@charset "utf-8";

/* ---------------------------------------------------
   File: about.css
   Version: 1.0.0
   Update: 2023-04-20
   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(3) a {
  color: #771c20;
}
#gNavi .pc ul li:nth-child(3) a {
  color: #4d4d4d;
}
#gNavi .pc ul li:nth-child(3) a:hover {
  color: #771c20;
}




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

/* -------------------------------
		Layout
------------------------------- */
#main article .row {
  padding-bottom: 350px;
}

/* -------------------------------
		Contents Title
------------------------------- */
#main article h3 {
  font-size: 4.4rem;
  padding-bottom: 60px;
}

/* -------------------------------
		Flex Layout
------------------------------- */
.row.flex h2 {
  width: 25%;
  font-size: 2rem;
  font-weight: 400;
}
.row.flex div {
  width: 70%;
}




/* ====================================================
		Mission
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#mission {
  
}

/* -------------------------------
		Background
------------------------------- */
#mission {
  background: url("../about/images/img_mission.png") no-repeat right 100px bottom 200px / 510px 410px;
  padding-bottom: 0!important;
}
#mission section {
  padding-bottom: 350px;
  background: rgba(255,255,255,0.3);
}

/* -------------------------------
		Title
------------------------------- */
#main #mission h3 {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 6rem;
  font-weight: 500;
  font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
  letter-spacing: 0.15em;
  padding-bottom: 60px;
}
#main #mission h3 span {
  font-size: 4rem;
  margin: 0 0.2em;
}

/* -------------------------------
		Text
------------------------------- */
#mission p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3;
  padding-bottom: 2em;
}




/* ====================================================
		Vision
==================================================== */
/* -------------------------------
		Text
------------------------------- */
#vision p {
  padding-bottom: 2em;
}




/* ====================================================
		Value
==================================================== */
/* -------------------------------
		Layout
------------------------------- */




/* ====================================================
		Credo
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#credo section {
  max-width: 950px;
  margin: 0 auto;
}
#credo section:not(:last-child) {
  padding-bottom: 140px;
}

/* -------------------------------
		Text Box
------------------------------- */
#credo .txtBox {
  width: 60%;
}

/* -------------------------------
		Title
------------------------------- */
#credo h2 {
  padding-bottom: 120px;
}
#credo .txtBox h3 {
  padding-bottom: 30px;
}

/* -------------------------------
		Blockquote
------------------------------- */
#credo .txtBox blockquote {
  position: relative;
}
#credo .txtBox blockquote::before {
  content: '“';
  color: #dbdfe2;
  font-size: 7rem;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: -30px;
  left: -40px;
  display: block;
}
#credo .txtBox blockquote cite {
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.4;
  display: block;
  position: relative;
  margin-top: 25px;
  padding-left: 60px;
}
#credo .txtBox blockquote cite::before {
  content: '';
  width: 50px;
  height: 1px;
  background: #e1e4e6;
  position: absolute;
  top: 0.55em;
  left: 0;
  display: block;
}

/* -------------------------------
		Image
------------------------------- */
#credo .image {
  width: 35%;
  opacity: 0.7;
}

/* -------------------------------
		Curiosity
------------------------------- */
#credo section:nth-child(3) .txtBox {
  width: 50%;
  order: 2;
}
#credo section:nth-child(3) .image {
  order: 1;
}




/* ====================================================
		Profile
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#profile {
  padding-bottom: 200px!important;
}

/* -------------------------------
		Dl
------------------------------- */
#profile dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e1e4e6;
}
#profile dl dt,
#profile dl dd {
  font-size: 1.5rem;
  line-height: 1.6;
  border-top: 1px solid #e1e4e6;
  padding: 50px 0;
}
#profile dl dt {
  width: 20%;
  font-weight: 500;
}
#profile dl dd {
  width: 80%;
}

/* List */
#profile dl dd li,
#profile dl dd li span {
  font-size: 1.5rem;
}
#profile dl dd li:not(:last-child) {
  padding-bottom: 8px;
}

/* Link */
#profile dl dd a {
  font-size: 1.5rem;
}
#profile dl dd a.link_googlemap {
  border-bottom: 1px solid #444;
  margin-left: 1em;
  transition: all .3s;
}
#profile dl dd li a[target="_blank"] .blank {
  font-size: 1.5rem;
  margin: 0 24px 0 5px;
  border-bottom: 1px solid #444;
  transition: all .3s;
}

/* List - Link */
#profile dl dd li a {
  display: inline-block;
  line-height: 1.3;
}
#profile dl dd li a[target="_blank"] .blank::after {
  top: 0.35em;
  right: -16px;
}
#profile dl dd a.link_googlemap:hover,
#profile dl dd li a[target="_blank"]:hover .blank {
  border-bottom: 1px solid #fff;
}




/* ====================================================
		Teams
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#coreMembers {
  padding-bottom: 200px!important;
}

/* -------------------------------
		Detail
------------------------------- */
#coreMembers div section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*padding-bottom: 30px;写真掲載後に復活*/
}
#coreMembers div section:not(:last-child) {
  padding-bottom: 70px;
}
#coreMembers div section div {
  /*width: 60%;写真掲載後に復活*/
  width: 100%;
}

/* -------------------------------
		Staff Name
------------------------------- */
#coreMembers div h3 {
  font-size: 1.8rem;
  /*padding-bottom: 30px;写真掲載後に復活*/
  padding-bottom: 20px;
}
#coreMembers div h3 span {
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1em;
}

/* -------------------------------
		Text
------------------------------- */
#coreMembers div p {
  font-size: 1.4rem;
}
#coreMembers div small {
  font-size: 1.1rem;
  line-height: 1.5;
  display: block;
}

/* -------------------------------
		Staff Photo
------------------------------- */
#coreMembers div .image {
  width: 30%;
}
#coreMembers div .image img {
  border-radius: 14px;
}




/* ====================================================
		History
==================================================== */
/* -------------------------------
		History Line
------------------------------- */
#history ul li {
  position: relative;
  padding: 30px 0 30px 60px;
}
#history ul li::before,
#history ul li::after {
  content: '';
}
#history ul li::before {
  width: 5px;
  height: 5px;
  background: #444;
  border-radius: 2.5px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#history ul li::after {
  width: 1px;
  height: calc(100% - 11px);
  background: #e1e4e6;
  position: absolute;
  top: 8px;
  left: 2px;
}

/* -------------------------------
		Year
------------------------------- */
#history ul li .year {
  color: #771c20;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 10px;
}

/* -------------------------------
		Detail
------------------------------- */
#history ul li .detail {
  font-size: 1.5rem;
  line-height: 1.8;
}




/* ====================================================
		Google Map
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#googlemap iframe {
  width: 100%;
  height: 600px;
  display: block;
}









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

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  
  /* ====================================================
      Contents
  ==================================================== */
  /* -------------------------------
      Page Title
  ------------------------------- */
  #main h1 {
    padding-bottom: 100px;
  }
  
  /* -------------------------------
      Layout
  ------------------------------- */
  #main article .row {
    padding-bottom: 200px;
  }
  
  /* -------------------------------
      Contents Title
  ------------------------------- */
  #main article h3 {
    font-size: 2.6rem;
  }
  
  
  
  
  /* ====================================================
      Mission
  ==================================================== */
  /* -------------------------------
      Background
  ------------------------------- */
  #mission {
    background: url("../about/images/img_mission.png") no-repeat right 50px bottom 100px / 373px 300px;
  }
  #mission section {
    padding-bottom: 100px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #main #mission h3 {
    font-size: 4rem;
  }
  #main #mission h3 span {
    font-size: 3rem;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #mission p {
    font-size: 1.6rem;
    line-height: 2.8;
    padding-bottom: 2em;
  }
  
  
  
  
  /* ====================================================
      Credo
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #credo section {
    padding-left: 100px;
    padding-right: 100px;
  }
  #credo section:not(:last-child) {
    padding-bottom: 100px;
  }
  
  /* -------------------------------
      Text Box
  ------------------------------- */
  #credo .txtBox p {
    font-size: 1.5rem;
  }
  
  /* -------------------------------
      Blockquote
  ------------------------------- */
  #credo .txtBox blockquote::before {
    font-size: 5rem;
    top: -15px;
    left: -30px;
  }
  
  /* -------------------------------
      Curiosity
  ------------------------------- */
  #credo section:nth-child(3) .txtBox {
    width: 55%;
  }
  
  
  
  
  /* ====================================================
      Profile
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #profile {
    padding-bottom: 100px!important;
  }
  
  /* -------------------------------
      Dl
  ------------------------------- */
  #profile dl dt {
    width: 30%;
  }
  #profile dl dd {
    width: 70%;
  }
  
  
  
  
  /* ====================================================
      Teams
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #coreMembers {
    padding-bottom: 100px!important;
  }
  
  /* -------------------------------
      Staff Name
  ------------------------------- */
  #coreMembers div h3 {
    font-size: 1.6rem;
    padding-bottom: 20px;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #coreMembers div p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  
  
  
}







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

   MOBILE

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

  /* ====================================================
      Contents
  ==================================================== */
  /* -------------------------------
      Page Title
  ------------------------------- */
  #main h1 {
    width: calc(100% - 40px);
    padding-bottom: 0;
  }
  
  /* -------------------------------
      Layout
  ------------------------------- */
  #main article .row {
    padding-bottom: 0;
  }
  
  /* -------------------------------
      Contents Title
  ------------------------------- */
  #main article h3 {
    font-size: 1.5rem;
    padding-bottom: 40px;
  }
  
  /* -------------------------------
      Flex Layout
  ------------------------------- */
  .row.flex h2 {
    width: 100%;
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .row.flex div {
    width: 100%;
  }
  
  
  
  
  /* ====================================================
      Mission
  ==================================================== */
  /* -------------------------------
      Background
  ------------------------------- */
  #main #mission {
    background: none;
    position: relative;
  }
  #mission::after {
    content: '';
    width: 248px;
    height: 200px;
    background: url("../about/images/img_mission.png") no-repeat 0 0 / 248px 200px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    opacity: 0.7;
  }
  #mission section {
    padding-bottom: 240px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #main #mission h3 {
    font-size: 2rem;
    padding-bottom: 40px;
  }
  #main #mission h3 span {
    font-size: 1.6rem;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #mission p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    padding-bottom: 1.5em;
  }
  
  
  
  
  /* ====================================================
      Vision
  ==================================================== */
  /* -------------------------------
      Text
  ------------------------------- */
  #vision p {
    padding-bottom: 1.5em;
  }
  
  
  
  
  /* ====================================================
      Credo
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #credo section:not(:last-child) {
    padding-bottom: 50px;
  }
  
  /* -------------------------------
      Text Box
  ------------------------------- */
  #credo .txtBox {
    width: 100%;
    order: 2;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #credo h2 {
    padding-bottom: 40px;
  }
  #credo .txtBox h3 {
    padding-bottom: 20px;
  }
  
  /* -------------------------------
      Blockquote
  ------------------------------- */
  #credo .txtBox blockquote {
    padding-left: 20px;
  }
  #credo .txtBox blockquote::before {
    font-size: 4rem;
    top: -10px;
    left: -10px;
  }
  #credo .txtBox blockquote cite {
    font-size: 1.1rem;
    margin-top: 15px;
  }
  
  /* -------------------------------
      Image
  ------------------------------- */
  #credo .image {
    width: 100%;
    text-align: center;
    order: 1;
  }
  #credo .image img {
    width: 80%;
    max-width: 200px;
  }
  
  /* -------------------------------
      Curiosity
  ------------------------------- */
  #credo section:nth-child(3) .txtBox {
    width: 100%;
  }
  
  
    
  
  /* ====================================================
      Profile
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #profile {
    padding-bottom: 0!important;
  }
  
  /* -------------------------------
      Dl
  ------------------------------- */
  #profile dl {
    margin-top: 20px;
  }
  #profile dl dt,
  #profile dl dd {
    font-size: 1.3rem;
    padding: 20px 0;
  }
  #profile dl dt {
    width: 30%;
  }
  #profile dl dd {
    width: 70%;
  }
  
  /* List */
  #profile dl dd li {
    font-size: 1.3rem;
  }
  
  /* Link */
  #profile dl dd a {
    font-size: 1.3rem;
  }
  #profile dl dd li:not(:last-child) a {
    margin-bottom: 10px;
  }
  #profile dl dd li a[target="_blank"] .blank {
    font-size: 1.3rem;
    margin-left: 0;
  }
  
  
  
  
  /* ====================================================
      Teams
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #coreMembers {
    padding-bottom: 0!important;
  }
  
  /* -------------------------------
      Detail
  ------------------------------- */
  #coreMembers div section {
  }
  #coreMembers div section:not(:last-child) {
    padding-bottom: 50px;
  }
  #coreMembers div section div {
    width: 100%;
    order: 2;
  }
  
  /* -------------------------------
      Staff Name
  ------------------------------- */
  #coreMembers div h3 {
    font-size: 1.3rem;
    padding-bottom: 15px;
  }
  #coreMembers div h3 span {
    font-size: 1rem;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #coreMembers div p {
    font-size: 1.3rem;
  }
  
  /* -------------------------------
      Staff Photo
  ------------------------------- */
  #coreMembers div .image {
    width: 100%;
    padding-bottom: 25px;
    order: 1;
  }
  #coreMembers div .image img {
    width: 40%;
    max-width: 150px;
    border-radius: 6px;
  }
  
  
  
  
  /* ====================================================
      History
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #history {
    padding-bottom: 150px!important;
  }
  
  /* -------------------------------
      History Line
  ------------------------------- */
  #history ul li {
    padding: 30px 0 30px 30px;
  }
  
  /* -------------------------------
      Year
  ------------------------------- */
  #history ul li .year {
    font-size: 2rem;
  }

  /* -------------------------------
      Detail
  ------------------------------- */
  #history ul li .detail {
    font-size: 1.3rem;
  }
  
  
  
  
  /* ====================================================
      Google Map
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #googlemap iframe {
    height: 400px;
  }

  
  
  
  
}