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

body.is-fixed {
  overflow: hidden;
}

#llmo {
  margin-bottom: 80px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #404040;
}
#llmo button {
  all: unset;
  display: inline-block;
  cursor: pointer;
}
#llmo h1,
#llmo h2,
#llmo h3,
#llmo h4,
#llmo p {
  padding: 0;
  margin: 0;
}
#llmo h1::before, #llmo h1::after,
#llmo h2::before,
#llmo h2::after,
#llmo h3::before,
#llmo h3::after,
#llmo h4::before,
#llmo h4::after,
#llmo p::before,
#llmo p::after {
  display: none;
}
#llmo .inview_re {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(20px);
}
#llmo .inview_re.is-show {
  opacity: 1;
  transform: translateY(0px);
}
#llmo .u-t-blue {
  color: #2aa0d0;
}
#llmo img {
  width: 100%;
}
#llmo .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #llmo .sp {
    display: none;
  }
}
#llmo .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #llmo .pc {
    display: block;
  }
}
#llmo a {
  text-decoration: none;
}
#llmo .c-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  gap: 32px;
}
#llmo .c-heading.--white {
  color: #fff;
}
#llmo .c-heading.--white .c-heading__en {
  color: #fff;
}
#llmo .c-heading.--white .c-heading__line {
  background: #fff;
}
#llmo .c-heading.--gray .c-heading__en {
  color: #404040;
}
#llmo .c-heading.--gray .c-heading__line {
  background: #404040;
}
#llmo .c-heading.--orange .c-heading__en {
  color: #ff630c;
}
#llmo .c-heading.--orange .c-heading__line {
  background: #ff630c;
}
#llmo .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) {
  #llmo .c-heading__en {
    font-size: 20px;
  }
}
#llmo .c-heading__title {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  #llmo .c-heading__title {
    font-size: 36px;
  }
}
#llmo .c-heading__title.--bk {
  color: #404040;
}
#llmo .c-heading__title span {
  font-weight: 300;
  font-family: Montserrat;
}
#llmo .c-heading__line {
  display: block;
  background: #2aa0d0;
  width: 40px;
  height: 1px;
}
#llmo .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) {
  #llmo .c-button {
    padding: 24px 50px;
  }
}
#llmo .c-button::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
#llmo .c-button.--dl {
  background: #2aa0d0;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  #llmo .c-button.--dl {
    max-width: 272px;
  }
}
#llmo .c-button.--dl::before {
  background: url(../images/page-llmo/icon-dl.svg) no-repeat center center/contain;
  width: 16px;
  aspect-ratio: 1/1;
}
#llmo .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;
}
#llmo .c-button.--dl .c-button__head {
  color: #2aa0d0;
  background: #fff;
}
#llmo .c-button.--contact {
  background: #fff;
  color: #2aa0d0;
  border: 1px solid #2aa0d0;
}
@media screen and (min-width: 768px) {
  #llmo .c-button.--contact {
    max-width: 238px;
  }
}
#llmo .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;
}
#llmo .c-button.--contact .c-button__head {
  color: #fff;
  background: #2aa0d0;
}
#llmo .c-button.--blue {
  background: #2aa0d0;
  color: #fff;
  border: 1px solid #fff;
}
#llmo .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;
}
#llmo .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;
}
#llmo .c-wrap {
  margin: 0 auto;
  padding-inline: 24px;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  #llmo .c-wrap {
    margin: 0 auto;
    padding-inline: 50px;
    max-width: 1200px;
  }
}
#llmo .header {
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #eee;
  background: #fff;
}
#llmo .header__inner {
  position: relative;
  padding: 12px 24px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #llmo .header__inner {
    padding: 16px 32px;
  }
}
#llmo .header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#llmo .header__logo {
  position: relative;
  z-index: 10;
  display: block;
  width: 64px;
}
@media screen and (min-width: 768px) {
  #llmo .header__container {
    display: flex;
    gap: 25px;
  }
}
#llmo .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;
}
#llmo .header__nav.is-active {
  transform: translateX(0%);
}
@media screen and (min-width: 1280px) {
  #llmo .header__nav {
    padding-top: 0;
    position: static;
    background: transparent;
    flex-direction: row;
    gap: 49px;
    width: auto;
    height: auto;
    transform: translateX(0%);
  }
}
#llmo .header__nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
}
@media screen and (min-width: 1280px) {
  #llmo .header__nav-links {
    flex-direction: row;
    gap: 24px;
  }
}
#llmo .header__nav-link {
  color: #404040;
  font-size: 16px;
  font-weight: 300;
}
#llmo .header__nav-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1280px) {
  #llmo .header__nav-buttons {
    display: none;
  }
}
#llmo .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;
}
#llmo .header__nav-button.--dl {
  background: #2aa0d0;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  #llmo .header__nav-button.--dl {
    max-width: 272px;
  }
}
#llmo .header__nav-button.--contact {
  background: #fff;
  color: #2aa0d0;
  border: 1px solid #2aa0d0;
}
#llmo .header__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: normal;
}
#llmo .header__tel-content {
  display: flex;
  align-items: end;
  gap: 4px;
}
#llmo .header__tel-icon {
  width: 11px;
}
#llmo .header__tel-num {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
#llmo .header__tel-data {
  color: #888;
  font-size: 13px;
  font-weight: 400;
}
#llmo .header__buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
#llmo .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) {
  #llmo .header__button {
    padding: 8px 19px;
    font-size: 16px;
  }
}
#llmo .header__button.--dl {
  background: #fff;
  color: #2aa0d0;
}
#llmo .header__button.--contact {
  background: #2aa0d0;
  color: #fff;
}
#llmo .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) {
  #llmo .header__drawer-button {
    display: none;
  }
}
#llmo .header__drawer-button span {
  width: 24px;
  height: 1px;
  display: block;
  background: #2aa0d0;
  transition: 0.3s;
}
#llmo .header__drawer-button.is-active span {
  width: 28px;
  background: #404040;
}
#llmo .header__drawer-button.is-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
#llmo .header__drawer-button.is-active span:nth-child(2) {
  opacity: 0;
}
#llmo .header__drawer-button.is-active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
#llmo .fv {
  padding-top: 74px;
  padding-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  #llmo .fv {
    padding-top: 117px;
    padding-bottom: 127px;
  }
}
#llmo .fv__wrap {
  padding-inline: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
@media screen and (min-width: 768px) {
  #llmo .fv__wrap {
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    max-width: 900px;
  }
}
@media screen and (min-width: 1280px) {
  #llmo .fv__wrap {
    padding-inline: 50px 90px;
    width: 100%;
    max-width: 1288px;
  }
}
#llmo .fv__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  #llmo .fv__body {
    gap: 40px;
  }
}
#llmo .fv__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1280px) {
  #llmo .fv__content {
    gap: 30px;
  }
}
#llmo .fv__title {
  color: #111;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 1280px) {
  #llmo .fv__title {
    font-size: 64px;
  }
}
#llmo .fv__title span {
  font-size: 88px;
  font-weight: 500;
  font-family: Montserrat;
}
@media screen and (min-width: 1280px) {
  #llmo .fv__title span {
    font-size: 128px;
  }
}
#llmo .fv__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1280px) {
  #llmo .fv__desc {
    gap: 20px;
  }
}
#llmo .fv__sub-title {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #llmo .fv__sub-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  #llmo .fv__sub-title {
    font-size: 20px;
  }
}
#llmo .fv__text {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1280px) {
  #llmo .fv__text {
    font-size: 14px;
  }
}
#llmo .fv__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  #llmo .fv__buttons .c-button {
    max-width: 327px;
  }
}
@media screen and (min-width: 1280px) {
  #llmo .fv__buttons {
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) and (min-width: 768px) {
  #llmo .fv__buttons .--dl {
    max-width: 272px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 768px) {
  #llmo .fv__buttons .--contact {
    max-width: 238px;
  }
}
#llmo .fv__image {
  position: relative;
  display: block;
  width: 311px;
}
#llmo .fv__image::after {
  position: absolute;
  content: "";
  z-index: -1;
  background: url(../images/page-llmo/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) {
  #llmo .fv__image {
    width: 445px;
  }
  #llmo .fv__image::after {
    width: 1182px;
  }
}
#llmo .sec01 {
  padding: 56px 0px 64px;
  background: #f5f5f5;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  #llmo .sec01 {
    padding: 78px 0;
  }
}
#llmo .sec01__items {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  #llmo .sec01__items {
    margin-inline: auto;
    max-width: 600px;
  }
}
@media screen and (min-width: 1280px) {
  #llmo .sec01__items {
    max-width: 100%;
    flex-direction: row;
  }
}
#llmo .sec01__item {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #fff;
}
@media screen and (min-width: 1280px) {
  #llmo .sec01__item {
    width: calc((100% - 48px) / 3);
  }
}
#llmo .sec01__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  #llmo .sec01__head {
    gap: 27px;
  }
}
#llmo .sec01__icon {
  width: 64px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#llmo .sec01__icon-1 {
  width: 46px;
}
#llmo .sec01__icon-2 {
  width: 44px;
}
#llmo .sec01__icon-3 {
  width: 40px;
}
#llmo .sec01__text {
  color: #404040;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01em;
}
#llmo .sec01__line {
  display: block;
  background: #ddd;
  width: 100%;
  height: 1px;
}
#llmo .sec01__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}
#llmo .sec02 {
  padding: 61px 0px 64px;
}
@media screen and (min-width: 768px) {
  #llmo .sec02 {
    padding: 78px 0px 81px;
  }
}
#llmo .sec02__desc {
  margin-top: 32px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  #llmo .sec02__desc {
    margin-top: 38px;
    text-align: center;
  }
}
#llmo .sec02__items {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media screen and (min-width: 768px) {
  #llmo .sec02__items {
    margin-top: 95px;
    margin-inline: auto;
    max-width: 600px;
  }
}
@media screen and (min-width: 1280px) {
  #llmo .sec02__items {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
}
#llmo .sec02__item {
  padding: 64px 20px 40px;
  position: relative;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1280px) {
  #llmo .sec02__item {
    width: calc((100% - 80px) / 3);
  }
}
#llmo .sec02__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%);
}
#llmo .sec02__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;
}
#llmo .sec02__item-num {
  color: #fff;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 400;
}
#llmo .sec02__item-title {
  color: #404040;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01em;
  min-height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#llmo .sec02__item-text {
  color: #888;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
#llmo .sec02__icon-plus {
  display: none;
}
@media screen and (min-width: 1280px) {
  #llmo .sec02__icon-plus {
    display: block;
    width: 16px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
  }
}
#llmo .sec03 {
  padding-block: 81px 64px;
  position: relative;
  background: #2aa0d0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #llmo .sec03 {
    padding-block: 132px 112px;
  }
}
#llmo .sec03::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 113px solid transparent;
  border-right: 113px solid transparent;
  border-top: 37px solid #fff;
}
@media screen and (min-width: 768px) {
  #llmo .sec03::before {
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 61px solid #fff;
  }
}
#llmo .sec03__title {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  #llmo .sec03__title {
    font-size: 36px;
  }
}
#llmo .sec03__title .bg {
  padding-inline: 10px;
  color: #2aa0d0;
  background: #fff;
  display: inline-block;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  #llmo .sec03__title .bg {
    margin-right: 10px;
  }
}
#llmo .sec03__title .en {
  font-family: Montserrat;
}
#llmo .sec03__desc {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  #llmo .sec03__desc {
    margin: 16px auto 0;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#llmo .sec03__container {
  margin-top: 68px;
}
#llmo .sec03__items {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media screen and (min-width: 768px) {
  #llmo .sec03__items {
    margin-top: 65px;
    gap: 58px;
  }
}
#llmo .sec03__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  #llmo .sec03__item:nth-of-type(odd) {
    gap: 64px;
    flex-direction: row-reverse;
  }
  #llmo .sec03__item:nth-of-type(even) {
    gap: 72px;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  #llmo .sec03__img {
    width: 48.2727272727%;
    flex-shrink: 0;
  }
}
#llmo .sec03__body {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
#llmo .sec03__body-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  #llmo .sec03__body-title {
    font-size: 24px;
    line-height: 160%;
  }
}
#llmo .sec03__body-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
#llmo .sec03__head {
  display: flex;
  align-items: center;
  gap: 16px;
}
#llmo .sec03__head-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 61px;
  aspect-ratio: 1/1;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #llmo .sec03__head-icon {
    width: 69px;
  }
}
#llmo .sec03__head-icon-1 {
  width: 24px;
}
#llmo .sec03__head-icon-2 {
  width: 20px;
}
#llmo .sec03__head-icon-3 {
  width: 28px;
}
#llmo .sec03__head-icon-4 {
  width: 24px;
}
#llmo .sec03__head-title-ja {
  font-size: 28px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2.8px;
}
@media screen and (min-width: 768px) {
  #llmo .sec03__head-title-ja {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
#llmo .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) {
  #llmo .sec03__head-title-en {
    font-size: 14px;
  }
}
#llmo .sec04 {
  padding-block: 94px 70px;
  position: relative;
  background: #f8f9fa;
}
@media screen and (min-width: 768px) {
  #llmo .sec04 {
    padding-block: 123px 98px;
  }
}
#llmo .sec04::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 113px solid transparent;
  border-right: 113px solid transparent;
  border-top: 37px solid #2aa0d0;
}
@media screen and (min-width: 768px) {
  #llmo .sec04::before {
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 61px solid #2aa0d0;
  }
}
#llmo .sec04__items {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  #llmo .sec04__items {
    margin-inline: auto;
    max-width: 400px;
  }
}
@media screen and (min-width: 1280px) {
  #llmo .sec04__items {
    max-width: 100%;
    flex-direction: row;
    gap: 24px;
  }
}
#llmo .sec04__item {
  padding: 16px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  z-index: 0;
  height: 239px;
}
@media screen and (min-width: 1280px) {
  #llmo .sec04__item {
    padding: 28px 36px;
    width: calc((100% - 48px) / 3);
  }
}
#llmo .sec04__item::after {
  position: absolute;
  content: "";
  background: url(../images/page-llmo/sec04-bg.webp) no-repeat center center/contain;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 16px);
  aspect-ratio: 434/372;
  z-index: -1;
}
#llmo .sec04__head {
  display: flex;
  align-items: center;
  gap: 16px;
}
#llmo .sec04__head-icon {
  width: 57px;
  aspect-ratio: 1/1;
  background: #ff630c;
  display: flex;
  align-items: center;
  justify-content: center;
}
#llmo .sec04__head-icon-1 {
  width: 25px;
}
#llmo .sec04__head-icon-2 {
  width: 25px;
}
#llmo .sec04__head-icon-3 {
  width: 24px;
}
#llmo .sec04__head-num {
  color: #ff630c;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 300;
}
#llmo .sec04__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#llmo .sec04__body-text {
  color: #ff630c;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
#llmo .sec04__body-title {
  color: #404040;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.01em;
}
#llmo .sec04__body-title.--1 {
  font-size: 26px;
  white-space: nowrap;
}
#llmo .sec05 {
  padding-block: 64px 32px;
}
@media screen and (min-width: 768px) {
  #llmo .sec05 {
    padding-block: 115px 32px;
  }
}
#llmo .sec05__body {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #404040;
}
@media screen and (min-width: 768px) {
  #llmo .sec05__body {
    margin-top: 35px;
    align-items: center;
    text-align: center;
    gap: 18px;
  }
}
#llmo .sec05__title {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  line-height: 120%;
  background: #2aa0d0;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  #llmo .sec05__title {
    padding: 0px 21px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 44px;
    font-weight: 400;
    display: flex;
    align-items: center;
  }
}
#llmo .sec05__title span {
  display: inline-block;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #llmo .sec05__title span {
    margin-top: 10px;
    font-size: 31px;
  }
}
#llmo .sec05__desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  #llmo .sec05__desc {
    font-size: 28px;
  }
}
#llmo .sec05__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  #llmo .sec05__text {
    font-size: 16px;
    line-height: 150%;
  }
}
#llmo .sec06 {
  padding-block: 26px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #llmo .sec06 {
    padding-block: 83px 53px;
  }
}
#llmo .sec06__img {
  display: block;
  margin: 43px auto 0;
  width: 99%;
}
@media screen and (min-width: 768px) {
  #llmo .sec06__img {
    width: 97%;
  }
}
#llmo .sec07 {
  padding-block: 35px 62px;
}
@media screen and (min-width: 768px) {
  #llmo .sec07 {
    padding-block: 55px 124px;
  }
}
#llmo .sec07__wrap {
  padding-inline: 0;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #llmo .sec07__wrap {
    padding-inline: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  #llmo .sec07__wrap {
    padding-inline: 50px;
    max-width: 1200px;
  }
}
#llmo .sec07__container {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #llmo .sec07__container {
    margin-top: 41px;
  }
}
#llmo .sec07 .swiper {
  padding-inline: 24px;
}
@media screen and (min-width: 1080px) {
  #llmo .sec07 .swiper {
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  #llmo .sec07 .swiper-wrapper {
    display: flex;
    gap: 24px;
  }
}
#llmo .sec07 .swiper-slide {
  width: auto;
}
@media screen and (min-width: 1080px) {
  #llmo .sec07 .swiper-slide {
    width: calc((100% - 72px) / 4);
  }
}
#llmo .sec07__item {
  width: 225px;
  border: 1px solid #eee;
  display: block;
}
#llmo .sec07__item:hover {
  transform: scale(1);
}
@media screen and (min-width: 1080px) {
  #llmo .sec07__item {
    width: 100%;
  }
}
#llmo .sec07__img {
  overflow: hidden;
  aspect-ratio: 25/31;
  background: #eee;
}
#llmo .sec07__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#llmo .sec07__body {
  padding: 19px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#llmo .sec07__post {
  color: #666;
  font-size: 12px;
  font-weight: 400;
}
#llmo .sec07__name {
  margin-top: 4px;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  #llmo .sec07__name {
    font-size: 20px;
  }
}
#llmo .sec07__name-en {
  color: #2aa0d0;
  font-size: 12px;
  font-weight: 400;
}
#llmo .sec07__arrow {
  position: relative;
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background: #2aa0d0;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  #llmo .sec07__arrow {
    display: none;
  }
}
#llmo .sec07__arrow::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M1 1L8 3.5L1 6' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  aspect-ratio: 7/5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#llmo .cta {
  padding: 56px 0px 72px;
  background: url(../images/page-llmo/cta-bg.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  #llmo .cta {
    padding: 65px 0px 91px;
  }
}
#llmo .cta__content {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  #llmo .cta__content {
    margin: 45px auto 0;
    max-width: 624px;
    gap: 16px;
  }
}
#llmo .cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
@media screen and (min-width: 768px) {
  #llmo .cta__buttons {
    flex-direction: row;
    gap: 16px;
  }
}
#llmo .cta .c-button {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #llmo .cta .c-button {
    width: calc((100% - 16px) / 2);
  }
}
#llmo .cta__item {
  padding: 21px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}
#llmo .cta__item-head {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
#llmo .cta__item-tel {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
#llmo .cta__item-icon {
  width: 12px;
  display: flex;
  align-items: center;
}
#llmo .cta__item-icon img {
  aspect-ratio: 12/17;
}
#llmo .cta__item-num {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
#llmo .cta__item-data {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
#llmo .sec08 {
  overflow: hidden;
  position: relative;
  padding-block: 60px 70px;
  background: #edf7fc;
}
@media screen and (min-width: 768px) {
  #llmo .sec08 {
    padding-block: 73px 97px;
  }
}
#llmo .sec08__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  #llmo .sec08__inner {
    align-items: center;
    gap: 19px;
  }
}
#llmo .sec08__desc {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  #llmo .sec08__desc {
    font-size: 16px;
  }
}
#llmo .sec08__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) {
  #llmo .sec08__button {
    padding-block: 49px;
    padding-right: 20px;
    align-items: center;
    margin-top: 21px;
    max-width: 694px;
    width: 100%;
    gap: 37px;
  }
}
#llmo .sec08__img {
  width: 79px;
}
@media screen and (min-width: 768px) {
  #llmo .sec08__img {
    width: 138px;
  }
}
#llmo .sec08__text {
  font-size: 22px;
  font-weight: 300;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  #llmo .sec08__text {
    font-size: 28px;
  }
}
#llmo .sec08__text span {
  font-size: 28px;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  #llmo .sec08__text span {
    font-size: 44px;
  }
}
#llmo .sec08__dl-icon {
  display: none;
}
@media screen and (min-width: 768px) {
  #llmo .sec08__dl-icon {
    margin-left: -20px;
    display: flex;
    align-items: center;
    width: 69px;
    aspect-ratio: 1/1;
  }
}
#llmo .sec08__dl {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  bottom: 16px;
  right: 16px;
}
@media screen and (min-width: 768px) {
  #llmo .sec08__dl {
    gap: 22px;
    bottom: 20px;
    right: 19px;
  }
}
#llmo .sec08__dl-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  #llmo .sec08__dl-text {
    font-size: 20px;
  }
}
#llmo .sec08__dl-arrow {
  width: 12px;
  aspect-ratio: 5/4;
}
@media screen and (min-width: 768px) {
  #llmo .sec08__dl-arrow {
    width: 19px;
  }
}
#llmo .sec08__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) {
  #llmo .sec08__bg-text {
    font-size: 192px;
    left: 25px;
    bottom: -26px;
  }
}
#llmo .sec08__bg-img {
  position: absolute;
  width: 780px;
  right: 36px;
  top: 228px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  #llmo .sec08__bg-img {
    width: 1182px;
    right: 787px;
    top: -72px;
  }
}
#llmo .sec09 {
  padding-block: 60px 70px;
}
@media screen and (min-width: 768px) {
  #llmo .sec09 {
    padding-block: 120px 70px;
  }
}
#llmo .sec09__inner {
  padding: 54px 24px 47px;
  border-radius: 16px;
  background: #f8f9fa;
}
@media screen and (min-width: 768px) {
  #llmo .sec09__inner {
    padding: 75px 91px 81px;
  }
}
#llmo .sec09__items {
  margin-top: 43px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#llmo .sec09__item {
  padding: 16px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #llmo .sec09__item {
    padding: 27px 30px;
  }
}
#llmo .sec09__head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 14px;
}
#llmo .sec09__head-inner {
  display: flex;
  align-items: start;
  gap: 20px;
}
#llmo .sec09__head-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  #llmo .sec09__head-text {
    padding-top: 6px;
    font-size: 16px;
  }
}
#llmo .sec09__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;
}
#llmo .sec09__head-icon.is-open {
  transform: rotate(180deg);
}
#llmo .sec09__num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  background: #2aa0d0;
  flex-shrink: 0;
}
#llmo .sec09__num-text {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
#llmo .sec09__body {
  padding-top: 16px;
}
#llmo .sec09__body-text {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  #llmo .sec10 {
    padding-block: 43px 30px;
  }
}
#llmo .sec10__wrap {
  padding-inline: 0;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #llmo .sec10__wrap {
    padding-inline: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  #llmo .sec10__wrap {
    padding-inline: 50px;
    max-width: 1200px;
  }
}
#llmo .sec10__container {
  margin-top: 41px;
}
@media screen and (min-width: 768px) {
  #llmo .sec10__container {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1080px) {
  #llmo .sec10 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 32px 40px;
    width: 100%;
  }
}
#llmo .sec10 .swiper-slide {
  width: auto;
}
@media screen and (min-width: 1080px) {
  #llmo .sec10 .swiper-slide {
    width: calc((100% - 80px) / 3);
    height: 100%;
  }
}
#llmo .sec10 .swiper {
  padding-inline: 24px;
  padding-bottom: 18px;
}
@media screen and (min-width: 1080px) {
  #llmo .sec10 .swiper {
    padding: 0;
  }
}
#llmo .sec10__item {
  width: 279px;
  height: 444px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid #eee;
  background: #fff;
}
#llmo .sec10__item:hover {
  transform: scale(1);
}
@media screen and (min-width: 1080px) {
  #llmo .sec10__item {
    width: 100%;
    height: auto;
    min-height: 458px;
    gap: 16px;
  }
}
#llmo .sec10__img {
  overflow: hidden;
  aspect-ratio: 279/182;
  flex-shrink: 0;
}
@media screen and (min-width: 1080px) {
  #llmo .sec10__img {
    aspect-ratio: 340/222;
    width: 100%;
  }
}
#llmo .sec10__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
#llmo .sec10__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) {
  #llmo .sec10__content {
    padding-inline: 24px;
    gap: 8px;
  }
}
#llmo .sec10__body {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 14px;
  width: 100%;
}
#llmo .sec10__head {
  display: flex;
  justify-content: space-between;
  gap: 3px;
  width: 100%;
}
#llmo .sec10__com {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1080px) {
  #llmo .sec10__com {
    font-size: 18px;
  }
}
#llmo .sec10__time {
  color: #888;
  font-size: 14px;
  font-weight: 400;
}
#llmo .sec10__text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 1080px) {
  #llmo .sec10__text {
    font-size: 16px;
  }
}
#llmo .sec10__tag {
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  border-radius: 24px;
  background: rgba(42, 160, 208, 0.1);
}
#llmo .sec10__button {
  position: relative;
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
  border: 1px solid #eee;
  background: #f8f8f8;
}
#llmo .sec10__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;
}
#llmo .sec10__scrollbar {
  left: 24px;
  width: calc(100% - 48px);
  background: #fff;
}
#llmo .sec10__scrollbar .swiper-scrollbar-drag {
  background: #ccc;
}
#llmo .sec11 {
  padding-block: 60px 65px;
}
@media screen and (min-width: 768px) {
  #llmo .sec11 {
    padding-block: 83px 117px;
  }
}
#llmo .sec11__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #llmo .sec11__wrap {
    max-width: 1131px;
  }
}
#llmo .sec11__items {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  #llmo .sec11__items {
    margin-top: 50px;
  }
}
#llmo .sec11__item {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media screen and (min-width: 768px) {
  #llmo .sec11__item {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
#llmo .sec11__img {
  overflow: hidden;
  border-radius: 2px;
  background: #d9d9d9;
  aspect-ratio: 531/283;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #llmo .sec11__img {
    width: 51.5033947624%;
    flex-shrink: 0;
  }
}
#llmo .sec11__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
#llmo .sec11__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#llmo .sec11__time {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
#llmo .sec11__title {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  #llmo .sec11__title {
    font-size: 20px;
  }
}
#llmo .sec11__button {
  margin-top: 56px;
}/*# sourceMappingURL=page-llmo.css.map */