@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 #172335;
    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:#172335;
	letter-spacing: 0.05em;
}

sup {font-size: 80%;}

header,
main,
footer{
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
}
.en{
	font-family: "Alata", serif;
	font-weight: 400;
}
.en2{
	font-family: "Roboto", serif;
	font-weight: 700;
}


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


/* header
---------------------------------------------------- */
header{
	width: 100%;
	top: 0;
    left: 0;
	z-index: 100;
	padding-top: 5px;
	padding-bottom: 10px;
	position: fixed;
	
	
}

h1 {float: left;}
h1 span{
	color: #0d6fb8;
	font-weight: 700;
	font-size: 11px;
	line-height: 1.4em;
	display: block;
}
h1 img{width: 200px; padding-top: 10px;}

@media only screen and (max-width: 991px) {
}
@media print, screen and (min-width: 992px) {
	header{
		padding-top: 15px;
		background: #fff;
	}
	h1 {padding-top: 3px;}
	h1 img{width: 215px; }
}
@media print, screen and (min-width: 1200px) {
	h1 img{width: 215px; }
	h1 span{
		font-size: 14px;
	}
}

.head_pc{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-items: flex-end;
}
@media only screen and (max-width: 991px) {
	.head_pc{display: none;}
}
.head_pc > p{
	margin-left: 10px;
}

.head_tel{
	color: #0d6fb8;
	font-size: 100%;
	font-weight: 700;
	line-height: 1.4em;
	margin-left: 20px;
	text-align: center;
}
.head_tel .tel{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	font-size: 25px;
	margin-top: 5px;
}
.head_tel .tel i {
	margin-right: 5px;
	font-size: 80%;
}
@media print, screen and (min-width: 1200px) {
	.head_tel .tel{
		font-size: 28px;
	}
}



.sp_tel{
	color: #0d6fb8;
	font-size: 100%;
	font-weight: 700;
	line-height: 1.4em;
	margin: 20px;
	padding: 0;
}
.sp_tel .tel{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	font-size: 25px;
	margin-top: 5px;
}
.sp_tel .tel i {
	margin-right: 5px;
	font-size: 80%;
}
.sp_tel a:link,
.sp_tel a:visited{
	padding: 0!important;
}


.sp_line{
	font-size: 120%;
	font-weight: 700;
	line-height: 1.4em;
	color: #00b900;
}
.sp_line .red{
	font-size: 70%;
	border: 1px solid #fc1d19;
	padding: 5px 10px;
	line-height: 1.4em;
	display: inline-block;
}
.sp_line a:link,
.sp_line a:visited{
	color: #00b900;
}
.sp_line i {
	margin-right: 7px;
	font-size: 130%;
}
.sp_line .line{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	margin-bottom: 10px;
}

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

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

.mean-container .mean-nav ul li.navi-on2 a{color: #0d6fb8!important;}
.gNav .sub-menu li.navi-on2 a{color: #0d6fb8!important;}
@media only screen and (max-width: 991px) {
  .h_logo {
    position: absolute;
    top:2px;
    left: 10px;
    z-index: 100;
  }
  .h_logo img {
    width: 120px;
  }
	.h_logo p{
		color: #0d6fb8;
		font-weight: 700;
		font-size: 10px;
		line-height: 1.4em;
		margin-bottom: 5px;
	}
	
  .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 #fff;
	}
}
@media only screen and (max-width: 991px) {
	.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: #172335!important;
		color: #fff!important;
	}
	.mean-nav .head_tel{
		margin: 10px 15px;
	}
	
	.head_tel{
		display: inline-block;
	}
}
@media only screen and (min-width: 768px) {
	.mean-nav li{
		border-bottom: 1px solid #fff;
	}
	.meanmenu-reveal {
	  margin: 15px 17px 27px 17px!important;
	}
}

@media print, screen and (min-width: 992px) {
  .h_logo img {  width: 20px;}
  .h_top {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
  }
  .gNav>ul {
    position: relative;
    /*display: flex;*/
	  display: table;
	  width: auto!important;
	  float: right;
  }
  .gNav li {
    position: relative;
    /*margin-right: 3em;*/
	  display: table-cell;
  }
  .gNav li:last-child {
    margin-right: 0;
  }
  .gNav li i {
    font-size: 12px;
    margin-left: 5px;
	color: #0d6fb8;
  }
  .gNav li a {
    position: relative;
    display: block;
    text-align: center;
    /*line-height: 80px;*/
	  padding: 10px 0 5px 0;
	  margin-left: 5px;
  }
  .gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 30px!important;
    left: 50%;
    margin-left: -80px;
    width: 200px;
    -webkit-transition: all .2s ease;
    /*transition: all .2s ease;*/
	  transition: opacity .2s ease;
  }
  .gNav .sub-menu.long_pc {
    width: 280px;
  }
  .gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 15px;
    line-height: 1.2em;
	border-bottom: 1px solid #fff;
	font-size: 90%;
  }
  .gNav .sub-menu a:hover:after {
    content: none;
  }
  .gNav .sub-menu li {
    display: block;
    /*font-size: 16px;*/
    padding: 0;
    margin: 0;
  }
  .gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  .gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  .gNav li ul li:after {
    content: none;
  }
  .gNav .sub-menu li a{margin-left: 0;}
  .gNav .sub-menu li a:hover {
    background: #fff;
  }
	
	nav li a {
		font-size: 80%;
	}
	nav li a:hover,
	nav li.navi-on a{
		color: #0d6fb8!important;
		background: url("../images/navi-on.gif") repeat-x bottom;
		opacity: 1;
	}
	nav li.navi-on li>a{
		background: none;
		color: #172335!important;
	}
	nav li.navi-on li>a:hover{
		color: #0d6fb8!important;
	}
	nav li .en{
		display: block;
		font-size: 50%;
		line-height: 1.4em;
		margin-top: 3px;
	}
	nav li .en a{font-weight: normal;}
}
@media print, screen and (min-width: 992px) {
	/*nav {margin-right: 15px;}*/
	.gNav>ul { margin-top: 5px; margin-bottom: 5px;}
	nav li a { font-size: 95%;	}
	.gNav li a { margin-left: 15px;}
}
@media print, screen and (min-width: 1200px) {
	nav li a { font-size: 110%;}
	.gNav li a { margin-left: 30px;}
	.gNav .sub-menu { top: 30px!important;}
	.gNav .sub-menu a { font-size: 100%; }
	  .gNav .sub-menu {
		width: 220px;
	  }
}


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


@media print, screen and (min-width: 768px) {
	.mean-container .mean-nav ul li li{
		width: 33.3%!important;
		float: left;
	}
	.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: 2px solid #fff;
}
.mean-container .mean-nav ul li li a {
  padding: 1em 15px!important;
}

.mean-container .mean-bar{background-color: #fff!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; }/*一瞬ナビが開くのをやめる*/

#top02 .nav{display: flex;}
.bg_gray .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.4em;}
.fs120 {font-size:120%;}
.fs140 {font-size:130%; line-height:1.4em;}
.fs160 {font-size:160%;}
.fs180 {font-size:180%;}

.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;}
.text_large2{font-size: 120%; line-height: 1.6em;}
@media print, screen and (min-width: 768px){
	.text_large{font-size: 120%;}
	.text_large2{font-size: 130%;}
}
@media print, screen and (min-width: 768px){
	.text_large{font-size: 130%;}
	.text_large2{font-size: 140%;}
}
@media print, screen and (min-width: 992px){
	.text_large2{font-size: 160%;}
}
@media print, screen and (min-width: 1200px){
	.text_large{font-size: 160%;}
	.text_large2{font-size: 180%;}
}
@media print, screen and (min-width: 1600px){
	.text_large2{font-size: 200%;}
}


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

/*タイトルエフェクト*/
.title_waku {display: inline-block;}
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    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{
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	font-size: 90%;
	margin-bottom: 0;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 0;
	padding-top: 40px;
	color: #003984;
	background: url(../images/midashi_tate.gif) no-repeat center top;
	-moz-background-size:1px 32px;
	background-size:1px 32px; 
	font-family: 'Playfair Display', serif;
	font-weight: 500;
}
.midashi_tate.white{
	color: #fff;
	background: url(../images/midashi_tate_white.gif) no-repeat center top;
}
.midashi_tate.migi{
	left: auto;
	right: 10px;
}
@media print, screen and (min-width: 1200px){
	.midashi_tate {font-size: 120%;}
}



#midashi_h2_area{
	position: relative;
	overflow: hidden;
	z-index: 0;
	color: #fff;
	background-color: #2c2c2c;
}
#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{
	padding-top: 80px;
	color: #fff;
	margin-top: 55px;
}
#midashi_h2 .area{
	background-color: #09174e;
	padding: 20px 20px 10px 20px;
	width: 80%;
}
#midashi_h2 h2{
	line-height: 1.4em;
	margin-bottom: 10px;
	text-align: left; 
	font-size: 140%;
	font-family: "Noto Sans JP", serif;
	font-weight: 700;
		/*text-shadow : 0px 3px 5.6px rgba(0, 0, 0, 0.23) ;*/
}
#midashi_h2 h2 .en img{
	min-width: 30px;
	max-width: 30px;
	margin-left: 15px;
}

.pankuzu{
	font-size: 85%;
	font-family: "Noto Sans JP", 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 .yohaku{
		position: relative;
	}
    #midashi_h2{
        padding-top: 70px;
		margin-bottom: 0;
    }
	#midashi_h2 h2{
		font-size:180%;
	}
	#midashi_h2 h2 .en{ font-size: 290%;}
}
@media print, screen and (min-width: 992px){
	#midashi_h2{ margin-top: 140px;}
	#midashi_h2 h2{ font-size: 200%;}
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1600px){
	#midashi_h2{ margin-top: 200px;}
	#midashi_h2 h2{ font-size: 220%;}
}




.midashi1{
	font-size: 120%;
	line-height: 1.4em;
	font-weight: 700;
	color: #0d6fb8;
}
.midashi2{
	font-size: 130%;
	line-height: 1.4em;
	font-weight: 700;
}
.midashi3{
	font-size: 150%;
	line-height: 1.4em;
	font-weight: 700;
	color: #0d6fb8;
}
.midashi4{
	font-size: 160%;
	line-height: 1.4em;
	font-weight: 700;
}
.midashi4.tac i {display: block; color: #0d6fb8; margin-bottom: 5px; font-size: 90%;}
.midashi4.tal_sptac i {display: block; color: #0d6fb8; margin-bottom: 5px; font-size: 90%;}
.midashi4 img.logomork{max-width: 50px; margin: 0 auto 5px auto;}


.midashi5{
	font-size: 120%;
	line-height: 1.4em;
	font-weight: 700;
	color: #fff;
	background-color: #0d6fb8;
	padding: 20px 10px;
	border-radius: 10px;
}

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

.midashi7{
	font-size: 120%;
	line-height: 1.4em;
	font-weight: 700;
	color: #0d6fb8;
	padding: 20px 20px;
	background: url("../images/fukidashi_l.png") no-repeat left center, url("../images/fukidashi_r.png") no-repeat right center;
	-moz-background-size:21px auto;
	background-size:21px auto; 
	display: inline-block;
	
}


@media print, screen and (min-width: 576px) {
	.midashi7{ padding: 20px 30px;}
}
@media print, screen and (min-width: 768px) {
	.midashi1{ font-size: 135%;}
	.midashi2{ font-size: 150%;}
	.midashi3{ font-size: 170%;}
	.midashi4{ font-size: 200%;}
	.midashi4.tal_sptac i {margin-bottom: 0; margin-right: 15px; display: inline-block;}
	
	.midashi5{ font-size: 140%;}
	.midashi7{ font-size: 140%;}
	
	.pl_text {padding-left: 30px;}
	.pr_text {padding-right: 30px;}
}
@media print, screen and (min-width: 992px) {
	.midashi3{ font-size: 200%;}
}
@media print, screen and (min-width: 1200px) {
	.midashi1{ font-size: 160%;}
	.midashi2{ font-size: 170%;}
	.midashi3{ font-size: 260%;}
	.midashi4{ font-size: 240%;}
	.midashi5{ padding: 30px 10px;}
	.midashi7{ padding: 20px 30px; font-size: 160%;}
}
@media print, screen and (min-width: 1600px) {
	.midashi2{ font-size: 180%;}
	.midashi3{ font-size: 300%;}
	.midashi7{ font-size: 180%;}
}



/*リンク・ボタン関係
---------------------------------------------------- */
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: 8px 8px 8px 28px;
	border-radius: 50px;
	background-color: #0d6fb8;
}
.button1 a:link,
.button1 a:visited{
	text-decoration: none;
	color: #fff;
}
.button1 .moji{
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}
.button1 a:hover {
  /*color:#0083c5;*/
  opacity:1
}
.button1 a .arrow {
  width:40px;
  height:40px;
  margin-left:40px;
  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;
}





.arrow {
  display:flex;
  justify-content:center;
  align-items:center;
  flex-shrink:0;
  width:30px;
  height:30px;
  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:#0083c5;*/
  border-radius:50%;
  transition:transform .64s cubic-bezier(0, 0.55, 0.45, 1);
	border: 1px solid #fff;
}
a:hover .arrow::before {
  /*background-color:#172335;*/
}
.arrow.red::before {
  background-color:#e71b17;
}
.arrow.red i {
  fill:#7d8386
}
.arrow.gray::before {
  background-color:#f6f6f6
}
.arrow.gray i {
  fill:#0083c5
}
.arrow.white::before {
  background-color:#7d8386
}
.arrow.white i {
  fill:#0083c5
}
.arrow i {
  fill:#7d8386;
  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:#0d6fb8;
	padding:8px 0;
	text-decoration: none;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #0d6fb8;
}
.btn1:hover{
	opacity: 1;
	background-color: #0d6fb8;
	color: #fff;
	padding:8px 15px;
}

.btn1 i {margin-left: 20px; font-size: 100%; color: #0d6fb8;}
.btn1:hover i {color: #fff;}
.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;
}
.btn2:link,
.btn2:visited{
	color:#fff;
	border-collapse: collapse;
	border: 1px solid #0d6fb8;
	background-color: #0d6fb8;
	padding:12px 20px;
}
.btn2:hover{
	opacity: 1;
	padding:16px 20px;
}

.btn2 i{margin-right:5px;}
.btn2.btn {border-radius: 50px;}
.btn2.en {font-size: 90%;}

.btn2::after {
	  content: '';
  display: inline-block;
  background-image: url("../images/yaji1.png");
  width: 22px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
	margin-left: 10px;
}

.btn2.hidari::before {
	  content: '';
  display: inline-block;
  background-image: url("../images/yaji2.png");
  width: 22px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
	margin-left: 0;
	margin-right: 10px;
}
.btn2.hidari::after {
  display: none;
}

@media print, screen and (min-width: 992px) {
	.btn2 {font-size: 110%;}
	.btn2:link,
	.btn2:visited{
		padding:16px 30px;
	}
	.btn2:hover{
		padding:20px 30px;
	}
}


.btn_head{
	font-size: 100%;
	/*ゆっくり動かす（ポイントは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_head:link,
.btn_head:visited{
	color:#172335;
	background-color: #fff;
	border: 1px solid #172335;
	text-align: center;
	vertical-align: middle;
}
.btn_head:hover{
	opacity: 1;
	background-color: #172335;
	color: #fff;
}
.btn_head.active{
	opacity: 1;
	background-color: #f3916a;
	border: 1px solid #f3916a;
	color: #fff;
}
.btn_head.blue_bg:link,
.btn_head.blue_bg:visited{
	color:#fff;
	background-color: #0d6fb8;
	border: 1px solid #0d6fb8;
}
.btn_head.blue_bg:hover{
	opacity: 1;
	background-color: #fff;
	color: #0d6fb8;
}
.btn_head i {margin-right: 5px;}
.btn_head.btn {border-radius: 50px; padding: 10px 20px;}

.btn_head.blue_bg .free{
	background-color: #fff;
	padding: 2px 7px;
	border-radius: 3px;
	margin-right: 7px;
	color: #0d6fb8;
	font-weight: 700;
	line-height: 1.4em;
}
.btn_head.blue_bg:hover .free{
	background-color: #0d6fb8;
	color: #fff;
}

.nav .free{
	background-color: #0d6fb8;
	padding: 2px 7px;
	border-radius: 3px;
	margin-right: 7px;
	color: #fff;
	font-weight: 700;
	line-height: 1.4em;
}
.nav a:hover .free{
	background-color: #0d6fb8;
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.btn_head.btn { padding: 7px 20px;}
}
@media print, screen and (min-width: 992px) {
	.btn_head {font-size: 90%;}
}
@media print, screen and (min-width: 1600px) {
	.btn_head {font-size: 100%;}
}



.btn_pdf{
	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;
	/*ここまで*/
}
.btn_pdf:link,
.btn_pdf:visited{
	color:#e94808;
	text-decoration: none;
}
.btn_pdf:hover{
	opacity: 1;
	color:#fc1d19;
}
.btn_pdf.btn {border-radius: 0; padding:0;}





.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;
	/*ここまで*/
}
.btn_detail:link,
.btn_detail:visited{
   width:40px;
   height:40px;
   border-radius:50%;
   background:#0d6fb8;
	color: #fff;
   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
	
}
.btn_detail:hover{
	opacity: 1;
	background-color: #172335;
	color: #fff;
}
.btn_detail.btn {border-radius: 50%; padding:0;}





.btn_map{
	font-size: 90%;
	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;
}
.btn_map:link,
.btn_map:visited{
	color:#fff;
	background-color: #0d6fb8;
	border: 1px solid #0d6fb8;
}
.btn_map:hover{
	opacity: 1;
	color: #0d6fb8;
	background-color: #fff;
}
.btn_map i{margin-right:5px;}
.btn_map.btn {border-radius: 50px; padding:3px 10px;}






.pdf_list li{
	list-style: none;
	margin-bottom: 3px;
}
.pdf_list li a:link,
.pdf_list li a:visited{
	padding: 10px 15px;
	background: #fc1d19;
	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_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;
	border-bottom: 1px solid #dadada;
}
.pdf_list2 li a:link,
.pdf_list2 li a:visited{
	padding: 10px 15px;
	color: #172335;
	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: 200%; color: #fc1d19;}


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

a.text_link {text-decoration: underline; color: #172335;}
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: #172335;}
	.text_link_sp2 {text-decoration: underline!important; color: #fff;}
	.text_link_sp3 {text-decoration: underline!important; color: #0d6fb8;}
}

/* リスト
---------------------------------------------------- */
ol.list_ol{
	list-style:decimal;
	margin-left:25px;
}
ul.list_ul{
	list-style:disc;
	margin-left:20px;
}

ul.list_check li{
	list-style:none;
	text-indent: -1.5em;
	padding-left:1.5em;
	font-size: 110%;
	line-height: 1.4em;
	margin-bottom: 10px;
}
ul.list_check li:before{
	font-family: bootstrap-icons;
	font-weight: 400;
	content: "\F26C";
	margin-right: 8px;
	color: #0d6fb8;
	vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
	ul.list_check li{ font-size: 120%;}
}
@media print, screen and (min-width: 1600px) {
	ul.list_check li{ font-size: 130%;}
}




ol.list_num {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
ol.list_num > li {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
ol.list_num > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #206aa6;
  color: #fff;
  display: block;
  float: left;
  line-height: 25px;
  margin-left: -35px;
  text-align: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
	font-family: 'Hind Siliguri', sans-serif;
	margin-top: 5px;
}


/* color
---------------------------------------------------- */
.red{color:#fc1d19;}
.white{color:#fff;}
.black{color:#172335;}
.blue{color:#0d6fb8;}

/* hanyo
---------------------------------------------------- */
.large{font-size:130%;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;}
}

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

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

/* 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 #ccc;
}
.table1 th{
	width:100%;
	padding:10px 10px 0 10px;
	display: block;
	color: #938e99;
	font-weight: 500;
}
.table1 td{
	width:100%;
	padding:0 10px 10px 10px;
	display: block;
	border-bottom: 1px solid #ccc;
}

.table1.white th,
.table1.white td {color: #fff;}
@media print, screen and (min-width: 768px) {
	.table1 th{
		width:27%;
		padding:12px 12px;
		vertical-align:middle;
		text-align:center;
		display:table-cell;
		border-bottom: 1px solid #ccc;
		font-weight: normal;
		color: #172335;
	}
	.table1 td{
		width:100%;
		padding:12px 12px;
		display:table-cell;
		vertical-align: middle;
	}
}
@media print, screen and (min-width: 992px) {
	.table1 th{ width:30%;}
}
@media print, screen and (min-width: 1200px) {
	.table1 th{ width:27%;}
}



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

.table2 .comment{
	font-weight: 500;
	font-size: 12px;
	line-height: 1.6em;
	margin-top: 10px;
}

.table2 .color{background-color: #eceff8;}
.table2 td.color {
	font-weight: 700;
	font-size: 160%;
	color: #0d6fb8;
}
.table2 img{
	max-width:120px;
	margin: 0 auto 20px auto;
}
@media only screen and (max-width: 991px) {
	.table2 th{white-space: nowrap;}
	.table2 td{white-space: nowrap;}
	.table2 img{
		max-width:80px;
	}
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


.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;}
}
@media print, screen and (min-width: 768px){
	main {font-size: 100%;}
	.content_pd {padding-top: 60px; padding-bottom: 60px;}
}
@media print, screen and (min-width: 992px){
	main {font-size: 110%;}
}
@media print, screen and (min-width: 1200px){
	main {font-size: 110%;}
	.content_pd {padding-top: 80px; padding-bottom: 80px;}
	.content_pd2 {padding-top: 50px; padding-bottom: 50px;}
}
@media print, screen and (min-width: 1600px){
	main {font-size: 115%;}
}
.content_pd.pt0{padding-top: 0;}
.content_pd.pb0{padding-bottom: 0;}
.content_pd2.pb0{padding-bottom: 0;}
.content_pd.pb10{padding-bottom: 10px;}
.content_pd.pb30{padding-bottom: 30px;}

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

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


#mainimage {
	position: relative;
	width:100%;
	overflow: hidden;
}
#mainimage h2{
    position: absolute;
    bottom: 25%;
    left: 5%;
	z-index: 1;
	display: none;
}
#mainimage h2 img {width: 50%; max-width: 600px;}

#mainimage h3{
    position: absolute;
    top: 15%;
    left: 5%;
	z-index: 1;
	width: 100%;
}
#mainimage h3 img {width: 80%; max-width: 700px;}





@media print, screen and (min-width: 768px){
	#mainimage h2{
		bottom: 5%;
		display: block;
	}
	#mainimage h2 img {width: 60%;}
	#mainimage h3 img {width: 60%;}
}
@media print, screen and (min-width: 992px){
	#mainimage{margin-top: 110px;}
}
@media print, screen and (min-width: 1200px){
	#mainimage{margin-top: 120px;}
	#mainimage h2 img {width: 70%;}
	#mainimage h3{
		top: 20%;
	}
	#mainimage h3 img {width: 70%;}
}
@media print, screen and (min-width: 1600px){
	#mainimage h2 img {width: 100%;}
	#mainimage h3 img {width: 100%;}
}


.main_kotei img {max-width: 400px; margin: 0 auto;}
.main_kotei img {width:100%; margin: 0 auto;}

.main_icon_bg{
	background-color: #0d6fb8;
	padding: 15px 0;
}
.main_icon_bg img{
	width: 70%;
	margin: 0 auto;
}

/* scroll */
@media only, screen and (max-width: 1500px){
	.scroll{display: none;}
}

.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: 'Roboto', sans-serif;
	font-weight: 400;
}

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


/*=============
slick
=============*/
#mainimage{
	height: 40vh;
	height: calc(var(--vh, 1vh) * 40);
	margin-top: 60px;
}
.full {
	position: relative;
}
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 40vh;
  margin: 0;
}
@media print, screen and (min-width: 768px){
	#mainimage {
		height: 50vh;
		height: calc(var(--vh, 1vh) * 50);
	}
	.full div {
	  height: 50vh;
	}
}
@media print, screen and (min-width: 992px){
	#mainimage {
		height: 70vh;
		height: calc(var(--vh, 1vh) * 70);
	}
	.full div {
	  height: 70vh;
	}
}
@media print, screen and (min-width: 1200px){
	#mainimage {
		height: 80vh;
		height: calc(var(--vh, 1vh) * 80);
	}
	.full div {
	  height: 80vh;
	}
}
.full div.img01 {
  background-image: url("../images/main01.jpg")
}
.full div.img02 {
  background-image: url("../images/main02.jpg")
}
.full div.img03 {
  background-image: url("../images/main03.jpg")
}
.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}

.full p.content-text{
	z-index: 100;
    position: absolute;
    bottom: 5%;
    left: 5%;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-size: 160%;
	line-height: 1.4em;
	color: #fff;
}
@media print, screen and (min-width: 576px){
	.full p.content-text{
		font-size: 200%;
	}
}
@media print, screen and (min-width: 768px){
	.full p.content-text{
		top: 50%;
		left: 5%;
		bottom: auto;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
}
@media print, screen and (min-width: 992px){
	.full p.content-text{
		font-size: 300%;
	}
}
@media print, screen and (min-width: 1200px){
	.full p.content-text{
		font-size: 400%;
	}
}


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


/* 背景
---------------------------------------------------- */
.kasen{
	border-collapse: collapse;
	border-bottom: 3px solid #0d6fb8;
}

.bg_yaji{
	background: url("../images/bg_yaji.jpg") no-repeat center top #eceff8;
	-moz-background-size:100% auto;
	background-size:100% auto; 
	padding-top: 20px;
}

.bg_yaji.design2{
	background: url("../images/bg_yaji2.jpg") no-repeat center top #eceff8;
	-moz-background-size:100% auto;
	background-size:100% auto; 
}

.nagare_yaji{
	background: url("../images/nagare_yaji.png") no-repeat center bottom;
	-moz-background-size:100% 100%;
	background-size:100% 100%; 
	padding: 30px 0;
	margin-bottom: 20px;
}
@media print, screen and (min-width: 576px){
	.nagare_yaji{
		background: url("../images/nagare_yaji.png") no-repeat center bottom;
		-moz-background-size:auto 100%;
		background-size:auto 100%; 
	}
}


/* 背景固定
---------------------------------------------------- */
.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: 575px) {/*iPad横でも不具合でたため、1199px以下にした*/
    .b_fixed_bg {
        height: 300px;
        background-attachment: scroll; /*スマホ・タブ(ios)では不具合がでるため幅992px以下ではこの指定（印刷時のスタイルも）*/
    }
}
@media screen and (min-width:576px) and ( max-width:1199px) {
    .b_fixed_bg {
        height: 500px;
        background-attachment: scroll; /*スマホ・タブ(ios)では不具合がでるため幅992px以下ではこの指定（印刷時のスタイルも）*/
    }
}


.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_cnt {
    /*cursor: pointer;*/
    pointer-events: auto;/*疑似要素をクリック可能に*/
	width: 100%;
}



/* レイアウト
---------------------------------------------------- */

/* 共通
---------------------------------------------------- */
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: "Alata", serif;}
div.paging span.current,
div.paging span.paging-text{
	margin:0px 0.5px;
	color:#172335;
	border:1px solid #172335;
	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: #172335;
}
div.paging span.current{
	background: #172335;
	border:1px solid #172335;
	color:#fff;
	zoom:1;
	padding:5px 8.5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
}
div.paging span.paging-text a:hover{
	background: #172335;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	opacity: 1;
}

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


/* 01 index
---------------------------------------------------- */
#main_h2{
	background-color: #0d6fb8;
}
#main_h2 img{
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 600px;
}

.top01_img{
	max-width: 1142px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}
@media print, screen and (min-width: 768px){
	.top01_img{
		margin: 0 auto 50px auto;
	}
}


@media print, screen and (min-width: 1200px){
	.top_list_check{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.top_list_check .list_check:first-child {margin-right: 30px;}
}
@media print, screen and (min-width: 1600px){
	.top_list_check .list_check:first-child {margin-right: 50px;}
}


.top_kaiketsu{
	margin-left: -1%;
	margin-right: -1%;
}
.top_kaiketsu li{
	list-style: none;
	text-align: center;
	width: 48%;
	float: left;
	margin: 10px 1%;
}
.top_kaiketsu li:nth-of-type(2n+1) { clear: both;}
.top_kaiketsu img{
	max-width: 200px;
	width: 80%;
	height: auto;
	margin: 0 auto 10px auto;
}
@media only screen and (max-width: 575px){
	.top_kaiketsu li:last-child{margin-left: 24%;}
}
@media print, screen and (min-width: 576px){
	.top_kaiketsu li{
		width: 31.3%;
		margin: 0 1%;
	}
	.top_kaiketsu li:nth-of-type(2n+1) { clear: none;}
	.top_kaiketsu li:nth-of-type(3n+1) { clear: both;}
}
@media print, screen and (min-width: 768px){
	.top_kaiketsu {font-size: 90%;}
	.top_kaiketsu img{ width: 100%;}
}
@media print, screen and (min-width: 992px){
	.top_kaiketsu {font-size: 100%;}
}



.top_step{
	padding-top: 50px;
	margin-left: -1%;
	margin-right: -1%;
	padding-bottom: 10px;
}
.top_step .box{
	background-color: #f5f2f2;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #dadada;
	width: 48%;
	float: left;
	margin: 0 1% 50px 1%;
	line-height: 1.6em;
	font-size: 90%;
}
.top_step .box:nth-of-type(2n+1) { clear: both;}
.top_step .en{
   width:70px;
   height:70px;
   border-radius:50%;
   background:#0d6fb8;
	color: #fff;
   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
	text-align: center;
	margin: -50px auto 0 auto;
}
.top_step .en .num{
	display: block;
	font-size: 160%;
}
.top_step h4{
	font-weight: 700;
	font-size: 100%;
	line-height: 1.4em;
	margin-bottom: 10px;
	text-align: center;
}
.top_step .image{
	max-width: 260px;
	margin: 0 auto;
}
.top_step .image img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
@media print, screen and (min-width: 576px){
	.top_step .box{
		width: 31.3%;
		margin: 0 1% 20px 1%;
	}
	.top_step .box:nth-of-type(2n+1) { clear: none;}
	.top_step .box:nth-of-type(3n+1) { clear: both;}
	
	.top_step .box:nth-child(2){ margin-top: 30px;}
	.top_step .box:nth-child(3){ margin-top: 60px;}
	.top_step .box:nth-child(5){ margin-top: 30px;}
	.top_step .box:nth-child(6){ margin-top: 60px;}
}
@media print, screen and (min-width: 768px){
	.top_step h4{ font-size: 110%;}
}
@media print, screen and (min-width: 992px){
	.top_step .box{
		padding: 30px 20px;
		font-size: 100%;
	}
	.top_step h4{
		font-size: 120%;
	}
}
@media print, screen and (min-width: 1200px){
	.top_step .en{
	   width:100px;
	   height:100px;
	}
	.top_step .en .num{
		font-size: 200%;
	}
}

.top05_map{
	position: relative;
	z-index: 0;
}
.top05_map .photo{
	max-width: 555px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 50%;
	margin: 0 auto;
}
@media print, screen and (min-width: 768px){
	.top05_map .photo{
		width: 80%;
	}
}


.top_service .box{margin-bottom: 30px; line-height: 1.6em;}
.top_service .box h4{
	color: #0d6fb8;
	font-weight: 700;
	font-size: 110%;
	line-height: 1.4em;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left: 3px solid #0d6fb8;
	padding-left: 10px;
}
.top_service .box img{
	border-radius: 10px;
	margin-bottom: 15px;
}

.top_service.first_page .box{
	border: 1px solid #0d6fb8;
	border-radius: 10px;
}
.top_service.first_page .box h4{
	border-left: none;
	padding-left: 0;
	text-align: center;
}
.top_service.first_page .box img{
	border-radius: 0;
	margin-bottom: 0;
}
.top_service.first_page .box .text{
	padding: 20px 15px;
}

.top_service.text_none .box img{
	border-radius: 0 0 10px 10px;
}

@media print, screen and (min-width: 576px){
	.top_service{
		margin-left: -1%;
		margin-right: -1%;
	}
	.top_service .box{
		width: 31.3%;
		float: left;
		margin: 0 1%;
	}
	.top_service .box:nth-of-type(3n+1) { clear: both;}
	
	.top_service.first_page .box h4{
		display:flex;
	   align-items:center;
		height: 50px;
		justify-content: center;
	}
}
@media print, screen and (min-width: 1200px){
	.top_service .box h4{
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 120%;
	}
	.top_service.first_page .box .text{
		padding: 20px 20px;
	}
}

.top_voice {padding-bottom: 10px;}
.top_voice .box{
	margin-bottom: 30px;
	line-height: 1.6em;
	background-color: #f5f2f2;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 5px 5px 5px #dadada;
}
.top_voice .box h4{
	color: #0d6fb8;
	font-weight: 700;
	font-size: 110%;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-align: center;
}
.top_voice .box img{
	margin-bottom: 15px;
}
@media print, screen and (min-width: 576px){
	.top_voice{
		margin-left: -1%;
		margin-right: -1%;
	}
	.top_voice .box{
		width: 31.3%;
		float: left;
		margin: 0 1% 30px 1%;
	}
	.top_voice .box:nth-of-type(3n+1) { clear: both;}
}
@media print, screen and (min-width: 1200px){
	.top_voice .box h4{
		font-size: 120%;
	}
}


.top_user .box{
	margin-bottom: 30px;
	line-height: 1.6em;
	padding: 30px 20px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 5px 5px 5px #dadada;
}
.top_user .box h4{
	font-weight: 700;
	font-size: 130%;
	line-height: 1.4em;
	margin-bottom: 5px;
	text-align: center;
}
.top_user .box h5{
	font-weight: 400;
	font-size: 80%;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-align: center;
}
.top_user .box img{
	border-radius: 50%;
	width: 70%;
	height: auto;
	margin: 0 auto 15px auto;
}
.top_user .box .more{
	text-align: center;
	font-size: 90%;
	font-weight: 700;
	color: #0d6fb8;
	margin-top: 10px;
}
.top_user .box .more i {margin-left: 10px;}
@media print, screen and (min-width: 576px){
	.top_user{
		margin-left: -1%;
		margin-right: -1%;
	}
	.top_user .box{
		width: 48%;
		float: left;
		margin: 0 1% 30px 1%;
	}
	.top_user .box:nth-of-type(2n+1) { clear: both;}
	.top_user .box .more {text-align: right; margin-top: 20px;}
}
@media print, screen and (min-width: 768px){
	.top_user .box{
		width: 31.3%;
	}
	.top_user .box:nth-of-type(2n+1) { clear: none;}
	.top_user .box:nth-of-type(3n+1) { clear: both;}
}
@media print, screen and (min-width: 1200px){
	.top_user .box h4{
		font-size: 120%;
	}
}


.top_guide .box{
	margin-bottom: 30px;
	line-height: 1.6em;
	padding: 30px 20px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 5px 5px 5px #dadada;
}
.top_guide .box h4{
	font-size: 130%;
	line-height: 1.4em;
	text-align: center;
}
.top_guide .box .image{
	position: relative;
	z-index: 0;
	margin-bottom: 10px;
}
.top_guide .box .image .tag{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #172335;
	color: #fff;
	font-size: 90%;
	padding: 5px 10px;
}
@media print, screen and (min-width: 576px){
	.top_guide{
		margin-left: -1%;
		margin-right: -1%;
	}
	.top_guide .box{
		width: 31.3%;
		float: left;
		margin: 0 1% 30px 1%;
	}
	.top_guide .box:nth-of-type(3n+1) { clear: both;}
}
@media print, screen and (min-width: 1200px){
	.top_guide .box h4{
		font-size: 120%;
	}
}


.top_faq .box{
	background-color: #f5f2f2;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #dadada;
	margin-bottom: 20px;
	line-height: 1.6em;
}
.top_faq .box h4 {
	margin-bottom: 10px;
	font-size: 120%;
	line-height: 1.4em;
	color: #0d6fb8;
}
.top_faq .box h4,
.top_faq .box .text{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}

.top_faq .box h4 .icon,
.top_faq .box .text .icon{
	min-width: 40px;
	max-width: 40px;
	width:40px;
   height:40px;
   border-radius:50%;
   background:#fff;
   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
	font-family: "Alata", serif;
	font-weight: 400;
	color: #0d6fb8;
	margin-right: 20px;
	font-size: 16px;
}
.top_faq .box h4 .icon{
   background:#0d6fb8;
	color: #fff;
}



/*--------------------------------------
新着情報
--------------------------------------*/
.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: #e94808;
}

.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: 768px) {
	.news_table td{
		padding:0px 10px 25px 10px;
	}
}
@media print, screen and (min-width: 1600px) {
	.news_table th{
		width:20%;
		padding:20px 10px;
		vertical-align:middle;
		text-align:left;
		display:table-cell;
		font-weight: normal;
		border-bottom: 1px solid #dadada;
	}
	.news_table td{
		width:100%;
		padding:20px 10px;
		display:table-cell;
	}
}

.mark2{
	max-width: 355px;
	margin: 0 auto 10px auto;
}
.mark2 img{
	width: 70%;
	height: auto;
	margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
	.mark2 img{
		width: 100%;
	}
}


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

.otoiawase_box{
	position: relative;
	z-index: 0;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
.otoiawase_box .text{
	width: 70%;
	line-height: 1.4em;
}
.otoiawase_box .text .moji{
	font-size: 75%;
	margin-bottom: 10px;
}
.otoiawase_box .photo{
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
}
.otoiawase_box .photo img{
	width: 100%;
	height: 100%;
	border-radius: 0 10px 10px 0;
}
@media print, screen and (min-width: 576px){
	.otoiawase_box .photo{
		width: 50%;
	}
}
@media print, screen and (min-width: 768px){
	.otoiawase_box .text .moji{
		font-size: 90%;
	}
}
@media print, screen and (min-width: 1200px){
	.otoiawase_box{
		padding: 30px;
	}
	.otoiawase_box .photo{
		opacity: 1;
	}
	.otoiawase_box .text{text-align: center;}
	.otoiawase_box .text .moji{
		font-size: 100%;
	}
}
@media print, screen and (min-width: 1700px){
	.otoiawase_box .text{width: 60%;}
}



.tel_box{
	color: #0d6fb8;
	font-size: 100%;
	font-weight: 700;
	line-height: 1.4em;
}
.tel_box .tel{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	font-size: 25px;
	margin-top: 10px;
}
.tel_box .tel i {
	margin-right: 5px;
	font-size: 80%;
}
@media print, screen and (min-width: 992px) {
	.tel_box .tel{
		font-size: 28px;
	}
}
@media print, screen and (min-width: 1200px) {
	.tel_box .tel{
		font-size: 38px;
		justify-content: center;
	}
}


.otoiaase_list li{
	list-style: none;
	margin-top: 10px;
}
.otoiaase_list a:link,
.otoiaase_list a:visited{
	padding: 10px;
	text-align: center;
	color: #fff;
	background-color: #0d6fb8;
	border-radius: 10px;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	font-size: 110%;
}
.otoiaase_list i{
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	color: #0d6fb8;
	margin-right: 20px;
	width: 50px;
	font-size: 30px;
}
.otoiaase_list .line a:link,
.otoiaase_list .line a:visited{
	background-color: #00b900;
}
.otoiaase_list .line i{
	color: #00b900;
}
@media print, screen and (min-width: 576px) {
	.otoiaase_list{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.otoiaase_list .line {margin-left: 10px;}
	.otoiaase_list i{ margin-right: 10px;}
	.otoiaase_list li{width: 50%;}
	.otoiaase_list a:link,
	.otoiaase_list a:visited{
		justify-content: center;
	}
}
@media print, screen and (min-width: 768px) {
	.otoiaase_list{ font-size: 120%;}
	.otoiaase_list i{ margin-right: 20px;}
}
@media print, screen and (min-width: 1600px) {
	.otoiaase_list{ font-size: 130%;}
	.otoiaase_list a:link,
	.otoiaase_list a:visited{
		padding: 20px;
	}
}


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


/* 03 first
---------------------------------------------------- */
.first_zu{
	max-width: 800px;
	margin: 0 auto 30px auto;
}
.first_zu img{
	width: 80%;
	height: auto;
	margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
	.first_zu{
		margin: 0 auto 50px auto;
	}
}


.first_box .box{
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
	margin: 10px 0;
	box-shadow: 5px 5px 5px #dadada;
}
.first_box .box .image{
	max-width: 120px;
	margin: 0 auto 15px auto;
}
.first_box .box .image img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 576px) {
	.first_box{
		margin-left: -1%;
		margin-right: -1%;
	}
	.first_box .box{
		width: 31.3%;
		float: left;
		margin: 10px 1%;
	}
}
@media print, screen and (min-width: 1200px) {
	.first_box .box{
		padding: 30px;
	}
	.first_box .box .image{
		max-width: 200px;
	}
}


.first_box2 .box{
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 5px 5px 5px #dadada;
}
.first_box2 .box .image{
	width: 115px;
	height: 115px;
	margin: 15px auto 0 auto ;
	border: 2px solid #0d6fb8;
	border-radius: 50%;
	padding: 20px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.first_box2 .box .image img{
	width: 100%;
	height: auto;
}


.first_box2 .midashi1{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
}
.first_box2 .midashi1 .num{
	font-family: "Roboto", serif;
	font-weight: 700;
	min-width: 40px;
	max-width: 40px;
	width:40px;
   height:40px;
   border-radius:50%;
   background:#0d6fb8;
   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
	color: #fff;
	margin-right: 15px;
	font-size: 16px;
	
}

@media screen and (min-width: 576px) and (max-width: 1199px)  {
	.first_box2 .midashi1{
		display: block;
	}
	.first_box2 .midashi1 .num{
	justify-content: center;
		margin:  0 auto 15px auto;
	}
}

@media print, screen and (min-width: 576px) {
	.first_box2{
		margin-left: -1%;
		margin-right: -1%;
	}
	.first_box2 .box{
		width: 31.3%;
		float: left;
		margin: 0 1% 30px 1%;
	}
}



.flow_box .box{
	/*
	display: -webkit-flex;
    display: flex;
	align-items: start;
	*/
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 15px;
	box-shadow: 5px 5px 5px #dadada;
}
.flow_box .box .time{
	font-family: "Roboto", serif;
	font-weight: 700;
	color: #0d6fb8;
	min-width: 80px;
	max-width: 80px;
	line-height: 1.4em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flow_box .box .time .num {font-size: 160%}
.flow_box .box .time >i {
    margin-left: auto;
}
.flow_box .box .naiyou{
	/*
	border-collapse: collapse;
	border-left: 1px solid #0d6fb8;
	padding-left: 30px;
	margin-left: -9px;
	padding-bottom: 20px;
	*/
}
.flow_box .box h4{
	font-weight: 700;
	font-size: 120%;
	margin-bottom: 10px;
	line-height: 1.4em;
	color: #0d6fb8;
}

.flow_list{
	display: table;
}
.flow_list li{
	display: table-cell;
}
.flow_list .title{
	width: 80px;
}
.flow_box .box .naiyou .text{ margin-bottom: 20px;}
/*
.flow_box .box .naiyou .image img{
	border-radius: 10px;
}
*/
@media print, screen and (min-width: 576px){
	.flow_box .box .naiyou{
		/*
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;*/
		display: -webkit-flex;
		display: flex;
		width: 100%;
	}
	.flow_box .box .naiyou .image{
		/*margin-left: auto;*/
		margin-right: 25px;
		min-width: 150px;
		max-width: 150px;
	}
	.flow_box .box .naiyou .text{ margin-bottom: 0;/* margin-right: 20px;*/}
}
@media print, screen and (min-width: 768px){
	.flow_box .box .time{
		min-width: 100px;
		max-width: 100px;
	}
}
@media print, screen and (min-width: 1200px){
	.flow_box .box .naiyou{
		align-items: center;
	}
	.flow_box .box .naiyou .image{
		min-width: 250px;
		max-width: 250px;
	}
	.flow_box .box .naiyou .text{  margin-right: 40px;}
}


/* 04 what
---------------------------------------------------- */

/* 05 commitment
---------------------------------------------------- */
#staff1,
#staff2,
#staff3{
	margin-top:-60px;
	padding-top:60px;
}
@media print, screen and (min-width: 992px) {
	#staff1,
	#staff2,
	#staff3{
		margin-top:-115px;
		padding-top:115px;
	}
}
@media print, screen and (min-width: 1200px) {
	#staff1,
	#staff2,
	#staff3{
		margin-top:-120px;
		padding-top:120px;
	}
}



@media print, screen and (min-width: 576px){
	.commitment_check{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.commitment_check .list_check:first-child {margin-right: 30px;}
}
@media print, screen and (min-width: 1600px){
	.commitment_check .list_check:first-child {margin-right: 50px;}
}

.commitment_img01{
	max-width: 250px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}
@media print, screen and (min-width: 768px){
	.commitment_img01{
		margin: 0 auto 50px auto;
	}
}
@media print, screen and (min-width: 992px){
	.commitment_img01{ max-width: 350px;}
}



.commitment_box{
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
	margin-top: 10px;
	box-shadow: 5px 5px 5px #dadada;
}
.commitment_box .image{
	max-width: 120px;
	margin: 0 auto 15px auto;
}
.commitment_box .image img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 768px){
	.commitment_box{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		padding: 30px 20px;
	}
	.commitment_box .image{
		min-width: 160px;
		max-width: 160px;
		margin: 0 30px 0 0;
	}
}
@media print, screen and (min-width: 1200px){
	.commitment_box{
		padding: 30px 50px;
	}
	.commitment_box .image{
		min-width: 200px;
		max-width: 200px;
	}
}
@media print, screen and (min-width: 1600px){
	.commitment_box{
		padding: 30px 80px;
	}
	.commitment_box .image{
		min-width: 240px;
		max-width: 240px;
	}
}


.commitment_staff{
	padding-top: 50px;
	padding-bottom: 10px;
}
.commitment_staff .box{
	background-color: #f5f2f2;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #dadada;
	margin: 0 0 50px 0;
	line-height: 1.6em;
	font-size: 90%;
}
.commitment_staff .box:last-child {margin-bottom: 0;}

.commitment_staff .en{
   width:70px;
   height:70px;
   border-radius:50%;
   background:#0d6fb8;
	color: #fff;
   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
	text-align: center;
	margin: -50px auto 0 auto;
}
.commitment_staff .en .num{
	display: block;
	font-size: 160%;
}
.commitment_staff .name{
	font-weight: 700;
	font-size: 140%;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-align: center;
}
.commitment_staff .name .sub {font-size: 13px; font-weight: 400;}

.commitment_staff h5{
	font-weight: 700;
	font-size: 110%;
	line-height: 1.4em;
	margin-bottom: 10px;
	color: #0d6fb8;
}
.commitment_staff .image{
	margin: 20px auto;
	width: 100%;
}
.commitment_staff .image img{
	width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
	border-radius: 50%;
}
@media print, screen and (min-width: 576px){
	.commitment_staff .in{
		display: -webkit-flex;
		display: flex;
		margin-top: 30px;
	}
	.commitment_staff .image{
		min-width: 200px;
		max-width: 200px;
		margin: 0 30px 0 0;
	}
	.commitment_staff .name {text-align: left;}
}
@media print, screen and (min-width: 768px){
	.commitment_staff h4{ font-size: 110%;}
	.commitment_staff .box .in{
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
}
@media print, screen and (min-width: 992px){
	.commitment_staff .box{
		padding: 30px 40px;
		font-size: 100%;
	}
	.commitment_staff h4{
		font-size: 120%;
	}
	.commitment_staff .image{
		min-width: 230px;
		max-width: 230px;
		margin: 0 40px 0 0;
	}
}
@media print, screen and (min-width: 1200px){
	.commitment_staff .in{
		margin-top: 0;
	}
	.commitment_staff .en{
	   width:100px;
	   height:100px;
	}
	.commitment_staff .en .num{
		font-size: 200%;
	}
}
@media print, screen and (min-width: 1600px){
	.commitment_staff .box{
		width: 85%;
		margin: 0 auto 50px auto;
	}
	.commitment_staff .box .in{
		margin-top: -20px;
	}
}



/* 06 company
---------------------------------------------------- */

/* 07 guide
---------------------------------------------------- */
#cate_head{
	margin-top:-60px;
	padding-top:60px;
}
@media print, screen and (min-width: 992px) {
	#cate_head{
		margin-top:-115px;
		padding-top:115px;
	}
}
@media print, screen and (min-width: 1200px) {
	#cate_head{
		margin-top:-120px;
		padding-top:120px;
	}
}

.cate_navi li{
	list-style: none;
	border-collapse: collapse;
	border-bottom: 1px solid #dadada;
}
.cate_navi li a:link,
.cate_navi li a:visited{
	padding: 10px;
	display: block;
}
.cate_navi li a:hover,
.cate_navi li.navi-on a{
	color: #0d6fb8;
	opacity: 1;
}
.cate_navi li a:before{
	font-family: bootstrap-icons;
	font-weight: 400;
	content: "\F231";
	margin-right: 8px;
	color: #0d6fb8;
	vertical-align: middle;
}
@media print, screen and (min-width: 576px) {
	.cate_navi{
		margin-left: -1%;
		margin-right: -1%;
	}
	.cate_navi li {
		width: 48%;
		float: left;
		margin: 0 1%;
	}
	.cate_navi li:nth-of-type(2n+1) { clear: both;}
	
}
@media print, screen and (min-width: 992px) {
	.cate_navi{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cate_navi li {
		width: auto;
		float: none;
		margin: 0 5px;
		border: 1px solid #0d6fb8;
		text-align: center;
		border-radius: 50px;
	}
	.cate_navi li:nth-of-type(2n+1) { clear: none;}
	.cate_navi li a:link,
	.cate_navi li a:visited{
		padding: 10px 20px;
		border-radius: 50px;
	}
	.cate_navi li a:hover,
	.cate_navi li.navi-on a{
		color: #fff;
		background-color: #0d6fb8;
	}
	.cate_navi li a:hover:before,
	.cate_navi li.navi-on a:before{
		color: #fff;
	}
}
@media print, screen and (min-width: 1200px) {
	.cate_navi li a:link,
	.cate_navi li a:visited{
		padding: 10px 40px;
	}
}


.guide_box{
	border-collapse: collapse;
	border-top: 2px solid #0d6fb8;
	padding: 30px 0;
}
.guide_box .image{
	margin-bottom: 20px;
}

.guide_box .button1{
	margin: 0 auto;
}
@media print, screen and (min-width: 576px) {
	.guide_box{
		display: -webkit-flex;
		display: flex;
		width: 100%;
	}
	.guide_box .image{
		margin-bottom: 0;
		margin-right: 30px;
		min-width: 200px;
		max-width: 200px;
	}
	.guide_box .button1{
		margin-right: 0;
	}
}
@media print, screen and (min-width: 768px) {
	.guide_box{
		padding: 50px 0;
	}
	.guide_box .image{
		min-width: 250px;
		max-width: 250px;
	}
}
@media print, screen and (min-width: 992px) {
	.guide_box .image{
		min-width: 300px;
		max-width: 300px;
		margin-right: 35px;
	}
}
@media print, screen and (min-width: 1200px) {
	.guide_box .image{
		min-width: 400px;
		max-width: 400px;
		margin-right: 45px;
	}
}


.tag{
	background-color: #172335;
	color: #fff;
	border-radius: 50px;
	padding: 5px 10px;
	font-size: 80%;
}
.top_guide .tag{border-radius: 0;}



.guide_detail .image{
	margin-bottom: 20px;
}
@media print, screen and (min-width: 576px) {
	.guide_detail .image{
		width: 250px;
		float: left;
		margin-right: 30px;
	}
	.guide_detail .image.migi{
		float: right;
		margin-right: 0;
		margin-left: 30px;
	}
	.guide_detail .text{
		overflow: hidden;
		zoom:1;
	}
}
@media print, screen and (min-width: 992px) {
	.guide_detail .image{ width: 300px;}
}
@media print, screen and (min-width: 1200px) {
	.guide_detail .image{ width: 400px;}
}


/*youtube*/
.video{
width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
}
.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* 08 voice
---------------------------------------------------- */

/* 09 qa
---------------------------------------------------- */
#qa .nav{display: flex; flex-wrap: nowrap;}

/*-------------------
タブ切替
-------------------*/
.news_bg{
	/*
	border: 1px solid #0d6fb8;
	border-radius: 10px;
	padding: 0 30px;
	*/
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #017cc8;
  border-bottom: 1px solid #017cc8;
	background: none;
}
.nav-pills .nav-link.active{ list-style:none;text-indent: -1em; padding-left:1em;}
.nav-pills .nav-link.active:before{
	font-family: bootstrap-icons;
	font-weight: 400;
	content: "\F272";
	margin-right: 5px;
}

.nav-pills .nav-link {
  border-radius: 0;
	color: #172335;
	border-bottom: 1px solid #172335;
	height: 60px;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
	/*
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	*/
	margin-right: 5px;
}

.nav-justified .nav-item:last-child{
	/*border-right: none;*/
	margin-right: 0;
}




.nav-link {
  padding: 15px 10px;
  font-size: 90%;
}
.nav-justified .nav-item a:link,
.nav-justified .nav-item a:visited{
	text-decoration: none!important;
}
@media print, screen and (min-width: 576px){
	.news_bg{ padding: 20px 30px 10px 30px;}
}
@media print, screen and (min-width: 768px){
	.nav-link { font-size: 100%;}
}
@media print, screen and (min-width: 1200px){
	.nav-link { font-size: 120%;}
	.news_bg{ padding: 20px 30px;}
}


/* 10 contact
---------------------------------------------------- */
.contact_box{
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #0d6fb8;
	border-radius: 10px;
	padding: 30px 15px;
}
.contact_box .tel{
	font-family: "Roboto", serif;
	font-weight: 700;
	color: #0d6fb8;
	font-size: 200%;
	line-height: 1.4em;
}
.contact_box .tel a:link,
.contact_box .tel a:visited{
	text-decoration: none;
	color: #0d6fb8;
}
@media print, screen and (min-width: 768px) {
	.contact_box{
		padding: 50px 15px;
	}
	.contact_box .tel{
		font-size: 300%;
	}
}

/*フォームのテーブル*/
#radio_change_label0,
#radio_change_label2,
#radio_change_label3{
	margin-top: 10px;
}
.table_form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ccc;
}
.table_form th{
	width:100%;
	padding:10px 5px 3px 5px;
	display: block;
	color: #555;
	font-weight: normal;
}
.table_form td{
	width:100%;
	border-bottom:1px solid #ccc;
	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: #fc1d19;
}
.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:40%;
		border-bottom:1px solid #ccc;
		padding:15px 20px;
		vertical-align:middle;
		text-align:left;
		display:table-cell;
		color: #172335;
	}
	.table_form td{
		width:100%;
		padding:15px 20px;
		display:table-cell;
		vertical-align: middle;
	}
	
	.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%;}
}


/*カスタム*/
.contact_jyoukyou{
	border-collapse: collapse;
	border-bottom: 1px solid #dadada;
	padding: 15px 0;
}
.contact_jyoukyou:last-child{
	border-bottom: none;
}
.contact_jyoukyou h4{
	font-weight: 700;
	margin-bottom: 5px;
}
@media print, screen and (min-width: 992px) {
	.contact_jyoukyou{
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.contact_jyoukyou h4{
		min-width: 120px;
		max-width: 120px;
	}
}


/* フォーム関係 */
.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: #172335;}
input[type="email"]{color: #172335;}

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: #172335; }

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


.privacy_waku{
	padding:30px 20px;
	font-size: 100%;
	/*background-color: #eceff8;*/
	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;
}
@media print, screen and (min-width: 768px) {
.privacy_scroll {max-height:400px;}
}


.btn-primary{
	border-radius:50px;
	font-size: 100%;
}
.btn-primary:hover{
	background-color: #172335;
	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;
}


/* footer
---------------------------------------------------- */
footer {
	font-size: 100%;
	line-height: 1.6em;
	background-color: #eceff8;
}
footer .in {padding: 50px 0;}


.foot_logo{
	max-width: 355px;
	width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
}
.foot_logo img{
	width: 70%;
	height: auto;
	margin: 0 auto;
}

footer .address{
	text-align: center;
}
footer .address .jyuusyo{
	font-size: 120%;
	display: block;
	line-height: 1.6em;
	margin-bottom: 10px;
}

footer a:link,
footer a:visited{
	color: #172335;
}

.foot_banner{
	max-width: 240px;
	margin: 0 auto 20px auto;
}

.foot_link{display: none;}
@media print, screen and (min-width: 768px) {
	footer .in {padding: 60px 0;}
	
	.foot_link{
		display: -webkit-flex;
		display: flex;
		margin-bottom: 30px;
	}
	.foot_link .box{margin-right: 25px;}
	.foot_link .box:last-child{margin-right: 0;}
	.foot_link .box h4{
		font-weight: 700;
		font-size: 130%;
		margin-bottom: 10px;
		color: #0d6fb8;
	}
	.foot_link .box li{
		list-style: none;
		margin-bottom: 3px;
		font-size: 90%;
	}
}
@media print, screen and (min-width: 992px) {
	.foot_logo{
		margin-left: 0;
	}
	.foot_logo img{
		height: auto;
		margin: 0;
	}
	footer .address {font-size: 120%; line-height: 1.6em; text-align: left;}
	.foot_link{
		margin-bottom: 0;
	}
	.foot_link .box{margin-right: 25px;}

	.foot_banner{
		max-width: 240px;
		margin: 40px 0 0 auto;
	}
	
}
@media print, screen and (min-width: 1200px) {
	.foot_logo img{
		width: 100%;
	}
	.foot_link .box li{
		font-size: 100%;
	}
	.foot_link .box{margin-right: 35px;}
	.foot_banner{
		margin: 30px 0 0 auto;
	}
}
@media print, screen and (min-width: 1600px) {
	footer .address {font-size: 130%;}
	.foot_link .box{margin-right: 50px;}
}





/*copy*/
.copy {
	text-align: center;
	font-size: 80%;
	line-height: 1.4em;
}
@media print, screen and (min-width: 992px) {
	.copy{ text-align: right; margin-top: 30px;}
}


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



/*下部に固定しているバナー*/
@media only screen and (max-width: 991px){
	#page-top{display: none;}
}
@media print, screen and (min-width: 992px){
	#page-top {
		position: fixed;
		right: 5px;
		bottom: 70px;
	}
	#page-top img{ width: 80px;}
}
@media print, screen and (min-width: 1200px){
	#page-top {
		right: 10px;
		bottom: 90px;
	}
	#page-top img{ width: 100px;}
}
@media print, screen and (min-width: 1600px){
	#page-top {
		right: 20px;
		bottom: 100px;
	}
	#page-top img{ width: 140px;}
}

/*20250404*/
.kakoi{
	background-color: #eceff8;
	padding: 30px;
	border-radius: 20px;
}
@media print, screen and (min-width: 992px){
	.kakoi{
		padding: 40px;
		border-radius: 30px;
	}
}
@media print, screen and (min-width: 1200px){
	.kakoi{
		padding: 60px;
		border-radius: 40px;
	}
}

/*20250919*/

@media print, screen and (min-width: 1200px){
	.fs90_xl{ font-size: 85%;}
}
@media print, screen and (min-width: 1800px){
	.fs90_xl{ font-size: 95%;}
	
	.small_xl li {font-size: 12px;}
}

