* {
	margin: 0;
	padding: 0;
}
*::after, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.kouji {
	text-align: center;
}
.toptext-1{
	position: absolute;
	text-align: left;
	margin-bottom: 0;
	opacity:0;
	animation-name: fadeIn;
    animation-duration: 6s;
    animation-delay: 3s;
    animation-fill-mode:forwards;
}
@keyframes fadeIn{
    0% {
        opacity:0;
        margin-top:5vw;
    }
    100% {
        opacity:1;
        margin-top:0vw;
    }
}
.toptext-2{
	position: relative;
    margin-top: 4vw;
	opacity:0;
	animation-name: fadeIn2;
    animation-duration: 6s;
    animation-delay: 8s;
    animation-fill-mode:forwards;
}
@media screen and (max-width:760px) {
	.toptext-2{
		margin-top: 6vw;
	}
}
@keyframes fadeIn2{
    0% {
        opacity:0;
        margin-left:5vw;
    }
    100% {
        opacity:1;
        margin-left:0vw;
    }
}
.stafflink {
	background-size: cover;
	width: 100%;
	height: auto;
	padding-bottom: 70%;
	position: relative;
}
.ozawa {
	background-image: url(../img/ozawatop.jpg);
	background-size: cover;
}
.nakayama {
	background-image: url(../img/nakayamatop.jpg);
	background-size: cover;
}
.murata {
	background-image: url(../img/muratatop.jpg);
	background-size: cover;
}
#contents .re_youkoutitle {
	text-align: center;
	border-bottom: 1px solid #A4A4A4;
	font-size: 1.5em;
	padding-bottom: 7px;
	padding-top: 39px;
	margin-bottom: 20px;
}
.staffwrapp {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFB600;
	opacity: 0.2;
}
.stafflink .staffname {
	position: absolute;
	z-index: 20;
	color: #FFFFFF;
	width: 100%;
	text-shadow: 0px 0px 10px #000000;
	bottom: 10px;
	pointer-events: none;
}
.stafflink .staffname h4 {
	font-size: 1em;
	margin-bottom: 3px;
}
.stafflink .staffname h3 {
	font-weight: bold;
	margin-bottom: 0px;
}
.staffwrapp:hover {
	opacity: 0;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	opacity: 0.5;
}
a img:hover {
	color: #000;
	text-decoration: none;
	opacity: 0.7;
}
a img {
	border-width: 0px;
	border-style: none;
	border-color: #fff;
	background: transparent;
}
.flexslider .slides.trim li img {
	width: 100%;
	height: 700px;
	object-fit: cover;
}
.taiken_ta tr td {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	color: #FF7E00;
	font-size: 0.9em;
	display: block;
	text-align: center;
}
.syousai_ta {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
	margin-top: 10px;
}
.syousai_ta table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.syousai_ta td {
	padding-left: 30px;
	font-size: 14px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 800ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
body {
	color: #1A1A1A;
	background-image: url(file:///D|/Desktop/WEB%E9%96%A2%E4%BF%82/%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%E3%83%9B%E3%83%BC%E3%83%A0%E5%A4%AA%E9%99%BDNEW/img/back.png);
	min-width: 980px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1em;
	font-family: YuGothic, "游ゴシック", Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x: hidden;
}
article {
	text-align: center;
	line-height: 1.9;
	position: relative;
	height: auto;
	width: 100%;
}
#main-visual {
	margin-top: 40px;
	position: relative;
}
footer {
	text-align: center;
	margin-top: 50px;
	height: 50px;
	background-color: #FF7E00;
	padding-top: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.saiyoutext {
	width: 80%;
	position: relative;
	margin-left: 10%;
	margin-top: 30px;
}
footer a {
	color: #666;
	text-decoration: none;
}
.trim {
	overflow: hidden;
	width: 100%;/* トリミングしたい枠の幅 */
	height: 700px;/* トリミングしたい枠の高さ */
	position: relative;
}
.flexslider .slides.fa_trim li img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	min-width: 0px;
}
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
/*ナビゲーション*/
.inner {
	width: 80%;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
	width: auto;
}
/* header */
#top-head {
	font-size: 14px;
	position: fixed;
	width: 100%;
	line-height: 1;
	z-index: 999;
	height: 40px;
	background-color: #FFFFFF;
	margin-top: -40px;
	min-width: 980px;
}
#top-head a, #top-head {
	color: #fff;
	text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
	#top-head{
		margin-top: 0px;
	}
}
#top-head .inner {
	position: relative;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #000000;
	top: 0%;
}
#global-nav ul li {
	float: left;
	position: relative;
	margin-top: 12px;
	font-size: small;
	margin-left: 40px;
}
#global-nav ul li a {
	color: #000000;
}
@media screen and (max-width: 860px){
	#grouphometaiyo .flex-direction-nav .flex-prev, #grouphometaiyo .flex-direction-nav .flex-next, #mayumida .flex-direction-nav .flex-prev, #mayumida .flex-direction-nav .flex-next{
		margin-top: -65px;
	}
}
/* Transition */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 8px;
}
#nav-toggle span:nth-child(3) {
	top: 16px;
}
/*ナビゲーションここまで*/

/*FAQ*/
dl.qa {
	overflow: hidden;
	_zoom: 1;
}
dl.qa dd, dl.qa dt {
	text-indent: -2.6em;
	padding: 0 20px 0px 50px;
}
dl.qa dt {
	margin: 20px 20px 0 0;
}
dl.qa dd:first-letter, dl.qa dt:first-letter {
	font-size: 1.6em;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px;
}
dl.qa dd {
	margin: 10px 0 -1px 0;
	padding-bottom: 20px;
	border-bottom: solid 1px #aaa;
}
dl.qa dt:first-letter {
	color: #FFB600;
}
dl.qa dd:first-letter {
	color: #45A700;
}
/*FAQ*/

#main-visual .toplogo {
	height: auto;
	width: 600px;
	position: absolute;
	z-index: 100;
	bottom: 30px;
}
#main-visual .toplogo img {
	float: left;
	width: 160px;
	margin-left: 50px;
	opacity:0;
	animation-name: fadeIn3;
    animation-duration: 6s;
    animation-delay: 12s;
    animation-fill-mode:forwards;
}
@keyframes fadeIn3{
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}





.toptext {
	float: left;
	font-size: 32px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	left: auto;
	margin-top: 70px;
	text-shadow: 0px 0px 15px #000000;
	bottom: auto;
}
.about .abouttxt {
	width: 40%;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
	font-size: 0.9em;
	-webkit-box-shadow: 0px 0px 7px #ABABAB;
	box-shadow: 0px 0px 7px #ABABAB;
	float: left;
	position: absolute;
	bottom: 0px;
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-bottom: 20px;
}
.about .abouttxt h2 {
	font-family: "font-family: Georgia", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	;
	margin-bottom: 20px;
}
.about img {
	float: right;
	width: 70%;
	height: 500px;
	object-fit: cover;
}
.about .abouttxt p {
	text-align: left;
}
.about {
	position: relative;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
}
.shisetsu {
	width: 100%;
	background-color: #FDEDDD;
	clear: both;
	padding-top: 40px;
	margin-top: 50px;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 35px;
	margin-bottom: 60px;
}
.staff {
	width: 100%;
	background-color: #FDEDDD;
	clear: both;
	padding-top: 40px;
	margin-top: 50px;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 35px;
	margin-bottom: 60px;
}
.shisetsu h2 img {
	margin-top: -4px;
}
.shisetsu h2 {
	font-size: x-large;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.staff h2 {
	font-size: x-large;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.titleout {
	width: 100%;
	display: table;
	height: 106px;
}
.facilities .titleout {
	width: 100%;
	display: table;
	height: 60px;
}
.shisetsuBOX {
	background-color: #FFFFFF;
}
.titleout h4 {
	font-weight: bold;
	text-align: center;
	font-size: 1em;
	display: table-cell;
	vertical-align: middle;
}
.shisetsuBOX h2 {
	margin-top: 15px;
	font-size: 23px;
	display: table-cell;
}
.facilities .shisetsuBOX h2 {
	font-size: 23px;
	padding-top: 0px;
}
.shisetsuBOX h3 {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
	text-align: left;
	line-height: 25px;
	margin-top: -10px;
	padding-bottom: 25px;
}
.readmore {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 0px;
	margin-top: 20px;
	text-align: center;
	border: 2px dashed #DDA95D;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #C17C18;
}
.saiyou {
	position: relative;
	padding-bottom: 100px;
}
.re_saiyou {
	position: relative;
}
.re_saiyou .saiyoutoptxt h2 {
	color: #FFFFFF;
}
.saiyoulogo {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.re_saiyoulogo {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.faqlogo {
	width: 100%;
	text-align: center;
	height: 100%;
	background-color: #FDEDDD;
	padding-top: 20px;
}
.saiyoutoptxt {
	position: absolute;
	margin-left: 10%;
	top: 130px;
}
.saiyou .saiyoutoptxt h2 {
	color: #FFFFFF;
	line-height: 50px;
}
.saiyoutext2 {
	font-size: 14px;
	line-height: 25px;
	margin-top: 15px;
	padding-left: 29px;
	border-left: 1px solid #000000;
	text-align: left;
}
.logo img {
	height: 26px;
	margin-top: 4px;
}
.topimg {
	position: relative;
}
.readmore:hover {
	opacity: 0.5;
}
#contents {
	z-index: 10;
	width: 100%;
	margin-top: 40px;
}
.syousai_ta table p {
	margin-bottom: 9px;
	text-align: left;
}
.mincho {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
}
#contents .topimg h1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 0px;
	vertical-align: top;
	text-shadow: 0px 0px 8px #000000;
}
.topimg .mincho img {
	margin-top: -5px;
	margin-right: 0px;
}
#contents .section .overview {
	width: 90%;
	margin-left: 5%;
	position: relative;
}
#contents .section {
	width: 90%;
	margin-left: 5%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.overview tr td {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.overview tr th {
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px solid #ACACAC;
	padding-right: 20px;
}
.overview tr {
	vertical-align: top;
}
table {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.taiken_ta table {
	width: 628px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.overview {
	font-size: 1em;
}
.faqlogo h2 {
	font-size: 1.5em;
}
.faq {
	margin-bottom: 80px;
}
.fa_content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 90px;
	padding-right: 5%;
	padding-left: 5%;
}
.fa_color {
	background-color: #FDEDDD;
}
.fa_box h2 {
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 20px;
}
.fa_box h3 {
	text-align: center;
	font-size: 1.1em;
}
.fa_box h2 img {
	margin-top: -5px;
}
.syousai_ta th {
	padding-top: 0px;
	color: #FF7E00;
	font-size: 14px;
}
.ta_line {
	width: 100%;
	border-top: 1px solid #FFB600;
	margin-top: 8px;
	margin-bottom: 7px;
}
.fa_box h4 {
	font-size: 0.7em;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.fa_box p {
	font-size: 0.7em;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.taiken_day_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 3px solid #FFCD53;
	border-radius: 34px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.taiken_day_title {
	color: #FF7E00;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;
	font-size: 1.2em;
}
.syousai_ta th, .syousai_ta td {
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #FFB600;
}
#contents .section h2 {
	padding-left: 5%;
	margin-bottom: 20px;
	font-size: 1.5em;
	color: #FFB600;
}
#contents .section .recruit h2 {
	font-size: 1.2em;
	color: #FFB600;
	padding-left: 0px;
	margin-bottom: 7px;
}
.taiken_ta tr th {
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	background-color: #FFB600;
	padding-left: 0px;
}
.taiken_day tr {
	vertical-align: top;
}
.taiken_day tr th {
	color: #FFB600;
	font-size: 0.8em;
}
.taiken_ta tr {
	display: block;
	border: 2px solid #FFB600;
	margin-left: auto;
	margin-right: auto;
}
.taiken_day tr td {
	padding-bottom: 11px;
	padding-left: 5px;
	font-size: 0.9em;
	font-weight: bold;
	color: #727272;
	padding-right: 10px;
}
.taiken_day {
	width: 77%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
}
.ggmap {
	position: relative;
	overflow: hidden;
	height: 70%;
	width: 100%;
	margin-top: 45px;
}
.taiken_ta {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.ggmap iframe, .ggmap object, .ggmap embed {

}
.recruit table {
	width: 90%;
}
.recruit table tr {
}
.recruit table tr th {
	padding-left: 15px;
	text-align: center;
	padding-right: 15px;
	background-color: #FDEDDD;
}
.recruit table tr td {
	padding-left: 15px;
	padding-right: 15px;
}
.recruit table tr th, .recruit table tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #C5C5C5;
	font-size: small;
}
.section .recruit h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFB600;
}
#contents .in_contents {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
#contents .in_contents h2 {
	padding-top: 60px;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	color: #6E6E6E;
	font-size: 1.4em;
}
#contents .in_contents .in_name {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #FFB600;
}
#contents .in_contents h3 {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents .in_contents .in_txt {
}
.in_contents .in_txt h5 p {
	text-align: left;
}
.in_contents .in_txt h4 {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 16px;
}
.in_contents .in_txt h5 {
	font-size: 1em;
	line-height: 2em;
	margin-bottom: 50px;
}
.re_youkoutitle {
	text-align: center;
	font-size: 1.4em;
	border-bottom: 1px solid #000000;
	margin-bottom: 38px;
}
.recruit h2 {
}
.recruit {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}




@media screen and (max-width:768px) {
#contents .in_contents .in_name {
	font-size: 1.2em;
}
#contents .in_contents .mincho {
	font-size: 1.5em;
	padding-bottom: 26px;
}
.in_contents .in_txt h4 {
	font-size: 1.2em;
}
.pc {
	display: none !important;
}
.in_contents .in_txt h5 {
	font-weight: 1em;
}
body {
	min-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sp {
	display: block !important;
}
article {
	width: 100%;
	min-width: 0px;
	margin-left: 0px;
}
.inner {
	width: 100%;
	padding: 0 20px;
}
#global-nav ul li {
	margin-left: 5px;
	margin-right: 10px;
}
#main-visual .flexslider .slides.trim {
	height: 320px;
}
#top-head, .inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	min-width: 0px;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
	height: auto;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 40px;
	/*z-index: 999;*/
	position: relative;
}
#top-head.fixed .logo, #top-head .logo {
	position: absolute;
	left: 40px;
	top: 13px;
	color: #333;
	font-size: 26px;
}
#global-nav {
	position: absolute;
	top: -500px;
	background-color: #FF7E00;
	width: 40%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	right: 0px;
	opacity: 0.8;
	height: auto;
	margin-top: -20px;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 11px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#global-nav ul li:after {
	display: none;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
}
#nav-toggle {
	display: block;
	margin-top: -5px;
	width: 25px;
}
#top-head .inner .logo {
	margin-top: -12px;
	margin-left: -20px;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
#main-visual .toplogo .toptext {
	font-size: 22px;
	margin-top: 38px;
	margin-left: 18px;
}
.about .abouttxt {
	width: 100%;
	position: relative;
	top: 0px;
	background-color: transparent;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
.about {
	width: 100%;
	margin-left: 0px;
	height: auto;
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	margin-bottom: -40px;
}
.saiyou .saiyoutoptxt {
	width: 100%;
	text-align: center;
	position: static;
	margin-top: 13px;
	left: 0px;
	margin-left: 0px;
}
.saiyou .saiyoutoptxt h2 {
	font-family: "font-family: Georgia", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	;
	color: #000000;
	font-size: large;
	line-height: 29px;
	width: 100%;
	margin-top: 25px;
	position: static;
	float: left;
	clear: both;
	display: none;
}
.re_saiyou .saiyoutoptxt h2 {
	font-family: "font-family: Georgia", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	;
	color: #000000;
	font-size: large;
	line-height: 29px;
	width: auto;
	margin-top: 25px;
	display: none;
}
#contents .re_youkoutitle {
	margin-bottom: 0px;
}
footer {
	margin-top: 56px;
}
.saiyoulogo {
	border-right-width: 0px;
}
.re_saiyoulogo {
	border-right-width: 0px;
}
.spspace {
	margin-top: -50px;
}
.saiyoutext2 {
	padding-left: 15px;
	border-left-width: 0px;
	padding-right: 15px;
}
.saiyoutext {
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
}
.faqlogo h2 {
	font-size: 1.2em;
}
.faqlogo {
	padding-bottom: 14px;
}
	
.qa {
	padding-right: 0px;
	width: 110%;
	margin-left: -5%;
	padding-left: 0px;
}
#main-visual {
	height: 320px;
	margin-bottom: 30px;
}
.trim {
	overflow: hidden;
	width: 100%;/* トリミングしたい枠の幅 */
	height: 320px;/* トリミングしたい枠の高さ */
	position: relative;
}
#main-visual .toplogo {
	bottom: 5px;
	width: 100%;
	position: absolute;
	left: 0px;
	padding-right: 0px;
}
#main-visual .toplogo img {
	width: 75px;
	margin-left: 9px;
	margin-bottom: 15px;
}
.logo {
	width: 150px;
	margin-top: 5px;
	margin-left: 0px;
}
.logo img {
	width: 88px;
	margin-top: 5px;
	margin-left: -9px;
}
#main-visual .toplogo .toptext {
	font-size: 18px;
	margin-top: 35px;
}
.about .abouttxt.fadein h2 {
	font-size: 25px;
}
#contents .topimg .mincho {
	font-size: 1.8em;
	margin-left: -20px;
}
.overview tr th {
	padding-bottom: 5px;
	padding-top: 20px;
	border-bottom: 1px solid #7F7F7F;
	border-right-width: 0px;
	display: block;
}
	
.overview tr td {
	padding-bottom: 20px;
	padding-top: 5px;
	width: 100%;
	display: block;
}
.overview .spspace {
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.shisetsu .mincho img {
	margin-right: -1px;
	padding-right: 7px;
}
.row.row-eq-height table {
	width: 100%;
}
.overview .row.row-eq-height {
	padding-left: 0px;
	padding-right: 0px;
}
#contents .section {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents .topimg h1 {
	height: 30px;
}
.shisetsu .mincho {
	font-size: 1em;
}
.staff .mincho {
 font-size: 1.2em;
}
.shisetsu {
	width: 100%;
}
.staff {
	width: 100%;
}
.titleout h4 {
	padding-top: 0px;
}
.fa_box .mincho {
	font-size: 1em;
}
.fa_box h3 {
	font-size: 1em;
}
.syousai_ta {
	display: block;
	margin-bottom: 0px;
}
.syousai_ta tr th {
	display: block;
	padding-left: 15px;
	padding-top: 15px;
	width: 100%;
}
.syousai_ta tr td {
	display: block;
	padding-top: 5px;
	border-bottom-style: none;
	padding-bottom: 0px;
	width: 100%;
}
.taiken_day_box {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 3px solid #FFCD53;
	border-radius: 34px;
	margin-top: 49px;
	display: block;
}
.taiken_day tr td {
	padding-bottom: 11px;
	padding-left: 25px;
	padding-right: 27px;
	display: block;
}
.taiken_day tr th {
	color: #FFB600;
	font-size: 0.8em;
	padding-left: 15px;
	display: block;
}
.ggmap {
	height: 300px;
	margin-top: 40px;
	width: 100%;
}
.taiken_ta {
	width: 100%;
}
.taiken_ta table {
	width: 100%;
}
.flexslider .slides.fa_trim li img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}
.flexslider .slides.trim li img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}
.syousai_ta th, .syousai_ta td {
	padding-top: 35px;
	padding-bottom: 0px;
	border-bottom: 1px dashed #FFB600;
}
.staffwrapp {
	display: none;
}
}
/****追加分****/
.qalink{
	text-align: center;
}
.qalink>a{
    border: 3px solid #FFCD53 !important;
    padding: 5px 10px;
    color: #000;
    border-radius: 11px;
}
.corona-osirase{
	width: 60%;
	text-align: left;
	margin: 3em auto 1em;
}
.corona-osirase>p{
	text-align: left;
	font-weight: bold;
	font-size: 120%;
}
.corona-osirase>div{
	
}
.corona-osirase>div>p{
	text-align: left;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 14.4px;
}
.corona-osirase>div>ul{
	box-sizing: border-box;
	padding-left: 3em;
}
.corona-osirase>div>ul>li{
	font-size: 14.4px;
}
.corona-osirase-1120{
	margin-bottom: 1em;
}
div.corona-osirase>.corona-osirase-1120-2{
	font-size: 80%;
	font-weight: normal;
	text-align: right;
}
.benefits{
	width: 80%;
	text-align: left;
	margin: 3em auto 1em;
}
.benefits>p{
	margin-bottom: 2em;
}
.benefits>p>span:nth-of-type(1){
	font-size: 160%;
    font-weight: bold;
    color: #caca31;
    border-bottom: 3px solid #caca31;
}
.benefits>p>span:nth-of-type(2){
	color: #000;
	font-size: 70%;
	display: block;
	margin-top: 1em;
}
.benefits>p:nth-of-type(2){
	font-weight: bold;
    margin: 1em 5% 2em;
}
.benefits>ul{
	list-style: none;
	text-align: center;
}
.benefits>ul>li{
	display: inline-block;
	width: 21%;
	margin: 0 1%;
	background-color:#FDEDDD;
	vertical-align: top;
	box-sizing: border-box;
	padding: 1em 0.8em;
	font-size: 14.4px;
	height: 330px;
}
.benefits>ul>li>p:nth-of-type(1){
	font-weight: bold;
	height: 3em;
}
.benefits>ul>li>p:nth-of-type(2){
	text-align: left;
}
@media screen and (max-width:768px) {
	.corona-osirase {
    	width: 90%;
    }
    .corona-osirase>div>ul {
	    padding-left: 1em;
	}
	.benefits {
	    width: 90%;
	    margin: 1em auto 1em;
	}
	.benefits>p:nth-of-type(2) {
    	text-align: left;
    }
	.benefits>ul>li {
	    width: 90%;
	    margin: 0 1% 2em;
	    height: auto;
	}
	
}
