@charset "utf-8";

html {
    scroll-behavior: smooth;
    background: #2c2d36;
}

body {
    font-family: sans-serif;
    font-weight: 400;
    color: #252525;
    letter-spacing: 0.02em;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}

a:hover {
    /*opacity: 0.8;*/
}

img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.pc-none {
    display: none;
}

body {
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    position: relative;
    background: #fff;
}

.heading-1 {
    padding: 15px 0;
}

.heading-1 img {
    max-width: 50%;
}

header {
    background: rgba(141, 150, 156, 0.8);
    padding: 15px;
    position: absolute;
    max-width: 430px;
    z-index: 1;
}

.branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 0 5%;
}

.fv {
    position: relative;
    padding-bottom: 65px;
}

.fv.__gad,
.fv.__fad{
  padding-bottom: 20px;
}

.fv.fv__fad {
    padding-bottom: 8px;
}

.fv__fad2 {
    padding-bottom: 17px;
    background: #262a31;
}
.fv__gad2 {
    padding-bottom: 17px;
    background: #262a31;
}
.cta_fad2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 432px;
    width: 93.913vw;
    margin: 0 auto;
    padding: 25px 15px 21px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.cta_gad2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 432px;
    width: 93.913vw;
    margin: 0 auto;
    padding: 25px 15px 21px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cta.__gad{
  padding: 15px 0 20px;
}


.bl_fv_infoImg {
    margin: 10px 0 17px;
}
.bl_fv_formBtn {
    display: block;
    max-width: 402px;
    margin-bottom: 12px;
}
.bl_fv_telBtn {
    display: block;
    max-width: 197px;
    width: 42vw;
}
.bl_fv_accessBtn {
    max-width: 197px;
    width: 42vw;
}

.cta {
    padding: 15px 15px 20px;
    background-color: #2e333b;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #262a31 calc(100% - 1px)),
        linear-gradient(90deg, transparent calc(100% - 1px), #262a31 calc(100% - 1px));
    background-size: 8px 8px;
    background-repeat: repeat;
    background-position: center center;
}

.cta img {
    transition: .1s;
    width: 100%;
}

.cta img:hover {
    transform: translate3d(0px, 3px, 0);
    filter: none;
}

.cta .btn-tel img:hover {
    transform: translate3d(0px, 3px, 0);
    filter: none;
}

.cta .btn-form img {
    width: 100%;
    filter: drop-shadow(0px 1px 0px #7f3739);
    margin-top: 0px
}

.cta .btn-form-min img {
  filter: drop-shadow(0px 1px 0px #7f3739);
}

.fix-cta .btn-form-fix img {
    filter: drop-shadow(0px 1px 0px #7f3739);
}

.cta .btn-line img {
    filter: drop-shadow(0px 3px 0px #4f8a43);
}

.cta .btn-tel img,
.fix-cta .btn-tel img {
    filter: drop-shadow(0px 3px 0px #294a7e);
}

.cta .btn-tel a,
.fix-cta .btn-tel a {
    position: relative;
}

.cta .btn-tel a .tel-number,
.fix-cta .btn-tel a .tel-number {
    color: #fff;
    position: absolute;
    bottom: 14px;
    right: 41px;
    font-size: 13px;
    z-index: 1;
}

.cta .btn-tel a:hover .tel-number,
.fix-cta .btn-tel a:hover .tel-number {
    transform: translate3d(0px, 3px, 0);
    filter: none;
}

.fv .cta {
    position: absolute;
    bottom: 0px;
    background: no-repeat;
    background-color: #2e333b;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #262a31 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #262a31 calc(100% - 1px));
    background-size: 8px 8px;
    background-repeat: repeat;
    background-position: center center;
}

.btn-access {
    padding-top: 27px;
    text-align: center;

}

.btn-access-txt {
	font-size: 21px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	&:hover{
		transform: translate3d(0px, 3px, 0);
	}
	&:before {
		content: '';
		display: inline-block;
		margin-left: -20px;
		padding-right: 20px;
		width: 27px;
		height: 30px;
		background: url(../../images/icon_access.png) center center/contain no-repeat;
	}
}

.cta-split {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 2%;
}
.cta-split div {
  display: block;          
  height: 70px;
  flex: 1 1 0;
}
.cta__fad2 .cta-split {
	flex-wrap: wrap;
}
.bl_btn_form {
	width: 100%;
	margin: 0 auto 5px;
}
.cta__fad2 .cta-split .btn-line,
.cta__fad2 .cta-split .btn-form-min,
.cta__fad2 .cta-split .btn-tel {
	width: 49%;
}

.bl_cta_pdd{
  padding: 0 15px;
}

.btn-form {
	margin-bottom: 3%;
}

.about-medieth {
    padding: 0 15px 20px;
    background: #0a1a36;
}

.about-medieth p {
    color: #fff;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3%;
}

.about-medieth video {
    width: 100%;
    height: auto;
}

.noproblem-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2%;
    margin-top: 2%;
}

.noproblem-split img {
    width: 49%;
}

.attention {
    padding: 0;
    line-height: 1;
}

.attention h2 {
    margin-top: -90px;
}

.attention01 {
    margin-top: -90px;
}

.bl_attention_02{
  margin: 20px 0 0;
}

.bl_attention_03{
  background: #ffffff;
}

.about-machine {
    background: #0a1a36;
    padding: 15px 15px 25px;
}

.about-achievement {
    background: #0a1a36;
    padding: 5px 15px 15px;
}

.about-achievement p {
    color: #fff;
    color: #fff;
    line-height: 1.7;
    font-size: 16px;
}

.feature {
    padding: 100px 0 0;
    background: url(../../images/pages/bg-feature.png);
    background-size: cover;
}

.review {
    background: #e8eef6;
    padding-bottom: 100px;
}

.review-wrap {
    margin-top: -170px;
}

.bl_review_btn{
  padding: 0 25px;
  margin: 40px 0 0;
}

.review-box {
    width: 80%;
    background: #fff;
    border-radius: 5px;
    filter: drop-shadow(3px 10px 18px rgba(0, 0, 0, 0.1));
    margin-right: 7px;
    margin-left: 7px;
}

.inner-review {
    padding: 20px 15px 0;
}

.inner-review h3 {
    margin-bottom: 15px;
}

.inner-review p {
    margin: 15px 0 20px;
    line-height: 1.5;
}

.slick-dots {
    width: initial;
    margin-left: 15px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: initial;
    height: initial;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    padding: 0;
    color: transparent;
    outline: none;
    width: 30px;
    border: unset;
    height: 4px;
    display: block;
    background: #fff;
    cursor: pointer;
}

.slick-dots .slick-active button {
    background: #04142e;
}

.plan {
    margin-top: -90px;
}

.plan h2 {
    position: relative;
    z-index: 3;
}

.plan-detail {
    padding: 15px 15px 25px;
}

.plan-vio {
    margin-top: -95px;
}

.plan-vio.__fad{
  margin: -195px 0 0;
}

.plan-other {
    margin-top: -80px;
}

.plan-other-txt{
    font-size: min(13px,2.826vw);
    line-height: 1.3;
    width: min(390px,84.783vw);
    margin: auto auto 10px;
    margin-bottom: min(10px,1.304vw);
    font-feature-settings: 'palt';
    li{
        text-indent: -1em;
        padding-left: 1em;
        list-style: none;
        display: inline-block;
        +li{
            margin-top: 0.1em;
        }
    }
}

.flow {
    padding: 20px 0 0;
}

.inner-flow {
    margin-top: -90px;
    margin-bottom: 25px;
}

.access {
    margin-top: -70px;
}

.inner-access {
    background-color: #e8eef6;
    padding-top: 80px;
    margin-top: -80px;
    padding-bottom: 90px;
}

.access-info {
    background-color: #fff;
    margin-left: 50px;
    padding: 20px 0 0 10px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 30px;
}

.term {
    width: 95%;
    color: #dac682;
    font-weight: 600;
    font-size: 16px;
    background: #04142e;
    clip-path: polygon(0% 100%, 1.5% 0%, 100% 0%, 100% 100%);
    padding: 10px 0 10px 20px;
}

.description {
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 0 0 20px;
}

.description a {
    color: #111;
}

.gold {
    color: #b2973c;
}

.strong {
    font-weight: 600;
}

.map {
    margin-left: 50px;
}

.faq {
    padding: 60px 15px 90px;
    background-color: #fff;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e0e0e0 calc(100% - 1px)),
        linear-gradient(90deg, transparent calc(100% - 1px), #e0e0e0 calc(100% - 1px));
    background-size: 8px 8px;
    background-repeat: repeat;
    background-position: center center;
}

.faq h2 {
    margin-bottom: 40px;
}

.faq h3 {
    margin-bottom: 25px;
}

.faq h2 img {
    width: 70%;
}

.faq h3 img {
    width: auto;
    height: 35px;
}

.faq-box2 {
    margin-top: 50px;
}

.inner-faq ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
    gap: 25px 0;
}


.inner-faq li {
    border: solid 1px #111;
    background-color: #fff;
    padding: 15px;
}

.question {
    color: #286cd2;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.question::before {
    content: "";
    background: url(../../images/Q.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 21px;
    background-size: contain;
    margin-right: 10px;
}

.question::after {
    content: "+";
    /* プラスの画像 */
    margin-left: 10px;
    cursor: pointer;
    font-size: 28px;
    color: #111;
    font-weight: 900;
    line-height: 0.7;
    margin-left: auto;
}

.question.open::after {
    content: "−";
    /* マイナスの画像 */
}

.question p {
    width: 100%;
}

.answer {
    border-top: solid 1px #286cd2;
    color: #111;
    font-weight: 400;
    font-size: 16px;
    padding-top: 15px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
}

.answer::before {
    content: "";
    background: url(../../images/A.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 17px;
    height: 20px;
    background-size: contain;
    margin-right: 10px;
}

.answer p {
    width: 100%;
}

.form {
    margin-top: -50px;
}

#form .gold,
#form .gold a
{
color: #b2973c;
text-decoration: underline;
}

.inner-form {
    background: #081323;
    padding: 0 15px 30px;
}

.form-ttl-text {
    padding: 0 15px;
    line-height: 1.5;
    color: #fff;
    margin-top: -110px;
    margin-bottom: 25px;
}

.step {
    margin-bottom: 35px;
}

form {
    padding: 35px 15px 0;
    background: #fff;
    border-radius: 5px;
}

.form-inner {
    margin-top: 18px;
    display: flex;
    gap: 0 2%;
}

.form-label {
    font-weight: 600;
    display: flex;
    align-items: center;
}

.form-split {
    width: 49%;
}

.label-attention {
    font-size: 14px;
    margin-top: 8px;
    color: #286cd2;
}

.item {
    margin-bottom: 30px;
}

.inputs {
    height: 48px;
    border-radius: 5px;
    border: solid 1px #ccc;
    width: 100%;
    padding: 0 10px;
}

.wpcf7-form-control {
    gap: 15px 3%;
    display: flex;
    flex-wrap: wrap;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 95%;
}

.form-inner .wpcf7-list-item {
    border: solid 1px #ccc;
    border-radius: 5px;
    width: 45%;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin: 0;
}

.wpcf7-list-item>label {
    display: flex;
    align-items: center;
}

.wpcf7-list-item-label {
    color: #777;
    padding-left: 5px;
}

.require .form-label::after {
    content: "必須";
    font-size: 12px;
    background: #dac682;
    padding: 5px 8px;
    border-radius: 5px;
    margin-left: 10px;
}

.any .form-label::after {
    content: "任意";
    font-size: 12px;
    background: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    margin-left: 10px;
    color: #286cd2;
    border: solid 1px #286cd2;
}

.wpcf7-date {
    width: 87%;
}

.privacy {
    height: 120px;
    overflow-y: scroll;
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 15px;
    font-size: 13px;
}

.privacy::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.accept-text-box {
    margin-top: 20px;
}

.accept-text::after {
    content: "必須";
    font-size: 12px;
    background: #dac682;
    padding: 5px 8px;
    border-radius: 5px;
    margin-left: 5px;
    font-weight: 600;
}

.accept-text-box .wpcf7-list-item-label {
    color: #111;
    font-size: 13px;
    font-weight: 600;
}

.accept-text-box .wpcf7-list-item {
    width: 100%;
    border: none;
    margin: 0;
}

.wpcf7-submit {
    margin: 30px auto;
    padding: 20px 100px;
    font-size: 21px;
}

input[type="text"] {
    font-size: 16px;
}

input[type="date"] {
    font-size: 16px;
    width: 87%;
}

select {
    font-size: 16px;
}

.fix-cta {
    max-width: 430px;
    position: fixed;
    bottom: 0;
    background: rgba(8, 19, 35, 0.8);
    padding: 10px 15px 10px;
    z-index: 5;
}

.fix-cta img {
    transition: .1s;
}

.fix-cta img:hover {
    transform: translate3d(0px, 3px, 0);
    filter: none;
}

footer {
    background: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
}

.copyright {
    color: #111;
}

.confirm {
    height: 100vh;
    background: #081323;
}

.confirm .form {
    margin-top: 0;
}

.confirm footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.thanks {
    height: 100vh;
    background: #081323;
}

.thanks-section {
    text-align: center;
    padding-top: 240px;
}

.thanks h1 {
    font-size: 32px;
    color: #dfcd8d;
    line-height: 1.2;
}

.h1-bottom {
    margin-top: 30px;
    color: #fff;
    line-height: 1.5;
}

.thanks .inner a {
    padding: 20px 0;
    background: #dfcd8d;
    display: block;
    width: 240px;
    margin: 130px auto;
    border-radius: 100px;
    color: #111;
    font-weight: 600;
}

.thanks footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#form .wpcf7 form .wpcf7-response-output {
    margin: -40px 1.5em 0px;
    padding: 1.5em 2em;
}

.wpcf7-not-valid-tip {
    padding-top: 10px;
}


/*----------- modal -----------*/
.ly_modal {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(159, 159, 159, 0.74);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}

.modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
}

.ly_modal.is-active {
    opacity: 1;
    visibility: visible;
}

.bl_modal_container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 77px 0;
}

.bl_modal_close {
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
}

.bl_modal_content {
    width: 450px;
    background: #fff;
    padding: 32px 37px 27px;
}

.ly_modal {
    .inner-access {
        background-color: #fff;
        padding: 0;
        margin-top: 0;
    }

    .access-info {
        padding: 0;
        text-align: left;
    }

    .access-info,
    .map {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {

    .cta .btn-tel a::before,
    .fix-cta .btn-tel a::before {
        font-size: 12px;
    }

    .cta-split div {
      height: 14vw;
    }

    .wpcf7-form-control {
        gap: 15px 2%;
    }

    .wpcf7-submit {
        padding: 20px 60px;
        margin: 30px auto;
    }

    .review-wrap {
        margin-top: -140px;
    }

    .inputs {
        width: 98%;
    }

    .wpcf7-date {
        width: 87%;
    }

    .description {
        font-size: 16px;
    }

    .copyright {
        font-size: 12px;
    }

    .cta .btn-tel a .tel-number,
    .fix-cta .btn-tel a .tel-number {
        bottom: 11px;
        right: 35px;
        font-size: 11px;
    }

    .fv {
        padding-bottom: 12.903vw;
    }

    .fv.__gad,
    .fv.__fad{
      padding-bottom: 1.903vw;
    }

    .fv__fad2 {
        padding-bottom: 3.69vw;
    }
    .fv__gad2 {
        padding-bottom: 3.69vw;
    }

    .btn-access {
        padding-top: 4.355vw;
    }

    .btn-access-txt {
        font-size: 3.387vw;
        &:hover{
            transform: none;
        }
        &:before {
            margin-left: -3.226vw;
            padding-right: 3.226vw;
            width: 4.355vw;
            height: 4.839vw;
        }
    }

    .bl_modal_container {
        margin: 6.419vw 0;
    }

    .bl_modal_close {
        width: 8.065vw;
        top: -3.226vw;
        right: -3.226vw;
    }

    .bl_modal_content {
        box-sizing: border-box;
        width: min(450px, 84.516vw);
        background: #fff;
        padding: 5.161vw 5.968vw 4.355vw;
    }

    .ly_modal {
        .row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            padding-bottom: 4.839vw;
        }

        .term {
            width: 95%;
            color: #dac682;
            font-weight: 600;
            font-size: 2.581vw;
            background: #04142e;
            clip-path: polygon(0% 100%, 1.5% 0%, 100% 0%, 100% 100%);
            padding: 1.613vw 0 1.613vw 3.226vw;
        }

        .description {
            font-size: 2.903vw;
            line-height: 1.5;
            padding: 2.419vw 0 0 3.226vw;
        }

        .map {
            position: relative;
            padding-bottom: 75%;

            iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
        }
    }

}

@media screen and (max-width: 375px) {

    .form-inner .wpcf7-list-item {
        width: 44%;
    }

    .accept-text-box .wpcf7-list-item-label {
        font-size: 13px;
    }
    .cta_gad2 {
        width: 93.913vw;
        padding: 6.667vw 4vw 5.6vw; 
    }
    .bl_fv_formBtn {
        width: 87.391vw;
    }
    .bl_fv_telBtn {
        width: 42.826vw;
    }
    .bl_fv_accessBtn {
        width: 42.826vw;
    }
    .cta_fad2 {
        width: 93.913vw;
        padding: 6.667vw 4vw 5.6vw; 
    }

}
@supports (-webkit-touch-callout: none) {

    .cta .btn-tel a .tel-number,
    .fix-cta .btn-tel a .tel-number {
        color: #fff;
        position: absolute;
        font-size: 12px;
        z-index: 1;
        width: 110px;
        left: 58px;
        bottom: 11px;
    }

}
