@charset "utf-8";

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



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

   PC

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

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

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



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


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


/* ====================================================
		Philosophy
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#philosophy {
  padding-bottom: 130px;
}
#philosophy .inBox {
  width: 70%;
  margin: 0 0 0 auto;
}
#philosophy .inBox section {
  border-top: 1px solid #dcdbdc;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0 70px;
}
#philosophy .inBox section::before {
  content: '';
  width: 20px;
  height: 1px;
  background: #de3e21;
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
}
#philosophy .inBox section div {
  width: 60%;
}

/* -------------------------------
		Catch Copy
------------------------------- */
#philosophy .catchCopy {
  font-size: 3.6rem;
  padding-bottom: 90px;
}

/* -------------------------------
		Sub Title
------------------------------- */
#philosophy .subTitle {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}

/* Number */
#philosophy .subTitle span {
  font-size: 1.1rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: .1em;
  position: relative;
  padding: 0 12px;
}
#philosophy .subTitle span::before,
#philosophy .subTitle span::after {
  position: absolute;
  font-size: 1.6rem;
  font-weight: 300;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
#philosophy .subTitle span::before {
  content: '(';
  left: 0;
}
#philosophy .subTitle span::after {
  content: ')';
  right: 0;
}

/* English */
#philosophy .subTitle strong {
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  padding-left: 12px;
}

/* -------------------------------
		Title
------------------------------- */
#philosophy h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 20px;
}


/* ====================================================
		Vision / Mission / Value
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#contents .bgBlue {
  color: #fff;
  background: #182a56;
  padding-bottom: 130px;
  position: relative;
}
#contents .bgBlue article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 180px;
}

/* Background */
#contents .bgBlue::before,
#contents .bgBlue::after {
  content: '';
  position: absolute;
  display: block;
}
#contents .bgBlue::before {
  width: 1300px;
  height: 800px;
  background: url("../images/company/bg_mvv_top.webp") no-repeat 0 0 / 1300px 800px;
  top: 0;
  left: 0;
}
#contents .bgBlue::after {
  width: 1300px;
  height: 550px;
  background: url("../images/company/bg_mvv_bottom.webp") no-repeat 0 0 / 1300px 550px;
  bottom: 0;
  right: 0;
}

/* -------------------------------
		Title
------------------------------- */
.bgBlue article .tit_normal {
  width: 30%;
}
.bgBlue article .tit_normal strong,
.bgBlue article .tit_normal span {
  display: block;
}

/* English */
.bgBlue article .tit_normal strong {
  font-size: 4rem;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.4;
}

/* Japanese */
.bgBlue article .tit_normal span {
  font-size: 1.6rem;
}

/* -------------------------------
		Detail
------------------------------- */
.bgBlue article div {
  width: 70%;
}

/* Sub Title */
.bgBlue article div .subTitle {
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  padding: 0 18px;
  margin-bottom: 50px;
}
.bgBlue article div .subTitle::before,
.bgBlue article div .subTitle::after {
  position: absolute;
  font-size: 2.4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  top: calc(50% - 0.05em);
  transform: translateY(-50%);
  display: block;
}
.bgBlue article div .subTitle::before {
  content: '(';
  left: 0;
}
.bgBlue article div .subTitle::after {
  content: ')';
  right: 0;
}

/* Text */
.bgBlue article div .txt {
  font-size: 4rem;
}

/* -------------------------------
		Value
------------------------------- */
#value dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
#value dl dt,
#value dl dd {
  border-top: 1px solid #3b496f;
  padding: 40px 0 70px;
}
#value dl dt {
  width: 40%;
  font-size: 3rem;
}
#value dl dd {
  width: 60%;
  font-size: 1.6rem;
}


/* ====================================================
		Message
==================================================== */
/* -------------------------------
		Photo
------------------------------- */
#message .photoBlock {
  width: 21%;
}

/* Image */
#message .photoBlock .photo img {
  border-radius: 3px;
}

/* Name */
#message .photoBlock .name {
  padding-top: 20px;
}
#message .photoBlock .name span {
  font-size: 1.3rem;
  padding-right: 20px;
}
#message .photoBlock .name strong {
  font-size: 1.8rem;
  font-weight: 300;
}

/* -------------------------------
		Text
------------------------------- */
#message .txtBlock {
  width: 70%;
}

/* Catch Copy */
#message .txtBlock .catchCopy {
  font-size: 3rem;
  padding-bottom: 70px;
}

/* Text */
#message .txtBlock .txt {
  padding-bottom: 1.8em;
}


/* ====================================================
		Outline
==================================================== */
/* -------------------------------
		Dl
------------------------------- */
#outline dl {
  font-size: 1.5rem;
  border-bottom: 1px solid #dcdbdc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#outline dl dt,
#outline dl dd {
  border-top: 1px solid #dcdbdc;
  padding: 30px 0;
}

/* Title */
#outline dl dt {
  width: 30%;
  font-weight: 500;
}

/* Detail */
#outline dl dd {
  width: 70%;
  letter-spacing: .05em;
}

/* Parallel List */
#outline dl dd.parallel ul {
  display: flex;
  flex-wrap: wrap;
}
#outline dl dd.parallel ul li {
  position: relative;
}
#outline dl dd.parallel ul li:not(:last-child)::after {
  content: '／';
  margin: 0 5px;
}


/* ====================================================
		History
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#history .list {
  display: flex;
  flex-direction: column;
  position: relative;
}
#history .list::before {
  content: '';
  width: 1px;
  height: calc(100% - 20px);
  background: #de3e21;
  position: absolute;
  top: .9em;
  left: 3.5px;
}
#history .item {
  position: relative;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  padding-left: 50px;
}

/* Dot */
#history .item::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #de3e21;
  border-radius: 50%;
  position: absolute;
  top: .9em;
  left: 0;
}

/* -------------------------------
		Year
------------------------------- */
#history .year {
  width: 24%;
  color: #de3e21;
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}
#history .year span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 40px;
}

/* Gray Line */
#history .year::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #dcdbdc;
  position: absolute;
  top: .5em;
  right: 0;
  display: block;
}

/* -------------------------------
		Detail
------------------------------- */
#history .historyContent {
  flex: 1;
}

/* -------------------------------
		More
------------------------------- */
#history .history-more {
  position: relative;
}
#history .history-more-inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

/* Button Reset */
#history .more-btn,
#history .close-btn {
  color: #262423;
  font: inherit;
  font-size: 1.4rem;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0 0 0 auto;
  padding: 0 40px 0 0;
  position: relative;
}
#history .more-btn::before,
#history .more-btn::after,
#history .close-btn::before,
#history .close-btn::after {
  content: '';
  position: absolute;
}
#history .more-btn::before,
#history .close-btn::before {
  width: 30px;
  height: 30px;
  background: #de3e21;
  border-radius: 15px;
  top: 0;
  right: 0;
  transition: .3s;
}
#history .more-btn::after,
#history .close-btn::after {
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 12px;
  transition: transform 0.3s ease;
}

/* Button - More */
#history .more-btn {
  display: block;
  margin-left: auto;
  transition: 
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s;
}
#history .more-btn.is-hidden {
  opacity: 0;
  transform: translateY(-5px);
  visibility: hidden;
  pointer-events: none;
}
#history .more-btn::after {
  top: calc(50% + 0.1em);
  transform: translateY(-50%) rotate(45deg);
}

/* Button - Close */
#history .close-btn {
  padding-bottom: 10px;
}
#history .close-btn::after {
  top: calc(50% - 0.1em);
  transform: translateY(-50%) rotate(-135deg);
}

/* Hover */
#history .more-btn:hover::before,
#history .close-btn:hover::before {
  background: #fdd000;
}


/* ====================================================
		Office
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#office section {
  border-top: 1px solid #dcdbdc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0 80px;
}

/* -------------------------------
		Title
------------------------------- */
#office section h3 {
  width: 30%;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: .05em;
}

/* -------------------------------
		Detail
------------------------------- */
#office section .flex {
  width: 70%;
}

/* Address */
#office section address  {
  width: 46%;
  font-size: 1.5rem;
  font-style: normal;
  letter-spacing: .05em;
}

/* Google Map Link Text */
#office section .googleMapLink {
  display: inline-block;
  margin-bottom: 20px;
}

/* Dl Type */
#office dl {
  font-size: 1.5rem;
  border-bottom: 1px solid #dcdbdc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#office dl dt,
#office dl dd {
  border-top: 1px solid #dcdbdc;
  padding: 30px 0;
}
#office dl dt {
  width: 30%;
  font-weight: 500;
}
#office dl dd {
  width: 70%;
  letter-spacing: .05em;
}
#office dl dd .googleMapLink {
  margin-left: 20px;
}

/* -------------------------------
		Google Map
------------------------------- */
#office section .googleMap {
  width: 54%;
}
#office section .googleMap iframe {
  width: 100%;
  height: 270px;
}




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

   TABLET

//////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 897px) and (max-width: 1299px) {
}



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

   SMART PHONE

//////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Contents
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents article {
    padding-top: 100px;
  }
  
  
  /* ====================================================
      Background Image
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #container::after {
    width: 350px;
    height: 242px;
    background-size: 350px 242px;
    top: 50px;
  }
  
  
  /* ====================================================
      Philosophy
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #philosophy {
    padding-bottom: 50px;
  }
  #philosophy .inBox {
    width: 100%;
  }
  #philosophy .inBox section {
    padding: 15px 0 40px;
    display: block;
  }
  #philosophy .inBox section div {
    width: 100%;
  }
  
  /* -------------------------------
      Catch Copy
  ------------------------------- */
  #philosophy .catchCopy {
    font-size: 1.5rem;
    padding-bottom: 40px;
  }
  
  /* -------------------------------
      Sub Title
  ------------------------------- */
  #philosophy .subTitle {
    width: 100%;
    padding-bottom: 10px;
  }
  
  /* Number */
  #philosophy .subTitle span {
    font-size: 1rem;
    padding: 0 9px;
  }
  #philosophy .subTitle span::before,
  #philosophy .subTitle span::after {
    font-size: 1.2rem;
  }
  
  /* English */
  #philosophy .subTitle strong {
    font-size: 1rem;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #philosophy h3 {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  
  
  /* ====================================================
      Vision / Mission / Value
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents .bgBlue {
    padding-bottom: 50px;
  }
  #contents .bgBlue article {
    padding-top: 80px;
  }
  
  /* Background */
  #contents .bgBlue::before {
    width: 350px;
    height: 215px;
    background-size: 350px 215px;
  }
  #contents .bgBlue::after {
    width: 350px;
    height: 148px;
    background-size: 350px 148px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  .bgBlue article .tit_normal {
    width: 100%;
    padding-bottom: 30px!important;
  }
  
  /* English */
  .bgBlue article .tit_normal strong {
    font-size: 2.2rem;
  }

  /* Japanese */
  .bgBlue article .tit_normal span {
    font-size: 1.2rem;
  }
  
  /* -------------------------------
      Detail
  ------------------------------- */
  .bgBlue article div {
    width: 100%;
  }
  
  /* Sub Title */
  .bgBlue article div .subTitle {
    font-size: 1.2rem;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .bgBlue article div .subTitle::before,
  .bgBlue article div .subTitle::after {
    font-size: 1.6rem;
  }
  
  /* Text */
  .bgBlue article div .txt {
    font-size: 1.8rem;
  }
  
  /* -------------------------------
      Value
  ------------------------------- */
  #value dl dt,
  #value dl dd {
    padding: 15px 0 40px;
  }
  #value dl dt {
    width: 30%;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  #value dl dd {
    width: 70%;
    font-size: 1.3rem;
  }
  
  
  /* ====================================================
      Message
  ==================================================== */
  /* -------------------------------
      Photo
  ------------------------------- */
  #message .photoBlock {
    width: 100%;
    text-align: center;
    order: 2;
  }
  
  /* Image */
  #message .photoBlock .photo img {
    max-width: 300px;
    width: 80%;
    height: auto;
  }
  
  /* Name */
  #message .photoBlock .name {
    padding-top: 5px;
  }
  #message .photoBlock .name span {
    font-size: 1.1rem;
    padding-right: 15px;
  }
  #message .photoBlock .name strong {
    font-size: 1.4rem;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #message .txtBlock {
    width: 100%;
    padding-bottom: 20px;
    order: 1;
  }

  /* Catch Copy */
  #message .txtBlock .catchCopy {
    font-size: 1.5rem;
    padding-bottom: 30px;
  }

  /* Text */
  #message .txtBlock .txt {
    padding-bottom: 1.2em;
  }
  
  
  /* ====================================================
      Outline
  ==================================================== */
  /* -------------------------------
      Dl
  ------------------------------- */
  #outline dl {
    font-size: 1.3rem;
    display: block;
  }
  #outline dl dt,
  #outline dl dd {
    width: 100%!important;
    padding: 18px 0;
  }
  
  /* Title */
  #outline dl dt {
    padding-bottom: 10px;
  }

  /* Detail */
  #outline dl dd {
    border-top: none;
    padding-top: 0;
  }
  
  
  /* ====================================================
      History
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #history .item {
    margin-bottom: 30px;
    padding-left: 12px;
  }
  #history .list::before {
    left: 1.5px;
  }
  
  /* Dot */
  #history .item::before {
    width: 4px;
    height: 4px;
    top: .7em;
  }
  
  /* -------------------------------
      Year
  ------------------------------- */
  #history .year {
    width: 12%;
    font-size: 2rem;
  }
  #history .year span {
    padding-right: 0;
  }

  /* Gray Line */
  #history .year::after {
    content: none;
  }
  
  /* -------------------------------
      More
  ------------------------------- */
  /* Button Reset */
  #history .more-btn,
  #history .close-btn {
    font-size: 1.2rem;
    padding: 0 30px 0 0;
  }
  #history .more-btn::before,
  #history .close-btn::before {
    width: 20px;
    height: 20px;
  }
  #history .more-btn::after,
  #history .close-btn::after {
    width: 3px;
    height: 3px;
    right: 8px;
  }
  
  /* Button - More */
  #history .more-btn::after {
    top: calc(50% - 0.1em);
  }
  
  /* Button - Close */
  #history .close-btn::after {
    top: 50%;
  }
  
  
  /* ====================================================
      Office
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #office section {
    padding: 20px 0 30px;
    display: block;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #office section h3 {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 500;
    padding-bottom: 15px;
  }
  
  /* -------------------------------
      Detail
  ------------------------------- */
  #office section .flex {
    width: 100%;
  }
  
  /* Address */
  #office section address  {
    width: 100%;
    font-size: 1.3rem;
    padding-bottom: 20px;
  }
  
  /* Google Map Link Text */
  #office section .googleMapLink {
    margin-bottom: 5px;
  }
  
  /* Dl Type */
  #office dl {
    font-size: 1.3rem;
    display: block;
  }
  #office dl dt,
  #office dl dd {
    width: 100%!important;
    padding: 20px 0;
  }
  #office dl dt {
    font-size: 1.3rem;
    padding-bottom: 15px;
  }
  #office dl dd {
    border-top: none;
    padding-top: 0;
  }
  #office dl dd .googleMapLink {
    margin-left: 0;
    margin-bottom: 5px;
    display: inline-block;
  }
  
  /* -------------------------------
      Google Map
  ------------------------------- */
  #office section .googleMap {
    width: 100%;
  }
  #office section .googleMap iframe {
    height: 200px;
    display: block;
  }
  
  
  
  
  
  
  
  
  

}