@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

.display_834{
  display: none;
}
.flex-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.en{
  font-family: Impact;
}
body{
  background-color: #fff;
}
*{
  transition: all .3s;
  box-sizing: border-box;
}
.text-tate{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.text-tate ul{
  padding-left: 0;
  padding-top: 1em;
}
.p-relative{
  position: relative;
}
.p-relative .p-absolute{
  position: absolute;
}
img{
    vertical-align: middle;
}
footer .author-info{
  display: none;
}

/*----------------------------
scroll_up ｜下から出現
----------------------------*/
.scroll_up {
  transition: 0.5s ease-in-out;
  transform: translateY(100px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    transform: translateX(-100px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    transform: translateX(100px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
/************************************
header
************************************/
/*img.header-logo{
    position: fixed;
    left: 1%;
    top: 0px;
}
.header-in {
    position: fixed;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    background-color: rgba(255,255,255,0.2);
}*/
.navi{
  background-color: transparent;
}
.navi-in ul li a{
  border-right: 1px solid #000;
  color: #000;
  font-weight: bold;
}
.navi-in ul li:last-child a{
  border-right: none;
}
.navi-in a:hover{
  background-color: transparent;
}
.main-visual{
    width: 100%;
    position: relative;
    background-color: #FFE100;
    padding: 5vw 0;
}
.main-visual .main-box{
    background-image: url(./img/image-main.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}
.main-visual img.main-title {
    display: block;
    margin: 0 5% 0 auto;
}
.main-visual h1{
    font-weight: 100;
    margin-top: -24vw;
    margin-left: 5vw;
    font-size: 5vw;
    line-height: 1.25;
    color: #000;
}
.main-visual h1 span{
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 175%;
    line-height: 1;
}

/************************************
content
************************************/
.content {
    margin-top: 80px;
}

/************************************
フロントページ
************************************/
.page-template-page-front p{
  font-size: 15px;
}
.page-template-page-front .content{
  margin-top: 0;
}
.page-template-page-front .content-in.wrap{
  width: 100%;
}
.page-template-page-front .content-in.wrap .main{
  background-color: transparent;
  padding: 0;
}
.page-template-page-front .section-inner-box{
  max-width: 1100px;
  margin: 0 auto;
}
.page-template-page-front .top-content .content-box{
  padding: 5em 0;
}
.page-template-page-front .top-content .content-box.program-section{
  padding-bottom: 0;
}

.title-box p.en{
    font-size: 6em;
    color: #FFE100;
    line-height: 1;
}
.title-box h2{
  font-size: 1.5em;
}

.coaching-section .flex-box, 
.step-box.flex-box{
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 4em;
}
.coaching-section .flex-box .flex-item, 
.step-box.flex-box .flex-item{
  width: 32%;
  margin-right: 2%;
}
.coaching-section .flex-box .flex-item:nth-of-type(2), 
.step-box.flex-box .flex-item:nth-of-type(2){
  margin-top: -6em;
}
.coaching-section .flex-box .flex-item:last-child, 
.step-box.flex-box .flex-item:last-child{
   margin-right: 0;
   margin-top: -12em;
}
.coaching-section .flex-box .flex-item img, 
.step-box.flex-box .flex-item img{
    outline: 5px solid #FFE100;
    outline-offset: -20px;
}
.coaching-section .flex-box .flex-item .text-content, 
.step-box.flex-box .flex-item .text-content{
  padding: 1em;
}
.coaching-section .flex-box .flex-item .text-content h3, 
.step-box.flex-box .flex-item .text-content h3{
  margin-bottom: 1em;
}

section.cta{
  background-image: url(./img/contact-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6em 0;
  text-align: center;
}
section.cta span.bg-white{
  background-color: #fff;
  padding: 0.2em 0.5em;
}
section.cta h2{
  font-size: 2em;
}
section.cta p{
    font-weight: bold;
    color: #fff;
    font-size: 1em;
}
section.cta .button{
  margin-top: 2em;
}
section.cta .button a, 
.cta-02 .button a{
    font-weight: bold;
    text-decoration: none;
    padding: 0.5em 3em;
    display: inline-block;
    border-radius: 50px;
}
.button a.button-yellow{
    background-color: #FFE100;
    border:2px solid #FFE100;
    color: #000;
}
.button a.button-yellow:hover{
  background-color: transparent;
  color: #FFE100;;
}

.school-section .flex-box{
  justify-content: space-between;
  margin-top: 4em;
}
.school-section .flex-box .flex-item:nth-of-type(1){
  width: 60%;
}
.school-section .flex-box .flex-item:nth-of-type(2){
  margin-top: -15em;
}
.school-section .flex-box .flex-item.text-tate h3{
  font-size: 3em;
  margin-left: 1em;
}
.school-section .flex-box .flex-item.text-tate ul li{
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
}

.profile-section .title-box{
  text-align: right;
}
.profile-section .flex-box{
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4em;
}
.profile-section .flex-box .flex-item:nth-of-type(1){
  width: 30%;
  margin-top: -5em;
}
.profile-section .flex-box .flex-item:nth-of-type(1) h3{
  font-size: 3em;
}
.profile-section .flex-box .flex-item:nth-of-type(2){
  width: 60%;
}
.profile-section .profile-image {
    max-width: 1000px;
    margin: 3em auto 0;
}
.profile-section .profile-image img{
  width: 100%;
}
.profile-section .profile-image table{
  margin-bottom: 0;
}
.profile-section .profile-image table th{
  background-color: #FFE100;
}
.profile-section .profile-image table th, 
.profile-section .profile-image table td{
  padding: 0.5em 2em;
  border: none;
}
.profile-section .profile-image .p-absolute {
    bottom: 0;
    left: 0;
}

.lecture-section .flex-box .flex-item .text-content h3{
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    padding-left: 2.5em;
}
.lecture-section .flex-box .flex-item:nth-of-type(1) .text-content h3{
    background-image: url(./img/icon_lecture_01.png);
}
.lecture-section .flex-box .flex-item:nth-of-type(2) .text-content h3{
    background-image: url(./img/icon_lecture_02.png);
}
.lecture-section .flex-box .flex-item:nth-of-type(3) .text-content h3{
    background-image: url(./img/icon_lecture_03.png);
}


.program-section .title-box{
  text-align: center;
}
.program-section .program-info{
  max-width: 800px;
  margin: 3em auto;
}

.program-box{
  padding: 5em 0;
}
.program-box.advanced-course{
  background-color: #FFE100;
}
.program-box.video-course{
  background-color: #EDF2FB;
}
.program-box .title-box{
  font-weight: bold;
}
.program-box .title-box h3{
  font-size: 1.5em;
}
.flex-box.course-box{
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5em;
}
.flex-box.course-box .flex-item{
  width:32%;
  margin-right: 2%;
  position: relative;
}
.flex-box.course-box .flex-item .icon{
    display: inline-grid;
    color: #fff;
    background-color: #000;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    position: absolute;
    top: -10%;
    right: 0;
    left: 0;
    margin: auto;
}
.video-course .flex-box.course-box .flex-item .icon{
  background-color: #FFE100;
}
.flex-box.course-box .flex-item .icon p{
  color: #FFE100;
  font-weight: bold;
  font-size: 13px;
}
.video-course .flex-box.course-box .flex-item .icon p{
  color: #000;
}
.flex-box.course-box .flex-item .icon p span{
    display: block;
    font-size: 2em;
    line-height: 1;
}
.flex-box.course-box .flex-item:last-child{
  margin-right: 0;
}
.flex-box.course-box .flex-item .course-title{
    background-color: #fff;
    text-align: center;
    padding: 3em 0 1em;
}
.flex-box.course-box .flex-item .course-title h4{
  font-size: 1.25em;
}
.flex-box.course-box .flex-item .course-text{
  background-color: #fff;
  padding: 1.5em 1em;
}
.flex-box.course-box .flex-item .course-text p{
  font-size: 14px;
  font-weight: bold;
}
.course-price{
  text-align: right;
  margin: 2em auto;
}
.course-price h3{
  font-size: 2em;
}
.course-price h3 span.price{
  font-size: 150%;
  padding-left: 1em;
}
.course-price h3 span.price .tax{
  font-size: 50%;
}

.button-course{
  text-align: center;
  margin: 5em auto;
}
.button-course a{
    display: inline-block;
    background-color: #000;
    border: 1px solid #000;
    text-decoration: none;
    color: #fff;
    padding: 1em 5em;
    font-weight: bold;
}
.button-course a:hover{
  background-color: transparent;
  color: #000;
}

.flow-section .title-box{
  text-align: center;
}
.flow-content .flex-box{
  justify-content: flex-start;
  align-items:flex-start;
  width: 90%;
}
.flow-content .flex-item{
  width: 45%;
}
.flow-content .flex-item:first-child{
  margin-right: 10%;
}
.flow-content-02 .flex-box{
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
}
.flow-section .flow-content{
  position: relative;
  padding: 2em 0 0;
}
.flow-section .flow-content .bg-yellow{
    content: '';
    background-color: #FFE100;
    width: 85vw;
    height: 15em;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.flow-section .flow-content .bg-yellow{
    border-radius: 0 200px 200px 0;
}
.flow-section .flow-content-01{
  margin-bottom: 3em;
  margin-top: 3em;
}
.flow-section .flow-content-02 .bg-yellow{
  left: auto;
  right: 0;
}
.flow-section .flow-content .step-content h3{
    margin: 0 0 1em 0;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    line-height: 1.5;
}
.flow-section .flow-content .step-content h3 span.en{
    color: #fff;
    font-size: 150%;
    padding-right: 1em;
}
.flow-section .flow-content .step-content img{
  display: block;
  margin: 2em auto 0;
  width: 80%;
}

.cta-02{
  background-color: #000;
  padding: 1em 0;
}
.cta-02 h3{
  color: #FFE100;
}
.cta-02 .section-inner-box.flex-box{
  justify-content: space-around;
}


.footer{
  background-color: #FFE100;
  margin-top: 6em;
}
.flex-box.footer-flex{
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -5em;
}
.flex-item.footer-logo{
  width: 40%;
}
.flex-box.footer-flex h2{
  font-size: 5em;
}
.flex-box.footer-flex h2 span{
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 175%;
    line-height: 1;
}
.flex-item.footer-profile{
  width: 55%;
}
.flex-item.footer-profile .flex-box{
  justify-content: space-between;
  align-items: flex-end;
}
.flex-item.footer-profile .flex-item.text-box{
  width: 55%;
}
.flex-item.footer-profile .flex-item.profile-image{
  width: 40%;
}
.flex-item.footer-profile .flex-item.text-box table{
  width: auto;
}
.flex-item.footer-profile .flex-item.text-box table th, 
.flex-item.footer-profile .flex-item.text-box table td{
    padding: 0.5em 2em;
    border: none;
}
.flex-item.footer-profile .flex-item.text-box table th{
  background-color: #000;
  color: #FFE100;
}
.flex-item.footer-profile .flex-item.text-box table td{

}

.footer-widgets{
  margin-top: 2em;
}
.footer-left{
  width: 100%;
}
.footer-left ul.menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.footer-left .widget.widget_nav_menu{
  margin-bottom: 0;
}
.footer-left .widget_nav_menu ul li a{
  padding: 0.5em 2em;
  border-left: 1px solid #000;
  font-weight: bold;
  font-size: 0.8em;
}
.footer-left .widget_nav_menu ul li:last-child a{
  border-right: 1px solid #000;
}
.footer-left .widget_nav_menu ul li a:hover{
  background-color: transparent;
}
.footer-bottom-logo{
  display: none;
}

.page-template-page-front .course-box{
  margin-top: 5em;
}
.page-template-page-front .course-box .course-title{
  margin-bottom: 1em;
}
.page-template-page-front .course-box .course-title p{
    font-size: 3em;
    color: #FFE100;
    line-height: 1;
}
.page-template-page-front .course-box .course-title p span{
    font-size: 150%;
    padding-left: 0.5em;
}
.page-template-page-front .course-box .course-title h3{
  font-size: 2em;
  line-height: 1.5;
}
.page-template-page-front .course-box .course-item{
  margin-bottom: 3em;
    border-bottom: 1px solid #333;
    padding-bottom: 3em;
}
.page-template-page-front .course-box .course-item .flex-box{
  justify-content: space-between;
  align-items: flex-start;
}
.page-template-page-front .course-box .course-item .flex-box img{
  width: 30%;
}
.page-template-page-front .course-box .course-item .flex-box .course-text{
  width: 65%;
}
.page-template-page-front .course-box .course-item .flex-box .course-text .button-box{
  text-align: center;
  margin-top: 3em;
}
.page-template-page-front .course-box .course-item .flex-box .course-text .button-box a{
    display: inline-block;
    background-color: #000;
    border: 1px solid #000;
    text-decoration: none;
    color: #fff;
    padding: 1em 5em;
    font-weight: bold;
}
.page-template-page-front .course-box .course-item .flex-box .course-text .button-box a:hover {
    background-color: transparent;
    color: #000;
}

input[type='submit'] {
    -webkit-appearance: none;
    border: none;
    background-color: #ffe103;
    color: #333;
    width: auto;
    padding: 1em 4em;
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
.page-template-page-front .section-inner-box {
    max-width: 95vw;
}
.title-box h2 {
    font-size: 1.25em;
}
.school-section .flex-box .flex-item.text-tate h3 {
    font-size: 2em;
}
.school-section .flex-box .flex-item.text-tate ul li {
    font-size: 1.25em;
}
.profile-section .flex-box .flex-item:nth-of-type(1) h3 {
    font-size: 4vw;
}
.flex-box.course-box .flex-item .course-title h4 {
    font-size: 2vw;
}
.button-course a{
  font-size: 15px;
}
.flow-section .flow-content .bg-yellow {
    width: 98vw;
}
.flex-item.footer-logo {
    width: 33vw;
}
.flex-item.footer-profile {
    width: 65vw;
}
.flex-box.footer-flex h2 {
    font-size: 5.5vw;
}

}

/*834px以下*/
@media screen and (max-width: 834px){
.display_834{
  display: block;
}
.main-visual{
  padding: 5em 0 5vw;
}
.main-visual .main-box{
  background-size: auto 75%;
}
.main-visual img.main-title {;
    margin: 0 0% 0 auto;
    width: 25vw;
}
.main-visual h1 {
    margin-top: -5vw;
    font-size: 8vw;
}
.main-visual h1 span{

}
.page-template-page-front .top-content .content-box{
  padding: 2em 0;
}
.coaching-section .flex-box, .step-box.flex-box{
  margin-top: 2em;
}
.coaching-section .flex-box .flex-item:nth-of-type(2), 
.step-box.flex-box .flex-item:nth-of-type(2) {
    margin-top: 0;
}
.coaching-section .flex-box .flex-item:last-child, 
.step-box.flex-box .flex-item:last-child {
    margin-top: 0;
}
.coaching-section .flex-box .flex-item, .step-box.flex-box .flex-item {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2em;
}
.coaching-section .flex-box .flex-item img, 
.step-box.flex-box .flex-item img {
    width: 35%;
}
.coaching-section .flex-box .flex-item .text-content, 
.step-box.flex-box .flex-item .text-content {
    padding: 0em;
    width: 60%;
}
section.cta {
    padding: 2em 0;
}
section.cta h2 {
    font-size: 5vw;
}
section.cta p{
  font-size: initial;
}
section.cta .button{
  margin-top: 1em;
}
section.cta .button a, 
.cta-02 .button a{
  font-size: initial;
}
.school-section .flex-box {
    margin-top: 2em;
    display: block;
}
.school-section .flex-box .flex-item:nth-of-type(1){
  width: 75%;
  margin-right: 0;
  margin-left: auto;
}
.school-section .flex-box .flex-item:nth-of-type(2) {
    margin-top: 1em;
    writing-mode: initial;
}
.school-section .flex-box .flex-item.text-tate h3 {
    margin-left: 0em;
}
.text-tate ul {
    padding-top: 0;
    padding-left: 1em;
}
.profile-section .flex-box {
  display: block;
    margin-top: 2em;
}
.profile-section .flex-box .flex-item:nth-of-type(1) {
    width: 100%;
    margin-top: 0em;
    margin-bottom: 1em;
}
.profile-section .flex-box .flex-item:nth-of-type(1) h3 {
    font-size: 7vw;
    line-height: 1.25;
}
.profile-section .flex-box .flex-item:nth-of-type(2) {
    width: 100%;
}
.profile-section .profile-image {
    margin: 1em auto 0;
}
.flex-box.course-box {
    display: block;
    margin-top: 2em;
}
.flex-box.course-box .flex-item {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.flex-box.course-box .flex-item .icon {
    top: -10%;
    right: auto;
}
.flex-box.course-box .flex-item .course-title{
  display: none;
}
.flex-box.course-box .flex-item img{
  width: 40%;
}
.flex-box.course-box .flex-item .course-text {
    width: 60%;
}
.flex-box.course-box .flex-item .course-text h4{
  margin-bottom: 1em;
}
.flow-section .flow-content .step-content img {
    margin: 1em auto 0;
}
.course-price h3 {
    font-size: 5vw;
}
.flow-section .scroll_left {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
.scroll_right {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
.cta-02 .section-inner-box.flex-box {
    display: block;
    text-align: center;
}
.cta-02 h3 {
    margin-bottom: 0.5em;
}
.flex-box.footer-flex {
    display: block;
}
.flex-item.footer-logo {
    width: 100%;
}
.flex-box.footer-flex h2 {
    font-size: 8vw;
}
.flex-item.footer-profile {
    width: 100%;
}


}

/*480px以下*/
@media screen and (max-width: 480px){
.title-box p.en {
    font-size: 4em;
}
.title-box h2 {
    font-size: 1em;
}
.coaching-section .flex-box .flex-item .text-content h3, 
.step-box.flex-box .flex-item .text-content h3{
  line-height: 1.25;
}
.school-section .flex-box .flex-item.text-tate h3{
  font-size: 1.5em;
}
.school-section .flex-box .flex-item.text-tate ul li{
  font-size: 1em;
}
.page-template-page-front p{
  font-size: 13px;
}
.lecture-section .flex-box .flex-item .text-content h3{
  padding-left: 2em;
}
.flex-box.course-box .flex-item .icon{
  width: 65px;
  height: 65px;
}
.flex-box.course-box .flex-item .icon p{
  font-size: 10px;
}
.flex-box.course-box .flex-item .icon p span {
    font-size: 1.5em;
}
.flow-content .flex-item p{
  line-height: 1.5;
}
.flow-section .flow-content .step-content h3{
  font-size: 3.5vw;
}

.page-template-page-front .course-box .course-item .flex-box .course-text .button-box a{
  font-size: 3vw;
}
}
