@charset "UTF-8";
@import url('https://use.fontawesome.com/releases/v5.11.2/css/all.css');

/**
 * 1.0 - Normalize
 * 2.0 - Common
 * 3.0 - Header
 * 4.0 - Contents
 * 5.0 - Navi
 * 6.0 - Main
 * 7.0 - Footer
 * 8.0 - Single Page
 * 9.0 - Option
 */

/*----------------------------------------------------
	1.0 - Normalize
----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
    border:0; 
    font-family:inherit; 
    font-style:inherit; 
    font-weight:inherit; 
    margin:0; 
    outline:0; 
    padding:0; 
    vertical-align:baseline;
}
:focus {
    outline:0;
}
ol, ul {
    list-style:none;
}
table {
    border-collapse:collapse; 
    border-spacing:0;
}
caption, th, td {
    font-weight:normal; 
    text-align:left;
}
blockquote:before, blockquote:after,q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img{
    border: 0;
}
figure{
    margin:0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display:block;
}
/*Border*/
*, *:before, *:after{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}

/*----------------------------------------------------
	2.0 - Common
----------------------------------------------------*/
html {
	font-size: 62.5%; /* base-font-size:10px */
}
body {
	background-image: url(../img/common/bg_body.jpg);
    background-size: auto;
	background-position: center top;
    background-repeat: no-repeat;
	background-color: #DAECFA;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	letter-spacing: 0;
    position: relative;
	overflow-x: hidden;
	z-index: 0;
}
@media (min-width: 2000px) {
	body {
		background-size: cover;
	}
}

@media(max-width: 768px) {
    body {
        font-size: 14px;
    }
}
a {
	color: #C92D3F;
}
a:hover {
	color: #0088CD;
	text-decoration-color: transparent;
}
img {
	vertical-align: middle;
}

/*tel-setting*/
a[href*="tel:"] {
	pointer-events: none;
}
#wrapper {
	width: 100%;
	max-width: 1000px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
	padding-top: 140px;
}
@media (max-width: 999px) {
	#wrapper {
		background: transparent;
		padding-top: 60px;
	}
}
/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
header {
    background: #fff;
    color: #0A275C;
    flex-basis: 260px;
    max-width: 260px;
    text-align: center;
	line-height: 0;
    padding-bottom: 2em;
	z-index: 1;
    border-left: 1px solid #0A275C;
    border-right: 1px solid #0A275C;
    /* Scroll */
}
@media (max-width: 999px) {
	header {
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
		height: 60px;
		background: transparent;
		border-top: none;
		position: fixed;
		padding-bottom: 0;
		box-shadow: none;
		z-index: 2;
		overflow-y: auto;
		border: none;
	}
}
header img {
	max-width: 100%;
	height: auto;
}
header h1 {
	width: 100vw;
	height: 140px;
background: linear-gradient(to right,
  #122978 0%,
  #122978 25%,
  #0088CD 94%,
  #0088CD 100%
);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
}
header h1 a {
	width: 100%;
	max-width: 746px;
	display: block;
}
header h1 img {
	display: block;
	vertical-align: middle;
    padding-bottom:6px;

}
@media (max-width: 999px) {
	header h1 {
		width: 100%;
		height: 60px;
		/*display: flex;*/
		justify-content: flex-start;
		align-items: center;
		padding: 0 64px 0 4%;
		position: fixed;
		z-index: 2;
		left: 0%;
		transform: translateX(0);
		border-bottom: none;
	}
	header h1 a {
		width: auto;
		display: block;
	}
	header h1 img {
		width: auto;
		height: 50px;
		transition: 0.3s;
        margin-left: auto;
	margin-right: auto;
	}
}
header h1 span {
	display: block;
	transform: translateY(-120%);
	line-height: 1.2;
	position: absolute;
	top: 0;
	left: 0;
}
.head_inner {
	position: relative;
	z-index: -1;
	padding: 10px;
}
@media (max-width: 999px) {
	.head_inner {
		width: 100vw;
		height: 100vh;
		background: rgb(255, 255, 255, 0.85);
		display: none;
		padding: 80px 4vw 1em;
		position: fixed;
		top: 0;
		left: 0;
		overflow-y: auto;
	}
}

/*----------------------------------------------------
	4.0 - Contents
----------------------------------------------------*/
.contents {
	flex: 1;
	width: calc(100% - 260px);
	flex-basis: calc(100% - 260px);
	margin: 0 auto;
	padding: 0;
	line-height: 0;
	z-index: 0;
}
@media (max-width: 999px) {
	.contents {
		width: 100%;
		/*padding-top: 60px;*/
	}
}
/*----------------------------------------------------
	5.0 - Navi
----------------------------------------------------*/
/* Hamburger */
@media (min-width: 1000px) {
	.hamburger {
		display: none;
	}
}
/* 999px under */
@media (max-width: 999px) {
	.hamburger {
		position: fixed;
		display: flex;
		justify-content: center;
		background: #0A275C;
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
		line-height: 1.75;
		text-align: center;
		cursor: pointer;
		/*z-index: 1;*/
		z-index: 10;
		border-radius: 0 0 0 0;
	}
	.hamburger span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		left: 15px;
		background: #fff;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.hamburger span:nth-child(1) {
		top: 12px;
	}
	.hamburger span:nth-child(2) {
		top: 21px;
	}
	.hamburger span:nth-child(3) {
		top: 30px;
	}
	.hamburger.active span:nth-child(1) {
		top: 21px;
		left: 15px;
		background: #fff;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
		top: 21px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.hamburger p {
		position: absolute;
		top: 34px;
		color: #fff;
		font-family: "Roboto", sans-serif;
		font-size: 12px;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.hamburger.active p {
		color: #fff;
	}
}
/* Menu */
.dropmenu {
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	z-index: 0;
	border: 1px solid #0A275C;
	border-bottom: none;
}

@media (max-width: 999px) {
	.dropmenu {
		z-index: 2;
	}
}
.dropmenu > li {
	position: relative;
	display: block;
	transition: 0.3s all;
	line-height: 1.2;
}
.dropmenu > li a {
	width: 100%;
	min-height: 50px;
	background: #fff;
	color: #0A275C;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
	padding: 11.25px 18.75px 12.75px 12px;
	text-decoration: none;
	transition: 0.3s;
	column-gap: 0.3em;
	border-bottom: 1px solid #0A275C;
}
@media (max-width: 999px) {
	.dropmenu > li a {
		width: 100%;
		margin: 0;
		padding: 1em 1.3em 1.1em 1.3em;
	}
	.dropmenu > li a br {
		display: none;
	}
}
.dropmenu > li a:before {
	content: "";
	width: 1em;
	height: 1em;
	background: #0088CD;
	clip-path: polygon(40% 15%, 80% 50%, 40% 85%);
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translateY(-50%);
}
.dropmenu > li.on > a {
  background: linear-gradient(to right, #122978, #0088CD);
  color: #fff; 
}
.dropmenu > li:not(.on) > a:hover,
.dropmenu > li:not(.on) > a:focus {
	color: #0088CD;
}
@media (max-width: 999px) {
	.dropmenu > li:not(.on) > a:hover,
	.dropmenu > li:not(.on) > a:focus {
		width: 100%;
		margin: 0;
		border-radius: 0;
        color: #0088CD;
	}
}
.dropmenu > li.off a {
	cursor: default;
	pointer-events: none;
	/*color: #999;*/
}
.dropmenu > li a:hover:before, .dropmenu > li a:focus:before{
	width: 1em;
	height: 1em;
	background: #86D5EA;
}
.dropmenu > li.on a:before {
	width: 1em;
	height: 1em;
	background: #fff;
}
@media (max-width: 999px) {
	.dropmenu > li a:before {
		right: 0.5em;
	}
}
.dropmenu > li.entry a {
	justify-content: space-between;
}
.dropmenu > li.entry a:after {
	content: "募集中";
	background: #fff;
	color: red;
	font-size: 0.875em;
	white-space: nowrap;
	padding: 0.15em 0.2em 0.175em;
	border-radius: 2px;
}
/* bannermenu */
.bannermenu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1em;
	row-gap: 10px;
	margin: 20px 0 0;
	padding: 0;
}
@media (max-width: 999px) {
	.bannermenu {
		width: 100%;
		display: grid;
		/* template-columns と column-gap を合計して100%になるようにする */
		grid-template-columns: repeat(auto-fit, calc((100% - 20px) / 3));
		row-gap: 10px;
		column-gap: 10px;
		justify-content: center;
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
	.bannermenu {
		/* template-columns と column-gap を合計して100%になるようにする */
		grid-template-columns: repeat(auto-fit, calc((100% - 10px) / 2));
	}
}
.bannermenu img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.bannermenu > li {
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bannermenu > li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	text-decoration: none;
}
/* form text banner */
.bannermenu > li.banner_form {
	display: inline-block;
	position: relative;
	height: 60px;
}
.bannermenu > li.banner_form a {
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
	font-weight: 700;
	background: #3A8C2A;
	color: #fff;
	font-size: 0.85em;
	letter-spacing: 0.04em;
	line-height: 1.2;
	padding-bottom: 0.15em;
}
.bannermenu > li.banner_form a div > span {
	font-size: 1.45em;
}
.bannermenu > li.banner_form a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #c8aa38;
}
.bannermenu > li.banner_form a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
@media (max-width: 999px) {
	.bannermenu > li.banner_form {
		height: auto;
	}
	.bannermenu > li.banner_form a {
		font-size: 1.75vw;
	}
}
@media (max-width: 480px) {
	.bannermenu > li.banner_form {
		height: calc((92vw - 10px) / 2 * 0.32);
	}
	.bannermenu > li.banner_form a {
		font-size: 2.5vw;
	}
}
/* content banner */
.cont_banner {
	width: 100%;
	display: none;
	padding: 0 0 6%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 999px) {
	.cont_banner {
		display: block;
		margin: -4% auto 0;
	}
}
.cont_index_banner {
	background: rgba(255, 255, 255, 0.85);
	width: 100%;
	display: none;
	padding: 0 0 40px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 999px) {
	.cont_index_banner {
		display: block;
		margin: 0 auto;
	}
}
@media (max-width: 999px) {
	.cont_banner > .bannermenu, .cont_index_banner > .bannermenu {
		width: 92%;
		display: grid;
		grid-template-columns: repeat(auto-fit, 23.5%);
		column-gap: 2%;
		justify-content: center;
		margin: 0 auto;
		padding: 0;
	}
	.cont_banner > .bannermenu > li:nth-of-type(n), .cont_index_banner > .bannermenu > li:nth-of-type(n) {
		margin-top: 0;
		margin-bottom: 10px;
	}
}
@media (max-width: 768px) {
	.cont_banner > .bannermenu, .cont_index_banner > .bannermenu {
		grid-template-columns: repeat(auto-fit, 32%);
		column-gap: 2%;
	}
}
@media (max-width: 480px) {
	.cont_banner > .bannermenu, .cont_index_banner > .bannermenu {
		grid-template-columns: repeat(auto-fit, 48%);
		column-gap: 4%;
	}
}
/* new marker */
a.new:after {
	content: "NEW";
	background: red;
	color: #fff;
	font-size: 0.75em;
	display: inline-block;
	line-height: 1;
	padding: 0.3em 0.25em 0.25em;
	transform: translateY(0.1em);
}
a.new:hover:after, .on a.new:after {
	content: "NEW";
	background: #fff;
	color: red;
}



/* 「Meet the Expert募集」用の募集中バッジ（赤背景＋白文字＋点滅） */
.blink-entry a:after {
  content: none !important; /* 原来的.entry样式中的募集中取消 */
}

.label-blink {
  display: inline-block;
  background-color: red;
  color: #FFFC52;
  font-size: 0.725em;
  padding: 2px 6px;
  margin-left: 8px;
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}


/*----------------------------------------------------
	6.0 - Main
----------------------------------------------------*/
#main {
	width: 100%;
	text-align: center;
	z-index: 0;
}
@media (max-width: 999px) {
	#main {
		border: none;
	}
}
.main_bg {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0;
	position: relative;
}
@media (max-width: 999px) {
	.main_bg {
		height: auto;
		border: none;
		padding: 0 0 0;
	}
}
article {
	width: 100%;
	min-height: 50vh;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	line-height: 1.8;
	text-align: left;
	overflow: hidden;
}
@media (max-width: 999px) {
	article {
		min-height: 35vh;
		margin: 0 auto;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	}
}
.page_head {
	width: 100%;
	background-image: url(../img/common/bg_cont_head.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fff;
	line-height: 1;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
@media (max-width: 999px) {
	.page_head {}
}
@media (max-width: 480px) {
	.page_head {
		background-image: url( "../img/common/bg_cont_head-sp.jpg");
	}
}
.page_head img {
	width: 100%;
	height: auto;
}
article h1 {
	width: 100%;
	color: #C92D3F;
	font-family: "Noto Serif JP", serif;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.2;
	padding: 1em;
	transition: 0.3s;
	text-shadow: 2px 0px 1px #fff, 2px 1px 1px #fff, 1px 2px 1px #fff, 0px 2px 1px #fff, -1px 2px 1px #fff, -2px 1px 1px #fff, -2px 0px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff, 0px -2px 1px #fff, 1px -2px 1px #fff, 2px -1px 1px #fff;
}
@media (max-width: 999px) {
	article h1 {
		font-size: 2.25em;
	}
}
article h1 .en_title {
	font-size: 0.5em;
	display: flex;
	align-items: center;
	position: relative;
	letter-spacing: 0.1em;
	opacity: 0.75;
}
article h1 .en_title:before, article h1 .en_title:after {
	content: "";
	width: 1.5em;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
}
article h1 .en_title:before {
	left: -2em;
}
article h1 .en_title:after {
	right: -2em;
}
section {
	min-height: 50vh;
	background: #fff;
	font-size: 0.9375em;
	padding: 5em 2.5em;
	text-align: left;
}
@media (max-width: 999px) {
	section {
		min-height: 30vh;
	}
}
@media (max-width: 480px) {
	section {
		padding: 2em 1.4em;
		min-height: 35vh;
	}
}
section:first-child {
    padding-top: 0;
    text-align: center;
}
section h2 {
	width: 100%;
	position: relative;
	background: #052768;
	color: #fff;
	margin: 2em auto 0.5em;
	padding: 0.35em 0.25em 0.4em 0.75em;
	font-size: 1.6em;
	line-height: 1.2;
	border-radius: 0.15em;
}
section h2.title_red {
	background: #C92D3F;
}
section h2.title_green {
	background: #4F881C;
}
section h2:first-of-type {
	margin-top: 0;
}
section h2 + h3 {
	margin-top: 0;
}
section h3 {
	color: #251616;
	position: relative;
	margin: 1em auto 0.6em;
	padding: 0 0 0.4em;
	font-size: 1.35em;
	font-weight: 700;
	line-height: 1.15;
	border-bottom: 3px solid #052768;
}
section h4 {
	background: #ece7e0;
	margin: 1.5em auto 0.5em;
	padding: 0.35em 0.6em 0.5em;
	position: relative;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.25;
}
section h3 + h4 {
	margin-top: 0;
}
/*----------------------------------------------------
	7.0 - Footer
----------------------------------------------------*/
footer {
    width: 100vw;
	background: linear-gradient(to right,
  #122978 0%,
  #122978 25%,
  #0088CD 94%,
  #0088CD 100%);
	color: #fff;
	display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
	left: 50%;

	transform: translateX(-50%);
    position: absolute;
}
@media (max-width: 360px) {
  footer {
    min-height: 360px;
  }
}
.foot_inner {
	width: 100%;
	margin: 0 auto;
    display: flex; 
    flex-direction: column;
	text-align: left;
    align-items: center;
    
}
@media (max-width: 768px) {
	.foot_inner {
		width: 92%;
		padding: 3.5em 0 3em;
	}
}
.foot_secretariat {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 3.25em 0;
	text-align: left;
	font-size: 14.5px;
	line-height: 1.5;
}
@media (max-width: 480px) {
	.foot_secretariat {
		flex-direction: column;
		justify-content: center;
	}
}
.foot_secretariat > li {
	background: #ac1f24;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	column-gap: 1.25em;
	padding: 1.5em 1em;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
}
@media (max-width: 480px) {
	.foot_secretariat > li {
		width: 100%;
	}
}
.foot_secretariat h3 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1;
	border-radius: 10px;
	position: relative;
	column-gap: 0.75em;
}
@media (max-width: 480px) {
	.foot_secretariat h3 {
		font-size: 1.142em;
	}
}
/*
.foot_secretariat h3::before, .foot_secretariat h3::after {
	content: "";
	width: 50px;
	height: 2px;
	background: #fff;
}
@media (max-width: 480px) {
	.foot_secretariat h3::before, .foot_secretariat h3::after {
		width: 2em;
	}
}*/
.foot_secretariat dl {
	width: 100%;
	margin-top: 0.7em;
	text-align: left;
}
@media (max-width: 480px) {
	.foot_secretariat dl {
		width: 100%;
		max-width: 360px;
		text-align: left;
	}
}
.foot_secretariat dt {
	font-size: 14px;
	font-weight: 700;
    letter-spacing: 0.025em;
}
.foot_secretariat dt + dd {
	margin-top: 0.4em;
}
.foot_secretariat dd {
	font-size: 12px;
	line-height: 1.8;
    font-weight: 200;
}
footer .copyright {
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	padding: 1.4em 0.5em 1.6em;
	line-height: 1.5;
    width: 100vw;
	background: #0A275C;
    letter-spacing: 0.025em;
}
@media (max-width: 999px) {
	footer .copyright {
		width: 100%;
	}
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #c5cfa6;
}
footer a.tel {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}
.footerline img {
  display: block;        /* 避免图片下方出现空隙 */
  max-width: 545px; 
  height: auto;
  margin: -20px 0 -30px;        /* 上下留点间距 */
}

.footerline picture img {
  width: 545px;
  height: 56px;
  display: block;
  margin: 0 auto;
  margin: -20px 0 -30px;   
}

@media (max-width: 768px) {
  .footerline picture img {
    width: 360px;
    display: block;        /* 避免图片下方出现空隙 */
    margin: -20px 0 -30px;  
  }
}
@media (max-width: 390px) {
  .footerline picture img {
    width: 320px;
    display: block;        /* 避免图片下方出现空隙 */
    margin: -20px 0 -30px;  
  }  
}
@media (max-width: 360px) {
  .foot_secretariat dl {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .foot_secretariat dd,
  .foot_secretariat dt {
    word-break: break-word;
    white-space: normal;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 360px) {
  .footerline picture img {
    width: 85%;
    height: auto;
    display: block;
    margin: -5px 16px -15px;
  }
}
@media (max-width: 360px) {
  .foot_secretariat h3 {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
/*----------------------------------------------------
	8.0 - Single Page
----------------------------------------------------*/
/*  Index
----------------------------------------------------*/
#main_index {
	width: 100%;
	text-align: center;
	z-index: 0;
}
@media (max-width: 999px) {
	#main_index {
		border: none;
	}
}
.main_index_bg {
	background: #fff;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0 0 2.25em;
	position: relative;

}

@media (max-width: 999px) {
	.main_index_bg {
		height: auto;
		padding: 0 0 2.25em;
	}
}
.theme img{
    width: 740px;
}
.theme {
    border-bottom: 0px solid #0A275C;
}
@media (max-width: 999px) {
.theme {
    border-bottom: 1px solid #0A275C;
}    
}
@media (max-width: 768px) {
.theme {
    border-bottom: 0px solid #0A275C;
}    
}

@media (max-width: 999px) {
	.theme img{
    width: 100%;
}
}




.mv {
	width: 100%;
	top: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}
.mv img {
	width: 100%;
	height: auto;
}
.mv > img:last-of-type {
	margin-top: 1.25em;
}
.mv .mv_summary {
	width: 280px;
	background: #fff;
	position: absolute;
	left: 30px;
	bottom: 84px;
}
@media (max-width: 999px) {
	.mv {
		padding: 0;
		text-align: center;
	}
	.mv img {
		width: 100%;
	}
	.mv .mv_summary {
		width: 40vw;
		max-width: 320px;
		bottom: 11vw;
		left: 48%;
		transform: translateX(-100%);
	}
}
@media (max-width: 480px) {
	.mv .mv_summary {
		max-width: 280px;
		left: 4vw;
		top: 88vw;
		bottom: auto;
		transform: translateX(0);
	}
}
.info {
	/*----width: calc(100% - 60px);--*/
    width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	z-index: 1;
}
.mv + .info {
	margin: -60px auto 0 auto;
}
@media (max-width: 999px) {
	.info {
		width: 100%;
		max-width: 768px;
		margin: 0 auto 0;
	}
	.mv + .info {
		margin: -2em auto 0;
	}
}
@media (max-width: 999px) {
	.info:before {
		top: -2em;
		left: calc(50% - 220px);
		right: auto;
		transform: translateX(50vw);
	}
}
@media (max-width: 768px) {
	.info:before {
		left: auto;
		right: -4vw;
		transform: translateX(0%);
	}
}
@media (max-width: 480px) {
	.info:before {
		z-index: -1;
		opacity: 0.25;
	}
}
.info h2 {
	width: 100%;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 2em;
	font-weight: 700;
	display: flex;
	align-items: flex-start;
	margin: 0;
	line-height: 1;
	position: relative;
    justify-content: center;
}
.info h2 img {
    width: 100%;
/**    max-width: 740px;**/
    height: auto;
    display: block;
    
}
@media (max-width: 999px) {
	.info h2 img {
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	.info h2 img {
		margin-top: 0px;
	}
}

@media (max-width: 480px) {
	.info h2 {
		font-size: 7vw;
		padding-bottom: 0.5em;
	}
}
/**
.info h2:before {
	content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="%23080941"><path d="m32,64c17.67,0,32-14.33,32-32S49.67,0,32,0,0,14.33,0,32s14.33,32,32,32Zm-5-22h3v-8h-3c-1.66,0-3-1.34-3-3s1.34-3,3-3h6c1.66,0,3,1.34,3,3v11h1c1.66,0,3,1.34,3,3s-1.34,3-3,3h-10c-1.66,0-3-1.34-3-3s1.34-3,3-3Zm5-26c2.21,0,4,1.79,4,4s-1.79,4-4,4-4-1.79-4-4,1.79-4,4-4Z"/></svg>');
	width: 1em;
	height: 1em;
	transform: translateY(0.05em);
}**/
.info dl {
	width: 100%;
	height: 18em;
	color: #333;
	font-size: 15px;
	margin: 0 auto 0;
	padding: 0;
	line-height: 1.6;
	text-align: left;
	overflow-y: auto;
	scrollbar-width: thin;

    padding-left: 30px;
    padding-top: 17px;
}
.info dl::-webkit-scrollbar {
	width: 8px;
}
.info dl::-webkit-scrollbar-track {
	background-color: #dfdbd5;
}
.info dl::-webkit-scrollbar-thumb {
	background-color: #c3b29b;
}
@media (max-width: 768px) {
	.info dl {
		height: auto;
		min-height: 8.3em;
		max-height: 16.6em;
	}
}
@media (max-width: 480px) {
	.info dl {
		max-height: 22.4em;
        width: 90%;
        padding-left: 0px;
        padding-top: 10px;
	}
}
.info dt {
	width: 100px;
    height: 24px;
	background: #B39060;
	color: #fff;
	margin: 1.15em 0 0;
	padding: 0.17em 0.25em 0.2em 0.25em;
    text-align: center;
	position: relative;
	border-radius: 20em;
	line-height: 1.2;
	float: left;
    font-family:"Noto Sans JP";
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.025em;
}
.info dt.none {
	background: transparent;
	content: none;
	border: none;
}
.info dd {
	position: relative;
	margin: 0;
	padding: 1.14em 1.3em 1.3em 8em;
    font-family:"Noto Sans JP";
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.025em;
}
@media (max-width: 480px) {
	.info dt {
		display: inline-block;
		margin: 1em 0 00;
		float: none;
	}
	.info dd {
		padding-top: 0.25em;
		padding-bottom: 1em;
		padding-left: 0;
	}
}
/* option */
.info_abstract {
	width: calc(100% - 100px);
	background: #fff;
	border: 2px solid #a40d5d;
	line-height: 1.8;
	margin: 1.5em auto 0 auto;
	padding: 0 0 1em;
	text-align: center;
	position: relative;
	z-index: 0;
}
@media (max-width: 999px) {
	.info_abstract {
		width: 92%;
		max-width: 760px;
	}
}
.info_abstract > h2 {
	width: 100%;
	background: #a40d5d;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin: 0;
	padding: 0.15em 0.25em 0.35em;
	text-align: center;
	position: relative;
	z-index: 0;
}
.info_abstract > dl {
	max-width: 92%;
	display: inline-flex;
	flex-wrap: wrap;
	column-gap: 0.75em;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 480px) {
	.info_abstract > dl {
		width: 92%;
		text-align: left;
		justify-content: center;
		border: 1px solid #846f58;
		padding-bottom: 0.75em;
	}
}
.info_abstract > dl dt {
	background: #846f58;
	color: #fff;
	line-height: 1.2;
	padding: 0.25em 0.75em 0.15em;
}
@media (max-width: 480px) {
	.info_abstract > dl dt {
		width: 100%;
		margin-bottom: 0.5em;
		padding: 0.5em;
		text-align: center;
	}
}
.info_abstract > dl dd {
	font-size: 1.3125em;
	line-height: 1.2;
}
@media (max-width: 480px) {
	.info_abstract > dl dd {
		max-width: 92%;
	}
}
.info_area {
	width: 100%;
	padding: 1.75em 2em 2em;
	background-color: #474f36;
	color: #fff;
	border-bottom: 3px double #e1b65c;
}
.info_movie {
	width: calc(100% - 100px);
	margin: 1.5em auto 0 auto;
	text-align: center;
}
@media (max-width: 999px) {
	.info_movie {
		width: 92%;
		max-width: 760px;
	}
}
.info_movie > .inner_movie {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}
.info_movie > .inner_movie > video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.topics {
	width: calc(100% - 60px);
	margin: -60px auto 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	z-index: 1;
}
@media (max-width: 999px) {
	.topics {
		width: 92%;
		max-width: 768px;
		margin: -2em auto 0;
	}
}
/* Attention Box Index */
.box_attention_index {
	background: #fff;
	margin: 1em auto 0;
	padding: 1em;
	line-height: 1.6;
	border: 3px solid #e0363c;
}
.box_attention_index + .info {
	margin-top: 10px;
}
/* message */
.message {
	width: calc(100% - 80px);
	background: #fff;
	color: #333;
	font-size: 0.9375em;
	margin: 0.75em auto 0;
	padding: 0;
	line-height: 1.6;
	text-align: left;
	border: 2px solid #a40d5d;
	border-radius: 1em;
	padding: 1em;
}
.info dd a {
  overflow-wrap: break-word;
}
@media (max-width:360px){
    .info dd {
	padding: 1.14em 0 1.3em 0;
}
}
/*  Greeting
----------------------------------------------------*/
.grt_info {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-bottom: 2em;
}
@media (max-width: 480px) {
	.grt_info {
		flex-wrap: wrap;
	}
}
.grt_info .grt_image {
	width: 150px;
	flex-basis: 150px;
	margin-left: 2em;
}
@media (max-width: 480px) {
	.grt_info .grt_image {
		margin: 0 auto;
	}
}
.grt_info .grt_image img {
	width: 100%;
	height: auto;
}
.grt_info .grt_data {
	width: calc(100% - 150 - 2em);
	flex-basis: calc(100% - 150 - 2em);
	text-align: right;
}
@media (max-width: 480px) {
	.grt_info .grt_data {
		width: 100%;
		flex-basis: 100%;
		margin-top: 1em;
		text-align: center;
	}
}
.grt_text:first-letter {
	margin-left: 1em;
}
/*  Outline
----------------------------------------------------*/
.out_org {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.out_org dt {
	width: 6em;
}
.out_org dd {
	width: calc(100% - 6em);
}
@media (max-width: 480px) {
	.out_org dt {
		width: 100%;
	}
	.out_org dd {
		width: 100%;
	}
}
/*  Abstracts
----------------------------------------------------*/
.box_col {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.box_col > table.table_normal {
	width: 50%;
}
.box_col table.table_normal:last-of-type {
	position: relative;
	margin-left: -1px;
}
.box_col > table.table_normal th {
	width: 3em;
	text-align: center;
}
@media (max-width: 768px) {
	.box_col table.table_normal {
		width: 100%;
	}
	.box_col table.table_normal:last-of-type {
		position: relative;
		margin-top: -1px;
	}
}

/*  Program
----------------------------------------------------*/
.program_box {
	border: 2px solid #052768;
	padding: 0.75em 1em;
}
.program_menu {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.5em;
}
.program_menu > li {
	position: relative;
	padding-left: 0.8em;
}
.program_menu > li::before {
	content: "";
	width: 0.8em;
	height: 1em;
	background: #A28E0E;
	position: absolute;
	top: 0.45em;
	left: 0;
	clip-path: polygon(0% 10%, 65% 50%,  0% 90%);
	display: inline-block;
}
.program_menu > li a {
	/*text-decoration: none;*/
	color: #052768;
}
/* ===== 基本設定 ===== */
.program_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* dt の基本スタイル */
.program_list > dt {
	width: 3.25em; /* 3文字分の幅 */
	display: flex;
	justify-content: space-between;
	flex-shrink: 0;
	position: relative;
}
/* dt の右側に「：」を表示 */
.program_list > dt:after {
	content: "：";
}
/* dt に続く 1 つ目の dd（dt の横に配置） */
.program_list > dt + dd {
	width: calc(100% - 3.25em);
	display: flex;
	align-items: baseline;
	column-gap: 0.5em;
	margin-left: 0; /* 1つ目の dd は dt の横に配置 */
}
/* 2つ目以降の dd（dt の直下に揃える） */
.program_list > dt + dd + dd, .program_list > dt + dd ~ dd {
	width: calc(100% - 3.25em);
	display: flex;
	align-items: baseline;
	column-gap: 0.5em;
	margin-left: 3.25em; /* dt の幅と揃える */
}
/* ===== dt に文字数が多い場合の幅調整（dt02～dt08） ===== */
.program_list dt.dt02 {
	width: 3.25em;
}
.program_list dt.dt03 {
	width: 4.25em;
}
.program_list dt.dt04 {
	width: 5.25em;
}
.program_list dt.dt05 {
	width: 6.25em;
}
.program_list dt.dt06 {
	width: 7.25em;
}
.program_list dt.dt07 {
	width: 8.25em;
}
.program_list dt.dt087 {
	width: 9.25em;
}
/* dt に応じて 1 つ目の dd の幅を調整 */
.program_list dt.dt02 + dd, .program_list dt.dt03 + dd, .program_list dt.dt04 + dd, .program_list dt.dt05 + dd, .program_list dt.dt06 + dd, .program_list dt.dt07 + dd, .program_list dt.dt08 + dd {
	margin-left: 0;
}
.program_list dt.dt02 + dd {
	width: calc(100% - 3.25em);
}
.program_list dt.dt03 + dd {
	width: calc(100% - 4.25em);
}
.program_list dt.dt04 + dd {
	width: calc(100% - 5.25em);
}
.program_list dt.dt05 + dd {
	width: calc(100% - 6.25em);
}
.program_list dt.dt06 + dd {
	width: calc(100% - 7.25em);
}
.program_list dt.dt07 + dd {
	width: calc(100% - 8.25em);
}
.program_list dt.dt08 + dd {
	width: calc(100% - 9.25em);
}
/* dt に応じて 2 つ目以降の dd の margin-left を調整 */
.program_list dt.dt02 + dd + dd, .program_list dt.dt02 + dd ~ dd {
	margin-left: 3.25em;
}
.program_list dt.dt03 + dd + dd, .program_list dt.dt03 + dd ~ dd {
	margin-left: 4.25em;
}
.program_list dt.dt04 + dd + dd, .program_list dt.dt04 + dd ~ dd {
	margin-left: 5.25em;
}
.program_list dt.dt05 + dd + dd, .program_list dt.dt05 + dd ~ dd {
	margin-left: 6.25em;
}
.program_list dt.dt06 + dd + dd, .program_list dt.dt06 + dd ~ dd {
	margin-left: 7.25em;
}
.program_list dt.dt07 + dd + dd, .program_list dt.dt07 + dd ~ dd {
	margin-left: 8.25em;
}
.program_list dt.dt08 + dd + dd, .program_list dt.dt08 + dd ~ dd {
	margin-left: 9.25em;
}
/* dt に応じて 2 つ目以降の dd の 例外処理 */
.program_list dt[class*="dt"] + dd ~ dd.dd02 {
	margin-left: 3.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd03 {
	margin-left: 4.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd04 {
	margin-left: 5.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd05 {
	margin-left: 6.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd06 {
	margin-left: 7.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd07 {
	margin-left: 8.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd08 {
	margin-left: 9.25em;
}
/* ===== 次の dt が登場したら margin-left をリセット ===== */
.program_list dt + dd {
	margin-left: 0 !important;
}
.program_list .prg_title {
	width: 100%;
	color: #1b3789;
	display: flex;
	align-items: baseline;
	column-gap: 0.5em;
	margin-top: 0.5em;
	font-weight: 700;
}
.program_list .prg_title > .title_number {
	min-width: 4.5em;
	background: #ED8F3D;
	color: #fff;
	line-height: 1.15;
	padding: 0.15em 0.15em 0.25em;
	text-indent: 0;
	text-align: center;
	flex-shrink: 0;
}
.program_list dd .prg_name {
	min-width: 6em;
	flex-shrink: 0;
	text-indent: 0;
}
.program_list dd .prg_belong {
	position: relative;
}
.program_list dd .prg_belong::before {
	content: "(";
}
.program_list dd .prg_belong::after {
	content: ")";
}
/**/
.prg_time {
	text-align: right;
}
.prg_time {
	padding-top: 5px;
	text-align: right;
	color: #555;
	display: flex;
	column-gap: 1em;
	justify-content: flex-end;
}
.prg_sponsor {
	margin-top: 10px;
	text-align: right;
}
/* Flyer Style */
section .prg_flyer {
	float: right;
	margin-left: 1em;
	overflow: hidden;
}
section .prg_flyer img {
	width: 100px;
	float: right;
}
section .prg_flyer a:hover img {
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	opacity: 0.6;
	transition: 0.2s;
}
section .prg_flyer a:not(:first-of-type) {
	display: none;
}
/* Irregular Option */
section h2.prg, section h3.prg, section h4.prg {
	display: flex;
	align-items: baseline;
}
section h2 + .prg_time {
	margin-top: -20px;
}
section h3 + .prg_time {
	margin-top: -20px;
}
section h4.prg {
	font-size: 1.25em;
}
section h4.prg .prg_icon {
	position: absolute;
	bottom: 8px;
	right: 5px;
	padding: 0.15em;
	color: #fff;
	font-size: 0.7em;
	font-weight: normal;
	border-radius: 2px;
}
/*  seminar
----------------------------------------------------*/
.sem_time {
	padding-top: 0px;
}
section h2 + .sem_time {
	margin-top: -10px;
	line-height: 1.5em;
}
/*  Registration
----------------------------------------------------*/
.reg_flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
}
.reg_flow > li {
	border: 1px solid #AD9C00;
	width: 23%;
	flex-basis: 23%;
	position: relative;
}
@media (max-width: 768px) {
	.reg_flow > li {
		border: 1px solid #AD9C00;
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 3em;
	}
}
.reg_flow > li:after {
	content: "";
	background: #343667;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	margin: 0;
	width: 2em;
	height: calc(tan(60deg) * 1em / 2);
	display: inline-block;
	position: absolute;
	top: 3em;
	right: -12%;
	transform: rotate(90deg) translate(-50%, -50%);
}
@media (max-width: 768px) {
	.reg_flow > li:after {
		content: "";
		background: #343667;
		clip-path: polygon(50% 0, 100% 100%, 0 100%);
		margin: 0;
		width: 2em;
		height: calc(tan(60deg) * 1em / 2);
		display: inline-block;
		position: absolute;
		top: auto;
		bottom: -2em;
		right: auto;
		left: 50%;
		transform: rotate(180deg) translate(50%, -0%);
	}
}
@media (max-width: 768px) {
	.reg_flow > li:last-of-type {
		margin-bottom: 0;
	}
}
.reg_flow > li:last-of-type:after {
	display: none;
}
.reg_flow > li h3 {
	height: 4.75em;
	background: #AD9C00;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1em;
	margin: 0;
	padding: 0.5em 0.5em;
	border-bottom: none;
	text-align: center;
}
@media (max-width: 768px) {
	.reg_flow > li h3 {
		height: auto;
		padding: 1em 1em 1em 2em;
	}
}
.reg_flow > li p {
	padding: 0.75em 1em;
}
/*  */
.reg_flow_col1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reg_flow_col1 > li {
	border: 1px solid #AD9C00;
	width: 100%;
	flex-basis: 100%;
	margin-bottom: 3em;
	position: relative;
}
.reg_flow_col1 > li:after {
	content: "";
	background: #343667;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	margin: 0;
	width: 2em;
	height: calc(tan(60deg) * 1em / 2);
	display: inline-block;
	position: absolute;
	top: auto;
	bottom: -2em;
	right: auto;
	left: 50%;
	transform: rotate(180deg) translate(50%, -0%);
}
.reg_flow_col1 > li:last-of-type {
	margin-bottom: 0;
}
.reg_flow_col1 > li:last-of-type:after {
	display: none;
}
.reg_flow_col1 > li h3 {
	height: auto;
	background: #AD9C00;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1em;
	margin: 0;
	padding: 1em;
	border-bottom: none;
	text-align: center;
}
.reg_flow_col1 > li div {
	padding: 0.75em 1em;
}
@media (max-width: 480px) {
	.reg_flow_col1 > li img {
		width: 100%;
	}
}
.reg_plan {
	display: flex;
}
.reg_plan > li {
	border: 1px solid #ddd;
	padding: 0.5em 1em;
	width: 50%;
}
.reg_plan > li:nth-of-type(even) {
	border-left: none;
}
@media (max-width: 480px) {
	.reg_plan {
		display: flex;
		flex-wrap: wrap;
	}
	.reg_plan > li {
		width: 100%;
	}
	.reg_plan > li:nth-of-type(even) {
		border-top: none;
		border-left: 1px solid #ddd;
	}
}
/*  Venue
----------------------------------------------------*/
.map {
	width: 100%;
	position: relative;
	padding-bottom: 75%;
}
.map > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*  Sponsorship
----------------------------------------------------*/
.spn_flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.spn_flow > li {
	border: 1px solid #B39060;
	width: 30%;
	flex-basis: 30%;
	position: relative;
}
@media (max-width: 768px) {
	.spn_flow > li {
		border: 1px solid #B39060;
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 3em;
	}
}
.spn_flow > li:after {
	content: "";
	background: rgb(5, 39, 104);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	margin: 0;
	width: 2em;
	height: calc(tan(60deg) * 1em / 2);
	display: inline-block;
	position: absolute;
	top: 55%;
	right: -13%;
	transform: rotate(90deg) translate(-50%, -50%);
}
@media (max-width: 768px) {
	.spn_flow > li:after {
		content: "";
		background: #a30d5d;
		clip-path: polygon(50% 0, 100% 100%, 0 100%);
		margin: 0;
		width: 2em;
		height: calc(tan(60deg) * 1em / 2);
		display: inline-block;
		position: absolute;
		top: auto;
		bottom: -2em;
		right: auto;
		left: 50%;
		transform: rotate(180deg) translate(50%, -0%);
	}
}
@media (max-width: 768px) {
	.spn_flow > li:last-of-type {
		margin-bottom: 0;
	}
}
.spn_flow > li:last-of-type:after {
	display: none;
}
.spn_flow > li h3 {
	height: 4.75em;
	background: #B39060;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 1em;
	margin: 0;
	padding: 0.5em 0.75em;
	padding-left: 1.75em;
	text-indent: -1em;
	border-bottom: none;
}
@media (max-width: 768px) {
	.spn_flow > li h3 {
		height: auto;
		padding: 1em 1em 1em 2em;
	}
}
.spn_flow > li p {
	padding: 0.75em 1em;
}
.spn_faq {}
.spn_faq > li {
	margin-bottom: 1em;
	padding: 0 0 1em;
	border-bottom: 1px dotted #ddd;
}
.spn_faq dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 0.25em;
}
.spn_faq dt {
	color: #052768;
	width: 2em;
	flex-basis: 2em;
	font-weight: 700;
	text-align: right;
}
.spn_faq dt:nth-of-type(1) {
	color: #B39060;
}
.spn_faq dd {
	width: calc(100% - 2.25em);
	flex-basis: calc(100% - 2.25em);
}
.spn_faq dd:nth-of-type(1) {
	color: #B39060;
	font-weight: 700;
}
/*  Student
----------------------------------------------------*/
.student_poster {
	width: 210px;
	margin: auto;
}
.student_poster img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
/*----------------------------------------------------
	9.0 - Option
----------------------------------------------------*/
/*  List - Text
----------------------------------------------------*/
/* No icon Style */
ul.list_normal li {
	padding-left: 1em;
}
ul.list_normal li {
	padding-left: 1em;
	text-indent: -1em;
}
/* No icon Style/English */
ul.list_normal_en li {
	padding-left: 0.425em;
}
ul.list_normal_en li {
	padding-left: 0.425em;
	text-indent: -0.425em;
}
/* Disk Style */
ul.list_disc {
	margin-left: 1em;
}
ul.list_disc li {
	position: relative;
}
ul.list_disc li:after {
	display: block;
	background-color: #666;
	content: "";
	position: absolute;
	top: 0.65em;
	left: -0.75em;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
ul.list_disc li .list_normal li:after {
	content: none;
}
/* Mark Style */
ul.list_mark li {
	padding-left: 1em;
	position: relative;
}
ul.list_mark li:before, ul.list_mark li:after {
	content: " ";
	position: absolute;
}
ul.list_mark li:before {
	background-color: #bc3582;
	width: 1em;
	height: 1em;
	top: 0;
	left: 0;
	transform: translateY(0.5em);
	clip-path: polygon(0% 0%, 85% 0%, 85% 85%, 0% 85%);
}
ul.list_mark li:after {
	background-color: #fff;
	width: 1em;
	height: 1em;
	top: 0;
	left: 0;
	transform: translateY(0.4em);
	clip-path: polygon(30% 25%, 60% 50%, 30% 75%);
}
/* Link Style */
ul.list_link li {
	padding: 0 0 0.5em 1em;
	position: relative;
	border-bottom: 1px solid #ddd;
}
ul.list_link li:before {
	content: "";
	width: 1em;
	height: 1em;
	display: block;
	position: absolute;
	margin-left: -1em;
	background: #bc3582;
	clip-path: polygon(0 0, 60% 50%, 0 100%);
	transform: translate(0.2em, 0.5em);
}
/* Decimal Style */
ol.list_decimal {
	list-style: none;
	counter-reset: num;
	margin-left: 2em;
}
ol.list_decimal > li {
	position: relative;
}
ol.list_decimal > li:before {
	counter-increment: num;
	content: counter(num) ".";
	display: inline-block;
	position: absolute;
	width: 2em;
	top: 0;
	left: -2em;
	margin-right: 2em;
	text-align: center;
}
/* Decimal (Parentheses) Style */
ol.list_numberParen {
	list-style-type: none;
	counter-reset: ol_li;
	margin-left: 2em;
}
ol.list_numberParen > li {
	position: relative;
}
ol.list_numberParen > li:before {
	counter-increment: ol_li;
	content: "("counter(ol_li) ")";
	display: inline-block;
	position: absolute;
	width: 2em;
	top: 0;
	left: -2em;
	margin-right: 2em;
	text-align: center;
}
/* Decimal (Parentheses - One Side) Style */
ol.list_numberParenR {
	list-style-type: none;
	counter-reset: ul_lione;
	margin-left: 2em;
}
ol.list_numberParenR > li {
	position: relative;
}
ol.list_numberParenR > li:before {
	counter-increment: ul_lione;
	content: counter(ul_lione) ")";
	display: inline-block;
	position: absolute;
	width: 2em;
	top: 0;
	left: -2em;
	margin-right: 2em;
	text-align: center;
}
/*  List - Button
----------------------------------------------------*/
ul.list_button {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}
ul.list_button li {
	margin: 0 auto 0.75em;
	min-width: 5em;
}
ul.list_button > li a {
	min-width: 40%;
	height: 4em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #fffcf8;
	color: #000;
	text-decoration: none;
	border: 2px solid #B39060;
	border-radius: 4px;
	box-shadow: 5px 5px 5px rgba(13, 76, 153, 0.1);
	transition: 0.3s;
}
ul.list_button > li a:hover {
	background-color: #B39060;
	border-radius: 4px;
	color: #fff;
	border: 2px solid #B39060;
	box-shadow: none;
}
ul.list_button > li.notLink {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #bcbcbc;
	height: 4em;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 5px 5px 5px rgba(13, 76, 153, 0.1);
	transition: 0.3s;
}
ul.list_button.btn_col01 > li {
	width: 48%;
}
ul.list_button.btn_col02 > li {
	width: 48%;
}
ul.list_button.btn_col02_center > li {
	width: 40%;
}
ul.list_button.btn_col03 > li {
	width: 30%;
}
@media (max-width: 768px) {
	ul.list_button.btn_col01 > li {
		width: 96%;
		max-width: 320px;
	}
	ul.list_button.btn_col02_center > li, ul.list_button.btn_col03 > li {
		width: 48%;
	}
}
@media (max-width: 480px) {
	ul.list_button.btn_col02 > li {
		width: 100%;
	}
}
/* 2 Column After */
ul.list_button.btn_col02:after {
	content: "";
	display: block;
	width: 50%;
	height: 0;
}
/* 3 Column After */
ul.list_button.btn_col03:after {
	content: "";
	display: block;
	width: 66.67%;
	height: 0;
}
@media (max-width: 768px) {
	ul.list_button.btn_col03:after {
		width: 50%;
	}
}
.list_button .button_red a {
	background-color: #C70D18;
	color: #fff;
	border: 2px solid #992027;
}
.list_button .button_red a:hover {
	background-color: #fff;
	color: #992027;
	border: 2px solid #992027;
}
.list_button .button_orange a {
	background-color: #f77613;
	color: #fff;
	border: 2px solid #a40d5d;
}
.list_button .button_orange a:hover {
	background-color: #fff;
	color: #f77613;
	border: 2px solid #f77613;
}
.list_button .button_green a {
	background-color: #4F881C;
	color: #fff;
	border: 2px solid #43701A;
}
.list_button .button_green a:hover {
	background-color: #fff;
	color: #4F881C;
	border: 2px solid #4F881C;
}
/*  List - Banner
----------------------------------------------------*/
ul.list_banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.1;
	text-align: center;
}
ul.list_banner li {
	margin: 0 0 0.75em;
}
ul.list_banner li a img {
	width: 100%;
	max-width: 230px;
	border: 1px solid #ddd;
	transition: 0.3s;
}
ul.list_banner > li a img:hover {
	border: 1px solid #999;
}
ul.list_banner li.blank {
	margin: 0;
}
ul.list_banner.btn_col01 > li {
	width: 100%;
}
ul.list_banner.btn_col02 > li {
	width: 48%;
}
ul.list_banner.btn_col03 > li {
	width: 30%;
}
ul.list_banner.btn_col04 > li {
	width: 24%;
}
@media (max-width: 480px) {
	ul.list_banner.btn_col04 > li {
		width: 30%;
	}
}
/*  Table
----------------------------------------------------*/
table.table_normal {
	width: 100%;
	border: solid 1px #ddd;
}
table.table_normal th {
	padding: 10px;
	background: #eff0e9;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	font-weight: 700;
}
table.table_normal td {
	padding: 10px;
	background: #fff;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
/* Vertical Setting */
table th.vtl_center, table td.vtl_center {
	vertical-align: middle;
}
table.vtl_center_all td {
	vertical-align: middle;
}
/* Scroll */
@media (max-width: 768px) {
	.table_scroll {
		overflow-x: scroll;
	}
	.table_scroll::-webkit-scrollbar {
		height: 10px;
	}
	.table_scroll::-webkit-scrollbar-track {
		margin: 0 2px;
		background: #ccc;
		border-radius: 5px;
	}
	.table_scroll::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}
	.table_scroll:after {
		content: "*If the window size is narrow, this table is displayed with side scrolling.";
		position: relative;
		font-size: calc(768px * 0.015625);
	}
	.table_scroll .table_normal {
		min-width: 700px;
	}
}
/* Stack */
table.table_stack_sp {
	width: 100%;
}
table.table_stack_sp th {
	padding: 1em 0.5em;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}
table.table_stack_sp td {
	padding: 1em 0 1em 1em;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}
table.table_stack_sp th br.stack_br {}
@media (max-width: 480px) {
	table.table_stack_sp th {
		width: auto;
		background: #fff;
		text-align: left;
		margin-top: 1.5em;
		font-size: 1.145em;
	}
	table.table_stack_sp tr:first-of-type th {
		margin-top: 0em;
	}
	table.table_stack_sp th, table.table_stack_sp td {
		border-bottom: none;
		border: 1px solid #ccc;
	}
	table.table_stack_sp th, table.table_stack_sp td {
		display: list-item;
		list-style: none;
		width: 100%;
		padding: 5px;
		border-width: 1px 0 0;
	}
	table.table_stack_sp th br.stack_br {
		display: none;
	}
}
/* Stack Irregular */
section h2 + table.table_stack_p {
	margin-top: -0.5em;
}
section h3 + table.table_stack_p {
	margin-top: -0.45em;
}
table.table_stack_p {
	width: auto;
}
table.table_stack_p th, table.table_stack_p td {
	padding: 0;
	text-align: left;
	vertical-align: top;
	border: none;
}
table.table_stack_p td:first-of-type {
	white-space: nowrap;
}
table.table_stack_p td {}
@media (max-width: 999px) {
	table.table_stack_p tr {
		display: flex;
		flex-wrap: wrap;
	}
	table.table_stack_p tr th, table.table_stack_p tr td {
		display: inline-block;
		width: auto;
	}
	table.table_stack_p tr td:first-of-type {
		white-space: normal;
	}
}
/*  Table
----------------------------------------------------*/
table.table_style01 {
	width: 100%;
	border: solid 1px #ddd;
}
table.table_style01 th {
	padding: 10px;
	background: #f8f1dc;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	font-weight: 700;
}
table.table_style01 td {
	padding: 10px;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
/* Vertical Setting */
table th.vtl_center, table td.vtl_center {
	vertical-align: middle;
}
/*  Back Ground Color
----------------------------------------------------*/
.bg_blue {
	background: #174e91;
}
.bg_green {
	background: #509869;
}
.bg_red {
	background: #f10e15;
}
.bg_orange {
	background: #ec7430;
}
/*  Align
----------------------------------------------------*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
/*  Hr
-----------------------------------------------*/
hr {
	border: solid 1px #ddd;
}
/*  Text
----------------------------------------------------*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
strong {
	font-weight: 700;
}
.tx_under {
	text-decoration: underline;
}
.tx_cancel {
	text-decoration-line: line-through;
	text-decoration-thickness: 2px;
}
.tx_cancel_red {
	text-decoration-line: line-through;
	text-decoration-thickness: 2px;
	text-decoration-color: #f10e15;
}
.tx_cancel_red span {
	color: black;
}
.tx_red {
	color: #f10e15;
}
.tx_red.center {
  text-align: center;
}
.tx_blue, a.tx_blue {
	color: #1466C8;
}
.tx_black {
	color: #222;
}
.tx_white {
	color: #fff;
}
.tx_green {
	color: #19375b;
}
.tx_12 {
	font-size: 1.2rem;
}
.tx_12B {
	font-size: 1.2rem;
	font-weight: 700;
}
.tx_13 {
	font-size: 1.3rem;
}
.tx_13B {
	font-size: 1.3rem;
	font-weight: 700;
}
.tx_14 {
	font-size: 1.4rem;
}
.tx_14B {
	font-size: 1.4rem;
	font-weight: 700;
}
.tx_15 {
	font-size: 1.5rem;
}
.tx_15B {
	font-size: 1.5rem;
	font-weight: 700;
}
.tx_16 {
	font-size: 1.6rem;
}
.tx_16B {
	font-size: 1.6rem;
	font-weight: 700;
}
.tx_17 {
	font-size: 1.7rem;
}
.tx_17B {
	font-size: 1.7rem;
	font-weight: 700;
}
.tx_18 {
	font-size: 1.8rem;
}
.tx_18B {
	font-size: 1.8rem;
	font-weight: 700;
}
.tx_20 {
	font-size: 2rem;
}
.tx_20B {
	font-size: 2rem;
	font-weight: 700;
}
.tx_22 {
	font-size: 2.2rem;
}
.tx_22B {
	font-size: 2.2rem;
	font-weight: 700;
}
@media (max-width: 768px) {
	.tx_13, .tx_13B {
		font-size: 1.2rem;
	}
	.tx_14, .tx_14B {
		font-size: 1.3rem;
	}
	.tx_15, .tx_15B {
		font-size: 1.4rem;
	}
	.tx_16, .tx_16B {
		font-size: 1.5rem;
	}
	.tx_17, .tx_17B {
		font-size: 1.6rem;
	}
	.tx_18, .tx_18B {
		font-size: 1.7rem;
	}
	.tx_20, .tx_20B {
		font-size: 1.8rem;
	}
	.tx_22, .tx_22B {
		font-size: 2rem;
	}
}
.tx_space01 {
	letter-spacing: 0.1rem;
}
.tx_space02 {
	letter-spacing: 0.2rem;
}
.tx_space03 {
	letter-spacing: 0.3rem;
}
.tx_space04 {
	letter-spacing: 0.4rem;
}
.tx_space05 {
	letter-spacing: 0.5rem;
}
.tx_space_nw001 {
	letter-spacing: -0.01rem;
}
.tx_space_nw002 {
	letter-spacing: -0.02rem;
}
.tx_space_nw01 {
	letter-spacing: -0.1rem;
}
.tx_space_nw02 {
	letter-spacing: -0.2rem;
}
.tx_space_nw03 {
	letter-spacing: -0.3rem;
}
.tx_indent00 {
	text-indent: 1em;
}
.tx_indent01 {
	padding-left: 1em;
	text-indent: -1em;
}
.tx_indent012 {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.tx_indent015 {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.tx_indent02 {
	padding-left: 2em;
	text-indent: -2em;
}
.tx_dumy {
	word-break: break-all;
}
/*  Line Height
----------------------------------------------------*/
.line_height00 {
	line-height: 0;
	vertical-align: middle;
}
.line_height01 {
	line-height: 1;
	vertical-align: middle;
}
.line_height02 {
	line-height: 2;
	vertical-align: middle;
}
/*  Text Break
----------------------------------------------------*/
@media (max-width: 999px) {
	span.br999_under:before {
		content: "\A";
		white-space: pre;
	}
}
@media (max-width: 768px) {
	span.br768_under:before {
		content: "\A";
		white-space: pre;
	}
}
@media (max-width: 480px) {
	span.br480_under:before {
		content: "\A";
		white-space: pre;
	}
}
/*  Margin
----------------------------------------------------*/
.mgt_10 {
	margin-top: 10px;
}
.mgt_20 {
	margin-top: 20px;
}
.mgt_30 {
	margin-top: 30px;
}
.mgt_40 {
	margin-top: 40px;
}
.mgt_50 {
	margin-top: 50px;
}
.mgb_10 {
	margin-bottom: 10px;
}
.mgb_20 {
	margin-bottom: 20px;
}
.mgb_30 {
    margin-bottom: 30px;
    text-align: center;
}
.mgb_40 {
	margin-bottom: 40px;
}
.mgb_50 {
	margin-bottom: 50px;
}
.mgl_10 {
	margin-left: 10px;
}
.mgl_01 {
	margin-left: 1em;
}
.mgl_02 {
	margin-left: 2em;
}
.mgl_03 {
	margin-left: 3em;
}
.mgl_04 {
	margin-left: 4em;
}
.mgl_05 {
	margin-left: 5em;
}
/*  Icon
----------------------------------------------------*/
/*Link Blank Icon*/
.link:after {
	font-family: "Font Awesome 5 Free";
	content: "\f360";
	margin-left: 0.2em;
	color: #4369c4;
	font-size: 1.375em;
	font-weight: 900;
}
.pdf:after {
	font-family: "Font Awesome 5 Free";
	content: "\f1c1";
	margin-left: 0.2em;
	color: #f54328;
	font-size: 1.6em;
	font-weight: 900;
}
.ppt:after {
	font-family: "Font Awesome 5 Free";
	content: "\f1c4";
	margin-left: 0.2em;
	color: #ce6243;
	font-size: 1.6em;
	font-weight: 900;
}
.word:after {
	font-family: "Font Awesome 5 Free";
	content: "\f1c2";
	margin-left: 0.2em;
	color: #254c9b;
	font-size: 1.6em;
	font-weight: 900;
}
.excel:after {
	font-family: "Font Awesome 5 Free";
	content: "\f1c3";
	margin-left: 0.2em;
	color: #347241;
	font-size: 1.6em;
	font-weight: 900;
}
.ssl:after {
	font-family: "Font Awesome 5 Free";
	content: "\f084";
	margin-left: 0.2em;
	color: #ceaf28;
	font-size: 1.6em;
	font-weight: 900;
}
/* Irregular Option */
.list_button a.link:hover:after, .list_button a.pdf:hover:after, .list_button a.ppt:hover:after, .list_button a.word:hover:after, .list_button a.excel:hover:after, .list_button a.ssl:hover:after {
	color: #fff;
}
/* Triangle Icon */
.triangle {
	/* margin: 0; */
	padding-left: 1em;
	text-indent: -1em;
	position: relative;
}
.triangle:before {
	content: "";
	width: 1em;
	height: 1em;
	background: #bc3582;
	clip-path: polygon(0 0, 60% 50%, 0 100%);
	transform: translate(0em, 0.1em);
	position: relative;
	display: inline-block;
}
/*  Page Top
----------------------------------------------------*/
#page_top {
	position: fixed;
	display: flex;
	bottom: 4%;
	right: 4%;
	margin: 0;
    z-index: 1000;
}
#page_top a {
	display: block;
	line-height: 0;
/* 	opacity: 0.85;--*/
	position: relative;
	width: 60px;
	height: 60px;
	text-align: center;
	border: 2px solid #fff;
	vertical-align: middle;
	transition: 0.4s;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}
#page_top a:before {
	position: absolute;
	top: 25px;
	left: 35%;
	content: "";
	width: 15px;
	height: 15px;
	margin: auto;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#page_top a {
	background-color: #B39060;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
#page_top a:hover {
	background-color: #C92D3F;
}
@media (max-width: 480px) {
	#page_top a:before {
		top: 18px;
		left: 33%;
	}
	#page_top a {
		width: 50px;
		height: 50px;
	}
}
/*  Float
----------------------------------------------------*/
.fL {
	float: left;
	margin: 0 1em 10px 0;
}
.fR {
	float: right;
	margin: 0 0 10px 1em;
}
/*  Attention
----------------------------------------------------*/
.box_attention {
	max-width: 100%;
	padding: 1em;
	line-height: 1.6;
	border: 4px solid #e0363c;
}
.box_attention_g {
	max-width: 100%;
	padding: 1em;
	line-height: 1.6;
	border: 4px solid #969696;
}
/*  Construction
----------------------------------------------------*/
.construction {
	width: 60%;
	margin: 5% auto 30%;
	padding: 20px 40px;
	display: block;
	color: #bbb;
	text-align: center;
	border: 3px solid #ddd;
}
.construction .title {
	font-size: 1.2em;
	font-weight: 700;
}
@media (max-width: 480px) {
	.construction {
		padding: 10px 20px;
	}
}
/*  Coming
----------------------------------------------------*/
.box_coming {
	max-width: 30em;
	color: #999;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 3em 1em;
	line-height: 1.6;
	border: 3px double #ccc;
	border-radius: 1em;
	text-align: center;
}
.box_coming > p {
	display: inline-block;
}
.box_coming p:first-of-type {
	font-size: 2em;
	letter-spacing: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.25em;
	position: relative;
}
.box_coming > p:first-of-type:after {
	content: "";
	width: 4em;
	height: 1px;
	background: #ddd;
	position: absolute;
	bottom: 0;
	left: calc(50% - 2em);
}
.box_coming p:last-of-type {
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	padding-top: 0.75em;
}
/*  anker link
----------------------------------------------------*/
.inner_link {
	transform: translateY(-2em);
	z-index: -1;
	height: 0px;
	position: absolute;
	display: run-in;
}
@media (max-width: 999px) {
	.inner_link {
		transform: translateY(-4em);
	}
}
/*  Print
----------------------------------------------------*/
@media print {
	#wrapper {
		max-width: 100%;
	}
	header {
		position: absolute;
		top: 0;
		left: 0;
	}
	header h1 {
		mix-blend-mode: normal;
	}
	header h1 a {
		text-decoration: none;
		color: #002063;
	}
	header h1 span {
		display: block;
		transform: translateY(0%);
		position: relative;
		mix-blend-mode: normal;
	}
	header h1 img {
		display: none;
	}
	.hamburger {
		position: absolute;
	}
	.main_bg {
		padding-bottom: 5%;
	}
    
	.theme:after {
		width: 100%;
		bottom: -5px;
		left: 0;
		transform: translate(0, 0);
	}
	.info:after {
		width: 100%;
	}
}
.fonts {
	font-family: "Noto Sans JP", sans-serif;
	font-family: "Roboto", sans-serif;
}
/* sample */
.sample_banner {
	width: 100%;
	display: grid;
	/* template-columns と column-gap を合計して100%になるようにする */
	grid-template-columns: repeat(auto-fit, calc((100% - 20px) / 3));
	row-gap: 10px;
	column-gap: 10px;
	justify-content: center;
	margin-top: 20px;
}
@media (max-width: 480px) {
	.sample_banner {
		/* template-columns と column-gap を合計して100%になるようにする */
		grid-template-columns: repeat(auto-fit, calc((100% - 10px) / 2));
	}
}
.sample_banner img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.sample_banner > li {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sample_banner > li a {
	width: 100%;
	height: 100%;
	background: green;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	text-decoration: none;
}
/* speaker
----------------------------------------------------*/
@media (max-width: 480px) {
	.speaker_img img {
		width: 100%;
	}
}
