@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&display=swap');

body {
	min-width: 1355px;
	margin: 0;
	padding: 0;
	color: #231815;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.75;
	/* background: linear-gradient(to right, #027278 0%, #68ab93 50%, #68ab93 50%, #c7dbd1 100%); */
	background-image: url(../img/bg_gradation.jpg);
	background-attachment: fixed;
}

body.top{
	background-attachment: scroll;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #0055bd;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.opacity {
	transition: opacity .2s;
}

a.opacity:hover {
	opacity: 0.75;
}

a img.opacity {
	transition: .2s;
}

a img.opacity:hover {
	opacity: 0.75;
}


p {
	margin: 0 0 15px 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

ul {
	margin: 0;
	list-style: none;
}

em {
	font-style: normal;
}

.iblock {
	display: inline-block;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.alignjust {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.ml1em {
	margin-left: 1em;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}


.note {
	font-size: 0.8em;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs24 {
	font-size: 24px;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ef0000;
}

.blue {
	color: #1758e6;
}

.marker1 {
	padding: 0 3px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f9f924 60%);
}

.marker_green {
	padding: 0 3px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #4be746 60%);
}


.strike {
	text-decoration: line-through solid #ef0000;
}

.under {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

p.pagetop {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-indent: -9990px;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2;
	overflow: hidden;
	opacity: 0.8;
	cursor: pointer;
}

p.pagetop:hover {
	opacity: 1;
}


.btn1 {
	width: 300px;
	min-height: 56px;
	padding: 5px 20px;
	color: #ed6b04;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(180deg, #fff, #eaeaea);
	border: solid 2px #ed6b04;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

a.btn1:hover {
	background: linear-gradient(0deg, #fff, #eaeaea);
}

a.btn1::before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #ed6b04;
	border-right: solid 2px #ed6b04;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}

.btn1.pdf,
.btn1.ppt,
.btn1.word {
	padding-right: 35px;
}

.btn1.pdf::before {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: none;
	transform: rotate(0);
	position: absolute;
	top: calc(50% - 16px);
	right: 10px;
}

.btn1>span {
	padding: 0 0 2px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

.btn2 {
	width: 300px;
	min-height: 56px;
	margin: 0 auto;
	padding: 5px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-color: #ed6b04;
	border: solid 2px #ed6b04;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

a.btn2:hover {
	background-color: #f59346;
	border: solid 2px #f59346;
}

a.btn2::before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}


.btn1.ppt:before,
.btn2.ppt:after {
	content: none;
}

.btn1.ppt:after,
.btn2.ppt:after {
	content: "";
	width: 23px;
	height: 28px;
	background-image: url(../img/icon_ppt.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 11px);
	right: 12px;
}

.btn1.word:before,
.btn2.word:after {
	content: none;
}

.btn1.word:after,
.btn2.word:after {
	content: "";
	width: 23px;
	height: 28px;
	background-image: url(../img/icon_word.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 11px);
	right: 12px;
}

.pagetop {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-indent: -9990px;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2;
	overflow: hidden;
	opacity: 0.8;
	cursor: pointer;
}

.pagetop:hover {
	opacity: 1;
}


/* --------------- footer --------------- */

footer {
	margin: 0;
	padding: 0;
	background-color: #004660;
}

footer .col_footer {
	width: 855px;
	margin: 0px 104px 0 auto;
	padding: 10px 0 10px 0;
	;
	font-size: 12px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	justify-content: center;
}

footer.en .col_footer {
	padding: 19px 0 18px 0;
	font-size: 11px;
}

footer .col_footer dl {
	margin: 0;
	padding: 0 0 0 0;
	line-height: 1.32;
}

footer .col_footer dl:last-of-type {
	margin: 0 0 0 55px;
}

footer.en .col_footer dl:last-of-type {
	margin: 0 0 0 30px;
}

footer .col_footer dl dt {
	width: 80px;
	margin: 0 0 1px;
	padding: 4px 0 0;
	font-weight: 500;
	color: #ffffff;
}

footer.en .col_footer dl dt {
	width: 152px;
	padding-right: 14px;
}

footer .col_footer dl dt.last {
	width: 75px;
}

footer.en .col_footer dl dt.last {
	width: 163px;
}

footer .col_footer dl dd {
	margin: 0;
	padding: 4px 0 0 0;
	font-weight: 400;
	color: #ffffff;
}



footer .col_footer dl dd a {
	color: #ffffff;
	text-decoration: none;
}

footer .col_footer dl dd a:hover {
	text-decoration: underline;
}

.copy {
	margin: 0;
	padding: 7px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background-color: #231815;
}

@media screen and (min-width: 1356px) {
	footer .col_footer {
		margin: 0 auto;
	}
}


/* --------------- contents --------------- */


#contents {
	width: 1355px;
	margin: 0 auto;
	padding: 0;
	display: flex;
}

#rightcontents {
	width: calc(100% - 260px);
	margin: 0;
	padding: 0;

}

#rightcontents_sub {
	width: calc(100% - 260px);
	margin: 0;
	padding: 0;
}

.img_title {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}


.bg_content {
	min-height: 600px;
	margin: 0;
	padding: 66px 55px 60px 60px;
	background-color: #fff;
}

.mds1 {
	max-width: 924px;
	height: 44px;
	margin: 0 0 20px;
	padding: 6px 20px 0 20px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	background-color: #004660;
	box-sizing: border-box;
}

.mds2 {
	margin: 0 0 15px 0;
	padding: 0 0 8px 7px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: solid 2px #004660;
}


.mds3 {
	margin: 0 0 12px 0;
	padding: 4px 15px 4px 15px;
	color: #231815;
	font-size: 17px;
	line-height: 1.4;
	background-color: #efeeee;
	border-left: solid 6px #003f8e;
}

.col_content {
	width: 100%;
	padding: 0 10px 0;
}

.col_prepare {
	padding: 100px 0;
	text-align: center;
}


/* --------------- leftcontents --------------- */

a.btn_topsns {
	width: 80%;
	max-width: 250px;
	min-height: 56px;
	margin: 10px auto;
	padding: 5px 11px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.3;
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: right 10px center;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

/*
a.btn_topsns:hover {
	opacity: 0.8;
}
*/
a.btn_topsns.insta {
	max-width: 120px;
	margin: 0 auto 12px;
	padding: 5px 0;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	display: block;
}

.col_navi a.btn_topsns.insta {
	margin: 5px auto 0;
}

a.btn_topsns.insta img {
	width: 100%;
}

a.btn_topsns.insta:hover img {
	opacity: 0.8;
}


a.btn_topsns .icon {
	width: 31px;
	margin: 0 9px 0 0;
	padding: 0;
}

a.btn_topsns .icon img {
	width: 100%;
}

#leftcontents {
	width: 260px;
	margin: 0 53px 0 0;
	padding: 20px 0 0;
}

#navi {
	width: 260px;
	margin: 0 0 40px 0;
	padding: 0 0 0;
}

#navi li {
	margin: 0 0 2px;
	padding: 0;
	position: relative;
	z-index: 0;
	background-color: #fff;
}



#navi li:last-of-type::after {
	content: none;
}

#navi li.active,
#navi li:hover {
	background-color: #004660;
}

#navi li a {
	width: 100%;
	min-height: 42px;
	padding: 8px 10px 9px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	color: #231815;
	text-align: center;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

#navi li.active a,
#navi li:hover a {
	color: #fff;
}

#navi li a.pdf::after {
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	top: calc(50% - 15px);
	right: 6px;
}


#navi li.movie {
	background-color: #ffebdc;
}

#navi li.movie:hover,
#navi li.movie.active {
	background-color: #ed6b04;
}

#navi li.movie a {
	font-weight: 500;
	color: #ed6b04;
}

#navi li.movie:hover a,
#navi li.movie.active a {
	color: #fff;
}

#navi li.movie a:before {
	content: "";
	width: 23px;
	height: 23px;
	background-image: url(../img/icon_movie.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 11px);
	right: 15px;
	z-index: 1;
}



#navi li a span.label_led {
	margin: 0 0 0 10px;
	padding: 1px 7px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	background-color: #df0000;
	border-radius: 3px;
	display: inline-block;
}


ul.list_bnr {
	width: 250px;
	margin: 0 auto 30px;
	padding: 0;
}

ul.list_bnr li {
	margin: 0 auto 15px;
	padding: 0;
	text-align: center;
}

ul.list_bnr li a {
	vertical-align: bottom;
	display: inline-block;
	background-color: #fff;
}

ul.list_bnr li.w250 a {
	width: 250px;
}


ul.list_bnr li a img {
	width: 100%;
	vertical-align: bottom;
	transition: opacity .2s;
}

ul.list_bnr li a img:hover {
	opacity: 0.8;
}


/* --------------- top --------------- */

.top_header {
	height: 118px;
	background-color: #007370;
}

.top_header .logo {
	width: 1145px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: flex;
	align-items: center;
	height: 118px;
}

.header{
	    height: 143px;
    padding: 38px 0 0;
}

.col_topmain {
	width: 100%;
	height: 1474px;
	max-height: 1474px;
	margin: 0;
	padding: 0 0 0;
	box-sizing: border-box;
	position: relative;
	background-image: url(../img/bg_main.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

#rightcontents_sub .col_topmain {
	position: relative;
	width: 100%;
	height: auto;
	/* ← 固定高さをやめる */
	max-height: 100%;
	overflow: hidden;
}

#rightcontents_sub .col_topmain::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1474px;
	/* ← 背景だけ1474px */
	background-image: url(../img/bg_main.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	/* 縦1474pxに固定 */
	z-index: -1;
	background-attachment: fixed;
}

.en .col_topmain {
	width: 100%;
	height: 645px;
	margin: 0;
	padding: 152px 0 0;
	box-sizing: border-box;
	position: relative;
}

.top_thema {
	width: 79px;
	margin: 0;
	padding: 0 0 91px 0;
	margin: 0;
	position: absolute;
	top: 40px;
	right: 28px;
	text-align: right;
}

.pc_none {
	display: none;
}

.en .top_thema {
	max-width: 494px;
	width: 50vw;
	margin: 0 0 0 auto;
	padding: 0px 0 84px 0;
}

.top_info1 {
width: 157px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    left: 23px;
}

.en .top_info1 {
	max-width: 846px;
	width: 70vw;
	margin: 0;
	padding: 0 0 0 30px;
}

.top_info2 {
	width: 957px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 60px;
	left: 38px;

}

.box_attention {
	padding: 15px;
	border: 2px solid #004fb3;
	background-color: #fff;
	max-width: 903px;
	width: 95%;
	margin: 0 auto 20px;
}


.wrap_topnews {
	width: 100%;
	max-width: 1042px;
	max-height: 142px;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
}

.box_topnews {
	width: 100%;
	margin: 0;
	padding: 30px 10px 45px 0;
	display: flex;
}

.mds_topnews {
	width: 160px;
	margin: 0;
	padding: 7px 0 0 0;
	color: #231815;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	justify-content: center;
}

.col_topnews {
	width: calc(100% - 180px);
	max-height: 125px;
	margin: 5px 0 0 0;
	padding: 0 20px 0 0;
	overflow: auto;
}

.col_topnews dl:first-of-type {
	border-top: dotted 1px #231815;
}

.col_topnews dl {
	width: 100%;
	margin: 0;
	padding: 3px 0 4px;
	color: #231815;
	font-size: 15px;
	border-bottom: dotted 1px #231815;
	display: flex;
}

.col_topnews dl dt {
	width: 200px;
	margin: 0;
	padding: 2px 75px 0 15px;
	box-sizing: border-box;
	font-size: 15px;
	flex-shrink: 0;
	position: relative;
	z-index: 0;
}

.col_topnews dl.new dt:before {
	content: "NEW";
	padding: 3px 5px 3px;
	line-height: 1;
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	background-color: #e60012;
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 50px;
}

.col_topnews dl dd {
	width: calc(100% - 200px);
	margin: 0;
	padding: 2px 10px 0 0;
	box-sizing: border-box;
	font-size: 15px;
	display: table-cell;
	vertical-align: top;
}


/* --------------- greeting --------------- */

.col_greeting {
	width: 100%;
	margin: 0 0 25px;
	padding: 5px 10px 15px;
	border-bottom: 1px solid #004660;
}

.col_greeting span.big {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}

.txt_greeting {
	margin: 0;
	padding: 0;
	text-align: justify;
}


/* --------------- sponsor --------------- */

.btn1.sponsor1 {
	width: 95%;
	max-width: 380px;
	margin: 0 auto 30px;
}

ul.list_sponsor1 {
	margin: 0 0 15px;
	padding: 0;
}

ul.list_sponsor1 li {
	margin: 0 0 6px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.5;
}

ul.list_sponsor1 li *:not(.indent1) {
	text-indent: 0;
}

.cont_flow_sponsor {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	display: flex;
}

.cont_flow_sponsor dl {
	width: calc((100% - 48px)/3);
	margin: 0 24px 0 0;
	padding: 0;
	border: solid 1px #004660;
	position: relative;
	z-index: 0;
}

.cont_flow_sponsor dl:last-of-type {
	width: 300px;
}

.cont_flow_sponsor dl:last-child {
	margin-right: 0;
}

.cont_flow_sponsor dl::before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 10px #004660;
	border-top: solid 8px rgba(255, 255, 255, 0);
	border-bottom: solid 8px rgba(255, 255, 255, 0);
	position: absolute;
	top: calc(50% - 8px);
	right: -18px;
}

.cont_flow_sponsor dl:last-child::before {
	content: none;
}

.cont_flow_sponsor dl dt {
	margin: 0;
	padding: 6px 12px;
	color: #fff;
	font-weight: 500;
	background-color: #004660;
}

.cont_flow_sponsor dl dd {
	margin: 0;
	padding: 8px 12px;
}

dl.list_faq_sponsor {
	width: 100%;
	margin: 0 0 15px;
	padding: 5px 0 20px;
	border-bottom: dashed 1px #ddd;
}

dl.list_faq_sponsor dt {
	width: 100%;
	margin: 0 0 6px;
	padding: 0;
	color: #008dd6;
	font-weight: 600;
	display: flex;
}

dl.list_faq_sponsor dd {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

dl.list_faq_sponsor .icon {
	width: 30px;
	margin: 0;
	padding: 0;
}

dl.list_faq_sponsor dd .icon {
	color: #eb4baa;
	font-weight: 600;
	text-align: center;
}

dl.list_faq_sponsor .txt {
	width: calc(100% - 30px);
	margin: 0;
	padding: 0;
}

/* --------------- offering --------------- */

ul.list_offering1 {
	margin: 0;
	padding: 0;
}

ul.list_offering1 li {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

ul.list_offering1 li *:not(.indent1) {
	text-indent: 0;
}

.col_content.offering {
	padding-top: 20px;
}

.col_content.offering .btn1,
.col_content.offering .btn2 {
	
	margin: 0 auto 20px;
}

