@charset "utf-8";
/*
Theme Name: wakagi-solution
Theme URI: http://www.solution-sy.com/
Author: Xiez
Author URI: https://xiezsama.com/
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/* Start Reset Css */
*{margin:0;padding:0;border:0;outline:0;font-size:100%;background:0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html{font-size:100%;overflow-x:hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}


body{margin:0 auto;width:100%;max-width:1920px;background:#fff;line-height:1.8;font-size:20px;color:#181818;font-weight:400;
	font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",serif;
}
@media (max-width:1520px){
	body{font-size:18px;}
}
@media (max-width:1080px){
	body{font-size:16px;}
}
@media (max-width:780px){
	body{font-size:14px;}
}

address,caption,code,figcaption,pre,th{font-size:1em;font-weight:normal;font-style:normal;}

blockquote,q{quotes:none;}

blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}

fieldset,iframe,img{border:0;}

ins{background-color:#ff9;color:#000;text-decoration:none;}

caption,th{text-align:left;}

table{border-collapse:collapse;border-spacing:0;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}

audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc;}

input,select{vertical-align:middle;}

button{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:inherit;overflow:visible;vertical-align:inherit;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

button:disabled{cursor:default;}

audio:not([controls]){display:none;}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),:focus[data-focus-method=touch]:not(input):not(textarea):not(select){outline:0;}

::-moz-focus-inner{border:0;padding:0;}

a,a:link,a:visited{text-decoration:none;
	-webkit-transition:0.3s;
	transition:0.3s;
}

a:hover,a:active{text-decoration:none;}

ul{list-style:none;}

img{display:block;height:auto;max-width:100%;}

:-moz-placeholder{
  /* Mozilla Firefox 4 to 18 */
  color:#999;opacity:1;}

::-moz-placeholder{
  /* Mozilla Firefox 19+ */
  color:#999;opacity:1;}

input:-ms-input-placeholder{color:#999;opacity:1;}

input::-webkit-input-placeholder{color:#999;opacity:1;}

::-webkit-scrollbar{width:6px;background-color:#f3f3f3;border-left:1px solid #dddddd;}

::-webkit-scrollbar:hover{background-color:transparent;}

::-webkit-scrollbar-thumb{cursor:pointer;background-color:#666;}

::-webkit-scrollbar-thumb:hover{background-color:#333;}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}

.f-fl{float:left;}
.f-fr{float:right;}
.f-cb:after{content:".";display:block;clear:both;height:0;visibility:hidden;overflow:hidden;}
.f-cb{zoom:1;}

.hasbg{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hasbg:after{display:block;content:"";padding-top:100%;}
.hasbg>img{display:none;}

em{font-style:normal;}
i{font-style:normal;}
/* Start Reset Css */

/*loading*/
#loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;width:100%;height:100%;background:#fff;}
#loading>figure{position:absolute;top:50%;left:50%;margin:-100px 0 0 -100px;width:200px;height:200px;
	background-image:url(img/loading.gif);
	background-size:200px 200px;
	background-repeat:no-repeat;
	background-position:center;
}

/*ohanaM*/
.ohanaM{position:relative;left:0;z-index:20;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.ohanaM .ohanaMbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;background:rgba(0,0,0,0.5);}
.ohanaM-move{left:-240px;overflow:hidden;}

/*mobile-btn*/
.mobile-btn{display:none;}
.mobile-btn div{position:relative;right:0;top:0;display:block;width:30px;height:20px;cursor:pointer;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.mobile-btn div span{position:absolute;left:50%;top:9px;z-index:5;display:block;margin:0 0 0 -15px;width:25px;height:2px;background:#009d51;   
	-webkit-transform-origin:center;
	-moz-transform-origin:center;
	-ms-transform-origin:center;
	-o-transform-origin:center;
	transform-origin:center;
	
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-btn div span:nth-child(1){width:20px;
	-webkit-transform:translateY(-9px);
	-moz-transform:translateY(-9px);
	-ms-transform:translateY(-9px);
	-o-transform:translateY(-9px);    
	transform:translateY(-9px);
}
.mobile-btn div span:nth-child(3){width:30px;
	-webkit-transform:translateY(9px);
	-moz-transform:translateY(9px);
	-ms-transform:translateY(9px);
	-o-transform:translateY(9px);    
	transform:translateY(9px);
}
.mobile-btn div:hover span{width:30px;}
.mobile-btn .active{
	-webkit-transform:translateX(0) rotate(180deg);
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){
	width:20px !important;
	
	-webkit-transform-origin:0.71429px center !important;
  	transform-origin:0.71429px center !important;
  	
  	-webkit-transform:rotate3d(0,0,1,-40deg) !important;
    transform:rotate3d(0,0,1,-40deg) !important;
}
.mobile-btn .active span:nth-child(3){
	width:20px !important;
	
	-webkit-transform:rotate3d(0,0,1,40deg) !important;
    transform:rotate3d(0,0,1,40deg) !important;
    
    -webkit-transform-origin:0.71429px center !important;
    transform-origin:0.71429px center !important;
}
@media (max-width:1080px){
	.mobile-btn{display:block;}
}

/*sp-wrapper*/
.sp-wrapper{position:fixed;top:0;right:0;z-index:50;padding:20px 10px;width:240px;text-align:center;height:100vh;background:#515151;	
	-webkit-transform:translateX(240px);
	transform:translateX(240px);
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.sp-wrapper.sp-wrapper-move{
	-webkit-transform:translateX(0px) !important;
	transform:translateX(0px) !important;
}
.sp-wrapper>h2{font-size:24px;color:#fff;text-transform:uppercase;}
.sp-wrapper>ul{margin-top:20px;}
.sp-wrapper>ul>li{border-top:1px solid rgba(255,255,255,0.2);}
.sp-wrapper>ul>li>a{position:relative;display:block;padding:10px;color:#fff;}
.sp-wrapper>ul>li>a:hover{background:#fff;color:#ec6b9b;}

/*bkt*/
.bkt{position:fixed;right:40px;bottom:40px;width:45px;height:45px;display:flex;justify-content:center;align-items:center;z-index:999;border-radius:50%;background:#279dd6;cursor:pointer;transition:.3s;}
.bkt:hover{opacity:0.8;}
.bkt svg{width:15px;height:15px;fill:#ffffff;}
@media screen and (max-width:1080px){
	.bkt{right:20px;bottom:20px;}
}

/*common*/
.wrapperMain{margin:0 auto;width:100%;max-width:1520px;}
.wrapperMain2{margin:0 auto;width:100%;max-width:1320px;}
.wrapperMain3{margin:0 auto;width:100%;max-width:1420px;}

@font-face {
  font-family:'iconfont';
  src: url('icon/iconfont.eot');
  src: url('icon/iconfont.eot?#iefix') format('embedded-opentype'),
      url('icon/iconfont.woff2') format('woff2'),
      url('icon/iconfont.woff') format('woff'),
      url('icon/iconfont.ttf') format('truetype'),
      url('icon/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size:34px;
  color:#fff;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.common_tit{position:relative;z-index:5;display:flex;align-items:flex-end;color:#151515;line-height:1;}
.common_tit>h2{margin-left:20px;font-size:60px;font-family:"Outfit",sans-serif;}
@media (max-width:1520px){
	.common_tit>h2{margin-left:15px;font-size:50px;}
	.common_tit>img{width:26px;}
}
@media (max-width:1080px){
	.common_tit>h2{margin-left:10px;font-size:40px;}
	.common_tit>img{width:22px;}
}
@media (max-width:780px){
	.common_tit>h2{margin-left:5px;font-size:30px;}
	.common_tit>img{width:18px;}
}

.common_tit2{position:relative;z-index:5;text-align:center;color:#151515;line-height:1;}
.common_tit2>h2{font-size:60px;letter-spacing:2px;text-transform:uppercase;}
.common_tit2>hr{margin:25px auto 0;max-width:100px;height:10px;background:#00b4c9;border:none;}
@media (max-width:1520px){
	.common_tit2>h2{font-size:50px;letter-spacing:1px;}
	.common_tit2>hr{margin:20px auto 0;max-width:80px;height:8px;}
}
@media (max-width:1080px){
	.common_tit2>h2{font-size:40px;letter-spacing:0px;}
	.common_tit2>hr{margin:15px auto 0;max-width:60px;height:6px;}
}
@media (max-width:780px){
	.common_tit2>h2{font-size:30px;}
	.common_tit2>hr{max-width:40px;height:4px;}
}


/*more*/
.more{margin-top:30px;line-height:1;}
.more>a{display:block;position:relative;padding:18px 30px;max-width:250px;width:100%;font-size:18px;text-align:center;color:#3a3a3a;letter-spacing:1px;text-transform:uppercase;font-weight:bold;background:#fff;border:1px solid #717171;transition:.3s;font-family:"Outfit",sans-serif;}
.more>a:after{position:absolute;right:-40px;top:50%;content:"";width:80px;height:1px;background:#3a3a3a;}
.more>a:hover{color:#fff;background:#717171;}
@media (max-width:1520px){
	.more{margin-top:20px;}
	.more>a{padding:15px 20px;max-width:200px;font-size:16px;letter-spacing:0px;}
	.more>a:after{right:-30px;width:60px;}
}
@media (max-width:1080px){
	.more{margin-top:20px;}
	.more>a{padding:13px 20px;max-width:170px;font-size:14px;}
	.more>a:after{right:-25px;width:50px;}
}
@media (max-width:780px){
	.more>a{max-width:150px;}
	.more>a:after{right:-15px;width:30px;}
}

.more2{margin-top:30px;display:flex;align-items:flex-end;justify-content:flex-end;line-height:1;}
.more2>a{display:inline-flex;justify-content:flex-end;font-size:20px;color:#151515;text-transform:uppercase;font-weight:bold;font-family:"Outfit",sans-serif;}
.more2>a>img{margin:20px 0 0 -30px;transition:.3s;}
.more2>a:hover>img{transform:translateX(10px);}
@media (max-width:1520px){
	.more2{margin-top:25px;}
	.more2>a{font-size:18px;}
	.more2>a>img{margin:17px 0 0 -20px;width:70px;}
}
@media (max-width:1080px){
	.more2{margin-top:20px;}
	.more2>a{font-size:16px;}
	.more2>a>img{margin:15px 0 0 -20px;width:60px;}
}
@media (max-width:780px){
	.more2>a{font-size:14px;}
	.more2>a>img{margin:12px 0 0 -10px;width:50px;}
}




/*header*/
@-webkit-keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
@keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
.header.header_fixed{position:fixed;background:rgba(255,255,255,.7);z-index:999;box-shadow:0 0 5px rgba(0,0,0,0.5);
	-webkit-animation:headermove .5s linear 1 0s;
	-moz-animation:headermove .5s linear 1 0s;
	-ms-animation:headermove .5s linear 1 0s;
	-o-animation:headermove .5s linear 1 0s;
	animation:headermove .5s linear 1 0s;
}
.header{position:relative;top:0;left:0;z-index:9;width:100%;background:#fff;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header .headercon{display:flex;align-items:center;justify-content:space-between;align-items:center;}
.header .logo{display:block;margin-left:100px;width:100%;max-width:62px;}
.header .logo:hover{opacity:0.7;}
.header .header_right{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 400px);}
.header .main-navigation{margin-right:20px;max-width:1200px;width:calc(100% - 200px);}
.header .main-navigation>ul{display:flex;justify-content:space-between;width:100%;}
.header .main-navigation>ul>li{line-height:1;position:relative;padding:10px 0;}
.header .main-navigation>ul>li>a{position:relative;display:inline-block;font-size:20px;letter-spacing:2px;line-height:1;color:#181818;font-weight:500;text-transform:uppercase;}
.header .main-navigation>ul>li>a:after{position:absolute;bottom:-4px;left:0;content:"";width:100%;height:2px;background:#181818;opacity:0;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .main-navigation>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(3px);
	transform:translateY(3px);
}
.header .main-navigation>ul>li>ul{width:100%;position:absolute;display:none;padding-top:15px;}
.header .main-navigation>ul>li>ul>li{}
.header .main-navigation>ul>li>ul>li>a{width:100%;display:inline-block;font-size:14px;white-space:nowrap;text-align:center;background:#FFF;padding:10px;width:100%;line-height:1;color:#181818;font-weight:500;}
.header .main-navigation>ul>li:hover ul{display:block;}
.header .main-navigation>ul>li>ul>li>a:hover{opacity:0.7;}
.contactbox{padding:10px;width:200px;background:#c3e002;transition:.3s;}
.contactbox>a{padding:30px 10px;white-space:nowrap;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:bold;letter-spacing:2px;line-height:1;border:1px solid #fff;font-family:"Outfit",sans-serif;}
.contactbox:hover{background:#23ae52;}
@media (max-width:1520px){
	.header .logo{margin-left:40px;max-width:60px;}
	.header .header_right{width:calc(100% - 200px);}
	.header .main-navigation{width:calc(100% - 150px);}
	.header .main-navigation>ul>li>a{font-size:15px;letter-spacing:1px;}
	.contactbox{margin-left:10px;padding:8px;width:150px;}
	.contactbox>a{padding:25px 10px;letter-spacing:1px;}
}
@media (max-width:1080px){
	.header{padding:10px 20px;}
	.header .logo{margin-left:0px;max-width:52px;}
	.header .header_right{width:300px;}
	.header .main-navigation{display:none;}
	.contactbox{margin-left:0px;padding:6px;width:120px;}
	.contactbox>a{padding:15px 10px;}
	.goobtn{margin-left:0;}
}
@media (max-width:780px){
	.header .logo{max-width:46px;}
	.header .header_right{width:230px;}
	.contactbox{margin-left:0;padding:4px;width:100px;}
	.contactbox>a{padding:10px;}
}


/*banner*/
.banner{position:relative;width:100%;/*height:800px;*/overflow:hidden;}
.banner>.bannerpic:after{padding-top:0;}
.banner>figure:after{padding-top:800px;}
.banner>.bannerlogo{position:absolute;top:30%;right:27%;width: 200px;margin: 0 auto;}
.banner>.bannerlogo img{position:relative;z-index:10;}
.banner>.bannerlogo:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:10%;height:10%;box-shadow:0px 0px 80px 80px #FFF;border-radius:50%;background:rgba(255,255,255,0.7); }
.banner .bannercon{position:absolute;top:50%;left:50%;padding:0 20px;max-width:1520px;width:100%;transform:translate(-50%,-50%);}
.banner .bannercon h1{margin:0 auto;max-width:180px;width:100%;}
.banner .bannercon div{margin-top:60px;display:flex;justify-content:center;}
.banner .bannercon div>img{max-width:923px;width:100%;}
@media (max-width:1520px){
/* 	.banner{height:700px;} */
	.banner>.bannerpic:after{padding-top:0;}
	.banner>.bannerlogo{top:26%;width:150px;}
	.banner>figure:after{padding-top:700px;}
	.banner .bannercon h1{max-width:150px;}
	.banner .bannercon div{margin-top:50px;}
	.banner .bannercon div>img{max-width:800px;}
}
@media (max-width:1080px){
/* 	.banner{height:600px;} */
	.banner>.bannerpic:after{padding-top:0;}
	.banner>.bannerlogo{top:22%;width:120px;}
	.banner>figure:after{padding-top:600px;}
	.banner .bannercon h1{max-width:100px;}
	.banner .bannercon div{margin-top:40px;}
	.banner .bannercon div>img{max-width:700px;}
}
@media (max-width:780px){
/* 	.banner{height:500px;} */
	.banner>.bannerpic:after{padding-top:0;}
	.banner>figure:after{padding-top:500px;}
	.banner .bannercon h1{max-width:80px;}
	.banner .bannercon div{margin-top:30px;}
	.banner .bannercon div>img{max-width:400px;}
}
 

/*indexMain*/
.indexone{position:relative;padding:100px 0px 180px;}
.indexone:before{position:absolute;top:0;left:10.5%;width:620px;height:100%;content:"";background:url(img/dottedmask.png) repeat;transform-origin:left bottom;transform:skewX(-15deg);}
.indexone:after{position:absolute;bottom:100px;right:0;content:"";max-width:1500px;width:100%;max-height:660px;height:calc(100% - 240px);background:url(img/index01.jpg)no-repeat;}
.indexone>div.div01{display:flex;align-items:flex-end;justify-content:flex-end;}
.indexone>div.div01>figure{max-width:1533px;width:100%;}
.indexone>div.div01>figure:after{padding-top:46%;}
.indexonecon{position:relative;padding:0 40px;}
.indexonecon>dl{position:relative;z-index:5;margin-top:40px;display:flex;justify-content:space-between;}
.indexonecon>dl>dt{width:calc(50% - 40px);}
.indexonecon>dl>dt>h3{margin-left:50px;font-size:24px;}
.indexonecon>dl>dt>p{margin:20px 0 0 50px;font-size:18px;}
.indexonecon>dl>dt>.more{margin-left:50px;}
.indexonecon>dl>dd{display:flex;align-items:center;justify-content:flex-end;width:50%;}
.indexonecon>ul{position:relative;z-index:5;margin:40px 0 0 50px;display:flex;justify-content:space-between;}
.indexonecon>ul>li{position:relative;padding:1px;width:calc(25% - 20px);background:#fff;box-shadow:3px 3px 5px #cccc;}
.indexonecon>ul>li>figure:after{padding-top:66%;}
.indexonecon>ul>li>hgroup{position:absolute;top:15%;left:30px;padding-right:20px;/*transform:translateY(-50%);*/}
.indexonecon>ul>li>hgroup>h3{font-size:24px;color:#17798e;letter-spacing:2px;text-shadow:2px 2px 2px #fff,2px 2px 2px #fff;}
.indexonecon>ul>li>hgroup>p{margin-top:20px;color:#333;font-size:16px;font-weight:600;line-height:1.6;text-shadow:2px 2px 2px #fff,2px 2px 2px #fff;}
@media (max-width:1520px){
	.indexone{padding:80px 0px 150px;}
	.indexone:before{width:500px;}
	.indexone:after{bottom:80px;height:calc(100% - 255px);}
	.indexonecon{padding:0 20px;}
	.indexonecon>dl{margin-top:30px;}
	.indexonecon>dl>dt{width:calc(50% - 30px);}
	.indexonecon>dl>dt>h3{margin-left:40px;font-size:22px;}
	.indexonecon>dl>dt>p{margin:15px 0 0 40px;font-size:16px;}
	.indexonecon>dl>dt>.more{margin-left:40px;}
	.indexonecon>ul{margin:30px 0 0 40px;}
	.indexonecon>ul>li{width:calc(25% - 15px);}
	.indexonecon>ul>li>hgroup{left:20px;}
	.indexonecon>ul>li>hgroup>h3{font-size:22px;letter-spacing:1px;}
	.indexonecon>ul>li>hgroup>p{margin-top:10px;font-size:14px;}
}
@media (max-width:1080px){
	.indexone{padding:60px 0px 100px;}
	.indexone:before{width:400px;}
	.indexone:after{bottom:50px;height:calc(100% - 190px);background-position: right 20% center;}
	.indexonecon>dl{margin-top:20px;}
	.indexonecon>dl>dt{width:calc(50% - 20px);}
	.indexonecon>dl>dt>h3{margin-left:30px;font-size:20px;}
	.indexonecon>dl>dt>p{margin:10px 0 0 30px;font-size:14px;}
	.indexonecon>dl>dt>.more{margin-left:30px;}
	.indexonecon>ul{margin:20px 0 0 30px;}
	.indexonecon>ul>li{width:calc(25% - 10px);}
	.indexonecon>ul>li>hgroup{left:10px;padding-right:10px;}
	.indexonecon>ul>li>figure:after{padding-top:80%;}
	.indexonecon>ul>li>hgroup>h3{font-size:18px;letter-spacing:0px;line-height:1;}
	.indexonecon>ul>li>hgroup>p{margin-top:10px;font-size:13px;}
}
@media (max-width:860px){
	.indexonecon>ul>li>figure{background-position: right center;}
	.indexonecon>ul>li>figure:after{padding-top:110%;}
}
@media (max-width:780px){
	.indexone{padding:60px 0px 80px;}
	.indexone:before{width:200px;}
	.indexone:after{bottom:40px;max-height:1200px;height:calc(100% - 170px);}
	.indexonecon>dl{display:block;}
	.indexonecon>dl>dt{width:100%;}
	.indexonecon>dl>dt>h3{margin-left:0px;font-size:18px;}
	.indexonecon>dl>dt>p{margin:10px 0 0 0px;}
	.indexonecon>dl>dt>.more{margin-left:0px;}
	.indexonecon>dl>dd{margin:-40px 0 0 0px;padding-right:20px;width:100%;}
	.indexonecon>dl>dd>img{width:150px;}
	.indexonecon>ul{margin:20px 0 0 0px;flex-flow:wrap;}
	.indexonecon>ul>li{margin-top:10px;width:calc(50% - 5px);}
	.indexonecon>ul>li>figure{background-position:right center;}
	.indexonecon>ul>li>figure:after{padding-top:45%;}
	.indexonecon>ul>li>hgroup>h3{font-size:16px;}
	.indexonecon>ul>li>hgroup>p{font-size:12px;}
}
@media (max-width:480px){
	.indexonecon>ul>li>figure:after{padding-top:110%;}
}

.indextwo{position:relative;margin-top:100px;padding:20px 40px 0;}
.indextwo:before{position:absolute;top:0;left:4%;width:700px;height:100%;content:"";background:url(img/dottedmask.png) repeat;transform-origin:left bottom;transform:skewX(-25deg);}
.indextwocon .common_tit>h2>span{display:block;font-size:24px;margin-top:5px;}
.indextwocon>ul{position:relative;z-index:5;display:flex;align-items:flex-start;flex-flow:wrap;justify-content:space-between;margin-left:50px;}
.indextwocon>ul>li{padding:1px;width:calc(50% - 60px);background:#fff;box-shadow:3px 3px 5px #ccc,-3px 2px 5px #ccc;}
.indextwocon>ul>li.li01{margin-top:0;box-shadow:none;background:none;}
.indextwocon>ul>li.li01>p{margin-top:40px;line-height:1.6;}
.indextwocon>ul>li.li02{margin-top:0;}
.indextwocon>ul>li:nth-child(3){margin-top:-200px;}
.indextwocon>ul>li:nth-child(4){margin-top:200px;}
.indextwocon>ul>li:nth-child(5){margin-top:-200px;}
.indextwocon>ul>li:nth-child(6){margin-top:200px;}
.indextwocon>ul>li:nth-child(7){margin-top:-200px;}
.indextwocon>ul>li:nth-child(8){margin-top:200px;}
.indextwocon>ul>li>dl{display:flex;justify-content:space-between;}
.indextwocon>ul>li>dl>dt{position:relative;width:340px;}
.indextwocon>ul>li>dl>dt>img{position:absolute;bottom:1px;left:1px;}
.indextwocon>ul>li>dl>dd{display:flex;align-items:center;padding:20px 20px 20px 0;min-height:429px;width:calc(100% - 340px);}
.indextwocon>ul>li>dl>dd>div>hgroup>p{font-size:18px;line-height:1.3;}
.indextwocon>ul>li>dl>dd>div>hgroup>h3{margin-top:5px;font-size:30px;letter-spacing:1px;font-weight:normal;}
.indextwocon>ul>li>dl>dd>div>p{position:relative;left:-30px;margin-top:40px;width:calc(100% + 30px);line-height:1.6;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;}
@media screen and (max-width: 1520px) {
  .indextwo{margin-top:80px;padding:20px 20px 0;}
  .indextwo:before{left:2%;width:600px;}
  .indextwocon .common_tit>h2>span{font-size:20px;}
  .indextwocon>ul{margin-left:40px;}
  .indextwocon>ul>li{width:calc(50% - 30px);}
  .indextwocon>ul>li.li01>p{margin-top:30px;}
  .indextwocon>ul>li:nth-child(3){margin-top:-120px;}
  .indextwocon>ul>li:nth-child(4){margin-top:150px;}
  .indextwocon>ul>li:nth-child(5){margin-top:-150px;}
  .indextwocon>ul>li:nth-child(6){margin-top:150px;}
  .indextwocon>ul>li:nth-child(7){margin-top:-150px;}
  .indextwocon>ul>li:nth-child(8){margin-top:150px;}
  .indextwocon>ul>li>dl>dt{width:240px;}
  .indextwocon>ul>li>dl>dd{min-height:303px;width:calc(100% - 240px);}
  .indextwocon>ul>li>dl>dd>div>hgroup>p{font-size:16px;}
  .indextwocon>ul>li>dl>dd>div>hgroup>h3{font-size:24px;letter-spacing:0px;}
  .indextwocon>ul>li>dl>dd>div>p{left:-25px;margin-top:30px;width:calc(100% + 25px);line-height:1.4;-webkit-line-clamp:3;}
}
@media screen and (max-width:1080px) {
  .indextwo{margin-top:60px;padding:20px 20px 0;}
  .indextwo:before{left:0;width:500px;}
  .indextwocon .common_tit>h2>span{font-size:16px;}
  .indextwocon>ul{margin-left:30px;}
  .indextwocon>ul>li{width:calc(50% - 20px);}
  .indextwocon>ul>li.li01>p{margin-top:20px;line-height:1.2;}
  .indextwocon>ul>li:nth-child(3){margin-top:-80px;}
  .indextwocon>ul>li:nth-child(4){margin-top:80px;}
  .indextwocon>ul>li:nth-child(5){margin-top:-80px;}
  .indextwocon>ul>li:nth-child(6){margin-top:80px;}
  .indextwocon>ul>li:nth-child(7){margin-top:-80px;}
  .indextwocon>ul>li:nth-child(8){margin-top:80px;}
  .indextwocon>ul>li>dl>dt{width:170px;}
  .indextwocon>ul>li>dl>dd{min-height:214px;width:calc(100% - 170px);}
  .indextwocon>ul>li>dl>dd>div>hgroup>p{font-size:12px;}
  .indextwocon>ul>li>dl>dd>div>hgroup>h3{margin-top:3px;font-size:16px;}
  .indextwocon>ul>li>dl>dd>div>p{left:-20px;margin-top:20px;width:calc(100% + 20px);-webkit-line-clamp:2;}
}
@media screen and (max-width:780px) {
  .indextwo{padding:20px 20px 0;}
  .indextwo:before{left:0;width:200px;}
  .indextwocon>ul{margin-left:0px;}
  .indextwocon>ul>li{width:100%;}
  .indextwocon>ul>li.li01>p{margin-top:20px;line-height:1.2;}
  .indextwocon>ul>li.li02{margin-top:30px;}
  .indextwocon>ul>li:nth-child(3){margin-top:30px;}
  .indextwocon>ul>li:nth-child(4){margin-top:30px;}
  .indextwocon>ul>li:nth-child(5){margin-top:30px;}
  .indextwocon>ul>li:nth-child(6){margin-top:30px;}
  .indextwocon>ul>li:nth-child(7){margin-top:30px;}
  .indextwocon>ul>li:nth-child(8){margin-top:30px;}
  .indextwocon>ul>li>dl>dt{width:170px;}
  .indextwocon>ul>li>dl>dd{min-height:214px;width:calc(100% - 170px);}
  .indextwocon>ul>li>dl>dd>div>hgroup>p{font-size:12px;}
  .indextwocon>ul>li>dl>dd>div>hgroup>h3{margin-top:3px;font-size:17px;}
  .indextwocon>ul>li>dl>dd>div>p{left:-20px;margin-top:20px;width:calc(100% + 20px);-webkit-line-clamp:2;}
}


.map{width:100%;height:580px;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;}
@media screen and (max-width:1520px){
	.map{height:480px;}
}
@media screen and (max-width:1080px){
	.map{height:380px;}
}
@media screen and (max-width:780px){
	.map{height:300px;}
}

.indexthree{margin-top:100px;padding:100px 40px;background:#e9f071;}
.indexthreecon>dl{display:flex;justify-content:space-between;}
.indexthreecon>dl>dt{position:relative;padding-top:230px;width:50%;}
.indexthreecon>dl>dt:before{position:absolute;top:0;left:0;max-width:600px;width:100%;height:600px;content:"";background:url(img/bg02.jpg) repeat;transform:skewX(-20deg);}
.indexthreecon>dl>dt>.more{margin:120px 0 0 50px;}
.indexthreecon>dl>dd{width:50%;}
.indexthreecon>dl>dd>ul>li{margin:38px 0;}
.indexthreecon>dl>dd>ul>li:nth-child(2){margin-left:-30px;}
.indexthreecon>dl>dd>ul>li:nth-child(3){margin-left:-60px;}
.indexthreecon>dl>dd>ul>li:nth-child(4){margin-left:-90px;}
.indexthreecon>dl>dd>ul>li:nth-child(5){margin-left:-120px;}
.indexthreecon>dl>dd>ul>li>time{font-weight:bold;font-family:"Outfit",sans-serif;}
.indexthreecon>dl>dd>ul>li>p{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.indexthreecon>dl>dd>ul>li>p>a{color:#000;}
.indexthreecon>dl>dd>ul>li>p>a:hover{text-decoration:underline;}
@media (max-width:1520px){
	.indexthree{margin-top:80px;padding:80px 20px;}
	.indexthreecon>dl>dt{padding-top:200px;width:600px;}
	.indexthreecon>dl>dt:before{max-width:500px;height:500px;}
	.indexthreecon>dl>dt>.more{margin:100px 0 0 40px;}
	.indexthreecon>dl>dd{width:calc(100% - 600px);}
	.indexthreecon>dl>dd>ul>li{margin:30px 0;}
}
@media (max-width:1080px){
	.indexthree{margin-top:60px;padding:60px 20px;}
	.indexthreecon>dl>dt{padding-top:150px;width:400px;}
	.indexthreecon>dl>dt:before{max-width:300px;height:400px;}
	.indexthreecon>dl>dt>.more{margin:80px 0 0 30px;}
	.indexthreecon>dl>dd{width:calc(100% - 400px);}
	.indexthreecon>dl>dd>ul>li{margin:20px 0;}
}
@media (max-width:780px){
	.indexthree{padding:40px 20px 60px;}
	.indexthreecon>dl{display:block;}
	.indexthreecon>dl>dt{display:flex;justify-content:space-between;padding-top:0px;width:100%;}
	.indexthreecon>dl>dt:before{display:none;}
	.indexthreecon>dl>dt>.more{margin:40px 20px 0 0px;}
	.indexthreecon>dl>dd{width:100%;}
	.indexthreecon>dl>dd>ul{margin-top:20px;}
	.indexthreecon>dl>dd>ul>li{margin:10px 0;}
	.indexthreecon>dl>dd>ul>li:nth-child(2){margin-left:0px;}
	.indexthreecon>dl>dd>ul>li:nth-child(3){margin-left:0px;}
	.indexthreecon>dl>dd>ul>li:nth-child(4){margin-left:0px;}
	.indexthreecon>dl>dd>ul>li:nth-child(5){margin-left:0px;}
}


.indexfour{padding:100px 0px;}
.indexfourcon>ul{display:flex;justify-content:space-between;}
.indexfourcon>ul>li{position:relative;width:50%;}
.indexfourcon>ul>li:after{position:absolute;top:0;left:0;width:100%;height:100%;content:"";background:url(img/bg03.png) repeat;transform-origin:left bottom;}
.indexfourcon>ul>li>figure:after{padding-top:63%;}
.indexfourcon>ul>li>hgroup{position:absolute;top:60%;left:50%;z-index:5;width:100%;text-align:center;transform:translate(-50%,-50%);}
.indexfourcon>ul>li>hgroup>h2{font-size:60px;color:#fff;text-transform:uppercase;font-weight:100;letter-spacing:2px;line-height:1;font-family:"Outfit",sans-serif;}
.indexfourcon>ul>li>hgroup>p{margin-top:60px;letter-spacing:5px;color:#fff;}
.indexfourcon>ul>li>hgroup>.more{margin-top:100px;display:flex;justify-content:center;}
.indexfourcon>ul>li>hgroup>.more>a:after{display:none;}
@media (max-width:1520px){
	.indexfour{padding:80px 0px;}
	.indexfourcon>ul>li>hgroup>h2{font-size:52px;letter-spacing:1px;}
	.indexfourcon>ul>li>hgroup>p{margin-top:30px;letter-spacing:4px;}
	.indexfourcon>ul>li>hgroup>.more{margin-top:50px;}
}
@media (max-width:1080px){
	.indexfour{padding:60px 0px;}
	.indexfourcon>ul>li>hgroup>h2{font-size:44px;letter-spacing:0px;}
	.indexfourcon>ul>li>hgroup>p{margin-top:10px;letter-spacing:3px;}
	.indexfourcon>ul>li>hgroup>.more{margin-top:30px;}
}
@media (max-width:780px){
	.indexfourcon>ul{display:block;}
	.indexfourcon>ul>li{width:100%;}
	.indexfourcon>ul>li>hgroup>h2{font-size:34px;}
	.indexfourcon>ul>li>hgroup>p{letter-spacing:2px;}
	.indexfourcon>ul>li>hgroup>.more{margin-top:20px;}
}

.indexfivecon>dl{display:flex;justify-content:space-between;}
.indexfivecon>dl>dt{width:50%;}
.indexfivecon>dl>dt>hgroup{display:flex;justify-content:flex-end;flex-wrap:wrap; margin-bottom:40px;padding:60px 20px;}
.indexfivecon>dl>dt>hgroup>p{max-width:760px;width:100%;font-size:24px;}
.indexfivecon>dl>dt>hgroup .more{justify-self:flex-start;width: 100%;max-width:760px;}
.indexfivecon>dl>dt>hgroup .more a:after{display:none;}
.indexfivecon>dl>dt.dt01>hgroup{min-height:380px; border-right:1px solid #151515;}
.indexfivecon>dl>dt.dt02>hgroup{ min-height:380px;}
@media (max-width:1520px){
	.indexfivecon>dl>dt>hgroup{margin-bottom:30px;padding:50px 20px;}
	.indexfivecon>dl>dt>hgroup>p{font-size:18px;}
.indexfivecon>dl>dt.dt01>hgroup{min-height:240px;}
.indexfivecon>dl>dt.dt02>hgroup{ min-height:240px;}
}
@media (max-width:1080px){
	.indexfivecon>dl>dt>hgroup{margin-bottom:20px;padding:40px 20px;}
	.indexfivecon>dl>dt>hgroup>p{font-size:14px;}
.indexfivecon>dl>dt.dt01>hgroup{min-height:180px;}
.indexfivecon>dl>dt.dt02>hgroup{ min-height:180px;}
}
@media (max-width:780px){
	.indexfivecon>dl{display:block;}
	.indexfivecon>dl>dt{padding:0 20px;width:100%;}
	.indexfivecon>dl>dt>hgroup{padding:0px;}
	.indexfivecon>dl>dt.dt01{margin-bottom:40px;}
	.indexfivecon>dl>dt.dt01>hgroup{border-right:none;}
.indexfivecon>dl>dt.dt01>hgroup{min-height:auto;}
.indexfivecon>dl>dt.dt02>hgroup{ min-height:auto;}
}

.indexsix{position:relative;z-index:5;}
.indexsixcon>dl{display:flex;align-items:center;justify-content:space-between;}
.indexsixcon>dl>dt{padding:80px 0;display:flex;justify-content:center;width:50%;background:#3a3a3a;}
.indexsixcon>dl a{display:block;font-size:50px;color:#fff;letter-spacing:2px;line-height:1;transition:.3s;font-family:"Outfit",sans-serif;}
.indexsixcon>dl>dt.dt02{font-weight:100;background:#34aab5;}
.indexsixcon>dl>dt.dt02>a{letter-spacing:0;}
.indexsixcon>dl a:hover{transform:translateY(-5px);}
@media (max-width:1520px){
	.indexsixcon>dl>dt{padding:60px 0;}
	.indexsixcon>dl a{font-size:42px;letter-spacing:1px;}
}
@media (max-width:1080px){
	.indexsixcon>dl>dt{padding:40px 0;}
	.indexsixcon>dl a{font-size:34px;letter-spacing:0px;}
}
@media (max-width:780px){
	.indexsixcon>dl{display:block;}
	.indexsixcon>dl>dt{padding:25px 0;width:100%;}
	.indexsixcon>dl a{font-size:26px;}
}

/*footer*/
.footer{position:relative;padding:60px 0 0;}
.footerlogo{margin:0 auto;max-width:62px;}
.footercon>ul{margin-top:50px;display:flex;align-items:center;justify-content:center;width:100%;}
.footercon>ul>li{padding:0 30px;line-height:1;border-right:1px solid #222;}
.footercon>ul>li:last-child{border-right:none;}
.footercon>ul>li>a{position:relative;display:block;width:100%;font-size:16px;color:#222;font-weight:normal;}
.footercon>ul>li>a:after{position:absolute;bottom:-2px;left:0;content:"";width:100%;height:2px;background:#222;opacity:0;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:0.3s;
	transition:0.3s;}
.footercon>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(3px);
	transform:translateY(3px);
}
.footercon>p{margin-top:60px;text-align:center;}
.footercon>p>a{color:#222;}
.footercon>p>a:hover{text-decoration:underline;}
.footer>p{margin-top:60px;padding:5px 20px;font-size:14px;color:#222;text-align:center;background:#c3e002;}
@media (max-width:1520px){
	.footer{padding:50px 0 0;}
	.footerlogo{max-width:60px;}
	.footercon>ul{margin-top:40px;}
	.footercon>ul>li{padding:0 15px;}
	.footercon>ul>li>a{font-size:14px;}
	.footercon>p{margin-top:50px;}
	.footer>p{margin-top:50px;}
}
@media (max-width:1080px){
	.footer{padding:40px 0 0;}
	.footerlogo{max-width:52px;}
	.footercon>ul{margin-top:30px;flex-flow:wrap;}
	.footercon>ul>li{margin:5px 0;padding:0px  10px;}
	.footercon>p{margin-top:40px;}
	.footer>p{margin-top:40px;}
}
@media (max-width:860px){
	..footerlogo{max-width:46px;}
	.footercon>ul{margin-top:20px;}
	.footercon>p{margin-top:30px;}
	.footer>p{margin-top:30px;}
}



/* pageban */
.pageban{position:relative;overflow:hidden;}
.pageban:after{position:absolute;top:0;left:0;content:"";z-index:2;width:100%;height:100%;}
.pageban *{
	-webkit-transition:0.3s;
	transition:0.3s;
}
.pageban figure:after{padding-top:500px;}
.pageban .pagebancon{position:absolute;top:50%;left:50%;z-index:5;width:100%;color:#fff;line-height:1;text-align:center;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageban .pagebancon:after{content:"";position:absolute;left:50%;top:20%;transform:translate(-50%,-50%);width:30px;height:30px;box-shadow:0px 0px 100px 100px #FFF;border-radius:50%;background:rgba(255,255,255,0.7);}
.pageban .pagebancon.pagebanconnopic:after{display:none;}
.pageban .pagebancon img{margin:0 auto;width:160px;position:relative;z-index:10;}
.pageban .pagebancon h1{display:inline-block;margin-top:40px;padding:10px 20px 15px;font-size:50px;letter-spacing:5px;font-weight:500;background:#019d51;border-radius:10px;}
@media (max-width:1520px){
	.pageban figure:after{padding-top:450px;}
	.pageban .pagebancon img{width:120px;}
	.pageban .pagebancon h1{margin-top:30px;font-size:42px;letter-spacing:4px;}
}
@media (max-width:1080px){
	.pageban figure:after{padding-top:400px;}
	.pageban .pagebancon img{width:90px;}
	.pageban .pagebancon h1{margin-top:30px;font-size:34px;letter-spacing:3px;}
}
@media (max-width:780px){
	.pageban figure:after{padding-top:300px;}
	.pageban .pagebancon img{width:70px;}
	.pageban .pagebancon h1{margin-top:20px;padding:7px 10px 12px;font-size:26px;letter-spacing:2px;}
}

/* course */
.courseone{padding:100px 40px;}
.courseonecon>ul{display:flex;justify-content:space-between;}
.courseonecon>ul>li{padding:20px;width:calc(33.33% - 20px);color:#fff;background-image:linear-gradient(to right bottom,#0e9ed2,#039d63,#019d51);overflow:hidden;}
.courseonecon>ul>li:nth-child(2){background-image:linear-gradient(to right bottom,#019d51,#d0c625,#fccf1c);}
.courseonecon>ul>li:nth-child(3){background-image:linear-gradient(to right bottom,#fccf1c,#e43d74,#e02582);}
.courseonecon>ul>li>h3{font-size:30px;text-align:center;line-height:1.4;}
.courseonecon>ul>li>p{margin-top:20px;font-size:18px;}
@media (max-width:1520px){
	.courseone{padding:80px 20px;}
	.courseonecon>ul>li{width:calc(33.33% - 15px);}
	.courseonecon>ul>li>h3{font-size:20px;/*26*/}
	.courseonecon>ul>li>p{margin-top:15px;font-size:16px;}
}
@media (max-width:1080px){
	.courseone{padding:60px 20px;}
	.courseonecon>ul>li{width:calc(33.33% - 10px);}
	.courseonecon>ul>li>h3{font-size:16px;/*22*/}
	.courseonecon>ul>li>p{margin-top:10px;font-size:14px;}
}
@media (max-width:780px){
	.courseonecon>ul{display:block;}
	.courseonecon>ul>li{margin-top:10px;width:100%;}
	.courseonecon>ul>li>h3{font-size:18px;}
}

.coursetwo{padding:100px 40px;background:#e9f071;}
.coursetwocon>dl{display:flex;align-items:center;justify-content:space-between;}
.coursetwocon>dl>dt{position:relative;display:flex;justify-content:center;align-items:center;padding:20px 0;width:calc(45% - 50px);}
.coursetwocon>dl>dt .common_tit>h2{margin-left:0;}
.coursetwocon>dl>dt:before{position:absolute;top:50%;left:50%;max-width:600px;width:100%;height:280px;content:"";background:url(img/bg02.jpg) repeat;transform:translate(-50%,-50%) skewX(-20deg);}
.coursetwocon>dl>dd{width:55%;}
.coursetwocon>dl>dd>p{font-size:18px;line-height:2;}
.coursetwocon>dl>dd>p span{color:#0e9ed2;font-weight:bold;}
.coursetwo2{margin-top:80px;background:#f3f3f3;}
.coursetwocon2>dl{flex-direction:row-reverse;min-height:300px;}
.coursetwocon2>dl>dt{padding:20px 20px 20px 10px;}
.coursetwocon2>dl>dt:before{background:url(img/bg04.png) repeat;}
.coursetwo3{margin-top:80px;background:#34aab5;}
.coursetwo3 .coursetwocon>dl>dt:before{background:url(img/bg05.jpg) repeat;}
.coursetwo3 .coursetwocon>dl>dd>p{color:#fff;}
.coursetwo4{margin-top:80px;background:#f3f3f3;}
.coursetwocon4>dl{flex-direction:row-reverse;min-height:300px;}
.coursetwocon4>dl>dt{padding:20px 20px 20px 10px;}
.coursetwocon4>dl>dt:before{background:url(img/bg06.jpg) repeat;}
.coursetwo5{margin-top:80px;background:#cbe78d;}
.coursetwo5 .coursetwocon>dl>dt:before{background:url(img/bg07.jpg) repeat;}
.coursetwo2 .coursetwocon6>dl>dt:before{background:url(img/bg07.jpg) repeat;}
.coursetwo7{margin-top:80px;background:#f8ecb2;}
.coursetwocon7>dl>dt:before{background:url(img/bg08.jpg) repeat;}
.coursetwocon7>dl>dd>p span{color:#a05300;}
@media (max-width:1520px){
	.coursetwo{padding:80px 20px;}
	.coursetwocon>dl>dt{padding:15px 0;/*0 40px*/width:calc(45% - 30px);}
	.coursetwocon>dl>dt:before{/*top:-70px;left:30px;*/max-width:400px;height:220px;transform:transform:translate(-50%,-50%) skewX(-15deg);}
	.coursetwocon>dl>dt>.common_tit>h2{font-size:44px;}
	.coursetwocon>dl>dd>p{font-size:16px;}
	.coursetwo2{margin-top:60px;}
	.coursetwocon2>dl{min-height:240px;}
	.coursetwocon2>dl>dt{padding:15px 10px 15px 20px;}
	.coursetwo4{margin-top:60px;}
	.coursetwocon4>dl{min-height:240px;}
	.coursetwocon4>dl>dt{padding:15px 0px 15px 0px;}
	.coursetwocon4>dl>dt>.common_tit>h2{font-size:48px;}
}
@media (max-width:1080px){
	.coursetwo{padding:60px 20px;}
	.coursetwocon>dl>dt{padding:10px 0;/* 0 40px*/width:calc(45% - 20px);}
	.coursetwocon>dl>dt:before{/*top:-60px;left:30px;*/max-width:280px;height:180px;transform:translate(-50%,-50%) skewX(-10deg);}
	.coursetwocon>dl>dt>.common_tit>h2{font-size:30px;}
	.coursetwocon>dl>dd>p{font-size:14px;}
	.coursetwo2{margin-top:40px;}
	.coursetwocon2>dl{min-height:200px;}
	.coursetwocon2>dl>dt{padding:10px 20px 10px 40px;}
	.coursetwo4{margin-top:40px;}
	.coursetwocon4>dl{min-height:200px;}
	.coursetwocon4>dl>dt{padding:10px 0px 10px 0px;}
	.coursetwocon4>dl>dt>.common_tit>h2{font-size:34px;}
}
@media (max-width:780px){
	.coursetwocon>dl{display:block;}
	.coursetwocon>dl>dt{padding:10px 0;/* 0 15px*/width:100%;}
	.coursetwocon>dl>dt:before{/*top:-4px;left:3px;*/max-width:280px;height:60px;}
	.coursetwocon>dl>dt>.common_tit>h2{font-size:26px;}
	.coursetwocon>dl>dd{margin-top:30px;width:100%;}
	.coursetwo2{margin-top:30px;}
	.coursetwocon2>dl{min-height:initial;}
	.coursetwo4{margin-top:30px;}
	.coursetwocon4>dl{min-height:initial;}
	.coursetwocon4>dl>dt>.common_tit>h2{font-size:30px;}
}

.coursethree{padding:100px 40px;}
.coursethreecon>p{font-size:18px;}
@media (max-width:1520px){
	.coursethree{padding:80px 20px;}
	.coursethreecon>p{font-size:16px;}
}
@media (max-width:1080px){
	.coursethree{padding:60px 20px;}
	.coursethreecon>p{font-size:14px;}
}


/* profile */
.profileone{position:relative;padding:100px 40px;}
.profileone:before{position:absolute;top:0;left:18%;max-width:600px;width:100%;height:900px;content:"";background:url(img/dottedmask.png) repeat;transform:skewX(-20deg);}
.profileonecon>dl{position:relative;z-index:5;margin-top:60px;display:flex;justify-content:space-between;}
.profileonecon>dl>dt{width:calc(56% - 50px);}
.profileonecon>dl>dt>h3{font-size:30px;color:#019d51;letter-spacing:2px;}
.profileonecon>dl>dt>p{margin-top:20px;font-size:18px;}
.profileonecon>dl>dt>div{display:inline-block;margin-top:10px;padding:10px;font-weight:bold;line-height:1;background:#c3e002;}
.profileonecon2>dl>dt>p{margin-bottom:20px;}
.profileonecon2>dl>dt>p.p01{margin:5px 0 0 40px;}
.profileonecon>dl>dd{width:44%;}
.profileonecon>dl>dd>figure{border-radius:10px;}
.profileonecon>dl>dd>figure:after{padding-top:60%;}
.profileone2{padding:0 40px;}
.profileone2 .profileonecon>dl{margin-top:0;flex-direction:row-reverse;}
.profileone2:before{display:none;}
.profileone3:before{left:60%;max-width:600px;height:900px;}
@media (max-width:1520px){
	.profileone{padding:80px 20px;}
	.profileone:before{left:18%;max-width:500px;height:800px;}
	.profileonecon>dl{margin-top:50px;}
	.profileonecon>dl>dt{width:calc(56% - 40px);}
	.profileonecon>dl>dt>h3{font-size:26px;letter-spacing:1px;}
	.profileonecon>dl>dt>p{font-size:16px;}
	.profileonecon2>dl>dt>p{margin-bottom:15px;}
	.profileonecon2>dl>dt>p.p01{margin:5px 0 0 30px;}
	.profileone2{padding:0 20px;}
	.profileone2 .profileonecon>dl{margin-top:0;}
	.profileone3:before{left:60%;max-width:500px;height:800px;}
}
@media (max-width:1080px){
	.profileone{padding:60px 20px;}
	.profileone:before{left:18%;max-width:400px;height:700px;}
	.profileonecon>dl{margin-top:40px;}
	.profileonecon>dl>dt{width:calc(56% - 30px);}
	.profileonecon>dl>dt>h3{font-size:22px;letter-spacing:0px;}
	.profileonecon>dl>dt>p{font-size:14px;}
	.profileone2{padding:0 20px;}
	.profileonecon2>dl>dt>p{margin-bottom:10px;}
	.profileonecon2>dl>dt>p.p01{margin:5px 0 0 20px;}
	.profileone2 .profileonecon>dl{margin-top:0;}
	.profileone3:before{left:60%;max-width:400px;height:700px;}
}
@media (max-width:780px){
	.profileone3:before{height:100%;}
	.profileonecon>dl{display:block;margin-top:30px;}
	.profileonecon>dl>dt{width:100%;}
	.profileonecon>dl>dt>h3{font-size:20px;}
	.profileonecon>dl>dd{margin-top:20px;width:100%;}
	.profileone2{padding:0 20px;}
	.profileone2 .profileonecon>dl{margin-top:0;}
	
}

/* teacher */
.teacherone{position:relative;padding:100px 40px;}
.teacherone:before{position:absolute;top:0;left:10%;max-width:600px;width:100%;height:900px;content:"";background:url(img/dottedmask.png) repeat;transform:skewX(-13deg);}
.teacheronecon{position:relative;z-index:5;display:flex;justify-content:flex-end;}
.teacheronecon>dl{display:flex;align-items:center;justify-content:space-between;max-width:1420px;width:100%;}
.teacheronecon>dl>dt{width:35%;}
.teacheronecon>dl>dt>figure{border-radius:50%;}
.teacheronecon>dl>dd{width:calc(65% - 100px);}
.teacheronecon>dl>dd>h3{font-size:24px;color:#019d51;letter-spacing:2px;}
.teacheronecon>dl>dd>div{margin-top:20px;font-size:18px;font-weight:bold;}
.teacheronecon>dl>dd>p{margin-top:20px;font-size:18px;}
@media (max-width:1520px){
	.teacherone{padding:80px 20px;}
	.teacherone:before{max-width:500px;height:800px;}
	.teacheronecon>dl>dd{width:calc(65% - 60px);}
	.teacheronecon>dl>dd>h3{font-size:22px;letter-spacing:1px;}
	.teacheronecon>dl>dd>div{font-size:16px;}
	.teacheronecon>dl>dd>p{font-size:16px;}
}
@media (max-width:1080px){
	.teacherone{padding:60px 20px;}
	.teacherone:before{max-width:400px;height:700px;}
	.teacheronecon>dl>dd{width:calc(65% - 40px);}
	.teacheronecon>dl>dd>h3{font-size:20px;letter-spacing:0px;}
	.teacheronecon>dl>dd>div{font-size:14px;}
	.teacheronecon>dl>dd>p{font-size:14px;}
}
@media (max-width:780px){
	.teacherone:before{max-width:300px;height:100%;}
	.teacheronecon>dl{display:block;}
	.teacheronecon>dl>dt{width:100%;}
	.teacheronecon>dl>dd{margin-top:20px;width:100%;}
	.teacheronecon>dl>dd>h3{font-size:18px;}
}

.teachertwo{position:relative;padding:20px 40px 100px;}
.teachertwo:before{position:absolute;top:50%;left:60%;max-width:700px;width:100%;height:900px;content:"";background:url(img/dottedmask.png) repeat;transform:skewX(-13deg);}
.teachertwocon>ul{position:relative;z-index:5;margin:-80px 0 0 -80px;display:flex;flex-flow:wrap;}
.teachertwocon>ul>li:first-child{display:flex;align-items:center;justify-content:space-between;width:100%;}
.teachertwocon>ul>li:first-child>figure{width:35%;}
.teachertwocon>ul>li:first-child>hgroup{width:calc(65% - 100px);}
.teachertwocon>ul>li:first-child>hgroup>h3{text-align:left;}
.teachertwocon>ul>li:first-child>hgroup>div{text-align:left;}
.teachertwocon>ul>li{margin:80px 0 0 80px;width:calc(33.33% - 80px);}
.teachertwocon>ul>li>figure{margin:0 auto;max-width:450px;border-radius:50%;}
.teachertwocon>ul>li>hgroup>h3{margin-top:20px;font-size:20px;color:#019d51;text-align:center;}
.teachertwocon>ul>li>hgroup>div{margin-top:10px;font-size:16px;text-align:center;font-weight:bold;}
.teachertwocon>ul>li>hgroup>p{margin-top:10px;font-size:16px;}
@media (max-width:1520px){
	.teachertwo{padding:20px 20px 80px;}
	.teachertwo:before{max-width:600px;height:900px;}
	.teachertwocon>ul{margin:-50px 0 0 -50px;}
	.teachertwocon>ul>li{margin:50px 0 0 50px;width:calc(33.33% - 50px);}
	.teachertwocon>ul>li>hgroup>h3{margin-top:15px;font-size:18px;}
	.teachertwocon>ul>li>hgroup>div{font-size:14px;}
	.teachertwocon>ul>li>hgroup>p{font-size:14px;}
	.teachertwocon>ul>li:first-child>hgroup{width:calc(65% - 60px);}
}
@media (max-width:1080px){
	.teachertwo{padding:0px 20px 60px;}
	.teachertwo:before{max-width:500px;}
	.teachertwocon>ul{margin:-30px 0 0 -30px;}
	.teachertwocon>ul>li{margin:30px 0 0 30px;width:calc(33.33% - 30px);}
	.teachertwocon>ul>li>hgroup>h3{margin-top:10px;font-size:16px;}
	.teachertwocon>ul>li:first-child>hgroup{width:calc(65% - 40px);}
}
@media (max-width:780px){
	.teachertwo{margin-top:20px;}
	.teachertwo:before{max-width:400px;}
	.teachertwocon>ul{margin:-20px 0 0 0px;}
	.teachertwocon>ul>li{margin:20px 0 0 0px;width:100%;}
	.teachertwocon>ul>li>hgroup>h3{font-size:18px;line-height:1.2;}
	.teachertwocon>ul>li:first-child{display:block;}
	.teachertwocon>ul>li:first-child>figure{width:100%;}
	.teachertwocon>ul>li:first-child>hgroup{width:100%;}
}

/* contact */
.contactone{padding:100px 40px;}
.contactonecon>p{font-size:20px;text-align:center;}
.contactfrom{margin:60px auto 0;max-width:1080px;width:100%;}
.contactfrom>dl{display:flex;flex-flow:wrap;justify-content:space-between;}
.contactfrom>dl>dt{margin-top:20px;width:280px;font-size:18px;letter-spacing:2px;font-weight:500;}
.contactfrom>dl>dt>span{position:relative;margin-right:20px;display:inline-block;padding:5px 2px 6px;width:46px;font-size:14px;color:#fff;font-weight:500;line-height:1;text-align:center;background:#119c9e;}
.contactfrom>dl>dt>span:after{position:absolute;right:-10px;top:calc(50% - 5px);content:"";width:0;height:0;border-top:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid transparent;border-left:10px solid #119c9e;}
.contactfrom>dl>dt>em{display:inline-block;width:56px;}
.contactfrom>dl>dt.dt03{display:flex;align-items:center;}
.contactfrom>dl>dd{margin-top:20px;width:calc(100% - 280px);}
.contactfrom>dl>dd input{padding:12px 20px;width:100%;border:1px solid #b5b5b5;}
.contactfrom>dl>dd textarea{padding:12px 20px;width:100%;height:200px;border:1px solid #b5b5b5;}
.p02{text-align:center;}
.contactfrom>h3{margin-top:60px;text-align:center;}
.scrollbox{margin-top:20px;max-height:100px;overflow-y:scroll;background:#fff;border:1px solid #efefef;}
.scrollbox>p{padding:20px;font-size:18px;}
.scrollbox>p>a{text-decoration:underline;}
.scrollbox>p>a:hover{text-decoration:none;}
input[type="radio"], input[type="checkbox"]{margin:0 0 2px;}
.mw_wp_form .horizontal-item + .horizontal-item{margin-left:0;}
.mw_wp_form .horizontal-item{margin-right:10px;}
.agree{margin-top:20px;display:flex;align-items:center;justify-content:center;color:#151515;}
.mw_wp_form .agree .horizontal-item{margin-right:5px;}
.send{margin:60px auto 0;display:flex;justify-content:center;padding:15px;width:360px;text-align:center;font-weight:bold;color:#fff;background:#119c9e;cursor:no-drop;transition:.3s;}
.send:hover{background:#45f8fb;}
@media (max-width:1520px){
	.contactone{padding:80px 20px;}
	.contactonecon>p{font-size:18px;}
	.contactfrom{margin:50px auto 0;}
	.contactfrom>dl>dt{margin-top:15px;width:240px;font-size:16px;letter-spacing:1px;}
	.contactfrom>dl>dt>span{margin-right:15px;width:42px;}
	.contactfrom>dl>dt>em{width:52px;}
	.contactfrom>dl>dd{margin-top:15px;width:calc(100% - 240px);}
	.contactfrom>h3{margin-top:50px;}
	.scrollbox>p{font-size:16px;}
	.send{margin:50px auto 0;width:320px;}
}
@media (max-width:1080px){
	.contactone{padding:60px 20px;}
	.contactonecon>p{font-size:16px;}
	.contactfrom{margin:40px auto 0;}
	.contactfrom>dl>dt{margin-top:10px;width:200px;font-size:14px;letter-spacing:0px;}
	.contactfrom>dl>dt>span{margin-right:10px;padding:4px 2px 5px;width:36px;font-size:12px;}
	.contactfrom>dl>dt>em{width:46px;}
	.contactfrom>dl>dd{margin-top:10px;width:calc(100% - 200px);}
	.contactfrom>h3{margin-top:40px;}
	.scrollbox>p{font-size:14px;}
	.send{margin:40px auto 0;width:280px;}
}
@media (max-width:780px){
	.contactonecon>p{font-size:14px;}
	.contactfrom{margin:30px auto 0;}
	.contactfrom>dl>dt{width:100%;}
	.contactfrom>dl>dt>span{padding:3px 2px 4px;width:32px;}
	.contactfrom>dl>dt>em{width:42px;}
	.contactfrom>dl>dd{margin-top:3px;width:100%;}
	.contactfrom>h3{margin-top:30px;}
	.send{margin:30px auto 0;width:220px;}
}


/* news */
.newsone{padding:100px 40px;}
.newsonecon{max-width:1320px;}
.newsonecon>ul>li{margin:30px 0;display:flex;justify-content:space-between;}
.newsonecon>ul>li>time{width:150px;font-family: "Outfit", sans-serif;}
.newsonecon>ul>li>a{display:block;width:calc(100% - 150px);color:#151515;transition:.3s;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.newsonecon>ul>li>a:hover{color:#019d51;}
.newsonecon>time{font-weight:bold;font-family: "Outfit", sans-serif;}
.newsonecon>h3{font-size:30px;color:#019d51;line-height:1.4;}
.newsonecon>p{margin-top:40px;}
@media (max-width:1520px){
	.newsone{padding:80px 20px;}
	.newsonecon>ul>li{margin:25px 0;}
	.newsonecon>ul>li>time{width:130px;}
	.newsonecon>ul>li>a{width:calc(100% - 130px);}
	.newsonecon>h3{font-size:26px;}
	.newsonecon>p{margin-top:30px;}
}
@media (max-width:1080px){
	.newsone{padding:60px 20px;}
	.newsonecon>ul>li{margin:20px 0;}
	.newsonecon>ul>li>time{width:110px;}
	.newsonecon>ul>li>a{width:calc(100% - 110px);}
	.newsonecon>h3{font-size:22px;}
	.newsonecon>p{margin-top:20px;}
}
@media (max-width:780px){
	.newsonecon>ul>li{margin:10px 0;display:block;}
	.newsonecon>ul>li>time{width:100%;}
	.newsonecon>ul>li>a{width:100%;}
	.newsonecon>h3{font-size:18px;}
}

.pagenav{display:flex;width:100%;justify-content:center;margin:80px auto 0;line-height:1;}
.pagenav>*{padding:5px 10px;border:1px solid #5bb400;text-decoration:none;color:#000;}
.pagenav>*:not(:first-child){ margin-left:10px;}
.pagenav>a:hover{background:#5bb400;color:#fff;text-decoration:none;}
.pagenav>span{background:#fff;color:#5bb400!important;}
@media (max-width:1520px){
	.pagenav{margin:60px auto 0;}
}
@media (max-width:1080px){
	.pagenav{margin:40px auto 0;}
}

.goobtn{margin-left:20px;margin-right:20px;margin-top:5px;}
.goobtn #flags{width:60px;}
#flags li{line-height:1;}
@media (max-width:1080px){
	.goobtn{margin-right:0px;}
}
@media (max-width:780px){
	.goobtn #flags{width:55px;}
}

.goobtn>a{padding:6px 10px;color:#fff;line-height:1;background:#019d51;transition:.3s;}
.goobtn>a:first-child{border-right:1px solid #fff;}
.goobtn>a:hover{opacity:.7;}
@media (max-width:1080px){
	.goobtn{margin-left:0;}
}


.achievementone{padding:100px 40px;}
.achievementonecon>h2{font-size:80px;text-align:center;}
.achievementonecon>h2>span{display:block;font-size:50px;}
.achievementonecon>h3{margin-top:100px;font-size:60px;color:#019d51;}
.achievementonecon>ul{display:flex;flex-flow:wrap;margin:-20px 0 0 -30px;}
.achievementonecon>ul>li{margin:60px 0 0 30px;width:calc(25% - 30px);}
.achievementonecon>p{font-size:40px;font-weight:bold;line-height:1.4;}
@media (max-width:1520px){
	.achievementone{padding:80px 20px;}
	.achievementonecon>h2{font-size:66px;}
	.achievementonecon>h2>span{font-size:40px;}
	.achievementonecon>h3{margin-top:80px;font-size:48px;}
	.achievementonecon>ul{margin:-10px 0 0 -20px;}
	.achievementonecon>ul>li{margin:40px 0 0 20px;width:calc(25% - 20px);}
	.achievementonecon>p{font-size:30px;}
}
@media (max-width:1080px){
	.achievementone{padding:60px 20px;}
	.achievementonecon>h2{font-size:52px;}
	.achievementonecon>h2>span{font-size:30px;}
	.achievementonecon>h3{margin-top:60px;font-size:36px;}
	.achievementonecon>ul{margin:-10px 0 0 -10px;}
	.achievementonecon>ul>li{margin:30px 0 0 10px;width:calc(25% - 10px);}
	.achievementonecon>p{font-size:20px;}
}
@media (max-width:780px){
	.achievementonecon>h2{font-size:34px;}
	.achievementonecon>h2>span{font-size:16px;}
	.achievementonecon>h3{margin-top:40px;font-size:28px;}
	.achievementonecon>ul{margin:-10px 0 0 -10px;}
	.achievementonecon>ul>li{margin:20px 0 0 10px;width:calc(50% - 10px);}
	.achievementonecon>p{font-size:14px;}
}

.achievementanchor{margin:60px auto;}
.achievementanchor ol{list-style-type:none;display:flex;justify-content:space-between;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;}
.achievementanchor ol li{width:20%;padding:0 10px;margin-bottom:10px;display:flex;}
.achievementanchor ol li a{width:100%;color:#FFF;background:#019d51;display:flex;justify-content:center;text-align:center;padding:15px 20px;transition:.3s;}
.achievementanchor ol li a:hover{background:#c3e002;}
@media (max-width:1520px){
	.achievementanchor ol li a{padding:10px 20px;}
}
@media (max-width:1080px){
	.achievementanchor ol{margin-left:-5px;margin-right:-5px;}
	.achievementanchor ol li{padding:0 5px;}
	.achievementanchor ol li a{padding:10px;}
}
@media (max-width:780px){
	.achievementanchor ol li{width:50%;}	
}











