html {
  font-size: 10px;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #2A2A2A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

body::before {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.24s ease;
  will-change: opacity;
  z-index: 10;
}

body.is-active {
  position: relative;
}

body.is-active::before {
  opacity: 1;
  pointer-events: auto;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

th,
td {
  padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  background: #2A2A2A;
  color: #FFFFFF;
  padding: 4rem 0 5.5rem;
}

.footer__inner {
  text-align: center;
}

.footer__logo {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
}

.footer__list {
  align-items: center;
  display: flex;
  gap: 3.2rem;
  justify-content: center;
  margin-top: 3.5rem;
}

.footer__item {
  width: 2.4rem;
}

.footer__link {
  -webkit-text-decoration: underline;
  font-size: 1.6rem;
  margin-top: 3.2rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.footer__copyright {
  font-size: 1.4rem;
  margin-top: 6.4rem;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  background: #fff;
  bottom: 0;
  height: 9rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 124rem;
  padding: 0 2rem;
}

.header__logo {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 128rem;
  padding: 0 4rem;
}

.l-inner-sm {
  max-width: 118rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

/*
 * burger
 * -------------------------------------------------------------
 */

.burger {
  align-items: center;
  display: flex;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  height: 2.4rem;
  justify-content: center;
  position: relative;
  width: 2.4rem;
}

.burger span {
  background: #000000;
  border-radius: 100rem;
  display: block;
  height: 2px;
  transition: all 0.2s;
  width: 2rem;
}

.burger span.is-active {
  position: absolute;
}

.burger span.is-active:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.burger span.is-active:nth-child(2) {
  opacity: 0;
}

.burger span.is-active:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
  max-width: 40rem;
  width: 100%;
}

.c-btn__text {
  margin: 0 auto;
  max-width: 25rem;
  position: relative;
  top: 2rem;
  z-index: 1;
}

.c-btn__action {
  background: linear-gradient(270deg, #2CE23B 0%, #0ED15E 100%);
  border: 1px solid #FFFFFF;
  border-radius: 8rem;
  box-shadow: 0px 4.72131px 15.7377px rgba(153, 181, 227, 0.4);
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 2.9rem 2.4rem;
  position: relative;
  text-align: center;
  transform: translateZ(0) scale(1);
  will-change: transform, opacity;
}

.c-btn__action::after {
  background: url(./../images/cta_icon.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 2.8rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
}

.c-btn__action.is-pop {
  animation: popBounce 2s cubic-bezier(0.22, 0.9, 0.24, 1) 0s 1 both;
}

.c-btn:hover .c-btn__action {
  box-shadow: 0px 4.72131px 15.7377px rgba(88, 88, 88, 0.4);
  filter: brightness(105%);
  opacity: 1;
}

/*
 * c-cta
 * -------------------------------------------------------------
 */

.c-cta {
  background: url(./../images/cta_bg.webp) no-repeat center/cover;
  padding: 4rem 0;
}

.c-cta__body {
  margin: 0 auto;
  max-width: 70rem;
  position: relative;
}

.c-cta__btn {
  bottom: 3rem;
  left: 0;
  position: absolute;
}

/*
 * c-secHead
 * -------------------------------------------------------------
 */

.c-secHead {
  text-align: center;
}

.c-secHead__eng {
  color: #D2D2D2;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 8.8rem;
  line-height: 1;
  text-transform: uppercase;
}

.c-secHead__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -1.7rem;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about {
  background: #F3F2EE;
  padding: 10rem 0;
}

.about__headTtl {
  margin: 0 auto;
  max-width: 39.2rem;
}

.about__headLead {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 3.2rem;
  text-align: center;
}

.about__content {
  margin-top: 8rem;
}

/*
 * achv
 * -------------------------------------------------------------
 */

.achv {
  padding: 10rem 0;
}

.achv__inner {
  max-width: 131.2rem;
}

.achv__lead {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 1rem;
  text-align: center;
}

.achv__items {
  display: flex;
  flex-direction: column;
  gap: 10.2rem;
  margin-top: 6.3rem;
}

.achv__item {
  box-shadow: 1px 2px 10px 3px #BABABA;
  margin: 0 auto;
  max-width: 120rem;
  padding: 6rem 4rem;
  position: relative;
  width: 100%;
}

.achv__item::before,
.achv__item::after {
  content: "";
  display: block;
  height: 18rem;
  position: absolute;
  width: 18rem;
}

.achv__item::before {
  background: url(./../images/achv_obj_left.webp) no-repeat center/100%;
  left: -2.6rem;
  top: -2.6rem;
}

.achv__item::after {
  background: url(./../images/achv_obj_right.webp) no-repeat center/100%;
  bottom: -2.6rem;
  right: -2.6rem;
}

.achv__item.--item1 {
  background: url(./../images/achv1_bg.webp) no-repeat center/cover;
}

.achv__item.--item2,
.achv__item.--item4 {
  background: url(./../images/achv2_bg.webp) no-repeat center/cover;
}

.achv__item.--item3 {
  background: url(./../images/achv3_bg.webp) no-repeat center/cover;
}

.achv__itemInner {
  margin: 0 auto;
  max-width: 100rem;
}

.achv__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.achv__list {
  grid-gap: 5rem;
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5rem;
}

.achv__flex {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-top: 5.6rem;
}

.achv__flex.--reverse {
  flex-direction: row-reverse;
}

.achv__flexImg {
  max-width: 52rem;
}

a.achv__flexImg:hover {
  filter: brightness(115%);
  opacity: 1;
}

.achv__flexDetails {
  flex: 1;
}

.achv__flexText {
  font-size: 1.6rem;
  line-height: 1.7;
}

.achv__voiceTtl {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
}

.achv__voiceText {
  margin-top: 2.4rem;
}

.achv__videos {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  margin: 6.4rem auto 0;
  max-width: 80rem;
}

.achv__video {
  aspect-ratio: 800/450;
}

/*
 * advantage
 * -------------------------------------------------------------
 */

.advantage {
  background: #F4F3EF;
  padding: 10rem 0;
}

.advantage__body {
  align-items: center;
  display: flex;
  gap: 8rem;
  margin-top: 8rem;
}

.advantage__img {
  box-shadow: 1px 2px 10px 3px #BABABA;
  max-width: 52rem;
  position: relative;
}

.advantage__img::before,
.advantage__img::after {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 14rem;
}

.advantage__img::before {
  left: 2.4rem;
  rotate: -45deg;
  top: 2.4rem;
  translate: -50% -50%;
}

.advantage__img::after {
  bottom: 2.4rem;
  right: 2.4rem;
  rotate: -45deg;
  translate: 50% 50%;
}

.advantage__desc {
  flex: 1;
}

.advantage__text {
  font-size: 1.6rem;
  line-height: 1.7;
}

/*
 * ba
 * -------------------------------------------------------------
 */

.ba {
  padding: 6.4rem 0;
}

.ba__lead {
  color: #2A2A2A;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 2rem;
  text-align: center;
}

.ba__before {
  align-items: center;
  background: #fff;
  display: flex;
  gap: 4rem;
  margin: 8rem auto 0;
  max-width: 80rem;
  padding: 4.1rem 2rem 4.7rem 3.65rem;
  position: relative;
}

.ba__before::after {
  aspect-ratio: 800/336;
  background: #D2D2D2;
  content: "";
  display: block;
  height: 100%;
  left: 0.8rem;
  position: absolute;
  top: 0.8rem;
  width: 100%;
  z-index: -1;
}

.ba__beforeImg {
  border-radius: 6rem 0;
  max-width: 33rem;
  overflow: hidden;
}

.ba__beforeDetails {
  flex: 1;
}

.ba__beforeTtl {
  align-items: center;
  display: flex;
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  font-weight: 600;
  gap: 3.2rem;
  text-transform: uppercase;
}

.ba__beforeTtl::after {
  background: #2A2A2A;
  content: "";
  display: block;
  height: 1px;
  width: 16rem;
}

.ba__beforeList {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3.2rem;
}

.ba__beforeItem {
  align-items: center;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  gap: 2rem;
  line-height: 1.7;
}

.ba__beforeItem::before {
  background: url(./../images/ba_check.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 2.4rem;
  width: 2.4rem;
}

.ba__arrow {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #F4F3EF;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  display: block;
  height: 4.2rem;
  margin: 5rem auto;
  width: 9.3rem;
}

.ba__after {
  background: #fff;
  max-width: 119.2rem;
  padding: 6.6rem 0 3.9rem;
  position: relative;
}

.ba__after::after {
  aspect-ratio: 1200/569;
  background: #D2D2D2;
  content: "";
  display: block;
  height: 100%;
  left: 0.8rem;
  position: absolute;
  top: 0.8rem;
  width: 100%;
  z-index: -1;
}

.ba__afterTtl {
  align-items: center;
  display: flex;
  font-family: "Cormorant Garamond", serif;
  font-size: 6.5rem;
  font-weight: 600;
  gap: 6.4rem;
  justify-content: center;
  text-transform: uppercase;
}

.ba__afterTtl::before,
.ba__afterTtl::after {
  background: #2A2A2A;
  content: "";
  display: block;
  height: 1px;
  width: 33.2rem;
}

.ba__afterList {
  grid-gap: 5rem;
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6.4rem;
}

.ba__afterImg {
  aspect-ratio: 300/225;
  border-radius: 6rem 0;
  overflow: hidden;
}

.ba__afterImg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.ba__afterText {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 2.4rem;
}

/*
 * company
 * -------------------------------------------------------------
 */

.company {
  padding: 10rem 0;
}

.company__table {
  margin: 5.6rem auto 0;
  max-width: 80rem;
}

.company__item {
  border-bottom: 1px solid #D2D2D2;
  display: flex;
  font-size: 1.6rem;
  gap: 19.4rem;
  line-height: 1.7;
  padding: 2.4rem 0;
}

.company__item:first-child {
  padding-top: 0;
}

.company__item dt {
  width: 11.4rem;
}

.company__item .underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

/*
 * faq
 * -------------------------------------------------------------
 */

.faq {
  padding: 10rem 0;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 4rem auto 0;
  max-width: 100rem;
}

.faq__item {
  border: 1px solid #2A2A2A;
  padding: 2.4rem 4rem;
}

.faq__ttl {
  cursor: pointer !important;
}

.faq__ttl {
  align-items: center;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.7;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.faq__btn {
  cursor: pointer;
  display: block;
  height: 2.4rem;
  position: relative;
  width: 2.4rem;
}

.faq__btn::before,
.faq__btn::after {
  background: #2A2A2A;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
}

.faq__btn::before {
  height: 1px;
  width: 100%;
}

.faq__btn::after {
  height: 100%;
  width: 1px;
}

.faq__text {
  display: none;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.7;
  padding-top: 2.4rem;
}

.faq__item.open .faq__btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  position: relative;
}

.fv__main img {
  -o-object-fit: cover;
  height: 100%;
  min-height: 80rem;
  object-fit: cover;
}

.fv__btn {
  bottom: 1.53vw;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

/*
 * message
 * -------------------------------------------------------------
 */

.message {
  background: url(./../images/message_bg.webp) no-repeat center/cover;
  padding: 10rem 0;
}

.message__body {
  background: #fff;
  box-shadow: 1px 2px 10px 3px #BABABA;
  display: flex;
  gap: 2rem;
  padding: 4.4rem 0 0 10rem;
}

.message__details {
  flex: 1;
  max-width: 66rem;
}

.message__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.7;
  max-width: 60rem;
  padding: 3rem 0rem 3rem 4.5rem;
  position: relative;
}

.message__ttl::before,
.message__ttl::after {
  border: 1px solid #D2D2D2;
  content: "";
  display: block;
  height: 7.9rem;
  position: absolute;
  width: 4.9rem;
}

.message__ttl::before {
  border-bottom: none;
  border-right: none;
  left: 0;
  top: 0;
}

.message__ttl::after {
  border-left: none;
  border-top: none;
  bottom: 0;
  right: 0;
}

.message__text {
  font-size: 2rem;
  line-height: 2;
  margin-top: 4.6rem;
}

.message__img {
  max-width: 42rem;
  width: 100%;
}

.message__cta {
  background: none;
  padding: 4rem 0 0;
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
  flex: 1;
}

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

.nav__list {
  align-items: center;
  display: flex;
  gap: 3rem;
  justify-content: flex-end;
}

.nav__link {
  font-size: 1.8rem;
  font-weight: 500;
}

.nav__btn {
  align-items: center;
  background: linear-gradient(270deg, #2CE23B 0%, #0ED15E 100%);
  border-radius: 3.2rem;
  color: #FFFFFF;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 6rem;
  justify-content: center;
  padding: 1.2rem 30;
  width: 18.4rem;
}

.nav__btn:hover {
  filter: brightness(105%);
  opacity: 1;
}

/*
 * present
 * -------------------------------------------------------------
 */

.present {
  padding: 20rem 0 10rem;
}

.present__body {
  background: #F4F3EF;
  box-shadow: 1px 2px 10px 3px #BABABA;
  padding: 14.4rem 6em 12.6rem;
  position: relative;
}

.present__head {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  left: 50%;
  margin: 0 auto;
  max-width: 48rem;
  position: absolute;
  top: -10rem;
  transform: translateX(-50%);
  width: 100%;
}

.present__headSubTtl {
  align-items: center;
  display: inline-block;
  display: flex;
  font-size: 3.2rem;
  font-weight: 500;
  gap: 2.4rem;
  justify-content: center;
  line-height: 1.7;
  margin: 0 auto;
  text-align: center;
}

.present__headSubTtl::before,
.present__headSubTtl::after {
  border: 1px solid #2A2A2A;
  content: "";
  display: block;
  height: 3.6rem;
  width: 1.2rem;
}

.present__headSubTtl::before {
  border-right: none;
}

.present__headSubTtl::after {
  border-left: none;
}

.present__list {
  grid-gap: 13.4rem 14.8rem;
  display: grid;
  gap: 13.4rem 14.8rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 95rem;
}

.present__item {
  aspect-ratio: 400/430;
  box-shadow: 1px 2px 10px 3px #BABABA;
  position: relative;
}

.present__item img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.present__num {
  background: linear-gradient(109.97deg, #F5EADB 10.9%, #FCFAF4 50.22%, #F5EADB 89.54%);
  border-radius: 50%;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  height: 10.4rem;
  left: -5.2rem;
  padding: 0.41rem;
  position: absolute;
  text-align: center;
  top: -5.2rem;
  width: 10.4rem;
}

.present__numInner {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.present__num small {
  display: block;
  font-size: 1.5rem;
}

.present__btn {
  margin: 4.4rem auto 0;
}

/*
 * privacy
 * -------------------------------------------------------------
 */

.privacy {
  padding-top: 9rem;
}

.privacy__inner {
  max-width: 108rem;
}

.privacy__head {
  align-items: center;
  background: url(./../images/privacy_bg.webp) no-repeat center/cover;
  display: flex;
  flex-direction: column;
  height: 20rem;
  justify-content: center;
  margin: 0 calc(50% - 50vw);
}

.privacy__head-ja {
  margin-top: -2.5rem;
}

.privacy__list {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 10rem 0;
}

.privacy__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}

.privacy__ttl::before {
  content: "▼";
}

.privacy__text {
  font-size: 1.6rem;
  line-height: 1.7;
}

/*
 * problems
 * -------------------------------------------------------------
 */

.problems {
  background: url(./../images/prob_bg.webp) no-repeat center/cover;
  padding: 8.5rem 0;
}

.problems__head {
  margin: 0 auto;
  max-width: 80rem;
}

.problems__list {
  grid-gap: 4.7rem;
  display: grid;
  gap: 4.7rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 6.4rem;
}

.problems__item {
  aspect-ratio: 245/190;
  background: url(./../images/prob_item.webp) no-repeat center/100%;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.7;
  padding-top: 3.9rem;
}

/*
 * profile
 * -------------------------------------------------------------
 */

.profile {
  background: #F4F3EF;
  padding: 10rem 0;
}

.profile__body {
  margin: 8rem auto 0;
  max-width: 100rem;
  position: relative;
}

.profile__details {
  aspect-ratio: 728/651;
  background: url(./../images/prof_bg.webp) no-repeat center/100%;
  max-width: 72.8rem;
  padding: 2.4rem 18.4rem 9.4rem 4.8rem;
}

.profile__head {
  font-family: "Noto Serif JP", serif;
  margin-top: 2.4rem;
}

.profile__head-sm {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}

.profile__head-lg {
  display: block;
  font-size: 3.6rem;
  font-weight: 600;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

.profile__head-lg:after {
  color: #D2D2D2;
  content: "AKITOSHI NAKASHIMA";
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  letter-spacing: 0.02em;
  margin: -2rem 0 0 3.6rem;
  position: relative;
  z-index: -1;
}

.profile__text {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 3rem;
}

.profile__img {
  box-shadow: 1px 2px 10px 3px #BABABA;
  max-width: 42.4rem;
  position: absolute;
  right: 0;
  top: -1rem;
  width: 100%;
  z-index: 2;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media screen and (max-width: 1200px) {

  html {
    font-size: 0.833vw;
  }

  .header__logo {
    font-size: 2.4rem;
  }

  .nav__list {
    gap: 2.5rem;
  }

  .nav__link {
    font-size: 1.6rem;
  }

  .nav__btn {
    font-size: 1.8rem;
    width: 16.5rem;
  }

}

@media screen and (max-width: 1024px) {

  .header__inner {
    justify-content: space-between;
  }

  .burger {
    display: flex;
  }

  .nav {
    -webkit-overflow-scrolling: touch;
    background: #fff;
    bottom: 0;
    height: 54rem;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 6.4rem 3rem 4.7rem;
    position: fixed;
    right: 0;
    top: 9rem;
    transition: all 0.6s;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
  }

  .nav__list {
    align-items: center;
    flex-direction: column;
    gap: 4rem;
  }

  .nav__link {
    font-size: 1.8rem;
  }

  .nav__btn {
    font-size: 2rem;
    height: 6.8rem;
    width: 100%;
  }

  .nav__item.--btn {
    max-width: 31.5rem;
    width: 100%;
  }

}

@media screen and (max-width: 768px) {

  html {
    font-size: 10px;
  }

  .footer {
    padding: 4rem 0;
  }

  .footer__logo {
    font-size: 2rem;
  }

  .footer__list {
    gap: 4rem;
    margin-top: 4rem;
  }

  .footer__item {
    width: 2.9rem;
  }

  .footer__link {
    font-size: 1.3rem;
    margin-top: 4rem;
  }

  .footer__copyright {
    font-size: 1.1rem;
    margin-top: 7.2rem;
  }

  .header {
    height: 16vw;
  }

  .header__logo {
    font-size: 5.33vw;
  }

  .l-inner {
    max-width: 55rem;
    padding: 0 2rem;
  }

  .burger {
    gap: 1.33vw;
    height: 6.4vw;
    width: 6.4vw;
  }

  .burger span {
    width: 5.33vw;
  }

  .c-btn {
    max-width: 31.5rem;
  }

  .c-btn__text {
    max-width: 23.2rem;
    top: 1.7rem;
  }

  .c-btn__action {
    border-radius: 6.3rem;
    box-shadow: 0px 3.77705px 12.5902px rgba(153, 181, 227, 0.4);
    font-size: 2rem;
    padding: 2.2rem 1.9rem;
  }

  .c-btn__action::after {
    height: 2.4rem;
    right: 1.8rem;
    width: 2.4rem;
  }

  .c-cta {
    background: url(./../images/sp/cta_bg.webp) no-repeat center/cover;
  }

  .c-cta__body {
    max-width: calc(100% - 2rem);
  }

  .c-cta__btn {
    position: static;
  }

  .c-secHead__eng {
    font-size: 4rem;
  }

  .c-secHead__ja {
    font-size: 2rem;
  }

  .about {
    padding: 6rem 0;
  }

  .about__headTtl {
    max-width: 23.8rem;
  }

  .about__headLead {
    font-size: 1.3rem;
    margin-top: 2.4rem;
  }

  .about__content {
    margin-top: 4rem;
  }

  .achv {
    padding: 4rem 0;
  }

  .achv__inner {
    max-width: 52rem;
  }

  .achv__lead {
    font-size: 1.3rem;
    margin-top: 2.4rem;
  }

  .achv__items {
    gap: 5.6rem;
    margin-top: 4.8rem;
    padding: 0 1rem;
  }

  .achv__item {
    max-width: 100%;
    padding: 4rem 1rem;
  }

  .achv__item::before,
  .achv__item::after {
    height: 6.4rem;
    width: 6.4rem;
  }

  .achv__item::before {
    left: -1.6rem;
    top: -1.6rem;
  }

  .achv__item::after {
    bottom: -1.6rem;
    right: -1.6rem;
  }

  .achv__item.--item1 {
    background: url(./../images/sp/achv1_bg.webp) no-repeat center/cover;
  }

  .achv__item.--item2,
  .achv__item.--item4 {
    background: url(./../images/sp/achv2_bg.webp) no-repeat center/cover;
  }

  .achv__item.--item3 {
    background: url(./../images/sp/achv3_bg.webp) no-repeat top/cover;
  }

  .achv__itemInner {
    max-width: 100%;
  }

  .achv__ttl {
    font-size: 1.9rem;
  }

  .achv__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.5rem;
    justify-content: center;
    margin-top: 3rem;
  }

  .achv__listItem {
    max-width: 14.5rem;
  }

  .achv__listItem:first-child {
    flex: 0 0 100%;
    max-width: 30rem;
    width: 100%;
  }

  .achv__listCont {
    margin: 0 auto;
    max-width: 14.5rem;
  }

  .achv__flex {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 4rem;
  }

  .achv__flex.--reverse {
    flex-direction: column;
  }

  .achv__flexText {
    font-size: 1.3rem;
  }

  .achv__voiceTtl {
    font-size: 1.4rem;
  }

  .achv__voiceText {
    margin-top: 1.6rem;
  }

  .achv__videos {
    gap: 3.2rem;
    margin-top: 4rem;
    max-width: 100%;
  }

  .achv__video {
    aspect-ratio: 315/181;
  }

  .advantage {
    padding: 4rem 0;
  }

  .advantage__body {
    flex-direction: column;
    gap: 3.9rem;
    margin-top: 5.6rem;
    padding: 0 1rem;
  }

  .advantage__img {
    max-width: 100%;
  }

  .advantage__img::before,
  .advantage__img::after {
    width: 8rem;
  }

  .advantage__img::before {
    left: 1rem;
    top: 1rem;
  }

  .advantage__img::after {
    bottom: 1rem;
    right: 1rem;
  }

  .advantage__text {
    font-size: 1.3rem;
  }

  .ba {
    padding: 4rem 0;
  }

  .ba__lead {
    font-size: 1.3rem;
  }

  .ba__before {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.6rem;
    padding: 4rem 1.2rem 4rem 0.8rem;
  }

  .ba__before::after {
    aspect-ratio: 315/232;
    left: 0.5rem;
    top: 0.5rem;
  }

  .ba__beforeImg {
    max-width: 100%;
    order: 2;
  }

  .ba__beforeDetails {
    display: contents;
  }

  .ba__beforeTtl {
    order: 1;
  }

  .ba__beforeTtl::after {
    max-width: 13.3rem;
  }

  .ba__beforeList {
    gap: 0.5rem;
    margin-top: 0;
    order: 3;
  }

  .ba__beforeItem {
    font-size: 1.4rem;
    gap: 0.8rem;
  }

  .ba__beforeItem::before {
    height: 1.4rem;
    width: 1.4rem;
  }

  .ba__arrow {
    height: 3rem;
    margin: 2.4rem auto;
    width: 7.2rem;
  }

  .ba__after {
    flex-direction: column;
    gap: 1.6rem;
    padding: 4rem 1.2rem 4rem 0.8rem;
  }

  .ba__after::after {
    aspect-ratio: 350/1118;
    left: 0.5rem;
    top: 0.5rem;
  }

  .ba__afterTtl {
    font-size: 4.8rem;
    gap: 3.2rem;
  }

  .ba__afterTtl::before {
    display: none;
  }

  .ba__afterList {
    gap: 4rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem;
  }

  .ba__afterImg {
    aspect-ratio: 315/232;
  }

  .ba__afterText {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }

  .company {
    padding: 4rem 0;
  }

  .company__table {
    max-width: calc(100% - 2rem);
  }

  .company__item {
    font-size: 1.3rem;
    gap: 3.2rem;
    padding: 1.6rem 0;
  }

  .company__item dt {
    min-width: 9.3rem;
    width: 9.3rem;
  }

  .faq {
    padding: 4rem 0;
  }

  .faq__list {
    gap: 2.4rem;
    max-width: calc(100% - 2rem);
  }

  .faq__item {
    padding: 1.6rem 1rem;
  }

  .faq__ttl {
    font-size: 1.4rem;
  }

  .faq__btn {
    height: 2rem;
    width: 2rem;
  }

  .faq__text {
    font-size: 1.3rem;
    padding-top: 1.6rem;
  }

  .fv__main img {
    min-height: auto;
  }

  .fv__btn {
    bottom: 2.67vw;
    max-width: 84vw;
  }

  .fv__btn .c-btn__action {
    border-radius: 16.8vw;
    box-shadow: 0px 3.77705px 12.5902px rgba(153, 181, 227, 0.4);
    font-size: 5.33vw;
    padding: 5.87vw 1.9rem;
  }

  .message {
    background: url(./../images/sp/message_bg.webp) no-repeat top/cover;
    padding: 4rem 0;
  }

  .message__body {
    overflow: hidden;
    padding: 3rem 0 5.3rem 1rem;
    position: relative;
  }

  .message__ttl {
    font-size: 1.8rem;
    max-width: 29.5rem;
    padding: 1.8rem 2rem 1rem 1.7rem;
  }

  .message__ttl::before,
  .message__ttl::after {
    height: 3.8rem;
    width: 2.4rem;
  }

  .message__text {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-top: 2.4rem;
  }

  .message__img {
    bottom: 0;
    max-width: 20.4rem;
    position: absolute;
    right: -5.9rem;
  }

  .nav {
    top: 16vw;
  }

  .present {
    padding: 9.2rem 0 4rem;
  }

  .present__body {
    padding: 7.5rem 3.2rem 4rem;
  }

  .present__head {
    max-width: 25.2rem;
    top: -5rem;
  }

  .present__headSubTtl {
    font-size: 1.6rem;
    gap: 1.4rem;
  }

  .present__headSubTtl::before,
  .present__headSubTtl::after {
    height: 1.8rem;
    width: 0.6rem;
  }

  .present__list {
    gap: 7.5rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .present__item {
    aspect-ratio: unset;
  }

  .present__num {
    font-size: 3.2rem;
    height: 8rem;
    left: -2.2rem;
    top: -3.5rem;
    width: 8rem;
  }

  .present__num small {
    font-size: 1.2rem;
  }

  .present__btn {
    margin-top: 2.4rem;
  }

  .privacy {
    padding-top: 16vw;
  }

  .privacy__inner {
    max-width: 55rem;
  }

  .privacy__head {
    height: 10.4rem;
  }

  .privacy__head-ja {
    margin-top: -1.6rem;
  }

  .privacy__list {
    gap: 3rem;
    padding: 6.4rem 0;
  }

  .privacy__ttl {
    font-size: 1.4rem;
  }

  .privacy__text {
    font-size: 1.3rem;
  }

  .problems {
    padding: 4rem 0;
  }

  .problems__list {
    gap: 3.2rem 1.9rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.8rem;
  }

  .problems__item {
    align-items: center;
    aspect-ratio: 148/120;
    font-size: 1.3rem;
    justify-content: flex-start;
    padding: 0 0 0 2.1rem;
  }

  .profile {
    padding: 5.3rem 0 4rem;
  }

  .profile__inner {
    padding: 0;
  }

  .profile__body {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 4rem;
    max-width: 100%;
  }

  .profile__details {
    aspect-ratio: unset;
    background: url(./../images/sp/prof_bg.webp) no-repeat bottom/100%;
    margin-top: -3rem;
    max-width: calc(100% - 1.5rem);
    padding: 4.5rem 5rem 13.6rem 3rem;
  }

  .profile__head-sm {
    font-size: 1.6rem;
  }

  .profile__head-lg {
    font-size: 2.4rem;
    margin-top: 1rem;
  }

  .profile__head-lg:after {
    font-size: 2.4rem;
    margin: -0.8rem 0 0 0.8rem;
    margin-right: calc(50% - 50vw);
  }

  .profile__text {
    font-size: 1.3rem;
    margin-top: 2.4rem;
    max-width: 26.5rem;
  }

  .profile__img {
    margin-left: auto;
    max-width: 32rem;
    position: static;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}

@media screen and (max-width: 420px) {

  .profile__details {
    background: url(./../images/sp/prof_bg.webp) no-repeat top/100%;
  }

  .achv__inner {
    padding: 0 1.5rem;
  }

  .achv__item.--item1 {
    padding: 4rem 0.5rem;
  }
}

@media screen and (max-width: 375px) {

  html {
    font-size: 2.67vw;
  }
}

@keyframes popBounce {

  0% {
    opacity: 0;
    transform: scale(0.92);
  }

  40% {
    opacity: 1;
    transform: scale(1.08);
  }

  /* ① ふわっと拡大 */

  65% {
    transform: scale(0.98);
  }

  /* ② 少し戻ってバウンド */

  100% {
    transform: scale(1);
  }

  /* ③ 等倍で停止 */

}


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