@charset "UTF-8";
/* ==========================================================================
 foundation
============================================================================*/
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300..700&family=Cormorant&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap);
html {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}

body {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a img, img {
  border: 0;
  vertical-align: middle;
}

strong {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 100%;
}

dd, dl, dt, li, ol, ul {
  margin: 0;
  padding: 0;
}

hr {
  background-color: #CCCCCC;
  border: 0;
  color: #CCCCCC;
  height: 1px;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

th {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

td {
  margin: 0;
  padding: 0;
}

blockquote, div, span {
  margin: 0;
  padding: 0;
}

pre {
  font-family: monospace;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button {
  background: 0;
  border: 0;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

* html textarea {
  margin-top: -2px;
}

*:first-child + html textarea {
  margin-top: -2px;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

caption {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 1;
}

* + html code, * + html kbd, * + html pre, * + html samp, * + html tt {
  font-size: 108%;
}

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

article, aside, audio, canvas, projects, figcaption, figure, footer, header, hgroup, mark, menu, nav, section, summary, time, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

html {
  scrollbar-gutter: stable;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html.is-menu-open {
  overflow: hidden;
}

body {
  background-color: #fff;
  color: #3E3E3E;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
}
body * {
  box-sizing: border-box;
}

/* a */
a {
  color: #448aca;
  text-decoration: underline;
}
a:hover {
  color: #448aca;
  text-decoration: none;
}

/* img */
img {
  height: auto;
  max-width: 100%;
}

p {
  font-size: 0.9375rem;
  line-height: 2;
}

* + p {
  margin-top: 2em;
}

/* ==========================================================================
 layout
============================================================================*/
.l-container {
  margin-inline: auto;
  max-width: min(1140px, 92.2330097087%);
  padding-bottom: min(9.7087378641vw, 120px);
  padding-top: min(8.0906148867vw, 100px);
  position: relative;
  width: 100%;
}
.l-container--max {
  max-width: none;
}
.l-container--max-940 {
  max-width: min(940px, 92.8853754941%);
}
.l-container--max-700 {
  max-width: min(700px, 90.6735751295%);
}
.l-container--max-500 {
  max-width: min(500px, 87.4125874126%);
}
.l-container .l-container--max-940 {
  max-width: min(940px, 100%);
}
.l-container .l-container--max-800 {
  max-width: min(800px, 100%);
}

.l-footer {
  background: #00320F;
  color: #fff;
  padding-bottom: 16px;
  padding-top: 60px;
  position: relative;
}
.l-footer .l-container {
  padding-block: 0;
}
.l-footer__logo img {
  width: 260px;
}
.l-footer__cols {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
}
.l-footer__cols__col dl {
  line-height: 1.5;
}
.l-footer__cols__col dl dt {
  font-size: 0.75rem;
}
.l-footer__cols__col dl dd {
  font-size: 0.75rem;
}
.l-footer__cols__col dl dd span {
  display: inline-block;
}
.l-footer__cols__col dl + dl {
  margin-top: 1.5em;
}
.l-footer__cols nav > ul {
  -moz-column-gap: 120px;
       column-gap: 120px;
  display: grid;
  font-size: 0.8125rem;
  justify-self: end;
  row-gap: 24px;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: auto;
  grid-auto-flow: column;
  list-style-type: none;
}
.l-footer__cols nav > ul li a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.l-footer__cols nav > ul li:nth-child(-n+3) {
  grid-column: 1;
}
.l-footer__cols nav > ul li:nth-child(n+4):nth-child(-n+7) {
  grid-column: 2;
}
.l-footer__cols nav > ul li:nth-child(n+8) {
  grid-column: 3;
}
.l-footer__cols nav > ul ul {
  font-size: 0.75rem;
  list-style-type: none;
  position: absolute;
}
.l-footer__cols nav > ul ul li {
  margin-top: 0.5em;
}
.l-footer__cols nav > ul ul li a::before {
  content: " − ";
  display: inline-block;
}
.l-footer__copyright {
  margin-top: 48px;
  font-size: 0.625rem;
  text-align: center;
}

.l-gnav {
  background-color: rgba(0, 50, 15, 0.2);
  display: none;
  font-size: 1rem;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.l-gnav-inner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  overflow: auto;
  padding-bottom: 80px;
  padding-top: 93px;
  width: 388px;
}
.l-gnav__logo {
  text-align: center;
}
.l-gnav__logo img {
  width: 200px;
}
.l-gnav ul {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 48px;
  list-style-type: none;
  margin-top: 50px;
}
.l-gnav ul li a {
  color: #3E3E3E;
  display: block;
  line-height: 1;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.l-gnav ul li a::after {
  background-color: #00320F;
  bottom: 0;
  content: "";
  display: none;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -0.2857142857em);
  width: calc(100% - 2.2857142857em);
}
.l-gnav ul li.is-current a::after {
  display: block;
}

.l-header {
  left: 0;
  padding-inline: min(1.875vw, 24px);
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 50;
}
.l-header__inner {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
.l-header__logo img {
  width: 240px;
}
.l-header__btn-menu {
  cursor: pointer;
  display: block;
  height: 80px;
  position: fixed;
  right: 0;
  top: 0;
  width: 120px;
  z-index: 60;
}
.l-header__btn-menu .toggle-menu > span {
  background: #3E3E3E !important;
}
.l-header.is-fixed {
  position: fixed;
  transform: translate(0%, -100%);
}
.l-header.is-show {
  transform: translate(0%, 0%);
}

.l-main {
  background: url(../images/common/bg-main-01.png) 100% 100% no-repeat;
  background-size: min(86.2280701754vw, 983px) min(39.3859649123vw, 449px);
  padding-bottom: min(15.7894736842vw, 180px);
}

.l-wrapper {
  background: url(../images/common/bg-wrapper-01.png) 50% 0% no-repeat;
  background-size: 2440px 600px;
  overflow: hidden;
  padding-top: 80px;
  width: 100%;
}

/* ==========================================================================
 object/component
============================================================================*/
.c-btns {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-btns > * {
  margin-right: 24px;
}
.c-btns > *:last-child {
  margin-right: 0;
}

.c-btn-01 {
  color: #3E3E3E;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.2;
  padding-bottom: 0.5714285714em;
  padding-right: 5.7142857143em;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: 0.3s;
}
.c-btn-01::after {
  aspect-ratio: 7/13;
  background-color: #3E3E3E;
  content: "";
  display: block;
  right: 0;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 13' fill='none'%3E%3Cpath d='M0.25 0.25L6.25 6.25L0.25 12.25' stroke='%233E3E3E' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 13' fill='none'%3E%3Cpath d='M0.25 0.25L6.25 6.25L0.25 12.25' stroke='%233E3E3E' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  top: 0.1428571429em;
  transition: 0.3s;
  width: 0.5em;
}
.c-btn-01::before {
  background-color: #3E3E3E;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.3s;
  width: 100%;
}
.c-btn-01:hover {
  color: #3E3E3E;
}
.c-btn-01:hover::before {
  animation: cBtn01 1s forwards;
}
@keyframes cBtn01 {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
}

.c-btn-02 {
  background: #00320F;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 0.875rem;
  max-width: 330px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
.c-btn-02::after {
  border: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  height: calc(100% - 10px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
}
.c-btn-02 > span {
  display: inline-block;
  padding: 1.25em 4.2857142857em;
  position: relative;
}
.c-btn-02 > span::before, .c-btn-02 > span::after {
  aspect-ratio: 51/6;
  content: "";
  display: block;
  right: 0;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='51' height='6' viewBox='0 0 51 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.20874H50L42.4107 0.20874' stroke='white' stroke-width='0.5'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='51' height='6' viewBox='0 0 51 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.20874H50L42.4107 0.20874' stroke='white' stroke-width='0.5'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  top: 50%;
  transition: 0.3s;
  width: 3.6428571429em;
}
.c-btn-02 > span::before {
  background-color: #fff;
  transform: translate(0%, -50%);
}
.c-btn-02 > span::after {
  background-color: #fff;
  transform: translate(-100%, -50%);
  opacity: 0;
}
.c-btn-02:hover {
  background-color: #00320F;
  color: #fff;
  text-decoration: none;
}
.c-btn-02:hover > span::before {
  transform: translate(100%, -50%);
  opacity: 0;
}
.c-btn-02:hover > span::after {
  transform: translate(0%, -50%);
  opacity: 1;
}

.c-first {
  margin-bottom: min(9.7087378641vw, 120px);
}
.c-first p {
  font-size: 1rem;
}

.c-hd-01 {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  gap: 0.25em;
  line-height: 1.2;
}
.c-hd-01__en {
  color: #7B8D42;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 20%;
}
.c-hd-01__ja {
  letter-spacing: 10%;
}

.c-hd-02 {
  color: #00320F;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 10%;
}

* + .c-hd-02 {
  margin-top: min(10.355987055vw, 128px);
}

.c-hd-02 + * {
  margin-top: 16px;
}

.c-hd-03 {
  color: #00320F;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 10%;
  line-height: 1;
}
.c-hd-03 > span {
  border-bottom: 1px solid rgba(62, 62, 62, 0.5);
  display: inline-block;
  padding-bottom: 0.3125em;
  padding-right: 0.6875em;
  min-width: 260px;
}
.c-hd-03 > span > span {
  align-items: center;
  display: flex;
  gap: 20px;
}
.c-hd-03 > span > span span {
  color: #7B8D42;
  font-size: 1.25rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 20%;
}

.c-hd-03 + * {
  margin-top: 48px;
}

.c-hd-04 {
  border-bottom: 1px solid rgba(62, 62, 62, 0.5);
  color: #00320F;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 10%;
  padding-bottom: 0.3333333333em;
}

* + .c-hd-04 {
  margin-top: min(7.1197411003vw, 88px);
}

.c-hd-04 + * {
  margin-top: 16px !important;
}

.c-list {
  font-size: 0.9375rem;
  list-style-type: none;
  line-height: 2;
}
.c-list--decimal {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.c-list--disc {
  font-weight: 600;
  list-style: disc;
  padding-left: 1.5em;
}
.c-list--inline-dot > li {
  display: inline-block;
  line-height: 2.1333333333em;
  margin-top: 0;
}
.c-list--inline-dot > li::after {
  content: "・";
}
.c-list--inline-dot > li:last-child::after {
  content: "";
}
.c-list--inline-slash > li {
  display: inline-block;
  line-height: 2.1333333333em;
  margin-top: 0;
}
.c-list--inline-slash > li::after {
  content: " / ";
}
.c-list--inline-slash > li:last-child::after {
  content: "";
}
.c-list--asterisk li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-list--asterisk li::before {
  content: "※";
}
.c-list--square > li {
  padding-left: 1.5em;
  position: relative;
}
.c-list--square > li::before {
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 0.1333333333em;
  content: "";
  display: block;
  inset: 0;
  left: 0;
  position: absolute;
  top: 0.4em;
  width: 0.9333333333em;
}
.c-list--square > li::after {
  aspect-ratio: 1/1;
  background: linear-gradient(90deg, #2269af, #349cbd);
  border-radius: 0.1333333333em;
  content: "";
  display: block;
  inset: 0;
  left: 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 3px;
  position: absolute;
  top: 0.4em;
  width: 0.9333333333em;
}
.c-list--parenthesized-number {
  counter-reset: number;
  margin-top: 2.1333333333em;
}
.c-list--parenthesized-number > li {
  padding-left: 2.5em;
  text-indent: -2.5em;
  position: relative;
}
.c-list--parenthesized-number > li::before {
  content: "（" counter(number) "）";
  counter-increment: number;
  font-size: 0.9375rem;
}
.c-list--circled-number {
  counter-reset: number;
}
.c-list--circled-number > li {
  padding-left: 2em;
  position: relative;
}
.c-list--circled-number > li::before {
  align-items: center;
  background-color: #ccc;
  border-radius: 100vh;
  box-shadow: 0 0 0 1px #3E3E3E;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: flex;
  font-size: 0.9375rem;
  height: 1.40625rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0.4em;
  width: 1.40625rem;
}

* + .c-list {
  margin-top: 2em;
}

.c-mv {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: min(7.0175438596vw, 80px);
  padding-top: min(9.8245614035vw, 112px);
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-mv__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: min(3.2362459547vw, 2.5rem);
  gap: 0.2em;
  height: 100%;
  line-height: 1.2;
}
.c-mv__title__en {
  color: #7B8D42;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: min(1.9417475728vw, 1.5rem);
  letter-spacing: 20%;
}
.c-mv__title__ja {
  letter-spacing: 10%;
}
.c-mv__title__ja > span {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.5em);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.c-mv__title__ja.is-active > span {
  opacity: 1;
  transform: translateY(0);
}
.c-mv__title__ja.is-active > span:nth-child(1) {
  transition-delay: 0.06s;
}
.c-mv__title__ja.is-active > span:nth-child(2) {
  transition-delay: 0.12s;
}
.c-mv__title__ja.is-active > span:nth-child(3) {
  transition-delay: 0.18s;
}
.c-mv__title__ja.is-active > span:nth-child(4) {
  transition-delay: 0.24s;
}
.c-mv__title__ja.is-active > span:nth-child(5) {
  transition-delay: 0.3s;
}
.c-mv__title__ja.is-active > span:nth-child(6) {
  transition-delay: 0.36s;
}
.c-mv__title__ja.is-active > span:nth-child(7) {
  transition-delay: 0.42s;
}
.c-mv__title__ja.is-active > span:nth-child(8) {
  transition-delay: 0.48s;
}
.c-mv__title__ja.is-active > span:nth-child(9) {
  transition-delay: 0.54s;
}
.c-mv__title__ja.is-active > span:nth-child(10) {
  transition-delay: 0.6s;
}
.c-mv__title__ja.is-active > span:nth-child(11) {
  transition-delay: 0.66s;
}
.c-mv__title__ja.is-active > span:nth-child(12) {
  transition-delay: 0.72s;
}
.c-mv__title__ja.is-active > span:nth-child(13) {
  transition-delay: 0.78s;
}
.c-mv__title__ja.is-active > span:nth-child(14) {
  transition-delay: 0.84s;
}
.c-mv__title__ja.is-active > span:nth-child(15) {
  transition-delay: 0.9s;
}
.c-mv__title__ja.is-active > span:nth-child(16) {
  transition-delay: 0.96s;
}
.c-mv__title__ja.is-active > span:nth-child(17) {
  transition-delay: 1.02s;
}
.c-mv__title__ja.is-active > span:nth-child(18) {
  transition-delay: 1.08s;
}
.c-mv__title__ja.is-active > span:nth-child(19) {
  transition-delay: 1.14s;
}
.c-mv__title__ja.is-active > span:nth-child(20) {
  transition-delay: 1.2s;
}
.c-mv__title__ja.is-active > span:nth-child(21) {
  transition-delay: 1.26s;
}
.c-mv__title__ja.is-active > span:nth-child(22) {
  transition-delay: 1.32s;
}
.c-mv__title__ja.is-active > span:nth-child(23) {
  transition-delay: 1.38s;
}
.c-mv__title__ja.is-active > span:nth-child(24) {
  transition-delay: 1.44s;
}
.c-mv__title__ja.is-active > span:nth-child(25) {
  transition-delay: 1.5s;
}
.c-mv__title__ja.is-active > span:nth-child(26) {
  transition-delay: 1.56s;
}
.c-mv__title__ja.is-active > span:nth-child(27) {
  transition-delay: 1.62s;
}
.c-mv__copy {
  margin-top: 5.5em;
  text-align: center;
}
.c-mv__copy p {
  font-size: 1rem;
  line-height: 2;
}

.c-sec {
  position: relative;
  z-index: 1;
}
.c-sec::after {
  aspect-ratio: 1/1;
  background-size: 100% 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.c-sec--05::after {
  background-image: url(../images/common/bg-05.png);
  width: 131px;
}
.c-sec--04::after {
  background-image: url(../images/common/bg-04.png);
  width: 140px;
}
.c-sec--03::after {
  background-image: url(../images/common/bg-03.png);
  width: 130px;
}
.c-sec--02::after {
  background-image: url(../images/common/bg-02.png);
  width: 140px;
}
.c-sec--01::after {
  background-image: url(../images/common/bg-01.png);
  width: 130px;
}
.c-sec figure {
  position: absolute;
}

.c-sec + .c-sec {
  margin-top: min(10.355987055vw, 128px);
}

.c-table-01 dl {
  display: flex;
  text-align: left;
}
.c-table-01 dl + dl {
  margin-top: 64px;
}
.c-table-01 dt {
  color: #00320F;
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 10%;
  line-height: 2rem;
}
.c-table-01 dd {
  font-size: 1rem;
  line-height: 2rem;
}

/* ==========================================================================
 object/project
============================================================================*/
.p-commitment {
  padding-bottom: min(9.7087378641vw, 120px);
  padding-top: min(6.4724919094vw, 80px);
  padding-inline: min(3.2362459547vw, 40px);
  text-align: center;
}
.p-commitment p {
  color: #00320F;
  font-size: 2rem;
  letter-spacing: 10%;
  line-height: 2;
}
.p-commitment p > span {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.5em);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-commitment * + p {
  margin-top: 2em;
}
.p-commitment.is-active p > span {
  opacity: 1;
  transform: translateY(0);
}
.p-commitment.is-active p > span:nth-child(1) {
  transition-delay: 0.02s;
}
.p-commitment.is-active p > span:nth-child(2) {
  transition-delay: 0.04s;
}
.p-commitment.is-active p > span:nth-child(3) {
  transition-delay: 0.06s;
}
.p-commitment.is-active p > span:nth-child(4) {
  transition-delay: 0.08s;
}
.p-commitment.is-active p > span:nth-child(5) {
  transition-delay: 0.1s;
}
.p-commitment.is-active p > span:nth-child(6) {
  transition-delay: 0.12s;
}
.p-commitment.is-active p > span:nth-child(7) {
  transition-delay: 0.14s;
}
.p-commitment.is-active p > span:nth-child(8) {
  transition-delay: 0.16s;
}
.p-commitment.is-active p > span:nth-child(9) {
  transition-delay: 0.18s;
}
.p-commitment.is-active p > span:nth-child(10) {
  transition-delay: 0.2s;
}
.p-commitment.is-active p > span:nth-child(11) {
  transition-delay: 0.22s;
}
.p-commitment.is-active p > span:nth-child(12) {
  transition-delay: 0.24s;
}
.p-commitment.is-active p > span:nth-child(13) {
  transition-delay: 0.26s;
}
.p-commitment.is-active p > span:nth-child(14) {
  transition-delay: 0.28s;
}
.p-commitment.is-active p > span:nth-child(15) {
  transition-delay: 0.3s;
}
.p-commitment.is-active p > span:nth-child(16) {
  transition-delay: 0.32s;
}
.p-commitment.is-active p > span:nth-child(17) {
  transition-delay: 0.34s;
}
.p-commitment.is-active p > span:nth-child(18) {
  transition-delay: 0.36s;
}
.p-commitment.is-active p > span:nth-child(19) {
  transition-delay: 0.38s;
}
.p-commitment.is-active p > span:nth-child(20) {
  transition-delay: 0.4s;
}
.p-commitment.is-active p > span:nth-child(21) {
  transition-delay: 0.42s;
}
.p-commitment.is-active p > span:nth-child(22) {
  transition-delay: 0.44s;
}
.p-commitment.is-active p > span:nth-child(23) {
  transition-delay: 0.46s;
}
.p-commitment.is-active p > span:nth-child(24) {
  transition-delay: 0.48s;
}
.p-commitment.is-active p > span:nth-child(25) {
  transition-delay: 0.5s;
}
.p-commitment.is-active p > span:nth-child(26) {
  transition-delay: 0.52s;
}
.p-commitment.is-active p > span:nth-child(27) {
  transition-delay: 0.54s;
}
.p-commitment.is-active p > span:nth-child(28) {
  transition-delay: 0.56s;
}
.p-commitment.is-active p > span:nth-child(29) {
  transition-delay: 0.58s;
}
.p-commitment.is-active p > span:nth-child(30) {
  transition-delay: 0.6s;
}
.p-commitment.is-active p > span:nth-child(31) {
  transition-delay: 0.62s;
}
.p-commitment.is-active p > span:nth-child(32) {
  transition-delay: 0.64s;
}
.p-commitment.is-active p > span:nth-child(33) {
  transition-delay: 0.66s;
}
.p-commitment.is-active p > span:nth-child(34) {
  transition-delay: 0.68s;
}
.p-commitment.is-active p > span:nth-child(35) {
  transition-delay: 0.7s;
}
.p-commitment.is-active p > span:nth-child(36) {
  transition-delay: 0.72s;
}
.p-commitment.is-active p > span:nth-child(37) {
  transition-delay: 0.74s;
}
.p-commitment.is-active p > span:nth-child(38) {
  transition-delay: 0.76s;
}
.p-commitment.is-active p > span:nth-child(39) {
  transition-delay: 0.78s;
}
.p-commitment.is-active p > span:nth-child(40) {
  transition-delay: 0.8s;
}
.p-commitment.is-active p > span:nth-child(41) {
  transition-delay: 0.82s;
}
.p-commitment.is-active p > span:nth-child(42) {
  transition-delay: 0.84s;
}
.p-commitment.is-active p > span:nth-child(43) {
  transition-delay: 0.86s;
}
.p-commitment.is-active p > span:nth-child(44) {
  transition-delay: 0.88s;
}
.p-commitment.is-active p > span:nth-child(45) {
  transition-delay: 0.9s;
}
.p-commitment.is-active p > span:nth-child(46) {
  transition-delay: 0.92s;
}
.p-commitment.is-active p > span:nth-child(47) {
  transition-delay: 0.94s;
}
.p-commitment.is-active p > span:nth-child(48) {
  transition-delay: 0.96s;
}
.p-commitment.is-active p > span:nth-child(49) {
  transition-delay: 0.98s;
}
.p-commitment.is-active p > span:nth-child(50) {
  transition-delay: 1s;
}
.p-commitment.is-active p > span:nth-child(51) {
  transition-delay: 1.02s;
}
.p-commitment.is-active p > span:nth-child(52) {
  transition-delay: 1.04s;
}
.p-commitment.is-active p > span:nth-child(53) {
  transition-delay: 1.06s;
}
.p-commitment.is-active p > span:nth-child(54) {
  transition-delay: 1.08s;
}
.p-commitment.is-active p > span:nth-child(55) {
  transition-delay: 1.1s;
}
.p-commitment.is-active p > span:nth-child(56) {
  transition-delay: 1.12s;
}
.p-commitment.is-active p > span:nth-child(57) {
  transition-delay: 1.14s;
}
.p-commitment.is-active p > span:nth-child(58) {
  transition-delay: 1.16s;
}
.p-commitment.is-active p > span:nth-child(59) {
  transition-delay: 1.18s;
}
.p-commitment.is-active p > span:nth-child(60) {
  transition-delay: 1.2s;
}
.p-commitment.is-active p > span:nth-child(61) {
  transition-delay: 1.22s;
}
.p-commitment.is-active p > span:nth-child(62) {
  transition-delay: 1.24s;
}
.p-commitment.is-active p > span:nth-child(63) {
  transition-delay: 1.26s;
}
.p-commitment.is-active p > span:nth-child(64) {
  transition-delay: 1.28s;
}
.p-commitment.is-active p > span:nth-child(65) {
  transition-delay: 1.3s;
}
.p-commitment.is-active p > span:nth-child(66) {
  transition-delay: 1.32s;
}
.p-commitment.is-active p > span:nth-child(67) {
  transition-delay: 1.34s;
}
.p-commitment.is-active p > span:nth-child(68) {
  transition-delay: 1.36s;
}
.p-commitment.is-active p > span:nth-child(69) {
  transition-delay: 1.38s;
}
.p-commitment.is-active p > span:nth-child(70) {
  transition-delay: 1.4s;
}
.p-commitment.is-active p > span:nth-child(71) {
  transition-delay: 1.42s;
}
.p-commitment.is-active p > span:nth-child(72) {
  transition-delay: 1.44s;
}
.p-commitment.is-active p > span:nth-child(73) {
  transition-delay: 1.46s;
}
.p-commitment.is-active p > span:nth-child(74) {
  transition-delay: 1.48s;
}
.p-commitment.is-active p > span:nth-child(75) {
  transition-delay: 1.5s;
}
.p-commitment.is-active p > span:nth-child(76) {
  transition-delay: 1.52s;
}
.p-commitment.is-active p > span:nth-child(77) {
  transition-delay: 1.54s;
}
.p-commitment.is-active p > span:nth-child(78) {
  transition-delay: 1.56s;
}
.p-commitment.is-active p > span:nth-child(79) {
  transition-delay: 1.58s;
}
.p-commitment.is-active p > span:nth-child(80) {
  transition-delay: 1.6s;
}
.p-commitment.is-active p > span:nth-child(81) {
  transition-delay: 1.62s;
}
.p-commitment.is-active p > span:nth-child(82) {
  transition-delay: 1.64s;
}
.p-commitment.is-active p > span:nth-child(83) {
  transition-delay: 1.66s;
}
.p-commitment.is-active p > span:nth-child(84) {
  transition-delay: 1.68s;
}
.p-commitment.is-active p > span:nth-child(85) {
  transition-delay: 1.7s;
}
.p-commitment.is-active p > span:nth-child(86) {
  transition-delay: 1.72s;
}
.p-commitment.is-active p > span:nth-child(87) {
  transition-delay: 1.74s;
}
.p-commitment.is-active p > span:nth-child(88) {
  transition-delay: 1.76s;
}
.p-commitment.is-active p > span:nth-child(89) {
  transition-delay: 1.78s;
}
.p-commitment.is-active p > span:nth-child(90) {
  transition-delay: 1.8s;
}
.p-commitment.is-active p > span:nth-child(91) {
  transition-delay: 1.82s;
}
.p-commitment.is-active p > span:nth-child(92) {
  transition-delay: 1.84s;
}
.p-commitment.is-active p > span:nth-child(93) {
  transition-delay: 1.86s;
}
.p-commitment.is-active p > span:nth-child(94) {
  transition-delay: 1.88s;
}
.p-commitment.is-active p > span:nth-child(95) {
  transition-delay: 1.9s;
}
.p-commitment.is-active p > span:nth-child(96) {
  transition-delay: 1.92s;
}
.p-commitment.is-active p > span:nth-child(97) {
  transition-delay: 1.94s;
}
.p-commitment.is-active p > span:nth-child(98) {
  transition-delay: 1.96s;
}
.p-commitment.is-active p > span:nth-child(99) {
  transition-delay: 1.98s;
}
.p-commitment.is-active p > span:nth-child(100) {
  transition-delay: 2s;
}
.p-commitment.is-active p > span:nth-child(101) {
  transition-delay: 2.02s;
}
.p-commitment.is-active p > span:nth-child(102) {
  transition-delay: 2.04s;
}
.p-commitment.is-active p > span:nth-child(103) {
  transition-delay: 2.06s;
}
.p-commitment.is-active p > span:nth-child(104) {
  transition-delay: 2.08s;
}
.p-commitment.is-active p > span:nth-child(105) {
  transition-delay: 2.1s;
}
.p-commitment.is-active p > span:nth-child(106) {
  transition-delay: 2.12s;
}
.p-commitment.is-active p > span:nth-child(107) {
  transition-delay: 2.14s;
}
.p-commitment.is-active p > span:nth-child(108) {
  transition-delay: 2.16s;
}
.p-commitment.is-active p > span:nth-child(109) {
  transition-delay: 2.18s;
}
.p-commitment.is-active p > span:nth-child(110) {
  transition-delay: 2.2s;
}
.p-commitment.is-active p > span:nth-child(111) {
  transition-delay: 2.22s;
}
.p-commitment.is-active p > span:nth-child(112) {
  transition-delay: 2.24s;
}
.p-commitment.is-active p > span:nth-child(113) {
  transition-delay: 2.26s;
}
.p-commitment.is-active p > span:nth-child(114) {
  transition-delay: 2.28s;
}
.p-commitment.is-active p > span:nth-child(115) {
  transition-delay: 2.3s;
}
.p-commitment.is-active p > span:nth-child(116) {
  transition-delay: 2.32s;
}
.p-commitment.is-active p > span:nth-child(117) {
  transition-delay: 2.34s;
}
.p-commitment.is-active p > span:nth-child(118) {
  transition-delay: 2.36s;
}
.p-commitment.is-active p > span:nth-child(119) {
  transition-delay: 2.38s;
}
.p-commitment.is-active p > span:nth-child(120) {
  transition-delay: 2.4s;
}
.p-commitment.is-active p > span:nth-child(121) {
  transition-delay: 2.42s;
}
.p-commitment.is-active p > span:nth-child(122) {
  transition-delay: 2.44s;
}
.p-commitment.is-active p > span:nth-child(123) {
  transition-delay: 2.46s;
}
.p-commitment.is-active p > span:nth-child(124) {
  transition-delay: 2.48s;
}
.p-commitment.is-active p > span:nth-child(125) {
  transition-delay: 2.5s;
}
.p-commitment.is-active p > span:nth-child(126) {
  transition-delay: 2.52s;
}
.p-commitment.is-active p > span:nth-child(127) {
  transition-delay: 2.54s;
}
.p-commitment.is-active p > span:nth-child(128) {
  transition-delay: 2.56s;
}
.p-commitment.is-active p > span:nth-child(129) {
  transition-delay: 2.58s;
}
.p-commitment.is-active p > span:nth-child(130) {
  transition-delay: 2.6s;
}
.p-commitment.is-active p > span:nth-child(131) {
  transition-delay: 2.62s;
}
.p-commitment.is-active p > span:nth-child(132) {
  transition-delay: 2.64s;
}
.p-commitment.is-active p > span:nth-child(133) {
  transition-delay: 2.66s;
}
.p-commitment.is-active p > span:nth-child(134) {
  transition-delay: 2.68s;
}
.p-commitment.is-active p > span:nth-child(135) {
  transition-delay: 2.7s;
}
.p-commitment.is-active p > span:nth-child(136) {
  transition-delay: 2.72s;
}
.p-commitment.is-active p > span:nth-child(137) {
  transition-delay: 2.74s;
}
.p-commitment.is-active p > span:nth-child(138) {
  transition-delay: 2.76s;
}
.p-commitment.is-active p > span:nth-child(139) {
  transition-delay: 2.78s;
}
.p-commitment.is-active p > span:nth-child(140) {
  transition-delay: 2.8s;
}
.p-commitment.is-active p > span:nth-child(141) {
  transition-delay: 2.82s;
}
.p-commitment.is-active p > span:nth-child(142) {
  transition-delay: 2.84s;
}
.p-commitment.is-active p > span:nth-child(143) {
  transition-delay: 2.86s;
}
.p-commitment.is-active p > span:nth-child(144) {
  transition-delay: 2.88s;
}
.p-commitment.is-active p > span:nth-child(145) {
  transition-delay: 2.9s;
}
.p-commitment.is-active p > span:nth-child(146) {
  transition-delay: 2.92s;
}
.p-commitment.is-active p > span:nth-child(147) {
  transition-delay: 2.94s;
}
.p-commitment.is-active p > span:nth-child(148) {
  transition-delay: 2.96s;
}
.p-commitment.is-active p > span:nth-child(149) {
  transition-delay: 2.98s;
}
.p-commitment.is-active p > span:nth-child(150) {
  transition-delay: 3s;
}
.p-commitment.is-active p > span:nth-child(151) {
  transition-delay: 3.02s;
}
.p-commitment.is-active p > span:nth-child(152) {
  transition-delay: 3.04s;
}
.p-commitment.is-active p > span:nth-child(153) {
  transition-delay: 3.06s;
}
.p-commitment.is-active p > span:nth-child(154) {
  transition-delay: 3.08s;
}
.p-commitment.is-active p > span:nth-child(155) {
  transition-delay: 3.1s;
}
.p-commitment.is-active p > span:nth-child(156) {
  transition-delay: 3.12s;
}
.p-commitment.is-active p > span:nth-child(157) {
  transition-delay: 3.14s;
}
.p-commitment.is-active p > span:nth-child(158) {
  transition-delay: 3.16s;
}
.p-commitment.is-active p > span:nth-child(159) {
  transition-delay: 3.18s;
}
.p-commitment.is-active p > span:nth-child(160) {
  transition-delay: 3.2s;
}
.p-commitment.is-active p > span:nth-child(161) {
  transition-delay: 3.22s;
}
.p-commitment.is-active p > span:nth-child(162) {
  transition-delay: 3.24s;
}
.p-commitment.is-active p > span:nth-child(163) {
  transition-delay: 3.26s;
}
.p-commitment.is-active p > span:nth-child(164) {
  transition-delay: 3.28s;
}
.p-commitment.is-active p > span:nth-child(165) {
  transition-delay: 3.3s;
}
.p-commitment.is-active p > span:nth-child(166) {
  transition-delay: 3.32s;
}
.p-commitment.is-active p > span:nth-child(167) {
  transition-delay: 3.34s;
}
.p-commitment.is-active p > span:nth-child(168) {
  transition-delay: 3.36s;
}
.p-commitment.is-active p > span:nth-child(169) {
  transition-delay: 3.38s;
}
.p-commitment.is-active p > span:nth-child(170) {
  transition-delay: 3.4s;
}
.p-commitment.is-active p > span:nth-child(171) {
  transition-delay: 3.42s;
}
.p-commitment.is-active p > span:nth-child(172) {
  transition-delay: 3.44s;
}
.p-commitment.is-active p > span:nth-child(173) {
  transition-delay: 3.46s;
}
.p-commitment.is-active p > span:nth-child(174) {
  transition-delay: 3.48s;
}
.p-commitment.is-active p > span:nth-child(175) {
  transition-delay: 3.5s;
}
.p-commitment.is-active p > span:nth-child(176) {
  transition-delay: 3.52s;
}
.p-commitment.is-active p > span:nth-child(177) {
  transition-delay: 3.54s;
}
.p-commitment.is-active p > span:nth-child(178) {
  transition-delay: 3.56s;
}
.p-commitment.is-active p > span:nth-child(179) {
  transition-delay: 3.58s;
}
.p-commitment.is-active p > span:nth-child(180) {
  transition-delay: 3.6s;
}
.p-commitment.is-active p > span:nth-child(181) {
  transition-delay: 3.62s;
}
.p-commitment.is-active p > span:nth-child(182) {
  transition-delay: 3.64s;
}
.p-commitment.is-active p > span:nth-child(183) {
  transition-delay: 3.66s;
}
.p-commitment.is-active p > span:nth-child(184) {
  transition-delay: 3.68s;
}
.p-commitment.is-active p > span:nth-child(185) {
  transition-delay: 3.7s;
}
.p-commitment.is-active p > span:nth-child(186) {
  transition-delay: 3.72s;
}
.p-commitment.is-active p > span:nth-child(187) {
  transition-delay: 3.74s;
}
.p-commitment.is-active p > span:nth-child(188) {
  transition-delay: 3.76s;
}
.p-commitment.is-active p > span:nth-child(189) {
  transition-delay: 3.78s;
}
.p-commitment.is-active p > span:nth-child(190) {
  transition-delay: 3.8s;
}
.p-commitment.is-active p > span:nth-child(191) {
  transition-delay: 3.82s;
}
.p-commitment.is-active p > span:nth-child(192) {
  transition-delay: 3.84s;
}
.p-commitment.is-active p > span:nth-child(193) {
  transition-delay: 3.86s;
}
.p-commitment.is-active p > span:nth-child(194) {
  transition-delay: 3.88s;
}
.p-commitment.is-active p > span:nth-child(195) {
  transition-delay: 3.9s;
}
.p-commitment.is-active p > span:nth-child(196) {
  transition-delay: 3.92s;
}
.p-commitment.is-active p > span:nth-child(197) {
  transition-delay: 3.94s;
}
.p-commitment.is-active p > span:nth-child(198) {
  transition-delay: 3.96s;
}
.p-commitment.is-active p > span:nth-child(199) {
  transition-delay: 3.98s;
}
.p-commitment.is-active p > span:nth-child(200) {
  transition-delay: 4s;
}

.p-company .c-hd-02 {
  margin-top: 0;
}
.p-company * + .c-hd-02 {
  margin-top: min(6.4724919094vw, 80px);
}
.p-company .c-hd-02 + * {
  margin-top: 16px;
}

.p-profile-first-sec {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.p-profile-first-sec figure {
  align-items: flex-end;
  display: flex;
  flex-shrink: 0;
  flex-direction: row-reverse;
  gap: 20px;
}
.p-profile-first-sec figure img {
  width: min(21.0355987055vw, 260px);
}
.p-profile-first-sec figure figcaption {
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: right;
}
.p-profile-first-sec figure figcaption span {
  font-size: 0.875rem;
}

.p-top-mv {
  padding-bottom: min(14.5631067961vw, 180px);
  padding-top: min(15.3721682848vw, 190px);
  text-align: center;
}
.p-top-mv__copy {
  font-size: min(3.8834951456vw, 48px);
  letter-spacing: 10%;
  line-height: 1.8;
}
.p-top-mv__copy > span {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.5em);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-top-mv__copy.is-active > span {
  opacity: 1;
  transform: translateY(0);
}
.p-top-mv__copy.is-active > span:nth-child(1) {
  transition-delay: 0.06s;
}
.p-top-mv__copy.is-active > span:nth-child(2) {
  transition-delay: 0.12s;
}
.p-top-mv__copy.is-active > span:nth-child(3) {
  transition-delay: 0.18s;
}
.p-top-mv__copy.is-active > span:nth-child(4) {
  transition-delay: 0.24s;
}
.p-top-mv__copy.is-active > span:nth-child(5) {
  transition-delay: 0.3s;
}
.p-top-mv__copy.is-active > span:nth-child(6) {
  transition-delay: 0.36s;
}
.p-top-mv__copy.is-active > span:nth-child(7) {
  transition-delay: 0.42s;
}
.p-top-mv__copy.is-active > span:nth-child(8) {
  transition-delay: 0.48s;
}
.p-top-mv__copy.is-active > span:nth-child(9) {
  transition-delay: 0.54s;
}
.p-top-mv__copy.is-active > span:nth-child(10) {
  transition-delay: 0.6s;
}
.p-top-mv__copy.is-active > span:nth-child(11) {
  transition-delay: 0.66s;
}
.p-top-mv__copy.is-active > span:nth-child(12) {
  transition-delay: 0.72s;
}
.p-top-mv__copy.is-active > span:nth-child(13) {
  transition-delay: 0.78s;
}
.p-top-mv__copy.is-active > span:nth-child(14) {
  transition-delay: 0.84s;
}
.p-top-mv__copy.is-active > span:nth-child(15) {
  transition-delay: 0.9s;
}
.p-top-mv__copy.is-active > span:nth-child(16) {
  transition-delay: 0.96s;
}
.p-top-mv__copy.is-active > span:nth-child(17) {
  transition-delay: 1.02s;
}
.p-top-mv__copy.is-active > span:nth-child(18) {
  transition-delay: 1.08s;
}
.p-top-mv__copy.is-active > span:nth-child(19) {
  transition-delay: 1.14s;
}
.p-top-mv__copy.is-active > span:nth-child(20) {
  transition-delay: 1.2s;
}
.p-top-mv__copy.is-active > span:nth-child(21) {
  transition-delay: 1.26s;
}
.p-top-mv__copy.is-active > span:nth-child(22) {
  transition-delay: 1.32s;
}
.p-top-mv__copy.is-active > span:nth-child(23) {
  transition-delay: 1.38s;
}
.p-top-mv__copy.is-active > span:nth-child(24) {
  transition-delay: 1.44s;
}
.p-top-mv__copy.is-active > span:nth-child(25) {
  transition-delay: 1.5s;
}
.p-top-mv__copy.is-active > span:nth-child(26) {
  transition-delay: 1.56s;
}
.p-top-mv__copy.is-active > span:nth-child(27) {
  transition-delay: 1.62s;
}

.p-top-first {
  position: relative;
  text-align: center;
}
.p-top-first .l-container {
  padding-top: 0;
}
.p-top-first__row p {
  font-size: 1rem;
}
.p-top-first * + .p-top-first__row {
  margin-top: 80px;
}
.p-top-first__last {
  margin-top: 100px;
}
.p-top-first__last p {
  color: #00320F;
  font-size: 1.625rem;
  letter-spacing: 10%;
  margin-top: 2em;
}
.p-top-first__fig-01 {
  position: absolute;
  left: 50%;
  top: 48px;
  transform: translate(-707px, 0%);
}
.p-top-first__fig-01 img {
  max-width: none;
  width: 433px;
}
.p-top-first__fig-02 {
  position: absolute;
  right: 50%;
  top: 440px;
  transform: translate(720px, 0%);
}
.p-top-first__fig-02 img {
  max-width: none;
  width: 495px;
}

.p-top-items {
  margin-top: min(12.9449838188vw, 160px);
  padding-bottom: min(22.8070175439vw, 260px);
}
.p-top-items__item .l-container {
  padding-block: 0;
}
.p-top-items__item__cols {
  position: relative;
  z-index: 1;
}
.p-top-items__item__cols p {
  font-size: 1rem;
  text-shadow: 0 0 4px #fff;
}
.p-top-items__item__cols .c-hd-01 + p {
  margin-top: 2.5em;
}
.p-top-items__item__cols figure {
  position: absolute;
  z-index: -1;
}
.p-top-items__item__cols figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-items__item__btn-more {
  margin-top: 40px;
}
.p-top-items__item:nth-child(2n+1) .p-top-items__item__cols {
  padding-left: 28px;
}
.p-top-items__item:nth-child(2n) .p-top-items__item__cols {
  padding-right: 28px;
  text-align: right;
}
.p-top-items__item--philosophy .p-top-items__item__cols figure {
  right: -73px;
  top: 0;
}
.p-top-items__item--role .p-top-items__item__cols figure {
  left: 0;
  top: 8px;
}
.p-top-items__item--approach .p-top-items__item__cols figure {
  right: 18px;
  top: 50%;
  transform: translate(0%, -50%);
}
.p-top-items__item--donation .p-top-items__item__cols figure {
  left: 0;
  top: 25px;
}
.p-top-items__item--message .p-top-items__item__cols figure {
  right: -35px;
  top: 93px;
}
.p-top-items__item--consultation .p-top-items__item__cols figure {
  left: -17px;
  top: -54px;
}
.p-top-items__item--information .p-top-items__item__cols figure {
  right: 0;
  top: -18px;
}
.p-top-items * + .p-top-items__item {
  margin-top: min(19.298245614vw, 220px);
}

/* ==========================================================================
 object/utility
============================================================================*/
.js-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
  visibility: hidden;
}

.js-start-animation {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.--shiny-01 {
  overflow: hidden;
  position: relative;
}
.--shiny-01::before {
  animation: shiny-01 2s ease-in-out infinite;
  aspect-ratio: 1/1;
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.2s;
}
@keyframes shiny-01 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  20% {
    transform: scale(0);
    opacity: 0;
  }
  21% {
    transform: scale(4);
    opacity: 1;
  }
  40% {
    transform: scale(50);
    opacity: 0;
  }
  100% {
    transform: scale(50);
    opacity: 0;
  }
}

.u-display-sp {
  display: none;
}
.u-display-show {
  display: block !important;
}
.u-display-block {
  display: block !important;
}
.u-display-inline {
  display: inline !important;
}
.u-display-inline-block {
  display: inline-block !important;
}
.u-display-flex {
  display: flex !important;
}
.u-display-hide {
  display: none !important;
}

.u-link {
  color: #3E3E3E;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.8;
  position: relative;
  text-decoration: none;
}
.u-link::after {
  content: "";
  display: block;
  position: absolute;
}
.u-link:hover {
  color: #3E3E3E;
  text-decoration: underline;
}
.u-link--arrow {
  padding-right: 1.6em;
}
.u-link--arrow::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background-color: #3E3E3E;
  height: 1.0666666667em;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 1.0666666667em;
}
.u-link--pdf {
  padding-left: 1.6em;
  text-decoration: underline;
}
.u-link--pdf::after {
  aspect-ratio: 12/15;
  background-color: #3E3E3E;
  left: 0;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_533_830)'%3E%3Cpath d='M6.32727 8.54286V8.51429C6.42909 8.11429 6.56 7.61429 6.45818 7.15714C6.4 6.8 6.12364 6.65714 5.89091 6.65714C5.61455 6.65714 5.38182 6.8 5.32364 7.01429C5.20727 7.41429 5.32364 7.97143 5.49818 8.67143C5.26545 9.21429 4.90182 10 4.62545 10.4714C4.11636 10.7286 3.44727 11.1286 3.34545 11.6286C3.33091 11.7143 3.34545 11.8429 3.40364 11.9429C3.46182 12.0571 3.56364 12.1571 3.68 12.2C3.73818 12.2143 3.79636 12.2286 3.86909 12.2286C4.17455 12.2286 4.65455 11.9857 5.30909 10.9C5.41091 10.8714 5.51273 10.8286 5.61454 10.8C6.08 10.6429 6.56 10.4857 6.99636 10.4143C7.47636 10.6714 8.02909 10.8286 8.39273 10.8286C8.75636 10.8286 8.90182 10.6143 8.96 10.4857C9.06182 10.2571 9.00364 9.97143 8.85818 9.82857C8.64 9.61429 8.08727 9.55714 7.22909 9.65714C6.80727 9.4 6.53091 9.07143 6.34182 8.55714M4.46545 11.0857C4.23273 11.4286 4.04364 11.6 3.95636 11.6714C4.07273 11.4714 4.29091 11.2429 4.46545 11.0857ZM5.94909 7.14286C6.03636 7.28571 6.02182 7.74286 5.94909 7.97143C5.86182 7.64286 5.84727 7.17143 5.90545 7.11429C5.90545 7.11429 5.93455 7.11429 5.94909 7.14286ZM5.92 9.15714C6.10909 9.47143 6.32727 9.72857 6.58909 9.92857C6.22545 10.0143 5.89091 10.1429 5.58545 10.2714C5.51273 10.3 5.44 10.3286 5.38182 10.3571C5.61455 9.95714 5.80364 9.5 5.93455 9.15714M8.58182 10.2571C8.58182 10.2571 8.58182 10.2571 8.58182 10.2714C8.58182 10.2714 8.42182 10.3714 7.82545 10.1286C8.52364 10.1 8.59636 10.2571 8.59636 10.2571M11.84 3.75714L8.17455 0.157143C8.07273 0.0571429 7.92727 0 7.79636 0H0.552727C0.247273 0 0 0.242857 0 0.542857V14.4714C0 14.7714 0.247273 15.0143 0.552727 15.0143H11.4618C11.7673 15.0143 12.0145 14.7714 12.0145 14.4714V4.14286C12.0145 4 11.9564 3.85714 11.8545 3.75714M10.7491 4.38571H7.53454V1.22857L10.7491 4.38571ZM10.7782 13.8H1.22182V1.2H6.37091V4.81429C6.37091 5.2 6.69091 5.51429 7.08364 5.51429H10.7636V13.7857L10.7782 13.8Z' fill='%233E3E3E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_533_830'%3E%3Crect width='12' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_533_830)'%3E%3Cpath d='M6.32727 8.54286V8.51429C6.42909 8.11429 6.56 7.61429 6.45818 7.15714C6.4 6.8 6.12364 6.65714 5.89091 6.65714C5.61455 6.65714 5.38182 6.8 5.32364 7.01429C5.20727 7.41429 5.32364 7.97143 5.49818 8.67143C5.26545 9.21429 4.90182 10 4.62545 10.4714C4.11636 10.7286 3.44727 11.1286 3.34545 11.6286C3.33091 11.7143 3.34545 11.8429 3.40364 11.9429C3.46182 12.0571 3.56364 12.1571 3.68 12.2C3.73818 12.2143 3.79636 12.2286 3.86909 12.2286C4.17455 12.2286 4.65455 11.9857 5.30909 10.9C5.41091 10.8714 5.51273 10.8286 5.61454 10.8C6.08 10.6429 6.56 10.4857 6.99636 10.4143C7.47636 10.6714 8.02909 10.8286 8.39273 10.8286C8.75636 10.8286 8.90182 10.6143 8.96 10.4857C9.06182 10.2571 9.00364 9.97143 8.85818 9.82857C8.64 9.61429 8.08727 9.55714 7.22909 9.65714C6.80727 9.4 6.53091 9.07143 6.34182 8.55714M4.46545 11.0857C4.23273 11.4286 4.04364 11.6 3.95636 11.6714C4.07273 11.4714 4.29091 11.2429 4.46545 11.0857ZM5.94909 7.14286C6.03636 7.28571 6.02182 7.74286 5.94909 7.97143C5.86182 7.64286 5.84727 7.17143 5.90545 7.11429C5.90545 7.11429 5.93455 7.11429 5.94909 7.14286ZM5.92 9.15714C6.10909 9.47143 6.32727 9.72857 6.58909 9.92857C6.22545 10.0143 5.89091 10.1429 5.58545 10.2714C5.51273 10.3 5.44 10.3286 5.38182 10.3571C5.61455 9.95714 5.80364 9.5 5.93455 9.15714M8.58182 10.2571C8.58182 10.2571 8.58182 10.2571 8.58182 10.2714C8.58182 10.2714 8.42182 10.3714 7.82545 10.1286C8.52364 10.1 8.59636 10.2571 8.59636 10.2571M11.84 3.75714L8.17455 0.157143C8.07273 0.0571429 7.92727 0 7.79636 0H0.552727C0.247273 0 0 0.242857 0 0.542857V14.4714C0 14.7714 0.247273 15.0143 0.552727 15.0143H11.4618C11.7673 15.0143 12.0145 14.7714 12.0145 14.4714V4.14286C12.0145 4 11.9564 3.85714 11.8545 3.75714M10.7491 4.38571H7.53454V1.22857L10.7491 4.38571ZM10.7782 13.8H1.22182V1.2H6.37091V4.81429C6.37091 5.2 6.69091 5.51429 7.08364 5.51429H10.7636V13.7857L10.7782 13.8Z' fill='%233E3E3E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_533_830'%3E%3Crect width='12' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  top: 0.4666666667em;
  width: 0.8em;
}
.u-link--pdf:hover {
  text-decoration: none;
}

.u-text-left {
  text-align: left !important;
}
.u-text-center {
  text-align: center !important;
}
.u-text-right {
  text-align: right !important;
}
.u-text-bold {
  font-weight: 700 !important;
}
.u-text-underline {
  text-decoration: underline !important;
}
.u-text-marker {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.u-text-marker::after {
  background: #ffefa2;
  bottom: 0;
  content: "";
  display: block;
  height: 0.5em;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1244px){
  .l-footer__cols nav > ul {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 1236px){
  .p-top-items__item:nth-child(2n+1) .p-top-items__item__cols {
    padding-left: 0;
  }
  .p-top-items__item:nth-child(2n) .p-top-items__item__cols {
    padding-right: 0;
  }
  .p-top-items__item--philosophy .p-top-items__item__cols figure {
    right: -90px;
  }
  .p-top-items__item--role .p-top-items__item__cols figure {
    left: -40px;
  }
  .p-top-items__item--approach .p-top-items__item__cols figure {
    right: -80px;
  }
  .p-top-items__item--donation .p-top-items__item__cols figure {
    left: -80px;
  }
  .p-top-items__item--consultation .p-top-items__item__cols figure {
    left: -40px;
  }
}
@media screen and (max-width: 1024px){
  .p-top-first * + .p-top-first__row {
    margin-top: 56px;
  }
  .p-top-first .p-top-first__fig-01 + .p-top-first__row {
    margin-top: 24px;
  }
  .p-top-first__fig-01 {
    inset: auto;
    margin-top: 24px;
    position: relative;
    text-align: left;
    transform: translate(0%, 0%);
  }
  .p-top-first__fig-02 {
    inset: auto;
    margin-top: 24px;
    position: relative;
    text-align: right;
    transform: translate(0%, 0%);
  }
}
@media screen and (max-width: 767px){
  p {
    font-size: 3.5897435897vw;
  }
  .l-container {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    padding-block: 25.641025641vw;
    max-width: none;
  }
  .l-container--max {
    padding-left: 0;
    padding-right: 0;
  }
  .l-container--max-940 {
    max-width: none;
    padding-bottom: 25.641025641vw;
    padding-top: 15.3846153846vw;
  }
  .l-container--max-700 {
    max-width: none;
    padding-bottom: 25.641025641vw;
    padding-top: 10.2564102564vw;
  }
  .l-container--max-500 {
    max-width: none;
    padding-bottom: 25.641025641vw;
    padding-top: 10.2564102564vw;
  }
  .l-container .l-container {
    padding-left: 0;
    padding-right: 0;
  }
  .l-container .l-container--max-940 {
    max-width: none;
  }
  .l-container .l-container--max-800 {
    max-width: none;
  }
  .l-footer {
    padding-bottom: 4.1025641026vw;
    padding-top: 12.8205128205vw;
  }
  .l-footer .l-container {
    padding-inline: 11.5384615385vw;
  }
  .l-footer__logo {
    text-align: center;
  }
  .l-footer__logo img {
    width: 51.2820512821vw;
  }
  .l-footer__cols {
    flex-direction: column;
    gap: 12.3076923077vw;
    margin-top: 10.2564102564vw;
    padding-top: 7.6923076923vw;
  }
  .l-footer__cols__col dl {
    text-align: center;
  }
  .l-footer__cols__col dl dt {
    font-size: 3.3333333333vw;
  }
  .l-footer__cols__col dl dd {
    font-size: 2.8205128205vw;
  }
  .l-footer__cols nav > ul {
    -moz-column-gap: 12.8205128205vw;
         column-gap: 12.8205128205vw;
    font-size: 3.0769230769vw;
    justify-self: center;
    grid-template-columns: repeat(2, auto);
    row-gap: 5.1282051282vw;
  }
  .l-footer__cols nav > ul li:nth-child(-n+4) {
    grid-column: 1 !important;
  }
  .l-footer__cols nav > ul li:nth-child(4) {
    transform: translate(0%, 4em);
  }
  .l-footer__cols nav > ul li:nth-child(n+5) {
    grid-column: 2 !important;
  }
  .l-footer__cols nav > ul li:nth-child(n+7) {
    transform: translate(0%, -1em);
  }
  .l-footer__cols nav > ul ul {
    font-size: 3.0769230769vw;
  }
  .l-footer__copyright {
    font-size: 2.5641025641vw;
    margin-top: 10.2564102564vw;
  }
  .l-gnav {
    font-size: 0.875rem;
  }
  .l-gnav-inner {
    padding-top: 70px;
    width: min(100%, 300px);
  }
  .l-gnav__logo img {
    width: 144px;
  }
  .l-gnav ul {
    align-items: center;
    gap: 10.2564102564vw;
    margin-top: 12.8205128205vw;
  }
  .l-gnav ul li a {
    color: #00320F;
  }
  .l-header {
    padding-inline: 5.1282051282vw;
  }
  .l-header__inner {
    height: 50px;
  }
  .l-header__logo img {
    width: 160px;
  }
  .l-header__btn-menu {
    height: 50px;
    width: 75px;
  }
  .l-main {
    background-image: url(../images/common/bg-main-01@sp.png);
    background-size: 100% auto;
    padding-bottom: 51.2820512821vw;
  }
  .l-wrapper {
    background-image: url(../images/common/bg-wrapper-01@sp.png);
    background-size: 100% auto;
    padding-top: 50px;
  }
  .c-btns > * {
    margin-right: 16px;
  }
  .c-btn-01 {
    font-size: 3.3333333333vw;
  }
  .c-btn-02 {
    font-size: 3.5897435897vw;
    max-width: 100%;
  }
  .c-btn-02::after {
    height: calc(100% - 2.5641025641vw);
    width: calc(100% - 2.5641025641vw);
  }
  .c-btn-02 > span::before, .c-btn-02 > span::after {
    width: 12.8205128205vw;
  }
  .c-first {
    margin-bottom: 25.641025641vw;
  }
  .c-first p {
    font-size: 3.5897435897vw;
  }
  .c-hd-01 {
    font-size: 6.1538461538vw;
  }
  .c-hd-01__en {
    font-size: 5.1282051282vw;
  }
  .c-hd-02 {
    font-size: 5.1282051282vw;
  }
  * + .c-hd-02 {
    margin-top: 20.5128205128vw;
  }
  .c-hd-03 {
    font-size: 6.6666666667vw;
  }
  .c-hd-03 > span {
    min-width: 56.4102564103vw;
  }
  .c-hd-03 > span > span span {
    font-size: 4.1025641026vw;
  }
  .c-hd-03 + * {
    margin-top: 8.2051282051vw;
  }
  .c-hd-04 {
    font-size: 6.1538461538vw;
  }
  * + .c-hd-04 {
    margin-top: 22.5641025641vw;
  }
  .c-hd-04 + * {
    margin-top: 8.2051282051vw;
  }
  .c-list {
    font-size: 3.5897435897vw;
  }
  .c-list--square > li {
    font-size: 0.875rem;
  }
  .c-mv {
    padding-bottom: 20.5128205128vw;
    padding-top: 26.6666666667vw;
  }
  .c-mv__title {
    font-size: 6.1538461538vw;
  }
  .c-mv__title__en {
    font-size: 4.6153846154vw;
  }
  .c-mv__title__ja {
    line-height: 1.6;
  }
  .c-mv__copy {
    margin-top: 16.4102564103vw;
    padding-inline: 5.1282051282vw;
    text-align: left;
  }
  .c-mv__copy p {
    font-size: 3.5897435897vw;
  }
  .c-mv:not(:has(.c-mv__copy)) {
    padding-bottom: 10.2564102564vw;
  }
  .c-sec--05::after {
    width: 25.641025641vw;
  }
  .c-sec--04::after {
    width: 25.641025641vw;
  }
  .c-sec--03::after {
    width: 25.641025641vw;
  }
  .c-sec--02::after {
    width: 25.641025641vw;
  }
  .c-sec--01::after {
    width: 25.641025641vw;
  }
  .c-sec figure {
    position: relative;
  }
  .c-sec + .c-sec {
    margin-top: 26.6666666667vw;
  }
  .c-sec:not(:has(.c-sec-col)):has(figure) + .c-sec {
    margin-top: 10.2564102564vw;
  }
  .c-table-01 dl + dl {
    margin-top: 16.4102564103vw;
  }
  .c-table-01 dt {
    font-size: 4.1025641026vw;
  }
  .c-table-01 dd {
    font-size: 3.5897435897vw;
  }
  .p-commitment {
    padding-bottom: 15.3846153846vw;
    padding-top: 15.3846153846vw;
    padding-inline: 5.1282051282vw;
  }
  .p-commitment p {
    font-size: 6.1538461538vw;
    text-align: left;
  }
  .p-company * + .c-hd-02 {
    margin-top: 15.3846153846vw;
  }
  .p-profile-first-sec {
    flex-direction: column;
  }
  .p-profile-first-sec figure {
    flex-direction: column;
    gap: 2.5641025641vw;
    margin-inline: auto;
    margin-top: 15.3846153846vw;
    width: 47.6923076923vw;
  }
  .p-profile-first-sec figure img {
    width: 100%;
  }
  .p-profile-first-sec figure figcaption {
    font-size: 4.6153846154vw;
  }
  .p-profile-first-sec figure figcaption span {
    font-size: 3.5897435897vw;
  }
  .p-top-mv {
    padding-bottom: 18.4615384615vw;
    padding-top: 25.641025641vw;
  }
  .p-top-mv__copy {
    font-size: 7.1794871795vw;
  }
  .p-top-first {
    text-align: left;
  }
  .p-top-first .l-container {
    padding-bottom: 0;
  }
  .p-top-first__row p {
    font-size: 3.5897435897vw;
  }
  .p-top-first * + .p-top-first__row {
    margin-top: 12.3076923077vw;
  }
  .p-top-first .p-top-first__fig-01 + .p-top-first__row {
    margin-top: 10.2564102564vw;
  }
  .p-top-first__last {
    margin-top: 20.5128205128vw;
  }
  .p-top-first__last p {
    font-size: 5.1282051282vw;
  }
  .p-top-first__fig-01 {
    margin-top: 10.2564102564vw;
    padding-left: 2.5641025641vw;
  }
  .p-top-first__fig-01 img {
    width: 62.8205128205vw;
  }
  .p-top-first__fig-02 {
    margin-right: -5.1282051282vw;
  }
  .p-top-first__fig-02 img {
    width: 71.5384615385vw;
  }
  .p-top-items {
    margin-top: 15.3846153846vw;
    padding-bottom: 30.7692307692vw;
  }
  .p-top-items__item__cols p {
    font-size: 3.5897435897vw;
  }
  .p-top-items__item__cols .c-hd-01 + p {
    margin-top: 10.2564102564vw;
  }
  .p-top-items__item__cols figure {
    inset: 0 !important;
    margin-top: 12.3076923077vw;
    position: relative;
  }
  .p-top-items__item__btn-more {
    margin-top: 10.2564102564vw;
    text-align: right;
  }
  .p-top-items__item:nth-child(2n+1) .p-top-items__item__cols figure {
    margin-left: auto;
    margin-right: -5.1282051282vw;
  }
  .p-top-items__item:nth-child(2n) .p-top-items__item__cols {
    text-align: left;
  }
  .p-top-items__item:nth-child(2n) .p-top-items__item__cols figure {
    margin-right: auto;
    margin-left: -5.1282051282vw;
  }
  .p-top-items__item--philosophy .p-top-items__item__cols figure {
    width: 70.5128205128vw;
  }
  .p-top-items__item--role .p-top-items__item__cols figure {
    width: 87.1794871795vw;
  }
  .p-top-items__item--approach .p-top-items__item__cols figure {
    transform: translate(0%, 0%);
    width: 81.2820512821vw;
  }
  .p-top-items__item--donation .p-top-items__item__cols figure {
    width: 77.9487179487vw;
  }
  .p-top-items__item--message .p-top-items__item__cols figure {
    width: 90.2564102564vw;
  }
  .p-top-items__item--consultation .p-top-items__item__cols figure {
    width: 73.8461538462vw;
  }
  .p-top-items__item--information .p-top-items__item__cols figure {
    width: 90.2564102564vw;
  }
  .u-display-sp {
    display: block;
  }
  .u-display-pc {
    display: none;
  }
  .u-link {
    font-size: 3.5897435897vw;
  }
}
/*# sourceMappingURL=style.css.map */
