@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}
@media (max-width: 1170px) {
  html {
    font-size: 0.8547008547vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
    scroll-padding-top: 6rem;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #1A1A1A;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

a:hover,
button:hover {
  cursor: pointer;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-breadcrumb {
  padding-block: 2rem;
}

.l-contribution {
  padding-block: 6rem 8rem;
}
@media screen and (max-width: 767px) {
  .l-contribution {
    padding-block: 4rem;
  }
}

.l-cta {
  position: fixed;
  top: 25rem;
  right: 0;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .l-cta {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.l-flow {
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .l-flow {
    padding-block: 4rem;
  }
}

.l-inner-lg {
  width: 100%;
  margin-inline: auto;
  max-width: 141rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner-lg {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.l-inner {
  width: 100%;
  margin-inline: auto;
  max-width: 117rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.l-inner-md {
  width: 100%;
  margin-inline: auto;
  max-width: 105rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner-md {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.l-inner-sm {
  width: 100%;
  margin-inline: auto;
  max-width: 95rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner-sm {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.l-inner-xs {
  width: 100%;
  margin-inline: auto;
  max-width: 91rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner-xs {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.l-inner-2xs {
  width: 100%;
  margin-inline: auto;
  max-width: 85rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner-2xs {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.l-inner-3xs {
  width: 100%;
  margin-inline: auto;
  max-width: 75rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner-3xs {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.l-interview {
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .l-interview {
    padding-block: 4rem;
  }
}

.l-news-detail {
  padding-block: 6rem 8rem;
}
@media screen and (max-width: 767px) {
  .l-news-detail {
    padding-block: 4rem;
  }
}

.l-news {
  padding-block: 6rem 8rem;
}
@media screen and (max-width: 767px) {
  .l-news {
    padding-block: 4rem;
  }
}

.l-privacy {
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .l-privacy {
    padding-block: 4rem;
  }
}

.l-top-catalog {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .l-top-catalog {
    margin-top: 4rem;
  }
}

.l-top-consulting {
  margin-top: 10rem;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .l-top-consulting {
    margin-top: 4rem;
    padding-block: 0 4rem;
  }
}

.l-top-instore {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-top-instore {
    margin-top: 4rem;
  }
}

.l-top-mixpowder {
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .l-top-mixpowder {
    padding-block: 4rem;
  }
}

.l-top-news {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .l-top-news {
    margin-top: 4rem;
  }
}

.l-top-topic {
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .l-top-topic {
    padding-block: 4rem;
  }
}

.l-top-voice {
  padding: 10rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .l-top-voice {
    padding: 4rem 0;
  }
}

.l-topics {
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .l-topics {
    padding-block: 4rem;
  }
}

.l-voice {
  padding-block: 6rem 8rem;
}
@media screen and (max-width: 767px) {
  .l-voice {
    padding-block: 4rem;
  }
}

.c-btn-blue {
  display: inline-block;
  position: relative;
  border-radius: 1rem;
  border: 4px solid #fff;
  max-width: 42rem;
  width: 100%;
  padding: 3.2rem 7rem 3.2rem 3rem;
  background-color: #003787;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-btn-blue {
    padding: 2rem 5.4rem 2rem 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.7333333333;
    letter-spacing: 0.02em;
  }
}

.c-btn-blue::after {
  position: absolute;
  top: 50%;
  right: 2.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../images/icon-arrow-bottom_b.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn-blue::after {
    right: 2rem;
    width: 3rem;
    height: 3rem;
  }
}

.c-btn-blue:hover {
  opacity: 0.7;
}

.c-btn-blue--sm {
  max-width: 34rem;
}

.c-btn-download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 2px solid #003787;
  border-radius: 1rem;
  max-width: 50rem;
  width: 100%;
  padding: 3rem 6rem;
  background-color: #003787;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn-download {
    padding: 2rem 5rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.c-btn-download:hover {
  opacity: 0.7;
}

.c-btn-download::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../images/icon-arrow-right02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-btn-download::after {
    width: 3rem;
    height: 3rem;
  }
}

.c-btn-download span {
  display: inline-block;
  position: relative;
  padding-inline: 5rem;
}
@media screen and (max-width: 767px) {
  .c-btn-download span {
    padding-inline: 3.4rem;
  }
}

.c-btn-download span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 3rem;
  background-image: url(../images/icon-download.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.c-btn-download--red {
  border-color: #D73C3C;
  background-color: #D73C3C;
}

.c-btn-download--red::after {
  background-image: url(../images/icon-arrow-right06.svg);
}

.c-btn-download2 {
  display: inline-block;
  border: 1px solid #1A1A1A;
  max-width: 26rem;
  padding: 1rem;
  background-color: #D73C3C;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-btn-download2:hover {
  opacity: 0.7;
}

.c-btn-green {
  display: inline-block;
  position: relative;
  border-radius: 1rem;
  border: 4px solid #fff;
  max-width: 42rem;
  width: 100%;
  padding: 3.2rem 7rem 3.2rem 3rem;
  background-color: #69be37;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-btn-green {
    padding: 2rem 5.4rem 2rem 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.7333333333;
    letter-spacing: 0.02em;
  }
}

.c-btn-green::after {
  position: absolute;
  top: 50%;
  right: 2.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../images/icon-arrow-bottom_g.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn-green::after {
    right: 2rem;
    width: 3rem;
    height: 3rem;
  }
}

.c-btn-green:hover {
  opacity: 0.7;
}

.c-btn-green--sm {
  max-width: 34rem;
}

.c-btn-red {
  display: inline-block;
  position: relative;
  border-radius: 1rem;
  border: 4px solid #fff;
  max-width: 42rem;
  width: 100%;
  padding: 3.2rem 7rem 3.2rem 3rem;
  background-color: #D73C3C;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-btn-red {
    padding: 2rem 5.4rem 2rem 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.7333333333;
    letter-spacing: 0.02em;
  }
}

.c-btn-red::after {
  position: absolute;
  top: 50%;
  right: 2.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../images/icon-arrow-bottom02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn-red::after {
    right: 2rem;
    width: 3rem;
    height: 3rem;
  }
}

.c-btn-red:hover {
  opacity: 0.7;
}

.c-btn-red--sm {
  max-width: 34rem;
}

.c-btn-white {
  display: inline-block;
  position: relative;
  border-radius: 1rem;
  max-width: 42rem;
  width: 100%;
  padding: 3.2rem 7rem 3.2rem 3rem;
  background-color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-btn-white {
    padding: 2rem 5.4rem 2rem 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.7333333333;
    letter-spacing: 0.02em;
  }
}

.c-btn-white::after {
  position: absolute;
  top: 50%;
  right: 2.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../images/icon-arrow-right03.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn-white::after {
    right: 2rem;
    width: 3rem;
    height: 3rem;
  }
}

.c-btn-white:hover {
  background-color: #D73C3C;
  color: #fff;
}

.c-btn-white:hover::after {
  background-image: url(../images/icon-arrow-right06.svg);
}

.c-btn-white--sm {
  max-width: 34rem;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 2px solid #D73C3C;
  border-radius: 1rem;
  max-width: 34rem;
  width: 100%;
  min-height: 9rem;
  padding: 1.7rem 7rem 1.7rem 2.8rem;
  background-color: #fff;
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn {
    min-height: auto;
    padding: 2rem 5rem 2rem 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.c-btn::after {
  position: absolute;
  top: 50%;
  right: 2.6rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../images/icon-arrow-bottom01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    right: 2rem;
    width: 3rem;
    height: 3rem;
  }
}

.c-btn:hover {
  background-color: #D73C3C;
  color: #fff;
}

.c-btn:hover::after {
  background-image: url(../images/icon-arrow-bottom02.svg);
}

.c-btn--bottom::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  background-image: url(../images/icon-arrow-bottom01.svg);
}

.c-btn--bottom:hover::after {
  background-image: url(../images/icon-arrow-bottom02.svg);
}

.c-btn--lg {
  max-width: 36rem;
}

.c-btn--blue {
  border-color: #003787;
  color: #003787;
}

.c-btn--blue::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(../images/icon-arrow-right04.svg);
}

.c-btn--blue:hover {
  background-color: #003787;
}

.c-btn--blue:hover::after {
  background-image: url(../images/icon-arrow-right02.svg);
}

.c-btn--mail {
  padding-left: 7rem;
}
@media screen and (max-width: 767px) {
  .c-btn--mail {
    padding-left: 5rem;
  }
}

.c-btn--mail::before {
  position: absolute;
  top: 50%;
  left: 3.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.2rem;
  height: 1.8rem;
  background-image: url(../images/icon-mail-red.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn--mail::before {
    left: 2rem;
  }
}

.c-btn--mail:hover::before {
  background-image: url(../images/icon-mail.svg);
}

.c-btn.is-active {
  background-color: #D73C3C;
  color: #fff;
  pointer-events: none;
}

.c-btn.is-active::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon-arrow-bottom02.svg);
}

.c-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 110;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-hamburger__top,
.c-hamburger__center,
.c-hamburger__bottom {
  position: relative;
  display: block;
  width: 4rem;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #D73C3C;
}

.c-hamburger__top {
  top: 0;
}

.c-hamburger__center {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.c-hamburger__bottom {
  top: 0;
}

.c-hamburger__menu {
  display: inline-block;
  margin-top: 1rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-hamburger__menu {
    display: none;
  }
}

.c-hamburger.is-open .c-hamburger__top {
  top: 1.4rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}

.c-hamburger.is-open .c-hamburger__center {
  opacity: 0;
}

.c-hamburger.is-open .c-hamburger__bottom {
  top: -1.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}

.c-hamburger__menu.is-open {
  color: #fff;
}

.c-page-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 90;
  width: 8rem;
  height: 8rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-page-top {
    right: 0;
    bottom: 8rem;
    width: 6rem;
    height: 6rem;
  }
}

.c-page-top.is-show {
  visibility: visible;
  opacity: 1;
}

.c-page-top__link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-page-top__link:hover {
  opacity: 0.7;
}

.c-tab {
  display: inline-block;
  border-radius: 1rem;
  border: 0.2rem solid #C8C8C8;
  max-width: 15rem;
  width: 100%;
  padding: 1.6rem 0.2rem;
  text-align: center;
  color: #B4B4B4;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.c-tab--current {
  border-color: #003787;
  background-color: #003787;
  color: #fff;
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-title__main {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3571428571;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-title__main {
    font-family: "Noto Serif JP", serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.8214285714;
    letter-spacing: 0.02em;
  }
}

.c-title__sub {
  color: #D73C3C;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.c-title2 span {
  display: inline-block;
  position: relative;
  padding-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6904761905;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-title2 span {
    font-family: "Noto Serif JP", serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.c-title2 span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.5rem;
  height: 0.5rem;
  background-color: #D73C3C;
  content: "";
}

.c-title3 {
  background-color: #A59B73;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title3 {
    padding-block: 0.4rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.c-title3--blue {
  background-color: #003787;
}

.c-title3--lg {
  padding: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.76;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-title3--lg {
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.c-title4 {
  border-bottom: 0.3rem dotted #D73C3C;
  padding-bottom: 2rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.0666666667;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-title4 {
    padding-bottom: 1rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2307692308;
    letter-spacing: 0.02em;
  }
}

.c-title5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.c-title5__en {
  color: #003787;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.c-title5__ja {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-title5__ja {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3076923077;
    letter-spacing: 0.02em;
  }
}

.c-title6 {
  position: relative;
  padding-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title6 {
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3846153846;
    letter-spacing: 0.02em;
  }
}

.c-title6::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.5rem;
  height: 0.5rem;
  background-color: #D73C3C;
  content: "";
}

.p-bananav-bottom__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.7619047619;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bananav-bottom__title {
    font-family: "Noto Serif JP", serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-bananav-bottom__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-bottom__wrapper {
    gap: 3rem;
    margin-top: 3rem;
  }
}

.p-bananav-bottom__sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8rem;
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bananav-bottom__sub-title {
    display: block;
    margin-top: 3rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}

.p-bananav-bottom__sub-title img {
  width: 18.8rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-bottom__sub-title img {
    display: inline-block;
    width: 10rem;
    margin-bottom: -0.6rem;
  }
}

.p-bananav-bottom__attention {
  margin-top: 2rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-bananav-bottom__questionary {
  position: relative;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-bottom__questionary {
    margin-top: 3rem;
  }
}

.p-bananav-bottom__text {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-bananav-bottom__graph {
  margin: 4rem auto 0;
  width: 25.4rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-bottom__graph {
    margin: 3rem auto 0;
    width: 18rem;
  }
}

.p-bananav-bottom__graph-text {
  position: absolute;
  top: 5.2rem;
  left: calc(50% - 24.4rem);
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-bananav-bottom__graph-text {
    top: 4.8rem;
    left: calc(50% - 18rem);
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.p-bananav-bottom__graph-text2 {
  position: absolute;
  bottom: 11rem;
  left: calc(50% - 6.6rem);
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-bananav-bottom__graph-text2 {
    bottom: 12.2rem;
    left: calc(50% - 5.4rem);
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.p-bananav-bottom__attention2 {
  margin-top: 2rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-bananav-bottom__btn {
  margin-top: 7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bananav-bottom__btn {
    margin-top: 3rem;
  }
}

.p-bananav-center {
  background-color: #F4F3EE;
}

.p-bananav-center__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.7619047619;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bananav-center__title {
    font-family: "Noto Serif JP", serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-bananav-center__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin: 5rem auto 0;
  max-width: 99rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-center__list {
    gap: 2rem;
    margin: 2rem auto 0;
    padding-inline: 2rem;
  }
}

.p-bananav-center__item {
  border: 0.6rem solid #7396BE;
  border-radius: 1rem;
  width: calc(33.33333% - 2rem);
  padding: 2rem;
  background-color: #003787;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bananav-center__item {
    width: 100%;
    max-width: 24rem;
    padding: 1rem;
  }
}

.p-bananav-center__strength {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.p-bananav-center__strength span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7222222222;
  letter-spacing: 0.05em;
}

.p-bananav-center__item-title {
  margin-top: 1.4rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-bananav-center__item-title {
    margin-top: 1rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-bananav-center__item-title span {
  display: block;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2571428571;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-bananav-center__item-title span {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3846153846;
    letter-spacing: 0.02em;
  }
}

.p-bananav-center__wrapper {
  max-width: 80rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-bananav-center__wrapper {
    margin: 3rem auto 0;
    padding-inline: 2rem;
  }
}

.p-bananav-center__lead {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bananav-center__lead {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
}

.p-bananav-center__sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #D73C3C;
  margin-top: 2rem;
  padding-bottom: 3.4rem;
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.64;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bananav-center__sub-title {
    display: block;
    padding-bottom: 1rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.p-bananav-center__sub-title img {
  width: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-center__sub-title img {
    display: inline-block;
    width: 6rem;
  }
}

.p-bananav-center__content {
  display: grid;
  grid-template-columns: 1fr 34rem;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-center__content {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.p-bananav-center__study {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-bananav-center__study {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7777777778;
    letter-spacing: 0.02em;
  }
}

.p-bananav-center__study span {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-bananav-center__study span {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4545454545;
    letter-spacing: 0.02em;
  }
}

.p-bananav-center__text {
  margin-top: 2rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-bananav-center__img {
  aspect-ratio: 340/220;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-bananav-study-bottom__logo {
  margin-inline: auto;
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-bottom__logo {
    width: 100%;
  }
}

.p-bananav-study-bottom__text {
  margin-top: 4rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-bottom__text {
    margin-top: 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-bananav-study-bottom__btn {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-bottom__btn {
    margin-top: 2rem;
  }
}

.p-bananav-study-head__lead {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-bananav-study-head__title {
  margin-top: 2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-head__title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5714285714;
    letter-spacing: 0.02em;
  }
}

.p-bananav-study-head__logo {
  margin: 4rem auto 0;
  width: 64rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-head__logo {
    margin: 3rem auto 0;
    width: 100%;
  }
}

.p-bananav-study-head__img {
  margin: 4rem auto 0;
  width: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-head__img {
    margin: 3rem auto 0;
    width: 100%;
  }
}

.p-bananav-study-head__content {
  display: grid;
  grid-template-columns: 1fr 52rem;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-head__content {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
  }
}

.p-bananav-study-head__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-head__list {
    grid-template-columns: 1fr;
    place-items: center;
  }
}

.p-bananav-study-head__item {
  border: 0.6rem solid #3A90CF;
  border-radius: 50%;
  background-color: #006FC1;
  width: 16.5rem;
  height: 16.5rem;
}

.p-bananav-study-head__point {
  margin-top: 1.4rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-bananav-study-head__point span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7222222222;
  letter-spacing: 0.05em;
}

.p-bananav-study-head__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  min-height: 7.2rem;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-bananav-study-head__sub-title {
  margin-top: 4rem;
  color: #003787;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-bananav-study-head__sub-title {
    margin-top: 3rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }
}

.p-bananav-study-head__text {
  margin-top: 2rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-bananav-study-head__text {
    text-align: center;
  }
}

.p-bananav-study-head__img2 img {
  aspect-ratio: 520/341;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-bananav-study-problem {
  position: relative;
}

.p-bananav-study-problem__inner {
  max-width: 105rem;
}

.p-bananav-study-problem__title {
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.76;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-problem__title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-bananav-study-problem__wrapper {
  position: relative;
  margin-top: 2rem;
}

.p-bananav-study-problem__img {
  width: 39.6rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-problem__img {
    margin-inline: auto;
    width: 18rem;
  }
}

.p-bananav-study-problem__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-problem__imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    position: static;
    margin-top: 2rem;
  }
}

.p-bananav-study-problem__img2 {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-problem__img2 {
    width: 22rem;
  }
}

.p-bananav-study-problem__img3 {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-problem__img3 {
    width: 22rem;
  }
}

.p-bananav-study-problem__list {
  position: absolute;
  bottom: 2rem;
  right: 10rem;
  padding-left: 2rem;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-problem__list {
    position: static;
    margin: 2rem auto 0;
    max-width: 35rem;
    width: 100%;
    padding-left: 1.6rem;
  }
}

.p-bananav-study-problem__item {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-problem__item {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-bananav-study-problem__item span {
  color: #003787;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6071428571;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-problem__item span {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}

.p-bananav-study-solve {
  position: relative;
  border-top: 0.3rem solid #003787;
  background-color: #F4F3EE;
}

.p-bananav-study-solve::before {
  position: absolute;
  top: -0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 3rem 2.5rem 0 2.5rem;
  border-color: #003787 transparent transparent transparent;
  content: "";
}

.p-bananav-study-solve::after {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 3rem 2.5rem 0 2.5rem;
  border-color: #fff transparent transparent transparent;
  content: "";
}

.p-bananav-study-solve__title {
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.76;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-solve__title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-bananav-study-solve__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5rem auto 0;
  max-width: 83rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-solve__text {
    margin: 2rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-bananav-study-solve__text span {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8125;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-solve__text span {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.2857142857;
    letter-spacing: 0.02em;
  }
}

.p-bananav-study-solve__list {
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem;
  max-width: 83rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-solve__list {
    grid-template-columns: 1fr;
    gap: 5rem;
    place-items: center;
    margin: 2rem auto 0;
  }
}

.p-bananav-study-solve__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 50%;
  width: 23rem;
  height: 23rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-solve__item {
    width: 18rem;
    height: 18rem;
  }
}

.p-bananav-study-solve__item:nth-child(n+2)::before {
  position: absolute;
  top: 50%;
  left: -4.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 1.75rem 0 1.75rem 2.5rem;
  border-color: transparent transparent transparent #D73C3C;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-bananav-study-solve__item:nth-child(n+2)::before {
    top: -3.6rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-width: 2.5rem 1.75rem 0 1.75rem;
    border-color: #D73C3C transparent transparent transparent;
  }
}

.p-bananav-study-solve__step {
  position: absolute;
  top: 1rem;
  color: #003787;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.875;
  letter-spacing: 0.02em;
}

.p-bananav-study-solve__step span {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.02em;
}

.p-bananav-study-solve__item img {
  width: 8.9rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-solve__item img {
    width: 6rem;
  }
}

.p-bananav-study-solve__item-text {
  position: absolute;
  bottom: -2.6rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-solve__item-text {
    bottom: 1rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-bananav-study-video {
  background-color: #003787;
}

.p-bananav-study-video__text {
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-bananav-study-video__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin: 2rem auto 0;
  max-width: 100rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-bananav-study-video__list {
    grid-template-columns: 1fr;
    gap: 2rem;
    place-items: center;
    padding-inline: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-bananav-study-video__item {
    max-width: 30rem;
    width: 100%;
  }
}

.p-bananav-study-video__main {
  aspect-ratio: 300/225;
}
.p-bananav-study-video__main iframe {
  width: 100%;
  aspect-ratio: 300/225;
}

.p-bananav-study-video__title {
  margin-top: 1rem;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-bananav-study__head {
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-study__head {
    padding-block: 4rem;
  }
}

.p-bananav-study__video {
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-study__video {
    padding-block: 4rem;
  }
}

.p-bananav-study__problem {
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-study__problem {
    padding-block: 4rem;
  }
}

.p-bananav-study__solve {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-study__solve {
    padding-block: 4rem;
  }
}

.p-bananav-study__bottom {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-study__bottom {
    padding-block: 4rem;
  }
}

.p-bananav-top__lead {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-bananav-top__title {
  margin-top: 2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bananav-top__title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-bananav-top__logo {
  margin: 4rem auto 0;
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-top__logo {
    margin: 2rem auto 0;
    width: 100%;
  }
}

.p-bananav-top__text {
  margin-top: 2rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bananav-top__text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-bananav-top__text span {
  color: #003787;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.02em;
}

.p-bananav-top__wrapper {
  position: relative;
  margin-top: 10rem;
}

.p-bananav-top__wrapper::before {
  position: absolute;
  top: -6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100rem;
  width: 100%;
  height: 3px;
  background-color: #003787;
  content: "";
}

.p-bananav-top__img {
  position: relative;
  margin-inline: auto;
  width: 55.6rem;
}
@media screen and (max-width: 767px) {
  .p-bananav-top__img {
    width: 100%;
    padding-block: 8rem;
  }
}

.p-bananav-top__img::before {
  position: absolute;
  top: -6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 3rem 2.5rem 0 2.5rem;
  border-color: #003787 transparent transparent transparent;
  content: "";
}

.p-bananav-top__img::after {
  position: absolute;
  top: -6.5rem;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 3rem 2.5rem 0 2.5rem;
  border-color: #fff transparent transparent transparent;
  content: "";
}

.p-bananav-top__list {
  display: grid;
  grid-template-columns: 1fr;
}

.p-bananav-top__item {
  position: relative;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-bananav-top__item {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-bananav-top__item::before {
  content: "●";
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-bananav-top__item::before {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-bananav-top__list--production {
  position: absolute;
  top: 2rem;
  left: calc(50% + 8rem);
}
@media screen and (max-width: 767px) {
  .p-bananav-top__list--production {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-bananav-top__list--production .p-bananav-top__item::before {
  color: #9db958;
}

.p-bananav-top__list--sale {
  position: absolute;
  top: 20rem;
  left: calc(50% - 35rem);
}
@media screen and (max-width: 767px) {
  .p-bananav-top__list--sale {
    top: auto;
    bottom: 0;
    left: 0;
  }
}

.p-bananav-top__list--sale .p-bananav-top__item::before {
  color: #d76414;
}

.p-bananav-top__list--management {
  position: absolute;
  top: 16rem;
  left: calc(50% + 20rem);
}
@media screen and (max-width: 767px) {
  .p-bananav-top__list--management {
    top: auto;
    bottom: -1rem;
    left: auto;
    right: 0;
  }
}

.p-bananav-top__list--management .p-bananav-top__item::before {
  color: #0082c8;
}

.p-bananav__top {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-bananav__top {
    padding-block: 4rem;
  }
}

.p-bananav__center {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-bananav__center {
    padding-block: 4rem;
  }
}

.p-bananav__bottom {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-bananav__bottom {
    padding-block: 4rem;
  }
}

.p-box {
  border: 1px solid #003787;
  padding: 5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-box {
    padding: 3rem 2rem;
  }
}

.p-box__course {
  color: #003787;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-box__course {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
}

.p-box__title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.7428571429;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-box__title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-box__sub-title {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #003787;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-box__sub-title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5555555556;
    letter-spacing: 0.02em;
  }
}

.p-box__wrapper {
  display: grid;
  grid-template-columns: 51rem 1fr;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-box__wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
  }
}

.p-box__img img {
  aspect-ratio: 510/330;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-box__list {
  display: grid;
  grid-template-columns: 1fr;
  padding-left: 1.8rem;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-box__list {
    padding-left: 1.6rem;
  }
}

.p-box__item {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-box__item {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-box__content {
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  background-color: rgba(0, 55, 135, .05);
}
@media screen and (max-width: 767px) {
  .p-box__content {
    padding: 2rem;
  }
}

.p-box__comment {
  color: #003787;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-box__comment {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-box__text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-box__text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-breadcrumb__item {
  display: inline;
}

.p-breadcrumb__item:nth-child(n+2)::before {
  display: inline-block;
  margin-inline: 1.3rem;
  color: #1A1A1A;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  content: "/";
}

.p-breadcrumb__link {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-breadcrumb__link:hover {
  opacity: 0.7;
}

.p-breadcrumb__current {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}

.p-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-card-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-card {
  border-radius: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .16);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .16);
}

.p-card__link {
  display: block;
  padding: 4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-card__link {
    padding: 2rem;
  }
}

.p-card__link:hover {
  opacity: 0.7;
}

.p-card__img img {
  aspect-ratio: 270/200;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-card__body {
  margin-top: 2rem;
}

.p-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}

.p-card__text {
  margin-top: 1rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-card--lg .p-card__img img {
  aspect-ratio: 320/220;
}

.p-card--lg .p-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}

.p-catalog-season__header, .p-catalog-season__event, .p-catalog-season__target, .p-catalog-season__keyword {
  display: grid;
  grid-template-columns: 60px repeat(12, 80px);
  text-align: center;
  font-size: 1.1rem;
}
.p-catalog-season__header-month:not(:first-of-type) {
  border: 1px solid #c8c8c8;
  border-bottom: none;
  border-left: none;
  color: #fff;
  font-weight: 700;
  padding: 0.2rem;
}
.p-catalog-season__header-month:nth-of-type(n+2):nth-of-type(-n+3), .p-catalog-season__header-month:nth-of-type(n+13) {
  background: #555a9b;
}
.p-catalog-season__header-month:nth-of-type(n+4):nth-of-type(-n+6) {
  background: #fa8c96;
}
.p-catalog-season__header-month:nth-of-type(n+7):nth-of-type(-n+9) {
  background: #32a0dc;
}
.p-catalog-season__header-month:nth-of-type(n+10):nth-of-type(-n+12) {
  background: #e1aa3c;
}
.p-catalog-season__title {
  background: #f2f2f2;
}
.p-catalog-season__active {
  background: #fffac8;
}
.p-catalog-season__event-body, .p-catalog-season__keyword-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem;
  border: 1px solid #c8c8c8;
  border-left: none;
}
.p-catalog-season__event-body:first-of-type, .p-catalog-season__keyword-body:first-of-type {
  border-left: 1px solid #c8c8c8;
}
.p-catalog-season__target-body {
  margin: 2rem 0;
  background: transparent;
  height: 1.4rem;
}
.p-catalog-season__target-body.__active {
  background: #d73c3c;
}
.p-catalog-season__target-body.__first {
  position: relative;
}
.p-catalog-season__target-body.__first:before {
  position: absolute;
  left: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  content: "";
  border-color: transparent;
  border-width: 1.2em 1.6em;
  border-right-color: #d73c3c;
  border-left: 0;
  border-style: solid;
}
.p-catalog-season__target-body.__last {
  position: relative;
}
.p-catalog-season__target-body.__last:after {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  content: "";
  border-color: transparent;
  border-width: 1.2em 1.6em;
  border-left-color: #d73c3c;
  border-right: 0;
  border-style: solid;
}

.p-catalog-detail__top {
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__top {
    padding: 4rem 0;
  }
}

.p-catalog-detail__title {
  border-bottom: 0.4rem solid #D73C3C;
  padding-bottom: 3.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__title {
    padding-bottom: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2307692308;
    letter-spacing: 0.02em;
  }
}

.p-catalog-detail__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__thumbnails {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
  }
}

.p-catalog-detail__thumbnail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #C8C8C8;
  max-width: 55rem;
  width: 100%;
  padding: 2rem;
}

.p-catalog-detail__thumbnail img {
  aspect-ratio: 510/420;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-catalog-detail__tag {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__tag {
    margin-top: 3rem;
  }
}

.p-catalog-detail__list {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__list {
    margin-top: 3rem;
  }
}

.p-catalog-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #C8C8C8;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-catalog-detail__item:last-child {
  border-bottom: 1px solid #C8C8C8;
}

.p-catalog-detail__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30rem;
  padding: 4rem;
  background-color: #F2F2F2;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__term {
    width: 100%;
    padding: 1rem 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-catalog-detail__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 30rem);
  padding: 4rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__desc {
    width: 100%;
    padding: 1rem 2rem;
  }
}

.p-catalog-detail__list--sm .p-catalog-detail__term {
  width: 14.5rem;
  padding: 2rem 1rem 2rem 1rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__list--sm .p-catalog-detail__term {
    width: 100%;
    padding: 1rem 2rem;
  }
}

.p-catalog-detail__list--sm .p-catalog-detail__desc {
  width: calc(100% - 14.5rem);
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__list--sm .p-catalog-detail__desc {
    width: 100%;
  }
}

.p-catalog-detail__center {
  padding-block: 6rem;
  background-color: #F4F3EE;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__center {
    padding-block: 4rem;
  }
}

.p-catalog-detail__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__contents {
    gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-catalog-detail__box {
    overflow: hidden;
  }
}

.p-catalog-detail__box-body {
  background-color: #fff;
  padding: 5rem 4rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__box-body {
    padding: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-catalog-detail__table {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .p-catalog-detail__table img {
    height: 23rem;
    max-width: none;
  }
}

.p-catalog-detail__level {
  margin: 5rem auto 0;
  width: 56rem;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__level {
    width: 100%;
  }
}

.p-catalog-detail__bottom {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__bottom {
    padding-block: 4rem;
  }
}

.p-catalog-detail__sub-title {
  border-bottom: 1px solid #1A1A1A;
  padding-bottom: 2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__sub-title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0.02em;
  }
}

.p-catalog-detail__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7rem;
  margin-top: 5rem;
  padding-inline: 6rem;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__wrapper {
    padding: 0;
  }
}

.p-catalog-detail__text {
  margin-top: 7rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__text {
    margin-top: 3rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-catalog-detail__btn {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-catalog-detail__btn {
    margin-top: 3rem;
  }
}

.p-catalog-introduction__title {
  text-align: center;
}

.p-catalog-introduction__text {
  margin-top: 5rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: 0.016em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-catalog-introduction__text {
    margin-top: 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0.014em;
  }
}

.p-catalog-introduction__list {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-catalog-introduction__list {
    margin-top: 3rem;
  }
}

.p-catalog-introduction__pagination {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-catalog-introduction__pagination {
    margin-top: 6rem;
  }
}

.p-catalog-introduction__search {
  margin-top: 2rem;
}

.p-catalog-introduction__search_title {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8125;
  letter-spacing: 0.02em;
}

.p-catalog-introduction__search_input__text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.02em;
  padding: 0.2em 0.5em;
  max-width: 60rem;
  width: 100%;
}

.p-catalog-introduction__search_input__btn {
  background: #003787;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.02em;
  border-radius: 10px;
  padding: 0.2em 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-catalog-introduction__search_input__btn.__text_clear {
  background: #F4F3EE;
  color: #003787;
}

.p-catalog-introduction__search_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-catalog-introduction__search_input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-catalog-new {
  background-color: #F4F3EE;
  overflow: hidden;
}

.p-catalog-new__inner {
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-catalog-new__inner {
    max-width: 60rem;
    padding-inline: 0;
  }
}

.p-catalog-new__title {
  text-align: center;
}

.p-catalog-new__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-catalog-new__wrapper {
    margin-top: 3rem;
  }
}

.p-catalog-new__splide {
  border-radius: 1rem;
  padding: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-catalog-new__splide {
    padding: 0.5rem 2.5rem;
  }
}

.p-catalog-new__splide .splide__track {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .p-catalog-new__splide .swiper-slide {
    width: 100%;
  }
}

.p-catalog-new__splide .swiper-slide:nth-child(n+2) {
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-catalog-new__splide .swiper-slide:nth-child(n+2) {
    margin-right: 0;
  }
}

.p-catalog-new__splide .p-card {
  height: 100%;
}

.p-catalog-new__splide .splide__arrow svg {
  display: none;
}

.p-catalog-new__wrapper .splide__arrow--prev {
  position: absolute;
  top: 50%;
  left: 18%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  background-image: url(../images/icon-arrow-left02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
}
@media screen and (max-width: 1440px) {
  .p-catalog-new__wrapper .splide__arrow--prev {
    left: 16%;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog-new__wrapper .splide__arrow--prev {
    left: 2.5rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 4rem;
    height: 4rem;
  }
}

.p-catalog-new__wrapper .splide__arrow--next {
  position: absolute;
  top: 50%;
  right: 18%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  background-image: url(../images/icon-arrow-right03.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
}
@media screen and (max-width: 1440px) {
  .p-catalog-new__wrapper .splide__arrow--next {
    right: 16%;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog-new__wrapper .splide__arrow--next {
    right: 2.5rem;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    width: 4rem;
    height: 4rem;
  }
}

.p-catalog-tag {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 5rem;
  margin-bottom: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-catalog-tag {
    margin-top: 3rem;
  }
}

.p-catalog-tag__item {
  display: inline-block;
  padding: 0.2em;
  background: #dedede;
}

.p-catalog-tag__clear {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  background: #1A1A1A;
  color: #fff;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.p-catalog__head {
  padding: 6rem 0 8rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-catalog__head {
    padding-block: 4rem;
  }
}

.p-catalog__text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-catalog__text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
  }
}

.p-catalog__new {
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-catalog__new {
    padding-block: 4rem;
  }
}

.p-catalog__introduction {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-catalog__introduction {
    padding-block: 4rem;
  }
}

.p-company-list {
  display: grid;
  grid-template-columns: 1fr;
}

.p-company-list__item {
  border-bottom: 1px solid #C8C8C8;
}

.p-company-list__item:first-child {
  border-top: 1px solid #C8C8C8;
}

.p-company-list__item-hide {
  display: none;
}

.p-company-list__item-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.4rem;
}

.p-company-list__item-more-btn {
  padding: 0.5em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #D73C3C;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.p-company-list__link {
  display: grid;
  grid-template-columns: 28rem 1fr;
  gap: 2rem;
  position: relative;
  padding: 1.6rem 10rem 1.6rem 2.4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-company-list__link {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem 6rem 1rem 2rem;
  }
}

.p-company-list__link::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 9rem;
  height: 100%;
  background-color: #D73C3C;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-company-list__link::before {
    width: 4rem;
  }
}

.p-company-list__link::after {
  position: absolute;
  top: 50%;
  right: 3.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/icon-arrow-right07.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-company-list__link::after {
    right: 1.5rem;
  }
}

.p-company-list__link:hover {
  opacity: 0.7;
}

.p-company-list__name {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-company-list__name {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-company-list__tag {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6875;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-company-list__tag {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8571428571;
    letter-spacing: 0.02em;
  }
}

.p-company__head {
  padding-block: 6rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-company__head {
    padding-block: 4rem;
  }
}

.p-company__lead {
  margin-top: 6rem;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.7619047619;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__lead {
    margin-top: 3rem;
    font-family: "Noto Serif JP", serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-company__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8rem;
  margin-top: 6rem;
  padding-inline: 16rem;
}
@media screen and (max-width: 767px) {
  .p-company__wrapper {
    gap: 3rem;
    margin-top: 3rem;
    padding-inline: 0;
  }
}

.p-company__responsibility {
  position: relative;
  padding: 0.6rem 4.8rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-company__responsibility {
    padding: 0.6rem 3rem 2rem;
  }
}

.p-company__responsibility::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 100%;
  border: 1px solid #1A1A1A;
  border-right: none;
  content: "";
}

.p-company__responsibility::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 100%;
  border: 1px solid #1A1A1A;
  border-left: none;
  content: "";
}

.p-company__responsibility-title {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__responsibility-title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-company__text {
  margin-top: 3rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-company__text {
    margin-top: 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-company__media {
  display: grid;
  grid-template-columns: 1fr 56rem;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-company__media {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
  }
}

.p-company__media-title {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-company__media-title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }
}

.p-company__media-img {
  aspect-ratio: 560/280;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__overview {
  padding-top: 8rem;
  background-color: #F4F3EE;
}
@media screen and (max-width: 767px) {
  .p-company__overview {
    padding-top: 4rem;
  }
}

.p-company__list {
  position: relative;
  z-index: 2;
  margin: 5rem auto 0;
  padding: 2rem;
  max-width: 94rem;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-company__list {
    margin: 3rem auto 0;
  }
}

.p-company__item {
  display: grid;
  grid-template-columns: 23rem 1fr;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-company__item {
    grid-template-columns: 1fr;
  }
}

.p-company__term {
  border-top: 1px solid #fff;
  padding: 4rem;
  background-color: #D73C3C;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-company__term {
    padding: 1rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-company__item:first-child .p-company__term {
  border-top: 1px solid #C8C8C8;
}

.p-company__item:last-child .p-company__term {
  border-bottom: 1px solid #C8C8C8;
}

.p-company__desc {
  display: grid;
  border-top: 1px solid #C8C8C8;
  padding: 4rem 2rem 4rem 4rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-company__desc {
    gap: 2rem;
    padding: 1rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-company__item:last-child .p-company__desc {
  border-bottom: 1px solid #C8C8C8;
}

.p-company__address {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-company__address {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.p-company__overview-img {
  position: relative;
  z-index: 1;
  margin-top: -16rem;
}
@media screen and (max-width: 767px) {
  .p-company__overview-img {
    margin-top: -4rem;
  }
}

.p-company__overview-img img {
  aspect-ratio: 1440/360;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__introduction {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-company__introduction {
    padding-block: 4rem;
  }
}

.p-company__text2 {
  margin-top: 5rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-company__text2 {
    margin-top: 3rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-company__content {
  display: grid;
  grid-template-columns: 60rem 1fr;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company__content {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-company__content img {
  aspect-ratio: 600/400;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__list2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-left: 1.6rem;
  list-style: disc;
}

.p-company__item2 {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-company__item2 {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-company__bottom {
  padding-block: 8rem;
  background-color: #F4F3EE;
}
@media screen and (max-width: 767px) {
  .p-company__bottom {
    padding-block: 4rem;
  }
}

.p-company__box {
  margin-top: 5rem;
  padding: 2rem 4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-company__box {
    margin-top: 3rem;
    padding: 2rem;
  }
}

.p-company__group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.p-company__group-item {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company__group-item {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-company__group-info {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company__group-info {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-company__logo {
  padding-top: 0.3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-company__logo {
    margin-inline: auto;
    width: 9.2rem;
    padding-top: 0;
  }
}

.p-company__name {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-company__name {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }
}

.p-company__link {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-company__link {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-consulting-case {
  background-color: #F4F3EE;
}

.p-consulting-case__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-consulting-case__lead {
  margin-top: 4rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-consulting-case__lead {
    margin-top: 3rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.1333333333;
    letter-spacing: 0.02em;
  }
}

.p-consulting-case__lead span {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-consulting-case__lead span {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-consulting-case__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-case__wrapper {
    margin-top: 3rem;
  }
}

.p-consulting-case__content {
  display: grid;
  grid-template-columns: 18rem 1fr;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-consulting-case__content {
    grid-template-columns: 1fr;
  }
}

.p-consulting-case__content:nth-child(n+2)::before {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 2rem 1.4rem 0 1.4rem;
  border-color: #D73C3C transparent transparent transparent;
  content: "";
}

.p-consulting-case__sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem 0 0 1rem;
  padding: 3rem;
  background-color: #D73C3C;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-consulting-case__sub-title {
    border-radius: 1rem 1rem 0 0;
    padding: 1rem 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-consulting-case__body {
  border-radius: 0 1rem 1rem 0;
  padding: 3rem 2rem 3rem 4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-consulting-case__body {
    border-radius: 0 0 1rem 1rem;
    padding: 1rem 2rem;
  }
}

.p-consulting-case__text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-consulting-case__text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }
}

.p-consulting-case__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-case__list {
    gap: 2rem;
  }
}

.p-consulting-case__item {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-consulting-case__item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
}

.p-consulting-case__item-title {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-consulting-case__item-title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 767px) {
  .p-consulting-case__item-title span {
    display: inline-block;
    padding-left: 1.6rem;
  }
}

.p-consulting-case__before {
  padding-left: 1.8rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-consulting-case__before {
    padding-left: 1.6rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-consulting-case__after {
  padding-left: 1.8rem;
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-consulting-case__after {
    padding-left: 1.6rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-consulting-case__list2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.p-consulting-case__item2 {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 16rem 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-case__item2 {
    grid-template-columns: 12rem 1fr;
    gap: 1rem;
  }
}

.p-consulting-case__item2 span {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-consulting-case__item2 span {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-consulting-case__img1 {
  width: 12.2rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-case__img1 {
    width: 9.15rem;
  }
}

.p-consulting-case__img2 {
  width: 13.2rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-case__img2 {
    width: 9.9rem;
  }
}

.p-consulting-case__img3 {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-case__img3 {
    width: 16.5rem;
  }
}

.p-consulting-case__attention {
  margin-top: 3rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-consulting-case__attention {
    margin-top: 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-consulting-flow__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-consulting-flow__wrapper {
  display: grid;
  grid-template-areas: "img text" "img list" "img ....";
  gap: 5rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-flow__wrapper {
    grid-template-areas: "text" "img" "list";
    gap: 3rem;
    margin-top: 3rem;
  }
}

.p-consulting-flow__img {
  grid-area: img;
  position: relative;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-flow__img {
    margin-inline: auto;
  }
}

.p-consulting-flow__numbers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.1rem;
  position: absolute;
  top: 1.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24rem;
}

.p-consulting-flow__number {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-consulting-flow__number--white {
  color: #fff;
}

.p-consulting-flow__text {
  grid-area: text;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-consulting-flow__text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-consulting-flow__box {
  grid-area: list;
  border: 2px solid #D59444;
}

.p-consulting-flow__box-title {
  color: #fff;
  padding: 0.6rem 4rem;
  background-color: #D59444;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-consulting-flow__box-title {
    padding: 0.6rem 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-consulting-flow__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
  padding: 2rem 3rem;
  background-color: #fff;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-consulting-flow__list {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 2rem;
  }
}

.p-consulting-flow__item {
  margin-left: 1.6rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-consulting-menu {
  background-color: #F4F3EE;
}

.p-consulting-menu__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-consulting-menu__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-menu__wrapper {
    margin-top: 3rem;
  }
}

.p-consulting-menu__content {
  display: grid;
  grid-template-columns: 18rem 1fr;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-consulting-menu__content {
    grid-template-columns: 1fr;
  }
}

.p-consulting-menu__content:nth-child(n+2)::before {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 2rem 1.4rem 0 1.4rem;
  content: "";
}

.p-consulting-menu__phase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1rem 0 0 1rem;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-consulting-menu__phase {
    border-radius: 1rem 1rem 0 0;
    padding: 1rem 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-consulting-menu__content--first .p-consulting-menu__phase {
  background-color: #0082C8;
}

.p-consulting-menu__content--second::before {
  border-color: #0069B2 transparent transparent transparent;
}

.p-consulting-menu__content--second .p-consulting-menu__phase {
  background-color: #0069B2;
}

.p-consulting-menu__content--third::before {
  border-color: #00509D transparent transparent transparent;
}

.p-consulting-menu__content--third .p-consulting-menu__phase {
  background-color: #00509D;
}

.p-consulting-menu__content--fourth::before {
  border-color: #003787 transparent transparent transparent;
}

.p-consulting-menu__content--fourth .p-consulting-menu__phase {
  background-color: #003787;
}

.p-consulting-menu__body {
  border-radius: 0 1rem 1rem 0;
  padding: 2rem 2rem 2rem 4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-consulting-menu__body {
    border-radius: 0 0 1rem 1rem;
    padding: 1rem 2rem;
  }
}

.p-consulting-menu__item {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-consulting-menu__item {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-consulting-menu__item-title {
  padding-left: 1.8rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-consulting-menu__item-title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-consulting-menu__sub-list {
  margin-left: 1.8rem;
  padding-left: 1.6rem;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-consulting-menu__sub-list {
    margin-left: 1.6rem;
    padding-left: 1.4rem;
  }
}

.p-consulting-menu__sub-item {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-consulting-menu__sub-item {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-consulting__head {
  position: relative;
  margin-top: 4rem;
}

.p-consulting__img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-consulting__img {
    height: 40rem;
  }
}

.p-consulting__img::before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 30rem;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .3)), to(transparent));
  background: linear-gradient(to right, rgba(0, 0, 0, .3), transparent);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-consulting__img::before {
    display: block;
  }
}

.p-consulting__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-consulting__img img {
    -o-object-position: top 0 right 31%;
       object-position: top 0 right 31%;
  }
}

.p-consulting__content {
  position: absolute;
  top: 50%;
  left: 10rem;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 42rem;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-consulting__content {
    left: 2rem;
    max-width: 33.5rem;
  }
}

.p-consulting__found {
  font-family: "Noto Serif JP", serif;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.2153846154;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-consulting__found {
    font-family: "Noto Serif JP", serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-consulting__title {
  margin-top: 2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-consulting__title {
    margin-top: 1rem;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-consulting__aim {
  margin-top: 4rem;
  padding: 1rem 1.8rem;
  background-color: #D73C3C;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-consulting__aim {
    display: inline-block;
    margin-top: 1rem;
    padding: 1rem;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.p-consulting__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__list {
    margin-top: 1rem;
  }
}

.p-consulting__item {
  position: relative;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-consulting__item {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-consulting__item:nth-child(n+2)::before {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  border-top: 1px dashed #fff;
  content: "";
}

.p-consulting__item span {
  padding-left: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__item span {
    padding-left: 4.1rem;
  }
}

.p-consulting__menu {
  padding-block: 6rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__menu {
    padding-block: 4rem;
  }
}

.p-consulting__flow {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__flow {
    padding-block: 4rem;
  }
}

.p-consulting__case {
  padding-block: 6rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__case {
    padding-block: 4rem;
  }
}

.p-contribution__head {
  padding-inline: 11rem;
}
@media screen and (max-width: 767px) {
  .p-contribution__head {
    padding-inline: 0;
  }
}

.p-contribution__title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.40625;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contribution__title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-contribution__title--accent {
  color: #D73C3C;
}

.p-contribution__title span {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-contribution__title span {
    font-family: "Noto Serif JP", serif;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.4814814815;
    letter-spacing: 0.02em;
  }
}

.p-contribution__box {
  border: 1px solid #1A1A1A;
  margin-top: 5rem;
  padding: 4rem 5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-contribution__box {
    margin-top: 3rem;
    padding: 2rem 2rem 0 2rem;
  }
}

.p-contribution__philosophy {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contribution__philosophy {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.4210526316;
    letter-spacing: 0.02em;
  }
}

.p-contribution__list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contribution__list {
    margin-top: 1rem;
  }
}

.p-contribution__item {
  padding: 2rem 3.6rem 2rem 2rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-contribution__item {
    padding: 2rem 0;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 767px) {
  .p-contribution__item span {
    display: inline-block;
    padding-left: 4.2rem;
  }
}

.p-contribution__item:nth-child(n+2) {
  border-top: 1px dashed #000;
}

.p-contribution__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-contribution__wrapper {
    gap: 2rem;
    margin-top: 3rem;
  }
}

.p-contribution__sub-title {
  padding: 1.2rem;
  background-color: #808080;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contribution__sub-title {
    padding: 1rem 0.4rem;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-contribution__item2 {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  gap: 2rem;
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contribution__item2 {
    grid-template-columns: 1fr;
    padding-block: 2rem;
  }
}

.p-contribution__item2:nth-child(n+2) {
  border-top: 1px dashed #000;
}

.p-contribution__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #D73C3C;
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  color: #D73C3C;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-contribution__number {
    margin-inline: auto;
    width: 5rem;
    height: 5rem;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.p-contribution__text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-contribution__text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-contribution__body {
  display: grid;
  grid-template-columns: 1fr 15rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contribution__body {
    grid-template-columns: 1fr;
  }
}

.p-contribution__body img {
  aspect-ratio: 150/125;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-contribution__body img {
    margin-inline: auto;
    max-width: 15rem;
  }
}

.p-contribution__link {
  color: #D73C3C;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  word-break: break-all;
}

.p-contribution__link:hover {
  opacity: 0.7;
}

.p-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-cta {
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.p-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13rem;
  min-height: 8rem;
  padding: 1.2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.5rem 0 0 0.5rem;
  background-color: #D73C3C;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-cta__link {
    gap: 0.6rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 6rem;
    padding: 0.6rem;
    border-radius: 0.5rem 0.5rem 0 0;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2857142857;
    letter-spacing: 0.02em;
  }
}

.p-cta__link:hover {
  opacity: 0.7;
}

.p-cta__link--blue {
  background-color: #003787;
}

.p-cta__mail {
  width: 2.2rem;
}

.p-cta__download {
  width: 1.6rem;
}

.p-economic-attracting {
  display: none;
}

.p-economic-attracting.is-active {
  display: block;
}

.p-economic-attracting__title {
  text-align: center;
}

.p-economic-attracting__lead {
  margin-top: 3rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__lead {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8888888889;
    letter-spacing: 0.02em;
  }
}

.p-economic-attracting__lead span {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2666666667;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__lead span {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3076923077;
    letter-spacing: 0.02em;
  }
}

.p-economic-attracting__text {
  margin-top: 6rem;
  padding-inline: 11rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__text {
    margin-top: 3rem;
    padding-inline: 0;
  }
}

.p-economic-attracting__voice {
  position: relative;
  margin: 5rem auto 0;
  width: 67rem;
  padding-left: 14.5rem;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__voice {
    margin-top: 3rem;
    padding-left: 0;
    padding-top: 14rem;
    width: 100%;
  }
}

.p-economic-attracting__voice::before {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 11.5rem;
  height: 14.7rem;
  background-image: url(../images/img-economic-voice01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__voice::before {
    top: 0;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 8.1rem;
    height: 10.3rem;
  }
}

.p-economic-attracting__voice-body {
  position: relative;
  margin-left: auto;
  border-radius: 1rem;
  padding: 3rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__voice-body {
    padding: 2rem;
  }
}

.p-economic-attracting__voice-body::before {
  position: absolute;
  top: 50%;
  left: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 2rem 1rem 0;
  border-color: transparent #fff transparent transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__voice-body::before {
    top: -1.9rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-width: 0 1rem 2rem 1rem;
    border-color: transparent transparent #fff transparent;
  }
}

.p-economic-attracting__voice-text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-economic-attracting__wrapper {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__wrapper {
    margin-top: 4rem;
  }
}

.p-economic-attracting__content {
  padding: 5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__content {
    padding: 0;
    background-color: transparent;
  }
}

.p-economic-attracting__table {
  width: 100%;
}

.p-economic-attracting__row1 {
  display: grid;
  grid-template-columns: 18rem 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-economic-attracting__row2 {
  display: grid;
  grid-template-columns: 18rem 1fr;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__row2 {
    grid-template-columns: 1fr;
    grid-template-rows: 7rem 1fr;
  }
}

.p-economic-attracting__row3 {
  display: grid;
  grid-template-columns: 18rem 1fr 1fr;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__row3 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 7rem 1fr;
  }
}

.p-economic-attracting__head-blue {
  border-left: 1px solid #707070;
  padding: 3rem 1rem 3rem 2rem;
  background-color: #0082c8;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__head-blue {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: none;
    padding: 1rem 0.2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7142857143;
    letter-spacing: 0.02em;
  }
}

.p-economic-attracting__head-red {
  border-left: 1px solid #707070;
  padding: 3rem 1rem 3rem 2rem;
  background-color: #D73C3C;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__head-red {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1rem 0.2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7142857143;
    letter-spacing: 0.02em;
  }
}

.p-economic-attracting__head-blue span,
.p-economic-attracting__head-red span {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__head-blue span,
  .p-economic-attracting__head-red span {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.p-economic-attracting__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 1rem 3rem 2rem;
  background-color: #003787;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-area: 1/1/2/3;
    padding: 1rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }
}

.p-economic-attracting__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #707070;
  padding: 3rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__data {
    border-top: 1px solid #707070;
    border-left: none;
    padding: 2rem 0.2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 767px) {
  .p-economic-attracting__data--sm {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7142857143;
    letter-spacing: 0.02em;
  }
}

.p-economic-attracting__data--yellow {
  background-color: #fafadc;
}

.p-economic-attracting__data--blue {
  background-color: rgba(0, 130, 200, .1);
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__data--blue {
    grid-area: 2/1/3/2;
  }
}

.p-economic-attracting__data--red {
  background-color: rgba(215, 60, 60, .1);
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__data--red {
    grid-area: 2/2/3/3;
    border-left: 1px solid #707070;
  }
}

.p-economic-attracting__attention {
  margin-top: 2rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-economic-attracting__attention span {
  padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__attention span {
    padding-left: 0;
  }
}

.p-economic-attracting__voice2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__voice2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-economic-attracting__voice2-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}

.p-economic-attracting__voice2-woman {
  position: absolute;
  top: -1rem;
  left: calc(50% - 40rem);
  aspect-ratio: 144/224;
  width: 14.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__voice2-woman {
    position: static;
  }
}

.p-economic-attracting__voice2-man {
  position: absolute;
  top: -2.8rem;
  right: calc(50% - 39rem);
  aspect-ratio: 119/249;
  width: 11.9rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__voice2-man {
    position: static;
  }
}

.p-economic-attracting__voice2-body {
  position: relative;
  border: 2px solid #D73C3C;
  border-radius: 1rem;
  background-color: #fff;
  width: 50.5rem;
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__voice2-body {
    width: 100%;
    padding: 2rem;
  }
}

.p-economic-attracting__voice2-body::before {
  position: absolute;
  top: 50%;
  left: -1.7rem;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 2rem 1rem 0;
  border-color: transparent #fff transparent transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__voice2-body::before {
    top: -1.7rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-width: 0 1rem 2rem 1rem;
    border-color: transparent transparent #fff transparent;
  }
}

.p-economic-attracting__voice2-body::after {
  position: absolute;
  top: 50%;
  left: -2.1rem;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 2rem 1rem 0;
  border-color: transparent #D73C3C transparent transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__voice2-body::after {
    top: -2.1rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-width: 0 1rem 2rem 1rem;
    border-color: transparent transparent #D73C3C transparent;
  }
}

.p-economic-attracting__voice2-text {
  position: relative;
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-economic-attracting__voice2-text::before {
  position: absolute;
  top: 50%;
  right: -4rem;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 2rem;
  border-color: transparent transparent transparent #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__voice2-text::before {
    display: none;
  }
}

.p-economic-attracting__voice2-text::after {
  position: absolute;
  top: 50%;
  right: -4.4rem;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 2rem;
  border-color: transparent transparent transparent #D73C3C;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-economic-attracting__voice2-text::after {
    display: none;
  }
}

.p-economic-community {
  display: none;
}

.p-economic-community.is-active {
  display: block;
}

.p-economic-community__title {
  text-align: center;
}

.p-economic-community__lead {
  margin-top: 3rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-economic-community__lead {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8888888889;
    letter-spacing: 0.02em;
  }
}

.p-economic-community__head {
  margin-top: 4rem;
  padding-inline: 10rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__head {
    margin-top: 3rem;
    padding-inline: 0;
  }
}

.p-economic-community__effort {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__effort {
    margin-top: 3rem;
  }
}

.p-economic-community__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__wrapper {
    margin-top: 3rem;
    gap: 3rem;
  }
}

.p-economic-community__box {
  padding: 6rem 10rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-economic-community__box {
    padding: 2rem 1rem;
  }
}

.p-economic-community__box-title {
  text-align: center;
}

.p-economic-community__box-lead {
  margin-top: 2rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-economic-community__box-lead {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
}

.p-economic-community__school {
  display: grid;
  grid-template-columns: 40.3rem 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__school {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-economic-community__school img:nth-child(1) {
  aspect-ratio: 393/293;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-economic-community__school img:nth-child(2) {
  aspect-ratio: 492/293;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-economic-community__img {
  position: relative;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.p-economic-community__img img:nth-child(1) {
  width: 26.5rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__img img:nth-child(1) {
    width: 18rem;
  }
}

.p-economic-community__img img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 45.5rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__img img:nth-child(2) {
    position: static;
    width: 100%;
  }
}

.p-economic-community__img img:nth-child(3) {
  position: absolute;
  top: 0;
  left: calc(50% - 19rem);
  width: 22.2rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__img img:nth-child(3) {
    position: static;
    width: 20rem;
  }
}

.p-economic-community__img img:nth-child(4) {
  position: absolute;
  bottom: 3rem;
  left: calc(50% + 5rem);
  width: 17.8rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__img img:nth-child(4) {
    position: static;
  }
}

.p-economic-community__img img:nth-child(5) {
  position: absolute;
  bottom: 3.4rem;
  right: 0.8rem;
  width: 19.8rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__img img:nth-child(5) {
    position: static;
  }
}

.p-economic-community__box-sub-title {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__box-sub-title {
    margin-top: 2rem;
  }
}

.p-economic-community__list {
  display: grid;
  grid-template-columns: 46rem 41.5rem;
  grid-template-rows: repeat(2, 1fr);
  gap: 5rem 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__list {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-top: 2rem;
    gap: 15rem;
  }
}

.p-economic-community__item {
  position: relative;
}

.p-economic-community__item:nth-child(1) {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 767px) {
  .p-economic-community__item:nth-child(1) {
    grid-area: auto;
  }
}

.p-economic-community__item:nth-child(1)::after {
  position: absolute;
  bottom: -1.2rem;
  right: -2rem;
  width: 15rem;
  height: 13.1rem;
  background-image: url(../images/img-economic-pan04.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-economic-community__item:nth-child(1)::after {
    bottom: -14rem;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-economic-community__item:nth-child(2) {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 767px) {
  .p-economic-community__item:nth-child(2) {
    grid-area: auto;
  }
}

.p-economic-community__item:nth-child(2)::after {
  position: absolute;
  bottom: 0;
  right: -0.5rem;
  width: 11rem;
  height: 11.2rem;
  background-image: url(../images/img-economic-pan05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-economic-community__item:nth-child(2)::after {
    bottom: -12.6rem;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-economic-community__item:nth-child(3) {
  grid-area: 2/1/3/3;
}
@media screen and (max-width: 767px) {
  .p-economic-community__item:nth-child(3) {
    grid-area: auto;
  }
}

.p-economic-community__item-title {
  color: #003787;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-community__item-title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8666666667;
    letter-spacing: 0.02em;
  }
}

.p-economic-community__item-sub-list {
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__item-sub-list {
    padding-left: 1.5rem;
  }
}

.p-economic-community__item-sub-item {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-community__item-sub-item {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8666666667;
    letter-spacing: 0.02em;
  }
}

.p-economic-community__make {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__make {
    gap: 2rem;
    margin-top: 3rem;
  }
}

.p-economic-community__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__cards {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
  }
}

.p-economic-community__card-img {
  aspect-ratio: 435/270;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-economic-community__card-text {
  margin-top: 1.4rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-community__card-text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-economic-community__result {
  position: relative;
  margin: 4rem auto 0;
  max-width: 65rem;
  width: 100%;
  padding-left: 14.5rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__result {
    margin-top: 2rem;
    padding-top: 13rem;
    padding-left: 0;
  }
}

.p-economic-community__result::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 11.5rem;
  height: 14.7rem;
  background-image: url(../images/img-economic-voice01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-economic-community__result::before {
    top: 0;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 8.1rem;
    height: 10.3rem;
  }
}

.p-economic-community__result-content {
  position: relative;
  border-radius: 1rem;
  padding: 3rem 2rem;
  background-color: #D73C3C;
}
@media screen and (max-width: 767px) {
  .p-economic-community__result-content {
    padding: 2rem;
  }
}

.p-economic-community__result-content::before {
  position: absolute;
  top: 50%;
  left: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 2rem 1rem 0;
  border-color: transparent #D73C3C transparent transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-economic-community__result-content::before {
    top: -1.9rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-width: 0 1rem 2rem 1rem;
    border-color: transparent transparent #D73C3C transparent;
  }
}

.p-economic-community__result-text {
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-community__result-text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
}

.p-economic-community__event {
  display: grid;
  grid-template-columns: 1fr 54rem;
  gap: 4rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__event {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-economic-community__event:nth-child(n+2) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-economic-community__event:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.p-economic-community__event-title {
  color: #003787;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-community__event-title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
}

.p-economic-community__event-text {
  padding-left: 1.8rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-community__event-text {
    padding-left: 1.6rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8666666667;
    letter-spacing: 0.02em;
  }
}

.p-economic-community__event-img1 {
  display: grid;
  grid-template-columns: 20.2rem 29.5rem;
  gap: 1.1rem;
  padding: 1.5rem;
  background-color: #FFF4F3;
}
@media screen and (max-width: 767px) {
  .p-economic-community__event-img1 {
    grid-template-columns: 1fr;
  }
}

.p-economic-community__event-img1 img {
  margin-inline: auto;
}

.p-economic-promotion {
  display: none;
}

.p-economic-promotion.is-active {
  display: block;
}

.p-economic-promotion__title {
  text-align: center;
}

.p-economic-promotion__lead {
  margin-top: 3rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__lead {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8888888889;
    letter-spacing: 0.02em;
  }
}

.p-economic-promotion__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__wrapper {
    gap: 3rem;
    margin-top: 3rem;
  }
}

.p-economic-promotion__box {
  padding: 6rem 10rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__box {
    padding: 2rem 1rem;
  }
}

.p-economic-promotion__effort {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__effort {
    margin-top: 2rem;
  }
}

.p-economic-promotion__head {
  margin-top: 5rem;
  color: #003787;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__head {
    margin-top: 3rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-economic-promotion__text {
  margin-top: 2rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8666666667;
    letter-spacing: 0.02em;
  }
}

.p-economic-promotion__comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__comparison {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.p-economic-promotion__graph {
  position: relative;
  width: calc(100% - 25rem);
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__graph {
    width: 100%;
    padding-left: 0;
  }
}

.p-economic-promotion__graph::before {
  position: absolute;
  top: 1rem;
  left: -0.6rem;
  content: "客数";
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8666666667;
  letter-spacing: 0em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__graph::before {
    top: -1.3rem;
    left: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.p-economic-promotion__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 22rem;
  height: 22rem;
  background-color: #D73C3C;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__circle {
    width: 20rem;
    height: 20rem;
  }
}

.p-economic-promotion__circle-title {
  margin-top: 5.4rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__circle-title {
    margin-top: 5rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-economic-promotion__circle-percent {
  margin-top: 0.8rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__circle-percent {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.p-economic-promotion__circle-price {
  margin-top: 0.8rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__circle-price {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0.02em;
  }
}

.p-economic-promotion__cost {
  display: grid;
  grid-template-columns: 31.4rem 30rem;
  gap: 3rem;
  margin-top: 3.2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__cost {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
}

.p-economic-promotion__cost-box {
  border: 2px solid #0082C8;
}

.p-economic-promotion__cost-title {
  padding: 0.7rem;
  background-color: #0082C8;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__cost-title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
}

.p-economic-promotion__cost-body {
  background-color: #fff;
  padding: 2rem 3rem;
}

.p-economic-promotion__cost-item {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}

.p-economic-promotion__cost-price {
  margin-top: 1.4rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.02em;
}

.p-economic-promotion__cost img {
  aspect-ratio: 300/200;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-economic-promotion__list {
  margin-top: 3.5rem;
  max-width: 81rem;
  width: 100%;
  padding: 1.3rem 4rem;
  background-color: #FCF7C8;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__list {
    margin-top: 3rem;
    padding: 1rem 1rem 1rem 2.6rem;
  }
}

.p-economic-promotion__item {
  list-style: disc;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__item {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
}

.p-economic-promotion__text2 {
  margin-top: 4rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__text2 {
    margin-top: 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8666666667;
    letter-spacing: 0.02em;
  }
}

.p-economic-promotion__training {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__training {
    margin-top: 3rem;
  }
}

.p-economic-promotion__before {
  position: relative;
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__before {
    width: 100%;
  }
}

.p-economic-promotion__before::before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 0.6rem 1rem;
  background-color: #1A1A1A;
  content: "研修受講前";
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__before::before {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1428571429;
    letter-spacing: 0.02em;
  }
}

.p-economic-promotion__before::after {
  position: absolute;
  bottom: -5.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.2rem;
  height: 4.2rem;
  background-image: url(../images/icon-arrow-bottom03.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.p-economic-promotion__before img {
  aspect-ratio: 600/350;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-economic-promotion__after {
  position: relative;
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__after {
    width: 100%;
  }
}

.p-economic-promotion__after::before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 0.6rem 1rem;
  background-color: #1A1A1A;
  content: "研修受講後";
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__after::before {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1428571429;
    letter-spacing: 0.02em;
  }
}

.p-economic-promotion__after img {
  aspect-ratio: 600/350;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-economic-promotion__result {
  display: grid;
  grid-template-columns: 7.5rem 70rem;
  place-content: center;
  gap: 2rem;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__result {
    grid-template-columns: 1fr;
  }
}

.p-economic-promotion__result-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  border-radius: 50%;
  width: 7.5rem;
  height: 7rem;
  background-color: #D73C3C;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.p-economic-promotion__result-body {
  margin-top: 0.4rem;
}

.p-economic-promotion__result-title {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__result-title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2727272727;
    letter-spacing: 0.02em;
  }
}

.p-economic-promotion__result-text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-economic-promotion__result-text {
    margin-top: 0.8rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-economic__head {
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .p-economic__head {
    padding-block: 4rem;
  }
}

.p-economic__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-economic__tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-economic__main {
  padding: 5rem 0 8rem;
  background-color: #F4F3EE;
}
@media screen and (max-width: 767px) {
  .p-economic__main {
    padding-block: 4rem;
  }
}

.effort-list__item {
  display: grid;
  grid-template-columns: 24rem 1fr;
  border-top: 1px solid #C8C8C8;
}
@media screen and (max-width: 767px) {
  .effort-list__item {
    grid-template-columns: 1fr;
  }
}

.effort-list__item:last-child {
  border-bottom: 1px solid #C8C8C8;
}

.effort-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0.2rem 3rem 2rem;
  background-color: rgba(0, 130, 200, .1);
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .effort-list__title {
    padding: 1rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.effort-list__desc {
  padding: 3rem 0.2rem 3rem 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .effort-list__desc {
    border-top: 1px solid #C8C8C8;
    padding: 1rem;
  }
}

.p-effort-list__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-effort-list__sub-list {
    padding-left: 1.6rem;
  }
}

.p-effort-list__sub-item {
  list-style: disc;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-effort-list__sub-item {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2.3076923077;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 767px) {
  .p-flow .l-inner {
    padding: 0;
  }
}

.p-flow__wrapper {
  background: -webkit-gradient(linear, left top, right top, from(#fffae8), color-stop(50%, #fffae8), color-stop(50%, #dfeff3), to(#dfeff3));
  background: linear-gradient(to right, #fffae8 0%, #fffae8 50%, #dfeff3 50%, #dfeff3 100%);
  padding-block: 4rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-flow__wrapper {
    padding: 4rem 1rem;
  }
}

.p-flow__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-flow__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  position: relative;
}

.p-flow__title {
  color: #003787;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-flow__title--online {
  color: #0082c8;
}

.p-flow__logo {
  margin-inline: auto;
  width: 29.3rem;
}
@media screen and (max-width: 767px) {
  .p-flow__logo {
    width: 17rem;
  }
}

.p-flow__logo2 {
  margin-inline: auto;
  width: 33rem;
}
@media screen and (max-width: 767px) {
  .p-flow__logo2 {
    width: 17rem;
  }
}

.p-flow__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8rem;
  margin-top: 8rem;
  padding-inline: 6rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    gap: 5rem;
    margin-top: 5rem;
    padding-inline: 0;
  }
}

.p-flow__item {
  position: relative;
}

.p-flow__box {
  border: 2px solid #1A1A1A;
  border-radius: 1rem;
  padding: 2.2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow__box {
    padding: 1.6rem 1rem;
  }
}

.p-flow__box--accent {
  background-color: #faeb78;
}

.p-flow__text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}

.p-flow__text--white {
  color: #fff;
}

.p-flow__btn {
  margin-top: 2rem;
  text-align: center;
}

.p-flow__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-self: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 1rem;
  background-color: #003787;
  max-width: 44rem;
  width: 100%;
  padding: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-flow__box2 {
    max-width: 17rem;
    padding: 1.6rem 0.6rem;
  }
}

.p-flow__box2--online {
  justify-self: end;
  background-color: #0082c8;
}

.p-flow__content2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  padding-inline: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__content2 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-flow .triangle::before {
  position: absolute;
  top: -5.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 2.5rem 1.75rem 0 1.75rem;
  border-color: #D73C3C transparent transparent transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-flow .triangle::before {
    top: -3.7rem;
  }
}

.p-flow .triangle-bottom::before {
  position: absolute;
  bottom: -5.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 2.5rem 1.75rem 0 1.75rem;
  border-color: #D73C3C transparent transparent transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-flow .triangle-bottom::before {
    bottom: -3.7rem;
  }
}

.p-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9rem;
}
@media screen and (max-width: 767px) {
  .p-footer-nav {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.p-footer-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-footer-nav__wrapper {
    gap: 3rem;
  }
}

.p-footer-nav__content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.p-footer-nav__title {
  display: block;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}

.p-footer-nav__title-link {
  display: block;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-footer-nav__title-link:hover {
  opacity: 0.7;
}

.p-footer-nav__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.4rem;
  padding-left: 1.5rem;
}

.p-footer-nav__sub-item {
  color: #fff;
  list-style: disc;
}

.p-footer-nav__link {
  display: block;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.1333333333;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-footer-nav__link:hover {
  opacity: 0.7;
}

.p-footer-nav__link span {
  display: inline-block;
}

.p-footer__top {
  padding-block: 6rem;
  background-color: #D73C3C;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    padding-block: 4rem;
  }
}

.p-footer__bottom {
  padding-block: 4rem;
}

.p-footer__logo {
  margin: auto;
  width: 44rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 30rem;
  }
}

.p-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-footer__address {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8666666667;
  letter-spacing: 0.02em;
}

.p-footer__tel {
  pointer-events: none;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8666666667;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-footer__tel {
    pointer-events: auto;
  }
}

.p-footer__copyright {
  margin-top: 2rem;
  display: block;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.9166666667;
  letter-spacing: 0.05em;
  text-align: center;
}

.message_inline {
  padding: 0.8rem 1.2rem;
}

.p-form-message__text {
  position: relative;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding: 1.2rem 2rem;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.p-form-message__error {
  color: #772b35;
  background-color: #fadddd;
}

.p-form-message__success {
  color: #18603a;
  background-color: #d5f1de;
}

.p-form input[type=text],
.p-form input[type=tel],
.p-form input[type=email],
.p-form input[type=date],
.p-form select,
.p-form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #C8C8C8;
  border-radius: 0.5rem;
  width: 100%;
  padding: 1.4rem 2rem;
  background-color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-form input[type=text],
  .p-form input[type=tel],
  .p-form input[type=email],
  .p-form input[type=date],
  .p-form select,
  .p-form textarea {
    padding: 1rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-form input[type=text]::-webkit-input-placeholder,
.p-form select::-webkit-input-placeholder,
.p-form textarea::-webkit-input-placeholder {
  color: #A5A5A5;
}

.p-form input[type=text]::-moz-placeholder,
.p-form select::-moz-placeholder,
.p-form textarea::-moz-placeholder {
  color: #A5A5A5;
}

.p-form input[type=text]::-ms-input-placeholder,
.p-form select::-ms-input-placeholder,
.p-form textarea::-ms-input-placeholder {
  color: #A5A5A5;
}

.p-form input[type=text]::placeholder,
.p-form select::placeholder,
.p-form textarea::placeholder {
  color: #A5A5A5;
}

.p-form select {
  padding-right: 5rem;
  color: #1A1A1A;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form select {
    padding-right: 3rem;
  }
}

.p-form__select {
  position: relative;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .p-form__select {
    width: 10rem;
  }
}

.p-form__select::before {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 0.5rem;
  background-image: url(../images/icon-arrow-bottom04.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-form__select::before {
    right: 1rem;
  }
}

.p-form select:has(option:first-child:checked) {
  color: #A5A5A5;
}

.p-form textarea {
  height: 16.5rem;
  resize: none;
}
@media screen and (max-width: 767px) {
  .p-form textarea {
    height: 28rem;
  }
}

.p-form input[type=checkbox],
.p-form input[type=radio] {
  position: absolute;
  opacity: 0;
}

.p-form__input-check {
  display: block;
  position: relative;
  padding-left: 4rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form__input-check {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-form__input-check::before {
  position: absolute;
  top: 0.6rem;
  left: 0;
  border: 1px solid #C8C8C8;
  border-radius: 0.3rem;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #fff;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-form__input-check::before {
    top: 0.1rem;
  }
}

.p-form__input-check::after {
  display: none;
  position: absolute;
  top: 1.4rem;
  left: 0.3rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid #D73C3C;
  border-left: 3px solid #D73C3C;
  width: 2rem;
  height: 0.8rem;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-form__input-check::after {
    top: 0.9rem;
  }
}

.p-form input[type=checkbox]:checked + .p-form__input-check::after {
  display: block;
}

.p-form__input-radio {
  position: relative;
  display: block;
  padding-left: 4rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form__input-radio {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-form__input-radio::before {
  position: absolute;
  top: 0.6rem;
  left: 0;
  border: 1px solid #C8C8C8;
  border-radius: 50%;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #fff;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-form__input-radio::before {
    top: 0.1rem;
  }
}

.p-form__input-radio::after {
  display: none;
  position: absolute;
  top: 1.4rem;
  left: 0.8rem;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #D73C3C;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-form__input-radio::after {
    top: 0.9rem;
  }
}

.p-form__radio input[type=radio]:checked + .p-form__input-radio::after {
  display: block;
}

.p-form__input-radio2 {
  display: block;
  position: relative;
  padding-left: 4rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form__input-radio2 {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-form__input-radio2::before {
  position: absolute;
  top: 0.6rem;
  left: 0;
  border: 1px solid #C8C8C8;
  border-radius: 0.3rem;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #fff;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-form__input-radio2::before {
    top: 0.1rem;
  }
}

.p-form__input-radio2::after {
  display: none;
  position: absolute;
  top: 1.4rem;
  left: 0.3rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid #D73C3C;
  border-left: 3px solid #D73C3C;
  width: 2rem;
  height: 0.8rem;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-form__input-radio2::after {
    top: 0.9rem;
  }
}

.p-form__radio2 input[type=radio]:checked + .p-form__input-radio2::after {
  display: block;
}

.p-form__main {
  padding-block: 6rem;
  background-color: #F4F3EE;
}
@media screen and (max-width: 767px) {
  .p-form__main {
    padding-block: 4rem;
  }
}

.p-form__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-form__list {
    gap: 3rem;
  }
}

.p-form__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.p-form__title {
  position: relative;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-form__title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4444444444;
    letter-spacing: 0.02em;
  }
}

.p-form__title--required,
.p-form__title--any {
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-form__title--required,
  .p-form__title--any {
    padding-left: 4.2rem;
  }
}

.p-form__title--required::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  border-radius: 0.3rem;
  padding: 0.6rem;
  background-color: #D73C3C;
  content: "必須";
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-form__title--required::before {
    top: 0.1rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.p-form__title--any::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  border-radius: 0.3rem;
  padding: 0.6rem;
  background-color: #003787;
  content: "任意";
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-form__title--any::before {
    top: 0.1rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.p-form__input--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-form__input--name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-form__input--name input[type=text] {
  width: 30rem;
}

.p-form__check {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-form__check {
    gap: 2rem;
  }
}

.p-form__check2 {
  display: grid;
  grid-template-columns: repeat(3, 18rem);
  gap: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-form__check2 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-form__check3 {
  display: grid;
  grid-template-columns: 18rem 31rem 1fr;
  gap: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-form__check3 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-form__check4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-form__check4 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-form__questionary {
  padding: 0.2rem 1rem;
  background-color: #003787;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-form__radio {
  display: grid;
  grid-template-columns: repeat(2, 18rem);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-form__radio {
    grid-template-columns: 1fr;
  }
}

.p-form__radio2 {
  display: grid;
  grid-template-columns: 11rem 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-form__radio2 {
    grid-template-columns: 1fr;
  }
}

.p-form__radio2--col3 {
  grid-template-columns: 13rem 13rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-form__radio2--col3 {
    grid-template-columns: 1fr;
  }
}

.p-form__selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-form__selects {
    gap: 1rem;
  }
}

.p-form__text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-form__text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-form__bottom {
  padding-block: 6rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-form__bottom {
    padding-block: 4rem;
  }
}

.p-form__text2 {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__text2 {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-form__link {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-form__link:hover {
  opacity: 0.7;
}

.p-form__privacy {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__privacy {
    margin-top: 3rem;
  }
}

.p-form__input-check--privacy {
  display: inline-block;
}

.p-form__btn {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__btn {
    margin-top: 3rem;
  }
}
.p-form__btn .__disabled {
  pointer-events: none;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.p-fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20rem;
  background-color: #D73C3C;
}

.p-fv__title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.7428571429;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.7307692308;
    letter-spacing: 0.02em;
  }
}

.p-gnav {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  gap: 6rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 100vh;
  background-color: #D73C3C;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-gnav {
    place-content: start;
    gap: 0;
    overflow-y: scroll;
    padding-top: 1.4rem;
  }
}

.p-gnav.is-show {
  visibility: visible;
  opacity: 1;
}

.p-gnav__logo {
  margin-inline: auto;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-gnav__logo {
    margin-left: 2rem;
    margin-right: auto;
    width: 10rem;
  }
}

.p-gnav__logo-link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-gnav__logo-link:hover {
  opacity: 0.7;
}

.p-gnav__logo img {
  width: 100%;
}

.p-gnav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  place-content: center;
  margin-inline: auto;
  max-width: 130rem;
  width: 100%;
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .p-gnav__list {
    grid-template-columns: 1fr;
    gap: 2rem;
    place-content: start;
    width: 100vw;
    padding-block: 4rem;
  }
}

.p-gnav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-gnav__wrapper {
    gap: 2rem;
  }
}

.p-gnav__content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.p-gnav__title {
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-gnav__title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-gnav__title-link {
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-gnav__title-link {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-gnav__title-link:hover {
  opacity: 0.7;
}

.p-gnav__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.8rem;
  padding-left: 1.5rem;
}

.p-gnav__sub-item {
  color: #fff;
  list-style: disc;
}

.p-gnav__link {
  display: block;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-gnav__link {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-gnav__link:hover {
  opacity: 0.7;
}

.p-gnav__link span {
  display: inline-block;
}

.p-header-nav {
  height: inherit;
}
@media screen and (max-width: 1440px) {
  .p-header-nav {
    display: none;
  }
}

.p-header-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.p-header-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-header-nav__link:hover {
  opacity: 0.7;
}

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  height: 10rem;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 6rem;
    padding-inline: 2rem 1rem;
  }
}

.p-header__logo {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 10rem;
  }
}

.p-header__logo-link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-header__logo-link:hover {
  opacity: 0.7;
}

.p-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}

.p-inquiry__head {
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry__head {
    padding-block: 4rem;
  }
}

.p-inquiry__form {
  padding-block: 2rem;
}

.p-inquiry__iframe {
  width: 100%;
  min-height: 120rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry__iframe {
    min-height: 160rem;
  }
}

.p-inquiry__text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-inquiry__text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-inquiry__remark {
  color: #D73C3C;
}

.p-interview__wrapper {
  position: relative;
}

.p-interview__thumbnail {
  position: relative;
}

.p-interview__thumbnail::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 65rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(40, 30, 20, .7)), to(transparent));
  background: linear-gradient(to right, rgba(40, 30, 20, .7), transparent);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-interview__thumbnail::before {
    width: 33.5rem;
  }
}

.p-interview__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-interview__thumbnail img {
    height: 30rem;
    -o-object-position: top 0 right 40%;
       object-position: top 0 right 40%;
  }
}

.p-interview__head {
  position: absolute;
  top: 50%;
  left: 6rem;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-interview__head {
    left: 2rem;
  }
}

.p-interview__title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5263157895;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-interview__title {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
  }
}

.p-interview__lead {
  margin-top: 3rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-interview__lead {
    margin-top: 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7142857143;
    letter-spacing: 0.02em;
  }
}

.p-interview__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7rem;
  margin: 5rem auto 0;
  max-width: 100rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-interview__list {
    gap: 3rem;
    margin-top: 3rem;
  }
}

.p-interview__sub-title {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-interview__sub-title span {
  display: inline-block;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-interview__sub-title span {
    display: inline;
    padding-left: 0;
  }
}

.p-interview__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-interview__body {
    gap: 2rem;
  }
}

.p-interview__body--start {
  margin-top: 0;
}

.p-interview__body2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-interview__body2 {
    gap: 2rem;
  }
}

.p-interview__text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-interview__text--mt {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-interview__text--mt {
    margin-top: 2rem;
  }
}

.p-interview__text span {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-interview__content {
  display: grid;
  grid-template-columns: 1fr 36rem;
  gap: 4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-interview__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-interview__img img {
  aspect-ratio: 360/270;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interview__content--reverse {
  grid-template-columns: 36rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-interview__content--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .p-interview__content--reverse .p-interview__body {
    margin-top: 0;
  }
}

.p-make {
  border: 2px solid #003787;
  padding: 4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-make {
    padding: 2rem 1rem;
  }
}

.p-make__title {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-make__title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0.02em;
  }
}

.p-make__name {
  color: #003787;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.1111111111;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-make__wrapper {
  display: grid;
  grid-template-columns: 42rem 1fr;
  gap: 3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-make__wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.p-make__img img {
  aspect-ratio: 390/260;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-make__img--lg img {
  aspect-ratio: 390/360;
}

.p-make__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-make__body {
    gap: 2rem;
  }
}

.p-make__text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
}

.p-make__list {
  padding-left: 2rem;
}

.p-make__item {
  list-style: disc;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-make__list--order .p-make__item {
  list-style: decimal;
}

.p-management__top {
  padding-block: 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-management__top {
    padding-block: 4rem;
  }
}

.p-management__lead {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-management__lead {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6875;
    letter-spacing: 0.02em;
  }
}

.p-management__flow {
  position: relative;
  margin: 5rem auto 0;
  width: 73.2rem;
}
@media screen and (max-width: 767px) {
  .p-management__flow {
    margin: 3rem auto 0;
    width: 100%;
  }
}

.p-management__flow img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-management__flow img {
    margin-inline: auto;
    max-width: 33.5rem;
  }
}

.p-management__list1 {
  position: absolute;
  top: 28rem;
  left: calc(50% - 22rem);
}
@media screen and (max-width: 767px) {
  .p-management__list1 {
    top: 12.6rem;
    left: calc(50% - 12.6rem);
  }
}

.p-management__list2 {
  position: absolute;
  top: 26rem;
  left: calc(50% + 7rem);
}
@media screen and (max-width: 767px) {
  .p-management__list2 {
    top: 11.2rem;
    left: calc(50% + 3.4rem);
  }
}

.p-management__list3 {
  position: absolute;
  bottom: 26.6rem;
  left: calc(50% + 4rem);
}
@media screen and (max-width: 767px) {
  .p-management__list3 {
    bottom: 11.9rem;
    left: calc(50% + 2rem);
  }
}

.p-management__list4 {
  position: absolute;
  top: 40.6rem;
  right: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-management__list4 {
    top: 18.4rem;
    right: calc(50% - 14.4rem);
  }
}

.p-management__list5 {
  position: absolute;
  bottom: 15rem;
  left: 16rem;
}
@media screen and (max-width: 767px) {
  .p-management__list5 {
    bottom: 6.2rem;
    left: calc(50% - 9.6rem);
  }
}

.p-management__list6 {
  position: absolute;
  bottom: 7rem;
  left: 15rem;
}
@media screen and (max-width: 767px) {
  .p-management__list6 {
    bottom: 2.6rem;
    left: calc(50% - 10.6rem);
  }
}

.p-management__item {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-management__item {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-management__bottom {
  padding-block: 8rem;
  background-color: #F4F3EE;
}
@media screen and (max-width: 767px) {
  .p-management__bottom {
    padding-block: 4rem;
  }
}

.p-management__title {
  position: relative;
  padding-bottom: 2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-management__title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-management__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.5rem;
  height: 0.5rem;
  background-color: #D73C3C;
  content: "";
}

.p-management__lead2 {
  margin-top: 3rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-management__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin-top: 7rem;
  padding-inline: 11rem;
}
@media screen and (max-width: 767px) {
  .p-management__wrapper {
    gap: 2rem;
    margin-top: 3rem;
    padding-inline: 0;
  }
}

.p-management__content {
  display: grid;
  border: 1px solid #D73C3C;
  padding: 4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-management__content {
    padding: 2rem;
  }
}

.p-management__sub-title {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7272727273;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-management__sub-title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-management__text {
  margin-top: 2rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-management__text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7142857143;
    letter-spacing: 0.02em;
  }
}

.p-management__content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-management__content--2 {
  grid-template-columns: 1fr 25rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-management__content--2 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-management__content--2 img {
  aspect-ratio: 250/170;
}

.p-management__content--3 {
  grid-template-columns: 1fr 18rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-management__content--3 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-management__content--3 img {
  aspect-ratio: 180/170;
}
@media screen and (max-width: 767px) {
  .p-management__content--3 img {
    margin-inline: auto;
    max-width: 18rem;
  }
}

.p-management__content--4 {
  grid-template-columns: 1fr 25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-management__content--4 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-management__content--4 img {
  aspect-ratio: 250/120;
}

.p-management__content--5 {
  grid-template-columns: 1fr 18rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-management__content--5 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-management__content--5 img {
  aspect-ratio: 180/170;
}
@media screen and (max-width: 767px) {
  .p-management__content--5 img {
    margin-inline: auto;
    max-width: 18rem;
  }
}

.p-management__content--6 {
  grid-template-columns: 1fr 28.4rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-management__content--6 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-management__content--6 img {
  aspect-ratio: 284/163;
}

.p-management__making {
  display: grid;
  border: 1px solid #D73C3C;
  padding: 4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-management__making {
    padding: 2rem;
  }
}

.p-management__making--1 {
  grid-template-columns: 1fr 20rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-management__making--1 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-management__making--1 img {
  aspect-ratio: 250/250;
}
@media screen and (max-width: 767px) {
  .p-management__making--1 img {
    margin-inline: auto;
    max-width: 20rem;
  }
}

.p-management__making--2 {
  grid-template-columns: 1fr 25rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-management__making--2 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-management__making--2 img {
  aspect-ratio: 250/190;
}

.p-management__making--3 {
  grid-template-columns: 1fr 25rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-management__making--3 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-management__making--3 img {
  aspect-ratio: 500/310;
}
@media screen and (max-width: 767px) {
  .p-management__making--3 img {
    margin-inline: auto;
    max-width: 25rem;
  }
}

.p-management__making--4 {
  grid-template-columns: 1fr 25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-management__making--4 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-management__making--4 img {
  aspect-ratio: 500/380;
}

.p-management__making--5 {
  grid-template-columns: 1fr 25rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-management__making--5 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-management__making--5 img {
  aspect-ratio: 500/360;
}
@media screen and (max-width: 767px) {
  .p-management__making--5 img {
    margin-inline: auto;
    max-width: 25rem;
  }
}

.p-management__making--6 {
  grid-template-columns: 1fr 28.4rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-management__making--6 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-management__making--6 img {
  aspect-ratio: 284/163;
}

.p-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.7328094303%;
  border: 1px solid #C8C8C8;
  padding: 4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}

.p-media__img {
  width: 51.0805500982%;
}
@media screen and (max-width: 767px) {
  .p-media__img {
    width: 100%;
  }
}

.p-media__img img {
  aspect-ratio: 520/350;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-media__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-media__caption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.6rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-media__caption {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8333333333;
    letter-spacing: 0.02em;
  }
}

.p-media__body {
  width: 45.1866404715%;
}
@media screen and (max-width: 767px) {
  .p-media__body {
    width: 100%;
  }
}

.p-media__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-media__lead {
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}

.p-media__title {
  border-bottom: 1px solid #C8C8C8;
  margin-top: 1rem;
  padding-bottom: 3rem;
  color: #D73C3C;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.1842105263;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-media__title {
    padding-bottom: 1rem;
    font-family: "Noto Serif JP", serif;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.5652173913;
    letter-spacing: 0.02em;
  }
}

.p-media__title span {
  display: inline-block;
}

.p-media__list {
  margin-top: 2rem;
}

.p-media__item {
  position: relative;
  padding-left: 1.8rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-media__item {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-media__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "◆";
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-media__item::before {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-media__text {
  margin-top: 3rem;
  padding-left: 1.8rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-media__text {
    padding-left: 0;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-media__text span {
  display: inline-block;
  padding-left: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-media__text span {
    padding-left: 2.9rem;
  }
}

.p-media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-media--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-media--reverse .p-media__caption {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-media--reverse .p-media__caption {
    text-align: left;
  }
}

.p-mixpowder__top {
  padding-block: 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__top {
    padding-block: 4rem;
  }
}

.p-mixpowder__center {
  padding-block: 8rem;
  background-color: #F4F3EE;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__center {
    padding-block: 4rem;
  }
}

.p-mixpowder__title {
  position: relative;
  padding-bottom: 2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-mixpowder__feature {
  margin: 5rem auto 0;
}
.p-mixpowder__feature .__item {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.02em;
  border-bottom: 3px dotted #c8c8c8;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2em;
}
.p-mixpowder__feature .__item:before {
  content: attr(data-icon);
  color: #D73C3C;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__feature .__item {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }
}

.p-mixpowder__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__anchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-mixpowder__inner {
  margin: 6rem auto 0;
}

.p-mixpowder__inner_title {
  text-align: center;
  padding: 0.5em;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2857142857;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__inner_title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.p-mixpowder__mixer {
  border: 3px solid #D73C3C;
  background: #fff;
}

.p-mixpowder__mixer_title {
  background: #D73C3C;
}

.p-mixpowder__inner_desc {
  padding: 6rem 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__inner_desc {
    padding: 3.2rem;
  }
}

.p-mixpowder__mixer_desc-cont {
  display: grid;
  grid-template-columns: 3fr 1fr minmax(-webkit-min-content, 41.2rem);
  grid-template-columns: 3fr 1fr minmax(min-content, 41.2rem);
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__mixer_desc-cont {
    grid-template-columns: 3fr 1fr;
  }
  .p-mixpowder__mixer_desc-cont div:last-of-type {
    grid-column: 1/span 2;
  }
}
.p-mixpowder__mixer_desc-cont .__text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__mixer_desc-cont .__text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.p-mixpowder__mixer_desc-process {
  margin: 4rem auto 0;
}
.p-mixpowder__mixer_desc-process .__processes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__mixer_desc-process .__processes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-mixpowder__mixer_desc-process .__process:not(:first-of-type) {
  position: relative;
}
.p-mixpowder__mixer_desc-process .__process:not(:first-of-type):before {
  content: url(../images/icon-mixpowder_arrow.png);
  position: absolute;
  top: calc(50% - 15px);
  left: -10px;
  z-index: 2;
}
.p-mixpowder__mixer_desc-process .__caption {
  margin-top: 1rem;
  margin-left: 1rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__mixer_desc-process .__caption {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2857142857;
  }
}

.p-mixpowder__items {
  padding: 0 4.2rem 6rem;
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-mixpowder__items {
    padding: 0 2.4rem 6rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-mixpowder__items .__title {
  text-align: center;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3333333333;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__items .__title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.p-mixpowder__items .__desc {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__items .__desc {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7142857143;
  }
}
.p-mixpowder__items .__list {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__items .__list {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7142857143;
  }
}
.p-mixpowder__items .__list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2em;
}
.p-mixpowder__items .__list_inner:before {
  content: attr(data-icon);
}

.p-mixpowder__mixer_items .__title {
  background: rgba(215, 60, 60, .1019607843);
}

.p-mixpowder__hand {
  border: 3px solid #003787;
  background: #fff;
}

.p-mixpowder__hand_title {
  background: #003787;
}

.p-mixpowder__hand_desc-cont {
  display: grid;
  grid-template-columns: 3fr minmax(-webkit-min-content, 36.2rem);
  grid-template-columns: 3fr minmax(min-content, 36.2rem);
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__hand_desc-cont {
    grid-template-columns: 1fr;
  }
}
.p-mixpowder__hand_desc-cont .__text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__hand_desc-cont .__text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.p-mixpowder__hand_desc-process {
  margin: 4rem auto 0;
  position: relative;
  min-height: 34rem;
}
.p-mixpowder__hand_desc-process .__processes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__hand_desc-process .__processes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-mixpowder__hand_desc-process .__process:not(:first-of-type) {
  position: relative;
}
.p-mixpowder__hand_desc-process .__process:not(:first-of-type):before {
  content: url(../images/icon-mixpowder_arrow.png);
  position: absolute;
  top: calc(50% - 15px);
  left: -10px;
  z-index: 2;
}
.p-mixpowder__hand_desc-process .__process:not(:first-of-type) img {
  z-index: 1;
  position: relative;
}
.p-mixpowder__hand_desc-process .__processes2 {
  position: absolute;
  top: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas: ". . . . proc6" "proc1 proc2 proc3 proc4 proc5";
  gap: 2rem;
  row-gap: 4rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__hand_desc-process .__processes2 {
    display: grid;
    position: relative;
    margin-top: 4rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "proc1 proc2" "proc3 proc4" "proc5  proc6";
    row-gap: 2rem;
  }
}
.p-mixpowder__hand_desc-process .__processes2 .__process {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-mixpowder__hand_desc-process .__processes2 .__process:not(:last-of-type) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-mixpowder__hand_desc-process .__processes2 .__process:nth-of-type(1) {
  grid-area: proc1;
}
.p-mixpowder__hand_desc-process .__processes2 .__process:nth-of-type(2) {
  grid-area: proc2;
}
.p-mixpowder__hand_desc-process .__processes2 .__process:nth-of-type(3) {
  grid-area: proc3;
}
.p-mixpowder__hand_desc-process .__processes2 .__process:nth-of-type(4) {
  grid-area: proc4;
}
.p-mixpowder__hand_desc-process .__processes2 .__process:nth-of-type(5) {
  grid-area: proc5;
}
.p-mixpowder__hand_desc-process .__processes2 .__process:nth-of-type(6) {
  grid-area: proc6;
}
.p-mixpowder__hand_desc-process .__aura1 {
  position: relative;
}
.p-mixpowder__hand_desc-process .__aura1:after {
  content: "";
  position: absolute;
  z-index: 0;
  background: url(../images/bg-mixpowder_hand_0104.png) no-repeat center center;
  width: 263px;
  aspect-ratio: 263/262;
  display: block;
  top: -60px;
  left: -130px;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__hand_desc-process .__aura1:after {
    width: 40vw;
    background-size: contain;
    top: 0px;
    left: -40px;
  }
}
.p-mixpowder__hand_desc-process .__aura2 {
  position: relative;
}
.p-mixpowder__hand_desc-process .__aura2:after {
  content: "";
  position: absolute;
  z-index: 0;
  background: url(../images/bg-mixpowder_hand_0206.png) no-repeat center center;
  width: 267px;
  aspect-ratio: 267/267;
  display: block;
  top: 20px;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__hand_desc-process .__aura2:after {
    width: 40vw;
    background-size: contain;
    top: 0px;
    left: -40px;
  }
}
@media screen and (min-width: 766px) {
  .p-mixpowder__hand_desc-process .__aura2.__process:before {
    -webkit-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
    top: auto;
    bottom: -30px;
    left: 50%;
  }
}
.p-mixpowder__hand_desc-process .__caption {
  margin-top: 1rem;
  margin-left: 1rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__hand_desc-process .__caption {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2857142857;
  }
}

.p-mixpowder__hand_items .__title {
  background: rgba(0, 55, 135, .1019607843);
}

.p-mixpowder__other_items .__title {
  background: rgba(105, 190, 55, .1019607843);
}

.p-mixpowder__other {
  border: 3px solid #69be37;
  background: #fff;
}

.p-mixpowder__other_title {
  background: #69be37;
}

.p-mixpowder__other_items {
  margin-top: 6rem;
}

.p-mixpowder__bottom {
  padding-block: 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__bottom {
    padding-block: 4rem;
  }
}

.p-mixpowder__merit {
  padding-block: 2rem 4rem;
}
.p-mixpowder__merit .__group {
  display: grid;
  grid-template-columns: minmax(20rem, 1fr) 3fr;
  gap: 4.6rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-bottom: 3px dotted #c8c8c8;
  padding-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__merit .__group {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-mixpowder__merit .__group dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.p-mixpowder__merit .__no {
  width: 4.2rem;
}
.p-mixpowder__merit .__title {
  height: 2.8rem;
}
.p-mixpowder__merit .__detailtitle {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
}
.p-mixpowder__merit .__detail_desc {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6666666667;
}

.p-mixpowder__support {
  padding-block: 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__support {
    padding-block: 4rem;
  }
}

.p-mixpowder__support_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.p-mixpowder__support_heading:before {
  content: url(../images/img-mixpowder_support_01.png);
}
.p-mixpowder__support_heading:after {
  content: url(../images/img-mixpowder_support_02.png);
}
@media screen and (max-width: 767px) {
  .p-mixpowder__support_heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "group group" "before after";
  }
  .p-mixpowder__support_heading:before {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-area: before;
    width: 40vw;
    height: 40vw;
    content: "";
    background: url(../images/img-mixpowder_support_01.png) no-repeat center center/contain;
  }
  .p-mixpowder__support_heading:after {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-area: after;
    width: 40vw;
    height: 40vw;
    content: "";
    background: url(../images/img-mixpowder_support_02.png) no-repeat center center/contain;
  }
  .p-mixpowder__support_heading .__group {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-area: group;
  }
}
.p-mixpowder__support_heading .__title {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 0.7111111111;
  color: #D73C3C;
  border-bottom: 1px solid #D73C3C;
  text-align: center;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__support_heading .__title {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }
}
.p-mixpowder__support_heading .__suffix {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__support_heading .__suffix {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
  }
}

.p-mixpowder__support_desc {
  text-align: center;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-mixpowder__support_desc {
    text-align: left;
  }
}

.p-mixpowder__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-mixpowder__btn_item {
  gap: 1.6rem;
}
.p-mixpowder__btn_item:before {
  content: "";
  background-image: url(../images/icon-mail-red.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.2rem;
  height: 1.8rem;
}
.p-mixpowder__btn_item:hover:before {
  background-image: url(../images/icon-mail.svg);
}

.p-mv {
  position: relative;
  height: 70rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: calc(100vh - 12rem);
  }
}

.p-mv__content {
  position: absolute;
  top: 50%;
  left: 4.8611111111%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    left: 2rem;
  }
}

.p-mv__title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-mv__title span {
  font-family: "Noto Serif JP", serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-mv__title span {
    font-family: "Noto Serif JP", serif;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.6578947368;
    letter-spacing: 0em;
  }
}

.p-mv__text {
  margin-top: 5rem;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.1111111111;
  letter-spacing: 0.02em;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, .7);
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    margin-top: 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-mv__splide {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-mv__splide .splide__track {
  height: inherit;
}

.p-mv__splide .splide__list {
  height: inherit;
}

.p-mv__splide .splide__slide {
  height: inherit;
}

.p-mv__img {
  aspect-ratio: 1440/700;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.p-mv__img--3 {
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  .p-mv__img--4 {
    -o-object-position: top 0 left 42%;
       object-position: top 0 left 42%;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__img--6 {
    -o-object-position: top 0 left 52%;
       object-position: top 0 left 52%;
  }
}

.p-mv__splide .splide__pagination {
  gap: 1rem;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-mv__splide .splide__pagination__page {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
}

.p-mv__splide .splide__pagination__page.is-active {
  background-color: #D73C3C;
}

.p-mv__splide .splide__arrow svg {
  display: none;
}

.p-mv__splide .splide__arrow--prev {
  position: absolute;
  top: auto;
  bottom: -3.5rem;
  left: calc(50% - 56.4rem);
  z-index: 2;
  margin-top: 0;
  width: 7rem;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  .p-mv__splide .splide__arrow--prev {
    display: none;
    left: calc(50% - 18rem);
  }
}

.p-mv__splide .splide__arrow--prev::before {
  display: inline-block;
  background-image: url(../images/icon-arrow-left01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 7rem;
  height: 7rem;
  content: "";
}

.p-mv__splide .splide__arrow--next {
  position: absolute;
  top: auto;
  bottom: -3.5rem;
  right: calc(50% - 56.4rem);
  z-index: 2;
  margin-top: 0;
  width: 7rem;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  .p-mv__splide .splide__arrow--next {
    display: none;
    right: calc(50% - 18rem);
  }
}

.p-mv__splide .splide__arrow--next::before {
  display: inline-block;
  background-image: url(../images/icon-arrow-right01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 7rem;
  height: 7rem;
  content: "";
}

.p-mv__tabs {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 2;
  max-width: 96.8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__tabs {
    display: none;
    width: 20rem;
  }
}

.p-mv__splide-tab {
  position: relative;
}

.p-mv__tab {
  border: 0.4rem solid #fff;
  border-radius: 0.5rem;
  max-width: 14.8rem;
  width: 100%;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .16);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .16);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-mv__tab {
    max-width: 20rem;
  }
}

.p-mv__splide-tab .splide__slide.is-active .p-mv__tab {
  border-color: #D73C3C;
}

.p-mv__tab img {
  aspect-ratio: 140/90;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-detail__head {
  margin-inline: auto;
  max-width: 60rem;
}

.p-news-detail__splide img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

.p-news-detail__thumbnails {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail__thumbnails {
    margin-top: 1rem;
    padding-inline: 0;
  }
}

.p-news-detail__thumbnails .splide__slide {
  cursor: pointer;
}

.p-news-detail__thumbnails .splide__slide:last-of-type {
  margin-right: 0 !important;
}

.p-news-detail__thumbnails .splide__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-news-detail__thumbnail {
  position: relative;
}

.p-news-detail__thumbnail::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  content: "";
}

.p-news-detail__thumbnails .splide__slide.is-active .p-news-detail__thumbnail::before {
  display: none;
}

.p-news-detail__thumbnail img {
  aspect-ratio: 6/4;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-news-detail__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail__main {
    gap: 4rem;
    margin-top: 3rem;
  }
}

.p-news-detail__date {
  display: block;
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1428571429;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}

.p-news-detail__title {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.p-news-detail__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail__content {
    gap: 2rem;
  }
}

.p-news-detail__title2 {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}

.p-news-detail__title3 {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-news-detail__text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-news-detail__bottom {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}

.p-news-detail__bottom::before {
  position: absolute;
  top: -2.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  content: "";
}

.p-news-detail__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.p-news-detail__link {
  color: #3A90CF;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  word-break: break-all;
}

.p-news-detail__link:hover {
  opacity: 0.7;
}

.p-news-detail__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-news__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    gap: 2rem;
  }
}

.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem;
  }
}

.p-news__info {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-news__info {
    width: 100%;
  }
}

.p-news__date {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8125;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-news__date {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-news__body {
  width: calc(100% - 14rem);
}
@media screen and (max-width: 767px) {
  .p-news__body {
    width: 100%;
  }
}

.p-news__link {
  display: block;
  color: #595959;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8125;
  letter-spacing: 0.02em;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__link {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-news__link:hover {
  opacity: 0.7;
}

.p-news__pagination {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-news__pagination {
    margin-top: 6rem;
  }
}

.p-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.p-pagination__link,
.p-pagination__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.p-pagination__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-pagination__link:hover {
  opacity: 0.7;
}

.p-pagination__link--next img,
.p-pagination__link--prev img {
  width: 0.8rem;
  height: 1.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-pagination__link--disabled {
  pointer-events: none;
  opacity: 0.4;
}

.p-pagination__current {
  border-radius: 50%;
  background-color: red;
  color: #fff;
  pointer-events: none;
}

.p-privacy__title {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
}

.p-privacy__lead {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-privacy__text {
  padding-left: 2.2rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    padding-left: 0;
  }
}

.p-privacy__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 3rem;
}

.p-privacy__sub-title {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
}

.p-privacy__sub-list {
  margin-left: 4rem;
  padding-left: 1.6rem;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-privacy__sub-list {
    margin-left: 1.6rem;
  }
}

.p-privacy__sub-list--sm {
  margin-left: 1.6rem;
}

.p-privacy__sub-item {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .p-privacy__list2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.p-privacy__term {
  padding-left: 2.2rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-privacy__term {
    padding-left: 0;
  }
}

.p-privacy__desc {
  padding-left: 1.6rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-privacy__desc {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-privacy__desc + .p-privacy__desc {
    margin-top: 1rem;
  }
}

.p-privacy__sub-list2 {
  margin-top: 1.6rem;
  padding-left: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__sub-list2 {
    padding-left: 0;
  }
}

.p-privacy__sub-item2 {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-privacy__sub-item2 span {
  display: inline-block;
  padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__sub-item2 span {
    display: inline;
    padding-left: 0;
  }
}

.p-request__head {
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .p-request__head {
    padding-block: 4rem;
  }
}

.p-request__form {
  padding-block: 2rem;
}

.p-request__iframe {
  width: 100%;
  min-height: 120rem;
}
@media screen and (max-width: 767px) {
  .p-request__iframe {
    min-height: 170rem;
  }
}

.p-request__text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-request__text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}

.p-tab__title {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-tab__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-tab__list {
    grid-template-columns: repeat(2, 15rem);
    place-content: center;
  }
}

.p-tag__title {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8125;
  letter-spacing: 0.02em;
}

.p-tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0.5rem;
}

.p-tag__btn {
  display: inline-block;
  border-radius: 2rem;
  padding: 1.2rem 2rem;
  background-color: #f2f2f2;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-tag__btn {
    padding: 1rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.p-tag__btn:hover {
  opacity: 0.7;
}

.p-top-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50rem;
  background-image: url(../images/img-top-catalog-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-top-catalog {
    height: 40rem;
  }
}

.p-top-catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-catalog__link {
  display: block;
  border-radius: 1rem;
  max-width: 76rem;
  width: 100%;
  padding: 3rem 4rem;
  background-color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .p-top-catalog__link {
    padding: 2rem;
  }
}

.p-top-catalog__link:hover {
  opacity: 0.7;
}

.p-top-catalog__text {
  margin: auto;
  width: 33rem;
}
@media screen and (max-width: 767px) {
  .p-top-catalog__text {
    width: 28rem;
  }
}

.p-top-catalog__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  position: relative;
  margin-top: 2.4rem;
  padding-right: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-catalog__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    padding-right: 4.5rem;
  }
}

.p-top-catalog__title::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background-image: url(../images/icon-arrow-right03.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-catalog__title::after {
    width: 4rem;
    height: 4rem;
  }
}

.p-top-catalog__title-logo {
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .p-top-catalog__title-logo {
    width: 10rem;
  }
}

.p-top-catalog__title-text {
  width: 42.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-catalog__title-text {
    width: 25rem;
  }
}

.p-top-catalog__attention {
  margin-top: 2rem;
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-top-consulting {
  background-image: url(../images/img-top-consulting-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.p-top-consulting__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-consulting__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 4rem;
  }
}

.p-top-consulting__main {
  width: 48rem;
}
@media screen and (max-width: 767px) {
  .p-top-consulting__main {
    width: 100%;
  }
}

.p-top-consulting__title {
  display: inline-block;
  border-bottom: 3px dotted currentColor;
  padding-bottom: 0.8rem;
  color: #D7C864;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3571428571;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-consulting__title {
    font-family: "Noto Serif JP", serif;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.3235294118;
    letter-spacing: 0.02em;
  }
}

.p-top-consulting__title span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.28;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-consulting__title span {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.5;
    letter-spacing: 0.02em;
  }
}

.p-top-consulting__lead {
  margin-top: 3rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3571428571;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-consulting__lead {
    margin-top: 2rem;
    font-family: "Noto Serif JP", serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.6071428571;
    letter-spacing: 0.02em;
  }
}

.p-top-consulting__text {
  margin-top: 2.8rem;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-consulting__text {
    margin-top: 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-top-consulting__btn {
  margin-top: 3rem;
}

.p-top-consulting__sub {
  width: calc(100% - 51rem);
}
@media screen and (max-width: 767px) {
  .p-top-consulting__sub {
    width: 100%;
  }
}

.p-top-consulting__img {
  width: 54.8611111111vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-top-consulting__img {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}

.p-top-consulting__img img {
  aspect-ratio: 790/520;
  width: 100%;
  max-height: 52rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top 10% left 50%;
     object-position: top 10% left 50%;
}

.p-top-instore__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  border-radius: 1rem;
  padding: 4rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .p-top-instore__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    padding: 2rem;
  }
}

.p-top-instore__img {
  width: 55rem;
}
@media screen and (max-width: 767px) {
  .p-top-instore__img {
    width: 100%;
  }
}

.p-top-instore__img img {
  aspect-ratio: 550/370;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-instore__body {
  width: calc(100% - 60rem);
}
@media screen and (max-width: 767px) {
  .p-top-instore__body {
    width: 100%;
  }
}

.p-top-instore__text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-instore__text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
    text-align: center;
  }
}

.p-top-instore__title {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-instore__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.p-top-instore__effect {
  margin-top: 2rem;
  width: 38.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-instore__effect {
    margin-inline: auto;
    width: 30rem;
  }
}

.p-top-mixpowder__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  border-radius: 1rem;
  padding: 4rem 4rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .p-top-mixpowder__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    padding: 2rem;
  }
}

.p-top-mixpowder__img {
  width: 45.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-mixpowder__img {
    width: 100%;
  }
}

.p-top-mixpowder__body {
  width: calc(100% - 47.2rem);
}
@media screen and (max-width: 767px) {
  .p-top-mixpowder__body {
    width: 100%;
    text-align: center;
  }
}

.p-top-mixpowder__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  position: relative;
  border-bottom: 3px dotted #D73C3C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0 2rem;
  padding-inline: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-mixpowder__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 2rem;
    padding-inline: 2rem;
    width: 100%;
  }
}

.p-top-mixpowder__title img {
  width: 25.5rem;
}

.p-top-mixpowder__text {
  margin-top: 2rem;
  color: #595959;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-top-mixpowder__link {
  margin-top: 2rem;
  display: inline-block;
  position: relative;
  padding-right: 6.4rem;
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8125;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-mixpowder__link {
    display: inline-block;
  }
}

.p-top-mixpowder__link:hover {
  opacity: 0.7;
}

.p-top-mixpowder__link:hover::after {
  opacity: 0.7;
}

.p-top-mixpowder__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background-image: url(../images/icon-arrow-right03.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-top-news__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-news__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__list {
    gap: 2rem;
    margin-top: 3rem;
  }
}

.p-top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem;
  }
}

.p-top-news__info {
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__info {
    width: 100%;
  }
}

.p-top-news__date {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8125;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-news__date {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-top-news__body {
  width: calc(100% - 14rem);
}
@media screen and (max-width: 767px) {
  .p-top-news__body {
    width: 100%;
  }
}

.p-top-news__link {
  display: block;
  color: #595959;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8125;
  letter-spacing: 0.02em;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-news__link {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-top-news__link:hover {
  opacity: 0.7;
}

.p-top-program {
  position: relative;
}

.p-top-program__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-top-program__gallery {
    grid-template-columns: 1fr;
  }
}

.p-top-program__gallery img {
  aspect-ratio: 720/390;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-program__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 86rem;
  width: 100%;
  border-radius: 1rem;
  padding: 6rem 5rem;
  background-color: rgba(255, 255, 255, .75);
}
@media screen and (max-width: 767px) {
  .p-top-program__content {
    max-width: 35.5rem;
    padding: 4rem 2rem;
  }
}

.p-top-program__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-inline: auto;
  max-width: 63rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-program__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-top-program__sub {
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .p-top-program__sub {
    width: 9rem;
  }
}

.p-top-program__main {
  width: calc(100% - 13rem);
}
@media screen and (max-width: 767px) {
  .p-top-program__main {
    width: 100%;
  }
}

.p-top-program__lead {
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .p-top-program__lead {
    margin-inline: auto;
    width: 18rem;
  }
}

.p-top-program__title {
  margin-top: 1.4rem;
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-top-program__title {
    margin-inline: auto;
    width: 29rem;
  }
}

.p-top-program__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-program__btns {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 2rem;
  }
}

.p-top-program__download {
  margin-top: 3rem;
  text-align: center;
}

.p-top-topic {
  background-color: #F4F3EE;
  background-image: url(../images/img-top-topic-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}

.p-top-topic__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  border-radius: 1rem;
  padding: 2rem 4rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .p-top-topic__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    padding: 2rem;
  }
}

.p-top-topic__img {
  width: 43.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-topic__img {
    width: 100%;
  }
}

.p-top-topic__body {
  width: calc(100% - 47.2rem);
}
@media screen and (max-width: 767px) {
  .p-top-topic__body {
    width: 100%;
    text-align: center;
  }
}

.p-top-topic__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-topic__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-topic__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20.5rem;
  height: 3px;
  border-top: 3px dotted #D73C3C;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-topic__title::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.p-top-topic__title img:nth-child(1) {
  width: 20.5rem;
}

.p-top-topic__title img:nth-child(2) {
  width: 20.5rem;
}

.p-top-topic__text {
  margin-top: 2rem;
  color: #595959;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-top-topic__link {
  margin-top: 2rem;
  display: inline-block;
  position: relative;
  padding-right: 6.4rem;
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8125;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-topic__link {
    display: inline-block;
  }
}

.p-top-topic__link:hover {
  opacity: 0.7;
}

.p-top-topic__link:hover::after {
  opacity: 0.7;
}

.p-top-topic__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background-image: url(../images/icon-arrow-right03.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-top-voice__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-voice__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin-top: 5rem;
}

.p-top-voice__btn {
  margin-top: 4rem;
  text-align: center;
}

.p-topics__lead {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topics__lead {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7777777778;
    letter-spacing: 0.02em;
  }
}

.p-topics__img {
  margin: auto;
  width: 77.9rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topics__img {
    margin-top: 3rem;
    width: 100%;
  }
}

.p-topics__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topics__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-topics__wrapper {
    gap: 3rem;
    margin-top: 3rem;
  }
}

.p-voice-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  border-radius: 1rem;
  padding: 5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .p-voice-card__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
  }
}

.p-voice-card__link:hover {
  opacity: 0.7;
}

.p-voice-card__img {
  width: 20.8rem;
}
@media screen and (max-width: 767px) {
  .p-voice-card__img {
    width: 100%;
  }
}

.p-voice-card__img img {
  border-radius: 1rem;
  aspect-ratio: 200/160;
  width: 100%;
  max-height: 16rem;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-voice-card__img img {
    max-height: none;
  }
}

.p-voice-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  width: calc(100% - 23.3rem);
}
@media screen and (max-width: 767px) {
  .p-voice-card__body {
    width: 100%;
  }
}

.p-voice-card__tag {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border: 1px solid #D73C3C;
  padding: 0.4rem;
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.p-voice-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.02em;
}

.p-voice-card__company {
  border-bottom: 1px solid #595959;
  padding-bottom: 0.8rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}

.p-voice-card__text {
  color: #595959;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-voice-detail__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  border-bottom: 4px solid #D73C3C;
  padding-bottom: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice-detail__head {
    gap: 1rem;
    padding-bottom: 2rem;
  }
}

.p-voice-detail__tag {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-voice-detail__tag {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-voice-detail__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-voice-detail__title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2307692308;
    letter-spacing: 0.02em;
  }
}

.p-voice-detail__company {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-voice-detail__company {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7777777778;
    letter-spacing: 0.02em;
  }
}

.p-voice-detail__main {
  padding-inline: 6rem;
}
@media screen and (max-width: 767px) {
  .p-voice-detail__main {
    padding-inline: 0;
  }
}

.p-voice-detail__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-voice-detail__thumbnail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
  }
}

.p-voice-detail__thumbnail img {
  aspect-ratio: 490/350;
  max-width: 49rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-voice-detail__thumbnail img {
    max-width: 60rem;
  }
}

.p-voice-detail__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
  margin-top: 4rem;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .p-voice-detail__body {
    gap: 3rem;
    margin-top: 3rem;
  }
}

.p-voice-detail__sub-title {
  color: #D73C3C;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.2em;
     -moz-column-gap: 0.2em;
          column-gap: 0.2em;
}
.p-voice-detail__sub-title:before {
  counter-increment: number 1;
  content: counter(number) ".";
}

.p-voice-detail__text {
  margin-top: 2rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-voice-detail__text {
    margin-top: 1rem;
  }
}

.p-voice-detail__btn {
  margin-top: 8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice-detail__btn {
    margin-top: 3rem;
  }
}

.p-voice__title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-voice__company {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice__company {
    margin-top: 3rem;
  }
}

.p-voice__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-voice__list {
    margin-top: 3rem;
  }
}

.p-voice__detail {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-voice__detail {
    margin-top: 4rem;
  }
}

.p-voice__pagination {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-voice__pagination {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-hidden {
  overflow: hidden;
}

.u-icon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u-icon__item:before {
  content: attr(data-icon);
  display: inline-block;
  margin-right: 0.5em;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: inline-block;
  }
}

.u-none {
  display: none;
}
/*# sourceMappingURL=styles.css.map */
