@charset "utf-8";
/* CSS Document */

main#firstview{
	/*background-color: #e8f0fa;*/
}

/*ファーストビュー*/

section#firstview{
	position: relative;
}

section#firstview img{
	width: 100%;
	height: auto;
}

/*
section#firstview .links{
	width: 18.24rem;/*270
	height: 5.41rem;/*80
	position: absolute;
	bottom: 5.07rem;/*75
	right: 5%;
}
section#firstview .links a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ff5200;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 1.35rem;/*20
	color: #fff;
	position: relative;
}
section#firstview .links a::before {
    content: '';
    display: block;
    background: url(../images/icon_arrow.png) 0 0 / contain no-repeat;
    width: 0.68rem;/*10
    height: 1.28rem;/*19
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1.01rem;/*15
}
*/

/*-----------------------------------------------------------*/
/*コンテンツ共通*/

section h1.hd{
	display: flex;
	flex-direction: column;
	align-items: center;
}

section h1.hd .eng{
	font-size: 70px;
	background: linear-gradient(to right, #0062d1, #8cdeff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
section h1.hd .jpn{
	height: 50px;
	position: relative;
	font-size: 25px;
	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 104px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*-----------------------------------------------------------*/

section#a01{
	background-color: #e8f0fa;
}
section#a01 > .inner{
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
	padding: 140px 0 205px;
}

section#a01 .columns{
	margin: 40px auto 0;
	display: flex;
	flex-direction: column;
	gap: 60px 0;
	position: relative;
}
section#a01 .columns::before{
	content: '';
	display: block;
	width: 1px;
	height: calc( 100% - 20% );
	border-left: 3px dotted #0e8ecf;
	position: absolute;
	top: 0;
	left: 50px;
}

section#a01 .columns .column{
	display: flex;
	justify-content: flex-end;
	position: relative;
	padding-top: 40px;
}
section#a01 .columns .column > .label{
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 65px;
	padding-left: 90px;
	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: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
section#a01 .columns .column > .label dl{
	display: flex;
	gap: 0 25px;
}
section#a01 .columns .column > .label dl dt{
	position: absolute;
	top: -18px;
	left: 35px;
}
section#a01 .columns .column > .label dl dd{
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.2em;
}

section#a01 .columns .column > .inn{
	width: 930px;
	background-color: #fff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;	
	box-shadow: 4px 4px 0px 0px rgba(35,24,21,0.30);
	padding: 60px 50px 50px;
	display: flex;
	justify-content: space-between;
}
section#a01 .columns .column > .inn > .txts{
	width: 56.6%;
}
section#a01 .columns .column > .inn > .txts h2.hd{
	font-size: 28px;
	color: #004097;
	letter-spacing: 0.025em;
}
section#a01 .columns .column > .inn > .txts > p{
	margin-top: 20px;
	font-size: 18px;
	text-align: justify;
	letter-spacing: 0.025em;
}
section#a01 .columns .column > .inn > .img{
	width: 38.9%;
	display: flex;
	justify-content: flex-end;
	align-items: end;
	gap: 0 24px;
}
section#a01 .columns .column > .inn > .img dl{
	min-width: 170px;
	color: #004097;
}
section#a01 .columns .column > .inn > .img dl dt{
	font-size: 17px;
	line-height: 118%;
}
section#a01 .columns .column > .inn > .img dl dd{
	margin: 7px auto 0 20px;
	display: flex;
	align-items: end;
	gap: 0 16px;
}
section#a01 .columns .column > .inn > .img dl dd p:nth-of-type(1){
	font-size: 15px;
}
section#a01 .columns .column > .inn > .img dl dd p:nth-of-type(2){
	font-size: 22px;
	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: 70px;
	background-color: #fffde5;
	position: relative;
	-webkit-border-top-left-radius: 90px;
	-webkit-border-top-right-radius: 90px;
	-moz-border-radius-topleft: 90px;
	-moz-border-radius-topright: 90px;
	border-top-left-radius: 90px;
	border-top-right-radius: 90px;
	position: absolute;
	top: -70px;
}

section#a02 h1.hd{
	position: absolute;
	top: -120px;/*70*/
	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: 100px 0 0;
}

section#a02 .column_flex{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
}
section#a02 .column_flex .img{
	width: 50%;
}
section#a02 .column_flex .txts{
	width: 50%;
	padding: 0 0 0 20px;
}
section#a02 .column_flex .txts h3.hd{
	width: calc( 100% - 10px );
	font-size: 25px;
	color: #ec6c00;
	border-bottom: 2px solid #ec6c00;
	padding: 0 5px;
}
section#a02 .column_flex .txts > p{
	margin-top: 40px;
	font-size: 18px;
	line-height: 178%;
	letter-spacing: 0.032em;
	text-align: justify;
}

section#a02 .column_point{
	max-width: 1200px;
	width: 100%;
	margin: 75px auto 0;
}
section#a02 .column_point > h3.hd{
	width: calc( 100% - 10px );
	font-size: 25px;
	color: #ec6c00;
	border-bottom: 2px solid #ec6c00;
	padding: 0 5px;
	text-align: center;
}
section#a02 .column_point .lists{
	margin: 30px auto 0;
	display: flex;
	gap: 0 24px;
}
section#a02 .column_point .lists > dl{
	width: calc( 100% / 4 - 12px );
	height: 280px;
	border: 2px solid #f7b400;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px 0;
	padding-top: 50px;
}
section#a02 .column_point .lists > dl dt{
	font-size: 22px;
	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:first-of-type, section#a02 .column_point .lists > dl:last-of-type{
	margin-top: 90px;
}

section#a02 .column_target{
	max-width: calc( 1000px - 120px );
	width: 100%;
	margin: 65px auto 0;
	background-color: #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 45px 60px;
}
section#a02 .column_target h4.hd{
	font-size: 25px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #ec6c00;	
}
section#a02 .column_target .images{
	margin: 40px auto 0;
	position: relative;
}
section#a02 .column_target .images div img{
	width: 100%;
	height: auto;
}

section#a02 .column_tokuten{
	margin: 130px auto 0;
	border-top: 2px solid #e7380d;
	border-bottom: 2px solid #e7380d;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}
section#a02 .column_tokuten h3.hd{
	margin: -33px auto 0;
	background: #E7380D;
	background: linear-gradient(90deg, rgba(231, 56, 13, 1) 0%, rgba(247, 180, 0, 1) 100%);
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;	
	width: fit-content;
	height: 65px;
	padding: 0 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 33px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.5em;
	line-height: 100%;
}
section#a02 .column_tokuten .inn{
	padding: 40px 0 50px;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
section#a02 .column_tokuten .inn h4.hd{
	font-size: 28px;
	font-weight: 700;
	color: #e7380d;
	letter-spacing: 0.25em;
	text-align: center;
}
section#a02 .column_tokuten .inn .txt{
	margin: 15px auto 0;
	font-size: 18px;
	text-align: justify;
}
section#a02 .column_tokuten .inn h5.hd{
	margin: 60px auto 0;
	font-size: 25px;
	font-weight: 600;
	color: #e7380d;
	text-align: center;
}
section#a02 .column_tokuten .inn .flow{
	margin: 20px auto 0;
}

/*-----------------------------------------------------------*/
section#a03{
	margin: 0 auto 0;
	background-color: #e8f0fa;
	padding: 100px 0 0;
}

section#a03 .info_block{
	width: 1000px;
	margin: 60px auto 0;
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}
section#a03 .info_block > dl{
	display: flex;
	align-items: center;
	gap: 0 16px;
}
section#a03 .info_block > dl > dt{
	width: 150px;
	height: 140px;
	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: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
}
section#a03 .info_block > dl > dd{
	width: calc( 100% - 158px );
	display: flex;
	align-items: center;
	gap: 0 40px;
	width: calc( 100% - 80px );
	height: 140px;
	padding: 0 40px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
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: 34px;
}
section#a03 .info_block > dl > dd .date > p:nth-child(1) .small{
	font-size: 25px;
}
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: 80px;
}
section#a03 .info_block > dl > dd .date > p:nth-child(2) .small{
	font-size: 43px;
}
section#a03 .info_block > dl > dd .date > p:nth-child(2) .youbi{
	padding-left: 14px;
}
section#a03 .info_block > dl > dd .time{
	font-weight: 600;
}
section#a03 .info_block > dl > dd .time .large{
	font-size: 38px;
}
section#a03 .info_block > dl > dd .time .small{
	font-size: 20px;
}
section#a03 .info_block > dl > dd .place{
	font-weight: 600;
}
section#a03 .info_block > dl > dd .place .large{
	font-size: 30px;
}
section#a03 .info_block > dl > dd .place .small{
	font-size: 20px;
}

section#a03 .maps_block{
	margin: 50px auto 0;
}
section#a03 .maps_block iframe{
	width: 100%;
	height: 380px;
}

/*-----------------------------------------------------------*/
section#a04{
	margin: 0 auto 0;
	background-color: #e8f0fa;
	padding: 105px 0 0;
}
section#a04 > .inner{
	max-width: 1000px;
	width: 100%;
	margin: 53px auto 0;
	background-color: #fff;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;	
}

section#a04 > .inner > .txts > dl{
	padding: 55px 75px 0;
}
section#a04 > .inner > .txts > dl dt{
	padding-bottom: 30px;
	border-bottom: 1px solid #231815;
	font-size: 23px;
	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: 30px;
}
section#a04 > .inner > .txts > dl dd ul{
	
}
section#a04 > .inner > .txts > dl dd ul li{
	position: relative;
	font-size: 18px;
	text-align: justify;
	padding-left: 25px;
}
section#a04 > .inner > .txts > dl dd ul li:not(:first-child){
	margin-top: 10px;
}
section#a04 > .inner > .txts > dl dd ul li::before{
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	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: 520px;
	height: 90px;
	padding: 40px 0 65px;
	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: 22px;
	color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.50);
	border: 2px 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: 17px;
	height: 26px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 30px;
}
section#a04 > .inner > .btns a:hover{
	opacity: 1.0;
	background-color: #fff;
	color: #004097;
}
section#a04 > .inner > .btns a:hover::before{
	background: url("../images/icon_arrow2.png") 0 0 / contain no-repeat;
}

/*-----------------------------------------------------------*/
section#a05{
	margin: 0 auto 0;
	background-color: #e8f0fa;
	padding: 190px 0 185px;
}

section#a05 > .inner{
	max-width: 1000px;
	width: 100%;
	margin: 65px auto 0;
	display: flex;
	flex-direction: column;
	gap: 74px 0;
}

section#a05 > .inner .column{
}
section#a05 > .inner .column h2.hd{
	height: 55px;
	background: #0088D3;
	background: linear-gradient(260deg, rgba(0, 136, 211, 1) 0%, rgba(0, 64, 151, 1) 100%);	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
section#a05 > .inner .column .inn{
	margin: 20px auto 0;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 45px 0;
}

section#a05 > .inner .column.syusai dl dt{
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-align: center;
}
section#a05 > .inner .column.syusai dl dd{
	margin-top: 15px;
	font-size: 17px;
	letter-spacing: 0.025em;
	text-align: center;
}

section#a05 > .inner .column.contact dl{
	max-width: 515px;
	width: 100%;
	margin: 0 auto;
}
section#a05 > .inner .column.contact dl dt{
	margin-bottom: 25px;
	font-weight: 500;
	text-align: center;
}
section#a05 > .inner .column.contact dl dt span.large{
	font-size: 28px;
}
section#a05 > .inner .column.contact dl dt span.small{
	font-size: 23px;
}
section#a05 > .inner .column.contact dl dd{
	display: flex;
	align-items: baseline;
}
section#a05 > .inner .column.contact dl dd .label{
	width: 75px;
	font-size: 25px;
	font-weight: 500;
}
section#a05 > .inner .column.contact dl dd .txt{
	width: calc( 100% - 80px );
	font-size: 25px;
	font-weight: 500;
	display: flex;
	align-items: anchor-center;
	gap: 0 10px;
}
section#a05 > .inner .column.contact dl dd .txt a{
	color: #004097;
	font-size: 36px;
	font-weight: 600;
	pointer-events: none;
}

section#a05 > .inner .column.contact .subtxt{
	width: 88%;
	height: 45px;
	background-color: #fff154;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto 0;
	font-size: 16px;
}
section#a05 > .inner .column.contact .subtxt span{
	font-weight: 600;
	color: #f01815;
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
