/* 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.7;font-size:16px;color:#252525;font-weight:bold;letter-spacing:1px;
	font-family:"-apple-system",BlinkMacSystemFont,"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","Noto Sans Japanese","ヒラギノ角ゴ Pro W3","メイリオ","Hiragino Kaku Gothic ProN","MS PGothic",Osaka,sans-serif;
}
@media (max-width:1480px){
	body{font-size:15px;}
}
@media (max-width:1180px){
	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;
}

/*amoneedsM*/
.amoneedsM{position:relative;left:0;z-index:50;font-family:'Noto Serif JP',serif;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.amoneedsM .amoneedsMbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:50;background:rgba(0,0,0,0.5);}
.amoneedsM-move{left:-240px;overflow:hidden;}

/*mobile-btn*/
.mobile-btn{display:none;margin-left:15px;}
.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:3px;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:580px){
	.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;
	font-family:'Noto Serif JP',serif;text-transform:uppercase;
	-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:20px;color:#fff;}
.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{display:block;padding:10px;font-size:14px;color:#fff;}
.sp-wrapper>ul>li>a:hover{background:#fff;color:#454e7b;}

/*bkt*/
.bkt{position:fixed;bottom:20px;right:20px;z-index:999;display:flex;justify-content:center;align-items:center;width:45px;height:45px;
	background:#454e7b;border-radius:50%;cursor:pointer;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.bkt>i{margin-top:-4px;line-height:1;font-size:17px;color:#fff;}
.bkt:hover{opacity:0.6;}

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

/*common_tit*/
.common_tit{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;color:#444;text-transform:uppercase;}
.common_tit>h3{font-size:34px;color:#364a5c;}
.common_tit>p{margin-top:20px;font-size:17px;}
@media (max-width:1480px){
	.common_tit>h3{font-size:30px;}
	.common_tit>p{margin-top:15px;font-size:16px;}
}
@media (max-width:1180px){
	.common_tit>h3{font-size:26px;}
	.common_tit>p{margin-top:10px;font-size:15px;}
}
@media (max-width:880px){
	.common_tit>h3{font-size:22px;}
	.common_tit>p{font-size:14px;}
}

/*header*/
.header{position:fixed;top:0;left:0;z-index:999;display:flex;justify-content:flex-end;align-items:center;width:100%;line-height:1;text-transform:uppercase;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header .userLogin{padding:4px;background:rgba(0,0,0,0.85);color:#d2d2d2;}
.header .userLogin>dl{display:flex;align-items:center;padding:15px 25px;border:2px solid #808080;}
.header .userLogin>dl>dt{display:none;font-size:18px;}
.header .userLogin>dl>dd{text-align:center;}
.header .userLogin>dl>dd>p{font-size:17px;}
.header .userLogin>dl>dd>em{display:block;margin-top:10px;font-size:14px;}
.header .userLogin:hover{background:#454e7b;color:#fff;}
@media (max-width:1480px){
	.header .userLogin>dl{padding:13px 20px;}
	.header .userLogin>dl>dd>p{font-size:16px;}
	.header .userLogin>dl>dd>em{margin-top:8px;font-size:13px;}
}
@media (max-width:1180px){
	.header .userLogin>dl{padding:11px 15px;}
	.header .userLogin>dl>dd>p{font-size:15px;}
	.header .userLogin>dl>dd>em{font-size:12px;}
}
@media (max-width:580px){
	.header{padding:15px 20px;background:rgba(0,0,0,0.4);box-shadow:0 0 5px rgba(0,0,0,0.5);}
	.header .userLogin>dl{padding:5px;}
	.header .userLogin>dl>dt{display:block;}
	.header .userLogin>dl>dd{display:none;}
}
.header.header_fixed{background:rgba(0,0,0,0.4);box-shadow:0 0 5px rgba(0,0,0,0.5);}
.header.pageHeader{background:rgba(0,0,0,1);}

/*banner*/
.banner{position:relative;height:850px;overflow:hidden;}
.banner .bannerBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.banner .bannerBg:after{padding-top:0;width:100%;height:100%;}
.banner .bannerMain{position:absolute;top:50%;left:50%;z-index:5;display:flex;justify-content:center;align-items:center;padding:0 40px;
	width:100%;max-width:1600px;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.banner .bannerMain>img{width:100%;max-width:927px;}
@media (max-width:1480px){
	.banner{height:750px;}
	.banner .bannerMain{padding:0 30px;}
	.banner .bannerMain>img{max-width:825px;}	
}
@media (max-width:1180px){
	.banner{height:650px;}
	.banner .bannerMain{padding:0 20px;}
	.banner .bannerMain>img{max-width:725px;}
}
@media (max-width:880px){
	.banner{height:550px;}
	.banner .bannerMain>img{max-width:625px;}
}

/*indexMain*/
/*greeting*/
.greeting{padding:60px 40px;}
.greeting .greetingMain{margin-top:35px;text-align:center;font-size:18px;}
@media (max-width:1480px){
	.greeting{padding:50px 30px;}
	.greeting .greetingMain{margin-top:30px;font-size:17px;}
}
@media (max-width:1180px){
	.greeting{padding:40px 20px;}
	.greeting .greetingMain{margin-top:25px;font-size:16px;}
}
@media (max-width:880px){
	.greeting .greetingMain{font-size:15px;}
}

/*wholesaleLeasing*/
.wholesaleLeasing{position:relative;}
.wholesaleLeasing:before{position:absolute;top:0;left:0;display:block;content:"";width:100%;height:50%;background:#f5f5f5;}
.wholesaleLeasing .wholesaleLeasingOne{position:relative;z-index:5;padding:100px 40px;text-align:center;}
.wholesaleLeasing .wholesaleLeasingOneBg{position:absolute;top:50px;left:0;padding:0 40px;width:100%;}
.wholesaleLeasing .wholesaleLeasingOneMain{position:relative;z-index:10;}
.wholesaleLeasing .wholesaleLeasingOneMain>h3{line-height:1;font-size:30px;}
.wholesaleLeasing .wholesaleLeasingOneMain>div{margin-top:25px;font-size:18px;}
.wholesaleLeasing .wholesaleLeasingTwo{position:relative;z-index:5;display:flex;}
.wholesaleLeasing .wholesaleLeasingTwo>i{display:block;width:8%;}
.wholesaleLeasing .wholesaleLeasingTwo>dl{display:flex;align-items:center;width:92%;}
.wholesaleLeasing .wholesaleLeasingTwo>dl>dt{width:58%;}
.wholesaleLeasing .wholesaleLeasingTwo>dl>dt:after{padding-top:50%;}
.wholesaleLeasing .wholesaleLeasingTwo>dl>dd{margin-left:-8%;padding:40px;width:50%;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.2);}
.wholesaleLeasing .wholesaleLeasingTwo>dl>dd>.common_tit{align-items:flex-start;}
.wholesaleLeasing .wholesaleLeasingTwo>dl>dd>div{margin-top:25px;font-size:15px;}
.wholesaleLeasing .wholesaleLeasingTwo>dl>dd>div>*:not(:first-child){margin-top:15px;}
.wholesaleLeasing .wholesaleLeasingTwo:nth-of-type(2)>dl{
	-webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -moz-box-orient:horizontal;
    -moz-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.wholesaleLeasing .wholesaleLeasingTwo:nth-of-type(2)>dl>dd{margin-left:0;margin-right:-8%;}
.wholesaleLeasing .wholesaleLeasingTwo:nth-of-type(3){margin-top:70px;
	-webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -moz-box-orient:horizontal;
    -moz-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
@media (max-width:1480px){
	.wholesaleLeasing .wholesaleLeasingOne{padding:80px 30px;}
	.wholesaleLeasing .wholesaleLeasingOneBg{top:40px;padding:0 30px;}
	.wholesaleLeasing .wholesaleLeasingOneMain>h3{font-size:26px;}
	.wholesaleLeasing .wholesaleLeasingOneMain>div{margin-top:20px;font-size:17px;}
	.wholesaleLeasing .wholesaleLeasingTwo>i{width:4%;}
	.wholesaleLeasing .wholesaleLeasingTwo>dl{width:96%;}
	.wholesaleLeasing .wholesaleLeasingTwo>dl>dt{width:56%;}
	.wholesaleLeasing .wholesaleLeasingTwo>dl>dd{margin-left:-6%;padding:35px;}
	.wholesaleLeasing .wholesaleLeasingTwo>dl>dd>div{margin-top:20px;font-size:14px;}
	.wholesaleLeasing .wholesaleLeasingTwo>dl>dd>div>*:not(:first-child){margin-top:10px;}
	.wholesaleLeasing .wholesaleLeasingTwo:nth-of-type(2)>dl>dd{margin-right:-6%;}
	.wholesaleLeasing .wholesaleLeasingTwo:nth-of-type(3){margin-top:60px;}
}
@media (max-width:1180px){
	.wholesaleLeasing .wholesaleLeasingOne{padding:60px 20px;}
	.wholesaleLeasing .wholesaleLeasingOneBg{top:30px;padding:0 20px;}
	.wholesaleLeasing .wholesaleLeasingOneMain>h3{font-size:22px;}
	.wholesaleLeasing .wholesaleLeasingOneMain>div{font-size:16px;}
	.wholesaleLeasing .wholesaleLeasingTwo>i{width:0;}
	.wholesaleLeasing .wholesaleLeasingTwo>dl{width:100%;}
	.wholesaleLeasing .wholesaleLeasingTwo>dl>dt{width:54%;}
	.wholesaleLeasing .wholesaleLeasingTwo>dl>dd{margin-left:-4%;padding:30px;}
	.wholesaleLeasing .wholesaleLeasingTwo>dl>dd>div{margin-top:15px;font-size:13px;}
	.wholesaleLeasing .wholesaleLeasingTwo:nth-of-type(2)>dl>dd{margin-right:-4%;}
	.wholesaleLeasing .wholesaleLeasingTwo:nth-of-type(3){margin-top:50px;}
}
@media (max-width:880px){
	.wholesaleLeasing .wholesaleLeasingOneMain>h3{font-size:20px;}
	.wholesaleLeasing .wholesaleLeasingOneMain>div{font-size:15px;}
	.wholesaleLeasing .wholesaleLeasingTwo>dl{justify-content:space-between;}
	.wholesaleLeasing .wholesaleLeasingTwo>dl>dt{width:calc(50% - 5px);}
	.wholesaleLeasing .wholesaleLeasingTwo>dl>dd{margin-left:0;padding:25px;width:calc(50% - 5px);}
	.wholesaleLeasing .wholesaleLeasingTwo:nth-of-type(2)>dl>dd{margin-right:0;}
	.wholesaleLeasing .wholesaleLeasingTwo:nth-of-type(3){margin-top:40px;}
}
@media (max-width:690px){
	.wholesaleLeasing .wholesaleLeasingTwo>dl{display:block;}
	.wholesaleLeasing .wholesaleLeasingTwo>dl>dt{width:100%;}
	.wholesaleLeasing .wholesaleLeasingTwo>dl>dt:after{padding-top:30%;min-height:200px;}
	.wholesaleLeasing .wholesaleLeasingTwo>dl>dd{margin-top:30px;padding:25px 20px;width:100%;}	
}

/*delegate*/
.delegate{padding:70px 40px;background:#fbfbfb;}
.delegate .delegateMain{display:flex;align-items:center;}
.delegate .delegateMain>dt{width:55%;}
.delegate .delegateMain>dt:after{padding-top:0;height:660px;}
.delegate .delegateMain>dd{display:flex;justify-content:center;align-items:center;margin-left:-10%;padding:40px;width:55%;background:rgba(255,255,255,0.9);
	-webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -moz-box-orient:horizontal;
    -moz-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.delegate .delegateMain>dd>h3{font-size:32px;}
.delegate .delegateMain>dd>h3>span{display:block;line-height:1.2;}
.delegate .delegateMain>dd>div{display:flex;align-items:flex-start;margin:0 40px;
	-webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -moz-box-orient:horizontal;
    -moz-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.delegate .delegateMain>dd>div>*:not(:first-child){margin-right:30px;}
.delegate .delegateMain>dd>div>hgroup{display:flex;align-items:flex-start;
	-webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -moz-box-orient:horizontal;
    -moz-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.delegate .delegateMain>dd>div>hgroup>*:not(:first-child){margin-right:15px;}
.delegate .delegateMain>dd>div>hgroup>p>span{display:block;line-height:1.2;font-size:20px;}
.delegate .delegateMain>dd>figure{width:22px;}
@media (max-width:1480px){
	.delegate{padding:60px 30px;}
	.delegate .delegateMain>dt:after{height:580px;}
	.delegate .delegateMain>dd{margin-left:-5%;padding:35px;width:50%;}
	.delegate .delegateMain>dd>h3{font-size:28px;}
	.delegate .delegateMain>dd>div{margin:0 30px;}
	.delegate .delegateMain>dd>div>*:not(:first-child){margin-right:25px;}
	.delegate .delegateMain>dd>div>hgroup>*:not(:first-child){margin-right:10px;}
	.delegate .delegateMain>dd>div>hgroup>p>span{font-size:18px;}
	.delegate .delegateMain>dd>figure{width:20px;}
}
@media (max-width:1180px){
	.delegate{padding:50px 20px;}
	.delegate .delegateMain{justify-content:space-between;}
	.delegate .delegateMain>dt{width:calc(60% - 10px);}
	.delegate .delegateMain>dt:after{height:505px;}
	.delegate .delegateMain>dd{margin-left:0;padding:30px;width:calc(40% - 10px);box-shadow:0 0 10px rgb(0,0,0,0.2);}
	.delegate .delegateMain>dd>h3{font-size:24px;}
	.delegate .delegateMain>dd>div{margin:0 20px;}
	.delegate .delegateMain>dd>div>*:not(:first-child){margin-right:20px;}
	.delegate .delegateMain>dd>div>hgroup>p>span{font-size:16px;}
	.delegate .delegateMain>dd>figure{width:18px;}
}
@media (max-width:1000px){
	.delegate{padding:40px 20px;}
	.delegate .delegateMain{display:block;max-width:600px;}
	.delegate .delegateMain>dt{width:100%;}
	.delegate .delegateMain>dt:after{padding-top:55%;height:auto;}
	.delegate .delegateMain>dd{display:block;margin-top:30px;width:100%;}
	.delegate .delegateMain>dd>h3{text-align:center;}
	.delegate .delegateMain>dd>h3>span{display:inline;}
	.delegate .delegateMain>dd>div{display:block;margin:20px 0 0;text-align:center;}
	.delegate .delegateMain>dd>div>*:not(:first-child){margin-top:10px;margin-right:0;}
	.delegate .delegateMain>dd>div>hgroup{display:block;}
	.delegate .delegateMain>dd>div>hgroup>*:not(:first-child){margin-right:0;}
	.delegate .delegateMain>dd>div>hgroup>p>span{display:inline;font-size:14px;}
	.delegate .delegateMain>dd>figure{display:none;}
}

/*companyProfile*/
.companyProfile{display:flex;}
.companyProfile .companyProfileTit{display:flex;flex-direction:column;justify-content:center;align-items:center;width:180px;padding:40px;background:#272727;
	line-height:1;font-size:26px;color:#fff;text-transform:uppercase;
}
.companyProfile .companyProfileTit>span{display:block;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.companyProfile .companyProfileTit>span:not(:first-child){margin-top:-2px;}
.companyProfile .companyProfileTit>span.companyProfileTitSpc{margin-top:15px;}
.companyProfile .companyProfileMain{padding:80px 40px;width:calc(100% - 180px);}
.companyProfile .companyProfileMain>div{margin:0 auto;width:100%;max-width:1380px;}
.companyProfile .companyProfileMain>div>ul{display:flex;flex-wrap:wrap;margin-top:-40px;margin-left:-40px;}
.companyProfile .companyProfileMain>div>ul>li{margin-top:40px;padding-left:40px;width:50%;}
.companyProfile .companyProfileMain>div>ul>li>div{padding:20px;width:100%;max-width:620px;height:100%;
	border-left:5px solid #000;border-bottom:1px dotted #000;
}
.companyProfile .companyProfileMain>div>ul>li>div>h6{line-height:1;font-size:18px;text-transform:uppercase;}
.companyProfile .companyProfileMain>div>ul>li>div>hgroup{margin-top:15px;font-size:15px;}
@media (max-width:1480px){
	.companyProfile .companyProfileTit{padding:30px;width:140px;font-size:22px;}
	.companyProfile .companyProfileMain{padding:60px 30px;width:calc(100% - 140px);}
	.companyProfile .companyProfileMain>div>ul{margin-top:-30px;margin-left:-30px;}
	.companyProfile .companyProfileMain>div>ul>li{margin-top:30px;padding-left:30px;}
	.companyProfile .companyProfileMain>div>ul>li>div{padding:15px;border-left-width:4px;}
	.companyProfile .companyProfileMain>div>ul>li>div>h6{font-size:17px;}
	.companyProfile .companyProfileMain>div>ul>li>div>hgroup{font-size:14px;}
}
@media (max-width:1180px){
	.companyProfile .companyProfileTit{padding:20px;width:100px;}
	.companyProfile .companyProfileMain{padding:40px 20px;width:calc(100% - 100px);}
	.companyProfile .companyProfileMain>div>ul{margin-top:-20px;margin-left:-20px;}
	.companyProfile .companyProfileMain>div>ul>li{margin-top:20px;padding-left:20px;}
	.companyProfile .companyProfileMain>div>ul>li>div{border-left-width:3px;}
	.companyProfile .companyProfileMain>div>ul>li>div>h6{font-size:16px;}
	.companyProfile .companyProfileMain>div>ul>li>div>hgroup{font-size:13px;}
}
@media (max-width:880px){
	.companyProfile{display:block;padding:40px 20px;}
	.companyProfile .companyProfileTit{flex-direction:row;padding:0;width:100%;background:none;color:#272727;}
	.companyProfile .companyProfileTit>span{
		-webkit-transform:rotate(0);
		transform:rotate(0);
	}
	.companyProfile .companyProfileTit>span:not(:first-child){margin-top:0;}
	.companyProfile .companyProfileTit>span.companyProfileTitSpc{margin-top:0;margin-left:15px;}
	.companyProfile .companyProfileMain{margin-top:30px;padding:0;width:100%;}
}
@media (max-width:720px){
	.companyProfile .companyProfileMain>div>ul>li{width:100%;}
	.companyProfile .companyProfileMain>div>ul>li>div{max-width:100%;}
}

/*amoneedsMap*/
.googlemap{position:relative;width:100%;min-height:350px;overflow:hidden;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;}
.googlemap iframe,.googlemap embed-container,.content-container{position:absolute;top:0;left:0;width:100%;height:100%;}
@media (max-width:1480px){
	.googlemap{min-height:300px;}
}
@media (max-width:1180px){
	.googlemap{min-height:250px;}
}
@media (max-width:880px){
	.googlemap{min-height:200px;}
}

/*contact*/
input,textarea{font-family:'Noto Serif JP',serif;}
.contact{padding:60px 40px;}
.contact .contactMain{margin-top:40px;max-width:860px;}
.contact .contactTxt{text-align:center;}
.contact .contactTxt>*:not(:first-child){margin-top:15px;}
.contact .contactForm{margin-top:40px;}
.contact .contactForm>dl:not(:first-child){margin-top:25px;}
.contact .contactForm>dl>dt{display:flex;}
.contact .contactForm>dl>dt>p{margin-right:10px;}
.contact .contactForm>dl>dd{margin-top:10px;}
.contact .contactForm>dl>dd>*:not(:first-child){margin-top:5px;}
.contact .contactForm>dl>dd input,.contact .contactForm>dl>dd textarea{padding:10px;width:100%;border:1px solid #d0d0d0;}
.contact .contactForm>dl>dd textarea{height:150px;}
.contact .contactForm>dl>dd #error{font-size:14px;color:#ef4141;}
.contact .send{display:flex;justify-content:center;margin-top:30px;}
.contact .send>input{padding:15px 30px;line-height:1;background:#454e7b;color:#fff;}
.contact .send>input:hover{background:#000;}
@media (max-width:1480px){
	.contact{padding:50px 30px;}
	.contact .contactMain{margin-top:35px;}
	.contact .contactTxt>*:not(:first-child){margin-top:10px;}
	.contact .contactForm{margin-top:35px;}
	.contact .contactForm>dl:not(:first-child){margin-top:20px;}
	.contact .contactForm>dl>dd textarea{height:130px;}
	.contact .send{margin-top:25px;}
	.contact .send>input{padding:13px 25px;}
}
@media (max-width:1180px){
	.contact{padding:40px 20px;}
	.contact .contactMain{margin-top:30px;}
	.contact .contactForm{margin-top:30px;}
	.contact .contactForm>dl>dd textarea{height:110px;}
	.contact .send{margin-top:20px;}
}

/*footer*/
.footer .footerPart1{padding:50px 40px;background:#252525;}
.footer .footerPart1Main{max-width:1180px;}
.footer .footerPart1Main>dl{display:flex;justify-content:space-between;align-items:center;}
.footer .footerPart1Main>dl>dd{margin-left:30px;line-height:1;color:#fff;white-space:nowrap;}
.footer .footerPart1Main>dl>dd>*:not(:first-child){margin-top:20px;}
.footer .footerPart1Main>ul{display:flex;justify-content:center;margin-top:40px;line-height:1;text-transform:uppercase;}
.footer .footerPart1Main>ul>li{display:flex;align-items:center;}
.footer .footerPart1Main>ul>li:not(:first-child):before{display:block;content:"";margin:0 20px;width:2px;height:18px;background:#fff;}
.footer .footerPart1Main>ul>li>a{color:#fff;}
.footer .footerPart1Main>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#fff;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.footer .footerPart1Main>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(3px);
	transform:translateY(3px);
}
.footer .footerPart2{padding:15px 40px;background:#000;}
.footer .footerPart2Main{text-align:right;font-size:14px;color:#939393;}
@media (max-width:1480px){
	.footer .footerPart1{padding:50px 30px;}
	.footer .footerPart1Main>dl>dd{margin-left:25px;}
	.footer .footerPart1Main>dl>dd>*:not(:first-child){margin-top:15px;}
	.footer .footerPart1Main>ul{margin-top:35px;}
	.footer .footerPart1Main>ul>li:not(:first-child):before{margin:0 15px;}	
	.footer .footerPart2{padding:15px 30px;}
}
@media (max-width:1180px){
	.footer .footerPart1{padding:40px 20px;}
	.footer .footerPart1Main>dl>dd{margin-left:20px;}
	.footer .footerPart1Main>dl>dd>*:not(:first-child){margin-top:10px;}
	.footer .footerPart1Main>ul{margin-top:30px;}
	.footer .footerPart1Main>ul>li:not(:first-child):before{margin:0 10px;}
	.footer .footerPart2{padding:15px 20px;}
}
@media (max-width:880px){
	.footer .footerPart1Main>dl{display:block;}
	.footer .footerPart1Main>dl>dt{margin:0 auto;width:100%;max-width:660px;}
	.footer .footerPart1Main>dl>dd{margin-left:0;margin-top:30px;text-align:center;}
}

/*page_login*/
.page_login{padding:130px 40px 60px;}
.page_login .page_loginMain{max-width:1120px;}
.page_login .page_loginMain>p{margin-bottom:30px;color:#ef4141;}
.page_login .page_loginMain>form>dl:not(:first-child){margin-top:30px;}
.page_login .page_loginMain>form>dl>dt{display:flex;}
.page_login .page_loginMain>form>dl>dt>p{margin-right:10px;}
.page_login .page_loginMain>form>dl>dd{margin-top:10px;}
.page_login .page_loginMain>form>dl>dd input{padding:10px;width:100%;max-width:540px;border:1px solid #d0d0d0;}
.page_login .page_loginMain>form>.send{margin-top:30px;}
.page_login .page_loginMain>form>.send>a{display:inline-block;padding:15px 30px;line-height:1;background:#454e7b;color:#fff;}
.page_login .page_loginMain>form>.send>a:hover{background:#000;}
@media (max-width:1480px){
	.page_login{padding:120px 30px 50px;}
	.page_login .page_loginMain>p{margin-bottom:25px;}
	.page_login .page_loginMain>form>dl:not(:first-child){margin-top:25px;}
	.page_login .page_loginMain>form>dl>dt>p{margin-right:8px;}
	.page_login .page_loginMain>form>dl>dd{margin-top:8px;}
	.page_login .page_loginMain>form>dl>dd input{max-width:500px;}
	.page_login .page_loginMain>form>.send{margin-top:25px;}
	.page_login .page_loginMain>form>.send>a{padding:13px 25px;}	
}
@media (max-width:1180px){
	.page_login{padding:110px 20px 40px;}
	.page_login .page_loginMain>p{margin-bottom:20px;}
	.page_login .page_loginMain>form>dl:not(:first-child){margin-top:20px;}
	.page_login .page_loginMain>form>dl>dd input{max-width:460px;}
	.page_login .page_loginMain>form>.send{margin-top:20px;}
}

/*page_error*/
.page_error{padding:130px 40px 60px;}
.page_error .page_errorMain{max-width:470px;}
@media (max-width:1480px){
	.page_error{padding:120px 30px 50px;}
	.page_error .page_errorMain{max-width:430px;}
}
@media (max-width:1180px){
	.page_error{padding:110px 20px 40px;}
	.page_error .page_errorMain{max-width:390px;}
}

/*page_thanks*/
.page_thanks{padding:130px 40px 60px;}
.page_thanks .page_thanksMain{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;}
.page_thanks .page_thanksMain>a{display:block;margin-top:20px;padding:15px 30px;line-height:1;background:#454e7b;color:#fff;}
.page_thanks .page_thanksMain>a:hover{background:#000;}
@media (max-width:1480px){
	.page_thanks{padding:120px 30px 50px;}
	.page_thanks .page_thanksMain>a{margin-top:15px;padding:13px 25px;}
}
@media (max-width:1180px){
	.page_thanks{padding:110px 20px 40px;}
}




