@charset "UTF-8";

/********************************
 * Recruit Site Responsive Style*
 * Brakepoints are
 * NormalSize　         （PC　1024-1679px）
 * SmallSmallSize　     （PC　768px）(max-width: 768px)
 * SmallSmallSmallSize　（SP　320px）(max-width: 320px)
 * Author:  MonotaRO

/******************************************************************

/*----- Start for PC (default) -----*/

/********************************
mv
********************************/
.HeroHeadlineBox {
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	margin: auto;
	padding-top: 60px;
	transform: translate(50%, -50%);
}

.HeroHeadlineTitle--culture {
	position: static;
	transform: none;
	display: block;
	margin-bottom: 8px;
	white-space: nowrap;
}

.HeroHeadlineTitle--sub {
	font-size: 21px;
}

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

/*見出しタイトルのエリア調整用*/
.Section__HeaderArea{
	text-align: center;
	margin-bottom: 40px;
}

.Section__HeaderArea--Other{
	text-align: left;
	padding-top: 64px;
	margin-bottom: 0;
}

/*見出しタイトル１*/
.Section__HeaderTitle{
	text-align: center;
	font-size: 33px;
	line-height: normal;
	letter-spacing: 1.65px;
	position: relative;
	display: inline-block;
	padding: 8px;
	font-weight: 700;
}

.Section__HeaderTitle::before{
	content: '';
	position: absolute;
	bottom: -3px;
	right: 50%;
	background: #053C5E;
	height: 5px;
	width: 60px;
}

.Section__HeaderTitle::after{
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	background: #D51B28;
	height: 5px;
	width: 60px;
}

.Section__HeaderTitle--Other::before{
	right: 96px;
}

.Section__HeaderTitle--Other::after{
	left: 8px;
}


/*見出しタイトル２*/
.Section__Title {
	z-index: 1;
	position: relative;
	margin-bottom: 48px;
	color: #111;
	font-family: "游ゴシック Medium", sans-serif;
	font-size: 33px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1.65px;
}

.Section__Title::after {
	content: "";
	display: block;
	width: 96px;
	height: 5px;
	margin: 16px auto 0;
	background: linear-gradient(90deg, #D51B28 0%, #D51B28 8%, #C664FF 25%, #1ABC9C 47%, #95E2FF 63%, #FFDC68 78%, #D51B28 100%);
}


/*強調文字*/
.Section__Strong {
	color: #d51b28;
	font-style: normal;
}

/*ボタン*/
.Culture__ButtonArea{
	text-align: center;
    margin-top: 40px;
}

.Culture__Button{
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 16px 0px 16px 0px;
	border-radius: 2px;
	transition: -webkit-transform .2s ease 0s;
	transition: all 0.2s ease 0s;
	border: solid 1px #ccc;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
    line-height: normal;
	box-sizing: border-box;
	background-color: #FFF;
}

.Culture__Button:hover{
	transition-duration: 0.2s;
    background: #f5f5f5;
}

.Culture__Button::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 15px;
	bottom: 23px;
	transform: rotate(45deg);
	border: 1px solid #949494;
	border-bottom: transparent;
	border-left: transparent;
}

.Culture__Button--Conduct{
    max-width: 450px;
}

.Culture__Button--Diversity{
    max-width: 300px;
	margin: 0 auto 0 0;
}

.Culture__Button--Welcome{
    max-width: 300px;    
	margin: 0 0 auto 0;
}

.Culture__Button--Other{
    max-width: 400px;
}

.Culture__ButtonArea--Conduct{
	margin-top: 64px;
}

.Culture__ButtonArea--Other{
	text-align: center;
	margin: 0;
}

.Culture__Button--Other{
	display: block;
    position: relative;
    margin-right: auto;
    padding: 16px 0;
    border-radius: 2px;
    letter-spacing: 0.1em;
    transition: -webkit-transform .2s ease 0s;
    transition: all 0.2s ease 0s;
    border: solid 1px #ccc;
    max-width: 400px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
	margin: 0 0 auto 0;
}

.Culture__Button--Other::after{
	content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    background: url(//jp.images-monotaro.com/recruit/img/anotherTabIcon.svg) no-repeat center;
    background-size: contain;
	position: absolute;
    right: 15px;
    bottom: 23px;
	transform: none;
    border: none;
}

.Link__Text{
	text-decoration: underline;
}

.Link__Text:hover{
	text-decoration: none;
}

/********************************
カルチャートップ
********************************/

/* ページ内ナビ */
.PageNav {
	display: table;
	margin: 32px auto 72px;
}

.PageNav__Item {
	display: table-cell;
	padding: 0 18px;
	font-weight: bold;
}

.PageNav__Anchor {
	display: block;
	font-size: 14px;
}

.PageNav__Anchor::after {
	content: "";
	position: relative;
	top: -0.25ex;
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-top: -0.5ex;
	margin-left: 12px;
	border-top: 2px solid #d51b28;
	border-right: 2px solid #d51b28;
	transform: rotate(135deg);
	box-sizing: border-box;
}

.LeadText {
	width: 80%;
	max-width: 550px;
	margin: 0 auto 54px;
	text-align: center;
	font-size: 15px;
	line-height: 2;
}

/********************************
企業理念
********************************/
.PhilosophyBlock{
	margin-bottom: 88px;
}

.PhilosophyBlock__Title{
	color: #D51B28;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: normal;
	margin-bottom: 48px;
	text-align: center;
}

.PhilosophyBlock__Text{
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px; /* 187.5% */
	letter-spacing: 0.8px;
	margin-bottom: 32px;
}

.PhilosophyBlock__Text:last-child{
	margin-bottom: 0;
}

/********************************
行動規範
********************************/
.ConductBlock{
	margin-bottom: 120px;
}

.ConductBlock__MainText{
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: normal;
	margin-bottom: 40px;
}

.ConductBlock__List{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-start;
}

.Conduct__Item{
	width: 50%;
	max-width: 460px;
	margin-bottom: 40px;
}

.ConductList__Item:last-child{
	margin-bottom: 0;
}

.Conduct__Item:last-child,.Conduct__Item:nth-last-child(2):nth-child(odd) {
	margin-bottom: 0;
}

.Conduct__Title{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	border-top: 3px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 16px;
	padding: 16px 0px;
	position: relative;
}

.Conduct__Title::before{
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	background: #D51B28;
	height: 3px;
	width: 28.75px;
}

.Conduct__Text{
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px; /* 187.5% */
}

/********************************
MoRE！のコンセプト
********************************/
.MoreBlock{
	margin-bottom: 72px;
}

.LeadText--More {
	margin: 32px auto;
	width: calc(100% - 32px);
	max-width: 610px;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.8px;
}

.More__Logo {
	margin: 0 auto 32px;
	width: 332px;
}

.MoreLogo__Image {
	width: 100%;
	height: auto;
}

.MoreSlogan {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.MoreSlogan li {
	width: 30%;
	margin-bottom: 0px;
}

.MoreSlogan li:last-child{
	margin-bottom: 0px;
}

.MoreSlogan li::before {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 8px;
	border-radius: 50%;
	background: #d51b28;
	color: #fff;
	text-align: center;
	line-height: 23px;
}

.MoreSlogan li:nth-of-type(1)::before { content: '1'; }
.MoreSlogan li:nth-of-type(2)::before { content: '2'; }
.MoreSlogan li:nth-of-type(3)::before { content: '3'; }

.MoreSlogan--More li {
	margin-bottom: 24px;
}

.MoreSlogan__Text {
	font-size: 14px;
	line-height: 1.65;
	font-weight: normal;
	margin-top: 16px;
}

/********************************
MoRE！に込めた意志
********************************/
.IntentionBlock{
	margin-bottom: 96px;
}
.IntentionBlock__Text {
	font-size: 15px;
	line-height: 1.65;
}

.IntentionBlock__List{
	margin-top: 48px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-start;
}

.Intention__Item {
	max-width: 460px;
	width: 50%;
}

.Intention__Title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	border-top: 3px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 24px;
	padding: 16px 0px;
	position: relative;
	display: flex;
}

.Intention__TitleArea--last{
	margin-left: 16px;
}

.Intention__Title::before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	background: #D51B28;
	height: 3px;
	width: 29px;
}

.IntentionListTitle__Ruby {
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.75px;
	display: inline-block;
	margin: 0px 0px 4px;
	display: block;
}

.Intention__Text {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px; /* 187.5% */
	letter-spacing: 0.8px;
}

/********************************
ダイバーシティ＆インクルージョン
********************************/
.DiversityBlock{
    padding-bottom: 72px;
	margin-bottom: 104px;
}

.DiversityBlock__ImageBox{
	position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: -1;
}

.DiversityBlock__Image{
	max-width: 100%;
	width: 100%;
	height: 380px;
	object-fit: cover;
}

.Section__Title--Diversity{
	margin-bottom: 0px;
	padding-top: 40px;
	text-align: left;
	font-size: 28px;
}

.Section__Title--Diversity::after {
	margin: 8px auto 0 0;
}

.Diversity__Box{
	background-color: #FFF;
	max-width: 640px;
	padding: 32px 32px 32px 0px;
}

.Diversity__Text{
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}


/********************************
	福利厚生制度・教育制度
********************************/

.BenefitsBlock__MainImage{
	max-width: 100%;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.content--BenefitsBlock{
	position: relative;
    top: -88px;
    background-color: #FFF;
    padding: 56px 0px 0px 0px;
	box-sizing: border-box;
}

.BenefitsBlock__MainText{
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.8px;
	margin-bottom: 40px;
}

.BenefitsBlock__Title{
    position: relative;
	font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    border-top: 3px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 24px;
    padding: 16px 0px;
}

.BenefitsBlock__Title::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    background: #D51B28;
    height: 3px;
    width: 60px;
}

.BenefitsBlock__FlexBox{
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
}

.Benefits__Item{
    max-width: 448px;
    width: 50%;
}

/*ライフイベント*/

.BenefitsBlock__MainText--Event{
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.8px;
	margin-bottom: 32px;
}

/*万が一のときのセーフティライン*/
.Benefits__Item--Study{
	width: 50%;
	font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
}

.Benefits__Item--Health:nth-child(even){
	margin-bottom: 0;
}

.Benefits__Item--Work{
	margin-bottom: 40px;
}

.Benefits__Item--Work:last-child{
	margin-bottom: 0;
}

.Benefits__Title{
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.8px;
	border-bottom: solid 1px #ccc;
	padding: 8px 0;
	margin: 8px 0;
}

.Benefits__Title--flex{
	display: flex;
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.Benefits__Text{
	font-size: 16px;
	font-weight: 500;
	line-height: 30px; /* 187.5% */
}

.Benefits__Text--Ml{
	margin-left: 8px;
}

.Benefits__Text--Note{
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	margin-top: 16px;
}

.Benefits__EmploymentType{
	font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 2px 5px;
	margin-right: 8px;
	width: 96px;
	height: 21px;
    text-align: center;
}

.Benefits__EmploymentType--A{
    background-color: #FBE9EA;
}

.Benefits__EmploymentType--B{
    background-color: #E6F4FA;
}

.Benefits__ItemList{
	font-size: 16px;
	font-weight: 500;
	line-height: 30px; /* 187.5% */
	margin: 4px 0px 4px 8px;
}

.BenefitsBlock__List{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}


.BenefitsBlock__List--Block{
	display: block;
}


.BenefitsBlock__Box{
	margin-bottom: 80px;
}

.BenefitsBlock__Box:last-child{
	margin-bottom: 0px;
}

/*休暇に関する制度*/
.Benefits__Item--Vacation{
	margin-bottom: 40px;
}

.Benefits__Item--Vacation:last-child{
	width: 100%;
	max-width: 100%;
	margin-bottom: 0px;
}

.BenefitsBlock__List--Vacation{
    margin-top: 16px;
}

/*ライフイベントに関する制度*/
.Benefits__Item--Event{
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 16px;
	letter-spacing: 0.2px;
}

.Benefits__Item--Event:last-child{
	margin-bottom: 0;
}


/*健康に関する制度*/
.Benefits__Item--Health{
	width: 54%;
	max-width: 510px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 16px;
	letter-spacing: 0.2px;
}

.Benefits__Item--Health:last-child{
	margin-bottom: 0;
}

.Benefits__Item--Health:nth-child(even){
	width: 46%;
	max-width: 440px;
}

/*ウェルカムバック制度*/
.BenefitsBlockBox__Image--Welcome{
	max-width: 428px;
	width: 48%;
}

.BenefitsBlock__TextArea{
	width: 49%;
    max-width: 492px;
}

.BenefitsBlock__Image--Welcome{
	max-width: 100%;
	height: auto;
}

/*コミュニケーションサポート制度*/
.Benefits__Item--Support{
	width: 100%;
	max-width: 100%;
	font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
}

.Benefits__Item--Support:last-child{
	margin-bottom: 0;
}

/*万が一のときのセーフティライン*/
.Benefits__Item--Safty{
	margin-bottom: 16px;
}

.OtherBlock{
	position: relative;
    margin-bottom: 140px;
}

.OtherBlock__TextArea{
	background-color: #FFF;
	padding: 32px 32px 32px 0px;
	max-width: 590px;
}

.OtherBlock__Text{
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 32px;
}

.OtherBlock__ImageBox{
	position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: -1;
}

.OtherBlock__Image{
	max-width: 100%;
    width: 100%;
    height: 560px;
    object-fit: cover;
}

/******************************************************************
/*----- Start SP SmallSize　(max-width: 768px以下) -----*/

@media screen and (max-width: 768px) {	
	/********************************
  	mv
	********************************/
	.HeroHeadlineTitle--culture {
	  margin-bottom: 2px;
	  font-size: 39px;
	}
	.HeroHeadlineTitle--sub {
	  font-size: 23px;
	}

	/********************************
	共通
	********************************/
	.PageNav, .BrPC, .BrSP320 {
        display: none;
    }

	.Section__HeaderArea{
		margin-bottom: 32px;
	}

	.Section__HeaderArea--Other{
		padding-top: 0;
		text-align: center;
		margin-bottom: 40px;
	}

	.Section__HeaderTitle{
		font-size: 2rem;
	}

	.Section__HeaderTitle::before{
		right: 50%;
	}

	.Section__HeaderTitle:after{
		left: 50%;
	}

	.Section__HeaderArea--Benefits{
		margin-bottom: 40px;
	}

	.Section__HeaderArea--Other::before{
		right: 50%;
	}
	
	.Section__HeaderArea--Other::after{
		left: 50%;
	}

	.Section__Title {
		margin-bottom: 24px;
		font-size: 1.875rem;
	}

	.Section__Title--Diversity{
		font-size: 1.35rem;
		padding-top: 24px;
		text-align: center;
	}

	.Section__Title--Diversity::after{
		margin: 8px auto 0;
	}

	.Culture__ButtonArea{
		margin-top: 24px;
	}

	.Culture__ButtonArea--Conduct{
		margin-top: 32px;
	}

	.Culture__Button{
		max-width: 480px;
		margin: 0 auto;
		font-size: 1.125rem;
	}

	/********************************
	企業理念
	********************************/
	
	.PhilosophyBlock{
		margin-bottom: 40px;
		padding-top: 40px;
	}

	.PhilosophyBlock__Title{
        font-size: 1.4rem;
		margin-bottom: 32px;
	}

	.PhilosophyBlock__Text{
		font-size: 1.0625rem;
		line-height: 1.8;
		margin-bottom: 24px;
	}

	/********************************
	/* 行動規範 
	********************************/

	
	.ConductBlock{
		margin-bottom: 64px;
	}

	.ConductBlock__MainText{
		font-size: 1.125rem;
		margin-bottom: 24px;
	}

	.ConductBlock__List{
		display: block;
	}

	.Conduct__Item{
		width: 100%;
		max-width: 100%;
	}

	.Conduct__Item:last-child,.Conduct__Item:nth-last-child(2):nth-child(odd) {
		margin-bottom: 40px;
	}

	.Conduct__Item:last-child{
		margin-bottom: 0;
	}

	.Conduct__Title{
		font-size: 1.25rem;
		margin-bottom: 16px;
		padding: 12px 0px;
	}

	.Conduct__Text{
		font-size: 1.0625rem;
	}

	.ConductList__Item{
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.6;
        margin-bottom: 8px;
	}

	/********************************
	MoRE！のコンセプト
	********************************/
	.MoreBlock{
		margin-bottom: 64px;
	}

	.LeadText--More {
		margin: 24px auto;
		width: calc(100% - 24px);
		font-size: 1.125rem;
	}

	.More__Logo {
		margin: 0 auto 24px;
	}

	.MoreSlogan--More {
		margin: 24px 0 0 0;
		font-size: 1.125rem;
	}

	.MoreSlogan--More li {
		margin-bottom: 16px;
	}

	.MoreSlogan__Text {
		margin-top: 8px;
	}

	/********************************
	MoRE！に込めた意志
	********************************/
	.IntentionBlock{
		margin-bottom: 64px;
	}
	.IntentionBlock__Text {
		font-size: 1.0625rem;
	}

	.IntentionBlock__List{
		margin-top: 32px;
	}

	.Intention__Item {
		width: 100%;
		max-width: 100%;
		margin-bottom: 24px;
	}

	.Intention__Item:last-child{
		margin-bottom: 0;
	}

	.Intention__Title {
		font-size: 1.125rem;
		padding: 12px 0;
		margin-bottom: 16px;
	}

	.Intention__Title::before {
		content: '';
		position: absolute;
		top: -3px;
		left: 0;
		background: #D51B28;
		height: 3px;
		width: 60px;
	}

	.Intention__Text {
		font-size: 1.0625rem;
		line-height: 1.8;
	}

	.IntentionListTitle__Ruby{
		font-size: 0.75rem;
	}

	/* MOre!について */
	.MoreSlogan {
		gap: 16px;
	}

	.MoreSlogan li {
		width: 100%;
		margin-bottom: 16px;
	}

	/* ダイバーシティ＆インクルージョン */
	.DiversityBlock{
		padding-bottom: 0px;
		margin-bottom: 64px;
	}

	.DiversityBlock__ImageBox{
		width: 100%;
		position: relative;
	}

	.DiversityBlock__Image{
		width: 100%;
		height: auto;
	}

	.Diversity__Box{
		padding: 0px;
	}

	.Diversity__Text{
		font-size: 1.0625rem;
		line-height: 1.6;
	}

	/********************************
		福利厚生制度・教育制度
	********************************/
	.BenefitsBlock__MainImage{
		height: auto;
	}

	.BenefitsBlock{
		margin-bottom: 0px;
	}

	.Section__HeaderTitle--Benefits{
		font-size: 1.5rem;
	}

	.content--BenefitsBlock{
		top: -40px;
		padding: 24px 0px 0px 0px;
	}

	.BenefitsBlock__MainText{
		font-size: 1.0625rem;
		line-height: 1.8;
		margin-bottom: 24px;
		text-align: left;
	}

	.BenefitsBlock__Title{
		font-size: 1.25rem;
		margin-bottom: 16px;
		padding: 12px 0px;
	}

	.BenefitsBlock__Box{
		margin-top: 8px;
		margin-bottom: 40px;
		gap: 24px;
	}

	.BenefitsBlock__FlexBox{
		flex-direction: column-reverse;
	}

	.Benefits__Title{
		font-size: 1.125rem;
	}

	.Benefits__Title--flex{
		display: block;
	}

	.BenefitsBlockBox__Image--Welcome{
		width: 100%;
		max-width: 100%;
	}

	.BenefitsBlock__TextArea{
		width: 100%;
		max-width: 100%;
		margin-top: 24px;
	}

	.Benefits__Item{
		width: 100%;
		max-width: 100%;
		font-size: 1.125rem;
	}

	.Benefits__Text{
		font-size: 1.0625rem;
        line-height: 1.8;
	}

	.Benefits__Text--Note{
		font-size: 0.9375rem;
		margin-top: 8px;
	}

	.Benefits__Text--Ml{
		margin-left: 0px;
		margin-top: 8px;
		display: block;
	}

	.Benefits__EmploymentType{
		display: block;
        font-size: 0.9375rem;
        margin-right: 0px;
        width: 80px;
		height: auto;
		margin-bottom: 8px;
	}

	.Benefits__ItemList{
		font-size: 1.0625rem;
		line-height: 1.6;
	}

	.Benefits__Item--Vacation{
		margin-bottom: 24px;
	}

	.Benefits__Item--Work{
		margin-bottom: 24px;
	}

	.Benefits__Item--Event{
		font-size: 1.125rem;
		margin-bottom: 16px;
	}

	.Benefits__Item--Health{
		width: 100%;
		max-width: 100%;
	}
	
	.Benefits__Item--Health:nth-child(even){
		width: 100%;
		max-width: 100%;
		margin-bottom: 16px;
	}
	
	.Benefits__Item--Study{
		margin-bottom: 16px;
	}

	.Benefits__Item--Study:last-child{
		margin-bottom: 0;
	}

	.OtherBlock{
		position: relative;
        padding-bottom: 0;
        margin-bottom: -4px;
	}

	.OtherBlock__TextArea{
		padding: 0px;
	}

	.OtherBlock__Text{
		font-size: 1.0625rem;
		line-height: 1.8;
		margin-bottom: 24px;
	}

	.OtherBlock__ImageBox{
		width: 100%;
		max-width: 100%;
        position: relative;
		margin-top: 32px;
	}

	.OtherBlock__Image{
		width: 100%;
		height: auto;
	}
}

/******************************************************************************************/
/*----- Start SP SmallSmallSize　(max-width: 600px以下) -----*/

  	/********************************
  	mv
	********************************/
  @media screen and (max-width: 600px) {

	.HeroHeadlineTitle--culture {
	  margin-bottom: 2px;
	  font-size: 23px;
	}
	.HeroHeadlineTitle--sub {
	  font-size: 18px;
	}
}

/******************************************************************************************/
/*----- Start SP SmallSmallSmallSize　(max-width: 320px以下) -----*/
@media screen and (max-width: 320px) {
  
	/********************************
  	mv
	********************************/
	.HeroHeadlineBox {
	  padding-top: 0;
	}
	.HeroHeadlineTitle--sub {
	  font-size: 15px;
	}
}  



