@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

/*--ページレイアウト調整用--------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

.front_contents {
	position: relative;
	padding: min(calc(150px + (1vw - 19.2px) * 4.5307), 150px) 0; /* 150-80px (1920-375) */
	z-index: 10;
}
.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#front_top_content, #front_bottom_content {
	position: relative;
	padding: min(calc(120px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
	z-index: 10;
	background: #fff;
}
#front_top_content{
	padding: min(calc(150px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
}
#front-sectionPost {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
}

#front-sectionPost .postlist li {
	border: none!important;
	
}

.postlist li,
.postlist li:first-child {
	border: none!important;
}
.postlist .post_text {
	position: relative;
}
.postlist .post_text:after {
	content: '';
	display: inline-block;
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #000000 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	position: absolute;
	height: 1px;
	bottom: 0;
	right: 0;
	width: 93%;
}

.post .time, .postlist .time, .post2b .time, .post4b .time {
	font-weight: 700;
	color: #00ABE0!important;
	border-radius: 5px;
	background: #DFEEFF;
}
.post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
	font-weight: 700;
	color: #00ABE0!important;
}

.post_link a, .post2b_link a, .post4b_link a {
	color: #00ABE0!important;
}
.post_link, .post2b_link, .post4b_link {
	border-bottom: solid 1px #00ABE0;
}

.post4b h2 {
	font-weight: 700;
	border-left: solid 4px #00ABE0;
}
.post4b h2 a {
	padding-left: 10px!important;
	display: inline-block;
}
.post2b li .post2b_contents, .post4b li .post4b_contents {
	opacity: 1;
}
.post4b img {
	border-radius: 15px;
}
.post4b_text {
	padding-bottom: 10px;
	border-bottom: dashed 1px #CCCCCC;
}
.post4b_link {
	display: none;
}

#wrapper {
	max-width: unset;
	padding: 0;
	position: relative;
	z-index: 1;
}

body {
	font-weight: 400;
	font-family: "Zen Maru Gothic", serif;
}

body p {
	line-height: 2;
}

body:not(.home) #wrapper {
	width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper {
	width: 90%;
	max-width: var(--content-max-width);
}

body.page-activemenu #content.wide {
	padding-bottom: 0;
}

.page-id-17 #wrapper {
	width: 90%!important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}

#header-upper {
	display: none!important;
}
#header,.sticky-header #header > .inner {
	background: #fff;
}
.header__nav-contact {
	padding-right: 14px;
}
#header ul.header__contact {
	column-gap: 10px;
}
#header ul.header__contact li {
	height: auto;
}
#header a.head_btn {
	display: flex;
	justify-content: center;
	align-items: center;	
	flex-direction: unset;
	border-radius: 25px;
}
#header a.head_btn::before {
	content: ''!important;
	display: inline-block;
	width: 23px;
	height: 18px;
	margin-top: 4px;
}
#header a.head_btn.tel_btn{
	position: relative;
	background: #00ABE0!important;
	box-shadow: 2px 2px 0 #3373AF;
}
#header a.head_btn.tel_btn::before {
	background: url(/wp-content/uploads/icon_w_tel.png)no-repeat;
	background-size: contain;
}
#header a.head_btn.tel_btn .time {
	display: block;
	font-size: 12px;
}
#header a.head_btn.mail_btn {
	position: relative;
	background: #FF8903!important;
	box-shadow: 2px 2px 0 #B16004;
}
#header a.head_btn.mail_btn::before {
	background: url(/wp-content/uploads/icon_contact_mail.png)no-repeat;
	background-size: contain;
}
#header .logo img {
	width: 100%;
	max-width: 230px;
	height: auto;
}
#thumbImg::before, header#h1Header::before {
	opacity: .5;
}
header#h1Header {
	text-align: center;
}
header#h1Header h1.title {
	font-size: min(calc(4.2rem + (1vw - 19.2px) * 0.5178), 4.2rem);
	color: #00ABE0;
	line-height: 1.2;
	width: fit-content;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding-bottom: 6px;
	white-space: nowrap;
}
header#h1Header h1.title::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/wp-content/uploads/mark.png)no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	margin-top: -14px;
	margin-right: 8px;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
nav#mainNav ul li {
	position: relative;
}
nav#mainNav ul li::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 46px;
	background: #00ABE0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
nav#mainNav ul li:last-child::after {
	display: none;
}
nav#mainNav ul li a {
	color: #3970BA;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
	font-weight: 700;
	color: #00ABE0;
}
nav#mainNav ul li a span {
	color: #00ABE0;
}
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li.current-menu-item a span {
	color: #00ABE0;
}
nav#mainNav ul li.current-menu-parent a b,nav#mainNav ul li.current-menu-parent a span {
	color: #00ABE0;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #fff;
	color: #00ABE0;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
	background: #00ABE0!important;
	color: #fff;
}
nav#mainNav ul li.current-menu-item a {
	background: #fff;
}
nav#mainNav ul li.current-menu-item a:hover {
	background: #fff!important;
}
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:hover span {
	color: #00ABE0;
}
nav#mainNav ul li a:hover {
	background: unset;
}
nav#mainNav ul li ul.sub-menu li a {
	font-weight: 700;
/* 	background: #fff; */
	color: #00ABE0;
}
nav#mainNav ul li ul.sub-menu li::after {
	display: none;
}
nav#mainNav ul li ul.sub-menu li a:hover {
	background: #00ABE0;
	color: #fff;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #00ABE0;
}

.spmenu #menu p {
	color: #00ABE0;
}

.footer_snsicon {
	display: block;
	width: 50px;
	margin-inline: auto;
	margin-bottom: 20px;
}
.footer_snsicon img {
	width: 100%;
	max-width: 100%;
}
#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #00ABE0;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #fff;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}

a#scrollUp {
	background: #00ABE0;
}

.c-link {
	font-size: 16px;
	color: #fff;
	position: relative;
	background: #FF8903;
	position: relative;
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 15px 45px;
	text-align: center;
	box-shadow: 2px 2px 0 #B16004;
	border-radius: 40px;
	transition: all .3s;
	margin-top: 50px;
	margin-inline: auto;
}
.c-link:hover {
	opacity: .7;
	color: #fff;
}

.inner {
	width: 90%;
	max-width: var(--content-max-width);
	margin-inline: auto;
}

.inner02 {
	width: 90%;
	max-width: 1000px;
	margin-inline: auto;
}


h1.title {
	font-size: min(calc(3.5rem + (1vw - 19.2px) * 0.5178), 3.5rem);
	color: #00ABE0;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	display: block;
	margin-inline: auto;
	width: fit-content;
	padding-bottom: 6px;
	border-bottom: dashed 3px #FF8903;
}
body.home h1.title::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/wp-content/uploads/mark.png)no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	margin-top: -14px;
	margin-right: 8px;
}
body.home h1.title.none::before {
	display: none;
}

.post h2 {
	color: #00ABE0;
	text-align: left;
	padding-left: 10px;
	border-left: solid 4px #00ABE0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

.post h3 {
	border: none;
	padding: 0;
}

.post h4::before {
	background: #00ABE0;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-size: 16px;
	color: #fff;
	position: relative;
	background: #FF8903;
	position: relative;
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 15px 45px;
	text-align: center;
	box-shadow: 2px 2px 0 #B16004;
	border-radius: 40px;
	transition: all .3s;
	margin-top: 50px;
	margin-inline: auto;
}
.linkBtn:hover, post .linkBtn:hover, a.linkBtn:hover{
	background: #FF8903!important;
}
.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	display: none;
}

#mainImg {
	width: 90%;
	margin-inline: auto;
	position: relative;
	z-index: 2;
	margin-top: 20px!important;
}

.nivoSlider {
	position: relative;
	z-index: 2;
}
.nivoSlider::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/mv_bg.png) no-repeat;
	background-size: contain;
	background-position: center;
	width: 110%;
	height: 110%;
	position: absolute;
	top: 0;
	left: -5%;
	z-index: 10;
}

#mainImg img {
	border-radius: 50px;
}

.nivoSlider {
	overflow: visible!important;
}

.nivo-caption {
	font-family: "Zen Maru Gothic", serif!important;
	font-weight: 700!important;
	font-style: normal!important;
	font-size: 42px;
	line-height: 1.3;
	color: #00ABE0!important;
	background: unset!important;
	top: 20%!important;
	left: -7%!important;
	transform: translateY(-50%);
	width: 90%!important;
	max-width: var(--content-max-width);
	height: fit-content;
	opacity: 1!important;
	white-space: nowrap;
	overflow: visible!important;
	text-align: left!important;
	z-index: 10!important;
}
.nivo-caption span {
	display: inline-block;
	margin-top: 14px;
	background: #E5F0F7;
	padding: 12px 3%;
}

.ms-edit-frontend {
	display: none;
}

.top_timetable {
  margin-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.top_timetable .text {
  width: 55%;
  background: #fff;
  border-radius: 40px;
  padding: 40px 5% 40px 10%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top_timetable .image {
  width: 65%;
  margin-left: auto;
}
.top_timetable h1.title {
  text-align: left;
  margin: 0;
}
.top_timetable .text span {
  font-weight: 500;
  font-size: rem(14);
  color: #78C1EB;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 30px;
}

.top_activemenu {
  margin-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.top_activemenu .text {
  width: 55%;
  background: #fff;
  border-radius: 40px;
  padding: 40px 10% 40px 5%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top_activemenu .image {
  width: 65%;
  margin-right: auto;
}
.top_activemenu h1.title {
  text-align: left;
  margin: 0;
}
.top_activemenu .text span {
  font-weight: 500;
  font-size: rem(14);
  color: #78C1EB;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 30px;
}

.top_information {
  padding: 80px 0;
}
.top_information ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 40px;
}
.top_information li figure {
  margin-bottom: 0;
}
.top_information li img {
  border-radius: 25px;
}

.top_faq {
  margin-top: 120px;
}
.top_faq details {
  border-bottom: 2px dashed #002C55;
	padding-bottom: 10px;
}
.top_faq details:not(:last-child) {
  margin-bottom: 20px;
}
/**
 * list-style: none; ←デフォルト三角削除（Chrome非対応）
 * cursor: pointer; ←カーソルをポインターに
**/
.top_faq details summary {
  list-style: none;
  cursor: pointer;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 60px;
}
.top_faq details summary span {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #00ABE0;
}
/**
 * Chrome用のデフォルト三角削除
**/
.top_faq details summary::-webkit-details-marker {
  display: none;
}
/**
 * Font Awesomeのプラスアイコン使用
**/
.top_faq details summary::before {
  content: '';
  background: url(/wp-content/uploads/faq_icon01.png)no-repeat;
  background-size: cover;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
/**
 * アコーディオンがオープン時はマイナスアイコンに変更
**/
.top_faq details[open] summary::before {
  content: '';
  background: url(/wp-content/uploads/faq_icon02.png)no-repeat;
  background-size: cover;
  background-position: center;
  width: 24px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.top_faq details p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 20px;
  position: relative;
  padding-left: 60px;
}
.top_faq details p span {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #A2ABB1;
}

.top_recruit {
  margin-top: 120px;
}
.top_recruit {
  display: flex;
}
.top_recruit .text {
  width: 50%;
  background: #F1F8FC;
  padding: 80px 5% 80px 10%;
  display: flex;
  align-items: center;
}
.top_recruit .image {
  width: 50%;
}
.top_recruit figure {
  width: 100%;
  height: 100%;
}
.top_recruit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body:not(.home) .top_results {
	display: none;
}
.top_results {
	padding-bottom: 120px;
}
.top_results h3 {
	color: #78C1EB;
}
.top_results ul {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.top_results li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 30px;
}
.top_results a {
	text-decoration: underline;
}

.activemenu_greeting {
  display: flex;
  justify-content: space-between;
}
.activemenu_greeting .text {
  width: 50%;
}
.activemenu_greeting .image {
  width: 45%;
}
.activemenu_greeting .image img {
  border-radius: 20px;
}

.activemenu_timetable {
  margin-top: 80px;
}
.activemenu_timetable .flex {
  display: flex;
  justify-content: space-between;
}
.activemenu_timetable .box {
  width: 45%;
  position: relative;
}
.activemenu_timetable figure {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 120px;
}
.activemenu_timetable h3 {
  margin: 0;
  text-align: center;
  color: #FF8903;
  background: #FFEFDE;
  padding: 4px 0;
}
.activemenu_timetable .right {
  font-weight: 700;
  text-align: right;
  font-size: 20px;
  margin-top: 6px;
  margin-bottom: 20px;
}
.activemenu_timetable dl {
	border-bottom: 2px dashed #002C55;
	display: flex;
	padding-top: 14px;
	padding-bottom: 14px;
}
.activemenu_timetable dt {
	font-weight: 700;
	font-size: 16px;
	width: 25%;
	color: #002C55;
}
.activemenu_timetable  dd {
	width: 75%;
	font-size: 16px;
	padding-left: 10px;
	padding-bottom: 0;
	color: #002C55;
}

.activemenu_support {
  margin-top: 120px;
}
.activemenu_support ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 60px;
}
.activemenu_support li {
  width: 45%;
}
.activemenu_support figure {
  position: relative;
  margin-bottom: 20px;
  height: 220px;
}
.activemenu_support figure::after {
  content: '';
  display: inline-block;
  background: rgba(0,111,216,.3);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.activemenu_support img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activemenu_support figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	z-index: 2;
}

.activemenu_flow {
  margin-top: 120px;
  padding: 80px 0;
  background: #F1F8FC;
}
.activemenu_flow ul {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-template-rows: auto;
  column-gap: 60px;
}
.activemenu_flow figure {
  position: relative;
  margin-bottom: 20px;
}
.activemenu_flow figure::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 26px solid #dfeeff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right:  -45px;
  transform: translateY(-50%);
}
.activemenu_flow li:last-child figure::after {
	display: none;
}
.activemenu_flow  h3 {
  text-align: left;
  color: #00ABE0;
  margin-top: 0;
  margin-bottom: 6px;
}

.information_about .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.information_about .text {
  width: 47%;
}
.information_about .map {
  width: 47%;
}
.information_about iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 3 / 2;
}
.information_about ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 30px;
}
.information_about li {
  width: 300px;
}
.information_about .c-link img {
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}
.information_about .grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 40px;
	margin-top: 100px;
}
.information_about .grid figure {
	margin-bottom: 18px;
}
.information_about .grid figure img {
	border-radius: 15px;
}

.information_outline {
  margin-top: 120px;
}
.information_outline table,
.information_outline th,
.information_outline td {
  border: none!important;
}
.information_outline th {
  text-align: center!important;
  color: #002C55!important;
  background: unset!important;
}
.information_outline td {
	font-weight: 500;
}
.information_outline tr {
  border-bottom: 2px dashed #002C55;
}

.information_state {
  margin-top: 120px;
}
.information_state img {
  border-radius: 15px;
}

body.page-contact .post table th {
	background: #F1F8FC!important;
}
.post .subimitarea .linkBtn input[type="submit"] {
	padding: 0;
}
.wpcf7-form .must {
	background: #DC143C!important;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 100%;
	}

	#header .logo img {
		max-height: unset;
	}
	
	nav#mainNav ul li a:hover {
		background: #fff!important;
	}
	nav#mainNav ul li ul.sub-menu li a:hover {
		color: #00ABE0;
	}
	nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
		background: #fff!important;
		color: #00ABE0;
	}

	.nivo-caption {
		font-size: 28px;
		top: 30%!important;
	}

	.top_timetable {
		margin-top: 0;
		padding-bottom: 0;
	}
	.top_timetable .text {
		width: 100%;
		padding: 40px 5%;
		position: static;
		left: unset;
		bottom: unset;
	}
	.top_timetable .image {
		width: 100%;
		margin-left: unset;
	}
	.top_activemenu {
		margin-top: 0;
		padding-bottom: 0;
	}
	.top_activemenu .text {
		width: 100%;
		padding: 40px 5%;
		position: static;
		left: unset;
		bottom: unset;
	}
	.top_activemenu .image {
		width: 100%;
		margin-right: unset;
	}
	.top_activemenu h1.title {
		text-align: left;
		margin: 0;
	}
}

@media print, screen and (max-width: 768px) {
	#mainImg img {
		border-radius: 15px;
		aspect-ratio: 3 / 2;
		width: 100%;
		object-fit: cover;
	}
	.nivo-caption {
		font-size: 15px;
		top: 16%!important;
		left: -8%!important;
	}
	.nivo-caption span {
		margin-top: 6px;
		padding: 6px 2%;
	}

	.top_timetable h1.title br {
		display: none;
	}
	.top_timetable .text {
		padding-top: 0;
	}
	
	.top_activemenu h1.title br {
		display: none;
	}

	.top_information {
		padding: 60px 0;
	}
	.top_information ul {
		grid-template-columns: repeat(1,1fr);
		row-gap: 30px;
	}
	.top_information li img {
		border-radius: 15px;
	}
	.top_information .c-link {
		margin-top: 20px;
	}
	
	.top_faq {
		margin-top: 80px;
	}
	.top_faq details {
		padding-bottom: 8px;
	}
	.top_faq details summary {
		padding: 20px 40px;
		font-size: 16px;
		padding-left: 60px;
	}
	.top_faq details summary span {
		font-size: 24px;
	}
	.top_faq details p {
		font-size: 16px;
		padding-left: 60px;
	}
	.top_faq details p span {
		font-size: 24px;
	}
	
	.top_recruit {
		margin-top: 80px;
	}
	.top_recruit {
		flex-direction: column;
	}
	.top_recruit .text {
		width: 100%;
		padding: 60px 5%;
	}
	.top_recruit .image {
		width: 100%;
	}
	.top_recruit figure {
		width: 100%;
		height: 400px;
	}
	.top_recruit .c-link {
		margin-top: 20px;
	}
	
	.activemenu_greeting {
		flex-direction: column;
		row-gap: 30px;
	}
	.activemenu_greeting .text {
		width: 100%;
	}
	.activemenu_greeting .image {
		width: 100%;
	}
	
	.activemenu_timetable .flex {
		flex-direction: column;
		row-gap: 60px;
	}
	.activemenu_timetable .box {
		width: 100%;
	}
	.activemenu_timetable figure {
		width: 100px;
	}
	.activemenu_timetable .right {
		font-size: 18px;
	}
	.activemenu_timetable dl {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.activemenu_support {
		margin-top: 80px;
	}
	.activemenu_support ul {
		flex-direction: column;
		row-gap: 30px;
	}
	.activemenu_support li {
		width: 100%;
	}
	.activemenu_support figure {
		height: 200px;
	}
	.activemenu_support figcaption {
		font-size: 22px;
	}

	.activemenu_flow {
		margin-top: 80px;
		padding: 60px 0;
	}
	.activemenu_flow ul {
		grid-template-columns: repeat(2,1fr);
		column-gap: 40px;
	}
	.activemenu_flow figure::after {
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 20px solid #dfeeff;
		right:  -32px;
	}
	
	.information_about .flex {
		flex-direction: column;
		row-gap: 30px;
	}
	.information_about .text {
		width: 100%;
	}
	.information_about .map {
		width: 100%;
		height: 250px;
	}
	.information_about li {
		width: 100%;
		max-width: 300px;
	}
	.information_about li .c-link {
		margin-top: 0;
	}
	.information_about .grid {
		grid-template-columns: repeat(1,1fr);
		row-gap: 40px;
	}

	.information_outline {
		margin-top: 80px;
	}

	.information_state {
		margin-top: 80px;
	}
}