@charset "utf-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SP版
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* mv */
#mv {
  background: url("../img/sp_mv_bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
#mv .inner {
  padding: var(--sp-2) 0 var(--sp-2);
}
.mv_catch {
  position: relative;
}
.mv_catch img {
  max-width: 100%;
}

.mv_tel {
  position: absolute;
  bottom: 4px;
  right: 0;
  font-family: "Roboto", sans-serif;
  font-size: 43px;
  font-weight: var(--bold);
  color: var(--clr-white);
  letter-spacing: 0;
}

/* sec01 */
#sec01 {
}
#sec01 h2.title {
  font-size: var(--h3-fz);
  text-decoration: none;
  margin-bottom: var(--sp-4);
}
#sec01 h2.title span {
  text-decoration: underline;
  font-size: 3.84vw;
  font-weight: var(--bold);
  margin-bottom: var(--sp-1);
}
#sec01 h2.title strong.red {
}

.sec01__content {
  position: relative;
  padding: var(--sp-2);
  margin-bottom: calc(var(--sp-10) * 2);
}
.sec01__content::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/sec01__content_arrow.webp") no-repeat;
  background-size: contain;
  background-position: center;
  width: 80.77vw; /* 315px / 390px */
  height: 18.97vw; /* 74px / 390px */
  bottom: calc(-10.26vw - 18.97vw); /* (-40px - 74px) / 390px */
  left: calc(50% - 40.38vw); /* (50% - 157.5px) / 390px */
}
.sec01__content-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sec01__content-wrap:nth-of-type(2) {
  border-bottom: none;
  padding-top: var(--sp-2);
}
.sec01__content-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-2);

  padding-bottom: var(--sp-2);
  margin-bottom: var(--sp-2);
  border-bottom: 1px dashed #d9d9d9;
}
.sec01__content-item:last-of-type {
  margin-bottom: 0;
}
.sec01__content-item:nth-of-type(3) {
  border-right: none;
}
.sec01__content-wrap:nth-of-type(2) .sec01__content-item {
}
.sec01__content-item .txt {
  width: 68.46vw;
  letter-spacing: 0;
  font-size: var(--small-fz);
}
.sec01__content-item .txt strong {
  font-size: var(--body-fz);
  font-weight: var(--bold);
  color: #1d3a67;
}
.sec01__content-item .img {
  width: 11vw;
  height: 11vw;
}

.sec_cta__box {
  width: calc(100vw - 4.1vw);
  margin: 0 auto;
}

#sec01 .content_box {
  width: 100vw;
  margin-left: -4.1vw !important;
}

#sec01 .cta_txt {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--sp-4);
  font-size: var(--body-fz);
  line-height: 1.5;
  font-weight: var(--bold);
  color: var(--clr-sub01);
  text-align: center;
}
#sec01 .cta_txt::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/icon_sec_cta_tr.webp") no-repeat;
  background-size: contain;
  background-position: center;
  width: 8.33vw; /* 32.5px / 390px */
  height: 5.64vw; /* 22px / 390px */
  top: calc(-4.1vw - 5.64vw); /* (-16px - 22px) / 390px */
  left: calc(50% - 2.88vw); /* (50% - 11.25px) / 390px */
}
#sec01 .sec_cta 

/* sec02 */
#sec02 {
}

#sec02 h3.title {
  line-height: 1.7;
  font-size: var(--h4-fz);
  margin-bottom: var(--sp-3);
}

.sec02__txt {
  margin-bottom: var(--sp-3);
  padding: var(--sp-2);
  background-color: var(--clr-white);
}
.sec02__txt .txt {
  margin-bottom: var(--sp-2);
  font-size: var(--small-fz);
  font-weight: var(--bold);
  letter-spacing: 0em;
  line-height: 1.8;
}
.sec02__txt .txt small {
  font-size: 10px;
}
.sec02__txt .txt span {
  color: var(--clr-red-sub);
}
.sec02__txt .txt-small {
}
.sec02__txt .txt-small small {
  display: block;
  position: relative;
  margin-bottom: var(--sp-1);
  padding-left: 27px;
  font-size: 10px;
  color: #6e6e6e;
}
.sec02__txt .txt-small small::before {
  position: absolute;
  left: 0;
  top: 0;
}
.sec02__txt .txt-small small:nth-of-type(1)::before {
  content: "※1";
}
.sec02__txt .txt-small small:nth-of-type(2)::before {
  content: "※2";
}

.sec02__content {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3) var(--sp-1);
  /* margin-bottom: var(--sp-10); */
}

.sec02__content-item {
  width: var(--col-2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: var(--clr-main);
}
.sec02__content-item .img {
  width: 95%;
  margin: 0 auto;
  margin-bottom: var(--sp-1);
}
.sec02__content-item .ttl {
  text-align: left;
  font-size: calc((11.5 / 390) * 100vw); /* 12px / 390px */
  margin-bottom: var(--sp-3);
}
.sec02__content-item .txt {
  font-size: calc((12 / 390) * 100vw); /* 12px / 390px */
}

/* sec03 */
#sec03 {
}
#sec03 .inner {
  padding-top: 0;
}
.sec03__cta {
  margin-top: var(--sp-3);
  margin-bottom: calc(var(--sp-5));
}
.sec03__cta .txt {
  position: relative;
  font-size: var(--small-fz);
  font-weight: var(--bold);
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: calc(var(--sp-4) + var(--sp-4));
}
.sec03__cta .txt::after {
  position: absolute;
  content: "";
  bottom: -12vw; /* 29px / 390px */
  left: calc(50% - 3.46vw); /* 13.5px / 390px */
  background: url("../img/icon_tr.webp") no-repeat;
  background-size: contain;
  background-position: center;
  width: 9.49vw; /* 37px / 390px */
  height: 7.44vw; /* 29px / 390px */
}
#sec03 h2.title {
  font-size: var(--sp-4);
  color: #00153e;
}

.sec03__content {
  display: flex;
  flex-direction: column;
  gap: var(--px-20);
}

.sec03__content-item {
  background-color: var(--clr-white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.sec03__content-item .ttl {
  width: 100%;
  padding: var(--sp-2);
  background-color: #002366;
  text-align: center;
  font-size: var(--h5-fz);
  color: var(--clr-white);
}
.sec03__content-item .cont {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  padding: var(--sp-3);
}
.sec03__content-item .cont .txt {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}
.sec03__content-item .cont .txt-more {
  display: none;
}
.sec03__content-item .cont .txt-more dl:not(:last-of-type) {
  margin-bottom: var(--sp-4);
}
.sec03__content-item .cont dl {
}
.sec03__content-item .cont dt {
  font-size: var(--h6-fz);
  font-weight: var(--medium);
  padding-bottom: var(--sp-1);
  margin-bottom: var(--sp-2);
  border-bottom: 1px solid #e5e5e5;
}
.sec03__content-item .cont dt::before {
  content: "";
  display: inline-block;
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #e5e5e5;
}
.sec03__content-item .cont dd {
}
.sec03__content-item .cont dd p {
  font-size: var(--small-fz);
  line-height: 1.8;
  color: #666666;
}
.sec03__content-item .cont .txt .btn {
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  box-sizing: border-box;
  padding: 8px 17px 6px 20px;
  vertical-align: baseline !important;
  text-align: center !important;
  font-size: var(--body-fz);
  line-height: 1.2;
  color: var(--clr-white);
  background-color: var(--clr-red-sub);
  font-weight: var(--bold);
  border-radius: 11px;
  border: 1px solid #000;
}
.sec03__content-item .cont .img {
  width: 100%;
  margin-bottom: var(--sp-3);
}
.sec03__content-item .cont .img img {
  width: 100%;
  height: auto;
}

/* sec03tosec04 */
.sec03tosec04 {
  background-color: #1b274e;
  color: var(--clr-white);
}
.sec03tosec04 .inner {
  padding: var(--sp-4) 0;
}
.sec03tosec04 .ttl-wrap {
  padding-bottom: var(--sp-1);
  border-bottom: dashed 2px #adadad;
  margin-bottom: var(--sp-2);
}
.sec03tosec04 .ttl-wrap .ttl {
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", YuGothicM, "メイリオ",
    Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif, Helvetica, Arial;
  font-size: var(--h4-fz);
  text-align: center;
  letter-spacing: 0.08em;
  color: var(--clr-accent);
  text-decoration: none;
  margin-bottom: 0;
}
.sec03tosec04 .txt {
  margin: 0 auto;
  font-size: var(--small-fz);
  font-weight: var(--medium);
  letter-spacing: 0em;
  text-align: justify;
}
/* sec04 */
#sec04 {
}

.sec04__cta {
  margin-bottom: var(--sp-5);
}

#sec04 .cmn-h2 {
  margin-bottom: var(--px-20);
}
#sec04 h3.title {
  font-size: var(--h2-fz);
  line-height: 1.7;
  margin-bottom: var(--sp-3);
}
#sec04 h3.title .marker {
  background: linear-gradient(
    transparent 10%,
    var(--clr-accent) 10%,
    var(--clr-accent) 100%
  );
}
.sec04__txt {
  margin-bottom: var(--sp-4);
  padding: var(--sp-2);
}
.sec04__txt .txt {
  font-size: var(--small-fz);
  font-weight: var(--bold);
  letter-spacing: 0em;
  line-height: 1.8;
}
.sec04__content {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}

.sec04__content-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: var(--sp-3);
}
.sec04__content-item .img {
  width: 350px;
}
.sec04__content-item .img img {
  max-width: 100%;
}
.sec04__content-item .txt-content {
}
.case_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sp-1);
  padding-bottom: var(--sp-1);
  margin-bottom: var(--sp-2);
  border-bottom: 1px dashed #bababa;
  box-sizing: border-box;
}
.case-yellow {
  display: inline-block;
  font-size: var(--body-fz);
  line-height: 1;
  color: #000;
  background-color: yellow;
  padding: var(--sp-1) var(--sp-2);
  vertical-align: baseline !important;
  text-align: center !important;
  font-weight: bold;
  border-radius: var(--sp-3);
  margin-bottom: 0 !important;
  border: 3px solid #000;
}
.case_title .ttl {
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 0 !important;
  font-size: var(--h5-fz);
}

.sec04__content-item .txt-content .txt {
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-size: var(--small-fz);
  font-weight: var(--bold);
}
.sec04__content-item .txt-content .txt_link {
  margin-top: var(--sp-1);
}
.sec04__content-item .txt-content .txt_link a {
  color: #1e87f0;
  text-decoration: underline;
  font-size: var(--small-fz);
}

/* sec05 */
#sec05 {
}

#sec05 .title_wrap {
  padding-bottom: var(--sp-2);
  border-bottom: dashed 2px #adadad;
  margin-bottom: var(--sp-2);
}
#sec05 .title {
  font-size: var(--px-20);
  text-decoration: none;
  margin-bottom: 0;
}

.sec05__txt {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: var(--sp-3);
}
.sec05__txt .txt {
}
.sec05__txt .txt p {
  font-size: var(--small-fz);
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.sec05__txt .img {
  width: 64.61vw;
}

/* .sec05-cta */
.sec05-cta {
}

.sec05-cta__content {
  position: relative;
  background-color: #1f2749;
  border: solid 7px #ffffff;
  border-radius: 20px;
  height: auto;
  box-shadow: 0 0 7px 2px rgb(0 0 0 / 15%);
  padding: var(--sp-3) var(--sp-2);
  color: var(--clr-white);
  margin-bottom: var(--sp-4);
}

.sec05-cta__content .ttl {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--sp-2);
  text-align: center;
  font-size: var(--h4-fz);
  font-weight: var(--bold);
  text-decoration: underline;
  text-underline-offset: 15%;
  text-decoration-thickness: 6%;
}
.sec05-cta__content .txt {
  width: fit-content;
  margin: 0 auto;
  font-size: calc(var(--small-fz) * 0.9);
  font-weight: var(--bold);
}

/* sec05tosec06 */
.sec05tosec06 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.sec05tosec06 img {
  max-width: 100%;
}

.sec05tosec06 .sec_cta {
  width: auto;
  margin: 0 auto;
}

/* sec06 */
#sec06 {
}

#sec06 h2.title {
  font-size: var(--sp-4);
  margin-bottom: var(--sp-4);
  color: #00153e;
}

.sec06__content {
}
.sec06__content h3 {
  text-align: center;
  font-size: var(--h5-fz);
  padding: var(--sp-2) var(--sp-1);
  background-color: #1c2952;
  color: var(--clr-white);
  margin-bottom: var(--sp-4);
}
.sec06__content .text-content {
  text-align: left;
  margin-bottom: var(--sp-3);
  font-size: var(--small-fz);
}

.sec06__content-item {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}
.sec06__content-item dl {
}
.sec06__content-item dl dt {
  position: relative;
  padding-left: 26px;
  font-size: var(--px-18);
  color: #1b274e;
  line-height: 1.8;
  margin-bottom: var(--sp-1);
}
.sec06__content-item dl dt::after {
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/icon_maru.webp") no-repeat center center;
  background-size: contain;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
既存パーツ調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#faq {
}
#faq .inner {
  padding: 0;
}
#faq .sec_cta {
  margin-bottom: var(--sp-5);
}
.qa-list dt {
  padding-right: 20px;
  padding-left: 25px !important;
}
.section-ttl-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--h3-fz);
  font-weight: var(--medium);
  margin-bottom: var(--sp-4);
}

.sec-ttle {
  color: var(--clr-main);
}

#faq .qa-list dd::before {
  top: 25px;
}
.qa-list .in-dl {
  padding-right: 5vw;
}

#media {
  padding-top: var(--sp-10);
}

/* .more_btn_2011 */
.more_btn_2011 {
  /* zoom: 80%; */
}
.more_btn_2011 a {
  width: fit-content;
  display: block;
  margin: 0 auto;
}

/* cta調整 */
/* .sec_cta */
.sec_cta__box-wrap {
  margin-bottom: var(--sp-10);
}
/* .sec_cta */
.sec_cta__box {
  position: relative;
  line-height: 1.5;
  padding: calc((16 / 390) * 100vw) calc((5 / 390) * 100vw)
    calc((16 / 390) * 100vw);
  background: no-repeat bottom center/contain url("../img/sp_sec_cta__box.webp");
  background-size: cover;
  display: flex;
  margin-bottom: calc((65 / 390) * 100vw);
}
/* .sec_cta__box::after {
  position: absolute;
  bottom: calc((-18 / 390) * 100vw - (25 / 390) * 100vw);
  left: calc(50% - (22 / 390) * 100vw);
  content: "";
  display: block;
  background: url("../img/icon_tr_cta.webp") no-repeat;
  background-size: contain;
  width: calc((44 / 390) * 100vw);
  height: calc((25 / 390) * 100vw);
} */

.sec_cta__box-header {
  width: 100%;
  /* margin-inline: auto; */
  margin-bottom: calc((270 / 390) * 100vw);
}
.sec_cta__box-header h4 {
  width: fit-content;
  font-size: calc((26 / 390) * 100vw);
  color: #e8e428;
  font-weight: 700;
  letter-spacing: 0.06em;
  /* margin: 0 auto; */
  padding-left: var(--sp-1);
  margin-bottom: calc((16 / 390) * 100vw);
}
.sec_cta__box-header p {
  font-size: calc((18 / 390) * 100vw);
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.02em;
  padding-left: var(--sp-1);
  margin-bottom: var(--sp-1);
}

.sec_cta__box-header h4 small {
  font-size: calc((20 / 390) * 100vw);
  color: #ffffff;
}
.sec_cta__box-header p sup {
  font-size: 10px;
  top: 0;
}
.sec_cta__box-header small {
  position: relative;
  width: calc((350 / 390) * 100vw);
  display: block;
  font-size: 10px;
  padding-left: 22px;
  color: #ffffff;
  /* zoom: 0.6; */
  transform: scale(0.6);
  transform-origin: right top; /* 基準点の調整 */
  margin-left: auto;
}
.sec_cta__box-header small:nth-of-type(1)::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※1";
}
.sec_cta__box-header small:nth-of-type(2)::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※2";
}
