@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.l-header {
  padding-top: 4rem;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
  transition: opacity 0.5s cubic-bezier(0.4, 0.1, 0.2, 1);
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.l-header__logo {
  width: 28.8rem;
}
.l-header__logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    bottom: auto;
    height: 6.6rem;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 3rem;
    transition: opacity 0.5s cubic-bezier(0.4, 0.1, 0.2, 1);
    visibility: visible;
    width: 20rem;
    z-index: 250;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__menu .menu-list {
  display: flex;
  align-items: center;
  gap: 4.8rem;
  position: relative;
  height: 6rem;
}
.l-header__menu .menu-list .menu-item a {
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  color: #707070;
  font-family: "Manrope", sans-serif;
  padding: 0.5em 0;
  position: relative;
}
.l-header__menu .menu-list .menu-item a::before {
  content: "";
  display: block;
  height: 8rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 1.25rem);
}
.l-header__menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.9rem 0;
  padding-top: 1.8rem;
  border-top: 1px solid #707070;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s cubic-bezier(0.4, 0.1, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0.1, 0.2, 1);
}
.l-header__menu .sub-menu .menu-item {
  text-align: center;
}
.l-header__menu .sub-menu-mask {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0);
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: -100%;
  transition: box-shadow 0.5s cubic-bezier(0.4, 0.1, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0.1, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0.1, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0.1, 0.2, 1);
  visibility: visible;
  width: 100%;
  z-index: -1;
}
.l-header__menu .sub-menu-mask .b--dm__win {
  height: 100%;
  overflow: hidden;
  padding: 0 5%;
  position: relative;
  top: 100%;
  width: 100%;
}
.l-header__menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.l-header__menu .menu-item-has-children:hover .sub-menu-mask {
  transform: translate(0, 24rem);
  visibility: visible;
}
.l-header__menu .menu-item-has-children:hover .sub-menu-mask .b--dm__win {
  transform: translate(0, -24rem);
}

.l-header {
  opacity: 1;
}

.is-scrolled .l-header {
  opacity: 0;
  pointer-events: none;
}

.is-scrolled.is-scrollup .l-header, .is-scrolled.is-scrollup .l-header__logo {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 767px) {
  .is-home .l-header {
    opacity: 0;
    pointer-events: none;
  }
}
.is-home .l-header__menu, .is-home .l-header__logo {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0.1, 0.2, 1);
}

.is-siteloaded .l-header__menu {
  opacity: 1;
}

.l-footer {
  position: sticky;
  top: 100vh;
  background-color: #707070;
  padding-bottom: 13rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 8rem;
    padding-bottom: 0;
  }
}
.l-footer__inner {
  padding: 0 7.5%;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0 2rem;
  }
}
.l-footer__top {
  padding-top: 7rem;
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    flex-direction: column;
    padding-top: 2.5rem;
  }
}
.l-footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4.8rem;
}
.l-footer__menu .menu-item a {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__menu .menu-item a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__menu .menu-item a {
    transition: opacity 0.3s cubic-bezier(0.13, 0.08999, 0.1, 1);
  }
  .l-footer__menu .menu-item a:hover {
    opacity: 0.25;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu .menu-item-has-children {
    display: flex;
    align-items: baseline;
    gap: 1rem;
  }
}
.l-footer__menu .menu-item-has-children .sub-menu {
  display: flex;
  gap: 1rem;
  line-height: 1;
}
.l-footer__menu .menu-item-has-children .sub-menu .menu-item + .menu-item {
  padding-left: 1rem;
  position: relative;
}
.l-footer__menu .menu-item-has-children .sub-menu .menu-item + .menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer__menu .menu-item-has-children .sub-menu .menu-item + .menu-item::before {
    height: 1.6rem;
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__menu .menu-item-has-children .sub-menu {
    padding-top: 2rem;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .l-footer__menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
.l-footer__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    display: none;
  }
}
.l-footer__sns {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    gap: 3rem;
  }
}
.l-footer__sns li a {
  width: 5rem;
  height: 5rem;
  display: block;
  text-indent: -999em;
}
.l-footer__sns li a.x {
  background: url(../img/common/x.svg) no-repeat center/contain;
}
.l-footer__sns li a.ig {
  background: url(../img/common/instagram.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .l-footer__sns li a {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__sns li a {
    transition: opacity 0.3s cubic-bezier(0.13, 0.08999, 0.1, 1);
  }
  .l-footer__sns li a:hover {
    opacity: 0.25;
  }
}
.l-footer__sns li.x a {
  background: url(../img/common/x.svg) no-repeat center/contain;
}
.l-footer__sns li.ig a {
  background: url(../img/common/instagram.svg) no-repeat center/contain;
}
.l-footer__copyright {
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 10rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 7rem;
    padding: 1rem 0;
    background-color: #d4d4d4;
    color: #707070;
    margin-inline: -2rem;
  }
}

:root {
  --font-mincho: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  --font-gothic: "Noto Sans JP", "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}

.hidden {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #707070;
  word-break: break-word;
  background: rgba(112, 112, 112, 0.05);
  min-height: 100vh;
}

.go {
  font-family: var(--font-gothic);
}

.min {
  font-family: var(--font-mincho);
}

img, svg {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: default;
}
a[href] {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

.inner {
  --max-width: 162rem;
  max-width: calc(var(--max-width) + 4rem);
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  width: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}

::-moz-placeholder {
  color: #bfbfbf;
}

::placeholder {
  color: #bfbfbf;
}

.toTop {
  width: 1.2rem;
  height: 2.4rem;
  background: url(../img/common/gotop.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  top: 2.8rem;
  right: 3.5rem;
  z-index: 11;
  text-indent: -999em;
}
@media screen and (min-width: 768px) {
  .toTop {
    width: 2.4rem;
    height: 4.8rem;
    right: 14.5rem;
    transition: opacity 0.3s cubic-bezier(0.13, 0.08999, 0.1, 1);
  }
  .toTop:hover {
    opacity: 0.5;
  }
}

.title {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 4.8rem;
  line-height: 1.3333333333;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 2.4rem;
  }
}

.external::after {
  content: "";
  position: relative;
  width: 1.1rem;
  height: 1.1rem;
  -webkit-mask: url(../img/common/external.svg) no-repeat center/contain;
          mask: url(../img/common/external.svg) no-repeat center/contain;
  background-color: currentColor;
  display: inline-block;
  margin-left: 1.1rem;
}

.menu-item.external::after {
  content: none;
}
.menu-item.external a::after {
  content: "";
  position: relative;
  width: 1.1rem;
  height: 1.1rem;
  -webkit-mask: url(../img/common/external.svg) no-repeat center/contain;
          mask: url(../img/common/external.svg) no-repeat center/contain;
  background-color: currentColor;
  display: inline-block;
  margin-left: 1.1rem;
}

.b-wrap {
  min-height: 100vh;
}

.p-sub {
  padding-top: 12rem;
}
.p-sub .page-title {
  text-align: right;
  padding-top: 9rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .p-sub .page-title {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #707070;
  }
}
.p-sub .page-title .en {
  font-family: "Manrope", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.16em;
  line-height: 1.6666666667;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-sub .page-title .en {
    font-size: 1.4rem;
  }
}
.p-sub .page-title .ja {
  display: block;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sub .page-title .ja {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-sub {
    padding-top: 7.5rem;
  }
  .p-sub .page-title {
    text-align: center;
  }
}

.pagination {
  margin-top: 7.5rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.pagination .page-numbers {
  line-height: 1.25;
  font-weight: bold;
  background-color: rgba(112, 112, 112, 0.2);
  border-radius: 50%;
  font-size: 1.6rem;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers.current {
  background-color: #d3a4a4;
  color: #fff;
}
.pagination .page-numbers:hover {
  font-weight: bold;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  text-indent: -999em;
  width: 1em;
  height: 3.2rem;
  background: url(../img/common/pagenavi_arrow.svg) no-repeat center/contain;
  background-size: 1rem;
}
.pagination .page-numbers.prev {
  transform: rotate(-180deg);
}

.p-blog__editor p,
.p-blog__editor table,
.p-blog__editor ul,
.p-blog__editor ol {
  margin-bottom: 30px;
}

.p-blog__editor table td,
.p-blog__editor table th {
  padding: 5px 10px;
  font-size: 1.2rem;
}

.p-blog__editor h1,
.p-blog__editor h2,
.p-blog__editor h3,
.p-blog__editor h4,
.p-blog__editor h5,
.p-blog__editor h6 {
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-blog__editor h1 {
  position: relative;
  padding-bottom: 10px;
  font-size: 2.6rem;
}

.p-blog__editor h2 {
  position: relative;
  padding-bottom: 10px;
  font-size: 2.4rem;
}

.p-blog__editor h2::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 200px;
  height: 2px;
  content: "";
}

.p-blog__editor h3 {
  padding-bottom: 10px;
  font-size: 2.2rem;
}

.p-blog__editor h4 {
  padding-bottom: 10px;
  font-size: 2rem;
}

.p-blog__editor h5 {
  padding-bottom: 10px;
  font-size: 1.8rem;
}

.p-blog__editor h6 {
  padding-bottom: 5px;
  font-size: 1.6rem;
}

.p-blog__editor a {
  text-decoration: underline;
}

.p-blog__editor a:hover {
  text-decoration: none;
}

.p-blog__editor .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.p-blog__editor .alignleft {
  display: block;
}

.p-blog__editor .alignright {
  display: block;
  margin-left: auto;
}

.p-blog__editor ul li {
  list-style-position: inside;
  list-style-type: disc;
}

.p-blog__editor ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

.p-blog__editor .googlemap {
  position: relative;
  max-width: 960px;
  height: 0;
  padding-bottom: 45.75%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.p-blog__editor .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-blog__editor .youtube {
  position: relative;
  width: 100%;
  max-width: 960px;
  padding-top: 45.75%;
  margin-right: auto;
  margin-left: auto;
}

.p-blog__editor .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 1280px) {
  .p-blog__editor .googlemap {
    padding-top: 50%;
  }
  .p-blog__editor .youtube {
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 767px) {
  .p-blog__editor {
    margin: 12 auto 0;
    overflow: hidden;
  }
  .p-blog__editor h1,
  .p-blog__editor h2,
  .p-blog__editor h3,
  .p-blog__editor h4,
  .p-blog__editor h5,
  .p-blog__editor h6 {
    margin-bottom: 2rem;
  }
  .p-blog__editor h1 {
    padding-bottom: 10px;
    font-size: 2.2rem;
  }
  .p-blog__editor h1::before {
    width: 10rem;
  }
  .p-blog__editor h2 {
    font-size: 2rem;
  }
  .p-blog__editor h2::before {
    width: 5rem;
  }
  .p-blog__editor h3 {
    padding-bottom: 5px;
    font-size: 1.8rem;
  }
  .p-blog__editor h4 {
    padding-bottom: 5px;
    font-size: 1.6rem;
  }
  .p-blog__editor h5 {
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
  .p-blog__editor h6 {
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
}
.b--hm {
  background-color: #fff;
  border-radius: 50%;
  top: 1.5rem;
  display: block;
  height: 4.7rem;
  overflow: hidden;
  position: fixed;
  right: 3.8461538462%;
  visibility: visible;
  width: 4.7rem;
  z-index: 350;
}
@media screen and (min-width: 768px) {
  .b--hm {
    display: none;
  }
}
.b--hm__in {
  bottom: 0;
  height: 1.1rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.1rem;
}
.b--hm__i {
  background-color: #000;
  display: block;
  height: 0.2rem;
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.4, 0.1, 0.2, 1);
  width: 100%;
}
.b--hm__i._t {
  top: 0;
}
.b--hm__i._b {
  bottom: 0;
}

.is-navopen .b--hm__i._t {
  transform: translateY(0.5rem) rotate(45deg);
}
.is-navopen .b--hm__i._b {
  transform: translateY(-0.4rem) rotate(-45deg);
}

.js-content {
  display: none;
}

.b--nv {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
}
@media screen and (min-width: 768px) {
  .b--nv {
    display: none;
  }
}
.b--nv__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #eeebea;
  z-index: 0;
}
.b--nv__win {
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 5;
}
.b--nv__win, .b--nv__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.b--nv__bd {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 100%;
  padding: 0 0 0.6rem;
  position: relative;
  width: 100%;
}
.b--nv__hd {
  left: 0;
  overflow: hidden;
  padding: 0 11.5384615385%;
  position: absolute;
  top: 4rem;
  width: 100%;
  z-index: 105;
}
.b--nv__hd__lg {
  width: 17rem;
}
.b--nv__hd__lg img {
  display: block;
}
.b--nv__main {
  padding: 14rem 0 7rem;
  width: 100%;
}
.b--nv__one, .b--nv__one__in {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.b--nv__one:nth-of-type(n + 2) {
  margin-top: 4rem;
}
.b--nv__one__in {
  padding: 0 11.5384615385%;
}
.b--nv__one__hit__l {
  align-content: stretch;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.b--nv__one__hit__i {
  display: block;
  height: 1.0625rem;
  margin: 0 0 0 0.875rem;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.4, 0.1, 0.2, 1);
  width: 1.0625rem;
}
.b--nv [data-hit].is-open .b--nv__one__hit__i {
  transform: rotate(45deg);
}
.b--nv__one__hit__b {
  background-color: #707070;
  bottom: 0;
  display: block;
  height: 0.0625rem;
  left: 0;
  margin: auto;
  min-height: 0.0625rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
}
.b--nv__one__hit__b._2 {
  transform: rotate(90deg);
}
.b--nv__menu li a {
  font-size: 1.6rem;
}
.b--nv__cld {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.b--nv__cld__bd {
  padding: 0.75rem 0 0.5rem;
  width: 100%;
}
.b--nv__cld__wp {
  background-color: #f2f1f0;
  padding: 1.5625rem 11.5384615385% 1.8125rem;
}
.b--nv__cld__mn {
  margin: 1.5625rem 0 0;
  width: 100%;
}
.b--nv__cld__mn:first-child {
  margin-top: 0;
}
.b--nv__cld__li {
  width: 100%;
}
.b--nv__cld__li:nth-of-type(n + 2) {
  margin: 1.5625rem 0 0;
}

.is-navopen .b--nv {
  pointer-events: all;
}

@keyframes trans1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@media screen and (min-width: 768px) {
  .b--gn__one__lw {
    overflow: hidden;
    position: relative;
  }
  .b--gn__one__lab,
  .b--gn__one__lw {
    display: inline-block;
  }
  .b--gn__one__lab ._i {
    white-space: pre;
  }
  .b--gn__one__lab:nth-of-type(n + 2) {
    left: 0;
    position: absolute;
    top: 200%;
  }
}
.more-btn {
  color: #707070;
  font-size: 1.6rem;
  line-height: 1.3125;
}
.more-btn__txt {
  padding-bottom: 0.4rem;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-bottom: 1px;
}
.more-btn__txt::after, .more-btn__txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #707070;
  z-index: 2;
  will-change: transform;
}
.more-btn__txt::before {
  left: -100%;
}
.more-btn__hr {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #d0d0d0;
}
@media screen and (max-width: 767px) {
  .more-btn {
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
}
@media screen and (min-width: 768px) {
  .more-btn:hover .more-btn__txt::after {
    animation: trans1 0.5s forwards ease;
  }
  .more-btn:hover .more-btn__txt::before {
    animation: trans1 0.4s 0.5s forwards ease;
  }
}

.b--ld {
  width: 100%;
  height: 100%;
  background-color: #eeebea;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 750;
  transform: translateZ(0);
}

.b--ld__lg {
  height: 3.25rem;
  width: 24.625rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 100;
  transform: translateZ(0);
}

@media screen and (min-width: 32.5em) {
  .b--ld__lg {
    height: 30px;
    width: 300px;
  }
}
@media screen and (min-width: 82.5em) {
  .b--ld__lg {
    height: 3.25rem;
    width: 29.9375rem;
  }
}
/* .is-home .b-wrap {
  opacity: 0;
  &.show {
    opacity: 1;
    transition: opacity 0.2s cubic-bezier(0.4, 0.1, 0.2, 1) 0.4s;
  }
}
 */
.p-home .kv {
  height: 100dvh;
  min-height: 850px;
  background: var(--img) no-repeat center/cover;
  --img: url("../img/top/co_top_main_img.jpg");
  --img_sp: url("../img/top/co_top_main_img_sp.jpg");
  position: relative;
}
.p-home .kv .kv-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home .kv {
    background: var(--img_sp) no-repeat center/cover;
    min-height: 37.5rem;
  }
}
.p-home .kv .kv-logo {
  width: 48.6rem;
  max-width: 100%;
  height: 4.5rem;
  position: absolute;
  left: 6%;
  left: 2rem;
  top: 54%;
}
.p-home .kv .kv-logo img {
  width: 100%;
  display: block;
}
.p-home .kv .kv-logo span {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-home .kv .kv-logo {
    top: 3.2rem;
    width: 24rem;
    height: 2.2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-home .news {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-home .news {
    padding-top: 2.5rem;
  }
}
.p-home .news .content {
  margin-top: 5rem;
}
.p-home .news .news-head {
  border-bottom: 1px solid #707070;
  display: flex;
  justify-content: center;
  gap: 16rem;
  padding-bottom: 1.5rem;
}
.p-home .news .news-head li {
  text-align: center;
  min-width: 14rem;
}
.p-home .news .news-head li a {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3125;
}
.p-home .news .news-head li.active a {
  position: relative;
}
.p-home .news .news-head li.active a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #707070;
  bottom: -1.6rem;
}
@media screen and (max-width: 767px) {
  .p-home .news .news-head {
    gap: 1rem;
    padding-bottom: 1rem;
  }
  .p-home .news .news-head li {
    min-width: 7.5rem;
  }
  .p-home .news .news-head li a {
    font-size: 1rem;
  }
  .p-home .news .news-head li.active a::after {
    bottom: -1.2rem;
  }
}
.p-home .news .news-body {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-home .news .news-body {
    margin-top: 2.4rem;
  }
}
.p-home .news .news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-home .news .news-list {
    gap: 6rem 2.7rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .p-home .news .news-card__link:hover .news-card__thumb img {
    transform: scale(1.05);
  }
  .p-home .news .news-card__link:hover .news-card__body {
    opacity: 0.7;
  }
}
.p-home .news .news-card__thumb {
  overflow: hidden;
}
.p-home .news .news-card__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.p-home .news .news-card__body {
  transition: opacity 0.3s ease;
}
.p-home .news .news-card__meta {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-home .news .news-card__meta {
    margin-top: 0.7rem;
    gap: 1.6rem;
  }
}
.p-home .news .news-card__date {
  font-size: 1.6rem;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .p-home .news .news-card__date {
    font-size: 0.8rem;
  }
}
.p-home .news .news-card__cate {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3125;
  background-color: rgba(112, 112, 112, 0.2);
  padding: 0.3rem 1.2rem;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home .news .news-card__cate {
    font-size: 0.8rem;
    padding: 0.3rem 1rem;
  }
}
.p-home .news .news-card__ttl {
  margin-top: 1.4rem;
  font-family: var(--font-mincho);
  font-size: 2.4rem;
  line-height: 1.3333333333;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-home .news .news-card__ttl {
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
}
.p-home .news {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home .news {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-home .news .news-list {
    display: block;
  }
  .p-home .news .news-list .news-card:nth-child(n+6) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-home .news .news-list .news-card:nth-child(n+5) {
    display: none;
  }
}
.p-home .news .see-all {
  right: 2.5rem;
  z-index: 2;
  padding-top: 2rem;
  text-align: right;
}
.p-home .news .see-all .more-btn {
  display: inline-flex;
  margin-right: 1.5rem;
}
.p-home .news .see-all .more-btn__label {
  padding: 0 0.5em;
}
@media screen and (min-width: 768px) {
  .p-home .news .slick-track {
    margin-left: 0;
  }
  .p-home .news .slick-slide > div {
    padding: 0 3rem;
  }
  .p-home .news .slick-arrow {
    width: 4.6rem;
    height: 1.7rem;
    top: 24rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    transform: translate(0, 0);
    overflow: hidden;
  }
  .p-home .news .slick-arrow.slick-next {
    right: -7rem;
    background-image: url(../img/top/slick-arrow-next.svg);
  }
  .p-home .news .slick-arrow.slick-next:hover {
    animation: rightSlickArrow 0.7s;
    animation-timing-function: ease;
  }
  .p-home .news .slick-arrow.slick-prev {
    left: -7rem;
    background-image: url(../img/top/slick-arrow-left.svg);
  }
  .p-home .news .slick-arrow.slick-prev:hover {
    animation: leftSlickArrow 0.7s;
    animation-timing-function: ease;
  }
  .p-home .news .slick-arrow::before {
    content: none;
  }
}
.p-home .top-topics {
  padding-top: 9rem;
  padding-bottom: 24rem;
  background-color: rgba(112, 112, 112, 0.1);
}
@media screen and (max-width: 767px) {
  .p-home .top-topics {
    padding-top: 2.7rem;
    padding-bottom: 5.4rem;
  }
}
.p-home .top-topics .content {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-home .top-topics .content {
    margin-top: 1.7rem;
  }
}
.p-home .top-topics .topics-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.p-home .top-topics .topics-list .item {
  aspect-ratio: 1;
}
.p-home .top-topics .topics-list .item .item-link {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
.p-home .top-topics .topics-list .item .item-thumb {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: opacity 0.3s, transform 0.3s linear;
  opacity: 0.8;
}
.p-home .top-topics .topics-list .item .item-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
  position: relative;
  z-index: 2;
  transition: color 0.3s linear;
}
.p-home .top-topics .topics-list .item:first-child {
  grid-column: 1/3;
  grid-row: 1/2;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 768px) {
  .p-home .top-topics .topics-list .item-link:hover .item-thumb {
    transform: scale(1.05);
    opacity: 1;
  }
  .p-home .top-topics .topics-list .item-link:hover .item-ttl {
    color: #707070;
  }
}
@media screen and (max-width: 767px) {
  .p-home .top-topics .topics-list {
    grid-template-columns: 1fr 1fr;
  }
  .p-home .top-topics .topics-list .item:first-child {
    aspect-ratio: 390/145;
  }
  .p-home .top-topics .topics-list .item:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }
  .p-home .top-topics .topics-list .item:nth-child(4) {
    grid-row: 2;
    grid-column: 2;
  }
  .p-home .top-topics .topics-list .item .item-ttl {
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}
.p-home .top-brands {
  padding-top: 9rem;
  padding-bottom: 16rem;
  background-color: rgba(112, 112, 112, 0.1);
}
@media screen and (max-width: 767px) {
  .p-home .top-brands {
    padding-top: 2.7rem;
    padding-bottom: 5.4rem;
  }
}
.p-home .top-brands .brands-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5.6rem 6rem;
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-home .top-brands .brands-list {
    gap: 2rem;
    margin-top: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
.p-home .top-brands .brands-list .item {
  overflow: hidden;
}
.p-home .top-brands .brands-list .item .item-link {
  display: block;
  transition: 0.3s opacity linear;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-home .top-brands .brands-list .item .item-link:hover .item-logo {
    opacity: 0.5;
  }
}
.p-home .top-brands .brands-list .item .item-logo {
  transition: 0.3s opacity linear;
}
.p-home .top-brands .brands-list .item .item-logo img {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-home .top-brands .brands-list .item .item-logo img {
    transform: scale(1.15);
  }
}
.p-home .sustainability {
  padding-top: 9rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-home .sustainability {
    padding-top: 2.7rem;
    padding-bottom: 5.4rem;
  }
}
.p-home .sustainability .sub-title {
  margin-top: 2rem;
  font-size: 1.6rem;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-home .sustainability .sub-title {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.p-home .sustainability .sus-list {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-home .sustainability .sus-list {
    margin-top: 1.4rem;
    margin-inline: -1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home .sustainability .sus-list .item {
    display: flex;
    align-items: center;
  }
  .p-home .sustainability .sus-list .item + .item {
    margin-top: 6rem;
  }
  .p-home .sustainability .sus-list .item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .p-home .sustainability .sus-list .item .item-img {
    width: 60%;
  }
  .p-home .sustainability .sus-list .item .item-body {
    width: 40%;
  }
}
.p-home .sustainability .sus-list .item .item-img img {
  display: block;
  width: 100%;
}
.p-home .sustainability .sus-list .item .item-ttl {
  font-family: var(--font-mincho);
  font-size: 3.2rem;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-home .sustainability .sus-list .item .item-ttl {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    color: #fff;
  }
}
.p-home .sustainability .sus-list .item .item-desc {
  margin-top: 2.5rem;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-home .sustainability .sus-list .item .item-desc {
    font-size: 1.4rem;
    line-height: 1.3571428571;
    margin-top: 1.1rem;
    color: #fff;
  }
}
.p-home .sustainability .sus-list .item .item-more {
  margin-top: 4rem;
  text-align: center;
}
.p-home .sustainability .sus-list .item .item-more .more-btn {
  color: #707070;
  font-size: 1.6rem;
  line-height: 1.3125;
}
.p-home .sustainability .sus-list .item .item-more .more-btn__txt {
  padding-bottom: 0.4rem;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-bottom: 1px;
}
.p-home .sustainability .sus-list .item .item-more .more-btn__txt::after, .p-home .sustainability .sus-list .item .item-more .more-btn__txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #707070;
  z-index: 2;
  will-change: transform;
}
.p-home .sustainability .sus-list .item .item-more .more-btn__txt::before {
  left: -100%;
}
.p-home .sustainability .sus-list .item .item-more .more-btn__hr {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #d0d0d0;
}
@media screen and (min-width: 768px) {
  .p-home .sustainability .sus-list .item .item-more .more-btn:hover .more-btn__txt::after {
    animation: trans1 0.5s forwards ease;
  }
  .p-home .sustainability .sus-list .item .item-more .more-btn:hover .more-btn__txt::before {
    animation: trans1 0.4s 0.5s forwards ease;
  }
}
@media screen and (max-width: 767px) {
  .p-home .sustainability .sus-list .item .item-more {
    margin-top: 0;
  }
  .p-home .sustainability .sus-list .item .item-more .more-btn {
    position: absolute;
    inset: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home .sustainability .sus-list .item {
    position: relative;
  }
  .p-home .sustainability .sus-list .item .item-img {
    position: relative;
  }
  .p-home .sustainability .sus-list .item .item-img img {
    aspect-ratio: 390/195;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-home .sustainability .sus-list .item .item-body {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.37);
  }
}

.p-philosophy {
  padding-bottom: 27rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy .page-heading {
    margin-bottom: 8.5rem;
  }
}
.p-philosophy .phi-item {
  padding-bottom: 10rem;
  position: relative;
}
.p-philosophy .phi-item:nth-child(2n)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5.6rem;
  height: 100%;
  background: rgba(112, 112, 112, 0.1);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-philosophy .phi-item:nth-child(2n)::after {
    top: 2.8rem;
  }
}
.p-philosophy .phi-item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-philosophy .phi-item {
    padding-bottom: 3.6rem;
  }
  .p-philosophy .phi-item:last-child {
    padding-bottom: 0;
  }
}
.p-philosophy .phi-ttl {
  text-align: center;
  font-family: var(--font-mincho);
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 8.4rem;
}
.p-philosophy .phi-ttl .small {
  display: block;
  font-size: 0.5em;
  letter-spacing: 0.16em;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-philosophy .phi-ttl {
    font-size: 2.4rem;
    margin-bottom: 3.5rem;
  }
  .p-philosophy .phi-ttl .small {
    font-size: 1rem;
  }
}
.p-philosophy .phi-subttl {
  font-family: var(--font-mincho);
  font-size: 2.4rem;
  line-height: 1.6666666667;
  text-align: center;
  margin-bottom: 7.4rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy .phi-subttl {
    margin-bottom: 4.4rem;
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}
.p-philosophy .phi-text {
  font-size: 1.6rem;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-philosophy .phi-text {
    font-size: 1.4rem;
    line-height: 2.7142857143;
  }
}

.p-news .news {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-news .news {
    padding-top: 2.5rem;
  }
}
.p-news .news .content {
  margin-top: 5rem;
}
.p-news .news .news-head {
  border-bottom: 1px solid #707070;
  display: flex;
  justify-content: center;
  gap: 16rem;
  padding-bottom: 1.5rem;
}
.p-news .news .news-head li {
  text-align: center;
  min-width: 14rem;
}
.p-news .news .news-head li a {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3125;
}
.p-news .news .news-head li.active a {
  position: relative;
}
.p-news .news .news-head li.active a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #707070;
  bottom: -1.6rem;
}
@media screen and (max-width: 767px) {
  .p-news .news .news-head {
    gap: 1rem;
    padding-bottom: 1rem;
  }
  .p-news .news .news-head li {
    min-width: 7.5rem;
  }
  .p-news .news .news-head li a {
    font-size: 1rem;
  }
  .p-news .news .news-head li.active a::after {
    bottom: -1.2rem;
  }
}
.p-news .news .news-body {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-news .news .news-body {
    margin-top: 2.4rem;
  }
}
.p-news .news .news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-news .news .news-list {
    gap: 6rem 2.7rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .p-news .news .news-card__link:hover .news-card__thumb img {
    transform: scale(1.05);
  }
  .p-news .news .news-card__link:hover .news-card__body {
    opacity: 0.7;
  }
}
.p-news .news .news-card__thumb {
  overflow: hidden;
}
.p-news .news .news-card__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.p-news .news .news-card__body {
  transition: opacity 0.3s ease;
}
.p-news .news .news-card__meta {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-news .news .news-card__meta {
    margin-top: 0.7rem;
    gap: 1.6rem;
  }
}
.p-news .news .news-card__date {
  font-size: 1.6rem;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .p-news .news .news-card__date {
    font-size: 0.8rem;
  }
}
.p-news .news .news-card__cate {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3125;
  background-color: rgba(112, 112, 112, 0.2);
  padding: 0.3rem 1.2rem;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-news .news .news-card__cate {
    font-size: 0.8rem;
    padding: 0.3rem 1rem;
  }
}
.p-news .news .news-card__ttl {
  margin-top: 1.4rem;
  font-family: var(--font-mincho);
  font-size: 2.4rem;
  line-height: 1.3333333333;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-news .news .news-card__ttl {
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
}
.p-news .page-title {
  border-bottom: 0;
}
.p-news .news {
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .p-news .news {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news .news {
    padding-top: 0;
  }
}
.p-news .news-detail .news-body {
  max-width: 81.1rem;
  margin-left: auto;
  margin-right: auto;
}
.p-news .news-detail .entry-header {
  margin-bottom: 5rem;
}
.p-news .news-detail .entry-header__top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-news .news-detail .entry-header {
    margin-bottom: 2.6rem;
  }
}
.p-news .news-detail .entry-meta {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-news .news-detail .entry-meta .date,
  .p-news .news-detail .entry-meta .cate {
    font-size: 0.8rem;
  }
}
.p-news .news-detail .entry-meta .cate {
  background-color: rgba(112, 112, 112, 0.2);
  padding: 0.3rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-news .news-detail .entry-meta {
    gap: 1.5rem;
  }
}
.p-news .news-detail .entry-title {
  font-family: var(--font-mincho);
  font-size: 2.4rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-news .news-detail .entry-title {
    margin-top: 1.3rem;
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
}
.p-news .news-detail .back-list a {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-news .news-detail .back-list {
    display: none;
  }
}
.p-news .news-detail .entry-content .wp-block-image {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .p-news .news-detail .entry-content {
    font-size: 1rem;
  }
}
.p-news .news-detail .entry-footer {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  margin-top: 8rem;
  padding-top: 5rem;
}
.p-news .news-detail .entry-footer .back-to-list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.p-news .news-detail .entry-footer .back-to-list::before {
  content: "";
  display: inline-block;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  width: 2.9rem;
  height: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-news .news-detail .entry-footer {
    margin-top: 7rem;
    padding-top: 2.5rem;
  }
  .p-news .news-detail .entry-footer .back-to-list {
    font-size: 1rem;
    gap: 0.5rem;
  }
  .p-news .news-detail .entry-footer .back-to-list::before {
    width: 1rem;
    height: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-brands .page-heading {
    margin-bottom: 5rem;
  }
}
.p-brands .brands-section {
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .p-brands .brands-section {
    padding-bottom: 4rem;
  }
}
.p-brands .brands-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14.6rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-brands .brands-list {
    gap: 2rem;
    margin-top: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
.p-brands .brands-list .item {
  overflow: hidden;
}
.p-brands .brands-list .item .item-link {
  display: block;
  transition: 0.3s opacity linear;
  background-color: #fff;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-brands .brands-list .item .item-link:hover .item-logo,
  .p-brands .brands-list .item .item-link:hover .item-img {
    opacity: 0.5;
  }
}
.p-brands .brands-list .item .item-img {
  transition: 0.3s opacity linear;
}
.p-brands .brands-list .item .item-img img {
  display: block;
  width: 100%;
}
.p-brands .brands-list .item .item-logo {
  transition: 0.3s opacity linear;
}
.p-brands .brands-list .item .item-logo img {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-brands .brands-list .item .item-logo img {
    transform: scale(1.15);
  }
}
.p-brands .brands-detail .brands-thumb img {
  width: 100%;
  display: block;
}
.p-brands .brands-detail .brands-content {
  margin-top: 4rem;
}
.p-brands .brands-detail .brands-content .brand-name {
  text-align: center;
  font-weight: 300;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-brands .brands-detail .brands-content .brand-name {
    font-size: 1.4rem;
  }
}
.p-brands .brands-detail .brands-content .brand-text {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 4rem;
  font-weight: 300;
}
.p-brands .brands-detail .brands-content .brand-text p + p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-brands .brands-detail .brands-content .brand-text {
    font-size: 1.4rem;
    line-height: 1.3571428571;
    margin-top: 1.5rem;
  }
}
.p-brands .brands-detail .brand-link {
  margin-top: 20rem;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  gap: 2.8rem;
  padding-right: 9rem;
}
.p-brands .brands-detail .brand-link.rev {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-brands .brands-detail .brand-link.rev {
    flex-direction: column-reverse;
  }
}
.p-brands .brands-detail .brand-link__sns {
  display: flex;
  gap: 1.6rem;
  position: relative;
  align-items: end;
}
.p-brands .brands-detail .brand-link__sns::before {
  content: "Links";
  font-size: 1.6rem;
  text-align: center;
  color: #707070;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-brands .brands-detail .brand-link__sns::before {
    font-size: 1rem;
  }
}
.p-brands .brands-detail .brand-link__sns li a {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  text-indent: -999em;
  color: #707070;
}
.p-brands .brands-detail .brand-link__sns li a.ig {
  -webkit-mask: url(../img/common/instagram.svg) no-repeat center/contain;
          mask: url(../img/common/instagram.svg) no-repeat center/contain;
  background-color: currentColor;
}
.p-brands .brands-detail .brand-link__sns li a.x {
  -webkit-mask: url(../img/common/x.svg) no-repeat center/contain;
          mask: url(../img/common/x.svg) no-repeat center/contain;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .p-brands .brands-detail .brand-link__sns li a {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-brands .brands-detail .brand-link__sns li a {
    transition: opacity 0.3s cubic-bezier(0.13, 0.08999, 0.1, 1);
  }
  .p-brands .brands-detail .brand-link__sns li a:hover {
    opacity: 0.25;
  }
}
@media screen and (max-width: 767px) {
  .p-brands .brands-detail .brand-link__sns {
    padding-left: 0.2em;
  }
}
.p-brands .brands-detail .brand-link__web {
  display: flex;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-brands .brands-detail .brand-link__web li a {
    transition: opacity 0.3s cubic-bezier(0.13, 0.08999, 0.1, 1);
  }
  .p-brands .brands-detail .brand-link__web li a:hover {
    opacity: 0.25;
  }
}
.p-brands .brands-detail .brand-link__web li a {
  text-align: center;
  padding: 0 1em;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #707070;
}
.p-brands .brands-detail .brand-link__web li a.external::after {
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .p-brands .brands-detail .brand-link__web {
    gap: 1.6rem;
  }
  .p-brands .brands-detail .brand-link__web li a {
    font-size: 1rem;
    padding: 0 0.5em;
    padding-bottom: 0.5rem;
  }
}
.p-brands .brands-detail .brand-link:empty {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-brands .brands-detail .brand-link {
    margin-top: 8rem;
    padding-right: 0;
    justify-content: flex-start;
    align-items: start;
    flex-direction: column;
    gap: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-brands-top {
    padding-bottom: 6rem;
  }
}

.p-sustainability {
  background-color: #fff;
}
.p-sustainability .page-title {
  padding-bottom: 0;
}
.p-sustainability .page-title .ja {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-sustainability .page-title {
    padding-bottom: 3rem;
  }
}
.p-sustainability .sustainability-section {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-sustainability .sustainability-section {
    margin-top: 3rem;
  }
}
.p-sustainability .sustainability-section .sus-kv {
  position: relative;
  z-index: 1;
  max-width: 192rem;
  margin-left: auto;
  margin-right: auto;
}
.p-sustainability .sustainability-section .sus-kv__img {
  position: relative;
}
.p-sustainability .sustainability-section .sus-kv__img .circle {
  width: 57.4rem;
  width: 29.895833vw;
  max-width: 100%;
  aspect-ratio: 1;
  background-color: #d2e6cc;
  mix-blend-mode: multiply;
  position: absolute;
  top: 6rem;
  left: 26.8rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-sustainability .sustainability-section .sus-kv__img .circle {
    width: 15rem;
    top: 5rem;
    left: 5.3rem;
  }
}
.p-sustainability .sustainability-section .sus-kv .earth_svg_path {
  fill: none;
  stroke: #0e9a44;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.p-sustainability .sustainability-section .sus-kv .earth_svg_path.fill {
  fill: #0e9a44;
  stroke: none;
}
.p-sustainability .sustainability-section .sus-kv .people_svg_path {
  fill: none;
  stroke: #404040;
  stroke-linejoin: round;
  stroke-width: 2;
}
.p-sustainability .sustainability-section .sus-kv--for-people .sus-kv__ttl {
  top: 31rem;
  left: 19rem;
  right: auto;
}
@media screen and (max-width: 767px) {
  .p-sustainability .sustainability-section .sus-kv--for-people .sus-kv__ttl {
    left: auto;
    top: 7rem;
    right: -1rem;
  }
}
.p-sustainability .sustainability-section .sus-kv--for-people .sus-kv__img .circle {
  background-color: #f2caca;
  top: 12.9rem;
  right: 27rem;
  left: auto;
}
@media screen and (max-width: 767px) {
  .p-sustainability .sustainability-section .sus-kv--for-people .sus-kv__img {
    padding-left: 0;
    margin-left: -16rem;
    margin-right: -2rem;
  }
  .p-sustainability .sustainability-section .sus-kv--for-people .sus-kv__img .circle {
    width: 20rem;
    top: 1.9rem;
    right: auto;
    left: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainability .sustainability-section .sus-kv--for-earth {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainability .sustainability-section .sus-kv--for-earth .sus-kv__img {
    margin-left: -2rem;
    margin-right: -5rem;
  }
  .p-sustainability .sustainability-section .sus-kv--for-earth .sus-kv__img .circle {
    top: 1rem;
    left: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainability .sustainability-section .sus-kv--for-earth .sus-kv__ttl {
    top: -0.9rem;
    right: 1.5rem;
  }
}
.p-sustainability .sustainability-section .sus-kv__ttl {
  position: absolute;
  top: 22rem;
  right: 34rem;
  width: 40rem;
}
.p-sustainability .sustainability-section .sus-kv__ttl img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sustainability .sustainability-section .sus-kv__ttl {
    width: 18rem;
  }
}
.p-sustainability .sustainability-section .sdgs_icon {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.p-sustainability .sustainability-section .sdgs_icon .item {
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability .sustainability-section .sdgs_icon {
    gap: 1rem;
  }
  .p-sustainability .sustainability-section .sdgs_icon .item {
    width: 4rem;
  }
}
.p-sustainability .sustainability-section .sus-text {
  margin-top: 5.5rem;
  font-family: var(--font-mincho);
  font-size: 2.4rem;
  line-height: 1.6666666667;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-sustainability .sustainability-section .sus-text {
    font-size: 1.4rem;
    line-height: 1.3571428571;
    margin-top: 3.3rem;
  }
}
.p-sustainability .sustainability-section .sus-content {
  padding-top: 7rem;
  margin-top: -2rem;
  padding-bottom: 17rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-sustainability .sustainability-section .sus-content {
    padding-top: 4.6rem;
    margin-top: 0;
    padding-bottom: 9rem;
  }
}
.p-sustainability .sustainability-section .sus-content::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #f8f8f8;
  left: -80vw;
  right: -80vw;
  border-radius: 50%;
  aspect-ratio: 1;
  z-index: -1;
}
.p-sustainability .sustainability-section .sus-content::after {
  content: "";
  position: absolute;
  top: 22rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #f8f8f8;
}
.p-sustainability .sustainability-section .sus-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 11.6rem 5.8rem;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability .sustainability-section .sus-list {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 2.6rem;
    margin-top: 7rem;
  }
}
.p-sustainability .sustainability-section .sus-list .item {
  background-color: #fff;
}
.p-sustainability .sustainability-section .sus-list .item .item-image img {
  display: block;
  width: 100%;
}
.p-sustainability .sustainability-section .sus-list .item .item-body {
  padding: 2.6rem;
  padding-top: 6.8rem;
  position: relative;
}
.p-sustainability .sustainability-section .sus-list .item .item-icon {
  position: absolute;
  width: 11.6rem;
  height: 11.6rem;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .p-sustainability .sustainability-section .sus-list .item .item-icon {
    width: 5rem;
    height: 5rem;
  }
}
.p-sustainability .sustainability-section .sus-list .item .item-ttl {
  margin-bottom: 2rem;
  font-family: var(--font-mincho);
  font-size: 2.4rem;
  line-height: 1.6666666667;
}
.p-sustainability .sustainability-section .sus-list .item .item-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability .sustainability-section .sus-list .item {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .p-sustainability .sustainability-section .sus-list .item .item-body {
    padding: 1rem;
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
  .p-sustainability .sustainability-section .sus-list .item .item-ttl {
    margin-bottom: 1.1rem;
    font-size: 1.6rem;
    line-height: 1.3125;
  }
  .p-sustainability .sustainability-section .sus-list .item .item-text {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.p-sustainability .sus-ttl2 {
  font-family: var(--font-mincho);
  font-size: 4.8rem;
  text-align: center;
  margin-top: 6rem;
}
.p-sustainability .sus-ttl2.-sec02 {
  margin-top: 18rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability .sus-ttl2 {
    margin-top: 5rem;
    font-size: 1.6rem;
  }
  .p-sustainability .sus-ttl2.-sec02 {
    margin-top: 7rem;
  }
}
.p-sustainability .sp-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 108rem;
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
}
.p-sustainability .sp-list .item .item-ttl {
  font-family: var(--font-mincho);
  font-size: 2.4rem;
  line-height: 1.6666666667;
  text-align: center;
}
.p-sustainability .sp-list .item .item-img {
  margin-top: 1rem;
  border-radius: 1rem;
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.p-sustainability .sp-list .item .item-img img {
  display: block;
}
.p-sustainability .sp-list .item .item-text {
  margin-top: 4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability .sp-list {
    gap: 2.7rem;
    margin-top: 1.2rem;
  }
  .p-sustainability .sp-list .item .item-ttl {
    font-size: 1.4rem;
  }
  .p-sustainability .sp-list .item .item-img {
    margin-top: 0.6rem;
  }
  .p-sustainability .sp-list .item .item-text {
    margin-top: 1.6rem;
    font-size: 1rem;
    line-height: 1.4;
  }
}
.p-sustainability .sp-subttl2 {
  font-family: var(--font-mincho);
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability .sp-subttl2 {
    font-size: 1.4rem;
    line-height: 1.3571428571;
    text-align: left;
  }
}
.p-sustainability .sp-note {
  margin-top: 1.8rem;
  line-height: 1.3125;
  margin-left: 14rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability .sp-note {
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 4rem;
  }
}
.p-sustainability .donate-btn {
  display: block;
  margin-top: 6.5rem;
  width: 30rem;
  max-width: 100%;
  background-color: #707070;
  border-radius: 3rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 0;
}
.p-sustainability .donate-btn span {
  font-size: 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-sustainability .donate-btn {
    width: 21.6rem;
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-sustainability .donate-btn {
    transition: opacity 0.3s cubic-bezier(0.13, 0.08999, 0.1, 1);
  }
  .p-sustainability .donate-btn:hover {
    opacity: 0.5;
  }
}
.p-sustainability .donate-exam {
  margin-top: 2rem;
}
.p-sustainability .donate-exam__ttl {
  font-family: var(--font-mincho);
  font-size: 24px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-sustainability .donate-exam__ttl {
    font-size: 1.4rem;
    display: none;
  }
}
.p-sustainability .donate-exam__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6.5rem 5.4rem;
}
.p-sustainability .donate-exam__list .item .item-img {
  border-radius: 1rem;
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.p-sustainability .donate-exam__list .item .item-img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sustainability .donate-exam__list .item .item-img {
    box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  }
}
.p-sustainability .donate-exam__list .item .item-body {
  margin-top: 2.4rem;
}
.p-sustainability .donate-exam__list .item .item-ttl {
  text-align: center;
}
.p-sustainability .donate-exam__list .item .item-detail {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.p-sustainability .donate-exam__list .item .item-detail .sale {
  display: flex;
  align-items: center;
}
.p-sustainability .donate-exam__list .item .item-detail .sale::after {
  display: inline-block;
  content: "";
  width: 5.5rem;
  height: 1px;
  border-top: 1px dotted #d3a4a4;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability .donate-exam__list {
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem 1.8rem;
  }
  .p-sustainability .donate-exam__list .item .item-body {
    margin-top: 0.8rem;
  }
  .p-sustainability .donate-exam__list .item .item-ttl {
    line-height: 1.4;
    font-size: 1rem;
  }
  .p-sustainability .donate-exam__list .item .item-detail {
    margin-top: 0.4rem;
    flex-direction: column;
    gap: 0.2rem;
    line-height: 1.4;
    font-size: 1rem;
  }
  .p-sustainability .donate-exam__list .item .item-detail .sale {
    flex-direction: column;
    align-items: center;
  }
  .p-sustainability .donate-exam__list .item .item-detail .sale::after {
    width: 1px;
    height: 1.2rem;
    border-top: 0;
    border-right: 1px solid #d3a4a4;
  }
  .p-sustainability .donate-exam__list .item .item-detail .donate-amout {
    text-align: center;
  }
}

.p-people .sustainability-section {
  margin-top: 2rem;
}

.p-company {
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .p-company .page-heading {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-bottom: 7rem;
  }
}
.p-company .company-section .company-thumb img {
  display: block;
  width: 100%;
}
.p-company .company-section .company-outline {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
}
.p-company .company-section .company-outline table {
  width: 100%;
}
.p-company .company-section .company-outline table tr:not(:last-child) td {
  padding-bottom: 9rem;
}
.p-company .company-section .company-outline dl {
  display: flex;
  flex-wrap: wrap;
}
.p-company .company-section .company-outline dt,
.p-company .company-section .company-outline dd, .p-company .company-section .company-outline .dt, .p-company .company-section .company-outline .dd {
  font-weight: 400;
}
.p-company .company-section .company-outline dt:not(:last-of-type),
.p-company .company-section .company-outline dd:not(:last-of-type), .p-company .company-section .company-outline .dt:not(:last-of-type), .p-company .company-section .company-outline .dd:not(:last-of-type) {
  margin-bottom: 9rem;
}
.p-company .company-section .company-outline dt, .p-company .company-section .company-outline .dt {
  width: 32.5%;
}
.p-company .company-section .company-outline dd, .p-company .company-section .company-outline .dd {
  width: 67.5%;
}
.p-company .company-section .company-outline .en,
.p-company .company-section .company-outline .ja {
  display: block;
}
.p-company .company-section .company-outline .en {
  font-family: var(--font-mincho);
  font-size: 1.6rem;
  line-height: 1.3125;
}
.p-company .company-section .company-outline .ja {
  font-family: var(--font-mincho);
  font-size: 2.4rem;
  line-height: 1.6666666667;
}
.p-company .company-section .company-outline .item + .item {
  margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-company .company-section .company-outline {
    margin-top: 4rem;
  }
  .p-company .company-section .company-outline table tr:not(:last-child) td {
    padding-bottom: 2rem;
  }
  .p-company .company-section .company-outline dt:not(:last-of-type),
  .p-company .company-section .company-outline dd:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .p-company .company-section .company-outline dt, .p-company .company-section .company-outline .dt {
    width: 45.9%;
  }
  .p-company .company-section .company-outline dd, .p-company .company-section .company-outline .dd {
    width: 54.1%;
  }
  .p-company .company-section .company-outline .en {
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .p-company .company-section .company-outline .ja {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
  .p-company .company-section .company-outline .item + .item {
    margin-top: 1.3rem;
  }
}

.p-recruit {
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit-section {
    padding-top: 7rem;
  }
}
.p-recruit .recruit-section .inner {
  --max-width: 87.3rem;
}
.p-recruit .recruit-section .recruit-title {
  font-family: var(--font-mincho);
  font-size: 4.8rem;
  margin-bottom: 6rem;
  text-align: center;
  padding-bottom: 5rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit-section .recruit-title {
    font-size: 1.4rem;
    margin-bottom: 6rem;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.p-recruit .recruit-section .recruit-desc {
  font-size: 2.4rem;
  letter-spacing: 0.16em;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit-section .recruit-desc {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.3571428571;
    margin-top: 0;
    margin-inline: -1em;
  }
}
.p-recruit .recruit-section .recruit-list {
  max-width: 87.3rem;
  margin-left: auto;
  margin-right: auto;
}
.p-recruit .recruit-section .recruit-list .item {
  display: flex;
  align-items: center;
}
.p-recruit .recruit-section .recruit-list .item + .item {
  margin-top: 11rem;
}
.p-recruit .recruit-section .recruit-list .item-ttl {
  width: 14.5rem;
  font-size: 2.4rem;
  letter-spacing: 0.16em;
  line-height: 1.6666666667;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit-section .recruit-list .item-ttl {
    font-size: 1.4rem;
  }
}
.p-recruit .recruit-section .recruit-list .item-detail {
  width: calc(100% - 14.5rem);
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #535353;
}
.p-recruit .recruit-section .recruit-list .item-detail a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit-section .recruit-list {
    max-width: 80%;
  }
  .p-recruit .recruit-section .recruit-list .item + .item {
    margin-top: 4.6rem;
  }
  .p-recruit .recruit-section .recruit-list .item-ttl {
    width: 10rem;
  }
  .p-recruit .recruit-section .recruit-list .item-detail {
    width: calc(100% - 10rem);
  }
}
.p-recruit .recruit-section .recruit-outline {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit-section .recruit-outline {
    margin-top: 4rem;
  }
}
.p-recruit .recruit-section .recruit-outline .item {
  display: flex;
  align-items: baseline;
}
.p-recruit .recruit-section .recruit-outline .item + .item {
  margin-top: 3.3rem;
}
.p-recruit .recruit-section .recruit-outline .item-ttl {
  width: 14.5rem;
  font-size: 1.6rem;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit-section .recruit-outline .item-ttl {
    font-size: 1.2rem;
  }
}
.p-recruit .recruit-section .recruit-outline .item-detail {
  width: calc(100% - 14.5rem);
  font-size: 1.6rem;
  line-height: 1.3125;
}
.p-recruit .recruit-section .recruit-outline .item-detail ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-recruit .recruit-section .recruit-outline .item-detail a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit-section .recruit-outline .item-detail {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit-section .recruit-outline .item + .item {
    margin-top: 4rem;
  }
  .p-recruit .recruit-section .recruit-outline .item-ttl {
    width: 7.5rem;
  }
  .p-recruit .recruit-section .recruit-outline .item-detail {
    width: calc(100% - 7.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit-section--detail {
    padding-top: 3rem;
  }
  .p-recruit .recruit-section--detail .recruit-title {
    margin-bottom: 1.2rem;
  }
}

.p-contact .contact-section {
  padding-bottom: 24rem;
}
@media screen and (max-width: 767px) {
  .p-contact .contact-section {
    margin-top: 5rem;
    padding-bottom: 6rem;
  }
}
.p-contact .contact-section .inner {
  --max-width: 83.3rem;
}
.p-contact .contact-section .contact-desc {
  font-family: var(--font-mincho);
  font-size: 2.4rem;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact .contact-section .contact-desc {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    text-align: left;
  }
}
.p-contact .contact-section .contact-text {
  margin-top: 3.3rem;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.3846153846;
  color: #535353;
  padding: 1.1rem 0.6rem;
  border: 1px dotted #707070;
  max-height: 30rem;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .p-contact .contact-section .contact-text {
    padding: 1.6rem 1.2rem;
    font-size: 1.2rem;
  }
}
.p-contact .contact-section .contact-form {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-contact .contact-section .contact-form {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-top: 2rem;
  }
}
.p-contact .contact-section .contact-form input[type=text],
.p-contact .contact-section .contact-form input[type=email],
.p-contact .contact-section .contact-form input[type=file],
.p-contact .contact-section .contact-form textarea {
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.25em 0.5em;
}
.p-contact .contact-section .contact-form dt,
.p-contact .contact-section .contact-form dd {
  font-weight: 400;
}
.p-contact .contact-section .contact-form dt {
  margin-top: 1.8rem;
}
.p-contact .contact-section .contact-form dt:first-of-type {
  margin-top: 0;
}
.p-contact .contact-section .contact-form dt label {
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
  display: block;
}
.p-contact .contact-section .contact-form dt label.required::after {
  content: "*";
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-contact .contact-section .contact-form dt label {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .p-contact .contact-section .contact-form dd {
    font-size: 1.2rem;
  }
}
.p-contact .contact-section .contact-form .contact-form-ttl {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact .contact-section .contact-form .contact-form-ttl {
    font-size: 1.4rem;
  }
}
.p-contact .contact-section .contact-form .attachment-note,
.p-contact .contact-section .contact-form .mw-wp-form_file,
.p-contact .contact-section .contact-form .mw_wp_form .error {
  font-size: 1.6rem;
  line-height: 1.3125;
  color: #d3a4a4;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact .contact-section .contact-form .attachment-note,
  .p-contact .contact-section .contact-form .mw-wp-form_file,
  .p-contact .contact-section .contact-form .mw_wp_form .error {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.p-contact .contact-section .contact-form .mw-wp-form_file {
  font-size: 1.4rem;
  max-width: calc(100% - 3rem);
  color: #535353;
}
.p-contact .contact-section .contact-form .contact-action {
  margin-top: 5rem;
  display: flex;
  gap: 2rem;
}
.p-contact .contact-section .contact-form .contact-action .submit-btn,
.p-contact .contact-section .contact-form .contact-action .back-btn {
  width: 16.1rem;
  height: 3.4rem;
  padding-bottom: 0.1em;
  border-radius: 0.5rem;
  background: #d3a4a4;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.1538461538;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contact .contact-section .contact-form .contact-action .back-btn {
  background: rgba(112, 112, 112, 0.2);
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-contact .contact-section .contact-form .contact-action .submit-btn,
  .p-contact .contact-section .contact-form .contact-action .back-btn {
    width: 11.8rem;
    height: 2.2rem;
    font-size: 1rem;
  }
}
.p-contact .contact-section .contact-form .file-drop-area {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.3em 0.5em;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s;
  color: #d3a4a4;
  line-height: 1.3125;
}
.p-contact .contact-section .contact-form .file-drop-area span {
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-contact .contact-section .contact-form .file-drop-area {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.8em 0.4em;
    text-align: left;
  }
}
.p-contact .contact-section .contact-form .file-drop-area.dragover {
  border-color: #0078d7;
  background-color: #f0f8ff;
}
.p-contact .contact-section .contact-form #attachment {
  display: none;
}
.p-contact .contact-section .contact-form .file-info {
  width: 100%;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 1rem;
  color: #707070;
  margin-top: 0.5rem;
}
.p-contact .contact-section .contact-form .file-info:empty {
  margin-top: 0;
}
.p-contact .contact-section .contact-form .file-info .file-name {
  max-width: calc(100% - 6rem);
}
.p-contact .contact-section .contact-form .file-info .delete-btn {
  display: inline-block;
  background-color: #e74c3c;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 1.3rem;
  width: 4.6rem;
  transition: background-color 0.3s;
}
.p-contact .contact-section .contact-form .file-wrap {
  position: relative;
  margin-bottom: 0.5rem;
}
.p-contact .contact-section .contact-form .file-wrap .mwform-file-delete {
  position: absolute;
  right: 0;
  top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact .contact-section .contact-form .file-wrap .mwform-file-delete {
    top: 0.3rem;
  }
}

.mw_wp_form_confirm .file-drop-area,
.mw_wp_form_confirm .attachment-note {
  display: none !important;
}

.contact-section.confirm_mode .contact-desc,
.contact-section.confirm_mode .contact-text, .contact-section.complete_mode .contact-desc,
.contact-section.complete_mode .contact-text {
  display: none;
}
.contact-section .contact-form-ttl._cf {
  display: none;
}
.contact-section.confirm_mode .contact-form-ttl._cf {
  display: block;
}

@media screen and (max-width: 767px) {
  .mw_wp_form_complete p {
    font-size: 1.2rem;
  }
}

.p-page {
  padding-bottom: 18rem;
}
.p-page .entry-header {
  padding: 5rem 0;
}
.p-page .entry-header .entry-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.p-page .entry-content {
  margin-top: 7rem;
}
.p-page .p-page_article .inner {
  --max-width: 87.3rem;
}

.template-404 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .template-404 {
    padding-top: 5rem;
  }
}
.template-404-title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .template-404-title {
    font-size: 1.8rem;
  }
}
.template-404-txt {
  text-align: center;
  margin-top: 5rem;
}
.template-404-button {
  text-align: center;
  color: #707070;
  line-height: 1.3125;
  border-bottom: 1px solid #707070;
  padding-bottom: 0.4rem;
}
.template-404-button-wrap {
  text-align: center;
  margin-top: 3rem;
}

.b--www,
.typesquare_option {
  visibility: visible;
}

.b--www {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.b--www.typesquare_option {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.4, 0.1, 0.2, 1) 0.4s;
}

span {
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

span._i,
span._o {
  display: inline-block;
}

span._i {
  white-space: pre;
}

span._g {
  position: relative;
}

span._b,
span._f,
span._g {
  display: block;
}

.a--intr {
  border-style: hidden;
  transform: translateY(100%);
}

.a--intr.is-v,
.is-v .a--intr {
  transform: translate(0);
  transition: transform 0.75s cubic-bezier(0.4, 0.1, 0.2, 1);
}

.is-navopen .a--intr.is-v,
.is-navopen .is-v .a--intr,
.is-pe .a--intr.is-v,
.is-pe .is-v .a--intr {
  transform: translateY(-100%);
}

.is-navopened .a--intr {
  transform: translateY(100%) !important;
  transition: none !important;
  transition-delay: 0s !important;
}

.a--op {
  opacity: 0;
}

.a--op.is-v,
.is-v .a--op {
  opacity: 1;
  transition: opacity 0.75s cubic-bezier(0.4, 0.1, 0.2, 1);
}

.is-navopen .a--op.is-v,
.is-navopen .is-v .a--op,
.is-pe .a--op.is-v,
.is-pe .is-v .a--op {
  opacity: 0;
}

[data-anim=btm-in-per-txt] [data-inner] {
  clip-path: inset(0 0 -15% 0);
  display: block;
}

[data-anim] {
  opacity: 0;
  pointer-events: none;
}

[data-anim]._in {
  pointer-events: inherit;
}

[data-split_txt] ._st {
  line-height: 1em;
  display: inline-block;
}

[data-anim=btm-in-per-txt] ._st {
  opacity: 0;
}

[data-anim=btm-in] {
  clip-path: inset(0 0 -5% 0);
}

[data-anim=btm-in] [data-inner] {
  display: block;
}

[data-anim=fade] {
  opacity: 0;
}

[data-anim=fade]._in {
  opacity: 1;
  transition: transform, opacity;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-anim=fade-in] {
  transform: translateY(35px);
  opacity: 0;
}

[data-anim=fade-in]._in {
  opacity: 1;
  transform: translateY(0);
  transition: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-anim=btm-in-per-txt-line] [data-split_txt] {
  clip-path: inset(0 0 -15% 0);
}

[data-anim=btm-in-per-txt-line] ._st {
  opacity: 0;
}

@keyframes rightSlickArrow {
  0% {
    background-position: 0 center;
    opacity: 1;
  }
  50% {
    background-position: 47px center;
    opacity: 1;
  }
  51% {
    opacity: 0;
    background-position: 47px center;
  }
  52% {
    opacity: 0;
    background-position: -47px center;
  }
  53% {
    opacity: 1;
    background-position: -47px center;
  }
  100% {
    opacity: 1;
    background-position: 0 center;
  }
}
@keyframes leftSlickArrow {
  0% {
    background-position: 0 center;
    opacity: 1;
  }
  50% {
    background-position: -47px center;
    opacity: 1;
  }
  51% {
    opacity: 0;
    background-position: -47px center;
  }
  52% {
    opacity: 0;
    background-position: 47px center;
  }
  53% {
    opacity: 1;
    background-position: 47px center;
  }
  100% {
    opacity: 1;
    background-position: 0 center;
  }
}/*# sourceMappingURL=style.css.map */