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


/* BIZ UDPGothic */
@font-face {
    font-family: ' BIZUDPGothic ';
    src: url('../fonts/BIZUDPGothic-Regular.woff2') format('woff2'),
             url('../fonts/BIZUDPGothic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* BIZ UDPGothic-Bold */
@font-face {
    font-family: ' BIZUDPGothic ';
    src: url('../fonts/BIZUDPGothic-Bold.woff2') format('woff2'),
             url('../fonts/BIZUDPGothic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: ' Montserrat ';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
             url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


body {
color: #111;
font-size: 93%;
line-height: 1.5;
font-weight:400;
font-family: ' BIZUDPGothic ';
letter-spacing: 0.08rem;
padding-top:0px;
position: relative;
overflow: hidden;
background:#f8f6e9;}


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

}
}

@media (min-width: 992px) {

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

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


}


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

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

.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: 2em;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;}
ol.dot li{list-style:disc;margin-left: 25px;line-height: 1.5;text-align: left;font-size: .9em;}

.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;}
.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;}
.mb20-md{margin-bottom: 20px;}

}

@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-xs2{margin-bottom: 10px;}
.mb30-md{margin-bottom: 30px;}

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

}


@media (min-width: 1200px) {

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

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

.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;}
.flexbox2{display: flex;justify-content:center;}

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


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


}


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




/* アニメーション
---------------------------------------------------- */
.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) }
}



.horizontal {
  animation: horizontal_5801 5s 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) }
}

.fuwafuwa {
-webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(5deg);}
}

@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-5deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(5deg);}
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

@keyframes rotate-z {
  from { transform: rotateZ(0deg); }
  to { transform: rotateZ(360deg); }
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

.swing {
animation: swing 2s ease-in-out infinite;
}
/* swing */
@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

/* 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 ';}

.white { color: #ffffff; }
.red { color: #f00; }
.blue{color: dodgerblue;}
.green { color: forestgreen; }
.navy { color:#0034A0; }
.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;}

}


/*========= ローディング画面のためのCSS ===============*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background:#BADBFB;
	z-index: 9999999;
	text-align:center;
	color:#fff;
}

#splash-logo {width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-right: -50%;
}
.bounce-element {animation: bounce 1s ease;}
@keyframes bounce {
  0% {
    transform: translateY(0) scale(1); /* 通常の位置とサイズ */
  }
  30% {
    transform: translateY(-50px) scale(1.15); /* 少し上にジャンプして大きくなる */
  }
  50% {
    transform: translateY(0) scale(0.9); /* 元の位置に戻りつつ縮む */
  }
  70% {
    transform: translateY(-25px) scale(1.05); /* 小さくジャンプして大きくなる */
  }
  100% {
    transform: translateY(0) scale(1); /* 元のサイズと位置に戻る */
  }
}


@media (max-width: 1366px) {
#splash-logo {width: 230px;}

}

@media (max-width: 1199px) {
#splash-logo {width: 200px;}

}

@media (max-width: 768px) {
#splash-logo {width: 180px;}

}




/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/


body.appear{background:#f8f6e9;}


.splashbg{
    display: none;
	content: "";
	position:fixed;
	transform: scale(100);
	background-color: #0080ff;/*伸びる背景色の設定*/
	z-index: 999;
    /*丸のスタートの形状*/
    top:calc(50% - 1rem);/*50%から円の半径を引いた値*/
    left:calc(50% - 1rem);/*50%から円の半径を引いた値*/
	width: 2rem;
	height: 2rem;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
    display: block;
    border-radius: 50%;	
	animation-name:PageAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes PageAnime{
	0% {/*丸のスタート位置と形状*/
		transform: scale(100);
	
	}
	100% {/*丸の終了位置と形状*/
		transform: scale(0);
		display: none;/*終了時は消える*/
	}
}

/*画面遷移の後現れるコンテンツ設定*/
#container{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}




.loading {
width: 100vw;
height: 100vh;
transition: all 1s;
background-color: #FFF;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
opacity: 1;
visibility: visible;
}

.loading.is-active {
opacity: 0;
visibility: hidden;
}

.loading-animation{
width: 100vw;
height: 100vh;
transition: all 1s;
background-color: #BADBFB;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
}

.loading-animation.is-active {
opacity: 1;
visibility: visible;
}
.loading-animation img{width: 300px;height: auto;}

@media (max-width: 1366px) {
.loading-animation img{width: 230px;height: auto;}

}

@media (max-width: 1199px) {
.loading-animation img{width: 200px;height: auto;}

}

@media (max-width: 768px) {
.loading-animation img{width: 180px;height: auto;}

}





/* 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:none;}
.sc.is-scroll {background: #fafafa;}
.sc .logo{padding-left: 15px;width:200px;}
.sc .logo.color{display: none;}

.sc.is-scroll .drawer_menu .drawer_button .drawer_bar {	background:#111;}
.sc.is-scroll .logo{display: none;}
.sc.is-scroll .logo.color{display: block;}

 /* スクロールでヘッダー背景色表示 */
.hide {transition: .8s;background: #f8f6e9;height:60px;}



header{display: none;}



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

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


.header {
  color: #fff;
  position: fixed;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 500;
  height: 100px;
  display: flex;
  align-items: center;justify-content: space-between;
}
.header.page {}

.header .logo {position: relative;padding-left: 20px;width: 220px;}


.header .navi{padding-right: 20px;}


/* ナビゲーションメニュー */
.nav-menu {}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
}
.menu-item {position: relative;padding: 0 1.5em;line-height: 1;}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  opacity: 1; /* 不透明度を最大に */
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: visible; /* 下層メニューを表示 */
}
.menu-item a {
font-size: 15px;
font-weight: 500;
padding: .5em 0;
  align-items: center;
  color: #111;
  display: flex;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  transition: .3;line-height: 1;
}
.menu-item a:hover {color: #0080ff;}
.menu-item a.active {color:#0080ff;position: relative;}
.menu-item a.active::before {
  content: "";
position: absolute;
background:url("../images/nav-active.png");
width: 40px;
height: 11px;
background-size: contain;
vertical-align: middle;
top:-13px;
left:50%;
transform: translateX(-50%);
}
/* ドロップダウンメニュー */
.drop-menu {position: relative;}
.drop-menu a{cursor:text;}
.drop-menu a .fas{font-size: .8em;}


.drop-menu-list {
  left: 0;
  opacity: 0; /* 不透明度を最小に */
  position: absolute;
  top: 100%;
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: hidden; /* 下層メニューを非表示 */
  width: max-content;
  z-index: 1;
  background: white;
  border:1px solid #0082FF;
  padding: 1em 1.3em;
  border-radius: .5em;
}
.drop-menu-list a{line-height: 1; transition: .5s; color:#555;text-align: left;justify-content: space-between;cursor: pointer;}
.drop-menu-list a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 1em;
}
.drop-menu-list a:hover{ color: #0082FF; }
.drop-menu-list a.active{color: #0082FF!important;}
.drop-menu-list a:hover::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 1em;
  color: #0082FF;
}
.drop-menu-list a.active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 1em;
  color: #0082FF;
}
.drop-menu-list a.active::before {display: none;}

.drop-menu-item{border-bottom: 1px solid #999;padding-bottom: .9em;margin-bottom: .9em;}
.drop-menu-item:last-child{border-bottom:none;padding-bottom: 0;margin-bottom: 0em;}

 /* スクロールでヘッダー背景色表示 */
.hide {transition: .8s;background: #f8f6e9;height:80px;}

}






@media (min-width: 1440px){
.header .logo {position: relative;padding-left: 50px;width: 300px;}

.header .navi{padding-right: 50px;}

}

@media (min-width: 1680px){
.header .logo {position: relative;padding-left: 50px;width: auto;}
}









/*main
------------------------------------------------------------------*/

#main{position: relative;height: 100vh;background: url("../images/bg-main.jpg");background-position: center;background-repeat: no-repeat;background-size: cover;}

.main-h2{position: absolute;z-index: 50;top: 23%;left: 16%;width: 30%;}
.main-h2 h2.mv-h2{color: #477ffb;font-size: 53px;font-weight: 700;line-height: 1.3;letter-spacing: .1rem;}
.main-h2 h2.mv-h2:last-child{margin-bottom:50px;}
.hato{position: absolute;right:50px;top:-60px;}
.mv-h2 span{
animation: showText .3s backwards;
display: inline-block;
}
.mv-h2 > span{overflow: hidden;}
.mv-h2 > span > span{animation: showTextFromBottom 0.7s backwards;}
@keyframes showTextFromBottom{
      0%{transform: translateY( 100% );}
      100%{transform: translateY( 0px );}
    }
.main-h2 .sub{color: #111;font-weight: 400;font-size: 16px;padding-left: .3em;padding-top: 30px; letter-spacing: .1rem;text-align: justify;}


.fusen{position: absolute;z-index: 50;top:200px;right: 8%;display: flex;gap:10px;}
.fusen div{margin-top: 15px;}
.fusen div img{width: 116px;height: auto;}
.fusen div a img{transition: .4;}
.fusen div a:hover img{opacity: .7;}

.fusen div:nth-of-type(2){margin-top: -60px;}
.fusen div:nth-of-type(3){margin-top: 15px;}
.fusen div:nth-of-type(4){margin-top: -75px;}
.fusen div:nth-of-type(5){margin-top: -15px;}


.airship{position: absolute;z-index: 40;top:90px;right: 38%;width: 250px;}

.fuwafuwa1 { animation: fuwafuwa 3s ease-in-out infinite alternate;}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}


 .fuwafuwa2 {animation: floating-y 1.8s ease-in-out infinite alternate-reverse;}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}

.fuwafuwa3 { animation: fluffy 3s ease-in-out infinite alternate;}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.fuwafuwa4 { animation: fuwafuwa02 3s ease-in-out infinite alternate;}
@keyframes fuwafuwa02 {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
}

.fuwafuwa5 { animation: fuwafuwa03 3s ease-in-out infinite alternate;}
@keyframes fuwafuwa03 {
  0% {
    transform:translate(0, 0) rotate(7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(-5deg);
  }
}



.tree{position: absolute;z-index: 50;bottom:-80px;right: 5%;}





@media (max-width: 1680px){
.main-h2{position: absolute;z-index: 50;top: 20%;left: 12%;width: 31%;}
.main-h2 h2.mv-h2{font-size: 46px;}
.fusen{position: absolute;z-index: 50;top:190px;right: 5%;display: flex;gap:10px;}
.fusen div img{width: 100px;height: auto;}
.hato{position: absolute;right:120px;top:-40px;width: 80px;}

.airship{position: absolute;z-index: 40;top:130px;width: 220px;}
.tree{position: absolute;z-index: 50;bottom:-80px;right: 5%;width: 350px;}

}



@media (max-width: 1366px){

.main-h2{position: absolute;z-index: 50;left: 8%;width:35%;}
.main-h2 h2.mv-h2{font-size: 42px;}
.fusen{position: absolute;z-index: 50;top:180px;right: 5%;display: flex;gap:10px;}
.fusen div img{width: 90px;height: auto;}
.airship{position: absolute;z-index: 40;top:90px;width: 180px;}
.hato{position: absolute;right:150px;top:-30px;width: 70px;}




}


@media (max-width: 1199px){
.main-h2{left:50px;width:40%;}

.main-h2 h2.mv-h2{font-size: 40px;}
.tree{bottom:-50px;right: 5%;width: 280px;}
.hato{position: absolute;right:130px;top:-20px;width: 60px;}
.airship{position: absolute;z-index: 40;top:50px;right: 47%; width: 160px;}

.fusen{position: absolute;z-index: 50;top:180px;right: 3%;display: flex;gap:5px;}
.fusen div img{width: 86px;height: auto;}

}




@media only screen and (max-width: 991px) {
#main{position: relative;height: 800px;background: url("../images/bg-main-md.jpg");background-position: center;background-repeat: no-repeat;background-size: cover;}

.main-h2{position: absolute;z-index: 50;top: 26%;left: 50px;width: 50%;}
.main-h2 h2.mv-h2{font-size:30px;}
.main-h2 .sub{}
.hato{position: absolute;right:130px;top:-20px;width: 60px;}

.fusen{position: absolute;z-index: 50;top:140px;right: 30px;display: flex;gap:1px;}
.fusen div img{width: 72px;height: auto;}
.airship{position: absolute;z-index: 40;top:70px;right:50%;width:180px;}

}

@media only screen and (max-width: 767px) {
#main{position: relative;height: 660px;}
.main-h2{top: 25%;left: 3%;width: 50%;}
.main-h2 h2.mv-h2{font-size: 26px;}
.main-h2 .sub{font-size: 14px;padding-top: 10px;}
.fusen{position: absolute;z-index: 50;top:140px;right: 20px;display: flex;gap:0;}
.fusen div img{width: 60px;height: auto;}
.airship{width: 150px;}
.hato{position: absolute;right:110px;top:0px;width: 40px;}

.tree{bottom:-20px;right: 5%;width: 200px;}
}



@media only screen and (max-width: 440px) {
#main{position: relative;height: 100vh;background: url("../images/bg-main-xs.jpg");background-position: center;background-repeat: no-repeat;background-size: cover;}

.main-h2{position: absolute;z-index: 50;top:20%;left: 20px;width: 60%;}
.main-h2 h2.mv-h2{font-size: 22px;}
.main-h2 .sub{font-size:14px;padding-left: .2em;letter-spacing: .08rem;}
.fusen{position: absolute;z-index: 50;top:120px;width:100px; right: 15px;display: flex;flex-wrap: wrap; gap:0px;}
.fusen div{margin-top: 5px;}
.fusen div img{width:48px;height: auto;}
.fusen div:nth-of-type(2){margin-top: -60px;}
.fusen div:nth-of-type(3){margin-top: 15px;}
.fusen div:nth-of-type(4){margin-top: -35px;}
.fusen div:nth-of-type(5){margin-top: -35px;margin-left: 45px;}


.airship{position: absolute;z-index: 40;top:65px;width: 120px;}
.hato{position: absolute;right:auto;left:0px;top:-30px;width: 40px;}

.tree{bottom:30px;right: 5%;width: 150px;}


}



/* index.html 
---------------------------------------------------- */
.btn-posi-center{display: flex;justify-content: center;}
.btn-posi-right{display: flex;justify-content: flex-end;}

.btn-arrow {
font-family: ' Barlow Semi Condensed ';font-weight: 500;
width: 150px;
    height: 40px;   
    display: flex;
    justify-content: space-between;
    align-items: center;background: rgba(255,255,255,0);
    color: #111;
	padding: 0 1em;
    border: 1px solid #333;
    cursor: pointer;
	transition: .5s;
	position: relative;
	font-size: 14px;}
	
.btn-arrow:after{
  content: '';/*何も入れない*/
  position: absolute;
  right:2em;top:49%;
  width: 20px;/*画像の幅*/
  height: 6px;/*画像の高さ*/
  background-image: url(../images/arrow.png);
  background-size: contain;
  vertical-align: middle;
  transition: .4s;
}
.btn-arrow:hover {
    align-items: center;background:#eee;
    color: #000;
	padding: 0 1em;
    }
.btn-arrow:hover:after{right:1em;}



.home #section01{position: relative;padding: 50px 0 70px;background: #6dbb57;}
.home #section01 .ki{position: absolute;left:15px;top:-35px;width: 60px;}
.home #section01 .wrap{background: white;padding: 1.5em;border-radius: 15px;position: relative;}
.home #section01 .wrap .deco-logo{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;width: 130px;}
.home #section01 .wrap .deco-logo img{opacity: .2;}  
.home #section01 .wrap p{position: relative;z-index: 10;text-align: justify;}
.swing-element {animation: swing 2s ease-in-out infinite;}

@keyframes swing {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(10deg); }
}

.newsarea{position: relative;height: 360px; overflow-y: scroll;background: none;border-top: 1px solid #ddd;}
.newsarea .set{padding: 15px;border-bottom: 1px solid #ddd;}
.newsarea .set:last-child{margin-bottom: 0;}
.newsarea .set .date{margin-bottom:.6em;line-height: 1.4;color: #222;letter-spacing: 0;}
.newsarea .set .date .day{margin-bottom: 5px;font-size: .9em;}
.newsarea .set .date span.new{color: red;margin-left: 10px;}
.newsarea .set .date .category{color: #477ffb;font-size: .8em;}
.newstext{line-height: 1.4;width: 100%;color: #333;}
.newstext .title{font-weight: 700;font-size: 1.1em; color: black;margin-bottom: .5em;}
.newstext .txt{color: #222;text-align: justify;}
.news-pic{margin-top: 15px;}
.news-pic .pic{border:1px solid #ddd;}
.news-pic .photo-ofi {
  height: 0;
  display: block;
  background: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 65%;
}
.news-pic .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;
}
.newstext .pdf{margin-top: 15px;}
.newstext .pdf a{position: relative;background: #ffcccc;color: #222;font-size: .9em;height: 40px; display:flex;align-items: center;padding: .5em 30px .5em .5em;border-radius: 5px;margin-bottom: 10px;}
.newstext .pdf a:last-child{margin-bottom: 0px;}
.newstext .pdf a:after {
  content: '';/*何も入れない*/
  position: absolute;
  right:5px;
  top:50%;
  transform: translateY(-50%);
  width: 23px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(../images/ico-pdf.png);
  background-size: contain;
  vertical-align: middle;
}

.home #section02{position: relative;padding: 40px 0 60px;}
.deco-tree1{position: absolute;right:0;top:25%;width: 150px;}
.deco-tree2{position: absolute;left:0;top:55%;width: 100px;}
.deco-tree3{position: absolute;right:-20px;bottom:-20px;width: 150px;}
.home #section02 .shape {clip-path: ellipse(47% 24% at 50% 50%);position: absolute;top:-50px;width: 120%;height: 100px; left:-10%;right: -10%; background:#F8F6E7;}
.home #section02 .box{background: white;padding: 1.5em;border-radius: 15px;margin-bottom: 20px;}
.home #section02 .box ul li{margin-bottom: 20px;}
.home #section02 .box ul li:last-child{margin-bottom: 0px;}
.home #section02 .box ul li h4{font-weight: 700;margin-bottom: 1.2em;display: flex;align-items: center;font-size: 20px;}
.home #section02 .box ul li h4 img{width: 30px;height: auto;margin-right: 10px;}
.home #section02 .box ul li .txt{text-align: justify;margin-bottom: 1.5em;}
.home #section02 .box ul li dl{margin-bottom: 20px;}
.home #section02 .box ul li dl dt{margin-bottom: 5px;line-height: 1;font-weight: 400;}
.home #section02 .box ul li dl dt span{background: #c6effb;display: inline-block;border-radius: 5px;padding: 4px 8px;}
.home #section02 .box ul li dl dd{margin-bottom: 15px;}
.home #section02 .box ul li dl dd .call{color: #111;}
.home #section02 .box ul li dl dd:last-child{margin-bottom: 0px;}
.home #section02 .box ul li .thumb{}
.home #section02 .box ul li .thumb img{border-radius: 15px;}
.top-recruit{margin-top: -20px;position: relative;z-index: 10;}
.bg-wavy{position: relative;}
.home #section03{position: relative;background: #ecf5fb;padding: 30px 0 10px;z-index: 20;}
.bg-after{position: absolute;left:-5%;right:-5%;bottom:-250px;width: 110%;height: 500px; background: #ecf5fb;clip-path: ellipse(50% 8% at 50% 50%);z-index: 15;}

.home #section03 .index{font-weight: 700;color: #0082FF;font-size: 20px;margin-bottom: 20px;text-align: center;}
.home #section03 .txt{text-align: justify;margin-bottom: 20px;}
.recruit-box{border:5px solid #ffafba;background: white;border-radius: 15px;margin-bottom: 20px;}
.recruit-box .box{padding: 1.5em;}
.recruit-box .box.momo{background: #fee9ec;}
.recruit-box .box h4{font-weight: 700;text-align: center;margin-bottom: 15px;line-height: 1.5;font-size: 1.15em;}
.recruit-box .box .ico{display: flex;align-items: center;justify-content: center;margin: 0 auto;}
.recruit-box .box:last-child{border-radius: 0 0 10px 10px;}
.recruit-box .box:nth-of-type(6){border-radius: 0 0px 10px 10px;}
.recruit-box2{border:5px solid #477ffb;background: white;border-radius: 15px;}
.recruit-box2 .index2{padding: 1.5em;background: #f8f5da;border-radius: 10px 10px 0 0;text-align: center;font-weight: 700;color: #2F82FF;font-size: 1.4em;}
.recruit-box2 .box{position: relative;padding: 1.5em;}
.recruit-box2 .box::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60%;
    height: 1px;
    background:#3080FF;}
.recruit-box2 .box:last-child::after{display: none;}
.recruit-box2 .box .title{font-weight: 700;text-align: center;font-size: 1.2em;margin-bottom: 15px;}
.recruit-box2 .box .pic{text-align: center;}


.home #section04{position: relative;padding: 100px 0px 50px;}

.home #section05{position: relative;padding: 50px 0px;overflow: hidden;}
.home #section05 .bg-logo{position: absolute;right:0;top:0;width: 60%;z-index: 1;}
.home #section05 .container{z-index: 2;}

.home #section06{position: relative;padding: 20px 0px 50px;}
.home #section06 .box{background: white;border:5px solid #f96;border-radius: 10px;padding: 1.5em;position: relative;overflow: hidden;}
.butterfly{position: absolute;width: 40px;left:70%;top:50px;}
.home #section06 .box .deco1{position: absolute;left:0;top:0;width: 120px;}
.home #section06 .box .deco2{position: absolute;right:0;top:0;width: 120px;}
.home #section06 .box .illust{position: absolute;bottom:15px;right: 10px;width: 60px;}
.home #section06 .box .hill{position: absolute;bottom:0px;left: 0px;width: 100%;}

.home #section06 .box h3{font-weight: 700;text-align: center;margin-bottom: 20px;font-size: 28px;}
.home #section06 .box h3 span{display: block;font-family: ' Montserrat ';font-size: 15px;margin-top: 5px;}
.home #section06 .box .txt{text-align: justify;margin-bottom: 15px;}
.home #section06 .box .pic-logo{width:70%;margin: 0 auto;}
.home #section06 .box .btn-more{justify-content: center;}
.home #section06 .box .btn-more a{background:  url("../images/btn-logo.png"),#f96;background-position: left 15px center;background-repeat: no-repeat;color: white;display: flex;align-items: center;justify-content: center;}
.home #section06 .box .btn-more a:hover{background:  url("../images/btn-logo.png"),#555;background-position: left 15px center;background-repeat: no-repeat;color: white;display: flex;align-items: center;justify-content: center;}

.gmap{margin-bottom: 30px;padding: 1em;border-radius: .5em;background: white;border:1px solid #ddd;}
.gmap:last-child{margin-bottom: 0px;}

.gmap iframe{width: 100%;height: 220px;border-radius: .5em;vertical-align: bottom;}




@media (min-width: 667px) {
.home #section01 .ki{position: absolute;left:15px;top:-35px;width: 78px;}

.deco-tree1{position: absolute;right:0;top:25%;width: 150px;}
.deco-tree2{position: absolute;left:0;top:55%;width: 100px;}
.deco-tree3{position: absolute;right:-20px;bottom:-20px;width: 170px;}

.home #section02 .box ul li .thumb{width: 360px;margin: 0 auto;}

.top-recruit{margin-top: -35px;position: relative;z-index: 10;}
.recruit-box{border:5px solid #ffafba;background: white;border-radius: 15px;display: flex;flex-wrap: wrap;}
.recruit-box .box{width: 50%;}
.recruit-box .box.momo{background: #fff;}
.recruit-box .box.momo-sm{background: #fee9ec;}
.recruit-box .box:nth-of-type(2){border-radius: 0 10px 0 0;}
.recruit-box .box:nth-of-type(6){border-radius: 0 0px 10px 0;}


.home #section06 .box .pic-logo{width: 50%;margin: 0 auto;margin-bottom: 50px;}
.home #section06 .box .txt{text-align: center;margin-bottom: 25px;}
.home #section06 .box .deco1{position: absolute;left:0;top:0;width: 200px;}
.home #section06 .box .deco2{position: absolute;right:0;top:0;width: 200px;}
.home #section06 .box .illust{position: absolute;bottom:15px;right: 10px;width: 100px;}

}




@media (min-width: 768px) {

.home #section01{padding: 70px 0 100px;}
.home #section01 .ki{position: absolute;left:15px;top:-65px;width: 100px;}
.home #section01 .wrap{padding: 2.5em;border-radius: 15px;}

.home #section02{padding: 70px 0 70px;}
.home #section02 .shape {clip-path: ellipse(47% 24% at 50% 50%);position: absolute;top:-70px;width: 120%;height: 130px; left:-10%;right: -10%; background:#F8F6E7;}
.home #section02 .box ul li{margin-bottom: 0px;}

.home #section02 .box ul li .thumb{width: 98%;margin-left: 0;}

.home #section03{padding: 70px 0 30px;}



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

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

.home #section06{padding: 20px 0px 70px;}
.butterfly{position: absolute;width: 60px;left:60%;top:20px;}
.home #section06 .box .illust{position: absolute;right: auto;left:45%;width:100px;}
.home #section06 .box .pic-logo{width: 70%;margin: 0 auto;}
.home #section06 .box .txt{text-align: center;margin-bottom: 25px;}

.link-pdf{width: 100px;}

.gmap{}
.gmap iframe{height: 250px;}


}



@media (min-width: 992px) {
.home #section01 .wrap{padding: 2em 1.5em;border-radius: 15px;position: relative;}
.home #section01 .wrap .deco-logo{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;width: 130px;}
.home #section01 .wrap p{position: relative;z-index: 10;text-align:center;line-height: 2;}

.deco-tree3{position: absolute;right:-20px;bottom:-20px;width: 200px;}
.home #section02 .box ul li h4{font-weight: 700;margin-bottom: 1.2em;display: flex;align-items: center;font-size: 24px;}
.home #section02 .box ul li h4 img{width: 35px;height: auto;margin-right: 10px;}
.home #section02 .box ul li dl{display: flex;flex-wrap: wrap;}
.home #section02 .box ul li dl dt{margin-bottom: 10px;line-height: 1;font-weight: 400;width: 100px;}
.home #section02 .box ul li dl dt span{background: #c6effb;display: inline-block;border-radius: 5px;padding: 4px 8px;}
.home #section02 .box ul li dl dd{margin-bottom: 10px;width: calc(100% - 100px);line-height: 1.4;}
.home #section02 .box ul li dl dd .call{color: #111;}
.home #section02 .box ul li dl dt:last-child{margin-bottom: 0px;}
.home #section02 .box ul li dl dd:last-child{margin-bottom: 0px;}

.top-recruit{margin-top: -50px;position: relative;z-index: 10;}
.home #section03 .container{max-width: 95%;}
.bg-after{position: absolute;left:-5%;right:-5%;bottom:-250px;width: 110%;height: 500px; background: #ecf5fb;clip-path: ellipse(50% 12% at 50% 50%);z-index: 15;}

.newsarea{width:100%;}
.newsarea .set{padding: 15px 15px;display: flex;justify-content: space-between;}
.newsarea .set .date{width: 180px;margin-bottom:0;}
.newstext{width: calc(100% - 200px);}

.newstext .pdf{display: flex;justify-content: space-between;}
.newstext .pdf a{width: 49%;margin-bottom: 0px;}
.newstext .pdf a:last-child{margin-bottom: 0px;}

.home #section06 .box{padding: 50px;}
.home #section06 .box .deco1{position: absolute;left:0;top:0;width: 240px;}
.home #section06 .box .deco2{position: absolute;right:0;top:0;width: 240px;}
.home #section06 .box .txt{text-align: center;margin-bottom: 35px;}

.home #section06 .box .illust{position: absolute;right: auto;left:44%;width:150px;}
.home #section06 .box .pic-logo{width: 70%;margin-left: 25%;}

.btn-arrow{
width: 200px;
    height: 60px;   
	padding: 0 1em;
	}

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

}




@media (min-width: 1200px) {

.home #section01{padding: 100px 0 150px;}
.home #section01 .ki{position: absolute;left:25px;top:-75px;width: 150px;}
.newsarea .set{padding: 20px 15px;}
.news-pic{width: 80%;}
.newsarea .set .date{width: 280px;margin-bottom:0;display: flex;}

.newstext{width: calc(100% - 300px);}
.newsarea .set .date .day{margin-bottom: 5px;font-size: .9em;}
.newsarea .set .date span.new{color: red;margin-left: 10px;}
.newsarea .set .date .category{color: #477ffb;font-size: .8em;margin-left: 15px;}


.home #section02{padding: 80px 0 100px;}
.deco-tree1{position: absolute;right:0;top:25%;width: 150px;}
.deco-tree2{position: absolute;left:0;top:55%;width: 100px;}
.deco-tree3{position: absolute;right:-10px;bottom:-20px;width: 280px;}

.home #section02 .shape {clip-path: ellipse(47% 24% at 50% 50%);position: absolute;top:-80px;width: 120%;height: 160px; left:-10%;right: -10%; background:#F8F6E7;}
.home #section02 .box{padding: 2.5em;border-radius: 25px;margin-bottom: 30px;}

.home #section03{padding: 100px 0px 50px;}

.top-recruit{margin-top: -80px;position: relative;z-index: 10;}
.recruit-box2{display: flex;align-items:stretch;justify-content: space-between;}
.recruit-box2 .index2{padding: 1.5em 1em;background: #f8f5da;border-radius: 10px 0 0 10px;text-align: center;font-weight: 700;display: flex;align-items: center;justify-content: center;color: #2F82FF;font-size: 1.2em;}
.recruit-box2 .box{position: relative;padding: 1.5em;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.recruit-box2 .box::after{
    content: "";
    position: absolute;
    left: auto;
	right: 0;
	top:50%;
    transform: translateX(0);
    transform: translateY(-50%);
    bottom: auto;
    width: 1px;
    height: 100px;
    background:#3080FF;}
.recruit-box2 .box:last-child::after{display: none;}
.recruit-box2 .box .title{font-size: 1em;margin-bottom: 15px;}
.recruit-box2 .box .pic{text-align: center;}
.recruit-box2 .box .pic img{width: auto;height: 80px;}

.home #section04{padding: 180px 0px 100px;}


.home #section05{padding: 80px 0px 100px;}

.home #section06{padding: 50px 0px 100px;}
.home #section06 .box{border-radius: 30px;padding: 3em 0em;border:10px solid #f96;}
.home #section06 .box h3{font-weight: 700;text-align: center;margin-bottom: 30px;font-size: 38px;}
.home #section06 .box h3 span{display: block;font-family: ' Montserrat ';font-size: 18px;margin-top: 5px;}
.home #section06 .box .deco1{position: absolute;left:0;top:0;width: 280px;}
.home #section06 .box .deco2{position: absolute;right:0;top:0;width: 280px;}
.home #section06 .box .txt{text-align: center;margin-bottom: 45px;}
.butterfly{position: absolute;width: 70px;left:67%;top:40px;}

.home #section06 .box .illust{position: absolute;right: auto;left:44%;width:180px;}
.home #section06 .box .pic-logo{width: 70%;margin-left: 25%;}

.gmap{margin-bottom: 50px;padding: 1.5em;}



}





@media (min-width: 1440px) {
.home #section01 .wrap{padding: 3em 1.5em;border-radius: 25px;position: relative;}
.home #section01 .wrap .deco-logo{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;width: 250px;}
.home #section01 .wrap p{font-size: 1.1em;line-height: 2.2;}

.home #section02 .container{max-width: 1350px;}
.home #section02 .box{padding: 4.5em 5em;border-radius: 25px;margin-bottom: 30px;}
.home #section02 .box ul li h4{margin-bottom: 1.2em;display: flex;align-items: center;font-size: 28px;}
.home #section02 .box ul li h4 img{width: 40px;height: auto;margin-right: 10px;}

.bg-after{position: absolute;left:-5%;right:-5%;bottom:-250px;width: 110%;height: 500px; background: #ecf5fb;clip-path: ellipse(50% 16% at 50% 50%);z-index: 15;}

.home #section03 .index{font-weight: 700;color: #0082FF;font-size: 24px;margin-bottom: 25px;text-align: center;}
.home #section03 .txt{text-align: justify;margin-bottom: 30px;line-height: 2;}
.recruit-box{margin-bottom: 30px;}
.recruit-box .box{width: 33.333%;padding: 2.5em 1.5em;}
.recruit-box .box.momo{background: #fff;}
.recruit-box .box.momo-sm{background: #fff;}
.recruit-box .box.momo-xl{background: #fee9ec;}
.recruit-box .box:nth-of-type(2){border-radius: 0 0px 0 0;}
.recruit-box .box:nth-of-type(3){border-radius: 0 10px 0 0;}
.recruit-box .box:nth-of-type(4){border-radius: 0 0px 0 10px;}
.recruit-box .box:nth-of-type(6){border-radius: 0 0px 10px 0;}
.recruit-box .box h4{margin-bottom: 25px;font-size: 1.25em;}
.recruit-box2 .index2{padding: 1.5em 1em;background: #f8f5da;border-radius: 10px 0 0 10px;text-align: center;font-weight: 700;color: #2F82FF;font-size: 1.4em;}
.recruit-box2 .box{position: relative;padding: 1.5em 2em;}
.recruit-box2 .box .title{font-size: 1.2em;margin-bottom: 15px;}
.recruit-box2 .box .pic{text-align: center;}
.recruit-box2 .box .pic img{width: auto;height: 100px;}

}

@media (min-width: 1680px) {
.home #section01{padding: 130px 0 180px;}
.home #section01 .ki{position: absolute;left:45px;top:65px;width: 170px;}

.home #section01 .wrap{padding: 4em 1.5em;border-radius: 30px;position: relative;}

.home #section02{padding: 100px 0 150px;}
.deco-tree1{position: absolute;right:0;top:25%;width: 250px;}
.deco-tree2{position: absolute;left:0;top:55%;width: 200px;}
.deco-tree3{position: absolute;right:80px;bottom:-100px;width: auto;}

.home #section02 .shape {clip-path: ellipse(47% 24% at 50% 50%);position: absolute;top:-170px;width: 110%;height:340px; left:-5%;right: -5%; background:#F8F6E7;}

.home #section02 .box ul li .thumb{width: 99%;margin-left: 0;}

.top-recruit{margin-top: -100px;position: relative;z-index: 10;}
.recruit-box2 .index2{padding: 1.5em 1.2em;font-size: 1.3em;}
.recruit-box2 .box{position: relative;padding: 1.5em 3.8em;}

.home #section03{padding: 130px 0px 30px;}
.bg-after{position: absolute;left:-5%;right:-5%;bottom:-250px;width: 110%;height: 500px; background: #ecf5fb;clip-path: ellipse(50% 16% at 50% 50%);z-index: 15;}

.home #section04{padding: 220px 0px 100px;}

.home #section06{padding: 100px 0px 130px;}
.home #section06 .box .deco1{position: absolute;left:0;top:0;width: 320px;}
.home #section06 .box .deco2{position: absolute;right:0;top:0;width: 320px;}
.home #section06 .box .txt{text-align: center;margin-bottom: 45px;}
.butterfly{position: absolute;width: 80px;left:67%;top:60px;}

.home #section06 .box .illust{position: absolute;right: auto;left:44%;width:200px;}
.home #section06 .box .pic-logo{width: 70%;margin-left: 25%;margin-top: 30px;}

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

}

@media (min-width: 1900px) {
.home #section01 .ki{position: absolute;left:45px;top:65px;width: 200px;}
.deco-tree1{position: absolute;right:0;top:25%;width:auto;}
.deco-tree2{position: absolute;left:0;top:55%;width:auto;}
.deco-tree3{position: absolute;right:80px;bottom:-100px;width: auto;}

.top-recruit{margin-top: -100px;position: relative;z-index: 10;}
.bg-after{position: absolute;left:-5%;right:-5%;bottom:-250px;width: 110%;height: 500px; background: #ecf5fb;clip-path: ellipse(50% 25% at 50% 50%);z-index: 15;}
.home #section03 .container{max-width: 1730px;}
.recruit-box .box h4{margin-bottom: 25px;font-size: 1.35em;}
.recruit-box2 .index2{padding: 1.5em 1.5em;font-size: 1.4em;}
.recruit-box2 .box{position: relative;padding: 1.5em 4em;}

}



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


.btn-center{display: flex;justify-content: center;position: relative;z-index: 50;}
.btn-right{display: flex;justify-content:flex-end;position: relative;z-index: 50;}

.btn-more{display: flex;align-items: center;justify-content: center;}
.btn-more a{position: relative;background:  url("../images/btn-logo.png"),#477ffb;background-position: left 15px center;background-repeat: no-repeat;color: white;display: flex;align-items: center;justify-content: center;width: 200px;height: 50px;border-radius: 10px;transition: .4s;}
.btn-more a:hover{background:  url("../images/btn-logo.png"),#555;background-position: left 15px center;background-repeat: no-repeat;}
.btn-more a .arrow {
  position: absolute;
  right:10px;
  top:50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
}
.btn-more a .arrow::before,
.btn-more a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.btn-more a .arrow::before {transform: rotate(45deg);}
.btn-more a .arrow::after {transform: rotate(-45deg);}
.tagcolle-load-wrap.btn-more{display: flex;align-items: center;justify-content: center;}
.tagcolle-load-wrap.btn-more a{color: white!important;font-family: ' Montserrat ';font-weight: 700;}

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-more{display: flex;align-items: center;justify-content: flex-start;}

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-more a{position: relative;background:  url("../images/btn-logo.png"),#477ffb;background-position: left 15px center;background-repeat: no-repeat;color: white;display: flex;align-items: center;justify-content: center;width: 260px;height: 56px;border-radius: 10px;transition: .4s;}


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


}



/* pagetop 
---------------------------------------------------- */
#pagetop {
    position:fixed;
   bottom: 50px;
    right: 50px;
    z-index: 90;
	transition: .5s;
}
#pagetop:hover {opacity: .8;}


@media (max-width: 1280px) {
#pagetop {right: 40px;}



}

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

}



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

footer{ position: relative;}
footer .wrap{max-width: 95%;margin: 0 auto;background:#477ffb;color: white;padding: 40px 20px 65px;position: relative;border-radius: 50px 50px 0 0;z-index: 10;}
footer .logoblock{position: relative; width: 230px;margin: 0 auto; margin-bottom: 25px;}
footer .cloud{position: absolute;z-index: 15;bottom:0;left:50%;transform: translateX(-50%);margin-right: -50%; width: 100%;}
footer .wrap .box{background: white;color: #111; border-radius: 15px 15px 0 0;padding: 1.2em;border-bottom: 1px solid #A5C6FA;position: relative;z-index: 20!important;}
footer .wrap .box:last-child{border-radius: 0 0 15px 15px;padding: 1.2em;border-bottom: none;}
footer .wrap .box .index{font-weight: 700;color: #111;margin-bottom: 10px;display: flex;align-items: center;font-size: 1.2em;}
footer .wrap .box .index img{width: 30px;height: auto;margin-right: 5px;}
footer .address{font-size: .9em;letter-spacing: 0;margin-bottom: .3em;text-align: justify;line-height: 1.4;}
footer .address a{color: #477ffb;}

footer .tel{}
footer .tel span{color: #111;letter-spacing: .1em;}

.footer-menu{width: 100%;margin: 0 auto; margin-bottom: 1.5em;}
.footer-menu ul{display: block;}
.footer-menu li{width:100%;text-align: left;background:none;}
.footer-menu li p{font-size: 14px;padding: 0 0 .5em .7em;font-weight: 700;}
.footer-menu li a{color: #fff;text-decoration: none; text-align: left; font-size: 14px;padding: .7em;display: block;transition: .3s;margin-bottom: 12px;font-weight: 700;}
.footer-menu li a.sub{padding:0 0 .3em 1.2em;display: block;transition: .3s;margin-bottom: 0px;font-weight: 400;}

.footer-menu li a:hover{color:#fff;}



.copy{text-align: center;color: #cccc; font-size: .8em;letter-spacing: 0;}
.copy{padding-top: 1.5em;}

@media (min-width: 667px) {
footer .wrap{padding: 40px 20px 80px;position: relative;border-radius: 50px 50px 0 0;z-index: 10;}

.footer-menu{width: 80%;margin: 0 auto; margin-bottom: 1.5em;display: flex;justify-content: space-around;}
footer .wrap .box{width: 450px;margin: 0 auto;}

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

}



@media (min-width: 768px) {

footer .wrap{max-width: 90%;margin: 0 auto;padding: 50px 40px 100px;}

footer .logoblock{position: relative; width: 270px;margin: 0 auto;margin-bottom: 30px;}
footer .address{font-size: .9em;}
footer .tel{font-size: .9em;}




.copy{font-size: 12px;}


}


@media (min-width: 992px) {

footer{ }
footer .logoblock{margin-bottom: 30px;margin-left: 0;}
footer .wrap{max-width: 90%;margin: 0 auto;padding: 50px 40px 130px;}

footer .wrap .box{width:100%;margin: 0 auto;}

footer .address{font-size: .9em;text-align: left;}

.footer-menu{width: 100%;margin: 0 auto; margin-bottom: 0em;display: flex;justify-content: flex-end;}
.footer-menu ul{margin-left: 40px;}
.footer-menu ul:first-child{margin-left: 0px;}

.btwn{display: flex;flex-direction: column;justify-content: space-between;}
.btwn2{display: flex;flex-direction: column;}
.btwn2 .btn-more{margin-top: auto;}
.copy{font-size: 12px;padding-top: 40px;}

}




@media (min-width: 1200px) {
footer .wrap{max-width: 90%;margin: 0 auto;padding: 50px 40px 180px;}

footer .wrap .box{width:90%;margin-left: 0;padding: 1.8em 2em;}
footer .wrap .box:last-child{padding: 1.8em 2em;}


footer .logoblock{position: relative; margin-bottom: 40px;width: 300px;}



.copy{font-size: 14px;}



}

@media (min-width: 1680px) {
footer .wrap{max-width: 90%;margin: 0 auto;padding: 80px 40px 250px;}
footer .logoblock{position: relative; margin-bottom: 40px;width: 380px;}

}
@media (min-width: 1920px) {
footer .wrap{max-width: 90%;margin: 0 auto;padding: 80px 40px 300px;}

}


/*------------------------------　　h2area 背景　　------------------------------------------*/

.h2area{
margin-top: 0px;
position: relative;
width:100%;
height: 460px;
display: flex;align-items:center;justify-content: center;
}
.h2area::after {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: rgba(0,0,0,0);
}
.h2area.h2-yokohama{background: url("../images/h2.jpg");background-position: center;background-size: cover;}
.h2area .airship{position: absolute;z-index: 40;top:130px;right: auto;left:28%;}


.h2-txt{position:absolute;z-index: 10; left:15%; top:60%;font-weight: 700;font-size: 50px;letter-spacing: .3rem;color: #000;display: flex;align-items: center;}
.h2-txt img{margin-right: 10px;}
.h2-txt span { display: block;font-size: 20px;letter-spacing: .2rem;margin-top: .3em;}


@media (max-width: 1440px){
.h2area{height: 300px;}
.h2area .airship{top:70px;right: auto;left:33%;width: 200px;}
.h2-txt{left:15%; top:55%;font-size: 40px;letter-spacing: .3rem;}
}


@media (max-width: 1199px){
.h2area{height: 250px;}
.h2area .airship{top:60px;right: auto;left:33%;width: 150px;}

.h2-txt{font-size: 36px;left:15%;}
.h2-txt span {font-size: 22px;}



}

@media only screen and (max-width: 991px) {
.h2area{height: 230px;margin-top: 0;}
.h2area .airship{top:40px;right: auto;left:33%;width: 150px;}

.h2-txt{font-size: 32px;left:10%;}
.h2-txt span {font-size: 22px;}


}


@media only screen and (max-width: 767px) {
.h2area{height: 180px;}
.h2area .airship{top:50px;right: auto;left:40%;width: 100px;}

.h2-txt{font-size: 27px;left:7%;}
.h2-txt img{margin-right: 10px;width: 34px;height: auto;}

.h2-txt span {font-size: 20px;}



}

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

.h2area{height: 200px;}
.h2area .airship{top:86px;right: auto;left:47%;width: 90px;}

.h2-txt{font-size: 21px;top:62%;left:15px;letter-spacing: .1rem;}
.h2-txt span {font-size: 18px;}
.h2-txt img{margin-right: 6px;width: 34px;height: auto;}

}

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

.headline-h3 {
color: #000;
  position: relative;
  margin-bottom: 2em;
  font-size: 22px;
  letter-spacing: .1rem;
  line-height: 1.4;
font-family: ' BIZUDPGothic ';font-weight: 700;text-align: center;}
.headline-h3 span{display: block;font-family: ' Barlow Semi Condensed ';font-weight: 500;position: relative;}
.headline-h3 span.ja{display:inline-block!important;font-family: ' BIZUDPGothic ';font-weight: 700;font-size: 18px;margin-right: .4em;}
.headline-h3::after {
  content: '';
  width: 3em;
  height: 5px;
  display: inline-block;
  background-color:#F6642C;
  position: absolute;
  bottom: -.6em;border-radius: 4px;
  left: calc(50% - 1.5em)
}


.headline-h4 {
  font-weight: 700;
  font-size: 1.15em;
 position: relative;
  margin-bottom: 1em;
  text-align: left;
  color: black;
  border-left:5px solid #3081FF;padding-left: .5em;
}

.headline {
 position: relative;
 z-index: 50;
 text-align: center;
  margin-bottom: 1.6em;
  color:#477ffb;
  font-size: 28px;
  font-weight: 700;
}
.headline span{line-height: 1;display: block;margin-top: .2em;font-family: ' Montserrat ';font-size: 18px;letter-spacing: .05rem;text-transform: uppercase;}
.headline::before {
  content: '';
  position: absolute;
  bottom:-15px;
  left:50%;
  transform: translateX(-50%);
  width: 80px;/*画像の幅*/
  height: 8px;/*画像の高さ*/
  background-image: url(../images/headline-under-xs.png);
  background-size: contain;
  vertical-align: middle;
}

.headline.sns {
 position: relative;
 z-index: 50;
 text-align: center;
  margin-bottom: 1.6em;
  color:#000;
  font-size: 28px;
  font-weight: 700;
}
.headline.sns span{line-height: 1;display: block;margin-top: .2em;font-family: ' Montserrat ';font-size: 15px;letter-spacing: .05rem;text-transform: uppercase;}
.headline.sns::before {
  content: '';
  position: absolute;
  bottom:-30px;
  left:50%;
  transform: translateX(-50%);
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url(../images/insta-logo.png);
  background-size: contain;
  vertical-align: middle;
}


.h5-about{ font-family: ' BIZUDPGothic ';font-weight: 700;border-bottom: 1px dashed #BCA46E;padding-bottom: .5em;margin-bottom: 1em;font-size: 1.1em;}
.h6-about{ font-family: ' BIZUDPGothic ';font-weight: 700;color: forestgreen;margin-bottom: .6em;}

@media (min-width: 667px) {




}



@media (min-width: 768px) {


.headline-h3 {font-size: 24px;margin-bottom: 2.2em;}
.headline-h3 span.ja{font-size: 18px;margin-right: .3em;}
.headline-h4 {font-size: 20px;margin-bottom: 35px;}

.headline {
 position: relative;
 z-index: 50;
 text-align: center;
  margin-bottom: 1.6em;
  color:#477ffb;
  font-size: 32px;
}
.headline span{line-height: 1;display: block;margin-top: .2em;font-family: ' Montserrat ';font-size: 18px;letter-spacing: .05rem;text-transform: uppercase;}
.headline::before {
  content: '';
  position: absolute;
  bottom:-15px;
  left:50%;
  transform: translateX(-50%);
  width: 80px;/*画像の幅*/
  height: 8px;/*画像の高さ*/
  background-image: url(../images/headline-under-xs.png);
  background-size: contain;
  vertical-align: middle;
}

.headline.sns {
 position: relative;
 z-index: 50;
 text-align: center;
  margin-bottom: 1.6em;
  color:#000;
  font-size: 32px;
  font-weight: 700;
}
.headline.sns span{line-height: 1;display: block;margin-top: .2em;font-family: ' Montserrat ';font-size: 15px;letter-spacing: .05rem;text-transform: uppercase;}
.headline.sns::before {
  content: '';
  position: absolute;
  bottom:-30px;
  left:50%;
  transform: translateX(-50%);
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url(../images/insta-logo.png);
  background-size: contain;
  vertical-align: middle;
}

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

}


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

.headline {
  margin-bottom: 1.6em;
  font-size: 38px;
  letter-spacing: .3em;
  padding-left: .3em;
}
.headline span{line-height: 1;display: block;margin-top: .2em;font-family: ' Montserrat ';font-size:22px;margin-left: -.3em;}
.headline::before {
  content: '';
  position: absolute;
  bottom:-15px;
  left:50%;
  transform: translateX(-50%);
  width: 190px;/*画像の幅*/
  height: 8px;/*画像の高さ*/
  background-image: url(../images/headline-under.png);
  background-size: contain;
  vertical-align: middle;
}

.headline.sns {
 position: relative;
 z-index: 50;
 text-align: center;
  margin-bottom: 1.6em;
  color:#000;
  font-size: 38px;
  font-weight: 700;
}
.headline.sns span{line-height: 1;display: block;margin-top: .2em;font-family: ' Montserrat ';font-size: 20px;letter-spacing: .05rem;text-transform: uppercase;}
.headline.sns::before {
  content: '';
  position: absolute;
  bottom:-30px;
  left:50%;
  transform: translateX(-50%);
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url(../images/insta-logo.png);
  background-size: contain;
  vertical-align: middle;
}

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


}


@media (min-width: 1200px) {



.headline-h3 {font-size: 30px;margin-bottom: 2.4em;}
.headline-h3 span.ja{font-size: 20px;margin-right: .3em;}


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



}


@media (min-width: 1680px) {

.headline {
  margin-bottom: 1.6em;
  font-size: 50px;
  letter-spacing: .3em;
}
.headline span{line-height: 1;display: block;margin-top: .3em;font-size:22px;}
.headline::before {
  content: '';
  position: absolute;
  bottom:-20px;
}

.headline.sns {
 position: relative;
 z-index: 50;
 text-align: center;
  margin-bottom: 1.6em;
  color:#000;
  font-size: 50px;
  font-weight: 700;
}
.headline.sns span{line-height: 1;display: block;margin-top: .3em;font-size: 22px;letter-spacing: .05rem;text-transform: uppercase;}
.headline.sns::before {
  content: '';
  position: absolute;
  bottom:-50px;
  left:50%;
  transform: translateX(-50%);
  width: 40px;/*画像の幅*/
  height: 40px;/*画像の高さ*/
  background-image: url(../images/insta-logo.png);
  background-size: contain;
  vertical-align: middle;
}


}




#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:0em 10px 0;
	line-height: 1.4;
	font-size: 15px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.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:#08ace2;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#08ace2;
	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: 93%;
margin: 0px auto;
margin-left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider {
border:1px solid #eee;
  width: 100%;
  margin: 0 0 10px 0;
  overflow:hidden;
  background: white;
  padding: 0;
}
.slide-item img {width: 100%;}


.thumbnail-list {
  width: 100%;
  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: 1px;
  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 darkorange;
opacity: 1;
}
.thumbnail-item:hover img{opacity: 1;}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width:991px) {
.slickwrap{width: 400px;margin: 0 auto;}
}

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

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










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









/* seniorsalon.html
--------------------------------------------------------- */

.salon #section01{padding: 50px 0px 50px;position: relative;}
.salon #section01 .deco-tree1{position: absolute;right:0;top:20px;width: 80px;}
.salon #section01 .deco-tree1.takino{position: absolute;right:0;top:180px;width: 60px;}
.salon #section01 h3{text-align: center;font-weight: 700;font-size: 1.2em;color: #0081FF;margin-bottom: 15px;line-height: 1.7;}
.salon #section01 h3 span{font-size: 1.5em;}
.salon .h3-sub{margin-bottom: 30px;text-align: center;}
.salon .h3-sub span{border: 2px solid #0082FF;border-radius: 1.2em;text-align: center;padding: .5em 1em;display: inline-block;line-height: 1.4;}
.salon #section01 h4{font-weight: 700;color: #ef3a4b;font-size: 1.2em;margin-bottom: 15px;line-height: 1.4;}
.salon #section01 .txt{text-align: justify;margin-bottom: 15px;
-webkit-text-stroke:1px #F9F6E7;
  text-shadow:
    0 1px #F9F6E7,
    0 1px #F9F6E7,
    0 1px #F9F6E7;
  color:#000;
  paint-order:stroke fill;}
.salon #section01 .pic{}


.salon #section02{padding:50px 0px 50px;position: relative;background: #f6f6f6;}
.salon #section02 .container.takino{}
.salon #section02 .deco-tree2{display: none; position: absolute;left:0;top:55%;width: 100px;}
.salon #section02 .deco-tree2.takino{display: block; position: absolute;left:0;top:auto;bottom:10px;width: 60px;}

.salon #section02 h3{text-align: center;font-weight: 700;font-size: 1.2em;color: #0081FF;margin-bottom: 30px;line-height: 1.7;}
.salon #section02 .box{background: white;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 1em;border-radius: 1.5em;}
.salon #section02 .box .ico{text-align: center;margin-bottom: 15px;}
.salon #section02 .box p{text-align: center;}
.salon #section02 ul li{margin-bottom: 10px;}
.salon #section02 ul li:last-child{margin-bottom: 0px;}
.salon #section02 .container.takino ul li{margin-bottom: 20px;}

.salon #section02 h4{border:2px solid #3081FF;border-radius: .8em;margin-bottom: 10px;background: white;padding: .5em;text-align: center;font-size: 1.1em;font-weight: 700;}
.salon #section02 .txt{text-align: justify;padding: 0 5px;}

.salon #section03{padding: 50px 0px 50px;position: relative;}
.salon #section03 h3{text-align: center;font-weight: 700;font-size: 1.2em;color: #0081FF;margin-bottom: 30px;line-height: 1.7;}
.salon #section03 .box{background: white;padding: 1em;position: relative;border-radius: 1.5em;margin-bottom: 10px;}
.salon #section03 .box::after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -10px;
  width: 10px;
  height: 10px;
  background-color: #f6b608;
}
.salon #section03 .box:last-child{margin-bottom: 0;}
.salon #section03 .box:last-child::after {display: none;}

.salon #section03 .box .index{margin-bottom: 1em;font-weight: 700;font-size: 1.2em;display: flex;align-items: center;}
.salon #section03 .box .circle-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #477ffb;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50%;
  margin-right: 5px;
}
.salon #section03 .box .txt{text-align: justify;}

.salon #section04{padding:50px 0px 50px;position: relative;background: #f6f6f6;}
.salon #section04.takino{background: none;}

.salon #section04 h3{text-align: center;font-weight: 700;font-size: 1.2em;color: #0081FF;margin-bottom: 30px;line-height: 1.7;}
.salon #section04 ul li{margin-bottom: 30px;}
.salon #section04 ul li:last-child{margin-bottom: 0px;}
.salon #section04 ul li h4{text-align: center;font-weight: 400;margin-bottom: 20px;}
.salon #section04 ul li h4 span{font-weight: 700;display: block;font-size: 18px;margin-bottom: 10px;}
.salon #section04 .table{}
.salon #section04 .table th{white-space: nowrap;text-align: center;background:rgba(49,128,255,.08)!important;font-weight: 400;}
.salon #section04 .table td{white-space: nowrap;text-align: center;background: white!important;}

.salon #section05{padding:50px 0px 50px;position: relative;}
.salon #section05.takino{background: #f6f6f6;}

.salon #section05 h3{text-align: center;font-weight: 700;font-size: 1.2em;color: #0081FF;margin-bottom: 30px;line-height: 1.7;}
.salon #section05 .table{margin-bottom: 40px;}
.salon #section05 .table th{display: block;width: 100%;font-weight: 400;background:rgba(47,188,255,.08)!important;}
.salon #section05 .table td{display: block;width: 100%;background: white!important;}
.salon #section05 .table td .call{color: #111;}
.salon #section05 .table td a{color: #D4070A;display: block;margin-bottom: 5px;transition: .4s;}
.salon #section05 .table td a:hover{color: #111;}
.salon #section05 .table td a:last-child{margin-bottom: 0px;}
.salon #section05 .btn-more a{width: 270px;height: 50px;border-radius: 10px;transition: .4s;}

.salon #section06{padding:50px 0px 50px;position: relative;}
.salon #section06 h3{text-align: center;font-weight: 700;font-size: 1.1em;color: #0081FF;margin-bottom: 30px;line-height: 1.7;}
.salon #section06 h3 span{font-size: 1.5em;}
.salon #section06 .box{background: white;padding: 1em;border-radius: 1.5em;}
.salon #section06 .box .ico{text-align: center;margin-bottom: 15px;}
.salon #section06 .box h4{color: #F64405;font-weight: 700;font-size: 1.4em;text-align: center;margin-bottom: 10px;}
.salon #section06 .sub{margin-bottom: 8px;font-weight: 700;}
.salon #section06 .txt{text-align: justify;margin-bottom: 30px;}
.salon #section06 .txt2{text-align: justify;margin-bottom: 10px;}
.salon #section06 .txt2 .price{color: #1DB4FF;font-weight: 700;display: block;margin-bottom: 5px;}
.salon #section06 .table{}
.salon #section06 .table th{display: block; text-align: center;background:#def7fc!important;font-weight: 700;vertical-align: middle;}
.salon #section06 .table td{display: block; text-align: left;background: white!important;}


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

@media (min-width: 667px) {
.salon #section01 .deco-tree1{top:20px;width: 100px;}
.salon #section02 .deco-tree2{display: block; position: absolute;left:0;top:auto;bottom:45px;width: 100px;}
.salon #section01 .deco-tree1.takino{position: absolute;right:0;top:80px;width: 100px;}
.salon #section02 .deco-tree2.takino{display: block; position: absolute;left:0;top:auto;bottom:10px;width: 70px;}

.salon #section02 .container.takino ul li{margin-bottom: 20px;}
.salon #section02 .container.takino ul li:nth-child(n+5) { margin-bottom: 0; }
}



@media (min-width: 768px) {
.salon #section01{padding: 70px 0px 70px;}
.salon #section01 h3{font-size: 1.5em;margin-bottom: 10px;line-height: 1.5;}
.salon .h3-sub{margin-bottom: 30px;text-align: center;}
.salon #section01 .txt{text-align: justify;margin-bottom: 0;}
.salon #section01 .pic{}


.salon #section02{padding: 70px 0px 70px;}
.salon #section02 h3{font-size: 1.5em;margin-bottom: 30px;line-height: 1.5;}
.salon #section02 .deco-tree2{bottom:45px;width: 110px;}
.salon #section02 .container.takino ul li{margin-bottom: 30px;}
.salon #section02 .container.takino ul li:nth-child(n+5) { margin-bottom: 0; }



.salon #section03{padding: 70px 0px 70px;}
.salon #section03 h3{font-size: 1.5em;margin-bottom: 30px;line-height: 1.5;}
.salon #section03 .box{padding: 1.5em;position: relative;border-radius: 1.5em;margin-bottom: 15px;}
.salon #section03 .box::after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -15px;
  width: 10px;
  height: 15px;
  background-color: #f6b608;
}

.salon #section04{padding: 70px 0px 70px;}
.salon #section04 h3{font-size: 1.5em;margin-bottom: 30px;line-height: 1.5;}

.salon #section05{padding: 70px 0px 70px;}
.salon #section05 h3{font-size: 1.5em;margin-bottom: 30px;line-height: 1.5;}

.salon #section06{padding: 70px 0px 70px;}
.salon #section06 h3{font-size: 1.2em;margin-bottom: 30px;line-height: 1.5;}
.salon #section06 h3 span{font-size: 1.7em;}
.salon #section06 .box{padding: 2em;border-radius: 1.5em;}
.salon #section06 .box .ico{text-align: center;margin-bottom: 15px;}
.salon #section06 .box h4{color: #F64405;font-weight: 700;font-size: 1.6em;text-align: center;margin-bottom: 10px;}
.salon #section06 .sub{margin-bottom: 8px;font-weight: 700;}
.salon #section06 .txt{text-align: justify;margin-bottom: 30px;}
.salon #section06 .txt2{text-align: justify;margin-bottom: 10px;}
.salon #section06 .txt2 .price{color: #1DB4FF;font-weight: 700;}

}



@media (min-width: 992px) {
.salon #section01 .deco-tree1{top:40px;width: 160px;}

.salon #section01 h3{font-size: 1.6em;margin-bottom: 10px;line-height: 1.5;}
.salon .h3-sub{margin-bottom: 50px;text-align: center;}
.salon #section01 .txt{text-align: justify;margin-bottom: 0;line-height: 1.8;}
.salon #section01 .pic{width: 90%;}
.salon #section01 h4{font-size: 1.4em;margin-bottom: 20px;}

.salon #section02 .container{max-width:100%;}
.salon #section02 .container.takino{max-width: 95%;}

.salon #section02 h3{font-size: 1.6em;margin-bottom: 30px;line-height: 1.5;}
.salon #section02 ul li:nth-child(n+5){margin-bottom: 0px;}
.salon #section02 .txt{line-height: 1.8;}
.salon #section02 .container.takino ul li{margin-bottom: 30px;}
.salon #section02 .container.takino ul li:nth-child(n+4) { margin-bottom: 0; }



.salon #section03 h3{font-size: 1.6em;margin-bottom: 30px;line-height: 1.5;}
.salon #section03 .box{padding: 1.8em;display: flex;justify-content: space-between;align-items: center;}
.salon #section03 .box .index{margin-bottom: 0em;font-weight: 700;font-size: 1.4em;display: flex;align-items: center;width: 260px;}
.salon #section03 .box .circle-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #477ffb;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50%;
  margin-right: 10px;
}
.salon #section03 .box .txt{text-align: justify;width: calc(100% - 260px);}

.salon #section04 h3{font-size: 1.6em;margin-bottom: 30px;line-height: 1.5;}
.salon #section04 ul li{margin-bottom: 0px;}


.salon #section05 h3{font-size: 1.6em;margin-bottom: 30px;line-height: 1.5;}
.salon #section05 .table{margin-bottom: 50px;}
.salon #section05 .table th{display: table-cell;width: 200px;font-weight: 400;vertical-align: middle;}
.salon #section05 .table td{display: table-cell;width: auto;background: white!important;vertical-align: middle;}
.salon #section05 .btn-more a{width: 300px;height: 70px;border-radius: 10px;transition: .4s;}

.salon #section06 h3{font-size: 1.6em;margin-bottom: 30px;line-height: 1.5;}
.salon #section06 .txt{text-align: center;margin-bottom: 30px;}
.salon #section06 .box h4{font-size: 1.4em;text-align: center;margin-bottom: 15px;}
.salon #section06 .box .ico{text-align: center;margin-bottom: 20px;}
.salon #section06 .txt2 .price{font-size: 1.2em;}
.salon #section06 .table th{display: table-cell; width: 180px;}
.salon #section06 .table td{display: table-cell; width: auto;}

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

}



@media (min-width: 1200px) {
.salon #section01{padding:100px 0px 100px;}
.salon #section01 .deco-tree1{top:50px;width:200px;}

.salon #section01 h3{font-size: 1.8em;margin-bottom: 10px;line-height: 1.5;}
.salon #section01 .txt{text-align: justify;margin-bottom: 0;line-height: 2.2;font-size: 1.06em;}
.salon #section01 h4{font-size: 1.6em;margin-bottom: 20px;}


.salon #section02{padding:100px 0px 100px;}
.salon #section02 .container{max-width: 96%;}
.salon #section02 .container.takino{max-width: 1140px;}

.salon #section02 h3{font-size: 2.3em;margin-bottom: 40px;line-height: 1.5;}
.salon #section02 .box{padding:1.5em 1em;border-radius: 1.5em;}
.salon #section02 h4{border:2px solid #3081FF;border-radius: .8em;margin-bottom: 15px;background: white;padding: .8em .5em;text-align: center;font-size: 1.2em;}
.salon #section02 .container.takino ul li{margin-bottom: 50px;}
.salon #section02 .container.takino ul li:nth-child(n+4) { margin-bottom: 0; }

.salon #section01 .deco-tree1.takino{position: absolute;right:0;top:80px;width: 150px;}
.salon #section02 .deco-tree2.takino{display: block; position: absolute;left:0;top:auto;bottom:10px;width: 130px;}

.salon #section03{padding:100px 0px 100px;}
.salon #section03 h3{font-size: 2.3em;margin-bottom: 40px;line-height: 1.5;}

.salon #section03 .box{padding: 2em;display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}
.salon #section03 .box::after {
  content: '';
  position: absolute;
  left: 60px;
  bottom: -20px;
  width: 10px;
  height: 20px;
  background-color: #f6b608;
}
.salon #section03 .box .index{margin-bottom: 0em;font-weight: 700;font-size: 1.6em;display: flex;align-items: center;width: 320px;}
.salon #section03 .box .circle-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width:60px;
  height: 60px;
  background-color: #477ffb;
  color: #ffffff;
  margin-right: 15px;
}
.salon #section03 .box .txt{text-align: justify;width: calc(100% - 320px);}

.salon #section04{padding:100px 0px 100px;}
.salon #section04 h3{font-size: 2.3em;margin-bottom: 40px;line-height: 1.5;}
.salon #section04 ul li h4{font-size: 1.2em;margin-bottom: 20px;}
.salon #section04 ul li h4 span{font-weight: 700;display: block;font-size: 21px;margin-bottom: 10px;}

.salon #section05{padding:100px 0px 100px;}
.salon #section05 h3{font-size: 2.3em;margin-bottom: 40px;line-height: 1.5;}
.salon #section05 .table th{display: table-cell;width: 250px;font-weight: 400;vertical-align: middle;}

.salon #section06{padding:100px 0px 100px;}
.salon #section06 h3{font-size: 1.8em;margin-bottom: 40px;line-height: 1.5;}
.salon #section06 h3 span{font-size: 1.5em;}
.salon #section06 .txt{text-align: center;margin-bottom:50px;line-height: 1.7;font-size: 1.1em;}
.salon #section06 .table th{display: table-cell; width: 230px;}

}

@media (min-width: 1440px) {
.salon #section02 .container{max-width: 1350px;}
.salon #section02 .deco-tree2{bottom:45px;width: 170px;}

.salon #section01 .deco-tree1.takino{position: absolute;right:0;top:50px;width: 200px;}
.salon #section02 .deco-tree2.takino{display: block; position: absolute;left:0;top:auto;bottom:10px;width: 170px;}

.salon #section06 .container{max-width: 1350px;}
.salon #section06 .box{padding: 2.8em;border-radius: 1.5em;}

.salon #section06 .box h4{font-size: 1.6em;text-align: center;margin-bottom: 20px;}
.salon #section06 .sub{margin-bottom:10px;font-size: 1.1em;}

}


@media (min-width: 1680px) {
.salon #section01{padding:130px 0px;}
.salon #section01 .deco-tree1{top:100px;width: auto;}

.salon #section01 h3{font-size: 2em;margin-bottom: 10px;line-height: 1.5;}
.salon .h3-sub{margin-bottom: 80px;text-align: center;}

.salon #section01 h4{font-size: 1.8em;margin-bottom: 30px;}


.salon #section02{padding:130px 0px;}
.salon #section02 .deco-tree2{bottom:85px;width: 300px;}
.salon #section02 .container.takino{max-width: 1300px;}
.salon #section02 h3{font-size: 2.8em;margin-bottom: 60px;line-height: 1.5;}
.salon #section02 h4{padding: 1em .5em;text-align: center;font-size: 1.15em;}

.salon #section01 .deco-tree1.takino{position: absolute;right:0;top:50px;width: auto;}
.salon #section02 .deco-tree2.takino{left:0;top:auto;bottom:40px;width:300px;}

.salon #section03{padding:130px 0px;}
.salon #section03 h3{font-size: 2.8em;margin-bottom: 60px;line-height: 1.5;}

.salon #section04{padding:130px 0px;}
.salon #section04 h3{font-size: 2.8em;margin-bottom: 60px;line-height: 1.5;}

.salon #section05{padding:130px 0px;}
.salon #section05 h3{font-size: 2.8em;margin-bottom: 60px;line-height: 1.5;}

.salon #section06{padding:130px 0px;}
.salon #section06 h3{font-size: 2em;margin-bottom: 60px;line-height: 1.5;}

}



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


.company #section01{padding: 50px 0px 50px;position: relative;}
.company #section01 .deco-tree2{position: absolute;left:0;top:15px;width: 90px;}

.company #section01 .box{background: white;border-radius: 15px;padding: 1.5em 0;margin-bottom: 25px;}
.company #section01 .box:last-child{margin-bottom: 0px;}

.company #section01 .pic{width: 220px;margin: 0 auto;margin-bottom: 25px;}
.company #section01 .pic img{border:3px solid #FBC5CE;}
.company #section01 h4{font-weight: 700;font-size: 1.2em;margin-bottom: 15px;color: #3081FF;text-align: center;}
.company #section01 p.txt{text-align: justify;margin-bottom: .6em;padding: 0 1.5em;}
.company #section01 p.name{text-align:right;padding: 0 1.5em;}
.company #section01 p.name span{font-size: 1.4em;margin-left: .6em;}


.company #section02{padding: 50px 0px 50px;position: relative;background: rgba(0,162,167,.05);}
.company #section02 .table{margin-bottom: 20px;}
.company #section02 .table th{display: block;background: #ecf8fc!important;font-weight: 700;}
.company #section02 .table td{display: block;background: #fFF!important;}
.company #section02 .table td .call{color: #111;}
.company #section02 a{color: #F23402;display: block;font-weight: 700;transition: .4s;}
.company #section02 a:hover{color: #333;}


.company #section03{padding: 50px 0px 50px;position: relative;}
.company #section03 .btn-more a{width: 250px;}

.company #section04{padding: 50px 0px 50px;position: relative;background: #f2f9fd;margin-bottom: 40px;}
.company #section04 .table{margin-bottom:50px;}
.company #section04 .table.end{margin-bottom:30px;}
.target-wrap{position: relative;}
.company #section04 .table th{display: block;background: #f0fdeb!important;font-weight: 700;}
.company #section04 .table td{display: block;background: #fFF!important;}
.company #section04 .table td .call{color: #111;}
.company #section04 .btn-more{display: flex;align-items: center;justify-content: center;margin-bottom: 50px;}
.company #section04 .btn-more a{position: relative;width: 100%;}
.company #section04 h5{font-weight: 700;color: #3081FF;font-size: 1.1em;margin-bottom: 10px;line-height: 1.5;}
.company #section04 .txt{text-align: justify;margin-bottom: 20px;}
.company #section04 ul li .table{margin-bottom:0px;}
.company #section04 ul li .table tbody th{display: block;background: #f0fdeb!important;font-weight: 700;}
.company #section04 ul li .table tbody td{display: block;background: #fFF!important;}
.company #section04 caption {background:#CBEEC2!important;font-weight: 700;font-size: 1.1em;
  padding: 1rem;
  color: #000;
  text-align: left;
  caption-side:top;}
.company #section04 caption span{font-weight: 400;font-size: .8em;display: block;}

.target-wrap #target1{top:-70px;}
.target-wrap #target2{top:-70px;}
.target-wrap #target3{top:-70px;}

@media (min-width: 667px) {

.company #section02 .table th{display: table-cell;width: 100px;}
.company #section02 .table td{display: table-cell;width: auto;}
.company #section04 ul li .table tbody th{display:table-cell;width: 100px;}
.company #section04 ul li .table tbody td{display:table-cell;width: auto;}

}


@media (min-width: 768px) {
.company #section01{padding: 70px 0px;}
.company #section01 .box{padding: 1.5em;margin-bottom: 25px;}
.company #section01 .box:last-child{margin-bottom: 0px;}

.company #section01 .pic{width: 180px;margin: 0 auto;margin-bottom: 0px;}
.company #section01 h4{font-size: 1.3em;margin-bottom:20px;color: #3081FF;text-align: left;}
.company #section01 p.txt{text-align: justify;margin-bottom: .6em;padding: 0;}
.company #section01 p.name{text-align:right;padding: 0;}


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


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

.company #section04{padding: 70px 0px;margin-bottom: 60px;}
.company #section04 .table{margin-bottom:70px;}
.company #section04 .table th{display: table-cell;width: 140px;}
.company #section04 .table td{display: table-cell;width: auto;}
.company #section04 .btn-more{display: flex;align-items: center;justify-content: flex-start;margin-bottom: 70px;}
.company #section04 .btn-more a{position: relative;width: 420px;}

.company #section04 ul li .table tbody th{display:table-cell;width: 120px;}

}

@media (min-width: 992px) {
.company #section01 .deco-tree2{top:35px;width: 110px;}

.company #section01 .box{padding:2em;margin-bottom: 25px;}
.company #section01 .box:last-child{margin-bottom: 0px;}

.company #section01 .pic{width: 200px;margin: 0 auto;margin-bottom: 0px;}
.company #section01 .pic img{border:5px solid #FBC5CE;}
.company #section01 h4{font-size: 1.5em;margin-bottom:20px;color: #3081FF;text-align: left;}
.company #section01 p.txt{text-align: justify;margin-bottom: 1em;padding: 0;line-height: 1.8;}

.company #section03 .btn-more a{width: 320px;}

.company #section04 h5{font-size: 1.2em;margin-bottom: 10px;line-height: 1.5;}
.company #section04 .txt{text-align: justify;margin-bottom: 20px;}
.company #section04 .table th{display: table-cell;width: 160px;}
.company #section04 .btn-more a{position: relative;}
.company #section04 ul li .table tbody th{display:table-cell;width: 100px;}

.target-wrap #target1{top:-90px;}

}


@media (min-width: 1200px) {
.company #section01{padding: 100px 0px;}
.company #section01 .deco-tree2{top:50px;width: 150px;}

.company #section01 .box{padding:3em 4em;margin-bottom: 25px;}
.company #section01 .box:last-child{margin-bottom: 0px;}

.company #section01 .pic{width: 240px;margin: 0 auto;margin-bottom: 0px;}
.company #section01 h4{font-size: 1.8em;margin-bottom:30px;}
.company #section01 p.txt{text-align: justify;margin-bottom: 1em;padding: 0;line-height: 1.8;font-size: 1.1em;}



.company #section02{padding: 100px 0px;}
.company #section02 .table th{width: 200px;padding: 20px;}
.company #section02 .table td{padding: 20px;}

.company #section03{padding: 100px 0px;}
.company #section04{padding: 100px 0px;margin-bottom: 80px;}
.company #section04 .table{margin-bottom:100px;}
.company #section04 .btn-more{display: flex;align-items: center;justify-content: flex-start;margin-bottom: 100px;}
.company #section04 h5{font-size: 1.4em;margin-bottom: 15px;line-height: 1.5;}
}



@media (min-width: 1680px) {
.company #section01{padding: 130px 0px;}
.company #section01 .deco-tree2{top:80px;width: 300px;}

.company #section04{padding: 120px 0px;margin-bottom:100px;}
.target-wrap #target1{top:-100px;}
.target-wrap #target2{top:-100px;}
.target-wrap #target3{top:-100px;}

}


@media (min-width: 1920px) {
.company #section01{padding: 130px 0px;}
.company #section01 .deco-tree2{top:80px;width: auto;}


}





/*-----------------------------------------------------------------------------
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: absolute;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 500;
  height: 100px;
  display: flex;
  align-items: center;justify-content: space-between;
}
.header.page {background: none;height: 80px;}
.header .logo {position: relative;padding-left: 20px;width: 220px;}
.header .logo.color {display: none;}
.header .navi{padding-right: 20px;}



/* ナビゲーションメニュー */
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
}
.menu-item {position: relative;padding: 0 1.5em;line-height: 1;}
.menu-item a {
font-size: 15px;
font-weight: 500;
padding: .5em 0;
  align-items: center;
  color: #111;
  display: flex;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  transition: .3;line-height: 1;
}
.menu-item a:hover {color: #0080ff;}
.menu-item a.active {color:#0080ff;position: relative;}
.menu-item a.active::before {
  content: "";
position: absolute;
background:url("../images/nav-active.png");
width: 40px;
height: 11px;
background-size: contain;
vertical-align: middle;
top:-13px;
left:50%;
transform: translateX(-50%);
}
.drop-menu-list {display: none;}

#main{position: relative;height: 800px;background: url("../images/bg-main-md.jpg");background-position: center;background-repeat: no-repeat;background-size: cover;}

.main-h2{position: absolute;z-index: 50;top: 26%;left: 50px;width: 50%;}
.main-h2 h2.mv-h2{font-size:30px;}
.main-h2 .sub{}
.hato{position: absolute;right:130px;top:-40px;width: 70px;}

.fusen{position: absolute;z-index: 50;top:240px;right: 8%;display: flex;gap:10px;}
.fusen div{width: 72px;}
.airship{position: absolute;z-index: 40;top:90px;right: 12%;width: 200px;}


.salon #section05 .table th{display: table-cell;width: 200px;font-weight: 400;vertical-align: middle;}
.salon #section05 .table td{display: table-cell;width: auto;background: white!important;vertical-align: middle;}

.salon #section06 .table th{display: table-cell; width: 180px;}
.salon #section06 .table td{display: table-cell; width: auto;}

.company #section02 .table{margin-bottom: 30px;}
.company #section02 .table th{display: table-cell;width: 180px;}
.company #section02 .table td{display: table-cell;width: auto;}

.company #section04 .table{margin-bottom:30px;}
.company #section04 .table th{display: table-cell;width: 140px;}
.company #section04 .table td{display: table-cell;width: auto;}


footer .logoblock{position: relative; width: 270px;margin-left: 0;margin-bottom: 30px;}
footer .wrap{max-width: 90%;margin: 0 auto;padding: 50px 0px 130px;}
footer .wrap .container{max-width: 90%;}
footer .wrap .box{width:90%!important;margin-left: 0!important;}
footer .address{font-size: .9em;text-align: left;}

.footer-menu{width: 100%;margin-left: 0; margin-bottom: 0em;display: flex;justify-content:flex-start;}
.footer-menu ul{margin-left: 20px;}
.footer-menu ul:first-child{margin-left: 0px;}
.footer-menu li p{font-size: 14px;padding: 0 0 .5em .7em;font-weight: 700;}
.footer-menu li a{color: #fff;text-decoration: none; text-align: left; font-size: 14px;padding: .7em;display: block;transition: .3s;margin-bottom: 12px;font-weight: 700;}
.footer-menu li a.sub{padding:0 0 .3em 1.2em;display: block;transition: .3s;margin-bottom: 0px;font-weight: 400;}

.headline {
 position: relative;
 z-index: 50;
 text-align: center;
  margin-bottom: 1.6em;
  color:#477ffb;
  font-size: 28px;
  font-weight: 700;
}
.headline span{line-height: 1;display: block;margin-top: .2em;font-family: ' Montserrat ';font-size: 18px;letter-spacing: .05rem;text-transform: uppercase;}
.headline::before {
  content: '';
  position: absolute;
  bottom:-15px;
  left:50%;
  transform: translateX(-50%);
  width: 80px;/*画像の幅*/
  height: 8px;/*画像の高さ*/
  background-image: url(../images/headline-under-xs.png);
  background-size: contain;
  vertical-align: middle;
}

.headline.sns {
 position: relative;
 z-index: 50;
 text-align: center;
  margin-bottom: 1.6em;
  color:#000;
  font-size: 28px;
  font-weight: 700;
}
.headline.sns span{line-height: 1;display: block;margin-top: .2em;font-family: ' Montserrat ';font-size: 15px;letter-spacing: .05rem;text-transform: uppercase;}
.headline.sns::before {
  content: '';
  position: absolute;
  bottom:-30px;
  left:50%;
  transform: translateX(-50%);
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url(../images/insta-logo.png);
  background-size: contain;
  vertical-align: middle;
}

.drawer_menu{display: none!important;}

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

}
