@charset "UTF-8";

/* :basic
-----------------------------------------------------------------------------*/
html
{
    height:100%;
}
body
{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	word-break: normal;
	word-wrap: break-word;
    height: 100%;
	background-color: #FFFFFF;
	color: #323232;
	font-size: 16px;
	line-height: 1.5;
}
img
{
	margin: 0;
	vertical-align: bottom;
}
.imgbox img
{
	max-width: 100%;
}

a:link {
	color: #36C;
	text-decoration: none;
}
a:visited {
	color: #36C;
	text-decoration: none;
}
a:hover {
	color: #47459A;
	text-decoration: underline;
}

#head {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.head_l
{
	position: relative;
	float: left;
}
.head_r
{
	position: relative;
	float: right;
}

#head .logo
{
	float: left;
	margin: 18px 10px 10px 18px;
}
#head .logo:hover
{
	opacity: 0.75;
}


.contact {
	margin: 10px 20px 15px 20px;
}
.contact a {
	display: block;
}
.contact a:hover {
	opacity: 0.8;
}

.snsbtn
{
	display: inline-block;
/*
	height: 20px;
*/
	min-height: 20px;
	overflow: hidden;
	margin: 5px;
	vertical-align: top;
}
.snsbtn_pc
{
	padding: 10px 5px 5px 10px;
}
.snsbtn_mb
{
	float: right;
	margin: 10px 5px 0  5px;
}
.snsbtn_mb a
{
	display: inline-block;
	margin: 0 5px 10px 0;
}

.pdf_dl {
	font-weight: normal;
	text-align: right;
	font-size: 10px;
	padding: 0 20px 10px 10px;
}

@media all and (min-width: 768px)
{
	#head
	{
		min-height: 102px;
	}
}



.wrapper
{
	max-width: 1000px;
	margin: 0 auto;
}
.main
{
	position: relative;

	color: #222222;
}

.main .logos
{
	position: relative;
	z-index: 999;
	font-size: 0;
	display: flex;
	justify-content: flex-start;
}
.main .logo
{
	display: inline-block;
	background-color: #FFFFFF;
	padding: 0 10px;
}

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

.page_top
{
	background-color: #BAE2F8;
}
.topimg_cloud
{
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 250px;
	background-image: url(../images/cloud.png);
	background-repeat: no-repeat;
	transform: translateX(-100%);
	animation: 8s linear infinite slidein;
}
.topimg_cloud1
{
	top: 0;
}
.topimg_cloud2
{
	top: 20%;
	animation: 8s linear 4s infinite slidein;
}
@keyframes slidein
{
	0% {
		transform: translateX(-100%);
		opacity: 0.1;
	}
	50% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(100%);
		opacity: 0.1;
	}
}
.title
{
	position: relative;
	z-index: 30;
	text-align: center;
}
.topimg
{
	position: relative;
	overflow: hidden;
}
.animebox_outer2
{
	position: relative;
	width: 100%;
	max-width: 840px;
}
.animebox_outer
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#animebox
{
	position: relative;
	z-index: 20;
	width: 100%;
	height: 0;
	padding-top: 77.38%;
	overflow: hidden;
}

@media all and (min-width: 1000px)
{
	.title
	{
		margin-right: -200px;
	}
	.topimg
	{
		height: 660px;
		display: flex;
		justify-content: center;
	}
}
@media all and (max-width: 999px)
{
	.title
	{
		width: 480px;
		margin: 0 auto -100px auto;
	}
	.topimg
	{
		height: 1180px;
	}
	.animebox_outer2
	{
		width: 100%;
		margin: 0 auto;
	}
}
@media all and (max-width: 767px)
{
	.title
	{
		width: 360px;
	}
	.topimg
	{
		height: 1020px;
	}
	.animebox_outer2
	{
		width: 120%;
		margin: 0 -10%;
	}
}
@media all and (max-width: 479px)
{
	.topimg
	{
		height: 720px;
	}
}

.pagehd
{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.25;
	padding: 10px;
	text-align: center;
	background-color: #E38C00;
	color: #FFFFFF;
}
.pagehd span
{
	color: #FFF100;
}
.pagebd
{
	position: relative;
	z-index: 10;
	padding: 1px 0;
}
.pagebg
{
	z-index: 10;
}
.pagebd .wrapper
{
	position: relative;
	z-index: 100;
}
@media all and (max-width: 767px)
{
	.pagehd
	{
		font-size: 20px;
	}
}

.page_1 .pagebd
{
	/*For Old WebKit*/
	background: -webkit-linear-gradient( top right, rgba(0,86,136,1) 0%, rgba(0,86,136,1) 50%, rgba(0,69,111,1) 50%, rgba(0,69,111,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom left, rgba(0,86,136,1) 0%, rgba(0,86,136,1) 50%, rgba(0,69,111,1) 50%, rgba(0,69,111,1) 100% );
}
.page_1 .pagebg
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-image: url(../images/cloud.png);
	background-repeat: no-repeat;
	background-position: top 20px right 25%;
}

.arrowtext
{
	display: flex;
	align-items: flex-end;
	margin: 50px 0;
}
.arrowtext_r
{
	justify-content: flex-start;
}
.arrowtext_l
{
	justify-content: flex-end;
}
.arrowtext_tip
{
	width: 100px;
	height: 100px;
}
.arrowtext_bar
{
	background-color: #000000;
	color: #FACA72;

	font-size: 40px;
	font-weight: bold;
	line-height: 1.25;
	padding: 10px 20px;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.arrowtext_bar span
{
	color: #FFFFFF;
}
.arrowtext_r .arrowtext_tip
{
	/*For Old WebKit*/
	background: -webkit-linear-gradient( top right, transparent 0%, transparent 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom left, transparent 0%, transparent 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100% );
}
.arrowtext_l .arrowtext_tip
{
	/*For Old WebKit*/
	background: -webkit-linear-gradient( top left, transparent 0%, transparent 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom right, transparent 0%, transparent 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100% );
}

@media all and (max-width: 999px)
{
	.arrowtext_bar
	{
		font-size: 24px;
	}
	.arrowtext_tip
	{
		width: 80px;
		height: 80px;
	}
}
@media all and (max-width: 639px)
{
	.arrowtext
	{
		margin: 30px 0;
	}
	.arrowtext_bar
	{
		font-size: 18px;
		max-width: 240px;
		max-height: 45px;
		overflow: visible;
		white-space: nowrap;
	}
	.arrowtext_tip
	{
		width: 90px;
		height: 90px;
	}
}


.contbox
{
	border: 2px solid #000000;
	border-radius: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 10px 15px;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
}
.conthd
{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	margin: 15px 0;
}
.contbd
{
	font-size: 18px;
	text-align: left;
	margin: 15px 0;
}

.page_1_cont
{
	margin: 50px auto;
}
.page_1_cont_grp 
{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 auto;
}
.page_1_cont_grp .contbox:nth-child(n+1)
{
	margin-top: 15px;
}
@media all and (min-width: 768px)
{
	.page_1_cont
	{
		display: flex;
		justify-content: space-between;
	}
	.page_1_cont_grp 
	{
		width: calc(50% - 20px);
	}
}
@media all and (max-width: 768px)
{
	.conthd
	{
		font-size: 20px;
	}
	.contbd
	{
		font-size: 14px;
	}
	.page_1_cont_grp 
	{
		width: 90%;
	}
}

.page_2 .pagebd
{
	/*For Old WebKit*/
	background: -webkit-linear-gradient( top left, rgba(193,201,206,1) 0%, rgba(193,201,206,1) 50%, rgba(181,189,194,1) 50%, rgba(181,189,194,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom right, rgba(193,201,206,1) 0%, rgba(193,201,206,1) 50%, rgba(181,189,194,1) 50%, rgba(181,189,194,1) 100% );
}

.pagebd_secthd
{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.25;
	padding: 10px;
	text-align: center;
	background-color: #FFF000;
	color: #005688;
	border: 6px solid #005688;
	margin: 50px 0 15px 0;
}
.pagebd_secthd_sub
{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	margin: 30px 0 15px 0;
}

.page_2 .wrapper
{
	width: 90%;
}

.page_2 .conthd
{
	color: #E38C00;
}
.page_2_cont_grp
{
	margin: 20px 0;
}
.page_2 li
{
	list-style: disc;
	margin-left: 25px;
}

@media all and (max-width: 768px)
{
	.pagebd_secthd 
	{
		font-size: 20px;
	}
}

@media all and (min-width: 768px)
{
	.page_2_cont_grp
	{
		display: flex;
		justify-content: space-between;
	}
	.page_2_cont_grp_2 .contbox
	{
		width: calc(50% - 10px);
	}
	.page_2_cont_grp_3 .contbox
	{
		width: calc(33.33% - 13.3px);
	}
	.page_2_cont_grp_3 .contbox_2col
	{
		width: calc(66.66% - 13.3px);
	}
	.page_2_cont_grp_3 .contbox_2col .contbox
	{
		width: calc(50% - 10px);
	}
}
@media all and (max-width: 768px)
{
	.page_2_cont_grp .contbox
	{
		margin: 15px auto;
	}
}

.contactnote
{
	font-size: 18px;
	font-weight: normal;
	border-top: 2px solid #FFFFFF;
	padding: 15px;
	margin-top: 15px;
	text-align: left;
}
@media all and (max-width: 768px)
{
	.contactnote
	{
		font-size: 14px;
	}
}










.btBlock {
	text-align:center;
	padding: 50px 0;
	clear:both;
}
.btBlock #btn_caution {
	font-size: 12px;
	line-height: 1.25;
	color: #666666;
	margin: 10px auto;
	max-width: 80%;
}
.btBlock .formBt {
	display: inline-block;
	font-weight: bold;
	border-radius: 8px;
	overflow: hidden;
	margin: 10px;

	background-color: #005688;
	color: #FFFFFF;
}
.btBlock .formBt:hover {
	opacity: 0.8;
	cursor: pointer;
}
.btBlock .formBt a {
	display: inline-block;
	padding: 20px 30px;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}

.company {
	margin: 0 auto;
	line-height: 1.5;
	max-width: 730px;
	padding: 0 10px;
}
.company h2 {
	padding: 8px 10px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
	color: #000;
	border: 1px solid #CCCCCC;
	border-radius: 4px;

	/*For Old WebKit*/
	background: -webkit-linear-gradient( top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100% );
}
.company h2 span {
	border-left: 4px solid #CC0000;
	padding: 4px 8px;
	display: inline-block;
	line-height: 1;
}
.company table {
	border-left: #CCC solid 1px;
	border-top: #CCC solid 1px;
	font-size: 12px;
}
.company th {
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	padding: 6px 10px;
	width: 20%;
	white-space: nowrap;
	background-color: #F3F4F1;
}
.company td {
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	padding: 6px 10px;
}


.nwlinks
{
	margin: 20px auto;
	text-align: center;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	padding: 5px 0;
}
.nwlinks ul
{
	text-align: center;
	font-size: 0;
}
.nwlinks li
{
	list-style: none;
	color: #999999;
	font-size: 14px;
	line-height: 1;
	margin: 0;
}
.nwlinks li a
{
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: #999999;
}
.nwlinks li a:hover
{
	color: #3366CC;
	text-decoration: underline;
}
@media all and (min-width: 768px)
{
	.nwlinks li
	{
		display: inline-block;
	}
	.nwlinks li:not(:last-of-type)::after
	{
	    content: "｜";
	    margin: 0 5px;
	}
}



#footer {
	text-align: center;
	padding: 40px 0 60px;
	font-size: 11px;
	color: #999;
}




.clear {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
}

@media all and (max-width: 1599px)
{
	.lgonly
	{
		display: none;
	}
}
@media all and (min-width: 1600px)
{
	.mdonly
	{
		display: none;
	}
}

@media all and (max-width: 767px)
{
	.lgonly,
	.mdonly,
	.pconly
	{
		display: none;
	}
}
@media all and (min-width: 768px)
{
	.mbonly
	{
		display: none;
	}
}


