@charset "UTF-8";
/*-----------------------------------------------------------------------------
basic
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
	scroll-behavior: smooth;
}
nav ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {border-collapse:collapse;}

hr {
    display:block;
    height:4px;
    border:0;
    border-top:4px solid #e1edf6;
    margin: 0;
    padding:0;
}

input, select {vertical-align:middle;}


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

@font-face {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/saira/v21/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA74TFksAxliQjQVcuxJER.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/saira/v21/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA74TFksExliQjQVcuxJER.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}



body {
color: #333;
font-size: 93%;
line-height: 1.6;
font-weight:normal;
font-family: ' BIZUDPGothic ';
letter-spacing: 0.05rem;
padding-top: 60px;
position: relative;
overflow: hidden;
background:white;}
.bg-all {position: fixed;top:0;left:0;width: 100%;height: 100vh;z-index: 1;
background-color:hsla(236,100%,50%,1);
background-image:
radial-gradient(at 40% 20%, hsla(231,96%,28%,1) 0px, transparent 50%),
radial-gradient(at 80% 0%, hsla(210,95%,48%,1) 0px, transparent 50%),
radial-gradient(at 0% 50%, hsla(212,95%,28%,1) 0px, transparent 50%),
radial-gradient(at 80% 50%, hsla(233,94%,11%,1) 0px, transparent 50%),
radial-gradient(at 0% 100%, hsla(233,85%,46%,1) 0px, transparent 50%),
radial-gradient(at 80% 100%, hsla(204,88%,32%,1) 0px, transparent 50%),
radial-gradient(at 0% 0%, hsla(239,93%,48%,1) 0px, transparent 50%);
}


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

}
}

@media (min-width: 992px) {

body {
font-size: 94%;
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;}

.f-right {float: right;}
.f-left {float: left;}
.pointer {cursor: pointer;}
ul.decimal li{list-style: decimal;margin-left: 25px;line-height: 1.7;}
ul.dot li{list-style:disc;margin-left: 25px;line-height: 1.7;text-align: left;}
ul.square {margin-left: 30px;}
ul.square li{list-style:disc;line-height: 1.7;}

.mb0  { margin-bottom: 0 !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w33 { width: 33.33333333%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.mb150mb100{margin-bottom: 150px;}
.mb120mb80{margin-bottom: 120px;}
.mb80mb50{margin-bottom: 80px;}
.mb50mb30{margin-bottom: 50px;}
.mb30mb10{margin-bottom: 30px;}

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

}


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

}

@media (max-width: 767px) {
.space15{margin-bottom: 15px;}
.mb150mb100{margin-bottom: 80px;}
.mb120mb80{margin-bottom: 50px;}
.mb80mb50{margin-bottom: 50px;}
.mb50mb30{margin-bottom: 30px;}
.mb20-xs{margin-bottom: 20px;}
.mb30-xs{margin-bottom: 30px;}
}
@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;
}

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

.flexbox{display: flex;align-items: center;}

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


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

/* font-size color
---------------------------------------------------- */
.x-small { font-size: .8em; line-height: 1.5; }
.small { font-size: .9em; line-height: 1.5; letter-spacing: 0;}
.middle { font-size: 14px; letter-spacing: 0;}
.large { font-size: 1.2em; }
.x-large { font-size: 1.4em; }
.x2-large { font-size: 20px; }
.x3-large { font-size: 22px; }
.x4-large { font-size: 24px; }
.max-large { font-size: 32px; }
.italic {font-style: italic;}
.bold{font-weight: 700;font-family: ' BIZUDPGothic-Bold ';}

.white { color: #ffffff; }
.red { color: #f00; }
.blue{color: dodgerblue;}
.green { color: forestgreen; }
.pink { color: #EB5960; }
.orange { color: #f60; }
.kiiro { color: yellow!important; }
.brown{color: #8b6f57;}

/* スクロールでナビ表示
---------------------------------------------------- */
.cb-header {
    position: fixed;
    top: 0;
    left: 0;
	right:0;
    display: none;
    background: #fafafa;
}
.cb-header .inner {width: 96%;margin: 0px auto; margin-top: 20px;}




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

}



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

.sc {
display: flex;
align-items: center;
justify-content: space-between;
    width: 100%;
    margin: 0 auto;
	height: 60px;
	background:white;}
	
.sc .logo{padding-left: 10px;}
.sc .logo a{}
.sc img{vertical-align: bottom;width: auto;height: 38px;}
.sc .sns{margin-right: 70px;}
.sc .sns a{margin-right:5px;font-size: 20px;color: #003989;}




/*header pc
------------------------------------------------------------------*/
.header {
  color: #fff;
  position: fixed;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 60;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {position: relative;width: 150px;margin-left: 1em;}

.header-mail{top:0;right: 60px;position:fixed;width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;background: #fff; color:#00398A;font-size: 1.5em;transition: .4s;}
.header-mail:hover{background:rgba(255,255,255,.5);color: white;}


.contents {}

/* スクロールしたらヘッダーメニューのフォントカラー変更 */
.header.headerColorScroll {
  background:#001AA9;
  height: 60px;
  transition: color 2s ease-out;
}

@media (min-width: 667px) {
.header .logo {width: 180px;margin-left: 1em;}

}


@media (min-width: 992px) {

.cb-header2 {display: none;}



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

.header-mail{top:0;right: 0px;position:fixed;width: 76px;height: 76px;display: flex;align-items: center;justify-content: center;background: #fff; color:#00398A;font-size: 1.5em;}

.header.headerColorScroll {
  background:#001AA9;
  height: 76px;
  transition: color 2s ease-out;
}


}



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


}












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

#main{position: relative;width: 100%;z-index: 2;}
#main .main-pic{width: calc(100% - 76px);position: relative;background: url("../images/main-pic.jpg");background-position: center;background-size: cover;height: calc(100vh - 76px);}

#main .main-logo{position: absolute;width: 480px;left:15%;bottom:180px;}
#main .main-h2{position: absolute;width: 410px;left:50%;bottom:180px;display: flex;align-items: center;}
#main .main-h2 .main-h2-1{}
#main .main-h2 .main-h2-2{}

.main-side{	width: 76px; height: calc(100vh - 76px); position:fixed;z-index: 30;top:76px;right:0;display: flex;flex-direction: column;align-items:center;justify-content: flex-end;}
.main-side p {writing-mode: vertical-rl;color: white;font-size: .9em;padding-bottom: .5em;}




.scrolldown{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	z-index: 30;
	left:40px;
	bottom:0px;
    /*全体の高さ*/
	height:100px;
}

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
	position: absolute;
	left:-.8em;
	top: -115px;
    /*テキストの形状*/
	color: #fff;
  writing-mode: vertical-rl;
	font-size: .9em;
	letter-spacing: 0.1rem;
	font-family:"Lucida Console", Monaco, "monospace";
font-weight: 500;
}

/* 線の描写 */
.scrolldown::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 80px;
	background: #fff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:50px;
		opacity: 1;
	}
	100%{
		height:0;
		top:70px;
		opacity: 0;
	}
}






@media (max-width: 1440px){
#main .main-logo{position: absolute;width: 350px;left:18%;bottom:150px;}
#main .main-h2{position: absolute;width:350px;left:51%;display: flex;align-items: center;bottom:120px;}
#main .main-h2 .main-h2-1{}
#main .main-h2 .main-h2-2{}

}



@media (max-width: 1199px){
#main .main-pic{width: calc(100% - 76px);;position: relative;background: url("../images/main-pic.jpg");background-position: center;background-size: cover;height: calc(90vh - 76px);}

#main .main-logo{position: absolute;width: 250px;left:15%;bottom:15%;}
#main .main-h2{position: absolute;width: 300px;left:50%;display: flex;align-items: center;bottom:15%;}
#main .main-h2 .main-h2-1{}
#main .main-h2 .main-h2-2{}




}


@media (max-width: 1199px){

}




@media only screen and (max-width: 991px) {
#main{position: relative;width: 100%;}
#main .main-pic{width: 100%;background: url("../images/main-pic-xs.jpg");background-position: center;background-size: cover;height: calc(580px - 60px);}
#main .main-side{display: none;}
#main .main-logo{position: absolute;width: 250px;left:10%;bottom:20%;}
#main .main-h2{position: absolute;width: 250px;left:50%;display: flex;align-items: center;bottom:15%;}


.scrolldown{display: none;}

}

@media only screen and (max-width: 767px) {
#main{}
#main .main-pic{width: 100%;height: calc(400px - 60px);}
#main .main-side{display: none;}
#main .main-logo{position: absolute;width: 200px;left:10%;bottom:20%;}
#main .main-h2{position: absolute;width: 200px;left:51%;display: flex;align-items: center;bottom:15%;}


}


@media only screen and (max-width: 666px) {
#main .main-pic{width: 100%;height: calc(400px - 60px);}
#main .main-side{display: none;}
#main .main-logo{position: absolute;width: 35%;left:5%;bottom:20%;}
#main .main-h2{position: absolute;width: 43%;left:51%;display: flex;align-items: center;bottom:15%;}





}





/* index.html 
---------------------------------------------------- */
.home #section01{position: relative;padding: 50px 0;z-index: 5;color: white;}
.bg-logo{position: absolute;left:5px;top:5px;width: 150px;z-index: 6;}
.home #section01 .container{max-width: 95%;z-index: 7;}
.home .top-h3{color:white;font-weight: 400;margin-bottom: 1.5em;font-size: 20px;}
.home .top-h3 span{display: block;font-size: 35px;margin-bottom: .2em;-webkit-text-stroke: 1px #ccc;color: rgba(255,255,255,0);font-family: Verdana, Geneva, "sans-serif";font-weight: 900;}
.home #section01 .index{text-align: center;color: white;font-weight: 700;font-size: 1.2em;margin-bottom: 1.5em;}
.home #section01 ul{margin-bottom: 1.5em;}
.home #section01 .txt1{margin-bottom: 1.5em;}
.home #section01 .pic{text-align: center;}
.home #section01 .pic2{}
.home #section01 .pic2 img{margin-bottom: 1em;}

.home #section02{position: relative;padding: 50px 0px 50px;z-index: 5;color: white;}
.home #section02 .wrap{max-width: 95%;margin: 0 auto;}
.home #section02 .title{margin-bottom: 1em;}
.home .top-h3{color:white;font-weight: 400;margin-bottom: 1.5em;font-size: 20px;}
.home .top-h3 span{display: block;font-size: 35px;margin-bottom: .2em;-webkit-text-stroke: 1px #ccc;color: rgba(255,255,255,0);font-family: Verdana, Geneva, "sans-serif";font-weight: 900;}
.home #section02 .box{background: white;color: #333;padding-bottom: 15px;}
.home #section02 .box h4{color: #111;font-weight: 700;margin-bottom: 1em;font-size: 1.2em;line-height: 1.5;padding: 15px 15px 0;}
.home #section02 .box p{margin-bottom: 1.5em;padding: 0 15px 15px;}
.home #section02 .box .icons{padding: 0 15px;}

.icon-box{border:1px solid #09f;box-sizing: border-box;padding: 1em;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 130px;}
.icon-box img{width: 60px;height: auto;margin-bottom: 10px;}



.home #section03{position: relative;padding-bottom: 70px;z-index: 5;color: white;}
.home #section03 .top-h3{position: relative;top:-20px;color:white;font-weight: 400;margin-bottom: 1.5em;font-size: 20px;}
.home #section03 .top-h3 span{display: block;font-size: 35px;margin-bottom: .2em;-webkit-text-stroke: 1px #ccc;color: rgba(255,255,255,0);font-family: Verdana, Geneva, "sans-serif";font-weight: 900;}
.home #section03 h4{font-weight: 700;font-size: 1.15em;margin-bottom: 1em;}
.home #section03 p{margin-bottom: 30px;}
.home #section03 .box{position: relative;border:1px solid #ccc;display: flex;align-items: center;justify-content: space-between;color: white;transition: .4s;overflow: hidden;}
.home #section03 .box .txt{position: relative;z-index: 10; padding:0  1em;height: 100px;display: flex;flex-direction: column;justify-content: center;font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";font-weight: 600;font-size: 25px;}
.home #section03 .box .txt span{display: block;font-weight: 400; font-size: 16px;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}
.home #section03 .box .yajirusi{position: relative;z-index: 10;width: 90px;border-left:1px solid #ccc;padding:0  1.5em;height: 100px;display: flex;align-items: center;justify-content: center;}
.home #section03 .box:hover .yajirusi{border-left:1px solid #ccc;}

.hover-slide {
  width: 100%;
  height: 100%;
  left: -100%;
  background:#06ABF4;
  position: absolute;
  transition: all .3s ease-in-out;
  bottom: 0;
}
.home #section03 .box:hover .hover-slide {left: 0;}

.insta-wrap{border:1px solid #555;position: relative;background: white;padding: 40px;}
.insta-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  padding: 0 1em;
  margin: 0;
  transform: translateY(-50%) translateX(1em);
  background-color: white;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
}
.insta-title .fab{margin-right: 1em;}
.home #section04{position: relative;z-index: 5;color: #333;background: white; padding-bottom: 50px;}
.home #section04 .pic{position: relative;margin-bottom: 2em;}
.home #section04 .pic .en{position: absolute;right:15px;top:15px;width: 180px;}
.home #section04 .pic .logo{position: absolute;left:15px;bottom:10px;width: 30%;}
.home #section04 h3{position: relative;margin-bottom: 1.5em;}
.home #section04 h3 img{width: 180px;height: auto;}
.home #section04 h3 span{display: block;margin-top: 1em;font-size: 1.3em;font-weight: 700;}
.home #section04 .illust{position: absolute;top:0;right:0;}
.home #section04 .illust img{width: 150px;height: auto;}
.home #section04 h4{display: block;margin-bottom: 1em;font-size: 1.1em;font-weight: 700;}
.home #section04 h4 img{width: 50px;height: auto;margin-bottom: 5px;}
.home #section04 p{margin-bottom:1.5em;}

.home #section05{position: relative;}

.gmap{padding: 1em;border:1px solid #ddd;border-radius: 7px;margin-bottom: 1em;background: white;}
.gmap iframe{width: 100%;height: 220px;border-radius: 5px;margin-bottom: 0;vertical-align: bottom;}

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

.btn-arrow {
box-sizing: border-box;
width: 200px;
    display: flex;
    justify-content:space-between;
    align-items: center;
	background:#103884;
	background-image: linear-gradient(305deg, rgba(7, 51, 215, 1), rgba(42, 179, 252, 1) 90%);
	border:1px solid #ccc;
    color: #fff;
	padding: 0;
	transition: .5s;
	position: relative;}
.btn-arrow span{line-height: 50px;height:  50px;padding-left: .8em;font-size: .9em;font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";}
.btn-arrow .arrow{height: 50px;width: 50px;border-left:1px solid #ccc; display: flex;align-items: center;justify-content: center;}
.btn-arrow:hover {
    background:#222;
    color: #fff;
    }

.home #section04 .btn-arrow {
	background:none;
	background-image: none;
	border:1px solid #333;
    color: #222;}
.home #section04 .btn-arrow .arrow{border-left:1px solid #333; }
.home #section04 .btn-arrow:hover {
    background:rgba(255,255,0,.6);
    color: #000;
    }




@media (min-width: 667px) {
.home #section01 .pic{width: 350px;margin: 0 auto; text-align: center;}
.home #section01 .pic2{display: flex;justify-content: space-between;}
.home #section01 .pic2 img{margin-bottom: 0;width: 49%;height: auto;}
.home #section04 h3 img{width: 250px;height: auto;}
.home #section04 .pic .en{position: absolute;right:15px;top:15px;width: 250px;}
.home #section04 .illust{position: absolute;right:15px;top:0;text-align: right;margin-bottom: 1.5em;}
.home #section04 .illust img{width: 180px;height: auto;}

}




@media (min-width: 768px) {
.bg-logo{position: absolute;left:5px;top:5px;width: 250px;z-index: 6;}

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

.home .top-h3{position: absolute;top:-100px;color:white;margin-bottom: 1.5em;font-size: 20px;}
.home .top-h3 span{display: block;font-size: 70px;margin-bottom: .2em;-webkit-text-stroke: 1px #ccc;color: rgba(255,255,255,0);}
.home #section01 .index{font-size: 1.4em;margin-bottom: 1.5em;}
.home #section01 .pic{width: 400px;margin: 0 auto; text-align: center;}



.home #section02{padding: 70px 0 70px;}
.home #section02 .top-h3{position: relative;top:auto;color:white;margin-bottom: 1.5em;font-size: 20px;}
.home #section02 .top-h3 span{display: block;font-size: 70px;margin-bottom: .2em;-webkit-text-stroke: 1px #ccc;color: rgba(255,255,255,0);}
.home #section02 .box h4{margin-bottom: 1em;font-size: 1.5em;line-height: 1.5;padding: 20px 20px 0;}
.home #section02 .box p{margin-bottom: 1.5em;padding: 0 20px 20px;}
.icon-box{height: 110px;}
.icon-box img{width: 60px;height: auto;margin-bottom: 5px;}


.home #section03{}
.home #section03 .top-h3{position: relative;top:-50px;color:white;margin-bottom: 1.5em;font-size: 20px;}
.home #section03 .top-h3 span{display: block;font-size: 70px;margin-bottom: .2em;-webkit-text-stroke: 1px #ccc;color: rgba(255,255,255,0);}
.home #section03 h4{font-size: 1.4em;margin-bottom: 1em;}
.home #section03 .box .txt{padding:0  1em 0 2em;height: 150px;display: flex;flex-direction: column;justify-content: center;font-size: 35px;}
.home #section03 .box .txt span{display: block;font-size: 20px;}
.home #section03 .box .yajirusi{width: 140px;border-left:1px solid #ccc;padding:0  1.5em;height: 150px;display: flex;align-items: center;justify-content: center;}

.home #section04 .pic{margin-bottom: 4em;}
.home #section04 .pic .en{position: absolute;right:20px;top:20px;font-size: 35px;}
.home #section04 h4{display: block;margin-bottom: 1em;font-size: 1.2em;font-weight: 700;}

.insta-wrap{padding: 50px;}
.insta-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5em;
  padding: 0 .7em;
  margin: 0;
  transform: translateY(-50%) translateX(1em);
  background-color: white;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
}
.insta-title .fab{margin-right: .7em;}

.link-pdf{width: 100px;}

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


}



@media (min-width: 992px) {
.bg-logo{position: absolute;left:5px;top:5px;width: 300px;z-index: 6;}

.home .top-h3{position: absolute;top:-100px;color:white;margin-bottom: 1.5em;font-size: 25px;}
.home .top-h3 span{display: block;font-size: 80px;margin-bottom: 10px;-webkit-text-stroke: 1px #ccc;color: rgba(255,255,255,0);}
.home #section01{padding: 170px 76px 70px 0;}
.home #section01 .index{font-size: 38px;margin-bottom: 1.5em;}
.home #section01 .pic{width: 100%;margin: 0 auto; text-align: center;}
.home #section01 .txt1{margin-bottom: 1.5em;}
.home #section01 .pic2{display: flex;justify-content: space-between;}
.home #section01 .pic2 img{margin-bottom: 0;width: 49%;height: auto;}

.home #section02{padding: 50px 76px 70px 0;}
.home #section02 .wrap{max-width:100%;margin: 0 auto;display: flex;align-items: flex-start;}
.home #section02 .title{width: 15%;}
.home #section02 .box{width: 85%;display: flex;}
.home #section02 .top-h3{position: relative;top:0;color:white;margin-bottom: 0;font-size: 20px;writing-mode: vertical-rl;margin-left: 1.5em;}
.home #section02 .top-h3 span{display: block;font-size: 70px;margin-bottom: .2em;-webkit-text-stroke: 1px #ccc;color: rgba(255,255,255,0);}
.home #section02 .box{padding-bottom: 0px;}
.home #section02 .box .pic{width: 25%;background: url("../images/top-business.jpg");background-position: center;background-size: cover;}
.home #section02 .box .inbox{width: 75%;padding-bottom: 20px;}
.home #section02 .box h4{margin-bottom: 1em;font-size: 1.5em;line-height: 1.5;padding: 40px 20px 0;}
.home #section02 .box p{margin-bottom:0;padding: 0 20px 40px;}

.home #section03{padding: 0px 76px 100px 0;}
.home #section03 .top-h3{top:-50px;color:white;margin-bottom: 1.5em;font-size: 25px;}
.home #section03 .top-h3 span{display: block;font-size: 80px;margin-bottom: 10px;-webkit-text-stroke: 1px #ccc;color: rgba(255,255,255,0);}
.home #section03 h4{margin-bottom: 1.6em;letter-spacing: .2rem;}
.home #section03 .box .txt{padding:0  1em 0 1em;height: 200px;display: flex;flex-direction: column;justify-content: center;font-size: 30px;}
.home #section03 .box .txt span{display: block;font-size: 20px;}
.home #section03 .box .yajirusi{width: 150px;border-left:1px solid #ccc;padding:0  1.5em;height: 200px;display: flex;align-items: center;justify-content: center;}

.home #section04{padding-bottom: 70px;width: calc(100% - 76px);}
.home #section04 .pic{margin-bottom: 6em;}
.home #section04 .pic .en{position: absolute;right:40px;top:40px;font-size: 45px;line-height: 1.2;}
.home #section04 h3{position: relative;margin-bottom: 5em;}
.home #section04 h3 img{width: 260px;height: auto;}
.home #section04 h3 span{display: block;margin-top: .7em;font-size: 2.5em;}

.home #section04 .illust{position: relative;right:35px;top:0;text-align: right;margin-bottom:0;}
.home #section04 .illust img{width: 200px;height: auto;}
.home #section04 h4{display: block;margin-bottom: 1.5em;font-size: 1.4em;font-weight: 700;}
.home #section04 h4 img{width: 70px;height: auto;margin-bottom: 5px;}
.home #section04 p{line-height: 1.9;margin-bottom: 1.5em;}
.insta-wrap{padding: 65px;}
.insta-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2em;
  padding: 0 .5em;
  margin: 0;
  transform: translateY(-50%) translateX(1em);
  background-color: white;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
}
.insta-title .fab{margin-right: .5em;}


.btn-arrow {width: 250px;}

.btn-arrow span{line-height: 60px;height:  60px;padding-left:1em;font-size: 1em;}
.btn-arrow .arrow{height: 60px;width: 60px;border-left:1px solid #ccc;}
.home #section02 .box .icons .btn-arrow {margin-bottom: 0px;}


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

}

@media (min-width: 1199px) {

}


@media (min-width: 1200px) {

.home #section01{padding: 150px 76px 100px 0;}
.home #section01 ul{width: 90%;margin: 0 auto;}
.home #section01 .pic2{width: 90%;margin: 0 auto;padding: 0 15px;text-align: right;justify-content: flex-end;}
.home #section01 .pic2 img{margin-bottom: 0;width: 32%;height: auto;margin-left: 1.5%;}

.home #section02{padding: 50px 76px 100px 0;}
.home #section02 .box{padding-bottom: 0px;}
.home #section02 .box .pic{width: 20%;background: url("../images/top-business.jpg");background-position: center;background-size: cover;}
.home #section02 .box .inbox{width: 80%;padding-bottom:20px;}
.home #section02 .box .icons{display: flex;align-items: flex-end;}
.home #section02 .box .icons .btn-arrow {margin-bottom: 20px;}
.icon-box{height: 150px;}
.icon-box img{width: 60px;height: auto;margin-bottom: 5px;}



.home #section03{padding: 50px 76px 150px 0;}
.home #section03 .box .txt{padding:0  1em 0 1.2em;height: 200px;display: flex;flex-direction: column;justify-content: center;font-size: 35px;letter-spacing: .2rem;}
.home #section03 .box .txt span{display: block;font-size: 20px;}
.home #section03 .box .yajirusi{width: 180px;border-left:1px solid #ccc;padding:0  1.5em;height: 200px;display: flex;align-items: center;justify-content: center;}


.home #section04{padding-bottom: 100px;}
.home #section04 .pic .en{position: absolute;right:60px;top:40px;font-size:50px;width: 450px;}
.home #section04 h3 img{width: 290px;height: auto;}
.home #section04 h3 span{display: block;margin-top: .7em;font-size: 3em;}

.home #section04 .illust{position: relative;right:35px;top:0;text-align: right;margin-bottom:0;}
.home #section04 .illust img{width: 230px;height: auto;}

.home #section04 h4{display: block;margin-bottom: 1.5em;font-size: 1.6em;font-weight: 700;}
.home #section04 h4 img{width: 100px;height: auto;margin-bottom: 5px;}
.home #section04 p{line-height: 2;font-size: 1.1em;}

.home #section05{padding-bottom: 100px;}





.gmap iframe{height: 450px;}

}





@media (min-width: 1440px) {
.bg-logo{position: absolute;left:5px;top:300px;width: 400px;z-index: 6;}

.home .top-h3{position: absolute;top:-170px;color:white;margin-bottom: 1.5em;font-size: 36px;}
.home .top-h3 span{display: block;font-size: 120px;margin-bottom: 10px;}
.home #section01{padding: 250px 0 100px;}
.home #section01 .index{font-size: 43px;margin-bottom: 3em;}
.home #section01 .txt1{margin-bottom: 2em;padding-right: 1.8em;line-height: 2;}

.home #section02 .top-h3{position: relative;top:0;color:white;margin-bottom: 0;font-size: 36px;writing-mode: vertical-rl;margin-left: .5em;}
.home #section02 .top-h3 span{display: block;font-size: 120px;margin-bottom: .2em;-webkit-text-stroke: 1px #ccc;color: rgba(255,255,255,0);}

.home #section03 .container{max-width: 90%;}
.home #section03 .top-h3{position: relative;top:-80px;color:white;margin-bottom: 0px;font-size: 36px;margin-left: auto;}
.home #section03 .top-h3 span{display: block;font-size: 120px;margin-bottom: .2em;-webkit-text-stroke: 1px #ccc;color: rgba(255,255,255,0);}
.home #section03 .box .txt{padding:0  1em 0 2em;height: 200px;display: flex;flex-direction: column;justify-content: center;font-size: 35px;letter-spacing: .2rem;}

.home #section04 .pic{margin-bottom: 8em;}
.home #section04 .container{max-width: 90%;}
.home #section04 .pic .logo{position: absolute;left:50px;bottom:10px;width: 28%;}

.home #section04 h4{display: block;margin-bottom: 1.2em;font-size: 1.9em;font-weight: 700;}
.home #section04 h4 img{width: 120px;height: auto;margin-bottom: 5px;}
.home #section04 p{line-height:2.2;font-size: 1.15em;}
.home #section04 .illust img{width: 300px;height: auto;}

.insta-wrap{padding: 75px;}
.insta-title {
  font-size: 2.5em;
  padding: 0 .3em;
}
.insta-title .fab{margin-right: .25em;}

}

@media (min-width: 1680px) {
.home #section01 .container{max-width: 80%;}
.home #section01 .txt1{margin-bottom: 2.5em;padding-right: 2em;line-height: 2.2;font-size: 1.1em;letter-spacing: .05rem;}

.home #section02 .box h4{margin-bottom: 1em;font-size: 1.8em;line-height: 1.5;padding: 90px 80px 0;}
.home #section02 .box p{margin-bottom:0;padding: 0 80px 40px;}
.home #section02 .box .icons{padding: 0 80px;}
.home #section02 .box .inbox{padding-bottom:80px;}
.icon-box{height: 160px;}
.icon-box img{width: 70px;height: auto;margin-bottom: 5px;}
.home #section02 .top-h3{position: relative;top:0;color:white;margin-bottom: 0;font-size: 36px;writing-mode: vertical-rl;margin-left: .7em;}
.home #section02 .top-h3 span{display: block;font-size: 120px;margin-bottom: .2em;-webkit-text-stroke: 1px #ccc;color: rgba(255,255,255,0);}

.home #section03 .container{max-width: 80%;}
.home #section03 .top-h3{position: relative;top:-80px;color:white;margin-bottom: 0px;font-size: 36px;margin-left: auto;}
.home #section03 .top-h3 span{display: block;font-size: 120px;margin-bottom: .2em;-webkit-text-stroke: 1px #ccc;color: rgba(255,255,255,0);}
.home #section03 p{margin-bottom: 30px;line-height: 2;font-size: 1.1em;}

.home #section03 .box .txt{padding:0  1em 0 2em;height: 250px;display: flex;flex-direction: column;justify-content: center;font-size: 36px;letter-spacing: .3rem;}
.home #section03 .box .txt span{display: block;font-size: 20px;}
.home #section03 .box .yajirusi{width: 200px;border-left:1px solid #ccc;padding:0  1.5em;height: 250px;display: flex;align-items: center;justify-content: center;}

.home #section04 .container{max-width:80%;}
.home #section04 .pic .en{position: absolute;right:80px;top:100px;width: 550px;}
.home #section04 .pic .logo{position: absolute;left:100px;bottom:10px;width: 28%;}

}




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



.btn-view {position: relative;display: flex;align-items: center;color: #333;font-size: .9em;letter-spacing: .05rem;transition: .5s;}
.btn-view::after{
content: "";
display: inline-block;
  width: 50px;
  height: 50px;
  border:1px solid #06f;
  margin-left: 3em;
  transition: .5s;
}
.btn-view::before {
content: "";
    width: 60px;
    height: 6px;
    position: absolute;
	left:9em;
    border-bottom: 1px solid #06f;
    border-right: 1px solid #06f;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
}
.btn-view:hover {color: #069;}
.btn-view:hover::after{background:rgba(247,130,9,.5);}


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) {
.cp_button {
  width: 230px;
  padding: 1em;
}

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) {
.cp_button {
  width: 290px;
  padding: 1em;
}

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


}



/* pagetop 
---------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
	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: 8px;
bottom: 15px;
right: 10px;
}

}


/* -----  footer ------- */
#common{position: relative;z-index: 6; background: url("../images/bg-common.jpg");background-position: center;background-size: cover;padding: 50px 0;color: white;}
#common h3{font-size: 24px;font-weight: 700;margin-bottom: 1em;}
#common h3 span{display: block;font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";color: #00ccff;font-size: 18px;margin-bottom: 5px;}
#common .txt{margin-bottom: 30px;}
#common .mail{display: flex;align-items: center;justify-content: center;border:1px solid #eee;height: 70px;color: white;transition: .4s;font-family:Arial, Helvetica, "sans-serif";font-size:  1.1em;margin-bottom: 1.5em;}
#common .mail .far{margin-right: .5em;}
#common .mail:hover{background: rgba(0,29,108,1.00);}
#common .tel{text-align: center;}
#common .tel .index{font-size: .85em;}
#common .tel .call{font-size: 20px;font-family: Arial, Helvetica, "sans-serif"; font-weight: 600;color: white;}
#common .time{text-align: center; font-size: .85em;margin-bottom: 1em;}

footer{ padding: 40px 0px 15px;position: relative;background:white;z-index: 6;}
footer .logoblock{position: relative;text-align: center;margin: 0 auto; margin-bottom:20px;}
footer .logoblock .name{display: block;color: black;margin-top: 10px;font-size: 1.2em;}


footer .address{font-size: .9em;letter-spacing: 0;text-align: center;margin-bottom: 1em;}
footer .address a{color: #333;transition: .4s;}
footer .address a:hover{color:#09bbdd;}
footer .tel{text-align: center;margin-bottom: 1.5em;}
footer .tel .call{color: #222!important;}



.footer-menu{width: 100%;padding: 0 30px; margin: 0 auto; margin-bottom: 1.5em;}
.footer-menu ul{display: block;border-top: 1px solid #666;}
.footer-menu li{width:100%;text-align:center;background:none;font-size: 14px;}
.footer-menu li a{color: #222;text-decoration: none; text-align: center; padding: .8em 0;border-bottom: 1px solid #555;display: block;transition: .3s;}
.footer-menu li a:hover{color:#09bbdd;}

footer .heading{color: white;font-size: 30px;margin-bottom: 1em;text-align: center;}
footer .heading span{color:#9f0;font-size: 15px;margin-top: .2em;}
footer .txt{color: white;margin-bottom: 1em;text-align: center;}

footer .btn-arrow {text-align: center;display: flex;justify-content: center;}
footer .insta{text-align: center;}
footer .insta a{color: black;font-size: 1.5em;transition: .4s;}
footer .insta a:hover{color:rgba(0,190,226,1.00);}


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

@media (min-width: 667px) {
#common h3{font-size: 24px;font-weight: 700;margin-bottom: 1em;}
#common h3 span{font-size: 18px;margin-bottom: 5px;}
#common .txt{margin-bottom: 30px;}
#common .mail{height: 80px;color: white;font-size: 1.1em;margin-bottom: 0;}
#common .tel{text-align: right;}
#common .tel .index{font-size: .85em;}
#common .tel .call{font-size: 20px;}
#common .time{text-align: right; font-size: .85em;margin-bottom: 1em;}

footer{ padding: 40px 0px 20px;}
footer .address{text-align: center;}
footer .address a{color: white;}

footer .tel{text-align: center;}
.footer-menu{width: 100%;padding: 0 20px; margin: 0 auto; margin-bottom: 20px;}
.footer-menu ul{display: block;border-top: 1px solid #666;}
.footer-menu li{width:100%;text-align:center;background:none;font-size: 14px;}
.footer-menu li a{color: #222;text-decoration: none; text-align: left; padding: .5em 0;}

.btwn3{display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-end;}

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

}



@media (min-width: 768px) {
#common{padding: 70px 0;}
#common .tel{text-align: right;}
#common .tel .index{font-size:14px;}
#common .tel .call{font-size: 24px;letter-spacing: .1rem;}
#common .time{text-align: right; font-size: 13px;margin-bottom: 1em;}

footer{ padding: 70px 0px 30px;}
footer .address{font-size: .9em;}
footer .txt{margin-bottom: 1.6em;text-align: center;}
.footer-menu{width: 100%;border-top: none;padding: 0px;}
.footer-menu{border-top: none;margin-bottom: 1.8em;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;display: flex;justify-content: flex-end;}

.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 14px;}
.footer-menu li a{letter-spacing:0.1rem;border-right:none; padding: 0 .8em;text-align: left;border-bottom: none;line-height: 1;writing-mode: vertical-rl;}

footer .insta{text-align: right;}
footer .insta a{font-size: 2em;}


.copy{font-size: 12px;}
.copy{padding-top: 2em;}


}


@media (min-width: 992px) {
#common{width: calc(100% - 76px);}

#common h3{font-size: 24px;font-weight: 700;margin-bottom: 1em;}
#common h3 span{font-size: 18px;margin-bottom: 5px;}
#common .txt{margin-bottom: 30px;}

#common .mail{height: 100px;font-size: 1.3em;margin-bottom: 0;}

#common .tel{line-height: 1.2; }
#common .tel .index{font-size:18px;}
#common .tel .call{font-size: 30px;letter-spacing: .2rem;}
#common .time{text-align: right; font-size: 14px;margin-bottom: 1em;}

footer{width: calc(100% - 76px);}
footer .logoblock{margin-bottom: 20px;text-align: left;margin-left: 0;}
footer .address{font-size:1em;text-align: left;}
footer .name{text-align:left;margin-bottom: 2em;}
footer .tel{text-align: left;}

.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 16px;}
.footer-menu li a{letter-spacing:0.2rem;border-right:none; padding: 0 .8em;text-align: left;border-bottom: none;line-height: 1;writing-mode: vertical-rl;}
footer .insta a{font-size: 3em;}


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

.copy{font-size: 12px;}

}




@media (min-width: 1200px) {
#common{padding: 100px  0;}
#common h3{font-size: 38px;font-weight: 700;margin-bottom: 1em;}
#common h3 span{font-size: 24px;margin-bottom: 5px;}

#common .txt{margin-bottom: 50px;}
#common .mail{height: 100px;font-size: 1.8em;margin-bottom: 0;letter-spacing: .2rem;}
#common .tel{line-height: 1.2; }
#common .tel .index{font-size:20px;}
#common .tel .call{font-size: 36px;letter-spacing: .2rem;}
#common .time{text-align: right; font-size: 16px;margin-bottom: .8em;}

footer{padding: 100px 0 30px;}
footer .logoblock{position: relative;margin-bottom: 20px;}
footer .address{font-size: 1em;}
footer .wrap{padding-left: 40px;}
.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 17px;}
.footer-menu li a{text-decoration: none;padding: 0em .9em;letter-spacing: .08rem;}

.copy{font-size: 12px;}
.copy{padding-top: 3.5em;}



}





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

.h2area{
position: relative;
width:calc(100% - 76px);
height: 400px;
display: flex;align-items:center;justify-content: center;
z-index: 6;
}
.h2area::after {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: rgba(0,0,0,.3);
}
.h2area.h2-business{background: url("../images/h2-business.jpg");background-position: center left;background-size: cover;}
.h2area.h2-ymd{background: url("../images/h2-ymd.jpg");background-position: center;background-size: cover;}
.h2area.h2-works{background: url("../images/h2-works.jpg");background-position: center;background-size: cover;}
.h2area.h2-company{background: url("../images/h2-company.jpg");background-position: center;background-size: cover;}
.h2area.h2-recruit{background: url("../images/top-recruit.jpg");background-position: center top;background-size: cover;}
.h2area.h2-contact{background: url("../images/h2-contact.jpg");background-position: center;background-size: cover;}

.h2-txt{position:relative;z-index: 10; font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif";font-weight: 600;font-size: 55px;letter-spacing: .3rem;color: #fff;text-align: center;}
.h2-txt span { display: block;font-size: 24px;font-family: ' BIZUDPGothic ';font-weight: 400;letter-spacing: .1rem;margin-top: .3em;}


@media (max-width: 1440px){
.h2area{height:380px;}
.h2-txt{font-size: 42px;}



}


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

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



}

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

.h2-txt{font-size: 38px;}
.h2-txt span {font-size: 22px;margin-top: .2em;}



}


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

.h2-txt{font-size: 32px;margin-top: -30px;}
.h2-txt span {font-size: 20px;}



}

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

.h2area{height: 160px;}

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


}

/*------------------------------　　下層ページ style　　------------------------------------------*/
.heading{ font-family: ' ReemKufi ';font-weight: 500;color: black;font-size: 30px;margin-bottom: 1em;}
.heading span{display: block;font-family: ' BIZUDPGothic ';font-weight: 700;color:#360;font-size: 15px;margin-top: 1em;}

.headline-h3 {
color: #000;
  position: relative;
  margin-bottom: 25px;
  font-size: 22px;
  letter-spacing: .1rem;
  line-height: 1.4;
  text-align: center;
font-family: ' BIZUDPGothic-Bold ';font-weight: 700;}
.headline-h3 span{display: block;color: #999;font-weight: 500;font-size: 16px;}
.headline-h3:after {
  content: '';/*何も入れない*/
  position: absolute;
  bottom:-15px;
  left:50%;
  transform: translateX(-50%);
  width: 1.5em;/*画像の幅*/
  height: 2px;/*画像の高さ*/
  background: #09f;
}



.headline-h4 {
  font-family: ' BIZUDPGothic ';font-weight: 700;
  font-size: 1.3em;
 position: relative;
  margin-bottom: 1.2em;
  text-align: left;
}
.headline-h4::before {
  font-family: "Font Awesome 5 Free";
  content: "\f142";
font-weight: 900;
color: #06c;
margin-right: .2em;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.headline {
 font-family: ' BIZUDPGothic ';font-weight: 700;
  font-size: 18px;
 position: relative;
  margin-bottom: 2em;
  color:#222;
}
.headline:before {
  content: '';/*何も入れない*/
  position: absolute;
  bottom:-15px;
  left:0px;
  width: 2.3em;
  height: 2px;
  background: #09f;
}
.h5-about{ font-family: ' BIZUDPGothic-Bold ';font-weight: 700;border-bottom: 1px dashed #BCA46E;padding-bottom: .5em;margin-bottom: 1em;font-size: 1.1em;}
.h6-about{ font-family: ' BIZUDPGothic-Bold ';font-weight: 700;color: forestgreen;margin-bottom: .6em;}

@media (min-width: 667px) {




}



@media (min-width: 768px) {
.heading{font-size: 35px;margin-bottom: 1em;}
.heading span{font-size: 15px;margin-top: 1.5em;}


.headline-h3 {font-size: 24px;margin-bottom: 30px; }

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

.headline {font-size: 24px;}

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

}


@media (min-width: 992px) {
.heading{font-size: 45px;margin-bottom: 1em;}
.heading span{font-size: 18px;margin-top: 1.5em;}



.headline-h3 {font-size: 26px;margin-bottom: 40px;letter-spacing: .3rem;}

.headline-h3 span{font-size: 20px;}


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


}


@media (min-width: 1200px) {
.heading{font-size: 65px;margin-bottom: .7em;}
.heading span{font-size: 20px;margin-top: 1.5em;}


.headline-h3 {font-size: 30px;letter-spacing: .3rem;}


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

.headline {font-size:26px;margin-bottom: 2.5em;}

}


@media (min-width: 1680px) {
.heading{font-size: 75px;margin-bottom: .7em;}
.heading span{font-size: 23px;margin-top: 1.5em;}

.headline {font-size: 28px;}

.headline-h4 { font-size: 28px;letter-spacing: .1rem;}



}

@media (min-width: 1920px) {
.heading{font-size: 80px;margin-bottom: .7em;}
.heading span{font-size: 25px;margin-top: 1.5em;}
}


#pankuzu{}





.marker {background: linear-gradient(transparent 60%, #ccff66 60%);padding-bottom: 3px;}
.marker2 {background: linear-gradient(transparent 80%, rgba(255,102,0,.5) 0%);}
.marker-ao {padding-bottom: 0.4em;background: linear-gradient(transparent 40%, #b5fbfb 60%);}
.marker-pink {padding-bottom: 0.4em; background: linear-gradient(transparent 40%, #fcaacb 60%);}
.marker-green {padding-bottom: 0.4em;background: linear-gradient(transparent 40%, #a8f099 60%);}



.btn-back {
  display: inline-block;
  padding:10px 5px;
  text-align: center;
  width:200px;
  text-decoration: none;
  border-radius: 6px;
  background:rgba(162,131,79,1.00);
  color: #fff;/*文字色*/
  font-size: 15px;
  letter-spacing: 0;
  transition: .3s;
}
.btn-back:hover{
  color: #fff;/*文字色*/
  background:#555;

}

.btn-pdf {
  text-align:center;
  text-decoration: none;
}
.btn-pdf a{display: flex;align-items: center;justify-content: space-between;padding: 10px 10px;background: #99CC66;color: #111;transition: .5s;border-radius: 4px;width: 260px;margin: 0 auto;}
.btn-pdf a .fas{}
.btn-pdf a:hover{
  color: #222;
  background:#f90;
}


@media (min-width: 768px) {
.btn-read{width: 325px;}
.btn-pdf a{width: 320px;padding: 20px 40px;font-size: 1.2em;}


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

}


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

.btn-read{line-height: 70px;padding: 0;}

}



.photo-ofi {
  height: 0;
  display: block;
  background: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 65%;
  /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  position: absolute;
  left: 0;
  top: 0;
}



/* paging */
.paging {
	padding:0em 10px 0;
	line-height: 1.4;
	font-size: 15px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.paging .page{text-align: center;margin-bottom: 5px;font-size: 13px;}
.paging span.current,
.paging  span.paging-text a{
	padding:5px 10px;
	color:#333;
	display:inline-block;
	margin:3px 0;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
}
.paging span.current {
	background:#08ace2;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#08ace2;
	color:#fff;
}



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


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


@media screen and (max-width: 666px) {
.table-responsive {
border:none;margin-bottom: 30px;
}
.table-responsive::-webkit-scrollbar {
height: 8px;
}

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

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

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

.slider {
border:1px solid #eee;
  width: 100%;
  margin: 0 0 30px 0;
  overflow:hidden;
}
.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:16.666%!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 #0cf;
  opacity: 1;
}
.thumbnail-item:hover img{
	opacity: 1;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}




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

@media only screen and (max-width:767px){
.slider {margin: 0 0 10px 0;}

}

@media only screen and (max-width:500px){
.slickwrap{width:100%;margin: 0 auto;}

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










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







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

.business #section01{padding: 50px 0px 50px;position: relative;background: #f6f6f6;z-index: 6;margin-bottom: 1px;}
.business #section01 .index{color: black;text-align: center;font-weight: 700;margin-bottom: 1.5em;font-size: 1.4em;}
.business #section01 .wrap{display: flex;flex-wrap: wrap;}
.business #section01 .wrap a{width: 49%;margin: 0 .5% 1%;}
.business #section01 .wrap a .icon-box{border:1px solid #09f;background: white; box-sizing: border-box;padding: 1em;display: flex;flex-direction: column;align-items: center;justify-content: center;width: 100%; height: 100px;color: black;transition: .4s;}
.business #section01 .wrap a .icon-box img{width: 50px;height: auto;margin-bottom: 5px;}

.business #section01 .wrap a:hover .icon-box{color: #09f;}
.business #section01 .wrap a .icon-box::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.business #section02{padding:50px 0px 50px;position: relative;z-index: 6;background: white;margin-bottom: 1px;}
.h3-business{margin-bottom: 1.2em;font-size: 20px;font-weight: 700;}
.h3-business .num{
  position: relative;
  color:#ffffff;
  background:#039;
  transform: skewX(150deg);
  display: inline-block;
  margin-right: .7em;
}
.h3-business .num span{ display: block; transform: skewX(-150deg);padding: .5em .7em;}
.h4-business{margin-bottom: .7em;color: black;font-weight: 700;font-size: 1.2em;}

.business #section03{padding:50px 0px 50px;position: relative;z-index: 6;background: rgba(255,255,255,.95);margin-bottom: 1px;}

.business #section04{padding:50px 0px 50px;position: relative;z-index: 6;background: white;margin-bottom: 1px;}

.business #section05{padding:50px 0px 50px;position: relative;z-index: 6;background: rgba(255,255,255,.95);margin-bottom: 1px;}

.business #section06{padding:50px 0px 50px;position: relative;z-index: 6;background: white;margin-bottom: 1px;}

.business #section07{padding:50px 0px 50px;position: relative;z-index: 6;background: rgba(255,255,255,.95);margin-bottom: 1px;}

.business #section08{padding:50px 0px 50px;position: relative;z-index: 6;background: white;margin-bottom: 1px;}

.business #section09{padding:50px 0px 50px;position: relative;z-index: 6;background: #f6f6f6;margin-bottom: 1px;}
.business #section09 .h4-business{margin-bottom: 25px;}

#target1{position: absolute;left:0;top:-60px;}
#target2{position: absolute;left:0;top:-60px;}
#target3{position: absolute;left:0;top:-60px;}
#target4{position: absolute;left:0;top:-60px;}
#target5{position: absolute;left:0;top:-60px;}
#target6{position: absolute;left:0;top:-60px;}
#target7{position: absolute;left:0;top:-60px;}
#target8{position: absolute;left:0;top:-60px;}

@media (min-width: 667px) {
.business #section01 .wrap a{width: 32.333%;margin: 0 .5% 1%;}


.business-pic{width: 350px;margin: 0 auto;}

.business #section01 .townline2{position:absolute;left: -80px;bottom:auto;top:10px;width: 45%;}
.business #section02 .townline1{position:absolute;right: -80px;top:10px;width: 45%;}
.business #section03 .townline2{position:absolute;left: -80px;bottom:auto;top:10px;width: 45%;}
.business #section04 .townline1{position:absolute;right: -80px;top:10px;width: 45%;}

}



@media (min-width: 768px) {


.business #section01{padding: 70px 0px 70px;}
.business #section01 .wrap a{width: 24%;margin: 0 .5% 1%;}



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

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

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

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

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

.business #section07{padding: 70px 0px 70px;}
.business #section08{padding: 70px 0px 70px;}
.business #section09{padding: 70px 0px 70px;}
.business #section09 .h4-business{margin-bottom: 30px;}


}



@media (min-width: 992px) {
.business #section01{width: calc(100% - 76px);}
.business #section01 .wrap{display: flex;flex-wrap: wrap;justify-content: center;}
.business #section01 .wrap a .icon-box{height: 120px;font-size: 1.1em;}
.business #section01 .wrap a .icon-box img{width: 60px;}
.business #section01 .wrap a:hover .icon-box{color: #09f;background:rgba(18,135,196,.1);}


.h3-business{margin-bottom: 1.2em;font-size: 25px;margin-left: .5em;color: #039;}
.h3-business .num{
  position: relative;
  color:#ffffff;
  background:#039;
  transform: skewX(150deg);
  display: inline-block;
  margin-right: .7em;
}
.h3-business .num span{ display: block; transform: skewX(-150deg);padding: .5em .7em;}
.h4-business{margin-bottom: .5em;color: black;font-size:1.4em;}

.business #section02{width: calc(100% - 76px);}
.business .business-pic{width: 95%;margin-left: 0;}
.business .business-pic.migi{width: 95%;margin-left: 5%;}


.business #section03{width: calc(100% - 76px);}
.business #section04{width: calc(100% - 76px);}
.business #section05{width: calc(100% - 76px);}
.business #section06{width: calc(100% - 76px);}
.business #section07{width: calc(100% - 76px);}
.business #section08{width: calc(100% - 76px);}
.business #section09{width: calc(100% - 76px);}



#target1{position: absolute;left:0;top:-76px;}
#target2{position: absolute;left:0;top:-76px;}
#target3{position: absolute;left:0;top:-76px;}
#target4{position: absolute;left:0;top:-76px;}
#target5{position: absolute;left:0;top:-76px;}
#target6{position: absolute;left:0;top:-76px;}
#target7{position: absolute;left:0;top:-76px;}
#target8{position: absolute;left:0;top:-76px;}


}



@media (min-width: 1280px) {
.business #section01{padding:100px 0px 100px;}
.business #section01 .wrap a .icon-box{height: 130px;font-size: 1.2em;}


.business #section02{padding:120px 0px;}
.h3-business{margin-bottom: 1.2em;font-size: 28px;margin-left: .4em;color: #039;}
.h3-business .num{
  position: relative;
  color:#ffffff;
  background:#039;
  transform: skewX(150deg);
  display: inline-block;
  margin-right: .7em;
}
.h3-business .num span{ display: block; transform: skewX(-150deg);padding: .3em .7em;}
.h4-business{margin-bottom: .5em;color: black;font-size:1.5em;}

.business #section03{padding:120px 0px;}

.business #section04{padding:120px 0px;}
.business #section05{padding:120px 0px;}
.business #section06{padding:120px 0px;}
.business #section07{padding:120px 0px;}
.business #section08{padding:120px 0px;}
.business #section09{padding:100px 0px;}


}


@media (min-width: 1440px) {
.h3-business{margin-bottom: 1.2em;font-size: 30px;margin-left: .4em;color: #039;}


}




/* ymd.html
--------------------------------------------------------- */
.about #section01{padding: 50px 0px 50px;position: relative;z-index: 6;background: white;}
.sky{position: absolute;top:0;left:0;}
.h3-about{margin-bottom: 1.2em;font-weight: 700;line-height: 1.2;font-size: 1.6em;color: black;}
.h3-about span{display: block;margin-bottom: 5px;color: #00BEE2;font-size: 15px;}
.about #section01 .pic{position: relative;width: 90%;margin: 0 auto;}
.about #section01 .pic .illust1{position: absolute;left:-20px;bottom:-20px;width: 100px;}
.about #section01 .pic .illust2{position: absolute;right:-40px;top:-30px;width: 100px;}

.about #section02{padding: 50px 0px 50px;position: relative;z-index: 6;background: #F4EDAF;}
.about #section02 .pic{position: relative;width: 90%;margin: 0 auto;}
.about #section02 .pic .illust1{position: absolute;left:-20px;top:-20px;width: 100px;}

.about #section03{padding: 50px 0px 50px;position: relative;z-index: 6;background: #f2fbfc;}
.about #section03 .box{background: white;border-radius: 1.8em;padding: 1.5em;}
.about #section03 .box p{font-weight: 700;font-size: 1.1em;margin-bottom: .7em;}
.about #section03 .box a{color: #001BB0;}
.about #section03 .pic{position: relative;width: 280px;margin: 0 auto;}
.about #section03 .box .illust{position: absolute;width: 120px;right:40px;top:-1.5em;}

.about #section04{padding: 50px 0px 50px;position: relative;z-index: 6;background:white;}
.flow_design10 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow10 {padding-left: 0;width: 100%;}

.flow10 > li {
  list-style-type: none;
  border: 2px solid #4D9BC1;
  padding: 1em;
  border-radius: 15px;
}

.flow10 > li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}

.flow10 > li:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #4D9BC1;
}
.flow10 > li dl{display: flex;align-items: center;}

.flow10 > li dl dt {
  font-size: 1.3em;
  font-weight: 700;
  background: #4D9BC1;
  margin-right: 0.5em;
  border-radius: 5px;
  padding: 0 10px;
}

.flow10 > li .icon10 {
  color: #fff;
  font-size: 24px;
}

.flow10 > li dl dd { margin: 0;}
.flow10 > li dl dd span{font-size: 14px;display: block;color:orangered;}


.about #section05{padding: 50px 0px 50px;position: relative;z-index: 6;background:#f6f6f6;}
.about #section05 .table{border-bottom: 1px solid #ddd;}
.about #section05 .table th{font-weight: 400;width: 80px;padding: 15px 0;}
.about #section05 .table td{width:auto;padding: 15px 0;}

.about #section06{padding: 50px 0px 50px;position: relative;z-index: 6;background:#fff;}



@media (min-width: 667px) {
.about #section01 .pic .illust1{position: absolute;left:-60px;bottom:-20px;width: 120px;}
.about #section01 .pic .illust2{position: absolute;right:-60px;top:-40px;width: 120px;}

.about #section02 .pic .illust1{position: absolute;left:-60px;top:-20px;width: 100px;}

.about #section03 .box{margin-bottom: 1.5em;}
.about #section03 .box p{font-weight: 700;font-size: 1.1em;margin-bottom: .7em;}
.about #section03 .box a{color: #001BB0;}
.about #section03 .pic{position: relative;width: 280px;margin: 0 auto;}

}


@media (min-width: 768px) {
.about #section01{padding: 70px 0px;}
.h3-about{margin-bottom: 1.2em;font-size: 2em;}
.h3-about span{font-size: 16px;}
.about #section01 .pic{position: relative;width: 60%;margin: 0 auto;}
.about #section01 .pic .illust2{position: absolute;right:-80px;top:-40px;width: 130px;}

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


.about #section03{padding: 70px 0px;}
.about #section03 .box{background: white;border-radius: 1.8em;padding: 2em 1.5em;margin-bottom: 0}
.about #section03 .box p{font-weight: 700;font-size: 1.1em;margin-bottom: .7em;}
.about #section03 .box a{color: #001BB0;}
.about #section03 .pic{position: relative;width: 100%;margin: 0 auto;}
.about #section03 .box .illust{position: absolute;width: 150px;right:40px;top:-1.5em;}

.about #section04{padding: 70px 0px;}
.flow10 > li dl dt {
  margin-right: 1em;
  border-radius: 5px;
  padding: 5px 10px;
}
.flow10 > li dl dd { font-size: 1.2em;}

.about #section05{padding: 70px 0px;}
.about #section05 .table th{width: 150px;}


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

}


@media (min-width: 992px) {
.about #section01{width: calc(100% - 76px);}
.about #section01 .pic{position: relative;width: 88%;}
.about #section01 .pic .illust1{position: absolute;left:-60px;bottom:-30px;width: 100px;}
.about #section01 .pic .illust2{position: absolute;right:-30px;top:-80px;width: 130px;}
.about #section01 p{padding-right: 1em;line-height: 2;}

.about #section02{width: calc(100% - 76px);}
.about #section02 .pic{position: relative;width: 88%;}
.about #section02 .pic .illust1{position: absolute;left:-60px;top:-50px;width: 100px;}



.about #section03{width: calc(100% - 76px);}
.about #section03 .box{padding: 3em 3.5em;}
.about #section03 .box p{font-weight: 700;font-size: 1.2em;margin-bottom: .7em;}
.about #section03 .h3-about{margin-bottom: 1.2em;font-size: 2em;}
.about #section03 .h3-about span{font-size: 24px;margin-bottom: 0;}
.about #section03 .pic{position: relative;width: 90%;margin: 0 auto;}


.about #section04{width: calc(100% - 76px);}
.flow10 {width: 80%;margin: 0 auto;}
.flow10 > li dl dd span{font-size: 16px;}



.about #section05{width: calc(100% - 76px);}


.about #section06{width: calc(100% - 76px);}


}


@media (min-width: 1200px) {
.h3-about{margin-bottom: 1.2em;font-size: 2.3em;}
.h3-about span{font-size: 18px;}

.about #section01{padding: 150px 0px 100px;}
.about #section01 .pic{position: relative;width: 88%;margin-left: 10%;}
.about #section01 .pic .illust1{position: absolute;left:-90px;bottom:-30px;width: 140px;}
.about #section01 .pic .illust2{position: absolute;right:-40px;top:-100px;width: 150px;}
.about #section01 p{padding-right: 2.5em;line-height: 2.2;font-size: 1.1em;}


.about #section02{padding:100px 0px;}
.about #section02 .pic{position: relative;width: 88%;margin-left: 10%;}
.about #section02 p{padding-right: 2.5em;line-height: 2.2;font-size: 1.1em;}
.about #section02 .pic .illust1{position: absolute;left:-80px;top:-60px;width: 120px;}



.about #section03{padding: 100px 0px;}
.about #section03 .box{padding: 4.5em 5em;}
.about #section03 .box p{font-weight: 700;font-size: 1.2em;margin-bottom: .7em;}
.about #section03 .h3-about{margin-bottom: 1.2em;font-size: 2.5em;}
.about #section03 .h3-about span{font-size: 24px;margin-bottom: 0;}
.about #section03 .box .illust{position: absolute;width: 200px;right:80px;top:-1.5em;}


.about #section04{padding: 100px 0px;}
.flow10 > li {
  list-style-type: none;
  border: 2px solid #4D9BC1;
  padding: 2em;
  border-radius: 15px;
}
.flow10 > li dl dt {
  font-size: 1.5em;
  margin-right: 1em;
  border-radius: 5px;
  padding: 3px 10px;
}

.flow10 > li .icon10 {font-size: 34px;}
.flow10 > li dl dd { font-size: 1.4em;}
.flow10 > li dl dd span{font-size: 18px;}



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


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



}


@media (min-width: 1680px) {

.about #section01{padding: 180px 0px 100px;}
.about #section01 .pic .illust2{position: absolute;right:-60px;top:-180px;width: 250px;}

.about #section03 .box .illust{position: absolute;width: 240px;right:80px;top:-2em;}

}




/* works.html
--------------------------------------------------------- */
.works #section01{padding: 40px 0px 30px;position: relative;z-index: 6;background: #F0F9FF;}
.works #section01 ul li{margin-bottom: 10px;}
.works #section01 a{display: flex;align-items: center;background: #eee;color: black;padding: 8px 1.5em 8px .7em;position: relative;line-height: 1.3;transition: .4s;}
.works #section01 a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
font-weight: 900;
position: absolute;
right:10px;
top:50%;
transform: translateY(-50%);
}
.works #section01 a:hover{background:#001BB0;color: white;}
.works #section01 a.active{background:#001BB0;color: white;}


.works #section02{padding: 50px 0px;position: relative;z-index: 6;background: white;}
.works .item-title{background: rgba(0,102,204,.9);color: white; padding: 1em;font-weight: 700;text-align: center;font-size: 1.2em;margin-bottom: 1.8em;}
.item-wrap{padding-bottom: 1.5em;margin-bottom: 1.5em;border-bottom: 1px dashed #369;}
.works #section02 .wrap{margin-bottom: 1em;}
.works #section02 .wrap .update{margin-bottom: .5em;}
.works #section02 .wrap .title{font-size: 1.2em;font-weight: 700;color: black; margin-bottom: .5em;}
.works #section02 .wrap .txtarea{}
.file-pdf{padding-top: 1.3em;margin-top: 1.3em;border-top:1px solid #ddd;}
.file-pdf a{display: block;border:1px solid #ddd;border-radius: .5em;padding: .5em .8em;background: #fafafa;color: black;transition: .4s;margin-bottom: .5em;}
.file-pdf a:last-child{margin-bottom:0;}

.file-pdf a::before{
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: .3em;
  color: #c00;
}

@media (min-width: 667px) {
.works #section01 a{display: flex;align-items: center;height: 65px;background: #eee;color: black;padding: 5px 1.5em 5px .7em;position: relative;line-height: 1.3;transition: .4s;}

}


@media (min-width: 768px) {
.works #section01{padding: 50px 0px 40px;}
.works #section02{padding: 70px 0px;}
.item-wrap{padding-bottom: 2em;margin-bottom: 2em;}
.works #section02 .wrap .title{font-size: 1.3em;margin-bottom: 1em;}

}

@media (min-width: 992px) {
.works #section01{width: calc(100% - 76px);}
.works #section02{width: calc(100% - 76px);}
.works .item-title{font-size: 1.4em;margin-bottom: 1.8em;}
.works #section02 .wrap{margin-bottom: 0em;}
}
@media (min-width: 1200px) {
.works #section01{padding: 70px 0px 60px;}
.works #section01 a{display: flex;align-items: center;height:70px;background: #eee;color: black;padding: 5px 1.5em 5px .7em;position: relative;line-height: 1.3;}


.works #section02{padding: 100px 0px;}
.works .item-title{font-size: 1.8em;margin-bottom: 1.5em;}
.works #section02 .wrap{padding-left: 1em;}
.item-wrap{padding-bottom: 3em;margin-bottom: 3em;}

}







/* company.html
--------------------------------------------------------- */
.company #section01{padding: 50px 0px 50px;position: relative;background: white;z-index: 6;}
.company #section01 .pic{width: 250px;margin: 0 auto;margin-bottom: 1.5em;}

.company #section02{padding: 50px 0px 50px;position: relative;background: #f7f7f7;z-index: 6;}
.company .table{font-size: .9em;letter-spacing: .03rem;border-top: 1px solid #999;}
.company .table th{font-weight:normal;width: 100%;display: block;background:rgba(0,103,0,.0)!important;padding: 15px .5em;border-bottom: 1px solid #999;border-top:none;}
.company .table td{width: 100%;display: block;padding-left: 2em;background:rgba(0,103,0,.0)!important;border-bottom: 1px solid #999;border-top:none;}
.company .table td span{color: #333;}
.company .table td span.call{color: #333;}

.company .table.history{font-size: .9em;letter-spacing: .03rem;border-bottom: 1px solid #999;}
.company .table.history th{background:none!important;border-bottom: 1px solid #999;border-top:none;font-weight: 700;}
.company .table.history td{border-bottom: 1px solid #999;border-top:none;background:none!important;}

.company #section03{padding: 50px 0px 50px;position: relative;z-index: 6;background: white;}


.company #section04{padding: 50px 0px 50px;position: relative;z-index: 6;background: #f7f7f7;}
.company #section04 h4{color: black;font-weight: 700;font-size: 1.1em;margin-bottom: .5em;;}
.company #section04 .address{margin-bottom: 1em;}
.company #section05{padding: 50px 0px 50px;position: relative;}
.company #section05 .partner p{padding-bottom: .7em;border-bottom: 1px solid #ddd;margin-bottom: .7em;}


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

.company #section06 h4{margin-bottom: 1.6em;margin-top: .6em;}
.company #section06 h4 span{font-family: ' BIZUDPGothic-Bold ';font-weight: 700;font-size: 1.1em;color: #2360DD;padding: .6em 1em;border: 1px solid #2360DD;border-radius: 4px;}
.company #section06 .address{font-size: .9em;line-height: 1.6;margin-bottom: 1em;}
.company #section06 .address2{font-size: .9em;line-height: 1.6;margin-bottom: 1.5em;}

@media (min-width: 667px) {
.company .table th{width: 150px;display: table-cell;}
.company .table td{width: auto;display: table-cell;padding-left: 1em;}



}



@media (min-width: 768px) {
.company #section01{padding: 70px 0px 70px;}
.company #section01 .pic{width: 95%;margin-left: 0;margin-bottom: 0em;}



.company #section02{padding: 70px 0px 70px;}
.company .table{font-size: 1em;}
.company .table.history{font-size: 1em;}
.company .table th{width: 180px;}

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

.company #section04{padding: 70px 0px;}
.company #section04 h4{font-size: 1.2em;margin-bottom: .5em;}

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

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



}




@media (min-width: 992px) {
.company #section01{width: calc(100% - 76px);}
.company #section01 p{line-height: 2;}

.company #section02{width: calc(100% - 76px);}
.company .table th{width: 200px;}
.company #section03{width: calc(100% - 76px);}
.company #section04{width: calc(100% - 76px);}

}



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





.company #section02{padding: 100px 0px 100px;}
.company .table th{padding: 1.5em 1.2em;width: 230px;}
.company .table td{padding: 1.5em 1em;}

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

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

.company #section05{padding: 100px 0px;}
.company #section06{padding: 100px 0px;}
}


/* recruit.html
--------------------------------------------------------- */
.recruit #section01{padding: 50px 0px;position: relative;z-index: 6;background: white;}
.recruit .headline-h3{margin-bottom: 1.6em;}
.recruit ul li{margin-bottom: 1em;}
.recruit #section01 .box{background: rgba(14,129,255,.1);padding: 1.5em;display: flex;flex-direction: column;justify-content:flex-start;}
.recruit #section01 .index{font-size: 1.1em;color:#001BB0;font-weight: 700; margin-bottom: .8em;}
.recruit #section01 .number{text-align: center;margin-bottom: 1em;line-height: 1;background: white;border-radius: .5em;padding: 1em;}
.recruit #section01 .number span{font-weight: 600;color: black;font-size: 2.5em;margin-right: 5px;font-family:Verdana, Geneva, "sans-serif";}

.recruit #section01 .txt{}


.recruit #section02{padding: 50px 0px;position: relative;background:rgba(255,255,255,.9);z-index: 6;}
.recruit #section02 .txt{margin-bottom: 1.6em;}
.recruit #section02 .intaviewbox{margin-bottom: 1.6em;background: white;padding: 1.5em;border-radius: 1em;}
.recruit #section02 .intaviewbox:last-child{margin-bottom: 0;}
.recruit #section02 .intaviewbox ul li{margin-bottom: 0;}
.recruit #section02 .intaviewbox .thumb{width: 230px;margin: 0 auto;margin-bottom: .6em;}
.recruit #section02 .intaviewbox .wrap{}
.recruit #section02 .intaviewbox .wrap .indent{line-height: 1.3;}
.recruit #section02 .intaviewbox .wrap .anser{padding-left: 1em;margin-bottom: 1.4em;}
.recruit #section02 .intaviewbox .wrap .anser.last{margin-bottom: 0!important;}
.recruit #section02 .intaviewbox .name{margin-bottom: 1em;text-align: center;}

.recruit #section03{padding: 50px 0px;position: relative;z-index: 6;background: white;}
.recruit #section03 .title{text-align: center;margin-top: .5em;}


.recruit #section04{padding: 50px 0px;position: relative;z-index: 6;background:rgba(255,255,255,.9);}

.recruit #section05{padding: 50px 0px;position: relative;z-index: 6;}

.table.yoko{margin-bottom: 50px;font-size: .9em;}
.table.yoko th{background: white!important;width: 100%;display: block; font-weight: 400;}
.table.yoko td{background: white!important;width:100%;display: block;padding-left: 2em;}
.table.yoko td ul li{margin-bottom: auto;}



@media (min-width: 667px) {

.table.yoko th{width: 150px;display: table-cell;vertical-align: middle;}
.table.yoko td{width:auto;display: table-cell;padding-left: 10px;vertical-align: middle;}




}


@media (min-width: 768px) {
.recruit .headline-h3{margin-bottom: 2em;}
.recruit ul li{margin-bottom: 30px;}

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

.recruit #section02{padding: 70px 0px;}
.recruit #section02 .txt{margin-bottom: 1.8em;text-align: center;}
.recruit #section02 .intaviewbox{margin-bottom: 1.6em;padding: 2.5em;}


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

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

.recruit #section05{padding: 50px 0px;}


.table.yoko th{width: 170px;}


}


@media (min-width: 992px) {
.recruit #section01{width: calc(100% - 76px);}
.recruit #section01 .box{padding: 2em;}
.recruit #section01 .index{font-size: 1.4em; margin-bottom: .6em;}

.recruit #section02{width: calc(100% - 76px);}
.recruit #section02 .txt{margin-bottom: 1.8em;line-height: 2;}
.recruit #section02 .intaviewbox .name{margin-bottom: 0;text-align: center;}


.recruit #section03{width: calc(100% - 76px);}
.recruit #section04{width: calc(100% - 76px);}
.table.yoko{font-size: 1em;}
.table.yoko th{width: 200px;}



}


@media (min-width: 1200px) {
.recruit #section01{padding: 100px 0px;}
.recruit #section01 .box{padding: 3em;}
.recruit #section01 .index{font-size:1.6em;margin-bottom: .6em;}
.recruit #section01 .number{text-align: center;margin-bottom: 1em;line-height: 1;padding: 1.3em 1em;font-size: 18px;}
.recruit #section01 .number span{font-size: 3.1em;margin-right: 5px;}

.recruit #section02{padding: 100px 0px;}
.recruit #section02 .intaviewbox{margin-bottom: 2em;padding: 3.5em;}
.recruit #section02 .intaviewbox .wrap{padding-left: 1.5em;}




.table.yoko{font-size: 1em;}
.table.yoko th{width: 230px;padding: 25px 15px 25px 20px;}
.table.yoko td{padding: 25px 15px;}


}


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


@media (min-width: 1680px) {



}

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


.contact #section01{padding: 50px 0px 50px;position: relative;z-index: 6;background: white;}


.contact #section02{padding: 50px 0px;position: relative;z-index: 6;}

.contact .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: 5px;}
.privacybox{position: relative;color: #333;}
.privacybox #privacy{position: absolute;left:0;top:-100px;}
.contact .table{font-size: .9em;margin-bottom: 50px;}
.contact span.hissu{color: white;background:red; padding: 3px 5px;border-radius: 2px;font-size: 12px;}
.contact .table th{position: relative;background: rgba(0,0,0,.03)!important;display: block;font-weight: 700;}
.contact .table th span.hissu{color: white!important;background: red; padding: 3px 5px;border-radius: 2px;position: absolute;right:15px;top:50%;transform: translateY(-50%);font-size: 12px;}
.contact .table td{position: relative;background:white;display: block;}
.auto{font-size: .9em;background: #eee;line-height: 1;padding: .5em;border-radius: .4em;margin-left: .4em;color: #999;}
.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;
}
.selectbox select.post {width:auto;}

.contact h5{font-weight: normal;border-bottom: 1px solid #ddd;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}
.tenpu{margin: 0;}
.tenpu input {
width: 90%;
 display: block;
 position: relative;
 font-size: 13px;
 letter-spacing: 0;
 padding: 5px 10px 5px 0;
 border-radius: 4px;
 transition: all 0.3s;
 color: #555;
 cursor: pointer!important;
 margin: 0px 0px 2px;
}


@media (min-width: 667px) {



}


@media (min-width: 768px) {

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

.contact #section02{padding: 70px 0px;}
.contact .table th{width: 220px;display:table-cell;vertical-align: middle;}
.contact .table td{width: auto;display:table-cell;}

.contact .pre-scrollable{max-height: 400px;padding: 15px;}

}


@media (min-width: 992px) {
.contact #section01{width: calc(100% - 76px);}
.contact #section02{width: calc(100% - 76px);}

.contact .table th{width: 240px;}

}




@media (min-width: 1200px) {

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


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

.contact .table th{width: 280px;}

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

}




.doi-box{padding: 30px 15px;border-radius: .4em;background:#f7f7f7;}
.doi-box label{font-size: 13px;margin-bottom: 15px;width: auto;display:inline-block;}
.doi-box p a{color: #F46A02;font-size: 15px;transition: .3s;font-weight: bold;}
.doi-box p a:hover{color: #333;}
.doi-box .btn-lg{font-size: 13px;padding: 10px 10px;}
.captcha-area{text-align: center;margin-bottom: 1.5em;}
.captcha_code{margin-bottom: .3em;}


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

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

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








.form-s{width:70px}
.form-m{width:150px}
.form-name{width:99%;}
.form100{width:90%}
.form-h{ height:15em;}
input ,select {
    position:relative;
	color: #111;
}
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;}
input[type="text"], select{border:1px solid #ddd;}
input,textarea,select { outline:0; padding:12px;border-radius: 7px; }
textarea{border:1px solid #ccc;color: #111;width: 90%;}
.needinput{background-color:rgba(255,255,255,1)!important;border:1px solid red!important;}

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


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

}



/*-----------------------------------------------------------------------------
print css
-----------------------------------------------------------------------------*/
@media print {
body {padding-top:76px;}
.aos-init { opacity: 1 !important; transform: none !important; }
header{display: block;}
.header {position: absolute;height: 76px;}
.header-mail{top:0;right: 0px;position:absolute;width: 76px;height: 76px;display: flex;align-items: center;justify-content: center;background: #fff; color:#00398A;font-size: 1.5em;}
.hamburger-menu{display: none;}
#main .main-pic{width: calc(100% - 76px);position: relative;background: url("../images/main-pic.jpg");background-position: center;background-size: cover;height:550px;}
.main-side{	width: 76px; height: calc(100vh - 76px); position:absolute;z-index: 30;top:76px;right:0;display: flex;flex-direction: column;align-items:center;justify-content: flex-end;}






.company .table th{width:160px;display: table-cell;}
.company .table td{width: auto;display: table-cell;padding-left: 1em;}
.recruit .table.yoko th{width:180px;display: table-cell;}
.recruit .table.yoko td{width: auto;display: table-cell;padding-left: 1em;}

.contact .table th{width: 220px;display:table-cell;vertical-align: middle;}
.contact .table td{width: auto;display:table-cell;}


footer .logoblock{margin-bottom: 20px;text-align: left;margin-left: 0;}
footer .address{font-size:1em;text-align: left;}
footer .name{text-align:left;margin-bottom: 2em;}
footer .tel{text-align: left;}

.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 16px;}
.footer-menu li a{letter-spacing:0.2rem;border-right:none; padding: 0 .8em;text-align: left;border-bottom: none;line-height: 1;writing-mode: vertical-rl;}
.footer-menu{width: 100%;border-top: none;padding: 0px;}
.footer-menu{border-top: none;margin-bottom: 1.8em;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;display: flex;justify-content: flex-end;}

.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 14px;}
.footer-menu li a{letter-spacing:0.1rem;border-right:none; padding: 0 .8em;text-align: left;border-bottom: none;line-height: 1;writing-mode: vertical-rl;}
footer .insta{text-align: right;}
footer .insta a{font-size: 3em;}


.drawer_menu{display: none!important;}

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

}
