@charset "utf-8";


.right{
    text-align: right;
}
.center{
    text-align: center;
}

/* 文字装飾
------------------------------------------------------------*/
.emphasis_design23 span {
  background-color: #4d9bc1;
  color: #fff;
/*  margin: 0 0.03em;*/
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7;
  border-radius: 100vh;
    font-size: 20px;
    text-align: center;
}

.emphasis_design22 span {
  background-color: #fcba08;
  color: #fff;
/*  margin: 0 0.03em;*/
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7;
  border-radius: 100vh;
    font-size: 20px;
    text-align: center;
}

/* 求人テーブル
------------------------------------------------------------*/
.kyu_content table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}

.kyu_content table th,table td{
  border-radius: 5px;
/*  text-align: center;*/
  padding: 10px 0;
/*    padding-left: 10px;*/
}

.kyu_content table th{
  background-color: #c79852;
  color: white;
  border:solid 1px #927141;
}

.kyu_content table td{
  background-color: #fff;
  border:solid 1px #acd8b0;
        width: 70%;
}

.kyu_content td:first-of-type{
  text-align: center;
  background: #acd8b0;
 padding: 0 10px 0 10px;
    font-weight: bolder;
    width: 30%;
}

/* SNSシェア
------------------------------------------------------------*/
.snssharer {
    margin: 10px 0 20px 0;
}
.snssharer:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}
.snssharer span a {
/*    width: 19%;*/
    float: left;
    display: block;
    margin: 0 12% 0 0;
/*
    border: solid 2px #333;
    border-radius: .4rem;
*/
/*    padding: 1rem 2rem;*/
    text-align: center;
    font-weight: bold;
    font-size: 50px;
}
.snssharer .facebook a {
    color: #3c5a99;
    border-color: #3c5a99;
}
.snssharer .twitter a {
    color: #28aae1;
    border-color: #28aae1;
}
.snssharer .hatena a {
    color: #009fd7;
    border-color: #009fd7;
}
.snssharer .pocket a {
    color: #ed374d;
    border-color: #ed374d;
}
.snssharer .line a {
    color: #01ba01;
    border-color: #01ba01;
}

/*少しずらしたボックス
------------------------------------------------------------*/
.box2-6{
	margin: 2em auto;
	padding:2em;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	border:1px solid #ccc ;/*線の太さ・種類・色*/
	position: relative;/*配置（基準）*/
}
.box2-6:after{
	background-color:#e6ffe8;/*ずらしたボックスの背景色*/
	border:none;
	content: '';
	position: absolute;/*配置（ここを動かす）*/
	top: 7px;/*上から7pxずらす*/
	left: 7px;/*左から7pxずらす*/
	width: 100%;
	height: 100%;
	z-index: -1;
}




/*もっと見る
---------------------------------------------------------------------------*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f13a'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}



.cp_box1 *, .cp_box1 *:before, .cp_box1 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box1 {
	position: relative;
}
.cp_box1 label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
    left: 0%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box1 input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box1 label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f13a'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box1 input {
	display: none;
}
.cp_box1 .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
    text-align: left;
    list-style: none;
}
.cp_box1 input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box1 input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.cp_box1 input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}




.cp_box2 *, .cp_box2 *:before, .cp_box2 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box2 {
	position: relative;
}
.cp_box2 label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
    left: 0%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box2 input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box2 label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f13a'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box2 input {
	display: none;
}
.cp_box2 .cp_container {
	overflow: hidden;
	height: 200px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
    text-align: left;
    list-style: none;
}
.cp_box2 input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box2 input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.cp_box2 input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}




.cp_box3 *, .cp_box3 *:before, .cp_box3 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box3 {
	position: relative;
}
.cp_box3 label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
    left: 0%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box3 input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box3 label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f13a'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box3 input {
	display: none;
}
.cp_box3 .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
    text-align: left;
    list-style: none;
}
.cp_box3 input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box3 input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.cp_box3 input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}





/*ハンバーガーメニュー
---------------------------------------------------------------------------*/
#btn {
  display: none;
    z-index: 100;
}
label {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.menu {
  position: fixed;
  z-index: 2;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  box-sizing: border-box;
  padding: 100px 50px 100px 0px;
  width: 200px;
  transform: translateX(-200px);
  transition: transform 0.5s;
}

input:checked + .menu {
  transform: translateX(0);
}



/*アコーディオン
---------------------------------------------------------------------------*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #000;
	background:#acd8b0;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}



/*会社概要テーブル
---------------------------------------------------------------------------*/
table{
  width: 100%;
  border-collapse: collapse;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #acd8b0;
  color: white;
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width:768px){
table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #acd8b0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
}

table td{
  text-align: left;
  width: 70%;
  text-align: left;
  background-color: #eee;
  padding: 10px 0;
    padding-left: 20px;
}



/*受け入れ支援
---------------------------------------------------------------------------*/
.list_bold{
    font-weight: bolder;
    
}
@media screen and (min-width:801px){
.anchor {
    padding-top: 250px;
    margin-top: -250px;
}
}


ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:1.5em;
  background: #f5faff;
}
ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*登録支援機関事業
---------------------------------------------------------------------------*/
.box {
  border-top: 10px solid #aaa;
  background-color: #eee;
  padding: 2em;
}


/*求人一覧
---------------------------------------------------------------------------*/
.box10 {
    padding: 0.5em 1em;
    margin: 2em 0;
/*    color: #00BCD4;*/
    color:black;
    background: #e4fcff;/*背景色*/
    border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
    margin-bottom: 5%;
}
.box10 p {
    margin: 0; 
    padding: 0;
}
.card_title{
    font-size: 22px;
    font-weight: bolder;
    
}

/*寮の一例
---------------------------------------------------------------------------*/
.image-container {
	display: flex; /* コンテナにFlexboxを適用 */
	justify-content: center; /* コンテナ内のアイテムを中央寄せ */
	flex-wrap: wrap; /* 必要に応じて折り返し */
}

.image-container img {
	margin: 0 30px; /* 左右のマージンで画像間にスペースを作る */
	width: auto; /* 画像の元の幅を保持 */
	height: 300px; /* 画像の高さを指定、幅は自動調整 */
}

.custom-width {
    width: 80%; /* 特定のテーブルの幅を変更 */
	margin-left: auto;
    margin-right: auto;
    /* 他のスタイルもここで指定可能 */
}

/*仲間
---------------------------------------------------------------------------*/
/*
.ttl_line2 {
  font-weight: bold;
  border-bottom: 2px solid #4c9ac0;
  padding: 0.3em;
  margin-bottom: 0.3em;
}
.ttl_line2:first-letter {
  font-size: 1.5em;
  color: #4c9ac0;
}
*/

.ttl_line2 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #094;
}

.ttl_line2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}




/*チェックマーク
---------------------------------------------------------------------------*/
.list_check {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.list_check > li {
    position: relative;
    padding: 0px 0px 0px 2em;
    margin: 0px;
    font-size: 18px;
    color: #3388dd;
    font-weight: bolder;
}
.list_check > li::before,
.list_check > li::after {
    position: absolute;
    top: 50%;
    height: 1em;
    content: "";
}
.list_check > li::before {
    left: 0px;
    transform: translateY(-50%);
    width: 1em;
    border: 1px solid #3388dd;
}
.list_check > li::after {
    left: 0.5em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.5em;
    border-bottom: 3px solid #3388dd;
    border-right: 3px solid #3388dd;
}

.list_check > li + li {
    margin: 1em 0px 0px;
}

/* MW WP Form　問い合わせフォーム
------------------------------------------------------------*/

.cform th {
	font-size: 14px;
	width: 20%; /*変なところで改行される場合はここの数字を変更します。*/
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
    text-align: center;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 15px;
    margin-left: 10px;
}

.cform {
	width: 100%;
	margin: auto;
    background: #eeeeee;
    border-left: #eeeeee solid 10px;
    border: #eeeeee solid 1px;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}
.cform textarea{
    display: block;
    position: relative;
    width: 95%;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}
.cform input[type=number]{
    display: block;
    position: relative;
    width: 100px;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}
.cform option,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
    display: block;
    position: relative;
    width: 95%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}
.cform select{
    display: block;
    position: relative;
    width: 98%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}

/*
.mw_wp_form select {
    display: block;
    position: relative;
    width: 95%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}
*/
 
/*
.mw_wp_form selectt:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}
*/
 
.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}
@media screen and (min-width:768px){
.cform select,
.cform textarea,
.cform option,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url],
.cform input[type=number],
.cform input[type=file]{
    margin-left: 10px;
}
}

@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 90%;
		display: block;
		border-top: none;
	}
    
table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #acd8b0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.cform th {
	font-size: 14px;
	width: 100%; /*変なところで改行される場合はここの数字を変更します。*/
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0 10px 0;
	font-weight: normal;
    text-align: center;
}
}

.submit-btn input {
	background: #00142c;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #00142c solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}


/* ポラロイド
------------------------------------------------------------*/
.polaroid {
  position: relative;
  width: 300px;/*画像の幅*/
  margin: 30px auto;
  max-width:100%;
  background-color:#eee;
  border: 10px solid #eee;
  border-bottom-width: 80px;/*下のフチ幅*/
  transform:rotate(-5deg);
  box-shadow: 3px 3px 3px #777;
}
.moji {
  position: absolute;
  width: 100%;
  text-align: center;
    font-size:18px;
  bottom: -73px;/*文字の縦位置*/
　line-height:1.3em;/*行の高さ*/
  left:-15px;
  color: #756F61;
}

