@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, ＭＳＰゴシック, MS PGothic, Arial, Sans-serif;
	color: #3e3a39;
}
body {
  overflow-x: hidden;
}
#wrapper {
	overflow-x: hidden;
}
main {
  width: 100%;
}
img {
  width: 100%;
}
ul,ol {
  list-style: none;
}
a.disabled {
    pointer-events: none;
}
/*----------------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1.5s;
}
/*------------------------------------
 Header
 -------------------------------------*/
.header {
  width: 100%;
  position: relative;
}
.sticky_area {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFF;
	z-index: 19;
}
.logo {
  position: absolute;
  top: 30px;
  left: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sticky_area .fixed {
  position: fixed;
  height: 50px;
  z-index: 9999;
}
.logo img {
  max-width: 120px;
}
/*================
hamburger
=================*/
.el_humburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 30px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;
}
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 33px;
  display: inline-block;
}
.el_humburger_text {
  letter-spacing: 0.1em;
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}
.el_humburger_text.el_humburger_text__close {
  display: none;
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.navi {
  position: fixed;
  height: 108%;
  background-color: #fff;
  width: 100%;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  transform: translateZ(0) translateX(100%);
  overflow: auto;
	text-align: center;
	margin-top: -40px;
	
}
.navi_inner {
	position: absolute;
	top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	min-width: 260px;
}
.js_humburgerOpen .navi {
  transform: translateZ(0) translateX(0);
}
.navi_item {
  position: relative;
  margin-bottom: 15%;
  font-size: 1.5em;
  white-space: nowrap;
}
.navi_item.op_innerLink {
  cursor: pointer;
}
.navi_item a:hover {
	transition: 0.4s;
	font-size: 120%;
}
.el_spChildNavOpen {
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 20;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  padding: 10px;
}
.js_openParent.js_fire > .el_spChildNavOpen {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.el_spChildNavOpen_wrapper.js_fire:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.el_spChildNavOpen_wrapper {
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.el_spChildNavOpen_wrapper:before {
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #444;
  position: absolute;
  top: calc(50% - 1px);
}
.el_spChildNavOpen_wrapper:after {
  content: "";
  width: 0.5px;
  height: 99%;
  background-color: #444;
  position: absolute;
  left: calc(50% + 7px);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.nav_child {
  padding-top: 20px;
}
.nav_child_item {
  position: relative;
  font-size: 16px;
  padding: 1%;
	margin: 3%;
}
.nav_child_item a {
	padding: 3%;
	font-size: 1.3em;
}
.nav_child_item a:hover {
	transition: 0.4s;
	font-size: 1.4em;
}
.nav_child_item a span {
	font-size: 0.7em;
}
.nav_child_item:last-child {
  margin-bottom: 0px;
}
.js_openParent {
  cursor: pointer;
}
.js_openTarget {
  display: none;
}
/*----------------------------------------
Top
-----------------------------------------*/
.scrolldown1{
  position:absolute;
  left:50%;
  bottom:-10px;
  height:60px;
}
.scrolldown1 span{
  position: absolute;
  left:-21px;
  top: -35px;
  color: #fff;
  font-size: 1.0rem;
  letter-spacing: 0.05em;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 40px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}
#container{
  position: relative;
  z-index:1;
  background:#eee;
  padding:600px 0;
  text-align: center;
}
/*------ ローディングアニメーション -------*/
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

#logo {
    width: 8%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#maru,#s,#l,#select {
    fill: #fff; /* ロゴ全体（path）の塗り色 */
  stroke:transparent; /* ロゴ全体（path）の枠線の色 */
  stroke-width: 5px; /* ロゴ全体（path）の枠線の太さ */
}
#s {
  	stroke-width: 1px;
    stroke-dasharray: 291px;
}
#l {
  	stroke-width: 1px;
    stroke-dasharray: 288px;
}
#maru {
  	stroke-width: 0;
    stroke-dasharray: 1275px;
	animation: logo 1s ease-in 1.7s both;
}	
#s {
	animation: logo_01 2.8s ease-in both; 
}
#l {
	animation: logo_02 2.8s ease-in both; 
}
#select {
	stroke-width: 0;
    stroke-dasharray: 3069px;
	animation: select 1s ease-in 2.8s both; 
}	
@keyframes logo_01 {
	0% {
		fill: "3E3A39";
		stroke: #3E3A39;
		stroke-dashoffset: 291px;
	}
	50% {
		stroke-dashoffset: 0;
	}
	100% {
		fill: #3E3A39;
}
	}
@keyframes logo_02 {
	0% {
		fill: "3E3A39";
		stroke: #3E3A39;
		stroke-dashoffset: 288px;
	}
	50% {
		stroke-dashoffset: 0;
	}
	100% {
		fill: #3E3A39;
}
	}	
@keyframes logo {
	0% {
		fill: "fff";
		stroke: #3E3A39;
		stroke-dashoffset: 1275px;  
	}
	50% {
		stroke-dashoffset: 0;  
	}
	100% {
		fill: #3E3A39;
}
}
@keyframes select {
	0% {
		fill: "fff";
		stroke: #fff;
		stroke-dashoffset: 3069px;  
	}
	50% {
		stroke-dashoffset: 0;  
	}
	100% {
		fill: #3E3A39;
}
}
/*--------------------------------------*/
.top {
	width: 100%;
	margin: 0 auto;
	display: grid!important;
	grid-template-columns: 46% 8.2% 46%;
	grid-template-rows: 100%;
	grid-column-gap: 0;
    grid-row-gap: 0;
	margin-bottom: 15%;
	height: 100vh;
	position: relative;
}
.top img {
	width: 100%;
}

.box1 {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}
.box2 {
	grid-column: 2 / 4;
	grid-row: 1 / 2;
	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
.catch {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 2;
	width: 100%;
	text-align: center;
}

.catch_h2 {
	font-size: 4.0em;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 2px;
	padding-right: 10%;
}
.catch__h2 {
	font-size: 4.0em;
	letter-spacing: 2px;
	padding-left: 10%;
	color: #fff;
}
.catch_h3 {
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	margin-top: 2%;
}

.top__company {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin: 15% auto;
	position: relative;
}
.top__left {
	width: 40%;
}
.top__right {
	width: 60%;
}
.txt_company {
	position: absolute;
	left: 15%;
	top: 45%;
	z-index: 3;
}
.top_h2_font {
	font-size: 4.0em;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin-bottom: 6%;
}
.top_ttl_txt {
	position: relative;
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding-bottom: 10%;
	margin-bottom: 7%;
}
.top_ttl_txt::before {
	content: '';
    display: block;
    position: absolute;
    bottom: 10%;
	left: 0;
    width: 45%;
    border-bottom: 4px solid #3e3a39;
}

.top__brand {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    align-items: center;	
}
.top_left {
	width: 60%;
}
.top_right {
	width: 40%;
	padding-left: 5%;
}
.top_h2__font {
	font-size: 4.0em;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin-bottom: 3%;
}
.top_ttl__txt {
	position: relative;
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding-bottom: 5%;
	margin-bottom: 7%;
}
.top_ttl__txt::before {
	content: '';
    display: block;
    position: absolute;
    bottom: 10%;
	left: 0;
    width: 27%;
    border-bottom: 4px solid #3e3a39;
}
.more {
	margin: 7% auto 4%;
}
.more_com {
	margin-top: 14%;
}
.more__link {
	font-size: 1.2em;
	position: relative;
	padding-left: 55px;
}
.more__link:before,
.more__link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    height: 1px;
    background: #555;
}
.more__link:before {
    width: 32px;
    transform: translate(-17px, 0px);
}
.more__link:after {
    width: 10px;
    transform-origin: right center;
    transform: translate(5px, 0px) rotate(30deg);
}
.more__link:hover::before {
	width: 50px;
    transform: translate(-36px, 0px);
	transition: 0.4s;
}
/*--------------------------------------*/
.top__news {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    align-items: top;
	max-width: 1000px;
	margin: 15% auto 15%;
}
.news_left {
	width: 20%;
}
.news_right {
	width: 80%;
	padding-left: 5%;
}
.top_h3__font {
	font-size: 2.2em;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin-bottom: 3%;
}
.news__ttl {
	position: relative;
}
.news__ttl::before {
	content: '';
    display: block;
    position: absolute;
    bottom: -15%;
	left: 0;
    width: 27%;
    border-bottom: 4px solid #3e3a39;
}
.more_news {
	margin: 3% 0 3% auto;
}
/*----------------------------------------
パンくずリスト
-----------------------------------------*/
.pankuzu {
  width: 100%;
  font-size: 0.7em;
  color: #999;
  margin: 5% auto 2%;
}
.breadcrumb_list {
  padding: 0;
}
.breadcrumb_list > li {
  box-sizing: border-box;
}
.breadcrumb {
  display: inline-block;
  word-break: break-all;
}
.breadcrumb + .breadcrumb::before {
  content: "＞ ";
  text-decoration: inherit;
  vertical-align: inherit;
}
/*----------------------------------------
共通
-----------------------------------------*/
.wrapper {
  width: 80%;
  margin: 5% auto 3%;
}
.eng {
	font-family: freight-text-pro, serif;
	font-style: normal;
	font-weight: 300;
}
.jpn {
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
}
.pc {
    display: block!important;
}
.sp {
    display: none!important;
}

/*----------------------------------------
Company
-----------------------------------------*/
.ttl {
  font-size: 2.5em;
  letter-spacing: .1em;
  line-height: .8;
	font-weight: 400;
}
.ttl span {
  font-size: 35%;
}
/*------------- メニュー --------------*/
.pagemenu {
	width: 100%;
	margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
	max-width: 1000px;
}
.pagemenu li {
    width: 25%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
.pagemenu li:nth-child(2) {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.pagemenu li:nth-child(3) {
	border-right: 1px solid #999;
}
.pagemenu a {
	line-height: 1.3;
	font-size: 1.2em;
	letter-spacing: 1px;
	display: block;
}
.pagemenu a:hover {
	transition: 1s;
	font-size: 1.3em;
}
.pagemenu a span {
	font-size: 0.7em;
	letter-spacing: 0;
}
/*-------------
企業理念
--------------*/
#philosophy {
	position: relative;
	margin: 10% auto;
}
.raundright {
	position: absolute;
	right: 0;
	width: 45%;
	z-index: -2;
}
.subttl {
	font-size: 3.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.3;
	position: relative;
}
.jpn_ttl {
	padding-top: 2%;
	font-size: 1.1em;
	position: relative;
}
.line_left::before {
	content: '';
    display: block;
    position: absolute;
    bottom: 7%;
	left: 53%;
    width: 37%;
    border-bottom: 2px solid #3e3a39;
}
.philosophy {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 20%;
}
.philosophy p {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 2.5;
	margin-top: 4%;
}
/*-------------
会社概要
--------------*/
#Propile {
	position: static;
	margin-top: 40%;
	padding-top: 70px;
}
.center {
	text-align: center;
}
.line_bottom::before {
	content: '';
    display: block;
    position: absolute;
	left: 0;
	right: 0;
	margin: auto;
    bottom: -20px;
    width: 11%;
    border-bottom: 2px solid #3e3a39;
}
/*--------------------
table
--------------------*/
.table {
	max-width: 700px;
    margin: 7% auto;
}
.campany__table table,
.history__table table,
.nominate__table table {
	border-collapse: collapse;
	font-size: 1.0em;
	width: 100%;
	line-height: 1.5;
	border-top: 1px solid #afb8c7;
}
.campany__table tr,
.history__table tr,
.nominate__table tr {
	border-bottom: 1px solid #afb8c7;
}
.campany__table th{
	text-align: left;
	font: bold;
	width:25%;
	padding: 3% 0;
	font-size: 0.9em;
}
.campany__table td{
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	padding: 3% 0;
	font-size: 0.8em;
	line-height: 2.3;
}
.campany__table td a {
	text-decoration: underline;
	color: #999;
}
.map {
	padding: 1px 10px;
	border: 1px solid #3e3a39;
}
.map:hover {
	color: #fff;
	background: #3e3a39;
	transition: .4s;
}
#history {
	margin-top: 20%;
	padding-top: 70px;
}
.history__table th{
	text-align: left;
	width:20%;
	padding: 3% 0;
	font-size: 0.8em;
	line-height: 2.5;
}
.history__table td{
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	padding: 3% 0;
	font-size: 0.8em;
	line-height: 2.0;
}
.history__table td p {
	display: table;
	margin: 1% 0;
}
.history__table td p span {
	width: 40px;
	display: table-cell;
	margin-top: 1%;
	
}
.nominate__table th{
	text-align: left;
	width:25%;
	padding: 3% 0;
	font-size: 0.8em;
	line-height: 2.5;
}
.nominate__table td{
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	padding: 3% 0;
	font-size: 0.8em;
	line-height: 2.0;
}
.nominate__table td p {
	display: table;
	margin: 1% 0;
}
.nominate__table td p span {
	width: 80px;
	display: table-cell;
	margin-top: 1%;
	
}
















/*-------------
サスティナブル
--------------*/
#Sustainable {
	position: relative;
	margin: 10% auto;
}
.raundleft {
	position: absolute;
	left: 0;
	width: 45%;
	z-index: -2;
}
.subttl_right {
	font-size: 3.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.3;
	position: relative;
	text-align: right;
}
.jpn_ttl_right {
	padding-top: 2%;
	font-size: 1.1em;
	position: relative;
	text-align: right;
}
.line_right::before {
	content: '';
    display: block;
    position: absolute;
    bottom: 50%;
	left: 10%;
    width: 37%;
    border-bottom: 2px solid #3e3a39;
}
.sustainable {
	width: 80%;
	max-width: 800px;
	margin: 0 auto 50%;
	padding-top: 25%;
}
.sustainable p {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 2.5;
	margin-top: 4%;
	z-index: 3;
	padding-left: 10%
}
/*--------------------
footer
--------------------*/
footer {
	border-top: 1px solid #9d9aa2;
	position: static;
	margin-top: 15%;
	background: #fff;
}
.foot_btn {
	width: 100%;
	margin: 5% auto 4%;
    display: table;
	max-width: 700px;
}
.foot_btn li {
    width: 50%;
	display: table-cell;
	vertical-align: top;
}
.foot_btn li:nth-child(1) {
	border-right: 1px solid #9d9aa2;
}
.foot_btn li a {
	display: block;
	text-align: center;
}
.foot_btn img {
	max-height: 70px;
	min-height: 70px;
	width: 20%;
}
.foot_btn li a:hover{
	opacity: 0.7;
	transition: 0.4s;
}
.foot_btn li a p {
	font-size: 1.4em;
	color: #353550;
	font-weight: 400;
	padding-top: 3%;
}
.foot_line {
	border-top: 1px solid #9d9aa2;
}
.brand_btn {
	width: 100%;
	padding: 2% 0;
	margin: 0 auto;
    display: table;
	max-width: 700px;
}
.brand_btn li {
    width: 33.3%;
	display: table-cell;
	vertical-align: top;
}
.brand_btn li:nth-child(2) {
	border-right: 1px solid #9d9aa2;
	border-left: 1px solid #9d9aa2;
}
.brand_btn li a {
	display: block;
	text-align: center;
}
.brand_btn img {
	max-width: 100px;
}
.brand_btn img:hover {
	opacity: 0.7;
	transition: 0.4s;
}
.copy {
	padding: 2%;
	background: #353550;
	color: #fff;
	position: relative;
}
.copy p {
	color: #fff;
	font-size: 0.7em;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  margin: auto;
}
.copy a {
	font-size: 0.7em;
	text-decoration: underline;
	position: absolute;
	right: 2%;
	transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  margin: auto;
}
/*-----------------------------------------
contact
-----------------------------------------*/
#name, #email, #subject, #email_check, #tel,#name_f,#company {
  width:99%;
}
.container {
	text-align: left;
	margin: 7% auto 10%;
	max-width: 900px;
}
.pierrot_contact {
	text-align: center;
	margin: 3% auto;
	font-size: 0.8em;
	line-height: 2.0;
}
.pierrot_contact a {
	text-decoration: underline;
}
.contact_left {
	text-align: left;
	line-height: 2.3;
}
.item {
	font-size: 0.9em;
	margin: 4% 0 1%;
}
.mandatory {
	background:#fff;
	border: 1px solid #B91215;
	color: #B91215;
	font-size: 0.7em;
	letter-spacing: 1px;
	padding: 1px 3px;
	margin-left: 10px;
	vertical-align: middle;
}
.type ul {
	width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    text-align: center;
}
.type ul li {
	width: 25%;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
.type label {
	padding: 1%;
}
.radio_input {
	display: none;
}
.radio_input + label{
  padding-left: 25px;
  position:relative;
  margin-right: 20px;
	font-size: 1.0em;
}
.radio_input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio_input:checked + label{
  color: #000;
}
.radio_input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #666;
  border-radius: 50%;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
.btn {
	border: 1px solid #666;
	padding: 10px 30px;
	font-size: 0.9em;
	margin-top: 1%;
}
.btn:hover {
	background: #000;
	color: #fff;
	transition: 0.4s;
}
.error-js, .error-php {
  color: red;
}
.form-control {
  border-radius: 0px;
  background-color: #fdfdfd;
  font-size: 14px;
	border: 1px solid #999;
	padding: 10px;
	max-width: 900px;
}
.form-control:focus {
  outline: 1;
  background-color:#fff;
}
::-webkit-input-placeholder {
  font-size: 12px; 
}
:-moz-placeholder {
  font-size: 12px; }
::-moz-placeholder {
  font-size: 12px; }
:-ms-input-placeholder {
  font-size: 12px; }
::placeholder{ 
  font-size: 12px;
}
textarea.form-control {
  	width: 99%;
	height: 200px;
}
/* 確認ページの表 */
.kakunin {
	text-align: center;
	margin: 1% auto;
	font-size: 0.9em;
	line-height: 2.0;
}
.confirm_table {
  margin: 5% auto;
	width: 98%;
}
table {
	width: 100%;
}
.confirm_table table caption{
  caption-side: top;
	margin-bottom: 2%;
}
.confirm_table th {
	font-size: 0.9em;
	font-weight: 400;
	text-align: left;
	width: 30%;
}
.confirm_table td {
	width: 70%;
	font-size: 0.9em;
	line-height: 1.8;
	text-align: left;
}
.confirm {
  float: left;
  margin-right: 20px;
}
.countSpanWrapper {
	margin: 2% 0;
}
.contact__txt {
	font-size: 1.0em;
	line-height: 2.0;
}

/*-----------------------------------------
プライバシーポリシー
-----------------------------------------*/
.policy {
	width: 80%;
	margin: 0 auto;
}
.signs {
	font-size: 0.9em;
	text-align: right;
}
.poc_did {
	line-height: 2.0;
	font-size: 0.9em;
}
.poc_did dt {
    font-size: 1.0em;;
    font-weight: bold;
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #ddd;
}
.poc_did dd {
    margin-bottom: 5%;
}
/*------------------------------------
 ニュース
-------------------------------------*/
.news {
	max-width: 900px;
	margin: 0 auto;
}
.c-news__block {
    text-decoration: none;
    color: #111;
    font-weight: 400;
    border-bottom: 1px dashed #9d9aa2;
    display: flex;
    align-items: flex-start;
  	padding: 1.5em 0 1.5em;
}
.c-news__block:first-child {
    padding-top: 0;
}
.c-news__sup {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 5%;
    flex: none;
}
.c-news__label {
    text-decoration: none;
    margin: 0 2%;
    min-width: 4.0rem;
    text-align: center;
    background-color: #353550;
    border: 1px solid #afb8c7;
    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 1%;
}
.c-news__date {
    font-size: 0.9em;
    line-height: 1.5;
	margin: 0 10%;
}
.c-news__text {
	font-size: 0.8em;
	line-height: 1.5;
}
/*------------ ページネーション ------------*/
.c-pagination {
	margin: 5% auto;
}
.c-pagination ul {
	width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    text-align: center;
	max-width: 200px;
}
.c-pagination ul li {
	width: 20%;
	margin: 0 auto;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
	text-align: center;
}
.current {
	position: relative;
}
.current::before {
	content: '';
    position: absolute;
    bottom: -5px;
	left: -6px;
	margin: auto;
    width: 22px;
    border-bottom: 2px solid #353550;
}
.page-numbers {
	font-size: 1.0em;
	color: #353550;
	font-weight: 400;
}
.pagination__right {
	position: relative;
}
.pagination__right::before {
	content: '';
    position: absolute;
    top: 5px;
	margin: auto;
    width: 9px;
    height: 9px;
    border-right: 1px solid #353550;
    border-bottom: 1px solid #353550;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination__left {
	position: relative;
}
.pagination__left::before {
	content: '';
    position: absolute;
    top: 5px;
	margin: auto;
    width: 9px;
    height: 9px;
    border-right: 1px solid #353550;
    border-bottom: 1px solid #353550;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
/*------------------------------------
 ニュース(詳細ページ)
-------------------------------------*/
.news_day {
	font-size: 0.9em;
	margin: 5% auto 3%;
}
.news_day span {
	background: #353550;
	color: #fff;
	font-size: 0.8em;
	padding: 0 5px;
	border: 1px solid #afb8c7;
	margin-left: 20px;
}
.news_ttl {
	font-weight: 600;
	font-size: 1.1em;
	letter-spacing: 1px;
	padding-bottom: 3%;
	border-bottom: 1px dashed #9d9aa2;
}
.news_txt {
	line-height: 2.0;
	font-size: 0.9em;
	margin-bottom: 10%;
}
.bold {
	font-weight: 600;
}
.news_txt p {
	margin-bottom: 3%;
}
.news_txt a {
	text-decoration: underline;
}
.news_txt img {
	max-width: 600px;
}
.back {
	position: relative;
	font-size: 1.4em;
	color: #353550;
	letter-spacing: 0.1em;
	margin-left: 20px;
}
.back::after {
	content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
	right: 0;
	margin: auto;
  width: 27px;
  height: 2px;
  background: #353550;
}
.back::before {
	content: '';
    position: absolute;
    left: -20px;
    top: 0;
	bottom: 0;
	margin: auto;
    width: 9px;
    height: 9px;
    border-right: 1px solid #353550;
    border-bottom: 1px solid #353550;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
/*-----------------------------------------
ブランド
-----------------------------------------*/
.brand__txt {
	text-align: center;
	font-size: 1.1em;
	line-height: 2.5;
	letter-spacing: 0.1em;
	margin-top: 10%;
}
.brand_list {
	margin: 3% auto;
	position: relative;
}
.brand_list_ttl {
	position: absolute;
	max-width: 25px;
	right: 15%;
	top: -50px;
}
.brand_list ul {
	width: 100%;
	margin: 0 auto;
    padding-top: 250px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    text-align: center;
	max-width: 1400px;
}
.brand_list ul li {
	width: 33.3%;
	padding: 1.5%;
	margin: 0 auto;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
.scale {
	overflow: hidden;
}
.scale img{
 transition:1s all;
}
.scale img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
	cursor: pointer;
}
.brand__logo_perrot {
	width: 52%;
}
.brand__logo {
	width: 25%;
}
.img__logo {
	padding-top: 5%;
}




/*--------------------
PC
--------------------*/
@media all and (min-width: 1500px) {}





/*--------------------
PC
--------------------*/
@media all and (max-width: 1500px) {
.top {
    width: 100%;
    margin: 0 auto;
    display: grid!important;
    grid-template-columns: 46% 8.2% 46%;
    grid-template-rows: 100%;
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin-bottom: 15%;
    height: 100vh;
    position: relative;
}
.navi_item {
    position: relative;
    margin-bottom: 5%;
    font-size: 1.2em;
    white-space: nowrap;
}	
.nav_child_item {
    position: relative;
    font-size: 14px;
    padding: 1%;
    margin: 2%;
}	
.top__news {
    width: 90%;
}
.c-news__date {
    font-size: 0.9em;
    line-height: 1.5;
    margin: 0 5%;
}
.txt_company {
    top: 30%;
}	
}
/*---------------------
769pxまで
---------------------*/
@media screen and (max-width: 1050px) {
.pc {
    display: none!important;
}
.sp {
    display: block!important;
}
.scrolldown1{
  left:50%;
  bottom:0;
  height:50px;
}
.scrolldown1 span{
  left:-25px;
  top: -25px;
  font-size: 1.2rem;
}
.scrolldown1::after{
  top: 0;
  width: 1px;
  height: 30px;
}	
#logo {
	width: 32%;
	position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.top {
	width: 100%;
	margin: 50px auto 15%;
	display: grid;
	grid-template-columns:100%;
	grid-template-rows: 46% 8.2% 46%;
	height: 100%;
	position: relative;
}
.top img {
	width: 100%;
}

.box1 {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}
.box2 {
	grid-column: 1 / 2;
	grid-row: 2 / 4;
	clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
}
.catch {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 2;
}
.catch_h2 {
	font-size: 2.8em;
	padding-right: 20%;
}
.catch__h2 {
	font-size: 2.8em;
	padding-left: 20%;
}
.catch_h3 {
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	margin-top: 5%;
}
.top__company {
    margin: 15% auto;
}	
.top__right {
    width: 95%;
	margin: 0 auto;
}	
.top__left {
    width: 100%;
}	
.top_h2_font {
    font-size: 3.5em;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 3%;
}	
.txt_company {
    position: absolute;
    left: 3%;
    top: auto;
	bottom: -25%;
}
.top_ttl_txt {
    position: relative;
    font-size: 1.2em;
    letter-spacing: 0.02em;
    padding-bottom: 10%;
    margin-bottom: 0;
}
.top_ttl_txt::before {
    bottom: 10%;
    left: 0;
    width: 50px;
    border-bottom: 2px solid #3e3a39;
}
.more__link {
    font-size: 0.8em;
    padding-left: 100px;
}	
.top_left {
    width: 95%;
	margin: 0 auto;
}
.top_right {
	position: absolute;
	left: 3%;
	bottom: -30%;
    width: 45%;
	margin-top: 3%;
    padding: 0;
}
.top__brand {
    position: relative;
	margin: 30% auto;
}	
.top_h2__font {
    font-size: 3.5em;
	font-weight: 400;
}	
.top_ttl__txt {
    font-size: 1.2em;
    padding-bottom: 6%;
    margin-bottom: 0;
}	
.top_ttl__txt::before {
    bottom: 15%;
    width: 50px;
	border-bottom: 2px solid #3e3a39;
}
.more {
	position: absolute;
    margin: 7% auto 0;
	right: 0;
	bottom: -15%;
}
.more__link:before, .more__link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    background: #555;
}	
.more__link:after {
    width: 15px;
    transform-origin: right center;
    transform: translate(18px, 0px) rotate(30deg);
}	
.more__link:before {
    width: 50px;
    transform: translate(-17px, 0px);
}	
	
.top_h3__font {
    font-size: 3.0em;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 3%;
}	
}
/*---------------------
769pxまで
---------------------*/
@media screen and (max-width: 850px) {
.pc {
    display: none!important;
}
.sp {
    display: block!important;
}
.navi {
	height: 108%;
}
.navi_inner {
    
}
.header {
    /*margin-bottom: 100px;*/
}
.wrapper {
    width: 98%;
	margin: 5% auto;
}
.contact_main {
	margin: 20% auto 5%;		
}	
.pankuzu {
    width: 100%;
    font-size: 0.7em;
    color: #999;
    margin: 20% 3% 5%;
}
/*-------------------------------*/
.scrolldown1 span{
  left:-15px;
  top: -15px;
  font-size: 0.7rem;
}
.top__company {
    margin: 30% auto;
}	
.top__right {
    width: 95%;
	margin: 0 auto;
}	
.top__left {
    width: 100%;
}	
.top_h2_font {
    font-size: 2.5em;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 3%;
}	
.txt_company {
    position: absolute;
    left: 3%;
    top: auto;
	bottom: -25%;
}
.top_ttl_txt {
    position: relative;
    font-size: 0.8em;
    letter-spacing: 0.02em;
    padding-bottom: 10%;
    margin-bottom: 0;
}
.top_ttl_txt::before {
    bottom: 10%;
    left: 0;
    width: 50px;
    border-bottom: 2px solid #3e3a39;
}
.more__link {
    font-size: 0.8em;
    padding-left: 55px;
}	
.top_left {
    width: 95%;
	margin: 0 auto;
}
.top_right {
	position: absolute;
	left: 3%;
	bottom: -25%;
    width: 45%;
	margin-top: 3%;
    padding: 0;
}
.top__brand {
    position: relative;
	margin: 30% auto;
}	
.top_h2__font {
    font-size: 2.5em;
	font-weight: 400;
}	
.top_ttl__txt {
    font-size: 0.8em;
    padding-bottom: 10%;
    margin-bottom: 0;
}	
.top_ttl__txt::before {
    bottom: 15%;
    width: 50px;
	border-bottom: 2px solid #3e3a39;
}
.more {
	position: absolute;
    margin: 7% auto 0;
	right: 0;
	bottom: -15%;
}
.more__link:before, .more__link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    background: #555;
}	
.more__link:after {
    width: 15px;
    transform-origin: right center;
    transform: translate(18px, 0px) rotate(30deg);
}	
.more__link:before {
    width: 50px;
    transform: translate(-17px, 0px);
}	
.more__link:hover::before {
	width: 50px;
    transform: translate(-17px, 0px);
    transition:none;
}	
.top_h3__font {
    font-size: 1.7em;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 3%;
}
.top__news {
	width: 95%;
    margin: 20% auto 15%;
}	
.news__ttl::before {
    bottom: -15%;
    left: 0;
    width: 50px;
    border-bottom: 2px solid #3e3a39;
}	
.news_left {
    width: 94%;
	margin: 0 auto;
}	
.news_right {
    width: 95%;
    padding-left: 0;
	margin: 5% auto 0;
}
.more_news {
    margin: 7% -2% 3% auto;
}	
/*-------------------------------*/
.ttl {
    font-size: 1.5em;
    margin-left: 3%;
}
	
.pagemenu a {
    line-height: 1.5;
    font-size: 0.7em;
	letter-spacing: 0;
}	
.pagemenu a span {
    font-size: 1em;
}
.pagemenu a:hover {
	font-size: 0.7em;
}	
/*-------------------------------*/	
#philosophy {
    margin: 20% auto;
}
.raundright {
    width: 50%;
	z-index: -2;
}	
.subttl {
    font-size: 1.5em;
    letter-spacing: 1px;
}	
.jpn_ttl {
    padding-top: 3%;
    font-size: 0.8em;
}	
.line_left::before {
    bottom: 17%;
    left: 53%;
    width: 20%;
}
.philosophy {
    width: 70%;
}	
.philosophy p {
    font-size: 0.7em;
    line-height: 1.8;
    margin-top: 7%;
}	
.line_bottom::before {
    bottom: -10px;
    width: 18%;
}
.table {
    margin: 10% auto;
    width: 98%;
}
.campany__table,.history__table,.nominate__table{
	width: 96%!important;
}
.campany__table table{
	font-size: 0.8em;
}
.campany__table table th{
	width:28%;
	padding: 3% 0;
	font-size: 0.8em;
}
.campany__table table td{
	padding: 3% 0;
	font-size: 0.8em;
	line-height: 2.0;
}
.map {
	margin-top: 2%;
}
.history__table th {
    text-align: left;
    width: 15%;
    padding: 5% 0;
    font-size: 0.6em;
}	
.history__table td {
    font-size: 0.6em;
    line-height: 1.8;
}
.history__table td p {
    margin: 3% 0;
}	
.history__table td p span {
    width: 35px;
}	
.nominate__table th {
    width: 22%;
    font-size: 0.6em;
	line-height: 1.5;
	padding: 6% 0;
}
.nominate__table td {
    line-height: 2.0;
	font-size: 0.6em;
}
.nominate__table td p {
    margin: 3% 0;
}	
.nominate__table td p span {
    width: 50px;
}	
	
	
	
	
	
.raundleft {
    width: 50%;
}	
.subttl_right {
    font-size: 1.5em;
    letter-spacing: 1px;
}
.line_right::before {
    left: 20%;
    width: 28%;
}	
.jpn_ttl_right {
    font-size: 0.7em;
}	
.sustainable {
    width: 85%;
}
.sustainable p {
    font-size: 0.7em;
    line-height: 2.0;
	padding-left: 20%;
}	
/*-------------------------------*/	
.foot_btn li a p {
    font-size: 1.0em;
    padding-top: 0;
}	
.brand_btn {
    padding: 5% 0;
}	
.brand_btn img {
    width: 50%;
}	
.copy {
    padding: 8%;
}	
.copy p {
	font-size: 0.7em;
	transform: translateY(-50%)translateX(-50%);
  	-webkit- transform: translateY(-50%)translateX(-50%);
  	margin: auto;
}
.copy a {
	font-size: 0.7em;
	right: 5px;
	bottom: 5px;
	transform: unset;
}
/*------------------------------------------
contact
-------------------------------------------*/	
.container {
    width: 90%;
	margin: 20% auto;
	min-height: 300px;
}	
.type ul {
    text-align: left;
}
.type ul li {
    width: 50%;
	margin-bottom: 2%;
}	
#name, #email, #subject, #email_check, #tel, #name_f, #company {
    width: 100%;
	margin: 1% 0;
}	
textarea.form-control {
    width: 100%;
    height: 200px;
}	
.radio_input + label {
    font-size: 0.7em;
    margin-right: 0px;
}	
.item {
    font-size: 0.9em;
    margin: 7% 0 2%;
}
.btn_box {
    text-align: center;
    margin: 10% auto;
}	
.btn {
    padding: 15px;
    font-size: 0.9em;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.contact__txt {
	font-size: 0.7em;
}
.kakunin {
	font-size: 0.7em;
	text-align: left;
}
.btn__confirm {
	width: 100%!important;
	padding: 5px 15px;
	font-size: 0.7em!important;
	margin-bottom: 10%!important;
}	
/*-----------------------------------------
プライバシーポリシー
-----------------------------------------*/
.policy {
	width: 90%;
}
.signs {
	font-size: 0.7em;
}
.poc_did {
	font-size: 0.7em;
}
.poc_did dd {
    margin-bottom: 8%;
}	
/*-----------------------------------------
news
-----------------------------------------*/
.news {
    width: 95%;
    margin: 10% auto;
}	
.c-news__block {
	width: 100%;
    font-weight: 400;
    display: inline-block;
    align-items: flex-start;
    padding: 1em 0 1em;
}
.c-news__date {
    margin: 0 3% 0 0;
	font-size: 0.7em;
}	
.c-news__label {
    margin: 0;
    min-width: 3.5rem;
    font-size: 0.6em;
    padding: 0;
	font-weight: 400;
}	
.c-news__text {
	padding-top: 0.5em;
    font-size: 0.7em;
}	
.news_txt {
	margin: 0 auto;
	width: 95%;
    font-size: 0.7em;
}
.back {
    margin-left: 30px;
}	
/*-----------------------------------------
ブランド
-----------------------------------------*/
.brand__txt {
	text-align: center;
	font-size: 0.7em;
	line-height: 2.5;
	letter-spacing: 0.1em;
	margin-top: 10%;
	width: 80%;
	margin: 15% auto;
	text-align: left;
}	
.brand_list_ttl {
    position: absolute;
    max-width: 15px;
    right: 15%;
    top: -50px;
}	
.brand_list ul {
    width: 100%;
    margin: 0 auto;
    padding-top: 3%;
}	
.brand_list ul li {
    width: 50%;
    margin: 0 0 3%;
}	
.brand_list ul li:nth-child(1) {
    width: 50%;
    margin-right: 50%;
}	
.brand__logo_perrot {
    width: 80%;
}	
.brand__logo {
    width: 30%;
}	
}
@media all and (max-width: 500px) {
.el_humburger {
    right: 8px;
}	
.logo {
    left: 13px;
}
.navi_item {
    font-size: 1.0em;
}
.nav_child_item a {
    padding: 3%;
    font-size: 1.0em;
}	
.catch_h2 {
    font-size: 1.5em;
    padding-right: 20%;
}	
.catch__h2 {
    font-size: 1.5em;
    padding-left: 20%;
}	
.catch_h3 {
    font-size: 0.9em;
    margin-top: 5%;
}	
.pagemenu li {
    width: 48%;
	padding: 2% 0;
}
.pagemenu li:nth-child(2) {
	border-left: none;
    border-right: none;
}
.pagemenu li:nth-child(3) {
    border-right: none;
}

.pagemenu li:nth-child(3)::after,.pagemenu li:nth-child(1)::after {
	content: '';
    display: block;
    position: absolute;
    right: 0;
    margin: auto;
    bottom: 0;
	top: 0;
    width: 1px;
	height: 40%;
    border-left: 1px solid #999;	
}	
.line_left::before {
    left: 60%;
}
.news_day {
    font-size: 0.7em;
    margin: 5% auto 3%;
	width: 95%;
}	
.news_ttl {
	font-weight: 400;
	font-size: 0.9em;
	width: 95%;
	margin: 0 auto;
}	
.radio_input + label::before{
  top: 2px;
}
.radio_input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 9px;
    height: 9px;
    background: #666;
    border-radius: 50%;
}
.confirm_table th {
    font-size: 0.7em;
    font-weight: 400;
}
.confirm_table td {
    width: 70%;
    font-size: 0.7em;
}	
.error-js, .error-php {
    font-size: 0.8em;
}	
}