@charset "UTF-8";

/*! Theme Name: wp */
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
  	"Meiryo", sans-serif;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  transition: 0.3s ease-in-out;
}

form label {
  cursor: pointer;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "JMC";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/JMCGOTHIC.woff") format("woff"), url("../fonts/JMCGOTHIC.ttf") format("truetype");
}

@font-face {
  font-family: "JMC-LIGHT";
  font-style: normal;
  src: url("../fonts/JMCGothic-Light.otf") format("opentype");
}


@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}

@media all and (max-width: 896px) {

  a:hover,
  a:hover img {
    opacity: 1 !important;
  }

  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media all and (max-width: 896px) {
  .pc-only {
    display: none !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }

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

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
body {
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-family: "JMC", "Gothic MB101 DemiBold JIS2004", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.2rem;
  }

  body.fixed {
    width: 100%;
    top: 0;
    position: fixed;
  }
}

@media all and (max-width: 359px) {
  body {
    font-size: 1.1rem;
  }
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "JMC", "Gothic MB101 DemiBold JIS2004", sans-serif;
}

#main {
  min-height: 500px;
  overflow: hidden;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all ease .3s;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

a[href^="tel:"]:hover {
  opacity: 1;
}

@media all and (max-width: 896px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* opacity
------------------------------------------------------------*/
@media all and (max-width: 896px) {
  a:hover {
    opacity: 1;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/************* ヘッダ部分(h1, logo, tel, mail) *******************************/


/*------------------------------------------------------------
メニュー
------------------------------------------------------------*/
#global-head {
  position: fixed;
  color: #033560;
  width: 260px;
  text-align: center;
  padding-top: 60px;
  z-index: 100;
}

#sidebar {
  font-size: 15px;
  width: 15vw;
  height: 100%;
  position: fixed;
  color: #000;
  background: #d2dade;
  text-align: center;
  z-index: 2;
}

#global-nav ul {
  list-style: none;
  margin-left: 0;
}

#global-nav>ul>li {
  position: relative;
  margin: 0 20px;
  border-bottom: 1px solid #000;
}

#global-nav>ul>li:last-of-type {
  border-bottom: none;
}

#global-nav a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 30px 0;
  transition: background-color .3s linear;
}

#global-nav li ul {
  padding-bottom: 30px;
}

#global-nav li>ul li:not(:first-of-type) a {
  font-family: "JMC-LIGHT", "Gothic MB101 DemiBold JIS2004", sans-serif;
}

/* sub-menu */
#global-nav .sub-menu-nav {
  position: fixed;
  background: #033560;
  color: #fff;
  top: 0;
  padding-top: 90px;
  left: 260px;
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: width .2s ease-out;
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
  width: 230px;
}

/* nav-toggle */
#nav-toggle {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  height: 32px;
}

#overlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


@media screen and (max-width: 900px) {
  #main-in {
    padding-left: 0;
  }

  #global-head {
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, .8);
    display: flex;
  }

  #sidebar {
    position: fixed;
    right: -300px;
    top: 0;
    height: 100%;
    width: 300px;
    color: #333;
    background: #fff;
    transition: .35s ease-in-out;
  }

  /* サブメニューは開けない */
  #global-nav .sub-menu-head:after,
  #global-nav .sub-menu-nav {
    display: none;
  }

  #nav-toggle {
    display: block;
  }

  /* nav open */
  .open {
    overflow: hidden;
  }

  .open #overlay {
    display: block;
  }

  .open #sidebar {
    transform: translate3d(-300px, 0, 0);
  }

  /* #nav-toggle close */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(45deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-45deg);
  }

  /* z-index */
  #overlay {
    z-index: 200;
  }

  #sidebar {
    z-index: 300;
  }

  #nav-toggle {
    z-index: 400;
  }
}



/* 共通パーツ */
/*矢印が右に移動する*/
.btn-arrow a {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  line-height: 1;
  padding: 20px 80px 20px 20px;
  color: #8ea3ad;
  text-decoration: none;
  outline: none;
  border: 1px solid #8ea3ad;
  transition: all .3s;
}

/*矢印と下線の形状*/
.btn-arrow a::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  top: 50%;
  right: 10%;
  width: 40px;
  height: 1px;
  background: #8ea3ad;
  /*アニメーションの指定*/
  transition: all .3s;
}

.btn-arrow a::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: calc(50% - 4px);
  right: 9%;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #8ea3ad;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all .3s;
}

.btn-arrow a:hover {
  background-color: #fff;
}

/*hoverした際の移動*/
.btn-arrow a:hover::before {
  right: 5%;
}

.btn-arrow a:hover::after {
  right: 4%;
}




.l-hero {
  overflow: hidden;
  position: relative;
  background-color: #000;
}

.l-hero .l-hero-wrapper {
  width: 1000%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  will-change: auto;
}

.l-hero .l-hero-wrapper .l-hero-panel {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  padding-left: 15vw;
}


.l-hero-panel-top,
.l-hero-panel-philosophy,
.l-hero-panel-vision {
  background-color: #000;
}

.l-hero-panel-promise,
.l-hero-panel-logo,
.l-hero-panel-case,
.l-hero-panel-typography,
.l-hero-panel-color,
.l-hero-panel-factory {
  background-color: #fff;
}

.l-hero-panel-top {
  background-image: url('../image/top/main-bg.jpg');
  background-position: center right;
  background-size: 40%;
}

.l-hero-panel-top .top-contents {
  width: 50vw;
  max-width: 480px;
  margin-right: 20vw;
}

.l-hero-panel-top .top-contents h1 {
  margin-bottom: 80px;
}

.l-hero-panel-top .top-contents p {
  font-size: 16px;
  line-height: 2;
}

.l-hero-panel-philosophy .philosophy-contents,
.l-hero-panel-vision .vision-contents {
  display: flex;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.l-hero-panel-philosophy .philosophy-contents {
  background-image: url('../image/top/philosophy-bg.jpg');
}

.l-hero-panel-vision .vision-contents {
  background-image: url('../image/top/vision-bg.jpg');

}

.l-hero-panel-philosophy .philosophy-contents h2,
.l-hero-panel-vision .vision-contents h2 {
  color: #8ea3ad;
  font-size: 30px;
  line-height: 1;
  margin-right: 80px;
}

.l-hero-panel-philosophy .philosophy-contents h2 span,
.l-hero-panel-vision .vision-contents h2 span {
  font-size: 20px;
  margin-top: 10px;
  display: block;
}

.l-hero-panel-philosophy .philosophy-contents .text-box .head,
.l-hero-panel-vision .vision-contents .text-box .head {
  font-size: 80px;
  margin-bottom: 80px;
  line-height: 1;
  font-weight: bold;
  font-feature-settings: 'palt';
}

.l-hero-panel-philosophy .philosophy-contents .text-box .text,
.l-hero-panel-vision .vision-contents .text-box .text {
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 24px;
}

.l-hero-panel-promise {
  background-image: url('../image/top/promise-img.jpg');
  background-size: contain;
  background-position-x: 15vw;
}

.l-hero .l-hero-wrapper .l-hero-panel.l-hero-panel-promise {
  justify-content: flex-end;
}

.l-hero-panel-promise .l-hero-panel__contents {
  width: 50%;
}

.l-hero-panel-promise .promise-contents h2 {
  font-size: 80px;
  color: #000;
  line-height: 1;
}

.l-hero-panel-promise .promise-contents h2 span {
  font-size: 20px;
  display: block;
  margin-top: 40px;
  color: #8ea3ad;
}

.l-hero-panel-promise .promise-contents .text {
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 40px;
  color: #000;
}

.l-hero-panel-logo .logo-contents h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 80px;
  color: #000;
}

.l-hero-panel-logo .logo-contents ul {
  display: flex;
  gap: 4vw;
  margin-bottom: 60px;
}

.l-hero-panel-logo .logo-contents ul li {
  width: 35vw;
}


.l-hero-panel-case .case-contents h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 80px;
  color: #000;
}


.l-hero-panel-case .case-contents .img {
  width: 100vw;
  max-width: 1060px;
  margin-bottom: 60px;
}

.l-hero-panel-typography .typography-contents h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 80px;
  color: #000;
}


.l-hero-panel-typography .typography-contents .intro-text {
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 24px;
  color: #000;
  margin-bottom: 80px;
}

.l-hero-panel-typography .typography-contents .typography-box {
  width: 70vw;
}

.l-hero-panel-typography .typography-contents .typography-list {
  display: flex;
  gap: 5vw;
  margin-bottom: 60px;
}

.l-hero-panel-typography .typography-contents .typography-list li {
  width: 35vw;
}

.l-hero-panel-typography .typography-contents .typography-list li h3 {
  font-size: 30px;
  color: #8ea3ad;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}

.l-hero-panel-typography .typography-contents .typography-list li h3:after {
  content: '';
  height: 1px;
  background-color: #8ea3ad;
  flex-grow: 1;
  margin-left: 20px;
}


.l-hero-panel-typography .typography-contents .typography-list li .text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 60px;
  color: #000;
}


.l-hero-panel-color .color-contents {
  width: 70vw;
}

.l-hero-panel-color .color-contents h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 80px;
  color: #000;
}


.l-hero-panel-color .color-contents p {
  width: 100%;
}


.l-hero-panel-factory .factory-contents h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 40px;
  color: #000;
}

.l-hero-panel-factory .factory-contents div {
  display: flex;
  gap: 80px;
}

.l-hero-panel-factory .factory-contents div .text {
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 24px;
  color: #000;
  margin-bottom: 80px;
  width: 540px;
}

.l-hero-panel-factory .factory-contents div .img {
  width: 600px;
}

.l-hero-panel-factory .factory-contents .btn-arrow {
  margin-top: 80px;
}

.l-hero-panel-factory .factory-contents ul {
  display: flex;
  gap: 5vw;
  margin-bottom: 40px;
}

.l-hero-panel-factory .factory-contents ul li {
  width: 35vw;
}

.l-hero-panel-factory .factory-contents ul li h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #8ea3ad;
}

.l-hero-panel-wear {
  background: #fff;
  background-image: url('../image/top/workwear-bg.jpg');
  background-position: 15vw center;
  background-size: cover;
}

.l-hero-panel-wear .wear-contents {
  text-align: center;
}

.l-hero-panel-wear .wear-contents p.catch {
  font-size: 80px;
  color: #fff;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-weight: bold;
}

.l-hero-panel-wear .wear-contents h2 {
  margin-bottom: 60px;
  font-size: 24px;
  color: #8ea3ad;
}

.l-hero-panel-wear .wear-contents .text {
  font-size: 16px;
  line-height: 2;
  max-width: 600px;
  margin: 0 auto 60px;
  text-align: left;
}