@charset "utf-8";
/* CSS Document */

/*** top ***/
.top {
  height: 684px;
  background-image: url("../images/company/main_visual.jpg");
  background-position: right 0px top 0px;
  background-size: 1017px 684px;
  background-repeat: no-repeat;
  color: #333;
  margin-bottom: 110px;
  text-align: left;
}
.top-text {
  width: 100%;
  padding: 260px 0 0 50px;
  font-family: 'Shippori Mincho', serif;
}
.top-text h1 {
  font-size: 6.6rem;
  
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 0.025rem;
  margin-bottom: 35px;
  background-color: #fff;
  width: 330px;
  padding: 10px 10px 15px 30px;
}
.top-text p {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin-left: 80px;
  background-color: #fff;
  width: 260px;
  padding: 3px 8px 7px 20px;
  margin-bottom: 20px;
}
.top-text p:last-of-type {
  margin-bottom: 0;
}
.top-text a {
  text-decoration: none;
  color: #333;
}
@media(max-width: 768px) {
  .top {
    height: 490px;
    background-position:center;
    background-size: cover;
    margin-bottom: 100px;
  }
  .top-text {
    padding: 190px 0 0;
  }
  .top-text h1 {
    font-size: 2.4rem;
    width: 160px;
    margin-bottom: 40px;
    padding: 15px 10px 20px 30px;
  }
  .top-text p {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    margin: 0 auto 20px;
    width: 200px;
    padding: 5px 8px 5px 20px;
    border-radius: 10px;
    vertical-align: middle;
  }
  .top-text p:last-of-type {
    margin-bottom: 0;
  }
  .top-text img {
    display: inline-block;
    vertical-align: text-bottom;
    margin: auto 0;
  }
}

/*** profile ***/
.profile {
  width: 100%;
  margin-bottom: 200px;
}
.profile-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
}
.profile-title {
  font-size: 4.8rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}
.profile-separator {
  font-size: 2.4rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  line-height: 1;
}
.profile-layout {
  width: 80%;
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.profile-layout dl {
  width: 100%;
  border-bottom: 1px #333 solid;
}
.profile-layout dl::after {
  content: '';
  display: block;
  clear: both;
}
.profile-layout dt {
  float: left; /* 左に寄せる */
  clear: left; /* 後続の左寄せを解除 */
  width: 30%;
  border-top: 1px #333 solid;
  padding: 32px 2% 0 10%;
}
.profile-layout dd {
  float: left; /* 左に寄せる */
  width: 70%;
  border-top: 1px #333 solid;
  padding: 32px 2% 32px 7%;
}
@media(max-width: 768px) {
  .profile {
    margin-bottom: 150px;
  }
  .profile-wrapper {
    margin-bottom: 60px;
  }
  .profile-title {
    font-size: 2.4rem;
    margin-bottom: 0;    
  }
  .profile-separator {
    display: none;
  }
  .profile-layout {
    width: 100%;
    font-size: 1.6rem;
    padding: 0 24px;
  }
  .profile-layout dl::after {
    clear: none;
  }
  .profile-layout dt {
    float: none;
    clear: none;
    width: 100%;
    padding: 15px 0 0 10px;
  }
  .profile-layout dd {
    float: none;
    width: 100%;
    border-top: 0px #333 solid;
    padding: 0 0 15px 10px;
  }
}

/*** ceo ***/
.ceo {
  width: 100%;
  margin-bottom: 200px;
}
.ceo-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
}
.ceo-title {
  font-size: 4.8rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.ceo-separator {
  font-size: 2.4rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.ceo-info1 {
  display: flex;
  align-items:stretch;
  margin-bottom: 150px;
}
.ceo-info2 {
  display: flex;
  align-items:stretch;
  margin: 0;
  padding: 0;
}
.ceo-info2 {
  flex-flow: row-reverse;
}
.ceo-info1-message, .ceo-info2-message {
  width: 50vw;
  text-align: left;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 0.1rem;
}
.ceo-info1-lead {
  font-size: 3.0rem;
  line-height: 1.6;
  font-weight: 700;
  width: 88.5%;
  padding: 0 0 0 11%;
  margin-bottom: 60px;
}
.ceo-info1-description {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 400;
  width: 88%;
  padding: 0 0 0 11%;
}
.ceo-info2-lead {
  font-size: 3.0rem;
  line-height: 1.6;
  font-weight: 700;
  width: 94%;
  padding: 0 11% 0 9.7%;
  margin-bottom: 60px;
}
.ceo-info2-description {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 400;
  width: 94%;
  padding: 0 11% 0 9.7%;
}
.ceo-info1-visual, .ceo-info2-visual {
  width: 50vw;
  display: flex;
  align-items: center;
}
.ceo-info1-image {
  width: 82.7%;
  margin: 0 auto;
}
.ceo-info2-image {
  width: 36%;
  margin: 0 auto;
}
@media(max-width: 768px) {
  .ceo {
    margin-bottom: 150px;
  }
  .ceo-wrapper {
    margin-bottom: 60px;
  }
  .ceo-title {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 60px;
  }
  .ceo-separator {
    display: none;
  }
  .ceo-lead {
    font-size: 1.8rem;
    margin-bottom: 60px;
    letter-spacing: 0;
  }
  .ceo-info1, .ceo-info2 {
    margin-bottom: 80px;
    padding: 0;
    display: block;
    height: auto;
  }
  .ceo-info2 {
    flex-flow: nowrap;
  }
  .ceo-info1-message, .ceo-info2-message {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 0 24px;
  }
  .ceo-info1-lead {
    font-size: 1.8rem;
    line-height: 1.5;
    width: 100%;
    padding: 0 24px;
    margin-bottom: 40px;
  }
  .ceo-info1-description {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0;
    width: 100%;
    padding: 0 24px;
    margin-bottom: 60px;
  }
  .ceo-info2-lead {
    font-size: 1.8rem;
    line-height: 1.5;
    width: 100%;
    padding: 0 24px;
    margin-bottom: 40px;
  }
  .ceo-info2-description {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0;
    width: 100%;
    padding: 0 24px;
    margin-bottom: 60px;
  }
  .ceo-info1-visual, .ceo-info2-visual {
    width: 100%;
  }
}

/*** history ***/
.history {
  width: 100%;
}
.history-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
}
.history-title {
  font-size: 4.8rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.history-separator {
  font-size: 2.4rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.history-layout {
  width: 80%;
  max-width: 950px;
  margin: 0 auto;
  text-align: left;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.history-layout dl {
  width: 100%;
  border-bottom: 1px #333 solid;
}
.history-layout dl::after {
  content: '';
  display: block;
  clear: both;
}
.history-layout dt {
  float: left; /* 左に寄せる */
  clear: left; /* 後続の左寄せを解除 */
  width: 33%;
  border-top: 1px #333 solid;
  padding: 32px 2% 0 14.8%;
}
.history-layout dd {
  float: left; /* 左に寄せる */
  width: 67%;
  border-top: 1px #333 solid;
  padding: 32px 2% 32px 7%;
}
.history-layout img {
  margin: 20px 35px 0 0;
}
@media(max-width: 768px) {
  .history-wrapper {
    margin-bottom: 60px;
  }
  .history-title {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .history-separator {
    display: none;
  }
  .history-layout {
    width: 100%;
    font-size: 1.6rem;
  }
  .history-layout dl {
    width: 100%;
    padding: 0 24px;
  }
  .history-layout dl::after {
    clear: none;
  }
  .history-layout dt {
    float: none;
    clear: none;
    width: 100%;
    padding: 15px 0 0 5px;
  }
  .history-layout dd {
    float: none;
    width: 100%;
    border-top: 0px #333 solid;
    padding: 0 0 15px 5px;
  }
  .history-layout img {
    margin: 10px 0 0;
    max-width: 317px;
  }
}



