@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ,
    Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f0f0f0;
  color: #000;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
}
a {
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.logo {
  width: 150px;
  line-height: 1px;
  margin-left: 5%;
  /* margin-right: 60px; */
}
.logo a {
  display: block;
}
.arrow img {
  display: block;
  width: 5%;
  margin: 0 auto;
}
.arrow2 img {
  display: block;
  width: 2%;
  margin: 0 auto;
}
/*==================================================
共通　横並びのための設定
===================================*/

/*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/

.gnavi li a{
  /*線の基点とするためrelativeを指定*/
position: relative;
}

.gnavi li.current a,
.gnavi li a:hover{
/* color:#0481A2; */
}

.gnavi li a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 2px;
  background:#fff;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
  transform: scale(1, 1);/*X方向にスケール拡大*/
}


/*========= レイアウトのためのCSS ===============*/

/* .lead{
padding: 50px 20px;
} */

.section-title {
  font-weight: normal;
  line-height: 1;
  /* margin-bottom: 50px; */
}
/*
疑似要素を使って下線を引く
*/
/* .section-title::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #000;
  display: block;
} */
/*
「display: inline-block;」を設定してブロック化することで、
改行されてmargin-bottomが使用できるようになる
*/
.section-title .en {
  display: block;
  font-size: 2.25rem;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}
.section-title .ja {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 36px;
}
/*
横幅を設定するための共通クラス
*/
.wrapper {
  width: 100%;
  max-width: 1300px;
  /* padding: 0 4% 0; */
  margin: 0 auto;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .inner {
  display: flex;
  align-items: center;
}
#header .inner ul {
  display: flex;
  align-items: center;
}
#header .inner li {
  margin-right: 30px;
}
#header .inner li:last-child {
  margin-right: 0;
}
#header .contact {
  width: 200px;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
}
#header .contact:hover {
  color: #000;
  background-color: #ccc;
  transition: 0.5s;
}

h1 {
  margin: 0;
  padding: 0;
  /* font-size: 20px; */
}

main h1 {
  font-size: 2.5rem;
  margin: 0;
  /* padding: 0 0 150px 0; */
  text-align: center;
}

/* a {
  text-decoration: none;
  color: #fff;
}

nav {
  margin: 0 0 0 auto;
}
ul {
  list-style: none;
  margin: 0;
  display: flex;
}
li {
  margin: 0 0 0 25px;
  font-size: 14px;
} */

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
/* #mainvisual {
  margin-bottom: 120px;
} */
/*
メインビジュアルを画面の高さに合わせる
headerの高さが80pxあるので、100vhから80px分だけマイナスする
*/
/* #mainvisual img {
  width: 100%;
  height: calc(100vh - 80px);
  object-fit: cover;
} */

.main-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: url("/img/mainvisual.jpg") top center / cover no-repeat;
  margin: 0 0 150px 0;
  /* filter: brightness(80%); */
}

.main-visual h2 {
  color: #fff;
}

h2 {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  /* color: #fff; */
}

.sp-nav {
  display: none;
}

.content {
  display: flex;
  width: 100%;
  margin: 0 auto 100px;
}
.content .left {
  width: 35%;
  position: relative;
}
/*
疑似要素（before）で白いボックスを作り画像の上に重ねる
「transform: skewX(-18deg);」で角度をつけて平行四辺形にする
positionとrightで画像の上に重ねる
*/
.content .left::before {
  content: "";
  width: 300px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -160px;
  transform: skewX(-18deg);
}
.content .left .text-area {
  position: absolute;
  top: 60px;
  left: 60px;
}
.content .left .title {
  line-height: 1;
  margin-bottom: 56px;
}
/*
「display: block;」を設定することで、
改行されてmargin-bottomが効くようになる。
※spanタグはデフォルトではinlineのため、
改行もされないしmargin-bottomも効かない
*/
.content .left .title .en {
  display: block;
  font-size: 4.375rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.content .left .title .ja {
  display: block;
  font-size: 0.875rem;
}
.content .left .copy {
  font-size: 0.875rem;
}
.content .right {
  width: 65%;
}
/*
「vertical-align: bottom;」で画像の下にできる隙間を消す
「object-fit: cover;」で高さを500pxで固定したままトリミングする
※「object-fit」はIEでは正しく動作しないため注意が必要
*/

/*-------------------------------------------
Concept、Work
-------------------------------------------*/
.container {
  max-width: 1300px;
  background-color: #fff;
  margin: 0 auto;
  padding: 3% 18px;
}
.container .concept .work {
  margin: 0 auto;
}
.content_t {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  margin-left: 150px;
}
.content_t .img_t {
  width: 35%;
}
.content_t .text {
  width: 50%;
  padding-left: 2%;
}
.content_t .right .img_t {
  width: 100%;
  height: 500px;
  vertical-align: bottom;
  object-fit: cover;
}

.section-title-en {
  display: inline-block;
  margin-bottom: 25px;
}

/*-------------------------------------------
News
-------------------------------------------*/
/* #news {
  margin-bottom: 120px;
}
#news .list {
  display: flex;
  justify-content: space-between;
}
#news a {
  color: #000;
}
#news .list li {
  width: calc(100% / 4);
  border-right: solid 1px #000;
  padding: 10px 20px;
  margin: 0;
}
#news .list li:first-child {
  padding-left: 0;
}
#news .list li:last-child {
  border-right: none;
  padding-right: 0;
}
#news .list li .date-area {
  text-align: center;
}
#news .list li .date-area span {
  width: 50px;
  height: 20px;
  line-height: 20px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 10px;
  text-align: center;
} */
/*-------------------------------------------
News
-------------------------------------------*/
#news {
  background-color: #fff;
  padding: 2%;
}
#news dl {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #c8c8c8;
  margin-bottom: 20px;
}
#news dt {
  width: 20%;
  border-bottom: solid 1px #c8c8c8;
  padding: 15px;
}
#news dd {
  width: 80%;
  border-bottom: solid 1px #c8c8c8;
  padding: 15px;
}
#news p {
  padding: 15px;
  margin-left: 100px;
}

/*-------------------------------------------
About
-------------------------------------------*/
#about {
  display: flex;
  margin-bottom: 120px;
}
#about .img {
  width: 55%;
}
#about .img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#about .text {
  width: 45%;
  padding: 180px 5% 0 5%;
}
#about .text p {
  line-height: 2.2;
}

/*-------------------------------------------
Business
-------------------------------------------*/
#business {
  margin-bottom: 120px;
}
#business .flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#business .flex .left {
  width: 46%;
  /* margin-top: 100px; */
}
#business .flex .right {
  width: 46%;
}
#business .flex .item {
  margin-bottom: 50px;
  padding: 0 10px 0;
}
#business .flex .item:last-child {
  margin-bottom: 0;
}
#business .flex .title {
  font-weight: bold;
  margin: 0 0 10px 18px;
  position: relative;
}
#business img {
  /* box-shadow: 5px 5px 5px #ccc; */
}
/*
疑似要素でタイトルの横線を引く
*/
#business .flex .title::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -18px;
}
/*-------------------------------------------
Business1
-------------------------------------------*/
#bussines1 {
  margin-top: 150px;
  margin-bottom: 50px;
}

#bussines1 ul {
  display: flex;
  justify-content: space-between;
}
#bussines1 li {
  width: 25%;
  margin: 0 0 0 15px;
}
#bussines1 li h3 {
  color: #000;
  text-align: center;
  font-size: 1.3rem;
  padding: 5px 0;
}
#bussines1 img {
  box-shadow: 5px 5px 5px #ccc;
  transition: 0.3s;
}
#bussines1 img:hover {
  opacity: 0.8;
  transition: 0.3s;
}
/*-------------------------------------------
Business2
-------------------------------------------*/
#Business2 {
  width: 100%;
  /* font-size: 16px; */
  color: #333333;
  padding: 20px;
  margin-top: 100px;
}
#Business2 ul {
  display: inline;
}
#Business2 li {
  list-style-type: none;
  padding: 10px 10px;
  margin: 0;
  border-bottom: 1px solid #84b2e0;
  font-size: 1.25rem;
}
/*-------------------------------------------
daikou
-------------------------------------------*/
#daikou {
  width: 100%;
  padding: 40px;
  margin: 0 auto;
}
#daikou p {
  text-align: center;
  font-size: 1.8rem;
}
/*-------------------------------------------
youkou
-------------------------------------------*/
#item {
  margin-top: 100px 
}
#item .table {
  width: 100%;
  margin: 0 auto;
}
#item .table .color,
#item .table .size {
  /* width: 20%; */
}
#item .table .quantity {
  /* width: 60%; */
}
/*
テーブルの線は重ならないように設定（外枠なしのレイアウト）
１．tdの上を設定
*/
#item .table td {
  border: solid 1px #c3c3c3;
  border-left: none;
}
/*
２．th、tdの右を設定
*/
#item .table th,{
  font-weight: normal;
  padding: 10px;
  border-right: solid 1px #c3c3c3;
  text-align: center;
}
#item .table td {
  font-weight: normal;
  padding: 10px;
  border-right: solid 1px #c3c3c3;
  text-align: left;
}
/*
３．th、tdの最後だけ右の線を消す
*/
#item .table th:last-child,
#item .table td:last-child {
  border-right: none;
}
/*-------------------------------------------
youkou
-------------------------------------------*/
/*
テキストと画像はpositionを使って配置
子要素の「position: absolute;」で高さがなくなるため、
「height: 750px;」を指定して高さを確保
*/
#youkou {
  height: 300px;
  /* display: flex; */
  align-items: center;
  position: relative;
  margin-top:80px;
}
#youkou .text {
  width: 100%;
  background-color: #fff;
  padding: 50px 8% 50px 6%;
  position: absolute;
  top: 0;
  left: 0;
}
#youkou .img {
  width: 53%;
  position: absolute;
  top: 115px;
  right: 0;
}
#youkou .img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#youkou .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#youkou .info dt {
  width: 20%;
  margin-top: 10px;
}
/*
1つめのdtにはmargin-topを設定しない
*/
#youkou .info dt:first-of-type {
  margin-top: 0;
}
#youkou .info dd {
  width: 80%;
  margin-top: 10px;
}
#youkou .section-title .en {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
  text-align: center;
}
#youkou p {
  padding: 30px 0 0 0;
  font-size: 1.15rem;
}
/*
1つめのddにはmargin-topを設定しない
*/
#youkou .info dd:first-of-type {
  margin-top: 0;
}
#youkou .info .add {
  margin-left: 20%;
}

/*-------------------------------------------
Company
-------------------------------------------*/
/*
テキストと画像はpositionを使って配置
子要素の「position: absolute;」で高さがなくなるため、
「height: 750px;」を指定して高さを確保
*/
#company {
  height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 100px;
}
#company .en {
  text-align: center;
  margin-bottom: 30px;
}
#company .text {
  width: 100%;
  background-color: #fff;
  padding: 45px;
  position: absolute;
  top: 0;
  left: 0;
}
#company .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#company .info dt {
  width: 20%;
  margin-top: 10px;
}
/*
1つめのdtにはmargin-topを設定しない
*/
#company .info dt:first-of-type {
  margin-top: 0;
}
#company .info dd {
  width: 80%;
  margin-top: 10px;
}
/*
1つめのddにはmargin-topを設定しない
*/
#company .info dd:first-of-type {
  margin-top: 0;
}
#company .info .add {
  margin-left: 20%;
}

#merit {
  background-color: #fff;
  padding: 2%;
  margin-top: 50px;
}

#merit .en {
    /* display: flex; */
    text-align: center;
    vertical-align: middle;
    align-items: center;
    border-bottom: solid 1px #c3c3c3;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px 0 30px;
}

#merit h3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 50px;
}

#merit p {
  font-size: 1.15rem;
  font-weight: lighter;
  padding: 0 0 30px 80px;
}

/*-------------------------------------------
Detail
-------------------------------------------*/
#detail {
  background-color: #fff;
  padding: 60px;
  margin-top:50px;
  margin-bottom: 60px;
}
#detail .flex {
  display: flex;
}
#detail dl {
  width: 35%;
  border-right: solid 1px #333;
  padding-right: 40px;
}
#detail dt {
  font-weight: bold;
  text-align: center;
  padding-top: 25px;
  font-size: 1.5rem;
}
#detail dd {
  margin-bottom: 10px;
}
#detail dd:last-child {
  margin-bottom: 0;
}
#detail .text {
  width: 65%;
  padding-top: 10px;
  padding-left: 40px;
}
#detail .text p {
  margin-bottom: 20px;
  font-size: 1.125rem;
}
#detail .text .link {
  color: #333;
}
#detail .text .link:hover {
  opacity: 0.6;
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  /* background-color: #fff; */
  padding-bottom: 20px;
}
#footer .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
#footer .flex .logo {
  margin-right: 0;
}
#footer .copyright {
  font-size: 0.625rem;
}

.sp-nav {
  display: none;
}

/*-------------------------------------------
SP
-------------------------------------------*/
/* @media screen and (max-width: 900px) {
  .pc-nav {
    display: none;
  }

  .wrapper {
    padding: 0 4% 0;
  }

  .logo {
    width: 80px;
    margin: 8px 0;
  }
  .section-title {
    margin-bottom: 34px;
  }
  .section-title .ja {
    margin-bottom: 24px;
  } */

  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  /* #header .inner {
    flex-direction: column;
    align-items: flex-start;
  }
  #header .contact {
    display: none;
  } */

  /* .sp-nav {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.2s ease-in-out;
  }

  #hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 25px;
    margin: 0 0 0 auto;
  }
  #hamburger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: translateY(-50%);
  }
  #hamburger::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  #hamburger::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 2px;
    background-color: #fff;
  } */

  /*スマホメニュー*/
  /* .sp-nav ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .sp-nav li {
    margin: 0;
    padding: 0;
  }
  .sp-nav li span {
    font-size: 15px;
    color: #fff;
  }
  .sp-nav li a,
  .sp-nav li span {
    display: block;
    padding: 20px 0;
  } */
  /*-閉じるアイコンー*/
  /* .sp-nav .close {
    position: relative;
    padding-left: 20px;
  }
  .sp-nav .close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
  }
  .sp-nav .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
  }
  .toggle {
    transform: translateY(0);
    opacity: 1;
  }
  .main-visual {
    padding: 0 4%;
  }
  h2 {
    line-height: 1.6;
    text-align: center;
  } */

  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
  /* #mainvisual {
    margin-bottom: 80px;
  } */

  /*-------------------------------------------
  News
  -------------------------------------------*/
  /* #news {
    margin-bottom: 80px;
  }
  #news .list {
    flex-direction: column;
  }
  #news .list li {
    width: 100%;
    border-right: none;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  #news .list li:last-child {
    margin-bottom: 0;
  } */

  /*-------------------------------------------
  About
  -------------------------------------------*/
  /* #about {
    flex-direction: column;
    margin-bottom: 80px;
  }
  #about .img {
    width: 100%;
    margin-bottom: 30px;
  }
  #about .img img {
    height: 300px;
  }
  #about .text {
    width: 100%;
    padding: 0 16px;
  } */

  /*-------------------------------------------
  Business
  -------------------------------------------*/
  /* #business {
    margin-bottom: 80px;
  }
  #business .flex {
    flex-direction: column;
    padding: 0;
  }
  #business .flex .left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #business .flex .right {
    width: 100%;
  }
  #business .flex .item {
    text-align: center;
    margin-bottom: 30px;
  }
  #business .flex .title {
    text-align: left;
  } */

  /*-------------------------------------------
  Business1
  -------------------------------------------*/
  /* #bussines1 {
    margin-top: 300px;
  } */

  /* #bussines1 ul {
    flex-direction: column;
  }
  #bussines1 li {
    width: 100%;
    margin: 0 0 30px 0;
  } */
  /*-------------------------------------------
Business2
-------------------------------------------*/
  /* #Business2 {
    width: 100%;
    font-size: 1rem;
    color: #333333;
    padding: 20px;
    margin-top: 100px;
  } */
  /*-------------------------------------------
youkou
-------------------------------------------*/
  /* #youkou {
    height: 400px; */
    /* display: flex; */
    /* align-items: center;
    position: relative;
  } */

  /*-------------------------------------------
  Company
  -------------------------------------------*/
  /*
  「position: static;」でrelativeを解除
  */
  /* #company {
    height: auto;
    flex-direction: column;
    position: static;
  } */
  /*
  「position: static;」でabsoluteを解除
  */
  /* #company .text {
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 20px;
    position: static;
  } */
  /*
  「position: static;」でabsoluteを解除
  */
  /* #company .img {
    width: 100%;
    padding: 0;
    position: static;
  }
  #company .info {
    flex-direction: column;
  }
  #company .info dt {
    width: 100%;
    margin-top: 20px;
  }
  #company .info dd {
    width: 100%;
    margin-top: 5px;
    padding-left: 14px;
  }
  #company .info dd:first-of-type {
    margin-top: 5px;
  }
  #company .info .add {
    margin-left: 0;
  } */

  /*-------------------------------------------
  footer
  -------------------------------------------*/
  /* #footer .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  #footer .flex .logo {
    margin-bottom: 10px;
  } */
}
