@charset "utf-8";
	/* CSS Document */

#top article {
    max-width: 100%;
    width: 100%;
}

.main {
	width: 100%;
	height: 470px;
	background: url(../img/mv.jpg) no-repeat center/cover;
	position: relative;
	margin-bottom: 100px;
}

.main::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}


.main .inner {
	max-width: 1150px;
	width: calc(100% - 30px);
	margin: 0 auto 0;
	position: absolute;
	left: 0;
	right: 0;
}

.main .inner .box01 {
	height: 100%;
	margin: 0;
	border-radius: 5px;
	background: rgba(255,255,255,0.8);
	padding: 45px 28px;
	box-sizing: border-box;
}

.main .inner .box02 {
	max-width: 600px;
	height: 100%;
	margin: 0;
	box-sizing: border-box;
}

.main .inner .box01 .btn{
    width: 100%;
    min-height: 75px;
}

.inner .box01 .btn a:not(a.more){
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	padding-left: 80px;
	line-height: 110%;
	color: #133c82;
	background-color: #fff;
	border: none;
}

.main .inner .box01 .btn a { padding: 20px 35px 20px 80px;}

.main .inner .box01 .btn02 a {
		line-height: 22px;
    padding-top: 17px;
}
.main .inner .box01 .btn02 a span{
	display: block;
	font-size: 15px;
}

.inner .box .btn a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	position: absolute;
	top: 50%;
	left: 28px;
	margin-top: -22px;
	width: 37px;
	height: 44px;
}

.main .inner .box .btn01 a::before { background: url(../img/common/icon_route.png) center no-repeat;}
.main .inner .box .btn02 a::before { background: url(../img/common/icon_price.png) center no-repeat;}

.inner .box01 .btn a::after{
		width: 19px;
		height: 19px;
		border-radius: 50%;
    background: url(../img/common/arrow_w.png) #133c82 center no-repeat;
	}

@media screen and (min-width: 1025px) {

	.main .inner {
		min-height: 250px;
		margin-top: -125px ;
		top: 50%;
	}

	.main .inner .box01 {
		float: left;
		max-width: 420px;
		width: 38.2%;
	}

	.main .inner .box02 {	float: right;	}
	.main .inner .box01 .btn01{ margin-bottom: 10px;}
	.bx-wrapper {
		float: right;
		padding: 0 3.2% 20px;
	}

}

@media screen and (max-width: 1024px) {

	.main .inner { top: 40px}

	.bx-wrapper {
		padding: 0 30px 20px;
		margin: 0 auto 20px;
	}

	.main .inner .box01 {
		overflow: hidden;
		padding: 20px 20px;
		margin-bottom: 20px;
	}

	.main .inner .box01 .btn { width: 48%;	}
	.main .inner .box01 .btn:first-child { margin-right: 2%;	}

}

@media screen and (max-width: 750px) {

	.main {
		height: 570px;
		margin-bottom: 50px;
	}

	.bx-wrapper {
		box-sizing: border-box;
		padding: 0 0 20px;
	}

	.main .inner .box01 {
		max-width: 540px;
    margin: 0 auto 30px;
	}

	.main .inner .box01 .btn {
		width: 100%;
		float: none;
	}

	.main .inner .box01 .btn:first-child { margin-bottom: 1%;	}

	#top .main .inner .box01 .btn { min-height: 60px;}
	#top .main .inner .box01 .btn a {
		font-size: 15px;
		padding-left: 70px;
		/* line-height: 60px; */
	}
	.main .inner .box01 .btn02 a {
    line-height: 20px;
    padding-top: 10px;
	}

	.inner .box01 .btn a::after {
    margin-top: -10px;
    background: url(../img/common/sp/arrow_w.png) center/7px #133c82 no-repeat;
	}

	.inner .box .btn a::before {
    left: 20px;
    width: 37px;
    height: 44px;
	}

}

@media screen and (max-width: 570px) {

	.main {
			height: 170px;
			padding-top: 72%;
	}

}

/* inner01 タブ要素 */
h2 {
	font-size: 30px;
	line-height: 140%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}

#top .line {
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	margin: 0 auto 40px;
}

#top .tab_area {
	max-width: 1200px;
	margin: 0 auto;
}

.content_area {
	width: 100%;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content_area .positionpdf{
	margin-top: 50px;
}
.content_area::before {
	content: "";
	width: 98%;
	height: 3px;
	position: absolute;
	left: 1%;
	top: 13px;
}
.area_k::before {	background-color: #fb7f09;}
.area_n::before {	background-color: #008b4f;}
.area_h::before {	background-color: #00a0e9;}

.tab_area li {
	border-top: none;
	border-bottom: none;
}

article .contents .inner01 .box02 {
	max-width: 1100px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

article .contents .inner .route {
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.route li {
	line-height: 31px;
	position: relative;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 14px;
	color: #797979;
}

.route li a{
	font-size: 25px;
	line-height: 31px;
	letter-spacing: 2px;
	text-decoration: none;
	padding-top: 40px;
}
.route li a b { font-weight: normal;}

.route li a:hover{ opacity: 1;}
.route li a:hover b { opacity: 0.7;}

.route li a::before {
    left: 0;
    top: 0;
    margin-top: 0;
}

.route li a span{
	font-size: 18px;
	letter-spacing: 1px;
}

/* 緊急事態宣言陽 */
.red_btn{
	display: block;
	text-align: center;
	margin: 0 auto 30px;
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
	padding: 20px;
	background: #ad2929;
	color: #fff;
	text-decoration: none;
	max-width: 550px;
	border-radius: 5px;
}
/* アンケート */
.blue_btn{
	display: block;
    text-align: center;
    margin: 0 auto 30px;
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    padding: 20px;
    background: #0074bf;
    color: #fff;
    text-decoration: none;
    max-width: 550px;
    border-radius: 5px;
}
@media screen and (max-width: 750px) {
/* アンケート */
.blue_btn{
    font-size: 24px;
    line-height: 32px;
    padding: 15px;
	width: 80%;
}

}
@media screen and (min-width: 1025px) {


}

@media screen and (max-width: 1024px) {




}

@media screen and (max-width: 750px) {

	h2 {
		font-size: 22px;
		margin-bottom: 25px;
	}

	.tab_area li {
    border: none;
    width: 100%;
	}

	.tab_area li:nth-child(2) {
		border-top: solid 1px #d2d2d2;
		border-bottom: solid 1px #d2d2d2;
	}

	article .contents .inner01 .box02 {
		overflow-x: scroll;
    white-space: nowrap;
	}
	.content_area { width: 800px;	}
	.area_k { width: 650px;	}
	.area_h { width: 100%;	}


	.route li a{
		font-size: 20px;
		line-height: 30px;
	}
	.route li a span { font-size: 16px; }

	.red_btn{
		font-size: 18px;
		line-height: 22px;
		max-width: 80%;
	}
}

/*---------------------------------------------------------------------
						inner02
----------------------------------------------------------------------*/

#top .contents .inner02 {
	background-color: #f4f9fb;
	padding: 80px 0;
	margin-bottom: 110px;
}

#top .contents .inner02 .box {
		max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

#top .contents .inner02 .in_box dt{
	font-size: 24px;
	letter-spacing: 2px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #133c82;
	font-weight: bold;
	margin-bottom: 35px;
	position: relative;
}

#top .contents .inner02 .in_box01 dt a{
	content: "";
	width: 29px;
	height: 23px;
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -12px;
	background: url(../img/icon_tw.jpg) center no-repeat;
}

#top .contents .inner02 .in_box dd ul{ margin-bottom: 40px;}

.inner02 .box01 .btn_w {
	float: none;
	border: solid #133c82 1px;
  max-width: 300px;
	width: 80%;
	display: table;
	margin: 0 auto;
}

.inner02 .box01 .btn_w a {
    font-size: 14px;
    font-weight: bold;
		text-align: center;
    padding-left: 0;
    color: #133c82;
    background-color: #fff;
    border: none;
}

.inner02 .box01 .btn_w a::after {
    width: 7px;
    height: 10px;
    background: url(../img/common/arrow_b.png) center no-repeat;
}

.inner02 .in_box02 .info {
	padding: 30px;
	background-color: #fff ;
	color: #0074bf;
	font-weight: bold;
	margin-bottom: 20px;
	display: flex;
    flex-direction: row-reverse;
    gap: 0 2%;
}

.inner02 .in_box02 .info .left{
	max-width: 400px;
	width: 80%;
}
.inner02 .in_box02 .info > img {
	max-width: 90px;
	width: 18%;
}
.inner02 .in_box02 p{
	text-align: center;
	font-size: 17px;
}
.inner02 .in_box02 span {
	width: 100%;
	text-align: center;
	background: #0074bf;
	color: #FFFFFF;
	display: inline-block;
	font-size: 17px;
	padding: 5px 0;
	margin-top: 10px;
}

.inner02 .in_box02 .tel{
	display: table;
	margin: 30px auto 0;
}

.inner02 .in_box02 .tel div{
	display: inline-block;
	text-align: left;
	color: #0074bf;
	font-size: 19px;
	margin-left: 10px;
}

.inner02 .in_box02 .tel div i{
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 5px;
	display: block;
}

.btn_lb { width: 100% }

.btn_lb a {
	font-size: 15px;
	font-weight: 500;
	padding: 25px 40px 25px 25px;
	border-radius: 10px;
	line-height: 25px;
	color: #fff;
	background-color: #0074bf;
	border: none;
}

.inner .box01 .btn_lb a::after {
    width: 7px;
    height: 10px;
		right: 3%;
    background: url(../img/common/arrow_w.png) center no-repeat;
}

@media screen and (min-width: 1025px) {

	#top .contents .inner02 .in_box {
			max-width: 580px;
			width: 48.4%;
			float: left;
	}
	#top .contents .inner02 .in_box01 { margin-right: 3.2%;}

}

@media screen and (max-width: 1024px) {

	#top .contents .inner02 .in_box01 { margin-bottom: 60px;}

	#top .contents .inner02 .in_box dd {
    overflow: hidden;
    max-width: 570px;
    display: block;
    margin: 0 auto;
	}

}

@media screen and (max-width: 750px) {

	#top .contents .inner02 .box { width: calc(100% - 30px); }

	#top .contents .inner02 {
		padding: 40px 0;
		margin-bottom: 60px;
	}

	#top .contents .inner02 .in_box01 { margin-bottom: 50px;}
	#top .contents .inner02 .in_box dt{
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		margin-bottom: 25px;
		position: relative;
	}

	#top .contents .inner02 .in_box dd ul{ margin-bottom: 30px;}
	.inner02 .box01 .btn_w a::after { margin-top: -5px;}

	.inner02 .in_box02 .info {
			padding: 15px;
			margin-bottom: 15px;
			text-align: center;
	}

	.inner02 .in_box02 .info > img { display: none;}
	.inner02 .in_box02 .info .left {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		float: none;
		margin-top: 20px;
	}

	.inner02 .in_box02 span { font-size: 14px;}
	.inner02 .in_box02 .tel{ margin: 15px auto 0;	}

	.inner02 .in_box02 .tel img {	max-width: 32px;}
	.inner02 .in_box02 .tel div{
		font-size: 16px;
		margin-left: 15px;
	}

	.inner02 .in_box02 .tel div i{
		font-size: 30px;
		line-height: 32px;
	}

	.btn_lb a {
    font-size: 13px;
    padding: 18px 30px 18px 15px;
    border-radius: 10px;
    line-height: 20px;
	}

}

/*---------------------------------------------------------------------
						inner03
----------------------------------------------------------------------*/

h3 {
    font-size: 17px;
    letter-spacing: 1px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
		border: solid 1px #133c82;
		color: #133c82;
		border-radius: 10px;
}

#top .contents .inner03 {
	max-width: 1200px;
	width: calc(100% - 40px);
	overflow: hidden;
	margin: 0 auto;
}

#top .contents .inner03 .box{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	gap: 20px 0;
	margin: 0 auto 30px;
}
#top .contents .inner03 .btn a{
		border-radius: 10px;
}
#top .contents .inner03 .btn_three a{
    border: solid 1px #133c82;
	height: 90px;
	line-height: 90px;
	padding-left: 30%;
	padding-right: 40px;
	background-color: #fff;
}
#top .contents .inner03 .box01 .btn_three{
    width: 32%;
	float: none;
}
#top .contents .inner03 .box02{
    gap: 10px 1%;    
}
#top .contents .inner03 .box02 li{
	float: none;
    width: 24%;
	margin: 0;
}
#top .contents .inner03 .box02 .btn a{
	font-size: 14px;
	text-align: left;
	height: 80px;
	line-height: 80px;
	padding-left: 26%;
}
body #top .contents .inner03 .box01 .btn05 a,
body #top .contents .inner03 .box01 .btn06 a{
	line-height: 24px;
	padding-top: 20px;
}
body #top .contents .inner03 .box02 .lines2 a{
    line-height: 20px;
    padding-top: 20px;
}

.inner03 .box .btn a::before {
    margin-right: 10px;
    left: 4%;
    margin-top: -36px;
    width: 71px;
    height: 71px;
}

.inner03 .box02 .btn a::before {
    margin-right: 10px;
    left: 10px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
}

.inner03 .box01 .btn01 a::before { background: url(../img/icon_bs01.jpg) center/100% no-repeat;}
.inner03 .box01 .btn02 a::before { background: url(../img/icon_bs02.jpg) center/100% no-repeat;}
.inner03 .box01 .btn03 a::before { background: url(../img/icon_bs03.jpg) center/100% no-repeat;}
.inner03 .box01 .btn04 a::before { background: url(../img/icon_bs04.jpg) center/100% no-repeat;}
.inner03 .box01 .btn05 a::before { background: url(../img/icon_bs05.jpg) center/100% no-repeat;}
.inner03 .box01 .btn06 a::before { background: url(../img/icon_bs06.jpg) center/100% no-repeat;}

.inner03 .box02 .btn01 a::before { background: url(../img/icon_if01.jpg) center/100% no-repeat;}
.inner03 .box02 .btn02 a::before { background: url(../img/icon_if02.jpg) center/100% no-repeat;}
.inner03 .box02 .btn03 a::before { background: url(../img/icon_if03.jpg) center/100% no-repeat;}
.inner03 .box02 .btn04 a::before { background: url(../img/icon_if04.jpg) center/100% no-repeat;}
.inner03 .box02 .btn05 a::before { background: url(../img/icon_if05.jpg) center/100% no-repeat;}
.inner03 .box02 .btn06 a::before { background: url(../img/icon_if06.jpg) center/100% no-repeat;}
.inner03 .box02 .btn07 a::before { background: url(../img/icon_if07.jpg) center/100% no-repeat;}
.inner03 .box02 .btn08 a::before { background: url(../img/icon_if08.jpg) center/100% no-repeat;}
.inner03 .box02 .btn09 a::before { background: url(../img/icon_if09.jpg) center/100% no-repeat;}

@media screen and (max-width: 1100px){
	#top .contents .inner03 .box01 .btn_three{width: 49%;}
	#top .contents .inner03 .box02 {justify-content: flex-start;}
	#top .contents .inner03 .box02 li{width: 32.66%;}
	
}

@media screen and (max-width: 750px) {

	#top .contents .inner03 { width: calc(100% - 30px); }
	#top .contents .inner03 .box {
		max-width: 450px;
		gap: 10px 0;
	}
	#top .contents .inner03 .box01 .btn, 
	#top .contents .inner03 .box02 .btn{ width: 100%;}

	#top .contents .inner03 .btn_three a,
	#top .contents .inner03 .box02 .btn a{
		font-size: 16px;
		height: 55px;
		line-height: 55px;
		border-radius: 7px;
		padding-left: 18%;
	}
	#top .contents .inner03 .btn_three a { padding-right: 33px;}

	#top .contents .inner03 .box02 .btn a { font-size: 13px;}

	body #top .contents .inner03 .box01 .btn05 a,
	body #top .contents .inner03 .box01 .btn06 a{
    line-height: 19px;
    padding-top: 8px;
	}
	body #top .contents .inner03 .box02 .lines2 a{
		line-height: 16px;
		padding-top: 10px;
	}
	.inner03 .box .btn a::before {
			margin-top: -18px;
			width: 36px;
			height: 36px;
	}

}

/* ------------ en ------------ */

#wrap .top_en .main .inner .box01 .btn02 a span { display: inline; }


#wrap .top_en .contents .inner03 .box02 .btn a {
    height: auto;
    line-height: 120%!important;
}
#wrap .top_en .contents .inner03 .btn_three a {
    min-height: 90px;
		height: auto;
    line-height: 120%;
    padding: 20px 45px 20px 28%;
		padding-top: 20px;
}

#wrap .top_en .contents .inner03 .box02 .btn a br{ display: none;	}

@media screen and (min-width: 751px) {

	#wrap .top_en .contents .inner03 .box02 .btn a {
		min-height: 80px;
		padding: 15px 23px 15px 60px;
	}

}

@media screen and (max-width: 750px) {

	#wrap .top_en .contents .inner03 .btn_three a {
    min-height: 60px;
    padding: 20px 35px 20px 20%;
		padding-top: 20px;
	}

	#top .top_en .contents .inner03 .box02 .btn a {
		height: auto;
		min-height: 80px;
		line-height: 120%;
		padding:20px 25px 20px 26%;
	}

	#wrap .top_en .contents .inner03 .box02 .btn a {
		min-height: 55px;
		padding: 18px 20px 18px 62px;
	}

	#top .top_en .contents .inner03 .box02 .btn a {
		min-height: 55px;
		padding-top: 18px;
		padding:18px 25px 18px 18%;
	}

}
