@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 #2e2e2e;
    margin:0;
    padding:0;
	margin-bottom:20px
}

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

sup {font-size: 80%;}

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

.en{
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

/* link
---------------------------------------------------- */
a:link,a:visited,a:hover,a:active{text-decoration:none; color:#2e2e2e; }
/*.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: none;
	font-weight: 700;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	/*box-shadow: 0 0 20px -8px rgba(0,0,0,0.2);*/
}
header.move{
	/*background-color: #16279d;*/
	background: url("../images/bg_head.png") repeat;
}
header.nakapage{
	/*background-color: #16279d;*/
	background: url("../images/bg_head.png") repeat;
}
@media print, screen and (min-width: 992px) {
	header{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	header.move{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media print, screen and (min-width: 1200px) {
	header{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}


nav img {float: right;}

.head_left{padding-left: 0;}
.head_right{padding-right: 0;}



/*----------------header固定----------------*/
@media print, screen and (min-width: 992px) {
	header .logo {
		position: absolute;
		top: 12px;
		left: 15px;
		display: flex;
		transition: .3s ease-in-out;
		z-index: 100;
	}
	.logo a:link,
	.logo a:visited{
		width: 90px;
		height: auto;
		display: block;
		transition: .3s ease-in-out;
		line-height: 1.4em;
	}
	.logo a:hover {opacity: 1;}
	.move .logo a {
		width: 80px;
		margin-top: -2px;
	}
	
	.logo.naka_logo a:link,
	.logo.naka_logo a:visited{
		width: 206px;
		margin-top: 25px;
		/*cursor: default;*/
	}
	.move .logo.naka_logo a:link,
	.move .logo.naka_logo a:visited{
		width: 206px;
		margin-top: 20px;
	}
	
}
@media print, screen and (min-width: 1200px) {
	header .logo {
		top: 5px;
	}
	.logo a:link,
	.logo a:visited{
		width: 115px;
		margin-top: 7px;
	}
	.move .logo a {
		width: 75px;
		margin-top: 5px;
	}
	
	.logo.naka_logo a:link,
	.logo.naka_logo a:visited{
		width: 265px;
		margin-top: 42px;
	}
	.move .logo.naka_logo a:link,
	.move .logo.naka_logo a:visited{
		width: 230px;
		margin-top: 27px;
	}
}
@media print, screen and (min-width: 1600px) {
	.logo.naka_logo a:link,
	.logo.naka_logo a:visited{
		width: 330px;
	}
	.move .logo.naka_logo a:link,
	.move .logo.naka_logo a:visited{
		width: 235px;
		margin-top: 27px;
	}
}

/* sp用nav
---------------------------------------------------- */
/*
.gNav a:hover {
  color: #999;
}
*/

/*.nav { display: none; }なぜかこの指定をしていた。何かに影響するかも*/
nav {font-family: 'Noto Sans JP', sans-serif; font-weight: 400;}
.mean-nav li{
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 991px) {
	nav li a {
		font-size: 100%;
		line-height: 1.4em;
	}
	nav .sub-menu,.mean-container .mean-nav ul ul {
		background: #ddd;
	}
	.mean-container .mean-nav ul li.sougou i {margin-right: 10px;}
	.mean-container .mean-nav ul li.sougou a {
		background: #172335;
		color: #fff;
	}
	.mean-container .mean-nav ul li.sougou a:hover {
		background: #324562;
	}
	nav li.navi-on a,
	nav li a:hover{color: #001185; opacity: 1;}
	nav li.navi-on li a{color: #3d3133; font-weight: normal;}

	.mean-container .mean-nav ul li.navi-on2 a{color: #001185!important;}
	.gNav .sub-menu li.navi-on2 a{color: #001185!important;}
	
	nav li a .com_name_sp{
		font-size: 120%;
		margin-bottom: 5px;
	}
	
}
@media only screen and (max-width: 767px) {
  .gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
	
	.mean-nav img.img-fluid{
		display: inline-block!important;
		width: 50px;
		vertical-align: middle;
		padding-right: 10px;
	}
	.mean-nav li{
		/*border-bottom: 1px solid #dadada;*/
		border-bottom: none;
	}
}
@media only screen and (max-width: 991px) {
  .h_logo {
    width:155px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 100;
  }
  .h_logo.naka_logo_sp {
    width:235px;
    top: 10px;
	
  }
	/*
	.h_logo.naka_logo_sp a{
		cursor: default;
	} 
	*/
	.head_sp{
		display: table;
		margin: 0 10px;
	}
	.head_sp p{
		display: table-cell;
		vertical-align: middle;
		padding: 15px 5px!important;
	}
	.mean-nav ul li a.btn_head {
	  display: inline-block!important;
	  width: auto;
	  padding: 10px 15px!important;
	}
	.mean-nav ul li a.btn_head:hover{
		background-color: #3d3133!important;
		color: #fff!important;
	}
}
@media only screen and (min-width: 768px) {
	.meanmenu-reveal {
	  margin: 15px 17px 27px 17px!important;
	}
}

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

nav li.navi-on .sub_navi a{
	color: #17224f!important;
}
nav li.navi-on .sub_navi a:hover{
	color: #951c5a!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: 100%!important;
	/*float: left;*/
}
.w100_pc li{ font-size: 80%;}
/*.mean-container .mean-nav ul li li:nth-of-type(2n+1) { clear: both;}*/

@media print, screen and (min-width: 768px) {
	.w100_pc li{ font-size: 100%;}
}
.mean-container .mean-nav ul li .long_pc li{
	width: 100%!important;
	float: left;
}
.sub-menu{
	border-top: 0;
}
.mean-container .mean-nav ul li li a {
  padding: 1em 15px!important;
}

.mean-container .mean-bar{/*background-color: #16279d!important;*/ background: url("../images/bg_head.png") repeat!important;}/*ナビの背景*/

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

.f-right {float: right;}



/* pc用nav
---------------------------------------------------- */
.menu {font-size: 100%; font-family: 'Noto Sans JP', sans-serif; font-weight: 400; /*background-color: #fff;*/ margin-top: 0; position: relative; z-index: 300!important;}
.menu > ul > li a {color: #3d3133!important; text-align: left!important;}
.menu > ul > li a:hover,
.menu li.navi-on a{
	color: #001185;
	opacity: 1;
}
.menu > ul > li { border-bottom: 1px solid #ccc !important;}
.menu > ul > li > ul > li {list-style: none;}
.menu > ul > li > ul > li a {text-align: left!important;}

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

.menu > ul > li > ul.normal-sub {
  padding: 0!important;
}
.menu > ul > li > ul > li a{
  padding: 15px!important;
}
  .menu > ul > li > ul.normal-sub > li {
      border-bottom: 0;
      border-right: 0;
  }
.menu > ul > li.navi-on > ul li.navi-on2 a {
  color: #fff!important;
	background-color: #001185!important;
}
@media only screen and (max-width: 991px) {
    .menu-container { margin-top: 0!important;}
	.menu-dropdown-icon > a {margin-left: 30px;}
	/*.menu > ul > li:last-child a {padding: 0!important;}スマホのTEL用*/
}
@media print, screen and (min-width: 576px) {
	/*subナビ*/
	.menu > ul > li > ul.normal-sub > li {
		width: 50%!important;
	}
}
@media print, screen and (min-width: 768px) {
	/*subナビ*/
	.menu > ul > li > ul.normal-sub > li {
		width: 31.3%!important;
	}
}
@media print, screen and (min-width: 992px) {
	.menu {font-size: 100%;}
    .menu-container { margin-top: 0!important;}
	.menu .show-on-mobile {padding-top:10px!important;}
	.menu > ul i {padding-left: 5px;}
	.menu > ul > li {float: right;}/*グローバルナビのみ右寄せにするために*/
	.menu > ul > li p {position: relative;}
	.menu > ul > li p i{
		/*
		position: absolute;
		bottom: 5px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		padding-left: 0;
		*/
		color: #44a6cd;
	}
	.menu > ul > li a{
		padding: 15px 0!important;
		text-align: center!important;
		margin-top: 0;/*表示位置調整用*/
		margin-right: 0!important;
		/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
		/*ここまで*/
		color: #fff!important;
		margin-left: 20px;
	}
	.menu > ul > li.contact a{
		background-color: #001185;
		color: #fff!important;
		padding: 15px 25px!important;
		/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
		/*ここまで*/
		border-radius: 50px;
		margin-right: 15px!important;
	}
	.menu > ul > li.contact a:hover,
	.menu > ul > li.contact.navi-on2 a{ background-color: #f02525; color: #fff!important; background-image: none;}
	.menu > ul > li a:hover,
	.menu > ul > li.navi-on a{
		background: url(../images/navi-on.png) no-repeat center bottom;
		color: #fff!important;
	}
	
	.menu .navi-on .sub-menu a {color: #fff!important;}
	.menu .navi-on .sub-menu a:hover,
	.menu .navi-on .sub-menu .navi-on2 a{color: #f02525!important;}
	
	.menu > ul > li > ul > li a {width: 100%!important;}
	.menu > ul > li > ul > li a:hover,
	.menu li > ul > li.navi-on a{
		background: none;
		color: #fff!important;
	}
	.menu > ul > li { border-bottom: none !important;}
	
	/*subナビ*/
	.menu > ul > li > ul.normal-sub > li {
		width: 100%!important;
	}
	.menu > ul > li > ul.normal-sub > li a{
		padding: 15px!important;
		text-align: center!important;
		margin-right: 0!important;
		margin-left: 0;
		margin-top: 0;/*表示位置調整用*/
		margin-bottom: 0;/*表示位置調整用*/
	}
	.sub_navi .image,
	.sub_navi .text{
		display: table-cell;
		vertical-align: middle;
		padding: 0 5px;
	}
	.sub_navi .image{ width: 90px;}
	.sub_navi .title_s{
		font-size: 90%;
		line-height: 1.4em;
	}
	.sub_navi .title{
		font-size: 120%;
		line-height: 1.4em;
	}
	
	/*subナビ*/
	.sub_nakami{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		color: #fff;
	}
	.sub_nakami>div{
		-webkit-flex-grow: 1;
		flex-grow: 1;
	}
	.sub_nakami .photo{
		/*width: 200px;*/
		margin: 0 auto 10px auto;
		position: relative;
	}
	.sub_nakami .photo .com_name{
		position: absolute;
		right: 0;
		bottom: 0;
		background-color: #000;
		color: #fff;
		padding: 5px 10px;
		line-height: 1.4em;
		
	}
	.sub_nakami .photo img{
		width: 100%;
		height: auto;
		float: none;
	}
	.sub_nakami > div {margin: 0 10px;}
	.sub_nakami a:link,
	.sub_nakami a:visited{
		color: #fff!important;
		padding: 15px 15px 5px 15px!important;
	}
	.sub_nakami p {padding-bottom: 5px; font-size: 90%;}
	.sub_nakami a:hover p{
		background:url("../images/navi-on.gif") repeat-x left bottom;
		color: #fff!important;
	}
	.sub_nakami a:hover p.com_name{
		background-image:none;
	}
}
@media print, screen and (min-width: 1200px) {
	.menu { font-size: 110%;}
	.sub_navi .title_s{ font-size: 80%;}
	.sub_navi .title{ font-size: 120%;}
	
	.menu > ul > li a{
		margin-left: 30px;
	}
	.menu > ul > li.contact a{
		margin-right: 15px!important;
	}
}

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

.f-right {float: right;}



/*ナビ固定*/
.cb-header {
	position: fixed; /* ヘッダーバーを固定 */
	top: -145px;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding-bottom: 15px;
}
.cb-header h1{
	position: absolute;
	left: 20px;
	top:6px;
}
.cb-header h1 img {width: 200px;}
.cb-header nav {padding-top: 5px;}
.cb-header .menu > ul > li a {margin-left: 0!important;}
@media print, screen and (min-width: 1200px) {
.cb-header .menu > ul > li a {margin-left: 10px!important;}
}



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



/* 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.6em;}

.normal {font-weight: 400;}

@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: #2e2e2e;
    pointer-events: none;
    opacity: 0;
}

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

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

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

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



.midashi_tate_title{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    margin-bottom: 0;
    display: inline-block!important;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 0;
    letter-spacing: 0.1em;
}
@media print, screen and (min-width: 1600px) {
	.midashi_tate_title{
		left: 8.333333%;
	}
}

/**/

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

/**/


#midashi_h2{color: #fff; margin-bottom: 10px; margin-top: 60px;}
#midashi_h2 h2{
	line-height: 1.4em;
	padding: 60px 0;
	text-align: center; 
	font-size: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	text-shadow : 0px 3px 5.6px rgba(0, 0, 0, 0.23) ;
}
#midashi_h2 h2 .en{
	display: block;
	font-size: 210%;
	line-height: 1.4em;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

#midashi_h2 h3{
	line-height: 1.4em;
	font-size: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #000;
	padding: 15px 15px;
}

.pankuzu{ font-size: 85%; font-family: "Noto Sans JP", sans-serif; font-weight:400; margin-top: 20px;}
.pankuzu a:link,
.pankuzu a:visited{
	text-decoration: underline;
	color: #303437;
}
@media print, screen and (min-width: 576px){
	#midashi_h2 h2 .en{ font-size:250%;}
	#midashi_h2 h2{padding: 80px 0;}
	#midashi_h2 h3{
		font-size: 120%;
		padding: 25px 15px;
	}
}
@media print, screen and (min-width: 768px){
	#midashi_h2 h2{font-size:120%;}
}
@media print, screen and (min-width: 992px){
	#midashi_h2 {margin-top: 0;}
	#midashi_h2 h2{font-size: 140%; padding: 140px 0 60px 0;}
	#midashi_h2 h3{
		font-size: 140%;
		padding: 35px 20px;
	}
}
@media print, screen and (min-width: 1200px){
	#midashi_h2 h2{padding: 170px 0 70px 0;}
	#midashi_h2 h2 .en{ font-size: 320%;}
	#midashi_h2 h3{
		font-size: 170%;
		padding: 40px 40px;
	}
}
@media print, screen and (min-width: 1600px){
	#midashi_h2 h2{font-size: 160%; padding: 200px 0 100px 0;}
	#midashi_h2 h3{
		font-size: 200%;
		padding: 70px 50px;
	}
}


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


.midashi1{
	font-size: 130%;
	line-height: 1.4em;
	font-weight: 400;
}
.midashi2{
	font-size: 120%;
	line-height: 1.4em;
}


.midashi3{
	font-size: 100%;
	line-height: 1.4em;
	font-weight: 400;
}
.midashi3 .en{
	display: block;
	font-size: 200%;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.midashi4{
	font-size: 120%;
	line-height: 1.4em;
	font-weight: 700;
}
.midashi5{
	font-size: 110%;
	line-height: 1.4em;
	font-weight: 700;
}

.midashi6{
	font-size: 120%;
	line-height: 1.4em;
	font-weight: 700;
	border-bottom: 1px solid #16279d;
	padding-bottom: 5px;
	color: #16279d;
}


.midashi_en{
	font-size: 70%;
	line-height: 1.4em;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	
}
.midashi_en .num{
	display: block;
	font-size: 290%;
	line-height: 1.0em;
}

.tag{
	color: #16279d;
	border-collapse: collapse;
	border: 1px solid #16279d;
	padding: 5px 10px;
	border-radius: 3px;
	display: inline-block;
	font-size: 90%;
	line-height: 1.4em;
}

@media print, screen and (min-width: 576px) {
}
@media print, screen and (min-width: 768px) {
	.midashi1{ font-size: 190%;}
	.midashi2{ font-size: 130%;}
	.midashi3{ font-size: 110%;}
	.midashi3 .en{ font-size: 250%;}

	.midashi_en{ font-size: 80%;}
	.midashi_en .num{ font-size: 330%;}
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
	.midashi1{ font-size: 220%;}
	.midashi2{ font-size: 140%;}
	.midashi3 .en{ font-size: 300%;}
	.midashi4{ font-size: 130%;}
	
	.midashi_en .num{ font-size: 360%;}
}
@media print, screen and (min-width: 1600px) {
	.midashi1{ font-size: 250%;}
	.midashi4{ font-size: 160%;}
}





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

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

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

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


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



.mannaka .button1,
.mannaka .button2,
.mannaka .button3{
	margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
	.mannaka.sp_only .button1,
	.mannaka.sp_only .button2,
	.mannaka.sp_only .button3{
		margin: 0;
	}
}
@media print, screen and (min-width: 992px) {
	.mannaka.spmd .button1,
	.mannaka.spmd .button2,
	.mannaka.spmd .button3{
		margin: 0;
	}
}



.button2 {
  width:max-content;
  height:auto;
  position:relative
}
.button2 a {
  font-size:100%;
  font-weight:700;
  letter-spacing:0;
  line-height:1.5;
  display:flex;
  justify-content:space-between;
  align-items:center;
  transition:color .2s cubic-bezier(0.33, 1, 0.68, 1);
}
.button2.en a{font-size: 90%;}
.button2 a:link,
.button2 a:visited{
	text-decoration: none;
	color: #fff;
}
.button2 a:hover {
  color:#fff;
  opacity:1
}
.button2 a .arrow {
  width:32px;
  height:32px;
  margin-left:0;
  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;
}
.button2 .arrow::before {
  background:none;
}





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


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



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

.btn1.blue:link,
.btn1.blue:visited{
	color:#001185;
	border-bottom: 1px solid #001185;
}
.btn1.blue:hover{
	opacity: 1;
	padding:12px 15px;
	background-color: #001185;
	border-bottom: 1px solid #001185;
	color: #fff;
}

.btn1 i {margin-right: 15px; font-size: 120%;}

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





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

.btn2 i {margin-right: 15px; font-size: 120%;}

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





.btn3{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
}
.btn3:link,
.btn3:visited{
	color:#fff;
	padding:15px 35px 15px 35px;
	position: relative;
	z-index: 2;
	text-decoration: none;
	background-color: #001185;
}
.btn3:hover{
	opacity: 1;
	background-color: #2e2e2e;
	color: #fff;
}

.btn3 i {margin-right: 7px; font-size: 120%;}

.btn3.btn {border-radius: 50px; }


footer .btn3:link,
footer .btn3:visited{
	padding:10px 15px;
	background-color: #2e2e2e;
	border: 1px solid #666;
	font-size: 90%;
}
footer .btn3:hover{
	opacity: 1;
	background-color: #001185;
	color: #fff;
}
@media print, screen and (min-width: 1200px) {
	footer .btn3:link,
	footer .btn3:visited{
		padding:15px 35px 15px 35px;
		font-size: 100%;
	}
}




.btn_mail{
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	font-weight: 700;
}
.btn_mail:link,
.btn_mail:visited{
	color:#2e2e2e;
	background: #001185;
	padding:10px 20px;
	text-decoration: none;
	font-size: 100%;
}
.btn_mail:hover,
.navi-on .btn_mail{
	opacity: 1;
	background: #2e2e2e;
}
.btn_mail.btn {border-radius: 0; border: 0;}

.btn_mail i { margin-right: 7px;}
@media print, screen and (min-width: 1200px) {
	.btn_mail:link,
	.btn_mail:visited{
		padding:15px 35px;
		font-size: 110%;
	}
}




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






.btn_detail{
	font-size: 80%;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	margin-left: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.btn_detail:link,
.btn_detail:visited{
	color:#fff;
	background-color: #001185;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;	
}
.btn_detail:hover{
	opacity: 1;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.btn_detail.btn {border-radius: 50px; padding:0; border: 0;}


.btn_map{
	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;
	/*ここまで*/
  /*display: flex;*/
	display: inline-flex;
  justify-content: center;
  align-items: center;
	margin-left: 5px;
}
.btn_map:link,
.btn_map:visited{
	color:#f02525;
	background: none;
	width: 25px;
	height: 25px;
	text-decoration: none;
}
.btn_map:hover{
	opacity: 1;
	background-color: #f02525;
	color: #fff;
}
.btn_map.btn {border-radius: 50px; padding:0; border: 0;}




.btn_link{
	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;
	/*ここまで*/
  /*display: flex;*/
	display: inline-flex;
  justify-content: center;
  align-items: center;
	margin-left: 10px;
}
.btn_link:link,
.btn_link:visited{
	color:#fff;
	background-color: #2e2e2e;
	width: 30px;
	height: 30px;
	text-decoration: none;
}
.btn_link:hover{
	opacity: 1;
	background-color: #001185;
}
.btn_link.btn {border-radius: 50px; padding:0; border: 0;}





.pdf_list li{
	list-style: none;
	margin-bottom: 3px;
}
.pdf_list li a:link,
.pdf_list li a:visited{
	padding: 10px 15px;
	background-color: #f02525;
	color: #fff;
	display: block;
	text-decoration: none;
	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;
	/*ここまで*/
	border-radius: 5px;
}
.pdf_list li a:hover{
	border-radius: 50px;
	opacity: 1;
}
.pdf_list li i {margin-right: 10px; font-size: 120%;}

.pdf_list.two li a {font-size: 110%;}
@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_list.two li{
		width: 48%;
		text-align: center;
	}
}


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

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

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

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


ol.list_num {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
ol.list_num> li {
	color: #2e2e2e;
}
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: #424042;
  color: #fff;
  display: block;
  float: left;
  line-height: 25px;
  margin-left: -35px;
  text-align: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
font-family: 'Roboto', sans-serif;
font-weight: 700;
	margin-top: 5px;
	font-size: 80%;
}
@media print, screen and (min-width: 768px){
	ol.list_num.association_page> li {
		width: 48%;
		float: left;
	}
	ol.list_num.association_page> li:nth-of-type(2n+1) { clear: both;}
}





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



ul.list_maru li{
	list-style:none;
	text-indent: -1.2em;
	padding-left:1.2em;
	padding-bottom: 5px;
	line-height: 1.6em;
}
ul.list_maru li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f28d";
	margin-right: 5px;
	color: #001185;
	font-size: 80%;
}

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


/* color
---------------------------------------------------- */
.red{color:#f02525;}
.white{color:#fff;}
.black{color:#2e2e2e;}
.blue{color:#16279d;}
.mizuiro{color:#44a6cd;}


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.table1{
	width:100%;
	border-collapse: collapse;
	border-top: 1px solid #dadada;
}
.table1 th{
	width:100%;
	padding:10px 10px 0 10px;
	display: block;
	color: #666;
	font-weight: 700;
}
.table1 td{
	width:100%;
	padding:0 10px 10px 10px;
	display: block;
	border-bottom: 1px solid #dadada;
	font-weight: 400;
}
@media print, screen and (min-width: 768px) {
	.table1 th{
		width:35%;
		padding:12px 12px;
		vertical-align:middle;
		text-align:left;
		display:table-cell;
		border-bottom: 1px solid #dadada;
		color: #2e2e2e;
	}
	.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%;}
}

@media only screen and (max-width: 767px) {
	.table1.sen_none_sp{
		border-top: none;
	}
}


.table2{
	width: 100%;
	border-collapse: collapse;
}
.table2 th,.table2 td{
	padding: 10px 20px;
	border-bottom: 1px solid #dadada;
	vertical-align: middle;
}
.table2 th {
	font-weight: 700;
	background-color: #efefef;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.table2 th {white-space: nowrap;}
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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


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

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


#mainimage{
	position: relative;
	width: 100%;
	z-index: -1;
	overflow: hidden;
	/*margin-top: 60px;*/
}
/*
@media print, screen and (min-width: 992px){
	#mainimage {margin-top: 110px;}
}
@media print, screen and (min-width: 1800px){
	#mainimage {margin-top: 0;}
}
*/

.video-container {
  /*height:50vh;*/
  /*height:200px;*/
aspect-ratio: 16/9; /* アスペクト比の指定 */
height: auto;	
  position: relative;
  overflow: hidden;
	z-index: 1;
}
/*
.video-container {
  height:200px;
  position: relative;
  overflow: hidden;
	z-index: 1;
}
@media print, screen and (min-width: 768px){
	.video-container {
	  height:300px;
	}
}
@media print, screen and (min-width: 992px){
	.video-container {
	  height:400px;
	}
}
@media print, screen and (min-width: 1200px){
	.video-container {
	  height:500px;
	}
}
@media print, screen and (min-width: 1800px){
	.video-container {
	  height: 100vh;
	}
}
*/

/*
video {
  min-width: 101%;
  min-height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
*/



video {
  position: relative;
	/*
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	*/
}
@media only screen and (max-width: 1799px){
	video {
		  max-width: 100%;
		min-height: 100%;
	}
}
@media print, screen and (min-width: 1800px){
	video {
		  min-width: 101%;
		  min-height: 100%;
	}
}




#mainimage h3{
    position: absolute;
    bottom: 0;
    left: 0%;
	z-index: 1;
	width: 100%;
}
#mainimage h3 img{
	max-width: 1637px;
	margin: 0 auto;
	width: 70%;
}
@media print, screen and (min-width: 1200px){
	#mainimage h3 img {width: 100%;}
}


/* scroll */
.scroll {
  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: 10px;
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 4;
	font-family: 'Quicksand', sans-serif;
}

.scroll::before {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  /*background: rgba(29, 32, 135, 0.5);*/
	background: none;
}
.scroll::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_gray {background-color: #efefef;}

.bg_img1{
	background: #16279d;
}
.bg_img2{
	background: #16279d;
}
@media print, screen and (min-width: 768px){
	.bg_img1{
		background: url("../images/bg_img1.jpg") no-repeat left bottom #fff;
		-moz-background-size:100% auto;
		background-size:100% auto; 
	}
	.bg_img2{
		background: url("../images/bg_img2.jpg") no-repeat left top #fff;
		-moz-background-size:100% auto;
		background-size:100% auto; 
	}
}



.bg1,
.bg2,
.bg3{
  height: 100%;
  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: #16279d;
  transition: 1s;
  transform-origin: left top;
  transform: scale(0, 1);
}
.bg3::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #efefef;
  transition: 1s;
  transform-origin: left top;
  transform: scale(0, 1);
}

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

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

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

.b_fixed_bg {
    position: relative;
    /* min-height: 100%; */
    /*height: 100vh;*/
    height: 100vh;
    background-size: cover; 
    background-attachment: fixed; 
    background-repeat: no-repeat; 
    background-position: center center;
	z-index: 2;
    pointer-events: none;
    transition : all 0.5s ease-in-out;
}

@media screen and (max-width: 1199px) {/*iPad横でも不具合でたため、1199px以下にした*/
    .b_fixed_bg {
        /*height: 500px;*/
        height: 600px;
        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);
}
.b_fixed_bg.b_bg2 {
    background-image: url(../images/kotei2.jpg) , url(../images/kotei2.jpg);
}
.b_fixed_bg.b_bg3 {
    background-image: url(../images/kotei3.jpg) , url(../images/kotei3.jpg);
}

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




/* レイアウト
---------------------------------------------------- */
.layout1 {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.layout1 .text{
	background-color: #fff;
	box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.28);
	margin-bottom: 0;
}
.layout1 .text a:link,
.layout1 .text a:visited{
	padding: 30px 30px 60px 30px;
	display: block;
	text-decoration: none;
}
.layout1 .text.link_none{
	padding: 30px;
}
.layout1 .more{
	text-align: right;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	color: #16279d;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.layout1 a:hover .more{
	margin-right: 20px;
}
.layout1 .more i {margin-left: 5px;}

.layout1 .photo {margin-top: -30px;}
@media print, screen and (min-width: 768px){
	.layout1 .photo{
		max-width: 1238px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
		margin-top: 0;
		width: 70%;
		height: 100%;
	}
	.layout1 .photo img{
		width: 100%;
		height: 100%;
	}
	.layout1 .text{margin-top: 50px;}
	
	.layout1 .photo.migi{
		left: auto;
		right: 0;
	}
}
@media print, screen and (min-width: 992px){
	.layout1 .text{margin-top: 100px;}
	.layout1 .text a:link,
	.layout1 .text a:visited{
		padding: 50px;
	}
	.layout1 .text.link_none{
		padding: 50px;
	}
}
@media print, screen and (min-width: 1600px){
	.layout1 .text{margin-top: 200px;}
	.layout1 .text a:link,
	.layout1 .text a:visited{
		padding: 70px;
	}
	.layout1 .text.link_none{
		padding: 70px;
	}
}


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

.close {
    float: none;
}

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

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



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



/*左右の余白*/
@media print, screen and (min-width: 768px){
	.yohaku{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}
@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%;
	}
}


/* 01 index
---------------------------------------------------- */
#top01{
	position: relative;
	z-index: 0;
}
#top01 h3 img{
	max-width: 900px;
	width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
}
#top01 .photo img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 576px){
	#top01 h3 img{
		width: 80%;
	}
}
@media print, screen and (min-width: 768px){
	#top01 .photo{
		max-width: 1090px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
		width: 50%;
	}
}
@media print, screen and (min-width: 1200px){
	#top01 .photo{
		width: 35%;
	}
}




#top02{
	position: relative;
	z-index: 0;
}
#top02 .in .box{
	background: url("../images/top02_bg01.jpg") no-repeat scroll 50% 50% / cover;
	text-align: center;
}
#top02 .in .box:nth-child(2) {
	background: url("../images/top02_bg02.jpg") no-repeat scroll 50% 50% / cover;
}
#top02 .in .box:nth-child(3) {
	background: url("../images/top02_bg03.jpg") no-repeat scroll 50% 50% / cover;
}
#top02 .in .box:nth-child(4) {
	background: url("../images/top02_bg04.jpg") no-repeat scroll 50% 50% / cover;
}
#top02 .in .box a:link,
#top02 .in .box a:visited{
	padding: 70px 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 75%;
	line-height: 1.4em;
}

#top02 .in .box{
	width: 50%;
	float: left;
	
}
#top02 .in .box img{
	max-width: 350px;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
#top02 .in .box:nth-of-type(2n+1) { clear: both;}


#top02 .midashi3{
	position: absolute;
	color: #fff;
	text-align: center;
	width: 100%;
	top: 30px;
}
#top02 .center_img{
	position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 100%;
	margin: 0 auto;
}
#top02 .center_img img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 200px;
}
@media print, screen and (min-width: 576px){
	#top02 .in .box a:link,
	#top02 .in .box a:visited{
		padding: 70px 15px;
		font-size: 100%;
	}

	#top02 .midashi3{
		top: 50px;
	}
	#top02 .center_img img{
		max-width: 300px;
	}
}
@media print, screen and (min-width: 768px){
	#top02 .in .box img{
		max-width: 230px;
	}
}
@media print, screen and (min-width: 1200px){
	#top02 .in .box a:link,
	#top02 .in .box a:visited{
		padding: 100px 15px;
		font-size: 90%;
	}
	#top02 .midashi3{
		top: 70px;
	}
	#top02 .center_img img{
		max-width: 400px;
	}
	#top02 .in .box img{
		max-width: 300px;
	}
}
@media print, screen and (min-width: 1600px){
	#top02 .in .box a:link,
	#top02 .in .box a:visited{
		font-size: 110%;
	}
	#top02 .center_img img{
		max-width: 550px;
	}
	#top02 .midashi3{
		top: 100px;
	}
}


#top03{overflow: hidden;}
#top03 .box{
	box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.28);
	background-color: rgb(245, 245, 245);
}
#top03 .box .text{
	padding: 50px 30px;
}
#top03 .box a:link,
#top03 .box a:visited{
	text-decoration: none;
}
#top03 .box .more{
	text-align: right;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	color: #16279d;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
#top03 .box a:hover .more{
	margin-right: 20px;
}
#top03 .box .more i {margin-left: 5px;}
#top03 .midashi_en {margin-bottom: 10px}
@media print, screen and (min-width: 576px){
	#top03 .box{
		width: 50%;
		float: left;
	}
	#top03 .box:nth-of-type(2n+1) { clear: both;}
}
@media print, screen and (min-width: 768px){
	#top03 .box{
		width: 25%;
	}
	#top03 .box:nth-of-type(2n+1) { clear: none;}
	#top03 .box:nth-of-type(4n+1) { clear: both;}
	#top03 .box .more {margin-top: 20px;}
}



/*--------------------------------------
新着情報
--------------------------------------*/
.news_table{
	width:100%;
	border-collapse: collapse;
	line-height: 1.6em;
}
.news_table th{
	width:100%;
	padding:15px 10px 2px 10px;
	display: block;
	font-size: 90%;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}
.news_table td{
	width:100%;
	padding:0px 10px 15px 10px;
	display: block;
	word-break: break-all;
	border-bottom: 1px solid #dadada;
}
.new{
	margin-left: 10px;
	font-size: 90%;
	line-height: 1.0em;
	color: #f02525;
}

.news_table a.btn_detail{
	text-decoration: none!important;
}

.news_table td a:link,
.news_table td a:visited{
	text-decoration: underline;
}

.news_table td li{
	list-style: none;
}
.news_table td li.btn_area {float: right;}

	.news_table td ul{
		display: table;
		width: 100%;
	}

@media print, screen and (min-width: 576px) {
	.news_table td ul{
		display: table;
		width: 100%;
	}
	.news_table td li{
		display: table-cell;
	}
	.news_table td li.btn_area{
		white-space: nowrap;
		width: 1%;
		padding-left: 10px;
		float: none;
	}
}
@media print, screen and (min-width: 992px) {
	.news_table th{
		width:20%;
		padding:15px 10px;
		vertical-align:top;
		text-align:left;
		display:table-cell;
		border-bottom: 1px solid #dadada;
	}
	.news_table td{
		width:100%;
		padding:15px 10px;
		display:table-cell;
	}
}
@media print, screen and (min-width: 1200px) {
	.news_table th{ padding:20px 10px;}
	.news_table td{ padding:20px 10px;}
}

/*---------------*/
.information_photo .photo {margin-bottom: 10px;}
@media print, screen and (min-width: 576px) {
	.information_photo{
		margin-left: -1%;
		margin-right: -1%;
	}
	.information_photo .photo{
		width: 31.3%;
		float: left;
		margin: 1%;
	}
	.information_photo .photo:nth-of-type(3n+1) { clear: both;}
}





/* 02 logistics
---------------------------------------------------- */
#kabu_page1,
#kabu_page2,
#kabu_page3,
#kabu_page4,
#kabu_page5,
#kabu_page6{
	margin-top:-60px;
	padding-top:60px;
}
@media print, screen and (min-width: 992px){
	#kabu_page1,
	#kabu_page2,
	#kabu_page3,
	#kabu_page4,
	#kabu_page5,
	#kabu_page6{
		margin-top:-85px;
		padding-top:85px;
	}
}


.gmark{
	max-width: 200px;
	margin: 0 auto;
}
.gmark img{
	width: 100%;
	height: auto;
}

.access_box{overflow: hidden;}
.access_box .box{
	padding: 30px;
	background-color: #efefef;
	margin: 10px 0;
}
@media print, screen and (min-width: 768px){
	.access_box .box{
		float: left;
		margin: 0 1% 15px 1%;
		width: 48%;
	}
	.access_box .box:nth-of-type(2n+1) { clear: both;}
	
	.access_box.one .box{
		float: none;
		margin: 0;
		width: 100%;
	}
	.access_box.one .box:nth-of-type(2n+1) { clear: none;}
}


/* 03 cleanupheiwa
---------------------------------------------------- */
.otoiawase_waku{
	border-collapse: collapse;
	border: 1px solid #16279d;
	padding: 30px 25px;
	border-radius: 10px;
}
.otoiawase_waku .tel{
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 160%;
	line-height: 1.4em;
}
.otoiawase_waku .tel i{
	color: #16279d;
	margin-right: 10px;
	font-size: 70%;
}
@media print, screen and (min-width: 576px){
	.otoiawase_waku{
		padding: 40px 25px;
	}
	.otoiawase_waku .tel{ font-size: 200%;}
}
@media print, screen and (min-width: 768px){
	.otoiawase_waku .tel{ font-size: 250%;}
}

/* 04 heiwa
---------------------------------------------------- */

/* 05 heiwawrecker
---------------------------------------------------- */

/* 06 lineup
---------------------------------------------------- */
#cate_head{
	margin-top:-60px;
	padding-top:60px;
}
@media print, screen and (min-width: 992px){
	#cate_head{
		margin-top:-85px;
		padding-top:85px;
	}
}


.lineup_box{
	border-collapse: collapse;
	border-bottom: 1px solid #16279d;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.lineup_box:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.lineup_box .photo{
	margin-bottom: 20px;
}
@media print, screen and (min-width: 768px){
	.lineup_box .photo{
		width: 40%;
		float: left;
		margin-right: 35px;
	}
	.lineup_box .photo img{
		width: 100%;
		height: auto;
	}
	.lineup_box .text{
		overflow: hidden;
		zoom:1;
	}
}
@media print, screen and (min-width: 992px){
	.lineup_box{
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
}
@media print, screen and (min-width: 1200px){
	.lineup_box .photo{
		margin-right: 50px;
	}
}

/* 07 group
---------------------------------------------------- */
#recruit1,
#recruit2,
#recruit3,
#recruit4{
	margin-top:-60px;
	padding-top:60px;
}
@media print, screen and (min-width: 992px){
	#recruit1,
	#recruit2,
	#recruit3,
	#recruit4{
		margin-top:-85px;
		padding-top:85px;
	}
}



#group_rinen{overflow: hidden;}
#group_rinen .box{
	box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.28);
	background-color: rgb(245, 245, 245);
	position: relative;
}
#group_rinen .box .text{
	padding: 50px 30px;
}
#group_rinen .midashi_en {margin-bottom: 10px}
#group_rinen .box .icon{
	max-width: 90px;
	position: absolute;
	right: 10%;
	top: 50px;
}
#group_rinen .box .icon img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 576px){
	#group_rinen .box{
		width: 33.33%;
		float: left;
	}
	#group_rinen .box:nth-of-type(3n+1) { clear: both;}
	#group_rinen .box .icon{
		max-width: 50px;
		top: 20px;
	}
}
@media print, screen and (min-width: 768px){
	#group_rinen .box .icon{
		max-width: 90px;
		top: 50px;
	}
}
@media print, screen and (min-width: 1200px){
	#group_rinen .box .text{
		padding: 80px 50px;
	}
}
@media print, screen and (min-width: 1600px){
	#group_rinen .box .icon{
		max-width: 130px;
		top: 80px;
	}
}



.group_list li {list-style: none;}
.group_list2 li {list-style: none;}
.group_list .title,
.group_list2 .title{
	color: #16279d;
}
@media print, screen and (min-width: 576px){
	.group_list{
		display: table;
		width: 100%;
	}
	.group_list li{
		display: table-cell;
	}
	.group_list .title{
		width: 110px;
	}
}
@media print, screen and (min-width: 768px){
	.group_list .title{ width: 120px;}
}
@media print, screen and (min-width: 992px){

}
@media print, screen and (min-width: 1200px){
	.group_list .title{ width: 140px;}
	
	.group_list2{
		display: table;
		width: 100%;
	}
	.group_list2 li{
		display: table-cell;
	}
	.group_list2 .title{
		width: 230px;
		font-size: 90%;
	}
}



.step_box .step_list{
	vertical-align: middle;
	border-collapse: collapse;
	border-left: 1px solid #44a6cd;
	padding-bottom: 30px;
}
.step_box .step_list:last-child {padding-bottom: 0;}
.step_box .step_list .en{
	color: #44a6cd;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.step_box .step_list .en span{
	font-size: 160%;
	padding-left: 5px;
}
.step_box .step_list .en:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	margin-left: -6px;
	margin-right: 15px;
	color: #44a6cd;
	font-size: 12px;
	line-height: 1.6em;
}

.step_box .step_list > li{
	list-style: none;
}
.step_box .step_list > li.text{
	margin-left: 25px;
}
@media print, screen and (min-width: 576px) {
	.step_box .step_list{
		display: table;
		margin: 0 auto;
		width: 100%;
	}
	.step_box .step_list > li{
		display: table-cell;
		padding-bottom: 30px;
		text-align: left;
	}
	.step_box .step_list:last-child li {padding-bottom: 0;}
	.step_box .en{
		width:120px;
	}
}



/* 08 contact
---------------------------------------------------- */
#privacy{
	margin-top:-60px;
	padding-top:60px;
}
@media print, screen and (min-width: 992px){
	#privacy{
		margin-top:-85px;
		padding-top:85px;
	}
}



.contact_list li{
	list-style: none;
	font-size: 90%;
}
@media print, screen and (min-width: 576px){
	.contact_list li{
		font-size: 100%;
	}
}
@media print, screen and (min-width: 1600px){
	.contact_list{
		margin-left: -1%;
		margin-right: -1%;
	}
	.contact_list li{
		font-size: 100%;
		width: 48%;
		float: left;
		margin: 0 1%;
	}
}


/*フォームのテーブル*/
.table_form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #c5c9c2;
}
.table_form th{
	width:100%;
	padding:10px 5px 3px 5px;
	display: block;
	color: #5c5c5c;
	font-weight: normal;
}
.table_form td{
	width:100%;
	border-bottom:1px solid #c5c9c2;
	padding:3px 5px 10px 5px;
	display: block;
}
.table_form th span{/*必須*/
	font-size:70%;
	color:#fff;
	padding:0px 6px;
	float:right;
	border-radius:3px; 
	font-weight: normal;
	background-color: #e60012;
}
.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 #c5c9c2;
		padding:15px 20px;
		vertical-align:middle;
		text-align:left;
		display:table-cell;
		color: #1f1f1f;
	}
	.table_form td{
		width:100%;
		padding:15px 20px;
		display:table-cell;
	}
	
	.table_form.sen_none .last td{padding-bottom: 10px;}
	.table_form.sen_none th{
		padding:10px 20px 0 20px;
	}
	.table_form.sen_none td{
		padding:10px 25px 0 25px;
	}

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


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

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

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


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


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


.midashi_box{
	border-collapse: collapse;
	border-left: 4px solid #dadada;
	padding: 5px 0 5px 25px;
}

.midashi_waku{
	border-collapse: collapse;
	border: 2px solid #1d5d9b;
	padding: 30px 20px;
}



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


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



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


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


/* footer
---------------------------------------------------- */
footer {
	font-size: 100%;
	line-height: 1.6em;
	color: #fff;
	font-weight: 400;
	background-color: #222;
}
footer .in {padding: 30px 0;}

.foot_logo{
	max-width: 160px;
	margin: 0 auto 15px auto;
}
.foot_logo img{
	width: 60%;
	height: auto;
	margin: 0 auto;
}



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



@media print, screen and (min-width: 768px) {
	footer{
		text-align: left;
	}
	footer .in {padding: 40px 0;}
	
	.foot_logo {margin: 0 0 30px 0;}
	.foot_logo img{
		margin: 0;
	}

	.foot_link_box{
		margin-top: 10px;
		display: inline-block;
		float: right;
	}
	.foot_link_box .foot_link {
		text-align: left;
		font-weight: 400;
		float: left;
	}
	.foot_link_box .foot_link:first-child {margin-right: 50px;}


	.foot_link li{
		display: block;
		margin-bottom: 3px;
	}
	.foot_link li a:link,
	.foot_link li a:visited{
		color: #b8b8b8;
		text-decoration: none;
	}
	.foot_link li a{
		font-size: 90%;
	}
	.foot_link .title {
		font-size: 120%;
		margin-bottom: 10px;
	}
	
}

@media print, screen and (min-width: 992px) {
	footer .in {padding: 60px 0;}
	.foot_logo img{ width: 80%;}
	.foot_link_box{ margin-top: 0;}
	.foot_link li{ font-size: 100%;}
}
@media print, screen and (min-width: 1200px) {
	footer {font-size: 100%;}
	.foot_logo img{ width: 100%;}
	.foot_link_box{ margin-top: 30px;}
}
@media print, screen and (min-width: 1600px) {
	.foot_link li a{ font-size: 100%;}
}






/*copy*/
.copy {
	text-align: center;
	font-size: 80%;
	/*margin-top: 20px;*/
	background-color: #111;
	padding: 10px;
}
@media print, screen and (min-width: 768px) {
	.copy { padding: 20px 10px;}
}



/* pagetop
---------------------------------------------------- */
#pagetop { position: fixed; bottom:10px; right:10px; z-index: 100;}
#pagetop img {width: 30px; height: auto;}
@media (min-width: 768px) {
	#pagetop {bottom:10px;}
	#pagetop img {width: 40px; height: auto;}
}
@media (min-width: 1600px) {
	#pagetop { bottom:20px; right:20px;}
	#pagetop img {width: 50px; height: auto;}
}

/*20240806*/
.kotei_top{
	display: none;
}
@media (min-width: 768px) {
	.kotei_top{
		max-width: 80px;
		position: fixed;
		top: 50%;
		right: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		z-index: 100;
		display: block;
	}
	.kotei_top img{
		width: 100%;
		height: auto;
	}
}
@media (min-width: 992px) {
	.kotei_top{
		max-width: 90px;
	}
}
@media (min-width: 1600px) {
	.kotei_top{
		max-width: 130px;
	}
}

/*20240919*/
.top_moji{
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: 200%;
	line-height: 1.2em;
}
@media print, screen and (min-width: 576px) {
	.top_moji{ font-size: 250%;}
}
@media print, screen and (min-width: 1200px) {
	.top_moji{ font-size: 400%;}
}
@media print, screen and (min-width: 1600px) {
	.top_moji{ font-size: 500%;}
}


.top_point .box{
	border-collapse: collapse;
	border-bottom: 1px solid #2e2e2e;
	padding: 10px 7px;
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.top_point .box .num{
	background-color: #2e2e2e;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-right: 15px;
	font-size: 120%;
	min-width: 55px;
	max-width: 55px;
}
.top_point .box .text{
	font-weight: 700;
	font-size: 100%;
	line-height: 1.4em;
}
@media print, screen and (min-width: 1200px) {
	.top_point{
		margin-left: -1%;
		margin-right: -1%;
	}
	.top_point .box{
		width: 48%;
		float: left;
		margin: 0 1%;
	}
	.top_point .box:nth-of-type(2n+1) { clear: both;}
}

/*20241031*/
.top_location .box{
	margin-bottom: 50px;
}
.top_location .box a:link,
.top_location .box a:visited{
	color: #001185;
}
@media print, screen and (min-width: 576px) {
	.top_location{
		margin-left: -1%;
		margin-right: -1%;
	}
	.top_location .box{
		width: 48%;
		float: left;
		margin: 0 1% 50px 1%;
	}
	.top_location .box:nth-of-type(2n+1) { clear: both;}
}

/*20250624*/

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


