@charset "utf-8";
/*
Theme Name: mitsubachi-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:#ffffea;line-height:1.8;font-size:20px;color:#181818;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: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:780px){
	.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{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:#ffbd00;cursor:pointer;transition:.3s;}
.bkt:hover{opacity:0.8;}
.bkt svg{width:15px;height:15px;fill:#ffffff;}
@media screen and (max-width:1080px){
	.bkt{right:20px;bottom:20px;}
}

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


@font-face {
  font-family:'iconfont';
  src: url('icon/iconfont.eot');
  src: url('icon/iconfont.eot?#iefix') format('embedded-opentype'),
      url('icon/iconfont.woff2') format('woff2'),
      url('icon/iconfont.woff') format('woff'),
      url('icon/iconfont.ttf') format('truetype'),
      url('icon/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size:34px;
  color:#fff;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family:'ZenMaruGothic-Bold';
  src:url('font/ZenMaruGothic-Bold.ttf') format('truetype');
}


.common_tit{text-align:center;color:#025d81;line-height:1;}
.common_tit>h2{font-size:44px;letter-spacing:5px;}
.common_tit>p{margin-top:18px;font-size:22px;letter-spacing:2px;}
@media (max-width:1520px){
	.common_tit>h2{font-size:38px;letter-spacing:3px;}
	.common_tit>p{margin-top:15px;font-size:18px;letter-spacing:1px;}
}
@media (max-width:1080px){
	.common_tit>h2{font-size:32px;letter-spacing:2px;}
	.common_tit>p{margin-top:13px;font-size:16px;letter-spacing:0px;}
}
@media (max-width:780px){
	.common_tit>h2{font-size:26px;letter-spacing:1px;}
	.common_tit>p{margin-top:10px;font-size:14px;}
}

.common_tit2{text-align:center;color:#025d81;line-height:1;font-family:"Noto Serif JP",serif;}
.common_tit2>h2{display:inline-block;font-size:50px;letter-spacing:8px;text-transform:uppercase;
  background: linear-gradient(45deg,#28678c,#7a8499);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;}
.common_tit2>p{margin-top:30px;display:block;font-size:20px;letter-spacing:4px;}
.common_tit2>p>span{text-transform:uppercase;
  background: linear-gradient(45deg,#28678c,#7a8499);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;}
@media (max-width:1520px){
	.common_tit2>h2{font-size:42px;letter-spacing:6px;}
	.common_tit2>p{margin-top:25px;font-size:18px;letter-spacing:3px;}
}
@media (max-width:1080px){
	.common_tit2>h2{font-size:36px;letter-spacing:4px;}
	.common_tit2>p{margin-top:20px;font-size:16px;letter-spacing:2px;}
}
@media (max-width:780px){
	.common_tit2>h2{font-size:28px;letter-spacing:2px;}
	.common_tit2>p{margin-top:15px;font-size:14px;letter-spacing:1px;}
}

/*more*/
.more{margin-top:40px;line-height:1;}
.more>a{display:flex;align-items:center;justify-content:center;padding:10px 30px;width:100%;text-align:center;border-radius:10px;font-size:34px;color:#4e7e28;font-weight:bold;background:#fff;transition:.3s;font-family:"Zen Maru Gothic",serif;}
.more>a>span{width:calc(100% - 51px);}
.more>a>img{transition:.3s;}
.more>a:hover>img{transform:translateX(5px);}
@media (max-width:1520px){
	.more{margin-top:30px;}
	.more>a{padding:10px 20px;font-size:28px;}
	.more>a>span{width:calc(100% - 44px);}
	.more>a>img{width:44px;}
}
@media (max-width:1080px){
	.more{margin-top:20px;}
	.more>a{font-size:22px;}
	.more>a>span{width:calc(100% - 36px);}
	.more>a>img{width:36px;}
}
@media (max-width:780px){
	.more>a{font-size:16px;}
	.more>a>span{width:calc(100% - 30px);}
	.more>a>img{width:30px;}
}

.more2{margin-top:40px;line-height:1;}
.more2>a{display:inline-flex;align-items:center;padding:18px 60px;font-size:22px;text-align:center;border-radius:5px;color:#025d81;border:1px solid #025d81;transition:.3s;}
.more2>a:after{display:inline-block;content:"";position:relative;z-index:5;margin-left:20px;width:8px;height:8px;
	border:solid #025d81;
	border-width:2px 2px 0 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:0.3s;
    transition:0.3s;}
.more2>a:hover{color:#fff;background:#025d81;}
.more2>a:hover:after{border:solid #fff;}
@media (max-width:1520px){
	.more2{margin-top:30px;}
	.more2>a{padding:15px 50px;font-size:18px;}
}
@media (max-width:1080px){
	.more2{margin-top:20px;}
	.more2>a{padding:12px 40px;font-size:14px;}
}
@media (max-width:780px){
	.more2>a{padding:12px 20px;}
}



/*header*/
@-webkit-keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
@keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
.header.header_fixed{position:fixed;}
.header.header_fixed:after{bottom:-50px;left:calc(50% - 203px);z-index:2;content:"";width:407px;height:50px;}
.header.header_fixed .headercon>ul>li>a>img{height:60px;}
.header.header_fixed .logo>a>img{width:150px;}
.header{position:relative;top:0;left:0;z-index:9999;padding:15px 20px;width:100%;background:#ffffe4;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
body.home .header{position:fixed;background:url(img/indexbg01.jpg);}
body.home .header:after{background:url(http://testsite-crossdesign.com/mitsubachi/wp-content/uploads/2025/05/headerbg.png) no-repeat center;opacity:1;}
.header:after{position:absolute;bottom:-112px;left:calc(50% - 203px);z-index:2;content:"";width:407px;height:112px;background:url(img/headerbg2.png)no-repeat center;}
.header .headercon{display:flex;justify-content:space-between;margin:0 auto;max-width:1320px;width:100%;}
.header .headercon>ul{position:relative;z-index:3;display:flex;justify-content:space-between;width:calc(50% - 180px);}
.header .headercon>ul>li:first-child{border-right:1px dashed #634e37;}
.header .headercon>ul>li{width:50%;}
.header .headercon>ul.ul01>li{width:62%;}
.header .headercon>ul.ul01>li:first-child{width:38%;}
.header .headercon>ul>li>a{display:block;transition:.3s;}
.header .headercon>ul>li>a>img{margin:0 auto;height:106px;}
.header .logo{position:relative;width:100%;max-width:278px;}
.header .logo>a{display:block;position:absolute;z-index:3;top:0;left:0;width:100%;}
.header .logo>a>img{margin:0 auto;max-width:278px;}
.header a:hover{transform:translateY(-5px);}
@media (max-width:1520px){
	.header{padding:10px 20px;}
	.header:after{bottom:-80px;left:calc(50% - 163px);width:327px;height:80px;background-size:327px 80px;}
	.header .headercon>ul{width:calc(50% - 150px);}
	.header .headercon>ul>li>a>img{height:90px;}
	.header .logo{max-width:220px;}
	.header .logo>a>img{max-width:220px;}
}
@media (max-width:1080px){
	.header.header_fixed:after{bottom:-35px;left:calc(50% - 150px);width:300px;height:35px;}
	.header.header_fixed .headercon>ul>li>a>img{height:50px;}
	.header.header_fixed .logo>a>img{width:120px;}
	.header:after{bottom:-80px;left:calc(50% - 145px);width:291px;height:80px;background-size:291px 80px;}
	.header .headercon>ul{width:calc(50% - 120px);}
	.header .headercon>ul>li>a>img{height:60px;}
	.header .logo{max-width:180px;}
	.header .logo>a>img{max-width:180px;}
}
@media (max-width:780px){
	.header.header_fixed:after{bottom:-60px;left:calc(50% - 108px);width:200px;height:60px;background-size:200px 60px;}
	.header.header_fixed .logo>a>img{width:120px;}
	.header{position:relative;padding:18px 20px;}
	.header:after{bottom:-60px;left:calc(50% - 108px);width:200px;height:60px;background-size:200px 60px;}
	.header .headercon>ul{display:none;}
	.header .logo{max-width:100%;}
	.header .logo>a{display:inline-block;left:50%;transform:translateX(-50%);}
	.header .logo>a>img{max-width:120px;}
}

/*banner*/
.banner{position:relative;width:100%;overflow:hidden;}
.banner:after{position:absolute;left:0;bottom:0;z-index:2;content:"";width:100%;height:50px;background:url(img/bannerbg.png) bottom no-repeat;}
.banner>figure:after{padding-top:900px;}
.recruitbtn{position:fixed;right:0;top:50%;z-index:9;transform:translateY(-50%);}
.recruitbtn>a{display:block;transition:.3s;}
.recruitbtn>a:hover{transform:translateY(-5px);}
@media (max-width:1520px){
	.banner:after{background-size:100%;}
	.banner>figure:after{padding-top:750px;}
	.recruitbtn>a>img{width:50px;}
}
@media (max-width:1080px){
	.banner>figure:after{padding-top:500px;}
	.recruitbtn>a>img{width:40px;}
}
@media (max-width:780px){
	.banner>figure:after{padding-top:350px;}
	.recruitbtn>a>img{width:30px;}
}

/*indexMain*/
.indexone{padding:100px 40px;background:url(img/indexbg01.jpg);}
.indexonecon>h2{display:flex;justify-content:center;}
.indexonecon>dl{margin-top:40px;display:flex;justify-content:space-between;}
.indexonecon>dl>dt{position:relative;width:calc(33.33% - 40px);}
.indexonecon>dl>dt>hgroup{position:relative;}
.indexonecon>dl>dt>hgroup>a{position:absolute;right:0;bottom:0;display:block;}
.indexonecon>dl>dt>hgroup>a:hover{transform:translateY(-5px);}
.indexonecon>dl>dt>h3{margin-top:15px;display:flex;align-items:center;justify-content:center;}
.indexonecon>dl>dt>p{margin-top:25px;font-size:24px;text-align:center;line-height:1.4;font-weight:600;font-family:"Zen Maru Gothic",serif;}
@media (max-width:1520px){
	.indexone{padding:80px 20px;}
	.indexonecon>h2>img{width:750px;}
	.indexonecon>dl{margin-top:30px;}
	.indexonecon>dl>dt{width:calc(33.33% - 20px);}
	.indexonecon>dl>dt>h3{margin-top:10px;}
	.indexonecon>dl>dt>hgroup>a>img{width:120px;}
	.indexonecon>dl>dt>p{margin-top:20px;font-size:20px;}
}
@media (max-width:1080px){
	.indexone{padding:60px 20px;}
	.indexonecon>h2>img{width:500px;}
	.indexonecon>dl{margin-top:20px;}
	.indexonecon>dl>dt{width:calc(33.33% - 20px);}
	.indexonecon>dl>dt>hgroup>a>img{width:100px;}
	.indexonecon>dl>dt>p{margin-top:20px;font-size:15px;}
}
@media (max-width:780px){
	.indexonecon>h2>img{width:350px;}
	.indexonecon>dl{display:block;}
	.indexonecon>dl>dt{margin-top:30px;width:100%;}
	.indexonecon>dl>dt>hgroup{margin:0 auto;max-width:400px;}
}


.indextwo{padding:100px 40px;background:url(img/indexbg02.jpg);}
.indextwocon>dl{display:flex;align-items:flex-start;justify-content:space-between;}
.indextwocon>dl>dt{width:calc(63% - 20px);}
.indextwocon>dl>dt>ul{display:flex;flex-flow:wrap;justify-content:space-between;}
.indextwocon>dl>dt>ul>li{width:100%;}
.indextwocon>dl>dt>ul>li:nth-child(1),
.indextwocon>dl>dt>ul>li:nth-child(2){width:calc(50% - 15px);}
.indextwocon>dl>dt>ul>li:nth-child(3){margin-top:30px;}
.indextwocon>dl>dt>ul>li:nth-child(4){margin-top:-8px;}
.indextwocon>dl>dd{margin-top:20px;padding:10px;width:calc(37% - 20px);background:#c9c700;border-radius:50px 50px 10px 10px;overflow:hidden;}
.indextwocon>dl>dd>h2{padding:25px;display:flex;justify-content:center;background:#33a538;border-radius:40px 40px 0 0;}
.indextwocon>dl>dd>ul{padding:10px 20px;background:#fff;}
.indextwocon>dl>dd>ul>li{display:flex;justify-content:space-between;padding:30px 0;border-bottom:1px dashed #515151;}
.indextwocon>dl>dd>ul>li:last-child{border-bottom:none;}
.indextwocon>dl>dd>ul>li>figure{width:100px;border-radius:50%;overflow:hidden;}
.indextwocon>dl>dd>ul>li>figure:after{padding-top:50%;}
.indextwocon>dl>dd>ul>li>div{width:calc(100% - 115px);}
.indextwocon>dl>dd>ul>li>div>p{margin-top:10px;line-height:1.4;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;}
.indextwocon>dl>dd>ul>li>div>p>a{color:#000;}
.indextwocon>dl>dd>ul>li>div>p>a:hover{text-decoration:underline;}
@media (max-width:1520px){
	.indextwo{padding:80px 20px;}
	.indextwocon>dl>dt{width:calc(63% - 15px);}
	.indextwocon>dl>dt>ul>li:nth-child(1),
	.indextwocon>dl>dt>ul>li:nth-child(2){width:calc(50% - 10px);}
	.indextwocon>dl>dt>ul>li:nth-child(3){margin-top:20px;}
	.indextwocon>dl>dd{margin-top:0px;width:calc(37% - 15px);}
	.indextwocon>dl>dd>h2{padding:20px;}
	.indextwocon>dl>dd>h2>img{width:240px;}
	.indextwocon>dl>dd>ul>li{padding:25px 0;}
	.indextwocon>dl>dd>ul>li>figure{width:80px;}
	.indextwocon>dl>dd>ul>li>div{width:calc(100% - 90px);}
	.indextwocon>dl>dd>ul>li>div>p{margin-top:5px;}
}
@media (max-width:1080px){
	.indextwo{padding:60px 20px;}
	.indextwocon>dl>dt{width:calc(63% - 10px);}
	.indextwocon>dl>dd{margin-top:0px;width:calc(37% - 10px);}
	.indextwocon>dl>dd>h2{padding:15px;}
	.indextwocon>dl>dd>h2>img{width:180px;}
	.indextwocon>dl>dd>ul>li{padding:15px 0;}
	.indextwocon>dl>dd>ul>li>figure{width:70px;}
	.indextwocon>dl>dd>ul>li>div{width:calc(100% - 80px);}
	.indextwocon>dl>dd>ul>li>div>p{margin-top:0px;}
}
@media (max-width:780px){
	.indextwocon>dl{display:block;}
	.indextwocon>dl>dt{width:100%;}
	.indextwocon>dl>dt>ul>li:nth-child(1),
	.indextwocon>dl>dt>ul>li:nth-child(2){width:calc(50% - 6px);}
	.indextwocon>dl>dt>ul>li:nth-child(3){margin-top:12px;}
	.indextwocon>dl>dd{margin-top:20px;width:100%;}
	.indextwocon>dl>dd>h2{padding:10px;}
	.indextwocon>dl>dd>h2>img{width:150px;}
	.indextwocon>dl>dd>ul>li{padding:10px 0;}
	.indextwocon>dl>dd>ul>li>figure{width:70px;}
	.indextwocon>dl>dd>ul>li>div{width:calc(100% - 80px);}
}

.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;}
}




/*footer*/
.footer{position:relative;padding:80px 0 0;background:#ffffee;}
.footercon{padding:0 40px;}
.footercon>dl{display:flex;justify-content:space-between;}
.footercon>dl>dt{width:40%;}
.footercon>dl>dt>.footerlogo{max-width:492px;}
.footercon>dl>dt>.footerlogo>a{display:block;transition:.3s;}
.footercon>dl>dt>.footerlogo>a:hover{opacity:.7;}
.footercon>dl>dt>p{margin-top:40px;color:#493123;font-weight:600;font-family:"Zen Maru Gothic",serif;}
.footercon>dl>dd{display:flex;justify-content:space-between;width:calc(60% - 50px);}
.footercon>dl>dd>ul{width:60%;display:flex;flex-flow:wrap;justify-content:space-between;}
.footercon>dl>dd>ul>li{display:flex;align-items:center;width:50%;font-weight:600;font-family:"Zen Maru Gothic",serif;}
.footercon>dl>dd>ul>li:before{margin-right:10px;content:"";width:15px;height:15px;background:url(img/footer06.png)no-repeat;}
.footercon>dl>dd>ul>li>a{position:relative;color:#493123;line-height:1;}
.footercon>dl>dd>ul>li>a:after{position:absolute;bottom:0px;left:0;content:"";width:100%;height:2px;background:#493123;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);
}
.footercon>dl>dd>div>a{display:block;transition:.3s;}
.footercon>dl>dd>div>a:last-child{margin-top:10px;}
.footercon>dl>dd>div>a:hover{opacity:.8;}
.footercon>dl>dd>div>a>img.indextel{display:none;}
.footercon>dl>dd>div>a>img.pagetel{display:block;}
.footer>p{margin-top:80px;padding:5px 20px;font-size:14px;color:#fff;text-align:center;background:#80692b;}
body.home .footer{background:url(img/indexbg01.jpg);}
body.home .footercon>dl>dd>div>a>img.indextel{display:block;}
body.home .footercon>dl>dd>div>a>img.pagetel{display:none;}
body.home .footercon>dl>dd>ul>li:before{background:url(img/footernav.png)no-repeat;}
@media (max-width:1520px){
	.footer{padding:60px 0 0;}
	.footercon{padding:0 20px;}
	.footercon>dl>dt{width:33%;}
	.footercon>dl>dt>.footerlogo{max-width:420px;}
	.footercon>dl>dt>p{margin-top:30px;}
	.footercon>dl>dd{width:calc(67% - 40px);}
	.footercon>dl>dd>ul{width:calc(100% - 300px);}
	.footercon>dl>dd>div{max-width:280px;}
	.footer>p{margin-top:60px;}
}
@media (max-width:1080px){
	.footer{padding:40px 0 0;}
	.footercon>dl>dt{width:33%;}
	.footercon>dl>dt>.footerlogo{max-width:340px;}
	.footercon>dl>dt>p{margin-top:20px;}
	.footercon>dl>dd{width:calc(67% - 30px);}
	.footercon>dl>dd>ul{width:calc(100% - 250px);}
	.footercon>dl>dd>ul>li{width:auto;}
	.footercon>dl>dd>div{max-width:220px;}
	.footer>p{margin-top:40px;}
}
@media (max-width:780px){
	.footercon>dl{display:block;}
	.footercon>dl>dt{width:100%;}
	.footercon>dl>dt>.footerlogo{margin:0 auto;max-width:280px;}
	.footercon>dl>dt>p{margin-top:15px;text-align:center;}
	.footercon>dl>dd{margin-top:10px;display:block;width:100%;}
	.footercon>dl>dd>ul{width:100%;justify-content:center;}
	.footercon>dl>dd>ul>li{margin:5px;}
	.footercon>dl>dd>ul>li:before{display:none;}
	.footercon>dl>dd>div{margin:20px auto 0;}
}



/* 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:700px;}
.pageban .pagebancon{position:absolute;top:60%;left:50%;z-index:2;padding:0 20px;width:100%;max-width:1320px;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageban .pagebancon h1{display:flex;justify-content:center;}
@media (max-width:1520px){
	.pageban figure:after{padding-top:600px;}
	.pageban .pagebancon h1>img{height:60px;}
}
@media (max-width:1080px){
	.pageban figure:after{padding-top:500px;}
	.pageban .pagebancon h1>img{height:50px;}
}
@media (max-width:780px){
	.pageban figure:after{padding-top:400px;}
	.pageban .pagebancon h1>img{height:40px;}
}


/* about */
.downloadone{padding:100px 40px;}
.downloadonecon>ul{display:flex;flex-flow:wrap;justify-content:space-between;margin-top:-40px;}
.downloadonecon>ul>li{margin-top:40px;width:calc(20% - 10px);}
.downloadonecon>ul>li>a{display:block;font-size:24px;color:#894318;text-align:center;font-weight:600;transition:0.3s;font-family:"Zen Maru Gothic",serif;}
.downloadonecon>ul>li>a>img{margin:0 auto 15px;}
.downloadonecon>ul>li>a:hover{transform:translateY(-5px);}
@media (max-width:1520px){
	.downloadone{padding:80px 20px;}
	.downloadonecon>ul{margin-top:-30px;}
	.downloadonecon>ul>li{margin-top:30px;}
	.downloadonecon>ul>li>a{font-size:20px;}
	.downloadonecon>ul>li>a>img{margin:0 auto 10px;}
}
@media (max-width:1080px){
	.downloadone{padding:60px 20px;}
	.downloadonecon>ul{margin-top:-20px;}
	.downloadonecon>ul>li{margin-top:20px;}
	.downloadonecon>ul>li>a{font-size:16px;}
}
@media (max-width:780px){
	.downloadonecon>ul>li{width:calc(33.33% - 10px);}
	.downloadonecon>ul>li>a{font-size:14px;}
}


/* food-education */
.food-educationone{padding:100px 40px;}
.food-educationonecon>p{padding-top:60px;font-size:24px;color:#493123;font-weight:600;line-height:1.6;font-family:"Zen Maru Gothic",serif;}
.food-educationonecon>ul{display:flex;flex-flow:wrap;margin-top:10px;margin-left:-50px;}
.food-educationonecon>ul>li{margin:50px 0 0 50px;width:calc(33.33% - 50px);border-radius:30px;}
.food-educationonecon>ul>li:after{padding-top:64%;}
.food-educationonecon>.h2top{margin-top:120px;}
@media (max-width:1520px){
	.food-educationone{padding:80px 20px;}
	.food-educationonecon>h2>img{height:60px;}
	.food-educationonecon>p{padding-top:50px;font-size:20px;}
	.food-educationonecon>ul{margin-left:-30px;}
	.food-educationonecon>ul>li{margin:30px 0 0 30px;width:calc(33.33% - 30px);}
	.food-educationonecon>.h2top{margin-top:100px;}
}
@media (max-width:1080px){
	.food-educationone{padding:60px 20px;}
	.food-educationonecon>h2>img{height:50px;}
	.food-educationonecon>p{padding-top:40px;font-size:16px;}
	.food-educationonecon>ul{margin-left:-20px;}
	.food-educationonecon>ul>li{margin:20px 0 0 20px;width:calc(33.33% - 20px);}
	.food-educationonecon>.h2top{margin-top:80px;}
}
@media (max-width:780px){
	.food-educationonecon>h2>img{height:38px;}
	.food-educationonecon>p{padding-top:20px;font-size:14px;}
	.food-educationonecon>ul{margin-left:-10px;}
	.food-educationonecon>ul>li{margin:10px 0 0 10px;width:calc(50% - 10px);}
	.food-educationonecon>.h2top{margin-top:60px;}
}


/* column */
.newsone{padding:100px 40px;}
.newsonecon{max-width:1140px;}
.newsonecon>ul>li>a{display:flex;align-items:center;justify-content:space-between;padding:25px 0;transition:.3s;}
.newsonecon>ul>li>a>figure{width:240px;border-radius:50%;overflow:hidden;}
.newsonecon>ul>li>a>div{width:calc(100% - 320px);font-size:24px;color:#493123;font-weight:bold;}
.newsonecon>ul>li>a:hover{transform:translateY(-5px);}
@media (max-width:1520px){
	.newsone{padding:80px 20px;}
	.newsonecon>ul>li>a{padding:20px 0;}
	.newsonecon>ul>li>a>figure{width:200px;}
	.newsonecon>ul>li>a>div{width:calc(100% - 240px);font-size:20px;}
}
@media (max-width:1080px){
	.newsone{padding:60px 20px;}
	.newsonecon>ul>li>a{padding:15px 0;}
	.newsonecon>ul>li>a>figure{width:170px;}
	.newsonecon>ul>li>a>div{width:calc(100% - 200px);font-size:16px;}
}
@media (max-width:780px){
	.newsonecon>ul>li>a{display:block;padding:10px 0;}
	.newsonecon>ul>li>a>figure{width:120px;}
	.newsonecon>ul>li>a>div{margin-top:10px;width:100%;font-size:14px;}
}

.newstwo{padding:100px 40px;}
.newstwocon{max-width:1000px;}
.newstwocon>time{font-size:24px;color:#493123;font-weight:600;line-height:1.6;font-family:"Zen Maru Gothic",serif;}
.newstwocon>h3{font-size:24px;color:#493123;font-weight:600;line-height:1.6;font-family:"Zen Maru Gothic",serif;}
.newstwocon>figure{margin-top:30px;border-radius:10px;border:2px solid #57543d;}
.newstwocon>figure:after{padding-top:60%;}
.newstwocon>p{margin-top:40px;font-size:24px;color:#57543d;font-weight:500;}
@media (max-width:1520px){
	.newstwo{padding:80px 20px;}
	.newstwocon>time{font-size:20px;}
	.newstwocon>h3{font-size:20px;}
	.newstwocon>figure{margin-top:20px;}
	.newstwocon>p{margin-top:30px;font-size:20px;}
}
@media (max-width:1080px){
	.newstwo{padding:60px 20px;}
	.newstwocon>time{font-size:16px;}
	.newstwocon>h3{font-size:16px;}
	.newstwocon>p{margin-top:20px;font-size:16px;}
}
@media (max-width:780px){
	.newstwocon>time{font-size:14px;}
	.newstwocon>h3{font-size:14px;}
	.newstwocon>p{font-size:14px;}
}


/* recruit */
.recruittwo{padding:100px 40px;}
.recruittwocon dl{display:flex;justify-content:space-between;}
.recruittwocon dl>dt{width:50%;line-height:1.5;font-family:"Zen Maru Gothic",serif;}
.recruittwocon dl>dt>h3{font-size:36px;color:#894318;}
.recruittwocon dl>dt>p{margin-top:40px;font-size:24px;color:#493123;font-weight:600;}
.recruittwocon dl>dd{width:calc(50% - 40px);}
.recruittwocon dl>dd>figure:after{padding-top:42%;}
.recruittwocon>figure{margin-top:100px;display:flex;justify-content:center;}
.recruittwocon>figure>a{display:block;transition:.3s;}
.recruittwocon>figure>a:hover{transform:translateY(-5px);}
@media (max-width:1520px){
	.recruittwo{padding:80px 20px;}
	.recruittwocon dl>dt>h3{font-size:30px;}
	.recruittwocon dl>dt>p{margin-top:30px;font-size:20px;}
	.recruittwocon>figure{margin-top:80px;}
}
@media (max-width:1080px){
	.recruittwo{padding:60px 20px;}
	.recruittwocon dl>dt>h3{font-size:24px;}
	.recruittwocon dl>dt>p{margin-top:20px;font-size:16px;}
	.recruittwocon>figure{margin-top:60px;}
}
@media (max-width:780px){
	.recruittwocon dl{display:block;}
	.recruittwocon dl>dt{width:100%;}
	.recruittwocon dl>dt>h3{font-size:18px;}
	.recruittwocon dl>dt>p{font-size:14px;}
	.recruittwocon dl>dd{margin-top:20px;width:100%;}
	.recruittwocon>figure{margin-top:40px;}
}

.recruitthree{padding:50px 40px 100px;}
.recruitthreecon dl{margin:60px auto 0;max-width:1120px;display:flex;flex-flow:wrap;justify-content:space-between;font-size:24px;font-family:"Zen Maru Gothic",serif;}
.recruitthreecon dl>dt{display:flex;align-items:center;margin-top:40px;width:250px;color:#493123;font-weight:bold;}
.recruitthreecon2 dl>dt{width:350px;}
.recruitthreecon2 dl>dt>span{margin-right:20px;padding:5px;font-size:16px;color:#894318;line-height:1;background:#e8d8b1;border-radius:5px;}
.recruitthreecon2 dl>dt span{margin-right:20px;padding:5px;font-size:16px;color:#894318;line-height:1;background:#e8d8b1;border-radius:5px;}
.recruitthreecon2 dl>dt>em{width:60px;}
.recruitthreecon dl>dd{margin-top:40px;padding:20px 30px;width:calc(100% - 250px);color:#894318;font-weight:bold;border:1px solid #9b6545;border-radius:10px;background:#fff;}
.recruitthreecon2 dl>dd{width:calc(100% - 350px);font-weight:500;}
.recruitthreecon2 dl>dd input{width:100%;}
.recruitthreecon2 dl>dd textarea{width:100%;}
.recruitthreecon2 dl>dd.dd01{padding:0;background:none;border:none;}
.recruitthreecon2 dl>dd.dd01 input{width:auto;}
.recruitthreecon2 dl>dd.text{border:0;margin-top:5px;padding:0;background:none;}
.recruitthreecon p.text02{margin:40px auto 0;max-width:1120px;font-size:18px;font-family:"Zen Maru Gothic",serif;}
.recruitthreecon p.text02>a{color:#12a89f;}
.recruitthreecon .scrollbox{margin:40px auto 0;padding:20px;max-width:1120px;background:#fff;border:1px solid #efefef;}
.recruitthreecon .scrollbox>hgroup{padding-right:10px;height:150px;font-size:18px;overflow-y:scroll;}
.recruitthreecon .scrollbox>hgroup::-webkit-scrollbar-thumb{background-color:#e8d8b1;}
.recruitthreecon .scrollbox>hgroup>h4{margin-top:10px;letter-spacing:2px;}
.recruitthreecon .scrollbox>hgroup>p{margin-top:0;}
input[type="radio"], input[type="checkbox"]{margin:0;padding:0;}
.agree{margin:10px auto 0;max-width:1120px;font-size:18px;color:#12a89f;font-family:"Zen Maru Gothic",serif;}
.send{margin:40px auto 0;display:flex;justify-content:center;padding:20px;width:360px;text-align:center;font-weight:bold;letter-spacing:4px;color:#fff;background:#654f37;border-radius:40px;transition:.3s;font-family:"Zen Maru Gothic",serif;cursor:no-drop;}
.send:hover{background:#000;}
.formbutton{margin:40px 10px 0;display:none;justify-content:center;padding:20px;width:360px;text-align:center;font-weight:bold;letter-spacing:4px;color:#fff;background:#654f37;border-radius:40px;transition:.3s;font-family:"Zen Maru Gothic",serif;}
.formbuttonnodrop{cursor:no-drop;}
.formbutton:hover{background:#000;}
.returnButton,.subButton,.sendButton{display:block;}
.buttongroup,.buttongroup p{display:flex;justify-content:center;}
.p02{margin-top:60px;text-align:center;}

body.page-id-176 .recruitthreecon p.text02{display:none;}
body.page-id-176 .recruitthreecon .scrollbox{display:none;}
body.page-id-176 .agree{display:none;}
body.page-id-176 .send{cursor:pointer;}

body.page-id-164 .recruitthreecon p.text02{display:none;}
body.page-id-164 .recruitthreecon .scrollbox{display:none;}
body.page-id-164 .agree{display:none;}
body.page-id-164 .send{cursor:pointer;}

body.page-id-124 .recruitthreecon p.text02{display:none;}
body.page-id-124 .recruitthreecon .scrollbox{display:none;}
body.page-id-124 .agree{display:none;}
body.page-id-124 .send{cursor:pointer;}

@media (max-width:1520px){
	.recruitthree{padding:40px 20px 80px;}
	.recruitthreecon>h2>img{height:60px;}
	.recruitthreecon dl{margin:50px auto 0;font-size:20px;}
	.recruitthreecon dl>dt{margin-top:30px;width:200px;}
	.recruitthreecon dl>dd{margin-top:30px;padding:15px 20px;width:calc(100% - 200px);}
	.recruitthreecon2 dl>dt{width:300px;}
	.recruitthreecon2 dl>dt>span{margin-right:15px;padding:5px;font-size:14px;}
.recruitthreecon2 dl>dt span{margin-right:15px;padding:5px;font-size:14px;}
	.recruitthreecon2 dl>dt>em{width:50px;}
	.recruitthreecon2 dl>dd{width:calc(100% - 300px);}
	.recruitthreecon p.text02{margin:30px auto 0;font-size:16px;}
	.recruitthreecon .scrollbox{margin:30px auto 0;padding:15px;}
	.recruitthreecon .scrollbox>hgroup{font-size:16px;}
	.recruitthreecon .scrollbox>hgroup>h4{letter-spacing:1px;}
	.agree{font-size:16px;}
	.send{margin:30px auto 0;padding:17px;width:320px;letter-spacing:3px;}
.formbutton{margin:30px 10px 0;padding:17px;width:320px;letter-spacing:3px;}
}
@media (max-width:1080px){
	.recruitthree{padding:20px 20px 60px;}
	.recruitthreecon>h2>img{height:50px;}
	.recruitthreecon dl{margin:40px auto 0;font-size:16px;}
	.recruitthreecon dl>dt{margin-top:20px;width:150px;}
	.recruitthreecon dl>dd{margin-top:20px;padding:10px 15px;width:calc(100% - 150px);}
	.recruitthreecon2 dl>dt{width:230px;}
	.recruitthreecon2 dl>dt>span{margin-right:10px;padding:3px;font-size:12px;}
.recruitthreecon2 dl>dt span{margin-right:10px;padding:3px;font-size:12px;}
	.recruitthreecon2 dl>dt>em{width:40px;}
	.recruitthreecon2 dl>dd{width:calc(100% - 230px);}
	.recruitthreecon p.text02{margin:20px auto 0;font-size:14px;}
	.recruitthreecon .scrollbox{margin:20px auto 0;padding:10px;}
	.recruitthreecon .scrollbox>hgroup{font-size:14px;}
	.recruitthreecon .scrollbox>hgroup>h4{letter-spacing:0px;}
	.agree{font-size:14px;}
	.send{margin:20px auto 0;padding:14px;width:280px;letter-spacing:2px;}
.formbutton{margin:20px auto 0;padding:14px;width:280px;letter-spacing:2px;}
}
@media (max-width:780px){
	.recruitthree{padding:0px 20px 60px;}
	.recruitthreecon>h2>img{height:40px;}
	.recruitthreecon dl{margin:30px auto 0;font-size:14px;}
	.recruitthreecon dl>dt{margin-top:10px;width:100%;}
	.recruitthreecon dl>dd{margin-top:0px;padding:10px;width:100%;}
	.recruitthreecon2 dl>dd{padding:8px 10px;}
	.send{padding:11px;width:240px;letter-spacing:1px;}
	.formbutton{padding:11px;width:240px;letter-spacing:1px;}
}


.staffone{padding:0px 40px 100px;}
.staffonecon{margin-top:100px;padding:80px 40px;background:#fcf7d0;border-radius:50px;}
.staffonecon>dl{margin:0 auto;display:flex;align-items:center;justify-content:space-between;max-width:1200px;width:100%;font-family:"Zen Maru Gothic",serif;}
.staffonecon>dl>dt{width:360px;color:#894318;text-align:center;}
.staffonecon>dl>dt>figure{border-radius:50%;overflow:hidden;}
.staffonecon>dl>dt>h3{margin-top:20px;font-size:36px;}
.staffonecon>dl>dt>p{font-size:24px;}
.staffonecon>dl>dd{width:calc(100% - 500px);font-size:24px;color:#654f37;font-weight:500;}
@media (max-width:1520px){
	.staffone{padding:0px 20px 80px;}
	.staffonecon{margin-top:80px;padding:60px 20px;border-radius:40px;}
	.staffonecon>dl>dt>h3{margin-top:15px;font-size:32px;}
	.staffonecon>dl>dt>p{font-size:20px;}
	.staffonecon>dl>dd{width:calc(100% - 400px);font-size:20px;}
}
@media (max-width:1080px){
	.staffone{padding:0px 20px 60px;border-radius:30px;}
	.staffonecon{margin-top:60px;padding:40px 20px;}
	.staffonecon>dl>dt{width:280px;}
	.staffonecon>dl>dt>h3{margin-top:10px;font-size:28px;}
	.staffonecon>dl>dt>p{font-size:16px;}
	.staffonecon>dl>dd{width:calc(100% - 300px);font-size:16px;}
}
@media (max-width:780px){
	.staffonecon{margin-top:40px;padding:30px 20px;border-radius:20px;}
	.staffonecon>dl{display:block;}
	.staffonecon>dl>dt{margin:0 auto;width:280px;}
	.staffonecon>dl>dt>h3{font-size:22px;}
	.staffonecon>dl>dt>p{font-size:14px;}
	.staffonecon>dl>dd{margin-top:20px;width:100%;font-size:14px;}
}

/* aboutus */
.aboutusone{padding:100px 40px 0;}
.aboutusonecon>dl{margin-top:20px;display:flex;justify-content:space-between;}
.aboutusonecon>dl>dt{position:relative;width:35%;}
.aboutusonecon>dl>dt>hgroup{position:absolute;top:50%;left:0px;width:calc(100% + 300px);transform:translateY(-50%);}
.aboutusonecon>dl>dt>hgroup>h3{margin-top:40px;}
.aboutusonecon>dl>dd{width:65%;}
.aboutusonecon>dl>dd>figure:after{padding-top:45%;}
.aboutusonecon>figure{margin:60px 0 0 0px;}
.aboutusonecon>p{position:relative;z-index:2;margin:-60px 0 0 100px;font-size:24px;color:#493123;font-weight:600;text-shadow:1px 1px 2px #fff,1px 1px 2px #fff,-1px -1px 2px #fff,-1px -1px 2px #fff;font-family:"Zen Maru Gothic",serif;}
.aboutusonecon>figure.img01{display:flex;justify-content:flex-end;margin-top:30px;margin-bottom:40px;}
.aboutusonecon>figure.img02{position:relative;z-index:1;margin-top:-60px;}
.aboutusonecon>dl.dl02{margin-top:20px;}

.flexright{display:flex;justify-content:flex-end;}
.aboutusonecon .aboutusoneList{margin-top:20px;max-width:940px;width:100%;list-style:none;}
.aboutusonecon .aboutusoneList>li{position:relative;padding-left:25px;line-height:1.6;font-family:'ZenMaruGothic-Bold';font-size:32px;color:#493123;
	text-shadow:0 0 5px #ffffe8,0 0 5px #ffffe8,0 0 5px #ffffe8,0 0 5px #ffffe8;
}
.aboutusonecon .aboutusoneList>li:not(:first-child){margin-top:30px;}
.aboutusonecon .aboutusoneList>li:before{position:absolute;top:22px;left:0;display:block;content:"";width:10px;height:10px;background:#493123;border-radius:50%;}

.aboutusonecon .aboutusoneTxt{margin-top:-60px;margin-left:0px;list-style:none;}
.aboutusonecon .aboutusoneTxt>li{font-family:'ZenMaruGothic-Bold';font-size:32px;color:#493123;
	text-shadow:0 0 5px #ffffe8,0 0 5px #ffffe8,0 0 5px #ffffe8,0 0 5px #ffffe8;
}
.aboutusonecon .aboutusoneTxt>li:not(:first-child){margin-top:20px;}
@media (max-width:1520px){
	.aboutusone{padding:80px 20px 0;}
	.aboutusonecon>h2>img{height:60px;}
	.aboutusonecon>dl>dt>hgroup{left:0px;}
	.aboutusonecon>dl>dt>hgroup>h2>img{height:60px;}
	.aboutusonecon>dl>dt>hgroup>h3{margin-top:30px;}
	.aboutusonecon>dl>dt>hgroup>h3>img{height:100px;}
	.aboutusonecon>figure{margin:50px 0 0 0px;}
	.aboutusonecon>figure>img{height:60px;}
	.aboutusonecon>p{margin:-50px 0 0 0px;font-size:20px;}
	.aboutusonecon>figure.img01{margin-top:-20px;}
	.aboutusonecon>figure.img01>img{width:auto;height:90px;}
	.aboutusonecon>figure.img02{margin-top:-50px;}
	.aboutusonecon>dl.dl02{margin-top:60px;}
	
	.aboutusonecon .aboutusoneList{max-width:820px;}
	
	.aboutusonecon .aboutusoneList>li{padding-left:20px;font-size:28px;}
	.aboutusonecon .aboutusoneList>li:not(:first-child){margin-top:25px;}
	.aboutusonecon .aboutusoneList>li:before{top:19px;width:8px;height:8px;}
	
	.aboutusonecon .aboutusoneTxt{margin-top:-50px;margin-left:0;}
	.aboutusonecon .aboutusoneTxt>li{font-size:28px;}
	.aboutusonecon .aboutusoneTxt>li:not(:first-child){margin-top:15px;}
}
@media (max-width:1080px){
	.aboutusone{padding:60px 20px 0;}
	.aboutusonecon>h2>img{height:50px;}
	.aboutusonecon>dl>dt>hgroup>h2>img{height:50px;}
	.aboutusonecon>dl>dt>hgroup>h2>img{height:50px;}
	.aboutusonecon>dl>dt>hgroup>h3{margin-top:20px;}
	.aboutusonecon>dl>dt>hgroup>h3>img{height:80px;}
	.aboutusonecon>figure{margin:40px 0 0 0px;}
	.aboutusonecon>figure>img{height:50px;}
	.aboutusonecon>p{margin:-40px 0 0 0px;font-size:16px;}
	.aboutusonecon>figure.img01>img{height:80px;}
	.aboutusonecon>figure.img02{margin-top:-40px;}
	.aboutusonecon>dl.dl02{margin-top:40px;}
	
	.aboutusonecon .aboutusoneList{max-width:700px;}
	.aboutusonecon .aboutusoneList>li{padding-left:15px;font-size:24px;}
	.aboutusonecon .aboutusoneList>li:not(:first-child){margin-top:20px;}
	.aboutusonecon .aboutusoneList>li:before{top:16px;width:6px;height:6px;}
	
	.aboutusonecon .aboutusoneTxt{margin-top:-40px;}
	.aboutusonecon .aboutusoneTxt>li{font-size:24px;}
	.aboutusonecon .aboutusoneTxt>li:not(:first-child){margin-top:10px;}
}
@media (max-width:780px){
	.aboutusonecon>h2>img{height:40px;}
	.aboutusonecon>dl{display:block;}
	.aboutusonecon>dl>dt{width:100%;}
	.aboutusonecon>dl>dt>hgroup{position:relative;top:0;transform:translateY(0);}
	.aboutusonecon>dl>dt>hgroup>h2>img{height:40px;}
	.aboutusonecon>dl>dt>hgroup>h3{margin-top:20px;}
	.aboutusonecon>dl>dt>hgroup>h3>img{height:60px;}
	.aboutusonecon>dl>dd{margin-top:20px;width:100%;}
	.aboutusonecon>figure{margin:30px 0 0 0px;}
	.aboutusonecon>figure>img{height:40px;}
	.aboutusonecon>p{margin:-10px 0 0 0px;font-size:14px;}
	.aboutusonecon>figure.img01>img{height:70px;}
	.aboutusonecon>figure.img02{margin-top:-20px;}
	.aboutusonecon>dl.dl02{margin-top:40px;}
	
	.aboutusonecon .aboutusoneList>li{font-size:20px;}
	.aboutusonecon .aboutusoneList>li:not(:first-child){margin-top:15px;}
	.aboutusonecon .aboutusoneList>li:before{top:13px;}
	
	.aboutusonecon .aboutusoneTxt{margin-top:-20px;}
	.aboutusonecon .aboutusoneTxt>li{font-size:20px;}
}
@media (max-width:640px){
	.aboutusonecon .aboutusoneList>li{font-size:16px;}
	.aboutusonecon .aboutusoneList>li:before{top:10px;}
	
	.aboutusonecon .aboutusoneTxt>li{font-size:16px;}
}

.aboutustwo{position:relative;padding:0 0px 100px;}
.aboutustwo:before{position:absolute;top:174px;left:0;content:"";width:100%;height:330px;background:#c8dc56;}
.aboutustwo>hgroup{display:flex;justify-content:space-between;margin-top:-60px;padding:0 50px;}
.aboutustwocon{margin:0 auto;padding:100px 40px 0;max-width:1720px;width:100%;}
.aboutustwocon>ul{position:relative;display:flex;justify-content:space-between;}
.aboutustwocon>ul>li{width:calc(25% - 20px);border-radius:10px;overflow:hidden;}
@media (max-width:1520px){
	.aboutustwo{padding:0 0px 80px;}
	.aboutustwo>hgroup{margin-top:-40px;padding:0 40px;}
	.aboutustwo:before{top:125px;height:240px;}
	.aboutustwo>hgroup>img{width:400px;}
	.aboutustwocon{padding:80px 20px 0;}
	.aboutustwocon>ul>li{width:calc(25% - 15px);}
}
@media (max-width:1080px){
	.aboutustwo{padding:0 0px 60px;}
	.aboutustwo>hgroup{padding:0 20px;}
	.aboutustwo:before{top:90px;height:200px;}
	.aboutustwo>hgroup>img{width:300px;}
	.aboutustwocon{padding:60px 20px 0;}
	.aboutustwocon>ul>li{width:calc(25% - 10px);}
}
@media (max-width:780px){
	.aboutustwo:before{top:47px;height:100px;}
	.aboutustwo>hgroup{margin-top:-10px;padding:0 20px;}
	.aboutustwo>hgroup>img{width:150px;}
	.aboutustwocon{padding:40px 20px 0;}
	.aboutustwocon>ul{flex-flow:wrap;margin-top:-10px;}
	.aboutustwocon>ul>li{margin-top:10px;width:calc(50% - 5px);}
}

.aboutusthree{padding:160px 40px 100px;}
.aboutusthreecon>h2{margin:0 auto;max-width:952px;width:100%;}
.aboutusthreecon>hgroup{margin-top:-100px;padding:150px 100px 50px;background:#fff;border-radius:15px;}
.aboutusthreecon>hgroup>dl{display:flex;flex-flow:wrap;justify-content:space-between;font-weight:500;font-family:"Zen Maru Gothic",serif;}
.aboutusthreecon>hgroup>dl>dt{width:calc(50% - 35px);}
.aboutusthreecon>hgroup>dl>dt>dl{display:flex;flex-flow:wrap;justify-content:space-between;color:#493123;}
.aboutusthreecon>hgroup>dl>dt>dl>dt{padding:10px 0;width:150px;border-bottom:2px solid #f4e6bd;}
.aboutusthreecon>hgroup>dl>dt>dl>dd{padding:10px 0;width:calc(100% - 150px);border-bottom:2px solid #f4e6bd;}
.aboutusthreecon>hgroup>dl>dt>dl>dd>a{color:#493123;}
.aboutusthreecon>hgroup>dl>dt>dl>dd>a:hover{text-decoration:underline;}
.aboutusthreecon>hgroup>dl>dt>dl>dt.dbor{border:none;}
.aboutusthreecon>hgroup>dl>dt>dl>dd.dbor{border:none;}
.aboutusthreecon>hgroup>dl>dt.dt02{padding-top:30px;width:100%;border-top:2px solid #f4e6bd;}
.aboutusthreecon>hgroup>dl>dt.dt02>dl>dt{border-bottom:none;}
.aboutusthreecon>hgroup>dl>dt.dt02>dl>dd{border-bottom:none;}
@media (max-width:1520px){
	.aboutusthree{padding:120px 20px 80px;}
	.aboutusthreecon>h2{max-width:800px;}
	.aboutusthreecon>hgroup{margin-top:-70px;padding:120px 50px 40px;}
	.aboutusthreecon>hgroup>dl>dt{width:calc(50% - 25px);}
	.aboutusthreecon>hgroup>dl>dt>dl>dt{width:130px;}
	.aboutusthreecon>hgroup>dl>dt>dl>dd{width:calc(100% - 130px);}
	.aboutusthreecon>hgroup>dl>dt.dt02{padding-top:20px;}
}
@media (max-width:1080px){
	.aboutusthree{padding:80px 20px 60px;}
	.aboutusthreecon>h2{max-width:600px;}
	.aboutusthreecon>hgroup{margin-top:-50px;padding:100px 20px 40px;}
	.aboutusthreecon>hgroup>dl>dt{width:calc(50% - 15px);}
	.aboutusthreecon>hgroup>dl>dt>dl>dt{width:100px;}
	.aboutusthreecon>hgroup>dl>dt>dl>dd{width:calc(100% - 100px);}
	.aboutusthreecon>hgroup>dl>dt.dt02{padding-top:10px;}
}
@media (max-width:780px){
	.aboutusthree{padding:60px 20px;}
	.aboutusthreecon>h2{max-width:400px;}
	.aboutusthreecon>hgroup{margin-top:-30px;padding:60px 20px 40px;}
	.aboutusthreecon>hgroup>dl{display:block;}
	.aboutusthreecon>hgroup>dl>dt{width:100%;}
	.aboutusthreecon>hgroup>dl>dt.dt02{padding-top:0px;border-top:none;}
	.aboutusthreecon>hgroup>dl>dt>dl>dt.dbor{border-bottom:2px solid #f4e6bd;}
	.aboutusthreecon>hgroup>dl>dt>dl>dd.dbor{border-bottom:2px solid #f4e6bd;}
}

.aboutusfour{padding:0 40px 100px;}
.aboutusfourcon{margin:0 auto;max-width:1720px;width:100%;}
.aboutusfourcon>ul{display:flex;justify-content:space-between;}
.aboutusfourcon>ul>li{width:calc(25% - 20px);border-radius:10px;overflow:hidden;}
@media (max-width:1520px){
	.aboutusfour{padding:0 20px 80px;}
	.aboutusfourcon>ul>li{width:calc(25% - 15px);}
}
@media (max-width:1080px){
	.aboutusfour{padding:0 20px 60px;}
	.aboutusfourcon>ul>li{width:calc(25% - 10px);}
}
@media (max-width:780px){
	.aboutusfourcon>ul{flex-flow:wrap;margin-top:-10px;}
	.aboutusfourcon>ul>li{margin-top:10px;width:calc(50% - 5px);}
}

/* contact */
.contactone{padding:100px 40px;}
.contactonecon{max-width:1080px;}
.contactfrom>dl{display:flex;flex-flow:wrap;justify-content:space-between;}
.contactfrom>dl>dt{display:flex;align-items:center;width:250px;}
.contactfrom>dl>dt>span{position:relative;margin-right:20px;padding:5px;font-size:14px;color:#fff;line-height:1;background:#279dd6;border-radius:5px;}
.contactfrom>dl>dt>span:after{position:absolute;right:-10px;top:calc(50% - 5px);content:"";width:5px;height:5px;border-top:5px solid transparent;border-left:5px solid #279dd6;border-right:5px solid transparent;border-bottom:5px solid transparent;}
.contactfrom>dl>dt>em{width:58px;}
.contactfrom>dl>dd{padding:10px 0;width:calc(100% - 250px);}
.contactfrom>dl>dd>input{padding:15px;width:100%;background:#f9f9f9;border:1px solid #e3e3e3;}
.contactfrom>dl>dd>textarea{padding:15px;width:100%;height:200px;background:#f9f9f9;border:1px solid #e3e3e3;}
.contactfrom>hgroup{margin-top:100px;}
.contactfrom>hgroup>h3{text-align:center;}
@media (max-width:1520px){
	.contactone{padding:80px 20px;}
	.contactfrom>dl>dt{width:220px;}
	.contactfrom>dl>dt>span{margin-right:15px;font-size:12px;}
	.contactfrom>dl>dt>em{width:50px;}
	.contactfrom>dl>dd{width:calc(100% - 220px);}
	.contactfrom>dl>dd>input{padding:12px;}
	.contactfrom>dl>dd>textarea{padding:12px;}
	.contactfrom>hgroup{margin-top:80px;}
	.scrollbox{margin-top:30px;font-size:16px;}
}
@media (max-width:1080px){
	.contactone{padding:60px 20px;}
	.contactfrom>dl>dt{width:200px;}
	.contactfrom>dl>dt>span{margin-right:10px;}
	.contactfrom>dl>dt>em{width:42px;}
	.contactfrom>dl>dd{width:calc(100% - 200px);}
	.contactfrom>dl>dd>input{padding:10px;}
	.contactfrom>dl>dd>textarea{padding:10px;}
	.contactfrom>hgroup{margin-top:60px;}
	.scrollbox{margin-top:20px;font-size:14px;}
}
@media (max-width:780px){
	.contactfrom>dl{display:block;}
	.contactfrom>dl>dt{width:100%}
	.contactfrom>dl>dt>span{margin-right:8px;padding:3px;}
	.contactfrom>dl>dt>span:after{right:-6px;top:calc(50% - 3px);content:"";width:3px;height:3px;border-top:3px solid transparent;border-left:3px solid #279dd6;border-right:3px solid transparent;border-bottom:3px solid transparent;}
	.contactfrom>dl>dt>em{width:40px;}
	.contactfrom>dl>dd{width:100%;}
	.contactfrom>hgroup{margin-top:40px;}
}




/* daily */
.dailyone{padding:100px 40px;}
.dailyonecon>h2{margin-bottom:100px;display:flex;justify-content:center;}
.dailyonecon>dl{display:flex;justify-content:space-between;}
.dailyonecon>dl>dt{padding:50px 0;width:calc(50% - 140px);}
.dailyonecon>dl>dt>figure{border-radius:25px;}
.dailyonecon>dl>dt>figure:after{padding-top:73%;}
.dailyonecon>dl>dt>div{margin-top:calc(30%);font-size:50px;color:#493123;font-weight:bold;letter-spacing:1px;line-height:1.4;}
.dailyonecon>dl>dd{width:280px;font-size:50px;color:#493123;text-align:center;font-family:"Atomic Age",serif;}
.dailyonecon>dl>dd>h6{display:flex;align-items:center;justify-content:center;height:120px;}
.dailyonecon>dl>dd>hr{margin:0 auto;width:1px;height:calc(50% - 60px);border:none;background:#493123;}
.dailyonecon>dl.dlsep{flex-direction:row-reverse;}
.dailyonecon>dl.dlsep>dt{text-align:right;}
.dailyonecon>dl.dl03{padding-top:0;}
.dailyonecon>dl.dl03>dd>hr:first-child{background:#ffffeb;}
.dailyonecon>dl.dl04{padding-bottom:0;}
.dailyonecon>dl.dl04>dd>hr:last-child{background:#ffffeb;}
@media (max-width:1520px){
	.dailyone{padding:80px 20px;}
	.dailyonecon>h2{margin-bottom:80px;}
	.dailyonecon>h2>img{max-width:600px;}
	.dailyonecon>dl>dt{padding:40px 0;width:calc(50% - 100px);}
	.dailyonecon>dl>dt>div{margin-top:calc(30%);font-size:42px;letter-spacing:0px;}
	.dailyonecon>dl>dd{width:200px;font-size:42px;}
	.dailyonecon>dl>dd>h6{height:100px;}
	.dailyonecon>dl>dd>hr{height:calc(50% - 50px);}
}
@media (max-width:1080px){
	.dailyone{padding:60px 20px;}
	.dailyonecon>h2{margin-bottom:60px;}
	.dailyonecon>h2>img{max-width:450px;}
	.dailyonecon>dl>dt{padding:30px 0;width:calc(50% - 70px);}
	.dailyonecon>dl>dt>div{margin-top:calc(30%);font-size:34px;}
	.dailyonecon>dl>dd{width:140px;font-size:34px;}
	.dailyonecon>dl>dd>h6{height:80px;}
	.dailyonecon>dl>dd>hr{height:calc(50% - 40px);}
}
@media (max-width:780px){
	.dailyonecon>h2{margin-bottom:40px;}
	.dailyonecon>h2>img{max-width:350px;}
	.dailyonecon>dl{margin-top:40px;display:block;}
	.dailyonecon>dl>dt{padding:0;width:100%;text-align:center;}
	.dailyonecon>dl>dt>div{margin-top:0px;font-size:26px;}
	.dailyonecon>dl>dd{width:100%;font-size:26px;}
	.dailyonecon>dl>dd>h6{margin-top:10px;height:auto;}
	.dailyonecon>dl>dd>hr{display:none;}
	.dailyonecon>dl.dlsep>dt{text-align:center;}
}

.dailytwo{padding:100px 40px;background:#fffefc;}
.dailytwocon>h2{display:flex;justify-content:center;}
.dailytwocon>dl{margin-top:50px;display:flex;flex-flow:wrap;justify-content:space-between;}
.dailytwocon>dl>dt{margin-top:50px;width:calc(50% - 45px);}
@media (max-width:1520px){
	.dailytwo{padding:80px 20px;}
	.dailytwocon>h2>img{width:700px;}
	.dailytwocon>dl{margin-top:40px;}
	.dailytwocon>dl>dt{margin-top:40px;width:calc(50% - 25px);}
}
@media (max-width:1080px){
	.dailytwo{padding:60px 20px;}
	.dailytwocon>h2>img{width:500px;}
	.dailytwocon>dl{margin-top:30px;}
	.dailytwocon>dl>dt{margin-top:30px;width:calc(50% - 15px);}
}
@media (max-width:780px){
	.dailytwocon>h2>img{max-width:350px;width:100%;}
	.dailytwocon>dl{margin-top:20px;display:block;}
	.dailytwocon>dl>dt{margin-top:30px;width:100%;}
}

.dailyseason{
	position:relative;
	
}
.dailyseason img{
	position:relative;
	z-index:1;
}
.dailyseason div{
	position:relative;
	padding:60px 30px;
	border-radius:0 0 20px 20px;
	width:80%;
}
.dailyseason div ul{
	
}
.dailyseason div ul li{
	color:#493123;
	font-size:30px;
	line-height:1.5;
	letter-spacing:0.1em;
	font-weight:bolder;
}
.spring div{
	background:#ffe0e0;
	margin-top:-60px;
}
.dailyseason.summer div{
	background:#f5fec2;
	border-radius:15px;
	margin-top:-90px;
	margin-left:20%;
	z-index:2;
}
.autumn div{
	background:#ffe5b4;
	margin-top:-70px;
}
.winter div{
	background:#edf8ff;
	margin-top:-90px;
	margin-left:20%;
}
.winter div .win-one{
	margin-left:53.5%;
}
@media (max-width:1520px){
	.dailyseason div{
		padding:60px 20px 30px;
	}
	.dailyseason div ul li{
		font-size:26px;
	}
	.dailyseason.summer div{
		padding:30px 15px;
	}
	.winter div .win-one{
		margin-left:48.5%;
	}
}
@media (max-width:1220px){
	.dailyseason div ul li{
		font-size:24px;
	}
}
@media (max-width:1080px){
	.dailyseason div{
		padding:60px 15px 20px;
	}
	.dailyseason div ul li{
		font-size:20px;
	}
	.dailyseason.summer div{
		padding:20px 15px;
		margin-top:-70px;
	}
	
}
@media (max-width:780px){
	.dailyseason{
		max-width:500px;
		margin:0 auto;
	}
}
@media (max-width:520px){
	.spring div{
		margin-top:-60px;
	}
	.dailyseason.summer div{
		background:#f5fec2;
		border-radius:15px;
		margin-top:-90px;
		margin-left:20%;
		z-index:2;
	}
	.dailyseason div ul li{
		font-size:16px;
	}
	.autumn div{
		background:#ffe5b4;
		margin-top:-70px;
	}
	.winter div{
		background:#edf8ff;
		margin-left:10%;
		width:90%;
	}
	.winter div .win-one{
		margin-left:66%;
	}
}


.contactone{padding:100px 40px;}
.contactlist{display:flex;align-items:center;justify-content:center;}
.contactlist>li{margin:0 5px;}
.contactlist>li.li01{display:flex;align-items:center;justify-content:center;width:120px;height:120px;font-size:36px;color:#894318;border:4px solid #894318;border-radius:50%;font-weight:500;font-family:"Zen Maru Gothic",serif;}
.contactlist>li.li02{color:#fff;background:#5ab772;border:4px solid #5ab772;}
.tab-content>p.p01{margin-top:40px;font-size:24px;font-weight:500;text-align:center;font-family:"Zen Maru Gothic",serif;}
@media (max-width:1520px){
	.contactone{padding:80px 20px;}
	.contactlist>li.li01{width:100px;height:100px;font-size:30px;}
	.contactlist>li>img{width:50px;}
	.tab-content>p.p01{margin-top:30px;font-size:20px;}
}
@media (max-width:1080px){
	.contactone{padding:60px 20px;}
	.contactlist>li.li01{width:80px;height:80px;font-size:24px;border:3px solid #894318;}
	.contactlist>li>img{width:40px;}
	.tab-content>p.p01{margin-top:20px;font-size:16px;}
	.contactlist>li.li02{border:3px solid #5ab772;}
}
@media (max-width:780px){
	.contactlist>li.li01{width:60px;height:60px;font-size:18px;border:2px solid #894318;}
	.contactlist>li>img{width:30px;}
	.tab-content>p.p01{font-size:14px;}
	.contactlist>li.li02{border:2px solid #5ab772;}
}

.tabs ul {font-family:"Zen Maru Gothic",serif;
    list-style: none;
    padding: 0;
	display:flex;
	justify-content:center;
}

.tabs ul li {
    display: inline-block;
    padding: 10px 20px;
	font-weight:bold;
    cursor: pointer;
    background-color: #f0f0f0;
}
.tabs ul li>a{color:#181818;}

.tabs ul li.active {
    background-color:#654f37;
}
.tabs ul li.active>a{color:#fff;}

.tab-contents .tab-content {
    display: none;
    padding:40px 0px;
}

.tab-contents .tab-content.active {
    display: block;
}	

.datepicker{
	position:relative;
	padding-left:35px!important;
}
.datepicker i{
	position:absolute;
	top:50%;
	left:10px;
	transform:translatey(-50%);
}

.datepicker p{
	width:100%;
	display:block;
	margin-top:5px;
}

.wpcf7-list-item{
margin:0 0 0 0.5em;
}