/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 29 2021 | 07:07:42 */

@charset "UTF-8";

/* ============================================
  mainheader
============================================ */
.mainheader {
  max-height: 700px;
  min-height: 500px;
  height: 36vw;
  position: relative;
}
.mainheader__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mainheader__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(1, 100, 67, .1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.mainheader__inner {
  height: 100%;
}
.mainheader__title-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;

  position: relative;
  z-index: 2;
  padding-top: 120px;
  text-align: center;
}
.mainheader__title-text > span {
  display: block;
  line-height: 1.3;
  text-align: center;
}
.mainheader__title-text .en {
  color: #006342;
  font-size: 10rem;
}
.mainheader__title-text .ja {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {

  .mainheader {
    max-height: 700px;
    min-height: 200px;
    height: 65vw;
  }
  .mainheader__title-wrap {
    padding: 60px 20px 0;
  }
  .mainheader__title-text .en {
    font-size: 4rem;
    font-weight: bold;
  }
  .mainheader__title-text .ja {
    font-size: 2rem;
    font-weight: bold;
  }

}


/*---------------------------------
 profile
--------------------------------- */

.profile-outline__table {
  width: 100%;
}
.profile-outline__table th,
.profile-outline__table td {
  text-align: left;
  vertical-align: top;
}
.profile-outline__table th {
  width: 200px;
  padding: 20px 0;
}
.profile-outline__table td {
  padding: 20px;
}
.profile-outline__table .style-decimal {
  padding-left: 1.2em;
}
.profile-outline__table .style-decimal li {
  padding: 0.5em 0 0.5em 0.2rem;
  line-height: 1.5;
  list-style-type: decimal;
}

.profile-access__map {
  position: relative;
}
.profile-access__map-link {
  line-height: 1;
  font-size: 1.3rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.profile-access__map-link a {
  display: block;
  padding: 20px 30px;
  color: #fff;
  background: #006342;
  transition: background .2s;
}
.profile-access__map-link a:hover {
  background: #0f8f64;
}
.profile-access__gmap iframe {
  width: 100%;
  height: 400px;
  filter: grayscale(100%);
}

@media only screen and (max-width: 767px) {

  .profile-outline__table {
    font-size: 90%;
  }
  .profile-outline__table th {
    width: 80px;
    padding: 15px 0;
  }
  .profile-outline__table td {
    padding: 15px 0 0 10px;
  }

}
