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


body {
color: #111;
font-size: 90%;
line-height: 1.7em;
font-weight:normal;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
overflow: hidden;
letter-spacing: 0.05rem;
padding-top: 80px;
background: white;
position: relative;}
@media (min-width: 768px) {
body {
font-size: 92%;
overflow: hidden;
letter-spacing: 0.05rem;
}
}

@media (min-width: 992px) {
body {
font-size: 94%;
line-height: 1.8em;
overflow: hidden;
padding-top: 0px;
letter-spacing: 0.05rem;
}
}
@media (min-width: 1280px) {
body {
font-size: 98%;
overflow: hidden;
letter-spacing: 0.08rem;
}
}

@media (min-width: 1980px) {
body {max-width: 1980px;margin: 0px auto;}

}

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

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

.fluid {position: relative;
	max-width: 1170px;
	margin: 0 auto;
}



.clearfix:after {
  content: "";
  clear: both;
	display: table;
}
.clear {clear: both;}

a{outline:none;}

.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.7;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;}
.mb80mb50{margin-bottom: 80px;}
.mb50mb30{margin-bottom: 50px;}

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

}


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

@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-xs{margin-bottom: 10px;}
}
@media (max-width: 568px) {
.mb30-xs2{margin-bottom: 30px;}
.mb10-xs{margin-bottom: 10px;}

}


@media (min-width: 1200px) {

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

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

.indent2 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

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

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


@media (max-width: 767px) {
.flexbox4{display:block;}


}


.bg-gray{background: #f7f7f7;}
.bg-cream{background: #FBF8EC;}
.bg-blue{background:#f5fdfd;}

.font-noto{font-family: 'Noto Sans JP', sans-serif;}
.font-barlow{font-family: 'Barlow Condensed', sans-serif;}
.font-mplus{font-family: 'M PLUS Rounded 1c', sans-serif;}
.font-kaisei{font-family: 'Kaisei Decol', serif;}
.oblique{font-style: oblique;}




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

img{vertical-align: bottom;}




/* アニメーション
---------------------------------------------------- */
.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.vertical {
  animation: vertical_6392 2.44s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes vertical_6392 {
  0% { transform:translate(0,-3px) }
  3.27869% { transform:translate(0,3px) }
  6.55738% { transform:translate(0,-3px) }
  9.83606% { transform:translate(0,3px) }
  13.11475% { transform:translate(0,-3px) }
  16.39344% { transform:translate(0,3px) }
  18.03279% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

.fluffy {
	-webkit-animation: fluffy 0.8s linear 0s 1;
	animation: fluffy 0.8s linear 0s 1;
}
@-webkit-keyframes fluffy {
	0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { -webkit-transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { -webkit-transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes fluffy {
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

.horizontal {
  animation: horizontal_5801 2.72s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes horizontal_5801 {
  0% { transform:translate(0,0) }
  4.41177% { transform:translate(5px,0) }
  8.82353% { transform:translate(0,0) }
  13.23529% { transform:translate(5px,0) }
  17.64706% { transform:translate(0,0) }
  22.05882% { transform:translate(5px,0) }
  26.47059% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

.passing-reverse {
  animation: passing-reverse_1059 4s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes passing-reverse_1059 {
  0% { transform:translateX(50%); opacity:0 }
  50% { transform:translateX(35%); opacity:.5 }
  100% { transform:translateX(0%); opacity:1 }
}

.float {
  animation: float_1 4s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_1 {
  0% { transform: translateY(0) }
  50% { transform: translateY(-10px) }
  100% { transform: translateY(0) }
}

.float2 {
  animation: float_2 2s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_2 {
  0% { transform: translateY(0) }
  60% { transform: translateY(-5px) }
  100% { transform: translateY(0) }
}


/* 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;
}
a:focus{
  outline: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
[data-action="call"]  {text-decoration: none;}

/* font-size color
---------------------------------------------------- */
.x-small { font-size: 10px; line-height: 1.6; }
.small { font-size: 12px; line-height: 1.6; }
.middle { font-size: 14px; }
.large { font-size: 16px; }
.x-large { font-size: 18px; }
.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: bold;}

.white { color: #ffffff; }
.red { color: #f00; }
.blue { color: #0587c6; }
.purple { color: #e24bc4; }
.orange { color: #e48f0a; }
.green { color: #39a124; }
.pink{color: #FA68AF;}

/* スクロールでナビ表示
---------------------------------------------------- */
.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;}


#navibar {
    width: 100%;
    height: auto;
    z-index: 100;
}

@media (min-width: 768px) {
    #navibar {
        height:70px;
        /*32px;*/
        z-index: 100;
    }
	
  #navibar .navarea{padding-top: 20px;}
  #navibar .logo{padding-top: 20px;} 
}

@media (min-width: 992px) {
    #navibar {
        width: 100%;
        z-index: 100;
    }
  #navibar .logo{padding-top: 15px;} 

	
}

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


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

.sc {
display: flex;
align-items: center;
    width: 100%;
    margin: 0 auto;
	height: 80px;
	justify-content: space-between;}
.sc img{vertical-align: bottom;}
	
.sc .logo{padding-left: 15px;}
.sc .logo img{width: 140px;height: auto;}

.free{float: right;margin-right: 72px;}


.site-header{display: none;}
.header-change{display: none;}
.people{width: 100%; display: flex;position: relative;z-index: 10;background: url("../images/bg-nav.jpg");background-position: left top; background-repeat: repeat-x;height: 50px;}
.people .cuple{display: block;position: absolute;bottom: 30px;right:70px;}
.people .cuple img{width: 55px;height: auto;}

.people .jitensya{display: block;position: absolute;bottom: 0px;left:40%;}
.people .jitensya img{width: 86px;height: auto;}

.people .baby{display: block;position: absolute;bottom: -20px;left:25px;}
.people .baby img{width: 50px;height: auto;}



.header{display: none;}

@media (min-width: 768px) {
.sc .logo{padding-left: 25px;}
.sc .logo img{width: auto;height: auto;}
.people{display: none;}

}



@media (min-width: 992px) {
.cb-header2 {display: none!important;}

.site-header{
position: relative;
	display:block;
	justify-content: space-between;
	width: 100%;
	z-index: 99;
	bottom:0;
}
.header-change{
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: -330px;
	transition: 3.5s;
	width: 100%;
	z-index: 200;
}
.header-change.show{top: 0;}

.header{width: 100%; display: flex;position: relative;z-index: 10;background: url("../images/bg-nav.jpg");background-repeat: repeat-x;height: 77px;}
.header .wrap-head{width: 100%;margin: 0px auto;display: flex;position: relative;justify-content: center; align-items: center;}
.header .navarea{display: flex;flex-direction: column;position: relative;justify-content: flex-end; align-items:flex-end;}
.header .navarea .tel{margin-right: 7px;margin-bottom: 10px;}
.header .logo {margin-left: 15px;}
.header .logo img{width:130px;height: auto;}


.header-change .header{height: 100px;background: #fff;}
.header-change .header .wrap-head{width: 100%;margin: 0px auto;display: flex;position: relative;justify-content: space-between; align-items: center;}

.navbar-nav{  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
}
.navbar-nav li{padding: 0px 7px;margin: 0px; display: flex;align-items: center;}
.navbar-nav li a{text-align: center;color: #111; font-weight: 700; transition: .3s;display: flex;flex-direction: column;justify-content: center;border-bottom: 2px solid rgba(0,0,0,1);font-size: 14px;}
.navbar-nav li a.active{border-bottom:2px solid #84ae2e;color: #84ae2e;}
.navbar-nav li a:hover{border-bottom:2px solid #84ae2e;color: #84ae2e;}

.site-header .pic{display: none;}
.site-header .cuple{display: block;position: absolute;bottom: 60px;right:50px;}
.site-header .jitensya{display: block;position: absolute;bottom: 70px;left:50%;}
.site-header .baby{display: block;position: absolute;bottom: 10px;left:20px;}


}

@media (min-width: 1280px) {
.header .logo {margin-left: 50px;}

.header .logo img{width:auto; height: auto;}
.header .navarea .tel{margin-right: 10px;margin-bottom: 10px;}

.navbar-nav li{padding: 0px 10px;}
.navbar-nav li a{text-align: center;font-size: 15px;}


}


@media (min-width: 1680px) {


.header .wrap-head{width: 100%;margin: 0px auto;display: flex;position: relative;justify-content: space-between; align-items: center;}

.site-header .pic{display: block; position: absolute;bottom: 0;right:5%;}
.site-header .pic img{width:490px;height: auto;}

.site-header .cuple{display: none;}
.site-header .jitensya{display: none;}
.site-header .baby{display: none;}


}


@media (min-width: 1860px) {
.navbar-nav li{padding: 0px 15px;}
.navbar-nav li a{text-align: center;font-size: 16px;}

.site-header .pic{display: block; position: absolute;bottom: 0;right:10%;}
.site-header .pic img{width:auto;height: auto;}
.header .navarea .tel{margin-right: 15px;}

}








/* main
---------------------------------------------------- */
#mainimage{background: url("../images/bg-main.jpg");background-position: bottom right; height: 300px;background-size: cover; background-repeat: no-repeat;  position: relative;}
.main-logo{display: none;}

.main-txt{position: absolute;top:12%;left:5%;z-index: 100;}
.main-txt img{width: 290px;height: auto;}
.side-btn{position: absolute;top:20px;right:0;z-index: 100;display: flex;flex-direction: column;}
.side-btn img{margin-bottom: 10px;width: 50px;height: auto;}

	



@media (min-width: 768px){
#mainimage{background: url("../images/bg-main.jpg");background-position: bottom center; height: 500px;background-size: cover; background-repeat: no-repeat;  position: relative;}

.main-logo{display: block;position: absolute;top:10%;left:35px;}
.main-logo .maru{position: relative;background: white;width: 250px;height: 250px;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.main-logo .maru .gaiheki img{width: 180px;height: auto;margin-bottom: 15px;}
.main-logo .maru .irodori img{width: 280px;height: auto;margin-bottom: 10px;}
.main-logo .maru .tuboki img{width:auto;height: auto;margin-bottom: 20px;}
.main-logo .maru .tel img{width:180px;height: auto;}


.main-txt{position: absolute;top:15%;left:45%;z-index: 100;}
.main-txt img{width: 350px;height: auto;}

.side-btn img{margin-bottom: 10px;width: 60px;height: auto;}




}

@media (min-width: 992px){
#mainimage{background: url("../images/bg-main.jpg");background-position: top center; height: calc(100vh - 77px);background-size: cover; background-repeat: no-repeat;  position: relative;}
.side-btn{position: absolute;top:100px;right:0;z-index: 100;display: flex;flex-direction: column;}
.side-btn img{margin-bottom: 10px;width: 60px;height: auto;}
.main-txt{position: absolute;top:20%;left:45%;z-index: 100;}
.main-txt img{width: 400px;height: auto;}

.main-logo{display: block;position: absolute;top:15%;left:80px;}
.main-logo .maru{position: relative;background: white;width: 280px;height: 280px;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.main-logo .maru .gaiheki img{width: 180px;height: auto;margin-bottom: 20px;}
.main-logo .maru .irodori img{width: 300px;height: auto;margin-bottom: 10px;}
.main-logo .maru .tuboki img{width:auto;height: auto;margin-bottom: 20px;}
.main-logo .maru .tel img{width:200px;height: auto;}

}


@media (min-width: 1280px){
.main-txt{position: absolute;top:20%;left:50%;z-index: 100;}
.main-txt img{width: 450px;height: auto;}

.side-btn img{width: auto;height: auto;}

.main-logo{display: block;position: absolute;top:20%;left:20%;}
.main-logo .maru{position: relative;background: white;width: 300px;height: 300px;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.main-logo .maru .gaiheki img{width: auto;height: auto;margin-bottom: 20px;}
.main-logo .maru .irodori img{width: 360px;height: auto;margin-bottom: 10px;}
.main-logo .maru .tuboki img{width:auto;height: auto;margin-bottom: 20px;}
.main-logo .maru .tel img{width:auto;height: auto;}



}


@media (min-width: 1680px){
.main-txt{position: absolute;top:20%;left:50%;z-index: 100;}
.main-txt img{width: auto;height: auto;}

.main-logo .maru{position: relative;background: white;width: 320px;height: 320px;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.main-logo .maru .gaiheki img{width: auto;height: auto;margin-bottom: 20px;}
.main-logo .maru .irodori img{width: auto;height: auto;margin-bottom: 10px;}
.main-logo .maru .tuboki img{width:auto;height: auto;margin-bottom: 20px;}
.main-logo .maru .tel img{width:auto;height: auto;}



}











/* index.html 
---------------------------------------------------- */
.home #section01{position: relative; width: 100%;padding: 70px 0px;background: #f7f6f6;}
.home #section01 p{font-size: 15px;line-height: 1.8;font-family: 'Noto Sans JP', sans-serif;font-weight: 500;}


.home #section02{position: relative;  width: 100%;background: url("../images/bg-sec2.jpg"),#becd72;background-position: center top;background-size: 800px auto; background-repeat: no-repeat;padding: 30px 0px 50px; }

.park{position: absolute;top:-30px;right:-10px;z-index: 10;}
.park img{width: 200px;height: auto;}
.nayami{padding-top: 70px;text-align: center;}
.nayami img{width: 280px;height: auto;}
.home #section02 .wrap{padding-top: 40px;}
.home #section02 .wrap .box{padding: 35px 35px;background: #e0d99b;border-radius: 10px;position: relative;font-weight: 600;font-size: 16px;display: flex;align-items: center;margin-bottom: 40px;}
.home #section02 .wrap .box .number{position: absolute;top:-12px;left:15px;font-size: 36px;color: black;font-family: 'Montserrat', sans-serif;font-weight:700;line-height: 1;}
.home #section02 .wrap .box .en {position: absolute;top: 50%;transform: translateY(-50%); right:5px;color: black;font-family: 'Montserrat', sans-serif;font-weight:700;font-size: 10px;line-height: 1.4;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.bg-green-naname{position: relative;z-index: 20; background: url("../images/bg-green-naname.png");background-size: auto 30px; background-position: left top;height: 30px;}

.home #section03{position: relative; z-index: 10; width: 100%;background:url("../images/bg-tani.png"), url("../images/brickwall.png");background-position: center bottom,left top;background-repeat: no-repeat,repeat;padding: 80px 0px 60px;margin-top: -30px;}
.home #section03 #about{position: absolute;top:-30px;left:0;}
.home #section03 .tuta{position: absolute;top:0px;right:-10px;}
.home #section03 .tuta img{width: 50px;height: auto;}
.home #section03 .tuta2{position: absolute;top:90%;left:-20px;}
.home #section03 .tuta2 img{width:80px;height: auto;}
.home #section03 .box{background: white;border-radius: 15px;padding: 30px;margin-bottom: 20px;}
.home #section03 .box .txt-center{margin-bottom: 20px;}

.home #section03 .box h4{margin-bottom: 20px;}
.home #section03 .box h4 span{border-bottom: 2px solid #111;font-size: 18px;padding-bottom: 5px;font-weight: 700;}
.home #section03 .needs{text-align: center;}
.home #section03 .needs div{margin-bottom: 10px;}
.arrow_box{
    position:relative;
    width:100%;
    height:auto;
    background:#eee;
    padding:30px 20px;
    text-align:center;
    color:#111;
    border-radius:15px;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    position:absolute;
    bottom:100%;
    left:30%;
}
.arrow_box:after{
    border-color: rgba(248, 255, 217, 0);
    border-top-width:30px;
    border-bottom-width:30px;
    border-left-width:30px;
    border-right-width:30px;
    margin-left: -30px;
    border-bottom-color:#eee;
}
.arrow_box:before{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:19px;
    border-bottom-width:19px;
    border-left-width:19px;
    border-right-width:19px;
    margin-left: -19px;
    margin-bottom: 9px;
    border-bottom-color:#FFFFFF;
}
.arrow_box .index{font-size: 18px;text-align: center;margin-bottom: 20px;font-weight: 700;}
.arrow_box .txt{font-size: 14px;margin-bottom: 20px;font-weight: normal;text-align: left;}
.check_box{background: white;border-radius: 5px;padding: 15px;}
.check_box img{vertical-align: bottom;margin-bottom: 15px;}
.check_box .title{font-weight: 700;font-size: 15px;text-align: center;margin-bottom: 10px;}
.check_box .txt{font-size: 14px;margin-bottom: 0px;line-height: 1.6;}




.flow {margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flow > li {
	padding: 40px 30px 30px;
	margin-bottom:3em;
	-ms-flex-preferred-size: 100%;
	flex-basis:100%;
	position: relative;
	background: #d7ea95;
	border-radius: 15px;
}
.flow > li:last-child {margin-bottom:0em;}

.flow > li .icon {font-family: 'Montserrat', sans-serif;
font-weight: 700;
	font-size: 12px;
	color: #fff;
	background: orange;
	padding: 5px 20px;
	display: block;
	border-radius: 20px;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 100;
}
.flow > li dl dt {
	font-size: 17px;
	font-weight: 600;
	color: darkorange;
	margin-bottom: 15px;
}

.home #section04{background: #ededcc;position: relative;padding: 60px 0px;}
.home #section04 #merit{position: absolute;left:0;top:-80px;}
.home #section04 ul{position: relative;}
.home #section04 ul .fude{position: absolute;top:-60px;left:50%;}
.home #section04 ul .fude img{width: 150px;height: auto;}

.home #section04 .pic{margin-bottom: 15px;text-align: center;}
.home #section04 .pic img{border-radius:15px;width: 250px;height: auto;}
.home #section04 .pic2{margin-bottom: 15px;text-align: center;}
.home #section04 .pic2 img{border-radius:15px;width: 250px;height: auto;}

.home #section04 h4{font-weight: 700;font-size: 18px;margin-bottom: 15px;line-height: 1.8;}
.home #section04 .txt{line-height: 1.8;width: 90%;margin: 0px auto;}
.home #section04 .txt2{line-height: 1.8;width: 90%;margin: 0px auto;}

.home #section05{background: url("../images/bg-yama.png"),url("../images/wall4.png");background-position: center top,left top;background-repeat: no-repeat,repeat;position: relative;padding: 190px 0px 60px;}
.home #section05 #price{position: absolute;left:0;top:60px;}
.home #section05 h4{font-weight: 700;font-size: 18px;margin-bottom: 15px;line-height: 1.8;}
.home #section05 .table th{background: #d5f0f4;width: 100%;display: block;}
.home #section05 .table td{background: #fff;width: 100%;display: block;}
.home #section05 .box{border:2px solid #555;padding: 20px;border-radius: 8px;background: white;}
.home #section05 .box h5{font-weight: 700;margin-bottom: 15px;font-size: 15px;}

.home #section06{background: url("../images/kamifubuki1.png"),url("../images/kamifubuki2.png"),#fbe3ec;background-position: top left,top right;background-size: 100px auto,100px auto; background-repeat: no-repeat; position: relative;padding: 60px 0px;}
.home #section06 #otoku{position: absolute;left:0;top:-80px;}
.home #section06 .otoku{}
.home #section06 .otoku .box{background: url("../images/bg-stripe.jpg");padding: 25px;border:3px solid #82daf0;border-radius: 15px;margin-bottom: 30px;box-sizing: border-box;}
.home #section06 .otoku .wrap{}
.home #section06 .otoku .wrap .pic img{border-radius: 15px;}

.home #section06 .otoku .wrap p{text-align: left;padding-top: 20px;font-family: 'Mochiy Pop P One', sans-serif;color: #2EA0F7;}

.home #section06 .otoku {counter-reset: h4;}
.home #section06 .otoku h4{
    display: flex;
    line-height: 2rem;
    font-size: 1.2rem;
	margin-bottom: 1.2em;
}
.home #section06 .otoku h4:before {
    counter-increment: h4;
    content: counter(h4);
    background-color: #f875a6;
    color: #fff;
    font-family: 'Montserrat', sans-serif;font-weight:700;
	text-align: center;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.2rem;
    margin-right: .5rem;
    border-radius: 50%;
    flex-shrink: 0;
}



.home #section07{background: #fff;position: relative;padding: 60px 0px;}
.home #section07 #area{position: absolute;left:0;top:-80px;}
.home #section07 .map{margin-bottom: 30px;text-align: center;}
.home #section07 .map img{width: 260px;height: auto;}
.home #section07 .index{font-size: 24px;font-weight: 700;margin-bottom: 20px;line-height: 1.5;}
.home #section07 .sub{font-size: 18px;font-weight: 600;margin-bottom: 10px;}


.home #section08{background: #f7f7f7;position: relative;padding: 60px 0px;}
.home #section08 #others{position: absolute;left:0;top:-80px;}
.home #section08 .txt1{color: #50ACC4;font-weight: bold;font-size: 16px;text-align: center;margin-bottom: 30px;}
.home #section08 .txt2{padding: 15px;}
.home #section08 .category{display: flex;justify-content: space-between;flex-flow: wrap;}
.home #section08 .category .tag{width: 48%;padding: 15px 10px;text-align: center;font-weight:700;margin-bottom: 20px;}
.home #section08 .category .tag.blue1{background:#90dce3;}
.home #section08 .category .tag.blue2{background:#90dce3;}

.home #section09{background: #e0edfc;position: relative;padding: 60px 0px;}
.home #section09 .txt1{color: #4090ea;font-weight: bold;font-size: 16px;text-align: center;margin-bottom: 30px;}
.home #section09 .txt2{padding: 15px;}

.home #section10{background:url("../images/frenchstucco.png");background-position: center; position: relative;padding: 60px 0px;}
.home #section10 #company{position: absolute;left:0;top:-80px;}
.home #section10 .wrap{display: block;}
.home #section10 .txt{margin-bottom: 15px;padding: 0px 15px;}
.home #section10 a.btn-company{background: #3399cc;color: white;border-radius: 10px;text-align: center;width: 100%; padding:20px 15px;display: block;transition: .3s;}
.home #section10 a.btn-company:hover{background: #106996;}


/* テキストボックスのサイズ */
.form-xxs{ width:70px;}
.form-xs{ width:200px;}
.form-s,.form-m,.form-l,.form100{width:100%}
.form-h{  width:100%; height: 100px;}
.home #section05 select{ border:1px solid #ddd;padding:10px; border-radius:4px}

.btn-sim{text-align: center;padding: 15px;background: #ff6666;border-radius: 30px;color: white;font-weight: 700;}
.result{border:4px solid #ff6666;padding: 20px;background: white; text-align: center;margin-bottom: 3em;font-size: 18px;}
.result strong{font-size: 24px;margin-left: 20px;font-family: 'Montserrat', sans-serif;font-weight:700;}
.tax{font-size: 14px;}
.sankaku{text-align: center;margin-bottom: 20px;}


@media (min-width: 569px) {
.home #section02{position: relative; width: 100%;background: url("../images/bg-sec2.jpg"),#becd72;background-position: center top;background-size:1600px auto; background-repeat: no-repeat;padding: 30px 0px 60px; }
.park{position: absolute;top:-10px;right:20px;}
.nayami{padding-top: 40px;text-align: right;}
.nayami img{width: 320px;height: auto;}

.home #section02 .wrap{padding-top: 70px;}
.home #section02 .wrap .box{padding: 0px 40px;font-size: 16px;height:180px; margin-bottom: 50px;}
.home #section02 .wrap .box.hidari{margin-top:-40px;}
.home #section02 .wrap .box.migi{margin-top:40px;}

.home #section02 .wrap .box .number{font-size: 46px;top:-20px;}

.home #section03 .tuta{position: absolute;top:-80px;right:10px;}
.home #section03 .tuta img{width: 80px;height: auto;}
.home #section03 .needs{display: flex;justify-content: space-around;}
.home #section03 .needs div{padding: 0px 10px;}
.home #section03 .needs div{margin-bottom: 0px;}

.flow > li {
	padding: 40px 30px 30px;
	margin-bottom: 4em;
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	position: relative;
	border-radius: 15px;
	margin-right:5%;
}
.flow > li:last-child {margin-bottom:auto;}
.flow > li:nth-child(2n) {margin-right: 0;}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
background: #fff;
	content: "";
	border: solid transparent;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flow > li:not(:last-child)::before {
	border-width: 22px;
}
.flow > li:not(:last-child)::after {
	border-width: 20px;
	border-left-color:  #d7ea95;
}
.flow > li .icon {font-family: 'Montserrat', sans-serif;
font-weight: 700;
	font-size: 12px;
	color: #fff;
	background: orange;
	padding: 5px 20px;
	display: block;
	border-radius: 20px;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 100;
}
.flow > li dl dt {
	font-size: 17px;
	font-weight: 600;
	color: darkorange;
	margin-bottom: 15px;
}

.home #section04 .pic img{border-radius:15px;width: 350px;height: auto;}
.home #section06{background: url("../images/kamifubuki1.png"),url("../images/kamifubuki2.png"),#fbe3ec;background-position: top left,top right;background-size: 180px auto,180px auto; background-repeat: no-repeat; position: relative;padding: 60px 0px;}

.home #section06 .otoku{display: flex;justify-content: space-between;flex-flow: wrap;}
.home #section06 .otoku .box{padding: 20px;border-radius: 15px;width: 48%;}

}




@media (min-width: 768px) {
.home #section01{padding: 80px 0px;}
.home #section01 p{font-size: 15px;line-height: 2;font-family: 'Noto Sans JP', sans-serif;}

.home #section02{position: relative; width: 100%;background: url("../images/bg-sec2.jpg"),#becd72;background-position: center top;background-size: 1800px auto; background-repeat: no-repeat;padding: 30px 0px 60px; }

.park{position: absolute;top:-20px;right:20px;z-index: 10;}
.park img{width: 250px;height: auto;}
.nayami{padding-top: 60px;text-align: right;}
.nayami img{width: 360px;height: auto;}

.home #section02 .wrap .box{padding: 0px 50px;font-size: 18px;height:210px; margin-bottom: 60px;line-height: 2;}
.home #section02 .wrap .box .number{font-size: 50px;top:-30px;}
.home #section02 .wrap .box .en { right:5px;font-size: 12px;}
.bg-green-naname{position: relative;z-index: 20; background: url("../images/bg-green-naname.png");background-size: auto 60px; background-position: left top;height: 60px;}

.home #section03{margin-top: -60px;padding: 120px 0px 80px;}
.home #section03 .tuta{top:0px;right:10px;}
.home #section03 .tuta img{width: 80px;height: auto;}
.home #section03 .tuta2{position: absolute;top:60%;left:-20px;}
.home #section03 .tuta2 img{width:100px;height: auto;}
.home #section03 .box{padding: 30px;margin-bottom: 30px;}
.home #section03 .box h4{margin-bottom: 30px;}
.home #section03 .box h4 span{font-size: 20px;}
.home #section03 .needs{display: flex;justify-content: space-around;}
.home #section03 .needs div{padding: 0px 10px;}
.arrow_box{
    position:relative;
    width:100%;
    height:auto;
    background:#eee;
    padding:40px 40px;
    text-align:center;
    color:#111;
    border-radius:25px;}
.arrow_box:after{
    border-color: rgba(248, 255, 217, 0);
    border-top-width:50px;
    border-bottom-width:50px;
    border-left-width:50px;
    border-right-width:50px;
    margin-left: -50px;
    border-bottom-color:#eee;
}
.arrow_box .index{font-size: 22px;text-align: center;margin-bottom: 20px;font-weight: 700;}
.arrow_box .txt{font-size: 16px;margin-bottom: 30px;text-align: center;}

.check_box{padding: 15px;}
.check_box img{vertical-align: bottom;margin-bottom: 15px;}
.check_box .title{font-weight: 700;font-size: 15px;text-align: center;margin-bottom: 10px;}
.check_box .txt{font-size: 14px;margin-bottom: 0px;text-align: left;}


.flow > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: darkorange;
	margin-bottom: 15px;
}


.home #section04 h4{font-size: 20px;margin-bottom: 15px;line-height: 1.8;}
.home #section04 ul .fude{position: absolute;top:-90px;left:60%;}
.home #section04 ul .fude img{width: 150px;height: auto;}

.home #section04 .pic img{border-radius:0px 15px 15px 0px;}
.home #section04 .pic img{width: auto;height: auto;}
.home #section04 .pic2 img{border-radius:15px 0px 0px 15px;}
.home #section04 .pic2 img{width: auto;height: auto;}

.home #section04 .txt{line-height: 1.8;}

.home #section05{padding: 180px 0px 80px;}
.home #section05 .table th{width: 200px;display:table-cell;vertical-align: middle;}
.home #section05 .table td{background: #fff;width: auto;display: table-cell;vertical-align: middle;}
.btn-sim{font-size: 18px;width: 380px;margin: 0px auto;}

.result{padding: 40px;text-align: center;}
.result strong{font-size: 28px;margin-left: 20px;}
.home #section05 .box{padding: 30px;}
.home #section05 .box h5{font-size: 18px;}
.home #section06 .otoku .box{padding: 30px;border:5px solid #82daf0;}
.home #section06 .otoku h4{
    display: flex;
    line-height: 2.5rem;
    font-size: 1.4rem;
	margin-bottom: 1.2em;
}
.home #section06 .otoku h4:before {
    counter-increment: h4;
    content: counter(h4);
    background-color: #f875a6;
    color: #fff;
    font-family: 'Montserrat', sans-serif;font-weight:700;
	text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.4rem;
    margin-right: 1.1rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.home #section07 .map{margin-bottom: 0px;text-align: center;}
.home #section07 .map img{width: auto;height: auto;}

.home #section08 .txt1{color: #50ACC4;font-weight: bold;font-size: 18px;text-align: center;margin-bottom: 50px;}
.home #section08 .txt2{padding: 0px;}
.home #section08 .category .tag{width: 24%;padding: 15px 10px;text-align: center;font-weight:700;}
.home #section09 .txt1{font-size: 18px;text-align: center;margin-bottom: 50px;}
.home #section09 .txt2{padding: 0px;}

.home #section10 {padding: 80px 0px;}
.home #section10 .wrap{display:flex;width: 100%;justify-content: space-between;align-items: center;}
.home #section10 .wrap .headline-h3{margin-bottom: 0;}
.home #section10 .txt{margin-bottom: 0px;padding: 0px 0px;width:60%;}
.home #section10 .txt p{padding: 0px 20px;}
.home #section10 a.btn-company{background: #3399cc;color: white;border-radius: 10px;text-align: center;padding:15px 15px;display: block;transition: .3s;width: 100%;}

  .form-xxs{ width:50px;}
  .form-xs{ width:80px;}
  .form-s{width:200px}
  .form-m{width:300px}
  .form-l{width:100%}
  .form-h{ width:100%;height:150px;}

}



@media (min-width: 992px) {

.home #section01 p{font-size: 18px;line-height: 2;}
.home #section02{position: relative; width: 100%;background: url("../images/bg-sec2.jpg"),#becd72;background-position: center top;background-size: 2400px auto; background-repeat: no-repeat;padding: 30px 0px 60px; }

.park{position: absolute;top:-10px;right:20px;z-index: 10;}
.park img{width: auto;height: auto;}
.nayami{padding-top:90px;text-align: right;}
.nayami img{width: 460px;height: auto;}
.home #section02 .wrap{padding-top: 70px;}
.home #section02 .wrap .box{padding: 0px 50px;font-size: 18px;height:220px; margin-bottom: 80px;margin-left: 20px;margin-right: 20px;}
.home #section02 .wrap .box .number{font-size: 56px;top:-30px;}
.home #section02 .wrap .box.hidari{margin-top:-80px;}
.home #section02 .wrap .box.migi{margin-top:80px;}
.home #section03 #about{position: absolute;top:0px;left:0;}
.home #section03 .box{padding: 50px;margin-bottom: 30px;}
.home #section03 .box h4{margin-bottom: 40px;}
.home #section03 .box h4 span{font-size: 22px;}
.home #section03 .needs div{padding: 0px 0px;}
.home #section03 .box .txt-center{margin-bottom: 20px;text-align: center;}

.check_box .txt{font-size: 14px;text-align: left;}
.flow > li {
	padding: 40px 30px 30px;
	margin-bottom: 2em;
	-ms-flex-preferred-size: 23%;
	flex-basis: 23%;
	position: relative;
	border-radius: 15px;
	margin-right: 2%;
}
.flow > li:nth-child(2n) {margin-right: 2%;}
.flow > li:nth-child(4n) {margin-right: 0;}

.home #section04 #merit{position: absolute;left:0;top:-100px;}
.home #section04 ul .fude{position: absolute;top:-150px;left:60%;}
.home #section04 ul .fude img{width: 150px;height: auto;}

.home #section04 .txt{line-height: 1.8;width: 80%;margin: 0px auto;}
.home #section04 .txt2{line-height: 2;width: 80%;margin: 0px auto;}


.home #section05 #price{position: absolute;left:0;top:30px;}
.home #section05 .table th{width: 230px;display:table-cell;vertical-align: middle;}

.home #section06{background: url("../images/kamifubuki1.png"),url("../images/kamifubuki2.png"),#fbe3ec;background-position: top left,top right;background-size: 200px auto,200px auto; background-repeat: no-repeat; position: relative;}
.home #section06{position: relative;padding: 80px 0px;}
.home #section06 #otoku{position: absolute;left:0;top:-100px;}
.home #section06 .otoku .wrap{}
.home #section06 .otoku .box{padding: 40px;}
.home #section06 .otoku .wrap p{padding-top: 30px;font-size: 16px;letter-spacing: .1rem;}


.home #section07{background: #fff;position: relative;padding: 80px 0px;}
.home #section07 #area{position: absolute;left:0;top:-100px;}


.home #section08{padding:80px 0px;}
.home #section08 #others{position: absolute;left:0;top:-100px;}

.home #section09{padding: 80px 0px;}

.home #section10{position: relative;padding: 80px 0px;}
.home #section10 #company{position: absolute;left:0;top:-100px;}
.home #section10 a.btn-company{padding:25px 15px;}

  .form-xxs{ width:60px;}
  .form-xs{ width:150px;}

}




@media (min-width: 1280px) {
.home #section01{padding: 100px 0px;}
.home #section01 p{font-size: 20px;line-height: 2;}

.home #section02{position: relative; width: 100%;background: url("../images/bg-sec2.jpg"),#becd72;background-position: center top;background-size: auto auto; background-repeat: no-repeat;padding: 30px 0px 60px; }

.park{position: absolute;top:20px;right:20%;z-index: 10;}
.nayami{padding-top:200px;text-align: right;}
.nayami img{width: auto;height: auto;}
.home #section02 .wrap{padding-top: 100px;}
.home #section02 .wrap .box{padding: 0px 60px;font-size: 26px;height:260px; margin-bottom: 100px;margin-left: 25px;margin-right: 25px;}
.home #section02 .wrap .box .number{font-size: 94px;top:-50px;}
.home #section02 .wrap .box .en { right:10px;font-size: 13px;}

.bg-green-naname{position: relative;z-index: 20; background: url("../images/bg-green-naname.png");background-size: auto 100px; background-position: left top;height: 100px;}

.home #section03{margin-top: -100px;padding: 200px 0px 100px;}
.home #section03 .tuta{top:0px;right:20px;}
.home #section03 .tuta img{width: auto;height: auto;}
.home #section03 .tuta2{top:60%;left:-50px;}
.home #section03 .tuta2 img{width: auto;height: auto;}
.home #section03 .box{padding: 60px 70px;margin-bottom: 40px;}
.home #section03 .box h4{margin-bottom: 40px;}
.home #section03 .box h4 span{font-size: 26px;}
.arrow_box{
    position:relative;
    width:100%;
    height:auto;
    background:#eee;
    padding:50px 60px;
    text-align:center;
    color:#111;
    border-radius:25px;}
.arrow_box:after{
    border-color: rgba(248, 255, 217, 0);
    border-top-width:80px;
    border-bottom-width:80px;
    border-left-width:80px;
    border-right-width:80px;
    margin-left: -80px;
    border-bottom-color:#eee;
}
.arrow_box .index{font-size: 24px;text-align: center;margin-bottom: 30px;font-weight: 700;}
.arrow_box .txt{font-size: 16px;margin-bottom: 40px;text-align: center;}

.check_box{padding: 15px;}
.check_box img{vertical-align: bottom;margin-bottom: 25px;}
.check_box .title{font-weight: 700;font-size: 15px;text-align: center;margin-bottom: 10px;}
.check_box .txt{font-size: 14px;margin-bottom: 0px;text-align: left;}

.home #section04{padding: 100px 0px 50px;}
.home #section04 ul .fude{position: absolute;top:-180px;left:70%;}
.home #section04 ul .fude img{width: 180px;height: auto;}

.home #section04 .pic img{border-radius:0px 25px 25px 0px;}
.home #section04 .pic2 img{border-radius:25px 0px 0px 25px;}

.home #section04 h4{line-height: 2;font-size: 24px;margin-bottom: 20px;}
.home #section04 .txt{line-height: 2;padding-right: 0px;width: 520px;}
.home #section04 .txt2{line-height: 2;width: 520px;margin: 0px auto;}

.result{padding:50px;text-align: center;font-size:22px;}
.result strong{font-size: 34px;margin-left: 30px;letter-spacing: .1rem;}
.home #section05 {padding: 200px 0px 100px;}
.home #section05 .box{padding: 50px;}
.home #section05 .box h5{margin-bottom: 20px;font-size: 22px;}
.home #section06 {padding: 100px 0px;background-size: auto auto,auto auto;}
.home #section06 .otoku .box{padding: 60px;}
.home #section06 .otoku h4{
    display: flex;
    line-height: 3rem;
    font-size: 1.6rem;
	margin-bottom: 1.2em;
}
.home #section06 .otoku h4:before {
    counter-increment: h4;
    content: counter(h4);
    background-color: #f875a6;
    color: #fff;
    font-family: 'Montserrat', sans-serif;font-weight:700;
	text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.6rem;
    margin-right: 1.3rem;
    border-radius: 50%;
    flex-shrink: 0;
}
.home #section06 .otoku .wrap p{padding-top: 30px;font-size: 20px;letter-spacing: .2rem;line-height: 2;}

.home #section07 {padding: 100px 0px;}
.home #section07 .index{font-size: 30px;font-weight: 700;margin-bottom: 30px;line-height: 1.5;}
.home #section07 .sub{font-size: 22px;font-weight: 600;margin-bottom: 10px;}

.home #section08 {padding: 100px 0px;}
.home #section08 .txt1{color: #50ACC4;font-weight: bold;font-size: 20px;text-align: center;margin-bottom: 50px;}
.home #section08 .txt2{padding: 0px 30px;line-height: 2;}
.home #section08 .category .tag{padding: 19px 10px;}

.home #section09 {padding: 100px 0px;}
.home #section09 .txt1{font-size: 20px;margin-bottom: 50px;}
.home #section09 .txt2{padding: 0px 30px;line-height: 2;}

.home #section10 {padding: 100px 0px;}


  .form-xxs{ width:70px;}
  .form-xs{ width:200px;}

}







@media (min-width: 1680px) {
.home #section02 .wrap .box{padding: 0px 60px;font-size: 26px;height:260px; margin-bottom: 100px;margin-left: 30px;margin-right: 30px;}

.home #section03 .tuta{top:0px;right:10%;}
.home #section03 .tuta img{width: auto;height: auto;}
.home #section03 .tuta2{top:60%;left:0;}
.home #section03 .tuta2 img{width: auto;height: auto;}
.home #section04 ul .fude{position: absolute;top:-280px;left:70%;}
.home #section04 ul .fude img{width: auto;height: auto;}

}


a.veiwmore{font-weight: 600;color: #111;font-size: 16px;border: 2px solid #111;padding: 15px 20px;transition: .3s;border-radius: 30px;}
a.veiwmore:hover{background: #111;color: white;}






@media (min-width: 1024px) {


}





/* pagetop 
---------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
}
 #pagetop img{vertical-align: bottom;}

#pagetop a {
    display: block;
    width: auto;
    text-align: center;
}
 
#pagetop a:hover {
    opacity: .8;
    text-decoration: none;
}






/* -----  footer ------- */


footer{padding: 60px 0px;}
footer .txt1{text-align: center;font-weight: 700;font-size: 18px;margin-bottom: 30px;}
footer .wrap{background: #f0f5e1;padding: 25px;border-radius: 15px;margin-bottom: 20px;}
footer .footer-logo{text-align: center;margin-bottom: 30px;}
footer .tel{text-align: center;margin-bottom: 15px;}
footer .mail{margin-top: 15px;text-align: center;}
footer .mail a{text-align: center;background: #e96913;color: white;height: 45px;line-height: 45px;border-radius: 10px;transition: .3s;display: block;font-size: 16px;font-weight: 500;}
footer .mail a:hover{background: #e9a513;}
footer .line{text-align: center;}



.copy{font-size: 13px;color:#222;text-align: center;}



@media (min-width: 768px) {


footer{padding: 80px 0px;}
footer .txt1{font-size: 20px;}

footer .wrap{padding: 40px;display: flex;justify-content: space-between;align-items: center;}
footer .footer-logo{text-align: left;margin-bottom: 0px;}
footer .footer-logo img{width: 160px;height: auto;}
footer .tel{text-align: center;margin-bottom: 0px;width: 220px;}
footer .mail{margin-bottom: 0px;margin-top: 10px;}
footer .line img{width: 230px;height: auto;}






}


@media (min-width: 992px) {

footer .wrap{padding: 50px;display: flex;justify-content: space-between;align-items: center;}
footer .footer-logo{text-align: left;margin-bottom: 0px;}
footer .footer-logo img{width: auto;height: auto;}
footer .tel{text-align: center;margin-bottom: 0px;width: 250px;}
footer .mail{margin-bottom: 0px;margin-top: 10px;}
footer .line img{width: auto;height: auto;}


}




@media (min-width: 1280px) {

footer{padding: 120px 0px;}
footer .wrap{padding: 80px 70px;}
footer .footer-logo{text-align: left;margin-bottom: 0px;}
footer .footer-logo img{width: auto;height: auto;}
footer .tel{text-align: center;margin-bottom: 0px;width: 250px;}
footer .mail{margin-bottom: 0px;margin-top: 15px;}
footer .line img{width: auto;height: auto;}


}





/*------------------------------　　下層ページ style　　------------------------------------------*/
.h2area{width: 90%; height: 180px;display:block; position: relative;float: right;margin-bottom: 90px;}
.h2area.bg-company{background: url("../images/h2-company.jpg");background-position: center bottom;background-size: cover;background-repeat: no-repeat;}
.h2area.bg-product{background: url("../images/h2-product.jpg");background-position: center bottom;background-size: cover;background-repeat: no-repeat;}
.h2area.bg-price{background: url("../images/h2-price.jpg");background-position: center bottom;background-size: cover;background-repeat: no-repeat;}
.h2area.bg-others{background: url("../images/h2-others.jpg");background-position: center bottom;background-size: cover;background-repeat: no-repeat;}
.h2area.bg-contact{background: url("../images/h2-contact.jpg");background-position: center bottom;background-size: cover;background-repeat: no-repeat;}
.h2-txt {font-size: 36px;letter-spacing: 0.08rem;font-weight: 600;color: #48b2ea;font-family: 'Saira', sans-serif;position: absolute;bottom:-40px;left:-15px;}
.h2-txt span{font-size: 18px;letter-spacing: 0.08rem;display: block;font-weight: 600;color: #036;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}

.fuchidori{text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;}


.h2-shadow {
    -webkit-filter: drop-shadow(3px 5px 5px rgba(0,0,0,.3));
        filter: drop-shadow(3px 5px 5px rgba(0,0,0,.3));
        }
		

.headline-h3 {
  font-size: 24px;
color: #111;
text-align: center;
font-weight: 600;
margin-bottom: 40px;}

.headline-h3 img{display: block;margin: 0px auto;margin-bottom: 10px;width: 130px;height: auto;}
.headline-h3-2 {text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;margin-bottom: 40px;}
.headline-h3-2 img.tag{margin-bottom: 10px;width: 130px;height: auto;}

.headline-h4 { text-align: left;
  font-size: 18px;
color: #222;
font-weight: 600;
margin-bottom: 30px;
   text-indent: -1.9em;
   padding-left: 1.9em;}



@media (min-width: 768px) {
.h2area{width: 90%; height: 260px; position: relative;float: right;margin-bottom: 100px;}
.h2area.bg-company{background-size: cover;}
.h2-txt {font-size: 56px;letter-spacing: 0.08rem;left:-40px;bottom:-52px;}
.h2-txt span{font-size: 20px;padding-top: 5px;}



.headline-h3 {font-size: 30px;margin-bottom: 50px;}
.headline-h3 img{width: 170px;height: auto;}
.headline-h3-2 img.tag{width: 170px;height: auto;}

.headline-h4 {  font-size: 18px;}
.headline-h4 span.number{font-size: 30px;padding:0px 5px 10px;}

}


@media (min-width: 992px) {
.h2area{width: 90%; height: 300px;display: flex; position: relative;float: right;margin-bottom: 130px;}
.h2area.bg-company{background-size: cover;}
.h2-txt {font-size: 65px;letter-spacing: 0.08rem;top:auto;left:20px;bottom:-60px;}
.h2-txt span{font-size: 22px;padding-top: 5px;}



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

}


@media (min-width: 1280px) {
.h2area{width: 90%; height: 350px;display: flex; position: relative;float: right;margin-bottom: 170px;}
.h2area.bg-company{background-size: cover;}
.h2-txt {font-size: 78px;letter-spacing: 0.08rem;top:auto;left:20px;bottom:-75px;}
.h2-txt span{font-size: 28px;}

.headline-h3 {font-size: 38px;margin-bottom: 60px;}
.headline-h3 img{width: auto;height: auto;}

.headline-h3-2 img.tag{width: auto;height: auto;}



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

}



#pankuzu{background: #fff;}





.marker {
  background: linear-gradient(transparent 60%, #ffff7f 0%);
}
.marker2 {
  background: linear-gradient(transparent 70%, #f60 0%);
}

.btn-back {
  display: inline-block;
  padding:10px 5px;
  text-align: center;
  width:240px;
  text-decoration: none;
  border-radius: 30px;
  background:#6ecfde;
  color: #fff;/*文字色*/
  font-size: 15px;
  letter-spacing: 0;
  transition: .3s;
}
.btn-back:hover{
  color: #fff;/*文字色*/
  background:#388faa;

}

.btn-pdf {
  display: inline-block;
  padding:10px 5px 10px 40px;
  text-align: left;
  width:100%;
  text-decoration: none;
  border-radius: 7px;border:3px solid #85def7;
  background:url("../images/ico-pdf.png"),#fff;
  background-position: center left 10px;background-repeat: no-repeat;
  color: #555;/*文字色*/
  font-size: 14px;
  letter-spacing: 0;
}
.btn-pdf:hover{
  color: #222;/*文字色*/
  background:url("../images/ico-pdf.png"),#85def7;
background-position: center left 10px;background-repeat: no-repeat;
}


@media (min-width: 768px) {
.btn-back {
  padding:18px 5px;
  width:340px;
  font-size: 16px;
}

}



.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:0px 10px;
	line-height: 1.4;
	font-size: 14px;
}
.paging .page{text-align: center;margin-bottom: 5px;font-size: 13px;}
.paging span.current,
.paging  span.paging-text a{
	padding:5px 10px;
	color:#333;
	display:inline-block;
	margin:3px 0;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
}
.paging span.current {
	background:#DA4646;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#DA4646;
	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: 767px) {
.table-responsive {
border:none;
}
.table-responsive::after {
font-size: 12px;
display: block;
padding: 0px 5px 5px 5px;
content: "表は左右にスクロールできます";
color: #999;
}
.table-responsive::-webkit-scrollbar {
height: 5px;
}

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

.table-responsive::-webkit-scrollbar-thumb {
border-radius: 5px;
background:#4ba4bc;
}
}


/* アコーディオン */
.accordion {width:100%;}
.accordion dt {
	cursor:pointer;
	background: url(../images/plus_black.gif),#ddd;
	background-repeat: no-repeat;
	background-position: right 15px center;
	color:#222;
	padding:10px;
	font-size:15px;	
	font-weight: 700;margin-bottom: 5px;
}
.accordion dd{
	display:none;
	line-height:120%;
	margin:0;
	padding:0px;
	}
.accordion dt.active{
	background: url(../images/minus_black.gif),#ddd;
	background-repeat: no-repeat;
	background-position: right 15px center;
}
.accordion dt.cover {
	background-color: #eee;
}
.accordion dd ul{}
.accordion dd ul li{width: 100%;}
.accordion dd ul li a{padding: 15px;color: #fff;background: #243551; transition: .3s;font-weight: 600;border-radius: 3px;display:  block;text-align: center;margin-bottom: 5px;}
.accordion dd ul li a:hover{background: #555;}

@media (min-width: 768px) {

.accordion {width:100%;display: block;}
.accordion dt {display: none;}

.accordion dd{
	display:block;
	line-height:1.6;
	margin:0;
	padding:0px;	
	}
.accordion dd ul{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	line-height:1;
	margin:0;
	padding:0px;
	}
.accordion dd ul li{width: auto;}
.accordion dd ul li a{font-size: 14px;margin-bottom: 0px;margin: 0px 2px;padding: 13px 20px;}

}

@media (min-width: 992px) {
.accordion dd ul li{}
.accordion dd ul li a{font-size: 18px;padding: 15px 25px;}

}

@media (min-width: 1280px) {
.accordion {width:100%;margin-bottom: 80px;}
.accordion dd ul li a{font-size: 18px;padding: 20px 40px;}


}





/* -----  company.html  -----*/

.company #section01{padding: 60px 20px;position: relative;clear: both;background: #243551;}
.company #section01 .box{padding: 30px;position: relative;background: #fff;}
.company #section02{padding: 60px 0px;position: relative;}
.company .wrap{padding: 0px 20px;}
.company .table {border-bottom: 1px solid #ddd;}
.company .table th {width: 100%;display: block;color: #39c;}
.company .table td {width: 100%;display: block;}
.company .table td span{color: #333;}
.company #section03{padding: 60px 0px;position: relative;}
.company #section04{padding: 60px 0px;position: relative;}
.company .map iframe{width: 100%;height: 280px;}
a.btn-map{background: #003366;color: white;padding: 10px 15px;border-radius: 5px;transition: .3s;display: inline-block;}
a.btn-map:hover{background: #555;}


@media (min-width:768px) {
.company #section01{padding: 80px 0px;position: relative;clear: both;background: #243551;}
.company #section01 .box{padding: 30px 10% 30px 40px;position: relative;background: #fff;width: 60%;}
.company #section01 img{position:absolute;top:40px;right:15px;width: 45%;height: auto;}
.company #section02{padding: 80px 0px;}
.company .table th {width: 200px;display: table-cell;}
.company .table td {width: auto;display: table-cell;}
.company #section03{padding: 80px 0px;}
.company #section04{padding: 80px 0px;}

}


@media (min-width:992px) {
.company #section01 .box{padding: 50px 10% 50px 50px;position: relative;background: #fff;width: 60%;}
.company #section01 .box p{line-height: 2;}

.company #section01 img{position:absolute;top:40px;right:15px;width: 45%;height: auto;}
.company .map iframe{width: 100%;height: 350px;}


}


@media (min-width:1280px) {
.company #section01{padding: 120px 15%;}
.company #section01 .box{padding: 50px ;position: relative;background: #fff;width: 60%;}
.company #section01 img{position:absolute;top:40px;right:20%;width: 25%;height: auto;}
.company #section02{padding: 120px 0px;}
.company .wrap{padding: 0px 0px;width: 80%;margin: 0px auto;}
.company .table th {width: 240px;display: table-cell;padding: 20px 15px;}
.company .table td {padding: 20px 15px;}
.company #section03{padding: 120px 0px;}
.company #section03 .table th {width:160px;display: table-cell;padding: 20px 15px;}
.company #section04{padding: 120px 0px;}
.company .map iframe{width: 100%;height: 450px;}

}


@media (min-width:1680px) {
a.btn-map{padding: 15px 25px;}
}



/* -----  product.html ------- */
.wrapper{padding: 0px 20px;}
.t-product{border-bottom: 1px solid #eee;padding-bottom: 10px;font-size: 18px;margin-bottom: 35px;}
.t-product span{color:#3BB8E7;font-family: 'Candal', sans-serif;margin-right: 10px;}
.t-product span.migi{color:#999;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";margin-right: 0px;font-size: 14px;padding-top: 10px;display: block;}
.t-product span.price{color:#3BB8E7;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-weight: bold;}

.product #section01{padding: 30px 0px 20px;position: relative;}
.product #section01 .txt-other{padding: 0px;text-align: center;padding-top: 10px;}

.product #section02{padding: 60px 0px;position: relative;clear: both;}
.product #section02 .box {background: #fafafa;border-radius: 15px;padding: 15px 20px;}
.product #section02 .box h5{text-align: center;margin-bottom: 20px;color: #069bcc;font-weight: 500;font-size: 18px;}
.product #section02 .box p{padding: 0px;}

.product #section02 #target1{position: absolute;left:0;top:-80px;}
.product #section02 .table{margin-bottom: 5px;font-size: 14px;}
.product #section02 .table thead th{text-align: center;white-space: nowrap;}
.product #section02 .table tbody th{width: auto;white-space: nowrap;}
.product #section02 .table tbody td{text-align: center;width: 12%;}
.product #section02 .table thead th.color{background: #ecf3fd;}

.product #section03{padding: 60px 0px;position: relative;}
.product #section03 #target2{position: absolute;left:0;top:-80px;}
.product #section03 .txt1{font-size: 20px;font-weight: bold;color: #1454AB;line-height: 2;margin-bottom: 30px;}
.product #section03 .box {background: #fafafa;border-radius: 15px;padding: 15px 20px;}
.product #section03 .box h5{text-align: center;margin-bottom: 20px;color: #069bcc;font-weight: 500;font-size: 18px;}
.product #section03 .box p{}

.product #section04{padding: 60px 0px;position: relative;}
.product #section04 #target3{position: absolute;left:0;top:-80px;}
.product #section04 .waku {
    background-color: #306EB7;
    color: #fff;
    padding: 15px 10px;
    position: relative;text-align: center;
}
.product #section04 .waku::after {
    content: "";
    border-color: #036 #fff #fff #036;
    border-style: solid;
    border-width: 0 0 15px 15px;
    bottom: 0;
    position: absolute;
    right: 0;
}
.product #section04 .use{padding: 10px;font-size: 14px;line-height: 1.6;}
.price-table1{text-align: center;font-size: 13px;margin-bottom: 30px!important;}
.price-table1 th{border-top: none;border-bottom: 1px solid #eee;white-space: nowrap;}
.price-table1 td{border-top: none;border-bottom: 1px solid #eee;white-space: nowrap;}
.table-responsive .price-table1{margin-bottom: 0px!important;}

.price-table1 th:nth-of-type(2){background: #f7f7f7;}
.price-table1 th:nth-of-type(3){color: red;}
.price-table1 th:nth-of-type(4){color: dodgerblue;}
.price-table1 th:nth-of-type(5){background: #f7f7f7;}
.price-table1 th:nth-of-type(6){color: red;}
.price-table1 th:nth-of-type(7){color: dodgerblue;}

.price-table1 td:nth-of-type(2){background: #f7f7f7;}
.price-table1 td:nth-of-type(3){color: red;}
.price-table1 td:nth-of-type(4){color: dodgerblue;}
.price-table1 td:nth-of-type(5){background: #f7f7f7;}
.price-table1 td:nth-of-type(6){color: red;}
.price-table1 td:nth-of-type(7){color: dodgerblue;}
.price-pic img{width: 200px;height: auto;}

.product #section05{padding: 60px 0px;position: relative;}
.product #section06{padding: 60px 0px;position: relative;}



@media (min-width:768px) {
.t-product{padding-bottom: 15px;font-size: 24px;margin-bottom: 40px;}


.product #section01{padding: 30px 0px 20px;}
.product #section02{padding: 70px 0px;}
.product #section03{padding: 70px 0px;}
.product #section03 .box {background: #fafafa;border-radius: 15px;padding: 25px 30px;}

.product #section04{padding: 70px 0px;}
.price-table1{font-size: 13px;}
.price-pic img{width:300px;height: auto;}

}




@media (min-width:992px) {
.product #section02 #target1{position: absolute;left:0;top:-100px;}
.product #section03 #target2{position: absolute;left:0;top:-100px;}
.product #section04 #target3{position: absolute;left:0;top:-100px;}
.product #section04 .waku {
    background-color: #306EB7;
    color: #fff;
    padding: 15px 10px;
    position: relative;text-align: center;
}
.product #section04 .waku::after {
    content: "";
    border-color: #036 #fff #fff #036;
    border-style: solid;
    border-width: 0 0 20px 20px;
    bottom: 0;
    position: absolute;
    right: 0;}

.t-product span.migi{float: right;padding-top: 15px;display: inline;}

.price-table1{text-align: center;font-size: 14px;margin-bottom: 0px!important;}
.price-pic img{width:auto;height: auto;}
.product #section06 li p{padding: 0 40px 0 0;}

}





@media (min-width:1280px) {
.wrapper{padding: 0px 0px;width: 80%;margin: 0px auto;}
.t-product{padding-bottom: 15px;font-size: 28px;margin-bottom: 50px;}

.product #section01{padding: 30px 0px 30px;}
.product #section01 li p{padding: 0px 110px 0px 30px;line-height: 2;}


.product #section02{padding: 110px 0px;}
.product #section02 li p{padding: 0px 110px 0px 30px;line-height: 2;}
.product #section02 .box {background: #fafafa;border-radius: 15px;padding: 45px 50px;}
.product #section02 .box h5{text-align: center;margin-bottom: 30px;color: #069bcc;font-weight: 500;font-size: 22px;}
.product #section02 .box p{padding: 0px;}

.product #section03{padding: 110px 0px;}
.product #section03 li p{padding: 0px 110px 0px 30px;line-height: 2;}
.product #section03 .txt1{font-size: 20px;font-weight: bold;color: #1454AB;line-height: 2;margin-bottom: 30px;padding: 0px 0px 0px 100px;}
.product #section03 .box {background: #fafafa;border-radius: 15px;padding: 45px 60px;}
.product #section03 .box h5{text-align: center;margin-bottom: 30px;color: #069bcc;font-weight: 500;font-size: 22px;}
.product #section03 .box p{}

.product #section04{padding: 110px 0px;}
.product #section04 li p{padding: 0px 110px 0px 30px;line-height: 2;}
.product #section05{padding: 110px 0px;position: relative;}
.product #section06{padding: 100px 0px;position: relative;}
.product #section06 li p{padding: 0 60px 0 0;}

}




/* -----  others.html ------- */
.others #section01{padding: 60px 0px;}

.others #section02{padding: 60px 0px;position: relative;}


@media (min-width:768px) {
.others #section01{padding: 80px 0px;}

.others #section02{padding: 80px 0px;position: relative;}

}












/* -----  recruit.html ------- */
.recruit #section01{padding: 40px 0px 50px;background: #f1fafc;position: relative;z-index: 30;}
.recruit #section01 .gazo{text-align: center;margin-bottom: 30px;padding: 0px 25px;}
.recruit #section01 .txt1{text-align: center;margin-bottom: 50px;padding: 0px 20px;font-weight: bold;}


.recruit #section02{padding: 60px 0px;position: relative;z-index:20;}
.recruit #section02 .wrap{margin-bottom: 30px;}
.recruit #section02 .staffbox{display: flex;flex-direction: column;background: white;border-radius: 15px;padding: 20px;margin-bottom: 20px;}
.recruit #section02 .pic{width: 180px;margin: 0px auto;margin-bottom: 10px;}
.recruit #section02 .txtbox{padding: 20px 20px 0px;font-size: 14px;line-height: 1.6;}
.recruit #section02 .txtbox .name{margin-bottom: 10px;font-weight: 500;font-size: 16px;}
.recruit #section02 .txtbox .name span{font-size: 14px;}

.recruit .btn-recruit{text-align: center;}
.recruit .btn-recruit a{background: #84B8CB;color: white;font-weight: bold;padding: 10px 45px;display: inline-block;transition: .3s;letter-spacing: 0;border-radius: 40px;line-height: 1.4;font-size: 16px;}
.recruit .btn-recruit a:hover{background:#3F8AA6;}



.recruit .table{border-bottom: 1px solid #ddd;margin-bottom: 0px;}
.recruit .table th{width: 100%;display: block;background: white;text-align: center;}
.recruit .table td{width: 100%;display: block;background: white;}


@media (min-width:414px) {
.recruit #section01 .gazo{width: 300px;margin: 0px auto; text-align: center;margin-bottom: 30px;padding: 0px 0px;}


}


@media (min-width:768px) {

.recruit #section01{padding:80px 0px;}
.recruit #section01 .gazo{width: 500px;margin: 0px auto; text-align: center;margin-bottom: 30px;padding: 0px 0px;}
.recruit #section01 .txt1{font-size: 18px;line-height: 2;letter-spacing: .1rem;}

.recruit #section02{padding: 80px 0px 80px;}
.recruit #section02 .wrap{padding: 0px 20px;}
.recruit #section02 .staffbox{display: flex;flex-direction: row;background: white;border-radius: 15px;padding: 20px;}
.recruit #section02 .pic{width: 23%;margin: 0px auto;margin-bottom: 0px;}
.recruit #section02 .txtbox{width: 75%; padding: 20px 20px 0px 40px;font-size: 14px;line-height: 1.6;}

.recruit .table{width: 86%;margin: 0px auto;}
.recruit .table th{width: 180px;display: table-cell;vertical-align: middle;}
.recruit .table td{width: auto;display: table-cell;}

.recruit .btn-recruit a{padding: 20px 35px;display: inline-block;transition: .3s;letter-spacing: 0;border-radius: 40px;line-height: 1.4;font-size: 16px;}


}



@media (min-width: 992px) {
.recruit #section01 .gazo{width: auto;margin: 0px auto; text-align: center;margin-bottom: 50px;padding: 0px 0px;}
.recruit #section01 .txt1{font-size: 20px;line-height: 2.2;letter-spacing: .1rem;margin-bottom: 60px;}


.recruit #section02 p{}
.recruit .table{padding: 0px 0px;width: 800px;margin: 0px auto;}

.recruit #section02 .wrap{display: flex;justify-content: space-between;flex-flow: wrap;margin-bottom: 50px;}
.recruit #section02 .staffbox{width: 30%; display: flex;flex-direction: column;background: white;border-radius: 15px;padding: 30px 20px;}
.recruit #section02 .txtbox{width:auto; padding: 20px 20px 0px;font-size: 14px;line-height: 1.6;}
.recruit #section02 .pic{width: 180px;margin: 0px auto;margin-bottom: 10px;}
.recruit #section02 .txtbox .name{margin-bottom: 10px;font-weight: 500;font-size: 18px;}

}


@media (min-width: 1280px) {

.recruit #section01{padding: 100px 0px;}
.recruit #section01 .gazo{margin-bottom: 60px;}
.recruit #section01 .txt1{font-size: 24px;line-height: 2.2;letter-spacing: .1rem;margin-bottom: 80px;}


.recruit #section02{padding: 100px 0px 100px ;}
.recruit #section03{padding: 100px 0px 100px;}
.recruit #section04{padding: 100px 0px 100px;}
.recruit #section02 .pic{width: 200px;margin: 0px auto;margin-bottom: 10px;}
.recruit .table th{padding: 20px 10px;}
.recruit .table td{padding: 20px 10px;}
.recruit .btn-recruit a{padding: 30px 35px;font-size: 20px;border-radius: 50px;}

}






/* -----  contact-box ------- */

.contact #section01{padding: 60px 0px;clear: both;}

.contact #section02{padding: 60px 0px;position: relative;}
.contact #section02 .txt{margin-bottom: 40px}



.contact .table{border-bottom: 1px solid #eee;}
.contact .table th{width: 100%;display: block;background: #fafafa;}
.contact .table td{width: 100%;display: block;background: white;}
.contact .table th span.hissu{background: red;color: white;padding: 0px 5px;border-radius: 5px;float: right;font-size: 12px;font-weight: bold;}

.contact-box{}
.contact-box p.tel{text-align:center;font-size: 15px;font-family: 'Noto Serif JP', serif;font-weight: 500;background:#c3e3f4;padding: 25px 0px;border-radius: 15px;}
.contact-box p.tel span{font-size: 28px;font-weight: 500;}
.contact-box span.info{font-size: 14px!important;text-align: center;padding-top: 5px;display: block;letter-spacing: 0rem!important;font-weight: normal;}
.contact h4{font-weight: 500;margin-bottom: 15px;font-size: 20px;}


.tenpu label {
 display: inline-block;
 position: relative;
 background: #ccc;
 color:#fff;
 font-size: 14px;
 padding: 5px 15px;
 border-radius: 4px;
 transition: all 0.3s;
 cursor: pointer!important;
 margin: 2px 0px;
}
.tenpu label:hover {
 background: #888;
}
.tenpu label input {
 position: absolute;
 left:0;
 top:0;
 opacity: 0;
 width: 100%;
 height: 100%;
}
.tenpu .filename {
 font-size: 14px!important;
 margin:0 0 0 10px;
 display: inline-block!important;
}


@media (min-width: 768px) {

.contact #section01{padding: 60px 0px 90px;}
.contact #section01 .h3-title{font-size: 24px;margin-bottom: 15px;line-height: 1.8;}
.contact #section01 .txt{text-align: center;margin-bottom: 40px}


.contact #section02{padding: 80px 0px 80px;}
.contact-box p.tel{text-align:center;font-size: 18px;font-weight: 500;}
.contact-box p.tel span{font-size: 30px;font-weight: 500;}


.contact .table th{width: 250px;display:table-cell;font-weight: normal;vertical-align: middle;}
.contact .table td{width: auto;display:table-cell;}





}


@media (min-width: 992px) {
.contact-box {width: 800px;margin: 0px auto;}
.contact-box p.tel{font-size: 19px;font-weight: 500;padding: 40px 0px;}
.contact-box p.tel span{font-size: 32px;font-weight: 500;}

.contact #section02 .txt{margin-bottom:50px}

}


@media (min-width: 1140px) {

.contact-box p.tel{font-size: 15px;font-weight: 500;}
.contact-box p.tel span{font-size: 30px;font-weight: 500;letter-spacing: 0.2rem;}
.contact .table th{width: 250px;display:table-cell;font-weight: normal;}
.contact h4{font-weight: 500;margin-bottom: 25px;font-size: 26px;}


}


@media (min-width: 1280px) {

.contact #section01{padding: 70px 0px 130px;}
.contact #section02{padding: 100px 0px 100px;}

.contact-box ul{}


}



.doi-box{background:#fff;padding: 30px 15px;border-radius: 15px;}
.doi-box label{font-size: 13px;margin-bottom: 15px;}
.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: 7px 5px;}

@media (min-width: 768px) {
.doi-box label{font-size: 14px;margin-bottom: 20px;}
.doi-box .btn-lg{font-size: 14px;padding: 7px 10px;}
}

@media (min-width: 1140px) {
.doi-box .btn-lg{font-size: 16px;padding: 15px 50px;}
}





.form-s{width:70px}
.form-m{width:150px}
.form-name{width:99%;}
.form100{width:99%}
.form-h{ height:80px}
.needinput{background-color:#fafafa;border:1px solid #ddd}
input ,select {
    position:relative;
	color: #111;
	font-size: 13px;
}
input[type="checkbox"], input[type="radio"] {vertical-align:middle;position: relative;top:-2px;}
input{font-size:100%;vertical-align:middle; padding:12px;}
input[type="text"], select{border:1px solid #ddd;}
input,textarea { outline:0; padding:12px;border-radius: 7px; }
textarea{border:1px solid #ccc;width:99%;color: #111;}

input::placeholder {
	color: #ccc;font-size: 13px;letter-spacing: 0.08rem;
}
input::-webkit-input-placeholder {
	color: #ccc;font-size: 13px;letter-spacing: 0.08rem;
}
input:-ms-input-placeholder {
	color: #ccc;font-size: 13px;letter-spacing: 0.08rem;
}
input::-moz-placeholder {
	color: #ccc;font-size: 13px;letter-spacing: 0.08rem;
}
textarea::placeholder {
	color: #ccc;font-size: 13px;letter-spacing: 0.08rem;
}
textarea::-webkit-input-placeholder {
	color: #ccc;font-size: 13px;letter-spacing: 0.08rem;
}
textarea:-ms-input-placeholder {
	color: #ccc;font-size: 13px;letter-spacing: 0.08rem;
}
textarea::-moz-placeholder {
	color: #ccc;font-size: 13px;letter-spacing: 0.08rem;
}


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

}



/*-----------------------------------------------------------------------------
print css
-----------------------------------------------------------------------------*/
@media print {
body {padding-top: 0px;}
.cb-header {display: none!important;}
.cb-header2 {display: none!important;}
.aos-init { opacity: 1 !important; transform: none !important; }
#mainimage{background: url("../images/bg-main.jpg");background-position: bottom center; height: 500px;background-size: cover; background-repeat: no-repeat;  position: relative;}
.main-logo{display: block;position: absolute;top:10%;left:35px;}
.main-logo .maru{position: relative;background: white;width: 250px;height: 250px;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.main-logo .maru .gaiheki img{width: 180px;height: auto;margin-bottom: 15px;}
.main-logo .maru .irodori img{width: 280px;height: auto;margin-bottom: 10px;}
.main-logo .maru .tuboki img{width:auto;height: auto;margin-bottom: 20px;}
.main-logo .maru .tel img{width:180px;height: auto;}
.main-txt{position: absolute;top:15%;left:45%;z-index: 100;}
.main-txt img{width: 350px;height: auto;}
.side-btn img{margin-bottom: 10px;width: 60px;height: auto;}

.site-header{
position: absolute;
top:500px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 99;
}
.header-change{display: none;}
.header{width: 100%; display: flex;position: relative;z-index: 10;background: url("../images/bg-nav.jpg");background-repeat: repeat-x;height: 77px;}
.header .wrap-head{width: 100%;margin: 0px auto;display: flex;position: relative;justify-content: center; align-items: center;}
.header .navarea{display: flex;flex-direction: column;position: relative;justify-content: flex-end; align-items:flex-end;}
.header .navarea .tel{margin-right: 7px;margin-bottom: 10px;}
.header .logo {margin-left: 15px;}
.header .logo img{width:130px;height: auto;}
.navbar-nav{  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
}
.navbar-nav li{padding: 0px 5px;margin: 0px; display: flex;align-items: center;}
.navbar-nav li a{text-align: center;color: #111; font-weight: 700; transition: .3s;display: flex;flex-direction: column;justify-content: center;border-bottom: 2px solid rgba(0,0,0,1);font-size: 14px;}
.site-header .pic{display: none;}
.site-header .cuple{display: block;position: absolute;bottom: 60px;right:50px;}
.site-header .jitensya{display: block;position: absolute;bottom: 70px;left:50%;}
.site-header .baby{display: block;position: absolute;bottom: 10px;left:20px;}
.home #section03 .needs{display: flex;justify-content: space-around;}
.home #section03 .needs div{padding: 0px 10px;}
.home #section03 .needs div{margin-bottom: 0px;}
.flow > li {
	padding: 40px 30px 30px;
	margin-bottom: 4em;
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	position: relative;
	border-radius: 15px;
	margin-right:5%;
}
.flow > li:last-child {margin-bottom:auto;}
.flow > li:nth-child(2n) {margin-right: 0;}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
background: #fff;
	content: "";
	border: solid transparent;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flow > li:not(:last-child)::before {
	border-width: 22px;
}
.flow > li:not(:last-child)::after {
	border-width: 20px;
	border-left-color:  #d7ea95;
}
.home #section05 .table th{background: #d5f0f4!important;width: 200px;display: table-cell;}
.home #section05 .table td{background: #fff;width: auto;display: table-cell;}
.home #section06 .otoku{display: flex;justify-content: space-between;flex-flow: wrap;}
.home #section06 .otoku .box{background: white;padding: 20px;border-radius: 15px;width: 48%;}
.home #section10 .wrap{display:flex;width: 100%;justify-content: space-between;align-items: center;}
.home #section10 .wrap .headline-h3{margin-bottom: 0;}
.home #section10 .txt{margin-bottom: 0px;padding: 0px 0px;width:60%;}
.home #section10 .txt p{padding: 0px 20px;}
.home #section10 a.btn-company{background: #3399cc;color: white;border-radius: 10px;text-align: center;padding:15px 15px;display: block;transition: .3s;width: 100%;}

footer .txt1{font-size: 20px;}
footer .wrap{padding: 40px;display: flex;justify-content: space-between;align-items: center;}
footer .footer-logo{text-align: left;margin-bottom: 0px;}
footer .footer-logo img{width: 160px;height: auto;}
footer .tel{text-align: center;margin-bottom: 0px;width: 220px;}
footer .mail{margin-bottom: 0px;margin-top: 10px;}
footer .line img{width: 230px;height: auto;}


.drawer_menu{display: none!important;}
#pagetop {display: none!important;}
.no-print{display: none!important;}

}
