@charset "utf-8";


/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");


/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("slide.css");
@import url("inview.css");
@import url("sidebotan.css");
@import url("menu.css");
@import url("footer.css");
@import url("new.css");
@import url("sub.css");
@import url("office.css");
@import url("health.css");
@import url("welfare.css");
@import url("opencompany.css");
@import url("flow.css");
@import url("new_exp.css");
@import url("contact.css");
@import url("table.css");


/*CSSカスタムプロパティ（サイト全体を一括管理する為の設定）
---------------------------------------------------------------------------*/
:root {
	--primary-color: #333333;		/*テンプレートのメインまたはアクセントカラー*/
	--primary-inverse-color: #FFFFFF;	/*上のprimary-colorの対となる色*/
	
	--space-large: 8vw;			/*主に余白の一括管理用。画面幅100%＝100vwです。*/
	--space-small: 2vw;			/*主に余白の一括管理用。画面幅100%＝100vwです。*/
}


/*opa1のキーフレーム設定（汎用的）
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


/*全体の設定
---------------------------------------------------------------------------*/
body * {box-sizing: border-box;}

html,body {
	font-size: 16px;
	height: 100%;
}

@media screen and (min-width:1200px) {
html, body {
		font-size: 14px;}
}
@media screen and (min-width:1600px) {
html, body {
		font-size: 1vw;}
}


body {
	margin: 0;padding:0;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: none;
	background: #fff;
	color:#333;	
	line-height: 2;	
}

/*リセット他*/
figure {margin: 0;}
dd {margin: 0;}
nav ul {list-style: none;}
nav,ul,li,ol {margin: 0;padding: 0;}


/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*input*/
input {font-size: 1rem;}



/*リンク
---------------------------------------------------------------------------*/
a {
	color:#5EA200;
	transition: 0.3s;	/*hoverまでにかける時間。0.3秒。*/
}
a:hover {
	text-decoration: none;
	opacity: 0.9;
}

/*電話リンク-----------------------*/
a[href*="tel:"] {
	pointer-events: none;
	color: #333333;
}
 a[href*="tel:"]:hover  {
	color: #333333;
	text-decoration: none;
}

footer a[href*="tel:"] {
	pointer-events: none;
	color: #333333;
	text-decoration: none;
}
footer a[href*="tel:"]:hover  {
	color: #333333;
	text-decoration: none;
}
@media only screen and (max-width: 1024px) {
a[href*="tel:"] {
		pointer-events: initial;
	}

footer a[href*="tel:"] {
		pointer-events: initial;
	}
}


/*container
---------------------------------------------------------------------------*/
#container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.space10 {
    padding-top: 10px;	
}
.space20 {
    padding-top: 20px;	
}
.space30 {
    padding-top: 30px;	
}
.space40 {
    padding-top: 40px;	
}
.space60 {
    padding-top: 60px;	
}
.space80 {
    padding-top: 80px;	
}
.space100 {
    padding-top: 80px;	
}
.sikiri {
    border-bottom: 1px solid #B8B8B8;
    margin-bottom: 20px;
    padding-top: 20px;
}
.sikiri_d {
    border-bottom: 1px dashed #B8B8B8;
    margin-bottom: 20px;
    padding-top: 20px;
}




/*main（メインコンテンツ）
---------------------------------------------------------------------------*/
main {
	flex: 1 0 auto;
	overflow-x: hidden;
	padding: 1vw 0 0;	/*上、左右、下への余白。画面幅100%＝100vw*/
}

/*セクション
-----------------------------------------*/
section {
    /*margin-top: 4vw;
    margin-bottom: 4vw;*/
	width: 100%;
}

.inner {
    margin-left: auto;
    margin-right:auto;
	width: 80%;
}
.inner80 {
    margin-left: auto;
    margin-right:auto;
	width: 80%;
}
.inner60 {
    margin-left: auto;
    margin-right:auto;
	width: 60%;
}
.inner50 {
    margin-left: auto;
    margin-right:auto;
	width: 50%;
}
.inner30 {
    margin-left: auto;
    margin-right:auto;
	width: 30%;
}
@media screen and (max-width:1200px) {
.inner,.inner30,.inner50,.inner60,.inner80 {width: 86%;}
}
@media screen and (max-width:1024px) {
.inner,.inner30,.inner50,.inner60,.inner80  {width: 90%;}
}




/*セクション　タイトル
-----------------------------------------*/
.midasi {
	margin: 0;padding: 0;
	font-size: 1.8rem;		/*180%*/
	margin-bottom: 20px;
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
}

/*サブページ　見出し1*/
.midasi_c {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
	line-height: 1.6em;
    display: flex;
    flex-direction: column-reverse;
}
.midasi_acc {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
	line-height: 1.8em;
    display: flex;
    flex-direction: column-reverse;
}

/*サブページ　見出し2*/
.midasi_c2 {
    text-align: center;
    padding: 0;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: bold;
}
/*サブページ　見出し3 マージンなし*/
.midasi_c3 {
    text-align: center;
    padding: 0;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: bold;
}

.midasi span.sub-text, .midasi_c span.sub-text {
	display: inline-block;
	border-bottom: 1px solid #333;
	font-size: 0.9rem;
	opacity: 0.6;
	letter-spacing: 0.1rem;
	padding-bottom: 0.5rem;
}
.midasi_c span.sub-text {
    display: inline-block;
    border-bottom: 1px solid #333;
    font-size: 0.9rem;
    opacity: 0.6;
    letter-spacing: 0.1rem;
    padding-bottom: 0.5rem;
    text-align: center;
}

@media screen and (max-width:1024px) {
.midasi,.midasi_c {
	font-size: 1.4rem;
}
.midasi_acc {
	font-size: 1.4rem;
}
}
@media screen and (max-width:768px) {
.midasi,.midasi_c {
	font-size: 1.2rem;
}
.midasi_acc {
	font-size: 1.2rem;
}
.midasi_c2 {
    font-size: 0.9em;
}
}

/*テキスト設定
---------------------------------------------------------------------------*/
.honbun {
    font-size: 0.9em;
    line-height: 1.8em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.honbun_l {
	font-size: 0.9em;
	line-height: 1.8em;
	text-align:left;
	margin-top: 10px;
    margin-bottom: 10px;
}
.honbun_l li {
	list-style: none;
	padding-left: 0px;
	list-style-type: none;
    border-bottom: 1px dashed #878787;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1em;
    line-height: 1.8em;
}
.honbun_c {
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: center;

}
.honbun_c_l {
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: center;

}
.txt_c {
	text-align: center;
}
@media screen and (max-width:1024px) {
.honbun_c_l {text-align: left;}
}
.text_green {
	color: #00A23A;
}

@media screen and (max-width:768px) {
.honbun,.honbun_l,.honbun_c,.honbun_c_l {
    font-size: 0.9em;
}
}



/*リンクボタン1
オープン・カンパニー
-----------------------------------------*/
.flex_link {
	display: flex;
	 flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.linkbotan1 {
    text-align: center;
    font-size: 1.1em;
    width: 45%;
    margin: 1em;
}
.linkbotan1 a {
    display: block;
	color: #313131;
	text-decoration: none;
	padding-top: 0.5em;
    padding-bottom: 0.5em;
	background-color: #CCE5BB;
	border-radius: 100px;
	box-sizing: border-box;
	position: relative;
}
.linkbotan1 a:hover {
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (max-width:1024px){
.linkbotan1  {
	width: 45%;
	margin: 0.5em;}	
}
@media screen and (max-width:768px){
.linkbotan1  {width: 94%;}	
}

/* リンクボタン2 
TOPお問合わせ、お問合わせ
--------------------------------------------*/
.linkbotan2{
    text-align: center;
    font-size: 1.1em;
	font-weight:500;
    width: 90%;
    margin-top: 1em;
    margin-bottom: 1em;
	color: #333333;
}

.linkbotan2 a {
    display: block;
	color: #333333;
	text-decoration: none;
	padding-top: 0.5em;
    padding-bottom: 0.5em;
	background-color: #CCE5BB;
	border-radius: 100px;
	box-sizing: border-box;
	position: relative;
}
.linkbotan2 a:hover {
	opacity: 0.7;
	text-decoration: none;
}

@media screen and (max-width:1024px) {
.linkbotan2{width: 100%;}
}

/* リンクボタン3 
メールでのお問合わせ
--------------------------------------------*/
.linkbotan3{
    text-align: center;
    font-size: 0.9em;
    font-weight: 500;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #333333;
   
}

.linkbotan3 a {
    display: block;
	color: #333333;
	text-decoration: none;
	padding-top: 0.5em;
    padding-bottom: 0.5em;
	background-color: #FFFFFF;
	border-radius: 100px;
	 border: 1px solid #C5C5C5;
}
.linkbotan3 a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.linkbotan3_no{
    text-align: center;
    font-size: 0.9em;
    font-weight: 500;
    margin-top: 1em;
    margin-bottom: 1em;
	padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #333333;
	border-radius: 100px;
	 border: 1px solid #C5C5C5;
	background-color: #FFFFFF;
}



/*ページTOPへ戻るボタン
--------------------------------------------*/
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 10px;
    bottom: 80px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}




/*パンくずリスト
--------------------------------------------*/

.pankuzu {
	background: #e8eaee;
	font-size: 0.9em;
	line-height: 30px;
	color: #EEE;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pankuzu ul {
	width: 96%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
	color: #5E5E5E;
}

.pankuzu li a {
	text-decoration: none;
	color: #5E5E5E;
}

.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li a:hover {
	color: #000000;
}

.pankuzu li i {
	padding-right: 5px;
}




/*TOPページ　トピック
--------------------------------------------*/

/*セクション-----*/
#topic {
    padding-top: 4vw;
    padding-bottom: 4vw;
}

.flex_topic {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flex_topic .topic_box {
    display: flex;
    flex-direction: column;
    width: 46%;
    padding: 1rem;
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
	margin: 1em;
	box-shadow: 3px 3px 3px #cccccc;
}
@media screen and (max-width:1024px) {
.flex_topic .topic_box {
    margin-top: 1em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 1em;
}
}
@media screen and (max-width:768px) {
.flex_topic .topic_box {
    width: 90%;
}
}


.flex_topic .topic_box .image img {
    width: 100%;
	height: auto;
}
.flex_topic .topic_box .midasi1 {
    font-size: 1em;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
	text-align: center;
	margin-top: 1em;
}

/*「参加学生募集中」*/
.box-015 {
    position: relative;
    max-width: 400px;
    margin: 1em auto;
    padding: 1em 2.5em 1em 1.5em;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    background-color: #F3DC85;
    color: #333333;
	font-size: 1em;
	font-weight: bold;
}

.box-015::before,
.box-015::after {
    position: absolute;
    content: '';
}

.box-015::before {
    top: -15px;
    right: 10px;
    height: 50px;
    width: 15px;
    border: 3px solid #999;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
    transform: rotate(10deg);
}

.box-015::after {
    top: 0;
    width: 10px;
    right: 20px;
    border: solid 5px #F3DC85;
}


.flex_topic .topic_box  .text1  {
	font-size: 0.9em;
    line-height: 1.5em;
	color: #333;
	padding-bottom: 20px;
}
.flex_topic .topic_box .link1 {
    margin-top: auto; /* 位置を下に揃える */
    padding-top: 10px;
}
.flex_topic .topic_box .link1 a {
    display: block;
    background-color: #FFFFFF;
    border-radius: 100px;
    text-align: center;
    text-decoration: none;
    color: #333333;
    font-size: 0.8em;
    line-height: 1.6em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 1px solid #858585;
}
.flex_topic .topic_box .link1 a:hover {
    opacity: 0.6;
}












/*アクセス
-------------------------------------------------*/

.flex_access {
	display: flex;
	 flex-wrap: wrap;
	 flex-direction: row;
	justify-content:space-between; 
}
/*左側----------------*/
.access_l {
    width: 50%;
	position: relative;
} 
.access_l {
    width: 50%;
	position: relative;
	display: flex;
  justify-content: center;
  align-items: center;
} 
.inner_acc {
    position: absolute;
}
.access_l li{
    font-size: 0.9em;
    line-height: 1.8em;
    border-bottom: 1px dashed #9B9B9B;
    list-style: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
}
.access_l li:last-child {
	border-bottom: none;
}


/*マップ----------------*/
.iframe-box {
	width: 50%;
	height: 0;
	padding-top: 20%;	/*マップの高さを増やしたい場合は、ここの数値を上げて下さい。*/
	position: relative;
	overflow: hidden;
}
.iframe-box iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1024px) {
.iframe-box {
	width: 100%;
	padding-top: 40%;
}
.access_l {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
} 
.inner_acc {
    position: inherit;
}

}
@media screen and (max-width:768px) {
.iframe-box {
	padding-top: 50%;
}
}



/*ポリシー
-------------------------------------------------*/
.polmidasi {
    font-size: 1em;
	line-height: 1.8em;
    font-weight: bold;
	margin-bottom: 10px;
}
.polhonbun {
    font-size: 0.9em;
    line-height: 1.8em;
    margin-bottom: 30px;
}








/*ボタン
---------------------------------------------------------------------------*/
/*btn1、btn2共通*/
.btn1 a, .btn2 a {
	display: block;text-decoration: none;
	padding: 0.8rem 2rem;
	margin-top: 2rem;
	text-align: center;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
}
/*マウスオン時（btn1、btn2共通）*/
.btn1 a:hover, .btn2 a:hover {
	box-shadow: none;
}

/*btn1への追加設定*/
.btn1 a {
	color: var(--primary-color);
	background: var(--primary-inverse-color);
}

/*btn2への追加設定*/
.btn2 a {
	color: #fff;
	border: 1px solid #fff;
}
/*list1内のbtn2の設定。マウスオン時にボタンの背景色を追加。*/
.list1:hover .btn2 a {
	background: rgba(0,0,0,0.8);
}

/*btn3*/
.btn3 {
	text-align: right;
	letter-spacing: 0.1em;
	margin-top: auto; /* 位置を下に揃える */
}
.btn3 a {
	font-size: 0.9em;
	display: inline-block;
	text-decoration: none;
	color:#333333;
	position: relative;
	padding-right: 4rem;	/*矢印のアイコンと重ならないように余白をとる*/
}

/*btn3の矢印のアイコン設定*/
.btn3 a::after {
	content: "";
	background: url("../images/arrow1.svg") no-repeat right center / 80px;	/*アイコン画像の指定。画像の右側を読み込みます。最後の100pxの数字は、widthの２倍で指定すればOK。*/
	display: block;
	position: absolute;
	right: 0px;
	bottom: -0.3rem;
	width: 40px;		/*アイコンの幅。ここを変更する場合は、上と下にあるbackgroundの100pxの数値も調整します。*/
	height: 40px;
	border-radius: 50%;
	text-align: center;
	transition: 0.3s;		/*hover時に切り替えをなめらかにする*/
	border: 1px solid var(--primary-color);
}

/*btn3の矢印のマウスオン時*/
.btn3 a:hover::after {
	background-color: var(--primary-color);
	background-position: left center;		/*矢印画像の入れ替え。画像の左側を読み込みます。*/
}

/*背景色が暗い所で使う場合*/
.btn3.white {
	color: #fff;
}
.btn3.white a::after {
	background: url("../images/arrow1_white.svg") no-repeat right center / 100px;	/*アイコン画像の指定。画像の右側を読み込みます。最後の100pxの数字は、widthの２倍で指定すればOK。*/
	border: 1px solid #fff;
}
.btn3.white a:hover::after {
	background-color: #fff;				/*背景色を白に*/
	background-position: left center;	/*矢印画像の入れ替え。画像の左側を読み込みます。*/
}

.btn6 {
	position: relative;
	border: none;
	border-bottom: 1px solid #666;
	width: 50%;
	right: 0;
}
.btn6::before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #666;
	rotate: 40deg;
	position: absolute;
	right: -3px;
	bottom: 9px;
}
.btn6 a {
	text-decoration: none;
    color: #333333;
    font-size: 0.8em;
    line-height: 1.6em;
	display: inline-block;
}


/*サムネイルスライドショー
---------------------------------------------------------------------------*/
/*スライドショーブロック全てを囲むブロック*/
.slide-thumbnail-box {
	overflow-x: hidden;
	padding-left: 0;
	padding-right: 0;
}

/*各スライドショーブロックを囲むブロック*/
.slide-thumbnail1 {
	margin-bottom: 6vw;	/*下に空けるスペース。スライドショーを２個以上置く場合に上下の画像が重ならないようにする為。*/
}

/*画像たちを囲むブロック*/
.slide-thumbnail1 .img {
	display: flex;
}

/*画像*/
.slide-thumbnail1 .img img {
	padding: 0 1rem;	/*上下、左右への画像の余白*/
}

/*偶数番目の画像の垂直位置を少しずらす。垂直位置を並べたいならこのブロックを削除。*/
.slide-thumbnail1 .img div:nth-of-type(even) {
	transform: translateY(3vw);
}

/*右から左へ、左から右へ、のアニメーション*/
.slide-thumbnail1 .rtl, .slide-thumbnail1 .ltr {
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.slide-thumbnail1 .rtl {animation-name: slide-rtl;}
.slide-thumbnail1 .ltr {animation-name: slide-ltr;}

@keyframes slide-rtl {
0% {transform: translateX(0);}
100% {transform: translateX(-50%);}
}

@keyframes slide-ltr {
0% {transform: translateX(-50%);}
100% {transform: translateX(0);}
}




/*調整用スタイル
---------------------------------------------------------------------------*/
/*並べ替え*/
.order1 {
	order: 1;	/*orderは数字の小さな順番に並びます。デフォルトは0なので、それより後ろに表示させたいブロックに使います。（※flex内で使用）*/
}

.padding0 {
	padding: 0 !important;
}
.padding-bottom0 {
	padding-bottom: 0 !important;
}
.padding-lr0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*左右の余白*/
.space-small {
	padding-left: var(--space-small);
	padding-right: var(--space-small);
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-check, .color-check a {color: #ff0000 !important;}
.l {text-align: left !important;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb0 {margin-bottom: 0px !important;}
.mb30 {margin-bottom: 30px !important;}
.look {line-height: 1.5 !important; display: inline-block;padding: 5px 10px;background: rgba(0,0,0,0.1);border: 1px solid rgba(0,0,0,0.3);border-radius: 3px;margin: 5px 0; word-break: break-all;}
.small {font-size: 0.75em;}
.large {font-size: 2em; letter-spacing: 0.1em;}
.pc {display: none;}
.dn {display: none !important;}
.block {display: block !important;}
.bg1 {background: #565c66;color:#fff;}.bg1 a {color: inherit;}
pre {white-space: pre-wrap;word-wrap: break-word;overflow-wrap: break-word;}

	/*画面幅1024px以上の追加指定*/
	@media screen and (min-width:1024px) {

	.ws {width: 48%;display: inline;}
	.sh {display: none;}
	.pc {display: block;}

	}/*追加指定ここまで*/


@media screen and (max-width:1024px){

}



@media screen and (max-width:768px){

}