@charset "UTF-8";
/* CSS Document */

.share-btn {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 5px;
	list-style: none;
	text-align: center;
	box-sizing: border-box;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.share-btn li:nth-child(3) {
	margin-top: 2px;
}

.share-btn-top li,
.share-btn li {
	display: inline-block;
	margin: 0 5px 8px 0;
	vertical-align: top;
}

.insta_btn {
	color: #FFF;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 1px 8px;
	text-align: center;
	font-size: 1.1rem;
	vertical-align: middle;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
	text-decoration: none;
}

.insta_btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.fa,
.fab,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

.insta_btn .fa-instagram {
	font-size: 1.3rem;
	position: relative;
	top: 1px;
	margin-right: 0.2em;
}

.insta_btn span {
	display: inline-block;
	position: relative;
	transition: .5s;
}

.fb-btn {
	color: #FFF;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 1px 11px;
	text-align: center;
	font-size: 1.1rem;
	vertical-align: middle;
	background: #4267b2;
	overflow: hidden;
	text-decoration: none;
}

.fb-btn .fa-facebook-square {
	font-size: 1.3rem;
	position: relative;
	top: 0;
	margin-right: 0.3em;
}

.line-btn {
	color: #FFF;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 1px 5px;
	text-align: center;
	font-size: 1.1rem;
	vertical-align: middle;
	background: #00b833;
	overflow: hidden;
	text-decoration: none;
}

.line-btn .fa-line {
	font-size: 1.3rem;
	position: relative;
	top: 0;
	margin-right: 0.3em;
}

@media print,
screen and (min-width: 1201px) {
	body {
		padding-top: 96px !important;
	}

	div.main {
		margin-bottom: 60px !important;
	}

	.share-btn {
		display: none !important;
	}
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print,
screen and (min-width: 769px) {
	body {
		padding-top: 56px;
	}

	div.main {
		width: 100%;
		height: auto;
		line-height: 0;
		margin-bottom: 30px;
	}

	div.main div.inner {
		width: 100%;
		height: 700px;
		overflow: hidden;
		text-align: center;
		position: relative;
	}

	div.main div.inner .text_box {
		padding-bottom: 100px;
	}

	div.main div.inner div.white {
		width: 100%;
		height: 100%;
		background: #FFF;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 50;
	}

	div.main div.inner div.scene01 {
		width: 100%;
		height: 100%;
		background: url(../images/top/main01_pc.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	div.main div.inner div.scene02 {
		width: 100%;
		height: 100%;
		background: url(../images/top/main02_pc.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
	}

	div.main div.inner div.scene03 {
		width: 100%;
		height: 100%;
		background: url(../images/top/main03_pc.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 30;
	}

	div.main div.inner h3 {
		font-size: 33px;
		font-size: 3.3rem;
		line-height: 1.8;
		color: #d7000f;
		font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 700;
		text-shadow: white 1px 1px 4px, white -1px 1px 4px, white 1px -1px 4px, white -1px -1px 4px;
		opacity: 0;
		transform: translateY(0);
		transition-duration: 2s;
	}

	div.main div.inner h4 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.1;
		color: #d7000f;
		font-family: 'Montserrat', sans-serif;
		text-shadow: white 1px 1px 4px, white -1px 1px 4px, white 1px -1px 4px, white -1px -1px 4px;
		opacity: 0;
		transform: translateY(0);
		transition-duration: 2s;
	}

	div.main div.inner h4 span {
		font-weight: 800;
	}

	div.main div.inner div.scene01 h3 {
		font-size: 40px;
		font-size: 4.0rem;
	}

	div.main div.inner div.scene01 h4 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	div.main div.inner .slideup {
		opacity: 1 !important;
		transform: translateY(-20px) !important;
	}

	section h2 {
		font-size: 32px;
		font-size: 3.2rem;
		color: #4d4d4d;
		line-height: 1.4;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 40px;
	}

	section h2 span {
		font-size: 18px;
		font-size: 1.8rem;
		display: block;
		font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 500;
	}

	section#info {
		width: 92.5%;
		max-width: 890px;
		margin: 0 auto 35px;
	}

	section#info h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.3;
		padding-bottom: 5px;
		border-bottom: 1px solid #4d4d4d;
		font-family: 'Montserrat', sans-serif;
	}

	section#info ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		border-bottom: 1px solid #4d4d4d;
		padding: 15px 0;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}

	section#info ul li.date {
		width: 94px;
		padding-left: 1em;
	}

	section#info ul li.text {
		width: -webkit-calc(100% - 94px);
		width: -moz-calc(100% - 94px);
		width: calc(100% - 94px);
	}

	section#info ul li.text a {
		color: #333;
	}

	section#info div.more {
		margin-top: 30px;
	}

	section#whats {
		width: 92.5%;
		max-width: 750px;
		margin: 0 auto 80px;
		text-align: center;
	}

	section#whats div.icon {
		width: 56px;
		margin: 0 auto 20px;
		line-height: 0;
	}

	section#whats p.text {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.3;
		margin-bottom: 30px;
		letter-spacing: -0.02em;
	}

	section#whats div.photo {
		line-height: 0;
		margin-bottom: 18px;
	}

	section#for {
		width: 100%;
		padding: 70px 0 90px;
		background: url("../images/common/bg_square_red.png") repeat;
		background-size: 14px;
	}

	section#for ul.block {
		width: 92.5%;
		max-width: 1150px;
		margin: 0 auto;
		line-height: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	section#for ul.block.rev {
		flex-direction: row-reverse;
	}

	section#for ul.block li {
		width: 50%;
	}

	section#for ul.block li:first-child {
		background: url("../images/top/image_photo02.jpg") no-repeat;
		background-size: cover;
		background-position: center;
	}

	section#for ul.block.rev li:first-child {
		background: url("../images/top/image_photo03.jpg") no-repeat;
		background-size: cover;
		background-position: center;
	}

	section#for ul.block li.text {
		background: #FFF;
		padding: 45px 50px;
		position: relative;
	}

	section#for ul.block li h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.3;
		color: #d7000f;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 5px;
	}

	section#for ul.block li ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.4;
		margin-bottom: 15px;
	}

	section#for ul.block li ul li {
		width: -webkit-calc(100% - 76px);
		width: -moz-calc(100% - 76px);
		width: calc(100% - 76px);
	}

	section#for ul.block li ul li.icon {
		width: 64px;
		margin-right: 12px;
		background: none !important;
	}

	section#for ul.block li ul li h4 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	section#for ul.block li p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
		margin-bottom: 50px;
	}

	section#for ul.block li div.more {
		position: absolute;
		right: 50px;
		bottom: 45px;
	}

	section#company {
		width: 100%;
		background: #f6f6f6;
		padding: 70px 0;
		text-align: center;
	}

	section#company div.inner {
		width: 92.5%;
		max-width: 864px;
		margin: 0 auto;
	}

	section#company div.inner p.text {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.3;
		margin-bottom: 40px;
	}

	section#company div.inner ul {
		width: 100%;
		max-width: 864px;
		margin: 0 auto;
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		line-height: 0;
		border-right: 1px solid #4d4d4d;
	}

	section#company div.inner ul li {
		width: 33.3%;
		border-left: 1px solid #4d4d4d;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 15px 0 25px;
	}

	section#company div.inner ul li div {
		width: 152px;
		line-height: 0;
	}

	section#company div.inner ul li div div.icon img {
		height: 84px;
		margin: 0 auto;
	}

	section#company div.inner ul li div p {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3;
		margin-top: 18px;
	}

	section#column {
		width: 100%;
		padding: 70px 0 90px;
		background: url("../images/common/bg_square_red.png") repeat;
		background-size: 14px;
		margin-bottom: 75px;
	}

	section#column div.inner {
		width: 92.5%;
		max-width: 1000px;
		margin: 0 auto;
	}

	section#column div.inner div.icon {
		width: 74px;
		margin: 0 auto 20px;
		padding-left: 14px;
		line-height: 0;
	}

	section#column div.inner h2 {
		text-align: center;
	}

	section#column div.inner p.text {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.3;
		margin-bottom: 30px;
		text-align: center;
	}

	section#column div.inner ul.list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 30px;
	}

	section#column div.inner ul.list li {
		width: 32.4%;
		max-width: 324px;
	}

	section#column div.inner ul.list li:nth-child(2) {
		margin: 0 1.4%;
	}

	section#column div.inner ul.list li a {
		display: block;
		height: 100%;
		padding-bottom: 15px;
		position: relative;
	}

	section#column div.inner ul.list li div.photo {
		width: 100%;
		max-width: 324px;
		height: 210px;
		line-height: 0;
		overflow: hidden;
		margin-bottom: 25px;
		background: #FFF;
	}

	section#column div.inner ul.list li div.photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	section#column div.inner ul.list li h4 {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	section#column div.inner ul.list li p {
		line-height: 1.5;
		margin-bottom: 10px;
	}

	section#column div.inner ul.list li dl {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: 5px 10px;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	section#column div.inner ul.list li dl dt {
		width: auto;
		display: inline-block;
		min-width: 112px;
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1;
		margin-right: 15px;
		padding: 2px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		color: #FFF;
		text-align: center;
	}

	section#column div.inner ul.list li dl dt.cate01 {
		background: #EA575E;
	}

	section#column div.inner ul.list li dl dt.cate02 {
		background: #29ABE2;
	}

	section#column div.inner ul.list li dl dt.cate03 {
		background: #F7931E;
	}

	section#column div.inner ul.list li dl dd {
		width: auto;
		display: inline-block;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1;
	}



	section#recruit {
		width: 92.5%;
		max-width: 1000px;
		margin: 0 auto;
		text-align: center;
	}

	section#recruit div.icon {
		width: 74px;
		margin: 0 auto 20px;
		padding-left: 14px;
		line-height: 0;
	}

	section#recruit p.text {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.3;
		margin-bottom: 30px;
	}

	section#recruit ul {
		width: 100%;
		margin-bottom: 10px;
		display: flex;
		flex-wrap: wrap;
		/* justify-content: flex-start; */
		justify-content: center;
		line-height: 0;
	}

	section#recruit ul li {
		width: 25%;
		overflow: hidden;
	}

	section#recruit ul li a {
		display: block;
		position: relative;
	}

	section#recruit ul li a p.position {
		width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
		position: absolute;
		bottom: 18px;
		left: 0;
		color: #FFF;
		text-shadow: 0 0 4px #000;
		text-align: center;
		line-height: 1.2;
	}

	section#recruit p.cap {
		font-size: 14px;
		font-size: 1.4rem;
		text-align: left;
		margin-bottom: 5px;
		width: 100%;
		margin: 0 auto 5px;
	}

	section#recruit .more {
		width: 100%;
		margin: 0 auto;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

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

	div.main {
		width: 100%;
		height: auto;
		line-height: 0;
		margin-bottom: 25px;
	}

	div.main div.inner {
		width: 100%;
		height: 116.4vw;
		overflow: hidden;
		text-align: center;
		position: relative;
	}

	div.main div.inner div.white {
		width: 100%;
		height: 100%;
		background: #FFF;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 50;
	}

	div.main div.inner div.scene01 {
		width: 100%;
		height: 100%;
		background: url(../images/top/main01_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	div.main div.inner div.scene02 {
		width: 100%;
		height: 100%;
		background: url(../images/top/main02_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
	}

	div.main div.inner div.scene03 {
		width: 100%;
		height: 100%;
		background: url(../images/top/main03_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 30;
	}

	div.main div.inner .text_box {
		padding-bottom: 15vw;
	}

	div.main div.inner h3 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.8;
		color: #d7000f;
		font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 700;
		text-shadow: white 1px 1px 8px, white -1px 1px 4px, white 1px -1px 4px, white -1px -1px 4px;
		opacity: 0;
		transform: translateY(0);
		transition-duration: 2s;
	}

	div.main div.inner h4 {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.1;
		color: #d7000f;
		font-family: 'Montserrat', sans-serif;
		text-shadow: white 1px 1px 8px, white -1px 1px 4px, white 1px -1px 4px, white -1px -1px 4px;
		opacity: 0;
		transform: translateY(0);
		transition-duration: 2s;
	}

	div.main div.inner h4 span {
		font-weight: 800;
	}

	div.main div.inner div.scene01 h3 {
		font-size: 23px;
		font-size: 2.3rem;
		line-height: 1.4;
		margin-bottom: 5px;
	}

	div.main div.inner div.scene01 h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	div.main div.inner .slideup {
		opacity: 1 !important;
		transform: translateY(-20px) !important;
	}

	section h2 {
		width: 92.5%;
		margin: 0 auto 30px;
		font-size: 24px;
		font-size: 2.4rem;
		color: #4d4d4d;
		line-height: 1.4;
		font-family: 'Montserrat', sans-serif;
	}

	section h2 span {
		font-size: 14px;
		font-size: 1.4rem;
		display: block;
		font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 500;
	}

	section#info {
		width: 92.5%;
		margin: 0 auto 35px;
	}

	section#info h3 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3;
		padding-bottom: 5px;
		border-bottom: 1px solid #4d4d4d;
		font-family: 'Montserrat', sans-serif;
	}

	section#info ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		border-bottom: 1px solid #4d4d4d;
		padding: 15px 0;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}

	section#info ul li.date {
		width: 94px;
		padding-left: 1em;
	}

	section#info ul li.text {
		width: -webkit-calc(100% - 94px);
		width: -moz-calc(100% - 94px);
		width: calc(100% - 94px);
	}

	section#info ul li.text a {
		color: #333;
	}

	section#info div.more {
		margin-top: 30px;
	}

	section#whats {
		width: 100%;
		margin: 0 auto 80px;
		text-align: center;
	}

	section#whats div.icon {
		width: 45px;
		margin: 0 auto 20px;
		line-height: 0;
	}

	section#whats p.text {
		width: 94.5%;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3;
		margin: 0 auto 15px;
		letter-spacing: -0.02em;
	}

	section#whats div.photo {
		line-height: 0;
		margin-bottom: 18px;
	}

	section#whats div.more {
		padding-right: 3.75%;
	}

	section#for {
		width: 100%;
		padding: 35px 3.75% 1px;
		background: url("../images/common/bg_square_red.png") repeat;
		background-size: 14px;
	}

	section#for ul.block {
		width: 100%;
		padding: 15px;
		background: #FFF;
		line-height: 0;
		margin-bottom: 35px;
	}

	section#for ul.block li {
		width: 100%;
	}

	section#for ul.block li.text {
		position: relative;
		margin-top: 20px;
	}

	section#for ul.block li h3 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3;
		color: #d7000f;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 5px;
		text-align: center;
	}

	section#for ul.block li ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.4;
		margin-bottom: 15px;
	}

	section#for ul.block li ul li {
		text-align: center;
	}

	section#for ul.block li div.icon {
		width: 48px;
		margin: 0 auto 12px;
		line-height: 0;
	}

	section#for ul.block li ul li h4 {
		font-size: 18px;
		font-size: 1.8rem;
		letter-spacing: -0.02em;
	}

	section#for ul.block li p {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.8;
		margin-bottom: 20px;
	}

	section#for ul.block li div.more {}

	section#company {
		width: 100%;
		background: #f6f6f6;
		padding: 35px 3.75% 35px;
		text-align: center;
	}

	section#company div.inner {
		width: 100%;
		margin: 0 auto;
	}

	section#company div.inner p.text {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3;
		margin-bottom: 24px;
	}

	section#company div.inner ul {
		width: 100%;
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		line-height: 0;
	}

	section#company div.inner ul li {
		width: 37.6vw;
		height: 37.6vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		background: #FFF;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		overflow: hidden;
		margin: 0 2vw;
	}

	section#company div.inner ul li div {
		width: 100%;
		line-height: 0;
	}

	section#company div.inner ul li div a {
		display: block;
		height: 100%;
		padding: 15px 0 25px;
	}

	section#company div.inner ul li div div.icon img {
		height: 14.6vw;
		max-height: 84px;
		margin: 0 auto;
	}

	section#company div.inner ul li div p {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.3;
		margin-top: 18px;
	}

	section#column {
		width: 100%;
		padding: 35px 3.75% 1px;
		background: url("../images/common/bg_square_red.png") repeat;
		background-size: 14px;
		padding-bottom: 35px;
		margin-bottom: 35px;
	}

	section#column div.inner {
		width: 100%;
		margin: 0 auto;
	}

	section#column div.inner div.icon {
		width: 60px;
		margin: 0 auto 20px;
		padding-left: 10px;
		line-height: 0;
	}

	section#column div.inner h2 {
		text-align: center;
	}

	section#column div.inner p.text {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3;
		margin-bottom: 30px;
		text-align: center;
	}

	section#column div.inner ul.list {
		width: 70vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 auto;
	}

	section#column div.inner ul.list li {
		width: 100%;
		margin: 0 auto 30px;
	}

	section#column div.inner ul.list li a {
		display: block;
	}

	section#column div.inner ul.list li div.photo {
		width: 100%;
		height: 44.8vw;
		line-height: 0;
		overflow: hidden;
		margin: 0 auto 20px;
		background: #FFF;
	}

	section#column div.inner ul.list li div.photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	section#column div.inner ul.list li h4 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	section#column div.inner ul.list li p {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	section#column div.inner ul.list li dl {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: 5px;
	}

	section#column div.inner ul.list li dl dt {
		width: auto;
		display: inline-block;
		min-width: 112px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1;
		margin-right: 15px;
		padding: 2px 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		color: #FFF;
		text-align: center;
	}

	section#column div.inner ul.list li dl dt.cate01 {
		background: #EA575E;
	}

	section#column div.inner ul.list li dl dt.cate02 {
		background: #29ABE2;
	}

	section#column div.inner ul.list li dl dt.cate03 {
		background: #F7931E;
	}

	section#column div.inner ul.list li dl dd {
		width: auto;
		display: inline-block;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1;
	}

	section#recruit {
		width: 92.5%;
		margin: 0 auto;
		text-align: center;
	}

	section#recruit div.icon {
		width: 60px;
		margin: 0 auto 20px;
		padding-left: 10px;
		line-height: 0;
	}

	section#recruit p.text {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3;
		margin-bottom: 30px;
	}

	section#recruit ul {
		width: 60%;
		min-width: 250px;
		margin: 0 auto 10px;
		display: flex;
		flex-wrap: wrap;
		/* justify-content: flex-start; */
		justify-content: center;
		line-height: 0;
	}

	section#recruit ul li {
		width: 50%;
		overflow: hidden;
	}

	section#recruit ul:after {
		content: "";
		width: 50%;
		display: block;
	}

	section#recruit ul li a {
		display: block;
		position: relative;
	}

	section#recruit ul li a div {
		line-height: 0;
	}

	section#recruit ul li a p.position {
		width: 100%;
		font-size: 10px;
		font-size: 1.0rem;
		position: absolute;
		bottom: 10px;
		left: 0;
		color: #FFF;
		text-shadow: 0 0 4px #000;
		text-align: center;
		line-height: 1.2;
	}

	section#recruit p.cap {
		width: 250px;
		margin: 0 auto 30px;
		font-size: 10px;
		font-size: 1.0rem;
		text-align: left;
	}
}
