@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.about_top .inner {
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
}
.about_top .inner .img {
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.about_top .inner p {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.08;
}
.osusume {
  background: url(../img/about/bg01.webp) no-repeat center / contain;
  background-size: cover;
  background-position: center top;
}
.osusume .inner {
  padding-top: 30px;
  padding-bottom: 42px;
}
.osusume .about_ttl {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: auto;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  padding: 0 26px;
}
.osusume .about_ttl::after {
  position: absolute;
  content: "”";
  right: 0;
  top: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  line-height: 1.01;
  font-size: 50px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
  color: #D5D5CB;
  font-weight: 400;
}
.osusume .about_ttl::before {
  position: absolute;
  content: "“";
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  line-height: 1.01;
  font-size: 50px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
  color: #D5D5CB;
  font-weight: 400;
}
.osusume ul {
  margin: auto;
  margin-top: 28px;
  max-width: 335px;
}
.osusume ul li {
  min-height: 63px;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px 15px 10px 35px;
  position: relative;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
}
.osusume ul li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 6px;
  left: 13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/about/list_after.webp) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.osusume ul li + li {
  margin-top: 10px;
}
.merito .inner {
  padding-top: 28px;
  padding-bottom: 30px;
  position: relative;
}
.merito .inner::after {
  background: #E6E6DF;
  width: 100%;
  height: calc(100% - 50px);
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}
.merito .h2_ttl {
  position: relative;
  z-index: 10;
}
.merito .me_ttl {
  z-index: 10;
  position: relative;
  text-align: center;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #214634;
  padding: 0 26px;
}
.merito .me_ttl::after {
  position: absolute;
  content: "”";
  right: 0;
  top: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  line-height: 1.01;
  font-size: 50px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
  color: #D5D5CB;
  font-weight: 400;
}
.merito .me_ttl::before {
  position: absolute;
  content: "“";
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  line-height: 1.01;
  font-size: 50px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
  color: #D5D5CB;
  font-weight: 400;
}
.merito ul {
  position: relative;
  z-index: 10;
  margin: auto;
  margin-top: 20px;
  max-width: 335px;
}
.merito ul li {
  background: #214634;
  border-radius: 5px;
  color: #ffffff;
  text-align: left;
  padding: 12px 16px 12px 35px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
}
.merito ul li::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 15px;
  left: 11px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/about/me_icon01.webp) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.merito ul li + li {
  margin-top: 8px;
}
.demerito .inner {
  padding-top: 18px;
  padding-bottom: 40px;
}
.demerito .inner::after {
  height: calc(100% - 42px);
}
.demerito ul li {
  background: #505050;
}
.demerito ul li::after {
  background: url(../img/about/me_icon02.webp) no-repeat bottom;
  background-size: 100% 100%;
}
.case .inner {
  padding: 8px 8px 0 8px;
}
.case .case_item {
  border-radius: 10px;
  border: 2px solid #214634;
  background: #ffffff;
  max-width: 360px;
  margin: auto;
  padding: 18px 11px;
}
.case .case_item .case_ttl {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #214634;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #214634;
  margin-bottom: 15px;
}
.case .case_item p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333;
  color: #214634;
}
.case .case_item ul {
  margin-top: 17px;
}
.case .case_item ul li {
  padding: 10px 18px 10px 33px;
  text-align: left;
  border-radius: 5px;
  background: #F2F2ED;
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  position: relative;
}
.case .case_item ul li + li {
  margin-top: 8px;
}
.case .case_item ul li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: #214634;
  transition: 0.3s ease-in-out;
}
.point {
  margin-top: 40px;
  background: url(../img/about/bg02.webp) no-repeat bottom;
  background-size: cover;
  background-position: center top;
}
.point .inner {
  padding: 50px 30px 53px 30px ;
}
.point .img {
  max-width: 54px;
  margin: auto;
}
.point .ttl {
  margin-top: 34px;
  margin-bottom: 28px;
  font-size: 26px;
  letter-spacing: 0.15em;
  line-height: 1.346;
  color: #ffffff;
  font-weight: 400;
}
.point p {
  max-width: 310px;
  margin: auto;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2.08;
  color: #ffffff;
}
.tks {
  text-align: left;
  padding: 40px 20px;
}
.tks .btn_g {
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .tks .btn_g {
    margin-top: 20px;
  }
}
