.s-of-hidden {
  overflow: hidden;
}

body.is-fixed {
  overflow: hidden;
}

#content {
  margin-bottom: 80px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #404040;
}

#content button {
  all: unset;
  display: inline-block;
  cursor: pointer;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content p {
  padding: 0;
  margin: 0;
}

#content h1::before, #content h1::after,
#content h2::before,
#content h2::after,
#content h3::before,
#content h3::after,
#content h4::before,
#content h4::after,
#content p::before,
#content p::after {
  display: none;
}

#content .inview_re {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(20px);
}

#content .inview_re.is-show {
  opacity: 1;
  transform: translateY(0px);
}

#content .u-t-blue {
  color: #2aa0d0;
}

#content img {
  width: 100%;
}

#content .sp {
  display: block;
}

@media screen and (min-width: 768px) {
  #content .sp {
    display: none;
  }
}
#content .pc {
  display: none;
}

@media screen and (min-width: 768px) {
  #content .pc {
    display: block;
  }
}
#content a {
  text-decoration: none;
}

#content .c-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  #content .c-heading {
    gap: 32px;
  }
}

#content .c-heading.--white {
  color: #fff;
}

#content .c-heading.--white .c-heading__en {
  color: #fff;
}

#content .c-heading.--white .c-heading__line {
  background: #fff;
}

#content .c-heading.--gray .c-heading__en {
  color: #404040;
}

#content .c-heading.--gray .c-heading__line {
  background: #404040;
}

#content .c-heading.--orange .c-heading__en {
  color: #ff630c;
}

#content .c-heading.--orange .c-heading__line {
  background: #ff630c;
}

#content .c-heading__en {
  margin-bottom: -4px;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #2aa0d0;
}

@media screen and (min-width: 768px) {
  #content .c-heading__en {
    font-size: 20px;
  }
}
#content .c-heading__title {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 768px) {
  #content .c-heading__title {
    font-size: 36px;
  }
}
#content .c-heading__title.--bk {
  color: #404040;
}

#content .c-heading__title span {
  font-weight: 300;
  font-family: Montserrat;
}

#content .c-heading__line {
  display: block;
  margin-top: 4px;
  background: #2aa0d0;
  width: 40px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  #content .c-heading__line {
    margin-top: 0;
  }
}

#content .c-heading__bottom {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 40px;
  margin-inline: auto;
  width: 146px;
}
@media screen and (min-width: 768px) {
  #content .c-heading__bottom {
    margin-top: 48px;
    gap: 24px;
    width: 277px;
  }
}

#content .c-heading__bottom--icon {
  padding-bottom: 5px;
  width: 31px;
}
#content .c-heading__bottom--icon img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #content .c-heading__bottom--icon {
    padding-bottom: 11px;
    width: 66px;
  }
}

#content .c-heading__bottom--text span {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  #content .c-heading__bottom--text span {
    font-size: 20px;
  }
}
#content .c-heading__bottom--text small {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #content .c-heading__bottom--text small {
    font-size: 16px;
  }
}
#content .c-heading__bottom--text strong {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  color: #2AA0D0;
  font-weight: 200;
  line-height: 1.1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #content .c-heading__bottom--text strong {
    font-size: 72px;
  }
}

#content .c-button {
  position: relative;
  display: flex;
  width: 327px;
  padding: 24px 56px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #content .c-button {
    padding: 24px 50px;
  }
  #content .c-button:first-child {
    padding: 24px 40px 24px 58px;
  }
}
#content .c-button::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

#content .c-button.--dl {
  background: #2aa0d0;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  #content .c-button.--dl {
    max-width: 272px;
  }
}
#content .c-button.--dl::before {
  background: url(../images/page-llmo/icon-dl.svg) no-repeat center center/contain;
  width: 16px;
  aspect-ratio: 1/1;
}

#content .c-button.--dl::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  background: url(../images/page-llmo/button-paper.webp) no-repeat center center/contain;
  width: 46px;
  aspect-ratio: 26/38;
}

#content .c-button.--dl .c-button__head {
  color: #2aa0d0;
  background: #fff;
}

#content .c-button.--contact {
  background: #fff;
  color: #2aa0d0;
  border: 1px solid #2aa0d0;
}

@media screen and (min-width: 768px) {
  #content .c-button.--contact {
    max-width: 238px;
  }
}
#content .c-button.--contact::before {
  background-image: url("../images/page-llmo/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  aspect-ratio: 10/8;
}

#content .c-button.--contact .c-button__head {
  color: #fff;
  background: #2aa0d0;
}

#content .c-button.--blue {
  background: #2aa0d0;
  color: #fff;
  border: 1px solid #fff;
}

#content .c-button.--blue::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M1 1L11 5L1 9' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  aspect-ratio: 10/8;
}

#content .c-button__head {
  position: absolute;
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  padding: 1px 16px 4px;
  border-radius: 32px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

#content .c-wrap {
  margin: 0 auto;
  padding-inline: 24px;
  max-width: 500px;
}

@media screen and (min-width: 768px) {
  #content .c-wrap {
    margin: 0 auto;
    padding-inline: 50px;
    max-width: 1200px;
  }
}
#content .header {
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #eee;
  background: #fff;
}

#content .header__inner {
  position: relative;
  padding: 12px 24px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #content .header__inner {
    padding: 16px 32px;
  }
}
#content .header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#content .header__logo {
  position: relative;
  z-index: 10;
  display: block;
  width: 64px;
}

@media screen and (min-width: 768px) {
  #content .header__container {
    display: flex;
    gap: 25px;
  }
}
#content .header__nav {
  padding-top: 126px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 43px;
  align-items: center;
  transform: translateX(100%);
  transition: 0.5s;
}

#content .header__nav.is-active {
  transform: translateX(0%);
}

@media screen and (min-width: 1280px) {
  #content .header__nav {
    padding-top: 0;
    position: static;
    background: transparent;
    flex-direction: row;
    gap: 49px;
    width: auto;
    height: auto;
    transform: translateX(0%);
  }
}
#content .header__nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
}

@media screen and (min-width: 1280px) {
  #content .header__nav-links {
    flex-direction: row;
    gap: 24px;
  }
}
#content .header__nav-link {
  color: #404040;
  font-size: 16px;
  font-weight: 300;
}

#content .header__nav-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 1280px) {
  #content .header__nav-buttons {
    display: none;
  }
}
#content .header__nav-button {
  display: flex;
  width: 263px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  line-height: 1;
}

#content .header__nav-button.--dl {
  background: #2aa0d0;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  #content .header__nav-button.--dl {
    max-width: 272px;
  }
}
#content .header__nav-button.--contact {
  background: #fff;
  color: #2aa0d0;
  border: 1px solid #2aa0d0;
}

#content .header__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: normal;
}

#content .header__tel-content {
  display: flex;
  align-items: end;
  gap: 4px;
}

#content .header__tel-icon {
  width: 11px;
}

#content .header__tel-num {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

#content .header__tel-data {
  color: #888;
  font-size: 13px;
  font-weight: 400;
}

#content .header__buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

#content .header__button {
  display: flex;
  padding: 6px 15px;
  justify-content: center;
  align-items: center;
  border: 1px solid #2aa0d0;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  #content .header__button {
    padding: 8px 19px;
    font-size: 16px;
  }
}
#content .header__button.--dl {
  background: #fff;
  color: #2aa0d0;
}

#content .header__button.--contact {
  background: #2aa0d0;
  color: #fff;
}

#content .header__drawer-button {
  position: relative;
  z-index: 10;
  padding-block: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 24px;
}

@media screen and (min-width: 1280px) {
  #content .header__drawer-button {
    display: none;
  }
}
#content .header__drawer-button span {
  width: 24px;
  height: 1px;
  display: block;
  background: #2aa0d0;
  transition: 0.3s;
}

#content .header__drawer-button.is-active span {
  width: 28px;
  background: #404040;
}

#content .header__drawer-button.is-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

#content .header__drawer-button.is-active span:nth-child(2) {
  opacity: 0;
}

#content .header__drawer-button.is-active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

#content .fv {
  position: relative;
  padding-top: 74px;
  padding-bottom: 65px;
}
#content .fv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 226px;
  background-color: #fff;
}

@media screen and (min-width: 1280px) {
  #content .fv {
    padding-top: 117px;
    padding-bottom: 65px;
  }
}
#content .fv__wrap {
  padding-inline: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}

@media screen and (min-width: 768px) {
  #content .fv__wrap {
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    max-width: 900px;
  }
}
@media screen and (min-width: 1280px) {
  #content .fv__wrap {
    padding-inline: 50px 90px;
    width: 100%;
    max-width: 1288px;
  }
}
#content .fv__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 1280px) {
  #content .fv__body {
    gap: 40px;
  }
}
#content .fv__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (min-width: 1280px) {
  #content .fv__content {
    gap: 30px;
  }
}
#content .fv__title {
  color: #111;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (min-width: 1280px) {
  #content .fv__title {
    font-size: 64px;
  }
}
#content .fv__title span {
  font-size: 64px;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  #content .fv__title span {
    font-size: 88px;
  }
}
#content .fv__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 1280px) {
  #content .fv__desc {
    gap: 20px;
  }
}
#content .fv__sub-title {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #content .fv__sub-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  #content .fv__sub-title {
    font-size: 20px;
  }
}
#content .fv__text {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (min-width: 1280px) {
  #content .fv__text {
    font-size: 14px;
  }
}
#content .fv__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  #content .fv__buttons .c-button {
    max-width: 327px;
  }
}
@media screen and (min-width: 1280px) {
  #content .fv__buttons {
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) and (min-width: 768px) {
  #content .fv__buttons .--dl {
    max-width: 272px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 768px) {
  #content .fv__buttons .--contact {
    max-width: 238px;
  }
}
#content .fv__image {
  position: relative;
  display: block;
  width: 285px;
}

#content .fv__image::after {
  position: absolute;
  content: "";
  z-index: -1;
  background: url(../images/page-seo/fv-img-bg-sp.webp) no-repeat center center/contain;
  width: 954px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1280px) {
  #content .fv__image {
    width: 449px;
  }
  #content .fv__image::after {
    margin-top: 20px;
    width: 1182px;
  }
}
#content .sec01 {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #content .sec01 {
    padding-block: 0;
  }
}
#content .sec01__wrap {
  padding-inline: 0;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  #content .sec01__wrap {
    padding-inline: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  #content .sec01__wrap {
    padding-inline: 50px;
    max-width: 1200px;
  }
}
#content .sec01__container {
  margin-top: 41px;
}

@media screen and (min-width: 768px) {
  #content .sec01__container {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1080px) {
  #content .sec01 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 32px 40px;
    width: 100%;
  }
}
#content .sec01 .swiper-slide {
  width: auto;
}

@media screen and (min-width: 1080px) {
  #content .sec01 .swiper-slide {
    width: calc((100% - 80px) / 3);
    height: 100%;
  }
}
#content .sec01 .swiper {
  padding-inline: 24px;
  padding-bottom: 18px;
}

@media screen and (min-width: 1080px) {
  #content .sec01 .swiper {
    padding: 0;
  }
}
#content .sec01__item {
  width: 279px;
  height: 444px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid #eee;
  background: #fff;
}

#content .sec01__item:hover {
  transform: scale(1);
}

@media screen and (min-width: 1080px) {
  #content .sec01__item {
    width: 100%;
    height: auto;
    min-height: 458px;
    gap: 16px;
  }
}
#content .sec01__img {
  overflow: hidden;
  aspect-ratio: 279/182;
  flex-shrink: 0;
}

@media screen and (min-width: 1080px) {
  #content .sec01__img {
    aspect-ratio: 340/222;
    width: 100%;
  }
}
#content .sec01__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

#content .sec01__content {
  padding-inline: 16px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 50px;
  height: 100%;
  justify-content: space-between;
}

@media screen and (min-width: 1080px) {
  #content .sec01__content {
    padding-inline: 24px;
    gap: 8px;
  }
}
#content .sec01__body {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 14px;
  width: 100%;
}

#content .sec01__head {
  display: flex;
  justify-content: space-between;
  gap: 3px;
  width: 100%;
}

#content .sec01__com {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 1080px) {
  #content .sec01__com {
    font-size: 18px;
  }
}
#content .sec01__time {
  color: #888;
  font-size: 14px;
  font-weight: 400;
}

#content .sec01__text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (min-width: 1080px) {
  #content .sec01__text {
    font-size: 16px;
  }
}
#content .sec01__tag {
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  border-radius: 24px;
  background: rgba(42, 160, 208, 0.1);
}

#content .sec01__button {
  position: relative;
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
  border: 1px solid #eee;
  background: #f8f8f8;
}

#content .sec01__button::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='13' viewBox='0 0 6 13' fill='none'%3E%3Cpath d='M1 1L5.5 6.4L1 11.8' stroke='%232AA0D0' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 4.5/10.8;
  width: 5px;
}

#content .sec01__scrollbar {
  left: 24px;
  width: calc(100% - 48px);
  background: #fff;
}

#content .sec01__scrollbar .swiper-scrollbar-drag {
  background: #ccc;
}

#content .sec02 {
  padding-block: 70px;
}
@media screen and (min-width: 768px) {
  #content .sec02 {
    padding-block: 120px;
  }
}
#content .sec02_head {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  #content .sec02_head {
    gap: 49px;
    padding-top: 56px;
  }
}
#content .sec02_head dl {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block: 0;
}
@media screen and (min-width: 768px) {
  #content .sec02_head dl {
    width: auto;
  }
}
#content .sec02_head dl dt {
  font-size: 14px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  #content .sec02_head dl dt {
    font-size: 20px;
  }
}
#content .sec02_head dl dd {
  display: flex;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #content .sec02_head dl dd {
    margin-top: -8px;
  }
}
#content .sec02_head dl dd img {
  flex: 0 0 auto;
  width: 31px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #content .sec02_head dl dd img {
    width: 66px;
  }
}
#content .sec02_head dl dd p {
  flex: 1 1 auto;
  padding-left: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #content .sec02_head dl dd p {
    padding-left: 24px;
  }
}
#content .sec02_head dl dd p .num {
  font-size: 32px;
  color: #2AA0D0;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  #content .sec02_head dl dd p .num {
    font-size: 72px;
  }
}
#content .sec02_head dl dd p small {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #content .sec02_head dl dd p small {
    font-size: 16px;
  }
}
#content .sec02_body {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #404040;
}
@media screen and (min-width: 768px) {
  #content .sec02_body {
    align-items: center;
    text-align: center;
    gap: 24px;
  }
}
#content .sec02_title {
  margin-inline: auto;
  width: 312px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  background: #2aa0d0;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  #content .sec02_title {
    padding: 0px 21px;
    max-width: inherit;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 44px;
    font-weight: 400;
    display: flex;
    align-items: center;
  }
}
#content .sec02_title span {
  display: inline-block;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #content .sec02_title span {
    margin-top: 10px;
    font-size: 31px;
  }
}
#content .sec02_catch {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #content .sec02_catch {
    font-size: 28px;
  }
}
#content .sec02_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #content .sec02_text {
    font-size: 16px;
    line-height: 150%;
  }
}

#content .sec03 {
  padding-block: 72px;
  position: relative;
  background: #2aa0d0;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #content .sec03 {
    padding-block: 80px 120px;
  }
}
#content .sec03__title {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 768px) {
  #content .sec03__title {
    font-size: 36px;
  }
}
#content .sec03__title .bg {
  padding-inline: 10px;
  color: #2aa0d0;
  background: #fff;
  display: inline-block;
  line-height: 120%;
}

@media screen and (min-width: 768px) {
  #content .sec03__title .bg {
    margin-right: 10px;
  }
}
#content .sec03__title .en {
  font-family: Montserrat;
}

#content .sec03__desc {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (min-width: 768px) {
  #content .sec03__desc {
    margin: 16px auto 0;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#content .sec03__items {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

@media screen and (min-width: 768px) {
  #content .sec03__items {
    margin-top: 0;
    gap: 80px;
  }
}
#content .sec03__item:not(:nth-child(1)) {
  padding-top: 48px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #fff;
}
#content .sec03__item-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  #content .sec03__item-container {
    flex-direction: row-reverse;
    gap: 64px;
  }
}

@media screen and (min-width: 768px) {
  #content .sec03__item {
    gap: 80px;
    padding-top: 80px;
  }
  #content .sec03__item:not(:nth-child(1)) {
    padding-top: 80px;
  }
}
#content .sec03__img img {
  display: block;
}

@media screen and (min-width: 768px) {
  #content .sec03__img {
    width: min(519px, 47.2%);
    flex-shrink: 0;
  }
}
#content .sec03__body {
  display: flex;
  flex-direction: column;
  gap: 19px;
  flex: 1;
  width: 100%;
}
#content .sec03__body-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 768px) {
  #content .sec03__body-title {
    font-size: 24px;
    line-height: 160%;
  }
}
#content .sec03__body-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  #content .sec03__body-text {
    font-size: 16px;
  }
}

#content .sec03__head {
  display: flex;
  align-items: center;
  gap: 16px;
}

#content .sec03__head-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 61px;
  aspect-ratio: 1/1;
  background: #fff;
}
#content .sec03__head-icon img {
  width: 28px;
  height: auto;
}

@media screen and (min-width: 768px) {
  #content .sec03__head-icon {
    width: 69px;
  }
}
#content .sec03__head-title-ja {
  font-size: 28px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2.8px;
}

@media screen and (min-width: 768px) {
  #content .sec03__head-title-ja {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
#content .sec03__head-title-en {
  color: #aad9ec;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  #content .sec03__head-title-en {
    font-size: 14px;
  }
}
#content .sec03__bottom {
  margin-top: 32px;
  padding: 24px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  background-color: #55B3D9;
}

@media screen and (min-width: 1024px) {
  #content .sec03__bottom {
    margin-top: 48px;
    padding: 32px;
  }
}
#content .sec03__bottom-title {
  padding-left: 12px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #fff;
}

#content .sec03__bottom-text {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  #content .sec03__bottom-text {
    font-size: 16px;
  }
}
#content .sec03__bottom-flex {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#content .sec03__bottom-flex.col3 {
  margin-top: 32px;
}

@media screen and (min-width: 1024px) {
  #content .sec03__bottom-flex {
    flex-direction: row;
  }
  #content .sec03__bottom-flex li {
    flex: 1;
  }
  #content .sec03__bottom-flex.col3 {
    gap: min(3.2vw, 40px);
  }
  #content .sec03__bottom-flex.col4 {
    gap: min(2vw, 24px);
  }
}
#content .sec03__bottom-item {
  display: flex;
  flex-direction: column;
  padding: 24px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
}

@media screen and (min-width: 1024px) {
  #content .sec03__bottom-item {
    padding: min(1.6vw, 24px);
  }
}
#content .sec03__bottom-h4 {
  display: grid;
  place-content: center;
  width: 100%;
  height: 46px;
  color: #2aa0d0;
  background-color: #fff;
}

#content .sec03__bottom-h4 span {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  #content .sec03__bottom-h4 span {
    font-size: min(1.2vw, 16px);
  }
}
#content .sec03__bottom-h4 span strong {
  font-size: 20px;
  font-weight: 400;
}

#content .sec03__bottom-h4 span small {
  font-size: 14px;
  font-weight: 400;
}

#content .sec03__bottom-icon {
  display: block;
  margin-top: 32px;
  margin-inline: auto;
  width: 54px;
  height: auto;
}

@media screen and (min-width: 1024px) {
  #content .sec03__bottom-icon {
    margin-top: min(2.4vw, 32px);
  }
}
#content .sec03__bottom-desc {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 1024px) {
  #content .sec03__bottom-desc {
    margin-top: 24px;
  }
}
#content .sec03__bottom-desc.mgb {
  margin-bottom: 24px;
}

#content .sec03__bottom-box {
  margin-top: auto;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.2);
}

#content .sec03__bottom-h5 {
  display: grid;
  place-content: center;
  margin: 0;
  width: 52px;
  height: 26px;
  font-size: 12px;
  font-weight: 500;
  color: #2aa0d0;
  background-color: #fff;
}

#content .sec03__bottom-list {
  margin: 0;
  margin-top: 8px;
  padding: 0;
  line-height: 1.5;
}

#content .sec03__bottom-list li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 14px;
  font-weight: 400;
  list-style-type: none;
}

#content .sec03__bottom-checkes {
  margin: 0;
  margin-top: 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (min-width: 1024px) {
  #content .sec03__bottom-checkes {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}
#content .sec03__bottom-check {
  position: relative;
  display: flex;
  align-items: center;
  padding-inline: 37px 16px;
  height: 47px;
  font-size: 12px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.2);
  letter-spacing: -0.01em;
}

@media screen and (min-width: 1024px) {
  #content .sec03__bottom-check {
    height: 49px;
    font-size: min(1.2vw, 14px);
  }
}
#content .sec03__bottom-check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 13px;
  height: 9px;
  background-image: url("../images/page-seo/features-02-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}

#content .sec03__detail {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail {
    margin-top: 48px;
    gap: 32px;
  }
}
#content .sec03__detail-container {
  padding: 24px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  background-color: #55B3D9;
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-container {
    padding: 32px;
  }
}
#content .sec03__detail-head {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-head {
    padding: 24px;
  }
}
#content .sec03__detail-head h3 {
  position: relative;
  padding-left: 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #fff;
  letter-spacing: -0.02em;
}
#content .sec03__detail-title {
  position: relative;
  padding-bottom: 16px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
#content .sec03__detail-title::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 21px;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-title {
    font-size: 20px;
  }
}
#content .sec03__detail-title.mgt {
  margin-top: 32px;
}
#content .sec03__detail-text {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-text {
    font-size: 16px;
  }
}
#content .sec03__detail-checkes {
  margin: 0;
  margin-block: 22px 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
#content .sec03__detail-check {
  position: relative;
  padding-left: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-check {
    padding-left: 21px;
    font-size: 16px;
  }
}
#content .sec03__detail-check::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 13px;
  height: 9px;
  background-image: url("../images/page-content/features-02-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-check::before {
    top: 7px;
  }
}
#content .sec03__detail-list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-inline: auto;
  width: 100%;
  max-width: 776px;
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-list {
    grid-template-columns: 1fr 1fr;
  }
}
#content .sec03__detail-list-item {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-list-item {
    padding: 16px 24px;
    font-size: 20px;
  }
}
#content .sec03__detail-list-item dt {
  flex: 0 0 auto;
  width: 27px;
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-list-item dt {
    width: 36px;
  }
}
#content .sec03__detail-list-item dt img {
  width: 100%;
  height: auto;
}
#content .sec03__detail-list-item dd {
  flex: 1;
  margin: 0;
  margin-left: 16px;
  padding: 0;
  letter-spacing: -0.02em;
}
#content .sec03__detail-text2 {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-text2 {
    font-size: 16px;
    text-align: center;
  }
}
#content .sec03__detail-reason {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
  margin-inline: auto;
  margin-top: 29px;
  padding-bottom: 55px;
  width: 100%;
  max-width: 1036px;
}
#content .sec03__detail-reason::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 31px;
  height: 26px;
  background-image: url("../images/page-content/production-icon-angle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-reason {
    margin-top: 40px;
    padding-bottom: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 23px;
  }
  #content .sec03__detail-reason::after {
    display: none;
  }
}
#content .sec03__detail-reason-item {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 16px;
  min-height: 68px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-reason-item {
    position: relative;
  }
  #content .sec03__detail-reason-item::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 31px;
    height: 26px;
    background-image: url("../images/page-content/production-icon-angle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
  }
}
#content .sec03__detail-reason-item dt {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  width: 12px;
}
#content .sec03__detail-reason-item dt img {
  width: 100%;
  height: auto;
}
#content .sec03__detail-reason-item dd {
  flex: 1;
  margin: 0;
  margin-left: 8px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #007CBA;
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-reason-item dd {
    font-size: 16px;
  }
}
#content .sec03__detail-title2 {
  margin-top: 29px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-title2 {
    margin-top: 24px;
    font-size: 28px;
  }
}
#content .sec03__detail-answer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
  margin-inline: auto;
  margin-top: 29px;
  width: 100%;
  max-width: 1036px;
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-answer {
    margin-top: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 23px;
  }
}
#content .sec03__detail-answer-item {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 16px;
  min-height: 68px;
  font-weight: 400;
  background-color: #FFEFE7;
  border-width: 1px;
  border-style: solid;
  border-color: #FF630C;
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-answer-item {
    position: relative;
    min-height: 76px;
  }
}
#content .sec03__detail-answer-item dt {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  width: 34px;
}
#content .sec03__detail-answer-item dt img {
  width: 100%;
  height: auto;
}
#content .sec03__detail-answer-item dd {
  flex: 1;
  margin: 0;
  margin-left: 12px;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #FF630C;
}
@media screen and (min-width: 1024px) {
  #content .sec03__detail-answer-item dd {
    font-size: 16px;
  }
}

#content .sec03__chart {
  margin-top: 32px;
}
#content .sec03__chart-head {
  margin-inline: auto;
  width: 279px;
}
@media screen and (min-width: 1024px) {
  #content .sec03__chart-head {
    width: 716px;
  }
}
#content .sec03__chart-head img {
  width: 100%;
  height: auto;
}
#content .sec03__chart-items {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 24px;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  #content .sec03__chart-items {
    flex-direction: row;
    margin-top: 8px;
  }
}
#content .sec03__chart-item {
  flex: 1;
  padding: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
#content .sec03__chart-h4 {
  display: grid;
  place-content: center;
  width: 100%;
  height: 29px;
  font-size: 14px;
  color: #2aa0d0;
  font-weight: 400;
  background-color: #fff;
}
#content .sec03__chart-box {
  display: flex;
  margin-top: 16px;
}
#content .sec03__chart-box p {
  flex: 1 1 auto;
  padding-left: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  #content .sec03__chart-box p {
    padding-left: 24px;
    letter-spacing: -0.01em;
  }
}
#content .sec03__chart-img {
  flex: 0 0 auto;
  width: 38%;
  max-width: 88px;
  height: auto;
}

#content .sec03__data {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 24px;
  margin-top: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  #content .sec03__data {
    flex-direction: row;
    justify-content: center;
    gap: 48px;
    padding: 0;
  }
}
#content .sec03__data-item {
  position: relative;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  #content .sec03__data-item {
    flex: 0 0 auto;
    padding: 24px;
    width: 286px;
  }
}
#content .sec03__data-title {
  position: relative !important;
  display: block !important;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 400;
}
#content .sec03__data-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 8px;
  height: 8px;
  transform: translate(0, -50%);
  background-image: url("../images/page-seo/features-02-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#content .sec03__data-img {
  margin-top: 8px;
}
#content .sec03__data-etc {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #content .sec03__data-etc {
    position: absolute;
    bottom: 24px;
    right: -24px;
  }
}

#content .sec04 {
  padding-top: 72px;
}
@media screen and (min-width: 768px) {
  #content .sec04 {
    padding-top: 120px;
  }
}
#content .sec04__img {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #content .sec04__img {
    padding-inline: 40px;
  }
}
#content .sec04__img img {
  max-width: 1019px;
  width: 100%;
  height: auto;
}

#content .sec05 {
  padding-top: 72px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  #content .sec05 {
    padding-top: 120px;
  }
}
#content .sec05__body {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  #content .sec05__body {
    padding-inline: 32px;
  }
}
#content .sec05__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  #content .sec05__desc {
    font-size: 16px;
    text-align: center;
  }
}
#content .sec05__list {
  margin: 0;
  margin-top: 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  #content .sec05__list {
    flex-direction: row;
    gap: min(2vw, 24px);
  }
}
#content .sec05__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  background-color: #faf9fa;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
}
@media screen and (min-width: 1024px) {
  #content .sec05__item {
    padding: min(2vw, 24px);
  }
}
#content .sec05__item-icon {
  flex: 0 0 auto;
  width: 96px;
}
#content .sec05__item-title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  color: #2aa0d0;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1024px) {
  #content .sec05__item-title {
    margin-top: 32px;
    font-size: min(1.4vw, 18px);
  }
}
#content .sec05__item-text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1024px) {
  #content .sec05__item-text {
    font-size: min(1.2vw, 14px);
  }
}

#content .sec06 {
  padding-block: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #content .sec06 {
    padding-block: 120px;
  }
}
#content .sec06__img {
  display: block;
  margin: 43px auto 0;
}

@media screen and (min-width: 768px) {
  #content .sec06__img {
    max-width: 1070px;
  }
}
#content .sec07 {
  padding-top: 72px;
}

@media screen and (min-width: 768px) {
  #content .sec07 {
    padding-top: 120px;
  }
}
#content .sec07__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #content .sec07__wrap {
    max-width: 1131px;
  }
}
#content .sec07__items {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (min-width: 768px) {
  #content .sec07__items {
    margin-top: 50px;
  }
}
#content .sec07__item {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

@media screen and (min-width: 768px) {
  #content .sec07__item {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
#content .sec07__img {
  overflow: hidden;
  border-radius: 2px;
  background: #d9d9d9;
  aspect-ratio: 531/283;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #content .sec07__img {
    width: 51.5033947624%;
    flex-shrink: 0;
  }
}
#content .sec07__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

#content .sec07__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#content .sec07__time {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

#content .sec07__title {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 768px) {
  #content .sec07__title {
    font-size: 20px;
  }
}
#content .sec07__button {
  margin-top: 56px;
}

#content .sec08 {
  padding-block: 72px;
}
@media screen and (min-width: 768px) {
  #content .sec08 {
    padding-block: 120px;
  }
}
#content .sec08__body {
  margin-top: 56px;
}
#content .sec08__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #content .sec08__list {
    flex-direction: row;
  }
}
#content .sec08__item {
  flex: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  list-style-type: none;
}
#content .sec08__item-img {
  padding-block: 12px;
  padding-inline: 12px;
  background-color: #f8f8f8;
}
@media screen and (min-width: 1024px) {
  #content .sec08__item-img {
    padding-block: 12px;
    padding-inline: 10px;
  }
}
#content .sec08__item-img img {
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  #content .sec08__item-img img {
    max-width: 326px;
  }
}
#content .sec08__item-content {
  padding-block: 24px 32px;
  padding-inline: 32px;
}
#content .sec08__item-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  #content .sec08__item-title {
    font-size: min(1.6vw, 20px);
  }
}
#content .sec08__item-button {
  position: relative;
  display: grid;
  place-content: center;
  margin-top: 16px;
  padding-left: 0.5em;
  width: 100%;
  height: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #2AA0D0;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
  border-color: #2AA0D0;
  border-radius: 4px;
}
#content .sec08__item-button::before, #content .sec08__item-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
#content .sec08__item-button::before {
  left: 15px;
  width: 46px;
  height: 38px;
  background-image: url("../images/page-seo/resources-icon.webp");
}
#content .sec08__item-button::after {
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url("../images/page-seo/resources-download.svg");
}

#content .sec11 {
  padding-top: 72px;
}

@media screen and (min-width: 768px) {
  #content .sec11 {
    padding-top: 120px;
  }
}
#content .sec11__desc {
  margin-top: 42px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (min-width: 768px) {
  #content .sec11__desc {
    margin-top: 38px;
    text-align: center;
  }
}
#content .sec11__items {
  margin-top: 88px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 72px;
}

@media screen and (min-width: 768px) {
  #content .sec11__items {
    margin-top: 56px;
    margin-inline: auto;
    max-width: 600px;
  }
}
@media screen and (min-width: 1280px) {
  #content .sec11__items {
    margin-top: 66px;
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}
#content .sec11__item {
  padding: 64px 32px 40px;
  position: relative;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

@media screen and (min-width: 1280px) {
  #content .sec11__item {
    margin-top: 35px;
    padding: 52px 32px 30px;
  }
}
#content .sec11__item-head {
  overflow: hidden;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  aspect-ratio: 1/1;
  background: #2aa0d0;
  z-index: 1;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
}

#content .sec11__item-head::before {
  position: absolute;
  content: "";
  background: url(../images/page-llmo/sec02-icon-shadow.webp) no-repeat center center/contain;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 84/16;
}

#content .sec11__item-num {
  color: #fff;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 400;
}

#content .sec11__item-title {
  color: #404040;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  #content .sec11__item-title {
    min-height: 74px;
    font-size: 18px;
  }
}

#content .sec11__item-img {
  width: 100%;
}

#content .sec11__item-img img {
  width: 100%;
  height: auto;
}

#content .sec11__item-text {
  color: #888;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

#content .sec11__icon-plus {
  display: none;
}

@media screen and (min-width: 1280px) {
  #content .sec11__icon-plus {
    display: block;
    width: 16px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
  }
}
#content .cta {
  padding: 56px 0px 72px;
  background: url(../images/page-llmo/cta-bg.webp) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  #content .cta {
    padding: 65px 0px 91px;
  }
}
#content .cta__content {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media screen and (min-width: 768px) {
  #content .cta__content {
    margin: 45px auto 0;
    max-width: 624px;
    gap: 16px;
  }
}
#content .cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 31px;
}

@media screen and (min-width: 768px) {
  #content .cta__buttons {
    flex-direction: row;
    gap: 16px;
  }
}
#content .cta .c-button {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  #content .cta .c-button {
    width: calc((100% - 16px) / 2);
  }
}
#content .cta__item {
  padding: 21px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

#content .cta__item-head {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

#content .cta__item-tel {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

#content .cta__item-icon {
  width: 12px;
  display: flex;
  align-items: center;
}

#content .cta__item-icon img {
  aspect-ratio: 12/17;
}

#content .cta__item-num {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

#content .cta__item-data {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}

#content .sec09 {
  overflow: hidden;
  position: relative;
  padding-block: 60px 70px;
  background: #edf7fc;
}

@media screen and (min-width: 768px) {
  #content .sec09 {
    padding-block: 73px 97px;
  }
}
#content .sec09__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 768px) {
  #content .sec09__inner {
    align-items: center;
    gap: 19px;
  }
}
#content .sec09__desc {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (min-width: 768px) {
  #content .sec09__desc {
    font-size: 16px;
  }
}
#content .sec09__button {
  padding-block: 42px;
  position: relative;
  border-radius: 8px;
  background: #2aa0d0;
  display: flex;
  justify-content: center;
  gap: 16px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #content .sec09__button {
    padding-block: 49px;
    padding-right: 20px;
    align-items: center;
    margin-top: 21px;
    max-width: 694px;
    width: 100%;
    gap: 37px;
  }
}
#content .sec09__img {
  width: 79px;
}

@media screen and (min-width: 768px) {
  #content .sec09__img {
    width: 138px;
  }
}
#content .sec09__text {
  font-size: 22px;
  font-weight: 300;
  line-height: 120%;
}

@media screen and (min-width: 768px) {
  #content .sec09__text {
    font-size: 28px;
  }
}
#content .sec09__text span {
  font-size: 28px;
  line-height: 120%;
}

@media screen and (min-width: 768px) {
  #content .sec09__text span {
    font-size: 44px;
  }
}
#content .sec09__dl-icon {
  display: none;
}

@media screen and (min-width: 768px) {
  #content .sec09__dl-icon {
    margin-left: -20px;
    display: flex;
    align-items: center;
    width: 69px;
    aspect-ratio: 1/1;
  }
}
#content .sec09__dl {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  bottom: 16px;
  right: 16px;
}

@media screen and (min-width: 768px) {
  #content .sec09__dl {
    gap: 22px;
    bottom: 20px;
    right: 19px;
  }
}
#content .sec09__dl-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

@media screen and (min-width: 768px) {
  #content .sec09__dl-text {
    font-size: 20px;
  }
}
#content .sec09__dl-arrow {
  width: 12px;
  aspect-ratio: 5/4;
}

@media screen and (min-width: 768px) {
  #content .sec09__dl-arrow {
    width: 19px;
  }
}
#content .sec09__bg-text {
  position: absolute;
  color: #e3f3fa;
  font-family: Montserrat;
  font-size: 120px;
  font-weight: 400;
  line-height: 100%;
  left: -6px;
  bottom: -18px;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  #content .sec09__bg-text {
    font-size: 192px;
    left: 25px;
    bottom: -26px;
  }
}
#content .sec09__bg-img {
  position: absolute;
  width: 780px;
  right: 36px;
  top: 228px;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 768px) {
  #content .sec09__bg-img {
    width: 1182px;
    right: 787px;
    top: -72px;
  }
}
#content .sec10 {
  padding-block: 60px 70px;
}

@media screen and (min-width: 768px) {
  #content .sec10 {
    padding-block: 120px;
  }
}
#content .sec10__inner {
  padding: 54px 24px 47px;
  border-radius: 16px;
  background: #f8f9fa;
}

@media screen and (min-width: 768px) {
  #content .sec10__inner {
    padding: 75px 91px 81px;
  }
}
#content .sec10__items {
  margin-top: 43px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#content .sec10__item {
  padding: 16px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  #content .sec10__item {
    padding: 27px 30px;
  }
}
#content .sec10__head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 14px;
}

#content .sec10__head-inner {
  display: flex;
  align-items: start;
  gap: 20px;
}

#content .sec10__head-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 768px) {
  #content .sec10__head-text {
    padding-top: 6px;
    font-size: 16px;
  }
}
#content .sec10__head-icon {
  margin-top: 16px;
  width: 13px;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
  aspect-ratio: 12/8;
  display: flex;
  transition: 0.3s;
}

#content .sec10__head-icon.is-open {
  transform: rotate(180deg);
}

#content .sec10__num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  background: #2aa0d0;
  flex-shrink: 0;
}

#content .sec10__num-text {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

#content .sec10__body {
  padding-top: 16px;
}

#content .sec10__body-text {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

@keyframes infinity-scroll-right-pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2461px 0;
  }
}
@keyframes infinity-scroll-right-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1987px 0;
  }
}
@keyframes infinity-scroll-left-pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2461px 0;
  }
}
@keyframes infinity-scroll-left-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1987px 0;
  }
}
#content .m-scroll {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #content .m-scroll {
    margin-top: 146px;
  }
}
#content .m-scroll_top {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 88px;
  background-image: url("../images/page-seo/loop-img-top-sp.webp");
  background-size: 1908px;
  background-repeat: repeat-x;
  animation: infinity-scroll-right-sp 80s infinite linear 0.5s both;
}
@media screen and (min-width: 768px) {
  #content .m-scroll_top {
    width: 100%;
    height: 113px;
    background-image: url("../images/page-seo/loop-img-top-pc.webp");
    background-size: 2461px;
    animation: infinity-scroll-right-pc 80s infinite linear 0.5s both;
  }
}
#content .m-scroll_bottom {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 88px;
  background-image: url("../images/page-seo/loop-img-bottom-sp.webp");
  background-size: 1908px;
  background-repeat: repeat-x;
  animation: infinity-scroll-left-sp 80s infinite linear 0.5s both;
}
@media screen and (min-width: 768px) {
  #content .m-scroll_bottom {
    width: 100%;
    height: 113px;
    background-image: url("../images/page-seo/loop-img-bottom-pc.webp");
    background-size: 2461px;
    animation: infinity-scroll-left-pc 80s infinite linear 0.5s both;
  }
}