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


/* IBMPlexSansJP */
@font-face {
    font-family: ' IBMPlexSansJP ';
    src: url('../fonts/IBMPlexSansJP-Regular.woff2') format('woff2'),
             url('../fonts/IBMPlexSansJP-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* IBMPlexSansJP */
@font-face {
    font-family: ' IBMPlexSansJP ';
    src: url('../fonts/IBMPlexSansJP-SemiBold.woff2') format('woff2'),
             url('../fonts/IBMPlexSansJP-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


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


body {
color: #111;
font-size: 93%;
line-height: 1.6;
font-weight:400;
font-family: ' IBMPlexSansJP ';
letter-spacing: 0.05rem;
padding-top:70px;
position: relative;
overflow: hidden;
background:white;}


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

}
}

@media (min-width: 992px) {

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

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


}


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

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

.fluid {position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.clearfix:after {
  content: "";
  clear: both;
	display: table;
}
.clear {clear: both;}
.t-justify{text-align: justify;}
.f-right {float: right;padding: 0 0 1em 1em;}
.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.4;text-align: justify;}
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;}
.mb100mb80{margin-bottom: 100px;}
.mb80mb50{margin-bottom: 80px;}
.mb50mb30{margin-bottom: 50px;}
.mb30mb10{margin-bottom: 30px;}

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

}


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

}

@media (max-width: 767px) {
.space15{margin-bottom: 15px;}
.mb150mb100{margin-bottom: 80px;}
.mb120mb80{margin-bottom: 50px;}
.mb80mb50{margin-bottom: 50px;}
.mb100mb80{margin-bottom: 50px;}

.mb50mb30{margin-bottom: 30px;}
.mb20-xs{margin-bottom: 20px;}
.mb30-xs{margin-bottom: 30px;}
.mb10-xs2{margin-bottom: 10px;}

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

}


@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-center{display: flex;align-items: center;justify-content: center;}
.flexbox-center-top{display: flex;justify-content: center;}

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

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


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


}


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

.txt-justify{text-align:justify;}

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

/* font-size color
---------------------------------------------------- */
.x-small { font-size: .7em; letter-spacing: 0;}
.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-family: ' NotoSansJP ';font-weight: 700;}

.white { color: #ffffff; }
.red { color:#c00; }
.blue{color:#008EEF;}
.green { color: forestgreen; }
.navy { color:#0034A0; }
.orange { color: #f60; }
.kiiro { color: yellow!important; }
.brown{color: #8b6f57;}



/* 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%;
height: 60px;
border-radius:0;
background: white;
box-shadow: 0 0 8px rgba(0,0,0,.09);}
.sc .logo{padding-left: 15px;width: 140px;}
.header-xs{position: fixed;top:0;left:0;height: 70px;width: 100%;background: white;display: flex;align-items: center;z-index: 100;}
.header-xs a{width: 200px;display: block;}



/*header
------------------------------------------------------------------*/
header{display: none;}
.header {display: none;}
.head-logo-xs {position: relative;margin-left: 10px;}
.head-logo-xs a{}

.header .navi{display: none;}

@media (min-width: 666px) {
.head-logo-xs {position: relative;margin-left: 15px;}
.header-xs a{width: 230px;display: block;}

}


@media (min-width: 992px) {
.header-xs{display: none;}

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


.header {
  position: fixed;
  width: 100%;
  z-index: 500;
  height:100px;
  top:0;
  left:0;
  padding: 0;
  display: flex;
  justify-content:space-between;
  background: white;
}

.head-logo {display:flex;align-items: center;height: 100px; position: relative;margin-left: 15px;}
.head-logo a{width: 230px;transition:.3s;}

.head-logo a:hover{opacity: .7;}

.header .navi{display: flex; justify-content: flex-end;margin-right: 0px;}


/* ナビゲーションメニュー */
.nav-menu {display: flex; align-items: center;height: 100px;margin-right: .5em;}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
}
.menu-item {position: relative;padding: 0 .2em;line-height: 1;}
.menu-item:first-child {padding: 0 .2em 0 0;}
.menu-item:last-child {padding: 0 0 0 .2em;}

/* メニューアイテムのホバースタイル */
.menu-item a {
font-family: ' IBMPlexSansJP ';
font-weight: 500;
letter-spacing: .05rem;
padding: .5em 1em;
font-size: 13px;
border-radius:20px;
  text-align: center;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3s;line-height: 1;
}
.menu-item a:hover {background:#39f;color:white;}
.menu-item a.active {background:#39f;color:white;}
.head-tel{display: flex;flex-direction: column;align-items: center;height: 100px; margin-right: 1em;}
.head-tel .title{background: #39f;color: white;border-radius: 0 0 10px 10px;font-weight: 500;padding: .5em 1em;line-height: 1;font-size: 14px; margin-bottom: 10px;}
.head-tel .tel{font-family: ' BebasNeue ';font-size: 18px;line-height: 1;}
.head-tel .tel span{font-size: 26px;color: #111;letter-spacing: .2rem;}
.head-tel .time{letter-spacing: 0;font-size: 11px;line-height: 1;margin-top: .3em;}
.head-tel .time span{display: block;margin-top: .2em;}
}

@media (min-width: 1200px){
.head-logo {}
.head-logo a{width: 350px;transition:.3s;}


.menu-item {position: relative;padding: 0 .2em;}
.menu-item:first-child {padding: 0 .2em 0 0;}
.menu-item:last-child {padding: 0 0 0 .2em;}

.menu-item a {font-size: 15px;letter-spacing: .0rem;}

.header .navi{margin-right:0px;}
.nav-menu {margin-right: 1.5em;}

.head-tel{margin-right: 1em;}
.head-tel .title{padding: .5em 1.5em;line-height: 1;font-size: 15px; margin-bottom: 8px;}

.head-tel .tel{font-size: 24px;}
.head-tel .tel span{font-size: 30px;color: #111;letter-spacing: .15rem;}
.head-tel .time span{display:inline;margin-top: 0;padding-left: .5em;}

}

@media (min-width: 1440px){

.head-logo {margin-left: 20px;}

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

}



@media (min-width: 1680px){
.header {}

.head-logo {margin-left: 20px;}
.head-logo a{width: 380px;}

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

.menu-item {position: relative;padding: 0 .7em;}
.menu-item:first-child {padding: 0 .7em 0 0;}
.menu-item:last-child {padding: 0 0 0 .7em;}
.menu-item a {font-size: 16px;}
.head-tel{margin-right: 2em;}
.head-tel .tel{font-size: 28px;line-height: 1;}
.head-tel .tel span{font-size: 34px;color: #111;letter-spacing: .15rem;}
.head-tel .time span{display:inline;margin-top: 0;padding-left: .5em;}

}

@media (min-width: 1920px){


}










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

#main{position: relative;width: 100%;}
.main-h2{position: relative; width:650px;display: flex;align-items: center;justify-content: center;padding-right: 50px;}
.main-h2 h2.mv-h2{width:100%;}
.deco1{position: absolute;left:15px;top:80px;width: 250px;}
.deco2{position: absolute;left:42%;bottom:20px;}
.deco3{position: absolute;right:10px;top:100px;}



@media (max-width: 1680px){
.deco1{position: absolute;left:15px;top:50px;width: 200px;}
.deco2{position: absolute;left:42%;bottom:10px;width: 160px;}
.deco3{position: absolute;right:10px;top:80px;width: 180px;}
.main-h2{width:600px;padding-right: 50px;}
.main-h2 h2.mv-h2{width: 100%;}



}



@media (max-width: 1440px){

.main-h2{width:500px;padding-right: 50px;}
.main-h2 h2.mv-h2{width: 100%;}
.deco1{position: absolute;left:15px;top:40px;width: 180px;}
.deco2{position: absolute;left:42%;bottom:10px;width: 160px;}
.deco3{position: absolute;right:10px;top:20px;width: 160px;}


}


@media (max-width: 1365px){
.main-h2{padding-right: 0px;}
.main-h2 h2.mv-h2{width: 80%;}



}




@media only screen and (max-width: 991px) {
#main{position: relative;height:auto;}
.main-h2{width: auto;text-align: center;padding-top: 1em; margin-bottom: 30px;}
.main-h2 h2.mv-h2{width: 380px;}

.deco1{position: absolute;left:15px;top:20px;width: 180px;}
.deco2{position: absolute;left:2%;bottom:40%;width: 160px;}
.deco3{position: absolute;right:10px;top:100px;width: 160px;}

.scroll_down{display: none;}


}

@media only screen and (max-width: 767px) {
#main{position: relative;height:auto;}
.main-h2{}
.main-h2 h2.mv-h2{}


}


@media only screen and (max-width: 666px) {
#main{position: relative;height:auto;}
.main-h2{}
.main-h2 h2.mv-h2{width: 80%;}



}

@media only screen and (max-width: 430px) {
.main-h2 h2.mv-h2{}

.deco1{position: absolute;left:15px;top:20px;width: 140px;}
.deco2{position: absolute;left:2%;bottom:-60px;width: 100px;}
.deco3{position: absolute;right:10px;top:40%;width: 130px;}


}


/* IMAGE BLUR EFFECT 
.thumb img {
  max-width: 100%;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
.thumb.non img {
  max-width: 100%;
  -webkit-filter: blur(0);
  filter: blur(0);
}
*/
.img-blur {
  animation: imageBlur 1.5s both;
}
@keyframes imageBlur {
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.thumb.non img {
  max-width: 100%;
  -webkit-filter: blur(0);
  filter: blur(0);
}




/* index.html 
---------------------------------------------------- */

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

.home #section01{position: relative; padding:70px 0 20px;}
.home #section01 .pic{width: 90%;margin: 0 auto;}
.news-item{display: flex;justify-content: space-between;color: #111;}

.news-item .thumb{width: 110px;background: #fafafa;transition: .4s;}
.news-item .thumb .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;
}

.news-item .box{width: calc(100% - 125px);}
.news-item .box .datebox{display: flex;align-items: center;justify-content: space-between;margin-bottom: 10px;}
.news-item .box .date{font-size: .9em;letter-spacing: 0;}
.news-item .box .date span.new{color: red;margin-left: .3em;}
.news-item .box .cate{font-size: .9em;letter-spacing: 0;line-height: 1;}
.news-item .box .cate span{border-radius: .5em;padding: .2em .5em;}
.news-item .box .txt{line-height: 1.4;font-size: .9em;text-align: justify;}

a.news-item{transition: .4s;}
a.news-item:hover{color: #00A75D;}
a.news-item:hover .thumb{opacity: .8;filter: grayscale(100%);}



.home #section02{position: relative;padding: 70px 0 70px;background: url("../images/wavy1.png"), url("../images/wavy2.png"),url("../images/bg-stripe.png");background-position: center top,center bottom,left top;background-repeat: repeat-x,repeat-x,repeat;}
.home #section02 .container{max-width: 100%;}
.home #section02 h3{width: 300px;margin: 0 auto;margin-bottom: 30px;}
.home #section02 .box{background: white;padding: 1.5em;border-radius: 1.2em;}
.home #section02 .box .icon{margin-bottom: 1.2em;position: relative;padding-top: 20px;}
.home #section02 .box .icon .bg-maru{position: relative;z-index: 1; margin-bottom: 1em;background: white;width: 150px;height: 150px;margin: 0 auto;padding: 20px; border-radius: 50%;border:10px solid #E2FBFD;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);}
.home #section02 .box .icon .index{position: absolute;z-index: 2; right:40%;top:0;background: #46a0d4;color: white;line-height: 1;padding: .6em;border-radius: .4em;font-size: 1.2em;}
.home #section02 .box .txtbox{}




.home #section03{position: relative;padding:50px 0px;}
.home #section03 .container{max-width: 100%;}
.home #section03 h3{width: 300px;margin: 0 auto;margin-bottom: 30px;}
.home #section03 .pic{position: relative;width: 300px;height: 257px;margin: 0 auto;margin-bottom: 30px;}
.home #section03 .pic img{border-radius: 20px;position: relative;z-index: 5;transform: rotate(-3deg);border:5px solid white;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.home #section03 .pic::before {
    content: "";
    position: absolute;
	right:-10px;
	bottom:-10px;
    width: 300px;
    height:257px;
    background-image: url('../images/bg-slider.png');
    background-position: top right;
	background-size:contain;
	z-index: 1;
	border-radius:20px;
}
.home #section03 .box{background: white;border:1px solid #39c;position: relative;border-radius: 15px;padding: 1.2em;margin-bottom: 15px;}
.home #section03 .box:last-child{margin-bottom: 0;}
.home #section03 .box .illust{position: absolute;right:0;bottom:0;width: 25%;}
.home #section03 .box:first-child .illust{width: 35%;}
.home #section03 .box:last-child .illust{width: 30%;}

.home #section03 .box h4{margin-bottom: 10px;font-weight: 500;line-height: 1;display: flex;align-items: center;}
.home #section03 .box h4 span.num{background: #39c;color: white;width: 30px;height: 30px;border-radius: .5em;display: flex;align-items: center;justify-content: center;font-size: 1.3em;margin-right: .5em;}
.home #section03 .box h4 span.txt{color: #39c;font-size: 1.2em;width: 70%;line-height: 1.3;}
.home #section03 .box .txt2{text-align: justify;line-height: 1.5;width: 70%;}


.home #section04{position: relative;padding: 70px 0 70px;background: url("../images/wavy1.png"), url("../images/tile.jpg"),url("../images/bg-stripe2.png");background-position: center top,center bottom,left top;background-repeat: repeat-x,repeat-x,repeat;}
.illust1{position: absolute;top:60px;left:-10px;width: 100px;}
.illust2{position: absolute;top:40px;right:10px;width: 60px;}
.illust3{position: absolute;bottom:10px;left:30px;width: 60px;}
.illust4{position: absolute;bottom:0px;right:10px;width: 70px;}

.home #section04 h3{width: 160px;margin: 0 auto;margin-bottom: 30px;}
.home #section04 .wrap{background: white;border-radius: 1.6em;padding: 1.5em;width: 95%;margin: 0 auto;box-shadow: 5px 5px #5cadd6;}
.home #section04 .wrap ul li{margin-bottom: 30px;}
.home #section04 .wrap ul li:last-child{margin-bottom: 0px;}
.home #section04 .wrap ul li .other{margin-bottom: 3px;}
.home #section04 .wrap ul li .other span{display: inline-block;line-height: 1;padding: .3em .5em;font-size: .9em;letter-spacing: 0;margin: 0 .25em .6em; border-radius: 5px;border:1px solid #ddd;}

.home #section04 .wrap a{display: flex;flex-direction: column;transition: .4s;}
.home #section04 .wrap a h4{font-weight: 500;color: #39c;margin-bottom: 10px;transition: .4s;font-size: 1.2em;}
.home #section04 .wrap a h4::before{
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
}
.home #section04 .wrap a .pic{transition: .4s;}
.home #section04 .wrap a .pic img{border-radius: 10px;}
.home #section04 .wrap a:hover h4{color: #333;}
.home #section04 .wrap a:hover .pic{filter: grayscale(60%);}
.home #section04 .wrap h4{font-weight: 500;color: #39c;margin-bottom: 10px;transition: .4s;font-size: 1.2em;}
.home #section04 .wrap h4::before{
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
}
.home #section04 .wrap .pic{transition: .4s;}
.home #section04 .wrap .pic img{border-radius: 10px;}

.home #section05{position: relative;padding: 50px 0px 50px;}
.home #section05 .container{padding: 100px 15px 0;}
.home #section05 .bg-circle{position: absolute;z-index: 2; right:20px;top:-15px;width: 180px;height: 180px;border-radius: 50%;overflow: hidden;}
.home #section05 .wrap{position: relative;z-index: 5; background: #dff5f8;width: 100%;border-radius: 1em;padding: 1em;}
.home #section05 .wrap .city{width: 200px;margin: 0 auto;margin-bottom: 15px;}
.home #section05 .wrap h3{font-weight: 500;margin-bottom: 10px;text-align: center;font-size: 18px;}
.home #section05 .wrap h3 .kana{font-weight: 400;font-size: 14px;letter-spacing: 0;}
.home #section05 .wrap h3 .sub{font-size: 14px;}
.home #section05 .wrap p{text-align: justify;margin-bottom: 10px;}

.home #section06{position: relative;padding: 50px 0px 50px;background: url("../images/bg-top-recruit.jpg");background-position: center;background-size: cover;color: white;}
.home #section06 .bg-illust{position: absolute;right:0;bottom: 0;}
.home #section06 h3{width: 150px;margin: 0 auto;margin-bottom: 30px;}
.home #section06 .pic{width: 290px;margin: 0 auto;margin-bottom: 30px;}
.home #section06 p{font-weight: 500;text-align: justify;margin-bottom: 20px;}

.gmap{margin-bottom: 30px;}
.gmap:last-child{margin-bottom: 0px;}

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




@media (min-width: 667px) {
.home #section02 .box{background: white;padding: 1.5em 2em;border-radius: 1.2em;display: flex;justify-content: space-between;align-items: center;}
.home #section02 .box .icon{margin-bottom: 0;position: relative;padding-top: 20px;width: 150px;}
.home #section02 .box .icon .bg-maru{position: relative;z-index: 1; margin-bottom: 1em;background: white;width: 150px;height: 150px;margin: 0 auto;padding: 20px; border-radius: 50%;border:10px solid #E2FBFD;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);}
.home #section02 .box .icon .index{position: absolute;z-index: 2; right:0;left:0;top:0;text-align: center; background: #46a0d4;color: white;line-height: 1;padding: .6em;border-radius: .4em;font-size: 1em;}
.home #section02 .box .txtbox{width: calc(100% - 200px);}

.home #section03 .box{border-radius: 15px;padding: 1.8em;margin-bottom: 15px;}
.home #section03 .box .txt2{text-align: justify;line-height: 1.5;width: 75%;}
.home #section03 .box h4{margin-bottom: 15px;}
.home #section03 .box h4 span.num{width: 40px;height: 40px;border-radius: .5em;display: flex;align-items: center;justify-content: center;font-size: 1.5em;margin-right: .5em;}
.home #section03 .box h4 span.txt{color: #39c;font-size: 1.3em;width: 80%;line-height: 1.3;}

.home #section03 .box .illust{position: absolute;right:0;bottom:0;width: 14%;}
.home #section03 .box:first-child .illust{width: 20%;}
.home #section03 .box:last-child .illust{width: 18%;}

.home #section04 .wrap ul li:nth-last-child(2){margin-bottom: 0px;}
.home #section04 .wrap ul li .other span{display: inline-block;line-height: 1;padding: .4em .6em;font-size: 1em;letter-spacing: 0;margin: 0 .25em .6em; border-radius: 5px;border:1px solid #ddd;}

.home #section05 .bg-circle{position: absolute;z-index: 2; right:20px;top:-15px;width: 200px;height: 200px;border-radius: 50%;overflow: hidden;}
.home #section05 .wrap{position: relative;z-index: 5; background: #dff5f8;width: 80%;border-radius: 1em;padding: 1.5em;}
.home #section05 .wrap .city{width: 200px;margin: 0 auto;margin-bottom: 15px;}
.home #section05 .wrap h3{font-weight: 500;margin-bottom: 10px;text-align: center;font-size: 18px;}
.home #section05 .wrap h3 .kana{font-weight: 400;font-size: 14px;letter-spacing: 0;}
.home #section05 .wrap h3 .sub{font-size: 14px;}
.home #section05 .wrap p{text-align: justify;margin-bottom: 10px;}

.home #section06 p{font-weight: 500;text-align: center;}
.home #section06 .bg-illust{position: absolute;right:20px;bottom: 0;width: 35%;}
.home #section06 .pic{width: 90%;margin: 0 auto;margin-bottom: 30px;}

}




@media (min-width: 768px) {

.home #section01{padding: 70px 0;}
.home #section01 .pic{}



.home #section02{padding: 100px 0 100px;}
.home #section02 .container{max-width: 100%;padding: 0 30px;}
.home #section02 h3{width: 400px;margin: 0 auto;margin-bottom: 30px;}
.home #section02 .box{background: white;padding: 1.5em;border-radius: 1.2em;display: block;}
.home #section02 .box .icon{position: relative;padding-top: 20px;width: 150px;margin: 0 auto; margin-bottom: 0;}
.home #section02 .box .icon .bg-maru{position: relative;z-index: 1; background: white;width: 150px;height: 150px;margin: 0 auto;margin-bottom: 1em;padding: 20px; }
.home #section02 .box .txtbox{width:100%;}


.home #section03 {padding: 70px 0;}
.home #section03 .container{max-width: 100%;padding: 0 30px;}
.home #section03 h3{width: 350px;margin: 0 auto;margin-bottom: 30px;}
.home #section03 .box{border-radius: 15px;padding: 1.3em;margin-bottom: 15px;}
.home #section03 .box h4 span.txt{color: #39c;font-size: 1.3em;width: 100%;line-height: 1.3;}

.home #section03 .box .illust{position: absolute;right:0;bottom:0;width: 24%;}
.home #section03 .box:first-child .illust{width: 27%;}
.home #section03 .box:last-child .illust{width: 27%;}



.home #section04{padding: 100px 0px 100px;}
.illust1{position: absolute;top:100px;left:30px;width: 100px;}
.illust2{position: absolute;top:60px;right:100px;width: 60px;}
.illust3{position: absolute;bottom:10px;left:100px;width: 80px;}
.illust4{position: absolute;bottom:0px;right:10px;width: 70px;}

.home #section04 h3{width: 180px;margin: 0 auto;margin-bottom: 30px;}


.home #section05{padding: 70px 0px 70px;}
.home #section05 .bg-circle{position: absolute;z-index: 2; right:20px;top:-15px;width:450px;height:450px;border-radius: 50%;overflow: hidden;}
.home #section05 .wrap{position: relative;z-index: 5; background: #dff5f8;width: 420px;height: 420px;border-radius: 50%;display: flex;flex-direction: column;justify-content: center;padding: 1.5em 2em;}
.home #section05 .wrap .city{width: 200px;margin: 0 auto;margin-bottom: 20px;}
.home #section05 .wrap h3{font-weight: 500;margin-bottom: 10px;text-align: center;font-size: 18px;}
.home #section05 .wrap h3 .kana{font-weight: 400;font-size: 14px;letter-spacing: 0;}
.home #section05 .wrap h3 .sub{font-size: 14px;}
.home #section05 .wrap p{text-align: justify;margin-bottom: 15px;}

.home #section06{padding: 70px 0px 70px;}
.home #section06 h3{width: 170px;margin: 0 auto;margin-bottom: 30px;}
.home #section06 .pic{width: 80%;margin: 0 auto;margin-bottom: 30px;}


.gmap{margin-bottom: 30px;}

.roop-wrapper.info {width:88%;margin: 0 auto; margin-bottom: 70px;}





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


}



@media (min-width: 992px) {
.home #section02 h3{width: 650px;margin: 0 auto;margin-bottom: 50px;}

.home #section02 .box{background: white;padding: 1.8em 2em;border-radius: 1.2em;display: block;}
.home #section02 .box .icon{position: relative;padding-top: 20px;width: 200px;margin: 0 auto;margin-bottom: 10px;}
.home #section02 .box .icon .bg-maru{position: relative;z-index: 1; background: white;width: 200px;height: 200px;margin: 0 auto;margin-bottom: 1em;padding: 30px; display: flex;align-items: center;justify-content: center;}
.home #section02 .box .icon .index{position: absolute;z-index: 2; right:auto;left:50%;transform: translateX(-50%);margin-right: -50%; top:0;text-align: center; background: #46a0d4;color: white;line-height: 1;padding: .6em;border-radius: .4em;font-size: 1.2em;}

.home #section03 h3{width: 430px;margin: 0 auto;margin-bottom: 50px;}
.home #section03 .pic{position: relative;width: 430px;height: 369px;margin: 0 auto;}
.home #section03 .pic img{border-radius: 20px;position: relative;z-index: 5;transform: rotate(-3deg);border:5px solid white;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.home #section03 .pic::before {
    content: "";
    position: absolute;
	right:-10px;
	bottom:-10px;
    width: 430px;
    height:369px;
    background-image: url('../images/bg-slider.png');
    background-position: top right;
	background-size:contain;
	z-index: 1;
	border-radius:20px;
}
.home #section03 .box .illust{position: absolute;right:0;bottom:0;width: 16%;}
.home #section03 .box:first-child .illust{width: 27%;}
.home #section03 .box:last-child .illust{width: 22%;}


.home #section04 .wrap{padding: 1.8em;width: 100%;margin: 0 auto;box-shadow: 5px 5px #5cadd6;}
.home #section04 .wrap ul li:nth-last-child(3){margin-bottom: 0px;}
.home #section04 .wrap ul li .other{}
.home #section04 .wrap ul li .other span{display: inline-block;line-height: 1;padding: .2em .5em;border-radius: 5px;border:1px solid #ddd;}
.home #section04 .wrap ul li .other span{padding: .6em .6em;font-size: 1em;letter-spacing: 0;margin: 0 .25em .6em; border-radius: 5px;border:1px solid #ddd;}

.home #section05 .container{max-width: 960px; padding:200px 15px 0;}
.home #section05 .bg-circle{position: absolute;z-index: 2; right:20px;top:-15px;width:550px;height:550px;border-radius: 50%;overflow: hidden;}
.home #section05 .wrap{position: relative;z-index: 5; background: #dff5f8;width: 420px;height: 420px;border-radius: 50%;display: flex;flex-direction: column;justify-content: center;padding: 1.5em 3em;}
.home #section05 .wrap .city{width: 200px;margin: 0 auto;margin-bottom: 20px;}
.home #section05 .wrap h3{font-weight: 500;margin-bottom: 10px;text-align: center;font-size: 20px;}
.home #section05 .wrap h3 .kana{font-weight: 400;font-size: 14px;letter-spacing: 0;}
.home #section05 .wrap h3 .sub{font-size: 14px;}
.home #section05 .wrap p{text-align: justify;margin-bottom: 20px;}

.home #section06 .pic{width:750px;margin: 0 auto;margin-bottom: 50px;}
.home #section06 p{margin-bottom: 50px;}

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


}




@media (min-width: 1200px) {

.home #section01{padding: 100px 0;}
.home #section01 .pic{;}

.home #section02{padding: 130px 0 130px;}


.home #section03 {padding: 100px 0;}
.home #section03 h3{width: 450px;margin: 0 auto;margin-bottom: 50px;}
.home #section03 .pic{position: relative;width: 500px;height: 429px;margin: 0 auto;}
.home #section03 .pic img{border-radius: 20px;position: relative;z-index: 5;transform: rotate(-3deg);border:5px solid white;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.home #section03 .pic::before {
    content: "";
    position: absolute;
	right:-10px;
	bottom:-10px;
    width: 500px;
    height:429px;
    background-image: url('../images/bg-slider.png');
    background-position: top right;
	background-size:contain;
	z-index: 1;
	border-radius:20px;
}
.home #section03 .box{border-radius: 15px;padding: 1.9em;margin-bottom: 15px;}
.home #section03 .box h4{margin-bottom: 20px;}
.home #section03 .box h4 span.num{width: 50px;height: 50px;font-size: 1.8em;margin-right: .3em;}
.home #section03 .box h4 span.txt{font-size: 1.5em;width: 80%;line-height: 1.3;}


.home #section04{padding: 130px 0px 130px;}
.illust1{position: absolute;top:120px;left:50px;width: 130px;}
.illust2{position: absolute;top:160px;right:180px;width: 80px;}
.illust3{position: absolute;bottom:10px;left:100px;width: 100px;}
.illust4{position: absolute;bottom:0px;right:10px;width: 80px;}

.home #section04 .wrap{padding: 2em 2.5em;width: 100%;margin: 0 auto;box-shadow: 8px 8px #5cadd6;}

.gmap iframe{height: 450px;}

.home #section05{padding: 80px 0px 100px;}
.home #section05 .bg-circle{position: absolute;z-index: 2; right:20px;top:-15px;width:600px;height:600px;border-radius: 50%;overflow: hidden;}
.home #section05 .wrap{position: relative;z-index: 5; background: #dff5f8;width: 460px;height: 460px;border-radius: 50%;display: flex;flex-direction: column;justify-content: center;padding: 1.5em 3em;}
.home #section05 .wrap .city{width: 200px;margin: 0 auto;margin-bottom: 20px;}
.home #section05 .wrap h3{font-weight: 500;margin-bottom: 10px;text-align: center;font-size: 20px;}
.home #section05 .wrap h3 .kana{font-weight: 400;font-size: 14px;letter-spacing: 0;}
.home #section05 .wrap h3 .sub{font-size: 14px;}
.home #section05 .wrap p{text-align: justify;margin-bottom: 20px;}

.home #section05 .btn-more a{transition: .4s;display: flex;align-items: center;justify-content: space-between;width: 280px;background: white;border-radius: 50px;height: 60px;padding: 9px; border:2px solid #5cadd6;color: #5cadd6;margin: 0 auto;}
.home #section05 .btn-more a .txt{color: #5cadd6;padding-left: 1em;font-weight: 500;}
.home #section05 .btn-more a .arrow{background: #5cadd6;width: 42px;height: 42px;border-radius: 25px;color: white;display: flex;align-items: center;justify-content: center;}

.home #section05 .btn-more a:hover{background: #5cadd6;}
.home #section05 .btn-more a:hover .txt{color: #fff;}
.home #section05 .btn-more a:hover .arrow{background: #fff;color:#5cadd6;}

.home #section06{padding: 100px 0px 100px;}
.home #section06 .pic{width:750px;margin: 0 auto;margin-bottom: 50px;}
.home #section06 p{line-height: 2;font-size: 1.1em; margin-bottom: 50px;}

}





@media (min-width: 1440px) {
.home #section02 h3{width: 730px;margin: 0 auto;margin-bottom: 50px;}
.home #section02 .box{padding:3em 3em;display: block;}
.home #section02 .box .icon{position: relative;padding-top: 20px;width: 240px;margin: 0 auto;margin-bottom: 15px;}
.home #section02 .box .icon .bg-maru{position: relative;z-index: 1; background: white;width: 240px;height: 240px;margin: 0 auto;margin-bottom: 1em;padding: 30px; display: flex;align-items: center;justify-content: center;}
.home #section02 .box .icon .index{position: absolute;z-index: 2; right:auto;left:50%;transform: translateX(-50%);margin-right: -50%; top:0;text-align: center; background: #46a0d4;color: white;line-height: 1;padding: .6em;border-radius: .4em;font-size: 1.6em;}

.home #section03 .pic{position: relative;width: 600px;height: 514px;margin: 0 auto;}
.home #section03 .pic img{border-radius: 20px;position: relative;z-index: 5;transform: rotate(-3deg);border:5px solid white;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.home #section03 .pic::before {
    content: "";
    position: absolute;
	right:-10px;
	bottom:-10px;
    width: 600px;
    height:514px;
    background-image: url('../images/bg-slider.png');
    background-position: top right;
	background-size:contain;
	z-index: 1;
	border-radius:20px;
}
.home #section03 .box:first-child .illust{width: 25%;}

.home #section04 .container{max-width: 1250px;padding: 0;}
.home #section04 h3{width: 189px;margin: 0 auto;margin-bottom: 60px;}
.home #section04 .wrap{padding: 5.5em;width: 98%;margin: 0 auto;box-shadow: 8px 8px #5cadd6;border-radius: 80px;}
.home #section04 .wrap ul li{margin-bottom: 50px;}
.home #section04 .wrap h4{font-size: 1.4em;}

.home #section05 .container{max-width: 1140px;padding: 200px 0 0;}
.home #section05 .bg-circle{position: absolute;z-index: 2; right:20px;top:-15px;width:650px;height:650px;border-radius: 50%;overflow: hidden;}
.home #section05 .wrap{position: relative;z-index: 5; background: #dff5f8;width: 550px;height: 550px;border-radius: 50%;display: flex;flex-direction: column;justify-content: center;padding: 1.5em 4.5em;}
.home #section05 .wrap .city{width: 250px;margin: 0 auto;margin-bottom: 30px;}
.home #section05 .wrap h3{font-weight: 500;margin-bottom: 20px;text-align: center;font-size: 23px;}
.home #section05 .wrap h3 .kana{font-weight: 400;font-size: 16px;letter-spacing: 0;}
.home #section05 .wrap h3 .sub{font-size: 16px;}
.home #section05 .wrap p{text-align: justify;margin-bottom: 30px;line-height: 2;}

.home #section06 h3{width: 220px;margin: 0 auto;margin-bottom: 50px;}

}

@media (min-width: 1680px) {
.home #section02{padding: 150px 0 150px;}
.home #section02 .container{max-width: 1570px;padding: 0;}
.home #section02 .box .icon{margin-bottom: 0;position: relative;padding-top: 20px;width: 270px;margin: 0 auto;}
.home #section02 .box .icon .bg-maru{position: relative;z-index: 1; background: white;width: 270px;height: 270px;margin: 0 auto;margin-bottom: 2em;padding: 30px; display: flex;align-items: center;justify-content: center;}

.home #section03 .container{max-width: 1570px;padding: 0;}
.home #section03 h3{width: 550px;margin: 0 auto;margin-bottom: 70px;}
.home #section03 .pic{position: relative;width: 700px;height: 600px;margin: 0 auto;}
.home #section03 .pic img{border-radius: 20px;position: relative;z-index: 5;transform: rotate(-3deg);border:5px solid white;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.home #section03 .pic::before {
    content: "";
    position: absolute;
	right:-10px;
	bottom:-10px;
    width: 700px;
    height:600px;
    background-image: url('../images/bg-slider.png');
    background-position: top right;
	background-size:contain;
	z-index: 1;
	border-radius:20px;
}
.home #section03 .box{border-radius: 15px;padding: 2.2em;margin-bottom: 15px;}
.home #section03 .box h4 span.txt{font-size: 1.8em;width: 100%;line-height: 1.3;}

.home #section04{padding: 150px 0 150px;}
.illust1{position: absolute;top:120px;left:50px;width: 150px;}
.illust2{position: absolute;top:160px;right:180px;width: 80px;}
.illust3{position: absolute;bottom:30%;left:8%;width: 100px;}
.illust4{position: absolute;bottom:40%;right:60px;width: 94px;}

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

.home #section06{padding: 150px 0px 150px;}
.home #section06 .pic{width:800px;margin: 0 auto;margin-bottom: 50px;}
.home #section06 p{line-height: 2;font-size: 1.2em; margin-bottom: 60px;}

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

}

@media (min-width: 1920px) {


}



.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{text-align: center;}
.btn-more a{transition: .4s;display: flex;align-items: center;justify-content: space-between;width: 280px;background: white;border-radius: 50px;height: 60px;padding: 9px; border:2px solid #5cadd6;color: #5cadd6;margin: 0 auto;}
.btn-more a .txt{color: #5cadd6;padding-left: 1em;font-weight: 500;}
.btn-more a .arrow{background: #5cadd6;width: 42px;height: 42px;border-radius: 25px;color: white;display: flex;align-items: center;justify-content: center;}

.btn-more a:hover{background: #5cadd6;}
.btn-more a:hover .txt{color: #fff;}
.btn-more a:hover .arrow{background: #fff;color:#5cadd6;}






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


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


}


@media (min-width: 1440px) {
.btn-more a{width:400px;background: white;border-radius: 50px;height:80px;padding: 15px; border:2px solid #5cadd6;color: #5cadd6;margin: 0 auto;font-size: 1.1em;}
.btn-more a .txt{color: #5cadd6;padding-left: 1em;font-weight: 500;}
.btn-more a .arrow{background: #5cadd6;width: 50px;height: 50px;border-radius: 25px;}


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


}

@media (min-width: 1680px) {


}


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


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



}

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

}

@media (max-width: 568px) {
#pagetop {
width: 45px;
bottom: 15px;
right: 10px;
}

}



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

footer{ padding: 50px 0px 0;position: relative;}
footer .common{background: url("../images/bg-stripe3.png");width: 96%;margin: 0 auto;margin-bottom: 40px;border-radius: 15px;padding: 1.3em;color: white;position: relative;overflow: hidden;}
footer .common h3{color: white;font-weight: 500;margin-bottom: 16px;line-height: 1.5;font-size: 26px;text-shadow: 1px 1px #069;}
footer .common h3 span{display: block;font-size: 18px;}
footer .common .txt{margin-bottom: 1em;text-align: justify;}
footer .common .indent{text-align: justify;line-height: 1.4;}
footer .common .tel{margin-bottom: 20px;}
footer .common .tel .time{display: block;text-align: right;font-size: .9em;margin-top: 5px;}
footer .common .illust{}

.footer{background: url("../images/wavy1.png"),#dceaf1;background-position: center top;background-repeat: repeat-x; padding: 80px 0 50px; }
.footer-logo {text-align: center; position: relative;margin-bottom: 30px;}
.footer-logo a{color: black;font-weight: 500;font-size: 18px;transition:.3s;line-height: 1;}
.footer-logo a .top{display: block;font-size: 14px;font-weight: 400;margin-bottom: 5px;}
.footer-logo a .sub{font-size: 14px;font-weight: 400;letter-spacing: 0;display: block;margin-top: 2px;}

.footer-logo a:hover{opacity: .7;color:#39c;}

footer .address{text-align: center;margin-bottom: 5px;}
footer .tel{text-align: center;margin-bottom: 30px;}
footer .tel .call{color:#111;}

.page-top{position: absolute;right:10px;bottom:15px;width: 15px;}
.footer-menu{width: 100%;margin: 0 auto; margin-bottom: 1em;}
.footer-menu ul{}
.footer-menu li{text-align: left;background:none;}
.footer-menu li a{color: #111;text-decoration: none; text-align: center; font-size: 16px;font-weight: 500; padding: .7em 0;display: block;transition: .3s;margin-bottom: 12px;border:1px solid #ddd;}
.footer-sns{display:none;}

#btn-mail{position: fixed;bottom: 0;right:0;left:0;z-index: 50;}
#btn-mail a{transition: .4s;background: #ffcc00;height: 50px;color: black;display: flex;align-items: center;justify-content: center;position: relative;}
#btn-mail a span{color: black;font-weight: 500;margin-left: .4em;}
#btn-mail a .xs{position: absolute;right:15px;bottom:-10px;width: 70px;}
#btn-mail a .pc{display: none;}
#btn-mail a:hover{background: #009FD6;color: white; }
#btn-mail a:hover span{color: white; }

.copy{text-align: center;color: #555; font-size: .8em;letter-spacing: 0;}

@media (min-width: 667px) {
footer .common .box{width: 55%;}
footer .common h3{color: white;font-weight: 500;margin-bottom: 16px;line-height: 1.5;font-size: 26px;text-shadow: 1px 1px #069;}
footer .common h3 span{display: block;font-size: 18px;}
footer .common .txt{margin-bottom: 1em;text-align: justify;}
footer .common .indent{text-align: justify;line-height: 1.4;}
footer .common .tel{margin-bottom: 0px;}
footer .common .tel .time{display: block;text-align: right;font-size: .9em;margin-top: 5px;}
footer .common .illust{position: absolute;right:15px;top:50%;transform: translateY(-50%);width: 42%;}

.footer-logo {text-align: center; position: relative;margin-bottom: 30px;}
.footer-logo a{color: black;font-weight: 500;font-size: 18px;transition:.3s;line-height: 1;}
.footer-logo a .top{display: block;font-size: 14px;font-weight: 400;margin-bottom: 5px;}
.footer-logo a .sub{font-size: 14px;font-weight: 400;letter-spacing: 0;display:inline;margin-top: 0;}


.footer-menu{width: 100%;border-top: none;padding: 0px;}
.footer-menu{border-top: none;margin: 0 auto; margin-bottom:2em;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;display: flex;justify-content: center;}

.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;}
.footer-menu li a{letter-spacing:0.1rem;border-right:none;  font-size: 14px;padding: 0 .5em;text-align:center;border-bottom: none;line-height: 1.4;background: none;border:none;margin-bottom: 0;}
#btn-mail a .xs{position: absolute;right:23%;bottom:-10px;width: 70px;}

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

}



@media (min-width: 768px) {

footer{ padding: 70px 0px 0;}
footer .common{margin-bottom: 70px;}
footer .common .box{width: 55%;}
footer .common h3{color: white;font-weight: 500;margin-bottom: 16px;line-height: 1.5;font-size: 28px;text-shadow: 1px 1px #069;}
footer .common h3 span{display: block;font-size: 20px;}
footer .common .txt{margin-bottom: 1em;text-align: justify;}
footer .common .indent{text-align: justify;line-height: 1.4;}
footer .common .tel{margin-bottom: 0px;}
footer .common .tel .time{display: block;text-align: right;font-size: .9em;margin-top: 5px;}
footer .common .illust{position: absolute;right:15px;top:50%;transform: translateY(-50%);width: 42%;}

.footer{background: url("../images/wavy1.png"),#dceaf1;background-position: center top;background-repeat: repeat-x; padding: 100px 0 70px; }


.page-top{position: absolute;right:15px;bottom:25px;width: 20px;}

#btn-mail a .xs{position: absolute;right:25%;bottom:-10px;width: 70px;}


.copy{font-size: 12px;}


}


@media (min-width: 992px) {
footer .common{width: 96%;margin: 0 auto;margin-bottom: 70px;border-radius: 20px;padding: 3em;}
footer .common .box{width: 50%;}
footer .common h3{color: white;font-weight: 500;margin-bottom: 16px;line-height: 1.5;font-size: 30px;text-shadow: 1px 1px #069;}
footer .common h3 span{display: block;font-size: 20px;}
footer .common .txt{margin-bottom: 1em;text-align: justify;}
footer .common .indent{text-align: justify;line-height: 1.4;}
footer .common .tel{width: 416px; margin-bottom: 0px;}
footer .common .tel .time{display: block;text-align: right;font-size: .9em;margin-top: 5px;}
footer .common .illust{position: absolute;right:30px;top:50%;transform: translateY(-50%);width: 42%;}



.footer-logo {text-align: left; position: relative;margin-bottom: 30px;}
.footer-logo a{color: black;font-weight: 500;font-size: 20px;transition:.3s;line-height: 1;}
.footer-logo a .top{display: block;font-size: 14px;font-weight: 400;margin-bottom: 5px;}
.footer-logo a .sub{font-size: 14px;font-weight: 400;letter-spacing: 0;display:inline;margin-top: 0;}


footer .address{text-align: left;margin-bottom: 5px;}
footer .tel{text-align: left;margin-bottom: 0;}


.page-top{position: absolute;right:15px;bottom:5px;width: 20px;}

.footer-menu{width: auto;border-top: none;padding-top: 0;margin-bottom: 30px;margin-right: 0;display:block;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0em;justify-content: flex-end;margin-bottom: 1em;}
.footer-menu li {padding-bottom: 0px;text-align: left;}
.footer-menu li a{text-decoration: none;padding: 0 .5em;letter-spacing: .05rem;margin-bottom: 0em!important;display: block;font-size: 14px;text-align: left;}
.footer-menu li a:hover {color: #39c;}
.footer-menu li:first-child a{margin-bottom: 0;padding: 0 .5em 0 0;}
.footer-menu li:last-child a{margin-bottom: 0;padding: 0 0 0 .5em;}

.btwn{display: flex;flex-direction: column;justify-content: space-between;}
.btwn2{display: flex;flex-direction: column;justify-content: center;}
#btn-mail{position: fixed;bottom: 15px;right:15px;width: 120px;left:auto;height: auto;}
#btn-mail a{transition: .4s;background:none;height: auto;display:block;}
#btn-mail a span{display: none;}
#btn-mail a:hover{background:none; }
#btn-mail a .pc{display: block;}
#btn-mail a .xs{display:none;}
#btn-mail a:hover{opacity: .7; }

.copy{font-size: 14px;text-align:right;}

}




@media (min-width: 1200px) {

footer{padding: 100px 0 0;}
footer .container{max-width: 1140px;}

.footer{background: url("../images/wavy1.png"),#dceaf1;background-position: center top;background-repeat: repeat-x; padding: 150px 0 80px; }

.footer-logo a{color: black;font-weight: 500;font-size: 24px;transition:.3s;line-height: 1;}
.footer-logo a .top{display: block;font-size: 14px;font-weight: 400;margin-bottom: 8px;}
.footer-logo a .sub{font-size: 14px;font-weight: 400;letter-spacing: 0;display:inline;margin-top: 0;}

.footer-menu ul{}
.footer-menu li a{text-decoration: none;padding: 0 .8em;letter-spacing: .05rem;margin-bottom: 0em!important;display: block;font-size: 15px;text-align: left;}
.footer-menu li:first-child a{margin-bottom: 0;padding: 0 .8em 0 0;}
.footer-menu li:last-child a{margin-bottom: 0;padding: 0 0 0 .8em;}


.copy{}



}

@media (min-width: 1440px) {

footer .common{width: 1260px;margin: 0 auto;margin-bottom: 100px;border-radius: 20px;padding: 4em 4em;}
footer .common .box{width: 54%;}
footer .common h3{color: white;font-weight: 500;margin-bottom: 16px;line-height: 1.5;font-size: 40px;text-shadow: 1px 1px #069;}
footer .common h3 span{display: block;font-size: 22px;}
footer .common .txt{margin-bottom: 1em;text-align: justify;}
footer .common .indent{text-align: justify;line-height: 1.4;}
footer .common .tel{width: 416px; margin-bottom: 0px;}
footer .common .tel .time{display: block;text-align: right;font-size: .9em;margin-top: 5px;}
footer .common .illust{position: absolute;right:15px;top:50%;transform: translateY(-50%);width: 49%;}

footer .logoblock{margin-bottom: 30px;margin-left: 0;width: 300px;}
.footer-menu ul{margin-bottom: 2em;}
#btn-mail{position: fixed;bottom: 15px;right:15px;width: 150px;}
}


@media (min-width: 1680px) {
footer{padding: 160px 0 0;}
.footer-menu li a{text-decoration: none;padding: 0 .8em;letter-spacing: .08rem;margin-bottom: 0em!important;display: block;}
.footer-menu li:first-child a{margin-bottom: 0;padding: 0 .8em 0 0;}
.footer-menu li:last-child a{margin-bottom: 0;padding: 0 0 0 .8em;}

.page-top{position: absolute;right:35px;bottom:100px;}

}





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

.h2area{
margin-top: 0px;
position: relative;
z-index: 5;
width:100%;
display: flex;
align-items: center;background:url("../images/bg-main.png");background-position: center bottom;background-size: cover;
justify-content: space-between;
overflow: hidden;
padding: 40px;
}

.h2-thumb{position: relative;z-index: 2; width: 70%;margin-left: 30%;border-radius: 20px;border:8px solid white;overflow: hidden;box-shadow: 0px 0px 8px rgba(0,0,0,.1);}
.h2-txt{position:absolute;z-index: 5; left:15%;top:50%;transform: translateY(-50%);width: 80%;
      font-size: 70px;
      font-weight: 500;
	  letter-spacing: 1rem;
      stroke-mode: outside;
}
.h2-txt.long{font-size:48px;letter-spacing: .2rem;}

@media (max-width: 1366px){
.h2area{}
.h2-txt{left:10%;
      font-size: 60px;
	  letter-spacing: 1rem;
}

.h2-txt.long{font-size:42px;letter-spacing: .2rem;}



}


@media (max-width: 1199px){
.h2-txt{left:80px;
      font-size:56px;
	  letter-spacing: 1rem;
}



}

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

.h2-txt{left:60px;
      font-size:50px;
	  letter-spacing: 1rem;
}



}


@media only screen and (max-width: 767px) {
.h2area{padding: 20px 25px;}
.h2-thumb{position: relative;z-index: 2; width: 70%;margin-left: 30%;border-radius: 20px;border:5px solid white;overflow: hidden;box-shadow: 0px 0px 8px rgba(0,0,0,.1);}

.h2-txt{left:40px;width: 80%;
      font-size:40px;
	  letter-spacing: 1rem;
}

}

 @media only screen and (max-width: 666px) {
.h2area{padding: 25px 15px;}
.h2-thumb{position: relative;z-index: 2; width: 75%;margin-left: 35%;border-radius: 10px;border:5px solid white;overflow: hidden;box-shadow: 0px 0px 8px rgba(0,0,0,.1);}

.h2-txt{left:20px;width: 80%;
      font-size:25px;
	  letter-spacing: .5rem;
}

}




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

.headline-h3 {
color:#000;
  position: relative;
  margin-bottom: 35px;
  font-size: 23px;
  letter-spacing: .1rem;
  line-height: 1.4;font-weight: 500;text-align:center;}
.headline-h3::after {
  content: '';
  width:50px;
  height: 4px;
  display: inline-block;
  background-color: #81c3d1;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 25px)
}

.headline-h4 {
  font-weight: 500;
  font-size: 1.15em;
 position: relative;
  margin-bottom: 1.5em;
  text-align: left;
  color: #222;
  border-left:6px solid #39c;padding-left: .5em;
}

.headline {
 position: relative;
 font-size:17px;
 letter-spacing: .1rem;
  margin-bottom: 30px;
  line-height: 1;
  color: #111;
  text-align: center;
 font-family: ' IBMPlexSansJP ';font-weight: 500;  
}
.headline span{display: block;  font-family: ' BebasNeue ';
 font-weight: 400;
font-size: 60px;letter-spacing: .2rem;color: #3aa564;}

.headline.white{color: white;}
.headline.long span{font-size: 46px;letter-spacing: .1rem;margin-bottom: 5px;}

.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 {
  position: relative;
  margin-bottom: 36px;
  font-size: 24px;
  letter-spacing: .1rem;
  line-height: 1.4;
}

.headline {
 font-size:20px;
  margin-bottom: 40px;
}
.headline span{font-size: 80px;letter-spacing: .2rem;}
.headline.long span{font-size: 56px;letter-spacing: .1rem;margin-bottom: 5px;}


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



.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::after {
  content: '';
  width:60px;
  height: 4px;
  bottom: -10px;
  left: calc(50% - 30px)
}

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


}


@media (min-width: 1200px) {

.headline-h3 {
  position: relative;
  margin-bottom: 2em;
  font-size: 32px;
  letter-spacing: .1rem;
  line-height: 1.4;}


.headline {
 font-size:22px;
  margin-bottom: 50px;
}
.headline span{font-size:100px;letter-spacing: .3rem;}

.headline.long span{font-size: 86px;letter-spacing: .1rem;margin-bottom: 5px;}

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



}


@media (min-width: 1440px) {

.headline {margin-bottom: 60px;}


.headline-h3{font-size: 36px; letter-spacing: .2rem;}
.headline-h3::after {
  content: '';
  width:70px;
  height: 4px;
  bottom: -10px;
  left: calc(50% - 35px)
}


}

@media (min-width: 1920px) {

.headline { margin-bottom: 60px;}
.headline span{font-size:110px; letter-spacing: .3.5rem;}
.headline.long span{font-size: 90px;letter-spacing: .1rem;margin-bottom: 5px;}
}


#pankuzu{position: absolute;left:0px;bottom:0;z-index: 10;width: 100%;}





.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:13px 5px;
  text-align: center;
  width:200px;
  text-decoration: none;
  border-radius: 6px;
  font-family: ' BebasNeue ';
  background:#333;
  color: #fff;/*文字色*/
  font-size: 17px;
  letter-spacing: 0.3rem;
  transition: .3s;
}
.btn-back:hover{
  color: #fff;/*文字色*/
  background:#009F78;

}

.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-pdf a{width: 320px;padding: 20px 40px;font-size: 1.2em;}


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

}


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



}



.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:1em 0px 0;
	line-height: 1.4;
	font-size: 15px;
	display: flex;align-items: center;justify-content: center;
}
.paging .page{text-align: center;margin-bottom: 5px;font-size: 13px;}
.paging span.current,
.paging span.paging-text a{
	color:#333;
	display:flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin:0px 3px;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
	border-radius: .3em;
}
.paging span.current {
	background:#39c;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#39c;
	color:#fff;
}

@media screen and (max-width: 991px) {
.paging span.current,
.paging span.paging-text a{
	color:#333;
	display:flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin:0px 3px;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
	border-radius: .3em;
	font-size: 13px;
}
.paging span.current {
	background:#00A27B;
	color:#fff;
}

}

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


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


@media screen and (max-width: 767px) {
.table-responsive {
border:none;margin-bottom: 1.5em;
}
.table-responsive::-webkit-scrollbar {
height: 5px;
}

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

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



/*サムネ付きスライダー start*/
.slickwrap {
max-width: auto;
width: 93%;
margin: 0px auto;
margin-left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slickwrap .slider {
border:1px solid #eee;
  width: 100%;
  margin: 0 0 10px 0;
  overflow:hidden;
  background: white;
  padding: 0;
}
.slickwrap .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){
.slickwrap .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;}









/* business.html
--------------------------------------------------------- */



/* business.html
--------------------------------------------------------- */
.service #section01{padding:50px 0px;position: relative;}
.service #section01 .index{font-weight: 500;font-size: 1.2em;line-height: 1.5;text-align: justify;margin-bottom: 30px;}
.service #section01 .box{margin-left: 15px;margin-bottom: 15px;}
.service #section01 .indent{font-weight: 500;margin-bottom: .5em;font-size: 1.1em;}
.service #section01 .indent span{color: #009CFF;}
.service #section01 .indent .fas{color: orangered;}
.service #section01 .illust{width: 250px;margin: 0 auto;}


.service #section02{padding:50px 0px;position: relative;background:rgba(0,156,255,.1);}
.service #section02 ul{display: flex;flex-wrap: wrap;}
.service #section02 ul li{width: 50%;padding: .5em;}
.service #section02 ul li a{background: white;display: flex;flex-direction: column;justify-content: center;align-items: center;border-radius: 15px;padding: 1.5em;color: black;font-weight: 500;transition: .4s;}
.service #section02 ul li a img{width: 90px;margin-bottom: 1em;}
.service #section02 ul li a:hover{background:rgba(107,197,211,1.00);color: white;}


.h3-business {
 position: relative;
 letter-spacing: .05rem;
  margin-bottom: 20px;

 font-family: ' IBMPlexSansJP ';font-weight: 500;  
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.h3-business .title{width: calc(100% - 130px); font-size:20px; color:black;}
.h3-business .circle{background: rgba(107,197,211,1.00);width: 120px;height: 120px;border-radius: 50%;color: white;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.h3-business .circle img{width: 50px;height: auto;margin-bottom: .5em;}
.h4-business {
 position: relative;
 letter-spacing: .05rem;
 text-align: center;margin-top: .5em;
 font-family: ' IBMPlexSansJP ';font-weight: 500;  
}

.service #section03{padding:50px 0px;position: relative;}

.service #section04{padding:50px 0px;position: relative;background: rgba(244,232,170,.2);}

.service #section05{padding:50px 0px;position: relative;}

.service #section06{padding:50px 0px;position: relative;background: rgba(244,232,170,.2);}

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


@media (min-width: 667px) {
.service #section01 .index{font-weight: 500;font-size: 1.2em;line-height: 1.5;text-align: center;}
.service #section02 ul li{width: 25%;padding: .5em;}
.service #section02 ul li a{background: white;display: flex;flex-direction: column;justify-content: center;align-items: center;border-radius: 15px;padding: 1em;color: black;font-weight: 500;transition: .4s;}
.service #section02 ul li a img{width: 60px;margin-bottom: 1em;}





}

@media (min-width:768px) {
.service #section01{padding:70px 0px;}
.service #section01 .index{font-size: 1.5em;line-height: 1.5;margin-bottom: 40px;}
.service #section01 .box{margin-left: 15px;margin-bottom: 0;}
.service #section01 .indent{font-weight: 500;margin-bottom: 1em;font-size: 1.1em;}
.service #section01 .indent:last-child{margin-bottom: 0;}
.service #section01 .indent span{color: #009CFF;}
.service #section01 .indent .fas{color: orangered;}
.service #section01 .illust{width: 250px;margin: 0 auto;}

.h3-business {
 letter-spacing: .1rem;
  margin-bottom: 30px;
}
.h3-business .title{width: calc(100% - 150px); font-size:22px; color:black;}
.h3-business .circle{background: rgba(107,197,211,1.00);width: 140px;height: 140px;font-size: 18px; border-radius: 50%;color: white;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.h3-business .circle img{width: 60px;height: auto;margin-bottom: .5em;}
.h4-business {font-size: 1.1em;}

.service #section02{padding:50px 0px;}
.business-txt{text-align: justify;}

.no-bottom{margin-bottom: 0;}


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

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

.service #section05{padding:70px 0px;}
.service #section06{padding:70px 0px;}

}


@media (min-width: 992px) {
.service #section01 .index{font-size: 1.6em;line-height: 1.5;margin-bottom: 50px;}
.service #section01 .box{margin-left: 25px;margin-bottom: 0;}
.service #section01 .indent{margin-bottom: 1em;font-size: 1.2em;}
.service #section01 .indent:last-child{margin-bottom: 0;}
.service #section01 .indent span{color: #009CFF;}
.service #section01 .indent .fas{color: orangered;}
.service #section01 .illust{width: 300px;margin: 0 auto;}

.h3-business .title{width: calc(100% - 150px); font-size:25px; color:black;}

.service #section02 ul li a{font-size: 1.2em;border-radius: 15px;padding: 1em;color: black;font-weight: 500;transition: .4s;}
.service #section02 ul li a img{width: 80px;margin-bottom: 1em;}

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

}

@media (min-width:1200px) {
.service #section01{padding:100px 0px;}
.service #section01 .index{font-size: 1.8em;line-height: 1.5;margin-bottom: 50px;}

.service #section01 .box{margin-left: 45px;margin-bottom: 0;}
.service #section01 .indent{margin-bottom: 1em;font-size: 1.3em;}
.service #section01 .indent .fas{margin-right: 5px;}
.service #section01 .indent:last-child{margin-bottom: 0;}
.service #section01 .illust{width: 80%;margin: 0 auto;}

.h3-business .title{width: calc(100% - 150px); font-size:27px; color:black;}
.business-txt{line-height: 1.9;font-size: 1.1em;}
.service #section02{padding:80px 0px;}


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


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


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


.service #section06{padding:100px 0px;}





}

@media (min-width:1680px) {
.service #section01 .indent{margin-bottom: 1em;font-size: 1.5em;}

.h3-business {
 letter-spacing: .1rem;
  margin-bottom: 40px;
}
.h3-business .title{width: calc(100% - 180px); font-size:30px; color:black;}
.h3-business .circle{background: rgba(107,197,211,1.00);width: 160px;height: 160px;font-size: 20px; border-radius: 50%;color: white;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.h3-business .circle img{width: 80px;height: auto;margin-bottom: .5em;}
.business-txt{line-height: 2;font-size: 1.1em;}
.h4-business {font-size: 1.2em;}


 }
 
 




/* works.html
--------------------------------------------------------- */
.works #section01{padding: 50px 0 40px;position: relative;}
.works #section01 a{display: flex;align-items: center;justify-content: center;position: relative;color: #39c;font-weight: 500;background: #f7f7f7;border:2px solid #39c;border-radius: .5em;height: 50px;font-size: 1.1em;transition: .4s;margin-bottom: 10px;}
.works #section01 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: 5px;
}
.works #section01 a:hover{color: #fff;background: #39c;}
.works #section01 a.active{color: #fff;background: #39c;}

.works #section02{padding: 70px 0;position: relative;background: url("../images/wavy1.png"), url("../images/wavy2.png"),url("../images/bg-stripe2.png");background-position: center top,center bottom,left top;background-repeat: repeat-x,repeat-x,repeat;}
.works #section02 .itembox{background: white;border-radius: 1em;padding: 1em;}
.works #section02 .itembox .thumb-group{display: flex;align-items: center;justify-content: space-between;margin-bottom: 1em;}
.works #section02 .itembox .thumb-group .thumb{width: 48%;position: relative;border-radius: 10px;overflow: hidden;}
.works #section02 .itembox .thumb-group .thumb .tag{position:absolute;left:0;top:5px;background: white;color: black;font-weight: 400;z-index: 10;font-family: ' BebasNeue ';line-height: 1;padding: .4em;}
.works #section02 .itembox .thumb-group .thumb a .photo-ofi {
  height: 0;
  display: block;
  background: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 120%;
}

.works #section02 .itembox .thumb-group .thumb a .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;
}
.works #section02 .itembox .title{font-weight: 500;font-size: 1.1em;text-align: justify;line-height: 1.4;border-bottom: 1px solid #ddd;padding-bottom: 5px;margin-bottom: .7em;}
.works #section02 .itembox .txt{text-align: justify;line-height: 1.5;}


.download_file{margin-bottom: 50px;}
.download_file ul li{margin-bottom: .5em;}
.download_file ul li:last-child{margin-bottom: 0;}
.download_file a{background:#fff;border:1px solid #999;color:#111;letter-spacing: 0;font-weight: 400;display: block;line-height: 1.4;padding: .5em .5em;border-radius: .3em;font-size: .9em;transition: .4s;}
.download_file a:hover{background:#eee;color:#111;}
.fa-file-pdf{color: #E11317;font-size: 1.1em;}
.fa-file-excel{color:#22960D;font-size: 1.1em;}
.fa-file-word{color:#1945CA;font-size: 1.1em;}


@media (min-width: 667px) {

}


@media (min-width: 768px) {

.works #section01 a{height: 60px;font-size: 1.1em;transition: .4s;}


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

.download_file a{line-height: 1.4;padding: .7em;font-size:1em;}




}


@media (min-width: 992px) {
.works #section01 ul{width: 800px;margin: 0 auto;}
.works #section02 .itembox{padding: 1.8em;}
.works #section02 .itembox .thumb-group{display: flex;align-items: center;justify-content: space-between;margin-bottom: 1em;}
.works #section02 .itembox .thumb-group .thumb{width: 48%;position: relative;border-radius: 10px;overflow: hidden;}
.works #section02 .itembox .thumb-group .thumb .tag{position:absolute;left:0;top:5px;background: white;color: black;font-weight: 400;z-index: 10;padding: .4em .6em;}
.works #section02 .itembox .title{font-weight: 500;font-size: 1.1em;text-align: justify;line-height: 1.4;border-bottom: 1px solid #ddd;padding-bottom: 5px;margin-bottom: .7em;}
.works #section02 .itembox .txt{text-align: justify;line-height: 1.5;}


}


@media (min-width: 1200px) {
.works #section01{padding: 80px 0;}
.works #section01 a{height: 60px;font-size: 1.3em;transition: .4s;}

.works #section02{padding: 120px 0 120px;}


}




@media (min-width: 1440px) {

.works #section01 a{height: 70px;font-size: 1.5em;transition: .4s;}
.works #section02 .itembox{padding: 2.3em;}
.works #section02 .itembox .thumb-group{display: flex;align-items: center;justify-content: space-between;margin-bottom: 1.5em;}
.works #section02 .itembox .thumb-group .thumb{width: 47.5%;position: relative;border-radius: 10px;overflow: hidden;}
.works #section02 .itembox .thumb-group .thumb .tag{position:absolute;left:0;top:5px;background: white;color: black;font-weight: 400;z-index: 10;padding: .4em .6em;}
.works #section02 .itembox .title{font-weight: 500;font-size: 1.1em;text-align: justify;line-height: 1.4;border-bottom: 1px solid #ddd;padding-bottom: 5px;margin-bottom: .7em;}

}







/* company.html
--------------------------------------------------------- */
.company #section01{padding:50px 0px;position: relative;z-index: 5;}
.company #section01 .txt{margin-bottom: 1em;text-align: justify;}
.company #section01 .name{text-align: right;}
.company #section01 .name span{font-size: 1.2em;font-weight: 500;}



.company #section02{padding:50px 0px;position: relative;background: url("../images/wavy1.png"), url("../images/wavy2.png"),url("../images/bg-tile.png");background-position: center top,center bottom,left top;background-repeat: repeat-x,repeat-x,repeat;}
.company #section02 .table{margin-bottom: 0;border-bottom: 1px solid #ddd;}
.company #section02 .table th,
.company #section02 .table td {background: white;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.company #section02 .table th{width: 100%;display: block;font-weight: 500;padding: 15px 5px;background: white!important;color: #39c;}
.company #section02 .table td{width: 100%;display: block;padding: 15px 5px;background: white!important;font-weight: 400;}
.company #section02 .table td .call{color: #222;}

.company #section03{padding:30px 20px;position: relative;}
.company #section03 .box{margin-bottom: 20px;}
.company #section03 .box p{text-align: justify;}
.company #section03 .pic{background: url("../images/partner.jpg");background-position: center;background-size: cover;height: 180px;border-radius: 15px;}


.company #section04{padding:50px 0px;position: relative;background: #f7f7f7;}
.company #section04 .box{background: white;width: 92%;margin: 0 auto;border-radius: 15px;padding: 1.5em;}

@media (min-width: 667px) {

.company #section04 .box{background: white;width: 86%;margin: 0 auto;border-radius: 15px;padding: 2em;}


}


@media (min-width: 768px) {

.company #section01{padding:70px 0px;}
.company #section01 .txt{}



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

.company #section03{padding:40px 40px;}
.company #section03 .box{margin-bottom: 30px;}
.company #section03 .pic{background: url("../images/partner.jpg");background-position: center;background-size: cover;height: 260px;}

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


}

@media (min-width: 992px) {
.company #section01 .container{max-width: 800px;}
.company #section01 .txt{text-align: justify;line-height: 1.9; margin-bottom: 1.5em;}


.company #section02 .container{max-width: 800px;}

.company #section03{padding:40px 0px;display: flex;align-items: center;justify-content: space-between;}
.company #section03 .box{width: 370px;padding: 0 0px;margin: 0 auto; margin-bottom: 0px;}
.company #section03 .box p{line-height: 1.8;}
.company #section03 .pic{width: 50%; background: url("../images/partner.jpg");background-position: center;background-size: cover;height: 380px;border-radius: 20px 0 0 20px;}

.company #section04 .box{background: white;width: 800px;margin: 0 auto;border-radius: 15px;padding: 2em;}

}


@media (min-width: 1200px) {
.company #section01{padding:100px 0px;}
.company #section01 .txt{text-align: justify;font-size: 1.1em; line-height: 2;}

.company #section02{padding:100px 0px 100px;}
.company #section02 .container{max-width: 900px;}
.company #section02 .table th{width: 220px;padding: 24px 15px;}
.company #section02 .table td{padding: 24px 15px;}

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

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


}

@media (min-width: 1440px) {

.company #section01 .txt{margin-bottom: 1.5em;line-height: 2.1;}

.company #section02 .table th{width: 230px;display: table-cell;}
.company #section03 .box{width: 580px;padding: 0 0px 0 80px;margin: 0 auto; margin-bottom: 0px;}
.company #section03 .box p{line-height: 2;font-size: 1.1em;}
.company #section03 .pic{width: 50%; background: url("../images/partner.jpg");background-position: center;background-size: cover;height: 450px;border-radius: 50px 0 0 50px;}

}






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

.recruit #section01{padding: 50px 0px;position: relative;}
.recruit #section01 .index{text-align: justify;margin-bottom: 1em;font-weight: 500;font-size: 1.2em;}
.recruit #section01 .txt{text-align:justify;line-height: 1.5;}
.recruit-ico{display: flex;flex-wrap: wrap;justify-content: center;}
.recruit-ico div{background: #f7f7f7;width: 150px;height: 150px;border-radius: 50%;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 1em;margin: 0 .6em 1.2em;}
.recruit-ico div .ico{width: 50px;margin-bottom: 5px;}
.recruit-ico div .title{font-weight: 500;font-size: .9em;line-height: 1.4;text-align: center;letter-spacing: 0;}


.recruit #section02{padding:50px 0px;position: relative;background: rgba(74,73,71,.05);}
.recruit #section02 .txt{text-align: justify;margin-bottom: 1em;}
.recruit #section02 dl{display: flex;flex-wrap: wrap;line-height: 1.4;}
.recruit #section02 dl dt{width: 80px;margin-bottom: .6em;}
.recruit #section02 dl dd{width: calc(100% - 80px);margin-bottom: .6em;text-align: justify;}
.recruit #section02 .pic{width: 200px;margin: 0 auto;margin-top: 20px;}


.recruit #section03{padding: 50px 0px;position: relative;}
.recruit #section03 .box{background: rgba(0,156,255,.08);padding: 1.5em;border-radius: 1.5em;border: 3px solid rgba(0,156,255,.2);}
.recruit #section03 .box h4{margin-bottom: 1.8em;line-height: 1.4;font-weight: 500;text-align: center;}
.recruit #section03 .box h4 span{padding-bottom: 5px;border-bottom: 1px solid #39c;color: #39c;}
.recruit #section03 .box p{text-align: justify;}

.recruit #section04{padding: 50px 0px;position: relative;background: url("../images/bg-recruit.jpg");background-position: center;background-size: cover;}
.recruit #section04 .box{background: rgba(255,255,255,.9);padding: 1.5em;border-radius: 15px;}
.recruit #section04 .box h4{font-weight: 500;text-align: center;margin-bottom: 1em;font-size: 1.2em;}
.recruit #section04 .box p{text-align: center;margin-bottom: 20px;line-height: 1.4;}

@media (min-width: 667px) {
.recruit #section03 .box{background: rgba(0,156,255,.05);padding: 2.5em;}
.recruit #section03 .box h4{margin-bottom: 1.8em;line-height: 1.4;font-weight: 500;text-align: center;}
.recruit #section03 .box h4 span{padding-bottom: 5px;font-size: 18px;}

}

@media (min-width: 768px) {

.recruit #section01{padding: 70px 0px 70px;}
.recruit #section01 .pic{width:98%;margin-left: 0;}
.recruit #section01 .index{text-align:center;margin-bottom: 1em;font-weight: 500;font-size: 1.2em;}
.recruit-ico{display: flex;flex-wrap: wrap;}
.recruit-ico div{width: 200px;height: 200px;padding: 1em;margin-bottom: 1.3em;}
.recruit-ico div .ico{width: 60px;margin-bottom: 10px;}
.recruit-ico div .title{font-size: 1em;line-height: 1.4;text-align: center;letter-spacing: 0;}




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



.recruit #section04{padding: 70px 0px;}
.recruit #section04 .box{width: 450px;margin: 0 auto;padding: 2.5em 1em;border-radius: 15px;}
.recruit #section04 .box h4{font-weight: 500;text-align: center;margin-bottom: 1em;font-size: 1.2em;}
.recruit #section04 .box p{text-align: center;margin-bottom: 20px;line-height: 1.4;}

}

@media (min-width: 992px) {
.recruit #section01 .txt{text-align: justify;margin-bottom: 1.5em;}
.recruit #section01 .pic{width: 90%;margin-left: 0;}
.recruit-ico div{width: 200px;height: 200px;padding: 1em;margin-bottom: 1.3em;}
.recruit-ico div .ico{width: 70px;margin-bottom: 10px;}
.recruit-ico div .title{font-size: 1em;line-height: 1.4;text-align: center;letter-spacing: 0;}

.recruit #section04 .box{width: 500px;margin: 0 auto;padding: 2.5em 2em;border-radius: 15px;}
.recruit #section04 .box h4{font-weight: 500;text-align: center;margin-bottom: 1em;font-size: 1.2em;}
.recruit #section04 .box p{text-align: center;margin-bottom: 20px;line-height: 1.4;}


}

@media (min-width: 1200px) {

.recruit #section01{padding: 100px 0px;}
.recruit #section01 .index{font-size: 1.4em;}
.recruit #section01 .txt{text-align: justify;font-size: 1.1em; line-height: 2;}

.recruit #section02{padding:100px 0px 100px;}
.recruit #section02 dl{display: flex;flex-wrap: wrap;line-height: 1.6;}
.recruit #section02 dl dt{width: 100px;margin-bottom: .6em;}
.recruit #section02 dl dd{width: calc(100% - 100px);margin-bottom: .6em;text-align: justify;}
.recruit #section02 .pic{width: 80%;margin: 0 auto;margin-top: 0px;}


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



.recruit #section04{padding:120px 0px;}
.recruit #section04 .box{width: 580px;margin: 0 auto;padding: 3.5em 2em;border-radius: 15px;}
.recruit #section04 .box h4{font-weight: 500;text-align: center;margin-bottom: 1em;font-size: 1.2em;}
.recruit #section04 .box p{text-align: center;margin-bottom: 30px;line-height: 1.4;}



}


@media (min-width: 1440px) {
.recruit #section01 .txt{margin-bottom: 1.5em;line-height: 2.1;}
.recruit #section01 .name{font-size: 1.2em;}
.recruit #section01 .pic{width: 86%;}

.recruit #section03 .box{background: rgba(0,156,255,.05);padding: 2.5em;}
.recruit #section03 .box h4{margin-bottom: 1.8em;line-height: 1.4;font-weight: 500;text-align: center;}
.recruit #section03 .box h4 span{padding-bottom: 5px;font-size: 20px;}

.recruit #section04{padding:150px 0px;}
.recruit #section04 .box{width: 580px;margin: 0 auto;padding: 3.5em 2em;border-radius: 15px;}
.recruit #section04 .box p{text-align: center;margin-bottom: 40px;line-height: 1.4;}


}




/* privacy.html
--------------------------------------------------------- */

.contact #section01{padding: 50px 0px 50px;position: relative;z-index: 5;}
.contact #section01 .tel{text-align: center;font-family: ' BebasNeue ';font-weight: 400; line-height: 1;font-size: 30px;padding: 1.3em 1em;color: #111; background:rgba(107,197,211,.2);border-radius: 1em;}
.contact #section01 .tel span.call{margin-left: 4px;color:#000;font-size:35px;letter-spacing: .15rem;}
.contact #section01 .tel span.time{display: block;font-size: 13px;letter-spacing: 0;font-family: ' IBMPlexSansJP ';margin-top: 5px;color: #333;}
.contact #section01 .txt{text-align: justify;margin-bottom: 20px;}


.contact #section02{padding: 50px 0px;position: relative;z-index: 5;background: #f7f7f7;}
.contact #section02 .index{font-weight: 700;font-size: 18px;margin-bottom: 30px;}
.contact #section02 .pre-scrollable{max-height: 300px;padding: 15px;background: white; word-break: break-all;border:1px solid rgba(0,0,0,.09);box-shadow: inset 0 0 20px rgba(0, 0, 0, .02);border-radius: 1.2em;}
.privacybox{position: relative;color: #333;}
.privacybox #privacy{position: absolute;left:0;top:-100px;}

span.hissu{color: black;background:orange; padding: 3px 5px;border-radius: 5px;font-size: 12px;line-height: 1.5;}
.contact .table {margin-bottom: 50px;border-bottom:1px solid #ddd;}
.contact .table th{background:#e7eef3!important;vertical-align: middle;font-weight: 500;position: relative;display: block;color: #111;padding: 15px 10px;border-top:1px solid #ddd;}
.contact .table td{background: white!important;vertical-align: middle;display: block;border-top:1px solid #ddd;}
.table th span.hissu{color: black;background: orange; padding: 3px 5px;border-radius: 5px;position: absolute;right:15px;top:50%;transform: translateY(-50%);font-size: 12px;line-height: 1.5;}


.contact h5{font-weight: 700;border-bottom: 1px solid #555;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}
.tenpu{ margin: 0;font-size: 13px;}
 input.tenpu {
width: 90%!important;
 display: block;
 position: relative;
 letter-spacing: 0;
 padding: .3em 0!important;
 border-radius: 4px;
 color: #999;
 cursor: pointer!important;
 margin: 0px 0px 5px;
 font-size: 13px;
}
.tenpu input:last-child{margin: 0;}
.tenpufile{display: flex;align-items: center;padding-top: .5em;line-height: 1;}
.tenpufile .pdf{color: #b30b00;margin-right: .4em;}
.tenpufile .exl{color: #128046;}



@media (min-width: 667px) {


}


@media (min-width: 768px) {

.contact #section01{padding: 70px 0px;}
.contact #section01 .tel{text-align: center;font-family: ' BebasNeue ';font-weight: 400; line-height: 1;padding: 1.3em 1em;margin-top: 0;}


.contact #section02{padding: 70px 0px;}
.contact .table {margin-bottom: 70px;}

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

.contact #section02 .pre-scrollable{max-height: 400px;padding: 15px;}
.contact #section02 .index{font-size: 20px;margin-bottom: 50px;}


}


@media (min-width: 992px) {
.contact #section01 .tel{font-size: 35px;}
.contact #section01 .tel span.call{font-size:40px;letter-spacing: .15rem;}

.contact .table th{display: table-cell;width: 240px;}

.contact h5{padding-bottom: 15px; margin-bottom: 20px;font-size:1.2em;}


}




@media (min-width: 1200px) {

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



.contact #section02{padding: 100px 0px 100px;}
.contact .table {margin-bottom: 80px;}

.contact .table th{display: table-cell;width: 250px;}

.contact #section02 .pre-scrollable{max-height: 500px;padding: 50px;}


}

@media (min-width: 1680px) {
.contact #section01{padding: 120px 0px;}
.contact .table th{padding: 25px 15px;}
.contact .table td{padding: 25px 15px;}

}



.doi-box{padding: 30px 15px;border-top:1px solid #ccc;border-bottom: 1px solid #ccc;}
.doi-box label{font-size: 13px;margin-bottom: 15px;width: auto;display:inline-block;}
.doi-box p a{color: #111;font-size: 15px;transition: .3s;font-weight: 500;}
.doi-box p a:hover{color: #333;}
.contact .btn-lg{font-size: 13px;padding: 10px 10px;}

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

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

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








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

.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox select {
    appearance: none;
    min-width: 180px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    background-color: #fff;
	background: white;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
.auto{border: 1px solid #ddd;color: #555; margin-left: 1em;padding: .5em .5em;border-radius: .4em;font-size: .9em;}

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


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

}



/*-----------------------------------------------------------------------------
print css
-----------------------------------------------------------------------------*/
@media print {
body {padding-top:100px;}
.aos-init { opacity: 1 !important; transform: none !important; }

.header-xs{display: none;}

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


.header {
  position: absolute;
  width: 100%;
  z-index: 500;
  height:100px;
  top:0;
  left:0;
  padding: 0;
  display: flex;
  justify-content:space-between;
  background: white;
}

.head-logo {display:flex;align-items: center;height: 100px; position: relative;margin-left: 15px;}
.head-logo a{color: black;font-weight: 500;font-size: 18px;transition:.3s;}
.head-logo a .top{display: block;font-size: 14px;font-weight: 400;margin-bottom: 5px;}
.head-logo a .sub{font-size: 14px;font-weight: 400;letter-spacing: 0;display: block;margin-top: 5px;}

.head-logo a:hover{opacity: .7;color:#39c;}

.header .navi{display: flex; justify-content: flex-end;margin-right: 0px;}


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

/* メニューアイテムのホバースタイル */
.menu-item a {
font-family: ' IBMPlexSansJP ';
font-weight: 500;
letter-spacing: .05rem;
padding: .5em 1em;
font-size: 13px;
border-radius:20px;
  text-align: center;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3s;line-height: 1;
}
.menu-item a.active {background:#39f;color:white;}
.head-tel{display: flex;flex-direction: column;align-items: center;height: 100px; margin-right: 1em;}
.head-tel .title{background: #39f;color: white;border-radius: 0 0 10px 10px;font-weight: 500;padding: .5em .8em;line-height: 1;font-size: 14px; margin-bottom: 10px;}
.head-tel .tel{font-family: ' BebasNeue ';font-size: 18px;line-height: 1;}
.head-tel .tel span{font-size: 24px;color: #111;letter-spacing: .2rem;}
.head-tel .time{letter-spacing: 0;font-size: 11px;line-height: 1;margin-top: .3em;}
.head-tel .time span{display: block;margin-top: .2em;}






.home #section02 .box{background: white;padding: 1.5em;border-radius: 1.2em;display: block;}
.home #section02 .box .icon{position: relative;padding-top: 20px;width: 150px;margin: 0 auto; margin-bottom: 0;}
.home #section02 .box .icon .bg-maru{position: relative;z-index: 1; background: white;width: 150px;height: 150px;margin: 0 auto;margin-bottom: 1em;padding: 20px; }
.home #section02 .box .txtbox{width:100%;}

.home #section03 h3{width: 430px;margin: 0 auto;margin-bottom: 50px;}
.home #section03 .pic{position: relative;width: 430px;height: 369px;margin: 0 auto;}
.home #section03 .pic img{border-radius: 20px;position: relative;z-index: 5;transform: rotate(-3deg);border:5px solid white;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.home #section03 .pic::before {
    content: "";
    position: absolute;
	right:-10px;
	bottom:-10px;
    width: 430px;
    height:369px;
    background-image: url('../images/bg-slider.png');
    background-position: top right;
	background-size:contain;
	z-index: 1;
	border-radius:20px;
}
.home #section03 .box .illust{position: absolute;right:0;bottom:0;width: 16%;}
.home #section03 .box:first-child .illust{width: 27%;}
.home #section03 .box:last-child .illust{width: 22%;}

.home #section05 .container {max-width: 720px; }
.home #section05 .bg-circle{position: absolute;z-index: 2; right:40px;top:-15px;width:500px;height:500px;border-radius: 50%;overflow: hidden;}
.home #section05 .wrap{position: relative;z-index: 5; background: #dff5f8;width: 480px;height: 480px;border-radius: 50%;display: flex;flex-direction: column;justify-content: center;padding: 1.5em 2em;}
.home #section05 .wrap .city{width: 200px;margin: 0 auto;margin-bottom: 20px;}
.home #section05 .wrap h3{font-weight: 500;margin-bottom: 10px;text-align: center;font-size: 18px;}
.home #section05 .wrap h3 .kana{font-weight: 400;font-size: 14px;letter-spacing: 0;}
.home #section05 .wrap h3 .sub{font-size: 14px;}
.home #section05 .wrap p{text-align: justify;margin-bottom: 15px;}
.home #section06 .pic{width:700px;margin: 0 auto;margin-bottom: 50px;}




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




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

.thumb-xs{display: none;}

footer .common .tel{width: 400px; margin-bottom: 0px;}
.footer-logo {text-align: left; position: relative;margin-bottom: 30px;}
.footer-logo a{color: black;font-weight: 500;font-size: 20px;transition:.3s;line-height: 1;}
.footer-logo a .top{display: block;font-size: 14px;font-weight: 400;margin-bottom: 5px;}
.footer-logo a .sub{font-size: 14px;font-weight: 400;letter-spacing: 0;display:inline;margin-top: 0;}


footer .address{text-align: left;margin-bottom: 5px;}
footer .tel{text-align: left;margin-bottom: 0;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0em;justify-content: flex-end;margin-bottom: 1em;}
.footer-menu li {padding-bottom: 0px;text-align: left;}
.footer-menu li a{text-decoration: none;padding: 0 .5em;letter-spacing: 0rem;margin-bottom: 0em!important;display: block;font-size: 13px;text-align: left;}
.footer-menu li:first-child a{margin-bottom: 0;padding: 0 .5em 0 0;}
.footer-menu li:last-child a{margin-bottom: 0;padding: 0 0 0 .5em;}


.copy{font-size: 14px;text-align:right;}
.page-top{display: none;}

.in_fixed_bottom {display: none;}

.drawer_menu{display: none!important;}

.no-print{display: none!important;}
.do-print{display: block!important;}

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