@charset "utf-8";
/*
Theme Name: asahina-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:#000;font-weight:400;
	font-family:"Noto Sans JP",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:#fff;   
	-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{width:100%;display:flex;justify-content:center;align-items:center;font-size:18px;color:#fff;background:#b02b41;cursor:pointer;transition:.3s;}
.bkt>span{margin-right:10px;font-size:26px;}
.bkt:hover{opacity:0.8;}
.bkt svg{width:15px;height:15px;fill:#ffffff;}
@media screen and (max-width:1080px){
	.bkt{font-size:16px;}
	.bkt>span{font-size:24px;}
}

/*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{display:flex;align-items:flex-end;color:#fff;line-height:1;font-family:"Noto Serif JP",serif;}
.common_tit>h2{font-size:90px;}
.common_tit>p{margin-left:40px;font-size:40px;letter-spacing:4px;}
.common_tit>hr{margin:0 0 0 40px;width:150px;height:2px;background:#fff;border:none;}
@media (max-width:1520px){
	.common_tit>h2{font-size:70px;}
	.common_tit>p{margin-left:30px;font-size:32px;letter-spacing:2px;}
	.common_tit>hr{margin:0 0 0 30px;width:100px;}
}
@media (max-width:1080px){
	.common_tit>h2{font-size:50px;}
	.common_tit>p{margin-left:20px;font-size:26px;letter-spacing:1px;}
	.common_tit>hr{margin:0 0 0 20px;width:80px;}
}
@media (max-width:780px){
	.common_tit>h2{font-size:30px;}
	.common_tit>p{font-size:16px;letter-spacing:0px;}
	.common_tit>hr{width:60px;}
}

.common_tit2{display:block;color:#000;line-height:1;}
.common_tit2>h2{font-size:100px;}
.common_tit2>p{margin-top:40px;margin-left:0;font-size:20px;color:#333;font-weight:400;}
@media (max-width:1520px){
	.common_tit2>h2{font-size:42px;letter-spacing:1px;}
	.common_tit2>p{margin-top:30px;font-size:18px;}
}
@media (max-width:1080px){
	.common_tit2>h2{font-size:30px;letter-spacing:1px;}
	.common_tit2>p{margin-top:30px;font-size:16px;}
}
@media (max-width:780px){
	.common_tit2>h2{font-size:26px;}
	.common_tit2>p{margin-top:15px;font-size:14px;}
}


/*more*/
.more{margin-top:40px;display:flex;justify-content:flex-end;line-height:1;}
.more>a{display:flex;align-items:flex-end;font-size:32px;color:#fff;letter-spacing:1px;font-style:italic;transition:.3s;font-family:"Cormorant Upright",serif;}
.more>a>img{margin-left:20px;transition:.3s;}
.more>a:hover>img{transform:translateX(10px);}
@media (max-width:1520px){
	.more{margin-top:30px;}
	.more>a{font-size:26px;letter-spacing:0px;}
	.more>a>img{width:80px;}
}
@media (max-width:1080px){
	.more{margin-top:20px;}
	.more>a{font-size:20px;}
	.more>a>img{width:60px;}
}
@media (max-width:780px){
	.more>a{font-size:16px;}
	.more>a>img{width:40px;}
}

.more2{margin-top:80px;justify-content:flex-start;line-height:1;}
.more2>a{justify-content:center;padding:15px 20px;max-width:250px;width:100%;font-size:24px;text-align:center;color:#000;background:#fff;border:1px solid #000;border-radius:30px;transition:.3s;}
.more2>a:hover{color:#fff;background:#181818;border:1px solid #181818;}
@media (max-width:1520px){
	.more2{margin-top:60px;}
	.more2>a{padding:15px 10px;max-width:220px;font-size:20px;}
}
@media (max-width:1080px){
	.more2{margin-top:40px;}
	.more2>a{padding:12px 10px;max-width:190px;font-size:16px;}
}
@media (max-width:780px){
	.more2{margin-top:20px;}
	.more2>a{max-width:160px;font-size:14px;}
}




/*header*/
@-webkit-keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
@keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
.header.header_fixed{background:#002950;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:fixed;top:0;left:0;z-index:9;width:100%;background-color:rgba(0,41,80,0.75);
	-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:40px;width:100%;max-width:256px;}
.header .logo:hover{opacity:0.7;}
.header .header_right{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 380px);}
.header .main-navigation{max-width:1120px;width:calc(100% - 380px);}
.header .main-navigation>ul{display:flex;justify-content:space-between;width:100%;}
.header .main-navigation>ul>li{width:20%;text-align:center;line-height:1;border-right:1px solid #fff;}
.header .main-navigation>ul>li:last-child{border-right:none;}
.header .main-navigation>ul>li>a{position:relative;display:inline-block;font-size:20px;letter-spacing:1px;line-height:1;color:#fff;font-weight:400;text-align:center;text-transform:uppercase;}
.header .main-navigation>ul>li>a>span{display:block;margin-top:12px;font-size:14px;letter-spacing:0;}
.header .main-navigation>ul>li>a:after{position:absolute;bottom:-4px;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;
}
.header .main-navigation>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(3px);
	transform:translateY(3px);
}
.hederright{display:flex;justify-content:space-between;width:400px;}
.hederright>div{padding:5px;width:50%;background:#b63a30;}
.hederright>div>a{padding:30px 20px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;letter-spacing:2px;line-height:1;text-transform:uppercase;background-image:linear-gradient(to bottom right,#b63a30,#b02944);border:1px solid #fff;font-family:"Noto Serif JP",serif;}
.hederright>div:last-child{background:#004365;}
.hederright>div:last-child>a{background:#004365;}
.hederright>div>a:hover{opacity:.7;}
@media (max-width:1520px){
	.header .logo{margin-left:20px;max-width:220px;}
	.header .header_right{width:calc(100% - 280px);}
	.header .main-navigation{width:calc(100% - 220px);}
	.header .main-navigation>ul>li>a{font-size:15px;letter-spacing:0px;}
	.header .main-navigation>ul>li>a>span{margin-top:10px;font-size:13px;}
	.hederright{width:220px;}
	.hederright>div>a{padding:23px 15px;font-size:16px;letter-spacing:1px;}
}
@media (max-width:1080px){
	.header{padding:0 20px;}
	.header .logo{margin-left:0;max-width:180px;}
	.header .header_right{width:270px;}
	.header .main-navigation{display:none;}
	.hederright{width:220px;}
	.hederright>div{padding:3px;}
	.hederright>div>a{padding:15px 10px;letter-spacing:0px;}
}
@media (max-width:780px){
	.header{padding:10px 20px;}
	.header .logo{max-width:160px;}
	.header .header_right{width:180px;}
	.hederright{width:140px;}
	.hederright>div{padding:2px;}
	.hederright>div>a{padding:10px 2px;font-size:12px;letter-spacing:0px;}
}


/*banner*/
.banner{position:relative;width:100%;height:100vh;overflow:hidden;font-family:"Noto Serif JP",serif;}
@-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);
	}
}
.bannerbg{position:absolute;top:0;left:0;z-index:1;width:100%;height:100vh;background:url(img/bannerbg.png);}
.banner>figure{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;
}
.bannercon{position:absolute;top:55%;left:50%;z-index:2;padding:0 40px;max-width:1520px;width:100%;color:#fff;text-transform:uppercase;transform:translate(-50%,-50%);}
.bannercon>h1{font-size:168px;line-height:1;font-family:"Outfit",sans-serif;}
.bannercon>h1>span{display:inline-block;font-size:50px;transform:translate(40px,-40px);}
@media (max-width:1520px){
	.banner{height:800px;}
	.banner>figure{height:800px;}
	.bannercon{padding:0 20px;}
	.banner .bannercon h1{font-size:120px;}
	.bannercon>h1>span{font-size:40px;transform:translate(40px,-30px);}
}
@media (max-width:1080px){
	.banner{height:650px;}
	.banner>figure{height:650px;}
	.banner .bannercon h1{font-size:86px;}
	.bannercon>h1>span{font-size:30px;transform:translate(40px,-20px);}
}
@media (max-width:780px){
	.banner{height:500px;}
	.banner>figure{height:500px;}
	.banner .bannercon h1{font-size:50px;}
	.bannercon>h1>span{font-size:18px;transform:translate(20px,-12px);}
}
 

/*indexMain*/
.indexone{padding:40px 20px 0;background:url(img/indexbg01.jpg)no-repeat bottom;}
.indexonecon{display:flex;align-items:flex-end;}
.indexonecon>figure{position:relative;top:60px;width:349px;}
.indexonecon>figure>img{width:100%;}
.indexonecon>hgroup{margin-left:80px;max-width:1280px;width:calc(100% - 350px);}
.indexonecon>hgroup>dl{display:flex;align-items:center;justify-content:space-between;margin-top:60px;}
.indexonecon>hgroup>dl>dt{width:calc(45% - 20px);}
.indexonecon>hgroup>dl>dt>h2{font-size:88px;text-align:center;letter-spacing:4px;line-height:1.4;text-transform:uppercase;font-family:"Noto Serif JP",serif;}
.indexonecon>hgroup>dl>dt>p{padding:5px;font-size:20px;color:#fff;text-align:center;letter-spacing:3px;background:#002b65;}
.indexonecon>hgroup>dl>dd{padding-top:40px;width:calc(55% - 80px);}
.indexonecon>hgroup>dl>dd>h3{font-size:50px;color:#333;text-align:right;font-family:"Zen Maru Gothic",sans-serif;}
.indexonecon>hgroup>dl>dd>h3>span{display:inline-block;font-size:24px;transform:translate(-30px,-15px);}
.indexonecon>hgroup>h3{margin-top:40px;font-size:56px;text-align:center;letter-spacing:5px;font-family:"Noto Serif JP",serif;}
.indexonecon>hgroup>p{padding:100px 0;font-size:21px;color:#000;font-weight:500;line-height:2.8;}
@media (max-width:1520px){
	.indexone{background-size:100% 300px;}
	.indexonecon>figure{top:50px;width:300px;}
	.indexonecon>hgroup{margin-left:40px;width:calc(100% - 320px);}
	.indexonecon>hgroup>dl{margin-top:40px;}
	.indexonecon>hgroup>dl>dt>h2{font-size:58px;letter-spacing:2px;}
	.indexonecon>hgroup>dl>dt>p{font-size:18px;letter-spacing:2px;}
	.indexonecon>hgroup>dl>dd>h3{font-size:30px;}
	.indexonecon>hgroup>dl>dd>h3>span{font-size:18px;transform:translate(-20px,-5px);}
	.indexonecon>hgroup>h3{margin-top:30px;font-size:38px;letter-spacing:2px;}
	.indexonecon>hgroup>p{padding:50px 0;font-size:18px;line-height:2.4;}
}
@media (max-width:1080px){
	.indexone{padding:60px 20px;background-size:cover;}
	.indexonecon>figure{display:none;}
	.indexonecon>hgroup{margin-left:0px;width:100%;}
	.indexonecon>hgroup>dl{margin-top:0px;}
	.indexonecon>hgroup>dl>dt>h2{font-size:46px;letter-spacing:1px;}
	.indexonecon>hgroup>dl>dt>p{font-size:16px;letter-spacing:2px;}
	.indexonecon>hgroup>dl>dd>h3{font-size:24px;}
	.indexonecon>hgroup>dl>dd>h3>span{font-size:16px;transform:translate(-20px,-2px);}
	.indexonecon>hgroup>h3{margin-top:20px;font-size:30px;letter-spacing:0px;}
	.indexonecon>hgroup>p{margin-top:30px;padding:0;font-size:16px;line-height:2.4;}
}
@media (max-width:780px){
	.indexonecon>hgroup>dl{display:block;}
	.indexonecon>hgroup>dl>dt{width:100%;}
	.indexonecon>hgroup>dl>dt>h2{font-size:40px;letter-spacing:0px;}
	.indexonecon>hgroup>dl>dt>p{margin:0 auto;max-width:200px;font-size:14px;letter-spacing:1px;}
	.indexonecon>hgroup>dl>dd{width:100%;}
	.indexonecon>hgroup>dl>dd>h3{font-size:20px;text-align:center;}
	.indexonecon>hgroup>h3{font-size:20px;}
	.indexonecon>hgroup>p{margin-top:20px;font-size:14px;line-height:1.8;}
}

/*maintain*/
.indextwo{margin-top:60px;padding:0 0 100px;}
.indextwocon>dl{display:flex;}
.indextwocon>dl>dt{position:relative;width:60%;}
.indextwocon>dl>dt>hgroup{position:absolute;top:50%;left:50%;padding:0 40px;max-width:830px;width:100%;color:#fff;transform:translate(-50%,-50%);}
.indextwocon>dl>dt>hgroup>p{margin-top:80px;font-size:24px;}
.indextwocon>dl>dt>figure:after{padding-top:849px;}
.indextwocon>dl>dd{width:calc(40% - 100px);}
.indextwocon>dl>dd>figure{height:100%;}
@media (max-width:1520px){
	.indextwo{margin-top:40px;padding:0 0 80px;}
	.indextwocon>dl>dt>hgroup{padding:0 20px;}
	.indextwocon>dl>dt>hgroup>p{margin-top:60px;font-size:20px;}
	.indextwocon>dl>dt>figure:after{padding-top:700px;}
	.indextwocon>dl>dd{width:calc(40% - 20px);}
}
@media (max-width:1080px){
	.indextwo{margin-top:0px;padding:0 0 60px;}
	.indextwocon>dl>dt>hgroup>p{margin-top:40px;font-size:16px;}
	.indextwocon>dl>dt>figure:after{padding-top:500px;}
}
@media (max-width:780px){
	.indextwocon>dl{display:block;}
	.indextwocon>dl>dt{width:100%;}
	.indextwocon>dl>dt>hgroup>p{margin-top:30px;font-size:14px;}
	.indextwocon>dl>dt>figure:after{padding-top:400px}
	.indextwocon>dl>dd{width:100%;}
	.indextwocon>dl>dd>figure{background-position:top center;}
	.indextwocon>dl>dd>figure:after{padding-top:70%;}
}

.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{position:relative;padding:100px 40px;}
.indexthree:before{position:absolute;top:0;left:100px;content:"";width:calc(100% - 100px);height:100%;background:#f5f8fa;}
.indexthreecon>dl{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;}
.indexthreecon>dl>dt{width:250px;}
.indexthreecon>dl>dd{width:calc(100% - 400px);}
.indexthreecon>dl>dd>ul>li{margin:20px 0;display:flex;}
.indexthreecon>dl>dd>ul>li>time{width:120px;font-family:"DM Serif Display",serif;}
.indexthreecon>dl>dd>ul>li>a{width:calc(100% - 120px);color:#000;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;}
.indexthreecon>dl>dd>ul>li>a:hover{text-decoration:underline;}
@media (max-width:1520px){
	.indexthree{padding:80px 20px;}
	.indexthree:before{left:0;width:100%;}
	.indexthreecon>dl>dt{width:220px;}
	.indexthreecon>dl>dd{width:calc(100% - 300px);}
	.indexthreecon>dl>dd>ul>li{margin:15px 0;}
	.indexthreecon>dl>dd>ul>li>time{width:100px;}
	.indexthreecon>dl>dd>ul>li>a{width:calc(100% - 100px);}
}
@media (max-width:1080px){
	.indexthree{padding:60px 20px;}
	.indexthreecon>dl>dt{width:180px;}
	.indexthreecon>dl>dd{width:calc(100% - 240px);}
	.indexthreecon>dl>dd>ul>li{margin:10px 0;}
	.indexthreecon>dl>dd>ul>li>time{width:90px;}
	.indexthreecon>dl>dd>ul>li>a{width:calc(100% - 90px);}
}
@media (max-width:780px){
	.indexthreecon>dl{display:block;}
	.indexthreecon>dl>dt{width:100%;}
	.indexthreecon>dl>dt>.common_tit2{text-align:center;}
	.indexthreecon>dl>dt>.more2{justify-content:center;}
	.indexthreecon>dl>dd{margin-top:20px;width:100%;}
	.indexthreecon>dl>dd>ul>li{display:block;}
	.indexthreecon>dl>dd>ul>li>time{width:100%;}
	.indexthreecon>dl>dd>ul>li>a{width:100%;}
}


.indexfour{padding:100px 0px;font-family:"Noto Serif JP",serif;}
.indexfourcon>.common_tit2{text-align:center;}
.indexfourcon>h3{margin-top:40px;font-size:30px;color:#444;text-align:center;letter-spacing:4px;}
.indexfourcon>ul{margin-top:60px;display:flex;justify-content:space-between;}
.indexfourcon>ul>li{position:relative;width:50%;overflow:hidden;}
.indexfourcon>ul>li:after{position:absolute;top:0;left:0;z-index:1;content:"";width:100%;height:100%;border:80px solid rgba(0,67,101,.5);}
.indexfourcon>ul>li:last-child:after{border:80px solid rgba(180,51,56,.5);}
.indexfourcon>ul>li>figure:after{padding-top:74%;}
.indexfourcon>ul>li>hgroup{position:absolute;bottom:140px;left:0;width:100%;text-align:center;}
.indexfourcon>ul>li>hgroup>h3{font-size:64px;color:#fff;text-align:center;}
.indexfourcon>ul>li>hgroup>h3>span{display:block;font-size:20px;}
.indexfourcon>ul>li>div>a{display:block;position:absolute;bottom:0;right:0;z-index:2;transition:.3s;}
.indexfourcon>ul>li>div>a:hover{transform:translate(10px,10px);}
@media (max-width:1520px){
	.indexfour{padding:80px 0px;}
	.indexfourcon>h3{margin-top:30px;font-size:26px;letter-spacing:2px;}
	.indexfourcon>ul{margin-top:50px;}
	.indexfourcon>ul>li:after{border:60px solid rgba(0,67,101,.5);}
	.indexfourcon>ul>li:last-child:after{border:60px solid rgba(180,51,56,.5);}
	.indexfourcon>ul>li>hgroup{bottom:120px;}
	.indexfourcon>ul>li>hgroup>h3{font-size:50px;}
	.indexfourcon>ul>li>hgroup>h3>span{font-size:18px;}
	.indexfourcon>ul>li>div>a{width:100px;}
}
@media (max-width:1080px){
	.indexfour{padding:60px 0px;}
	.indexfourcon>h3{margin-top:20px;font-size:22px;letter-spacing:1px;}
	.indexfourcon>ul{margin-top:40px;}
	.indexfourcon>ul>li:after{border:40px solid rgba(0,67,101,.5);}
	.indexfourcon>ul>li:last-child:after{border:40px solid rgba(180,51,56,.5);}
	.indexfourcon>ul>li>hgroup{bottom:100px;}
	.indexfourcon>ul>li>hgroup>h3{font-size:36px;}
	.indexfourcon>ul>li>hgroup>h3>span{font-size:16px;}
	.indexfourcon>ul>li>div>a{width:80px;}
}
@media (max-width:780px){
	.indexfourcon>h3{font-size:1px;letter-spacing:0px;}
	.indexfourcon>ul{margin-top:30px;display:block;}
	.indexfourcon>ul>li{width:100%;}
	.indexfourcon>ul>li:after{border:20px solid rgba(0,67,101,.5);}
	.indexfourcon>ul>li:last-child:after{border:20px solid rgba(180,51,56,.5);}
	.indexfourcon>ul>li>hgroup{bottom:30px;}
	.indexfourcon>ul>li>hgroup>h3{font-size:28px;}
	.indexfourcon>ul>li>hgroup>h3>span{font-size:14px;}
	.indexfourcon>ul>li>div>a{width:60px;}
}


.indexfive{padding:0px 40px 100px;}
.indexfivecon>dl{display:flex;justify-content:space-between;}
.indexfivecon>dl>dt{width:calc(50% - 60px);font-family:"Noto Serif JP",serif;}
.indexfivecon>dl>dt>a{display:flex;align-items:center;justify-content:center;padding:40px;font-size:40px;color:#004365;letter-spacing:2px;text-transform:uppercase;line-height:1;border:2px solid #004365;}
.indexfivecon>dl>dt>a>span{margin-right:20px;font-size:46px;color:#004365;}
.indexfivecon>dl>dt>a:hover{box-shadow:3px 3px 6px #333;}
@media (max-width:1520px){
	.indexfive{padding:0px 20px 80px;}
	.indexfivecon>dl>dt{width:calc(50% - 40px);}
	.indexfivecon>dl>dt>a{padding:30px;font-size:36px;letter-spacing:1px;}
	.indexfivecon>dl>dt>a>span{font-size:42px;}
}
@media (max-width:1080px){
	.indexfive{padding:0px 20px 60px;}
	.indexfivecon>dl>dt{width:calc(50% - 20px);}
	.indexfivecon>dl>dt>a{padding:20px;font-size:32px;letter-spacing:0px;}
	.indexfivecon>dl>dt>a>span{margin-right:15px;font-size:38px;}
}
@media (max-width:780px){
	.indexfivecon>dl{display:block;}
	.indexfivecon>dl>dt{width:100%;}
	.indexfivecon>dl>dt:last-child{margin-top:20px;}
	.indexfivecon>dl>dt>a{padding:20px;font-size:28px;}
	.indexfivecon>dl>dt>a>span{margin-right:10px;font-size:34px;}
}


.indexsix{padding:30px 40px;border-top:1px solid #e8e8e8;}
.indexsixcon{max-width:1320px;}
.indexsixcon>dl{display:flex;align-items:center;justify-content:space-between;}
.indexsixcon>dl>dt{padding:100px 0;display:flex;justify-content:center;width:50%;border-right:1px solid #e8e8e8;}
.indexsixcon>dl>dd{width:50%;}
.indexsixcon>dl>dd>div>p{margin-top:15px;font-family:"Noto Serif JP",serif;}
.indexsixcon>dl a{display:block;transition:.3s;}
.indexsixcon>dl a:hover{transform:translateY(-5px);}
@media (max-width:1520px){
	.indexsix{padding:20px;}
	.indexsixcon>dl>dt{padding:80px 0;}
}
@media (max-width:1080px){
	.indexsixcon>dl>dt{padding:60px 0;}
	.indexsixcon>dl>dt img{width:240px;}
	.indexsixcon>dl img{width:250px;}
	.indexsixcon>dl>dd>div>p{margin-top:10px;}
}
@media (max-width:780px){
	.indexsixcon>dl{display:block;}
	.indexsixcon>dl>dt{padding:40px 0;width:100%;border-right:none;border-bottom:1px solid #e8e8e8;}
	.indexsixcon>dl>dt img{width:200px;}
	.indexsixcon>dl img{margin:0 auto;width:200px;}
	.indexsixcon>dl>dd{display:flex;justify-content:center;padding:40px 0;width:100%;}
	.indexsixcon>dl>dd>div>p{margin-top:10px;}
}

/*footer*/
.footer{position:relative;padding:40px 0 0;background:#2a3f5b;}
.footercon{padding:0 40px;}
.footercon>dl{display:flex;justify-content:space-between;}
.footercon>dl>dt{width:40%;}
.footercon>dl>dt>.footerlogo{max-width:256px;}
.footercon>dl>dt>p{margin-top:30px;color:#fff;}
.footercon>dl>dt>p>a{color:#fff;}
.footercon>dl>dt>p>a:hover{text-decoration:underline;}
.footercon>dl>dd{width:calc(60% - 20px);}
.footercon>dl>dd>ul{display:flex;flex-flow:wrap;justify-content:space-between;width:100%;}
.footercon>dl>dd>ul>li{margin:15px 0;width:calc(33.33% - 20px);line-height:1;}
.footercon>dl>dd>ul>li>a{position:relative;display:flex;align-items:center;width:100%;color:#fff;font-weight:normal;}
.footercon>dl>dd>ul>li>a:before{display:inline-block;content:"";position:relative;z-index:5;margin-right:10px;width:8px;height:8px;
	border:solid #fff;
	border-width:1px 1px 0 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:0.3s;
    transition:0.3s;}
.footercon>dl>dd>ul>li>a:hover:before{border:solid #fff;}
.footer>p{margin-top:40px;padding:5px 20px;font-size:14px;color:#fff;letter-spacing:1px;text-align:center;background:#252c36;}
@media (max-width:1520px){
	.footer{padding:30px 0 0;}
	.footercon{padding:0 20px;}
	.footercon>dl>dt>.footerlogo{max-width:230px;}
	.footercon>dl>dt>p{margin-top:20px;}
	.footercon>dl>dd>ul>li{margin:13px 0;width:calc(33.33% - 15px);}
}
@media (max-width:1080px){
	.footercon>dl>dt>.footerlogo{max-width:200px;}
	.footercon>dl>dd>ul>li{margin:10px 0;width:calc(33.33% - 10px);}
}
@media (max-width:780px){
	.footercon>dl{display:block;}
	.footercon>dl>dt{width:100%;}
	.footercon>dl>dt>.footerlogo{margin:0 auto;max-width:170px;}
	.footercon>dl>dt>p{text-align:center;}
	.footercon>dl>dd{margin-top:20px;width:100%;}
	.footercon>dl>dd>ul{justify-content:center;}
	.footercon>dl>dd>ul>li{margin:5px;width:auto;}
	.footercon>dl>dd>ul>li:nth-child(1){order:1;}
	.footercon>dl>dd>ul>li:nth-child(4){order:2;}
	.footercon>dl>dd>ul>li:nth-child(7){order:3;}
	.footercon>dl>dd>ul>li:nth-child(2){order:4;}
	.footercon>dl>dd>ul>li:nth-child(5){order:5;}
	.footercon>dl>dd>ul>li:nth-child(3){order:6;}
	.footercon>dl>dd>ul>li:nth-child(6){order:6;}
	.footercon>dl>dd>ul>li>a:before{margin-right:5px;}
	.footer>p{margin-top:30px;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%;background:url(img/bannerbg.png);}
.pageban *{
	-webkit-transition:0.3s;
	transition:0.3s;
}
.pageban figure:after{padding-top:425px;}
.pageban .pagebancon{position:absolute;top:64%;left:50%;z-index:5;padding:30px 20px;width:100%;color:#fff;line-height:1;text-align:center;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageban .pagebancon h1{margin:0;font-size:54px;text-transform:uppercase;letter-spacing:2px;font-weight:bold;font-family:"Noto Serif JP", serif;}
.pageban .pagebancon p{margin-top:15px;font-size:36px;letter-spacing:2px;}
@media (max-width:1520px){
	.pageban figure:after{padding-top:380px;}
	.pageban .pagebancon h1{font-size:46px;letter-spacing:1px;}
	.pageban .pagebancon p{font-size:30px;letter-spacing:1px;}
}
@media (max-width:1080px){
	.pageban figure:after{padding-top:340px;}
	.pageban .pagebancon h1{font-size:38px;letter-spacing:0px;}
	.pageban .pagebancon p{font-size:24px;letter-spacing:0px;}
}
@media (max-width:780px){
	.pageban figure:after{padding-top:300px;}
	.pageban .pagebancon h1{font-size:30px;}
	.pageban .pagebancon p{font-size:18px;}
}

/* company */
.companyone{padding:100px 40px;}
.companyonecon>dl{display:flex;flex-flow:wrap;justify-content:space-between;}
.companyonecon>dl>dt{padding:30px 0;width:240px;font-weight:bold;text-align:center;border-bottom:3px solid #2a3f5b;font-family: "Kosugi Maru", sans-serif;}
.companyonecon>dl>dd{padding:30px 40px;width:calc(100% - 240px);font-size:18px;border-bottom:1px solid #b9b9b9;}
.companyonecon>dl>dd>a{color:#2a2a2a;}
@media (max-width:1520px){
	.companyone{padding:80px 20px;}
	.companyonecon>dl>dt{padding:25px 0;width:210px;border-bottom:2px solid #2a3f5b;}
	.companyonecon>dl>dd{padding:25px 30px;width:calc(100% - 210px);font-size:16px;}
}
@media (max-width:1080px){
	.companyone{padding:60px 20px;}
	.companyonecon>dl>dt{padding:20px 0;width:180px;}
	.companyonecon>dl>dd{padding:20px;width:calc(100% - 180px);font-size:14px;}
}
@media (max-width:780px){
	.companyone{padding:60px 20px;}
	.companyonecon>dl>dt{padding:15px 0;width:150px;}
	.companyonecon>dl>dd{padding:15px;width:calc(100% - 150px);}
}


/* business */
.businessone{position:relative;padding:100px 40px;}
.businessone:before{position:absolute;left:0;bottom:150px;content:"";max-width:518px;width:50%;height:18px;background:#536680;}
.businessonecon>dl{display:flex;justify-content:space-between;}
.businessonecon>dl>dt{width:51%;}
.businessonecon>dl>dt>h3{font-size:28px;line-height:1.4;font-family:"Kosugi Maru",sans-serif;}
.businessonecon>dl>dt>h3>span{display:inline-block;}
.businessonecon>dl>dt>p{margin-top:20px;}
.businessonecon>dl>dd{position:relative;width:calc(49% - 45px);}
.businessonecon>dl>dd:before{position:absolute;bottom:40px;left:0;content:"";width:22px;height:130px;background:#536680;}
.businessonecon>dl>dd>figure{margin-left:25px;width:calc(100% - 25px);}
.businessonecon>dl>dd>figure:after{padding-top:66%;}
.businessone2{padding:0 40px;}
.businessone2:before{left:initial;right:0;bottom:10px;background:#c15f70;}
.businessone2 .businessonecon>dl{flex-direction:row-reverse;}
.businessone2 .businessonecon>dl>dd>figure{margin-right:25px;margin-left:0;width:calc(100% - 25px);}
.businessone2 .businessonecon>dl>dd:before{left:initial;right:0;background:#c15f70;}
.businessone3{margin-bottom:150px;}
@media (max-width:1520px){
	.businessone{padding:80px 20px;}
	.businessone:before{bottom:130px;max-width:450px;height:15px;}
	.businessonecon>dl>dt>h3{font-size:24px;}
	.businessonecon>dl>dd{width:calc(50% - 40px);}
	.businessonecon>dl>dd:before{bottom:30px;width:18px;height:110px;}
	.businessonecon>dl>dd>figure{margin-left:20px;width:calc(100% - 20px);}
	.businessone2{padding:0 20px;}
	.businessone2:before{left:initial;right:0;bottom:10px;}
	.businessone2 .businessonecon>dl>dd>figure{margin-right:20px;margin-left:0;width:calc(100% - 20px);}
	.businessone3{margin-bottom:120px;}
}
@media (max-width:1080px){
	.businessone{padding:60px 20px;}
	.businessone:before{bottom:70px;max-width:380px;height:12px;}
	.businessonecon>dl>dt>h3{font-size:20px;}
	.businessonecon>dl>dd{width:calc(50% - 35px);}
	.businessonecon>dl>dd:before{bottom:20px;width:15px;height:90px;}
	.businessonecon>dl>dd>figure{margin-left:17px;width:calc(100% - 17px);}
	.businessone2{padding:0 20px;}
	.businessone2:before{bottom:10px;}
	.businessone3{margin-bottom:80px;}
}
@media (max-width:780px){
	.businessone:before{bottom:50px;max-width:300px;height:10px;}
	.businessonecon>dl{display:block;}
	.businessonecon>dl>dt{width:100%;}
	.businessonecon>dl>dt>h3{font-size:18px;}
	.businessonecon>dl>dt>h3>span{display:block;}
	.businessonecon>dl>dd{margin-top:20px;width:100%;}
	.businessonecon>dl>dd:before{left:-10px;bottom:0;width:10px;height:60px;}
	.businessonecon>dl>dd>figure{margin-left:0;width:100%;}
	.businessone2{padding-bottom:10px;}
	.businessone2:before{bottom:0px;}
	.businessone2 .businessonecon>dl>dd:before{right:-10px;}
	.businessone2 .businessonecon>dl>dd>figure{margin-right:0px;width:100%;}
}


/* recruit */
.recruitone{padding:100px 40px;}
.recruitonecon>h2{font-size:24px;color:#000;text-align:center;line-height:1.4;font-family:"Kosugi Maru",sans-serif;}
.recruitonecon>dl{margin-top:60px;display:flex;flex-flow:wrap;justify-content:space-between;border:1px solid #b9b9b9;border-bottom:none;}
.recruitonecon>dl>dt{display:flex;align-items:center;justify-content:center;padding:30px 20px;width:250px;color:#fff ;font-weight:500;background:#2a3f5b;border-bottom:1px solid #b9b9b9;font-family:"Kosugi Maru",sans-serif;}
.recruitonecon>dl>dd{padding:30px 20px;width:calc(100% - 250px);font-size:18px;border-bottom:1px solid #b9b9b9;}
.recruitonecon>dl.dl02>dt{background:#c15f70;}
@media (max-width:1520px){
	.recruitone{padding:80px 20px;}
	.recruitonecon>h2{font-size:22px;}
	.recruitonecon>dl{margin-top:50px;}
	.recruitonecon>dl>dt{padding:25px 15px;width:220px;}
	.recruitonecon>dl>dd{padding:25px 15px;width:calc(100% - 220px);font-size:16px;}
}
@media (max-width:1080px){
	.recruitone{padding:60px 20px;}
	.recruitonecon>h2{font-size:20px;}
	.recruitonecon>dl{margin-top:40px;}
	.recruitonecon>dl>dt{padding:20px 10px;width:200px;}
	.recruitonecon>dl>dd{padding:20px 10px;width:calc(100% - 200px);font-size:14px;}
}
@media (max-width:780px){
	.recruitonecon>h2{font-size:18px;}
	.recruitonecon>dl{margin-top:30px;}
	.recruitonecon>dl>dt{justify-content:flex-start;padding:10px;width:100%;}
	.recruitonecon>dl>dd{padding:10px;width:100%;}
}

/* voice */
.voiceone{padding:100px 40px;}
.voiceonecon>dl{display:flex;justify-content:space-between;}
.voiceonecon>dl>dt{position:relative;padding:30px 20px 30px 30px;width:50%;color:#fff;background:#c15f70;}
.voiceonecon>dl>dt:after{position:absolute;right:-50px;top:0;content:"";width:200px;height:100%;background:#c15f70;transform:skewX(-10deg);}
.voiceonecon>dl>dt>h3{position:relative;z-index:5;font-size:32px;font-family:"Kosugi Maru",sans-serif;}
.voiceonecon>dl>dt>p{position:relative;z-index:5;margin-top:20px;font-size:18px;}
.voiceonecon>dl>dd{width:50%;}
.voiceonecon>dl>dd>figure{height:100%;}
.voiceonecon>dl>dd>figure:after{padding-top:60%;}
.voiceonecon>dl.dl03{margin-top:100px;flex-direction:row-reverse;}
.voiceonecon>dl.dl03>dt{padding:30px 30px 30px 10px;background:#536680;}
.voiceonecon>dl.dl03>dt:after{right:initial;left:-50px;background:#536680;}
.voiceonecon>dl.dl04{margin-top:100px;}
@media (max-width:1520px){
	.voiceone{padding:80px 20px;}
	.voiceonecon>dl>dt{padding:20px 0 20px 20px;}
	.voiceonecon>dl>dt>h3{font-size:28px;}
	.voiceonecon>dl>dt>p{margin-top:15px;font-size:16px;}
	.voiceonecon>dl.dl03{margin-top:80px;}
	.voiceonecon>dl.dl03>dt{padding:20px 20px 20px 10px;}
	.voiceonecon>dl.dl04{margin-top:80px;}
}
@media (max-width:1080px){
	.voiceone{padding:60px 20px;}
	.voiceonecon>dl>dt>h3{font-size:24px;}
	.voiceonecon>dl>dt>p{margin-top:10px;font-size:14px;}
	.voiceonecon>dl.dl03{margin-top:60px;}
	.voiceonecon>dl.dl03>dt{padding:20px 20px 20px 10px;}
	.voiceonecon>dl.dl04{margin-top:60px;}
}
@media (max-width:780px){
	.voiceonecon>dl{display:block;}
	.voiceonecon>dl>dt{padding:20px;width:100%;}
	.voiceonecon>dl>dt:after{display:none;}
	.voiceonecon>dl>dt>h3{font-size:20px;}
	.voiceonecon>dl>dd{width:100%;}
	.voiceonecon>dl.dl03{margin-top:40px;}
	.voiceonecon>dl.dl03>dt{padding:20px;}
	.voiceonecon>dl.dl04{margin-top:40px;}
}


/* contact */
.contactone{padding:100px 40px;}
.contactfrom{margin:-40px auto 0;max-width:1080px;width:100%;}
.contactfrom>dl{display:flex;flex-flow:wrap;justify-content:space-between;}
.contactfrom>dl>dt{margin-top:40px;width:280px;letter-spacing:1px;font-weight:500;font-family:"Kosugi Maru",sans-serif;}
.contactfrom>dl>dt>span{color:#ff0000;}
.contactfrom>dl>dd{margin-top:40px;width:calc(100% - 280px);}
.contactfrom>dl>dd input{padding:12px 20px;width:100%;border:1px solid #b4b4b4;background:#fbfbfb;}
.contactfrom>dl>dd textarea{padding:12px 20px;width:100%;height:200px;border:1px solid #b4b4b4;background:#fbfbfb;}
.p02{text-align:center;}
.send{margin:60px auto 0;display:flex;justify-content:center;padding:15px;width:240px;text-align:center;font-weight:bold;cursor:pointer;letter-spacing:4px;color:#fff;background:#2a3f5b;border-radius:10px;transition:.3s;}
.send:hover{background:#000;}
.send2{margin:60px auto 0;display:flex;justify-content:center;padding:15px;width:240px;text-align:center;font-weight:bold;cursor:pointer;letter-spacing:4px;color:#fff;background:#b73c50;border-radius:10px;transition:.3s;}
.send2:hover{background:#000;}
@media (max-width:1520px){
	.contactone{padding:80px 20px;}
	.contactfrom{margin:-30px auto 0;}
	.contactfrom>dl>dt{margin-top:30px;width:240px;letter-spacing:1px;}
	.contactfrom>dl>dd{margin-top:30px;width:calc(100% - 240px);}
	.send{margin:50px auto 0;padding:13px;width:220px;letter-spacing:3px;}
	.send2{margin:50px auto 0;padding:13px;width:220px;letter-spacing:3px;}
}
@media (max-width:1080px){
	.contactone{padding:60px 20px;}
	.contactfrom{margin:-20px auto 0;}
	.contactfrom>dl>dt{margin-top:20px;width:200px;letter-spacing:0px;}
	.contactfrom>dl>dd{margin-top:20px;width:calc(100% - 200px);}
	.send{margin:40px auto 0;padding:11px;width:200px;letter-spacing:2px;}
	.send2{margin:40px auto 0;padding:11px;width:200px;letter-spacing:2px;}
}
@media (max-width:780px){
	.contactonecon>p{font-size:14px;}
	.contactfrom{margin:0px auto;}
	.contactfrom>dl>dt{margin-top:10px;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%;}
	.send{margin:30px auto 0;padding:10px;width:180px;letter-spacing:1px;}
	.send2{margin:30px auto 0;padding:10px;width:180px;letter-spacing:1px;}
}


/* 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: "DM Serif Display", 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:#004365;}
.newsonecon>time{font-weight:bold;font-family: "DM Serif Display", serif;}
.newsonecon>h3{font-size:30px;color:#004365;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 #000;text-decoration:none;color:#000;}
.pagenav>*:not(:first-child){ margin-left:10px;}
.pagenav>a:hover{background:#000;color:#fff;text-decoration:none;}
.pagenav>span{background:#fff;color:#000!important;}
@media (max-width:1520px){
	.pagenav{margin:60px auto 0;}
}
@media (max-width:1080px){
	.pagenav{margin:40px auto 0;}
}