@charset "utf-8";

/* ---------------------------------------------------
   File: index.css
   Version: 1.0.0
   Update: 2025-05-21
   Author: https://flowlab.co.jp

   (c)2007-2025 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* =======================================================================================================================

   WIDE DESKTOP LAYOUT

======================================================================================================================= */

/* ====================================================
		Common
==================================================== */
/* -------------------------------
		Title
------------------------------- */
.titleIndex {
  padding-left: 100px;
  display: inline-block;
}
.titleIndex .flex {
  align-items: center;
}

/* Large English */
.titleIndex strong {
  font-size: 10rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

/* English */
.titleIndex .flex span:first-child {
  color: #109519;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  position: relative;
  display: inline;
  padding: 0 14px;
}
.titleIndex .flex span:first-child::before,
.titleIndex .flex span:first-child::after {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.titleIndex .flex span:first-child::before {
  content: '（';
  left: -10px;
}
.titleIndex .flex span:first-child::after {
  content: '）';
  right: -10px;
}

/* Japanese */
.titleIndex .flex span.jp {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: right;
  padding-right: 50px;
}

/* -------------------------------
		Button Only
------------------------------- */
.btnOnly {
  width: 50px;
  height: 28px;
  border: 1px solid #109519;
  background: #109519;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  right: 100px;
  transition: .3s;
}
.btnOnly span {
  display: block;
}
.btnOnly span::before,
.btnOnly span::after {
  content: '';
  position: absolute;
  z-index: 1;
  transition: .3s;
}
.btnOnly span::before {
  width: 12px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btnOnly span::after {
  width: 5px;
  height: 5px;
  top: calc(50% - 1px);
  right: 22px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg) translateY(-50%);
}

/* Hover */
#contents a:hover {
  opacity: 1;
}
#contents a:hover .btnOnly {
  border: 1px solid #109519;
  background: none;
}
#contents a:hover .btnOnly span::before {
  background-color: #109519;
}
#contents a:hover .btnOnly span::after {
  border-top: solid 1px #109519;
  border-right: solid 1px #109519;
}



/* ====================================================
		Main Visual
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#mainVisual {
  width: calc(100% - 20px);
  border-radius: 5px;
  position: relative;
  top: 10px;
  left: 10px;
  margin-bottom: 20px;
  z-index: 0;
}

/* -------------------------------
		Catch Copy
------------------------------- */
#mainVisual .catchCopy {
  color: #fff;
  font-size: 7.4rem;
  text-align: right;
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 1;
}

/* -------------------------------
		Navigation
------------------------------- */
#mainVisual #navIndex {
  position: absolute;
  bottom: 70px;
  left: 50px;
  z-index: 1;
}
#mainVisual #navIndex ul li a {
  color: #fff;
  font-size: 1.5rem;
  padding: 8px 0;
  display: block;
}

/* -------------------------------
		Main Visual - Photo
------------------------------- */
#mainVisual .sliderMain {
  position: relative;
  z-index: -1;
}
#mainVisual .sliderMain li.sliderMainList {
  height: calc(100vh - 20px)!important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  position: absolute;
  margin: 0;
}
#mainVisual .sliderMain li.photo1 { background-image: url("../img_index/main/01.jpg");}
#mainVisual .sliderMain li.photo2 { background-image: url("../img_index/main/02.jpg");}
#mainVisual .sliderMain li.photo3 { background-image: url("../img_index/main/03.jpg");}
#mainVisual .sliderMain li.photo4 { background-image: url("../img_index/main/04.jpg");}

/* Dot */
#mainVisual .slick-dots li,
#mainVisual .slick-dots li button,
#mainVisual .slick-dots li button::before {
  width: 8px;
  height: 8px;
  border-radius: 10px;
}
#mainVisual .slick-dots {
  width: auto;
  bottom: auto;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
#mainVisual .slick-dots li {
  margin: 5px 0;
}
#mainVisual .slick-dots li button {
  border: 1px solid #fff;
  background-color: none;
  padding: 0;
}
#mainVisual .slick-dots li button::before {
  content: '';
}
#mainVisual .slick-dots li.slick-active button::before {
  background: #fff;
  opacity: 1;
}




/* ====================================================
		About
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#about {
  background: url("../img_index/ph_about.jpg") no-repeat center bottom / cover;
  border-radius: 0 0 100px 100px;
  position: relative;
  padding: 0 0 500px;
  margin-top: 400px;
}

/* -------------------------------
		Background - English
------------------------------- */
#about::before {
  content: 'CRAFTMANSHIP';
  color: rgb(51,51,51,.02);
  font-size: 28rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: absolute;
  top: -1.25em;
  left: -0.4em;
  z-index: -1;
}

/* -------------------------------
		Title
------------------------------- */
#about .title_en {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  top: -50px;
  left: 0;
}

/* English */
#about .title_en span {
  color: #109519;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: .1em;
  position: relative;
}
#about .title_en span::before,
#about .title_en span::after {
  font-size: 1.5rem;
  font-weight: 400;
}
#about .title_en span::before {
  content: '(';
  padding-right: 10px;
}
#about .title_en span::after {
  content: ')';
  padding-left: 10px;
}

/* -------------------------------
		Catch Copy
------------------------------- */
#about h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 2.2;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  right: 20%;
  top: -40px;
}

/* -------------------------------
		Lead Text
------------------------------- */
#about .leadText {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 220px;
}
#about .leadText p {
  font-size: 1.8rem;
  line-height: 2.8;
}
#about .leadText p:not(:last-child) {
  padding-bottom: 1.9em;
}

/* -------------------------------
		Button
------------------------------- */
#about .btn {
  max-width: 900px;
  text-align: left;
  margin: 0 auto;
}




/* ====================================================
		Strengths
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#strengths {
  position: relative;
  top: -40px;
}
#strengths section {
  padding-bottom: 50px;
}
#strengths section .flex {
  align-items: flex-start;
  position: relative;
}

/* -------------------------------
		Title
------------------------------- */
#strengths h2 {
  padding-bottom: 170px;
}

/* -------------------------------
		Link
------------------------------- */
#strengths section a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* -------------------------------
		Number
------------------------------- */
#strengths section .number {
  width: 5%;
  position: relative;
}
#strengths section .number::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #109519;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#strengths section .number strong,
#strengths section .number span {
  color: #109519;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  background: #fff;
  display: block;
  margin: 0 auto;
}
#strengths section .number strong {
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 15px;
}
#strengths section .number span {
  font-size: 1.1rem;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin-top: 40px;
  padding-top: 15px;
}

/* -------------------------------
		Text Area
------------------------------- */
#strengths section .flex div {
  width: calc(86% - 20px);
  padding: 0 20px 40px 0;
}

/* Title */
#strengths section .flex div h3 {
  font-size: 3.8rem;
  font-weight: 500;
  margin-bottom: 30px;
}
#strengths section .flex div h3 strong {
  color: #109519;
  font-weight: 500;
}

/* Button */
#strengths section .flex div .btnOnly {
}

/* -------------------------------
		Strengths - 01 & 03
------------------------------- */
#strengths #strengths1,
#strengths #strengths3 {
  width: 1100px;
  margin: 0 auto;
}

/* Photo */
#strengths #strengths1 .photo,
#strengths #strengths3 .photo {
  width: 36%;
  order: 2;
}
#strengths #strengths1 .flex,
#strengths #strengths3 .flex {
  width: 64%;
  order: 1;
}

/* -------------------------------
		Strengths - 02
------------------------------- */
#strengths #strengths2 {
}

/* Photo */
#strengths #strengths2 .photo {
  width: 46%;
}
#strengths #strengths2 .photo img {
  border-radius: 0 10px 10px 0;
}
#strengths #strengths2 .flex {
  width: 50%;
}




/* ====================================================
		Service
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#service {
  padding-top: 140px;
}

/* -------------------------------
		Background
------------------------------- */
#service .bg {
  position: relative;
}
#service .bg::after {
  content: '';
  width: calc(100% - 100px);
  height: 100%;
  background: #109519;
  border-radius: 0 0 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  z-index: -1;
}

/* -------------------------------
		Photo
------------------------------- */
#service .photo {
  width: calc(100% - 200px);
  position: relative;
  margin: 0 0 0 auto;
}
#service .photo img {
  border-radius: 10px 0 0 10px!important;
}

/* Background */
#service .photo::after {
  content: '';
  width: calc(100% + 200px);
  height: 200px;
  background: #109519;
  position: absolute;
  bottom: 0;
  left: -200px;
  display: block;
  z-index: -1;
}

/* -------------------------------
		Title
------------------------------- */
#service .titleIndex,
#service .titleIndex span {
  color: #fff;
}
#service .titleIndex {
  position: relative;
  top: -40px;
}

/* -------------------------------
		Catch Copy
------------------------------- */
#service div.flex {
  padding: 30px 100px 110px;
}
#service .catchCopy {
  width: calc(100% - 300px);
  color: #fff;
  font-size: 3.8rem;
}

/* -------------------------------
		Button
------------------------------- */
#service .btn {
  width: 300px;
  padding-top: 50px;
}
#service .btn a {
  border-radius: 100px 0 0 100px;
  padding-right: 0!important;
  display: block;
}
#service .btn a span::before {
  left: -72px;
}
#service .btn a span::after {
  left: -68px;
}

/* -------------------------------
		Slider
------------------------------- */
#service .slider {
  padding-bottom: 100px;
}
#service .slider img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#service .slider .slick-slide {
  margin: 0 5px;
}




/* ====================================================
		Facilities
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#facilities {
  padding: 200px 0;
}

/* -------------------------------
		Title
------------------------------- */
#facilities h2 {
  width: 36em;
  margin-bottom: 80px;
}

/* -------------------------------
		Button - All
------------------------------- */
#facilities .titleFlex .btn {
  max-width: auto;
  width: 30%;
  margin: 0;
  padding: 20px 0 0;
}
#facilities .titleFlex .btn a {
  padding-right: 65px;
}

/* Icon - Box */
#facilities .titleFlex .btn a::before {
  left: auto;
  right: 0;
}

/* Icon - Arrow */
#facilities .titleFlex .btn a span::before {
  left: auto;
  right: -45px;
}
#facilities .titleFlex .btn a span::after {
  left: auto;
  right: -43px;
}

/* -------------------------------
		Slider
------------------------------- */
#facilities .sliderFacilities .slick-slide {
  margin: 0 15px;
}
#facilities .sliderFacilities a {
  color: #fff;
  position: relative;
  display: block;
}

/* -------------------------------
		Number
------------------------------- */
#facilities .number {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
#facilities .number span,
#facilities .number strong {
  font-size: 1.1rem;
}

/* Number */
#facilities .number span {
  position: relative;
  display: inline;
  padding: 0 14px;
}
#facilities .number span::before,
#facilities .number span::after {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#facilities .number span::before {
  content: '（';
  left: -10px;
}
#facilities .number span::after {
  content: '）';
  right: -10px;
}

/* English */
#facilities .number strong {
  display: block;
}

/* -------------------------------
		Facilities Name
------------------------------- */
#facilities h3 {
  font-size: 3.8rem;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 1;
}

/* -------------------------------
		Button
------------------------------- */
#facilities .btnOnly {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 0;
}
#facilities a:hover .btnOnly {
  border: 1px solid #fff;
}
#facilities a:hover .btnOnly span::before {
  background-color: #fff;
}
#facilities a:hover .btnOnly span::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}




/* ====================================================
		Company
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#company,
#company a {
  color: #fff;
}
#company {
  width: calc(100% - 20px);
  background: #1f2332;
  border-radius: 10px;
  margin: 0 auto;
  padding: 150px 0 0;
}
#company .row {
  max-width: 1100px;
  padding: 0;
}

/* -------------------------------
		Title
------------------------------- */
#company h2 {
  padding: 0 0 80px;
}
#company h2 span {
  color: #fff;
}

/* -------------------------------
		Banner
------------------------------- */
#company .flex.bn {
  padding-bottom: 110px;
  position: relative;
}
#company .flex.bn::after {
  content: 'SHIMAFUMI';
  color: rgb(255,255,255,.03);
  font-size: 30rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
#company .flex.bn li {
  width: 49%;
  position: relative;
  z-index: 1;
}

/* Text */
#company .flex.bn li .txt {
  position: absolute;
  bottom: 40px;
  left: 60px;
  z-index: 2;
}

/* Text - English */
#company .flex.bn li .txt span {
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: .1em;
  position: relative;
}
#company .flex.bn li .txt span::before,
#company .flex.bn li .txt span::after {
  font-size: 1.5rem;
  font-weight: 400;
}
#company .flex.bn li .txt span::before {
  content: '(';
  padding-right: 10px;
}
#company .flex.bn li .txt span::after {
  content: ')';
  padding-left: 10px;
}

/* Text - Japanese */
#company .flex.bn li .txt strong {
  font-size: 2.8rem;
  font-weight: 400;
  display: block;
}

/* Photo */
#company .flex.bn li a .photo {
  position: relative;
}
#company .flex.bn li a .photo::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(179,179,179,1);
  border-radius: 10px;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .3s;
}
#company .flex.bn li a:hover {
  opacity: 1;
}
#company .flex.bn li a:hover .photo::before {
  opacity: 0;
}

/* -------------------------------
		Text Link
------------------------------- */
#company .flex.txt {
  background: #1f2332;
  border-top: 1px solid rgb(255,255,255,.1);
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 1;
}
#company .flex.txt li {
  width: 50%;
}
#company .flex.txt li:first-child {
  width: calc(50% - 1px);
  border-right: 1px solid rgb(255,255,255,.1);
}
#company .flex.txt li a {
  display: block;
  padding: 70px 60px 110px 100px;
  position: relative;
}
#company .flex.txt li a span,
#company .flex.txt li a strong {
  line-height: 1.4;
  display: block;
}

/* Japanese */
#company .flex.txt li a span {
  font-size: 1.6rem;
}

/* English */
#company .flex.txt li a strong {
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: .05em;
}

/* Button */
#company .flex.txt .btnOnly {
  top: calc(70px + 2em);
  bottom: auto;
  right: 70px;
}
#company a:hover .btnOnly {
  border: 1px solid #fff;
}
#company a:hover .btnOnly span::before {
  background-color: #fff;
}
#company a:hover .btnOnly span::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}




/* ====================================================
		Recruit
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#recruit {
  padding: 270px 0;
  position: relative;
}

/* Background - text */
#recruit::after {
  content: 'RECRUIT';
  color: rgb(51,51,51,.02);
  font-size: 30rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/* -------------------------------
		Title
------------------------------- */
#recruit .titleRecruit {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
}
#recruit h2 {
  position: absolute;
  top: 50px;
  left: 60px;
  z-index: 1;
}
#recruit h2 span,
#recruit h2 strong {
  color: #fff;
}
/* Text - English */
#recruit h2 span {
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: .1em;
  position: relative;
}
#recruit h2 span::before,
#recruit h2 span::after {
  font-size: 1.5rem;
  font-weight: 400;
}
#recruit h2 span::before {
  content: '(';
  padding-right: 10px;
}
#recruit h2 span::after {
  content: ')';
  padding-left: 10px;
}

/* Text - Japanese */
#recruit h2 strong {
  font-size: 2.8rem;
  font-weight: 400;
  display: block;
}

/* -------------------------------
		Catch Copy
------------------------------- */
#recruit .catchCopyRecruit .catchCopy {
  font-size: 3.8rem;
  text-align: center;
  padding-top: 90px;
  position: relative;
  z-index: 1;
}
#recruit .catchCopyRecruit .catchCopy strong {
  color: #109519;
  font-weight: 500;
}

/* -------------------------------
		Button
------------------------------- */
#recruit .catchCopyRecruit .btn {
  padding-top: 50px;
}
#recruit .catchCopyRecruit .btn a span::before {
  background-color: #109519;
}
#recruit .catchCopyRecruit .btn a span::after {
  border-top: solid 1px #109519;
  border-right: solid 1px #109519;
}

/* Hover */
#recruit .catchCopyRecruit .btn a:hover {
  background-color: #109519;
}
#recruit .catchCopyRecruit .btn a::before:hover {
  background-color: none!important;
}
#recruit .catchCopyRecruit .btn a:hover span::before {
  background-color: #fff;
}
#recruit .catchCopyRecruit .btn a:hover span::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

/* -------------------------------
		Photo
------------------------------- */
#recruit .photoRecruit,
#recruit .photo {
  position: relative;
}

/* Photo 01 */
#recruit .photo.no1 {
  max-width: 760px;
}

/* Photo 02 - 04 */
#recruit .photoRecruit .photo {
  position: absolute;
}

/* Photo 02 */
#recruit .photo.no2 {
  max-width: 210px;
  top: -140px;
  right: 60px;
}

/* Photo 03 */
#recruit .photo.no3 {
  max-width: 320px;
  top: 190px;
  left: 10px;
}

/* Photo 04 */
#recruit .photo.no4 {
  max-width: 210px;
  top: 180px;
  right: 130px;
}





/* =======================================================================================================================

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  
  /* ====================================================
      Common
  ==================================================== */
  /* -------------------------------
      Title
  ------------------------------- */
  /* Large English */
  .titleIndex strong {
    font-size: 8rem;
  }
  
  /* -------------------------------
      Button Only
  ------------------------------- */
  
  
  
  
  /* ====================================================
      Main Visual
  ==================================================== */
  /* -------------------------------
      Catch Copy
  ------------------------------- */
  #mainVisual .catchCopy {
    font-size: 6rem;
  }
  
  
  
  
  /* ====================================================
      About
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #about {
    margin-top: 300px;
    padding-top: 0!important;
    padding-bottom: 500px!important;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #about .title_en {
    max-width: 88%;
  }
  
  /* -------------------------------
      Lead Text
  ------------------------------- */
  #about .leadText {
    max-width: 88%;
  }
  
  /* -------------------------------
      Button
  ------------------------------- */
  #about .btn {
    max-width: 88%;
  }
  
  
  
  
  /* ====================================================
      Strengths
  ==================================================== */
  
  /* -------------------------------
      Strengths - 01 & 03
  ------------------------------- */
  #strengths #strengths1,
  #strengths #strengths3 {
    width: 88%;
  }
  
  
  
  
  /* ====================================================
      Service
  ==================================================== */
  /* -------------------------------
      Photo
  ------------------------------- */
  #service .photo {
    width: calc(100% - 20px);
  }
  
  /* -------------------------------
      Catch Copy
  ------------------------------- */
  #service .catchCopy {
    width: 100%;
  }
  
  /* -------------------------------
      Button
  ------------------------------- */
  #service .btn {
    padding-top: 30px;
    margin: 0 0 0 auto;
  }
  
  
  
  
  /* ====================================================
      Facilities
  ==================================================== */
  /* -------------------------------
      Title
  ------------------------------- */
  #facilities h2 {
    width: 30em;
    margin-bottom: 0;
  }
  
  /* -------------------------------
      Button - All
  ------------------------------- */
  #facilities .titleFlex .btn {
    width: 96%;
    text-align: right;
    padding: 0 0 30px;
  }
  
  /* -------------------------------
      Facilities Name
  ------------------------------- */
  #facilities h3 {
    font-size: 3.6rem;
  }
  
  
  
  
  /* ====================================================
      Company
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #company .row {
    max-width: 88%;
  }
  
  /* -------------------------------
      Text Link
  ------------------------------- */
  #company .flex.txt li a {
    padding: 70px 50px 80px 60px;
  }
  
  
  
  
  /* ====================================================
      Recruit
  ==================================================== */
  /* -------------------------------
      Title
  ------------------------------- */
  #recruit .titleRecruit {
    max-width: calc(100% - 20px);
  }
  
  /* -------------------------------
      Photo
  ------------------------------- */
  /* Photo 02 */
  #recruit .photo.no2 {
    top: -200px;
  }
  
  /* Photo 03 */
  #recruit .photo.no3 {
    max-width: 240px;
    left: -50px;
  }
  
  /* Photo 04 */
  #recruit .photo.no4 {
    max-width: 180px;
    top: 160px;
    right: 10px;
  }
  
  
  
  
}




/* =======================================================================================================================

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Common
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents article {
    width: calc(100% - 40px);
    padding-top: 60px;
    margin: 0 auto;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  .titleIndex {
    padding-left: 0;
    display: block;
  }
  .titleIndex .flex {
    display: block;
  }
  
  /* Large English */
  .titleIndex strong {
    font-size: 3rem;
  }
  
  /* Japanese */
  .titleIndex .flex span.jp {
    font-size: 1.3rem;
    padding: 10px 0 0 0;
    display: block;
  }
  
  /* -------------------------------
      Button Only
  ------------------------------- */
  .btnOnly {
    width: 40px;
    height: 24px;
  }
  .btnOnly span::before {
    width: 10px;
    right: 16px;
  }
  .btnOnly span::after {
    right: 18px;
  }
  
  
  
  /* ====================================================
      Main Visual
  ==================================================== */
  /* -------------------------------
      Catch Copy
  ------------------------------- */
  #mainVisual .catchCopy {
    font-size: 3rem;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    bottom: 20px;
    right: 30px;
  }
  
  /* -------------------------------
      Navigation
  ------------------------------- */
  #mainVisual #navIndex {
    display: none;
  }
  
  /* -------------------------------
      Main Visual - Photo
  ------------------------------- */
  /* Dot */
  #mainVisual .slick-dots,
  #mainVisual .slick-dots li {
    display: none;
  }
  
  
  
  
  /* ====================================================
      About
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #about {
    width: calc(100% - 80px)!important;
    border-radius: 0 0 50px 50px;
    padding: 0 40px 400px;
    margin-top: 100px!important;
  }
  
  /* -------------------------------
      Background - English
  ------------------------------- */
  #about::before {
    font-size: 6rem;
    top: 0;
    z-index: 0;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #about .title_en {
    width: 100%;
    top: 0;
    margin-bottom: 20px;
  }
  
  /* -------------------------------
      Catch Copy
  ------------------------------- */
  #about h2 {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: .02em;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    white-space: normal;
    position: static;
  }
  
  /* -------------------------------
      Lead Text
  ------------------------------- */
  #about .leadText {
    max-width: 100%;
    padding-top: 50px;
  }
  #about .leadText p {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: .02em;
  }
  
  /* -------------------------------
      Button
  ------------------------------- */
  #about .btn a {
    padding-left: 80px;
  }
  #about .btn a span::before {
    left: -34px;
  }
  #about .btn a span::after {
    left: -32px;
  }
  
  
  
  
  /* ====================================================
      Strengths
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #strengths {
    padding-top: 0!important;
    top: -10px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #strengths h2 {
    padding-bottom: 50px;
  }
  
  /* -------------------------------
      Link
  ------------------------------- */
  #strengths section a {
    display: block;
  }
  
  /* -------------------------------
      Number
  ------------------------------- */
  #strengths section .number {
    width: 10%;
  }
  #strengths section .number strong {
    font-size: 1.3rem;
    padding-bottom: 3px;
  }
  #strengths section .number span {
    font-size: 1rem;
    margin-top: 10px;
    padding-top: 6px;
  }
  
  /* -------------------------------
      Text Area
  ------------------------------- */
  #strengths section .flex {
    padding-top: 20px;
  }
  #strengths section .flex div {
    width: 80%;
    padding: 0 0 40px;
  }
  
  /* Title */
  #strengths section .flex div h3 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  
  /* Button */
  #strengths section .flex div .btnOnly {
    right: 0;
  }
  
  /* -------------------------------
      Strengths - 01 & 03
  ------------------------------- */
  #strengths #strengths1,
  #strengths #strengths3 {
    width: 100%;
  }
  
  /* Photo */
  #strengths #strengths1 .photo,
  #strengths #strengths3 .photo {
    width: 100%;
    order: 1;
  }
  #strengths #strengths1 .flex,
  #strengths #strengths3 .flex {
    width: 100%;
    order: 2;
  }
  
  /* -------------------------------
      Strengths - 02
  ------------------------------- */
  /* Photo */
  #strengths #strengths2 .photo {
    width: 100%;
  }
  #strengths #strengths2 .photo img {
    border-radius: 5px;
  }
  #strengths #strengths2 .flex {
    width: 100%;
  }
  
  
  
  
  /* ====================================================
      Service
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #service {
    width: 100%!important;
    padding-top: 140px;
  }
  
  /* -------------------------------
      Background
  ------------------------------- */
  #service .bg::after {
    width: calc(100% - 20px);
    border-radius: 0 0 5px 0;
  }
  
  /* -------------------------------
      Photo
  ------------------------------- */
  #service .photo {
    width: calc(100% - 20px);
  }
  #service .photo img {
    border-radius: 5px 0 0 5px!important;
  }

  /* Background */
  #service .photo::after {
    width: calc(100% + 200px);
    height: 100px;
    left: -100px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #service .titleIndex {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  #service .titleIndex {
    top: -15px;
  }
  
  /* -------------------------------
      Catch Copy
  ------------------------------- */
  #service div.flex {
    padding: 30px 40px 20px;
  }
  #service .catchCopy {
    width: 100%;
    font-size: 1.6rem;
  }
  
  /* -------------------------------
      Button
  ------------------------------- */
  #service .btn {
    width: 100%;
    padding: 20px 0 40px;
  }
  #service .btn a {
    border-radius: 100px;
  }
  #service .btn a span::before {
    left: -5px;
  }
  #service .btn a span::after {
    left: -3px;
  }
  
  /* -------------------------------
      Slider
  ------------------------------- */
  #service .slider {
    padding-bottom: 60px;
  }
  #service .slider img {
    border-radius: 5px;
  }
  
  
  
  
  /* ====================================================
      Facilities
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #facilities {
    padding: 100px 0 80px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #facilities h2 {
    margin-bottom: 0;
  }
  #facilities h2.titleIndex {
    width: 100%;
  }
  
  /* Japanese */
  #facilities h2.titleIndex .flex {
    display: flex;
  }
  #facilities h2.titleIndex .flex span.jp {
    display: inline-block;
    padding-top: 0;
  }
  
  /* -------------------------------
      Button - All
  ------------------------------- */
  #facilities .titleFlex .btn {
    max-width: 100%;
    width: 100%;
    text-align: right;
    padding-bottom: 30px;
  }
  
  /* Icon - Arrow */
  #facilities .titleFlex .btn a span::before {
    right: -50px;
  }
  #facilities .titleFlex .btn a span::after {
    right: -48px;
  }
  
  /* -------------------------------
      Slider
  ------------------------------- */
  #facilities .sliderFacilities .slick-slide {
    margin: 0 5px;
  }
  .slick-slider .slick-track, .slick-slider .slick-list {
    border-radius: 5px;
  }
  
  /* -------------------------------
      Number
  ------------------------------- */
  #facilities .number {
    top: 20px;
    left: 20px;
  }
  
  /* Number */
  #facilities .number span {
    padding: 0 10px;
  }
  #facilities .number span::before,
  #facilities .number span::after {
    font-size: 1.3rem;
  }
  
  /* -------------------------------
      Facilities Name
  ------------------------------- */
  #facilities h3 {
    font-size: 2.2rem;
    top: 30px;
    right: 20px;
  }
  
  /* -------------------------------
      Button
  ------------------------------- */
  #facilities .btnOnly {
    bottom: 20px;
    right: 20px;
    z-index: 0;
  }
  
  
  
  
  /* ====================================================
      Company
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #company {
    width: calc(100% - 20px)!important;
    border-radius: 5px;
    padding: 60px 0 0;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #company h2 {
    padding: 0 20px 30px;
  }
  
  /* Japanese */
  #company h2.titleIndex .flex {
    display: flex;
  }
  #company h2.titleIndex .flex span.jp {
    display: inline-block;
    padding-top: 0;
  }
  
  
  
  
  /* -------------------------------
      Banner
  ------------------------------- */
  #company .flex.bn {
    width: calc(100% - 40px);
    padding-bottom: 30px;
    margin: 0 auto;
  }
  #company .flex.bn::after {
    font-size: 6rem;
  }
  #company .flex.bn li {
    width: 100%;
    margin-bottom: 10px;
  }
  
  /* Text */
  #company .flex.bn li .txt {
    bottom: 20px;
    left: 20px;
  }
  
  /* Text - Japanese */
  #company .flex.bn li .txt strong {
    font-size: 1.6rem;
  }
  
  /* Photo */
  #company .flex.bn li a .photo::before {
    border-radius: 5px;
  }
  #company .flex.bn li a:hover .photo::before {
    opacity: 1;
  }
  
  /* -------------------------------
      Text Link
  ------------------------------- */
  #company .flex.txt li a {
    padding: 30px 20px 50px 20px;
    z-index: 1;
  }
  
  /* Japanese */
  #company .flex.txt li a span {
    font-size: 1.1rem;
  }

  /* English */
  #company .flex.txt li a strong {
    font-size: 1.6rem;
  }
  
  /* Button */
  #company .flex.txt .btnOnly {
    top: auto;
    bottom: 10px;
    right: 10px;
  }
  
  
  
  
  /* ====================================================
      Recruit
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #recruit {
    padding: 80px 10px 60px!important;
    position: relative;
  }
  
  /* Background - text */
  #recruit::after {
    font-size: 6rem;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #recruit .titleRecruit {
    width: 100%;
  }
  #recruit h2 {
    top: 20px;
    left: 20px;
  }
  
  /* Text - Japanese */
  #recruit h2 strong {
    font-size: 1.6rem;
  }
  
  /* -------------------------------
      Photo
  ------------------------------- */
  /* Photo 02 - 04 */
  #recruit .photoRecruit .photo {
    position: static;
  }
  
  /* Photo 02 */
  #recruit .photo.no2 {
    max-width: 90px;
    margin: -90px -10px 0 auto;
  }
  
  /* Photo 03 */
  #recruit .photo.no3 {
    max-width: 140px;
    margin: -10px auto 0 -30px;
  }
  
  /* Photo 04 */
  #recruit .photo.no4 {
    max-width: 70px;
    margin: -70px 30px 0 auto;
  }
  
  /* -------------------------------
      Catch Copy
  ------------------------------- */
  #recruit .catchCopyRecruit .catchCopy {
    font-size: 1.8rem;
    padding-top: 20px;
  }
  
  /* -------------------------------
      Button
  ------------------------------- */
  #recruit .catchCopyRecruit .btn {
    padding-top: 20px;
  }
  
  
  
  
  
  
  
  
  
}