@charset "UTF-8";
/*-----------------------------------------------------------------------------
basic
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
	scroll-behavior: smooth;
}
nav ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {border-collapse:collapse;}

hr {
    display:block;
    height:4px;
    border:0;
    border-top:4px solid #e1edf6;
    margin: 0;
    padding:0;
}

input, select {vertical-align:middle;}


/* Zen Kaku Gothic New レギュラー */
@font-face {
    font-family: ' ZenKaku ';
    src: url('../fonts/ZenKakuGothicNew-Regular.woff2') format('woff2'),
             url('../fonts/ZenKakuGothicNew-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* Zen Kaku Gothic New ボールド */
@font-face {
    font-family: ' ZenKaku ';
    src: url('../fonts/ZenKakuGothicNew-Bold.woff2') format('woff2'),
             url('../fonts/ZenKakuGothicNew-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


/* 丸ゴシック */
@font-face {
    font-family: ' MPLUSRounded ';
    src: url('../fonts/MPLUSRounded1c-Black.woff2') format('woff2'),
             url('../fonts/MPLUSRounded1c-Black.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


/* Zen maru レギュラー */
@font-face {
    font-family: ' ZenMaru ';
    src: url('../fonts/ZenMaruGothic-Regular.woff2') format('woff2'),
             url('../fonts/ZenMaruGothic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* Zen maru ミディアム */
@font-face {
    font-family: ' ZenMaru ';
    src: url('../fonts/ZenMaruGothic-Medium.woff2') format('woff2'),
             url('../fonts/ZenMaruGothic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/* Zen maru ボールド */
@font-face {
    font-family: ' ZenMaru ';
    src: url('../fonts/ZenMaruGothic-Bold.woff2') format('woff2'),
             url('../fonts/ZenMaruGothic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}





body {
color: #000;
font-size: 93%;
line-height: 1.6;
font-weight:400;
font-family: ' ZenMaru ';
letter-spacing: 0.05rem;
padding-top: 60px;
position: relative;
overflow: hidden;
background:#f9f8f6;}


@media (min-width: 768px) {
body {
letter-spacing: 0.05rem;

}
}

@media (min-width: 992px) {

body {
font-size: 94%;
line-height: 1.7;
letter-spacing: 0.05rem;
padding-top:0px;}

}
@media (min-width: 1200px) {
body {
font-size: 99%;
line-height: 1.8;
letter-spacing: 0.08rem;
}


}


/* -------------------------------

/* 共通
---------------------------------------------------- */

.fluid {position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.clearfix:after {
  content: "";
  clear: both;
	display: table;
}
.clear {clear: both;}

.f-right {float: right;}
.f-left {float: left;}
.pointer {cursor: pointer;}
ul.decimal li{list-style: decimal;margin-left: 25px;line-height: 1.7;}
ul.dot li{list-style:disc;margin-left: 25px;line-height: 1.5;text-align: left;}
ul.square {margin-left: 30px;}
ul.square li{list-style:disc;line-height: 1.7;}

.mb0  { margin-bottom: 0 !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w33 { width: 33.33333333%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.mb150mb100{margin-bottom: 150px;}
.mb120mb80{margin-bottom: 120px;}
.mb100mb80{margin-bottom: 100px;}
.mb80mb50{margin-bottom: 80px;}
.mb50mb30{margin-bottom: 50px;}
.mb30mb10{margin-bottom: 30px;}

@media (max-width: 1140px) {
.mb120mb80{margin-bottom: 80px;}
.mb150mb100{margin-bottom: 100px;}
.mb50mb30{margin-bottom: 40px;}

}


@media (max-width: 991px) {
.mb120mb80{margin-bottom: 60px;}
.mb150mb100{margin-bottom: 90px;}
.mb30-md{margin-bottom: 30px;}
.mb50mb30{margin-bottom: 30px;}
.mb100mb80{margin-bottom: 70px;}

}

@media (max-width: 767px) {
.space15{margin-bottom: 15px;}
.mb150mb100{margin-bottom: 80px;}
.mb120mb80{margin-bottom: 50px;}
.mb80mb50{margin-bottom: 50px;}
.mb50mb30{margin-bottom: 30px;}
.mb20-xs{margin-bottom: 20px;}
.mb30-xs{margin-bottom: 30px;}
.mb10-xs3{margin-bottom: 10px;}

}
@media (max-width: 667px) {
.mb30-xs2{margin-bottom: 30px;}
.mb10-xs{margin-bottom: 10px;}
.mb30mb10{margin-bottom: 10px;}
.mb20-xs2{margin-bottom: 20px;}
.mb100mb80{margin-bottom: 50px;}

}
@media (max-width: 666px) {
.mb20-xs3{margin-bottom: 20px;}
.mb10-xs2{margin-bottom: 10px;}

}


@media (min-width: 1200px) {

.mb30-xl { margin-bottom: 30px !important; }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent2 {
  padding-left: 1.85em;
  text-indent: -2em;
}
.txt-check {display: flex;margin-bottom: .7em;line-height: 1.5;}
.txt-check .fas{width: 1.3em;color: #e09c36;padding-top: .3em;}
.txt-check .txt{width: calc(100% - 1.5em);}

.flexbox{display: flex;align-items: center;}

.flexbox-between{display: flex;align-items: center;justify-content: space-between;}
.flexbox2{display: flex;align-items: stretch;}

.flexbox3{display: flex;align-items: flex-end;}
.flexbox4{display: flex;justify-content: flex-end;}


@media (max-width: 767px) {
.flexbox4{display:block;}
.txt-check .fas{padding-top: .4em;}


}


.bg-gray{background:rgba(152,133,95,.06);}
.bg-blue{background:rgba(0,156,255,0.05);}
.bg-border-top{border-top: 1px solid #ddd;}




/*btn
------------------------------ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img{vertical-align: bottom;}




/* アニメーション
---------------------------------------------------- */
.cssanimation, .cssanimation span {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.cssanimation span { display: inline-block }

.leBeat span { animation-name: leBeat; }


@keyframes leBeat {
    14%, 42% { transform: scale(1.3) }
    28%, 70% { transform: scale(1) }
}



/* link
---------------------------------------------------- */
a:link,a:visited{text-decoration:none;}
a:hover,a:active{text-decoration:none;}
a.opacity {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.opacity:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}


[data-action="call"]  {text-decoration: none;}

/* font-size color
---------------------------------------------------- */
.x-small { font-size: .8em; line-height: 1.5; }
.small { font-size: .9em; line-height: 1.5; letter-spacing: 0;}
.middle { font-size: 14px; letter-spacing: 0;}
.large { font-size: 1.2em; }
.x-large { font-size: 1.4em; }
.x2-large { font-size: 20px; }
.x3-large { font-size: 22px; }
.x4-large { font-size: 24px; }
.max-large { font-size: 32px; }
.italic {font-style: italic;}
.bold{font-weight: 700;font-family: ' BIZUDPGothic-Bold ';}

.white { color: #ffffff; }
.red { color: #f00; }
.blue{color: dodgerblue;}
.green { color: forestgreen; }
.pink { color: #EB5960; }
.orange { color: #f60; }
.kiiro { color: yellow!important; }
.brown{color: #8b6f57;}

/* スクロールでナビ表示
---------------------------------------------------- */
.cb-header {
    position: fixed;
    top: 0;
    left: 0;
	right:0;
    display: none;
    background: #fff;
}
.cb-header .inner {width: 96%;margin: 0px auto; margin-top: 20px;}




@media (max-width: 767px) {
.cb-header {display: none!important;}

}



/* header mobile pad
---------------------------------------------------- */
#header{display: none;}
.cb-header2 {
    position: fixed;
    /* 固定 */
    top: 0;
    /* 上から0の位置に固定 */
    left: 0;
    /* 左から0の位置に固定 */
    display: block;
    /* 表示 */
	z-index: 200;
	width: 100%;
	box-sizing: border-box;
}

.sc {
display: flex;
align-items: center;
    width: 100%;
    margin: 0 auto;
	height: 60px;
	background:white;border-bottom: 1px solid #fde2e4;}
	
.sc .logo{padding-left: 15px;width: 200px;}
.sc img{vertical-align: bottom;}

header{display: none;}



/*header pc
------------------------------------------------------------------*/
@media (min-width: 992px) {

header{display: block;}
.cb-header2 {display: none;}



.header {
  position: relative;
  width: 100%;
  height: 100vh;
  background: none;
}
.header .logo{width: 270px;margin: 0 auto;margin-bottom: 30px;padding-top: 1em;}
.header .logo a{position: relative;display: block;}
.header .logo a img{width: 260px;height: auto; margin-bottom: 1em;}
.header .logo a span.txt1{color: #e97834;display: block;font-weight: 500;font-size: 1.1em;letter-spacing: .03rem;margin-bottom: .2em;}
.header .logo a span.txt2{color: #e97834;display: block;font-weight: 700;font-size: 1.4em;letter-spacing: .08rem;}



/* ナビゲーションメニュー */
.menu-item {border-top: 2px solid white;padding: 0 1.5em;}
.menu-item a {
display: block;
font-size: 18px;
font-weight: 500;
  color: #111;
  transition: .3;
  padding: .9em .8em;
  border-bottom: 2px solid white;
}
.menu-item a .fas{margin-right: .3em;color: #a1927e;}
.menu-item a .fab{margin-right: .3em;color: #a1927e;}
.menu-item a:hover {color: #e97834;}
.menu-item a.active{color: black;}
.menu-item a.active .fas {color:#d45000!important;}
.menu-item a.active .fab {color:#d45000!important;}


}




@media (max-width: 1680px){


}

@media (max-width: 1440px){
.header .logo{width: 260px;margin: 0 auto;margin-bottom: 40px;padding-top: 1em;}
.menu-item a {
font-size: 16px;
  padding: .9em .8em;
}



}

@media (max-width: 1366px){
.header .logo{width: 225px;margin: 0 auto;margin-bottom: 30px;padding-top: 1em;}
.header .logo a span.txt1{color: #e97834;display: block;font-weight: 500;font-size: 1.1em;letter-spacing: .03rem;margin-bottom: .2em;}
.header .logo a span.txt2{color: #e97834;display: block;font-weight: 700;font-size: 1.2em;letter-spacing: .08rem;}

}
@media (max-width: 1199px){
.header .logo{width: 210px;margin: 0 auto;margin-bottom: 30px;padding-top: 1em;}
.header .logo img{width: 200px;height: auto;}
.header .logo a span.txt2{font-size: 1.15em;letter-spacing: .05rem;}

}



/*レイアウト
------------------------------------------------------------------*/
#wrapper{}
#wrapper .sideblock{display: none;}
#wrapper .mainblock{width: 100%;position: relative;}

@media (min-width: 992px){
#wrapper{display: flex;justify-content: flex-end;width: 100%;position: relative;}
#wrapper .sideblock{display: block;width: 230px;position: fixed;top:0;left:0;}
#wrapper .mainblock{width:calc(100% - 245px);}

}

@media (min-width: 1200px){
#wrapper{display: flex;justify-content: flex-end;width: 100%;position: relative;}
#wrapper .sideblock{display: block;width: 260px;position: fixed;top:0;left:0;}
#wrapper .mainblock{width:calc(100% - 280px);}

}

@media (min-width: 1440px){
#wrapper .sideblock{display: block;width: 330px;}
#wrapper .mainblock{width:calc(100% - 350px);}

}





/*main
------------------------------------------------------------------*/
#main{position: relative;width: 100%;padding: 50px; background: #f9af75;border-radius: 0 0 0 3em;margin-bottom: 100px;}
#main .bg1{position: absolute;z-index: 1; right:0;bottom:0;}
#main .bg2{position: absolute;z-index: 1; right:-50px;top:-50px;}
#main .fv{position: relative;z-index: 10;margin-bottom: 50px;}
.h2-sub{position: relative;z-index: 10;display: flex;justify-content: flex-end;}
.h2-sub p{color:#4a2c1a;font-weight: 500;font-size: 24px;padding-right: 10%;}

.main-h2{position: absolute;z-index: 50;right:40px;bottom:220px;}
.main-h2 span{padding: 1.6em;background: white;border-radius: 1.5em 1.5em 0 0;display: block;}






@media (max-width: 1680px){
#main .bg1{position: absolute;z-index: 1; right:0;bottom:0;width: 500px;}
#main .bg2{position: absolute;z-index: 1; right:-50px;top:-50px;width: 600px;}

#main .fv{width: 90%;}

.main-h2{width: 85%;right:40px;bottom:220px;}
.main-h2 span{padding: 1.6em;background: white;border-radius: 1.5em 1.5em 0 0;display: block;}

}



@media (max-width: 1366px){
#main .bg1{width: 400px;}
#main .bg2{width: 500px;}

.h2-sub p{font-size: 22px;padding-right: 20px;}
.main-h2{width: 85%;right:40px;bottom:200px;}



}


@media (max-width: 1199px){
#main{padding: 30px;margin-bottom: 70px;}
#main .fv{margin-bottom: 30px;}
#main .bg1{width: 300px;}
#main .bg2{width: 400px;}

.h2-sub p{font-size: 18px;}
.main-h2{width: 80%;right:30px;bottom:140px;}
}




@media only screen and (max-width: 991px) {






}

@media only screen and (max-width: 767px) {
#main{margin-bottom: 50px;}

.main-h2{width: 80%;right:20px;bottom:135px;}


}


@media only screen and (max-width: 666px) {
#main{padding: 15px;border-radius: 0 0 0 1.5em;}
#main .fv{margin-bottom: 30px;width: 100%;}
#main .bg1{width: 50%;}
#main .bg2{width: 50%;}
.main-h2{width: 50%;right:10px;bottom:65px;}
.main-h2 span{padding: .6em;border-radius: 1em 1em 0 0;display: block;}

.h2-sub p{font-size: 14px;}


}






/* index.html 
---------------------------------------------------- */
.home #section01{position: relative; padding: 50px 0;}
.home #section01 .service{margin-bottom: 1.5em;}
.home #section01 .service div{background: #f39f5d;color: white;font-size: 1.1em; border-radius: 25px;padding: .5em 1.2em;font-weight: 700;margin-bottom: .3em;}
.home #section01 .service div:last-child{margin-bottom:0em;}




.dot-line{position: absolute;top:0;left:50%;transform: translateX(-50%);margin-right: -50%;width: 79.5%;background: url("../images/dotline.png");background-position: left center;background-repeat: repeat-x;height: 15px;}
.dot-line.bottom{top:auto;bottom:0;}

.dot-line2{position: absolute;top:0;left:50%;transform: translateX(-50%);margin-right: -50%;width: 79.5%;background: url("../images/dotline2.png");background-position: left center;background-repeat: repeat-x;height: 15px;}
.dot-line2.bottom{top:auto;bottom:0;}


.home #section02{position: relative;padding: 70px 15px 50px;}
.home #section02 .news-wrap{position: relative;background: #f8e7cf;padding: 1.2em;}
.home #section02 .news-wrap .label{position: absolute;left:0;top:-25px;}
.home #section02 .news-wrap h3{font-weight: 700;font-size: 1.4em;color: #4a2c1a;margin-bottom: 20px;}

.newsarea{max-height: 200px;padding-right: 1em; overflow-y: scroll;}
/* SimpleBarのカスタムスタイル */
.newsarea .simplebar-scrollbar {
background-color: #fff !important;
border-radius: 13px;
}
.newsarea .simplebar-track {background-color:#a1927e;border-radius: 13px;}
.newsarea .set{margin-bottom: 1.5em;padding-bottom: 1.5em;border-bottom: 1px solid #333;width: 100%;}
.newsarea .set:last-child{margin-bottom: 0px;}

.newsarea .date{margin-bottom: .4em;font-weight: 500;}
.newsarea .news_contents{}
.newsarea .news_title{font-weight: 700;line-height: 1.6;letter-spacing: 0;margin-bottom: .4em;}
.newsarea .newstext{line-height: 1.5;}
.newsarea .newstext a{border-bottom: 1px solid #000;color: #000;transition: .4s;}
.newsarea .newstext a:hover{border-bottom: 1px solid #666;color: #666;transition: .4s;}



.home #section03{position: relative;}
.home #section03 h3{text-align: center;display: flex;flex-direction: column;align-items: center;margin-bottom: 25px;}
.home #section03 h3 .ico{width: 30px;margin-bottom: 5px;}
.home #section03 h3 .txt1{margin-bottom: 0px;font-weight: 500;}
.home #section03 h3 .txt2{font-weight: 700;}
.home #section03 h3 .txt2 .deco{font-size: 1.8em;color: #e97834;font-family: ' MPLUSRounded ';}
.home #section03 h4{font-weight: 700;position: relative;padding-top:40px;margin-bottom: 25px;}
.home #section03 h4 span.num{font-weight: 700;color: #fff;font-family: ' MPLUSRounded ';position: absolute;left:0;top:0;font-size: 60px;}
.home #section03 h4 span.txt{position: relative;z-index: 5;color: #f56b00;font-size: 1.2em;}
.home #section03 .txt3{margin-bottom: 20px;}

.home #section04{position: relative;padding: 50px 0;}
.home #section04 .area-wrap{position: relative;background: #f8e7cf;padding: 1.2em;}
.home #section04 .area-wrap .area{position: absolute;z-index: 1;top: 50%;left: 50%;transform: translate(-50%, -50%);margin-right: -50%;width: 200px;}
.home #section04 .area-wrap .label{position: absolute;left:0;top:-25px;}
.home #section04 .area-wrap h3{font-weight: 700;font-size: 1.4em;color: #4a2c1a;margin-bottom: 20px;}
.home #section04 .arealist{display: flex;flex-wrap: wrap;justify-content: center;padding: 1em 0;position: relative;z-index: 10;margin-bottom: 30px;}
.home #section04 .arealist .ku{background: black;color: white;line-height: 1;padding: .6em 1em;border-radius: 20px;margin: .3em;font-weight: 700;}
.home #section04 .area-wrap .txt{display: flex;justify-content: flex-end;}
.home #section04 .area-wrap .txt p{font-weight: 500;}

.home #section05{position: relative;padding: 50px 0;}
.home #section05 .faq{margin-bottom: 1.5em;}
.home #section05 .faq div{background: #b7ab9c;color: white;font-size: 1.1em; border-radius: 25px;padding: .5em 1.2em;font-weight: 700;margin-bottom: .3em;}
.home #section05 .faq div:last-child{margin-bottom:0em;}



.gmap{}
.gmap iframe{width: 100%;height: 220px;}

.btn-posi-right{display: flex;justify-content: flex-end;}


@media (min-width: 667px) {
.home #section01 .container{max-width: 100%;}

.home #section01 .service{display: flex;justify-content: center;}
.home #section01 .service div{font-size: 1em; border-radius: 25px;padding: .4em 1em;margin-bottom: 0;margin: 0 .2em;}
.newsarea .set{display: flex;}
.newsarea .date{margin-bottom:0em;width: 150px;}
.newsarea .news_contents{width: calc(100% - 150px);}

.home #section03 .container{max-width: 100%;}
.home #section03 .pic{width: 350px;margin: 0 auto;}
.home #section04 .area-wrap{padding: 2em 1.5em;}
.home #section05 .faq{display: flex;justify-content: center;}
.home #section05 .faq div{font-size: 1em; border-radius: 25px;padding: .4em 1em;margin-bottom: 0;margin: 0 .2em;}

}




@media (min-width: 768px) {

.home #section01{padding: 70px 0;}
.home #section01 .service{margin-bottom:50px;}
.home #section01 .service div{font-size: 1.1em; padding: .5em 1em;margin: 0 .2em;}



.home #section02{padding: 70px 20px;}
.newsarea .set{margin-bottom: 1.5em;padding-bottom: 1.5em;border-bottom: 1px solid #333;}
.newsarea .news_title{font-size: 1.1em;margin-bottom: .4em;}

.home #section02 .news-wrap{padding: 1.6em;}
.home #section02 .news-wrap .label{position: absolute;left:0;top:-30px;}

.home #section03{padding: 0px 0;}
.home #section03 h3{margin-bottom: 35px;}
.home #section03 h3 .ico{width: 30px;margin-bottom: 8px;}
.home #section03 h3 .txt1{margin-bottom: 0px;font-weight: 500;font-size: 1.2em;}
.home #section03 h3 .txt2{font-size: 1.5em;}
.home #section03 h3 .txt2 .deco{font-size: 2em;}
.home #section03 h4{padding-top:40px;margin-bottom: 25px;}
.home #section03 h4 span.num{font-size: 100px;top:-18px;}
.home #section03 h4 span.txt{font-size: 1.4em;}
.home #section03 .txt3{margin-bottom: 0px;}
.home #section03 h4.hanten{margin-left: 20px;}
.home #section03 .txt3.hanten{margin-left: 20px;}

.home #section03 .pic{width: 100%;margin: 0 auto;}

.home #section04{padding: 70px 0;}
.home #section04 .area-wrap{padding: 3.6em;}
.home #section04 .area-wrap .label{position: absolute;left:0;top:-30px;}

.home #section05{padding: 70px 0;}
.home #section05 .faq{margin-bottom:50px;}
.home #section05 .faq div{font-size: 1.1em; padding: .5em 1em;margin: 0 .2em;}




.gmap{}
.gmap iframe{width: 100%;height: 360px;}


}



@media (min-width: 992px) {
.home #section02 .news-wrap h3{font-size: 2em;margin-bottom: 40px;}
.newsarea{max-height: 230px;padding-right: 1em; overflow-y: scroll;}

.newsarea .set{margin-bottom: 2em;padding-bottom: 2em;}

.home #section04 .area-wrap h3{font-size: 2em;margin-bottom: 40px;}
.home #section04 .area-wrap .area{position: absolute;z-index: 1;top: 50%;left: 50%;transform: translate(-50%, -50%);margin-right: -50%;width: 250px;}



.d-btwn{display: flex;flex-direction: column;justify-content: space-between;}
.gmap iframe{width: 100%;height: 400px;}

}




@media (min-width: 1200px) {

.home #section01{padding: 100px 0 100px;}
.home #section01 .service div{font-size: 1.1em; padding: .4em 1.4em;margin: 0 .5em;}


.home #section02{padding: 130px 0 100px;}
.home #section02 .news-wrap{padding: 3em 4em;}
.home #section02 .news-wrap h3{font-size: 2.5em;margin-bottom: 40px;}
.newsarea .date{font-size: 1.1em;}

.newsarea .news_title{font-size: 1.2em;margin-bottom: .4em;}
.newsarea .date{margin-bottom:0em;width: 200px;}
.newsarea .news_contents{width: calc(100% - 200px);}



.home #section03{padding: 0px 0;}
.home #section03 .container{max-width: 95%;}
.home #section03 h3{margin-bottom: 50px;}
.home #section03 h4{padding-top:50px;margin-bottom: 25px;}
.home #section03 h4 span.num{font-size: 150px;top:-40px;}
.home #section03 h4 span.txt{font-size: 1.4em;}
.home #section03 .txt3{margin-bottom: 0px;}



.home #section04{padding: 100px 0;}
.home #section04 .area-wrap{padding: 4em 4em;}
.home #section04 .area-wrap .area{width: 280px;}
.home #section04 .area-wrap h3{font-size: 2.5em;margin-bottom: 40px;letter-spacing: .8rem;}
.home #section04 .area-wrap .txt p{font-size: 1.1em;}


.home #section05{padding:100px 0;}
.home #section05 .faq div{font-size: 1.1em; padding: .4em 1.4em;margin: 0 .5em;}


}





@media (min-width: 1440px) {
.home #section01 .service{margin-bottom: 70px;}
.home #section02 .news-wrap h3{font-size: 2.5em;margin-bottom: 60px;}

.newsarea .set{display: flex;}
.newsarea .date{margin-bottom:0em;width: 230px;}
.newsarea .news_contents{width: calc(100% - 230px);}

.home #section03 h3{margin-bottom: 80px;line-height: 1;color: black;}
.home #section03 h3 .ico{width: 46px;margin-bottom: 10px;}
.home #section03 h3 .txt1{margin-bottom: 0px;font-weight: 500;font-size: 1.8em;}
.home #section03 h3 .txt2{font-size:3em;}
.home #section03 h3 .txt2 .deco{font-size: 90px;}
.home #section03 h4{padding-top:70px;margin-bottom: 30px;}
.home #section03 h4 span.num{font-size: 170px;top:-40px;}
.home #section03 h4 span.txt{font-size: 1.5em;line-height: 1.6;}
.home #section03 .txt3{margin-bottom: 0px;font-size: 1.1em;}

.home #section04 .area-wrap h3{font-size: 2.5em;margin-bottom: 60px;}
.home #section05 .faq{margin-bottom: 70px;}

}

@media (min-width: 1680px) {
.home #section01 .service div{font-size: 1.2em; padding: .4em 1.4em;margin: 0 .5em;}

.newsarea{max-height: 250px;padding-right: 1em; overflow-y: scroll;}
.home #section02 .news-wrap{padding: 5em 6em;}
.newsarea .set{margin-bottom: 2.5em;padding-bottom: 2.5em;}
.newsarea .date{font-size: 1.2em;}

.newsarea .news_title{font-size: 1.4em;margin-bottom: .4em;}
.newsarea .newstext{font-size: 1.1em;}

.home #section03 .container{max-width: 90%;}
.home #section03 h4 span.num{font-size: 178px;top:-40px;}
.home #section03 h4 span.txt{font-size: 1.8em;line-height: 1.7;}
.home #section03 .txt3{padding-right: 3em;font-size: 1.1em;}
.home #section04 .area-wrap{padding: 6em 6em;}
.home #section04 .area-wrap .area{width: 400px;}
.home #section04 .arealist{display: flex;flex-wrap: wrap;justify-content: center;padding: 2em;position: relative;z-index: 10;margin-bottom: 30px;}
.home #section04 .arealist .ku{font-size: 1.1em;padding: .8em 1.5em;border-radius: 25px;margin: .5em;}
.home #section04 .area-wrap .txt p{font-size: 1.2em;padding-right: 2em;}
.home #section05 .faq div{font-size: 1.2em; padding: .4em 1.4em;margin: 0 .5em;}

.gmap iframe{width: 100%;height: 450px;}

}




.maker{
  background: linear-gradient(
    transparent 60%,
    #fbeb64 60%
  );}


.cp_button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 1em;
  cursor: pointer;
  background: rgba(153,138,92,0.2);
  border-radius: 0;
  transition: color 0.4s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
}
.cp_button a{color: black;position: relative;z-index: 10;}
.cp_button:hover a {color: #ffffff;}
.cp_button:before,
.cp_button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cp_button:before {
  background-color: rgba(153,138,92,1);
  transition: transform cubic-bezier(1, 0, 0, 1) 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
}
.cp_button:after {
  top: -6px;
  left: -6px;
  border: 1px solid  rgba(153,138,92,1);
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.cp_button:hover:before {
  border: none;
  transform: scaleY(1);
}
.cp_button:hover:after {
  border: 1px solid  rgba(153,138,92,1);
  transform: translate(6px, 6px);
}
.cp_button:active {
  transition-duration: 0.05s;
  transform: translate(6px, 6px);
}
.cp_button:active:after {
  transition-duration: 0.05s;
  transform: translate(0, 0);
}


.btn-view {text-align: center;}
.btn-view a{position: relative;background: white;border-radius: .8em .8em 0 0;padding: .5em;color: black;transition: .5s;font-weight: 500;text-align: center;display:flex;align-items: center;justify-content: center;width: 260px;height: 50px;margin: 0 auto;}
.btn-view a::after {
position: absolute;
right:5px;
top:50%;
transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #f39f5d;
}

.btn-view a:hover {color: #fff;background:#f39f5d;}
.btn-view a:hover::after {color: #fff;}
.btn-view a.btn-entry{position: relative;background:#FF5F00;color: white;transition: .5s;}
.btn-view a.btn-entry::after {color: #fff;}
.btn-view a.btn-entry:hover {color: #fff;background:#630;}

a.btn-large{width: 100%;line-height: 55px; font-size: 17px; background: black;color: white;text-align: center;margin-top: 10px;display: block;
  padding: 0px;
  border:none;
  transition: .3s;
  padding-right: 0px!important;
  margin-right: 0!important;
}
a.btn-large:hover{background: #07a3d7;}

@media (min-width:667px) {


}



@media (min-width:768px) {
.btn-view a{width: 300px;height: 60px;margin: 0 auto;font-size: 1.05em;}
.btn-view a::after {right:15px;font-size: 1.4em;}

a.btn-large{width: 100%;line-height: 68px;font-size: 20px; background: black;color: white;text-align: center;margin-top: 40px;}


}

@media (min-width: 992px) {


a.btn-large{width: 100%;font-size: 20px; background: black;color: white;text-align: center;margin-top: 40px;}


}


@media (min-width: 1200px) {
.btn-view a{width: 360px;height: 70px;margin: 0 auto;font-size: 1.1em;}
.btn-view a::after {right:15px;font-size: 1.6em;}

a.btn-large{width: 100%;line-height: 80px;font-size: 24px;}


}

@media (min-width: 1680px) {
.btn-view a{width: 500px;height: 80px;margin: 0 auto;font-size: 1.5em;}
.btn-view a::after {right:15px;font-size: 1.8em;}
}

/* pagetop 
---------------------------------------------------- */
#pagetop {
    position: fixed;
	width: 80px;
    bottom: 25px;
    right: 25px;
    z-index: 999;
	transition: .5s;
}
#pagetop:hover {opacity: .8;}


@media (max-width: 1280px) {
#pagetop {
    position: fixed;
    bottom: 25px;
    right: 25px;
}



}

@media (max-width: 992px) {
#pagetop {
width: 35px;
bottom: 15px;
right: 15px;
}

}



/* -----  footer ------- */
.common{position: relative;padding: 50px 0;}
.common .shape{position: absolute;bottom:0;right:10%;width: 30%;}
.common h3{text-align: center;display: flex;flex-direction: column;align-items: center;margin-bottom: 25px;}
.common h3 .ico{width: 30px;margin-bottom: 5px;}
.common h3 .txt1{font-size: 1.2em;font-weight: 700;}
.bt-box{background: #eae3d9;display: flex;align-items: center;padding: 0 1em;border-radius: .5em;width: 100%;height: 90px;}
.bt-box.mail{background: #e97834;color: white;transition: .4s;}
.bt-box.saiyo{background: #d45000;color: white;transition: .4s;}
.bt-box.mail:hover{background:#FFC873;color: white;transition: .4s;}
.bt-box.saiyo:hover{background: #FFC873;color: white;transition: .4s;}

.bt-box .ico{width: 50px;font-size: 1.6em;text-align: center;}
.bt-box .title{width: calc(100% - 50px);line-height: 1.5;}
.bt-box .title .call{font-weight: 700;font-size: 1.8em;letter-spacing: .15rem;color: #111;}
.bt-box .title .index{font-weight: 700;font-size: 1.2em;letter-spacing: .05rem;}
.bt-box .title .time{font-weight: 500;font-size: 14px;}

footer{padding: 50px 0px 15px;position: relative;background:#f5f0e7;z-index: 20;}
footer .wave{width: 100%; position: absolute;top:-20px;left:0;background: url("../images/wave.png");background-position: left top;background-repeat: repeat-x; height: 20px;overflow: hidden;}
footer .foot{position: absolute;right:15px;top:50%;transform: translateY(-50%);width: 30px;}

footer .container{padding: 0 15px;}

footer .logoblock{position: relative;text-align: center; width: 240px;margin: 0 auto; margin-bottom: 2em;}
footer .logoblock .sub{width: 180px;margin: 0 auto; margin-bottom: 10px;}

footer .index{font-weight: 700;font-size: 1.1em; margin-bottom: .3em;}
footer .index .fab{color: #e97834;font-size: 1.1em;}
footer .address{line-height: 1.5;margin-bottom: .3em;}
footer .address a{color: black;transition: .4s;}
footer .address a:hover{color:#FF5F00;transition: .4s;}
footer .tel span{color: #111;}


.copy{text-align: center;color: #a39b91; font-size: .8em;letter-spacing: .1rem;}
.copy .far{font-size: .9em;}

@media (min-width: 667px) {
.common .container{max-width: 350px;}
footer .container{max-width: 100%; padding: 0 15px;}


.down{border-bottom: none;padding: 0;}

}



@media (min-width: 768px) {
.common{padding: 70px 0;}
.common .container{max-width: 100%;}

.common h3{text-align: center;display: flex;flex-direction: column;align-items: center;margin-bottom: 35px;}
.common h3 .ico{width: 30px;margin-bottom: 5px;}
.common h3 .txt1{font-size: 1.6em;}
.bt-box{padding: 0 .6em;}
.bt-box .ico{width: 35px;font-size: 1.4em;text-align: center;}
.bt-box .title{width: calc(100% - 35px);line-height: 1.5;}
.bt-box .title .call{font-size: 1.6em;letter-spacing: .05rem;}
.bt-box .title .time{font-size: 12px;letter-spacing: 0;}
.bt-box .title .index{font-size: 1em;letter-spacing: .05rem;}

footer{ padding: 70px 0px 20px;}
footer .foot{right:15px;top:50%;transform: translateY(-50%);width: 40px;}
footer .logoblock{width: 300px;margin-bottom: 30px;}
footer .logoblock .sub{width: 100%; margin-bottom: 10px;}


.copy{font-size: 12px;}


}


@media (min-width: 992px) {
footer .container{z-index: 20;}

footer .logoblock{width: 400px;margin-bottom: 30px;}
.footer-list {width: 90%;}




.btwn{display: flex;flex-direction: column;justify-content: space-between;}
.btwn2{display: flex;flex-direction: column;justify-content: center;}

.copy{font-size: 12px;padding-top: 30px;}

}




@media (min-width: 1200px) {
.common{padding: 100px 0;}
.common h3{text-align: center;display: flex;flex-direction: column;align-items: center;margin-bottom: 45px;}
.common h3 .ico{width: 40px;margin-bottom: 10px;}
.common h3 .txt1{font-size: 2.2em;}

.bt-box{padding: 0 1em;height: 85px;}
.bt-box .ico{width: 50px;font-size: 1.6em;text-align: center;}
.bt-box .title{width: calc(100% - 50px);line-height: 1.5;}
.bt-box .title .call{font-size: 1.8em;letter-spacing: .15rem;}
.bt-box .title .time{font-size: 13px;letter-spacing: 0;}
.bt-box .title .index{font-size: 1.2em;letter-spacing: .05rem;}

footer{padding: 100px 0 20px;}

footer .logoblock{width: 450px;margin-bottom: 30px;}
footer .index{font-size: 1.2em; margin-bottom: .3em;}
footer .index .fab{font-size: 1.1em;}



.copy{font-size: 12px;}



}


@media (min-width: 1440px) {
.common .container{max-width: 90%;}

.bt-box{padding: 0 1em;height: 110px;}
.bt-box .ico{width: 50px;font-size: 1.6em;text-align: center;}
.bt-box .title{width: calc(100% - 50px);line-height: 1.5;}
.bt-box .title .call{font-size: 1.7em;letter-spacing: .15rem;}
.bt-box .title .time{font-size: 13px;letter-spacing: 0;}
footer .container{max-width: 90%; padding: 0 15px;}


}

@media (min-width: 1680px) {
.common{padding: 140px 0;}
.common .shape{right:15%;width: 30%;}

.common .container{max-width: 1300px;}

.bt-box{padding: 0 1em;height: 130px;}
.bt-box .ico{width: 80px;font-size: 40px;text-align: center;}
.bt-box .title{width: calc(100% - 80px);line-height: 1.5;}
.bt-box .title .call{font-size: 34px;letter-spacing: .15rem;}
.bt-box .title .time{font-size: 16px;letter-spacing: 0;}
.bt-box .title .index{font-size: 1.5em;letter-spacing: .05rem;}

footer .container{max-width: 1350px; padding: 0 15px;}
footer .foot{right:10%;top:50%;transform: translateY(-50%);width: 68px;}
footer .logoblock{width: 550px;margin-bottom: 50px;}
footer .index{font-size: 1.3em; margin-bottom: .3em;}
footer .index .fab{font-size: 1.1em;}


}





/*------------------------------　　h2area 背景　　------------------------------------------*/
#h2area{
position: relative;
width:100%;
height: 450px;
display: flex;align-items:center;justify-content: center;
}
#h2area::after {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: rgba(255,255,255,0);
}
#h2area.h2-about{background: url("../images/h2-about.jpg");background-position: center;background-size: cover;}
#h2area.h2-recruit{background: url("../images/h2-recruit.jpg");background-position: center;background-size: cover;}
#h2area.h2-staff{background: url("../images/h2-staff.jpg");background-position: center;background-size: cover;}
#h2area.h2-faq{background: url("../images/h2-faq.jpg");background-position: center;background-size: cover;}
#h2area.h2-contact{background: url("../images/h2-contact.jpg");background-position: center;background-size: cover;}

.h2-txt{position: absolute;top:50%;left:50%;transform: translateX(-50%);margin-right: -50%; text-align: center;font-size: 2.8em;line-height: 1;color: #462d09; font-weight: 700; letter-spacing: .3rem;
text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.h2-txt span { display: block;font-size: .7em;letter-spacing: .08rem;margin-top: .5em;color: #f3779d;}

@media (max-width: 1680px){

}


@media (max-width: 1440px){

}

@media (max-width: 1280px){

}

@media (max-width: 1199px){
#h2area{height: 300px;}




}

@media only screen and (max-width: 991px) {
#h2area{height: 180px;}

.h2-txt{position: absolute;top:33%;left:50%;transform: translateX(-50%);margin-right: -50%; text-align: center;font-size: 2em;}




}


@media only screen and (max-width: 767px) {




}

 @media only screen and (max-width: 667px) {

#h2area{height: 150px;}



}

 @media only screen and (max-width: 567px) {

#h2area{height: 100px;}
.h2-txt{position: absolute;top:29%;left:50%;transform: translateX(-50%);margin-right: -50%; text-align: center;font-size: 1.6em;}
.h2-txt span { display: block;font-size: .7em;letter-spacing: .05rem;margin-top: .5em;}


}



/*------------------------------　　下層ページ style　　------------------------------------------*/

.headline-h3 {
  position: relative;
  color: white;
  font-weight:700;
  margin-bottom: 1.5em;
  background:#f7ae1b;
  line-height: 1.4;
  border-radius: 40px;
  letter-spacing: .05rem;
  padding: 0.5em 0.5em 0.5em 1.8em;
}
.headline-h3::before {
  content: "";
 width:18px;/*画像の幅*/
  height: 18px;/*画像の高さ*/
  background-image: url(../images/maple.png);
  background-size: contain;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:.5em;
 }


.headline-h4 {
 font-weight: 500;
  font-size: 18px;
 position: relative;
 padding-left: 1.5em;
  margin-bottom: 1.4em;
  text-align: left;
  letter-spacing: 0;
  
}
.headline-h4::before {
  font-family: "Font Awesome 5 Free";
  content: "\f009";
font-weight: 900;
color: #FF6A00;
  -webkit-font-smoothing: antialiased;
position: absolute;
top:.2em;
left:0;
line-height: 1;
}
.headline {
font-weight:700;
  font-size: 20px;
 position: relative;
  margin-bottom: 1.2em;
  text-align: center;
  color: black;
}
.headline span{display: block;color: #e97b9e;margin-bottom: .1em;font-size: .85em;}


@media (min-width: 667px) {




}



@media (min-width: 768px) {
.headline {
  font-size: 26px;
 position: relative;
  text-align: center;
  line-height: 1;
}
.headline span{display: block;color: #e97b9e;margin-bottom:.3em;font-size: .85em;}


.headline-h3 {font-size: 24px;margin-bottom: 30px; padding: 0.3em 0.3em 0.3em 1.8em;}
.headline-h3::before {
  content: "";
 width: 24px;/*画像の幅*/
  height: 24px;/*画像の高さ*/
  background-image: url(../images/maple.png);
  background-size: contain;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:.8em;
 }

.headline-h4 {font-size: 20px;}


.h5-about{ padding-bottom: .5em;margin-bottom: 1em;font-size: 20px;}
.h6-about{margin-bottom: .6em;font-size: 17px;}

}


@media (min-width: 992px) {
.headline {font-size: 30px;}


.headline-h3 {font-size: 26px;margin-bottom: 40px;letter-spacing: .1rem;}
.headline-h4{font-size: 22px; }


}


@media (min-width: 1200px) {
.headline span{margin-bottom:.5em;font-size: 18px;}


.headline-h3 {font-size: 30px;letter-spacing: .08rem;}
.headline-h3::before {
  content: "";
 width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(../images/maple.png);
  background-size: contain;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:.8em;
 }


.headline-h4 { font-size: 24px;letter-spacing: .1rem;margin-bottom:40px;}


}


@media (min-width: 1680px) {

.headline {
  font-size: 45px;
 position: relative;
  margin-bottom: 1.2em;
}




}




#pankuzu{}





.marker {background: linear-gradient(transparent 60%, #ccff66 60%);padding-bottom: 3px;}
.marker2 {background: linear-gradient(transparent 80%, rgba(255,102,0,.5) 0%);}
.marker-ao {padding-bottom: 0.4em;background: linear-gradient(transparent 40%, #b5fbfb 60%);}
.marker-pink {padding-bottom: 0.4em; background: linear-gradient(transparent 40%, #fcaacb 60%);}
.marker-green {padding-bottom: 0.4em;background: linear-gradient(transparent 40%, #a8f099 60%);}



.btn-back {
  display: inline-block;
  padding:10px 5px;
  text-align: center;
  width:200px;
  text-decoration: none;
  border-radius: 6px;
  background:rgba(162,131,79,1.00);
  color: #fff;/*文字色*/
  font-size: 15px;
  letter-spacing: 0;
  transition: .3s;
}
.btn-back:hover{
  color: #fff;/*文字色*/
  background:#555;

}

.btn-pdf {
  text-align:center;
  text-decoration: none;
}
.btn-pdf a{display: flex;align-items: center;justify-content: space-between;padding: 10px 10px;background: #99CC66;color: #111;transition: .5s;border-radius: 4px;width: 260px;margin: 0 auto;}
.btn-pdf a .fas{}
.btn-pdf a:hover{
  color: #222;
  background:#f90;
}


@media (min-width: 768px) {
.btn-read{width: 325px;}
.btn-pdf a{width: 320px;padding: 20px 40px;font-size: 1.2em;}


.btn-back {
  padding:18px 5px;
  width:300px;
  font-size: 16px;
}

}


@media (min-width:1200px) {
.btn-pdf {margin-bottom: 0px;}

.btn-read{line-height: 70px;padding: 0;}

}



.photo-ofi {
  height: 0;
  display: block;
  background: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 65%;
  /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  position: absolute;
  left: 0;
  top: 0;
}



/* paging */
.paging {
	padding:3em 10px 0;
	line-height: 1.4;
	font-size: 15px;
	font-weight: 500;
}
.paging .page{text-align: center;margin-bottom: 5px;font-size: 13px;}
.paging span.current,
.paging  span.paging-text a{
	padding:5px 10px;
	color:#743C00;
	display:inline-block;
	margin:3px 0;
	background: #fff;
	border: 1px solid #ddd;border-radius: 3px;
	text-decoration: none;
}
.paging span.current {
	background:#FF9CA4;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#FF9CA4;
	color:#fff;
}



/* shadow */
.box-shadow {box-shadow: 4px 4px #cdeaf8;}
.box-shadow2 {box-shadow: 2px 2px 10px rgba(0,0,0,.5)}
.drop-shadow { -webkit-filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2));
        filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2)); }
.drop-shadow2 { -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));}


.table-responsive {position: relative;z-index: 10;
border:none;
}


@media screen and (max-width: 666px) {
.table-responsive {
border:none;margin-bottom: 30px;
}
.table-responsive::-webkit-scrollbar {
height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
border-radius: 2px;
background: #eee;
}

.table-responsive::-webkit-scrollbar-thumb {
border-radius: 2px;
background:#999;
}
}



/*サムネ付きスライダー start*/
.slickwrap {
max-width: auto;
width: 100%;
  background-color: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.slider {
  width: 60%;
  overflow:hidden;
  border:1px solid rgba(255,222,236,1.00);
  background-image: linear-gradient(45deg, #f6f6f6 25%, transparent 25%, transparent 75%, #f6f6f6 75%), linear-gradient(45deg, #f6f6f6 25%, transparent 25%, transparent 75%, #f6f6f6 75%);
  background-position: 10px 10px, 25px 25px;
  background-size: 30px 30px;
  padding: 0;
}
.slide-item img {width: 100%;}


.thumbnail-list {
  width: 37%;
  margin: 0;
  padding:0 0px;
}
.thumbnail-list .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex!important;
  flex-flow:wrap;
}
.thumbnail-item {
  transition: .3s;
  padding: 2px;
  width:33.3%!important;
  box-sizing: border-box;
  position: relative;
  list-style:none;
  cursor: pointer;
}
.thumbnail-item .photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  left: 0;
  top: 0;
}
.thumbnail-item img{opacity: .5;}
.thumbnail-item.slick-current img{
border: 2px solid rgba(255,133,165,1.00);
opacity: 1;
}
.thumbnail-item:hover img{opacity: 1;}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width:991px) {
.slickwrap{width: 100%;margin: 0 auto;  flex-direction: column;
  justify-content: center;
  margin-bottom: 60px;
}
.slider {
border:1px solid #eee;
  width: 100%;
  margin: 0 0 10px 0;
}
.thumbnail-list {width: 100%;}

.thumbnail-item {
  transition: .3s;
  padding: 1px;
  width:11.111%!important;
  box-sizing: border-box;
  position: relative;
  list-style:none;
  cursor: pointer;
}

}

@media only screen and (max-width:767px){
.slider {margin: 0 0 10px 0;}

}

@media only screen and (max-width:500px){
.slickwrap{width:100%;margin: 0 auto;  margin-bottom: 50px;
}

}
/*サムネ付きスライダー end*/










.gmap2{}
.gmap2 iframe{width: 100%;height: 200px;}








/* ----- about.html  -----*/
.about #section01{position: relative; padding: 50px 0;background: white;}
.about #section01 .txt1{font-weight: 500;margin-bottom: .5em;font-size: 1.2em;}
.about #section01 .txt2{margin-bottom: 3em;}
.about #section01 .txt3{margin-bottom: 1.2em;}
.about .illust{padding: 1em;}
.about #section02{position: relative; padding: 50px 0;background: #FFF2DD;}

.flowbox{background: white;border-radius: .5em;padding: 2em 1em 1em;position: relative;margin-bottom: 2em;}
.flowbox:last-child{margin-bottom: 0em;}
.flowbox .inner{}
.flowbox .inner .txtbox{margin-bottom: 1.5em;}
.flowbox .inner .thumb{}
.flowbox .inner .thumb img{border-radius: .5em;}


.flowbox .step{position: absolute;left:.5em;top:-0.8em;font-family: ' MPLUSRounded ';font-size: 1.3em;color: #A8D780;text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;}
.flowbox .step span{font-size: 1.3em;}
.flowbox h4{font-weight: 700;font-size: 1.2em;margin-bottom: 1.3em;}
.flowbox .tel{font-size: 1.2em;}
.flowbox .tel span{color: #FF5F00;font-weight: 700;font-size: 1.4em;}
.flowbox .mail{letter-spacing: 0;}
.flowbox .mail a{font-weight: 700;color: #FF5F00;font-size: 1.2em;transition: .4s;}
.flowbox .mail a:hover{color: #ccc;}

.about #section03{position: relative; padding: 50px 0 70px;background: white;}
.about #section03 .deco{position: absolute;right:-10px;bottom:-70px;width: 80px;}
.about #section03 .headline-h4{margin-bottom: .6em;}

.about #section04{position: relative; padding: 50px 0;background:rgba(94,129,66,.08);}
.about #section04 thead{display: none;}
.about #section04 thead th{background: rgba(216,178,106,1.00)!important;color: white;font-weight: 500;text-align: center;}
.about #section04 thead th:first-child{width:  30%;}
.about #section04 thead th:last-child{background:rgba(61,121,191,1.00)!important;width: 50%;}
.about #section04 tbody th{background:rgba(244,233,214,1.00)!important;color:rgba(126,68,3,1.00);font-weight: 500;vertical-align: middle;display: block;}
.about #section04 tbody td{background:rgba(244,233,214,1.00)!important;vertical-align: middle;display: block;}
.about #section04 tbody tr td:last-child{background:rgba(215,228,237,.3)!important;}


@media (min-width: 667px) {
.about #section01 .txt3{margin-bottom: 0em;}
.about .illust{padding:0 1em;}

.flowbox{background: white;border-radius: .5em;padding: 2.7em 2em 2em;margin-bottom: 3em;}
.flowbox .step{position: absolute;left:.5em;top:-0.8em;font-size: 1.4em;}
.flowbox .step span{font-size: 1.3em;}
.flowbox h4{font-size: 1.2em;margin-bottom: 1.2em;}
.about #section03 .deco{right:-45px;bottom:-70px;width: 100px;}
.about #section04 thead{display:table-row-group;}
.about #section04 tbody th{display: table-cell;}
.about #section04 tbody td{display: table-cell;}

.about #section04 tbody tr td:last-child{background:rgba(215,228,237,1.00);}


}


@media (min-width: 768px) {
.about #section01{padding: 70px 0;}
.about #section02{padding: 70px 0;}
.flowbox .inner{display: flex;justify-content: space-between;}
.flowbox .inner .txtbox{margin-bottom:0;width: 50%;}
.flowbox .inner .thumb{width: 45%;}
.flowbox .inner .thumb img{border-radius: .5em;}


.about #section03{padding: 70px 0 100px;}
.about #section03 .deco{right:-45px;bottom:-100px;width: 100px;}

.about #section04{padding: 70px 0;}
}

@media (min-width: 992px) {
.about #section01 p{font-size: 1.05em;}
.about .illust{padding:0 1.5em;}

.flowbox{background: white;border-radius: .5em;padding: 3em 2.5em 2.5em;margin-bottom: 4em;}
.flowbox .step{position: absolute;left:1em;top:-1.3em;font-size: 1.5em;}
.flowbox .step span{font-size: 1.6em;}
.flowbox h4{font-size: 1.4em;margin-bottom: 1.2em;}

.about #section03 .deco{right:-5px;bottom:-100px;width: 100px;}
}


@media (min-width:1200px) {
.about #section01{padding: 100px 0 100px;}
.about #section01 p{font-size: 1.1em;}
.about #section01 .txt3{line-height: 2;}

.about #section02{padding: 100px 0 100px;}

.about #section03{padding: 100px 0 100px;}
.about #section03 .deco{right:5px;bottom:-100px;width: 150px;}

.about #section04{padding: 100px 0 100px;}

}

@media (min-width: 1440px) {
.flowbox{background: white;border-radius: .5em;padding: 4em 3.5em 3.5em;}
.flowbox .step{position: absolute;left:1.2em;top:-1.5em;font-size: 1.8em;}
.flowbox .step span{font-size: 1.8em;}
.flowbox h4{font-size: 1.6em;margin-bottom: 1.2em;}
.about #section03 .deco{right:5px;width: 180px;}

}

@media (min-width: 1680px) {


}




/* recruit.html
--------------------------------------------------------- */

.recruit #section01{padding: 50px 0px;position: relative;background:#fff;}
.recruit #section01 ul li{margin-bottom: 1em;position: relative;}
.recruit #section01 ul li .himo{position: absolute;z-index: 2;width: 220px;right:5px;bottom:0;opacity: .2;}
.recruit #section01 ul li p{font-weight: 500;position: relative;z-index: 5;padding: 0 1.5em;}
.recruit #section01 ul li .pic{width: 90%;margin: 0 auto;}
.recruit #section01 ul li:last-child{margin-bottom:0;}
.recruit #section01 .link-nav{}
.recruit #section01 .link-nav a{background: rgba(124,75,37,1.00);color: white;border-radius: 40px;padding: .3em;display: block;text-align: center;font-weight: 500;font-size: .9em;letter-spacing: 0;transition: .4s;}
.recruit #section01 .link-nav a:hover{background: rgba(240,90,0,1.00);}

.recruit #section02{padding:50px 0px;position: relative;}


.recruit .table {border-top: 1px solid #FFE6BF;margin-bottom: 1.6em;}
.recruit .table th,
.recruit .table td {border: 1px solid #FFE6BF;}
.recruit .table th{font-weight: 500;background:#FFE6BF!important;text-align:left;width: 100%;display: block;vertical-align: middle;}
.recruit .table td {background: white!important;width: 100%;display: block;text-align: left;}

.recruit #section03{position: relative;padding:70px 0px 70px;background: #fff;}

.recruit #section04{padding:70px 0px 70px;position: relative;}



.recruit #section05{padding:70px 0px 70px;position: relative;background: #fff;}
.recruit .table.entryform {border-top: 1px solid #eee;margin-bottom: 2.6em;}
.recruit .table.entryform th,
.recruit .table.entryform td {border: 1px solid #eee;}
.recruit .table.entryform th{font-weight: 500;background:#F4EEE6!important;text-align: left;width: 100%;display: block;vertical-align: middle;position: relative;}
.recruit .table.entryform td {background: white!important;width: 100%;display: block;text-align: center;}
.recruit span.hissu{color: white;background:#FF6A00; padding: .2em; border-radius:.2em;font-size: 12px;line-height: 1;display:inline-block;margin-right: .3em;}

.recruit .table th span.hissu{color: white;background:#FF6A00; padding: 0;width: 43px; height: 20px; border-radius:.5em;position: absolute;right:15px;top:50%;transform: translateY(-50%);font-size: 12px;line-height: 1;display:flex;align-items: center;justify-content: center;}
.recruit #section05 .pre-scrollable{max-height: 300px;padding: 15px;background: white; word-break: break-all;border:1px solid rgba(0,0,0,.1);box-shadow: inset 0 0 20px rgba(0, 0, 0, .02);border-radius: 10px;}

.border-white{border:5px solid #fff;}
.img-kakudo{transform: rotate(-2.5deg);}

#target1{position: absolute;left:0;top:-60px;}
#target2{position: absolute;left:0;top:-60px;}
#target3{position: absolute;left:0;top:-60px;}
#target4{position: absolute;left:0;top:-60px;}
#target5{position: absolute;left:0;top:-60px;}
#target6{position: absolute;left:0;top:-60px;}

@media (min-width: 667px) {
.recruit #section01 ul li{margin-bottom:0;}
.recruit #section01 ul li .pic{width: 100%;margin: 0 auto;}
.recruit #section01 ul li p{padding: 0 0em;}
.recruit #section01 .link-nav a{padding: .5em;font-size: 1em;letter-spacing: 0;}
.recruit .table {border-right: 1px solid #FFE6BF;}
.recruit .table.entryform {border-top: 1px solid #eee;}



}



@media (min-width: 768px) {
.recruit #section01 .container {max-width: 95%;}
.recruit #section01 ul li p{line-height: 1.9;padding-right: 1em;}
.recruit #section01 .link-nav a{padding: .5em;font-size: 1.2em;letter-spacing: 0;}

.recruit #section02{padding: 70px 0px 70px;}

.recruit #section03{padding: 70px 0px 70px;}


.recruit .table th,
.recruit .table td {border: none;}
.recruit .table th{width: 180px;display: table-cell;border-bottom: 1px solid white;}
.recruit .table td {width: auto;display: table-cell;border-bottom: 1px solid #e6ebf2;text-align: left;vertical-align: middle;}

.recruit .table.entryform th,
.recruit .table.entryform td {border: none;}
.recruit .table.entryform th{width: 200px;display: table-cell;border-bottom: 1px solid white;}
.recruit .table.entryform td {width: auto;display: table-cell;border-bottom: 1px solid #eee;text-align: left;vertical-align: middle;}


.recruit #section04{padding: 70px 0px 70px;}


.recruit #section05{padding: 70px 0px 70px;}

}



@media (min-width: 992px) {
.recruit #section01 ul li .himo{width: 220px;right:5px;bottom:-30px;opacity: .2;}

.recruit .table.entryform th{width: 220px;display: table-cell;border-bottom: 1px solid white;}




#target1{position: absolute;left:0;top:0;}
#target2{position: absolute;left:0;top:0;}
#target3{position: absolute;left:0;top:0;}
#target4{position: absolute;left:0;top:-85px;}
#target5{position: absolute;left:0;top:-85px;}
#entry{position: absolute;left:0;top:0;}


}



@media (min-width: 1200px) {
.recruit #section01{padding: 100px 0px ;}
.recruit #section01 .container {max-width: 1110px;}
.recruit #section01 ul li p{line-height: 2.2;font-size: 1.15em; padding-right: 1em;}
.recruit #section01 ul li .himo{width: 260px;right:-5px;bottom:-80px;}
.recruit #section01 .link-nav a{padding: .5em;font-size: 1.2em;letter-spacing: 0;}

.recruit .table th{width: 200px;display: table-cell;border-bottom: 1px solid white;}
.recruit .table td {width: auto;display: table-cell;border-bottom: 1px solid #e6ebf2;text-align: left;vertical-align: middle;}
.recruit .table.entryform th{width: 230px;}


.recruit #section02{padding:100px 0px 100px;}


.recruit #section03{padding:100px 0px 100px;}


.recruit #section04{padding: 100px 0px 100px;}

.recruit #section05{padding: 100px 0px 100px;}
.recruit #section05 .pre-scrollable{max-height: 360px;padding: 25px;}


}

@media (min-width: 1440px) {

.recruit #section01 .link-nav a{padding: .7em;font-size: 1.4em;letter-spacing: 0;}

.recruit .table th{width: 230px;display: table-cell;border-bottom: 1px solid white;}
.recruit .table.entryform th{width: 300px;}


}

/*staff.html
--------------------------------------------------------- */
.staff #section01{padding: 50px 0px 40px;position: relative;background:#EEF4FA;}
.staff-wrap{background: rgba(170,224,179,.2);padding: 1.5em;border-radius: .4em;margin-bottom: 1.5em;}
.staff-wrap .illust{width: 160px;height: 160px;padding: .2em; background: green;border-radius: 50%;margin: 0 auto;margin-bottom: 1.5em;}

.staff-wrap .txtbox{background: white;padding: 1em;border-radius: .4em;}
.staff-wrap .name{font-weight: 700;font-size: 1.4em;margin-bottom: .6em;}
.staff-wrap .yaku{margin-bottom: .6em;}
.staff-wrap .t-history{font-weight: 500; margin-bottom: .3em;color: green;}

.staff #section02{padding: 50px 0px;position: relative;background:#fff;}





@media (min-width: 667px) {

}


@media (min-width: 768px) {

.staff #section01{padding: 70px 0px;}
.staff-wrap{padding: 2em;display: flex;justify-content: space-between;}
.staff-wrap .illust{width: 160px;height: 160px;background: green;border-radius: 50%;margin-left: 0;margin-bottom: 0;}
.staff-wrap .txtbox{padding: 1.5em;width: calc(100% - 190px);width:100%;}

.staff #section02{padding: 70px 0px;}


}


@media (min-width: 992px) {
.staff-wrap .txtbox{padding: 2.5em;}


}


@media (min-width: 1200px) {

.staff #section01{padding: 100px 0px;}
.staff-wrap{padding: 3em;}
.staff-wrap .illust{width: 200px;height: 200px;background: green;border-radius: 50%;margin-left: 0;margin-bottom: 0;}
.staff-wrap .txtbox{width: calc(100% - 250px);width:100%;}
.staff-wrap .txtbox{padding: 3em;}

.staff #section02{padding: 100px 0px;}

}


@media (min-width: 1680px) {
.staff-wrap{padding: 3em;}
.staff-wrap .illust{width: 220px;height: 220px;background: green;border-radius: 50%;margin-left: 0;margin-bottom: 0;}
.staff-wrap .txtbox{width: calc(100% - 270px);width:100%;}
.staff-wrap .txtbox{padding: 3em;}


}





/* faq.html
--------------------------------------------------------- */
.faq #section01{padding: 30px 0px;position: relative;}
.faq #section01 a{display: flex;align-items: center;justify-content: center;border-radius: .5em;background:#EEE4DE;color: #804A11;text-align: center;font-weight: 500;height: 60px;line-height: 1.5;transition: .4s;}
.faq #section01 a:hover{background:#804A11;color: #fff;}

.faq #section02{padding: 50px 0px 20px;position: relative;background: #fff;}
.faq #section03{padding: 50px 0px;position: relative;}
.faq #section03 h4{display: flex;align-items: center;justify-content: space-between;margin-bottom: 1.3em;}
.faq #section03 h4 .sheep{width: 100px;}
.faq #section03 h4 .title{width: calc(100% - 110px);font-size: 1.1em;}
.faq #section03 .txt{}
.faq #section04{padding: 50px 0px;position: relative;background: #fff;}


.qa dt {
    margin-bottom: 1em;
    color: #000;
    font-weight: 500;
	position: relative;
}
.qa dt span{padding-bottom: .3em;
	border-bottom: 2px solid #CC743F;
	position: relative;letter-spacing: 0;
	padding-left: 1.5em;
}
.qa dt span::before {
position: absolute;
left:0;
top:-.2em;
content: "Q.";
}

.qa dd::before {margin-right: .4em;}


.qa dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #f7f7f7;
    color: #111;
}

.qa dd::before {content: "A.";font-weight: 500;}

@media (min-width: 667px) {
.faq #section01 .container{max-width: 100%;}


}

@media (min-width: 768px) {
.faq #section01{padding: 50px 0px;}
.qa dt span{padding-bottom: .3em;
	border-bottom: 2px solid #CC743F;
	position: relative;font-size: 1.2em;letter-spacing: 0;
	padding-left: 1.5em;
}
.qa dt span::before {
position: absolute;
left:0;
top:-.2em;
font-size: 1.1em;
content: "Q.";
}


.faq #section02{padding: 70px 0px 20px;}

.faq #section03{padding: 70px 0px;}

.faq #section04{padding: 70px 0px;}

.faq #section03 h4 .sheep{width: 130px;}
.faq #section03 h4 .title{width: calc(100% - 150px);font-size: 1.2em;}

}

@media (min-width: 992x) {


}

@media (min-width: 1200px) {
.faq #section01{padding: 70px 0px;}
.faq #section01 a{height: 70px;}

.qa dt {margin-bottom: 1.5em;}
.qa dt span{padding-bottom: .3em;
	position: relative;font-size: 1.4em;letter-spacing: 0;
	padding-left: 1.5em;
}
.qa dt span::before {
position: absolute;
left:0;
top:-.3em;
font-size: 1.2em;
content: "Q.";
}
.qa dd {
    margin: 0 0 2.5em;
    padding: 2em 2.5em;
}

.faq #section02{padding: 100px 0px 50px;}

.faq #section03{padding: 100px 0px;}
.faq #section03 h4 .sheep{width: 130px;}
.faq #section03 h4 .title{width: calc(100% - 150px);font-size: 1.4em;}
.faq #section03 .txt{font-size: 1.1em;}

.faq #section04{padding: 100px 0px;}

}

@media (min-width: 1440px) {
.faq #section01 .container{max-width: 1110px;}
.faq #section01 a{height: 80px;line-height: 1.5;font-size: 1.2em;}

.faq #section03 h4 .sheep{width: 150px;}
.faq #section03 h4 .title{width: calc(100% - 170px);font-size: 1.5em;}

}




/* contact.html
--------------------------------------------------------- */


.contact #section01{padding: 50px 0px 50px;position: relative;background: rgba(255,200,115,.08);}
.contact #section01 .txt1{position: relative;font-weight: 700;margin-bottom: 1.5em;font-size: 1.2em;}
.contact #section01 .wrap{padding: 1.5em 1.5em .7em;background: white;border-radius: .4em;position: relative;margin-bottom: 50px;}
.contact #section01 .pic-contact{position: absolute;right:5px;top:-80px;}
.contact #section01 .pic-contact img{width: auto;height: 80px;}

.contact #section01 .telbox{
    position: relative;
    margin: 0 auto;
    text-align: center;
	padding: 1.3em;
	background: white;
	border-radius: .5em;
}
.contact #section01 .telbox .tel{font-size: 20px;font-weight: 500;line-height: 1.5;color: #FF5F00;}
.contact #section01 .telbox .tel span{font-size: 25px;font-weight: 700;letter-spacing: .1rem;color:#000;margin-left: .2em;}
.contact #section01 .time{font-size: .8em;letter-spacing: 0;color: #555;}


.contact #section02{padding: 50px 0px;position: relative;background: white;}

.contact #section02 .pre-scrollable{max-height: 300px;padding: 15px;background: white; word-break: break-all;border:1px solid rgba(0,0,0,.1);box-shadow: inset 0 0 20px rgba(0, 0, 0, .02);border-radius: 10px;}
.privacybox{position: relative;color: #333;background: #f7f7f7;padding: 1em;margin-bottom: 1.5em;}
.privacybox #privacy{position: absolute;left:0;top:-100px;}

.contact span.hissu{color: white;background:rgba(255,95,0,1.00); padding: .2em .4em;border-radius:.3em;font-size: 12px;line-height: 1;}
.contact .table {margin-bottom: 50px; border-bottom: 1px solid #dee2e6;}
.contact .table th{background:rgba(192,183,141,0)!important;vertical-align: middle;font-weight: 500;position: relative;display: block;}
.contact .table td{background: white!important;vertical-align: middle;display: block;}

.contact .table th span.hissu{color: white;background:rgba(255,95,0,1.00); padding: 0;width: 40px;height: 20px; border-radius:.3em;position: absolute;right:15px;top:50%;transform: translateY(-50%);font-size: 12px;line-height: 1;display:flex;align-items: center;justify-content: center;}


.contact h5{font-weight: normal;border-bottom: 1px solid #ddd;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}
.tenpu{margin: 0;}
.tenpu input {
width: 90%;
 display: block;
 position: relative;
 font-size: 13px;
 letter-spacing: 0;
 padding: 5px 10px 5px 0;
 border-radius: 4px;
 transition: all 0.3s;
 color: #555;
 cursor: pointer!important;
 margin: 0px 0px 2px;
}


@media (min-width: 667px) {
.contact #section01 .container{max-width: 100%;}
.contact #section01 .txt1{position: relative;text-align: center;}
.contact #section01 .pic-contact{position: absolute;right:16%;top:-100px;}
.contact #section01 .pic-contact img{width: auto;height: 100px;}



}


@media (min-width: 768px) {

.contact #section01{padding: 70px 0px;}
.contact #section01 .telbox{
    width: 650px;
    margin: 0 auto;
    text-align: center;
}
.contact #section01 .telbox .tel{font-size: 22px;}
.contact #section01 .telbox .tel span{font-size: 30px;margin-left: .2em;}
.contact #section01 .time{font-size: .9em;letter-spacing: .08rem;}

.contact #section02{padding: 70px 0px;}
.contact .table {margin-bottom: 70px;}
.contact .table th{display:table-cell;width: 200px;}
.contact .table td{display: table-cell;width: auto;}

.contact #section02 .pre-scrollable{max-height: 400px;padding: 15px;}

.privacybox{background: #f7f7f7;padding: 2em;}

}


@media (min-width: 992px) {
.contact #section01 .txt1{margin-bottom: 1.5em;font-size: 1.4em;}
.contact .table th{width: 230px;}


}




@media (min-width: 1200px) {

.contact #section01{padding: 100px 0px;}
.contact #section01 .container{max-width: 1110px;}
.contact #section01 .txt1{margin-bottom: 1.5em;font-size: 1.7em;}

.contact #section01 .wrap{padding: 2.5em 3em 1.7em;border-radius: .4em;}
.contact #section01 .pic-contact{position: absolute;right:16%;top:-150px;}
.contact #section01 .pic-contact img{width: auto;height: 150px;}

.contact #section01 .telbox{
    width: 730px;
    margin: 0 auto;
    text-align: center;
	padding: 1.6em;
}
.contact #section01 .telbox .tel{font-size: 22px;}
.contact #section01 .telbox .tel span{font-size: 34px;}
.contact #section01 .time{font-size: 1em;letter-spacing: .08rem;}


.contact #section02{padding: 100px 0px 100px;}
.contact .table th{width: 250px;}
.contact #section02 .pre-scrollable{max-height: 500px;padding: 50px;}

.privacybox{padding: 3em;}
}




.doi-box{padding: 30px 15px;border-radius: 0px;background: rgba(139,122,178,.09);}
.doi-box label{font-size: 13px;margin-bottom: 15px;width: auto;display:inline-block;}
.doi-box p a{color: #F46A02;font-size: 15px;transition: .3s;font-weight: bold;}
.doi-box p a:hover{color: #333;}
.doi-box .btn-lg{font-size: 13px;padding: 10px 10px;}
.doi-box .hissu{}
@media (min-width: 768px) {
.doi-box label{font-size: 14px;margin-bottom: 20px;}
.doi-box .btn-lg{font-size: 14px;padding: 10px 10px;}
}

@media (min-width: 1140px) {
.doi-box{padding: 50px 15px;}

.doi-box .btn-lg{font-size: 16px;padding: 20px 50px;}
}








.form-s{width:70px}
.form-m{width:150px}
.form-name{width:99%;}
.form-mail{width:99%;}
.form100{width:90%}
.form-h{ height:15em;}
input ,select {
    position:relative;
	color: #111;
}
input[type="checkbox"], input[type="radio"] {vertical-align:middle;position: relative;top:-2px;display: inline-block;}
input{font-size:100%;vertical-align:middle; padding:12px;width: auto;}
input[type="text"], select{border:1px solid #ddd;}
input,textarea,select { outline:0; padding:12px;border-radius: 7px; }
textarea{border:1px solid #ccc;color: #111;width: 90%;}
.needinput{background-color:rgba(255,255,255,1)!important;border:1px solid darkorange!important;}

input::placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
input::-webkit-input-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
input:-ms-input-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
input::-moz-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::-webkit-input-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
textarea:-ms-input-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::-moz-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}


@media (min-width: 768px) {
.form-name{width:350px;}
.form-mail{width:350px;}

}



/*-----------------------------------------------------------------------------
print css
-----------------------------------------------------------------------------*/
@media print {
body {padding-top:0px;}
.aos-init { opacity: 1 !important; transform: none !important; }
.cb-header2 {display: none!important;}
header{display: block;}
.cb-header2 {display: none;}

.header {
  position: relative;
  width: 100%;
  height: 100vh;
  background: none;
}
.header .logo{width: 210px;margin: 0 auto;margin-bottom: 30px;padding-top: 1em;}
.header .logo img{width: 200px;height: auto;margin-bottom: 1em;}
.header .logo a span.txt2{font-size: 1.15em;letter-spacing: .05rem;}
.menu-item {border-top: 2px solid white;padding: 0 1.5em;}
.menu-item a {
display: block;
font-size: 14px;
font-weight: 500;
  color: #111;
  transition: .3;
  padding: .9em .8em;
  border-bottom: 2px solid white;
}
.menu-item a .fas{margin-right: .3em;color: #a1927e;}
.menu-item a .fab{margin-right: .3em;color: #a1927e;}
.menu-item a.active{color: black;}
.menu-item a.active .fas {color:#d45000!important;}
.menu-item a.active .fab {color:#d45000!important;}
.home #section01 .container{max-width: 90%!important;}
.home #section01 .service{display: flex;justify-content: center;width: 100%;}
.home #section01 .service div{font-size: .8em; border-radius: 25px;padding: .4em .5em;margin-bottom: 0;margin: 0 .2em;}
.newsarea .set{display: flex;}
.newsarea .date{margin-bottom:0em;width: 150px;}
.newsarea .news_contents{width: calc(100% - 150px);}


.home #section03 .container{max-width: 90%!important;}
.home #section03 .pic{width: 100%;margin: 0 auto;}
.home #section05 .container{max-width: 90%;}

.flowbox .inner{display: flex;justify-content: space-between;}
.flowbox .inner .txtbox{margin-bottom:0;width: 50%;}
.flowbox .inner .thumb{width: 45%;}
.flowbox .inner .thumb img{border-radius: .5em;}

.recruit .table th,
.recruit .table td {border: none;}
.recruit .table th{width: 180px;display: table-cell;border-bottom: 1px solid white;}
.recruit .table td {width: auto;display: table-cell;border-bottom: 1px solid #e6ebf2;text-align: left;vertical-align: middle;}

.recruit .table.entryform th,
.recruit .table.entryform td {border: none;}
.recruit .table.entryform th{width: 200px;display: table-cell;border-bottom: 1px solid white;}
.recruit .table.entryform td {width: auto;display: table-cell;border-bottom: 1px solid #eee;text-align: left;vertical-align: middle;}


.staff-wrap{padding: 2em;display: flex;justify-content: space-between;}
.staff-wrap .illust{width: 160px;height: 160px;background: green;border-radius: 50%;margin-left: 0;margin-bottom: 0;}
.staff-wrap .txtbox{padding: 1.5em;width: calc(100% - 190px);}

.contact .table th{display:table-cell;width: 200px;}
.contact .table td{display: table-cell;width: auto;}


.common .container{max-width: 80%!important;}
.common .shape{position: absolute;bottom:0;right:10%;width: 20%;}

.common .container ul{width: 100%!important;}

footer .container{max-width: 80%!important;}

footer .logoblock{width: 250px; margin-bottom: 30px;}

.dot-line{position: absolute;top:0;left:50%;transform: translateX(-50%);margin-right: -50%;width:550px;background: url("../images/dotline.png");background-position: left center;background-repeat: repeat-x;height: 15px;}
.dot-line2{position: absolute;top:0;left:50%;transform: translateX(-50%);margin-right: -50%;width:550px;background: url("../images/dotline2.png");background-position: left center;background-repeat: repeat-x;height: 15px;}

.drawer_menu{display: none!important;}

.no-print{display: none!important;}
.gmap iframe{width: 100%;height: 360px;}
#pagetop {display: none!important;}

}
