@charset "UTF-8";
/* CSS Document */
/*スマホ用スタイル*/
@media screen and (max-width: 767px) {

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 45px 0;
}
.thanks_footer {
  padding: 15px 0;
}

/*はみ出し画像中央----------------------------------------------------------- */
.wic1 img {
  width: 100%;
}
.wic1 {
  margin-left: -15px;
  margin-right: -15px;
}
.wic2 img {
  width: 100%;
}
.wic2 {
  margin-left: -15px;
  margin-right: -15px;
}
.wic3 img {
  width: 100%;
}
.wic3 {
  margin-left: -15px;
  margin-right: -15px;
}

/* Header
----------------------------------------------------------- */
header {
  height: 50px;
}
.header_inner {
  padding-block: clamp(5px, 2.5%, 8px);
}
.header_logo {
  max-width: 272px;
  height: inherit;
}
.header_logo img {
  height: 100%;
}
.header_s_btn {
  max-width: 288px;
  height: inherit;
}
.header_s_btn img {
  height: 100%;
}
/* FV
----------------------------------------------------------- */
.fv {
  position: relative;
  z-index: 1;
  margin-top: -3%;
  padding-top: 0;
  padding-bottom: 0;
  background: unset;
}
.fv_txt {
  margin-top: 23%;
}
.fv_box {
  width: 100%;
  padding: 20px;
  margin-top: -15%;
  position: relative;
  z-index: 2;
}
.fv_box::before,
.fv_box::after {
  content: none;
}
.fv_box p {
  font-size: 12px;
  margin-top: 0;
}
.fv_box .font_din {
  font-size: 20px;
}

/* sec01
----------------------------------------------------------- */
.sec01 {
  margin-top: -64px;
  padding-top: 25%;
}
.sec01_ttl::before,
.sec01_ttl:after {
  content: none;
}
.sec01_items {
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 20px;
}
.sec01_item {
  height: 100%;
}
.sec01_icon {
  font-size: 25px;
  padding: 20px 0;
  padding-right: 15px;
  width: 60px;
  display: flex;
  align-items: center;

}
.sec01_txt {
  width: calc(100% - 60px);
  font-size: 14px;
  padding: 15px;
  padding-right: 20px;
}
/* sec02
----------------------------------------------------------- */
.sec02 {
  padding: 60px 0;
}
.sec02_box {
  width: 100%;
}
.sec02 h3 {
  font-size: 20px;
}
.sec02_slide {
  padding-inline: 5px;
}
.sec02_slide:hover::before {
  width: calc(100% - 10px);
}
/* popup */
.sec02_popup_inner {
  padding: 15px;
  width: 80%;
}
/*sec03----------------------------------------------------------- */
.sec03 h2 {
  padding-bottom: 60px;
}
.sec03_item_num {
  margin-top: -75px;
  width: 80px;
  margin-inline: auto;
}
.sec03_item {
  padding: 30px;
}
.sec03_item_inner {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 15px;
}
.sec03_item:nth-child(2n) .sec03_item_inner {
  flex-direction: column-reverse;
}
.sec03_item_img {
  width: 80%;
  height: 100%;
}
.sec03_item_txt {
  width: 100%;
}
.sec03_item_head p {
  font-size: 18px;
  padding-inline: 5px;
}
/*sec04----------------------------------------------------------- */
.sec04_h3 {
  font-size: 18px;
}
.sec04_h3::before, .sec04_h3::after {
  top: -15px;
}
.sec04_h3::before {
  width: 127px;
  height: 120px;
  left: -30px;
}
.sec04_h3::after {
  width: 120px;
  height: 120px;
  right: -26px;
}
.sec04_slider {
  margin-top: -20px;
}
.sec04_slide {
  padding-inline: 5px;
}
/*sec05----------------------------------------------------------- */
.sec05_sub-ttl {
  font-size: 16px;
  text-align: left;
}
.sec05_wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: center;
  gap: 15px;
}
.sec05_wrap-txt {
  width: 100%;
}
.sec05_wrap-img,
.sec05_slide-img {
  width: 80%;
}
.sec05_box .sec05_wrap-txt {
  width: 90%;
}
.sec05_slide_head {
  font-size: 18px;
  text-align: center;
}
.sec05 .slick-initialized .slick-slide {
  margin-inline: 10px;
}
.slick-next,
.slick-prev {
  width: 36px;
  height: 36px;
  border-radius: 20px;
}
.slick-next {
  right: -12px;
}
.slick-prev {
  left: -12px;
}
.slick-next::after,
.slick-prev::after {
  font-size: 20px;
}
.sec05 .white_box_l {
  padding: 20px;
}
/*sec06----------------------------------------------------------- */
.sec06_box {
  padding: 15px;
}
.sec06_box_q.is-open {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sec06_box_q-icon,
.sec06_box_a-icon {
  font-size: 30px;
}
.sec06_box_q-contents,
.sec06_box_a-contents {
  gap: 10px;
}
.sec06_box_q-contents {
  width: calc(100% -  30px);
}
.sec06_box_q-btn {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.sec06_box_q-btn i {
  font-size: 15px;
  top: 50%;
}
.sec06_box_q p {
  font-size: 16px;
  width: calc(100% - 30px);
}
.sec06_box_a-txt {
  line-height: 1.7;
  width: calc(100% - 30px);
}
/*sec07----------------------------------------------------------- */
.sec07 h3 {
  font-size: 18px;
}
.sec07 li {
  margin-bottom: 0;
}
.sec07 .fx-col-100-xs {
  margin-top: 10px;
}
.form_wrap {
  padding: 15px 0;
}
form > ul > li .fx-row > *:first-child {
  padding-top: 0;
}
form > ul > li {
  padding: 15px;
}
.form_head {
  text-align: left;
}
.input_adjust {
  padding: 8px 12px;
}
.input_2col {
  padding-right: 0px;
}
.input_1col {
  padding-right: 0px;
}
.input_pref {
  width: 80%;
}
.input_select select {
  padding: 8px 12px;
}
.radio_2col label:first-child {
  padding-right: 0px;
}
.date_2col {
  padding-right: 0px;
}
.date_2col > * {
  width: calc(50% - 8px);
}
.select_1col {
  padding-right: 0px;
}
.textarea {
  padding-right: 0px;
}
.sbm_wrap {
  padding: 15px;
}
.sbm {
  width: 100%;
}

/* Footer
----------------------------------------------------------- */
footer img {
  width: 30%;
}

/* Thanks
----------------------------------------------------------- */
.thanks_mv{
	font-size: 30px;
}
.thanks_mv h1{
	font-size: 18px;	
}
.sp-txt-left{
	text-align: left;
}
.thanks_btn{
	font-size: 20px;
}

/* header */
.thanks header {
  padding: 0 5px;
}
.thanks header .logo {
  height: inherit;
  display: flex;
  align-items: center;
}

/* footer */
.thanks_footer {
  padding-top: 40px
}

.thanks_footer .f_logo img {
  width: 40%;
  margin-bottom: 10px
}

.thanks_footer .add {
  display: block;
  letter-spacing: .05em
}

.thanks_footer .add p {
  margin: auto
}

.thanks_footer .add p:last-child {
  margin: auto
}
.thanks_footer .foot_area .map {
  margin: 0 auto;
}
.thanks_footer .foot_area .area_item {
  width: 100%;
}

.thanks_footer .foot_area .tit {
  text-align: center;
  font-size: 14px;
  border-bottom: 2px solid #22254f
}

.thanks_footer .foot_area ul {
  margin-top: 15px
}

.thanks_footer .foot_area ul li {
  min-width: calc((100% - 30px)/4);
  margin-right: 0;
  font-size: 14px;
  text-align: center
}

.thanks_footer .copy {
  padding: 15px 0
}

.thanks_footer .footer_nav {
  margin-top: 45px;
  margin-bottom: 15px;
}

.thanks_footer .footer_nav .f_item {
  padding-left: 0;
  padding-right: 0;
  margin-top: 1px;
}

.thanks_footer .footer_nav .f_item .Jos {
  background-color: #22254f;
  padding: 10px 15px;
  color: #fff;
  -webkit-transition: .35s all ease;
  transition: .35s all ease;
  position: relative;
}

.thanks_footer .footer_nav .f_item .Jos:after {
  font-family: Font Awesome\ 5 Free;
  content: "\f054";
  position: absolute;
  display: block;
  -webkit-transition: .25s all ease;
  transition: .25s all ease;
  right: 20px;
  top: 0;
  bottom: 0;
  height: 1em;
  line-height: 1em;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.thanks_footer .footer_nav .f_item .sub {
  z-index: 1;
  display: none;
  margin: 0 auto;
  padding: 0;
  color: #171b1d;
}

.thanks_footer .footer_nav .f_item .sub p {
  border-top: solid 1px #171b1d;
  position: relative;
}

.thanks_footer .footer_nav .f_item .sub p a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 15px;
}

.spphplus{
  margin-left: -15px;
  margin-right: -15px;
}

}/*スマホ用スタイルend*/
