@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;
}
/* 共通項目 */
* {box-sizing: border-box;}
*:focus {outline: none!important;}

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:1px;
    border:0;
    border-top:1px solid #e3e2df;
    margin: 0;
    padding:0;
}

input, select {outline: none;
	vertical-align:middle;
}


/* ミディアム */
@font-face {
    font-family: ' NotoSerifJP ';
    src: url('../fonts/NotoSerifJP-Medium.woff2') format('woff2'),
             url('../fonts/NotoSerifJP-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
/* セミボールド */
@font-face {
    font-family: ' NotoSerifJP ';
    src: url('../fonts/NotoSerifJP-SemiBold.woff2') format('woff2'),
             url('../fonts/NotoSerifJP-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

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




body {
color: #191933;
font-size: 91%;
line-height: 1.5;
font-family: ' NotoSerifJP ';
font-weight: 500;
letter-spacing: 0.05rem;
padding-top: 60px;
background:white;
position: relative;}

body.home {overflow: hidden;}
@media (min-width: 768px) {
body {
font-size: 92%;
letter-spacing: 0.05rem;
}
}

@media (min-width: 992px) {
body {
font-size: 94%;
line-height: 1.6;
padding-top: 120px;
letter-spacing: 0.05rem;
}
}
@media (min-width: 1280px) {
body {
font-size: 99%;
letter-spacing: 0.08rem;
}
}

@media (min-width: 1680px) {
body {max-width: 1920px;margin: 0px auto;line-height: 1.8;padding-top: 150px;}

}


body {
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
body:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
body.overlay:after {
    z-index: 30;
    opacity: 1;
}

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

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

.fluid {position: relative;
	max-width: 1140px;
	margin: 0 auto;
}



.clearfix:after {
  content: "";
  clear: both;
	display: table;
}
.clear {clear: both;}

a{outline:none;}

*:focus {
  outline: none;
}

.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: 90px;}
.mb100mb50{margin-bottom: 100px;}
.mb80mb50{margin-bottom: 50px;}
.mb50mb30{margin-bottom: 50px;}
.mb30mb10{margin-bottom: 30px;}

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

}


@media (max-width: 991px) {
.mb150mb100{margin-bottom: 90px;}
.mb120mb80{margin-bottom: 60px;}
.mb100mb50{margin-bottom: 70px;}

.mb30-md{margin-bottom: 30px;}
}

@media (max-width: 767px) {
.space15{margin-bottom: 15px;}
.mb150mb100{margin-bottom: 80px;}
.mb100mb50{margin-bottom: 50px;}
.mb80mb50{margin-bottom: 30px;}
.mb50mb30{margin-bottom: 30px;}
.mb20-xs{margin-bottom: 20px;}
.mb30-xs{margin-bottom: 30px;}
}
@media (max-width: 666px) {
.mb30-xs2{margin-bottom: 30px;}
.mb20-xs2{margin-bottom: 20px;}
.mb10-xs{margin-bottom: 10px;}
.mb30mb10{margin-bottom: 10px;}

}


@media (min-width: 1200px) {

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

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

.indent2 {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.flexbox{display: flex;align-items: center;}
.flexbox-between{display: flex;align-items: center;justify-content: space-between;}

.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(0,0,0,.02);}
.bg-border-top{border-top: 1px solid #ddd;}
.bg-blue{background: rgba(221,235,250,.4);}





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

.fluffy {
	-webkit-animation: fluffy 0.8s linear 0s 1;
	animation: fluffy 0.8s linear 0s 1;
}
@-webkit-keyframes fluffy {
	0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { -webkit-transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { -webkit-transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes fluffy {
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { transform: scale(1.0, 1.0) 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) }
}


/* 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;
}
a:focus{
  outline: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
[data-action="call"]  {text-decoration: none;}

/* font-size color
---------------------------------------------------- */
.x-small { font-size: 10px; line-height: 1.6; }
.small { font-size: 12px; line-height: 1.6; }
.middle { font-size: 14px; }
.large { font-size: 16px; }
.x-large { font-size: 18px; }
.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: 600;}

.white { color: #ffffff; }
.red { color: #f00; }
.blue { color:#0000FF; }
.purple { color: #e24bc4; }
.orange { color: #f60; }
.kiiro { color: yellow!important; }
.pink{color: #FA68AF;}

/* スクロールでナビ表示
---------------------------------------------------- */
.cb-header {
    position: fixed;
    top: 0;
    left: 0;
	right:0;
    display: none;
    background: #fff;
	border-bottom: 1px solid #ddd;
}



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


/* header
---------------------------------------------------- */
#header{display: none;}
.cb-header2 {
    position: fixed;
    /* 固定 */
    top: 0;
    /* 上から0の位置に固定 */
    left: 0;
    /* 左から0の位置に固定 */
    display: block;
    /* 表示 */
	z-index: 1200;
	width: 100%;
	box-sizing: border-box;
	background:#fff;
	border-bottom: 1px solid #ddd;
}

.sc {
display: flex;
align-items: center;
    width: 100%;
    margin: 0 auto;
	height: 60px;
background:	white;}
.sc img{vertical-align: bottom;}
.sc .logo{padding-left: 15px;width: 240px;}

.site-header{display: none;}
.header{display: none;}
.top-logo {display: none;}

.header-info{padding-left: 20px;}
.header-info .telbox{display: flex;flex-direction: column;height: 80px;}
.header-info .telbox .tel{line-height: 1.6;font-size: 20px;}
.header-info .telbox .tel .call{margin-left: .2em;color: #191933;}

.header-info .timebox{}
.header-info .timebox dl{display: flex;flex-wrap: wrap; align-items: center;justify-content: space-between; width: 160px;font-size: 13px;line-height: 1.5;}
.header-info .timebox dl dt{width: 70px;padding: 0;}
.header-info .timebox dl dd{width: calc(100% - 70px);padding: 0;}


@media (min-width: 667px) {
.sc {
display: flex;
align-items: center;
    width: 100%;
    margin: 0 auto;
	height: 60px;}
	
.sc .logo{padding-left: 15px;width: 280px;}

}



@media (min-width: 992px) {
.cb-header2 {display: none!important;}

.site-header{
display:block;
position:fixed;
	width: 100%;
	z-index: 1000;
	top:0;
	left:0;
	right:0;
	height: 120px;
	transition: .8s;
}
.site-header:hover{background: rgba(255,255,255,1);}
.header{width: auto; position: relative;z-index: 10;display: block;}
.top-logo {display: block; position: absolute;width: 230px;top:15px;left: 20px;z-index: 20;}
}


.hide2 {display: none;}
.open {overflow: hidden;}

@media (min-width: 1280px) {
.top-logo {width: 270px;top:25px;}

}



@media (min-width: 1440px) {
.top-logo {width: 370px;top:25px;}

}

@media (min-width: 1680px) {
.top-logo {width: auto;left: 40px;top:15px;}
.site-header{height: 150px;}



}


@media (min-width: 992px) {

.header-info{display: flex;align-items: center;justify-content: flex-end;height: 70px;padding-right: 15px;padding-left: 0;transition: 1.2s;}
.header-info .telbox{margin-right: 20px;display: flex;flex-direction: column;justify-content: space-around;height: 60px;}
.header-info .telbox .tel{line-height: 1;font-size: 20px;}
.header-info .telbox .tel .call{margin-left: .2em;color: #191933;}

.header-info .timebox{margin-right: 20px;}
.header-info .timebox dl{display: flex;flex-wrap: wrap; align-items: center;justify-content: space-between; width: 160px;font-size: 13px;line-height: 1.5;}
.header-info .timebox dl dt{width: 70px;padding: 0;}
.header-info .timebox dl dd{width: calc(100% - 70px);padding: 0;}

.header-info .contact a{display: flex;flex-direction: column; align-items: center;justify-content: center;line-height: 1.2;width: 180px;height: 54px;border-radius: 35px;background: #b08d33;color: white;font-size: 17px;transition: .4s;}
.header-info .contact a span.ja{font-size: 13px;}
.header-info .contact a:hover{background: #191933;}

/* スクロールでヘッダー背景色表示 */
.hide {transition: 1.2s;background: rgba(255,255,255,1);height: auto;}
.hide .header-info{height: 60px;}
.hide .header-info .telbox{margin-right: 20px;display: flex;flex-direction: column;justify-content: space-around;height: 46px;}
.hide .header-info .telbox .tel{line-height: 1;font-size: 17px;}


.hide .header-info .contact a{height: 40px;border-radius: 35px;background: #b08d33;color: white;font-size: 16px;}
.hide .header-info .contact a span.ja{display: none;}
.hide .header-info .contact a:hover{background: #191933;}


.gnav-wrapper {width: 100%;display: flex;align-items: flex-end;height: 40px;}

.gnav {width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
}

.gnav li { 
  text-align: center;
  transition: all .3s ease-in-out;
}
.gnav li:last-child {padding-left: 10px; }

.gnav a {position: relative;
display: block;
text-align: center;
  color: #000;
  line-height: 1.3;
  font-family: ' Marcellus ';
  font-size: 15px;padding: 0 15px;
}
.gnav a span.ja{display: block;font-family: ' NotoSerifJP ';font-weight: 500;font-size: 13px;}
.gnav a.btn-en{height: 34px;width: 85px;font-size: 14px; background: #fff;border:1px solid #191933;color:#191933;display: flex;align-items: center;justify-content: center;font-weight: 500;border-radius: 18px;padding: 0;transition: .4s;}
.gnav a.btn-en:hover{background: #191933;color:#fff;}
.gnav a.drop {padding: 0 30px 0 15px;}

.gnav a.active {color: black;}
.gnav a.active::after {
  content: "◆";
position: absolute;
left:-2px;
top:0.5em;
  color: #b08d33;
  font-size: 9px;
}
.gnav a.drop::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
font-weight: 900;
position: absolute;
right:17px;
top:50%;
transform: translateY(-50%);
  color: #555;
  font-size: 9px;
}
.gnav a.drop.active {position: relative;}
.gnav li a:hover { color: #b08d33;}
.gnav li a.drop:hover::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
font-weight: 900;
position: absolute;
right:17px;
top:50%;
transform: translateY(-50%);
  color: #b08d33;
}
.gnav a:hover::after {color: #b08d33;}

.gnav > li:hover .megamenu {
	max-height: 9999px;
  display: block;
  padding: 0px 0;
}
.megamenu {
	margin: 0;
	width: 100%;
  background:#fafafa;
  max-height: 0;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right:0;
  z-index: 999;
}

.megamenu-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
  padding: 100px 15px;
}
.megamenu-inner .title{width: 100px;}
.megamenu-inner .title p{-ms-writing-mode: tb-rl;writing-mode: vertical-rl;font-weight: 500;font-size: 30px;letter-spacing: .7rem;}
  
.megamenu-inner .wrap{width:calc(100% - 200px);}
.megamenu-inner ul {width: 100%;display: flex;}
.megamenu-inner li {
width: 32%;
  border:none!important;
    height: auto;
  line-height: 1.7;
  margin-left: 1.3%;

}
.megamenu-inner li:last-child {padding-left: 0;}

.megamenu-inner a {transition: .5s;color: #191933;}
.megamenu-inner a .pic{margin-bottom: 15px;overflow: hidden;}
.megamenu-inner a .pic img{transition: transform 0.4s ease;}
.megamenu-inner a:hover .pic img{transform: scale(1.1);filter: grayscale(100%);}

.megamenu-inner a .index{position: relative;font-family: ' NotoSerifJP ';font-weight: 500;}
.megamenu-inner a .index::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
font-weight: 900;
position: absolute;
right: -20px;;
top:50%;
transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #191933;
  font-size: 12px;
}
.megamenu-inner a:hover {color: #b08d33;}
.megamenu-inner a:hover .index::after {color: #b08d33;}
.megamenu-inner a.active::after {display: none;}
.megamenu-inner a.active .index{color: #b08d33;}
.megamenu-inner a.active .index::after {color: #b08d33;}


}

@media (min-width: 1200px) {
.gnav li:last-child {padding-left: 20px; }

.gnav {padding-right: 30px;}

.gnav a { padding: 0 22px;  font-size: 16px;}
.gnav a.drop {padding: 0 30px 0 22px;}
.gnav a.btn-en{height: 34px;width: 95px;}
.gnav a.active::after {
left:9px;
top:0.5em;
  font-size: 9px;
}

.megamenu-inner .title{width: 100px;}
.megamenu-inner .title p{font-size: 36px;letter-spacing: .7rem;}
.megamenu-inner li:last-child {padding-left: 0;}

.megamenu-inner a {}

}


@media (min-width: 1680px) {
.header-info{height: 100px;padding-right: 50px;}
.header-info .contact a{display: flex;flex-direction: column; align-items: center;justify-content: center;line-height: 1.2;width: 200px;height: 68px;border-radius: 35px;background: #b08d33;color: white;font-size: 17px;}

.gnav {padding-right: 50px;}
.gnav-wrapper {width: 100%;display: flex;align-items:flex-end;justify-content: flex-end;height: 50px;}
.gnav li:last-child {padding-left: 30px; }

.gnav a {padding: 0 30px 8px; font-size: 20px;line-height: 1.3;display: flex;flex-direction: column;align-items: center;justify-content: flex-end;}
.gnav a.active::after {
left:12px;
top:0.5em;
  font-size:12px;
}

.gnav a.drop {padding: 0 37px 8px 30px;}
.megamenu {
	margin: 0;
	width: 100%;
  background:#fafafa;
  max-height: 0;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right:0;
  z-index: 999;
}
.megamenu-inner {padding: 130px 15px;}

.megamenu-inner .title p{font-size: 46px;letter-spacing: .7rem;}
.megamenu-inner li:last-child {padding-left: 0;}
.megamenu-inner a {font-size: 17px;}

}




/*キャッチコピー
------------------------------------------------------------------*/
#main{width: 100%;height:330px;position: relative;}
/* ===============
mainVisual
=============== */
.mainVisual {
    width: 100%;
    height: calc(96vh - 60px);
    position: relative;
    overflow: hidden
}

.mainVisual__img {
    width: 96vw;
    height: 99vh;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url(../images/mainVisual__img.jpg);
    background-size: cover;
    background-position: center 40%;
    transform-origin: center;
}

.catch-area{
    position: absolute;
    bottom:80px;
    left: 5%;
    z-index: 100;
	animation-name: fade-in;
    animation-duration: 2s;
    animation-delay: .3s;
    animation-fill-mode: both;

}
.catch-txt2{font-size: 18px;line-height: 1.6;color: white;font-weight: 600;letter-spacing: .1rem;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}
.catch-txt2 span{display: inline-block;font-size: 18px;line-height: 1;color: #191933;background: white; padding: .5em; font-weight: 500;letter-spacing: .1rem;margin-bottom: 10px;}




@media (min-width: 667px) {
.mainVisual {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden
}

.mainVisual__img {
    width: 96vw;
    height: 100%;
    margin: 0 auto;
    position: fixed;
	top:0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url(../images/mainVisual__img.jpg);
    background-size: cover;
    background-position: center 40%;
    transform-origin: center;
}

.catch-area{left: 50px;bottom:50px;}


}



@media (min-width: 768px) {
.mainVisual {
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden
}
.mainVisual__img {
    width: 96vw;
    height: 650px;
    margin: 0 auto;
    position: fixed;
	top:0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url(../images/mainVisual__img.jpg);
    background-size: cover;
    background-position: center;
    transform-origin: center;
}

.catch-area{left: 50px;top:auto;bottom:120px;}
.catch-txt2{font-size: 20px;line-height: 1.6;color: white;font-weight: 600;letter-spacing: .1rem;}
.catch-txt2 span{display: inline-block;font-size: 24px;line-height: 1;color: #191933;background: white; padding: .5em; font-weight: 500;letter-spacing: .1rem;margin-bottom: 10px;}






}



@media (min-width: 992px) {
.mainVisual {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden
}

.mainVisual__img {
    width: 96vw;
    height: 82%;
    margin: 0 auto;
    position: fixed;
	top:auto;
    bottom: 2vw;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url(../images/mainVisual__img.jpg);
    background-size: cover;
    background-position: center 40%;
    transform-origin: center;
}


.catch-area{left: 50px;top:auto;bottom:200px;}
.catch-txt2{font-size: 20px;line-height: 1.6;color: white;font-weight: 600;letter-spacing: .1rem;}
.catch-txt2 span{display: inline-block;font-size: 24px;line-height: 1;color: #191933;background: white; padding: .5em; font-weight: 500;letter-spacing: .1rem;margin-bottom: 10px;}


}


@media (min-width: 1280px) {

.catch-area{left: 100px;top:auto;bottom:200px;}
.catch-txt2{font-size: 32px;line-height: 1.6;color: white;font-weight: 600;letter-spacing: .1rem;}
.catch-txt2 span{display: inline-block;font-size: 28px;line-height: 1;color: #191933;background: white; padding: .5em; font-weight: 500;letter-spacing: .1rem;margin-bottom: 10px;}



}

@media (min-width: 1680px) {
.mainVisual__img {
    width: 96vw;
    height: 77%;
    margin: 0 auto;
    position: fixed;
	top:auto;
    bottom: 2vw;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url(../images/mainVisual__img.jpg);
    background-size: cover;
    background-position: center 40%;
    transform-origin: center;
}

.catch-area{left: 130px;top:auto;bottom:300px;}


}





@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}



/*　topCont
------------------------------------------------------------------*/






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


#news{position: relative;z-index: 20; padding: 70px 0px 50px;background: white;}
#news .index{color: #222;font-size: 22px;}
#news .index::after {
  content: '';
  width: 1.1em;
  height: 5px;
  border-radius: 5px;
  display: inline-block;
  background-color: #66ff33;
  position: absolute;
  bottom: -15px;
  left: 0;
}



.newsarea{position: relative;overflow-y: scroll;max-height: 350px;}

.newsarea .set{position: relative;display: flex;justify-content: space-between;margin-bottom: 30px;padding-bottom: .8em;border-bottom: 1px solid #ddd;}
.newsarea .set:before {
    position: absolute;
    content: '';
    width: 10%;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #b08d33;
}
.newsarea a.set{color: #191933;transition: transform .6s ease;}
.newsarea a.set::after {
  position: absolute;
  bottom: -1px;/*テキストからの距離*/
  left: 0;
  content: '';
  width: 100%;/*hover時に表示*/
  height: 1px;/*下線の高さ*/
  background: #b08d33;/*下線の色*/
  transform: scale(0, 1);/*トランス前の下線*/
  transform-origin: left top;/*トランスフォーム開始位置*/
  transition: transform .3s;/*アニメーション速度*/
}
.newsarea a.set:hover::after {  transform: scale(1, 1);}
.newsarea .set .thumb{width: 120px;overflow: hidden;}
.newsarea .set .thumb .photo-ofi {
  height: 0;
  display: block;
  background: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
}
.newsarea .set .thumb .photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'cover;';
  position: absolute;
  left: 0;
  top: 0;
}

.newsarea .set .list{width: calc(100% - 135px);}
.newsarea .set .date{margin-bottom:10px;line-height: 1;display: flex;align-items: center;}
.newsarea .set .date span.category{margin-left: 10px;font-size: 13px;padding: .4em;color: #a0957a;}
.newstext{line-height: 1.4;width: 100%;text-align: justify;}
.newsarea a.set:hover{opacity: .8;}
.newsarea a.set:hover .thumb .photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 110%;
  height: 110%;
  object-fit: cover;
  font-family: 'cover;';
  position: absolute;
  left: -5%;
  top: -5%;
}



.home #section01{position: relative;z-index: 20; padding: 50px 0px 50px;background: #f5f5fa;}
.home #section01 h3{font-weight: 600;text-align: center;margin-bottom: 30px;font-size: 20px;line-height: 1.6;}
.home #section01 h4{font-weight: 600;margin-bottom: 15px;line-height: 1.8;font-size: 1.1em;letter-spacing: 0;text-align: center;}
.home #section01 h4 span{background: #191933;color: white;padding: .2em .5em;margin: 0 .4em;}
.home #section01 .circle{background: #f8f8f8;font-size: 14px;width: 160px;height: 160px;border-radius: 50%;box-shadow: 0 0 10px rgba(0,0,0,.09);display: flex;align-items: center;justify-content: center;padding: 0 2em;}
.home #section01 .circle:nth-of-type(2){background: #d1d1e5;margin-left: 51.5%;margin-top: -100px;}
.home #section01 .circle:nth-of-type(3){background: #e6e6f0;margin-left: 10%;margin-top: -40px;}
.home #section01 .txt{text-align: justify;}
.home #section01 .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 13px solid #c2c2ca;
  border-bottom: 0;
  margin: 0 auto;
  margin-top: 20px;
}


.home #section02{position: relative; z-index: 20; padding:20px 0px 50px;background: #f5f5fa;}
.home #section02 .headline{text-align: center;padding-left: 0;}
.home #section02 .headline:before {
  content: '';
  position: absolute;
  left:62%;
  top:-20px;
}
.home #section02 ul li{margin-bottom: 20px;}
.home #section02 .box{background: white;box-shadow: 0 0 10px rgba(0,0,0,.09);height: 80px;display: flex;align-items: center;position: relative;padding: 0 18px;font-size: 14px;}
.home #section02 .box .num{position: absolute;top:-16px;left:-10px;font-family: ' Marcellus ';font-weight: 400;color: #6f6f85;font-size: 24px;}
.home #section02 .box .ico{position: absolute;right:0;top:50%;transform: translateY(-50%);width: 70px;}
.home #section02 .btn-more {margin: 0 auto;}

.home #section03{position: relative;z-index: 20; padding: 70px 0px 50px;background: #fff;}
.home #section03 .wrap{}
.home #section03 a.box{display: block;transition: .4s;color: #191933;margin-bottom: 50px;}
.home #section03 a.box:last-child{margin-bottom: 0px;}
.home #section03 a.box:hover{color: #000;}
.home #section03 a.box .thumb{margin-bottom: 15px;overflow: hidden;position: relative;}
.home #section03 a.box .thumb img { height: auto;transition: transform .6s ease;}
.home #section03 a.box:hover .thumb img {transform: scale(1.1);filter: grayscale(100%);}
.home #section03 a.box h4{position: relative;font-weight: 500;font-size: 1.1em;padding-bottom: .6em; margin-bottom: 1em;border-bottom: 1px solid #e3e2df;}
.home #section03 a.box h4:before {
    position: absolute;
    content: '';
    width: 10%;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #b08d33;
}
.home #section03 a.box h4::after {
  position: absolute;
  bottom: -1px;/*テキストからの距離*/
  left: 0;
  content: '';
  width: 100%;/*hover時に表示*/
  height: 1px;/*下線の高さ*/
  background: #b08d33;/*下線の色*/
  transform: scale(0, 1);/*トランス前の下線*/
  transform-origin: left top;/*トランスフォーム開始位置*/
  transition: transform .3s;/*アニメーション速度*/
}
.home #section03 a.box:hover h4::after {  transform: scale(1, 1);}
.home #section03 a.box .txt{text-align: justify;margin-bottom: 1em;}
.home #section03 a.box .linkbtn {
position: relative;
  display: inline-block;
  padding-right: 1em;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #191933;
  border-bottom:　2px;
  letter-spacing: 0.08rem;
  font-size: .9em;
}
.home #section03 a.box .linkbtn::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
font-weight: 900;
position: absolute;right:0;top:.08em;
}
.home #section03 a.box:hover .linkbtn{color: #b08d33;}
.home #section03 a.box .linkbtn {position: relative;}
.home #section03 a.box .linkbtn::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #191933;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.home #section03 a.box:hover .linkbtn::after {background: #b08d33;
  transform: scale(1, 1);
  transform-origin: left top;
}

.home #section04{position: relative;z-index: 20; padding: 50px 0px 50px;background: #fff;}
.home #section04 .box{background: #f2f2f5;position: relative;padding: 1.5em;margin-bottom: 30px;overflow: hidden;}
.home #section04 .box:last-child{margin-bottom: 0px;}
.home #section04 .box .txtbox{position: relative;z-index: 5;}
.home #section04 .box .txtbox h3{font-weight: 500;margin-bottom: 1.5em;line-height: 1;}
.home #section04 .box .txtbox h3 span{font-weight: 400;display: block;font-family: ' Marcellus ';font-size: 30px;letter-spacing: .2rem;margin-bottom: 5px;}
.home #section04 .box .txtbox .txt{font-size: 1.1em;margin-bottom: 10px;}
.home #section04 .box .japanmap{width: 200px;margin: 0 auto;margin-bottom: 25px;z-index: 2;}
.home #section04 .box .star{width: 200px;position: absolute;right: -50px;bottom: -50px;}
.home #section04 .box:last-child .txtbox h3{font-weight: 500;margin-bottom: 1.5em;line-height: 1;display: flex;justify-content: center;}
.home #section04 .box:last-child .txtbox h3 span{font-family: ' NotoSerifJP ';display: flex;align-items: center;justify-content: center;font-size: 28px;letter-spacing: 0;margin-bottom: 0;background: #191933;color: white;width: 40px;height: 40px;margin: 0 2.5px;}
.home #section04 .box .txtbox .txt2{font-size: 1.1em;margin-bottom: 20px;text-align: center;}
.home #section04 .box:last-child hr {margin-bottom: 20px;}
.fukidasi {
    background: #ebe4d3;
    padding: 7px;
    position: relative;
	font-size: 13px;
	text-align: center;
	color: #a0957a;
	margin-bottom: 15px;
}
.fukidasi::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ebe4d3 transparent transparent transparent;
    border-width: 25px 20px 0px 20px;
    position: absolute;
    left: calc(50% - 15px);
    bottom: -15px;
}
.home #section04 .box:last-child .tel{font-size: 30px;text-align: center;}
.home #section04 .box:last-child .tel .call{font-size: 32px;color: #191933;}
.home #section04 .box:last-child .time{font-size: 13px;text-align: center;}
.home #section04  .contact{width: 90%;margin: 0 auto;margin-top: 20px;}
.home #section04  .contact a{display: flex;flex-direction: column; align-items: center;justify-content: center;line-height: 1.2;width: 100%;height: 54px;border-radius: 35px;background: #b08d33;color: white;font-size: 17px;}
.home #section04  .contact a span.ja{font-size: 13px;}
.home #section04 .box:last-child .btn-more {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  max-width: 270px;
  text-align: center;
  border-radius: 40px;
  background: #b08d33;
  margin: 0 auto;
  margin-top: 20px;
}
.home #section04 .box:last-child .btn-more__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 80px;
  border-radius: 40px;
  overflow: hidden;
  padding: 0px 0 0px 0px;
  letter-spacing: 0.05rem;
  text-decoration: none;
  color: #fff;
}
.home #section04 .box:last-child .btn-more__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #c0aa72;
  transition: width 0.3s ease;
}
.home #section04 .box:last-child .btn-more__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: border-color 0.3s ease, right 0.3s ease;
}
.home #section04 .box:last-child .btn-more__txt {font-size: 17px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.home #section04 .box:last-child .btn-more__link span.ja{font-size: 13px;position: relative;z-index: 1;transition: color 0.3s ease;}
.home #section04 .box:last-child .btn-more__link:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.home #section04 .box:last-child .btn-more__link:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.home #section04 .box:last-child .btn-more__link:hover .btn-more__txt {color: #fff;}
.home #section04 .box:last-child .btn-more__link:hover span.ja{font-size: 13px;color: #fff;}


.home #section05{position: relative;z-index: 20; padding: 0px;background: #fff;}
.home #section05 ul li a{}
.home #section05 ul li a .box{position: relative;overflow: hidden;padding: 1.5em;color: white;width: 100%;}
.home #section05 ul li a .box:before {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
left:0;
background: url("../images/top-president.jpg") no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.home #section05 ul li a .box:hover:before {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.home #section05 ul li:last-child a .box{color:#191933;}
.home #section05 ul li:last-child a .box:before {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
left:0;
background: url("../images/top-company.jpg") no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}

.home #section05 ul li a .box h3{position: relative;margin-bottom: 20px;font-weight: 500;padding-bottom: 1em; border-bottom: 1px solid #fff;}
.home #section05 ul li a .box h3 span{display: block;font-family: ' Marcellus ';font-size: 28px; font-weight: 400; margin-bottom: 5px;}
.home #section05 ul li a .box h3:before {
    position: absolute;
    content: '';
    width: 10%;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #b08d33;
}
.home #section05 ul li a .box h3::after {
  position: absolute;
  bottom: -1px;/*テキストからの距離*/
  left: 0;
  content: '';
  width: 100%;/*hover時に表示*/
  height: 1px;/*下線の高さ*/
  background: #b08d33;/*下線の色*/
  transform: scale(0, 1);/*トランス前の下線*/
  transform-origin: left top;/*トランスフォーム開始位置*/
  transition: transform .3s;/*アニメーション速度*/
}
.home #section05 ul li a .box:hover h3::after {  transform: scale(1, 1);}
.home #section05 ul li:last-child a .box h3{color: #191933;}

.home #section05 ul li a .box p{position: relative;color: white;margin-bottom: 1em;}
.home #section05 ul li:last-child a .box p{position: relative;color: #191933;margin-bottom: 1em;}

.home #section05 ul li a .box .linkbtn {
position: relative;
  display: inline-block;
  padding-right: 1em;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  border-bottom:　2px;
  letter-spacing: 0.08rem;
  font-size: .9em;
}
.home #section05 ul li a .box .linkbtn::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
font-weight: 900;
position: absolute;right:0;top:.08em;
}
.home #section05 ul li a .box:hover .linkbtn{color: #b08d33;}
.home #section05 ul li a .box .linkbtn {position: relative;}
.home #section05 ul li a .box .linkbtn::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #b08d33;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.home #section05 ul li a .box:hover .linkbtn::after {background: #b08d33;
  transform: scale(1, 1);
  transform-origin: left top;
}
.home #section05 ul li:last-child a .box .linkbtn {
position: relative;
  display: inline-block;
  padding-right: 1em;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #191933;
  border-bottom:　2px;
  letter-spacing: 0.08rem;
  font-size: .9em;
}
.home #section05 ul li:last-child a .box:hover .linkbtn{color: #b08d33;}


@media (min-width: 667px) {

.newsarea .set{padding-bottom: 1.5em;margin-bottom: 1.5em;}
.newsarea .set .date{}
.newstext{}

.home #section01 .circle{margin-left: 10%;width: 180px;height: 180px;box-shadow: 0 0 12px rgba(0,0,0,.09);display: flex;align-items: center;justify-content: center;padding: 0 3em;}
.home #section01 .circle:nth-of-type(2){background: #d1d1e5;margin-left: 57%;margin-top: -110px;}
.home #section01 .circle:nth-of-type(3){background: #e6e6f0;margin-left: 22%;margin-top: -50px;}

.home #section02 .headline:before {
  content: '';
  position: absolute;
  left:57%;
  top:-20px;
}
.home #section03 .wrap{width: 400px;margin: 0 auto;}

.home #section04 .box .txtbox{width: 60%;margin-left: 32%;}
.home #section04 .box .japanmap{width: 200px;margin-bottom: 0;position: absolute;top:-5px;left:-30px;}
.home #section04 .box .star{width: 200px;position: absolute;right: -50px;bottom: -50px;}
.home #section04 .box:last-child .txtbox{width: 90%;margin-left: 0;margin: 0 auto;}
.fukidasi {width: 280px;margin: 0 auto;	margin-bottom: 10px;}

}




@media (min-width: 768px) {
#news{padding: 100px 0px 70px;}
.newsarea .set .thumb{width: 150px;}
.newsarea .set .list{width: calc(100% - 170px);}


.home #section01{padding: 80px 0px;}
.home #section01 h3{margin-bottom: 40px;font-size: 24px;line-height: 1.2;}
.home #section01 .circle{margin-left: 15%;width: 200px;height: 200px;box-shadow: 0 0 12px rgba(0,0,0,.09);display: flex;align-items: center;justify-content: center;padding: 0 3em;line-height: 1.7;}
.home #section01 .circle:nth-of-type(2){background: #d1d1e5;margin-left: 55%;margin-top: -110px;}
.home #section01 .circle:nth-of-type(3){background: #e6e6f0;margin-left: 24%;margin-top: -50px;}


.home #section02{padding: 30px 0px 80px;}
.home #section02 .headline:before {
  content: '';
  position: absolute;
  left:59%;
  top:-30px;
}
.home #section02 .box{background: white;box-shadow: 0 0 10px rgba(0,0,0,.09);height: 90px;display: flex;align-items: center;position: relative;padding: 0 18px 0 20px;}
.home #section02 .box .num{position: absolute;top:-16px;left:-12px;font-family: ' Marcellus ';font-weight: 400;color: #6f6f85;font-size: 26px;}
.home #section02 .box .ico{position: absolute;right:0;top:50%;transform: translateY(-50%);width: 60px;}

.home #section03{padding: 100px 0px 80px;}
.home #section03 .wrap{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}
.home #section03 a.box{width: 32%; display: flex;flex-direction: column;margin-bottom: 0;}
.home #section03 a.box .txt{font-size: .96em;}
.home #section03 a.box .btn-posi-right{margin-top: auto; display: flex;justify-content:flex-end;}

.home #section04{padding: 70px 0px;}
.home #section04 .box{padding: 2.5em;margin-bottom: 30px;overflow: hidden;}
.home #section04 .box .txtbox h3{margin-bottom: 1.5em;line-height: 1;}
.home #section04 .box .txtbox h3 span{font-size: 36px;letter-spacing: .2rem;margin-bottom: 5px;}
.home #section04 .box .txtbox .txt{font-size: 1.1em;margin-bottom: 10px;}

.home #section04 .box .txtbox{width: 60%;margin-left: 32%;}
.home #section04 .box .japanmap{width: 250px;margin-bottom: 0;position: absolute;top:-5px;left:-40px;}
.home #section04 .box .star{width: 300px;position: absolute;right: -100px;bottom: -100px;}

.home #section04 .box:last-child .txtbox h3{margin-bottom: 1.8em;line-height: 1;display: flex;justify-content: center;}
.home #section04 .box:last-child .txtbox h3 span{font-size: 30px;width: 50px;height: 50px;margin: 0 2.5px;}

.home #section04 .box:last-child .txtbox{width: 96%;margin-left: 0;margin: 0 auto;}
.home #section04 .box:last-child hr {margin-bottom: 30px;}
.home #section04 .box .txtbox .txt2{font-size: 1.2em;margin-bottom: 30px;text-align: center;}

.home #section04  .contact{width: 90%;margin: 0 auto;margin-top: 0px;}
.home #section04  .contact a{display: flex;flex-direction: column; align-items: center;justify-content: center;line-height: 1.2;width: 100%;height: 94px;border-radius: 60px;background: #b08d33;color: white;font-size: 20px;transition: .4s;}
.home #section04  .contact a span{margin-top: 5px;}
.home #section04  .contact a:hover{background: #c0aa72;}

.home #section04 .box:last-child .btn-more {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  text-align: center;
  border-radius: 50px;
  background: #b08d33;
  margin: 0 auto;
  margin-top: 0px;
}
.home #section04 .box:last-child .btn-more__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 94px;
  border-radius: 50px;
  overflow: hidden;
  padding: 0px 0 0px 0px;
  letter-spacing: 0.05rem;
  text-decoration: none;
  color: #fff;
}
.home #section04 .box:last-child .btn-more__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #c0aa72;
  transition: width 0.3s ease;
}
.home #section04 .box:last-child .btn-more__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: border-color 0.3s ease, right 0.3s ease;
}
.home #section04 .box:last-child .btn-more__txt {font-size: 20px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.home #section04 .box:last-child .btn-more__link span.ja{font-size: 13px;position: relative;z-index: 1;transition: color 0.3s ease;}


}



@media (min-width: 992px) {
.newsarea{position: relative;overflow-y: scroll;max-height: 450px;}

.home #section01 h4{font-weight: 600;margin-bottom: 15px;line-height: 1.8;font-size: 1.1em;letter-spacing: 0;text-align: left;}
.home #section01 .circle{margin-left: 0;width: 170px;height: 170px;padding: 0 2em;line-height: 1.6;margin: 0 auto;}
.home #section01 .circle:nth-of-type(2){background: #d1d1e5;margin-left: 0;margin-top: 10px;}
.home #section01 .circle:nth-of-type(3){background: #e6e6f0;margin-left: 55%;margin-top: -170px;}
.home #section01 .wrap{padding-left: 30px;}
.home #section01 .txt{line-height: 1.8}
.home #section01 .triangle {
position: absolute;
right:-20px;
top:50%;
transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 23px solid #c2c2ca;
  border-right: 0;
    margin: 0 auto;
  margin-top: 0;

}

.home #section02 .headline:before {
  content: '';
  position: absolute;
  left:56%;
  top:-40px;
}
.home #section02 ul li{margin-bottom: 35px;}
.home #section02 .box{background: white;box-shadow: 0 0 10px rgba(0,0,0,.09);height: 90px;display: flex;align-items: center;position: relative;padding: 0 18px 0 30px;}
.home #section02 .box .num{position: absolute;top:-20px;left:-15px;font-family: ' Marcellus ';font-weight: 400;color: #6f6f85;font-size: 30px;}
.home #section02 .box .ico{position: absolute;right:0;top:50%;transform: translateY(-50%);width:70px;}

.home #section03 a.box{width: 31.5%; display: flex;flex-direction: column;margin-bottom: 0;}
.home #section03 a.box .txt{font-size: 15px;line-height: 1.6;}

.home #section04 .box{padding: 3.5em;margin-bottom: 50px;overflow: hidden;}
.home #section04 .box .txtbox h3{margin-bottom: 1.5em;line-height: 1;}
.home #section04 .box .txtbox h3 span{font-size: 36px;letter-spacing: .2rem;margin-bottom: 10px;}
.home #section04 .box .txtbox .txt{font-size: 1.2em;margin-bottom: 15px;}

.home #section04 .box .txtbox{width: 60%;margin-left: 35%;}
.home #section04 .box .japanmap{width: 340px;margin-bottom: 0;position: absolute;top:-5px;left:-50px;}
.home #section04 .box .star{width: 350px;position: absolute;right: -120px;bottom: -150px;}
.home #section04 .box:last-child .txtbox ul{width: 80%;margin-left: 0;margin: 0 auto;}

.home #section04 .box:last-child .tel{font-size: 33px;text-align: center;line-height: 1.5;}
.home #section04 .box:last-child .tel .call{font-size: 35px;color: #191933;letter-spacing: .1rem;}
.home #section04 .box:last-child .time{font-size: 14px;text-align: center;}


.home #section05 ul li a .box{padding: 2.5em;}
.home #section05 ul li a .box h3{margin-bottom: 20px;}
.home #section05 ul li a .box h3 span{font-size: 32px;}

}




@media (min-width: 1200px) {

#news{padding: 130px 0px 100px;}

.newsarea{position: relative;overflow-y: scroll;max-height: 500px;}

.newsarea .set .thumb{width: 180px;}
.newsarea .set .list{width: calc(100% - 200px);}
.newsarea .set .date{margin-bottom: 15px;}

.home #section01{padding: 100px 0px 100px;}
.home #section01 h3{margin-bottom: 60px;font-size: 28px;line-height: 1.2;}
.home #section01 h4{margin-bottom: 35px;line-height: 1.8;font-size: 1.2em;letter-spacing: 0;text-align: left;}
.home #section01 .circle{margin-left: 0;width: 200px;height: 200px;padding: 0 2.6em;line-height: 1.6;margin: 0 auto;}
.home #section01 .circle:nth-of-type(2){background: #d1d1e5;margin-left: 0;margin-top: 10px;}
.home #section01 .circle:nth-of-type(3){background: #e6e6f0;margin-left: 55%;margin-top: -200px;}
.home #section01 .wrap{padding-left: 60px;}
.home #section01 .triangle {
position: absolute;
right:-40px;
top:50%;
transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 23px solid #c2c2ca;
  border-right: 0;
    margin: 0 auto;
  margin-top: 0;

}


.home #section02{padding: 50px 0px 100px;}
.home #section02 .headline:before {
  content: '';
  position: absolute;
  left:54%;
  top:-60px;
}
.home #section02 .box{background: white;box-shadow: 0 0 10px rgba(0,0,0,.09);height: 100px;display: flex;align-items: center;position: relative;padding: 0 18px 0 25px;}
.home #section02 .box .num{position: absolute;top:-20px;left:-15px;font-family: ' Marcellus ';font-weight: 400;color: #6f6f85;font-size: 30px;}
.home #section02 .box .ico{position: absolute;right:0;top:50%;transform: translateY(-50%);width:70px;}

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

.home #section04{padding: 100px 0px;}
.home #section04 .box{padding:5em 3.5em;margin-bottom: 50px;overflow: hidden;}
.home #section04 .box .txtbox h3{margin-bottom: 1.5em;line-height: 1;}
.home #section04 .box .txtbox h3 span{font-size: 38px;letter-spacing: .2rem;margin-bottom: 10px;}
.home #section04 .box .txtbox .txt{font-size: 1.2em;margin-bottom: 15px;}

.home #section04 .box .txtbox{width: 60%;margin-left: 40%;}
.home #section04 .box .japanmap{width:450px;margin-bottom: 0;position: absolute;top:-5px;left:-50px;}
.home #section04 .box .star{width: 450px;position: absolute;right: -120px;bottom: -120px;}
.home #section04 .box:last-child hr {margin-bottom: 40px;}
.home #section04 .box:last-child .txtbox h3{margin-bottom: 1.5em;line-height: 1;display: flex;justify-content: center;}
.home #section04 .box:last-child .txtbox h3 span{font-size: 34px;width: 60px;height: 60px;margin: 0 3px;}
.home #section04 .box .txtbox .txt2{font-size: 1.5em;margin-bottom: 30px;text-align: center;}

.gmap{width: 100%;margin: 0px auto;margin-bottom:30px;}
.gmap iframe{width: 100%;height: 460px;}

}

@media (min-width: 1440px) {

.home #section02 .container{max-width: 1250px;}
.home #section02 .box .num{position: absolute;top:-20px;left:-15px;font-size: 32px;}
.home #section02 .box .ico{position: absolute;right:0;top:50%;transform: translateY(-50%);width:100px;}

.home #section03 .container{max-width: 1250px;}
.home #section03 ul li a.box .thumb{margin-bottom: 20px;}
.home #section05 ul li a .box h3{margin-bottom: 30px;}
.home #section05 ul li a .box h3 span{font-size: 36px;letter-spacing: .1rem;}

}


@media (min-width: 1680px) {
#news .container{max-width: 1480px;}
.newsarea{position: relative;overflow-y: scroll;max-height: 560px;}

.newsarea .set{padding-bottom: 1.8em;margin-bottom: 1.8em;}
.newsarea .set .thumb{width: 200px;}
.newsarea .set .list{width: calc(100% - 250px);}
.newsarea .set .date{margin-bottom: 20px;}

.home #section02 .headline:before {
  content: '';
  position: absolute;
  left:52%;
  top:-80px;
}
.home #section03 .container{max-width: 1480px;}


.home #section05 ul li a .box{padding: 5em;}

}

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


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: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: 1360px) {
a.btn-large{width: 100%;line-height: 80px;font-size: 24px;}


}



/* pagetop 
---------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
}
 #pagetop img{vertical-align: bottom;}

#pagetop a {
    display: block;
    width: auto;
    text-align: center;
}
 
#pagetop a:hover {
    opacity: 1;
    text-decoration: none;
	-webkit-animation: float 0.8s linear 0s 1;
	animation: float 0.8s linear 0s 1;

}

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

 #pagetop img{width: 45px;height: auto;}


}




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

#common{position: relative;z-index: 30;padding: 60px 0px;background:#ebe4d3;}
#common .wrap{}
#common .wrap h3{text-align: center;margin-bottom: 2em;line-height: 1;}
#common .wrap h3 span{font-family: ' Marcellus ';display: block;font-size: 36px;margin-bottom: .2em;}
#common .wrap .tel{text-align: center;font-size: 28px;line-height: 1;margin-bottom: 5px;}
#common .wrap .tel .call{font-size: 33px;color: #191933;}
#common .wrap .time{text-align: center;font-size: 13px;line-height: 1;}
#common .btn-mail{background: #b08d33;color: white;width: 260px;margin: 0 auto;height: 60px;line-height: 60px;display: flex;align-items: center;justify-content: center;border-radius: 30px;position: relative;transition: .5s;}
#common .btn-mail:hover{background: #c0aa72;}
#common .wrap .btn-more {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  max-width: 270px;
  text-align: center;
  border-radius: 30px;
  background: #b08d33;
  margin: 0 auto;
  margin-top: 0px;
}
#common .wrap .btn-more__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 60px;
  border-radius: 30px;
  overflow: hidden;
  padding: 0px 0 0px 0px;
  letter-spacing: 0.05rem;
  text-decoration: none;
  color: #fff;
}
#common .wrap .btn-more__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #c0aa72;
  transition: width 0.3s ease;
}
#common .wrap .btn-more__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: border-color 0.3s ease, right 0.3s ease;
}
#common .wrap .btn-more__txt {font-size: 16px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
#common .wrap .btn-more__link:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
#common .wrap .btn-more__link:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#common .wrap .btn-more__link:hover .btn-more__txt {color: #fff;}


footer{padding: 50px 0px 10px;background:white; position: relative;z-index: 10;}
.footer-logo{width: 270px;margin: 0 auto;margin-bottom: 25px;}
footer .address{font-size: 14px;text-align: center;line-height: 1.6;margin-bottom: 15px;}
footer .address a{transition: .4s;color: #191933;}
footer .address a:hover{color: #b08d33;}
footer .tel{line-height: 1;margin-bottom: 8px;display: flex;align-items: center;justify-content: center;}
footer .tel span.index{border:1px solid #191933;width: 4em;text-align: center;padding: .2em .4em;font-size: .8em; margin-right: 5px;}
footer .tel:last-child{margin-bottom: 30px;}

.footer-menu{}
.footer-menu ul{margin-bottom: 0px;}
.footer-menu li{margin-bottom: 1.5em;padding: 0px 15px;}
.footer-menu li:last-child{margin-bottom: 0;}
.footer-menu li .index{margin-bottom: .7em;color:#191933;font-size: 14px;}
.footer-menu li .index a{color:#191933;}
.footer-menu li .index a:hover{color:#b08d33;}

.footer-menu li .list{padding-left: 25px; }
.footer-menu li .list a{color: #191933;font-size: 14px;display: block; transition: .5s;}
.footer-menu li .list a:hover{color:#b08d33; }




.copy{font-size: 11px;text-align: center;letter-spacing: 0rem;padding: 15px 0; position: relative;z-index: 10;background: white;border-top:1px solid #191933;}

@media (min-width: 667px) {
#common .wrap .tel{text-align: center;font-size: 25px;line-height: 1;margin-bottom: 5px;}
#common .wrap .tel .call{font-size: 30px;color: #191933;}
#common .btn-mail{width: 100%;}

.footer-menu ul{display: flex;justify-content: space-around;}
.footer-menu li .index{margin-bottom: .7em;}
.footer-menu li .list{padding-left: 10px;}
.footer-menu li .list a{color: #191933;font-size: 14px;display: block; transition: .5s;margin-bottom: .7em;}


}


@media (min-width: 768px) {
#common .wrap .tel{text-align: center;font-size: 30px;line-height: 1;margin-bottom: 5px;}
#common .wrap .tel .call{font-size: 33px;color: #191933;letter-spacing: .1rem;}


.copy{font-size: 12px;}


}


@media (min-width: 992px) {
#common{position: relative;padding: 100px 0px;}
#common .wrap{width: 660px;margin: 0 auto;}
#common .wrap h3{text-align: center;margin-bottom: 40px;line-height: 1;}
#common .wrap h3 span{font-family: ' Marcellus ';display: block;font-size: 40px;letter-spacing: .2rem;}
#common .wrap .tel .call{font-size: 35px;color: #191933;letter-spacing: .1rem;}
#common .btn-mail{width: 100%;margin: 0 auto;height: 70px;line-height: 70px;border-radius: 40px;}
#common .wrap .btn-more {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  text-align: center;
  border-radius: 40px;
  background: #b08d33;
  margin: 0 auto;
  margin-top: 0px;
}
#common .wrap .btn-more__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 70px;
  border-radius: 40px;
  overflow: hidden;
  padding: 0px 0 0px 0px;
  letter-spacing: 0.05rem;
  text-decoration: none;
  color: #fff;
}

footer{padding: 70px 0px 10px;}
.footer-logo{width: 320px;margin-left: 0;margin-bottom: 25px;}
footer .address{font-size: 14px;text-align: left;line-height: 1.6;margin-bottom: 15px;}
footer .address a{transition: .4s;color: #191933;}
footer .address a:hover{color: #b08d33;}
footer .tel{line-height: 1;margin-bottom: 8px;display: flex;align-items: center;justify-content: flex-start;}
footer .tel span.index{border:1px solid #191933;width: 4em;text-align: center;padding: .2em .4em;font-size: .8em; margin-right: 5px;}
footer .tel:last-child{margin-bottom: 30px;}

.footer-menu ul{display: flex;justify-content: flex-end;}
.footer-menu li{padding-left: 0px;margin-left: 30px;}
.footer-menu li:first-child{padding-left: 0px;margin-left: 0;}
.footer-menu li .index{}

.flexbox-fmenu{display: flex;flex-wrap: wrap;}
.flexbox-fmenu .list{padding-left: 10px; }
.flexbox-fmenu .list:last-child{margin-left: 20px;; }


.copy{font-size: 13px;}
.copy{font-size: 13px;text-align: center;letter-spacing: 0rem;padding: 25px 0; position: relative;z-index: 10;background: white;border-top:1px solid #191933;}

}


@media (min-width: 1280px) {
#common .wrap h3{text-align: center;margin-bottom: 40px;line-height: 1;}
#common .wrap h3 span{font-family: ' Marcellus ';display: block;font-size: 40px;letter-spacing: .2rem;}
#common .wrap .tel .call{font-size: 35px;color: #191933;letter-spacing: .1rem;}

#common .btn-mail{width: 100%;margin: 0 auto;height: 88px;line-height: 88px;border-radius: 44px;}


.footer-menu li{}
.footer-menu li:first-child{padding-left: 0px;}




}

@media (min-width: 1680px){
footer .container{max-width: 1800px;}
.footer-logo{width: auto;margin-left: 0;margin-bottom: 30px;}
}


/*------------------------------　　下層ページ style　　------------------------------------------*/
.h2area{width: 100%; position: relative;height: 200px;display: flex;align-items: center;}
.h2area::after {
  content: "";
  display: block;
  position: absolute;z-index: 2;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}
.h2area.h2-immigration{background:url("../images/h2-immigration.jpg");background-position: center;background-size: cover;}
.h2area.h2-kika{background:url("../images/h2-kika.jpg");background-position: center;background-size: cover;}
.h2area.h2-benrisi{background:url("../images/h2-benrisi.jpg");background-position: center;background-size: cover;}
.h2area.h2-reason{background:url("../images/h2-reason.jpg");background-position: center;background-size: cover;}
.h2area.h2-faq{background:url("../images/h2-faq.jpg");background-position: center;background-size: cover;}
.h2area.h2-company{background:url("../images/h2-company.jpg");background-position: center;background-size: cover;}
.h2area.h2-greeting{background:url("../images/h2-greeting.jpg");background-position: center;background-size: cover;}
.h2area.h2-news{background:url("../images/h2-news.jpg");background-position: center;background-size: cover;}
.h2area.h2-contact{background: url("../images/h2-contact.jpg");background-position: center;background-size: cover;}

.h2-txt {position: relative;z-index: 5; 
	animation-name: fade-in;
    animation-duration: 2s;
    animation-delay: .3s;
    animation-fill-mode: both;
font-size: 28px;letter-spacing: 0.1rem; color: #fff;padding-left: 5%;font-weight: 500;text-shadow: 0 0 5px rgba(0,0,0,.3);}
.h2-txt.long {letter-spacing: 0rem; }
.h2-txt span{font-family: ' Marcellus ';font-weight: 400; font-size: 15px;letter-spacing: 0.1rem;display: block;margin-top: .3em;color: #fff;}



.h2-shadow {
    -webkit-filter: drop-shadow(3px 5px 5px rgba(0,0,0,.3));
        filter: drop-shadow(3px 5px 5px rgba(0,0,0,.3));
        }
		

.headline-h3 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-size:20px;
  font-weight: 600;
  }
.headline-h3::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 40px;
    height: 2px;
    background: #b08d33;
}

.headline-h4 {
text-align: center;
   font-size: 16px;
 position: relative;
  padding: 1rem .5rem;
  margin-bottom: 1.8em;
}

.headline-h4:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  content: '';
  background: #06c;
}

.headline{position: relative;font-weight: 600;color: black;margin-bottom: 1.4em;font-size: 1.2em;line-height: 1.2;padding-left: 20px;}
.headline:before {
  content: '';
  position: absolute;
  left:-15px;
  top:-20px;
  width: 60px;
  height: 60px;
  background-image: url(../images/star.png);
  background-size: contain;
  vertical-align: middle;
  z-index: 1;
}
.headline span{position: relative;z-index: 5;}
.headline span.ja{}
.headline span.en{display: block; font-weight: 400;color: black;margin-bottom: 10px;font-size: 24px;font-family: ' Marcellus ';}


@media (min-width: 667px) {


}



@media (min-width: 768px) {
.h2area{width: 100%; position: relative;height: 260px;}

.h2-txt {font-size: 36px;}

.headline{margin-bottom: 45px;font-size:16px;line-height: 1.2;padding-left: 20px;}
.headline:before {
  content: '';
  position: absolute;
  left:-20px;
  top:-25px;
  width: 70px;
  height: 70px;
  background-image: url(../images/star.png);
  background-size: contain;
  vertical-align: middle;
  z-index: 1;
}
.headline span{position: relative;z-index: 5;}
.headline span.ja{}
.headline span.en{font-size: 32px;}


.headline-h3 {font-size: 26px;line-height: 1.5;margin-bottom: 60px;}
.headline-h3::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 40px;
    height: 2px;
    background: #b08d33;
}


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


}


@media (min-width: 992px) {
.h2area{width: 98%;margin: 0 auto; position: relative;height: 350px;}

.h2-txt {font-size: 42px;letter-spacing: .1rem;padding-left: 15%;}
.h2-txt.long {letter-spacing:0rem; }
#pankuzu{background: #fff;position: relative;z-index: 10;max-width: 98%;margin: 0 auto;padding: 0;}

.headline{margin-bottom: 50px;font-size:16px;line-height: 1.2;padding-left: 0px;}
.headline:before {
  content: '';
  position: absolute;
  left:-50px;
  top:-45px;
  width:100px;
  height: 100px;
  background-image: url(../images/star.png);
  background-size: contain;
  vertical-align: middle;
  z-index: 1;
}


.headline-h3 {font-size: 26px;line-height: 1.5;margin-bottom: 70px;}


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



}


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

.h2-txt {font-size: 44px;letter-spacing: .7rem;}
.h2-txt span{font-size: 18px;letter-spacing: 0.05rem; margin-top: 1em;}

.headline{margin-bottom: 60px;font-size:16px;line-height: 1.2;padding-left: 0px;}
.headline:before {
  content: '';
  position: absolute;
  left:-70px;
  top:-50px;
  width: 120px;
  height: 120px;
  background-image: url(../images/star.png);
  background-size: contain;
  vertical-align: middle;
  z-index: 1;
}
.headline span{position: relative;z-index: 5;}
.headline span.ja{}
.headline span.en{font-size: 30px;}


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


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

}

@media (min-width: 1440px) {

.h2area{width: 95%; position: relative;height: 380px;}

.h2-txt {font-size: 46px;}
.headline-h3::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 50px;
    height: 2px;
    background: #b08d33;
}

#pankuzu{background: #fff;position: relative;z-index: 10;max-width: 95%;margin: 0 auto;padding: 0;}

}

@media (min-width: 1680px) {

.h2area{height: 450px;}
.h2-txt {font-size: 56px;}

.headline-h3 {font-size: 34px;margin-bottom: 85px;}

.headline{margin-bottom: 70px;font-size:18px;line-height: 1.2;padding-left: 0px;}
.headline:before {
  content: '';
  position: absolute;
  left:-70px;
  top:-80px;
  width: 150px;
  height: 150px;
  background-image: url(../images/star.png);
  background-size: contain;
  vertical-align: middle;
  z-index: 1;
}
.headline span{position: relative;z-index: 5;}
.headline span.ja{}
.headline span.en{font-size: 36px;}

}

@media (min-width: 1920px) {
.h2area{width: 1840px;}
#pankuzu{max-width: 1840px;margin: 0 auto;}

.headline:before {
  content: '';
  position: absolute;
  left:-100px;
  top:-100px;
  width: 200px;
  height: 200px;
}
.headline span{position: relative;z-index: 5;}
.headline span.ja{}
.headline span.en{font-size: 36px;}

}






.marker {
  background: linear-gradient(transparent 70%, #f6e200 50%);
}
.marker2 {
  background: linear-gradient(transparent 50%, rgba(204,255,102,.8) 0%);
}

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



.btn-more {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  max-width: 250px;
  text-align: center;
  border-radius: 35px;
  background: #b08d33;
}
.btn-more__link {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 50px;
  border-radius: 35px;
  overflow: hidden;
  padding: 0px 0 0px 15px;
  letter-spacing: 0.05rem;
  text-decoration: none;
  color: #fff;
}
.btn-more__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #c0aa72;
  transition: width 0.3s ease;
}
.btn-more__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: border-color 0.3s ease, right 0.3s ease;
}
.btn-more__link:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.btn-more__link:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn-more__link:hover .btn-more__txt {color: #fff;}
.btn-more__txt {font-size: 14px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

a.linkbtn {
position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #191933;
  border-bottom:　2px;
  letter-spacing: 0.08rem;
  font-size: .9em;
}
a.linkbtn::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
font-weight: 900;
position: absolute;right:-12px;top:.08em;
}
a.linkbtn:hover{color: #b08d33;}

a.linkbtn {position: relative;}

a.linkbtn::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #191933;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}

a.linkbtn:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.btn-back {text-align: center;}
.btn-back .btn-more {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  max-width: 270px;
  text-align: center;
  border-radius: 30px;
  background: #b08d33;
  margin: 0 auto;
  margin-top: 0px;
}
.btn-back .btn-more__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 60px;
  border-radius: 30px;
  overflow: hidden;
  padding: 0px 0 0px 0px;
  letter-spacing: 0.05rem;
  text-decoration: none;
  color: #fff;
}
.btn-back .btn-more__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #c0aa72;
  transition: width 0.3s ease;
}
.btn-back .btn-more__link::after {display: none;}
.btn-back .btn-more__txt {font-size: 16px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.btn-back .btn-more__link:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.btn-back .btn-more__link:hover .btn-more__txt {color: #fff;}




.btn-pdf {
  display: inline-block;
  padding:10px 15px 10px 50px;
  text-align: left;
  text-decoration: none;
  background:url("../images/ico-pdf.png"),#fff;
  background-position: center left 10px;background-repeat: no-repeat;background-size: 26px auto;
  color: #222!important;/*文字色*/
  border:1px solid #ddd;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5;
}
.btn-pdf:hover{
  color: #222;/*文字色*/
  background:url("../images/ico-pdf.png"),#f7f7f7;
  background-position: center left 10px;background-repeat: no-repeat;background-size: 26px auto;
}

.i-pdf{margin-top: 7px;display: block;}

@media (min-width: 768px) {
.btn-back {
}

}

@media (min-width: 992px) {
.btn-back {
}

}

@media (min-width: 1200px) {
.btn-more__link {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 60px;
  border-radius: 35px;
  overflow: hidden;
  padding: 0px 0 0px 20px;
  border: none;
  letter-spacing: 0.05rem;
  text-decoration: none;
  color: #fff;
}

.btn-back {
}

}

@media (min-width: 1440px) {
.btn-more {
  width: 100%;
  max-width: 260px;
}

}

.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:20px 10px 0px;
	line-height: 1.4;
	font-size: 14px;
}
.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:#06A4AD;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#06A4AD;
	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(2px 2px 10px rgba(0,0,0,.5));
        filter: drop-shadow(2px 2px 10px rgba(0,0,0,.5)); }
.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;
}
.table-responsive::after {
font-size: 12px;
display: block;
padding: 0px 5px 5px 5px;
content: "表は左右にスクロールできます";
color: #999;
}
.table-responsive::-webkit-scrollbar {
height: 5px;
}

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

.table-responsive::-webkit-scrollbar-thumb {
border-radius: 5px;
background:#4ba4bc;
}
}







/* -----  news-detail.html  -----*/
.news #news-category{padding:50px 0px;position: relative;}
.news #news-category ul.category{display: flex;flex-wrap: wrap;}
.news #news-category ul.category li{width: 50%;padding: 0 .15em;margin-bottom: .3em;}
.news #news-category ul.category li a{display:flex;align-items: center;height: 50px;font-size: 14px; color: #191933;padding: .2em .5em;border: 1px solid #191933;line-height: 1.4;}
.news #news-category ul.category li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ac";
  font-weight: 900;
  display: inline-block;
  margin-right: 3px;
}
.news #news-category ul.category li a.active{background: #191933; color: #fff}

.news #section01{padding: 50px 0px;position: relative;}
.news #section01 .cate-title{position: relative;padding-left: 1.5em; font-weight: 600;padding-bottom: .3em;margin-bottom: 1.5em;font-size: 1.2em;}
.news #section01 .cate-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ac";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  left:0;
  top:-.1em;
  font-size: 1.2em;
}
.news #section01 .item{margin-bottom: 50px;}
.news #section01 a.item{position: relative;transition: .4s;display: block; margin-bottom: 50px;}
.news #section01 .item .item-thumb{position: relative;margin-bottom: 10px;overflow: hidden;}
.news #section01 a.item .item-thumb::after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
font-weight: 900;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: rgba(255,255,255,.7);
font-size: 30px;
transition: .4s;
}
.news #section01 a.item:hover .item-thumb::after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
font-weight: 900;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: rgba(25,25,51,1);
font-size: 30px;
}

.news #section01 .item .item-thumb .photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'cover;';
  position: absolute;
  left: 0;
  top: 0;
}
.news #section01 a.item:hover .item-thumb{filter: grayscale(100%);}

.news #section01 .item .item-date{margin-bottom: 5px;}
.news #section01 .item .item-date .cate{font-size: 13px;left: 0;border-radius: 15px;padding: .2em .6em;line-height: 1;color:#191933;}
.news #section01 .item .item-date .update{font-size: 14px;line-height: 1;color: #555;margin-top: 7px;}
.news #section01 .item .item-title{font-size:18px;line-height: 1.5;color: #191933;font-weight: 600;}

.news-header{margin-bottom: 30px;background:rgba(25,25,53,.05);padding: 1.2em;}
.news-header h3.item-title{font-size:18px;line-height: 1.5;color: #191933;font-weight: 600;margin-bottom: 20px;}
.news-header .update.detail{font-size: 14px;line-height: 1;color: #555;margin-top: 0;text-align: right;}
.news-header .update.detail span{}
.news-header .update.detail::before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  margin-right: .5em;
}
.news-txt{text-align: justify;margin-bottom: 30px;}
.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 rgba(25,25,51,.6);color:#581B14;letter-spacing: 0;display: block;line-height: 1.4;padding: .5em .5em;border-radius: .3em;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;}

@media (min-width:768px) {

.news #section01{padding: 70px 0px;}
.news #section01 .cate-title{position: relative;padding-left: 1.5em; font-weight: 600;padding-bottom: .3em;margin-bottom: 1.5em;font-size: 1.4em;}
.news #section01 .cate-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ac";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  left:0;
  top:-.1em;
  font-size: 1.2em;
}

.news-header{margin-bottom: 50px;padding: 1.2em;}
.news-header h3.item-title{font-size:18px;line-height: 1.5;color: #191933;font-weight: 600;margin-bottom: 20px;}
.download_file a{line-height: 1.4;padding: .7em;font-size:1em;}

}

@media (min-width:992px) {

.news #news-category ul.category li{width: 25%;padding: 0 .2em;margin-bottom: .3em;}
.news #news-category ul.category li a{display:flex;align-items: center;height: 50px;font-size: 14px; color: #191933;padding: .2em .5em;border:none;border-bottom: 1px solid #ccc;line-height: 1.4;}
.news #news-category ul.category li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ac";
  font-weight: 900;
  display: inline-block;
  margin-right: 3px;
}
.news #news-category ul.category li a.active{background: none; border-bottom: 1px solid #191933;color: #B78B14;}
.news #news-category ul.category li a:hover {color: #B78B14;border-bottom: 1px solid #191933;}
.news #news-category ul.category li a.active::before {color: #B78B14;}
.news #section01 .item .item-thumb{margin-bottom: 15px;}
.news #section01 .item .item-date{margin-bottom: 10px;display: flex;align-items: center;}
.news #section01 .item .item-date .cate{font-size: 13px;left: 0;border-radius: 15px;padding: .3em .6em;line-height: 1;color:#191933;margin-right: .5em;}
.news #section01 .item .item-date .update{font-size: 14px;line-height: 1;color: #555;margin-top: 0;}
.news #section01 .item .item-title{font-size:18px;line-height: 1.5;}

.news-header{margin-bottom: 50px;padding: 1.2em 1.5em;}
.news-header h3.item-title{font-size:22px;margin-bottom: 20px;}
.download_file ul li{margin-bottom: 0em;}

}



@media (min-width:1200px) {

.news #section01{padding: 100px 0px;}
.news #section01 .cate-title{margin-bottom: 1.8em;font-size: 1.6em;}
.news #section01 .cate-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ac";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  left:0;
  top:-.1em;
  font-size: 1.2em;
}

.news #section01 .item .item-title{font-size:20px;line-height: 1.5;}

}

@media (min-width:1680px) {
.news #news-category ul.category li a{font-size: 15px; }

.news-header{margin-bottom: 60px;padding: 1.2em 1.8em;}
.news-header h3.item-title{font-size:24px;margin-bottom: 20px;}

}


/*サムネ付きスライダー start*/
.slickwrap {
position: relative;
max-width: 650px;
width:100%;
margin: 0px auto;
margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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


.thumbnail-list {
  width: 100%;
  margin: 0;
  padding:0 0px;
}
.thumbnail-list .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex!important;
  flex-flow:wrap;
}
.thumbnail-item {
  transition: .3s;
  padding: 1px;
  width: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: 1;}
.thumbnail-item.slick-current img{
border: 2px solid #D0000A;
opacity: 1;
}
.thumbnail-item:hover img{opacity: 1;}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  top:40%;
}

.prev-arrow{
  display: block;
  width: 40px;
  height: 70px;
  background: rgba(25,25,51,.6);
  border-radius: 0%;
  transition: all .3s ease;
  cursor: pointer;
  position:absolute;
  left:-40px;
}
.next-arrow {
  display: block;
  width: 40px;
  height: 70px;
  background: rgba(25,25,51,.6);
  border-radius: 0%;
  transition: all .3s ease;
  cursor: pointer;
  position:absolute;
  right:-40px;
}
.prev-arrow {transform: rotate(180deg);}
.prev-arrow:hover{background: rgba(25,25,51,.9);}
.next-arrow:hover{background: rgba(25,25,51,.9);}


.prev-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}
.next-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}


@media screen and (max-width:991px) {
  .prev-arrow,
  .next-arrow {
    width: 30px;
    height:40px;
  }
.prev-arrow{left:-30px;}
.next-arrow {right:-30px;}

}

@media only screen and (max-width:767px){
.slider {margin: 0 0 10px 0;}
  .prev-arrow,
  .next-arrow {
    width: 20px;
    height:30px;
  }
.prev-arrow{left:-20px;}

.next-arrow {right:-20px;}
.prev-arrow::before{
  position:absolute;
  content: "";
  width:8px;
  height:8px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}
.next-arrow::before{
  position:absolute;
  content: "";
  width:8px;
  height:8px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}

}

@media only screen and (max-width:500px){
.slickwrap{width:90%;margin: 0 auto;margin-bottom: 50px;}
.prev-arrow{left:-20px;}

.next-arrow {right:-20px;}
}
/*サムネ付きスライダー end*/



/* -----  admission.html  -----*/
.admission #section01{padding: 50px 0px;position: relative;}
.admission #section01 .txt{text-align: justify;margin-bottom: 50px;}
.admission #section01 ul li .box{margin-bottom:35px;}
.admission #section01 ul li:last-child .box{margin-bottom:0;}

.admission #section01 .box{position: relative;background: rgba(184,138,21,.1);padding: 40px 1.5em 1.5em;}
.admission #section01 .box .point{position: absolute;background: #191935;color: white;top:-15px;left:50%;transform: translateX(-50%);padding: .3em 1em;font-family: ' Marcellus ';font-weight: 400;letter-spacing: .1rem;}
.admission #section01 .box .point span{padding-left: 5px;font-size: 1.5em;}
.admission #section01 .box .txt2{text-align: justify;}
.admission #section01 .box .txt3{text-align: justify;}

.admission #section01 h4.kika{text-align: center;font-weight: 600;margin-bottom: 30px;font-size: 18px;}
.admission #section01 h4.kika2{text-align:left;font-weight: 600;margin-bottom: 25px;font-size: 18px;padding-left: 1.4em;line-height: 1.5;}
.admission #section01 h4.kika2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
font-weight: 900;
position: absolute;
left:15px;
top:0;
color: orangered;
}
.admission #section01 ul li .box2{margin-bottom:15px;}
.admission #section01 ul li:last-child .box2{margin-bottom:0;}
.admission #section01 .box2{position: relative;background:#faf9d2;padding: 1.5em 1.5em;border-radius: 1em;box-shadow: 0 0 8px rgba(0,0,0,.1);color:#c63;}
.kika-txt{text-align: justify;margin-bottom: 20px;}
.kika-pic{}
.admission #section01 .index{position: relative;display:flex;justify-content: center; margin: 0 auto;margin-bottom: 25px;text-align: center;line-height: 1.5;}
.admission #section01 .index span{position: relative;z-index: 10;font-weight: 600;font-size: 20px;}
.admission #section01 .index span:before {
  content: '';
  position: absolute;
  left:-30px;
  top:-20px;
  width: 60px;
  height: 60px;
  background-image: url(../images/star.png);
  background-size: contain;
  vertical-align: middle;
  z-index: -1;
}
.admission #section01 .benrisi-txt{text-align: justify;margin-bottom: 50px;}
.admission .h4-benrisi{font-weight: 600;margin-bottom: 20px;font-size: 1.3em;padding-bottom: .3em;
border-bottom:1px solid #b08d33;
border-image: linear-gradient(to right, #b08d33 0%, white 100%) 1;}
.admission .benrisi-txt2{text-align: justify;}
.benrisi-pic{position: relative;width: 90%;margin: 0 auto;box-shadow: 5px 5px 10px rgba(176,141,51,.7);}
.benrisi-pic .num{position: absolute;z-index: 5;top:-30px;right:-20px;font-size: 40px;font-family: ' Marcellus ';font-weight: 400;}

.admission #section02{padding: 60px 0px;position: relative;background: rgba(182,138,20,.05);}
.admission #section02 .txt1{font-weight: 500;font-size: 20px;line-height: 1.4;margin-bottom: 30px;}
.admission #section02 .txt1 span{font-size: 30px;color: #f60;}
.admission #section02 .txt2{text-align: justify;margin-bottom: 30px;}
.admission #section02 .txt3{font-size: 20px;line-height: 1.4;text-align: center;}
.admission #section02 .txt3 span{font-size: 40px;margin-right: 2px;}

.chart {
  width: 270px;
  height: 270px;
  margin: 0 auto;
  vertical-align: top;
  position: relative;
  text-align: center;
  margin-bottom: 0px;
}


.single-chart {
  width: 100%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 0px auto;
  width: 250px;
  height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
}

.single-chart .circle {
  fill: none;
  stroke-width: 4;
  animation: progress 1.6s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.blue .circle { stroke: #3c9ee5;}

.percentage {
  fill: #666;
  font-size:.3em;
  font-family: ' Marcellus ';font-weight: 400;
  text-anchor: middle;
}


.kikabox{background: url("../images/kikabox1.jpg");background-position: center;background-size: cover;padding: 1.4em;}
.kikabox.bg2{background: url("../images/kikabox2.jpg");background-position: center;background-size: cover;}
.kikabox.bg3{background: url("../images/kikabox3.jpg");background-position: center;background-size: cover;}
.kikabox.bg4{background: url("../images/kikabox4.jpg");background-position: center;background-size: cover;}

.kikabox .inbox{background: rgba(255,255,255,.8);padding: 1.4em;}
.kikabox .inbox p{text-align: center;font-weight: 600;font-size: 1.1em;}
.jisseki-wrap{background: #191933;padding: 50px 0;}
.jisseki-wrap h3{color: white;text-align: center;font-weight: 500;font-size: 20px;margin-bottom: 30px;line-height: 1.5;}
.jisseki-wrap .flag{text-align: center;margin-bottom: 30px;}
.jisseki-wrap p{font-weight: 500;font-size: 20px;text-align: center;color: white;}
.jisseki-wrap p span{font-size: 30px;color:#f7ae10;}

.admission .table{border-bottom: 1px solid #ddd;}
.admission thead{background: #191936;display: none;}
.admission thead th{color: white;font-weight: 500;text-align: center;}
.admission thead th:first-child{width: 180px;}

.admission .table tbody th{padding: 15px;display: block;background: #191936;color: white;}
.admission .table tbody td{padding: 15px;display: block;text-align: justify;}

.admission #section03{padding: 50px 0px;position: relative;}
.kika_document{position: relative;font-weight: 600;font-size: 1.2em;margin-bottom: 20px;padding-left: 20px;}
.kika_document::before {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
font-weight: 900;
position: absolute;
left:0px;
font-size: 20px;
top:-2px;
color: orangered;
}
.immigration-txt{padding-bottom: .7em;border-bottom: 2px solid #191935;margin-bottom: 30px;}
.admission #section03 .h4-immigra{font-weight: 600;background: #191935;color: white;padding: .5em 1em;line-height: 1.4;font-size: 1.2em;border-radius: 5px;margin-bottom: 20px;}
.admission #section03 .box{padding: 1em;background: rgba(103,153,190,.1);border-radius: 3px;}
.admission #section03 .box h5{font-weight: 600;margin-bottom:10px;font-size: 16px;line-height: 1.2;color:#265ECE;}
.admission #section03 .box h5 span{font-weight: 400;margin-left:10px;font-size: 13px;background: #E3E5E7;padding: .3em .5em;}
.admission #section03 .box p{text-align: justify;}
.admission #section03 ul li{margin-bottom: 15px;}

.note{background: #f7f7f7;border-left: 5px solid red;padding: 1em;border-radius: .3em;margin-bottom: 30px;}

.admission #section04{padding: 50px 0px;position: relative;background: #f7f7f7;}
.flow_design05 {width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow05 {padding-left: 0;}

.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left:55px;
}

.flow05 > li:not(:last-child) {padding-bottom: 30px;}

.flow05 > li .icon05 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: orange;
  color: #fff;
  position: absolute;
  left: 0;
  font-family: ' Marcellus ';
  font-weight: 400;
}

.flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
}

.flow05 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: .4em;
}
.flow05 > li dl dt .ico{width: 40px;margin-right: 5px;}
.flow05 > li dl dt .ico img{width: 40px;height: auto;}

.flow05 > li dl dd {
  margin-left: 0;
  text-align: justify;
}


@media (min-width:667px) {
.admission #section01 .box{position: relative;background: rgba(184,138,21,.1);padding: 45px 2.5em 1.5em;}
.admission #section01 .box .point{position: absolute;background: #191935;color: white;top:-15px;left:50%;transform: translateX(-50%);padding: .3em 1em;font-family: ' Marcellus ';font-weight: 400;letter-spacing: .1rem;}
.admission #section01 .box .point span{padding-left: 5px;font-size: 1.5em;}
.admission #section01 .box .txt2{text-align: justify;}
.kika-txt{text-align: justify;margin-bottom: 20px;}
.kika-pic{width: 360px;margin: 0 auto;}
.benrisi-pic{width: 360px;margin: 0 auto;}


.admission thead{background: #191936;display:table-row-group;}
.admission thead th{color: white;font-weight: 500;text-align: center;}
.admission thead th:first-child{width: 180px;}
.admission .table tbody th{padding: 15px;display: table-cell;background: #fff;color: #191936;}
.admission .table tbody td{padding: 15px;display: table-cell;}


.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left:60px;
}

}



@media (min-width:768px) {
.admission #section01{padding: 70px 0;}
.admission #section01 ul li .box{margin-bottom:0;}
.admission #section01 .box{position: relative;background: rgba(184,138,21,.1);padding: 45px 1em 1em;}
.admission #section01 .box .point{position: absolute;background: #191935;color: white;top:-15px;left:50%;transform: translateX(-50%);padding: .3em 1em;font-family: ' Marcellus ';font-weight: 400;letter-spacing: .1rem;}
.admission #section01 .box .point span{padding-left: 5px;font-size: 1.5em;}
.admission #section01 .box .txt2{text-align: justify;}

.admission #section01 h4.kika{text-align: center;font-weight: 600;margin-bottom: 30px;font-size: 22px;}
.admission #section01 ul li .box2{margin-bottom:0;}
.admission #section01 ul li:last-child .box2{margin-bottom:0;}
.admission #section01 .box2{position: relative;background:#faf9d2;padding: 1.5em 1.5em;border-radius: 1em;box-shadow: 0 0 8px rgba(0,0,0,.1);color:#c63;}

.kika-txt{text-align: justify;margin-bottom: 0px;}
.kika-pic{width: 100%;margin: 0 auto;}
.admission #section01 .index{position: relative;display:flex;justify-content: center; margin: 0 auto;margin-bottom: 25px;text-align: center;line-height: 1.5;}
.admission #section01 .index span{position: relative;z-index: 10;font-weight: 600;font-size: 24px;}
.admission #section01 .index span:before {
  content: '';
  position: absolute;
  left:-40px;
  top:-30px;
  width: 80px;
  height: 80px;
}
.admission #section01 .benrisi-txt{text-align: center;margin-bottom: 50px;line-height: 1.7;}

.admission .h4-benrisi{font-weight: 600;margin-bottom: 30px;font-size: 1.5em;padding-bottom: .3em;
border-bottom:1px solid #b08d33;
border-image: linear-gradient(to right, #b08d33 0%, white 100%) 1;}
.admission .benrisi-txt2{text-align: justify;}
.benrisi-pic{width: 100%;margin: 0 auto;}
.benrisi-pic.hidari{width: 100%;margin: 0 auto;}
.benrisi-pic.hidari .num{top:-30px;left:-20px;right:auto;}

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

.admission #section02 .txt2{text-align: justify;margin-bottom: 0px;}

.jisseki-wrap{padding: 70px 0;}
.jisseki-wrap h3{font-size: 24px;margin-bottom: 30px;line-height: 1.5;}
.jisseki-wrap .flag{width: 550px;margin: 0 auto; text-align: center;margin-bottom: 50px;}

.jisseki-wrap p{font-size: 24px;text-align: center;color: white;}
.jisseki-wrap p span{font-size: 46px;padding: 0 .2em;}

.admission #section03{padding: 70px 0;}
.kika_document{font-size: 1.4em;margin-bottom: 20px;padding-left: 25px;}
.kika_document::before {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
font-weight: 900;
position: absolute;
left:0px;
font-size: 24px;
top:-2px;
color: orangered;
}

.admission #section04{padding: 70px 0;}
.flow05 > li dl dt {font-size: 1.5em;}
.flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 21px;
  transform: translateY(-50%);
}
.flow05 > li dl dt .ico{width: 50px;margin-right: 5px;}
.flow05 > li dl dt .ico img{width: 50px;height: auto;}

}


@media (min-width:992px) {
.admission #section01 .box{position: relative;background: rgba(184,138,21,.1);padding: 48px 2em 1.5em;}
.admission #section01 .box .point{position: absolute;background: #191935;color: white;top:-19px;left:50%;transform: translateX(-50%);padding: .3em 1em;font-family: ' Marcellus ';font-weight: 400;letter-spacing: .1rem;}
.admission #section01 .box .point span{padding-left: 5px;font-size: 1.5em;}
.admission #section01 .box .txt2{text-align: center;}
.admission #section01 .box2{position: relative;background:#faf9d2;padding: 1.5em 1.5em;border-radius: 1em;box-shadow: 0 0 8px rgba(0,0,0,.1);color:#c63;}
.admission #section01 .box2 .txt2{text-align: center;}

.admission #section01 h4.kika2{text-align:left;font-weight: 600;margin-bottom: 25px;font-size: 22px;padding-left: 1.4em;line-height: 1.4;}
.kika-txt{text-align: justify;margin-bottom: 0px;line-height: 1.8;}
.benrisi-pic{width: 93%;margin-left: 7%;}
.benrisi-pic.hidari{position: relative;width: 93%;margin-left: 0;}
.benrisi-pic .num{top:-30px;right:-20px;font-size: 40px;}
.benrisi-pic.hidari .num{top:-30px;left:-20px;right:auto;font-size: 40px;}

.admission #section02 .txt1{font-size: 23px;line-height: 1.4;margin-bottom: 30px;}
.admission #section02 .txt1 span{font-size: 36px;}
.admission #section02 .txt2{line-height: 1.8;}
.admission #section02 .txt3{font-size: 20px;line-height: 1.4;text-align: center;}
.admission #section02 .txt3 span{font-size: 45px;margin-right: 2px;}

.kikabox{padding: 1.8em;}
.kikabox .inbox{padding:2.6em 1.4em;}
.kikabox .inbox p{text-align: center;font-weight: 600;font-size: 1.2em;line-height: 2;}

.immigration-txt{padding-bottom: 1em;border-bottom: 2px solid #191935;margin-bottom: 40px;}
.admission #section03 .h4-immigra{font-weight: 600;background: #191935;color: white;padding: .5em 1em;line-height: 1.4;font-size: 1.4em;border-radius: 5px;margin-bottom: 30px;}
.admission #section03 .box{padding: 1.5em;border-radius: 5px;}
.admission #section03 .box h5{font-weight: 600;margin-bottom:10px;font-size: 18px;line-height: 1.2;}
.admission #section03 .box h5 span{font-weight: 400;margin-left:10px;font-size: 13px;background: #E3E5E7;padding: .3em .5em;}
.admission #section03 ul li{margin-bottom: 30px;}
.note{padding: 1.5em;}

.jisseki-wrap h3{font-size: 28px;margin-bottom: 30px;line-height: 1.5;}
.jisseki-wrap .flag{width: 650px;margin: 0 auto; text-align: center;margin-bottom: 50px;}

.admission thead th:first-child{width: 200px;}
.admission thead th{padding: 20px 15px;}
.admission .table tbody th{padding: 20px 15px;display: table-cell;background: #fff;color: #191936;}
.admission .table tbody td{padding: 20px 15px;display: table-cell;}

.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left:70px;
}


}


@media (min-width:1200px) {
.admission #section01{padding: 100px 0px;}
.admission #section01 .txt{line-height: 2;font-size: 1.1em; margin-bottom: 80px;}
.admission #section01 .box{position: relative;background: rgba(184,138,21,.1);padding: 55px 3em 2em;}
.admission #section01 .box .point{position: absolute;background: #191935;color: white;top:-21px;left:50%;transform: translateX(-50%);padding: .3em 1.5em;letter-spacing: .1rem;}
.admission #section01 .box .point span{padding-left: 5px;font-size: 1.5em;}
.admission #section01 .box .txt2{}

.admission #section01 h4.kika{margin-bottom: 45px;font-size: 24px;}
.admission #section01 .box2{position: relative;background:#faf9d2;padding: 1.9em;border-radius: 1em;box-shadow: 0 0 8px rgba(0,0,0,.1);color:#c63;}
.kika-txt{text-align: justify;margin-bottom: 0px;line-height: 2;}
.admission #section01 .index{position: relative;display:flex;justify-content: center; margin: 0 auto;margin-bottom: 35px;text-align: center;line-height: 1.5;}
.admission #section01 .index span{position: relative;z-index: 10;font-weight: 600;font-size: 27px;}
.admission #section01 .index span:before {
  content: '';
  position: absolute;
  left:-60px;
  top:-50px;
  width: 110px;
  height: 110px;
}
.admission #section01 .benrisi-txt{text-align: center;margin-bottom: 80px;line-height: 2;font-size: 1.1em;}
.admission .h4-benrisi{font-weight: 600;margin-bottom: 30px;font-size: 1.8em;padding-bottom: .3em;
border-bottom:1px solid #b08d33;
border-image: linear-gradient(to right, #b08d33 0%, white 100%) 1;}
.admission .benrisi-txt2{text-align: justify;line-height: 2;}
.benrisi-pic .num{top:-50px;right:-30px;font-size: 65px;}
.benrisi-pic.hidari .num{top:-50px;left:-30px;right:auto;font-size: 65px;}


.admission #section02{padding: 100px 0px;}
.admission #section02 .txt1{font-size: 30px;line-height: 1.3;margin-bottom: 40px;}
.admission #section02 .txt1 span{font-size: 52px;}

.jisseki-wrap{padding: 100px 0;}
.jisseki-wrap h3{font-size: 32px;margin-bottom: 40px;line-height: 1.5;}


.admission #section03{padding: 100px 0px;}
.admission thead th:first-child{width: 230px;}
.admission .table tbody th{padding: 20px;}
.admission .table tbody td{padding: 20px;}
.kika_document{font-size: 1.5em;margin-bottom: 25px;padding-left: 25px;}
.kika_document::before {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
font-weight: 900;
position: absolute;
left:0px;
font-size: 28px;
top:-2px;
color: orangered;
}


.admission #section04{padding: 100px 0px;}
.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left:80px;
}
.flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 23px;
  transform: translateY(-50%);
}
.flow05 > li dl dt .ico{width: 60px;margin-right: 5px;}
.flow05 > li dl dt .ico img{width: 60px;height: auto;}

}

@media (min-width:1680px) {

.admission #section01 .index span{position: relative;z-index: 10;font-weight: 600;font-size: 30px;}
.admission #section01 .index span:before {
  content: '';
  position: absolute;
  left:-70px;
  top:-60px;
  width: 140px;
  height: 140px;
}
.benrisi-pic .num{top:-70px;right:-45px;font-size: 75px;}
.benrisi-pic.hidari .num{top:-70px;left:-45px;right:auto;font-size: 75px;}

.admission #section03 .h4-immigra{line-height: 1.4;font-size: 1.8em;border-radius: 5px;margin-bottom: 30px;}
.admission #section03 .box{padding: 2em;border-radius: 5px;}
.admission #section03 .box h5{font-weight: 600;margin-bottom:15px;font-size: 22px;line-height: 1.2;}
.admission #section03 .box h5 span{font-weight: 400;margin-left:10px;font-size: 14px;background: #E3E5E7;padding: .3em .5em;}

}



/* -----  reason.html  -----*/
.reason #section01{position: relative;padding: 80px 0 50px;}
.reason #section01 .index{position: relative;display:flex;justify-content: center; margin: 0 auto;line-height: 1.7;}
.reason #section01 .index span{position: relative;z-index: 10;font-weight: 600;font-size: 17px;text-align: justify;}
.reason #section01 .index span:before {
  content: '';
  position: absolute;
  left:-15px;
  top:-50px;
  width: 80px;
  height: 80px;
  background-image: url(../images/star.png);
  background-size: contain;
  vertical-align: middle;
  z-index: -1;
}

.reason #section02{position: relative;padding: 50px 0 0px;background: #191933;}
.reason #section02 .wrap{background: white;border-radius: 40px 40px 0 0;padding: 2.5em 1.5em 50px}
.reason #section02 .wrap .box{padding-bottom: 50px;}
.reason #section02 .wrap .box:last-child{padding-bottom: 0px;}
.reason #section02 .wrap .box .icon{width: 120px;height: 120px;border-radius: 50%;background:rgba(25,25,53,0);border:3px solid #191935;padding: 30px;margin: 0 auto;margin-bottom: 20px;}
.reason #section02 .wrap .box .txtbox{}
.reason #section02 .wrap .box .txtbox h4{font-weight: 600;font-size: 20px;margin-bottom: 15px;position: relative;display: flex;align-items: center;}
.reason #section02 .wrap .box .txtbox h4 span{color: #b08d33;font-size: 28px;display: flex;align-items: center;justify-content: center;font-family: ' Marcellus ';font-weight: 400;margin-right: 5px;}
.reason #section02 .wrap .box .txtbox p{text-align: justify;}


@media (min-width:768px) {
.reason #section01{padding: 100px 0 70px;}
.reason #section01 .index{position: relative;display:flex;justify-content: center; margin: 0 auto;line-height: 1.8;}
.reason #section01 .index span{position: relative;z-index: 10;font-weight: 600;font-size:18px;text-align: center;}
.reason #section01 .index span:before {
  content: '';
  position: absolute;
  left:-45px;
  top:-70px;
  width: 120px;
  height: 120px;
  background-image: url(../images/star.png);
  background-size: contain;
  vertical-align: middle;
  z-index: -1;
}

.reason #section02{padding: 50px 0 0px;}
.reason #section02 .wrap{border-radius: 55px 55px 0 0;padding: 70px 3em 70px}
.reason #section02 .wrap .box{padding-bottom: 50px;display: flex;justify-content: space-between;}
.reason #section02 .wrap .box .icon{width: 120px;height: 120px;border-radius: 50%;background:rgba(25,25,53,0);border:3px solid #191935;padding: 25px;margin-left: 0;margin-bottom: 0px;}
.reason #section02 .wrap .box .txtbox{width: calc(100% - 150px);}
.reason #section02 .wrap .box .txtbox h4{font-weight: 600;font-size: 20px;margin-bottom: 15px;position: relative;display: flex;align-items: center;}
.reason #section02 .wrap .box .txtbox h4 span{}

}

@media (min-width:992px) {

}


@media (min-width:1200px) {
.reason #section01{padding: 130px 0 100px;}
.reason #section01 .index{position: relative;display:flex;justify-content: center; margin: 0 auto;line-height: 2;}
.reason #section01 .index span{position: relative;z-index: 10;font-weight: 600;font-size:20px;text-align: center;}
.reason #section01 .index span:before {
  content: '';
  position: absolute;
  left:-85px;
  top:-70px;
  width: 160px;
  height: 160px;
  background-image: url(../images/star.png);
  background-size: contain;
  vertical-align: middle;
  z-index: -1;
}

.reason #section02{padding: 80px 0 0px;}
.reason #section02 .wrap{border-radius: 80px 80px 0 0;padding: 100px 5em 100px}
.reason #section02 .wrap .box{padding-bottom:80px;}
.reason #section02 .wrap .box .icon{width: 150px;height: 150px;border-radius: 50%;background:rgba(25,25,53,0);border:3px solid #191935;padding: 25px;margin-left: 0;margin-bottom: 0px;}
.reason #section02 .wrap .box .txtbox{width: calc(100% - 190px);}
.reason #section02 .wrap .box .txtbox h4{font-weight: 600;font-size: 24px;margin-bottom: 15px;position: relative;display: flex;align-items: center;}
.reason #section02 .wrap .box .txtbox h4 span{font-size: 30px;margin-right: 10px;}

}

@media (min-width:1680px) {
.reason #section01 .index{position: relative;display:flex;justify-content: center; margin: 0 auto;line-height: 2.1;}
.reason #section01 .index span{font-size:22px;text-align: center;}
.reason #section01 .index span:before {
  content: '';
  position: absolute;
  left:-115px;
  top:-70px;
  width: 200px;
  height: 200px;
  background-image: url(../images/star.png);
  background-size: contain;
  vertical-align: middle;
  z-index: -1;
}

.reason #section02 .wrap .box .icon{width: 170px;height: 170px;border-radius: 50%;padding: 25px;margin-left: 0;margin-bottom: 0px;}
.reason #section02 .wrap .box .txtbox{width: calc(100% - 230px);}
.reason #section02 .wrap .box .txtbox h4 span{font-size: 35px;margin-right: 10px;}

}


/* -----  question.html  -----*/
.question #section01{position: relative;padding: 50px 0;}
.question-index{background: rgba(5,103,184,.1);padding: .5em .8em;font-weight: 600;margin-bottom: 30px;font-size: 20px;}


.question #section02{position: relative;padding: 0px 0 50px;}

#accordion_menu > .bar {
	border: #191933 1px solid;
	margin-bottom: 10px;
}
#accordion_menu > .bar.end {margin-bottom: 60px;}

#accordion_menu a{
position: relative;
	color: #191933;
	background: white;
	font-weight: 600;
}
#accordion_menu a span{position: relative;}

#accordion_menu a[data-toggle="collapse"]{
	display: block;
	padding: 10px 25px 10px 10px;
	text-decoration: none;
  position: relative;
  background: #fff;
}
#accordion_menu a[data-toggle="collapse"]::before {
  content: "Q";
font-weight: 600;
font-size: 30px;
margin-right: 5px;
}
#accordion_menu a[data-toggle="collapse"]:hover{background: #fff;}
#accordion_menu a[data-toggle="collapse"]::after{
	content:"";
	display: block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #191933;
  position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
}
#accordion_menu a[aria-expanded=false]::after{
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition-duration: 0.3s;
}
#accordion_menu a[aria-expanded=true]::after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition-duration: 0.3s;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #b08d33;
}
#accordion_menu > .bar div{padding: 1.5em;position: relative;}
[id^="menu"] {margin-top: 0px;border-top: #191933 1px dashed;margin-bottom:0px;border-bottom: #191933 0px solid;}
#accordion_menu > .bar div p{position: relative;text-align: justify;}
#accordion_menu > .bar div p .fab{color: #b08d33;}
#accordion_menu > .bar div p::before {
  content: "A";
  font-weight: 600;
  color: #b08d33;
  font-size: 30px;
  margin-right: .5em;
}

@media (min-width:667px) {

}


@media (min-width:768px) {
.question #section01{padding: 70px 0;}
.question-index{background: rgba(5,103,184,.1);padding: .5em .8em;font-weight: 600;margin-bottom: 30px;font-size: 24px;}

.question #section02{padding: 0px 0 70px;}
#accordion_menu > .bar div{padding: 2em;position: relative;}
#accordion_menu > .bar.end {margin-bottom: 80px;}

}

@media (min-width:992px) {
#accordion_menu a{font-size: 1.1em;}
#accordion_menu a[data-toggle="collapse"]::after{
	content:"";
	display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #d993a2;
  position: absolute;
	right: 15px;
	top: 40%;
	margin: auto;
}
#accordion_menu a[aria-expanded=true]::after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition-duration: 0.3s;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #5c5c5c;
}

  }
  
 
@media (min-width:1200px) {
.question #section01{padding:100px 0;}
.question-index{padding: .7em 1em;margin-bottom: 50px;font-size: 30px;}

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

#accordion_menu a{font-size: 1.1em;}
#accordion_menu a[data-toggle="collapse"]{padding: 15px;}
[id^="menu"] li{padding: 0 15px;}
#accordion_menu > .bar div p::before {
  content: "A";
  font-weight: 600;
  color: #b08d33;
  font-size: 35px;
  margin-right: .5em;
}

#accordion_menu > .bar.end {margin-bottom: 100px;}

  }
  
@media (min-width:1440px) {
#accordion_menu a[data-toggle="collapse"]{padding: 20px;}
#accordion_menu a[data-toggle="collapse"]::after{
	content:"";
	display: block;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 17px solid #191933;
  position: absolute;
	right: 20px;
	top: 41%;
	margin: auto;
}
#accordion_menu a[aria-expanded=true]::after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition-duration: 0.3s;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 17px solid #b08d33;
}

#accordion_menu > .bar div{padding: 2.5em;position: relative;}



}




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


.company #section01{padding: 50px 0px;position: relative;}
.company #section01 .table th,
.company #section01 .table td {
  padding: auto;
  vertical-align: top;
  border-top: none;
}
.company .table{background: white!important;margin-bottom: 40px;}
.company .table th{width: 100%;background: white!important; display: block;border-bottom:1px solid #b08d33;border-top:none;padding: 15px 5px;font-weight: 600;}
.company .table td{width: 100%;background: white!important;display: block;border-bottom:1px solid #ccc;border-top:none;}
.company .table td span.call{color: #191933;}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.company #section01 h4{font-weight: 600;font-size: 20px;margin-bottom: 18px;}
.company #section01 .greeting-txt{text-align: justify;line-height: 1.6;margin-bottom: 15px;}
.company #section01 .name{text-align:right;margin-bottom: 20px;}
.company #section01 .name span{font-weight: 600;font-size: 1.3em;}
.company #section01 .pic-daihyo{width: 200px;margin: 0 auto;}
.comingsoon{height: 300px;display: flex;align-items: center;justify-content: center;}
.company #section01 p.english{line-height: 1.7;margin-bottom: 20px;}
.company #section01 p.english2{line-height: 1.7;margin-bottom: 20px;}
.company #section01 p.english2 a{color: #111;transition: .4s;text-decoration: underline;}
.company #section01 p.english2 a:hover{color:#B88A15;transition: .4s;}

.wrap-en{padding: 1.5em;}
.pic-en{width: 200px;margin: 0 auto;margin-bottom: 15px;}
.name-en{text-align: center;font-size: 18px;}
.name-en span{display: block;font-size: 15px;}

.company #section02{padding: 50px 0px;position: relative;}
.company #section02 .gmap{margin-bottom: 40px;}
.company #section02 .gmap iframe{width: 100%;height: 210px;}
.pic-map{padding: .6em;background: white;border: 1px solid rgba(0,21,46,.6);}
.company .table.history{background: none!important;margin-bottom: 0px;}
.company .table.history th{width: 100%;background: none!important; display: block;border-bottom:1px solid #ccc;border-top:none;padding: 15px 5px;font-weight: 600;}
.company .table.history td{width: 100%;background: none!important;display: block;border-bottom:1px solid #ccc;border-top:none;}

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



@media (min-width: 667px) {
.company #section01 .pic{width: auto;margin: 0px auto;margin-bottom: 0em;}
.company #section01 p.txt{margin-bottom: .7em;}
.youtube {
  width: 80%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.company .table.history th{width: 150px;background: none!important; display: table-cell;border-bottom:1px solid #ccc;border-top:none;padding: 15px 5px;font-weight: 600;vertical-align: middle;}
.company .table.history td{width:auto;background: none!important;display: table-cell;border-bottom:1px solid #ccc;border-top:none;vertical-align: middle;}

}



@media (min-width: 768px) {
.company #section01{padding: 80px 0px;}
.company .table{background: white!important;margin-bottom: 60px;}
.company .table th{width: 200px;display: table-cell;}
.company .table td{width: auto;display: table-cell;}
.company #section01 h4{font-weight: 600;font-size: 23px;margin-bottom: 20px;}
.company #section01 .greeting-txt{text-align: justify;line-height: 1.6;margin-bottom: 15px;}
.company #section01 .name{text-align:right;margin-bottom: 0px;}
.company #section01 .name span{font-weight: 600;font-size: 1.3em;}
.company #section01 .pic-daihyo{width: 90%;margin-left: 0;}

.company #section02{padding: 80px 0px;}

.company #section03{padding: 80px 0px;}
.company #section02 .gmap{margin-bottom: 50px;}
.company #section02 .gmap iframe{width: 100%;height: 320px;}


}

@media (min-width: 992px) {

.company #section01 p.txt{margin-bottom: .7em;padding: 0px 0px 0px 20px;}
.daihyoname{text-align: right;}

.company #section01 p.english{line-height: 1.8;margin-bottom: 30px;font-size: 1.1em;}
.company #section01 p.english:last-child{margin-bottom:0px;}
.name-en{text-align: center;font-size: 22px;}
.name-en span{display: block;font-size: 15px;}


.company #section02 .gmap iframe{width: 100%;height: 360px;}

.company #section03 .index{margin-bottom: 0.5em;font-size: 22px;}

}



@media (min-width: 1200px) {
.company #section01{padding: 100px 0px;}
.company .table{background: white!important;margin-bottom: 100px;}

.company .table th{width: 260px;display: table-cell;padding: 20px 5px;}
.company .table td{width: auto;display: table-cell;padding: 20px 5px;}
.company #section01 h4{font-size: 26px;margin-bottom: 30px;}
.company #section01 .greeting-txt{text-align: justify;line-height: 1.8;margin-bottom: 15px;}
.company #section01 .name{text-align:right;margin-bottom: 0px;}
.company #section01 .name span{font-weight: 600;font-size: 1.5em;}
.company #section01 .pic-daihyo{width: 80%;margin-left: 0;}
.company #section01 p.english{line-height:2;margin-bottom: 30px;font-size: 1.2em;padding-right: 1.4em;}
.wrap-en{padding: 2em;}

.pic-en{width: 250px;margin: 0 auto;margin-bottom: 15px;}

.company #section02{padding: 100px 0px;}
.company #section02 .gmap iframe{width: 100%;height: 370px;}

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


}


@media (min-width: 1680px) {
.company .table th{width: 260px;display: table-cell;padding: 25px 5px;}
.company .table td{width: auto;display: table-cell;padding: 25px 15px;}

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

}





/* -----  contact-box ------- */

.contact #section01{padding: 50px 0px;}
.contact #section01 .box{}
.contact #section01 .box .tel{text-align: center;font-weight: 500; line-height: 1;font-size: 15px;padding: 1.3em 1em;background: rgba(25,25,51,1);color:#fff;}
.contact #section01 .box .tel span{margin-left: 4px;color:#fff;font-size:25px;letter-spacing: .1rem;}
.contact #section01 .time{text-align: center;padding-top: .4em;font-size: 12px;}


.contact #section02{padding: 50px 0px;position: relative;background: rgba(25,25,51,.05);}
.privacybox{position: relative;padding-top: 30px;}
.privacybox #poricy{position: absolute;left:0;top:-80px;}

.pre-scrollable{word-break: break-all;padding: 1.6em;background: white;border-radius: .5em;}
.contact #section02 .txt{margin-bottom: 40px}
span.hissu{color: white;background:#b08d33; padding: 4px 8px;border-radius: 3px;font-size: 12px;line-height: 1;}

.contact .h3-contact { position: relative;font-family: ' BIZUDPGothic-Bold ';margin-bottom: 3em;font-size: 17px;}
.contact .h3-contact:before {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 30px;
  height: 3px;
  content: '';
  background:rgba(6,164,173,1.00);
}


.contact .table{border-bottom: 1px solid #eee;}
.contact .table th{width: 100%;display: block;background: rgba(25,25,51,1)!important;color: white; font-weight: normal;padding: 15px 5px;}
.contact .table td{width: 100%;display: block;background: white;padding-left: 30px;vertical-align: middle;}
.table th span.hissu{olor: white;background:#b08d33; padding: 4px 8px;border-radius: 3px;float: right;font-size: 12px;}
.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;
}


.contact h4{margin-bottom: 1.5em;font-size: 20px;}
.contact h5{margin-bottom: 1.5em;font-size: 16px;padding-bottom: .5em;border-bottom: 1px solid #ddd;font-family: ' BIZUDPGothic-Bold ';}
.h5-policy{font-size: 16px;font-family: ' BIZUDPGothic-Bold ';margin-bottom: 1em;border-left:5px solid rgba(6,164,173,1.00);padding-left: 10px;line-height: 1;}
.txt-privacy{font-size: 14px;line-height: 1.5;padding-left: 20px;}

.tenpu label {
 display: inline-block;
 position: relative;
 background: #ccc;
 color:#fff;
 font-size: 13px;
 letter-spacing: 0;
 padding: 5px 10px;
 border-radius: 4px;
 transition: all 0.3s;
 cursor: pointer!important;
 margin: 2px 0px;
}
.tenpu label:hover {background: #888;}
.tenpu label input {
 position: absolute;
 left:0;
 top:0;
 opacity: 0;
 width: 100%;
 height: 100%;
}
.tenpu .filename {
 font-size: 12px!important;
 margin:0 0 0 10px;
 letter-spacing: 0;
 display: inline-block!important;
}

@media (min-width: 667px) {

.contact #section01 .box .tel{text-align: center;font-weight: 400; line-height: 1;font-size: 14px;padding: 1.3em .5em;}
.contact #section01 .box .tel span{margin-left: 4px;font-size:22px;letter-spacing: .08rem;}
}


@media (min-width: 768px) {

.contact #section01{padding: 70px 0px;}
.contact #section01 .box .tel{text-align: center;font-weight: 400; line-height: 1;font-size: 14px;padding: 1.6em .5em;}
.contact #section01 .box .tel span{margin-left: 4px;font-size:26px;letter-spacing: .08rem;}




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

.contact .h3-contact { font-size: 20px;}
.contact .h3-contact:before {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 40px;
  height: 3px;
  content: '';
  background:rgba(6,164,173,1.00);
}


.contact .table th{width: 210px;display:table-cell;font-weight: normal;vertical-align: middle;border-right: 1px solid #eee;padding: 15px;}
.contact .table td{width: auto;display:table-cell;padding-left: 15px;}
.contact .table td.subindex{width: 120px;}

.h5-policy{font-size: 18px;margin-bottom: 1em;}



}


@media (min-width: 992px) {
.contact #section01 .box .tel{text-align: center;font-weight: 400; line-height: 1;font-size: 18px;padding: 1.6em .5em;}
.contact #section01 .box .tel span{margin-left: 4px;font-size:32px;letter-spacing: .08rem;}



.contact #section02 .txt{margin-bottom:50px}
.contact h4{margin-bottom: 1.5em;font-size: 24px;}
.contact h5{margin-bottom: 1.5em;font-size: 18px;}
.privacybox #poricy{position: absolute;left:0;top:-100px;}

}




@media (min-width: 1280px) {

.contact #section01{padding: 100px 0px;}
.contact #section01 .box .tel{font-size: 20px;padding: 1.8em .5em;}


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

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


}






.doi-box{padding:15px;}
.doi-box label{font-size: 13px;margin-bottom: 15px;}
.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: 7px 5px;}

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

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

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




.form-4{width:5em}
.form-s{width:70px}
.form-m{width:150px}
.form-name{width:99%;}
.form100{width:99%}
.form-h{ height:15em;}
.needinput{background-color:#fafafa;border:1px solid #ddd}
.nengo { outline:0; padding:7px;border-radius: 7px; }
.recruit input ,select {
    position:relative;
	color: #111;
	font-size: medium;
}
.recruit select { outline:0; padding:10px 10px;border-radius: 7px; }

.contact input ,select {
    position:relative;
	color: #111;
	font-size: medium;
}

input[type="checkbox"], input[type="radio"] {vertical-align:middle;position: relative;top:-2px;}
input{font-size:100%;vertical-align:middle; padding:12px;}
.recruit input[type="text"], select{border:1px solid #ddd;}
.contact input[type="text"], select{border:1px solid #ddd;}

input,textarea { outline: none; padding:12px;border-radius: 7px; }
textarea{border:1px solid #ccc;width:99%;color: #111;font-size: medium;}

input::placeholder {color: #ccc;font-size: 13px;letter-spacing: 0.08rem;}
input::-webkit-input-placeholder {color: #ccc;font-size: 13px;letter-spacing: 0.08rem;}
input:-ms-input-placeholder {color: #ccc;font-size: 13px;letter-spacing: 0.08rem;}
input::-moz-placeholder {color: #ccc;font-size: 13px;letter-spacing: 0.08rem;}
textarea::placeholder {color: #ccc;font-size: 13px;letter-spacing: 0.08rem;}
textarea::-webkit-input-placeholder {color: #ccc;font-size: 13px;letter-spacing: 0.08rem;}
textarea:-ms-input-placeholder {color: #ccc;font-size: 13px;letter-spacing: 0.08rem;}
textarea::-moz-placeholder {color: #ccc;font-size: 13px;letter-spacing: 0.08rem;}


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

}




.contact_box{background: #f2f2f5;position: relative;padding: 50px 0;}
.contact_box h3{font-weight: 500;margin-bottom: 1.5em;line-height: 1;display: flex;justify-content: center;}
.contact_box h3 span{font-family: ' NotoSerifJP ';display: flex;align-items: center;justify-content: center;font-size: 28px;letter-spacing: 0;margin-bottom: 0;background: #191933;color: white;width: 40px;height: 40px;margin: 0 2.5px;}
.contact_box h3 span.orange{color: #f90;}

.contact_box .txt{font-size: 1.3em;margin-bottom: 20px;text-align: center;line-height: 2.4;}
.contact_box .txt span{border-bottom: 1px solid #191935;padding-bottom: .2em;}
.contact_box .telnum{text-align: center;background: none!important;font-weight: 500;letter-spacing: .1rem;margin-bottom: .5em;font-size: 17px;line-height: 1;}
.contact_box .telnum span.call{letter-spacing: .1rem;color:#191935; font-size: 28px;background: none!important;border-radius:0px!important;transition:0;height: 1!important;}
.contact_box .time{text-align: center;font-weight: 500;letter-spacing: .05rem;font-size: 13px;line-height: 1.4;margin-bottom: 30px;}
.contact_box a.mail{width: 270px;margin: 0 auto; display: flex;flex-direction: column;justify-content: center;align-items: center;height: 80px;line-height: 1;background: #b08d33;color: white;border-radius: 40px;transition: .4s;}
.contact_box a.mail span{font-size: .8em;margin-bottom: .6em;}
.contact_box a.mail:hover{background: #c0aa72;}
.contact_box [data-action="call"]  {text-decoration: none!important;background: none;height: auto;padding: 0;}


@media (min-width: 667px) {
.contact_box h3{margin-bottom: 1.5em;}
.contact_box h3 span{font-size: 32px;width: 55px;height: 55px;margin: 0 3px;}
.contact_box .telnum{text-align: center;font-weight: 500;letter-spacing: .1rem;margin-bottom: .4em;font-size: 17px;line-height: 1;}
.contact_box .telnum span.call{letter-spacing: .1rem;color:#191935; font-size: 28px;}
.contact_box .time{text-align: center;font-weight: 500;letter-spacing: .05rem;font-size: 13px;line-height: 1.4;margin-bottom: 0px;}
.contact_box a.mail{width: 100%;margin: 0 auto; display: flex;flex-direction: column;justify-content: center;align-items: center;height: 80px;line-height: 1;background: #b08d33;color: white;border-radius: 40px;transition: .4s;}
.contact_box a.mail span{font-size: .8em;margin-bottom: .6em;}

}

@media (min-width: 768px) {


}

@media (min-width: 992px) {
.contact_box ul{width: 750px;margin: 0 auto;}
.contact_box .txt{font-size: 1.3em;margin-bottom: 50px;text-align: center;line-height: 1.5;}
.contact_box .telnum{text-align: center;font-weight: 500;letter-spacing: .1rem;margin-bottom: .5em;font-size: 22px;line-height: 1;}
.contact_box .telnum span.call{letter-spacing: .1rem;color:#191935; font-size: 35px;}
.contact_box .time{text-align: center;font-weight: 500;letter-spacing: .05rem;font-size: 13px;line-height: 1.4;margin-bottom: 0px;}


}

@media (min-width: 1200px) {


}

@media (min-width:1680px) {
.contact_box h3{margin-bottom: 3em;}
.contact_box h3 span{font-size: 45px;width: 75px;height: 75px;margin: 0 3px;}
.contact_box .telnum{text-align: center;font-weight: 500;letter-spacing: .1rem;margin-bottom: .3em;font-size: 24px;line-height: 1;}
.contact_box .telnum span.call{font-size: 38px;}
}










/*-----------------------------------------------------------------------------
print css
-----------------------------------------------------------------------------*/
@media print {
body {padding-top: 100px;}
.aos-init { opacity: 1 !important; transform: none !important; }
.cb-header2 {display: none!important;}
.site-header{
display:block;
position:absolute;
	width: 100%;
	z-index: 1000;
	top:0;
	left:0;
	right:0;
	height: 120px;
	transition: .8s;
}
.site-header:hover{background: rgba(255,255,255,1);}
.header{width: auto; position: relative;z-index: 10;display: block;}
.top-logo {display: block; position: absolute;width: 200px;top:15px;left: 20px;z-index: 20;}
.header-info{display: flex;align-items: center;justify-content: flex-end;height: 70px;padding-right: 15px;padding-left: 0;transition: 1.2s;}
.header-info .telbox{margin-right: 20px;display: flex;flex-direction: column;justify-content: space-around;height: 60px;}
.header-info .telbox .tel{line-height: 1;font-size: 20px;}
.header-info .telbox .tel .call{margin-left: .2em;color: #191933;}

.header-info .timebox{margin-right: 20px;}
.header-info .timebox dl{display: flex;flex-wrap: wrap; align-items: center;justify-content: space-between; width: 160px;font-size: 13px;line-height: 1.5;}
.header-info .timebox dl dt{width: 70px;padding: 0;}
.header-info .timebox dl dd{width: calc(100% - 70px);padding: 0;}

.header-info .contact a{display: flex;flex-direction: column; align-items: center;justify-content: center;line-height: 1.2;width: 180px;height: 54px;border-radius: 35px;background: #b08d33;color: white;font-size: 17px;transition: .4s;}
.header-info .contact a span.ja{font-size: 13px;}


.gnav-wrapper {width: 100%;display: flex;align-items: flex-end;height: 40px;}

.gnav {width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
}

.gnav li { 
  text-align: center;
  transition: all .3s ease-in-out;
}
.gnav li:last-child {padding-left: 10px; }

.gnav a {position: relative;
display: block;
text-align: center;
  color: #000;
  line-height: 1.3;
  font-family: ' Marcellus ';
  font-size: 15px;padding: 0 15px;
}
.gnav a span.ja{display: block;font-family: ' NotoSerifJP ';font-weight: 500;font-size: 13px;}
.gnav a.btn-en{height: 34px;width: 85px;font-size: 14px; background: #fff;border:1px solid #191933;color:#191933;display: flex;align-items: center;justify-content: center;font-weight: 500;border-radius: 18px;padding: 0;transition: .4s;}
.gnav a.drop {padding: 0 20px 0 10px;}

.gnav a.active {color: black;}
.gnav a.active::after {
  content: "◆";
position: absolute;
left:-2px;
top:0.5em;
  color: #b08d33;
  font-size: 9px;
}
.gnav a.drop::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
font-weight: 900;
position: absolute;
right:9px;
top:50%;
transform: translateY(-50%);
  color: #555;
  font-size: 9px;
}
.gnav a.drop.active {position: relative;}

.megamenu {display: none;}

.mainVisual {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden
}

.mainVisual__img {
    width: 96vw;
    height: 82%;
    margin: 0 auto;
    position: fixed;
	top:auto;
    bottom: 2vw;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url(../images/mainVisual__img.jpg);
    background-size: cover;
    background-position: center 40%;
    transform-origin: center;
}


.catch-area{left: 50px;top:auto;bottom:200px;}
.catch-txt2{font-size: 20px;line-height: 1.6;color: white;font-weight: 600;letter-spacing: .1rem;}
.catch-txt2 span{display: inline-block;font-size: 24px;line-height: 1;color: #191933;background: white; padding: .5em; font-weight: 500;letter-spacing: .1rem;margin-bottom: 10px;}

.home #section01 h4{font-weight: 600;margin-bottom: 15px;line-height: 1.8;font-size: 1.1em;letter-spacing: 0;text-align: left;}
.home #section01 .circle{margin-left: 0;width: 170px;height: 170px;padding: 0 2em;line-height: 1.6;margin: 0 auto;}
.home #section01 .circle:nth-of-type(2){background: #d1d1e5;margin-left: 0;margin-top: 10px;}
.home #section01 .circle:nth-of-type(3){background: #e6e6f0;margin-left: 55%;margin-top: -170px;}
.home #section01 .wrap{padding-left: 30px;}
.home #section01 .txt{line-height: 1.8}
.home #section01 .triangle {
position: absolute;
right:-20px;
top:50%;
transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 23px solid #c2c2ca;
  border-right: 0;
    margin: 0 auto;
  margin-top: 0;

}


.admission thead{background: #191936!important;display:table-row-group!important;}
.admission thead th{color: white;background: #191936!important;font-weight: 500;text-align: center;}
.admission thead th:first-child{width: 180px;}
.admission .table tbody th{padding: 15px;display: table-cell;background: #fff!important;color: #191936;}
.admission .table tbody td{padding: 15px;display: table-cell;}

.news #news-category ul.category li{width: 25%;padding: 0 .2em;margin-bottom: .3em;}
.news #news-category ul.category li a{display:flex;align-items: center;height: 50px;font-size: 14px; color: #191933;padding: .2em .5em;border:none;border-bottom: 1px solid #ccc;line-height: 1.4;}
.news #news-category ul.category li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ac";
  font-weight: 900;
  display: inline-block;
  margin-right: 3px;
}
.news #news-category ul.category li a.active{background: none; border-bottom: 1px solid #191933;color: #B78B14;}
.news #news-category ul.category li a.active::before {color: #B78B14;}

.contact .table th{width: 250px;display:table-cell;font-weight: normal;vertical-align: middle;}
.contact .table td{width: auto;display:table-cell;}



.footer-logo{width: 260px;margin-left: 0;margin-bottom: 25px;}
footer .address{font-size: 14px;text-align: left;line-height: 1.6;margin-bottom: 15px;}
footer .address a{transition: .4s;color: #191933;}
footer .address a:hover{color: #b08d33;}
footer .tel{line-height: 1;margin-bottom: 8px;display: flex;align-items: center;justify-content: flex-start;}
footer .tel span.index{border:1px solid #191933;width: 4em;text-align: center;padding: .2em .4em;font-size: .8em; margin-right: 5px;}
footer .tel:last-child{margin-bottom: 30px;}



.drawer_menu{display: none!important;}


#pagetop {display: none!important;}
.no-print{display: none!important;}
.mb30-xs2{margin-bottom: 0px;}

}
