@charset "UTF-8";

html {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 102px;
    box-sizing: border-box;
	overflow-x: hidden;
  	overscroll-behavior-x: none;
}
body {
    width: 100%;
    /* max-width: 1920px; */
    margin: auto;
    position: relative;
    -webkit-text-size-adjust: 100% !important;
    -webkit-appearance: none !important;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 100;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
	overflow-x: hidden;
}

.pc {
    display: block;
}
.sp {
    display: none;
}

.content {
    max-width: 1500px;
    padding: 80px 2vw;
    margin: 0 auto;
    position: relative;
}
.content.w1000 {
    max-width: 1000px;
}
.content.no-padding {
    padding: 0 2vw !important;
}

header {
    width: 100%;
    height: 100vh;
    min-height: 620px;
    max-height: 1080px;
    position: relative;
}
.mv {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: url(../img/mv/mv_bg.jpg) no-repeat center / cover;
    padding: 100px 20px 0 20px;
    overflow: hidden;
}
.gnav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10000;
}
.gnav img {
    max-height: 100%;
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}
.gnav img.gnav-logo {
    padding: 15px;
    max-width: 20%;
}
.nav-right {
    display: flex;
    height: 100%;
    max-width: 80%;
    justify-content: flex-end;
}
.nav-tel {
    height: 100%;
    margin-right: 10px;
    padding: 5px;
}
.nav-btn {
    display: flex;
    font-weight: 600;
    font-size: 18px;
    padding: 15px;
    align-items: center;
    color: #fff;
    background-color: #15159B;
    white-space: nowrap;
    min-width: fit-content;
}
.gnav .nav-btn img {
    width: 40px;
    margin-right: 10px;
}
.nav-btn span {
    display: inline;
    line-height: 1.2;
}
.yellow {
    color: #FFF700;
}
.mv-ttl {
    width: 100%;
    max-width: 80%;
    margin-top: 40px;
    max-height: 60%;
    z-index: 2;
}
.mv-ttl h1 {
    display: inline;
    max-height: 100%;
}
.mv-ttl h1 img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: left center;
}
.mv-icon {
    width: 60%;
    max-height: 30%;
    margin: auto auto 0 0;
    object-fit: contain;
    object-position: left center;
    z-index: 2;
}
.mv-medal {
     width: 30vw;
     max-width: 60%;
     z-index: 1;
     position: absolute;
     top: 90px;
     right: 10px;
}
.mv-person {
    width: 36vw;
    min-width: 710px;
    max-width: 70%;
    max-height: 70%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    object-fit: contain;
    object-position: right bottom;
}
#top-btn {
    width: 60px;
    height: 60px;
    position: fixed;
    left: 10px;
    bottom: -100px;
    cursor: pointer;
}
#top-btn.active {
    bottom: 10px;
}
@media (hover: hover) and (pointer: fine) {
	#top-btn:hover, a:hover {
        opacity: 0.8 !important;
    }
}
@media screen and (max-width: 1000px) {
    .nav-btn {
        font-size: 15px;
    }
    .gnav .nav-btn img {
        width: 30px;
    }
}
@media screen and (max-width: 720px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block;
    }
    .gnav {
        height: 45px;
    }
    .gnav img.gnav-logo {
        padding: 5px 10px;
        max-width: 100%;
    }
    .nav-right {
        display: none;
    }
    .mv {
        padding: 37vw 5px 0 5px;
    }
    .mv-medal {
        width: 70%;
        max-width: 100%;
        top: 55px;
    }
    .mv-person {
        width: 70%;
        min-width: 0;
    }
    .mv-ttl {
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }
    .mv-icon {
        margin: 5px auto auto 0;
        width: 67%;
    }
    .nav-btm {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 10000;
        max-height: fit-content;
    }
    .nav-btm a {
        display: flex;
        width: 50%;
        max-height: fit-content;
    }
    .nav-btm img {
        width: 100%;
    }
    .content {
        padding: 30px 2vw;
    }
    #top-btn {
        bottom: -100px;
        left: auto;
        right: 10px;
    }
    #top-btn.active {
        bottom: 13vw;
    }
}

.sec1 {
    background: #FFE434;
}
.sec1 h2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    white-space: nowrap;
    font-size: 36px;
    font-weight: 900;
    align-items: center;
}
.w-border {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}
.w-border::before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #000;
    margin-bottom: 10px;
}
.w-border::after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #000;
}
.sec1 .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec1 .item img {
    width: 30%;
}
.sec1 .item .text {
    width: 68%;
}
.sec1 p {
    font-weight: 900;
    font-size: 24px;
    line-height: 2;
}
.sec1 p:nth-of-type(2) {
    margin: 20px 0;
}
.sec1 p span {
    width: fit-content;
    color: #FF0000;
    border-bottom: 3px solid #FF0000;
}
.sec1 p span.big {
    font-size: 32px;
}
.sec1 p.small {
    font-size: 18px;
}
@media screen and (max-width: 720px) {
    .sec1 h2 {
        font-size: 24px;
    }
    .w-border::before {
        height: 2px;
        margin-bottom: 5px;
    }
    .w-border::after {
        height: 2px;
    }
    .sec1 .item {
        flex-direction: column;
    }
    .sec1 .item img {
        max-width: 320px;
        width: 100%;
        margin: 0 auto 20px auto;
    }
    .sec1 .item .text {
        width: 100%;
    }
    .sec1 p {
        font-size: 18px;
        line-height: 1.7;
    }
    .sec1 p span {
        font-size: 21px;
    }
    .sec1 p span.big {
        font-size: 24px;
    }
    .sec1 p.small {
        font-size: 14px;
    }
}
.sec2 {
    background: url(../img/other/trouble_bg.jpg) no-repeat center / cover;
}
.sec2 .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 500px;
}
.sec2 p {
    width: fit-content;
    font-weight: 900;
    font-size: 28px;
    padding: 3px 5px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}
.sec2 h2 {
    width: fit-content;
    font-weight: 900;
    font-size: 46px;
    padding: 3px 5px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #B60000;
}
.sec2 .closeup {
    position: absolute;
    width: 20vw;
    max-width: 245px;
    bottom: 165px;
    right: 10vw;
}
.sec3 {
    background: url(../img/other/trouble_bg2.jpg) center / contain;
}
.sec3 .item {
    padding: 30px 0 0 40px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.sec3 .item ul {
    width: 57%;
}
.sec3 .item ul li {
    display: flex;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #333;
    font-size: 18px;
    align-items: center;
}
.sec3 .item ul li:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.sec3 .item ul li::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: url(../img/other/trouble_icon-check.png) no-repeat center / contain;
    margin-right: 5px;
}
.sec3 .item img {
    width: 40%;
    max-width: 300px;
    max-height: 100%;
    object-fit: contain;
    object-position: right bottom;
}
.sec4 {
    background: url(../img/reason/reason-bg.jpg) no-repeat center / cover;
}
.sec4 h2 {
    width: 640px;
    max-width: 80%;
    margin: 0 auto 20px auto;
}
.sec4 .item {
    width: 100%;
    display: flex;
    padding: 30px 0 0 40px;
    background-color: rgba(255, 255, 255, 0.7);
    justify-content: space-between;
}
.sec4 .item ul {
    display: flex;
    flex-direction: column;
    width: 58vw;
    margin-bottom: 30px;
}
.sec4 .item ul li {
    display: flex;
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #000;
    align-items: center;
    width: fit-content;
}
.sec4 .item ul li .red {
    color: #B60000;
}
.sec4 .item ul li img {
    width: 30px;
    margin: auto 10px auto 0;
}
.sec4 .item .img {
    width: 40vw;
    max-width: 320px;
    margin: auto 0 0 auto;
}
.cta {
    background: url(../img/common/cta_bg.jpg) no-repeat center / cover;
}
.cta .content {
    padding: 30px 2vw;
}
.cta .ttl-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    max-width: 78%;
}
.cta h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
    text-shadow:
        3px 3px 2px #fff,
        -3px 3px 2px #fff,
        -3px -3px 2px #fff,
        3px -3px 2px #fff;
}
.cta h2 span {
    font-size: 46px;
}
.cta p.ttl-sub {
    position: relative;
    z-index: 3;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.4;
    text-shadow:
        2px 2px 2px #fff,
        -2px 2px 2px #fff,
        -2px -2px 2px #fff,
        2px -2px 2px #fff;
}
.cta .red {
    color: #FF0000;
}
.cta .tel-block {
    position: relative;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
    width: fit-content;
    margin-bottom: 20px;
    max-width: 75%;
}
.cta .tel-block p {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 20px;
}
.cta .tel-block a {
    display: flex;
    max-width: 620px;
    width: 100%;
}
.cta-btn {
    position: relative;
    z-index: 3;
    display: flex;
    width: 100%;
    max-width: 680px;
    margin-bottom: 20px;
    max-width: 75%;
}
.cta .add {
    position: relative;
    z-index: 3;
    width: fit-content;
    padding: 5px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 500;
    max-width: 75%;
}
.cta-person {
    max-width: 430px;
    width: 45vw;
    max-height: 100%;
    object-fit: contain;
    object-position: right bottom;
    position: absolute;
    right: 2vw;
    bottom: 0;
    z-index: 1;
}
.sec5 {
    background: url(../img/other/trouble_bg2.jpg) center / contain;
}
.sec5 h2, .sec6 h2 {
    font-size: 46px;
    color: #1728BD;
    font-weight: 900;
    border-bottom: 2px solid #1728BD;
    text-align: center;
    width: fit-content;
    margin: 0 auto 40px auto;
}
.sec5 .block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec5 .block .item {
    width: 32%;
}
.sec5 .text {
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
}
.sec5 .text h3 {
    font-size: 21px;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
}
.sec5 .text p {
    border-bottom: 1px solid #555;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.sec5 .text p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sec5 .text p span {
    font-weight: 600;
}
.sec6 {
    background: url(../img/other/qa-bg.jpg) no-repeat center / cover;
}
.sec6 .item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.sec6 .item p {
    display: flex;
    padding: 20px;
    align-items: center;
    font-weight: 600;
}
.sec6 .item p::before {
    content: "";
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    margin-right: 15px;
}
.sec6 .item p.qa-q::before {
    background: url(../img/other/faq_icon-q.png) no-repeat center / contain;
}
.sec6 .item p.qa-a::before {
    background: url(../img/other/faq_icon-a.png) no-repeat center / contain;
}
.qa-q {
    background-color: #3DCBFF;
}
.qa-a {
    background-color: #E3FCFF;
}
.cta.sec7 .content:first-of-type {
    padding-bottom: 0;
}
.cta.sec7 .content:nth-of-type(2) {
    padding-top: 0;
    padding-bottom: 80px;
}
.cta.sec7 .tel-block {
    margin-bottom: 0;
}
#contact h3 {
    text-align: center;
    font-size: 36px;
    color: #fff;
    background-color: #15159B;
    padding: 8px 20px;
}
.form {
    padding: 30px 2vw;
    background-color: #D8F1FF;
}
.form-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.form-inner .h3-sub {
    font-weight: 600;
    text-align: center;
}
.form-btm-ttl {
    font-weight: 600;
    font-size: 18px;
}
footer {
    padding: 20px 2vw;
    color: #fff;
    background-color: #00A2FF;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .cta-person {
        width: 38%;
        max-width: 370px;
    }
}
@media screen and (max-width: 720px) {
    .sec2 .content {
        min-height: 300px;
    }
    .sec2 .closeup {
        width: 41vw;
        max-width: 180px;
        top: 10px;
        right: 20px;
        bottom: auto;
    }
    .sec2 p {
        font-size: 18px;
    }
    .sec2 h2 {
        font-size: 26px;
    }
    .sec3 .item {
        flex-direction: column;
        padding: 20px;
    }
    .sec3 .item img {
        width: 100%;
        max-width: 180px;
        margin: 0 auto;
    }
    .sec3 .item ul {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec4 h2 {
        max-width: 230px;
    }
    .sec4 .item {
        flex-direction: column;
        padding: 20px;
    }
    .sec4 .item ul {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec4 .item ul li {
        font-size: 18px;
        width: 100%;
    }
    .sec4 .item ul li::before {
        width: 15px;
    }
    .sec4 .item .img {
        width: 100%;
        max-width: 180px;
        margin: 0 auto;
    }
    .cta .ttl-wrapper {
        max-width: 100%;
    }
    .cta h2 {
        font-size: 21px;
        text-shadow: 
        2px 2px 2px #fff,
        -2px 2px 2px #fff,
        -2px -2px 2px #fff,
        2px -2px 2px #fff;
    }
    .cta h2 span {
        font-size: 32px;
    }
    .cta p.ttl-sub {
        font-size: 18px;
        text-shadow: 
        1px 1px 1px #fff,
        -1px 1px 1px #fff,
        -1px -1px 1px #fff,
        1px -1px 1px #fff;
    }
    .cta .tel-block {
        padding: 20px;
        max-width: 100%;
    }
    .cta .tel-block p {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .cta .tel-block a {
        display: flex;
        max-width: 620px;
        width: 100%;
    }
    .cta .add span {
        font-size: 18px;
        font-weight: 600;
    }
    .cta .add, .cta .cta-btn {
        max-width: 100%;
    }
    .cta-person {
        width: 47vw;
    }
    .sec5 h2, .sec6 h2 {
        font-size: 28px;
    }
    .sec5 .block .item {
        width: 100%;
        max-width: 420px;
        margin: 0 auto 30px auto;
    }
    .sec6 .item p {
        padding: 10px 2vw;
    }
    .sec6 .item p::before {
        content: "";
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        margin-right: 10px;
    }
    #contact h3 {
        font-size: 21px;
        padding: 5px 2vw;
    }
    footer {
        padding-bottom: 15vw;
    }
    #top-btn {
        width: 45px;
        height: 45px;
    }
}

/* thanksページ */
#thanks .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}
#thanks footer {
    margin-top: auto;
    margin-bottom: 0;
}
#thanks header {
    min-height: 0;
    height: auto;
}
#thanks .gnav-logo-wrapper {
    max-width: 20%;
    max-height: 100%;
    height: 100%;
}
#thanks .gnav img.gnav-logo {
    max-width: 100%;
}
.thanks h1 {
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    padding-top: 15vw;
}
.thanks p {
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #555;
    width: 100%;
}
.thanks a {
    display: flex;
    width: fit-content;
    padding: 10px 60px;
    margin: 20px auto;
    color: #fff;
    text-align: center;
    background-color: #15159B;
}
@media screen and (max-width: 720px) {
    #thanks .gnav-logo-wrapper {
        width: 100%;
        max-width: 100%;
    }
}

/* //////////CONTACT////////// */

.contact-text {
	text-align: center;
}
.wpcf7 {
	width: 100%;
	margin: auto;
}
.wpcf7 form {
	width: 100%;
}
.contact-form-wrapper {
    display: flex;
	width: 100%;
    max-width: 1500px;
	flex-direction: column;
	background-color: transparent;
	align-items: center;
}
.contact-form-wrapper label {
	display: flex;
	align-items: center;
}
.input-wrapper {
    display: flex;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	border-top: 1px solid #D8D8D8;
}
.input-wrapper.last {
	border-bottom: 1px solid #D8D8D8;
}
.input-h {
	font-weight: bold;
	width: 270px;
	padding: 25px 20px;
}
.input-h p {
	display: flex;
	align-items: flex-start;
	margin-top: 0;
	height: fit-content;
}
.input-h .required {
	font-size: 12px;
	color: #fff;
	background-color: #D52332;
	padding: 2px 10px;
	margin-left: 10px;
}
.input-h .small {
	font-size: 12px;
}
.input-d {
	flex-direction: column;
	width: calc(100% - 240px);
	background-color: transparent;
	padding: 25px 50px;
}
.input-d p {
    font-weight: bold;
}
input, textarea, select {
	border-radius: 3px;
	padding: 0 5px;
	height: 40px;
	width: 100%;
	border: 1px solid #bbb;
}
input {
	max-width: 460px;
}
input[type=checkbox] {
	width: 15px;
	height: 15px;
	min-width: 15px;
	min-height: 15px;
	margin: auto 8px auto 0;
}
textarea {
    width: 100%;
	height: 250px;
	padding: 10px;
}
.your-day {
	width: 190px;
	height: 40px;
	margin-right: 20px;
}
.your-time {
	width: 280px;
	height: 40px;
}
.your-day-text {
	font-size: 12px;
	margin-top: 10px;
    font-weight: normal;
}
.your-day-text-02 {
	margin-top: 0;
    font-weight: normal;
}
.your-check {
	display: flex;
	flex-direction: column;
}
.your-check span {
	margin-left: 0;
}
.your-check .wpcf7-list-item {
	margin-bottom: 10px;
}
.your-check .wpcf7-list-item.last {
	margin-bottom: 0;
}
.your-studio span {
	margin: 0;
}
input[type=radio] {
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	margin: auto 8px auto 0;
}

.form-agree {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 30px auto;
	color: #D52332;
	font-weight: bold;
	font-size: 14px;
}
.form-agree label {
	margin: auto;
}
.wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
}
.form-submit {
	max-width: 320px;
    width: 100%;
	display: flex;
	align-items: center;
    margin: 0 auto 30px auto;
}
.wpcf7-submit {
	border: none;
	color: #fff;
	background-color: #034800;
	padding: 10px;
	border-radius: 0px;
	font-weight: bold;
	min-width: 100%;
	height: 55px;
	font-size: 18px;
}
.contact-privacy {
	flex-direction: column;
	width: 100%;
	max-width: 800px;
}
.contact-privacy-ttl {
	font-weight: bold;
	font-size: 18px;
	margin: 40px 0 10px 0;
}
.contact-privacy-text {
	font-size: 12px;
}
.last .input-h p {
    display: flex;
    flex-direction: column;
}
.last .input-h p small {
    font-size: 12px;
    margin-top: 20px;
}

.form .red {
    color: #D52332;
}
.day-text {
    display: flex;
    margin-bottom: 5px;
}

@media screen and (max-width: 1000px) {
	.input-wrapper {
		flex-direction: column;
	}
	.input-d, .input-h {
		width: 100%;
        padding-left: 0;
        padding-right: 0;
	}
	.input-h {
		padding-bottom: 0;
	}
	.input-d {
		background-color: transparent;
        padding: 10px 0 20px 0;
    }
	.input-wrapper {
		border: none;
	}
	.input-column-wrapper {
		display: flex;
	}
	input {
		max-width: 600px;
	}
	input.your-address {
		max-width: 600px;
	}
	.form-agree label {
		display: flex;
		align-items: center;
	}
	#contact-form .contact-form-wrapper {
		padding: 0;
		margin-top: 20px;
	}
}
@media screen and (max-width: 600px) {
    #contact .big {
        font-size: 18px;
    }
    #contact .ttl {
        font-size: 16px;
    }
    .your-time {
		margin-top: 15px;
	}
    .input-column-wrapper {
        flex-direction: column;
    }
}


@media (hover: hover) and (pointer: fine) {
	.wpcf7 .wpcf7-submit{
		cursor: pointer;
	}
	.wpcf7 .wpcf7-submit:disabled {
		cursor: not-allowed;
	}
}

/* アニメーション */
.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all .8s;
}
.fade-up.active {
    opacity: 1;
    transform: translateY(0px);
}

.fade-R {
    opacity: 0;
    transform: translateX(35px);
    transition: all 1.2s;
}
.fade-R.active {
    opacity: 1;
    transform: translateX(0px);
}

.fade-L {
    opacity: 0;
    transform: translateX(-35px);
    transition: all 1.2s;
}
.fade-L.active {
    opacity: 1;
    transform: translateX(0px);
}