html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
    .headerNav__request {
        display: none;
    }
    .is-open.headerMenu {
        height: auto;
        padding: 40px 0;
    }
    .headerMenu__request .buttonRequest {
        padding: 16px;
    }
}
.headerNav__request a {
    background-color: #ff4a11;
    color: #fff;
    padding: 8px 20px 5px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 10px;
}
.headerNav__request a img {
    width: 10px;
}
.main {
    margin-top: 80px;
    color: #09090b;
    line-height: 1.6;
    font-family: Noto Sans JP,sans-serif;
}
@media screen and (max-width: 767px) {
    .main {
        margin-top: 60px;
        font-size: 0.9375rem;
    }
}
.main h1,
.main h3,
.main p,
.main dd {
    line-height: 1.6;
}
.sp-only {
    display: none;
}
@media screen and (max-width: 767px) {
    .sp-only {
        display: initial;
    }
}
@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .flex {
        flex-direction: column;
    }
}

h2.commonWord {
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: clamp(1.375rem, 1.023rem + 1.5vw, 2rem);
}
@media screen and (max-width: 767px) {
    h2.commonWord {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
}
h2.commonWord span {
    color: #3370d7;
    font-size: clamp(1.375rem, 1.023rem + 1.5vw, 2rem);
}
.h2_en {
    color: #3370d7;
    text-align: center;
    letter-spacing: .5rem;
    font-weight: bold;
    margin: 40px auto 30px;
    padding-top: 60px;
}
@media screen and (max-width: 767px) {
    .h2_en {
        margin: 30px auto 20px;
        padding-top: 20px;
    }
}

img {
    max-width: 100%;
}
.flex.one-half {
    gap: 6%;
}
.flex.one-half .one-half-item {
    flex-basis: 47%;
}
.flex.one-third {
    gap: 2%;
}
.flex.one-third .one-third-item {
    flex-basis: 32%;
}
.box-shadow {
    box-shadow: 0 0 15px 1.5px rgb(81 81 81 / 15%);
}
.font18 {
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .font18 {
        font-size: 0.9375rem;
    }
}
.font20 {
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .font20 {
        font-size: 0.9375rem;
    }
}
.align-center {
    text-align: center;
}
a:hover {
    transition: transform .3s;
    filter: brightness(1.3);
}

/* --------------------------------------------
    mainvisual
--------------------------------------------  */

.mainvisual {
    background-color: #ecf6fe;    
}
.mainvisual .confetti {
    background-image: url(../images/mainvisual_confetti.png);
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .mainvisual .confetti {
        background-size: 150%;
    }
}
.mainvisual .confetti .container {
    padding: 30px 0 10px;
    position: relative;
    background-image: url(../images/mainvisual_container.png);
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 767px) {
    .mainvisual .confetti .container {
        padding: 20px 20px 80px;
    }
}
.mainvisual .limit {
    width: 300px;
    padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .mainvisual .limit {
        width: 70%;
    }
}
.mainvisual h1 {
    font-size: 56px;
    margin-bottom: 24px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
@media screen and (max-width: 767px) {
    .mainvisual h1 {
        display: block;
        font-size: 10vw;
        margin-bottom: 20px;
    }
}
.mainvisual h1 span {
    font-size: 120%;
}
@media screen and (max-width: 767px) {
    .mainvisual h1 span {
       font-size: 110%;
   }
}
.mainvisual p {
    font-weight: bold;
    padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .mainvisual p {
        line-height: 1.4;
        padding-bottom: 20px;
    }
}
.mainvisual .bonus {
    width: 600px;
}
.mainvisual .notes {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: normal;
}
.mainvisual a {
    background-color: #ff4a11;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #fff;
    transition: 0.3s;
    padding: 16px 0;
    width: 360px;
    margin: 0 auto;
    border-radius: 6px;
}
@media screen and (max-width: 767px) {
    .mainvisual a {
        max-width: 100%;
    }
}
.mainvisual a img {
    width: 16px;
}
.mainvisual .container .person {
    position: absolute;
    bottom: 0;
    width: 320px;
}
@media screen and (max-width: 767px) {
    .mainvisual .container .person {
        width: auto;
        height: 120px;
    }
}
.mainvisual .container .person.left {
    left: -120px;
}
@media screen and (max-width: 767px) {
    .mainvisual .container .person.left {
        left: -30px;
    }
}
.mainvisual .container .person.right {
    right: -120px;
}
@media screen and (max-width: 767px) {
    .mainvisual .container .person.right {
        right: -30px;
    }
}

/* --------------------------------------------
    p-top-award
--------------------------------------------  */
.p-top-award {
  position: relative;
  z-index: 0;
  padding: 24px 0;
  color: #fff;
  background-color: #3370d7;
}
@media screen and (width <= 768px) {
  .p-top-award {
    padding: 1.5rem 0;
  }
}
.p-top-award .c-container {
  width: 1200px;
  display: grid;
    gap: 48px;
    margin: auto;
}
@media screen and (width <= 768px) {
    .p-top-award .c-container {
        gap: 1.5rem;
        margin: 0 1.25rem;
        width: auto;
    }
}
@media screen and (width <= 768px) {
    .p-top-award .sp-none {
        display: none;
    }
}
.p-top-award .p-top-award__inner {
  display: flex;
  gap: 56px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__inner {
    flex-wrap: wrap;
    gap: 0.75rem 0.625rem;
  }
}
.p-top-award .p-top-award__heading {
  flex-shrink: 0;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__heading {
    display: contents;
  }
}
.p-top-award .p-top-award__title {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__title {
    display: inline-flex;
  }
}
.p-top-award .p-top-award__title-col {
  position: relative;
  z-index: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__title-col {
    font-size: 0.625rem;
  }
}
.p-top-award .p-top-award__title-count {
  font-family: "Roboto", sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__title-count {
    font-size: 2.1875rem;
  }
}
.p-top-award .p-top-award__title-unit {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__title-unit {
    padding-right: 0.375rem;
    font-size: 0.875rem;
  }
}
.p-top-award .p-top-award__title-sup {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__title-sup {
    font-size: 0.625rem;
  }
}
.p-top-award .p-top-award__subscript {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__content {
    display: contents;
  }
}
.p-top-award .p-top-award__container-sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (width >= 769px) {
  .p-top-award .p-top-award__container-sp {
    display: contents;
  }
}
.p-top-award .p-top-award__images {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__images {
    display: contents;
  }
}
.p-top-award .p-top-award__image--01 {
  width: 106px;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__image--01 {
    width: 3.625rem;
  }
}
.p-top-award .p-top-award__image--02 {
  width: 222px;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__image--02 {
    width: 7.5rem;
  }
}
.p-top-award .p-top-award__image--03 {
  width: 220px;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__image--03 {
    width: 7.5rem;
  }
}
.p-top-award .p-top-award__image--04 {
  width: 132px;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__image--04 {
    width: 4.875rem;
  }
}
/* --------------------------------------------
    companies
--------------------------------------------  */
.p-top-companies {
  position: relative;
  z-index: 0;
  padding: 22px 0;
  overflow: hidden;
  background-color: #deecfb;
}
.p-top-companies .c-container {
  margin-inline: unset;
}
.p-top-companies .p-top-companies__slide {
  display: block;
  width: 160px;
  overflow: hidden;
  border-radius: 2px;
}
@media screen and (width <= 768px) {
  .p-top-companies .p-top-companies__slide {
    width: 6.875rem;
    border-radius: 0.125rem;
  }
}
/* --------------------------------------------
    worries
--------------------------------------------  */

.worries .container {
    background-color: #e9edf0;
    border-radius: 20px;
    padding: 20px 40px 30px;
    margin-top: 60px;
    z-index: 2;
    position: relative;
}
@media screen and (width <= 768px) {
    .worries .container {
        margin: 30px 20px 20px;
        padding: 20px;
    }
}
.worries .container .h2_en {
    margin-top: 0;
    padding-top: 30px;
}
@media screen and (width <= 768px) {
    .worries .container .h2_en {
        padding-top: 10px;
    }
}
.worries .items .item {
    border-radius: 20px;
    position: relative;
    background-color: #fff;
}
@media screen and (width <= 768px) {
    .worries .items .item {
        margin-bottom: 10px;
    }
}
.worries .items .item::before {
    content: "";
    width: calc(100% - 20px);
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #fff;
    position: absolute;
    bottom: -98px;
    left: 10px;
}
@media screen and (width <= 768px) {
    .worries .items .item::before {
        content: none;
    }
}
.worries .items .item .tag {
    font-weight: bold;
    background-color: #3370d7;
    border-radius: 20px 0 20px 0;
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
}
.worries .items .item h3 {
    margin: 24px 30px 0;
}
@media screen and (width <= 768px) {
    .worries .items .item h3 {
        margin: 20px;
    }
}
.worries .items .item .text {
    margin: 24px 30px 0;
}
@media screen and (width <= 768px) {
    .worries .items .item .text {
        margin: 20px;
    }
}
.worries .items .item .text img {
    height: 100px;
    width: auto;
    padding: 24px 0 0;
    display: block;
    margin: 0 auto;
}
@media screen and (width <= 768px) {
    .worries .items .item .text img {
        width: 100%;
        height: auto;
    }
}

/* --------------------------------------------
    solution
--------------------------------------------  */
.solution {
    background-color: #eff5fb;
    margin-top: -160px;
    padding-top: 160px;
}
.solution .limit {
    width: 800px;
}
.solution .text1 {
    font-weight: bold;
    margin-top: 20px;
}
.solution .text1 small {
    font-weight: normal;
    font-size: 16px;
}
.solution .cost {
    background-color: #fff;
    border-radius: 20px;
    padding: 0 60px 60px;
    width: 80%;
    margin: 0 auto;
}
@media screen and (width <= 768px) {
    .solution .cost {
        padding: 0 20px 20px;
        width: 100%;
        box-sizing: border-box;
    }
}
.solution .cost .h2_en {
    padding-top: 40px;
}
@media screen and (width <= 768px) {
    .solution .cost .h2_en {
        padding-top: 20px;
    }
}
.solution .cost img {
    width: 80%;
}
@media screen and (width <= 768px) {
    .solution .cost img {
        width: 100%;
    }
}
.solution .cost .sample {
    margin-top: 60px;
    border-radius: 10px;
    border: solid 1px #3370d7;
    padding: 20px 0;
}
@media screen and (width <= 768px) {
    .solution .cost .sample {
        margin-top: 20px;
        padding: 20px;
    }
}
.solution .cost .sample p {
    margin-bottom: 20px;
}
@media screen and (width <= 768px) {
    .solution .cost .sample p {
        margin-bottom: 10px;
    }
}
.solution .items {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
}
@media screen and (width <= 768px) {
    .solution .items {
        padding: 20px 30px;
        margin-bottom: 10px;
    }
}
.solution .items img {
    height: 120px;
    width: auto;
}
.solution .items h3 {
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: center;
    line-height: 1.4;
}
@media screen and (width <= 768px) {
    .solution .items h3 {
        height: auto;
        padding: 10px 0;
    }
}
.solution .items h3 span {
    position: relative;
}
.solution .items h3 small {
    position: absolute;
    top: -10px;
    right: -20px;
    color: #00319b;
}
.solution .notes {
    text-align: right;
    padding: 10px 0 80px;
}
.solution .notes span {
    color: #00319b;
}

/* --------------------------------------------
    step
--------------------------------------------  */
.step {
}

/* --------------------------------------------
    conditions
--------------------------------------------  */

.conditions .info {
    gap: 20px;
    width: 90%;
    margin: 0 auto;
    padding: 20px 40px;
    justify-content: left;
    align-items: center;
    border-bottom: solid 2px #00319b;
}
@media screen and (width <= 768px) {
    .conditions .info {
        padding: 20px;
    }
}
.conditions .info:last-child {
    border: none;
}
.conditions .info img {
    width: 50px;
}
.conditions .info dt {
    font-weight: bold;
    margin-bottom: 10px;
}
.conditions .GY {
    background-color: #dedede;
    border-radius: 10px;
    font-size: 90%;
    width: 80%;
    margin: 30px auto 60px;
    padding: 20px;
}

/* --------------------------------------------
    case
--------------------------------------------  */
.case {
    background-color: #eff5fb;
}
.case .item {
    align-items: stretch;
    margin-top: 60px;
    padding-bottom: 100px;
}
@media screen and (width <= 768px) {
    .case .item {
        gap: 40px;
    }
}
.case .items {
    position: relative;
    padding: 80px 0 0 60px;
}
@media screen and (width <= 768px) {
    .case .items {
        padding: 80px 0 0 30px;
    }
}
.case .items h3 {
    background-color: #00319b;
    padding: 30px;
    width: 90%;
    border-radius: 10px 0 10px 0;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
@media screen and (width <= 768px) {
    .case .items h3 {
        padding: 20px;
    }
}
.case .items h3 span {
    position: relative;
}
.case .items h3 .icon {
    position: absolute;
    left: -10px;
    top: -50px;
    width: 35px;
}
@media screen and (width <= 768px) {
    .case .items h3 .icon {
        top: -40px;
    }
}
.case .items dl {
    background-color: #fff;
    border-radius: 10px;
    padding: 60px 30px 30px;
}
@media screen and (width <= 768px) {
    .case .items dl {
        padding: 60px 20px 20px;
    }
    .case .items + .items dl {
        padding: 30px 20px 20px;
    }
}
.case .items dt {
    text-align: right;
    color: #00319b;
    font-size: 1.17em;
    font-weight: bold;    
    margin-bottom: 30px;
}
@media screen and (width <= 768px) {
    .case .items dt {
        margin-bottom: 10px;
    }
}
.case .items dt img {
    height: 50px;
    width: auto;
    padding-bottom: 10px;
}
@media screen and (width <= 768px) {
    .case .items dt img {
        height: 35px;
    }
}
.case .items dd p {
    margin-top: 20px;
}
@media screen and (width <= 768px) {
    .case .items dd p {
        margin-top: 10px;
    }
}
/* --------------------------------------------
    cta
--------------------------------------------  */
.cta {
    background: linear-gradient(90deg, #43b5f4, #427adb);
    padding: 60px 0;
}
@media screen and (width <= 768px) {
    .cta {
        padding: 40px 20px;
    }
}
.cta .container {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 0 30px;
}
@media screen and (width <= 768px) {
    .cta .container {
        padding: 10px 20px 30px;
    }
}
.cta .container h2.commonWord {
    margin-bottom: 20px;
}
.cta .container ul {
    justify-content: center;
    gap: 20px;
    margin: 20px auto;
}
@media screen and (width <= 768px) {
    .cta .container ul {
        gap: 10px;
    }
}
.cta .container li {
    border-radius: 20px;
    border: solid 2px #437ad9;
    width: 200px;
    color: #437ad9;
    gap: 10px;
    justify-content: center;
}
@media screen and (width <= 768px) {
    .cta .container li {
        flex-direction: row;
    }
}
.cta .container li img {
    width: 20px;
}
.cta .container a {
    background-color: #ff4a11;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #fff;
    transition: 0.3s;
    padding: 16px 0;
    width: 360px;
    margin: 0 auto;
    border-radius: 6px;
    max-width: 100%;
}
.cta .container a img {
    width: 16px;
}
.cta .container .notes {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: normal;
}



/* --------------------------------------------
    slider
--------------------------------------------  */
.swiper-slide {
    position: relative;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-prev,
.swiper-button-next {
    background-size: 40px 40px;
    height: 40px;
    margin-top: -24px;
    width: 40px;
}

.swiper-button-next {
    background-image: url(../images/cep/icon-slider-arrow.png);
}

.swiper-button-prev {
    background-image: url(../images/cep/icon-slider-arrow.png);
    transform: scale(-1, 1);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: none;
}

.situation .swiper-slide::before {
    background: linear-gradient(to right, transparent, #d7ebf5 10%);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 30;
}

.situation .swiper-slide.swiper-slide-active::before {
    content: none;
}

.solutionSliderArea {
    margin-top: 40px;
    position: relative;
}

.solutionSlider {
    padding: 0 80px 60px;
}

.solution .swiper-pagination-bullet {
    background: #f1f1f1;
    opacity: 1;
}

.solution .swiper-pagination-bullet-active {
    background: #7fb8f5;
}

@media screen and (max-width: 767px) {
    .solutionSlider {
        padding: 0 20px 40px;
    }
}

