@charset "utf-8";

/* default style リセット
---------------------------------------------------------*/
@import url("reset.css");




.smp {
	display: none;
}
.pc {
	display: run-in;
}
.screen-reader-text {
	display: none;
	padding: 0;
}
.nav-subtitle,
.nav-title-icon-wrapper {
	display: none;
}
svg.icon {
	height: 1em;
	transform-origin: 10% 10% 0px;
}



/* template(header/gnav/footer)
---------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, Verdana, "メイリオ", Meiryo, sans-serif;
}
.f_pop {
	font-family: "HGP創英角ﾎﾟｯﾌﾟ体";
}
.c_blue {
	color: #5151a2;
}
.c_red {
	color: #da3945;
}


a {
	word-break: break-all;
}
a img:hover {
	opacity:0.7;
}
#header_inner {
	width:980px;
	margin:5px auto;
	overflow: hidden;
}
#header_inner h1 {
	float:left;
	width:530px;
	font-size:0.8rem;
	line-height: 1.5;
	font-weight:normal;
	margin:20px 0;
}
.header_nav {
	width:444px;
	float:right;
	overflow: hidden;
}
.header_nav ul {
	width: 50%;
	margin: 0 0 0 auto;
}
.header_nav li {
	display:inline-block;
	float:left;
	margin-left:30px;
	font-size: 1rem;
}
.header_nav a {
	color:#2BB0B2;
	text-decoration: none;
}
.header_nav a:hover {
	text-decoration: underline;
}
#header .menubtn,
#gnav .menubtn {
	display: none;
}



.search_box {
	width:363px;
	float:right;
	margin-top:10px;
}
.search_box input {
	border:solid 4px #2BB0B2;
	width:280px;
	padding:5px;
}
.search_box button {
	background:#2BB0B2;
	color:#fff;
	line-height: 2.2;
	font-weight:bold;
	padding:0 ;
	border:0 ;
}
#gnav {
	width:100%;
	background-color: #2BB0B2;
//	height:48px;
	height: 3rem;
	border-bottom:3px solid #1D787A;
	font-size: 1rem;
}
#gnav ul {
	width:980px;
	margin:0 auto;
}
#gnav li {
	display:inline-block;
	margin-left:11px;
}
#gnav li:first-child {
	margin-left: 0;
}
#gnav li img {
	vertical-align: middle;
}
#gnav li a {
	display:block;
//	padding:0 13px;
//	padding:0 8px;
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1.1;
	padding: 1rem 0.5rem;
}
#gnav li a:hover {
	background:#55C0C1;
}
#gnav a img:hover {
	opacity:1;
}
#footer {
	background-color: #2BB0B2;
	width:100%;
}
#footer_inner {
	width:980px;
	margin:0 auto;
	color:#fff;
	padding:20px 0 5px ;
	overflow: hidden;
}
#footer_inner a {
	color:#fff;
	text-decoration: none;
}
#footer_inner a:hover {
	text-decoration: underline;
}
.address_box {
	width:280px;
	float:left;
	margin-right:50px;
	font-size:1rem;
	line-height:1.3;
}
.address_box h2 {
	margin-bottom:8px;
}
.address_box address {
	margin-top:10px;
	text-decoration:none;
}
.address_box span {
	font-size:85%;
}
.address_box address .ind_email {
	display: inline-block;
	width: 3rem;
}
#footer_nav li {
	line-height:1.3;
	font-size:0.8rem;
}
#footer_nav li ul {
	margin-bottom:3px;
	text-indent: 1em;
}
.fnav1 {
	width:115px;
	float:left;
	margin-right:30px;
}
.fnav2 {
	width:250px;
	float:left;
	margin-right:30px;
}
.fnav3 {
	width:200px;
	float:left;
}
.copy {
	text-align:right;
	clear:both;
	font-size:1rem;
}


/*** menu_box (home) ***/
.menu_box {
	display: none;
}





/*** font ***/
.emoji {
	font-family:'Twitter Color Emoji','EmojiOne Color','Apple カラー絵文字','Apple Color Emoji','Gecko Emoji','Noto Emoji','Noto Color Emoji','Segoe UI Emoji',OpenSansEmoji,EmojiSymbols,DFPEmoji,'Segoe UI Symbol 8','Segoe UI Symbol','Noto Sans Symbols',Symbola,Quivira,'和田研中丸ゴシック2004絵文字',WadaLabChuMaruGo2004Emoji,'和田研細丸ゴシック2004絵文字',WadaLabMaruGo2004Emoji,'DejaVu Sans','VL Pゴシック',YOzFont,'Nishiki-teki','Android Emoji','Sun-ExtA',symbols,places,people,objects,nature,fantasy;
}

.wf-roundedmplus1c,
h1, h2, h3,
.title,
#gnav a,
.side h2,
.side a,
.info_box h2,
.flow_box h2
{
	font-family: "Rounded Mplus 1c";
	font-weight: 700;
}
.wf-mplus1p {
	font-family: "Mplus 1p"; 
	font-weight: bold;
}
.wf-raleway,
.logo {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-style: italic;
}



/* top page
---------------------------------------------------------*/
#top_container {
//	width:940px;
	margin:0 auto;
//	padding:280px 20px 0 20px;
//	background: url(../img/top/welcome.png) no-repeat;
	overflow: hidden;
	line-height:1.5;
}
#top_welcome img {
	width: 100%;
	margin-bottom: 2rem;
}


.entry_box_wrapper {
	overflow: hidden;
	color:#fff;
	width:940px;
	margin-bottom: 20px;
}
.entry_box1 {
//	width:290px;
//	height:220px;
//	float:left;
	padding: 20px;
	background-color: #9999CC;
}
.entry_box2 {
//	width:210px;
//	height:220px;
//	float:left;
	padding: 20px;
	margin-right:10px;
	background-color: #CC99FF;
}
.entry_box3 {
//	width:290px;
//	height:220px;
//	float:right;
	padding: 20px;
	background-color: #99CC99;
}
.entry_box_educationcenter {
	padding: 20px;
	background-color: #70B4F7;
	background-image: url(../img/cmn/bg_educationcenter.png);
	background-position: top right;
	background-size: 30%;
	background-repeat: no-repeat;
}

.info_box {
//	width:580px;
	width:100%;
//	float:left;
	background: #2BB0B2;
	color:#fff;
//	margin:0 30px 20px 0;
//	margin:0 5% 20px 0;
}
.info_box h2 {
	text-align: center;
	line-height: 1.5rem;
	border-bottom:2px solid #fff;
	font-size: 1.5rem;
	padding: 0.75rem;
}
.info_box h2 img {
	vertical-align: middle;
}
.info_box dl {
	margin:20px;
//	height: 22em;
	height: 24em;
	overflow-y: scroll;
}
.info_box dd {
	margin:5px 0 15px;
}

.icon_logo {
	width:290px;
	float:right;
	margin-bottom:30px;
}
.icon_logo h2 {
	text-align: center;
	margin-bottom: 10px;
}
.flow_box {
//	width:890px;
	width: 86%;
	clear:both;
	border:5px solid #2BB0B2;
//	margin:40px 0 20px;
//	padding:20px;
	margin: 0 5% 1%;
	padding:2%;
}
.flow_box h2 {
	line-height: 1.5rem;
	font-size: 1.5rem;
	padding: 0rem 0rem 0.5rem;
	color: #2BB0B2;
}
.flow_box img {
	width: 100%;
}


.flow_box p {
	color:#2BB0B2;
}

/* 下層ページ
---------------------------------------------------------*/
#container {
	width:980px;
//	margin:0 auto 30px;
	margin:0 auto;
	overflow: hidden;
}
.main,
.main_top {
//	width:640px;
	width:66%;
	float:left;
//	margin-right:30px;
	margin:0 1% 20px 0;
}
.main section {
	margin-bottom: 80px;
}
.main h1 {
	background:#2BB0B2;
	color:#ffffff;
	padding:20px 30px;
	margin:10px 0;
	font-size:30px;
	font-size:1.75rem;
}
.main h2 {
	color:#2BB0B2;
	font-size:1.75rem;
	border-left:5px solid #2BB0B2;
	padding-left:20px;
	margin:40px 0 10px;
	line-height:1.3;
	font-weight:normal;
}
.main h3 {
	color:#5151A2;
	font-size:20px;
	font-size:1.5rem;
	border-bottom:5px solid #D2CCE6;
	margin:20px 0 10px;
	font-weight:normal;
}
.main h4 {
	font-weight:bold;
	color:#2BB0B2;
	line-height:1.3;
	margin:5px 0;
	margin-top: 1.5em;
	font-size:18px;
	font-size:1.3rem;
}
.main h5 {
	color:#2BB0B2;
	margin-top: 1.5em;
}
.main p {
	line-height:1.4;
}
.main img {
	border:1px solid #dedede;
	padding:5px;
}
.main ul {
	margin:10px 0;
}
.main ul li {
	list-style-image: url(../img/template/list.png);
	margin-bottom:10px;
	margin-left: 3em;
	vertical-align:middle;
	line-height: 1.5;
}
.main ul.disc li {
	list-style-image: none;
	list-style-type: disc;
	margin-bottom:10px;
	margin-left: 3em;
	vertical-align:middle;
	line-height: 1.5;
}
.main ul.none li {
	list-style-image: none !important;
	list-style-type: none !important;
	margin-left: 1em;
}
.main ul.disc li > ul.none li {
	line-height: 1.2;
	font-size: 0.9rem;
}

.main dl {
	margin:10px 0;
}
.main dt {
	font-weight:bold;
	color:#2BB0B2;
	line-height:1.3;
	margin:5px 0;
}
.main dd {
	line-height:1.4;
}



.main table {
	border-top:2px solid #dedede;
	border-right:2px solid #dedede;
	max-width:640px;
	margin:10px 0 20px;
	line-height:1.5;
	color:#393939;
}
.main table th {
	border-bottom:2px solid #dedede;
	border-left:2px solid #dedede;	
	background:#efefef;
	padding:5px;
	font-weight:normal;
}
.main table td {
	border-bottom:2px solid #dedede;
	border-left:2px solid #dedede;	
	padding:5px;
}
.main table td table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.main table td table th {
	width: 18%;
}
.main table td table caption {
	text-align: left;
}
.main table caption h3 {
	text-align: left;
}




.point_box {
	border:solid 5px #B2DCF0;
	border-radius: 4px;
	background: #E5F3FA;
	padding:20px;
	margin-bottom:20px;
}
.breadcrumb {
	font-size:12px;
	font-size:0.9rem;
	margin-top:10px;
}
.side {
//	width:300px;
	width:31%;
	float:right;
}
.side h2 {
//	margin-bottom:10px;
	margin-bottom:2px;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.1;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 3rem;
	padding: 0.75rem 0;
}
.side .entry_box1,
.side .entry_box2,
.side .entry_box3,
.side .entry_box_educationcenter {
//	width:280px;
//	padding:10px;
	width:90%;
	padding: 0 5% 1rem;;
//	margin-bottom:10px;
	margin-bottom:2px;
//	height:170px;
}
.side .entry_box1 h2 img,
.side .entry_box2 h2 img,
.side .entry_box3 h2 img {
	width: 100%;
}
.side .entry_box1 h2 {
	background-image: url(../img/cmn/i_kbtn_search.png);
}
.side .entry_box3 h2 {
	background-image: url(../img/cmn/i_kbtn_facility.png);
}
.side .entry_box2 h2 {
	background-image: url(../img/cmn/i_kbtn_joi.png);
}
.side .mark {
	text-align: center;
}
.side li {
	padding-bottom: 0.2rem;
}
.side li a {
	display: block;
	background-color: #f0f0f0;
	text-decoration: none;
	line-height: 1.2;
	padding: 0.3rem 0.5rem;
	border-radius: 0.5rem;
}
.side li a:hover {
	opacity: 0.8;
}
.side .entry_box1 a {
	color: #5151A2;
}
.side .entry_box3 a {
	color: #489148;
}
.side .entry_box2 a {
	color: #996699;
}
.side .entry_box_educationcenter a {
	color: #5383B3;
}
.side li a .sf {
	font-size: 0.8rem;
}
.side li a .lf {
	font-size: 1rem;
}


/* プルダウンメニュー
---------------------------------------------------------*/
#gnav li {
  position: relative;
  float: left;
}
#gnav li ul {
  display: none;
  position: absolute;
  top: 50px;
  left: -1px;
  background:#55C0C1;
  width:auto;
  border-right:2px solid #2BB0B2;
  border-bottom:2px solid #2BB0B2;
}

#gnav li ul li {
	margin-left:0px;
	display: block;
}
#gnav li ul li a {
//	width:215px;
//	width:240px;
	width: 18rem;
}
#gnav li ul li a:hover {
	background: #2BB0B2;
}



/* 汎用class
---------------------------------------------------------*/
.center {
	text-align: center;
}

.col_2 {
	float: left;
	width: 49.6%;
}
.col_3 {
	float: left;
	width: 33.3%;
}
.clfx {
}
.clfx:after {
	content: "";
	clear: both;
	display: block;
}

.photo img {
	width: 95%;
	text-align: center;
}

.roomimg {
	width: 45%;
}
.roomimgs {
	width: 35%;
}
.roomimgh {
	width: auto;
	height: 6rem;
}

.tag {
	display: inline-block;
	background-color: #2BB0B2;
	color: #fff;
	font-size: 0.8rem;
	border-radius: 0.1rem;
	padding: 0.05rem 0.3rem;
	margin: 0 0.3rem;
}



/* 議事録テキストエリア
---------------------------------------------------------*/
.textarea {
	width:640px;
	border:none;
	line-height: 1.4;
	font-family: Arial, Helvetica, Verdana, "メイリオ", Meiryo, sans-serif;
	resize: none; 
	font-size: 1rem;
}

.main table.meeting,
.main table.meeting td {
	border:0 ;
	text-align: center;
}



/* 求職情報
---------------------------------------------------------*/
.well form {
	height: 2rem;
}






/*************************************************************************************************************************/

@media only screen and (min-width: 320px) and (max-width: 767px) {

.smp {
	display: inline-block;
}
.pc {
	display: none;
}





/*** menu_box (home) ***/
.menu_box {
	display: block;
	width:100%;
}
.menu_box ul {
	width:100%;
	margin:1rem auto;
}
.menu_box li {
	display:inline-block;
	width: 30%;
	margin: 0.1rem 1% 0.1rem 1%;
	padding: 0rem;
}
.menu_box li a {
	display:block;
	background-color: #44b790;
	border-radius: 0.5rem;
//	border-bottom:3px solid #1D787A;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.1;
	padding: 1rem 0rem;
}
.menu_box li a:hover {
	background:#5dd4ac;
}
.menu_box a img:hover {
	opacity:1;
}





/*** gnav ***/
#gnav {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
//	overflow: auto;
}
 
#gnav:not(:target) {
	right: -100%;
	transition: right 1.5s;
}
 
#gnav:target {
	right: 0;
	transition: right 1s;
}
#gnav .menubtn {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
//	background-color: #f00;
}

/* プルダウンメニュー
---------------------------------------------------------*/
#gnav li {
  display: block;
  position: relative;
  float: none;
  width: 100%;
  margin-left: 0px;
}
#gnav ul > li {
  border-top: 1px solid #55C0C1;
}
#gnav > ul {
	margin-top: 80px;
	height: 80%;
	overflow: auto;
}
#gnav li ul {
  display: block;
  position: relative;
  top: auto;
//  left: -1px;
  background:#55C0C1;
  width:auto;
	width: 90%;
	margin-left:5%;
  border-right: 0px solid #2BB0B2;
  border-bottom: 0px solid #2BB0B2;
}

#gnav li ul li {
	margin-left:0rem;
	display: block;
  border-bottom: 1px solid #2BB0B2;
}
#gnav li ul li a {
//	width:215px;
//	width:240px;
	width: 100%;
}
#gnav li ul li a:hover {
	background: #2BB0B2;
}




.breadcrumb {
	font-size:0.8rem;
}



/*** header ***/
#header_inner {
	width: 100%;
	margin: 0 auto;
}
#header_inner h1 {
	max-width: 85%;
	margin: 0.5rem 0;
	padding: 0;
	float: none;
}
#header_inner h1 img {
	width: 94%;
	padding: 0 3%;
}
#top_container {
	clear: both;
}
.header_nav {
	width: auto;
	float: none;
}
.header_nav ul {
	margin: 0.5rem 0;
}
#header .menubtn,
#gnav .menubtn {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15%;
//	background-color: #f00;
}
#header .menubtn img,
#gnav .menubtn img {
	width: 94%;
}

#header .header .menubtn svg {
	fill: rgba(5,154,98,1.0);
}
#header .menubtn a,
#gnav .menubtn a {
	display: inline-block;
	height: 5em;
	max-width: 60px;
	width: 100%;
	font-size: 0.6rem;
	text-align: center;
	text-decoration: none;
}
#header .menubtn a {
	color: #2BB0B2;
}
#gnav .menubtn a {
	color: #fff;
}

.search_box {
	width: 96%;
	margin: 0.5rem auto 0;
}
.search_box input {
	width: 70%;
}
.search_box button {
}

#container {
	width:100%;
}
#container img,
.flow_box img {
	width:100%;
	height:auto;
}
#container .info_box img.icon {
	width: auto;
	height: 1rem;
}

#gnav > ul {
	width:100%;
}
#gnav .menubtn {
}

.main,
.main_top {
	width:100%;
	float:none;
	margin:0;
}
.main h1 {
	font-size: 1.5rem;
	padding: 0.75rem 0.5rem;
}
.side {
	width:100%;
	float:none;
}
.side h2 {
	font-size: 1.3rem;
}
.side .mark {
	width: 80%;
	margin: 0 auto;
}
.side li a {
	padding: 0.75rem 0.5rem;
}


#footer_inner {
	width:90%;
	margin:0 auto;
	color:#fff;
	padding:20px 0 5px;
}
#footer_inner .address_box {
	margin-bottom: 1rem;
}
#footer_inner #footer_nav {
	margin-bottom: 1rem;
}
#footer_inner .copy {
	margin-top: 1rem;	
}
#footer_nav li {
	margin: 0.5rem auto;
}


}
.usebutton{
	background-color:#2BB0B2 ;
	width:400px;
	margin:auto;
	margin-top:20px;
	margin-bottom:30px;
	border-radius: 30px;
	box-shadow: #c3c2c2 2px 3px 5px;

	border: #9c92c4 solid 2px;
}
.usebutton:hover{
	opacity:0.7;
}
.use-p{
	color:yellow;
	font-size: 26px;
	text-shadow: #1e7778 3px 4px 5px;
	padding:18px 8px;
}

.use-a {
text-decoration: none;
}