@charset "utf-8";

body {
	margin: 0;
	background: white;
	font-size: .8em;
	font-family: -apple-system, BlinkMacSystemFont, MyYuGothicM, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	color: #1a1a1a;
}

header,
footer,
main,
section,
div,
ul,
ol,
li,
dl,
dt,
dd {
	box-sizing: border-box;
}

ul {
	list-style-type: none;
	padding-left: 0;
}

a {
	text-decoration: none;
}

img {
	/*width: 100%;*/
	vertical-align: bottom;
}

.font1 {
	font-family: 'Oswald', sans-serif;
}

br.pc,
span.pc {
	display: none;
}

@media (min-width: 768px) {
	body {
		font-size: .875em;
	}

	br.sp {
		display: none;
	}

	br.pc,
	span.pc {
		display: inline-block;
	}
}

/* .header */
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 3px;
	padding-right: 18px;
}

@media (min-width: 768px) {
	.header {
		max-width: 1160px;
		margin: 0 auto;
	}

	html:lang(en) .header {
		padding-left: 5px;
	}
}

/* .headerSymbol */
.headerSymbol .title {
	margin: 0;
}

.headerSymbol a {
	padding: 10px 0;
	display: inline-block;
}

.headerSymbol img {
	width: 200px;
	height: 56.61px;
}

html:lang(en) .headerSymbol img {
	width: 170px;
	height: 74.97px;
}

@media (min-width: 768px) {
	.headerSymbol img {
		width: 280px;
		height: 79.25px;
	}

	html:lang(en) .headerSymbol img {
		width: 220px;
		height: 97.02px;
	}
}

/* .headerNav */
.headerNav .list {
	display: flex;
}

.headerNav_item {
	text-transform: uppercase;
}

.headerNav_item:first-child::after {
	content: "/";
	padding-left: .7em;
	padding-right: .7em;
}

.headerNav_item a {
	color: #b2b2b2;
}

.headerNav_item a:hover,
.headerNav_item-stateActive a {
	color: #1a1a1a;
}

.headerNav_item-stateActive a {
	cursor: default;
}

@media (max-width: 767px) {
	.headerNav_item.ja a::after {
		content: "JP";
	}

	.headerNav_item.en a::after {
		content: "EN";
	}

	.headerNav_item-stateActive a::after {
		padding-bottom: .3em;
		border-bottom: 2px solid;
		color: #1a1a1a;
	}
}

/* .mainVisual */
.mainVisual {
	position: relative;
	padding-top: 62.5%;
}

.mainVisual_body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("../imgs/main_visual_sp.jpg") center no-repeat;
	background-size: cover;
}

@media (min-width: 768px) {
	.mainVisual {
		padding: 0;
		height: 580px;
	}

	.mainVisual_body {
		background-image: url("../imgs/main_visual.jpg");
	}
}

/* boxNewsContainer */
.boxNewsContainer {
	text-align: center;
	background-color: #191919;
}

.boxNewsContainer_body {
	/*display: flex;*/
	/*align-items: center;*/
	padding: 10px 18px;
	/*max-width: 1124px;*/
	/*margin: 0 auto;*/
}

/*.boxNewsContainer_header .title {*/
/*margin: 0;*/
/*padding-right: 20px;*/
/*font-size: 1em;*/
/*font-weight: normal;*/
/*color: white;*/
/*}*/
.boxNewsContainer_body .text {
	margin: 0;
	min-height: 1em;
}

.boxNewsContainer_body .text a {
	position: relative;
	color: white;
	text-decoration: none;
}

.boxNewsContainer_body .text a::after {
	display: inline-block;
	content: "";
	width: 1em;
	height: 1em;
	margin-left: 0.3em;
	background: url(../imgs/icon_blank.png) left bottom no-repeat;
	background-size: 70%;
}

@media (min-width: 768px) {
	.boxNewsContainer_body {
		padding: 10px 18px;
	}

	/*.boxNewsContainer_header .title {*/
	/*padding-left: 85px;*/
	/*padding-right: 100px;*/
	/*}*/
	.boxNewsContainer_body .text a {
		text-decoration: underline;
	}

	.boxNewsContainer_body .text a:hover {
		text-decoration: none;
	}

	.boxNewsContainer_body .text a::after {
		margin-left: 0.5em;
		background-size: 92%;
	}

	.boxNewsContainer_body .text br {
		display: none;
	}
}

/* .boxContainer */
.box {
	background-color: #fbfbfb;
}

.boxContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 1160px;
	padding: 60px 18px;
	margin: 0 auto;
}

html:lang(en) .boxContainer_header {
	margin-bottom: 2.6em;
}

.boxContainer_header .title {
	margin-top: 0;
	margin-bottom: .2em;
	text-transform: uppercase;
	letter-spacing: .04em;
	line-height: 1.3;
	font-weight: normal;
	font-size: 2.5em;
	font-family: 'Oswald', sans-serif;
}

html:lang(en) .boxContainer_header .title {
	letter-spacing: .08em;
}

.boxContainer_header .stitle {
	margin-top: 0;
	margin-bottom: 2.5em;
}

.boxContainer_body-low {
	margin-top: 40px;
}

.boxContainer_body .lead {
	margin-top: 0;
	margin-bottom: 1.4em;
	font-size: 1.75em;
}

.boxContainer_body .text {
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: .4em;
	line-height: 2;
}

html:lang(en) .boxContainer_body .text {
	letter-spacing: .14em;
}

@media (min-width: 768px) {
	.boxContainer {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.boxContainer_header .title {
		font-size: 3.5em;
	}
}

.boxContainer_lead .text .big {
	font-size: 24px;
	letter-spacing: .04em;
	line-height: 1.5;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.boxContainer_lead .text {
	font-size: 1.3em;
}

/* box-philosophy */
.box-philosophy .boxContainer_body {
	margin-bottom: 2.6em;
}


/* .box-business */
.box-business {
	background-color: #f5f5f5;
}

.box-business .boxContainer_header {
	margin-bottom: .8em;
}

html:lang(en) .box-business .boxContainer_header {
	margin-bottom: 3.4em;
}

.box-business .mimaru {
	text-align: center;
}

.box-business .mimaru img {
	max-width: 70%;
}

@media (min-width: 768px) {
	.box-business .mimaru img {
		max-width: 100%;
		margin-bottom: 35px;
	}
}

/* .box-news */
.box-news .btn {
	width: 224px;
	margin: 20px auto 0;
	padding: 3px 0;
	background-color: #000;
	transition: .4s;
}

html:lang(en) .box-news .btn {
	width: 224px;
	margin: 20px auto 0;
	padding: 13px 0;
	background-color: #000;
	transition: .4s;
}

@media (min-width: 768px) {
	.box-news .btn:hover {
		opacity: .7;
	}
}

.box-news .btn .txt {
	color: #fff;
	margin: 0;
	padding-right: 35px;
}

@media (max-width: 767px) {
	.box-news .btn .txt {
		font-size: 14px;
	}
}

.box-news .btn .link {
	position: relative;
}

.box-news .btn .link::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	top: 10px;
	left: 67px;
	transform: rotate(-45deg);
}

.box-news .btn .link::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 14px;
	left: 45px;
}

html:lang(en) .box-news .btn {
	padding: 10px 0;
}

html:lang(en) .box-news .btn .link::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	top: 5px;
	left: 97px;
	transform: rotate(-45deg);
}

html:lang(en) .box-news .btn .link::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 9px;
	left: 75px;
}

/* .box-recruit */
.box-recruit {
	background-color: #f5f5f5;
}

html:lang(ja) .box-recruit .tel {
	position: relative;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 14%;
	letter-spacing: .16em;
	font-size: 1.3em;
	color: #1a1a1a;
}

html:lang(ja) .box-recruit .tel::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../imgs/icon_tel.png) left center no-repeat;
	background-size: 11%;
}

@media (min-width: 768px) {
	html:lang(ja) .box-recruit .tel {
		padding-left: 12%;
		font-size: 1.5em;
		pointer-events: none;
	}
}

.box-recruit .btn {
	width: 224px;
	margin: 20px auto 0;
	padding: 3px 0;
	background-color: #000;
	transition: .4s;
}

html:lang(en) .box-recruit .btn {
	width: 224px;
	margin: 20px auto 0;
	padding: 10px 0;
	background-color: #000;
	transition: .4s;
}

@media (min-width: 768px) {
	.box-recruit .btn:hover {
		opacity: .7;
	}
}

.box-recruit .btn .txt {
	color: #fff;
	margin: 0;
	padding-right: 35px;
}

html:lang(en) .box-recruit .btn .txt {
	color: #fff;
	margin: 0;
	font-size: 16px;
	padding: 0;
}

@media (max-width: 767px) {
	.box-recruit .btn .txt {
		font-size: 14px;
	}
}

.box-recruit .btn .link {
	position: relative;
	margin: 0;
	width: 100%;
}

.box-recruit .btn .link::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	top: 10px;
	left: 67px;
	transform: rotate(-45deg);
}

.box-recruit .btn .link::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 14px;
	left: 45px;
}

html:lang(en) .box-recruit .btn .link::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	top: 6px;
	left: 97px;
	transform: rotate(-45deg);
}

html:lang(en) .box-recruit .btn .link::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 10px;
	left: 75px;
}

/* .box-sustainability */
html:lang(en) .box-sustainability {
	background-color: #fbfbfb;
}

.box-sustainability .btn {
	width: 270px;
	margin: 20px auto 0;
	padding: 3px 0;
	background-color: #000;
	transition: .4s;
}

html:lang(en) .box-sustainability .btn {
	width: 224px;
	margin: 20px auto 0;
	padding: 10px 0;
	background-color: #000;
	transition: .4s;
}

@media (min-width: 768px) {
	.box-sustainability .btn:hover {
		opacity: .7;
	}
}

.box-sustainability .btn .txt {
	color: #fff;
	margin: 0;
	padding-right: 35px;
}

html:lang(en) .box-sustainability .btn .txt {
	color: #fff;
	margin: 0;
	font-size: 16px;
	padding: 0;
}

@media (max-width: 767px) {
	.box-sustainability .btn .txt {
		font-size: 14px;
	}
}

.box-sustainability .btn .link {
	position: relative;
	margin: 0;
	width: 100%;
}

.box-sustainability .btn .link::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	top: 10px;
	left: 92px;
	transform: rotate(-45deg);
}

.box-sustainability .btn .link::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 14px;
	left: 70px;
}

html:lang(en) .box-sustainability .btn .link::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	top: 6px;
	left: 97px;
	transform: rotate(-45deg);
}

html:lang(en) .box-sustainability .btn .link::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 10px;
	left: 75px;
}

/* .box-corporate */
.box-corporate {
	background-color: #f5f5f5;
}

html:lang(en) .box-corporate {
	background-color: #f5f5f5;
}

.box-corporate .data {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	line-height: 1.4;
}

html:lang(en) .box-corporate .data {
	letter-spacing: 0.08em;
}

.box-corporate .data dt,
.box-corporate .data dd {
	padding: .5em 15px;
	margin-bottom: 4px;
	text-align: left;
}

.box-corporate .data dt {
	flex-basis: 30%;
	max-width: 30%;
	background-color: #ececec;
}

html:lang(en) .box-corporate .data dt {
	background-color: #ececec;
}

.box-corporate .data dd {
	flex-basis: 70%;
	max-width: 70%;
	margin-left: 0;
	background-color: white;
}

@media (min-width: 768px) {
	.box-corporate .data {
		max-width: 600px;
	}

	.box-corporate .data dt,
	.box-corporate .data dd {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* .footerPageTop */
.footerPageTop {
	text-align: center;
	background-color: #191919;
}

.footerPageTop a {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 60px;
}

.footerPageTop a::before,
.footerPageTop a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 47.2%;
	width: 23px;
	height: 1px;
	background-color: white;
}

.footerPageTop a::before {
	transform: rotate(-30deg);
	margin-left: -9.5px;
}

.footerPageTop a::after {
	transform: rotate(30deg);
	margin-left: 9.5px;
}

@media (min-width: 768px) {
	.footerPageTop a:hover {
		opacity: .6;
	}
}

/* .footerNav */
.footerNav {
	padding: 0 5px 5px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 1.8em;
	font-size: .9em;
}

html:lang(en) .footerNav {
	letter-spacing: 0.08em;
}

.footerNav .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
}

.footerNav a {
	position: relative;
	display: block;
	padding: 10px;
	margin-bottom: 5px;
	color: #1a1a1a;
}

.footerNav_item a::after {
	content: "";
	position: absolute;
	left: 42%;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent;
}

.footerNav_item-stateActive a::after {
	border-color: transparent transparent #1a1a1a transparent;
}

@media (min-width: 768px) {
	.footerNav {
		margin-bottom: 1.2em;
	}

	.footerNav a {
		padding-left: 20px;
		padding-right: 20px;
	}

	.footerNav_item a:hover::after {
		border-color: transparent transparent #1a1a1a transparent;
	}
}

/* footerContainer */
.footerSymbol {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footerSymbol .ci {
	margin-bottom: 2.3em;
}

.footerSymbol .ci img {
	width: 200px;
	height: 77px;
}

html:lang(en) .footerSymbol .ci img {
	width: 220px;
	height: 76.44px;
}

.footerSymbol .dh {
	margin-bottom: 2.5em;
}

.footerSymbol .dh img {
	max-width: 163px;
}

.footerCopyright {
	border-top: 1px solid #dfdfdf;
	padding-top: .5em;
	margin-bottom: .8em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footerCopyright p {
	display: inline-block;
	font-size: 8px;
	transform: scale(.7);
	/*transform-origin: 100% 0;*/
	white-space: nowrap;
}

@media (min-width: 768px) {
	.footerSymbol {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1160px;
		margin: 0 auto;
		padding-left: 3px;
		padding-right: 18px;
	}

	.footerSymbol .ci,
	.footerSymbol .dh {
		margin-bottom: 0;
	}

	.footerCopyright {
		display: block;
		max-width: 1160px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;
		padding-left: 18px;
		border-top: 0;
	}

	.footerCopyright p {
		transform: scale(1);
	}
}

#publicnotice main {
	background-color: #fbfbfb;
	padding: 40px 0 170px;
}

#publicnotice .mainConts {
	letter-spacing: .2em;
	margin: 0 auto;
	max-width: 960px;
}


#publicnotice .mainTtl {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}


.boxConts {
	margin-top: 120px;
}

.boxConts--first {
	margin-top: 60px;
}

.boxConts .boxConts__header {
	background-color: #f2f2f2;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 60px;
	padding: 15px 0 15px 40px;
}

.boxConts li {
	border-bottom: 1px solid #979797;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	margin-left: 30px;
	/* padding-right: 50px; */
	position: relative;
}

.boxConts li:nth-child(n+2) {
	margin-top: 20px;
}

.boxConts li::before {
	content: "";
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	height: 7px;
	width: 7px;
	position: absolute;
	left: -25px;
	top: 35%;
}

/* .boxConts li::after {
	background-image: url(../imgs/icon-pdf.png);
	content: "";
	height: 16px;
	width: 39px;
	position: absolute;
	top: 2px;
	right: 0;
} */

.boxConts li a {
	color: #000;
	transition: .4s;
}

.boxConts li a:hover {
	opacity: .5;
}

.boxConts li a img {
	margin-left: 10px;
	margin-bottom: 2px;
}

.boxConts .boxConts__txt {
	font-size: 14px;
}

.boxConts .boxConts__txt--cs {
	color: #bfbebf;
}

@media (max-width: 960px) {
	#publicnotice .mainConts {
		padding: 0 25px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#publicnotice main {
		padding: 20px 0 80px;
	}

	#publicnotice .mainConts {
		margin: 0 auto 80px;
	}

	#publicnotice .mainTtl {
		font-size: 31px;
		font-weight: 600;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.boxConts {
		margin-top: 50px;
	}
	
	.boxConts--first {
		margin-top: 33px;
	}
	
	.boxConts .boxConts__header {
		background-color: #f2f2f2;
		font-size: 14px;
		font-weight: 600;
		line-height: 1;
		margin-bottom: 25px;
		padding: 12px 0 12px 25px;
	}
	
	.boxConts li {
		border: none;
		display: inline-block;
		font-size: 12px;
		line-height: 1.8333;
		margin-left: 20px;
		padding-right: 0;
		position: static;
	}
	
	.boxConts li:nth-child(n+2) {
		margin-top: 25px;
	}
	
	.boxConts li a::before {
		content: "";
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		transform: rotate(45deg);
		height: 7px;
		width: 7px;
		position: absolute;
		left: -25px;
		top: 10%;
	}
	
	/* .boxConts li a::after {
		background-image: url(../imgs/icon-pdf.png);
		content: "";
		height: 16px;
		width: 39px;
		position: absolute;
		top: 0;
		right: 0;
	} */

	.boxConts li::after {
		content: none;
	}
	
	.boxConts li a {
		color: #000;
		transition: .4s;
		border-bottom: 1px solid #979797;
		display: inline;
		/* padding-right: 45px; */
		padding-bottom: 3px;
		position: relative;
	}
	
	.boxConts li a:hover {
		opacity: .5;
	}

	.boxConts li a img {
		margin-left: 5px;
		margin-bottom: 3px;
	}	

	.boxConts .boxConts__txt {
		font-size: 12px;
	}

	.boxConts .boxConts__txt--cs {
		color: #bfbebf;
	}
}