@charset "UTF-8";

.about .page_scroll_bt {
  margin: 80px 0 0 0;
}

/*ご挨拶*/

.message {
  padding-top: 85px;
}
.message h2 {
  text-align: center;
  margin-bottom: 60px;
}

.message .img {
  width: 40%;
  box-sizing: border-box;
}

.message .detail {
  width: 51%;
  margin-left: 1%;
  box-sizing: border-box;
}

.message .detail h3 img {
  width: 394px;
  margin: 60px 0 40px 0;
}

.message .detail .name {
  width: 240px;
  margin: 66px 0 0 auto;
}

.message .detail .name span:nth-child(1) {
  display: block;
}
.message .detail .name span:nth-child(2) {
  font-size: 0.8rem;
  vertical-align: middle;
  margin-right: 10px;
}

.message .detail .name img {
  width: 116px;
  vertical-align: middle;
}

/*会社概要*/
.company {
  padding-top: 120px;
}
.company h2 {
  text-align: center;
  margin-bottom: 30px;
}

.company table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #cccccc;
}
.company table tr {
  border-bottom: 1px solid #cccccc;
}

.company table tr th,
.company table tr td {
  padding: 30px 0;
  font-size: 0.95rem;
}

.company table tr th {
  width: 30%;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
}
.company table tr td {
  width: 70%;
}
.company table tr td span {
  font-size: 0.8rem;
}

/*有資格者一覧*/
.lisence {
  padding-top: 120px;
  margin-bottom: 120px;
}
.lisence h2 {
  text-align: center;
  margin-bottom: 30px;
}

.lisence table {
  width: 100%;
  border-collapse: collapse;
}

.lisence table tr th {
  text-align: center;
  background: #e9f4ef;
  padding: 10px 0;
  border: 1px solid #cccccc;
}

.lisence table tr td {
  background: #fff;
  padding: 15px 20px;
  border: 1px solid #cccccc;
}

.lisence table tr td:nth-child(2) {
  text-align: center;
}

.lisence table tr th:nth-child(1) {
  width: 80%;
  font-weight: 500;
}

.lisence table tr th:nth-child(2) {
  width: 20%;
}
.lisence table tr td span {
  font-size: 0.8rem;
}

/*沿　革*/
.history {
  width: 100%;
  padding: 90px 0;
  background: url(../img/about/history_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.history h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}
.history h2 span {
  color: #fff;
}

.history ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 820px;
  max-height: 100%;
  overflow: hidden;
}
.history ul li {
  width: 44%;
  padding-left: 4%;
  padding-right: 4%;
  border-left: 1px solid #fff;
  padding-bottom: 30px;
  flex-grow: 1;
}

.history ul li p {
  color: #fff;
  font-size: 0.95rem;
  letter-spacing: 0.05rem;
  line-height: 1.25rem;
  display: inline-block;
}

.history ul li p span {
  font-size: 0.8rem;
  line-height: 1.2rem;
  display: block;
  margin-top: 10px;
}

.history ul li p:nth-child(1) {
  width: 23%;
}
.history ul li p:nth-child(2) {
  width: 75%;
}

/*品質方針*/
.q_a {
  background: #e9f4ef;
  padding: 90px 0;
}

.q_a h2 {
  text-align: center;
  margin-bottom: 65px;
}

.q_a .box {
  position: relative;
  padding: 60px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
}

.q_a .box h3 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  background: #2fa26f;
  color: #fff;
  padding: 3px 20px;
  border-radius: 50px;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.q_a .box ul {
  counter-reset: item;
}
.q_a .box ul li {
  margin-bottom: 24px;
  font-size: 0.95rem;
}
.q_a .box ul li:last-child {
  margin-bottom: 0;
}
.q_a .box ul li::before {
  counter-increment: item;
  content: counter(item);
  margin-right: 15px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.4rem;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  color: #3e7c5d;
  border: 1px solid #3e7c5d;
  font-family: 'Sora', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, serif;
}

/*情報セキュリティ基本方針*/
.security_policy {
  background: #fff;
  padding: 90px 0;
}

.security_policy h2 {
  text-align: center;
  margin-bottom: 65px;
}
.security_policy .item li {
  margin-bottom: 54px;
}
.security_policy .item li:last-child {
  margin-bottom: 0px;
}

.security_policy .item h3 {
  letter-spacing: 0.1rem;
  font-size: 1.05rem;
  line-height: 1rem;
  color: #3e7c5d;
  font-weight: 500;
  margin-bottom: 15px;
}

/*アクセス*/
.access {
  padding: 90px 0 0px 0;
}

.access h2 {
  margin-bottom: 32px;
}

.access .box {
  position: relative;
  background: #f9f9f9;
  padding: 30px;
  padding-left: 55px;
  box-sizing: border-box;
  align-items: center;
}

.access .box::before {
  content: '';
  display: block;
  width: 34px;
  height: 1px;
  background: #3e7c5d;
  position: absolute;
  top: 100px;
  left: 0;
}

.access .detail {
  width: 45%;
}

.access .detail .adress,
.access .detail .block {
  line-height: 1.55rem;
}

.access .detail .block {
  background: #fff;
  display: inline-block;
  padding: 12px 16px;
  box-sizing: border-box;
  margin-top: 20px;
}

.access .map {
  width: 55%;
}
.access .map iframe {
  width: 100%;
  height: 310px;
}

/*感染症対策*/
.poi {
  padding: 120px 0 0 0;
  text-align: center;
  margin-bottom: 120px;
}
.poi h2 {
  font-size: 1.35rem;
  color: #3e7c5d;
  margin-bottom: 35px;
  font-weight: 500;
}
.poi ul {
  margin-bottom: 30px;
}
.poi ul li {
  width: 31%;
}
.poi ul li .img {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  background: #f9f9f9;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.poi ul li .img .number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.85rem;
  color: #3e7c5d;
}

.poi ul li .img .title {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #3e7c5d;
}

.poi ul li:nth-child(1) .img img {
  width: 65%;
  margin-top: -20px;
}
.poi ul li:nth-child(2) .img img {
  width: 60%;
}
.poi ul li:nth-child(3) .img img {
  width: 55%;
}

.poi ul li .txt {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}

.poi ul li .txt p {
  line-height: 1.55rem;
}

.poi .plus {
  width: 100%;
  box-sizing: border-box;
  background: #e9f4ef;
  padding: 15px 30px;
  text-align: left;
}

.poi .plus p {
  line-height: 1.55rem;
}
