@charset "utf-8";

body {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}

.wrapper {
    font-size: 18px;
}

.wrapper h1 {
    font-size: 3rem;
    text-align: center;
}

.wrapper h2 {
    font-size: 2rem;
}

.wrapper img {
    width: 100%;
}

.name {
    background-color: #F7931E;
    padding-right: 20px;
    padding-left: 20px;
}

.name > a {
    text-decoration: none;
}

.name__text {
    color: #FFF;
}

.title {
    position: relative;
}

.title__line {
    background-image: url(../assets/header.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-top: 200px;
    color: #FFF;
    font-weight: bold;
}

.title__main-title {
    font-size: 3.5rem;
}

.title__sub-title {
    font-size: 2.5rem;
}

.title__button {
    display: flex;
    justify-content: center;
    margin-top: -250px;
}

.title__button-item {
    margin: 30px;
    color: #fff;
    background: #F7931E;
    padding: 20px 50px;
    text-decoration: none;
    opacity: 0.9;
    font-size: 20px;
}

.tips, .faq, .message-tips {
    margin: 130px 100px;
    line-height: 2;
    letter-spacing: 1px;
}

.tips > h2, .faq > h2, .message-tips > h2 {
    text-align: left;
}

.tips > p .faq > p, .message-tips > p {
    font-size: 1.2rem;
}

.tips-short {
    width: 50%;
    margin: 130px auto;
    line-height: 2;
    letter-spacing: 1px;
}

.tips-short > h2 {
    text-align: left;
}

.tips-short > p {
    font-size: 1.2rem;
}

.pay-forward {
    display: flex;
}

.pay-forward > img {
    width: 50%;
}

.pay-forward > p {
    margin: 0 30px;
}

.parallax-help {
    background-image: url('../assets/help.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    padding: 5%;
    box-sizing: border-box;
    color: #FFF;
    font-size: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-badminton {
    background-image: url('../assets/badminton.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    padding: 5%;
    box-sizing: border-box;
    color: #FFF;
    font-size: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow__item {
    margin: 100px 0;
}

.flow__title {
    font-size: 1.5rem;
}

.flow__desc {
    margin-left: 68px;
}


.faq__frame {
    background: #F7931E;
    margin: 50px 100px;
    padding: 50px 100px;
}

.faq__item {
    margin: 30px 0;
}

.faq__item > p {
    font-size: 20px;
    color: #FFF;
}
.register__stop {
    text-align: center;
    margin: 50px 0;
}
.floating-school {  
    position: fixed;
    right: 8px;
    bottom: 58px;
    display: none;
    z-index: 100;
  }
.floating-school a{
    display: block;
    color: #fff;
    background: #F7931E;
    padding: 50px;
    text-decoration: none;
    opacity: 0.9;
    font-size: 20px;
    border-radius:100%;  
}
.floating-school a:hover{
    opacity: 1;
}

header {
  display: flex;
  width: 100%;
  height: 70px;
  align-items: center;
}

header > h2 {
    margin-left: 20px;
}

nav {
    margin-left: auto;
    margin-right: 20px;
}

.menu-item {
  list-style: none;
  display: inline-block;
  padding: 10px;
}

.menu-item > a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color : inherit;
}

.why__register-button {
    margin-top: 50px;
}
.why__register-button--item {
    font-weight: bold;
    color: #fff;
    background: #F7931E;
    padding: 20px 50px;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
}

.message__item {
    width: 50%;
    margin: 10px;
    align-items: flex-start;
    vertical-align: top;
}

.message__item > h1 {
    margin-top: 0;
}

ul li {
    display: flex;
    align-items: flex-start;
}

ul li .photo,
ul li .txt {
    width: 100%;
    box-sizing: border-box;
}

ul li:nth-child(odd) {
    flex-direction: row-reverse;
}

/* ul li:nth-child(odd) .txt {
    padding-right: 100px;
} */

ul li:nth-child(even) .txt {
    padding-left: 10px;
}
.message__item > h2 {
    margin-top: 0;
}
.message-label {
    background: #F7931E;
    height: 300px;
    width: auto;
    text-align: center;
}

.message-label > p {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding: 70px 0 30px;
}

.passion-button__label {
    margin: 30px;
    color: #F7931E;
    background: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 1.5rem;
    border-radius: 0.5rem;
    font-weight: bold;
}

.passion {
    background-image: url(../assets/passion.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    position: relative;
}

.passion p {
    text-align: center;
    padding-top: 50px;
    color: white;
    font-weight: bold;
    line-height: 2;
    font-size: 1.7rem;
}

.passion-box {
    position: absolute;
    height: 500px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.passion-button {
    text-align: center;
    margin-top: 70px;
}

.value__item {
    border: solid 3px #F7931E;
    border-radius: 0.5rem;
    padding: 0 50px 20px;
    margin: 50px 0;
}

.value__item > h1 {
    color: #F7931E;
}

.voice__frame {
    display: flex;
}

.voice__item {
    border: solid 3px #F7931E;
    border-radius: 0.5rem;
    padding: 20px 30px;
    margin: 50px 20px 0;
}

.voice__item-belong {
    display: flex;
    align-items: center;
}
.voice__item-belong > img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}
.voice__item-belong--text {
    margin-left: 50px;
}
.voice__item-belong--text > p {
    font-size: 30px;
    font-weight: bold;
}

.system__items {
    display: flex;
}
.system__item {
    border: solid 3px #F7931E;
    border-radius: 0.5rem;
    padding: 20px 30px;
    margin: 50px 20px 0;
    flex: 1;
}
.system__item > h2 {
    color: #F7931E;
    font-size: 1.4rem;
}

.flow__steps {
    text-align: center;
    width: 50%;
    margin: 100px auto;
}
.flow__step--title {
    margin: 30px 0;
    color: #FFF;
    background: #F7931E;
    text-decoration: none;
    font-size: 36px;
    border-radius: 0.5rem;
    font-weight: bold;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid gray;
    margin: auto;
}

/*ハンバーガーメニュー */
.menu-btn {
    position: absolute;
    /* position: fixed; */
    top: 0px;
    right: 0px;
    display: flex;
    height: 70px;
    width: 70px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #FFF;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #F7931E;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.hamburger-menu {
    display: none;
}
.nav {
    display: inline;
}

@media screen and (max-width:781px){  
    .wrapper h1 {
        font-size: 2.5rem;
    } 
    .name {
        width: 100%;
    }
    nav {
        display: none;
    }
    .title__line {
        background-image: url(../assets/header_sp.jpg);
    }
    .title__main-title {
        font-size: 2.5rem;
    }
    
    .title__sub-title {
        font-size: 1.5rem;
    }
    .tips, .faq {
        margin: 100px 30px;
    }
    .tips-short {
        margin: 100px 30px;
        width: auto;
    }
    ul li {
        display: inline;
    }
    .message > ul {
        margin-right: 1rem;
    }
    .message__item {
        width: 100%;
        margin: 0;
    }
    .photo {
        display: none;
    }
    .passion p {
        font-size: 1.2rem;
    }
    .passion-button__label {
        margin: 0;
        padding: 15px 30px;
        font-size: 1rem;
    }
    .value__item {
        padding: 0 25px 20px;
    }
    .value__item > h2 {
        font-size: 1.5rem;
    }
    .voice__frame {
        display: inline;
    }
    .voice__item-belong {
        display: inline;
        text-align: center;
    }
    .voice__item-belong > img {
        height: 50%;
        width: 50%;
    }
    .voice__item-belong--text {
        margin-left: 0;
    }
    .voice__item-belong--text > p {
        font-size: 20px;
    }
    .system__items {
        display: inline;
    }
    .system__item {
        margin: 50px 0 0 0;
    }
    .flow__steps {
        width: 100%;
        margin: 70px 0;
    }
    .flow__step--title {
        margin: 20px 0;
        font-size: 26px;
    }
    .faq__frame {
        margin: 0;
        padding: 10px 20px;
    }
    .message-tips {
        margin: 0;
        background-image:
            radial-gradient(290px 300px , #F7931E 20%, transparent 20%),
            radial-gradient(800px 780px , #F7931E 20%, transparent 20%),
            radial-gradient(1000px 990px , #F7931E 20%, transparent 20%),
            radial-gradient(400px 380px , #F7931E 20%, transparent 20%),
            radial-gradient(750px 750px , #F7931E 20%, transparent 20%),
            radial-gradient(100px 100px , #F7931E 20%, transparent 20%);
        background-size: 
            1230px 1280px,
            810px 910px,
            1470px 990px,
            1200px 1700px,
            1520px 1200px,
            1100px 1300px;
        background-position: 
            -300px -550px,
            -200px 100px,
            50px 510px,
            -200px -550px,
            -180px -250px,
            130px -150px;
        background-color:rgba(255,255,255,0.8);
        background-blend-mode:lighten;
    }
    .parallax-help {
        background-attachment: scroll;
        width: 100%;
    }   
    .parallax-badminton {
        background-attachment: scroll;
        width: 100%;
    }
    .hamburger-menu {
        display: inline;
    }
    .nav {
        display: none;
    }
    .floating-school a{
        padding: 30px;
    }
}

@media screen and (max-width:480px){
    .voice__item-belong > img {
        height: 100%;
        width: 100%;
    }
}
