@charset "UTF-8";
.ltn .container,
.ltn .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.ltn .col,
.ltn .col-1,
.ltn .col-10,
.ltn .col-11,
.ltn .col-12,
.ltn .col-2,
.ltn .col-3,
.ltn .col-4,
.ltn .col-5,
.ltn .col-6,
.ltn .col-7,
.ltn .col-8,
.ltn .col-9,
.ltn .col-auto,
.ltn .col-lg,
.ltn .col-lg-1,
.ltn .col-lg-10,
.ltn .col-lg-11,
.ltn .col-lg-12,
.ltn .col-lg-2,
.ltn .col-lg-3,
.ltn .col-lg-4,
.ltn .col-lg-5,
.ltn .col-lg-6,
.ltn .col-lg-7,
.ltn .col-lg-8,
.ltn .col-lg-9,
.ltn .col-lg-auto,
.ltn .col-md,
.ltn .col-md-1,
.ltn .col-md-10,
.ltn .col-md-11,
.ltn .col-md-12,
.ltn .col-md-2,
.ltn .col-md-3,
.ltn .col-md-4,
.ltn .col-md-5,
.ltn .col-md-6,
.ltn .col-md-7,
.ltn .col-md-8,
.ltn .col-md-9,
.ltn .col-md-auto,
.ltn .col-sm,
.ltn .col-sm-1,
.ltn .col-sm-10,
.ltn .col-sm-11,
.ltn .col-sm-12,
.ltn .col-sm-2,
.ltn .col-sm-3,
.ltn .col-sm-4,
.ltn .col-sm-5,
.ltn .col-sm-6,
.ltn .col-sm-7,
.ltn .col-sm-8,
.ltn .col-sm-9,
.ltn .col-sm-auto,
.ltn .col-xl,
.ltn .col-xl-1,
.ltn .col-xl-10,
.ltn .col-xl-11,
.ltn .col-xl-12,
.ltn .col-xl-2,
.ltn .col-xl-3,
.ltn .col-xl-4,
.ltn .col-xl-5,
.ltn .col-xl-6,
.ltn .col-xl-7,
.ltn .col-xl-8,
.ltn .col-xl-9,
.ltn .col-xl-auto {
  padding-right: 0;
  padding-left: 0;
}
.ltn ul li,
.ltn ol li {
  margin-top: 0;
}
.ltn li {
  padding: 0;
  margin: 0;
}

.landing_page {
  --color-b: #000;
  --color-w: #fff;
  --color1: #DADEE5;
  --color2: #0041C0;
  --color3: #0A2C3D;
  --color4: #FBFCFC;
  --color5: linear-gradient(90deg, #FBFDFF 0%, rgba(206, 223, 245, 0.80) 98.59%);
  --color6: #7D8FB2;
  --color7: rgba(125, 143, 178, 0.14);
  --color8: rgb(235, 237, 244);
  --color9: #FBFBFB;
  --color10: #F5F5F5;
  --color11: linear-gradient(to right, #FBFBFB 0%, #EEEEEE 100%);
  --bold: 700;
  --semibold: 600;
}

@media screen and (min-width: 768px) {
  .l-breadcrumbs {
    margin-top: 0;
  }
  .landing_page {
    overflow: visible;
    contain: paint;
    background-color: var(--color-w);
  }
  .landing_page .js-fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: ease-in, opacity 1s, transform 1s;
  }
  .landing_page .js-fadeIn--active {
    opacity: 1;
    transform: translateY(0);
  }
  .landing_page .s-view {
    display: none;
  }
  .landing_page img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .landing_page .css-content_nav {
    position: absolute;
    top: 0;
    left: calc(-130 * 100vw / 1920);
    max-width: 4.5625rem;
    width: calc(73 * 100vw / 1920);
    height: calc(186 * 100vw / 1920);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    row-gap: calc(30 * 100vw / 1920);
  }
  .landing_page .css-content_nav span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .landing_page .css-content_nav span::after {
    content: "";
    border-radius: 100%;
    max-width: 4.0625rem;
    width: calc(40 * 100vw / 1920);
    height: 0.125rem;
    background-color: var(--color2);
  }
  .landing_page .css-content_nav span.active::before {
    display: block;
    content: "";
    border-radius: 100%;
    max-width: 0.75rem;
    width: calc(12 * 100vw / 1920);
    aspect-ratio: 1/1;
    background-color: var(--color2);
  }
  .landing_page .css-content_nav span.active::after {
    content: "";
    border-radius: 100%;
    max-width: 4.0625rem;
    width: calc(65 * 100vw / 1920);
    height: 0.125rem;
    background-color: var(--color2);
  }
  .landing_page .main-visual {
    position: relative;
    z-index: 2;
  }
  .landing_page .main-visual__background {
    width: 100%;
    max-height: 47.1875rem;
    aspect-ratio: 1920/755;
    background-color: var(--color1);
    position: absolute;
    top: 0;
  }
  .landing_page .main-visual__content {
    position: relative;
    width: calc(1400 * 100vw / 1920);
    max-width: 87.5rem;
    aspect-ratio: 1400/800;
    margin: 0 auto;
  }
  .landing_page .main-visual__content .scroll-info {
    position: absolute;
    width: calc(134 * 100vw / 1920);
    max-width: 8.375rem;
    aspect-ratio: 134/65;
    bottom: calc(-35 * 100vw / 1920);
    left: calc(90 * 100vw / 1920);
    z-index: 2;
  }
  .landing_page .main-visual__image {
    width: 100%;
  }
  .landing_page .main-visual__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1400/800;
    object-fit: cover;
  }
  .landing_page .main-visual__description {
    position: absolute;
    width: calc(660 / 1400 * 100%);
    top: calc(246 * 100vw / 1920);
    left: calc(101 / 1400 * 100%);
    z-index: 2;
  }
  .landing_page .main-visual__description__headline-group {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .landing_page .main-visual__description__headline-group--title1 {
    width: calc(166 / 660 * 100%);
    max-width: 10.375rem;
    aspect-ratio: 166/69;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(28 * 100vw / 1920, 1.75rem);
    font-weight: var(--semibold);
    background-color: var(--color2);
    color: var(--color-w);
  }
  .landing_page .main-visual__description__headline-group--title2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(20 * 100vw / 1920, 1.25rem);
    font-weight: var(--semibold);
    background-color: var(--color-w);
    width: max-content;
    letter-spacing: 0;
    padding: 0 1em;
  }
  .landing_page .main-visual__description__headline-group--title2 span {
    font-size: min(16 * 100vw / 1920, 1rem);
  }
  .landing_page .main-visual__description__headline1 {
    font-size: min(40 * 100vw / 1920, 2.5rem);
    font-weight: var(--bold);
    color: var(--color3);
    margin-top: 1.0625rem;
    display: inline-block;
    line-height: 1.5;
  }
  .landing_page .main-visual__description__headline2 {
    font-size: min(60 * 100vw / 1920, 3.75rem);
    font-weight: var(--bold);
    line-height: 1.5;
    color: var(--color2);
    margin-top: 0rem;
    display: inline-block;
  }
  .landing_page .main-visual__description__text {
    margin-top: calc(38 * 100vw / 1920);
    display: inline-block;
    font-size: min(16 * 100vw / 1920, 1rem);
    color: var(--color3);
    line-height: 2em;
    letter-spacing: 0em;
    aspect-ratio: 495/190;
    width: 66%;
  }
  .landing_page .custom .section-subtitle {
    position: relative;
    color: var(--color2) !important;
    font-size: min(18 * 100vw / 1920, 1.125rem);
    font-weight: var(--bold);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: calc(26 * 100vw / 1920);
  }
  .landing_page .custom .section-subtitle__icon {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    margin-right: calc(17 * 100vw / 1920);
    width: calc(32 * 100vw / 1920);
    aspect-ratio: 32/32;
    background-image: url(../images/check_icon_circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .landing_page .custom .section-title {
    color: var(--color3);
    font-size: min(32 * 100vw / 1920, 2rem);
    line-height: 1.5em;
    font-weight: var(--semibold);
    margin-bottom: calc(55 * 100vw / 1920);
  }
  .landing_page .custom .section-title span {
    font-size: min(20 * 100vw / 1920, 1rem);
    color: var(--color3);
    vertical-align: super;
  }
  .landing_page .custom .section-title label {
    display: inline-block;
    color: #fff;
    background: var(--color2);
    border-radius: 999px;
    padding: 0.1em 0.2em 0.1em 0.8em;
  }
  .landing_page .custom .css-text {
    margin-top: calc(10 * 100vw / 1920);
    font-size: calc(10 * 100vw / 1920);
    line-height: 1.5em;
  }
  .landing_page .custom .css-text span {
    font-size: calc(8 * 100vw / 1920);
    color: var(--color3);
    vertical-align: super;
  }
  .ltn h6.section-subtitle {
    color: var(--color6) !important;
    font-size: min(18 * 100vw / 1920, 1.125rem);
    font-weight: var(--bold);
  }
  .ltn h1.section-title {
    color: var(--color3);
    font-size: min(48 * 100vw / 1920, 3rem);
    font-weight: var(--bold);
    margin-top: calc(10 * 100vw / 1920);
    margin-bottom: calc(55 * 100vw / 1920);
  }
  .ltn .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 84.375rem;
    width: calc(1350 / 1920 * 100%);
  }
  .ltn__about-us-area {
    position: relative;
    padding-top: calc(156 * 100vw / 1920);
  }
  .ltn__about-us-area .css-background {
    width: 100%;
    max-height: 50.6875rem;
    aspect-ratio: 1920/811;
    background: var(--color5);
    position: absolute;
    top: calc(-45 * 100vw / 1920);
    left: 0;
    z-index: 1;
  }
  .ltn__about-us-area .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 75rem;
    width: calc(1200 / 1920 * 100%);
    aspect-ratio: 1200/737;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ltn__about-us-area .container .row {
    width: calc(548 * 100vw / 1920);
    margin: 0;
    padding: 0;
  }
  .ltn__about-us-area .container .row h6.section-subtitle {
    color: var(--color6) !important;
    font-size: min(18 * 100vw / 1920, 1.125rem);
    font-weight: 500;
  }
  .ltn__about-us-area .container .row h1.section-title {
    color: var(--color3);
    font-size: min(48 * 100vw / 1920, 3rem);
    font-weight: var(--bold);
    margin-top: calc(10 * 100vw / 1920);
    margin-bottom: calc(55 * 100vw / 1920);
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: calc(35 * 100vw / 1920);
    column-gap: calc(17 / 590 * 100%);
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li {
    width: calc(283 / 590 * 100%);
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li:nth-of-type(1) .icon-done::before {
    content: "1";
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li:nth-of-type(2) .icon-done::before {
    content: "2";
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li:nth-of-type(3) .icon-done::before {
    content: "3";
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li:nth-of-type(4) .icon-done::before {
    content: "4";
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li:nth-of-type(5) .icon-done::before {
    content: "5";
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li:nth-of-type(6) .icon-done::before {
    content: "6";
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li:nth-of-type(7) .icon-done::before {
    content: "7";
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li a {
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li a .icon-done {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif !important;
    max-width: 2rem;
    width: calc(32 * 100vw / 1920);
    aspect-ratio: 1/1;
    background-color: var(--color7);
    margin-right: calc(17 / 283 * 100%);
    transition: all 0.3s;
    line-height: normal;
    height: auto;
    flex: 0 0 calc(32 * 100vw / 1920);
    font-size: calc(14 * 100vw / 1920);
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li a .icon-done::before {
    font-size: calc(14 * 100vw / 1920);
    color: var(--color2);
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li a:hover .icon-done {
    background-color: var(--color2);
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li a:hover .icon-done::before {
    color: var(--color-w);
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li a p {
    color: var(--color3);
    font-size: calc(16 * 100vw / 1920);
    font-weight: var(--bold);
    margin: 0;
    line-height: 1.6;
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li a p span {
    font-size: calc(10 * 100vw / 1920);
    vertical-align: top;
  }
  .ltn__about-us-area .container .css-image {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    order: 2;
    max-width: 41.875rem;
    width: calc(660 * 100vw / 1920);
    aspect-ratio: 670/737;
    position: relative;
  }
  .css-section1 {
    margin-bottom: calc(90 * 100vw / 1920);
  }
  .css-section1 .container {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    max-width: 75rem;
    width: calc(1200 / 1920 * 100%);
  }
  .css-section1 .css-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    column-gap: calc(70 * 100vw / 1920);
  }
  .css-section1 .css-list__item {
    width: calc(567 * 100vw / 1920);
    max-width: 35.4375rem;
    margin-bottom: calc(17 * 100vw / 1920);
    display: flex;
    flex-direction: column-reverse;
  }
  .css-section1 .css-list__item .css-item__image {
    width: calc(310 * 100vw / 1920);
    aspect-ratio: 310/350;
  }
  .css-section1 .css-list__item .css-item__detail__wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: calc(27 * 100vw / 1920);
  }
  .css-section1 .css-list__item .css-item__detail--sub {
    background-color: var(--color7);
    border-radius: 20px;
    font-size: min(16 * 100vw / 1920, 1rem);
    font-weight: var(--semibold);
    color: var(--color2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(106 * 100vw / 1920);
    aspect-ratio: 106/31;
  }
  .css-section1 .css-list__item .css-item__detail--title {
    font-size: min(20 * 100vw / 1920, 1.25rem);
    font-weight: var(--semibold);
    color: var(--color2);
  }
  .css-section1 .css-list__item .css-item__detail--title span {
    font-size: min(10 * 100vw / 1920, 0.625rem);
    vertical-align: super;
  }
  .css-section1 .css-list__item .css-item__detail--text {
    font-size: min(16 * 100vw / 1920, 1rem);
    line-height: calc(32 * 100vw / 1920);
  }
  .css-section1 .css-list__item .css-item__detail--text span {
    font-size: calc(10 * 100vw / 1920);
    vertical-align: super;
  }
  .css-section1 .css-simple_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: calc(25 * 100vw / 1920);
  }
  .css-section1 .css-simple_list__item {
    max-width: 33.75rem;
    width: calc(540 * 100vw / 1920);
  }
  .css-section1 .css-content1 {
    max-width: 75rem;
    width: calc(1200 * 100vw / 1920);
    margin-top: calc(32 * 100vw / 1920);
    margin-bottom: calc(64 * 100vw / 1920);
  }
  .css-section1 .css-content2 {
    max-width: 75rem;
    width: calc(1200 * 100vw / 1920);
  }
  .css-section1 .css-content2 .css-simple_list {
    padding: 0;
    background-color: transparent;
  }
  .css-section2 {
    background-color: var(--color10);
    padding-top: calc(125 * 100vw / 1920);
    padding-bottom: calc(90 * 100vw / 1920);
  }
  .css-section2 .container {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    max-width: 75rem;
    width: calc(1200 / 1920 * 100%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: calc(30 * 100vw / 1920);
  }
  .css-section2 .css-headline {
    max-width: 37.25rem;
    width: calc(596 * 100vw / 1920);
  }
  .css-section2 .css-headline h1.section-title {
    margin-bottom: calc(40 * 100vw / 1920);
  }
  .css-section2 .css-headline__text {
    font-size: min(16 * 100vw / 1920, 1rem);
    line-height: 2em;
  }
  .css-section2 .css-item__image {
    max-width: 35.625rem;
    width: calc(570 * 100vw / 1920);
    aspect-ratio: 570/367;
  }
  .css-section3 {
    background-color: var(--color9);
    padding: calc(100 * 100vw / 1920) 0;
  }
  .css-section3 .container {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    max-width: 75rem;
    width: calc(1200 / 1920 * 100%);
  }
  .css-section3 .css-headline {
    margin-bottom: calc(40 * 100vw / 1920);
  }
  .css-section3 .css-headline h1.section-title {
    margin-bottom: calc(40 * 100vw / 1920);
  }
  .css-section3 .css-headline__text {
    font-size: calc(16 * 100vw / 1920);
    line-height: calc(30 * 100vw / 1920);
    vertical-align: super;
  }
  .css-section3 .css-headline__text span {
    font-size: calc(10 * 100vw / 1920);
    color: var(--color3);
    vertical-align: super;
  }
  .css-section3 .css-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-bottom: calc(40 * 100vw / 1920);
  }
  .css-section3 .css-list .css-allow::before {
    display: block;
    content: "";
    width: calc(20 * 100vw / 1920);
    aspect-ratio: 20/40;
    background-image: url(../images/allow_icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .css-section3 .css-list .css-item {
    max-width: 35.625rem;
    width: calc(570 * 100vw / 1920);
    aspect-ratio: 570/347;
  }
  .css-section3 .css-list .css-item__image img {
    width: 100%;
    aspect-ratio: 570/347;
    object-fit: cover;
  }
  .css-section4 {
    padding-top: calc(150 * 100vw / 1920);
    padding-bottom: calc(90 * 100vw / 1920);
  }
  .css-section4 .container {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    max-width: 75rem;
    width: calc(1200 / 1920 * 100%);
  }
  .css-section4 .css-headline {
    margin-bottom: calc(76 * 100vw / 1920);
  }
  .css-section4 .css-headline h1.section-title {
    margin-bottom: 0rem;
  }
  .css-section4 .css-content1 {
    margin-bottom: min(80 * 100vw / 1920, 5rem);
  }
  .css-section4 .css-content1 .css-flexbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .css-section4 .css-content1 .css-flexbox .css-image {
    width: 50%;
    max-width: 41.9375rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .css-section4 .css-content1 .css-content_text {
    font-size: min(28 * 100vw / 1920, 1.75rem);
    font-weight: 600;
    margin-bottom: min(59 * 100vw / 1920, 3.6875rem);
    color: var(--color2);
  }
  .css-section4 .css-content1 .css-list {
    max-width: 35.5625rem;
    width: calc(569 * 100vw / 1920);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: calc(30 * 100vw / 1920);
    padding: 0;
  }
  .css-section4 .css-content1 .css-list .css-item {
    width: 100%;
    aspect-ratio: 596/200;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: calc(20 * 100vw / 1920);
  }
  .css-section4 .css-content1 .css-list .css-item__image {
    max-width: 15.625rem;
    width: calc(250 * 100vw / 1920);
    aspect-ratio: 250/200;
  }
  .css-section4 .css-content1 .css-list .css-item__detail {
    max-width: 18.5625rem;
    width: calc(297 * 100vw / 1920);
  }
  .css-section4 .css-content1 .css-list .css-item__detail--sub {
    background-color: var(--color7);
    border-radius: 20px;
    font-size: min(16 * 100vw / 1920, 1rem);
    font-weight: var(--semibold);
    color: var(--color2);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: calc(6 * 100vw / 1920) calc(20 * 100vw / 1920);
    margin-bottom: calc(18 * 100vw / 1920);
  }
  .css-section4 .css-content1 .css-list .css-item__detail--title {
    font-size: min(20 * 100vw / 1920, 1.25rem);
    font-weight: var(--semibold);
    margin-bottom: calc(11 * 100vw / 1920);
  }
  .css-section4 .css-content1 .css-list .css-item__detail--title span {
    font-size: min(10 * 100vw / 1920, 0.625rem);
    vertical-align: super;
  }
  .css-section4 .css-content1 .css-list .css-item__detail--text {
    font-size: min(16 * 100vw / 1920, 1rem);
    font-weight: var(--semibold);
    line-height: calc(32 * 100vw / 1920);
  }
  .css-section4 .css-content2 .css-content_text {
    font-size: min(28 * 100vw / 1920, 1.75rem);
    font-weight: 600;
    margin-bottom: calc(32 * 100vw / 1920);
    color: var(--color2);
  }
  .css-section4 .css-content2 .css-flexbox {
    max-width: 75rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  .css-section4 .css-content2 .css-flexbox .css-flexbox_item1 {
    width: calc(570 * 100vw / 1920);
    max-width: 35.625rem;
  }
  .css-section4 .css-content2 .css-flexbox .css-flexbox_item1 .css-item__detail--title {
    font-size: min(20 * 100vw / 1920, 1.25rem);
    font-weight: var(--semibold);
    margin-bottom: calc(11 * 100vw / 1920);
    line-height: calc(30 * 100vw / 1920);
  }
  .css-section4 .css-content2 .css-flexbox .css-flexbox_item1 .css-item__detail--text {
    font-size: min(16 * 100vw / 1920, 1rem);
    line-height: calc(30 * 100vw / 1920);
    margin-bottom: calc(11 * 100vw / 1920);
  }
  .css-section4 .css-content2 .css-flexbox .css-flexbox_item1 .css-item__image {
    width: 100%;
  }
  .css-section5 {
    background-color: var(--color9);
    padding-top: calc(100 * 100vw / 1920);
    padding-bottom: calc(70 * 100vw / 1920);
  }
  .css-section5 .container {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    max-width: 75rem;
    width: calc(1200 / 1920 * 100%);
  }
  .css-section5 .css-headline {
    margin-bottom: min(80 * 100vw / 1920, 5rem);
  }
  .css-section5 .css-headline h1.section-title {
    margin-bottom: 0rem;
  }
  .css-section5 .css-list1 {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: calc(40 * 100vw / 1920);
  }
  .css-section5 .css-list1 .css-item1 {
    width: calc(570 * 100vw / 1920);
  }
  .css-section5 .css-list1 .css-item1 .css-item__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.625rem;
    font-size: min(20 * 100vw / 1920, 1.25rem);
    font-weight: 600;
  }
  .css-section5 .css-list1 .css-item1 .css-item__title--logo {
    width: calc(200 * 100vw / 1920);
    aspect-ratio: 200/40;
  }
  .css-section5 .css-list1 .css-item1 .css-flexbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .css-section5 .css-list1 .css-item1 .css-flexbox .css-detail {
    max-width: 17.5rem;
    width: calc(280 * 100vw / 1920);
  }
  .css-section5 .css-list1 .css-item1 .css-flexbox .css-detail__text {
    font-size: min(16 * 100vw / 1920, 1rem);
    line-height: calc(30 * 100vw / 1920);
    margin-bottom: calc(8 * 100vw / 1920);
  }
  .css-section5 .css-list1 .css-item1 .css-flexbox .css-detail__image {
    width: 100%;
  }
  .css-section5 .css-list1 .css-item1 .css-flexbox .css-image {
    max-width: 17.5rem;
    width: calc(280 * 100vw / 1920);
  }
  .css-section5 .css-list1 .css-item2 {
    width: calc(570 * 100vw / 1920);
  }
  .css-section5 .css-list1 .css-item2 .css-item__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.625rem;
    font-size: min(20 * 100vw / 1920, 1.25rem);
    font-weight: 600;
  }
  .css-section5 .css-list1 .css-item2 .css-item__title--logo {
    border-radius: 20px;
    width: calc(57 * 100vw / 1920);
    aspect-ratio: 57/28;
    background-color: var(--color2);
    color: var(--color-w);
    font-size: min(12 * 100vw / 1920, 0.75rem);
    font-weight: var(--semibold);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: calc(10 * 100vw / 1920);
  }
  .css-section5 .css-list1 .css-item2 .css-flexbox {
    width: 100%;
    position: relative;
  }
  .css-section5 .css-list1 .css-item2 .css-flexbox .css-detail__text1 {
    font-size: min(16 * 100vw / 1920, 1rem);
    line-height: calc(30 * 100vw / 1920);
    margin-bottom: calc(16 * 100vw / 1920);
  }
  .css-section5 .css-list1 .css-item2 .css-flexbox .css-detail__text2 {
    font-size: calc(20 * 100vw / 1920);
    font-weight: 600;
    margin-bottom: calc(16 * 100vw / 1920);
    line-height: calc(30 * 100vw / 1920);
  }
  .css-section5 .css-list1 .css-item2 .css-flexbox .css-detail__text2 span {
    font-size: calc(14 * 100vw / 1920);
    vertical-align: super;
  }
  .css-section5 .css-list1 .css-item2 .css-flexbox .css-detail__text3 {
    font-size: min(16 * 100vw / 1920, 1rem);
    line-height: calc(30 * 100vw / 1920);
  }
  .css-section5 .css-list1 .css-item2 .css-flexbox .css-image {
    max-width: 17.8125rem;
    width: calc(285 * 100vw / 1920);
    aspect-ratio: 285/142;
    position: absolute;
    bottom: calc(-60 * 100vw / 1920);
    right: 0;
  }
  .css-section5 .css-content_text {
    font-size: min(20 * 100vw / 1920, 1.25rem);
    font-weight: 600;
    margin-bottom: calc(18 * 100vw / 1920);
  }
  .css-section5 .css-list2 {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .css-section5 .css-list2 .css-item1 {
    width: calc(570 * 100vw / 1920);
  }
  .css-section5 .css-list2 .css-item1 .css-item__text {
    margin-bottom: calc(15 * 100vw / 1920);
    font-size: min(16 * 100vw / 1920, 1rem);
    line-height: calc(30 * 100vw / 1920);
  }
  .css-section5 .css-list2 .css-item1 .css-image {
    width: 100%;
  }
  .css-section5 .css-list2 .css-item2 {
    width: calc(570 * 100vw / 1920);
  }
  .css-section5 .css-list2 .css-item2 .css-item__title {
    font-size: min(20 * 100vw / 1920, 1.25rem);
    font-weight: var(--semibold);
    margin-bottom: calc(13 * 100vw / 1920);
  }
  .css-section5 .css-list2 .css-item2 .css-item__text {
    font-size: min(16 * 100vw / 1920, 1rem);
    margin-bottom: calc(40 * 100vw / 1920);
    line-height: calc(30 * 100vw / 1920);
  }
  .css-section5 .css-list2 .css-item2 .css-item__content {
    width: calc(570 * 100vw / 1920);
    aspect-ratio: 570/242;
    line-height: calc(30 * 100vw / 1920);
  }
  .css-section6 {
    background-color: var(--color-w);
    padding-top: calc(70 * 100vw / 1920);
    padding-bottom: calc(80 * 100vw / 1920);
  }
  .css-section6 .container {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    max-width: 75rem;
    width: calc(1200 / 1920 * 100%);
  }
  .css-section6 .css-headline {
    margin-bottom: calc(27 * 100vw / 1920);
  }
  .css-section6 .css-headline h1.section-title {
    margin-bottom: 0rem;
  }
  .css-section6 .css-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: calc(40 * 100vw / 1920);
    padding: 0;
  }
  .css-section6 .css-list .css-item {
    max-width: 35.625rem;
    width: calc(570 * 100vw / 1920);
  }
  .css-section6 .css-list .css-item__title {
    font-size: min(20 * 100vw / 1920, 1.25rem);
    font-weight: 600;
    margin-bottom: calc(16 * 100vw / 1920);
  }
  .css-section6 .css-list .css-item__title span {
    font-size: min(10 * 100vw / 1920, 0.625rem);
    vertical-align: top;
  }
  .css-section6 .css-list .css-item .css-image {
    position: relative;
  }
  .css-section6 .css-list .css-item .css-image .css-info_text {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: min(10 * 100vw / 1920, 0.625rem);
  }
  .css-section6 .css-text_box {
    width: 100%;
    display: flex;
  }
  .css-section6 .css-text_box__title {
    font-size: min(20 * 100vw / 1920, 1.25rem);
    font-weight: 600;
    margin-bottom: calc(16 * 100vw / 1920);
    margin-right: calc(40 * 100vw / 1920);
  }
  .css-section6 .css-text_box__title span {
    font-size: min(10 * 100vw / 1920, 0.625rem);
    vertical-align: top;
  }
  .css-section6 .css-text_box__text {
    width: 100%;
    font-size: min(16 * 100vw / 1920, 1rem);
    line-height: calc(30 * 100vw / 1920);
    flex: 1;
  }
  .css-section6 .css-text_box__text span {
    font-size: min(10 * 100vw / 1920, 0.625rem);
    vertical-align: top;
  }
  .css-section7 {
    background: var(--color11);
    padding-top: calc(80 * 100vw / 1920);
    padding-bottom: calc(100 * 100vw / 1920);
  }
  .css-section7 .container {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    max-width: 75rem;
    width: calc(1200 / 1920 * 100%);
  }
  .css-section7 .css-headline {
    margin-bottom: calc(70 * 100vw / 1920);
  }
  .css-section7 .css-headline h1.section-title {
    margin-bottom: 0rem;
  }
  .css-section7 .css-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    column-gap: calc(67 * 100vw / 1920);
  }
  .css-section7 .css-list .css-item {
    max-width: 15.625rem;
    width: calc(250 * 100vw / 1920);
  }
  .css-section7 .css-list .css-item .css-item_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: unset;
  }
  .css-section7 .css-list .css-item:hover .css-item_title {
    background-color: var(--color-w);
    border: solid 1px var(--color2);
  }
  .css-section7 .css-list .css-item:hover .css-item_title span {
    color: var(--color2);
  }
  .css-section7 .css-list .css-item:hover .css-item_title span.css-item__title--border {
    background-color: var(--color2);
  }
  .css-section7 .css-list .css-item__image {
    margin-bottom: calc(20 * 100vw / 1920);
  }
  .css-section7 .css-list .css-item__sub {
    font-size: min(16 * 100vw / 1920, 1rem);
    font-weight: bold;
    margin-bottom: calc(7 * 100vw / 1920);
    text-align: center;
    text-decoration: unset;
    color: var(--color-b);
  }
  .css-section7 .css-list .css-item__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(230 * 100vw / 1920);
    aspect-ratio: 230/55;
    background-color: var(--color2);
    color: var(--color-w);
    transition: all 0.3s;
    text-decoration: unset;
  }
  .css-section7 .css-list .css-item__title--text1 {
    font-size: min(16 * 100vw / 1920, 1rem);
    text-decoration: unset;
  }
  .css-section7 .css-list .css-item__title--border {
    width: calc(1 * 100vw / 1920);
    height: calc(28 * 100vw / 1920);
    background-color: var(--color-w);
    margin: 0 calc(16 * 100vw / 1920);
  }
  .css-section7 .css-list .css-item__title--text2 {
    font-size: min(20 * 100vw / 1920, 1.25rem);
    font-weight: var(--bold);
    text-decoration: unset;
  }
  .css-section7 .css-text {
    margin-top: calc(40 * 100vw / 1920) !important;
  }
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    margin-top: 0;
  }
  .landing_page {
    overflow: visible;
    contain: paint;
    background-color: var(--color-w);
  }
  .landing_page .js-fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: ease-in, opacity 1s, transform 1s;
  }
  .landing_page .js-fadeIn--active {
    opacity: 1;
    transform: translateY(0);
  }
  .landing_page .l-view {
    display: none;
  }
  .landing_page img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .landing_page .main-visual {
    position: relative;
    background-color: var(--color4);
  }
  .landing_page .main-visual__description {
    margin: 0 auto;
    margin-top: calc(59 * 100vw / 390);
    width: calc(360 * 100vw / 390);
  }
  .landing_page .main-visual__description__headline-group {
    width: calc(303 * 100vw / 390);
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .landing_page .main-visual__description__headline-group--title1 {
    width: calc(95 * 100vw / 390);
    aspect-ratio: 95/37;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(20 * 100vw / 390);
    font-weight: var(--semibold);
    background-color: var(--color2);
    color: var(--color-w);
  }
  .landing_page .main-visual__description__headline-group--title2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(14 * 100vw / 390);
    font-weight: var(--semibold);
    background-color: var(--color-w);
    width: max-content;
    padding: 0 1em;
    letter-spacing: 0;
  }
  .landing_page .main-visual__description__headline-group--title2 span {
    font-size: calc(10 * 100vw / 390);
  }
  .landing_page .main-visual__description__headline1 {
    font-size: calc(22 * 100vw / 390);
    font-weight: var(--bold);
    color: var(--color3);
    margin-top: calc(17 * 100vw / 390);
    display: inline-block;
  }
  .landing_page .main-visual__description__headline2 {
    position: relative;
    font-size: calc(32 * 100vw / 390);
    font-weight: var(--bold);
    color: var(--color2);
    top: calc(0 * 100vw / 390);
    line-height: calc(75 * 100vw / 390);
    display: inline-block;
  }
  .landing_page .main-visual__description__text {
    margin-top: calc(9 * 100vw / 390);
    display: inline-block;
    font-size: calc(14 * 100vw / 390);
    color: var(--color3);
    line-height: calc(28 * 100vw / 390);
    letter-spacing: -0.01em;
  }
  .landing_page .main-visual__content {
    position: relative;
    margin: 0 auto;
  }
  .landing_page .main-visual__content .scroll-info {
    position: absolute;
    width: calc(44 * 100vw / 390);
    aspect-ratio: 44/69;
    bottom: calc(166 * 100vw / 390);
    left: calc(20 * 100vw / 390);
    z-index: 2;
  }
  .landing_page .main-visual__image {
    width: calc(360 * 100vw / 390);
    aspect-ratio: 360/382;
    margin-top: calc(17 * 100vw / 390);
    padding-bottom: calc(100% - 360 * 100vw / 390);
  }
  .landing_page .main-visual__background {
    width: 100%;
    aspect-ratio: 390/352;
    background-color: var(--color1);
    position: absolute;
    bottom: calc(0 * 100vw / 390);
    left: calc(0 * 100vw / 390);
  }
  .landing_page .css-content_nav {
    display: none;
  }
  .landing_page .custom .section-subtitle {
    position: relative;
    color: var(--color2) !important;
    font-size: min(24 * 100vw / 390, 1.5rem);
    font-weight: var(--bold);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: calc(35 * 100vw / 390);
  }
  .landing_page .custom .section-subtitle__icon {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    margin-right: calc(10 * 100vw / 390);
    width: calc(27 * 100vw / 390);
    aspect-ratio: 27/27;
    background-image: url(../images/check_icon_circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .landing_page .custom .section-title {
    color: var(--color3);
    font-size: min(22 * 100vw / 390, 1.5rem);
    line-height: 1.6;
    font-weight: var(--bold);
    margin-bottom: calc(38 * 100vw / 390);
  }
  .landing_page .custom .section-title span {
    font-size: min(16 * 100vw / 390, 1rem);
    color: var(--color3);
    vertical-align: super;
  }
  .landing_page .custom .section-title label {
    display: inline-block;
    color: #fff;
    background: var(--color2);
    border-radius: 999px;
    padding: 0.1em 0.2em 0.1em 0.8em;
  }
  .landing_page .custom .css-text {
    margin-top: calc(10 * 100vw / 390);
    font-size: min(10 * 100vw / 390, 0.625rem);
    line-height: 150%;
  }
  .ltn__about-us-area {
    position: relative;
    padding-top: calc(60 * 100vw / 390);
    padding-left: calc(0 * 100vw / 390);
  }
  .ltn__about-us-area .css-background {
    width: 100%;
    aspect-ratio: 780/1400;
    background: var(--color5);
    position: absolute;
    top: calc(0 * 100vw / 390);
    left: 0;
    z-index: 1;
  }
  .ltn__about-us-area .container {
    position: relative;
    aspect-ratio: 390/800;
  }
  .ltn__about-us-area .container .row {
    position: relative;
    margin-left: calc(16 * 100vw / 390);
    width: calc(301 * 100vw / 390);
    padding: 0;
    z-index: 2;
  }
  .ltn__about-us-area .container .row h6.section-subtitle {
    color: var(--color6) !important;
    font-size: calc(12 * 100vw / 390);
    font-weight: var(--semibold);
  }
  .ltn__about-us-area .container .row h1.section-title {
    color: var(--color3);
    font-size: calc(28 * 100vw / 390);
    font-weight: var(--bold);
    margin-top: calc(16 * 100vw / 390);
    margin-bottom: calc(32 * 100vw / 390);
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: calc(10 * 100vw / 390);
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li {
    width: calc(301 / 301 * 100%);
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li:nth-of-type(1) .icon-done::before {
    content: "1";
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li:nth-of-type(2) .icon-done::before {
    content: "2";
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li:nth-of-type(3) .icon-done::before {
    content: "3";
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li:nth-of-type(4) .icon-done::before {
    content: "4";
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li:nth-of-type(5) .icon-done::before {
    content: "5";
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li:nth-of-type(6) .icon-done::before {
    content: "6";
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li:nth-of-type(7) .icon-done::before {
    content: "7";
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li a .icon-done {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif !important;
    width: calc(28 / 301 * 100%);
    aspect-ratio: 1/1;
    background-color: var(--color8);
    margin-right: calc(21 * 100vw / 390);
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li a .icon-done::before {
    font-size: calc(14 * 100vw / 390);
    color: var(--color2);
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li a p {
    white-space: nowrap;
    color: var(--color3);
    font-size: calc(14 * 100vw / 390);
    font-weight: var(--bold);
    margin: 0;
  }
  .ltn__about-us-area .container .row .ltn__list-item-half.ltn__list-item-half-2 li a p span {
    font-size: calc(10 * 100vw / 390);
    vertical-align: top;
  }
  .ltn__about-us-area .container .css-image {
    order: 2;
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(320 * 100vw / 390);
    aspect-ratio: 427/463;
    display: block;
    position: relative;
    margin: 0 0 0 auto;
    padding-right: 15px;
    z-index: 1;
  }
  .css-section1 {
    margin-bottom: calc(40 * 100vw / 390);
  }
  .css-section1 .container {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    width: calc(360 / 390 * 100%);
  }
  .css-section1 .css-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    margin-bottom: calc(40 * 100vw / 390);
    row-gap: calc(27 * 100vw / 390);
  }
  .css-section1 .css-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    row-gap: calc(10 * 100vw / 390);
  }
  .css-section1 .css-list__item:nth-of-type(1) .css-item_image {
    scale: 1.03;
  }
  .css-section1 .css-list__item .css-item__image {
    order: 2;
    width: calc(283 * 100vw / 390);
    aspect-ratio: 283/320;
    margin: 0 auto;
  }
  .css-section1 .css-list__item .css-item__detail {
    order: 1;
  }
  .css-section1 .css-list__item .css-item__detail__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: calc(20 * 100vw / 390);
    column-gap: calc(10 * 100vw / 390);
  }
  .css-section1 .css-list__item .css-item__detail--sub {
    background-color: var(--color7);
    border-radius: 20px;
    font-size: min(12 * 100vw / 390, 0.75rem);
    font-weight: var(--semibold);
    color: var(--color2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(58 * 100vw / 390);
    aspect-ratio: 58/24;
  }
  .css-section1 .css-list__item .css-item__detail--title {
    font-size: min(20 * 100vw / 390, 1.25rem);
    font-weight: var(--semibold);
    color: var(--color2);
  }
  .css-section1 .css-list__item .css-item__detail--title span {
    font-size: min(10 * 100vw / 390, 0.625rem);
    vertical-align: super;
  }
  .css-section1 .css-list__item .css-item__detail--text {
    font-size: min(16 * 100vw / 390, 1rem);
    line-height: 1.8;
  }
  .css-section1 .css-simple_list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-color: var(--color9);
    padding: calc(27 * 100vw / 390) calc(15 * 100vw / 390);
    row-gap: calc(24 * 100vw / 390);
  }
  .css-section1 .css-content1 {
    width: 100%;
    margin-top: calc(19 * 100vw / 390);
    margin-bottom: calc(19 * 100vw / 390);
  }
  .css-section1 .css-content2 {
    width: 100%;
    background-color: transparent;
    padding-top: calc(19 * 100vw / 390);
  }
  .css-section1 .css-content2 .css-simple_list {
    padding: 0;
    background-color: transparent;
  }
  .css-section2 {
    background-color: var(--color10);
    padding: calc(40 * 100vw / 390) 0;
  }
  .css-section2 .container {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    width: calc(360 / 390 * 100%);
  }
  .css-section2 .css-headline {
    margin-bottom: calc(18 * 100vw / 390);
  }
  .css-section2 .css-headline .section-title {
    margin-bottom: calc(18 * 100vw / 390);
  }
  .css-section2 .css-headline__text {
    font-size: min(14 * 100vw / 390, 0.875rem);
    line-height: calc(28 * 100vw / 390);
  }
  .css-section2 .css-item__image {
    width: 100%;
    margin: 0 auto;
  }
  .css-section3 {
    background-color: var(--color9);
    padding: calc(90 * 100vw / 390) 0;
    margin-bottom: calc(64 * 100vw / 390);
  }
  .css-section3 .container {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    width: calc(360 / 390 * 100%);
  }
  .css-section3 .css-headline {
    margin-bottom: calc(66 * 100vw / 390);
  }
  .css-section3 .css-headline .section-title {
    margin: 0 auto;
    margin-bottom: calc(18 * 100vw / 390);
  }
  .css-section3 .css-headline__text {
    width: calc(340 * 100vw / 390);
    font-size: min(14 * 100vw / 390, 0.875rem);
    line-height: calc(28 * 100vw / 390);
  }
  .css-section3 .css-headline__text span {
    font-size: calc(10 * 100vw / 390);
    vertical-align: super;
  }
  .css-section3 .css-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    position: relative;
    width: calc(360 * 100vw / 390);
  }
  .css-section3 .css-list .css-allow::before {
    margin: auto;
    top: 0;
    left: calc(10 * 100vw / 390);
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    content: "";
    width: calc(20 * 100vw / 390);
    aspect-ratio: 20/40;
    background-image: url(../images/allow_icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .css-section3 .css-list .css-item {
    width: calc(175 * 100vw / 390);
    aspect-ratio: 175/298;
  }
  .css-section3 .css-list .css-item__image img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .css-section4 {
    margin-bottom: calc(46 * 100vw / 390);
  }
  .css-section4 .container {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    width: calc(360 / 390 * 100%);
  }
  .css-section4 .css-headline {
    margin-bottom: calc(23 * 100vw / 390);
  }
  .css-section4 .css-headline h1.section-title {
    margin-bottom: 0rem;
  }
  .css-section4 .css-content1 {
    margin-bottom: calc(36 * 100vw / 390);
  }
  .css-section4 .css-content1 .css-flexbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    width: calc(360 * 100vw / 390);
  }
  .css-section4 .css-content1 .css-flexbox .css-image {
    order: 1;
    width: calc(360 * 100vw / 390);
    margin-bottom: calc(29 * 100vw / 390);
  }
  .css-section4 .css-content1 .css-flexbox .css-content_text {
    order: 2;
    font-size: min(20 * 100vw / 390, 1.25rem);
    font-weight: 600;
    margin-bottom: calc(29 * 100vw / 390);
    color: var(--color2);
  }
  .css-section4 .css-content1 .css-flexbox .css-list {
    order: 3;
    width: calc(360 * 100vw / 390);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: calc(30 * 100vw / 390);
    padding: 0;
  }
  .css-section4 .css-content1 .css-flexbox .css-list .css-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .css-section4 .css-content1 .css-flexbox .css-list .css-item__image {
    order: 2;
    width: 100%;
    aspect-ratio: 360/200;
  }
  .css-section4 .css-content1 .css-flexbox .css-list .css-item__detail {
    order: 1;
  }
  .css-section4 .css-content1 .css-flexbox .css-list .css-item__detail__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: calc(13 * 100vw / 390);
    margin-bottom: calc(13 * 100vw / 390);
  }
  .css-section4 .css-content1 .css-flexbox .css-list .css-item__detail--sub {
    background-color: var(--color7);
    border-radius: 20px;
    font-size: min(12 * 100vw / 390, 0.75rem);
    font-weight: var(--semibold);
    color: var(--color2);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: calc(4 * 100vw / 390) calc(20 * 100vw / 390);
  }
  .css-section4 .css-content1 .css-flexbox .css-list .css-item__detail--title {
    font-size: min(16 * 100vw / 390, 1rem);
    font-weight: var(--semibold);
  }
  .css-section4 .css-content1 .css-flexbox .css-list .css-item__detail--text {
    font-size: min(14 * 100vw / 390, 0.875rem);
    line-height: calc(32 * 100vw / 390);
    margin-bottom: calc(13 * 100vw / 390);
  }
  .css-section4 .css-content2 .css-content_text {
    font-size: min(20 * 100vw / 390, 1.25rem);
    font-weight: 600;
    margin-bottom: calc(20 * 100vw / 390);
    color: var(--color2);
  }
  .css-section4 .css-content2 .css-flexbox {
    width: calc(360 * 100vw / 390);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: calc(30 * 100vw / 390);
    padding: 0;
  }
  .css-section4 .css-content2 .css-flexbox .css-flexbox_item1,
  .css-section4 .css-content2 .css-flexbox .css-flexbox_item2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: calc(360 * 100vw / 390);
  }
  .css-section4 .css-content2 .css-flexbox .css-flexbox_item1 .css-item__detail,
  .css-section4 .css-content2 .css-flexbox .css-flexbox_item2 .css-item__detail {
    order: 1;
  }
  .css-section4 .css-content2 .css-flexbox .css-flexbox_item1 .css-item__detail--title,
  .css-section4 .css-content2 .css-flexbox .css-flexbox_item2 .css-item__detail--title {
    font-size: min(16 * 100vw / 390, 1rem);
    font-weight: var(--semibold);
    margin-bottom: calc(7 * 100vw / 390);
    line-height: calc(30 * 100vw / 390);
  }
  .css-section4 .css-content2 .css-flexbox .css-flexbox_item1 .css-item__detail--text,
  .css-section4 .css-content2 .css-flexbox .css-flexbox_item2 .css-item__detail--text {
    font-size: min(14 * 100vw / 390, 0.875rem);
    line-height: calc(30 * 100vw / 390);
    margin-bottom: calc(12 * 100vw / 390);
  }
  .css-section4 .css-content2 .css-flexbox .css-flexbox_item1 .css-item__image,
  .css-section4 .css-content2 .css-flexbox .css-flexbox_item2 .css-item__image {
    order: 2;
    width: 100%;
  }
  .css-section5 {
    background-color: var(--color9);
    padding: calc(50 * 100vw / 390) 0;
  }
  .css-section5 .container {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    width: calc(360 / 390 * 100%);
  }
  .css-section5 .css-headline {
    margin-bottom: calc(20 * 100vw / 390);
  }
  .css-section5 .css-headline h1.section-title {
    margin-bottom: 0rem;
  }
  .css-section5 .css-list1 {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: calc(42 * 100vw / 390);
    margin-bottom: calc(33 * 100vw / 390);
  }
  .css-section5 .css-list1 .css-item1 {
    width: 100%;
  }
  .css-section5 .css-list1 .css-item1 .css-item__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: calc(10 * 100vw / 390);
    font-size: min(16 * 100vw / 390, 1rem);
    font-weight: 600;
  }
  .css-section5 .css-list1 .css-item1 .css-item__title--logo {
    width: calc(100 * 100vw / 390);
    aspect-ratio: 100/24;
  }
  .css-section5 .css-list1 .css-item1 .css-flexbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .css-section5 .css-list1 .css-item1 .css-flexbox .css-detail__text {
    font-size: min(14 * 100vw / 390, 0.875rem);
    margin-bottom: calc(21 * 100vw / 390);
  }
  .css-section5 .css-list1 .css-item1 .css-flexbox .css-detail .css-image {
    margin: 0 auto;
    margin-bottom: calc(10 * 100vw / 390);
    width: calc(280 * 100vw / 390);
  }
  .css-section5 .css-list1 .css-item1 .css-flexbox .css-detail__image {
    width: calc(265 * 100vw / 390);
    margin: 0 auto;
  }
  .css-section5 .css-list1 .css-item2 {
    width: 100%;
  }
  .css-section5 .css-list1 .css-item2 .css-item__title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: calc(17 * 100vw / 390);
    font-size: min(16 * 100vw / 390, 1rem);
    font-weight: 600;
  }
  .css-section5 .css-list1 .css-item2 .css-item__title--logo {
    border-radius: 20px;
    width: calc(57 * 100vw / 390);
    aspect-ratio: 57/28;
    background-color: var(--color2);
    color: var(--color-w);
    font-size: min(12 * 100vw / 390, 0.75rem);
    font-weight: var(--semibold);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: calc(10 * 100vw / 390);
  }
  .css-section5 .css-list1 .css-item2 .css-flexbox {
    width: 100%;
    aspect-ratio: 570/258;
    position: relative;
  }
  .css-section5 .css-list1 .css-item2 .css-flexbox .css-detail__text1 {
    font-size: min(14 * 100vw / 390, 0.875rem);
    margin-bottom: calc(17 * 100vw / 390);
  }
  .css-section5 .css-list1 .css-item2 .css-flexbox .css-detail__text2 {
    font-size: min(16 * 100vw / 390, 1rem);
    font-weight: 600;
    margin-bottom: calc(16 * 100vw / 390);
  }
  .css-section5 .css-list1 .css-item2 .css-flexbox .css-detail__text2 span {
    font-size: min(10 * 100vw / 390, 0.625rem);
    vertical-align: super;
  }
  .css-section5 .css-list1 .css-item2 .css-flexbox .css-detail__text3 {
    width: calc(175 * 100vw / 390);
    font-size: min(16 * 100vw / 390, 1rem);
  }
  .css-section5 .css-list1 .css-item2 .css-flexbox .css-flexbox_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .css-section5 .css-list1 .css-item2 .css-flexbox .css-image {
    width: calc(175 * 100vw / 390);
    aspect-ratio: 175/87;
  }
  .css-section5 .css-content_text {
    font-size: min(16 * 100vw / 390, 1rem);
    font-weight: 600;
    margin-bottom: calc(16 * 100vw / 390);
  }
  .css-section5 .css-list2 {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: calc(47 * 100vw / 390);
    margin-bottom: calc(33 * 100vw / 390);
  }
  .css-section5 .css-list2 .css-item1 {
    width: 100%;
  }
  .css-section5 .css-list2 .css-item1 .css-item__text {
    margin-bottom: calc(14 * 100vw / 390);
    font-size: min(14 * 100vw / 390, 0.875rem);
  }
  .css-section5 .css-list2 .css-item1 .css-image {
    width: 100%;
  }
  .css-section5 .css-list2 .css-item2 {
    width: 100%;
  }
  .css-section5 .css-list2 .css-item2 .css-item__title {
    font-size: min(16 * 100vw / 390, 1rem);
    margin-bottom: calc(7 * 100vw / 390);
  }
  .css-section5 .css-list2 .css-item2 .css-item__text {
    font-size: min(14 * 100vw / 390, 0.875rem);
    margin-bottom: calc(21 * 100vw / 390);
  }
  .css-section5 .css-list2 .css-item2 .css-item__content {
    width: 100%;
  }
  .css-section5 .css-list2 .css-item2 .css-item__info {
    width: calc(120 * 100vw / 390);
    aspect-ratio: 120/20;
    margin-bottom: calc(14 * 100vw / 390);
  }
  .css-section5 .css-list2 .css-item2 .css-item__text1 {
    font-size: min(14 * 100vw / 390, 0.875rem);
    margin-bottom: calc(14 * 100vw / 390);
  }
  .css-section5 .css-list2 .css-item2 .css-item__text2 {
    font-size: min(14 * 100vw / 390, 0.875rem);
    margin-bottom: calc(18 * 100vw / 390);
  }
  .css-section5 .css-list2 .css-item2 .css-item__text2 span {
    font-size: min(10 * 100vw / 390, 0.625rem);
    vertical-align: super;
  }
  .css-section5 .css-list2 .css-item2 .css-item__text3 {
    font-size: min(10 * 100vw / 390, 0.625rem);
  }
  .css-section6 {
    background-color: var(--color-w);
    padding: calc(47 * 100vw / 390) 0;
  }
  .css-section6 .container {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    width: calc(360 / 390 * 100%);
  }
  .css-section6 .css-headline {
    margin-bottom: calc(46 * 100vw / 390);
  }
  .css-section6 .css-headline h1.section-title {
    margin-bottom: 0rem;
  }
  .css-section6 .css-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: calc(33 * 100vw / 390);
    margin-bottom: calc(52 * 100vw / 390);
    padding: 0;
  }
  .css-section6 .css-list .css-item {
    width: 100%;
  }
  .css-section6 .css-list .css-item__title {
    font-size: min(16 * 100vw / 390, 1rem);
    font-weight: 600;
    margin-bottom: calc(20 * 100vw / 390);
  }
  .css-section6 .css-list .css-item__title span {
    font-size: min(10 * 100vw / 390, 0.625rem);
    vertical-align: top;
  }
  .css-section6 .css-list .css-item .css-image {
    position: relative;
  }
  .css-section6 .css-list .css-item .css-image .css-info_text {
    position: absolute;
    bottom: calc(20 * 100vw / 390);
    right: 0;
    font-size: min(10 * 100vw / 390, 0.625rem);
  }
  .css-section6 .css-text_box {
    width: 100%;
  }
  .css-section6 .css-text_box__title {
    font-size: min(16 * 100vw / 390, 1rem);
    font-weight: 600;
    margin-bottom: calc(12 * 100vw / 390);
  }
  .css-section6 .css-text_box__title span {
    font-size: min(10 * 100vw / 390, 0.625rem);
    vertical-align: top;
  }
  .css-section6 .css-text_box__text {
    font-size: min(14 * 100vw / 390, 0.875rem);
    line-height: 1.5;
  }
  .css-section6 .css-text_box__text span {
    font-size: min(10 * 100vw / 390, 0.625rem);
    vertical-align: top;
  }
  .css-section7 {
    background: var(--color11);
    padding: calc(60 * 100vw / 390) 0;
  }
  .css-section7 .container {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    width: calc(360 / 390 * 100%);
  }
  .css-section7 .css-headline {
    margin-bottom: 4.75rem;
  }
  .css-section7 .css-headline h1.section-title {
    margin-bottom: 0rem;
  }
  .css-section7 .css-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    row-gap: calc(30 * 100vw / 390);
    padding: 0;
  }
  .css-section7 .css-list .css-item {
    width: calc(160 * 100vw / 390);
  }
  .css-section7 .css-list .css-item .css-item_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: unset;
  }
  .css-section7 .css-list .css-item__image {
    margin-bottom: calc(8 * 100vw / 390);
  }
  .css-section7 .css-list .css-item__sub {
    font-size: min(14 * 100vw / 390, 0.875rem);
    font-weight: bold;
    margin-bottom: calc(10 * 100vw / 390);
    text-align: center;
    color: var(--color-b);
  }
  .css-section7 .css-list .css-item__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 165/40;
    background-color: var(--color2);
    color: var(--color-w);
    text-decoration: unset;
  }
  .css-section7 .css-list .css-item__title--text1 {
    font-size: min(10 * 100vw / 390, 0.625rem);
  }
  .css-section7 .css-list .css-item__title--border {
    width: calc(1 * 100vw / 390);
    height: calc(16 * 100vw / 390);
    background-color: var(--color-w);
    margin: 0 calc(10 * 100vw / 390);
  }
  .css-section7 .css-list .css-item__title--text2 {
    font-size: min(16 * 100vw / 390, 1rem);
    font-weight: var(--bold);
  }
  .css-section7 .css-text {
    margin-top: calc(37 * 100vw / 390) !important;
  }
}
