@charset "utf-8";
/*
Theme Name: uehara-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:#181818;font-weight:500;
	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{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:#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){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>span{display:block;font-size:10px;text-transform:uppercase;}
.sp-wrapper>ul>li>a:hover{background:#fff;color:#ec6b9b;}

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

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

@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{color:#0167be;line-height:1;}
.common_tit>h2{font-size:70px;letter-spacing:4px;text-transform:uppercase;font-family:"Bebas Neue",sans-serif;}
.common_tit>p{display:inline-block;padding:5px 20px;font-size:16px;color:#fff;font-weight:bold;background:#0167be;font-family:"Noto Serif JP",serif;}
@media (max-width:1520px){
	.common_tit>h2{font-size:56px;letter-spacing:3px;}
	.common_tit>p{padding:5px 15px;font-size:14px;}
}
@media (max-width:1080px){
	.common_tit>h2{font-size:42px;letter-spacing:2px;}
	.common_tit>p{padding:5px 10px;}
}
@media (max-width:780px){
	.common_tit>h2{font-size:32px;letter-spacing:1px;}
	.common_tit>p{font-size:12px;}
}


/*more*/
.more{position:relative;z-index:5;margin-top:80px;display:flex;justify-content:center;line-height:1;}
.more>a{position:relative;padding:20px 0;max-width:450px;width:100%;text-align:center;font-size:22px;color:#000;letter-spacing:1px;background:#fff;border:1px solid #545657;transition:.3s;font-family:"Noto Serif JP",serif;}
.more>a>div{position:absolute;right:0px;top:0px;display:flex;align-items:center;justify-content:center;width:36px;height:100%;background:#0167be;}
.more>a:hover{color:#fff;background:#0167be;}
@media (max-width:1520px){
	.more{margin-top:60px;}
	.more>a{padding:17px 0;max-width:350px;font-size:20px;letter-spacing:0px;}
}
@media (max-width:1080px){
	.more{margin-top:40px;}
	.more>a{padding:15px 0;max-width:250px;font-size:18px;}
	.more>a>div{width:30px;}
	.more>a>div>img{width:10px;}
}
@media (max-width:780px){
	.more{margin-top:30px;}
	.more>a{padding:12px 0;max-width:200px;font-size:16px;}
	.more>a>div{width:26px;}
	.more>a>div>img{width:8px;}
}





/*header*/
@-webkit-keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
@keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
.header.header_fixed{position:fixed;top:0;left:0;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{width:100%;background:#fff;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header .headercon{display:flex;align-items:center;justify-content:space-between;align-items:center;}
.header .logo{display:block;width:100%;margin-left:40px;max-width:244px;}
.header .logo:hover{opacity:0.7;}
.header .header_right{display:flex;align-items:center;justify-content:flex-end;width:calc(100% - 500px);}
.header .main-navigation{max-width:600px;width:calc(100% - 150px);}
.header .main-navigation>ul{display:flex;justify-content:space-between;width:100%;}
.header .main-navigation>ul>li{width:25%;text-align:center;line-height:1;}
.header .main-navigation>ul>li>a{position:relative;display:inline-block;font-size:18px;line-height:1;color:#000;text-align:center;text-transform:uppercase;}
.header .main-navigation>ul>li>a>span{display:block;margin-top:6px;font-size:10px;color:#989898;}
.header .main-navigation>ul>li>a:after{position:absolute;bottom:-4px;left:0;content:"";width:100%;height:2px;background:#000;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);
}
.contactbox{margin-left:180px;width:150px;}
.contactbox>a{display:block;padding:20px;font-size:14px;color:#fff;text-align:center;line-height:1;background:#0167be;}
.contactbox>a>span{display:block;margin-bottom:5px;font-size:28px;color:#fff;}
.contactbox>a:hover{opacity:.7;}
@media (max-width:1520px){
	.header .logo{margin-left:20px;max-width:220px;}
	.header .header_right{width:calc(100% - 300px);}
	.header .main-navigation{max-width:500px;width:calc(100% - 130px);}
	.header .main-navigation>ul>li>a{font-size:16px;}
	.contactbox{margin-left:60px;width:130px;}
	.contactbox>a{padding:15px;}
	.contactbox>a>span{font-size:26px;}
}
@media (max-width:1080px){
	.header{padding:0px 20px;}
	.header .logo{margin-left:0;max-width:200px;}
	.header .header_right{width:calc(100% - 250px);}
	.header .main-navigation{display:none;}
	.contactbox{margin-right:20px;width:120px;}
	.contactbox>a{padding:13px 10px;}
	.contactbox>a>span{font-size:24px;}
}
@media (max-width:780px){
	.header .logo{max-width:180px;}
	.header .header_right{width:210px;}
	.contactbox{margin-left:20px;width:100px;}
	.contactbox>a{padding:6px 5px;font-size:12px;}
	.contactbox>a>span{font-size:20px;}
}


/*banner*/
.banner{position:relative;width:100%;height:748px;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);
	}
}
.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>figure:after{padding-top:748px;}
.banner .bannercon{position:absolute;z-index:4;top:45%;left:50%;padding:0 40px;max-width:1600px;width:100%;color:#fff;transform:translate(-50%,-50%);}
.banner .bannercon h1{font-size:50px;color:#fff;line-height:1.4;letter-spacing:6px;text-shadow:2px 2px 3px #444;}
@media (max-width:1520px){
	.banner{height:650px;}
	.banner>figure:after{padding-top:650px;}
	.banner .bannercon{padding:0 20px;}
	.banner .bannercon h1{font-size:42px;letter-spacing:4px;}
}
@media (max-width:1080px){
	.banner{height:500px;}
	.banner>figure:after{padding-top:500px;}
	.banner .bannercon h1{font-size:34px;letter-spacing:2px;}
}
@media (max-width:780px){
	.banner{height:350px;}
	.banner>figure:after{padding-top:350px;}
	.banner .bannercon h1{font-size:24px;letter-spacing:0px;}
}
 

/*indexMain*/
.indexone{padding:100px 0px 100px 40px;}
.indexonecon{position:relative;}
.indexonecon>dl{margin-top:60px;display:flex;justify-content:space-between;}
.indexonecon>dl>dt{display:flex;justify-content:flex-end;width:calc(60% - 100px);color:#4b4b4b;font-family:"Noto Serif JP",serif;}
.indexonecon>dl>dt>hgroup{max-width:800px;width:100%;}
.indexonecon>dl>dt>hgroup>span{font-size:20px;color:#000;font-weight:bold;}
.indexonecon>dl>dd{width:40%;}
.indexonecon>dl>dd>figure{height:100%;}
.indexonecon>dl>dd>figure:after{padding-top:71%;}
@media (max-width:1520px){
	.indexone{padding:80px 0px 80px 20px;}
	.indexonecon>dl{margin-top:50px;}
	.indexonecon>dl>dt{width:calc(60% - 50px);}
	.indexonecon>dl>dt>hgroup>span{font-size:18px;}
}
@media (max-width:1080px){
	.indexone{padding:60px 0px 60px 20px;}
	.indexonecon>dl{margin-top:40px;}
	.indexonecon>dl>dt{width:calc(60% - 30px);}
	.indexonecon>dl>dt>hgroup>span{font-size:16px;}
}
@media (max-width:780px){
	.indexone{padding:60px 20px;}
	.indexonecon>dl{margin-top:20px;display:block;}
	.indexonecon>dl>dt{width:100%;}
	.indexonecon>dl>dd{margin-top:20px;width:100%;}
}


.indextwo{position:relative;padding:100px 0px 300px;background:url(img/indexbg01.jpg);}
.indextwo:after{position:absolute;right:0;bottom:0;content:"";width:719px;height:663px;background:url(img/indexbg02.png)no-repeat right bottom;}
.indextwocon>.common_tit{text-align:center;}
.indextwocon>dl{position:relative;z-index:5;margin-top:60px;display:flex;justify-content:space-between;}
.indextwocon>dl>dt{width:250px;}
.indextwocon>dl>dt>img{margin:80px auto 0;}
.indextwocon>dl>dd{width:calc(100% - 500px);}
.indextwocon>dl>dd>ul{margin:-50px 0 0 -25px;display:flex;flex-flow:wrap;justify-content:center;}
.indextwocon>dl>dd>ul>li{padding:3px;margin:50px 0 0 25px;width:calc(25% - 25px);background:url(img/borbg.jpg)repeat;transition:.3s;}
.indextwocon>dl>dd>ul>li>a{display:block;padding:15px;height:100%;color:#484848;background:#f7f7f7;transition:.3s;}
.indextwocon>dl>dd>ul>li>a>figure:after{padding-top:80%;}
.indextwocon>dl>dd>ul>li>a>p{margin:25px 0 10px;font-size:16px;text-align:center;}
.indextwocon>dl>dd>ul>li>a>p>span{margin:0 6px;}
.indextwocon>dl>dd>ul>li:hover{background:#0167be;}
.indextwocon>dl>dd>ul>li>a:hover{background:#0167be;}
.indextwocon>dl>dd>ul>li>a:hover>p{color:#fff;}
@media (max-width:1520px){
	.indextwo{padding:80px 20px 200px;}
	.indextwo:after{background-size:500px 461px;}
	.indextwocon>dl{margin-top:40px;display:block;}
	.indextwocon>dl>dt{width:100%;}
	.indextwocon>dl>dt>img{margin:60px auto 0;}
	.indextwocon>dl>dd{margin-top:30px;width:100%;}
	.indextwocon>dl>dd>ul{margin:-40px 0 0 -20px;}
	.indextwocon>dl>dd>ul>li{margin:40px 0 0 20px;width:calc(25% - 20px);}
	.indextwocon>dl>dd>ul>li>a{padding:10px;}
	.indextwocon>dl>dd>ul>li>a>p{margin:20px 0 10px;font-size:14px;}
	.indextwocon>dl>dd>ul>li>a>p>span{margin:0 4px;}
}
@media (max-width:1080px){
	.indextwo{padding:60px 20px 100px;}
	.indextwo:after{background-size:300px 277px;}
	.indextwocon>dl{margin-top:30px;}
	.indextwocon>dl>dt>img{margin:40px auto 0;}
	.indextwocon>dl>dd{margin-top:20px;}
	.indextwocon>dl>dd>ul{margin:-30px 0 0 -15px;}
	.indextwocon>dl>dd>ul>li{margin:30px 0 0 15px;width:calc(25% - 15px);}
	.indextwocon>dl>dd>ul>li>a>p{margin:15px 0 10px;}
}
@media (max-width:780px){
	.indextwo:after{background-size:150px 138px;}
	.indextwocon>dl{margin-top:20px;}
	.indextwocon>dl>dt>img{margin:30px auto 0;}
	.indextwocon>dl>dd>ul{margin:-10px 0 0 -10px;}
	.indextwocon>dl>dd>ul>li{margin:10px 0 0 10px;width:calc(50% - 10px);}
	.indextwocon>dl>dd>ul>li>a>p{margin:10px 0 10px;}
}

.map{position:relative;z-index:5;margin-top:-200px;padding:10px 0 0 10px;width:100%;height:800px;background:rgba(255,255,255,.7) url(img/lgm.png) no-repeat center center;background-size:40% auto;}
@media screen and (max-width:1520px){
	.map{margin-top:-160px;height:680px;}
}
@media screen and (max-width:1080px){
	.map{margin-top:0px;padding:0;height:500px;}
}
@media screen and (max-width:780px){
	.map{height:300px;}
}

.indexthree{padding:100px 0px 0px 40px;}
.indexthreecon>dl{display:flex;justify-content:space-between;}
.indexthreecon>dl>dt{display:flex;justify-content:flex-end;width:calc(48% - 100px);color:#4b4b4b;}
.indexthreecon>dl>dt>hgroup{max-width:600px;width:100%;}
.indexthreecon>dl>dt>hgroup>dl{margin-top:40px;}
.indexthreecon>dl>dt>hgroup>dl>dt{margin-top:20px;font-size:20px;color:#02328d;}
.indexthreecon>dl>dt>hgroup>dl>dd{font-size:16px;color:#606060;}
.indexthreecon>dl>dt>hgroup>dl>dd>a{color:#606060;}
.indexthreecon>dl>dt>hgroup>dl>dd>a:hover{text-decoration:underline;}
.indexthreecon>dl>dd{width:52%;}
@media (max-width:1520px){
	.indexthree{padding:80px 0px 0px 20px;}
	.indexthreecon>dl>dt{width:calc(48% - 60px);}
	.indexthreecon>dl>dt>hgroup>dl{margin-top:30px;}
	.indexthreecon>dl>dt>hgroup>dl>dt{font-size:18px;}
	.indexthreecon>dl>dt>hgroup>dl>dd{font-size:14px;}
}
@media (max-width:1080px){
	.indexthree{padding:60px 0px 0px 20px;}
	.indexthreecon>dl>dt{width:calc(48% - 30px);}
	.indexthreecon>dl>dt>hgroup>dl{margin-top:20px;}
	.indexthreecon>dl>dt>hgroup>dl>dt{font-size:16px;}
}
@media (max-width:780px){
	.indexthree{padding:60px 20px;}
	.indexthreecon>dl{display:block;}
	.indexthreecon>dl>dt{width:100%;}
	.indexthreecon>dl>dd{margin-top:20px;width:100%;}
}


.indexfour{padding:100px 40px;background:url(img/indexbg03.jpg)no-repeat center;background-size:cover;}
.indexfourcon>.common_tit{text-align:center;}
.contactfrom>dl{margin-top:60px;display:flex;flex-flow:wrap;justify-content:space-between;}
.contactfrom>dl>dt{margin:15px 0;width:240px;font-size:20px;font-weight:bold;}
.contactfrom>dl>dt>span{margin-right:20px;padding:1px 8px 2px 8px;font-size:14px;color:#fff;font-weight:normal;background:#0167be;border-radius:5px;}
.contactfrom>dl>dd{margin:15px 0;width:calc(100% - 280px);}
.contactfrom>dl>dd>input{padding:13px;width:100%;background:#fff;border:1px solid #9da8b2;border-radius:5px;}
.contactfrom>dl>dd>textarea{padding:13px;width:100%;height:200px;background:#fff;border:1px solid #9da8b2;border-radius:5px;}
.send{margin:80px auto 0;display:flex;justify-content:center;padding:10px;width:250px;font-size:20px;text-align:center;font-weight:bold;cursor:pointer;letter-spacing:4px;color:#fff;background:#0167be;transition:.3s;}
.send:hover{background:#000;}
.p02{margin-top:60px;text-align:center;}
@media (max-width:1520px){
	.indexfour{padding:80px 20px;}
	.contactfrom>dl{margin-top:50px;}
	.contactfrom>dl>dt{margin:12px 0;width:200px;font-size:18px;}
	.contactfrom>dl>dt>span{margin-right:15px;padding:1px 6px 2px 6px;font-size:12px;}
	.contactfrom>dl>dd{margin:12px 0;width:calc(100% - 230px);}
	.send{margin:60px auto 0;width:220px;font-size:18px;letter-spacing:2px;}
}
@media (max-width:1080px){
	.indexfour{padding:60px 20px;}
	.contactfrom>dl{margin-top:40px;}
	.contactfrom>dl>dt{margin:10px 0;width:180px;font-size:16px;}
	.contactfrom>dl>dt>span{margin-right:10px;padding:1px 4px 2px 4px;}
	.contactfrom>dl>dd{margin:10px 0;width:calc(100% - 190px);}
	.send{margin:40px auto 0;width:200px;font-size:16px;letter-spacing:1px;}
}
@media (max-width:780px){
	.contactfrom>dl{margin-top:30px;}
	.contactfrom>dl>dt{margin:10px 0 0;width:100%;}
	.contactfrom>dl>dd{margin:10px 0;width:100%;}
	.contactfrom>dl>dd>input{padding:10px;}
	.contactfrom>dl>dd>textarea{padding:10px;}
	.send{margin:30px auto 0;width:150px;font-size:14px;letter-spacing:0px;}
}

/*footer*/
.footer{position:relative;padding:70px 0 0;background:#075598;}
.footercon{padding:0 40px;}
.footercon>dl{display:flex;align-items:center;justify-content:space-between;}
.footercon>dl>dt{width:300px;}
.footerlogo{max-width:244px;}
.footercon>dl>dd{display:flex;justify-content:flex-end;width:calc(100% - 300px);}
.footercon>dl>dd>ul{display:flex;align-items:center;justify-content:flex-end;max-width:580px;width:100%;}
.footercon>dl>dd>ul>li{padding:0 30px;line-height:1;}
.footercon>dl>dd>ul>li>a{position:relative;display:block;font-size:18px;text-align:center;color:#fff;font-weight:normal;}
.footercon>dl>dd>ul>li>a:before{position:absolute;left:-10px;top:6px;content:"";width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #fff;}
.footercon>dl>dd>ul>li>a>span{margin-top:8px;display:block;font-size:10px;text-transform:uppercase;}
.footercon>dl>dd>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>dl>dd>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(3px);
	transform:translateY(3px);
}
.footer>p{margin-top:70px;padding:5px 20px;font-size:14px;color:#fff;text-align:center;background:#00326e;}
@media (max-width:1520px){
	.footer{padding:60px 0 0;}
	.footercon{padding:0 20px;}
	.footercon>dl>dt{width:250px;}
	.footerlogo{max-width:220px;}
	.footercon>dl>dd{width:calc(100% - 250px);}
	.footercon>dl>dd>ul>li{padding:0 25px;}
	.footercon>dl>dd>ul>li>a{font-size:16px;}
	.footercon>dl>dd>ul>li>a:before{left:-10px;top:5px;}
	.footer>p{margin-top:60px;}
}
@media (max-width:1080px){
	.footer{padding:50px 0 0;}
	.footercon>dl>dt{width:200px;}
	.footerlogo{max-width:200px;}
	.footercon>dl>dd{width:calc(100% - 200px);}
	.footercon>dl>dd>ul>li{padding:0 20px;}
	.footercon>dl>dd>ul>li>a{font-size:14px;}
	.footercon>dl>dd>ul>li>a:before{left:-10px;top:4px;}
	.footer>p{margin-top:50px;}
}
@media (max-width:860px){
	.footer{padding:40px 0 0;}
	.footercon>dl{display:block;}
	.footercon>dl>dt{width:100%;}
	.footerlogo{margin:0 auto;max-width:180px;}
	.footercon>dl>dd{margin-top:30px;justify-content:center;width:100%;}
	.footercon>dl>dd>ul{justify-content:center;}
	.footercon>dl>dd>ul>li{padding:0 15px;}
	.footercon>dl>dd>ul>li>a:before{left:-10px;top:3px;}
	.footer>p{margin-top:40px;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:600px;}
.pageban .pagebancon{position:absolute;top:65%;left:50%;z-index:5;padding:30px 20px;width:100%;max-width:780px;color:#fff;line-height:1;text-align:center;background:rgba(255,255,255,.1);box-shadow:0 0 10px rgba(0,0,0,.13);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageban .pagebancon h1{font-size:54px;text-transform:uppercase;letter-spacing:2px;font-weight:300;font-family:"Noto Serif JP", serif;}
.pageban .pagebancon p{margin-top:15px;font-size:16px;letter-spacing:2px;}
@media (max-width:1520px){
	.pageban figure:after{padding-top:500px;}
	.pageban .pagebancon{max-width:640px;}
	.pageban .pagebancon h1{font-size:46px;letter-spacing:1px;}
	.pageban .pagebancon p{margin-top:10px;font-size:14px;letter-spacing:1px;}
}
@media (max-width:1080px){
	.pageban figure:after{padding-top:420px;}
	.pageban .pagebancon{max-width:500px;}
	.pageban .pagebancon h1{font-size:38px;letter-spacing:0px;}
	.pageban .pagebancon p{letter-spacing:0px;}
}
@media (max-width:780px){
	.pageban figure:after{padding-top:300px;}
	.pageban .pagebancon{padding:20px 10px;max-width:350px;}
	.pageban .pagebancon h1{font-size:26px;letter-spacing:0px;}
}
