@charset "utf-8";
/*
Theme Name: cye-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{width:100%;font-size:20px;color:#010000;background:#fff;line-height:1.8;
	font-family:"Yu Gothic Medium","游ゴシック Medium","ヒラギノ角ゴ Pro W3","Noto Sans Japanese","sans-serif";
}
@media screen and (max-width:1520px){
	body{font-size:18px;}
}
@media screen and (max-width:1080px){
	body{font-size:16px;}
}
@media screen and (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;}

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 */

/*taiheiM*/
.wrapper{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);
}
.wrapper .wrapperbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;background:rgba(0,0,0,0.5);}
.wrapper-move{left:-200px;overflow:hidden;}

/*mobile-btn*/
.mobile-btn{display:none;}
.mobile-btn div{position:relative;right:0;top:0;display:block;width:30px;height:20px;background:none;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:30px;height:2px;background:#db763a;   
    -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){    
    -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){    
    -webkit-transform:translateY(9px);
    -moz-transform:translateY(9px);
    -ms-transform:translateY(9px);
    -o-transform:translateY(9px);    
    transform:translateY(9px);
}
.mobile-btn .active{
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){width:20px !important;
  	transform-origin:0.71429px center !important;
    transform:rotate3d(0,0,1,-40deg) !important;
}	
.mobile-btn .active span:nth-child(3){width:20px !important;
    transform:rotate3d(0,0,1,40deg) !important;
    transform-origin:0.71429px center !important;    
}
@media screen and (max-width:1080px){
	.mobile-btn{display:block;}
}

/*sp-wrapper*/
.sp-wrapper{display:none;position:fixed;top:0;right:0;z-index:60;display:block;padding:3em 10px 0 10px;width:200px;text-align:center;height:100vh;background:#333;
	-webkit-transform:translateX(200px);
    transform:translateX(200px);
    -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{
	transform:translateX(0px) !important;
}
.sp-wrapper h2{width:100%;text-align:center;font-size:24px;text-transform:uppercase;color:#fff;letter-spacing:1px;font-weight:normal;}
.sp-wrapperul{margin-top:1.5em;width:100%;}
.sp-wrapperul>li{text-align:center;border-top:1px solid #5d5d5d;}
.sp-wrapperul>li>a{display:block;padding:10px 0;font-size:14px;color:#fff;letter-spacing:1px;text-transform:uppercase;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.sp-wrapperul>li>a:hover{background:#fff;color:#002e63;}

/*bkt*/
.bkt{position:fixed;right:40px;bottom:40px;width:45px;height:45px;display:flex;justify-content:center;align-items:center;z-index:999;background:#f86c19;border-radius:50%;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_tit{line-height:1;text-align:center;}
.common_tit>h2{display:flex;align-items:flex-end;justify-content:center;text-transform:uppercase;font-family:'Noto Sans JP',sans-serif;}
.common_tit>h2>span{font-size:120px;color:#167ac7;}
.common_tit>h2>em{position:relative;margin-bottom:6px;font-size:60px;color:#000;}
.common_tit>h2>em:before{position:absolute;top:-5px;left:4px;content:"";width:calc(100% - 8px);height:2px;background:#167ac7;}
@media screen and (max-width:1520px){
	.common_tit>h2>span{font-size:92px;}
	.common_tit>h2>em{margin-bottom:4px;font-size:46px;}
}
@media screen and (max-width:1080px){
	.common_tit>h2>span{font-size:64px;}
	.common_tit>h2>em{margin-bottom:2px;font-size:32px;}
	.common_tit>h2>em:before{top:-4px;left:3px;width:calc(100% - 6px);}
}
@media screen and (max-width:780px){
	.common_tit>h2>span{font-size:44px;}
	.common_tit>h2>em{font-size:22px;}
	.common_tit>h2>em:before{top:-3px;width:calc(100% - 4px);}
}




/*more*/
.more{display:flex;justify-content:center;line-height:1;}
.more a{display:flex;align-items:center;position:relative;padding:8px 20px;line-height:1;overflow:hidden;font-size:16px;color:#fff;text-transform:uppercase;background:#db763a;border-radius:30px;
	-webkit-transition:0.3s;
    transition:0.3s;
}
.more a span{display:block;margin-left:10px;font-weight:bold;font-size:18px;}
.more a:hover{background-image:linear-gradient(to right,#f8975d, #ff5f00);}
.more2{margin-top:100px;}
.more2 a{padding:13px 40px;}
@media screen and (max-width:1440px){
	.more a{padding:4px 15px;font-size:14px;}
	.more a span{font-size:16px;}
	.more2{margin-top:70px;}
	.more2 a{padding:10px 30px;}
}
@media screen and (max-width:1080px){
	.more2{margin-top:50px;}
	.more2 a{padding:8px 20px;}
}
@media screen and (max-width:780px){
	.more2{margin-top:20px;}
}


@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:26px;
  color:#fff;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* header */
/*@-webkit-keyframes headermove{
	0%{
	    top:-30px;
	}
	100%{
	    top:0px;
	}
}*/
.header.header_fixed{position:fixed;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:99;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);}
.headercon{position:relative;display:flex;align-items:center;justify-content:space-between;transition:all 0.8s;}
.headercon .logo{display:block;margin-left:100px;width:96px;}
.headercon .header_right{display:flex;align-items:center;justify-content:space-between;max-width:calc(100% - 300px);width:100%;}
.headercon .header_right .main-navigation{margin-right:40px;width:calc(100% - 300px);}
.headercon .header_right .main-navigation>ul{display:flex;align-items:center;justify-content:flex-end;}
.headercon .header_right .main-navigation>ul>li{width:170px;text-align:center;border-right:1px solid #c4c6c7;line-height:1;}
.headercon .header_right .main-navigation>ul>li>a{position:relative;font-size:16px;color:#000;font-family:'Noto Sans JP',sans-serif;}
.main-navigation>ul>li>a>span{font-size:20px;color:#167ac7;font-weight:700;}
.headercon .header_right .main-navigation>ul>li>a:after{content:"";display:block;width:100%;height:2px;background:#167ac7;opacity:0;visibility:hidden;transform: scaleX(0);transition:.4s ease-in-out;position:absolute;left:0;bottom:-2px;}
.headercon .header_right .main-navigation>ul>li>a:hover:after{opacity: 0.8;visibility:visible;transform:scaleX(1);}
.headercon .header_right .main-navigation>ul>li:last-child{border-right:none;padding-right:0;}
.headercon .header_right .headercat{position:relative;width:300px;text-align:center;background:#ff6652;overflow:hidden;}
.headercon .header_right .headercat a{position:relative;z-index:5;display:block;padding:35px 20px;font-size:24px;color:#fff;font-weight:300;line-height:1;text-transform:uppercase;letter-spacing:2px;transition:.3s;font-family:'Noto Sans JP',sans-serif;}
.headercon .header_right .headercat a:after{content:'';display:block;width:0;height:0;border-width:30px;border-style:solid;border-color:#ff9e92 transparent transparent transparent;position:absolute;bottom:-30px;right:-30px;transform:rotate(-45deg);transition:.3s;}
.headercon .header_right .headercat a:hover:after{border-width:50px;bottom:-50px;right:-50px;}
@media screen and (max-width:1520px){
	.headercon .logo{margin-left:30px;width:80px;}
	.headercon .header_right{max-width:calc(100% - 140px);}
	.headercon .header_right .main-navigation{margin-right:20px;width:calc(100% - 150px);}
	.headercon .header_right .main-navigation>ul>li{width:120px;}
	.headercon .header_right .main-navigation>ul>li>a{font-size:14px;}
	.main-navigation>ul>li>a>span{font-size:18px;}
	.headercon .header_right .headercat{width:150px;}
	.headercon .header_right .headercat a{padding:30px 10px;font-size:20px;letter-spacing:1px;}
	.headercon .header_right .headercat a:hover:after{border-width:40px;bottom:-40px;right:-40px;}
}
@media screen and (max-width:1080px){
	.header{padding:10px 20px;}
	.headercon .logo{margin-left:0px;width:70px;}
	.headercon .header_right{position:absolute;right:50px;top:50%;max-width:150px;transform:translateY(-50%);}
	.headercon .header_right .main-navigation{display:none;}
	.headercon .header_right .headercat a{padding:15px 10px;font-size:18px;letter-spacing:0px;}
	.headercon .header_right .headercat a:after{border-width:20px;bottom:-20px;right:-20px;}
}
@media screen and (max-width:780px){
	.headercon .logo{width:60px;}
	.headercon .header_right{max-width:120px;}
	.headercon .header_right .headercat{width:120px;}
	.headercon .header_right .headercat a{padding:10px;font-size:16px;}
	.headercon .header_right .headercat a:hover:after{border-width:20px;bottom:-20px;right:-20px;}
}

/*banner*/
@-webkit-keyframes bannermove{
	0%{
		-webkit-transform:scale(1.1,1.1);
		transform:scale(1.1,1.1);
	}
	50%{
		-webkit-transform:scale(1,1);
		transform:scale(1,1);
	}
	100%{
		-webkit-transform:scale(1.1,1.1);
		transform:scale(1.1,1.1);
	}
}
.banner{position:relative;height:100vh;overflow:hidden;}
.banner:after{position:absolute;top:0;left:0;z-index:2;content:"";width:100%;height:100%;background:url(img/banneraft.png);}
.banner>figure{position:relative;z-index:1;width:100%;height:100vh;
	-webkit-animation:bannermove 50s linear infinite 0s;
	-moz-animation:bannermove 50s linear infinite 0s;
	-ms-animation:bannermove 50s linear infinite 0s;
	-o-animation: bannermove 50s linear infinite 0s;
	animation:bannermove 50s linear infinite 0s;
}
.banner .bannercon{position:absolute;top:50%;left:50%;z-index:3;padding:0 20px;width:100%;max-width:1800px;text-align:center;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.banner .bannercon>h2{font-size:62px;color:#fff;font-weight:500;line-height:1.4;text-shadow:2px 2px 8px #000,2px 2px 8px #000;font-family:'Noto Sans JP',sans-serif;}
@media screen and (max-width:1520px){
	.banner{height:800px;}
	.banner>figure{height:800px;}
	.banner .bannercon>h2{font-size:48px;}
}
@media screen and (max-width:1080px){
	.banner{height:700px;}
	.banner>figure{height:600px;}
	.banner .bannercon>h2{font-size:34px;}
}
@media screen and (max-width:780px){
	.banner{height:500px;}
	.banner>figure{height:500px;background-position:left center;}
	.banner .bannercon>h2{font-size:22px;}
}


.boxwidth{margin:0 auto;max-width:1320px;width:100%;}


                  
.indexone{padding:80px 40px;}
.indexonecon>hgroup{margin-top:50px;padding:35px 0;text-align:center;background:url(img/index01.png)no-repeat center;}
.indexonecon>hgroup>h3{font-size:30px;}
.indexonecon>hgroup>p{margin-top:20px;color:#000;line-height:2.2;text-align:left;}
.indexonecon>ul{position:relative;margin:40px auto 0;display:flex;justify-content:space-between;max-width:560px;width:100%;}
.indexonecon>ul>li{width:calc(50% - 10px);}
@media screen and (max-width:1520px){
	.indexone{padding:60px 20px;}
	.indexonecon>hgroup{margin-top:40px;padding:25px 0;background-size:500px 322px;}
	.indexonecon>hgroup>h3{font-size:26px;}
	.indexonecon>ul{margin:30px auto 0;}
}
@media screen and (max-width:1080px){
	.indexonecon>hgroup{margin-top:30px;padding:20px 0;}
	.indexonecon>hgroup>h3{font-size:22px;}
	.indexonecon>hgroup>p{line-height:2;}
	.indexonecon>ul{margin:20px auto 0;}
}
@media screen and (max-width:780px){
	.indexonecon>hgroup{margin-top:10px;background-size:100%;}
	.indexonecon>hgroup>h3{font-size:18px;}
	.indexonecon>hgroup>p{margin-top:10px;line-height:1.8;}
	.indexonecon>ul>li{width:calc(50% - 5px);}
}


.indextwo{padding:80px 40px;background:url(img/indexbg01.jpg);}
.indextwocon>h3{margin-top:50px;font-size:24px;text-align:center;}
.indextwocon>p{margin-top:20px;color:#000;text-align:left;line-height:2.2;}
@media screen and (max-width:1520px){
	.indextwo{padding:60px 20px;}
	.indextwocon>h3{margin-top:40px;font-size:22px;}
}
@media screen and (max-width:1080px){
	.indextwocon>h3{margin-top:30px;font-size:20px;}
}
@media screen and (max-width:780px){
	.indextwocon>h3{margin-top:30px;font-size:18px;}
	.indextwocon>p{margin-top:10px;line-height:1.8;}
}

.indexthree{padding:80px 40px;background:url(img/index02.jpg)no-repeat right bottom;background-size:cover;}
.indexthree2{background:url(img/index03.jpg)no-repeat left bottom;background-size:cover;}
.indexthreecon>h3{font-size:32px;color:#fff;}
.indexthreecon>p{margin-top:40px;color:#fff;}
@media screen and (max-width:1520px){
	.indexthree{padding:60px 20px;}
	.indexthreecon>h3{font-size:24px;}
	.indexthreecon>p{margin-top:30px;}
}
@media screen and (max-width:1080px){
	.indexthreecon>h3{font-size:20px;}
	.indexthreecon>p{margin-top:20px;}
}
@media screen and (max-width:780px){
	.indexthreecon>h3{font-size:18px;}
}

.indexfour{padding:80px 40px;}
.indexfourcon>p{margin-top:60px;text-align:left/*center*/;}
.indexfourcon>figure{margin-top:40px;}
.indexfourcon>h3{margin-top:60px;font-size:30px;text-align:center;font-family:'Noto Sans JP',sans-serif;}
@media screen and (max-width:1520px){
	.indexfour{padding:60px 20px;}
	.indexfourcon>p{margin-top:50px;}
	.indexfourcon>figure{margin-top:30px;}
	.indexfourcon>h3{margin-top:50px;font-size:26px;}
}
@media screen and (max-width:1080px){
	.indexfourcon>p{margin-top:40px;}
	.indexfourcon>figure{margin-top:20px;}
	.indexfourcon>h3{margin-top:40px;font-size:22px;}
}
@media screen and (max-width:780px){
	.indexfourcon>p{margin-top:30px;}
	.indexfourcon>h3{margin-top:30px;font-size:18px;}
}

.indexfive{padding:80px 40px;background:url(img/indexbg01.jpg);}
.indexfive2{padding:0 40px 80px;background:none;}
.indexfive3{padding:10px 40px 80px;}
.indexfivecon>h3{margin-top:80px;padding-left:20px;font-size:30px;border-left:3px solid #0d4b7a;line-height:1;}
.indexfivecon>p{margin-top:20px;}
.indexfivecon>p>span{display:inline-block;text-indent:1em;}
.indexfivecon>ul{margin-top:30px;display:flex;flex-wrap:wrap;width:100%;}
.indexfivecon>ul>li{margin-top:10px;padding-left:10px;width:20%;}
.scroll{margin-top:30px;}
.table01{width:100%;}
.table01 tr td{padding:5px;width:calc(100% / 6);text-align:center;border:1px solid #626262;background:#ececec;}
.table01 tr:first-child td{color:#fff;font-weight:bold;background:#121a20;}
.table01 tr:first-child td{padding:10px 5px;}
.table01 tr:nth-child(2n) td{background:#fff;}

.table02{width:100%;}
.table02 tr td{padding:5px;width:calc(100% / 6);text-align:center;border:1px solid #626262;background:#ececec;}
.table02 tr:first-child td{color:#fff;font-weight:bold;background:#121a20;}
.table02 tr:first-child td{padding:10px 5px;}
.table02 tr:nth-child(2n) td{background:#fff;}

.table03{width:100%;border-top:1px solid #626262 !important;}
.table03 tr td{padding:5px;width:calc(100% / 2);text-align:center;border:1px solid #626262;background:#fff;}
.table03 tr:nth-child(2n) td{background:#ececec;}
@media screen and (max-width:1520px){
	.indexfive{padding:60px 20px;}
	.indexfivecon>h3{margin-top:70px;padding-left:15px;font-size:26px;}
	.indexfivecon>p{margin-top:15px;}
	.indexfivecon>ul{margin-top:30px;}
	.indexfivecon>ul{margin-top:20px;}
	.indexfivecon>ul>li{margin-top:5px;padding-left:5px;}
	.scroll{margin-top:20px;}
}
@media screen and (max-width:1080px){
	.indexfivecon>h3{margin-top:60px;padding-left:10px;font-size:22px;}
	.indexfivecon>ul{margin-top:20px;}
	.indexfivecon>ul>li{width:25%;}
}
@media screen and (max-width:780px){
	.indexfivecon>h3{margin-top:40px;font-size:18px;}
	.indexfivecon>ul>li{width:50%;}
	.table01 tr:first-child td{padding:6px 5px;}
	.scroll{max-width:740px;width:100%;overflow-x:scroll;}
	.scroll::-webkit-scrollbar{height:8px;}
}

.indexsix{padding:80px 40px;}
.indexsixcon>ul{margin-top:40px;display:flex;flex-flow:wrap;}
.indexsixcon>ul>li{position:relative;margin-top:30px;margin-left:25px;padding:15px 15px 40px;width:calc(33.33% - 25px);border:1px solid #ebebeb;box-shadow:0px 6px 6px #ccc;}
.indexsixcon>ul>li:after{content:'';display:block;width:0;height:0;border-width:30px;border-style:solid;border-color:#333 transparent transparent transparent;position:absolute;top:-18px;left:-18px;transform:rotate(-225deg);transition:.3s;}
.indexsixcon>ul>li>h3{margin-top:10px;font-size:24px;text-align:center;line-height:1;text-transform:uppercase;letter-spacing:4px;font-family:'Noto Sans JP',sans-serif;}
.indexsixcon>ul>li>h3>span{margin:10px 0;display:block;font-size:80px;letter-spacing:0;}
.indexsixcon>ul>li>h3>hr{margin:0 auto;width:80px;height:7px;background:#333;border:none;}
.indexsixcon>ul>li>h4{margin-top:20px;font-size:30px;text-align:center;font-family:'Noto Sans JP',sans-serif;}
.indexsixcon>ul>li>figure{margin:20px auto 0;max-width:144px;width:100%;}
.indexsixcon>ul>li>p{margin-top:20px;font-size:18px;text-align:center;}
.indexsixcon>ul>li>hr{position:absolute;bottom:15px;left:15px;margin:20px 0 0;width:calc(100% - 30px);height:10px;background:#0d4b7a;border:none;}
.indexsixcon>hgroup{margin-top:80px;padding:40px 80px 80px;box-shadow:0 10px 10px #ccc;}
.indexsixcon>hgroup>p{margin-top:10px;display:flex;justify-content:space-between;}
.indexsixcon>hgroup>p>span{width:15px;}
.indexsixcon>hgroup>p>em{width:calc(100% - 15px);}
@media screen and (max-width:1520px){
	.indexsix{padding:60px 20px;}
	.indexsixcon>ul{margin-top:30px;}
	.indexsixcon>ul>li{margin-top:20px;margin-left:20px;padding:10px 10px 30px;width:calc(33.33% - 20px);}
	.indexsixcon>ul>li>h3{font-size:20px;letter-spacing:4px;}
	.indexsixcon>ul>li>h3>span{font-size:66px;}
	.indexsixcon>ul>li>h3>hr{width:70px;height:6px;}
	.indexsixcon>ul>li>h4{font-size:24px;}
	.indexsixcon>ul>li>figure{max-width:120px;}
	.indexsixcon>ul>li>p{font-size:16px;}
	.indexsixcon>ul>li>hr{bottom:10px;left:10px;width:calc(100% - 20px);height:8px;}
	.indexsixcon>hgroup{margin-top:70px;padding:30px 40px 40px;}
}
@media screen and (max-width:1080px){
	.indexsixcon>ul{margin-top:20px;}
	.indexsixcon>ul>li{margin-left:15px;width:calc(50% - 15px);}
	.indexsixcon>ul>li>h3{font-size:16px;letter-spacing:2px;}
	.indexsixcon>ul>li>h3>span{font-size:48px;}
	.indexsixcon>ul>li>h3>hr{width:60px;height:5px;}
	.indexsixcon>ul>li>h4{font-size:20px;}
	.indexsixcon>ul>li>figure{max-width:100px;}
	.indexsixcon>ul>li>p{font-size:14px;}
	.indexsixcon>hgroup{margin-top:60px;padding:20px;}
	.indexsixcon>hgroup>p>span{width:12px;}
	.indexsixcon>hgroup>p>em{width:calc(100% - 12px);}
}
@media screen and (max-width:780px){
	.indexsixcon>ul>li{margin-left:0;width:100%;}
	.indexsixcon>ul>li:after{border-width:20px;top:-15px;left:-15px;transform:rotate(-225deg);}
	.indexsixcon>ul>li>h3{font-size:14px;letter-spacing:1px;}
	.indexsixcon>ul>li>h3>span{font-size:30px;}
	.indexsixcon>ul>li>h3>hr{width:40px;height:4px;}
	.indexsixcon>ul>li>h4{font-size:18px;}
	.indexsixcon>ul>li>figure{max-width:80px;}
}

.indexseven{padding:80px 40px;background:#f7f7f7;}
.indexsevencon>dl{margin:60px auto 0;max-width:850px;width:100%;display:flex;flex-flow:wrap;justify-content:space-between;}
.indexsevencon>dl>dt{display:flex;align-items:center;padding:15px 0;width:180px;font-weight:bold;text-transform:uppercase;border-bottom:1px dotted #000;}
.indexsevencon>dl>dd{padding:15px 0;width:calc(100% - 240px);border-bottom:1px dotted #000;}
.indexsevencon>dl>dt.dt01,
.indexsevencon>dl>dd.dd01{border-bottom:none;}
.indexsevencon>dl>dd a{color:#000;}
.indexsevencon>dl>dd a:hover{text-decoration:underline;}
@media screen and (max-width:1520px){
	.indexseven{padding:60px 20px;}
	.indexsevencon>dl{margin:50px auto 0;max-width:800px;}
	.indexsevencon>dl>dt{padding:12px 0;width:150px;}
	.indexsevencon>dl>dd{padding:12px 0;width:calc(100% - 180px);}
}
@media screen and (max-width:1080px){
	.indexsevencon>dl{margin:40px auto 0;max-width:700px;}
	.indexsevencon>dl>dt{padding:10px 0;width:130px;}
	.indexsevencon>dl>dd{padding:10px 0;width:calc(100% - 140px);}
}
@media screen and (max-width:780px){
	.indexsevencon>dl{display:block;}
	.indexsevencon>dl>dt{width:100%;}
	.indexsevencon>dl>dd{width:100%;}
}

.indexeight{position:relative;padding:80px 40px;}
.indexeight hgroup{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:200px;height:100%;background:#3f3f3f;}
.indexeight hgroup>h3{font-size:60px;color:#fff;letter-spacing:10px;text-transform:uppercase;writing-mode:tb-rl;font-family:'Noto Sans JP',sans-serif;}
.contactfrom{margin:0 auto;max-width:1320px;width:100%;}
.contactfrom>dl{display:flex;justify-content:space-between;border-bottom:1px dotted #000;}
.contactfrom>dl>dt{display:flex;align-items:center;padding:15px 0;width:230px;font-weight:bold;text-transform:uppercase;}
.contactfrom>dl>dt>span{color:#fe4973;}
.contactfrom>dl>dd{padding:15px 0;width:calc(100% - 230px);}
.contactfrom>dl>dd>input{padding:15px;width:100%;background:#f5f5f5;border:1px solid #e3e3e3;}
.contactfrom>dl>dd>textarea{padding:15px;width:100%;height:200px;background:#f5f5f5;border:1px solid #e3e3e3;}
.contactfrom>dl>dd>select{padding:15px;width:100%;background:#f5f5f5;border:1px solid #e3e3e3;}
.contactfrom>dl.dl01{border:none;}
.btn{position:relative;margin:40px auto 0;display:block !important;width:300px;text-align:center;}
.btn input{padding:15px 30px;width:300px;font-size:20px;background:#167ac7;text-align:center;cursor:pointer;color:#fff;font-weight:bold;}
.btn:after{position:absolute;top:calc(50% - 5px);right:40px;display:inline-block;content:"";width:10px;height:10px;
    border:solid #fff;
    border-width:2px 2px 0 0;
    -webkit-transform:translateX(-2px) rotate(45deg);
    transform:translateX(-2px) rotate(45deg);}
.btn input:hover{background:#43a7f4;color:#fff;}

.indexeightcon .mw_wp_form_complete>p{padding:120px 0;text-align:center;}
@media screen and (max-width:1800px){
	.contactfrom{max-width:1000px;}
}
@media screen and (max-width:1520px){
	.indexeight{padding:60px 20px;}
	.indexeight hgroup>h3{font-size:50px;}
	.indexeight hgroup{width:150px;}
	.contactfrom{margin-left:190px;max-width:1200px;width:calc(100% - 190px);}
	.contactfrom>dl>dt{padding:10px 0;width:200px;}
	.contactfrom>dl>dd{padding:10px 0;width:calc(100% - 200px);}
	.contactfrom>dl>dd>input{padding:10px;}
	.contactfrom>dl>dd>textarea{padding:10px;}
	.contactfrom>dl>dd>select{padding:10px;}
	.btn{margin:30px auto 0;width:250px;}
	.btn input{padding:12px 20px;width:250px;font-size:18px;}
}
@media screen and (max-width:1080px){
	.indexeight hgroup>h3{font-size:40px;}
	.indexeight hgroup{width:100px;}
	.contactfrom{margin-left:110px;width:calc(100% - 110px);}
	.contactfrom>dl>dt{width:160px;}
	.contactfrom>dl>dd{width:calc(100% - 160px);}
	.btn{margin:20px auto 0;width:200px;}
	.btn input{padding:10px 20px;width:200px;font-size:16px;}
	.btn:after{top:calc(50% - 4px);right:30px;width:8px;height:8px;}
}
@media screen and (max-width:780px){
	.indexeight hgroup>h3{font-size:30px;}
	.indexeight hgroup{width:70px;}
	.contactfrom{margin-left:70px;width:calc(100% - 70px);}
	.contactfrom>dl{display:block;}
	.contactfrom>dl>dt{width:100%;}
	.contactfrom>dl>dd{padding:0 0 10px;width:100%;}
	.btn{width:150px;}
	.btn input{width:150px;font-size:14px;}
	.btn:after{top:calc(50% - 3px);right:20px;width:6px;height:6px;}
	.indexeightcon .mw_wp_form_complete>p{margin-left:90px;width:calc(100% - 90px);}
}


/* footer */
.footer{padding:80px 40px;background:#3f3f3f;}
.footercon{display:flex;justify-content:flex-end;align-items:center;}
.footercon>ol{display:flex;margin-right:40px;list-style:none;}
.footercon>ol>li:not(:first-child){margin-left:20px;}
.footercon>ol>li>a{display:block;width:40px;}
.footercon>p{font-size:14px;color:#fff;}
@media screen and (max-width:1520px){
	.footer{padding:70px 20px;}
	.footercon>ol{margin-right:30px;}
	.footercon>ol>li:not(:first-child){margin-left:15px;}
	.footercon>ol>li>a{width:35px;}
	.footercon>p{font-size:12px;}
}
@media screen and (max-width:1080px){
	.footer{padding:60px 20px;}
	.footercon>ol{margin-right:20px;}
	.footercon>ol>li:not(:first-child){margin-left:10px;}
	.footercon>ol>li>a{width:30px;}
}
@media screen and (max-width:780px){
	.footer{padding:50px 20px;}
	.footercon{display:block;}	
	.footercon>ol{justify-content:center;margin-right:0;}
	.footercon>p{margin-top:20px;text-align:center;}
}



/* pageban */
.pageban{position:relative;height:400px;overflow:hidden;}
.pageban:after{position:absolute;top:0;left:0;z-index:2;content:"";width:100%;height:100%;background:url(img/banneraft.png);}
.pageban>figure{background-position:center center;}
.pageban *{
	-webkit-transition:0.3s;
	transition:0.3s;
}
.pageban .pagebancon{position:absolute;top:50%;left:50%;z-index:5;padding:0 20px;width:100%;max-width:1520px;color:#fff;text-align:center;line-height:1;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageban .pagebancon h2{font-size:48px;color:#fff;letter-spacing:5px;}
@media screen and (max-width:1520px){
	.pageban{height:350px;}
	.pageban .pagebancon h2{font-size:40px;letter-spacing:3px;}
}
@media screen and (max-width:1080px){
	.pageban{height:300px;}
	.pageban .pagebancon h2{font-size:30px;letter-spacing:2px;}
}
@media screen and (max-width:780px){
	.pageban{height:250px;}
	.pageban .pagebancon h2{font-size:22px;letter-spacing:1px;}
}


.contacttwo{padding:100px 40px;text-align:center;}
@media screen and (max-width:1520px){
	.contacttwo{padding:80px 20px;}
}
@media screen and (max-width:1080px){
	.contacttwo{padding:60px 20px;}
}

.accordion_one{border:1px solid #f86c19;margin-top:20px;background:#FFF;}
.accordion_header{padding:10px 20px;border-bottom:1px solid #f86c19;font-weight:bolder;font-size:calc(0.1vw/2 + 20px);}
.accordion_inner{padding:10px 20px;}

.formagreement{
	width:100%;
	height:180px;
	overflow-y:auto;
	background:#FFF;
	border:2px solid #000;
	border-radius:5px;
	padding:35px 20px;
	margin-bottom:30px;
	margin-top:30px;
}
.formagreement dl{
	margin-bottom:20px;
}
.formagreement dl dt{
	font-weight:bolder;
	margin-bottom:10px;
}
.formagreement dl dd{
	margin-bottom:10px;
}

.formapply{
	display:flex;
	align-items:center;
	font-size:16px;
	margin-bottom:40px;
}
.formapply input[type=checkbox]{
	margin-right:10px;
	width:16px;
	height:16px;
	border:1px solid #efefef;
	border-radius:2px;
	margin-top:-3px;
}
.mw_wp_form_direct_access_error{text-align:center;}

@media screen and (max-width:1520px){
	.formagreement{
		padding:25px 20px;
	}
}
@media screen and (max-width:1080px){
	.formagreement{
		height:150px;
	}
	.formagreement dl{
		margin-bottom:15px;
	}
	.formagreement dl dt{
		margin-bottom:5px;
	}
	.formagreement dl dd{
		margin-bottom:5px;
	}
	.formapply{
		margin-bottom:20px;
		font-size:14px;
		letter-spacing:0;
	}
	.formapply input[type=checkbox]{
		width:14px;
		height:14px;
		margin-right:5px;
	}
}
