@charset "UTF-8";
/*************  home css  ******************/
.p-home-mainv {
  position: relative;
  margin-bottom: 70px;
}
.p-home-mainv__bg img {
  width: 100%;
}
.p-home-mainv__link {
  position: absolute;
  bottom: 2%;
  right: 3.4%;
  max-width: 230px;
  width: 15.9%;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__link {
    width: 37.3%;
    bottom: -6%;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-home-mainv__link-item {
  display: inline-block;
}

.p-home-howto {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-home-howto {
    margin-bottom: 50px;
  }
}
.p-home-howto__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 21px;
}
@media screen and (max-width: 767px) {
  .p-home-howto__list {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-howto__list-wrap {
  width: calc((100% - 42px) / 3);
}
@media screen and (max-width: 940px) {
  .p-home-howto__list-wrap {
    width: calc((100% - 21px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-home-howto__list-wrap {
    width: 100%;
  }
}
.p-home-howto__list-head {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 599, 24px);
  padding: 25px 30px;
  color: #fff;
  background-color: #0F318D;
  position: relative;
  border-radius: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .p-home-howto__list-head {
    padding: 20px 50px 20px 4.2%;
  }
}
.p-home-howto__list-head::after {
  content: "";
  width: 28px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-acd-open.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-home-howto__list-head::after {
    width: 25px;
    right: 4.2%;
  }
}
.p-home-howto__list-head:hover {
  cursor: pointer;
}
.p-home-howto__list-head.active::after {
  background: url(../img/common/ico-acd-close.svg) no-repeat center/contain;
}
.p-home-howto__list-contents {
  max-height: 0;
  overflow: hidden;
  padding: 0 5%;
  background-color: #F4F6FA;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-home-howto__list-contents.open {
  max-height: 1500px;
  padding-block: 30px;
}
@media screen and (max-width: 767px) {
  .p-home-howto__list-contents.open {
    padding-block: 15px;
  }
}
.p-home-howto__link-item {
  padding-left: 1.5em;
  position: relative;
}
.p-home-howto__link-item::before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arrow-link.svg) no-repeat center/contain;
  position: absolute;
  top: 7px;
  left: 0;
}
.p-home-howto__link-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.p-home-howto__link-item:hover {
  text-decoration: underline;
}
.p-home-howto__link-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
}

.p-home-about {
  margin-top: 60px;
  padding: 100px 0 160px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 940px) {
  .p-home-about {
    margin-top: 30px;
    padding: 60px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about {
    margin-top: 0;
    padding: 40px 0 70px;
  }
}
.p-home-about::before {
  content: "";
  width: 92%;
  height: 100%;
  background: url(../img/common/about-bg.jpg) no-repeat center/cover;
  border-radius: 0 200px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 940px) {
  .p-home-about::before {
    width: 100%;
    border-radius: 0 100px 0 0;
  }
}
.p-home-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 100px;
}
@media screen and (max-width: 940px) {
  .p-home-about__list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about__list {
    margin-bottom: 40px;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-about__list-item {
  width: 33.3333333333%;
  overflow: hidden;
  border-radius: 50px 50px 0 0;
  background-color: #fff;
  padding-bottom: 30px;
}
@media screen and (max-width: 940px) {
  .p-home-about__list-item {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about__list-item {
    width: 100%;
    padding-bottom: 20px;
  }
}
.p-home-about__list-img {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 940px) {
  .p-home-about__list-img {
    border-radius: 30px 30px 0 0;
  }
}
.p-home-about__list-img img {
  width: 100%;
}
.p-home-about__list-ttl {
  padding-inline: 6.5%;
  padding-top: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(35 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 10 * (100vw - 767px) / 599, 24px);
}
@media screen and (max-width: 940px) {
  .p-home-about__list-ttl {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about__list-ttl {
    font-size: 18px;
    padding-top: 18px;
    padding-inline: 4.2%;
  }
}
.p-home-about__list-ttl span {
  color: #FF9600;
}
.p-home-about__list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 599, 16px);
  padding-top: 15px;
  padding-inline: 6.5%;
}
@media screen and (max-width: 940px) {
  .p-home-about__list-txt {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about__list-txt {
    font-size: 14px;
    padding-top: 8px;
    padding-inline: 4.2%;
  }
}
.p-home-about__badge {
  margin-top: 12px;
  width: 78%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 940px) {
  .p-home-about__badge {
    gap: 8px;
    width: 92%;
  }
}
.p-home-about__badge-item {
  width: 25%;
}
.p-home-about__recommend {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-about__recommend {
    margin-top: 40px;
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-about__recommend-item {
  width: 33.3333333333%;
  border-radius: 0 50px 0 0;
  background-color: #7EAAE4;
  position: relative;
  z-index: 0;
  padding: 58px 2.2% 42px;
  text-align: center;
}
@media screen and (max-width: 940px) {
  .p-home-about__recommend-item {
    padding: 35px 2.2%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about__recommend-item {
    width: 100%;
    padding: 30px 4.2% 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.p-home-about__recommend-item::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0 50px 0 0;
  background-color: #fff;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: -1;
}
.p-home-about__recommend-item::after {
  width: 70px;
  aspect-ratio: 1/1;
  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;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 599, 24px);
  color: #fff;
  border-radius: 100%;
  background-color: #FF9600;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 940px) {
  .p-home-about__recommend-item::after {
    width: 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about__recommend-item::after {
    width: 45px;
    top: -22px;
  }
}
.p-home-about__recommend-item:nth-of-type(1)::after {
  content: "01";
}
.p-home-about__recommend-item:nth-of-type(2)::after {
  content: "02";
}
.p-home-about__recommend-item:nth-of-type(3)::after {
  content: "03";
}
.p-home-about__recommend-img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-home-about__recommend-img {
    width: 19.4%;
  }
}
.p-home-about__recommend-img img {
  display: inline-block;
  width: 42.6%;
}
@media screen and (max-width: 767px) {
  .p-home-about__recommend-img img {
    width: 100%;
  }
}
.p-home-about__recommend-txt {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(33 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 599, 20px);
}
@media screen and (max-width: 767px) {
  .p-home-about__recommend-txt {
    text-align: left;
    width: 80.6%;
    font-size: 16px;
  }
}
.p-home-about__recommend-btn {
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-home-about__recommend-btn {
    width: 85%;
  }
}
.p-home-about__recommend-link {
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 12 * (100vw - 767px) / 599, 30px);
  color: #fff;
  position: relative;
  z-index: 0;
  background-color: #FF9600;
  padding: 38px 125px;
  white-space: nowrap;
}
@media screen and (max-width: 940px) {
  .p-home-about__recommend-link {
    padding: 24px 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about__recommend-link {
    text-align: center;
    width: 100%;
    display: block;
    padding: 24px;
  }
}
.p-home-about__recommend-link::after {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arrow-circle.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 940px) {
  .p-home-about__recommend-link::after {
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about__recommend-link::after {
    width: 25px;
  }
}
.p-home-about__recommend-link::before {
  content: "";
  width: 100%;
  height: 76%;
  background: url(../img/common/ico-play.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.p-home-voice {
  padding: 140px 0 100px;
}
@media screen and (max-width: 940px) {
  .p-home-voice {
    padding: 100px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-voice {
    padding: 80px 0 50px;
  }
}
.p-home-voice__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-home-voice__title {
    margin-bottom: 44px;
  }
}
.p-home-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-home-voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
    width: 88%;
    margin-inline: auto;
  }
}
.p-home-voice__list-item {
  width: 33.3333333333%;
  border-radius: 0 50px 0 0;
  background-color: #7EAAE4;
  position: relative;
  z-index: 0;
  padding: 80px 2.2% 40px;
  text-align: center;
}
@media screen and (max-width: 940px) {
  .p-home-voice__list-item {
    padding: 60px 1.4% 30px;
    border-radius: 0 35px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-voice__list-item {
    width: 100%;
    padding: 20px 2.2%;
  }
}
.p-home-voice__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0 50px 0 0;
  background-color: #F4F6FA;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: -1;
}
@media screen and (max-width: 940px) {
  .p-home-voice__list-item::before {
    border-radius: 0 35px 0 0;
  }
}
.p-home-voice__list-img {
  max-width: 120px;
  width: 48.2%;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-home-voice__list-img {
    width: 31.9%;
    left: 4.2%;
    top: -34px;
    -webkit-transform: none;
            transform: none;
  }
}
.p-home-voice__list-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 599, 20px);
  color: #0F318D;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-home-voice__list-name {
    font-size: 18px;
    text-align: left;
    padding-left: 40%;
  }
}
.p-home-voice__list-name span {
  font-size: 30px;
  font-size: clamp(18px, 18px + 12 * (100vw - 767px) / 599, 30px);
}
.p-home-voice__list-info {
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 4 * (100vw - 767px) / 599, 15px);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-home-voice__list-info {
    text-align: left;
    padding-left: 40%;
  }
}
.p-home-voice__list-tag {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-home-voice__list-tag {
    text-align: left;
  }
}
.p-home-voice__list-tag span {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 40px;
  background-color: #0F318D;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 599, 16px);
}
@media screen and (max-width: 940px) {
  .p-home-voice__list-tag span {
    padding: 10px;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-home-voice__list-tag span {
    font-size: 13px;
    padding: 5px 16px;
    width: auto;
    display: inline-block;
  }
}
.p-home-voice__list-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 599, 16px);
}
@media screen and (max-width: 767px) {
  .p-home-voice__list-txt {
    text-align: left;
    font-size: 14px;
  }
}

.p-home-visor {
  padding: 0 0 60px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 940px) {
  .p-home-visor {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-visor {
    padding-top: 100px;
  }
}
.p-home-visor::before {
  content: "";
  width: 100%;
  height: calc(100% - 80px);
  background-color: #F4F6FA;
  border-radius: 0 200px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 940px) {
  .p-home-visor::before {
    height: 94%;
    border-radius: 0 100px 0 0;
  }
}
.p-home-visor__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-home-visor__img {
  width: 42.1%;
}
@media screen and (max-width: 767px) {
  .p-home-visor__img {
    width: 39%;
    position: absolute;
    top: 0;
    left: 4.2%;
  }
}
.p-home-visor__dtl {
  width: 57.9%;
}
@media screen and (max-width: 767px) {
  .p-home-visor__dtl {
    width: 100%;
  }
}
.p-home-visor__dtl-cap {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  margin-bottom: 5px;
  padding-left: 8%;
}
@media screen and (max-width: 940px) {
  .p-home-visor__dtl-cap {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-visor__dtl-cap {
    padding-left: 48%;
  }
}
.p-home-visor__dtl-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(30px, 30px + 10 * (100vw - 767px) / 599, 40px);
  color: #0F318D;
  padding-left: 8%;
  margin-bottom: 30px;
}
@media screen and (max-width: 940px) {
  .p-home-visor__dtl-name {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-visor__dtl-name {
    padding-left: 48%;
  }
}
.p-home-visor__dtl-head {
  display: inline-block;
  padding: 6px 50px;
  border-radius: 0 30px 0 0;
  background-color: #0F318D;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 599, 14px);
}
@media screen and (max-width: 940px) {
  .p-home-visor__dtl-head {
    padding: 6px 30px;
    border-radius: 0 15px 0 0;
  }
}
.p-home-visor__dtl-txt {
  padding: 35px 8%;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 599, 16px);
}
@media screen and (max-width: 940px) {
  .p-home-visor__dtl-txt {
    padding: 24px 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-visor__dtl-txt {
    font-size: 14px;
    padding: 20px 4.2%;
  }
}

.p-home-partner {
  padding: 100px 0;
}
@media screen and (max-width: 940px) {
  .p-home-partner {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-partner {
    padding: 50px 0;
  }
}
.p-home-partner__container {
  max-width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-home-partner__container {
    display: block;
  }
}
.p-home-partner__dtl {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .p-home-partner__dtl {
    width: 100%;
  }
}
.p-home-partner__dtl-head {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-home-partner__dtl-head {
    margin-bottom: 25px;
  }
}
.p-home-partner__dtl-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
}
@media screen and (max-width: 767px) {
  .p-home-partner__dtl-txt {
    display: none;
  }
}
.p-home-partner__img {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-home-partner__img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-partner__img-item {
    width: 33%;
  }
}
.p-home-partner__sptxt {
  display: none;
  width: 67%;
}
@media screen and (max-width: 767px) {
  .p-home-partner__sptxt {
    display: block;
  }
}
.p-home-partner__sptxt .p-home-partner__dtl-txt {
  display: block;
}

.p-home-faq {
  padding: 80px 0 100px;
  background-color: #F4F6FA;
  border-radius: 0 200px 0 0;
}
@media screen and (max-width: 940px) {
  .p-home-faq {
    padding: 60px 0 80px;
    border-radius: 0 120px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-faq {
    padding: 40px 0 50px;
  }
}
.p-home-faq__dtl-wrap {
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-faq__dtl-wrap {
    padding: 24px 4.2%;
  }
}
.p-home-faq__dtl-wrap:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-home-faq__dtl-wrap:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.p-home-faq__dtl-wrap.active .p-home-faq__dtl-ttl::after {
  background: url(../img/common/ico-faq-close.svg) no-repeat center/contain;
}
.p-home-faq__dtl-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(33 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 599, 20px);
  position: relative;
  padding-inline: 48px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-home-faq__dtl-ttl {
    font-size: 16px;
    padding-inline: 35px;
  }
}
.p-home-faq__dtl-ttl::before {
  content: "Q";
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 12 * (100vw - 767px) / 599, 40px);
  color: #0F318D;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-home-faq__dtl-ttl::after {
  content: "";
  width: 34px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-faq-open.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-home-faq__dtl-ttl::after {
    width: 26px;
  }
}
.p-home-faq__dtl-ttl:hover {
  cursor: pointer;
}
.p-home-faq__dtl-txt {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 599, 16px);
}
.p-home-faq__dtl-txt.open {
  max-height: 800px;
  margin-top: 30px;
  padding: 20px 0;
  border-top: solid 1px #EAEDF2;
}
@media screen and (max-width: 767px) {
  .p-home-faq__dtl-txt.open {
    margin-top: 15px;
    padding: 15px 0;
  }
}

.p-home-news {
  padding: 80px 0 50px;
}
@media screen and (max-width: 940px) {
  .p-home-news {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-news {
    padding: 40px 0;
  }
}
.p-home-news__list-item {
  padding: 28px;
  border-bottom: solid 1px #EAEDF2;
}
@media screen and (max-width: 767px) {
  .p-home-news__list-item {
    padding: 15px 0;
  }
}
.p-home-news__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-home-news__list-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.p-home-news__list-date {
  width: 100px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #7EAAE4;
  margin-top: 9px;
}
@media screen and (max-width: 940px) {
  .p-home-news__list-date {
    width: 80px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-news__list-date {
    width: 100%;
    margin-top: 0;
  }
}
.p-home-news__list-ttl {
  width: calc(100% - 130px);
  font-size: 16px;
  font-weight: 500;
  line-height: calc(33 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
}
@media screen and (max-width: 940px) {
  .p-home-news__list-ttl {
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 767px) {
  .p-home-news__list-ttl {
    width: 100%;
  }
}

.p-home-about__bnr {
  max-width: 900px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-home-about__bnr {
    width: 100%;
    margin-bottom: 50px;
  }
}

.p-home-service {
  padding: 120px 0 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-home-service {
    display: block;
    margin: 0 0 50px;
    padding: 40px 0;
  }
}
.p-home-service__inner {
  padding: 60px 4.2%;
  background: url(../img/common/about-bg.jpg) no-repeat center/cover;
  border-radius: 0 200px 0 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 940px) {
  .p-home-service__inner {
    border-radius: 0 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-service__inner {
    padding: 40px 0;
    width: 96%;
    margin-left: calc(50% - 50vw);
    margin-bottom: 50px;
  }
}
.p-home-service__head {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: calc(59 / 40 * 1em);
  letter-spacing: normal;
  font-size: clamp(30px, 30px + 10 * (100vw - 767px) / 599, 40px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-service__head {
    margin-bottom: 25px;
  }
}
.p-home-service__box {
  position: relative;
  max-width: 940px;
  margin-inline: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-home-service__box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-service__box-img {
    -webkit-transform: scale(1.02) translateX(8px);
            transform: scale(1.02) translateX(8px);
  }
}
.p-home-service__plan {
  position: relative;
}
.p-home-service__plan-img {
  max-width: 900px;
  width: 92%;
  margin-inline: auto;
  margin-top: 50px;
}
.p-home-service__plan-btn {
  width: 50%;
  max-width: 450px;
  position: absolute;
  bottom: 8%;
  left: 64.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-home-service__plan-btn {
    left: 50%;
    width: 76%;
    margin-inline: auto;
  }
}
.p-home-service__plan-btn a {
  text-align: center;
  display: block;
  padding: 30px;
  color: #fff;
  background-color: #FF9600;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 599, 20px);
  position: relative;
  border: solid 1px #FF9600;
}
@media screen and (max-width: 940px) {
  .p-home-service__plan-btn a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-service__plan-btn a {
    padding: 21px;
  }
}
.p-home-service__plan-btn a::after {
  content: "";
  width: 34px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arrow-circle.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-home-service__plan-btn a::after {
    width: 25px;
    right: 4.2%;
  }
}
.p-home-service__plan-btn a:hover {
  background-color: #fff;
  color: #FF9600;
}
.p-home-service__link {
  max-width: 810px;
  width: 82%;
  padding: 30px;
  background-color: #fff;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-home-service__link {
    padding: 25px 4.2%;
    bottom: auto;
    top: calc(100% - 50px);
  }
}
.p-home-service__link-head {
  text-align: center;
  margin-bottom: 10px;
}
.p-home-service__link-head span {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(35 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 10 * (100vw - 767px) / 599, 24px);
  color: #0F318D;
  position: relative;
}
.p-home-service__link-head span::before {
  content: "＼";
  font-size: 32px;
  color: #0F318D;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-home-service__link-head span::before {
    font-size: 22px;
    top: 60%;
  }
}
.p-home-service__link-head span::after {
  content: "／";
  font-size: 32px;
  color: #0F318D;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-home-service__link-head span::after {
    font-size: 22px;
    top: 60%;
  }
}
.p-home-service__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-home-service__link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.p-home-service__link-list li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-home-service__link-list li {
    width: 100%;
  }
}
.p-home-service__link-list li a {
  text-align: center;
  display: block;
  padding: 30px;
  color: #fff;
  background-color: #FF9600;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 599, 20px);
  position: relative;
  border: solid 1px #FF9600;
}
@media screen and (max-width: 940px) {
  .p-home-service__link-list li a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-service__link-list li a {
    padding: 21px;
  }
}
.p-home-service__link-list li a::after {
  content: "";
  width: 34px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-home-service__link-list li a::after {
    width: 25px;
    right: 4.2%;
  }
}
.p-home-service__link-list li a:hover {
  background-color: #fff;
  color: #FF9600;
}
.p-home-service__link-list li a.type--blue {
  background-color: #0F318D;
  border-color: #0F318D;
}
.p-home-service__link-list li a.type--blue::after {
  background: url(../img/common/ico-arrow02.svg) no-repeat center/contain;
}
.p-home-service__link-list li a.type--blue:hover {
  background-color: #fff;
  color: #0F318D;
}
.p-home-service__link-list li a.type--org::after {
  background: url(../img/common/ico-arrow-circle.svg) no-repeat center/contain;
}

/* 追加CSS 20251020 */
.p-home-cta {
  padding: 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-home-cta {
    padding: 40px 0 60px;
  }
}
.p-home-cta__head {
  max-width: 586px;
  margin-inline: auto;
  margin-bottom: 28px;
}
.p-home-cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-home-cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-cta__img {
  width: 60vw;
  margin-left: calc(50% - 56vw);
}
@media screen and (max-width: 767px) {
  .p-home-cta__img {
    display: none;
  }
}
.p-home-cta__dtl {
  width: 100%;
}
.p-home-cta__dtl-list {
  max-width: 568px;
  width: 74%;
  margin-left: auto;
  margin-right: 50px;
  margin-bottom: 30px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-home-cta__dtl-list {
    display: none;
  }
}
.p-home-cta__dtl-list img {
  display: inline-block;
}
.p-home-cta__plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-home-cta__plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-home-cta__plan-item {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-cta__plan-item {
    width: 100%;
  }
}
.p-home-cta__plan-btn {
  max-width: 264px;
  width: 92%;
  position: absolute;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-home-cta__plan-btn {
    max-width: 290px;
    bottom: 8%;
  }
}
.p-home-cta__plan-btn a {
  display: block;
  padding: 16px 5px 16px 30px;
  color: #fff;
  background-color: #F5C845;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 599, 14px);
  position: relative;
  border: solid 1px #F5C845;
}
@media screen and (max-width: 940px) {
  .p-home-cta__plan-btn a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-cta__plan-btn a {
    padding: 21px 5px 21px 26px;
    font-size: 16px;
  }
}
.p-home-cta__plan-btn a::after {
  content: "";
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../img/home/cta-btn-arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-home-cta__plan-btn a::after {
    width: 25px;
    right: 4.2%;
  }
}
.p-home-cta__plan-btn a:hover {
  background-color: #fff;
  color: #F5C845;
}