@charset "UTF-8";
/* CSS Document */


/* 9/12追加 */
.r_sec  {
    padding-inline: 20px;
}

/*=====================
下層共通
====================*/
#page-mv .h-ttl {
    width: 100%;
    height: 250px;
    background: #7C8ECC;
    background-size: cover;
}

#page-mv .h-ttl h3 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    line-height: 1.3;
    position: relative;
}

#page-mv .h-ttl h3 span {
    font-size: 20px;
    display: block;
    letter-spacing: 0.2rem;
}

#page-mv .h-ttl h3:before,
#page-mv .h-ttl h3:after {
    content: "";
    display: block;
    width: 420px;
    height: 4px;
    background: #fff;
}
#page-mv .h-ttl h3:before {
    margin-bottom: 20px;
}
#page-mv .h-ttl h3:after {
    margin-top
    : 20px;
}





.l-page .offer-box .copy01 {
    margin: 80px auto 65px;
}

.l-page .offer-box .cv-btn {
   margin: 0 auto 50px;
}

.l-page .offer-box .mincho.f50p {
    text-align: center;
    margin: 60px auto 0px;
}

.l-page .offer-box .mincho.read {
    text-align: center;
    line-height: 2;
    margin: 140px auto 40px;
}
.l-page .offer-box .mincho.f50p {
    text-align: center;
    margin: 60px auto 10px;
}
.l-page .offer-box .mincho.read .f50p {
    line-height: 2.5;
    /* display: block; */
}
.l-page .offer-box .mincho.f50p span {
    font-size: 80px;
    line-height: 1;
    margin-right: 3px;
}

.l-page .offer-box {
    background: #FAF9F7;
    padding: 60px 0 97px;
    text-align: center;
    min-width: 1100px;
}
/*=====================
section CONCEPT
====================*/
#page-mv.mv-concept .h-ttl {
    background: url("../img/concept_ttl.jpg") no-repeat center;
    background-size: cover;
}

section#concept {
    padding-bottom: 100px;
}

section#concept li {
    position: relative;
    /* margin-bottom: 90px; */
    /* height: 800px; */
}
section#concept li .text-box p + p {
    margin-top: 25px;
}

section#concept ul {
    margin: 100px 0 110px;
}
section#concept li .text-box {
    width: 560px;
    background: #fff;
    display: block;
    padding: 0 0 20px 65px;
}
 
section#concept li .bgimg {
    /* position: absolute; */
    display:block;
    z-index: -1;
}

section#concept li .bgimg a{
position: relative;
}

section#concept .text-box h4 {
    font-size: 50px;
    margin-bottom: 15px;
	line-height: 130%;
}
section#concept dl dt {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
}

section#concept dl dt:before, section#concept dl dt:after {
    content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}

section#concept dl dt:before {
    margin-right: .4em;
}

section#concept dl dt:after {
    margin-left: .4em;
}

section#concept li dl {
    margin-top: 20px;
}

section#concept li dl dd {
    margin-top: 10px;
    font-size: 22px;
}

section#concept span.ashi {
    color: #384676;
    font-weight: 600;
}

section#concept .text-box p {
   text-align: justify; /* 両端揃え */
   text-justify: inter-ideograph; /* 両端揃えの種類 */
}

section#concept .text-box p a{
   color: #FF0000;
	font-size: 24px;
	font-weight: 600;
	
}

section#concept .col2 .text-box {
    width: 55%;
}

section#concept .col2 .img-box {
    width: 45%;
}

section#concept .col2:nth-of-type(even) .img-box {
    margin-left: auto;
    text-align: right;
}

section#concept .col2:nth-of-type(even) .text-box {
    order: 1;
}

section#concept .col2 .text-box .box {
    width: 90%;
    max-width: 510px;
    background: #fff;
    display: block;
    margin: auto 10% auto auto;
}

section#concept .col2:nth-of-type(even) .text-box .box {
    margin: auto auto auto 10%;
}

section#concept li:nth-of-type(even) .text-box {
    padding: 0 65px 20px 0;
}

section#concept li + li {
    margin-top: 90px;
}

section#concept .col2 .img-box a img {
    width: 70%;
    margin-left: auto;
    text-align: right;
    display: block;
}

section#concept .col2 .text-box .box dl + dl {
    margin-top: 30px;
}

section#concept .col2 {
    align-items: center;
}

/*=====================
section 指導者
====================*/
section#leader .content {
    background: #FAF9F7;
}

#page-mv.mv-leader .h-ttl {
    background: url("../img/leader_ttl.jpg") no-repeat center;
    background-size: cover;
}

section#leader .box .text-box {
    width: 480px;
}

section#leader .wrap {
    padding: 120px 0 0;
}

section#leader .text-box .name {
    font-size: 32px;
    font-weight: 600;
    margin: 25px 0 7px;
    line-height: 1;
}
section#leader .text-box .yakusyoku {
    border-top: solid 1px #333;
    /* font-weight: 600; */
    position: relative;
    margin-bottom: 30px;
    padding-top: 3px;
    letter-spacing: 0.2rem;
}
section#leader .text-box .name span {
    font-size: 18px;
    font-weight: 500;
    margin-left: 14px;
}

section#leader .text-box p {
   text-align: justify; /* 両端揃え */
   text-justify: inter-ideograph; /* 両端揃えの種類 */
}

section#leader .two-box .text-box {
    width: 440px;
}

section#leader .two-box .text-box .name {
    margin: 10px 0 15px;
}

section#leader .two-box {
    margin-top: 80px;
}

/*=====================
section 学習環境
====================*/
#page-mv.mv-enviroment .h-ttl {
    background: url(../img/environment_ttl.jpg) no-repeat center;
    background-size: cover;
}

section#environment .enviro-list li {
    position: relative;
}
section#environment .enviro-list li:nth-of-type(1) {
    height: 338px;
    margin-top: 100px;
}
section#environment .enviro-list li:nth-of-type(2) {
    height: 370px;
}
section#environment .enviro-list li:nth-of-type(3) {
    height: 502px;
}

section#environment .enviro-list li .text-box {
    z-index: 2;
    width: 480px;
    position: absolute;
}
section#environment .enviro-list li:nth-of-type(odd) .text-box {
    top: 0;
    left: 0;
}
section#environment .enviro-list li:nth-of-type(even) .text-box {
    top: 0;
    right: 0;
}
section#environment .enviro-list li .img-box {
    position: absolute;
}
section#environment .enviro-list li:nth-of-type(odd) .img-box {
    right: 0;
}
section#environment .enviro-list li .ttl {
    font-size: 42px;
    font-weight: 600;
    margin-top: 20px;
}

section#environment .enviro-list li .ttl span {
    font-size: 20px;
    color: #C7C2AA;
    display: block;
    font-weight: 400;
}
section#environment .enviro-list li + li {
    margin-top: 130px;
}

section#environment .enviro-list li .w-box {
    background: #fff;
    padding: 55px 50px 0 0;
}
section#environment .enviro-list li:nth-of-type(2) .w-box {
    background: #fff;
    padding: 55px 0 0 50px;
}

section#environment .enviro-list li:nth-of-type(2) .ttl {
    text-align: right;
}

section#environment {
    padding-bottom: 100px;
}

section#environment .text-box p {
   text-align: justify; /* 両端揃え */
   text-justify: inter-ideograph; /* 両端揃えの種類 */
}

/*=====================
section 指導コース
====================*/


section#course .img-box {
    max-width: 950px;
    width: 100%;
    margin: auto;    
}

section#course .img-box img {
    width: 100%;
}

section#course .img-box2 {
    max-width: 950px;
    width: 100%;
    margin: auto;    
}

section#course .img-box2 img {
    width: 100%;
}

#page-mv.mv-course .h-ttl {
    background: url("../img/concept_ttl.jpg") no-repeat center center;
    background-size: cover;
}
section#course .course-box {
    padding: 110px 0 120px;
    background: #FAF9F7;
}

section#course .course-box h4 {
    text-align: center;
    margin-bottom: 70px;
}


section#course .course-box  .right {
    /* width: 445px; */
    line-height: 1.9;
}

section#course .course-box  p.comment2 {
    /* width: 445px; */
    font-size: 38px;
    font-weight: 600;
    line-height: 1.7;
}

section#course .course-box  p.comment3 {
    /* width: 445px; */
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;	
}


section#course .course-box  p.camp {
    text-align: center;
    font-size: 18px;
    color: #FF0000;
    margin-top: 0 !important;
}

section#course .course-box .right .camp-box {
    background: #fff;
    text-align: center;
    padding: 30px 0;
    border-radius: 11px;
    margin-bottom: 45px;
}

section#course .course-box .right .camp-box2 {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    border-radius: 11px;
    margin-bottom: 45px;
}


section#course .course-box .right p + p {
    margin-top: 40px;
}

section#course .course-box .left ul {
    font-size: 42px;
    font-weight: 600;
    /* margin-top: 40px; */
}

section#course .course-box .left ul li:before {
    content: url("../img/check_icon.png");
    padding-right: 10px;
}
section#course .course-box.jisyu {
    background: #ffda9f;
    color: #384676;
    /* font-weight: 600; */
}

section#course .course-box.cobetsu {
    color: #384676;
}
section#course .arrow {
    position: relative;
    background: #3B3B3B;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    padding-top: 30px;
    letter-spacing: 0.1em;
    color: #FFFB98;
    margin: 90px auto 140px;
}
section#course .arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 960px;
    height: 60px;
    bottom: -69px;
    left: 0;
    border-style: solid;
    border-color: #3B3B3B transparent transparent transparent;
    border-width: 70px 480px 0 480px;
    z-index: 1;
}
section#course .case-box .fl-list {
    width: 940px;
    margin: auto;
}
section#course .case-box .left {
    width: 730px;
    margin-bottom: 0;
}
section#course .case-box .left .text-box {
    position: relative;
    background: #F6F6F6;
    font-size: 20px;
    padding: 30px;
    border-radius: 20px;
    margin-top: 40px;
}

section#course .case-box .left .text-box:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f6f6f6;
}

section#course .support-box {
    position: relative;
    margin: 100px auto;
    padding: 70px 0 55px;
    border: solid 4px #7C8ECC;
    text-align: center;
    background: repeating-linear-gradient(-45deg, #fffdc4 0, #fffdc4 2px, #FFF 1px, #fff 13px);
}
section#course .support-box .box p {
    font-weight: 600;
    line-height: 1.9;
    text-align: left;
    padding: 0 55px;
    margin: auto;
}
section#course .support-box span {
    background: #7C8ECC;
    padding: 5px;
    color: #fff;
    font-weight: 500;
}

section#course .support-box .ttl {
    position: relative;
    font-size: 32px;
    color: #fff;
    padding: 8px 15px;
    background: #7C8ECC;
    display: inline-block;
}

section#course .support-box .ttl:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    top:0;
    left: -40px;
    border-style: solid;
    border-color: transparent #7C8ECC transparent transparent;
    border-width: 35px 40px 35px 0;
    z-index: 10;
}
section#course .support-box .ttl:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    top:0;
    right: -40px;
    border-style: solid;
    border-color: transparent  transparent transparent #7C8ECC;
    border-width: 35px 0 35px 40px;
    z-index: 10;
}
section#course .support-box .midashi {
    position: absolute;
    left: 0;
    right: 0;
    top: -36px;
}
section#course .course-box .left ul li {
    line-height: 1;
}

section#course .course-box .left ul li + li {
    margin-top: 25px;
}

section#course .left {
    width: 870px;
    align-items: center;
    margin: 0 auto 60px;
}
section#course .course-box .left {
	width:510px;
}

section#course .cv-btn {
    margin-bottom:160px ;
}

section#course p.comment {
   text-align: justify; /* 両端揃え */
   text-justify: inter-ideograph; /* 両端揃えの種類 */
}
section#course .course-box .sidou_box01{
	padding-bottom:80px;
	margin-bottom:90px;
	border-bottom:1px solid #afafaf;
}
section#course .course-box .sidou_box01:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
section#course .course-box .sidou_box01 h4{
	height:350px;
	padding-top:78px;
	color:#ffffff;
	font-size:45px;
	margin-bottom:30px;
}
section#course .course-box .sidou_box01 h4.imgL{
	text-align:left;
	background:url(../img/kobetsu_img01.jpg) right center no-repeat;
}
section#course .course-box .sidou_box01 h4.imgR{
	text-align:right;
	background:url(../img/kobetsu_img02.jpg) left center no-repeat;
}
section#course .course-box .sidou_box01 h4 span{
	display:inline-block;
	width:620px;
	padding:16px 40px;
}
section#course .course-box .sidou_box01 h4.imgL span{
	background: linear-gradient(90deg, rgba(23,92,161,1) 0%,rgba(26,163,233,1) 65%, rgba(26,163,233,0) 100%);
}
section#course .course-box .sidou_box01 h4.imgR span{
	background: linear-gradient(90deg, rgba(26,163,233,0) 0%,rgba(26,163,233,1) 25%, rgba(23,92,161,1) 100%);
	width:680px;
}
section#course .course-box .sidou_box01 p + p{
	margin-top:20px;
}
section#course .course-box .sidou_box01 .leadTxt01{
	margin-bottom:30px;
	font-size:45px;
	font-weight:bold;
}
section#course .course-box .sidou_box01 .img-box_2{
	
	padding:20px;
	background:#ffffff;
}
section#course .course-box .sidou_box01 .img-box_2.float_r{
	margin-left:30px;
	margin-bottom:30px;
}
section#course .course-box .sidou_box01 .img-box_2.float_l{
	margin-right:30px;
	margin-bottom:30px;
}
section#course .course-box .sidou_box01 .left ul{
	font-size:31px;
}
section#course .course-box .time_box01{
	background-color:#ffffff;
	margin-top:20px;
	padding:20px 30px;
	font-size:33px;
	font-weight:bold;
}
section#course .course-box .time_box01 .note_txt01{
	margin-top:10px;
}
section#course .course-box .time_box01 .box_title{
	font-size:35px;
	font-weight:bold;
	margin-bottom:20px;
}
section#course .course-box .time_box01 .box_title span{
	border-bottom:#7C8ECC solid 2px;
	padding:0 15px 10px 15px;
}





/*=====================
フォーム（申込み・資料請求）
========================*/
/* .l-page section#contact {
    background: #FAF9F7;
}

.l-page section#contact .form-box {
    width: 700px;
    margin: auto;
    padding: 0 0 100px;
}


.l-page section#contact .form-box dt {
    background: #7C8ECC;
    padding: 20px;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 20px;
}

.l-page section#contact .form-box dt span {
    background: #384676;
    font-size: 18px;
    padding: 6px 10px;
    border-radius: 12px;
    margin-left: 10px;
}

.l-page section#contact .form-box dd input[type="text"],
.l-page section#contact .form-box dd input[type="email"],
.l-page section#contact .form-box dd textarea {
    padding: 10px 15px;
    border: solid 1px #B2B2B2;
    border-radius: 3px;
    font-size: 20px;
    width: 100%;
}



.l-page section#contact .form-box dd .col2 input[type="text"] {
    width: 340px;    
}



.l-page section#contact .form-box dd .col2 + .col2 {
    margin-top: 20px;
}

.l-page section#contact .form-box input[type="submit"] {
    width: 370px;
    height: 80px;
    background: #384676;
    border: none;
    font-size: 24px;
    color: #FFF;
}

.l-page section#contact .form-box .form-btn {
    margin: 50px auto 0;
    text-align: center;
}

.l-page section#contact .form-box input[type="submit"]:hover {
    background: #7C8ECC;
    transition: 0.3s;
}

.l-page section#contact .form-box dd .number input[type="text"] {
    width: 135px;
    margin-left: 15px;
}

.l-page section#contact .form-box dd .ad-fd + .ad-fd {
    margin-top: 15px;
}

.l-page section#contact .form-box p.under-preview {
    font-size: 18px;
    margin: 20px 0 0;
}

.l-page section#contact .form-box p.under-preview span {
    color: #7C8ECC;
    font-weight: 600;
}

.l-page section#contact .preview {
    text-align: center;
    padding: 0 0 10px;
}

.l-page section#contact .preview span {
    display: block;
    font-size: 20px;
}

.l-page section#contact .form-box input.back {
    background: #555;
} */

.l-page section#contact {
    background: #FAF9F7;
}

.l-page section#contact .form-box {
    width: 100%;
    margin: auto;
    padding: 0 0 100px;
}

.l-page section#contact .form-box dt {
    background: #7C8ECC;
    padding: 20px;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 30px;
    text-align: left;
}

.l-page section#contact .form-box dt span {
    background: #384676;
    font-size: 18px;
    padding: 6px 10px;
    border-radius: 12px;
    margin-left: 10px;
}

/* テキスト、メール、テキストエリアの共通スタイル */
.l-page section#contact .form-box dd .wpcf7-form-control.wpcf7-text,
.l-page section#contact .form-box dd .wpcf7-form-control.wpcf7-email,
.l-page section#contact .form-box dd .wpcf7-form-control.wpcf7-tel,
.l-page section#contact .form-box dd .wpcf7-form-control.wpcf7-textarea {
    padding: 10px 15px;
    border: solid 1px #B2B2B2;
    border-radius: 3px;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font-size: 30px;
}

/* 2カラム用の input */
.l-page section#contact .form-box dd .col2 .wpcf7-form-control.wpcf7-text {
    width: 340px;
}

/* 2カラムの間隔 */
.l-page section#contact .form-box dd .col2 + .col2 {
    margin-top: 20px;
}

/* 電話番号の number 用 */
.l-page section#contact .form-box dd .number .wpcf7-form-control.wpcf7-text {
    width: 135px;
    margin-left: 15px;
}

/* textarea の追加余白 */
.l-page section#contact .form-box dd .ad-fd + .ad-fd {
    margin-top: 15px;
}

/* 送信ボタン */
.l-page section#contact .form-box input.wpcf7-submit {
    width: 370px;
    height: 80px;
    background: #384676;
    border: none;
    font-size: 24px;
    color: #FFF;
    cursor: pointer;
}

.l-page section#contact .form-box .form-btn {
    margin: 50px auto 0;
    text-align: center;
}

.l-page section#contact .form-box input.wpcf7-submit:hover {
    background: #7C8ECC;
    transition: 0.3s;
}

/* 戻るボタン（必要ならクラス付与して対応） */
.l-page section#contact .form-box input.back {
    background: #555;
}

/* 注意書き */
.l-page section#contact .form-box p.under-preview {
    font-size: 18px;
    margin: 20px 0 0;
}

.l-page section#contact .form-box p.under-preview span {
    color: #7C8ECC;
    font-weight: 600;
}

.l-page section#contact .preview {
    text-align: center;
    padding: 0 0 10px;
}

.l-page section#contact .preview span {
    display: block;
    font-size: 20px;
}


/*=====================
ブログ　2019.09.30修正
========================*/
.l-page section#contact .blog_bg {
    background-color: #FFFFFF;
}

#page-mv .b-ttl {
    width: 100%;
    height: 300px;
    background: url("../img/blog_mv.jpg") no-repeat center center;
    background-size: cover;
}
.l-page section#contact .blog_in {
    width:800px;
    padding-top: 100px;
    margin: 0 auto;
}
.l-page section#contact .kiji_bx {
    width:100%;
    padding-bottom: 80px;
}
.l-page section#contact .blog_tit_bx1 {
    width:100%;
    padding: 15px 0 15px 20px;
    background-color: #EB809F;
}
.l-page section#contact .blog_tit_bx1 .tit{
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}
.l-page section#contact .blog_tit_bx2 {
    width:100%;
    padding: 15px 0 15px 20px;
    background-color: #EEEEEE;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.l-page section#contact .blog_tit_bx2 .tit{
    font-size: 30px;
    font-weight: bold;
    color: #272727;
    display: flex;
    align-items: center;
}
.l-page section#contact .blog_tit_bx2 span{
    font-size: 18px;
    font-weight: bold;
    color: #C96C87;
    margin-left: 15px;
}
.l-page section#contact .blog_list {
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 auto;
}
.l-page section#contact .blog_list li {
    width:100%;
    padding: 35px 0;      
    border-bottom: 1px solid #CCCCCC; 
}
.l-page section#contact .blog_list li.acc {
    padding: 25px 0;      
}
.l-page section#contact .blog_list a {
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.l-page section#contact .blog_list a:hover {
    opacity: 0.5 ;
}
.l-page section#contact .blog_img { 
    width:145px;
}
.l-page section#contact .blog_img img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
.l-page section#contact .blog_img1 { 
    width:200px;
}
.l-page section#contact .blog_img1 img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
.l-page section#contact .blog_list .blog_txt {
    width: 640px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.0em;
}
.l-page section#contact .blog_list .txt_w {
    width: 100%;
    height: 100px;
}
.l-page section#contact .blog_list .txt_w1 {
    width: 580px;
    height: 150px;
}
.l-page section#contact .blog_txt .no_bx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.l-page section#contact .blog_txt .no_bx .no {
    width: 42px;
    height: 42px;
    font-size: 20px;
    font-weight: bold;
    padding: 1.5% 0;
    color: #FFFFFF;
    background-color: #384676;
    text-align: center;
    margin-right: 10px;
    border-radius: 42px;
    font-family: 'renner';
}
.l-page section#contact .blog_txt .tit {
    font-size: 28px;
}
.l-page section#contact .blog_txt .txt {
    font-size: 16px;
}
.l-page section#contact .blog_txt .txt_bx {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.l-page section#contact .blog_txt .txt_bx .label_bx { 
    background-color: #6F82B6;
    border-radius: 15px;
}
.l-page section#contact .blog_txt .txt_bx .label_cl1 { 
    background-color: #5AB7B9;
}
.l-page section#contact .blog_txt .txt_bx .label_cl2 { 
    background-color: #7AAA54;
}
.l-page section#contact .blog_txt .txt_bx .label_cl3 {
    background-color: #FA7967;
}
.l-page section#contact .blog_txt .txt_bx .label_cl4 {
    background-color: #FF8A00;
}
.l-page section#contact .blog_txt .txt_bx .label_cl5 {
    background-color: #B27C3D;
}
.l-page section#contact .blog_txt .txt_bx .label_bx .label { 
    font-size: 14px;
    padding: 4px 24px;
    color: #FFFFFF;
}
.l-page section#contact .blog_txt .txt_bx .day { 
    font-size: 16px;
}
.l-page section#contact .blog_btn {
    width: 200px;
    margin: 30px auto 0;
    
}
.l-page section#contact .blog_btn a {
    width: 100%;
    text-align: center;
    padding: 15px 50px;
    background-color: #384676;
    font-size: 20px;
    color: #FFFFFF;
}
.l-page section#contact .blog_btn a:hover {
    opacity: 0.5 ;
}
.l-page section#contact .top_btn {
    width: 100%;
}
.l-page section#contact .top_btn a {
    font-size: 20px;
    color: #FFFFFF;
    background-color: #6F82B6;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.l-page section#contact .top_btn a:hover {
    opacity: 0.5 ;
}
.l-page section#contact .top_btn .top_btn_img {
   margin-right: 10px;
}
.l-page section#contact .top_btn .top_btn_img img {
    width: 100%;
    display: block;
}
.l-page section#contact .category_bx {
    width: 800px;
    padding-top: 100px;
    margin: 0 auto;
}
.l-page section#contact .category_tit {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}
.l-page section#contact .category_tit .tit {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
.l-page section#contact .category_list {
    width: 100%;
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.l-page section#contact .category_list li {
    width: 260px;
    margin-top: 15px;
}
.l-page section#contact .category_list li:nth-child(-n+3) {
    margin: 0;
}
.l-page section#contact .category_list li a {
    width: 100%;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.4em;
    padding: 7px 0;
    display: block;
    background-color: #6F82B6;
    border-radius: 40px;
}
.l-page section#contact .category_list .col1 a {
    background-color: #5AB7B9;
}
.l-page section#contact .category_list .col2 a {
    background-color: #7AAA54;
}
.l-page section#contact .category_list .col3 a {
    background-color: #FA7967;
}
.l-page section#contact .category_list .col4 a {
    background-color: #FF8A00;
}
.l-page section#contact .category_list .col5 a {
    background-color: #B27C3D;
}
.l-page section#contact .category_list li a:hover {
    opacity: 0.5 ;
}
.l-page section#contact .wp-pagenavi { 
    font-size: 18px;
    text-align: center;
    padding: 70px 0 80px;
}
.l-page section#contact .wp-pagenavi span {
    padding:10px 14px;
    margin:4px;
    background-color:#7C8ECC;
    color:#FFFFFF;
    line-height: 1;
    border: 1px solid #7C8ECC;
}
.l-page section#contact .wp-pagenavi a {
    padding:10px 14px;
    margin:4px;
    background-color:#FFFFFF;
    color:#7C8ECC;
    line-height: 1;
    border: 1px solid #7C8ECC;
}
.l-page section#contact .blog_bx { 
    width:800px;
    padding: 30px 0 50px; 
    margin: 0 auto;
}
.l-page section#contact .blog_bx .blog_tit { 
    font-size: 28px;
    line-height: 1.2em;
    color: #7C8ECC;
    padding: 15px 0 15px 0;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.l-page section#contact .blog_bx .blog_tit_day { 
    font-size: 14px;
    color: #666666;
    padding: 0 0 15px 0;
    letter-spacing: 0.1em;
}
.l-page section#contact .blog_bx .blog_syousai img {
    width: 100%;
}
.l-page section#contact .blog_bx .blog_syousai p { 
    font-size: 14px;
    color: #565656;
    letter-spacing: 0.1em;
    line-height: 1.8em;
}
.l-page section#contact .post-navigation {
  margin-top: 20px;
}
.l-page section#contact .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.l-page section#contact .nav-links {
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.l-page section#contact .nav-links a:hover {
  opacity: 0.5 ;
}
.l-page section#contact .nav-links:after {
  content: "";
  display: block;
  clear: both;
}
.l-page section#contact .nav-previous {
  font-size: 16px;
  float: left;
  padding: 0 20px;
}
.l-page section#contact .nav-next {
  font-size: 16px;
  float: right;
  padding: 0 20px;
}

/*セレクトボックス*/
.mw_wp_form_input .cp_ipselect {
	overflow: hidden;
	/* width: 90%; */
	/* margin: 2em auto; */
	text-align: center;
}
.mw_wp_form_input .cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.mw_wp_form_input .cp_ipselect select::-ms-expand {
    display: none;
}
.mw_wp_form_input .cp_ipselect.cp_sl01 {
	position: relative;
	border: solid 1px #B2B2B2;
	border-radius: 3px;
	background: #ffffff;
}
.mw_wp_form_input .cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #666666;
	pointer-events: none;
}
.mw_wp_form_input .cp_ipselect.cp_sl01 select {
	font-size: 20px;
	padding: 8px 38px 8px 20px;
	color: #555;
}

/*ラジオボタン*/
.mwform-radio-field .radio {
        display: none; /* まず、＜input＞タグの表示を消します*/
    }
.mwform-radio-field label {
        position: relative;
        display: inline-block;
        padding: 3px 3px 3px 20px;
        cursor: pointer;
 }
.mwform-radio-field .radio+span::before,/* ＜span＞タグの疑似要素を作ります*/
.mwform-radio-field span::after {
        position: absolute;
        content: '';
        top: 50%;
        border-radius: 100%;
        -webkit-transition: all .2s;
        transition: all .2s;
    }
   .mwform-radio-field .radio+span::before {
        left: 0;
        width: 24px;
        height: 24px;
        margin-top: -11px;
        background: #f3f3f3;/* ラジオボタンの元の色の指定*/
        border: 1px solid #ccc;
        display: inline-block;
    }
   .mwform-radio-field .radio+span:hover::before {
        background: #fff;/* ラジオボタンのマウスオーバーしたときの色の指定*/
    }
   .mwform-radio-field .radio+span::after {
        opacity: 0;
        left: 2px;
        width: 20px;
        height: 20px;
        margin-top: -9px;
        background: #384676;/* ラジオボタンのチェックした時の色の指定*/
        -webkit-transform: scale(2);
        transform: scale(2);
    }
   .mwform-radio-field .radio:checked + span::before {/* ラジオボタンがチェックされたときの隣接しているタグへの指示を書きます*/
        background: #fff;
        border: 1px solid #384676;/* ラジオボタンのチェックした時の枠の線の指定*/
    }
    .mwform-radio-field .radio:checked + span::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.mwform-radio-field-text {
    margin-left: 10px;
}













/*チェックボックス*/
.mwform-checkbox-field .checkbox {
        display: none; /* まず、＜input＞タグの表示を消します*/
    }
.mwform-checkbox-field label {
        position: relative;
        display: inline-block;
        padding: 5px 5px 5px 40px;
        cursor: pointer;  
 }
.mwform-checkbox-field .checkbox+span::before,/* ＜span＞タグの疑似要素を作ります*/
.mwform-checkbox-field span::after {
        position: absolute;
        content: '';
        top: 50%;
        -webkit-transition: all .1s;
        transition: all .1s;
    }
   .mwform-checkbox-field .checkbox+span::before {
        left: 0;
        width: 35px;
        height: 35px;
        margin-top: -18px;
        background: #f3f3f3;/* ラジオボタンの元の色の指定*/
    border: #999999 solid 1px;
	border-radius:		6px 6px 6px 6px;   
        display: inline-block;
    }
   .mwform-checkbox-field .checkbox+span:hover::before {
        background: #fff;/* ラジオボタンのマウスオーバーしたときの色の指定*/
    }

   .mwform-checkbox-field .checkbox:checked + span::before {/* ラジオボタンがチェックされたときの隣接しているタグへの指示を書きます*/
	content:		'';		/* チェックの文字 */ 
	font-size:		24px;			/* チェックのサイズ */
	color:			#384676;			/* チェックの色 */
	background-color:	#384676;			/* チェックした時の色 */ 
       
       
}

    .mwform-checkbox-field .checkbox:checked + span::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

   .mwform-checkbox-field {
    margin-left: 10px;
}






.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 20px;
}



/*placeholder*/
/* Chrome, Safari */
::-webkit-input-placeholder{
    color: #B2B2B2;
    font-weight: 400;
}
 
/* Firefox */
::-moz-placeholder{
    color: #B2B2B2;
    font-weight: 400;
}
 
/* Firefox 18以前 */
:-moz-placeholder{
    color: #B2B2B2;
    font-weight: 400;
}
 
/* IE */
:-ms-input-placeholder{
    color: #B2B2B2;
    font-weight: 400;
}

/*MW WP Form*/ 
.mw_wp_form_input .preview-show{ 
    display: none!important; 
} 
.mw_wp_form_input .input-show { 
    display: block!important; 
} 
.mw_wp_form_preview .input-show{ 
    display: none!important; 
} 
.mw_wp_form_preview .preview-show { 
    display: block!important; 
} 

/*確認画面*/
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form-btn {
    display: flex;
}

/*サンクス画面*/
.mw_wp_form.mw_wp_form_complete {
    padding: 150px 0 200px;
}

.mw_wp_form.mw_wp_form_complete p.thanks {
    font-size: 36px;
    margin-bottom: 30px;
    color: #7C8ECC;
}

/*=====================
404
========================*/
.l-page section#notfound {
    background: #FAF9F7;
    padding: 80px 0 180px;
}

.l-page section#notfound a.btn {
    display: block;
    width: 300px;
    background: #384676;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin: 40px auto 0;
}

.l-page section#notfound a.btn:hover {
    transition: 0.3s;
    opacity: 0.7;
}

/*=====================
スマホ調整用
========================*/

/*========
コンセプト
========*/

body.js_isMobile section#concept li .text-box {
    width: auto;
}

body.js_isMobile section#concept li .bgimg {
    position: static;
    margin: auto;
    width: 800px;
    text-align: center;
}
body.js_isMobile section#concept .text-box {
    padding: 30px 0 50px;
}

body.js_isMobile section#concept li:nth-of-type(2) .text-box {
    padding-left: 0;
}

body.js_isMobile section#concept ul {
    margin: 40px auto;
}

body.js_isMobile section#concept li + li {
    margin-top: 80px;
}

body.js_isMobile section#concept li dl dd {
    font-size: 30px;
    margin-top: 20px;
}

body.js_isMobile section#concept .col2 {
    display: block;
}

body.js_isMobile section#concept .col2 .text-box ,
body.js_isMobile section#concept .col2 .img-box {
    width: 100%;
}

body.js_isMobile section#concept .col2 .text-box .box {
    max-width: 100%;
    width: 960px;
    margin: 0 auto;
}

body.js_isMobile section#concept .col2 .img-box img {
    width: 800px !important;
    margin: auto;
}

body.js_isMobile section#concept .col2 .img-box {
    text-align: center;
}



/*========
学習環境
========*/
body.js_isMobile section#environment .enviro-list li .text-box {
    position: initial;
    width: 600px;
}

body.js_isMobile section#environment .enviro-list li {
    height: auto !important;
}

body.js_isMobile section#environment .enviro-list li:nth-of-type(odd) .img-box {
    top: 0;
    z-index: -1;
}

body.js_isMobile section#environment .enviro-list li .w-box {
    margin-top: 80px;
}

body.js_isMobile section#environment .enviro-list li .img-box {
    top: 0;
    z-index: -1;
}

body.js_isMobile section#environment .enviro-list li:nth-of-type(even) .text-box {
    margin-left: auto;
}

body.js_isMobile section#environment .enviro-list li:nth-of-type(3) .w-box {
    width: 961px;
    margin-top: 196px;
    padding: 55px 0 0 0;
}

/*========
指導者
========*/
body.js_isMobile #mentor section .fl-list {
    -webkit-align-items: center;
    align-items: center;
}
body.js_isMobile #mentor section .text-box .name {
    font-size: 42px;
}

/*========
指導コース
========*/
body.js_isMobile #course .case-box .left .text-box {
    font-size: 30px;
}

body.js_isMobile #course .case-box .fl-list .right {display: none;}

body.js_isMobile #course .case-box .left {
    width: 100%;
}

body.js_isMobile #course .case-box .left .img-box img {
    width: 100%;
}

body.js_isMobile #course .case-box h4 {
    margin-bottom: 60px;
}
body.js_isMobile section#campaign .flow-box {
    width: 920px;
}


body.js_isMobile #course .img-box {
    width: 100%;
    max-width: 100%;    
}

body.js_isMobile #course .img-box img {
    width: 100%;
}

body.js_isMobile #course .img-box2 {
    width: 100%;
    max-width: 100%;   
padding: 0px 20px 0px 20px;       
}

body.js_isMobile #course .img-box2 img {
    width: 100%;
}


/*========
よくある質問
========*/

body.js_isMobile section#qanda dt {
    font-size: 28px;
    line-height: 1.2;
    height: 120px;
    margin-top: 40px;
}

body.js_isMobile section#qanda dd {
    font-size: 30px;
}


/*=====================
フォーム（申込み・資料請求）
========================*/
body.js_isMobile .l-page section#contact .form-box {
    width: 100%;
}

body.js_isMobile .l-page section#contact .form-box dd .col2 input[type="text"] {
    width: 460px;
}

body.js_isMobile .l-page section#contact .form-box dd input[type="text"],body.js_isMobile .l-page section#contact .form-box dd input[type="email"], body.js_isMobile .l-page section#contact .form-box dd textarea, body.js_isMobile .l-page section#contact .form-box dt, body.js_isMobile .l-page section#contact .form-box dd .ad-field p {
    font-size: 40px;
}


body.js_isMobile .l-page section#contact .form-box dt span {
    font-size: 35px;
    padding: 10px 20px;
    margin-left: 25px;
}

body.js_isMobile .l-page section#contact .form-box dt {
    margin-top: 50px;
    margin-bottom: 30px;
}

body.js_isMobile .l-page section#contact .form-box dd input[type="text"],
body.js_isMobile .l-page section#contact .form-box dd input[type="email"],
body.js_isMobile .l-page section#contact .form-box dd textarea {
    padding: 20px;
}

body.js_isMobile .l-page section#contact .form-box dd .number input[type="text"] {
    width: 290px;
}

body.js_isMobile .cp_ipradio label::before {
    width: 40px;
    height: 40px;
    top: 15px;
}

body.js_isMobile .cp_ipradio label {
    font-size: 40px;
    margin-right: 40px;
    padding-right: 30px;
    padding-left: 50px;
}

body.js_isMobile .cp_ipradio input[type='radio']:checked + label {
    padding-left: 30px;
}

body.js_isMobile .cp_ipselect.cp_sl01 select {
    font-size: 40px;
}

body.js_isMobile .mwform-radio-field .radio+span::after {
    width: 36px;
    height: 36px;
    margin-top: -18px;
}

body.js_isMobile .mwform-radio-field .radio+span::before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
}



body.js_isMobile .mwform-checkbox-field .radio+span::after {
    width: 36px;
    height: 36px;
    margin-top: -18px;
}

body.js_isMobile .mwform-checkbox-field .radio+span::before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
}




body.js_isMobile .l-page section#contact .form-box dd .ad-fd p {
    font-size: 40px;
}

body.js_isMobile .l-page section#contact .form-box dd .number {
    align-items: center;
}

body.js_isMobile .l-page section#contact .form-box input[type="submit"] {
    height: 130px;
    font-size: 36px;
}

/*=====================
ブログ　2019.09.03追記
========================*/
body.js_isMobile .l-page section#contact .blog_list {
    width:100%;
}
body.js_isMobile .l-page section#contact .blog_list li {
    width:100%;
    margin-top: 30px; 
}
body.js_isMobile .l-page section#contact .blog_list li:nth-child(-n+2) {
    margin-top: 0;
}
body.js_isMobile .l-page section#contact .blog_txt .no_bx .no {
    padding: 0.5% 0;
}
/* 東大生限定 講師応募 ---------
-------------------------------- */
/* mv */
#page-mv.PAGE_RECRUIT {
  background: #172a88;
}
#page-mv.PAGE_RECRUIT .h-ttl {
  max-width: 1100px;
  margin: 0 auto;
  height: auto;
  background:none;
}

#page-mv.PAGE_RECRUIT .h-ttl h3:before,
#page-mv.PAGE_RECRUIT .h-ttl h3:after {
  content: none;
}

/* page navi */
.l-contents.l-page.l-page_RECRUIT .r_page-navi {
  background: #080058;
}

.l-contents.l-page.l-page_RECRUIT .r_page-navi .list {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-contents.l-page.l-page_RECRUIT .r_page-navi .list>li {
  width: 250px;
}

.l-contents.l-page.l-page_RECRUIT .r_page-navi .list>li a {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.l-contents.l-page.l-page_RECRUIT .r_page-navi .list>li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

/* font common */
.l-contents.l-page.l-page_RECRUIT * {
  font-family: "Noto Sans JP", sans-serif;
}

.l-contents.l-page.l-page_RECRUIT .fs_m {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.l-contents.l-page.l-page_RECRUIT .line {
  display: inline-block;
  color: #e60012;
  position: relative;
}

.l-contents.l-page.l-page_RECRUIT .line::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #fff100;
  border-radius: 25px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/* styles */
.l-contents.l-page.l-page_RECRUIT .r_sec {
  text-align: center;
}

.l-contents.l-page.l-page_RECRUIT .r_sec .r_sec_inr {
  width: 1000px;
  margin: 0 auto;
}

.l-contents.l-page.l-page_RECRUIT .r_sec .blc {
  display: block;
}

.l-contents.l-page.l-page_RECRUIT .arw_titbx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* .l-contents.l-page.l-page_RECRUIT .arw_tit::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 55px 0 55px;
  border-color: #172a88 transparent transparent transparent;
} */

.l-contents.l-page.l-page_RECRUIT .arw_titbx .arw_tit {
  width: 100%;
  background: #172a88;
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1em;
  padding: 25px 0;
  text-align: center;
}

.l-contents.l-page.l-page_RECRUIT .sec01 {
  padding: 50px 0;
  text-align: center;
}

.l-contents.l-page.l-page_RECRUIT .sec01 .blc02 {
  margin-top: 30px;
}

.l-contents.l-page.l-page_RECRUIT .sec01 .blc03 {
  display: block;
  margin-top: 30px;
}

.l-contents.l-page.l-page_RECRUIT .sec01 .p01 {
  font-size: 56px;
  line-height: 1.2em;
}

.l-contents.l-page.l-page_RECRUIT .sec01 .p01_s {
  font-size: 37px;
}

.l-contents.l-page.l-page_RECRUIT .sec01 .line {
  font-weight: bold;
}

.l-contents.l-page.l-page_RECRUIT .sec01 .line .p01_b {
  font-size: 111px;
  letter-spacing: 0px;
}

.l-contents.l-page.l-page_RECRUIT .sec01 .p02 {
  font-size: 48px;
  color: #080059;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 50px;
}

.l-contents.l-page.l-page_RECRUIT .sec02 {
  background: #f3f2e3;
  padding: 40px 0;
}

.l-contents.l-page.l-page_RECRUIT .sec02 .blc01 {
  font-size: 70px;
}

.l-contents.l-page.l-page_RECRUIT .sec02 .blc01 .t02 {
  font-weight: bold;
}

.l-contents.l-page.l-page_RECRUIT .sec02 .blc02 {
  font-size: 110px;
  color: #e60012;
  line-height: 1em;
}

.l-contents.l-page.l-page_RECRUIT .sec02 .blc02 .t01 {
  font-weight: bold;
}

.l-contents.l-page.l-page_RECRUIT .sec02 .blc02 .t02 {
  font-size: 75px;
}

.l-contents.l-page.l-page_RECRUIT .sec02 .blc03 {
  text-align: center;
  line-height: 1em;
}

.l-contents.l-page.l-page_RECRUIT .sec02 .blc03 .t01 {
  display: inline-block;
  font-size: 31px;
  padding-left: 100px;
}

.l-contents.l-page.l-page_RECRUIT .sec02 .blc04 {
  font-size: 60px;
  color: #e60012;
  font-weight: bold;
}

.l-contents.l-page.l-page_RECRUIT .sec02 .blc04 .t01 {}

.l-contents.l-page.l-page_RECRUIT .sec03 {
  padding: 50px 0 80px;
}

.l-contents.l-page.l-page_RECRUIT .sec03 .sec03_desc {
  font-size: 44px;
  color: #ed6b1a;
  margin-top: 30px;
}

.l-contents.l-page.l-page_RECRUIT .sec03 .reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 45px;
}

.l-contents.l-page.l-page_RECRUIT .sec03 .reason>li {
  width: 318px;
}

.l-contents.l-page.l-page_RECRUIT .sec03 .reason>li .p_top {
  position: relative;
  overflow: hidden;
}

.l-contents.l-page.l-page_RECRUIT .sec03 .reason>li .p_top::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #d3edfb;
  border-radius: 50%;
}

.l-contents.l-page.l-page_RECRUIT .sec03 .reason>li .bk {}

.l-contents.l-page.l-page_RECRUIT .sec03 .reason>li .bk>img {}

.l-contents.l-page.l-page_RECRUIT .sec03 .reason>li .ttl {
  font-size: 27px;
  font-weight: bold;
  color: #172a88;
  line-height: 1.2em;
  width: 100%;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-contents.l-page.l-page_RECRUIT .sec03 .reason>li:nth-child(2) .ttl,
.l-contents.l-page.l-page_RECRUIT .sec03 .reason>li:nth-child(3) .ttl {
  bottom: 50px;
}

.l-contents.l-page.l-page_RECRUIT .sec03 .reason>li .p_bottom {
  margin-top: 40px;
}

.l-contents.l-page.l-page_RECRUIT .sec03 .reason>li .p_bottom p {
  font-size: 21px;
}

.l-contents.l-page.l-page_RECRUIT .sec04 {
  background: #f3f2e3;
  position: relative;
  z-index: -2;
}

.l-contents.l-page.l-page_RECRUIT .sec04 .r_sec_inr .p01 {
  padding-top: 30px;
}

.l-contents.l-page.l-page_RECRUIT .sec04 .r_sec_inr .p01 .blc01 {}

.l-contents.l-page.l-page_RECRUIT .sec04 .r_sec_inr .blc01 .t01 {
  font-size: 60px;
}

.l-contents.l-page.l-page_RECRUIT .sec04 .r_sec_inr .p01 .blc02 {
  font-weight: bold;
  margin-top: 30px;
}

.l-contents.l-page.l-page_RECRUIT .sec04 .r_sec_inr .p01 .blc02 .t01 {
  font-size: 54px;
}

.l-contents.l-page.l-page_RECRUIT .sec04 .r_sec_inr .p01 .blc02 .t02 {
  font-size: 110px;
  line-height: 1em;
}

.l-contents.l-page.l-page_RECRUIT .sec04 .r_sec_inr .p01 .blc02 .t03 {
  font-size: 75px;
}

.l-contents.l-page.l-page_RECRUIT .sec04 .imgbx {
  width: 500px;
  margin: 60px auto 0;
}

.l-contents.l-page.l-page_RECRUIT .sec04 .imgbx img {
  max-width: 100%;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 {}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr {}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .e_ttl {
  font-size: 62px;
  padding: 90px 0 60px;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .environment {}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .environment>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .environment>li+li {
  margin-top: 50px;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .environment>li .e_blc01 {
  width: 660px;
  position: relative;
  z-index: -2;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .environment>li .e_blc02 {
  width: 340px;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .environment>li .e_blc02 .p01 {
  font-size: 37px;
  color: #ffffff;
  position: relative;
  margin-top: 20px;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .environment>li .e_blc02 .p01::after {
  content: "";
  width: 700px;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, #666a74), to(#666a74));
  background: -o-linear-gradient(left, transparent, #666a74 40%, #666a74);
  background: linear-gradient(to right, transparent, #666a74 40%, #666a74);
  z-index: -1;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .environment>li .e_blc02 .p02 {
  font-size: 31px;
  font-family: 'renner';
  color: #9fa0a0;
  font-style: oblique;
  letter-spacing: 2px;
  padding-top: 30px;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .environment>li .e_blc02 .p03 {
  font-style: 22px;
  text-align: left;
  padding: 30px 20px 0 30px;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .environment>li .e_blc03,
.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .environment>li .e_blc05 {
  width: 319px;
  position: relative;
  z-index: -2;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .environment>li .e_blc04 {
  width: 362px;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .environment>li .e_blc04 .p01 {
  font-size: 37px;
  color: #ffffff;
  position: relative;
  margin-top: 20px;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .environment>li .e_blc04 .p01::after {
  content: "";
  width: 700px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, #666a74), color-stop(80%, #666a74), to(transparent));
  background: -o-linear-gradient(left, transparent, #666a74 40%, #666a74 80%, transparent 100%);
  background: linear-gradient(to right, transparent, #666a74 40%, #666a74 80%, transparent 100%);
  z-index: -1;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .environment>li .e_blc04 .p02 {
  font-size: 31px;
  font-family: 'renner';
  color: #9fa0a0;
  font-style: oblique;
  letter-spacing: 2px;
  padding-top: 30px;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec05 .r_sec_inr .environment>li .e_blc04 .p03 {
  font-style: 22px;
  text-align: left;
  padding: 30px 20px 0 30px;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec06 {
  margin-top: 90px;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec06 .r_sec_inr .c_ttl {
  font-size: 62px;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec06 .r_sec_inr .c_sub {
  font-size: 37px;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec06 .r_sec_inr .c_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec06 .r_sec_inr .c_list>li {
  width: 485px;
  position: relative;
  margin-top: 50px;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec06 .r_sec_inr .c_list>li:nth-child(-n+2) {
  margin-top: 0;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec06 .r_sec_inr .c_list>li:nth-child(even) .ttl {
  left: auto;
  right: 0;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec06 .r_sec_inr .c_list>li .ttl {
  height: 70%;
  font-size: 37px;
  color: #ffffff;
  padding: 10px 10px 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#403d40), color-stop(60%, #403d40), to(transparent));
  background: -o-linear-gradient(top, #403d40, #403d40 60%, transparent);
  background: linear-gradient(to bottom, #403d40, #403d40 60%, transparent);
  text-align: left;
}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec06 .r_sec_inr .c_list>li .imgbx {}

.l-contents.l-page.l-page_RECRUIT .r_sec.sec06 .r_sec_inr .c_list>li .adr {
  font-size: 21px;
  background: #dcdddd;
  border-radius: 5px;
  text-align: left;
  padding: 20px 30px;
  margin-top: 10px;
}

/* FORM */
.l-contents.l-page.l-page_RECRUIT section#contact {
  background: none;
  margin-top: 130px;
}

.l-contents.l-page.l-page_RECRUIT section#contact .wrap {
  margin-top: 80px;    
}


.l-contents.l-page.l-page_RECRUIT section#contact .form-box dt {
  background: #172a88;
}
.PAGE_RECRUIT_LINK_wrap {
  margin-top: 40px;
  padding-bottom: 20px;
}

.PAGE_RECRUIT_LINK_wrap .PAGE_RECRUIT_LINK {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

.PAGE_RECRUIT_LINK_wrap .PAGE_RECRUIT_LINK a {
  display: inline-block;
  text-decoration: underline!important;
  margin-top: 10px;
}

#PAGE_RECRUIT_CHECK {
  margin: 50px 0 0;
  text-align:center;	
}

#PAGE_RECRUIT_CHECK label {
  position: relative;
}

#PAGE_RECRUIT_CHECK input {
  display: none;
}

#PAGE_RECRUIT_CHECK .mwform-checkbox-field {
  display: block;
  position: relative;
}


#PAGE_RECRUIT_CHECK .mwform-checkbox-field-text::before {
  content: '';
  width: 25%;
  height: 71%;
  background: #f3f3f3;
  border: 1px solid #ccc;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
}


#PAGE_RECRUIT_CHECK .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background: #f3f3f3;
  border-color: #ccc;
  content: '✔';
  width: 25%;
  height: 71%;
  color: #222;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
}




#PAGE_RECRUIT_CHECK .error {
  text-align: center;
}


/* 確認ページ */
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .PAGE_RECRUIT_LINK_wrap {
  display: none;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview #PAGE_RECRUIT_CHECK {
  display: none;
}

@media screen and (max-width: 1061px) {
.l-page section#contact .blog_in {
    width:100%;
    padding: 100px 15px 0 15px;
}
.l-page section#contact .blog_list .blog_txt {
    width: 85%;
}
.l-page section#contact .blog_list .txt_w {
    width: 100%;
} 
.l-page section#contact .blog_list .txt_w1 {
    width: 80%;
} 
.l-page section#contact .blog_bx { 
    width: 100%;
    padding: 30px 15px 50px 15px; 
}  
section#course .course-box .sidou_box01 .leadTxt01{
	margin-bottom:30px;
	font-size:50px;
	font-weight:bold;
}
  
  
  
  
  
  
}