@charset "utf-8";

/* ---------------------------------------------------
   File: service_common.css
   Version: 1.0.0
   Update: 2023-04-05
   Author: https://flowlab.co.jp

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



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

   WIDE DESKTOP LAYOUT

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


/* ====================================================
		Header
==================================================== */
/* -------------------------------
		Global Navigation - PC
------------------------------- */
#gNavi .pc li:nth-child(1) a {
  color: #771c20;
}
#gNavi .pc li:nth-child(1) li a {
  color: #4d4d4d;
}
#gNavi .pc li:nth-child(1) li a:hover {
  color: #771c20;
}




/* ====================================================
		Layout
==================================================== */
#serviceWrapper {
  padding-bottom: 200px;
}




/* ====================================================
		Title
==================================================== */
/* -------------------------------
		Page Title
------------------------------- */
#main h1 {
  width: calc(60% - 100px);
}




/* ====================================================
		Local Navigation
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#serviceTitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#lnavi {
  width: calc(40% - 40px);
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 120px 40px 0 0;
}
#lnavi li {
  position: relative;
}
#lnavi li:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #ebeced;
  position: absolute;
  top: 0;
  right: 0;
}

/* -------------------------------
		Link
------------------------------- */
#lnavi li a {
  padding: 10px 30px;
}
#lnavi li a:hover {
  color: #c8cbce;
  opacity: 1;
}




/* ====================================================
		Service Layout
==================================================== */
#serviceWrapper article {
  padding-bottom: 50px;
}
#serviceWrapper article.textOnlyContents {
  padding-bottom: 150px;
}

/* -------------------------------
		Text Box
------------------------------- */
#serviceWrapper article div.flex section.txtBox {
  width: 60%;
}
#serviceWrapper article div section.txtBox {
  width: 100%;
}

/* Title */
#serviceWrapper article div section.txtBox h3 {
  margin-bottom: 30px;
}

/* Text */
#serviceWrapper article div section.txtBox p {
  font-size: 1.5rem;
  margin-bottom: 60px;
}

/* -------------------------------
		Illust
------------------------------- */
#serviceWrapper article div .imageBox {
  width: 34%;
  opacity: 0.7;
}

/* -------------------------------
		Detail List
------------------------------- */
#serviceWrapper article div.flex ul {
  max-width: 600px;
}
#serviceWrapper article div ul {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#serviceWrapper article div ul li {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 6px;
  background: #ebeced;
  padding: 8px 15px;
  margin: 0 6px 6px 0;
  opacity: .5;
}

/* -------------------------------
		Blank Link
------------------------------- */
#serviceWrapper article .blankLink {
  padding-right: 20px;
}
#serviceWrapper article .blankLink a {
  padding: 20px 0;
  display: block;
}
#serviceWrapper article .blankLink .blank {
  font-size: 1.4rem;
}




/* ====================================================
		Service JCT
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#serviceJCT {
  border-top: 1px solid #e1e4e6;
}

/* -------------------------------
		Link
------------------------------- */
#serviceJCT ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#serviceJCT ul li {
  width: 50%;
}
#serviceJCT ul li a {
  text-align: center;
  display: block;
  padding: 150px 0;
}
#serviceJCT ul li a span {
  font-size: 2.6rem;
  font-weight: 700;
  padding-bottom: 5px;
  transition: all .3s;
  border-bottom: 1px solid #fff;
}
#serviceJCT ul li a:hover span {
  border-bottom: 1px solid #4d4d4d;
}

/* -------------------------------
		Batsu
------------------------------- */
#serviceJCT ul::before,
#serviceJCT ul::after {
  content: '';
  width: 30px;
  height: 1px;
  background: #e1e4e6;
  position: absolute;
  top: 50%;
  left: calc(50% - 20px);
  display: block;
  transform: translate(-50%, -50%);
  z-index: 0;
}
#serviceJCT ul::before {
  transform: rotate(45deg);
}
#serviceJCT ul::after {
  transform: rotate(-45deg);
}




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

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  
  /* ====================================================
      Title
  ==================================================== */
  /* -------------------------------
      Page Title
  ------------------------------- */
  #main h1 {
    width: calc(70% - 50px);
  }
  
  
  
  
  /* ====================================================
      Local Navigation
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #lnavi {
    width: calc(30% - 20px);
    padding: 80px 20px 0 0;
  }
  
  /* -------------------------------
      Link
  ------------------------------- */
  #lnavi li a {
    font-size: 1.3rem;
    padding: 15px;
  }
  
  
  
  
  /* ====================================================
      Service Layout
  ==================================================== */
  #serviceWrapper article.textOnlyContents {
    padding-bottom: 100px;
  }
 
  
}













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

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {

  /* ====================================================
      Title
  ==================================================== */
  /* -------------------------------
      Page Title
  ------------------------------- */
  #main h1 {
    width: calc(100% - 20px);
    padding-bottom: 50px;
  }
  
  
  
  
  /* ====================================================
      Local Navigation
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #lnavi {
    width: calc(100% - 20px);
    justify-content: flex-start;
    padding: 0 20px 0 0;
  }
  
  /* -------------------------------
      Link
  ------------------------------- */
  #lnavi li a {
    font-size: 1.25rem;
    padding: 15px;
  }
  
  
  
  
  /* ====================================================
      Service Layout
  ==================================================== */
  #serviceWrapper article.textOnlyContents {
    padding-bottom: 50px;
  }
  
  /* -------------------------------
      Text Box
  ------------------------------- */
  #serviceWrapper article div.flex section.txtBox {
    width: 100%;
  }

  /* Title */
  #serviceWrapper article div section.txtBox h3 {
    margin-bottom: 10px;
  }

  /* Text */
  #serviceWrapper article div section.txtBox p {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  
  /* -------------------------------
      Illust
  ------------------------------- */
  #serviceWrapper article div .imageBox {
    width: 100%;
    max-width: 300px;
  }
  
  /* -------------------------------
      Detail List
  ------------------------------- */
  #serviceWrapper article div.flex ul {
    max-width: 100%;
  }
  #serviceWrapper article div ul li {
    font-size: 1rem;
    padding: 4px 10px;
    margin: 0 4px 4px 0;
  }
  
  
  /* -------------------------------
      Blank Link
  ------------------------------- */
  #serviceWrapper article .blankLink .blank {
    font-size: 1.3rem;
  }
  
  
  
  
  /* ====================================================
      Service JCT
  ==================================================== */
  /* -------------------------------
      Link
  ------------------------------- */
  #serviceJCT ul li a {
    padding: 100px 0;
  }
  #serviceJCT ul li a span {
    font-size: 2rem;
  }
  
  
  
}