@charset "utf-8";

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header:after,
section:after,
.contents:after,
dl:after,
.btn_top:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

.pc{display:block!important;}
.sp{display:none!important;}


/*Contents layout
----------------------------------------------------*/
section{
	position:relative;
	width:100%;
	display:block;
	clear:both;
}

.contents{
	position:relative;
	width:1000px;
	margin:0 auto;
	padding-bottom:80px;
}

.contents p{
	margin-bottom:20px;
}

.contents ul li{
	margin-bottom:10px;
}

img{
	width:100%;
	height:auto;
	display:block;
}

.contents img{
	width:70%;
	margin:0 auto;
}

.contents img.gensun{
	width:auto;
	margin:0 auto;
} 

.contents img.w100{
	width:100%;
	margin:0 auto;
}

.contents .box_left img,
.contents .box_right img,
.contents table img{
	width:100%;
	height:auto;
	display:block;
}

a:focus {
	outline: 3px #094FA4 dotted;
}


/*skip
----------------------------------------------------*/
.skip {
	position:relative;
	width:1px;
	color:#FFF;
	font-size:0.1%;
	line-height:0.1;
	background-color:#33A1DB;
	position:absolute;
	left:-3000px;
	z-index:9999;
}
a.skip {
	background-color:#33A1DB;
	text-align:center; /* 変更しない */
	padding:10px 0;
	top:auto; /* 変更しない */
	color:#FFF!important;
}
a.skip:active {
	display:block;
	width:99.99%; /* 変更しない */
	font-size:100%; /* 変更しない */
	line-height:1.6; /* 変更しない */
	top:0; /* 変更しない */
	left:0; /* 変更しない */
}
a.skip:focus {
	display:block;
	width:99.99%; /* 変更しない */
	font-size:100%; /* 変更しない */
	line-height:1.6; /* 変更しない */
	top:0; /* 変更しない */
	left:0; /* 変更しない */
}


/*header
----------------------------------------------------*/
header{
	position:fixed;
	top:0;
	width:100%;
	background:rgba(255,255,255,0.9);
	z-index:1;
}

header .box_left{
	float:left;
	width:163px;
}

header .box_right{
	float:right;
	width:calc(100% - 163px);
}

header .box_left a{
	/*height:115px;*/
	padding:40px 30px;
	display:block;
}

header .box_right .box_ttl{
	/*height:54px;*/
	padding:10px 20px;
	background:linear-gradient(to left, #33A1DB, #094FA4);
}

header .box_right .box_ttl h1,
header .box_right .box_ttl p{
	max-width:65%;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:1.4;
	display:inline-block;
}

header .box_right .box_ttl dl{
	float:right;
}

header .box_right .box_ttl dl dt{
	padding-right:5px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	display:inline-block;
}

header .box_right .box_ttl dl dd{
	display:inline-block;
}

header .box_right .box_ttl dl dd ul li{
	width:70px;
	display:inline-block;
}

header .box_right .box_ttl dl dd ul li a{
	background:rgba(255,255,255,0.8);
	text-align:center;
	font-weight:bold;
	color:#000;
	display:block;
}

header .box_right .box_ttl dl dd ul li:nth-of-type(1) a{
	background:rgba(255,255,255,1.0);
}

@media (max-width: 1100px) {
	
header .box_right .box_ttl h1,
header .box_right .box_ttl p{
	font-size:13px;
}

header .box_right .box_ttl dl dd ul li{
	width:44px;
}

header .box_right .box_ttl dl dt{
	font-size:13px;
}

header .box_right .box_ttl dl dd{
	font-size:13px;
}

}


/*top
----------------------------------------------------*/
.mv{
	height:600px;
	background:url(../img/mv_top.jpg) no-repeat center 52px / cover;
}

.mv h2{
	padding:300px 0 0 3%;
	text-shadow: #013677 1px 0 10px;
	font-size:40px;
	font-weight:bold;
	color:#FFF;
	line-height:1.4;
}

.sec_top01{
	padding:50px;
	background:url(../img/bg01.jpg) no-repeat right top / cover;
}

.sec_top01 .contents{
	padding-left:400px;
}

.sec_top01 .contents h2{
	margin-bottom:30px;
	padding:80px 0 20px 0;
	font-size:34px;
	font-weight:900;
	text-align:left;
	color:#013677;
	
}

.sec_top01 .contents h2 span{
	width:40px;
	height:4px;
	margin-top:20px!important;
	background:#013677;
	margin:0 auto 0 0;
	display:block;
}

.sec_top02{
	margin:100px auto;
	padding:0 50px;
	background:url(../img/bg03.jpg) no-repeat center center / cover;
}

.sec_top02 .contents{
	padding:0 0 0 540px;
}

.sec_top02 .contents h2{
	margin-bottom:30px;
	padding:0 0 20px 0;
	font-size:34px;
	font-weight:900;
	text-align:left;
	color:#013677;
	
}

.sec_top02 .contents h2 span{
	width:40px;
	height:4px;
	margin-top:20px!important;
	background:#013677;
	margin:0 auto 0 0;
	display:block;
}

.sec_top03{
	padding-bottom:140px;
	background:url(../img/bg02.jpg) no-repeat right center / cover;
}

.sec_top03 .contents h2{
	font-weight:900;
	color:#FFF;
	text-shadow:#013677 1px 0 10px;
}

.sec_top03 .contents h2 span{
	background:#FFF;
}

.sec_top03 .kakomi{
	font-size:20px;
}

.sec_top04{
	margin:100px auto;
	padding:0 50px;
	background:url(../img/bg06.jpg) no-repeat center center / cover;
}

.sec_top04 .contents{
	padding:0 540px 0 0;
}

.sec_top04 .contents h2{
	margin-bottom:30px;
	padding:0 0 20px 0;
	font-size:34px;
	font-weight:900;
	text-align:left;
	color:#013677;
	
}

.sec_top04 .contents h2 span{
	width:40px;
	height:4px;
	margin-top:20px!important;
	background:#013677;
	margin:0 auto 0 0;
	display:block;
}

.btn a{
	min-width:200px;
	padding:10px 20px;
	background:linear-gradient(to left, #33A1DB, #094FA4);
	font-weight:bold;
	color:#FFF;
	text-align:center;
	display:inline-block;
}

.btn a span{
	padding-right:15px;
	background:url(../img/icon_link_w.png) no-repeat right center / 8px auto;
	display:block;
}

.btn.center a{
	margin:0 auto;
}


/*common
----------------------------------------------------*/
.mv_business{
	height:490px;
	background:url(../img/mv_business.jpg) no-repeat left top / cover;
}

.mv_business h1{
	padding:280px 0 0 3%;
	text-shadow:#013677 1px 0 10px;
	font-size:40px;
	font-weight:bold;
	color:#FFF;
	line-height:1.4;
}

.path{
	padding:20px 3%;
	line-height:1.2;
}

.path ul li{
	display:inline-block;
}

.path ul li a{
	position:relative;
	padding-right:20px;
}

.path ul li a:after{
	position:absolute;
	top:0;
	right:3px;
	content:"/ ";
}


.bg_ttl{
	background:url(../img/bg_ttl.jpg) no-repeat center top / contain;
}

.bg_ttl h2{
	padding:50px 0;
	font-size:34px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
}

.bg_ttl_inner{
	padding-top:50px;
	background:url(../img/bg_ttl_contents.gif) repeat-y center top;
}

.contents h2{
	margin-bottom:30px;
	padding:80px 0 30px 0;
	font-size:34px;
	font-weight:bold;
	text-align:center;
	color:#013677;
	
}

.contents h2 span{
	width:40px;
	height:4px;
	margin-top:20px!important;
	background:#013677;
	margin:0 auto;
	display:block;
}

.contents h3{
	margin-bottom:30px;
	padding:50px 0 0 0;
	font-size:28px;
	font-weight:bold;
	color:#000;
	
}

.contents h4{
	margin-bottom:15px;
	padding:50px 0 10px 0;
	border-bottom:1px solid #BBB;
	font-size:22px;
	font-weight:bold;
	color:#000;	
}

.contents h5{
	padding:30px 0 10px 0;
	font-size:18px;
	font-weight:bold;
	color:#000;	
}


.contents .box_left{
	float:left;
	width:48%;
}

.contents .box_right{
	float:right;
	width:48%;
}

.contents .kakomi{
	margin:50px auto;
	padding:30px;
	border:2px solid #33A1DB;
	background:#FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}

.contents .kakomi h3,
.contents .kakomi h4,
.contents .kakomi h5{
	margin-top:0;
	padding-top:0;
}

.contents .kakomi h3{
	padding:0 20px;
	background:#013677;
	color:#FFF;
}

.contents .kakomi h3.normal{
	padding:0;
	background:none;
	color:#000;
}

.contents ul{
	padding:0 0 10px 20px;
	list-style:disc;
}

.contents ol{
	margin:0 0 30px 10px;
	padding:0;
	counter-reset:my-counter;
	list-style:none;
}

.contents ol li{
	position:relative;
	margin:0 0 10px 0;
	padding-left:1.4em;
}

.contents ol li:before{
	float:left;
	width: 1.6em;
	height: 1.6em;
	margin-left: -2.5em;
	margin-right:0.5em;
	margin-top:0.5em;
	border-radius: 50%;
	content:counter(my-counter);
	counter-increment:my-counter;
	background-color:#094FA4;
	color:#FFF;
	font-size:0.8em;
	line-height:1.6;
	text-align:center;
	vertical-align:middle;
	display:block;
}

.contents table{
	margin-bottom:30px;
}

.contents table th,
.contents table td{
	padding:5px 8px;
	border:1px solid #BBB;
	text-align:left;
	font-weight:normal;
}

.contents table th{
	background:#EFF6FF;
}

.contents table th.th_lv2{
	background:#F7F7F7;
}

.contents .link_pdf{
	padding-right:24px;
	background:url(../img/icon_pdf.png) no-repeat right center / 16px;
	text-decoration:underline;
}

.contents .box_tri dl{
	position:relative;
	float:left;
	width:31%;
	margin:0 3.5% 3.5% 0;
	border:1px solid #BBB;
}

.contents .box_tri dl:nth-of-type(3n){
	margin:0 0 3.5% 0;
}

.contents .box_tri dl dt{
	font-weight:bold;
}

.contents .box_tri dl dt em{
	width:100%;
	height:140px;
	border-bottom:1px solid #E0E0E0;
	overflow:hidden;
	display:block;
}

.contents .box_tri dl dt em img{
	width:100%;
	height:auto;
	transition-duration: 0.2s;
}

.contents .box_tri dl:hover dt em img{
	transform: scale(1.06);
}

.contents .box_tri dl dt span{
	padding:20px 20px 0 20px;
	text-decoration:underline;
	display:block;
}

.contents .box_tri dl:hover dt span{
	color:#094FA4;
}

.contents .box_tri dl dd{
	padding:20px 20px 0 20px;
}

.contents .box_tri dl dd a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

#sec02,
#sec03,
#sec04{
	margin-top:-80px!important;
	padding-top:160px!important;
}





/*counter
----------------------------------------------------*/
.block {
	margin-bottom: 40px;
	overflow: hidden;
	transition: height 500ms;
	border-bottom:1px dotted #333;
}

.block p {
	margin: 0;
}

.block p + p {
	margin-top: 1em;
}

.block__title {
	position: relative;
	padding: 0;
	line-height: 2rem;
	cursor: pointer;
	user-select: none;
}

.block__title:hover {
	opacity: .8;
}

.block__title h4 {
	position:relative;
	margin: 0;
	padding:15px 60px 35px 60px;
	border-bottom:0;
	font-size:20px;
	font-weight:normal;
	line-height:1.6;
}

.block__title h4:before {
	position:absolute;
	top:-10px;
	left:0;
	min-height:50px;
	content:"Q";
	font-family: "Lato","Noto Sans Japanese",-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI",YuGothic,"Yu Gothic","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-size:50px;
	color:#FB942E;
}

.block__title h4 a{
	color:#000;
}

.block__title::after {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	width: .75em;
	height: 70%;
	padding-right: 1rem;
	font-size: 1.17em;
}

.block.is-collapsed .block__title::after {
	content: '＋';
	font-size:26px;
}

.block.is-expanded .block__title::after {
	content: '―';
	font-size:26px;
}

.block__content {
	position:relative;
	padding:10px 0 30px 60px;
}

.block__content ul{
	padding-bottom:0;
}

.block__content ul:before {
	position:absolute;
	top:0;
	left:0;
	content:"A";
	font-family: "Lato","Noto Sans Japanese",-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI",YuGothic,"Yu Gothic","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-size:50px;
	color:#33A1DB;
	line-height:1.6;
}



/*sec_contact
----------------------------------------------------*/
.sec_contact{
	padding:50px 0;
	background:#F5F5F5;
}

.sec_contact .contents{
	padding:40px;
	background:#FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}

.sec_contact .contents .box_left{
	float:left;
	width:50%;
	padding:55px 0;
	text-align:center;
}

.sec_contact .contents .box_right{
	float:right;
	width:50%;
	padding:0 0 0 50px;
	border-left:1px solid #BBB;
	line-height:1.4;
}

.sec_contact .contents .box_left span{
	min-height:46px;
	padding:0 40px 0 0;
	font-size:34px;
	font-weight:bold;
	color:#013677;
	display:inline-block;
}

.sec_contact .contents .box_right p{
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
}

.sec_contact .contents .box_right p span{
	font-size:20px;
	display:block;
}

.sec_contact .contents .box_right p.icon_map{
	padding-left:36px;
	background:url(../img/icon_map.png) no-repeat left center / 18px auto;
	font-weight:normal;
}

.sec_contact .contents .box_right p.icon_phone{
	padding:5px 0 5px 36px;
	background:url(../img/icon_phone.png) no-repeat left center / 16px auto;
	font-weight:normal;
}


/*footer
----------------------------------------------------*/
footer{
	background:url(../img/bg04.jpg) no-repeat center top / 100% auto;
}

footer h2{
	padding:10px 3%;
	background:#094FA4;
	text-align:center;
	font-family: "Lato","Noto Sans Japanese",-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI",YuGothic,"Yu Gothic","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-size:30px;
	color:#FFF;
	line-height:1.0;
	letter-spacing:5px;
}

footer .box_link{
	padding:50px 3%;
	background:rgba(239,246,255,0.9);
	line-height:1.4;
}

footer .box_link ol{
	width:1000px;
	margin:0 auto;
	list-style:none;
}

footer .box_link ol li{
	float:left;
	width:25%;
	margin:0;
	text-align:center;
}

footer .box_link ol li a{
	padding:10px 0;
	border-right:1px solid #000;
	text-align:center;
	color:#000;
	display:block;
}

footer .box_link ol li:nth-of-type(1) a{
	border-left:1px solid #000;
}

footer .box_link ol li a.sub{
	background:url(../img/icon_link_nav.png) no-repeat center bottom / 10px;
}

footer .box_link ul li{
	float:none;
	width:100%;
	margin:0 0 10px 0;
}

footer .box_link ul li:nth-of-type(1){
	margin:0 0 10px 0;
}

footer .box_link ul li a{
	padding-left:18px;
	background:url(../img/icon_link.png) no-repeat left 16px / 6px auto;
	border:0;
	color:#000;
	text-align:left!important;
	display:block;
}

footer .box_link ul li:nth-of-type(1) a{
	border:0;
}

footer .box_link .block {
	border-bottom:0;
}

footer .block__title::after {
	display: none;
}

footer .block__content {
	position:relative;
	padding:10px 0 30px 0;
}

footer .block__content ul:before {
	display:none;
}

footer .box_about{
	padding:50px 3% 30px 3%;
	background:rgba(55,55,55,0.9);
	line-height:1.4;
	color:#FFF;
}

footer .box_about p{
	margin-bottom:20px;
	text-align:center;
	font-size:14px;
}

footer #footer_menu{
	margin-bottom:20px;
	text-align:center;
}

footer #footer_menu li {
  position: relative;
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
  font-size: 95%;
  margin-top: 10px;
}

footer #footer_menu li:first-child{
  padding-left: 8px;
}

footer #footer_menu li::after {
  position: absolute;
  display: inline-block;
  content: " ";
  width: 1px;
  height: 15px;
  margin: auto;
  top: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  right: -8px;
  line-height: 1.2;
}

footer #footer_menu li:first-child::before{
  position: absolute;
  display: inline-block;
  content: " ";
  width: 1px;
  height: 15px;
  margin: auto;
  top: 0;
  bottom: 0;
  border-left: 1px solid #fff;
  left: 0;
  line-height: 1.2;
}

footer #footer_menu li a{
	color:#FFF;
}


/*page top
--------------------------------------------*/
#page-top{
	position: fixed;
	right: 2%;
	z-index:999;
}

#page-top a{
	padding:15px 10px;
	background:linear-gradient(to left, #33A1DB, #094FA4);
	display:block;
}

#page-top a:hover{
	opacity:0.70;
	filter: alpha(opacity=70);
}

#page-top a img{
	width:40px;
	height:auto;
	display:block;
}