@charset "UTF-8";
/* ======================================================================
 about
====================================================================== */
.about_kv {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_kv .news {
    position: absolute;
  }
}
.about_kv .kv {
  height: 750px;
}
@media screen and (max-width: 768px) {
  .about_kv .kv {
    height: auto;
  }
}
.about_kv .kv .container {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about_kv .kv .container {
    width: 100%;
  }
}
.about_kv .kv .container .ttl {
  font-family: "Noto Serif JP", serif;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: -2px 0 7px rgba(0, 0, 0, 0.4);
  width: 100%;
  letter-spacing: 0.075em;
  font-size: 50px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .about_kv .kv .container .ttl {
    font-size: 25px;
  }
}
.about_kv .kv .container .img {
  text-align: center;
  height: 750px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .about_kv .kv .container .img {
    height: 220px;
  }
}
.about_kv .kv .container .img img {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .about_kv .kv .container .img img {
    width: 100%;
  }
}

.about_copy {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .about_copy {
    padding-top: 20%;
  }
}
.about_copy .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .about_copy .container {
    width: 90%;
  }
}
.about_copy .container .ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .about_copy .container .ttl {
    font-size: 18px;
    margin-bottom: 10%;
    line-height: 1.8;
  }
}
.about_copy .container .txt {
  text-align: center;
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about_copy .container .txt {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }
}

.about_theme {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .about_theme {
    padding-top: 20%;
  }
}
.about_theme .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .about_theme .container {
    width: 90%;
  }
}
.about_theme .container > .ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about_theme .container > .ttl {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 10%;
  }
}
.about_theme .container .list li {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about_theme .container .list li {
    margin-bottom: 10%;
  }
}
.about_theme .container .list li .ttl {
  border-left: 6px solid #038e7c;
  margin: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .about_theme .container .list li .ttl {
    border-left: 3px solid #038e7c;
    margin: 5% 0 4%;
  }
}
.about_theme .container .list li .ttl span {
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-left: 10px;
  letter-spacing: 0.05em;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .about_theme .container .list li .ttl span {
    margin-left: 3%;
    font-size: 16px;
  }
}
.about_theme .container .list li .txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about_theme .container .list li .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}

.about_message {
  margin: 150px 0;
}
@media screen and (max-width: 768px) {
  .about_message {
    margin: 20% 0;
  }
}
.about_message > .ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about_message > .ttl {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 7%;
  }
}
.about_message .box {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_message .box.bg01 {
  background-image: url("../img/about/bg01.jpg");
}
@media screen and (max-width: 768px) {
  .about_message .box.bg01 {
    background-image: url("../img/about/sm/bg01.jpg");
  }
}
.about_message .box.bg01 .ttl {
  text-align: right;
  right: 0;
  top: 70px;
}
@media screen and (max-width: 768px) {
  .about_message .box.bg01 .ttl {
    top: 20%;
  }
}
.about_message .box.bg02 {
  background-image: url("../img/about/bg02.jpg");
}
@media screen and (max-width: 768px) {
  .about_message .box.bg02 {
    background-image: url("../img/about/sm/bg02.jpg");
  }
}
.about_message .box.bg02 .ttl {
  left: 0;
  bottom: 12px;
}
.about_message .box .container {
  height: 450px;
}
@media screen and (max-width: 768px) {
  .about_message .box .container {
    height: 215px;
    width: 100%;
  }
}
.about_message .box .container .ttl {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 35px 70px;
  font-size: 32px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .about_message .box .container .ttl {
    font-size: 16px;
    padding: 4%;
  }
}
.about_message .box .container .ttl span {
  display: block;
  font-size: 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .about_message .box .container .ttl span {
    font-size: 12px;
    margin-top: 4%;
  }
}
.about_message .box .container .name {
  position: absolute;
  right: 70px;
  bottom: 70px;
  text-align: right;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .about_message .box .container .name {
    font-size: 12px;
    bottom: 6%;
    right: 4%;
  }
}
.about_message > .btn {
  text-align: center;
  display: block;
  border: 2px solid;
  color: #038e7c;
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 220px;
  height: 50px;
  line-height: 50px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .about_message > .btn {
    display: table;
    border-width: 1px;
    font-size: 14px;
    width: auto;
    padding: 0 4%;
    height: 30px;
    line-height: 30px;
    margin: 7% auto 0;
  }
}
.about_message > .btn i {
  font-size: 14px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .about_message > .btn i {
    font-size: 10px;
    margin-left: 0.5em;
  }
}
