@charset "utf-8";

/*==================================================
---COMMON
====================================================*/
body {
    line-height: 28px;
    animation-duration: 1.8s;
    overflow: auto;
    position: relative;
    z-index: -2;
    font-feature-settings: "palt";
    letter-spacing: .06em;
    color: #fff;
    word-wrap: break-word;
    font-weight: 400;
    font-style: normal;
    animation-name: opacity;
    font-family: YakuHanJPs_Noto, "source-han-sans-japanese", sans-serif;
    background: #0A54AC;
}

.enFont {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: italic;
}

body a {
    display: block;
}

img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.el_humburger {
    width: 46px;
    height: 46px;
    transition: .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    color: #000;
    text-align: center;
    border-radius: 100vw;
    background: #fff;
    box-shadow: rgba(46, 46, 46, 0.10) 0 3px 6px 0;
}

.el_humburger_wrapper {
    width: 18px;
    margin-top: 16px;
    display: inline-block;
    transition: .4s;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
    display: none;
}

.el_humburger_text.el_humburger_text__close {
    display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
    display: block;
}

.el_humburger span.el_humburger_bar {
    display: block;
    width: 100%;
    margin: 0px auto 4px;
    height: 2px;
    background: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
    margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
    background: #000;
    margin: 0px auto 8px;
}


.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger_wrapper {
    margin-top: 14px;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
    opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-11px) rotate(45deg);
    -ms-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}
/*
.pcHeader nav {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    transform: translateZ(0) translateX(100%);
    overflow: auto;
    box-shadow: rgba(46, 46, 46, 0.20) 0 0 20px 0;
}

.pcHeader nav ul {
    background-color: #0054AC;
    padding: 42px 50px 21px 50px;
    width: 450px;
}

.pcHeader nav ul li {
    padding: 20px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.50);
}


.pcHeader nav ul li:last-child {
    padding-top: 7px;
}
*/
.pcHeader nav ul .noneline {
    border: none;
}

/*.pcHeader nav ul li a {
    display: block;
    font-size: 18px;
    margin: 0 auto;
    transition: .4s;
    font-weight: 400;
}*/

.pcHeader nav ul li a:hover {
    opacity: .6;
}

.pcHeader nav ul li span {
    display: block;
}

/*  SUMMER CAMP 〜 */
.pcHeader nav ul li span {
    font-size: 12px;
    margin-top: 9px;
    margin-bottom: -7px;
    text-transform: uppercase;
}
.pcHeader.change-color nav ul li.commonBtn a {
    color: #fff;
}
.pcHeader .navListBox nav.pcnav ul .commonBtn a {
    width: 220px;
	height: 50px;
}

.pcHeader .navListBox nav.pcnav ul .commonBtn a img {
    position: absolute;
    right: 12px;
    transition: .4s;
    top: 19px;
}
.pcHeader nav.pcnav ul {
    display: flex;
	column-gap: 24px;
	align-items: center;
}
.pcHeader .navListBox nav.pcnav ul a {
    font-size: 14px;
    transition: .4s;
	/*height: 50px;*/
	line-height: 13px;
}
.pcnav li a{
	font-family: "Montserrat", YakuHanJPs_Noto, "source-han-sans-japanese", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    color: #fff;
    letter-spacing: .15em;
}
.pcnav li a img {
    height: 11px;
    margin-bottom: 3px;
}
.change-color li a{
	color: #0054AC;
}
.change-color li a .icon{
	content: url("https://hyex.jp/img/cvicon_b.svg");
}
.pcHeader nav.gnav {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    transform: translateZ(0) translateX(100%);
    overflow: auto;
    box-shadow: rgba(46, 46, 46, 0.20) 0 0 20px 0;
}
.pcHeader nav.gnav ul {
    background-color: #0054AC;
    padding: 42px 50px 21px 50px;
    width: 450px;
}
.pcHeader nav.gnav ul li {
    padding: 20px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.50);
}
.pcHeader nav.gnav ul li:last-child {
    padding-top: 7px;
}
.pcHeader nav.gnav ul .noneline {
    border: none;
}
.pcHeader nav.gnav ul li a {
    display: block;
    font-size: 18px;
    margin: 0 auto;
    transition: .4s;
    font-weight: 400;
	color: #fff;
}
.pcHeader nav.gnav ul li a:hover {
    opacity: .6;
}
.pcHeader nav.gnav ul li span {
    display: block;
    font-size: 14px;
    margin-bottom: -3px;
    text-transform: uppercase;
}

h1.hLogo img {
    width: 300px;
}

/*  〜　SUMMER CAMP END */
@media screen and (max-width:768px) {
.pcHeader nav {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    transform: translateZ(0) translateX(100%);
    overflow: auto;
    box-shadow: rgba(46, 46, 46, 0.20) 0 0 20px 0;
}
.pcHeader nav ul li {
    padding: 20px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.50);
}
}
.pcHeader.change-color {
    background-color: #fff;
    transition: 0.4s;
    padding: 12px 40px;
    z-index: 99;
    -webkit-box-shadow: 0px 3px 30px rgba(34, 34, 34, 0.08);
    box-shadow: 0px 3px 30px rgba(34, 34, 34, 0.08);
}
.js_humburgerOpen nav {
    right: 0;
    transform: translateZ(0) translateX(0);
}
.pcHeader a {
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    position: relative;
}


.bodyWrap {
    position: relative;
    z-index: -1;
    background: #0A54AC;
}

.sameFade {
    opacity: 0;
    transform: translate(0, 18px);
    transition: 1.2s cubic-bezier(0.36, 0.14, 0, 1) 0s;
}

.sameFade.scrollin {
    opacity: 1;
    transform: translate(0);
}

.pcHeader.change-color {
    background-color: #fff;
    transition: 0.4s;
    padding: 12px 40px;
    z-index: 99;
    -webkit-box-shadow: 0px 3px 30px rgba(34, 34, 34, 0.08);
    box-shadow: 0px 3px 30px rgba(34, 34, 34, 0.08);
}


.pcHeader.change-color .hli a {
    color: #333;
    font-size: 14px;
    transition: 0.4s;
}

.pcHeader.change-color .navListBox > .commonBtn a {
    font-size: 16px;
    width: 268px;
    height: 48px;
    line-height: 48px;
}

.pcHeader.change-color .navListBox > .commonBtn a img {
    right: 25px;
    top: 21px;
}

.pcHeader.change-color .el_humburger {
    background: #0054AC;
}

.pcHeader.change-color .el_humburger span.el_humburger_bar {
    background: #fff;
}

.js_humburgerOpen .pcHeader.change-color .el_humburger {
    background: #fff;
}

.js_humburgerOpen .pcHeader.change-color .el_humburger span.el_humburger_bar {
    background: #0054AC;
}

.pcHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: 0.3s;
    display: flex;
    padding: 15px 50px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.change-color .hLogo {
    display: none;
}

.change-color nav li.has-child ul {
    top: 63px;
}

.change-color .hbLogo {
    display: block;
}
/*
.pcHeader a {
    color: #fff;
    letter-spacing: .07em;
    font-weight: 600;
    position: relative;
}
*/



.change-color .logoBox img {
    margin-top: 0;
}

.change-color .hLogo {
    display: none;
}

.change-color .hbLogo {
    display: block;
}

.hbLogo {
    display: none;
}

.spacerLine {
    height: 2px;
    background: #fff;
    width: 100%;
}

.commonTitle {
    text-align: center;
}

.commonTitle .enFont {
    font-size: 20px;
    margin-bottom: 38px;
}

.commonTitle h2 {
    font-size: 36px;
    letter-spacing: .15em;
    font-weight: 500;
}

.commonTitle h2 br {
    display: none;
}

.commonTitle h2 img {
    max-width: 100%;
}

.commonTitle .des {
    font-size: 24px;
    line-height: 35px;
    margin-top: 24px;
    letter-spacing: .15em;
}

.commonBtn a {
    position: relative;
    z-index: 0;
    color: #fff;
    width: 224px;
    height: 58px;
    line-height: 58px;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 100vw;
}

.commonBtn a img {
    position: absolute;
    right: 33px;
    transition: .4s;
    top: 25px;
}

.commonBtn a:hover {
    background: #eee;
    background: linear-gradient(90deg, #5DA1EA 0%, #0167D1 100%);
    color: #fff;
}

.commonBtn a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    transition: 0.5s;
    background: rgb(0, 119, 255);
    padding-top: 2px;
    background: linear-gradient(90deg, #5DA1EA 0%, #0167D1 100%);
    opacity: 0;
}

.commonBtn a:hover:after {
    opacity: 1;
}

.commonBtn a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    transition: 0.5s;
    background: rgb(0, 119, 255);
    background: linear-gradient(90deg, #0167D1 0%, #5DA1EA 100%);
}

.commonBtn a:hover:before {
    opacity: 0;
}

.commonBtn a {
    width: 320px;
    font-size: 20px;
    box-shadow: rgba(46, 46, 46, 0.20) 0 0 20px 0;
    font-weight: 500;
}


.pcHeader .navListBox {
    display: flex;
    column-gap: 31px;
    align-items: center;
}


.pcHeader.change-color .headerContact a {
    background-color: #111;
    transition: 0.4s;
}


.fadezoom {
    overflow: hidden;
}

.fadezoom img {
    transform: scale(1.1);
    transition: 1.8s;
    opacity: 0;
}

.fadezoom.scrollin img {
    animation: fadeopa 1.8s cubic-bezier(0.36, 0.14, 0, 1) forwards;
    transform: scale(1);
}

@keyframes fadeopa {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.heroWrap {
    padding-top: 145px;
    padding-bottom: 120px;
    position: relative;
}

.heroWrap .opTag {
    background: #C4F04B;
    padding: 15px 0;
    margin-top: -156px;
    position: relative;
}

.heroWrap .opTag .imgBox {
    padding: 0 13px;
}

.heroInner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.heroWrap .imgBox {
    text-align: center;
}

.heroWrap .imgBox img {
    width: 100%;
}

.heroWrap .opTag .imgBox img {
    width: auto;
    max-width: 100%;
}

.heroWrap .textBox {
    position: absolute;
    top: -62px;
    left: 38px;
}

.heroWrap .textBox .grandOpen {
    margin-bottom: 40px;
}
.heroWrap .textBox .grandOpen img{
    width: 310px;
}

.heroWrap .plusImg {
    text-align: center;
    margin: 33px 0 20px 0;
}

.heroWrap .courseDes {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 12px;
}

.heroWrap .courseDes img {
    max-width: 100%;
}

.heroWrap .atenBox {
    width: 560px;
    margin: 0 auto;
    list-style: none;
    font-size: 14px;
    margin-bottom: 40px;
}

.heroWrap .atenBox li {
    line-height: 100%;
    margin-bottom: 8px;
}

.heroWrap .commonBtn a {
    margin: 0 auto;
}



/*↓↓↓↓↓↓explanation↓↓↓↓↓↓*/
/*↓↓↓↓↓↓explanation↓↓↓↓↓↓*/
/*↓↓↓↓↓↓explanation↓↓↓↓↓↓*/

#explanation {
    position: relative;
    padding: 40px 80px 309px 80px;
}

#explanation::after {
    content: "";
    position: absolute;
    background-image: url(../img/explanationBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
}


.explanationInner {
    max-width: 1000px;
    margin: 0 auto;

}

.explanationInner .contentsBox {
    padding: 80px 0;
}

#question {
    border-bottom: solid 1px #FFF;
}

#question .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    margin-top: 60px;
}

#question .flex > div {
    width: 50%;
}

#question .flex img {
    width: 100%;
}

#question .flex .des {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: .15em;
    font-weight: 400;
}

#question .flex .des span{
    font-size: 20px;
}


#benefit .flex {
    display: flex;
    justify-content: space-between;
    column-gap: 35px;
    margin-top: 60px;
    margin-bottom: 50px;
}

#benefit .flex img {
    width: 100%;
}

#benefit .flex .enFont {
    text-align: center;
    font-style: normal;
    font-size: 31px;
    margin: 25px 0 17px 0;
}

#benefit .flex .des {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: .1em;
}

#benefit .flex h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}


#benefit .commonBtn a {
    margin: 0 auto;
}

#facility .flex {
    display: flex;
    justify-content: space-between;
    column-gap: 35px;
    margin-top: 60px;
}

#facility .flex > div {
    width: 100%;
}


#facility {
    padding: 0 80px;
    color: #0054AC;
    position: relative;
    margin-top: -260px;
}

#facility .imgBox {
    margin-bottom: 20px;
}

#facility .imgBox img {
    width: 100%;
}

.facilityInner {
    background: #fff;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 60px 73px;
    box-sizing: border-box;
}

#facility .des {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .13em;
    font-weight: 500;
}





#gallery {
    padding: 120px 0;
}

#gallery .imgBox {
    margin-top: 60px;
}

#gallery .imgBox img {
    width: 100%;
}

#gallery .desBox {
    padding: 0 80px;
    margin: 30px 0 50px 0;
}

#gallery .des {
    font-size: 16px;
    max-width: 720px;
    margin: 0 auto;
    letter-spacing: .1em;
    line-height: 24px;
}

#gallery .lead {
    font-size: 14px;
    max-width: 720px;
	text-align: center;
    margin: 20px auto 0;
    letter-spacing: .2em;
    line-height: 24px;
}

#gallery .commonBtn a {
    margin: 0 auto;
}






#faq {
    padding: 120px 80px;
}

.faqInner {
    max-width: 705px;
    margin: 0 auto;
}

.accordion {
    margin-top: 50px;
    position: relative;
    width: 100%;
}

.accordion-title {
    color: #fff;
    cursor: pointer;
    letter-spacing: .1em;
    font-size: 18px;
}

.accordion-title span {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    margin-right: 23px;
}


.accordion-item {
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    margin-top: -1px;
}

.accordion-title {
    position: relative;
    font-weight: 400;
    padding: 24px 34px 24px 0;
    display: flex;
    align-items: center;
}

.accordion-title::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}

.accordion-title.open::after {
    border: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
    background-image: url(https://hyex.jp/img/close.svg);
    transform: none;
}

.accordion-content {
    display: none;
    font-size: 16px;
    padding: 10px 65px 0 54px;
    padding-bottom: 24px;
    margin-top: -24px;
}



#price {
    padding: 120px 80px;
}

#price .opAten {
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.priceInner {
    width: 720px;
	max-width: 90%;
    margin: 0 auto;
}

.priceInner .imgBoxPc img {
    width: 100%;
}

.priceInner .imgBoxPc > div {
    margin-bottom: 30px;

}


#price .atenBox,#campaign .atenBox {
    width: 720px;
    margin: 0 auto;
    list-style: none;
    font-size: 14px;
    margin-bottom: 40px;
}

#price .atenBox li,#campaign .atenBox li {
    line-height: 100%;
    margin-bottom: 8px;
}

#flow {
    padding: 120px 80px;
}

.flowInner {
    max-width: 1000px;
    margin: 0 auto;
}

#flow .flex {
    display: flex;
    justify-content: space-between;
    column-gap: 14px;
    margin-top: 50px;
    margin-bottom: 30px;
}

#flow .flex img {
    width: 100%;
}

#flow .des {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .1em;
}

#flow .des a {
    display: inline-block;
    text-decoration: underline;
    color: #fff;

}

#freeTrial {
    padding: 120px 80px;
}

.freeTrialInner {
    max-width: 1000px;
    margin: 0 auto;
}

#freeTrial .aten {
    text-align: center;
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 30px;
}

#freeTrial picture img {
    width: 100%;
}

#freeTrial .commonBtn {
    margin-top: 50px;
}

#freeTrial .commonBtn a {
    margin: 0 auto;
}



#access {
    padding: 120px 80px;
}

.accessInner {
    max-width: 1000px;
    margin: 0 auto;
}

#access .flex {
    display: flex;
    justify-content: space-between;
    column-gap: 75px;
    margin-top: 60px;
}

#access .flex#kaihin,#access .flex#kichijoji,#access .flex#sangenjaya,#access .flex#omiya {
    padding-top: 100px;
    margin-top: -20px;
}

#access .flex .inFlex {
    display: flex;
}

#access .flex .inFlex a {
    display: inline-block;
    color: #fff;
}

#access .flex .inFlex p {
    letter-spacing: .1em;
    font-weight: 400;
}

#access .flex .inFlex span {
    display: block;
    width: 26px;
    margin-top: -4px;
}

#access .map {
    position: relative;
    height: 0;
    width: 50%;
    padding-top: 34%;
}

#access .textBox {
    width: 50%;
    margin-top: 20px;
}

#access .map iframe {
    position: absolute;
    top: 0;

    left: 0;
    width: 100%;
    height: 100%;
}

#access h3 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: .1em;
    margin-bottom: 33px;
}

#access .des {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .15em;
    margin-bottom: 25px;
}

#access .telBox {
    margin-bottom: 13px;
    font-size: 20px;
}

#access .addressBox span {
    position: relative;
    left: 3px;
}

#access .addressBox p {
    line-height: 26px;
    font-size: 18px;
	margin-left: 10px;
}


footer {
    background: #EFEFEF;
    padding-top: 120px;
}

.footerLogo {
    text-align: center;
    margin-bottom: 29px;
}

footer .btnFlex {
    display: flex;
    max-width: 670px;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 22px;
}


footer .corporateBtn img {
    top: 20px;
}

footer .instaBtn img {
    top: 18px;
}

footer .stNav {
    padding: 0 80px;
    margin-bottom: 58px;
}

footer .stNav ul {
    background: #fff;
    border-radius: 100vw;
    display: flex;
    justify-content: center;
    column-gap: 50px;
    align-items: center;
    list-style: none;
    max-width: 854px;
    margin: 0 auto;
    padding: 13px 0;
}

footer .stNav ul li {
    position: relative;
}

footer .stNav ul li::after {
    content: "";
    position: absolute;
    background-image: url(../img/slash.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 6px;
    height: 16px;
    right: -27px;
    top: 7px;
}

footer .stNav ul li:last-child::after {
    display: none;
}


footer .stNav ul a {
    display: block;
    color: #0054AC;
    font-weight: 500;
    font-size: 16px;
    transition: .4s;
}

footer .stNav ul a:hover {
    opacity: .6;
}



footer .otherNav {
    padding: 0 80px;
    margin-bottom: 18px;
}

footer .otherNav ul {
    max-width: 476px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    column-gap: 33px;
    align-items: center;
    list-style: none;
}

footer .otherNav ul li {
    position: relative;
}

footer .otherNav ul li::after {
    content: "";
    position: absolute;
    background-image: url(../img/pipe.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1px;
    height: 13px;
    right: -17px;
    top: 8px;
}

footer .otherNav ul li:last-child::after {
    display: none;
}

footer .otherNav ul a {
    display: block;
    color: #0054AC;
    font-weight: 500;
    font-size: 12px;
    transition: .4s;
}

footer .otherNav ul a:hover {
    opacity: .6;
}

footer small {
    display: block;
    text-align: center;
    background: #fff;
    font-weight: 500;
    color: #0054AC;
    font-size: 14px;
    padding: 8px 0 7px 0;
}

#price .accordion {
    display: none;
}

.spBr {
    display: none;
}
.pcBr {
    display: block;
}

.spReserveBox {
    display: none;
}

@media screen and (max-width:1094px) {
    .heroWrap .opTag {
        margin-top: -82px;
    }

    #explanation {
        position: relative;
        padding: 40px 40px 309px 40px;
    }

    #facility {
        padding: 0 40px;
    }

    footer .stNav,
    footer .otherNav {
        padding: 0 40px;
    }

    #faq,
    #price,
    #flow,
    #freeTrial,
    #access {
        padding: 120px 40px;
    }


    #access h3 {
        font-size: 26px;
    }



}

@media screen and (max-width:910px) {
    .heroWrap .opTag {
        margin-top: 0;
    }

    .commonTitle h2 {
        font-size: 27px;
    }

    footer .stNav ul {
        flex-wrap: wrap;
        padding: 13px 30px;
    }




}

@media screen and (max-width:888px) {
    .pcHeader h1 img {
        width: 280px;
    }

    .pcHeader {
        padding: 22px 40px;
    }

    footer .stNav ul {
        max-width: none;
    }

    #access .flex {
        display: block;
    }

    #access .flex > div {
        width: auto !important;
    }

    #access .map {
        padding-top: 54%;
    }

    #access h3 {
        font-size: 28px;
    }


}






@media screen and (max-width:768px) {
    .spReserveBox {
        display: block;
        background: #094B9A;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 3;
        padding: 11px 0;
        box-shadow: rgba(46, 46, 46, 0.20) 0 0 20px 0;
    }

    footer small {
        padding-bottom: 90px;
    }

    .spReserveBox a {
        margin: 0 auto;
    }

    .pcHeader {
        position: static;
        padding: 23px 20px;
    }

    .pcHeader nav {
        width: 100%;
    }

    .pcHeader nav ul {
        padding: 102px 50px 21px 50px;
        width: 100%;
        position: relative;
        height: 100vh;
        box-sizing: border-box;
    }

    .pcHeader nav ul::after {
        content: "";
        position: absolute;
        background-image: url(https://hyex.jp/img/headerLogo.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 280px;
        height: 280px;
        left: 20px;
        top: 24px;
        z-index: 999;
    }

    .bodyWrap {
        overflow: hidden;
    }

    .change-color .hbLogo {
        display: none;
    }

    .change-color .hLogo {
        display: block;
    }

    .pcHeader.change-color {
        padding: 23px 20px;
    }

    .heroWrap {
        padding-top: 75px;
    }

    .heroWrap .textBox img {
        width: 32vw;
    }

    .navListBox {
        position: fixed;
        top: 14px;
        right: 14px;
        z-index: 10;
    }

    .pcHeader .navListBox > .commonBtn {
        display: none
    }

    .pcHeader.change-color {
        background-color: rgba(255, 255, 255, 0);

    }

    .pcHeader.change-color .el_humburger {
        background: #fff;
    }

    .pcHeader.change-color .el_humburger span.el_humburger_bar {
        background: #0054AC;
    }

    .pcHeader nav {
        position: fixed;
    }

    #explanation {
        padding: 40px 12px 809px 12px;
    }

    .commonTitle .enFont {
        font-size: 16px;
        margin-bottom: 20px;
		display: block;
    }

    .commonTitle h2 {
        padding: 0 20px;
        font-size: 28px;
        line-height: 37px;
    }

    .commonTitle h2 br {
        display: block;
    }

    .commonTitle .des {
        padding: 0 20px;
    }

    .commonTitle .des br {
        display: none;
    }

    .commonTitle .des .spBr {
        display: block;
    }
    .pcBr {
        display: none;
    }
    .heroWrap .atenBox {
        width: auto;
        padding: 0 12px;
    }


    .heroWrap .atenBox li {
        line-height: 21px;
        margin-bottom: 4px;
        padding-left: 1em;
        text-indent: -1em;
    }


    #question .flex > div {
        width: auto;
    }
    #question .flex .imgBox {
        margin-bottom: 30px;
    }
    #question .flex {
        padding: 0 20px;
        display: block;
        margin-top: 40px;
    }
    #benefit .flex {
        padding: 0 20px;
        display: block;
        margin-top: 40px;
    }
    #benefit .flex > div {
        margin-bottom: 40px;
    }
    #benefit .flex > div:last-child {
        margin-bottom: 0;
    }
    #facility {
        padding: 0 18px;
        margin-top: -760px;
    }
    .facilityInner {
        padding: 50px 30px;
        box-sizing: border-box;
    }
    #facility .flex {
        display: block;
        margin-top: 40px;
    }
    #facility .imgBox {
        margin-bottom: 10px;
    }

    #facility .flex > div {
        margin-bottom: 40px;
    }
    #facility .flex > div:last-child {
        margin-bottom: 0;
    }
    #gallery .desBox {
        padding: 0 32px;
        margin: 30px 0 40px 0;
    }
    #faq,
    #price,
    #flow,
    #freeTrial,
    #access {
        padding: 120px 32px;
    }
    .accordion-content {
        font-size: 14px;
    }
    .accordion-content p {
        line-height: 21px;
    }
    #price .atenBox {
        width: auto;
        padding-left: 1em;
        text-indent: -1em;
    }
    #price .atenBox li {
        line-height: 21px;
        margin-bottom: 4px;
    }
    #price .opAten {
        margin-top: 40px;
    }
    #freeTrial .aten {
        margin-top: 40px;
    }
    #access .flex {
        margin-top: 40px;
    }
}



@media screen and (max-width:718px) {
    footer .btnFlex {
        display: block;
    }

    footer .btnFlex > div:first-child {
        margin-bottom: 10px;
    }

    footer .btnFlex a {
        margin: 0 auto;
    }

    .pcHeader nav {
        background: #0054ac;
    }

}




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

    .heroWrap .textBox .grandOpen img {
        width: 254px;
		image-rendering: auto;
		image-rendering: smooth;
		image-rendering: -webkit-optimize-contrast;
    }

    .pcHeader h1 img {
        width: 252px;
    }

    .pcHeader nav ul::after {
        width: 252px;
        height: 26px;
    }

    .pcHeader nav .commonBtn {
        margin-bottom: 40px;
    }

    .pcHeader nav ul {
        padding: 78px 17px 21px 17px;
    }

    .heroWrap .textBox .benefitTitle img {
        width: 350px;
		image-rendering: auto;
		image-rendering: smooth;
		image-rendering: -webkit-optimize-contrast;
    }

    .pcHeader nav ul li {
        padding: 12px 0;
    }

    .pcHeader nav ul li span {
        font-size: 12px;
        margin-bottom: -5px;
    }

    .heroWrap {
        padding-top: 69px;
    }

    .heroWrap .textBox .grandOpen {
        margin-bottom: 80px;
    }

    .heroWrap .textBox {
        top: -60px;
        left: 20px;
    }

    /*.heroWrap .opTag {
        display: none;
    }*/

    /*.heroWrap .plusImg {
        display: none;
    }*/

    .heroWrap .courseDes {
        margin-bottom: 20px;
        margin-top: -160px;
        position: relative;
        padding: 0;
    }

    .commonTitle .des {
        font-size: 18px;
        line-height: 25px;
        margin-top: 24px;
        text-align: center;
        letter-spacing: .10em;
    }

    .heroWrap .courseDes img {
        width: 100%;
    }

    .heroWrap {
        padding-bottom: 100px;
    }

    #explanation::after {
        height: 30%;
        z-index: -1;
        background-position: center;
    }

    .explanationInner {
        position: relative;
    }

    #explanation::before {
        content: "";
        position: absolute;
        background: linear-gradient(to bottom, rgba(164, 197, 232, 0) 5%, rgb(138, 172, 208) 13%, #8AACD0);
        height: 80%;
        right: 0;
        top: auto;
        bottom: 0;
        left: 0;
    }

    #facility {
        padding: 0 18px;
        margin-top: -600px;
    }

    .facilityInner {
        padding: 50px 10px;
        box-sizing: border-box;
    }

    #explanation {
        padding: 20px 12px 609px 12px;
    }

    #facility .flex {
        padding: 0 20px;
    }

    #facility .commonTitle h2 {
        letter-spacing: .05em;
    }

    .accordion-title span {
        margin-right: 20px;
    }

    #gallery {
        padding: 100px 0;
    }

    #gallery .imgBox {
        margin-top: 40px;
    }

    .accordion-title {
        padding: 16px 34px 16px 0;
    }

    #faq,
    #price,
    #flow,
    #freeTrial,
    #access {
        padding: 100px 32px;
    }

    .accordion-title::after {
        right: 12px;
    }

    .accordion-content {
        padding: 10px 41px 0 54px;
        padding-bottom: 16px;
        margin-top: -16px;
    }

    .accordion-title {
        font-size: 16px;
        line-height: 24px
    }

    .spacerLine {
        height: 1px;
    }

    #price .imgBoxPc {
        display: none;
    }


    #price .accordion {
        display: block;
        margin-top: 0;
    }

    #price,
    #flow,
    #freeTrial,
    #access {
        padding: 100px 18px;
    }

    #price .accordion h3 {
        text-align: center;
        display: block;
        padding-right: 0;
    }

    #price .accordion .accordion-content {
        padding: 20px 0 30px 0;
    }

    #price .accordion .accordion-content img {
        width: 100%;
    }


    #price .atenBoxSp {
        display: block;
        margin-top: 20px;
        margin-bottom: 0;
    }

    #flow .flex {
        flex-wrap: wrap;
        column-gap: 12px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    #freeTrial .aten {
        padding: 0 16px
    }

    #flow .flex > div {
        width: 48%;
        margin-bottom: 12px;
    }

    #flow .des {
        text-align: left;
    }

    #access .map {
        padding-top: 74%;
    }

    #access .telBox {
        margin-bottom: 10px;
    }

    #access .textBox {
        margin-top: 30px;
    }

    #freeTrial .aten {
        text-align: left;
    }

    footer .commonBtn a {
        width: 280px;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }

    footer .stNav,
    footer .otherNav {
        padding: 0 18px;
    }

    footer .stNav ul li:nth-child(2n)::after {
        display: none;
    }

    footer .stNav ul a {
        font-size: 15px;
    }

    footer .stNav ul li {
        width: 44%;
        text-align: center;
    }

    footer .corporateBtn img {
        right: 18px;
        top: 15px;
    }

    footer .stNav {
        margin-bottom: 100px;
    }

   footer .stNav ul {
    padding: 8px 21px;
    justify-content: center;
    column-gap: 30px;
    border-radius: 25px;
}
   footer .stNav ul li::after {
    background-image: url(../img/pipe.svg);
    right: -21px;
}
    footer .instaBtn img {
        right: 18px;
        top: 13px;
    }
    footer .otherNav ul {
        flex-wrap: wrap;
    }

    footer .otherNav ul li:nth-child(2)::after {
        display: none;
    }
    footer {
        padding-top: 110px;
    }
}

.mb10{
	margin-bottom: 10px!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.mb40{
	margin-bottom: 40px!important;
}
#freeTrial .commonBtn.btnotmg{
	margin-top: 0;
}
.btsks{
	font-size: 16px;
}
.btsks span{
	font-size: 13px;
	font-weight: 300;
}
.btomi span{
	font-size: 14px;
	font-weight: 300;
}
.commonBtn.btsks a{
	height: 60px;
	line-height: 24px;
	display: block;
	text-align: center;
}
.commonBtn.btomi a{
	height: 60px;
	line-height: 24px;
	display: block;
	text-align: center;
}
.flexbtn2 a {
    width: 340px;
    margin-right: 10px;
}
.flexbtn2 .insta a {
    width: 60px;
	margin-right: 0;
}
.flexbtn2 {
    display: flex;
}
.flexbtn2 a {
    width: 340px;
    margin-right: 10px;
}
.insta img.comAv {
    top: 17px;
    right: 18px;
}
.center{
	text-align: center;
}
.pcHeader nav ul li .btsks span,.pcHeader nav ul li .btomi span{
	display: inline;
}
#question .commonTitle h2 br{
display: block;	
}
#question .commonTitle h2{
line-height: 1.5;
}
.spReserveBox .commonBtn a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    transition: 0.5s;
    background: rgb(234, 122, 253);
    background: linear-gradient(90deg, #EA7AFD 0%, #E3A5DC 100%);
}

.spReserveBox .commonBtn a {
    width: 80%;
    font-size: 20px;
    box-shadow: rgba(46, 46, 46, 0.20) 0 0 20px 0;
    font-weight: 500;
}
.spReserveBox .commonBtn:after {
    content:url("../img/spbunner_b.png");	
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: -2px;
	bottom:-45px;
}
.spReserveBox .commonBtn:before {
    content:url("../img/spbunner_a.png");	
    height: 100%;
    position: absolute;
    z-index: 1;
    right: -2px;
	bottom:-45px;
}
@media screen and (max-width:650px) {
	.flexbtn2 a {
    width: 290px;
	font-size: 17px;
}
}
/*　202505　*/
#campaign .commonBtn a{
    margin: 0 auto;
}
#campaign .commonBtn.btomi{
	margin-top: 0px;
}
.heroWrap .textBox .grandOpen{
	margin-bottom: 220px;
}
.heroWrap .textBox .grandOpen img{
	width: 400px;
}
.heroWrap .textBox{
	top: -48px;
}
.spReserveBox .commonBtn:after {
	display: none;
}
.spReserveBox .commonBtn:before{
	display: none;
}

@media screen and (max-width:650px) {
/*	#campaign .commonBtn{
	margin-top: -40px;
}*/
	.heroWrap .textBox .grandOpen{
	margin-bottom: 250px;
}
	.heroWrap .textBox .grandOpen img{
	width: 314px;
	}
	.heroWrap .textBox{
	top: -40px;
	}
	.spReserveBox .commonBtn a:before {
		background: linear-gradient(90deg, #0167D1 0%, #5DA1EA 100%);
	}
}

/*　202507　*/
#benefit .flex img {
    width: 210px;
	margin: 0 auto;
}
#explanation::after{
	background-image: url(../img/explanationBg_2506.jpg);
}
.heroWrap {
	padding-bottom: 0px;
}
#benefit .atenBox{
	width: 560px;
    margin: 0 auto;
    list-style: none;
    font-size: 12px;
    margin-bottom: 40px;
	line-height: 18px;
}
@media screen and (max-width:650px) {
	#explanation::after{
	background-image: url(../img/explanationBgSP_2506.jpg);
	height: 100%;
}
    #explanation::before {
        display: none;
    }
	#benefit .atenBox {
    width: auto;
	padding: 0 12px;
    }
}


/*　202506 */
.heroWrap .textBox .grandOpen{
	margin-bottom: 80px;
}
.heroWrap .textBox .grandOpen img{
	width: 500px;
}
#benefit .atenBox{
	width: 560px;
    margin: 0 auto;
    list-style: none;
    font-size: 12px;
    margin-bottom: 40px;
}
#benefit .atenBox li {
    line-height: 1.5;
    margin-bottom: 8px;
	padding-left: 1em;
	text-indent: -1em;
}
#benefit .flex img {
    width: 210px;
	margin: 0 auto;
}
#benefit .flex h3 {
    font-size: 24px;
	line-height: 1.4;
}
#explanation::after{
	background-image: url(../img/explanationBg_2506.jpg);
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.benefitTitle img {
    margin-top: 100px;
}
.mb50{
	margin-bottom: 50px!important;
}
.mb60{
	margin-bottom: 60px!important;
}
.mb70{
	margin-bottom: 70px!important;
}
.mb80{
	margin-bottom: 80px!important;
}
.mb90{
	margin-bottom: 90px!important;
}
.mb100{
	margin-bottom: 100px!important;
}
@media screen and (max-width:650px) {
#benefit .atenBox {
    width: auto;
	padding: 0 12px;
    }
#explanation::after{
	background-image: url(../img/explanationBgSP_2506.jpg);
	height: 100%;
}
#explanation::before {
	display: none;
}
.heroWrap .textBox .grandOpen img {
    width: 100%;
	margin-left: -18px;
}
.benefitTitle {
    margin-top: 170px;
}
.pc{
	display: none!important;
}
.sp{
	display: block;
}
.benefitTitle img.spBr {
    margin-left: -20px;
    margin-top: 200px;
}
}

/*　202509　
.heroWrap .textBox{
	top: -30px;
}
.heroWrap .textBox .grandOpen{
	margin-bottom: 80px;
}
.heroWrap .textBox .grandOpen img{
	width: 520px;
}
#benefit .atenBox{
	width: 560px;
    margin: 0 auto;
    list-style: none;
    font-size: 12px;
    margin-bottom: 40px;
}
#benefit .atenBox li {
    line-height: 1.5;
    margin-bottom: 8px;
	padding-left: 1em;
	text-indent: -1em;
}
#benefit .flex img {
    width: 210px;
	margin: 0 auto;
}
#benefit .flex h3 {
    font-size: 24px;
	line-height: 1.4;
}
#explanation::after{
	background-image: url(../img/explanationBg_2506.jpg);
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.mb80{
	margin-bottom: 80px!important;
}
.heroWrap .opTag{
	background: #BA41BA;
}
@media screen and (max-width:650px) {
#benefit .atenBox {
    width: auto;
	padding: 0 12px;
    }
#explanation::after{
	background-image: url(../img/explanationBgSP_2506.jpg);
	height: 100%;
}
#explanation::before {
	display: none;
}
.spReserveBox .commonBtn a:before {
    background: linear-gradient(90deg, #BA41BA 0%, #A57CFF 100%);
}
.heroWrap .textBox .grandOpen{
	margin-bottom: 190px;
}
.heroWrap .textBox .grandOpen img {
    width: 110%;
	margin-left: -30px;
}
.heroWrap .textBox .benefitTitle img{
	width: 380px;
    margin-left: -10px;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
}
*/

/*　202601 ニュースエリア　
#news_box .flex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#news_box {
    width: 680px;
    max-width: 74%;
    margin: 30px auto;
    border-radius: 2rem;
    border: 1px solid #fff;
    padding: 10px 30px;
}
#news_box .flex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#news_box .news_tit {
    margin-right: 50px;
}
#news_box p {
    font-weight: 300;
}
#news_box .enFont.day {
    width: 100px;
}
#news_box img {
    position: absolute;
    right: 0;
    top: 7px;
}
#news_box a {
    color: #fff !important;
}
@media screen and (max-width: 768px) {
#news_box {
        margin: 50px auto;
}
#news_box .news_tit {
        margin-right: 20px;
}
#news_box img {
        right: -14px;
        top: 40%;
}
}*/


/*　-------------- キャンペーン用 ----------------　
.benefitTitle {
    margin-left: -20px;
}
.commonBtn a:hover {
    background: #eee;
    background: linear-gradient(90deg, #FD8A43 0%, #41CEE8 100%);
    color: #fff;
}
.commonBtn a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    transition: 0.5s;
    background: rgb(0, 119, 255);
    padding-top: 2px;
    background: linear-gradient(90deg, #FD8A43 0%, #41CEE8 100%);
    opacity: 0;
}
.commonBtn a:hover:after {
    opacity: 1;
}

.commonBtn a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    transition: 0.5s;
    background: rgb(0, 119, 255);
    background: linear-gradient(90deg, #FFA771 0%, #5BC9DD 100%);
}
.heroWrap .opTag {
    background: none;
}
.heroWrap .opTag {
    background: none;
    margin-top: -180px;
}
.heroWrap .opTag .imgBox {
	max-width: 1040px;
	margin:0 auto;
}
.heroWrap .textBox .grandOpen {
    margin-top: 80px;
	margin-bottom: 0px;
}
.benefitTitle img {
    margin-top: 0px;
}
.plusImg .lead p{
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 14px;
}
.plusImg .lead p.font20{
	font-size: 20px;
}
.mb50{
	margin-bottom: 50px!important;
}
.mb30{
	margin-bottom: 30px!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.heroWrap .atenBox li {
    line-height: 1.5;
    margin-bottom: 2px;
    text-indent: -1rem;
}
.spReserveBox .commonBtn a:before {
    background: rgb(0, 119, 255);
    background: linear-gradient(90deg, #FD8A43 0%, #41CEE8 100%);
}
@media screen and (max-width: 768px) {
.heroWrap .opTag .imgBox img {
    margin: 0 auto;
}

	.heroWrap .textBox{
		left: 0;
	}
	.heroWrap .textBox .grandOpen img {
        width: 85%;
        margin: 0 auto;
        margin-top: -10px;
        padding-right: 10px;
    }
    .benefitTitle img.spBr {
        margin: 0 auto;
    }
	.heroWrap .courseDes {
        width: 90%;
		margin: 0 auto;
		margin-bottom: 40px;
		margin-bottom: 30px;
    }
	.commonTitle h2 span{
	writing-mode:vertical-rl;
	padding-top: 6px;
	}
	.spBr {
        display: block;
    }
	.heroWrap .opTag {
        margin-bottom: 40px;
    }
	.benefitTitle {
    margin-top: 220px;
}
	.heroWrap .atenBox {
    width: 90%;
    }
	#benefit .flex .des{
		text-align: center;
	}
	.heroWrap {
        padding-top: 0px;
}
}
.plusflow{
	font-size: 20px;
    margin: 0 auto;
    width: 70%;
	max-width: 300px;
    margin-bottom: 40px;
	margin-top: 60px;
}
.plusflow h4{
		text-align: center;
		font-size: 22px;
		margin-bottom: 10px;
}
	@media screen and (max-width: 480px) {
	.heroWrap .opTag {
    margin-top: -100px;
}
}
	@media screen and (max-width: 412px) {
	.heroWrap .opTag {
    margin-top: -100px;
}
}
	@media screen and (max-width: 390px) {
	.heroWrap .opTag {
    margin-top: -100px;
}
}
	@media screen and (max-width: 375px) {
	.heroWrap .opTag {
    margin-top: -100px;
}
}
	@media screen and (max-width: 360px) {
	.heroWrap .opTag {
    margin-top: -130px;
}
}
.pcHeader.change-color .navListBox > .commonBtn a{
	height: 50px;
    line-height: 20px;
}
	@media screen and (max-width: 480px) {
.navListBox .commonBtn.btsks a{
	width: 80%;
	height: 60px;
    line-height: 23px;
}
}


@media screen and (max-width: 650px) {
.commonTitle h2 span{
	writing-mode:vertical-rl;
	padding-top: 6px;
}

#benefit .flex .des {
        text-align: center;
}
}

#benefit .flex img {
    width: 210px;
    margin: 0 auto;
}
#benefit .atenBox {
    max-width: 560px;
    margin: 0 auto;
    list-style: none;
    font-size: 12px;
    margin-bottom: 40px;
}
#benefit .atenBox li {
    line-height: 1.5;
    margin-bottom: 8px;
    padding-left: 1em;
    text-indent: -1em;
}
*/
/*
.benefitTitle .pcBr{
	display: initial;
}*/
.mb30{
	margin-bottom: 30px!important;
}
.hyrox-bnr.pcBr{
	width:320px;
	position:fixed;
	bottom:30px;
	right:30px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
	z-index: 1000;
}
.hyrox-bnr.pcBr a:hover {
    opacity: 0.95;
    transition: 0.5s;
}
.hyrox-bnr.pcBr img {
    width: 100%;
}
@media screen and (max-width: 768px) {
.spBr {
        display: block;
}
.hyrox-bnr.spBr{
	margin-bottom: 40px;
}
.hyrox-bnr.spBr img {
    width: 90%;
    margin: 0 auto;
    display: block;
	margin-top: 30px;
}
}
.pcHeader.change-color .navListBox > .commonBtn a{
	height: 50px;
    line-height: 20px;
}
	@media screen and (max-width: 480px) {
.navListBox .commonBtn.btsks a{
	width: 86%;
    height: 70px;
    line-height: 26px;
    margin: 0 auto;
    margin-top: 5px;
    padding-top: 0;
}
}


/* ===== SUMMER CAMP  〜〜〜　===== */

#summer.kv{
	position:relative;
	height: 750px;
	padding: 80px 0 0;
    background: url(../img/kids-bg.jpg);
    background-size: cover;
    background-position-x: right;
}
#summer.kv h2 img {
    width: 100%;
    margin-top: 30px;
	margin-bottom: 110px;
}
#summer.kv h2 {
    position: absolute;
    top: 430px;
    left: 50%;
    transform: translate(-50%, -50%);
}
#summer.kv h3 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1.5px;
	margin-bottom: 4px;
}
#summer.kv h3 span {
    color: #FFE900;
}
#summer.kv h4 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1.5px;
	margin-bottom: 20px;
}
#summer .kv_lead {
	width: 480px;
    position: unset;
    transform: translate(-50%, -50%);
	line-height: 1.2;
	text-align: left;
}
#summer img.pcBr {
    margin-top: 280px;
}
#summer.kv .visually-hidden{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}
#summer .kv_lead p.atte {
    font-size: 14px;
    margin-top: 10px;
	letter-spacing: 1.5px;
}
#summer.kv .commonBtn{
	display: flex;
	justify-content: space-between;
}
#summer.kv .commonBtn a{
	width: 300px;
}
#summer.kv .commonBtn a.mini{
	width: 170px;
}
#summer.kv .commonBtn a span {
    font-size: 18px;
    margin-top: 16px;
    font-weight: 500;
    display: block;
	margin-right: 4px;
}
#summer.kv .commonBtn a img {
    position: absolute;
    right: 18px;
    transition: .4s;
    top: 25px;
}
#summer.kv .imgBox img {
    width: 100%;
    margin-top: 168px;
}
/*
#summer.kv:before {
    content: url(https://hyex.jp/img/summer02.svg);
    position: absolute;
    left: -2px;
    top: 100px;
}
#summer.kv:after {
    content:url("https://hyex.jp/img/summer03.svg");	
    position: absolute;
    right: -2px;
	top:130px;
}
*/
#summer-lead {
    width: 600px;
	max-width:84%;
    margin: 0 auto;
	padding: 80px 0 130px;
}

#summer-lead .textBox {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.8;
	letter-spacing: .1em;
}
#summer .enFont {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-size: 100px;
    letter-spacing: .1em;
	text-transform: uppercase;
}
#summer .kv_lead p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
#summer .commonTitle h2 {
    font-size: 18px;
    letter-spacing: .15em;
    font-weight: 400;
	margin-bottom: 50px;
}
#summer .wrap{
	width:720px;
	max-width:88%;
	margin: 0 auto;
	letter-spacing: .12em;
}

#summer .wrapper{
	width:1000px;
	max-width:88%;
	margin: 0 auto;
}
#summer .wrapper.pcBr img {
    margin-bottom: 30px;
}
#summer .wrapper.spBr img {
    margin-bottom: 20px;
}
#summer-lead .commonBtn {
    font-family: YakuHanJPs_Noto, "source-han-sans-japanese", sans-serif;
}
#summer-lead .commonBtn a {
	overflow: hidden;
    border: none;
	margin:0 auto;
}
.commonBtn a:before {
    background: linear-gradient(90deg, #3DDC98 0%, #0C77E8 100%);
}
#summer-lead .commonBtn a img {
    position: absolute;
    right: 24px;
    transition: .4s;
    top: 25px;
    width: 16px;
}
@media screen and (max-width:650px) {
/*#summer.kv:before {
    content: url(https://hyex.jp/img/summer02sp.svg);
    top: 130px;
}*/
#summer.kv:after {
    content: none;
}
#summer .kv_lead {
	width: 86%;
    margin-top: -140px;
}
#summer.kv .textBox {
    top: 240px;
}
#summer .enFont {
    line-height: 1;
}
#summer.kv h2 {
    top: 580px;
    width: 82%;
}
#summer-lead .imgBox img {
    width: 100%;
    margin-bottom: -10px;
}
#summer-lead .textBox {
    font-size: 16px;
}
#summer .kv_lead p{
	font-size: 16px;
    line-height: 1.8;
}
#summer.kv h4 {
	font-size: 24px;
    margin-bottom: 16px;
}
#summer.kv h3 {
    font-size: 16px;
	line-height: 1.8;
}
#summer .enFont{
	font-size:80px;
}
#summer.kv .commonBtn a {
    width: 100%;
    height: 65px;
    line-height: 30px;
}
#summer.kv .commonBtn a img {
    right: 26px;
    top: 24px;
    width: 22px;
}
}
@media screen and (max-width:390px) {
#summer.kv h2 img {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}
#summer.kv:before{
	top:100px;
}
#summer.kv h3 {
    font-size: 14px;
}
#summer.kv h4 {
    font-size: 24px;
}
#summer .kv_lead {
    margin-top: 60px;
}
#summer.kv .textBox {
    top: 270px;
}
}

/*　=====　〜〜〜〜〜  SUMMER CAMP =====　*/

#summer.kv .textBox {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#summer.kv h2 {
	width: 540px;
    position: unset;
	font-size:50px;
    line-height: 1.3;
	margin-bottom:0;
	margin-left: 28px;
}
#summer.kv .textBox span.enFont{
font-size:14px;
font-family: "Montserrat", serif;
font-optical-sizing: auto;
font-weight: 200;
font-style: italic;
}

#summer.kv .commonBtn a:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    transition: 0.5s;
    padding-top: 2px;
    opacity: 0;
}

#hyrox-lead.summer {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    padding: 140px 0;
}
#hyrox-lead.summer .imgBox {
    width: 500px;
	max-width: 100%;
}
#hyrox-lead.summer .imgBox img {
    width: 120%;
}
#hyrox-lead .textBox {
    width: 460px;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: .1em;
}
#hyrox-lead.summer h3,#summer-lead.summer h4{
font-size:50px;
line-height:1.3;
margin-bottom:30px;
letter-spacing: 6px;
font-weight: 500;
}
#hyrox-lead.summer h3 span,#summer-lead.summer h4 span{
font-size:14px;
letter-spacing: 2px;
line-height: 4;
}
#summer-lead.summer h4 {
    font-size:38px;
	font-weight: 500;
}
#summer-lead.summer h4 span.enFont {
    margin-bottom: -30px;
    display: block;
}

#hyrox-lead .flex {
    flex-direction: row-reverse;
    align-items: center;
}
#hyrox-lead .flex, #hyrox-about .flex, #hyrox-program .flex,#program .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#summer-lead.summer .flex {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin-left: -34%;
    margin-bottom: 40px;
}

#summer-why.summer {
    padding: 120px 0;
    background: url("../img/why-bg.jpg");
    background-size: cover;
    background-position-x: right;
	position: relative;
	color: #0054AC;
}
#summer-why .commonTitle img{
	width: 430px;
	margin: 0 auto;
}
#summer-why .commonTitle .enFont {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 400;
}
#summer-why .commonTitle p{
    font-size: 16px;
    margin-bottom: 40px;
	font-weight: 500;
}
#summer-why .flex {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    max-width: 86%;
    margin: 0 auto;
}
#summer-why .flex .box {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}
#summer-why .flex .box p {
    font-weight: 500;
}
#summer-why .flex .box img {
    width: 100%;
	margin-bottom: 10px;
}
#hyrox-point.summer {
    padding: 120px 0;
    background: url(https://hyex.jp/img/bg_summer01.jpg);
    background-size: cover;
    background-position-x: right;
}
#hyrox-point{
    padding: 120px 0;
	position:relative;
}
#hyrox-point:before {
    content: url("../img/summer02.svg");
    position: absolute;
    left: 0;
	opacity: 0.3;
}
#hyrox-point:after {
    content:url("../img/summer03.svg");	
    position: absolute;
    right: 0;
	top:120px;
	opacity: 0.3;
}
#hyrox-point .commonTitle p {
    line-height: 1.8;
    margin-bottom: 80px;
    text-transform: none;
}
#hyrox-point .commonTitle p.enFont span {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 60px;
    display: block;
}
#hyrox-point .commonTitle .enFont {
    margin-bottom: 30px;
}
#program.summer {
    width: 1000px;
    max-width: 86%;
    margin: 0 auto;
    padding: 140px 0;
}
#program.summer .imgBox {
    width: 430px;
	max-width: 100%;
}
#program.summer .imgBox img {
    width: 120%;
}
#program .textBox {
    width: 450px;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: .1em;
}
#program.summer h3,#program.summer h4{
font-size:50px;
line-height:1.3;
margin-bottom:30px;
letter-spacing: 6px;
font-weight: 500;
}
#program.summer h3 span,#program.summer h4 span{
font-size:14px;
letter-spacing: 2px;
line-height: 4;
}
#program.summer dl {
    border-top: 1px solid;
    padding: 10px 0;
	display: flex;
	justify-content: space-between;
}
#program.summer dt {
    width: 100px;
	font-weight: 500;
	
}
#program.summer dd {
    width: 320px;
}
#program.summer dd a {
    text-decoration: underline;
    color: #fff;
	display: inline;
    letter-spacing: 2px;
}

.wrapper {
    width: 1000px;
    max-width: 86%;
    margin: 0 auto;
}
.wrap {
    width: 800px;
	max-width: 86%;
    margin: 0 auto;
}
.wrap .spacerLine {
    opacity: 0.1;
}
#campaign{
	padding:120px 80px;
}
#campaign .commonTitle h4 {
    font-size: 40px;
    letter-spacing: .15em;
    font-weight: 400;
	line-height: 1.3;
}
#campaign .imgBox:before{
	content:url("../img/pr-mark.svg");	
    height: 100%;
    position: absolute;
    z-index: 1;
    left: -40px;
	top:-30px;
}
#campaign .imgBox img {
    width: 100%;
    margin-top: 30px;
}
#campaign .imgBox {
    position: relative;
	background: #fff;
    margin-top: 30px;
	padding: 80px;
    border-radius: 1rem;
}
#campaign .atenBox{
	color: #0054AC;
	width: 100%;
    margin: 30px 0;
}
#hyrox-cv {
    padding: 120px 0;
    background: url(https://hyex.jp/img/hyroxbg04.jpg);
    background-size: cover;
}
#hyrox-price .commonBtn a,#hyrox-cv .commonBtn a{
	overflow: hidden;
	border: none;
}
#hyrox-cv .commonBtn a:before,#hyrox-price .commonBtn a:before {
    background: linear-gradient(90deg, #3DDC98 0%, #0C77E8 100%);
}
#hyrox-price .commonBtn a:hover,#hyrox-cv .commonBtn a:hover {
    background: #eee;
    background: linear-gradient(90deg, #0C77E8 0%, #3DDC98 100%);
    color: #fff;
    transition: 0.9s;
}
#hyrox-cv .commonBtn,#hyrox-price .commonBtn {
    font-family:YakuHanJPs_Noto, "source-han-sans-japanese", sans-serif;
}
#hyrox-cv .commonBtn a img, #hyrox-price .commonBtn a img {
    position: absolute;
    right: 24px;
    transition: .4s;
    top: 25px;
	width:16px;
}
#hyrox-cv .commonBtn a{
	margin: 0 auto;
}
#summer-why .note{
	background: #fff;
	padding: 30px 40px;
	width: 720px;
	max-width: 86%;
	border-radius: 2rem;
	box-sizing: border-box;
	margin: 0 auto;
}
#summer-why .note .flex{
	display: flex;
	justify-content: space-between;
	max-width: 100%;
}
#summer-why .note .flex .imgBox{
	width: 400px;
	max-width: 100%;
}
#summer-why .note .flex .imgBox img{
	width: 100%;
}
#summer-why .note .flex .textBox{
	width: 200px;
	max-width: 100%;
}


@media screen and (max-width:650px) {
#campaign .imgBox:before{
	content:url("../img/pr-mark_sp.svg");	
    height: 100%;
    position: absolute;
    z-index: 1;
    left: -20px;
	top:-23px;
}
#summer.kv {
    position: unset;
    height: 740px;
    padding: 0;
    background: url(../img/kids-bg_sp.jpg);
	background-size: cover;
    background-position-x: right;
}
#summer.kv h2{
	width: 100%;
	margin: 0 auto;
    line-height: 0;
}
#summer.kv .textBox {
    position: absolute;
    top: 340px;
    left: 50%;
    transform: none;
    width: 100%;
}
#hyrox-lead.summer h3 {
    font-size: 44px;
}
#summer-lead.summer h4 {
    font-size: 30px;
    line-height: 1.5;
}
#summer-lead.summer .flex{
	display: block;
    max-width: 86%;
    margin:0 auto;
}
#summer-lead.summer .flex img {
    margin-bottom: 20px;
	width: 100%;
}
#summer-why .flex {
    display: block;
}
#summer-why .flex .box {
    margin-bottom: 50px;
}
#hyrox-point:before {
    content: none;
}
#hyrox-point:after {
    content:none;
}
#hyrox-point .commonTitle {
    width: 86%;
    margin: 0 auto;
}
#hyrox-point .wrapper img {
    width: 100%;
}
#program.summer dt {
    width: 120px;
    font-weight: 500;
}
#program.summer dd {
    width: 270px;
}
#campaign {
    padding: 120px 0;
}
#campaign .imgBox {
    padding: 10px 20px 50px;
}
#campaign .commonTitle h4{
	font-size: 28px;
}
#campaign .atenBox li {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.5;
    margin-bottom: 4px;
}
#campaign .commonBtn a {
    width: 100%;
}
#summer.kv .textBox span.enFont {
    margin-left: 8%;
}
#summer.kv h2 img {
    width: 100%;
}
#hyrox-lead.summer .imgBox img {
    width: 134%;
    margin-left: -67px;
    margin-top: 10px;
}
#hyrox-lead .flex {
    flex-direction: column-reverse;
}
#hyrox-lead.summer {
    padding-top: 80px;
}
.priceInner img {
    width: 100%;
}
#program.summer h3 {
    font-size: 40px;
}
#access .flex#kaihin,#access .flex#kichijoji,#access .flex#sangenjaya,#access .flex#omiya {
    margin-top: 0px;
	padding-top: 80px;
}
#summer-why .note{
	padding: 30px;
}
#summer-why .note .flex{
	display: block;
}
#summer-why .note .flex .textBox {
    min-width: 100%;
    margin-top: 14px;
}
.spReserveBox .commonBtn a img {
    right: 18px;
}
#summer-lead.summer h4 {
	letter-spacing: 0.1em;
}
.pcHeader nav ul li span {
    margin-top: 4px;
}
}

@media screen and (max-width:380px) {
#hyrox-lead.summer h3 {
    font-size: 38px;
}
#hyrox-lead.summer h3 span {
    line-height: 3.5;
}
#summer-lead.summer h4 {
    font-size: 28px;
	letter-spacing: 0.1em;
}
#campaign .commonTitle h4{
	font-size: 26px;
}
#summer.kv .textBox {
    top: 270px;
}
.spReserveBox .commonBtn a img {
    right: 14px;
}
.pcHeader nav ul li span {
    margin-top: 6px;
}
.pcHeader nav ul li {
        padding: 6px 0;
}
}


