/************************
 page-about
************************/
/************************
 about-main
************************/
#about-main {
  padding-top: 80px;
  background: #e8f2f1;
}
#about-main h1 {
  color: #479d9b;
  text-align: left;
  margin-bottom: 0;
}
#about-main h1 span:nth-of-type(1) {
  font-size: 62px;
  display: block;
  margin-bottom: 5px;
}
#about-main h1 span:nth-of-type(2) {
  font-size: 24px;
  display: block;
}
/************************
 about-profile
*************************/
#about-profile {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #e8f2f1;
}
#about-profile .flex {
  display: flex;
  flex-wrap: wrap;
}
#about-profile .flex .title-area {
  width: 300px;
}
#about-profile .flex .profile-area {
  width: calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
}
#about-profile .flex .title-area h2 {
  writing-mode: vertical-lr;
  border: 2px solid #000;
  background: #b0dbdf;
  padding-top: 50px;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 50px;
  margin: 0;
}
#about-profile .flex .title-area h2 span:nth-of-type(1) {
  margin-bottom: 50px;
  letter-spacing: 0.2em;
}
#about-profile .flex .title-area h2 span:nth-of-type(2) {
  font-size: 16px;
}
#about-profile table tr:nth-of-type(1) {
  border-top: 1px solid #479d9b;
}
#about-profile table tr {
  border-bottom: 1px solid #479d9b;
}
#about-profile table td,
#about-profile table th {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #fff;
  font-weight: 100;
  height: 100%;
}
#about-profile table td p,
#about-profile table th p {
  margin-bottom: 0;
}
#about-profile table th {
  word-break: keep-all;
}
#about-profile table td .bordered-left {
  border-left: 1px solid #479d9b;
  padding-left: 15px;
  padding-right: 15px;
}
#about-profile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#about-profile .flex .left-box {
  width: 350px;
  padding-right: 15px;
  border-right: 1px dashed #000;
}
#about-profile .flex .right-box {
  width: calc(100% - 350px);
  padding-left: 15px;
}
@media (max-width: 1199px) {
  #about-profile .flex .left-box {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  #about-profile .flex .right-box {
    width: 100%;
    padding: 0;
  }
  #about-profile .flex .title-area {
    width: 200px;
  }
  #about-profile .flex .profile-area {
    width: calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }
}
@media (max-width: 991px) {
  #about-profile .flex {
    display: block;
  }
  #about-profile .flex .title-area {
    width: 100%;
  }
  #about-profile .flex .profile-area {
    width: 100%;
  }
  #about-profile .flex .title-area h2 {
    writing-mode: horizontal-tb;
    padding: 15px;
    border-radius: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #about-profile table th,
  #about-profile table td {
    display: block;
    margin: 0;
  }
  #about-profile table td .bordered-left {
    border: none;
    padding: 0;
  }
  #about-profile table tr {
    border: none;
  }
  #about-profile table th {
    border: none;
    background: #479d9b;
    color: #fff;
  }
  #about-profile table td {
    border: none;
  }
}
/************************
 about-history
************************/
#about-history {
  padding-top: 80px;
  padding-bottom: 80px;
}
#about-history .flex {
  display: flex;
  flex-wrap: wrap;
}
#about-history .flex .title-area {
  width: 300px;
}
#about-history .flex .profile-area {
  width: calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
}
#about-history .flex .title-area h2 {
  writing-mode: vertical-lr;
  border: 2px solid #000;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 50px;
  margin: 0;
}
#about-history .flex .title-area h2 span:nth-of-type(1) {
  margin-bottom: 50px;
  letter-spacing: 0.2em;
}
#about-history .flex .title-area h2 span:nth-of-type(2) {
  font-size: 16px;
}
#about-history table tr:nth-of-type(1) {
  border-top: 1px solid #000;
}
#about-history table tr {
  border-bottom: 1px solid #000;
}
#about-history table td,
#about-history table th {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 100;
  height: 100%;
  vertical-align: middle;
}
#about-history table {
  background: #f1f5f5;
}
#about-history table td p,
#about-history table th p {
  margin-bottom: 0;
}
#about-history table th {
  word-break: keep-all;
}
#about-history table td .bordered-left {
  border-left: 1px solid #000;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  #about-history .flex .title-area {
    width: 200px;
  }
  #about-history .flex .profile-area {
    width: calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }
}
@media (max-width: 991px) {
  #about-history .flex {
    display: block;
  }
  #about-history .flex .title-area {
    width: 100%;
  }
  #about-history .flex .profile-area {
    width: 100%;
  }
  #about-history .flex .title-area h2 {
    writing-mode: horizontal-tb;
    padding: 15px;
    border-radius: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #about-history table th,
  #about-history table td {
    display: block;
    margin: 0;
  }
  #about-history table td .bordered-left {
    border: none;
    padding: 0;
  }
  #about-history table tr {
    border: none;
  }
  #about-history table th {
    border: none;
    background: #479d9b;
    color: #fff;
  }
  #about-history table td {
    border: none;
  }
}
/*************************
 about-link
*************************/
#about-link .bg {
  background: url("../../images/recruit/recruit.jpg");
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}
#about-link .bg:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  z-index: 1;
}
#about-link .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
#about-link h2 {
  text-align: center;
  margin-bottom: 50px;
}
#about-link h2 span {
  display: block;
  color: #fff;
}
#about-link h2 span:nth-of-type(1) {
  font-size: 62px;
}
#about-link h2 span:nth-of-type(2) {
  font-size: 28px;
}
#about-link .link {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  border: 4px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
#about-link .link a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
#about-link .link a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -50px;
  top: 15px;
}
#about-link .link a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: -50px;
  top: 11px;
}
@media (max-width: 767px) {
  #about-link .link {
    max-width: 300px;
  }
}
