@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&family=Noto+Sans+CJK:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500;700&display=swap');

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	height: 100%;
	box-sizing: border-box;
}

* {
	box-sizing: inherit;
}

body {
	font-family: "Noto Serif JP", serif;
	color: #323232;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	background: #fff;
}

@media screen and (min-width: 750px) {
	body {
		font-size: 18px;
	}
}

li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
	height: 100%;
}

img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}

.strong {
	font-weight: bold;
}

figcaption {
	font-size: 13px;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	figcaption {
		font-size: 15px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	figcaption {
		font-size: 16px;
	}
}

.all_wrap {
	position: relative;
	overflow: hidden;
}

.head1 {
	font-size: 24px;
	font-weight: bold;
	border-left: 5px solid #000;
	padding: 2px 2px 2px 5px;
}

.head2 {
	font-size: 20px;
	font-weight: bold;
	border-left: 3px solid #000000;
	padding: 2px 2px 2px 3px;
	background: #000000;
	color: #fff;
	max-width: 1060px;
}

.head3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	border-left: 3px solid #000;
	padding: 2px;
}

.toTop {
	display: none !important;
	position: fixed;
	bottom: 3%;
	right: 3%;
	width: 40px;
	height: 40px;
	z-index: 9999;
}

@media screen and (min-width: 850px) {
	.toTop {
		display: block !important;
	}
}

.toTop_button img {
	width: 100%;
	height: auto;
}


@media screen and (min-width: 768px) {
	a:hover {
		color: red;
		cursor: pointer;
	}
}

.sans_serif {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.text_emphasis {
	color: #00a795;
	font-weight: bold;
	font-size: 16px;
}

@media screen and (min-width: 480px) {
	.text_emphasis {
		font-size: 20px;
	}
}

.text_emphasis span {
	display: block;
	text-align: center;
}

.notes {
	font-size: 14px;
}

.ffs_palt {
	font-feature-settings: "palt";
	letter-spacing: 0.05rem;
}

.page_anc {
	margin-top: 20px;
	text-align: right;
	font-size: 14px;
}

@media screen and (min-width: 480px) {
	.page_anc {
		font-size: 16px;
	}
}

.page_anc a {
	border-bottom: 1px solid #000;
	font-weight: bold;
}

.flx {
	display: flex;
}

.is_fix {
	position: fixed;
}

.text_alignR {
	display: block;
	text-align: right;
}

.small {
	font-size: 14px;
}

.bg_alt {
	background-color: #9595950f;
}

.top_fade {
	animation: top_fade 1.5s forwards;
}

@keyframes top_fade {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*-------------------------------------

header

-------------------------------------*/
/****** header ******/
#header {
	position: relative;
	z-index: 1000;
}

.al_left {
	margin-left: -8px;
}

/*****pc header*****/
.header_pc {
	display: none;
	background: #fefffa;
	margin-top: 61px;
}

@media screen and (min-width: 768px) {
	.header_pc {
		position: relative;
		width: 100%;
		display: block;
		margin-top: 0;
		z-index: 100;
	}
}

@media screen and (min-width: 1000px) {
	.header_pc {}
}

.header_hero {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.header_hero {}
}

@media screen and (min-width: 1000px) {
	.header_hero {}
}

.header_hero_img {}

@media screen and (min-width: 768px) {
	.header_hero_img {}
}

@media screen and (min-width: 1000px) {
	.header_hero_img {}
}

.header_logo {
	width: 130px;
}

.header_logo img {
	width: 100%;
	height: auto;
}

.header_top_pc {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.header_top_pc {
		padding: 40px 0 70px;
	}
}

@media screen and (min-width: 1370px) {
	.header_top_pc {
		padding: 0 0 100px;
	}
}

.top_hero {
	width: 100%;
}

.top_hero_L {
	display: none;
}

@media screen and (min-width: 1370px) {
	.top_hero_L {
		display: block;
	}
}

.top_hero_M {
	display: none;
}

@media screen and (min-width: 768px) {
	.top_hero_M {
		display: block;
	}
}

@media screen and (min-width: 1370px) {
	.top_hero_M {
		display: none;
	}
}

.top_hero_S {
	display: block;
}

@media screen and (min-width: 768px) {
	.top_hero_S {
		display: none;
	}
}

@media screen and (min-width: 1370px) {
	.top_hero_S {
		display: none;
	}
}

.header_bottom_pc {
	display: none;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.header_bottom_pc {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		padding: 30px 15px 10px;
	}
}

@media screen and (min-width: 1368px) {
	.header_bottom_pc {
		padding: 40px 93px 15px;
		width: 100%;
	}
}


.header_bottom_pc.headerColorScroll {
	color: #000;
	transition: color 0.6s ease-out;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%);
}


.header_bottom_pc.headerColorScroll .header_navi {
	border-color: #000;
	transition: border-color 0.6s ease-out;
}

.header_bottom_pc.is_fix {
	/* width: 100%; */
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0);
}

.header_title {
	font-size: 18px;
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	.header_title {
		width: 275px;
	}
}

@media screen and (min-width: 1368px) {
	.header_title {
		width: 325px;
	}
}

.header_title_top {
	margin-top: -7px;
	font-feature-settings: 'palt';
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.header_title_top {}
}

@media screen and (min-width: 1368px) {
	.header_title_top {
		font-size: 24px;
	}
}

.header_title.visible {
	opacity: 1;
}

.header_title_main {
	margin-top: 5px;
	margin-left: -3px;
}

@media screen and (min-width: 768px) {
	.header_title_main {
		margin-left: 12px;
		font-weight: 500;
	}
}

@media screen and (min-width: 1368px) {
	.header_title_main {}
}

.header_title_sub {
	/* font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
	/* font-weight: bold; */
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.header_title_sub {
		font-size: 14px;
	}
}

@media screen and (min-width: 1368px) {
	.header_title_sub {
		font-size: 15px;
	}
}

.header_navi {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: end;
	width: 100%;
	padding: 0 10px 5px;
	border-bottom: 1px solid #fff;
	/* max-width: 1622px; */
}

@media screen and (min-width: 768px) {
	.header_navi_list {
		display: flex;
		width: 100%;
		max-width: 500px;
		min-width: 450px;
		flex-direction: row;
		justify-content: space-between;
		align-items: end;
		line-height: 1;
		font-size: 16px;
		font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}

@media screen and (min-width: 1368px) {
	.header_navi_list {
		width: 28%;
		max-width: unset;
		font-size: 18px;
	}
}

.header_navi_item {
	text-align: center;
	position: relative;
	font-weight: 500;
}

@media screen and (min-width: 1366px) {
	.header_navi_item {}
}

.header_navi_item h3 {
	display: inline-block;
}

.header_navi_item:hover {
	cursor: pointer;
	color: #ff0000;
}

.header_navi_cat {}

.header_navi_subList {
	position: absolute;
	left: 50%;
	width: 150px;
	height: 0;
	opacity: 0;
	transform: translate(-50%, 10px);
	transition: all 0.3s ease-in 0s;
}

.header_navi_subList.active {
	height: auto;
	opacity: 1;
}

.header_navi_subItem {
	background-color: rgb(255 203 57);
	padding: 10px 11px;
	color: #000;
	font-size: 14px;
}

.header_navi_subItem:hover {
	color: #eb0000;
}

.header_bottom_pc.is_fix .header_navi_subItem {
	background-color: rgba(255, 255, 255, 0.8);
}

.header_navi_bottom {
	display: none;
}

@media screen and (min-width: 768px) {
	.header_navi_bottom {
		display: block;
		font-size: 20px;
		padding-top: 4px;
		padding-left: 69px;
		line-height: 1;
		letter-spacing: -0.1px;
		font-weight: 500;
	}
}


@media screen and (min-width: 1367px) {
	.header_navi_bottom {
		font-size: 24px;
		padding-top: 4px;
		padding-left: 73px;
	}
}

/*****mobile header*****/
.mb_navi_head2 {
	margin-bottom: 24px;
}

.header_mb {
	top: 0;
	left: 0;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.header_mb {
		display: none !important;
	}
}

.header_top_mb {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 10px 10px 11px;
	z-index: 200;
	background: rgb(255, 255, 255, 0.9);
	box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%);
}

@media screen and (min-width: 480px) {
	.header_top_mb {
		padding: 10px 25px 11px;
	}
}

.header_top_mb img {
	width: 230px;
}

.hbMenu_btn {
	position: relative;
	width: 64px;
	padding: 8px 5px;
	cursor: pointer;
}

.hbMenu_btn span {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background-color: #2c2c2c;
}

.hbMenu_btn_cap {
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.2rem;
	color: #000000;
}

.hbMenu_btn_capCl {
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.1rem;
	color: #000000;
}

.over_navi {
	display: block;
	position: fixed;
	top: 0;
	width: 100vw;
	height: 0;
	font-weight: bolder;
	z-index: 999;
}

.over_navi.on {
	width: 100vw;
	height: 100%;
	overflow-y: scroll;
}

.over_navi_head2 {
	margin-bottom: 25px;
	font-size: 18px;
}

@media screen and (min-width: 800px) {
	.over_navi_head2 {
		margin-bottom: 35px;
	}
}

.over_navi_head3 {
	margin-bottom: 15px;
}

@media screen and (min-width: 800px) {
	.over_navi_head3 {
		width: 25%;
	}
}

.over_navi_list {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	max-width: 800px;
	height: auto;
	padding: 100px 20px 20px;
	font-size: 20px;
	background-color: #fff;
	transform: translate(150%, 0);
	transition: all 0.3s 0s;
	z-index: 100;
}

@media screen and (min-width: 480px) {
	.over_navi_list {
		padding-top: 80px;
		transition: all 0.4s 0s;
	}
}

.over_navi.on>.over_navi_list {
	transform: translate(-50%, 0);
}

.over_navi_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transform: translate(100%, 0);
	transition: all 0.4s 0s;
	z-index: 1;
}

.over_navi.on>.over_navi_overlay {
	transform: translate(0, 0);
}

.over_navi_item {
	margin-bottom: 20px;
	border-bottom: 1px solid #b4b4b4;
	padding-bottom: 5px;
	font-size: 16px;
	position: relative;
}

@media screen and (min-width: 480px) {
	.over_navi_item {
		border-bottom: 1px solid #b4b4b4;
		padding-bottom: 7px;
	}
}

@media screen and (min-width: 800px) {
	.over_navi_item {
		display: flex;
		flex-direction: row;
		margin-bottom: 30px;
		border-bottom: 1px solid #b4b4b4;
		padding-bottom: 15px;
	}
}

.over_navi_item a {
	display: block;
}

.over_navi_subList {
	display: block;
	font-size: 16px;
}

@media screen and (min-width: 480px) {
	.over_navi_subList {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 800px) {
	.over_navi_subList {
		width: 80%;
	}
}

@media screen and (min-width: 1000px) {
	.over_navi_subList {}
}

.over_navi_subItem {
	position: relative;
	margin-bottom: 20px;
	padding-left: 15px;
	font-size: 14px;
}

@media screen and (min-width: 480px) {
	.over_navi_subItem {
		width: 50%;
	}
}

@media screen and (min-width: 800px) {
	.over_navi_subItem {
		width: 50%;
	}
}

@media screen and (min-width: 1000px) {
	.over_navi_subItem {}
}

.over_navi_logo {
	margin: 120px auto 50px;
	/* max-width: 70%; */
}

@media screen and (min-width: 750px) {
	.over_navi_logo {
		margin: 100px auto 50px;
		max-width: 70%;
	}
}

@media screen and (min-width: 1367px) {
	.over_navi_logo {}
}

.close_btn,
.close_btn span {
	box-sizing: border-box;
}

.close_btn {
	position: absolute;
	width: 51px;
	height: 34px;
	top: 7px;
	right: 23px;
	text-align: center;
}

@media screen and (min-width: 480px) {
	.close_btn {
		top: 30px;
	}
}

.close_btn span {
	left: 0;
	width: 47px;
	height: 10px;
	background-color: #2c2c2c;
	transition: 0.3s ease 0.5s;
}

.close_btn span:not(last-child) {
	margin-bottom: 0px;
}

span.close_btn1 {
	background: #000;
}

span.close_btn2 {
	top: 15px;
	background: #da291c;
}

span.close_btn3 {
	bottom: 0;
	background: #e6c414;
}

.active .close_btn1 {
	transform: translateY(15px) rotate(-45deg);
	/* background: #0f2350; */
}

.active .close_btn2 {
	opacity: 0;
}

.active .close_btn3 {
	transform: translateY(-5px) rotate(45deg);
	/* background: #0f2350; */
}

.close_btn_text {
	font-size: 15px;
	color: #0f2350;
	transition: 0.5s 0.3s;
}

.active .close_btn_text {
	transform: translateY(8px);
}

.hbMenu_btn img {
	width: 55px;
}

.hbMenu_btn {
	position: relative;
	width: 45px;
	padding: 2px 5px;
	cursor: pointer;
}

.hbMenu_btn span {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	/* border-radius: 10px; */
	background-color: #2c2c2c;
}

.hbMenu_btn span:not(:last-child) {
	margin-bottom: 9px;
}

.close_btn,
.close_btn span {
	box-sizing: border-box;
}

.close_btn {
	position: absolute;
	width: 40px;
	height: 34px;
	top: 11px;
	right: 15px;
}

@media screen and (min-width: 480px) {
	.close_btn {
		top: 20px;
	}
}

.close_btn span {
	left: 0;
	width: 35px;
	height: 4px;
	background-color: #2c2c2c;
	border-radius: 4px;
	transition: 0.3s ease 0.5s;
}

.close_btn1 {}

.close_btn2 {
	top: 15px;
}

.close_btn3 {
	bottom: 0;
}

.active .close_btn1 {
	transform: translateY(15px) rotate(-45deg);
}

.active .close_btn2 {
	opacity: 0;
}

.active .close_btn3 {
	transform: translateY(-11px) rotate(45deg);
}



/*-------------------------------------

main

-------------------------------------*/

.main {
	background-image: url(../img/bg_img.png);
	background-repeat: repeat;
	background-size: cover;
}

.section_wrap {
	padding: 50px 0;
}

@media screen and (min-width: 768px) {
	.section_wrap {
		margin: 0 auto;
		padding: 100px 15px;
	}
}

@media screen and (min-width: 1367px) {
	.section_wrap {
		padding: 100px 0;
	}
}

.section {
	margin: 0 10px;
}

@media screen and (min-width: 768px) {
	.section {
		max-width: 1000px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1367px) {
	.section {
		max-width: 1200px;
	}
}

.section_head {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.section_head {
		font-size: 30px;
		margin-bottom: 30px;
		font-weight: 500;
	}
}

@media screen and (min-width: 1367px) {
	.section_head {}
}

/*----------------------                       
top_page
----------------------*/


/** top hero_section **/

.top_hero_wrap {
	display: flex;
	position: relative;
	justify-content: center;
	background-image: url(../img/top_hero_bgTsp.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: hero_bg_sp 18s infinite;
}

@media screen and (min-width: 768px) {
	.top_hero_wrap {
		height: 65vw;
		background-image: url(../img/top_hero_bgTtb.png);
		background-attachment: fixed;
		animation: hero_bg_mb 18s infinite;
	}
}

@media screen and (min-width: 1367px) {
	.top_hero_wrap {
		height: 100vh;
		background-image: url(../img/top_hero_bgT.png);
		background-size: cover;
		animation: hero_bg 18s infinite;
	}
}

.hero_imgWrap_L {
	display: none;
	position: relative;
	width: 90%;
	/* margin: 0 auto; */
}

@media screen and (min-width: 768px) {
	.hero_imgWrap_L {}
}


@media screen and (min-width: 1367px) {
	.hero_imgWrap_L {
		display: flex;
		justify-content: center;
		margin-top: 4%;
		align-items: center;
		width: 90%;
		/* padding: 0 40px; */
	}
}

.hero_imgWrap_M {
	display: none;
	position: relative;
	width: 90%;
	/* margin: 0 auto; */
}

@media screen and (min-width: 768px) {
	.hero_imgWrap_M {
		display: flex;
		justify-content: center;
		margin-top: 2%;
		align-items: center;
		width: 100%;
		/* padding: 0 40px; */
	}
}

@media screen and (min-width: 1367px) {
	.hero_imgWrap_M {
		display: none;
	}
}

.hero_imgWrap_S {
	display: flex;
	position: relative;
}

@media screen and (min-width: 768px) {
	.hero_imgWrap_S {
		display: none;
	}
}

.top_hero_img {
	position: absolute;
	width: 100%;
	/* padding: 20px; */
}

@media screen and (min-width: 768px) {
	.top_hero_img {
		padding: 0 15px;
	}
}

@media screen and (min-width: 1367px) {
	.top_hero_img {
		padding: 0;
	}
}

.top_hero_logo {
	background: rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 768px) {
	.top_hero_logo {
		background: none;
	}
}

@media screen and (min-width: 1367px) {
	.top_hero_logo {}
}

/**top intro_section **/

.intro_section {}

@media screen and (min-width: 768px) {
	.intro_section {
		padding-top: 50px;
		font-size: 18px;
	}
}

@media screen and (min-width: 1367px) {
	.intro_section {
		margin-top: 100px;
		margin-bottom: 100px;
		padding: 0;
	}
}

.intro_content_1st {
	margin: 0 auto;
	text-align: justify;
}

@media screen and (min-width: 768px) {
	.intro_content_1st {
		max-width: 82%;
	}
}

@media screen and (min-width: 1367px) {
	.intro_content_1st {
		max-width: 900px;
	}
}

.intro_content_2nd {
	margin-top: 50px;
}

@media screen and (min-width: 768px) {
	.intro_content_2nd {
		margin-top: 120px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
}

@media screen and (min-width: 1367px) {
	.intro_content_2nd {}
}


.intro_content_2nd img {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.intro_content_2nd img {
		max-width: 35%;
		margin: 0;
	}
}

@media screen and (min-width: 1367px) {
	.intro_content_2nd img {
		max-width: unset;
	}
}

.intro_content_3rd {
	margin-top: 50px;
}

@media screen and (min-width: 768px) {
	.intro_content_3rd {
		position: relative;
		margin-top: 0px;
		display: flex;
		flex-direction: row;
		align-items: end;
		justify-content: end;
	}
}

@media screen and (min-width: 1367px) {
	.intro_content_3rd {}
}

.intro_content_3rd p {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.intro_content_3rd p {
		position: absolute;
		bottom: 0px;
		left: 0;
		max-width: 65%;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1367px) {
	.intro_content_3rd p {
		width: 700px;
		max-width: unset;
		bottom: 50px;
	}
}

.intro_content_3rd img {}

@media screen and (min-width: 768px) {
	.intro_content_3rd img {
		max-width: 40%;
	}
}

@media screen and (min-width: 1367px) {
	.intro_content_3rd img {
		max-width: unset;
	}
}

.intro_content_4th {
	margin-top: 50px;
}

@media screen and (min-width: 768px) {
	.intro_content_4th {
		max-width: 800px;
		margin: 150px auto 0;
	}
}

@media screen and (min-width: 1367px) {
	.intro_content_4th {}
}

/**top outline_section **/

.outline_section_wrap {
	background-color: #9595950f;
}


@media screen and (min-width: 768px) {
	.outline_section_wrap {
		padding: 100px 15px 80px;
	}
}

@media screen and (min-width: 1367px) {
	.outline_section_wrap {}
}

.outline_list {}

@media screen and (min-width: 768px) {
	.outline_list {}
}

@media screen and (min-width: 1367px) {
	.outline_list {}
}

.outline_item {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.outline_item {
		flex-direction: row;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1367px) {
	.outline_item {
		margin-bottom: 30px;
	}
}

.outline_item_head {
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.outline_item_head {
		width: 130px;
	}
}

@media screen and (min-width: 1367px) {
	.outline_item_head {
		width: 150px;
	}
}

.outline_item_content {}

@media screen and (min-width: 768px) {
	.outline_item_content {
		max-width: 800px;
		width: calc(100% - 130px);
	}
}

@media screen and (min-width: 1367px) {
	.outline_item_content {}
}


/** top access_section **/
.access_section_wrap {}

@media screen and (min-width: 768px) {
	.access_section_wrap {}
}

@media screen and (min-width: 1367px) {
	.access_section_wrap {}
}

.access_section {}

@media screen and (min-width: 768px) {
	.access_section {}
}

@media screen and (min-width: 1367px) {
	.access_section {}
}

.access_content {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.access_content {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1367px) {
	.access_content {}
}

.access_list {}

@media screen and (min-width: 768px) {
	.access_list {
		width: 48%;
	}
}

@media screen and (min-width: 1367px) {
	.access_list {}
}

.access_item {
	margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
	.access_item {}
}

@media screen and (min-width: 1367px) {
	.access_item {}
}

.access_item_head {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.access_item_head {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1367px) {
	.access_item_head {}
}

.access_content_list {}

@media screen and (min-width: 768px) {
	.access_content_list {}
}

@media screen and (min-width: 1367px) {
	.access_content_list {}
}

.access_content_item {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.access_content_item {}
}

@media screen and (min-width: 1200px) {
	.access_content_item {}
}

@media screen and (min-width: 1367px) {
	.access_content_item {
		flex-direction: row;
	}
}

.access_content_head {}

@media screen and (min-width: 768px) {
	.access_content_head {
		width: 230px;
	}
}

@media screen and (min-width: 1367px) {
	.access_content_head {}
}

.access_content_info {}

@media screen and (min-width: 768px) {
	.access_content_info {}
}

@media screen and (min-width: 1367px) {
	.access_content_info {}
}

/*----------------------                       
other_pages
----------------------*/
.page_header_bottom {
	color: #000;
}

.page_header_navi {
	border-color: #000;
}

.page_hero_wrap {
	display: flex;
	position: relative;
	justify-content: center;
	background-size: cover;
	background-image: url(../img/page_bg.jpg);
}

.page_hero_wrap2 {
	display: flex;
	position: relative;
	justify-content: center;
	background-size: cover;
	background-image: url(../img/page_bg2.jpg);
}

@media screen and (min-width: 768px) {

	.page_hero_wrap,
	.page_hero_wrap2 {
		padding-bottom: 80px;
	}
}

@media screen and (min-width: 1367px) {

	.page_hero_wrap,
	.page_hero_wrap2 {
		padding-bottom: 100px;
	}
}

.page_hero_imgWrap_L {
	display: none;
	position: relative;
	width: 90%;
	/* margin: 0 auto; */
}

@media screen and (min-width: 768px) {
	.page_hero_imgWrap_L {}
}


@media screen and (min-width: 1367px) {
	.page_hero_imgWrap_L {
		display: flex;
		justify-content: center;
		margin-top: 4%;
		align-items: center;
		width: 90%;
		/* padding: 0 40px; */
	}
}

.page_hero_imgWrap_M {
	display: none;
	position: relative;
	width: 90%;
	/* margin: 0 auto; */
}

@media screen and (min-width: 768px) {
	.page_hero_imgWrap_M {
		display: flex;
		justify-content: center;
		margin-top: 4%;
		align-items: center;
		width: 50%;
		/* padding: 0 40px; */
	}
}


@media screen and (min-width: 1367px) {
	.page_hero_imgWrap_M {
		display: none;
	}
}

.page_hero_imgWrap_S {
	display: flex;
	position: relative;
	padding: 40px 0;
}

@media screen and (min-width: 768px) {
	.page_hero_imgWrap_S {
		display: none;
	}
}


.page_hero_img {
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.page_hero_img {
		max-width: 900px;
		margin-top: 40px;
	}
}

@media screen and (min-width: 1367px) {
	.page_hero_img {
		max-width: 1000px;
		margin-top: 20px;
	}
}

/************* event page *************/


.event_section_wrap {}

@media screen and (min-width: 768px) {
	.event_section_wrap {}
}

@media screen and (min-width: 1367px) {
	.event_section_wrap {}
}

.event_section {}

@media screen and (min-width: 768px) {
	.event_section {}
}

@media screen and (min-width: 1367px) {
	.event_section {}
}

.event_section_head {
	border-bottom: 1px solid;
	padding: 0 0 5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}

@media screen and (min-width: 768px) {
	.event_section_head {
		font-weight: 500;
		font-size: 30px;
	}
}

@media screen and (min-width: 1367px) {
	.event_section_head {}
}

.event_section_content {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.event_section_content {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (min-width: 1367px) {
	.event_section_content {}
}

.event_img_wrap {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.event_img_wrap {
		width: 40%;
		margin: 0;
	}
}

@media screen and (min-width: 1367px) {
	.event_img_wrap {}
}

.event_img {}

@media screen and (min-width: 768px) {
	.event_img {}
}

@media screen and (min-width: 1367px) {
	.event_img {}
}

.event_content_list {}

@media screen and (min-width: 768px) {
	.event_content_list {
		width: 58%;
	}
}

@media screen and (min-width: 1367px) {
	.event_content_list {
		width: 55%;
	}
}

.event_content_item {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.event_content_item {
		margin-bottom: 20px;
	}
}


@media screen and (min-width: 1000px) {
	.event_content_item {
		flex-direction: row;
	}
}

@media screen and (min-width: 1367px) {
	.event_content_item {}
}

.event_item_lch {
	margin: 0;
}

.event_outline {
	text-align: justify;
}

@media screen and (min-width: 768px) {
	.event_outline {}
}

@media screen and (min-width: 1367px) {
	.event_outline {
		margin-bottom: 20px;
	}
}

.event_content_head {
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.event_content_head {
		width: 60px;
	}
}

@media screen and (min-width: 1367px) {
	.event_content_head {
		width: 60px;
	}
}

.event_content_text {}

@media screen and (min-width: 768px) {
	.event_content_text {
		width: calc(100% - 60px);
	}
}

@media screen and (min-width: 1367px) {
	.event_content_text {}
}

.event_cov_statement {
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	.event_cov_statement {}
}

@media screen and (min-width: 1367px) {
	.event_cov_statement {}
}

/************* highlight page *************/

.highlight_section_wrap {}

@media screen and (min-width: 768px) {
	.highlight_section_wrap {}
}

@media screen and (min-width: 1367px) {
	.highlight_section_wrap {}
}

.highlight_section {}

@media screen and (min-width: 768px) {
	.highlight_section {}
}

@media screen and (min-width: 1367px) {
	.highlight_section {}
}

.highlight_section_head {
	line-height: 1.2;
}

@media screen and (min-width: 768px) {
	.highlight_section_head {}
}

@media screen and (min-width: 1367px) {
	.highlight_section_head {}
}

.highlight_section_text {
	text-align: justify;
}

@media screen and (min-width: 768px) {
	.highlight_section_text {}
}

@media screen and (min-width: 1367px) {
	.highlight_section_text {}
}

.hightligh_section_outline {
	margin-bottom: 20px;
	text-align: justify;
}

@media screen and (min-width: 768px) {
	.hightligh_section_outline {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 1367px) {
	.hightligh_section_outline {
		margin-bottom: 80px;
	}
}

.highlight_section_contentWrap {}

@media screen and (min-width: 768px) {
	.highlight_section_contentWrap {}
}

@media screen and (min-width: 1367px) {
	.highlight_section_contentWrap {}
}

.highlight_content_list {}

@media screen and (min-width: 768px) {
	.highlight_content_list {}
}

@media screen and (min-width: 1367px) {
	.highlight_content_list {}
}

.highlight_content_item {}

@media screen and (min-width: 768px) {
	.highlight_content_item {}
}

@media screen and (min-width: 1367px) {
	.highlight_content_item {}
}

.highlight_content_head {
	font-size: 20px;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.highlight_content_head {
		font-size: 24px;
		margin-bottom: 30px;
		border-bottom: 1px solid;
	}
}

@media screen and (min-width: 1367px) {
	.highlight_content_head {
		margin-bottom: 20px;
	}
}

.highlight_content {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.highlight_content {}
}

@media screen and (min-width: 1367px) {
	.highlight_content {}
}

.highlight_content_1-1-1 {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.highlight_content_1-1-1 {
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 70px;
	}
}

@media screen and (min-width: 1367px) {
	.highlight_content_1-1-1 {
		margin-bottom: 90px;
	}
}

.highlight_content_1-1-2 {}

@media screen and (min-width: 768px) {
	.highlight_content_1-1-2 {
		width: 53%;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1367px) {
	.highlight_content_1-1-2 {
		width: 62%;
	}
}

.highlight_content_1-2-1 {}

@media screen and (min-width: 768px) {
	.highlight_content_1-2-1 {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1367px) {
	.highlight_content_1-2-1 {}
}

.highlight_content_1-2-2 {}

@media screen and (min-width: 768px) {
	.highlight_content_1-2-2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1367px) {
	.highlight_content_1-2-2 {
		justify-content: unset;
	}
}

.highlight_content_2-1-1 {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.highlight_content_2-1-1 {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 70px;
	}
}

@media screen and (min-width: 1367px) {
	.highlight_content_2-1-1 {
		margin-bottom: 70px;
	}
}

.highlight_content_2-2-1 {}

@media screen and (min-width: 768px) {
	.highlight_content_2-2-1 {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (min-width: 1367px) {
	.highlight_content_2-2-1 {}
}

.highlight_content_text {
	margin-bottom: 15px;
	text-align: justify;
}

@media screen and (min-width: 768px) {
	.highlight_content_text {}
}

@media screen and (min-width: 1367px) {
	.highlight_content_text {}
}

.highlight_content_text_2-1-1 {}

@media screen and (min-width: 768px) {
	.highlight_content_text_2-1-1 {
		width: 49%;
	}
}

@media screen and (min-width: 1367px) {
	.highlight_content_text_2-1-1 {}
}

.highlight_content_text_2-2-1 {}

@media screen and (min-width: 768px) {
	.highlight_content_text_2-2-1 {
		width: 49%;
	}
}

@media screen and (min-width: 1367px) {
	.highlight_content_text_2-2-1 {}
}



.highlight_imgWrap_1-1-1 {}

@media screen and (min-width: 768px) {
	.highlight_imgWrap_1-1-1 {
		width: 44%;
	}
}

@media screen and (min-width: 1367px) {
	.highlight_imgWrap_1-1-1 {
		width: 36%;
	}
}

.highlight_imgWrap_1-1-2 {}

@media screen and (min-width: 768px) {
	.highlight_imgWrap_1-1-2 {}
}

@media screen and (min-width: 1367px) {
	.highlight_imgWrap_1-1-2 {}
}

.highlight_imgWrap_1-2-1 {}

@media screen and (min-width: 768px) {
	.highlight_imgWrap_1-2-1 {
		width: 62%;
	}
}

@media screen and (min-width: 1367px) {
	.highlight_imgWrap_1-2-1 {
		width: 57%;
		margin-right: 30px;
	}
}

.highlight_imgWrap_1-2-2 {}

@media screen and (min-width: 768px) {
	.highlight_imgWrap_1-2-2 {
		width: 36%;
	}
}

@media screen and (min-width: 1367px) {
	.highlight_imgWrap_1-2-2 {
		width: 33%;
	}
}

.highlight_imgWrap_2-1-1 {}

@media screen and (min-width: 768px) {
	.highlight_imgWrap_2-1-1 {
		width: 49%;
	}
}

@media screen and (min-width: 1367px) {
	.highlight_imgWrap_2-1-1 {}
}

.highlight_imgWrap_2-2-1 {}

@media screen and (min-width: 768px) {
	.highlight_imgWrap_2-2-1 {
		width: 49%;
	}
}

@media screen and (min-width: 1367px) {
	.highlight_imgWrap_2-2-1 {}
}

.highlight_img {}

@media screen and (min-width: 768px) {
	.highlight_img {}
}

@media screen and (min-width: 1367px) {
	.highlight_img {}
}

.highlight_writer {
	margin: 10px 0 20px;
	text-align: right;
}


@media screen and (min-width: 768px) {
	.highlight_writer {}
}

@media screen and (min-width: 1367px) {
	.highlight_writer {
		margin: 10px 0 40px;
	}
}

/*-------------------------------------

footer

-------------------------------------*/
.footer {
	text-align: center;
	background: #000;
}

@media screen and (min-width: 768px) {
	.footer {}
}

@media screen and (min-width: 1367px) {
	.footer {}
}

.footer_logo {
	padding: 40px 15px 20px;
}

@media screen and (min-width: 768px) {
	.footer_logo {
		width: 50%;
		margin: 0 auto;
		padding: 65px 0;
	}
}

@media screen and (min-width: 1367px) {
	.footer_logo {
		padding: 80px 0;
	}
}

.copyright {
	padding: 10px 0;
	color: #fff;
	font-size: 10px;
	font-weight: 100;
}

@media screen and (min-width: 768px) {
	.copyright {
		font-size: 14px;
	}
}

@media screen and (min-width: 1367px) {
	.copyright {}
}

.access_map {}

@media screen and (min-width: 500px) {
	.access_map {}
}

@media screen and (min-width: 850px) {
	.access_map {
		width: 48%;
	}
}

@media screen and (min-width: 1367px) {
	.access_map {}
}

.iframe-content {}

@media screen and (min-width: 500px) {
	.iframe-content {}
}

@media screen and (min-width: 1367px) {
	.iframe-content {
		position: relative;
		padding-top: 80%;
	}
}

.access_map_iframe {
	width: 100%;
	height: 66vw;
	margin: 20px 0;
}

@media screen and (min-width: 500px) {
	.access_map_iframe {
		margin: 40px 0;
	}
}

@media screen and (min-width: 850px) {
	.access_map_iframe {
		margin: 0;
		height: 40vw;
	}
}

@media screen and (min-width: 1367px) {
	.access_map_iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
	}
}