@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++
   File: business.css
   Update: 2026-03-19
   (c)kobako design
++++++++++++++++++++++++++++++++++++++ */



/* ////////////////////////////////////////////////////////////////////////

   PC

//////////////////////////////////////////////////////////////////////// */

/* ====================================================
		Contents
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#contents article {
  padding-top: 160px;
}

/* -------------------------------
		Page Title
------------------------------- */
#contents h1 {
  margin-bottom: 70px;
}


/* ====================================================
		Header
==================================================== */
/* -------------------------------
		Global Navigation
------------------------------- */
#gNavi ul li:nth-child(1) a {
  color: #de3e21;
}
#gNavi ul li.has-child ul li a {
  color: #262423;
}


/* ====================================================
		Background Image
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#container::after {
  content: '';
  width: 1300px;
  height: 900px;
  background: url("../images/business/bg_body.webp") no-repeat 0 0 / 1300px 900px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: -1;
}


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

/* -------------------------------
		Title
------------------------------- */
#message h2 {
  padding-bottom: 55px;
}
#message h2 span {
  color: #fff;
  font-size: 4.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
  letter-spacing: .05em;
  line-height: 1.2;
  background: #de3e21;
  display: inline-block;
  padding: 10px 12px;
}
#message h2 span:not(:last-child) {
  margin-bottom: 13px;
}

/* -------------------------------
		Text
------------------------------- */
#message p {
  font-size: 2rem;
  line-height: 2.2;
}


/* ====================================================
		Business Illust
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#businessIllust .row {
  position: relative;
  padding: 0;
}

/* -------------------------------
		Illust
------------------------------- */
#businessIllust .illust img {
  border-radius: 3px;
}

/* -------------------------------
		Click
------------------------------- */
#businessIllust ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#businessIllust ul li {
  position: absolute;
}
#businessIllust ul li:nth-child(1) {
  top: 29%;
  left: 44%;
}
#businessIllust ul li:nth-child(2) {
  top: 74%;
  left: 9%;
}
#businessIllust ul li:nth-child(3) {
  top: 49%;
  left: 83%;
}
#businessIllust ul li:nth-child(4) {
  top: 80%;
  left: 57%;
}
#businessIllust ul li:nth-child(5) {
  top: 11%;
  left: 8%;
}
#businessIllust ul li:nth-child(6) {
  top: 44%;
  left: 26%;
}
#businessIllust ul li:nth-child(7) {
  top: 14%;
  left: 82%;
}
#businessIllust ul li:nth-child(8) {
  top: 45%;
  left: 57%;
}
#businessIllust ul li:nth-child(9) {
  top: 11%;
  left: 29%;
}
#businessIllust ul li a {
  width: 90px;
  height: 28px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  background: #182a56;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  padding-bottom: 2px;
}
#businessIllust ul li a:hover {
  background: #fdd000;
  opacity: 1;
}





/* ====================================================
		Business List
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#businessList {
  padding-top: 150px;
}
#businessList section {
  width: 29%;
  padding-bottom: 120px;
}
#businessList section a {
  display: block;
}
#businessList section a:hover {
  opacity: 1;
}

/* -------------------------------
		Photo
------------------------------- */
#businessList section .images {
  padding-bottom: 15px;
}
#businessList section .images img {
  border-radius: 3px;
}

/* Hover */
#businessList section a:hover .images img {
  opacity: .6;
}

/* -------------------------------
		Title
------------------------------- */
#businessList section h2 {
  position: relative;
}
#businessList section h2 strong,
#businessList section h2 span {
  display: block;
}

/* Japanese */
#businessList section h2 strong {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

/* English */
#businessList section h2 span {
  color: #de3e21;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

/* Button - Arrow */
#businessList section h2::before,
#businessList section h2::after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  transition: .3s;
}
#businessList section h2::before {
  width: 30px;
  height: 30px;
  background: #de3e21;
  border-radius: 20px;
  transform: translateY(-50%);
  right: 0;
}
#businessList section h2::after {
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 11px;
  transform: translate(-50%,-50%) rotate(-45deg);
}

/* Hover */
#businessList section a:hover h2 {
  opacity: 1;
}
#businessList section a:hover h2::before {
  background: #fdd000;
}

/* -------------------------------
		List
------------------------------- */
#businessList section ul {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
#businessList section ul li {
  font-size: 1.1rem;
  line-height: 1.4;
  background: #eee;
  border-radius: 3px;
  margin: 0 3px 3px 0;
  padding: 5px 8px;
}


/* ====================================================
		Footer
==================================================== */
#gFooter {
  padding-top: 180px;
}





/* ////////////////////////////////////////////////////////////////////////

   TABLET

//////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  /* ====================================================
      Business Illust
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #businessIllust .row {
    margin: 0 4%;
  }
  
}



/* ////////////////////////////////////////////////////////////////////////

   SMART PHONE

//////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Contents
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents article {
    padding-top: 100px;
  }
  
  /* -------------------------------
      Page Title
  ------------------------------- */
  #contents h1 {
    margin-bottom: 0;
  }
  
  
  /* ====================================================
      Background Image
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #container::after {
    width: 350px;
    height: 242px;
    background-size: 350px 242px;
    top: 50px;
  }
  
  
  /* ====================================================
      Message
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #message {
    padding-bottom: 40px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #message h2 {
    padding-bottom: 20px;
  }
  #message h2 span {
    font-size: 1.4rem;
    padding: 5px 7px;
  }
  #message h2 span:not(:last-child) {
    margin-bottom: 5px;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #message p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  
  
  /* ====================================================
      Business Illust
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #businessIllust .row {
    padding: 0 4%;
  }
  
  /* -------------------------------
      Click
  ------------------------------- */
  #businessIllust ul {
    display: none;
  }
  
  
  /* ====================================================
      Business List
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #businessList {
    padding: 120px 4% 0;
  }
  #businessList section {
    width: 100%;
    padding-bottom: 40px;
  }
  
  /* -------------------------------
      Photo
  ------------------------------- */
  #businessList section .images {
    padding-bottom: 10px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  /* Japanese */
  #businessList section h2 strong {
    font-size: 1.4rem;
  }
  
  /* Button - Arrow */
  #businessList section h2::before {
    width: 20px;
    height: 20px;
  }
  #businessList section h2::after {
    width: 3px;
    height: 3px;
    right: 7px;
  }
  
  /* -------------------------------
      List
  ------------------------------- */
  #businessList section ul {
    padding-top: 8px;
  }
  
  
  /* ====================================================
      Footer
  ==================================================== */
  #gFooter {
    padding-top: 80px;
  }
  
  
  

}