@charset "utf-8";
/*
Theme Name: kawanishi-kensetu-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:18px;color:#2d2d2d;font-weight:400;
	font-family:"Noto Sans JP",serif;
}
@media (max-width:1520px){
	body{font-size:16px;}
}
@media (max-width:1080px){
	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 div{position:relative;right:0;top:0;display:block;width:37px;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:0;top:10px;z-index:5;display:block;width:37px;height:2px;background:#000;   
	-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(2){
	-webkit-transform:translateY(9px);
	-moz-transform:translateY(9px);
	-ms-transform:translateY(9px);
	-o-transform:translateY(9px);    
	transform:translateY(9px);
}
.mobile-btn .active{
	-webkit-transform:translateX(0) rotate(180deg);
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){
	-webkit-transform-origin:22.71429px center !important;
  	transform-origin:22.71429px center !important;
  	
  	-webkit-transform:rotate3d(0,0,1,-45deg) !important;
    transform:rotate3d(0,0,1,-45deg) !important;
}
.mobile-btn .active span:nth-child(2){
	-webkit-transform:rotate3d(0,0,1,45deg) !important;
    transform:rotate3d(0,0,1,45deg) !important;
    
    -webkit-transform-origin:14.71429px center !important;
    transform-origin:14.71429px center !important;
}
@media screen and (max-width:1520px){
	.mobile-btn div{width:35px;}
	.mobile-btn div span{top:8px;width:35px;}
	.mobile-btn div span:nth-child(1){
	-webkit-transform:translateY(-8px);
	-moz-transform:translateY(-8px);
	-ms-transform:translateY(-8px);
	-o-transform:translateY(-8px);    
	transform:translateY(-8px);
}
.mobile-btn div span:nth-child(2){
	-webkit-transform:translateY(8px);
	-moz-transform:translateY(8px);
	-ms-transform:translateY(8px);
	-o-transform:translateY(8px);    
	transform:translateY(8px);
}
.mobile-btn .active span:nth-child(1){
	-webkit-transform-origin:20.71429px center !important;
  	transform-origin:20.71429px center !important;
}
}
@media screen and (max-width:1080px){
	.mobile-btn div{width:30px;height:16px;}
	.mobile-btn div span{top:7px;width:30px;}
	.mobile-btn div span:nth-child(1){
	-webkit-transform:translateY(-7px);
	-moz-transform:translateY(-7px);
	-ms-transform:translateY(-7px);
	-o-transform:translateY(-7px);    
	transform:translateY(-7px);
}
.mobile-btn div span:nth-child(2){
	-webkit-transform:translateY(7px);
	-moz-transform:translateY(7px);
	-ms-transform:translateY(7px);
	-o-transform:translateY(7px);    
	transform:translateY(7px);
}
.mobile-btn .active span:nth-child(1){
	-webkit-transform-origin:15.71429px center !important;
  	transform-origin:15.71429px center !important;
}
}
.header.header_fixed .mobile-btn div span{background:#fff;}
/*sp-wrapper*/
.sp-wrapper{position:fixed;top:0;right:0;z-index:9999;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:#000;}

/*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:#000;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;}


@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{display:flex;align-items:center;color:#2d2d2d;line-height:1;font-family:"Noto Serif JP",serif;}
.common_tit>h2{font-size:70px;}
.common_tit>p{margin-left:60px;margin-top:30px;font-size:18px;}
@media (max-width:1520px){
	.common_tit>h2{font-size:56px;}
	.common_tit>p{margin-left:50px;font-size:16px;}
}
@media (max-width:1080px){
	.common_tit>h2{font-size:42px;}
	.common_tit>p{margin-left:40px;margin-top:25px;font-size:14px;}
}
@media (max-width:780px){
	.common_tit>h2{font-size:28px;}
	.common_tit>p{margin-left:20px;margin-top:15px;}
}

.common_tit2{color:#2d2d2d;line-height:1;text-align:center;font-family:"Noto Serif JP",serif;}
.common_tit2>h2{font-size:70px;}
.common_tit2>p{margin-top:40px;font-size:24px;}
@media (max-width:1520px){
	.common_tit2>h2{font-size:56px;}
	.common_tit2>p{margin-top:30px;font-size:20px;}
}
@media (max-width:1080px){
	.common_tit2>h2{font-size:42px;}
	.common_tit2>p{margin-top:20px;font-size:16px;}
}
@media (max-width:780px){
	.common_tit2>h2{font-size:28px;}
	.common_tit2>p{margin-top:15px;font-size:14px;}
}

.common_tit3{display:flex;align-items:center;justify-content:space-between;color:#2d2d2d;line-height:1;text-align:center;font-family:"Noto Serif JP",serif;}
.common_tit3>h2{font-size:50px;}
.common_tit3>h2>span{margin-left:40px;font-size:18px;}
.common_tit3>hr{margin-top:30px;width:calc(100% - 660px);height:1px;background:#888;border:none;}
@media (max-width:1520px){
	.common_tit3>h2{font-size:42px;}
	.common_tit3>h2>span{margin-left:30px;font-size:16px;}
	.common_tit3>hr{width:calc(100% - 560px);}
}
@media (max-width:1080px){
	.common_tit3>h2{font-size:34px;}
	.common_tit3>h2>span{margin-left:20px;font-size:14px;}
	.common_tit3>hr{margin-top:20px;width:calc(100% - 480px);}
}
@media (max-width:780px){
	.common_tit3>h2{font-size:28px;}
	.common_tit3>h2>span{margin-left:15px;font-size:14px;}
	.common_tit3>hr{display:none;}
}



/*more*/
.more{position:relative;z-index:99;margin-top:100px;margin-right:50px;display:flex;justify-content:flex-end;line-height:1;font-family:"Noto Serif JP",serif;}
.more>a{position:relative;padding:22px 170px 22px 50px;max-width:300px;width:100%;font-size:24px;color:#fff;letter-spacing:1px;text-transform:uppercase;background:#a59e8a;transition:.3s;}
.more>a>img{position:absolute;right:-52px;z-index:3;top:calc(50% - 5px);transition:.3s;}
.more>a:hover>img{transform:translateY(5px);}
@media (max-width:1520px){
	.more{margin-top:60px;}
	.more>a{padding:18px 140px 18px 40px;max-width:250px;width:100%;font-size:20px;letter-spacing:0px;}
	.more>a>img{right:-40px;width:130px;top:calc(50% - 5px);}
}
@media (max-width:1080px){
	.more{margin-top:40px;}
	.more>a{padding:15px 100px 15px 20px;max-width:180px;font-size:16px;}
	.more>a>img{right:-30px;width:100px;top:calc(50% - 5px);}
}
@media (max-width:780px){
	.more{margin-top:30px;}
	.more>a{padding:15px 60px 15px 20px;max-width:140px;font-size:14px;}
	.more>a>img{right:-25px;width:80px;}
}




/*header*/
@-webkit-keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
@keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
.header.header_fixed{z-index:999;background:rgba(0,0,0,.7);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:fixed;top:0;left:0;z-index:9;padding:20px;width:100%;
	-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 .headercon>div{display:flex;}
.header .logo{display:block;width:100%;max-width:253px;}
.header .logo:hover{opacity:0.7;}
.header .headercon>div>.logo2{margin-left:40px;}
.header_right{width:80px;}
@media (max-width:1520px){
	.header{padding:15px 20px;}
	.header .logo{max-width:220px;}
	.header .header_right{width:35px;}
}
@media (max-width:1080px){
	.header .logo{max-width:200px;}
	.header .header_right{width:30px;}
}
@media (max-width:780px){
	.header .logo{max-width:150px;}
	.header .headercon>div>.logo2{margin-left:20px;}
}


/*banner*/
.banner{position:relative;width:100%;height:100vh;overflow:hidden;}
.banner>figure:after{padding-top:100vh;}
@-webkit-keyframes bannermove{
	0%{
		-webkit-transform:scale(1.0,1.0);
		transform:scale(1.0,1.0);
	}
	50%{
		-webkit-transform:scale(1.1,1.1);
		transform:scale(1.1,1.1);
	}
	100%{
		-webkit-transform:scale(1.0,1.0);
		transform:scale(1.0,1.0);
	}
}
.banner>figure{
	-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;z-index:4;top:60%;left:50%;max-width:1520px;width:100%;color:#fff;transform:translate(-50%,-50%);}
.banner .bannercon h1{font-size:44px;color:#fff;line-height:1;text-align:center;font-weight:500;letter-spacing:2px;font-family:"Noto Serif JP",serif;}
.banner .bannercon h1 br{display:none;}
.scroll{position:relative;z-index:99;display:flex;justify-content:flex-end;margin:-66px auto 0;padding:0 20px;max-width:1520px;width:100%;}
.scroll>a{width:114px;}
.scroll>a:hover{opacity:.7;}
.scroll>a>hr{position:relative;display:block;margin:-40px 0 0 68px;width:1px;height:60px;border:none;background:#efefef;}
.scroll>a>hr:after{position:absolute;top:0;left:0;z-index:20;content:"";width:1px;height:60px;display:block;-webkit-animation:scroll 3s linear infinite 0s;animation:scroll 3s linear infinite 0s;animation-delay:0.8s;}
@keyframes scroll{
  0%{opacity:0;height:0;}
  33%{opacity:1;height:25%;background:#ccc;}
  66%{opacity:1;height:50%;background:#ccc;}
  100%{opacity:1;height:100%;background:#ccc;}
}
@media (max-width:1520px){
	.banner .bannercon{padding:0 20px;}
	.banner .bannercon h1{font-size:38px;}
	.scroll{margin:-60px auto 0;}
	.scroll>a{width:100px;}
	.scroll>a>hr{margin:-40px 0 0 60px;height:60px;}
}
@media (max-width:1080px){
	.banner .bannercon h1{font-size:32px;}
	.scroll{margin:-48px auto 0;}
	.scroll>a{width:80px;}
	.scroll>a>hr{margin:-30px 0 0 48px;height:50px;}
}
@media (max-width:780px){
	.banner .bannercon h1{font-size:26px;line-height:1.8;}
	.banner .bannercon h1 br{display:block;}
	.scroll{margin:-35px auto 0;}
	.scroll>a{width:60px;}
	.scroll>a>hr{margin:-20px 0 0 36px;height:35px;}
}


body.home .rightfix{display:block;position:fixed;right:0;top:50%;z-index:999;transform:translateY(-50%);}
.rightfix{margin:40px 0;display:flex;justify-content:center;}
.rightfix>a{display:flex;align-items:center;flex-direction:column;justify-content:center;padding:10px;width:200px;height:140px;font-size:16px;color:#fff;letter-spacing:2px;text-align:center;line-height:1.6;background:#2d2d2d;transition:.3s;font-family:"Noto Serif JP",serif;}
.rightfix>a:nth-child(2){color:#2d2d2d;background:#f1f1f1;}
.rightfix>a:last-child{color:#000;background:#ccc;}
body.home .rightfix>a{width:140px;}
body.home .rightfix>a:nth-child(2){margin-top:10px;}
body.home .rightfix>a:last-child{margin-top:10px;}
.rightfix>a:last-child>span{background-image:linear-gradient(to right bottom,#505ace,#c833af,#fe543f,#e54972);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;}
.rightfix>a>span{display:block;}
.rightfix>a:nth-child(2)>span{color:#2d2d2d;}
.rightfix>a:hover{opacity:.7;}
@media (max-width:1520px){
	.rightfix>a{width:160px;height:120px;padding:8px;font-size:14px;letter-spacing:1px;}
	.rightfix>a>span{font-size:26px;}
	body.home .rightfix>a{width:120px;}
}
@media (max-width:1080px){
	.rightfix>a{width:140px;height:100px;padding:6px;font-size:12px;letter-spacing:0px;}
	.rightfix>a>span{font-size:22px;}
	body.home .rightfix>a{width:100px;}
}
@media (max-width:780px){
	body.home .rightfix{position:fixed;justify-content:space-between;top:auto;bottom:0;width:100%;transform:translatey(0);}
	body.home .rightfix{display:flex;}
	.rightfix{position:fixed;z-index:99;justify-content:space-between;margin:0;top:auto;bottom:0;width:100%;}
	.rightfix>a{padding:6px 2px;width:33.33%;height:70px;font-size:10px;}
	.rightfix>a>em>br{display:none;}
	.rightfix>a>span{font-size:22px;line-height:1;}
	.rightfix>a:nth-child(2){margin-top:0px;}
	.rightfix>a:last-child{margin-top:0px;}
	body.home .rightfix>a{width:33.33%;}
	body.home .rightfix>a:nth-child(2){margin-top:0px;}
	body.home .rightfix>a:last-child{margin-top:0px;}
}
 

/*indexMain*/
.indexone{padding:40px 40px 0;}
.indexonecon>dl{display:flex;justify-content:space-between;}
.indexonecon>dl>dt{position:relative;z-index:9;width:50%;}
.indexonecon>dl>dt>hgroup{margin:200px 0 0 50px;padding:0px 40px 100px 50px;width:calc(100% + 180px);background:#fff;border-left:1px solid #777;}
.indexonecon>dl>dt>hgroup>p{margin-top:100px;}
.indexonecon>dl>dd{width:50%;}
.indexonecon>dl>dd>figure:after{padding-top:88%;}
@media (max-width:1520px){
	.indexone{padding:40px 20px 0;}
	.indexonecon>dl>dt>hgroup{margin:120px 0 0 0px;padding:0px 20px 80px 30px;width:calc(100% + 120px);}
	.indexonecon>dl>dt>hgroup>p{margin-top:80px;}
}
@media (max-width:1080px){
	.indexone{padding:30px 20px 0;}
	.indexonecon>dl>dt>hgroup{margin:80px 0 0 0px;padding:0px 20px 60px 20px;width:calc(100% + 80px);}
	.indexonecon>dl>dt>hgroup>p{margin-top:60px;}
}
@media (max-width:780px){
	.indexone{padding:20px 20px 0;}
	.indexonecon>dl{display:block;}
	.indexonecon>dl>dt{width:100%;}
	.indexonecon>dl>dt>hgroup{margin:0;padding:0;width:100%;border-left:none;}
	.indexonecon>dl>dt>hgroup>p{margin-top:30px;}
	.indexonecon>dl>dd{margin-top:20px;width:100%;}
}

/*maintain*/
.indextwo{position:relative;padding:180px 0px 0;background:url(img/indexbg01.jpg)no-repeat top;background-size:100% 550px;}
.indextwocon>dl{display:flex;justify-content:space-between;}
.indextwocon>dl>dt{width:calc(50% + 100px);}
.indextwocon>dl>dt>figure:after{padding-top:49%;}
.indextwocon>dl>dd{padding-right:50px;width:calc(50% - 100px);}
.indextwocon>dl>dd>hgroup{margin-left:-130px;padding-right:50px;max-width:730px;width:calc(100% + 130px);text-align:right;border-right:1px solid #a59e8a;}
.indextwocon>dl>dd>hgroup>.common_tit{justify-content:flex-end;color:#fff;}
.indextwocon>dl>dd>hgroup>.common_tit>h2{font-size:34px;}
.indextwocon>dl>dd>hgroup>.common_tit>p{margin-top:0;}
.indextwocon>dl>dd>hgroup>h3{margin-top:100px;font-size:56px;color:#fff;letter-spacing:4px;font-weight:500;font-family:"Noto Serif JP",serif;}
.indextwocon>dl>dd>hgroup>.more{display:flex;justify-content:space-between;margin-right:30px;}
.indextwocon>dl>dd>hgroup>.more>a{padding:22px 100px 22px 40px;max-width:250px;}
.indextwocon>dl>dd>hgroup>.more>a>img{width:100px;right:-31px;}
@media (max-width:1520px){
	.indextwo{padding:140px 0px 0;background-size:100% 430px;}
	.indextwocon>dl>dd{display:flex;justify-content:flex-end;padding-right:20px;}
	.indextwocon>dl>dd>hgroup{margin-left:-300px;padding-right:20px;max-width:570px;width:calc(100% + 300px);}
	.indextwocon>dl>dd>hgroup>.common_tit>h2{font-size:30px;}
	.indextwocon>dl>dd>hgroup>h3{margin-top:70px;font-size:46px;letter-spacing:3px;}
	.indextwocon>dl>dd>hgroup>.more>a{padding:18px 80px 18px 20px;max-width:200px;}
	.indextwocon>dl>dd>hgroup>.more>a>img{width:80px;right:-25px;}
}
@media (max-width:1080px){
	.indextwo{padding:100px 0px 0;background-size:100% 300px;}
	.indextwocon>dl>dd{padding-right:20px;}
	.indextwocon>dl>dd>hgroup{margin-left:-300px;padding-right:20px;max-width:430px;width:calc(100% + 300px);}
	.indextwocon>dl>dd>hgroup>.common_tit>h2{font-size:26px;}
	.indextwocon>dl>dd>hgroup>h3{margin-top:40px;font-size:34px;letter-spacing:2px;}
	.indextwocon>dl>dd>hgroup>.more>a{padding:15px 60px 15px 20px;max-width:160px;}
	.indextwocon>dl>dd>hgroup>.more>a>img{width:60px;right:-18px;}
}
@media (max-width:780px){
	.indextwo{margin-top:60px;padding:60px 20px 0;background-size:100% 200px;}
	.indextwocon>dl{display:block;}
	.indextwocon>dl>dt{width:100%;}
	.indextwocon>dl>dd{margin-top:20px;padding-right:20px;width:100%;}
	.indextwocon>dl>dd>hgroup{margin-left:0px;padding:0px;max-width:100%;width:100%;border-right:none;text-align:left;}
	.indextwocon>dl>dd>hgroup>.common_tit{color:#2d2d2d;justify-content:flex-start;}
	.indextwocon>dl>dd>hgroup>.common_tit>p{margin-top:5px;}
	.indextwocon>dl>dd>hgroup>h3{margin-top:30px;font-size:22px;color:#2d2d2d;letter-spacing:0px;}
	.indextwocon>dl>dd>hgroup>.more>a{padding:15px 40px 15px 20px;max-width:140px;}
	.indextwocon>dl>dd>hgroup>.more>a>img{width:50px;right:-14px;}
}

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

.indexthree{position:relative;padding:100px 0px 0;}
.indexthreecon>dl{display:flex;justify-content:space-between;}
.indexthreecon>dl>dt{position:relative;width:50%;}
.indexthreecon>dl>dt:after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background:url(img/indexbg02.png);}
.indexthreecon>dl>dt>figure:after{padding-top:60%;}
.indexthreecon>dl>dt>hgroup{position:absolute;z-index:3;top:55%;left:50%;width:100%;text-align:center;color:#fff;font-family:"Noto Serif JP",serif;transform:translate(-50%,-50%);}
.indexthreecon>dl>dt>hgroup>h3{font-size:30px;font-weight:500;letter-spacing:2px;}
.indexthreecon>dl>dt>hgroup>p{margin-top:60px;font-size:24px;letter-spacing:2px;}
.indexthreecon>dl>dt>hgroup>p>a{color:#fff;}
.indexthreecon>dl>dt>hgroup>.more{margin-top:60px;justify-content:center;}
.indexthreecon>dl>dt>hgroup>.more>a{color:#806929;background:#fff;transform:translateX(25px);}
@media (max-width:1520px){
	.indexthree{padding:80px 0px 0;}
	.indexthreecon>dl>dt>hgroup>h3{font-size:26px;letter-spacing:1px;}
	.indexthreecon>dl>dt>hgroup>p{margin-top:40px;font-size:20px;letter-spacing:1px;}
	.indexthreecon>dl>dt>hgroup>.more{margin-top:40px;}
}
@media (max-width:1080px){
	.indexthree{padding:60px 0px 0;}
	.indexthreecon>dl>dt>hgroup>h3{font-size:22px;letter-spacing:0px;}
	.indexthreecon>dl>dt>hgroup>p{margin-top:20px;font-size:16px;letter-spacing:0px;}
	.indexthreecon>dl>dt>hgroup>.more{margin-top:20px;}
}
@media (max-width:780px){
	.indexthreecon>dl{display:block;}
	.indexthreecon>dl>dt{width:100%;}
	.indexthreecon>dl>dt>hgroup>h3{font-size:20px;}
	.indexthreecon>dl>dt>hgroup>p{font-size:14px;}
	.indexthreecon>dl>dd{width:100%;}
}


.indexfour{padding:120px 0 200px;overflow:hidden;}
.indexfourcon>dl{display:flex;justify-content:space-between;}
.indexfourcon>dl>dt{position:relative;z-index:9;display:flex;flex-flow:wrap;justify-content:flex-end;padding-top:90px;width:calc(50% - 100px);}
.indexfourcon>dl>dt>.common_tit{margin-right:-300px;padding-left:50px;justify-content:flex-start;align-items:flex-start;max-width:890px;width:calc(100% + 300px);}
.indexfourcon>dl>dt>hgroup{position:relative;margin-right:-300px;margin-top:40px;padding:50px 50px 0px 50px;max-width:890px;width:calc(100% + 300px);background:#fff;}
.indexfourcon>dl>dt>hgroup:before{position:absolute;top:-100%;left:0;content:"";width:1px;height:300%;background:#777;}
.indexfourcon>dl>dt>hgroup>.more{justify-content:flex-start;margin-top:60px;}
.indexfourcon>dl>dd{width:calc(50% + 100px);}
.indexfourcon>dl>dd>figure:after{padding-top:620px;}
@media (max-width:1520px){
	.indexfour{padding:80px 0 150px;}
	.indexfourcon>dl>dt{padding-left:20px;padding-top:60px;}
	.indexfourcon>dl>dt>.common_tit{margin-right:-200px;padding-left:30px;width:calc(100% + 200px);}
	.indexfourcon>dl>dt>hgroup{margin-right:-200px;margin-top:20px;padding:40px 40px 0px 30px;width:calc(100% + 200px);}
	.indexfourcon>dl>dt>hgroup>.more{margin-top:40px;}
}
@media (max-width:1080px){
	.indexfour{padding:60px 0 100px;}
	.indexfourcon>dl>dt{display:block;padding-left:20px;padding-top:0px;}
	.indexfourcon>dl>dt>.common_tit{margin-right:0px;padding-left:20px;width:calc(100% + 100px);}
	.indexfourcon>dl>dt>hgroup{margin-right:-100px;margin-top:20px;padding:20px 20px 0px 20px;width:calc(100% + 100px);}
	.indexfourcon>dl>dt>hgroup>.more{margin-top:20px;}
	.indexfourcon>dl>dd>figure:after{padding-top:500px;}
}
@media (max-width:780px){
	.indexfour{padding:60px 20px;}
	.indexfourcon>dl{display:block;}
	.indexfourcon>dl>dt{padding-left:0px;width:100%;}
	.indexfourcon>dl>dt>.common_tit{padding-left:0px;width:100%;}
	.indexfourcon>dl>dt>hgroup{margin-right:0px;margin-top:20px;padding:0px;width:100%;}
	.indexfourcon>dl>dt>hgroup:before{display:none;}
	.indexfourcon>dl>dd{margin-top:20px;width:100%;}
	.indexfourcon>dl>dd>figure:after{padding-top:58%;}
}

.indexfive{padding:100px 0px 0;background:#f6f4f0;}
.indexfivecon>dl{display:flex;justify-content:space-between;margin:0 auto;max-width:1320px;width:100%;}
.indexfivecon>dl>dt{width:40%;}
.indexfivecon>dl>dd{width:60%;}
.indexfivecon>ul{margin-top:80px;display:flex;justify-content:space-between;}
.indexfivecon>ul>li{width:25%;}
.indexfivecon>ul>li>a{display:block;overflow:hidden;transition:.3s;}
.indexfivecon>ul>li>a>figure{transition:.3s;}
.indexfivecon>ul>li>a:hover>figure{transform:scale(1.1);}
.indexfivecon>ul>li>a>figure:after{padding-top:84%;}
.indexfivecon>figure:after{padding-top:12%;}
@media (max-width:1520px){
	.indexfive{padding:80px 0px 0;}
	.indexfivecon>dl{padding:0 20px;}
	.indexfivecon>ul{margin-top:60px;}
}
@media (max-width:1080px){
	.indexfive{padding:60px 0px 0;}
	.indexfivecon>ul{margin-top:40px;}
}
@media (max-width:780px){
	.indexfive{padding:60px 20px 0;}
	.indexfivecon>dl{display:block;padding:0;}
	.indexfivecon>dl>dt{width:100%;}
	.indexfivecon>dl>dd{margin-top:20px;width:100%;}
	.indexfivecon>ul{margin-top:20px;flex-flow:wrap;}
	.indexfivecon>ul>li{width:50%;}
	.indexfivecon>figure:after{padding-top:20%;}
}

.indexsix{padding:100px 40px;}
.indexsixcon>dl{display:flex;justify-content:space-between;}
.indexsixcon>dl>dt{width:350px;border-right:1px solid #777;}
.indexsixcon>dl>dt .more{justify-content:flex-start;}
.indexsixcon>dl>dt .more>a{padding:22px 100px 22px 40px;max-width:220px;}
.indexsixcon>dl>dt .more>a>img{width:120px;right:-37px;}
.indexsixcon>dl>dd{width:calc(100% - 400px);}
.indexsixcon>dl>dd>ul{width:100%;}
.indexsixcon>dl>dd>ul>li:last-child{margin-top:10px;}
.indexsixcon>dl>dd>ul>li>a{display:flex;justify-content:space-between;font-size:18px;color:#2d2d2d;}
.indexsixcon>dl>dd>ul>li>a>time{width:130px;}
.indexsixcon>dl>dd>ul>li>a>p{width:calc(100% - 130px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.indexsixcon>dl>dd>ul>li>a:hover>p{text-decoration:underline;}
.indexsixcon>dl>dd>div>a{display:block;transition:.3s;}
.indexsixcon>dl>dd>div>a:hover{transform:translateY(-5px);}
@media (max-width:1520px){
	.indexsix{padding:80px 20px;}
	.indexsixcon>dl>dt{width:300px;}
	.indexsixcon>dl>dt .more>a{padding:18px 80px 18px 40px;max-width:200px;}
	.indexsixcon>dl>dt .more>a>img{width:100px;right:-31px;}
	.indexsixcon>dl>dd{width:calc(100% - 340px);}
	.indexsixcon>dl>dd>ul>li>a{font-size:16px;}
	.indexsixcon>dl>dd>ul>li>a>time{width:110px;}
	.indexsixcon>dl>dd>ul>li>a>p{width:calc(100% - 110px);}
}
@media (max-width:1080px){
	.indexsix{padding:60px 20px;}
	.indexsixcon>dl>dt{width:250px;}
	.indexsixcon>dl>dt .more>a{padding:15px 60px 15px 20px;max-width:180px;}
	.indexsixcon>dl>dt .more>a>img{width:80px;right:-25px;}
	.indexsixcon>dl>dd{width:calc(100% - 270px);}
	.indexsixcon>dl>dd>ul>li>a{font-size:14px;}
	.indexsixcon>dl>dd>ul>li>a>time{width:90px;}
	.indexsixcon>dl>dd>ul>li>a>p{width:calc(100% - 90px);}
	.indexsixcon>dl>dd>div{width:50px;}
}
@media (max-width:780px){
	.indexsixcon>dl{display:block;}
	.indexsixcon>dl>dt{width:100%;border-right:none;}
	.indexsixcon>dl>dt .more>a{max-width:140px;}
	.indexsixcon>dl>dt .more>a>img{width:80px;right:-25px;}
	.indexsixcon>dl>dd{display:block;width:100%;}
	.indexsixcon>dl>dd>ul{margin-top:20px;width:100%;}
	.indexsixcon>dl>dd>ul>li>a{display:block;}
	.indexsixcon>dl>dd>ul>li>a>time{width:90px;}
	.indexsixcon>dl>dd>ul>li>a>p{width:100%;}
	.indexsixcon>dl>dd>div{margin:20px auto 0;width:50px;}
}


/*footer*/
.footer{position:relative;padding:80px 0 0;background:#2d2d2d;}
.footerlogo{margin:0 auto;display:flex;justify-content:center;}
.footerlogo a>img{margin:0 20px;max-width:253px;}
.footercon>ul{margin-top:80px;display:flex;align-items:center;justify-content:center;width:100%;}
.footercon>ul>li{padding:0 20px;line-height:1;}
.footercon>ul>li>a{position:relative;display:block;width:100%;font-size:18px;text-align:center;color:#fff;font-weight:400;}
.footercon>ul>li>a:after{position:absolute;bottom:-2px;left:0;content:"";width:100%;height:2px;background:#fff;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>hgroup{margin-top:80px;display:flex;justify-content:center;font-size:16px;color:#fff;line-height:2.4;}
.footercon>hgroup>div{margin:0 80px;width:2px;border-left:1px solid #1d1d1d;border-right:1px solid #3f3f3f;}
.footercon>hgroup>p>a{color:#fff;}
.footercon>hgroup>p>a:hover{text-decoration:underline;}
.footer>p{margin-top:60px;padding:5px 20px;font-size:16px;color:#7f7f7f;font-weight:500;text-align:center;background:#000;}
@media (max-width:1520px){
	.footer{padding:60px 0 0;}
	.footerlogo a>img{margin:0 20px;max-width:230px;}
	.footercon>ul{margin-top:60px;flex-flow:wrap;}
	.footercon>ul>li>a{font-size:16px;}
	.footercon>hgroup{margin-top:60px;font-size:14px;}
	.footercon>hgroup>div{margin:0 60px;}
	.footer>p{margin-top:40px;font-size:14px;}
}
@media (max-width:1080px){
	.footer{padding:40px 0 0;}
	.footerlogo a>img{margin:0 15px;max-width:200px;}
	.footercon>ul{margin-top:40px;}
	.footercon>ul>li{padding:0 10px;}
	.footercon>ul>li>a{font-size:14px;}
	.footercon>hgroup{margin-top:40px;font-size:12px;}
	.footercon>hgroup>div{margin:0 40px;}
	.footer>p{margin-top:20px;font-size:12px;}
}
@media (max-width:780px){
	.footer{margin-bottom:69px;}
	.footerlogo a>img{margin:0 10px;max-width:150px;}
	.footercon>ul{margin-top:20px;}
	.footercon>ul>li{padding:5px 10px;}
	.footercon>hgroup{margin-top:20px;display:block;text-align:center;}
	.footercon>hgroup>div{margin:10px auto;width:calc(100% - 40px);height:2px;border-top:1px solid #1d1d1d;border-bottom:1px solid #3f3f3f;border-left:none;border-right:none;}
	.footer>p{margin-top:20px;font-size:12px;}
}



/* 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:55%;left:50%;z-index:5;padding:0 20px;width:100%;max-width:1320px;color:#fff;line-height:1;text-align:center;font-family: "Noto Serif JP", serif;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageban .pagebancon h1{font-size:44px;letter-spacing:15px;text-shadow:5px 5px 10px rgba(0,0,0,.37);}
@media (max-width:1520px){
	.pageban figure:after{padding-top:430px;}
	.pageban .pagebancon h1{font-size:38px;letter-spacing:8px;}
}
@media (max-width:1080px){
	.pageban figure:after{padding-top:360px;}
	.pageban .pagebancon h1{font-size:32px;letter-spacing:6px;}
}
@media (max-width:780px){
	.pageban figure:after{padding-top:300px;}
	.pageban .pagebancon h1{font-size:26px;letter-spacing:4px;}
}

/* company */
.companyone{padding:100px 40px;}
.companyonecon>dl{display:flex;justify-content:space-between;}
.companyonecon>dl>dt{width:50%;}
.companyonecon>dl>dd{width:calc(50% - 80px);}
.companyonecon>dl>dd>figure:after{padding-top:124%;}
@media (max-width:1520px){
	.companyone{padding:80px 20px;}
	.companyonecon>dl>dd{width:calc(50% - 50px);}
}
@media (max-width:1080px){
	.companyone{padding:60px 20px;}
	.companyonecon>dl>dd{width:calc(50% - 20px);}
}
@media (max-width:780px){
	.companyonecon>dl{display:block;}
	.companyonecon>dl>dt{width:100%;}
	.companyonecon>dl>dd{margin-top:20px;width:100%;}
}

.companytwo{padding:0 40px 100px;}
.companytwocon>h3{font-size:24px;letter-spacing:2px;font-weight:500;font-family:"Noto Serif JP",serif;}
.companytwocon>h3>span{margin-right:20px;font-size:70px;}
.companytwocon>dl{margin-top:60px;display:flex;justify-content:space-between;}
.companytwocon>dl>dt{width:calc(50% - 80px);}
.companytwocon>dl>dt>figure:after{padding-top:80%;}
.companytwocon>dl>dd{width:50%;}
.companytwocon>dl>dd>h4{margin-top:60px;font-size:22px;}
.companytwocon>dl>dd>p{margin-top:20px;}
.companytwocon>dl>dd>p>a{color:#009cff;font-weight:bold;text-decoration:underline;}
@media (max-width:1520px){
	.companytwo{padding:0 20px 80px;}
	.companytwocon>h3{font-size:20px;letter-spacing:1px;}
	.companytwocon>h3>span{font-size:56px;}
	.companytwocon>dl{margin-top:40px;}
	.companytwocon>dl>dt{width:calc(50% - 50px);}
	.companytwocon>dl>dd>h4{margin-top:40px;font-size:20px;}
}
@media (max-width:1080px){
	.companytwo{padding:0 20px 60px;}
	.companytwocon>h3{font-size:18px;letter-spacing:0px;}
	.companytwocon>h3>span{font-size:42px;}
	.companytwocon>dl{margin-top:20px;}
	.companytwocon>dl>dt{width:calc(50% - 30px);}
	.companytwocon>dl>dd>h4{margin-top:0px;font-size:18px;}
}
@media (max-width:780px){
	.companytwocon>h3{font-size:14px;}
	.companytwocon>h3>span{display:inline-block;margin-right:10px;font-size:28px;}
	.companytwocon>dl{display:block;}
	.companytwocon>dl>dt{width:100%;}
	.companytwocon>dl>dd{margin-top:20px;width:100%;}map
	.companytwocon>dl>dd>h4{font-size:16px;}
}

.companythree{padding:100px 40px;background:#fbfaf7;}
.companythreecon>dl{margin-top:80px;display:flex;justify-content:space-between;}
.companythreecon>dl>dt{width:calc(50% - 60px);}
.companythreecon>dl>dt>dl{display:flex;flex-flow:wrap;justify-content:space-between;}
.companythreecon>dl>dt>dl>dt{margin:15px 0;width:200px;}
.companythreecon>dl>dt>dl>dd{margin:15px 0;width:calc(100% - 200px);}
.companythreecon>dl>dt>dl>dd>a{color:#2d2d2d;}
.companythreecon>dl>dt>dl>dd>a:hover{text-decoration:underline;}
.companythreecon>dl>dd{width:calc(50% - 60px);}
.companythreecon>dl>dd>figure:after{padding-top:66%;}
.companythreecon>dl.dl02{flex-direction:row-reverse;}
.companythree2{background:none;}
@media screen and (max-width:1520px){
	.companythree{padding:80px 20px;}
	.companythreecon>dl{margin-top:60px;}
	.companythreecon>dl>dt{width:calc(50% - 30px);}
	.companythreecon>dl>dt>dl>dt{margin:10px 0;width:150px;}
	.companythreecon>dl>dt>dl>dd{margin:10px 0;width:calc(100% - 150px);}
	.companythreecon>dl>dd{width:calc(50% - 30px);}
}
@media screen and (max-width:1080px){
	.companythree{padding:60px 20px;}
	.companythreecon>dl{margin-top:40px;}
	.companythreecon>dl>dt{width:calc(50% - 15px);}
	.companythreecon>dl>dt>dl>dt{margin:5px 0;width:100px;}
	.companythreecon>dl>dt>dl>dd{margin:5px 0;width:calc(100% - 100px);}
	.companythreecon>dl>dd{width:calc(50% - 15px);}
}
@media screen and (max-width:1080px){
	.companythreecon>dl{margin-top:30px;display:block;}
	.companythreecon>dl>dt{width:100%;}
	.companythreecon>dl>dt>dl>dt{margin:5px 0;width:100px;}
	.companythreecon>dl>dt>dl>dd{margin:5px 0;width:calc(100% - 100px);}
	.companythreecon>dl>dd{margin-top:20px;width:100%;}
}

/* strengths */
.strengthsone{padding:100px 40px;}
.strengthsonecon>ul{margin-top:80px;display:flex;flex-flow:wrap;justify-content:center;}
.strengthsonecon>ul>li:first-child{display:flex;justify-content:center;width:100%;}
.strengthsonecon>ul>li:nth-child(2){margin-right:30px;margin-top:-20px;}
.strengthsonecon>ul>li:nth-child(3){margin-left:30px;margin-top:-20px;}
.strengthsonecon>ul>li>div{position:relative;margin:0 auto;max-width:626px;width:100%;}
.strengthsonecon>ul>li>div>figure{width:626px;height:625px;border-radius:50%;}
.strengthsonecon>ul>li>div>hgroup{position:absolute;top:0;left:0;z-index:2;padding:50px;width:100%;text-align:center;}
.strengthsonecon>ul>li>div>hgroup>img{margin:0 auto;}
.strengthsonecon>ul>li>div>hgroup>h3{margin-top:20px;font-size:40px;color:#fff;letter-spacing:5px;font-family:"Noto Serif JP",serif;}
.strengthsonecon>ul>li>div>hgroup>p{margin-top:40px;font-size:20px;color:#fff;}
.strengthsonecon>hgroup{margin-top:100px;}
.strengthsonecon>hgroup>h3{margin-top:40px;font-size:20px;color:#333;}
.strengthsonecon>hgroup>p{margin-top:20px;}
@media screen and (max-width:1520px){
	.strengthsone{padding:80px 20px;}
	.strengthsonecon>ul{margin-top:60px;}
	.strengthsonecon>ul>li:nth-child(2){margin-right:15px;}
	.strengthsonecon>ul>li:nth-child(3){margin-left:15px;}
	.strengthsonecon>ul>li>div{max-width:500px;}
	.strengthsonecon>ul>li>div>figure{width:500px;height:500px;}
	.strengthsonecon>ul>li>div>hgroup{padding:40px;}
	.strengthsonecon>ul>li>div>hgroup>img{width:110px;}
	.strengthsonecon>ul>li>div>hgroup>h3{margin-top:15px;font-size:34px;letter-spacing:3px;}
	.strengthsonecon>ul>li>div>hgroup>p{margin-top:30px;font-size:16px;}
	.strengthsonecon>hgroup{margin-top:80px;}
	.strengthsonecon>hgroup>h3{margin-top:30px;font-size:18px;}
	.strengthsonecon>hgroup>p{margin-top:15px;}
}
@media screen and (max-width:1080px){
	.strengthsone{padding:60px 20px;}
	.strengthsonecon>ul{margin-top:40px;}
	.strengthsonecon>ul>li:nth-child(2){margin-right:10px;}
	.strengthsonecon>ul>li:nth-child(3){margin-left:10px;}
	.strengthsonecon>ul>li>div{max-width:300px;}
	.strengthsonecon>ul>li>div>figure{width:300px;height:300px;}
	.strengthsonecon>ul>li>div>hgroup{padding:30px;}
	.strengthsonecon>ul>li>div>hgroup>img{width:60px;}
	.strengthsonecon>ul>li>div>hgroup>h3{margin-top:10px;font-size:28px;letter-spacing:1px;}
	.strengthsonecon>ul>li>div>hgroup>p{margin-top:10px;font-size:14px;}
	.strengthsonecon>hgroup{margin-top:60px;}
	.strengthsonecon>hgroup>h3{margin-top:20px;font-size:16px;}
	.strengthsonecon>hgroup>p{margin-top:10px;}
}
@media screen and (max-width:780px){
	.strengthsonecon>ul{margin-top:20px;}
	.strengthsonecon>ul>li:nth-child(2){margin-right:0px;margin-top:20px;}
	.strengthsonecon>ul>li:nth-child(3){margin-left:0px;margin-top:20px;}
	.strengthsonecon>ul>li>div{max-width:340px;}
	.strengthsonecon>ul>li>div>figure{width:340px;height:340px;}
	.strengthsonecon>ul>li>div>hgroup{padding:30px;}
	.strengthsonecon>ul>li>div>hgroup>img{width:60px;}
	.strengthsonecon>ul>li>div>hgroup>h3{font-size:24px;}
	.strengthsonecon>hgroup{margin-top:40px;}
}

/* voice */
.voiceone{padding:100px 40px;}
.voiceonecon>h2{font-size:36px;text-align:center;letter-spacing:2px;font-family:"Noto Serif JP",serif;}
.voiceonecon>ul{display:flex;flex-flow:wrap;margin:-60px 0 0 -80px;}
.voiceonecon>ul>li{margin:100px 0 0 80px;width:calc(33.33% - 80px);}
.voiceonecon>ul>li>a{display:block;color:#2d2d2d;transition:.3s;}
.voiceonecon>ul>li>a>figure:after{padding-top:80%;}
.voiceonecon>ul>li>a:hover{transform:translateY(-5px);}
.voiceonecon>ul>li>a>h3{margin-top:20px;font-size:22px;font-family:"Noto Serif JP",serif;}
.voiceonecon>ul>li>a>p{margin-top:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.voiceonecon2{margin-top:100px;}
@media screen and (max-width:1520px){
	.voiceone{padding:80px 20px;}
	.voiceonecon>h2{font-size:32px;}
	.voiceonecon>ul{margin:-40px 0 0 -40px;}
	.voiceonecon>ul>li{margin:80px 0 0 40px;width:calc(33.33% - 40px);}
	.voiceonecon>ul>li>a>h3{margin-top:15px;font-size:20px;}
	.voiceonecon2{margin-top:80px;}
}
@media screen and (max-width:1080px){
	.voiceone{padding:60px 20px;}
	.voiceonecon>h2{font-size:28px;letter-spacing:1px;}
	.voiceonecon>ul{margin:-30px 0 0 -20px;}
	.voiceonecon>ul>li{margin:60px 0 0 20px;width:calc(33.33% - 20px);}
	.voiceonecon>ul>li>a>h3{margin-top:10px;font-size:18px;line-height:1.4;}
	.voiceonecon2{margin-top:60px;}
}
@media screen and (max-width:780px){
	.voiceonecon>h2{font-size:24px;}
	.voiceonecon>ul{margin:-20px 0 0 -10px;}
	.voiceonecon>ul>li{margin:40px 0 0 10px;width:calc(50% - 10px);}
	.voiceonecon>ul>li>a>h3{font-size:16px;}
}

.voicetwo{padding:100px 40px;}
.voicetwocon>dl{width:100%;max-width:100%;display:flex;justify-content:space-between;margin:50px auto;}
.voicetwocon>dl:first-child{margin-top:0;}
.voicetwocon>dl>dt{width:50%;}
.voicetwocon>dl>dt>h3{margin-bottom:40px;font-size:22px;font-family:"Noto Serif JP",serif;}
.voicetwocon>dl>dt>p{line-height:2.2;}
.voicetwocon>dl>dd{width:calc(50% - 80px);}
.voicetwocon>dl>dd>figure:after{padding-top:86%;}
.voicetwocon>dl.dl03{flex-direction:row-reverse;}
.slidercon{margin:0 auto;max-width:450px;}
.slidercon .wp1s-thumbnail-wrapper.wp1s-thumbnail-type-1 .wp1s-bxslider-pager a:after{left:0;}
.slidercon .wp1s-thumbnail-wrapper.wp1s-thumbnail-type-1 .wp1s-bxslider-pager a:before{background:#2d2d2d;}
@media screen and (max-width:1520px){
	.voicetwo{padding:80px 20px;}
	.voicetwocon>dl>dt>h3{margin-bottom:30px;font-size:20px;}
	.voicetwocon>dl>dd{width:calc(50% - 50px);}
	.voicetwocon>dl.dl03{margin-top:80px;}
}
@media screen and (max-width:1080px){
	.voicetwo{padding:60px 20px;}
	.voicetwocon>dl>dt>h3{margin-bottom:20px;font-size:18px;}
	.voicetwocon>dl>dd{width:calc(50% - 30px);}
	.voicetwocon>dl.dl03{margin-top:60px;}
}
@media screen and (max-width:780px){
	.voicetwocon>dl{display:block;}
	.voicetwocon>dl>dt{width:100%;}
	.voicetwocon>dl>dt>h3{font-size:16px;}
	.voicetwocon>dl>dd{margin-top:20px;width:100%;}
	.voicetwocon>dl.dl03{margin-top:40px;}
}


/* recruit */
.recruitone{padding:100px 40px;}
.recruitonecon{max-width:1000px;}
.recruitonecon>p{margin-top:80px;font-family:"Noto Serif JP",serif;}
@media screen and (max-width:1520px){
	.recruitone{padding:80px 20px;}
	.recruitonecon>p{margin-top:60px;}
}
@media screen and (max-width:1080px){
	.recruitone{padding:60px 20px;}
	.recruitonecon>p{margin-top:40px;}
}
@media screen and (max-width:780px){
	.recruitonecon>p{margin-top:20px;}
}

.recruittwo{padding:100px 40px;}
.recruittwocon>dl{margin-top:80px;display:flex;flex-flow:wrap;justify-content:space-between;}
.recruittwocon>dl>dt{margin-top:20px;width:200px;}
.recruittwocon>dl>dd{margin-top:20px;width:calc(100% - 200px);}
@media screen and (max-width:1520px){
	.recruittwo{padding:80px 20px;}
	.recruittwocon>dl{margin-top:60px;}
	.recruittwocon>dl>dt{margin-top:15px;width:180px;}
	.recruittwocon>dl>dd{margin-top:15px;width:calc(100% - 180px);}
}
@media screen and (max-width:1080px){
	.recruittwo{padding:60px 20px;}
	.recruittwocon>dl{margin-top:40px;}
	.recruittwocon>dl>dt{margin-top:10px;width:160px;}
	.recruittwocon>dl>dd{margin-top:10px;width:calc(100% - 160px);}
}
@media screen and (max-width:780px){
	.recruittwocon>dl{margin-top:20px;}
	.recruittwocon>dl>dt{margin-top:0px;width:90px;}
	.recruittwocon>dl>dd{margin-top:0px;width:calc(100% - 90px);}
}

.recruitthree{padding:0px 40px 100px;}
.recruitthreecon>hgroup{display:flex;align-items:center;justify-content:space-between;}
.recruitthreecon>hgroup>h3{font-size:34px;color:#181818;}
.recruitthreecon>hgroup.hgroup01{margin-top:100px;justify-content:flex-end;}
.recruitthreecon>dl{margin-top:80px;display:flex;flex-flow:wrap;justify-content:space-between;}
.recruitthreecon>dl>dt{position:relative;width:calc(50% - 250px);}
.recruitthreecon>dl>dt.dt01{display:flex;align-items:flex-end;}
.recruitthreecon>dl>dt.dt01>div{width:100%;}
.recruitthreecon>dl>dt>div>figure:last-child{margin-top:20px;background-position:top center;}
.recruitthreecon>dl>dt>div>figure:after{padding-top:74%;}
.recruitthreecon>dl>dd{display:flex;flex-flow:wrap;align-items:flex-start;justify-content:space-between;width:250px;}
.recruitthreecon>dl>dd>hgroup{position:relative;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:60px;}
.recruitthreecon>dl>dd>hgroup>div{position:relative;z-index:2;padding:10px;width:150px;color:#fff;text-align:center;font-weight:bold;background:#000;border-radius:5px;}
.recruitthreecon>dl>dd>hgroup:before{position:absolute;top:0;left:74px;content:"";width:2px;height:100%;background:#2d2d2d;}
.recruitthreecon>dl>dd>hgroup:after{position:absolute;bottom:0;left:70px;content:"";display:block;width:10px;height:10px;border:solid #2d2d2d;border-width:2px 2px 0 0;transform:rotate(135deg);}
.recruitthreecon>dl>dd>hgroup>p{margin-left:60px;padding:10px;}
.recruitthreecon>dl>dd>hgroup.hgroup01{padding-bottom:0;margin-bottom:0;}
.recruitthreecon>dl>dd>hgroup.hgroup01:before{display:none;}
.recruitthreecon>dl>dd>hgroup.hgroup01:after{display:none;}
@media screen and (max-width:1520px){
	.recruitthree{padding:0px 20px 80px;}
	.recruitthreecon>hgroup>h3{font-size:28px;}
	.recruitthreecon>hgroup.hgroup01{margin-top:80px;}
	.recruitthreecon>dl{margin-top:60px;}
	.recruitthreecon>dl>dt{width:calc(50% - 200px);}
	.recruitthreecon>dl>dd>hgroup{padding-bottom:50px;}
	.recruitthreecon>dl>dd>hgroup>div{width:130px;}
	.recruitthreecon>dl>dd>hgroup:before{left:64px;}
	.recruitthreecon>dl>dd>hgroup:after{left:60px;}
	.recruitthreecon>dl>dd>hgroup.hgroup01{padding-bottom:0;}
	.recruitthreecon>dl>dd>hgroup>p{margin-left:50px;}
}
@media screen and (max-width:1080px){
	.recruitthree{padding:0px 20px 60px;}
	.recruitthreecon>hgroup>h3{font-size:22px;}
	.recruitthreecon>hgroup.hgroup01{margin-top:60px;}
	.recruitthreecon>dl{margin-top:40px;}
	.recruitthreecon>dl>dd>hgroup{padding-bottom:40px;}
	.recruitthreecon>dl>dd>hgroup>div{padding:8px;width:110px;}
	.recruitthreecon>dl>dd>hgroup:before{left:54px;}
	.recruitthreecon>dl>dd>hgroup:after{left:50px;}
	.recruitthreecon>dl>dd>hgroup>p{margin-left:40px;padding:8px;}
	.recruitthreecon>dl>dd>hgroup.hgroup01{padding-bottom:0;}
}
@media screen and (max-width:780px){
	.recruitthreecon>hgroup{display:block;}
	.recruitthreecon>hgroup>h3{margin-top:20px;font-size:16px;text-align:right;}
	.recruitthreecon>hgroup.hgroup01{margin-top:40px;}
	.recruitthreecon>dl{margin-top:30px;}
	.recruitthreecon>dl>dt{width:calc(50% - 70px);}
	.recruitthreecon>dl>dd{width:120px;}
	.recruitthreecon>dl>dd>hgroup{padding-bottom:30px;}
	.recruitthreecon>dl>dd>hgroup>div{padding:4px;width:70px;}
	.recruitthreecon>dl>dd>hgroup:before{left:34px;}
	.recruitthreecon>dl>dd>hgroup:after{left:30px;}
	.recruitthreecon>dl>dd>hgroup>p{margin-left:10px;padding:4px;}
	.recruitthreecon>dl>dd>hgroup.hgroup01{padding-bottom:0;}
}

.recruitfour{padding:100px 40px;background:#fbfaf7;}
.recruitfourcon>p{margin-top:80px;}
.recruitfourcon .common_tit3>h2>span{margin-left:0;}
.recruitfourcon>ul{display:flex;margin:60px 0 0 -40px;}
.recruitfourcon>ul>li{margin:0 0 0 40px;width:calc(25% - 40px);}
.recruitfourcon>ul>li>figure:after{padding-top:84%;}
@media screen and (max-width:1520px){
	.recruitfour{padding:80px 20px;}
	.recruitfourcon>p{margin-top:60px;}
	.recruitfourcon>ul{margin:40px 0 0 -20px;}
	.recruitfourcon>ul>li{margin:0 0 0 20px;width:calc(25% - 20px);}
}
@media screen and (max-width:1080px){
	.recruitfour{padding:60px 20px;}
	.recruitfourcon>p{margin-top:40px;}
	.recruitfourcon>ul{margin:20px 0 0 -10px;}
	.recruitfourcon>ul>li{margin:0 0 0 10px;width:calc(25% - 10px);}
}
@media screen and (max-width:780px){
	.recruitfourcon>p{margin-top:20px;}
	.recruitfourcon>ul{flex-flow:wrap;}
	.recruitfourcon>ul>li{margin-top:10px;width:calc(50% - 10px);}
}

.recruitfive{padding:20px 40px 100px;}
.recruitfivecon>figure>a{display:block;transition:.3s;}
.recruitfivecon>figure>a:hover{transform:translateY(-5px);}
.recruitfivecon .common_tit{margin-top:100px;}
.recruitfrom{margin-top:40px;}
.recruitfrom>dl{display:flex;flex-flow:wrap;justify-content:space-between;}
.recruitfrom>dl>dt{margin-top:30px;display:flex;align-items:center;width:380px;font-weight:bold;}
.recruitfrom>dl>dt>img{margin-right:20px;}
.recruitfrom>dl>dt>em{width:68px;}
.recruitfrom>dl>dd{margin-top:30px;width:calc(100% - 380px);}
.recruitfrom>dl>dd>input{padding:15px;width:100%;border:1px solid #b0b0b0;border-radius:5px;}
.recruitfrom>dl>dd>textarea{padding:15px;width:100%;height:200px;border:1px solid #b0b0b0;border-radius:5px;}
.recruitfrom>h3{margin-top:60px;text-align:center;}
.scrollbox{margin-top:20px;padding:20px;max-height:200px;overflow-y:scroll;background:#fff;border:1px solid #efefef;}
.scrollbox>p{height:300px;}
.scrollbox>p>a{color:#9e2c30;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{display:flex;justify-content:center;margin-top:40px;color:#333;}
.mw_wp_form .agree .horizontal-item{margin-right:5px;}
.send{margin:40px auto 0;display:flex;justify-content:center;padding:20px;width:300px;text-align:center;font-weight:bold;cursor:pointer;color:#fff;background:#313131;transition:.3s;}
.send:hover{background:#000;}
.p02{margin-top:100px;text-align:center;}
.contactonecon2 .recruitfrom{margin-top:0;}
@media screen and (max-width:1520px){
	.recruitfive{padding:20px 20px 80px;}
	.recruitfivecon .common_tit{margin-top:80px;}
	.recruitfrom{margin-top:30px;}
	.recruitfrom>dl>dt{margin-top:25px;width:260px;}
	.recruitfrom>dl>dt>img{margin-right:15px;width:40px;}
	.recruitfrom>dl>dt>em{width:55px;}
	.recruitfrom>dl>dd{margin-top:25px;width:calc(100% - 260px);}
	.recruitfrom>dl>dd>input{padding:12px;}
	.recruitfrom>dl>dd>textarea{padding:12px;}
	.send{width:270px;}
	.p02{margin-top:80px;}
}
@media screen and (max-width:1080px){
	.recruitfive{padding:20px 20px 60px;}
	.recruitfivecon .common_tit{margin-top:60px;}
	.recruitfrom{margin-top:20px;}
	.recruitfrom>dl>dt{margin-top:20px;width:200px;}
	.recruitfrom>dl>dt>img{margin-right:10px;width:36px;}
	.recruitfrom>dl>dt>em{width:46px;}
	.recruitfrom>dl>dd{margin-top:20px;width:calc(100% - 200px);}
	.recruitfrom>dl>dd>input{padding:10px;}
	.recruitfrom>dl>dd>textarea{padding:10px;}
	.send{width:240px;}
	.p02{margin-top:60px;}
}
@media screen and (max-width:780px){
	.recruitfivecon .common_tit{margin-top:40px;}
	.recruitfrom>dl{display:block;}
	.recruitfrom>dl>dd{margin-top:5px;width:100%;}
	.send{width:200px;}
	.p02{margin-top:40px;}
}

/* .voicetwo{padding:100px 40px;}
.voicetwocon>figure{margin:0 auto;max-width:1000px;}
.voicetwocon>figure:after{padding-top:60%;}
.voicetwocon>dl{margin-top:100px;display:flex;justify-content:space-between;}
.voicetwocon>dl>dt{width:40%;}
.voicetwocon>dl>dt>h3{padding-left:30px;font-size:30px;color:#3a3a3a;line-height:1.2;border-left:3px solid #3a3a3a;}
.voicetwocon>dl>dt>hgroup{margin-top:40px;color:#3a3a3a;font-weight:bold;}
.voicetwocon>dl>dt>hgroup>p{margin:10px 0;display:flex;justify-content:space-between;}
.voicetwocon>dl>dt>hgroup>p>span{width:100px;letter-spacing:3px;}
.voicetwocon>dl>dt>hgroup>p>em{width:calc(100% - 100px);}
.voicetwocon>dl>dd{width:100%;font-size:24px;text-align:center;}
@media screen and (max-width:1520px){
	.voicetwo{padding:80px 20px;}
	.voicetwocon>dl{margin-top:80px;}
	.voicetwocon>dl>dt>h3{padding-left:25px;font-size:26px;}
	.voicetwocon>dl>dt>hgroup{margin-top:30px;}
	.voicetwocon>dl>dt>hgroup>p>span{width:90px;letter-spacing:2px;}
	.voicetwocon>dl>dt>hgroup>p>em{width:calc(100% - 90px);}
	.voicetwocon>dl>dd{font-size:22px;}
}
@media screen and (max-width:1080px){
	.voicetwo{padding:60px 20px;}
	.voicetwocon>dl{margin-top:60px;}
	.voicetwocon>dl>dt>h3{padding-left:20px;font-size:22px;}
	.voicetwocon>dl>dt>hgroup{margin-top:20px;}
	.voicetwocon>dl>dt>hgroup>p>span{width:70px;letter-spacing:1px;}
	.voicetwocon>dl>dt>hgroup>p>em{width:calc(100% - 70px);}
	.voicetwocon>dl>dd{font-size:20px;}
}
@media screen and (max-width:780px){
	.voicetwocon>dl{margin-top:40px;display:block;}
	.voicetwocon>dl>dt{width:100%;}
	.voicetwocon>dl>dt>h3{padding-left:15px;font-size:18px;}
	.voicetwocon>dl>dd{font-size:18px;}
}
 */

/* contact */
.contactone{padding:100px 40px;}
.contactonecon>p{font-size:20px;text-align:center;color:#181818;}
.contactonecon>p>a{display:block;margin:20px 0;font-size:50px;color:#181818;font-weight:600;font-family:"Noto Serif JP",serif;}
.contactonecon>p>a:hover{transform:translateY(-5px);}
@media screen and (max-width:1520px){
	.contactone{padding:80px 20px;}
	.contactonecon>p{font-size:18px;}
	.contactonecon>p>a{margin:15px 0;font-size:42px;}
}
@media screen and (max-width:1080px){
	.contactone{padding:60px 20px;}
	.contactonecon>p{font-size:16px;}
	.contactonecon>p>a{margin:10px 0;font-size:34px;}
}
@media screen and (max-width:780px){
	.contactonecon>p{font-size:14px;}
	.contactonecon>p>a{font-size:26px;}
}


.pagenav{display:flex;width:100%;justify-content:center;margin:80px auto 0;}
.pagenav>*{padding:5px 20px;text-decoration:none;color:#3a3a3a;text-align:center;line-height:1;font-weight:500;}
.page-numbers{border-left:1px solid #3a3a3a;}
.pagenav>a.prev{border-left:none;}
.pagenav>a:hover{color:#000;text-decoration:none;}
.pagenav>span{background:#fff;}
.pagenav span.current{color:#000;}
@media screen and (max-width:530px) {
	.pagenav>*{padding:0 5px;}
	.pagenav>*:not(:first-child){ margin-left:3px;}
}

.article-nav{margin-top:4em;}
ul.pager{display:flex;justify-content:center;}
ul.pager li{color:#3a3a3a;}
ul.pager li:nth-child(2){margin:0 100px;}
ul.pager li a{color:#3a3a3a;font-weight:bold;;
	-webkit-transition:0.3s;
	transition:0.3s;
}
ul.pager li a:hover{color:#3a3a3a;}
@media screen and (max-width:1520px){
	ul.pager li:nth-child(2){margin:0 80px;}
}
@media screen and (max-width:1080px){
	ul.pager li:nth-child(2){margin:0 60px;}
}
@media screen and (max-width:780px){
	ul.pager li:nth-child(2){margin:0 40px;}
}


/* news */
.newsone{padding:100px 40px;}
.newsonecon{max-width:1320px;}
.newsonecon>ul{margin-top:-20px;}
.newsonecon>ul>li{margin-top:20px;}
.newsonecon>ul>li>a{display:flex;justify-content:space-between;color:#000;transition:.3s;}
.newsonecon>ul>li>a>time{width:150px;}
.newsonecon>ul>li>a>h3{width:calc(100% - 150px);}
.newsonecon>ul>li>a:hover{color:#414141;}
.pagenav{margin-top:60px;display:flex;justify-content:center;}
.pagenav>*{margin:0 10px;color:#000;}
.pagenav .current{color:#06b0bf;}
@media (max-width:1520px){
	.newsone{padding:80px 20px;}
	.newsonecon>ul{margin-top:-15px;}
	.newsonecon>ul>li{margin-top:15px;}
	.newsonecon>ul>li>a>time{width:130px;}
	.newsonecon>ul>li>a>h3{width:calc(100% - 130px);}
}
@media (max-width:1080px){
	.newsone{padding:60px 20px;}
	.newsonecon>ul>li>a>time{width:110px;}
	.newsonecon>ul>li>a>h3{width:calc(100% - 110px);}
}
@media (max-width:780px){
	.newsonecon>ul>li>a{display:block;}
	.newsonecon>ul>li>a>time{width:100%;}
	.newsonecon>ul>li>a>h3{width:100%;}
}

.newstwocon{max-width:1320px;}
.newstwocon>h3{margin-top:20px;font-size:24px;line-height:1.4;}
.newstwocon>figure{margin-top:40px;}
.newstwocon>figure:after{padding-top:50%;}
.newstwocon>p{margin-top:40px;}
@media (max-width:1520px){
	.newstwocon>h3{margin-top:15px;font-size:22px;}
	.newstwocon>figure{margin-top:30px;}
	.newstwocon>p{margin-top:30px;}
}
@media (max-width:1080px){
	.newstwocon>h3{margin-top:10px;font-size:20px;}
	.newstwocon>figure{margin-top:20px;}
	.newstwocon>p{margin-top:20px;}
}
@media (max-width:780px){
	.newstwocon>h3{font-size:18;}
}

body.home .footericon{display:none;}
.footericon{padding:40px 0;display:flex;align-items:center;justify-content:center;}
.footericon>a{display:block;margin:0 20px;width:250px;color:#2d2d2d;text-align:center;transition:.3s;line-height:1.3;}
.footericon>a>span{display:block;font-size:30px;color:#2d2d2d;}
.footericon>a:hover{transform:translatey(-5px);}
@media (max-width:1520px){
	.footericon>a{width:200px;}
	.footericon>a>span{font-size:26px;}
}
@media (max-width:1080px){
	.footericon>a{width:150px;}
	.footericon>a>span{font-size:22px;}
}
@media (max-width:780px){
	.footericon{display:none;}
	.rightfix{display:flex;}
	.footericon>a{margin:0 10px;width:90px;}
	.footericon>a>span{font-size:20px;}
}