/*$base-width: 1400px;*/
.c-pagehead .slide.is-animation img {
  -webkit-animation: zoom 5.5s linear 0s both;
          animation: zoom 5.5s linear 0s both;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
.p-outline {
  margin: 9.5rem 0 14rem;
}
@media screen and (max-width: 767px) {
  .p-outline {
    margin: 6rem 0;
  }
}
.p-outline-headline {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-outline-headline {
    margin-bottom: 5rem;
  }
}
.p-outline-tbl {
  width: 100%;
}
.p-outline-tbl th, .p-outline-tbl td {
  vertical-align: top;
  border-top: 1px solid #000;
}
.p-outline-tbl th {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  padding: 2.3rem 3.5rem;
  text-align: left;
  font-weight: normal;
  width: 22.4rem;
}
@media screen and (max-width: 767px) {
  .p-outline-tbl th {
    width: 7rem;
    padding: 2.2rem 0;
    line-height: 1.5;
    font-size: 1.2rem;
  }
}
.p-outline-tbl td {
  font-size: 1.6rem;
  line-height: 1.875;
  padding: 2.3rem 0;
}
@media screen and (max-width: 767px) {
  .p-outline-tbl td {
    padding: 2rem 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-outline-tbl td .m-fax {
  display: inline-block;
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-outline-tbl td .m-fax {
    margin-left: 0;
  }
}
.p-outline-tbl tr:first-of-type td, .p-outline-tbl tr:first-of-type th {
  border-top: none;
  padding-top: 0;
}

.p-history {
  background: #efefef;
  padding: 16rem 0;
}
@media screen and (max-width: 767px) {
  .p-history {
    padding: 7rem 0;
  }
}
.p-history-headline {
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-history-headline {
    margin-bottom: 5rem;
  }
}
.p-history-tbl {
  width: 100%;
  border-bottom: 1px solid #000;
}
.p-history-tbl th, .p-history-tbl td {
  vertical-align: top;
  border-top: 1px solid #000;
}
.p-history-tbl th {
  font-size: 2rem;
  padding: 0.6rem 3.5rem;
  text-align: left;
  font-weight: 500;
  width: 19rem;
}
@media screen and (max-width: 767px) {
  .p-history-tbl th {
    font-size: 1.6rem;
    width: 8rem;
    padding: 0.6rem 0 1rem 0;
  }
}
.p-history-tbl td {
  font-size: 1.6rem;
  letter-spacing: -0.015em;
  padding: 1.03rem 4rem 1.1rem 0;
}
@media screen and (max-width: 767px) {
  .p-history-tbl td {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
}
.p-history-tbl tr:first-of-type td, .p-history-tbl tr:first-of-type th {
  border-top: none;
  padding-top: 0;
}

.p-access {
  padding: 15rem 0 16.6rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding: 7rem 0;
  }
}
.p-access-headline {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-access-headline {
    margin-bottom: 5rem;
  }
}
.p-access-unit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 5.5rem;
  gap: 8rem;
}
.p-access-unit:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .p-access-unit {
    display: block;
    padding: 3rem 0;
    border-top: 1px solid #000;
  }
}
.p-access-unit .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-access-unit .txt .name {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-access-unit .txt .name {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.p-access-unit .txt address {
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-access-unit .txt address {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.p-access-unit .txt address .zip {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-access-unit .txt address .zip {
    margin-bottom: 1rem;
  }
}
.p-access-unit .txt .tel {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  position: relative;
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-access-unit .txt .tel {
    text-align: center;
    padding-left: 0;
  }
}
.p-access-unit .txt .tel span {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-access-unit .txt .tel span {
    position: static;
  }
}
.p-access-unit .map {
  width: 41rem;
  height: 41rem;
}
@media screen and (max-width: 767px) {
  .p-access-unit .map {
    margin-top: 3rem;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.p-access-unit .map iframe {
  width: 100%;
  height: 100%;
}
.p-access-unit + .p-access-unit {
  margin-top: 10rem;
  padding-top: 10rem;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-access-unit + .p-access-unit {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

.p-csr {
  background: #efefef;
  padding: 15.2rem 0 13rem;
}
@media screen and (max-width: 767px) {
  .p-csr {
    padding: 7rem 0;
  }
}
.p-csr-headline {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-csr-headline {
    margin-bottom: 5rem;
  }
}
.p-csr-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8rem 1fr 8rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 14rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-csr-grid {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }
}
.p-csr-grid-unit {
  position: relative;
  padding-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-csr-grid-unit {
    padding-top: 1.5rem;
  }
}
.p-csr-grid-unit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20.7rem;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-csr-grid-unit:before {
    width: 100%;
  }
}
.p-csr-grid-unit .ttl {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  text-align: center;
  font-weight: 600;
  min-height: 5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-csr-grid-unit .ttl {
    font-size: 1.5rem;
    min-height: 6.5rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.p-csr-grid-unit .img {
  width: 17rem;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-csr-grid-unit .img {
    width: 100%;
  }
}
.p-csr-grid-unit .detail p {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-csr-grid-unit .detail p {
    font-size: 1.3rem;
    text-align: left;
  }
}