html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
input:focus,
button:focus {
  outline: none;
}
input:focus-visible,
button:focus-visible {
  outline: none;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333333;
  font-weight: 500;
  line-height: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0em;
}

body {
  position: relative;
  background-color: #faf4ec;
}

main {
  position: relative;
  padding-top: 106px;
}

img {
  width: 100%;
  max-width: unset;
}

.visuallyhidden, .alternative-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
          clip-path: inset(0px 0px 99.9% 99.9%);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

.c-button {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  width: 254px;
  height: 60px;
  padding: 10px 10px 10px 24px;
  border-radius: 12px;
  background-color: #df492e;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
}
.c-button--purple {
  background-color: #c1599d;
}
.c-button--purple .c-button__icon::after {
  background-color: #c1599d;
}
.c-button--blue {
  background-color: #5aafde;
}
.c-button--blue .c-button__icon::after {
  background-color: #5aafde;
}
.c-button__icon {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #fff;
}
.c-button__icon::after {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: block;
  background-color: #df492e;
  content: "";
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
}
.c-button__icon--arrow::after {
  -webkit-mask-image: url("../images/common/button-arrow.svg");
  width: 20px;
  height: 17px;
          mask-image: url("../images/common/button-arrow.svg");
}
.c-button__icon--download::after {
  -webkit-mask-image: url("../images/common/button-arrow.svg");
  -webkit-transform: rotate(90deg);
  width: 20px;
  height: 17px;
          transform: rotate(90deg);
          mask-image: url("../images/common/button-arrow.svg");
}
.c-button__icon--pdf::after {
  -webkit-mask-image: url("../images/common/button-pdf.svg");
  width: 24px;
  height: 24px;
          mask-image: url("../images/common/button-pdf.svg");
}

.c-chip {
  -ms-flex-negative: 0;
  display: block;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 24px;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.c-chip--blue {
  background-color: #21b8c5;
}

.c-title {
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
}

.l-bg {
  -webkit-transform: translateX(-50%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
          transform: translateX(-50%);
}
.l-bg img {
  width: 100%;
}
.l-bg--top .l-bg__image1 {
  top: -143px;
  right: -90px;
}
.l-bg--top .l-bg__image2 {
  top: -72px;
  left: 35%;
}
.l-bg--top .l-bg__image3 {
  display: block;
  position: absolute;
  top: 1540px;
  right: -217px;
  width: 350px;
  height: 350px;
}
.l-bg--top .l-bg__image4 {
  position: absolute;
  top: 2523px;
  left: -22px;
}
.l-bg--top .l-bg__image5 {
  display: block;
  right: -164px;
  bottom: 505px;
  width: 378px;
  height: 349px;
}
.l-bg--top .l-bg__image6 {
  display: block;
  position: absolute;
  bottom: 311px;
  left: -45px;
  width: 245px;
  height: 245px;
}
.l-bg--top .l-bg__image7 {
  display: none;
  position: absolute;
}
.l-bg--top .l-bg__image8, .l-bg--top .l-bg__image9, .l-bg--top .l-bg__image10, .l-bg--top .l-bg__image11 {
  display: none;
}
.l-bg__inner {
  position: relative;
  width: 100%;
  max-width: calc(1180px + 120px);
  height: 100%;
  margin: auto;
}
.l-bg__image1 {
  position: absolute;
  top: -193px;
  right: -240px;
  width: 410px;
  height: 389px;
}
.l-bg__image2 {
  position: absolute;
  top: -72px;
  left: 23%;
  width: 204px;
  height: 177px;
}
.l-bg__image3 {
  position: absolute;
  top: 2908px;
  right: -195px;
  width: 350px;
  height: 350px;
}
.l-bg__image4 {
  position: absolute;
  top: 2130px;
  left: -6px;
  width: 218px;
  height: 227px;
}
.l-bg__image5 {
  display: none;
  position: absolute;
}
.l-bg__image6 {
  display: none;
  position: absolute;
}
.l-bg__image7 {
  display: none;
  position: absolute;
}
.l-bg__image8 {
  position: absolute;
  top: 483px;
  left: -42px;
  width: 284px;
  height: 242px;
}
.l-bg__image9 {
  position: absolute;
  top: 1276px;
  right: -41px;
  width: 347px;
  height: 303px;
}
.l-bg__image10 {
  position: absolute;
  top: 4605px;
  left: 15px;
  width: 274px;
  height: 275px;
}
.l-bg__image11 {
  display: none;
  position: absolute;
}

.l-footer__inner {
  -ms-grid-columns: 457fr 2px 578fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 457fr 2px 578fr;
  grid-template-columns: 457fr 578fr;
      -ms-grid-rows: auto 20px auto 20px auto;
          grid-template-areas: "top top" "tel mail" "bottom bottom";
          align-items: center;
  max-width: 1165px;
  margin: 0 auto;
  padding: 40px 64px;
  gap: 20px 2px;
  border-radius: 40px;
  background-color: #eae4d8;
}
.l-footer__top {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: top;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
.l-footer__title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  display: -ms-grid;
  display: grid;
  grid-area: title;
  place-items: center;
  font-size: 20px;
  line-height: 170%;
}
.l-footer__tel {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-columns: 1fr 20px 1fr;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto 0 auto;
          grid-template-areas: "title number" "title time";
  grid-area: tel;
  height: 100%;
  padding: 20px 10px;
  gap: 0 20px;
  background-color: #fff;
}
.l-footer__tel-number {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: number;
  font-size: 20px;
  line-height: 170%;
  text-align: center;
}
.l-footer__tel-time {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: time;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
}
.l-footer__mail {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: mail;
          align-items: center;
          justify-content: space-between;
  height: 100%;
  padding: 20px 10px;
  gap: 5px;
  background-color: #fff;
}
.l-footer__button {
  width: 298px;
}
.l-footer__bottom {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: bottom;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
}
.l-footer__copyright {
  margin-top: 40px;
  padding: 10px;
  background-color: #9d988e;
  color: #fff;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
  text-align: center;
}

.l-header {
  z-index: 999;
  position: fixed;
  width: 100%;
}
.l-header.is-nav-open {
  background-color: #faf4ec;
}
.l-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 40px;
}
.l-header__logo {
  display: inline-block;
  width: 300px;
  text-decoration: none;
}
.l-header__logo-image {
  display: block;
  width: 100%;
  height: auto;
  height: auto;
}
.l-header__menu-btn {
  display: none;
}
.l-header__menu-btn-line {
  -webkit-transition: all 0.3s ease-in;
  display: block;
  width: 2rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: #333333;
  transition: all 0.3s ease-in;
}
.l-header__nav {
  width: 100%;
  max-width: 745px;
}
.l-header__nav-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin: 0;
  padding: 12px 0;
  gap: 0 56px;
  border-radius: 16px;
  background-color: #fff;
  list-style: none;
}
.l-header__nav-item {
  margin: 0;
  white-space: nowrap;
}
.l-header__nav-link {
  -webkit-transition: color 0.3s ease-in;
  display: block;
  font-size: 20px;
  line-height: 1.7;
  transition: color 0.3s ease-in;
}
.l-header__nav-link.is-current {
  color: #21b8c5;
}

.l-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

.p-backnumber {
  margin-top: 80px;
  padding: 80px;
  border-radius: 40px;
  background-color: #fff;
}
.p-backnumber__items {
  -ms-grid-columns: (1fr)[4];
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
  gap: 36px;
}
.p-backnumber__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 8px;
}
.p-backnumber__item-title {
  margin-top: 8px;
  font-size: 24px;
  line-height: 160%;
}
.p-backnumber__item-line {
  -o-object-fit: cover;
  width: 100%;
  height: 4px;
     object-fit: cover;
}
.p-backnumber__item-text {
  font-size: 20px;
  line-height: 140%;
}
.p-backnumber__button {
  margin: 80px auto 0;
}
.p-backnumber__bg {
  display: none;
}
.p-backnumber--top {
  position: relative;
}
.p-backnumber--top .p-backnumber__bg {
  display: block;
  position: absolute;
  right: 45px;
  bottom: 0;
  width: 178px;
  height: 120px;
}

.p-book-contents {
  position: relative;
  margin-top: 80px;
  padding: 80px;
  border-radius: 40px;
  background-color: #fff;
}
.p-book-contents__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: 80px;
  gap: 80px;
}
.p-book-contents__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 80px;
}
.p-book-contents__content-item:not(:last-child) {
  padding-bottom: 48px;
}
.p-book-contents__content-item:not(:last-child)::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: url("../images/common/line.svg");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-book-contents__content-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-book-contents__chip {
  margin-bottom: 16px;
}
.p-book-contents__sub-title {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 170%;
}
.p-book-contents__content-title {
  font-size: 32px;
  line-height: 1.2;
}
.p-book-contents__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: 16px;
  gap: 8px;
}
.p-book-contents__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 20px;
  line-height: 170%;
}
.p-book-contents__list-item::before {
  -ms-flex-negative: 0;
  display: block;
  position: relative;
  top: 9px;
      flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #21b8c5;
  content: "";
}
.p-book-contents__image {
  -ms-flex-negative: 0;
  aspect-ratio: 400/280;
      flex-shrink: 0;
  width: 35.7%;
}

.p-book-intro {
  position: relative;
  margin-top: 80px;
  padding: 80px;
  border-radius: 40px;
  background-color: #fff;
}
.p-book-intro__content {
  -ms-grid-columns: 690fr 80px 350fr;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 690fr 80px 350fr;
  grid-template-columns: 690fr 350fr;
      -ms-grid-rows: auto 24px auto 24px auto;
          grid-template-areas: "feature image" "items image" "button image";
  margin-top: 80px;
  gap: 24px 80px;
}
.p-book-intro__content:has(.p-book-intro__content-title) {
          grid-template-areas: "title image" "feature image" "items image" "button image";
}
.p-book-intro__content-title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: title;
  font-size: 32px;
  line-height: 1.2;
}
.p-book-intro__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  position: relative;
  grid-area: image;
}
.p-book-intro__content:has(.p-book-intro__content-title) > .p-book-intro__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
}
.p-book-intro__feature {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: feature;
          flex-direction: column;
  gap: 24px;
}
.p-book-intro__content:has(.p-book-intro__content-title) > .p-book-intro__feature {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.p-book-intro__feature-text {
  margin-top: 8px;
  font-size: 20px;
  line-height: 170%;
}
.p-book-intro__feature-text span {
  display: block;
  font-size: 14px;
  line-height: 170%;
}
.p-book-intro__items {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: items;
          flex-direction: column;
  padding-top: 24px;
  gap: 24px;
  border-top: 1px solid #cccccc;
}
.p-book-intro__content:has(.p-book-intro__content-title) > .p-book-intro__items {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-book-intro__item-sub-title {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 170%;
}
.p-book-intro__item-title {
  font-size: 20px;
  line-height: 170%;
}
.p-book-intro__item-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: 4px;
  gap: 8px;
}
.p-book-intro__item-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 170%;
}
.p-book-intro__item-list-item::before {
  -ms-flex-negative: 0;
  display: block;
  position: relative;
  top: 9px;
      flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #21b8c5;
  content: "";
}
.p-book-intro__button {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: button;
}
.p-book-intro__content:has(.p-book-intro__content-title) > .p-book-intro__button {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.p-book-intro--top .p-book-intro::after {
  display: block;
  z-index: 1;
  position: absolute;
  right: 80px;
  bottom: 0;
  width: 189px;
  height: 158px;
  background-image: url("../images/common/bike.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.p-book-intro--top .p-book-intro__image::before {
  -webkit-transform: translateY(-100%);
  display: block;
  position: absolute;
  top: 0;
  right: -28px;
  width: 56px;
  height: 60px;
          transform: translateY(-100%);
  background-image: url("../images/common/o.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-float {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 998;
  position: fixed;
  right: 0;
  bottom: 0;
          flex-direction: column;
          align-items: center;
  width: 200px;
  padding-bottom: 42px;
}
.p-float__top {
  width: 144px;
}
.p-float__book {
  width: 120px;
  height: auto;
  border: 3px solid #fff;
}
.p-float__text {
  margin-top: 12px;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}
.p-float__circle {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.page-404 main {
  padding-bottom: 64px;
}
.page-404 .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  margin-top: 80px;
  padding: 80px;
  gap: 56px;
  border-radius: 40px;
  background-color: #fff;
}
.page-404 .content__text {
  font-size: 20px;
  line-height: 140%;
  text-align: center;
}

.page-about main {
  padding-bottom: 64px;
}
.page-about .about {
  margin-top: 64px;
  padding: 0 20px 42px;
  overflow: hidden;
}
.page-about .about__inner {
  position: relative;
  max-width: calc($inner - 40px);
  padding: 80px;
  overflow: visible;
  border-radius: 40px;
  background-color: #fff;
}
.page-about .about__title {
  position: relative;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
}
.page-about .about__title-ja {
  position: absolute;
  top: -18%;
  left: 41%;
  font-size: 20px;
  line-height: 1;
}
.page-about .about__subtitle {
  margin-top: 80px;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
}
.page-about .about__texts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: 56px;
}
.page-about .about__text {
  font-size: 20px;
  line-height: 300%;
  text-align: center;
}
.page-about .about__image1 {
  position: absolute;
  top: 109px;
  right: -41px;
  width: 29.1%;
  height: auto;
}
.page-about .about__image2 {
  position: absolute;
  bottom: -42px;
  left: 47px;
  width: 25.4%;
  height: auto;
}
.page-about .delivery {
  position: relative;
  margin-top: 38px;
  padding: 80px;
  border-radius: 40px;
  background-color: #fff;
}
.page-about .delivery__title {
  font-size: 48px;
  line-height: 120%;
  text-align: center;
}
.page-about .delivery__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: 80px;
  gap: 32px;
}
.page-about .delivery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 32px;
}
.page-about .delivery__icon {
  display: block;
  width: 100px;
  height: 100px;
}
.page-about .delivery__heading {
  font-size: 24px;
  line-height: 1.2;
}
.page-about .delivery__desc {
  margin-top: 8px;
  font-size: 20px;
  line-height: 170%;
}
.page-about .delivery__button {
  width: 378px;
  margin-top: 12px;
}
.page-about .delivery__image {
  position: absolute;
  right: 53px;
  bottom: 0;
  width: 14.6%;
  height: auto;
}

.page-backnumber main {
  padding-bottom: 64px;
}
.page-backnumber .list {
  margin-top: 64px;
  padding: 80px;
  border-radius: 40px;
  background-color: #fff;
}
.page-backnumber .list__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  gap: 0;
  gap: 4px;
  border-bottom: 2px solid #4caf50;
}
.page-backnumber .list__tabs--bottom {
  margin: 0;
  border-top: 2px solid #4caf50;
  border-bottom: none;
}
.page-backnumber .list__tab {
  -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
  padding: 10px 32px;
  border: 2px solid #4caf50;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  background-color: #fff;
  color: #4caf50;
  font-size: 20px;
  line-height: 170%;
  cursor: pointer;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
}
.page-backnumber .list__tab:hover {
  opacity: 0.7;
}
.page-backnumber .list__tab.is-active {
  border-color: #4caf50;
  background-color: #4caf50;
  color: #fff;
  cursor: default;
}
.page-backnumber .list__tab--bottom {
  border-top: none;
  border-bottom: 2px solid #4caf50;
  border-radius: 0 0 8px 8px;
}
.page-backnumber .list__tab-panels {
  margin-top: 0;
  padding: 80px 0 50px;
}
.page-backnumber .list__tab-panel {
  display: none;
}
.page-backnumber .list__tab-panel.is-active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 80px;
}
.page-backnumber .list__card {
  -ms-grid-columns: 810fr 80px 230fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 810fr 80px 230fr;
  grid-template-columns: 810fr 230fr;
      -ms-grid-rows: auto 24px auto 24px auto;
          grid-template-areas: "title cover" "body cover" "line line";
          align-items: flex-start;
  gap: 24px 80px;
}
.page-backnumber .list__card-title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: title;
  font-size: 32px;
  line-height: 120%;
}
.page-backnumber .list__card-body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: body;
}
.page-backnumber .list__features {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding-bottom: 16px;
  gap: 16px;
  border-bottom: 1px solid #cccccc;
}
.page-backnumber .list__feature {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  gap: 8px;
}
.page-backnumber .list__feature-text {
  font-size: 20px;
  line-height: 170%;
}
.page-backnumber .list__articles {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: 16px;
  gap: 4px;
}
.page-backnumber .list__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 20px;
  line-height: 170%;
}
.page-backnumber .list__article::before {
  display: block;
  position: relative;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5aafde;
  content: "";
}
.page-backnumber .list__card-button {
  margin-top: 24px;
}
.page-backnumber .list__card-cover {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: cover;
}
.page-backnumber .list__card-cover img {
  width: 100%;
  height: auto;
}
.page-backnumber .list__card-line {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: line;
  width: 100%;
  height: 8px;
  margin-top: 16px;
}
.page-backnumber .list__card-line img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.page-backnumber .list__items[aria-hidden=true] {
  display: none;
}

.page-detail main {
  padding-bottom: 64px;
}

.page-top main {
  padding-bottom: 120px;
}
.page-top .kv {
  z-index: -1;
  width: 100%;
  height: 603px;
  overflow: hidden;
}
.page-top .kv__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: auto;
}
.page-top .kv__title {
  position: absolute;
  top: 138px;
  right: 13%;
  width: 500px;
  height: 132px;
}
.page-top .kv__image {
  z-index: 2;
  position: absolute;
  bottom: -42px;
  left: 5%;
  width: 60%;
}
.page-top .kv__bg {
  aspect-ratio: 1352/720;
  z-index: -1;
  position: absolute;
  top: 11px;
  left: -80px;
  width: 1352px;
  height: auto;
}
.page-top .about {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding: 100px 80px;
  gap: 100px;
  border-radius: 40px;
  background-color: #fff;
}
.page-top .about__lead {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
  gap: 56px;
  text-align: center;
}
.page-top .about__lead-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
}
.page-top .about__lead-body {
  font-weight: 500;
  font-size: 20px;
  line-height: 3;
  text-align: center;
}
.page-top .about__lead-button {
  margin: 0 auto;
}
.page-top .about__lead-image1 {
  aspect-ratio: 99/66;
  position: absolute;
  bottom: -38px;
  left: 31px;
  width: 99px;
  height: auto;
}
.page-top .about__lead-image2 {
  aspect-ratio: 126/166;
  position: absolute;
  right: 15px;
  bottom: -39px;
  width: 126px;
  height: auto;
}
.page-top .about__divider {
  width: 100%;
}
.page-top .about__divider img {
  width: 100%;
}
.page-top .about__delivery-title {
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
}
.page-top .about__delivery-list {
  -ms-grid-columns: 552fr 492fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 552fr 492fr;
  grid-template-columns: 552fr 492fr;
          justify-content: space-between;
  margin-top: 40px;
  gap: 10px;
}
.page-top .about__delivery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 552px;
  gap: 32px;
}
.page-top .about__delivery-icon {
  -ms-flex-negative: 0;
  display: block;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
}
.page-top .about__delivery-heading {
  font-size: 24px;
  line-height: 1.2;
}
.page-top .about__delivery-desc {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
  html {
    font-size: 2.6666666667vw;
  }
  body.is-nav-open {
    overflow: hidden;
  }
  main {
    padding-top: 7.2rem;
  }
  .c-button {
    width: 20rem;
    height: 4.4rem;
    padding: 0.6rem 0.6rem 0.6rem 1.2rem;
    border-radius: 0.6rem;
    font-size: 1.4rem;
  }
  .c-button__icon {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 0.8rem;
  }
  .c-button__icon--arrow::after {
    width: 1.4em;
    height: 1.1rem;
  }
  .c-button__icon--download::after {
    width: 1.4em;
    height: 1.1rem;
  }
  .c-button__icon--pdf::after {
    width: 1.6em;
    height: 1.6rem;
  }
  .c-chip {
    padding: 0.4rem 2.4rem;
    font-size: 1.2rem;
  }
  .c-title {
    font-size: 3.6rem;
  }
  .l-bg--top .l-bg__image1 {
    top: -8.7rem;
    right: -8.6rem;
    width: 20.5rem;
    height: 19.4rem;
  }
  .l-bg--top .l-bg__image2 {
    top: -7.25rem;
    left: -8.25rem;
    width: 10.2rem;
    height: 8.85rem;
  }
  .l-bg--top .l-bg__image3 {
    top: 178.7rem;
    right: -8.4rem;
    width: 17.5rem;
    height: 17.5rem;
  }
  .l-bg--top .l-bg__image4 {
    top: 281.9rem;
    right: -8.4rem;
    width: 17.5rem;
    height: 17.5rem;
  }
  .l-bg--top .l-bg__image5 {
    top: 378.5rem;
    right: -8.4rem;
    width: 17.5rem;
    height: 17.5rem;
  }
  .l-bg--top .l-bg__image6 {
    display: none;
  }
  .l-bg--top .l-bg__image7 {
    display: block;
    top: auto;
    bottom: 0.6rem;
    left: -4.9rem;
    width: 11.6rem;
    height: 10.7rem;
  }
  .l-bg__image1 {
    top: -8.7rem;
    right: -8.6rem;
    width: 20.5rem;
    height: 19.4rem;
  }
  .l-bg__image2 {
    top: -7.25rem;
    left: -8.25rem;
    width: 10.2rem;
    height: 8.85rem;
  }
  .l-bg__image3 {
    top: 178.7rem;
    right: -8.4rem;
    width: 17.5rem;
    height: 17.5rem;
  }
  .l-bg__image4 {
    top: 281.9rem;
    left: -3.5rem;
    width: 10.9rem;
    height: 11.35rem;
  }
  .l-bg__image5 {
    display: block;
    top: 378.5rem;
    right: -11.1rem;
    width: 18.9rem;
    height: 17.4rem;
  }
  .l-bg__image6 {
    display: block;
    top: 491.3rem;
    right: -7.94rem;
    width: 12.2rem;
    height: 12.2rem;
  }
  .l-bg__image7 {
    display: block;
    top: 472.6rem;
    left: -4.9rem;
    width: 11.6rem;
    height: 10.7rem;
  }
  .l-bg__image8 {
    display: none;
  }
  .l-bg__image9 {
    top: 6.9rem;
    left: -5.7rem;
    width: 17.35rem;
    height: 15.15rem;
  }
  .l-bg__image10 {
    display: none;
  }
  .l-bg__image11 {
    display: block;
    top: 36.2rem;
    left: -8.1rem;
    width: 10.9rem;
    height: 15.9rem;
  }
  .l-footer__inner {
    -ms-grid-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        -ms-grid-rows: auto 0 auto 0 auto 0 auto;
            grid-template-areas: "top" "tel" "mail" "bottom";
    width: 34.3rem;
    padding: 4rem 2.4rem;
    gap: 0;
    border-radius: 4rem;
  }
  .l-footer__top {
    font-size: 1.6rem;
  }
  .l-footer__title {
    font-size: 1.6rem;
  }
  .l-footer__tel {
    display: block;
    width: 26rem;
    height: auto;
    margin: auto;
    margin-top: 2rem;
    padding: 2rem;
  }
  .l-footer__tel-number {
    margin-top: 0.2rem;
    font-size: 2rem;
  }
  .l-footer__tel-time {
    font-size: 1.4rem;
  }
  .l-footer__mail {
    display: block;
    width: 26rem;
    height: auto;
    margin: 0.2rem auto 0;
    padding: 2rem;
  }
  .l-footer__button {
    width: 21.4rem;
    margin: 0.8rem auto 0;
  }
  .l-footer__bottom {
    margin-top: 2rem;
    font-size: 1.4rem;
    text-align: left;
  }
  .l-footer__copyright {
    margin-top: 4rem;
    padding: 1rem;
    font-size: 1.4rem;
  }
  .l-header__inner {
    padding: 0.8rem 0.8rem 0.8rem 1.6rem;
  }
  .l-header__logo {
    width: 20rem;
  }
  .l-header__menu-btn {
    display: block;
    position: relative;
    width: 5.6rem;
    height: 5.6rem;
    padding: 0;
    border: none;
    border-radius: 0.8rem;
    background-color: #fff;
    cursor: pointer;
  }
  .l-header__menu-btn-line {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
            transform: translate(-50%, -50%);
  }
  .l-header__menu-btn-line:nth-child(1) {
    top: calc(50% - 0.8rem);
  }
  .l-header__menu-btn-line:nth-child(2) {
    top: 50%;
  }
  .l-header__menu-btn-line:nth-child(3) {
    top: calc(50% + 0.8rem);
  }
  .l-header.is-nav-open .l-header__menu-btn-line:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-header.is-nav-open .l-header__menu-btn-line:nth-child(2) {
    opacity: 0;
  }
  .l-header.is-nav-open .l-header__menu-btn-line:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .l-header__nav {
    display: none;
    z-index: 10;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 100dvh;
  }
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 2.4rem 6rem;
    gap: 4rem;
    border-radius: 4rem;
  }
  .l-header__nav-link {
    font-size: 2rem;
    text-align: center;
  }
  .l-header.is-nav-open .l-header__nav {
    display: block;
    height: calc(100dvh - 7.15rem);
    padding: 3.2rem 1.6rem 4.3rem;
    overflow: scroll;
    background-color: #faf4ec;
  }
  .l-inner {
    padding: 0 1.6rem;
  }
  .p-backnumber {
    margin-top: 4rem;
    padding: 4rem 2.4rem;
    border-radius: 4rem;
  }
  .p-backnumber__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
    gap: 1.6rem 0.8rem;
  }
  .p-backnumber__item {
    gap: 0.8rem;
  }
  .p-backnumber__item-title {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .p-backnumber__item-line {
    height: 0.4rem;
  }
  .p-backnumber__item-text {
    font-size: 1.2rem;
  }
  .p-backnumber__button {
    margin: 4rem auto 0;
  }
  .p-backnumber--top {
    padding-bottom: 8rem;
  }
  .p-backnumber--top .p-backnumber__bg {
    right: 3rem;
    width: 8.9rem;
    height: 6rem;
  }
  .p-book-contents {
    margin-top: 4rem;
    padding: 4rem 2.4rem;
    border-radius: 4rem;
  }
  .p-book-contents__content {
    margin-top: 4rem;
    gap: 4rem;
  }
  .p-book-contents__content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
  .p-book-contents__content-item:not(:last-child) {
    padding-bottom: 4.8rem;
  }
  .p-book-contents__content-item:not(:last-child)::after {
    height: 0.8rem;
  }
  .p-book-contents__chip {
    margin-bottom: 1.6rem;
  }
  .p-book-contents__sub-title {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
  }
  .p-book-contents__content-title {
    font-size: 1.6rem;
  }
  .p-book-contents__list {
    margin-top: 1.6rem;
    gap: 0.4rem;
  }
  .p-book-contents__list-item {
    gap: 0.7rem;
    font-size: 1.4rem;
  }
  .p-book-contents__list-item::before {
    top: 0.7rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .p-book-contents__image {
    width: 100%;
  }
  .p-book-intro {
    margin-top: 4rem;
    padding: 4rem 2.4rem;
    border-radius: 4rem;
  }
  .p-book-intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    margin-top: 4rem;
    gap: 1.6rem;
  }
  .p-book-intro__content-title {
    font-size: 2.4rem;
    text-align: center;
  }
  .p-book-intro__image {
    width: 25rem;
    margin: auto;
  }
  .p-book-intro__feature {
    gap: 1.6rem;
  }
  .p-book-intro__feature-text {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
  .p-book-intro__feature-text span {
    font-size: 1.4rem;
  }
  .p-book-intro__items {
    padding-top: 1.6rem;
    gap: 1.6rem;
  }
  .p-book-intro__item-sub-title {
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
  }
  .p-book-intro__item-title {
    font-size: 2rem;
  }
  .p-book-intro__item-list {
    margin-top: 0.4rem;
    gap: 0.8rem;
  }
  .p-book-intro__item-list-item {
    gap: 0.7rem;
    font-size: 1.4rem;
  }
  .p-book-intro__item-list-item::before {
    top: 0.7rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .p-book-intro__button {
    margin: auto;
  }
  .p-book-intro--top .p-book-intro {
    padding-bottom: 8rem;
  }
  .p-book-intro--top .p-book-intro::after {
    right: 2rem;
    width: 8.1rem;
    height: 6.7rem;
  }
  .p-book-intro--top .p-book-intro__image::before {
    right: -1rem;
    width: 2.8rem;
    height: 3rem;
  }
  .p-float {
    width: 10rem;
    padding-bottom: 2.1rem;
  }
  .p-float__top {
    width: 7.2rem;
  }
  .p-float__book {
    width: 6rem;
    border-width: 0.15rem;
  }
  .p-float__text {
    margin-top: 0.6rem;
    font-size: 1rem;
  }
  .page-404 main {
    padding-bottom: 3.2rem;
  }
  .page-404 .content {
    margin-top: 4rem;
    padding: 4rem 2.4rem;
    gap: 3.2rem;
    border-radius: 4rem;
  }
  .page-404 .content__title {
    font-size: 2.4rem;
    text-align: left;
  }
  .page-404 .content__text {
    font-size: 1.6rem;
    line-height: 200%;
    text-align: left;
  }
  .page-about main {
    padding-bottom: 3.2rem;
  }
  .page-about .about {
    margin-top: 3.2rem;
    padding: 0 1.6rem 3.75rem;
  }
  .page-about .about__inner {
    padding: 4rem 2.4rem 8rem;
    border-radius: 4rem;
  }
  .page-about .about__title {
    font-size: 3.6rem;
  }
  .page-about .about__title-ja {
    top: -10%;
    left: 25%;
    font-size: 1.4rem;
  }
  .page-about .about__subtitle {
    margin-top: 4rem;
    font-size: 2.4rem;
    text-align: left;
  }
  .page-about .about__texts {
    margin-top: 3.2rem;
    gap: 1.6rem;
  }
  .page-about .about__text {
    font-size: 1.6rem;
    line-height: 200%;
    text-align: left;
  }
  .page-about .about__image2 {
    right: -0.85rem;
    bottom: -3.75rem;
    left: auto;
    width: 16.7rem;
  }
  .page-about .delivery {
    margin-top: 4.225rem;
    padding: 4rem 2.4rem 6rem;
    border-radius: 4rem;
  }
  .page-about .delivery__title {
    font-size: 3.6rem;
  }
  .page-about .delivery__list {
    margin-top: 4rem;
    gap: 4rem;
  }
  .page-about .delivery__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
  .page-about .delivery__icon {
    width: 6.4rem;
    height: 6.4rem;
    margin: auto;
  }
  .page-about .delivery__heading {
    font-size: 2.4rem;
    text-align: center;
  }
  .page-about .delivery__desc {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
  .page-about .delivery__button {
    width: 22rem;
    margin: 1.6rem auto 0;
    font-size: 1.2rem;
  }
  .page-about .delivery__button .c-button__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .page-about .delivery__image {
    right: 2.95rem;
    width: 9.35rem;
  }
  .page-backnumber main {
    padding-bottom: 3.2rem;
  }
  .page-backnumber .list {
    margin-top: 3.2rem;
    padding: 4rem 2.4rem;
    border-radius: 4rem;
  }
  .page-backnumber .list__tabs {
    margin-top: 4rem;
    gap: 0.4rem;
  }
  .page-backnumber .list__tabs--bottom {
    margin: 0;
  }
  .page-backnumber .list__tab {
    padding: 1rem 2.4rem;
    border-radius: 1.2rem 1.2rem 0 0;
    font-size: 1.6rem;
  }
  .page-backnumber .list__tab--bottom {
    border-radius: 0 0 1.2rem 1.2rem;
  }
  .page-backnumber .list__tab-panels {
    padding: 4rem 0 2.4rem;
  }
  .page-backnumber .list__tab-panel.is-active {
    gap: 4rem;
  }
  .page-backnumber .list__card {
    -ms-grid-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        -ms-grid-rows: auto 1.6rem auto 1.6rem auto 1.6rem auto;
            grid-template-areas: "title" "cover" "body" "line";
    gap: 1.6rem;
  }
  .page-backnumber .list__card-title {
    font-size: 2.4rem;
    text-align: center;
  }
  .page-backnumber .list__features {
    padding-bottom: 1.6rem;
    gap: 1.6rem;
  }
  .page-backnumber .list__feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
  .page-backnumber .list__feature-text {
    font-size: 1.6rem;
  }
  .page-backnumber .list__articles {
    margin-top: 1.6rem;
    gap: 0.4rem;
  }
  .page-backnumber .list__article {
    gap: 0.8rem;
    font-size: 1.4rem;
  }
  .page-backnumber .list__article::before {
    top: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .page-backnumber .list__card-button {
    margin: 1.6rem auto 0;
  }
  .page-backnumber .list__card-cover {
    width: 25rem;
    margin: 0 auto;
  }
  .page-backnumber .list__card-line {
    height: 0.8rem;
    margin-top: 2.5rem;
  }
  .page-detail main {
    padding-bottom: 3.2rem;
  }
  .page-top main {
    padding-bottom: 5.6rem;
  }
  .page-top .kv {
    height: 44.1rem;
  }
  .page-top .kv__title {
    top: 4rem;
    right: 1.9rem;
    width: 31rem;
    height: 8.2rem;
  }
  .page-top .kv__image {
    bottom: 6.6rem;
    width: 34.6rem;
  }
  .page-top .kv__bg {
    aspect-ratio: 396/505;
    z-index: 1;
    top: -0.4rem;
    left: -9.7rem;
    width: 39.6rem;
  }
  .page-top .about {
    padding: 4rem 2.4rem 8rem;
    gap: 6.4rem;
    border-radius: 4rem;
  }
  .page-top .about__lead {
    gap: 4rem;
  }
  .page-top .about__lead-title {
    font-size: 2.4rem;
  }
  .page-top .about__lead-body {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
  }
  .page-top .about__lead-image1 {
    bottom: -6.5rem;
    left: 0;
    width: 4.95rem;
  }
  .page-top .about__lead-image2 {
    right: -1rem;
    bottom: -6.4rem;
    width: 6.3rem;
  }
  .page-top .about__delivery-title {
    font-size: 3.2rem;
  }
  .page-top .about__delivery-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 4rem;
    gap: 4rem;
  }
  .page-top .about__delivery-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            flex-direction: column;
            align-items: center;
    gap: 0.8rem;
  }
  .page-top .about__delivery-icon {
    width: 6.4rem;
    height: 6.4rem;
  }
  .page-top .about__delivery-heading {
    font-size: 2.4rem;
    text-align: center;
  }
  .page-top .about__delivery-desc {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
  .l-footer__top {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .l-footer__tel {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-footer__mail {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .l-footer__bottom {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .page-backnumber .list__card-body {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-backnumber .list__card-cover {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .page-backnumber .list__card-line {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media screen and (min-width: 768px) {
  .sp-on {
    display: none;
  }
  a {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  a:hover {
    opacity: 0.7;
  }
  .l-header__nav-link:hover {
    color: #21b8c5;
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map*/