/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          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] {
  text-decoration: underline;
  /* 2 */
  -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;
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1000px;
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 767px) {
  body {
    min-width: unset;
  }
}

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

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

.l-wrap {
  overflow: hidden;
}

.l-header {
  padding: 210px 0 0;
  font-size: 4rem;
  font-family: "Arimo", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 767px) {
  .l-header {
    padding: 24vw 0 0;
  }
}

.l-main {
  padding: 140px 0 160px;
}
@media (max-width: 767px) {
  .l-main {
    padding: 100px 0 120px;
  }
}

.l-section:not(:first-of-type) {
  margin-top: 110px;
}

.l-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 767px) {
  .l-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.l-about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #213B16;
  height: 405px;
  width: 530px;
  position: absolute;
  left: 80px;
}
@media (max-width: 1300px) {
  .l-about__img {
    width: 40%;
    padding: 5vw;
    left: 5%;
  }
}
@media (max-width: 767px) {
  .l-about__img {
    padding: 12vw 0;
    width: 100%;
    height: auto;
    position: static;
  }
}
.l-about__img img {
  width: 300px;
}
@media (max-width: 767px) {
  .l-about__img img {
    width: 60%;
  }
}
.l-about__text {
  background-color: #fff;
  padding: 53px 0 30.5px 272px;
  width: 70%;
}
@media (max-width: 1300px) {
  .l-about__text {
    padding-left: 20%;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .l-about__text {
    padding: 50px 20px;
    width: 100%;
  }
}
.l-about__head {
  color: #222222;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .l-about__head {
    font-size: 2rem;
  }
}
.l-about__main {
  padding-top: 18px;
}
@media (max-width: 767px) {
  .l-about__main {
    padding-top: 8px;
  }
}
.l-about__main p {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .l-about__main p {
    margin-top: 10px;
  }
}

.l-list {
  position: relative;
  width: 1310px;
  margin-top: 180px;
}
@media (max-width: 1300px) {
  .l-list {
    width: 1100px;
  }
}
@media (max-width: 767px) {
  .l-list {
    width: 100%;
  }
}
.l-list__head {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.l-list__body {
  position: relative;
  padding: 70px 0;
  background-color: #F5F5F5;
}
@media (max-width: 767px) {
  .l-list__body {
    padding: 110px 0 100px;
  }
}
.l-list__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .l-list__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.l-list__card {
  position: relative;
}
@media (max-width: 767px) {
  .l-list__card {
    width: 94%;
    margin: 0 auto;
  }
}
.l-list__card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-list__thumb {
  position: relative;
  width: 300px;
  aspect-ratio: 2/1.2;
  background-size: 100% auto;
  background-position: top center;
}
@media (max-width: 1100px) {
  .l-list__thumb {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .l-list__thumb {
    width: 100%;
  }
}
.l-list__time {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  padding: 8px;
  font-size: 1.3rem;
  font-family: "Arimo", sans-serif;
  color: #fff;
  background-color: #222222;
  text-align: center;
}
@media (max-width: 767px) {
  .l-list__time {
    padding: 6px;
  }
}
.l-list__text {
  margin-top: 14px;
  padding-left: 20px;
  border-left: 2px solid #222222;
}
.l-list__bottom {
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-list__button {
  bottom: 0;
  width: 180px;
  color: #fff;
  background-color: #213B16;
  font-size: 1.4rem;
  text-align: center;
  height: 48.5px;
}
@media (max-width: 767px) {
  .l-list__button {
    width: 56%;
  }
}
.l-list__button a {
  display: block;
  padding: 12px;
}

.l-footer__pagetop {
  color: #222222;
  text-align: center;
  width: 100px;
  height: 107px;
  margin: 0 auto;
}
.l-footer__pagetop a {
  width: 100px;
  height: 107px;
  display: block;
}
.l-footer__pagetop a img {
  margin-bottom: 4px;
}
.l-footer__pagetop a div {
  width: 90px;
  margin: 0 auto;
  position: relative;
}
.l-footer__pagetop a div::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #222222;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.l-footer__pagetop a div:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-footer__main {
  margin-top: 30px;
  padding: 64px 0 24px;
  color: #fff;
  background-color: #213B16;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer__main {
    padding: 48px 0 32px;
  }
}
.l-footer__logo {
  width: 90px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 28%;
  }
}
.l-footer__copy {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .l-footer__copy {
    font-size: 1.2rem;
  }
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
}
.l-nav.is-active {
  z-index: 3;
  opacity: 1;
}
@media (max-width: 767px) {
  .l-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
    z-index: -1;
    opacity: 0;
  }
}
.l-nav__inner {
  padding: 12px 0;
}
@media (max-width: 767px) {
  .l-nav__inner {
    padding: 32vw 20vw;
  }
}
.l-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .l-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}
.l-nav__item {
  position: relative;
  width: 100px;
  text-align: center;
}
.l-nav__item a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.l-nav__item a:hover {
  color: #d3d3c1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.l-nav__item-center {
  width: 90px;
}
@media (max-width: 767px) {
  .l-nav__item-center {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-nav__item {
    width: 100%;
  }
}
.l-nav__logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
}

.l-button {
  display: none;
}
@media (max-width: 767px) {
  .l-button {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 3vw;
    right: 3vw;
    width: 12vw;
    height: 12vw;
    background-color: #213B16;
    z-index: 3;
  }
}
.l-button.is-active .top {
  -webkit-transform: translateY(8px) rotate(30deg);
          transform: translateY(8px) rotate(30deg);
}
.l-button.is-active .middle {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.l-button.is-active .bottom {
  -webkit-transform: translateY(-8px) rotate(-30deg);
          transform: translateY(-8px) rotate(-30deg);
}
.l-button__inner {
  width: 100%;
}
.l-button__inner span {
  display: block;
  width: 76%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: all 0.32s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.32s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.l-button__inner span:not(:first-of-type) {
  margin-top: 6px;
}

.m-content {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .m-content {
    width: 900px;
  }
}
@media (max-width: 767px) {
  .m-content {
    width: 100%;
    padding: 0 4vw;
  }
}

.c-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .c-head {
    margin-bottom: 48px;
  }
}
.c-head span {
  display: block;
  color: #222222;
  text-align: center;
}
.c-head__en {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .c-head__en {
    font-size: 1.6rem;
  }
}
.c-head__ja {
  font-size: 3.4rem;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .c-head__ja {
    font-size: 2.4rem;
  }
}

.c-vHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #222222;
  background-color: #fff;
}
.c-vHead span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.c-vHead__en {
  position: relative;
  font-size: 2.2rem;
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .c-vHead__en {
    font-size: 1.6rem;
  }
}
.c-vHead__ja {
  font-size: 3.4rem;
  letter-spacing: 0.7em;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-vHead__ja {
    font-size: 2.8rem;
    letter-spacing: 0.48em;
  }
}