@charset "UTF-8";
/* $breakpoints: (
  sm: 600px,
  md: 900px,
  lg: 1200px,
  xl: 1500px,
); */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .tab-only {
    display: block;
  }
}

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

:root {
  --white: #ffffff;
  --black: #000;
  --leading-trim: calc((1em - 1lh) / 2);
  --notosans: "Noto Sans", sans-serif;
}

/* alegreya-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Alegreya Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/alegreya-sans-v26-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* alegreya-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Alegreya Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/alegreya-sans-v26-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ========================================
ボタン
======================================== */
/* 共通テキスト */
:where(.c-text) {
  font-size: max(1.6rem, 12px);
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  :where(.c-text) {
    font-size: 1.4rem;
  }
}

.archive__pagenation {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .archive__pagenation {
    margin-top: 2.4rem;
  }
}
.archive__pagenation .pagination {
  align-items: center;
  display: flex;
  gap: 2.4rem;
}
.archive__pagenation .pagination .is-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.archive__pagenation .pager {
  font-size: max(2rem, 13px);
  font-weight: 700;
  color: var(--white);
  transition: 0.3s;
}
.archive__pagenation .pager:hover {
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .archive__pagenation .pager {
    font-size: 2rem;
  }
}
.archive__pagenation .pager.current,
.archive__pagenation .pager:hover {
  color: var(--black);
}
.archive__pagenation .pagenation-icon {
  display: inline-block;
  height: max(2.4rem, 18px);
  width: max(2.4rem, 18px);
  transition: 0.3s;
}
.archive__pagenation .pagenation-icon:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .archive__pagenation .pagenation-icon {
    height: 2.4rem;
    width: 2.4rem;
  }
}
.archive__pagenation .pagenation-icon.first,
.archive__pagenation .pagenation-icon.prev {
  transform: scaleX(-1);
}
.archive__pagenation .pagenation-icon.next {
  margin-left: 1.6rem;
}
@media screen and (max-width: 768px) {
  .archive__pagenation .pagenation-icon.next {
    margin-left: 0rem;
  }
}
.archive__pagenation .pagenation-icon.prev {
  margin-right: 1.6rem;
}
@media screen and (max-width: 768px) {
  .archive__pagenation .pagenation-icon.prev {
    margin-right: 0rem;
  }
}

.breadnav {
  margin-top: 4rem;
  margin-inline: auto;
  padding-inline: 6rem;
}
@media screen and (max-width: 768px) {
  .breadnav {
    margin-top: 2.6rem;
    padding-inline: 1.6rem;
    max-width: 100%;
  }
}
.breadnav .breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .breadnav .breadcrumb {
    gap: 0.4rem;
  }
}
.breadnav span {
  font-size: 12px;
  color: var(--white);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .breadnav span {
    font-size: 10px;
  }
}
.breadnav .home {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .breadnav .home {
    width: 14px;
    height: 14px;
  }
}
.breadnav .bread-first {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .breadnav .bread-first {
    width: 14px;
    height: 14px;
  }
}
.breadnav .bread-icon {
  width: 6px;
  height: 12px;
  background: url(../images/common/bread-icon.png) no-repeat center center/cover;
  filter: brightness(0) invert(1);
}

.top-bread {
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../images/common/home-icon.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .top-bread {
    width: 14px;
  }
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  src: url("../font/NotoSerifJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  src: url("../font/NotoSerifJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  src: url("../font/NotoSerifJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  src: url("../font/NotoSerifJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: auto;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #1e2022;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
body .is-fixed {
  overflow: auto;
}
@media screen and (max-width: 1199px) {
  body .is-fixed {
    overflow: hidden;
  }
}

.wrapper {
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure,
dialog {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
} */
header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-block: 4rem;
  background-color: transparent;
  z-index: 100;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .header {
    padding-block: 0rem;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  gap: 12rem;
  max-width: calc(1280px + 8rem);
  margin-inline: auto;
  padding-inline: 4rem;
}
@media screen and (max-width: 1199px) {
  .header__inner {
    position: relative;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: calc(87px + max(21.7rem, 180px) * 204 / 434);
    max-width: none;
    padding-top: 87px;
    padding-inline: 2rem;
    padding-bottom: 0rem;
    transition: min-height 0.35s cubic-bezier(0.22, 1, 0.36, 1), padding-top 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media screen and (max-width: 1199px) {
  .header__logo {
    position: absolute;
    top: 87px;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    transition: top 0.35s cubic-bezier(0.22, 1, 0.36, 1), left 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.header__logo-link {
  display: block;
  object-fit: cover;
}
.header__logo-link img {
  display: block;
  width: max(36rem, 290px);
  height: auto;
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 1199px) {
  .header__logo-link img {
    width: max(21.7rem, 180px);
    max-width: 300px;
  }
}
.header.is-scrolled {
  background: var(--white);
}
@media screen and (max-width: 1199px) {
  .header.is-scrolled .header__inner {
    min-height: 100px;
    padding-top: 0;
    background-color: #3bb485;
  }
  .header.is-scrolled .header__logo {
    top: 20px;
    left: 20px;
    transform: translateX(0);
  }
  .header.is-scrolled .header__logo-link img {
    width: 128px;
    max-width: none;
  }
}
.header__nav {
  display: block;
}
@media screen and (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}
.header__nav-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 46px;
  border-radius: 4rem;
  background-color: var(--white);
}
.header__nav-link {
  position: relative;
  color: #3ab483;
  font-size: max(1.6rem, 12px);
  line-height: 2.1875;
  letter-spacing: 0.05em;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  z-index: 0;
  display: block;
  white-space: nowrap;
}
.header__nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 1.5rem);
  height: 3rem;
  z-index: -1;
  background: #f0ea0c;
  border-radius: 99.9rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header__nav-link:hover::after {
  opacity: 0.5;
}
.header__nav-link.is-active::after {
  background: #f0ea0c;
}

.drawer__button {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 130;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  background-color: #f0ea0c;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .drawer__button {
    display: flex;
  }
}
.drawer__button:focus-visible {
  outline: 2px solid #3ab483;
  outline-offset: 2px;
}
.drawer__button.is-open .drawer__button-bar:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.drawer__button.is-open .drawer__button-bar:nth-child(2) {
  opacity: 0;
}
.drawer__button.is-open .drawer__button-bar:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.drawer__button-lines {
  position: relative;
  width: 30px;
  height: 24px;
}

.drawer__button-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #3ab483;
  border-radius: 5px;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}
.drawer__button-bar:nth-child(1) {
  top: 0;
}
.drawer__button-bar:nth-child(2) {
  top: 10.5px;
}
.drawer__button-bar:nth-child(3) {
  top: 21px;
}

.drawer__nav {
  position: fixed;
  inset: 0;
  z-index: 120;
  overflow-y: auto;
  background-color: #fefefe;
}
.drawer__nav[hidden] {
  display: none;
}
.drawer__nav.is-open {
  display: block;
}
.drawer__nav-inner {
  height: 100%;
  margin-left: 10rem;
  padding-left: 4.3rem;
  background: var(--white);
  border-left: #3ab483 0.3rem solid;
}
@media screen and (max-width: 900px) {
  .drawer__nav-inner {
    margin-left: 6rem;
    padding-left: 2.4rem;
  }
}
.drawer__nav-logo {
  padding-top: 105px;
  width: 195px;
}
.drawer__nav-logo img {
  width: 100%;
  height: auto;
}
.drawer__nav-lists {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(40px - 0.8rem * 2);
  margin-top: 53px;
  padding-bottom: 40px;
}
.drawer__nav-link {
  display: block;
  padding-block: 0.8rem;
  color: #3ab483;
  font-family: "Outfit", sans-serif;
  font-size: min(1.8rem, 20px);
  font-weight: 600;
  letter-spacing: 0.05em;
}

body.is-drawer-open {
  overflow: hidden;
}

.section {
  padding-top: 8rem;
  padding-bottom: 5rem;
  scroll-margin-top: var(--header-scroll-offset, 16rem);
}

.inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 60px;
}
@media screen and (max-width: 900px) {
  .inner {
    max-width: calc(64rem + 2rem * 2);
    padding-inline: 2rem;
  }
}

.hidden-sp {
  display: block;
}
@media screen and (max-width: 900px) {
  .hidden-sp {
    display: none;
  }
}

.hidden-tb {
  display: none;
}
@media screen and (max-width: 1199px) {
  .hidden-tb {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .hidden-tb {
    display: none;
  }
}

.hidden-pc {
  display: none;
}
@media screen and (max-width: 900px) {
  .hidden-pc {
    display: block;
  }
}

.fv {
  margin-top: -0.1rem;
  background-color: var(--white);
}
.fv__image img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .fv__image {
    background-color: #3ab483;
    padding-top: 21rem;
  }
}
.fv__texts {
  margin-top: 0;
  text-align: center;
  color: #3ab483;
  position: relative;
}
.fv__texts::before {
  content: "";
  position: absolute;
  bottom: -13rem;
  right: -15rem;
  width: max(18rem, 120px);
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/lp-images/pc/icon-figure-12.webp) no-repeat center center/contain;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .fv__texts::before {
    width: 8rem;
    right: initial;
    left: -1rem;
    bottom: -7rem;
  }
}
.fv__text {
  font-size: max(2.4rem, 20px);
  letter-spacing: 0.1em;
  line-height: 220%;
}
@media screen and (max-width: 900px) {
  .fv__text {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-top: 4rem;
  }
  .fv__text:first-child {
    margin-top: 0;
  }
}

.research {
  position: relative;
}
.research:before {
  content: "";
  position: absolute;
  top: -19rem;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/lp-images/pc/research-bg.webp) no-repeat top center/cover;
}
@media screen and (max-width: 900px) {
  .research:before {
    background-image: url(../images/lp-images/sp/research-bg-sp.webp);
    top: 0;
  }
}
.research:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #3ab483;
}
.research.section {
  padding-block: 160px 80px;
}
@media screen and (max-width: 900px) {
  .research.section {
    padding-block: 8rem 5rem;
  }
}
.research__icon {
  position: relative;
}
.research__icon::after {
  content: "";
  position: absolute;
  bottom: -21rem;
  left: 11rem;
  width: max(20.9rem, 160px);
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/lp-images/pc/icon-figure-11.webp) no-repeat center center/contain;
  z-index: 2;
}
@media (max-width: 1200px) {
  .research__icon::after {
    bottom: -23rem;
    left: 1rem;
  }
}
.research__icon-btm-icon {
  position: relative;
}
.research__icon-btm-icon::before {
  content: "";
  position: absolute;
  bottom: -14rem;
  right: -22rem;
  width: max(22.7rem, 180px);
  height: auto;
  aspect-ratio: 227/417;
  background: url(../images/lp-images/pc/icon-figure-02.webp) no-repeat center center/contain;
  z-index: 2;
}
@media (max-width: 1200px) {
  .research__icon-btm-icon::before {
    right: -13rem;
  }
}
@media screen and (max-width: 900px) {
  .research__icon-btm-icon::before {
    content: none;
  }
}
.research > * {
  position: relative;
  z-index: 1;
}
.research__image {
  text-align: center;
}
.research__text-box {
  margin-top: 30px;
}
.research__text {
  font-size: max(1.8rem, 14px);
  letter-spacing: 0.1em;
  text-align: left;
  color: #fefefe;
}
@media screen and (max-width: 900px) {
  .research__text {
    font-size: min(1.8rem, 20px);
  }
}

.activities {
  padding-bottom: 8rem;
}
@media screen and (max-width: 900px) {
  .activities {
    padding-bottom: 5rem;
  }
}
.activities__icon {
  position: relative;
}
.activities__icon::after {
  content: "";
  position: absolute;
  top: -16rem;
  left: 63rem;
  width: max(18rem, 130px);
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/lp-images/pc/icon-figure-10.webp) no-repeat center center/contain;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .activities__icon::after {
    background: url(../images/lp-images/pc/icon-figure-07.webp) no-repeat center center/contain;
    width: 11.5rem;
    left: 23rem;
    top: -5rem;
  }
}
.activities__description {
  font-size: max(1.6rem, 14px);
}
.activities__card-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .activities__card-box {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.activities__card {
  width: 100%;
  background: #fefefe;
  border-radius: 2rem;
  border: 0.3rem solid #3ab483;
}
.activities__card-inner {
  padding: 3.5rem;
  text-align: center;
}
.activities__card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9rem;
  color: #3ab483;
  font-size: max(2.4rem, 18px);
  letter-spacing: 0.1em;
  line-height: 1.4583333333;
}
@media screen and (max-width: 900px) {
  .activities__card-title {
    min-height: 65px;
  }
}
.activities__card-text {
  margin-top: 15px;
  font-weight: 400;
  font-size: max(1.6rem, 13px);
  letter-spacing: 0.1em;
  line-height: 1.5625;
  text-align: left;
}

.voices {
  background: #3ab483;
  position: relative;
  padding-block: 9rem 8rem;
}
@media screen and (max-width: 900px) {
  .voices {
    padding-block: 8.7rem 5rem;
  }
}
@media screen and (max-width: 900px) {
  .voices__inner {
    padding: 0 1.7rem;
  }
}
.voices .slide__nav {
  display: flex;
}
@media screen and (max-width: 900px) {
  .voices .slide__nav {
    margin-top: 0rem;
  }
}
.voices .splide__track {
  padding-block: 2rem;
}
.voices__splide {
  width: 100%;
  overflow: hidden;
  margin-block: -2rem;
}
.voices__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
  padding-inline: 1.6rem;
  cursor: pointer;
  transition: all 0.4s ease;
}
.voices__slide:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 900px) {
  .voices__slide {
    margin-bottom: 1.5rem;
    padding-inline: 0.8rem;
  }
}
.voices__slide-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 5px solid #3ab483;
  border-radius: 50%;
  width: max(30rem, 200px);
  aspect-ratio: 1/1;
  height: 100%;
  padding-block: 5rem 2rem;
  padding-inline: 1rem;
  background: var(--white);
}
.voices__slide-pic {
  display: block;
  width: 14rem;
  margin: 0 auto;
}
.voices__slide-pic img {
  width: 100%;
  height: auto;
  aspect-ratio: 140/160;
  object-fit: cover;
  background: #DDDDDD;
}
.voices__slide-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  text-align: center;
}
.voices__slide-name {
  font-size: 2.1rem;
  line-height: 1.4285714286;
  color: #3ab483;
  letter-spacing: 0.05em;
}
.voices__slide-position {
  margin-top: 0.3rem;
  font-size: max(1.4rem, 12px);
  line-height: 1.4285714286;
  color: #3ab483;
  letter-spacing: 0.05em;
}

.is-voice-modal-open {
  overflow: hidden;
}

.voice-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.voice-modal.is-open {
  display: flex;
}
.voice-modal__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.voice-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100rem;
  max-height: 90vh;
  background-color: var(--white);
  border-radius: 5rem;
  padding-block: 8rem;
  padding-inline: 4rem;
}
@media screen and (max-width: 900px) {
  .voice-modal__dialog {
    padding-block: 5rem 8rem;
    padding-inline: 1.5rem;
    border-radius: 2rem;
  }
}
.voice-modal__body {
  overflow-y: auto;
  max-height: calc(90vh - 16rem);
  padding-inline: 4rem;
}
@media screen and (max-width: 900px) {
  .voice-modal__body {
    max-height: calc(90vh - 13rem);
    padding-inline: 1.5rem;
  }
}
.voice-modal__close {
  position: absolute;
  top: 8rem;
  right: 15rem;
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .voice-modal__close {
    top: -1rem;
    right: -1rem;
  }
}
.voice-modal__close img {
  display: block;
  width: 100%;
  height: 100%;
}
.voice-modal__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .voice-modal__header {
    flex-direction: column;
    gap: 2rem;
  }
}
.voice-modal__photo {
  flex-shrink: 0;
  width: 18rem;
  margin: 0;
}
.voice-modal__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  background: #dddddd;
}
.voice-modal__profile {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.voice-modal__name {
  margin-bottom: 1rem;
  font-size: 2.1rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  color: #3ab483;
}
.voice-modal__position {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  color: #1e2022;
  font-weight: 500;
}
.voice-modal__qa-list {
  max-width: 64rem;
  margin-top: 5.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .voice-modal__qa-list {
    margin-top: 3rem;
  }
}
.voice-modal__qa + .voice-modal__qa {
  margin-top: 5rem;
}
@media screen and (max-width: 900px) {
  .voice-modal__qa + .voice-modal__qa {
    margin-top: 3rem;
  }
}
.voice-modal__question {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  padding-block: 1rem;
  text-align: center;
  color: #3ab483;
  border-block: 2px dashed #3ab483;
}
.voice-modal__answer {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #1e2022;
  font-weight: 500;
}

.joinus {
  position: relative;
  padding-bottom: 0;
}
.joinus__list-container {
  margin-top: 30px;
}
.joinus__list:last-of-type .joinus__panel-text::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 0.2rem dashed #3ab483;
  bottom: -0.5rem;
}
@media screen and (max-width: 900px) {
  .joinus__list:last-of-type .joinus__panel-text::after {
    content: none;
  }
}
.joinus__item {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .joinus__item {
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
  }
}
.joinus__panel {
  display: flex;
  align-items: stretch;
  width: max(22rem, 180px);
  background: #3ab483;
}
@media screen and (max-width: 900px) {
  .joinus__panel {
    align-items: center;
    width: 100%;
    height: auto;
    border-radius: 1rem;
    min-height: 150px;
  }
}
.joinus-panel-option {
  background: rgba(0, 172, 151, 0.1019607843);
}
.joinus__panel-title {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  padding-block: 45px;
  font-size: max(1.8rem, 15px);
  color: #fefefe;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 900px) {
  .joinus__panel-title {
    align-self: auto;
    height: auto;
  }
}
.joinus__panel-text {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  border-top: 0.2rem dashed #3ab483;
  padding: 30px 4rem;
  font-weight: 500;
  text-align: left;
  font-size: max(1.6rem, 13px);
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (max-width: 900px) {
  .joinus__panel-text {
    display: block;
    width: 100%;
    height: auto;
    border-top: none;
    padding: 0;
  }
}
.joinus-panel-text-option {
  color: #3ab483;
}

.labtour {
  position: relative;
  padding-top: 9rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 900px) {
  .labtour {
    padding-top: 11.3rem;
    margin-bottom: 5rem;
  }
}
.labtour__inner {
  max-width: calc(960px + 16rem);
  padding: 0 8rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .labtour__inner {
    padding: 0 3.7rem;
  }
}
.labtour__splide {
  width: 100%;
  overflow: visible;
}
.labtour__splide:not(.is-initialized):not(.is-active) .splide__slide {
  visibility: visible !important;
}
@media screen and (max-width: 900px) {
  .labtour__splide {
    overflow: hidden;
  }
  .labtour__splide:not(.is-initialized):not(.is-active) .splide__slide {
    visibility: hidden;
  }
}
@media screen and (max-width: 900px) {
  .labtour__splide-list {
    display: flex !important;
    gap: 0;
    width: auto !important;
  }
}
@media screen and (min-width: 901px) {
  .labtour__splide-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    transform: none !important;
    width: 100% !important;
  }
}
.labtour__slide {
  width: 100% !important;
  height: auto;
  margin: 0 !important;
  background: white;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .labtour__slide {
    margin: revert !important;
  }
}
.labtour__slide-pic {
  display: block;
  width: 100%;
}
.labtour__slide-pic img {
  width: 100%;
  height: auto;
  aspect-ratio: 600/440;
  object-fit: cover;
  border-radius: 2rem;
}
.labtour__slide-text-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.labtour__slide-text {
  width: 100%;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #3ab483;
  text-align: center;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.labtour__slide-text.hidden-pc {
  display: flex;
}
@media screen and (max-width: 900px) {
  .labtour__slide-text.hidden-pc {
    display: none;
  }
}
.labtour__slide-text.hidden-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .labtour__slide-text.hidden-sp {
    display: flex;
  }
}

.labtour-figure {
  position: absolute;
}
.labtour-figure--01 {
  width: 15rem;
  top: -4.5rem;
  right: calc((100dvw - 960px) / 2 + 20.5rem);
}
@media screen and (max-width: 900px) {
  .labtour-figure--01 {
    display: none;
  }
}
.labtour-figure--02 {
  width: 18rem;
  top: 54.5rem;
  right: calc((100dvw - 960px) / 2 - 20rem);
}
@media screen and (max-width: 1440px) {
  .labtour-figure--02 {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .labtour-figure--02 {
    display: none;
  }
}
.labtour-figure--03 {
  width: 9.8rem;
  top: -3rem;
  left: 4.5rem;
  display: none;
}
@media screen and (max-width: 900px) {
  .labtour-figure--03 {
    display: block;
  }
}
.labtour-figure--04 {
  width: 11rem;
  top: -3rem;
  right: 5rem;
  display: none;
}
@media screen and (max-width: 900px) {
  .labtour-figure--04 {
    display: block;
  }
}

.voices-figure {
  position: absolute;
}
.voices-figure--01 {
  width: 15rem;
  top: -9.2rem;
  left: calc((100dvw - 960px) / 2 + 28.5rem);
}
@media screen and (max-width: 900px) {
  .voices-figure--01 {
    display: none;
  }
}
.voices-figure--02 {
  width: 12.7rem;
  display: none;
  top: -4rem;
  right: 1.8rem;
}
@media screen and (max-width: 900px) {
  .voices-figure--02 {
    display: block;
  }
}

.joinus-figure {
  position: absolute;
}
.joinus-figure--01 {
  width: 14rem;
  top: -6rem;
  right: calc((100dvw - 960px) / 2 - 7rem);
}
@media screen and (max-width: 1440px) {
  .joinus-figure--01 {
    right: calc((100dvw - 960px) / 2 + 5rem);
  }
}
@media screen and (max-width: 900px) {
  .joinus-figure--01 {
    width: 9rem;
    top: 2.4rem;
    right: 11rem;
  }
}

.contact-figure {
  position: absolute;
}
.contact-figure--01 {
  width: 14rem;
  top: -9.4rem;
  left: 10rem;
}
@media screen and (max-width: 1440px) {
  .contact-figure--01 {
    top: 0rem;
    left: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .contact-figure--01 {
    width: 7.5rem;
    top: 4.4rem;
    left: auto;
    right: 5rem;
  }
}

.footer-figure {
  position: absolute;
}
.footer-figure--01 {
  width: 11.5rem;
  top: -9.4rem;
  left: calc((100dvw - 960px) / 2 + 6rem);
}
@media screen and (max-width: 900px) {
  .footer-figure--01 {
    display: none;
  }
}

.contact {
  position: relative;
  padding-top: 9.3rem;
}
@media screen and (max-width: 1440px) {
  .contact {
    padding-top: 14rem;
  }
}
@media screen and (max-width: 900px) {
  .contact {
    padding-top: 8.7rem;
  }
}
.contact .section-header {
  margin-bottom: 30px;
}
.contact-header__sub-title {
  margin-left: 3.5rem;
  color: #3ab483;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.contact__text {
  text-align: center;
  color: #3ab483;
  font-size: max(2.4rem, 18px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .contact__text {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}

.footer {
  position: relative;
  margin-top: 14.5rem;
  padding-bottom: 7.9rem;
  background: #3ab483;
}
@media screen and (max-width: 900px) {
  .footer {
    margin-top: 5rem;
    padding-bottom: 3.3rem;
  }
}
.footer::before {
  content: "";
  position: absolute;
  top: -7.9rem;
  left: 0;
  width: 100%;
  height: 8rem;
  background: radial-gradient(55vw 8rem at bottom center, #3ab483 99.5%, transparent 100%);
}
@media screen and (max-width: 900px) {
  .footer::before {
    top: -4.9rem;
    height: 5rem;
    background: radial-gradient(70vw 4.8rem at bottom center, #3ab483 99.5%, transparent 100%);
  }
}

.footer__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 900px) {
  .footer__inner {
    gap: 2rem;
  }
}

.footer__logo {
  width: 260px;
}
.footer__logo img {
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .footer__logo {
    width: 200px;
  }
}

.footer__button {
  position: absolute;
  top: -11rem;
  right: -3rem;
  width: max(10rem, 80px);
}
@media screen and (max-width: 1199px) {
  .footer__button {
    top: -9.3rem;
    right: 15rem;
    width: 60px;
  }
}
@media screen and (max-width: 900px) {
  .footer__button {
    top: max(-7rem, -135px);
    right: 2rem;
    width: min(6rem, 75px);
  }
}

.footer__copyright {
  display: block;
  color: #fefefe;
  font-size: 12px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .footer__copyright {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.schedule {
  background: rgba(60, 180, 130, 0.1019607843);
}
.schedule.section {
  padding-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .schedule.section {
    padding-bottom: 50px;
  }
}
.schedule__icon {
  position: relative;
}
.schedule__icon::after {
  content: "";
  position: absolute;
  top: -29rem;
  right: -14rem;
  width: max(16rem, 140px);
  height: auto;
  aspect-ratio: 160/250;
  background: url(../images/lp-images/pc/icon-figure-03.webp) no-repeat center center/contain;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .schedule__icon::after {
    background: url(../images/lp-images/pc/icon-figure-11.webp) no-repeat center center/contain;
    width: 11rem;
    right: initial;
    left: 3rem;
    top: -25rem;
    aspect-ratio: 1/1;
  }
}
.schedule__icon::before {
  content: "";
  position: absolute;
  top: 12rem;
  left: -26rem;
  width: max(18rem, 150px);
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/lp-images/pc/icon-figure-09.webp) no-repeat center center/contain;
  z-index: 2;
}
@media (max-width: 1200px) {
  .schedule__icon::before {
    left: -12rem;
  }
}
@media screen and (max-width: 900px) {
  .schedule__icon::before {
    width: 8.5rem;
    left: 26rem;
    top: -11rem;
  }
}
.schedule__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .schedule__image.sp-only {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
}

.section-header {
  max-width: 128rem;
  max-width: 1920px;
  margin-inline: auto;
  margin-bottom: 5rem;
}
.section-header__title {
  position: relative;
  width: fit-content;
  margin-left: 32rem;
  font-size: 4.8rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #3ab483;
  letter-spacing: 0.05em;
}
.section-header__title__title, .section-header__title::before {
  background: #3ab483;
}
@media screen and (max-width: 900px) {
  .section-header__title {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    line-height: normal;
    margin-left: 3.5rem;
  }
}
.section-header__title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  margin-right: 15px;
  width: 100vw;
  height: 0.3rem;
}
.section-header__description {
  color: #3ab483;
  font-size: max(1.6rem, 14px);
  letter-spacing: 0.1em;
}
.section-header__title-option {
  color: #f9faf4;
}
.section-header__title-option__title, .section-header__title-option::before {
  background: #f9faf4;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 4rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 0.4rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.button--primary {
  background-color: #3ab483;
  color: var(--white);
}
.button--submit {
  background-color: #f0ea0c;
  color: var(--white);
  width: 100%;
  max-width: 30rem;
}
.slide__nav {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 2.3rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 900px) {
  .slide__nav {
    display: flex;
  }
}
.slide__nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.slide__nav-prev, .slide__nav-next {
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  object-fit: contain;
}
.slide__nav-prev {
  background-image: url(../images/lp-images/common/icon-arrow-left.webp);
}
.slide__nav-next {
  background-image: url(../images/lp-images/common/icon-arrow-right.webp);
}
.slide__nav-toggle {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(30, 32, 34, 0.0509803922);
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
}
.slide__nav-toggle.is-play .slide__nav-toggle-bar:nth-child(1) {
  width: 0;
  height: 0;
  background: transparent;
  border-radius: 0;
  border-left: 1rem solid #3ab483;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  left: 50%;
  transform: translate(-30%, -50%);
}
.slide__nav-toggle.is-play .slide__nav-toggle-bar:nth-child(2) {
  opacity: 0;
}
.slide__nav-toggle-option {
  background: #fefefe;
}
.slide__nav-toggle-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 1rem;
  background: #3ab483;
  border-radius: 1rem;
  transition: all 0.1s ease;
}
.slide__nav-toggle-bar:nth-child(1) {
  left: calc(50% - 0.4rem);
}
.slide__nav-toggle-bar:nth-child(2) {
  right: calc(50% - 0.4rem);
}

.modal {
  border: none;
  border-radius: 0.8rem;
  padding: 0;
  max-width: 90%;
  width: 60rem;
  background-color: var(--white);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.2);
}
.modal::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal__container {
  position: relative;
  padding: 4rem 2.4rem;
}
.modal__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 3.2rem;
  height: 3.2rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 0.2rem;
  background-color: #1e2022;
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__title {
  margin-bottom: 1.6rem;
  text-align: center;
  color: #3ab483;
  font-size: 1.5rem;
}
.modal__text {
  font-size: 1rem;
}

/*# sourceMappingURL=lp-style.css.map */
