<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
a{
	text-decoration:none;
}
table {
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
	list-style: none;
	margin:0;
	padding:0;
}
caption,th {
	text-align: left;

}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	margin:0;
	padding:0;
	color:#444;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family:'Noto Sans Japanese',"YuGothic","Yu Gothic","游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
	color: #333;
}
#floatingBtn * {
	box-sizing: border-box;
}
#floatingBtn {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 100;
	background: #0a4893;
}
#floatingBtn ul {
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 1rem;
}
#floatingBtn ul li {
	width: 47.5%;
	background: #0a4893;
}
#floatingBtn ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 1.25rem 2.25rem;
	color: #fff;
	border: 2px solid #0a4893;
	white-space: nowrap;
}
#floatingBtn ul li a:hover {
	color: #0a4893;
	background: #fff;
}
#floatingBtn ul li a span {
	display: flex;
	align-items: center;
}
#floatingBtn ul li a i {
	margin: 0 0.5rem 0 0;
	font-size: 1.25rem;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 72px;
	font-weight: 800;
	color: #FFF;
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
	position: relative;
}
.section-inner{
	height: 100%;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
			border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

/*===== 共通 =====*/
.MoreLeft {
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	text-align: left;
	margin-top: 40px;
}
.MoreLeft a {
	width: 200px;
	height: auto;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	background-color: #0a4893;
	border: 2px solid #0a4893;
	color: #FFF;
	letter-spacing: 0.3em;
	font-family: 'Oswald', sans-serif;
}
.MoreLeft a:hover {
	background-color: #fff;
	color: #0a4893;;
}

.secTitleBox{
	width: 40%;
	height: 300px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -240px;
	left: 5%;
	
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	background-color: #FFF;
	z-index: 2;
}
.secTitle{
	width: 100%;
	text-align:left;
	line-height:1.0em;
	letter-spacing: 0.1em;
	font-weight: 800;
	color: #111;
	margin-bottom: 20px;
	position: relative;
	font-size:48px;
}
.list-inline{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
	padding-left: 8px;
}
.list-inline-icon &gt; li {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	padding-left: 13px;
}
.list-inline-icon &gt; li:before {
	position: absolute;
	content: '';
	top: 9px;
	left: 1px;
	width: 7px;
	height: 7px;
	background: #d6d6d6;
	border-radius: 50%;
}

.text14{
	display: block;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 1.5rem;
	font-size: 14px;
	text-align: justify;
	line-height: 2.0em;
}
/*===== ヒーローイメージ =====*/
.section.-hero{
	height: 100vh;
}
.section.-hero .section-inner {
	display: flex;
	background: #0a4893;
}
.section.-hero .heroText{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 34vw;
	padding: 5vw;
	background: url(../images/top/hero-text01.svg) no-repeat	bottom center / contain;
}
.section.-hero .heroText p{
	margin-top: 3rem;
	color: #fff;
	font-size: 1.2rem;
	text-align: justify;
	line-height: 2.5;
}
.section.-hero .heroImage{
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	width: 66vw;
	height: 100vh;
}
.section.-hero .heroImage .item.hero-01{
	grid-column: 1 / 3;
	grid-row: 1 / 3;
	background: url(../images/top/hero-01.jpg) center/ cover;
}
.section.-hero .heroImage .item.hero-02{
	background: url(../images/top/hero-02.jpg) center/ cover;
}
.section.-hero .heroImage .item.hero-03{
	background: url(../images/top/hero-03.jpg) center/ cover;
}
.section.-hero .heroImage .item.hero-04{
	grid-column: 4 / 5;
	grid-row: 1 / 3;
	background: url(../images/top/hero-04.jpg) center/ cover;
}
.section.-hero .heroImage .item.hero-05{
	grid-column: 1 / 2;
	grid-row: 3 / 5;
	background: url(../images/top/hero-05.jpg?2023) center/ cover;
}
.section.-hero .heroImage .item.hero-06{
	background: url(../images/top/hero-06.jpg) top center/ cover;
}
.section.-hero .heroImage .item.hero-07{
	background: url(../images/top/hero-07.jpg) center/ cover;
}
.section.-hero .heroImage .item.hero-08{
	grid-column: 3 / 5;
	grid-row: 3 / 5;
	background: url(../images/top/hero-08.jpg) center/ cover;
}

/*===== 事業拠点 =====*/
.section.-base{
	height: 100vh;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-left: #FFF 40px solid;
	border-right: #FFF 40px solid;
	background-image: url("../images/top/image01_blue.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.section.-base::before {
	content: '';
	width: 100%;
	height: 40px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
}
.section.-base::after {
	content: '';
	width: 100%;
	height: 40px;
	background-color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
}

.section.-base .secTitleBox {
	top: 40%;
	width: 35%;
	height: auto;
	min-height: 260px;
	background: url("../images/top/koukikun.png") no-repeat bottom 10px right 10px, #FFF;
	background-size: calc(80px + 1.5vw);
}
.section.-base .secCatch01 {
	top: 40%;
	display: block;
	float: left;
	height: auto;
	width: auto;
	font-size:130px;
	text-align:left;
	line-height:1.0em;
	letter-spacing: 0em;
	font-weight: 400;
	color: rgba(10,72,147,0.80);
	font-family: 'La Belle Aurore', cursive;
	position: absolute;
	transform: rotate(-5deg);
	right: 8%;
	z-index: 10;
	margin-top: -230px;
}
.section.-base .secPh01{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 65vh;
	top: 40%;
	width: 70%;
	position: absolute;
	margin-top: -160px;
	right: 5%;
	background-color: rgba(255, 255, 255, 0.8);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
}

.section.-base .secPh01 img{
	max-width: 100%;
	max-height: 65vh;
}
@media (max-width: 767.98px) {
	.section.-base .secPh01 img{
		max-height: 90%;
	}
}
/*===== ミシマの力 =====*/
.section.-strength{
	height: 100vh;
	background-color: #FFF;
}

/*===== コミュニケーション =====*/
.section.-communication{
	height: 100vh;
}
.section.-communication .secPh03 {
	background: url(../images/top/communication.jpg) no-repeat center center / cover;
}



/*===== 寮 =====*/
.section.-dormitory{
	height: 100vh;
	margin-bottom: 45px;
	background-image: url("../images/top/dormitory_blue.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.section.-dormitory .secPh02,
.section.-dormitory .secPh02 ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.section.-dormitory .secPh02 ul {
	padding: 3rem 0;
}
.section.-dormitory .secPh02 ul li {
	width: calc(35% - 1rem);
	padding: 0.5rem;
}
.section.-dormitory .secPh02 ul li a {
	color: #111;
}
.section.-dormitory .secPh02 ul li a:hover {
	opacity: .75;
}
.section.-dormitory .secPh02 ul li a span {
	text-align: center;
}
.section.-dormitory .secPh02 ul li a br {
	display: none;
}
.section.-dormitory .secPh02 ul li img {
	max-width: 100%;
}

.remodal h2 {
	margin-bottom: 3rem;
	color: #0a4893;
	font-weight: 800;
	font-size: 36px;
	text-align: left;
}
.remodal img {
	max-width: 100%;
}
.dormitory-info {
	display: flex;
}
.dormitory-info div {
}
.dormitory-info div img {
	max-width: 525px;
}
.dormitory-info dl {
	display: flex;
	align-self: flex-start;
	flex-wrap: wrap;
	margin-left: 2rem;
}
.dormitory-info dl dt,
.dormitory-info dl dd{
	padding: 0.5rem 1rem;
	font-size: 14px;
}
.dormitory-info dl dt:not(:nth-of-type(1)),
.dormitory-info dl dd:not(:nth-of-type(1)){
	border-top: 1px dashed #ddd;
}
.dormitory-info dl dt {
	width: 5rem;
	font-weight: 800;
}
.dormitory-info dl dd {
	width: calc(100% - 10rem);
	text-align: justify;
}

/*===== 制度 =====*/
.section.-system{
	height: 100vh;
	min-height: 1080px;
	overflow: hidden;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("../images/top/image06_blue.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.section.-system .secTitleBox02 {
	top: 20%;
	width: 50%;
}
.section.-system .secPh02 {
	top: 60%;
	background-image: url("../images/top/benefit.jpg");
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	
}
.section.-system .text18 {
	font-weight: bold;
}
.section.-system .mt0 {
	margin-top: 0;
}
.section.-system .mb0 {
	margin-bottom: 0;
}
.section.-system .mb10 {
	margin-bottom: 10px;
}
.section.-system .mb20 {
	margin-bottom: 20px;
}
.section.-system .mb30 {
	margin-bottom: 30px;
}
.section.-system .mb40 {
	margin-bottom: 40px;
}

.pageSecTitle {
	width: 100%;
	font-size: 24px;
	text-align: left;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #111;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pageSecTitle::before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #0a4893;
	position: relative;
	margin-right: 8px;
	top: -3px;
	left: 0;
}


/* ミシマの力 */
.section.-strength{
	 background-color: #eee;
}
.section.-strength .bnr{
	display: flex;
	justify-content: center;
	width: 100%;
}
.section.-strength .bnr li{
	width: calc(100% / 3);
	margin: 0.5rem;
}
.section.-strength .bnr li a{
	display: inline-block;
}
.section.-strength .bnr li img{
	max-width: 100%;
	vertical-align: bottom;
}
.section.-strength .secCatch04{
	display: block;
	float: left;
	height: auto;
	width: auto;
	font-size:140px;
	text-align:left;
	line-height:1.0em;
	letter-spacing: 0em;
	font-weight: 400;
	color: #FFF;
	font-family: 'La Belle Aurore', cursive;
	position: absolute;
	transform: rotate(-5deg);
	top: 50%;
	left: 2%;
	z-index: 10;
	margin-top: -240px;
}
.section.-strength .secTitleBox04{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0px;
	color: #FFF;
}

.secTitleBox04 .text14{
	text-align: center;
}
.section.-strength .secTitleBox04 .secTitle{
	text-align: center;
	color: #FFF;
}
.secPh02{
	width: 60%;
	min-height: 60vh;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -30vh;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 1;
}
.secTitleBox02{
	width: 40%;
	min-height: 280px;
	display: inline-block;
	position: absolute;
	top: 30%;
	left: 5%;
	z-index: 10;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	padding: 40px;
}
.secCatch02{
	display: block;
	float: left;
	height: auto;
	width: auto;
	font-size: 130px;
	text-align: left;
	line-height: 1.0em;
	letter-spacing: 0em;
	font-weight: 400;
	color: rgba(10,72,147,0.80);
	font-family: 'La Belle Aurore', cursive;
	position: absolute;
	transform: rotate(-5deg);
	top: 50%;
	left: 2%;
	z-index: 10;
	margin-top: -300px;
}
.secPh03{
	width: 50%;
	height: 460px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -230px;
	left: 10%;
	z-index: 2;
}

.secTitleBox03{
	width: 35%;
	height: 280px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5%;
	z-index: 10;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -235px;
	padding-left: 40px;
}
.secCatch03{
	display: block;
	font-size:150px;
	text-align:left;
	line-height:1.0em;
	letter-spacing: 0em;
	font-weight: 400;
	color: rgba(10,72,147,0.80);
	font-family: 'La Belle Aurore', cursive;
	position: absolute;
	transform: rotate(-5deg);
	bottom: 0;
	left: 8%;
	z-index: 100;
	pointer-events: none;
}

.section.-system .secCatch03 {
	top: 20%;
	left: 55%;
}
.secBg02{
	width: 60%;
	height: 40vh;
	display: inline-block;
	position: absolute;
	background-color: #eee;
	bottom: 10%;
	left: 25%;
	z-index: 0;
}
.secBg03{
	width: 40%;
	height: 40vh;
	display: inline-block;
	position: absolute;
	background-color: rgba(0,0,0,0.05);
	top: 10%;
	left: 15%;
	z-index: 0;
}
.secBg04{
	width: 100%;
	height: 400px;
	display: inline-block;
	position: absolute;
	background-color: #0a4893;
	top: 50%;
	left: 0;
	z-index: 0;
	margin-top: -200px;
}
.secVoiceBox01{
	width: 20%;
	height: 360px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -180px;
	z-index: 1;
}
.secVoiceBox02{
	width: 20%;
	height: 360px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 25%;
	margin-top: -180px;
	z-index: 1;
}
.secVoiceBox03{
	width: 20%;
	height: 360px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 45%;
	margin-top: -180px;
	z-index: 1;
}
.headclearfix {
	clear: both;
	width:100%;
	height:1px;
	display:block;
	float:left;
	margin-bottom:-1px;
	position: absolute;
	top: 0px;
	left: 0;
}
.header{
	width: 100%;
	height: 60px;
	display: block;
	position: fixed;
	top: 0px;
	z-index: 9999;
	transition-property: all;
	transition: 0.6s ease;
}

.headNav{
	width: auto;
	height: auto;
	display: inline-block;
	float: right;
	position: relative;
	margin-right: 20px;
}
.headNav&gt;ul{
	width: auto;
	height: auto;
	display: inline-block;
	float: right;
	position: relative;
}
.headNav ul li{
	width: auto;
	height: auto;
	display: inline-block;
	float: left;
}
.headNav ul li a{
	width: auto;
	height: auto;
	display: inline-block;
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #111;
	letter-spacing: 0.1em;
	padding: 15px 20px;
}
.headNav ul li.etry{
	margin-top: 10px;
	margin-left: 15px;
	padding: 0 0 15px;
}
.headNav ul li.etry&gt;div.ttl{
	height: auto;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	background-color: #0a4893;
	border: 2px solid #0a4893;
	color: #FFF;
	padding: 0;
	width: 140px;
	font-weight: normal;
	letter-spacing: 0.3em;
	font-family: 'Oswald', sans-serif;
}
.headNav ul li.etry&gt;div.ttl::before{
	content: none!important;
}
.headNav ul li.etry&gt;div.ttl a{
	display: block;
	float: none;
	padding: 0;
	color: #fff;
	line-height: 40px;
}
.headNav ul li.etry&gt;div.ttl:hover a{
	color: #0a4893;
}
.headLogo{
	width: auto;
	height: auto;
	display: inline-block;
	position: relative;
	text-align: left;
	padding: 15px;
}
.headLogo img{
	height: 30px;
	width:auto;
	transition-property: all;
	transition: 0.6s ease;
	float: left;
}
.spHeader{
	display: none;
}


/******footer******/
.section.-footer{
	margin-top: 90px;
}
.copyright{
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
	text-align: center;
	font-size: 11px;
	color: #3c3c3c;
	line-height: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-top: 40px;
	margin-bottom: 10px;
}
.footBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px;
}
.footMenu{
	height: auto;
	display: inline-block;
	position: relative;
	margin-right: 5%;
	text-align: left;
}
.footMenu:last-of-type{
	margin-right: 0;
}
.footTitle{
	height: auto;
	display: inline-block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.0em;
}
.footTitle a{
	color: #111;
	text-decoration: none;
}

.footMenu ul{
	height: auto;
	display: flex;
	flex-direction: column;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.footMenu ul li{
	height: auto;
	display: inline-block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.6;
	padding-left: 1em;
}
.footMenu ul li a{
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	color: #666;
	float: left;
}
.footMenu ul li a i{
	opacity: .5;
	font-size: 85%;
}
.footMenuBnr{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.footMenuBnr a{
	margin: 5px;
}
.footMenuBnr a:hover{
	opacity: .75;
}
.footMenuBnr a img{
	max-height: 100px;
}
.footMenuBnr a.bnrTour img{
	border-radius: 5px;
}

#sns {
	margin-top: 5rem;
}

#sns p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#sns ul {
	display: flex;
	justify-content: center;
}

#sns ul li {
	margin: 0.5rem;
}


.footCenterLogo{
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
.footCenterLogo img{
	width: auto;
	height: 40px;
	display: inline-block;
	position: relative;
}




.boxEntry{
	display: block;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.boxEntry ul li{
	height: auto;
	width: 48%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/*float: left;
	margin-left: 1%;
	margin-right: 1%;*/ /*2022メモ：リクナビも掲載する場合復活させる*/
	float: none; /*2022メモ：リクナビも掲載する場合これは削除する*/
	margin: 0 auto; /*2022メモ：リクナビも掲載する場合これは削除する*/
	position: relative;
	text-align: center;
}

@media (max-width: 1199.98px) {
	.footMenu{
		margin-right: 3%;
	}
}
@media (max-width: 991.98px) {
	.footBox{
		justify-content: flex-start;
	}
	.footMenu{
		margin-right: 5%;
	}
}

/*ad 2020*/

.headNav ul.megaTitle li{
	cursor: pointer;
}
.headNav ul.megaTitle li a:hover{
	color: #002b7a;
}
.headNav ul.megaTitle li.etry div.ttl:hover{
	color: #0a4893;
	background-color: #fff;
}

.headNav ul.megaTitle&gt;li.arrow&gt;a:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border: 5px solid transparent;
	border-bottom: 5px solid #0a4893;
	background-position: center 30px;
	transition: none;
}

.megaBox{
	width: 100%;
	height: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1000;
	margin-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	right: 160px;
	top: 60px;
	transition-property: all;
	transition: 0.2s ease;
	overflow: hidden;
	background-color: #0a4893;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.10);
	max-width: 680px;
}
.add .megaBox{
	height: 240px;
}
.on .megaBox{
	top: 80px;
}

.megaWhtBox{
	width: calc(100% - 40px);
	display:block;
	height: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	float: left;
	background-color: #FFF;
	margin-top: 20px;
	margin-left: 20px;
	padding: 20px;
	padding-bottom: 40px;
}
/*.megaMenuListはslideMenu内のリスト*/
ul.megaMenuList{
	width: 100%;
	display:block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	float: left;
	z-index: 10;
}
ul.megaMenuList li{
	width: 100%;
	display:block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	float: left;
}
ul.megaMenuList li span{
	font-size: 0.8em;
	margin-left: 0.5em;
}
ul.megaMenuList li a{
	display: block;
	float: left;
	height: auto;
	width: 100%;
	font-size: 16px;
	text-align: left;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #111;
	margin-bottom: 10px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	padding: 0!important;
}
ul.megaMenuList li a:hover{
	color: #0a4893;
	text-decoration: underline;
}
ul.megaMenuList li a::before {
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #0a4893;
	position: relative;
	margin-right: 8px;
	top: -1px;
	left: 0;
}
ul.megaMenuList li a i{
	opacity: .5;
	font-size: 85%;
}

.megaPh{
	width: 280px;
	height: auto;
	position: absolute;
	top: 20px;
	right: 20px;
}
.megaPh img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	right: 0px;
}
.megaPh img.megaPh00{
	display: block;
	z-index: 0;
}
.megaPh img.megaPh01{
	display: none;
	z-index: 1;
}
.megaPh img.megaPh01.on{
	display: block;
}
.megaPh img.megaPh02{
	display: none;
	z-index: 2;
}
.megaPh img.megaPh02.on{
	display: block;
}
.megaPh img.megaPh03{
	display: none;
	z-index: 3;
}
.megaPh img.megaPh03.on{
	display: block;
}
.megaPh img.megaPh04{
	display: none;
	z-index: 4;
}
.megaPh img.megaPh04.on{
	display: block;
}



/* ==========================
	コンテンツの中身
========================== */

table {
	width: 100%;
}
table th,
table td {
	border: 1px solid #222;
	padding: 10px;
}
table th {
	width: 20%;
	background-color: #ccc;
	white-space: nowrap;
}


/* ==========================
	toc
========================== */
.toc{
	position: fixed;
	z-index: 100;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -32px;
}

.toc li{
	display: block;
	position: relative;
}
.toc li a{
	display: block;
	position: relative;
	z-index: 1;
	padding: 5px;
	margin: 3px 5px;
	width: 15px;
	height: 10px;
	cursor: pointer;
	text-decoration: none;
}
.toc li .circle{
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #d2d2d2;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.toc li:hover .circle,
.toc li.active .circle{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -5px;
}
.toc li .title{
	opacity: 0;
	position: absolute;
	top: 0;
	right: 22px;
	color: #747474;
	width: 0;
	max-width: 220px;
	font-size: 80%;
	line-height: 20px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.hero .toc li .title,
.strength .toc li .title,
.system .toc li .title{
	color: #fff;
}
.toc li:hover .title,
.toc li.active .title{
	opacity: 1;
	display: inline-block;
		-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	width: auto;
}




@media (max-width: 1199.98px) {
	.MoreLeft{
		margin-top: 20px;
	}
	.section.-base .secTitleBox{
		width: 50%;
		left: 2%;
	}
}
@media (max-width: 991.98px) {
	.headNav ul li a{
		padding: 15px 10px;
	}
	
	.headNav ul li.etry&gt;div.ttl{
		width: 90px;
	}
	.section.-base .secTitleBox{
		padding: 30px;
	}
	.section.-system .secTitleBox02{
		top: 20%;
	}
}
@media (min-width: 768px) {
	.hp_sp {
		display: none !important;
	}
}
@media (max-width: 767.98px) {
	.onPc{
		display:none;
	}
	.onSmt{
		display:block;
	}
	.spMbNon{
		margin-bottom: 0px !important;
	}
	.spMb10{
		margin-bottom: 10px !important;
	}
	.spMb20{
		margin-bottom: 20px !important;
	}
	.spMb30{
		margin-bottom: 30px !important;
	}
	.spMtNon{
		margin-top: 0px !important;
	}
	.spMt10{
		margin-top: 10px !important;
	}
	.spMt20{
		margin-top: 20px !important;
	}
	.spMt30{
		margin-top: 30px !important;
	}
	
	.hp_pc {
		display: none !important;
	}
	html{
		height: -webkit-fill-available;
		overflow-x: hidden !important;
	}

	body{
		width: 100%;
		min-height: 100vh;
		min-height: -webkit-fill-available;
		overflow-x: hidden !important;
	}
	#floatingBtn {
		bottom: 0;
		right: 0;
		width: 100%;
	}
	#floatingBtn ul {
		padding: 0;
	}
	#floatingBtn ul li {
		width: 50%;
		font-size: 0.875rem;
	}
	#floatingBtn ul li + li {
		border-left: 1px solid #fff;
	}
	#floatingBtn ul li a {
		flex-direction: row;
		padding: 0.875rem 0;
	}
	.wrapper {
		width: 100%;
		overflow: hidden;
	}
	.header{
		display: none;
	}
	.spHeader {
		width: 100%;
		height: 46px;
		display: block;
		position: fixed;
		top: 0px;
		z-index: 10000;
		background-color: rgba(255,255,255,0.00);
	}
	.overlay-lock {
		overflow: hidden !important;
		width: auto!important;
		height: 100%!important;
	}
	.overlay-lock body {
		overflow: hidden !important;
		height: 100vh!important;
		overflow-y: hidden!important;
	}

	#menuButton {
		display: block;
		height: 36px;
		right: 5px;
		position: fixed;
		top: 5px;
		width: 36px;
		border: 0px solid #FFF;
		background-color: #0a4893;
		z-index: 1200;
		cursor: pointer;
	}

	#menuButton span {
		display: block;
		background-color: #FFF;
		width: 26px;
		height: 2px;
		position: absolute;
		left: 5px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}
	#menuButton span:first-child {
		top: 8px;
	}
	#menuButton span:nth-child(2) {
		margin-top: -1px;
		top: 50%;
	}
	#menuButton span:last-child {
		bottom: 8px;
	}
	#menuButton.active span:first-child {
		-webkit-transform: translateY(8px) rotate(45deg);
		-moz-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		transform: translateY(9px) rotate(45deg);
	}
	#menuButton.active span:nth-child(2) {
		opacity: 0;
	}
	#menuButton.active span:last-child {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		-moz-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-9px) rotate(-45deg);
	}
	#overlay{
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		z-index: 1100;
		background-color: #0a4893;
		overflow-y: scroll;
		max-height: 100vh;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	#overlay .box800 {
		left: 0;
		margin-left: 0px;
		margin-top: 56px;
		margin-bottom: 30px;
		position: relative;
		top: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
		width: 100%;
		height: 100%;
	}
	#overlay ul.headMenuSp{
	   width: 100%;
		height: auto;
		display: inline-block;
		float: left;
	}

	#overlay ul.headMenuSp li.menuMain{
		width: 100%;
		height: auto;
		display: inline-block;
		float: left;
		font-size: 24px;
		line-height: 1.0em;
		color: #FFF;
		font-weight: 800;
		letter-spacing: 0.03em;
		margin-bottom: 20px;
	}
	#overlay ul.headMenuSp li.menuMain span{
		font-family: 'La Belle Aurore', cursive;
		font-size: 0.8em;
		font-weight: 400;
		margin-left: 10px;
		letter-spacing: 0em;
	}
	#overlay ul.menuCate{
		display: none;
		width: 100%;
		height: auto;
		float: left;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 12px;
		background-color: rgba(0,0,0,0.10);
	}

	#overlay ul.menuCate li{
		width: 100%;
		height: auto;
		display: inline-block;
		float: left;
		position: relative;
		white-space: nowrap;
	}
	#overlay ul.menuCate li.full{
		width: 100%;
	}
	#overlay ul.menuCate li:before{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 0.9rem;
		content: "\f0da";
		margin-right: 0.5em;
		position: absolute;
		left: 0;
	}
	#overlay ul.menuCate a{
		width: 90%;
		height: auto;
		position: relative;
		margin-left: 1em;
		display: inline-block;
		float: left;
		font-size: 0.8rem;
		line-height: 1.8em;
		color: #FFF;
		font-weight: normal;
		letter-spacing: 0.05em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		background-image: none;
		padding-left: 0;
	}
	#overlay ul.menuCate a:hover{
		text-decoration: underline;
	}
	.boxEntry ul li{
		width: 80%;
	}
	.section.-base {
		border-left: #FFF 10px solid;
		border-right: #FFF 10px solid;
	}
	.section.-base::before{
		width: 100%;
		height: 10px;
	}
	.section.-base::after{
		height: 10px;
	}
	.section.-communication {
		border-left: #FFF 10px solid;
		border-right: #FFF 10px solid;
	}
	.section.-communication::before{
		width: 100%;
		height: 10px;
	}
	.section.-communication::after{
		height: 10px;
	}
	.secTitleBox {
		width: 80%;
		height: 170px;
		top: 50%;
		margin-top: -240px;
		left: 20px;
		padding: 15px;
	}
	.section.-base .secTitleBox {
		width: 80%;
		height: auto;
		top: 40%;
		background-size: 50px;
	}
	.section.-base .secPh01 {
		width: 90%;
		height: 45vh;
		top: 55%;
		margin-top: -15vh;
		right: 20px;
	}

	.secTitle {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.secSubTitle {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.text14 {
		font-size: 12px;
		line-height: 1.5em;
	}
	.section.-strength .bnr {
		flex-wrap: wrap;
	}
	.section.-strength .bnr li {
		width: 45%;
	}
	.section.-dormitory .secPh02 ul li a {
		font-size: 78%;
	}
	.section.-dormitory .secPh02 ul li a span.text14 {
		margin-bottom: 1.0rem;
		line-height: 1.3;
	}
	.section.-dormitory .secPh02 ul li a br {
		display: inline-block;
	}
	.remodal {
		padding: 25px !important;
	}
	.remodal h2 {
		margin-bottom: 1.5rem;
		font-size: 20px;
	}
	.dormitory-info {
		flex-direction: column;
	}
	.dormitory-info div img {
		max-width: 100%;
	}
	.dormitory-info dl {
		flex-direction: column;
		margin-left: 0;
	}
	.dormitory-info dl dt,
	.dormitory-info dl dd {
		width: calc(100% - 2rem);
		text-align: left;
	}
	.dormitory-info dl dd {
		padding-top: 0;
		border: none !important;
	}

	.secPh01_2 {
		width: 60%;
		height: 25vh;
		bottom: 10%;
		right: 35%;
	}
	.secBg01 {
		width: 70%;
		height: 40vh;
		top: 40%;
		left: 20%;
	}
	.secTitleBox02 {
		width: 80%!important;
		min-height: 170px;
		top: 10%;
		margin-top: 0px;
		left: 20px;
		padding: 20px;
	}
	.secPh03 {
		width: 80%;
		height: 45vh;
		top: 40%;
		margin-top: 0;
		left: 0px;
	}
	.secPh02 {
		width: 80%;
		min-height: 40vh;
		top: 42%;
		margin-top: 0;
		right: 0;
	}
	.section.-system{
		min-height: 100vh;
	}

	.section.-system .secCatch03 {
		top: 2.5%;
	}

	.section.-system .secTitleBox02 {
		top: 5%;
	}
	.section.-system .secPh02 {
		top: 50%;
	}
	.section.-system .text14 {
		margin-bottom: 0;
	}
	.section.-system .pageSecTitle {
		margin-bottom: 5px;
	}

	h1 {
		font-size: 48px;
	}
	.headLogo {
		margin-left: 10px;
		margin-right: 0px;
		margin-top: 8px;
		float: left;
	}
	.section.-base .secCatch01 {
		font-size: 50px;
		top: 6%;
		right: 5%;
		margin-top: 0;
	}
	.secCatch02 {
		font-size: 50px!important;
		top: 7.5%;
		left: auto;
		right: 0;
		margin-top:0px;
	}
	.secCatch03 {
		font-size: 50px!important;
		top: 5%;
		right: 5%;
		left: auto;
	}
	.section.-strength .secCatch04 {
		font-size: 50px!important;
		top: 16vh;
		left: 50%;
		margin-top: 0px;
		margin-left: -68px;
	}
	.secBg03 {
		width: 60%;
		height: 40vh;
		top: 10%;
		left: 15%;
	}
	.MoreLeft {
		margin-top: 15px;
	}
	.MoreLeft a {
		width: 120px;
		line-height: 35px;
		font-size: 14px;
		letter-spacing: 0.3em;
	}
	.secTitleBox03 {
		width: 90%;
		height: 280px;
		top: 15%;
		right: 5%;
		margin-top: 0px;
		padding-left: 0px;
	}
	.secBg02 {
		width: 60%;
		height: 30vh;
		bottom: 45%;
		left: 45%;
		z-index: 0;
	}
	.footBox {
		justify-content: flex-start;
		padding: 20px;
	}
	.footMenu {
		width: 50%;
		margin-right: 0%;
		text-align: left;
		margin-bottom: 5px;
	}
	.footTitle {
		width: 100%;
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 1.5em;
	}
	.footTitle.pt15 {
		padding-top: 5px;
	}
	.footMenu ul li {
		width: 100%;
		margin-right: 1%;
		margin-bottom: 5px;
		font-size: 11px;
		line-height: 1.5em;
		padding-left: 0em;
		float: left;
	}
	.footMenu ul li.full {
		width: 99%;
	}
	.footMenu ul li.w20 {
		width: 20%;
	}
	.footMenu ul li.w30 {
		width: 30%;
	}
	.footMenu ul li.w45 {
		width: 45%;
	}
	.footLogo {
		display: none;
	}
	.footMenu img.chara{
		display:none;
	}
	.secBg04 {
		width: 100%;
		height: 360px;
		top: 50%;
		margin-top: -180px;
	}
	.secTitleBox04 {
		width: 100%;
		top: 50%;
		z-index: 10;
		margin-top: 15px;
		padding: 0 15px;
	}
	#overlay ul.headMenuSp li.menuMain &gt; a {
		color: #fff;
		text-decoration: none;
	}
	.boxEntry ul {
		display: flex;
		justify-content: center;
	}
	.boxEntry ul li {
		width: 45%;
	}
	.boxEntry ul li a {
		display: block;
		padding: 1rem 3rem;
		background: #fff;
		color: #0a4893;
		text-align: center;
		text-decoration: none;
		transition: 0.5s all;
	}


	.MoreCenter a {
		width: 100%;
	}
	#overlay .MoreCenter {
		margin-top: 20px;
	}
	#overlay .MoreCenter a {
		width: 100%;
	}
	.section.-hero {
		background-position: center bottom;
	}
	.section.-hero .section-inner {
		flex-direction: column-reverse;
	}
	.section.-hero .heroText {
		width: 90%;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.section.-hero .heroText p {
		margin-top: 2rem;
		font-size: 12px;
		line-height: 1.9;
	}
	.section.-hero .heroImage {
		width: 100%;
		height: 100%;
	}
	.footCenterLogo {
		margin-bottom: 5px;
	}
	.footCenterLogo img {
		height: 30px;
	}

	#sns {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0.5rem 0 2rem;
	}
	.footMenuBnr{
		margin-top: 0;
	}
	.footMenuBnr a{
		max-width: 50%;
	}
	.footMenuBnr a img{
		max-height:50px;
		max-width: 100%;
	}

	/*ad 2020*/
	.secTitleBox {
		height: auto;
		min-height: 170px;
	}

	.pageSecTitle {
		font-size: 16px;
	}
	.pageSecTitle::before {
		width: 8px;
		height: 8px;
		margin-right: 5px;
		top: -2px;
	}
}


/* ============================== */
/* 0305 事業拠点モーダル */
/* ============================== */
.base-info{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.base-info&gt;div{
	width: calc(50% - 20px);
}
.base-info-right{
	padding: 5px;
}
.base-info ul {
	display: flex;
	background: #fff;
	gap: 15px;
	width: calc(100% - 2rem);
	margin-left: 2rem;
}
.base-info ul li {
	width: calc(50% - 11px);
	max-width: 180px;
	background: #0a4893;
}
.base-info ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	color: #fff;
	border: 2px solid #0a4893;
}
.base-info ul li a:hover {
	color: #0a4893;
	background: #fff;
}
.base-info ul li a span {
	display: flex;
	align-items: center;
}
.base-info ul li a i {
	margin: 0 0.5rem 0 0;
	font-size: 1.25rem;
}
.base-btn {
	background: #0a4893;
	
	width: fit-content;
	justify-content: center;
	margin-left: 2rem;
}
.base-btn a {
	display: block;
	height: 100%;
	padding: 1rem 2rem;
	color: #fff;
	border: 2px solid #0a4893;
}
.base-btn a:hover {
	color: #0a4893;
	background: #fff;
}
.base-btn a i{
	font-size: 90%;
	margin-left: 3px;
	display: inline-block;
	opacity: .75;
}
.f_clear{
	float: none;
}
.mt40{
	margin-top: 40px;
}
@media (max-width: 767.98px) {
	.base-info{
		flex-direction: column;
	}
	.base-info&gt;div{
		width: 100%;
	}
	.base-btn {
		margin-left: 0.5rem;
	}
	.base-info ul {
		width: calc(100% - 0.5rem);
		margin-left: 0.5rem;
	}
}
</pre></body></html>