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

/*TOPページ　p01
=========================================== */
#topbox01 {padding:100px 0 80px;}
#topbox01 .cnt.flex {justify-content:space-between;}
#topbox01 .cnt .midashi {align-items:baseline;width:auto;}
#topbox01 .cnt .midashi .eng {font-size:40px;margin-right:30px;font-weight: 600;}
#topbox01 .cnt .midashi h2 {}
#topbox01 .cnt .top_blog_list {padding-top:22px;width: 810px;}
#topbox01 .cnt .top_blog_list .top_blog {margin-bottom:20px;} 
#topbox01 .cnt .top_blog_list .top_blog a {text-decoration:none;align-items:center;}
#topbox01 .cnt .top_blog_list .top_blog a .tax {width:160px;color:#EA5D1E;border:1px solid #EA5D1E;border-radius: 100px;box-sizing:border-box;margin-right:30px;padding:1.2px 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align:center;}
#topbox01 .cnt .top_blog_list .top_blog a .tax span {display:inline-block;}
#topbox01 .cnt .top_blog_list .top_blog a .tax span::after {content:"・";}
#topbox01 .cnt .top_blog_list .top_blog a .tax span:last-child::after {content:none;}
#topbox01 .cnt .top_blog_list .top_blog a .time {width:107px;font-weight:500;}
#topbox01 .cnt .top_blog_list .top_blog a .title {width:calc(100% - 190px - 107px);display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-weight:400;}

#topbox02 {padding:160px 0;background:#fff;}
#topbox02 .cnt {position:relative;}
#topbox02 .cnt .info {width:550px;}
#topbox02 .cnt .info .title01 {margin-bottom:40px;}
#topbox02 .cnt .info .text01 {margin-bottom:28px;}
#topbox02 .cnt .info h3 {font-size:22px;margin-bottom:24px;}
#topbox02 .cnt .info .text02 {margin-bottom:60px;}
#topbox02 .cnt .info .btn01 {}
#topbox02 .cnt .img {width:719px;position:absolute;top:-40px;left:605px;}
#topbox02 .nagare01 {bottom:30px;height:112px;background: url("../img/top/nagare01.png") repeat-x;}
.nagare01 {width:100%;overflow:hidden;position:absolute;animation: 30s linear infinite rotation01;}

@keyframes rotation01 {
 0% {background-position: 0 0;}
 100% {background-position: -2000px 0;}
}

#topbox03 {padding-top:160px;}
#topbox03 .midashi.flex {justify-content:space-between;align-items:baseline;flex-direction:row-reverse;}
#topbox03 .midashi h2 {font-size:46px;}
#topbox03 .midashi h2 .orange {font-size:60px;}
#topbox03 .midashi .eng {font-size:20px;font-weight:600;}
#topbox03 .goriyou_list {margin-top:40px;}
#topbox03 .goriyou_list .goriyou01 {border-top:1px solid #0E0E0E;height:380px;position:relative;}
#topbox03 .goriyou_list .goriyou01 .cnt {padding-top:80px;}
#topbox03 .goriyou_list .goriyou01 .cnt .num {width:50px;height:50px;display:table;margin-right:20px;}
#topbox03 .goriyou_list .goriyou01 .cnt .num span {display:table-cell;vertical-align:middle;text-align:center;border:1px solid #EA5D1E;color:#EA5D1E;background:#fff;border-radius:100%;font-size:18px;font-weight:600;box-sizing:border-box;}
#topbox03 .goriyou_list .goriyou01 .cnt .info {width:calc(100% - 70px);}
#topbox03 .goriyou_list .goriyou01 .cnt .info h3 {font-size:32px;margin-bottom:20px;}
#topbox03 .goriyou_list .goriyou01 .cnt .info .text {margin-bottom:40px;}
#topbox03 .goriyou_list .goriyou01 .cnt .info .btn {}
#topbox03 .goriyou_list .goriyou01 .cnt .info .btn a {padding-left:28px;font-weight:bold;background: url("../img/top/btn.svg") no-repeat center left;}
#topbox03 .goriyou_list .goriyou01 .img {width:420px;position:absolute;top:0;right:0;}

#topbox04 {padding:140px 0;background: url("../img/top/bg01.png") no-repeat center;background-size:cover;}
#topbox04 .title01 {margin-bottom:54px;}
#topbox04 .schedule_box_list {justify-content:space-between;margin-bottom:40px;}
#topbox04 .schedule_box_list .schedule_box {width:410px;}
#topbox04 .schedule_box_list .schedule_box h3 {font-size:20px;padding-left:18px;position:relative;margin-bottom:40px;}
#topbox04 .schedule_box_list .schedule_box h3::before {content:"";width:8px;height:8px;background:#EA5D1E;border-radius:100%;position:absolute;top:0;bottom:0;left:0;margin:auto;}
#topbox04 .schedule_box_list .schedule_box h3 span {font-size:16px;}
#topbox04 .schedule_box_list .schedule_box table {border-right:3px solid #fff;border-bottom:3px solid #fff;table-layout:fixed;height: 276px;}
#topbox04 .schedule_box_list .schedule_box table thead {border-bottom:3px solid #fff;}
#topbox04 .schedule_box_list .schedule_box table thead th {border-left:1px solid #fff;padding:0 15px 20px;text-align:center;box-sizing:border-box;}
#topbox04 .schedule_box_list .schedule_box table thead th.th01 {width:150px;text-align:left;border-left:0;}
#topbox04 .schedule_box_list .schedule_box table thead th.th02 {width:160px;text-align:left;}
#topbox04 .schedule_box_list .schedule_box table tbody {}
#topbox04 .schedule_box_list .schedule_box table tbody tr {border-bottom:1px dashed #fff;}
#topbox04 .schedule_box_list .schedule_box table tbody tr:last-child {border-bottom:0;}
#topbox04 .schedule_box_list .schedule_box table tbody tr td {border-left:1px solid #fff;padding: 20px 15px;vertical-align:middle;text-align:center;box-sizing:border-box;font-weight:500;}
#topbox04 .schedule_box_list .schedule_box table tbody tr td.td01 {text-align:left;border-left:0;font-weight:400;}
#topbox04 .schedule_box_list .schedule_box table tbody tr td.td02 {text-align:left;font-weight:400;}
#topbox04 .schedule_box_list .p01 {font-weight:500;margin-top:14px;}

#topbox04 .schedule_box_list .schedule_box02 {width:630px;}
#topbox04 .schedule_box_list .schedule_box02 table thead th.th01 {width:235px;}
#topbox04 .schedule_box_list .schedule_box02 table thead th.th02 {width:140px;}
#topbox04 .schedule_box_list .schedule_box02 .p01 {text-align:right;font-weight:400;}

#topbox04 .schedule_tyuui {}
#topbox04 .schedule_tyuui li {margin-bottom:6px;text-indent:-1em;padding-left:1em;}
#topbox04 .schedule_tyuui li:last-child {margin-bottom:0;}

#topbox05 {padding:140px 0;background: url("../img/top/bg02.png") no-repeat center top;background-size:2000px;}
#topbox05 .title01 {margin-bottom:40px;}
#topbox05 .text01 {margin-bottom:40px;}
#topbox05 .google_calendar {width:100%;height:570px;border-radius:10px;overflow:hidden;margin-bottom:20px;}
#topbox05 .google_calendar iframe {width:100%;height:100%;}
#topbox05 .text02 {text-align:right;margin-bottom:40px;}

#topbox05 .table_list {margin-bottom:40px;justify-content:space-between;position: relative;}
#topbox05 .table_list::before {content:"";width:1px;height:100%;position:absolute;top:0;left:0;right:0;margin:auto;background: linear-gradient(180deg, #fff 0%, #fff 46px, #0E0E0E 46px, #0E0E0E 100%);}

#topbox05 .table_list .table {width:calc(50% - 0.5px);background:#fff;border:1px solid #0E0E0E;box-sizing:border-box;}
#topbox05 .table_list .table h3 {background:#0E0E0E;color:#fff;height: 45px;line-height:44px;text-align:center;}
#topbox05 .table_list .table h3 span {font-size:14px;}
#topbox05 .table_list .table .table_in {padding:20px 40px;}

#topbox05 .table_list .table:first-child {border-right:0;position: relative;}
#topbox05 .table_list .table:last-child {border-left:0;}

#topbox05 .cnt {padding:30px 0;border-top:1px solid #0E0E0E;border-bottom:1px solid #0E0E0E;align-items:flex-start;}
#topbox05 .cnt h3 {width:250px;padding-left:20px;box-sizing:border-box;}
#topbox05 .cnt h3 span {padding-left:16px;position:relative;display:inline-block;}
#topbox05 .cnt h3 span::before {content:"";width:8px;height:8px;background:#EA5D1E;border-radius:100%;position:absolute;top:0;bottom:0;left:0;margin:auto;}
#topbox05 .cnt ul {width:calc(100% - 250px);}
#topbox05 .cnt ul a {color:#EA5D1E;text-decoration:underline;}

#topbox06 {padding:140px 0 100px;background:#fff;}
#topbox06 .cnt {position:relative;align-items:flex-end;}
#topbox06 .cnt .info {width:600px;padding-bottom:-13px;}
#topbox06 .cnt .info .title01 {margin-bottom:60px;}
#topbox06 .cnt .info .company_info {padding-bottom:13px;}
#topbox06 .cnt .info .company_info li {padding-bottom:30px;border-bottom:1px dashed #B3B0B0;margin-bottom:30px;}
#topbox06 .cnt .info .company_info li:last-child {margin-bottom:0;}
#topbox06 .cnt .info .company_info li .midashi {width:150px;padding-left:20px;box-sizing:border-box;font-weight:bold;}
#topbox06 .cnt .info .company_info li .naiyou {width:calc(100% - 150px);}
#topbox06 .cnt .info .company_info li .naiyou .pin {margin-top:6px;}
#topbox06 .cnt .info .company_info li .naiyou .pin a {display:inline-block;padding-left:22px;background:url("../img/top/pin.svg") no-repeat center left;}

#topbox06 .cnt .btn01 {margin:0 0 0 auto;}
#topbox06 .cnt .img {width:620px;position:absolute;top:-40px;right:-200px;}

.top_btn_list {}
.top_btn_list .top_btn {width:50%;}
.top_btn_list .top_btn a {padding:70px 0;border:1px solid #0E0E0E;display: block;background:#fff;text-decoration:none;}
.top_btn_list .top_btn a:hover {background:#F6F6F6;}
.top_btn_list .top_btn a .top_btn_in {width:490px;align-items:baseline;background: url("../img/top/btn.svg") no-repeat center right;margin:0 40px 0 auto;}
.top_btn_list .top_btn a .top_btn_in .p01 {font-size:24px;font-weight:bold;margin-right:30px;}
.top_btn_list .top_btn a .top_btn_in .p02 {font-weight:600;}

.top_btn_list .top_btn:first-child a {border-left:0;}
.top_btn_list .top_btn:last-child a {border-left:0;border-right:0;}
.top_btn_list .top_btn:last-child a .top_btn_in {margin:0 auto 0 40px;}

/*選ばれる理由 (reason) p02
=========================================== */
#p02box01 {padding: 135px 0 140px;background:#fff;}
#p02box01 .cnt {justify-content:space-between;align-items:center;}
#p02box01 .cnt .info {width:516px;}
#p02box01 .cnt .info h2 {font-size:32px;margin-bottom:40px;}
#p02box01 .cnt .info .text_list {}
#p02box01 .cnt .info .text_list .text {margin-bottom:16px;}
#p02box01 .cnt .info .text_list .text:last-child {margin-bottom:0;}
#p02box01 .cnt .img {width:566px;margin-right:-57px;}

#p02box01 .nagare01 {bottom:-20px;height:148px;background: url("../img/p02/nagare01.png") repeat-x;animation: 30s linear infinite rotation02;}

@keyframes rotation02 {
 0% {background-position: 0 0;}
 100% {background-position: -1920px 0;}
}

#p02box02 {padding: 135px 0 140px;}
#p02box02 .reason_list {}
#p02box02 .reason_list .reason01 {justify-content: space-between;padding-bottom:80px;border-bottom:1px solid #0E0E0E;margin-bottom:80px;}
#p02box02 .reason_list .reason01:nth-child(2n) {flex-direction:row-reverse;}
#p02box02 .reason_list .reason01:last-child {padding-bottom:0;border-bottom:0;margin-bottom:0;}
#p02box02 .reason_list .reason01 .info {width:630px;}
#p02box02 .reason_list .reason01 .info .num {font-size:32px;font-weight:600;}
#p02box02 .reason_list .reason01 .info .num span {font-size:20px;}
#p02box02 .reason_list .reason01 .info h2 {font-size:32px;}

#p02box02 .reason_list .reason01 .info .bg01 {margin-top:40px;padding:30px 30px 40px;background:#fff;}
#p02box02 .reason_list .reason01 .info .bg01 h3 {font-size:20px;margin-bottom:20px;padding-left:18px;position:relative;display:inline-block;}
#p02box02 .reason_list .reason01 .info .bg01 h3::before {content:"";width:8px;height:8px;background:#EA5D1E;border-radius:100%;position:absolute;top:0;bottom:0;left:0;margin:auto;}
#p02box02 .reason_list .reason01 .info .bg01 ul {}
#p02box02 .reason_list .reason01 .info .bg01 ul li {margin-bottom:20px;}
#p02box02 .reason_list .reason01 .info .bg01 ul li:last-child {margin-bottom:0;}
#p02box02 .reason_list .reason01 .info .bg01 ul li .midashi {margin-bottom:10px;}
#p02box02 .reason_list .reason01 .info .bg01 ul li .midashi .midashi_num {width:22px;height:22px;display:table;margin-right:6px;margin-top:2px;}
#p02box02 .reason_list .reason01 .info .bg01 ul li .midashi .midashi_num span {display:table-cell;vertical-align:middle;text-align:center;border:1px solid #EA5D1E;border-radius:100%;font-size:14px;font-weight:600;line-height: 1;}
#p02box02 .reason_list .reason01 .info .bg01 ul li .midashi h4 {width:calc(100% - 28px);}
#p02box02 .reason_list .reason01 .info .bg01 ul li .text {}

#p02box02 .reason_list .reason01 .info .info_in {margin-top:40px;}
#p02box02 .reason_list .reason01 .info .info_in h3 {font-size:20px;margin-bottom:20px;}
#p02box02 .reason_list .reason01 .info .info_in .text {}
#p02box02 .reason_list .reason01 .info .info_in .text .db {display:block;font-weight:bold;}

#p02box02 .reason_list .reason01 .img {width:420px;padding-top:26px;}

/*施設紹介 (facilities) p03
=========================================== */
#p03box01 {padding: 120px 0;background:#fff;}
#p03box01 .cnt {justify-content:space-between;align-items:center;}
#p03box01 .cnt .info {width:448px;}
#p03box01 .cnt .info h2 {font-size:32px;margin-bottom:40px;}
#p03box01 .cnt .info .text {}
#p03box01 .cnt .img {width:520px;}
#p03box01 .nagare01 {bottom:0;height:148px;background: url("../img/p03/nagare01.png") repeat-x;animation: 30s linear infinite rotation02;}

#p03box02 {padding: 140px 0;}
#p03box02 .title01 {margin-bottom:60px;}
#p03box02 .point_list {}
#p03box02 .point_list .point01 {width:340px;margin-right:40px;}
#p03box02 .point_list .point01:last-child {margin-right:0;}
#p03box02 .point_list .point01 .num {width:50px;height:50px;display:table;margin:0 auto -25px;position:relative;z-index:2;}
#p03box02 .point_list .point01 .num span {display:table-cell;vertical-align:middle;text-align:center;font-size:18px;font-weight:600;background:#fff;border:1px solid #EA5D1E;border-radius:100%;}
#p03box02 .point_list .point01 .img {}
#p03box02 .point_list .point01 h3 {text-align:center;margin:26px auto 20px;}
#p03box02 .point_list .point01 h3 span {font-size:24px;}
#p03box02 .point_list .point01 .text {}

#p03box03 {padding: 140px 0;background:#fff;}
#p03box03 .title01 {margin-bottom:40px;}
#p03box03 .bg {padding:50px;background:#F6F6F6;margin-bottom:80px;}
#p03box03 .bg .midashi {align-items:center;}
#p03box03 .bg .midashi h3 {font-size:32px;padding-left:58px;background: url("../img/p03/midashi.svg")no-repeat center left;margin-right:30px;}
#p03box03 .bg .midashi p {}
#p03box03 .bg .cnt {justify-content: space-between;flex-direction:row-reverse;margin-top:-26px;}
#p03box03 .bg .cnt .img {width:495px;}
#p03box03 .bg .cnt ul {width:475px;padding-top: 50px;}
#p03box03 .bg .cnt ul li {margin-bottom:20px;}
#p03box03 .bg .cnt ul li:last-child {margin-bottom:0;}
#p03box03 .bg .cnt ul li .li_midashi {align-items:center;}
#p03box03 .bg .cnt ul li .li_midashi .num {width:26px;height:26px;display:table;margin-right:6px;}
#p03box03 .bg .cnt ul li .li_midashi .num span {display:table-cell;vertical-align:middle;text-align:center;font-size:14px;line-height:1;color:#fff;background:#0E0E0E;border-radius:100%;}
#p03box03 .bg .cnt ul li .li_midashi h4 {}
#p03box03 .bg .cnt ul li .text {margin-top:8px;}

#p03box03 .setsubi_list {}
#p03box03 .setsubi_list .setsubi01 {justify-content:space-between;padding-bottom:80px;border-bottom:1px solid #0E0E0E;margin-bottom:80px;}
#p03box03 .setsubi_list .setsubi01:nth-child(2n) {flex-direction:row-reverse;}
#p03box03 .setsubi_list .setsubi01:last-child {padding-bottom:0;border-bottom:0;margin-bottom:0;}
#p03box03 .setsubi_list .setsubi01 .info {width:540px;}
#p03box03 .setsubi_list .setsubi01 .info h3 {font-size:32px;margin-bottom:30px;position:relative;padding-left:22px;}
#p03box03 .setsubi_list .setsubi01 .info h3::before {content:"";width:4px;height:calc(100% - 5px);background:#EA5D1E;position:absolute;top:4px;left:0;}
#p03box03 .setsubi_list .setsubi01 .info .text {margin-bottom:20px;}
#p03box03 .setsubi_list .setsubi01 .info .text {margin-bottom:20px;}
#p03box03 .setsubi_list .setsubi01 .info table {width:auto;border:1px solid #0E0E0E;line-height:1.2;}
#p03box03 .setsubi_list .setsubi01 .info table th {background:#0E0E0E;color:#fff;padding:17px 20px;vertical-align:middle;}
#p03box03 .setsubi_list .setsubi01 .info table td {padding:17px 20px;}
#p03box03 .setsubi_list .setsubi01 .info table tr {border-bottom:1px solid #E3E3E3;}
#p03box03 .setsubi_list .setsubi01 .info table tr:last-child {border-bottom:0;}
#p03box03 .setsubi_list .setsubi01 .info .setsubi_in {border:1px solid #0E0E0E;}
#p03box03 .setsubi_list .setsubi01 .info .setsubi_in h4 {text-align:center;background:#0E0E0E;color:#fff;padding:9px;}
#p03box03 .setsubi_list .setsubi01 .info .setsubi_in .setsubi_in_ul {padding:10px 30px 30px;box-sizing:border-box;/*! justify-content:center; */}
#p03box03 .setsubi_list .setsubi01 .info .setsubi_in .setsubi_in_ul li {margin:10px 10px 0 0;}
#p03box03 .setsubi_list .setsubi01 .info .setsubi_in .setsubi_in_ul li:last-child {margin-right:0;}
#p03box03 .setsubi_list .setsubi01 .img {width:488px;}

#p03box04 {padding: 140px 0;}
#p03box04 .title01 {margin-bottom:40px;}

#p03box04 .gallery {justify-content:space-between;margin-bottom:0;padding-left:50px;box-sizing:border-box;}
#p03box04 .gallery .gallery_main {width:720px;margin-bottom:0!important;}
#p03box04 .gallery .gallery_main .in_img { aspect-ratio: 720 / 498;border-radius:5px;}
#p03box04 .gallery .gallery_main .caption {margin-top:10px;line-height:1.2;}

#p03box04 .gallery  button.slick-arrow {opacity: 1;z-index: 2;transition: 0.3s;width:48px;height:48px;box-sizing: border-box;border-radius:100%;}
#p03box04 .gallery  button.slick-prev.slick-arrow {background: url("../img/p03/arrow01.svg") no-repeat center;left:-24px;}
#p03box04 .gallery  button.slick-next.slick-arrow {background: url("../img/p03/arrow02.svg") no-repeat center;right:-24px;}
#p03box04 .gallery  button.slick-arrow.slick-arrow:hover {opacity:0.7;}
#p03box04 .gallery  button.slick-arrow:before {content: none;}

#p03box04 .gallery  .gallery_thum {width:272px;margin-bottom:0!important;margin-top:-12px;}
#p03box04 .gallery  .gallery_thum .in_img { aspect-ratio: 130 / 90;border-radius:5px;}
#p03box04 .gallery  .gallery_thum .slick-track {width:100%!important;}
#p03box04 .gallery  .gallery_thum .gallery_thum01 {width:130px;margin:12px 12px 0 0;cursor: pointer;position: relative;}
#p03box04 .gallery  .gallery_thum .gallery_thum01:nth-child(2n) {margin-right:0;}
#p03box04 .gallery  .gallery_thum .gallery_thum01.slick-current::before {content:"";background:rgba(0,0,0,0.4);width: 100%;height: 100%;position: absolute;left:0;top:0;z-index: 2;box-sizing: border-box;}


/*レッスン (Lesson) p04
=========================================== */
#p04box01 {padding: 120px 0;background:#fff;}
#p04box01 .cnt {justify-content:space-between;align-items:center;}
#p04box01 .cnt .info {width:448px;}
#p04box01 .cnt .info h2 {font-size:32px;margin-bottom:40px;}
#p04box01 .cnt .info .text {}
#p04box01 .cnt .img {width:520px;}
#p04box01 .nagare01 {bottom:0;height:148px;background: url("../img/p04/nagare01.png") repeat-x;animation: 30s linear infinite rotation02;}

#p04box02 {}
#p04box02 .cnt01 {padding: 140px 0 80px;}
#p04box02 .cnt01 .title01 {margin-bottom:40px;}
#p04box02 .cnt01 .bg {padding:28px 50px;background:#0E0E0E;align-items:center;flex-direction:row-reverse;justify-content:space-between;box-sizing:border-box;}
#p04box02 .cnt01 .bg .right {}
#p04box02 .cnt01 .bg .right h3 {font-size:32px;margin-bottom:16px;}
#p04box02 .cnt01 .bg .right .text {}
#p04box02 .cnt01 .bg .left {width:auto;align-items:center;}
#p04box02 .cnt01 .bg .left ul {margin-right:20px;}
#p04box02 .cnt01 .bg .left ul li {width:196px;height:60px;display:table;margin-bottom:18px;}
#p04box02 .cnt01 .bg .left ul li:last-child {margin-bottom:0;}
#p04box02 .cnt01 .bg .left ul li span {display:table-cell;vertical-align:middle;text-align:center;background:#4D4D4D;padding-right:24px;font-size:32px;font-weight:bold;clip-path: polygon(0% 0%, calc(100% - 24px) 0%, 100% 50%, calc(100% - 24px) 100%, 0% 100%);}
#p04box02 .cnt01 .bg .left .en {font-size:30px;font-weight:bold;}
#p04box02 .cnt01 .bg .left .en span {font-size:154px;line-height:1;font-weight:600;}

#p04box02 .lesson_list {padding-top: 80px;border-top: 1px solid #0E0E0E;}
#p04box02 .lesson_list .lesson00 {padding-bottom:80px;border-bottom:1px solid #0E0E0E;margin-bottom:80px;}
#p04box02 .lesson_list .lesson00:last-child {padding-bottom:140px;border-bottom:0;margin-bottom:0;}
#p04box02 .lesson_list .lesson00 .lesson_cnt {}
#p04box02 .lesson_list .lesson00 .lesson_cnt h3 {font-size:32px;margin-bottom:40px;}
#p04box02 .lesson_list .lesson00 .lesson_cnt .text {width:610px;margin-bottom:40px;}
#p04box02 .lesson_list .lesson00 .lesson_cnt .lesson_midashi {font-size:20px;margin-bottom:20px;padding-left:18px;position:relative;display:inline-block;}
#p04box02 .lesson_list .lesson00 .lesson_cnt .lesson_midashi::before {content:"";width:8px;height:8px;background:#EA5D1E;border-radius:100%;position:absolute;top:0;bottom:0;left:0;margin:auto;}

#p04box02 .lesson_list .lesson00 .lesson_cnt .ul01 {margin-bottom:40px;}
#p04box02 .lesson_list .lesson00 .lesson_cnt .ul01 li {}

#p04box02 .lesson_list .lesson00 .lesson_cnt table {width:auto;border:1px solid #0E0E0E;line-height:1.2;margin-bottom:10px;background:#fff;}
#p04box02 .lesson_list .lesson00 .lesson_cnt table thead {}
#p04box02 .lesson_list .lesson00 .lesson_cnt table thead th {background:#0E0E0E;color:#fff;padding:17px 20px;vertical-align:middle;}
#p04box02 .lesson_list .lesson00 .lesson_cnt table thead td {background:#0E0E0E;color:#fff;padding:17px 20px;font-weight:bold;border-left:1px solid #E3E3E3;}
#p04box02 .lesson_list .lesson00 .lesson_cnt table tbody th {padding:17px 20px;vertical-align:middle;font-weight:400;}
#p04box02 .lesson_list .lesson00 .lesson_cnt table tbody th br {display:none;}
#p04box02 .lesson_list .lesson00 .lesson_cnt table tbody td {padding:17px 20px;vertical-align:middle;border-left:1px solid #E3E3E3;}
#p04box02 .lesson_list .lesson00 .lesson_cnt table tbody tr {border-bottom:1px solid #E3E3E3;}
#p04box02 .lesson_list .lesson00 .lesson_cnt table tbody tr:last-child {border-bottom:0;}

#p04box02 .lesson_list .lesson00 .lesson_cnt .ul02 {}
#p04box02 .lesson_list .lesson00 .lesson_cnt .ul02 li {margin-bottom:10px;}
#p04box02 .lesson_list .lesson00 .lesson_cnt .ul02 li:last-child {margin-bottom:0;}

#p04box02 .lesson_list .lesson00 .off_bg {padding:30px;background:#fff;box-sizing:border-box;margin-top:30px;}
#p04box02 .lesson_list .lesson00 .off_bg .off_midashi {font-size:24px;padding-left:30px;position:relative;left:-30px;margin-bottom:10px;background: url("../img/p07/widgettitle.svg")no-repeat center left;}
#p04box02 .lesson_list .lesson00 .off_bg .off_text {margin-bottom: 20px;}
#p04box02 .lesson_list .lesson00 .off_bg .off_text .off_text_in {margin-bottom: 10px;}
#p04box02 .lesson_list .lesson00 .off_bg .off_text .off_text_in:last-child {margin-bottom: 0;}
#p04box02 .lesson_list .lesson00 .off_bg .off_text .off_text_in span {font-weight:bold;}

#p04box02 .lesson_list .lesson00 .off_bg .waribiki {align-items:center;}
#p04box02 .lesson_list .lesson00 .off_bg .waribiki .waribiki01 {width:auto;}
#p04box02 .lesson_list .lesson00 .off_bg .waribiki .waribiki01 .tag {font-size:14px;font-weight:bold;padding:1px 11px;color:#EA5D1E;border:1px solid #EA5D1E;border-radius:100px;margin-right:10px;}
#p04box02 .lesson_list .lesson00 .off_bg .waribiki .waribiki01 .en {}
#p04box02 .lesson_list .lesson00 .off_bg .waribiki .waribiki02 {width:auto;box-sizing:border-box;padding-left:26px;margin-left:10px;background:url("../img/p04/waribiki02.svg")no-repeat center left;}
#p04box02 .lesson_list .lesson00 .off_bg .waribiki .waribiki02 .tag {font-size:14px;font-weight:bold;padding:2px 12px;color:#fff;background:#EA5D1E;border-radius:100px;margin-right:10px;}
#p04box02 .lesson_list .lesson00 .off_bg .waribiki .waribiki02 .en {}
#p04box02 .lesson_list .lesson00 .off_bg .waribiki .waribiki02 .en span {font-weight:bold;}
#p04box02 .lesson_list .lesson00 .off_bg .p01 {margin-top:10px;}

#p04box02 .lesson_list .lesson00 .img {width:420px;position:absolute;top:0;right:0;}

#p04box03 {padding: 140px 0;background:#fff;}
#p04box03 .title01 {margin-bottom:60px;}
#p04box03 .coach_list {}
#p04box03 .coach_list .coach01 {justify-content:space-between;flex-direction:row-reverse;margin-bottom:80px;}
#p04box03 .coach_list .coach01:last-child {margin-bottom:0;}
#p04box03 .coach_list .coach01 .img {width:440px;} 
#p04box03 .coach_list .coach01 .img .in_img { aspect-ratio: 440 / 472;}
#p04box03 .coach_list .coach01 .info {width:600px;}
#p04box03 .coach_list .coach01 .info h3 {font-size:32px;margin-bottom:4px;}
#p04box03 .coach_list .coach01 .info .kana {font-weight:bold;line-height:1.2;padding-left:24px;position:relative;margin-bottom:40px;}
#p04box03 .coach_list .coach01 .info .kana::before {content:"";width:16px;height:1px;background:#EA5D1E;position:absolute;top:0;bottom:0;left:0;margin:auto;}
#p04box03 .coach_list .coach01 .info ul {}
#p04box03 .coach_list .coach01 .info ul li {padding-bottom:30px;border-bottom:1px dashed #B3B0B0;margin-bottom:30px;}
#p04box03 .coach_list .coach01 .info ul li:last-child {margin-bottom:0;}
#p04box03 .coach_list .coach01 .info ul li h4 {width:114px;}
#p04box03 .coach_list .coach01 .info ul li .naiyou {width:calc(100% - 114px);}

/*ご利用案内 (guide) p05
=========================================== */
#p05box01 {padding: 120px 0 140px;background:#fff;}
#p05box01 .title01 {margin-bottom:60px;}
#p05box01 .price_list {margin-bottom:80px;}
#p05box01 .price_list .price01 {justify-content:space-between;padding-bottom:80px;border-bottom:1px solid #0E0E0E;margin-bottom:80px;}
#p05box01 .price_list .price01:last-child {padding-bottom:0;border-bottom:0;margin-bottom:0;}
#p05box01 .price_list .price01 .info {width:572px;}
#p05box01 .price_list .price01 .info table {border:1px solid #0E0E0E;table-layout:fixed;}
#p05box01 .price_list .price01 .info table th {padding:17px 20px;width:110px;box-sizing:border-box;background:#0E0E0E;color:#fff;}
#p05box01 .price_list .price01 .info table td {padding:17px 20px;}
#p05box01 .price_list .price01 .info table tr {border-bottom:1px solid #E3E3E3;}
#p05box01 .price_list .price01 .info table tr:last-child {border-bottom:0;}
#p05box01 .price_list .price01 .info h3 {font-size:30px;margin-bottom:30px;position:relative;padding-left:22px;}
#p05box01 .price_list .price01 .info h3::before {content:"";width:4px;height:calc(100% - 4px);background:#EA5D1E;position:absolute;bottom:0;left:0;}
#p05box01 .price_list .price01 .img {width:488px;}
#p05box01 .price_list .price01 .img .in_img {aspect-ratio: 488 / 334;transition: 0.3s;border-radius:10px;}
#p05box01 .flow_box_list {}
#p05box01 .flow_box_list .flow_box {margin-bottom: 60px;}
#p05box01 .flow_box_list .flow_box:last-child {margin-bottom: 0;}
#p05box01 .flow_box_list .flow_box h3 {font-size:24px;margin-bottom:40px;padding-left:30px;background: url("../img/p07/widgettitle.svg")no-repeat center left;}
#p05box01 .flow_box_list .flow_box .flow_list {}
#p05box01 .flow_box_list .flow_box .flow_list .flow01 {width:242px;margin-right:44px;background: linear-gradient(#fff 0%, #fff 14px, #F6F6F6 14px, #F6F6F6 100%);padding-bottom:24px;position:relative;}
#p05box01 .flow_box_list .flow_box .flow_list .flow01::before {content: "";background:url("../img/p05/kaku.svg") no-repeat;width:14px;height:24px;position: absolute;right: -30px;top: calc(50% - 7px);}
#p05box01 .flow_box_list .flow_box .flow_list .flow01:last-child {margin-right:0;}
#p05box01 .flow_box_list .flow_box .flow_list .flow01:last-child::before {content:none;}
#p05box01 .flow_box_list .flow_box .flow_list .flow01 .icon {width:56px;margin:0 auto 12px;}
#p05box01 .flow_box_list .flow_box .flow_list .flow01 .num {font-weight:600;text-align:center;margin-bottom:2px;}
#p05box01 .flow_box_list .flow_box .flow_list .flow01 h4 {line-height:1.5;text-align:center;}

#p05box02 {padding: 140px 0;}
#p05box02 .title01 {margin-bottom:40px;}
#p05box02 .box_list {}
#p05box02 .box_list .box {width:530px;background:#fff;padding:30px 40px;box-sizing:border-box;margin-right:40px;}
#p05box02 .box_list .box:last-child {margin-right:0;}
#p05box02 .box_list .box h3 {position:relative;margin-bottom:30px;font-size:24px;}
#p05box02 .box_list .box h3::before {content:"";width:24px;height:2px;background:#0E0E0E;position:absolute;top:0;bottom:0;left:-40px;margin:auto;}
#p05box02 .box_list .box table {border:1px solid #0E0E0E;}
#p05box02 .box_list .box table th {padding:17px 20px;box-sizing:border-box;background:#0E0E0E;color:#fff;}
#p05box02 .box_list .box table td {padding:17px 20px;}
#p05box02 .box_list .box table tr {border-bottom:1px solid #E3E3E3;}
#p05box02 .box_list .box table tr:last-child {border-bottom:0;}
#p05box02 .box_list .box .p01 {margin-top:10px;}

#p05box02 .box03 {padding:30px 80px;background:#fff;box-sizing:border-box;margin-top:30px;align-items:center;}
#p05box02 .box03 h3 {padding:10px 80px 10px 0;border-right:1px solid #0E0E0E;margin-right:80px;font-size:24px;}
#p05box02 .box03 h3 span {display:inline-block;padding-top:46px;background: url("../img/p05/caution.svg")no-repeat center top;}
#p05box02 .box03 ul {width: 680px;}
#p05box02 .box03 ul li {padding-left:30px;background: url("../img/p05/pass01.svg")no-repeat center left;margin:0 30px 15px 0;float:left;min-width: 280px;}
#p05box02 .box03 ul li:last-child {margin-bottom:0;}

#p05box03 {padding: 140px 0;background:#fff;}
#p05box03 .title01 {margin-bottom:60px;}
.faq_box_list {}
.faq_box_list .faq_box {margin-bottom:80px;}
.faq_box_list .faq_box:last-child {margin-bottom:0;}
.faq_box_list .faq_box .faq_midashi {font-size:20px;padding-left:18px;position:relative;display:inline-block;margin-bottom:20px;}
.faq_box_list .faq_box .faq_midashi::before {content:"";width:8px;height:8px;background:#EA5D1E;border-radius:100%;position:absolute;top:0;bottom:0;left:0;margin:auto;}
.faq_list {}
.faq_list .faqbox {border-top:2px solid #0E0E0E;}
.faq_list .faqbox:last-child {border-bottom:2px solid #0E0E0E;}
.faq_list .faqbox .q_text {font-size:20px;padding:31px 70px 31px 76px;background: url("../img/p05/op.svg")no-repeat center right 20px,url("../img/p05/q_h.png")no-repeat top 30px left 20px;background-size:auto,36px!important;cursor:pointer;}
.faq_list .faqbox .q_text.on {background: url("../img/p05/cl.svg")no-repeat center right 20px,url("../img/p05/q.png")no-repeat top 30px left 20px,#0E0E0E;color:#fff;}
.faq_list .faqbox .a_text {display:none;font-size: 18px;background:url("../img/p05/a.png")no-repeat top 30px left 60px #F6F6F6;padding:30px 30px 30px 114px;background-size:34px!important;}

.faq_list .faqbox:first-child .q_text {background: url("../img/p05/cl.svg")no-repeat center right 20px,url("../img/p05/q.png")no-repeat top 30px left 20px,#0E0E0E;color:#fff;}
.faq_list .faqbox:first-child .q_text.on {background: url("../img/p05/op.svg")no-repeat center right 20px,url("../img/p05/q_h.png")no-repeat top 30px left 20px;color:#0E0E0E;}
.faq_list .faqbox:first-child .a_text {display:block;}

/*店舗案内 (information) p06
=========================================== */
#p06box01 {padding: 120px 0 140px;background:#fff;}
#p06box01 .title01 {margin-bottom:30px;}
#p06box01 .access_box_list {margin-bottom:40px;}
#p06box01 .access_box_list .access_box {width:530px;background:#F6F6F6;padding: 30px 40px 40px;box-sizing:border-box;margin-right:40px;}
#p06box01 .access_box_list .access_box:last-child {margin-right:0;}
#p06box01 .access_box_list .access_box h3 {font-size:24px;margin-bottom:20px;position:relative;display:inline-block;}
#p06box01 .access_box_list .access_box:first-child h3 {padding-left:42px;background: url("../img/p06/car.svg")no-repeat center left;}
#p06box01 .access_box_list .access_box:last-child h3 {padding-left:40px;background: url("../img/p06/bus.svg")no-repeat center left;}
#p06box01 .access_box_list .access_box h3::before {content:"";width:24px;height:2px;background:#000;position:absolute;top:0;bottom:0;left:-40px;margin:auto;}
#p06box01 .access_box_list .access_box ul {}
#p06box01 .access_box_list .access_box ul li {padding:20px;background:#fff;margin-bottom:10px;}
#p06box01 .access_box_list .access_box ul li:last-child {margin-bottom:0;}
#p06box01 .access_box_list .access_box ul li h4 {font-size:20px;padding-left:18px;position:relative;display:inline-block;margin-bottom:10px;}
#p06box01 .access_box_list .access_box ul li h4::before {content:"";width:8px;height:8px;background:#EA5D1E;border-radius:100%;position:absolute;top:0;bottom:0;left:0;margin:auto;}
#p06box01 .access_box_list .access_box ul li h4 .naiyou {}
#p06box01 .google_map {width:100%;height:352px;}
#p06box01 .google_map iframe {width:100%;height:100%;}

#p06box02 {padding: 140px 0;}
#p06box02 .title01 {margin-bottom:60px;}
#p06box02 .outline_list {}
#p06box02 .outline_list li {margin-bottom:40px;}
#p06box02 .outline_list li:last-child {margin-bottom:0;}
#p06box02 .outline_list li h3 {width:184px;padding-bottom:40px;border-bottom:1px solid #0E0E0E;}
#p06box02 .outline_list li .naiyou {width:calc(100% - 184px);padding-left:70px;padding-bottom:40px;border-bottom:1px solid #DADADA;box-sizing:border-box;}



/*ブログ (blog) p07
=========================================== */
#two_contents {padding:120px 0 140px;background:#fff;}
#two_contents .cnt {justify-content:space-between;}
#two_contents .cnt #two-main {width: 760px;}

.blog_list {}
.blog_list .blog01 {padding-bottom:50px;border-bottom:1px solid #0E0E0E;margin-bottom:50px;}
.blog_list .blog01:last-child {padding-bottom:0;border-bottom:0;margin-bottom:0;}
.blog_list .blog01 a {text-decoration:none;}
.blog_list .blog01 a .img {position:relative;overflow:hidden;width:240px;margin-right:30px;}
.blog_list .blog01 a .img .in_img { aspect-ratio: 240 / 180;transition: 0.3s;}
.blog_list .blog01 a:hover .img .in_img { scale: 1.1; opacity: 1;}
.blog_list .blog01 a .info {width:calc(100% - 270px);}
.blog_list .blog01 a .info .info01 {margin-bottom:16px;align-items:center;}
.blog_list .blog01 a .info .info01 .time {width:90px;font-weight:500;}
.blog_list .blog01 a .info .info01 .category {width:calc(100% - 90px);}
.blog_list .blog01 a .info .info01 .category li {font-size:14px;padding:3px 19px;color:#EA5D1E;border:1px solid #EA5D1E;margin-right:5px;border-radius: 100px;}
.blog_list .blog01 a .info .info01 .category li:last-child {margin-right:0;}
.blog_list .blog01 a .info .title {font-size:18px;width: 100%;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/*一覧ページページャー*/
.wp-pagenavi {text-align: center;margin: 80px auto 0;}
.wp-pagenavi a,.wp-pagenavi span {text-decoration: none;display: inline-block;line-height:46px;margin:0 2px;width:48px;color:#0E0E0E;border:1px solid #0E0E0E;font-weight: bold;box-sizing:border-box;border-radius:100%;font-family: 'Poppins';}
.wp-pagenavi a:hover, .wp-pagenavi span.current, span.pages {color:#fff;background:#0E0E0E;}

span.extend {display: none;}
span.pages {display: none;}

.wp-pagenavi a.first {display:none;}
.wp-pagenavi a.previouspostslink {color:transparent!important;background: url("../img/p07/arrow01.svg") no-repeat center;margin-right:20px;}
.wp-pagenavi a.nextpostslink {color:transparent!important;background: url("../img/p07/arrow02.svg") no-repeat center;margin-left:20px;}
.wp-pagenavi a.last {display:none;}

.wp-pagenavi a.previouspostslink:hover {background: url("../img/p07/arrow01_h.svg") no-repeat center #0E0E0E;}
.wp-pagenavi a.nextpostslink:hover {background: url("../img/p07/arrow02_h.svg") no-repeat center #0E0E0E;}

#two_contents .cnt #two-side {width: 280px;}
#two_contents .cnt #two-side .sidebox {}
#two_contents .cnt #two-side .sidebox .sidebox_in {margin-bottom:60px;}
#two_contents .cnt #two-side .sidebox .sidebox_in:last-child {margin-bottom:0;}
#two_contents .cnt #two-side .sidebox .sidebox_in .widgettitle {font-size:24px;margin-bottom:24px;padding-left:30px;background: url("../img/p07/widgettitle.svg")no-repeat center left;}

#two_contents .cnt #two-side .sidebox .sidebox_in .cat_list {}
#two_contents .cnt #two-side .sidebox .sidebox_in .cat_list > li {font-weight:bold;line-height:1.2;border-bottom:1px solid #DFDFDF;}
#two_contents .cnt #two-side .sidebox .sidebox_in .cat_list > li:first-child {border-top:1px solid #DFDFDF;}

#two_contents .cnt #two-side .sidebox .sidebox_in .cat_list > li > a {display: block;padding:24px 40px 24px 15px;text-decoration:none;background:url("../img/p07/cat_list.svg") no-repeat center right 15px;}
#two_contents .cnt #two-side .sidebox .sidebox_in .cat_list > li > a:hover {background:url("../img/p07/cat_list.svg") no-repeat center right 15px #F6F6F6;}
#two_contents .cnt #two-side .sidebox .sidebox_in .cat_list > li.selected > a {background:url("../img/p07/cat_list.svg") no-repeat center right 15px #F6F6F6;}

#two_contents .cnt #two-side .sidebox .sidebox_in .cat_list .child-cat {padding-left:45px;}
#two_contents .cnt #two-side .sidebox .sidebox_in .cat_list .child-cat > li a {display: block;padding:24px 40px 24px 15px;text-decoration:none;background:url("../img/p07/cat_list.svg") no-repeat center right 15px;}
#two_contents .cnt #two-side .sidebox .sidebox_in .cat_list .child-cat > li a:hover {background:url("../img/p07/cat_list.svg") no-repeat center right 15px #F6F6F6;;}
#two_contents .cnt #two-side .sidebox .sidebox_in .cat_list .child-cat > li.selected a {background:url("../img/p07/cat_list.svg") no-repeat center right 15px #F6F6F6;;}

#two_contents .cnt #two-side .sidebox .sidebox_in .sidebox_select {position: relative;}
#two_contents .cnt #two-side .sidebox .sidebox_in .sidebox_select select {width:100%;height:60px;border:none;box-sizing:border-box;background:#F0F0F0;padding:15px 24px;appearance: none;-webkit-appearance: none;-moz-appearance: none;cursor: pointer;font-weight:bold;font-size:16px;font-family: 'NotoSansJP';}
#two_contents .cnt #two-side .sidebox .sidebox_in .sidebox_select::before {content: "";background:url("../img/p07/arrow.svg") no-repeat;width:13px;height:9px;position: absolute;right: 24px;top: 50%;transform: translateY(-50%);pointer-events: none;}


/*実績紹介 詳細 p10
=========================================== */
.blog_single {}
.blog_single .info01 {margin-bottom:16px;align-items:center;}
.blog_single .info01 .time {width:90px;font-weight:500;}
.blog_single .info01 .category {width:calc(100% - 90px);}
.blog_single .info01 .category li {font-size:14px;padding:3px 19px;color:#EA5D1E;border:1px solid #EA5D1E;margin-right:5px;border-radius: 100px;}
.blog_single .info01 .category li:last-child {margin-right:0;}
.blog_single .title {font-size:20px;}
.blog_single .editor {margin-top:40px;}

/*詳細ページページャー*/
.post-navigation {margin:80px auto 0;}
.post-navigation ul {text-align: center;justify-content: center;align-items: center;}
.post-navigation ul li {font-weight:bold;}
.post-navigation ul li a {text-decoration:none;}

.post-navigation ul li.post_back {margin: 0 60px;width:200px;display:table;height:50px;}
.post-navigation ul li.post_back a {display:table-cell;text-align:center;vertical-align:middle;text-decoration:none;box-sizing: border-box;border-radius:100px;border:2px solid #0E0E0E;}
.post-navigation ul li.post_back a:hover {color:#fff;background:#0E0E0E;}

.post-navigation ul li.next a {background: url("../img/p07/arrow_l.svg") no-repeat center left;display:inline-block;padding-left:70px;height: 50px;line-height: 50px;}
.post-navigation ul li.prev a {background: url("../img/p07/arrow_r.svg") no-repeat center right;display:inline-block;padding-right:70px;height: 50px;line-height: 50px;}

.post-navigation ul li.next a:hover {opacity:0.7;}
.post-navigation ul li.prev a:hover {opacity:0.7;}

/*見学予約・お問い合わせ (contact) p09
=========================================== */
#p09box01 {padding: 120px 0 140px;background:#fff;}
#p09box01 .cnt {margin-bottom:40px;align-items:center;justify-content:space-between;}
#p09box01 .cnt .left {}
#p09box01 .cnt .left h2 {font-size:36px;margin-bottom:40px;}
#p09box01 .cnt .left .text {width:403px;}
#p09box01 .cnt .right {width:598px;padding:30px;background:#F6F6F6;box-sizing:border-box;}
#p09box01 .cnt .right h3 {font-size:26px;padding-top:66px;background: url("../img/p09/tel.svg") no-repeat center top;margin-bottom:10px;}
#p09box01 .cnt .right .tel {margin-bottom:4px;font-size:50px;font-weight:500;line-height:1;}
#p09box01 .cnt .right .time {justify-content:center;}

.contact_form_box {padding: 60px 105px 75px;background:#F6F6F6;box-sizing:border-box;}
.contact_form_box h3 {font-size:26px;padding-top:76px;background: url("../img/p09/mail.svg") no-repeat center top;margin-bottom:50px;}
.contact_form_box .text01 {display:block;text-align:center;margin-bottom:40px;font-weight:500;}
.contact_form_box .text01 ul {display:inline-block;text-align:left;}
.contact_form_box .text01 ul li {text-indent:-1em;padding-left:1em;}


form.wpcf7-form {padding-top: 150px;margin-top: -150px;}

ul.contact-state {width:100%;height:60px;position: relative;margin:0 auto 40px;}
ul.contact-state > li{width:100%;height:60px;background-size:contain!important;}
ul.contact-state > li span {display: none;}
ul.contact-state > li.state01 {background: url("../img/p09/state01.png") no-repeat center;}
ul.contact-state > li.state02 {background: url("../img/p09/state02.png") no-repeat center;position:absolute;left:0;top:0;}

.state-text {text-align: center;color: #E32525;font-weight: 700;font-size: 18px;margin-bottom: 50px;}

.contactTBL table {}
.contactTBL tr {display:block;margin-bottom:64px;}
.contactTBL tr:last-child {display:block;margin-bottom:0;}

.contactTBL th {width:100%;margin-bottom:20px;display:block;line-height:1;}
.contactTBL td {width:100%;display:block}

.hissu {background:#EA5D1E;color:#fff;padding:4px 6px 5px;font-size:14px;margin-right:8px;display: inline-block;border-radius:2px;}
.ninni {background:#ccc;padding:4px 6px 5px;font-size:14px;margin-right:8px;display: inline-block;border-radius:2px;}

.memo01 {font-size:15px;font-weight:500;margin-left:8px;display: inline-block;color:#808080;}

/*list-item*/
.wpcf7-list-item {display:block!important;margin: 0 0 16px 0!important;line-height:1;font-weight: 500;font-size:16px;}
.wpcf7-list-item.last {margin-bottom: 0!important;}

/*text*/
input.wpcf7-text {width: 100%;height:48px;box-sizing: border-box;padding:10px;border:1px solid #B3B3B3;background:#fff;font-size:16px;}
input.wpcf7-text.your-name {width:400px;}
input.wpcf7-text.tel01 {width: 180px;}

.kengaku_list {}
.kengaku_list > li {align-items:center;margin-bottom:10px;}
.kengaku_list > li:last-child {align-items:center;margin-bottom:0;}
.kengaku_list > li .kibou {font-weight:500;width:80px;}
.kengaku_list > li .day {width:230px;margin-right:10px;}
.kengaku_list > li .time {width:230px;position:relative;}
.kengaku_list > li .time select {appearance: none;-webkit-appearance: none;-moz-appearance: none;cursor: pointer;}
.kengaku_list > li .time::before {content: "";background:url("../img/p09/arrow.svg") no-repeat;width:24px;height:12px;position: absolute;right: 16px;top: 50%;transform: translateY(-50%);pointer-events: none;}

input.wpcf7-date {width: 100%;height:48px;box-sizing: border-box;padding:10px;border:1px solid #B3B3B3;background:#fff;font-size:16px;}
select.wpcf7-select {width: 100%;height:48px;box-sizing: border-box;padding:10px;border:1px solid #B3B3B3;background:#fff;font-size:16px;}


/*textarea*/
textarea.wpcf7-form-control.wpcf7-textarea {width: 100%;height:210px;box-sizing: border-box;padding:10px;border:1px solid #B3B3B3;background:#fff;}

.privacypolicy {}
.privacypolicy .privacypolicy01 {display:block;margin-top:10px;line-height:24px;}
.privacypolicy .privacypolicy01 a {text-decoration:underline;color:#093182;}

/*送信ボタン*/
.contact-submit.flex { justify-content: center;margin-top:60px;}
input.wpcf7-form-control.btn04 {width: 320px;height:80px;font-family: "NotoSansJP";cursor: pointer; transition: 0.3s;font-size: 16px;font-weight: bold;box-sizing:border-box;display: block;color:#fff;background:url("../img/common/btn01.svg") no-repeat center right 24px #EA5D1E;border: none;border-radius:100px;padding-left:50px;text-align:left;}

input.wpcf7-form-control.btn04:hover {opacity:0.7;}

input.wpcf7-form-control.btn05.wpcf7c-btn-back {width: 320px;height:80px;font-family: "NotoSansJP";cursor: pointer; transition: 0.3s;font-size: 16px;font-weight: bold;text-align: right;box-sizing:border-box;display: block;color:#fff;border:none;border-radius:100px;order: -1;padding-right:50px;background:url("../img/p09/btn01_b.svg") no-repeat center left 24px #000;}

input.wpcf7-form-control.btn05:hover {opacity:0.7;}

input.wpcf7-form-control.btn05.wpcf7c-btn-back {margin-right: 20px;}
input.wpcf7-form-control.btn04:focus { outline: none;}

.wpcf7c-conf { background-color: #D4D4D4 !important; }
input:-webkit-autofill, input:-internal-autofill-selected { -webkit-appearance: none; -webkit-box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; box-shadow: 0 0 0px 1000px #D4D4D4 inset !important;}
.wpcf7 .ajax-loader {display: none !important;}
.wpcf7c-elm-step2.mt20 {width: 100%;text-align: center;margin-top: 20px;}
.wpcf7-spinner {display: none !important;}
.wpcf7-not-valid-tip {margin-top:10px;}




/*Thanks・404.
=========================================== */
#other {padding: 120px 0 140px;background:#fff;text-align: center;}
#other h2 {font-size: 24px;margin-bottom: 25px;}
#other .other_in p {font-size: 18px;position: relative;margin: 10px 0;}
#other .btn01 {margin:30px auto 0; text-align: left;}

/*プライバシーポリシー
=========================================== */
div#pageBox01{padding: 120px 0 140px;background:#fff;}
.page-cont p {line-height: 26px;}
.page-cont ul {line-height: 26px;}
h2.pp-title01 {font-size: 24px;border-bottom: solid 2px;margin-bottom: 25px;padding-bottom: 10px;}
h3.pp-title02 {font-size: 20px;position: relative;margin: 25px 0;padding-left: 10px;}
h3.pp-title02:before{content:"";width:5px;height:65%;background:#000;position: absolute;left:0;top:0;bottom:0;margin:auto 0;}

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 1400px) {
	#header .header_inner .logo {width: 273px;margin-left: 20px;}
	
	.gnav {margin-right: 20px;}
	.gnav ul.flex li {margin-right: 15px;font-size: 15px;}
	#header .header_inner .right .h_contact_box .h_contact {width: 240px;height: 70px;}
	#header .header_inner .right .h_contact_box .tel_icon {width: 70px;height: 70px;}
	#header .header_inner .right .h_contact_box .tel_box {padding:8px 0 11px;top: 70px;}
	#header .header_inner .right .h_contact_box .tel_box .tel {margin-right: 10px;font-size: 16px;}
	#header .header_inner .right .h_contact_box .tel_box .tel span {font-size: 12px;}
	#header .header_inner .right .h_contact_box .tel_box .time {font-size: 11px;line-height: 1.3;}

	#main {margin-top: 70px;}
	#fixed_trigger {top: 70px;}
	
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
}

@media screen and (min-width: 0px) and (max-width: 1400px) {
}

/*IE11対策
=========================================== */
@media all and (-ms-high-contrast:none){
}
/*edge対策
=========================================== */
@supports (-ms-ime-align: auto) {
}


#topbox04_02 {padding:140px 0;background: url("../img/top/bg01.png") no-repeat center;background-size:cover;}
#topbox04_02 .title01 {margin-bottom:40px;}
#topbox04_02 .title01 h2 {color:#fff;}
#topbox04_02 .course_list01 {margin-bottom:20px;}
#topbox04_02 .course_list01 li {font-weight:bold;margin-right:20px;color:#fff;}
#topbox04_02 .course_list01 li:last-child {margin-right:0;}

.aki_table_list {border:1px solid #fff;}
.aki_table_list .aki_table {}
.aki_table_list .aki_table h3 {background:#0E0E0E;color:#fff;width:124px;padding: 30px 0;text-align:center;line-height:1.2;border-top:1px solid #727272;box-sizing:border-box;}
.aki_table_list .aki_table:first-child h3 {border-top:0;}
.aki_table_list .aki_table table {width:calc(100% - 124px);table-layout: fixed;min-width: 0;}
.aki_table_list .aki_table table th {padding:0 5px;line-height:34px;background:#5D5D5D;color:#fff;border-left:1px solid #E3E3E3;box-sizing:border-box;text-align:center;}
.aki_table_list .aki_table table th:first-child {border-left:0;}
.aki_table_list .aki_table table td {padding:15px 5px;background:#fff;border-left:1px solid #E3E3E3;box-sizing:border-box;text-align:center;font-weight:bold;position:relative;}
.aki_table_list .aki_table table td:first-child {border-left:0;}
.aki_table_list .aki_table table td .schedule02 {}
.aki_table_list .aki_table table td .schedule03 {}
.aki_table_list .aki_table table td .schedule04 {color:#DD0505;font-size:14px;line-height:1.2;margin-top:8px;}
.aki_table_list .aki_table table td .schedule05 {display:table;width:100%;height:calc(100% + 34px);position:absolute;bottom:0;left:0;}
.aki_table_list .aki_table table td .schedule05 span {display:table-cell;vertical-align:middle;text-align:center;background:rgba(43,43,43,0.7);color:#fff;font-size:34px;}

.aki_table_list .empty {background: #fff !important;}

#topbox04_02 .t01 {margin-top:10px;color:#fff;}
#topbox04_02 .course_list02 {margin:-25.6px auto 60px;color:#fff;}
#topbox04_02 .course_list02 li {margin-bottom:6px;text-indent:-1em;padding-left:1em;}
#topbox04_02 .course_list02 li:last-child {margin-bottom:0;}
#topbox04_02 .btn01 {margin:0 auto;}


#p04box02_02 {padding:140px 0;}
#p04box02_02 .cnt01 {align-items: flex-end;margin-bottom:40px;}
#p04box02_02 .cnt01 .p01 {align-items: flex-end;margin-left:40px;padding-bottom:11px;}
.lesson_table {margin-bottom:20px;}
.lesson_table table {border:1px solid #0E0E0E;table-layout:fixed;box-sizing:border-box;background:#fff;}
.lesson_table table thead {}
.lesson_table table thead th {padding:18px 20px;line-height:1.2;background:#0E0E0E;color:#fff;border-right:1px solid #E3E3E3;box-sizing:border-box;width:150px;}
.lesson_table table thead td {padding:18px 20px;line-height:1.2;background:#0E0E0E;color:#fff;box-sizing:border-box;font-weight:bold;}
.lesson_table table tbody {}
.lesson_table table tbody tr {border-bottom:1px solid #E3E3E3;}
.lesson_table table tbody tr:last-child {border-bottom:0;}
.lesson_table table tbody th {padding:18px 20px;line-height:1.2;border-right:1px solid #E3E3E3;box-sizing:border-box;font-weight:400;}
.lesson_table table tbody td {padding:18px 20px;line-height:1.2;box-sizing:border-box;}
#p04box02_02 .lesson_text01 {margin:20px auto 60px;}
#p04box02_02 .lesson_text01 ul {}
#p04box02_02 .lesson_text01 ul li {text-indent:-1em;padding-left:1em;}
#p04box02_02 .zikanwari {font-size: 20px;margin-bottom: 20px;padding-left: 18px;position: relative;display: inline-block;}
#p04box02_02 .zikanwari::before {content:"";width:8px;height:8px;background:#EA5D1E;border-radius:100%;position:absolute;top:0;bottom:0;left:0;margin:auto;}
#p04box02_02 .aki_table_list {border-color:#0E0E0E;}

#p04box02_03 {padding:140px 0;background: url("../img/p04/p04box02_03.png") no-repeat center;background-size:cover;}
#p04box02_03 .title01 {margin-bottom:60px;}
#p04box02_03 .cnt {justify-content:space-between;align-items:flex-start;flex-direction: row-reverse;}
#p04box02_03 .cnt .info {width:605px;}
#p04box02_03 .cnt .info h3 {font-size:27px;margin-bottom:40px;}
#p04box02_03 .cnt .info ul {}
#p04box02_03 .cnt .info ul li {text-indent:-1em;padding-left:1em;}
#p04box02_03 table {border:1px solid #fff;table-layout:fixed;box-sizing:border-box;background:#fff;width:456px;}
#p04box02_03 table thead th {padding:18px 20px;line-height:1.2;background:#0E0E0E;color:#fff;border-right:1px solid #E3E3E3;box-sizing:border-box;width:140px;}
#p04box02_03 table thead td {padding:18px 20px;line-height:1.2;background:#0E0E0E;color:#fff;box-sizing:border-box;font-weight:bold;}
#p04box02_03 table tbody {}
#p04box02_03 table tbody tr {border-bottom:1px solid #E3E3E3;}
#p04box02_03 table tbody tr:last-child {border-bottom:0;}
#p04box02_03 table tbody th {padding:18px 20px;line-height:1.2;border-right:1px solid #E3E3E3;box-sizing:border-box;}
#p04box02_03 table tbody td {padding:18px 20px;line-height:1.2;box-sizing:border-box;}






