@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
	font-style: normal;
}
html{

}
body{
	font-family: "Noto Sans JP","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	font-weight: normal;
	background-repeat: repeat;
	background-position: center top;
	font-size: 16px;
	line-height: 160%;
}
body.modal_on {
	/*overflow:hidden;*/
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	border-collapse: collapse;
}
a:link,
a:visited {
	text-decoration: none;
	color:#003399;
}
a:hover,
a:active {
	color:#F60;
	text-decoration: underline;
}
a img{
	transition:0.4s;
}
a:hover img{
	opacity:0.7;
}
input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
}
.clear {
	clear: both;	
}

.mobile_nowrap {
	display: inline;
}
.pc_nowrap {
	display: none;
}
.mobile_only {
	display:none;
}
.pc_only {
	display: block;
}
.forPC {
	display:block;
}
.forSP {
	display:none;	
}

#wrapper{
	width: 100%;
	min-width:1280px;
}
#header {
	box-sizing: border-box;
	width: 100%;
	height:140px;
	position:relative;
	margin-bottom:156px;
}
body.home #header,
body.page-template-page-english #header {
	box-sizing: border-box;
	width: 100%;
	height:140px;
	position:relative;
	margin-bottom:0px;
}
#header .header_logo {
	line-height: 0;
	padding-top: 45px;
	padding-left: 60px;
}
body.page-template-page-english #header .header_logo {
	padding-top: 40px;
}
#header .header_logo a {
	transition:0.3s;
}
#header .header_logo a:hover {
	opacity:0.6;
}
#header nav#g_nav {
	width:100%;
	display: block;
	position: absolute;
	top:140px;
	left:0px;
}
body.home #header nav#g_nav,
body.page-template-page-english #header nav#g_nav {
	top:747px;
}
html:not([lang="ja"]) body.home #header nav#g_nav {
	top:820px;
}
#header nav#g_nav > ul {
	width:100%;
	max-width:1414px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	align-content:center;
	align-items:center;
	flex-wrap:wrap;
	justify-content: space-between;
}
#header nav#g_nav > ul > li {
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	text-align: center;
	width: 20%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
.page-template-page-english #header nav#g_nav > ul > li {
	font-size: 20px;
	width: 25%;
}
#header nav#g_nav > ul > li:nth-of-type(1)  {
	border-left-style: none;
}
#header nav#g_nav > ul > li a {
	box-sizing: border-box;
	width: 100%;
	height: 104px;
	display: block;
	padding-top: 80px;
	font-size: 20px;
	line-height: 24px;
	font-weight:700;
	color: #2778BA;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	transition:0.3s;
}
.page-template-page-english #header nav#g_nav > ul > li a {
	font-weight:600;
}
#header nav#g_nav > ul > li:nth-of-type(1) a {
	background-image: url(../img/g_nav_01.png);
}
#header nav#g_nav > ul > li:nth-of-type(2) a {
	background-image: url(../img/g_nav_02.png);
}
#header nav#g_nav > ul > li:nth-of-type(3) a {
	background-image: url(../img/g_nav_03.png);
}
#header nav#g_nav > ul > li:nth-of-type(4) a {
	background-image: url(../img/g_nav_04.png);
}
#header nav#g_nav > ul > li:nth-of-type(5) a {
	background-image: url(../img/g_nav_05.png);
}
#header nav#g_nav > ul > li a:hover {
	opacity:0.6;
}
.page-template-page-english #header nav#g_nav > ul > li:nth-of-type(3) a {
	background-image: url(../img/g_nav_04.png);
}
.page-template-page-english #header nav#g_nav > ul > li:nth-of-type(4) a {
	background-image: url(../img/g_nav_05.png);
}

#header nav#s_nav {
	box-sizing:border-box;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-content:flex-end;
	align-items:flex-end;
	position: absolute;
	top:85px;
	right:40px;
	
}
#header nav#s_nav > .lang {
	width:163px;
	height:25px;
	position:relative;
	margin-left:20px;

}
#header nav#s_nav > ul {
	width:calc(100% - 220px);
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
#header nav#s_nav > ul > li {
	box-sizing: border-box;
	line-height: 100%;
	position: relative;
	font-size: 16px;
	font-weight:700;
	text-align: center;
	padding-left:1.5em;
	padding-right:1.5em;
}
#header nav#s_nav > ul > li a {
	color:#333333;
	display:inline-block;
	position:relative;
	padding-bottom:7px;
	text-decoration:none;
}
#header nav#s_nav > ul > li a:after {
	content:"";
	display:block;
	position:absolute;
	bottom:0px;
	left:50%;
	width:0px;
	height:2px;
	background-color:#0079CA;
	transition:0.3s;
}
#header nav#s_nav > ul > li.lang_ja {
	margin-top:-25px;
}
#header nav#s_nav > ul > li.lang_ja a {
	width:146px;
	height:33px;
	color: #333333;
	display: block;
	position: relative;
	padding-bottom: 0px;
	text-decoration: none;
	border: 1px solid #999;
	font-size: 15px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	background-color: #FFF;
	border-radius:6px;
	transition:0.3s;
}
#header nav#s_nav > ul > li.lang_ja a:hover {
	background-color: #0071B9;
	color: #FFF;
	text-decoration: none;
	border-color: #0071B9;
}
#header nav#s_nav > ul > li.lang_ja a:after {
	content:"";
	display:none;
}

#header nav#s_nav > ul > li a:hover:after {
	left:0%;
	width:100%;
}
#header .extra {
	width:520px;
	position: absolute;
	top:25px;
	right:40px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#header .extra .extra_btn {
	width:227px;
}
#header .extra .extra_btn a {
	width: 100%;
	height:40px;
	line-height: 38px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	font-weight:700;
	text-decoration: none;
	background-color: #0071B9;
	border-radius:227px;
	transition:0.3s;
}
#header .extra .extra_btn a:hover {
	opacity:0.6;
}
#header .extra #searchform {
	box-sizing: border-box;
	width: 256px;
	border: 1px solid #999;
	background-color: #FFF;
	border-radius:8px;
	box-shadow: 0px 0px 3px 0px #999;
	position:relative;
	margin-left:20px;
}
#header .extra #searchform input[type="text"] {
	box-sizing: border-box;
	width: 210px;
	height:38px;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	line-height:38px;
	border: none;
	position: absolute;
	top:0px;
	left:0px;
	border-radius:8px 0 0 8px;
}
#header .extra #searchform #searchsubmit {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 10px;
	padding-left: 9px;
	padding-top: 6px;
	padding-bottom: 5px;
	transition:0.3s;
}
#header .extra #searchform #searchsubmit:hover {
	opacity:0.6;
}

#header #g_nav_open_btn {
	display: none;
}

.contents_area {
	width:100%;
	min-height:calc(100dvh - 400px);
	padding-bottom:50px;
}

#footer {
	box-sizing: border-box;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
}
#footer .wrapper {
	box-sizing: border-box;
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left:110px;
	padding-right:100px;
}
#footer .footer_address {
	box-sizing: border-box;
	display:block;
	width: calc(100% - 250px);
	font-style: normal;
	font-size: 15px;
	line-height: 180%;
	font-weight:700;
}
#footer .footer_address .footer_logo {
	line-height:0;
	margin-bottom:20px;
}
#footer .footer_address a {
	text-decoration:none;
	color:#000;
}
#footer .footer_address a:hover {
	text-decoration:underline;
}
#footer .footer_address .fax {
	display:inline-block;
	padding-left:1em;
}
#footer .footer_address .fax a {
	pointer-events:none;
	cursor:auto;
}
#footer .footer_jcqhc {
	line-height:0;
}

#footer .copyright {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 20px;
	font-size: 13px;
	line-height: 100%;
	font-weight:700;
	text-align: center;
	background-color: #F1F1F1;
}

.dummy {
	text-align: center;
	line-height: 0px;
}
.pagination > ul {
	display: block;
	box-sizing:border-box;
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	padding-top:50px;
}
.pagination > ul li > * {
	display: block;
	box-sizing:border-box;
	width:2.5em;
	line-height:2.5em;
	border-radius:4px;
	background-color:#EFEFEF;
	margin:0.4em;
	text-align:center;
}
.pagination > ul a {
	color: #000;
	transition:0.3s;
}
.pagination > ul a:hover {
	background-color: #0079CA;
	color: #FFF;
	text-decoration:none;
}
.pagination > ul span {
	background-color: #0079CA;
	font-weight: bold;
	color: #FFF;
}
.pagination > ul .dots {
	background-color: #EFEFEF;
	font-weight: normal;
	color: #000;
}
.pagination > ul .prev,
.pagination > ul .next {
	width:3.5em;
	display:none;
}


#page_title {
	box-sizing: border-box;
	width: calc(100% - 40px);
	height: 200px;
	margin-left: 0px;
	margin-right: 40px;
	margin-bottom:90px;
	padding-left: 40px;
	background-image: url(../img/page_titile_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	border-radius:0 20px 20px 0;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
#page_title h1 {
	font-size: 40px;
	font-weight: 700;
	color: #FFF;
	line-height: 120%;
	text-align:center;
}


input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
 	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
 	outline-offset: -2px;
}


.contents_area .post {
	box-sizing: border-box;
	width:100%;
	padding-left:50px;
	padding-right:50px;
	margin-bottom:90px;
}
.contents_area .post  p {
	margin-bottom:1.5em;
	margin-top:1.5em;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin-top: 0;
	margin-left: 30px;
	margin-bottom: 1em;
	margin-right: 0;
	display: inline;
	}

img.alignleft {
	display: inline;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 1em;
	margin-left: 0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {

}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {

}
.wp-caption .wp-caption-text {
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.caption_left .wp-caption .wp-caption-text {
	text-align:left;
}
.caption_right .wp-caption .wp-caption-text {
	text-align:right;
}

/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
.entry-content p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	display:inline-block;
	margin-bottom:1.5em;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:90%;
}
.wp-caption .wp-caption-text {

}


#top_contents {
	min-width:1480px;
}
#top_contents #main_visual {
	box-sizing:border-box;
	width: calc(100% - 40px);
	margin-right: 40px;
	margin-bottom: 205px;
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-wrap:wrap;
}
#top_contents #main_visual .catch_copy {
	box-sizing: border-box;
	width: calc(100% - 400px);
	height: 568px;
	padding-left:50px;
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-image: url(../img/top_main_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #FFF;
	border-radius:0 20px 20px 0;
	position:relative;
	overflow:hidden;
}
html:not([lang="ja"]) #top_contents #main_visual .catch_copy  {
	height: 650px;
}
#top_contents.en #main_visual .catch_copy {
	width: 100%;
	padding-left:90px;
}
#top_contents #main_visual .catch_copy:after {
	content: "";
	display: block;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 0;
	width:100%;
	height: 568px;
	background-image: url(../img/top_main_catch_bg.png);
	background-repeat: no-repeat;
	background-position: -300px center;
}
#top_contents #main_visual .catch_copy > * {
	box-sizing:border-box;
	width: 100%;
	position:relative;
	z-index:1;
}
#top_contents #main_visual .catch_copy > h1 {
	font-size:26px;
	line-height:120%;
	font-weight:700;
	margin-bottom:18px;
	letter-spacing:0.18em;
}
#top_contents #main_visual .catch_copy > .en {
	font-size:100px;
	line-height:100%;
	font-family: Roboto;
	font-weight:300;
	margin-bottom:0px;
	text-indent:-5px;
}
#top_contents.en #main_visual .catch_copy > .en  {
	font-size:80px;
	line-height:120%;
	font-family: "Noto Sans JP";
	font-weight:100;
	margin-bottom:0px;
	letter-spacing:0;
}
#top_contents #main_visual .catch_copy > h2 {
	font-size:65px;
	line-height:120%;
	font-weight:400;
	margin-bottom:12px;
}
#top_contents #main_visual .catch_copy > .caption {
	font-size:22px;
	line-height:120%;
	font-weight:700;
}

.pickup_menu_area {
	box-sizing:border-box;
	width: 366px;
	display:flex;
	align-content:space-between;
	flex-wrap:wrap;
}
.pickup_menu_area .recruit {
	box-sizing:border-box;
	width: 100%;
}
.pickup_menu_area .recruit a {
	display: block;
	align-content:center;
	box-sizing: border-box;
	position:relative;
	width: 100%;
	min-height: 135px;
	background-color: #0079CA;
	padding: 22px;
	padding-left: 142px;
	border-radius: 7px;
	background-image: url(../img/top_main_btn_01_fig.png);
	background-repeat: no-repeat;
	background-position: 22px center;
	color: #FFF;
	text-decoration: none;
	font-size: 30px;
	line-height: 90%;
	font-weight:500;
	letter-spacing:0.1em;
	transition:0.3s;
}
.pickup_menu_area .recruit a:hover {
	opacity:0.6;
}
.pickup_menu_area .recruit a em {
	font-size: 18px;
	line-height: 100%;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing:0;
}
.pickup_menu_area .recruit a:after {
	content: "";
	display: block;
	width:40px;
	height:40px;
	background-image: url(../img/top_main_btn_01_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	right:0px;
	bottom:0px;
}


.pickup_menu_area .facilities {
	box-sizing:border-box;
	width: 100%;
}
.pickup_menu_area .facilities > h3 {
	box-sizing: border-box;
	width: 100%;
	font-size: 22px;
	line-height: 120%;
	font-weight: 700;
	color: #0079CA;
	text-align: center;
	margin-bottom: 6px;
}
.pickup_menu_area .facilities .btn {
	box-sizing:border-box;
	width: 100%;
	margin-bottom:10px;
}
.pickup_menu_area .facilities .btn:last-child {
	margin-bottom:0px;
}
.pickup_menu_area .facilities .btn a {
	display: block;
	box-sizing: border-box;
	position:relative;
	width: 100%;
	background-color: #0079CA;
	padding: 5px;
	border-radius: 7px;
	transition:0.3s;
}
.pickup_menu_area .facilities .btn a .inner {
	display: block;
	align-content:center;
	box-sizing: border-box;
	position:relative;
	width: 100%;
	min-height: 133px;
	background-color: #FFF;
	padding: 17px;
	padding-left: 137px;
	background-repeat: no-repeat;
	background-position: 17px center;
	color: #175C9B;
	text-decoration: none;
	font-size: 24px;
	line-height: 130%;
	font-weight:700;
	border-radius: 5px;
}
.pickup_menu_area .facilities .btn a.hibari .inner {
	background-image: url(../img/top_main_btn_02a_fig.png);
}
.pickup_menu_area .facilities .btn a.support .inner {
	background-image: url(../img/top_main_btn_02b_fig.png);
}
.pickup_menu_area .facilities .btn a .inner strong {
	font-size: 32px;
	line-height: 90%;
}
.pickup_menu_area .facilities .btn a:hover {
	opacity:0.6;
	text-decoration:none;
}

.pickup_menu_area .contact {
	box-sizing:border-box;
	width: 100%;
}
.pickup_menu_area .contact a {
	display: block;
	align-content: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	min-height: 75px;
	background-color: #0079CA;
	text-align: center;
	border-radius: 7px;
	color: #FFF;
	text-decoration: none;
	font-size: 26px;
	line-height: 100%;
	font-weight: 700;
	transition: 0.3s;
	padding-top: 14px;
	padding-right: 15px;
	padding-bottom: 16px;
	padding-left: 15px;
}
.pickup_menu_area .contact a:hover {
	opacity:0.6;
}

.clickable_wrapper {
	transition:0.4s;
	cursor:pointer;
}
.clickable_wrapper:hover {
	opacity:0.7;
}

#top_contents #brain {
	width:calc(100% - 40px);
	max-width: 1412px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0079CA;
	color: #FFF;
	border-radius:8px;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	margin-bottom:65px;
}
#top_contents #brain:before {
	width:49%;
	max-width: 700px;
	min-height: 270px;
	content: "";
	display: block;
	border-radius: 8px 0 0 8px;
	background-image: url(../img/top/brain_p01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:cover;
}
#top_contents #brain .wrapper {
	box-sizing: border-box;
	width: 51%;
	max-width: calc(100% - 700px);
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 55px;	
}
#top_contents #brain .wrapper .text1 {
	font-size:24px;
	line-height:120%;
	font-weight:400;
	margin-bottom:0px;
}
#top_contents #brain .wrapper h2 {
	font-size:75px;
	line-height:100%;
	font-weight:200;
	margin-bottom:25px;
	text-indent:-2px;
}
#top_contents #brain .wrapper h2 a {
	color:#FFF;
	text-decoration:none;
}
#top_contents #brain .wrapper .text2 {
	font-size:20px;
	line-height:140%;
	font-weight:600;
}

#top_contents #visitor {
	width: 100%;
	padding-top: 65px;
	padding-bottom: 65px;
	background-image: url(../img/top/visiter_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
#top_contents #visitor .ttl {
	width:100%;
	font-size:45px;
	line-height:100%;
	font-weight:300;
	margin-bottom:30px;
	text-align:center;
}
#top_contents #visitor .wrapper {
	width:100%;
	display:flex;
	justify-content:center;
	align-items:stretch;
	flex-wrap:wrap;
}
#top_contents #visitor .wrapper .bloc {
	width: 400px;
	margin-left: 35px;
	margin-right: 35px;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #0079CA;
}
#top_contents #visitor .wrapper .bloc > h3 {
	width: 100%;
	height: 73px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	background-color: #E8F4F8;
	font-size: 24px;
	line-height: 100%;
	font-weight: 700;
}
#top_contents #visitor .wrapper .bloc > ul {
	box-sizing:border-box;
	width: 100%;
	min-height:202px;
	padding:25px;
	background-color:#FFF;
	margin-bottom:30px;
}
#top_contents #visitor .wrapper .bloc > ul li {
	box-sizing: border-box;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7167AF;
	padding-bottom:23px;
	margin-bottom:23px;
	min-height:calc(3em + 23px);
	font-size:17px;
	line-height:140%;
}
#top_contents #visitor .wrapper .bloc > ul li:last-child {
	border-bottom-style: none;
	padding-bottom:0;
	margin-bottom:0;
	min-height:3em;
}
#top_contents #visitor .wrapper .bloc > ul li strong {
	display:inline-block;
	min-width:3em;
}
#top_contents #visitor .btn_box {
	width:100%;
	display:flex;
	justify-content:center;
	align-items:stretch;
	flex-wrap:wrap;
	padding-top:5px;
}
#top_contents #visitor .btn_box nav {
	display:block;
	width: 400px;
	margin-left: 10px;
	margin-right: 10px;
}
#top_contents #access {
	width: 100%;
	padding-top: 65px;
	padding-bottom: 65px;
}
#top_contents #access .ttl {
	width:100%;
	font-size:45px;
	line-height:100%;
	font-weight:300;
	margin-bottom:30px;
	text-align:center;
}
#top_contents #access .map {
	width:100%;
	margin-bottom:40px;
}
#top_contents #access .map iframe {
	width:100%;
	height:440px;
}
#top_contents #gairai {
	width: 100%;
	padding-bottom: 65px;
}
#top_contents #gairai .ttl {
	width:100%;
	font-size:45px;
	line-height:100%;
	font-weight:300;
	margin-bottom:30px;
	text-align:center;
}
#top_contents #gairai .wrapper {
	width:100%;
	max-width:1240px;
	margin-left:auto;
	margin-right:auto;
}
#top_contents #gairai table {
	border-collapse:collapse;
	width:100%;
	margin-bottom:27px;
	background-color:#FFF;
	font-size:15px;
	line-height:150%;
}
#top_contents #gairai table th,
#top_contents #gairai table td {
	box-sizing: border-box;
	border: 1px solid #999;
	text-align:center;
	padding:0.5em;
}

#top_contents #gairai table th {
	background-color:#A4D5E2;
}
#top_contents #gairai table td {
	width:123px;
}
#top_contents #gairai table td:first-child {
	font-weight:700;
	background-color:#EFF8FA;
}
#top_contents #gairai table tr:nth-of-type(2) td {
	font-weight:700;
	background-color:#D1EAF0;
}

#top_contents #topics {
	width: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:stretch;
	margin-bottom:90px;
}
#top_contents #topics .ttl {
	box-sizing: border-box;
	width: 350px;
	font-size: 30px;
	line-height: 100%;
	font-weight: 700;
	color:#FFF;
	text-align: center;
	padding-left: 20px;
	/*background-color: #2E7CBC;*/
	background-color: #0079CA;
	align-content:center;
}
#top_contents #topics .wrapper {
	box-sizing: border-box;
	width: calc(100% - 350px);
	background-color: #F1F1F1;
	padding-top: 40px;
	padding-right: 100px;
	padding-bottom: 40px;
	padding-left: 50px;
}
#top_contents #topics .wrapper dl {
	box-sizing: border-box;
	width: 100%;
	min-height:250px;
	position:relative;
	overflow-y:scroll;
	display:flex;
	align-items:stretch;
	flex-wrap:wrap;
}
#top_contents #topics .wrapper dl dt,
#top_contents #topics .wrapper dl dd {
	box-sizing: border-box;
	padding-top: 0.9em;
	padding-bottom: 0.9em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#top_contents #topics .wrapper dl dt:nth-of-type(1),
#top_contents #topics .wrapper dl dd:nth-of-type(1) {
	padding-top: 0;
	border-top-style: none;
}
#top_contents #topics .wrapper dl dt {
	width: 120px;
	font-weight:700;
}
#top_contents #topics .wrapper dl dd {
	width: calc(100% - 120px);
}
#top_contents #topics .wrapper dl dd .icon_new {
	box-sizing: border-box;
	display: inline-block;
	background-color: #F00;
	color: #FFF;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	width: 40px;
	border-radius: 4px;
	text-transform: uppercase;
	text-align: center;
	margin-left:0.5em;
}
#top_contents #topics .btn_blue {
	width:100%;
	padding-top:45px;
	
}
#top_contents #features {
	width: 100%;
	margin-bottom:175px;
}
#top_contents #features .ttl {
	width:100%;
	font-size:45px;
	line-height:100%;
	font-weight:300;
	margin-bottom:80px;
	text-align:center;
}
#top_contents #features .wrapper {
	width: 100%;
	position: relative;
	background-color: #0079CA;
	color:#FFF;
}
#top_contents #features .wrapper:after {
	content: "";
	display: block;
	width: calc(47%);
	height: 550px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(../img/top/features_p01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:cover;
}
#top_contents #features .wrapper > section {
	box-sizing:border-box;
	width: calc(53%);
	max-width:785px;
	margin-right:calc(47%);
	margin-left:auto;
	min-height:500px;
	padding-left:20px;
	padding-right:20px;
	padding-top:75px;
	padding-bottom:265px;
	position: relative;
}
#top_contents #features .wrapper > section > h3 {
	font-size:35px;
	font-weight:400;
	line-height:150%;
}
#top_contents #features .wrapper > section > p {
	font-size:17px;
	font-weight:700;
	line-height:150%;
	margin-top:1.1em;
	margin-bottom:1.3em;
}
#top_contents #features .wrapper > section > .btn  {
	display:block;
}
#top_contents #features .wrapper > section > .btn a  {
	box-sizing: border-box;
	display: block;
	align-content:center;
	width: 305px;
	height: 42px;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border: 2px solid #FFF;
	border-radius:8px;
	transition:0.3s;
	padding-bottom:2px;
}
#top_contents #features .wrapper > section > .btn a:hover  {
	background-color:rgba(255,255,255,0.3);
}
#top_contents #features .wrapper > section:after {
	content: "";
	display: block;
	width: 743px;
	height: 360px;
	position: absolute;
	right: -137px;
	bottom: -114px;
	background-image: url(../img/top/features_p02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:cover;
}
#top_contents #recruit {
	box-sizing: border-box;
	width: 1412px;
	height: 268px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 90px;
	background-image: url(../img/top/recruit_p01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
	align-content: center;
	color: #0F5566;
	position:relative;
}
#top_contents #recruit:before {
	box-sizing: border-box;
	content:"";
	width: 593px;
	height: 268px;
	background-color:rgba(255,255,255,0.6);
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
#top_contents #recruit > * {
	position: relative;
	z-index:1;
	text-shadow:
	rgba(255,255,255,0.8) 1px 1px 5px, rgba(255,255,255,0.8) -1px 1px 5px,
	rgba(255,255,255,0.8) 1px -1px 5px, rgba(255,255,255,0.8) -1px -1px 5px;
}
#top_contents #recruit section .ttl {
	font-family: Roboto;
	font-weight: 400;
	font-size: 70px;
	line-height: 100%;
}
#top_contents #recruit section > p {
	font-size:28px;
	font-weight:800;
	line-height:150%;
	margin-top:10px;
	margin-bottom:25px;
}
#top_contents #recruit section > .btn  {
	display:block;

}
#top_contents #recruit section > .btn a  {
	box-sizing: border-box;
	display: block;
	align-content: center;
	width: 305px;
	height: 42px;
	font-size: 20px;
	font-weight: 900;
	color: #0F5566;
	text-decoration: none;
	text-align: center;
	border: 2px solid #0F5566;
	border-radius: 8px;
	transition: 0.3s;
	padding-bottom: 2px;
	box-shadow:
		rgba(255,255,255,0.6) 1px 1px 5px, rgba(255,255,255,0.6) -1px 1px 5px,
		rgba(255,255,255,0.6) 1px -1px 5px, rgba(255,255,255,0.6) -1px -1px 5px,
		inset rgba(255,255,255,0.6) 1px 1px 5px, inset rgba(255,255,255,0.6) -1px 1px 5px,
		inset rgba(255,255,255,0.6) 1px -1px 5px, inset rgba(255,255,255,0.6) -1px -1px 5px
		;
	background-color: transparent;
}
#top_contents #recruit section > .btn a:hover  {
	background-color:rgba(255,255,255,0.6);
}
#top_contents #pickup {
	width: 100%;
	padding-top: 60px;
	margin-bottom: 35px;
	background-color: #0079CA;
	padding-bottom: 60px;
}
#top_contents #pickup .wrapper {
	width: 1284px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
#top_contents #pickup #slide_prev,
#top_contents #pickup #slide_next {
	width: 50px;
	height: 224px;
	position:absolute;
	top:0px;
}
#top_contents #pickup #slide_prev {
	left:-50px;
}
#top_contents #pickup #slide_prev a {
	background-image: url(../img/top/pickup_arrow_l.png);
	background-position: left center;
}
#top_contents #pickup #slide_next {
	right:-50px;
}
#top_contents #pickup #slide_next a {
	background-image: url(../img/top/pickup_arrow_r.png);
	background-position: right center;

}
#top_contents #pickup #slide_prev a,
#top_contents #pickup #slide_next a {
	width: 50px;
	height: 224px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	position: relative;
	cursor:pointer;
	transition:0.3s;
	background-repeat: no-repeat;
}
#top_contents #pickup #slide_prev a:hover,
#top_contents #pickup #slide_next a:hover {
	opacity:0.7;
}
#top_contents #pickup .wrapper ul {
	width: 100%;
}
#top_contents #pickup .wrapper ul li {
	width: 330px;
}
#top_contents #pickup .wrapper ul li a {
	display: block;
	width: 310px;
	padding-top: 235px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	line-height: 130%;
	font-weight: 700;
	transition:0.3s;
}
#top_contents #pickup .wrapper ul li a:hover {
	opacity:0.7;
}
#top_contents #banner_area_01 {
	width: 100%;
	padding-top:75px;
	margin-bottom:75px;
}
#top_contents #banner_area_01 .ttl {
	width:100%;
	font-size:35px;
	line-height:100%;
	font-weight:500;
	margin-bottom:30px;
	text-align:center;
}
#top_contents #banner_area_01 .wrapper {
	width: 100%;
}
#top_contents #banner_area_01 .wrapper ul {
	width: 100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
#top_contents #banner_area_01 .wrapper ul li {
	width:500px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:40px;
	line-height:0px;
}
#top_contents #banner_area_01 .wrapper ul li a {
	box-sizing: border-box;
	display: block;
	align-content: center;
	width: 100%;
	height: 168px;
	transition: 0.3s;
	position:relative;
	background-image: url(../img/top/banner_hibari.png);
	background-repeat: no-repeat;
	background-position: left;
	padding:10px;
	padding-left: 275px;
	text-decoration: none;
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
}
#top_contents #banner_area_01 .wrapper ul li a:hover {
	opacity:0.6;
}

#top_contents #banner_area_01 .wrapper ul li a strong {
	font-size: 32px;
	line-height: 90%;
}
#top_contents #banner_area_01 .wrapper ul li a:after {
	content:"";
	display: block;
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	right:15px;
	bottom:15px;
}
#top_contents #banner_area_01 .wrapper ul li a.hibari {
	background-image: url(../img/top/banner_hibari.png);
	background-color: #f8e9d8;
	color: #ec5f00;
}
#top_contents #banner_area_01 .wrapper ul li a.hibari:after {
	background-image: url(../img/top/banner_hibari_arrow.png);
}
#top_contents #banner_area_01 .wrapper ul li a.kokutaiji {
	background-image: url(../img/top/banner_kokutaiji.png);
	background-color: #ddedf2;
	color: #346b81;
}
#top_contents #banner_area_01 .wrapper ul li a.kokutaiji:after {
	background-image: url(../img/top/banner_kokutaiji_arrow.png);
}

.btn_blue {
	width:100%;
	display:block;
}
.btn_blue a {
	box-sizing:border-box;
	display: flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	width: 363px;
	margin-left:auto;
	margin-right:auto;
	font-size: 22px;
	line-height: 100%;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	background-color: #0079CA;
	text-align: center;
	height: 52px;
	border-radius:363px;
	padding-bottom:3px;
	transition:0.3s;
}
.btn_blue a:hover {
	opacity:0.7;
}

#page_contents_wrapper {
	box-sizing:border-box;
	width:100%;
	min-height:600px;
	max-width:1460px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:90px;
	margin-left:auto;
	margin-right:auto;
	line-height:180%;
}
#page_contents_wrapper.one_col {
	width:1260px;
}
#page_contents_wrapper.two_col {
	width:1360px;
	max-width:1360px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#page_contents_wrapper.two_col .main_contents {
	width:940px;
}
#page_contents_wrapper.one_col .main_contents > p {
	margin-bottom:4.5em;
}
#page_contents_wrapper.two_col .main_contents > p,
#page_contents_wrapper.two_col .main_contents > div > p,
#page_contents_wrapper.two_col .main_contents > section > p {
	margin-bottom:1.5em;
}

#page_contents_wrapper.two_col .main_contents p.center,
#page_contents_wrapper.two_col .main_contents div.center {
	text-align:center;
}

#page_contents_wrapper.two_col .main_contents > p:has(+ ul) {
	margin-bottom: 0px;
}

#page_contents_wrapper.two_col.blog_contents .post {
	box-sizing: border-box;
	width:100%;
	padding-left:0px;
	padding-right:0px;
}
#page_contents_wrapper.two_col.blog_contents .post .sub_title_02 a {
	color:#003399;
}
#page_contents_wrapper.two_col.blog_contents .post .sub_title_02 a:hover {
	color:#F60;
	text-decoration:none;
}
#page_contents_wrapper.two_col .main_contents .content {
	width:100%;
	margin-bottom:70px;
}
#page_contents_wrapper.two_col .right_col {
	width:320px;
}
#page_contents_wrapper.two_col .local_menu {
	width:320px;
	transition:0.4s;
}
#page_contents_wrapper.two_col .local_menu.fixed {
	/*
	position:sticky;
	top:20px;
	*/
}
#page_contents_wrapper.two_col .local_menu > .ttl {
	width:100%;
}
#page_contents_wrapper.two_col .local_menu > .ttl.tiny {
	letter-spacing:-1px;
}
#page_contents_wrapper.two_col .local_menu > .ttl a {
	box-sizing:border-box;
	width: 100%;
	min-height:62px;
	padding-top:10px;
	padding-bottom:10px;
	display: block;
	align-content: center;
	background-color: #D5EBF2;
	text-align: center;
	font-size: 20px;
	line-height: 110%;
	font-weight: 600;
	color: #105769;
	text-decoration: none;
	transition:0.4s;
}
#page_contents_wrapper.two_col .local_menu > .ttl a:hover {
	opacity:0.6;
}
#page_contents_wrapper.two_col .local_menu > .sub_ttl {
	box-sizing: border-box;
	width: 100%;
	align-content:center;
	min-height: 55px;
	margin-top: 20px;
	font-size: 19px;
	line-height: 110%;
	font-weight: 700;
	color: #105769;
	text-decoration: none;
	background-image: url(../img/local_menu_sub_ttl.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#page_contents_wrapper.two_col .local_menu > .sub_ttl_link {
	box-sizing: border-box;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#page_contents_wrapper.two_col .local_menu > .sub_ttl_link a {
	box-sizing: border-box;
	width: 100%;
	display:block;
	align-content:center;
	min-height: 55px;
	margin-top: 20px;
	font-size: 19px;
	line-height: 110%;
	font-weight: 700;
	color: #105769;
	text-decoration: none;
	background-image: url(../img/local_menu_sub_ttl.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 28px;
	transition:0.2s;
}
#page_contents_wrapper.two_col .local_menu > .sub_ttl_link a:hover {
	opacity:0.6;
	text-decoration:underline;
}
#page_contents_wrapper.two_col .local_menu > .sub_ttl_link+.sub_ttl_link a {
	margin-top: 0px;
}
#page_contents_wrapper.two_col .local_menu > ul li {
	box-sizing: border-box;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#page_contents_wrapper.two_col .local_menu > ul li a {
	box-sizing: border-box;
	width: 100%;
	min-height: 67px;
	display: block;
	align-content: center;
	font-size: 17px;
	line-height: 120%;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	transition: 0.2s;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 13px;
}
#page_contents_wrapper.two_col .local_menu > ul li a:hover {
	color: #0079CA;
	text-decoration: underline;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.mb5em_pc {
	margin-bottom:5em !important;
}
.mb7em_pc {
	margin-bottom:7em !important;
}
.mb10em_pc {
	margin-bottom:10em !important;
}
.p_no_maegin img,
.p_no_maegin > p {
	margin-bottom:0px !important;
}
.line150 {
	line-height:150% !important;
}
.line160 {
	line-height:160% !important;
}
.line180 {
	line-height:180% !important;
}
.w760 {
	box-sizing:border-box;
	width:760px !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
.w900 {
	box-sizing:border-box;
	width:900px !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
.w800 {
	box-sizing:border-box;
	width:800px !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
.w940 {
	box-sizing:border-box;
	width:940px !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
.blog_contents .entry-content a {
	color: #003399;
	text-decoration: underline;
}
.blog_contents .entry-content a:hover {
	color: #F60;
	text-decoration: underline;
}
.article-footer{
	text-align: right;
	margin-top:2em;
	margin-bottom: 1.5em;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 2em;
	font-size: 85%;
}
.article-footer a {
	color: #003399;
	text-decoration: underline;
	font-weight: normal;
}
.article-footer a:hover {
	color: #F60;
	text-decoration: underline;
}
.single_page_nav {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.single_page_nav > div {
	width:50%;
}
.single_page_nav a {
	width:100%;
	display:block;
	font-size: 85%;
	color: #003399;
	text-decoration: underline;
	font-weight: normal;
}
.single_page_nav a span {
	display:inline-block;
	width:calc(100% - 2em);
	text-decoration: underline;
}
.single_page_nav a:hover {
	color: #F60;
	text-decoration: underline;
}
.single_page_nav a[rel="prev"] {
	text-align:right;
}


.sidebar .widget {
	width:320px;
	margin-bottom:70px;
}
.sidebar .widget .widgettitle {
	box-sizing:border-box;
	width: 100%;
	min-height:62px;
	padding-top:10px;
	padding-bottom:10px;
	display: block;
	align-content: center;
	background-color: #D5EBF2;
	text-align: center;
	font-size: 20px;
	line-height: 110%;
	font-weight: 600;
	color: #105769;
	text-decoration: none;
}
.sidebar .widget > ul li {
	box-sizing: border-box;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.sidebar .widget > ul li a {
	box-sizing: border-box;
	width: 100%;
	min-height: 67px;
	display: block;
	align-content: center;
	font-size: 17px;
	line-height: 120%;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	transition: 0.2s;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.sidebar .widget > ul li a:hover {
	color: #0079CA;
	text-decoration: underline;
}

.nav_tab_01 {
	width: 1190px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom: 50px;
}
.nav_tab_01 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #0071B9;
}
.nav_tab_01 ul li {
	width: 49.8%;
}
.nav_tab_01 ul li a {
	box-sizing: border-box;
	width: 100%;
	height: 70px;
	display: block;
	align-content:center;
	background-color: #D5EBF2;
	text-align: center;
	font-size: 22px;
	line-height: 120%;
	font-weight: 600;
	color: #105769;
	text-decoration: none;
	border-radius:8px 8px 0 0;
	transition:0.4s;
}
.nav_tab_01 ul li a:hover {
	opacity:0.6;
}

.menu_list_01 {
	width: 1190px;
	margin-bottom: 50px;
	margin-left:auto;
	margin-right:auto;
}
.menu_list_01 > .ttl {
	font-size:45px;
	font-weight:300;
	line-height:110%;
	margin-bottom:25px;
}
.menu_list_01 > ul {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:stretch;
}
.menu_list_01 > ul li {
	width:31.5%;
	margin-bottom:40px;
}
.menu_list_01 > ul li a {
	box-sizing: border-box;
	width: 100%;
	height: 95px;
	display: block;
	align-content: center;
	text-align: center;
	background-color: #E9F1F3;
	border: 1px solid #CCC;
	font-size: 18px;
	line-height: 120%;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	border-radius: 8px;
	background-image: url(../img/menu_01_arrow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	transition:0.4s;
}
.menu_list_01 > ul li a:hover {
	opacity:0.6;
}
.menu_list_01 > ul:after {
	content:"";
	display:block;
	width:32.5%;
}


.menu_list_02 {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:stretch;
	margin-bottom:60px;
}
.menu_list_02 li {
	width: calc(33.3333% - 3px);
	margin-bottom:4px;
}
.menu_list_02.col_2 li {
	width: calc(50% - 2px);
}
.menu_list_02.col_4 li {
	width: calc(25% - 3px);
}
.menu_list_02.col_5 li {
	width: calc(20% - 3px);
}
.menu_list_02 li a {
	box-sizing: border-box;
	width: 100%;
	min-height: 75px;
	display: block;
	align-content: center;
	text-align: center;
	background-color: #D5EBF2;
	font-size: 18px;
	line-height: 120%;
	font-weight: 600;
	color: #105768;
	text-decoration: none;
	transition:0.4s;
	padding-top:10px;
	padding-bottom:10px;
}
.menu_list_02 li a em {
	font-size: 13px;
	font-style:normal;
}
.menu_list_02 li a:hover {
	opacity:0.6;
}


.menu_list_03 {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	background-color: #DFF0F4;
	border-radius:10px;
}
.menu_list_03 > .ttl {
	font-size: 32px;
	font-weight: 700;
	line-height: 110%;
	margin-bottom: 25px;
	color: #0079CA;
}
.menu_list_03 > ul {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:stretch;
}
.menu_list_03 > ul li {
	width:49.1%;
	margin-bottom:20px;
}
.menu_list_03 > ul li a {
	box-sizing: border-box;
	width: 100%;
	min-height: 90px;
	display: block;
	align-content:center;
	background-color: #FFF;
	font-size: 18px;
	line-height: 120%;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	transition: 0.4s;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 47px;
}
.menu_list_03 > ul li a:before {
	content:"";
	width: 20px;
	height: 100%;
	display: flex;
	background-color: #0079CA;
	position:absolute;
	top:0px;
	left:0px;
}
.menu_list_03 > ul li a:hover {
	opacity:0.6;
}

.menu_list_04 > ul {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:stretch;
}
.menu_list_04 > ul li {
	width:49.1%;
	margin-bottom:20px;
}
.menu_list_04 > ul li a {
	box-sizing: border-box;
	width: 100%;
	min-height: 90px;
	display: block;
	align-content:center;
	background-color: #DFF0F4;
	font-size: 18px;
	line-height: 120%;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	transition: 0.4s;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 47px;
}
.menu_list_04 > ul li a:before {
	content:"";
	width: 20px;
	height: 100%;
	display: flex;
	background-color: #0079CA;
	position:absolute;
	top:0px;
	left:0px;
}
.menu_list_04 > ul li a:hover {
	opacity:0.6;
}
.menu_list_05 {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:stretch;
}
.menu_list_05 li {
	width: 453px;
	margin-bottom:20px;
}
.menu_list_05 li img {
	margin-bottom:15px;
}
.menu_list_05 li a {
	box-sizing: border-box;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	line-height: 120%;
	text-align: center;
	background-color: #DFF0F4;
	display: block;
	text-align: center;
	background-image: url(../img/menu_01_arrow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	cursor: pointer;
	transition: 0.4s;
	padding-top: 25px;
	padding-bottom: 28px;
	border-radius:7px;
}
.menu_list_05 li a:hover {
	opacity:0.7;
}

.btn_01 a {
	box-sizing: border-box;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border: 1px solid #BBB;
	width: 350px;
	height: 60px;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	font-weight: 500;
	color: #105768;
	font-size: 19px;
	line-height: 110%;
	transition:0.4s;
	padding-left:10px;
}
.btn_01 a:hover {
	opacity:0.5;
}
.btn_01 a:after {
	content: "";
	display: block;
	background-image: url(../img/btn_icon_pdf.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 29px;
	margin-left: 25px;
}
.btn_02 a {
	box-sizing: border-box;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border: 1px solid #BBB;
	width: 350px;
	height: 60px;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	font-weight: 700;
	color: #105768;
	font-size: 18px;
	line-height: 110%;
	transition: 0.4s;
	background-color: #E9F1F3;
}
.btn_02 a:hover {
	opacity:0.6;
}
.btn_03 a {
	box-sizing: border-box;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border: 1px solid #BBB;
	width: 350px;
	height: 60px;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	font-weight: 700;
	color: #105768;
	font-size: 18px;
	line-height: 110%;
	transition: 0.4s;
	background-color: #FFF;
}
.btn_03 a:hover {
	opacity:0.6;
}

.banner_waribiki {
	box-sizing: border-box;
	display: flex;
	align-content: center;
	align-items:center;
	justify-content:center;
	width: calc(100% - 56px) !important;
	padding:20px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	color: #FFFFCC;
	font-size: 20px;
	line-height: 120%;
	background-color: #FF6699;
	margin-left:auto;
	margin-right:auto;
}
.banner_waribiki strong {
	font-size: 36px;
	line-height: 120%;
	font-weight: 900;
	margin-bottom:3px;
	
}
.banner_waribiki .arrow {
	display: block;
	height: 30px;
	width: 50px;
	overflow: hidden;
	position: relative;
	text-indent: -9999em;
	background-image: url(../img/banner_waribiki_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.sub_title_01 {
	font-size: 40px;
	line-height: 110%;
	font-weight: 300;
	background-image: url(../img/sub_title_01_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.sub_title_02 {
	font-size: 26px;
	line-height: 120%;
	font-weight: 700;
	margin-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0071B9;
	padding-bottom: 8px;
}

.sub_title_02:has(+ .bloc_02) {
	margin-bottom: 25px;
}
.sub_title_02:has(+ p) {
	margin-bottom: 20px;
}
.sub_title_03 {
	font-size: 26px;
	line-height: 153%;
	font-weight: 700;
	margin-bottom:20px;
}
.sub_title_04 {
	font-size: 22px;
	line-height: 120%;
	font-weight: 700;
	color:#0079CA;
	margin-bottom:15px;
}
.flex .sub_title_04 {
	width:100%;
	margin-bottom:15px;
}
.sub_title_04:has(+ p) {
	margin-bottom: 10px;
}
.sub_title_04:has(+ ul) {
	margin-bottom: 10px;
}
p+.sub_title_04 {
	margin-top:1.5em;
}
.sub_title_04+p {
	line-height:180%;
}
.sub_title_05 {
	font-size: 20px;
	line-height: 150%;
	font-weight: 700;
	margin-bottom:10px;
}
.sub_title_06 {
	font-size: 18px;
	line-height: 120%;
	font-weight: 700;
	margin-bottom:5px;
}
.sub_title_06+img,
.sub_title_06+a img {
	margin-top:7px;
}
.sub_title_06:has(+ table) {
	margin-bottom: 10px;
}
.sub_title_07 {
	font-size: 24px;
	line-height: 120%;
	font-weight: 700;
	margin-bottom:7px;
}
.sub_title_08 {
	font-size: 100%;
	line-height: 120%;
	font-weight: 700;
	margin-bottom:5px;
}
.sub_title_09 {
	font-size: 55px;
	line-height: 120%;
	font-weight: 200;
	margin-bottom:8px;
}
.sub_title_10 {
	font-size: 28px !important;
	line-height: 120% !important;
	font-weight: 700 !important;
	color:#157993 !important;
	margin-bottom:15px !important;
}
.sub_title_10.center {
	text-align:center;
}
.font_size_112p {
	font-size:112%;
	line-height:150%;
}
.font_size_137p {
	font-size:137%;
	line-height:150%;
}
.catch_copy_01{
	font-size: 30px;
	line-height: 130%;
	font-weight: 300;
}
.catch_copy_01 strong{
	font-weight: 700;
}
.catch_copy_01:has(+ .catch_copy_01){
	margin-bottom:0.6em !important;
}
.dotted_split {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom:2em !important;
	padding-bottom:2em;
}
.dotted_split:after {
	content:"";
	display:block;
	width:100%;
	height:1px;
	clear:both;
}
.dotted_split.no_border {
	border-bottom-style: none;
	padding-bottom:0;
}
.dotted_split:has(img.alignleft),
.dotted_split:has(img.alignright) {
	padding-bottom:5px;
}
.dotted_split > h3,
.dotted_split > h4,
.dotted_split > h5,
.dotted_split > h6 {
	width:100%;
	margin-bottom:15px;
}
.dotted_split.flex {
	box-sizing:border-box;
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.dotted_split.flex.img_w360 .img {
	width:360px;
}
.dotted_split.flex.img_w360 .text {
	width:calc(100% - 360px - 20px);
}
.dotted_split .center.flex {
	box-sizing:border-box;
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.dotted_split .center.flex img {
	margin-left:10px;
	margin-right:10px;
}
.dl_list_01 {
	box-sizing:border-box;
	width:100%;
}
.dl_list_01.type2 {
	margin-bottom:2em;
}
.dl_list_01 dt {
	box-sizing: border-box;
	width: 100%;
	background-color: #C7E6EF;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 30px;
	font-weight: 700;
	font-size: 18px;
	line-height: 130%;
	background-image: url(../img/menu_01_arrow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.dl_list_01.type2 dt {
	background-color: #60B9D2;
	color:#FFF;
	background-image: none;
}
.dl_list_01 dt a {
	color: #003399;
	text-decoration: underline;
}
.dl_list_01 dt a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.dl_list_01 dd {
	box-sizing: border-box;
	width: 100%;
	background-color: #EDF7FA;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	margin-bottom:10px;
}
.dl_list_01 dd.not_disp {
	display:none;
}
.dl_list_02 {
	box-sizing:border-box;
	width:100%;
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-wrap:wrap;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.sub_title_02+.dl_list_02 {
	margin-top:35px;
}
.dl_list_02 dt,
.dl_list_02 dd {
	box-sizing:border-box;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 1em;
	padding-bottom: 1em;
}
.dl_list_02 dt {
	width:230px;
	padding-right:10px;
	font-weight:700;
}
.dl_list_02 dd {
	width:calc(100% - 230px);
}
.dl_list_03 dt {
	font-weight:700;
}
.dl_list_03 dd {
	margin-bottom:1.5em;
}
.dl_list_04 dt {
	font-weight:700;
}
.dl_list_04 dt:before {
	content:"●";
	color:#0079CA;
	display:inline-block;
	padding-right:0.1em;
}
.dl_list_04 dd {
	margin-bottom:1em;
}
.dl_list_05 dt {
	font-weight:700;
	color:#F83706;
}
.dl_list_05 dd {
	margin-bottom:1em;
}
.dl_list_05 dd:last-child {
	margin-bottom:0;
}
.dl_list_05 dd em {
	font-style:normal;
	font-weight:700;
	color:#0066CC;
}
.list_box_01 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.list_box_01:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
}
.list_box_01 > .ttl {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 120%;
	font-weight: 700;
	color: #1A97B6;
}
.list_box_01 > dl {

}
.list_box_01 > dl dt {
	font-weight: 700;
}
.list_box_01 > dl dd {
	padding-left:1em;
}
.list_box_01 > ul li a {
	color: #003399;
	text-decoration: underline;
}
.list_box_01 > ul li a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.list_box_01 > ul li a.pdf:after {
	content: "";
	display: inline-block;
	background-image: url(../img/list_icon_pdf.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 27px;
	width: 25px;
	margin-left: 8px;
	vertical-align:middle;
	margin-bottom:3px;
	margin-top:3px;
}

.ul_list_01 {
	box-sizing:border-box;
	width:100%;
	margin-bottom:50px;
}
.ul_list_01.top_border {
	margin-top:1em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 0.5em;
}
.ul_list_01.spacing.top_border {
	padding-top: 1em;
}
.ul_list_01 li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
.ul_list_01.spacing li {
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.ul_list_01 li a:before {
	content:"●";
	color:#0079CA;
	display:inline-block;
	padding-right:0.1em;
}
.ul_list_01.no_dot li a:before {
	content:"";
	display:inline;
	padding-right:0;
}
.ul_list_01 li a {
	color:#000;
	display:inline-block;
	font-weight:700;
}
.ul_list_01 li a:hover {
	color:#F60;
}
.ul_list_01 li .pdf_link a:after,
.ul_list_01 li a.pdf:after {
	content: "";
	display: inline-block;
	background-image: url(../img/btn_icon_pdf.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 29px;
	margin-left: 10px;
	vertical-align:middle;
	margin-bottom:3px;
	margin-top:2px;
}

.ul_list_02 {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 1em;
}
.ul_list_02.indent > li {
	padding-left:1em;
}
.ul_list_02.padded > li {
	margin-bottom:0.3em;
}
.ul_list_02.padded2 > li {
	margin-bottom:1.5em;
}
.ul_list_02.padded2 > li:last-child,
.ul_list_02.padded > li:last-child {
	margin-bottom:0;
}
.ul_list_02 > li:before {
	content:"●";
	color:#0079CA;
	display:inline-block;
	padding-right:0.1em;
}
.ul_list_02.type_c > li:before {
	content:"○";
	color:#333;
}
.ul_list_02.indent li:before  {
	text-indent:-1em;
}
.ul_list_02 > li > img {
	margin-top:0.5em;
}
.ul_list_02 > li > a:has(img) {
	margin-top:0.5em;
	display:inline-block;
}
.ul_list_03 {
	box-sizing:border-box;
	width:100%;
	margin-bottom:1.5em;
}
.ul_list_03:last-child {
	margin-bottom:0;
}
.ul_list_03 li {
	padding-left:1em;
	text-indent:-1em;
}
.ul_list_03 li:before {
	content:"・";
}
.ul_list_03.padded > li {
	margin-bottom:0.3em;
}

.ol_list_01 {
	margin-bottom:1em;
	
}
.ol_list_01.bold {
	font-weight:700;	
}
.ol_list_01 li {
	list-style-type: decimal;
	margin-left: 1.2em;
	padding-left: 0.5em;
}
.li_maegin1em li {
	margin-bottom:1em !important;
}


.greeting_bloc  {
	margin-bottom:115px
}
.greeting_bloc .comment p {
	line-height:180%;
	margin-bottom:1.5em;
}
.profile_01 {
	width:100%;
	display:flex;
	align-content:flex-end;
	align-items:flex-end;
	flex-wrap:wrap;
	margin-bottom:40px;
}
.profile_01 .photo {
	width:320px;
	line-height:0;
}
.greeting_bloc .profile_01 .photo {
	width:525px;
	line-height:0;
}
.profile_01 .photo img {
	width:100%;
	height:auto;
}
.profile_01 .text {
	box-sizing:border-box;
	width:100%;
}
.profile_01 .photo+.text {
	width:calc(100% - 320px);
	padding-left:30px;
}
.greeting_bloc .profile_01 .photo+.text  {
	width:calc(100% - 525px);
}
.profile_01 .text .name {
	font-size:35px;
	font-weight:400;
	line-height:120%;
}
.profile_01 .text .en {
	font-size:20px;
	font-weight:600;
	line-height:120%;
}
.profile_01 .text .dept {
	font-size:24px;
	font-weight:400;
	line-height:120%;
	margin-top:25px;
}
.profile_01 .text .position {
	font-size:18px;
	font-weight:700;
	line-height:120%;
	margin-bottom:0.4em;
}
.greeting_bloc .profile_01 .text .position {
	font-size:21px;
	font-weight:600;
}

.gallery_box_01 {
	width:100%;
	margin-bottom:50px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.gallery_box_01 > h3 {
	width:100% !important;
	font-size:26px;
	line-height:120%;
	font-weight:700;
	margin-bottom:15px;
}

.gallery_box_01 > p {
	width:100% !important;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.gallery_box_01 a {
	width:450px !important;
	display:block;
}
.gallery_box_01 a  img {
	width:100% !important;
	height:auto;
}
.gallery_box_01 img {
	width:450px !important;
	height:auto;
	margin-bottom:33px;
}

.gallery_box_02 {
	width:100%;
	margin-bottom:25px;
	display:flex;
	justify-content: flex-start;
	flex-wrap:wrap;
}
.gallery_box_02 > * {
	width:330px !important;
	height:auto;
	margin-bottom:25px;
	margin-right:25px;
}
.table_scroll .table_01 {

	margin-bottom:0px;
}
.table_notes {
	box-sizing: border-box;
	width: 100%;
	padding: 0.8em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	line-height:150%;
}
.table_notes p:last-child{
	margin-bottom:0 !important;
}
.table_01 {
	width:100%;
	border-collapse: collapse;
	background-color:#FFF;
	margin-bottom:10px;
	line-height:150%;
}
.table_01.fixed {
	table-layout:fixed;
}
.word_break {
	word-break:break-all;
	overflow-wrap:break-all;
}
.table_01 th,
.table_01 td {
	box-sizing: border-box;
	border: 1px solid #999999;
	padding-top: 0.8em;
	padding-right: 1em;
	padding-bottom: 0.8em;
	padding-left: 1.5em;
}
.table_01.no_horizontal_border th,
.table_01.no_horizontal_border td {
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}
.table_01.no_horizontal_border{
	border: 1px solid #999999 !important;
}



.table_01 .th_blue0 {
	text-align:center;
	font-weight: 700;
	background-color: #D5EBF2;
	padding: 0.8em;
}
.table_01 .th_blue1,
.table_01 .t_green {
	width:8em;
	text-align:center;
	font-weight: 700;
	background-color: #D5EBF2;
	padding: 0.8em;
}
.table_01 .th_blue2,
.table_01 .t_brown {
	width:8em;
	text-align:center;
	font-weight: 700;
	background-color: #E6F3F7;
	padding: 0.8em;
}
.table_01.widfix_disable tr > * {
	width: auto !important;
}
.table_01.widfix_disable tr > .w260 {
	width: 260px !important;
}
.table_01 .t_gray {
	text-align:center;
	background-color: #F7FBFC;
	padding: 0.8em;
}
.table_01.cell_center th,
.table_01.cell_center td {
	text-align:center;
	padding: 0.8em;
}

.table_01.td_width_13par tr > td {
	width: 13% !important;
	padding-top: 0.8em;
	padding-right: 0.3em;
	padding-bottom: 0.8em;
	padding-left: 0.3em;
}
.table_01 tr > *.left {
	text-align:left !important;
	padding-left:2em !important;
}
.table_01.attemation {

}
.table_01.attemation tr:nth-of-type(1) > * {
	background-color: #D5EBF2;
	font-weight:700;
}
.table_01.attemation tr:nth-child(odd) > * {
	background-color: #E6F3F7;
}
.table_01.attemation2 tr:nth-child(odd) > * {
	background-color: #E6F3F7;
}


.table_01 .no_wrap {
	white-space:nowrap;
}
.table_01 td {

}
.contact_box_01 {
	width: 580px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	background-color: #D1EAF0;
	margin-top:60px;
}
.contact_box_01.wide {
	width: 640px;
}
.contact_box_01 > h5 {
	width: 100%;
	box-sizing: border-box;
	font-weight: 700;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	background-color: #0079CA;
	line-height: 120%;
	padding: 1em;
	border-radius:10px 10px 0 0;
}
.contact_box_01 > p {
	width: 100%;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	line-height: 150%;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1.6em;
	padding-left: 1em;
}

.information_body > ol {
	margin-bottom:50px;
}
.information_body > ol li {
	list-style-type: decimal;
	margin-left: 1.2em;
	padding-left:0.5em;
}
.information_body > ol li a {
	color: #06C;
}
.information_body > ol li a:hover {
	color: #F60;
	text-decoration:underline;
}
.information_body .bloc_01 {
	box-sizing:border-box;
	width:100%;
	background-color: #E2F1F5;
	padding: 25px;
	border-radius:10px;
	margin-bottom:50px;
}
.information_body .bloc_01 > h5 {
	font-size:19px;
	line-height:120%;
	font-weight:700;
	margin-bottom:0.8em;
}
.information_body .bloc_01 > ul {
	margin-top:1em;
	font-weight:bold;
}
.information_body .bloc_01 > p {
	margin-bottom:0;
}
.information_body > h4 {
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 120%;
	font-weight: 700;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #77BFD7;
	padding-bottom: 7px;
	margin-top:50px;
}
.information_body > h5 {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 120%;
	font-weight: 700;
	color: #0079CA;
}
.information_body table+h5 {
	margin-top:40px;
}
.information_body p+table {
	margin-top:1em;
}
.information_body h6+table {
	margin-top:0.5em;
}
.information_body table {
	box-sizing:border-box;
	border-collapse:collapse;
	width:100% !important;
	margin-bottom:10px;
}
.information_body table.fixed {
	table-layout: fixed;
}

.information_body table th,
.information_body table td {
	box-sizing: border-box;
	padding: 0.5em;
	border: 1px solid #999;
}
.information_body table th.t_green,
.information_body table td.t_green {
	background-color: #D2E7EE;
	text-align:center;
	font-weight:700;
	line-height:140%;
}
.information_body table th.t_brown,
.information_body table td.t_brown {
	background-color: #E4F2F7;
	text-align:center;
	font-weight:700;
	line-height:140%;
}
.information_body table th {

}
.information_body table td {
	text-align:center;
	line-break: anywhere;
}
.information_body table td.left {
	text-align:left;
}
.information_body h6 {
	margin-top:1.5em;
	font-size:100%;
}
.information_body h6:first-child {
	margin-top:0;
}
.information_body p {
	margin-bottom:1em;
}
.information_body p:last-child {
	margin-bottom:0;
}
.information_body p>strong {
	display:inline-block;
	padding-top:1.5em;
}
.information_body td>strong {
	display:inline-block;
	padding-top:1.5em;
}
.information_body *>strong:first-child {
	padding-top:0;
}
.information_body table td p:first-child {
	margin-top:0;
}
.day_off > h5 {
	background-color: #EDF7FA;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 112%;
	line-height: 120%;
	font-weight: 700;
	color: #03A775;
}
.day_off > p+h3 {
	margin-top:2.5em;
}
.day_off > h5+p {
	background-color: #EDF7FA;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	margin-bottom:1em;
}
.day_off > p+p {

}

.bloc_02 {
	width: 100%;
	margin-bottom: 32px;
	background-color: #D9EDF2;
	border-radius:10px;
	padding-bottom:20px;
}
.bloc_02:last-child {
	margin-bottom:0px;
}
.bloc_02 > h5 {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 17px;
	background-color: #BFE1EA;
	border-radius: 10px 10px 0 0;
	font-size: 100%;
	line-height: 140%;
	font-weight: 700;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.bloc_02 > h5:before {
	content: "●";
	color: #1A97B6;
}
.bloc_02 > h5.no_dot:before {
	content: "";
}
.bloc_02 p,
.bloc_02 dl {
	box-sizing:border-box;
	width: 100%;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:1em;
}
.bloc_02 p:last-child,
.bloc_02 dl:last-child {
	margin-bottom:0 !important;
}
.bloc_02 dl dt {
	font-weight:700;
}
.bloc_02 dl dd {
	padding-left:1em;
	margin-bottom:1em;
}
.bloc_02 dl dd:last-child  {
	margin-bottom:0;
}


.bloc_03 {
	width: 100%;
	margin-bottom: 25px;
	background-color: #D9EDF2;
	border-radius:10px;
	padding-bottom:20px;
}
.bloc_03:last-child {
	margin-bottom:0px;
}

.bloc_03 > h4 {
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px 10px 0 0;
	font-size: 22px;
	line-height: 130%;
	font-weight: 700;
	padding-top: 23px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 28px;
}
.bloc_03 > .ttl_01 {
	margin-bottom: 20px;
	color: #116175;
	background-color: #BFE1EA;
	padding-top: 15px;
	padding-bottom: 15px;
}
.bloc_03 > .ttl_02 {
	color: #0079CA;
}
.bloc_03 p,
.bloc_03 dl {
	box-sizing:border-box;
	width: 100%;
	padding-left:28px;
	padding-right:28px;
	margin-bottom:1em;
}
.bloc_03 p:last-child,
.bloc_03 dl:last-child {
	margin-bottom:0;
}
.bloc_03 dl dt {
	font-weight:700;
}
.bloc_03 dl dd {
	padding-left:1em;
	margin-bottom:1em;
}

.bloc_04 {
	box-sizing:border-box;
	width: 100%;
	margin-bottom: 23px;
	background-color: #EDF7FA;
	border: 1px solid #999999;
	padding: 25px;
}
.bloc_04 .ttl {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 120%;
	font-weight: 700;
	color: #0079CA;
	clear:both;
}
.bloc_04:after {
	box-sizing:border-box;
	width: 100%;
	content:"";
	clear:both;
	display:block;
}
.bloc_04 img.alignleft {
	margin-bottom:0px;
}
.bloc_04 p {
	line-height:180%;
}
.bloc_04 p:last-child {
	margin-bottom:0px !important;
}
.bloc_04 div.center {
	margin-bottom:0.5em;
}
.bloc_04 div.center img {
	margin-left:20px;
}
.bloc_04 div.center img:first-child {
	margin-left:0px;
}
.sub_title_04:has(+ div.fig_hz) {
	margin-bottom: 10px;
}
.bloc_04 div.fig_hz {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;

}
.bloc_04 div.fig_hz > div {
	width:auto !important;
	text-align:center;
	margin-bottom:1em;
}
.bloc_04 div.fig_hz > div p {
	margin-bottom:0px !important;
}
.bloc_04.flex {
	display:flex;
	justify-content:space-between !important;
	flex-wrap:wrap;
}
.bloc_04.flex .sub_title_04 {
	width:100%;
	margin-bottom:15px;
}
.bloc_04.flex .img {
	width:420px !important;
	margin:0px !important;
	padding:0px !important;
}
.bloc_04.flex.img_w360 .img {
	width:360px !important;
}
.bloc_04.flex .img img {
	margin:0px !important;
	padding:0px !important;
	width:100% !important;
}
.bloc_04.flex .text {
	width:calc(100% - 420px - 30px) !important;
}
.bloc_04.flex.img_w360 .text {
	width:calc(100% - 360px - 30px) !important;
}
.bloc_04.flex.img_right .img {
	order:2;
	text-align:right;
}
.bloc_04.flex.img_right .text {
	order:1;
}

.bloc_05 {
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom:2em !important;
	padding-bottom:2em;
}
.bloc_05:after {
	content:"";
	width:100%;
	display:block;
	content:"";
	clear:both;
}
.bloc_05.no_border {
	border-bottom-style: none;
	padding-bottom:0;
}
.bloc_05.flex {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.bloc_05.flex > h3,
.bloc_05.flex > h4,
.bloc_05.flex > h5,
.bloc_05.flex > h6 {
	width:100%;
	margin-bottom:15px;
}
.bloc_05.flex p {
	width:calc(100% - 260px);
}
.bloc_05.flex p:last-child {
	margin-bottom:0px;
}
.bloc_05.flex p.img260 {
	width:260px;
	flex-shrink:0;
}
.bloc_06_wrapper {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:stretch;
}
.bloc_06_wrapper .bloc_06 {
	box-sizing:border-box;
	width:48.8%;
	margin-bottom:25px;
	display: flex;
	flex-direction: column;
}
.bloc_06_wrapper .bloc_06 .sub_title_04 {
	margin-bottom:10px;
	width:100%;
}
.bloc_06_wrapper .bloc_06 .body {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #999;
	background-color: #EDF7FA;
	padding: 18px;
	flex-grow: 1;
}
.bloc_06_wrapper .bloc_06 .body p {
	margin-bottom:1em !important;
}
.bloc_06_wrapper .bloc_06 .body img {
	margin-bottom:0.7em !important;
}
.bloc_06_wrapper .bloc_06 .body p:last-child {
	margin-bottom:0 !important;
}

.bloc_07 {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 25px;
	background-color: #D9EDF2;
	border-radius: 10px;
	clear: both;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}
.bloc_07 p:last-child {
	margin-bottom:0px !important;
}
.bloc_08 {
	box-sizing: border-box;
	width: 100%;
	background-color: #D9EDF2;
	padding: 45px;
	margin-bottom:45px;
}
.bloc_08.center {
	text-align:center;
}
.bloc_08 > p {
	margin-bottom:1em;
}
.bloc_08 > p:last-child {
	margin-bottom:0;
}

.bloc_09 {
	box-sizing:border-box;
	width:100%;
	margin-bottom:60px;
}
.bloc_09 p:has(+ h5) {
	margin-bottom:1.5em;
}
.bloc_09 p:last-child {
	margin-bottom:0 !important;
}
.bloc_09.flex {
	display:flex;
	justify-content:space-between !important;
	flex-wrap:wrap;
}
.bloc_09.flex.img_w360 .img {
	width:360px;
}
.bloc_09.flex.img_w360 .text {
	width:calc(100% - 360px - 20px);
}
.flex_bloc {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.flex_bloc.img_w360 .img {
	width:360px;
}
.flex_bloc.img_w360 .text {
	width:calc(100% - 360px - 30px);
}
.flex_body_img {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom:2em;
}
.flex_body_img .body {
	width:calc(100% - 360px - 30px);
}
.flex_body_img .img {
	width:360px;
}
.voice_box {
	box-sizing:border-box;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 2em !important;
	padding-bottom: 2em;
	background-image: url(../img/voice_img.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:calc(237px + 2em);
	padding-left:270px;
} 
.voice_box:last-child {
	border-bottom-style: none;
	padding-bottom:0px;
	margin-bottom:0px;
} 
.voice_box p {
	margin-bottom:1em;
} 
.voice_box *:last-child {
	margin-bottom:0 !important;
} 
.flow_item_01 {
	width: 100%;
	margin-bottom: 37px;
	background-color: #DFF1F6;
	border-radius:10px;
	padding-bottom:20px;
	position:relative;
}
.flow_item_01.orange {
	background-color: #FFEBCC;
}
.flow_item_01.pink {
	background-color: #FFE0EB;
}
.flow_item_01.ttl_only {
	padding-bottom:0px;
}
.flow_item_01.start {
	margin-bottom:0px;
}
.flow_item_01.center {
	text-align:center;
}
.flow_item_01:after {
	content: "";
	display: block;
	width: 100%;
	height: 37px;
	position: absolute;
	left: 0;
	bottom: -37px;
	background-image: url(../img/flow01_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.flow_item_01.start:after,
.flow_item_01.end:after {
	display: none;
}
.flow_item_01:last-child {
	margin-bottom:0px;
}
.flow_item_01 > h5 {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 18px;
	background-color: #60B9D2;
	color: #FFF;
	border-radius: 10px 10px 0 0;
	font-size: 100%;
	line-height: 120%;
	font-weight: 700;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.flow_item_01.orange > h5 {
	background-color: #FF9900;
}
.flow_item_01.pink > h5 {
	background-color: #FF6699;
}
.flow_item_01 > h5.large {
	font-size: 137.5%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.flow_item_01 > h5.center {
	text-align:center;
}
.flow_item_01.ttl_only h5 {
	border-radius:10px;
}
.flow_item_01.ttl_only.start h5 {
	margin-bottom:0px;
}
.flow_item_01 .body {
	width:100%;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-left:30px;
	padding-right:25px;
}
.flow_item_01 .body .img360 {
	width:360px;
	margin-bottom:0 !important;
}
.flow_item_01 .body .text {
	width:calc(100% - 385px);
}
.flow_item_01 > p,
.flow_item_01 > ul,
.flow_item_01 > ol,
.flow_item_01 > dl{
	padding-left:30px;
	padding-right:25px;
}
.flow_item_01 p,
.flow_item_01 ul,
.flow_item_01 ol,
.flow_item_01 dl{
	box-sizing:border-box;
	width: 100%;
	margin-bottom:1em;
}
.flow_item_01 p:last-child,
.flow_item_01 ol:last-child,
.flow_item_01 ul:last-child,
.flow_item_01 dl:last-child {
	margin-bottom:0 !important;
}
.flow_item_01 dl dt {
	font-weight:700;
}
.flow_item_01 dl dd {
	padding-left:1em;
	margin-bottom:1em;
}
.flow_item_flex_wrapper {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}
.flow_item_flex_wrapper .flow_item_01  {
	width:49%;
	margin-bottom:0px;
}
.flow_item_flex_wrapper .flow_item_01:after {
	display:none;
}
.flow_item_flex_wrapper:before {
	content: "";
	display: block;
	width: 100%;
	height: 37px;
	background-image: url(../img/flow01_arrow_col2_start.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.flow_item_flex_wrapper:after {
	content: "";
	display: block;
	width: 100%;
	height: 37px;
	background-image: url(../img/flow01_arrow_col2_end.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.flow_item_flex_wrapper .flow_item_01 ul li {
	padding-left:1em;
	text-indent:-1em;
	text-align:left;
}
.flow_item_flex_wrapper .flow_item_01 ul li:before {
	content:"●";
}
.cont_index {
	box-sizing: border-box;
	width: 100%;
	min-height:133px;
	background-color: #D9EDF2;
	border-radius:8px;
	margin-bottom: 20px;
	padding:15px;
	padding-left:138px;
	padding-right:60px;
	position:relative;
	overflow:hidden;
	transition:0.4s;
	cursor:pointer;
}
.cont_index.type2 {
	min-height:130px;
	border-radius:0px;
	margin-bottom: 20px;
	padding:15px;
	padding-left:150px;
	padding-right:60px;
	align-content:center;
}
.cont_index:hover {
	opacity:0.7;
}
.cont_index:after {
	content:"";
	box-sizing: border-box;
	width: 43px;
	height: 100%;
	background-color: #60B9D2;
	position: absolute;
	top: 0px;
	right: 0px;
	display: flex;
	background-image: url(../img/cont_index_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.cont_index .img {
	position:absolute;
	top:15px;
	left:15px;
	line-height:0;
}
.cont_index.type2 .img {
	top:0px;
	left:0px;
}
.cont_index .ttl {
	font-size: 20px;
	font-weight: 700;
	color: #0079CA;
	margin-bottom:5px;
}
.cont_index .ttl a {
	color: #0079CA;
}
.cont_index .ttl a:hover {
	color: #0079CA;
	text-decoration:none;
}
.cont_index .txt {
	line-height:160%;
}

.map_wrapper_02 {
	width:100%;
	position:relative;
	overflow:hidden;
}
.map_wrapper_02 iframe {
	width:100%;
	height:650px;
	margin-top:-150px;
	
}
.item_list_01 {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:stretch;
}
.item_list_01 li {
	box-sizing: border-box;
	width: 220px;
	height: 220px;
	text-align: center;
	padding-top: 20px;
	font-size:20px;
	line-height:120%;
	font-weight: 700;
	background-color: #D9EDF2;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-radius: 8px;
	margin-bottom:20px;
}
.img_x110.center,
.img_x120.center {
	text-align:center;
}
.img_x110 img,
.img_x120 img {
	height:auto;
}


.old_style_enable > h5 {
	color:#B38049;
	font-size:115%;
}
.old_style_enable > p {
	margin-bottom:1.5em;
}

.contact_tel {
	margin-bottom: 60px;
}
.contact_tel > h2 {
	font-size: 200%;
	line-height: 120%;
	font-weight: 300;
	text-align: center;
	margin-bottom: 1em;
}
.contact_tel .time {
	font-size: 112.5%;
	font-weight: 700;
	text-align: center;
}
.contact_tel > p {
	text-align: center;
}
.contact_tel .address {
	box-sizing:border-box;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 160px;
	padding-left: 160px;
	text-align:center;
	line-height:180%;
}
.contact_tel .address.type01 {
	background-color: #DCEDF1;
	margin-top:30px;
}
.contact_tel .address.type02 {
	background-color: #EDF6F8;
}
.contact_tel .address > h3 {
	font-size: 125%;
	color: #157993;
}
.contact_tel .address > p {
	font-size: 112.5%;
	font-weight: 700;
}
.contact_tel .address.type01 > p {
	padding-top: 1em;
}
.contact_tel .address.type02 > p {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.contact_tel .address.type02 > p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom-style: none;
}
.contact_recruit > h2 {
	font-size: 150%;
	line-height: 120%;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0.5em;
	color: #157993;
}
.contact_recruit > p {
	font-size: 112.5%;
	font-weight: 700;
	text-align: center;
}
.contact_recruit .btn_box {
	background-color: #0079CA;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 28px;
	padding-bottom: 30px;
	text-align: center;
	color: #FFF;
	margin-top:40px;
	margin-left:atuo;
	margin-right:auto;
	border-radius:8px;
}
.contact_recruit .btn_box .en {
	font-family: Bahnschrift;
	font-size: 52px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing:0.1em;
	padding-left:0.1em;
}
.contact_recruit .btn_box h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 120%;
}
.contact_recruit .btn_box nav {
	display:block;
	padding-top:15px;
}
.contact_recruit .btn_box nav a {
	box-sizing: border-box;
	display: block;
	width: 305px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border: 2px solid #FFF;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	font-weight:700;
	font-size: 125%;
	border-radius:6px;
	transition:0.4s;
}
.contact_recruit .btn_box nav a:hover {
	background-color:rgba(255,255,255,0.3)
}

.emergency_bloc {
	text-align:center;
	box-sizing: border-box;
	width: 100%;
	background-color: #D9EDF2;
	padding: 45px;
	margin-bottom:45px;
	margin-top:45px;
}
.emergency_bloc:has(+ .sub_title_02) {
	margin-bottom:85px;
}
.emergency_bloc p {
	margin-bottom:0px !important;
}
.emergency_bloc h5 {
	font-size: 28px;
	font-weight: 600;
	line-height: 60px;
	margin-bottom: 30px;
	color: #FFF;
	background-color: #CC0000;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	border-radius:30px;
}
.emergency_bloc .tel {
	font-size:36px;
	font-weight:700;
	line-height:100%;
	display:flex;
	align-content:center;
	align-items: center;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom:20px !important;
}
.emergency_bloc .tel .label {
	font-weight: 700;
	color: #FFF;
	font-size: 22px;
	line-height: 38px;
	padding-bottom:2px;
	background-color: #666666;
	text-align: center;
	display: block;
	width: 127px;
	margin-right: 10px;
	border-radius:5px;
	margin-top:5px;
}
.emergency_bloc .text {
	font-size:20px;
	line-height:150%;
}
.emergency_bloc .text .red {
	color:#CC0000;
}

#post-not-found .entry-content {
	font-size:110%;
	text-align:center;
	margin-bottom:4em;
	line-height:200%;
}
#post-not-found .entry-content p {
	margin-bottom:1.5em;
}
#post-not-found .search{
	text-align:center;
}
#post-not-found .search > div{
	width:100%;
	align-content:center;
}
#post-not-found .search input[type="search"]{
	box-sizing:border-box;
	border-radius: 5px;
	padding: 10px;
	width: 500px;
	border: 1px solid #999;
	font-size:120%;
	font-wight:600;
	line-height:20px;
	margin-right:10px;
}
#post-not-found .search button[type="submit"]{
	box-sizing:border-box;
	border-radius: 4px;
	padding: 10px;
	width: 4em;
	border: 1px solid #0079CA;
	background-color: #0079CA;
	color:#FFF;
	font-wight:700;
	font-size:110%;
	line-height:20px;
	transition:0.3s;
	cursor:pointer;
}
#post-not-found .search button[type="submit"]:hover{
	opacity:0.6;
}


#top_contents.en .section {
	width:1200px !important;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:85px;
	line-height:180%;
}
#top_contents.en .section .sub_title_02 {
	margin-bottom:35px;
}
#top_contents.en .section .outer {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;	
}
#top_contents.en .section .outer ul.img {
	width:360px;
	order:2;
}
#top_contents.en .section .outer ul.img li {
	margin-bottom:2em;
}
#top_contents.en .section .outer .body {
	width:calc(100% - 360px - 40px);
	order:1;
}
#top_contents.en .section .outer .body p {
	margin-bottom:1em;
}
#top_contents.en .section .outer .body p:last-child {
	margin-bottom:0;
}
#top_contents.en .section .outer dl {
	width:100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-bottom:1em;
}
#top_contents.en .section .outer dl:last-child {
	margin-bottom:0;
}
#top_contents.en .section .outer dl > dt {
	padding-top:1em;
	font-weight:700;
}
#top_contents.en .section .outer dl > dd {
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#top_contents.en .section .outer dl > dd ul li {
	padding-left: 1em;
	text-indent:-1em;
}
#top_contents.en .section .outer dl > dd ul li:before {
	content:"・";
}
#top_contents.en .section .outer dl > dd ul.border {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-top:1em;
	padding-top:1em;
}
#top_contents.en #access .map {
	margin-top:2em;
}

.wsp-pages-title {
	display:none;
}
.wsp-pages-list {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.wsp-pages-list a {
	color: #003399;
	text-decoration: underline;
}
.wsp-pages-list a:hover {
	color: #F60;
	text-decoration: underline;
}
.wsp-pages-list > li {
	padding-top: 1.3em;
	padding-bottom: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.wsp-pages-list > li > a {
	font-size: 18px;
	font-weight: 700;
}
.wsp-pages-list > li > ul {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.wsp-pages-list > li > ul > li {
	box-sizing:border-box;
	width:25%;
	padding-right:1em;
	padding-top:0.6em;
	padding-bottom:0.2em;
	line-height:140%;
}
.wsp-pages-list > li > ul > li > ul.children {
	display:none;
}
.sitemap > p {
	margin-bottom:0px !important;
}
p+.wsp-container .wsp-pages-list ,
.wsp-container+.wsp-container .wsp-pages-list {
	border-top-style: none !important;
}


#modal_bg {
	display:none;
	height: 100dvh;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999999999998;
	background-color:rgba(0,0,0,0.6);
}
#modal_bg .close_screen {
	height: 100dvh;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#modal_window {
	height: 100dvh;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999999999;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}

#modal_window .window {
	box-sizing:border-box;
	width: 745px;
	max-height: 90dvh;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	transition: 0.4s;
	position: relative;
	z-index: 2;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	padding-top: 45px;
	padding-right: 85px;
	padding-bottom: 45px;
	padding-left: 85px;
	border-radius:8px;
}
#modal_window .close_btn1 {
	background-image: url(../img/top/modal_close.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 46px;
	width: 46px;
	position: absolute;
	top: 30px;
	right: 30px;
	overflow:hidden;
	text-indent:-9999em;
}
#modal_window .close_btn2 {
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	line-height: 40px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	background-color: #000;
	border-radius:6px;
	margin-top:30px;
}
#modal_window .close_btn {
	cursor: pointer;
	transition:0.4s;
}
#modal_window .close_btn:hover {
	opacity:0.6;
}

.emergency_modal {
	text-align:center;
}
.emergency_modal h4 {
	font-size:40px;
	font-weight:300;
	line-height:120%;
	margin-bottom:10px;
}
.emergency_modal h5 {
	font-size: 30px;
	font-weight: 600;
	line-height: 60px;
	margin-bottom: 30px;
	color: #FFF;
	background-color: #CC0000;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	border-radius:30px;
}
.emergency_modal .tel {
	font-size:44px;
	font-weight:700;
	line-height:100%;
	display:flex;
	align-content:center;
	align-items: center;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.emergency_modal .tel .label {
	font-weight: 700;
	color: #FFF;
	font-size: 22px;
	line-height: 40px;
	background-color: #666666;
	text-align: center;
	display: block;
	width: 127px;
	margin-right: 10px;
	border-radius:5px;
	margin-top:5px;
}
.emergency_modal .text {
	font-size:20px;
	line-height:150%;
}
.emergency_modal .text .red {
	color:#CC0000;
}

#braindock_form {
	padding-top:20px;
}
#braindock_form > .exp {
	font-weight: 700;
	text-align: center;
	margin-bottom:50px;
	padding-top:20px;
}

#braindock_form > h2 {
	font-size: 24px;
	line-height: 180%;
	font-weight: 700;
	color: #188AA7;
	text-align: center;
	margin-top:50px;
}

#braindock_form .yn_btn {
	width:100%;
	display:flex;
	align-items:stretch;
	justify-content:center;
	flex-wrap:wrap;
	margin-top:65px;
}
#braindock_form .yn_btn li {
	margin-left:17px;
	margin-right:17px;
	width:324px;
}
#braindock_form .yn_btn li a {
	box-sizing: border-box;
	width: 100%;
	background-color: #0079CA;
	border: 7px solid #D5EBF2;
	font-size: 32px;
	line-height: 100px;
	font-weight: 700;
	color: #FFFFCC;
	text-align: center;
	display: block;
	text-decoration: none;
	transition:0.4s;
	border-radius:10px;
}
#braindock_form .yn_btn li a:hover {
	opacity:0.6;
}

#braindock_form > .top_btn {
	padding-top:80px;
}
#braindock_form > .top_btn a {
	box-sizing:border-box;
	display: block;
	width: 290px;
	line-height: 44px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	border-radius:6px;
	transition:0.4s;
	background-color:#FFF;
}
#braindock_form > .top_btn a:hover {
	opacity:0.6;
}
#braindock_form > .top_btn a:hover {
	opacity:0.6;
}
#braindock_form #form table {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
#braindock_form #form table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	display: flex;
	flex-wrap: wrap;
	align-items:stretch;
	padding-top: 1em;
	padding-bottom: 1em;
}
#braindock_form #form table td .left {
	width:230px;
	font-weight:700;
	align-content:center;
}
#braindock_form #form table td .left .subject {
	color:#F00;
	display:inline-block;
	margin-left:1em;
}
#braindock_form #form table td .right {
	width:calc(100% - 230px);
}
#braindock_form #form input[type="text"],
#braindock_form #form textarea {
	box-sizing: border-box;
	margin: 5px;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 3px;
	background-color: #FFFCF4;
	width:60% !important;
}
#braindock_form #form .input_mail input[type="text"],
#braindock_form #form textarea {
	width:100% !important;
}
#braindock_form #form .input_date input[type="text"] {
	width:6em !important;
}
#braindock_form #form .input_postal input[type="text"] {
	width:10em !important;
}
#braindock_form #form select {
	box-sizing: border-box;
	margin: 5px;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 3px;
	background-color: #FFFCF4;
}

#braindock_form #form .time_notes .text {
	box-sizing:border-box;
	width:100% !important;
	text-align: center;
	background-color: #D1EAF0;
	padding: 2em;
	font-weight: 700;
}

#braindock_form #form .time_notes .text .sup {
	color:#F00;
}

.mfp_buttons {
	padding-top:30px !important;
	padding-bottom:70px !important;
}
.mfp_buttons input {
	font-size:18px;
	font-weight:700;
	box-sizing: border-box;
	width: 320px;
	height: 60px;
	color: #FFF;
	background-color: #0079CA;
	border: 1px solid #0079CA;
	border-radius:30px;
	transition:0.4s;
	cursor:pointer;
}
.mfp_buttons input:hover {
	opacity:0.6;
}
.mfp_buttons input#button_mfp_reset,
.mfp_buttons input#button_mfp_gocancel {
	color: #105769;
	background-color: #FFF;
	border: 1px solid #999;
}
#mfp_phase_confirm {
	text-align:center;	
}
#mfp_phase_confirm > img {
	width:300px !important;
	height:auto !important;
}
#mfp_phase_confirm_inner dl {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
#mfp_phase_confirm_inner dl dt,
#mfp_phase_confirm_inner dl dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: transparent !important;
}
#mfp_phase_confirm_inner dl dd,
#mfp_phase_confirm_inner dl dd p {
	color: #000 !important;
}
#mfp_phase_confirm_inner dl dt {
	text-align:left !important;
}

.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 750px) {
	
.-----MOBILE_ONLY_CSS_START----- {}


body{
	font-size: 26px;
	width: 750px;
}
img {
	max-width:100%;
	height:auto;
}
a img{
	transition:none;
}
br.pc_nowrap {
	display: inline;
}
br.mobile_nowrap {
	display: none;
}

.mobile_only {
	display:block;
}
.pc_only {
	display: none;
}
.forPC {
	display:none;
}
.forSP {
	display:block;	
}
.sp_float_clear {
	float:none;
	clear:both;
}
.sp_tiny {
	letter-spacing:-0.08em;
}
#wrapper{
	width: 750px;
	min-width: 750px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
#header {
	box-sizing:border-box;
	display: block;
	padding: 0px;
	height:140px;
	position: relative;
	margin-bottom:0px;
}

#header .header_logo {
	height:140px;
	display:flex;
	align-content:center;
	align-items:center;
	padding:0px;
	padding-left:32px;
	margin:0px;
	line-height:0px;
}
body.page-template-page-english #header .header_logo {
	padding-top: 0px;
	padding-left:15px;
}
#header .header_logo img {
	width:577px;
	height:auto;
}
body.page-template-page-english #header .header_logo img {
	width:600px;
}
#header .header_logo a {
	transition:none;
}
#header #menu {
	width:100%;
	max-width:100%;
	min-width:100%;
	padding-top: 0px;
	position: absolute;
	left: 0px;
	top: 140px;
	z-index:100;
}
#header #menu .menu_wrapper {
	box-sizing:border-box;
	width:100%;
	position: relative;
	display:none;
	background-color:#FFF;
	padding-bottom:85px;
	padding-left:20px;
	padding-right:20px;
}
body.page-template-page-english #header #menu .menu_wrapper {
	padding-bottom:50px;
	padding-top:20px;
}
#header nav#g_nav {
	position: static;
}
#header nav#g_nav > ul {
	max-width:100%;
	justify-content: flex-start;
}
#header nav#g_nav > ul > li {
	width:33.3333333%;
	font-size: 30px;
	text-align: center;
	border-left-style: none;
	padding-top:30px;
	padding-bottom:30px;
}
.page-template-page-english #header nav#g_nav > ul > li {
	font-size: 30px;
	width:50%;
}
html:not([lang="ja"]) #header nav#g_nav > ul > li  {
	font-size: 28px;
	width:50%;
}
#header nav#g_nav > ul > li:nth-of-type(1),
#header nav#g_nav > ul > li:nth-of-type(2),
#header nav#g_nav > ul > li:nth-of-type(3) {
	padding-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.page-template-page-english #header nav#g_nav > ul > li:nth-of-type(3) {
	border-bottom-style: none;
	padding-top:30px;
}
html:not([lang="ja"]) #header nav#g_nav > ul > li:nth-of-type(3) {
	padding-top:30px;
}
html:not([lang="ja"]) #header nav#g_nav > ul > li:nth-of-type(4) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#header nav#g_nav > ul > li:nth-of-type(4)  {
	border-left-style: none;
}
#header nav#g_nav > ul > li a {
	box-sizing: border-box;
	width: 100%;
	height: 124px;
	display: block;
	padding-top: 80px;
	font-size: 30px;
	line-height: 40px;
	background-size:auto 67px;
	transition:none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.page-template-page-english #header nav#g_nav > ul > li a {
	height: 150px;
	padding-top: 80px;
	font-size: 28px;
	line-height: 32px;
}
html:not([lang="ja"]) #header nav#g_nav > ul > li a  {
	height: 150px;
	padding-top: 80px;
	font-size: 28px;
	line-height: 32px;
}
#header nav#g_nav > ul > li:nth-of-type(3) a  {
	border-right-style: none;
}
html:not([lang="ja"]) #header nav#g_nav > ul > li:nth-of-type(2) a,
.page-template-page-english #header nav#g_nav > ul > li:nth-of-type(2) a  {
	border-right-style: none;
}
html:not([lang="ja"]) #header nav#g_nav > ul > li:nth-of-type(3) a,
.page-template-page-english #header nav#g_nav > ul > li:nth-of-type(3) a  {
	border-right-style: solid;
}
html:not([lang="ja"]) #header nav#g_nav > ul > li:nth-of-type(4) a,
.page-template-page-english #header nav#g_nav > ul > li:nth-of-type(4) a  {
	border-right-style: none;
}
#header nav#g_nav > ul > li a:hover {
	opacity:0.6;
}


#header nav#s_nav {
	width:100%;
	position: static;
	padding-top:40px;
	padding-bottom:50px;
}
#header nav#s_nav > .lang {
	width:100%;
	height:63px;
	display:flex;
	justify-content:center;
	margin-top:50px;
	z-index:999999;
}
#header nav#s_nav > .lang > * {
	transform-origin:center top;
	transform:scale(2.5,2.5);
}
#header nav#s_nav > ul {
	width:100%;
	display:block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#header nav#s_nav > ul > li {
	width: 100%;
	box-sizing: border-box;
	line-height: 120%;
	position: relative;
	font-size: 29px;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.page-template-page-english #header nav#s_nav > ul,
.page-template-page-english #header nav#s_nav > ul > li.lang_ja {
	border-style: none;
}
#header nav#s_nav > ul > li a {
	color:#333;
	display:block;
	padding:0;
	line-height:70px;
}
#header nav#s_nav > ul > li.lang_ja  a {
	width:300px;
	height:60px;
	line-height:58px;
	margin-left:auto;
	margin-right:auto;
	font-size:26px;
	margin-top:20px;
}
#header nav#s_nav > ul > li a:after {
	display:none;
}
#header .extra {
	width:510px;
	margin-left:auto;
	margin-right:auto;
	position: static;
}
#header .extra .extra_btn {
	width:100%;
	margin-bottom:35px;
}
#header .extra .extra_btn a {
	width: 100%;
	height:70px;
	line-height: 70px;
	font-size: 29px;
	border-radius:510px;
	transition:none;
}
#header .extra #searchform {
	width: 100%;
	border-radius: 10px;
	height: 74px;
	box-shadow: 0px 0px 5px 0px #999;
	border-width: 2px;
	margin-left:0px;
	margin-top:20px;
}
#header .extra #searchform input[type="text"] {
	width: calc(100% - 70px);
	height:70px;
	padding-left:20px;
	padding-right:20px;
	font-size:29px;
	line-height:70px;
	border-radius:8px 0 0 8px;
}
#header .extra #searchform #searchsubmit {
	width: 48px;
	height: 48px;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 11px;
	padding-bottom: 11px;
	transition:none;
}


#header #g_nav_open_btn {
	box-sizing: border-box;
	top: 10px;
	right: 10px;
	height: 120px;
	width: 120px;
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	transition: 0.5s;
	z-index: 999999999;
	background-color: #FFF;
	cursor:pointer;
}
#header #g_nav_open_btn div {
	width: 70px;
	height: 7px;
	display: block;
	background-color: #0079CA;
	position: absolute;
	transition:0.5s;
	left: 25px;
	top: 54px;
	transform-origin:center center;
}
#header #g_nav_open_btn div:nth-child(1) {
	top: 29px;
	transition:0.3s;
}
#header #g_nav_open_btn div:nth-child(4) {
	top: 79px;
	transition:0.3s;
}

#header #g_nav_open_btn.on div {
	height: 7px;
	width:84px;
	left: 18px;
	top: 54px !important;
	border-radius:0px;
}
#header #g_nav_open_btn.on div:nth-child(1),
#header #g_nav_open_btn.on div:nth-child(4) {
	opacity:0;
}
#header #g_nav_open_btn.on div:nth-child(2) {
	transform:rotate(45deg);
}
#header #g_nav_open_btn.on div:nth-child(3) {
	transform:rotate(-45deg);
}

#footer .wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left:30px;
	padding-right:30px;
}
#footer .footer_address {
	width: calc(100% - 130px);
	font-size: 23px;
	line-height: 150%;
	font-weight:600;
}
#footer .footer_address .footer_logo {
	margin-bottom:10px;
}
#footer .footer_address .footer_logo img {
	height:60px;
	width:auto;
}
.page-template-page-english #footer .footer_address .footer_logo img {
	height:43px;
	width:auto;
}
#footer .footer_address .fax {
	display:inline-block;
	padding-left:1em;
}
#footer .footer_address .fax a {
	pointer-events:none;
	cursor:auto;
}
#footer .footer_jcqhc {
	line-height:0;
}

#footer .copyright {
	padding-top: 25px;
	padding-bottom:25px;
	font-size: 20px;
	font-weight:600;
}
#page_title {
	width: calc(100% - 30px);
	margin-right: 40px;
	margin-bottom:60px;
	padding-left: 30px;
}
#page_title h1 {
	font-size: 38px;
}

img.alignleft {
	margin-right: 20px;
	margin-bottom: 0.5em;
	max-width:310px !important;
	height:auto;
}
#top_contents {
	min-width:750px;
	overflow-x:hidden;
	position:relative;
}
#top_contents #main_visual {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 60px;
}
#top_contents #main_visual .catch_copy {
	width: 100%;
	height: 472px;
	padding-left:50px;r;
	flex-wrap: wrap;
	border-radius:0;
}
#top_contents #main_visual .catch_copy:after {
	height: 472px;
	background-position: 0px center;
}
#top_contents #main_visual .catch_copy > * {
	box-sizing:border-box;
	width: 100%;
	position:relative;
	z-index:1;
}
#top_contents #main_visual .catch_copy > h1 {
	font-size:30px;
	line-height:120%;
	font-weight:700;
	margin-bottom:20px;
	letter-spacing:1px;
}
#top_contents #main_visual .catch_copy > .en {
	font-size:90px;
	font-weight:300;
	text-indent:-5px;
}
#top_contents #main_visual .catch_copy > h2 {
	font-size:80px;
	line-height:120%;
	margin-bottom:20px;
}
#top_contents #main_visual .catch_copy > .caption {
	font-size:23px;
	line-height:130%;
}

#top_contents .pickup_menu_area {
	display:none;
}
.pickup_menu_area {
	width: 690px;
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.pickup_menu_area .recruit {
	margin-bottom:30px;
}
.pickup_menu_area .recruit a {
	min-height: 154px;
	padding: 30px;
	padding-left: 305px;
	border-radius: 8px;
	background-position: 150px center;
	background-size:auto 115px;
	font-size: 45px;
	line-height: 90%;
	font-weight:500;
	letter-spacing:0.1em;
	transition:none;
}
.pickup_menu_area .recruit a em {
	display:block;
	width:100%;
	padding-top:10px;
	font-size: 28px;
	line-height: 100%;
	font-weight: 500;
}
.pickup_menu_area .recruit a:after {
	width:44px;
	height:44px;
}


.pickup_menu_area .facilities {
	margin-bottom:30px;
}
.pickup_menu_area .facilities > h3 {
	font-size: 38px;
	margin-bottom: 15px;
}
.pickup_menu_area .facilities .btn {
	margin-bottom:15px;
}
.pickup_menu_area .facilities .btn a {
	padding: 7px;
	border-radius: 8px;
	transition:none;
}
.pickup_menu_area .facilities .btn a .inner {
	min-height: 140px;
	padding: 23px;
	padding-left: 290px;
	background-position: 143px center;
	background-size:125px auto;
	font-size: 32px;
	border-radius: 6px;
}
.pickup_menu_area .facilities .btn a .inner strong {
	font-size: 45px;
}


.pickup_menu_area .contact a {
	min-height: 90px;
	border-radius: 8px;
	font-size: 34px;
	transition: none;
	padding: 15px;
}

.clickable_wrapper {
	transition:none;
}

#top_contents #brain {
	width:690px;
	max-width: 690px;
	border-radius:10px;
	margin-bottom:60px;
}
#top_contents #brain:before {
	width:100%;
	max-width: 690px;
	min-height: 228px;
	border-radius: 8px 8px 0 0;
}
#top_contents #brain .wrapper {
	width: 100%;
	max-width: 100%;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 40px;	
}
#top_contents #brain .wrapper .text1 {
	font-size:29px;
}
#top_contents #brain .wrapper h2 {
	font-size:85px;
}
#top_contents #brain .wrapper .text2 {
	font-size:23px;
	letter-spacing:1px;
}

#top_contents #visitor {
	width: 100%;
	padding-top: 55px;
	padding-bottom: 55px;
}
#top_contents #visitor .ttl {
	font-size:55px;
}
#top_contents #visitor .wrapper {
	width:100%;
}
#top_contents #visitor .wrapper .bloc {
	width: 660px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:45px;
}
#top_contents #visitor .wrapper .bloc > h3 {
	height: 87px;
	font-size: 34px;
}
#top_contents #visitor .wrapper .bloc > ul {
	box-sizing:border-box;
	width: 100%;
	min-height:202px;
	padding:25px;
	background-color:#FFF;
	margin-bottom:30px;
}
#top_contents #visitor .wrapper .bloc > ul li {
	box-sizing: border-box;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7167AF;
	padding-bottom: 25px;
	margin-bottom: 25px;
	min-height: calc(3em + 25px);
	font-size: 27px;
	padding-right: 40px;
	padding-left: 45px;
}
#top_contents #visitor .wrapper .bloc > ul li:last-child {
	border-bottom-style: none;
	padding-bottom:0;
	margin-bottom:0;
	min-height:3em;
}
#top_contents #visitor .wrapper .bloc > ul li strong {
	display:inline-block;
	min-width:3em;
}
#top_contents #visitor .btn_box {
	width:100%;
	display:flex;
	justify-content:center;
	align-items:stretch;
	flex-wrap:wrap;
	padding-top:0px;
}
#top_contents #visitor .btn_box nav {
	display:block;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:30px;
}
#top_contents #access {
	padding-top: 55px;
	padding-bottom: 55px;
}
#top_contents #access .ttl {
	font-size:55px;
}
#top_contents #access .map {
	width:100%;
	margin-bottom:40px;
}
#top_contents #access .map iframe {
	width:100%;
	height:440px;
}
#top_contents #gairai {
	padding-bottom: 55px;
}
#top_contents #gairai .ttl {
	font-size:55px;
}
#top_contents #gairai .wrapper {
	width:700px;
	max-width:700px;
}
#top_contents #gairai table {
	margin-bottom:35px;
	font-size:20px;
	line-height:130%;
}
#top_contents #gairai table th,
#top_contents #gairai table td {
	padding-top: 0.5em;
	padding-right: 1px;
	padding-bottom: 0.5em;
	padding-left: 1px;
}
#top_contents #gairai table td {
	width:3.6em;
}
#top_contents #gairai table td:first-child {
	font-weight:700;
	background-color:#EFF8FA;
}
#top_contents #gairai table tr:nth-of-type(2) td {
	font-weight:700;
	background-color:#D1EAF0;
}

#top_contents #topics {
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	margin-bottom:90px;
}
#top_contents #topics .ttl {
	width: 100%;
	font-size: 34px;
	color:#FFF;
	text-align: center;
	padding-left: 0px;
	padding:0.8em;
}
#top_contents #topics .ttl br {
	display:none;
}
#top_contents #topics .wrapper {
	width: 100%;
	padding: 25px;
}
#top_contents #topics .wrapper dl {
	width: 100%;
	min-height:10px;
	max-height:550px;
	display:block;
}
#top_contents #topics .wrapper dl dt {
	width: 100%;
	padding-bottom: 0;
}
#top_contents #topics .wrapper dl dd {
	width: 100%;
	padding-top: 0;
	border-top-style: none;
}
#top_contents #topics .wrapper dl dd .icon_new {
	font-size: 20px;
	line-height: 30px;
	width: 60px;
}
#top_contents #features {
	width: 100%;
	margin-bottom:250px;
}
#top_contents #features .ttl {
	font-size:55px;
	line-height:100%;
	font-weight:300;
	margin-bottom:50px;
	text-align:center;
}
#top_contents #features .wrapper {
	width: 100%;
	position: relative;
	background-color: #0079CA;
	color:#FFF;
}
#top_contents #features .wrapper:after {
	width: 330px;
	height: 250px;
	right: 30px;
	bottom: -125px;
}
#top_contents #features .wrapper > section {
	box-sizing:border-box;
	width: 100%;
	max-width:750px;
	margin-right:0;
	margin-left:auto;
	min-height:0px;
	padding-left:30px;
	padding-top:30px;
	padding-bottom:140px;
	padding-right:30px;
	position: relative;
}
#top_contents #features .wrapper > section > h3 {
	font-size:36px;
	font-weight:400;
	line-height:150%;
	letter-spacing:-2px;
	white-space:nowrap;
}
#top_contents #features .wrapper > section > p {
	font-size:24px;
	margin-top:1em;
	margin-bottom:1em;
}
#top_contents #features .wrapper > section > .btn a  {
	width: calc(100% - 400px);
	height: 70px;
	font-size: 28px;
	border-radius:8px;
	transition:none;
	padding-bottom:2px;
}
#top_contents #features .wrapper > section:after {
	width: 330px;
	height: 250px;
	right: auto;
	bottom: -125px;
	left:30px;
}
#top_contents #recruit {
	width: 690px;
	height: 545px;
	margin-bottom: 90px;
	background-size: auto 315px;
	padding-top:50px;
	padding-left: 50px;
	align-content: flex-start;
	background-position: left top;
	border-radius:10px;
	overflow:hidden;
}
#top_contents #recruit:before {
	width: 100%;
	height: 315px;
}
#top_contents #recruit:after {
	box-sizing: border-box;
	content:"";
	display:block;
	width: 100%;
	height: 230px;
	position:absolute;
	bottom:0;
	left:0;
	background-image: url(../img/top/recruit_p01.png);
	background-repeat: no-repeat;
	background-position: -522px center;
	background-size:auto 231px;
}
#top_contents #recruit section .ttl {
	font-family: Roboto;
	font-weight: 400;
	font-size: 75px;
	line-height: 100%;
}
#top_contents #recruit section > p {
	font-size:30px;
	margin-top:0px;
	margin-bottom:25px;
}
#top_contents #recruit section > .btn a  {
	width: 305px;
	height: 70px;
	font-size: 28px;
	padding-bottom: 2px;
}
#top_contents #pickup .wrapper {
	width: 660px;
}


#top_contents #pickup .wrapper ul li a {
	font-size: 26px;
	transition:none;
	margin-left:auto;
	margin-right:auto;
}
#top_contents #pickup #slide_prev {
	left:-35px;
}
#top_contents #pickup #slide_next {
	right:-35px;
}
#top_contents #banner_area_01 {
	width: 100%;
	padding-top:75px;
	margin-bottom:35px;
}
#top_contents #banner_area_01 .ttl {
	font-size:45px;
}
#top_contents #banner_area_01 .wrapper ul {
	width:690px;
	margin-left:auto;
	margin-right:auto;
}
#top_contents #banner_area_01 .wrapper ul li {

}
#top_contents #banner_area_01 .wrapper ul li a {
	transition:none;
}



.btn_blue a {
	width: 440px;
	font-size: 28px;
	height: 70px;
	border-radius:420px;
	padding-bottom:3px;
	transition:none;
}


#page_contents_wrapper {
	max-width:690px;
	padding-left:0px;
	padding-right:0px;
	margin-left:auto;
	margin-right:auto;
}
#page_contents_wrapper.two_col {
	max-width:690px;
	max-width:690px;
}
#page_contents_wrapper.two_col .main_contents {
	width:100%;
	order:2;
}
#page_contents_wrapper.two_col.blog_contents .main_contents {
	order:1;
}
#page_contents_wrapper.two_col .main_contents img {
	max-width:100%;
	height:auto;
}
#page_contents_wrapper.two_col .main_contents > div.center.fig4 .wp-caption {
	width:auto !important;
}
#page_contents_wrapper.two_col .main_contents > div.center.fig4 img {
	width: auto;
	height:165px;
}
#page_contents_wrapper.two_col .right_col {
	width:100%;
	order:1;
	margin-bottom:50px;
}
#page_contents_wrapper.two_col.blog_contents .right_col {
	order:2;
	margin-top:70px;
}
#page_contents_wrapper.two_col .local_menu {
	width:100%;
	transition:none;
}
#page_contents_wrapper.two_col .local_menu.fixed {
	position: static;
}

#page_contents_wrapper.two_col .local_menu > .ttl {
	width:100%;
}
#page_contents_wrapper.two_col .local_menu > .ttl.tiny {
	letter-spacing:0;
}
#page_contents_wrapper.two_col .local_menu > .ttl a {
	min-height:80px;
	font-size: 28px;
	transition:none;
}
#page_contents_wrapper.two_col .local_menu > .sub_ttl {
	min-height: 80px;
	margin-top: 20px;
	font-size: 26px;
	line-height: 110%;
	font-weight: 700;
	color: #105769;
	text-decoration: none;
	background-image: url(../img/local_menu_sub_ttl.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}
#page_contents_wrapper.two_col .local_menu > .sub_ttl_link a {
	min-height: 80px;
	margin-top: 20px;
	font-size: 26px;
	line-height: 110%;
	font-weight: 700;
	color: #105769;
	text-decoration: none;
	background-image: url(../img/local_menu_sub_ttl.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
	transition:none;
}
#page_contents_wrapper.two_col .local_menu > ul {
	box-sizing: border-box;
	width: 100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#page_contents_wrapper.two_col .local_menu > ul li {
	box-sizing: border-box;
	width: 48%;
}
#page_contents_wrapper.two_col .local_menu > ul li a {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	min-height: 80px;
	font-size: 24px;
	line-height: 120%;
	font-weight: 600;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.mb0 {
	margin-bottom:0 !important;
}
.mb5em_pc,
.mb7em_pc,
.mb10em_pc {
	margin-bottom: 1em !important;
}
.w760,
.w800,
.w900,
.w940 {
	width:100% !important;
}
.article-footer time{
	display:block;
	width:100%;
}
.article-footer .split{
	display:none;
}
.single_page_nav {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.single_page_nav a {
	width:50%;
	line-height:130%;
}



.sidebar .widget {
	width:100%;
}
.sidebar .widget .widgettitle {
	width:100%;
	min-height:80px;
	font-size: 28px;
	transition:none;
}
.sidebar .widget > ul {
	box-sizing: border-box;
	width: 100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.sidebar .widget > ul li {
	box-sizing: border-box;
	width: 48%;
}
.sidebar .widget > ul li a {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	min-height: 80px;
	font-size: 24px;
	line-height: 120%;
	font-weight: 600;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.nav_tab_01 {
	width: 100%;
	margin-bottom: 50px;
}
.nav_tab_01 ul {
	border-bottom-width: 8px;
}
.nav_tab_01 ul li {
	width: 49.2%;
}
.nav_tab_01 ul li a {
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	display: block;
	align-content:center;
	background-color: #D5EBF2;
	text-align: center;
	font-size: 26px;
	text-decoration: none;
	border-radius:8px 8px 0 0;
	transition:none;
}
.menu_list_01 {
	width: 100%;
	margin-bottom: 50px;
}
.menu_list_01 > ul li {
	width:48.9%;
	margin-bottom:20px;
}
.menu_list_01 > ul li a {
	height: 95px;
	border: 2px solid #CCC;
	font-size: 24px;
	border-radius: 8px;
	transition:none;
}
.menu_list_01 > ul:after {
	display:none;
}

.menu_list_02 {

}
.menu_list_02 li,
.menu_list_02 li.col_4, 
.menu_list_02 li.col_5 {
	width: calc(50% - 3px) !important;
	margin-bottom:6px;
}
.menu_list_02 li a {
	height:100%;
	min-height: 90px;
	font-size: 25px;
	transition:none;
}
.menu_list_02 li a em {
	font-size: 22px;
	font-style:normal;
}

.menu_list_03 {
	margin-bottom: 40px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-radius:10px;
}
.menu_list_03 > .ttl {
	font-size: 36px;
	margin-bottom: 20px;
}
.menu_list_03 > ul li {
	width:48.5%;
	margin-bottom:20px;
}
.menu_list_03 > ul li a {
	width: 100%;
	min-height: 100px;
	font-size: 26px;
	transition: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.menu_list_03 > ul li a:before {
	width: 10px;
}

.menu_list_04 > ul li {
	width:100%;
	margin-bottom:20px;
}
.menu_list_04 > ul li a {
	width: 100%;
	min-height: 100px;
	font-size: 26px;
	transition: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.menu_list_04 > ul li a:before {
	width: 10px;
}

.menu_list_05 li {
	width: 48%;
}
.menu_list_05 li img {
	width:100%;
	height:auto;
	margin-bottom:15px;
}
.menu_list_05 li a {
	font-size: 25px;
	transition: none;
	padding: 20px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-content:flex-start;
	align-items:flex-start;
	height:100%;
}
.menu_list_05 li br {
	display:none;
}

.btn_01 a {
	width: 450px;
	height: 80px;
	border-radius: 40px;
	font-size: 26px;
	transition:none;
	padding-left:10px;

}
.btn_01 a:after {
	height: 40px;
	width: 36px;
	background-size:contain;
}
.btn_02 a {
	width: 450px;
	height: 80px;
	border-radius: 40px;
	font-size: 26px;
	transition:none;
}
.btn_03 a {
	width: 450px;
	height: 80px;
	border-radius: 40px;
	font-size: 26px;
	transition:none;
}
.banner_waribiki {
	padding:20px;
	border-radius: 10px;
	font-size: 26px;
	line-height: 120%;
}
.banner_waribiki strong {
	font-size: 38px;
	line-height: 120%;
	font-weight: 900;
	margin-bottom:3px;
	
}
.banner_waribiki .arrow {
	display: block;
	height: 30px;
	width: 50px;
	overflow: hidden;
	position: relative;
	text-indent: -9999em;
	background-image: url(../img/banner_waribiki_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.sub_title_01 {
	font-size: 54px;
	padding-bottom: 18px;
}
.sub_title_02 {
	font-size: 36px;
	border-bottom-width: 3px;
	padding-bottom: 10px;
}
.sub_title_03 {
	font-size: 36px;
}
.sub_title_04 {
	font-size: 36px;
}
.sub_title_05 {
	font-size: 32px;
}
.sub_title_06 {
	font-size: 28px;
}
.sub_title_07 {
	font-size: 30px;
}
.sub_title_10 {
	font-size: 38px !important;
}
.catch_copy_01{
	font-size: 35px;
}
.dotted_split:has(img.alignleft),
.dotted_split:has(img.alignright) {
	padding-bottom:2em;
}
.dotted_split.flex.img_w360 .img {
	width:100%;
	text-align:center;
}
.dotted_split.flex.img_w360 .img img {
	width:420px;
	height:auto;
}
.dotted_split.flex.img_w360 .text {
	width:100%;
}
.dotted_split .center.flex img {
	width:420px;
	height:auto;
	margin-bottom:20px;
}
.dotted_split .center.flex img:last-child {
	margin-bottom:0px;
}
.dl_list_01 dt {
	padding-top: 18px;
	padding-bottom: 20px;
	font-size: 26px;
}
.dl_list_01 dd {
	padding-top: 18px;
	padding-bottom: 20px;
	font-size: 24px;
	margin-bottom:15px;
}
.dl_list_02 dt {
	padding-right:20px;
}


.list_box_01 {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 2px;
}
.list_box_01 > .ttl {
	margin-bottom: 10px;
	font-size: 30px;
}
.list_box_01 > dl {

}
.profile_01 {
	margin-bottom:50px;
}
.greeting_bloc .profile_01 .photo {
	width:360px !important;
}
.profile_01 .text {
	box-sizing:border-box;
	width:calc(100% - 350px);
	padding-left:30px;
}
.greeting_bloc .profile_01 .text {
	width:calc(100% - 360px) !important;
}
.profile_01 .text .name {
	font-size:45px;
	line-height:140%;
}
.profile_01 .text .en {
	font-size:23px;
}
.profile_01 .text .dept {
	font-size:28px;
	margin-top:25px;
}
.profile_01 .text .position {
	font-size:25px;
}
.greeting_bloc .profile_01 .text .position {
	font-size:25px;
}

.gallery_box_01 {
	width:100%;
	margin-bottom:50px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.gallery_box_01 > h3 {
	width:100% !important;
	font-size:34px;
	line-height:120%;
	font-weight:700;
	margin-bottom:15px;
}

.gallery_box_01 > p {
	width:100% !important;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.gallery_box_01 a {
	width:340px !important;
	display:block;
	line-height:0px;
}
.gallery_box_01 a img {
	width:100% !important;
	height:auto;
}
.gallery_box_01 img {
	width:340px !important;
	height:auto;
	margin-bottom:15px;
}
.gallery_box_02 {
	width:100%;
	margin-bottom:25px;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	padding-left:5px;
	padding-right:5px;
}
.gallery_box_02 > * {
	width:330px !important;
	height:auto;
	margin-bottom:25px;
	margin-right:0px;
}

.table_scroll {
	width:100%;
	overflow-x:scroll;
	position:relative;
}
.table_scroll+.table_notes {
	position: relative;
	padding-top:calc(50px + 1em);
	font-size:22px;
}
.table_scroll+.table_notes:before {
	content: "→右にスクロールすることで表の全体をご覧いただけます→";
	width: 100%;
	display: block;
	background-color: #999;
	color: #FFF;
	font-size: 22px;
	line-height: 46px;
	padding-bottom:4px;
	font-weight: 600;
	text-align: center;
	position:absolute;
	left:0px;
	top:0px;
}
.table_scroll .table_01 {
	width:160%;
}

.table_01 {
	width:100%;
	border-collapse: collapse;
	background-color:#FFF;
	margin-bottom:10px;
}
.table_01 th,
.table_01 td {
	padding: 0.3em;
	font-size:22px;
	line-height:130%;
}
.table_01 .th_blue1,
.table_01 .t_green {
	width:5.5em;
	padding: 0.3em;
}
.table_01 .th_blue2,
.table_01 .t_brown {
	width:5.5em;
	padding: 0.3em;
}
.table_01.widfix_disable tr > * {
	width: auto;
}
.table_01.widfix_disable tr > .w260 {
	width: auto;
}
.table_01 .t_gray {
	padding: 0.3em;
}

.contact_box_01 {
	width: 580px;
	margin-top:60px;
}
.contact_box_01 > h5 {
	font-size: 26px;
}
.contact_box_01 > p {
	font-size: 24px;
	padding: 1em;
}
.table_01 tr > *.left {
	text-align:left !important;
	padding-left:0.5em !important;
}


.information_body > ol {
	margin-bottom:50px;
}
.information_body > ol li {
	list-style-type: decimal;
	margin-left: 1.2em;
	padding-left:0.5em;
}
.information_body > ol li a {
	color: #06C;
}
.information_body > ol li a:hover {
	color: #F60;
	text-decoration:underline;
}
.information_body .bloc_01 {
	box-sizing:border-box;
	width:100%;
	background-color: #E2F1F5;
	padding: 25px;
	border-radius:10px;
	margin-bottom:50px;
}
.information_body .bloc_01 > h5 {
	font-size:30px;
	line-height:120%;
	font-weight:700;
	margin-bottom:0.8em;
}
.information_body .bloc_01 > ul {
	margin-top:1em;
	font-weight:bold;
}
.information_body .bloc_01 > p {
	margin-bottom:0;
}
.information_body > h4 {
	margin-bottom: 25px;
	font-size: 36px;
	padding-bottom: 10px;
}
.information_body > h5 {
	margin-bottom: 15px;
	font-size: 30px;
}
.information_body table+h5 {
	margin-top:40px;
}
.information_body p+table {
	margin-top:1em;
}
.information_body h6+table {
	margin-top:0.5em;
}
.information_body table {
	box-sizing:border-box;
	border-collapse:collapse;
	width:100% !important;
	margin-bottom:10px;
}


.bloc_03 {
	width: 100%;
	margin-bottom: 25px;
	background-color: #D9EDF2;
	border-radius:10px;
	padding-bottom:20px;
}
.bloc_03 > h4 {
	font-size: 30px;
	line-height: 130%;
	font-weight: 700;
	padding-top: 23px;
	padding-bottom: 20px;
}
.bloc_03 > .ttl_01 {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bloc_04 .ttl {
	font-size: 30px;
}
.bloc_04 div.center img {
	width:48% !important;
	height:auto;
}
.bloc_04 div.fig_hz {
	width:100%;

	flex-wrap:wrap;
	justify-content:space-between;

}
.bloc_04 div.fig_hz {
	margin-bottom:10px;
}
.bloc_04 div.fig_hz > div {
	max-width:50% !important;
	text-align:center;
}
.bloc_04 div.fig_hz > div p {
	margin-bottom:0px !important;
	line-height:140%;
}

.bloc_04.flex {
	display:flex;
	justify-content:space-between !important;
	flex-wrap:wrap;
}
.bloc_04.flex .img,
.bloc_04.flex.img_w360 .img {
	width:100% !important;
	text-align: center;
	margin-bottom:1em !important;
	margin-top:0.5em !important;
}
.bloc_04.flex .img:last-child,
.bloc_04.flex.img_w360 .img:last-child {
	margin-bottom:0 !important;
	margin-top:1em !important;
}
.bloc_04.flex .img img {
	width:510px !important;
	height:auto;
}
.bloc_04.flex.img_w360 .img img {
	width:420px !important;
}
.bloc_04.flex .text,
.bloc_04.flex.img_w360 .text {
	width:100% !important;
}
.bloc_04.flex.img_right .img {
	order:1;
	text-align: center;
}
.bloc_04.flex.img_right .text {
	order:2;
}

.bloc_05.flex {
	display:block;
}
.bloc_05.flex p.img260 {

	float:left;
}
.bloc_05.flex p {
	width:auto;
}

.bloc_06_wrapper .bloc_06 {
	width:100%;
	margin-bottom:35px;
}
.bloc_06_wrapper .bloc_06 .body {
	padding: 20px;
}
.bloc_06_wrapper .bloc_06 .body *:has(+ img) {
	text-align:center;
}
.bloc_06_wrapper .bloc_06 .body > img,
.bloc_06_wrapper .bloc_06 .body *:has(+ img)  img {
	min-height:209px !important;
	max-height:250px !important;
	width:auto;
	margin-bottom:1em;
}


.bloc_09 {
	box-sizing:border-box;
	width:100%;
	margin-bottom:60px;
}
.bloc_09 p:has(+ h5) {
	margin-bottom:1.5em;
}

.bloc_09.flex.img_w360 .img {
	width:100%;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
.bloc_09.flex.img_w360 .img img {
	width:420px;
	height:auto;
}
.bloc_09.flex.img_w360 .text {
	width:100%;
}
.flex_bloc {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.flex_bloc.img_w360 .img {
	width:100%;
	text-align:center;
	padding-top:10px;
}
.flex_bloc.img_w360 .img img {
	width:420px;
	height:auto;
	margin-bottom:1em;
}
.flex_bloc.img_w360 .text {
	width:100%;
}
.flex_body_img {
	margin-bottom:2em;
}
.flex_body_img .body {
	width:100%;
	order:2;
}
.flex_body_img .body table tr td:nth-of-type(1) {
	width:8em !important;
}
.flex_body_img .img {
	width:420px;
	margin-left:auto;
	margin-right:auto;
	order:1;
	margin-bottom:1em;
	margin-top:0.5em;
}
.flex_body_img .img img{
	width:100%;
	height:auto;
}

.voice_box {
	background-position: center top;
	padding-top:260px;
	padding-left:0px;
} 
.flow_item_01 {
	margin-bottom: 50px;
}
.flow_item_01:after {
	height: 50px;
	bottom: -50px;
	background-size:auto 40px;
}
.flow_item_flex_wrapper:before {
	height: 50px;
	background-size:auto 40px;
}
.flow_item_flex_wrapper:after {
	height: 50px;
	background-size:auto 40px;
}
.flow_item_01 .body {
	justify-content:center;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:5px;
}
.flow_item_01 .body .img360 {
	width:100%;
	text-align:center;
	padding-top:10px;
}
.flow_item_01 .body .img360 img {
	width:420px;
	height:auto;
	margin-bottom:1em;
}
.flow_item_01 .body .text {
	width:100%;
}

.cont_index {
	min-height:230px;
	border-radius:10px;
	margin-bottom: 30px;
	padding:25px;
	padding-right:60px;
	padding-left:220px;
}
.cont_index.type2 {
	padding-left:220px;
}
.cont_index:after {
	width: 50px;
}
.cont_index .img {
	width:180px;
	top:20px;
	left:20px;
}
.cont_index.type2 .img {
	width:180px;
	top:20px;
	left:20px;
}
.cont_index .img img {
	width:100%;
	height:auto;
}

.cont_index .ttl {
	font-size: 30px;
	margin-bottom:5px;
}
.item_list_01 li {
	width: 330px;
	height: 330px;
	padding-top: 30px;
	font-size:30px;
	background-size:contain;
	border-radius: 10px;
	margin-bottom:25px;
}

.contact_tel {
	margin-bottom: 90px;
}
.contact_tel > h2 {
	font-size: 200%;
	line-height: 120%;
	font-weight: 300;
	text-align: center;
	margin-bottom: 1em;
}
.contact_tel .time {
	font-size: 112.5%;
	font-weight: 700;
	text-align: center;
}
.contact_tel .address {
	width: 100%;
	padding: 50px;
}
.contact_tel .address.type01 {
	background-color: #DCEDF1;
	margin-top:30px;
}
.contact_tel .address.type02 {
	background-color: #EDF6F8;
}
.contact_tel .address > h3 {
	font-size: 125%;
	color: #157993;
}
.contact_recruit .btn_box {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	border-radius:10px;
}
.contact_recruit .btn_box .en {
	font-size: 60px;
}
.contact_recruit .btn_box h3 {
	font-size: 38px;
}
.contact_recruit .btn_box nav {
	padding-top:20px;
}
.contact_recruit .btn_box nav a {
	width: 305px;
	line-height: 60px;
	font-size: 125%;
	border-radius:6px;
	transition:none;
}

.emergency_bloc h4 {
	margin-bottom:20px !important;
}
.emergency_bloc h5 {
	font-size: 40px;
	line-height: 90px;
	margin-bottom: 40px;
	width: 420px;
	border-radius:45px;
}
.emergency_bloc .tel {
	font-size:70px;
	margin-bottom:30px;
}
.emergency_bloc .tel .label {
	font-size: 28px;
	line-height: 50px;
	width: 180px;
	margin-right: 0px;
	border-radius:8px;
	margin-top:5px;
	margin-bottom:10px;
}
.emergency_bloc .text {
	font-size:26px;
}

#top_contents.en .section {
	width:690px !important;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:85px;
	line-height:180%;
}
#top_contents.en .section .sub_title_02 {
	margin-bottom:35px;
}

#top_contents.en .section .outer ul.img {
	width:280px;
	font-size:80%;
	line-height:140%;
}
#top_contents.en .section .outer ul.img img {
	width:100%;
	height:auto;
}
#top_contents.en .section .outer .body {
	width:calc(100% - 280px - 25px);
	order:1;
}
#top_contents.en .section .outer .body p {
	margin-bottom:1em;
}
#top_contents.en .section .outer .body p:last-child {
	margin-bottom:0;
}
#top_contents.en .section .outer dl {
	width:100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-bottom:1em;
}
#top_contents.en .section .outer dl:last-child {
	margin-bottom:0;
}
#top_contents.en .section .outer dl > dt {
	padding-top:1em;
	font-weight:700;
}
#top_contents.en .section .outer dl > dd {
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#top_contents.en .section .outer dl > dd ul li {
	padding-left: 1em;
	text-indent:-1em;
}
#top_contents.en .section .outer dl > dd ul li:before {
	content:"・";
}
#top_contents.en .section .outer dl > dd ul.border {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-top:1em;
	padding-top:1em;
}
#top_contents.en #access .map {
	margin-top:2em;
}


.wsp-pages-list > li > a {
	font-size: 30px;
}
.wsp-pages-list > li > ul > li {
	box-sizing:border-box;
	width:50%;
	padding-right:1em;
	padding-top:0.6em;
	padding-bottom:0.2em;
	line-height:140%;
	font-size:90%;
}


#modal_window .window {
	width: 690px;
	border-radius:10px;
}
#modal_window .close_btn2 {
	font-size: 28px;
	line-height: 60px;
	width: 280px;
	border-radius:8px;
	margin-top:40px;
}
#modal_window .close_btn {
	transition:none;
}

.emergency_modal h4 {
	font-size:60px;
	margin-bottom:20px;
}
.emergency_modal h5 {
	font-size: 40px;
	line-height: 90px;
	margin-bottom: 40px;
	width: 420px;
	border-radius:45px;
}
.emergency_modal .tel {
	font-size:70px;
	margin-bottom:30px;
}
.emergency_modal .tel .label {
	font-size: 28px;
	line-height: 50px;
	width: 180px;
	margin-right: 0px;
	border-radius:8px;
	margin-top:5px;
	margin-bottom:10px;
}
.emergency_modal .text {
	font-size:28px;
}


#braindock_form #form table td .left {
	width:100%;
}
#braindock_form #form table td .right {
	width:100%;
}
#braindock_form #form input[type="text"],
#braindock_form #form textarea {
	width:100% !important;
	font-size:24px;
}
#braindock_form #form .input_date input[type="text"]:nth-of-type(2),
#braindock_form #form .input_date input[type="text"]:nth-of-type(3) {
	width:3em !important;
}
#braindock_form #form select {
	font-size:20px;
}
#braindock_form #form input[type="radio"],
#braindock_form #form input[type="checkbox"]{
	transform-origin:left center;
	transform:scale(2,2);
	margin-right:1em;
}
.mfp_buttons {
	padding-top:30px !important;
	padding-bottom:70px !important;
}
.mfp_buttons input {
	font-size:28px !important;
	width: 300px;
	height: 80px;
	border-radius:40px;
	transition:none;
}
.mfp_buttons input#button_mfp_reset {
	color: #105769;
	background-color: #FFF;
	border: 1px solid #999;
}
#mfp_phase_confirm_inner dl {
	display:block !important;
}
#mfp_phase_confirm_inner dl dt,
#mfp_phase_confirm_inner dl dd {
	width:100% !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: transparent !important;
	float:none !important;
	padding-left:0px !important;
	margin-left:0px !important;
}
#mfp_phase_confirm_inner dl dd,
#mfp_phase_confirm_inner dl dd p {
	color: #000 !important;
	padding-top:0px !important;
}
#mfp_phase_confirm_inner dl dt {
	border-bottom-style: none;
	padding-bottom:0px !important;
}
input[type="button"]{
    -webkit-appearance: none;
}


.sp_nofloat_img {
	text-align:center;
	margin-bottom:0px !important;
	padding-top:15px;
}
.sp_nofloat_img img {
	float:none;
	clear:both;
	max-width:420px !important;
	width:420px !important;
	height:auto;
}
.-----MOBILE_ONLY_CSS_END----- {}

	
}
