@charset "utf-8";
/* common
-------------------------------------------------------------- */
#lead {
  background: var(--lightyellow);
}
/* outline
-------------------------------------------------------------- */
#outline {
  margin: 60px auto 100px;
  max-width: 1000px;
  border: 7px solid var(--lightgray);
}
#outline dl {
  padding: 30px;
  gap: 20px 0;
}
#outline dt {
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #ededed;
  width: 150px;
  text-align: center;
}
#outline dd {
  padding: 20px 40px;
  width: calc(100% - 150px);
  background: #f9f9f9;
}
#outline dd.half {
  width: calc((100% - 300px) / 2);
}
#outline dd li {
  position: relative;
  padding-left: 15px;
}
#outline dd li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
@media (max-width: 768px) {
  #outline {
    margin: 30px auto 50px;
    border: 4px solid var(--lightgray);
  }
  #outline dl {
    padding: 15px;
    gap: 10px 0;
  }
  #outline dt {
    padding: 10px;
    width: 90px;
  }
  #outline dd {
    padding: 10px;
    width: calc(100% - 90px);
  }
  #outline dd.half {
    width: calc(100% - 90px);
  }
  #outline dd li {
    padding-left: 12px;
  }
}

/* profile
-------------------------------------------------------------- */
#profile .profileWrap {
  position: relative;
  margin-top: 100px;
}
#profile .nameEn {
  position: relative;
  padding-bottom: 50px;
  text-align: center;
}
#profile .nameEn::before {
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 32px;
  background: url(../img/company/arrow.svg) no-repeat center / contain;
  content: "";
  z-index: 1;
}
#profile .profileArea {
  padding: 60px;
  justify-content: space-between;
  background: var(--lightyellow);
}
#profile .profileArea figure {
  width: 35%;
}
#profile .profileArea dl {
  width: 60%;
}
#profile .profileArea dt {
  padding: 0 10px 10px;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid var(--lightblack);
}
#profile .profileArea dd {
  line-height: 2.2;
}
#profile .historyArea {
  padding: 40px 60px 60px;
  background: #eeebcc;
}
#profile .historyArea h3 {
  padding: 0 10px 15px;
  font-size: 2rem;
  font-weight: 500;
}
#profile .historyArea .flex {
  gap: 100px;
}
#profile .historyBox {
  padding: 20px 10px 0;
  width: calc((100% - 100px) / 2);
  border-top: 1px solid var(--lightblack);
  line-height: 2.2;
}
#profile .photoArea {
  padding: 60px;
  background: var(--lightyellow);
  text-align: center;
}
#profile .photoArea .ytWrap {
  position: relative;
  margin: auto;
  padding: 30px 100px;
  max-width: 770px;
  background: #eeebcc;
}
#profile .photoArea .ytWrap .ico {
  position: absolute;
  top: -30px;
  left: -150px;
}
#profile .photoArea iframe {
  margin: auto;
  max-width: 100%;
}
#profile .photoArea .txtLink a {
  margin-top: 20px;
  text-decoration: underline;
}
#profile .no2 {
  margin: 120px 0 100px;
}
#profile .no2 .profileArea,
#profile .no2 .photoArea{
  background: #f5fff0;
}
#profile .no2 .historyArea,
#profile .no2 .photoArea .ytWrap {
  background: #d7e1d1;
}
@media (max-width: 1200px) {
  #profile .photoArea .ytWrap .ico {
    top: -50px;
    left: -50px;
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  #profile .profileWrap {
    margin-top: 50px;
  }
  #profile .nameEn {
    padding-bottom: 25px;
  }
  #profile .nameEn img {
    max-width: 80%;
  }
  #profile .nameEn::before {
    bottom: -11px;
    width: 25px;
    height: 22px;
  }
  #profile .profileArea {
    padding: 30px;
  }
  #profile .profileArea figure {
    width: 100%;
  }
  #profile .profileArea dl {
    width: 100%;
  }
  #profile .profileArea dt {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  #profile .profileArea dd {
    line-height: 2;
  }
  #profile .historyArea {
    padding: 20px 30px 30px;
  }
  #profile .historyArea h3 {
    padding: 0 10px 15px;
    font-size: 1.6rem;
  }
  #profile .historyArea .flex {
    gap: 30px;
  }
  #profile .historyBox {
    padding: 20px 10px 0;
    width: 100%;
    line-height: 2;
  }
  #profile .photoArea {
    padding: 50px 10px;
  }
  #profile .photoArea .ytWrap {
    padding: 10px 20px;
  }
  #profile .photoArea .ytWrap .ico {
    top: -40px;
    left: -20px;
    max-width: 100px;
  }
  #profile .photoArea iframe {
    width: 100%;
    height: 180px;
  }
  #profile .photoArea .txtLink a {
    margin-top: 10px;
  }
  #profile .no2 {
    margin: 60px 0 50px;
  }
}
