/* CSS Document */
.spmask {
  display: block;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------*/
.contents_kv {
  position: relative;
  width: 100%;
  height: 60rem;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contents_kv {
    height: 46rem;
  }
}
.contents_kv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../company/images/company_kv.jpg") no-repeat left center;
  background-size: cover;
  width: 80%;
  height: 60rem;
  z-index: 0;
  opacity: 0;
  scale: 1.08;
  -webkit-animation: kvImageIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: kvImageIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}
@media screen and (max-width: 767px) {
  .contents_kv::before {
    width: 100%;
    height: 46rem;
    background-position: bottom left 32%;
  }
}
@-webkit-keyframes kvImageIn {
  0% {
    opacity: 0;
    scale: 1.08;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes kvImageIn {
  0% {
    opacity: 0;
    scale: 1.08;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
.contents_kv_wrap {
  position: relative;
}
.contents_kv_wrap_catch {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contents_kv_wrap_catch {
    top: 54%;
    left: 4%;
  }
}
.contents_kv-jp {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  font-weight: 500;
  color: var(--green);
  letter-spacing: -0.01em;
  margin-bottom: 0.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents_kv-jp {
    color: #fff;
  }
}
.contents_kv-en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3.6rem, 8vw, 8rem);
  font-weight: 600;
  color: var(--green);
  letter-spacing: -0.01em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents_kv-en {
    color: #fff;
    font-size: clamp(2.8rem, 10vw, 5rem);
  }
}

/*------------------------*/
.topmessage,
.overview,
.access,
.history,
.certification {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .topmessage,
.overview,
.access,
.history,
.certification {
    padding-block: 6rem;
  }
}

.odd {
  background-color: #fff;
}

.even {
  background-color: var(--bg-green);
}

.company_heading {
  position: relative;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .company_heading {
    margin-bottom: 4rem;
  }
}
.company_heading-jp {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.company_heading-en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.4rem, 3.64vw, 4rem);
  font-weight: 600;
  color: var(--green);
}
@media screen and (max-width: 767px) {
  .company_heading-en {
    font-size: 2.8rem;
  }
}

/*------------------------*/
.topmessage {
  position: relative;
}
.topmessage_wrap {
  position: relative;
}
.topmessage_wrap .hd {
  font-size: clamp(2rem, 2.91vw, 3.2rem);
  font-weight: 600;
  margin-bottom: 4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .topmessage_wrap .hd {
    margin-bottom: 2rem;
  }
}
.topmessage_wrap p.text {
  margin-bottom: 2rem;
  line-height: 2;
}
.topmessage_wrap p.text:last-of-type {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .topmessage_wrap p.text:last-of-type {
    margin-bottom: 2rem;
  }
}
.topmessage_wrap .nameBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-align: left;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .topmessage_wrap .nameBox {
    margin-left: auto;
  }
}
.topmessage_wrap .nameBox .sub {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.topmessage_wrap .nameBox .name {
  font-size: 1.4rem;
}
.topmessage_wrap .nameBox .name span.emphasis {
  font-size: 1.8rem;
}

/*------------------------*/
.overview {
  position: relative;
  width: 100%;
}
.overview_wrap table {
  width: 100%;
  margin: 0 auto;
}
.overview_wrap table th, .overview_wrap table td {
  padding-block: 3rem;
  border-bottom: solid 1px var(--line);
}
@media screen and (max-width: 767px) {
  .overview_wrap table th, .overview_wrap table td {
    display: block;
    width: 100%;
    padding-block: 2rem;
  }
}
.overview_wrap table th.last, .overview_wrap table td.last {
  border-bottom: none;
}
.overview_wrap table th {
  width: 20em;
}
@media screen and (max-width: 767px) {
  .overview_wrap table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .overview_wrap table td {
    width: 100%;
    padding-top: 0;
  }
}
.overview_wrap table td ul.first li {
  margin-bottom: 2rem;
  line-height: 1.6;
}
.overview_wrap table td ul.first li.hd {
  font-weight: 700;
}
.overview_wrap table td ul.first li:last-of-type {
  margin-bottom: 0;
}
.overview_wrap table td ul.second li {
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.overview_wrap table td ul.second li:last-of-type {
  margin-bottom: 0;
}

/*------------------------*/
.access {
  position: relative;
}
.access_wrap {
  width: 100%;
  margin: 0 auto;
}
.access_wrap .box {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .access_wrap .box {
    margin-bottom: 4rem;
  }
}
.access_wrap .box:last-of-type {
  margin-bottom: 0;
}
.access_wrap .box .info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .access_wrap .box .info {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
}
.access_wrap .box .info .hd {
  font-size: 2.4rem;
  font-weight: 500;
  border-left: solid 0.5rem var(--green);
  padding-left: 1rem;
  padding-block: 0.5rem;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .access_wrap .box .info .hd {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    border-left: solid 0.3rem var(--green);
    padding-left: 0.8rem;
  }
}
.access_wrap .box .info p {
  margin-top: 0.5rem;
  line-height: 1.6;
}
.access_wrap .box .map::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.access_wrap .box .map.is-active::after {
  display: none;
}
.access_wrap .box .map iframe {
  width: 100%;
  height: 36rem;
  display: block;
}

/*------------------------*/
.history {
  position: relative;
}
.history .intro {
  margin-bottom: 8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .history .intro {
    margin-bottom: 4rem;
  }
}
.history_wrap {
  max-width: 100%;
  margin: 0 auto;
}
.history_timeline {
  position: relative;
  margin-bottom: 4rem;
}
.history_timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.1rem;
  background-color: #bcbcbc;
}
@media screen and (max-width: 767px) {
  .history_timeline::before {
    top: 1%;
    bottom: 0;
    left: 2.4%;
  }
}
.history_timeline_accordion {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.history_timeline_accordion.is-open {
  grid-template-rows: 1fr;
}
.history_timeline_accordion_inner {
  overflow: hidden;
}
.history_timeline_item {
  display: grid;
  grid-template-columns: 1fr 2rem 1fr;
  align-items: flex-start;
  gap: 0 2rem;
  margin-bottom: 5rem;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 767px) {
  .history_timeline_item {
    margin-bottom: 3rem;
  }
}
.history_timeline_item.is-show {
  opacity: 1;
  transform: translateY(0);
}
.history_timeline_item.is-hidden {
  display: none;
}
.history_timeline_item_date {
  text-align: right;
  padding-top: 0.4rem;
}
.history_timeline_item_date .era {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.6rem;
}
.history_timeline_item_date .day {
  display: inline-block;
  font-size: 1.6rem;
}
.history_timeline_item_dot {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 0.6rem;
}
.history_timeline_item_dot::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: var(--green);
  flex-shrink: 0;
}
.history_timeline_item_content {
  padding-top: 0;
}
.history_timeline_item_content p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .history_timeline_item {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding-left: 3rem;
    position: relative;
    margin-bottom: 4rem;
  }
  .history_timeline_item_date {
    text-align: left;
    order: 1;
  }
  .history_timeline_item_dot {
    position: absolute;
    left: 0;
    top: 0.4rem;
    padding-top: 0;
    order: 0;
  }
  .history_timeline_item_content {
    order: 2;
  }
}
.history .more {
  text-align: center;
}
.history .more_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 24rem;
  padding: 1.6rem 2rem;
  background-color: var(--green);
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease;
}
.history .more_btn_arrow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 45%;
  right: 2rem;
  border-right: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.history .more_btn.is-open .more_btn_arrow {
  transform: translateY(0) rotate(-135deg);
}

.certification {
  position: relative;
}
.certification_wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  align-items: stretch;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
@media screen and (max-width: 767px) {
  .certification_wrap ul {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.certification_wrap ul li.box {
  position: relative;
  height: 26rem;
}
@media screen and (max-width: 767px) {
  .certification_wrap ul li.box {
    height: auto;
    margin-bottom: 4rem;
  }
}
.certification_wrap ul li.box:last-of-type {
  margin-bottom: 0;
}
.certification_wrap ul li.box .logoBox p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.certification_wrap ul li.box .logoBox .logo {
  width: 100%;
  margin: 0 auto;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .certification_wrap ul li.box .logoBox .logo {
    width: 50%;
    margin: 0 auto;
  }
}
.certification_wrap ul li.box .logoBox .logo.sanpai {
  width: 80%;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .certification_wrap ul li.box .logoBox .logo.sanpai {
    padding-top: 4;
  }
}
.certification_wrap ul li.box .logoBox .logo img {
  width: 100%;
}
.certification_wrap ul li.box .linkBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .certification_wrap ul li.box .linkBox {
    position: relative;
    margin-top: 3rem;
  }
}
.certification_wrap ul li.box .linkBox a.btnLink {
  background-color: var(--green);
  line-height: 1.6;
}

/*-------disclosure.html--------*/
.disclosure {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .disclosure {
    padding-block: 6rem;
  }
}
.disclosure_wrap table {
  width: 100%;
  margin: 0 auto;
}
.disclosure_wrap table th, .disclosure_wrap table td {
  padding-block: 3rem;
  border-bottom: solid 1px var(--line);
}
@media screen and (max-width: 767px) {
  .disclosure_wrap table th, .disclosure_wrap table td {
    display: block;
    width: 100%;
    padding-block: 2rem;
  }
}
.disclosure_wrap table th.last, .disclosure_wrap table td.last {
  border-bottom: none;
}
.disclosure_wrap table th {
  width: 20em;
}
@media screen and (max-width: 767px) {
  .disclosure_wrap table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 1rem;
  }
}
.disclosure_wrap table td {
  position: relative;
}
@media screen and (max-width: 767px) {
  .disclosure_wrap table td {
    width: 100%;
    padding-top: 0;
  }
}
.disclosure_wrap table td ul.first li {
  margin-bottom: 2rem;
  line-height: 1.6;
}
.disclosure_wrap table td ul.first li.hd {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .disclosure_wrap table td ul.first li {
    margin-bottom: 1rem;
  }
}
.disclosure_wrap table td ul.first li:last-of-type {
  margin-bottom: 0;
}
.disclosure_wrap table td ul.first li span.position {
  display: inline-block;
  width: 10em;
}
@media screen and (max-width: 767px) {
  .disclosure_wrap table td ul.first li span.position {
    width: auto;
  }
}
.disclosure_wrap table td ul.first li span.position02 {
  display: inline-block;
  width: 24em;
}
@media screen and (max-width: 767px) {
  .disclosure_wrap table td ul.first li span.position02 {
    width: auto;
  }
}
.disclosure_wrap table td ul.first li span.position03 {
  display: inline-block;
  width: 6em;
}
@media screen and (max-width: 767px) {
  .disclosure_wrap table td ul.first li span.position03 {
    width: auto;
  }
}
.disclosure_wrap table td ul.first li.flex {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
@media screen and (max-width: 767px) {
  .disclosure_wrap table td ul.first li.flex {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 2rem;
  }
}
.disclosure_wrap table td ul.first li.flex .left {
  margin-top: -0.1rem;
}
.disclosure_wrap table td ul.second li {
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.disclosure_wrap table td ul.second li:last-of-type {
  margin-bottom: 0;
}
.disclosure_wrap table td ul.second li span.position {
  display: inline-block;
  width: 14em;
}
/*# sourceMappingURL=style.css.map */