@charset "utf-8";
/* CSS Document */

main#firstview{
}

/*ファーストビュー*/
section#firstview img{
	width: 100%;
	height: auto;
}

section#firstview .links{
	width: 80%;
	height: 55px;
	margin: 20px auto;
}
section#firstview .links a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ff5200;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
	position: relative;
}
section#firstview .links a::before {
    content: '';
    display: block;
    background: url(../images/icon_arrow.png) 0 0 / contain no-repeat;
    width: 7px;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
}

/*-----------------------------------------------------------*/
/*コンテンツ共通*/

section h1.hd{
	display: flex;
	flex-direction: column;
	align-items: center;
}

section h1.hd .eng{
	font-size: 40px;
	background: linear-gradient(to right, #0062d1, #8cdeff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
section h1.hd .jpn{
	height: 30px;
	position: relative;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.075em;
	background: #0088D3;
	background: linear-gradient(90deg, rgba(0, 136, 211, 0) 0%, rgba(0, 136, 211, 1) 31%, rgba(0, 136, 211, 1) 64%, rgba(0, 136, 211, 0) 100%);
	padding: 0 57px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*-----------------------------------------------------------*/

section#a01{
	background-color: #e8f0fa;
}
section#a01 > .inner{
	width: 86.11%;
	margin: 0 auto;
	padding: 45px 0 135px;
}

section#a01 .columns{
	margin: 30px auto 0;
	display: flex;
	flex-direction: column;
	gap: 25px 0;
}
section#a01 .columns .column{
	display: flex;
	justify-content: flex-end;
	position: relative;
	padding-top: 26px;
}
section#a01 .columns .column > .label{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 40px;
	padding-left: 45px;
	display: flex;
	align-items: center;
	background: #0088D3;
	background: linear-gradient(0deg, rgba(0, 136, 211, 1) 0%, rgba(0, 64, 151, 1) 100%);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
section#a01 .columns .column > .label dl{
	display: flex;
	gap: 0 7px;
}
section#a01 .columns .column > .label dl dt{
	position: absolute;
	width: 19px;
	height: 36px;
	top: -8px;
	left: 17px;
}
section#a01 .columns .column > .label dl dd{
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.2em;
}

section#a01 .columns .column > .inn{
	width: 100%;
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	box-shadow: 2px 2px 0px 0px rgba(35,24,21,0.30);
	padding: 30px 20px;
}
section#a01 .columns .column > .inn > .txts{
}
section#a01 .columns .column > .inn > .txts h2.hd{
	font-size: 18px;
	color: #004097;
	letter-spacing: 0.025em;
}
section#a01 .columns .column > .inn > .txts > p{
	margin-top: 11px;
	text-align: justify;
	letter-spacing: 0.025em;
}
section#a01 .columns .column > .inn > .img{
	margin: 14px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 0 20px;
}
section#a01 .columns .column > .inn > .img > img{
	width: 40%;
}
section#a01 .columns .column > .inn > .img dl{
	width: 60%;
	color: #004097;
}
section#a01 .columns .column:last-of-type > .inn > .img dl{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: end;
}
section#a01 .columns .column > .inn > .img dl dt{
	font-size: 13px;
	line-height: 118%;
}
section#a01 .columns .column > .inn > .img dl dd{
	margin: 7px auto 0 5px;
	display: flex;
	align-items: end;
	gap: 0 14px;
}
section#a01 .columns .column:last-of-type > .inn > .img dl dd{
	margin: 7px 0 0;
}
section#a01 .columns .column > .inn > .img dl dd p:nth-of-type(1){
	font-size: 13px;
}
section#a01 .columns .column > .inn > .img dl dd p:nth-of-type(2){
	font-size: 17px;
	line-height: 120%;
}
section#a01 .columns .column > .inn > .img dl.noflex dd{
	flex-direction: column;
	align-items: baseline;
}
section#a01 .columns .column > .inn > .img dl.noflex dd p:nth-of-type(2){
	margin: 0 0 0 auto;
}

/*-----------------------------------------------------------*/

section#a02{
	background-color: #fffde5;
	position: relative;
}
section#a02::before{
	content: '';
	display: block;
	width: 100%;
	height: 42px;
	background-color: #fffde5;
	position: relative;
	-webkit-border-top-left-radius: 45px;
	-webkit-border-top-right-radius: 45px;
	-moz-border-radius-topleft: 45px;
	-moz-border-radius-topright: 45px;
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
	position: absolute;
	top: -42px;
}

section#a02 h1.hd{
	position: absolute;
	top: -67px;
	left: 0;
	right: 0;
	margin: auto;
}
section#a02 h1.hd .eng{
	background: linear-gradient(90deg, rgba(238, 124, 0, 1) 0%, rgba(247, 180, 0, 1) 61%, rgba(253, 209, 0, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
section#a02 h1.hd .jpn{
	background: #ec8200;
	background: linear-gradient(90deg, rgba(236, 130, 0, 0) 0%, rgba(236, 130, 0, 1) 31%, rgba(236, 130, 0, 1) 64%, rgba(236, 130, 0, 0) 100%);
}

section#a02 > .inner{
	padding: 45px 0 0;
}

section#a02 .column_flex{
	width: 100%;
	margin: 0 auto;
}
section#a02 .column_flex .img{
}
section#a02 .column_flex .txts{
	width: 86.11%;
	margin: 25px auto 0;
}
section#a02 .column_flex .txts h3.hd{
	font-size: 18px;
	color: #ec6c00;
	border-bottom: 1px solid #ec6c00;
	text-align: center;
}
section#a02 .column_flex .txts > p{
	margin-top: 20px;
	text-align: justify;
}

section#a02 .column_point{
	width: 86.11%;
	margin: 30px auto 0;
}
section#a02 .column_point > h3.hd{
	font-size: 18px;
	color: #ec6c00;
	border-bottom: 1px solid #ec6c00;
	text-align: center;
}
section#a02 .column_point .lists{
	margin: 20px auto 0;
	display: flex;
	flex-direction: column;
	gap: 11px 0;
}
section#a02 .column_point .lists > dl{
	width: 100%;
	height: 90px;
	border: 1px solid #f7b400;
	box-sizing: border-box;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #fff;
	display: flex;
	align-items: center;
    justify-content: space-around;
	padding: 0 20px;
}
section#a02 .column_point .lists > dl dt{
	width: 62.069%;
	font-size: 15px;
	font-weight: 500;
	line-height: 132%;
	text-align: center;
}
section#a02 .column_point .lists > dl dt > span{
	color: #ec6c00;
}
section#a02 .column_point .lists > dl dd{
	width: 25.517%;
}

section#a02 .column_target{
	width: calc( 86.11% - 30px );
	margin: 30px auto 0;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 23px 15px;
}
section#a02 .column_target h4.hd{
	font-size: 15px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #ec6c00;	
}
section#a02 .column_target .images{
	margin: 15px auto 0;
	position: relative;
}
section#a02 .column_target .images div img{
	width: 100%;
	height: auto;
}

section#a02 .column_tokuten{
	margin: 64px auto 0;
	border-top: 1px solid #e7380d;
	border-bottom: 1px solid #e7380d;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}
section#a02 .column_tokuten h3.hd{
	margin: -18px auto 0;
	background: #E7380D;
	background: linear-gradient(90deg, rgba(231, 56, 13, 1) 0%, rgba(247, 180, 0, 1) 100%);
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;	
	width: fit-content;
	height: 38px;
	padding: 0 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.5em;
	line-height: 100%;
}
section#a02 .column_tokuten .inn{
	padding: 45px 0 35px;
	width: 100%;
	margin: 0 auto;
}
section#a02 .column_tokuten .inn h4.hd{
	font-size: 18px;
	font-weight: 700;
	color: #e7380d;
	text-align: center;
}
section#a02 .column_tokuten .inn .txt{
	width: 86.11%;
	margin: 20px auto 0;
	text-align: justify;
}
section#a02 .column_tokuten .inn h5.hd{
	margin: 35px auto 0;
	font-size: 17px;
	font-weight: 600;
	color: #e7380d;
	text-align: center;
}
section#a02 .column_tokuten .inn .flow{
	margin: 20px auto 0;
	/**/
	width: 96.13vw;
	height: auto;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
}
section#a02 .column_tokuten .inn .flow img{
	width: 725px;
	height: auto;
	max-width: fit-content;
}

/*-----------------------------------------------------------*/
section#a03{
	margin: 0 auto 0;
	background-color: #e8f0fa;
	padding: 60px 0 0;
}

section#a03 .info_block{
	width: 86.11%;
	margin: 35px auto 0;
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}
section#a03 .info_block > dl{
	display: flex;
	align-items: center;
	gap: 0 10px;
}
section#a03 .info_block > dl > dt{
	width: 60px;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0088D3;
	background: linear-gradient(265deg, rgba(0, 136, 211, 1) 0%, rgba(0, 64, 151, 1) 100%);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
}
section#a03 .info_block > dl > dd{
	width: calc( 100% - 65px );
	height: 110px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px 0;
	padding: 0 15px;
}
section#a03 .info_block > dl:first-child > dd{
	line-height: 100%;
}
section#a03 .info_block > dl > dd .date{
	display: flex;
	align-items: baseline;
	font-weight: 600;
}
section#a03 .info_block > dl > dd .date > p:nth-child(1){
	letter-spacing: 0.045em;
}
section#a03 .info_block > dl > dd .date > p:nth-child(1) .large{
	font-size: 17px;
}
section#a03 .info_block > dl > dd .date > p:nth-child(1) .small{
	font-size: 12px;
}
section#a03 .info_block > dl > dd .date > p:nth-child(2){
	letter-spacing: 0.1em;
	display: flex;
	align-items: baseline;
}
section#a03 .info_block > dl > dd .date > p:nth-child(2) .large{
	font-size: 40px;
}
section#a03 .info_block > dl > dd .date > p:nth-child(2) .small{
	font-size: 22px;
}
section#a03 .info_block > dl > dd .date > p:nth-child(2) .youbi{
	padding-left: 7px;
	width: 28px;
}
section#a03 .info_block > dl > dd .time{
	font-weight: 600;
	display: flex;
	align-items: baseline;
}
section#a03 .info_block > dl > dd .time .large{
	font-size: 18px;
}
section#a03 .info_block > dl > dd .time .small{
	font-size: 10px;
}
section#a03 .info_block > dl > dd .place{
	font-weight: 600;
}
section#a03 .info_block > dl > dd .place .large{
	font-size: 17px;
}
section#a03 .info_block > dl > dd .place .small{
	font-size: 13px;
}

section#a03 .maps_block{
	margin: 18px auto 0;
}
section#a03 .maps_block iframe{
	width: 100%;
	height: 150px;
}

/*-----------------------------------------------------------*/
section#a04{
	margin: 0 auto 0;
	background-color: #e8f0fa;
	padding: 60px 0 0;
}
section#a04 > .inner{
	width: 86.11%;
	margin: 25px auto 0;
	background-color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
}

section#a04 > .inner > .txts > dl{
	padding: 30px 16px 0;
}
section#a04 > .inner > .txts > dl dt{
	padding-bottom: 25px;
	border-bottom: 1px solid #231815;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.025em;
	color: #005bab;
	text-align: center;
}
section#a04 > .inner > .txts > dl dt span{
	color: #ff4e00;
}
section#a04 > .inner > .txts > dl dd{
	padding-top: 25px;
}
section#a04 > .inner > .txts > dl dd ul li{
	position: relative;
	text-align: justify;
	padding-left: 13px;
}
section#a04 > .inner > .txts > dl dd ul li:not(:first-child){
	margin-top: 15px;
}
section#a04 > .inner > .txts > dl dd ul li::before{
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	background-color: #004097;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	position: absolute;
	top: 5px;
	left: 0;
}

section#a04 > .inner > .btns{
	width: 265px;
	height: 55px;
	padding: 18px 0 35px;
	margin: 0 auto;
}
section#a04 > .inner > .btns a{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #004097;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	font-size: 15px;
	color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.50);
	border: 1px solid #004097;
	box-sizing: border-box;
}
section#a04 > .inner > .btns a::before{
	content: '';
	display: block;
	background: url("../images/icon_arrow.png") 0 0 / contain no-repeat;
	width: 7px;
	height: 13px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
}

/*-----------------------------------------------------------*/
section#a05{
	margin: 0 auto 0;
	background-color: #e8f0fa;
	padding: 60px 0 60px;
}

section#a05 > .inner{
	width: 86.11%;
	margin: 20px auto 0;
	display: flex;
	flex-direction: column;
	gap: 25px 0;
}

section#a05 > .inner .column{
}
section#a05 > .inner .column h2.hd{
	height: 35px;
	background: #0088D3;
	background: linear-gradient(260deg, rgba(0, 136, 211, 1) 0%, rgba(0, 64, 151, 1) 100%);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
section#a05 > .inner .column .inn{
	margin: 10px auto 0;
	background-color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 20px 18px;
}

section#a05 > .inner .column.syusai dl dt{
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-align: center;
}
section#a05 > .inner .column.syusai dl dd{
	margin-top: 10px;
	font-size: 13px;
	letter-spacing: 0.025em;
	text-align: justify;
}

section#a05 > .inner .column.contact dl{
}
section#a05 > .inner .column.contact dl dt{
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: center;
}
section#a05 > .inner .column.contact dl dt span.large{
	font-size: 18px;
}
section#a05 > .inner .column.contact dl dt span.small{
}
section#a05 > .inner .column.contact dl dd{
	display: flex;
	align-items: baseline;
}
section#a05 > .inner .column.contact dl dd .label{
	width: 60px;
	font-size: 19px;
	font-weight: 500;
}
section#a05 > .inner .column.contact dl dd .txt{
	width: calc( 100% - 60px );
	font-size: 17px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	gap: 0 10px;
}
section#a05 > .inner .column.contact dl dd .txt a{
	color: #004097;
	font-size: 23px;
	font-weight: 600;
}

section#a05 > .inner .column.contact .subtxt{
	width: calc( 100% - 30px );
	margin: 20px auto 0;
	font-size: 13px;
	background-color: #fff154;
	padding: 15px;
}
section#a05 > .inner .column.contact .subtxt span{
	font-weight: 600;
	color: #f01815;
}


/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
