@charset "UTF-8";
body {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  color: #222;
}

.hover {
  transition: all 0.3s ease-in-out;
}
.hover:hover {
  opacity: 0.7;
}

.marker {
  background: linear-gradient(transparent 70%, #ffe800 30%);
}

.red {
  color: #e90404;
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .sp-only {
    display: block !important;
  }
}

span.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h2.common-h2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
}
h2.common-h2::after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background-color: #2455b7;
}
@media screen and (max-width: 1024px) {
  h2.common-h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
  }
  h2.common-h2::after {
    width: 23px;
    height: 2px;
  }
}

.cta-tel {
  width: 440px;
  height: 105px;
  background-image: url("../images/cta/btn-cta-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cta-tel a {
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 46px 31px 14px 121px;
}
.cta-tel a span {
  color: #fff;
  font-family: "Roboto";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 44px */
}

.cta-tel-sp {
  width: 366px;
  height: 89px;
  margin: auto;
  background-image: url("../images/cta/btn-cta-bg-sp.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 0px;
  margin-top: 7px;
}
.cta-tel-sp a {
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 43px 30px 14px 126px;
}
.cta-tel-sp a span {
  color: #fff;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 44px */
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 9px auto;
  padding: 0 5%;
}
header .left h1 {
  display: flex;
  flex-direction: column;
}
header .left h1 span {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
}
@media screen and (max-width: 1024px) {
  header .left h1 span {
    font-size: 10px;
    font-weight: 400;
    line-height: 150%; /* 15px */
  }
}
header .right {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
header .right span {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
}
header .right .tel-number {
  display: flex;
  gap: 8px;
  align-items: center;
}
header .right .tel-number a {
  color: #222;
  text-decoration: none;
}
header .right .tel-number a span {
  font-family: "Roboto";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 36px */
}
header .right .tel-icon {
  line-height: 0;
}
header .right .tel-icon a {
  display: block;
}

.mv {
  height: 500px;
  background-size: cover;
  background-image: url("../images/mv/mv-bg.webp");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .mv {
    height: 490px;
  }
}
.mv img {
  position: relative;
  top: -20px;
  left: -3px;
}
.mv img.pc-mv {
  display: block;
}
.mv img.sp-mv {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mv img {
    width: 98%;
    height: auto;
    top: -7px;
    left: 1px;
  }
}
@media screen and (max-width: 760px) {
  .mv img {
    width: auto;
    height: 490px;
  }
  .mv img.pc-mv {
    display: none;
  }
  .mv img.sp-mv {
    display: block;
  }
}
@media screen and (max-width: 470px) {
  .mv img {
    width: auto;
    height: 92%;
    top: -7px;
    left: 1px;
  }
}

.sec-01 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .sec-01 {
    gap: 1px;
  }
}
.sec-01 .sec-01-cta {
  padding: 16px 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .sec-01 .sec-01-cta {
    display: none;
  }
}
.sec-01 .sec-01-cta .left {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  padding-right: 32px;
}
.sec-01 .sec-01-cta .left p {
  color: #042e7d;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
  margin-top: 8px;
}
.sec-01 .sec-01-cta .left::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../images/sec-01/sec-01-cta-arrow.svg");
  background-repeat: no-repeat;
  right: 0;
  top: 8px;
  bottom: 0;
  margin: auto;
}
.sec-01 .sec-01-cta .right {
  margin-top: 8px;
}
.sec-01 .sec-01-cta-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sec-01 .sec-01-cta-sp {
    display: block;
    text-align: center;
    padding-top: 9px;
    margin-bottom: 8px;
  }
}
.sec-01 .sec-01-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sec-01 .sec-01-content .grid-panels {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .sec-01 .sec-01-content .grid-panels {
    gap: 12px;
  }
}
.sec-01 .sec-01-content .grid-panels h2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 60px */
}
@media screen and (max-width: 1024px) {
  .sec-01 .sec-01-content .grid-panels h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 39px */
  }
}
.sec-01 .sec-01-content .grid-panels p {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
@media screen and (max-width: 1024px) {
  .sec-01 .sec-01-content .grid-panels p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
  }
}
.sec-01 .sec-01-content .grid-panels .grid-panel {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  width: 1024px;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .sec-01 .sec-01-content .grid-panels .grid-panel {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    padding: 0 5%;
  }
}
@media screen and (max-width: 760px) {
  .sec-01 .sec-01-content .grid-panels .grid-panel {
    grid-template-columns: 1fr 1fr;
  }
}
.sec-01 .sec-01-content .grid-panels .grid-panel .grid-panel-item {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .sec-01 .sec-01-content .grid-panels .grid-panel .grid-panel-item div {
    aspect-ratio: 8/5;
  }
}
.sec-01 .sec-01-content .grid-panels .grid-panel .grid-panel-item div img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec-01 .sec-01-content .grid-panels .grid-panel .grid-panel-item h3 {
  background-color: #2455b7;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
@media screen and (max-width: 1024px) {
  .sec-01 .sec-01-content .grid-panels .grid-panel .grid-panel-item h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
  }
}
.sec-01 .sec-01-content .sec-01-image {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sec-01 .sec-01-content .sec-01-image {
    flex-direction: column;
  }
}
.sec-01 .sec-01-content .sec-01-image .left p {
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sec-01 .sec-01-content .sec-01-image .left p {
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 30px */
  }
}
.sec-01 .sec-01-content .sec-01-image .right {
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .sec-01 .sec-01-content .sec-01-image .right {
    text-align: center;
  }
  .sec-01 .sec-01-content .sec-01-image .right img {
    width: 75%;
    height: auto;
  }
}

.cta {
  background-image: url("../images/cta/cta-bg.webp");
  background-position: center;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 60%;
  padding: 32px 0 19px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cta {
    gap: 0;
    padding: 16px 0 14px 0;
  }
}
.cta .title {
  position: relative;
}
.cta .title h2 {
  color: #042e7d;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .cta .title h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
  }
}
.cta .title p {
  position: absolute;
  inset: 0;
  z-index: 0;
  color: #042e7d;
  text-align: center;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: var(--color-white, #fff);
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
}
@media screen and (max-width: 1024px) {
  .cta .title p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
  }
}
.cta .link {
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .cta .link {
    margin: auto;
    margin-top: -11px;
  }
}

.sec-02 {
  background-color: #e9f6ff;
  padding: 43px 0 48px 0;
}
@media screen and (max-width: 1024px) {
  .sec-02 {
    padding: 21px 0 24px 0;
  }
}
.sec-02 h2 {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .sec-02 h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    gap: 8px;
  }
}
.sec-02 h2 .bg span.bg-blue {
  background-color: #2455b7;
  border-radius: 100vh;
  padding: 4px 16px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  margin-bottom: 5px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .sec-02 h2 .bg span.bg-blue {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
  }
}
.sec-02 h2 .text .top {
  display: flex;
  justify-content: center;
}
.sec-02 h2 .text .top img {
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .sec-02 h2 .text .top img {
    width: 306px;
    height: 34px;
  }
}
.sec-02 h2 .text .top span {
  position: relative;
  top: -3px;
  left: -1px;
}
.sec-02 h2 .text .bottom {
  position: relative;
  top: -20px;
}
@media screen and (max-width: 1024px) {
  .sec-02 h2 .text .bottom {
    top: -14px;
  }
}
.sec-02 h2 .text .bottom span.color-blue {
  color: #2455b7;
}
.sec-02 h2 .text .bottom span.color-blue b {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 72px */
  position: relative;
  top: 2px;
}
@media screen and (max-width: 1024px) {
  .sec-02 h2 .text .bottom span.color-blue b {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 54px */
  }
}
.sec-02 .reason-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 1024px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .sec-02 .reason-list {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    margin-top: -4px;
    gap: 15px;
  }
}
.sec-02 .reason-list .reason {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 32px;
}
@media screen and (max-width: 1024px) {
  .sec-02 .reason-list .reason {
    padding: 16px;
    gap: 16px;
  }
}
.sec-02 .reason-list .reason h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
}
@media screen and (max-width: 1024px) {
  .sec-02 .reason-list .reason h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
  }
}
@media screen and (max-width: 1024px) {
  .sec-02 .reason-list .reason h3 div {
    width: calc(100% - 114px);
  }
}
.sec-02 .reason-list .reason h3::before {
  content: "";
  display: block;
  width: 104px;
  height: 104px;
  background-repeat: no-repeat;
}
.sec-02 .reason-list .reason h3.reason-01::before {
  background-image: url("../images/sec-02/reason-h3-01.svg");
}
.sec-02 .reason-list .reason h3.reason-02::before {
  background-image: url("../images/sec-02/reason-h3-02.svg");
}
.sec-02 .reason-list .reason h3.reason-03::before {
  background-image: url("../images/sec-02/reason-h3-03.svg");
}
.sec-02 .reason-list .reason .content {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .sec-02 .reason-list .reason .content {
    flex-direction: column;
    gap: 16px;
  }
}
.sec-02 .reason-list .reason .content .left {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
}
@media screen and (max-width: 1024px) {
  .sec-02 .reason-list .reason .content .left {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 27.2px */
  }
}
.sec-02 .reason-list .reason .content .right {
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .sec-02 .reason-list .reason .content .right img {
    width: 100%;
    height: auto;
  }
}

.sec-03 {
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .sec-03 {
    padding: 30px 5%;
    gap: 16px;
  }
}
.sec-03 .table {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 580px) {
  .sec-03 .table {
    align-items: start;
  }
}
.sec-03 .table .thead {
  display: flex;
  align-items: end;
}
.sec-03 .table .thead div {
  display: flex;
  width: 240px;
  background-color: #e9f6ff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 64px;
}
@media screen and (max-width: 1024px) {
  .sec-03 .table .thead div {
    width: 146px;
    height: 48px;
  }
}
.sec-03 .table .thead div:first-child {
  background-color: transparent;
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .sec-03 .table .thead div:first-child {
    width: 86px;
  }
}
.sec-03 .table .thead div:nth-child(2) {
  background-color: #fc531b;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .sec-03 .table .thead div:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
    height: 64px;
  }
}
.sec-03 .table .thead div:nth-child(3) {
  border-right: 2px solid #fff;
  width: 238px;
}
@media screen and (max-width: 1024px) {
  .sec-03 .table .thead div:nth-child(3) {
    width: 146px;
  }
}
.sec-03 .table .tbody {
  display: flex;
}
.sec-03 .table .tbody .col {
  display: flex;
  flex-direction: column;
}
.sec-03 .table .tbody .col.col-1st div {
  display: flex;
  height: 94px;
  width: 150px;
  background-color: #f1f1f1;
  border-bottom: 2px solid #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .sec-03 .table .tbody .col.col-1st div {
    width: 86px;
    height: 70px;
  }
}
.sec-03 .table .tbody .col.col-1st div p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
@media screen and (max-width: 1024px) {
  .sec-03 .table .tbody .col.col-1st div p {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 20.8px */
  }
}
.sec-03 .table .tbody .col.col-1st div:last-child {
  border-color: #f1f1f1;
}
.sec-03 .table .tbody .col.col-2nd {
  border: 6px solid #fc531b;
  border-top: 0;
}
.sec-03 .table .tbody .col.col-2nd div {
  display: flex;
  width: 228px;
  height: 94px;
  background-color: #fffbde;
  border-bottom: 2px solid #dedede;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .sec-03 .table .tbody .col.col-2nd div {
    width: 134px;
    height: 70px;
  }
}
.sec-03 .table .tbody .col.col-2nd div p {
  text-align: center;
  display: inline-block;
  background-color: #fbff00;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
@media screen and (max-width: 1024px) {
  .sec-03 .table .tbody .col.col-2nd div p {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 22.5px */
  }
  .sec-03 .table .tbody .col.col-2nd div p span i {
    font-size: 10px;
  }
}
.sec-03 .table .tbody .col.col-2nd div:last-child {
  border-bottom: 0;
  height: 90px;
}
@media screen and (max-width: 1024px) {
  .sec-03 .table .tbody .col.col-2nd div:last-child {
    height: 70px;
  }
}
.sec-03 .table .tbody .col.col-3rd {
  border-right: 2px solid #dedede;
  width: 238px;
}
@media screen and (max-width: 1024px) {
  .sec-03 .table .tbody .col.col-3rd {
    width: 145px;
  }
}
.sec-03 .table .tbody .col.col-3rd div {
  display: flex;
  height: 94px;
  border-bottom: 2px solid #dedede;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .sec-03 .table .tbody .col.col-3rd div {
    height: 71px;
  }
}
.sec-03 .table .tbody .col.col-3rd div p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.sec-04 {
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .sec-04 {
    padding: 32px 0;
    gap: 16px;
  }
}
.sec-04 .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .sec-04 .flex {
    padding: 0 5%;
    gap: 32px;
  }
}
.sec-04 .flex .step {
  width: 1024px;
  background-color: #e9f6ff;
  display: flex;
  padding: 32px;
  box-sizing: border-box;
  gap: 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sec-04 .flex .step {
    width: 100%;
    padding: 16px 12px;
  }
}
.sec-04 .flex .step::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 16px;
  background-image: url("../images/sec-04/step-arrow.svg");
  background-repeat: no-repeat;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .sec-04 .flex .step::after {
    bottom: -25px;
  }
}
.sec-04 .flex .step:last-child::after {
  background-image: none;
}
@media screen and (max-width: 1024px) {
  .sec-04 .flex .step .left img {
    width: 64px;
    height: 64px;
  }
}
.sec-04 .flex .step .right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .sec-04 .flex .step .right {
    gap: 8px;
  }
}
.sec-04 .flex .step .right h3 {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  gap: 4px;
}
@media screen and (max-width: 1024px) {
  .sec-04 .flex .step .right h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
  }
}
.sec-04 .flex .step .right h3 span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  color: #2455b7;
  font-family: "Roboto";
}
@media screen and (max-width: 1024px) {
  .sec-04 .flex .step .right h3 span {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    text-transform: uppercase;
  }
}
.sec-04 .flex .step .right p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
@media screen and (max-width: 1024px) {
  .sec-04 .flex .step .right p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
  }
}

.sec-05 {
  padding: 48px 0;
  background-color: #fcfcfc;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sec-05 {
    padding: 34px 5% 30px 5%;
    gap: 16px;
  }
}
.sec-05 .faq {
  width: 880px;
}
@media screen and (max-width: 1024px) {
  .sec-05 .faq {
    width: 100%;
  }
}
.sec-05 .faq .faq-list .title {
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  gap: 64px;
  padding: 7.5px 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sec-05 .faq .faq-list .title {
    flex-direction: column;
    gap: 4px;
    padding: 8px 32px 8px 0;
  }
}
.sec-05 .faq .faq-list .title h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sec-05 .faq .faq-list .title h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
  }
}
.sec-05 .faq .faq-list .title h3::before {
  content: "Q";
  color: #2455b7;
  font-family: "Roboto";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 50.4px */
}
@media screen and (max-width: 1024px) {
  .sec-05 .faq .faq-list .title h3::before {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 43.2px */
  }
}
.sec-05 .faq .faq-list .title::marker, .sec-05 .faq .faq-list .title::-webkit-details-marker {
  display: none;
}
.sec-05 .faq .faq-list .title::before, .sec-05 .faq .faq-list .title::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #2455b7;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec-05 .faq .faq-list .title::after {
  transform: rotate(90deg);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.sec-05 .faq .faq-list .title.is-active::after {
  opacity: 0;
}
.sec-05 .faq .faq-list .text {
  padding: 32px 0;
}
.sec-05 .faq .faq-list .text .text-inner {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sec-05 .faq .faq-list .text .text-inner {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
  }
}
.sec-05 .faq .faq-list .text .text-inner::before {
  content: "A";
  font-family: "Roboto";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 50.4px */
  color: #fc531b;
}
@media screen and (max-width: 1024px) {
  .sec-05 .faq .faq-list .text .text-inner::before {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 43.2px */
  }
}

.sec-06 {
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  background-image: url("../images/sec-06/bg.webp");
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .sec-06 {
    padding: 30px 5%;
    gap: 18px;
  }
}
.sec-06 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 1024px) {
  .sec-06 .content {
    gap: 16px;
  }
}
.sec-06 .content h3 {
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sec-06 .content h3 {
    flex-direction: column;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
  }
}
.sec-06 .content h3 .area {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sec-06 .content h3 .area {
    gap: 8px;
  }
}
.sec-06 .content h3 .area span {
  display: block;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--color-white, #fff);
  box-shadow: 4px 4px 0 0 rgba(36, 85, 183, 0.3);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
}
@media screen and (max-width: 1024px) {
  .sec-06 .content h3 .area span {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
  }
}
@media screen and (max-width: 1024px) {
  .sec-06 .content img {
    width: 100%;
    height: auto;
  }
}

footer {
  background-color: #f1f1f1;
  padding: 24px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 24px 0 121px 0;
  }
}
footer span {
  color: #777777;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 26px */
}
@media screen and (max-width: 1024px) {
  footer span {
    font-size: 11px;
  }
}

/* Floating CTA */
.floating-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  /* 影と角丸は画像に馴染ませる程度 */
}
@media screen and (max-width: 1024px) {
  .floating-cta {
    padding: 4px 0;
  }
}
.floating-cta img {
  display: block;
  margin: auto;
}
.floating-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  .floating-cta {
    left: 0;
    bottom: 0;
  }
}

/* 動きに弱いユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .floating-cta {
    transition: none;
    transform: none;
  }
}/*# sourceMappingURL=style.css.map */