@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "keifont";
  font-style: normal;
  font-weight: normal;
  src: local("keifont"), url("../fonts/keifont.ttf") format("truetype");
}
@font-face {
  font-family: "Telegraf UltraBold";
  font-style: normal;
  font-weight: normal;
  src: local("Telegraf UltraBold"), url("../fonts/telegraf-bold.woff") format("woff");
}
html {
  font-size: clamp(0.1717032967rem, 0rem + 0.7326vw, 0.8791208791rem);
  scroll-behavior: smooth;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  overflow-x: hidden;
  color: #6d86dd;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.keifont {
  font-family: "keifont", sans-serif;
}

.top .fv {
  aspect-ratio: 1365/767;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .top .fv {
    aspect-ratio: 1365/900;
  }
}
.top .fv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffde59;
  z-index: 1;
  text-align: center;
  width: 60%;
}
@media (max-width: 767px) {
  .top .fv__title {
    width: 75%;
  }
}
.top .fv__title > span {
  display: block;
}
.top .fv__title-small {
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-shadow: rgb(80, 189, 189) 3px 0px 0px, rgb(80, 189, 189) 2.83487px 0.981584px 0px, rgb(80, 189, 189) 2.35766px 1.85511px 0px, rgb(80, 189, 189) 1.62091px 2.52441px 0px, rgb(80, 189, 189) 0.705713px 2.91581px 0px, rgb(80, 189, 189) -0.287171px 2.98622px 0px, rgb(80, 189, 189) -1.24844px 2.72789px 0px, rgb(80, 189, 189) -2.07227px 2.16926px 0px, rgb(80, 189, 189) -2.66798px 1.37182px 0px, rgb(80, 189, 189) -2.96998px 0.42336px 0px, rgb(80, 189, 189) -2.94502px -0.571704px 0px, rgb(80, 189, 189) -2.59586px -1.50383px 0px, rgb(80, 189, 189) -1.96093px -2.27041px 0px, rgb(80, 189, 189) -1.11013px -2.78704px 0px, rgb(80, 189, 189) -0.137119px -2.99686px 0px, rgb(80, 189, 189) 0.850987px -2.87677px 0px, rgb(80, 189, 189) 1.74541px -2.43999px 0px, rgb(80, 189, 189) 2.44769px -1.73459px 0px, rgb(80, 189, 189) 2.88051px -0.838247px 0px;
}
@media (max-width: 767px) {
  .top .fv__title-small {
    font-size: 7rem;
  }
}
.top .fv__title-small > span {
  display: inline-block;
}
.top .fv__title-small > span:nth-of-type(1) {
  transform: rotate(-21deg) translateY(2.5rem);
}
.top .fv__title-small > span:nth-of-type(2) {
  transform: rotate(-14deg) translateY(1rem);
}
.top .fv__title-small > span:nth-of-type(3) {
  transform: rotate(-7deg) translateY(0.5rem);
}
.top .fv__title-small > span:nth-of-type(4) {
  transform: rotate(7deg) translateY(0.5rem);
}
.top .fv__title-small > span:nth-of-type(5) {
  transform: rotate(14deg) translateY(1rem);
}
.top .fv__title-small > span:nth-of-type(6) {
  transform: rotate(21deg) translateY(2rem);
}
.top .fv__title-small > span:nth-of-type(7) {
  transform: rotate(30deg) translateY(3rem);
}
.top .fv__title-medium {
  font-size: 8rem;
  margin-top: 2rem;
  letter-spacing: 0em;
  text-shadow: rgb(80, 189, 189) 3px 0px 0px, rgb(80, 189, 189) 2.83487px 0.981584px 0px, rgb(80, 189, 189) 2.35766px 1.85511px 0px, rgb(80, 189, 189) 1.62091px 2.52441px 0px, rgb(80, 189, 189) 0.705713px 2.91581px 0px, rgb(80, 189, 189) -0.287171px 2.98622px 0px, rgb(80, 189, 189) -1.24844px 2.72789px 0px, rgb(80, 189, 189) -2.07227px 2.16926px 0px, rgb(80, 189, 189) -2.66798px 1.37182px 0px, rgb(80, 189, 189) -2.96998px 0.42336px 0px, rgb(80, 189, 189) -2.94502px -0.571704px 0px, rgb(80, 189, 189) -2.59586px -1.50383px 0px, rgb(80, 189, 189) -1.96093px -2.27041px 0px, rgb(80, 189, 189) -1.11013px -2.78704px 0px, rgb(80, 189, 189) -0.137119px -2.99686px 0px, rgb(80, 189, 189) 0.850987px -2.87677px 0px, rgb(80, 189, 189) 1.74541px -2.43999px 0px, rgb(80, 189, 189) 2.44769px -1.73459px 0px, rgb(80, 189, 189) 2.88051px -0.838247px 0px;
}
@media (max-width: 767px) {
  .top .fv__title-medium {
    font-size: 12rem;
  }
}
.top .fv__title-medium > span {
  font-size: 14rem;
  color: #ff738e;
  text-shadow: rgb(255, 200, 0) 4px 0px 0px, rgb(255, 200, 0) 3.87565px 0.989616px 0px, rgb(255, 200, 0) 3.51033px 1.9177px 0px, rgb(255, 200, 0) 2.92676px 2.72656px 0px, rgb(255, 200, 0) 2.16121px 3.36588px 0px, rgb(255, 200, 0) 1.26129px 3.79594px 0px, rgb(255, 200, 0) 0.282949px 3.98998px 0px, rgb(255, 200, 0) -0.712984px 3.93594px 0px, rgb(255, 200, 0) -1.66459px 3.63719px 0px, rgb(255, 200, 0) -2.51269px 3.11229px 0px, rgb(255, 200, 0) -3.20457px 2.39389px 0px, rgb(255, 200, 0) -3.69721px 1.52664px 0px, rgb(255, 200, 0) -3.95997px 0.56448px 0px, rgb(255, 200, 0) -3.97652px -0.432781px 0px, rgb(255, 200, 0) -3.74583px -1.40313px 0px, rgb(255, 200, 0) -3.28224px -2.28625px 0px, rgb(255, 200, 0) -2.61457px -3.02721px 0px, rgb(255, 200, 0) -1.78435px -3.57996px 0px, rgb(255, 200, 0) -0.843183px -3.91012px 0px, rgb(255, 200, 0) 0.150409px -3.99717px 0px, rgb(255, 200, 0) 1.13465px -3.8357px 0px, rgb(255, 200, 0) 2.04834px -3.43574px 0px, rgb(255, 200, 0) 2.83468px -2.82216px 0px, rgb(255, 200, 0) 3.44477px -2.03312px 0px, rgb(255, 200, 0) 3.84068px -1.11766px 0px, rgb(255, 200, 0) 3.9978px -0.132717px 0px;
}
@media (max-width: 767px) {
  .top .fv__title-medium > span {
    font-size: 15rem;
  }
}
.top .fv__deco {
  position: absolute;
}
.top .fv__deco1 {
  width: 19.2rem;
  top: -3.5rem;
  left: 11.6rem;
}
.top .fv__deco2 {
  left: -4rem;
  top: 1rem;
  width: 17.5rem;
  transform: rotate(-11deg);
}
.top .fv__deco3 {
  left: -7rem;
  top: 18.5rem;
  width: 21.6rem;
  transform: rotate(-10deg);
}
.top .fv__deco4 {
  right: -10.4rem;
  bottom: 14rem;
  width: 19.2rem;
  transform: rotate(-70deg);
}
.top .fv__deco5 {
  right: 0rem;
  bottom: -15rem;
  width: 15.7rem;
  transform: rotate(13deg);
}
.top .fv__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.top .about {
  background: url(../img/about-bg.png) no-repeat center center/cover;
  padding-bottom: 3.4rem;
}
@media (max-width: 767px) {
  .top .about {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.top .about__title {
  width: 48.425%;
  padding-top: 3.8rem;
  padding-left: 2.2rem;
}
@media (max-width: 767px) {
  .top .about__title {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
.top .about__inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2rem 3.7rem;
  background: rgba(255, 255, 255, 0.46);
}
@media (max-width: 767px) {
  .top .about__inner {
    width: 90%;
    padding: 4rem 6rem;
  }
}
.top .about__inner-text {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top .about__inner-text {
    font-size: 4.7rem;
  }
}
.top .message {
  background-color: #ebfdea;
  padding: 4.7rem 0 2.4rem;
}
.top .message__inner {
  width: 85%;
  margin: 0 auto;
  padding: 10rem 0;
  background: url(../img/message-inner-bg.png) no-repeat center center/contain;
  position: relative;
}
@media (max-width: 767px) {
  .top .message__inner {
    width: 95%;
    padding: 20rem 0 24rem;
  }
}
.top .message__inner__list {
  width: 65.777%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .message__inner__list {
    width: 93%;
  }
}
.top .message__inner__list-item {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: right;
  color: #fff;
  padding: 1rem 2.2rem;
  background-color: #50bdbd;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .top .message__inner__list-item {
    font-size: 4.6rem;
  }
}
.top .message__inner__list-item span {
  color: #ffde59;
}
.top .message__inner__list-item:last-of-type {
  margin-bottom: 0;
}
.top .message__inner-text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #50bdbd;
  padding: 1.1rem 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 9.2rem;
  bottom: 1.8rem;
}
@media (max-width: 767px) {
  .top .message__inner-text {
    font-size: 4rem;
    right: 2.6rem;
    bottom: 13rem;
  }
}
.top .message__inner-text span {
  color: #ffde59;
}
.top .activity {
  background-color: #ebfdea;
  padding: 5.5rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .top .activity {
    padding: 5.5rem 0 18rem;
  }
}
.top .activity__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 2.2rem;
}
@media (max-width: 767px) {
  .top .activity__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.top .activity__title-main {
  font-weight: bold;
  background: url(../img/activity-title-bg.png) no-repeat center center/contain;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 9rem 1.8rem 2.3rem;
  font-size: 3rem;
  color: #fff;
}
@media (max-width: 767px) {
  .top .activity__title-main {
    font-size: 6rem;
    padding: 6rem 27rem 5.8rem 8rem;
  }
}
.top .activity__title-main span {
  font-family: keifont;
  font-size: 6.4rem;
}
@media (max-width: 767px) {
  .top .activity__title-main span {
    font-size: 11rem;
  }
}
.top .activity__title-sub {
  font-size: 3rem;
  font-weight: bold;
  background: url(../img/activity-title-sub-bg.png) no-repeat center center/contain;
  padding-bottom: 2.2rem;
  padding-left: 3.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .top .activity__title-sub {
    font-size: 6rem;
    padding-bottom: 3.3rem;
    padding-left: 9.2rem;
    padding-right: 8rem;
    margin: 0 auto;
  }
}
.top .activity__title-sub span {
  font-family: keifont;
  font-size: 6.4rem;
  color: #f46679;
}
@media (max-width: 767px) {
  .top .activity__title-sub span {
    font-size: 8rem;
  }
}
.top .activity__inner {
  width: 83.81%;
  margin: 6.5rem 3.8rem 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 4.9rem;
}
@media (max-width: 767px) {
  .top .activity__inner {
    margin: 6.5rem auto 0;
    flex-direction: column;
    align-items: center;
  }
}
.top .activity__inner-title {
  position: relative;  /* ← これが必要。z-indexを有効にするため */
  z-index: 1;          /* ← タイトルテキストを最前面に */
  font-size: 2.8rem;
  font-weight: bold;
  font-family: keifont, sans-serif;
  color: #f14a9a;
  background: url(../img/activity-inner-title-bg.png) no-repeat center center/contain;
  padding: 4.5rem 2.7rem 5.2rem 1.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .top .activity__inner-title {
    font-size: 5.5rem;
    padding: 8rem 6rem 11rem 4rem;
  }
}
.top .activity__inner-title::before {
  z-index: -1;          /* ← 背景側を後ろに送る */
  content: "";
  background: url(../img/activity-inner-title.png) no-repeat center/contain;
  width: 10.1rem;
  height: 7.6rem;
  position: absolute;
  top: -2.5rem;
  left: 0;
}
@media (max-width: 767px) {
  .top .activity__inner-title::before {
    width: 20rem;   /* ← ここで拡大（例：2倍程度） */
    height: 15rem;  /* ← 高さもバランスを取って拡大 */
    left: -5rem;     /* ← 元の位置調整を残す */
    top: -4rem;     /* ← 少し下げて自然に見せる */
  }
}
.top .activity__inner-text {
  font-size: 2.6rem;
  font-weight: bold;
  color: #6d86dd;
  line-height: 1.4;
  flex: 1;
}
@media (max-width: 767px) {
  .top .activity__inner-text {
    font-size: 4.7rem;
    width: 100%;
    flex: initial;
  }
}
.top .activity__inner-text span {
  color: #f46679;
}
.top .activity__deco {
  position: absolute;
}
.top .activity__deco1 {
  width: 12rem;
  bottom: 0;
  left: 6.5rem;
}
.top .activity__deco2 {
  width: 16.5rem;
  bottom: 0;
  left: 22rem;
}
.top .extracurricular {
  background: url(../img/extracurricular-bg.png) no-repeat center center/cover;
  padding: 14.1rem 0 23.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .top .extracurricular {
    padding: 14.1rem 0 18rem;
  }
}
.top .extracurricular__inner {
  width: 78.81%;
  margin: 0 auto 0 23.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4.9rem;
}
@media (max-width: 767px) {
  .top .extracurricular__inner {
    width: 83.81%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 4.9rem;
  }
}
.top .extracurricular__inner-title {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: keifont, sans-serif;
  color: #f14a9a;
  background: url(../img/extracurricular-inner-title-bg.png) no-repeat center center/contain;
  padding: 3.9rem 6.8rem 5.4rem 6.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .top .extracurricular__inner-title {
    font-size: 5.5rem;
    padding: 8rem 19rem 11rem 20rem;
  }
}
.top .extracurricular__inner-title::before {
  content: "";
  background: url(../img/extracurricular-inner-title-deco.svg) no-repeat center/contain;
  width: 8.9rem;
  height: 14rem;
  position: absolute;
  bottom: 0;
  left: -2.5rem;
  animation: sway 2s ease-in-out infinite;
}
@media (max-width: 767px) {
  .top .extracurricular__inner-title::before {
    width: 15rem;
    height: 20rem;
    bottom: 2rem;
    left: -3rem;
  }
}
.top .extracurricular__inner-text {
  font-size: 2.6rem;
  font-weight: bold;
  color: #6d86dd;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .top .extracurricular__inner-text {
    width: 100%;
    flex: initial;
    font-size: 4.7rem;
  }
}
.top .extracurricular__inner-text span {
  color: #f46679;
}
.top .extracurricular__deco {
  position: absolute;
}
.top .extracurricular__deco1 {
  width: 28.3rem;
  bottom: 9.2rem;
  left: 13.3rem;
}
@media (max-width: 767px) {
  .top .extracurricular__deco1 {
    width: 38.3rem;
    bottom: 31.2rem;
    left: initial;
    right: 4rem;
  }
}
.top .extracurricular__deco2 {
  width: 14rem;
  bottom: 0;
  right: 50rem;
  z-index: 2;
}
.top .extracurricular__deco3 {
  width: 14rem;
  bottom: 0;
  right: 40rem;
}
.top .extracurricular__deco4 {
  width: 25rem;
  bottom: 0;
  right: 2rem;
}
.top .daily {
  background-color: #ebfdea;
  position: relative;
}
.top .daily__title {
  position: absolute;
  left: 0;
  top: 4rem;
  width: 18%;
}
@media (max-width: 767px) {
  .top .daily__title {
    width: 29%;
  }
}
.top .daily__inner {
  position: relative;
}
.top .daily__inner-title {
  width: 16rem;
  position: absolute;
  bottom: 8rem;
  left: 31rem;
}
@media (max-width: 767px) {
  .top .daily__inner-title {
    width: 29rem;
    bottom: initial;
    top: 26rem;
    left: initial;
    right: 15rem;
  }
}
.top .daily__inner__list {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 58rem;
  position: relative;
}
@media (max-width: 767px) {
  .top .daily__inner__list {
    margin-left: 10rem;
  }
}
.top .daily__inner__list::before {
  content: "";
  width: 0.6rem;
  height: 90%;
  background-color: #f14a9a;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top .daily__inner__list-item {
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.8rem;
  margin-bottom: 2rem;
  padding-left: 5.2rem;
  position: relative;
}
.top .daily__inner__list-item::before {
  content: "";
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #f14a9a;
  position: absolute;
  top: 0;
  left: -0.7rem;
}
@media (max-width: 767px) {
  .top .daily__inner__list-item::before {
    top: 1.2rem;
  }
}
@media (max-width: 767px) {
  .top .daily__inner__list-item {
    top: 1.2rem;
  }
}
.top .daily__inner__list-item:last-of-type {
  margin-bottom: 0;
}
.top .daily__inner__list-item-time {
  font-size: 3rem;
  color: #f14a9a;
}
@media (max-width: 767px) {
  .top .daily__inner__list-item-time {
    font-size: 6rem;
  }
}
.top .daily__inner__list-item-title {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .top .daily__inner__list-item-title {
    font-size: 6rem;
  }
}
.top .daily__inner-deco {
  position: absolute;
  bottom: 0;
  right: 0;
}
.top .daily__inner-deco1 {
  width: 44rem;
}
@media (max-width: 767px) {
  .top .daily__inner-deco1 {
    width: 46rem;
  }
}
.top .daily__inner-deco2 {
  width: 28rem;
}
.top .daily__inner1 {
  padding: 13.4rem 0 10.7rem;
}
@media (max-width: 767px) {
  .top .daily__inner1 {
    padding: 41.4rem 0 10.7rem;
  }
}
.top .daily__inner2 {
  padding: 9.7rem 0 5.9rem;
}
@media (max-width: 767px) {
  .top .daily__inner2 {
    padding-top: 23rem;
  }
}
@media (max-width: 767px) {
  .top .daily__inner2 .daily__inner-title {
    top: 7rem;
  }
}
.top .flow {
  padding: 6.6rem 0 4.9rem;
  background-color: #ebfdea;
  position: relative;
}
@media (max-width: 767px) {
  .top .flow {
    padding: 20rem 0;
  }
}
.top .flow__title {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background-color: #ff738e;
  padding: 1.4rem 3.7rem 1.4rem 5.6rem;
  margin-left: 7.3rem;
  border-radius: 3.6rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .top .flow__title {
    font-size: 8rem;
  }
}
.top .flow__title::before {
  content: "";
  background: url(../img/flow-title-deco.svg) no-repeat center center/contain;
  width: 10.8rem;
  height: 10.9rem;
  position: absolute;
  top: 50%;
  left: -6rem;
  transform: translateY(-50%) rotate(-5deg);
}
@media (max-width: 767px) {
  .top .flow__title::before {
    width: 15rem;
    height: 15rem;
    left: -10rem;
  }
}
.top .flow__list {
  width: 69.891%;
  margin: 7.5rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
@media (max-width: 767px) {
  .top .flow__list {
    width: 90%;
    margin-top: 10rem;
  }
}
.top .flow__list-item {
  font-size: 2.6rem;
  color: #fff;
  writing-mode: vertical-rl;
  background-color: #6d86dd;
  padding: 2.2rem 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.6rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .top .flow__list-item {
    font-size: 5.5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1;
  }
}
.top .flow__list-item:nth-of-type(3), .top .flow__list-item:nth-of-type(4), .top .flow__list-item:nth-of-type(6) {
  height: -moz-fit-content;
  height: fit-content;
}
.top .flow__list-item:nth-of-type(2) {
  position: relative;
}
.top .flow__list-item:nth-of-type(2):after {
  content: "あり";
  font-size: 1.8rem;
  font-weight: bold;
  writing-mode: initial;
  color: #ff914d;
  position: absolute;
  bottom: 4rem;
  right: -5.3rem;
}
@media (max-width: 767px) {
  .top .flow__list-item:nth-of-type(2):after {
    font-size: 4.5rem;
    bottom: 12rem;
    right: -10rem;
  }
}
.top .flow__list-item:nth-of-type(3) {
  position: relative;
}
.top .flow__list-item:nth-of-type(3):before {
  content: "なし";
  font-size: 1.8rem;
  font-weight: bold;
  writing-mode: initial;
  color: #f14a9a;
  position: absolute;
  top: 8rem;
  left: -6rem;
}
@media (max-width: 767px) {
  .top .flow__list-item:nth-of-type(3):before {
    font-size: 4.5rem;
    top: -2rem;
    left: -8.7rem;
  }
}
.top .flow__list-arrow1 {
  position: absolute;
  top: 2rem;
  left: 5.1%;
  width: 91%;
  z-index: 1;
}
.top .flow__list-arrow2 {
  position: absolute;
  bottom: 5rem;
  left: 5.1%;
  width: 91%;
  z-index: 1;
}
.top .flow__deco {
  position: absolute;
}
.top .flow__deco1 {
  width: 10.5rem;
  bottom: 0;
  left: 0;
}
.top .flow__deco2 {
  width: 9.5rem;
  bottom: 0;
  right: 0;
}
.top .price {
  padding: 9.4rem 0 10.6rem;
  background-color: #ebfdea;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .top .price {
    padding: 20rem 0;
  }
}
.top .price__title {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background-color: #ff738e;
  padding: 1.4rem 9.8rem 1.4rem 8.1rem;
  margin-left: 7.2rem;
  border-radius: 3.6rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .top .price__title {
    font-size: 8rem;
    margin-left: 11.2rem;
  }
}
.top .price__title::before {
  content: "";
  background: url(../img/price-title-deco.svg) no-repeat center center/contain;
  width: 10.8rem;
  height: 10.9rem;
  position: absolute;
  top: 50%;
  left: -6rem;
  transform: translateY(-50%) rotate(-5deg);
}
@media (max-width: 767px) {
  .top .price__title::before {
    width: 15rem;
    height: 15rem;
    left: -10rem;
  }
}
.top .price__list {
  width: 88.425%;
  margin: 5rem auto 9.2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top .price__list {
    width: 90%;
    margin-top: 10rem;
    flex-direction: column;
    gap: 16rem;
  }
}
.top .price__list-item {
  width: 26.761%;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top .price__list-item {
    width: 80%;
    margin: 0 auto;
  }
}
.top .price__list-item-title {
  font-size: 2.8rem;
  line-height: 1.2;
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 2.8rem;
  border-bottom: 0.5rem solid #ff738e;
}
@media (max-width: 767px) {
  .top .price__list-item-title {
    font-size: 7rem;
    margin-bottom: 5rem;
  }
}
.top .price__list-item-title span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .top .price__list-item-title span {
    font-size: 4.5rem;
  }
}
.top .price__list-item-subtitle {
  font-size: 2.6rem;
  display: block;
}
@media (max-width: 767px) {
  .top .price__list-item-subtitle {
    font-size: 4.7rem;
  }
}
.top .price__list-item-detail {
  font-size: 4rem;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top .price__list-item-detail {
    font-size: 12rem;
  }
}
.top .price__list-item-detail::before {
  content: "";
  background: url(../img/price-detail-bg.png) no-repeat center center/contain;
  width: 48%;
  height: auto;
  aspect-ratio: 800/163;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: -1;
}
@media (max-width: 767px) {
  .top .price__list-item-detail::before {
    width: 45%;
    aspect-ratio: 800/140;
    bottom: -3rem;
  }
}
.top .price__list-item-detail span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .top .price__list-item-detail span {
    font-size: 4.5rem;
  }
}
.top .price__summary {
  font-size: 2.6rem;
  color: #f44e66;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2.2rem 4.4rem;
  background-color: #ffc800;
  border-radius: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .top .price__summary {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    font-size: 6rem;
  }
}
.top .price__summary span {
  font-size: 1.75rem;
  margin-left: 2rem;
  color: #000;
}
@media (max-width: 767px) {
  .top .price__summary span {
    font-size: 5rem;
  }
}
.top .price__summary::after {
  content: "";
  background: url(../img/price-summary-deco.png) center center/contain no-repeat;
  width: 8rem;
  height: 17.3rem;
  position: absolute;
  right: -6.2rem;
  bottom: -5rem;
}
@media (max-width: 767px) {
  .top .price__summary::after {
    width: 16rem;
    height: 32rem;
    right: -10rem;
  }
}
.top .price__deco {
  position: absolute;
}
.top .price__deco1 {
  width: 10.5rem;
  bottom: 7.7rem;
  left: -2rem;
}
.top .price__deco2 {
  width: 15.2rem;
  top: 0;
  right: -6.1rem;
}
.top .news {
  padding-top: 7.7rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top .news {
    padding-top: 22rem;
    padding-bottom: 19rem;
  }
}
.top .news__title {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 32%;
}
@media (max-width: 767px) {
  .top .news__title {
    width: 46%;
  }
}
.top .news__inner {
  width: 75.8245%;
  margin: 0 auto;
  padding: 6rem 10rem;
  aspect-ratio: 1035/718;
  background: url("../img/news-inner-bg.svg") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .top .news__inner {
    width: 90%;
    padding: 10rem;
  }
}
.top .news__inner-title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .top .news__inner-title {
    font-size: 4.5rem;
  }
}
.top .news__inner-title > span {
  font-size: 7.5rem;
  color: #f46679;
}
@media (max-width: 767px) {
  .top .news__inner-title > span {
    font-size: 10rem;
  }
}
.top .news__inner__list {
  margin: 5.9rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .top .news__inner__list {
    width: initial;
  }
}
.top .news__inner__list-item {
  font-size: 2.6rem;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  padding-left: 0;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top .news__inner__list-item {
    font-size: 4.7rem;
    padding-left: 12rem;
    margin-bottom: 4rem;
  }
}
.top .news__inner__list-item:first-of-type::before {
  content: "";
  background: url("../img/news-new.gif") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -8rem;
  transform: translateY(-50%);
  width: 7rem;
  height: 4rem;
}
@media (max-width: 767px) {
  .top .news__inner__list-item:first-of-type::before {
    width: 10rem;
    height: 6rem;
    left: 0;
  }
}
.top .news__inner__list-item a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
.top .news__inner__more {
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .top .news__inner__more {
    margin-top: 6rem;
  }
}
.top .news__inner__more-link {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #ff738e;
  padding: 1.5rem 3rem;
  border-radius: 3rem;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .top .news__inner__more-link {
    font-size: 4.5rem;
    padding: 3rem 6rem;
    border-radius: 6rem;
  }
}
.top .news__deco {
  position: absolute;
}
.top .news__deco1 {
  top: 23rem;
  left: -3rem;
  width: 17.1rem;
  transform: rotate(20deg);
}
.top .news__deco2 {
  right: -3rem;
  bottom: 19rem;
  width: 13.3rem;
  transform: rotate(-20deg);
}
.top .news__deco3 {
  right: 0;
  bottom: 0;
  width: 15.4rem;
  transform: rotate(-10deg);
}
.top .news__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.top .links {
  padding: 7.7rem 0 14rem;
  background-color: #ebfdea;
}
@media (max-width: 767px) {
  .top .links {
    padding: 10rem 0;
  }
}
.top .links__title {
  width: 22%;
  margin-left: -6.6rem;
}
@media (max-width: 767px) {
  .top .links__title {
    width: 37%;
  }
}
.top .links__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0%;
  row-gap: 4rem;
  width: 80%;
  max-width: 1200px;
  margin: -6rem auto 0;
}
@media (max-width: 767px) {
  .top .links__list {
    width: 90%;
    flex-wrap: wrap;
    gap: 0.5%;
    row-gap: 3rem;
  }
}
.top .links__list-item {
  width: 30%;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top .links__list-item {
    width: 33%;
  }
}
.top .links__list-item-icon {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .links__list-item-icon {
    width: 100%;
  }
}
.top .links__list-item-link {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
  display: block;
  padding: 4rem 0;
  background: url(../img/links-list-link-bg.png) center center/contain no-repeat;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .links__list-item-link {
    font-size: 4.2rem;
    padding: 7rem 0;
  }
}
.top .links__list-item:first-of-type {
  width: 28%;
}
@media (max-width: 767px) {
  .top .links__list-item:first-of-type {
    width: 33%;
  }
}
.top .links__list-item:first-of-type .links__list-item-icon {
  width: 50%;
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .top .links__list-item:first-of-type .links__list-item-icon {
    width: 60%;
  }
}
.top .links__list-item:nth-of-type(2) {
  width: 28%;
}
@media (max-width: 767px) {
  .top .links__list-item:nth-of-type(2) {
    width: 33%;
  }
}
.top .links__list-item:nth-of-type(2) .links__list-item-icon {
  width: 55%;
  margin-bottom: 3.1rem;
}
@media (max-width: 767px) {
  .top .links__list-item:nth-of-type(2) .links__list-item-icon {
    width: 63%;
  }
}
.top .links__list-item:nth-of-type(3) {
  width: 28%;
}
@media (max-width: 767px) {
  .top .links__list-item:nth-of-type(3) {
    width: 33%;
  }
}
.top .links__list-item:nth-of-type(3) .links__list-item-icon {
  width: 55%;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .top .links__list-item:nth-of-type(3) .links__list-item-icon {
    width: 65%;
  }
}
.top .links__list-item:nth-of-type(4) {
  margin-right: 2%;
}
@media (max-width: 767px) {
  .top .links__list-item:nth-of-type(4) {
    width: 48%;
    margin-right: 2%;
  }
}
.top .links__list-item:nth-of-type(4) .links__list-item-icon {
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .top .links__list-item:nth-of-type(5) {
    width: 48%;
  }
}
.top .links__list-item:nth-of-type(5) .links__list-item-icon {
  margin-bottom: 0.7rem;
}
.top .company {
  padding: 0 0 12rem;
  background-color: #ebfdea;
  display: block;
  position: relative;
  overflow-x: hidden;
}
.top .company__inner {
  width: 83.9645%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 9rem;
}
@media (max-width: 767px) {
  .top .company__inner {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.top .company__inner-title {
  width: 32%;
}
@media (max-width: 767px) {
  .top .company__inner-title {
    width: 46%;
  }
}
.top .company__inner-detail {
  width: 44.1%;
  margin-top: 6.719%;
}
@media (max-width: 767px) {
  .top .company__inner-detail {
    width: 80%;
    margin: 0 auto 8rem;
  }
}
.top .company__inner-detail-item {
  display: flex;
  align-items: center;
  gap: 3.4rem;
}
.top .company__inner-detail-item img {
  width: 8.485%;
}
.top .company__inner-detail-item-text {
  font-size: 2.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top .company__inner-detail-item-text {
    font-size: 5rem;
  }
}
.top .company__inner-detail-item-text span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .top .company__inner-detail-item-text span {
    font-size: 4.5rem;
  }
}
.top .company__inner-detail-item-title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #ff738e;
}
@media (max-width: 767px) {
  .top .company__inner-detail-item-title {
    font-size: 5rem;
  }
}
.top .company__inner-detail-item:first-of-type {
  margin-bottom: 1.3rem;
  margin-left: 2.2rem;
}
.top .company__inner-detail-item:nth-of-type(2) {
  margin-bottom: 3.4rem;
  margin-left: 2.2rem;
}
.top .company__inner-detail-item:nth-of-type(2) .company__inner-detail-item-text span {
  margin-left: 1.3rem;
}
.top .company__inner-detail-item:nth-of-type(3) {
  margin-bottom: 1.2rem;
}
.top .company__inner-detail-item:nth-of-type(4) {
  margin-bottom: 3.4rem;
}
.top .company__inner-detail-iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 505/379;
}
.top .company__title {
  font-size: 2.9rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem 4rem 1.6rem 4.7rem;
  margin-left: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/company-title-bg.png) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .top .company__title {
    font-size: 6rem;
  }
}
.top .company__title span {
  font-size: 4.19rem;
  color: #ff738e;
}
@media (max-width: 767px) {
  .top .company__title span {
    font-size: 8rem;
    margin-left: 2rem;
  }
}
.top .company__button {
  width: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  position: absolute;
  right: 1rem;
  bottom: 1.7rem;
}
@media (max-width: 767px) {
  .top .company__button {
    width: 10%;
  }
}
.top .company__button img {
  width: 90%;
  margin: 0 auto;
}
.top .company__button span {
  font-family: "Telegraf UltraBold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .top .company__button span {
    font-size: 4.5rem;
  }
}
.top .company__deco {
  position: absolute;
  bottom: 27rem;
  right: 0;
  width: 10rem;
}
.top .pdf-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.top .pdf-thumbnail canvas {
  width: 100%;
  height: auto;
  display: block;
}
.top .pdf-thumbnail__loading {
  font-size: 1.4rem;
  color: #999;
  padding: 2rem;
}

@keyframes sway {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
.news .news-page {
  padding: 10rem 0 0;
  background-color: #ebfdea;
}
@media (max-width: 767px) {
  .news .news-page {
    padding: 15rem 0 0;
  }
}
.news .news-page__inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .news .news-page__inner {
    width: 90%;
  }
}
.news .news-page__title {
  font-size: 4rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 6rem;
  color: #6d86dd;
}
@media (max-width: 767px) {
  .news .news-page__title {
    font-size: 8rem;
  }
}
.news .news-page__list {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .news .news-page__list {
    margin-bottom: 15rem;
  }
}
.news .news-page__item {
  background-color: #fff;
  margin-bottom: 2rem;
}
.news .news-page__item:last-child {
  margin-bottom: 0;
}
.news .news-page__item-link {
  display: block;
  padding: 2rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .news .news-page__item-link {
    padding: 3rem;
  }
}
.news .news-page__item-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.news .news-page__item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.news .news-page__item-text {
  flex: 1;
}
.news .news-page__item-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .news .news-page__item-title {
    font-size: 4.5rem;
  }
}
.news .news-page__item-title a {
  color: #333;
}
.news .news-page__item-date {
  font-size: 1.6rem;
  color: #999;
}
@media (max-width: 767px) {
  .news .news-page__item-date {
    font-size: 3rem;
  }
}
.news .news-page__item-thumbnail {
  width: 30%;
}
@media (max-width: 767px) {
  .news .news-page__item-thumbnail {
    width: 36%;
  }
}
.news .news-page__pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin: 6rem 0;
}
@media (max-width: 767px) {
  .news .news-page__pagination {
    margin: 10rem 0;
    gap: 3rem;
  }
}
.news .news-page__pagination .page-numbers {
  display: inline-flex;
  gap: 1.5rem;
  font-size: 2rem;
  color: #333;
}
@media (max-width: 767px) {
  .news .news-page__pagination .page-numbers {
    font-size: 4rem;
    gap: 3rem;
  }
}
.news .news-page__pagination .page-numbers.current {
  font-weight: bold;
}
.news .news-page__pagination .page-numbers li a,
.news .news-page__pagination .page-numbers li span {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .news .news-page__pagination .page-numbers li a,
  .news .news-page__pagination .page-numbers li span {
    font-size: 4rem;
  }
}
.news .news-page__pagination .page-numbers li .prev.page-numbers.disabled,
.news .news-page__pagination .page-numbers li .next.page-numbers.disabled {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
.news .news-page__no-posts {
  text-align: center;
  font-size: 2rem;
  color: #999;
  padding: 6rem 0;
}
.news .company {
  padding: 0 0 3.4rem;
  background-color: #ebfdea;
  display: block;
  position: relative;
  overflow-x: hidden;
}
.news .company__inner {
  width: 83.9645%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .news .company__inner {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.news .company__inner-title {
  width: 39.496%;
  margin-left: -0.4rem;
}
@media (max-width: 767px) {
  .news .company__inner-title {
    width: 40%;
  }
}
.news .company__inner-detail {
  width: 44.1%;
  margin-top: 6.719%;
}
@media (max-width: 767px) {
  .news .company__inner-detail {
    width: 80%;
    margin: 0 auto 8rem;
  }
}
.news .company__inner-detail-item {
  display: flex;
  align-items: center;
  gap: 3.4rem;
}
.news .company__inner-detail-item img {
  width: 8.485%;
}
.news .company__inner-detail-item-text {
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .news .company__inner-detail-item-text {
    font-size: 5rem;
  }
}
.news .company__inner-detail-item-text span {
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .news .company__inner-detail-item-text span {
    font-size: 4.5rem;
  }
}
.news .company__inner-detail-item-title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #ff738e;
}
@media (max-width: 767px) {
  .news .company__inner-detail-item-title {
    font-size: 5rem;
  }
}
.news .company__inner-detail-item:first-of-type {
  margin-bottom: 1.3rem;
  margin-left: 2.2rem;
}
.news .company__inner-detail-item:nth-of-type(2) {
  margin-bottom: 3.4rem;
  margin-left: 2.2rem;
}
.news .company__inner-detail-item:nth-of-type(2) .company__inner-detail-item-text span {
  margin-left: 1.3rem;
}
.news .company__inner-detail-item:nth-of-type(3) {
  margin-bottom: 1.2rem;
}
.news .company__inner-detail-item:nth-of-type(4) {
  margin-bottom: 3.4rem;
}
.news .company__inner-detail-iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 505/379;
}
.news .company__title {
  font-size: 2.9rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem 4rem 1.6rem 4.7rem;
  margin-left: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/company-title-bg.png) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .news .company__title {
    font-size: 6rem;
  }
}
.news .company__title span {
  font-size: 4.19rem;
  color: #ff738e;
}
@media (max-width: 767px) {
  .news .company__title span {
    font-size: 8rem;
    margin-left: 2rem;
  }
}
.news .company__button {
  width: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  position: absolute;
  right: 1rem;
  bottom: 1.7rem;
}
@media (max-width: 767px) {
  .news .company__button {
    width: 10%;
  }
}
.news .company__button img {
  width: 90%;
  margin: 0 auto;
}
.news .company__button span {
  font-family: "Telegraf UltraBold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .news .company__button span {
    font-size: 4.5rem;
  }
}
.news .company__deco {
  position: absolute;
  bottom: 27rem;
  right: 0;
  width: 10rem;
}

.single-page {
  padding: 10rem 0 0;
  background-color: #ebfdea;
}
.single-page__inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto 10rem;
}
@media (max-width: 767px) {
  .single-page__inner {
    width: 90%;
  }
}
.single-page__article {
  background-color: #fff;
  padding: 5rem;
}
@media (max-width: 767px) {
  .single-page__article {
    padding: 6rem;
  }
}
.single-page__header {
  margin-bottom: 4rem;
}
.single-page__thumbnail {
  width: 80%;
  margin: 0 auto 3rem;
}
@media (max-width: 767px) {
  .single-page__thumbnail {
    margin-bottom: 6rem;
  }
}
.single-page__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: #333;
  border-bottom: 2px solid #333;
}
@media (max-width: 767px) {
  .single-page__title {
    font-size: 5.2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #333;
  }
}
.single-page__meta {
  margin-bottom: 2rem;
}
.single-page__date {
  font-size: 1.8rem;
  color: #999;
  display: inline-block;
}
@media (max-width: 767px) {
  .single-page__date {
    font-size: 3.6rem;
  }
}
.single-page__content {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 767px) {
  .single-page__content {
    font-size: 4.8rem;
  }
}
.single-page__content h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 4rem 0 2rem;
  color: #ff738e;
  border-left: 4px solid #ff738e;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .single-page__content h2 {
    font-size: 3.6rem;
    margin: 6rem 0 3rem;
    padding-left: 3rem;
  }
}
.single-page__content h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 3rem 0 1.5rem;
  color: #333;
}
@media (max-width: 767px) {
  .single-page__content h3 {
    font-size: 3.2rem;
    margin: 4rem 0 2rem;
  }
}
.single-page__content p {
  margin-bottom: 2rem;
}
.single-page__content ul,
.single-page__content ol {
  margin-bottom: 2rem;
  padding-left: 3rem;
}
.single-page__content ul li,
.single-page__content ol li {
  margin-bottom: 1rem;
}
.single-page__content a {
  color: #ff738e;
  text-decoration: underline;
}
.single-page__content a:hover {
  color: #e55a7a;
}
.single-page__content img {
  max-width: 80%;
  height: auto;
  margin: 2rem auto;
}
@media (max-width: 767px) {
  .single-page__content img {
    margin: 4rem auto;
  }
}
.single-page__back {
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .single-page__back {
    margin-top: 10rem;
  }
}
.single-page__back-link {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
@media (max-width: 767px) {
  .single-page__back-link {
    font-size: 4rem;
  }
}/*# sourceMappingURL=style.css.map */




.top .activity__inner--snack {
  background-color: #fef7e0; /* 明るいクリーム系など */
  border-radius: 1.2rem;
  padding: 6rem 5rem;
  position: relative;
}
.top .activity__inner-title.activity__inner-title--snack::before {
  background-image: url(../img/activity-inner-title-deco-snack.png);
}



/* トップページ：会社情報の2つ目の項目だけ縦並び（TEL/FAXを2行化） */
.top .company__inner-detail .company__inner-detail-item:nth-of-type(2) {
  flex-direction: column;     /* ← これで2行になる */
  align-items: flex-start;    /* 左揃えを維持 */
  gap: 0.8rem;                /* 行間を軽く確保（任意で調整） */
}


/* ===== message セクション導入ブロック ===== */
.top .message__intro {
  width: 85%;
  margin: 0 auto 4rem;
}
@media (max-width: 767px) {
  .top .message__intro {
    width: 95%;
    margin: 0 auto 6rem;
  }
}

/* タイトルはサイト既存トーン（ピンク地に白文字） */
.top .message__intro-title {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background-color: #ff738e;
  padding: 1.4rem 3.7rem 1.4rem 5.6rem;
  border-radius: 3.6rem;
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .top .message__intro-title {
    font-size: 6rem;
    padding: 2.6rem 5rem 2.6rem 6rem;
  }
}
.top .message__intro-title .keifont {
  color: #ffde59; /* サイト内アクセントに合わせる */
}

/* 本文は既存メッセージのトーンを継承 */
.top .message__intro-text {
  margin-top: 2.4rem;
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: bold;
  color: #6d86dd;
}
@media (max-width: 767px) {
  .top .message__intro-text {
    font-size: 4.7rem;
  }
}

/* 外観画像の見せ方 */
.top .message__intro-photo {
  margin-top: 2.4rem;
  text-align: center;          /* 中央寄せ */
}

.top .message__intro-photo img {
  display: inline-block;
  width: 100%;
  max-width: 1474px;           /* 実寸を上限に設定 */
  aspect-ratio: 1474 / 1110;   /* 比率を維持（ブラウザが対応していれば安定） */
  height: auto;
  object-fit: cover;
  border-radius: 1.2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); /* 影を画像にフィットさせる */
}

/* スマホ時は幅いっぱいに */
@media (max-width: 767px) {
  .top .message__intro-photo img {
    max-width: 100%;
    aspect-ratio: auto; /* モバイルで自然調整 */
  }
}






