/*-------------------------------*/
/* 上書き
/*-------------------------------*/
html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#main {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  float: none;
}

#header {
  min-width: auto;
}
#hdInner {
  width: 100%;
  max-width: 960px;
}
#gHeader div,
#gFooter .gStyleIn {
  max-width: 960px;
  width: 100%!important;
}

/*-------------------------------*/
/* ページ固有
/*-------------------------------*/
.p-nav {
  display: flex;
  align-items: end;
  justify-content: space-between;
  background-color: #dd6f6f;
  column-gap: 1.5em;
  padding: 22px calc(80 / 750 * 100%) 14px;
}
.p-nav__link img {
  width: 100%;
  height: 100%;
}
.p-nav__link:nth-of-type(1) {
  aspect-ratio: 106/78;
}
.p-nav__link:nth-of-type(2) {
  aspect-ratio: 126/79;
}
.p-nav__link:nth-of-type(3) {
  aspect-ratio: 106/82;
}
.p-nav__link:nth-of-type(4) {
  aspect-ratio: 93/76;
}

.p-mv {
  position: relative;
}
.p-mv_link01,
.p-mv_link02 {
  margin-bottom: calc(41 / 750 * 100%);
  position: absolute;
  bottom: 0;
}
.p-mv_link01 {
  width: calc(199 / 750 * 100%);
  left: calc(97 / 750 * 100%);
}
.p-mv_link02 {
  width: calc(284 / 750 * 100%);
  left: calc(350 / 750 * 100%);
}

.p-movie {
  position: relative;
}
.p-movie__container {
  box-sizing: border-box;
  display: block;
  width: calc(557 / 750 * 100%);
  border: solid 5px #dd6f6f;
  border-radius: 16px;
  margin-top: calc(134 / 750 * 100%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
}
.p-movie__container iframe {
  display: block;
  aspect-ratio: 557 / 368;
  width: 100%;
  height: 100%;
}

.p-daily-routine {
  position: relative;
}
.p-daily-routine__button01,
.p-daily-routine__button02 {
  width: calc(131 / 750 * 100%);
  margin-bottom: calc(32 / 750 * 100%);
  position: absolute;
  bottom: 0;
}
.p-daily-routine__button01 {
  left: calc(238 / 750 * 100%);
}
.p-daily-routine__button02 {
  left: calc(590 / 750 * 100%);
}

.p-cta {
  position: relative;
}
.p-cta__button {
  width: calc(497 / 750 * 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-recruitment01,
.p-recruitment02 {
  position: relative;
}
.p-recruitment01__button,
.p-recruitment02__button {
  display: block;
  width: calc(209 / 750 * 100%);
  position: absolute;
  bottom: 0;
  right: calc(82 / 750 * 100%);
}
.p-recruitment01__button {
  margin-bottom: calc(60 / 750 * 100%);
}
.p-recruitment02__button {
  margin-bottom: calc(89 / 750 * 100%);
}

.p-homepage {
  position: relative;
  width: 100%;
  aspect-ratio: 750 / 285;
  background-color: #FFFAFA;
}
.p-homepage__guide {
  width: calc(187 / 750 * 100%);
  margin-top: calc(31 / 750 * 100%);
  position: absolute;
  left: calc(50 / 750 * 100%);
  z-index: 1;
}
.p-homepage__button {
  width: calc(446 / 750 * 100%);
  margin-top: calc(42 / 750 * 100%);
  position: absolute;
  right: calc(47 / 750 * 100%);
}

.p-page-top {
  width: 100%;
  background-color: #dd6f6f;
  padding: 11px 53px;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
}
.p-page-top__button {
  display: block;
  width: calc(53 / 644 * 100%);
  margin-left: auto;
}