html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
a {
  color: initial;
  text-decoration: none;
  cursor: pointer;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
}
li {
  list-style: none;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
:root {
  --color-black01: #2e2f2c;
  --color-black02: #323232;
  --color-grey01: #fafafa;
  --color-grey02: #dddddd;
  --color-grey03: #f8f8f8;
  --color-grey04: #e6e6e6;
  --color-grey05: #767676;
  --color-orange01: #d04901;
  --color-orange02: #c15222;
  --wf-helvetica: "Helvetica", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  --wf-yugo: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  --margin: 10px;
  --z-base: 0;
}
body {
  position: relative;
  font-family: var(--wf-yugo);
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  color: #000;
}
@media screen and (min-width: 768px), print {
  body {
    min-width: 1200px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
img {
  display: block;
  width: 100%;
}
input,
textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-family: var(--wf-yugo);
}
[data-scroll="fade-in"] {
  filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s linear, filter 0.6s ease-out;
  will-change: opacity, filter;
}
[data-scroll="fade-in"].active {
  filter: blur(0);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .u-sp {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .u-tb {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-only--pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .u-only--sp {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .u-only--tb {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-fill--sp {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 768px), print {
  .u-fill--pc {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}
.c-accordion::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 11px;
  margin: 0 0 0 7px;
  background: url("../images/svg/arrow01.svg") no-repeat;
  background-position: center;
  background-size: contain;
  transition: rotate 0.6s ease;
}
.c-accordion.open::after {
  rotate: -90deg;
}
.c-accordion + * {
  height: 0;
  overflow: hidden;
  transition: height 0.6s ease;
  will-change: height;
}
.c-accordion.open + * {
  height: auto;
}
@media (max-width: 767px) {
  .c-accordion--sp::after {
    content: "";
    display: inline-block;
    width: 19px;
    width: 5.07vw;
    height: 11px;
    height: 2.93vw;
    margin: 0 0 0 7px;
    margin: 0 0 0 1.87vw;
    background: url("../images/svg/arrow01.svg") no-repeat;
    background-position: center;
    background-size: contain;
    transition: rotate 0.6s ease;
  }
  .c-accordion--sp.open::after {
    rotate: -90deg;
  }
  .c-accordion--sp + * {
    height: 0;
    overflow: hidden;
    transition: height 0.6s ease;
    will-change: height;
  }
  .c-accordion--sp.open + * {
    height: auto;
  }
}
@media screen and (min-width: 768px), print {
  .c-accordion--pc::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 11px;
    margin: 0 0 0 7px;
    background: url("../images/svg/arrow01.svg") no-repeat;
    background-position: center;
    background-size: contain;
    transition: rotate 0.6s ease;
  }
  .c-accordion--pc.open::after {
    rotate: -90deg;
  }
  .c-accordion--pc + * {
    height: 0;
    overflow: hidden;
    transition: height 0.6s ease;
    will-change: height;
  }
  .c-accordion--pc.open + * {
    height: auto;
  }
}
.c-map-link {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px;
  padding: 0 0 5px;
  border-bottom: 1px solid var(--color-orange02);
  color: var(--color-orange01);
  font-family: var(--wf-helvetica);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.c-map-link::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/svg/blank.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .c-map-link {
    gap: 1.87vw;
    padding: 0 0 1.33vw;
    font-size: 4.27vw;
  }
  .c-map-link::after {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.c-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  color: var(--color-black02);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 54px;
}
.c-title::before {
  content: "";
  translate: 0 20px;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  background-color: var(--color-orange01);
  border-radius: 100%;
}
@media (max-width: 767px) {
  .c-title {
    gap: 2.13vw;
    font-size: 8.53vw;
    line-height: 14.4vw;
  }
  .c-title::before {
    translate: 0 5.33vw;
    flex: 0 0 3.2vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-title {
    font-size: 40px;
    line-height: 68px;
  }
  .c-title::before {
    translate: 0 26px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
  }
}
.c-subtitle {
  color: var(--color-black01);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-subtitle {
    font-size: 5.33vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-subtitle {
    font-size: 24px;
    line-height: 44px;
  }
}
.c-text {
  color: var(--color-black01);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.c-text a {
  padding: 0 0 5px;
  background-image: linear-gradient(
    var(--color-orange01),
    var(--color-orange01)
  );
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;
  color: var(--color-orange01);
}
@media (max-width: 767px) {
  .c-text {
    font-size: 4.27vw;
  }
  .c-text a {
    padding: 0 0 1.33vw;
    background-size: 100% 0.27vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-text a:hover {
    animation: hoverTextA 0.8s linear;
  }
}
@keyframes hoverTextA {
  0% {
    background-size: 100% 1px;
  }
  49% {
    background-size: 0 1px;
    background-position: bottom right;
  }
  50% {
    background-size: 0 1px;
    background-position: bottom left;
  }
  51% {
    background-size: 0 1px;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
.c-up-text {
  overflow: hidden;
}
.c-up-text span {
  display: inline-block;
  opacity: 0;
  translate: 0 100%;
  transition: translate 1s cubic-bezier(0.43, 0.05, 0.17, 1),
    opacity 1s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.c-up-text.active span {
  opacity: 1;
  translate: 0;
}
.c-button {
  position: relative;
  display: inline-block;
  background-color: var(--color-orange01);
  border-radius: 24px 0 24px 0;
}
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  translate: 0 -50%;
  width: 18px;
  height: 14px;
  background: url("../images/svg/arrow02.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.c-button[target="_blank"]::after {
  width: 14px;
  background-image: url("../images/svg/blank01.svg");
}
.c-button.contact::after {
  width: 20px;
  height: 18px;
  background-image: url("../images/svg/contact.svg");
}
.c-button a,
.c-button span {
  display: block;
}
.c-button a,
.c-button span,
.c-button input {
  padding: 14px 52px 15px 28px;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.c-button[target="_blank"] a,
.c-button[target="_blank"] span {
  padding-right: 48px;
}
@media (max-width: 767px) {
  .c-button {
    border-radius: 6.4vw 0 6.4vw 0;
  }
  .c-button::after {
    right: 7.47vw;
    width: 4.8vw;
    height: 3.73vw;
  }
  .c-button a,
  .c-button span,
  .c-button input {
    padding: 3.73vw 13.87vw 4vw 7.47vw;
    font-size: 4.27vw;
  }
  .c-button[target="_blank"] a,
  .c-button[target="_blank"] span {
    padding-right: 12.8vw;
  }
  .c-button.contact::after {
    width: 5.33vw;
    height: 4.8vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-button {
    border: 1.5px solid var(--color-orange01);
    transition: background-color 0.4s ease-out;
  }
  .c-button::after {
    transition: background-image 0.4s ease-out;
  }
  .c-button:hover {
    background-color: #fff;
  }
  .c-button:hover::after {
    background-image: url("../images/svg/arrow02--orange01.svg");
  }
  .c-button:hover[target="_blank"]::after {
    background-image: url("../images/svg/blank01--orange.svg");
  }
  .c-button:hover.contact::after {
    background-image: url("../images/svg/contact--orange.svg");
  }
  .c-button:hover a,
  .c-button:hover span,
  .c-button:hover input {
    color: var(--color-orange01);
  }
  .c-button a,
  .c-button span,
  .c-button input {
    padding: 15px 54px 15px 30px;
    cursor: pointer;
    transition: color 0.4s ease-out;
  }
  .c-button[target="_blank"] a,
  .c-button[target="_blank"] span {
    padding-right: 54px;
  }
}
.c-blog a {
  display: block;
}
.c-blog__image {
  position: relative;
  z-index: 1;
  border-radius: 40px 0 40px 0;
  overflow: hidden;
  aspect-ratio: 343/193;
}
.c-blog__image img {
  width: 100%;
  height: 100%;
}
.c-blog__block {
  position: relative;
  padding: 0 4px;
  margin: 35px 0 0;
}
.c-blog__info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 17px 12px;
}
.c-blog__category {
  translate: 0 -3px;
  padding: 6px 19px 6px 21px;
  background-color: var(--color-orange01);
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
}
.c-blog__time {
  color: var(--color-black02);
  font-family: var(--wf-helvetica);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.c-blog__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin: -3px 0 0;
}
.c-blog__tags-item {
  color: var(--color-grey05);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.c-blog__more {
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 56px;
  height: 56px;
  background: url(../images/svg/arrow02.svg) no-repeat;
  background-position: center;
  background-size: 23px 18px;
  background-color: var(--color-orange01);
  background-color: var(--color-orange01);
  border-radius: 56px;
}
.c-blog__text {
  margin: 17px 0 0;
  color: var(--color-black01);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
}
.c-blog__more + .c-blog__text {
  padding: 0 72px 0 0;
}
@media (max-width: 767px) {
  .c-blog__image {
    border-radius: 10.67vw 0 10.67vw 0;
  }
  .c-blog__block {
    padding: 0 1.07vw;
    margin: 9.33vw 0 0;
  }
  .c-blog__info {
    gap: 4.53vw 3.2vw;
  }
  .c-blog__category {
    translate: 0 -0.8vw;
    padding: 1.6vw 5.07vw 1.6vw 5.6vw;
    border-radius: 26.67vw;
    font-size: 3.2vw;
  }
  .c-blog__time {
    font-size: 4.27vw;
  }
  .c-blog__tags {
    flex: 0 0 100%;
    width: 100%;
    gap: 3.2vw;
    margin: -0.8vw 0 0;
  }
  .c-blog__tags-item {
    font-size: 3.2vw;
  }
  .c-blog__more {
    right: 1.07vw;
    width: 14.93vw;
    height: 14.93vw;
    background-size: 6.13vw 4.8vw;
    border-radius: 14.93vw;
  }
  .c-blog__text {
    margin: 4.53vw 0 0;
    font-size: 4.27vw;
    line-height: 8vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .c-blog__more + .c-blog__text {
    padding: 0 19.2vw 0 0;
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 768px), print {
  .c-blog a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
  }
  .c-blog__image {
    flex: 0 0 200px;
    width: 200px;
    border-radius: 24px 0 24px 0;
    aspect-ratio: 200/113;
  }
  .c-blog__block {
    flex: 1 1 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .c-blog__info {
    flex-wrap: nowrap;
    padding: 13px 0 0;
    gap: 16px;
  }
  .c-blog__category {
    translate: 0 -6px;
  }
  .c-blog__tags {
    flex: 1 1 100%;
    width: 100%;
    padding: 3px 0 0;
  }
  .c-blog__text {
    margin: 14px 0 0;
  }
  .c-blog__more {
    right: 4px;
    bottom: 0;
    width: 54px;
    height: 54px;
    border: 1px solid var(--color-orange01);
    transition: background-color 0.4s ease-out, background-image 0.4s ease-out;
  }
  a:hover .c-blog__more {
    background-color: #fff;
    background-image: url("../images/svg/arrow02--orange01.svg");
  }
}
.c-news {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px 12px;
}
.c-news__time {
  color: var(--color-black02);
  font-family: var(--wf-helvetica);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.c-news__category {
  translate: 0 -3px;
  flex: 0 0 80px;
  width: 80px;
}
.c-news__category span,
.c-news__category a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  background-color: var(--color-orange01);
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
}
.c-news__text {
  flex: 0 0 100%;
  width: 100%;
  color: var(--color-black01);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
}
@media (max-width: 767px) {
  .c-news {
    gap: 3.73vw 3.2vw;
  }
  .c-news__time {
    font-size: 4.27vw;
  }
  .c-news__category {
    translate: 0 -0.8vw;
    flex: 0 0 21.33vw;
    width: 21.33vw;
  }
  .c-news__category span,
  .c-news__category a {
    padding: 1.6vw 0;
    border-radius: 26.67vw;
    font-size: 3.2vw;
  }
  .c-news__text {
    font-size: 4.27vw;
    line-height: 8vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 768px), print {
  .c-news {
    flex-wrap: nowrap;
    gap: 14px 32px;
  }
  .c-news__text {
    flex: 1 1 100%;
    padding: 0 0 0 24px;
    margin: -6px 0 0 0;
  }
  .c-news__text span {
    background-image: linear-gradient(
      var(--color-orange01),
      var(--color-orange01)
    );
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    transition: background-size 0.4s ease-out;
  }
  .c-news:hover .c-news__text span {
    background-size: 100% 1px;
  }
}
@keyframes hoverLine {
  0% {
    background-size: 0 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}
.c-products {
  position: relative;
  display: block;
  padding: 0 0 75px;
}
.c-products__image {
  position: relative;
  z-index: 1;
  border-radius: 40px 0 40px 0;
  aspect-ratio: 343/234;
  overflow: hidden;
}
.c-products__image img {
  width: 100%;
  height: 100%;
}
.c-products__block {
  padding: 0 8px;
  margin: 22px 0 0;
}
.c-products__no {
  color: var(--color-grey02);
  font-family: var(--wf-helvetica);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.c-products__name {
  margin: 25px 0 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 34px;
}
.c-products__name small {
  color: var(--color-black02);
  font-size: 16px;
  font-weight: 500;
}
.c-products__no + .c-products__name {
  margin: 10px 0 0;
}
.c-products__tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin: 10px 0 0;
}
.c-products__tags span {
  color: var(--color-grey05);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.c-products__desc {
  margin: 16px 0 0;
  color: var(--color-black01);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
}
.c-products__tags + .c-products__desc {
  line-height: 30px;
}
.c-products__more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .c-products {
    padding: 0 0 20vw;
  }
  .c-products__image {
    border-radius: 10.67vw 0 10.67vw 0;
  }
  .c-products__block {
    padding: 0 2.13vw;
    margin: 5.87vw 0 0;
  }
  .c-products__no {
    font-size: 5.33vw;
  }
  .c-products__name {
    margin: 6.67vw 0 0;
    font-size: 5.33vw;
    line-height: 9.07vw;
  }
  .c-products__name small {
    font-size: 4.27vw;
  }
  .c-products__no + .c-products__name {
    margin: 2.67vw 0 0;
  }
  .c-products__tags {
    gap: 3.2vw;
    margin: 2.67vw 0 0;
  }
  .c-products__tags span {
    font-size: 3.2vw;
  }
  .c-products__desc {
    margin: 4.27vw 0 0;
    font-size: 4.27vw;
    line-height: 9.6vw;
  }
  .c-products__tags + .c-products__desc {
    line-height: 8vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-products {
    position: relative;
    padding: 0 0 78px;
  }
  .c-products__image {
    border-radius: 64px 0 64px 0;
  }
  .c-products__block {
    padding: 0;
    margin: 30px 0 0;
  }
  .c-products__name {
    margin: 40px 0 0;
    font-size: 24px;
    line-height: 41px;
  }
  .c-products__no + .c-products__name {
    margin: 17px 0 0;
  }
  .c-products__tags {
    margin: 15px 0 0;
  }
  .c-products__desc {
    margin: 13px 0 0;
  }
  .c-products__tags + .c-products__desc {
    margin: 22px 0 0;
    line-height: 36px;
  }
  .c-products__more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.c-sdgs__image {
  padding: 42px 57px;
  background-color: #fff;
  border-radius: 64px 0 64px 0;
}
.c-sdgs__block {
  padding: 0 8px;
  margin: 23px 0 0;
}
.c-sdgs__no {
  color: var(--color-grey02);
  font-family: var(--wf-helvetica);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.c-sdgs__name {
  margin: 18px 0 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.c-sdgs__desc {
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 32px;
}
.c-sdgs .p-products__pager {
  margin: 11px 0 0;
}
@media (max-width: 767px) {
  .c-sdgs__image {
    padding: 11.2vw 15.2vw;
    border-radius: 17.07vw 0 17.07vw 0;
  }
  .c-sdgs__block {
    padding: 0 2.13vw;
    margin: 6.13vw 0 0;
  }
  .c-sdgs__no {
    font-size: 5.33vw;
  }
  .c-sdgs__name {
    margin: 4.8vw 0 0;
    font-size: 5.33vw;
  }
  .c-sdgs__desc {
    margin: 3.73vw 0 0;
    font-size: 3.73vw;
    line-height: 8.53vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-sdgs__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 344px;
    padding: 0;
    border-radius: 64px 0 64px 0;
  }
  .c-sdgs__image img {
    width: auto;
    height: 220px;
  }
  .c-sdgs__block {
    padding: 0;
    margin: 30px 0 0;
  }
  .c-sdgs__name {
    margin: 26px 0 0;
    font-size: 24px;
  }
  .c-sdgs__desc {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 22px 0 0;
  }
  .c-sdgs__desc span {
    flex: 1 1 50%;
    width: 50%;
  }
  .c-sdgs .p-products__pager {
    margin: 56px 0 0;
  }
}
.l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 64px 0 0;
}
@media (max-width: 767px) {
  .l-wrapper {
    padding: 17.07vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .l-wrapper {
    padding: 100px 0 0;
  }
}
.l-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
}
.p-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  background-color: #fff;
}
.p-header__logo {
  position: absolute;
  top: 50%;
  left: 16px;
  translate: 0 -50%;
  width: 144px;
}
.p-header__logo a {
  transition: opacity 0.4s ease-out;
}
.p-header__logo a:hover {
  opacity: 0.65;
}
.p-header__lang {
  position: absolute;
  top: 50%;
  right: 64px;
  translate: 1px -13px;
}
.p-header__lang a,
.p-header__lang span {
  display: inline-block;
  font-family: var(--wf-helvetica);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-header__lang a.current,
.p-header__lang span.current {
  color: var(--color-orange01);
}
.p-header__lang span {
  margin: 0 -1px 0 -2px;
}
@media (max-width: 767px) {
  .p-header {
    height: 17.07vw;
  }
  .p-header__logo {
    left: 4.27vw;
    width: 38.4vw;
  }
  .p-header__lang {
    right: 17.07vw;
    translate: 0.27vw -3.47vw;
  }
  .p-header__lang a,
  .p-header__lang span {
    font-size: 3.73vw;
  }
  .p-header__lang span {
    margin: 0 -0.27vw 0 -0.53vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-header {
    padding: 2px 50px 0 0;
    height: 100px;
  }
  .p-header__logo {
    left: 48px;
    width: 200px;
  }
  .p-header__menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
  }
  .p-header__menu-item {
    color: var(--color-black02);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
  }
  .p-header__menu-item a {
    position: relative;
    transition: color 0.4s ease-out;
  }
  .p-header__menu-item a.current {
    color: var(--color-orange01);
  }
  .p-header__menu-item a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-orange01);
    transition: width 0.4s ease-out;
  }
  .p-header__menu-item a:hover {
    color: var(--color-orange01);
  }
  .p-header__menu-item a:hover::before {
    width: 100%;
  }
  .p-header__lang {
    right: 160px;
    translate: 1px -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    width: 96px;
    height: 34px;
    padding: 0 0px 0 4px;
    background-color: var(--color-grey03);
    border-radius: 100px;
  }
  .p-header__lang a,
  .p-header__lang span {
    position: relative;
    z-index: 1;
    font-size: 12px;
  }
  .p-header__lang a.current,
  .p-header__lang span.current {
    color: #fff;
  }
  .p-header__lang a.current::before,
  .p-header__lang span.current::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 48px;
    height: 26px;
    background-color: var(--color-orange01);
    border-radius: 100px;
  }
}
.p-menu-button {
  position: fixed;
  z-index: 50;
  top: 20px;
  right: 16px;
  width: 32px;
  height: 20px;
}
.p-menu-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -32px -30px;
  width: 64px;
  height: 64px;
  background-color: var(--color-orange01);
  border-radius: 20px 0 20px 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.p-menu-button__text {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  display: block;
  text-align: center;
  color: var(--color-black02);
  font-family: var(--wf-helvetica);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: color 0.4s ease;
}
.p-menu-button__line {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 32px;
  height: 6px;
}
.p-menu-button__line span {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 32px;
  height: 2px;
  background-color: var(--color-black02);
  transition: top 0.4s ease, rotate 0.4s ease, background-color 0.4s ease;
}
.p-menu-button__line span:nth-of-type(1) {
  top: 0;
}
.p-menu-button__line span:nth-of-type(2) {
  top: 6px;
}
.p-menu-button.active .p-menu-button__line span:nth-of-type(1) {
  top: 3px;
  rotate: 20deg;
}
.p-menu-button.active .p-menu-button__line span:nth-of-type(2) {
  top: 3px;
  rotate: -20deg;
}
.p-menu-button.fixed::before {
  opacity: 1;
}
.p-menu-button.fixed .p-menu-button__text {
  color: #fff;
}
.p-menu-button.fixed .p-menu-button__line span {
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-menu-button {
    top: 5.33vw;
    right: 4.27vw;
    width: 8.53vw;
    height: 5.33vw;
  }
  .p-menu-button::before {
    width: 17.07vw;
    height: 17.07vw;
    border-radius: 5.33vw 0 5.33vw 0;
    translate: -8.53vw -8vw;
  }
  .p-menu-button__text {
    font-size: 2.67vw;
  }
  .p-menu-button__line {
    width: 8.53vw;
    height: 1.6vw;
  }
  .p-menu-button__line span {
    width: 8.53vw;
    height: 0.53vw;
  }
  .p-menu-button__line span:nth-of-type(2) {
    top: 1.6vw;
  }
  .p-menu-button.active .p-menu-button__line span:nth-of-type(1) {
    top: 0.8vw;
  }
  .p-menu-button.active .p-menu-button__line span:nth-of-type(2) {
    top: 0.8vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-menu-button {
    top: 38px;
    right: 48px;
    width: 39px;
    height: 26px;
    cursor: pointer;
  }
  .p-menu-button::before {
    width: 72px;
    height: 72px;
    translate: -50% -50%;
    opacity: 1;
  }
  .p-menu-button__text {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
  }
  .p-menu-button__line {
    width: 39px;
    height: 8px;
  }
  .p-menu-button__line span {
    width: 39px;
    background-color: #fff;
  }
  .p-menu-button__line span:nth-of-type(2) {
    top: 8px;
  }
  .p-menu-button.active .p-menu-button__line span:nth-of-type(1) {
    top: 4px;
  }
  .p-menu-button.active .p-menu-button__line span:nth-of-type(2) {
    top: 4px;
  }
}
.l-nav {
  position: fixed;
  z-index: 40;
  inset: 0;
  display: none;
  width: 100%;
  background-color: var(--color-grey01);
  opacity: 0;
  transition: opacity 0.8s ease;
}
@media screen and (min-width: 768px), print {
  .l-nav {
    top: 0;
    padding: 0 0 0 calc(100% - 900px);
    background-color: rgba(0, 0, 0, 0);
  }
  .l-nav::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-color: var(--color-black02);
    opacity: 0.3;
  }
}
.p-nav {
  padding: 54px 0 18px;
  height: 100%;
  overflow: auto;
}
.p-nav__link {
  text-align: center;
  color: var(--color-black01);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.p-nav__link a.current {
  color: var(--color-orange01);
}
.p-nav__link + .p-nav__link {
  margin: 32px 0 0;
}
.p-nav__list {
  padding: 24px 0 0;
}
.p-nav__list-item {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.p-nav__list-item a.current {
  color: var(--color-orange01);
}
.p-nav__list-item + .p-nav__list-item {
  margin: 24px 0 0;
}
.p-nav__banner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  padding: 32px 25px 0;
  margin: 64px 0 0;
}
.p-nav__banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  left: 16px;
  height: 1px;
  background-color: var(--color-grey02);
}
.p-nav__banner-item {
  flex: 0 0 155px;
  width: 155px;
}
.p-nav__links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px 0;
  margin: 32px 0 0;
}
.p-nav__links-item {
  flex: 0 0 50%;
  width: 50%;
  text-align: center;
  color: var(--color-black02);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.p-nav__links-item a {
  position: relative;
  transition: color 0.4s ease-out;
}
.p-nav__links-item a.current {
  color: var(--color-orange01);
}
.p-nav__links-item a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--color-orange01);
  transition: width 0.4s ease-out;
}
.p-nav__links-item a:hover {
  color: var(--color-orange01);
}
.p-nav__links-item a:hover::before {
  width: 100%;
}
.p-nav__sns {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  margin: 64px 0 0;
}
.p-nav__sns-item {
  flex: 0 0 24px;
  width: 24px;
}
.p-nav__copy {
  margin: 24px 0 0;
  text-align: center;
  color: var(--color-black02);
  font-family: var(--wf-helvetica);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 15px;
}
@media (max-width: 767px) {
  .p-nav {
    padding: 14.4vw 0 4.8vw;
  }
  .p-nav__link {
    font-size: 6.4vw;
  }
  .p-nav__link + .p-nav__link {
    margin: 8.53vw 0 0;
  }
  .p-nav__list {
    padding: 6.4vw 0 0;
  }
  .p-nav__list-item {
    font-size: 5.33vw;
  }
  .p-nav__list-item + .p-nav__list-item {
    margin: 6.4vw 0 0;
  }
  .p-nav__banner {
    gap: 4.27vw;
    padding: 8.53vw 6.67vw 0;
    margin: 17.07vw 0 0;
  }
  .p-nav__banner::before {
    right: 4.27vw;
    left: 4.27vw;
  }
  .p-nav__banner-item {
    flex: 0 0 41.33vw;
    width: 41.33vw;
  }
  .p-nav__links {
    gap: 6.4vw 0;
    margin: 8.53vw 0 0;
  }
  .p-nav__links-item {
    font-size: 3.73vw;
  }
  .p-nav__links-item a::before {
    bottom: -1.33vw;
  }
  .p-nav__sns {
    gap: 4.27vw;
    margin: 17.07vw 0 0;
  }
  .p-nav__sns-item {
    flex: 0 0 6.4vw;
    width: 6.4vw;
  }
  .p-nav__copy {
    margin: 6.4vw 0 0;
    font-size: 3.2vw;
    line-height: 4vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-nav {
    padding: 162px 0 78px;
    background-color: var(--color-grey01);
    border-radius: 200px 0 0 0;
  }
  .p-nav__lang {
    top: 50px;
    right: 160px;
  }
  .p-nav__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 580px;
    margin: 0 auto;
  }
  .p-nav__link {
    text-align: left;
    font-size: 20px;
  }
  .p-nav__link a {
    position: relative;
    transition: color 0.4s ease-out;
  }
  .p-nav__link a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-orange01);
    transition: width 0.4s ease-out;
  }
  .p-nav__link a:hover {
    color: var(--color-orange01);
  }
  .p-nav__link a:hover::before {
    width: 100%;
  }
  .p-nav__link + .p-nav__link {
    margin: 40px 0 0;
  }
  .p-nav__list {
    padding: 32px 0 0;
  }
  .p-nav__list-item {
    font-size: 14px;
  }
  .p-nav__company {
    flex: 0 0 328px;
    width: 328px;
  }
  .p-nav__company-title {
    color: var(--color-black01);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
  }
  .p-nav__company-address {
    margin: 20px 0 0;
    color: var(--color-black01);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 33px;
  }
  .p-nav__company-address + .p-nav__company-title {
    margin: 24px 0 0;
  }
  .p-nav__company-tel {
    margin: 12px 0 0;
    color: var(--color-black01);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
  }
  .p-nav__company-tel + .p-nav__company-title {
    margin: 16px 0 0;
  }
  .p-nav__block.block01 {
    flex: 0 0 237px;
    width: 237px;
  }
  .p-nav__block.block02 {
    flex: 0 0 183px;
    width: 183px;
  }
  .p-nav__block.block03 {
    flex: 0 0 140px;
    width: 140px;
  }
  .p-nav__banner {
    gap: 24px;
    padding: 0;
    margin: 80px 0 0;
  }
  .p-nav__banner::before {
    display: none;
  }
  .p-nav__banner-item {
    flex: 0 0 268px;
    width: 268px;
  }
  .p-nav__links {
    display: block;
    margin: 24px 0 0;
  }
  .p-nav__links-item {
    display: block;
    width: 100%;
    text-align: left;
  }
  .p-nav__links-item a {
    position: relative;
    transition: color 0.4s ease-out;
  }
  .p-nav__links-item a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-orange01);
    transition: width 0.4s ease-out;
  }
  .p-nav__links-item a:hover {
    color: var(--color-orange01);
  }
  .p-nav__links-item a:hover::before {
    width: 100%;
  }
  .p-nav__links-item + .p-nav__links-item {
    margin: 24px 0 0;
  }
  .p-nav__sns {
    justify-content: flex-start;
    margin: 40px 0 0;
  }
  .p-nav__copy {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    text-align: left;
  }
}
@media screen and (min-width: 768px), print {
  .l-contents {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 10px 0 0;
    border-top: 1px solid var(--color-grey02);
  }
  .l-contents .l-aside {
    position: relative;
    flex: 0 0 160px;
    width: 160px;
    padding: 0 8px 0 0;
    margin: 176px 0 0;
  }
  .l-contents .l-aside::after {
    content: "";
    position: absolute;
    top: -176px;
    right: 0;
    bottom: 0;
    width: 8px;
    background-color: var(--color-grey01);
  }
  .l-contents .l-aside + .l-main {
    flex: 0 0 976px;
    width: 976px;
    padding: 76px 8px 0 208px;
  }
  .l-contents .l-main {
    flex: 0 0 760px;
    width: 760px;
    padding: 0;
  }
  .l-contents .l-main.top {
    flex: 0 0 1128px;
    width: 1128px;
    flex: 0 0 100%;
    width: 100%;
    min-width: 1128px;
    margin: -10px 0 0;
    padding-bottom: 154px;
  }
  .l-contents .l-main.large {
    flex: 0 0 1136px;
    width: 1136px;
  }
  .l-contents .l-main.fill {
    flex: 0 0 1136px;
    width: 1136px;
  }
}
.l-aside {
  margin: 102px 0 0;
}
@media (max-width: 767px) {
  .l-aside {
    margin: 27.2vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .l-aside {
    margin: 0;
  }
}
.p-aside-news__heading,
.p-aside-blog__heading,
.p-aside-company__heading {
  position: relative;
  text-align: center;
  color: var(--color-orange01);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.p-aside-news__heading::after,
.p-aside-blog__heading::after,
.p-aside-company__heading::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 50%;
  translate: -50% 0;
  width: 1px;
  height: 24px;
  background-color: var(--color-orange01);
}
.p-aside-news__list,
.p-aside-blog__list,
.p-aside-company__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  padding: 16px 140px 24px;
  margin: 24px 0 0;
  background-color: var(--color-grey01);
  overflow: auto;
}
.p-aside-news__list-item,
.p-aside-blog__list-item,
.p-aside-company__list-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  height: 34px;
  padding: 0 20px;
  background-color: var(--color-grey04);
  border-radius: 12px 0 12px 0;
}
.p-aside-news__list-item.current,
.p-aside-blog__list-item.current,
.p-aside-company__list-item.current {
  background-color: var(--color-orange01);
}
.p-aside-news__list-item a,
.p-aside-news__list-item span,
.p-aside-blog__list-item a,
.p-aside-blog__list-item span,
.p-aside-company__list-item a,
.p-aside-company__list-item span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-aside-news__heading,
  .p-aside-blog__heading,
  .p-aside-company__heading {
    font-size: 6.4vw;
  }
  .p-aside-news__heading::after,
  .p-aside-blog__heading::after,
  .p-aside-company__heading::after {
    top: 8.53vw;
    width: 0.27vw;
    height: 6.4vw;
  }
  .p-aside-news__list,
  .p-aside-blog__list,
  .p-aside-company__list {
    gap: 4.27vw;
    padding: 4.27vw 37.33vw 6.4vw;
    margin: 6.4vw 0 0;
  }
  .p-aside-news__list-item,
  .p-aside-blog__list-item,
  .p-aside-company__list-item {
    height: 9.07vw;
    padding: 0 5.33vw;
    border-radius: 3.2vw 0 3.2vw 0;
  }
  .p-aside-news__list-item a,
  .p-aside-news__list-item span,
  .p-aside-blog__list-item a,
  .p-aside-blog__list-item span,
  .p-aside-company__list-item a,
  .p-aside-company__list-item span {
    font-size: 3.73vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-aside-news,
  .p-aside-blog,
  .p-aside-company {
    position: absolute;
    top: 0;
    left: 0;
    width: 152px;
  }
  .p-aside-news__list,
  .p-aside-blog__list,
  .p-aside-company__list {
    display: block;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .p-aside-news__list-item,
  .p-aside-blog__list-item,
  .p-aside-company__list-item {
    position: relative;
    display: block;
    width: 100%;
    height: 62px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }
  .p-aside-news__list-item::before,
  .p-aside-news__list-item::after,
  .p-aside-blog__list-item::before,
  .p-aside-blog__list-item::after,
  .p-aside-company__list-item::before,
  .p-aside-company__list-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .p-aside-news__list-item::before,
  .p-aside-blog__list-item::before,
  .p-aside-company__list-item::before {
    background-color: var(--color-grey02);
  }
  .p-aside-news__list-item::after,
  .p-aside-blog__list-item::after,
  .p-aside-company__list-item::after {
    width: 0;
    background-color: var(--color-orange01);
    transition: width 0.4s ease-out;
    will-change: width;
  }
  .p-aside-news__list-item.current,
  .p-aside-blog__list-item.current,
  .p-aside-company__list-item.current {
    background-color: rgba(0, 0, 0, 0);
  }
  .p-aside-news__list-item.current::after,
  .p-aside-blog__list-item.current::after,
  .p-aside-company__list-item.current::after {
    width: 100%;
  }
  .p-aside-news__list-item.current a,
  .p-aside-news__list-item.current span,
  .p-aside-blog__list-item.current a,
  .p-aside-blog__list-item.current span,
  .p-aside-company__list-item.current a,
  .p-aside-company__list-item.current span {
    color: var(--color-orange01);
  }
  .p-aside-news__list-item:hover::after,
  .p-aside-blog__list-item:hover::after,
  .p-aside-company__list-item:hover::after {
    width: 100%;
  }
  .p-aside-news__list-item:hover a,
  .p-aside-news__list-item:hover span,
  .p-aside-blog__list-item:hover a,
  .p-aside-blog__list-item:hover span,
  .p-aside-company__list-item:hover a,
  .p-aside-company__list-item:hover span {
    color: var(--color-orange01);
  }
  .p-aside-news__list-item a,
  .p-aside-news__list-item span,
  .p-aside-blog__list-item a,
  .p-aside-blog__list-item span,
  .p-aside-company__list-item a,
  .p-aside-company__list-item span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    color: var(--color-black02);
    font-weight: 500;
    transition: color 0.4s ease-out;
    will-change: color;
  }
}
.p-aside-contact__heading {
  position: relative;
  text-align: center;
  color: var(--color-orange01);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.p-aside-contact__heading::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 50%;
  translate: -50% 0;
  width: 1px;
  height: 24px;
  background-color: var(--color-orange01);
}
.p-aside-contact__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 16px 0;
  margin: 24px 0 0;
  background-color: var(--color-grey01);
}
.p-aside-contact__list-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  height: 34px;
  padding: 0 20px;
  background-color: var(--color-grey04);
  border-radius: 12px 0 12px 0;
}
.p-aside-contact__list-item.current {
  background-color: var(--color-orange01);
}
.p-aside-contact__list-item a,
.p-aside-contact__list-item span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-aside-contact__heading {
    font-size: 6.4vw;
  }
  .p-aside-contact__heading::after {
    top: 8.53vw;
    width: 0.27vw;
    height: 6.4vw;
  }
  .p-aside-contact__list {
    gap: 4.27vw;
    padding: 4.27vw 0;
    margin: 6.4vw 0 0;
  }
  .p-aside-contact__list-item {
    height: 9.07vw;
    padding: 0 5.33vw;
    border-radius: 3.2vw 0 3.2vw 0;
  }
  .p-aside-contact__list-item a,
  .p-aside-contact__list-item span {
    font-size: 3.73vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-aside-contact {
    position: absolute;
    top: 0;
    left: 0;
    width: 152px;
  }
  .p-aside-contact__list {
    display: block;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .p-aside-contact__list-item {
    position: relative;
    display: block;
    width: 100%;
    height: 62px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }
  .p-aside-contact__list-item::before,
  .p-aside-contact__list-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .p-aside-contact__list-item::before {
    background-color: var(--color-grey02);
  }
  .p-aside-contact__list-item::after {
    width: 0;
    background-color: var(--color-orange01);
    transition: width 0.4s ease-out;
    will-change: width;
  }
  .p-aside-contact__list-item.current {
    background-color: rgba(0, 0, 0, 0);
  }
  .p-aside-contact__list-item.current::after {
    width: 100%;
  }
  .p-aside-contact__list-item.current a,
  .p-aside-contact__list-item.current span {
    color: var(--color-orange01);
  }
  .p-aside-contact__list-item:hover::after {
    width: 100%;
  }
  .p-aside-contact__list-item:hover a,
  .p-aside-contact__list-item:hover span {
    color: var(--color-orange01);
  }
  .p-aside-contact__list-item a,
  .p-aside-contact__list-item span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    color: var(--color-black02);
    font-weight: 500;
    transition: color 0.4s ease-out;
    will-change: color;
  }
}
.l-main {
  flex: 1;
}
.p-footer {
  position: relative;
  z-index: 1;
  padding: 136px 24px 16px;
}
.p-footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: var(--color-grey01);
  border-radius: 64px 0 64px 0;
}
.p-footer::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  background-color: var(--color-orange01);
}
.p-footer__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-footer__pagetop {
  position: absolute;
  z-index: 4;
  top: 40px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  height: 56px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.p-footer__pagetop::after {
  content: "";
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  background: url("../images/svg/pagetop.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.p-footer__content {
  flex: 0 0 100%;
  width: 100%;
}
.p-footer__logo {
  width: 200px;
}
.p-footer__company {
  margin: 40px 0 0;
}
.p-footer__company-title {
  color: var(--color-black01);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.p-footer__company-address {
  margin: 17px 0 0;
  color: var(--color-black01);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
}
.p-footer__company-map {
  margin: 6px 0 0;
}
.p-footer__company-map + .p-footer__company-title {
  margin: 32px 0 0;
}
.p-footer__company-tel {
  margin: 16px 0 0;
  color: var(--color-black01);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.p-footer__company-tel + .p-footer__company-title {
  margin: 15px 0 0;
}
.p-footer__sns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  margin: 32px 0 0;
}
.p-footer__sns-item {
  flex: 0 0 24px;
  width: 24px;
}
.p-footer__block {
  flex: 0 0 50%;
  width: 50%;
  margin: 64px 0 0;
}
.p-footer__block + .p-footer__block {
  margin: 32px 0 0;
}
.p-footer__list {
  padding: 32px 0 0;
}
.p-footer__list-item {
  color: var(--color-black02);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.p-footer__list-item a.current {
  color: var(--color-orange01);
}
.p-footer__list-item + .p-footer__list-item {
  margin: 20px 0 0;
}
.p-footer__link {
  color: var(--color-black01);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.p-footer__link.lang {
  font-family: var(--wf-helvetica);
  font-weight: 500;
}
.p-footer__link a.current {
  color: var(--color-orange01);
}
.p-footer__link + .p-footer__link {
  margin: 32px 0 0;
}
.p-footer__banner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  margin: 64px 0 0;
}
.p-footer__banner-item {
  flex: 0 0 155px;
  width: 155px;
}
.p-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  margin: 32px 0 0;
}
.p-footer__links-item {
  color: var(--color-black02);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.p-footer__links-item a.current {
  color: var(--color-orange01);
}
.p-footer__copy {
  margin: 121px 0 0 2px;
  color: var(--color-black02);
  font-family: var(--wf-helvetica);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 15px;
}

.p-header__sns { display: none; }
.p-header__sns .p-header__sns-item img {
  width: 20px;
  height: 20px;
  display: block;
  transition: opacity 0.3s ease;
}
.p-header__sns .p-header__sns-item:hover img { opacity: 0.7; }
.p-header__sns .p-header__sns-item { position: relative; }
.p-header__sns .p-header__sns-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0;
  height: 1px;
  background-color: var(--color-orange01);
  transition: width 0.3s ease, left 0.3s ease;
}
.p-header__sns .p-header__sns-item:hover::after { width: 100%; left: 0; }
.p-header__sns-item.youtube img { width: 28px;  height: 28px; }

@media screen and (min-width: 1400px) {
  .p-header__sns {
    position: absolute;
    top: 50%;
    left: calc(48px + 200px + 16px);
    translate: 0 -50%;
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .p-footer {
    padding: 36.27vw 6.4vw 4.27vw;
  }
  .p-footer::before {
    border-radius: 17.07vw 0 17.07vw 0;
  }
  .p-footer::after {
    width: 17.07vw;
    height: 17.07vw;
  }
  .p-footer__pagetop {
    top: 10.67vw;
    right: 5.33vw;
    gap: 4.27vw;
    height: 14.93vw;
    font-size: 3.2vw;
  }
  .p-footer__pagetop::after {
    flex: 0 0 14.93vw;
    width: 14.93vw;
    height: 14.93vw;
  }
  .p-footer__logo {
    width: 53.33vw;
  }
  .p-footer__company {
    margin: 10.67vw 0 0;
  }
  .p-footer__company-title {
    font-size: 4.27vw;
  }
  .p-footer__company-address {
    margin: 4.53vw 0 0;
    font-size: 4.27vw;
    line-height: 8vw;
  }
  .p-footer__company-map {
    margin: 1.6vw 0 0;
  }
  .p-footer__company-map + .p-footer__company-title {
    margin: 8.53vw 0 0;
  }
  .p-footer__company-tel {
    margin: 4.27vw 0 0;
    font-size: 4.27vw;
  }
  .p-footer__company-tel + .p-footer__company-title {
    margin: 4vw 0 0;
  }
  .p-footer__sns {
    gap: 4.27vw;
    margin: 8.53vw 0 0;
  }
  .p-footer__sns-item {
    flex: 0 0 6.4vw;
    width: 6.4vw;
  }
  .p-footer__block {
    width: 100%;
    margin: 17.07vw 0 0;
  }
  .p-footer__block + .p-footer__block {
    margin: 8.53vw 0 0;
  }
  .p-footer__list {
    padding: 8.53vw 0 0;
  }
  .p-footer__list-item {
    font-size: 3.73vw;
  }
  .p-footer__list-item + .p-footer__list-item {
    margin: 5.33vw 0 0;
  }
  .p-footer__link {
    font-size: 4.27vw;
  }
  .p-footer__link + .p-footer__link {
    margin: 8.53vw 0 0;
  }
  .p-footer__banner {
    gap: 4.27vw;
    margin: 17.07vw 0 0;
  }
  .p-footer__banner-item {
    flex: 0 0 41.33vw;
    width: 41.33vw;
  }
  .p-footer__links {
    gap: 6.4vw;
    margin: 8.53vw 0 0;
  }
  .p-footer__links-item {
    font-size: 3.73vw;
  }
  .p-footer__copy {
    margin: 32.27vw 0 0 0.53vw;
    font-size: 3.2vw;
    line-height: 4vw;
  }
  .p-header__sns { display: none; }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-header__sns {
    position: absolute;
    top: calc(50% + 25px);
    left: 48px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    translate: 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-footer {
    padding: 200px 0 160px;
  }
  .p-footer::before {
    border-radius: 200px 0 200px 0;
  }
  .p-footer::after {
    width: 200px;
    height: 200px;
  }
  .p-footer__inner {
    width: 1136px;
    margin: 0 auto;
  }
  .p-footer__pagetop {
    top: auto;
    right: 160px;
    bottom: 162px;
  }
  .p-footer__pagetop::after {
    transition: background-image 0.4s ease-out;
  }
  .p-footer__pagetop:hover::after {
    background-image: url("../images/svg/pagetop--hover.svg");
  }
  .p-footer__content {
    flex: 0 0 368px;
    width: 368px;
  }
  .p-footer__logo {
    width: 240px;
  }
  .p-footer__logo a {
    transition: opacity 0.4s ease-out;
  }
  .p-footer__logo a:hover {
    opacity: 0.65;
  }
  .p-footer__company {
    margin: 48px 0 0;
  }
  .p-footer__company-address {
    margin: 18px 0 0;
    line-height: 32px;
  }
  .p-footer__company-map {
    margin: 4px 0 0;
  }
  .p-footer__block {
    margin: 0;
  }
  .p-footer__block.block01 {
    flex: 0 0 233px;
    width: 233px;
  }
  .p-footer__block.block03 {
    flex: 0 0 207px;
    width: 207px;
  }
  .p-footer__block.block04 {
    flex: 0 0 264px;
    width: 264px;
  }
  .p-footer__block + .p-footer__block {
    margin: 0;
  }
  .p-footer__area {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .p-footer__link a {
    position: relative;
    transition: color 0.4s ease-out;
  }
  .p-footer__link a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-orange01);
    transition: width 0.4s ease-out;
  }
  .p-footer__link a:hover {
    color: var(--color-orange01);
  }
  .p-footer__link a:hover::before {
    width: 100%;
  }
  .p-footer__sns-item {
    transition: opacity 0.4s ease-out;
  }
  .p-footer__sns-item:hover {
    opacity: 0.65;
  }
  .p-footer__banner {
    gap: 32px;
    margin: 80px 0 0;
  }
  .p-footer__banner-item {
    flex: 0 0 336px;
    width: 336px;
    transition: opacity 0.4s ease-out;
  }
  .p-footer__banner-item:hover {
    opacity: 0.65;
  }
  .p-footer__links {
    flex: 0 0 100%;
    width: 100%;
    gap: 32px;
    margin: 40px 0 0;
    text-align: left;
  }
  .p-footer__links-item a {
    position: relative;
    transition: color 0.4s ease-out;
  }
  .p-footer__links-item a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-orange01);
    transition: width 0.4s ease-out;
  }
  .p-footer__links-item a:hover {
    color: var(--color-orange01);
  }
  .p-footer__links-item a:hover::before {
    width: 100%;
  }
  .p-footer__copy {
    flex: 0 0 100%;
    width: 100%;
  }
}
.p-page-mv {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 272px;
  padding: 0 24px;
}
.p-page-mv::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: var(--color-grey01);
  border-radius: 64px 0 64px 0;
}
.p-page-mv::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  background-color: var(--color-orange01);
}
.p-page-mv__heading {
  color: var(--color-black02);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-page-mv {
    height: 50.53vw;
    padding: 0 6.4vw;
  }
  .p-page-mv::before {
    border-radius: 17.07vw 0 17.07vw 0;
  }
  .p-page-mv::after {
    width: 17.07vw;
    height: 17.07vw;
  }
  .p-page-mv__heading {
    font-size: 8.53vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-page-mv {
    height: 250px;
    padding: 0 152px;
  }
  .p-page-mv::before {
    border-radius: 160px 0 160px 0;
  }
  .p-page-mv::after {
    width: 160px;
    height: 160px;
  }
  .p-page-mv__heading {
    font-size: 52px;
  }
}
.p-breadcrumbs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  padding: 0 16px 10px;
  margin: 16px 0 0;
  overflow: auto;
}
.p-breadcrumbs a,
.p-breadcrumbs span,
.p-breadcrumbs i {
  flex: 0 0 auto;
  width: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.p-breadcrumbs span {
  color: var(--color-orange01);
}
@media (max-width: 767px) {
  .p-breadcrumbs {
    gap: 2.13vw;
    padding: 0 4.27vw 2.67vw;
    margin: 4.27vw 0 0;
  }
  .p-breadcrumbs a,
  .p-breadcrumbs span,
  .p-breadcrumbs i {
    font-size: 3.73vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-breadcrumbs {
    width: 1136px;
    padding: 0 0 10px;
    margin: 20px auto 0;
  }
  .p-breadcrumbs a {
    transition: color 0.4s ease-out;
  }
  .p-breadcrumbs a:hover {
    color: var(--color-orange01);
  }
}
.p-scroll-area {
  position: relative;
}
.p-scroll-area__arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 129px;
  height: 34px;
  padding: 0 20px;
  background-color: var(--color-orange01);
  border-radius: 40px 0 0 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  translate: 100% 0;
  transition: translate 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.p-scroll-area__arrow.active {
  translate: 0 0;
}
.p-scroll-area__arrow.close {
  translate: 100% 0;
  transition-duration: 0.5s;
}
.p-scroll-area__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  translate: 0 -50%;
  width: 15px;
  height: 12px;
  background: url("../images/svg/arrow02.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.p-scroll-area__contents {
  width: 100%;
  padding: 0 0 20px;
  overflow: auto;
}
@media screen and (min-width: 768px), print {
  .p-scroll-area__arrow {
    display: none;
  }
}
.p-dl__line {
  padding: 24px 0;
  border-bottom: 1px solid var(--color-grey02);
}
.p-dl__dt {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  white-space: nowrap;
}
.p-dl__dt small {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.p-dl__dd {
  margin: 7px 0 0;
}
.p-dl__dd ol li,
.p-dl__dd ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.p-dl__dd ol li + li,
.p-dl__dd ul li + li {
  margin: 4px 0 0;
}
.p-dl__box + .p-dl__box {
  margin: 24px 0 0;
}
@media (max-width: 767px) {
  .p-dl__line {
    padding: 6.4vw 0;
  }
  .p-dl__dt {
    font-size: 4.27vw;
  }
  .p-dl__dt small {
    font-size: 3.2vw;
  }
  .p-dl__dd {
    margin: 1.87vw 0 0;
  }
  .p-dl__dd ol li,
  .p-dl__dd ul li {
    font-size: 4.27vw;
  }
  .p-dl__dd ol li + li,
  .p-dl__dd ul li + li {
    margin: 1.07vw 0 0;
  }
  .p-dl__box + .p-dl__box {
    margin: 6.4vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-dl__line {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    border: 0;
  }
  .p-dl__dt {
    flex: 0 0 200px;
    width: 200px;
    padding: 32px 16px 31px;
    border-bottom: 1px solid var(--color-orange01);
  }
  .p-dl__dd {
    flex: 0 0 560px;
    width: 560px;
    padding: 32px 16px 31px;
    margin: 0;
    border-bottom: 1px solid var(--color-grey02);
  }
  .p-dl__dd ol li,
  .p-dl__dd ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
  }
  .p-dl__box + .p-dl__box {
    margin: 32px 0 0;
  }
}
.p-form__line + .p-form__line {
  margin: 32px 0 0;
}
.p-form__dt {
  margin: 0 -2px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
}
.p-form__dt span {
  display: inline-block;
  translate: 0 -1px;
  padding: 4px 11px 4px 12px;
  margin: 0 0 0 8px;
  background-color: var(--color-orange01);
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-form__dd {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin: 12px 0 0;
}
.p-form__item {
  flex: 0 0 calc(50% - 6px);
  width: calc(50% - 6px);
}
.p-form__item.fill {
  flex: 0 0 100%;
  width: 100%;
}
.p-form__item input,
.p-form__item textarea {
  background-color: var(--color-grey01);
  border-radius: 4px;
  color: var(--color-black02);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.p-form__item input {
  height: 48px;
  padding: 0 10px;
}
.p-form__item textarea {
  height: 320px;
  padding: 10px;
  resize: none;
}
.p-form__item span {
  display: block;
  margin: 12px 0 0;
  color: var(--color-grey05);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.p-form__privacy {
  margin: 37px 0 0;
}
.p-form__button {
  margin: 46px 0 0;
  text-align: center;
}
.p-form__back {
  margin: 32px 0 0;
  text-align: center;
}
.p-form__back input {
  display: inline-block;
  width: auto;
  padding: 0 0 6px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(var(--color-black01), var(--color-black01));
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
@media (max-width: 767px) {
  .p-form__line + .p-form__line {
    margin: 8.53vw 0 0;
  }
  .p-form__dt {
    margin: 0 -0.53vw;
    font-size: 4.27vw;
  }
  .p-form__dt span {
    translate: 0 -0.27vw;
    padding: 1.07vw 2.93vw 1.07vw 3.2vw;
    margin: 0 0 0 2.13vw;
    border-radius: 26.67vw;
    font-size: 3.2vw;
  }
  .p-form__dd {
    gap: 3.2vw;
    margin: 3.2vw 0 0;
  }
  .p-form__item {
    flex: 0 0 calc(50% - 1.6vw);
    width: calc(50% - 1.6vw);
  }
  .p-form__item input,
  .p-form__item textarea {
    border-radius: 1.07vw;
    font-size: 4.27vw;
  }
  .p-form__item input {
    height: 12.8vw;
    padding: 0 2.67vw;
  }
  .p-form__item textarea {
    height: 85.33vw;
    padding: 2.67vw;
  }
  .p-form__item span {
    margin: 3.2vw 0 0;
    font-size: 3.2vw;
  }
  .p-form__privacy {
    margin: 9.87vw 0 0;
  }
  .p-form__button {
    margin: 12.27vw 0 0;
  }
  .p-form__back {
    margin: 8.53vw 0 0;
  }
  .p-form__back input {
    padding: 0 0 1.6vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-form__privacy {
    margin: 37px 0 0;
  }
  .p-form__button {
    margin: 62px 0 0;
  }
  .p-form__back {
    margin: 32px 0 0;
    text-align: center;
  }
  .p-form__back input {
    display: inline-block;
    width: auto;
    padding: 0 0 6px;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(
      var(--color-black01),
      var(--color-black01)
    );
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100% 1px;
  }
}
.p-privacy__area {
  height: 200px;
  padding: 23px 20px;
  border: 1px solid var(--color-grey02);
  border-radius: 4px;
  overflow: auto;
}
.p-privacy__title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.p-privacy__ol,
.p-privacy__ul {
  margin: 9px 0 0;
}
.p-privacy__ol-li,
.p-privacy__ul-li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--color-black01);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.p-privacy__ol + .p-privacy__ol,
.p-privacy__ul + .p-privacy__ul,
.p-privacy__ol + .p-privacy__ul,
.p-privacy__ul + .p-privacy__ol {
  margin: 0;
}
.p-privacy__check {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 40px 0 0;
}
.p-privacy__check label input {
  display: none;
}
.p-privacy__check label span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  color: var(--color-black01);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.p-privacy__check label span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-grey05);
  border-radius: 2px;
}
.p-privacy__check label span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  translate: 0 -50%;
  width: 10px;
  height: 10px;
  background-color: var(--color-orange01);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.p-privacy__check label input:checked + span::after {
  opacity: 1;
}
@media (max-width: 767px) {
  .p-privacy__area {
    height: 53.33vw;
    padding: 6.13vw 5.33vw;
    border-radius: 1.07vw;
  }
  .p-privacy__title {
    font-size: 3.73vw;
  }
  .p-privacy__ol,
  .p-privacy__ul {
    margin: 2.4vw 0 0;
  }
  .p-privacy__ol-li,
  .p-privacy__ul-li {
    font-size: 3.73vw;
  }
  .p-privacy__check {
    margin: 10.67vw 0 0;
  }
  .p-privacy__check label span {
    padding: 0 0 0 7.47vw;
    font-size: 4.27vw;
  }
  .p-privacy__check label span::before {
    width: 4.27vw;
    height: 4.27vw;
    border-radius: 0.53vw;
  }
  .p-privacy__check label span::after {
    left: 0.8vw;
    width: 2.67vw;
    height: 2.67vw;
    border-radius: 0.53vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-privacy__area {
    height: 240px;
    padding: 46px 48px;
  }
  .p-privacy__title {
    font-size: 16px;
  }
  .p-privacy__ol,
  .p-privacy__ul {
    margin: 17px 0 0;
  }
  .p-privacy__ol + .p-privacy__ol,
  .p-privacy__ul + .p-privacy__ul,
  .p-privacy__ol + .p-privacy__ul,
  .p-privacy__ul + .p-privacy__ol {
    margin: 2px 0 0;
  }
  .p-privacy__check {
    margin: 47px 0 0;
  }
}
.p-thanks__button {
  margin: 32px 0 0;
}
@media (max-width: 767px) {
  .p-thanks__button {
    margin: 8.53vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-thanks__button {
    margin: 40px 0 0;
  }
}
.p-blog__title + .p-blog__item {
  margin: 36px 0 0;
}
.p-blog__item {
  position: relative;
  padding: 0 0 25px;
}
.p-blog__item::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 0;
  left: 4px;
  height: 1px;
  background-color: var(--color-grey02);
}
.p-blog__item + .p-blog__item {
  margin: 33px 0 0;
}
.p-blog__index {
  padding: 0 4px;
  margin: 27px 0 0;
  text-align: right;
}
@media (max-width: 767px) {
  .p-blog__title + .p-blog__item {
    margin: 9.6vw 0 0;
  }
  .p-blog__item {
    padding: 0 0 6.67vw;
  }
  .p-blog__item::after {
    right: 1.07vw;
    left: 1.07vw;
  }
  .p-blog__item + .p-blog__item {
    margin: 8.8vw 0 0;
  }
  .p-blog__index {
    padding: 0 1.07vw;
    margin: 7.2vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-blog {
    position: relative;
  }
  .p-blog__title + .p-blog__item {
    margin: 66px 0 0;
  }
  .p-blog__item {
    padding: 0 0 41px;
  }
  .p-blog__item::after {
    right: 0;
    left: 0;
  }
  .p-blog__item + .p-blog__item {
    margin: 39px 0 0;
  }
  .p-blog__index {
    position: absolute;
    top: 10px;
    right: 9px;
    padding: 0;
    margin: 0;
  }
}
.p-news__title + .p-news__item {
  margin: 52px 0 0;
}
.p-news__item {
  position: relative;
  padding: 0 0 25px;
}
.p-news__item::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 0;
  left: 4px;
  height: 1px;
  background-color: var(--color-grey02);
}
.p-news__item + .p-news__item {
  margin: 35px 0 0;
}
.p-news__index {
  padding: 0 4px;
  margin: 27px 0 0;
  text-align: right;
}
@media (max-width: 767px) {
  .p-news__title + .p-news__item {
    margin: 13.87vw 0 0;
  }
  .p-news__item {
    padding: 0 0 6.67vw;
  }
  .p-news__item::after {
    right: 1.07vw;
    left: 1.07vw;
  }
  .p-news__item + .p-news__item {
    margin: 9.33vw 0 0;
  }
  .p-news__index {
    padding: 0 1.07vw;
    margin: 7.2vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-news__title + .p-news__item {
    margin: 69px 0 0;
  }
  .p-news__item {
    padding: 0 0 37px;
  }
  .p-news__item::after {
    right: 0;
    left: 0;
  }
  .p-news__item + .p-news__item {
    margin: 42px 0 0;
  }
  .p-news__index {
    position: absolute;
    top: 10px;
    right: 9px;
    padding: 0;
    margin: 0;
  }
}
.wp-pagenavi {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 0 60px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  background: url("../images/svg/arrow02.svg") no-repeat;
  background-position: center;
  background-size: 17px 14px;
  background-color: var(--color-orange01);
  border: 1px solid var(--color-orange01);
  border-radius: 48px;
  font-size: 0;
}
.wp-pagenavi .previouspostslink {
  left: 0;
  scale: -1 1;
}
.wp-pagenavi .nextpostslink {
  right: 0;
}
.wp-pagenavi .last,
.wp-pagenavi .page,
.wp-pagenavi .current {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  background-color: var(--color-grey01);
  border: 1px solid var(--color-grey01);
  border-radius: 48px;
  font-family: var(--wf-helvetica);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 48px;
}
.wp-pagenavi .current {
  background-color: var(--color-orange01);
  border-color: var(--color-orange01);
  color: #fff;
}
.wp-pagenavi .last {
  position: relative;
  margin: 0 0 0 28px;
}
.wp-pagenavi .last::before {
  content: "...";
  position: absolute;
  top: 0;
  left: -28px;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    gap: 3.2vw;
    padding: 0 16vw;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    flex: 0 0 12.8vw;
    width: 12.8vw;
    height: 12.8vw;
    background-size: 4.53vw 3.73vw;
    border-radius: 12.8vw;
  }
  .wp-pagenavi .last,
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    flex: 0 0 12.8vw;
    width: 12.8vw;
    height: 12.8vw;
    border-radius: 12.8vw;
    font-size: 4.27vw;
    line-height: 12.8vw;
  }
  .wp-pagenavi .last {
    margin: 0 0 0 7.47vw;
  }
  .wp-pagenavi .last::before {
    left: 7.47vw;
  }
}
.p-pager {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  margin: 64px 0 0;
}
.p-pager > span {
  flex: 0 0 48px;
  width: 48px;
}
.p-pager__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  background: url("../images/svg/arrow02.svg") no-repeat;
  background-position: center;
  background-size: 17px 14px;
  background-color: var(--color-orange01);
  border: 1px solid var(--color-orange01);
  border-radius: 48px;
  font-size: 0;
}
.p-pager__arrow.prev {
  scale: -1 1;
}
.p-pager__index {
  padding: 8px 5px 0;
  background-image: linear-gradient(
    var(--color-orange01),
    var(--color-orange01)
  );
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;
  border-radius: 0;
  color: var(--color-orange01);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.p-pager__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}
.p-pager__list-item {
  font-family: var(--wf-helvetica);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 48px;
}
.p-pager__list-item a,
.p-pager__list-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  background-color: var(--color-grey01);
  border: 1px solid var(--color-grey01);
  border-radius: 48px;
}
.p-pager__list-item.current a,
.p-pager__list-item.current span {
  background-color: var(--color-orange01);
  border-color: var(--color-orange01);
  color: #fff;
}
@media (max-width: 767px) {
  .p-pager {
    gap: 3.2vw;
    margin: 17.07vw 0 0;
  }
  .p-pager > span {
    flex: 0 0 12.8vw;
    width: 12.8vw;
  }
  .p-pager__arrow {
    flex: 0 0 12.8vw;
    width: 12.8vw;
    height: 12.8vw;
    background-size: 4.53vw 3.73vw;
    border-radius: 12.8vw;
  }
  .p-pager__index {
    padding: 2.13vw 1.33vw 0;
    font-size: 4.27vw;
  }
  .p-pager__list {
    gap: 3.2vw;
  }
  .p-pager__list-item {
    font-size: 4.27vw;
    line-height: 12.8vw;
  }
  .p-pager__list-item a,
  .p-pager__list-item span {
    flex: 0 0 12.8vw;
    width: 12.8vw;
    height: 12.8vw;
    border-radius: 12.8vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-pager {
    margin: 72px 0 0;
  }
  .p-pager__index {
    margin: 0 8px;
  }
}
.p-single__info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px 12px;
}
.p-single__time {
  color: var(--color-black02);
  font-family: var(--wf-helvetica);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.p-single__category {
  translate: 0 -3px;
  padding: 6px 14px 6px 13px;
  background-color: var(--color-orange01);
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
}
.p-single__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0 2px;
}
.p-single__tags-item {
  color: var(--color-grey05);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.p-single__title {
  margin: 21px 0 0;
  color: var(--color-black02);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
.p-single__image {
  position: relative;
  z-index: 1;
  margin: 24px 0 32px;
  border-radius: 64px 0 64px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-single__info {
    gap: 4.8vw 3.2vw;
  }
  .p-single__time {
    font-size: 4.27vw;
  }
  .p-single__category {
    translate: 0 -0.8vw;
    padding: 1.6vw 3.73vw 1.6vw 3.47vw;
    border-radius: 26.67vw;
    font-size: 3.2vw;
  }
  .p-single__tags {
    gap: 3.2vw;
    padding: 0 0 0.53vw;
  }
  .p-single__tags-item {
    font-size: 3.2vw;
  }
  .p-single__title {
    margin: 5.6vw 0 0;
    font-size: 8.53vw;
  }
  .p-single__image {
    margin: 6.4vw 0 8.53vw;
    border-radius: 17.07vw 0 17.07vw 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-single__info {
    gap: 25px;
  }
  .p-single__tags {
    flex: 0 0 auto;
    width: auto;
    margin: 3px 0 0 -2px;
  }
  .p-single__title {
    margin: 32px 0 0;
    font-size: 40px;
    line-height: 64px;
  }
  .p-single__image {
    margin: 45px 0 48px;
    border-radius: 96px 0 96px 0;
  }
}
.p-pager + .p-news {
  margin: 109px 0 0;
}
@media (max-width: 767px) {
  .p-pager + .p-news {
    margin: 29.07vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-pager + .p-news {
    margin: 186px 0 0;
  }
}
.p-products-item__image {
  position: relative;
  z-index: 1;
  border-radius: 40px 0 40px 0;
  overflow: hidden;
}
.p-products-item__block {
  padding: 0 8px;
  margin: 24px 0 0;
}
.p-products-item__no {
  color: var(--color-grey02);
  font-family: var(--wf-helvetica);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.p-products-item__name {
  margin: 9px 0 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 34px;
}
.p-products-item__desc {
  margin: 15px 0 0;
  color: var(--color-black01);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
}
.p-products-item__more {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .p-products-item__image {
    border-radius: 10.67vw 0 10.67vw 0;
  }
  .p-products-item__block {
    padding: 0 2.13vw;
    margin: 6.4vw 0 0;
  }
  .p-products-item__no {
    font-size: 5.33vw;
  }
  .p-products-item__name {
    margin: 2.4vw 0 0;
    font-size: 5.33vw;
    line-height: 9.07vw;
  }
  .p-products-item__desc {
    margin: 4vw 0 0;
    font-size: 4.27vw;
    line-height: 9.6vw;
  }
  .p-products-item__more {
    margin: 8vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-products-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 64px;
  }
  .p-products-item__image {
    flex: 0 0 504px;
    width: 504px;
    border-radius: 64px 0 64px 0;
  }
  .p-products-item__block {
    padding: 0;
    margin: 16px 0 0;
  }
  .p-products-item__name {
    margin: 17px 0 0;
    font-size: 24px;
    line-height: 41px;
  }
  .p-products-item__desc {
    margin: 13px 0 0;
  }
  .p-products-item__more {
    margin: 30px 0 0;
  }
}
.p-products__title + .p-products__container {
  margin: 37px 0 0;
}
.p-products__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.p-products__item {
  flex: 0 0 100%;
  width: 100%;
  height: auto !important;
}
.p-products__item .c-products {
  height: 100%;
}
.p-products__pager {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 56px;
  padding: 0 136px 0 0;
  margin: 20px 0 0;
}
.p-products__progress {
  position: absolute;
  top: 50% !important;
  left: 0;
  translate: 0 -50%;
  flex: 1 1 100%;
  width: 100%;
  max-width: calc(100% - 136px);
  height: 2px !important;
  background-color: var(--color-grey02) !important;
}
.p-products__progress span {
  background-color: var(--color-orange01) !important;
}
.p-products__arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  background: url("../images/svg/arrow02.svg") no-repeat;
  background-position: center;
  background-size: 17px 14px;
  background-color: var(--color-orange01);
  border-radius: 56px;
  transition: background-color 0.4s ease;
}
.p-products__arrow[aria-disabled="true"] {
  background-color: var(--color-grey04);
}
.p-products__arrow svg {
  display: none;
}
.p-products__arrow.prev {
  right: 64px;
  scale: -1 1;
}
.p-products .splide__sr {
  display: none !important;
}
@media (max-width: 767px) {
  .p-products__title + .p-products__container {
    margin: 9.87vw 0 0;
  }
  .p-products__item + .p-products__item {
    margin: 12.8vw 0 0;
  }
  .p-products__pager {
    height: 14.93vw;
    padding: 0 36.27vw 0 0;
    margin: 5.33vw 0 0;
  }
  .p-products__progress {
    height: 0.53vw;
  }
  .p-products__arrow {
    flex: 0 0 14.93vw;
    width: 14.93vw;
    height: 14.93vw;
    background-size: 4.53vw 3.73vw;
    border-radius: 14.93vw;
  }
  .p-products__arrow.prev {
    right: 17.07vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-products__title + .p-products__container {
    margin: 67px 0 0;
  }
  .p-products__container {
    width: 100%;
    width: 1076px;
  }
  .p-products__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 64px;
  }
  .p-products__item {
    flex: 0 0 504px;
    width: 504px;
  }
  .p-products__pager {
    padding: 0 110px 0 0;
    margin: 64px 0 0;
  }
  .p-products__progress {
    max-width: calc(100% - 110px);
  }
  .p-products__arrow {
    right: -52px;
    background-size: 23px 20px;
    cursor: pointer;
    transition: background-color 0.4s ease-out, background-image 0.4s ease-out;
  }
  .p-products__arrow.prev {
    right: 14px;
  }
  .p-products__arrow[aria-disabled="true"] {
    background-color: var(--color-grey04);
  }
  .p-products__arrow[aria-disabled="false"] {
    cursor: pointer;
  }
  .p-products__arrow[aria-disabled="false"]:hover {
    border: 1px solid var(--color-orange01);
    background-color: #fff;
    background-image: url(../images/svg/arrow02--orange01.svg);
  }
}
.p-products + .p-products {
  margin: 120px 0 0;
}
.p-banner {
  position: relative;
  margin: 120px -16px 0;
  background-color: #fafafa;
  border-radius: 64px 0 64px 0;
  aspect-ratio: 375/480;
}
.p-banner__image {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 64px 0 64px 0;
  overflow: hidden;
  aspect-ratio: 375/480;
}
.p-banner__image::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: var(--color-black02);
  opacity: 0.5;
}
.p-banner__image picture,
.p-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-banner__box {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-banner__title {
  color: #2e2f2c;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.p-banner__text {
  margin: 32px 0 0;
  text-align: center;
  color: #2e2f2c;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.p-banner__button {
  margin: 40px 0 0;
  text-align: center;
}
.p-banner__button .c-button.contact {
  margin: 0;
}
@media (max-width: 767px) {
  .p-banner {
    margin: 32vw -4.27vw 0;
    border-radius: 17.07vw 0 17.07vw 0;
  }
  .p-banner__image {
    border-radius: 17.07vw 0 17.07vw 0;
  }
  .p-banner__title {
    font-size: 8.53vw;
  }
  .p-banner__text {
    margin: 8.53vw 0 0;
    font-size: 4.27vw;
  }
  .p-banner__button {
    margin: 10.67vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-banner {
    margin: 200px min((100vw - 1136px)/2 * -1, (100% - 1136px)/2 * -1) 0;
    margin: 200px 0 0;
    aspect-ratio: 1128/400;
  }
  .p-banner__image {
    border-radius: 160px 0 160px 0;
    aspect-ratio: 1440/640;
  }
  .p-banner__title {
    font-size: 40px;
  }
  .p-banner__button .c-button.contact {
    margin: 0;
  }
}
.p-contact-banner {
  position: relative;
  margin: 40px -20px 0;
  background-color: #fafafa;
  border-radius: 64px 0 64px 0;
  aspect-ratio: 375/480;
}
.p-contact-banner__image {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 64px 0 64px 0;
  overflow: hidden;
  aspect-ratio: 375/480;
}
.p-contact-banner__image::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: var(--color-black02);
  opacity: 0.5;
}
.p-contact-banner__image picture,
.p-contact-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-contact-banner__box {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-contact-banner__title {
  color: #2e2f2c;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.p-contact-banner__text {
  margin: 32px 0 0;
  text-align: center;
  color: #2e2f2c;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.p-contact-banner__button {
  margin: 40px 0 0;
  text-align: center;
}
.p-contact-banner__button .c-button {
  margin: 0;
}
@media (max-width: 767px) {
  .p-contact-banner {
    margin: 10.67vw -5.33vw 0;
    border-radius: 17.07vw 0 17.07vw 0;
  }
  .p-contact-banner__image {
    border-radius: 17.07vw 0 17.07vw 0;
  }
  .p-contact-banner__title {
    font-size: 8.53vw;
  }
  .p-contact-banner__text {
    margin: 8.53vw 0 0;
    font-size: 4.27vw;
  }
  .p-contact-banner__button {
    margin: 10.67vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-contact-banner {
    margin: 56px 0 0;
    aspect-ratio: 760/338;
  }
  .p-contact-banner__image {
  }
  .p-contact-banner__title {
    font-size: 40px;
  }
  .p-contact-banner__button .c-button {
    margin: 0;
  }
}
.p-sdgs__text {
  padding: 0 4px;
  margin: 24px 0 0;
}
.p-sdgs__title {
  padding: 0 4px;
  margin: 101px 0 0;
}
.p-sdgs__box {
  padding: 47px 28px;
  margin: 36px 0 0;
  background-color: var(--color-grey01);
  border-radius: 64px 0 64px 0;
}
.p-sdgs__box + .p-sdgs__text {
  padding: 0 8px;
  margin: 22px 0 0;
  line-height: 36px;
}
@media (max-width: 767px) {
  .p-sdgs__text {
    padding: 0 1.07vw;
    margin: 6.4vw 0 0;
  }
  .p-sdgs__title {
    padding: 0 1.07vw;
    margin: 26.93vw 0 0;
  }
  .p-sdgs__box {
    padding: 12.53vw 7.47vw;
    margin: 9.6vw 0 0;
    border-radius: 17.07vw 0 17.07vw 0;
  }
  .p-sdgs__box + .p-sdgs__text {
    padding: 0 2.13vw;
    margin: 5.87vw 0 0;
    line-height: 9.6vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-sdgs__block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 120px;
  }
  .p-sdgs__block .p-sdgs__image {
    flex: 0 0 448px;
    width: 448px;
  }
  .p-sdgs__text {
    padding: 0;
    margin: -9px 0 0;
  }
  .p-sdgs__title {
    padding: 0;
    margin: 178px 0 0;
  }
  .p-sdgs__title + .p-sdgs__block {
    gap: 64px;
    margin: 66px 0 0;
  }
  .p-sdgs__box {
    flex: 0 0 504px;
    width: 504px;
    padding: 69px 42px;
    margin: 0;
  }
  .p-sdgs__box .p-sdgs__image {
    width: 100%;
  }
  .p-sdgs__box + .p-sdgs__text {
    padding: 0 5px 0 0;
    margin: 55px 0 0;
    line-height: 32px;
  }
}
.p-sdgs-torikumi {
  padding: 110px 16px 120px;
  margin: 110px -16px;
  background-color: var(--color-grey01);
  border-radius: 64px 0 64px 0;
}
.p-sdgs-torikumi__title {
  padding: 0 4px;
}
.p-sdgs-torikumi__container {
  margin: 36px 0 0;
}
.p-sdgs-torikumi__wrapper {
  display: flex;
}
.p-sdgs-torikumi .p-products__pager {
  margin: 11px 0 0;
}
@media (max-width: 767px) {
  .p-sdgs-torikumi {
    padding: 29.33vw 4.27vw 32vw;
    margin: 29.33vw -4.27vw;
    border-radius: 17.07vw 0 17.07vw 0;
  }
  .p-sdgs-torikumi__title {
    padding: 0 1.07vw;
  }
  .p-sdgs-torikumi__container {
    margin: 9.6vw 0 0;
  }
  .p-sdgs-torikumi__wrapper {
    display: flex;
  }
  .p-sdgs-torikumi__list .p-sdgs-torikumi__item + .p-sdgs-torikumi__item {
    margin: 12.8vw 0 0;
  }
  .p-sdgs-torikumi .p-products__pager {
    margin: 2.93vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-sdgs-torikumi {
    position: relative;
    z-index: 1;
    padding: 224px 0;
    margin: 122px 0 268px;
    background-color: rgba(0, 0, 0, 0);
  }
  .p-sdgs-torikumi::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 100vw;
    background-color: var(--color-grey01);
    border-radius: 200px 0 200px 0;
  }
  .p-sdgs-torikumi__title {
    padding: 0;
    color: #000;
  }
  .p-sdgs-torikumi__container {
    width: 1072px;
    margin: 66px 0 0;
  }
  .p-sdgs-torikumi__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 64px;
  }
  .p-sdgs-torikumi__list .p-sdgs-torikumi__item {
    flex: 0 0 504px;
    width: 504px;
  }
  .p-sdgs-torikumi .p-products__pager {
    margin: 11px 0 0;
  }
}
.wp-content {
  margin: 24px 0 0;
}
.wp-content > * {
  margin: 0 0 32px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.wp-content > *:first-child {
  margin-top: 0;
}
.wp-content p {
  color: var(--color-black01);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.wp-content p a {
  padding: 0 0 5px;
  background-image: linear-gradient(
    var(--color-orange01),
    var(--color-orange01)
  );
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;
  border-radius: 0;
  color: var(--color-orange01);
}
.wp-content p a[target="_blank"]::after {
  content: "";
  translate: 0 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 0 0 8px;
  background: url("../images/svg/blank.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.wp-content ul a,
.wp-content ol a,
.wp-content table a {
  padding: 0 0 5px;
  background-image: linear-gradient(
    var(--color-orange01),
    var(--color-orange01)
  );
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;
  border-radius: 0;
  color: var(--color-orange01);
}
.wp-content ul a[target="_blank"]::after,
.wp-content ol a[target="_blank"]::after,
.wp-content table a[target="_blank"]::after {
  content: "";
  translate: 0 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 0 0 8px;
  background: url("../images/svg/blank.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.wp-content .link {
  padding: 0 0 5px;
  background-image: linear-gradient(
    var(--color-orange01),
    var(--color-orange01)
  );
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;
  border-radius: 0;
  color: var(--color-orange01);
}
.wp-content .link[target="_blank"]::after {
  content: "";
  translate: 0 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 0 0 8px;
  background: url("../images/svg/blank.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.wp-content h2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  padding: 24px 0 0;
  margin: 0 0 32px;
  color: var(--color-black02);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 48px;
}
.wp-content h2::before {
  content: "";
  translate: 0 20px;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  background-color: var(--color-orange01);
  border-radius: 100%;
}
.wp-content h3 {
  padding: 24px 0 0;
  margin: 0 0 32px;
  color: var(--color-black01);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 44px;
}
.wp-content .wp-block-buttons a {
  padding: 0 0 5px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    var(--color-orange01),
    var(--color-orange01)
  );
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;
  border-radius: 0;
  color: var(--color-orange01);
}
.wp-content .wp-block-buttons a[target="_blank"]::after {
  content: "";
  translate: 0 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 4px 0 0 8px;
  background: url("../images/svg/blank.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.wp-content ol,
.wp-content ul {
  padding-left: 20px;
}
.wp-content li {
  list-style: inherit;
}
.wp-content .wp-block-table thead {
  border-color: var(--color-orange01);
}
@media (max-width: 767px) {
  .wp-content {
    margin: 6.4vw 0 0;
  }
  .wp-content > * {
    margin: 0 0 8.53vw;
    font-size: 16px;
  }
  .wp-content > *:first-child {
    margin-top: 0;
  }
  .wp-content p {
    font-size: 4.27vw;
  }
  .wp-content p a {
    padding: 0 0 1.33vw;
  }
  .wp-content p a[target="_blank"]::after {
    translate: 0 1.07vw;
    width: 4.8vw;
    height: 4.8vw;
    margin: 0 0 0 2.13vw;
  }
  .wp-content ul a,
  .wp-content ol a,
  .wp-content table a {
    padding: 0 0 1.33vw;
  }
  .wp-content ul a[target="_blank"]::after,
  .wp-content ol a[target="_blank"]::after,
  .wp-content table a[target="_blank"]::after {
    translate: 0 1.07vw;
    width: 4.8vw;
    height: 4.8vw;
    margin: 0 0 0 2.13vw;
  }
  .wp-content .link {
    padding: 0 0 1.33vw;
  }
  .wp-content .link[target="_blank"]::after {
    translate: 0 1.07vw;
    width: 4.8vw;
    height: 4.8vw;
    margin: 0 0 0 2.13vw;
  }
  .wp-content h2 {
    gap: 2.13vw;
    padding: 6.4vw 0 0;
    margin: 0 0 8.53vw;
    font-size: 8.53vw;
    line-height: 12.8vw;
  }
  .wp-content h2::before {
    translate: 0 5.33vw;
    flex: 0 0 3.2vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .wp-content h3 {
    padding: 6.4vw 0 0;
    margin: 0 0 8.53vw;
    font-size: 5.33vw;
    line-height: 11.73vw;
  }
  .wp-content .wp-block-buttons a {
    padding: 0 0 1.33vw;
  }
  .wp-content .wp-block-buttons a[target="_blank"]::after {
    translate: 0 1.07vw;
    width: 4.8vw;
    height: 4.8vw;
    margin: 1.07vw 0 0 2.13vw;
  }
  .wp-content ol,
  .wp-content ul {
    padding-left: 5.33vw;
  }
}
@media screen and (min-width: 768px), print {
  .wp-content {
    margin: 37px 0 0;
  }
  .wp-content > * {
    margin: 0 0 32px;
  }
  .wp-content p a:hover {
    animation: hoverTextA 0.8s linear;
  }
  .wp-content ul a:hover,
  .wp-content ol a:hover,
  .wp-content table a:hover {
    animation: hoverTextA 0.8s linear;
  }
  .wp-content .link:hover {
    animation: hoverTextA 0.8s linear;
  }
  .wp-content h2 {
    padding: 24px 0 0;
    margin: 0 0 32px;
    line-height: 68px;
  }
  .wp-content h2::before {
    translate: 0 26px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
  }
  .wp-content h3 {
    padding: 24px 0 0;
    margin: 0 0 32px;
    font-size: 24px;
  }
  .wp-content .wp-block-columns {
    gap: 48px;
  }
  .wp-content .wp-block-buttons a:hover {
    animation: hoverTextA 0.8s linear;
  }
}
