@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:#eff9fc;
width: 100%;}


@media (min-width: 768px) {
body {

}
}

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


}

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


}

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

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

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



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

#splash-logo {width: 510px;
	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.10); /* 少し上にジャンプして大きくなる */
  }
  50% {
    transform: translateY(0) scale(0.9); /* 元の位置に戻りつつ縮む */
  }
  70% {
    transform: translateY(-25px) scale(1.05); /* 小さくジャンプして大きくなる */
  }
  100% {
    transform: translateY(0) scale(1); /* 元のサイズと位置に戻る */
  }
}

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

}

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

}



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

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

body{
    background:#eff9fc;/*遷移アニメーションと同じ色を指定*/
}

body.appear{
    background:#eff9fc;/*画面を開いた後の背景色を指定*/
}


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

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

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

}

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

}

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

}




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

}



/* 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: #eff9fc;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 .logo {position: relative;padding-left: 20px;width: 220px;}
.header .logo.color {display: none;}
.header .logo.style2 {display: block;}

.head-nav{}
.head-nav.color{display: none;}
.head-nav.style2 {display: block;}


.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:#3282FF;}
.menu-item a.active {color:#3282FF;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: #eff9fc;height:80px;}
 /*  
.hide .logo {display: none;}
.hide .logo.color {display: block;}
.hide .logo.style2 {display: block;}

.hide .menu-item a {color: #111;}
.hide .menu-item a:hover {color:#3081FF;}
.hide .menu-item a.active {color:#3081FF;position: relative;}
.hide .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%);
}
*/


}






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

@media (min-width: 1920px){
.header {width: 1920px;  left:50%;transform: translateX(-50%);}
}








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

#main{position: relative;height: 100vh;background-image: linear-gradient(0deg, #82bfeb 34%, #2294d9 92%);}
#main.style2{background-image:none;background: #beecfa;}

.main-h2{position: absolute;z-index: 50;top: 52%;left: 12%;width: 30%;}
.main-h2 h2.mv-h2{}

.hato{position: absolute;left:0px;top:-220px;}
.baloon{position: absolute;top:-260px;right:50px;}

.fusen{position: absolute;z-index: 50;top:200px;right: 5%;display: flex;gap:5px;}
.fusen div{}
.fusen div img{width: 270px;height: auto;}
.fusen div a{transition: .4s;}
.fusen div a:hover {opacity: .8;}

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

#main .cloud{position: absolute;z-index:5;bottom:0;left: 0%;right: 0%;}
#main .kumo{position: relative;z-index:6;}
#main .rainbow{position: absolute;z-index:5;bottom:320px;left:43%;}
#main .city{position: absolute;z-index:6;bottom:0;left: 0%;right: 0%;}
#main .family{position: absolute;z-index: 7;bottom:220px;left:50%;transform: translateX(-50%);}

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







@media (max-width: 1500px){
.main-h2{position: absolute;z-index: 50;top: 56%;left: 11%;width: 28%;}
.hato{position: absolute;left:-40px;top:-240px;width: 150px;}
.baloon{position: absolute;top:-260px;right:50px;width: 100px;}

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


#main .rainbow{position: absolute;z-index:5;bottom:260px;left:43%;width: 400px;}
#main .family{position: absolute;z-index: 7;bottom:170px;left:48%;transform: translateX(0);width: 400px;}


}



@media (max-width: 1366px){
#main .rainbow{position: absolute;z-index:5;bottom:240px;left:40%;width: 400px;}
#main .family{position: absolute;z-index: 7;bottom:170px;left:45%;transform: translateX(0);width: 360px;}





}


@media (max-width: 1199px){
.main-h2{position: absolute;z-index: 50;top: 60%;left: 8%;width: 28%;}
.hato{position: absolute;left:-40px;top:-240px;width: 150px;}
.baloon{position: absolute;top:-260px;right:50px;width: 100px;}

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


#main .rainbow{position: absolute;z-index:5;bottom:240px;left:35%;width: 340px;}
#main .family{position: absolute;z-index: 7;bottom:150px;left:45%;transform: translateX(0);width: 300px;}

}




@media only screen and (max-width: 991px) {
#main{position: relative;height: 660px;}
.fusen{position: absolute;z-index: 50;top:110px;right: 20px;display: flex;}
.fusen div img{width:180px;height: auto;}
.hato{position: absolute;left:-40px;top:-170px;width: 100px;}
.baloon{position: absolute;top:-130px;right:30px;width: 60px;}

}

@media only screen and (max-width: 767px) {
#main{position: relative;height: 550px;}
.fusen{position: absolute;z-index: 50;top:110px;right: 20px;display: flex;}
.fusen div img{width:150px;height: auto;}
.hato{position: absolute;left:-40px;top:-170px;width: 100px;}
.baloon{position: absolute;top:-130px;right:30px;width: 60px;}
#main .rainbow{position: absolute;z-index:5;bottom:240px;left:35%;width: 270px;}
#main .family{position: absolute;z-index: 7;bottom:150px;left:45%;transform: translateX(0);width: 250px;}




}



@media only screen and (max-width: 440px) {
#main{position: relative;height: 100vh;}
.main-h2{position: absolute;z-index: 50;top: 50%;left: 15%;width: 70%;}
.hato{position: absolute;left:-40px;top:-80px;width: 80px;}
.baloon{position: absolute;top:-100px;right:50%;width: 50px;}

.fusen{position: absolute;z-index: 50;top:130px;left:20px;right: 20px;display: flex;flex-wrap: wrap;}
.fusen div img{width:150px;height: auto;}
.fusen div:nth-of-type(3){margin-top: -40px;margin-left: 55%;}

#main .rainbow{position: absolute;z-index:5;bottom:240px;left:35%;width: 220px;}
#main .family{position: absolute;z-index: 7;bottom:110px;left:45%;transform: translateX(-50%);width: 250px;}


}



/* 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 ;}
.home #section01 .wrap{padding: 0 20px;position: relative;z-index: 10;}
.home #section01 .wrap p{position: relative;text-align: justify;margin-bottom: 20px;}

.home #section01 .deco-logo{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;width: 130px;}
.home #section01 .deco-logo img{opacity: .2;}  
.home #section01 .tree{position: absolute;z-index: 5; left:0;bottom:0;}
.home #section01 .bg-logo{position: absolute;z-index: 2; left:10%;top:10%;width: 80%;}




.home #section02{position: relative;padding: 40px 0 60px;}
.home #section02 .container{max-width: 100%;}
.home #section02 .sub{color:#0080ff;margin-bottom: 30px;font-feature-settings: "palt";text-align: justify;}
.home #section02 .headline{margin-bottom:  .6em;}

.home #section02 .box{background:#d6ebf2;padding: 1.5em;border-radius: 15px;margin-bottom: 40px;position: relative;}
.home #section02 .box .hill{position: absolute;right:0;top:-20px;width: 70%;}
.home #section02 .box .inbox{background: white;border-radius: 15px;padding: 1.5em;}
.home #section02 .box ul li{margin-bottom: 20px;}
.home #section02 .box ul li:last-child{margin-bottom: 0px;}
.home #section02 .box .title{display: flex;align-items: center;justify-content: space-between;margin-bottom: 1.2em;}
.home #section02 .box ul li h4{font-weight: 700;display: flex;align-items: center;font-size: 20px;}
.home #section02 .box ul li h4 img{width: 30px;height: auto;margin-right: 7px;}
.home #section02 .box ul li .txt{text-align: justify;margin-bottom: 1.5em;}
.home #section02 .box ul li .txt.end{margin-bottom: 0;}

.home #section02 .box ul li dl{margin-bottom: 0px;}
.home #section02 .box ul li dl dt{margin-bottom: 7px;line-height: 1;font-weight: 400;}
.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{margin-bottom: 15px;}
.home #section02 .box:last-child{background:#e2f2d6;margin-bottom: 0px;}
.home #section02 .box .tree{position: absolute;right:0;top:-30px;width: 100px;}


.home #section03{position: relative;padding: 30px 0 50px;z-index: 20;}
.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{margin-bottom: 20px;}
.recruit-box .box{padding: 1.5em;background: white;border-radius: 30px;margin-bottom: 10px;}
.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-box2{background: white;border-radius: 15px;}
.recruit-box2 .index2{padding: 1em 1.5em;background: #0080ff;border-radius: 10px 10px 0 0;text-align: center;font-weight: 700;color: #fFF;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: 50px 0px 50px;}
.home #section04 .container{max-width: 100%;}
.home #section04 .headline{margin-bottom:  1em;}
.home #section04 .box{background:#fff;padding: 1.5em;border-radius: 15px;margin-bottom: 40px;position: relative;}
.home #section04 .box h4{font-weight: 700;margin-bottom: 1em;color: #0080ff;padding-bottom: .4em;border-bottom: 1px solid #ddd;font-size: 1.2em;line-height: 1.4;}
.home #section04 .box h4::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02b";
font-weight: 900;
margin-right: 5px;
}

.newsarea{position: relative;max-height: 360px; overflow-y: scroll;background: none;}
.newsarea .set{border-bottom: 1px solid #ddd;padding-bottom: 1em;margin-bottom: 1em;}
.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: 10px;font-size: .9em;}
.newsarea .set .date span.new{color: red;margin-left: 10px;}
.newsarea .set .date .category{color: #333;font-size: .8em;}
.newsarea .set .date .category span{border:1px solid #ccc;border-radius: 3px;padding: .4em;display: inline-block;}
.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;margin-bottom: 10px;}
.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: 10px;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 #section05{position: relative;padding: 0px 0px 50px;}
.home #section05 .container{max-width: 100%;}
.home #section05 h3{font-family: ' Montserrat ';font-size: 20px;text-align: center;color: #0080ff;margin-bottom: 1.5em;}
.home #section05 h3 span{margin-bottom: 10px;display: block;font-size: 1.4em;}
.home #section05 .box{background:#fff;padding: 1.5em;border-radius: 15px;position: relative;}


.home #section06{position: relative;padding: 20px 0px;}
.home #section06 .box{background:url("../images/top-company-xs.jpg");background-position: center bottom;background-repeat: no-repeat;background-size: cover; padding: 2.5em 1.5em;border-radius: 15px;}
.home #section06 .box .illust{position: absolute;top:-20px;right: 40px;width: 80px;}
.home #section06 .box .tree{position: absolute;bottom:0px;left: 20px;width: 180px;}

.home #section06 .box .btn-more{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;}

.arrow-wrap{width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: #bedcf9;transition: .4s;}
.arrow-wrap:hover{background:#3081FF;transition: .4s;}
.arrow-wrap.pink{background: #fcc0cf;}
.arrow-wrap.pink:hover{background:#f36;}
.arrow-wrap.perple{background: #eadbf8;}
.arrow-wrap.perple:hover{background:#6722aa;}
.arrow-wrap.normal{background: #dcdadb;}
.arrow-wrap.normal:hover{background:#555;}

.arrow {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 1px;
  margin: 4.3px 0;
  border-radius: 9999px;
  background-color: #0080ff;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #0080ff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.arrow::before {transform: rotate(45deg);}
.arrow::after {transform: rotate(-45deg);}

.arrow-wrap:hover .arrow {background-color: #fff;}
.arrow-wrap:hover .arrow::before,
.arrow-wrap:hover .arrow::after {background-color: #fff;}

.arrow-wrap.pink .arrow {background-color: #f36;}
.arrow-wrap.pink .arrow::before,
.arrow-wrap.pink .arrow::after {background-color: #f36;}
.arrow-wrap.pink:hover .arrow {background-color: #fff;}
.arrow-wrap.pink:hover .arrow::before,
.arrow-wrap.pink:hover .arrow::after {background-color: #fff;}

.arrow-wrap.perple .arrow {background-color: #6722aa;}
.arrow-wrap.perple .arrow::before,
.arrow-wrap.perple .arrow::after {background-color: #6722aa;}
.arrow-wrap.perple:hover .arrow {background-color: #fff;}
.arrow-wrap.perple:hover .arrow::before,
.arrow-wrap.perple:hover .arrow::after {background-color: #fff;}

.arrow-wrap.normal .arrow {background-color: #333;}
.arrow-wrap.normal .arrow::before,
.arrow-wrap.normal .arrow::after {background-color: #333;}
.arrow-wrap.normal:hover .arrow {background-color: #fff;}
.arrow-wrap.normal:hover .arrow::before,
.arrow-wrap.normal:hover .arrow::after {background-color: #fff;}





@media (min-width: 667px) {
.home #section01 .wrap{width: 60%;margin-left: 38%;}
.home #section01 .tree{position: absolute;z-index: 5; left:0;bottom:80px;}
.home #section01 .bg-logo{position: absolute;z-index: 2; left:50%;top:20%;width: 40%;}

.home #section02 .box .hill{top:-20px;width: 55%;}
.home #section02 .box ul li .thumb{width: 360px;margin: 0 auto;margin-bottom: 15px;}

.top-recruit{position: relative;z-index: 10;}
.recruit-box{display: flex;flex-wrap: wrap;justify-content: space-between;}
.recruit-box .box{width: 49%;}

.home #section06 .box{background:url("../images/top-company-xs.jpg");background-position: center bottom;background-repeat: no-repeat;background-size: cover; padding: 2.5em 1.5em;border-radius: 15px;}
.home #section06 .box .illust{position: absolute;top:-20px;right: 35%;width: 90px;}
.home #section06 .box .tree{position: absolute;bottom:0px;left: auto;right:30px;width: 180px;}
.home #section06 .box .btn-more{justify-content: flex-start;}

}




@media (min-width: 768px) {

.home #section01{padding: 70px 0 ;}
.home #section01 .wrap{padding: 0;width: 60%;margin-left: 35%;}
.home #section01 .wrap p{position: relative;text-align: justify;margin-bottom: 20px;line-height: 1.8;}


.home #section02{padding: 70px 0 70px;}
.home #section02 .sub{margin-bottom: 40px;}

.home #section02 .box .hill{top:-40px;width: 55%;}
.home #section02 .box .tree{position: absolute;right:20px;top:-30px;width: 120px;}

.home #section02 .box{padding: 2em;border-radius: 15px;margin-bottom: 50px;}

.home #section02 .box ul li{margin-bottom: 0px;}
.home #section02 .box ul li .thumb{width: 90%;margin: 0 auto;margin-bottom: 15px;}

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

.news-pic{margin-top: 15px;width: 90%;}

.home #section04{position: relative;padding: 50px 0px 50px;}
.home #section04 .headline{margin-bottom:  1.3em;}
.home #section04 .box h4{margin-bottom: 1em;padding-bottom: .4em;font-size: 1.4em;}

.home #section05{padding: 0px 0px 70px;}
.home #section05 h3{font-size: 26px;text-align: center;color: #0080ff;margin-bottom: 1.3em;}
.home #section05 h3 span{margin-bottom: 10px;display: block;font-size: 1.4em;}

.home #section06{padding: 30px 0px;}
.home #section06 .box{background:url("../images/top-company-xs.jpg");background-position: center bottom;background-repeat: no-repeat;background-size: cover; padding: 2.5em 2.5em;border-radius: 15px;}
.home #section06 .box .illust{position: absolute;top:45px;right: 38%;width: 110px;}
.home #section06 .box .tree{position: absolute;bottom:0px;left: auto;right:30px;width: 250px;}



.link-pdf{width: 100px;}

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


}



@media (min-width: 992px) {
.home #section01 .wrap{}
.home #section01 .wrap p{position: relative;line-height: 2.2;margin-bottom: 30px;}
.home #section01 .tree{position: absolute;z-index: 5; left:0;bottom:80px;}
.home #section01 .bg-logo{left:40%;top:20%;width: 45%;}


.home #section02 .box{padding: 3em 2.5em;border-radius: 15px;margin-bottom: 80px;}
.home #section02 .box ul li .thumb{width: 90%;margin: 0 auto;margin-bottom: 20px;}
.home #section02 .box .tree{position: absolute;right:40px;top:-50px;width: 160px;}

.home #section02 .box .inbox{padding: 2em;border-radius: 20px;}
.home #section02 .box .title{display: flex;align-items: center;justify-content: space-between;margin-bottom: 1.6em;}
.home #section02 .box ul li h4{font-weight: 700;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: 90px;}
.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% - 90px);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;}

.home #section03 .container{max-width:100%;}
.home #section03 .headline{-ms-writing-mode: tb-rl; writing-mode: vertical-rl;font-size: 45px;margin-bottom: 0;}
.home #section03 .headline span::before {display: none;}
.home #section03 .headline span img{display: inline-block; width: 25px;height: auto;margin-bottom: 5px;}
.home #section03 .headline span{line-height: 1;display: block;margin-bottom:0;padding-left: 0; font-size:18px;margin-left: 0;}
.home #section03 .index{font-weight: 700;color: #0082FF;font-size: 20px;margin-bottom: 20px;text-align: left;margin-left: 20px;}
.home #section03 .txt{text-align: justify;margin-bottom: 0px;margin-left: 20px;}
.home #section03 .btn-more{margin-bottom: 20%;}
.recruit-box {width: 100%;margin-bottom: 0;}
.recruit-box .box{width:32.3%;margin-bottom: 15px;border-radius: 50%;position: relative;}
.recruit-box .box .ico{display: flex;align-items: center;justify-content: center;width: 130px; margin: 0 auto;}

.circle_height {
position: relative;
padding-top: 100%;
height: 0;
}
.circle_height .in {width: 90%; position: absolute;
top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}
.recruit-box2{width: 100%;}
.recruit-box2 .index2{padding: .6em;font-size: 1.2em;}
.recruit-box2 .box{position: relative;padding: 1.2em 1em;}
.recruit-box2 .box .title{font-size: 1.1em;margin-bottom: 10px;line-height: 1.4;}

.home #section04 .box{padding: 3em 2.5em;border-radius: 15px;}
.newsarea{width:100%;max-height: 400px;}
.newsarea .set{padding: 15px 10px;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;}
.news-pic{margin-top: 15px;width: 100%;}

.home #section05 .box{padding: 3em 2.5em;border-radius: 15px;}

.home #section06{padding: 50px 0px;}
.home #section06 .box{background:url("../images/top-company.jpg");background-position: center bottom;background-repeat: no-repeat;background-size: cover; padding: 2.5em 3.5em;border-radius: 30px;}
.home #section06 .box .illust{position: absolute;top:45px;right: 40%;width: 150px;}
.home #section06 .box .tree{position: absolute;bottom:10px;left: auto;right:40px;width: 350px;}
.home #section06 .headline {
  margin-bottom: 1em;
  letter-spacing: .1em;
}



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

.arrow-wrap{width: 40px;height: 40px;}


.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;}
.home #section01 .wrap{padding: 0;width: 50%;margin-left: 45%;}
.home #section01 .bg-logo{left:42%;top:20%;width: 48%;}
.home #section01 .tree{position: absolute;z-index: 5; left:0;bottom:100px;}



.home #section02{padding: 80px 0 100px;}
.home #section02 .container{max-width: 90%;}
.home #section02 .sub{margin-bottom: 50px;}

.home #section02 .box .hill{top:-60px;width: 600px;}
.home #section02 .box ul li .thumb{width: 400px;margin: 0 auto;margin-bottom: 15px;}

.home #section02 .box{padding: 70px;border-radius: 25px;margin-bottom: 80px;}
.home #section02 .box .tree{position: absolute;right:60px;top:-60px;width: 180px;}

.home #section03{padding: 40px 0px 80px;}
.home #section03 .headline{font-size: 50px;margin-bottom: 0;}

.home #section03 .index{margin-left: 20px;font-size: 28px;}
.home #section03 .txt{margin-left: 20px;}
.recruit-box .box{width:32.3%;margin-bottom: 15px;border-radius: 50%;position: relative;}




.home #section04{padding: 100px 0px 100px;}
.home #section04 .container{max-width: 90%;}
.home #section04 .box{padding: 70px;border-radius: 25px;}
.home #section04 .box h4{margin-bottom: 1em;padding-bottom: .4em;font-size: 1.7em;}

.newsarea .set{padding: 20px 10px;}
.news-pic{width: 100%;}
.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{font-size: .8em;margin-left: 15px;}


.home #section05{padding: 0px 0px 100px;}
.home #section05 .container{max-width: 90%;}
.home #section05 h3{font-size: 40px;text-align: center;color: #0080ff;margin-bottom: 1.1em;}
.home #section05 h3 span{margin-bottom: 10px;display: block;font-size: 1.4em;}

.home #section05 .box{padding: 70px;border-radius: 25px;}

.home #section06{padding: 50px 0px;}
.home #section06 .box{border-radius: 30px;padding: 5em 4em;background:url("../images/top-company.jpg");background-position: center bottom;background-repeat: no-repeat;background-size: cover;}
.home #section06 .box .illust{position: absolute;top:120px;right: 45%;width: 128px;}
.home #section06 .box .tree{position: absolute;bottom:20px;left: auto;right:100px;width: 400px;}
.gmap{margin-bottom: 50px;padding: 1.5em;}



}





@media (min-width: 1440px) {
.home #section01 .wrap{}
.home #section01 .wrap p{font-size: 1.2em;line-height: 2.3;}
.home #section01 .bg-logo{left:35%;top:10%;width: 50%;}

.home #section02 .container{max-width: 1350px;}
.home #section02 .box{padding: 4.5em 5em;border-radius: 25px;margin-bottom: 100px;}
.home #section02 .box .inbox{padding: 3.5em 4em;}
.home #section02 .box .title{display: flex;align-items: center;justify-content: space-between;margin-bottom: 1.8em;}

.home #section02 .box .hill{top:-80px;width: 690px;}
.home #section02 .box .tree{position: absolute;right:60px;top:-80px;width: 230px;}
.home #section02 .box ul li h4{display: flex;align-items: center;font-size: 28px;}
.home #section02 .box ul li h4 img{width: 40px;height: auto;margin-right: 10px;}

.home #section03 .container{max-width: 1340px;}

.home #section03 .index{font-weight: 700;color: #0082FF;font-size: 28px;margin-bottom: 25px;margin-left: 35px;}
.home #section03 .txt{text-align: justify;margin-left: 35px;padding-right: 35px;}
.recruit-box{margin-bottom: 30px;}
.recruit-box .box h4{margin-bottom: 25px;font-size: 1.25em;}

.home #section04 .container{max-width: 1350px;}
.home #section04 .box{padding: 4.5em 5em;border-radius: 25px;}
.home #section04 .headline{margin-bottom:  1.6em;}

.home #section05 .container{max-width: 1350px;}
.home #section05 .box{padding: 4.5em 5em;border-radius: 25px;}


.arrow-wrap{width: 56px;height: 56px;}

}

@media (min-width: 1680px) {
.home #section01{padding: 150px 0;}
.home #section01 .wrap{}
.home #section01 .tree{position: absolute;z-index: 5; left:0;bottom:150px;}

.home #section02{padding: 100px 0 100px;}
.home #section02 .container{max-width: 1540px;}
.home #section02 .box{padding: 100px;border-radius: 25px;}
.home #section02 .box ul li .thumb{width: 400px;margin: 0 auto;margin-bottom: 20px;}


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

.home #section04{padding: 100px 0px 100px;}
.home #section04 .container{max-width: 1540px;}
.home #section04 .box{padding: 100px;border-radius: 25px;}
.newsarea .set{padding: 25px 10px;}
.home #section05{padding: 0px 0px 130px;}

.home #section06{padding: 60px 0px;}

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

}

@media (min-width: 1900px) {


.recruit-box .box h4{margin-bottom: 25px;font-size: 1.35em;}
.recruit-box2 .index2{padding: 1em 1em;font-size: 1.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: #477ffb;color: white;display: flex;align-items: center;justify-content: center;width: 290px;height: 50px;border-radius: 25px;transition: .4s;padding: 0 5px;}
.btn-more a:hover{background:  #555;}
.btn-more a .yajirusi{position: absolute;right:5px;top:50%;transform: translateY(-50%);display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;border-radius: 50%;background: white}
.btn-more a .arrow {
  position: absolute;
  right:13px;
  top:42%;
  transform: translateY(-50%);
  display: inline-block;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #477ffb;
}
.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: #477ffb;
  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) {

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) {

.btn-more a{padding: 0 5px 0;}

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


}


@media (min-width: 1200px) {
.btn-more{display: flex;align-items: center;justify-content: flex-start;}
.btn-more a{position: relative;background: #477ffb;color: white;display: flex;align-items: center;width: 340px;height: 60px;border-radius: 30px;transition: .4s;padding: 0;}
.btn-more a:hover{background:  #555;}
.btn-more a .yajirusi{display: flex;align-items: center;justify-content: center;width: 50px;height: 50px;border-radius: 50%;background: white;}
.btn-more a .arrow {
  position: absolute;
  right:17px;
  top:42%;
  transform: translateY(-50%);
  display: inline-block;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #477ffb;
}

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;background: #7da74b;color: white;padding: 50px 0;}
footer .logoblock{position: relative; width: 230px;margin: 0 auto; margin-bottom: 25px;}
footer .box{background: white;color: #111; border-radius: 15px;padding: 1.2em;margin-bottom: 10px;}
footer .box:last-child{}
footer .box .index{font-weight: 700;color: #111;margin-bottom: 15px;display: flex;align-items: center;justify-content: center;font-size: 1.2em;}
footer .box .index img{width: 30px;height: auto;margin-right: 5px;}
footer .address{font-size: .9em;letter-spacing: 0;margin-bottom: 1.5em;text-align: justify;line-height: 1.4;}
footer .address a{color: #fff;}

footer .tel{font-family: ' Montserrat ';text-align: center;}
footer .tel span{color: #111;letter-spacing: .1em;font-size: 1.5em;}

.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 .container{max-width: 96%;}
.footer-menu{width: 80%;margin: 0 auto; margin-bottom: 1.5em;display: flex;justify-content: space-around;}
footer .box{margin: 0 auto;}
footer .address{font-size: 1em;letter-spacing: 0;margin-bottom: 1.8em;text-align:center;line-height: 1.5;}

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

}



@media (min-width: 768px) {

footer{padding: 70px 0px;}
footer .container{max-width: 90%;}

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




.copy{font-size: 12px;}


}


@media (min-width: 992px) {

footer .container{max-width: 100%;}

footer .logoblock{margin-bottom: 30px;margin-left: 0;}

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

footer .address{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{padding: 100px 0px;}
footer .container{max-width: 1140px;}

footer .box{width:100%;margin-left: 0;padding: 1.8em 1.3em;}
footer .tel{font-size: 16px;}


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



.copy{font-size: 14px;}



}

@media (min-width: 1680px) {
footer .logoblock{position: relative; margin-bottom: 40px;width: 380px;}

}
@media (min-width: 1920px) {


}


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

.h2area{
margin-top: 0px;
position: relative;
width:100%;
height: 450px;
display: flex;align-items:center;justify-content: center;background-image: linear-gradient(0deg, #82bfeb 34%, #2294d9 92%);
}
.h2area.style2{background-image:none;background: #beecfa;}

.h2area::after {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: rgba(0,0,0,0);
}
.h2area .hato{position: absolute;z-index:6;left:35%;top:100px;width: 150px;}
.h2area .baloon{position: absolute;z-index:6;top:200px;right:200px;width: 100px;}

.h2area .cloud{position: absolute;z-index:5;bottom:0;left: 0%;right: 0%;}
.h2area .rainbow{position: absolute;z-index:4;left: 50%;bottom:0;}

.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: 350px;}
.h2-txt{left:15%; top:55%;font-size: 40px;letter-spacing: .3rem;}

.h2area .rainbow{position: absolute;z-index:4;left: 50%;bottom:0;width: 360px;}
.h2area .hato{position: absolute;z-index:6;left:33%;top:70px;width: 120px;}
.h2area .baloon{position: absolute;z-index:6;top:160px;right:240px;width: 90px;}

}


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

.h2-txt{font-size: 36px;left:10%;}
.h2-txt span {font-size: 22px;}
.h2area .rainbow{position: absolute;z-index:4;left: 50%;bottom:0;width: 230px;}
.h2area .hato{position: absolute;z-index:6;left:33%;top:70px;width: 120px;}
.h2area .baloon{position: absolute;z-index:6;top:150px;right:80px;width: 70px;}



}

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

.h2-txt{font-size: 32px;left:10%;}
.h2-txt span {font-size: 22px;}
.h2area .rainbow{position: absolute;z-index:4;left: 50%;bottom:0;width: 200px;}

.h2area .hato{position: absolute;z-index:6;left:33%;top:70px;width: 100px;}

}


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

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

.h2-txt span {font-size: 20px;}
.h2area .hato{display: none;}
.h2area .baloon{position: absolute;z-index:6;top:30px;right:80px;width: 70px;}
.h2area .rainbow{position: absolute;z-index:4;left: 40%;bottom:0;width: 180px;}



}

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

.h2area{height: 200px;}

.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;}
.h2area .rainbow{position: absolute;z-index:4;left: 40%;bottom:0;width: 130px;}
.h2area .baloon{position: absolute;z-index:6;top:80px;right:20px;width: 60px;}

}

/*------------------------------　　下層ページ 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.3em;
 position: relative;
  margin-bottom: 1em;
  text-align: left;
  color: black;
  border-left:5px solid #3081FF;padding-left: .5em;
}

.headline {
 position: relative;
 z-index: 50;
  margin-bottom: 1.6em;
  color:#477ffb;
  font-size: 28px;
  font-weight: 700;
}
.headline span{line-height: 1;display: block;position: relative;padding-left: 30px; margin-bottom: .4em;font-family: ' Montserrat ';font-size: 18px;letter-spacing: .05rem;text-transform: uppercase;}
.headline span::before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 22px;/*画像の幅*/
  height: 16px;/*画像の高さ*/
  background-image: url(../images/logo_color.png);
  background-size: contain;
  vertical-align: middle;
}
.headline span img{display: none;}


.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;
  margin-bottom: 1.6em;
  color:#477ffb;
  font-size: 32px;
}
.headline span{line-height: 1;display: block;margin-bottom: .5em;font-family: ' Montserrat ';font-size: 18px;letter-spacing: .05rem;text-transform: uppercase;}


.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;
}
.headline span{line-height: 1;display: block;margin-bottom: .5em;padding-left: 35px; font-family: ' Montserrat ';font-size:22px;margin-left: -.3em;}
.headline span::before {
  content: '';
  position: absolute;
  width: 27px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(../images/logo_color.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;font-size:22px;}

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


}




#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 .hill{position: absolute;right:-15px;top:10px;width: 40%;}
.salon #section01 .hill.tree{position: absolute;right:10px;top:10px;width: 70px;}

.salon #section01 h3{text-align: center;font-weight: 700;font-size: 1.8em;color: #c63;margin-bottom: 30px;line-height: 1.3;}
.salon #section01 h3 span{display: block;font-size: 15px;color: #222;margin-top: 5px;}
.salon #section01 h3 span.child{display: block;font-size: 18px;color: #c63;margin-top: 0;}

.salon #section01 .sub{text-align: justify;margin-bottom: 15px;font-weight: 700;font-size: 1.2em;color: #369;}
.salon #section01 .txt{text-align: justify;margin-bottom: 15px;}
.salon #section01 .pic{width: 280px;margin: 0 auto;}
.salon #section01 .sub2{text-align: center;font-weight: 700;line-height: 1.6;margin-bottom: 15px;font-size: 1.2em;color: #369;}
.salon #section01 .txt2{text-align: justify;}
.salon #section01 .ico{background: white;width: 100px;height: 100px;border-radius: 50%;padding: 20px;margin: 0 auto; margin-bottom: 15px;}
.salon #section01 .ico.sup{width: 180px;height: 180px;overflow: hidden;}
.salon #section01 .ico.sup2{width: 180px;height: 180px;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.salon #section01 .tel{background: #3081FF;padding: 1em 1.4em;border-radius: 1em;color: white;font-family: ' Montserrat ';text-align: center;}
.salon #section01 .tel .call{color: white;font-size: 1.5em;}
.salon #section01 .txt3{text-align: justify;margin-bottom: 20px;}

.frame {
  position: relative;
  width:100%;
  border: 2px solid #7AD7F6;
  border-radius: 15px;
  padding: 2em 1.5em 1.5em;
  margin-top: 15px;
}
.label {
  position: absolute;
  top: -15px;
  left: 20px;
  background-color:#EDF9FC;
  padding: 0 10px;
  font-weight: 700;
  font-size: 1.1em;
  color: #09f;
}
.label .fas {color: #F68EB1;}
.label .fas.no {color: #111;}
.label.color {background-color:#F6F6F6;}

.salon #section01 .sub3{text-align: center;font-weight: 700;line-height: 1.6;margin-bottom: 15px;color: #369;}
.salon #section01 .table{}
.salon #section01 .table th{background:rgba(49,128,255,.05)!important;font-weight: 400;display: block;}
.salon #section01 .table td{background: white!important;display: block;}


.salon #section02{padding:50px 0px 50px;position: relative;background: #f6f6f6;}
.salon #section02 h3{text-align: center;font-weight: 700;font-size: 1.6em;color: #c63;margin-bottom: 30px;line-height: 1.3;}
.salon #section02 h3 span{display: block;font-size: 15px;color: #222;margin-top: 5px;}
.salon #section02 h3 span.child{display: block;font-size: 18px;color: #c63;margin-top: 0;}
.salon #section02 .sub{text-align: justify;margin-bottom: 15px;font-weight: 700;font-size: 1.2em;color: #369;}
.salon #section02 .txt{text-align: justify;margin-bottom: 15px;}
.salon #section02 .ico.sup2{background: white; width: 180px;height: 180px;border-radius: 50%;margin: 0 auto;margin-bottom: 15px;padding: 20px; overflow: hidden;display: flex;align-items: center;justify-content: center;}
.salon #section02 .sub3{text-align: center;font-weight: 700;line-height: 1.6;margin-bottom: 15px;color: #369;}

.salon #section02 .box{background: white;padding: 1em;position: relative;border-radius: 1.5em;margin-bottom: 10px;}
.salon #section02 .box::after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -10px;
  width: 10px;
  height: 10px;
  background-color: #FFCC99;
}
.salon #section02 .box:last-child{margin-bottom: 0;}
.salon #section02 .box:last-child::after {display: none;}

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

.salon #section02 .box .txt{text-align: justify;}



.salon #section03{padding: 50px 0px 50px;position: relative;}
.salon #section03 h3{text-align: center;font-weight: 700;font-size: 1.8em;color: #c63;margin-bottom: 30px;line-height: 1.5;}
.salon #section03 .table{margin-bottom: 40px;}
.salon #section03 .table th{display: block;width: 100%;font-weight: 400;background:#f1f9da!important;}
.salon #section03 .table td{display: block;width: 100%;background: white!important;}
.salon #section03 .table td .call{color: #111;}
.salon #section03 .table td a{color: #D4070A;display: block;margin-bottom: 5px;transition: .4s;}
.salon #section03 .table td a:hover{color: #111;}
.salon #section03 .table td a:last-child{margin-bottom: 0px;}
.salon #section03 .btn-more a{width: 270px;height: 50px;border-radius: 10px;transition: .4s;}
.salon #section03 .pic{text-align: center;margin-bottom: 25px;}
.salon #section03 .othertxt{text-align: justify;}

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

.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 #section06{padding:50px 0px 50px;position: relative;}
.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 .hill{position: absolute;right:-15px;top:20px;width:38%;}
.salon #section01 .hill.tree{position: absolute;right:10px;top:10px;width: 110px;}
.salon #section01 .table th{display: table-cell;width: 150px;}
.salon #section01 .table td{display: table-cell;}

}



@media (min-width: 768px) {
.salon #section01{padding: 70px 0px 70px;}
.salon #section01 .hill{position: absolute;right:-15px;top:70px;width:38%;}
.salon #section01 .hill.tree{position: absolute;right:30px;top:30px;width: 150px;}

.salon #section01 h3{text-align: center;font-weight: 700;font-size: 2.3em;color: #c63;margin-bottom: 30px;line-height: 1.3;}
.salon #section01 h3 span{display: block;font-size: 15px;color: #222;margin-top: 5px;}
.salon #section01 h3 span.child{display: block;font-size: 20px;color: #c63;margin-top: 0;}

.salon #section01 .pic{width: 360px;margin: 0 auto;}

.frame {
  position: relative;
  width:100%;
  border: 2px solid #7AD7F6;
  border-radius: 15px;
  padding: 2.3em 1.5em 1.5em;
  margin-top: 15px;
}
.label {
  position: absolute;
  top: -15px;
  left: 25px;
  font-size: 1.25em;
}
.salon #section01 .sub3{text-align: left;font-size: 1.05em;margin-bottom: 15px;}
.salon #section01 .tel{width: 53%;margin: 0 auto;padding: 1em 1.4em;}
.salon #section01 .tel .call{color: white;font-size: 1.7em;letter-spacing: .1rem;}
.salon #section01 .table th{display: table-cell;width:180px;}


.salon #section02{padding: 70px 0px 70px;}
.salon #section02 h3{text-align: center;font-weight: 700;font-size: 2.3em;color: #c63;margin-bottom: 30px;line-height: 1.3;}
.salon #section02 h3 span{display: block;font-size: 15px;color: #222;margin-top: 5px;}
.salon #section02 h3 span.child{display: block;font-size: 20px;color: #c63;margin-top: 0;}

.salon #section02 .box{padding: 1.5em;position: relative;border-radius: 1.5em;margin-bottom: 20px;}
.salon #section02 .box::after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -20px;
  width: 10px;
  height: 15px;
}



.salon #section03{padding: 70px 0px 70px;}
.salon #section03 h3{text-align: center;font-weight: 700;font-size: 2.3em;color: #c63;margin-bottom: 30px;line-height: 1.5;}
.salon #section03 .table{margin-bottom: 30px;}
.salon #section03 .table th{display: table-cell;width: 200px;font-weight: 400;vertical-align: middle;}
.salon #section03 .table td{display: table-cell;width: auto;background: white!important;vertical-align: middle;}
.salon #section03 .btn-more a{width: 300px;height: 70px;border-radius: 10px;transition: .4s;}

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

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

.salon #section06{padding: 70px 0px 70px;}
.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 .txt{text-align: justify;margin-bottom: 0;line-height: 2;}
.salon #section01 .pic{width: 90%;margin-left: 0;}
.salon #section01 .sub{text-align: justify;margin-bottom: 20px;font-size: 1.3em;}
.salon #section01 .sub2{text-align: center;font-weight: 700;line-height: 1.6;margin-bottom: 15px;font-size: 1.3em;}
.salon #section01 .txt2{text-align: justify;line-height: 2;}
.salon #section01 .ico{background: white;width: 100px;height: 100px;border-radius: 50%;padding: 20px;margin: 0 auto; margin-bottom: 15px;}
.frame {
  position: relative;
  width:100%;
  border: 2px solid #7AD7F6;
  border-radius: 15px;
  padding: 2.6em 2em 2em;
  margin-top: 15px;
}
.label {
  position: absolute;
  top: -15px;
  left: 25px;
  font-size: 1.3em;
}
.salon #section01 .sub3{text-align: left;font-size: 1.15em;margin-bottom: 15px;}
.salon #section01 .txt3{text-align: justify;margin-bottom: 30px;}
.salon #section01 .ico.sup2{width: 220px;height: 220px;}

.salon #section02 .box{padding: 1.8em;display: flex;justify-content: space-between;align-items: center;}
.salon #section02 .box::after {
  content: '';
  position: absolute;
  left: 47px;
  width: 10px;
  height: 10px;

}
.salon #section02 .box .index{margin-bottom: 0em;font-weight: 700;font-size: 1.4em;display: flex;align-items: center;width: 350px;}
.salon #section02 .box .circle-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50%;
  margin-right: 15px;
}
.salon #section02 .box .txt{text-align: justify;width: calc(100% - 360px);}
.salon #section02 .txt{text-align: justify;margin-bottom: 0;line-height: 2;}
.salon #section02 .pic{width: 90%;margin-left: 0;}
.salon #section02 .sub{text-align: justify;margin-bottom: 20px;font-size: 1.3em;}
.salon #section02 .ico.sup2{background: white; width: 200px;height: 200px;border-radius: 50%;margin: 0 auto;margin-bottom: 15px;padding: 20px; overflow: hidden;display: flex;align-items: center;justify-content: center;}
.salon #section02 .sub3{text-align: left;font-size: 1.15em;margin-bottom: 15px;}

.salon #section03 .table{margin-bottom: 60px;}
.salon #section03 .table th{display: table-cell;width: 220px;font-weight: 400;vertical-align: middle;}
.salon #section03 .table td{display: table-cell;width: auto;background: white!important;vertical-align: middle;}
.salon #section03 .btn-more a{width: 300px;height: 70px;border-radius: 10px;transition: .4s;}
.salon #section03 .pic{text-align: center;margin-bottom: 35px;}
.salon #section03 .othertxt{text-align:center;line-height: 2;font-size: 1.1em;}


.salon #section04 ul li{margin-bottom: 0px;}



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

}



@media (min-width: 1200px) {
.salon #section01{padding:100px 0px 100px;}
.salon #section01 .hill{position: absolute;right:0px;top:120px;width:38%;}
.salon #section01 .hill.tree{position: absolute;right:50px;top:60px;width:200px;}

.salon #section01 h3{font-size: 2.8em;color: #c63;margin-bottom: 50px;line-height: 1.3;}
.salon #section01 h3 span{display: block;font-size: 18px;color: #222;margin-top: 5px;}
.salon #section01 h3 span.child{display: block;font-size: 23px;color: #c63;margin-top: 0;}

.salon #section01 .txt{text-align: justify;margin-bottom: 0;line-height: 2.2;font-size: 1.08em;}
.salon #section01 .pic{width: 95%;margin-left: 0;}
.salon #section01 .sub{text-align: justify;margin-bottom: 20px;font-size: 1.4em;}
.salon #section01 .sub2{text-align: center;font-weight: 700;line-height: 1.6;margin-bottom: 15px;font-size: 1.3em;}
.salon #section01 .txt2{text-align: justify;line-height: 2;}
.salon #section01 .ico{width: 120px;height: 120px;padding: 25px; margin: 0 auto; margin-bottom: 15px;}
.frame {
  border-radius: 20px;
  padding: 2.6em 2.3em 2.3em;
  margin-top: 20px;
}
.label {
  position: absolute;
  top: -20px;
  left: 30px;
  font-size: 1.5em;
}
.salon #section01 .sub3{text-align: left;font-size: 1.25em;margin-bottom: 15px;}
.salon #section01 .ico.sup{width: 240px;height: 240px;overflow: hidden;}
.salon #section01 .ico.sup2{width: 240px;height: 240px;}

.salon #section01 .table th{display: table-cell;width:200px;}

.salon #section02{padding:100px 0px 100px;}
.salon #section02 h3{font-size: 2.8em;color: #c63;margin-bottom: 50px;line-height: 1.3;}
.salon #section02 h3 span{display: block;font-size: 18px;color: #222;margin-top: 5px;}
.salon #section02 h3 span.child{display: block;font-size: 23px;color: #c63;margin-top: 0;}

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

.salon #section02 .txt{text-align: justify;margin-bottom: 0;line-height: 2.2;font-size: 1.08em;}
.salon #section02 .pic{width: 95%;margin-left: 0;}
.salon #section02 .sub{text-align: justify;margin-bottom: 20px;font-size: 1.4em;}
.salon #section02 .sub3{text-align: left;font-size: 1.25em;margin-bottom: 15px;}
.salon #section02 .ico.sup{width: 240px;height: 240px;overflow: hidden;}
.salon #section02 .ico.sup2{background: white; width: 240px;height: 240px;border-radius: 50%;margin: 0 auto;margin-bottom: 15px;padding: 20px; overflow: hidden;display: flex;align-items: center;justify-content: center;}


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


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

.salon #section05{padding:100px 0px 100px;}

.salon #section06{padding:100px 0px 100px;}
.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) {

}


@media (min-width: 1680px) {
.salon #section01{padding:130px 0px;}
.salon #section01 .hill{position: absolute;right:0px;top:120px;width:auto;}
.salon #section01 .hill.tree{position: absolute;right:10%;top:60px;width:230px;}

.salon #section01 h3{font-size: 3em;margin-bottom: 65px;line-height: 1.5;}



.salon #section02{padding:130px 0px;}
.salon #section02 h3{font-size: 3em;margin-bottom: 65px;line-height: 1.5;}


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

.salon #section04{padding:130px 0px;}

.salon #section05{padding:130px 0px;}

.salon #section06{padding:130px 0px;}

}



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


.company #section01{padding: 50px 0px 0px;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;}
.company #section02 .table{margin-bottom: 20px;}
.company #section02 .table th{display: block;background: #f7f7f7!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;background:#fafafa;}
.company #section03 .btn-more a{width: 250px;}


.company #section04{padding: 50px 0px 50px;position: relative;}
.company #section04 .table{margin-bottom: 20px;}
.company #section04 .table th{display: block;background: #f7f7f7!important;font-weight: 700;}
.company #section04 .table td{display: block;background: #fFF!important;}
.company #section04 .table td .call{color: #111;}



@media (min-width: 667px) {

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

.company #section04 .table th{display: table-cell;width: 130px;}
.company #section04 .table td{display: table-cell;width: auto;}

}


@media (min-width: 768px) {
.company #section01{padding: 70px 0px 0;}
.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;}
.company #section04 .table{margin-bottom: 30px;}
.company #section04 .table th{display: table-cell;width: 150px;}
.company #section04 .table td{display: table-cell;width: auto;}

}

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

}


@media (min-width: 1200px) {
.company #section01{padding: 100px 0px 0;}
.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;}
.company #section04 .table th{width: 200px;padding: 20px;}
.company #section04 .table td{padding: 20px;}

}



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

.company #section02{padding: 130px 0px;}
.company #section03{padding: 130px 0px;}
.company #section04{padding: 130px 0px;}

}


@media (min-width: 1920px) {

.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: 660px;}
.fusen{position: absolute;z-index: 50;top:110px;right: 20px;display: flex;}
.fusen div img{width:180px;height: auto;}
.hato{position: absolute;left:-40px;top:-170px;width: 100px;}
.baloon{position: absolute;top:-130px;right:30px;width: 60px;}

.home #section03 .container{max-width:100%;}
.home #section03 .headline{-ms-writing-mode: tb-rl; writing-mode: vertical-rl;font-size: 40px;margin-bottom: 0;}
.home #section03 .headline span::before {display: none;}
.home #section03 .headline span img{width: 25px;height: auto;margin-bottom: 5px;}
.home #section03 .headline span{line-height: 1;display: block;margin-bottom:0;padding-left: 0; font-size:18px;margin-left: 0;}
.home #section03 .index{font-weight: 700;color: #0082FF;font-size: 20px;margin-bottom: 20px;text-align: left;margin-left: 20px;}
.home #section03 .txt{text-align: justify;margin-bottom: 0px;margin-left: 20px;}
.nav-link {
position: relative;
  display: block;
  padding: 0rem 1rem;
}
.nav-tabs {
border-bottom: none;
display:block;
box-sizing: border-box;
width: 100%;
margin-bottom: 0px;
}
.nav-tabs .nav-item {
  margin-bottom:0px;
  width:auto;
  box-sizing: border-box;
  margin: 0;
  border:none;border-radius: 0;
}
.nav-tabs .nav-item a {color:#222;background: white;border:none;border-bottom:1px solid #ddd;border-radius: 0px; display: flex;align-items: center;justify-content: space-between;font-size: 15px;line-height: 1;padding: 1.2em .5em;position: relative;}
.nav-tabs .nav-item a.active {color:#0080ff;}
.active-arrow {
  position: relative;
  display:none;
  width: 15px;
  height: 1px;
  margin: 5px 0;
  border-radius: 9999px;
  background-color: #0080ff;
}
.active-arrow::before,
.active-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #0080ff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.active-arrow::before {transform: rotate(45deg);}
.active-arrow::after {transform: rotate(-45deg);}

.nav-tabs .nav-item a.active .active-arrow {
  position: relative;
  display: inline-block;}



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

.company #section02 .table th{display: table-cell;width: 110px;}
.company #section02 .table td{display: table-cell;width: auto;}
.company #section04 .table th{display: table-cell;width: 130px;}
.company #section04 .table td{display: table-cell;width: auto;}

footer .logoblock{position: relative; width: 270px;margin-left: 0;margin-bottom: 30px;}
footer .container{max-width: 100%;}
footer .box{width:100%!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;}


.drawer_menu{display: none!important;}

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

}
