@charset "utf-8";

/* ------------------------------
   共通
------------------------------ */

.ttl_line {
	text-align: center;
	font-weight: bold;
	font-size: 2.0rem;
	padding-bottom: 14px;
	position: relative;
	margin-bottom: 25px;
}

.ttl_line::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6px;
}

.ttl_line span{
	display: block;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: .5em;
}

@media screen and (max-width: 768px) {
	.ttl_line {
		font-size: 1.7rem;
		padding-bottom: 7px;
		margin-bottom: 10px;
	}

	.ttl_line::before {
		width: 8px;
		height: 2px;
		margin-left: -4px;
	}
	.ttl_line span{
		font-size: 1.2rem;
	}
}

/* ------------------------------
    recruit_index
------------------------------ */

#pagettl.recruit_index {
	padding: 156px 0 222px;
	background: url(../img/recruit/bg_pagettl.jpg) no-repeat center bottom/ cover;
}

#pagettl.recruit_index .txt_pagettl .ttl {
	text-align: center;
}

#pagettl.recruit_index .txt_pagettl .lead {
	text-align: center;
	color: #3d4975;
	font-weight: bold;
	font-size: 1.8rem;
	margin: 18px 0 12px;
}

.recruit_index {
	margin-bottom: 220px;
}

.recruit_index .link_list .item {
	width: calc((100% - 1px) / 2);
	margin-top: 0;
}

.recruit_index .link_list .item a {
	display: block;
	height: 300px;
	background: linear-gradient(45deg, rgba(19, 43, 143, .2) 20%, rgba(123, 161, 237, .2) 80%);
	padding: 74px 0 61px;
	position: relative;
	z-index: 1;
}

.recruit_index .link_list .item a::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: .8s ease;
	z-index: -1;
}

.recruit_index .link_list .item a:hover::before {
	opacity: 1;
}

.recruit_index .link_list .item:nth-child(n+3) {
	width: calc((100% - 2px) / 3);
}

.recruit_index .link_list .item:nth-child(n+3) a {
	margin-top: 1px;
	padding: 62px 0 61px;
}

.recruit_index .link_list .item:nth-child(2) a,
.recruit_index .link_list .item:nth-child(n+4) a {
	margin-left: 1px;
}

.recruit_index .link_list .item .icon {
	width: 73px;
	margin: 0 auto;
	min-height: 61px;
	margin-bottom: 23px;
}

.recruit_index .link_list .item:nth-child(2) .icon {
	width: 70px;
}

.recruit_index .link_list .item:nth-child(3) .icon {
	width: 57px;
}

.recruit_index .link_list .item:nth-child(4) .icon {
	width: 107px;
}

.recruit_index .link_list .item:nth-child(5) .icon {
	width: 90px;
}

.recruit_index .link_list .txt {
	min-height: 80px;
}

.recruit_index .link_list .txt .ttl {
	font-weight: bold;
	font-size: 1.8rem;
	position: relative;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.3;
}

.recruit_index .link_list .txt p {
	text-align: center;
}


.recruit_index .news {
	padding: 100px 0 0;
}

.recruit_index .news .ttl_line {
	margin-bottom: 50px;
}

.recruit_index .news .list {
	padding: 0 100px;
	margin-bottom: 50px;
}

.recruit_index .news .list li {
	padding: 27px 0;
	border-top: 1px solid #e5e5e5;
}

.recruit_index .news .list li:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.recruit_index .news .list a {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	/*	padding: 27px 0;*/
	position: relative;
}

.recruit_index .news .list .date {
	width: 103px;
	color: #8E8E8E;
	font-size: 1.2rem;
	line-height: 22px;
}

.recruit_index .news .list .category {
	color: #3d4975;
	font-size: 1.25rem;
	margin-right: 20px;
	line-height: 22px;
}

.recruit_index .news .list .newsttl {
	display: inline-block;
	font-weight: bold;
	font-size: 1.4rem;
	/*	flex: 1;*/
	max-width: 575px;
}

.recruit_index .news .list a:hover .link_txt::before {
	width: 100%;
}

.recruit_index .news .btn {
	width: 250px;
	margin: 0 auto;
}



@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {
	#pagettl.recruit_index {
		padding: 76px 0 100px;
		background: url(../img/recruit/bg_pagettl.jpg) no-repeat center bottom/ cover;
	}

	#pagettl.recruit_index .txt_pagettl .lead {
		font-size: 1.4rem;
		margin: 10px 0 6px;
	}

	.recruit_index {
		margin-bottom: 110px;
	}

	.recruit_index .link_list .item {
		display: block;
		width: 100%;
	}

	.recruit_index .link_list .item a {
		margin-top: 0;
		height: auto;
		padding: 30px 5%;
	}

	.recruit_index .link_list .item + .item {
		margin-top: 1px;
	}

	.recruit_index .link_list .item:nth-child(n+3) {
		width: 100%;
	}

	.recruit_index .link_list .item:nth-child(n+3) a {
		padding: 30px 5%;
	}

	.recruit_index .link_list .item:nth-child(2) a,
	.recruit_index .link_list .item:nth-child(n+4) a {
		margin-left: 0;
	}

	.recruit_index .link_list .item .icon {
		width: 40px;
		min-height: inherit;
		margin-bottom: 10px;
	}

	.recruit_index .link_list .item:nth-child(2) .icon {
		width: 35px;
	}

	.recruit_index .link_list .item:nth-child(3) .icon {
		width: 28px;
	}

	.recruit_index .link_list .item:nth-child(4) .icon {
		width: 53px;
	}

	.recruit_index .link_list .item:nth-child(5) .icon {
		width: 45px;
	}


	.recruit_index .link_list .txt {
		min-height: inherit;
	}

	.recruit_index .link_list .txt .ttl {
		font-size: 1.5rem;
		margin-bottom: 5px;
	}


	.recruit_index .news {
		padding: 50px 0 0;
	}

	.recruit_index .news .ttl_line {
		margin-bottom: 25px;
	}

	.recruit_index .news .list {
		padding: 0;
		margin-bottom: 25px;
	}

	.recruit_index .news .list li {
		padding: 14px 0;
	}

	.recruit_index .news .list a {
		flex-wrap: wrap;
		position: relative;
	}

	.recruit_index .news .list .date {
		width: 66px;
		font-size: 1rem;
		line-height: 1.4;
	}

	.recruit_index .news .list .category {
		font-size: 1rem;
		margin-right: 0;
		line-height: 1.4;
	}

	.recruit_index .news .list .newsttl {
		display: block;
		width: 100%;
		font-size: 1.2rem;
		/*		flex: auto;*/
		max-width: inherit;
		margin-top: 6px;
	}

	.recruit_index .news .btn {
		width: 152px;
	}

}




/* ------------------------------
    recruit 下層共通
------------------------------ */

#pagettl.under {
	background: rgba(61, 73, 117, 0.2);
	padding: 0;
	height: 290px;
}

#pagettl.under .wrap {
	height: 100%;
	position: relative;
}

#pagettl.under .txt_pagettl {
	padding-top: 0;
	font-size: 3rem;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

#pagettl.under .txt_pagettl:before {
	display: none;
}

#pagettl.under .txt_pagettl .icon {
	display: block;
	margin: 0 auto 30px;
}

.intro {
	margin-bottom: 100px;
}

.intro p {
	text-align: center;
}

.intro .catch {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #3d4975;
	margin-bottom: 1em;
}

.contents_box {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	margin-bottom: 100px;
}

.contents_box:nth-of-type(even) {
	flex-direction: row;
}

.contents_box .img {
	width: 41.6%;
}

.contents_box .txt {
	width: 540px;
	padding: 50px 0 0;
	margin-right: 80px;
}

.contents_box:nth-of-type(even) .txt {
	margin: 0 0 0 80px;
}

.contents_box .ttl {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.55;
	color: #3d4975;
	margin-bottom: 16px;
	text-align: left;
	letter-spacing: -0.01em;
}

.contents_box .txt p {
	letter-spacing: -0.01em;
}

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

	/*下層*/
	#pagettl.under {
		height: 175px;
	}

	#pagettl.under .txt_pagettl {
		font-size: 1.5rem;
	}

	#pagettl.under .txt_pagettl .icon {
		margin: 0 auto 15px;
	}

	.intro {
		margin-bottom: 50px;
	}

	.intro .catch {
		font-size: 1.5rem;
		margin-bottom: 1em;
	}

	.contents_box {
		display: block;
		margin-bottom: 25px;
		padding: 0 5%;
	}

	.contents_box .img {
		width: 100%;
	}

	.contents_box .txt,
	.contents_box:nth-of-type(even) .txt {
		width: 100%;
		padding: 15px 0 0;
		margin-left: 0;
	}

	.contents_box .ttl {
		font-size: 1.5rem;
		margin-bottom: 1em;
	}
}


/* ------------------------------
   recruit_about ワイ・ヨットを知る
------------------------------ */

#pagettl.recruit_about {
	/*	background: url(../img/recruit/about/bg_pagettl.jpg) no-repeat center/ cover;*/
}

#pagettl.recruit_about .txt_pagettl .icon {
	width: 73px;
}

.recruit_about {
	margin-bottom: 220px;
}

.recruit_about .now {
	padding: 100px 0;
}

.recruit_about .now .ttl_line {
	margin-bottom: 30px;
}

.recruit_about .feature {
	padding: 100px 0;
	background: url(../img/recruit/about/bg_feature.jpg) no-repeat center / cover;
}


.recruit_about .feature .txt_wrap {
	width: 520px;
	margin: 0 auto;
}

.recruit_about .feature .ttl_line {
	margin-bottom: 30px;
}

.recruit_about .feature .ttl_line,
.recruit_about .feature p {
	color: #fff;
}

.recruit_about .feature p + p {
	margin-top: 1.5em;
}

.recruit_about .feature .ttl_line::before {
	background: #fff;
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {
	#pagettl.recruit_about {
		/*		background: url(../img/recruit/about/bg_pagettl_sp.jpg) no-repeat center/ cover;*/
	}

	#pagettl.recruit_about .txt_pagettl .icon {
		width: 40px;
	}

	.recruit_about {
		margin-bottom: 110px;
	}

	.recruit_about .now {
		padding: 50px 0;
	}

	.recruit_about .now .ttl_line {
		margin-bottom: 25px;
	}

	.recruit_about .feature {
		padding: 50px 0;
		background: url(../img/recruit/about/bg_feature.jpg) no-repeat left 50% center/ cover;
	}


	.recruit_about .feature .txt_wrap {
		width: 90%;
		max-width: 390px;
		margin: 0 auto;
	}

	.recruit_about .feature .ttl_line {
		margin-bottom: 15px;
	}
}


/* ------------------------------
  recruit_requirements 募集要項
------------------------------ */

#pagettl.recruit_requirements {
	/*	background: url(../img/recruit/requirements/bg_pagettl.jpg) no-repeat center/ cover;*/
}

#pagettl.recruit_requirements .txt_pagettl .icon {
	width: 50px;
	margin-bottom: 25px;
}

.recruit_requirements .catch {
	font-size: 1.8rem;
	margin-bottom: 30px;
}

.recruit_requirements .intro .flex {
	align-items: flex-end;
	justify-content: center;
	padding-right: 20px;
}

.recruit_requirements .intro .flex .bnr {
	width: 282px;
}

.recruit_requirements .intro .flex .btn {
	width: 340px;
	margin-left: 50px;
}

.recruit_requirements .intro .flex .btn a {
	font-size: 1.5rem;
	text-align: left;
	padding: 13px 26px;
	line-height: 1.4;
}


.recruit_requirements .fleshers {
	padding: 100px 0 90px;
}

.recruit_requirements .fleshers .ttl_line {
	margin-bottom: 50px;
}

.recruit_requirements .fleshers dl {
	display: flex;
	flex-wrap: wrap;
}

.recruit_requirements .fleshers dl > dt,
.recruit_requirements .fleshers dl > dd {
	padding: 1em 0;
}

.recruit_requirements .fleshers dl > dt {
	width: 255px;
	border-top: 2px solid #3d4975;
}

.recruit_requirements .fleshers dl > dt:last-of-type {
	border-bottom: 2px solid #3d4975;
}

.recruit_requirements .fleshers dl > dd {
	width: calc(100% - 255px);
	border-top: 1px dashed #C1C1C1;
	padding-left: 48px;
}

.recruit_requirements .fleshers dl > dd:last-of-type {
	border-bottom: 1px dashed #C1C1C1;
}

.recruit_requirements .carrer {
	padding: 100px 0 150px;
}

.recruit_requirements .carrer .ttl_line {
	margin-bottom: 50px;
}

.recruit_requirements .parttime {
	padding: 100px 0 150px;
}

.recruit_requirements .parttime .ttl_line {
	margin-bottom: 50px;
}

.recruit_requirements .parttime p .link{
	text-decoration: underline;
	transition: 0.3s opacity;
}


@media screen and (min-width: 769px) {

	.ie .recruit_requirements .fleshers dl > dt,
	.ie .recruit_requirements .fleshers dl > dd {
		padding-top: 1.2em;
		padding-bottom: 0.8em;
	}
	.recruit_requirements .parttime p .link:hover{
		opacity: .7;
	}
}

@media screen and (max-width: 768px) {
	#pagettl.recruit_requirements {
		/*		background: url(../img/recruit/requirements/bg_pagettl_sp.jpg) no-repeat center/ cover;*/
	}

	#pagettl.recruit_requirements .txt_pagettl .icon {
		width: 25px;
		margin-bottom: 13px;
	}

	.recruit_requirements .catch {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}

	.recruit_requirements .intro .flex {
		display: block;
		padding-right: 0;
	}

	.recruit_requirements .intro .flex .bnr {
		width: 40%;
		max-width: 282px;
		margin: 0 auto 20px;
	}

	.recruit_requirements .intro .flex .btn {
		width: 40%;
		max-width: 282px;
		margin: 0 auto;
	}

	.recruit_requirements .intro .flex .btn a {
		font-size: 1.3rem;
		padding: 7px 13px;
	}

	.recruit_requirements .fleshers {
		padding: 50px 0;
	}

	.recruit_requirements .fleshers .ttl_line {
		margin-bottom: 25px;
	}

	.recruit_requirements .fleshers dl {
		display: block;
	}

	.recruit_requirements .fleshers dl > dt,
	.recruit_requirements .fleshers dl > dd {
		position: relative;
	}

	.recruit_requirements .fleshers dl > dt {
		width: 100%;
		border-top: 1px dashed #C1C1C1;
		padding: 1em 0 0;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.recruit_requirements .fleshers dl > dt:before,
	.recruit_requirements .fleshers dl > dd:last-of-type::before {
		content: '';
		position: absolute;
		left: 0;
		top: -1px;
		height: 2px;
		width: 25%;
		background: #3d4975;
	}

	.recruit_requirements .fleshers dl > dt:last-of-type {
		border-bottom: none;
	}

	.recruit_requirements .fleshers dl > dd:last-of-type::before {
		top: auto;
		bottom: -1px;
	}

	.recruit_requirements .fleshers dl > dd {
		width: 100%;
		border-top: none;
		padding: 1em 0;
	}

	.recruit_requirements .fleshers dl > dd:last-of-type {
		border-bottom: 1px dashed #C1C1C1;
	}

	.recruit_requirements .carrer {
		padding: 50px 0 75px;
	}

	.recruit_requirements .carrer .ttl_line {
		margin-bottom: 25px;
	}

	.recruit_requirements .parttime {
		padding: 50px 0 75px;
	}

	.recruit_requirements .parttime .ttl_line {
		margin-bottom: 25px;
	}
}



/* ------------------------------
  recruit_welfare 募集要項
------------------------------ */

#pagettl.recruit_welfare {
	/*	background: url(../img/recruit/welfare/bg_pagettl.jpg) no-repeat center/ cover;*/
}

#pagettl.recruit_welfare .txt_pagettl .icon {
	width: 90px;
	margin-bottom: 25px;
}

.recruit_welfare {
	margin-bottom: 220px;
}

.recruit_welfare .intro {
	margin-bottom: 50px;
}

.recruit_welfare .catch {
	font-size: 1.8rem;
	margin-bottom: 0;
}


.recruit_welfare .list .item .inner {
	width: 780px;
	margin: 0 auto;
	align-items: center;
	height: 250px;
}

.recruit_welfare .list .item .txt_area {
	width: calc(100% - 176px);
	padding-left: 96px;
	position: relative;
}

.recruit_welfare .list .item .txt_area .num {
	position: absolute;
	left: 0;
	top: 0;
}

.recruit_welfare .list .item .txt_area .num img {
	width: auto;
	height: 48px;
}

.recruit_welfare .list .item .txt_area .ttl {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 6px;
}

.recruit_welfare .list .item .txt_area .txt {
	font-size: 1.4rem;
	line-height: 1.71;
}

.recruit_welfare .list .item .img {
	width: 176px;
	text-align: center;
}

.recruit_welfare .list .item .img img {
	width: 170px;
}

.recruit_welfare .list .item:nth-of-type(1) .img img {
	width: 176px;
}

@media screen and (max-width: 768px) {
	#pagettl.recruit_welfare {
		/*		background: url(../img/recruit/welfare/bg_pagettl_sp.jpg) no-repeat center/ cover;*/
	}

	#pagettl.recruit_welfare .txt_pagettl .icon {
		width: 45px;
		margin-bottom: 13px;
	}

	.recruit_welfare {
		margin-bottom: 110px;
	}

	.recruit_welfare .intro {
		margin-bottom: 25px;
	}

	.recruit_welfare .catch {
		font-size: 1.5rem;
		margin-bottom: 0;
	}

	.recruit_welfare .list .item .inner {
		width: 90%;
		padding: 30px 0;
		flex-direction: column-reverse;
		height: auto;
	}

	.recruit_welfare .list .item .txt_area {
		width: 100%;
		padding-left: 55px;
	}

	.recruit_welfare .list .item .txt_area .num img {
		height: 34px;
	}

	.recruit_welfare .list .item .txt_area .ttl {
		font-size: 1.5rem;
	}

	.recruit_welfare .list .item .txt_area .txt {
		font-size: 1.2rem;
	}

	.recruit_welfare .list .item .img {
		width: 170px;
		margin: 0 auto 20px;
	}

	.recruit_welfare .list .item:nth-of-type(1) .img {
		width: 176px;
	}
}

/* ------------------------------
  recruit_faq 募集要項
------------------------------ */

#pagettl.recruit_faq {
	/*	background: url(../img/recruit/faq/bg_pagettl.jpg) no-repeat center/ cover;*/
}

#pagettl.recruit_faq .txt_pagettl .icon {
	width: 90px;
	margin-bottom: 20px;
}

.recruit_faq {
	margin-bottom: 150px;
}

.recruit_faq .faq_box .ttl_line {
	margin-bottom: 50px;
}

.recruit_faq .faq_box {
	margin-bottom: 90px;
}

.recruit_faq .faq_box dl {
	border-top: 1px solid #DDDDDD;
	padding: 25px 0;
}

.recruit_faq .faq_box dl:last-child {
	border-bottom: 1px solid #DDDDDD;
}

.recruit_faq .faq_box dl dt {
	font-weight: bold;
	font-size: 1.8rem;
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}

.recruit_faq .faq_box dl dt:before {
	content: "";
	width: 17px;
	height: 23px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 3px;
	background: url(../img/recruit/faq/icon_q.png) no-repeat center center/ 17px auto;
}

.recruit_faq .faq_box dl dd {
	font-size: 1.4rem;
	line-height: 1.7;
	padding-left: 30px;
}

@media screen and (min-width: 769px) {
	.ie .recruit_faq .faq_box dl dt:before {
		top: 0;
	}
}

@media screen and (max-width: 768px) {
	#pagettl.recruit_faq {
		/*		background: url(../img/recruit/faq/bg_pagettl_sp.jpg) no-repeat center/ cover;*/
	}

	#pagettl.recruit_faq .txt_pagettl .icon {
		width: 45px;
		margin-bottom: 10px;
	}

	.recruit_faq {
		margin-bottom: 75px;
	}

	.recruit_faq .faq_box .ttl_line {
		margin-bottom: 25px;
	}

	.recruit_faq .faq_box {
		margin-bottom: 45px;
	}

	.recruit_faq .faq_box dl {
		padding: 15px 15px 15px 0;
	}

	.recruit_faq .faq_box dl dt {
		font-size: 1.5rem;
		padding-left: 20px;
		margin-bottom: 5px;
	}

	.recruit_faq .faq_box dl dt:before {
		content: "";
		width: 13px;
		height: 21px;
		left: 0;
		top: 0;
		background: url(../img/recruit/faq/icon_q.png) no-repeat center top/ 13px auto;
	}

	.recruit_faq .faq_box dl dd {
		font-size: 1.2rem;
		padding-left: 20px;
	}
}




/* ------------------------------
  recruit_message メッセージ
------------------------------ */

#pagettl.recruit_message {
	/*	background: url(../img/recruit/message/bg_pagettl.jpg) no-repeat center/ cover;*/
}

#pagettl.recruit_message .txt_pagettl .icon {
	width: 60px;
	margin-bottom: 25px;
}

.recruit_message {
	margin-bottom: 150px;
}

.recruit_message .list.list01 {
	margin-bottom: 100px;
}

.recruit_message .list.list02::after {
	content: '';
	display: block;
	width: 326px;
}

.recruit_message .list.list01 .item {
	width: 495px;
}

.recruit_message .list.list02 .item {
	width: 326px;
}

.recruit_message .list.list02 .item:nth-child(n+4) {
	margin-top: 30px;
}

.recruit_message .list .item .img {
	position: relative;
	width: 100%;
}

.recruit_message .list .item .img img {
	outline: 1px solid transparent;
}

.recruit_message .list .item .img .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(61, 73, 117, 0.67);
	opacity: 0;
	transition: all 0.3s ease-out;
}

.recruit_message .list .item .img .mask .icon {
	width: 69px;
}

.recruit_message .list .item a:hover .mask {
	opacity: 1;
}

.recruit_message .list .item .img .b_box {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	background: #3d4975;
	font-size: 1.2rem;
	font-weight: bold;
	min-width: 109px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.06em;
	padding: 0 10px;
}

.recruit_message .list .item .name {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 16px 0 0;
}

.recruit_message .list .item .name .en {
	display: block;
	font-size: 1.0rem;
}

.recruit_message .movie-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.recruit_message .movie-list .item {
	width: 495px;
}

.recruit_message .movie-list .item div {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.recruit_message .movie-list .item div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (min-width: 769px) {
	.ie .recruit_message .list .item .img .b_box {
		line-height: 36px;
	}

	.ie .recruit_message .list .item .name {
		line-height: 1.4;
	}

	.recruit_message .list.list02 .item:nth-child(n+3) {
		margin-top: 30px;
	}

	.recruit_message .list.list02 .item:nth-child(1) {
		margin-left: 168px;
	}

	.recruit_message .list.list02 .item:nth-child(2) {
		margin-left: 12px;
		margin-right: 168px;
	}
	.recruit_message .movie-list .item:nth-child(n+3) {
		margin-top: 50px;
	}
}

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

	#pagettl.recruit_message,
	#pagettl.message_under {
		white-space: nowrap;
	}

	#pagettl.recruit_message .txt_pagettl .icon {
		width: 45px;
		margin-bottom: 10px;
	}

	.recruit_message {
		margin-bottom: 75px;
	}

	.recruit_message .list.list01 {
		margin-bottom: 60px;
	}

	.recruit_message .list.list01 .item {
		width: 100%;
		margin-bottom: 15px;
	}

	.recruit_message .list.list02 .item {
		width: 49%;
	}

	.recruit_message .list.list02 .item:nth-child(n+3) {
		margin-top: 15px;
	}

	.recruit_message .list .item .img .mask .icon {
		width: 34px;
	}

	.recruit_message .list .item .img .b_box {
		font-size: 1rem;
		min-width: 85px;
		height: 22px;
		line-height: 22px;
	}

	.recruit_message .list .item .name {
		font-size: 1.4rem;
		padding: 8px 0 0;
	}

	.recruit_message .list .item .name .en {
		font-size: .6rem;
	}

	.recruit_message .movie-list {
		display: block;
		margin-bottom: 60px;
	}

	.recruit_message .movie-list .item {
		width: 100%;
		margin-bottom: 20px;
	}
}


/* ------------------------------
  message下層
------------------------------ */

/* 下層共通
------------------------------ */

.message_box {
	position: relative;
	margin-bottom: 100px;
}

.message_box .wrap {
	padding: 50px 0;
	position: static;
}

.message_box .img {
	width: calc(50% - 110px);
	background-size: cover;
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 1;
}

.message_box.box01 .img {
	left: 0;
}

.message_box.box02 .img {
	right: 0;
}

.message_box .txt {
	width: 530px;
}

.message_box.box01 .txt {
	margin-left: auto;
}

.message_box.box02 .txt {
	margin-right: auto;
}



/* message_ceo,message_hr
------------------------------ */

.message_ceo {
	margin-bottom: 150px;
}

.message_hr {
	margin-bottom: 220px;
}

.message_ceo .intro,
.message_hr .intro {
	margin-bottom: 50px;
}

.message_ceo .message_box .txt p,
.message_hr .message_box .txt p {
	letter-spacing: 0;
}

.message_ceo .message_box .txt p span,
.message_hr .message_box .txt p span {
	font-weight: bold;
	color: #3d4975;
}

.message_ceo .message_box .txt p + p,
.message_hr .message_box .txt p + p {
	margin-top: 1.3em;
}

/*message_ceo*/

.message_ceo .box02 .img {
	background-image: url(../img/recruit/message/ceo/ceo_img01.jpg);
	background-position: center top 22%;
}

.message_ceo .box01 .img {
	background-image: url(../img/recruit/message/ceo/ceo_img02.jpg);
	background-position: left center;
}

/*message_hr*/

.message_hr .box02 .img {
	background-image: url(../img/recruit/message/hr/hr_img01.jpg);
	background-position: left top;
}

.message_hr .box01 .img {
	background-image: url(../img/recruit/message/hr/hr_img02.jpg);
	background-position: left top;
}

.message_hr .box03 .img {
	background-image: url(../img/recruit/message/hr/hr_img03.jpg);
	background-position: right top;
}


/* message01～message06
------------------------------ */

#pagettl.message_under .txt_pagettl .icon {
	margin-top: 20px;
	margin-bottom: 0;
}

#pagettl.message_under .txt_pagettl .icon img {
	width: auto;
	height: 30px;
}

.message_under {
	margin-bottom: 220px;
}

.message_under .intro_img {
	position: relative;
	margin-bottom: 100px;
}

.message_under .intro_img > div {
	position: absolute;
	left: 0;
	bottom: 52px;
}

.message_under .intro_img .img {
	width: 700px;
	margin-left: auto;
}

.message_under .intro_img .img img {
	width: 100%;
}

.message_under .intro_img .name_box {
	margin-bottom: 30px;
	display: flex;
	align-items: flex-end;
}

.message_under .intro_img .name_box .num {
	margin-right: 12px;
	margin-bottom: 3px;
}

.message_under .intro_img .name_box .name {
	font-size: 2.8rem;
	font-weight: bold;
}

.message_under .intro_img .name_box .name span {
	display: block;
	font-size: 1.4rem;
	line-height: 1;
}

.message_under .intro_img .name_box .name .en {
	letter-spacing: 0.05em;
}

.message_under .intro_img .catch {
	padding: 30px 28px;
	background-color: #222;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

.message_under .message_box .q_txt {
	font-weight: bold;
	font-size: 1.8rem;
	padding-left: 34px;
	position: relative;
	margin-bottom: 18px;
}

.message_under .message_box .q_txt:before {
	content: "";
	width: 22px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/recruit/message/icon_q.png) no-repeat center center/ 22px auto;
}

.message_under .message_box .a_ttl {
	font-size: 1.8rem;
	line-height: 1.55;
	font-weight: bold;
	color: #3d4975;
}

.message_under .message_box p {
	letter-spacing: 0;
}

.message_under .message_box p + .q_txt {
	margin-top: 40px;
}

/*message01*/

.message01 .intro_img .num {
	width: 78px;
}

.message01 .intro_img .catch {
	letter-spacing: 0;
}

.message01 .box01 .img {
	background-image: url(../img/recruit/message/message01/message01_img02.jpg);
	background-position: left center;
}

.message01 .box02 .img {
	background-image: url(../img/recruit/message/message01/message01_img03.jpg);
	background-position: left center;
}

/*message02*/

.message02 .intro_img .num {
	width: 89px;
}

.message02 .box01 .img {
	background-image: url(../img/recruit/message/message02/message02_img02.jpg);
	background-position: left center;
}

.message02 .box02 .img {
	background-image: url(../img/recruit/message/message02/message02_img03.jpg);
	background-position: left center;
}

/*message02_2*/

.message02_2 .intro_img .num {
	width: 89px;
}

.message02_2 .box01 .img {
	background-image: url(../img/recruit/message/message02_2/message02_img02.jpg);
	background-position: left center;
}

.message02_2 .box02 .img {
	background-image: url(../img/recruit/message/message02_2/message02_img03.jpg);
	background-position: left center;
}

.message02_2 .box03 .img {
	background-image: url(../img/recruit/message/message02_2/message02_img04.jpg);
	background-position: left center;
}


/*message03*/

.message03 .intro_img .num {
	width: 91px;
}

.message03 .box01 .img {
	background-image: url(../img/recruit/message/message03/message03_img02.jpg);
	background-position: right top;
}

.message03 .box02 .img {
	background-image: url(../img/recruit/message/message03/message03_img03.jpg);
	background-position: left center;
}

/*message04*/

.message04 .intro_img .num {
	width: 92px;
}

.message04 .intro_img .catch {
	padding: 16px 28px;
}

.message04 .box01 .img {
	background-image: url(../img/recruit/message/message04/message04_img02.jpg);
	background-position: left center;
}

.message04 .box02 .img {
	background-image: url(../img/recruit/message/message04/message04_img03.jpg);
	background-position: left center;
}

/*message04_2*/

.message04_2 .intro_img .num {
	width: 92px;
}

.message04_2 .intro_img .catch {
	padding: 16px 28px;
}

.message04_2 .box01 .img {
	background-image: url(../img/recruit/message/message04_2/message04_2_img02.jpg);
	background-position: left center;
}

.message04_2 .box02 .img {
	background-image: url(../img/recruit/message/message04_2/message04_2_img03.jpg);
	background-position: left center;
}

/*message05*/

.message05 .intro_img .num {
	width: 90px;
}

.message05 .box01 .img {
	background-image: url(../img/recruit/message/message05/message05_img02.jpg);
	background-position: left center;
}

.message05 .box02 .img {
	background-image: url(../img/recruit/message/message05/message05_img03.jpg);
	background-position: left center;
}

/*message06*/

.message06 .intro_img .num {
	width: 90px;
}

.message06 .box01 .img {
	background-image: url(../img/recruit/message/message06/message06_img02.jpg);
	background-position: left center;
}

.message06 .box02 .img {
	background-image: url(../img/recruit/message/message06/message06_img03.jpg);
	background-position: center center;
}


/*message07*/

.message07 .intro_img .num {
	width: 90px;
}

.message07 .box01 .img {
	background-image: url(../img/recruit/message/message07/message07_img02.jpg);
	background-position: left center;
}

.message07 .box02 .img {
	background-image: url(../img/recruit/message/message07/message07_img03.jpg);
	background-position: right center;
}

.message07 .box03 .img {
	background-image: url(../img/recruit/message/message07/message07_img04.jpg);
	background-position: right center;
}

@media screen and (min-width: 769px) {
	.message07 .box03 .wrap {
		padding: 120px 0;
	}
}

/*message08*/

.message08 .intro_img .num {
	width: 90px;
}

.message08 .box01 .img {
	background-image: url(../img/recruit/message/message08/message08_img02.jpg);
	background-position: left center;
}

.message08 .box02 .img {
	background-image: url(../img/recruit/message/message08/message08_img03.jpg);
	background-position: right center;
}

.message08 .box03 .img {
	background-image: url(../img/recruit/message/message08/message08_img04.jpg);
	background-position: left top;
}

@media screen and (min-width: 769px) {
	.message08 .box03 .wrap {
		padding: 120px 0;
	}
}

/*message09*/

.message09 .intro_img .num {
	width: 90px;
}

.message09 .box01 .img {
	background-image: url(../img/recruit/message/message09/message09_img02.jpg);
	background-position: left center;
}

.message09 .box02 .img {
	background-image: url(../img/recruit/message/message09/message09_img03.jpg);
	background-position: right center;
}

.message09 .box03 .img {
	background-image: url(../img/recruit/message/message09/message09_img04.jpg);
	background-position: left top;
}

@media screen and (min-width: 769px) {
	.message09 .box03 .wrap {
		padding: 120px 0;
	}
}



@media screen and (min-width: 769px) {
	.ie .message_under .message_box .q_txt:before {
		top: -4px;
	}
}

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

	/* 下層共通
	------------------------------ */
	.message_box {
		margin-bottom: 50px;
	}

	.message_box .wrap {
		padding: 0 5%;
		position: relative;
	}

	.message_box .img {
		position: static;
		width: 100%;
		height: 60vw;
		margin-bottom: 25px;
	}

	.message_box .txt {
		width: 100%;
	}



	/* message_ceo,message_hr
	------------------------------ */
	.message_ceo {
		margin-bottom: 75px;
	}

	.message_hr {
		margin-bottom: 110px;
	}

	.message_ceo .intro,
	.message_hr .intro {
		margin-bottom: 25px;
	}

	.message_ceo .message_box .txt p + p,
	.message_hr .message_box .txt p + p {
		margin-top: 1em;
	}

	/*message_ceo*/
	.message_ceo .box02 .img {
		/*		background-position: center;*/
	}

	.message_ceo .box01 .img {
		background-position: left center;
	}

	/*message_hr*/
	.message_hr .box02 .img {
		background-position: left top;
	}


	/* message01～message06
	------------------------------ */
	#pagettl.message_under .txt_pagettl .icon {
		margin-top: 10px;
	}

	#pagettl.message_under .txt_pagettl .icon img {
		height: 15px;
	}

	.message_under {
		margin-bottom: 110px;
	}

	.message_under .intro_img {
		margin-bottom: 50px;
	}

	.message_under .intro_img > div {
		position: static;
		left: 0;
		bottom: -50px;
	}

	.message_under .intro_img .img {
		width: 100%;
		margin-bottom: 10px;
	}

	.message_under .intro_img .img img {
		width: 100%;
	}

	.message_under .intro_img .name_box {
		margin-bottom: 10px;
	}

	.message_under .intro_img .name_box .num {
		margin-right: 8px;
		margin-bottom: 2px;
	}

	.message_under .intro_img .name_box .name {
		font-size: 2rem;
	}

	.message_under .intro_img .name_box .name span {
		font-size: 1rem;
	}

	.message_under .intro_img .catch {
		padding: 15px;
		font-size: 1.5rem;
	}

	.message_under .message_box .q_txt {
		font-size: 1.5rem;
		padding-left: 20px;
		margin-bottom: 10px;
	}

	.message_under .message_box .q_txt:before {
		width: 13px;
		height: 21px;
		background: url(../img/recruit/message/icon_q.png) no-repeat center top/ 13px auto;
	}

	.message_under .message_box .a_ttl {
		font-size: 1.4rem;
	}

	.message_under .message_box p + .q_txt {
		margin-top: 20px;
	}

	/*message01*/
	.message01 .intro_img .num {
		width: 54px;
	}

	.message01 .box01 .img {
		background-position: left center;
	}

	.message01 .box02 .img {
		background-position: left center;
	}

	/*message02*/
	.message02 .intro_img .num {
		width: 62px;
	}

	.message02 .box01 .img {
		background-position: left center;
	}

	.message02 .box02 .img {
		background-position: left top 35%;
	}

	/*message03*/
	.message03 .intro_img .num {
		width: 63px;
	}

	.message03 .box01 .img {
		background-position: right top;
	}

	.message03 .box02 .img {
		background-position: left center;
	}

	/*message04*/
	.message04 .intro_img .num {
		width: 64px;
	}

	.message04 .intro_img .catch {
		padding: 15px;
	}

	.message04 .box01 .img {
		background-position: left center;
	}

	.message04 .box02 .img {
		background-position: left center;
	}

	/*message05*/
	.message05 .intro_img .num {
		width: 63px;
	}

	.message05 .box01 .img {
		background-position: left center;
	}

	.message05 .box02 .img {
		background-position: left center;
	}

	/*message06*/
	.message06 .intro_img .num {
		width: 63px;
	}

	.message06 .box01 .img {
		background-position: left center;

	}

	.message06 .box02 .img {
		background-position: right center;
	}
}