@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SP版
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* mv */
#mv {
  background: url("../img/sp_mv_bg.png") no-repeat;
  background-size: cover;
}

#mv .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16.9vw 0 var(--sp-3);
  width: calc(100% - var(--sp-2) * 2);
}

#mv .catch {
  margin-left: -0.5vw;
}

#mv .catch img {
  max-width: 100%;
}
.mv-cta{
  padding-top: 0;
  margin-left: 0;
}
.mv-cta .inner{
  padding-top: 0;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
main style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* sec_01 */
#sec_01 {
}
#sec_01 .inner {
  padding-bottom: 0;
}

.sec_01-hedcontent {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: var(--sp-3);
  margin-bottom: var(--sp-3);
}

.sec_01-hedcontent .txt-content {
}

.sec_01-hedcontent .txt-content .cmn-h3 {
  margin-bottom: var(--sp-2);
}
.sec_01-hedcontent .txt-content .txt {
  font-size: var(--small-fz);
}

.sec_01-hedcontent .img {
}

.sec_01-cont {
}
.sec_01-cont h4.title {
  background-color: var(--clr-main);
  color: var(--clr-white);
  text-align: center;
  padding: var(--sp-2) var(--sp-1);
  font-size: var(--h5-fz);
  font-weight: var(--bold);
  margin-bottom: 1px;
  line-height: 1.5;
}
.sec_01-list-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1px;
  margin-bottom: var(--sp-4);
}
.sec_01-list-wrap .img {
  position: relative;
  height: 209.74vw;
  width: 10.2vw;
}
.sec_01-list_img{
  height: 100%;
}

.sec_01-list {
  /* width: 989px; */
  width: 81.2vw;
  height: 209.74vw;

  position: relative;
}
.sec_01-list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/sp_sec_01-cont_arrow.png?20250501") no-repeat;
  background-size: contain;
  width: 16.1vw;
  height: 100%;
}

.sec_01-list-item {

  padding: var(--sp-2) var(--sp-2);
  /* padding-right: 15.12vw; */
  /* padding-right: 14.5vw; */
  padding-right: 13vw;
  padding-left: 3vw;
  border-bottom: 1px solid #ddd;
}
.sec_01-list-item-large{
  /* height: 113.33vw; */
  height: 113vw !important;
}
.sec_01-list-item:nth-of-type(3) {
  height: 38.5vw;
}
.sec_01-list-item:last-of-type {
  border-bottom: none;
}

.sec_01-list-item .ttl {
  font-size: var(--h6-fz);
  font-weight: var(--bold);
}
.sec_01-list-item .txt-content {
  margin-top: var(--sp-1);
}
.sec_01-list-item .txt-content .txt {
  font-size: var(--small-fz);
}
.sec_01-list-item .txt-content .txt strong {
  font-weight: var(--regular);
  color: var(--clr-red);
}
.sec_01-list-item .txt-content .txt .marker {
  position: relative;
  margin-top: var(--sp-05);
  font-size: 3.1vw;
  font-weight: var(--regular);
  margin-left: var(--sp-2);
}
.sec_01-list-item .txt-content .txt .marker::before {
  content: "";
  display: block;
  width: 2.79vw;
  height: 2.79vw;
  background: url("../img/icon_check.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 1vw;
  left: -4.1vw;
}

.sec_01-list-item .txt-content .txt small {
  display: block;
  font-size: 3.1vw;
  font-weight: var(--regular);
  margin-top: var(--sp-05);
}
.sec_01-list-item .txt-content .txt small::before {
  content: "※";
}

.sec_01-list-item .txt-content .list {
  margin-top: var(--sp-1);
  margin-left: var(--sp-2);
  margin-bottom: var(--sp-1);
}
.sec_01-list-item .txt-content .list:last-of-type {
  margin-bottom: 0;
}
.sec_01-list-item .txt-content .list dt {
  font-weight: var(--bold);
  font-size: var(--small-fz);
  margin-bottom: var(--sp-05);
}
.sec_01-list-item .txt-content .list dt::before {
  content: "・";
}
.sec_01-list-item .txt-content .list {
  font-size: var(--small-fz);
}
#sec_01 .sec_cta {
}
#sec_01 .sec_cta .txt {
  text-align: center;
  font-size: 4.4vw;
  font-weight: var(--bold);
  margin-bottom: var(--sp-2);
}
#sec_01 .sec_cta h2 {
  width: fit-content;
  margin: 0 auto;
  font-size: 5.6vw;

  background: linear-gradient(
    transparent 10%,
    var(--clr-accent) 10%,
    var(--clr-accent) 100%
  );
  padding: 0 2px; /* テキストの左右に少し余白を追加 */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  margin-bottom: var(--sp-3);
}

/* sec_02 */
#sec_02 {
}
#sec_02 .inner {
  padding-bottom: calc(40px + 20px);
}
#sec_02 h2.title {
  font-size: 5.1vw;
  margin-bottom: var(--sp-4);
}

.sec_02-hedcontent {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: var(--sp-2);
  margin-bottom: var(--sp-5);
}

.sec_02-hedcontent .txt-content {
}

.sec_02-hedcontent .txt-content .cmn-h3 {
  margin-bottom: var(--sp-2);
}
.sec_02-hedcontent .txt-content .txt {
  font-size: var(--small-fz);
}

.sec_02-hedcontent .img {
}

.sec_02-list-wrap {
}
.sec_02-list {
  position: relative;
  background: var(--clr-bg);
  display: flex;
  margin-bottom: var(--sp-4);
}
.sec_02-cont {
}
.sec_02-cont_arrow {
  width: 11.3vw;
}
.sec_02-list ul {
  width: calc(100% - 11.3vw);
}
.sec_02-list::after {
  position: absolute;
  top: 0;
  right: var(--sp-1);
  content: "";
  display: block;
  background: url("../img/sp_sec_02-cont_num_02.png") no-repeat;
  background-size: contain;
  width: 8.7vw;
  height: 73.7vw;
}
.sec_02-list-item {
  padding: var(--sp-2);
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: center;
  gap: var(--sp-2);
  border-bottom: 1px solid #ddd;
}
.sec_02-list-item:nth-of-type(2) {
  height: 21.79vw;
}
.sec_02-list-item:nth-of-type(3) {
  height: 28.97vw;
}

.sec_02-list-item:last-of-type {
  height: 21.79vw;
  border-bottom: none;
}
.sec_02-list-item .txt-content {
}

.sec_02-list-item .ttl {
  text-align: left;
  font-size: var(--body-fz);
  margin-bottom: var(--sp-1);
}
.sec_02-list-item .txt {
  font-size: var(--small-fz);
  text-align: left;
}

.sec_02-list-item .img {
  display: none;
}
.sec_02-list-item .img img {
  height: 38px;
}

.sec_02-list-item-contact {
height: 52.05vw;
  padding: var(--sp-2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}
.sec_02-list-item-contact .ttl {
  font-size: var(--h6-fz);
  text-align: left;
  font-weight: var(--bold);
  margin-bottom: var(--sp-1);
}
.sec_02-list-item-contact .ttl small.marker,
.sec_02-list-item .ttl small.marker {
  display: block;
  width: fit-content;
  font-size: var(--small-fz);
  font-weight: var(--bold);
  line-height: 1.3;
  padding: 2px;
  margin-bottom: var(--sp-1);
}
.sec_02-list-item-contact .tel {
  margin-bottom: var(--sp-1);
}
.sec_02-list-item-contact .tel small {
  font-size: var(--body-fz);
  display: block;
  margin-bottom: -2vw;
}
.sec_02-list-item-contact .tel a {
  position: relative;
  font-size: var(--h4-fz);
  font-weight: var(--bold);
  padding-left: 6.67vw;
}
.sec_02-list-item-contact .tel a::before {
  position: absolute;
  left: 0;
  top: calc(50% - 2.31vw);
  content: "";
  background: url("../img/icon_tel.png") no-repeat;
  background-size: contain;
  display: block;
  width: 5.13vw;
  height: 5.13vw;
  margin-right: 1.54vw;
}
.sec_02-list-item-contact .mail {
  width: fit-content;
  display: block;
  background-color: #ff544b;
  border-radius: 8.97vw;
  font-size: var(--body-fz);
  font-weight: var(--bold);
  color: var(--clr-white);
  padding: 2.82vw 9.74vw;
}
.sec_02-list-item-contact .mail span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.54vw;
}
.sec_02-list-item-contact .mail span::before {
  content: "";
  background: url("../img/icon_mail.png") no-repeat;
  background-size: contain;
  display: block;
  width: 4.1vw;
  height: 4.1vw;
  left: 0;
  top: calc(50% - 2.31vw);
}

/* sec_02to03  */
.sec_02to03 {
  position: relative;
}

.sec_02to03 .inner::before {
  content: "";
  position: absolute;
  top: calc(50% - 57.9vw);
  left: calc(-8.21vw / 2);
  display: block;
  width: 100vw;
  height: 115.9vw;
  background: var(--clr-bg);
  z-index: -1;
}
.sec_02to03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 5.9vw);
  background: url("../img/sp_icon_arrow_sec_02to03.png") no-repeat;
  background-size: contain;
  width: 8.72vw;
  height: 5.9vw;
  z-index: 1;
}
.sec_02to03 .inner {
  position: relative;
  z-index: 1;
  padding: 0;
  padding-bottom: calc(40px + 30px);
}
.sec_02to03 h2.title {
  font-size: 5.6vw;
  text-decoration: none;
  margin-bottom: var(--sp-3);
}
/* sec_03 */
#sec_03 {
}
#sec_03 .inner {
  padding-top: 40px;
  padding-bottom: 0;
}
#sec_03 h2.title {
  font-size: 5.1vw;
  margin-bottom: var(--sp-3);
}
.sec_03-cont {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  margin-bottom: var(--sp-4);
}
.sec_03-cont-item {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.25);
}
.sec_03-cont-item .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: var(--clr-main); */
  background-color: #002366;
  color: var(--clr-white);
  padding: var(--sp-2);
  text-align: center;
  font-size: var(--h5-fz);
  font-weight: var(--bold);
}

.sec_03-cont-item .ttl .num {
  font-size: var(--h6-fz);
  margin-right: var(--sp-1);
}
.sec_03-cont-item .ttl .num small {
  font-size: 3.1vw;
}
.sec_03-cont-item-content {
  padding: var(--sp-2);
}

.sec_03-cont-item-content-main {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--sp-2);
}

.sec_03-cont-item-content-main .txt {
  font-size: var(--small-fz);
  line-height: 1.8;
}
.sec_03-cont-item-content-main .img {
}

.sec_03-cont-item-content-small {
  position: relative;
  padding-left: 3.3vw;
  margin-top: var(--sp-1);
  margin-bottom: var(--sp-3);
  font-size: 3.1vw;
}
.sec_03-cont-item-content-small::before {
  position: absolute;
  left: 0;
  content: "※";
}

.sec_03-cont-item-content-sub {
}
.sec_03-cont-item-content-sub .sec-title {
  margin-bottom: var(--sp-2);
}
.sec_03-cont-item-content-sub .cmn-h3 {
  font-size: var(--h5-fz);
  color: #002366;
  margin-bottom: 0;
}
.sec_03-cont-item-content-sub .cmn-h3::before {
  background-color: #002366;
}

.sec_03-cont-item-content-sub .link {
  width: fit-content;
  text-decoration: underline;
  position: relative;
  font-size: 9px;
  display: block;
  text-align: right;
  padding-right: var(--sp-2);
  margin-top: var(--sp-1);
}
.sec_03-cont-item-content-sub .link::after {
  position: absolute;
  content: "";
  background: url("../img/icon_link.png") no-repeat;
  background-size: contain;
  display: block;
  width: 12px;
  height: 13px;
  right: 0;
  top: calc(50% - 6px);
}

#sec_03 .sec_cta .title {
  margin-bottom: 22.3vw;
}

#sec_03  .sec_cta .title span::after{
bottom: calc(-8.2vw + (-7.44vw));
}



/* ===============
sec_03アニメーション
===============*/
/* 点滅 */
.sec_01-list-wrap {
  z-index: 1;
  position: relative;
}
.sec_03_anime01 {
  position: absolute;
  top: 13.8vw;
  left: 1.45vw;
  width: 7.18vw;
  height: auto;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
}
.hidden .sec_03_anime01{
  opacity: 0;
}

/* 矢印 */
.sec_01-list {
  overflow-y: hidden;
}
.sec_01-list::after {
  animation: slideInOpacity 3s ease-in-out infinite;
  /* アニメーション設定 */
}
.sec_01-cont_txt {
  position: absolute;
  width: 13.84vw;
  top: 71.8vw;
  right: 1vw;
  z-index: 1;
}

/* 画像が上から下に表示されるアニメーション */
@keyframes slideInOpacity {
  0% {
    opacity: 0;
    /* 最初は透明 */
    transform: translateY(-100%);
    /* 上の見えない位置から開始 */
  }

  30% {
    opacity: 1;
    /* 50%のところで完全に表示 */
    transform: translateY(0);
    /* 通常位置まで移動 */
  }

  60% {
    opacity: 1;
    /* 50%のところで完全に表示 */
    transform: translateY(0);
    /* 通常位置まで移動 */
  }

  100% {
    opacity: 0;
    /* 100%で再び透明 */
    transform: translateY(100%);
    /* 下に移動して消える */
  }
}

/* ============ */




/* sec_04 */
#sec_04 .inner {
  padding-bottom: 40px;
}
#sec_04 h2.title {
  font-size: 5.1vw;
  margin-bottom: var(--sp-4);
}

.sec_04-cont {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  margin-bottom: var(--sp-3);
}

.sec_04-cont-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--sp-2);

  flex-direction: column-reverse;
  gap: 0;
}

.sec_04-cont-item .txt-content {

  margin-bottom: var(--sp-2);
}
.sec_04-cont-item .txt-content .ttl {
  padding: var(--sp-2) var(--sp-2);
  background-color: var(--clr-main);
  color: var(--clr-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.sec_04-cont-item .txt-content .ttl .num {
  display: block;
  width: 18.7vw;
}
.sec_04-cont-item .txt-content .ttl .num img {
  max-width: 100%;
}
.sec_04-cont-item .txt-content .ttl .ttl-txt {
  width: 62.8vw;
  display: block;
  font-size: var(--h5-fz);
  line-height: 1.5;
  font-weight: var(--bold);
}

.sec_04-cont-item .txt-content .txt {
  line-height: 1.8;
  background-color: var(--clr-bg);
  font-size: var(--small-fz);
  padding: var(--sp-2) var(--sp-2);
}

.sec_04-cont-item .txt-content .sub-txt {
  font-size: var(--small-fz);
  font-weight: var(--regular);
  margin-top: var(--sp-2);
}
.sec_04-cont-item .img {
}

#sec_04 .sec_cta {
}
#sec_04 .sec_cta .txt {
  position: relative;
  /* width: 740px; */
  width: calc(100% - var(--sp-4));
  margin: 0 auto;
  font-size: var(--h5-fz);
  line-height: 1.5;
  font-weight: var(--bold);
  letter-spacing: 0;
  text-align: center;
  margin-bottom: var(--sp-3);
  margin-bottom: 22.3vw;
}

#sec_04 .sec_cta h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 5.6vw;

  background-image: linear-gradient(to right, #ffff00, #ffff00);
  background-position: 0 calc(100% - 1px);
  background-repeat: repeat-x;
  background-size: 100% calc(80% - 1px);
  margin-bottom: var(--sp-3);
}
#sec_04 .sec_cta .txt::after {
  position: absolute;
  content: "";
  /* bottom: -9.49vw; */
  bottom: calc(-8.2vw + (-7.44vw));
  right: calc(50% - 3.72vw);
  display: block;
  width: 9.49vw;
  height: 7.44vw;
  background: url(../img/sp_icon_arrow_sec_02to03.png) no-repeat;
  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;
}
