@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 #1c1c1c;
    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;
	font-weight: bold;
	color:#1c1c1c;
	letter-spacing: 0.05em;
	background-color: #cfcfce;
}

sup {font-size: 80%;}

header,
main,
footer{
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
}

.bold {font-weight: 700;}

.en{
	font-family: "David Libre", serif;
	font-weight: 400;
}
.mincho{
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
}

html{
	scroll-padding-top: 60px;
}

#service1,
#service2{
	margin-top:-60px;
	padding-top:60px;
}
	

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


/* header
---------------------------------------------------- */
header{
	width: 100%;
	top: 0;
	z-index: 100;
	position: fixed;
	padding-top: 10px;
	padding-bottom: 10px;
	/*background: #fff;*/
	background: url("../images/bg_head.png") no-repeat scroll 50% 50% / cover;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
@media print, screen and (min-width: 992px) {
	header{
		padding: 0;
		height: 74px;
	}
}
@media print, screen and (min-width: 1200px) {
	header{ height: 81px;}
}



/*----------------header固定----------------*/
@media print, screen and (min-width: 992px) {
	header .logo {
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s ease-in-out;
		z-index: 100;
	}
	header .logo a h1{
		color: #fff;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		font-weight: 700;
		font-size: 160%;
		line-height: 1.4em;
	}
	header .logo a:link,
	header .logo a:visited{
		color: #fff;
	}
	header .logo a img{
		min-width: 110px;
		max-width: 110px;
		transition: .3s ease-in-out;
		margin-right: 10px;
	}
	.logo a:hover {opacity: 1;}
}

@media print, screen and (min-width: 1200px) {
	header .logo a img{
		min-width: 120px;
		max-width: 120px;
	}

}

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

.nav { display: none; }/*なぜかこの指定をしていた。何かに影響するかも*/
nav li a {
	font-size: 120%;
	line-height: 1.4em;
}
nav li .en{
	float: right;
	font-size: 80%;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
	background: #fff;
	font-size: 90%;
	line-height: 1.4em;
	font-weight: 400;
}
nav .sub-menu a:link,
nav .sub-menu a:visited{
	color: #4d4d4d!important;
}
nav .sub-menu a:hover,
nav .sub-menu .navi-on2 a{
	color: #000!important;
}

nav li a:link,
nav li a:visited{
	color: #666;
}
nav li a:hover{color: #000; opacity: 1;}
nav li.navi-on a{color: #000!important; opacity: 1; background: none;}
nav li.navi-on li a{color: #4d4d4d;}

nav li.navi-on .sub-menu a{color: #4d4d4d!important;}
nav li.navi-on .sub-menu a:hover,
nav li.navi-on .sub-menu .navi-on2 a{color: #000!important;}
/*
.mean-container .mean-nav ul li.navi-on2 a{color: #005eb8!important;}
.gNav .sub-menu li.navi-on2 a{color: #4d4d4d!important;}
*/
  nav li i {
    font-size: 12px;
    margin-left: 5px;
  }

nav li.navi-on a.mean-expand{color: #fff!important;}

@media only screen and (max-width: 767px) {
  .h_logo {
    /*width: 80px;*/
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 100;
  }
  .gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
	
}
@media only screen and (max-width: 991px) {
  .h_logo {
    position: absolute;
    top:-10px;
    left: 0;
    z-index: 210;
  }
	
	.h_logo a h1{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		color: #fff;
		font-size: 120%;
		line-height: 1.4em;
	}
	.h_logo img{
		width: 89px;
		height: auto;
		margin-right: 10px;
	}
	
	.mean-nav li{
		border-bottom: 1px solid #dadada;
	}
	.meanmenu-reveal {
	  margin: 15px 17px 27px 17px!important;
	}
	
	.mean-container .mean-bar{
		background: #4d4d4d!important;
		-moz-background-size:100% 2px!important;
		background-size:100% 2px!important; 
	}
	.contact_mail .fa-envelope {display: none;}
	
	nav li a{
		display: -webkit-flex!important;
		display: flex!important;
		align-items: center;
		font-family: "David Libre", serif;
		font-weight: 400;
	}
	nav li.navi-on a{
		display: -webkit-flex!important;
		display: flex!important;
		align-items: center;
	}
	nav li a .ja{
		margin-left: auto;
		font-family: "BIZ UDPGothic", sans-serif;
		font-weight: 400;
		font-size: 10px;
	}
	
	.mean-nav img.img-fluid{
		display: inline-block!important;
		width: 45px;
		vertical-align: middle;
		padding-right: 10px;
	}
}

@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;
	  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;*/
    text-align: center;
    /*line-height: 80px;*/
	  padding: 6px 0;
	  font-family: "David Libre", serif;
		font-weight: 400;
	  /*margin-left: 20px;*/
  }
	.gNav li a .ja{
		font-family: "BIZ UDPGothic", sans-serif;
		font-weight: 400;
		display: block;
		font-size: 10px;
		line-height: 1.2em;
	}
  .gNav .sub-menu {
    visibility: hidden;/*初期設定を可視化してマウスで反応しないようにします*/
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 27px!important;
    left: 50%;
    margin-left: -105px;
    width: 225px;
    /*-webkit-transition: all .2s ease;現在では必要ないので消してもいい*/
    /*transition: all .2s ease;*/
	  transition: opacity .2s ease;
	 /* overflow: visible!important;*/
  }
  .gNav .sub-menu.long_pc {
    width: 280px;
  }
  .gNav .sub-menu li a {
    display: block;
    padding: 12px 10px;
    line-height: 1.2em;
	border-bottom: none;
	/*border-bottom: 1px solid #f4d8dd;*/
	font-size: 115%;
  }
  .gNav .sub-menu li:last-child a {
	border-bottom: none!important;
  }
  .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 {
	  color: #005eb8!important;
  }
	
	nav li a {
		font-size: 140%;
	}
	.nav> li>a:hover,
	.nav>li.navi-on> a{
		color: #4d4d4d;
		background: url("../images/navi-on.gif") repeat-x left bottom;
		background-color: none!important;
		opacity: 1;
	}
	nav li.sen_none a:hover{
		background: none;
		
		opacity: 1;
	}
	nav li.navi-on .sub-menu a::after{
		background: none;
	}
	nav li.navi-on .sub-menu a{color: #4d4d4d!important;}
	nav li.navi-on .sub-menu a:hover{color: #005eb8!important;}
}
@media print, screen and (min-width: 992px) {
	nav { padding-top: 0; padding-right: 15px; margin-top: 10px;}
	
	
	.gNav>ul { margin-top: 0;}
	.gNav li a { margin-left: 23px;}
	.recruit_page .gNav li a { margin-left: 12px;}
	.gNav li a:link,
	.gNav li a:visited{
		color: #fff;
	}
	
	.d-lg-inline-block{
		color: #005eb8;
		vertical-align: middle;
	}
	nav .sub-menu,.mean-container .mean-nav ul ul{font-weight: 700;}
	
	/*ホバー*/
	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 .sub-menu,.mean-container .mean-nav ul ul {
		background: #4d4d4d;
	}
	.sub-menu {
	  border-top:none!important;
	}
	.gNav .sub-menu li a:hover,
	.gNav .sub-menu li.navi-on2 a{
		/*background: #efefef!important;*/
		background: none!important;
		color: #005eb8 !important;
	}
	.gNav .sub-menu li a i {font-size: 120%; margin-right: 5px;}
	
	
	nav .sub-menu,.mean-container .mean-nav ul ul {
		background: #fff;
		border-radius: 20px;
		padding: 10px 5px;
		box-shadow: 0px 2px 18px 0px rgba(6, 4, 4, 0.21);
	}
}
@media print, screen and (min-width: 1200px) {
	nav { margin-top: 12px;}
	  .gNav .sub-menu {
		top: 30px!important;
	  }
	.gNav li a { margin-left: 25px;}
}
@media print, screen and (min-width: 1600px) {
}

.sub_navi{
	border-top: 2px solid #4d4d4d;
}
.sub_navi p{
	width: 50%;
	float: left;
	border-bottom: 1px solid #4d4d4d;
}
.sub_navi.long p{
	width: 100%;
	float: none;
	border-bottom: 1px solid #4d4d4d;
}
.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: #4d4d4d!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{
	width: 50%!important;
	float: left;
}
.mean-container .mean-nav ul li li:nth-of-type(2n+1) { clear: both;}
*/
.mean-container .mean-nav ul li.navi-on a:hover{
	/*background: #0f3876!important;*/
	color: #005eb8;
}
@media print, screen and (min-width: 576px) {
	.mean-container .mean-nav ul li li{
		width:50%!important;
		float: left;
		border-bottom: none;
	}
	.mean-container .mean-nav ul li li:nth-of-type(2n+1) { clear: both;}
}
@media print, screen and (min-width: 768px) {
	.mean-container .mean-nav ul li li{
		width:33.33%!important;
	}
	.mean-container .mean-nav ul li li:nth-of-type(2n+1) { clear: none;}
	.mean-container .mean-nav ul li li:nth-of-type(3n+1) { clear: both;}
}


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

.mean-container .mean-bar{ background: url("../images/bg_head.png") no-repeat scroll 50% 50% / cover!important;}/*ナビの背景*/

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


/* midashi
---------------------------------------------------- */
.fs60 {font-size:60%;}
.fs70 {font-size:70%;}
.fs75 {font-size:75%;}
.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:250%; line-height:1.4em;}

.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.8em;}
@media print, screen and (min-width: 768px){
	.text_large{font-size: 115%; line-height: 2.0em;}
}
@media print, screen and (min-width: 1600px){
	.text_large{font-size: 120%;}
}

.normal {font-weight: 500;}

@media print, screen and (min-width: 1200px){
	.text_pl20 {padding-left: 40px;}
	.text_pr20 {padding-right: 40px;}
}


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

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

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

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


#midashi_h2_area{
	position: relative;
	overflow: hidden;
	z-index: 0;
	color: #fff;
}
#midashi_h2_area .photo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#midashi_h2_area .photo img{
	width: 100%;
	height: 100%;
	filter: brightness(85%);

}
/**/


#midashi_h2{
	color: #fff;
	margin-top: 55px;
	padding: 60px 0;

}
#midashi_h2 h2{
	line-height: 1.4em;
	margin-bottom: 30px;
	text-align: left; 
	font-size: 100%;
	font-family: "BIZ UDPMincho", serif;
	font-weight: 700;
		/*text-shadow : 0px 3px 5.6px rgba(0, 0, 0, 0.23) ;*/
}
#midashi_h2 h2 .en{
	font-size: 330%;
	line-height: 1.0em;
	margin-bottom: 5px;
	display: -webkit-flex;
    display: flex;
    align-items:center;
	font-weight: 400;
}
#midashi_h2 h2 .en img{
	min-width: 30px;
	max-width: 30px;
	margin-left: 15px;
}

#midashi_h2 .text{
	border-top: 1px solid #fff;
	padding-top: 30px;
	margin-top: 30px;
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
	font-size: 110%;
}

.pankuzu{
	font-size: 100%;
	font-family: "David Libre", serif;
	font-weight: 400;
	margin-bottom: 10px;
}
.pankuzu a:link,
.pankuzu a:visited{
	text-decoration: underline;
	color: #fff;
}
@media print, screen and (min-width: 768px){
	.pankuzu{
		margin-bottom: 20px;
	}
}



@media print, screen and (min-width: 768px){
	#midashi_h2 {margin-bottom: 0;}
	#midashi_h2{  margin-bottom: 0;}
	#midashi_h2 h2{
		font-size:120%;
	}
	#midashi_h2 h2{
		margin-bottom: 40px;
	}
	#midashi_h2 h2 .en{ font-size: 350%;}
	#midashi_h2 .text {font-size: 115%; line-height: 2.0em;}
}
@media print, screen and (min-width: 992px){
	#midashi_h2{ margin-top: 90px;}
	#midashi_h2 h2{ font-size: 120%;}
	#midashi_h2 h2 .en{ font-size: 330%;}
}
@media print, screen and (min-width: 1200px){
	#midashi_h2{ margin-top: 120px;}
	#midashi_h2 h2{font-size: 140%; margin-bottom: 60px;}
	#midashi_h2 h2 .en{ font-size: 360%;}
	#midashi_h2 .text {font-size: 140%;}
}
@media print, screen and (min-width: 1600px){
	#midashi_h2{ margin-top: 150px;  padding-bottom: 150px;}
	#midashi_h2 h2 .en{ font-size: 500%;}
	#midashi_h2 .text {font-size: 160%;}
}



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


.text.-visible span {
  clip-path: inset(0 0 0 0);
}

.typ_text.-visible span {
  clip-path: inset(0 0 0 0);
}


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


.midashi_en{
	font-size: 300%;
	line-height: 1.4em;
	font-family: "David Libre", serif;
	font-weight: 400;
}
.midashi1{
    font-size: 110%;
    line-height: 1.4em;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	font-family: "BIZ UDPMincho", serif;
	font-weight: 700;
}
.midashi1:before {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ*/
}
.midashi1:before {
  margin-right: 1em; /* 文字の右隣 */
}


.midashi2{
    font-size: 140%;
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
}
.midashi2 .en{
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

.midashi3{
    font-size: 160%;
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
}


@media print, screen and (min-width: 576px) {
	.midashi_en{ font-size: 350%;}
	.midashi1{ font-size: 120%;}
}
@media print, screen and (min-width: 768px) {
	.pl_text {padding-left: 35px;}
	.pr_text {padding-right: 35px;}
	.midashi_en{ font-size: 400%;}
}
@media print, screen and (min-width: 992px) {
	.midashi_en{ font-size: 450%;}
	.midashi3{ font-size: 200%;}
}
@media print, screen and (min-width: 1200px) {
	.midashi3{ font-size: 220%;}
}
@media print, screen and (min-width: 1600px) {
	.midashi_en{ font-size: 550%;}
	.midashi3{ font-size: 250%;}
}



/*リンク・ボタン関係
---------------------------------------------------- */
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;}}



.mannaka .button1,
.mannaka .button2{
	margin: 0 auto;
}
.migi .button1{
	margin-left: auto;
}
@media only screen and (max-width: 767px) {
	.mannaka_sp .button1{
		margin: 0 auto;
	}
}


.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: none;
	/*
	padding: 15px 15px 15px 50px;
	border-radius: 50px;
	border: 2px solid #dedede;
	*/
}
.button1 a:link,
.button1 a:visited{
	text-decoration: none;
	color: #1c1c1c;
}
.button1 .moji{
	border-bottom: 1px solid #1c1c1c;
	padding-bottom: 3px;
}
.button1 a:hover {
  /*color:#0083c5;*/
  opacity:1
}
.button1 a .arrow {
  width:35px;
  height:35px;
  margin-left:20px;
  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:50px;
  height:50px;
}



.button2 {
  width:max-content;
  height:auto;
  position:relative
}
.button2 a {
  font-size:100%;
  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: #fff;
padding: 12px 8px 12px 40px;
	border-radius: 50px;
	border: 1px solid #222;
}
.button2 a:link,
.button2 a:visited{
	text-decoration: none;
	color: #1c1c1c;
}
.button2 .moji{
	border-bottom: 1px solid #c00000;
	padding-bottom: 3px;
}
.button2 a:hover {
  /*color:#0083c5;*/
  opacity:1
}
.button2 a .arrow {
  width:30px;
  height:30px;
  margin-left:20px;
  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 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);
	background: none;
	/*padding: 8px 8px 8px 28px;*/
	border-radius: 50px;
	/*border: 1px solid #222;*/
}
.button3 a:link,
.button3 a:visited{
	text-decoration: none;
	color: #fff;
}
.button3 .moji{
	border-bottom: 1px solid #1c1c1c;
	padding-bottom: 3px;
}
.button3 a:hover {
  /*color:#0083c5;*/
  opacity:1
}
.button3 a .arrow {
  width:50px;
  height:50px;
  margin-left:20px;
  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 a:hover .arrow {
  width:60px;
  height:60px;
}
.button3 .arrow::before {
  background:none;
	border: 1px solid #fff;
}
.button3 a:hover .arrow::before {
  background:none;
}



.button4 {
  width:max-content;
  height:auto;
  position:relative
}
.button4 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: #e4ebfc;
padding: 8px 8px 8px 50px;
	border-radius: 50px;
	/*border: 1px solid #222;*/
}
.button4 a:link,
.button4 a:visited{
	text-decoration: none;
	color: #1c1c1c;
}
.button4 .moji{
	border-bottom: 1px solid #c00000;
	padding-bottom: 3px;
}
.button4 a:hover {
  /*color:#0083c5;*/
  opacity:1
}
.button4 a .arrow {
  width:50px;
  height:50px;
  margin-left:20px;
  transition:width .2s cubic-bezier(0.33, 1, 0.68, 1),height .2s cubic-bezier(0.33, 1, 0.68, 1)
}
.button4 a .arrow i {
	color: #fff;
}
.button4 a:hover .arrow {
  width:60px;
  height:60px;
	background-color:#1c1c1c;
}
.button4 .arrow::before {
  background-color:#1c1c1c;
}
.button4 a:hover .arrow::before {
	background-color:#1c1c1c;
}



.arrow {
  display:flex;
  justify-content:center;
  align-items:center;
  flex-shrink:0;
  width:60px;
  height:60px;
  position:relative;
  border-radius:50%;
  transition:transform .64s cubic-bezier(0, 0.55, 0.45, 1)
}
.arrow::before {
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  inset:0 auto auto 0;
  background-color:#1c1c1c;
  border-radius:50%;
  transition:transform .64s cubic-bezier(0, 0.55, 0.45, 1);
	/*border: 1px solid #fff;*/
}
a:hover .arrow::before {
  background-color:#1c1c1c;
}


.arrow i {
  fill:#7d8386;
  position:relative
}







.btn_mail{
	font-size: 120%;
	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;
	/*ここまで*/
	font-weight: 700;
}
.btn_mail:link,
.btn_mail:visited{
	color:#c00000;
	padding:15px 20px;
	text-decoration: none;
	z-index: 2;
	border: 1px solid #307ad0;
}
.btn_mail:hover{
	opacity: 1;
	background-color: #c00000;
	color: #fff;
}


.btn_mail i {margin-right: 15px; font-size: 130%; vertical-align: middle; color: #307ad0;}
.btn_mail:hover i {color: #fff;}
.btn_mail.btn {border-radius: 5px; }
@media print, screen and (min-width: 1200px) {
	.btn_mail {font-size: 140%;}
	.btn_mail:link,
	.btn_mail:visited{
		padding:20px 25px;
	}
}

.tac .btn1 {margin: 0 auto;}
.tac .btn2 {margin: 0 auto;}
@media only screen and (max-width: 767px) {
	.tal_sptac .btn1 {margin: 0 auto;}
	.tal_sptac .btn2 {margin: 0 auto;}
}


.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;
	/*ここまで*/
	font-weight: 700;
}
.btn1.en {font-size: 110%; font-weight: 400;}
.btn1:link,
.btn1:visited{
	color:#fff;
	padding:13px 0;
	text-decoration: none;
	z-index: 2;
	border-bottom: 1px solid #fff;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
	width: 200px;
}
.btn1.black:link,
.btn1.black:visited{
	color:#1c1c1c;
	border-bottom: 1px solid #1c1c1c;
}
.btn1:hover{
	opacity: 1;
	width: 150px;
}



.btn1 .icon {
	 display:flex;
	   align-items:center;
	   justify-content:center;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 3px 10px;
	margin-left: auto;
	line-height: 1.0em;
	font-size: 11px;
	height: 20px;
	line-height: normal; /* ←これが効く */
}
.btn1.black .icon {
	border: 1px solid #1c1c1c;
}
.btn1.btn {border-radius: 0; }
@media print, screen and (min-width: 768px) {
	.btn1:link,
	.btn1:visited{
		width: 250px;
	}
	.btn1:hover{
		width: 200px;
	}
}
@-moz-document url-prefix() {/*（Firefox専用の微調整）*/
    .btn1 .icon {
        padding-top: 4px; /* 1pxだけ下げる */
    }
}

.tar .btn2 {margin-left: auto;}


.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;
	/*ここまで*/
	font-weight: 700;
}
.btn2.en {font-size: 120%; font-weight: 400;}
.btn2:link,
.btn2:visited{
	color:#1c1c1c;
	padding:13px 0;
	text-decoration: none;
	z-index: 2;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
	width: 155px;
}
.btn2 .icon {
	 display:flex;
	   align-items:center;
	   justify-content:center;
	border: 1px solid #1c1c1c;
	border-radius: 50px;
	padding: 3px 10px;
	margin-left: auto;
	font-size: 11px;
	width: 40px;
	height: 20px;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	line-height: normal;
}
@-moz-document url-prefix() {/*（Firefox専用の微調整）*/
    .btn2 .icon {
        padding-top: 4px; /* 1pxだけ下げる */
    }
}


.btn2:hover{opacity: 1;}
.btn2:hover .icon {
	background: #1c1c1c;
	color: #fff;
	opacity: 1;
}
.btn2.btn {border-radius: 0; }
@media print, screen and (min-width: 768px) {
}





.btn3{
	font-size: 100%;
	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;
	/*ここまで*/
	font-weight: 700;
}
.btn3:link,
.btn3:visited{
	color:#1c1c1c;
	z-index: 2;
	text-decoration: none;
	border-bottom: 1px solid #1c1c1c;
	padding: 5px 0;
}
.btn3:hover{
	opacity: 1;
	padding: 10px 30px;
	background: #1c1c1c;
	color: #fff;
}
.btn3.btn {border-radius: 0;}
.btn3 i {margin-right: 7px;}


.btn4{
	font-size: 100%;
	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;
	/*ここまで*/
	font-weight: 700;
}
.btn4:link,
.btn4:visited{
	color:#1c1c1c;
	z-index: 2;
	text-decoration: none;
	border: 1px solid #1c1c1c;
	padding: 15px 20px;
}
.btn4:hover{
	opacity: 1;
	background: #c00000;
	color: #fff;
	border: 1px solid #c00000;
}
.btn4.btn {border-radius: 5px;}
.btn4 i {margin-left: 20px;}




.btn_recruit{
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	font-weight: 700;
	font-size: 110%;
	text-align: center!important;
	line-height: 1.4em;
}
.btn_recruit:link,
.btn_recruit:visited{
	color:#fff!important;
	background-image: -webkit-linear-gradient( 0deg, rgb(255,125,131) 0%, rgb(248,147,78) 100%);
	text-decoration: none;
	padding: 12px 20px!important;
	width: 145px!important;
}
.btn_recruit:hover{
	opacity: 1;
	background-color: #1c1c1c!important;
}
.btn_recruit.btn {border-radius: 5px; padding:0; border: 0;}
@media print, screen and (min-width: 1200px) {
	.btn_recruit:link,
	.btn_recruit:visited{
		width: 175px;
	}
}


.btn_pdf{
	font-size:90%;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
}
.btn_pdf:link,
.btn_pdf:visited{
	color:#1c1c1c!important;
	text-align: center;
	vertical-align: middle;
	text-decoration: none!important;
}
.btn_pdf:hover{
	opacity: 1;
}
.btn_pdf i {margin-right: 5px; color: #d63923; font-size: 200%;}
.btn_pdf.btn {border-radius: 50px; padding:0;}


.btn_pdf2{
	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-right: 2px;
}
.btn_pdf2:link,
.btn_pdf2:visited{
	text-align: center;
	vertical-align: middle;
}
.btn_pdf2 i{
	color:#c00000!important;
	font-size: 160%;
	margin-right: 5px;
}





.btn_yaji{
	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;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.btn_yaji:link,
.btn_yaji:visited{
	color: #c00000;
	font-size: 160%;
}
.btn_yaji:hover{
	opacity: 1;
	color: #1c1c1c;
	font-size: 180%;
}
.btn_yaji.btn {border-radius: 0; padding:0; border: 0;}




.btn_detail{
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.btn_detail:link,
.btn_detail:visited{
   width:35px;
   height:35px;
   border-radius:50%;
   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
	color: #c00000!important;
	background: #fff;
}
.btn_detail:hover{
	opacity: 1;
	color: #fff!important;
	background-color: #1c1c1c;
}
.btn_detail.btn {border-radius: 50px; padding:0;}
.btn_detail i {font-size: 100%;}




.btn_detail2{
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.btn_detail2:link,
.btn_detail2:visited{
   width:35px;
   height:35px;
   border-radius:50%;
   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
	color: #fff!important;
	background: #c00000;
}
.btn_detail2:hover{
	opacity: 1;
	color: #fff!important;
	background-color: #1c1c1c;
}
.btn_detail2.btn {border-radius: 50px; padding:0;}
.btn_detail2 i {font-size: 100%;}


.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;
	/*ここまで*/
	margin-left: 5px;
	vertical-align: middle;
	line-height: 1.0em;
}
.btn_map:link,
.btn_map:visited{
	color:#fff;
	text-decoration: none;
}
.btn_map:hover{
	opacity: 1;
	color: #aeaeae;
}





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




.pdf_list2 li{
	list-style: none;
	margin-bottom: 3px;
}
.pdf_list2 li a:link,
.pdf_list2 li a:visited{
	padding: 10px 15px;
	background: #c00000;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 90%;
	border-radius: 0;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	border-radius: 5px;
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.pdf_list2 li a:hover{
	padding: 10px 15px;
	opacity: 1;
	border-radius: 50px;
}
.pdf_list2 li i {margin-right: 10px; font-size: 130%;}
@media print, screen and (min-width: 1200px){
	.pdf_list2{
		margin-left: -1%;
		margin-right: -1%;
	}
	.pdf_list2 li{
		width: 31.3%;
		float: left;
		margin: 1%;
	}
}




.text_link_area a {text-decoration: underline; color: #1c1c1c;}
.text_link i { color: #c00000; margin-left: 10px; font-size: 110%;}

a.text_link {text-decoration: underline; color: #c00000;}
a.text_link2 {text-decoration: underline; color: #fff!important;}
.text_link3 {text-decoration: none; color: #fff!important;}

.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: #c00000;}
	.text_link_sp2 {text-decoration: underline!important; color: #fff;}
}



/* ホバーアニメーション　*/

.tar_sptac a.btn_ugoki{
	justify-content: center;
}

a:link.btn_ugoki,
a:visited.btn_ugoki{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	text-decoration: none;
	color: #c00000;
}
a:hover.btn_ugoki{
	opacity: 1;
}



/* リスト
---------------------------------------------------- */
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;
	line-height: 1.6em;
}
ul.list_ul li {margin-bottom: 5px;}
ul.list_ul .sub{
	font-size: 80%;
	line-height: 1.6em;
}


ol.list_num {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
ol.list_num> li {
	/*color: #1c1c1c;*/
}
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: #1c1c1c;
  color: #fff;
  display: block;
  float: left;
  line-height: 25px;
  margin-left: -35px;
  text-align: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
font-family: "David Libre", serif;
font-weight: 400;
	margin-top: 2px;
	font-size: 80%;
}

@media print, screen and (min-width: 1200px){
	.table1  ol.list_num > li:before {
		margin-top: 4px;
	}
}




ul.list_check li{
	list-style:none;
	text-indent: -1.7em;
	padding-left:1.7em;
	line-height: 1.6em;
	font-size: 100%;
	margin-bottom: 5px;
	text-align: left;
}
ul.list_check li:before{
	font-family: bootstrap-icons;
	font-weight: 700;
	content: "\F270";
	margin-right: 10px;
	color: #c00000;
	font-size: 120%;
	vertical-align: top;
}
ul.list_check li .title{
	font-size: 110%;
	color: #c00000;
	margin-bottom: 10px;
} 

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: #c00000;
	font-size: 80%;
}
@media print, screen and (min-width: 576px){
	ul.list_maru li{margin-left: 5px;}
	ul.list_maru{
		margin-left: -1%;
		margin-right: -1%;
	}
}
@media print, screen and (min-width: 1600px){
	ul.list_maru li{margin-left: 10px;}
}



ul.list_maru2 li{
	list-style:none;
	text-indent: -1.2em;
	padding-left:1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.6em;
	color: #c00000;
	font-weight: 700;
	font-size: 120%;
	border-bottom: 1px solid #c00000;
}
ul.list_maru2 li:before{
	font-family: bootstrap-icons;
	font-weight: 400;
	content: "\F287";
	margin-right: 12px;
	color: #f7ca5d;
	font-size: 10px;
}
@media print, screen and (min-width: 576px){
	ul.list_maru2 li{margin-left: 5px;}
	ul.list_maru2{
		margin-left: -1%;
		margin-right: -1%;
	}
}
@media print, screen and (min-width: 1600px){
	ul.list_maru2 li{margin-left: 10px;}
}


/* color
---------------------------------------------------- */
.red{color:#c00000;}
.white{color:#fff;}
.black{color:#1c1c1c;}
.gray{color:#91908f;}
.blue{color:#005eb8;}

/* 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: #fff;
	font-weight: 700;
}
.table1 td{
	width:100%;
	padding:0 10px 10px 10px;
	display: block;
	border-bottom: 1px solid #4d4d4d;
}
@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 #4d4d4d;
	}
	.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%;}
}


/* サイズ指定
---------------------------------------------------- */
.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_lg0 {margin-bottom: 30px;}
@media print, screen and (min-width: 992px) {.mb30_lg0 {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_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;}}

.mb50_xl70 {margin-bottom:50px;}
@media print, screen and (min-width: 1200px) {.mb50_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;}}


@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;}
}
@media print, screen and (min-width: 1600px){
	.mb_content {margin-bottom: 150px;}
	.mt_content {margin-top: 150px;}
}

.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;}
.content_pd.pt30 {padding-top: 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: 110%;}
	.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: 120%;}
	.content_pd {padding-top: 100px; padding-bottom: 100px;}
	.content_pd.xl0 {padding-top: 0; padding-bottom: 0;}
	.pt_left {padding-left: 35px;}
	.pt_right {padding-right: 35px;}
}
@media print, screen and (min-width: 1600px){
	main {font-size: 125%;}
	.content_pd {padding-top: 150px; padding-bottom: 150px;}
}
.content_pd.pt0{padding-top: 0;}
.content_pd.pt20{padding-top: 20px;}
.content_pd.pt50{padding-top: 50px;}
.content_pd.pb0{padding-bottom: 0;}
.content_pd2.pb0{padding-bottom: 0;}
.content_pd.pb10{padding-bottom: 10px;}
.content_pd.pb30{padding-bottom: 30px;}
.content_pd.pb30_xl50{padding-bottom: 30px;}
.content_pd.pb50{padding-bottom: 50px;}
@media print, screen and (min-width: 1200px){
	.content_pd.pb30_xl50{padding-bottom: 50px;}
}

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

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


#mainimage {
	position: relative;
	width:100%;
	overflow: hidden;
	z-index: 1;
}



#mainimage .main_moji {
	z-index: 3;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#mainimage .main_moji img {width: 60%; max-width:720px;}
@media print, screen and (min-width: 768px){
	#mainimage .main_moji img {width: 70%;}
}
@media print, screen and (min-width: 1700px){
	#mainimage .main_moji img {width: 100%;}
}

#mainimage .main_moji2 {
	z-index: 3;
    position: absolute;
	right: 7%;
	bottom: 5%;
}
#mainimage .main_moji2 img {width: 60%; max-width:500px; margin-left: auto;}
@media print, screen and (min-width: 768px){
	#mainimage .main_moji2 img {width: 70%;}
}
@media print, screen and (min-width: 1700px){
	#mainimage .main_moji2 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/370;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 0 100%;
	}	
	.slick-img.ichi img{
		object-position: 50% bottom;
	}	
}
@media screen and (min-width: 768px) and (max-width: 991px)  {
	#mainimage {
		height: 70vh;
	}
	.slick-img{height: 70vh;}
	.slick-img img{
		display: block;
		width: 100%;
		height: 70vh;
		object-fit: cover;	
	}	
}

@media print, screen and (min-width: 992px){
	#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: "David Libre", serif;
	font-weight: 400;
}

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




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


/* 背景
---------------------------------------------------- */
.bg_gara1{
	background: url("../images/bg_gara1.jpg") no-repeat scroll 50% 50% / cover;
	color: #fff;
	position: relative;
	z-index: 0;
}
.bg_gara2{
	background: url("../images/bg_gara2.jpg") no-repeat scroll 50% 50% / cover;
	color: #fff;
	position: relative;
	z-index: 0;
}
.bg_gara3{
	background: url("../images/bg_gara3.jpg") no-repeat scroll 50% 50% / cover;
	position: relative;
	z-index: 0;
}
.bg_black{
	background: #313131;
	color: #fff;
	position: relative;
	z-index: 0;
}
.bg_black2{
	background: #0d0d0c;
	color: #fff;
	position: relative;
	z-index: 0;
}

.bg1,
.bg3{
  height: 100%;
  line-height: 100%;
  position: relative;
}

.bg2{
  height: 1px;
  /*line-height: 100%;*/
  position: relative;
}
@media print {
	.bg1::before,
	.bg2::before,
	.bg3::before{
     opacity: 1 !important;
     transform: none !important; }
}


span {
  position: relative;
}

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

.bg3::before{
  content: '';
  display: block;
  position: absolute;
  /*width: 80%;*/
  width: 100%;
  height: 100%;
  background: #c00000;
  transition: 1s;
  transform-origin: left top;
  transform: scale(0, 1);
	z-index: -1;
}

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




/* 背景固定
---------------------------------------------------- */
.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: 80vh;
    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;
}

@media screen and (max-width: 1499px) {/*iPad横でも不具合でたため、1199px以下にした*/
    .b_fixed_bg {
        height: 520px;
        background-attachment: scroll; /*スマホ・タブ(ios)では不具合がでるため幅992px以下ではこの指定（印刷時のスタイルも）*/
    }
	/*
    .b_fixed_bg.takame {
        height: 900px;
    }
	*/
}


.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);
	position: relative;
	z-index: 0;
}
.b_fixed_bg.b_bg2 {
    background-image: url("../images/kotei2.jpg") , url(../images/kotei2.jpg);
	position: relative;
	z-index: 0;
}

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




/* レイアウト
---------------------------------------------------- */
.layout1 .photo{
	max-width: 962px;
}
.layout1 .photo img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 768px){
	.layout1 {
		position: relative;
		z-index: 0;
	}
	.layout1 .photo{
		position: absolute;
		right: 5%;
		top: 0;
		width: 40%;
		z-index: 0;
	}
	.layout1 .photo.hidari{
		right: auto;
		left: 5%;
	}
	.layout1 .yohaku{
		position: relative;
		z-index: 2;
	}
}




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

.close {
    float: none;
}

/* 縦横比固定 */
.photo-ofi {
	 height: 0;
	 display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	/*background-color: #fff;*/
	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: "David Libre", serif; font-weight: 400;}
div.paging span.current,
div.paging span.paging-text{
	margin:0px 0.5px;
	color:#1c1c1c;
	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: #1c1c1c;
	background-color: #fff;
	border-radius: 5px;
}
div.paging span.current{
	background: #1c1c1c;
	color:#fff;
	zoom:1;
	padding:5px 8.5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	border-radius: 5px;
	
}
div.paging span.paging-text a:hover{
	background: #1c1c1c;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	opacity: 1;
}



/*左右の余白*/

	.yohaku3{
		margin-left: 3%;
		margin-right: 3%;
	}
@media print, screen and (min-width: 768px){
	.yohaku{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
	.yohaku2{
		margin-left: 3%;
		margin-right: 3%;
	}
}
@media print, screen and (min-width: 1500px){
	.yohaku{
		margin-left: 16.666667%;
		margin-right: 16.666667%;
	}
	.yohaku2{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}






/* アニメーション
---------------------------------------------------- */
/*ぼかし*/
@media print {
   img.bokashi {
     opacity: 1 !important;
     transform: none !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);
  }
}




/*------画像を徐々に表示------*/
@media print {
   .img-wrap {
     opacity: 1 !important;
     transform: none !important; }
}


.img-wrap {
  opacity: 0;
}

.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

#midashi_h2_area .img-animation::before {
  background: #1c1c1c;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

/* スクロールダウン
-------------------------------------*/
.title_sen{
	position: relative;
}
/* スクロールダウンの位置 */
.scroll_sen {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  /*writing-mode: vertical-rl;*/
}
/* 線のアニメーション部分 */
.scroll_sen::before {
  animation: scroll 2s infinite;
  background-color: #1c1c1c;
  bottom: -50px;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
.scroll_sen.white::before {
  background-color: #fff;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    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.1s;
}

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

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

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

.animate:nth-child(7) {
    transition-delay: 0.6s;
}

.animate:nth-child(8) {
    transition-delay: 0.7s;
}


/*========= Loading ===============*/

#loading {
	opacity: 0; /* ← これに変更！ */
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background:#eee;
    text-align:center;
    color:#333;
}

#loadingLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#loadingLogo svg { width:180px; margin: 0 auto;}
@media print, screen and (min-width: 768px){
	#loadingLogo svg { width:220px;}
}
@media print, screen and (min-width: 1200px){
	#loadingLogo svg { width:270px;}
}


/* SVGアニメーション */
/* 三角の初期状態（塗りなし） */
.cls-1 {
  fill: none;
}

/* path の初期状態 */
#mask path {
  fill-opacity: 0;
  transition: fill-opacity .5s;
  fill: none;
  stroke: #1c1c1c;
}

/* polygon の初期状態（stroke を消さない） */
#mask polygon {
  fill-opacity: 0;
  transition: fill-opacity .5s;
  fill: none;
}

/* 三角だけ線の色を変える（強制） */
#mask path.cls-1 {
  stroke: #fff !important;
}

/* 完成後（塗りが入る） */
#mask.done path {
  fill: #1c1c1c;
  fill-opacity: 1;
  stroke: none;
}

/* 三角だけ完成後の色を変える（強制） */
#mask.done path.cls-1 {
  fill: #fff !important;
  fill-opacity: 1;
  stroke: none;
}


/* 画面遷移 */

.loadingBg {
  display: none;
	pointer-events: none; /* ← これが重要！ */
}

body.appear .loadingBg{
  display: block;
	pointer-events: none; /* ← アニメ中もクリックを奪わない */
  content: "";
  position:fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #1c1c1c;
  animation: slideAnime 1.2s ease-in-out forwards;
}

@keyframes slideAnime {
0% {
  transform-origin:left;
  transform:scaleX(0);
}
50% {
  transform-origin:left;
  transform:scaleX(1);
}
50.001% {
  transform-origin:right;
}
100% {
  transform-origin:right;
  transform:scaleX(0);
}
}

.wrapper{
opacity: 0;
}

body.appear .wrapper{
animation: appearAnime 1s .8s  forwards;
opacity: 0;
}

@keyframes appearAnime {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}



/* 01 index
---------------------------------------------------- */
#top01{position: relative; overflow: hidden; z-index: 0; background: url("../images/top01_bg.jpg") no-repeat scroll 50% 50% / cover; color: #fff;}
#top02{position: relative; overflow: hidden; z-index: 0; background: url("../images/top02_bg.jpg") no-repeat scroll 50% 50% / cover; color: #fff;}
#top03{position: relative; /*overflow: hidden;*/ z-index: 0; background: url("../images/top03_bg.jpg") no-repeat scroll 50% 50% / cover;}
#top04{position: relative; overflow: hidden; z-index: 0; background: url("../images/top04_bg.jpg") no-repeat scroll 50% 50% / cover;}

#top01 .photo2,
#top01 .photo3,
#top01 .photo4{
	display: none;
}
@media print, screen and (min-width: 768px){
	#top01 .photo2,
	#top01 .photo3,
	#top01 .photo4{
		display: block;

	}
	#top01 .photo1{
		position: absolute;
		right: 5%;
		top: 10%;
		max-width: 526px;
		width: 25%;
		z-index: -1;
	}
	#top01 .photo3{
		position: absolute;
		right: 5%;
		bottom: 10%;
		max-width: 355px;
		width: 25%;
		z-index: -1;
	}
	
	#top01 .photo2{
		position: absolute;
		left: 7%;
		top: 30%;
		max-width: 336px;
		width: 20%;
		z-index: -1;
	}
	#top01 .photo4{
		position: absolute;
		left: 5%;
		bottom: 0;
		max-width: 539px;
		width: 25%;
		z-index: -1;
	}
	#top01 .photo1 img,
	#top01 .photo2 img,
	#top01 .photo3 img,
	#top01 .photo4 img{
		width: 100%;
		height: auto;
	}
}


.gallery {
    width: 100%;
    margin-inline: auto;
    /* 以下gridレイアウト用 */
    display: grid;
    gap: 10px;/* 画像間の余白 */
    grid-auto-flow: dense; /* 隙間を埋めながら配置 */
}

.gallery .box{
	position: relative;
}
@media only screen and (max-width: 575px){
	.gallery {
		grid-template-rows: 100px 250px 250px 250px 250px;
		grid-template-columns: 100%;
	}
	
	.gallery .box:first-child {
		grid-column: 1/2;
		grid-row: 1/2;
	}
	.gallery .box:nth-child(2) {
		grid-column: 1/2;
		grid-row: 2/3;
	}
	.gallery .box:nth-child(3) {
		grid-column: 1/2;
		grid-row: 3/4;
	}
	.gallery .box:nth-child(4) {
		grid-column: 1/2;
		grid-row: 4/5;
	}
	.gallery .box:nth-child(5) {
		grid-column: 1/2;
		grid-row: 5/6;
	}
}
@media screen and (min-width: 576px) and (max-width: 767px)  {
	.gallery {
		grid-template-rows: 100px 300px 300px;
		grid-template-columns: 50% 50%;
	}
	
	.gallery .box:first-child {
		grid-column: 1/3;
		grid-row: 1/2;
	}
	.gallery .box:nth-child(2) {
		grid-column: 1/2;
		grid-row: 2/3;
	}
	.gallery .box:nth-child(3) {
		grid-column: 2/3;
		grid-row: 2/3;
	}
	.gallery .box:nth-child(4) {
		grid-column: 1/2;
		grid-row: 3/4;
	}
	.gallery .box:nth-child(5) {
		grid-column: 2/3;
		grid-row: 3/4;
	}
}
@media print, screen and (min-width: 768px){
	.gallery {
		grid-template-rows: 300px 300px;
		grid-template-columns: 33.3% 33.3% 33.3%;
	}

	.gallery .box:first-child {
		grid-column: 1/2;
		grid-row: 1/2;
	}
	.gallery .box:nth-child(2) {
		grid-column: 1/2;
		grid-row: 2/3;
	}
	.gallery .box:nth-child(3) {
		grid-column: 2/3;
		grid-row: 1/2;
	}
	.gallery .box:nth-child(4) {
		grid-column: 2/3;
		grid-row: 2/3;
	}
	.gallery .box:nth-child(5) {
		grid-column: 3/4;
		grid-row: 1/3;
	}
}
@media print, screen and (min-width: 1200px){
	.gallery {
		grid-template-rows: 400px 400px;
	}
}

.gallery .box .text{
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url("../images/filter.png") repeat;
	padding: 20px;
	font-size: 80%;
	line-height: 1.6em;
	width: 60%;
}
.gallery .box .text h4{
	font-size: 80%;
	line-height: 1.4em;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.gallery .box .text h4 .en{
	display: block;
	font-size: 220%;
	line-height: 1.2em;
}
@media print, screen and (min-width: 768px){
	.gallery .box .text{
		width: 80%;
	}
}
@media print, screen and (min-width: 992px){
	.gallery .box .text{
		width: 55%;
	}
}


/* アスペクト比設定 */
.gallery img {
    display: block;
    aspect-ratio: 300/200;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
.gallery img:first-child {
  aspect-ratio: 200/400;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*2*/

.gallery2 {
    width: 100%;
    margin-inline: auto;
    /* 以下gridレイアウト用 */
    display: grid;
    gap: 5px;/* 画像間の余白 */
    grid-auto-flow: dense; /* 隙間を埋めながら配置 */
	grid-template-rows: 150px 150px 150px 150px;
	grid-template-columns: 50% 50%;
	margin-bottom: 10px;
}
@media print, screen and (min-width: 768px){
	.gallery2 {
		/* 以下gridレイアウト用 */
		gap: 10px;/* 画像間の余白 */
		grid-auto-flow: dense; /* 隙間を埋めながら配置 */
		grid-template-rows: 100px 100px 100px 100px 100px;
		grid-template-columns: 25% 25% 25% 25%;
	}
}
@media print, screen and (min-width: 1200px){
	.gallery2 {
		grid-template-rows: 170px 170px 170px 170px 170px;
	}
}


.gallery2 .box{
	position: relative;
}

@media only screen and (max-width: 767px){
	.gallery2 .box:first-child {
		grid-column: 1/2;
		grid-row: 1/2;
	}
	.gallery2 .box:nth-child(2) {
		grid-column: 2/3;
		grid-row: 1/2;
	}
	.gallery2 .box:nth-child(3) {
		grid-column: 1/2;
		grid-row: 2/3;
	}
	.gallery2 .box:nth-child(4) {
		grid-column: 2/3;
		grid-row: 2/3;
	}
	.gallery2 .box:nth-child(5) {
		grid-column: 1/2;
		grid-row: 3/4;
	}
	.gallery2 .box:nth-child(6) {
		grid-column: 2/3;
		grid-row: 3/4;
	}
	.gallery2 .box:nth-child(7) {
		grid-column: 1/2;
		grid-row: 4/5;
	}
	.gallery2 .box:nth-child(8) {
		grid-column: 2/3;
		grid-row: 4/5;
	}
}
@media print, screen and (min-width: 768px){
	.gallery2 .box:first-child {
		grid-column: 1/2;
		grid-row: 1/3;
	}
	.gallery2 .box:nth-child(2) {
		grid-column: 1/2;
		grid-row: 3/6;
	}
	.gallery2 .box:nth-child(3) {
		grid-column: 2/3;
		grid-row: 1/4;
	}
	.gallery2 .box:nth-child(4) {
		grid-column: 2/3;
		grid-row: 4/6;
	}
	.gallery2 .box:nth-child(5) {
		grid-column: 3/4;
		grid-row: 1/3;
	}
	.gallery2 .box:nth-child(6) {
		grid-column: 3/4;
		grid-row: 3/5;
	}
	.gallery2 .box:nth-child(7) {
		grid-column: 4/5;
		grid-row: 1/3;
	}
	.gallery2 .box:nth-child(8) {
		grid-column: 4/5;
		grid-row: 3/6;
	}

	.gallery2 .box:nth-child(4) img {height: 90%;}
	.gallery2 .box:nth-child(5) img {height: 90%;}
	.gallery2 .box:nth-child(6) {margin-top: -9%;}
}

/* アスペクト比設定 */
.gallery2 img {
    display: block;
    aspect-ratio: 300/200;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
.gallery2 img:first-child {
  aspect-ratio: 200/400;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/**/

.top_service .text ul li{
	display: inline-block;
	list-style: none;
	background: #727272;
	color: #fff;
	font-size: 90%;
	padding: 5px 10px;
	line-height: 1.4em;
	margin-bottom: 2px;
}

@media print, screen and (min-width: 768px){
	.top_service{
		display: -webkit-flex;
		display: flex;
		padding: 20px;
	}
	.top_service:first-child{
		border-bottom: 1px solid #cdcdcd;
		margin-bottom: 20px;
	}
	.top_service > .text{
		margin-left: 30px;
	}
}
@media print, screen and (min-width: 992px){
	.top_service{
		padding: 70px 20px;
	}
}
@media print, screen and (min-width: 1600px){
	.top_service{
		padding: 100px 20px;
	}
}

/*サイドナビ固定*/
@media print, screen and (min-width: 768px) {
	.heading-sticky {
	  position: sticky;
	  top: 80px;
	}
}



.top_car{
	background: url("../images/top_car.jpg") no-repeat scroll 50% 50% / cover;
	color: #fff;
}
.top_car a:link,
.top_car a:visited{
	color: #fff;
	text-decoration: none;
	padding: 15% 10%;
}
.top_car a{
	display: block;
}

.top_car .more{
    margin-left: auto;
    font-family: "David Libre", serif;
    font-weight: 400;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	font-size: 110%;
}
.top_car .more .icon {
	 display:flex;
	   align-items:center;
	   justify-content:center;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 3px 10px;
	margin-left: 20px;
	line-height:normal;
	font-size: 11px;
	width: 40px;
	height: 20px;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
@-moz-document url-prefix() {/*（Firefox専用の微調整）*/
    .top_car .more .icon {
        padding-top: 4px; /* 1pxだけ下げる */
    }
}

@media only screen and (max-width: 767px) {
	.top_car .more{
		justify-content: flex-end;
		margin-top: 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.top_car a{
		display: -webkit-flex;
		display: flex;
		align-items: flex-end;
	}
	.top_car a:link,
	.top_car a:visited{
		padding: 7%;
	}
	.top_car .text{margin-right: 5%;}
	.top_car .more{
		white-space: nowrap;
		margin-left: auto;
	}
}


/*続きを読む*/
.readmore {
    position: relative;
    margin: 3em auto;
    display: block;
    color: #1c1c1c;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    letter-spacing: 0.1em;
	font-family: "David Libre", serif;
	font-weight: 400;
	border-bottom: 1px solid #1c1c1c;
}
.close {
float: none;
  font-size: 110%;
  font-weight: 500;
  line-height: 1;
  color: #1c1c1c;
  text-shadow:none;
  opacity: 1;
}
.close:hover{
	color: #1c1c1c;
}

.readmore i {margin-left: 20px;}
.readmore.on-click:before {
  transform: rotate(180deg);
}
.readmore .open {
  display: block;
}
.readmore.on-click .open {
  display: none;
}
.readmore .close {
  display: none;
}
.readmore.on-click .close {
  display: block;
}

button:link,
button:active,
button:hover,
button:focus {
    outline: none!important;
    -moz-outline-style: none;
}

/**/

#otoiawase_box .box:first-child{
	background: url("../images/otoiawase_bg.jpg") no-repeat scroll 50% 50% / cover;
}
#otoiawase_box .box.contact_area{
	background: url("../images/otoiawase_bg2.jpg") no-repeat scroll 50% 50% / cover;
	color: #fff;
}
#otoiawase_box .box{
	padding: 50px 30px;
}
#otoiawase_box .box .text{
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
	font-size: 110%;
	line-height: 1.4em;
}
#otoiawase_box .box .number{
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
	font-size: 100%;
	margin-top: 20px;	
}
#otoiawase_box .box .number a:link,
#otoiawase_box .box .number a:visited{
	text-decoration: none;
	color: #fff;
}
#otoiawase_box .box .number > p{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	margin-bottom: 3px;
}
#otoiawase_box .box .number > p > span:first-child{
	width: 60px;
	text-align: center;
}
#otoiawase_box .box .number .num{
	font-size: 140%;
}



#otoiawase_box .box .link_area{
	font-size: 160%;
	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;
	/*ここまで*/
	font-weight: 700;
}
#otoiawase_box .box .link_area .en {font-size: 110%; font-weight: 400;}
#otoiawase_box .box .link_area a{
	display: block;
}
#otoiawase_box .box .link_area a:link,
#otoiawase_box .box .link_area a:visited{
	color:#fff;
	padding-top: 30px;
	text-decoration: none;
	z-index: 2;
	border-top: 1px solid #fff;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
}
#otoiawase_box .box .link_area.black a:link,
#otoiawase_box .box .link_area.black a:visited{
	color:#1c1c1c;
	border-top: none;
}

#otoiawase_box .box .link_area .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 3px 20px;
	margin-left: auto;
	line-height: 1.0em;
	font-size: 20px;
	height: 30px;
}
#otoiawase_box .box .link_area.black .icon {
	border: 1px solid #1c1c1c;
}

@media print, screen and (min-width: 768px) {
	#otoiawase_box{
		display: -webkit-flex;
		display: flex;
		/*align-items: center;*/
		justify-content: center;
	}
	#otoiawase_box .box{
		width: 50%;
		padding: 5% 4%;
	}
}
@media print, screen and (min-width: 1200px) {
	#otoiawase_box .box.contact_area .title{
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	#otoiawase_box .box.contact_area .title .migi {margin-left: auto;}
	#otoiawase_box .box .link_area a:link,
	#otoiawase_box .box .link_area a:visited{
		padding-top: 60px;
	}
}

/* 02 service
---------------------------------------------------- */
.service_box{
	border-top: 1px solid #969696;
	padding-top: 30px;
	margin-bottom: 30px;
}
.service_box .text {margin-bottom: 20px;}
@media print, screen and (min-width: 576px) {
	.service_box{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		align-items: center;
	}
	.service_box .text {
		margin-bottom: 0;
		margin-left:30px;
	}
	.service_box .photo{
		min-width: 250px;
		max-width: 250px;
		width: 250px;
	}
}
@media print, screen and (min-width: 768px) {
	.service_box .photo{
		min-width: 200px;
		max-width: 200px;
		width: 200px;
	}
}
@media print, screen and (min-width: 1200px) {
	.service_box .photo{
		min-width: 250px;
		max-width: 250px;
		width: 250px;
	}
	.service_box .text {
		margin-left:40px;
	}
}


.service_point .box{
	border-bottom: 1px solid #cfb18f;
	padding: 30px 10px;
}
.service_point .box h4{
	text-align: center;
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
	color: #cfb18f;
	font-size: 110%;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.service_point .box img{
	max-width: 50px;
	width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
}
.service_point.car_page .box img{
	max-width: 70px;
}
.service_point .box > p{
	font-size: 90%;
}
@media print, screen and (min-width: 576px) {
	.service_point .box{
		width: 33.3%;
		float: left;
		margin: 1% 0;
		border-bottom: none;
		border-right: 1px solid #cfb18f;
	}
	.service_point .box:nth-of-type(3n+1) { clear: both;}
}
@media screen and (min-width: 576px) and (max-width: 1599px)  {
	.service_point .box:nth-child(3) {
		border-right: none;
	}
	.service_point .box:nth-child(4) {
		margin-left: 18%;
	}
	.service_point .box:nth-child(5) {
		border-right: none;
	}
}
@media print, screen and (min-width: 768px) {
	.service_point .box{
		padding: 30px;
	}
	
	.service_point .box h4{
	display:flex;
	   align-items:center;
	   justify-content:center;
		height: 50px;
	}
}
@media print, screen and (min-width: 1600px) {
	.service_point .box{
		width: 20%;
		padding: 30px;
	}
	.service_point .box:nth-of-type(3n+1) { clear: none;}
	.service_point .box:nth-of-type(5n+1) { clear: both;}
	.service_point .box:nth-child(5) {
		border-right: none;
	}
}


.service_jire{
	margin-left: -1%;
	margin-right: -1%;
}
.service_jire .box{
	width: 48%;
	float: left;
	margin: 1%;
}
@media print, screen and (min-width: 768px) {
	.service_jire .box{
		width: 23%;
		margin: 1%;
	}
}

/* 03 car
---------------------------------------------------- */
@media print, screen and (min-width: 1500px) {
	.car_service .en{ margin-top: 5%;} 
}


.car_jirei{
	border-top: 1px solid #969696;
	padding: 30px 10px;
}
.car_jirei .b_a{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.car_jirei .b_a .photo{
	min-width: 45%;
	max-width: 45%;
	width: 45%;
	position: relative;
}
.car_jirei .b_a .photo .en{
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("../images/filter.png") repeat;
	padding: 5px 10px;
	line-height: 1.2em;
}
.car_jirei .b_a .icon{
	width: 10%;
	text-align: center;
}
.car_jirei .text{
	font-size: 90%;
	line-height: 1.6em;
	margin-top: 20px;
}
.car_jirei .midashi2 {margin-bottom: 20px;}
@media print, screen and (min-width: 768px) {
	.car_jirei{
		padding: 40px 10px;
	}
	.car_jirei .midashi2 {margin-bottom: 30px;}
	.car_jirei .text{
		font-size: 100%;
		margin-top: 30px;
	}
}
@media print, screen and (min-width: 1600px) {
	.car_jirei{
		width: 80%;
		margin: 0 auto;
	}
	.car_jirei .b_a .icon {font-size: 120%;}
}


/* 04 company
---------------------------------------------------- */
.company_logo{
	max-width: 888px;
	width: 70%;
	margin: 0 auto;
}
.company_logo img{
	width: 100%;
	height: auto;
}

.nintei{
	width: 80%;
	margin: 0 auto;
}
@media print, screen and (min-width: 576px) {
	.nintei{ width: 60%;}
}
@media print, screen and (min-width: 768px) {
	.nintei_head {margin-top: 3%;}
}

.map_img{
	max-width: 990px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 40%;
	z-index: -1;
}
.map_img img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 576px) {
	.map_img{
		width: 30%;
	}
	.map_text{
		padding-bottom: 5%;
	}
}
@media print, screen and (min-width: 768px) {
	.map_img{
		width: 40%;
	}
	.map_text{
		padding-top: 10%;
		padding-bottom: 10%;
	}
}
@media print, screen and (min-width: 1500px) {
	.map_img{
		width: 35%;
	}
}


.move1 {
	position: absolute;
	animation: moveY 2s infinite alternate linear, moveX 12s infinite alternate linear;
	-ms-animation: moveY 2s infinite alternate linear, moveX 12s infinite alternate linear;
	-webkit-animation: moveY 2s infinite alternate linear, moveX 12s infinite alternate linear;
	-moz-animation: moveY 2s infinite alternate linear, moveX 12s infinite alternate linear;
	z-index: 1;
	opacity: 0.5;
}
.move2 {
	margin: 200px 0 0 -300px;
	position: absolute;
	animation: moveY 2s infinite alternate ease-in, moveX 14s infinite normal linear;
	-ms-animation: moveY 2s infinite alternate ease-in, moveX 14s infinite normal linear;
	-webkit-animation: moveY 2s infinite alternate ease-in, moveX 14s infinite normal linear;
	-moz-animation: moveY 2s infinite alternate ease-in, moveX 14s infinite normal linear;
	-webkit-animation-delay: 2s;
	z-index: 1;
	opacity: 0.5;
}
.move3 {
	position: absolute;
	animation: moveY 2s infinite alternate linear;
	-ms-animation: moveY 2s infinite alternate linear;
	-webkit-animation: moveY 2s infinite alternate linear;
	-moz-animation: moveY 2s infinite alternate linear;
	z-index: -1;
}

@keyframes moveY {
0% {top:0px;}
50% {	top:30px;}
100% {top:0px;}
}

@-ms-keyframes moveY {
0% {top:0px;}
50% {	top:15px;}
100% {top:0px;}
}

@-webkit-keyframes moveY /* Safari and Chrome */
{
0% {top:0px;}
50% {	top:15px;}
100% {top:0px;}
}

@-moz-keyframes moveY /* Firefox */
{
0% {top:0px;}
50% {	top:15px;}
100% {top:0px;}
}

/*　横の動き　*/
@keyframes moveX {
0% {left:0px;}
100% {left:88%;}
}
@-ms-keyframes moveX{
0% {left:0px;}
100% {left:88%;}
}
@-webkit-keyframes moveX /* Safari and Chrome */
{
0% {left:0px;}
100% {left:88%;}
}
@-moz-keyframes moveX /* Firefox */
{
0% {left:0px;}
100% {left:88%;}
}




/* 05 recruit
---------------------------------------------------- */
.recruit_photo01_bg{
	position: absolute;
	max-width: 1267px;
	left: 0;
	top: 0;
	z-index: -1;
	width: 50%;
}
.recruit_photo01_bg img{
	width: 100%;
	height: auto;
}




.recruit_point .box{
	border-bottom: 1px solid #cfb18f;
	padding: 30px 10px;
}
.recruit_point .box h4{
	text-align: center;
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
	color: #cfb18f;
	font-size: 110%;
	line-height: 1.4em;
	margin-bottom: 10px;
	
}
.recruit_point .box img{
	max-width: 70px;
	width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
}
.recruit_point .box > p{
	font-size: 90%;
	text-align: center;
	line-height: 1.6em;
}
@media print, screen and (min-width: 576px) {
	.recruit_point .box{
		width: 50%;
		float: left;
		margin: 0;
		border-bottom: none;
	}
	.recruit_point .box:nth-of-type(2n+1) { clear: both;}
	
	.recruit_point .box h4{
		display:flex;
	   align-items:center;
	   justify-content:center;
		height: 50px;
	}
}
@media screen and (min-width: 576px) and (max-width: 1199px)  {
	.recruit_point .box:nth-child(1) {
		border-right: 1px solid #cfb18f;
	}
	.recruit_point .box:nth-child(3) {
		border-top: 1px solid #cfb18f;
		border-right: 1px solid #cfb18f;
	}
	.recruit_point .box:nth-child(4) {
		border-top: 1px solid #cfb18f;
	}
}
@media print, screen and (min-width: 768px) {
	.recruit_point .box{
		padding: 30px;
	}
}
@media print, screen and (min-width: 1200px) {
	.recruit_point .box{
		width: 25%;
		padding: 30px;
	}
	.recruit_point .box:nth-of-type(2n+1) { clear: none;}
	.recruit_point .box:nth-of-type(4n+1) { clear: both;}
	
	.recruit_point .box {
		border-right: 1px solid #cfb18f;
	}
	.recruit_point .box:last-child {
		border-right: none;
	}
	.recruit_point .box img{
		max-width: 90px;
		margin: 0 auto 20px auto;
	}
}

/**/

.recruit_point2 .box{
	border-bottom: 1px solid #cdcdcd;
	padding: 20px 10px;
	width: 50%;
	float: left;
}
.recruit_point2 .box h4{
	text-align: center;
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
	color: #fff;
	font-size: 110%;
	line-height: 1.4em;
}
.recruit_point2 .box img{
	max-width: 50px;
	width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
}
.recruit_point2 .box:nth-of-type(2n+1) { clear: both;}
@media print, screen and (min-width: 576px) {
	.recruit_point2 .box{
		width: 33.3%;
		float: left;
		margin: 1% 0;
		border-bottom: none;
		border-right: 1px solid #cdcdcd;
	}
	.recruit_point2 .box:nth-of-type(2n+1) { clear: none;}
	.recruit_point2 .box:nth-of-type(3n+1) { clear: both;}
}
@media screen and (min-width: 576px) and (max-width: 1199px)  {
	.recruit_point2 .box:nth-child(3) {
		border-right: none;
	}
	.recruit_point2 .box:nth-child(6) {
		border-right: none;
	}
}
@media print, screen and (min-width: 768px) {
	.recruit_point2 .box{
		padding: 30px;
	}
	.recruit_point2 .box img{
		max-width: 70px;
		margin: 0 auto 20px auto;
	}
}
@media print, screen and (min-width: 1200px) {
	.recruit_point2 .box{
		width: 16.66%;
		padding: 30px;
	}
	.recruit_point2 .box:nth-of-type(3n+1) { clear: none;}
	.recruit_point2 .box:nth-of-type(6n+1) { clear: both;}
	.recruit_point2 .box:nth-child(6) {
		border-right: none;
	}
}

@media print, screen and (min-width: 576px){
	.flow_box .box{
		float: left;
		margin: 0;
	}

	
	
	.flow_box .box{
		width: 25%;
	}
	.flow_box .box:nth-of-type(4n+1) { clear: both;}
	
}
@media print, screen and (min-width: 992px){
}




.box27 {
    position: relative;
    margin: 25px 0 0 0;
    padding: 0.5em 5px;
    border-top: solid 1px #ccbcac;
}
.box27 .nakami {
    padding: 30px 0 20px 0;
}

.box27 .title{
   width:50px;
   height:50px;
   border-radius:50%;
   /*background:#927150;*/

   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
	text-align: center;
	font-size: 11px;
	border: 1px solid #cfb18f;
		color: #cfb18f;
		font-family: "BIZ UDPMincho", serif;
		font-weight: 400;
}
.box27 .title .num{
	display: block;
	font-size: 20px;
}
@media print, screen and (min-width: 576px){
	.box27 .midashi3{
		height: 60px;
		display:flex;
	   align-items:center;
	   justify-content:center;
	}
	.box27 .box-title {
		position: absolute;
		top: -25px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		display: inline-block;
		padding: 0 9px;
		line-height: 1;
		background: #313131;
	}
}

@media print, screen and (min-width: 1200px){
	.box27 .nakami {
		padding: 30px 0 30px 0;
	}
	.box27 .midashi3{
		height: 85px;
	}
}
@media only screen and (max-width: 575px){
	.box27 {
		position: relative;
		margin: 0 0 0 25px;
		padding: 0;
		border-left: solid 1px #ccbcac;
		border-top: none;
		min-height: 80px;
	}
	.box27.last {
		border-left: none;
	}
	.box27 .box-title {
		position: absolute;
		left: -25px;
		display: inline-block;
		padding: 9px 0;
		line-height: 1;
		background: #313131;
	}
	.box27 .nakami {
		padding: 20px 0 20px 40px;
	}

	.box27 .title{
	   width:50px;
	   height:50px;
	   border-radius:50%;
	   border: 1px solid #cfb18f;

	   /*display:flexで中央配置*/
	   display:flex;
	   align-items:center;
	   justify-content:center;
		color: #cfb18f;
		font-family: "BIZ UDPMincho", serif;
		font-weight: 400;
		text-align: center;
		font-size: 11px;
	}
	.box27 .title .num{
		display: block;
		font-size: 16px;
	}
	
	.box27 .nakami .tac {text-align: left;}
}
	
	

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



.contact_box .title{
	margin-bottom: 20px;
}
.contact_box .number{
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
}
.contact_box .number > p{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	font-size: 120%;
	margin-bottom: 3px;
}
.contact_box .number > p span:first-child{
	width: 60px;
	text-align: center;
}
.contact_box .number > p span:last-child{
	font-size: 120%;
}
.contact_box .number > p a:link,
.contact_box .number > p a:visited{
	color: #fff;
	text-decoration: none;
}
@media print, screen and (min-width: 768px) {
	.contact_box{
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.contact_box .number{
		margin-left: 20%;
	}
}
@media print, screen and (min-width: 1200px) {
	.contact_box .number > p{
		font-size: 150%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.contact_box .number > p span:first-child{
		width: 65px;
	}
}

/*フォームのテーブル*/
.table_form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #969696;
	line-height: 2.0em;
}

.table_form th{
	width:100%;
	padding:10px 15px 3px 15px;
	display: block;
	color: #fff;
	font-weight: 700;
}
.table_form td{
	width:100%;
	border-bottom:1px solid #969696;
	padding:3px 15px 10px 15px;
	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: #d63923;
	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 #969696;
		padding:15px 20px;
		vertical-align:middle;
		text-align:left;
		display:table-cell;
	}
	.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%;}
}


.table_form.waku{
	border:1px solid #1c1c1c;
}
@media print, screen and (min-width: 768px) {
	.table_form.waku tr:last-child th,
	.table_form.waku tr:last-child td{
		border-bottom:1px solid #1c1c1c;
	}

}



/* フォーム関係 */
.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:14px;vertical-align:middle; padding:9px}
input[type="file"]{width: 99%;}
input[type="text"], select{border:1px solid #ccc; border-radius:3px; color: #1c1c1c;}
input[type="email"]{color: #1c1c1c;}

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:12px 9px; color: #1c1c1c; font-size: 14px; font-weight: 700;}

.form-control {color: #1c1c1c;font-weight: 700;}
.form-control.w50 {width:100px; display: inline-block; margin-right: 10px;}
.form-control.w200 {width:150px; display: inline-block; margin-right: 10px; margin-bottom: 10px;}
.form-control.w300 {width:200px;}
@media (min-width: 576px) {
.form-control.w200 { margin-bottom: 0;}
}
@media (min-width: 768px) {
.form-control.w300 {width:250px;}
}


.privacy_waku{
	padding:20px 20px;
	font-size: 90%;
	background-color: #313131;
	/*font-weight: 500;*/
	line-height: 1.8em;
}
@media print, screen and (min-width: 992px){
	.privacy_waku{	padding:40px 20px;}
}
.privacy_waku a:link,
.privacy_waku a:visited{
	color: #fff;
}


.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_box3{
	border-collapse: collapse;
	border-left: 4px solid #d4def4;
	padding: 5px 0 5px 25px;
}


.midashi_box2{
	background: #005eb8;
	color: #fff;
	border-radius: 10px;
	padding: 30px 20px;
}

.btn-primary{
	border-radius:5px;
	font-size: 100%;
}
.btn-primary:hover{
	background-color: #313131;
	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 #e1e1e1;
	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;
	text-align: center;
	position: relative;
    background: url("../images/bg_foot2.jpg") repeat-y left top;
    -moz-background-size:100% auto;
    background-size:100% auto; 
	color: #fff;
	z-index: 0;
}
footer .in {padding: 50px 0;}

.foot_logo{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 1000px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.foot_logo img{
	width: 100%;
	height: 100%;
}

footer h3{
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 110%;
}
footer .address > p:first-child{margin-bottom: 10px;}
@media print, screen and (min-width: 768px) {
	footer {
		text-align: left;
		background: url("../images/bg_foot.jpg") repeat-y left top;
		-moz-background-size:100% auto;
		background-size:100% auto; 
		min-height: 320px;
	}
	.foot_logo{
		width: 50%;
	}
}
@media print, screen and (min-width: 992px) {
	footer {
		min-height: 400px;
	}
	footer .address{
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	footer .address > p:first-child{
		margin-bottom: 0;
		margin-right: 25px;
	}
	footer .address > p:last-child{
		text-align: justify;
	  text-align-last: justify;
	}
}
@media print, screen and (min-width: 1200px) {
	footer {font-size: 110%; min-height: 490px;}
	footer .in {padding: 60px 0;}
	footer h3{
		font-size: 120%;
	}
}

@media print, screen and (min-width: 1600px) {
	footer {
		min-height: 650px;
	}
	footer .in {padding: 80px 0;}
}



footer a:link,
footer a:visited{
	color: #fff;
	text-decoration: none;
}

.foot_link{
	display: none;
}

footer .instagram{
	font-size: 27px;
	margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
	.foot_link{
		display: flex;
		display: -webkit-flex;
		justify-content: flex-end;
	}
	.foot_link ul{
		text-align: left;
	}
	.foot_link ul:first-child {margin-right: 30px;}
	.foot_link li{
		list-style: none;
		display: block;
		margin-bottom: 10px;
		font-size: 100%;
	}
	.foot_link li a:link,
	.foot_link li a:visited{
		text-decoration: none;
	}
}
@media print, screen and (min-width: 992px) {
	.foot_link {margin-top: 15px;}
}
@media print, screen and (min-width: 1500px) {
	footer .yohaku2{
		margin-left: 3%;
		margin-right: 3%;

	}
}



.copy {
	text-align: center;
	font-size: 80%;
	margin-top: 20px;
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
}
@media print, screen and (min-width: 768px) {
	.copy{
		margin-left: auto;
		text-align: right;
	}
}
@media print, screen and (min-width: 1500px) {
	.copy{
		margin-top: 200px;
	}
}


/* pagetop
---------------------------------------------------- */
/*
#pagetop {
	position: fixed;
	bottom:20px;
	right:20px;
	z-index: 100;
	width:40px;
   height:60px;
   border-radius:50px;
   background:#fff;
	font-size:22px;
   display:flex;
   align-items:center;
   justify-content:center;
}
*/

.pagetop {
  position: fixed;
  right: 3%;
  bottom: 20px;
	width:40px;
   height:60px;
	border-radius:50px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: transparent; 背景は透明のままがベスト */
  background: #fff;
  z-index: 999;
}

.pagetop__icon {
  font-size: 24px;
	color: #000;
  /*mix-blend-mode: difference;*/
}
@media print, screen and (min-width: 1500px) {
	.pagetop{
		bottom: 3%;
	}
}

/*タグコレ*/
.tagcolle-btn-default {
    box-shadow: none!important;
    background: none!important;
	border-radius: 0!important;
    border-left: none!important;
    border-top: none!important;
    border-right: none!important;
	font-family: "David Libre", serif!important;
	font-weight: 400!important;
	border-bottom: 1px solid #1c1c1c!important;
	padding-bottom: 10px;
	cursor: pointer;
}
.tagcolle-btn-default i {margin-left: 15px;}

/*20260828*/
.swiper {
padding-bottom: 35px; /* 画像下の余白調整（25pxじゃなくてもいいです） */
margin-bottom: -35px;
}


/* 前への矢印 */
.swiper-button-prev {
  left: -30px!important;
}
/* 次への矢印 */
.swiper-button-next {
  right: -30px!important;
}

.swiper_area{
	position: relative;
	z-index: 0;
}

.swiper .swiper-slide {background: #fff;}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper .swiper-slide .comment {font-size: 85%; line-height: 1.4em; margin-top: 7px;}
@media only screen and (max-width: 767px) {
	.swiper-button-prev,
	.swiper-button-next{
		display: none;
	}
}



