@charset "utf-8";

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

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



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

   WIDE DESKTOP LAYOUT

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

/* ====================================================
		Common
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#contents article {
  max-width: 1100px;
  padding-top: 140px;
  margin: 0 auto;
}




/* ====================================================
		About
==================================================== */
/* -------------------------------
		Title
------------------------------- */
#about h2 {
  width: 44%;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: .1em;
}

/* Point Text */
#about strong {
  color: #109519;
  font-weight: 400;
}

/* -------------------------------
		Text
------------------------------- */
#about div {
  width: 56%;
  font-size: 1.8rem;
  padding-top: 4em;
  padding-bottom: 170px;
}
#about div p {
  line-height: 2.8;
}
#about div p:not(:last-child) {
  margin-bottom: 2em;
}




/* ====================================================
		Cutting & Fabrication - Common
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#contents #cutting,
#contents #fabrication {
  color: #fff;
  max-width: 100%;
  padding-top: 80px;
}

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

/* -------------------------------
		Photo
------------------------------- */
#cutting .photo,
#fabrication .photo {
  width: calc(100% - 200px);
  position: relative;
}

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

/* -------------------------------
		Title
------------------------------- */
#cutting h2,
#fabrication h2 {
  font-size: 3.8rem;
  font-weight: 400;
  padding: 80px 100px 40px;
}

/* -------------------------------
		Text
------------------------------- */
#cutting .flex,
#fabrication .flex {
  padding: 0 100px 120px;
}
#cutting .flex p,
#fabrication .flex p {
  width: calc(63% - 70px);
  line-height: 2.2;
}

/* -------------------------------
		Technology
------------------------------- */
#cutting .flex section,
#fabrication .flex section {
  width: calc(37% - 1px - 70px);
  border-left: 1px solid #fff;
  padding-left: 70px;
}

/* Title */
#cutting .flex section h3,
#fabrication .flex section h3 {
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 20px;
}

/* List */
#cutting .flex section ul,
#fabrication .flex section ul {
  display: flex;
  flex-wrap: wrap;
}
#cutting .flex section ul li,
#fabrication .flex section ul li {
  font-size: 1.4rem;
  margin: 0 5px 5px 0;
}

/* Link */
#cutting .flex section ul li a,
#fabrication .flex section ul li a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 8px 24px;
  display: block;
}
#cutting .flex section ul li a:hover,
#fabrication .flex section ul li a:hover {
  color: #109519;
  background: #fff;
  opacity: 1;
}



/* ====================================================
		Cutting
==================================================== */
/* -------------------------------
		Background
------------------------------- */
#cutting .bg::after {
  border-radius: 0 0 10px 0;
  left: 0;
}

/* -------------------------------
		Photo
------------------------------- */
#cutting .photo {
  margin: 0 0 0 auto;
}
#cutting .photo img {
  border-radius: 10px 0 0 10px!important;
}

/* Background */
#cutting .photo::after {
  left: -200px;
}




/* ====================================================
		Fabrication
==================================================== */
/* -------------------------------
		Background
------------------------------- */
#fabrication .bg::after {
  border-radius: 0 0 0 10px;
  right: 0;
}

/* -------------------------------
		Photo
------------------------------- */
#fabrication .photo img {
  border-radius: 0 10px 10px 0!important;
}

/* Background */
#fabrication .photo::after {
  right: -200px;
}

/* -------------------------------
		Title
------------------------------- */
#fabrication h2 {
  padding-left: 200px;
}

/* -------------------------------
		Text
------------------------------- */
#fabrication .flex {
  padding-left: 200px;
}




/* ====================================================
		Items
==================================================== */
/* -------------------------------
		Title
------------------------------- */
#items .title span {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

/* -------------------------------
		Text
------------------------------- */
#items p a {
  color: #109519;
  border-bottom: 1px solid #109519;
}
#items p a:hover {
  border-bottom: 1px solid #fff;
  opacity: 1;
}

/* -------------------------------
		Dl
------------------------------- */
#items dl {
  border-top: 1px solid rgb(51,51,51,.1);
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
#items dl dt,
#items dl dd {
  border-bottom: 1px solid rgb(51,51,51,.1);
  padding: 30px 0;
}

/* Item Name */
#items dl dt {
  width: 54%;
  font-size: 2.2rem;
  font-weight: 400;
}

/* Detail */
#items dl dd {
  width: 46%;
  font-size: 1.5rem;
  padding: calc(30px + 0.1em) 0;
}
#items dl dd ul li {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}
#items dl dd li p:first-child {
  width: 67%;
}
#items dl dd li p:last-child {
  width: 33%;
}








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

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  
  /* ====================================================
      Common
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents article {
    width: 100%;
    padding: 160px 0 0;
  }
  
  
  
  
  /* ====================================================
      About
  ==================================================== */
  /* -------------------------------
      Title
  ------------------------------- */
  #about h2 {
    width: calc(44% - 4%);
    padding-left: 4%;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #about div {
    width: calc(56% - 4%);
  }
  
  
  
  
  /* ====================================================
      Items
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #items {
    width: calc(100% - 20px);
    padding: 160px 10px 0;
  }
  #items p,
  #items dl {
    max-width: 88%!important;
    margin-right: auto;
    margin-left: auto;
  }
    
  
  
  
  
  
  
  
}




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

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Common
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents article {
    width: calc(100% - 40px);
    padding-top: 60px;
  }
  
  
  
  
  /* ====================================================
      About
  ==================================================== */
  /* -------------------------------
      Title
  ------------------------------- */
  #about h2 {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: .05em;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #about div {
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #about div p {
    line-height: 2;
  }
  #about div p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  
  
  
  
  /* ====================================================
      Cutting & Fabrication - Common
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents #cutting,
  #contents #fabrication {
    width: 100%!important;
    padding-top: 60px;
  }
  
  /* -------------------------------
      Background
  ------------------------------- */
  #cutting .bg::after,
  #fabrication .bg::after {
    width: calc(100% - 20px);
  }
  
  /* -------------------------------
      Photo
  ------------------------------- */
  #cutting .photo,
  #fabrication .photo {
    width: calc(100% - 20px);
  }
  
  /* Background */
  #cutting .photo::after,
  #fabrication .photo::after {
    width: calc(100% + 200px);
    height: 100px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #cutting h2,
  #fabrication h2 {
    font-size: 1.5rem;
    padding: 30px 40px 20px 20px;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #cutting .flex,
  #fabrication .flex {
    padding: 0 40px 40px 20px;
  }
  #cutting .flex p,
  #fabrication .flex p {
    width: 100%;
    letter-spacing: 0;
    line-height: 2;
  }
  
  /* -------------------------------
      Technology
  ------------------------------- */
  #cutting .flex section,
  #fabrication .flex section {
    width: 100%;
    border-left: none;
    border-top: 1px solid #fff;
    padding: 20px 0 0;
    margin-top: 20px;
  }
  
  /* Title */
  #cutting .flex section h3,
  #fabrication .flex section h3 {
    font-size: 1.3rem;
    padding-bottom: 15px;
  }
  
  /* List */
  #cutting .flex section ul li,
  #fabrication .flex section ul li {
    font-size: 1.2rem;
    /*padding: 5px 20px;*/
  }
  
  
  
  /* ====================================================
      Cutting
  ==================================================== */
  /* -------------------------------
      Background
  ------------------------------- */
  #cutting .bg::after {
    border-radius: 0 0 5px 0;
  }

  /* -------------------------------
      Photo
  ------------------------------- */
  #cutting .photo img {
    border-radius: 5px 0 0 5px!important;
  }

  /* Background */
  #cutting .photo::after {
    left: -100px;
  }
  
  
  
  
  /* ====================================================
      Fabrication
  ==================================================== */
  /* -------------------------------
      Background
  ------------------------------- */
  #fabrication .bg::after {
    border-radius: 0 0 0 5px;
  }

  /* -------------------------------
      Photo
  ------------------------------- */
  #fabrication .photo img {
    border-radius: 0 5px 5px 0!important;
  }

  /* Background */
  #fabrication .photo::after {
    right: -100px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #fabrication h2 {
    padding: 30px 20px 20px 40px;
  }

  /* -------------------------------
      Text
  ------------------------------- */
  #fabrication .flex {
    padding: 0 20px 40px 40px;
  }
  
  
  
  
  /* ====================================================
      Items
  ==================================================== */
  /* -------------------------------
      Title
  ------------------------------- */
  #items .title span {
    font-size: 1.2rem;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #items p {
    letter-spacing: 0;
  }
  
  /* -------------------------------
      Dl
  ------------------------------- */
  #items dl {
    display: block;
    margin-top: 30px;
  }
  #items dl dt,
  #items dl dd {
    padding: 15px 0;
  }
  
  /* Item Name */
  #items dl dt {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    border-bottom: none;
    padding-bottom: 8px;
  }
  
  /* Detail */
  #items dl dd {
    width: 100%;
    font-size: 1.3rem;
    padding: 0 0 13px;
  }
  #items dl dd ul li {
    letter-spacing: 0;
    padding: 0 0 5px;
  }
  #items dl dd li p:first-child {
    width: 64%;
  }
  #items dl dd li p:last-child {
    width: 36%;
  }
  
  
  
  
  
  
  
}