@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&amp;subset=japanese:wght@400;500;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	line-height: 1;
	-webkit-text-size-adjust:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html{
    font-size : 62.5% ;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #505050;
	
}
._t-l-r {
	text-align: right !important;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
@media only screen and (min-width: 900px) {
	._sp {
		display: none;
	}
}
@media only screen and (max-width: 900px) {
	._pc {
		display: none;
	}
}

/* header */

header {
	padding: 25px 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	position: relative
}
header > nav > ul {
	display: flex;
	flex-wrap: wrap;
}
header > nav > ul > li{
	margin-right: 50px;
}
header > nav > ul > li:last-child{
	margin-right: 0;
}
header > nav > ul > li > a{
	color: #505050;
	text-decoration: none;
	display: block;
	position: relative;
	padding-bottom: 30px;
	letter-spacing: 0.1em;
	font-size: 1.6rem;
}
@media only screen and (max-width: 1140px) {
	header > .logo > a > img{
		width: 240px;
	}
	header > nav > ul > li{
		margin-right: 20px;
	}
	header > nav > ul > li > a{
		font-size: 1.4rem;
	}
}
header > nav > ul > li > a:hover:before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 4px;
	background: #E60F33;
	bottom: 0;
}
@media only screen and (min-width: 901px) {
	._philosophy header > nav > ul > li:nth-child(2) > a:before,
	._about header > nav > ul > li:nth-child(3) > a:before{
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 4px;
		background: #E60F33;
		bottom: 0;
	}
}
header > nav > ul > li:last-child > a:after{
	content: url("../img/common/ico-blank.svg");
	margin-left: 5px;
}
header > nav > ul > li:nth-child(2) > a:after,
header > nav > ul > li:nth-child(3) > a:after{
	content: url("../img/common/arrow-bottom.svg");
	margin-left: 7px;
}
header > nav > ul > li .child_menu {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 40px;
	background: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	visibility: hidden;
}
header > nav > ul > li:hover .child_menu {
	visibility: visible;
}
header > nav > ul > li .child_menu a{
	color: #fff;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-size: 1.6rem;
}
header > nav > ul > li .child_menu a:hover{
	color: #D2D2D2;
}
header > nav > ul > li .child_menu a:before{
	content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    display: inline-block;
}
header > nav > ul > li .child_menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media (min-width: 901px) and (max-width: 1340px) {
	header > nav > ul > li .child_menu a{
		font-size: 1.4rem;
	}
	header > nav > ul > li .child_menu{
		justify-content: flex-start;
	}
	header > nav > ul > li .child_menu > li{
		justify-content: flex-start;
		margin-right: 20px;
		margin-bottom: 20px;
	}
}
header > nav > ul > li .child_menu > li{
	margin-right: 50px;
}
header > nav > ul > li .child_menu > li:last-child{
	margin-right: 0;
}


/* footer */

footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: solid 1px #DBDBDB;
}
footer a:hover {
	opacity: 0.6;
	transition: 0.4s ;
}
footer > .logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 50px;
}
footer > .logo > div > a > img {
	width: 231px;
	height: auto;
}
footer > .logo > div > .copyright {
	font-size: 1.0rem;
	letter-spacing: 0.1em;
	padding-top: 10px;
}
footer > nav > ul > li > a {
	font-size: 1.2rem;
	color: #505050;
	text-decoration: none;
}
footer > nav {
	display: flex;
	padding: 40px 80px;
	border-left: solid 1px #DBDBDB;
	border-right: solid 1px #DBDBDB;
}
footer > nav > ul {
	margin-right: 80px;
}
footer > nav > ul:last-child {
	margin-right: 0;
}
footer > nav > ul > li{
	margin-bottom: 15px;
}
footer > nav > ul > li:last-child{
	margin-bottom: 0;
}
footer > nav > ul > li > a:before{
	content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    display: inline-block;
}
footer > .link {
	padding-top: 40px;
	padding-right: 50px;
}
footer > .link > a{
	font-size: 1.4rem;
	color: #505050;
	text-decoration: none;
}
footer > .link > a:after{
	content: url("../img/common/ico-blank.svg");
	margin-left: 5px;
}



/*ハンバーガーメニュ*/

.btn-trigger {
  position: relative;
  width: 20px;
  height: 12px;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E60F33;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
.btn-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}

@media only screen and (max-width: 1440px) {
	footer > nav {
		padding: 40px 30px;
	}
	footer > nav > ul {
		margin-right: 30px;
	}
}
@media only screen and (max-width: 1280px) {
	footer {
			flex-direction: column-reverse;
			padding: 40px 20px 20px 20px;
		}
		footer > .link {
			padding: 0 0 40px 0;
			text-align: center;
		}
		footer > .logo {
			padding-left: 0;
			text-align: center;
			justify-content: center;
		}
		footer > .logo > div > a > img{
			width: 180px;
			height: auto;
		}
		footer > .logo > div > .copyright {
			font-size: 0.4rem;
			line-height: 1.5;
		}
		
}
@media (min-width: 901px) and (max-width: 1279px) {
		footer > .link {
			padding-top: 20px;
			order: 2
		}
		footer > .logo {
			order: 1
		}
		footer > nav{
			padding: 0 30px 0 30px;
			flex-direction: column;
			border: none;
			order: 3;
			border-bottom: solid 1px #DBDBDB;
		}
		footer > nav > ul{
			width: 100%;
			margin-bottom: 20px;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
		footer > nav > ul > li{
			margin-right: 20px;
		}
		footer > nav > ul > li:last-child{
			margin-right: 0;
		}
}
@media only screen and (max-width: 900px) {
	
	header{
		padding: 15px 20px;
		align-items: center;
		width: 100%;
		box-sizing: border-box;
		position: fixed;
		background: #fff;
		z-index: 100;
	}
	.global-menu {
		opacity: 0;
		display: none;
	}
	.global-menu.active {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		width: 100%;
		height: 100vh;
		padding: 50px 50px;
		box-sizing: border-box;
		opacity: 1.0;
		transition: 0.4s ;
		overflow-y: scroll;
	}
	header > .logo > a > img {
		width: 200px;
	}
	header > nav > ul > li > a{
		padding-bottom: 0;
		font-size: 1.5rem;
	}
	header > nav > ul > li > a:hover:before{
		display: none;
	}
	header > nav > ul,
	header > nav > ul > li > ul{
		flex-direction: column;
	}
	header > nav > ul > li{
		margin-right: 0;
		margin-bottom: 30px;
	}
	header > nav > ul > li:last-child{
		margin-bottom: 0;
	}
	header > nav > ul > li .child_menu {
		width: 100%;
		position: static;
		padding: 15px 0 0 15px;
		background: none;
		visibility: visible;
	}
	header > nav > ul > li .child_menu a{
		color: #505050;
		font-size: 1.5rem;
	}
	header > nav > ul > li .child_menu > li{
		margin-bottom: 15px;
	}
	header > nav > ul > li .child_menu > li:last-child{
		margin-bottom: 0;
	}
	header > nav > ul > li:nth-child(2) > a:after,
	header > nav > ul > li:nth-child(3) > a:after{
		display: none;
	}
	header > nav > ul > li .child_menu > li{
		margin-right: 0;
	}
	footer > nav{
		display: none;
	}
}
/*下層共通パーツ*/

.hero {
	width: 100%;
	height: 434px;
	text-align: center;
	background: #E0E0E0;
	padding-top: 140px;
	box-sizing: border-box;
}
.hero span{
	font-size: 1.6rem;
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
.hero h1{
	font-size: 3.0rem;
	display: block;
	color: #fff;
}
article {
	width: 100%;
	max-width: 1200px;
	margin: -80px auto 0;
	background: #fff;
}
article a:hover {
	opacity: 0.6;
	transition: 0.4s ;
}
.breadcrumb {
	padding: 30px;
	margin-bottom: 70px;
}
.breadcrumb > ul {
	display: flex;
}
.breadcrumb > ul > li{
	font-size: 1.4rem;
}
.breadcrumb > ul > li > a{
	text-decoration: none;
	color: #505050;
}
.breadcrumb > ul > li:after {
    content: ">";
    display: inline-block;
    margin: 0 10px;
}
.breadcrumb > ul > li:last-child:after {
	display: none;
}
article > section {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 100px;
}
article > section h2{
	font-size: 2.5rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #444;
	margin-bottom: 40px;
	position: relative;
}
article > section h2:after{
	content: "";
	background: #E60F33;
	width: 70px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -15px;
}
article > section p{
	font-size: 1.6rem;
	line-height: 1.7;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
article > section p a{
	color: #E60F33;
}
article > section p a._blank:after {
    content: url(../img/common/ico-blank.svg);
    margin-left: 5px;
}
article > section > p:last-child{
	margin-bottom: 0;
}
article > section ul > li > p{
	margin-bottom: 20px;
}
article > section ul._list {
	margin-bottom: 50px;
}
article > section ul._list:last-child {
	margin-bottom: 0;
}
article > section ul._list li{
	list-style: disc;
	font-size: 1.6rem;
	line-height: 1.7;
	margin-left: 1.6em;
	margin-bottom: 20px;
}
article > section ul._list li:last-child{
	margin-bottom: 0;
}
article > section ol li{
	font-size: 1.6rem;
	list-style-type: decimal;
	margin-left: 1.3em;
}
article > section ol.upper-roman li{
	font-size: 1.6rem;
	list-style-type: upper-roman;
	margin-left: 2.6em;
}
article > section ul.circle-number-style li{
	font-size: 1.6rem;
	display: flex;
	align-items: baseline;
}
article > section ul.circle-number-style li span{
	margin-right: 5px;
}
main > aside {
	background: #ECECEC;
	padding: 80px 0 100px;
}
main > aside > .relation-ttl {
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 20px;
}
main > aside > ul {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main > aside > ul::before{
	content:"";
	display: block;
	width: 32%;
    margin: 10px 0.5% 0;
	order:1;
}
main > aside > ul::after{
	content:"";
	display: block;
	width: 32%;
    margin: 10px 0.5% 0;
}
main > aside > ul > li{
	width: 32%;
	margin: 10px 0.5% 0;
}
main > aside > ul > li > a{
	font-size: 1.8rem;
	font-weight: 400;
	text-decoration: none;
	color: #505050;
	width: 100%;
	height: 85px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (min-width: 901px) {
	main > aside > ul > li > a:hover{
		color: #fff;
		background: #E60F33;
		transition: 0.4s ;
	}
}
._philosophy._index main > aside > ul > li:nth-child(1) > a,
._philosophy._goal main > aside > ul > li:nth-child(2) > a,
._philosophy._vision main > aside > ul > li:nth-child(3) > a,
._about._index main > aside > ul > li:nth-child(1) > a,
._about._corporate_behavior_charter main > aside > ul > li:nth-child(2) > a,
._about._action_policy main > aside > ul > li:nth-child(3) > a,
._about._health_declaration main > aside > ul > li:nth-child(4) > a,
._about._woman main > aside > ul > li:nth-child(5) > a,
._about._outline main > aside > ul > li:nth-child(6) > a,
._about._corp_announcement main > aside > ul > li:nth-child(7) > a,
._privacy._index main > aside > ul > li:nth-child(1) > a,
._privacy._share main > aside > ul > li:nth-child(2) > a,
._privacy._specific_personal_information main > aside > ul > li:nth-child(3) > a{
		color: #fff;
		background: #E60F33;
		transition: 0.4s ;
}


main > aside > ul > li > a > span{
}
main > aside > ul > li > a > span:before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    display: inline-block;
}

@media only screen and (max-width: 900px) {
	.hero {
		height: 200px;
		display: flex;
		padding-top: 50px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.hero h1{
		font-size: 1.6rem;
	}
	.hero span{
		font-size: 1.2rem;
	}
	article {
		width: 100%;
		margin: 10px auto 0;
	}
	.breadcrumb {
		padding: 30px 30px 20px 30px;
		margin-bottom: 0;
	}
	.breadcrumb > ul{
		padding-bottom: 10px;
		overflow-x: scroll;
		word-break: keep-all;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.breadcrumb > ul > li{
		font-size: 1.2rem;
	}
	article > section {
		padding: 0 30px;
		box-sizing: border-box;
		margin: 0 auto 50px;
	}
	article > section h2{
		font-size: 2.0rem;
		margin-bottom: 28px;
	}
	article > section h2:after{
		bottom: -10px;
	}
	article > section p{
		margin-bottom: 20px;
	}
	main > aside {
		padding: 20px 30px 30px;
	}
	main > aside > .relation-ttl {
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 20px;
	}
	main > aside > ul > li{
		width: 100%;
		margin: 0 auto 10px;
	}
	main > aside > ul > li:last-child{
		margin-bottom: 0;
	}
	main > aside > ul > li > a{
		font-size: 1.4rem;
		height: auto;
		display: block;
		padding: 20px;
		box-sizing: border-box;
	}
}