@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* 共通 */
html {
    font-size: 16px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.04em;
}
img {
    max-width: 100%;
}
p {
    margin: 0;
    line-height: 1.7;
}
a {
    text-decoration: none;
    display: inline-block;
}
.sp_only {
    display: none;
}
.pc_only {
    display: block;
}
@media screen and (max-width: 1023px) {
    html {
        font-size: 14px;
    }
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
}
/* button */
.header__cta {
    display: flex;
    gap: 16px;
}
.header__cta-button {
    padding: 12px 20px;
    border: 2px solid #2E6F9E;
    border-radius: 68px;
    line-height: 1.2;
    font-size: 1.125em;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__cta-button span.btn-icon {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
[class*="cta-button--contact"] {
    background-color: #2E6F9E;
    color: #fff;
    border: 2px solid #2E6F9E;
    transition: background-color 0.3s ease;
}
[class*="cta-button--contact"]:hover {
    background-color: #fff;
    color: #2E6F9E;
}
[class*="cta-button--trial"],
.header__cta-button.header__cta-button--request,
.floating__cta-button--request {
    background-color: #fff;
    color: #2E6F9E;
    border: 2px solid #2E6F9E;
    transition: background-color 0.3s ease;
}
[class*="cta-button--trial"]:hover,
.header__cta-button.header__cta-button--request:hover,
.floating__cta-button--request:hover {
    background-color: #2E6F9E;
    color: #fff;
}
[class*="cta-button--contact"] .btn-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-color: #fff;
    -webkit-mask: url(../img/btn-icon-mail.svg) no-repeat center / contain;
    mask: url(../img/btn-icon-mail.svg) no-repeat center / contain;
}
[class*="cta-button--contact"]:hover .btn-icon {
    background-color: #2E6F9E;
}
[class*="cta-button--trial"] .btn-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-color: #2E6F9E;
    -webkit-mask: url(../img/btn-icon-tablet.svg) no-repeat center / contain;
    mask: url(../img/btn-icon-tablet.svg) no-repeat center / contain;
}
[class*="cta-button--trial"]:hover .btn-icon,
.header__cta-button.header__cta-button--trial .btn-icon,
.header__cta-button.header__cta-button--request:hover .btn-icon,
.floating__cta-button--request:hover .btn-icon,
.floating__cta-button--trial .btn-icon {
    background-color: #fff;
}
.header__cta-button.header__cta-button--trial,
.floating__cta-button--trial {
    background-color: #072A4C;
    color: #fff;
    border: 2px solid #072A4C;
    transition: background-color 0.3s ease;
}
.header__cta-button.header__cta-button--trial:hover,
.floating__cta-button--trial:hover {
    background-color: #fff;
    color: #072A4C;
}
.header__cta-button.header__cta-button--trial:hover .btn-icon,
.floating__cta-button--trial:hover .btn-icon {
    background-color: #072A4C;
}
.header__cta-button.header__cta-button--request .btn-icon,
.floating__cta-button--request .btn-icon {
    -webkit-mask: url(../img/btn-icon-document.svg) no-repeat center / contain;
    mask: url(../img/btn-icon-document.svg) no-repeat center / contain;
    background-color: #2E6F9E;
}
@media screen and (max-width: 1023px) {
    .header__cta {
        display: none;
    }
}
/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    height: 80px;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0 30px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
h1.header__logo {
    width: 282px;
    margin: 8px 0 0;
    display: inline-block;
    line-height: 1;
}
.header__span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media screen and (max-width: 1023px) {
    header {
        height: 60px;
    }
    .header__inner {
        justify-content: center;
    }
    h1.header__logo {
        width: 200px;
    }
}
/* footer */
.footer__inner {
    max-width: 1310px;
    padding: 56px 15px 0;
    margin:  0 auto;
}
.footer__info {
    padding-bottom: 24px;
    border-bottom: 1px solid #9B9B9B;
    position: relative;
    text-align: center;
}
.footer__info:after {
    content: "";
    background: url(../img/character.png) no-repeat center / contain;
    width: 87px;
    height: 99px;
    position: absolute;
    right: 0;
    bottom: -8px;
}
.footer__info-text P {
    line-height: 1.6;
    margin: 24px 0 0;
}
.footer__info-text img {
    width: 283px;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    font-size: 0.875em;
}
footer ul a {
    color: #333;
    text-decoration: none;
    display: block;
    transition: opacity 0.3s ease;
}
footer ul a:hover {
    opacity: .8;
}
.footer__info-link ul {
    margin-top: 64px;
    gap: 34px;
    flex-wrap: wrap;
}
.footer__info-link a {
    display: inline-block;
}
footer .bottom_link_list {
    margin: 24px 0 34px;
    gap: 24px;
}
footer .copyright {
    background-color: #2E6F9E;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 14px 15px;
    color: #fff;
}
@media screen and (min-width: 1024px) {
    .footer__info {
        display: flex;
        justify-content: space-between;
        text-align: left;
    }
    footer ul {
        font-size: 1em;
    }
    .footer__info-link ul {
        flex-wrap: nowrap;
    }
    ul.bottom_link_list {
        justify-content: start;
        gap: 40px;
    }
    .footer__info-link a {
        width: 110px;
        text-align: center;
    }
}
@media screen and (max-width: 1023px) {
    footer .bottom_link_list {
        font-size: 10px;
    }
    .footer__info-link ul {
        padding: 0 60px;
    }
    footer .copyright {
        padding-bottom: 148px;
    }
    .footer__info:after {
        width: 54px;
        height: 61px;
    }
}
/* mv */
#mv {
    background: url(../img/mv-bg.jpg) no-repeat center / cover;
    padding-right: 130px;
    margin-top: 80px;
}
.copy {
    padding: 111px 0 123px 130px;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    max-width: 1121px;
    width: 80%;
}
.copy img {
    max-width: 543px;
    width: 65%;
}
@media screen and (max-width: 1023px) {
    #mv {
        margin-top: 60px;
        padding: 0;
        height: 637px;
    }
    .copy {
       padding-left: 50px;
    }
    .copy img {
        max-width: 422px;
    }
}
@media screen and (max-width: 767px) {
    #mv {
        background: url(../img/mv-bg-sp.png) no-repeat center / cover;
    }
    .copy {
        padding: 40px 5px 0 15px;
        width: auto;
        background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
        text-align: center;
    }
    .copy img {
        width: 100%;
        max-width: 355px;
    }
}
/* problem */
#problem {
    padding: 92px 15px 80px;
}
#problem .inner {
    max-width: 1280px;
    margin: 0 auto;
}
.problem__title {
    position: absolute;
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    background: #4986B2;
    color: #fff;
    display: inline-block;
    max-width: 485px;
    width: 100%;
    height: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 56px;
    font-size: 1.5em;
    line-height: 1.6;
}
.problem__title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 24.5px solid transparent;
    border-right: 24.5px solid transparent;
    border-top: 27px solid #4986B2;
}
.problem__title span {
    position: relative;
}
.problem__title span:before {
    content: "";
    background: url(../img/comparison_before_ttl_deco.svg) no-repeat center / contain;
    display: inline-block;
    width: 31px;
    height: 39px;
    position: absolute;
    top: 50%;
    right: -45px;
    transform: translateY(-50%) rotate(15deg);
}
.comparison__before {
    position: relative;
    background: #F8F8F8;
    border-radius: 16px;
    padding: 120px 30px;
    z-index: 0;
}
.comparison__before:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/comparison_before_bg.png") no-repeat center / cover;
    opacity: 0.42;
    border-radius: 16px;
    z-index: -1;
}
.comparison__before:after {
    content: "";
    width: 114px;
    height: 114px;
    position: absolute;
    left: 50%;
    bottom: -45px;
    transform: translateX(-50%);
    background: url("../img/comparison_arrow.png") no-repeat center / contain;
}
.comparison__after {
    background: url("../img/comparison_after_bg.png") no-repeat center / cover;
    padding: 129px 30px 102px;
    border-radius: 16px;
    position: relative;
}
.comparison__after:before {
    content: "";
    background: url(../img/character.png) no-repeat center / contain;
    width: 87px;
    height: 99px;
    position: absolute;
    right: 46px;
    top: -89px;
}
.comparison__list {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.comparison__list > div {
    background: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 38px 24px;
    font-weight: bold;
}
.problem-solution-copy {
    margin: 62px auto 17px;
    text-align: center;
}
.problem-solution-copy img {
    width: 556px;
}
@media screen and (max-width: 1023px) {
    #problem .inner {
        max-width: 800px;
    }
    .problem__title {
        font-size: 1.2142857em;
        height: 70px;
        top: -19px;
    }
    .problem__title:after {
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-top: 18px solid #4986B2;
        bottom: -14px;
    }
    .problem__title span:before {
        width: 24px;
        height: 30px;
    }
    .comparison__before {
        padding: 67px 5px 89px;
    }
    .comparison__after {
        padding: 57px 5px 63px;
        margin-top: 71px;
    }
    .comparison__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    .comparison__list > div {
        padding: 14px 8px;
    }
    .problem-solution-copy img {
        max-width: 345px;
        width: 100%;
    }
    .comparison__after:before {
        right: -3px;
        top: -63px;
        width: 80px;
        height: 91px;
    }
}
/* CONTACT */
.sec-contact {
    padding: 55px 15px 64px;
    text-align: center;
    background:
        url(../img/contact_bg.png) no-repeat center / cover,
        linear-gradient(to right, #002C4C, #2E6F9E);
    background-blend-mode: soft-light;
}
.sec-contact h2 {
    margin: 0 0 32px;
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    line-height: 1;
    font-family: Arial, sans-serif;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.sec-contact h2 span {
    display: block;
    font-size: .375em;
    margin-bottom: 12px;
    font-family: "Noto Sans JP", sans-serif;
}
.sec-contact > p {
    color: #fff;
    font-size: 1.125em;
    margin: 0 0 32px;
}
.contact-box {
    background: #fff;
    max-width: 980px;
    margin: 0 auto;
    border-radius: 11px;
    padding: 32px 30px 40px;
}
.cta-buttons {
    position: relative;
    margin-top: 47px;
    display: flex;
    justify-content: center;
    gap: 96px;
}
.cta-buttons:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #989898;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
a.cta-button {
    border: 3px solid #2E6F9E;
    border-radius: 50px;
    position: relative;
    max-width: 334px;
    width: 100%;
    padding: 24px 30px 18px;
    line-height: 1;
    font-size: 1.625em;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.cta-button span.btn-sub {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #2E6F9E;
    background: #fff;
    border-radius: 48px;
    padding: 8px 24px;
    color: #333;
    white-space: nowrap;
    font-size: 16px;
}
a.cta-button span.btn-icon {
    margin-right: 16px;
}
@media screen and (max-width: 1023px) {
    .sec-contact {
        padding: 32px 15px;
    }
    .sec-contact h2 {
        font-size: 2.285714em;
        margin-bottom: 8px;
    }
    .sec-contact h2 span {
        font-size: .4375em;
    }
    .sec-contact > p {
        font-size: 1em;
        margin-bottom: 16px;
    }
    .contact-box {
        max-width: 600px;
        border-radius: 4px;
        padding: 24px;
    }
    .cta-buttons {
        flex-wrap: wrap;
        gap: 50px;
    }
    .cta-buttons:before {
        max-width: 400px;
        width: 100%;
        height: 1px;
        top: 48%;
        left: 50%;
        transform: translate(-50% , -50%);
    }
    a.cta-button {
        font-size: 1.285714em;
        padding: 20px 20px 13px;
    }
    a.cta-button span.btn-sub {
        font-size: 0.666666em;
        padding: 4.5px 30.5px;
    }
}
/* CONCEPT MOVIE */
#concept {
    padding: 56px 15px 64px;
    text-align: center;
    background: url(../img/concepr_movie_bg.png) no-repeat center / cover;
}
#concept h2 {
    color: #2E6F9E;
    font-family: Arial, sans-serif;
    font-size: 5em;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0 0 32px;
    opacity: .4;
    line-height: 1;
}
#concept p {
    font-size: 1.125em;
}
#concept video {
    max-width: 635px;
    width: calc(100% - 10px);
    display: inline-block;
    margin-top: 32px;
    background: #2E6F9E;
    padding: 5px;
}
.ttl-deco-wrap h2,
.ttl-deco-wrap h3 {
    color: #2E6F9E;
    margin: 0 0 32px;
    font-weight: 700;
    line-height: 1;
    font-size: 2.25em;
    text-align: center;
}
.ttl-deco-wrap span {
    position: relative;
    display: inline-block;
}
.ttl-deco-wrap span:before,
.ttl-deco-wrap span:after {
    content: "";
    width: 26px;
    height: 41px;
    position: absolute;
    display: inline-block;
}
.ttl-deco-wrap span:after {
    background: url(../img/ttl_deco_left.png) no-repeat center / contain;
    left: -38px;
}
.ttl-deco-wrap span:before {
    background: url(../img/ttl_deco_right.png) no-repeat center / contain;
    right: -38px;
}
@media screen and (max-width: 1023px) {
    #concept h2 {
        font-size: 4em;
    }
    .ttl-deco-wrap h2,
    .ttl-deco-wrap h3 {
        font-size: 1.42857em;
        line-height: 1.3;
    }
    .ttl-deco-wrap span {
        min-width: 300px;
    }
    .ttl-deco-wrap span:before,
    .ttl-deco-wrap span:after {
        width: 25px;
        height: 39px;
        top: 50%;
        transform: translateY(-50%);
    }
    #concept .ttl-deco-wrap span:before,
    #concept .ttl-deco-wrap span:after,
    #case .ttl-deco-wrap span:before,
    #case .ttl-deco-wrap span:after,
    #support .ttl-deco-wrap span:before,
    #support .ttl-deco-wrap span:after {
        width: 16px;
        height: 25px;
    }
    .ttl-deco-wrap span:after {
        left: -24px;
    }
    .ttl-deco-wrap span:before {
        right: -24px;
    }
}
/* difference */
#difference {
    padding: 80px 15px;
    text-align: center;
    background: url(../img/difference_bg.png) no-repeat right / contain;
}
#difference .inner {
    max-width: 1024px;
    margin: 0 auto;
}
#difference h3 {
    text-align: left;
    padding: 2px 12px 2px 8px;
    border-left: 4px solid #2E6F9E;
    line-height: 1;
    font-size: 1.5em;
    display: flex;
    align-items: end;
    margin: 40px 0 16px;
}
#difference h3 img {
    width: 140px;
    margin-left: 14px;
}
.difference-item {
    position: relative;
}
.difference-item:before {
    content: "";
    width: 2px;
    height: 173px;
    border-right: 2px dashed #000;
    position: absolute;
    right: 0;
    top: 22%;
}
.difference-item > picture:last-child img {
    margin-top: -55px;
}
.comparison-image {
  display: inline-block;
  cursor: pointer;
  margin-top: 40px;
}
.comparison-image__thumb {
  display: block;
  max-width: 458px;
  width: 100%;
  height: auto;
}
.comparison-image__text {
  margin-top: 8px;
  text-align: center;
  color: #2E6F9E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comparison-image__text img {
    margin-right: 8px;
}
.image-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.image-modal.is-open {
  display: block;
}
.image-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(194, 186, 186, 0.8);
}
.image-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 1000px;
  transform: translate(-50%, -50%);
}
.image-modal__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}
.image-modal__close {
  position: absolute;
  top: 32px;
  right: 42px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.image-modal__close img {
  display: block;
  width: 48px;
  height: auto;
}
.image-modal__close img:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1023px) {
    #difference {
        padding: 32px 15px;
        background-size: cover;
    }
    #difference .inner {
        max-width: 800px;
    }
    #difference h3 {
        font-size: 1.285714em;
        margin: 32px 0 16px;
    }
    #difference h3 img {
        width: 114px;
    }
    .difference-item {
        max-width: 400px;
        margin: 0 auto;
    }
    .difference-item > picture:last-child img {
        margin-top: 0;
    }
    .difference-item:before {
        content: none;
    }
}
/* flow */
#flow {
    padding: 80px 15px;
    background: url(../img/flow_bg.jpg) no-repeat center / cover;
}
#flow .inner {
    max-width: 1240px;
    margin: 0 auto;
}
#flow .ttl-deco-wrap h2 {
    margin-bottom: 40px;
}
#flow .inner > p {
    font-size: 1.125em;
    line-height: 1.8;
    text-align: center;
}
.flow_wrap {
    margin-top: 40px;
}
.flow_item {
    position: relative;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
    margin-bottom: 32px;
    z-index: 0;
    width: calc(100% - 9px);
    margin-right: auto;
}
.flow_item_inner {
    position: relative;
    z-index: 1;
    background: #2E6F9E;
    border-radius: 16px;
    padding: 40px 48px;
    display: flex;
    gap: 32px;
}
.flow_item_inner:before {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(9px);
    background: #fff;
    border-radius: 16px;
    z-index: -1;
}
.flow_step {
    width: 168px;
}
.flow_step h3 {
    margin: 0 0 32px;
    color: #2E6F9E;
    font-size: 1.25em;
    font-weight: 700;
}
.flow_step h3 .step_num {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 0.8em;
    line-height: 1;
    margin-bottom: 8px;
}
.flow_step h3 .step_num span {
    font-size: 2.625em;
    margin-left: 8px;
}
.step_img {
    display: inline-block;
    width: 108px;
    height: 108px;
    border-radius: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.step_img img {
    width: 64px;
}
.flow_text {
    width: calc(100% - 200px);
}
ul.flow_list {
    margin: 0;
    list-style: none;
    padding-left: 0;
    color: #2E6F9E;
}
ul.flow_list li {
    margin-bottom: 1em;
}
ul.flow_list p.ttl {
    position: relative;
    padding-left: 1em;
    font-weight: 700;
}
ul.flow_list p.ttl:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #2E6F9E;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: .65em;
}
ul.flow_list p.desc {
    color: #333;
    font-weight: 400;
}
@media screen and (max-width: 1023px) {
    #flow {
        padding: 32px 15px;
    }
    #flow .inner {
        max-width: 600px;
    }
    .flow_wrap {
        margin: 32px auto 0;
        max-width: 425px;
    }
    .flow_item {
        width: calc(100% - 3px);
    }
    .flow_item_inner {
        display: block;
        padding: 16px 16px 8px;
        border-radius: 6px;
    }
    .flow_item_inner:before {
        border-radius: 6px;
        transform: translateX(3px);
    }
    .flow_step {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
    }
    .flow_step h3 {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        font-size: 1.14286em;
    }
    .flow_step h3 .step_num {
        display: block;
        text-align: center;
        margin: 0;
        font-size: 0.6875em;
    }
    .flow_step h3 .step_num span {
        display: block;
        margin: 0;
        font-size: 2.27272em;
    }
    .step_img {
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }
    .step_img img {
        width: 28px;
    }
    .flow_text {
        width: 100%;
    }
    ul.flow_list p.ttl,
    ul.flow_list li {
        margin-bottom: 8px;
    }
}
/* merit */
#merit {
    background: url(../img/merit-bg.jpg) no-repeat center / cover;
    padding: 80px 15px;
}
#merit .inner {
    max-width: 1048px;
    margin: 0 auto;
}
#merit .inner > p {
    text-align: center;
    font-size: 1.125em;
    line-height: 1.8;
}
#merit h3 {
    margin: 0 0 24px;
    color: #2E6F9E;
    font-size: 1.875em;
    line-height: 1.5;
}
#merit h3 span {
    display: inline-block;
    background: #2E6F9E;
    color: #fff;
    font-size: 0.6em;
    line-height: 1.8;
    padding: 4px 12px;
    border-radius: 29px;
    margin-bottom: 8px;
}
.merit_wrap {
    margin-top: 40px;
}
.merit_item {
    padding: 32px 56px 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    letter-spacing: 0;
}
.merit_item_info {
    width: 458px;
}
.merit_info_list {
    background: #F0F3F6;
    border-radius: 8px;
    padding: 24px;
}
.merit_info_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.merit_info_list ul li {
    padding-left: 37px;
    position: relative;
    font-size: 1.125em;
    line-height: 1;
    margin-bottom: 24px;
}
.merit_info_list ul li:last-child {
    margin-bottom: 0;
}
.merit_info_list ul li:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../img/merit_list_check.png) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.merit_item_img {
    padding: 0 32px;
    text-align: center;
    font-weight: 700;
    font-size: 1.25em;
}
.merit_item_img img {
    width: 332px;
    margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
    #merit {
        padding: 32px 15px;
    }
    #merit .inner {
        max-width: 600px;
    }
    .merit_item {
        border-radius: 6px;
        padding: 24px 16px;
        display: block;
    }
    .merit_item_info {
        width: 100%;
    }
    .merit_wrap {
        margin: 32px auto 0;
        max-width: 425px;
    }
    #merit h3 {
        font-size: 1.57143em;
        margin-bottom: 16px;
        line-height: 1.5;
    }
    #merit h3 span {
        line-height: 1.6;
        font-size: 0.681816em;
    }
    .merit_info_list {
        border-radius: 6px;
        padding: 16px 8px;
        margin-bottom: 16px;
    }
    .merit_info_list ul li {
        margin-bottom: 12px;
        font-size: 1.07143em;
        padding-left: 26px;
    }
    .merit_info_list ul li:before {
        width: 18px;
        height: 18px;
    }
    .merit_item_img img {
        max-width: 313px;
        width: 100%;
        margin-bottom: 16px;
    }
    .merit_item_img {
        padding: 0;
        font-size: 1.285715em;
    }
}
/* plan */
#plan {
    background: #F9F9F9;
    padding: 80px 15px;
}
#plan .inner {
    max-width: 1280px;
    margin: 0 auto;
}
#plan h2 {
    margin-bottom: 40px;
}
#plan .inner > p {
    text-align: center;
    font-size: 1.125em;
    line-height: 1.8;
}
.plan_table_wrap {
    padding: 12px;
    margin: -12px;
}
#plan table {
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    width: 100%;
    letter-spacing: 0;
    margin-top: 64px;
}
#plan table thead tr {
    height: 80px;
}
#plan table thead th:first-child {
    border-radius: 12px 0 0 0;
}
#plan table thead th:last-child {
    border-radius: 0 12px 0 0;
}
#plan table tbody tr:last-child th {
    border-radius: 0 0 0 12px;
}
#plan table tbody tr:last-child td:last-child {
    border-radius: 0 0 12px 0;
}
#plan table tr th:first-child {
    width: 132px;
}
#plan table th,
#plan table td {
    border: 2px solid #E0E0E0;
}
#plan table tr:first-child th {
    border-top: none;
}
#plan table tr:last-child:not(:first-child) th,
#plan table tr:last-child td {
    border-bottom: none;
}
#plan table th:first-child,
#plan table td:first-child {
    border-left: none;
}
#plan table th:last-child,
#plan table td:last-child {
    border-right: none;
}
#plan table th {
    background: #0C3858;
    color: #fff;
}
#plan table td {
    color: #2E6F9E;
    padding: 20px 15px;
}
#plan table th.solo {
    background: #589BCB;
}
#plan table th.basic {
    background: #4284B3;
}
#plan table th.standard {
    background: #2E6F9E;
    position: relative;
}
#plan table th.standard:before {
    content: "おすすめ";
    width: 58px;
    height: 58px;
    border-radius: 29px;
    background: #FFBB4C;
    color: #2E6F9E;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-6deg);
    font-size: 12px;
    position: absolute;
    left: 3.5px;
    top: -36px;
}
#plan table th.pro {
    background: #134071;
}
#plan table th.premium {
    background: #072A4C;
}
#plan table .price td {
    text-align: center;
    font-size: 2.25em;
    font-weight: 700;
    padding-left: 7px;
    padding-right: 7px;
}
#plan table .price td span:not(.plan_contact) {
    font-size: 0.722222em;
}
#plan table ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#plan table ul li:not(:last-child) {
    margin-bottom: 10px;
}
#plan table tr.summary td {
    vertical-align: top;
}
#plan table tr.summary span {
    text-align: center;
    font-weight: 700;
    font-size: 1.125em;
    display: block;
    min-height: 50px;
    margin-bottom: 15px;
}
#plan table .plan_contact {
    display: block;
    font-size: 0.5em;
    color: #fff;
    background: #2E6F9E;
    border-radius: 30px;
    padding: 10px 16px;
}
@media screen and (max-width: 1279px) {
    .plan_table_wrap {
        overflow-x: auto;
    }
}
@media screen and (max-width: 1023px) {
    #plan {
        background: #E0F2FF;
        padding: 32px 15px;
    }
    #plan table {
        margin-top: 52px;
        white-space: nowrap;
    }
    #plan table tr th {
        font-size: 1.2142857em;
    }
    #plan table tr th:first-child {
        min-width: 125px;
    }
    #plan table tr td {
        font-size: 0.92857em;
        background: #fff;
    }
    #plan table .price td {
        font-size: 2.14286em;
    }
    #plan table .price td span:not(.plan_contact) {
        font-size: 0.666666em;
    }
    #plan table tr.summary span {
        min-height: 41px;
        margin-bottom: 12px;
        font-size: 1.23077em;
    }
    #plan table ul li:not(:last-child) {
        margin-bottom: 9px;
    }
}
/* case */
#case {
    padding: 80px 15px;
    background: url(../img/case-bg.jpg) no-repeat center / cover;
}
#case .inner {
    max-width: 1280px;
    margin: 0 auto;
}
#case h2 {
    margin-bottom: 40px;
}
#case .inner > p {
    text-align: center;
    font-size: 1.125em;
    line-height: 1.8;
}
.case_card_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 64px;
}
.readmore-card  {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    letter-spacing: 0;
    padding:  0 24px 24px;
}
.cese_icon {
    text-align: center;
}
.cese_icon img {
    width: 102px;
}
.case_card h3 {
    margin: 16px 0 32px;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1;
}
.case_card h4 {
    background: #F0F0F0;
    border-left: 4px solid #2E6F9E;
    margin: 0 0 8px;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px 12px 2px 8px;
}
.case_card h5 {
    color: #2E6F9E;
    font-size: 1em;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 11px;
}
.case_card h4:not(:first-of-type) {
    margin-top: 2em;
}
.case_card p {
    line-height: 1.5;
}
.case_card p:not(:last-child) {
    margin-bottom: 1.5em;
}
.readmore-card__content {
  overflow: hidden;
  max-height: 596px;
  transition: max-height 0.5s ease;
  position: relative;
}
/* .readmore-card__content::before {
  content: ".........";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding-left: 2px;
} */
.readmore-card.is-open .readmore-card__content::after,
.readmore-card.is-open .readmore-card__content::before {
  display: none;
}
button.readmore-card__btn.js-readmore-btn {
    background: #2E6F9E;
    border-radius: 88px;
    border: 0;
    width: 212px;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: 8px 16px;
    line-height: 1.8;
    font-size: 1.125em;
    letter-spacing: 0.02em;
    cursor: pointer;
    display: block;
    margin: 16px auto 0;
    position: relative;
}
button.readmore-card__btn.js-readmore-btn img {
    position: absolute;
    top: 53%;
    right: 27px;
    transform: translateY(-50%);
}
.readmore-card.is-open .readmore-card__btn {
  display: none;
}
@media screen and (max-width: 1023px) {
    #case {
        padding: 32px 15px;
    }
    #case .inner {
        max-width: 600px;
    }
    #case h2 {
        margin-bottom: 24px;
    }
    .case_card_wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
        margin: 32px auto 0;
        max-width: 425px;
    }
    .readmore-card {
        padding: 0 16px 24px;
    }
    .cese_icon img {
        width: 85px;
    }
    .case_card h3 {
        margin: 12px 0 26px;
        font-size: 1.14286em;
    }
    .case_card h4:not(:first-of-type) {
        margin-top: 24px;
    }
    .case_card h5 {
        margin-bottom: 9px;
    }
    .case_card p:not(:last-child) {
        margin-bottom: 16px;
    }
    button.readmore-card__btn.js-readmore-btn {
        font-size: 1.07143em;
        width: 184px;
    }
}
/* support */
#support {
    padding: 80px 15px;
}
#support .inner {
    max-width: 1283px;
    margin:  0 auto;
}
#support h2 {
    margin-bottom: 40px;
}
#support .inner > p {
    text-align: center;
    font-size: 1.125em;
    line-height: 1.8;
}
.support_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 64px;
}
.support_item {
    padding: 0 16px;
    letter-spacing: 0;
    position: relative;
}
.support_step {
    position: relative;
}
.support_step:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #A0C4D5;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -32px;
    transform: translateY(-50%);
    z-index: -1;
}
.support_item:last-of-type .support_step:before {
    right: -16px;
}
.support_item:not(:last-of-type):before {
    content: "";
    width: 1px;
    height: calc(100% - 36px);
    border-right: 1px dashed #A0C4D5;
    position: absolute;
    right: 0;
    bottom: 0;
}
.support_step span {
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 26px;
    background: #2E6F9E;
    color: #fff;
    display: inline-block;
}
.support_item img {
    width: 80px;
    margin: 48px auto 24px;
    display: block;
}
.support_text h3 {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 0;
    font-weight: 700;
    font-size: 1.25em;
}
.support_text p {
    text-align: justify;
}
@media screen and (max-width: 1023px) {
    #support {
        padding: 32px 15px;
    }
    #support .inner {
        max-width: 600px;
    }
    .support_wrap {
        margin: 32px auto 0;
        max-width: 425px;
        display: block;
        position: relative;
    }
    .support_wrap:before {
        content: "";
        width: 1px;
        height: 100%;
        display: inline-block;
        background: #A0C4D5;
        position: absolute;
        left: 30px;
    }
    .support_step:before,
    .support_item:not(:last-of-type):before {
        content: none;
    }
    .support_item {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .support_box {
        display: flex;
        align-items: center;
        padding: 24px 0 24px 36px;
        gap: 26px;
    }
    .support_item:last-child .support_box {
        padding-bottom: 0;
    }
    .support_text {
        width: calc(100% - 76px);
    }
    .support_step {
        width: 100%;
    }
    .support_item img {
        width: 50px;
        margin: 0;
    }
    .support_text h3 {
        text-align: left;
        font-size: 1.35714em;
        margin-bottom: 16px;
    }
}
/* faq */
#faq {
    padding: 80px 15px;
}
#faq .inner {
    max-width: 1120px;
    margin: 0 auto;
}
#faq .inner > p {
    text-align: center;
    font-size: 1.125em;
    line-height: 1.8;
}
.fap_wrap {
    margin-top: 64px;
    letter-spacing: 0;
}
.faq__category {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 48px;
}
.faq__category-btn {
    font-size: 1.5em;
    padding: 12px 32px;
    border: 2px solid #2E6F9E;
    color: #2E6F9E;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}
.faq__category-btn:hover,
.faq__category-btn.is-active {
    background: #2E6F9E;
    border-color: #2E6F9E;
    color: #fff;
}
.faq__panel {
    display: none;
}
.faq__panel.is-active {
    display: block;
}
.faq__item {
    border: 1px solid #C2C2C2;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    overflow: hidden;
}
.faq__item+.faq__item {
    margin-top: 16px;
}
.faq__question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 23px 40px 23px 68px;
    border: none;
    border-radius: 12px 12px 0 0;
    background: #fff;
    text-align: left;
    cursor: pointer;
    font-size: 1.125em;
    font-weight: 700;
    color: #2E6F9E;
}
.faq__item.is-open .faq__question {
    background: #2E6F9E;
    color: #fff;
}
.faq__question-text {
    display: block;
}
.faq__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.faq__icon::before,
.faq__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #2E6F9E;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.faq__item.is-open .faq__icon::before,
.faq__item.is-open .faq__icon::after {
    background: #fff;
}
.faq__icon::before {
    width: 16px;
    height: 2px;
}
.faq__icon::after {
    width: 2px;
    height: 16px;
}
.faq__item.is-open .faq__icon::after {
    opacity: 0;
}
.faq__answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}
.faq__answer-inner {
    padding: 17.5px 30px 17.5px 72.5px;
    line-height: 1.8;
    color: #2E6F9E;
}
.faq__question,
.faq__item.is-open .faq__answer-inner  {
    position: relative;
}
.faq__question .faq__qa_icon,
.faq__item.is-open .faq__answer-inner .faq__qa_icon {
    position: absolute;
    top: 50%;
    left: 17.5px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
}
.faq__question .faq__qa_icon:before,
.faq__item.is-open .faq__answer-inner .faq__qa_icon:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background: #2E6F9E;
    position: absolute;
    top: 0;
    left: 0;
}
.faq__item.is-open .faq__question .faq__qa_icon:before {
    background: #fff;
}
.faq__question .faq__qa_icon:after,
.faq__item.is-open .faq__answer-inner .faq__qa_icon:after {
    content: "Q";
    display: inline-block;
    font-family: Arial, sans-serif;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 700;
}
.faq__item.is-open .faq__answer-inner .faq__qa_icon:after {
    content: "A";
}
.faq__item.is-open .faq__question .faq__qa_icon:after {
    color: #2E6F9E;
}
@media screen and (max-width: 1023px) {
    #faq {
        padding: 32px 15px;
    }
    #faq .inner {
        max-width: 600px;
    }
    .fap_wrap {
        margin-top: 32px;
    }
    .faq__category {
        display: block;
        max-width: 247px;
        margin: 0 auto 32px;
    }
    .faq__category-btn {
        font-size: 1.285714em;
        margin-bottom: 14px;
        display: block;
        width: 100%;
    }
    .faq__question,
    .faq__item.is-open .faq__answer-inner {
        font-size: 1.14286em;
    }
    .faq__question,
    .faq__answer-inner {
        padding: 16px 16px 16px 65px;
    }
}
/* 追従 */
@media screen and (max-width: 1023px) {
    .floating-wrap {
        background: rgba(255, 255, 255, 0.9);
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 134px;
        display: flex;
        align-items: center;
        z-index: 1;
    }
    .floating-inner {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
    }
    .floating-inner a {
        padding: 15px 0;
        font-size: 12px;
    }
    .floating-inner .btn-icon {
        width: 34px;
        height: 34px;
        display: block;
        margin: 0 auto 8px;
    }
    .floating__cta-button--contact {
        border-radius: 8px 0 0 8px;
    }
    .floating__cta-button--trial {
        border-radius: 0 8px 8px 0;
    }
}
