/*------------------------------------------
  home
------------------------------------------*/
/* ========== MainVisual ========== */
.mv {
  position: relative;
  height: calc(100vh - 101px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv .mv-slider__item {
  position: relative;
  height: calc(100vh - 101px);
}
.mv .mv-slider__item .item-text {
  position: absolute;
  left: clamp(70px, 9.7222222222vw, 140px);
  bottom: clamp(126px, 17.5vw, 252px);
  z-index: 1;
  opacity: 0;
  transform: translateY(2em);
  transition: 0.8s;
}
.mv .mv-slider__item .item-text__ja {
  line-height: 1.1;
  margin-bottom: clamp(21px, 2.9166666667vw, 42px);
}
.mv .mv-slider__item .item-text__ja .lead {
  font-size: clamp(15px, 2.0138888889vw, 29px);
  font-weight: 700;
  letter-spacing: 0.2em;
}
.mv .mv-slider__item .item-text__ja .sub {
  font-size: clamp(11px, 1.5277777778vw, 22px);
  font-weight: 500;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  margin-top: 0.8em;
}
.mv .mv-slider__item .item-text__ja .sub span {
  font-weight: 400;
  font-size: 77%;
}
.mv .mv-slider__item .item-text__en img {
  width: auto;
  height: clamp(40px, 5.5555555556vw, 80px);
}
.mv .mv-slider__item .item-image {
  height: 100%;
  width: 100%;
  transform: scale(1.2);
  transition: 1.2s 1s ease-out;
}
.mv .mv-slider__item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv .mv-slider__item .item-image img.pos-right {
  -o-object-position: right;
     object-position: right;
}
.mv .mv-slider__item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  transition: 1s 1s cubic-bezier(0.52, 0.18, 1, 0.84);
  z-index: 10;
}
.mv .mv-slider__item.swiper-slide-active:after {
  width: 0;
}
.mv .mv-slider__item.swiper-slide-active .item-text {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 2.5s;
}
.mv .mv-slider__item.swiper-slide-active .item-image {
  transform: scale(1);
}

@media only screen and (max-width: 1024px) {
  .mv .mv-slider__item .item-text {
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mv {
    height: auto;
  }
  .mv .mv-slider__item {
    height: auto;
    padding: 186px 0 0;
  }
  .mv .mv-slider__item .item-text {
    left: 20px;
    bottom: auto;
    top: 80px;
  }
  .mv .mv-slider__item .item-text__ja {
    margin-bottom: 10px;
  }
  .mv .mv-slider__item .item-text__ja .lead {
    font-size: 2rem;
  }
  .mv .mv-slider__item .item-text__ja .sub {
    font-size: 1.5rem;
    display: block;
    margin-top: 1em;
  }
  .mv .mv-slider__item .item-text__ja .sub span {
    font-size: 1.1rem;
    display: block;
    margin-top: 0.8em;
  }
  .mv .mv-slider__item .item-text__en {
    position: absolute;
    left: 0;
    top: 106px;
  }
  .mv .mv-slider__item .item-text__en img {
    height: 160px;
  }
  .mv .mv-slider__item .item-image {
    transform: scale(1);
  }
}
/* ========== concept ========== */
.p-concept {
  padding: 240px 0;
}
.p-concept .concept-contents {
  position: relative;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  margin-bottom: 240px;
}
.p-concept .concept-contents:last-child {
  margin-bottom: 0;
}
.p-concept .concept-label {
  position: absolute;
  left: 50%;
  top: 70px;
  margin-left: clamp(-182px, -12.6388888889vw, -91px);
}
.p-concept .concept-label img {
  width: auto;
  height: clamp(56px, 7.7777777778vw, 112px);
}
.p-concept .concept-image {
  width: 50%;
  height: 100%;
}
.p-concept .concept-text {
  width: 50%;
  padding: 0 clamp(56px, 7.7777777778vw, 112px);
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: flex-end;
}
.p-concept .concept-text__title {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 0.8em;
}
.p-concept .concept-text__lead {
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.p-concept .concept-text__catch {
  margin-top: 12px;
}
.p-concept .concept-text__catch p {
  text-decoration: underline;
  font-weight: 700;
}
.p-concept .concept-text__name {
  margin-top: 10px;
  font-size: 1.5rem;
}
.p-concept .concept-text__name strong {
  font-size: 1.7rem;
}
.p-concept .concept-contents--philosophy .concept-text__button {
  margin-top: 70px;
}
.p-concept .concept-contents--message .concept-text__button {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .p-concept {
    padding: 160px 0 130px;
  }
  .p-concept .concept-contents {
    margin-bottom: 130px;
  }
  .p-concept .concept-label {
    top: 0;
    margin-top: -34px;
    margin-left: 0;
    left: auto;
  }
  .p-concept .concept-label img {
    height: 45px;
  }
  .p-concept .concept-image {
    width: 100%;
  }
  .p-concept .concept-text {
    width: 100%;
    padding: 0 20px;
    margin-top: 45px;
  }
  .p-concept .concept-text__title {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
  .p-concept .concept-text__lead {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  .p-concept .concept-text__text {
    line-height: 2;
  }
  .p-concept .concept-text__catch {
    margin-top: 18px;
  }
  .p-concept .concept-text__name {
    font-size: 1.3rem;
  }
  .p-concept .concept-text__name strong {
    font-size: 1.5rem;
  }
  .p-concept .concept-contents--philosophy .concept-label {
    right: 0;
  }
  .p-concept .concept-contents--philosophy .concept-text__button {
    margin-top: 40px;
  }
  .p-concept .concept-contents--message .concept-label {
    left: 20px;
  }
  .p-concept .concept-contents--message .concept-text__button {
    margin-top: 40px;
  }
}
/* ========== menu ========== */
.p-menu {
  padding-bottom: 260px;
}
.p-menu .menu-contents {
  margin-bottom: 164px;
}
.p-menu .menu-contents:last-child {
  margin-bottom: 0;
}
.p-menu .menu-title {
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.2em;
  margin-bottom: 80px;
  line-height: 1.5;
}
.p-menu .menu-expert {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 85px 5%;
}
.p-menu .menu-expert__item {
  width: 30%;
  text-align: center;
}
.p-menu .menu-expert__itemImage {
  margin-bottom: 25px;
  position: relative;
}
.p-menu .menu-expert__itemImage img {
  width: 100%;
}
.p-menu .menu-expert__itemImage:hover .menu-expert__itemImageHover {
  opacity: 1;
}
.p-menu .menu-expert__itemImageHover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(88, 85, 93, 0.9);
  opacity: 0;
  transition: 0.4s;
}
.p-menu .menu-expert__itemImageHover p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.866;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: left;
  width: 70%;
}
.p-menu .menu-expert__itemLead {
  font-size: clamp(1rem, 1.4035087719vw, 1.6rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.p-menu .menu-expert__itemTitle {
  font-size: clamp(1.8rem, 1.9298245614vw, 2.2rem);
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.p-menu .menu-expert__itemLink {
  margin-bottom: 20px;
}
.p-menu .menu-expert__itemLink:last-child {
  margin-bottom: 0;
}
.p-menu .menu-other {
  position: relative;
}
.p-menu .menu-other__list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 4px;
}
.p-menu .menu-other__listItem {
  display: block;
  position: relative;
  width: calc((100% - 12px) / 4);
}
.p-menu .menu-other__listItem p {
  width: 100%;
  color: #fff;
  position: absolute;
  text-align: center;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: clamp(1.4rem, 1.7543859649vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-menu .menu-other__nav {
  margin-top: 48px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 0 54px;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .p-menu {
    padding-bottom: 136px;
  }
  .p-menu .menu-contents {
    margin-bottom: 130px;
  }
  .p-menu .menu-title {
    font-size: 2.2rem;
    margin-bottom: 58px;
  }
  .p-menu .menu-expert {
    gap: 70px;
  }
  .p-menu .menu-expert__item {
    width: 100%;
  }
  .p-menu .menu-expert__itemImage {
    margin-bottom: 20px;
  }
  .p-menu .menu-expert__itemLead {
    font-size: 1.5rem;
  }
  .p-menu .menu-expert__itemTitle {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .p-menu .menu-expert__itemLink {
    margin-bottom: 12px;
  }
  .p-menu .menu-other {
    padding: 0;
  }
  .p-menu .menu-other__listItem {
    width: calc((100% - 4px) / 2);
  }
  .p-menu .menu-other__listItem p {
    font-size: 1.7rem;
  }
  .p-menu .menu-other__nav {
    margin-top: 32px;
    padding-left: 20px;
    gap: 15px 0;
  }
  .p-menu .menu-other__nav li {
    width: 100%;
  }
}
/* ========== pickup ========== */
.p-pickup__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-pickup__inner {
  display: flex;
}
.p-pickup .pickup-contents {
  width: 50%;
  min-height: 720px;
  position: relative;
  background: url(../images/home/pickup-bg.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-pickup .pickup-contents--main:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 31, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.p-pickup .pickup-contents__inner {
  padding: 20px;
  position: relative;
  z-index: 1;
}
.p-pickup .pickup-num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 22px;
}
.p-pickup .pickup-num span {
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-right: 38px;
  position: relative;
}
.p-pickup .pickup-num span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #1F1F1F;
}
.p-pickup .pickup-num span:last-child {
  padding-right: 0;
}
.p-pickup .pickup-num span:last-child:before {
  content: none;
}
.p-pickup .pickup-lead {
  font-size: clamp(16px, 1.8421052632vw, 2.1rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 30px;
}
.p-pickup .pickup-comparison-label {
  margin-bottom: 20px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.p-pickup .pickup-comparison-label span {
  position: relative;
  font-size: clamp(14px, 1.5789473684vw, 1.8rem);
  line-height: 1.2;
  font-weight: 500;
  height: 36px;
  display: flex;
  align-items: center;
}
.p-pickup .pickup-comparison-label span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 16px;
  z-index: 1;
}
.p-pickup .pickup-comparison-labelBefore {
  width: 40%;
  background: #1F1F1F;
  color: #fff;
  padding-left: 10px;
}
.p-pickup .pickup-comparison-labelBefore:after {
  border-color: transparent transparent transparent #1F1F1F;
}
.p-pickup .pickup-comparison-labelAfter {
  width: 60%;
  background: #fff;
  padding-left: 24px;
}
.p-pickup .pickup-comparison-labelAfter:after {
  border-color: transparent transparent transparent #fff;
}
.p-pickup .pickup-comparison-list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-pickup .pickup-comparison-list p {
  font-size: clamp(14px, 1.4912280702vw, 1.7rem);
  font-weight: 500;
  color: #fff;
  width: 50%;
}
.p-pickup .pickup-button {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .p-pickup {
    margin-bottom: 2px;
  }
  .p-pickup__inner {
    display: block;
  }
  .p-pickup .pickup-contents {
    width: auto;
    min-height: 100vw;
  }
  .p-pickup .pickup-num {
    gap: 0 15px;
  }
  .p-pickup .pickup-num span {
    font-size: 2.9rem;
    padding-right: 22px;
  }
  .p-pickup .pickup-num span:before {
    border-width: 7px 0 7px 12px;
  }
  .p-pickup .pickup-lead {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 24px;
  }
  .p-pickup .pickup-comparison-label {
    margin-bottom: 10px;
  }
  .p-pickup .pickup-comparison-label span {
    font-size: 1.3rem;
  }
  .p-pickup .pickup-comparison-label span:after {
    border-width: 18px 0 18px 14px;
  }
  .p-pickup .pickup-comparison-list p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .p-pickup .pickup-button {
    margin-top: 17px;
  }
}
/* ========== about ========== */
.p-about {
  padding: 0 0 168px;
  background-color: #E1DFE4;
  background-image: url(../images/home/about-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: clamp(360px, 50vw, 720px);
}
.p-about__title {
  margin-bottom: 90px;
}
.p-about .about-lead {
  margin-bottom: 40px;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.8;
}
.p-about .about-list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 46px;
}
.p-about .about-list li {
  width: 205px;
}
.p-about .about-list__title {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.11;
  padding-left: 30px;
  position: relative;
  margin-bottom: 14px;
}
.p-about .about-list__title span {
  position: absolute;
  top: 0;
  left: 0;
  background: #1F1F1F;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.p-about .about-list__title span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}
.p-about .about-list__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.733;
}
.p-about .about-sub {
  font-size: 1.5rem;
  line-height: 1.866;
  margin-top: 40px;
}
.p-about .about-button {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .p-about {
    padding: 0 0 110px;
    margin-bottom: 2px;
    background-size: 75%;
  }
  .p-about__title {
    margin-bottom: 55px;
  }
  .p-about .about-lead {
    margin-bottom: 36px;
    font-size: 1.7rem;
    line-height: 2;
  }
  .p-about .about-list {
    gap: 22px;
  }
  .p-about .about-list li {
    width: 100%;
  }
  .p-about .about-list__title {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    padding-left: 27px;
    margin-bottom: 8px;
  }
  .p-about .about-list__title span {
    width: 17px;
    height: 17px;
  }
  .p-about .about-list__title span:before {
    border-width: 3px 0 3px 5px;
  }
  .p-about .about-list__text {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  .p-about .about-sub {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 20px;
  }
  .p-about .about-button {
    margin-top: 45px;
  }
}
/* ========== info ========== */
.p-info {
  padding: 0 0 168px;
  overflow: hidden;
}
.p-info__title {
  margin-bottom: 90px;
}
.p-info .info-slider {
  max-width: 1100px;
  margin: auto;
}
.p-info .info-slider__itemInner {
  display: block;
}
.p-info .info-slider__itemImage {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 20px;
}
.p-info .info-slider__itemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-info .info-slider__itemCategory {
  margin-bottom: 8px;
}
.p-info .info-slider__itemCategory span {
  display: inline-block;
  background: #1F1F1F;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  padding: 3px 22px 4px;
}
.p-info .info-slider__itemCategory .column {
  background: #fff;
  color: #1F1F1F;
  border: 2px solid #1F1F1F;
}
.p-info .info-slider__itemTitle {
  font-weight: 500;
  line-height: 1.6;
}
.p-info .info-slider__itemDate {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 6px;
}
.p-info .info-slider .swiper {
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .p-info {
    padding: 0 0 50px;
  }
  .p-info__title {
    margin-bottom: 40px;
  }
  .p-info .info-slider__itemImage {
    margin-bottom: 8px;
  }
  .p-info .info-slider__itemCategory {
    margin-bottom: 4px;
  }
  .p-info .info-slider__itemCategory span {
    font-size: 1.1rem;
    padding: 3px 14px 4px;
  }
  .p-info .info-slider__itemTitle {
    font-size: 1.4rem;
    line-height: 1.43;
  }
  .p-info .info-slider__itemDate {
    font-size: 1.2rem;
    margin-top: 2px;
  }
}
/* ========== recruit ========== */
.p-recruit {
  background: #B3AEBB;
  padding: 120px 0;
}
.p-recruit__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-recruit__inner {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: center;
}
.p-recruit .recruit-contents {
  width: 50%;
}
.p-recruit .recruit-contents--main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-recruit .recruit-text {
  width: 75%;
  color: #fff;
  padding: 0 20px;
}
.p-recruit .recruit-text__lead {
  font-size: clamp(18px, 1.8421052632vw, 21px);
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 1.6em;
}
.p-recruit .recruit-text__text {
  font-weight: 500;
  font-size: clamp(14px, 1.4912280702vw, 17px);
  margin-bottom: 2.3em;
}

@media only screen and (max-width: 767px) {
  .p-recruit {
    padding: 0;
    background: #000;
    margin-bottom: 2px;
  }
  .p-recruit .recruit-contents {
    width: 100%;
  }
  .p-recruit .recruit-contents--main {
    display: block;
  }
  .p-recruit .recruit-text {
    width: 100%;
    padding: 52px 20px 40px;
  }
  .p-recruit .recruit-text__lead {
    font-size: 1.6rem;
    margin-bottom: 21px;
  }
  .p-recruit .recruit-text__text {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 25px;
  }
}
/* ========== access ========== */
.p-access {
  padding: 0 0 148px;
}
.p-access__title {
  margin-bottom: 90px;
}
.p-access__inner {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.p-access .access-map {
  width: 100%;
  margin-bottom: 145px;
}
.p-access .access-map iframe {
  width: 100%;
  height: 550px;
}
.p-access .access-info {
  width: 50%;
}
.p-access .access-info__head {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 3px;
  align-items: center;
  margin-bottom: 22px;
  letter-spacing: 0.1em;
}
.p-access .access-info__headTitle {
  font-size: 2rem;
  font-weight: 600;
}
.p-access .access-info__table {
  margin-bottom: 32px;
}
.p-access .access-info__summary {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.p-access .access-info__summaryTitle {
  font-weight: 400;
}
.p-access .access-info__summaryText {
  letter-spacing: 0.01em;
}
.p-access .access-about {
  width: 44%;
  margin-left: auto;
}
.p-access .access-about__name {
  margin-bottom: 48px;
}
.p-access .access-about__name span {
  display: block;
  line-height: 1.5;
}
.p-access .access-about__name .name--ja {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.4em;
}
.p-access .access-about__name .name--en {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}
.p-access .access-about__tel {
  text-align: left;
}
.p-access .access-about__address {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-access .access-about__sns {
  margin-top: 26px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-access .access-about__snsItem {
  width: 30%;
  max-width: 114px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 400;
}
.p-access .access-about__snsLabel {
  color: #fff;
  background: #1F1F1F;
  padding: 3px 0 4px;
}
.p-access .access-about__snsTitle {
  margin-top: 3px;
}
.p-access .access-about__snsQr {
  margin-top: 8px;
}
.p-access .access-about__snsQr p {
  background: #858795;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-access {
    padding: 0 0 78px;
  }
  .p-access__title {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .p-access__inner {
    padding: 0;
  }
  .p-access .access-map {
    width: 100%;
    margin-bottom: 35px;
  }
  .p-access .access-map iframe {
    height: 100vw;
  }
  .p-access .access-info {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .p-access .access-info__head {
    gap: 3px 8px;
    justify-content: center;
    margin-bottom: 14px;
  }
  .p-access .access-info__headTitle {
    font-size: 1.5rem;
  }
  .p-access .access-info__headText {
    font-size: 1.4rem;
  }
  .p-access .access-info__table {
    margin-bottom: 20px;
  }
  .p-access .access-info__summary {
    gap: 8px;
    justify-content: center;
  }
  .p-access .access-info__summaryTitle {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
  }
  .p-access .access-info__summaryText {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
  }
  .p-access .access-about {
    width: 100%;
    padding: 0 20px;
  }
  .p-access .access-about__name {
    margin-bottom: 28px;
    text-align: center;
  }
  .p-access .access-about__name .name--ja {
    font-size: 2rem;
  }
  .p-access .access-about__name .name--en {
    font-size: 1.2rem;
    margin-top: 0.2em;
  }
  .p-access .access-about__tel {
    text-align: center;
  }
  .p-access .access-about__tel .c-tel__label {
    font-size: 0.8rem;
  }
  .p-access .access-about__tel .c-tel__num {
    font-size: 2.2rem;
  }
  .p-access .access-about__address {
    font-size: 1.2rem;
    text-align: center;
  }
  .p-access .access-about__sns {
    margin-top: 40px;
  }
  .p-access .access-about__snsItem {
    width: 24%;
    max-width: 220px;
    font-size: 1.1rem;
  }
}