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

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

body {
line-height: 1;
color: #333;
font-feature-settings: "palt";
letter-spacing: 0.03em;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
p{
 font-size: 0.9rem;
 color: #666;
 line-height: 1.5;
}

table {
border-collapse: collapse;
border-spacing: 0;
}
input, select {
  -webkit-appearance: none;
  appearance: none;
}
a{
 color: #0066CC;
}
a:hover{
 color: #0066CC;
}
/* end of reset css -------------------------------------------*/
span.font{
	font-family: 'Lexend', sans-serif;
}

body{
 color: #333;
font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
body,html{
 overflow-x: hidden;
}
input{
font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif!important;	
}
textarea{
font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif!important;	
}
header{
 width: 100%;
 height: 80px;
 position: fixed;
 top: 0;
 transition: 0.5s;
 overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
img.logo{
 width: 230px!important;
 height: auto;
 margin: 28px 0 0 30px;
}
.drawer-menu{
 margin: 10px 30px 0 0;
 font-size: 0.9rem;
}
.drawer-menu-item:hover{
 text-decoration: none;
}
.drawer-navbar .drawer-menu li{
 margin: 0 10px 0 0;
 text-align: center;
 font-size: 1rem;
  height: 100%;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
}
.drawer-navbar .drawer-menu li span{
 display: block;
 font-size: 0.6rem;
 color: #999;
 margin: -10px 0 0 0;
 letter-spacing: 0.15em;
}
.drawer-navbar .drawer-menu li:last-of-type{
 background: #0066CC;
 border-radius: 100px;
 padding: 0;
 margin: 10px 0 0 0;
}
.drawer-navbar .drawer-menu li:last-of-type:hover{
 background: #0255a8;
 transition: 0.3s;
}
.drawer-navbar .drawer-menu li:last-of-type a{
 color: #fff;
}
.drawer-navbar .drawer-menu-item:last-of-type{
 line-height: 2rem;	
}
.drawer-menu-item:last-of-type{
 padding: 0.1rem 1.25rem;
}

/* overlay */
.overlay::after {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 100%;
 content: "";
 background: rgba(0, 0, 0, 0.4);
}
.all-button{
 width: 300px;
 height: fit-content;
 border-radius: 100px;
 text-align: center;
 padding: 20px 0;
 margin: 30px auto 60px;
 background: #0066CC;
 transition: 0.3s;
}
.all-button:hover{
 background: #0255a8;
 transition: 0.3s;
 cursor: pointer;
}
.all-button a{
 display: block;
 width: 100%;
 height: 100%;
 text-decoration: none;
 color: #FFF;
 cursor: pointer;
}
.all-button-white a:hover{
 background: #fff;
 transition: 0.3s;
 cursor: pointer;
 color: #0066CC;
  border: 3px solid #0066CC;
  
}
.all-button-white a{
 transition: 0.3s;
 display: block;
 width: fit-content;
 height: fit-content;
 text-decoration: none;
 text-align: center;
 color: #fff;
 font-weight: bold;
 cursor: pointer;
 background: #0066CC;
 border: 3px solid #0066CC;
 margin: 30px auto 80px;
 border-radius: 100px;
 padding: 15px 30px;
}
.all-button-line a:hover{
 background: #00B900;
 transition: 0.3s;
 cursor: pointer;
 color: #fff;
}
.all-button-line a{
 transition: 0.3s;
 display: block;
 width: 210px;
 height: fit-content;
 text-decoration: none;
 text-align: center;
 color: #00B900;
 font-weight: bold;
 cursor: pointer;
 border: 3px solid #00B900;
 background: #fff;
 margin: 30px auto 40px;
 border-radius: 100px;
 padding: 15px 0;
}
.all-button-youtube a:hover{
 background: #990000;
 transition: 0.3s;
 cursor: pointer;
 color: #fff;
}
.all-button-youtube a{
 transition: 0.3s;
 display: block;
 width: 210px;
 height: fit-content;
 text-decoration: none;
 text-align: center;
 color: #990000;
 font-weight: bold;
 cursor: pointer;
 border: 3px solid #990000;
 background: #fff;
 margin: 30px auto 40px;
 border-radius: 100px;
 padding: 15px 20px;
}
.all-button-free a:hover{
 background: #fff;
 transition: 0.3s;
 cursor: pointer;
 color: #1e88d9;
 border: 3px solid #1e88d9;
}
.all-button-free a{
 transition: 0.3s;
 display: block;
 width: 250px;
 height: fit-content;
 text-decoration: none;
 text-align: center;
 color: #fff;
 font-weight: bold;
 cursor: pointer;
 border: 3px solid #fff;
 background: #1e88d9;
 margin: 40px 0;
 border-radius: 100px;
 padding: 15px 20px;
}
.question-box{
 max-width: 1200px;
 height: fit-content;
 display: flex;
 justify-content: center;
 margin: 30px 0 0 0;
 background: url("images/dotted_line.png") no-repeat bottom center;
 background-size: 85% auto;
}
.question-box .question-detail{
 width: 20%;
 height: fit-content;
 margin: 0 30px 50px 0;
}
.question-box .question-detail:last-of-type{
 margin: 0 0 50px 0;
}
.question-box .question-detail img{
 width: 80%;
 height: auto;
 image-rendering: -webkit-optimize-contrast;
}
.question-box .question-detail p{
 font-size: 0.9rem;
 line-height: 1.5;
 font-weight: bold;
 margin: 10px 0 20px 0;
}
.answer{
 width: 1000px;
 height: fit-content;
 margin: 0 auto;
}
.answer h2{
 line-height: 1.5;
 text-align: center;
 max-width: 810px;
 margin: 20px auto;
}
.teacher{
 width: 100%;
 height: 467px;
 background: url("images/teacher_bg.jpg") no-repeat -190px 0;
 background-size: cover;
 display: flex;
 justify-content: center;
 align-items: center;
}
.teacher h2{
 color: #fff;
 font-size: 2rem;
 font-weight: bold;
 text-align: center;
}
.teacher h2 span{
 font-size: 0.7rem;
 font-weight: normal;
 opacity: 0.5;
 letter-spacing: 0.15em;
}
.teacher-sample p{
 max-width: 800px;
 font-size: 0.9rem;
 margin: 20px auto;
 text-align: center;
}
.teacher-info{
 max-width: 1000px;
 margin: 0 auto;
 text-align: center;
}
.teacher-info img{
 image-rendering: -webkit-optimize-contrast;
 width: 70%;
 height: auto;
 margin: 35px 0 0 0;
}
.teacher-info h3{
 font-size: 1.2rem;
 font-weight: bold;
 line-height: 1.5;
 margin: 20px 0 0 0;
}
.teacher-info h3 span{
 font-size: 0.9rem;
 display: block;
}
.teacher-info h3 span.name{
 display: contents;
 font-size: 0.7rem;
 margin: 0 0 0 10px;
}
.teacher-info p{
 text-align: left;
 font-size: 1rem;
 line-height: 1.5;
 margin: 0 0 15px 0;
}
.teacher-info .introduce{
 padding:35px 40px 20px 40px;
 border: 2px solid #ddd;
 max-width: 680px;
 margin: 20px auto;
 position: relative;
}
.teacher-info .introduce span.teacher-tag{
 position: absolute;
 left: -10px;
 top: -10px;
 background: #e8e77a;
 padding: 7px 20px;
 font-size: 0.9rem;
 font-weight: bold;
}
.faq{
 width: 100%;
 height: 467px;
 display: flex;
}
.faq .faq-left{
 width: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
 background: #64a5d5;
}
.faq .faq-left h2{
 font-size: 2rem;
 color: #fff;
 font-weight: bold;
 text-align: center;
}
.faq .faq-left h2 span{
 font-size: 0.7rem;
 font-weight: normal;
 opacity: 0.5;
 letter-spacing: 0.15em;
}
.faq .faq-right{
 width: 50%;
 background: url("images/faq_bg.jpg") no-repeat bottom center;
 background-size: cover;
}
.faq-detail{
 width: 100%;
 text-align: center;
}
.faq-detail p{
 font-size: 0.9rem;
 margin: 20px 0;
}
.sp-easy-accordion{
 max-width: 800px;
 font-size: 0.9rem;
 margin: 0 auto 40px;
}
#sp-ea-6.sp-easy-accordion>.sp-ea-single>.ea-header a {
 color: #444;
 font-size: 0.9rem;
 text-align: left;
 line-height: 1.5;
 padding: 10px;
}
.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body p:first-of-type {
 text-align: left;
}
.sp-easy-accordion .sp-ea-single .ea-header{
 background: #f7f7f7!important;
}
.sp-easy-accordion * {
 text-align: left;
 line-height: 1.4;
 color: #666;
}
.sp-easy-accordion h3{
 font-size: 1.2rem;
 font-weight: bold;
 margin: 0 0 10px 0;
}
.sp-easy-accordion p{
 margin: 0 0 20px 0;
}
.sp-easy-accordion ul{
 margin: 20px 0 0 20px;
}
.sp-easy-accordion ul li{
 list-style: disc;
 font-weight: bold;
}
.entry{
 background: url("images/entry_bg.jpg") no-repeat bottom center;
 background-size: 100% auto;
 height: 467px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.entry h2{
 color: #fff;
 font-size: 2rem;
 text-align: center;
 font-weight: bold;
}
.entry h2 span{
 font-size: 0.7rem;
 letter-spacing: 0.15em;
 opacity: 0.5;
}
.entry-form{
 max-width: 1000px;
 margin: 20px auto;
}
/* contact form */
span.wpcf7-not-valid-tip{
font-size: 0.7rem!important;
}
input:focus {
background: #fffdcc;
}
textarea:focus {
background: #fffdcc;
}
#contact-form{
max-width: 800px;
height: auto;
margin: 0 auto;
}
.main-photo{
max-width: 1300px;
height: auto;
margin: 0 auto 20px;
}
.main-photo img.estimate-sp{
width: 100%;
height: auto;
}
#contact-form p.has-text-align-center{
width: 82%;
line-height: 1.6;
margin: 25px auto;
}
.contact{
width: 100%;
margin: 0 auto;
background: #fff;
}
.contact-box{
max-width: 1000px;
margin: 0 auto;
}
.contact-main h1{
font-size: 1.6rem;
padding: 60px 0 20px 0;
text-align: center;
}
.contact-form p.description{
font-size: 0.9rem;
max-width: 750px;
text-align: center;
margin: 0 auto 60px;
line-height: 1.5;
}
.contact-form h2{
font-size: 1.2rem;
margin: 20px 0;
}
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
#formbtn {
width: 90%!important;
}
.inquiry th,.inquiry td {
display:block!important;
width:100%!important;
border-top:none!important;
-webkit-box-sizing:border-box!important;
-moz-box-sizing:border-box!important;
box-sizing:border-box!important;
}
.inquiry tr:first-child th {
border-top: 1px solid #d7d7d7!important;
font-size: 14px;
}
ul.name li{
margin: 0 40px 0 0;
}
.inquiry td {
border-left: 1px solid #d7d7d7;
}
@media(max-width:375px){
.carriculum-detail h2 {
 font-size: 1rem;
 background: url(images/ps.png) no-repeat 24px 11px;
 background-size: 33px auto;
}
#formbtn{
font-size: 16px!important;
}
}
/* 必須・任意のサイズ調整 */
.inquiry .haveto,.inquiry .any {
font-size:10px;
}
}
/*見出し欄*/
.inquiry th{
text-align:left;
font-size:12px;
color:#444;
padding-right:5px;
width:35%;
background:#f7f7f7;
border:solid 1px #d7d7d7;
vertical-align: middle;
padding: 10px;
}
.inquiry th.schedule_date{
text-align: left;
font-size: 12px;
}
/*通常欄*/
.inquiry td{
font-size:16px;
border-bottom: solid 1px #d7d7d7;
border-right: 1px solid #d7d7d7;
text-align: left;
vertical-align: middle;
background: #fff;
padding: 10px;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
border:solid 1px #d7d7d7;
}
/*必須の調整*/
.haveto{
font-size:10px;
padding:2px 5px;
background:#ff9393;
color:#fff;
border-radius:2px;
margin-right:5px;
position:relative;
bottom:1px;
}
/*任意の調整*/
.any{
font-size:10px;
padding:2px 5px;
background:#93c9ff;
color:#fff;
border-radius:2px;
margin-right:5px;
position:relative;
bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
display: block;
padding: 1em 0;
margin: 30px auto;
width: 70%;
background: #0066CC;
color: #fff;
font-size: 20px;
font-weight: bold;
border: none;
border-radius: 40px;
transition: 0.5s;
height: 70px;
}
input#formbtn{
cursor: pointer;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background: #0255a8;
 color: #fff;
 transition: 0.5s;
}
table.inquiry{
 max-width: 700px;
 margin: 0 auto 20px;
}
.inquiry input{
 padding: 10px;
 margin: 10px;
 font-size: 16px;
 border: 1px solid #bbb;
}
.inquiry select{
 padding: 10px;
 margin: 0 0 0 10px;
 border: 1px solid #bbb;
}
.wpcf7-list-item{
 width: 95%;
}
p.submit{
 font-size: 0.9rem;
 margin: 0 0 30px 15px;
 width: 90%;
 line-height: 1.8;
 text-align: left;
}
input.spam1{
margin: 6px 0 0 0;
}
ul.name{
margin: 0 0 0 10px;
}

ul.name li{
 float: left;
 width: 30%;
 margin: 0 20px 0 0;
}
ul.name li input{
 width: 110px;
 margin: 10px 0 10px 0px;
 font-size: 16px;
 border: 1px solid #bbb;
}
th{
 line-height: 1.5;
}
#sidebar{
 display: none;
}
textarea.wpcf7-textarea{
 width: 90%;
 padding: 10px;
 line-height: 1.6;
 font-size: 16px;
 margin: 0 0 0 10px;
 border: 1px solid #bbb;
}
span.small-txt{
 display: block;
 font-size: 0.7rem;
 margin: 5px 0 0 0;
}
.wpcf7-list-item {
 display: inline-block;
 margin: 0 0 0 1em!important;
}
div.assent {
 display: flex;
 text-align: center;
 line-height: 1.5;
 font-size: 0.95rem;
 margin: 35px auto 20px;
}
/*clearfix*/
.clearfix:after {
 content: "";
 display: block;
 clear: both;
}
.clearfix:before {
 content: "";
 display: block;
 clear: both;
}
.clearfix {
display: block;
}
footer{
 background: #555;
 width: 100%;
 text-align: center;
 padding: 0 0 20px 0;
}
footer img{
 max-width: 205px;
 margin: 40px 0 0 0;
 image-rendering: -webkit-optimize-contrast;
}
footer ul{
 display: flex;
 justify-content: center;
 color: #666;
 margin: 0 0 20px 0;
}
footer ul a{
 color: #A9A9A9;
 font-size: 0.9rem;
 text-decoration: none;
 transition: 0.5s;
}
footer ul a:hover{
 color: #fff;
 transition: 0.5s;
}
footer ul li{
 margin: 0 20px 0 0;
 font-size: 0.9rem;
}
footer ul li:last-of-type{
 margin: 0;
}
footer p{
 color: #999;
 font-size: 0.7rem;
 margin: 40px 0 0 0;
}
footer p.company-text{
 margin: 10px 0 20px 0;
}
footer ul.second{
 margin: 40px 0;
}
footer ul.second a{
 color: #A9A9A9;
 font-size: 0.8rem;
}
footer ul.second a:hover{
 color: #fff;
}
#wpfront-scroll-top-container img{
 opacity : 0.5;
 transition: 0.5s;
}
.company-main{
 width: 100%;
 height: 700px;
 background: url("images/company_bg.jpg") no-repeat;
 background-size: 100% auto;
 display: flex;
 justify-content: center;
 align-items: center;
}
.company-main h2{
 color: #fff;
 font-size: 2rem;
 font-weight: bold;
 line-height: 1.5;
 max-width: 630px;
}
.company-info{
 max-width: 800px;
 margin: 28px auto;
}
.company-info table{
 font-size: 0.9rem;
 line-height: 1.5;
}
h3 span {
 display: block;
 line-height: 1.8;
 font-size: 1.4rem;
}
.company-info table,.company-info td,.company-info tr{
 border: 1px solid #eee;
 padding: 10px;
 vertical-align: top;
}
.company-info td.grey{
 background: #f7f7f7;
}
body.page h1{
 font-size: 1.6rem;
 font-weight: bold;
 width: 64%;
 text-align: center;
 margin: 28px auto;
 line-height: 1.5;
}
body.page p{
 font-size: 0.9rem;
 margin: 28px 0;
 line-height: 1.4;
 display: block;
}
body.page ol{
 margin: 28px 0;
}
body.page ol li{
 font-size: 0.9rem;
 line-height: 1.8;
 list-style: numeric;
 margin: 0 0 0 60px;
}
i.material-icons{
 vertical-align: top;
 margin: -4px 0 0 0;
}
.company main p{
 display: block;
 color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    text-align: center;
    padding: 10px;
    max-width: 500px;
    margin: 28px auto;
}
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
h2.course{
 font-size: 1.6rem;
 font-weight: bold;
 margin: 0px 0 50px 0;
 text-align: center;
 background: #1366b1;
 color: #fff;
 padding: 20px;
 position: relative;
}
h2.course i{
 vertical-align: top;
 margin: -2px 0 0 0;
}
h2.course:before,
h2.course:after {
 position: absolute;
 left: 50%;
 content: "";
 height: 0;
 width: 0;
}

h2.course:before {
 top: 100%;
 border: 9px solid;
 border-color: transparent;
 margin-left: -9px;
}

h2.course:after {
 top: 99%;
 border: 8px solid;
 border-color: transparent;
 border-top-color: #1366b1;
 margin-left: -8px;
}

/*loop*/
	@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item>img {
  height: 200px;
  width: fit-content;
}
.main-visual{
 width: 100%;
 height: 800px;
 background: url("images/main-bg.jpg") no-repeat;
 background-size: cover;
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 80px 0 0 0;
}
.main-visual img{
 max-width: 1210px;
 margin: -100px 0 0 0;
}
.main-visual-sp{
 width: 100%;
 height: 600px;
 background: url("images/main-bg-sp.jpg") no-repeat;
 background-size: cover;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 60px 0 0 0;
}
.main-visual-sp img{
 max-width: 100%;
 height: auto;
}
.problem{
 max-width: 1200px;
 margin: 0 auto;
 height: fit-content;
 text-align: center;
}
.problem h2{
 font-size: 1.5rem;
 font-weight: bold;
 margin: 80px auto 10px;
}
.answer h2{
 margin: 20px auto 10px;
}
.question-box{
 max-width: 1200px;
 height: fit-content;
 display: flex;
 justify-content: center;
 margin: 30px 0 0 0;
 background: url("images/dotted_line.png") no-repeat bottom center;
 background-size: 85% auto;
}
.question-box .question-detail{
 width: 20%;
 height: fit-content;
 margin: 0 30px 50px 0;
}
.question-box .question-detail:last-of-type{
 margin: 0 0 50px 0;
}
.question-box .question-detail img{
 width: 80%;
 height: auto;
 image-rendering: -webkit-optimize-contrast;
}
.question-box .question-detail p{
 font-size: 0.9rem;
 line-height: 1.5;
 font-weight: bold;
 margin: 10px 0 20px 0;
}
.choose-detail{
 max-width: 1200px;
 margin: 0 auto;	
}
.choose-detail h2{
 font-size: 2rem;
 text-align: center;
 font-weight: bold;
 margin: 60px auto 40px;
}
.choose-box{
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
}
.merit-box{
 width: 28%;
 margin: 0 60px 40px 0;
 position: relative;
}
.merit-box span.tag{
 position: absolute;
 left: -10px;
 top: -10px;
 background: #ecf07a;
 padding: 7px;
 font-size: 0.6rem;
 font-weight: bold;
}
.merit-box:nth-of-type(3n){
 margin: 0;
}
.merit-box img{
 width: 100%;
 height: auto;
 image-rendering: -webkit-optimize-contrast;
 border-radius: 3px;
}
.merit-box h3{
 font-size: 0.9rem;
 font-weight: bold;
 line-height: 1.5;
 margin: 10px 0 20px 0;
}
.choose-detail h2 span{
 font-size: 2rem;
 vertical-align: top;
 margin: 0 5px 0 0;
 color: #0066CC;
}
footer .material-symbols-outlined{
 vertical-align: top!important;
 margin: -5px 0 0 0!important;
}
.voice{
 width: 100%;
 height: 467px;
 display: flex;
}
.voice .voice-left{
 width: 50%;
 background: url("images/voice_bg.jpg") no-repeat bottom center;
 background-size: cover;
}
.voice .voice-right{
 width: 50%;
 background: #b8c1cf;
 display: flex;
 justify-content: center;
 align-items: center;
}
.voice .voice-right h2{
 color: #fff;
 font-size: 2rem;
 font-weight: bold;
 text-align: center;
 line-height: 1.5;
}
.voice .voice-right h2 span{
 font-size: 0.7rem;
 font-weight: normal;
 opacity: 0.5;
 letter-spacing: 0.15em;
 display: block;
}
p.user-voice{
 max-width: 800px;
 margin: 20px auto;
 font-size: 0.9rem;
 text-align: center;
}
.portfolio{
 width: 100%;
 height: 397px;
 background: url("images/portfolio_bg.jpg") no-repeat;
 background-size: 100% auto;
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
}
.portfolio h2{
 color: #fff;
 font-size: 2rem;
 font-weight: bold;
}
.portfolio h2 span{
 font-size: 0.7rem;
 font-weight: normal;
 opacity: 0.5;
 letter-spacing: 0.15em;
}
.portfolio-sample p{
 max-width: 800px;
 font-size: 0.9rem;
 margin: 20px auto;
 text-align: center;
}
.course-info{
 width: 100%;
 height: 467px;
 background: url("images/course-info.jpg") no-repeat;
 background-size: cover;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 margin: 60px 0 0 0;
}
.course-info h2{
 font-size: 2rem;
 font-weight: bold;
 text-align: center;
}
.course-info h2 span{
 font-size: 0.7rem;
 font-weight: normal;
 opacity: 0.5;
 letter-spacing: 0.15em;
}
.course-info-script{
 max-width: 1100px;
 height: fit-content;
 margin: 0 auto;
 text-align: center;
}
.course-info-script h3{
 font-size: 1.7rem;
 font-weight: bold;
 margin: 50px 0 20px 0;
 color: #555;
}
.course-info-script span.material-icons{
 vertical-align: top;
 font-size: 1.7rem;
 margin: 0 5px 0 0;
 color: #509e45;
}
.course-info-script img.plan{
 max-width: 600px;
 margin: 40px auto;
}
.course-info-script img.graph{
 max-width: 900px;
 margin: 40px auto;
 padding-top: 50px;
}
.course-info-script p{
 font-size: 1rem;
 max-width: 750px;
 margin: 0 auto;
 text-align: left;
}
.course-info-script p.attention{
 font-size: 0.7rem;
 color: #999;
 max-width: 700px;
 margin: 20px auto;
 text-align: left;

}
table.skill-info{
 width: 55%;
 margin: 20px auto 40px;
 border-top: 1px solid #e7e7e7;
 border-bottom: 1px solid #e7e7e7;
 color: #808080;
}
table.skill-info ul{
 line-height: 1.8;
 font-size: 0.9rem;
 margin: 30px 0;
}
table.skill-info td{
 padding: 10px;
 text-align: left;
}
table.skill-info tr{
 border-bottom: 1px solid #e7e7e7;
}
table.skill-info td.grey{
 background: #f7f7f7;
 font-size: 0.8rem;
 vertical-align: middle;
 text-align: center;
 line-height: 1.5;
 width: 20%;
 font-weight: bold;
}
table.skill-info td.grey img{
 margin: 0 0 7px 0;
}
table.skill-info td p{
 font-size: 1rem;
 margin: 0 0 20px 0;
}
table.skill-info ul.ps-skill{
 color: #42ADCD;
 list-style: disc;
 margin: 30px 0 30px 30px;
 font-weight: bold;
}
table.skill-info ul.ps-skill span{
 color: #808080;
}
table.skill-info ul.ai-skill{
 color: #ff9a00;
 list-style: disc;
 margin: 0 0 0 30px;
}
table.skill-info ul.ai-skill span{
 color: #808080;
}
table.skill-info td.grey span.ps-txt{
 color: #031e36;
 font-weight: bold;
}
table.skill-info td.grey span.ai-txt{
 color: #330000;
 font-weight: bold;
}
table.skill-info ul.job{
 color: #808080;
}
.material-symbols-outlined{
 font-variation-settings:
 'FILL' 1,
 'wght' 400,
 'GRAD' 0,
 'opsz' 24
}
.course-info-script span.material-symbols-outlined{
 vertical-align: top;
 font-size: 1.7rem;
 margin: 0 5px 0 0;
 color: #509e45;
}
.carriculum{
 width: 100%;
 display: flex;
 background: #b6bdc3;
}
.carriculum .carriculum-left{
 width: 45%;
}
.carriculum .carriculum-left img{
 width: 100%;
 height: auto;
 image-rendering: -webkit-optimize-contrast;
}
.carriculum .carriculum-right{
 width: 55%;
 display: flex;
 align-items: center;
 color: #fff;
 padding: 40px 0 0 60px;
 justify-content: center;
 background: #1e88d9;
}
.carriculum .carriculum-right h2{
 font-size: 2.3rem;
 font-weight: bold;
 line-height: 1.4;
}
.carriculum .carriculum-right .text-area h2 span{
 display: block;
}
.carriculum .carriculum-right p{
 color: #fff;
 max-width: 73%;
 margin: 30px 0 0 0;
 font-size: 1rem;
 line-height: 1.8;
}
.carriculum-detail{
 height: fit-content;
 margin: 0px auto;
 text-align: center;
 padding: 20px 0 0 0;
}
.carriculum-detail span.notification {
 font-size: 1.2rem;
 border: 2px solid #333;
 padding: 10px;
 font-weight: bold;
 border-radius: 5px;
}
.carriculum-detail h2{
 font-size: 1.5rem;
 font-weight: bold;
 margin: 0 auto;
 background: url(images/ps.png) no-repeat 0px 14px;
 background-size: 38px auto;
 padding-left: 50px;
 padding-top: 20px;
 text-align: left;
 width: fit-content;
 height: fit-content;
 padding-bottom: 20px;
}
.carriculum-detail h2.illustrator{
 font-size: 1.5rem;
 font-weight: bold;
 margin: 40px auto 0;
 background: url(images/ai.png) no-repeat 0px 14px;
 background-size: 38px auto;
 padding-left: 50px;
 padding-top: 20px;
 text-align: left;
 width: fit-content;
 height: fit-content;
 padding-bottom: 20px;
}
.carriculum-detail h2 span{
 font-size: 1rem;
}
.carriculum-photoshop{
 max-width: 1400px;
 margin: 0 auto 60px;
 display: flex;
 justify-content: left;
 overflow-x: scroll;
}
.carriculum-photoshop .carriculum-ps-one{
 background: #eee;
 width: 26%;
 height: fit-content;
 border-radius: 10px;
 padding: 40px 20px;
 margin: 20px 40px 0 0;
 flex-shrink: 0;
 min-height: 662px;
}
.carriculum-photoshop .carriculum-ps-one:first-of-type,.carriculum-photoshop .carriculum-ps-two:first-of-type{
 margin: 20px 40px 0 40px;
}
.carriculum-photoshop .carriculum-ps-two{
 background: #eee;
 width: 26%;
 height: fit-content;
 border-radius: 10px;
 padding: 40px 20px;
 margin: 20px 40px 0 0;
 flex-shrink: 0;
 min-height: 580px;
}
.carriculum-photoshop .carriculum-ps-one img{
 border-radius: 5px;
 margin: -20px 0 20px 0;
 max-height: 200px;
 width: auto;
}
.carriculum-photoshop .carriculum-ps-one h3{
 font-size: 1.4rem;
 font-weight: bold;
 border-bottom: 1px solid #d2d2d2;
 padding-bottom: 20px;
 max-width: 90%;
 margin: 0 auto;
}
.carriculum-photoshop .carriculum-ps-one ul{
 text-align: left;
 list-style: none;
 line-height: 1.6;
 margin: 20px 0 0 20px;
 font-size: 0.9rem;
}
.carriculum-photoshop .carriculum-ps-one p{
 text-align: left;
 margin: 20px auto;
 max-width: 90%;
}
.carriculum-photoshop .carriculum-ps-two{
 background: #eee;
 width: 26%;
 height: fit-content;
 border-radius: 10px;
 padding: 40px 20px;
 margin: 20px 40px 0 0;
 min-height: 594px;
}
.carriculum-photoshop .carriculum-ps-two dl dd .material-symbols-outlined {
    vertical-align: top !important;
    margin: 3px 5px 0 0;
    color: #00ACF1;
    font-size: 1.1rem;
    vertical-align: top;
}
.carriculum-photoshop .carriculum-ps-two dl{
 text-align: left;
 max-width: 90%;
 margin: 0 auto;
}
.carriculum-photoshop .carriculum-ps-two dl dt{
 font-size: 1.1rem;
 font-weight: bold;
 margin: 10px 0 15px 0;
}
.carriculum-photoshop .carriculum-ps-two dl dd{
 font-size: 0.9rem;
 line-height: 1.5;
 list-style: none;
 display: list-item;
 margin: 0 0 0 20px;
}
.carriculum-photoshop .carriculum-ps-two h3{
 font-size: 1.4rem;
 font-weight: bold;
 border-bottom: 1px solid #d2d2d2;
 padding-bottom: 20px;
 max-width: 90%;
 margin: 0 auto;
 line-height: 1.3;
 height: 80px;
}
.carriculum-photoshop .carriculum-ps-two ul{
 text-align: left;
 list-style: disc;
 line-height: 1.6;
 margin: 20px 0 0 20px;
 font-size: 0.9rem;
}
.carriculum-photoshop .carriculum-ps-one ul li .material-symbols-outlined {
    vertical-align: top !important;
    margin: 3px 5px 0 0;
    color: #00ACF1;
    font-size: 1.1rem;
	vertical-align: top;
}
.carriculum-photoshop .carriculum-ps-two img{
 border-radius: 5px;
 margin: -20px 0 20px 0;
 max-height: 180px;
 width: auto;
}
.carriculum-photoshop .carriculum-ps-two img.overflow-img{
 max-height: 140px;
 width: auto;
}
.carriculum-photoshop .carriculum-ps-two p{
  text-align: left;
 margin: 20px auto;
 max-width: 90%;
}
.carriculum-illustrator{
 max-width: 1200px;
 margin: 0 auto;
 display: flex;
 justify-content: center;
}
.carriculum-illustrator .carriculum-ai-one{
 background: #eee;
 width: 40%;
 height: fit-content;
 border-radius: 10px;
 padding: 40px 20px;
 margin: 20px 40px 0 0;
}
.carriculum-illustrator .carriculum-ai-one h3{
 font-size: 1.4rem;
 font-weight: bold;
 border-bottom: 1px solid #d2d2d2;
 padding-bottom: 20px;
}
.carriculum-illustrator .carriculum-ai-one ul{
 text-align: left;
 list-style: disc;
 line-height: 1.6;
 margin: 20px 0 0 20px;
 font-size: 0.9rem;
}
.carriculum-illustrator .carriculum-ai-two{
 background: #eee;
 width: 40%;
 height: fit-content;
 border-radius: 10px;
 padding: 40px 20px;
 margin: 20px 0 0 0;
}
.carriculum-illustrator .carriculum-ai-two h3{
 font-size: 1.4rem;
 font-weight: bold;
 border-bottom: 1px solid #d2d2d2;
 padding-bottom: 20px;
}
.carriculum-illustrator .carriculum-ai-two ul{
 text-align: left;
 list-style: disc;
 line-height: 1.6;
 margin: 20px 0 0 20px;
 font-size: 0.9rem;
}
.progress-wrap.btn-right-side {
 right: 20px!important;
 bottom: 30px!important;
}
/* flow */
.flow{
 width: 100%;
 height: fit-content;
 text-align: center;
 background-size: 100% auto;
 padding-bottom: 60px;
}
.flow h2{ 
 font-size: 2rem;
 max-width: 1300px;
 font-weight: 700;
 line-height: 1.5;
 margin: 0px auto 40px;
 border-bottom: 4px solid #0066CC;
 display: inline-block;
 padding-bottom: 5px;
 color: #333;
}
.flow .flow-box{
 max-width: 1300px;
 height: fit-content;
 margin: 0 auto;
 display: flex;
 justify-content: center;
 justify-content: space-between;
}
.flow .flow-box .flow-list{
 padding-bottom: 20px;
 width: 16%;
 border: 1px solid #eee;
 border-radius: 5px;
 position: relative;
 z-index: 1;
 box-shadow: 0 1px 3px 0 rgb(88 88 88 / 30%);
}
.flow .flow-box .flow-list:last-of-type{
 margin: 0;
}
.flow .flow-box .flow-list img{
 width: 70%;
}
.flow .flow-box .flow-list h3{
 font-size: 1.2rem;
 font-weight: 700;
 text-align: left;
 line-height: 1.3;
 width: 90%;
 margin: 10px auto;
 color: #333;
}
.flow .flow-box .flow-list p{
 font-size: 0.9rem;
 line-height: 1.5;
 text-align: left;
 margin: 15px auto 0;
 width: 90%;
}
.flow .flow-box .flow-list img.num{
 position: absolute;
 left: -10px;
 top: -10px;
 z-index: 10;
 width: 30px;
 height: 30px;
}
.cell {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 20px;
 height: 300px;
 color: #0066CC;
}
.hurrytimer-timer-digit{
font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.teacher-info .introduce h2{
	font-size: 1.3rem;
	font-weight: bold;
  text-align: left;
  margin: 30px 0 20px 0;
  line-height: 1.5;
}
.text_wrapper {
  position: relative;
  margin-bottom: 45px;
}
.text_wrapper ul{
 font-size: 1rem;
 text-align: left;
 font-weight: bold;
 margin: 20px 0;
 line-height: 1.8;
 list-style: disk;
}
.text {
  overflow: hidden;
  height: 150px;
}
.show_more,
.show_more2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 70%
  );
  cursor: pointer;
  transition: bottom 0.2s;
}
.active {
  background: none;
  bottom: -30px;
}
.teacher-info p.last{
	text-align: right;
	margin: 20px 0 0 0;
}
.infinity{
 max-width: 1000px;
 margin: 0 auto;
 text-align: center;
font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.infinity h2{ 
 font-size: 2rem;
 font-weight: 700;
 line-height: 1.5;
 margin: 0px auto 20px;
 border-bottom: 4px solid #0066CC;
 display: inline-block;
 padding-bottom: 10px;
 color: #333;
}
.infinity p{
 font-size: 1rem;
 max-width: 850px;
 margin: 0 auto 30px;
 text-align: left;
}
.timer{
 max-width: 850px;
 margin: 0 auto 60px;
}
.timer .hurrytimer-campaign-311 .hurrytimer-headline {
 font-size: 2rem;
 font-weight: 700;
 line-height: 1.5;
 margin: 0px auto 40px;
 border-bottom: 4px solid #0066CC;
 display: inline-block;
 padding-bottom: 10px;
 color: #333;
}
#wpcf7cpcnf table,#wpcf7cpcnf tr,#wpcf7cpcnf td{
 border: 1px solid #ddd;
 border-collapse: collapse;
}
#wpcf7cpcnf table th{
 border: none;
}
#wpcf7cpcnf td{
 border-left: none;
 padding: 10px;
}
#wpcf7cpcnf table{
	 width: 100%;
    background: #f7f7f7;
}
button.wpcf7cp-cfm-edit-btn {
    margin-right: 20px;
    margin-bottom: 20px;
    background: #dbdbdb;
    border: 0;
    padding: 10px 30px;
    border-radius: 5px;
}
button.wpcf7cp-cfm-submit-btn {
    margin-bottom: 20px;
    border: 0;
    padding: 10px 30px;
    border-radius: 5px;
    background: #45B168;
    color: #fff;
}
div#wpcf7cpcnf p{
	margin: 0;
}
.return{
 width: 100%;
 height: 560px;
 background: url("images/return-bg.jpg") no-repeat;
 background-size: cover;
 display: flex;
  justify-content: center;
  align-items: center;
}
.return .return-box{
 max-width: 800px;
 margin: 40px 0 0 0;
}
.return .return-box img{
 width: 100%;
 height: auto;
}
.return .return-box p{
 font-size: 0.8rem;
 color: #fff;
 margin: 20px 0 0 0;
}
.countdown{
 margin: 0 0 30px 0;
 text-align: center;
}
.countdown img{
 max-width: 600px;
}
.fluffy {
  /* アニメーション名 アニメーションにかかる時間 アニメーションの繰り返し回数 */
  /* fluffy 3秒 無限ループ */
  animation: fluffy 1.5s infinite;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.study-schedule{
 max-width: 1000px;
 height: fit-content;
 margin: 0 auto;
 text-align: center;
}
.study-schedule img{
 width: 600px;
 height: auto;
 margin: 0 auto 40px;
}
.study-schedule h2{
 font-size: 2rem;
 max-width: 1300px;
 font-weight: 700;
 line-height: 1.5;
 margin: 0px auto 40px;
 border-bottom: 4px solid #0066CC;
 display: inline-block;
 padding-bottom: 5px;
 color: #333;
}
.study-schedule p{
 text-align: left;
 max-width: 800px;
 margin: 0 auto 40px;
 line-height: 1.8;
 font-size: 1rem;
}
span.marker{
background-color: #F8F59F;
}
.embed-container {
  height: 0;
  overflow: hidden;
  max-width: 60%;
  padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  position: relative;
  margin: -140px auto -50px;
}
.embed-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* thanks ----------*/
.thanks-main{
  width: 100%;
  height: 400px;
  background:url("images/main_thanks_bg.jpg") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px 0 0 0;
}
.thanks-main img{
 max-width: 500px;
 height: auto;
}
.thanks{
 max-width: 1000px;
 margin: 0 auto;
 text-align: center;
}
.thanks p{
 font-size: 1rem;
 font-weight: bold;
}
.thanks img.payment-flow{
 max-width: 900px;
 height: auto;
}
h2.payment-flow{
 font-size: 1.9rem;
 font-weight: bold;
 max-width: 900px;
 text-align: left;
 margin: 20px auto 0;
 border-left: 4px solid #0066CC;
 padding: 17px 0 17px 20px;
 background: #f0f0f0;
}
.payment-flow-info{
 max-width: 900px;
 margin: 30px auto 80px;
 display: flex;
}
.payment-info-box .price-info{
 display: flex;
 justify-content: center;
 align-items: center;
 height: 250px;
}
.payment-info-box{
 border: 4px solid #0066CC;
 width: 50%;
 border-radius: 10px;
 text-align: center;
}
.payment-info-box:first-of-type{
 margin: 0 30px 0 0;
}
.payment-info-box h3{
 color: #fff;
 background: #0066CC;
 width: 100%;
 text-align: center;
 font-size: 1.6rem;
 font-weight: bold;
 padding: 20px 0;
}
.payment-info-box img{
 max-width: 60%;
 height: auto;
}
.all-button-bank a:hover{
 background: #333;
 transition: 0.3s;
 cursor: pointer;
 color: #fff;
}
.all-button-bank a{
 transition: 0.3s;
 display: block;
 width: 80%;
 height: fit-content;
 text-decoration: none;
 text-align: center;
 color: #fff;
 font-weight: bold;
 cursor: pointer;
 background: #636363;
 margin: 10px auto;
 border-radius: 100px;
 padding: 15px 20px;
}
.all-button-credit a:hover{
 background: #3a8b14;
 transition: 0.3s;
 cursor: pointer;
 color: #fff;
}
.all-button-credit a{
 transition: 0.3s;
 display: block;
 width: 80%;
 height: fit-content;
 text-decoration: none;
 text-align: center;
 color: #fff;
 font-weight: bold;
 cursor: pointer;
 background: #5da43c;
 margin: 10px auto;
 border-radius: 100px;
 padding: 15px 20px;
}
img.creditcard{
 width: 200px;
 height: auto;
 margin: 10px 0 20px 0;
}
body.page .payment-info-box p{
 width: 90%;
 text-align: left;
 margin: -15px auto 40px;
}
.bank-payment{
 max-width: 900px;
 margin: 0 auto;
}
.bank-payment dl{
 font-size: 0.9rem;
 line-height: 1.8;
 margin: 0 0 30px 0;
 border: 1px solid #999;
 display: inline-block;
 padding: 20px;
 border-radius: 5px;
 width: 50%;
}
.bank-payment dl dt{
 font-weight: bold;
 margin: 0 0 10px 0;
}
.bank-payment dl dd{
 margin: 0 0 10px 0;
 font-weight: bold;
}
.bank-payment ul{
 font-size: 0.9rem;
 color: #333;
 line-height: 1.8;
 margin: 0 0 40px 0;
}
.bank-payment ul strong{
 font-weight: bold;
}
body.page .bank-payment p{
 max-width: 700px;
 margin: 20px 0;
}
.bank-payment {
 max-width: 800px;
}
span.limited{
 background: #ffcf5c;
 padding: 5px;
 border-radius: 3px;
 font-weight: bold;
 margin: 0 10px 0 0;
}

body.page input:focus{
	background: #3a8b14!important;
}
.done{
 margin: 70px auto;
}
/* thanks ==========*/


/*article LP------------*/
.article-lp{
 max-width: 1000px;
 margin: 130px auto;
 text-align: center;
}
p.campaign-time{
 font-size: 1.2rem;
 background: #f0f0f0;
 border: 1px solid #d2d2d2;
 width: fit-content;
 margin: 0 auto;
 font-weight: bold;
 padding: 4px 15px;
 border-radius: 7px;
}
.article-lp h2{
 font-size: 1.8rem;
 border-bottom: 1px solid #e4e4e4;
 font-weight: bold;
 border-left: 4px solid #0061ae;
 padding: 20px;
 margin: 40px auto;
 background: #f6f6f6;
 text-align: left;
 max-width: 800px;
 line-height: 1.3;
}
.article-lp h3 {
 font-size: 1.6rem;
 font-weight: bold;
 margin: 60px auto 25px;
 padding: 10px 20px;
 line-height: 1.3;
 text-align: left;
 width: fit-content;
 color: #333;
 border-bottom: 3px solid #0061ae;
}
.article-lp img{
 max-width: 750px;
 height: auto;
}
.article-lp p{
 font-size: 1rem;
 max-width: 600px;
 margin: 20px auto 40px;
 line-height: 1.5;
 text-align: left;
 letter-spacing: 0.05em;
}
.article-lp p strong{
 font-weight: bold;
}
.article-lp p.wp-caption-text{
 text-align: center;
 font-size: 0.8rem;
 font-weight: bold;
 font-style: italic;
}
.article-lp ul{
 text-align: left;
 max-width: 500px;
 margin: 40px auto 40px;
 list-style: disc;
 line-height: 1.8;
 font-size: 1rem;
 font-weight: bold;
}
p.campaign-time{
 margin: 15px auto 0;
}
/*article LP============*/


/* breadcrumbs ---------*/
.breadcrumbs{
 max-width: 1000px;
 margin: 0 auto 30px;
 font-size: 0.8rem;
}
/* breadcrumbs =========*/

/* toc -----------------*/
#toc_container {
 background: #f9f9f9;
 border: 1px solid #aaa;
 padding: 10px 30px!important;
 margin: 40px auto;
 width: auto;
 display: table;
 font-size: 12px !important;
}
/* toc =================*/
body.single .drawer-navbar .drawer-menu li:last-of-type{
 background: none;
 padding: 0;
 color: #333;
 margin: 0;
}
body.single .drawer-navbar .drawer-menu li:last-of-type a{
 color: #333;
}
.player.right-content-area-supported {
    overflow: hidden;
    max-width: 770px!important;
    margin: 0 auto!important;
}


/*media query  --------------------------------------------------------------------------------------------------------- */
@media (max-width: 1536px){
.text-area{
 margin: 20px 0 0 0;
}
.company-main{
 width: 100%;
 height: 580px;
}
}
@media (max-width: 1440px){
.main-visual img {
 margin: -160px 0 0 0;
}
}
@media (max-width: 1366px){
.carriculum-photoshop .carriculum-ps-one:first-of-type{
 margin: 20px 40px 0 40px;
}
}
@media (max-width: 1280px){
.article-lp h2 {
  font-size: 1.5rem;
}
.return{
 height: 530px;
}
.flow .flow-box {
 max-width: 90%;
}
.drawer-menu-item:last-of-type {
 padding: 0.1rem 1rem;
}
.carriculum-photoshop .carriculum-ps-one:first-of-type{
 margin: 20px 40px 0 40px;
}
.drawer-navbar .drawer-menu li{
 margin: 0;
}
p.first{
 display: none;
}
}
@media (max-width: 1194px) {
    .drawer-menu-item:last-of-type {
        padding: 0.1rem 12px;
    }
}
@media (max-width: 1024px){
.article-lp{
 margin: 110px auto;
}
.article-lp h2{
 max-width: 100%;
}
.article-lp {
 max-width: 90%;
}
body.page p{
 margin: 28px auto;
 max-width: 500px;
}
.thanks img.payment-flow{
 max-width: 90%;
}
.return{
 background-size: cover;
}
.return .return-box {
 max-width: 80%;
 margin: 50px 0 0 0;
}
.course-info-script img.graph{
 max-width: 90%;
 margin: 40px auto;
}
.infinity p{
 font-size: 1rem;
 max-width: 850px;
 margin: -20px auto 40px;
 text-align: left;
}
.infinity{
 max-width: 90%;
}
	.infinity h2{
		font-size: 1.7rem;
	}
.company-main {
 width: 100%;
 height: 400px;
}
footer ul {
    display: flex;
    justify-content: center;
    color: #666;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 70%;
}
	footer ul li{
		margin: 0 0 20px 0;
	}
	footer ul.second {
    margin: 40px auto;
    max-width: 30%;
	 justify-content: space-between;
}
.flow {
 width: 95%;
 margin: 0 auto;
}
.flow .flow-box .flow-list h3{
 font-size: 0.9rem;
}
.carriculum-photoshop .carriculum-ps-one,.carriculum-photoshop .carriculum-ps-two{
 width: 40%;
}
.carriculum-photoshop .carriculum-ps-two:first-of-type{
 margin: 20px 40px 0 40px;
}
.carriculum .carriculum-right {
 padding: 0 10px 0 10px;
}
.carriculum .carriculum-right .text-area{
 margin: 0;
}

table.skill-info {
 width: 80%;
}
.course-info {
 width: 100%;
 height: 370px;
}
.portfolio{
 height: 310px;   
}
h2.course {
 font-size: 1.6rem;
}
.teacher {
 width: 100%;
 height: 370px;
 background: url(images/teacher_bg.jpg) no-repeat;
 background-size: 100% auto;
}
.entry{
 height: 320px;  
}
.drawer-menu-item:last-of-type {
 padding: 0.1rem 0.2rem;
}
.text-area {
 margin: 0 0 0 20px;
}
.answer{
 width: 100%;
}
.all-button{
 margin: 40px auto 70px
}
.drawer-navbar .drawer-menu li{
 text-align: center;
 padding-left: 10px;
}
.drawer-navbar .drawer-menu li:last-of-type a{
 text-align: left;
  padding-left: 10px;
}
.drawer-navbar .drawer-nav {
 height: 100%;
}
.drawer-menu {
 margin: 8px 20px 0 20px;
}
.drawer-navbar .drawer-menu li {
 margin: 0 0 15px 0;
}

.faq{
 height: 360px;
}
}
@media (max-width: 834px){
.article-lp {
 margin: 90px auto;
}
.article-lp h2 {
 font-size: 1.7rem;
}
.bank-payment {
 max-width: 90%;
}
.payment-info-box img{
 max-width: 70%;
}
h2.payment-flow{
 max-width: 92%;
 line-height: 1.3;
}
.payment-flow-info{
 max-width: 95%;
}
.embed-container {
 margin: -100px auto -50px;
}
.problem h2{
 max-width: 650px;
 line-height: 1.5;
}
.study-schedule p{
 max-width: 88%;
}
.infinity h2{
 font-size: 1.4rem;
}
.company-main h2{
 font-size: 1.5rem;
}
.company-main {
 width: 100%;
 height: 320px;
}
footer ul.second {
 max-width: 300px;
 }
.carriculum-photoshop .carriculum-ps-one,.carriculum-photoshop .carriculum-ps-two{
 width: 50%;
}
.answer h2 {
max-width: 90%;
}
h2.course {
 font-size: 1.4rem;
 line-height: 1.3;
 padding: 20px 126px;
}
img.logo {
 margin: 20px 0 0 0;
}
.main-visual{
 margin: 60px 0 0 0;
}
.main-visual img {
 max-width: 120%;
 margin: 0;
}
}
@media (max-width: 768px){
.article-lp ul{
 width: 90%;

}
.article-lp h2{
 font-size: 1.5rem;
}
.article-lp img{
 max-width: 100%;
}
.study-schedule p {
 max-width: 94%;
}
.infinity h2 {
 font-size: 1.35rem;
 margin: 0 0 40px 0;
}
h2.course {
 font-size: 1.3rem;
}
.company-main {
 width: 100%;
 height: 310px;
}
.faq-detail {
 width: 90%;
 text-align: center;
 margin: 0 auto;
}
.carriculum .carriculum-right h2 {
 font-size: 1.2rem;
}
.carriculum .carriculum-right {
 padding: 0 40px;
}
.course-info h2 {
 font-size: 1.4rem;
}
.portfolio {
 height: 234px;
}
.merit-box {
 width: 27%;
 margin: 0 40px 40px 0;
 position: relative;
}
.problem h2 {
 margin: 40px auto 10px;
 font-size: 1.6rem;
}
footer ul a{
 font-size: 0.8rem;		
}
.entry{
 height: 220px;  
}
.entry h2{
 font-size: 1rem;
 line-height: 1.5;
}
.faq .faq-left h2 {
 font-size: 1.5rem;
}
.faq{
 height: 260px;
}
.all-button{
 max-width: 240px;
 margin: 20px auto 70px;
}
.drawer-navbar .drawer-menu li{
 text-align: left;
 margin: 0;
}
.drawer-menu{
 margin: 10px 0 0 0;
}
.drawer-menu-item{
 border-bottom: 1px solid #eee;
}
.drawer-navbar .drawer-menu li:last-of-type {
 margin: 10px auto 0;
 width: 90%;
}
img.logo {
        margin: 20px 0 0 0;
    }
}
@media (max-width: 440px){
.article-lp h3{
padding: 20px 0 10px 0;
}
.drawer-navbar .drawer-menu li:last-of-type a {
 text-align: left;
 padding: 5px 0 0 25px;
}
img.logo {
 width: 200px !important;
 margin: 20px 0 0 0;
}
.infinity h2 {
 font-size: 1.5rem;
}
table iframe{
 width: 100%!important;
}
.company-main h2 {
 margin: 0 auto;
 max-width: 90%;
}
body.page h1{
 width: 100%;
}
.wp-caption{
 width: 100%!important;
}
#toc_container .article-lp ul{
 width: 90%!important;
}
#toc_container{
 width: 81%!important;
}
.breadcrumbs {
 text-align: left;
 line-height: 1.5;
}
.article-lp ul{
 text-align: left;
 max-width: 90%;
 margin: 40px auto 40px;
 list-style: disc;
 line-height: 1.5;
 font-size: 0.9rem;
 font-weight: bold;
}
.article-lp ul li{
 margin: 0 0 10px 0;
}
.article-lp h2{
 font-size: 1.3rem;
 padding: 10px 20px;
}
.article-lp h3{
 font-size: 1.3rem;
}
body.page .done h1{
 font-size: 1.3rem;
 line-height: 1.3;
 max-width: 90%;
 margin: 0 auto;
 text-align: left;
}
.done{
 margin: 40px auto;
}
.pp-F8TF5UL3YYJ9N,.pp-D2DQWLAQFSJDU{
 min-width: 18.25rem !important;
}
.bank-payment dl{
 width: 90%;
}
.payment-info-box .price-info{
 height: 220px;
}
img.payment-flow{
 display: none;
}
img.payment-flow-sp{
 width: 80%;
 height: auto;
}
.thanks-main{
 background: url("images/thanks-main-sp.jpg") no-repeat;
 background-size: cover;
}
.thanks-main img {
 max-width: 80%;
 height: auto;
}
.payment-info-box:first-of-type {
 margin: 0 30px 20px 0;
}
.payment-flow-info {
 max-width: 85%;
}
body.page .thanks p{
max-width: 80%;
margin: 20px auto;
text-align: left;
}
h2.payment-flow {
 font-size: 1.4rem;
 padding: 17px 0px 17px 20px;
}
.payment-info-box{
 width: 100%;
}
.payment-flow-info{
 display: block;
}
.embed-container {
 margin: -40px auto 20px;
 max-width: 87%;
}
.problem h2 {
 font-size: 1.6rem;
 text-align: left;
 max-width: 90%;
}
.study-schedule img {
	width: 90%;
}
.study-schedule h2 {
 max-width: 90%;
 line-height: 1.4;
 color: #333;
 font-size: 1.7rem;
}
.countdown img {
 max-width: 90%;
}
table.inquiry{
 max-width: 90%;
}
.inquiry select{
 width: 80%;
}
img.credit{
 width: 200px;
}
.return{
 height: 340px;
}
.return .return-box {
 max-width: 90%;
 margin: 50px 0 0 0;
}
.plan-graph{
 display: flex;
 overflow-x: scroll;
 padding: 0 20px 0 0;
}
.course-info-script .plan-graph img.graph{
 max-width: 600px;
 margin: 0 0px 0 30px;
 padding: 30px 0px 30px 0px;
 justify-content: left;
 background: #fff;
}
.course-info-script img.plan{
 max-width: 90%;
}
.course-info-script img.basic-plan-pc{
 display: none;
}
.course-info-script img.basic-plan-sp{
 max-width: 90%;
 margin: 20px 0 0 0;
}
.timer{
 max-width: 90%;
}
.drawer-menu-item:last-of-type {
 padding: 0.1rem 1rem;
}
body.page p {
 font-size: 0.7rem;
}
.company-main{
 background-size: cover;
}
 footer ul.second {
  max-width: 78%;
  margin: 0 auto 20px;
 }
footer .material-symbols-outlined {
 margin: 1px 0 0 0 !important;
}
.flow h2 {
 font-size: 1.3rem;
 margin: 70px auto 30px;
}
.cell-sp{
 text-align: center;
 width: 100%;
 height: 40px;
 line-height: 40px;
 color: #AE0002;
}
.flow .flow-box .flow-list:last-of-type{
 margin: 0 auto;
}
.flow .flow-box{
 display: block;
}
.flow .flow-box .flow-list{
 width: 85%;
 border-radius: 3px;
 margin: 0 auto;
}
.flow .flow-box .flow-list img {
 border-radius: 0;
 max-width: 50%;
}
.flow .flow-box .flow-list h3 {
 font-size: 1.2rem;
}
.cell{
 display: none;		
}
.carriculum-photoshop .carriculum-ps-two{
 width: 70%;
}
.carriculum-photoshop .carriculum-ps-one img,.carriculum-photoshop .carriculum-ps-two img {
 border-radius: 5px;
 margin: -20px 0 20px 0;
 max-height: 170px;
 width: auto;
}
.carriculum-illustrator{
 display: block;
}
.carriculum-illustrator .carriculum-ai-one,.carriculum-illustrator .carriculum-ai-two{
 width: 80%;
 margin: 20px auto 0;
}
.carriculum-illustrator .carriculum-ai-one ul,.carriculum-illustrator .carriculum-ai-two ul{
 font-size: 0.8rem;	
}
.carriculum-photoshop .carriculum-ps-one{
 width: 70%;
 margin: 20px 30px 0 0;
}
.carriculum-photoshop .carriculum-ps-one:first-of-type,.carriculum-photoshop .carriculum-ps-two:first-of-type{
margin: 20px 20px 0 20px;
}
.carriculum-photoshop .carriculum-ps-one ul,.carriculum-photoshop .carriculum-ps-two ul{
 font-size: 0.8rem;	
}
.carriculum-detail h2{
 font-size: 1.3rem;
 max-width: 90%;
 line-height: 1.3;
 padding: 7px 20px 0 65px;
 margin: 0 auto;
 background: url(images/ps.png) no-repeat 20px 14px;
 background-size: 38px auto;
}
body,html{
 overflow-x: hidden!important;
}
.carriculum{
 display: block; 
}
.carriculum .carriculum-left{
 width: 100%;
}
.carriculum .carriculum-right h2{
margin: 20px 10px;
font-size: 1.8rem;
max-width: 90%;
}
.carriculum .carriculum-right{
 width: 100%;
 padding: 0 10px;
}
.carriculum .carriculum-right p {
 margin: 20px 25px 20px 10px;
 font-size: 0.8rem;
 max-width: 93%;
}   
table.skill-info td.grey{
 width: 30%;
 font-weight: bold;
text-align: center;
}
table.skill-info {
 width: 95%;
 margin: 28px auto 40px;
}
table.skill-info ul.ai-skill {
 margin: 0 0 0 10px;
}
table.skill-info ul.ps-skill{
 margin: 0 0 0 10px;
}
table.skill-info ul{
 font-size: 0.7rem;    
}
.course-info{
 background: url(images/course-info.jpg) no-repeat -740px;
 background-size: cover;
}
.course-info h2 {
 font-size: 1.4rem;
 max-width: 80%;
 line-height: 1.5;
 text-align: center;
}
.course-info-script{
 width: 100%;
}
.course-info-script p {
 font-size: 0.9rem;
 margin: 20px auto 0;
 max-width: 90%;
 text-align: left;
}
.portfolio-sample p {
 max-width: 90%;
}
.portfolio{
 background: url( "images/portfolio_sp.jpg") no-repeat;
 background-size: 100%;
 height: 370px;
}
p.user-voice {
 max-width: 80%;
}
.voice {
 width: 100%;
 height: auto;
 display: block;
 margin: 40px 0 0 0;
}
.voice .voice-left{
 width: 100%;
 height: 300px;
}
.voice .voice-right{
 width: 100%;
 height: 100px;
 font-size: 1.5rem;
 font-weight: bold;
}
.choose-detail h2:before,
.choose-detail h2:after {
 position: absolute;
 left: 50%;
 content: "";
 height: 0;
 width: 0;
}
.choose-detail h2:before {
 top: 100%;
 border: 9px solid;
 border-color: transparent;
 margin-left: -9px;
}
.choose-detail h2:after {
 top: 99%;
 border: 8px solid;
 border-color: transparent;
 margin-left: -8px;
}
.choose-detail h2 {
 font-size: 1.6rem;
 text-align: center;
 font-weight: bold;
 margin: -30px auto 40px;
 background: #027BC1;
 color: #fff;
 padding: 10px;
 line-height: 1.3;
}
.choose-detail h2 span{
 color: #fff;
}
.merit-box h3{
 font-size: 0.8rem;
}
.merit-box{
 width: 40%;
 margin: 0 30px 25px 0;
}
.merit-box:nth-of-type(2n){
 margin: 0;
}
.merit-box:nth-of-type(3n){
 margin: 0 40px 25px 0;
}
.merit-box:last-of-type{
 margin: 0 0 25px 0;	
}
.problem .answer h2 {
 font-size: 1.6rem;
 width: 100%;
 margin: 20px auto;
}
.question-box{
 max-width: 100%;
 height: fit-content;
 display: flex;
 justify-content: center;
 margin: 30px 0 0 0;
 flex-wrap: wrap;
}
.question-box .question-detail{
 width: 40%;
 height: fit-content;
 margin: 0 30px 0 0;
}
.question-box .question-detail:nth-last-of-type(3n){
 margin: 0;	
}
.question-box .question-detail:last-of-type{
 margin: 0;	
}
.question-box .question-detail img{
 width: 80%;
 height: auto;
}
.question-box .question-detail p{
 font-size: 0.8rem;
 line-height: 1.5;
 font-weight: bold;
 margin: 10px 0 30px 0;
 text-align: center;
}
h2.course:after {
 border-top-color: #1366b1;
}
h2.course{
 font-size: 1.2rem;
 font-weight: bold;
 margin: 0px auto 50px;
 text-align: center;
 line-height: 1.5;
 background: #1366b1;
 color: #fff;
 padding: 15px 16px;
}
.main-visual{
 display: none;
}
.scroll-infinity__item>img {
  height: 100px;
  width: fit-content;
  object-fit: cover;
}
.three-course ul{
 width: 880px;        
}
.three-course ul li img{
 width: 90%;
}
.three-course{
  margin: 0 auto 40px;
  padding: 0;
  overflow-x: auto;  /* 横スクロールの指定 */
  white-space: nowrap;  /* 横スクロールの指定 */
  overflow-scrolling: touch;  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
}
i.material-icons{
 margin: 6px 0 0 0;
 font-size: 0.95rem;
}
footer ul a {
 font-size: 0.9rem;
}



.company-info {
 max-width: 90%;
}
body.page ol li {
 margin: 0 0 20px 20px;
}
body.page ol li{
 margin: 0 0 0 20px;
}

div#n2-ss-3 .n2-style-b0eb591498834a1e131eda9c9265d3d2-heading {
 font-size: 0.9rem!important;
}
footer ul {
 flex-wrap: wrap;
 max-width: 80%;
 margin: 0 auto 40px;
 justify-content: left;
}
footer ul li{
 width: 50%;
 text-align: left;
 line-height: 1.8;
 margin: 0 0 20px 0;
}
	footer ul.second li{
		width: 100%;
	}
.inquiry input{
 width: 90%;  
}
ul.name li input{
 width: 85px;
 font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif!important;	
}
table.inquiry p{
 margin: 0 auto;
}
.entry{
 background: url("images/entry_bg_sp.jpg") no-repeat;
 background-size: 100% auto;
 height: 300px;
}
.entry h2{
 font-size: 1.2rem;
 max-width: 80%;
}   
.faq-detail{
 width: 95%;
 text-align: left;
 margin: 20px auto;
}
.faq{
 display: none;
}
.faq-sp .faq-top{
 width: 100%;
 height: 250px;
 background: url("images/faq_bg.jpg") no-repeat;
 background-size: cover;
}
.faq-sp .faq-bottom{
 width: 100%;
 height: 100px;
 background: #64A5D5;
 display: flex;
 justify-content: center;
 align-items: center;
}
.faq-sp .faq-bottom h2{
 color: #fff;
 font-weight: bold;
 text-align: center;
 font-size: 1.2rem;
}
.faq-sp .faq-bottom h2 span{
 font-size: 0.7rem;
 font-weight: normal;
 opacity: 0.5;
 letter-spacing: 0.15em;
}
.teacher-info .introduce span.teacher-tag {
 left: -5px;
 top: -5px;
}
.teacher-info .introduce{
 margin: 30px 15px;
 padding: 35px 10px 20px 10px;
}
.teacher{
 height: 425px;
}
.teacher-info img{
 width: 90%;
}
.all-button.sp-button{
  margin: 20px auto;   
}
.drawer-navbar .drawer-menu li:last-of-type a {
 border: none;
}
.drawer-navbar .drawer-menu li:last-of-type{
 padding: 5px 0;
}
.question-detail p{
 max-width: 100%;
 margin: 0 auto;
 text-align: left;
 font-size: 0.9rem;
}
.teacher{
 background: url("images/teacher-bg-sp.jpg") no-repeat bottom center;
 background-size: 100% auto;
}
}
@media (max-width: 393px){
.carriculum-photoshop .carriculum-ps-two img.overflow-img {
    max-height: 110px;
    width: auto;
}
.carriculum-photoshop .carriculum-ps-one img,.carriculum-photoshop .carriculum-ps-two img {
    max-height: 135px;
    width: auto;
}
.merit-box h3 {
 font-size: 0.75rem;
}
textarea.wpcf7-textarea{
 margin: 0px 0 0 5px;
}
h2.course{
 font-size: 1.3rem;
}
.problem h2{
 font-size: 1.5rem;
}
.problem .answer h2 {
 font-size: 1.4rem;
}
}
@media (max-width: 375px) {
body.page .done h1 {
 font-size: 1.2rem;
}
.carriculum-illustrator .carriculum-ai-one h3,.carriculum-illustrator .carriculum-ai-two h3{
 font-size: 1rem;
}
.carriculum-photoshop .carriculum-ps-one h3,.carriculum-photoshop .carriculum-ps-two h3{
 font-size: 1rem;
}
.carriculum-detail h2{
 font-size: 1rem;
 background: url(images/ps.png) no-repeat 14px 15px;
 background-size: 28px auto;
}
.carriculum-detail h2.illustrator{
 font-size: 1rem;
 background-size: 28px auto;
 background-position: 14px 15px;
}
.carriculum-photoshop .carriculum-ps-one h3{
 font-size: 1rem;
}
.carriculum-photoshop .carriculum-ps-two h3{
 font-size: 1rem;
 height: 65px;
}
.carriculum-detail span.notification {
 font-size: 0.9rem;
 }
.carriculum-detail h2 span{
 font-size: 0.7rem;
 font-weight: normal;
 opacity: 0.5;
 letter-spacing: 0.15em;
}
h2.course {
 font-size: 1.2rem;
}
.problem h2 {
 font-size: 1.6rem;
}
}
@media (max-width: 320px){
.study-schedule h2 {
 font-size: 1.4rem;
}
.inquiry input {
 width: 80%;
}
.flow h2{
 font-size: 1.5rem;
}
.course-info h2 {
 font-size: 1.4rem;
 max-width: 90%;
}
.portfolio {
 height: 318px;
}
h2.course {
 font-size: 1.4rem;
 padding: 10px 21px;
}
ul.name li input{
 width: 65px;
}
.faq-sp .faq-top {
 width: 100%;
 height: 200px;
}
.faq-sp .faq-bottom h2{
font-size: 1.2rem;
}
}

@media (min-width: 1537px){
.faq {
 height: 590px;
}
}
@media (min-width: 1280px){

.teacher{
 background: url("images/teacher_bg.jpg") no-repeat;
 background-size: cover;
}
}
@media (min-width: 441px){
img.payment-flow-sp,.course-info-script img.basic-plan-sp,.cell-sp,.course-info-script img.sp,.main-visual-sp,.faq-sp{
 display: none;
}
}