@charset "UTF-8";
/*************共通項目など*************/
/* Windows 用 Medium 指定の游ゴシック */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  color: #a68f58;
  padding-bottom: 50px;
  line-height: 1.8;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

@media (max-width: 768px) {
  .wrapper {
    width: 94%;
  }
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

a {
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

a:after, a:before {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

a:hover {
  opacity: .7;
}

/*************header*************/
/*************mv*************/
/*************セクション*************/
/*************footer*************/
.mv_cont {
  width: 100%;
}

.mv_cont .wrapper {
  position: relative;
  z-index: 2;
}

.mv_cont h1 {
  position: absolute;
  top: 120px;
  left: 230px;
  width: 500px;
}

@media (max-width: 768px) {
  .mv_cont h1 {
    top: 50px;
    left: auto;
    right: 0;
    width: 69vw;
  }
}

.mv_cont h1 img {
  width: 100%;
}

.mv_cont .open_tag {
  position: absolute;
  top: 0;
  left: 20px;
  width: 195px;
}

@media (max-width: 768px) {
  .mv_cont .open_tag {
    width: 22vw;
    left: 0;
  }
}

.mv_cont .open_tag img {
  width: 100%;
}

.mv_cont .mv_slider {
  position: relative;
  z-index: 1;
  width: 100%;
  position: relative;
}

.mv_cont .mv_slider li {
  width: 100%;
  min-height: 670px;
  height: calc(100vh - 160px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .mv_cont .mv_slider li {
    height: 120vw;
    min-height: auto;
  }
}

.mv_cont .mv_slider li .wrapper {
  position: relative;
  height: 100%;
  margin: 0 auto;
  z-index: 100;
}

.mv_cont .mv_slider li .wrapper p {
  position: absolute;
}

.mv_cont .mv_slider li .wrapper p.v_lead {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

@media (max-width: 768px) {
  .mv_cont .mv_slider li .wrapper p {
    font-size: 14px;
  }
}

.mv_cont .mv_slider li.item1 {
  background-image: url(../img/mv01.jpg);
}

.mv_cont .mv_slider li.item1 p {
  top: 70px;
  right: 0;
}

.mv_cont .mv_slider li.item1 p img {
  width: 68px;
  height: 495px;
}

@media (max-width: 768px) {
  .mv_cont .mv_slider li.item1 p {
    right: 10px;
    top: 100px;
  }
  .mv_cont .mv_slider li.item1 p img {
    width: 8.16vw;
    height: 59.4vw;
  }
}

.mv_cont .mv_slider li.item2 {
  background-image: url(../img/mv02.jpg);
}

.mv_cont .mv_slider li.item2 p {
  left: 70px;
  bottom: 130px;
}

.mv_cont .mv_slider li.item2 p img {
  width: 632px;
  height: 110px;
}

@media (max-width: 768px) {
  .mv_cont .mv_slider li.item2 p {
    left: 0;
    bottom: 40px;
  }
  .mv_cont .mv_slider li.item2 p img {
    width: 75.84vw;
    height: 13.2vw;
  }
}

.mv_cont .mv_slider li.item3 {
  background-image: url(../img/mv03.jpg);
}

.mv_cont .mv_slider li.item3 p {
  left: 230px;
  top: 300px;
}

.mv_cont .mv_slider li.item3 p img {
  width: 412px;
  height: 66px;
}

@media (max-width: 768px) {
  .mv_cont .mv_slider li.item3 p {
    left: 26vw;
    top: 150px;
  }
  .mv_cont .mv_slider li.item3 p img {
    width: 49.44vw;
    height: 7.92vw;
  }
}

.safe_cont {
  padding: 20px 0;
  background-color: #b7d450;
  color: #fff;
}

.safe_cont .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 900px;
}

.safe_cont .wrapper .ttl {
  position: relative;
  padding: 10px 0;
  font-size: 26px;
}

@media (max-width: 768px) {
  .safe_cont .wrapper .ttl {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
}

.safe_cont .wrapper .ttl span {
  margin-left: .5em;
  font-size: 34px;
}

@media (max-width: 768px) {
  .safe_cont .wrapper .ttl span {
    font-size: 24px;
  }
}

.safe_cont .wrapper .ttl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url(../img/safe_ttl.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.safe_cont .wrapper .ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url(../img/safe_ttl.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.safe_cont .wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 768px) {
  .safe_cont .wrapper ul {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.safe_cont .wrapper ul li {
  margin-left: 60px;
  width: 100px;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .safe_cont .wrapper ul li {
    margin: 0;
    width: 32%;
    font-size: 14px;
  }
}

.safe_cont .wrapper ul li img {
  width: 80px;
}

.intro_cont {
  padding: 50px 0 70px;
}

@media (max-width: 768px) {
  .intro_cont {
    padding: 30px 0 40px;
  }
}

.intro_cont .greeting_cont {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .intro_cont .greeting_cont {
    margin-bottom: 30px;
  }
}

.intro_cont .greeting_cont h2 {
  margin-bottom: 24px;
  width: 274px;
}

@media (max-width: 768px) {
  .intro_cont .greeting_cont h2 {
    width: 140px;
    margin-bottom: 12px;
  }
}

.intro_cont .greeting_cont p {
  font-size: 22px;
  text-align: center;
}

@media (max-width: 768px) {
  .intro_cont .greeting_cont p {
    font-size: 14px;
    text-align: left;
  }
}

.intro_cont .profile_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.intro_cont .profile_cont .portrait_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 350px;
}

@media (max-width: 768px) {
  .intro_cont .profile_cont .portrait_cont {
    margin-bottom: 20px;
    width: 100%;
  }
}

.intro_cont .profile_cont .portrait_cont .img_cont {
  max-width: 156px;
}

@media (max-width: 768px) {
  .intro_cont .profile_cont .portrait_cont .img_cont {
    max-width: 100%;
    width: 30%;
  }
}

.intro_cont .profile_cont .portrait_cont .img_cont img {
  width: 100%;
}

.intro_cont .profile_cont .portrait_cont .txt_cont {
  max-width: 144px;
  font-size: 22px;
}

@media (max-width: 768px) {
  .intro_cont .profile_cont .portrait_cont .txt_cont {
    max-width: 100%;
    width: 65%;
    font-size: 14px;
  }
}

.intro_cont .profile_cont .portrait_cont .txt_cont .name {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .intro_cont .profile_cont .portrait_cont .txt_cont .name {
    margin-bottom: 20px;
  }
}

.intro_cont .profile_cont .portrait_cont .txt_cont .name dd {
  font-size: 36px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .intro_cont .profile_cont .portrait_cont .txt_cont .name dd {
    font-size: 24px;
  }
}

.intro_cont .profile_cont .portrait_cont .txt_cont .name dd .ruby {
  display: block;
  font-size: 16px;
}

@media (max-width: 768px) {
  .intro_cont .profile_cont .portrait_cont .txt_cont .name dd .ruby {
    font-size: 12px;
  }
}

.intro_cont .profile_cont .portrait_cont .txt_cont .from dt {
  border-bottom: 1px solid #a68f58;
}

.intro_cont .profile_cont .bio_cont {
  width: 580px;
  font-size: 22px;
}

@media (max-width: 768px) {
  .intro_cont .profile_cont .bio_cont {
    width: 100%;
    font-size: 14px;
  }
}

.intro_cont .profile_cont .bio_cont .ttl {
  margin-bottom: 10px;
  border-bottom: 1px solid #a68f58;
}

.intro_cont .profile_cont .bio_cont ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.45;
}

.intro_cont .profile_cont .bio_cont ul li dl dt {
  min-width: 154px;
}

@media (max-width: 768px) {
  .intro_cont .profile_cont .bio_cont ul li dl dt {
    min-width: 94px;
  }
}

.intro_cont .profile_cont .bio_cont ul li dl dd {
  width: 100%;
}

.fearture_cont {
  margin-bottom: 50px;
  padding: 40px 0 0;
  background-color: #f6ae5f;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .fearture_cont {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.fearture_cont .wrapper {
  max-width: 900px;
}

.fearture_cont h3 {
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 60px;
  color: #f6ae5f;
  font-size: 24px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .fearture_cont h3 {
    margin-bottom: 20px;
    padding: 6px 40px;
    font-size: 16px;
  }
}

.fearture_cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fearture_cont ul li {
  margin-bottom: 40px;
  width: 32%;
  text-align: center;
}

.fearture_cont ul li img {
  max-width: 188px;
}

@media (max-width: 768px) {
  .fearture_cont ul li {
    width: 29%;
    margin-bottom: 10px;
  }
}

.fearture_cont ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.other_cont {
  font-size: 22px;
}

@media (max-width: 768px) {
  .other_cont {
    font-size: 14px;
  }
}

.other_cont h4 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 2em;
  border-bottom: 1px solid #a68f58;
  letter-spacing: .16em;
}

@media (max-width: 768px) {
  .other_cont h4 {
    padding-left: 0;
  }
}

.other_cont h4 + .inner > p {
  margin-bottom: 40px;
  text-align: right;
}

@media (max-width: 768px) {
  .other_cont h4 + .inner > p {
    margin-bottom: 20px;
    text-align: left;
  }
}

.other_cont h4 + .inner > p .m {
  font-size: 40px;
}

@media (max-width: 768px) {
  .other_cont h4 + .inner > p .m {
    font-size: 22px;
  }
}

.other_cont h4 + .inner > p .l {
  font-size: 56px;
  letter-spacing: .1em;
}

@media (max-width: 768px) {
  .other_cont h4 + .inner > p .l {
    font-size: 28px;
  }
}

.other_cont li {
  margin-bottom: 50px;
}

.other_cont li:last-child p {
  margin-bottom: 10px;
}

.other_cont .inner {
  padding: 0 100px;
}

@media (max-width: 768px) {
  .other_cont .inner {
    padding: 0;
  }
}

.other_cont .table_cont {
  width: 100%;
}

.other_cont .table_cont table {
  width: 100%;
}

.other_cont .table_cont th,
.other_cont .table_cont td {
  text-align: center;
  border-bottom: 1px solid #a68f58;
  border-right: 1px solid #a68f58;
}

.other_cont .table_cont th:last-child,
.other_cont .table_cont td:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .other_cont .table_cont th,
  .other_cont .table_cont td {
    font-size: 14px;
  }
}

.other_cont .table_cont th {
  padding: 20px;
}

@media (max-width: 768px) {
  .other_cont .table_cont th {
    padding: 4px;
  }
}

.other_cont .table_cont td {
  text-align: center;
  vertical-align: middle;
}

.other_cont .table_cont td.open span {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #f6ae5f;
  border-radius: 1000px;
}

@media (max-width: 768px) {
  .other_cont .table_cont td.open span {
    width: 12px;
    height: 12px;
  }
}

.other_cont .table_cont td.close {
  position: relative;
  overflow: hidden;
}

.other_cont .table_cont td.close span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  width: 150%;
  height: 1px;
  background-color: #a68f58;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.other_cont .table_cont img {
  width: 30px;
  height: 30px;
}

@media (max-width: 768px) {
  .other_cont .table_cont img {
    width: 20px;
    height: 20px;
  }
}

.other_cont .map_cont {
  position: relative;
  margin-bottom: 100px;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}

.other_cont .map_cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

footer {
  text-align: center;
}

@media (max-width: 768px) {
  footer {
    font-size: 10px;
  }
}
/*# sourceMappingURL=style.css.map */