@charset "utf-8";

/* reset.css */
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

body{
    color: #1A1A1A;
    background: #fff;
}

.txt-forte {
    color: #0052A4;
}

/* ヘッダー */
.h-content-c {
    max-width: 1600px;
    margin: auto;
    padding: 0 30px;
}

#head {
    position: fixed;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 999;
}

.h-content {
    padding: 0 30px;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 50px #00000029;
    border-radius: 20px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.hc-logo {
    width: 273px;
}

.hc-logo img {
    max-width: 100%;
    height: auto;
}

.hc-menu1 ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hc-menu1 ul li {
    margin: 0;
    text-align: center;
}

.hc-menu1 ul li a {
    padding: 0 10px;
    font: normal normal 500 13px Noto Sans JP;
    color: #1A1A1A;
    font-size: 13px;
    line-height: 2.307;
    text-decoration: none;
}
.hc-menu1 ul li a>span{
    position:relative;
}

.hc-menu1 ul li a:hover>span:before {
    position: absolute;
    content:"";
    border-bottom: solid 3px #1A1A1A;
    width: 100%;
    bottom: -5px;
}

.hc-menu-line {
    height: 40px;
    width: 1px;
    background: #000;
    display: block;
    margin-right: 10px;
}

.hc-menu2 {
    display: flex;
    align-items: center;
}

.hc-menu2 ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hc-menu2 ul li {
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hc-menu2 ul li a {
    padding: 0 10px;
    text-align: center;
    font: normal normal 500 13px Noto Sans JP;
    font-size: 13px;
    line-height: 2.307;
    letter-spacing: 0px;
    color: #1A1A1A;
    text-decoration: none;
}

.line-icon {
    width: 1.5em;
    height: auto;
    margin: auto;
    display: inline-block;
}

.hc-menu2 i {
    font-size: 1.5em;margin-bottom: 0.3em;
}

/* メインヴィジュアル   */
section.sec-visual {
    position: relative;
}
.sec-visual-c {
    max-width: 1600px;
    margin: 56px auto 110px;
    padding: 0 60px 0;
    position: relative;
    height: calc( 100vh - 116px );
    height: calc( var(--vh, 1vh) * 100 - 116px );
    min-height: calc( 900px - 116px );
}

.sv-desc {
    position: absolute;
    bottom: -60px;
    left: 0;
    right:0;
    width: 100%;
    transform-origin: bottom left;
    display: flex;
    justify-content: center;
}

.sv-desc-c {
    width: 100%;
}

.sv-desc__d1 {
    text-align: center;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 1.666666666666667;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
}

.sv-desc__d1>div {
    width: 100%;
    text-align: left;
}
.sv-desc__d1 .sv-desc__d1_c{
    position:relative;
    display: inline-block;
}
.sv-desc__d1 span.sv-desc__d1_bg {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.1em;
    right: 0;
    bottom: 0.1em;
}

.sv-desc__d1 span.sv-desc__d1_txt {
    color: #DAD1C8;
    mix-blend-mode: difference;
}

.sv-desc__d2 {
    text-align: center;
    font: normal normal 700 16px Noto Sans JP;
    letter-spacing: 0.8px;
    color: #fff;
    line-height: 2;
    font-size: 16px;
    margin: 40px 0;
}

.sv-desc__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    max-width: 100%;
    font: normal normal normal 19px Noto Sans JP;
    line-height: 1.684210526315789;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.sv-desc__img img {
    width: 260px;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.sv-desc__img {
    text-align: center;
}
.sv-desc__box_w {
    text-align: center;
    width: 100%;
}
.sv-desc__box {
    background: transparent linear-gradient(270deg, #E07DE0 0%, #2498E0 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    text-align: center;
    padding: 60px 120px 60px;
    display: inline-block;
    margin: auto;
}

.sv-desc__btn_w {
    text-align: center;
}

.sv-desc__desc {
    text-align: left;
    margin-bottom: 10px;
    font: normal normal normal 16px Noto Sans JP;
    letter-spacing: 0px;
    text-align: center;
    font: normal normal normal 12px Noto Sans JP;
    line-height: 1;
    color: #FFFFFF;
}

.sv-desc__desc2 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin: 20px 0;
    font: normal normal normal 19px "Noto Sans JP";
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    color: #0052A4;
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 7px;
}

.sv-desc__price {
    text-align: left;
    font: normal normal 700 40px Noto Sans JP;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    padding: 30px 0 15px;
}

.sv-desc__btn_more {
    text-align: center;
}

.sv-desc__btn_more a {
    border: 3px solid #0052A4;
    border-radius: 30px;
    height: 60px;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font: normal normal 700 13px Cabin;
    font-size: 13px;
    line-height: 3.53;
    color: #0052A4;
    padding: 0 70px;
    letter-spacing: 0.05em;
}
.sv-img {
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    background: #fff;
}
.sv-img .sv-img-c {
    width: 33.3333%;
}


.sv-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sv-desc__price span {
    font: normal normal 500 15px Noto Sans JP;
    letter-spacing: 0px;
    font-size: 15px;
    line-height: 2;
    margin-left: 1em;
}

.sv-desc__line {
    background: #000;
    height: 80px;
    width: 2px;
    margin: 20px auto;
}
.sv-desc__desc i {
    margin-right: 3px;
}

/* スタッフ */

#staff {
    padding: 80px 0;
}

.ss-name {
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: normal;
    color: #252E37;
    font-size: 100px;
    line-height: 1.5;
    padding-left: 7.2%;
    letter-spacing: 0.05em;
}

.ss-box-w.ss-box-w-mirror .ss-name {
    text-align: right;
    padding-right: 7.2%;
    padding-left: 0;
}

.ss-cap {
    text-align: left;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 1.3125;
    margin-top: 40px;
    margin-bottom: 80px;
    padding-left: 7.2%;
}


.ss-box-w.ss-box-w-mirror .ss-cap {
    text-align: right;
    padding-right: 7.2%;
    padding-left: 0;
}

.ss-desc__desc {
    border-top: 1px solid #0052A4;
    border-bottom: 1px solid #0052A4;
    text-align: left;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style:normal;
    letter-spacing: 0px;
    color: #000000;
    font-size: 26px;
    line-height: 2;
    padding: 40px 0;
}

.ss-desc__name {
    font: normal normal normal 16px Noto Sans JP;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.3125;
}
.ss-desc__name i {
    color: #0052A4;
}

.ss-desc-h__desc {
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0.55px;
    color: #000000;
    font-size: 11px;
    line-height: 2.36;
}
.ss-desc-h__desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ss-box__content {
    display: flex;
    flex-wrap: wrap;
}

.ss-box-w.ss-box-w-mirror .ss-box__content {
    flex-direction: row-reverse;
}

.ss-img {
    width: 50%;
    padding-right: 3.6%;
}

.ss-box-w.ss-box-w-mirror .ss-img {
    padding-right: 0;
    padding-left: 3.6%;
}

.ss-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    box-shadow: 0px 10px 50px #00000029;
    border-radius: 20px 0px 0px 20px;
}

.ss-descw {
    width: 50%;
    padding-right: 14.3%;
    padding-left: 3.6%;
}


.ss-box-w.ss-box-w-mirror .ss-descw {
    padding-left: 14.3%;
    padding-right: 3.6%;
}

.ss-desc {
    padding-bottom: 60px;
}

.ss-desc .line-icon {
    width: 1em;
    height: 1em;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: -5%;
    display: inline-block;
}

/* 特徴 */
#future {
    padding: 80px 0;
    margin-left: auto;
}

#future-c{
}
.sf-img{
    padding-left: 7.2%;
    padding-top: 3em;
    margin-top: -3em;
}
.sf-img-cw {
    position: relative;
    width: 100%;
}
.sf-img-c {
    height: 400px;
    overflow: hidden;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    z-index: 0;
    width: 100%;
}

.sf-img img {
    transform: translate(0, -35%);
    width: 100%;
    height: auto;
}

.sf-title {
    text-align: center;
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: normal;
    color: #252E37;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #DAD1C8;
    mix-blend-mode: difference;
}

.sf-desc {
    text-align: center;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 1.3125;
    margin: 40px 0 80px;
    /* z-index: 1; */
    position: relative;
}

.sf-content__box1 {
    width: 50%;
    padding-right: 5%;
}

.sf-content__box2 {
    width: 50%;
    margin-top: 280px;
    padding-left: 5%;
}

.sf-content__box1-c {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 50px #00000029;
    border-radius: 20px;
    text-align: center;
    padding: 30px;
}

.sf-content__box1-desc1 {
    text-align: left;
    font: normal normal bold 20px Noto Sans JP;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 2.6;
    text-align: center;
    padding-top: 30px;
}

.sf-content__box1-desc2 {
    font: normal normal bold 16px Noto Sans JP;
    letter-spacing: 1px;
    color: #000000;
    font-size: 16px;
    line-height: 2;
    padding-bottom: 30px;
    padding-top: 20px;
}

.sf-content__box1-desc2-c {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.sf-content__box1-desc2-num {
    margin-right: 10px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: solid 2px #0052A4;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal normal 20px Cabin;
    color: #0052A4;
    font-size: 20px;
}

.sf-content__box1-desc2-d {
    flex: 1;
    text-align: left;
}


.sf-content__box1-desc2>div:first-child {
    padding-bottom: 30px;
}

.sf-content__box1-desc3 {
    text-align: left;
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0.55px;
    color: #000000;
    font-size: 11px;
    line-height: 2;
    margin-top: 60px;
}
.sf-content__box1-line {
    background: #000;
    height: 40px;
    width: 1px;
    margin: 40px auto 20px;
}
.sf-content__box2-desc1 {
    background: linear-gradient(90deg, #2498E0, #E07DE0) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal normal 16px Noto Sans JP;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.4;
    height: 60px;
    padding: 0 3px;
}

.sf-content__box2-desc3 {
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0.55px;
    color: #000000;
    font-size: 11px;
    line-height: 2;
}

.sf-content__box2-desc2 {
    text-align: left;
    font: normal normal bold 20px Noto Sans JP;
    letter-spacing: 1px;
    color: #000000;
    font-size: 20px;
    line-height: 1.8;
    margin: 40px 0;
}
.sf-content__box2-img img {
    max-width: 100%;
    height: auto;
}

.sf-content__box2-img {
    margin-top: 60px;
}

.sf-content__box1-desc1 i {
    color: #0052A4;
    margin-right: 5px;
}

/* オンライン */
#online {
    padding: 80px 0;
    margin-left: auto;
}

#online-c{
}

.so-title {
    text-align: center;
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: normal;
    color: #252E37;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #DAD1C8;
    mix-blend-mode: difference;
}

.so-desc {
    text-align: center;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 1.3125;
    margin: 40px 0 80px;
    /* z-index: 1; */
    position: relative;
}

.so-content__box1 {
    width: 50%;
    padding-right: 5%;
}

.so-content__box2 {
    width: 50%;
    padding-left: 5%;
}

.so-content__box1-c {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 50px #00000029;
    border-radius: 20px;
    text-align: center;
    padding: 30px;
}

.so-content__box1-desc1 {
    text-align: left;
    font: normal normal bold 20px Noto Sans JP;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 2.6;
    text-align: center;
    padding-top: 30px;
}

.so-content__box1-desc2 {
    font: normal normal bold 16px Noto Sans JP;
    letter-spacing: 1px;
    color: #000000;
    font-size: 16px;
    line-height: 2;
    padding-bottom: 30px;
    padding-top: 20px;
    text-align: left;
}


.so-content__box1-desc3 {
    text-align: left;
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0.55px;
    color: #000000;
    font-size: 11px;
    line-height: 2;
    margin-top: 60px;
}
.so-content__box1-line {
    background: #000;
    height: 40px;
    width: 1px;
    margin: 40px auto 20px;
}

.so-content__box2-img {
    box-shadow: 0px 10px 50px #00000029;
    border-radius: 20px;
    overflow: hidden;
}

.so-content__box2-img img {
    max-width: 100%;
    height: auto;
}

.so-content__box1-desc1 i {
    color: #06C755;
    margin-right: 5px;
}

.so-line_btn a {
    background: #06C755 0% 0% no-repeat padding-box;
    border-radius: 30px;
    height: 60px;
    text-align: center;
    font: normal normal normal 13px Noto Sans JP;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.2307;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    max-width: 100%;
    text-decoration: none;
}

.so-line_btn {
    text-align: center;
    margin-bottom: 60px;
}
.so-line_btn img {
    width: 1.3em;
    height: auto;
    margin-right: 5px;
}

/* Simulation */
#simulation{
    padding: 80px 0;
}

#simulation-c{
}
.si-img{
    padding-left: 7.2%;
    padding-top: 3em;
    margin-top: -3em;
}
.si-img-cw {
    position: relative;
    width: 100%;
}
.si-img-c {
    height: 400px;
    overflow: hidden;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    z-index: 0;
    width: 100%;
}

.si-img img {
    transform: translate(0, -35%);
    height: auto;
    width: 100%;
}


.si-title {
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: normal;
    color: #DAD1C8;
    text-align: center;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0.05em;
    mix-blend-mode: difference;
}

.si-desc {
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 1.3125;
    text-align: center;
    margin: 40px 0 80px;
    position: relative;
}

.si-content-w {
    margin: auto;
    max-width: 990px;
    padding: 0 15px;
    position: relative;
}

.si-content {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 50px #00000029;
    border-radius: 20px;
    padding: 60px;
}

.si-content-ttl {
    font: normal normal 500 16px Noto Sans JP;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.si-content-desc {
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0.55px;
    color: #000000;
    font-size: 11px;
    line-height: 2;
    margin-bottom: 60px;
}
.si-content-desc.si-content-imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 15px;
}

.si-content-desc.si-content-imgs>div {
    width: 46%;
    border-radius: 5px;
    overflow: hidden;
}
.si-content-desc.si-content-imgs img {
    width: 100%;
    height: auto;
}

.si-content-ttl span:last-child {
    flex: 1;
}

.si-content-ttl .si-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #0052A4 0% 0% no-repeat padding-box;
    border-radius: 50%;
    font: normal normal normal 20px Cabin;
    color: #fff;
    margin-right: 10px;
}


.si-content-ttl .si-num2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
    color: #0052A4;
    border: solid 3px #0052A4;
    font-size: 30px;
}

.si-content-ttl .si-num2 i {
    transform: translate(20%, 0) scale(1.5,1);
}


/* 料金 */

#price {
    padding: 80px 0;
}
#price-c {
}

.sp-img {
    position: relative;
    padding-top: 3em;
    margin-top: -3em;
}

.sp-img-c {
    position: absolute;
    border-radius: 0px 20px 20px 0px;
    height: 400px;
    z-index: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    padding-right: 28.6%;
}
.sp-img-bg {
    background: #F2F2F2;
    width: 100%;
    height: 100%;
    border-radius: 0px 20px 20px 0px;
}

.sp-title {
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: normal;
    color: #DAD1C8;
    font-size: 100px;
    padding-left: 7.2%;
    line-height: 1;
    letter-spacing: 0.05em;
    mix-blend-mode: difference;
}

.sp-desc {
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 1.3125;
    padding-left: 7.2%;
    margin: 40px 0 80px;
    position: relative;
}

.sp-content {
    display: flex;
    flex-wrap: wrap;
    padding-left: 14.3%;
    padding-right: 14.3%;
    position: relative;
}

.sp-content__box1-c2-ttl i {
    color: #0052A4;
    margin-right: 5px;
}

.sp-content__box1-c2 {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 50px #00000029;
    border-radius: 20px;
    margin-top: 40px;
    padding: 60px;
    text-align: center;
}



.sp-content__box1 {
    width: 50%;
    padding-right: 5%;
}

.sp-content__box2 {
    width: 50%;
    margin-top: 240px;
    padding-left: 5%;
}

.sp-content__box1-camp {
    background: linear-gradient(90deg, #2498E0, #E07DE0) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font: normal normal bold 13px Noto Sans JP;
    letter-spacing: 1.3px;
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    padding: 0 7px;
}

.sp-content__box1-c2-ttl {
    font: normal normal normal 16px Noto Sans JP;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 2;
}

.sp-content__box1-c2-desc {
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0px;
    color: #000000;
    font-size: 11px;
    line-height: 2;
    margin: 20px 0;
}

.sp-content__box1-c2-price {
    font: normal normal bold 40px Noto Sans JP;
    letter-spacing: 0px;
    color: #0052A4;
    font-size: 40px;
    line-height: 1;
}

.sp-content__box1-c2-price span {
    font: normal normal normal 15px Noto Sans JP;
    letter-spacing: 0px;
    color: #0052A4;
    font-size: 15px;
    line-height: 2;
    margin-left: 1.5em;
}

.sp-desc__img img {
    max-width: 260px;
    width: 85%;
    height: auto;
    margin: auto;
}

.sp-desc__img {
    text-align: center;
    max-width:100%;
    height:auto;
    margin-bottom: 40px;
}

.sp-content__box1-c2-pay {
    margin-top: 60px;
}

.sp-content__box1-c2-pay-ttl {
    text-align: left;
    font: normal normal normal 16px Noto Sans JP;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 1.3125;
}

.sp-content__box1-c2-pay-desc {
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0px;
    color: #000000;
    font-size: 11px;
    line-height: 1.2727272;
    margin-top: 20px;
}

.sp-content__box2-desc {padding: 0;margin: 0;list-style: none;font: normal normal normal 11px Noto Sans JP;letter-spacing: 0px;color: #000000;font-size: 11px;line-height: 1.272727272;}

.sp-content__box2-desc li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: solid 1px #1A1A1A;
    padding: 20px;
}

.sp-content__box2-desc li:last-child {
    border-bottom: solid 1px #1A1A1A;
}

.sp-content__box2-ttl {
    font: normal normal normal 16px Noto Sans JP;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 20px;
}

.sp-content__box2-desc li>div>div:first-child {
}

.uchikeshi {
    text-decoration: line-through;
}

.sp-content__box2-desc2 {
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0px;
    color: #000000;
    font-size: 11px;
    line-height: 1.272727272;
    margin: 20px 0 60px;
}

/* flow */
#flow{
    padding: 80px 0;
}

#flow-c{
}
.sfl-img{
    padding-left: 7.2%;
    padding-top: 3em;
    margin-top: -3em;
}
.sfl-img-cw {
    position: relative;
    width: 100%;
}
.sfl-img-c {
    height: 400px;
    overflow: hidden;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    z-index: 0;
    width: 100%;
}

.sfl-img img {
    transform: translate(0, -35%);
    height: auto;
    width: 100%;
}


.sfl-title {
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: normal;
    color: #DAD1C8;
    text-align: center;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0.05em;
    mix-blend-mode: difference;
}

.sfl-desc {
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 1.3125;
    text-align: center;
    margin: 40px 0 80px;
    position: relative;
}

.sfl-content-w {
    margin: auto;
    max-width: 990px;
    padding: 0 15px;
    position: relative;
}

.sfl-content {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 50px #00000029;
    border-radius: 20px;
    padding: 60px;
}

.sfl-content-ttl {
    font: normal normal 500 16px Noto Sans JP;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.sfl-content-desc {
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0.55px;
    color: #000000;
    font-size: 11px;
    line-height: 2;
    margin-bottom: 60px;
}

.sfl-content-ttl span:last-child {
    flex: 1;
}

.sfl-content-ttl .sfl-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #0052A4 0% 0% no-repeat padding-box;
    border-radius: 50%;
    font: normal normal normal 20px Cabin;
    color: #fff;
    margin-right: 10px;
}

.logo_cloud {
    max-width: 240px;
    width: 70%;
    margin: 40px auto 60px;
    background: #DAE1E6;
    padding: 20px 0;
}

.logo_cloud img {
    width: 56%;
    height: auto;
    margin: auto;
}

.sfl-line_btn a {
    background: #06C755 0% 0% no-repeat padding-box;
    border-radius: 30px;
    height: 60px;
    text-align: center;
    font: normal normal normal 13px Noto Sans JP;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.2307;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    max-width: 100%;
    text-decoration: none;
}

.sfl-line_btn {
    text-align: center;
    margin-bottom: 60px;
}
.sfl-line_btn img {
    width: 1.3em;
    height: auto;
    margin-right: 5px;
}


.sfl-content-ttl .sfl-num2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
    color: #0052A4;
    border: solid 3px #0052A4;
    font-size: 30px;
}

.sfl-content-ttl .sfl-num2 i {
    transform: translate(20%, 0) scale(1.5,1);
}

/* faq */
#faq {
    padding: 80px 0;
}
#faq-c {
}

.faq-img {
    position: relative;
        padding-top: 3em;
        margin-top: -3em;
}

.faq-img-c {
    position: absolute;
    height: 400px;
    z-index: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    padding-right: 28.6%;
}
.faq-img-bg {
    background: #F2F2F2;
    width: 100%;
    height: 100%;
    border-radius: 0px 20px 20px 0px;
}

.faq-title {
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: normal;
    color: #DAD1C8;
    font-size: 100px;
    padding-left: 7.2%;
    line-height: 1;
    letter-spacing: 0.05em;
    mix-blend-mode: difference;
}

.faq-desc {
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 1.3125;
    padding-left: 7.2%;
    margin: 40px 0 80px;
    position: relative;
}



.faq-content {
    display: flex;
    flex-wrap: wrap;
    padding-left: 14.3%;
    padding-right: 14.3%;
    position: relative;
}




.faq-lists {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.faq-list {
  width: 50%;
}

.faq-list__c{
  padding: 20px;
  border-top: solid 1px #1A1A1A;
}
.faq-list__c:last-child {
    border-bottom: solid 1px #1A1A1A;
}

.faq-list__q{
    text-align: left;
    font: normal normal 500 13px Noto Sans JP;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    line-height: 1.9;
    cursor: pointer;
    position:relative;
    padding-right: 17px;
    margin-bottom: 20px;
}
.faq-list__q:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 15px;
    height: 1px;
    background-color: #1A1A1A;
}
.faq-list__q:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 15px;
    height: 1px;
    transform: rotate(90deg);
    background-color: #1A1A1A;
    transition: 0.3s;
    will-change: transform;
}
.faq-list__q.is_open:after {
    transform: rotate(0);
}

.faq-list__a{
    text-align: left;
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0px;
    color: #1A1A1A;
    opacity: 1;
    line-height: 1.9;
    font-size: 11px;
    min-height: 0;
    height: 0;
    overflow: hidden;
    transition: .5s;
    transition: ease .5s;
    transform: scaleY(0);
    transform-origin: top;
}

.faq-list__q.is_open ~ .faq-list__a {
    height: auto;
    transform: scaleY(1);
}

.faq-lists .faq-list:first-child {
    padding-right: 5%;
}
.faq-lists .faq-list:last-child {
    padding-left: 5%;
}

/* about */

#about {
    max-width: 1680px;
    margin: auto;
    padding: 80px 0;
}
.sa-title {
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: normal;
    color: #252E37;
    font-size: 100px;
    line-height: 1.5;
    padding-left: 7.2%;
    letter-spacing: 0.05em;
}
.sa-desc {
    padding-left: 7.2%;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 1.3125;
    margin: 40px 0 80px;
}

.sa-content {
    padding-left: 14.3%;
    padding-right: 14.3%;
}
.sa-content-ttl {
    font: normal normal normal 16px Noto Sans JP;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 40px;
    margin-top: 60px;
}

.sa-content-desc {
    display: flex;
    flex-wrap: wrap;
}

.sa-content-desc-c {
    width: 50%;
}

.sa-content-desc .sa-content-desc-c:first-child{
    padding-right: 5%;
}

.sa-content-desc-img2 {
    box-shadow: 0px 10px 50px #00000029;
    border-radius: 20px;
    overflow: hidden;
}

.sa-content .sa-content-ttl:first-child {
    margin-top: 0;
}


.sa-content-desc-c:nth-child(2){
    padding-left: 5%;
}

.sa-content-desc-ttl {
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0.65px;
    color: #000000;
    font-size: 11px;
    line-height: 2;
}

.sa-content-desc-img1 {
    margin: 20px 0;
}

.sa-content-desc-img1-1 img {
    width: 234px;
    height: auto;
}

.sa-content-desc-img1-2 {
    width: 168px;
    height: auto;
}
.sa-content-desc-img2 img {
    max-width: 100%;
    height: auto;
}
.sa-content-desc-img1 img {
    max-width: 100%;
    height: auto;
}

.sa-content-desc-2 ul {
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0.65px;
    color: #000000;
    font-size: 11px;
    line-height: 2;
    list-style: none;
    padding: 0;
}

/* アクセス */
#access {
    padding: 80px 0;
}

#access-c{
}

.sac-img{
    padding-left: 7.2%;
    padding-top: 3em;
    margin-top: -3em;
}
.sac-img-cw{
    width: 100%;
    position: relative;
}
.sac-img-c {
    height: 400px;
    overflow: hidden;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    z-index: 0;
    width: 100%;
}

.sac-img img {
    transform: translate(0, -35%);
    height: auto;
    width: 100%;
}

.sac-title {
    text-align: center;
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: normal;
    color: #DAD1C8;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0.05em;
    mix-blend-mode: difference;
}

.sac-desc {
    text-align: center;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 1.3125;
    margin: 40px 0 80px;
    position: relative;
}

.sac-content {
    display: flex;
    flex-wrap: wrap;
    padding-left: 14.3%;
    padding-right: 14.3%;
    align-items: flex-start;
    position: relative;
}

.sac-content__box1-c {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 50px #00000029;
    border-radius: 20px;
    padding: 60px;
}

.sac-content__box1-camp {
    height: 60px;
    background: linear-gradient(90deg, #2498E0, #E07DE0) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal bold 13px Noto Sans JP;
    letter-spacing: 1.3px;
    color: #FFFFFF;
    font-size: 13px;
    margin-top: 40px;
    padding: 0 7px;
}

.sac-content__box1 {
    width: 50%;
    padding-right: 5%;
}

.sac-content__box2 {
    width: 50%;
    margin-top: 280px;
    padding-left: 5%;
}

.sac-content__box1-c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sac-content__box1-c ul li {
    display: flex;
    margin-bottom: 20px;
}

.sac-content__box1-c ul li>div:first-child {
    width: 6em;
    font: normal normal normal 16px Noto Sans JP;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 1.3125;
}

.sac-content__box1-c ul li>div:last-child {
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0px;
    color: #000000;
    line-height: 2;
    flex: 1;
    font-size: 11px;
}

.sac-content__box1-c ul li:last-child {
    margin-bottom: 0;
}

.sac-content__box1-c i {
    color: #0052A4;
    margin-right: 5px;
}

.sac-mapw {
    width: 480px;
    margin-right: 120px;
}


.sac-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.sac-map-c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#map {
    width: 100%;
    height: 100%;
}

/* フッター */
.f-content-c {
    max-width: 1240px;
    margin: auto;
    padding: 60px 20px 30px;
}
.f-content {
    display: flex;
    flex-wrap: wrap;
}

#footer {
    background: #252E37 0% 0% no-repeat padding-box;
    color: #FFFFFF;
}

.fc-logo {
    width: 50%;
    padding-right: 5%;
}
.fc-logo img {
    max-width: 100%;
    min-width: 300px;
    width: 63%;
    height: auto;
}

.fc-desc {
    width: 50%;
    padding-left: 5%;
}
.fc-desc-lists ul {
    padding: 0;
    margin: 0;
}

.fc-list {
    text-align: left;
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0px;
    font-size: 11px;
    line-height: 2;
}



.fc-desc-lists li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 1.5em;
}

.fc-desc-lists li a {
    text-align: left;
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    text-decoration: none;
    padding-left: 0.5em;
    line-height: 2;
    font-size: 11px;
}

.fc-desc-lists li:before {
    content: "";
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    width: 11px;
    top: 50%;
}



.fc-desc-ttl {
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0px;
    line-height: 2;
    font-size: 11px;
    margin-bottom: 20px;
}

.fc-copylight {
    width: 100%;
    text-align: right;
    font: normal normal normal 9px Catamaran;
    letter-spacing: 0px;
    font-size: 9px;
    line-height: 2.888;
    margin-top: 30px;
}


.sf-main,.so-main,.sp-main,.si-main,.sfl-main,.faq-main,.sac-main {
    margin-top: -3em;
    background: #fff;
}

.sf-content {
    display: flex;
    flex-wrap: wrap;
    padding-left: 14.3%;
    padding-right: 14.3%;
    position: relative;
}

.so-content {
    display: flex;
    flex-wrap: wrap;
    padding-left: 14.3%;
    padding-right: 14.3%;
    position: relative;
}

#footer_nav{
  display:none;
}

.youtube_sizer {
    padding-top: 56.25%;
}

.youtube-w {
    margin: 40px auto;
    width: 90%;
    max-width: 600px;
}

.youtube {
  position: relative;
}
.youtube iframe {
  display: block;
  height: 0;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0!important;
  border: 0!important;
}

/* nav */

.hc-menu ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.hc-menu .line-icon {
    width: 1.1em;
    height: auto;
    display: inline-block;
}

#hc-ham {
  position: relative;
  margin-left: 30px;
}

.hc-menu2-w {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.nav-unshown {
  display:none;
}
.h_is_open #nav-open {
    background: transparent;
    box-shadow: none;
}
#nav-open {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100%;
  cursor: pointer;
  z-index: 999999;
  position: relative;
  background: #F2F2F2 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 50px #00000029;
  border-radius: 20px;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
}
#nav-open span:before {
  top: -8px;
}
#nav-open span:after {
  bottom: -8px;
}

.navc-c__btn a {
    background: #06C755;
    color: #fff;
    border-radius: 34px;
    opacity: 1;
    text-decoration: none;
    height: 60px;
    display: inline-block;
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font: normal normal 500 13px Noto Sans JP;
}

.navc-c__btn {
    text-align: center;
    margin: 55px 0 60px;
}

.navc-c__btn img {
    width: 1.2em;
    height: auto;
    margin-right: 15px;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  transition: .3s ease-in-out;
  padding: 130px 60px 50px;
  overflow-x: hidden!important;
  overflow-y: auto!important;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  visibility: visible;
  opacity: 1;
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.navc-c__desc {
    background: linear-gradient(90deg, #2498E0, #E07DE0) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: normal normal 600 20px Cabin;
    letter-spacing: 2px;
    color: #FFFFFF;
    padding: 0 7px;
    line-height: 1.5;
    font-size: 20px;
    max-width: 100%;
    width: 442px;
}

.navc-c__lists ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navc-c__lists a {
    text-decoration: none;
    font-family: linotype-didot, serif;
    font-weight: 400;
    color: #1A1A1A;
    opacity: 1;
    font-size: 50px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.navc-c__lists {
    margin: 60px 0;
}

.navc-c__edesc {
    font: normal normal normal 11px Noto Sans JP;
    letter-spacing: 0px;
    color: #1A1A1A;
    font-size: 11px;
    line-height: 2;
    padding-bottom: 60px;
}


@media (min-width:1599.97px){
    #hc-ham{
        display: none;
    }
    .hc-menu2-w{
    }
}


@media (max-width: 1599.98px) {

    .h-content {
        padding: 0 30px;
        background: none;
        box-shadow: none;
        border-radius: 0;
        height: 100px;
    }

    .hc-menu-line{
        display:none;
    }
    .hc-menu1{
        display:none;
    }
    .hc-logo {
        align-self: self-start;
    }
}


@media (min-width:768px){

}


@media (max-width: 1399.98px) and ( min-width:1281px ){
    .ss-name {
        font-size: 90px;
    }
    .ss-descw{
        padding-right: 12%;
        padding-left: 3%;
    }
}

@media (max-width: 1280.98px) and ( min-width:768px ){
    .sec-visual-c {
        height: calc( 100vh - 106px );
        height: calc( var(--vh, 1vh) * 100 - 106px );
        min-height: calc( 800px - 106px );
        margin: 56px auto 100px;
        padding: 0 40px 0;
    }

    .sv-desc {
    }

    .sv-desc__d1{
        font-size: 40px;
        margin-top: -20px;
    }
    .sv-desc__d2{
        font-size: 15px;
        margin: 30px 0;
    }
    .sv-desc__box{
        padding: 60px 100px 60px;
    }
    .sv-desc__btn_w{
    }
    .sv-desc__line{
        height:60px;
    }
    .sv-desc__price{
    }
    #staff {
        padding: 45px 0;
    }
    .ss-name {
        font-size: 50px;
    }
    .ss-descw{
        padding-right: 7%;
        padding-left: 1%;
    }
    .ss-box-w.ss-box-w-mirror .ss-descw {
        padding-left: 7%;
        padding-right: 1%;
    }
    .ss-desc__desc{
        padding: 30px 0;
        font-size: 22px;
    }
    .ss-desc__name{
        margin-top: 30px;
        margin-bottom: 15px;
    }

    #future {
        padding: 60px 0;
    }
    .sf-img img {
        transform: translate(0, -20%);
    }
    .sf-title{
        font-size: 80px;
    }
    .sf-desc{
        margin: 30px 0 60px;
    }
    .sf-img {
        padding-left: 4.2%;
        padding-top: 2.4em;
        margin-top: -2.4em;
    }
    .sf-content {
        padding-left: 7.3%;
        padding-right: 7.3%;
    }
    .sf-content__box1{
        padding-right: 2%;
    }
    .sf-content__box2{
        padding-left: 2%;
    }
    .sf-content__box1-c{
        padding: 30px;
    }
    .sf-content__box1-desc1{
        font-size: 18px;
    }
    .sf-content__box1-line{
        height: 35px;
        margin: 30px auto 15px;
    }
    .sf-content__box1-desc2{
        font-size: 16px;
    }
    .sf-content__box2-desc1{
        font-size: 13px;
    }
    .sf-content__box1-desc3{
        margin-top: 40px;
    }
    .sf-content__box2-desc2{
        margin: 30px 0;
    }
    #price{
        padding:60px 0;
    }

    #online {
        padding: 60px 0;
    }
    .so-title{
        font-size: 80px;
    }
    .so-desc{
        margin: 30px 0 60px;
    }
    .so-content {
        padding-left: 7.3%;
        padding-right: 7.3%;
    }
    .so-content__box1{
        padding-right: 2%;
    }
    .so-content__box2{
        padding-left: 2%;
    }
    .so-content__box1-c{
        padding: 30px;
    }
    .so-content__box1-desc1{
        font-size: 18px;
    }
    .so-content__box1-line{
        height: 35px;
        margin: 30px auto 15px;
    }
    .so-content__box1-desc2{
        font-size: 16px;
    }
    .so-content__box1-desc3{
        margin-top: 40px;
    }
    .so-line_btn {
        margin-bottom: 50px;
    }
    #simulation{
        padding: 60px 0;
    }
    .si-img img {
        transform: translate(0, -20%);
    }
    .si-title{
        font-size:80px;
    }
    .si-desc{
        margin: 30px 0 60px;
    }
    .si-content-desc{
        margin-bottom: 50px;
    }
    .si-line_btn {
        margin-bottom: 50px;
    }

    .si-content{
        padding: 50px;
    }
    #price{
        padding:60px 0;
    }
    .sp-title{
        font-size: 80px;
        padding-left: 4.2%;
    }
    .sp-img {
        padding-top: 2.4em;
        margin-top: -2.4em;
    }
    .sp-desc{
        padding-left: 4.2%;
        margin: 30px 0 60px;
    }
    .sp-content{
        padding-left: 10.67%;
        padding-right: 10.67%;
    }
    .sp-content__box1-camp{
        font-size: 11px;
    }
    .sp-content__box1{
        padding-right: 2%;
    }
    .sp-content__box2{
        padding-left: 2%;
        margin-top: 260px;
    }
    .sp-content__box1-c2{
        padding: 30px;
    }
    .sp-content__box1-c2-pay{
        margin-top: 50px;
    }
    .sp-content__box2-desc2{
        margin: 15px 0 40px;
    }
    #flow{
        padding: 60px 0;
    }
    .sfl-img img {
        transform: translate(0, -20%);
    }
    .sfl-title{
        font-size:80px;
    }
    .sfl-desc{
        margin: 30px 0 60px;
    }
    .sfl-content-desc{
        margin-bottom: 50px;
    }
    .sfl-line_btn {
        margin-bottom: 50px;
    }

    .sfl-content{
        padding: 50px;
    }
    #faq{
        padding: 60px 0;
    }
    .faq-img{
        padding-top: 2.4em;
        margin-top: -2.4em;
    }
    .faq-title{
        font-size:80px;
        padding-left: 4.2%;
    }
    .faq-desc{
        margin: 30px 0 60px;
        padding-left: 4.2%;
    }
    .faq-content{
        padding-left: 10.67%;
        padding-right: 10.67%;
    }
    .faq-lists .faq-list:first-child {
        padding-right: 2%;
    }
    .faq-lists .faq-list:last-child {
        padding-left: 2%;
    }
    #about {
        padding: 60px 0;
    }
    .sa-title{
        font-size:80px;
        padding-left: 4.2%;
    }
    .sa-desc{
        margin: 30px 0 60px;
        padding-left: 4.2%;
    }
    .sa-content{
        padding-left: 10.67%;
        padding-right: 10.67%;
    }
    .sa-content-desc .sa-content-desc-c:first-child{
        padding-right: 2%;
    }
    .sa-content-desc .sa-content-desc-c:nth-child(2) {
        padding-left: 2%;
    }
    .sa-content-ttl{
        margin-top: 50px;
        margin-bottom: 30px;
    }
    #access{
        padding:60px 0;
    }
    .sf-main,.so-main,.so-main,.sp-main,.si-main,.sfl-main,.faq-main,.sac-main{
        margin-top: -2.4em;
    }
    .sac-img{
        padding-top: 2.4em;
        margin-top: -2.4em;
    }
    .sac-img img {
        transform: translate(0, -20%);
    }
    .sac-title{
        font-size:80px;
    }
    .sac-desc{
        margin: 30px 0 60px;
    }
    .sac-content{
        padding-left: 10.67%;
        padding-right: 10.67%;
    }
    .sac-content__box1-c{
        padding: 40px;
    }
    .sac-content__box1{
        padding-right: 2%;
    }
    .sac-content__box2{
        padding-left: 2%;
    }
    .sac-content__box1-camp{
        font-size: 11px;
    }

}
@media (max-width: 1599.98px) and ( min-width:768px ){
    .hc-menu2{
        background: #F2F2F2 0% 0% no-repeat padding-box;
        box-shadow: 0px 10px 50px #00000029;
        border-radius: 20px;
        height: 100%;
        padding: 0 20px;
        z-index: 9999999;
    }

    .h_is_open .hc-menu2 {
        background: transparent;
        box-shadow: none;
    }
}
@media (max-width: 1280.98px) and ( min-width:1000px ){

    #nav-content{
        top: 17px;
        right: 60px;
        width: 640px;
        bottom: 25px;
        height: auto;
        display: flex;
        justify-content: center;
    }


}

@media (max-width: 999.98px) and ( min-width:768px ){
    .h-content {
        padding: 0 20px;
        height: 80px;
    }
    .h-content-c {
        padding: 0 30px;
    }
    .hc-menu2 {
        padding: 0 10px;
    }
    #nav-open {
        width: 80px;
    }
    .h_is_open #nav-open {
        background: transparent;
        box-shadow: none;
    }

    .hc-logo {
        width: 35%;
        max-width: 273px;
    }

    .hc-menu2 ul li a {
        font-size: 12px;
    }
    #hc-ham {
        margin-left: 20px;
    }
    #nav-content{
        top: 17px;
        right: 50px;
        width: 600px;
        bottom: 25px;
        height: auto;
        padding: 130px 0 50px;
        display: flex;
        justify-content: center;
    }

}


@media (max-width:767.98px){
    .h-content-c{
        padding: 0;
    }
    .sec-visual-c{
        margin: 0 auto 0;
        padding: 20px;
    }

    .sec-visual-c {
        height: calc( 100vh - 0px );
        height: calc( var(--vh, 1vh) * 100 - 0px );
        min-height: calc( 480px - 0px );
        margin: 0 auto 35px;
    }

    .sv-desc {
        left: 10.67%;
        right: 10.67%;
        width: auto;
        bottom: -10px;
    }

    .sv-desc__d1{
        font-size: 24px;
    }
    .sv-desc__d2{
        font-size: 12px;
        margin: 20px 0 35px;
    }
    .sv-desc__box{
        padding: 30px 20px 30px;
        width: 100%;
        max-width: 320px;
    }
    .sv-desc__img img{
        max-width: none;
        width: auto;
        height: 30px;
    }
    .sv-desc__btn_w{
    }
    .sv-desc__btn{
    max-width: 100%;
    width: 15em;
    word-break: break-all;
    font-size: 12px;
    }
    .sv-desc__line{
        height: 40px;
        margin: 15px auto;
    }
    .sv-desc__desc{
        font-size: 12px;
    }
    .sv-desc__desc2 {
        font-size: 12px;
    }
    .sv-desc__price{
        font-size: 30px;
    }
    .sv-desc__price span{
        font-size:10.5px
    }
    .sv-desc__btn_more a{
        height: 50px;
        font-size: 10px;
        padding: 0 40px;
    }
    #staff {
        padding: 40px 0;
    }
    .ss-name {
        font-size: 30px;
        padding: 0 20px;
    }
    .ss-cap{
        font-size: 11px;
        margin-top: 15px;
        margin-bottom: 45px;
        padding: 0 20px;
    }
    .ss-img{
        padding-right: 40px;
        width: 100%;
    }
    .ss-box-w.ss-box-w-mirror .ss-img {
        padding-left: 40px;
        padding-right: 0;
    }
    .ss-descw{
        padding-right: 10.67%;
        padding-left: 10.67%;
        margin-top: 55px;
        width: 100%;
    }
    .ss-box-w.ss-box-w-mirror .ss-descw {
        padding-right: 10.67%;
        padding-left: 10.67%;
    }

    .ss-desc__desc{
        padding: 20px 0;
        font-size: 15px;
    }
    .ss-desc__name{
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 12px;
    }
    .ss-desc-h{
        font-size:10.5px;
    }

    #future {
        padding: 45px 0;
    }
    .sf-img-c{
        height:250px;
    }
    .sf-img-c img{
        transform: translate(0, 0) scale(1.4);
    }
    .sf-title{
        font-size: 30px;
    }
    .sf-desc{
        margin: 20px 0 40px;
    }
    .sf-img {
        padding-left: 4.2%;
        padding-top: 0.9em;
        margin-top: -0.9em;
    }
    .sf-content {
        padding-left: 10.67%;
        padding-right: 10.67%;
    }
    .sf-content__box1{
        padding-right: 0;
        width: 100%;
    }
    .sf-content__box2{
        padding-left: 0;
        margin-top: 50px;
        width: 100%;
    }
    .sf-content__box1-c{
        padding: 40px 0;
    }
    .sf-content__box1-desc1{
        font-size: 15px;
        padding-top: 0;
    }
    .sf-content__box1-line{
        margin: 30px auto 30px;
    }
    .sf-content__box1-desc2{
        font-size: 12px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .sf-content__box2-desc1{
        font-size: 12.5px;
    }
    .sf-content__box1-desc3{
    }
    .sf-content__box2-desc2{
        margin: 25px 0;
    }
    .sf-content__box1-desc2-num {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .sf-content__box1-desc2-d {
        font-size: 11px;
        /* text-align: left; */
    }

    #online {
        padding: 45px 0;
    }
    .so-title{
        font-size: 30px;
    }
    .so-desc{
        margin: 20px 0 40px;
    }
    .so-content {
        padding-left: 10.67%;
        padding-right: 10.67%;
    }
    .so-content__box1{
        padding-right: 0;
        width: 100%;
    }
    .so-content__box2{
        padding-left: 0;
        margin-top: 50px;
        width: 100%;
    }
    .so-content__box1-c{
        padding: 40px 20px;
    }
    .so-content__box1-desc1{
        font-size: 15px;
        padding-top: 0;
    }
    .so-content__box1-line{
        margin: 30px auto 30px;
    }
    .so-content__box1-desc2{
        font-size: 12px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .so-content__box1-desc3{
    }
    .so-content__box1-desc2-num {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .so-content__box1-desc2-d {
        font-size: 11px;
        /* text-align: left; */
    }
    .so-line_btn {
        margin-bottom: 20px;
    }
    .so-line_btn a{
        height:50px;
    }
    #simulation{
        padding: 45px 0;
    }
    .si-title{
        font-size: 30px;
    }
    .si-desc{
        margin: 30px 0 40px;
    }
    .si-content-w{
        padding: 0 5.337%;
    }
    .si-content-ttl{
        font-size:11px;
    }
    .si-content-ttl .si-num2{
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .si-content-ttl .si-num{
        width: 40px;
        height: 40px;

    }
    .si-content-desc{
        margin-bottom: 20px;
        font-size: 10.5px;
    }
    .si-content-desc.si-content-imgs{
        padding-top: 0;
    }
    .si-line_btn {
        margin-bottom: 20px;
    }
    .si-line_btn a{
        height:50px;
    }
    .si-img{
    padding-left: 5.337%;
        padding-top: 0.9em;
        margin-top: -0.9em;
    }
    .si-img-c{
        height:250px;
    }
    .si-img-c img{transform: translate(0, 0) scale(1.4);}
    .si-content{
        padding: 30px;
    }
    #price{
        padding: 45px 0;
    }
    .sp-img {
        padding-top: 0.9em;
        margin-top: -0.9em;
    }
    .sp-title{
        font-size: 30px;
        padding-left: 5.337%;
    }
    .sp-desc{
        padding-left: 5.337%;
        margin: 20px 0 50px;
    }
    .sp-content{
        padding-left: 10.67%;
        padding-right: 10.67%;
    }
    .sp-content__box1-camp{
        font-size: 11px;
        height: 50px;
    }
    .sp-content__box1{
        padding-right: 0;
        width: 100%;
    }
    .sp-content__box2{
        padding-left: 0;
        margin-top: 50px;
        width: 100%;
    }
    .sp-content__box2-ttl{
        font-size:11px;
    }
    .sp-content__box2-desc{
        font-size:10.5px;
    }
    .sp-content__box2-desc li{
        padding: 13px;
    }
    .sp-content__box1-c2{
        padding: 30px 0;
    }
    .sp-desc__img{
        margin-bottom:0;
    }
    .sp-desc__img img{
        height:30px;
        width:auto;
    }

    .sp-desc__line {
        width: 2px;
        height: 30px;
        background: #1A1A1A;
        display: inline-block;
        margin: 15px 0;
    }
    .sp-content__box1-c2-ttl{
        font-size: 12px;
    }
    .sp-content__box1-c2-desc{
        font-size:10.5px;
    }
    .sp-content__box1-c2-price{
        font-size:30px;
    }
    .sp-content__box1-c2-price span{
        font-size:10.5px;
    }
    .sp-content__box1-c2-pay{
        margin-top: 50px;
    }
    .sp-content__box1-c2-pay-ttl{
        font-size:11px;
    }
    .sp-content__box1-c2-pay-desc{
        font-size:10.5px;
    }
    .sp-img-c{
        height:250px;
        padding-right: 16.004%;
    }
    .sp-content__box2-desc2{
        margin: 15px 0 0;
    }
    #flow{
        padding: 45px 0;
    }
    .sfl-title{
        font-size: 30px;
    }
    .sfl-desc{
        margin: 30px 0 40px;
    }
    .sfl-content-w{
        padding: 0 5.337%;
    }
    .sfl-content-ttl{
        font-size:11px;
    }
    .sfl-content-ttl .sfl-num2{
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .sfl-content-ttl .sfl-num{
        width: 40px;
        height: 40px;

    }
    .sfl-content-desc{
        margin-bottom: 20px;
        font-size: 10.5px;
    }
    .logo_cloud{
        margin: 30px auto 50px;
        padding: 15px 0;
    }
    .sfl-line_btn {
        margin-bottom: 20px;
    }
    .sfl-line_btn a{
        height:50px;
    }
    .sfl-img{
    padding-left: 5.337%;
        padding-top: 0.9em;
        margin-top: -0.9em;
    }
    .sfl-img-c{
        height:250px;
    }
    .sfl-img-c img{transform: translate(0, 0) scale(1.4);}
    .sfl-content{
        padding: 30px;
    }
    #faq{
        padding: 45px 0;
    }
    .faq-img-c {
        height: 250px;
        padding-right: 16.004%;
    }
    .faq-img{
        padding-top: 0.9em;
        margin-top: -0.9em;
    }
    .faq-title{
        font-size: 30px;
        padding-left: 5.337%;
    }
    .faq-desc{
        margin: 20px 0 40px;
        padding-left: 5.337%;
        font-size: 11px;
    }
    .faq-content{
        padding-left: 10.67%;
        padding-right: 10.67%;
    }
    .faq-lists .faq-list:first-child {
        padding-right: 0;
        width: 100%;
    }
    .faq-lists .faq-list:first-child .faq-list__c:last-child{
        border-bottom: none;
    }
    .faq-lists .faq-list:last-child {
        padding-left: 0;
        width: 100%;
    }
    #about {
        padding: 45px 0;
    }
    .sa-title{
        font-size: 30px;
        padding-left: 5.337%;
    }
    .sa-desc{
        margin: 20px 0 40px;
        padding-left: 5.337%;
        font-size: 11px;
    }
    .sa-content{
        padding-left: 40px;
        padding-right: 40px;
    }
    .sa-content-desc .sa-content-desc-c:first-child{
        padding-right: 0;
        width: 100%;
    }
    .sa-content-desc .sa-content-desc-c:nth-child(2) {
        padding-left: 0;
        width: 100%;
        margin-top: 40px;
    }
    .sa-content-desc-ttl{
        font-size:10.5px;
    }
    .sa-content-desc-2 ul{
        font-size:10.5px;
    }
    .sa-content-ttl{
        margin-top: 50px;
        margin-bottom: 30px;
        font-size: 11px;
    }
    #access{
        padding: 45px 0;
    }
    .sac-img{
        padding-left: 5.337%;
        padding-top: 0.9em;
        margin-top: -0.9em;
    }
    .sac-img-c{
        height:250px;
    }
    .sac-img img {
        transform: translate(0, 0) scale(1.4);
    }
    .sac-title{
        font-size: 30px;
    }
    .sac-desc{
        margin: 35px 0 40px;
        font-size: 11px;
    }
    .sac-content{
        padding-left: 10.67%;
        padding-right: 10.67%;
    }
    .sac-content__box1-c{
        padding: 30px;
    }
    .sac-content__box1-c ul li>div:first-child{
        font-size:14px;
    }
    .sac-content__box1-c ul li>div:last-child{
        font-size:10.5px;
    }
    .sac-content__box1{
        padding-right: 0;
        width: 100%;
    }
    .sac-content__box2{
        padding-left: 0;
        margin-top: 30px;
        width: 100%;
    }
    .sac-content__box1-camp{
        font-size: 11px;
        height: 50px;
    }

    .sf-main,.so-main,.si-main,.sp-main,.sfl-main,.faq-main,.sac-main{
        margin-top: -0.9em;
    }

    .hc-menu2{
        display:none;
    }
    #hc-ham{
        margin-left: 0;
    }
    .hc-logo {
        z-index: 99999;
        position: relative;
        height: 25px;
        width: auto;
    }
    .hc-logo img{
         height: 100%;
         width: auto;
    }

    #nav-content{
        padding: 100px 0 50px;
        display: flex;
        justify-content: center;
    }
    .navc-c__desc{
        height: 50px;
        font-size: 11px;
        width: 280px;
        max-width: 100%;
    }
    .navc-c__lists a{
        font-size: calc(18px + (50 - 18) * ((100vh - 468px) / (1024 - 468)));
    }
    .navc-c__lists{
        margin: 30px 0;
    }
    .navc-c__edesc{
        padding-bottom: 20px;
    }

    .h_is_open #nav-open{
        background: transparent;
        box-shadow: none;
    }
    #nav-open {
        width: 60px;
        height: 100%;
    }
    #nav-input:checked ~ #nav-open span::before {
        top: auto;
        transform: rotate(45deg);
        transition: .3s;
    }

    #nav-input:checked ~ #nav-open span {
        height: 0;
    }

    #nav-input:checked ~ #nav-open span::after {
        bottom: auto;
        transition: .3s;
        transform: rotate(-45deg);
    }



    .h-content {
        padding: 0 10px;
        height: 60px;
    }

    #head {
        top: 10px;
    }

      .scroll_active #footer_nav{
      opacity:1;
    }

    #footer_nav {
        display:block;
        position: fixed;
        right: 0;
        left: 0;
        bottom: 20px;
        pointer-events: none;
        z-index: 998;
        opacity: 0;
        will-change: opacity;
        transition-duration: 0.3s;
        transition-delay: 0.1s;
    }

    #footer_nav ul {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding: 0;
        list-style: none;
        justify-content: center;
        align-items: center;
    }

    #footer_nav ul li {
        pointer-events: auto;
        margin-right: 16px;
    }

    #footer_nav ul li:last-child{
      margin:0;
    }

    .fn-mbtn a {
        color: #1A1A1A;
        background: #F2F2F2 0% 0% no-repeat padding-box;
        box-shadow: 0px 10px 50px #00000029;
        border-radius: 20px;
        line-height: 1;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .fn-lbtn a {
        border-radius: 20px;
        display: flex;
        align-items: center;
        text-align: center;
        font: normal normal 500 11px Noto Sans JP;
        letter-spacing: 0px;
        opacity: 1;
        text-decoration:none;
        color: #ffffff;
        height: 60px;
        background: #06c755 0% 0% no-repeat padding-box;
        box-shadow: 0px 10px 50px #00000029;
        border-radius: 20px;
        padding: 0 10px;
        font-size: 13px;
        line-height: 1.1818;
    }

    #footer_nav ul li:last-child a img {
        /** width: 25px; **/
        height: auto;
        margin-right: 7px;
    }

    #footer{
        padding-bottom:60px;
    }
    .f-content-c{
        padding: 30px 10.67% 30px;
    }
    .f-content{
        display:block;
    }
    .fc-logo{
        width:100%;
        margin-bottom: 30px;
    }
    .fc-logo img{
        min-width: auto;
        width: 170px;
    }
    .fc-desc{
        width:100%;
        padding: 0;
    }
    .fc-desc-lists li a{
        font-size: 10.5px;
    }
}


@media ( max-width:767.98px ) and ( max-height:1023.98px ){
    #nav-content {
        padding-top: 75px;
    }
}
@media ( max-width:767.98px ) and ( max-height:467.98px ){
    .navc-c__lists a{
        font-size:18px;
    }
}
@media ( max-width:767.98px ) and ( min-height:1024px ){
    .navc-c__lists a{
        font-size:50px;
    }
}


@media ( min-width:768px ) and ( max-height:1023.98px ){
    #nav-content {
        padding-top: 110px;
    }
    .navc-c__lists{
        margin: 30px 0;
    }
    .navc-c__lists a{
        font-size: calc(18px + (50 - 18) * ((100vh - 468px) / (1024 - 468)));
    }
    .navc-c__desc{
        font-size: calc(15px + (20 - 15) * ((100vh - 468px) / (1024 - 468)));
        height: auto;
        padding: 1.5vh 0;
        max-height: 60px;
        min-height: 40px;
    }
}

@media( max-width:374.98px ){
}
