@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.recommended .navi-entry-cards {
	flex-wrap: wrap;
}

.ect-3-columns .entry-card-snippet {
	max-height: 20em;
}

#main {
	border: 1px solid #ccc;
}

.flow-wrap {
    width: 85%;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.flow {
display: block;
    padding: 15px;
    border: 5px solid #42913b;
    background-color: #fefefe;
    border-radius: 5px;
}
.arrow {
	margin: 15px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 100px 0 100px;
    border-color: #42913b transparent transparent transparent;
}


		a {
			text-decoration: none;
			transition: all 0.5s;
			-moz-transition: all 0.5s;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			-ms-transition: all 0.5s;
		}

	.desc {
		width: 90%;
		margin: 2rem auto 5rem;
		font-size: 1.2rem;
	}

	.desc__h2 {
		position: relative;
		padding-left: 25px;
		color: cadetblue;
	}

	.desc__h2:before {
		position: absolute;
		content: '';
		bottom: -3px;
		left: 0;
		width: 0;
		height: 0;
		border: none;
		border-left: solid 15px transparent;
		border-bottom: solid 15px rgb(119, 195, 223);
	}

	.desc__h2:after {
		position: absolute;
		content: '';
		bottom: -3px;
		left: 10px;
		width: 99%;
		border-bottom: solid 5px rgb(119, 195, 223);
	}

	.desc__text {
		background: aliceblue;
		padding: 1rem;
	}

	.job-title {
		color: #6cb4e4;
		text-align: center;
		padding: 0.25em;
		border-top: solid 2px #6cb4e4;
		border-bottom: solid 2px #6cb4e4;
		background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
		background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
		margin-bottom: 2rem;
	}

	.home #main {
		background: #fff;
		border: 1px solid #ccc;
	}
	.job-box {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.job-box__item {
		margin-bottom: 3rem;

	}

	.job-box__link {
		display: block;
	}

	.job-box__link:hover {
		opacity: 0.8;
	}

	.job-box__img {
		height: 240px;
		width: 320px;
	}

	.job-box__text {
		font-size: 1.4rem;
		text-align: center;
		background: seagreen;
		color: #fff;
		height: 4rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
