@charset "UTF-8";
/*=============================================*/
/*Sass import */
/*=============================================*/
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

a:visited,
a:active {
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  margin: auto;
  width: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  letter-spacing: 0.06em;
}

@media (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media (min-width: 481px) {
  .sp2_only {
    display: none !important;
  }
}
.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.txt_base {
  font-size: 1rem;
}
.txt_base p {
  font-size: clamp(1.6rem, 1.54vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.txt_base p + p {
  padding-top: 2em;
}

.more_btn a {
  position: relative;
  margin: 0 auto;
  width: 310px;
  height: 64px;
  color: #FFF;
  font-size: clamp(1.8rem, 5.15vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #1E2380;
  border: 2px solid #1E2380;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more_btn a:hover {
  color: #1E2380;
  background: #FFF;
}
.more_btn a.white {
  background: #484C92;
  border: 2px solid #FFF;
}
.more_btn a.white:hover {
  color: #1E2380;
  background: #FFF;
}
.more_btn a.arrow {
  width: 31.25vw;
  max-width: 600px;
  aspect-ratio: 600/94;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .more_btn a.arrow {
    width: 50vw;
  }
}
@media (max-width: 480px) {
  .more_btn a.arrow {
    width: 80vw;
  }
}
.more_btn a.arrow span {
  position: relative;
  display: block;
}
.more_btn a.arrow span::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 15px;
  background: url(../img/common/arrow-02-w.svg) no-repeat 0 0/contain;
  top: calc(50% - 7px);
  right: -40px;
}
.more_btn a.arrow:hover span::after {
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(46%) saturate(4678%) hue-rotate(232deg) brightness(98%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(12%) sepia(46%) saturate(4678%) hue-rotate(232deg) brightness(98%) contrast(99%);
}

.gmap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .gmap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
}
.gmap iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 768px) {
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.cat {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.cat span {
  padding: 5px 10px;
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  background: #1E2380;
  display: inline-block;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  max-width: 1200px;
  width: 96%;
  margin: auto;
}
@media (max-width: 768px) {
  .main_width {
    width: calc(100% - 40px);
  }
}
.main_width.size1500 {
  max-width: 1500px;
}

section.sec {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1024px) {
  section.sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

section.bg {
  color: #FFF;
  background: #484C92;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
main h2.ttl,
.footer h2.ttl {
  position: relative;
  margin: 0 auto 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1E2380;
  font-size: clamp(3rem, 2.35vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
main h2.ttl::before,
.footer h2.ttl::before {
  position: absolute;
  content: "";
  width: 64px;
  height: 24px;
  background: url(../img/common/deco-01-blue.svg) no-repeat 0 0/contain;
  top: -44px;
  left: calc(50% - 32px);
}
main h2.ttl.white,
.footer h2.ttl.white {
  color: #FFF;
}
main h2.ttl.white::before,
.footer h2.ttl.white::before {
  background: url(../img/common/deco-01-white.svg) no-repeat 0 0/contain;
}

/*=============================================*/
/*  top_fv_block     */
/*=============================================*/
.top_fv_block {
  position: relative;
  padding-left: 10.41vw;
  padding-right: 10.41vw;
  height: 100dvh;
  background: url(../img/top/fv-bg.webp) no-repeat center top/cover;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top_fv_block {
    padding-left: 0;
    padding-right: 0;
    background: url(../img/top/fv-bg-sp.webp) no-repeat center top/cover;
  }
}
.top_fv_block .fv_inner {
  position: absolute;
  width: calc(100% - 20.82vw);
  top: 17.82dvh;
  height: 82.18dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}
@media (max-width: 768px) {
  .top_fv_block .fv_inner {
    width: 100%;
  }
}
.top_fv_block .fv_catch {
  color: #1E2380;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .top_fv_block .fv_catch {
    font-size: 3.2rem;
  }
}
@media (max-width: 375px) {
  .top_fv_block .fv_catch {
    font-size: 2.5rem;
  }
}
.top_fv_block .fv_logo {
  margin: 0 auto;
  width: 390px;
}
@media (max-width: 768px) {
  .top_fv_block .fv_logo {
    width: 70.61vw;
    max-width: 555px;
  }
}
.top_fv_block .fv_lightbox.pc {
  width: 100%;
  height: 53dvh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 768px) {
  .top_fv_block .fv_lightbox.pc {
    display: none;
  }
}
.top_fv_block .fv_lightbox.pc .light-img {
  width: 20%;
  max-width: 280px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_fv_block .fv_lightbox.pc .light-img img {
  width: 10.41vw;
  max-width: 200px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_fv_block .fv_lightbox.pc .light-img:nth-of-type(3) img {
  max-width: 280px;
}
.top_fv_block .fv_lightbox.pc .light-img img.active, .top_fv_block .fv_lightbox.pc .light-img img:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  max-width: 280px;
}
.top_fv_block .fv_lightbox.sp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 4vw, 40px);
  overflow: hidden;
}
@media (min-width: 769px) {
  .top_fv_block .fv_lightbox.sp {
    display: none;
  }
}
.top_fv_block .fv_lightbox.sp .light-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.top_fv_block .fv_lightbox.sp .light-img:first-of-type, .top_fv_block .fv_lightbox.sp .light-img:last-of-type {
  width: clamp(147px, 28vw, 295px);
}
.top_fv_block .fv_lightbox.sp .light-img {
  /* 中央 */
}
.top_fv_block .fv_lightbox.sp .light-img:nth-of-type(2) {
  width: clamp(206px, 36vw, 412px);
  z-index: 2; /* 中央を前面に */
}

/*=============================================*/
/*  top_vision_block     */
/*=============================================*/
.top_vision_block {
  position: relative;
}
.top_vision_block .txt_base {
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .top_vision_block .txt_base p {
    text-align: left;
  }
}
.top_vision_block .more_btn {
  margin: 80px auto 0;
}

/*=============================================*/
/*  top_reason_block     */
/*=============================================*/
.top_reason_block {
  position: relative;
  border-bottom: 2px dashed #1E2380;
}
.top_reason_block .txt_base {
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .top_reason_block .txt_base p {
    text-align: left;
  }
}
.top_reason_block .more_btn {
  margin: 80px auto 0;
}

/*=============================================*/
/*  top_service_block     */
/*=============================================*/
.top_service_block {
  position: relative;
}
.top_service_block .txt_base {
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .top_service_block .txt_base p {
    text-align: left;
  }
}
.top_service_block .more_btn {
  margin: 80px auto 0;
}
.top_service_block .service_wrap {
  margin-top: 80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 40px;
}
@media (max-width: 768px) {
  .top_service_block .service_wrap {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.top_service_block .service_wrap .service_block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
}
@media (max-width: 768px) {
  .top_service_block .service_wrap .service_block {
    width: 100%;
    gap: 20px 0;
  }
}
.top_service_block .service_box {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background: #F8F9FF;
  border-top: 3px solid #1E2380;
  border-bottom: 3px solid #1E2380;
}
.top_service_block .service_box::before, .top_service_block .service_box::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 16px;
  background: #1E2380;
  top: 0;
  left: 0;
}
.top_service_block .service_box::after {
  left: auto;
  right: 0;
}
.top_service_block .service_box .service_box_inner {
  position: relative;
  padding: 36px 30px 56px;
}
@media (max-width: 768px) {
  .top_service_block .service_box .service_box_inner {
    padding: 18px 15px 28px;
  }
}
.top_service_block .service_box .service_box_inner::before, .top_service_block .service_box .service_box_inner::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 16px;
  background: #1E2380;
  bottom: 0;
  left: 0;
}
.top_service_block .service_box .service_box_inner::after {
  left: auto;
  right: 0;
}
.top_service_block .service_box .sttl {
  margin: 0 auto 40px;
  color: #1E2380;
  font-size: clamp(2rem, 1.9vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.top_service_block .service_box ul {
  width: 100%;
  margin-left: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
.top_service_block .service_box ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(1.6rem, 1.54vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  list-style-type: disc;
}

/*=============================================*/
/*  top_construction_block     */
/*=============================================*/
.top_construction_block {
  position: relative;
}
.top_construction_block .txt_base {
  width: 100%;
  text-align: center;
}
.top_construction_block .more_btn {
  margin: 60px auto 0;
}
.top_construction_block .top_slider {
  position: relative;
  width: 100%;
}

/*=============================================*/
/*  swiper-wrapper     */
/*=============================================*/
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-slide {
  height: auto;
}
.swiper-slide a {
  padding: 20px;
  width: 100%;
  max-width: 384px;
  height: 100%;
  color: #333;
  background: #FFF;
  display: block;
}
.swiper-slide a .img {
  width: auto;
  max-width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.swiper-slide a .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-slide a .ttl {
  margin-bottom: 15px;
  color: #1E2380;
  font-size: clamp(1.8rem, 1.4vw, 2.3rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.swiper-slide a p {
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.swiper-slide a:hover {
  opacity: 0.9;
}
.swiper-slide a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top_swiper-controls {
  margin-top: 40px;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.top_swiper-controls .swiper-pagination {
  position: static;
  width: auto;
}
.top_swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
}
.top_swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFF;
}
.top_swiper-controls .swiper-button-prev,
.top_swiper-controls .swiper-button-next {
  position: static;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  width: 45px;
  height: 45px;
}
.top_swiper-controls .swiper-button-prev::after,
.top_swiper-controls .swiper-button-next::after {
  content: none;
}
.top_swiper-controls .swiper-button-prev {
  background: url(../img/common/arrow-01-left.svg) no-repeat 0 0/contain;
}
.top_swiper-controls .swiper-button-next {
  background: url(../img/common/arrow-01-right.svg) no-repeat 0 0/contain;
}

/*=============================================*/
/*  form_block     */
/*=============================================*/
.form_block p.lead {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.form_block dl {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media (max-width: 768px) {
  .form_block dl {
    padding: 18px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
  }
}
.form_block dl.row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form_block dl.row dt {
  padding-top: 20px;
}
.form_block dl.row dd:first-of-type {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .form_block dl.row dd:first-of-type {
    padding-top: 24px;
  }
}
.form_block dl dt {
  width: 28%;
  max-width: 200px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .form_block dl dt {
    margin-right: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
  }
}
.form_block dl dd:first-of-type {
  width: 70px;
}
.form_block dl dd:first-of-type span {
  width: 42px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  background: #B8B8B8;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.form_block dl dd:first-of-type span.required {
  background: #D30000;
}
.form_block dl dd {
  width: 532px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .form_block dl dd {
    width: 100%;
    font-size: 1.5rem;
  }
}
.form_block ::-webkit-input-placeholder {
  color: #ADADAD;
}
.form_block ::-moz-placeholder {
  color: #ADADAD;
}
.form_block :-ms-input-placeholder {
  color: #ADADAD;
}
.form_block ::-ms-input-placeholder {
  color: #ADADAD;
}
.form_block ::placeholder {
  color: #ADADAD;
}
.form_block input[type=text],
.form_block input[type=email],
.form_block input[type=tel],
.form_block textarea,
.form_block select {
  padding: 17px 20px;
  width: 100%;
  font-size: 1.8rem;
  background: #FFF;
  border: 2px solid #484C92;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .form_block input[type=text],
  .form_block input[type=email],
  .form_block input[type=tel],
  .form_block textarea,
  .form_block select {
    padding: 16px 20px;
    font-size: 1.5rem;
  }
}
.form_block input.short {
  margin-bottom: 15px;
  width: 108px;
}
.form_block textarea {
  min-height: 260px;
}
.form_block .select_wrap {
  position: relative;
}
.form_block .select_wrap:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #003A91 transparent transparent transparent;
  right: 10px;
  top: calc(50% - 5px);
  pointer-events: none;
}
.form_block .privacy_txt {
  margin-top: 70px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .form_block .privacy_txt {
    margin-top: 35px;
  }
}
.form_block .agree_wrap {
  margin-top: 25px;
  text-align: center;
}
.form_block .privacy {
  margin: 40px auto 50px;
  padding: 25px 16px 25px 25px;
  width: 94%;
  max-width: 560px;
  height: 237px;
  background: #FFF;
}
@media (max-width: 768px) {
  .form_block .privacy {
    padding: 20px 10px 20px 20px;
    width: 100%;
  }
}
.form_block .privacy .privacy_inner {
  padding-right: 20px;
  height: 100%;
  overflow-y: scroll;
  scrollbar-color: #484C92 #fff;
}
.form_block .privacy .privacy_inner .ttl {
  margin-bottom: 10px;
  font-size: 1.17em;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.form_block .privacy .privacy_inner p {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.form_block .privacy .privacy_inner p.sign {
  text-align: right;
}
.form_block .privacy .privacy_inner dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
.form_block .privacy .privacy_inner dl dt {
  width: 100%;
  max-width: inherit;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.form_block .privacy .privacy_inner dl dd {
  width: 100%;
  max-width: inherit;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.form_block .submit--container {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 40px;
}
@media (max-width: 768px) {
  .form_block .submit--container {
    gap: 0 20px;
  }
}
.form_block .submit--container .form_btn {
  position: relative;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form_block .submit--container .form_btn:after {
  content: none;
}
.form_block .submit--container .form_btn:hover {
  opacity: 0.7;
}
.form_block .submit--container .submit {
  position: relative;
  display: inline-block;
  min-width: 310px;
  padding: 1em 2.5em;
  color: #FFF;
  background: #1E2380;
  font-size: clamp(1.8rem, 2.2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  cursor: pointer;
}
@media (max-width: 768px) {
  .form_block .submit--container .submit {
    min-width: 160px;
  }
}
.form_block.confirm p.lead {
  margin-bottom: 40px;
}
.form_block.confirm dl.row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_block.confirm dl.row dt {
  padding-top: 0;
}
.form_block.confirm dl.row dd:first-of-type {
  padding-top: 0;
}
.form_block.confirm .submit--container {
  margin-top: 50px;
  display: block;
}
.form_block.confirm .submit--container p {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 40px;
}
@media (max-width: 768px) {
  .form_block.confirm .submit--container p {
    gap: 0 20px;
  }
}
.form_block.confirm .submit--container p br {
  display: none;
}
.form_block.confirm .submit--container .back_btn {
  position: relative;
  margin: 0;
  display: inline-block;
  min-width: 310px;
  padding: 1em 2.5em;
  color: #FFF;
  background: #B8B8B8;
  font-size: clamp(1.8rem, 2.2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .form_block.confirm .submit--container .back_btn {
    min-width: 160px;
  }
}
.form_block.confirm .submit--container .back_btn:hover {
  opacity: 0.7;
}
.form_block.confirm .submit--container .submit {
  margin: 0;
}
.form_block.thanks h3 {
  margin-bottom: 50px;
  text-align: center;
}
.form_block.thanks .submit--container {
  margin-top: 50px;
}
.form_block.thanks .submit--container .back_link a {
  position: relative;
  margin: 0;
  display: inline-block;
  min-width: 310px;
  padding: 1em 2.5em;
  color: #FFF;
  background: #1E2380;
  font-size: clamp(1.8rem, 2.2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .form_block.thanks .submit--container .back_link a {
    min-width: 160px;
  }
}
.form_block.thanks .submit--container .back_link a:hover {
  opacity: 0.7;
}

/*=============================================*/
/*  contact form 7   */
/*=============================================*/
.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form p {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

/* radio */
.wpcf7-radio.flex {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px 0;
}
.wpcf7-radio.flex .wpcf7-list-item {
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
}
.wpcf7-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  background: #fff;
  border: 2px solid #484C92;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.wpcf7-radio .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-color: #1E2380;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* acceptance */
.wpcf7-acceptance .form-acceptance {
  text-align: center;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #484C92;
  background: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 52%;
  left: -1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: transparent url(../img/common/ico-check.svg) no-repeat center center/contain;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/*
  .mwform-checkbox-field {
    margin: 50px auto;
    width: fit-content;
    label {
      input[type="checkbox"] {
        width: 30px;
        height: 30px;
        color: $primary;
        background: $white;
        border: 1px solid $primary_light;
      }
      span {
        font-weight: 500;
        @include lslh_10_15;
      }
    }
  }

  .mwform-radio-field {
    @include flex_wrap;
    justify-content: flex-start;
    gap: 10px 30px;
    @include breakpoint__max (device_sp) {
      flex-direction: column;
    }
    label {
      display: flex;
      align-items: center;
      gap: 0 10px;
      input[type="radio"] {
        width: 20px;
        height: 20px;
        background: $gray;
        border: none;
        border-radius: 50%;
        &:checked {
          position: relative;
          &::after {
            position: absolute;
            content: '';
            width: 12px;
            height: 12px;
            background: $primary;
            border-radius: 50%;
            top: 4px;
            left: 4px;
          }
          & + span {
            color: $primary;
          }
        }
      }
    }
  }
*/
/* submit */
.wpcf7-submit {
  margin: 0 auto;
  display: inline-block;
}

/* スピナーはレイアウトから外す */
.submit--container .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

/* 送信中だけ表示 */
.wpcf7-form.submitting .submit--container .wpcf7-spinner {
  display: block;
}

.wpcf7-submit:not(:disabled):hover {
  opacity: 0.7;
}