@charset "UTF-8";
/* Zen Maru Gothicをcssで使えるようにする */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
}

/*---------------------------
  関数
---------------------------*/
header {
  padding: 1.7857142857vw 2.9761904762vw;
  position: relative;
}
@media all and (max-width: 768px) {
  header {
    padding: 5.1282051282vw 5.1282051282vw;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 9999;
  }
  header .header-logo {
    text-align: center;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-inner-list ul {
  display: flex;
  justify-content: space-evenly;
  gap: 25px;
}
.header-inner-list ul a {
  font-weight: 500;
  transition: all 0.3s ease;
}
.header-inner-list ul a:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media all and (max-width: 768px) {
  .header-inner-list {
    display: none;
  }
}

.sp {
  display: none;
}
@media all and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media all and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.l-main {
  padding: 0;
}
@media all and (max-width: 768px) {
  .l-main {
    padding-top: 17.9487179487vw;
  }
}

.l-mv {
  position: relative;
  margin-bottom: 11.9047619048vw;
}
.l-mv img {
  width: 100%;
}
@media all and (max-width: 768px) {
  .l-mv .logo {
    width: 53.8461538462vw;
    display: block;
    margin: 5.1282051282vw auto;
  }
}
.l-mv .title {
  font-size: 1.5476190476vw;
  font-weight: medium;
  text-align: center;
  margin-bottom: 2.8571428571vw;
  line-height: 1.7307692308;
  position: relative;
  top: -4.7619047619vw;
}
@media all and (max-width: 768px) {
  .l-mv .title {
    font-size: 3.8461538462vw;
    margin-bottom: 5.1282051282vw;
    line-height: 1.6;
    top: 0vw;
  }
}
.l-mv .blue {
  font-size: 1.6666666667vw;
  font-weight: 700;
  text-align: center;
  color: #26CDFF;
  line-height: 1.6071428571;
  position: relative;
  top: -4.7619047619vw;
}
@media all and (max-width: 768px) {
  .l-mv .blue {
    font-size: 5.1282051282vw;
    line-height: 1.75;
    top: 0vw;
  }
}
.l-mv .icon {
  position: absolute;
  bottom: -14.880952381vw;
  left: 50%;
  transform: translateX(-50%);
  width: 59.5238095238vw;
  height: auto;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .l-mv .icon {
    width: 74.358974359vw;
    bottom: -23.0769230769vw;
  }
}

.l-service {
  position: relative;
  padding-top: 5.9523809524vw;
}
@media all and (max-width: 768px) {
  .l-service {
    padding-top: 12.8205128205vw;
    overflow-x: hidden;
  }
}
.l-service .mountain-right {
  position: absolute;
  top: 23.8095238095vw;
  right: 2.7380952381vw;
  width: 11.6071428571vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 768px) {
  .l-service .mountain-right {
    width: 36.1538461538vw;
    right: -2.5641025641vw;
    top: 25.641025641vw;
    z-index: -1;
  }
}
.l-service .mountain-left {
  position: absolute;
  top: 29.7619047619vw;
  left: 2.7380952381vw;
  width: 11.6071428571vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 768px) {
  .l-service .mountain-left {
    width: 36.1538461538vw;
    left: -12.8205128205vw;
    z-index: -1;
    top: 166.6666666667vw;
  }
}
.l-service .curve {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.l-service__inner {
  background-color: #008262;
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding-bottom: 8.9285714286vw;
}
@media all and (max-width: 768px) {
  .l-service__inner {
    padding: 0 5.1282051282vw;
    padding-bottom: 12.8205128205vw;
  }
}
.l-service__inner .title {
  font-size: 1.369047619vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.8571428571vw;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .l-service__inner .title {
    font-size: 5.1282051282vw;
    margin-bottom: 10.2564102564vw;
    line-height: 2;
  }
}
.l-service__inner .text {
  font-size: 1.130952381vw;
  line-height: 2.1052631579;
  margin-bottom: 2.380952381vw;
}
@media all and (max-width: 768px) {
  .l-service__inner .text {
    font-size: 3.8461538462vw;
    margin-bottom: 10.2564102564vw;
    line-height: 2.2666666667;
    text-align: left;
  }
}
.l-service__inner .text.last {
  margin-bottom: 5.9523809524vw;
}
.l-service__inner .text .big {
  font-size: 1.3095238095vw;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .l-service__inner .text .big {
    font-size: 4.6153846154vw;
  }
}
.l-service__inner .line {
  width: 41.6666666667vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
  margin-bottom: 5.9523809524vw;
}
@media all and (max-width: 768px) {
  .l-service__inner .line {
    display: none;
  }
}
.l-service__inner .line img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-service__power {
  width: 59.5238095238vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  border: 0.5952380952vw solid #26CDFF;
  padding: 4.1666666667vw 0;
  background-color: white;
  border-radius: 5.2380952381vw;
  text-align: center;
}
@media all and (max-width: 768px) {
  .l-service__power {
    width: 100%;
    padding: 9.4871794872vw 2.5641025641vw;
    border: 1.0256410256vw solid #26CDFF;
    border-radius: 7.6923076923vw;
  }
}
.l-service__power--title {
  font-size: 1.7857142857vw;
  padding-bottom: 1.1904761905vw;
  border-bottom: 0.2976190476vw solid #26CDFF;
  color: #26CDFF;
  font-weight: bolder;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 2.380952381vw;
}
@media all and (max-width: 768px) {
  .l-service__power--title {
    font-size: 5.641025641vw;
    padding-bottom: 2.5641025641vw;
    border-bottom: 0.7692307692vw solid #26CDFF;
    margin-bottom: 7.6923076923vw;
  }
}
.l-service__power--title span {
  padding: 0 0.8928571429vw;
}
@media all and (max-width: 768px) {
  .l-service__power--title span {
    padding: 0 2.5641025641vw;
  }
}
.l-service__power--text {
  font-size: 1.130952381vw;
  line-height: 2.1052631579;
  margin-bottom: 2.380952381vw;
  color: black;
}
@media all and (max-width: 768px) {
  .l-service__power--text {
    font-size: 3.8461538462vw;
    margin-bottom: 5.1282051282vw;
    line-height: 2.2666666667;
  }
}
.l-service__power img {
  width: 100%;
  position: relative;
  width: 38.6904761905vw;
}
@media all and (max-width: 768px) {
  .l-service__power img {
    width: 76.9230769231vw;
  }
}

.l-cordinate {
  padding-top: 5.9523809524vw;
  margin-bottom: 8.9285714286vw;
}
@media all and (max-width: 768px) {
  .l-cordinate {
    padding-top: 12.8205128205vw;
    margin-bottom: 12.8205128205vw;
  }
}
.l-cordinate .title {
  font-size: 2.0238095238vw;
  width: -moz-fit-content;
  width: fit-content;
  color: #26CDFF;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1.7857142857vw;
  border-bottom: 0.2976190476vw solid #26CDFF;
  padding-bottom: 1.1904761905vw;
}
@media all and (max-width: 768px) {
  .l-cordinate .title {
    font-size: 5.1282051282vw;
    margin-bottom: 10.2564102564vw;
    border-bottom: 0.7692307692vw solid #26CDFF;
    padding-bottom: 2.5641025641vw;
  }
}
.l-cordinate .flex {
  display: flex;
  flex-direction: column;
  row-gap: 5.9523809524vw;
}
@media all and (max-width: 768px) {
  .l-cordinate .flex {
    row-gap: 15.3846153846vw;
    padding: 0 5.1282051282vw;
  }
}
.l-cordinate .flex__item {
  display: flex;
  justify-content: center;
  gap: 2.380952381vw;
  align-items: flex-end;
}
@media all and (max-width: 768px) {
  .l-cordinate .flex__item {
    flex-direction: column;
    gap: 12.8205128205vw;
  }
}
.l-cordinate .flex__item.reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 768px) {
  .l-cordinate .flex__item.reverse {
    flex-direction: column;
  }
}
.l-cordinate .flex__item img {
  width: 37.8571428571vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 768px) {
  .l-cordinate .flex__item img {
    width: 100%;
  }
}
.l-cordinate .flex__item .text {
  width: 25vw;
}
@media all and (max-width: 768px) {
  .l-cordinate .flex__item .text {
    width: 100%;
  }
}
.l-cordinate .flex__item .text--name {
  font-size: 1.8452380952vw;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.1785714286vw solid lightgray;
  padding-bottom: 1.1904761905vw;
  margin-bottom: 1.1904761905vw;
}
@media all and (max-width: 768px) {
  .l-cordinate .flex__item .text--name {
    font-size: 7.1794871795vw;
    padding-bottom: 2.5641025641vw;
    margin-bottom: 2.5641025641vw;
    border-bottom: 0.7692307692vw solid lightgray;
  }
}
.l-cordinate .flex__item .text--name .sub {
  font-size: 1.25vw;
  font-weight: normal;
}
@media all and (max-width: 768px) {
  .l-cordinate .flex__item .text--name .sub {
    font-size: 4.6153846154vw;
  }
}
.l-cordinate .flex__item .text--text {
  text-align: left;
  font-size: 1.0714285714vw;
  line-height: 2;
  margin-bottom: 2.380952381vw;
}
@media all and (max-width: 768px) {
  .l-cordinate .flex__item .text--text {
    font-size: 4.1025641026vw;
    margin-bottom: 5.1282051282vw;
    line-height: 2.125;
  }
}

.l-event {
  background-color: #008262;
  padding: 9.5238095238vw 0;
  text-align: center;
}
@media all and (max-width: 768px) {
  .l-event {
    padding: 25.641025641vw 5.1282051282vw 12.8205128205vw;
  }
}
.l-event .title {
  width: 29.7619047619vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  margin-bottom: 5.9523809524vw;
}
@media all and (max-width: 768px) {
  .l-event .title {
    width: 76.9230769231vw;
    margin-bottom: 12.8205128205vw;
  }
}
.l-event .title img {
  width: 100%;
}
.l-event .link {
  display: block;
  width: 48.5119047619vw;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .l-event .link {
    width: 100%;
  }
}
.l-event .link img {
  width: 100%;
}
.l-event .link.first {
  margin-bottom: 5.9523809524vw;
}
@media all and (max-width: 768px) {
  .l-event .link.first {
    margin-bottom: 15.3846153846vw;
  }
}

.l-voice {
  padding-top: 5.9523809524vw;
  padding-bottom: 8.9285714286vw;
  position: relative;
}
@media all and (max-width: 768px) {
  .l-voice {
    padding-top: 12.8205128205vw;
    padding-bottom: 25.641025641vw;
  }
}
.l-voice .mountain {
  position: absolute;
  bottom: 0.5952380952vw;
  left: 5.9523809524vw;
  width: 11.9047619048vw;
  height: auto;
}
@media all and (max-width: 768px) {
  .l-voice .mountain {
    width: 35.1282051282vw;
    bottom: 2.5641025641vw;
    left: 2.5641025641vw;
  }
}
.l-voice .trees {
  position: absolute;
  bottom: -0.5952380952vw;
  right: 5.9523809524vw;
  width: 6.4285714286vw;
  height: auto;
}
@media all and (max-width: 768px) {
  .l-voice .trees {
    width: 15.8974358974vw;
    bottom: -2.5641025641vw;
    right: 2.5641025641vw;
  }
}
.l-voice .title {
  font-size: 2.0238095238vw;
  width: -moz-fit-content;
  width: fit-content;
  color: #26CDFF;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5.9523809524vw;
  border-bottom: 0.2976190476vw solid #26CDFF;
  padding-bottom: 1.1904761905vw;
}
@media all and (max-width: 768px) {
  .l-voice .title {
    font-size: 5.641025641vw;
    margin-bottom: 10.2564102564vw;
    border-bottom: 0.7692307692vw solid #26CDFF;
    padding-bottom: 2.5641025641vw;
  }
}
.l-voice .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.380952381vw;
  margin-bottom: 5.9523809524vw;
}
@media all and (max-width: 768px) {
  .l-voice .flex {
    gap: 10.2564102564vw;
    margin-bottom: 12.8205128205vw;
    padding: 0 5.1282051282vw;
  }
}
.l-voice .flex__item {
  width: 59.5238095238vw;
}
@media all and (max-width: 768px) {
  .l-voice .flex__item {
    width: 100%;
  }
}
.l-voice .flex__item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-voice .slick {
  width: 59.5238095238vw;
  margin: 0 auto;
  margin-bottom: 5.9523809524vw;
}
@media all and (max-width: 768px) {
  .l-voice .slick {
    width: 100%;
    margin-bottom: 12.8205128205vw;
  }
}
.l-voice .slick .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5.9523809524vw;
}
.l-voice .slick .prev-arrow {
  left: -0.8928571429vw;
  background-color: white;
  border-radius: 50%;
  width: 2.9761904762vw;
  height: 2.9761904762vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
.l-voice .slick .prev-arrow::before {
  content: "";
  border-top: 0.119047619vw solid #26CDFF;
  border-right: 0.119047619vw solid #26CDFF;
  width: 0.8928571429vw;
  height: 0.8928571429vw;
  transform: rotate(-135deg);
  margin-left: 0.3571428571vw;
}
@media all and (max-width: 768px) {
  .l-voice .slick .prev-arrow {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    left: 3.8461538462vw;
  }
  .l-voice .slick .prev-arrow::before {
    border-top: 0.5128205128vw solid #26CDFF;
    border-right: 0.5128205128vw solid #26CDFF;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    transform: rotate(-135deg);
    margin-left: 1.5384615385vw;
  }
}
.l-voice .slick .next-arrow {
  right: -0.8928571429vw;
  background-color: white;
  border-radius: 50%;
  width: 2.9761904762vw;
  height: 2.9761904762vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
.l-voice .slick .next-arrow::before {
  content: "";
  border-top: 0.119047619vw solid #26CDFF;
  border-right: 0.119047619vw solid #26CDFF;
  width: 0.8928571429vw;
  height: 0.8928571429vw;
  transform: rotate(45deg);
  margin-right: 0.3571428571vw;
}
@media all and (max-width: 768px) {
  .l-voice .slick .next-arrow {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    right: 3.8461538462vw;
  }
  .l-voice .slick .next-arrow::before {
    border-top: 0.5128205128vw solid #26CDFF;
    border-right: 0.5128205128vw solid #26CDFF;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    transform: rotate(45deg);
    margin-right: 1.5384615385vw;
  }
}
.l-voice .slick__item {
  padding: 0 0.5952380952vw;
}
.l-voice .slick__item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 1.1904761905vw;
}
@media all and (max-width: 768px) {
  .l-voice .slick__item img {
    border-radius: 5.1282051282vw;
  }
}

.l-faq {
  padding-top: 5.9523809524vw;
  padding-bottom: 8.9285714286vw;
  background-color: #DCF3FA;
}
@media all and (max-width: 768px) {
  .l-faq {
    padding-top: 12.8205128205vw;
    padding-bottom: 25.641025641vw;
  }
}
.l-faq .title {
  font-size: 2.1428571429vw;
  width: -moz-fit-content;
  width: fit-content;
  color: #26CDFF;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.2976190476vw solid #26CDFF;
  padding-bottom: 1.1904761905vw;
  margin: 0 auto;
  margin-bottom: 5.9523809524vw;
  letter-spacing: 0.2em;
}
@media all and (max-width: 768px) {
  .l-faq .title {
    font-size: 5.641025641vw;
    margin-bottom: 12.8205128205vw;
    border-bottom: 0.7692307692vw solid #26CDFF;
    padding-bottom: 2.5641025641vw;
  }
}
.l-faq .faq-container {
  width: 59.5238095238vw;
  margin: 0 auto;
  padding: 0 1.1904761905vw;
}
@media all and (max-width: 768px) {
  .l-faq .faq-container {
    width: 100%;
    padding: 0 5.1282051282vw;
  }
}

.l-company {
  background-color: #F8FEFE;
  padding: 5.9523809524vw 0;
}
@media all and (max-width: 768px) {
  .l-company {
    padding: 25.641025641vw 0;
  }
}
.l-company .title {
  width: 14.880952381vw;
  margin: 0 auto;
  text-align: center;
  font-size: 2.1428571429vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 2.9761904762vw;
}
@media all and (max-width: 768px) {
  .l-company .title {
    width: 38.4615384615vw;
    font-size: 5.641025641vw;
    margin-bottom: 7.6923076923vw;
  }
}
.l-company .title img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.1904761905vw;
  position: relative;
  right: -1.7857142857vw;
}
@media all and (max-width: 768px) {
  .l-company .title img {
    margin-bottom: 2.5641025641vw;
    right: -3.8461538462vw;
  }
}
.l-company .flex {
  display: flex;
  justify-content: center;
  gap: 1.1904761905vw;
  width: 75%;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .l-company .flex {
    flex-direction: column;
    width: 90%;
    gap: 7.6923076923vw;
  }
}
.l-company .flex__left {
  width: 50%;
}
@media all and (max-width: 768px) {
  .l-company .flex__left {
    width: 100%;
  }
}
.l-company .flex__left--item {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  font-size: 1.1904761905vw;
  font-weight: 500;
  padding: 1.4880952381vw 0;
  border-bottom: 0.0595238095vw solid black;
  padding-left: 1.1904761905vw;
}
@media all and (max-width: 768px) {
  .l-company .flex__left--item {
    font-size: 4.1025641026vw;
    padding: 2.5641025641vw 0;
    border-bottom: 0.2564102564vw solid black;
    padding-left: 2.5641025641vw;
  }
}
.l-company .flex__left--item:last-child {
  border-bottom: none;
}
.l-company .flex__left--item.sp {
  display: none;
}
@media all and (max-width: 768px) {
  .l-company .flex__left--item.sp {
    display: flex;
  }
}
.l-company .flex__left--item.pc {
  width: 75%;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .l-company .flex__left--item.pc {
    display: none;
  }
}
.l-company .flex__left--item--name {
  width: 5.9523809524vw;
  margin-right: 1.1904761905vw;
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .l-company .flex__left--item--name {
    width: 20.5128205128vw;
    margin-right: 0vw;
  }
}
.l-company .flex__left--item--text {
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .l-company .flex__left--item--text {
    width: calc(100% - 20.5128205128vw);
  }
  .l-company .flex__left--item--text li {
    position: relative;
    padding-left: 2.5641025641vw;
  }
  .l-company .flex__left--item--text li::before {
    content: "・";
    position: absolute;
    left: -1.2820512821vw;
  }
}
.l-company .flex__right {
  width: 50%;
}
@media all and (max-width: 768px) {
  .l-company .flex__right {
    width: 100%;
  }
}
.l-company .flex__right iframe {
  width: 35.7142857143vw;
  height: 26.7857142857vw;
}
@media all and (max-width: 768px) {
  .l-company .flex__right iframe {
    width: 100%;
    height: 76.9230769231vw;
  }
}

.faq-item {
  background: white;
  border: 0.119047619vw solid #03a9f4;
  border-radius: 0.7142857143vw;
  margin-bottom: 1.1904761905vw;
  overflow: hidden;
  box-shadow: 0 0.119047619vw 0.4761904762vw rgba(3, 169, 244, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
@media all and (max-width: 768px) {
  .faq-item {
    border-radius: 3.0769230769vw;
    margin-bottom: 5.1282051282vw;
    box-shadow: 0 0.5128205128vw 2.0512820513vw rgba(3, 169, 244, 0.1);
  }
}

.faq-item:hover {
  box-shadow: 0 0.2380952381vw 0.9523809524vw rgba(3, 169, 244, 0.2);
  transform: translateY(-2px);
}
@media all and (max-width: 768px) {
  .faq-item:hover {
    box-shadow: 0 1.0256410256vw 4.1025641026vw rgba(3, 169, 244, 0.2);
  }
}

.faq-question {
  display: flex;
  align-items: center;
  padding: 1.1904761905vw;
  padding-left: 4.1666666667vw;
  cursor: pointer;
  background: white;
  transition: background-color 0.3s ease;
}
@media all and (max-width: 768px) {
  .faq-question {
    padding: 5.1282051282vw;
    padding-left: 12.8205128205vw;
  }
}

.faq-question:hover {
  background: #f8fffe;
}

.faq-icon {
  color: white;
  width: 2.380952381vw;
  height: 2.380952381vw;
  border-radius: 0.5952380952vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.9523809524vw;
  font-size: 1.1904761905vw;
  flex-shrink: 0;
  position: absolute;
  top: 0vw;
  left: 1.1904761905vw;
}
.faq-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 768px) {
  .faq-icon {
    width: 8.9743589744vw;
    height: 8.9743589744vw;
    border-radius: 2.5641025641vw;
    font-size: 5.1282051282vw;
    top: 0vw;
    left: 2.5641025641vw;
  }
}

.faq-text {
  flex: 1;
  font-size: 1.1904761905vw;
  color: #03a9f4;
  font-weight: 500;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .faq-text {
    font-size: 4.1025641026vw;
  }
}

.faq-toggle {
  width: 1.1904761905vw;
  height: 1.1904761905vw;
  margin-left: 16px;
  transition: transform 0.3s ease;
  color: #03a9f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .faq-toggle {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}
.faq-toggle img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.faq-item.active .faq-toggle {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #f9f9f9;
  padding: 0 1.1904761905vw;
}
@media all and (max-width: 768px) {
  .faq-answer {
    padding: 0 5.1282051282vw;
  }
}

.faq-answer.active {
  max-height: 500px;
  padding: 1.1904761905vw;
}
@media all and (max-width: 768px) {
  .faq-answer.active {
    padding: 5.1282051282vw;
  }
}

.faq-answer-content {
  color: #666;
  line-height: 1.6;
  font-size: 1.1904761905vw;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .faq-answer-content {
    font-size: 4.1025641026vw;
  }
}

.l-line {
  padding: 7.7380952381vw 0;
  text-align: center;
}
@media all and (max-width: 768px) {
  .l-line {
    display: none;
  }
}
.l-line img {
  width: 59.5238095238vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

footer {
  background-color: #26CDFF;
  padding: 5.9523809524vw 0;
  text-align: center;
}
@media all and (max-width: 768px) {
  footer {
    padding: 12.8205128205vw 0;
  }
}
footer img {
  width: 17.1428571429vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 4.1666666667vw;
}
@media all and (max-width: 768px) {
  footer img {
    width: 51.2820512821vw;
    margin-bottom: 5.1282051282vw;
  }
}
footer .flex {
  display: flex;
  justify-content: center;
  gap: 0.5952380952vw;
}
@media all and (max-width: 768px) {
  footer .flex {
    gap: 2.5641025641vw;
  }
}
footer .flex a, footer .flex span {
  font-size: 1.1904761905vw;
  color: white;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  footer .flex a, footer .flex span {
    font-size: 4.1025641026vw;
  }
}
footer .flex a:hover {
  text-decoration: underline;
}
footer strong {
  display: block;
  margin-top: 1.1904761905vw;
  font-size: 0.9523809524vw;
  font-weight: normal;
  color: white;
}
@media all and (max-width: 768px) {
  footer strong {
    font-size: 3.0769230769vw;
    margin-top: 2.5641025641vw;
  }
}

.sp-cta {
  display: none;
}
@media all and (max-width: 768px) {
  .sp-cta {
    display: block;
    position: fixed;
    bottom: 7.6923076923vw;
    right: 50%;
    transform: translateX(50%);
    width: 89.7435897436vw;
    height: auto;
    z-index: 9999;
  }
  .sp-cta img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.hamburger-menu {
  position: absolute;
  right: 5.1282051282vw;
  top: 48%;
  transform: translateY(-50%);
}

.hamburger-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.hamburger-line {
  width: 30px;
  height: 2px;
  background-color: #333;
  margin: 3px 0;
  transition: all 0.3s ease;
  display: block;
}

.hamburger-button.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-button.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-button.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.mobile-nav {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.mobile-nav.active {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav-list li {
  border-bottom: 1px solid #eee;
}

.mobile-nav-list li:last-child {
  border-bottom: none;
}

.mobile-nav-link {
  display: block;
  padding: 5.1282051282vw;
  color: #333;
  text-decoration: none;
  font-size: 4.1025641026vw;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.mobile-nav-link:hover {
  background-color: #f5f5f5;
}

@media all and (min-width: 769px) {
  .hamburger-menu,
  .mobile-nav {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */