@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-Light.woff2') format('woff2'),
             url('../fonts/IBMPlexSansJP-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* 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: ' arial-black ';
    src: url('../fonts/arial-black.woff2') format('woff2'),
             url('../fonts/arial-black.ttf') format('truetype');
    font-weight: 900;
    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:60px;
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: 80px;}

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




.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;}
.sc .logo{padding-left: 15px;width: 140px;}
.header-xs{position: fixed;z-index: 50; top:0;left:0;height: 60px;display: flex;
align-items: center;background: white;width: 100%;}
.header-xs a{width: 170px;margin-left: 15px;display: inline-block;}



/*header
------------------------------------------------------------------*/
header{display: none;}
.header {display: none;}

.header .navi{display: none;}

@media (min-width: 666px) {

}


@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:80px;
  top:0px;
  left:0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content:space-between;
  background: white;
}
.header.show {margin-top: 0;}

.head-logo { position: relative;width: 180px;}
.head-logo a{transition: .4s;}
.head-logo a:hover{opacity: .7;}

.header .navi{display: flex; align-items: center;justify-content: flex-end;}


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


/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  opacity: 1; /* 不透明度を最大に */
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: visible; /* 下層メニューを表示 */
}
.menu-item a {
font-size: 15px;
padding: 1em 0;
  align-items: center;
  color:#000;
  display: flex;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  transition: .3;line-height: 1;
}
.menu-item a:hover {color:#06f;}
.menu-item a.active {color:#06f;position: relative;}
.menu-item a.active::before {
  content: "";
position: absolute;
background: #06f;
bottom:.3em;
left:0%;
width: 100%;
height: 2px;
}
/* ドロップダウンメニュー */
.drop-menu {position: relative;}
.drop-menu a{cursor:text; margin-right: .8em;}
.drop-menu a .fas{font-size: .8em;color: #555;}



.drop-menu-list {
  left: 0;
  opacity: 0; /* 不透明度を最小に */
  position: absolute;
  top: 100%;
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: hidden; /* 下層メニューを非表示 */
  width: max-content;
  z-index: 1;
  background: white;
  border:1px solid #555;
  padding: 1em 1.3em;
  border-radius: .5em;
}
.drop-menu-list a{line-height: 1; transition: .5s; color:#555;padding: .5em 0;text-align: left;justify-content: space-between;cursor: pointer;}
.drop-menu-list a::after {
  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-left: 1em;
  color: #333;
}
.drop-menu-list a:hover{ color: #36c; }
.drop-menu-list a.active{color: #36c!important;}
.drop-menu-list a:hover::after {
  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-left: 1em;
  color: #36c;
}
.drop-menu-list a.active::before {display: none!important;}
.drop-menu-item{border-bottom: 1px solid #999;padding-bottom: .9em;margin-bottom: .9em;}
.drop-menu-item:last-child{border-bottom:none;padding-bottom: 0;margin-bottom: 0em;}

.head-contact{margin-right: 1em;}
.head-contact a{background-image: linear-gradient(to right, #00c0fa, #369);color: white;width: 140px;height: 38px;line-height: 1;border-radius: 25px;font-size: .9em; display: flex;align-items: center;justify-content: center;position: relative;transition: .4s;overflow: hidden;}
.head-contact a span{position: relative;z-index: 5;}
.head-contact a::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #00f2fe, #4facfe); /* ホバー時の色 */
  opacity: 0;
  transition: opacity 0.3s; /* 滑らかにする */
}
.head-contact a:hover::after {opacity: 1;}

.head-tel{background: white;box-sizing: border-box;border:2px solid #0B6DA2;height:38px;line-height:1;border-radius: 25px;font-size: .9em;padding: 0 20px; display: flex;align-items: center;justify-content: center;position: relative;}
.head-tel .call{font-family: ' arial-black ';font-size: 20px;}
.head-tel .index{margin-top: .4em;}
}

@media (min-width: 1200px){
.head-logo {}


.head-contact{}

}

@media (min-width: 1440px){
.head-logo {width: auto;}
.head-contact a{width: 180px;}


}



@media (min-width: 1680px){
.header {padding: 0 20px;}




}












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

#main{position: relative;width:auto;padding: 0 20px;}
.main-h2{position:absolute;z-index: 50; left:40px;bottom:50px;}
.main-h2 h2.mv-h2{color: white;font-weight: 900;font-family: ' arial-black ';font-size: 120px;line-height: 1;letter-spacing: .2rem;text-shadow: 2px 2px 5px rgba(0,0,0,.2);}
.main-h2 h2.mv-h2 .companyname{display: flex;align-items: center;font-size: 80px;margin-bottom: 10px;letter-spacing: .08rem;}
.main-h2 h2.mv-h2 .companyname span{font-family: ' IBMPlexSansJP ';font-weight: 500;font-size: 60px;margin-top: 18px;margin-left: 5px;}

@media (max-width: 1680px){



}



@media (max-width: 1440px){
#main{padding: 0 15px;}

.main-h2 h2.mv-h2{font-size: 100px;}
.main-h2 h2.mv-h2 .companyname{display: flex;align-items: center;font-size: 70px;margin-bottom: 10px;letter-spacing: .08rem;}
.main-h2 h2.mv-h2 .companyname span{font-size: 51px;margin-top: 15px;margin-left: 5px;}


}

@media (max-width: 1280px){
.main-h2 h2.mv-h2 .companyname{display: flex;align-items: center;font-size: 60px;margin-bottom: 10px;letter-spacing: .08rem;}
.main-h2 h2.mv-h2 .companyname span{font-size: 43px;margin-top: 12px;margin-left: 5px;}
}

@media (max-width: 1199px){
.main-h2{position:absolute;z-index: 50; left:30px;bottom:20px;}
.main-h2 h2.mv-h2{font-size: 80px;}
.main-h2 h2.mv-h2 .companyname{display: flex;align-items: center;font-size: 50px;margin-bottom: 10px;letter-spacing: .08rem;}
.main-h2 h2.mv-h2 .companyname span{font-size: 35px;margin-top: 11px;margin-left: 5px;}



}




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

.main-h2 h2.mv-h2{font-size: 65px;}
.main-h2 h2.mv-h2 .companyname{display: flex;align-items: center;font-size: 40px;margin-bottom: 10px;letter-spacing: .08rem;}
.main-h2 h2.mv-h2 .companyname span{font-size: 30px;margin-top: 8px;margin-left: 5px;}



}

@media only screen and (max-width: 767px) {
.main-h2 h2.mv-h2{font-size: 52px;}

.main-h2 h2.mv-h2 .companyname{display: flex;align-items: center;font-size: 35px;margin-bottom: 8px;letter-spacing: .08rem;}
.main-h2 h2.mv-h2 .companyname span{font-size: 25px;margin-top: 5px;margin-left: 5px;}

}


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

.main-h2 h2.mv-h2{font-size: 46px;line-height: 1;}


}

@media only screen and (max-width: 430px) {
.main-h2 h2.mv-h2{font-size: 42px;}
.main-h2 h2.mv-h2 .companyname{display: flex;align-items: center;font-size: 23px;margin-bottom: 8px;letter-spacing: .08rem;}
.main-h2 h2.mv-h2 .companyname span{font-size: 18px;margin-top: 3px;margin-left: 3px;}


}


/* 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:50px 0;margin-bottom: 20px;}
.home #section01 h3{font-weight: 500;font-size: 1.5em;line-height: 1.7;margin-bottom: 1em;}
.home #section01 p.txt{text-align: justify;margin-bottom: 1.5em;}
.home #section01 .pic{position: relative;width: 80%;margin-left: 20%;}
.home #section01 .pic img{border-radius: 20px;}
.home #section01 .pic2{position: relative;width: 45%;margin-left: 15px;display: none;}
.home #section01 .pic2 img{border-radius: 20px;}
.home #section01 .txt2{position: absolute; left:0;right:3%;bottom:20px;width: 97%;}
.home #section01 .txt2 p{mix-blend-mode:difference;width: 100%; position:absolute;
left:0;
right:30px;
top:0;
text-align: right;
    margin: auto;
    inset: 0;
    color: #fc6;
    font-size: 35px;
    font-weight: 900;font-family: ' arial-black ';
    line-height: 1.1;}
	
.home #section02{position: relative;padding: 50px 0;}
.home #section02 .container{max-width: 97%;padding:2em 1.5em 2em;border-radius: 15px; background: url("../images/top-bg-service.jpg");background-position: center;background-size: cover;}
.home #section02 .h3box{position: absolute;top:-.6em;width: 90%;}
.home #section02 .h3box h3{mix-blend-mode:exclusion; position:absolute;
 display: flex;flex-direction: column;align-items: center;justify-content: center;
    inset: 0;
    color: #ff0;
    font-size: 35px;
    font-weight: 900;font-family: ' arial-black ';
    line-height: 1;}
.home #section02 .h3-sub{color: #fff!important;text-align: center;font-size: 18px;font-family: ' IBMPlexSansJP ';font-weight: 400;margin-bottom: 1.3em;}	
.home #section02 ul li{margin-bottom: 15px;}
.home #section02 ul li:last-child{margin-bottom: 0;}
.home #section02 ul li .box{background: white;padding: 1.5em;border-radius: 1em;color: black;display: block;transition: .4s;}
.home #section02 ul li .box:hover{background: rgba(255,255,255,.85);color: #36c;}
.home #section02 ul li .box .inbox{margin-bottom: 1.5em;}
.home #section02 ul li .box h4{color: #36c;font-weight: 500;margin-bottom: 1em;font-size: 20px;}
.home #section02 ul li .box h4 span{font-weight: 900;font-family: ' arial-black ';font-size: 1.4em;border-bottom: 5px solid #36c;display: inline-block;margin-bottom: .5em;}
.home #section02 ul li .box p{text-align: justify;}
.home #section02 ul li .box .pic{width: 150px;margin: 0 auto;}


.home #section03{position: relative;padding:50px 0px;}
.home #section03 .container{}
.home #section03 .h3box{position:relative;right:0px;color: #000;}
.home #section03 .h3box h3{ mix-blend-mode:difference;width: 100%; position: absolute;top:-.5em;display: flex;flex-direction: column;justify-content: flex-end;
    color:#FCFF82;
	text-align: right;
    font-size: 35px;
    font-weight: 900;font-family: ' arial-black ';
    line-height: 1;}
.home #section03 .h3-sub{display: block;mix-blend-mode:normal;color: #FCFF82!important;text-align:right;margin-top: .5em; font-size: 18px;font-family: ' IBMPlexSansJP ';font-weight: 400;}	
.home #section03 .index{font-weight: 500;font-size: 1.6em;line-height: 1.5;margin-bottom: 1em;}
.home #section03 .txt{line-height: 1.5;margin-bottom: 1.8em;text-align: justify;}
.home #section03 img{border-radius: 15px;}
.home #section03 .list{margin-bottom: 1em;padding-left: 1.5em;position: relative;}
.home #section03 .list:last-child{margin-bottom: 1.5em;}
.home #section03 .list span{display: block;font-weight: 500;font-size: 1.2em;position: relative;}
.home #section03 .list::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
font-weight: 900;
position: absolute;
left:0;
top:0;
  color: coral;
  font-size: 1.1em;
}
.recruitbtn{display: flex;align-items: center;justify-content: space-between;margin-bottom: 25px;margin-top: 50px;}
.recruitbtn a{display: block;width: 49%; line-height: 1.4;text-align: center;background: #039;color: white;padding: .5em;font-size: .9em; border-radius: 8px;transition: .4s;}
.recruitbtn a:last-child{background: #36c;color: white;}
.recruitbtn a:hover{background: #333;color: white;}

.home #section03 .wrapper{position: relative;}


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

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

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

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




@media (min-width: 667px) {
.home #section01{margin-bottom: 80px;}
.home #section01 .txt2{position: absolute; left:0;right:3%;bottom:20px;width: 97%;}
.home #section01 .txt2 p{mix-blend-mode:difference;width: 100%; position:absolute;
left:0;
right:30px;
top:0;
text-align: right;
    margin: auto;
    inset: 0;
    color: #fc6;
    font-size: 52px;
    font-weight: 900;font-family: ' arial-black ';
    line-height: 1.1;}

.home #section02 .h3box h3{mix-blend-mode:exclusion; position:absolute;
 display: flex;flex-direction: column;align-items: center;justify-content: center;
    inset: 0;
    color: #ff0;
    font-size: 52px;
    font-weight: 900;font-family: ' arial-black ';
    line-height: 1;}
.home #section02 ul{width: 95%;margin: 0 auto;}
.home #section02 ul li .box{padding: 1.5em;border-radius: 1em;display: flex;justify-content: space-between;align-items: center;}
.home #section02 ul li .box .inbox{margin-bottom: 0;width: 65%;}
.home #section02 ul li .box .pic{width: 30%;margin-right: 0;}

.home #section03 .h3box h3{ mix-blend-mode:difference;width: 100%; position: absolute;top:-.5em;display: flex;flex-direction: column;justify-content: flex-end;
    color:#FCFF82;
	text-align: right;
    font-size: 50px;
    font-weight: 900;font-family: ' arial-black ';
    line-height: 1;}

.recruitbtn{display: flex;align-items: center;justify-content: space-between;margin-bottom: 25px;margin-top: 70px;}

.recruitbtn a{padding:1em .5em;font-size: .9em; border-radius: 8px;transition: .4s;}

}




@media (min-width: 768px) {

.home #section01{padding: 100px 0;margin-bottom: 0px;}
.home #section01 h3{font-size: 2em;line-height: 1.5;margin-bottom: 1em;}
.home #section01 p.txt{text-align: justify;margin-bottom: 2em;}
.home #section01 .pic{position: relative;width: 60%;margin-left: 40%;}
.home #section01 .pic img{border-radius: 20px;}


.home #section02{padding: 100px 0 100px;}
.home #section02 .container{padding:2em 1.5em 4em;}
.home #section02 ul li .box{padding: 2em;border-radius: 1em;display: flex;justify-content: space-between;align-items: center;}
.home #section02 ul li .box .inbox{margin-bottom: 0;width: 68%;}
.home #section02 ul li .box h4{margin-bottom: 1em;font-size: 25px;}
.home #section02 ul li .box h4 span{font-weight: 900;font-family: ' arial-black ';font-size: 1.4em;border-bottom: 5px solid #36c;display: inline-block;margin-bottom: .5em;}
.home #section02 ul li .box .pic{width: 27%;margin-right: 0;}


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

.recruitbtn{display: flex;align-items: center;justify-content: space-between;margin-bottom: 30px;margin-top: 60px;}
.recruitbtn a{padding:1em .5em;font-size:1em; border-radius: 8px;transition: .4s;}



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



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


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


.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 #section01{padding: 100px 0 160px;}
.home #section01 h3{font-size: 2em;line-height: 1.5;margin-bottom: 1em;}
.home #section01 p.txt{text-align: justify;margin-bottom: 2em;padding-right: 2em;}
.home #section01 .pic{position: relative;width: 100%;margin-left: 0%;}
.home #section01 .pic img{border-radius: 30px 0 0 30px;}
.home #section01 .pic2{position:absolute;width: 20%;left: 0px;bottom:0;display: block;}
.home #section01 .pic2 img{border-radius: 0 30px 30px 0;}
.home #section01 .txt2{position: absolute; left:auto;right:15px;bottom:20px;width: 97%;}
.home #section01 .txt2 p{mix-blend-mode:difference;width: 100%; position:absolute;
left:0;
right:0px;
font-size: 72px;}

.home #section02 .container{max-width: 97%;padding:2.5em 1.5em 4em;}
.home #section02 .h3box{position: absolute;top:-.7em;width: 97%;}
.home #section02 .h3box h3{mix-blend-mode:exclusion; position:absolute;
 display: flex;flex-direction: column;align-items: center;justify-content: center;
    inset: 0;
    color: #ff0;
    font-size:72px;
    font-weight: 900;font-family: ' arial-black ';
    line-height: 1;}
.home #section02 .h3-sub{color: #fff!important;text-align: center;font-size: 20px;font-family: ' IBMPlexSansJP ';font-weight: 400;margin-bottom: 1.6em;}
.home #section02 ul li{margin-bottom: 0;}
.home #section02 ul li .box{padding: 1.5em;border-radius: 1em;display:flex;flex-direction: column;}
.home #section02 ul li .box .inbox{margin-bottom:15px;width:100%;}
.home #section02 ul li .box h4{margin-bottom: 1em;font-size: 25px;}
.home #section02 ul li .box h4 span{font-weight: 900;font-family: ' arial-black ';font-size: 1.4em;border-bottom: 5px solid #36c;display: inline-block;margin-bottom: .5em;}
.home #section02 ul li .box .pic{width: 150px;margin: 0 auto;margin-top: auto;}

.home #section03 .container{max-width: 100%;}
.home #section03 .box1{width: 100%;position: relative;}
.home #section03 .box{width: 40%;position: absolute;right:20px;top:0;}

.home #section03 .h3box{position: absolute;top:70px;width: 100%;}
.home #section03 .h3box h3{mix-blend-mode:difference; position:absolute;top:0;
 white-space: nowrap;
    inset: 0;
    color: #ff0;
    font-size: 58px;
    font-weight: 900;font-family: ' arial-black ';
    line-height: 1;}
.home #section03 .h3-sub{text-align:right;font-size: 20px;}	
.home #section03 .index{font-weight: 500;font-size: 1.4em;line-height: 1.5;margin-bottom: 1em;padding-top: 120px;}
.home #section03 .txt{line-height: 1.5;margin-bottom: 1.3em;}
.home #section03 img{width: 55%;height: auto; border-radius: 20px;}
.home #section03 .list:last-child{margin-bottom: 0;}
.recruitbtn{display: flex;align-items: center;justify-content: space-between;margin-bottom: 0;width: 55%;margin-top: 30px;}
.recruitbtn a{padding:1.3em .5em;font-size:1em; border-radius: 8px;transition: .4s;}

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


}




@media (min-width: 1200px) {

.home #section01{padding: 100px 0 200px;margin-bottom: 80px;}
.home #section01 h3{font-size: 45px;line-height: 1.5;margin-bottom: 1em;}
.home #section01 p.txt{margin-bottom: 2em;font-size: 1.05em;}
.home #section01 .txt2{position: absolute; left:auto;right:15px;bottom:25px;width: 97%;}
.home #section01 .txt2 p{mix-blend-mode:difference;width: 100%; position:absolute;
left:0;
right:0px;
font-size: 90px;}


.home #section02{padding: 100px 0;}
.home #section02 .container{max-width: 97%;padding:2.7em 1.5em 4em;}
.home #section02 .h3box{position: absolute;top:-.7em;width: 97%;}
.home #section02 .h3box h3{mix-blend-mode:exclusion; position:absolute;
 display: flex;flex-direction: column;align-items: center;justify-content: center;
    inset: 0;
    color: #ff0;
    font-size:72px;
    font-weight: 900;font-family: ' arial-black ';
    line-height: 1;}
.home #section02 .h3-sub{color: #fff!important;text-align: center;font-size: 20px;font-family: ' IBMPlexSansJP ';font-weight: 400;margin-bottom: 1.6em;}
.home #section02 ul li .box{padding: 2em;border-radius: 1.6em;}



.home #section03 {padding: 50px 0 120px;}
.home #section03 .container{max-width: 97%;}

.home #section03 .box{width: 42%;position: absolute;right:0px;top:0;}

.home #section03 .index{font-size: 2em;line-height: 1.5;margin-bottom: 1em;padding-top: 150px;}
.home #section03 .h3box{position: absolute;top:90px;}

.home #section03 .h3box h3{mix-blend-mode:difference; 
    inset: 0;
    font-size: 72px;
    font-weight: 900;font-family: ' arial-black ';
    line-height: 1;}
.home #section03 .h3-sub{font-size: 20px;}	
.home #section03 img{width: 53%;height: auto; border-radius: 20px;}

.recruitbtn{width: 53%;}
.recruitbtn a{padding:1.5em .5em;font-size:1em; border-radius: 15px;}

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


.gmap iframe{height: 450px;}

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

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

}





@media (min-width: 1440px) {
.home #section01{padding: 100px 0 160px;}

.home #section01 .container{max-width: 1390px;padding: 0;}
.home #section01 .box{padding: 0 50px;}
.home #section01 .pic img{border-radius: 50px 0 0 50px;}
.home #section01 p.txt{margin-bottom: 2em;font-size: 1.05em;line-height: 2;}
.home #section01 .txt2{position: absolute; left:auto;right:0px;bottom:30px;width: 97%;}
.home #section01 .txt2 p{mix-blend-mode:difference;width: 100%; position:absolute;
left:0;
right:0px;
font-size: 90px;}


.home #section02 .container{max-width: 96%;}
.home #section02 .h3box{position: absolute;top:-.7em;width: 96%;}
.home #section02 .h3box h3{mix-blend-mode:exclusion; position:absolute;
 display: flex;flex-direction: column;align-items: center;justify-content: center;
    inset: 0;
    color: #ff0;
    font-size:90px;
    font-weight: 900;font-family: ' arial-black ';
    line-height: 1;}
.home #section02 .h3-sub{color: #fff!important;text-align: center;font-size: 23px;font-family: ' IBMPlexSansJP ';font-weight: 400;margin-bottom: 4em;}
.home #section02 ul{width: 1200px;margin: 0 auto;}
.home #section02 ul li .box{padding: 2em 3em;border-radius: 1.6em;}

.home #section03 .h3box{top:120px;}
.home #section03 .h3box h3{mix-blend-mode:exclusion; position:absolute;white-space: nowrap;
    inset: 0;
    font-size:90px;
    font-weight: 900;font-family: ' arial-black ';
    line-height: 1;}
.home #section03 .h3-sub{font-size: 23px;}
.home #section03 .index{margin-bottom: 2em;padding-top: 200px;}
.home #section03 .txt{line-height: 1.5;margin-bottom: 2em;}
.recruitbtn a{padding:1.5em .5em;font-size:1.1em; border-radius: 15px;}



}

@media (min-width: 1680px) {
.home #section01{padding: 150px 0 200px;}
.home #section01 .box{padding: 0 50px 0 80px;}


.home #section02{padding: 150px 0;}
.home #section02 .container{max-width: 97%;padding:3em 1.5em 7em;}

.home #section03 .h3box{top:150px;}
.home #section03 .h3box h3{mix-blend-mode:exclusion; position:absolute;
    inset: 0;
    font-size:110px;
    font-weight: 900;font-family: ' arial-black ';
    line-height: 1;}
.home #section03 .h3-sub{}	

.home #section03 img{border-radius: 50px;}
.home #section03 .index{margin-bottom: 2em;padding-top: 230px;}
.home #section03 .txt{line-height: 1.8;margin-bottom: 2em;}

.recruitbtn a{padding:1.8em .5em;font-size:1.15em; border-radius: 20px;}


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

}

@media (min-width: 1800px) {
.home #section01 .container{max-width: 1720px;}
.home #section03 .container{max-width: 1720px!important;width: 100%;}

}


@media (min-width: 1920px) {
.home #section01{padding: 200px 0 180px;}
.home #section01 .box{padding: 0 50px 0 150px;}
.home #section01 .txt2{position: absolute; left:auto;right:0px;bottom:50px;width: 97%;}
.home #section01 .txt2 p{mix-blend-mode:difference;width: 100%; position:absolute;
left:0;
right:0px;
font-size: 110px;}
.home #section02 .h3-sub{margin-bottom: 6em;}


.home #section03 .h3-sub{}

.home #section03 .index{font-size: 2.8em;line-height: 1.5;margin-bottom: 1.8em;}


}



.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{}
.btn-more a{
	position:relative;
	color:#000;
    padding: 10px 30px 5px 10px;
	display:inline-block;
    text-decoration: none;
    outline: none;}
	
.btn-more a::before,
.btn-more a::after{
	content:'';
    /*絶対配置で線の位置を決める*/
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
     /*線の形状*/   
	background:#ccc;
	width:100%;
	height:3px;
    /*アニメーションの指定*/
	transition:all 0.3s ease-in-out;
}

.btn-more a::after{
	width:0;
	background:#06c;
}
.btn-more a:hover::after {width:100%;}
.btn-more a span::after {
    content: '';
    position: absolute;
    top: 1.3em;
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition: all .3s;
}
.btn-more a:hover span::after {	right:15px;}


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: 1200px) {


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: 70;
	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: 0px 0px 0px;position: relative;background: #fff;}
footer .common{padding: 40px 0;background: #36c;color: white;margin-bottom: 40px;}
footer .common ul li{padding: 15px;border-bottom: 1px solid #ddd;}
footer .common ul li:last-child{border-bottom: none;}

footer .common h3{text-align: center;position: relative;font-weight: 500;margin-bottom: 1em;font-size: 1.2em;}
footer .common .txt{text-align:center;color: white;}
footer .common .tel{text-align:center;color: white;font-family: ' arial-black ';font-weight: 900;margin-bottom: 5px;line-height: 1;}
footer .common .tel span{font-size: 1.5em;color: white;}
footer .common .time{text-align: center;}
footer .common .btn-more{text-align: center;}
footer .common .btn-more a{
	position:relative;
	color:#fff;
    font-family: ' arial-black ';font-weight: 900;padding: 10px 30px 5px 10px;
	display:inline-block;
    text-decoration: none;
    outline: none;}
	
footer .common .btn-more a::before,
footer .common .btn-more a::after{
	content:'';
    /*絶対配置で線の位置を決める*/
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
     /*線の形状*/   
	background:#ccc;
	width:0%;
	height:3px;
    /*アニメーションの指定*/
	transition:all 0.3s ease-in-out;
}

footer .common .btn-more a::after{
	width:0;
	background:#ddd;
}
footer .common .btn-more a:hover::after {width:100%;}
footer .common .btn-more a span::after {
    content: '';
    position: absolute;
    top: 1.3em;
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    transform: rotate(45deg);
    transition: all .3s;
}
footer .common .btn-more a:hover span::after {	right:15px;}
footer .common .btn-more a span .fas{margin-right: .5em;}




.footer{padding-bottom: 30px;}
.footer .container{max-width: 100%;}
.footer-logo {text-align: center; position: relative;margin-bottom: 30px;}
.footer-logo a{transition:.3s;}
.footer-logo a:hover img{opacity: .7;}

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

.page-top{position: absolute;right:10px;bottom:15px;width: 15px;}
.footer-menu{width: 100%;margin: 0 auto; margin-bottom: 2em;}
.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: 400; padding: .7em 0;display: block;transition: .3s;margin-bottom: 12px;border:1px solid #ddd;}


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

@media (min-width: 667px) {


.footer-logo {text-align: center; position: relative;margin-bottom: 30px;}


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


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

}



@media (min-width: 768px) {
footer .common ul {display: flex;align-items: center;}
footer .common ul li{padding:10px 15px;border-bottom: none;border-right: 1px solid #ddd;}
footer .common ul li:last-child{border-right: none;}
footer .common ul li .box{display: flex;align-items: center;justify-content: center;flex-direction: column;}
footer .common h3{text-align: center;position: relative;font-weight: 500;margin-bottom: 1em;font-size: 1em;}
footer .common .txt{text-align:justify;color: white;}
footer .common .tel{text-align:center;color: white;font-family: ' arial-black ';font-weight: 900;margin-bottom: 5px;line-height: 1;}
footer .common .tel span{font-size: 1.3em;color: white;}



.footer{padding-bottom: 50px;}


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



.copy{font-size: 12px;}


}


@media (min-width: 992px) {
footer .common{padding: 80px 0;margin-bottom: 80px;}
footer .common h3{text-align: center;position: relative;font-weight: 500;margin-bottom: 1em;font-size: 1.15em;}
footer .common .txt{text-align:center;}
footer .common .tel{text-align:center;color: white;font-family: ' arial-black ';font-weight: 900;margin-bottom: 5px;line-height: 1;}
footer .common .tel span{font-size: 1.5em;color: white;}

footer .common .btn-more a{
	position:relative;
	color:#fff;
    font-size: 1.15em;
	}



.footer{padding-bottom: 50px;}

.footer-logo {text-align: left; position: relative;margin-bottom: 30px;}


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: 0;margin-bottom: 0em!important;display: block;font-size: 14px;text-align: left;}
.footer-menu li a:hover {color: #0068de;}
.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;}

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

}




@media (min-width: 1200px) {
footer .common h3{margin-bottom: .8em;font-size: 1.25em;}
footer .common .tel{font-size: 18px;}
footer .common .tel span{font-size: 1.5em;color: white;}
footer .common .btn-more a{
	position:relative;
	color:#fff;
    font-size: 1.25em;
	}



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

.footer{padding-bottom:80px;}
.footer .container{max-width: 1170px;}

.footer-logo a{}

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


.copy{}



}

@media (min-width: 1440px) {
footer .common{padding: 100px 0;}




footer .logoblock{margin-bottom: 30px;margin-left: 0;}
.footer-menu ul{margin-bottom: 2em;}

}


@media (min-width: 1680px) {


.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{
position: relative;
z-index: 5;
width:100%;
display: block;
overflow: hidden;
height: 400px;
}

.h2-service{background: url("../images/main3.jpg");background-position: center;background-size: cover;}
.h2-feature{background: url("../images/h2-feature.jpg");background-position: center;background-size: cover;}
.h2-company{background: url("../images/h2-company.jpg");background-position: center;background-size: cover;}
.h2-contact{background: url("../images/h2-contact.jpg");background-position: center;background-size: cover;}
.h2area:after{content: '';
background: rgba(0,0,0,.2);
width: 100%;
height: 100%;z-index: 6;
position: absolute;
left:0;top:0;right:0;bottom:0;
}

.h2-txt{position:relative;z-index: 10; left:10%;top:20%;
      font-size: 60px;
      font-weight: 500;font-family: ' IBMPlexSansJP ';
	  letter-spacing: .5rem;
	  color: white;
}
.h2-txt span{display: block;font-size: 22px;text-transform: uppercase;font-family: ' arial-black ';font-weight: 900;margin-bottom: 5px;letter-spacing: .2rem;}
.h2-txt.long{font-size:48px;letter-spacing: .2rem;}
.h2area p{position: absolute;z-index: 10;left:10%;bottom:50px;background: rgba(255,255,255,.8);padding: 1.5em 2em;border-radius: 10px;font-feature-settings: "palt";text-align: justify;}

@media (max-width: 1366px){
.h2area{height: 400px;}
.h2-txt{left:10%;
      font-size: 50px;
}

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



}


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

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

.h2area p{position: absolute;z-index: 10;left:80px;bottom:50px;background: rgba(255,255,255,.8);padding: 1.5em 2em;border-radius: 10px;}


}

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

.h2-txt{left:50px;top:20%;
      font-size:36px;
	  letter-spacing: .08rem;
}
.h2area p{left:50px;bottom:30px;padding: 1.5em 1em;border-radius: 10px;}



}


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

.h2-txt{left:40px;top:18%;}
.h2area p{left:40px;bottom:30px;padding: 1.3em 1em;border-radius: 10px;}

}

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

.h2-txt{left:20px;top:20px;
      font-size:25px;
	  letter-spacing: .05rem;
}
.h2area p{left:20px;bottom:30px;padding: 1em 1.3em;width: 86%;}
}




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

.headline-h3 {
color:#000;
  position: relative;
  margin-bottom: 35px;
  font-size: 23px;
  letter-spacing: .1rem;
  line-height: 1.4;font-weight: 400;}

.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:28px;
 letter-spacing: .1rem;
  margin-bottom: 30px;
  line-height: 1;
  color: #0068de;
  display: block; font-family: ' arial-black ';
 font-weight: 900;
 text-transform: uppercase;
 border-left:5px solid orangered;
 padding-left: 10px;
}
.headline span{display: block; font-family: ' IBMPlexSansJP ';font-weight: 400;font-size: 15px;letter-spacing: .1rem;color: #111;margin-top: 10px;}

.headline.white {color: white;}
.headline.white span{color: white;}


.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:30px;
  margin-bottom: 40px;
}
.headline span{font-size: 18px;letter-spacing: .1rem;}


.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:42px;
  margin-bottom: 50px;
}
.headline span{font-size:20px;letter-spacing: .1rem;}


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



}


@media (min-width: 1440px) {

.headline {margin-bottom: 60px;padding-left: 15px;}


.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: 1680px) {
.headline { font-size:50px;margin-bottom: 60px;}
.headline span{ font-size: 22px; letter-spacing: .1rem;}

}


@media (min-width: 1920px) {


}


#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;
  background:#999;
  color: #fff;/*文字色*/
  font-size: 17px;
  letter-spacing: 0.3rem;
  transition: .3s;
}
.btn-back:hover{
  color: #fff;/*文字色*/
  background:#006BE6;

}

.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 {
width: 600px;
margin: 0px auto;
margin-bottom: 80px;
  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:20%!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 #00A6F4;
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;margin-bottom: 30px;}
}

@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;margin-bottom: 30px;}

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










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









/* service.html
--------------------------------------------------------- */
#target1{position: absolute;left:0;top:-60px;}
#target2{position: absolute;left:0;top:-60px;}
#target3{position: absolute;left:0;top:-60px;}

.service #section01{padding:50px 0px;position: relative;}
.h3-service{position: relative;display: flex;align-items: center;margin-bottom: 20px;}
.h3-service .num{font-family: ' arial-black ';font-weight: 900;font-size: 42px;margin-right: 10px;}
.h3-service h3{font-weight: 500;line-height: 1;font-size: 26px;}
.h3-service h3 span{color: orangered;display: block;margin-bottom: 10px;font-weight: 400;font-size: 15px;}
.service-pic{}
.service-pic img{border-radius: 30px 0 0 30px;}
.service-txt{margin-bottom: 1.5em;text-align: justify;}
.service #section01 .txt{text-align: justify;}
.step-wrap{border:3px solid #eee;padding:2.5em  1.5em 1.5em;border-radius: 1em;position: relative;}
.step-wrap2{border:3px solid #eee;padding:1.5em;border-radius: 1em;}

.step-wrap .title {
  position: absolute;
  top: 0;
  left: 0;   
  font-size: 1.5em;
  padding: 0 1em;
  margin: 0;
  transform: translateY(-50%) translateX(1em);
  background-color: white;
}
.step-wrap .title.color {
  background-color:#f7f7f7;
}

.step-wrap h4{font-weight: 500;font-size: 1.2em;}

.flowchart {
  font-weight: normal;
  color: #1e293b;
}

.flowchart.horizontal {}
.flowchart.horizontal .flow-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  width: 100%;
  margin-bottom: 2em;
}
.flowchart.horizontal .flow-step:last-child {margin-bottom: 0;}

.flow-node {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #2563eb;
  background-image: linear-gradient(135deg, #07a4bc, #1c38b2);
  color: #ffffff;
  font-size: 19px;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 50%;
  margin-bottom: 10px;
}

.flow-texts {
width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  text-align: center;
}
.flow-time {color: orangered;}

.flow-label {
  font-size: 17px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.4;
}
.flow-txt{line-height: 1.3;font-size: .9em;text-align: left;}
.step-wrap2 h5{font-weight: 500;font-size: 1.1em;margin-bottom: 15px;}
.step-wrap2 p{line-height: 1.3;text-align: justify;}


.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 #ddd;color:#111;letter-spacing: 0;display: block;line-height: 1.4;padding: .5em .5em;border-radius:5px;font-size: .9em;transition: .4s;}
.download_file a:hover{background:rgba(25,25,51,.05);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;}

  
.service #section02{padding:50px 0px;position: relative;background: #f7f7f7;}

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


@media (min-width: 667px) {
.step-wrap{padding:2.8em  2.5em 1.5em;}


}


@media (min-width: 768px) {
.service #section01{padding:70px 0px;}
.h3-service{position: relative;display: flex;align-items: center;margin-bottom: 25px;}
.h3-service .num{font-size: 50px;margin-right: 10px;}
.h3-service h3{font-size: 30px;}
.h3-service h3 span{color: orangered;display: block;margin-bottom: 10px;font-weight: 400;font-size: 15px;}
.service-pic{}
.service-pic img{border-radius: 50px 0 0 50px;}


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

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

}


@media (min-width: 992px) {
#target1{position: absolute;left:0;top:-80px;}
#target2{position: absolute;left:0;top:-80px;}
#target3{position: absolute;left:0;top:-80px;}


.h3-service{position: relative;display: flex;align-items: center;margin-bottom: 30px;}
.h3-service .num{font-size: 50px;margin-right: 10px;}
.h3-service h3{font-size: 30px;}
.h3-service h3 span{color: orangered;display: block;margin-bottom: 10px;font-weight: 400;font-size: 15px;}
.service-pic{width: 95%;margin-left: 5%;}
.service-pic img{border-radius: 50px 0 0 50px;}
.service-txt{margin-bottom: 0;}


.step-wrap{padding:3em  1.5em 1.5em;}

.flowchart {
  display: flex;
  font-weight: normal;
}

.flowchart.horizontal {
  flex-direction: row;
  align-items: flex-start;
}
.flowchart.horizontal .flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  width: 20%;
  margin-bottom: 0;
}


.flowchart.horizontal .flow-line {
  position: relative;
  width: 45px;
  height: 3px;
  margin-top: calc(45px / 2 - 3px / 2);
  background-color: #e2e8f0;
}

.flow-node {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: #ffffff;
  font-size: 19px;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 50%;
  margin-bottom: 10px;
}
.flow-texts {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  text-align: center;
}

.flow-texts {width: 100%;}

.flow-time {color: orangered;}
.flow-label {
  font-size: 17px;
  white-space: nowrap;
}
.flow-txt{line-height: 1.3;font-size: .9em;text-align: center;}



}


@media (min-width: 1200px) {
.service #section01{padding:100px 0px;}
.step-wrap{border:3px solid #eee;padding: 4em 1.5em 2.5em;border-radius: 1.6em;}

.flowchart.horizontal .flow-line {
  position: relative;
  width: 60px;
}

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

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

}

@media (min-width: 1440px) {
.service #section01{padding:130px 0px;}
.h3-service{position: relative;display: flex;align-items: center;margin-bottom: 30px;}
.h3-service .num{font-size: 56px;margin-right: 15px;}
.h3-service h3{font-size: 38px;letter-spacing: .3rem;}
.h3-service h3 span{color: orangered;display: block;margin-bottom: 10px;font-weight: 400;font-size: 15px;letter-spacing: .08rem;}
.service-pic{width: 95%;margin-left: 5%;}
.service-pic img{border-radius: 50px 0 0 50px;}
.service #section01 .txt{line-height: 2;font-size: 1.1em;}
.step-wrap{border:3px solid #eee;padding: 4em 2.5em 2.5em;border-radius: 1.6em;}

.flowchart.horizontal .flow-line {
  position: relative;
  width: 80px;
}

.step-wrap2{padding:2.5em;border-radius: 1.6em;}
.step-wrap2 p{line-height: 1.5;}


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

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

}







/* feature.html
--------------------------------------------------------- */
.feature #section01{padding:50px 0px;position: relative;}
.h3-feature{position: relative;margin-bottom: 20px;}
.h3-feature .num{font-family: ' arial-black ';font-weight: 900;font-size:16px;color: orange;margin-bottom: 10px;}
.h3-feature .num span{margin-left: .5em; padding-left: 2em;position: relative;}
.h3-feature .num span:before {
  background-color: orange;
  content: "";
  height: 1px; 
  width: 1em; 
  position: absolute;
  left:0;
  top:50%;
}
.h3-feature h3{font-weight: 500;line-height: 1.3;font-size: 24px;}
.feature-pic{}
.feature-pic img{border-radius: 30px 0 0 30px;}
.feature-txt{text-align: justify;margin-bottom: 2em;}

.feature #section02{padding:50px 0px;position: relative;background: rgba(0,106,230,.06);}
.timeline { list-style: none;margin-bottom: 2em;}
.timeline > li {margin-bottom: 15px;}
.timeline > li:last-child {margin-bottom: 0px;}
.timeline-date {font-family: ' arial-black ';font-weight: 900;margin-bottom: .3em;}


.feature #section03{padding:50px 0px;position: relative;}
.feature #section03 .txt{text-align: justify;margin-bottom: 30px;}
.feature #section03 .box{background: #fafafa;padding: 1.5em;border-radius: 1.5em;box-sizing: border-box;border:1px solid #ddd;}
.feature #section03 .box .en{color: darkorange;font-family: ' arial-black ';font-weight: 900;margin-bottom: 5px;line-height: 1;}
.feature #section03 .box .en span{font-weight: 500;font-family: ' IBMPlexSansJP ';}
.feature #section03 .box h4{font-weight: 500;font-size: 1.2em;line-height: 1.3;margin-bottom: 20px;font-feature-settings: "palt";}
.feature #section03 .box .comment{border-left:3px solid darkorange;padding: .5em .5em .5em 1em;;}
.feature #section03 .box .comment p{text-align: justify;font-feature-settings: "palt";margin-bottom: .8em;font-style: oblique;font-size: .9em;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}
.feature #section03 .box .comment p.talk{text-align: justify;margin-bottom: 0;font-style: oblique;}
.feature #section03 .txt2{text-align: justify;margin-bottom: 1em;}


@media (min-width: 667px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center ;
  }
  .timeline-date {
    width: 110px;
    padding: 15px 0;
    margin-bottom: 0;
  }
  .timeline-content {
    width: calc(100% - 110px);
    border-left: 3px #e5e5d1 solid;
    padding: 15px 30px;
    position: relative;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background:#006AE6;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
  }
  
.feature #section03 .box{padding: 2em;}
  
}


@media (min-width: 768px) {
.feature #section01{padding:70px 0px;}
.feature-pic{}
.feature-pic img{border-radius: 50px 0 0 50px;}
.feature-pic.hidari{}
.feature-pic.hidari img{border-radius: 0px 50px 50px 0px;}

.feature-txt{text-align: justify;margin-bottom: 0em;}



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


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


}


@media (min-width: 992px) {
.feature-pic{width: 95%;margin-left: 5%;}
.feature-pic img{border-radius: 50px 0 0 50px;}
.feature-pic.hidari{width: 95%;margin-left: 0%;}
.feature-pic.hidari img{border-radius: 0px 50px 50px 0px;}

.feature-txt{margin-bottom: 0;}

.feature #section03 .box{border-radius: 30px 3px 3px 3px;}
.feature #section03 ul li:nth-child(2) .box{border-radius: 3px 30px 3px 3px;}
.feature #section03 ul li:nth-child(3) .box{border-radius: 3px 3px 3px 30px;}
.feature #section03 ul li:nth-child(4) .box{border-radius: 3px 3px 30px 3px;}



}


@media (min-width: 1200px) {
.feature #section01{padding:100px 0px;}

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

.feature #section03{padding:100px 0px;}
.feature #section03 .box{padding: 3em;}
.feature #section03 .box .en{font-size: 1.1em;margin-bottom: 10px;line-height: 1;}
.feature #section03 .box .en span{font-weight: 500;font-family: ' IBMPlexSansJP ';}
.feature #section03 .box h4{font-size: 1.5em;line-height: 1.3;margin-bottom: 20px;}


}

@media (min-width: 1440px) {
.feature #section01{padding:130px 0px;}

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

.feature #section03{padding:130px 0px;}
.feature #section03 .box{border-radius: 50px 5px 5px 5px;}
.feature #section03 ul li:nth-child(2) .box{border-radius: 5px 50px 5px 5px;}
.feature #section03 ul li:nth-child(3) .box{border-radius: 5px 5px 5px 50px;}
.feature #section03 ul li:nth-child(4) .box{border-radius: 5px 5px 50px 5px;}

}






/* recruit.html
--------------------------------------------------------- */
.recruit #section01{padding:50px 0px;position: relative;}
.h4-recruit{margin-bottom: 30px;font-weight: 500;font-size: 1.2em;padding-bottom: .5em;border-bottom: 2px solid rgba(0,106,230,.5);}
.h5-recruit{font-weight: 500;font-size: 1.1em;color: darkorange;margin-bottom: .3em;}
.recruit-txt{text-align: justify;margin-bottom: 30px;}
.recruit-pic{width: 300px;margin: 0 auto;}


.recruit #section02{padding:50px 0px;position: relative;background: #fafafa;}
.recruit #section02 ul li{margin-bottom: 30px;}
.recruit #section02 ul li:last-child{margin-bottom: 0px;}
.recruit #section02 ul li .box{border-radius: 1.5em;padding: 1.3em;background:rgba(249,133,40,.07);}
.recruit #section02 ul li:first-child .box{background: rgba(0,186,246,.06);}
.recruit #section02 ul li:last-child .box{background: rgba(0,186,246,.06);}

.recruit #section02 .icon{width: 130px;margin: 0 auto;margin-bottom: 20px;}
.recruit #section02 h4{text-align: center;margin-bottom: 15px;font-size: 1.2em;font-weight: 500;}
.recruit #section02 ul li .box p{text-align: justify;}

.recruit #section03{padding:50px 0px;position: relative;}
.recruit #section03 .txt{text-align: justify;margin-bottom: 15px;}
.recruit #section03 .yoko{margin-bottom: 30px;}
.recruit #section03 .yoko th{display: block;background:#1162C0!important;color: white;font-weight: 400;}
.recruit #section03 .yoko td{display: block;background:#fff!important;}
.bikobox{padding-left: .6em;border-left: 5px solid #ddd;}
.bikobox .indent{margin-bottom: .5em;}
.bikobox .indent:last-child{margin-bottom: 0;}
.btn-engage{background: #006AE6;color: white;display: flex;align-items: center;justify-content: center;height: 50px;border-radius: 1em;transition: .4s;position: relative;}
.btn-engage::before {
  background-color: white;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 1px;
  margin-top: 0px;
  content: "";
}

.btn-engage::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  margin-top: -3.5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid white;
  border-right: 1px solid white;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.btn-engage:hover{background: #333;color: white;}



.recruit #section04{padding:50px 0px;position: relative;background: rgba(86,155,209,.05);}
.recruit #section04 .wrap{background: rgba(218,119,20,1.00);padding: 1.5em;border-radius: 1em;position: relative;}
.recruit #section04 .wrap h3{ mix-blend-mode:difference;width: 100%; position:absolute;
left:.7em;
top:-.5em;
    color:#eee;
    font-size: 30px;
    font-family: ' arial-black ';
    font-weight: 900;
    line-height: 1;
    margin-bottom: 15px;}
.recruit #section04 .wrap .ja{ font-weight: 500;font-size:  20px;color: white;margin-bottom: 15px;line-height: 1.4;}
.recruit #section04 .wrap .txt{font-feature-settings: "palt";color: white;text-align: justify;margin-bottom: 20px;}   
.recruit #section04 .wrap a.mail{display: block;background:rgba(255,255,255,1);text-align: center;border-radius: 1.8em;color: darkorange;padding: 1em 0;font-weight: 500;margin-bottom: 10px;transition: .4s;}
.recruit #section04 .wrap a.mail:hover{background:rgba(255,255,255,.8);}
.recruit #section04 .wrap .telbox{background:rgba(255,255,255,0);text-align: center;border-radius: 2em;color: white;padding: .6em 0;border:1px solid white;line-height: 1;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.recruit #section04 .wrap .telbox .tel{display: flex;align-items: center;justify-content: center;}
.recruit #section04 .wrap .telbox .call{font-size: 1.4em;color: white;background: rgba(255,255,255,0)!important;padding: 0!important;border:none!important;border-radius: 0!important;display: inline!important;}
.recruit #section04 .wrap .telbox .time{display: block;margin-top: 5px;font-size: .9em;}
.recruit #section04 .wrap .telbox [data-action="call"]{background: rgba(255,255,255,0)!important;padding: 0!important;border:none!important;border-radius: 0!important;}

@media (min-width: 667px) {
.recruit-pic{width: 380px;margin: 0 auto;}
.recruit #section02 .icon{width: 110px;margin: 0 auto;margin-bottom: 20px;}
.recruit #section03 .txt{text-align: justify;margin-bottom: 0;}
.recruit #section03 .yoko th{display: table-cell;width: 140px;vertical-align: middle;}
.recruit #section03 .yoko td{display: table-cell;width: auto;vertical-align: middle;}

.recruit #section04 .wrap{padding: 2.5em 3em;border-radius: 1em;}
.recruit #section04 .wrap h3{ 
    font-size: 35px;
    margin-bottom: 15px;}
.recruit #section04 .wrap .ja{ font-weight: 500;font-size:  23px;color: white;margin-bottom: 15px;line-height: 1.4;}


}


@media (min-width: 768px) {

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

.recruit #section02{padding:70px 0px;}
.recruit #section02 ul li{margin-bottom: 0px;}
.recruit #section02 ul li .box{border-radius: 1.5em;padding: 1.3em;}
.recruit #section02 ul li:nth-of-type(2)  .box{margin-top: 30px;}
.recruit #section02 h4{text-align: center;margin-bottom: 15px;font-size: 1.2em;font-weight: 500;line-height: 1.4;}

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

.recruit #section04{padding:70px 0px;}
.recruit #section04 .wrap{padding: 3em 2.5em 2.5em;border-radius: 1em;}

.recruit #section04 .wrap h3{font-size: 45px;}
.recruit #section04 .wrap .ja{ font-weight: 500;font-size:  23px;color: white;margin-bottom: 15px;line-height: 1.4;}

.recruit #section04 .wrap .txt{margin-bottom: 0px;}   



}


@media (min-width: 992px) {
.h4-recruit{margin-bottom: 30px;font-size: 1.4em;padding-bottom: .5em;}
.h5-recruit{font-size: 1.2em;margin-bottom: .4em;}
.recruit-txt{text-align: justify;margin-bottom: 30px;}
.recruit-txt:last-child{text-align: justify;margin-bottom: 0px;}

.recruit-pic{width: 95%;margin: 0 auto;}

.recruit #section02 ul li .box{border-radius: 1.5em;padding: 1.7em;}
.recruit #section02 h4{text-align: center;margin-bottom: 15px;font-size: 1.2em;font-weight: 500;line-height: 1.4;}

.recruit #section03 .yoko th{display: table-cell;width: 180px;}
.recruit #section04 .wrap a{border-radius: 1.8em;color: darkorange;padding: 1em 0;margin-bottom: 20px;}


}


@media (min-width: 1200px) {


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

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

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

.recruit #section04{padding:100px 0px;}
.recruit #section04 .wrap{padding: 4em 5em 3.5em;border-radius: 1em;}

.recruit #section04 .wrap h3{font-size: 55px;}
.recruit #section04 .wrap .ja{font-size:  28px;color: white;margin-bottom: 18px;line-height: 1.7;}
.recruit #section04 .wrap .txt{margin-bottom: 0px;font-size: 1.1em;line-height: 2;}   
.recruit #section04 .wrap a.mail{border-radius: 2.8em;color: darkorange;padding: 1.5em 0;margin-bottom: 20px;}
.recruit #section04 .wrap .telbox{background:rgba(255,255,255,0);text-align: center;border-radius: 2.8em;color: white;padding: .9em 0;border:1px solid white;line-height: 1;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.recruit #section04 .wrap .telbox .tel{display: flex;align-items: center;justify-content: center;}
.recruit #section04 .wrap .telbox .call{font-size: 1.6em;color: white;background: none!important;padding: 0!important;border:none!important;border-radius: 0!important;display: inline!important;}
.recruit #section04 .wrap .telbox .time{display: block;margin-top: 5px;font-size: .9em;}



}


@media (min-width: 1440px) {
.h4-recruit{margin-bottom: 30px;font-size: 1.6em;padding-bottom: .5em;}
.h5-recruit{font-size: 1.2em;margin-bottom: .4em;}
.recruit-txt{text-align: justify;margin-bottom: 30px;}
.recruit-txt:last-child{text-align: justify;margin-bottom: 0px;}


.recruit #section01{padding:130px 0px;}

.recruit #section02{padding:130px 0px;}
.recruit #section02 ul li .box{border-radius: 1.5em;padding:2em 1.7em;}
.recruit #section02 h4{text-align: center;margin-bottom:20px;font-size: 1.4em;font-weight: 500;line-height: 1.4;}
.recruit #section02 .icon{width: 140px;margin: 0 auto;margin-bottom: 30px;}


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


.recruit #section04{padding:130px 0px;}
.recruit #section04 .wrap{padding: 5.6em 5em 4.5em;border-radius: 1em;}

.recruit #section04 .wrap h3{font-size: 85px;}


}


.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 100px;
}

.flow04 > li {
  list-style-type: none;
  width: 100%;
  max-width: 22.5%;
  display: flex;
  background: white;
}

.flow04 > li .icon04 {
  line-height: 3;
  width: 3em;
  height: 3em;
  text-align: center;
  color: #fff;
  background: #69c;
  margin: 0 auto 15px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.flow04 > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #69c;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow04 > li dl {
  padding: 20px 20px;
  margin: 0;
  border: 3px solid #69c;
  position: relative;
  border-radius: 1em;
}

.flow04 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #69c;
  border-right: 4px solid #69c;
  position: absolute;
  top: calc(50% - 14px);
  left: -30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow04 > li dl dt {
  font-size: 1.3em;
  font-weight: 500;
  color: #111;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.flow04 > li dl dd {
  margin-left: 0;
  line-height: 1.5;
}

@media(max-width: 991px){
  .flow04 {
    gap: 20px;
    margin-bottom:60px;
  }
  .flow04 > li {
    max-width: unset;
    display: block;
  }
  .flow04 > li:not(:first-child) dl::before {
    display: none;
  }
}




/* company.html
--------------------------------------------------------- */
.company #section01{padding:50px 0px;position: relative;}
.company #section01 .txt{margin-bottom:.5em;text-align: justify;}
.company #section01 .name{text-align: right;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-size: 1.1em;}
.company #section01 .name span{font-weight: 600;}

.company #section02{padding:50px 0px;position: relative;background: #fafafa;}
.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: 400;padding: 15px 15px;background:#478EC2!important;color: #fff;}
.company #section02 .table td{width: 100%;display: block;padding: 15px 15px;background: white!important;font-weight: 400;}
.company #section02 .table td .call{color: #222;}

.company #section03{padding:50px 0px;position: relative;}
.company #section03 .index{font-weight: 500;margin-bottom: .5em;font-size: 1.2em;}

@media (min-width: 667px) {



}


@media (min-width: 768px) {

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



.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:70px 0px;}



}

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





}


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

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

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




}

@media (min-width: 1440px) {
.company #section01 .txt{margin-bottom: 1.5em;line-height: 2;}

.company #section02 .table th{width: 250px;}



}





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

.contact #section01{padding: 50px 0px 50px;position: relative;z-index: 5;}
.contact #section01 ul li{margin-bottom: 20px;}
.contact #section01 ul li:last-child{margin-bottom: 0px;}
.contact #section01 ul li .tel{text-align: center;font-size: 1.5em;line-height: 1;}
.contact #section01 ul li .tel .call{font-size: 1.2em;color: black;font-family: ' arial-black ';font-weight: 900;}
.contact #section01 ul li .tel .time{font-size: 13px;display: block;margin-top: 10px;}

.contact #section02{padding: 50px 0px;position: relative;z-index: 5;background: #f7f7f7;margin-bottom: 50px;}
.contact #section02 .txt{margin-bottom: 15px;text-align: justify;}
.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:white;background:red; padding: 3px 5px;border-radius: 5px;font-size: 12px;line-height: 1;letter-spacing: 0;}
.contact .table {margin-bottom: 50px;border-bottom:1px solid #ddd;}
.contact .table th{background:#e7eef3!important;vertical-align: middle;font-weight: 400;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: white;background: red; padding: 3px 5px;border-radius: 5px;position: absolute;right:15px;top:50%;transform: translateY(-50%);font-size: 12px;line-height: 1;letter-spacing: 0;}


.contact h5{font-weight: 700;border-bottom: 1px solid #555;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}



@media (min-width: 667px) {
.contact #section01 ul li{margin-bottom: 0px;border-right: 1px dashed #999;}


}


@media (min-width: 768px) {
.contact #section01 ul li .tel{text-align: center;font-size: 1.5em;}
.contact #section01 ul li .tel .call{font-size: 1.4em;letter-spacing: .1rem;}
.contact #section01 ul li .tel .time{font-size: 13px;display: block;margin-top: 10px;}



.contact #section02{padding: 70px 0px;margin-bottom: 70px;}
.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;}


}


@media (min-width: 992px) {
.contact #section02 .txt{letter-spacing: .15em;line-height: 1.8;}

.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 #section01 ul li .tel{text-align: center;font-size: 1.8em;}
.contact #section01 ul li .tel .call{font-size: 1.4em;letter-spacing: .1rem;}
.contact #section01 ul li .tel .time{font-size: 14px;display: block;margin-top: 10px;}



.contact #section02{padding: 100px 0px 100px;margin-bottom: 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: 1440px) {
.contact #section01{padding: 130px 0px;}

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

.contact #section02 .txt{margin-bottom: 20px;letter-spacing: .15em;line-height:2;}

.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 red!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:0px;}
.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: relative;
  width: 100%;
  z-index: 500;
  height:80px;
  top:0px;
  left:0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content:space-between;
  background: white;
}
.header.show {margin-top: 0;}

.head-logo { position: relative;width: 180px;}
.head-logo a{transition: .4s;}
.head-logo a:hover{opacity: .7;}

.header .navi{display: flex; align-items: center;justify-content: flex-end;}


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


/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {display: none;}
.drop-menu-list {display: none;}

.menu-item a {
font-size: 14px;
padding: 1em 0;
  align-items: center;
  color:#000;
  display: flex;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  transition: .3;line-height: 1;
}
.menu-item a.active {color:#06f;position: relative;}
.menu-item a.active::before {
  content: "";
position: absolute;
background: #06f;
bottom:.3em;
left:0%;
width: 100%;
height: 2px;
}
.head-contact{margin-right: 1em;}
.head-contact a{background-image: linear-gradient(to right, #00c0fa, #369);color: white;width: 140px;height: 38px;line-height: 1;border-radius: 25px;font-size: .9em; display: flex;align-items: center;justify-content: center;position: relative;transition: .4s;overflow: hidden;}
.head-contact a span{position: relative;z-index: 5;}
.head-contact a::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #00f2fe, #4facfe); /* ホバー時の色 */
  opacity: 0;
  transition: opacity 0.3s; /* 滑らかにする */
}

.head-tel{background: white;box-sizing: border-box;border:2px solid #0B6DA2;height:38px;line-height:1;border-radius: 25px;font-size: .9em;padding: 0 20px; display: flex;align-items: center;justify-content: center;position: relative;}
.head-tel .call{font-family: ' arial-black ';font-size: 16px;}
.head-tel .index{margin-top: .4em;}

.home #section02 ul li{margin-bottom: 0;}
.home #section02 ul li .box{padding: 1.5em;border-radius: 1em;display:flex;flex-direction: column;}
.home #section02 ul li .box .inbox{margin-bottom:15px;width:100%;}
.home #section02 ul li .box h4{margin-bottom: 1em;font-size: 25px;}
.home #section02 ul li .box h4 span{font-weight: 900;font-family:"Arial Black", Gadget, "sans-serif";font-size: 1.4em;border-bottom: 5px solid #36c;display: inline-block;margin-bottom: .5em;}
.home #section02 ul li .box .pic{width: 150px;margin: 0 auto;margin-top: auto;}


.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 ul {display: flex;align-items: center;}
footer .common ul li{padding:10px 15px;border-bottom: none;border-right: 1px solid #ddd;}
footer .common ul li:last-child{border-right: none;}
footer .common ul li .box{display: flex;align-items: center;justify-content: center;flex-direction: column;}


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