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

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

/*色関連----------------------------------------------------------- */
.bg_cl1 {background-color: #1f3e68;}
.bg_cl2 {background-color: #f3f2f2;}
.cl_base {color: #a07e03;}
.cl_main {color: #1f3e68;}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 50%, #fff000 50%, #fff000 80%, transparent 80%);
  background: -o-linear-gradient(transparent 50%, #fff000 50%, #fff000 80%, transparent 80%);
  background: linear-gradient(transparent 50%, #fff000 50%, #fff000 80%, transparent 80%);
  font-weight: bold;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*はみ出し画像中央----------------------------------------------------------- */
.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;
}

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

/*Header----------------------------------------------------------- */
header {
  background: #1f3e68;
  padding: 0;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container > div:first-child {
  display: flex;
  align-items: center;
  gap: 30px;
}
header ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
header ul a {
  display: block;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 959px) {
  /*Header----------------------------------------------------------- */
  header .container {
    padding: 0;
  }
  header img {
    width: 150px;
  }
  /*Nav----------------------------------------------------------- */
  #nav_toggle {
    position: absolute;
    top: 8px;
    /**/
    right: 8px;
    /**/
    width: 40px;
    /**/
    height: 30px;
  }
  #nav_toggle div {
    position: relative;
    width: 30px;
    /**/
    margin: 0 auto;
  }
  #nav_toggle span {
    display: block;
    height: 4px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 3px;
  }
  #nav_toggle span:nth-child(1) {
    top: 5px;
    /**/
  }
  #nav_toggle span:nth-child(2) {
    top: 15px;
    /**/
  }
  #nav_toggle span:nth-child(3) {
    top: 25px;
    /**/
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    /**/
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    /**/
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  div#nav_toggle:after {
    content: "MENU";
    color: #fff;
    display: block;
    padding-top: 80%;
    /**/
    font-family: "Roboto Condensed",sans-serif;
    font-style: italic;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-align: center;
    white-space: nowrap;
  }
  .open div#nav_toggle:after {
    content: "CLOSE";
  }
  nav ul.container {
    background: #1f3e68;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  nav li {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #fff;
  }
  nav li a {
    flex-direction: row;
    color: #fff;
    display: block;
    padding: 15px;
    text-align: center;
  }
}

/*MV----------------------------------------------------------- */
.mv {
  /* background: url(../img/pc_mv_bg.png) no-repeat center top/cover; */
}

/*CTA----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */


/*sec02----------------------------------------------------------- */
.sec02 {
  background: #e5eaf1;
}

/*sec03----------------------------------------------------------- */
.sec03 {
  background: url(../img/pc_sec03_bg.png) no-repeat center top/cover;
}
.sec03 .white_box {
  background: rgba(255,255,255,0.8);
}

/*sec04----------------------------------------------------------- */
.sec04 {
  background: #efefef;
}

/*sec05----------------------------------------------------------- */
.sec05 {
  background: url(../img/pc_sec05_bg.png) no-repeat center top/cover;
}
.sec05 h2 {
  margin-top: -135px;
}

/*sec06----------------------------------------------------------- */
.sec06 {
  padding: 120px 0 150px;
  background: url(../img/pc_sec06_bg.png) no-repeat center top/cover;
}

/*sec07----------------------------------------------------------- */
.sec07 h2 {
  background: #1f3e68;
  position: relative;
  padding-top: 60px;
}
.sec07 h2:before {
  position: absolute;
  content: "";
  display: block;
  width: 356px;
  height: 100px;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/pc_sec07_arrow.png);
}

/*sec08----------------------------------------------------------- */


/*sec09----------------------------------------------------------- */
.sec09 .white_box_inner {
  padding: 45px;
  background: #fff;
}
.sec09 .sec09_col2 {
  display: flex;
  gap: 30px;
  align-items: center;
}
.sec09 .white_box:nth-child(even) .sec09_col2 {
  flex-direction: row-reverse;
}
.sec09 .sec09_col2 p:first-child {
  width: 65%;
}
.sec09 .sec09_col2 p:last-child {
  width: 35%;
}
.sec09 .sec09_col2.last p:first-child,
.sec09 .sec09_col2.last p:last-child {
  width: 50%;
}

/*sec10----------------------------------------------------------- */
.sec10 {
  background: url(../img/pc_sec10_bg.png) no-repeat center top/cover;
}
.sec10 .white_box {
  background: rgba(255,255,255,0.8);
}
.sec10 .check_list li {
  border-bottom: 2px dotted #1f3e68;
  padding-left: 45px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sec10 .check_list li:last-child {
  margin-bottom: 0;
}
.sec10 .check_list li:before {
  content: "";
  width: 34px;
  height: 36px;
  background: url(../img/pc_sec10_check.png) no-repeat center/cover;
  top: 6px;
}

/*sec11----------------------------------------------------------- */
.sec11 {
  background: #f2f2f2;
}
.sec11 .step_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 75px;
  padding-top: 30px;
}
.sec11 .step_wrap > div {
  width: calc(33.333333% - 50px);
}
.sec11 .step_wrap .white_box_s p:first-child {
  margin-top: -75px;
}
.sec11 .step_wrap .white_box_s {
  position: relative;
  margin-bottom: 0;
}
.sec11 .step_wrap .white_box_s:before {
  position: absolute;
  content: url(../img/pc_sec11_chevron.png);
  top: calc(50% - 25px);
  right: -50px;
}
.sec11 .step_wrap .white_box_s:last-child:before,
.sec11 .step_wrap .white_box_s:nth-child(3):before {
  content: "";
}
.sec11 .font_m {
  font-size: 16px;
}

/*sec12----------------------------------------------------------- */
.qa_wrap li {
  padding: 30px 0 ;
  border-top: 1px solid #a6a6a6;
}
.qa_wrap li:last-child {
  border-bottom: 1px solid #a6a6a6;
}
.qa_wrap p {
  padding-left: 60px;
  position: relative;
  /* display: flex;
  align-items: center; */
  min-height: 44px;
}
.qa_wrap .sec12_q {
  margin-bottom: 15px;
  padding-top: 5px;
  color: #1f3e68;
  font-weight: bold;
  font-size: 24px;
}
.qa_wrap .sec12_q:before {
  position: absolute;
  content: url(../img/pc_sec12_q.png);
  width: 44px;
  height: 44px;
  top: 0;
  left: 0;
}
.qa_wrap .sec12_a:before {
  position: absolute;
  content: url(../img/pc_sec12_a.png);
  width: 44px;
  height: 44px;
  top: 0;
  left: 0;
}

/*form----------------------------------------------------------- */
form > ul > li,
form > ul > li:last-child > div {
  padding: 10px 0;
}
form > ul > li .fx-row > *:first-child {
  padding-top: 12px;
}
.form_head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  line-height: 1;
}
.form_head span {
  display: inline-block;
  font-weight: bold;
}
.haveto {
  background-color: #e03913;
  color: #fff;
  padding: 4px 8px 2px;
  font-size: 12px;
}
.any {
  background-color: #1f3e68;
  color: #fff;
  padding: 4px 8px 2px;
  font-size: 12px;
}
.input_adjust {
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.input_1col input {
  width: 100%;
}
.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;
}
.radio_5col {
  display: flex;
  gap: 15px;
}
.radio_5col input {
  display: none;
}
.radio_5col label {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 12px;
  background: #a07e03;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  line-height: 1;
  transition: all .3s;
}
.radio_5col label:hover {
  background: #efc52b;
}
.radio_5col label:has(input:checked) {
  background: #efc52b;
}
.textarea textarea {
  width: 100%;
}
.sbm input {
  cursor: pointer;
  position: relative;
  border: none;
  background: transparent;
  width: 773px;
  height: 0;
  padding-top: 14.748%;
  background: url(../img/pc_cta_btn.png) no-repeat center/contain;
  margin: 30px auto 0;
  transition: all .3s;
  color: transparent;
}
.sbm input:hover {
  margin: 20px auto 10px;
}

/*Footer----------------------------------------------------------- */
footer {
  background: #212121;
  color: #fff;
}
.footer_nav1 {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -15px;
}
.footer_nav1 > * {
  padding-top: 15px;
}
footer .copy {
  text-align: center;
}
footer a:link, footer a:visited {
  color: #fff;
  transition: all .3s;
}
footer a:hover, footer a:focus {
  color: #fff;
  opacity: .7;
}
footer ul li {
  display: inline-block;
  white-space: nowrap;
  padding: 0 45px;
}
footer ul li:first-child {
    border-right: 1px solid #fff;
}

.prev_link {
  text-align: center;
}
.prev_link a {
  background: #1f3e68;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 30px;
  transition: all .3s;
}
.prev_link a:hover {
  margin-top: 20px;
  margin-bottom: 10px;
  opacity: 1;
}