@charset "UTF-8";
/* CSS Document */

/* セクション間余白
----------------------------------------------------------- */
section {
  padding: 90px 0;
}

footer {
  padding: 60px 0;
}

/* 変数定義
----------------------------------------------------------- */
:root {
  --color01: #000;
  --color02: #fff;
  --color03: #1d7ebb;
  --color04: #e8320e;
  --color05: #ffff00;
  --color06: #f0f7f9;
}
.cl_bk {color: var(--color01);}
.cl_wt {color: var(--color02);}
.cl_01 {color: var(--color03);}
.cl_02 {color: var(--color04);}
.cl_03 {color: var(--color05);}
.bg_01 {background-color: var(--color06);}
.bg_02 {background: linear-gradient(195deg, #3eeef8, #43a7de 22%, #1a78ba 100%);}
/* テキスト関連
----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, var(--color05) 50%);
  background: -o-linear-gradient(transparent 60%, var(--color05) 50%);
  background: linear-gradient(transparent 60%, var(--color05) 50%);
  font-weight: bold;
}

/* はみ出し画像中央
----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}
.wic img {
  width: auto;
  max-width: unset;
}

.wic1 {
  margin-left: calc(50% - 1000px);
}
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}

.wic2 {
  margin-left: calc(50% - 600px);
}
.wic2 img {
  width: 1200px;
  max-width: 1200px;
}

.wic3 {
  margin-left: calc(50% - 800px);
}
.wic3 img {
  width: 1600px;
  max-width: 1600px;
}

/* Page Top
----------------------------------------------------------- */
.pagetop a {
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
}

main {
  overflow-x: hidden;
  width: 100%;
}
/* Header
----------------------------------------------------------- */
header {
  position: relative;
  height: 66px;
  width: 100%;
  background-color: var(--color02);
}
header > .container,
.header_inner,
.header_menus {
  height: 100%;
}
.header_inner,
.header_menus {
  display: flex;
  align-items: center;
}
.header_inner {
  justify-content: space-between;
}
.header_menus {
  gap: 20px;
}
.header_btn {
  position: relative;
  z-index: 9999;
}
/* FV
----------------------------------------------------------- */
.fv {
  position: relative;
  z-index: 1;
  padding-top: 8%;
  padding-bottom: min(20%, 230px);
  background: url(../img/pc_fv_bg.png) no-repeat center center / cover;
}
.fv_txt {
  position: relative;
}
.fv_txt::before,
.fv_txt::after {
  content: '';
  position: absolute;
  z-index: -1;
}
.fv_txt::before {
  background: url(../img/pc_fv_img01.png) no-repeat top right / cover;
  width: 688px;
  height: 344px;
  right: 72%;
  top: -60%;
}
.fv_txt::after {
  background: url(../img/pc_fv_img02.png) no-repeat top left / cover;
  width: 667px;
  height: 573px;
  left: 78%;
  top: -69.5%;

}
.fv_box {
  position: relative;
  width: min(70%, 710px);
  box-shadow: 3px 3px 43px rgba(0, 0, 0, 0.15);
  z-index: 1;
  margin-top: max(-16%, -180px);

}
.fv_box::before,
.fv_box::after {
  content: '';
  position: absolute;
  bottom: 0;
}
.fv_box::before {
  background: url(../img/pc_fv_img03.png) no-repeat center center / contain;
  right: 100%;
  width: 640px;
  height: 385px;
  z-index: -1;
}
.fv_box::after {
  background: url(../img/pc_fv_img04.png) no-repeat center center / contain;
  left: 100%;
  width: 640px;
  height: 385px;
  z-index: -1;
}
.fv_box p {
  font-size: min(2vw, 24px);
  line-height: 1;
}
.fv_box .font_din {
  font-size: min(4vw, 40px);
}
.fv_box a {
  position: relative;
  width: inherit;
  display: block;
  overflow: hidden;
}
.fv_box a::after {
	animation: 3s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	width: 100%;
}
.fv_box a:hover {
	color: #fff;
}
@keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}
@media screen and (min-width: 2001px) {
  .fv {
    background: url(../img/pc_fv_bg_02.png) no-repeat center center / cover;
    padding-top: 3%;
  }
  .fv_txt::before {
    background: url(../img/pc02_fv_img01.png) no-repeat top right / cover;
    width: 783px;
    height: 355px;
    right: 72%;
    top: -60%;
  }
  .fv_txt::after {
    background: url(../img/pc02_fv_img02.png) no-repeat top left / cover;
    width: 1154px;
    height: 573px;
    left: 78%;
    top: -69.5%;
  }
  .fv_box::before,
  .fv_box::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 1235px;
    height: 525px;
    z-index: -1;
  }
  .fv_box::before {
    background: url(../img/pc02_fv_img03.png) no-repeat center center / contain;
    right: 94%;
  }
  .fv_box::after {
    background: url(../img/pc02_fv_img04.png) no-repeat center center / contain;
    left: 100%;
  }

}
/* sec01
----------------------------------------------------------- */
.sec01 {
  margin-top: -75px;
  padding-top: 175px;
}
.sec01_ttl {
  position: relative;
  z-index: 1;
}
.sec01_ttl::before,
.sec01_ttl:after {
  content: '';
  position: absolute;
  top: -15px;
  height: 322px;
  z-index: -1;
}
.sec01_items {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 30px;
  margin-top: -90px;
}
.sec01_item,
.sec01_icon,
.sec01_txt {
  height: 100%;
  display: flex;
  align-items: center;
}
.sec01_item {
  border-radius: 60px;
  overflow: hidden;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}
.sec01_icon {
  font-size: min(5vw, 50px);
  padding: 30px 0;
  padding-right: min(6%, 15px);
  background-color: var(--color03);
  width: 92px;
  line-height: 1;
  justify-content: right;
}
.sec01_txt {
  width: calc(100% - 92px);
  background-color: var(--color02);
  padding: 20px;
  line-height: 1.36;
}
/* sec02
----------------------------------------------------------- */
.sec02 {
  padding: 120px 0;
  background: url(../img/pc_sec02_bg.png) no-repeat center center / cover;
}
.sec02_box {
  width: 85%;
  box-shadow: 3px 3px 43px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.sec02 h3 {
  position: relative;
}
.sec02 h3::after {
  content: '';
  position: absolute;
  background-color: var(--color03);
  width: 128px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec02_slider {
  overflow-x: hidden;
}
.sec02_slide {
  position: relative;
  padding-inline: 10px;
  cursor: pointer;
}
.sec02_slide::before,
.sec02_slide::after {
  content: '';
  position: absolute;
  transition: all .3s ease 0s;
}
.sec02_slide::after {
  content: '拡大表示する';
  color: var(--color02);
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  font-weight: bold;
  opacity: 0;
}
.sec02_slide:hover::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: calc(100% - 20px);
  height: 100%;
}
.sec02_slide:hover::after {
  opacity: 1;
}
.sec02_slide img {
  width: 100%;
}
/* popup */
.sec02_popup {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
}
.sec02_popup_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color02);
  padding: 30px;
}
.sec02_popup_img {
  width: 100%;
  height: 80vh;
  overflow: scroll;
}
.sec02_popup_img img {
  width: 100%;
  height: auto;
}
.sec02_popup_close {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 20px;
  background-color: var(--color01);
  top: -21px;
  right: -21px;
  z-index: 999999;
  cursor: pointer;
}
.sec02_popup_close::before,
.sec02_popup_close::after {
  content: '';
  position: absolute;
  background-color: var(--color02);
  top: 20px;
  left: 9px;
  width: 24px;
  height: 2px;
}
.sec02_popup_close::before {
  transform: rotate(45deg);
}
.sec02_popup_close::after {
  transform: rotate(-45deg);
}

/* sec03
----------------------------------------------------------- */
.sec03 {
  overflow: hidden;
}
.sec03_items {
}
.sec03_item {
  position: relative;
  background-color: #edf8fd;
  padding: 60px;
  padding-right: 30px;
  z-index: 1;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);

}
.sec03_item:not(:first-child) {
  margin-top: 60px;
}
.sec03_item:nth-child(2n+1) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sec03_item:nth-child(2n) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.sec03_item:nth-child(2n) .sec03_item_inner {
  flex-direction: row-reverse;
}
.sec03_item:before {
  content: '';
  position: absolute;
  width: 50vw;
  height: 100%;
  background-color: #edf8fd;
  top: 0;
  z-index: -1;
}
.sec03_item:nth-child(2n+1)::before {
  left: -50vw;
  box-shadow: -20px 3px 15px 0 rgba(0, 0, 0, 0.1);

}
.sec03_item:nth-child(2n)::before {
  right: -50vw;
  box-shadow: 20px 3px 15px 0 rgba(0, 0, 0, 0.1);
}
.sec03_item_num {
  margin-top: -110px;
}
.sec03_item_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.sec03_item_txt {
  width: calc(100% - min(40%, 445px));
}
.sec03_item_head {
  line-height: 1;
}
.sec03_item_head p {
  background-color: var(--color05);
  padding-inline: 10px;
  display: inline-block;
  width: fit-content;
  line-height: 1.7;
}
.sec03_item_txt p {

}
.sec03_item_img {
  width: min(40%, 445px);
  height: 100%;
}

@media screen and (max-width: 1229px) {
  .sec03 h2 {
    padding-bottom: 75px;
  }
  .sec03_item_txt {
    width: calc(100% - 30%);
  }
  .sec03_item_img {
    width: 30%;
  }
  .sec03_item_head,
  .sec03_item_head-wrap {
    display: flex;
    flex-direction: column;
    font-size: 2.8vw;
  }
}
/* sec04
----------------------------------------------------------- */
.sec04 {
  overflow: hidden;
}
.sec04_slider {
  z-index: 2;
  margin-top: -60px;
}
.sec04_slide {
  padding-inline: 10px;
}
.sec04_slide img {
  width: 100%;
}
/* sec05
----------------------------------------------------------- */
.sec05 {
  background: url(../img/pc_sec05_bg.png) no-repeat center center / cover;
}
.sec05_sub-ttl {
  text-align: center;
  line-height: 1;
}
.sec05_sub-ttl p {
  background-color: var(--color05);
  display: inline-block;
  padding-inline: 10px;
  line-height: 1.7;
}
.sec05_wrap {
  display: flex;
  gap: 30px;
}
.sec05_wrap-txt {
  width: 70%;
}
.sec05_wrap-img {
  width: 30%;
}
.sec05_box .sec05_wrap-txt {
  width: calc(100% - 52px);
}
.sec05_box .sec05_wrap-img {
  width: 22px;
}
.sec05_slider {
}
.sec05 .slick-initialized .slick-slide {
  margin: 0 15px;
}
.sec05_slide {
  width: 100%;
  box-sizing: border-box;
}
.sec05 .slick-list {
  margin: 0 -15px;
}
.sec05_box {
  width: 100%;
  border-radius: 15px;
  border: 5px solid var(--color03);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  margin-inline: auto;
}
.slick-next,
.slick-prev {
  width: 88px;
  height: 88px;
  border-radius: 44px;
  background-color: var(--color03);
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}
.slick-next {
  right: -40px;
}
.slick-prev {
  left: -40px;
}
.slick-next::before,
.slick-prev::before {
  content: none;
}
.slick-next::after,
.slick-prev::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 40px;
  color: var(--color02);
  top: 50%;
  transform: translate(-50%, -50%);
}
.slick-next::after {
  content: "\f054";
  left: min(5vw, 53%);
}
.slick-prev::after {
  content: "\f053";
  left: 47%;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background-color: var(--color03);
  color: var(--color02);
}
@media screen and (max-width: 1229px) {
  .sec05_box {
    width: 95%;
  }
  .slick-next {
    right: -8px;
  }
  .slick-prev {
    left: -8px;
  }
}
/* sec06
----------------------------------------------------------- */
.sec06 {
  background-color: #fafafa;
}
.sec06_box {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.sec06_box_q,
.sec06_box_q-contents {
  display: flex;
  align-items: center;
}
.sec06_box_q {
  justify-content: space-between;
  padding-bottom: 0;
  transition: all .5s ease 0s;
  cursor: pointer;
}
.sec06_box_q.is-open {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--color03);
}
.sec06_box_q-contents,
.sec06_box_a-contents {
  gap: 20px;
}

.sec06_box_q p {
  font-size: 24px;
}
.sec06_box_q-icon,
.sec06_box_a-icon {
  font-size: 40px;
  line-height: 1;
}
.sec06_box_q-btn {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background-color: var(--color03);
}
.sec06_box_q-btn i {
  content: '';
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  line-height: 1;
  transition: all .4s ease 0s;
}
.sec06_box_q-btn.is-open i {
  transform: rotate(-180deg) translate(50%, 60%);
}
.sec06_box_a {
  display: none;
}
.sec06_box_a-contents {
  display: flex;
  align-items: start;
}
.sec06_box_a-txt {
  line-height: 2.5;
}
.sec06_box_a-icon {
}
/* sec07
----------------------------------------------------------- */
.sec07 {

}
.form_wrap {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  background-color: var(--color06);
  border-radius: 15px;
}
form > ul > li .fx-row > *:first-child {
  padding-top: 12px;
}

.form_head {
  text-align: right;
}

.form_head span {
  display: inline-block;
  font-weight: bold;
}

.haveto {
  background-color: var(--color04);
  color: #fff;
  padding: 1px 10px;
  font-weight: bold;
  font-size: 12px;
}

.any {
  background-color: #6b6b6b;
  color: #fff;
  padding: 1px 10px;
  font-weight: bold;
  font-size: 12px;
}

.input_adjust {
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.input_2col {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  width: 100%;
}

.input_2col input {
  width: calc(50% - 15px);
}

.input_1col {
  padding-right: 30px;
}

.input_1col input {
  width: 100%;
}

.input_zip_2col input {
  width: 30%;
}

.input_pref {
  width: 50%;
}

.input_select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 16px;
}

.input_select select::-ms-expand {
  display: none;
}

.input_select {
  position: relative;
  border-radius: 2px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #ffffff;
}

.input_select::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .fx-col-16-s {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    max-width: 16%;
    padding-top: 12px;
  }
  .fx-col-54-s {
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
    max-width: 54%;
  }
}

.input_tel_3col input {
  width: 30%;
}

.input_tel_3col input:first-child {
  width: 20%;
}

.radio_2col {
  display: flex;
}

.radio_2col label {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.radio_2col label:first-child {
  padding-right: 30px;
}

.radio_2col span {
  padding-left: 10px;
}

.radio_1col > label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.radio_1col span {
  padding-left: 10px;
}

.date_2col {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}

.date_2col > * {
  display: block;
  width: calc(50% - 15px);
}

.input_date {
  position: relative;
}

.input_date:before {
  position: absolute;
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  right: 15px;
}

input[type="date"] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

.check_1col > label {
  width: 100%;
  display: flex;
  align-items: center;
}

.check_1col span {
  padding-left: 10px;
}

.select_1col {
  padding-right: 30px;
}

.textarea {
  padding-right: 30px;
}

.textarea textarea {
  width: 100%;
}
.sec07 li {
  margin-bottom: 20px;
}
::placeholder {
  color: #ccc;
}
.check_agree input {
  height: 20px;
  width: 20px;
}

.check_agree span {
  padding-top: 5px;
}

.sbm_wrap {
  padding: 10px 15px 0;
  font-weight: 500;
}
.sbm_wrap a {
  border-bottom: 1px solid var(--color01);
}
.sbm {
  border: none;
  background-color: unset;
}
/* Footer
----------------------------------------------------------- */
/* Thanks
----------------------------------------------------------- */
.fx-txt-center {
  text-align: center;
}
.thanks header{
  padding: 15px 0;
  position: relative;
}
.thanks header .container{
  padding: 0 15px;
}
.thanks_mv{
	background-color:#22254f;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	text-align: center;
	font-size: 70px;
}
.thanks_mv .u_line {
    position: relative;
    display: inline-block;
}
.thanks_mv h1{
	font-size: 20px;
	font-weight: bold;
}
.thanks_mv .Jos {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}
.thanks_sec{
	background: #fafafa;
}
.thankstxt{
	text-align: center;
}
.thanks_btn{
	background: #fc563e;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 30px;
	font-size: 30px;
	font-weight: bold;
}
.thanks_btn:hover{
	text-decoration: none;
}
.thanks_btn:link{
	color: #fff;
	text-decoration: none;
}
.thanks_btn:visited{
	color: #fff;
	text-decoration: none;
}

/* footer */
.thanks_footer {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}

.thanks_footer .add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  justify-content: space-between;
  align-items: flex-start;
}

.thanks_footer .add p {
  margin-right: 40px
}

.thanks_footer .add p.mra{
  margin-right: auto;
}
.thanks_footer .add p:last-child {
  margin-right: 0
}

.thanks_footer .footer_nav {
  margin-top: 70px;
  margin-bottom: 50px
}

@media (min-width: 759px) {
  .thanks_footer .footer_nav .f_item:first-child {
      -ms-flex-preferred-size:23%;
      -webkit-flex-basis: 23%;
      flex-basis: 23%;
      max-width: 23%
  }

  .thanks_footer .footer_nav .f_item:nth-of-type(2) {
      -ms-flex-preferred-size: 17%;
      -webkit-flex-basis: 17%;
      flex-basis: 17%;
      max-width: 17%
  }
}

.thanks_footer .foot_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.thanks_footer .copy {
  font-size: 14px;
  padding: 50px 0 0;
}

.thanks_footer a:link,.thanks_footer a:visited {
  color: inherit;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700
}

.thanks_footer .foot_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.thanks_footer .foot_area .map {
  width: 230px;
  margin-right: 60px
}

.thanks_footer .foot_area .area_item {
  width: calc(100% - 230px - 60px)
}

.thanks_footer .foot_area .tit {
  font-size: 20px;
  border-bottom: 15px;
  border-bottom: 4px solid #171b1d;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-weight: 700
}

.thanks_footer .foot_area ul {
  line-height: 1.5
}

.thanks_footer .foot_area ul li {
  display: inline-block;
  min-width: 5em;
  margin-right: 5px;
  font-size: 14px
}
