@charset "utf-8";
/* CSS Document */


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; /*font-weight:normal;*/ clear:both}
p{ margin:0px; padding:0px}

.navbar {
  margin-bottom:0px;
  border:none;
}
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #efefef;}
.table{ margin-bottom:30px}
.table th{ width:30%}

@media (min-width: 768px) {.btn-group-vertical a{ padding-top:15px;padding-bottom:15px}}

img.img-fluid {display: block;}


/* 全体構造
---------------------------------------------------- */
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;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both;}

img{border:0;vertical-align:bottom;}

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

hr {
    display:block;
    height:1px;
    border-top:1px dotted #595757;
    margin:0;
    padding:0;
	margin-bottom:20px
}

body{
	font-size:85%;/* 基本のフォントサイズ */
	line-height:185%;/* 基本の行間 */
	font-family:FontAwesome, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#595757;
	letter-spacing: 0.05em;
	background-color: #fff;
}

sup {font-size: 80%;}

header,
main,
footer{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.en{
	font-family: "Marcellus", serif;
	font-weight: 400;
}
.en2{
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

/* link
---------------------------------------------------- */
a:link,a:visited,a:hover,a:active{text-decoration:none; color:#595757; }
/*.link_kon a:link,a:visited,a:hover,a:active{text-decoration:none; color:#f58599}*/


/* header
---------------------------------------------------- */
header{
	width: 100%;
	top: 0;
	z-index: 100!important;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	background: #fff;
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.13);
	font-weight: 700;
}
h1 {
	position: absolute;
	left: 15px;
	top: 17px;
	z-index: 100;
}
h1 a{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}
h1 a:link,
h1 a:visited{
	color: #427bbf;
}
h1 a img{
	width: 90px;
	margin-right: 15px;
}

@media print, screen and (min-width: 992px) {
	header {height: 90px;}
}
@media print, screen and (min-width: 1200px) {
	h1 a{ font-size: 120%;}
}
@media print, screen and (min-width: 1600px) {
	header {height: 105px;}
	h1 { top: 25px;}
	h1 a{ font-size: 150%;}
}




.head_box{
	display: table;
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
}
.head_box li{
	display: table-cell;
	vertical-align: middle;
}


.head_tel{
	display: inline-block;
	color: #fff;
	font-size: 100%;
	line-height: 1.4em;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	padding-left: 20px;
}
.head_tel .num{font-size: 145%;}

.head_download {padding-left: 20px; padding-top: 10px;}
@media print, screen and (min-width: 1200px) {
	.head_box{
		margin-top: 25px;
		margin-bottom: 20px;
	}
	.head_tel{font-size: 110%;}
	.head_tel .num{font-size: 160%;}
}



/* navi
---------------------------------------------------- */
/*
.gNav a:hover {
  color: #999;
}
*/

/*.nav { display: none; }なぜかこの指定をしていた。何かに影響するかも*/
nav li a {
	font-size: 100%;
	line-height: 1.4em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
	background: #fff;
	
}
nav li a:hover{color: #427bbf; opacity: 1;}
nav li.navi-on a{color: #427bbf; opacity: 1;}
nav li.navi-on a:hover{ color: #595757;}

nav li.navi-on .sub-menu a{color: #595757;}
nav li.navi-on .sub-menu a:hover{color: #427bbf;}

.mean-container .mean-nav ul li.navi-on2 a{color: #427bbf!important;}
.gNav .sub-menu li.navi-on2 a{color: #427bbf!important;}

  nav li i {
    font-size: 12px;
    /*margin-left: 5px;*/
  }

@media only screen and (max-width: 767px) {
  .gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
	/*
	.mean-nav img.img-fluid{
		display: inline-block!important;
		width: 50px;
		vertical-align: middle;
		padding-right: 10px;
	}
	*/
	.mean-nav li{
		border-bottom: 1px solid #444246;
	}
	
}
@media only screen and (max-width: 991px) {
  .h_logo {
    /*width: 150px;*/
    position: absolute;
    top:4px;
    left: 10px;
    z-index: 100;
  }
	.h_logo a{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
	}
	.h_logo a:link,
	.h_logo a:visited{
		color: #427bbf;
	}
	.h_logo a img{
		width: 85px;
		margin-right: 15px;
	}

	
	
	.mean-nav li{
		border-bottom: 1px solid #dadada;
	}
	.meanmenu-reveal {
	  margin: 15px 17px 27px 17px!important;
	}
	
	.mean-container .mean-bar{
		background: #fff!important;
		-moz-background-size:100% 2px!important;
		background-size:100% 2px!important; 
	}
}

@media print, screen and (min-width: 992px) {
  .h_logo img {  width: 20px;}
  .h_top {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
  }
  .gNav>ul {
    position: relative;
    /*display: flex;*/
	  display: table;
	  /*width: auto!important;*/
	  width: 100%;
	  /*float: right;*/
  }
  .gNav li {
    position: relative;
    /*margin-right: 3em;*/
	  display: table-cell;
	  vertical-align: middle;
  }
  .gNav li:last-child {
    margin-right: 0;
  }
  .gNav li a {
    position: relative;
    display: block;
    text-align: center;
    /*line-height: 80px;*/
	  padding: 10px 0 4px 0;
	  margin-left: 5px;
  }
  .gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 55px!important;
    left: 70%;
    margin-left: -110px;
    width: 170px;
    -webkit-transition: all .2s ease;
    /*transition: all .2s ease;*/
	  transition: opacity .2s ease;
  }
  .gNav .sub-menu.long_pc {
    width: 280px;
  }
  .gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 15px;
    line-height: 1.2em;
	border-bottom: 1px solid #fff;
	font-size: 90%;
  }
  .gNav .sub-menu a:hover:after {
    content: none;
  }
  .gNav .sub-menu li {
    display: block;
    /*font-size: 16px;*/
    padding: 0;
    margin: 0;
  }
  .gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  .gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  .gNav li ul li:after {
    content: none;
  }
  .gNav .sub-menu li a{margin-left: 0;}
  .gNav .sub-menu li a:hover {
    background: #fff;
	  color: #427bbf!important;
  }
	
	nav li a {
		font-size: 80%;
	}
	nav li a:hover,
	nav li.navi-on a{
		color: #595757;
		background: url(../images/navi-on.png) repeat-x bottom;
		opacity: 1;
	}
	nav li.navi-on .sub-menu a::after{
		background: none;
	}
	nav li.navi-on .sub-menu a:hover{color: #427bbf!important;}
	nav li .en{
		display: block;
		font-size: 50%;
		line-height: 1.4em;
		margin-top: 3px;
	}
	nav li .en a{font-weight: normal;}
	
	
}
@media print, screen and (min-width: 992px) {
	nav {margin-right: 0;}
	.gNav>ul { margin-top: 0;}
	nav li a { font-size:85%;}
	.gNav li a { margin-left: 10px;}
	.gNav li a:link,
	.gNav li a:visited{
		color: #fff;
	}
	
	/*ホバー*/
	nav > ul > li a::after {
	  position: absolute;
	  bottom: -2px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 1px;
	  background: #fff;
	transform: scale(0, 1);
	  transform-origin: center top;
	  transition: transform .3s;
	}
	nav > ul > li a:hover::after {
	  transform: scale(1, 1);
	}
	nav > ul > li.sen_none a::after {
	  background: none!important;
	}
	nav > ul > li.sen_none a:hover::after {
	  transform: 0!important;
	}
	nav > ul > li.navi-on a::after{
	  transform: scale(1, 1);
	}
	/*
	nav > ul > li a:hover,
	nav li.navi-on a{
		background: none!important;
		color: #fff!important;
	}
	*/
	
	nav > ul > li.yoyaku a {
	  background:#202f55!important;
	  color: #fff !important;
		padding: 10px 15px!important;
	}
	nav > ul > li.yoyaku a:hover {
	  background:#01497f!important;
	}
	nav > ul > li.yoyaku i {font-size: 60%!important; vertical-align: middle;}
	
	nav li.navi-on a:hover{background: none!important;}
	
	
}
@media print, screen and (min-width: 1200px) {
	nav li a { font-size: 95%;}
	.gNav li a { margin-left: 20px;}
	  .gNav .sub-menu {
		width: 190px;
		top: 65px!important;
	  }
	
	.gNav li.contact a:link,
	.gNav li.contact a:visited{
		padding: 40px 30px;
	}
}
nav li.navi-on li a

.sub_navi{
	border-top: 2px solid #fff;
}
.sub_navi p{
	width: 50%;
	float: left;
	border-bottom: 1px solid #fff;
}
.sub_navi.long p{
	width: 100%;
	float: none;
	border-bottom: 1px solid #fff;
}
.sub_navi p a:link,
.sub_navi p a:visited{
	background-color: #e5edf3;
	padding: 12px 15px!important;
}
.sub_navi p:nth-of-type(2n+1) { clear: both;}

nav li.navi-on .sub_navi a{
	color: #212121!important;
}
nav li.navi-on .sub_navi a:hover{
	color: #212b5c!important;
}
@media print, screen and (min-width: 576px) {
	.sub_navi p{
		width: 25%;
	}
	.sub_navi p:nth-of-type(2n+1) { clear: none;}
	.sub_navi p:nth-of-type(4n+1) { clear: both;}
}
@media print, screen and (min-width: 768px) {
	.sub_navi.long p{
		width: 50%;
		float: left;
	}
}


.mean-container .mean-nav ul li li{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 90%;
}
@media print, screen and (min-width: 576px) {
	.mean-container .mean-nav ul li li{
		width: 50%!important;
		float: left;
		font-size: 90%;
	}
	.mean-container .mean-nav ul li li:nth-of-type(2n+1) { clear: both;}
}


.mean-container .mean-nav ul li .long_pc li{
	width: 100%!important;
	float: left;
}
/*
.sub-menu{
	border-top: 2px solid #fff;
}
*/
.mean-container .mean-nav ul li li a {
  padding: 1em 10px!important;
}

.mean-container .mean-bar{background-color: #fff!important;box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.13);}/*ナビの背景*/

.osu1 {position: relative; z-index: 1;}
.osu2 {position: relative; z-index: 2;}
.osu3 {position: relative; z-index: 3;}

.f-right {float: right;}


.nav { display: none; }/*一瞬ナビが開くのをやめる*/

.top03 .nav{display: flex;}

#blog .nav{display: flex;}


/* pc用nav
---------------------------------------------------- */
.menu {
	font-size: 100%;
	position: relative;
	right: 0;
	top: 9px;
	z-index: 300!important;
}
.menu > ul > li a {color: #595757; text-align: left!important;}
.menu > ul > li a:hover,
.menu li.navi-on a{
	color: #595757;
	opacity: 1;
}
.menu > ul > li { border-bottom: 1px solid #ccc !important;}
.menu > ul > li > ul > li {list-style: none;}
.menu > ul > li > ul > li a {text-align: left!important;}

/*subナビ*/
.menu > ul > li > ul.normal-sub > li {
    width: 100%!important;
	margin: 0!important;
}
.menu > ul > li > ul {
	font-size: 90%;
    width: 100%;
    /*background: #efefef!important;*/
	background: url("../images/filter.png") repeat!important;
    padding: 15px 2px 15px 15px;
	z-index: 200!important;
}
.sub_navi{ display: table;}
.sub_navi .image,
.sub_navi .text{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
.sub_navi .image{ width: 80px;}
.sub_navi .title_s{
	font-size: 80%;
	line-height: 1.4em;
}

.menu > ul > li > ul.normal-sub {
  padding: 0!important;
}
.menu > ul > li > ul > li a{
  padding: 15px 5px!important;
}
  .menu > ul > li > ul.normal-sub > li {
      border-bottom: 1px solid #40403d;
      border-right: 1px solid #40403d;
  }
.menu > ul > li.navi-on > ul li.navi-on2 a {
  color: #fff!important;
	background-color: #e68fa2!important;
}
@media only screen and (max-width: 991px) {
    .menu-container { margin-top: 0!important;}
	.menu-dropdown-icon > a {margin-left: 30px;}
	/*.menu > ul > li:last-child a {padding: 0!important;}スマホのTEL用*/
}
@media print, screen and (min-width: 576px) {
	/*subナビ*/
	.menu > ul > li > ul.normal-sub > li {
		width: 50%!important;
	}
}
@media print, screen and (min-width: 768px) {
	/*subナビ*/
	.menu > ul > li > ul.normal-sub > li {
		width: 31.3%!important;
	}
}
@media print, screen and (min-width: 992px) {
	.menu {font-size: 115%;}
    .menu-container { margin-top: 0!important;}
	.menu .show-on-mobile {padding-top:10px!important;}
	
	.menu > ul{
		margin: 0 auto;
	}
	
	.menu > ul i {padding-left: 5px;}
	/*.menu > ul > li {float: right;}グローバルナビのみ右寄せにするために*/
	.menu > ul > li a{
		padding: 0 0 3px 0!important;
		text-align: center!important;
		margin-right: 20px;
		margin-top: 0;/*表示位置調整用*/
	}
	.menu > ul > li:last-child a {margin-right: 15px;}
	/*
	.menu > ul > li a:hover,
	.menu li.navi-on a{
		background: url(../images/navi-on.gif) repeat-x bottom;
		color: #595757!important;
	}
	*/
	.menu > ul > li a:hover li a,
	.menu li.navi-on ul li a{
		background: none!important;

	}
	.menu > ul > li > ul > li a {width: 100%!important;}
	.menu > ul > li > ul > li a:hover,
	.menu li > ul > li.navi-on a{
		background: none;
		color: #e68fa2!important;
	}
	.menu > ul > li { border-bottom: none !important;}
	
	/*subナビ*/
	.menu > ul > li > ul.normal-sub > li {
		width: 50%!important;
	}
	.menu > ul > li > ul.normal-sub > li a{
		padding: 15px!important;
		text-align: center!important;
		margin-right: 0!important;
		margin-left: 0;
		margin-top: 0;/*表示位置調整用*/
		margin-bottom: 0;/*表示位置調整用*/
	}
	.sub_navi .image,
	.sub_navi .text{
		display: table-cell;
		vertical-align: middle;
		padding: 0 5px;
	}
	.sub_navi .image{ width: 90px;}
	.sub_navi .title_s{
		font-size: 90%;
		line-height: 1.4em;
	}
	.sub_navi .title{
		font-size: 120%;
		line-height: 1.4em;
	}
	
	/*subナビ*/
	.menu > ul > li > ul.normal-sub > li {
		/*width: 33.3%!important;*/
		width: 25%!important;
	}
	.sub_navi .image{ width: 100px;}
	.sub_navi .title_s{ font-size: 70%;}
	.sub_navi .title{ font-size: 110%;}
	
	.menu > ul > li > ul.normal-sub.niko > li {
	  width: 50% !important;
	}	
	
	.menu > ul > li.navi-on > ul li.navi-on2 a {
		/*background-color: #323237!important;*/
		background: none!important;
		color: #427bbf!important;
	}
	
	.menu > ul > li a.btn_mail:first-child {margin-right: 10px;}
	
/*ホバー*/
	.menu > ul > li > a{
		position: relative;
		text-decoration: none;
	}
	.menu > ul > li > a::after {
	  background-color: #595757; /* 下線の色 */
	  bottom: -2px; /* 要素の下端からの距離 */
	  content: ""; /* 要素に内容を追加 */
	  height: 1px; /* 下線の高さ */
	  left: 0; /* 要素の左端からの距離 */
	  position: absolute; /* 絶対位置指定 */
	  transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
	  transform-origin: left top; /* 変形の原点を左上に指定 */
	  transition: transform .3s; /* 変形をアニメーション化 */
	  width: 100%; /* 要素の幅 */
	}
	/* リンクにホバーした際の下線の表示 */
	.menu > ul > li > a:hover::after {
	  transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
	}
	
	.menu > ul > li.navi-on > a::after{
	  background-color: #427bbf; /* 下線の色 */
	  bottom: -2px; /* 要素の下端からの距離 */
	  content: ""; /* 要素に内容を追加 */
	  height: 1px; /* 下線の高さ */
	  left: 0; /* 要素の左端からの距離 */
	  position: absolute; /* 絶対位置指定 */
	  transform: scale(1, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
	  transform-origin: left top; /* 変形の原点を左上に指定 */
	  transition: transform .3s; /* 変形をアニメーション化 */
	  width: 100%; /* 要素の幅 */
	}
	.menu > ul > li.navi-on > span a .text::after{
	  background-color: #427bbf; /* 下線の色 */
	  bottom: -6px; /* 要素の下端からの距離 */
	  content: ""; /* 要素に内容を追加 */
	  height: 1px; /* 下線の高さ */
	  left: 0; /* 要素の左端からの距離 */
	  position: absolute; /* 絶対位置指定 */
	  transform: scale(1, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
	  transform-origin: left top; /* 変形の原点を左上に指定 */
	  transition: transform .3s; /* 変形をアニメーション化 */
	  width: 100%; /* 要素の幅 */
	}
	
	
	
	.menu > ul > li.sen_none > a::after {
	  display: none;
	}
	
}
@media print, screen and (min-width: 1200px) {
	.menu { font-size: 120%;}
	.menu > ul > li a{
		margin-right: 30px;
	}
}
@media print, screen and (min-width: 1600px) {
	.menu {
		top: 15px;
	}
	.menu > ul > li a{
		margin-right:20px!important;
		/*margin-left: 20px;*/
	}
	.menu > ul > li a.btn_mail:first-child {margin-right: 10px!important;}
}



/*追記*/
.menu > ul > li > ul > li{width: 100%!important;}
.menu > ul > li > ul.sub-menu {
	/*padding: 15px 15px!important;*/
}
/*スマホ用TELとLINE*/
.sp_box{
	padding: 15px 10px!important;
}



/*展開後の中身*/
.sub_nakami{
	display: -webkit-flex;
    display: flex;
    justify-content: center;
	width: 100%;
}
.sub_nakami .box{
	margin: 5% 20px;
}
.sub_nakami .box h3{
	font-size: 140%;
	line-height: 1.4em;
	margin-bottom: 15px;
	font-weight: 700;
	color: #fff;
}

.sub_nakami .box ul {
	margin-left: -2.5%;
	margin-right: -2.5%;
}
.sub_nakami .box ul li{
	list-style: none;
	width: 45%;
	float: left;
	margin:0 2.5%;
}
.sub_nakami .box ul li:nth-of-type(2n+1) { clear: both;}

.sub_nakami .box.last ul li{
	width: 100%;
	margin:0%;
	float: none;
}
.sub_nakami .box.last ul li:nth-of-type(2n+1) { clear: none;}

.sub_nakami .box ul li a{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	width: 100%;
}
.sub_nakami .box ul li a:link,
.sub_nakami .box ul li a:visited{
	color: #fff;
	text-decoration: none;
	font-size: 100%;
	line-height: 1.4em;
	/*white-space: nowrap;*/
}
.sub_nakami .box ul li a:hover,
.sub_nakami .box ul li.navi-on2 a{
	color: #427bbf!important;
	text-decoration: none;
}
.sub_nakami .box ul li a img{
	min-width: 70px;
	max-width: 70px;
	width: 70px;
	height: auto;
	margin-right: 15px;
}

.kigyou .box{
	width: 70%;
}

@media print, screen and (min-width: 1200px) {
	.sub_nakami .box{
		margin: 5% 2.5%;
	}
	.sub_nakami .box h3{
		font-size: 160%;
	}

	.sub_nakami .box ul li a:link,
	.sub_nakami .box ul li a:visited{
		font-size: 110%;
	}
	.sub_nakami .box ul li a img{
		min-width: 100px;
		max-width: 100px;
		width: 100px;
		margin-right: 20px;
	}
}
@media print, screen and (min-width: 1600px) {
	.sub_nakami .box h3{
		font-size: 180%;
	}

	.sub_nakami .box ul li a:link,
	.sub_nakami .box ul li a:visited{
		font-size: 120%;
	}
	.sub_nakami .box ul li a img{
		min-width: 120px;
		max-width: 120px;
		width: 120px;
	}
}

.menu > ul > li > ul > li a {
  border-bottom: 1px solid #40403d!important;
}

/* midashi
---------------------------------------------------- */
.fs60 {font-size:60%; line-height: 1.6em;}
.fs70 {font-size:70%;}
.fs75 {font-size:75%;}
.fs80 {font-size:80%; line-height: 1.6em;}
.fs80 {font-size:80%; line-height: 1.6em;}
.fs85 {font-size:85%;}
.fs90 {font-size:90%;}
.fs110 {font-size:110%; line-height:1.6em;}
.fs120 {font-size:120%;}
.fs140 {font-size:130%; line-height:1.6em;}
.fs160 {font-size:160%;}
.fs180 {font-size:180%;}

.fs250 {font-size:180%; line-height:1.0em;}
@media print, screen and (min-width: 768px) {
	.fs250 {font-size:250%;}
}

.fs100_sm90_md90_lg100 {font-size: 100%;}
@media print, screen and (min-width: 768px) {
	.fs100_sm90_md90_lg100 {font-size: 90%;}
}
@media print, screen and (min-width: 1200px){
	.fs100_sm90_md90_lg100 {font-size: 100%;}
}

@media print, screen and (min-width: 768px){
	.fs90_smmd{ font-size: 90%;}
}
@media print, screen and (min-width: 1200px){
	.fs90_smmd{ font-size: 100%;}
}

.fs60_sm80_md70{font-size: 80%;}
@media print, screen and (min-width: 992px){
	.fs60_sm80_md70{font-size: 70%;}
}
@media print, screen and (min-width: 1200px) {
	.fs60_sm80_md70{font-size: 60%;}
}

.fs160_sp140 {font-size: 140%;}
@media print, screen and (min-width: 768px) {
	.fs160_sp140 {font-size: 160%;}
}

.text_large{font-size: 110%; line-height: 1.6em;}
@media print, screen and (min-width: 768px) {
	.text_large{font-size: 120%;}
}


.normal {font-weight: 400;}

@media print, screen and (min-width: 768px){
	.text_pl {padding-left: 20px;}
	.text_pr {padding-right: 20px;}
}
@media print, screen and (min-width: 1200px){
	.text_pl {padding-left: 40px;}
	.text_pr {padding-right: 40px;}
}


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

/*タイトルエフェクト*/
.title {display: inline-block;}
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #595757;
    pointer-events: none;
    opacity: 0;
}

/* 画像を使うときはvertical-align bottomをしないと下に余白ができてしまうので注意！！ */
.revealImg {
    width: 300px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
}

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

.midashi_tate_area{
	position: relative;
	overflow: hidden;
}

.midashi_tate{display: none!important;}
@media print, screen and (min-width: 1600px) {
	.midashi_tate{
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode:vertical-rl;
		font-size: 90%;
		margin-bottom: 0;
		display: inline-block!important;
		position: absolute;
		z-index: 1;
		left: 30px;
		top: 0;
		padding-top: 40px;
		color: #595757;
		background: url(../images/midashi_tate.gif) no-repeat center top;
		-moz-background-size:1px 32px;
		background-size:1px 32px; 
		font-family: "Oswald", sans-serif;
		font-weight: 500;
		letter-spacing: 0.2em;
	}
	.midashi_tate.white{
		color: #fff;
		background: url(../images/midashi_tate_white.gif) no-repeat center top;
	}
	.midashi_tate.sen_none{
		background: none;
	}
	.midashi_tate.migi{
		left: auto;
		right: 30px;
	}
}


/**/

#midashi_h2_area {padding-bottom: 10px;}
#midashi_h2_area{
	overflow: hidden;
	color: #fff;
	position: relative;
	z-index: 0;
	background: url("../images/h2_bg.jpg") repeat-x left top;
	-moz-background-size: auto 100%;
	background-size: auto 100%; 
	padding: 0 10px 10px 10px;
	
}
#midashi_h2_area .photo{
    position: absolute;
    bottom: 0%;
    left: 0%;
	width: 55%;
	z-index: -1;
	max-width: 317px;
}
#midashi_h2_area .photo img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 768px) {
	#midashi_h2_area .photo{
		width: 30%;
	}
}
@media print, screen and (min-width: 1600px) {
	#midashi_h2_area .photo{
		width: 55%;
		max-width: 700px;
	}
}
/**/


#midashi_h2{
	padding-top: 60px;
	color: #fff;
	margin-top: 55px;
}
#midashi_h2 .area{
	background-color: #09174e;
	padding: 20px 20px 10px 20px;
	width: 80%;
}
#midashi_h2 h2{
	line-height: 1.4em;
	margin-bottom: 50px;
	text-align: left; 
	font-size: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	position: relative;
	display: inline-block;
}
#midashi_h2 h2 img{
	max-width: 150px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: auto;
}
#midashi_h2 h2 .en{
	font-size: 300%;
	line-height: 1.4em;
	margin-top: 5px;
	display: -webkit-flex;
    display: flex;
    align-items:center;
	/*margin-bottom: 10px;*/
}
#midashi_h2 h2 .en img{
	min-width: 30px;
	max-width: 30px;
	margin-left: 15px;
}

.pankuzu{
	font-size: 85%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.pankuzu a:link,
.pankuzu a:visited{
	text-decoration: underline;
	color: #fff;
}



@media print, screen and (min-width: 576px){
	#midashi_h2 h2 .en{ font-size: 350%;}
}
@media print, screen and (min-width: 768px){
	#midashi_h2 {margin-bottom: 0;}
	#midashi_h2{  margin-bottom: 0;}
	#midashi_h2 h2 .en{ font-size: 400%;}
	#midashi_h2 h2 img{ max-width: 200px;}
}
@media print, screen and (min-width: 992px){
	#midashi_h2{ margin-top: 90px;}
	#midashi_h2 h2{ font-size: 120%;margin-top: 20px; margin-bottom: 60px;}
	#midashi_h2 h2 .en{ font-size: 450%;}
	#midashi_h2 h2 img{ max-width: 250px;}
}
@media print, screen and (min-width: 1200px){
	#midashi_h2 h2{ font-size: 160%;margin-top: 40px; margin-bottom: 80px;}
	#midashi_h2 h2 img{ max-width: 300px;}
}
@media print, screen and (min-width: 1600px){
	#midashi_h2 h2{ margin-top: 80px; margin-bottom: 100px;}
}


#midashi_h2 .narabi h3{
	margin-left: auto;
	border: 1px solid #fff;
	border-radius:5px;
	padding: 15px 7px;
	font-size: 100%;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
#midashi_h2 .narabi h3 i{
	font-size: 12px;
	background: linear-gradient(to right, #f2c828 0%, #e8901b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-right: 10px;
	padding-left: 5px;
}
#midashi_h2 .narabi h3 i.blue{
	font-size: 12px;
	background: linear-gradient(to right, #427bbf 0%, #427bbf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-right: 10px;
}

@media print, screen and (min-width: 576px){
	#midashi_h2 .narabi{
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	#midashi_h2 .narabi h3{
		padding: 15px 10px;
		font-size: 110%;
		margin-bottom: 50px;
	}
}
@media print, screen and (min-width: 768px){
	#midashi_h2 .narabi h3{
		padding: 20px 30px;
		font-size: 130%;
		margin-bottom: 50px;
	}
}
@media print, screen and (min-width: 1200px){
	#midashi_h2 .narabi h3{
		font-size: 150%;
		margin-top: 80px;
		margin-bottom: 100px;
	}
}


h2 .text span {
  clip-path: inset(0 0 100% 0);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
h2 .text span:nth-child(1) {
  transition-delay: 0.06s;
}
h2 .text span:nth-child(2) {
  transition-delay: 0.12s;
}
h2 .text span:nth-child(3) {
  transition-delay: 0.18s;
}
h2 .text span:nth-child(4) {
  transition-delay: 0.24s;
}
h2 .text span:nth-child(5) {
  transition-delay: 0.3s;
}
h2 .text span:nth-child(6) {
  transition-delay: 0.36s;
}
h2 .text span:nth-child(7) {
  transition-delay: 0.42s;
}
h2 .text span:nth-child(8) {
  transition-delay: 0.48s;
}
h2 .text span:nth-child(9) {
  transition-delay: 0.54s;
}
h2 .text span:nth-child(10) {
  transition-delay: 0.6s;
}
h2 .text span:nth-child(11) {
  transition-delay: 0.66s;
}
h2 .text span:nth-child(12) {
  transition-delay: 0.72s;
}
h2 .text span:nth-child(13) {
  transition-delay: 0.78s;
}
h2 .text span:nth-child(14) {
  transition-delay: 0.84s;
}
h2 .text span:nth-child(15) {
  transition-delay: 0.9s;
}
h2 .text span:nth-child(16) {
  transition-delay: 0.96s;
}
h2 .text span:nth-child(17) {
  transition-delay: 1.02s;
}
h2 .text span:nth-child(18) {
  transition-delay: 1.08s;
}
h2 .text span:nth-child(19) {
  transition-delay: 1.14s;
}
h2 .text span:nth-child(20) {
  transition-delay: 1.2s;
}
.text.-visible span {
  clip-path: inset(0 0 0 0);
}


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

.midashi_en{
	font-family: "Marcellus", serif;
	font-weight: 400;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	font-size: 250%;
	line-height: 1.0em;
	margin-bottom: 5px;
}
.midashi_en i{
	font-size: 12px;
	background: linear-gradient(to right, #f2c828 0%, #e8901b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-right: 10px;
	padding-left: 5px;
}
.midashi_en i.blue{
	font-size: 12px;
	background: linear-gradient(to right, #427bbf 0%, #427bbf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-right: 10px;
}
.midashi1.black .en{ font-size: 250%;}


.midashi_title{
	position: relative;
	display: inline-block;
}
.midashi_title img{
	max-width: 150px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: auto;
}
.midashi1{
	font-size: 140%;
	line-height: 1.4em;
	font-weight: 700;
	color: #fff;
	text-align: left;
}
.midashi1.black{
	color: #595757;
}
.midashi1 .en{
	display: block;
	font-size: 250%;
	line-height: 1.2em;
}

.midashi2{
	font-size: 120%;
	line-height: 1.4em;
	font-weight: 700;
}
.midashi2.pl {padding-left: 25px;}

.midashi2.icon{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.midashi2.icon i{
	color: #e99718;
	font-size: 15px;
	margin-right: 10px;
}

.midashi3{
	font-size: 200%;
	line-height: 1.6em;
	font-weight: 700;
}
.midashi3.blue{ font-size: 160%;}
.midashi3.blue.black{ color: #595757;}

.midashi4{
	font-size: 120%;
	line-height: 1.6em;
	font-weight: 700;
	border-left: 1px solid #595757;
	padding: 0 0 0 15px;
}
.midashi4.blue{
	border-left: 1px solid #427bbf;
}

.midashi5{
	font-size: 130%;
	line-height: 1.6em;
	font-weight: 700;
}

.midashi6{
	font-size: 140%;
	line-height: 1.6em;
	font-weight: 700;
	border-bottom: 1px solid #595757;
	padding-bottom: 5px;
}


.midashi7{
	font-size: 120%;
	line-height: 1.6em;
	font-weight: 700;
	color: #427bbf;
}
.midashi7.icon{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.midashi7 .bi-circle-fill{
	font-size: 10px;
	color: #427bbf;
	margin-right: 10px;
}

@media print, screen and (min-width: 576px) {
	.midashi_en{ font-size: 330%;}
	
	.midashi1{ font-size: 140%;}
	.midashi1 .en{ font-size: 300%;}
	.midashi3.blue{ font-size: 180%;}
	.midashi5{ font-size: 140%;}



}
@media print, screen and (min-width: 768px) {
	.pl_text {padding-left: 15px;}
	.pr_text {padding-right: 15px;}
	
	.midashi1{ font-size: 160%;}
	.midashi1 .en{ font-size: 350%;}
	.midashi_title img{ max-width: 200px;}
	
	.midashi3{ font-size: 300%;}
	.midashi3.blue{ font-size: 200%;}
	.midashi5{ font-size: 160%;}
	.midashi6{ font-size: 160%;}
}
@media print, screen and (min-width: 992px) {
	.pl_text {padding-left: 25px;}
	.pr_text {padding-right: 25px;}
	.midashi_title img{ max-width: 250px;}
	.midashi1 .en{ font-size: 400%;}
	.midashi1.black .en{ font-size: 300%;}
}
@media print, screen and (min-width: 1200px) {
	.midashi_en{ font-size: 350%;}
	
	.midashi1{ font-size: 180%;}
	.midashi_title img{ max-width: 300px;}
	
	.midashi2{ font-size: 130%;}
	.midashi3{ font-size: 350%;}
	.midashi3.blue{ font-size: 250%;}
	.midashi5{ font-size: 180%;}
	.midashi6{ font-size: 180%;}
}
@media print, screen and (min-width: 1600px) {
	.midashi_en{ font-size: 400%;}
	.midashi1 .en{ font-size: 450%;}
	.midashi1.black .en{ font-size: 350%;}

}



/*リンク・ボタン関係
---------------------------------------------------- */
a:hover{opacity:0.7;filter: alpha(opacity=70);/*transition: 0.5s;*/}

.btn{ padding-top:10px; padding-bottom:10px;}
@media print, screen and (min-width: 768px) {.btn{ padding:10px 25px;}}

.btn.dsb_sp {display: block;}
@media print, screen and (min-width: 768px) {.btn.dsb_sp {display: inline-block;}}

.btn_area{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.btn_area >div:first-child {margin-right: 10px;}


.button1 {
  width:max-content;
  height:auto;
  position:relative
}
.button1 a {
  font-size:100%;
  font-weight:700;
  letter-spacing:0;
  line-height:1.5;
  display:flex;
  justify-content:space-between;
  align-items:center;
  transition:color .2s cubic-bezier(0.33, 1, 0.68, 1);
	background-color: #595757;
	padding: 8px 8px 8px 28px;
	border-radius: 50px;
}
.button1.en a{font-size: 90%;}
.button1 a:link,
.button1 a:visited{
	text-decoration: none;
	color: #fff;
}
.button1 a:hover {
  color:#427bbf;
  opacity:1
}
.button1 a .arrow {
  width:32px;
  height:32px;
  margin-left:30px;
  transition:width .2s cubic-bezier(0.33, 1, 0.68, 1),height .2s cubic-bezier(0.33, 1, 0.68, 1)
}
.button1 a .arrow i {
	color: #fff;
}
.button1 a:hover .arrow {
  width:40px;
  height:40px;
}



.mannaka .button1,
.mannaka .button2,
.mannaka .button3{
	margin: 0 auto;
}


.button2 {
  width:max-content;
  height:auto;
  position:relative
}
.button2 a {
  font-size:100%;
  font-weight:700;
  letter-spacing:0;
  line-height:1.5;
  display:flex;
  justify-content:space-between;
  align-items:center;
  transition:color .2s cubic-bezier(0.33, 1, 0.68, 1);
	background-color: #427bbf;
	padding: 8px 8px 8px 28px;
	border-radius: 50px;
}
.button2.en a{font-size: 90%;}
.button2 a:link,
.button2 a:visited{
	text-decoration: none;
	color: #fff;
}
.button2 a:hover {
  color:#595757;
  opacity:1
}
.button2 a .arrow {
  width:32px;
  height:32px;
  margin-left:30px;
  transition:width .2s cubic-bezier(0.33, 1, 0.68, 1),height .2s cubic-bezier(0.33, 1, 0.68, 1)
}
.button2 a .arrow i {
	color: #fff;
}
.button2 .arrow::before {
  background-color:#595757
}

.button2 a:hover .arrow {
  width:40px;
  height:40px;
}




.button3 {
  width:max-content;
  height:auto;
  position:relative
}
.button3 a {
  font-size:100%;
  font-weight:700;
  letter-spacing:0;
  line-height:1.5;
  display:flex;
  justify-content:space-between;
  align-items:center;
  transition:color .2s cubic-bezier(0.33, 1, 0.68, 1);
	padding: 8px 18px 8px 38px;
	border-radius: 50px;
	border-collapse: collapse;
	border: 1px solid #fff;
}
.button3.en a{font-size: 90%;}
.button3 a:link,
.button3 a:visited{
	text-decoration: none;
	color: #fff;
}
.button3 a:hover {
  color:#595757;
  opacity:1
}
.button3 a .arrow {
  width:32px;
  height:32px;
  margin-left:30px;
  transition:width .2s cubic-bezier(0.33, 1, 0.68, 1),height .2s cubic-bezier(0.33, 1, 0.68, 1)
}
.button3 a .arrow i {
	color: #fff;
}
.button3 .arrow::before {
  background-color:#595757
}
.button3 a:hover .arrow {
  width:40px;
  height:40px;
}


.arrow {
  display:flex;
  justify-content:center;
  align-items:center;
  flex-shrink:0;
  width:24px;
  height:24px;
  position:relative;
  border-radius:50%
}
.arrow::before {
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  inset:0 auto auto 0;
  background-color:#427bbf;
  border-radius:50%;
  transition:transform .64s cubic-bezier(0, 0.55, 0.45, 1)
}
.arrow.red::before {
  background-color:#427bbf
}
.arrow.red i {
  fill:#595757
}
.arrow.gray::before {
  background-color:#f6f6f6
}
.arrow.gray i {
  fill:#427bbf
}
.arrow.white::before {
  background-color:#595757
}
.arrow.white i {
  fill:#427bbf
}
.arrow i {
  fill:#595757;
  position:relative
}





.btn1{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
	font-weight: 500;
}
.btn1:link,
.btn1:visited{
	color:#595757;
	padding:15px 0;
	text-decoration: none;
	z-index: 2;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 190px;
	border: 1px solid #595757;
}
.btn1.pdf:link,
.btn1.pdf:visited{
	width: 260px;
}
.btn1.long:link,
.btn1.long:visited{
	width: 260px;
}
.btn1:hover{
	opacity: 1;
	background-color: #427bbf;
	color: #fff;
	border: 1px solid #427bbf;
}
.tac .btn1{
	margin: 0 auto;
}
.tal_sptac .btn1{
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	.tal_sptac .btn1{
		margin: 0;
	}
}
@media print, screen and (min-width: 992px) {
	.btn1:link,
	.btn1:visited{
		width: 260px;
	}
	.btn1.long:link,
	.btn1.long:visited{
		width: 330px;
	}
}


.btn1 i {
	border-left: 1px solid #595757;
	padding-left: 10px;
	margin-left: 20px;
	font-size: 120%;
	line-height: 1.0em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	color: #595757;
}
.btn1.pdf i {
	font-size: 160%;
	color: #ac2d2f;
}
.btn1:hover i {
	border-left: 1px solid #fff;
	color: #fff;
}
.btn1.hidari i {
	border-left:none;
	border-right: 1px solid #595757;
	padding-left: 0;
	margin-left: 0;
	padding-right: 10px;
	margin-right: 20px;
}
.btn1.hidari:hover i {
	border-right: 1px solid #427bbf;
}
.btn1.btn {border-radius: 50px; }






.btn2{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
	font-weight: 500;
}
.btn2:link,
.btn2:visited{
	color:#fff;
	padding:15px 10px;
	text-decoration: none;
	z-index: 2;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 190px;
	border: none;
	background-image: -webkit-linear-gradient( 0deg, rgb(1,62,142) 1%, rgb(23,120,205) 100%);
	border: 1px solid #427bbf;
}
.btn2:hover{
	opacity: 1;
	background-color: #fff;
	color: #427bbf;
	background-image: none;
}

.tac .btn2{
	margin: 0 auto;
}
.tal_sptac .btn2{
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	.tal_sptac .btn2{
		margin: 0;
	}
}


.btn2 i {
	border-left: 1px solid #fff;
	padding-left: 10px;
	margin-left: 20px;
	font-size: 120%;
	line-height: 1.0em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	color: #fff;
}
.btn2:hover i {
	border-left: 1px solid #427bbf;
	color: #427bbf;
}
.btn2.hidari i {
	border-left:none;
	border-right: 1px solid #595757;
	padding-left: 0;
	margin-left: 0;
	padding-right: 10px;
	margin-right: 20px;
}
.btn2.hidari:hover i {
	border-right: 1px solid #427bbf;
}
.btn2.btn {border-radius: 50px; }







.btn3{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
	font-weight: 700;
}
.btn3:link,
.btn3:visited{
	color:#427bbf;
	padding:12px 25px ;
	text-decoration: none;
	border-bottom: 2px solid #427bbf;
	position: relative;
	z-index: 2;
}
.btn3:hover{
	opacity: 1;
	background-color: #427bbf;
	color: #fff;
	padding:12px 30px ;
	border-bottom: 2px solid #427bbf;
}
.btn3 i {margin-right: 10px; font-size: 90%;}

.btn3.btn {border-radius: 0; }





.btn_mail{
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/

}
.btn_mail:link,
.btn_mail:visited{
	color:#fff!important;
	background: #427bbf!important;
	padding:15px 20px!important;
	text-decoration: none;
	font-size: 100%;
	display: block;
}
.btn_mail:hover,
.navi-on .btn_mail,
.navi-on .btn_mail:hover{
	opacity: 1;
	background: #e99718!important;
	color:#fff!important;
}
.btn_mail.btn {border-radius: 50px; border: 0;}

.btn_mail i { margin-right: 7px;}
@media only screen and (max-width: 991px) {
	.btn_mail:link,
	.btn_mail:visited{
		font-size: 14px;
		width: 220px!important;
		text-align: center!important;
	}
}




.btn_pdf{
	font-size:25px;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	margin-left: 2px;
}
.btn_pdf:link,
.btn_pdf:visited{
	color:#ac2d2f!important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}
.btn_pdf:hover{
	opacity: 1;
	color: #595757!important;
}
.btn_pdf.btn {border-radius: 50px; padding:0; border: 0;}
.btn_pdf i {line-height: 40px;}






.btn_detail{
	font-size: 80%;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	margin-left: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.btn_detail:link,
.btn_detail:visited{
	color:#427bbf;
	border: 1px solid #427bbf;
   width:45px;
   height:45px;
   border-radius:50%;

   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
}
.btn_detail:hover{
	opacity: 1;
	background: #427bbf;
	border: 1px solid #427bbf;
	color: #fff;
}
.btn_detail.btn {border-radius: 50px; padding:0;}


.btn_map{
	font-size: 140%;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
  /*display: flex;*/
	display: inline-flex;
  justify-content: center;
  align-items: center;
	margin-left: 10px;
}
.btn_map:link,
.btn_map:visited{
	color:#427bbf;
	text-decoration: none;
}
.btn_map:hover{
	opacity: 1;
	color:#595757;
}
.btn_map.btn {border-radius: 50px; padding:0; border: 0;}





.pdf_list li{
	list-style: none;
	margin-bottom: 3px;
}
.pdf_list li a:link,
.pdf_list li a:visited{
	padding: 10px 15px;
	color: #ac2d2f;
	display: block;
	text-decoration: none;
	font-size: 90%;
	border: 1px solid #ac2d2f;
	border-radius: 5px;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
    display: -webkit-flex;
    display: flex;
    align-items: center;

}
.pdf_list li a:hover{
	border-radius: 50px;
	opacity: 1;
}
.pdf_list li i {margin-right: 10px; font-size: 140%;}
@media print, screen and (min-width: 768px){
	.pdf_list{
		margin-left: -1%;
		margin-right: -1%;
	}
	.pdf_list li{
		width: 31.3%;
		float: left;
		margin: 1%;
	}
}

.text_link_area a {text-decoration: underline; color: #595757;}

a.text_link {text-decoration: underline; color: #595757;}
a.text_link2 {text-decoration: underline; color: #fff;}

.cate_text a:link,
.cate_text a:visited{
	text-decoration: underline;
	color: #00ac9a;
}
@media only screen and (max-width: 767px) {
	.text_link_sp {text-decoration: underline; color: #595757;}
	.text_link_sp2 {text-decoration: underline!important; color: #fff;}
}

/* リスト
---------------------------------------------------- */
ol.list_ol{
	list-style:decimal;
	margin-left:25px;
}
ol.list_kansuji{
	list-style-type: cjk-ideographic;
	margin-left:35px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
ol.list_kansuji li {margin-bottom: 5px;}
ul.list_ul{
	list-style:disc;
	margin-left:20px;
}
ul.list_ul .sub{
	font-size: 80%;
	line-height: 1.6em;
}
ul.list_ul .list_sub {
	color: #8b8b9a;
	font-size: 90%;
}


ol.list_num {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
ol.list_num> li {
	color: #595757;
}
ol.list_num > li {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
	font-weight: 500;
}
ol.list_num > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #595757;
  color: #fff;
  display: block;
  float: left;
  line-height: 25px;
  margin-left: -35px;
  text-align: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
font-family: 'Roboto', sans-serif;
font-weight: 700;
	margin-top: 5px;
	font-size: 80%;
}
@media print, screen and (min-width: 576px){
	ol.list_num.cleaning> li {
		width: 48%;
		float: left;
	}
	ol.list_num.cleaning> li:nth-of-type(2n+1) { clear: both;}
}




/*
ul.list_check li{
	list-style:none;
	text-indent: -1.2em;
	padding-left:1.2em;
	line-height: 1.6em;
	font-size: 110%;
	margin-bottom: 5px;
	text-align: left;
}
ul.list_check li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	margin-right: 5px;
	color: #43b7cb;
}
ul.list_check.red li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	margin-right: 5px;
	color: #e24579;
}
*/

ul.list_maru li{
	list-style:none;
	text-indent: -1.2em;
	padding-left:1.2em;
	padding-bottom: 10px;
	line-height: 1.6em;
}
ul.list_maru li:before{
	font-family: bootstrap-icons;
	font-weight: 400;
	content: "\F517";
	margin-right: 5px;
	color: #427bbf;
	font-size: 80%;
}
@media print, screen and (min-width: 768px){
	ul.list_maru li {font-size: 110%;}
	
}


ul.list_check li{
	list-style: none;
	display: -webkit-flex;
    display: flex;
}
ul.list_check li i {margin-right: 7px; color: #ac2d2f; font-size: 120%;}

ul.list_check.kasen li{
	border-collapse: collapse;
	border-bottom: 1px solid #b9c6b1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


/* color
---------------------------------------------------- */
.red{color:#ac2d2f;}
.white{color:#fff;}
.black{color:#595757;}
.blue{color:#427bbf;}
.yellow{color:#e99718;}
.gray{color:#8b8b9a;}



/* hanyo
---------------------------------------------------- */
.large{font-size:110%;line-height:1.7em}
.small{font-size:80%;line-height:1.5em; font-weight:normal}
.lsn{ list-style:none;}
.ln{ line-height:normal}
.dsb{ display:block}
.dsi{ display:inline}

.kome {text-indent:-1em; margin-left:1em;}
.kome_num {text-indent:-2.8em; margin-left:2.8em;}


.tal{ text-align:left}
.tac{ text-align:center}
.tar{ text-align:right}
.bold {font-weight:bold;}

.tar_sptac {text-align:center;}
@media print, screen and (min-width: 768px) {
.tar_sptac {text-align:right;}
.large{font-size:120%;}
}

.tar_spsmtac {text-align:center;}
@media print, screen and (min-width: 992px) {
.tar_spsmtac {text-align:right;}
.large{font-size:130%;}
}

.tar_sptal {text-align:left;}
@media print, screen and (min-width: 768px){
.tar_sptal {text-align:right;}
}

.tal_lgtar {text-align:left;}
@media print, screen and (min-width: 1200px){
.tal_lgtar {text-align:right;}
}

.tal_smtac {text-align:center;}
@media print, screen and (min-width: 576px){
.tal_smtac {text-align:left;}
}

.tal_sptac {text-align:center;}
@media print, screen and (min-width: 768px){
.tal_sptac {text-align:left;}
}

.tal_spsmtac {text-align:center;}
@media print, screen and (min-width: 992px){
.tal_spsmtac {text-align:left;}
}

.tac_smtal {text-align:left;}
@media print, screen and (min-width: 576px){
.tac_smtal {text-align:center;}
}
.tac_sptal {text-align:left;}
@media print, screen and (min-width: 768px){
.tac_sptal {text-align:center;}
}

.img_c img{
	margin: 0 auto;
}
.margin_auto{margin: 0 auto;}

/* dl
---------------------------------------------------- */
/*
.dl_list dt{
	background: url(../images/dl_sen.jpg) no-repeat left center;
	padding: 3px 0 3px 25px;
}
.dl_list dd{
	line-height: 1.8em;
	padding-left: 25px;
}
*/

/* テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}
table ul.list_ul, table ol.list_ol{margin-left:20px;}

.nw {width:1%; white-space:nowrap;}
@media only screen and (max-width: 767px){
	.nw_sp {width:1%; white-space:nowrap;}
}
@media print, screen and (min-width: 768px){
	.nw_spnone {width:1%; white-space:nowrap;}
}

.table1{
	width:100%;
	border-collapse: collapse;
	/*border-top: 1px solid #dadada;*/
}
.table1 th{
	width:100%;
	padding:10px 10px 0 10px;
	display: block;
	color: #666;
	font-weight: 700;
}
.table1 td{
	width:100%;
	padding:0 10px 10px 10px;
	display: block;
	border-bottom: 1px solid #ccc;
	font-weight: 400;
}
@media print, screen and (min-width: 768px) {
	.table1 th{
		width:35%;
		padding:12px 12px;
		vertical-align:middle;
		text-align:center;
		display:table-cell;
		border-bottom: 1px solid #ccc;
		color: #595757;
	}
	.table1 td{
		width:100%;
		padding:12px 12px;
		display:table-cell;
		vertical-align: middle;
	}
}
@media print, screen and (min-width: 992px) {
	.table1 th{ width:35%;}
}
@media print, screen and (min-width: 1200px) {
	.table1 th{ width:30%;}
}


.table2{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.table2 th,.table2 td{
	padding: 15px 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}
.table2 td{
	width: 50%;
}


.wsnr {white-space: nowrap;}

/* サイズ指定
---------------------------------------------------- */
.mb05{ margin-bottom:5px}
.mb10{ margin-bottom:10px}
.mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px}
.mb30{ margin-bottom:30px}
.mb40{ margin-bottom:40px}
.mb50{ margin-bottom:50px}
.mb60{ margin-bottom:60px}
.mb70{ margin-bottom:70px}
.mt10{ margin-top:10px}
.mt20{ margin-top:20px}
.mt40{ margin-top:40px}
.ml20{ margin-left:20px}
.ml05{ margin-left:5px}
.ml10{ margin-left:10px}

.pl40 {padding-left: 40px;}
.mt10{ margin-top:10px}

@media print, screen and (min-width: 768px) {.pr30_sp0 {padding-right: 30px;}}

.mb10_sp {margin-bottom:10px;}
@media print, screen and (min-width: 768px) {.mb10_sp {margin-bottom:0;}}

.mb15_sp {margin-bottom:15px;}
@media print, screen and (min-width: 768px) {.mb15_sp {margin-bottom:0;}}

.mb20_sp {margin-bottom:20px;}
@media print, screen and (min-width: 768px) {.mb20_sp {margin-bottom:0;}}

.mb30_sp {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sp {margin-bottom:0;}}

.mb50_sp {margin-bottom:50px;}
@media print, screen and (min-width: 768px) {.mb50_sp {margin-bottom:0;}}

.mb50_lg0 {margin-bottom:50px;}
@media print, screen and (min-width: 992px) {.mb50_lg0 {margin-bottom:0;}}

.mb50_sp_sm0 {margin-bottom:50px;}
@media print, screen and (min-width: 576px) {.mb50_sp_sm0 {margin-bottom:0;}}

@media print, screen and (min-width: 768px) {.mb30_sp0 {margin-bottom:30px;}}

@media print, screen and (min-width: 992px) {.mb30_spsm0 {margin-bottom:0;}}

.mt10_sm20_md30 {margin-top: 10px;}
@media print, screen and (min-width: 768px) {.mt10_sm20_md30 {margin-top: 20px;}}
@media print, screen and (min-width: 992px) {.mt10_sm20_md30 {margin-top: 30px;}}

.mt20_sm40_md50 {margin-top: 20px;}
@media print, screen and (min-width: 768px) {.mt20_sm40_md50 {margin-top: 40px;}}
@media print, screen and (min-width: 992px) {.mt20_sm40_md50 {margin-top: 50px;}}

.mb10_md0 {margin-bottom: 10px;}
@media print, screen and (min-width: 992px) {.mb10_md0 {margin-bottom: 0;}}

.mb10_lg0 {margin-bottom: 10px;}
@media print, screen and (min-width: 1200px) {.mb10_lg0 {margin-bottom: 0;}}

.mb10_sm30 {margin-bottom: 10px;}
@media print, screen and (min-width: 768px) {.mb10_sm30 {margin-bottom: 30px;}}

.mb10_md20 {margin-bottom: 10px;}
@media print, screen and (min-width: 992px) {.mb10_md20 {margin-bottom: 20px;}}

@media print, screen and (min-width: 768px) {.mb20_sp0 {margin-bottom: 20px;}}

.mb20_md0 {margin-bottom: 20px;}
@media print, screen and (min-width: 992px) {.mb20_md0 {margin-bottom: 0;}}

.mb20_sm30 {margin-bottom: 20px;}
@media print, screen and (min-width: 768px) {.mb20_sm30 {margin-bottom: 30px;}}

.mb20_md30 {margin-bottom: 20px;}
@media print, screen and (min-width: 992px) {.mb20_md30 {margin-bottom: 30px;}}

.mb30_md0 {margin-bottom: 30px;}
@media print, screen and (min-width: 992px) {.mb30_md0 {margin-bottom: 0;}}

.mb30_sm50 {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sm50 {margin-bottom:50px;}}

.mb30_md50 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_md50 {margin-bottom:50px;}}

.mb30_md50_xl80 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_md50_xl80 {margin-bottom:50px;}}
@media print, screen and (min-width: 1600px) {.mb30_md50_xl80 {margin-bottom:80px;}}

.mb30_md50_xl70 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_md50_xl70 {margin-bottom:50px;}}
@media print, screen and (min-width: 1200px) {.mb30_md50_xl70 {margin-bottom:70px;}}

.mb30_lg40_xl50 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_lg40_xl50 {margin-bottom:40px;}}
@media print, screen and (min-width: 1200px) {.mb30_lg40_xl50 {margin-bottom:50px;}}

.mb40_md50 {margin-bottom:40px;}
@media print, screen and (min-width: 992px) {.mb40_md50 {margin-bottom:50px;}}

.mb30_sm60 {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sm60 {margin-bottom:60px;}}

.mb30_sp10 {margin-bottom:10px;}
@media print, screen and (min-width: 768px) {.mb30_sp10 {margin-bottom:30px;}}

.pl50_sm0 {padding-left: 50px;}
@media print, screen and (min-width: 768px) {.pl50_sm0 {padding-left: 0;}}

.mb20_xl30 {margin-bottom:20px;}
@media print, screen and (min-width: 1200px) {.mb20_xl30 {margin-bottom:30px;}}


@media print, screen and (min-width: 768px) {
	.mt20_sp0 {margin-top: 20px;}
}

@media print, screen and (min-width: 992px) {
	.mt40_sm0 {margin-top: 40px;}
	.mt40_md_20_sm0 {margin-top: 20px;}
}
@media print, screen and (min-width: 1200px) {
	.mt40_md_20_sm0 {margin-top: 40px;}
}

.mb_content {margin-bottom: 50px;}
.mt_content {margin-top: 50px;}
@media only screen and (max-width: 767px) {
	.mb_content.sp0 {margin-bottom: 0;}
}
@media print, screen and (min-width: 768px) {
	.mb_content {margin-bottom: 60px;}
	.mt_content {margin-top: 60px;}
}
@media print, screen and (min-width: 992px) {
	.mb_content {margin-bottom: 80px;}
	.mt_content {margin-top: 80px;}
}
@media print, screen and (min-width: 1200px){
	.mb_content {margin-bottom: 100px;}
	.mt_content {margin-top: 100px;}
}

.lh160 {line-height: 160%;}
.lh200 {line-height: 200%;}

/* content
---------------------------------------------------- */
main { line-height: 2.0em; font-size: 105%;}

main a:link,
main a:visited{
	text-decoration: underline;
}


.content_pd {padding-top: 50px; padding-bottom: 50px;}
.content_pd2 {padding-top: 30px; padding-bottom: 30px;}
.pd20 { padding: 20px;}
.pd30 { padding: 30px;}
@media only screen and (max-width: 767px){
	.content_pd.pt0_sp {padding-top: 0;}
	.content_pd.pb0_sp {padding-bottom: 0;}
}
@media print, screen and (min-width: 768px){
	main {font-size: 100%;}
	.content_pd {padding-top: 60px; padding-bottom: 60px;}
	.content_pd2 {padding-top: 50px; padding-bottom: 50px;}
	.content_pd.pt0_spnone {padding-top: 0;}
	.pt_left {padding-left: 20px;}
	.pt_right {padding-right: 20px;}
}
@media print, screen and (min-width: 992px){
	main {font-size: 115%;}
	.content_pd {padding-top: 80px; padding-bottom: 80px;}
	.pt_left {padding-left: 30px;}
	.pt_right {padding-right: 30px;}
}
@media print, screen and (min-width: 1200px){
	main {font-size: 125%;}
	.content_pd {padding-top: 100px; padding-bottom: 100px;}
	.content_pd2 {padding-top: 70px; padding-bottom: 70px;}
	.content_pd.xl0 {padding-top: 0; padding-bottom: 0;}
	.pt_left {padding-left: 35px;}
	.pt_right {padding-right: 35px;}
}
.content_pd.pt0{padding-top: 0;}
.content_pd.pt20{padding-top: 20px;}
.content_pd.pb0{padding-bottom: 0;}
.content_pd2.pb0{padding-bottom: 0;}
.content_pd.pb10{padding-bottom: 10px;}
.content_pd.pb30{padding-bottom: 30px;}


/* mainimage
---------------------------------------------------- */
/* 画面用 */
@media screen {
#main_print { display: none; }
}

/* 印刷用 */
@media print {
#main_print img { margin: 0 auto;}
}


#mainimage {
	position: relative;
	width:100%;
	overflow: hidden;
	margin-top: 60px;
}



#mainimage .main_moji {
	z-index: 3;
    position: absolute;
    bottom: 10%;
    left: 5%;
}
#mainimage .main_moji img {width: 60%; max-width:630px;}
@media print, screen and (min-width: 768px){
	#mainimage {margin-top: 0;}
	#mainimage .main_moji img {width: 80%; max-width:1565px;}
}
@media print, screen and (min-width: 1200px){
	#mainimage .main_moji img {width: 80%;}
}
@media print, screen and (min-width: 1700px){
	#mainimage .main_moji img {width: 100%;}
}


/*=============
slick
=============*/
.slider {
  max-width: 2000px;
  width: 100%;
}
.slick-img img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 767px){
	.slick-img img{
		display: block;
		aspect-ratio: 300/200;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 0 100%;
	}	
}
@media print, screen and (min-width: 768px){
	#mainimage {
		height: 100vh;
	}
	.slick-img{height: 100vh;}
	.slick-img img{
		display: block;
		/*aspect-ratio: 300/200;*/
		width: 100%;
		height: 100vh;
		object-fit: cover;	
	}	
}



/* scroll */
.scroll_area{
	position: relative;
	width: 55%;
}
.scroll_anime {
  position: absolute;
  bottom: 106px;
  right: min(3.91vw, calc(30px + 16px + 10px));
  writing-mode: vertical-rl;
  white-space: nowrap;
	/*
  font-family: "Oswald", sans-serif;
  font-weight: 500;
	*/
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 4;
	 font-family: "Stack Sans Headline", sans-serif;
	font-weight: 700;
}

.scroll_anime::before {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  /*background: rgba(29, 32, 135, 0.5);*/
	background: none;
}
.scroll_anime::after {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  background: #fff;
  animation: lineAnime 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes lineAnime {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}



/* ヘッダー固定で上空ける
---------------------------------------------------- */


/* スクロールアニメーション
-------------------------------------*/
@media print {
   .animate {
     opacity: 1 !important;
     transform: none !important; }
}


.animate {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate.from-bottom {
    transform: translateY(100px);
}

.animate.from-right {
    transform: translateX(100px);
}

.animate.from-left {
    transform: translateX(-100px);
}

.animate.scale-up {
    transform: scale(0.8);
}

.animate.pop {
    opacity: 0;
    transform: scale(0.5);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.animate.fade-in {
    opacity: 0;
    transform: none;
    transition: opacity 2s ease-out;
    /* 2秒でフェードイン */
}

.animate.visible {
    opacity: 1;
    transform: none;
    /* 透明度のみを変化させる */
}

.animate:nth-child(1) {
    transition-delay: 0s;
}

.animate:nth-child(2) {
    transition-delay: 0.4s;
}

.animate:nth-child(3) {
    transition-delay: 0.8s;
}
.animate:nth-child(4) {
    transition-delay: 1.2s;
}

.animate:nth-child(5) {
    transition-delay: 1.6s;
}

.animate:nth-child(6) {
    transition-delay: 2.0s;
}


/* 背景
---------------------------------------------------- */
.bg_cream {background-color: #fdf8ee;}

.top03.bg_cream{position: relative; overflow: hidden; z-index: 0; 
	background: url("../images/top03_bg.jpg") repeat-y right top #fdf8ee;
	-moz-background-size:30px auto;
	background-size:30px auto; 
}
.top03.bg_cream .in {padding-right: 40px;}
@media print, screen and (min-width: 768px){
	.top03.bg_cream {
		background: url("../images/top03_bg.jpg") repeat-y right top #fdf8ee;
		-moz-background-size:40px auto;
		background-size:40px auto; 
	}
	.top03.bg_cream .in {padding-right: 0;}
}
@media print, screen and (min-width: 1600px){
	.top03.bg_cream {
		background: url("../images/top03_bg.jpg") repeat-y right top #fdf8ee;
		-moz-background-size:80px auto;
		background-size:80px auto; 
	}
	
}

#hoge,
#hoge2,
#hoge3,
#hoge4,
#hoge5,
#hoge6{ opacity: 0;}/*文字をスクロールイベント発火*/



.bg1,
.bg2{
  /*height: 100%;*/
  height: 1px;
  line-height: 100%;
  position: relative;
}

span {
  position: relative;
}

/*左から右*/
.bg2::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #666;
  transition: 1s;
  transform-origin: left top;
  transform: scale(0, 1);
}

/*右から左*/
.bg1::before{
  content: '';
  display: block;
  position: absolute;
	right: 0;
  /*width: 80%;*/
  width: 100%;
  height: 100%;
  background: #0e3962;
  transition: 1s;
  transform-origin: right top;
  transform: scale(0, 1);
}

.fade::before {
  transform: scale(1, 1);
}
.fade:not(.show) {
  opacity: 1!important;
}


/*ぼかし*/
img.bokashi {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}


/* 背景固定
---------------------------------------------------- */
.b_box {
    width: 100%;
    height: 100%;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow: hidden;
}

.b_fixed_bg {
    position: relative;
    /* min-height: 100%; */
    /*height: 100vh;*/
    height: 100vh;
    background-size: cover; 
    background-attachment: fixed; 
    background-repeat: no-repeat; 
    background-position: center center;
	z-index: 2;
    pointer-events: none;
    transition : all 0.5s ease-in-out;
}
.b_fixed_bg.b_bg3 {
    background-position: left top;
}
@media screen and (max-width: 767px) {/*iPad横でも不具合でたため、1199px以下にした*/
    .b_fixed_bg {
        height: 250px;
        background-attachment: scroll; /*スマホ・タブ(ios)では不具合がでるため幅992px以下ではこの指定（印刷時のスタイルも）*/
    }
    .b_fixed_bg.takame {
        height: 450px;
    }
	.b_fixed_bg.b_bg3 {
		background-position: center center;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px)  {/*iPad横でも不具合でたため、1199px以下にした*/
    .b_fixed_bg {
        height: 400px;
        background-attachment: scroll; /*スマホ・タブ(ios)では不具合がでるため幅992px以下ではこの指定（印刷時のスタイルも）*/
    }
    .b_fixed_bg.takame {
        height: 600px;
    }
}


.b_fixed_bg .img_c img{
	max-width: 178px;
	width: 40%;
}
@media print, screen and (min-width: 576px){
	.b_fixed_bg .img_c img{ width: 25%;}
}
@media print, screen and (min-width: 768px){
	.b_fixed_bg .img_c img{ width: 100%;}
}

/* 後ろの画像urlはプレロード */
.b_fixed_bg.b_bg1 {
    background-image: url(../images/kotei1.jpg) , url(../images/kotei1.jpg);
}
.b_fixed_bg.b_bg2 {
    background-image: url(../images/kotei2.jpg) , url(../images/kotei2.jpg);
}
.b_fixed_bg.b_bg3 {
    background-image: url(../images/kotei3.jpg) , url(../images/kotei3.jpg);
}

.b_cnt {
    /*cursor: pointer;*/
    pointer-events: auto;/*疑似要素をクリック可能に*/
}




/* レイアウト
---------------------------------------------------- */
.layout1{
	position: relative;
	z-index: 0;
}
.layout1 .photo img{
	border-radius: 10px;
}
@media print, screen and (min-width: 768px){
	.layout1 .photo{
		max-width: 690px;
		position: absolute;
		left: 5%;
		top: 0;
		width: 35%;
	}
	.layout1 .photo.migi{
		left: auto;
		right: 5%;
	}
	.layout1 .photo img{
		width: 100%;
		height: auto;
	}
}
@media print, screen and (min-width: 1600px){
	.layout1{
		min-height: 555px;
	}
	.layout1 .text{
		padding-top: 3%;
	}
}



/* 共通
---------------------------------------------------- */
a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
}

.close {
    float: none;
}

/* 縦横比固定 */
.photo-ofi {
	 height: 0;
	 display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	/*background-color: #EFEFEF;*/
	overflow: hidden;
	position: relative;
	/*margin-bottom: 10px;*/
}
.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;
}

.object-fit img{
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}



div.paging { text-align: center; font-size: 90%; margin-top: 20px; line-height: 1.4em; font-family: "Roboto", sans-serif; font-weight: 400;}
div.paging span.current,
div.paging span.paging-text{
	margin:0px 0.5px;
	color:#595757;
	display:inline;
	zoom:1;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
}
div.paging span.paging-text a{
	padding:5px 8.5px;
	display:block;
	color: #595757;
	border:1px solid #595757;
}
div.paging span.current{
	background: #595757;
	border:1px solid #595757;
	color:#fff;
	zoom:1;
	padding:5px 8.5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	
}
div.paging span.paging-text a:hover{
	background: #595757;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	opacity: 1;
	border:1px solid #595757;
}



/*左右の余白*/
@media print, screen and (min-width: 768px){
	.yohaku{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
	.yohaku2{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}
@media print, screen and (min-width: 1500px){
	.yohaku{
		margin-left: 16.666667%;
		margin-right: 16.666667%;
	}
}


/* 01 index
---------------------------------------------------- */
.news .box{
	border-bottom: 1px solid #dadada;
	padding: 20px;
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.date{
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #8b8b9a;
}
.new{
	border-left: 1px solid #e99718;
	color: #e99718;
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-size: 85%;
	line-height: 1.4em;
	margin-left: 12px;
	padding-left: 12px;
	
}
.news .box .text{
	margin-right: 10px;
}
.news .box .icon{
	margin-left: auto;
}
@media print, screen and (min-width: 768px){
	.news .box{
		padding: 25px;
	}
}
@media print, screen and (min-width: 1200px){
	.news .box{
		padding: 25px 30px;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.news .box .text{
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.news .box .text .date{
		min-width: 180px;
		max-width: 180px;
	}
}


.top03{position: relative; overflow: hidden; z-index: 0; 
	background: url("../images/top03_bg.jpg") repeat-y right top;
	-moz-background-size:30px auto;
	background-size:30px auto; 
}
@media only screen and (max-width: 767px){
	.top03 .photo img{
		display: block;
		aspect-ratio: 300/200;
		width: 100%;
		height: 100%;
		object-fit: cover;	
		object-position: 0 100%;
	}
}
@media print, screen and (min-width: 768px){
	.top03 {
		background: url("../images/top03_bg.jpg") repeat-y right top;
		-moz-background-size:40px auto;
		background-size:40px auto; 
	}
	
	.top03 .photo{
		max-width: 652px;
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
	}
	.top03 .photo img{
		display: block;
		/*aspect-ratio: 300/200;*/
		width: 100%;
		height: 100%;
		object-fit: cover;	
	}
	.top03 .text{
		width: 70%;
		margin-left: auto;
		padding: 0 6% 0 3%;
	}
	
}
@media print, screen and (min-width: 1600px){
	.top03 {
		background: url("../images/top03_bg.jpg") repeat-y right top;
		-moz-background-size:80px auto;
		background-size:80px auto; 
	}
	.top03 .text{
		padding: 0 10% 0 5%;
	}
	
}


.top_ct{
	margin-left: -1%;
	margin-right: -1%;
}
.top_ct .box{
	width: 48%;
	float: left;
	margin: 0 1% 30px 1%;
}
.top_ct .box:nth-of-type(2n+1) { clear: both;}
.top_ct .box img{
	border-radius: 10px;
	margin: 0 auto;
}
.top_ct .box p{
	text-align: center;
	margin-top: 7px;
}
.top_ct .box a:link,
.top_ct .box a:visited{
	text-decoration: none;
}
@media print, screen and (min-width: 576px){
	.top_ct .box{
		width: 31.3%;
		margin: 0 1% 50px 1%;
	}
	.top_ct .box:nth-of-type(2n+1) { clear: none;}
	.top_ct .box:nth-of-type(3n+1) { clear: both;}
}
@media print, screen and (min-width: 1600px){
	.top_ct .box p{
		margin-top: 10px;
		font-size: 110%;
	}
}





.bg_mizuiro {
	background: url("../images/top04_bg.jpg") repeat-y left top;
	-moz-background-size:30px auto;
	background-size:30px auto; 
	position: relative;
	z-index: 0;
}
@media print, screen and (min-width: 768px){
	.bg_mizuiro {
		background: url("../images/top04_bg.jpg") repeat-y left top;
		-moz-background-size:40px auto;
		background-size:40px auto; 
	}
}
@media print, screen and (min-width: 1600px){
	.bg_mizuiro {
		background: url("../images/top04_bg.jpg") repeat-y left top;
		-moz-background-size:80px auto;
		background-size:80px auto; 
	}
}

.top04{position: relative; overflow: hidden; z-index: 1;}
.top04 .text{
	padding: 0 10%;
}

@media print, screen and (min-width: 768px){
	.top04 .photo{
		max-width: 1000px;
		position: absolute;
		right: 0;
		top: 0;
		width: 50%;
		height: 100%;
	}
	.top04 .photo img{
		display: block;
		/*aspect-ratio: 300/200;*/
		width: 100%;
		height: 100%;
		object-fit: cover;	
	}
	.top04 .text{
		width: 50%;
		margin-right: auto;
		padding: 0 3% 0 6%;
	}
}
@media print, screen and (min-width: 1600px){
	.top04 .text{
		padding: 0 5% 0 10%;
	}
}

.sankaku{
	position: absolute;
	max-width: 389px;
	right: 0;
	bottom: 0;
	width: 30%;
	z-index: 1;
}
.sankaku img{
	width: 100%;
	height: auto;
}


.top_kensetsu li{
	list-style: none;
	border-bottom: 1px solid #dadada;
}
.top_kensetsu li a{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	padding: 10px;
}
.top_kensetsu li a:link,
.top_kensetsu li a:visited{
	text-decoration: none;
}
.top_kensetsu li a i{
	margin-left: auto;
}
@media print, screen and (min-width: 576px){
	.top_kensetsu li a{
		padding: 15px 10px;
		font-size: 120%;
	}
}
@media print, screen and (min-width: 992px){
	.top_kensetsu li a{
		padding: 25px 10px;
		font-size: 130%;
	}
}
@media print, screen and (min-width: 1600px){
	.top_kensetsu li a{
		padding: 30px 25px;
		font-size: 150%;
	}
}

.top_rinen{
	text-align: center;
}
.top_rinen .text{
	margin-bottom: 30px;
}
@media print, screen and (min-width: 576px) {
	.top_rinen{
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.top_rinen .text {margin-bottom: 0; margin-right: 1%;}
	.top_rinen .midashi3 {margin-left: auto;}
}



.top_kigyou .box {margin-bottom: 10px; position: relative;}
.top_kigyou .box img{
	border-radius: 10px;
}
.top_kigyou .box .text{
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.top_kigyou .box a:link,
.top_kigyou .box a:visited{
	text-decoration: none;
	color: #fff;
}
.top_kigyou .box .text h4{
	font-size: 120%;
	line-height: 1.4em;
}
.top_kigyou .box .text .en{
	background: #427bbf;
	border-radius: 30px;
	padding: 3px 15px;
	display: inline-block;
	margin-bottom: 5px;
	line-height: 1.4em;
	font-size: 90%;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.top_kigyou .yuuryou{
	max-width: 100px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.top_kigyou .yuuryou img{
	border-radius: 0;
	width: 100%;
	height: auto;
	
	
}
@media print, screen and (min-width: 576px) {
	.top_kigyou{
		margin-left: -1%;
		margin-right: -1%;
	}
	.top_kigyou .box{
		width: 48%;
		float: left;
		margin: 1%;
	}
	.top_kigyou .box:nth-of-type(2n+1) { clear: both;}
	.top_kigyou .box .text h4{ font-size: 105%;}
}
@media print, screen and (min-width: 768px) {
	.top_kigyou .box .text h4{ font-size: 110%;}
	.top_kigyou .yuuryou{
		max-width: 150px;
	}
}
@media print, screen and (min-width: 992px) {
	.top_kigyou .box .text{
		left: 25px;
		bottom: 25px;
	}
	.top_kigyou .box .text h4{ font-size: 140%;}
	.top_kigyou .yuuryou{
		left: 25px;
		top: 25px;
	}
}
@media print, screen and (min-width: 1200px) {
	.top_kigyou .yuuryou{
		max-width: 240px;
	}
}

/* 02 news
---------------------------------------------------- */
#cate_head{
	margin-top:-60px;
	padding-top:60px;
}
@media print, screen and (min-width: 992px) {
	#cate_head{
		margin-top:-90px;
		padding-top:90px;
	}
}
@media print, screen and (min-width: 1600px) {
	#cate_head{
		margin-top:-105px;
		padding-top:105px;
	}
}

.cate_navi{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.cate_navi li{
	list-style: none;
	margin-right: 5px;
}
.cate_navi li a:link,
.cate_navi li a:visited{
	padding: 10px 20px;
	border: 1px solid #ccc;
	display: block;
	border-radius: 50px;
	line-height: 1.4em;
	text-decoration: none;
}
.cate_navi li a:hover,
.cate_navi li.navi-on a{
	border: 1px solid #427bbf;
	background: #427bbf;
	color: #fff;
	opacity: 1;
}
@media print, screen and (min-width: 1200px) {
	.cate_navi li a:link,
	.cate_navi li a:visited{
		padding: 10px 25px;
	}
}



/*--------------------------------------
お知らせ詳細
--------------------------------------*/
.information_photo .photo {margin-bottom: 10px;}
@media print, screen and (min-width: 576px) {
	.information_photo{
		margin-left: -1%;
		margin-right: -1%;
	}
	.information_photo .photo{
		width: 31.3%;
		float: left;
		margin: 0 1%;
	}
	/*
	.information_photo .photo img{
		display: block;
		aspect-ratio: 300/200;
		width: 100%;
		height: 100%;
		object-fit: cover;	
	}
	*/
	
	.information_photo .photo:nth-of-type(3n+1) { clear: both;}
}

/* 04 cp
---------------------------------------------------- */
.cp_box{
	margin-left: -1%;
	margin-right: -1%;
}
.cp_box .box{
	text-align: center;
	width: 48%;
	float: left;
	margin: 0 1% 30px 1%;
}
.cp_box .box:nth-of-type(2n+1) { clear: both;}

.cp_box .box h6{
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 110%;
}
.cp_box .box p {
	font-size: 90%;
	line-height: 1.4em;
	margin-top: 10px;
}
.cp_box .box img {margin: 0 auto;}
@media print, screen and (min-width: 768px) {
	.cp_box .box{
		width: 23%;
		margin: 0 1%;
	}
	.cp_box .box:nth-of-type(2n+1) { clear: none;}
	.cp_box .box:nth-of-type(4n+1) { clear: both;}
}
@media print, screen and (min-width: 1600px) {
	.cp_waku {
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.cp_waku .left{
		width: 45%;
	}
	.cp_waku .right{
		width: 50%;
		margin-left: auto;
	}
}



.cp_box2{
	text-align: center;
	font-size: 110%;
	line-height: 1.4em;
}
.cp_box2 > div {margin-bottom: 10px;}
.cp_box2 img {margin-bottom: 10px;}
@media print, screen and (min-width: 576px) {
	.cp_box2{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cp_box2 > div {
		margin: 0;
	}
}

#otoiawase {
	background: url("../images/bg_otoiawase.jpg") no-repeat scroll 50% 50% / cover;
}
#otoiawase.bg_otoiawase2 {
	background: url("../images/bg_otoiawase2.jpg") no-repeat scroll 50% 50% / cover;
}
.kabu_otoiawase .text{
	margin-bottom: 30px;
}
.kabu_otoiawase .btn2{
	width: 100%;
	margin-bottom: 10px;
}
.kabu_otoiawase .btn2:link,
.kabu_otoiawase .btn2:visited{
	justify-content:start;
	padding: 20px;
}
.kabu_otoiawase .btn2 i {margin-left: auto;}

.kabu_otoiawase .tel_box{
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 20px;
	color: #fff;
	text-align: center;
}
.kabu_otoiawase .tel_box h4{
	font-size: 120%;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.kabu_otoiawase .tel_box .en2{
	font-size: 180%;
	line-height: 1.4em;
	font-weight: 700;
}
.kabu_otoiawase .tel_box a:link,
.kabu_otoiawase .tel_box a:visited{
	text-decoration: none;
	color: #fff;
}
@media print, screen and (min-width: 576px) {
	.kabu_otoiawase{
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.kabu_otoiawase .text {margin-bottom: 0;  width: 50%;}
	.kabu_otoiawase .last {margin-left: auto; width: 47%;}
	.kabu_otoiawase .tel_box .en2{
		font-size: 220%;
	}
}
@media print, screen and (min-width: 992px) {
	.kabu_otoiawase .text {width: 50%;}
	.kabu_otoiawase .last {width: 40%;}
	.kabu_otoiawase .tel_box .en2{
		font-size: 250%;
	}
}
@media print, screen and (min-width: 1200px) {
	.kabu_otoiawase .btn2:link,
	.kabu_otoiawase .btn2:visited{
		padding: 20px 30px;
		font-size: 120%;
	}
}


/**/
.otoiawase_box2{
	padding: 40px 20px 20px 20px;
	border-radius: 10px;
	background: #427bbf;
}
.otoiawase_box2 .tel_box{
	padding: 20px;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #719dd0;
}
.otoiawase_box2 .tel_box:last-child{
	border-bottom: none;
}
.otoiawase_box2 .tel_box h4{
	font-size: 120%;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.otoiawase_box2 .tel_box .en2{
	font-size: 180%;
	line-height: 1.4em;
	font-weight: 700;
}
.otoiawase_box2 .tel_box a:link,
.otoiawase_box2 .tel_box a:visited{
	text-decoration: none;
	color: #fff;
}
@media print, screen and (min-width: 576px) {
	.otoiawase_box2{
		padding: 40px 0;
	}
	.otoiawase_box2 .in{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		margin-top: 40px;
	}
	.otoiawase_box2 .tel_box{
		padding: 10px 20px;
		border-bottom: none;
		border-right: 1px solid #719dd0;
		width: 50%;
	}
	.otoiawase_box2 .tel_box:last-child{
		border-right:none;
	}
	
	.otoiawase_box2 .tel_box .en2{
		font-size: 220%;
	}
}
@media print, screen and (min-width: 992px) {
	.otoiawase_box2 .text {width: 50%;}
	.otoiawase_box2 .tel_box .en2{
		font-size: 250%;
	}
}
@media print, screen and (min-width: 1200px) {
	.otoiawase_box2 .btn2:link,
	.otoiawase_box2 .btn2:visited{
		padding: 20px 30px;
		font-size: 120%;
	}
}



/* 05 ep
---------------------------------------------------- */
.ep_flow{
	text-align: center;
}
.ep_flow .box{
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
	padding-bottom: 20px;
	
}
.ep_flow .box:last-child {
	padding-bottom: 30px;
}
.ep_flow .box .image{
	max-width: 355px;
	margin-bottom: 10px;
}
.ep_flow .box .image img{
	width: 100%;
	height: auto;
}
.ep_flow i{
	font-size: 30px;
}
.ep_flow .yaji i{
	color: #427bbf;
}
@media print, screen and (min-width: 576px) {
	.ep_flow .box{
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.ep_flow .box .image{
		min-width: 200px;
		max-width: 200px;
		width: 200px;
		margin-bottom: 0;
	}
	.ep_flow .box .text {margin-left: 15px; width: 100%;}
	
	.ep_flow .yaji{ width: 200px;}
	.ep_flow .box:last-child {
		padding-bottom: 50px;
	}
}
@media print, screen and (min-width: 768px) {
	.ep_flow .box .image{
		min-width: 300px;
		max-width: 300px;
		width: 300px;
	}
	.ep_flow .box .text {margin-left: 20px;}
	.ep_flow .yaji{ width: 300px;}
}
@media print, screen and (min-width: 1200px) {
	.ep_flow .box .image{
		min-width: 355px;
		max-width: 355px;
		width: 355px;
	}
	.ep_flow .yaji{ width: 355px;}
}



.ep_box{
	text-align: center;
}
.ep_box .box {margin-bottom: 30px;}
.ep_box h4{margin-bottom: 10px; font-size: 120%; line-height: 1.4em; font-weight: 700;}
.ep_box img{
	margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
	.ep_box{
		display: -webkit-flex;
		display: flex;
	}
	.ep_box .box{width: 45%;}
	.ep_box .box:last-child{width: 54%; margin-left: auto;}
	.ep_box h4{margin-bottom: 15px;}
}
	
.ep_step{
}	
.ep_step .box{
    text-align: center;
	position: relative;
	width: 40%;
	float: left;
	margin-right: 10%;
	margin-bottom: 30px;
}
.ep_step .box:nth-of-type(2n+1) { clear: both;}
.ep_step .box i{
	position: absolute;
    top: 40%;
    right: -20%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
	color: #427bbf;
	font-size: 20px;
}
@media print, screen and (min-width: 576px) {
	.ep_step .box i{
		font-size: 30px;
	}
}
@media print, screen and (min-width: 768px) {
	.ep_step {margin-left: 5%;}
	.ep_step .box{
		width: 20%;
		margin-right: 5%;
		margin-bottom: 0;
	}
	.ep_step .box:last-child{
		width: 20%;
		margin-right: 0;
	}
	.ep_step .box:nth-of-type(2n+1) { clear: none;}
	.ep_step .box:nth-of-type(4n+1) { clear: both;}
	.ep_step .box i{
		font-size: 20px;
	}
}
@media print, screen and (min-width: 1200px) {
	.ep_step .box i{
		right: -18%;
	}
}

/* 06 smc
---------------------------------------------------- */
.smc_list_area{
	display: inline-block;
}
.smc_list {
		display: -webkit-flex;
		display: flex;
		align-items: center;
}
.smc_list li{
	list-style: none;

}
.smc_list li i {margin-right: 5px;}
.smc_list li .green { color: #659d32;}
.smc_list li .orange { color: #e94637;}
.smc_list li .purple { color: #93258a;}

.smc_photo >div {margin-bottom: 10px;}
@media print, screen and (min-width: 576px) {
	.smc_photo{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: -5px;
		margin-right: -5px;
	}
	.smc_photo >div{
		margin: 0 5px 10px 5px;
	}
}


.smc_yaji{
	text-align: center;
	color: #427bbf;
}
.smc_yaji i {font-size: 300%;}

/* 07 cleaning
---------------------------------------------------- */
.cleaning_list{
	margin-bottom: 20px;
}
.cleaning_list.last{
	margin-bottom: 30px;
}
.cleaning_list li{
	list-style: none;
}
.cleaning_list .title{
	background: #427bbf;
	border-radius: 50px;
	color: #fff;
	padding: 5px 15px;
	line-height: 1.4em;
	margin-right: 15px;
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	text-align: center;
	margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
	.cleaning_list{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		margin-bottom: 0;
		border-top: 1px solid #dadada;
		padding: 15px 10px;
	}
	.cleaning_list.last{
		border-bottom: 1px solid #dadada;
		margin-bottom: 50px;
	}
	.cleaning_list li{
		width: 100%;
	}
	.cleaning_list .title {
		margin-bottom: 0;
		margin-right: 25px;
		width: 200px;
		min-width: 200px;
		max-width: 200px;
	}

}

/* 08 technology
---------------------------------------------------- */
.technology_box .box {
	text-align: center;
	margin-bottom: 20px;
}
.technology_box .box img {margin: 0 auto 7px auto;}
@media print, screen and (min-width: 576px) {
	.technology_box{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		margin-left: -10px;
		margin-right: -10px;
	}
	.technology_box .box{
		margin: 0 10px;
	}
}

.technology_zu{
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}
.technology_zu img{
	margin: 0 auto;
}
@media print, screen and (min-width: 576px) {
	.technology_zu{
		padding: 20px;
	}
}


.technology_other .box {margin-bottom: 40px;}
.technology_other .box img {margin-bottom: 10px; margin-top: 15px;}
.technology_other .box p {font-size: 90%; line-height: 1.6em;}
@media print, screen and (min-width: 576px) {
	.technology_other{
		margin-left: -1%;
		margin-right: -1%;
	}
	.technology_other .box{
		width: 48%;
		float: left;
		margin: 0 1% 40px 1%;
	}
	.technology_other .box:nth-of-type(2n+1) { clear: both;}
	
	.technology_other .box .midashi4{
		display:flex;
	   align-items:center;
		height: 60px;
	}
}
@media print, screen and (min-width: 992px) {
	.technology_other .box{
		width: 31.3%;
		margin: 0 1%;
	}
	.technology_other .box:nth-of-type(2n+1) { clear: none;}
	.technology_other .box:nth-of-type(3n+1) { clear: both;}
}

/* 09 published
---------------------------------------------------- */
.published_box{
	border: 1px solid #ccc;
	padding: 30px 20px;
	border-radius: 10px;
}
.published_box .image{
	max-width: 300px;
	margin-top: 20px;
}
.published_box .image img{
	width: 70%;
	height: auto;
	margin: 0 auto;
}
@media print, screen and (min-width: 576px) {
	.published_box{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.published_box .image{
		width: 200px;
		min-width: 200px;
		max-width: 200px;
		margin-top: 0;
		margin-left: 20px;
	}
	.published_box .image img{
		width: 100%;
	}
}
@media print, screen and (min-width: 992px) {
	.published_box .image{
		width: 250px;
		min-width: 250px;
		max-width: 250px;
	}
}


.published_narabi{
    display: -webkit-flex;
    display: flex;
    align-items: end;
}

.published_narabi .image{
	width: 130px;
	min-width: 130px;
	max-width: 130px;
	margin-left: auto;
	padding-left: 20px;
}
.published_narabi .image img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 768px) {
	.published_narabi .image{
		width: 180px;
		min-width: 180px;
		max-width: 180px;
	}
}
@media print, screen and (min-width: 1200px) {
	.published_narabi .image{
		width: 216px;
		min-width: 216px;
		max-width: 216px;
	}
}

/* 10 faq
---------------------------------------------------- */

/*--------------------------------------
アコーディオンメニュー
--------------------------------------*/

.accordion_faq {
  /*margin: 64px auto 0;*/
  /*margin: 10px auto 0;*/
  position: relative;
}
.accordion_faq h3 {
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid black;
  padding-bottom: 32px;
}
/*
.accordion_faq h5 {
  text-align: right;
}
*/
.accordion_faq dl {
  cursor: pointer;
}
.accordion_faq dl dt {
  position: relative;
  font-size: 110%;
  line-height: 1.6;
  text-align: left;
  padding: 20px 30px 20px 10px;
  border-bottom: 1px solid #ccc;
	color: #595757;
	font-weight: 700;
	display: -webkit-flex;
    display: flex;
    align-items: center;
}

.accordion_faq dl dt span {
font-family: "Roboto", sans-serif;
font-weight: 400;
	color:#427bbf;
	font-size: 200%;
	margin-right: 15px;
	display: inline-block;
}

.accordion_faq dl dt:before, .accordion_faq dl dt:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #1a1a1a;
  right: 16px;
  top: 48%;
  width: 14px;
  height: 2px;
}
.accordion_faq dl dt:before {
  top: 48%;
  right: 10px;
  transform: rotate(0deg);
}
.accordion_faq dl dt:after {
  top: 48%;
  right: 10px;
  transform: rotate(90deg);
}
.accordion_faq dl dd {
  display: none;
  font-size: 100%;
  line-height: 1.6em;
  text-align: left;
  font-weight: 700;
  padding: 24px 30px 24px 40px;
  border-bottom: 1px solid black;
	position: relative;
	color: #656565;
}

.accordion_faq dl dd span {
	position: absolute;
	left: 12px;
	top: 22px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
font-family: "Marcellus", serif;
font-weight: 400;
  color: #856c34;
  font-size: 120%;
}

.accordion_faq dl dt.close:after {
  transform: rotate(180deg);
}
.accordion_faq .close{opacity: 1;}
@media print, screen and (min-width: 576px) {
	.accordion_faq dl dt {
		font-size: 120%;
	}
}

/* 11.12 construction
---------------------------------------------------- */
#construction1,
#construction2,
#construction3,
#construction4{
	margin-top:-60px;
	padding-top:60px;
}
@media print, screen and (min-width: 992px) {
	#construction1,
	#construction2,
	#construction3,
	#construction4{
		margin-top:-90px;
		padding-top:90px;
	}
}
@media print, screen and (min-width: 1600px) {
	#construction1,
	#construction2,
	#construction3,
	#construction4{
		margin-top:-105px;
		padding-top:105px;
	}
}



.construction_box .box{
	margin-bottom: 20px;
	text-align: center;
}
.construction_box .box img {margin: 0 auto 7px auto;}
@media print, screen and (min-width: 576px) {
	.construction_box{
		margin-left: -1%;
		margin-right: -1%;
	}
	.construction_box .box{
		width: 48%;
		float: left;
		margin: 0 1% 30px 1%;
	}
	.construction_box .box:nth-of-type(2n+1) { clear: both;}
	
}
@media print, screen and (min-width: 1200px) {
	.construction_box.pc_w4 .box{
		width: 23%;
	}
	.construction_box .box:nth-of-type(2n+1) { clear: none;}
	.construction_box .box:nth-of-type(4n+1) { clear: both;}
	
}


.construction_flow {
	display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content:center;
}
.construction_flow li{
	list-style: none;
	font-size: 120%;
	line-height: 1.4em;
	min-width: 35px;
	margin: 0 2px;
}
.construction_flow li:nth-child(2n){
	min-width: 35px;
	max-width: 35px;
	width: 35px;
	display:flex;
   align-items:center;
   justify-content:center;

}
.construction_flow li i{
	color: #427bbf;
	font-size: 24px;
	padding: 5px;
	text-align: center;
}
.construction_flow li .bg{
	display:flex;
   align-items:center;
   justify-content:center;
	background-image: -webkit-linear-gradient( 0deg, rgb(23,120,205) 0%, rgb(1,62,142) 99%);
	color: #fff;
	padding: 10px;
	height: 210px;
	
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode:vertical-rl;
		font-size: 90%;
		letter-spacing: 0.2em;
}
@media print, screen and (min-width: 576px) {
	.construction_flow.hidari {
		justify-content:start;
	}
}
@media print, screen and (min-width: 992px) {
	.construction_flow li{
		font-size: 140%;
	}
	.construction_flow li .bg{
		height: 260px;
	}
}
@media print, screen and (min-width: 1200px) {
	.construction_flow li .bg{
		height: 300px;
	}
}

/* 13 catalog
---------------------------------------------------- */
.step .box .icon img{
	max-width: 100px;
	width: 100%;
	height: auto;
}
.step .box .en{
	color: #427bbf;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

.step .box{
    border-bottom: none;
    width: 33.33%;
    float: left;
    text-align: center;
}
.step .box:nth-of-type(3n+1) { clear: both;}

.step .box .in{
    padding: 0 10px;
	line-height: 1.6em;
}
.step .box h4{
    line-height: 1.4em;
    font-weight: 700;
    text-align: center;
    display:flex;
   align-items:center;
   justify-content:center;
    height: 45px;
    font-size: 100%;
	color: #427bbf;
}

.step .box .icon{
    display: flex;
    align-items: center;
}

.step .box .icon:before,
.step .box .icon:after{
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #427bbf;
    display: block;
}

.step .box:first-child .icon:before{
    background: none;
}
.step .box:last-child .icon:after{
    background: none;
}
.step .box p {
	font-size: 90%;
	line-height: 1.4em;
}
@media print, screen and (min-width: 768px){
	.step .box .in{
		padding: 0 20px;
	}
}
@media print, screen and (min-width: 992px){
	.step .box .in{
		padding: 0 35px;
	}
	.step .box h4{
		font-size: 130%;
	}
}

/* 14 catalog
---------------------------------------------------- */
.catalog_ichiran{
	margin-left: -1%;
	margin-right: -1%;
}
.catalog_ichiran .box{
	width: 48%;
	float: left;
	margin: 0 1% 30px 1%;
	text-align: center;
	font-size: 90%;
	line-height: 1.4em;
}
.catalog_ichiran.one .box{
	margin: 0 1% 30px 25%;
}
.catalog_ichiran.one .box img {border: 1px solid #ccc;}

.catalog_ichiran .box:nth-of-type(2n+1) { clear: both;}
.catalog_ichiran .box img{
	margin: 0 auto 7px auto;
}
.catalog_ichiran .box a:link,
.catalog_ichiran .box a:visited{
	text-decoration: none;
}
@media print, screen and (min-width: 576px) {
	.catalog_ichiran .box{
		width: 31.3%;
		margin: 0 1% 50px 1%;
	}
	.catalog_ichiran .box:nth-of-type(2n+1) { clear: none;}
	.catalog_ichiran .box:nth-of-type(3n+1) { clear: both;}
	
	.catalog_ichiran.one .box{
		margin: 0 1% 0 26%;
		width: 48%;
	}
}
@media print, screen and (min-width: 768px) {
	.catalog_ichiran .box{
		font-size: 110%;
	}
	.catalog_ichiran .box img{
		margin: 0 auto 10px auto;
	}
}
@media print, screen and (min-width: 1200px) {
	.catalog_ichiran .box{
		width: 18%;
	}
	.catalog_ichiran .box:nth-of-type(3n+1) { clear: none;}
	.catalog_ichiran .box:nth-of-type(5n+1) { clear: both;}
}


/* 13 philosophy
---------------------------------------------------- */
#houshin{
	margin-top:-60px;
	padding-top:60px;
}
@media print, screen and (min-width: 992px) {
	#houshin{
		margin-top:-90px;
		padding-top:90px;
	}
}
@media print, screen and (min-width: 1600px) {
	#houshin{
		margin-top:-105px;
		padding-top:105px;
	}
}

/* 16 company
---------------------------------------------------- */
.company_box .midashi_box2{ margin-bottom: 30px;}
@media print, screen and (min-width: 992px) {
	.company_box{
		margin-left: -1%;
		margin-right: -1%;
	}
	.company_box .midashi_box2{
		width: 48%;
		float: left;
		margin: 0 1% 50px 1%;
	}
	.company_box .midashi_box2:nth-of-type(2n+1) { clear: both;}
}



.company_list{
	margin-top: 10px;
	margin-bottom: 20px;
}
.company_list li{
	list-style: none;
	line-height: 1.4em;
}
.company_list .title{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	font-weight: 700;
	margin-bottom: 5px;
}
.company_list .title > div{
	font-size: 90%;
	width: 120px;
	font-weight: 500;
}
.company_list .sub{
	font-size: 85%;
	color: #8b8b9a;
}
@media print, screen and (min-width: 1200px) {
	.company_list{
		display: table;
	}
	.company_list li{
		display: table-cell;
		vertical-align: middle;
	}
	.company_list li.title{width: 260px;}
	.company_list .title > div{
		width: 130px;

	}
}

/* 18 privacy
---------------------------------------------------- */
.privacy_title{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.privacy_title .en2 {margin-right: 10px; font-weight: 700;}
.privacy_title h4 {font-weight: 700;}

/* contact
---------------------------------------------------- */
.contact_btn{
	display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_btn p{
	width: 55%;
	margin: 10px 1%;
}


.otoiawase_box .box {margin-bottom: 20px;}
.otoiawase_box .box .en{
	font-size: 160%;
	line-height: 1.4em;
	margin-top: 5px;
}
@media print, screen and (min-width: 576px) {
	.otoiawase_box {
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.otoiawase_box .box {width: 50%;}
}
@media print, screen and (min-width: 992px) {
	.otoiawase_box .box .en{
		font-size: 200%;
	}
}
@media print, screen and (min-width: 1600px) {
	.otoiawase_box .box .en{
		font-size: 250%;
	}
}
	
	


.contact_list li{
	list-style: none;
}
@media print, screen and (min-width: 576px){
	.contact_list{
		margin-left: -1%;
		margin-right: -1%;
	}
	.contact_list li{
		width: 48%;
		float: left;
		margin: 0 1%;
	} 
	.contact_list li:nth-of-type(2n+1) { clear: both;}
}
@media print, screen and (min-width: 1200px){
	.contact_list li{
		width: 31.3%;
	} 
	.contact_list li:nth-of-type(2n+1) { clear: none;}
	.contact_list li:nth-of-type(3n+1) { clear: both;}
	
}




/*フォームのテーブル*/
.table_form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #dadada;
}
.table_form th{
	width:100%;
	padding:10px 5px 3px 5px;
	display: block;
	color: #5c5c5c;
}
.table_form td{
	width:100%;
	border-bottom:1px solid #dadada;
	padding:3px 5px 10px 5px;
	display: block;
}
.table_form th > div{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.table_form th .hissu{margin-left: auto;}

.table_form th .hissu{/*必須*/
	font-size:70%;
	color:#fff;
	padding:5px 6px;
	/*float:right;*/
	border-radius:3px; 
	font-weight: normal;
	background-color: #ac2d2f;
	line-height: 1.4em;
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	text-align: center;
}
.table_form td.last {border-bottom:none;}



.table_form th.sen_none,
.table_form td.sen_none{
	border:0;
}

@media print, screen and (min-width: 768px) {
	.table_form th{
		width:35%;
		border-bottom:1px solid #dadada;
		padding:15px 20px;
		vertical-align:middle;
		text-align:left;
		display:table-cell;
		color: #595757;
	}
	.table_form td{
		width:100%;
		padding:15px 20px;
		display:table-cell;
	}
	
	.table_form.sen_none .last td{padding-bottom: 10px;}
	.table_form.sen_none th{
		padding:10px 20px 0 20px;
	}
	.table_form.sen_none td{
		padding:10px 25px 0 25px;
	}

}
@media print, screen and (min-width: 992px) {
	.table_form th{width:30%;}
}


/* フォーム関係 */
.required input[type="text"], .required input[type="password"], .required select, .required textarea{border:1px solid #c36;}
input[type="checkbox"], input[type="radio"] {vertical-align:middle; margin:5px 5px 5px 0;}
input{font-size:100%;vertical-align:middle; padding:9px}
input[type="file"]{width: 99%;}
input[type="text"], select{border:1px solid #ccc; border-radius:3px; color: #595757;}
input[type="email"]{color: #595757;}

input:focus[type="text"]{border:1px solid #06c;}
textarea{font-size:100%;border:1px solid #ccc;width:99%; border-radius:3px; }
input,textarea{ 
  /*display: inline-block; 
  font-family: FontAwesome; */
  font-style: normal; 
  font-weight: normal; 
  line-height: 1; 
  -Webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
} 
select {padding: 9px; color: #595757; }

.form-control {color: #595757;}
.form-control.w50 {width:120px; display: inline-block; margin-right: 10px;}
.form-control.w300 {width:200px;}
@media (min-width: 768px) {
.form-control.w300 {width:250px;}
}


.privacy_waku{
	padding:30px 20px;
	font-size: 90%;
	background-color: #fff;
	font-weight: 400;
	border: 1px solid #dadada;
}
@media print, screen and (min-width: 992px){
	.privacy_waku{	padding:40px 20px;}
}


.privacy_scroll {
  max-height:200px;
  overflow-y: scroll;
  padding-right:10px;
	z-index: 1;
	word-break: break-all;
}
@media print, screen and (min-width: 768px) {
.privacy_scroll {max-height:400px;}
}


.midashi_box{
	border-collapse: collapse;
	border-left: 4px solid #dadada;
	padding: 5px 0 5px 25px;
}
.midashi_box2{
	border-collapse: collapse;
	border-left: 1px solid #595757;
	padding: 5px 0 5px 25px;
	margin-left: 5px;
}
.midashi_box2.red{
	border-left: 1px solid #ac2d2f;
}
.midashi_box3{
	background: #ac2d2f;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
	.midashi_box3{
		padding: 20px 30px;
	}
}



.btn-primary{
	border-radius:50px;
	font-size: 100%;
}
.btn-primary:hover{
	background-color: #014091;
	opacity: 1;
}


.form-control {
    height: 50px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



/*▼メールフォームの「例」のカラー変更*/
::placeholder {
  color: #959595!important;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #959595!important;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #959595!important;
}


.privacy_text{
	border-collapse: collapse;
	border-left: 6px solid #dadada;
	padding: 10px 0 10px 15px;
}
.privacy_text .name{
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 10px;
}



/* footer
---------------------------------------------------- */
footer {
	font-size: 100%;
	line-height: 1.6em;
	color: #fff;
	z-index: 0;
	position: relative;
	background: #595757;
}


footer .in {padding: 50px 0;}

.foot_text{
	text-align: center;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 11px;
}

.foot_logo{
	margin: 0 auto 20px auto;
	font-weight: 700;
	text-align: center;
	font-size: 120%;
}
.foot_logo img{
	width: 100%;
	height: auto;
	margin: 0 auto 15px auto;
	max-width: 90px;
}

footer a:link,
footer a:visited{
	color: #fff;
	text-decoration: underline;
}
@media print, screen and (min-width: 576px) {
	.foot_logo img{ width: 70%;}
}
@media print, screen and (min-width: 768px) {
	.foot_logo{
		margin: 0 auto 50px auto;
	}
	.foot_logo img{ width: 80%;}
	
	.foot_box{
		display: -webkit-flex;
		display: flex;
		justify-content: center;
	}
	.foot_box .nakami{
		display: -webkit-flex;
		display: flex;
		justify-content: center;
	}
	.foot_box .nakami .foot_link {margin-right: 20px;}
	.foot_box .nakami .foot_link:last-child {margin-right: 0;}
	.foot_box .box{
		margin: 0 15px;
	}
	.foot_box h4{
		border-bottom: 1px solid #fff;
		font-size: 130%;
		line-height: 1.4em;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	.foot_link {
		text-align: left;
		
	}
	.foot_link:last-child{margin-right: 0;}

	.foot_link li{
		display: block;
		margin-bottom: 10px;
		font-size: 100%;
		font-weight: 700;
	}
	.foot_link li a:link,
	.foot_link li a:visited{
		color: #fff;
		text-decoration: none;
	}
}
@media print, screen and (min-width: 1200px) {
	footer{
		text-align: left;
	}
	footer .in {padding: 70px 0;}
	
	.foot_logo{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		font-size: 115%;
	}
	.foot_logo img{
		width: 70%;
		margin: 0 15px 0 0;
	}
	
	.foot_box{
		justify-content: right;
	}
}
@media print, screen and (min-width: 1600px) {
	.foot_logo{
		font-size: 140%;
	}
	.foot_logo img{
		width: 100%;
		margin: 0 20px 0 0;
	}
	
	.foot_box .nakami .foot_link {margin-right: 30px;}
}

.copy_box ul{
	margin-bottom: 20px;
	text-align: center;
}
.copy_box li{
    list-style: none;
    display: inline-block;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
}
.copy_box li:last-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.copy_box li a:link,
.copy_box li a:visited{
    text-decoration: none;
}
@media print, screen and (min-width: 768px) {
	.copy_box {margin-top: 40px;}
}
@media print, screen and (min-width: 1200px) {
	.copy_box{
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.copy_box .copy {margin-left: auto;}
	
	.copy_box ul{
		margin-bottom: 0;
		text-align: left;
	}
	
}

/*copy*/

.copy {
	text-align: center;
	font-size: 80%;
	color: #fff;
	font-family: "Marcellus", serif;
	font-weight: 400;
}

@media print, screen and (min-width: 1200px) {
	.copy {text-align: right;}
}




/* scroll */
#pagetop .scroll_anime {
  position: absolute;
  bottom: 106px;
  right: min(3.91vw, calc(30px + 16px + 10px));
  writing-mode: vertical-rl;
  white-space: nowrap;
	/*
  font-family: "Oswald", sans-serif;
  font-weight: 500;
	*/
  font-size: 12px;
  color: #B3B3B3;
  letter-spacing: 0.1em;
  z-index: 4;
font-family: "Marcellus", serif;
font-weight: 400;
	cursor: pointer;
}

#pagetop .scroll_anime::before {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  /*background: rgba(29, 32, 135, 0.5);*/
	background: none;
}
#pagetop .scroll_anime::after {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  background: #B3B3B3;
  animation: lineAnime2 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes lineAnime2 {
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*20251219*/
.sp_btn{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.sp_btn .btn_mail:link,
.sp_btn .btn_mail:visited{
	width: 145px!important;
}
.sp_btn > p{margin-right: 5px;}
