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

body.is-fixed {
  overflow: hidden;
}

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

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

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

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

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

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

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

#web img {
  width: 100%;
}

#web .sp {
  display: block;
}

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

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

#web .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) {
  #web .c-heading {
    gap: 32px;
  }
}

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

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

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

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

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

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

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

#web .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) {
  #web .c-heading__en {
    font-size: 20px;
  }
}
#web .c-heading__title {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

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

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

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

#web .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) {
  #web .c-heading__bottom {
    margin-top: 48px;
    gap: 24px;
    width: 277px;
  }
}

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

#web .c-heading__bottom--text span {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  #web .c-heading__bottom--text span {
    font-size: 20px;
  }
}
#web .c-heading__bottom--text small {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #web .c-heading__bottom--text small {
    font-size: 16px;
  }
}
#web .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) {
  #web .c-heading__bottom--text strong {
    font-size: 72px;
  }
}

#web .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) {
  #web .c-button {
    padding: 24px 50px;
  }
  #web .c-button:first-child {
    padding: 24px 40px 24px 58px;
  }
}
#web .c-button::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

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

#web .c-button.--consul {
  padding-inline: 12px 40px;
  width: 100%;
  font-size: 18px;
  letter-spacing: -0.02em;
  background: #2aa0d0;
  color: #fff;
  border: 1px solid #fff;
}
#web .c-button.--consul::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  width: 11px;
  height: 9px;
  background-image: url("../images/page-web/fv/icon-angle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

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

#web .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;
}

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

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

@media screen and (min-width: 768px) {
  #web .c-button.--contact {
    max-width: 238px;
  }
}
#web .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;
}

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

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

#web .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;
}

#web .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;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  #web .header__container {
    display: flex;
    gap: 25px;
  }
}
#web .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;
}

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

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

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

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

@media screen and (min-width: 1280px) {
  #web .header__nav-buttons {
    display: none;
  }
}
#web .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;
}

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

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

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

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

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

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

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

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

#web .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) {
  #web .header__button {
    padding: 8px 19px;
    font-size: 16px;
  }
}
#web .header__button.--dl {
  background: #fff;
  color: #2aa0d0;
}

#web .header__button.--consul {
  background: #fff;
  color: #2aa0d0;
}

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

#web .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) {
  #web .header__drawer-button {
    display: none;
  }
}
#web .header__drawer-button span {
  width: 24px;
  height: 1px;
  display: block;
  background: #2aa0d0;
  transition: 0.3s;
}

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

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

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

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

#web .fv {
  position: relative;
  padding-top: 36px;
  padding-bottom: 48px;
}

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

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

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

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

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

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

#web .fv__sub-title {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #web .fv__sub-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  #web .fv__sub-title {
    font-size: 20px;
  }
}
#web .fv__text-top {
  margin-top: 16px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
#web .fv__text-top strong {
  font-size: 25px;
  font-weight: 400;
}

#web .fv__text {
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}

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

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

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

@media screen and (min-width: 1280px) {
  #web .fv__image {
    max-width: 580px;
  }
  #web .fv__image::after {
    margin-top: 20px;
    width: 1000px;
  }
}
#web .sec01 {
  padding-block: 72px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #web .sec01 {
    padding-block: 120px 120px;
  }
}
#web .sec01__container {
  position: relative;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  border-width: 1px;
  background-color: #fff;
  border-style: solid;
  border-color: #eee;
}
@media screen and (min-width: 768px) {
  #web .sec01__container {
    flex-direction: row;
    border-radius: 0 0 0 0;
  }
}
#web .sec01__container::after {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background-image: url("../images/page-web/sec01/icon-angle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #web .sec01__container::after {
    bottom: min(2vw, 24px);
    right: min(2vw, 24px);
    width: min(4vw, 48px);
    height: min(4vw, 48px);
  }
}
#web .sec01__container-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #web .sec01__container-img {
    width: 46.4%;
  }
}
#web .sec01__container-img img {
  display: block;
  width: 100%;
  height: auto;
}
#web .sec01__container-content {
  padding-block: 16px 48px;
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  #web .sec01__container-content {
    display: grid;
    place-content: center;
    padding-block: 0;
    padding-inline: min(3vw, 48px) 0;
  }
}
#web .sec01__container-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #web .sec01__container-content h3 {
    font-size: min(1.8vw, 20px);
  }
}
#web .sec01__container-content p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #web .sec01__container-content p {
    font-size: min(1.52vw, 18px);
  }
}
#web .sec01__container-tabs {
  margin-top: 16px;
  display: flex;
  gap: 8px;
}
#web .sec01__container-tab {
  flex: 0 0 auto;
  display: grid;
  place-content: center;
  padding-inline: 12px;
  width: fit-content;
  height: 26px;
  font-size: 12px;
  color: #2AA0D0;
  background-color: #EAF5FB;
  border-radius: 13px;
}
@media screen and (min-width: 768px) {
  #web .sec01__container-tab {
    font-size: 13px;
  }
}

#web .sec02 {
  padding-block: 72px;
  background-color: #F8F9FA;
}
@media screen and (min-width: 768px) {
  #web .sec02 {
    padding-block: 72px 88px;
  }
}
#web .sec02__list {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 8px;
}
@media screen and (min-width: 768px) {
  #web .sec02__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px 24px;
  }
}
#web .sec02__item {
  position: relative;
  padding-block: 48px 32px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E2E4E3;
}
@media screen and (min-width: 768px) {
  #web .sec02__item {
    padding-block: 4.3vw48px min(3vw, 32px);
  }
}
#web .sec02__item-title {
  position: absolute;
  top: -21px;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 48px;
  background-color: #2AA0D0;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  #web .sec02__item-title {
    top: max(-2vw, -21px);
    width: min(18vw, 198px);
    height: min(4.3vw, 48px);
  }
}
#web .sec02__item-title img {
  flex: 0 0 auto;
  width: 24px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #web .sec02__item-title img {
    width: min(2.2vw, 24px);
  }
}
#web .sec02__item-title span {
  flex: 0 0 auto;
  margin-left: 6px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
}
#web .sec02__item-title span.sns {
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  #web .sec02__item-title span {
    font-size: min(1.5vw, 16px);
    margin-left: 8px;
  }
  #web .sec02__item-title span.sns {
    margin-left: 8px;
  }
}
#web .sec02__item-content {
  display: grid;
  place-content: center;
}
#web .sec02__item-sub {
  display: grid;
  place-content: center;
  height: 40px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #2AA0D0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #web .sec02__item-sub {
    font-size: min(1.5vw, 16px);
  }
}
#web .sec02__item-improve {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-right: 24px;
  margin-top: 8px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #web .sec02__item-improve {
    padding-right: min(3vw, 32px);
  }
}
#web .sec02__item-improve strong {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #web .sec02__item-improve strong {
    font-size: min(6vw, 64px);
  }
}
#web .sec02__item-improve span {
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #web .sec02__item-improve span {
    font-size: min(2.2vw, 24px);
  }
}
#web .sec02__item-improve img {
  position: absolute;
  bottom: 6px;
  right: 0;
  margin-left: 18px;
  width: 18px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #web .sec02__item-improve img {
    width: min(2.3vw, 26px);
  }
}

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  #web .sec03__items {
    margin-top: 80px;
  }
}
#web .sec03__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  #web .sec03__item {
    gap: 80px;
  }
  #web .sec03__item:nth-of-type(odd) {
    gap: 64px;
    flex-direction: row-reverse;
  }
  #web .sec03__item:nth-of-type(even) {
    gap: 72px;
    flex-direction: row;
  }
}
#web .sec03__img img {
  display: block;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  #web .sec03__head-title-ja {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
#web .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) {
  #web .sec03__head-title-en {
    font-size: 14px;
  }
}
#web .sec03__bottom {
  margin-top: 56px;
  padding-top: 56px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  #web .sec03__bottom {
    margin-top: 80px;
    padding-top: 80px;
  }
}
#web .sec03__bottom-title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #web .sec03__bottom-title {
    font-size: 28px;
  }
}
#web .sec03__bottom-list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-inline: auto;
  max-width: 840px;
}
@media screen and (min-width: 768px) {
  #web .sec03__bottom-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#web .sec03__bottom-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 10px;
  background-color: #F8F9FA;
}
#web .sec03__bottom-item-img {
  width: 96px;
}
#web .sec03__bottom-item-img img {
  width: 100%;
  height: auto;
}
#web .sec03__bottom-item-title {
  margin-top: 16px;
  display: grid;
  place-content: center;
  height: 3em;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #2AA0D0;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #web .sec03__bottom-item-title {
    font-size: min(1.8vw, 18px);
  }
}

#web .sec04 {
  padding-top: 72px;
}
@media screen and (min-width: 768px) {
  #web .sec04 {
    padding-top: 120px;
  }
}
#web .sec04__container {
  margin-top: 40px;
  padding-block: 40px;
  padding-inline: 16px;
  margin-inline: auto;
  width: 100%;
  max-width: 925px;
  background-color: #F8F9FA;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
}
@media screen and (min-width: 768px) {
  #web .sec04__container {
    padding-inline: 56px;
  }
}
#web .sec04__item:last-child {
  margin-top: 18px;
  padding-top: 40px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #ddd;
}
@media screen and (min-width: 768px) {
  #web .sec04__item:last-child {
    margin-top: 40px;
  }
}
#web .sec04__text {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #web .sec04__text {
    font-size: 16px;
  }
}
#web .sec04__img {
  display: block;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  #web .sec04__img {
    margin-top: 24px;
  }
}

#web .sec05 {
  padding-top: 72px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  #web .sec05 {
    padding-top: 120px;
  }
}
#web .sec05__items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  #web .sec05__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
#web .sec05__item {
  flex: 0 0 auto;
  width: calc(50% - 6px);
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDF6FA;
}
@media screen and (min-width: 1024px) {
  #web .sec05__item {
    width: 100%;
  }
}
#web .sec05__item img {
  margin-right: 12px;
  width: 24px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  #web .sec05__item img {
    margin-right: min(0.7vw, 12px);
    width: min(2vw, 24px);
  }
}
#web .sec05__item span {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2AA0D0;
}
@media screen and (min-width: 1024px) {
  #web .sec05__item span {
    font-size: min(1.3vw, 16px);
  }
}
#web .sec05__item.fashion, #web .sec05__item.skin {
  width: 100%;
}
#web .sec05__item-append {
  width: 100%;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  #web .sec05__item-append {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #web .sec05__item.it {
    order: 1;
  }
  #web .sec05__item.skin {
    order: 2;
  }
  #web .sec05__item.money {
    order: 3;
  }
  #web .sec05__item.book {
    order: 4;
  }
  #web .sec05__item.estate {
    order: 5;
  }
  #web .sec05__item.human {
    order: 6;
  }
  #web .sec05__item.manufactur {
    order: 7;
  }
  #web .sec05__item.ma {
    order: 8;
  }
  #web .sec05__item.clinic {
    order: 9;
  }
  #web .sec05__item.trip {
    order: 10;
  }
  #web .sec05__item.fashion {
    order: 11;
  }
  #web .sec05__item.consulting {
    order: 12;
  }
  #web .sec05__item.food {
    order: 13;
  }
  #web .sec05__item.training {
    order: 14;
  }
  #web .sec05__item.show {
    order: 15;
  }
  #web .sec05__item.etc {
    order: 16;
  }
}

#web .sec06 {
  padding-top: 42px;
}

@media screen and (min-width: 768px) {
  #web .sec06 {
    padding-top: 120px;
  }
}
#web .sec06__desc {
  margin-top: 40px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}

#web .sec06__items {
  padding-top: 16px;
  margin-inline: auto;
  width: 100%;
  max-width: 1018px;
}
@media screen and (min-width: 1024px) {
  #web .sec06__items {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
#web .sec06__item {
  position: relative;
  margin-top: 72px;
  padding-block: 64px 24px;
  padding-inline: 24px;
  background-color: #F8F9FA;
}
@media screen and (min-width: 1024px) {
  #web .sec06__item {
    margin-top: 0;
    padding: 40px;
    display: flex;
    align-items: center;
  }
}
#web .sec06__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 24px;
  height: 20px;
  background-image: url("../images/page-web/flow-angle.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
#web .sec06__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: -44px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  #web .sec06__item-head {
    position: static;
    transform: translateX(0);
  }
}
#web .sec06__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;
}
#web .sec06__item-num {
  color: #fff;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  #web .sec06__item-content {
    margin-left: 40px;
  }
}
#web .sec06__item-title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #2AA0D0;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  #web .sec06__item-title {
    font-size: 20px;
  }
}
#web .sec06__item-text {
  margin-top: 12px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  #web .sec06__item-text {
    margin-top: 8px;
    font-size: 16px;
    letter-spacing: -0.01em;
  }
}

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

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

@media screen and (min-width: 768px) {
  #web .sec07__img {
    max-width: 1070px;
  }
}
#web .sec08 {
  padding-block: 72px;
}
@media screen and (min-width: 768px) {
  #web .sec08 {
    padding-block: 120px;
  }
}
#web .sec08__body {
  margin-top: 56px;
}
#web .sec08__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #web .sec08__list {
    flex-direction: row;
  }
}
#web .sec08__item {
  flex: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  list-style-type: none;
}
#web .sec08__item-img {
  padding-block: 12px;
  padding-inline: 12px;
  background-color: #f8f8f8;
}
@media screen and (min-width: 1024px) {
  #web .sec08__item-img {
    padding-block: 12px;
    padding-inline: 10px;
  }
}
#web .sec08__item-img img {
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  #web .sec08__item-img img {
    max-width: 326px;
  }
}
#web .sec08__item-content {
  padding-block: 24px 32px;
  padding-inline: 32px;
}
#web .sec08__item-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  #web .sec08__item-title {
    font-size: min(1.6vw, 20px);
  }
}
#web .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;
}
#web .sec08__item-button::before, #web .sec08__item-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
#web .sec08__item-button::before {
  left: 15px;
  width: 46px;
  height: 38px;
  background-image: url("../images/page-seo/resources-icon.webp");
}
#web .sec08__item-button::after {
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url("../images/page-seo/resources-download.svg");
}

#web .cta {
  padding: 56px 0px 72px;
  background: url(../images/page-llmo/cta-bg.webp) no-repeat center center/cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  #web .sec09__desc {
    font-size: 16px;
  }
}
#web .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) {
  #web .sec09__button {
    padding-block: 49px;
    padding-right: 20px;
    align-items: center;
    margin-top: 21px;
    max-width: 694px;
    width: 100%;
    gap: 37px;
  }
}
#web .sec09__img {
  width: 79px;
}

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  #web .sec09__dl-arrow {
    width: 19px;
  }
}
#web .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) {
  #web .sec09__bg-text {
    font-size: 192px;
    left: 25px;
    bottom: -26px;
  }
}
#web .sec09__bg-img {
  position: absolute;
  width: 780px;
  right: 36px;
  top: 228px;
  aspect-ratio: 1/1;
}

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  #web .sec10__head-text {
    padding-top: 6px;
    font-size: 16px;
  }
}
#web .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;
}

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

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

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

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

#web .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;
  }
}
#web .m-scroll {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #web .m-scroll {
    margin-top: 146px;
  }
}
#web .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) {
  #web .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;
  }
}
#web .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) {
  #web .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;
  }
}