@charset "utf-8";

/* ---------------------------------------------------
   File: company.css
   Version: 1.0.0
   Update: 2025-05-15
   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;
}




/* ====================================================
		Greeting
==================================================== */
/* -------------------------------
		Photo
------------------------------- */
#greeting .photo {
  padding-bottom: 60px;
}

/* -------------------------------
		Text
------------------------------- */
#greeting .leadText {
  max-width: 900px;
  line-height: 2.4;
  letter-spacing: 0.02em;
  margin: 0 auto 40px;
}

/* -------------------------------
		Name
------------------------------- */
#greeting .nameArea {
  max-width: 900px;
  letter-spacing: 0.02em;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
#greeting .nameArea p {
  width: 14em;
}
#greeting .nameArea p:last-child {
  width: 12em;
}

/* Job Title */
#greeting .nameArea .jobTitle {
  font-size: 1.2rem;
  display: block;
  padding-bottom: 3px;
}

/* Name - Japanese */
#greeting .nameArea .name {
  padding-right: 1em;
}

/* Name - English */
#greeting .nameArea .en {
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
}




/* ====================================================
		Profile
==================================================== */
/* -------------------------------
		Dl
------------------------------- */
#profile dl {
  display: flex;
  flex-wrap: wrap;
}
#profile dl dt,
#profile dl dd {
  border-bottom: 1px solid rgb(51,51,51,.1);
  padding: 40px 0;
}
#profile dl dt {
  width: 25%;
}
#profile dl dd {
  width: 75%;
}

/* Text Link - Map */
#profile dl dd a {
  color: #109519;
  border-bottom: 1px solid #109519;
}
#profile dl dd a:hover {
  border-bottom: 1px solid #fff;
  opacity: 1;
}

/* TEL & FAX */
#profile dl dd a.tel,
#profile dl dd a.noLink {
  color: #333;
  border-bottom: none;
}



/* ====================================================
		Access
==================================================== */
/* -------------------------------
		Google Map
------------------------------- */
#access iframe {
  width: 100%;
  border-radius: 10px;
}












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

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  
  /* ====================================================
      Common
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents article {
    width: calc(100% - 20px);
    padding: 160px 10px 0;
  }
  
  
  
  
  /* ====================================================
      Greeting
  ==================================================== */
  /* -------------------------------
      Text
  ------------------------------- */
  #greeting .leadText {
    max-width: 88%;
    margin: 0 auto 40px;
  }
  
  /* -------------------------------
      Name
  ------------------------------- */
  #greeting .nameArea {
    max-width: 88%;
  }
  
  
  
  
  /* ====================================================
      Profile
  ==================================================== */
  /* -------------------------------
      Dl
  ------------------------------- */
  #profile dl {
    max-width: 88%;
    margin: 0 auto;
  }
  
  
  
  
  
  
  
  
}




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

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Common
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents article {
    width: calc(100% - 40px);
    padding-top: 60px;
  }
  
  
  
  
  /* ====================================================
      Greeting
  ==================================================== */
  /* -------------------------------
      Photo
  ------------------------------- */
  #greeting .photo {
    padding-bottom: 20px;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #greeting .leadText {
    width: 100%;
    letter-spacing: 0;
    line-height: 2;
     margin: 0 auto 20px;
  }
  
  /* -------------------------------
      Name
  ------------------------------- */
  #greeting .nameArea {
    width: 100%;
    letter-spacing: 0;
  }
  #greeting .nameArea p {
    width: 50%!important;
  }
  
  /* Job Title */
  #greeting .nameArea .jobTitle {
    font-size: 1.1rem;
    padding-bottom: 5px;
  }
  
  /* Name - Japanese */
  #greeting .nameArea .name {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0 0 3px;
    display: block;
  }

  /* Name - English */
  #greeting .nameArea .en {
    font-size: 1rem;
    line-height: 1.4;
    display: block;
  }
  
  
  
  
  /* ====================================================
      Profile
  ==================================================== */
  /* -------------------------------
      Dl
  ------------------------------- */
  #profile dl {
    width: 100%;
    margin: 0 auto;
  }
  #profile dl dt,
  #profile dl dd {
    padding: 15px 0;
  }
  
  /* No Link */
  #profile dl dd .noLink {
    color: #333;
  }
  
  
  
  /* ====================================================
      Access
  ==================================================== */
  /* -------------------------------
      Google Map
  ------------------------------- */
  #access iframe {
    height: 250px;
    border-radius: 5px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}