@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ------------------------------------------------------
 * Reset custom
------------------------------------------------------ */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  padding: 0 !important;
  margin: 0 !important;
}

b, em, strong {
  font-weight: inherit;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-spacing: 0;
}

button, [type=button], [type=reset], [type=submit] {
  border: 0;
  background: none;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:focus,
*:focus-visible {
  outline: none !important;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

input[type=search]::-ms-clear {
  display: none;
}

/* ------------------------------------------------------
 * Base
------------------------------------------------------ */
body {
  color: #202020;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8125;
  padding: 152px 0 0;
  overflow-x: hidden;
  transition: padding 0.2s ease-in-out;
}
body[data-page-name=home] {
  padding-top: 0 !important;
}
body a, body button {
  color: #202020;
  transition: 0.2s ease-in-out;
}
body a::before, body a::after, body button::before, body button::after {
  transition: 0.2s ease-in-out;
}
body a img, body button img {
  transition: 0.2s ease-in-out;
}
body a:hover, body button:hover {
  color: #1A876E;
}
body a:hover img, body button:hover img {
  opacity: 0.7;
}
body a[href^=tel], body a[href^=fax] {
  color: inherit;
}
body a[x-apple-data-detectors],
body a[x-apple-data-detectors-type],
body a[data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: inherit !important;
  border-bottom: none !important;
}
body sup, body sub {
  font-size: 0.625rem;
  margin: 0 0.2em;
}
body input, body textarea, body select, body label {
  transition: 0.2s ease-in-out;
}
body input::before, body input::after, body textarea::before, body textarea::after, body select::before, body select::after, body label::before, body label::after {
  transition: 0.2s ease-in-out;
}
body pre {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.9375rem;
    line-height: 1.8;
    padding: 90px 0 0;
  }
}

/* ------------------------------------------------------
 * Fade animation
------------------------------------------------------ */
.sc__fede, .lord__fede {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1s ease, transform 0.6s ease;
}

.sc__fede.sc__fedein, .sc__fede.lord__fede {
  opacity: 1;
  transform: translateY(0px);
}

/* ------------------------------------------------------
 * Images inside Gutenberg editor
------------------------------------------------------ */
.wp-block-image .alignleft,
.content__detail .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.wp-block-image .alignright,
.content__detail .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.wp-block-image .aligncenter,
.content__detail .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.img-round {
  width: 21vw !important;
  height: 21vw !important;
  max-height: 215px !important;
  max-width: 215px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .img-round {
    width: 165px !important;
    height: 165px !important;
    max-height: 165px !important;
  }
}
.img-round :hover {
  opacity: 0.7;
}
.img-round img {
  border-radius: 50%;
  width: 18vw !important;
  height: 18vw !important;
  max-height: 200px !important;
  max-width: 200px !important;
}
@media screen and (max-width: 768px) {
  .img-round img {
    width: 155px !important;
    height: 155px !important;
    max-height: 155px !important;
  }
}

/* ------------------------------------------------------
 * Text color
------------------------------------------------------ */
.tc--01 {
  color: #202020 !important;
}
.tc--02 {
  color: #fff !important;
}
.tc--03 {
  color: #1A876E !important;
}

/* ------------------------------------------------------
 * Font size
------------------------------------------------------ */
.fs--10px {
  font-size: 10px !important;
}
.fs--11px {
  font-size: 11px !important;
}
.fs--12px {
  font-size: 12px !important;
}
.fs--14px {
  font-size: 14px !important;
}
.fs--16px {
  font-size: 16px !important;
}
.fs--18px {
  font-size: 18px !important;
}
.fs--20px {
  font-size: 20px !important;
}
.fs--22px {
  font-size: 22px !important;
}
.fs--24px {
  font-size: 24px !important;
}
.fs--28px {
  font-size: 28px !important;
}
.fs--30px {
  font-size: 30px !important;
}

/* ------------------------------------------------------
 * Font weight
------------------------------------------------------ */
.fw--normal {
  font-weight: normal !important;
}
.fw--bold {
  font-weight: bold !important;
}

/* ------------------------------------------------------
 * Text align
------------------------------------------------------ */
.ta--l {
  text-align: left !important;
}
.ta--c {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.ta--r {
  text-align: right !important;
}

/* ------------------------------------------------------
 * Vertical align
------------------------------------------------------ */
.va--t {
  vertical-align: top !important;
}
.va--m {
  vertical-align: middle !important;
}
.va--b {
  vertical-align: bottom !important;
}

/* ------------------------------------------------------
 * white-space
------------------------------------------------------ */
.ws--normal {
  white-space: normal !important;
}
.ws--nowrap {
  white-space: nowrap !important;
}

/* ------------------------------------------------------
 * Width
------------------------------------------------------ */
.w--auto {
  width: auto !important;
}
.w--0 {
  width: 0% !important;
}
.w--5 {
  width: 5% !important;
}
.w--10 {
  width: 10% !important;
}
.w--15 {
  width: 15% !important;
}
.w--20 {
  width: 20% !important;
}
.w--25 {
  width: 25% !important;
}
.w--30 {
  width: 30% !important;
}
.w--35 {
  width: 35% !important;
}
.w--40 {
  width: 40% !important;
}
.w--45 {
  width: 45% !important;
}
.w--50 {
  width: 50% !important;
}
.w--55 {
  width: 55% !important;
}
.w--60 {
  width: 60% !important;
}
.w--65 {
  width: 65% !important;
}
.w--70 {
  width: 70% !important;
}
.w--75 {
  width: 75% !important;
}
.w--80 {
  width: 80% !important;
}
.w--85 {
  width: 85% !important;
}
.w--90 {
  width: 90% !important;
}
.w--95 {
  width: 95% !important;
}
.w--100 {
  width: 100% !important;
}
.w--100px {
  width: 100px !important;
}
.w--200px {
  width: 200px !important;
}
.w--300px {
  width: 300px !important;
}
.w--400px {
  width: 400px !important;
}
.w--500px {
  width: 500px !important;
}
.w--600px {
  width: 600px !important;
}
.w--700px {
  width: 700px !important;
}
.w--800px {
  width: 800px !important;
}
.w--900px {
  width: 900px !important;
}
.w--1000px {
  width: 1000px !important;
}
@media screen and (max-width: 768px) {
  .w--100px {
    width: auto !important;
  }
  .w--200px {
    width: auto !important;
  }
  .w--300px {
    width: auto !important;
  }
  .w--400px {
    width: auto !important;
  }
  .w--500px {
    width: auto !important;
  }
  .w--600px {
    width: auto !important;
  }
  .w--700px {
    width: auto !important;
  }
  .w--800px {
    width: auto !important;
  }
  .w--900px {
    width: auto !important;
  }
  .w--1000px {
    width: auto !important;
  }
}

/* ------------------------------------------------------
 * Height
------------------------------------------------------ */
.h--auto {
  height: auto !important;
}
.h--0 {
  height: 0% !important;
}
.h--100 {
  height: 100% !important;
}

/* ------------------------------------------------------
 * margin bottom
------------------------------------------------------ */
.mb--auto {
  margin-bottom: auto !important;
}
.mb--0 {
  margin-bottom: 0 !important;
}
.mb--10 {
  margin-bottom: 10px !important;
}
.mb--20 {
  margin-bottom: 20px !important;
}
.mb--30 {
  margin-bottom: 30px !important;
}
.mb--40 {
  margin-bottom: 40px !important;
}
.mb--50 {
  margin-bottom: 50px !important;
}
.mb--60 {
  margin-bottom: 60px !important;
}
.mb--70 {
  margin-bottom: 70px !important;
}
.mb--80 {
  margin-bottom: 80px !important;
}
.mb--90 {
  margin-bottom: 90px !important;
}
.mb--100 {
  margin-bottom: 100px !important;
}
.mb--05em {
  margin-bottom: 0.5em !important;
}
.mb--1em {
  margin-bottom: 1em !important;
}
.mb--2em {
  margin-bottom: 2em !important;
}
.mb--3em {
  margin-bottom: 3em !important;
}
.mb--4em {
  margin-bottom: 4em !important;
}
.mb--5em {
  margin-bottom: 5em !important;
}
.mb--6em {
  margin-bottom: 6em !important;
}
.mb--7em {
  margin-bottom: 7em !important;
}
.mb--8em {
  margin-bottom: 8em !important;
}
.mb--9em {
  margin-bottom: 9em !important;
}
.mb--10em {
  margin-bottom: 10em !important;
}

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

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

/* ------------------------------------------------------
 * Header
------------------------------------------------------ */
.header {
  width: 100%;
  padding: 0 24px;
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 1000;
}
.header__inner {
  max-width: 1400px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 24px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.header__logo {
  width: 240px;
  transition: 0.2s ease-in-out;
}
.header__logo > a {
  display: block;
}
.header__logo img {
  display: block;
}
.header__logo img:hover {
  opacity: 1;
}
.header__lang-switcher {
  width: 87px;
  max-width: 87px;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header__lang-switcher .lang-switcher__item--link {
  color: #C0C0C0;
  padding: 10px 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: 0.2s ease-in-out;
}
.header__lang-switcher .lang-switcher__item--link::before {
  content: "JP";
}
.header__lang-switcher .lang-switcher__item--link::after {
  content: "EN";
}
.header__lang-switcher .lang-switcher__item--link:hover {
  opacity: 0.7;
}
.header__lang-switcher .lang-switcher__item--inner {
  width: 40px;
  height: 1px;
  background: #C0C0C0;
}
.header__lang-switcher .lang-switcher__item--label {
  color: transparent;
  opacity: 0;
}
.header__lang-switcher .lang-switcher__item[data-switcher-mode=jp] .lang-switcher__item--link::before {
  color: #202020;
}
.header__lang-switcher .lang-switcher__item[data-switcher-mode=en] .lang-switcher__item--link::after {
  color: #202020;
}
.header__accordion {
  display: contents;
}
.header__accordion--trigger {
  display: none;
}
.header__contents {
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  row-gap: 15px;
}
.header__nav--main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.header__nav--main-item {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.header__nav--main-item > a, .header__nav--main-item > button {
  padding: 0 0 0 24px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.header__nav--main-item > a::before, .header__nav--main-item > button::before {
  content: "";
  width: 17px;
  height: 8px;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.966 8"%3E%3Cpath d="M20.18,17a9.742,9.742,0,0,1-6.1-2.084q-.292-.226-.575-.475a19.532,19.532,0,0,0-1.481,2.089l-1.7-1.06A21.264,21.264,0,0,1,12.107,13a21.264,21.264,0,0,1-1.775-2.47l1.7-1.06a19.532,19.532,0,0,0,1.481,2.089q.283-.25.575-.475A9.742,9.742,0,0,1,20.18,9c5.06,0,6.822,3.408,6.894,3.553L27.3,13l-.224.447C27,13.592,25.24,17,20.18,17Zm-5.274-4a7.853,7.853,0,0,0,5.274,2,5.89,5.89,0,0,0,4.8-2,5.89,5.89,0,0,0-4.8-2A7.853,7.853,0,0,0,14.906,13Z" transform="translate(-10.332 -9)"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.966 8"%3E%3Cpath d="M20.18,17a9.742,9.742,0,0,1-6.1-2.084q-.292-.226-.575-.475a19.532,19.532,0,0,0-1.481,2.089l-1.7-1.06A21.264,21.264,0,0,1,12.107,13a21.264,21.264,0,0,1-1.775-2.47l1.7-1.06a19.532,19.532,0,0,0,1.481,2.089q.283-.25.575-.475A9.742,9.742,0,0,1,20.18,9c5.06,0,6.822,3.408,6.894,3.553L27.3,13l-.224.447C27,13.592,25.24,17,20.18,17Zm-5.274-4a7.853,7.853,0,0,0,5.274,2,5.89,5.89,0,0,0,4.8-2,5.89,5.89,0,0,0-4.8-2A7.853,7.853,0,0,0,14.906,13Z" transform="translate(-10.332 -9)"/%3E%3C/svg%3E');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: #1A876E;
  position: absolute;
  top: 50%;
  left: -5px;
  opacity: 0;
  transform: translateY(-50%);
}
.header__nav--main-item > a:hover, .header__nav--main-item > a.is__active, .header__nav--main-item > button:hover, .header__nav--main-item > button.is__active {
  color: #1A876E;
}
.header__nav--main-item > a:hover::before, .header__nav--main-item > a.is__active::before, .header__nav--main-item > button:hover::before, .header__nav--main-item > button.is__active::before {
  left: 0;
  opacity: 1;
}
.header__nav--sub {
  min-width: 200px;
  padding: 67px 0 0;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}
.header__nav--sub-list {
  border-radius: 10px;
  background: #F0FCFA;
  padding: 30px 32px;
}
.header__nav--sub-list > :last-child {
  margin-bottom: 0;
}
.header__nav--sub-item {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  margin: 0 0 28px;
}
.header__nav--sub-item > a, .header__nav--sub-item > button {
  padding: 0 0 0 24px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.header__nav--sub-item > a::before, .header__nav--sub-item > button::before {
  content: "";
  width: 17px;
  height: 8px;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.966 8"%3E%3Cpath d="M20.18,17a9.742,9.742,0,0,1-6.1-2.084q-.292-.226-.575-.475a19.532,19.532,0,0,0-1.481,2.089l-1.7-1.06A21.264,21.264,0,0,1,12.107,13a21.264,21.264,0,0,1-1.775-2.47l1.7-1.06a19.532,19.532,0,0,0,1.481,2.089q.283-.25.575-.475A9.742,9.742,0,0,1,20.18,9c5.06,0,6.822,3.408,6.894,3.553L27.3,13l-.224.447C27,13.592,25.24,17,20.18,17Zm-5.274-4a7.853,7.853,0,0,0,5.274,2,5.89,5.89,0,0,0,4.8-2,5.89,5.89,0,0,0-4.8-2A7.853,7.853,0,0,0,14.906,13Z" transform="translate(-10.332 -9)"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.966 8"%3E%3Cpath d="M20.18,17a9.742,9.742,0,0,1-6.1-2.084q-.292-.226-.575-.475a19.532,19.532,0,0,0-1.481,2.089l-1.7-1.06A21.264,21.264,0,0,1,12.107,13a21.264,21.264,0,0,1-1.775-2.47l1.7-1.06a19.532,19.532,0,0,0,1.481,2.089q.283-.25.575-.475A9.742,9.742,0,0,1,20.18,9c5.06,0,6.822,3.408,6.894,3.553L27.3,13l-.224.447C27,13.592,25.24,17,20.18,17Zm-5.274-4a7.853,7.853,0,0,0,5.274,2,5.89,5.89,0,0,0,4.8-2,5.89,5.89,0,0,0-4.8-2A7.853,7.853,0,0,0,14.906,13Z" transform="translate(-10.332 -9)"/%3E%3C/svg%3E');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: #1A876E;
  position: absolute;
  top: 0.35em;
  left: -5px;
  opacity: 0;
}
.header__nav--sub-item > a:hover::before, .header__nav--sub-item > button:hover::before {
  left: 0;
  opacity: 1;
}
.header__nav--sub.is__open {
  top: 0;
  z-index: 0;
  opacity: 1;
  visibility: visible;
}
.header__utility--nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.header__utility--item {
  font-size: 0.875rem;
  line-height: 1;
}
.header__utility--item > a {
  padding: 0 0 0 14px;
  position: relative;
}
.header__utility--item > a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1A876E;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__btn {
  width: 13.3333333333vw;
  max-width: 192px;
}
.header__btn--item {
  width: 100%;
  border-radius: 5px;
  border: 2px solid #1A876E;
  background: #1A876E;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 22px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out;
}
.header__btn--item:hover {
  background: #fff;
  color: #1A876E;
}
.header__overlay {
  width: 100%;
  height: 100vh;
  background: rgba(32, 32, 32, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}
.is__open--header-sp .header__overlay {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 769px) {
  .header__accordion--container {
    display: contents;
  }
}
@media screen and (max-width: 1380px) {
  .header__inner {
    -moz-column-gap: 2.0833333333vw;
         column-gap: 2.0833333333vw;
  }
  .header__nav--main {
    -moz-column-gap: 1.3888888889vw;
         column-gap: 1.3888888889vw;
  }
  .header__nav--main-item {
    font-size: 0.75rem;
  }
  .header__nav--main-item > a, .header__nav--main-item > button {
    padding: 0 0 0 16px;
  }
  .header__nav--main-item > a::before, .header__nav--main-item > button::before {
    width: 12px;
  }
  .header__nav--sub-list {
    padding: 24px;
  }
  .header__nav--sub-item {
    margin: 0 0 20px;
  }
  .header__nav--sub-item > a, .header__nav--sub-item > button {
    padding: 0 0 0 16px;
  }
  .header__nav--sub-item > a::before, .header__nav--sub-item > button::before {
    width: 12px;
    top: 0.4em;
  }
  .header__utility--item {
    font-size: 0.75rem;
  }
  .header__btn {
    width: 10.4166666667vw;
    max-width: 150px;
  }
  .header__btn--item {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1130px) {
  .header__inner {
    -moz-column-gap: 1.3888888889vw;
         column-gap: 1.3888888889vw;
  }
  .header__logo {
    width: 200px;
  }
  .header__lang-switcher {
    font-size: 0.5rem;
    margin-left: 0.6944444444vw;
  }
  .header__lang-switcher .lang-switcher__item--link {
    -moz-column-gap: 0.6944444444vw;
         column-gap: 0.6944444444vw;
  }
  .header__lang-switcher .lang-switcher__item--inner {
    width: 2.0833333333vw;
  }
  .header__nav--main {
    -moz-column-gap: 1.0416666667vw;
         column-gap: 1.0416666667vw;
  }
  .header__nav--item {
    font-size: 0.75rem;
  }
  .header__utility--item {
    font-size: 0.75rem;
  }
  .header__btn--item {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1020px) {
  .header {
    width: calc(100% - 40px);
    padding: 0;
    top: 15px;
    left: 20px;
    overflow: hidden;
  }
  .header__inner {
    padding: 0;
    position: relative;
    display: block;
  }
  .header__logo {
    width: 175px;
    height: 60px;
    padding: 20px;
    position: relative;
    z-index: 10;
  }
  .header__logo > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .header__lang-switcher {
    display: none;
  }
  .header__accordion {
    display: block;
  }
  .header__accordion--trigger {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
  }
  .header__accordion--trigger::before, .header__accordion--trigger::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #1A876E;
    position: absolute;
    left: 10px;
  }
  .header__accordion--trigger::before {
    top: 15px;
  }
  .header__accordion--trigger::after {
    top: 25px;
  }
  .header__accordion--trigger:hover {
    opacity: 0.7;
  }
  .header__accordion--trigger-txt {
    color: transparent;
    font-size: 10px;
    line-height: 1;
    opacity: 0;
    position: relative;
    z-index: -1;
  }
  .header__accordion--container {
    padding: 10px 20px 20px;
    display: none;
  }
  .header__accordion.is__open .header__accordion--trigger::before {
    top: 20px;
    transform: rotate(20deg);
  }
  .header__accordion.is__open .header__accordion--trigger::after {
    top: 20px;
    transform: rotate(-20deg);
  }
  .header__accordion.is__open .header__accordion--container {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
  }
  .header__contents {
    margin: 0 0 30px;
    display: block;
  }
  .header__nav {
    margin: 0 0 20px;
  }
  .header__nav--main {
    border-top: 1px solid #DFDFDF;
    display: block;
  }
  .header__nav--main-item {
    border-bottom: 1px solid #DFDFDF;
  }
  .header__nav--main-item > a, .header__nav--main-item > button {
    width: 100%;
    font-size: 0.875rem;
    text-align: left;
    padding: 19px 50px 19px 20px;
    display: block;
  }
  .header__nav--main-item > a::before, .header__nav--main-item > button::before {
    left: auto;
    opacity: 1;
  }
  .header__nav--main-item > a:hover::before, .header__nav--main-item > button:hover::before {
    left: auto;
  }
  .header__nav--main-item > a.is__open, .header__nav--main-item > button.is__open {
    color: #202020;
  }
  .header__nav--main-item > a::before {
    width: 11px;
    height: 6px;
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.375 5.408"%3E%3Cpath d="M374.375,1780.75H365v-2h7.171l-1.83-2.092,1.505-1.317,3.281,3.75a1,1,0,0,1-.753,1.658Z" transform="translate(-365 -1775.342)"/%3E%3C/svg%3E');
            mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.375 5.408"%3E%3Cpath d="M374.375,1780.75H365v-2h7.171l-1.83-2.092,1.505-1.317,3.281,3.75a1,1,0,0,1-.753,1.658Z" transform="translate(-365 -1775.342)"/%3E%3C/svg%3E');
    right: 20px;
  }
  .header__nav--main-item > button::before, .header__nav--main-item > button::after {
    -webkit-mask-image: none;
            mask-image: none;
    background: #1A876E;
  }
  .header__nav--main-item > button::before {
    width: 10px;
    height: 2px;
    right: 20px;
  }
  .header__nav--main-item > button::after {
    content: "";
    width: 2px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
  }
  .header__nav--main-trigger.is__open::after {
    opacity: 0;
    transform: translateY(-50%) rotate(90deg);
  }
  .header__nav--sub {
    min-width: auto;
    padding: 0;
    position: static;
    z-index: 0;
    transition: none;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .header__nav--sub-list {
    border-radius: 0;
    background: #ECF5EF;
    padding: 0;
  }
  .header__nav--sub-item {
    border-top: 1px solid #DFDFDF;
    font-size: 0.75rem;
    white-space: normal;
    margin: 0;
  }
  .header__nav--sub-item > a, .header__nav--sub-item > button {
    padding: 18px 50px 18px 40px;
    display: block;
  }
  .header__nav--sub-item > a::before, .header__nav--sub-item > button::before {
    width: 11px;
    height: 6px;
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.375 5.408"%3E%3Cpath d="M374.375,1780.75H365v-2h7.171l-1.83-2.092,1.505-1.317,3.281,3.75a1,1,0,0,1-.753,1.658Z" transform="translate(-365 -1775.342)"/%3E%3C/svg%3E');
            mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.375 5.408"%3E%3Cpath d="M374.375,1780.75H365v-2h7.171l-1.83-2.092,1.505-1.317,3.281,3.75a1,1,0,0,1-.753,1.658Z" transform="translate(-365 -1775.342)"/%3E%3C/svg%3E');
    top: 50%;
    left: auto;
    right: 20px;
    transform: translateY(-50%);
    opacity: 1;
  }
  .header__nav--sub-item > a:hover::before, .header__nav--sub-item > button:hover::before {
    left: auto;
  }
  .header__utility--nav {
    display: block;
  }
  .header__utility--item {
    font-size: 0.875rem;
    margin: 0 0 15px;
  }
  .header__utility--item:last-child {
    margin-bottom: 0;
  }
  .header__utility--item > a {
    padding: 0;
  }
  .header__utility--item > a::before {
    display: none;
  }
  .header__btn {
    width: 100%;
    max-width: none;
  }
  .header__btn--item {
    font-size: 1rem;
  }
}
/* ------------------------------------------------------
 * primary
------------------------------------------------------ */
.primary {
  min-height: 60vh;
  padding: 0 0 80px;
}
[data-page-name=home] .primary {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .primary {
    padding: 0 0 60px;
  }
}

/* ------------------------------------------------------
 * Footer
------------------------------------------------------ */
.footer__inner {
  width: 100%;
  max-width: 1148px;
  padding: 0 24px;
  margin: 0 auto;
  padding: 64px 24px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 64px;
       column-gap: 64px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    max-width: none;
    padding: 0 20px;
  }
}
.footer__contents--narrow {
  width: 360px;
}
.footer__logo {
  margin: 0 0 45px;
}
.footer__logo img:hover {
  opacity: 1;
}
.footer__utility {
  margin: 0 0 45px;
}
.footer__utility--nav {
  font-size: 1rem;
}
.footer__utility--item {
  margin: 0 0 20px;
}
.footer__utility--item:last-child {
  margin-bottom: 0;
}
.footer__nav {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 120px;
       column-gap: 120px;
}
.footer__nav--main {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
.footer__nav--label {
  font-size: 1.25rem;
  font-weight: bold;
}
.footer__nav--sub {
  margin: 20px 0 0;
}
.footer__nav--sub-item {
  font-size: 1rem;
  margin: 0 0 12px;
}
.footer__nav--sub-item:last-child {
  margin-bottom: 0;
}
.footer__copyright {
  background: #1A876E;
  color: #fff;
  padding: 17px 0;
}
.footer__copyright--txt {
  width: 100%;
  max-width: 1148px;
  padding: 0 24px;
  margin: 0 auto;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 0 24px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__copyright--txt {
    max-width: none;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1020px) {
  .footer__inner {
    padding: 0;
    display: block;
  }
  .footer__contents--narrow, .footer__contents--wide {
    width: auto;
  }
  .footer__contents--narrow {
    padding: 10.6666666667vw 20px 8vw;
  }
  .footer__contents--wide {
    border-top: 1px solid rgba(26, 135, 110, 0.3);
    padding: 8vw 20px;
  }
  .footer__logo {
    width: 72vw;
    margin: 0 auto 9.3333333333vw;
  }
  .footer__nav {
    justify-content: space-between;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .footer__nav--main {
    width: calc(50% - 25px);
    row-gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  .footer__utility {
    margin: 0 0 35px;
  }
  .footer__utility--nav {
    font-size: 0.875rem;
  }
  .footer__utility--item {
    margin: 0 0 15px;
  }
  .footer__lang-switcher {
    font-size: 0.875rem;
  }
  .footer__nav--label {
    font-size: 0.875rem;
  }
  .footer__nav--sub {
    margin: 15px 0 0;
  }
  .footer__nav--sub-item {
    font-size: 0.875rem;
  }
  .footer__copyright {
    padding: 15px 0;
  }
  .footer__copyright--txt {
    font-size: 0.6875rem;
    padding: 0 20px;
  }
}

/* ------------------------------------------------------
 * section
------------------------------------------------------ */
.section {
  margin: 0 0 80px;
}
.section__inner {
  width: 100%;
  max-width: 1148px;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__inner {
    max-width: none;
    padding: 0 20px;
  }
}
.section.section--bdr-btm {
  border-bottom: 1px solid rgba(26, 135, 110, 0.3);
  padding: 0 0 80px;
  margin: 0 0 80px;
}
.section.section--bdr-btm128 {
  border-bottom: 1px solid rgba(26, 135, 110, 0.3);
  padding: 0 0 128px;
  margin: 0 0 80px;
}
.section.section--bdr-btm128:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.section__box {
  width: calc(100% - 48px);
  max-width: 1100px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto 80px;
}
.section__box--inner {
  padding: 80px;
}
.section__single {
  width: 100%;
  max-width: 988px;
  padding: 0 24px;
  margin: 0 auto;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .section__single {
    max-width: none;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    margin: 0 0 60px;
  }
  .section.section--bdr-btm {
    padding: 0 0 60px;
    margin: 0 0 60px;
  }
  .section__box {
    margin: 0 auto 60px;
  }
  .section__box--inner {
    padding: 30px 20px;
  }
  .section__single {
    margin: 0 auto 60px;
  }
}

/* ------------------------------------------------------
 * Heading
------------------------------------------------------ */
.hdg__lv1 {
  width: calc(100% - 48px);
  max-width: 1400px;
  border-radius: 20px;
  background: no-repeat 50% 50% #1A876E;
  background-size: cover;
  color: #fff;
  margin: 0 auto 80px;
}
.hdg__lv1--inner {
  max-width: 1148px;
  min-height: 240px;
  padding: 0 24px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
}
.hdg__lv1--en {
  font-family: "Inconsolata", monospace;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.hdg__lv1--en::before {
  content: "";
  width: 17px;
  height: 8px;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.966 8"%3E%3Cpath d="M20.18,17a9.742,9.742,0,0,1-6.1-2.084q-.292-.226-.575-.475a19.532,19.532,0,0,0-1.481,2.089l-1.7-1.06A21.264,21.264,0,0,1,12.107,13a21.264,21.264,0,0,1-1.775-2.47l1.7-1.06a19.532,19.532,0,0,0,1.481,2.089q.283-.25.575-.475A9.742,9.742,0,0,1,20.18,9c5.06,0,6.822,3.408,6.894,3.553L27.3,13l-.224.447C27,13.592,25.24,17,20.18,17Zm-5.274-4a7.853,7.853,0,0,0,5.274,2,5.89,5.89,0,0,0,4.8-2,5.89,5.89,0,0,0-4.8-2A7.853,7.853,0,0,0,14.906,13Z" transform="translate(-10.332 -9)"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.966 8"%3E%3Cpath d="M20.18,17a9.742,9.742,0,0,1-6.1-2.084q-.292-.226-.575-.475a19.532,19.532,0,0,0-1.481,2.089l-1.7-1.06A21.264,21.264,0,0,1,12.107,13a21.264,21.264,0,0,1-1.775-2.47l1.7-1.06a19.532,19.532,0,0,0,1.481,2.089q.283-.25.575-.475A9.742,9.742,0,0,1,20.18,9c5.06,0,6.822,3.408,6.894,3.553L27.3,13l-.224.447C27,13.592,25.24,17,20.18,17Zm-5.274-4a7.853,7.853,0,0,0,5.274,2,5.89,5.89,0,0,0,4.8-2,5.89,5.89,0,0,0-4.8-2A7.853,7.853,0,0,0,14.906,13Z" transform="translate(-10.332 -9)"/%3E%3C/svg%3E');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: #fff;
  display: block;
  transform: rotate(-180deg);
}
.hdg__lv1--ja {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}
[data-page-name=partner-region-list] .hdg__lv1 {
  background-image: url("../images/pages/partner-region-list/bg_hdg-01.jpg");
}
[data-page-name=area] .hdg__lv1 {
  background-image: url("../images/pages/partner-region-list/bg_hdg-01.jpg");
}
[data-page-name=local-news] .hdg__lv1 {
  background-image: url("../images/pages/local-news/bg_hdg-01.jpg");
}
[data-page-name=product-list] .hdg__lv1 {
  background-image: url("../images/pages/product-list/bg_hdg-01.jpg");
}
[data-page-name=product] .hdg__lv1 {
  background-image: url("../images/pages/product-list/bg_hdg-01.jpg");
}
[data-page-name=retailers-list] .hdg__lv1 {
  background-image: url("../images/pages/retailers-list/bg_hdg-01.jpg");
}
[data-page-name=retailer] .hdg__lv1 {
  background-image: url("../images/pages/retailers-list/bg_hdg-01.jpg");
}
[data-page-name=business] .hdg__lv1 {
  background-image: url("../images/pages/business/bg_hdg-01.jpg");
}
[data-page-name=xxxxx] .hdg__lv1 {
  background-image: url("../images/pages/xxxxx/bg_hdg-01.jpg");
}
[data-page-name=technology] .hdg__lv1 {
  background-image: url("../images/pages/technology/bg_hdg-01.jpg");
}
[data-page-name=company] .hdg__lv1 {
  background-image: url("../images/pages/company/bg_hdg-01.jpg");
}
[data-page-name=ir-news] .hdg__lv1 {
  background-image: url("../images/pages/ir-news/bg_hdg-01.jpg");
}
[data-page-name=news] .hdg__lv1 {
  background-image: url("../images/pages/news/bg_hdg-01.jpg");
}
[data-page-name=inquiry] .hdg__lv1 {
  background-image: url("../images/pages/inquiry/bg_hdg-01.jpg");
}
@media screen and (max-width: 768px) {
  .hdg__lv1 {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
  }
  .hdg__lv1--inner {
    min-height: 120px;
    padding: 0 20px;
  }
  .hdg__lv1--en {
    font-size: 0.9375rem;
  }
  .hdg__lv1--ja {
    font-size: 1.5rem;
    line-height: 1.375;
  }
}
.hdg__lv2 {
  margin: 0 0 50px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.hdg__lv2--en {
  color: #1A876E;
  font-family: "Inconsolata", monospace;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.hdg__lv2--en::before {
  content: "";
  width: 17px;
  height: 8px;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.966 8"%3E%3Cpath d="M20.18,17a9.742,9.742,0,0,1-6.1-2.084q-.292-.226-.575-.475a19.532,19.532,0,0,0-1.481,2.089l-1.7-1.06A21.264,21.264,0,0,1,12.107,13a21.264,21.264,0,0,1-1.775-2.47l1.7-1.06a19.532,19.532,0,0,0,1.481,2.089q.283-.25.575-.475A9.742,9.742,0,0,1,20.18,9c5.06,0,6.822,3.408,6.894,3.553L27.3,13l-.224.447C27,13.592,25.24,17,20.18,17Zm-5.274-4a7.853,7.853,0,0,0,5.274,2,5.89,5.89,0,0,0,4.8-2,5.89,5.89,0,0,0-4.8-2A7.853,7.853,0,0,0,14.906,13Z" transform="translate(-10.332 -9)"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.966 8"%3E%3Cpath d="M20.18,17a9.742,9.742,0,0,1-6.1-2.084q-.292-.226-.575-.475a19.532,19.532,0,0,0-1.481,2.089l-1.7-1.06A21.264,21.264,0,0,1,12.107,13a21.264,21.264,0,0,1-1.775-2.47l1.7-1.06a19.532,19.532,0,0,0,1.481,2.089q.283-.25.575-.475A9.742,9.742,0,0,1,20.18,9c5.06,0,6.822,3.408,6.894,3.553L27.3,13l-.224.447C27,13.592,25.24,17,20.18,17Zm-5.274-4a7.853,7.853,0,0,0,5.274,2,5.89,5.89,0,0,0,4.8-2,5.89,5.89,0,0,0-4.8-2A7.853,7.853,0,0,0,14.906,13Z" transform="translate(-10.332 -9)"/%3E%3C/svg%3E');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: #1A876E;
  display: block;
  transform: rotate(-180deg);
}
.hdg__lv2--ja {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}
.hdg__lv2.hdg__size--l {
  margin: 0 0 50px;
}
.hdg__lv2.hdg__size--l .hdg__lv2--ja {
  font-size: 2.5rem;
}
.hdg__lv2.hdg__size--m {
  margin: 0 0 25px;
}
.hdg__lv2.hdg__size--m .hdg__lv2--ja {
  font-size: 2rem;
}
.hdg__lv2.hdg__size--m .hdg__lv2--txt24 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hdg__lv2.hdg__size--m .hdg__lv2--txt24 {
    font-size: 1.25rem;
  }
}
.hdg__lv2.hdg__color--01 {
  color: #fff;
}
.hdg__lv2.hdg__color--01 .hdg__lv2--en {
  color: #fff;
}
.hdg__lv2.hdg__color--01 .hdg__lv2--en::before {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .hdg__lv2 {
    margin: 0 0 20px;
  }
  .hdg__lv2--en {
    font-size: 0.9375rem;
  }
  .hdg__lv2--ja {
    font-size: 1.5rem;
    line-height: 1.375;
  }
  .hdg__lv2.hdg__size--l, .hdg__lv2.hdg__size--m {
    margin: 0 0 20px;
  }
  .hdg__lv2.hdg__size--l .hdg__lv2--ja, .hdg__lv2.hdg__size--m .hdg__lv2--ja {
    font-size: 1.5rem;
  }
}
.hdg__lv3 {
  color: #1A876E;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 24px;
}
/* ------------------------------------------------------
 * Texts
------------------------------------------------------ */
.txt {
  text-align: justify;
  word-break: break-all;
  margin: 0 0 2em;
}
.txt__catch {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.375;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .txt__catch {
    font-size: 1.5rem;
    line-height: 1.375;
  }
}

/* ------------------------------------------------------
 * Images
------------------------------------------------------ */
.img {
  text-align: center;
  margin: 0 auto 80px;
  display: block;
}
.img img {
  margin: 0 auto 32px;
  display: block;
}
@media screen and (max-width: 768px) {
  .img {
    margin: 0 0 60px;
  }
}

/* ------------------------------------------------------
 * Lists
------------------------------------------------------ */
.list__disc {
  line-height: 1.4;
  margin: 0 0 2em;
}
.list__disc > li {
  text-align: justify;
  word-break: break-all;
  padding: 0 0 0 14px;
  margin: 0 0 0.5em;
  position: relative;
}
.list__disc > li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1A876E;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.list__disc > li:last-child {
  margin-bottom: 0;
}
.list__num {
  line-height: 1.4;
  margin: 0 0 2em;
}
.list__num > li {
  margin: 0 0 0.5em;
  display: flex;
  gap: 0.5em;
}
.list__num > li:last-child {
  margin-bottom: 0;
}
.list__num--mark {
  white-space: nowrap;
}
.list__num--container {
  width: 100%;
  text-align: justify;
  word-break: break-all;
}
.list__note {
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0 0 2em;
}
.list__note > li {
  margin: 0 0 0.5em;
  display: flex;
  gap: 0.5em;
}
.list__note > li:last-child {
  margin-bottom: 0;
}
.list__note--mark {
  white-space: nowrap;
}
.list__note--container {
  width: 100%;
  text-align: justify;
  word-break: break-all;
}
/* ------------------------------------------------------
 * Links
------------------------------------------------------ */
.link__txt {
  text-decoration: underline;
}
.link__txt:hover {
  text-decoration: none;
}
.link__list {
  border-top: 1px solid rgba(26, 135, 110, 0.3);
  margin: 0 0 80px;
}
.link__list--item {
  border-bottom: 1px solid rgba(26, 135, 110, 0.3);
  padding: 30px 0;
}
.link__list--inner {
  display: block;
}
.link__list--date {
  color: #1A876E;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0 0 10px;
}
.link__list--txt {
  text-align: justify;
}
.link__list--nothing {
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .link__list {
    margin: 0 0 60px;
  }
  .link__list--nothing {
    padding: 60px 0;
  }
}
.link__panel {
  margin: 0 0 0px;
}
.link__panel--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 32px;
  padding-bottom: 5px;
}
.link__panel--list-item {
  width: calc((100% - 45px) / 4);
}
.link__panel--list-item__inner {
  height: 100%;
  border-radius: 20px;
  border: 2px solid #fff;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  padding: 14px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  row-gap: 14px;
}
.link__panel--list-item__inner:hover {
  border-color: #1A876E;
  color: #202020;
}
.link__panel--list-item__inner:hover img {
  opacity: 1;
  transform: scale(1.05);
}
.link__panel--list-item__contents {
  width: 100%;
}
.link__panel--list-item__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
  display: block;
}
.link__panel--list-item__txt {
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: justify;
}
.link__panel--list-item__img {
  width: 100%;
  height: 10.6944444444vw;
  max-height: 154px;
  border-radius: 10px;
  overflow: hidden;
}
.link__panel--list-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: 0.6s ease-in-out;
}
.link__panel--list-item.list-item--nothing {
  width: 100%;
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .link__panel {
    margin: 0 0 60px;
  }
  .link__panel--list {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 30px;
  }
  .link__panel--list-item {
    width: calc((100% - 15px) / 2);
  }
  .link__panel--list-item__inner {
    padding: 10px;
    row-gap: 10px;
  }
  .link__panel--list-item__title {
    font-size: 0.9375rem;
  }
  .link__panel--list-item__txt {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
  .link__panel--list-item__img {
    height: 99px;
    max-height: none;
  }
  .link__panel--list-item.list-item--nothing {
    padding: 60px 0;
  }
}

/* ------------------------------------------------------
 * Buttons
------------------------------------------------------ */
.btn {
  margin: 0 0 40px;
}
.btn__item {
  width: 310px;
  min-height: 64px;
  border-radius: 10px;
  border: 2px solid #1A876E;
  background: #1A876E;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 0 40px 0 20px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn__item::before {
  content: "";
  width: 16px;
  height: 13px;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7.658"%3E%3Cpath d="M380,1783H365v-2h12.8l-3.8-4.342,1.505-1.317,5.25,6A1,1,0,0,1,380,1783Z" transform="translate(-365 -1775.341)"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7.658"%3E%3Cpath d="M380,1783H365v-2h12.8l-3.8-4.342,1.505-1.317,5.25,6A1,1,0,0,1,380,1783Z" transform="translate(-365 -1775.341)"/%3E%3C/svg%3E');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn__item:hover {
  background: #fff;
  color: #1A876E;
}
.btn__item:hover::before {
  background: #1A876E;
  right: 15px;
}
.btn__item--sub {
  background: #fff;
  color: #1A876E;
}
.btn__item--sub::before {
  background: #1A876E;
}
.btn__item--sub:hover {
  background: #1A876E;
  color: #fff;
}
.btn__item--sub:hover::before {
  background: #fff;
}
.btn__item--size-l {
  width: 310px;
  min-height: 64px;
  font-size: 1rem;
}
.btn__item--size-m {
  width: 260px;
  min-height: 54px;
  font-size: 0.875rem;
}
.btn__item--size-m::before {
  width: 14px;
  height: 14px;
}
.btn__item--size-s {
  width: 190px;
  min-height: 54px;
  font-size: 0.875rem;
}
.btn__item--size-s::before {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .btn {
    margin: 0 0 20px;
  }
  .btn__item {
    width: 100%;
    max-width: 276px;
    min-height: 55px;
    font-size: 0.9375rem;
    padding: 0 40px 0 15px;
  }
  .btn__item--size-l {
    width: 100%;
    max-width: 276px;
    min-height: 55px;
    font-size: 0.9375rem;
  }
  .btn__item--size-m {
    width: 100%;
    max-width: 230px;
    min-height: 50px;
    font-size: 0.8125rem;
  }
  .btn__item--size-m::before {
    width: 14px;
    height: 12px;
  }
  .btn__item--size-s {
    width: 100%;
    max-width: 190px;
    min-height: 50px;
    font-size: 0.8125rem;
  }
  .btn__item--size-s::before {
    width: 14px;
    height: 12px;
  }
}

/* ------------------------------------------------------
 * 商品の取り扱いに関するお問い合わせはこちら
------------------------------------------------------ */
.btn__inquiry {
  margin: 0 0 80px;
}
.btn__inquiry--link {
  width: calc(100% - 48px);
  max-width: 1100px;
  min-height: 200px;
  border-radius: 20px;
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.btn__inquiry--link::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/pages/inquiry/bg_btn-01.jpg") no-repeat 50% 50% #1A876E;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  transform: translate(-50%, -50%);
  transition: 0.6s ease-in-out;
}
.btn__inquiry--link:hover {
  color: #fff;
}
.btn__inquiry--link:hover::before {
  transform: translate(-50%, -50%) scale(1.05);
}
.btn__inquiry--link:hover .btn__inquiry--label::before {
  right: -5px;
}
.btn__inquiry--label {
  padding: 0 110px 0 0;
  position: relative;
  display: inline-block;
}
.btn__inquiry--label::before {
  content: "";
  width: 27px;
  height: 13px;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7.658"%3E%3Cpath d="M380,1783H365v-2h12.8l-3.8-4.342,1.505-1.317,5.25,6A1,1,0,0,1,380,1783Z" transform="translate(-365 -1775.341)"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7.658"%3E%3Cpath d="M380,1783H365v-2h12.8l-3.8-4.342,1.505-1.317,5.25,6A1,1,0,0,1,380,1783Z" transform="translate(-365 -1775.341)"/%3E%3C/svg%3E');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn__inquiry {
    margin: 0 0 60px;
  }
  .btn__inquiry--link {
    width: calc(100% - 40px);
    min-height: 120px;
    font-size: 1rem;
    text-align: left;
    padding: 20px 30px;
  }
  .btn__inquiry--label {
    width: 100%;
    padding: 0 30px 0 0;
  }
  .btn__inquiry--label::before {
    width: 16px;
    height: 8px;
  }
}

/* ------------------------------------------------------
 * Pagination
------------------------------------------------------ */
.pagination {
  margin: 0 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pagination a, .pagination span {
  width: 65px;
  height: 65px;
  border-radius: 20px;
  border: 1px solid #1A876E;
  background: #fff;
  color: #1A876E;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a::before, .pagination span::before {
  content: "";
  width: 14px;
  height: 14px;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.088 14.753"%3E%3Cpath class="a" d="M4491.621,1953.376l-.658-.752,7.57-6.624-7.57-6.623.658-.753,8.43,7.376Z" transform="translate(-4490.962 -1938.624)"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.088 14.753"%3E%3Cpath class="a" d="M4491.621,1953.376l-.658-.752,7.57-6.624-7.57-6.623.658-.753,8.43,7.376Z" transform="translate(-4490.962 -1938.624)"/%3E%3C/svg%3E');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  background: #1A876E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.pagination a:hover, .pagination span:hover {
  background: #1A876E;
  color: #fff;
}
.pagination a:hover::before, .pagination span:hover::before {
  background: #fff;
}
.pagination .current {
  background: #1A876E;
  color: #fff;
  cursor: default;
}
.pagination .prev::before {
  left: 20px;
  display: block;
  transform: translateY(-50%) rotate(180deg);
}
.pagination .next::before {
  left: 27px;
  display: block;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 0 0 60px;
  }
  .pagination a, .pagination span {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 0.75rem;
  }
  .pagination a::before, .pagination span::before {
    width: 10px;
    height: 10px;
  }
  .pagination .prev::before {
    left: 10px;
  }
  .pagination .next::before {
    left: 17px;
  }
}

/* ------------------------------------------------------
 * Boxs
------------------------------------------------------ */
.box {
  margin: 0 0 80px;
}
.box[data-box-style="01"] {
  max-width: 1100px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.box[data-box-style="01"] > .box__inner {
  padding: 80px;
}
.box[data-box-style="02"] {
  border-radius: 20px;
  background: #F0FCFA;
  margin: 0 0 30px;
}
.box[data-box-style="02"] > .box__inner {
  padding: 40px 80px;
}
.box[data-box-style="03"] {
  border-radius: 20px;
  background: #F0FCFA;
  margin: 0 0 30px;
}
.box[data-box-style="03"] > .box__inner {
  padding: 40px 80px;
}
@media screen and (max-width: 768px) {
  .box[data-box-style="03"] > .box__inner {
    padding: 20px;
  }
}
.box[data-box-style="03"] > .box__inner .box_details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.box[data-box-style="03"] > .box__inner .box_details .img {
  width: 47%;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .box[data-box-style="03"] > .box__inner .box_details .img {
    width: 100%;
  }
}
.box[data-box-style="03"] > .box__inner .box_details .img img {
  margin: 0;
}
.box[data-box-style="03"] > .box__inner .box_details .img span {
  font-size: 14px;
}
.box[data-box-style="03"] > .box__inner .box_details .txt {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .box[data-box-style="03"] > .box__inner .box_details .txt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .box {
    margin: 0 0 60px;
  }
  .box[data-box-style="01"] > .box__inner {
    padding: 30px 10px;
  }
  .box[data-box-style="02"] {
    margin: 0 0 20px;
  }
  .box[data-box-style="02"] > .box__inner {
    padding: 20px;
  }
}

/* ------------------------------------------------------
 * Columns
------------------------------------------------------ */
.column {
  margin: 0 0 80px;
  display: flex;
  align-items: center;
}
.column__col {
  width: 100%;
}
.column[data-column-num="2"] {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.column[data-column-num="2"] > .column__col {
  width: 50%;
}
.column[data-column-num="3"] {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.column[data-column-num="3"] > .column__col {
  width: 33.3333333333%;
}
.column[data-column-num="4"] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.column[data-column-num="4"] > .column__col {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .column {
    margin: 0 0 60px;
    display: block;
  }
  .column__col {
    margin: 0 0 20px;
  }
  .column__col:last-child {
    margin-bottom: 0;
  }
  .column[data-column-num="2"] > .column__col, .column[data-column-num="3"] > .column__col, .column[data-column-num="4"] > .column__col {
    width: auto;
  }
}

/* ------------------------------------------------------
 * Tables
------------------------------------------------------ */
.tbl,
.single__contents--posts table {
  width: 100%;
  line-height: 1.4;
  margin: 0 0 80px;
}
.tbl tr > th, .tbl tr > td,
.single__contents--posts table tr > th,
.single__contents--posts table tr > td {
  border: 0;
  border-bottom: 1px solid rgba(26, 135, 110, 0.3);
  text-align: justify;
  word-break: break-all;
  vertical-align: top;
  padding: 29px 0;
}
.tbl tr > th,
.single__contents--posts table tr > th {
  color: #1A876E;
  font-weight: bold;
}
.tbl thead tr > th, .tbl thead tr > td,
.single__contents--posts table thead tr > th,
.single__contents--posts table thead tr > td {
  color: #1A876E;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 0 0 29px;
}
@media screen and (max-width: 768px) {
  .tbl,
  .single__contents--posts table {
    margin: 0 0 60px;
  }
  .tbl tr,
  .single__contents--posts table tr {
    border-bottom: 1px solid rgba(26, 135, 110, 0.3);
    padding: 23px 0;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
  .tbl tr > th, .tbl tr > td,
  .single__contents--posts table tr > th,
  .single__contents--posts table tr > td {
    border-bottom: 0;
    padding: 0;
  }
  .tbl thead tr,
  .single__contents--posts table thead tr {
    padding: 0 0 23px;
  }
  .tbl thead tr > th, .tbl thead tr > td,
  .single__contents--posts table thead tr > th,
  .single__contents--posts table thead tr > td {
    padding: 0;
  }
}

/* ------------------------------------------------------
 * Lines
------------------------------------------------------ */
hr {
  border: 0;
  border-bottom: 1px solid rgba(26, 135, 110, 0.3);
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  hr {
    margin: 60px 0;
  }
}

/* ------------------------------------------------------
 * Forms
------------------------------------------------------ */
.form-area {
  margin: 0 0 80px;
}
.form-area input, .form-area textarea, .form-area select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(26, 135, 110, 0.3);
  background: #fff;
  font-size: 0.9375rem;
  padding: 15px;
}
.form-area input:hover, .form-area input:focus, .form-area textarea:hover, .form-area textarea:focus, .form-area select:hover, .form-area select:focus {
  border-color: #1A876E;
}
.form-area input[type=radio], .form-area input[type=checkbox], .form-area select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-area input[type=radio], .form-area input[type=checkbox] {
  width: auto;
  border: 0;
  background: none;
  padding: 0;
}
.form-area input[type=radio] + label, .form-area input[type=checkbox] + label {
  font-size: 0.9375rem;
  padding: 0 0 0 25px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.form-area input[type=radio] + label::before, .form-area input[type=radio] + label::after, .form-area input[type=checkbox] + label::before, .form-area input[type=checkbox] + label::after {
  content: "";
  position: absolute;
}
.form-area input[type=radio] + label::before, .form-area input[type=checkbox] + label::before {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(26, 135, 110, 0.3);
  background: #fff;
  top: 0.3em;
  left: 0;
}
.form-area input[type=radio] + label::after, .form-area input[type=checkbox] + label::after {
  opacity: 0;
}
.form-area input[type=radio] + label:hover::before, .form-area input[type=checkbox] + label:hover::before {
  border-color: #1A876E;
}
.form-area input[type=radio]:checked + label::after, .form-area input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.form-area input[type=radio] + label::before, .form-area input[type=radio] + label::after {
  border-radius: 50%;
}
.form-area input[type=radio] + label::after {
  width: 10px;
  height: 10px;
  background: #1A876E;
  top: calc(0.3em + 3px);
  left: 3px;
}
.form-area input[type=checkbox] + label::before {
  border-radius: 5px;
}
.form-area input[type=checkbox] + label::after {
  width: 8px;
  height: 5px;
  border-left: 2px solid #1A876E;
  border-bottom: 2px solid #1A876E;
  top: calc(0.3em + 4px);
  left: 4px;
  transform: rotate(-30deg);
}
.form-area textarea {
  min-height: 10em;
  display: block;
}
.form-area select {
  background: url("../images/common/form_arrow-01.svg") no-repeat 100% 50%;
  background-size: auto 35px;
  padding-right: 45px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form-area {
    margin: 0 0 60px;
  }
  .form-area input, .form-area textarea, .form-area select {
    font-size: 1rem;
    padding: 10px;
  }
}

/* ------------------------------------------------------
 * post year filter blocks
------------------------------------------------------ */
.year-filter__wrap {
  margin: 0 0 30px;
}
.year-filter__wrap #year-filter-form {
  width: 115px;
}
.year-filter__wrap #year-filter-form select {
  padding: 10px 45px 10px 15px;
}
:root {
  --mapIcon-posTop-spAdjust: 0.46;
  --mapIcon-posLeft-spAdjust: 0.473;
  --rotateY-duration: 600ms;
  --rotateY-ease: cubic-bezier(.2, .8, .3, 1);
}

/* ------------------------------------------------------
 * PROJECT
------------------------------------------------------ */
.project__inner {
  position: relative;
}
.project__contents {
  max-width: 640px;
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 1;
}
.project__txt {
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
.project__map {
  width: 707px;
  height: 601px;
  margin: 0 auto 32px;
  position: relative;
  z-index: 0;
}
.project__map--icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.project__map--icon-list__item {
  line-height: 1;
  position: absolute;
}
.project__map--icon-list__item[data-project-category="01"] .project__map--icon-list__txt {
  background: #007CE6;
}
.project__map--icon-list__item[data-project-category="02"] .project__map--icon-list__txt {
  background: #FE5F57;
}
.project__map--icon-list__item.is__hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0);
  transition: opacity 240ms var(--rotateY-ease), transform 240ms var(--rotateY-ease);
}
.project__map--icon-list__item.is__active {
  animation: key__rotateY var(--rotateY-duration) var(--rotateY-ease) 1;
  transform-origin: center bottom;
  backface-visibility: hidden;
}
.project__map--icon-list__link {
  width: 50px;
  padding: 34px 0 0;
  position: relative;
  left: 50%;
  bottom: 0;
  z-index: 0;
  display: block;
  transform: translateX(-50%);
}
.project__map--icon-list__link:hover {
  bottom: -5px;
  z-index: 5;
}
.project__map--icon-list__link:hover img {
  opacity: 1;
}
.project__map--icon-list__txt {
  max-height: 26px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: #1A876E;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  padding: 6px 15px 4px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.project__map--icon-list__img {
  display: block;
}
.project__map--svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.project__map--svg [class^=pref-] {
  fill: #AAE9DA;
  transition: 0.2s ease-in-out;
}
.project__map--svg .line {
  fill: #C0C0C0;
}
.project__modal--title {
  border-bottom: 1px solid #1A876E;
  font-weight: bold;
  text-align: center;
  line-height: 1.6875;
  padding: 0 0 15px;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 8px;
}
.project__modal--title-main {
  font-size: 1.375rem;
}
.project__modal--title-sub {
  font-size: 1rem;
}
.project__modal--img {
  text-align: center;
  margin: 0 0 30px;
}
.project__modal--img img {
  max-width: 460px;
  border-radius: 10px;
  margin: 0 auto;
}
.project__modal--txt {
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
  margin: 0 0 25px;
}
.project__modal--txt a {
  text-decoration: underline;
}
.project__modal--txt a:hover {
  text-decoration: none;
}
.project__modal--txt p {
  margin: 0 0 1em;
}
.project__modal--txt b, .project__modal--txt em, .project__modal--txt strong {
  font-weight: bold;
}
.project__modal--txt blockquote {
  border-left: 2px solid #1A876E;
  padding: 15px 0 15px 15px;
  margin: 0 0 1em;
}
.project__modal--txt h1, .project__modal--txt h2, .project__modal--txt h3, .project__modal--txt h4, .project__modal--txt h5, .project__modal--txt h6 {
  font-weight: bold;
  margin: 0 0 1em;
}
.project__modal--txt h1 {
  font-size: 1.375rem;
}
.project__modal--txt h2 {
  font-size: 1.25rem;
}
.project__modal--txt h3 {
  font-size: 1.125rem;
}
.project__modal--txt figure {
  text-align: center;
}
.project__modal--txt figure figcaption {
  margin: 0.5em 0 0;
  display: block !important;
}
.project__modal--txt figure + p {
  text-align: center;
}
.project__modal--txt table {
  font-size: 1rem;
  margin: 0 0 1em !important;
}
.project__modal--txt .wp-video {
  width: 100%;
  margin: 0 auto 1em;
}
@media screen and (min-width: 769px) {
  .project__contents .hdg__lv2 {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1020px) {
  .project__contents .hdg__lv2--en {
    font-size: 0.9375rem !important;
  }
  .project__contents .hdg__lv2--ja {
    font-size: 1.5rem !important;
    line-height: 1.375;
  }
  .project__contents .hdg__lv2--txt24 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1020px) and (max-width: 768px) {
  .project__contents .hdg__lv2--txt24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .project__contents {
    margin: 0 0 35px;
    position: static;
  }
  .project__map {
    width: 345px;
    height: 322px;
    margin: 0 auto 35px;
  }
  .project__map--icon-list__link {
    width: 40px;
    padding: 24px 0 0;
  }
  .project__map--icon-list__link:hover {
    bottom: 0;
  }
  .project__map--icon-list__txt {
    max-height: 19px;
    font-size: 0.6875rem;
    padding: 3px 10px;
  }
  .project__modal--title {
    line-height: 1.5714285714;
    margin: 0 0 20px;
    row-gap: 5px;
  }
  .project__modal--title-main {
    font-size: 1rem;
  }
  .project__modal--title-sub {
    font-size: 0.875rem;
  }
  .project__modal--img {
    margin: 0 0 20px;
  }
  .project__modal--img img {
    width: 100%;
  }
  .project__modal--txt {
    margin: 0 0 15px;
  }
  .project__modal--txt .aligncenter {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .project__modal--txt .alignright {
    display: flex;
    margin: 0 0 0 auto;
  }
  .project__modal--txt .alignleft {
    display: flex;
    margin: 0 auto 0 0;
  }
}

/* ------------------------------------------------------
 * PROJECT : pref Settings
------------------------------------------------------ */
.project__map--icon-list__item[data-project-target=pref-aomori] {
  top: 98px;
  left: 424px;
}
.project__map--icon-list__item[data-project-target=pref-akita] {
  top: 139px;
  left: 409px;
}
.project__map--icon-list__item[data-project-target=pref-yamagata] {
  top: 190px;
  left: 401px;
}
.project__map--icon-list__item[data-project-target=pref-fukushima] {
  top: 230px;
  left: 407px;
}
.project__map--icon-list__item[data-project-target=pref-niigata] {
  top: 223px;
  left: 362px;
}
.project__map--icon-list__item[data-project-target=pref-gunma] {
  top: 266px;
  left: 366px;
}
.project__map--icon-list__item[data-project-target=pref-toyama] {
  top: 260px;
  left: 310px;
}
.project__map--icon-list__item[data-project-target=pref-ishikawa] {
  top: 260px;
  left: 291px;
}
.project__map--icon-list__item[data-project-target=pref-gifu] {
  top: 297px;
  left: 303px;
}
.project__map--icon-list__item[data-project-target=pref-fukui] {
  top: 295px;
  left: 272px;
}
.project__map--icon-list__item[data-project-target=pref-kyoto] {
  top: 314px;
  left: 252px;
}
.project__map--icon-list__item[data-project-target=pref-hyogo] {
  top: 327px;
  left: 231px;
}
.project__map--icon-list__item[data-project-target=pref-shimane] {
  top: 320px;
  left: 148px;
}
.project__map--icon-list__item[data-project-target=pref-yamaguchi] {
  top: 351px;
  left: 119px;
}
.project__map--icon-list__item[data-project-target=pref-hiroshima] {
  top: 339px;
  left: 160px;
}
.project__map--icon-list__item[data-project-target=pref-okayama] {
  top: 329px;
  left: 196px;
}
.project__map--icon-list__item[data-project-target=pref-tottori] {
  top: 305px;
  left: 198px;
}
.project__map--icon-list__item[data-project-target=pref-osaka] {
  top: 339px;
  left: 252px;
}
.project__map--icon-list__item[data-project-target=pref-wakayama] {
  top: 370px;
  left: 249px;
}
.project__map--icon-list__item[data-project-target=pref-nara] {
  top: 354px;
  left: 263px;
}
.project__map--icon-list__item[data-project-target=pref-mie] {
  top: 346px;
  left: 280px;
}
.project__map--icon-list__item[data-project-target=pref-aichi] {
  top: 328px;
  left: 309px;
}
.project__map--icon-list__item[data-project-target=pref-shiga] {
  top: 317px;
  left: 272px;
}
.project__map--icon-list__item[data-project-target=pref-nagano] {
  top: 284px;
  left: 335px;
}
.project__map--icon-list__item[data-project-target=pref-yamanashi] {
  top: 300px;
  left: 354px;
}
.project__map--icon-list__item[data-project-target=pref-kanagawa] {
  top: 311px;
  left: 379px;
}
.project__map--icon-list__item[data-project-target=pref-tokyo] {
  top: 299px;
  left: 380px;
}
.project__map--icon-list__item[data-project-target=pref-saitama] {
  top: 286px;
  left: 378px;
}
.project__map--icon-list__item[data-project-target=pref-tochigi] {
  top: 258px;
  left: 393px;
}
.project__map--icon-list__item[data-project-target=pref-ibaraki] {
  top: 268px;
  left: 413px;
}
.project__map--icon-list__item[data-project-target=pref-miyagi] {
  top: 189px;
  left: 429px;
}
.project__map--icon-list__item[data-project-target=pref-kagawa] {
  top: 354px;
  left: 201px;
}
.project__map--icon-list__item[data-project-target=pref-ehime] {
  top: 376px;
  left: 157px;
}
.project__map--icon-list__item[data-project-target=pref-kochi] {
  top: 382px;
  left: 178px;
}
.project__map--icon-list__item[data-project-target=pref-tokushima] {
  top: 368px;
  left: 208px;
}
.project__map--icon-list__item[data-project-target=pref-oita] {
  top: 396px;
  left: 112px;
}
.project__map--icon-list__item[data-project-target=pref-kagoshima] {
  top: 455px;
  left: 74px;
}
.project__map--icon-list__item[data-project-target=pref-nagasaki] {
  top: 400px;
  left: 59px;
}
.project__map--icon-list__item[data-project-target=pref-saga] {
  top: 383px;
  left: 64px;
}
.project__map--icon-list__item[data-project-target=pref-fukuoka] {
  top: 376px;
  left: 86px;
}
.project__map--icon-list__item[data-project-target=pref-kumamoto] {
  top: 415px;
  left: 85px;
}
.project__map--icon-list__item[data-project-target=pref-miyazaki] {
  top: 430px;
  left: 105px;
}
.project__map--icon-list__item[data-project-target=pref-okinawa] {
  top: 440px;
  left: 560px;
}
.project__map--icon-list__item[data-project-target=pref-iwate] {
  top: 145px;
  left: 440px;
}
.project__map--icon-list__item[data-project-target=pref-hokkaido] {
  top: 3px;
  left: 483px;
}
.project__map--icon-list__item[data-project-target=pref-chiba] {
  top: 310px;
  left: 407px;
}
.project__map--icon-list__item[data-project-target=pref-shizuoka] {
  top: 332px;
  left: 344px;
}
.project__map--svg[data-project-target=pref-aomori] .pref-aomori {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-akita] .pref-akita {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-yamagata] .pref-yamagata {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-fukushima] .pref-fukushima {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-niigata] .pref-niigata {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-gunma] .pref-gunma {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-toyama] .pref-toyama {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-ishikawa] .pref-ishikawa {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-gifu] .pref-gifu {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-fukui] .pref-fukui {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-kyoto] .pref-kyoto {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-hyogo] .pref-hyogo {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-shimane] .pref-shimane {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-yamaguchi] .pref-yamaguchi {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-hiroshima] .pref-hiroshima {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-okayama] .pref-okayama {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-tottori] .pref-tottori {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-osaka] .pref-osaka {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-wakayama] .pref-wakayama {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-nara] .pref-nara {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-mie] .pref-mie {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-aichi] .pref-aichi {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-shiga] .pref-shiga {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-nagano] .pref-nagano {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-yamanashi] .pref-yamanashi {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-kanagawa] .pref-kanagawa {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-tokyo] .pref-tokyo {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-saitama] .pref-saitama {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-tochigi] .pref-tochigi {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-ibaraki] .pref-ibaraki {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-miyagi] .pref-miyagi {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-kagawa] .pref-kagawa {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-ehime] .pref-ehime {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-kochi] .pref-kochi {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-tokushima] .pref-tokushima {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-oita] .pref-oita {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-kagoshima] .pref-kagoshima {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-nagasaki] .pref-nagasaki {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-saga] .pref-saga {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-fukuoka] .pref-fukuoka {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-kumamoto] .pref-kumamoto {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-miyazaki] .pref-miyazaki {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-okinawa] .pref-okinawa {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-iwate] .pref-iwate {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-hokkaido] .pref-hokkaido {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-chiba] .pref-chiba {
  fill: #4DCEB0;
}
.project__map--svg[data-project-target=pref-shizuoka] .pref-shizuoka {
  fill: #4DCEB0;
}
@media screen and (max-width: 768px) {
  .project__map--icon-list__item[data-project-target=pref-aomori] {
    top: 32px;
    left: 203px;
  }
  .project__map--icon-list__item[data-project-target=pref-akita] {
    top: 57px;
    left: 194px;
  }
  .project__map--icon-list__item[data-project-target=pref-yamagata] {
    top: 80px;
    left: 190px;
  }
  .project__map--icon-list__item[data-project-target=pref-fukushima] {
    top: 103px;
    left: 195px;
  }
  .project__map--icon-list__item[data-project-target=pref-niigata] {
    top: 99px;
    left: 171px;
  }
  .project__map--icon-list__item[data-project-target=pref-gunma] {
    top: 121px;
    left: 172px;
  }
  .project__map--icon-list__item[data-project-target=pref-toyama] {
    top: 118px;
    left: 142px;
  }
  .project__map--icon-list__item[data-project-target=pref-ishikawa] {
    top: 123px;
    left: 131px;
  }
  .project__map--icon-list__item[data-project-target=pref-gifu] {
    top: 128px;
    left: 140px;
  }
  .project__map--icon-list__item[data-project-target=pref-fukui] {
    top: 137px;
    left: 122px;
  }
  .project__map--icon-list__item[data-project-target=pref-kyoto] {
    top: 148px;
    left: 112px;
  }
  .project__map--icon-list__item[data-project-target=pref-hyogo] {
    top: 151px;
    left: 99px;
  }
  .project__map--icon-list__item[data-project-target=pref-shimane] {
    top: 150px;
    left: 54px;
  }
  .project__map--icon-list__item[data-project-target=pref-yamaguchi] {
    top: 167px;
    left: 39px;
  }
  .project__map--icon-list__item[data-project-target=pref-hiroshima] {
    top: 160px;
    left: 62px;
  }
  .project__map--icon-list__item[data-project-target=pref-okayama] {
    top: 153px;
    left: 81px;
  }
  .project__map--icon-list__item[data-project-target=pref-tottori] {
    top: 143px;
    left: 83px;
  }
  .project__map--icon-list__item[data-project-target=pref-osaka] {
    top: 162px;
    left: 112px;
  }
  .project__map--icon-list__item[data-project-target=pref-wakayama] {
    top: 179px;
    left: 111px;
  }
  .project__map--icon-list__item[data-project-target=pref-nara] {
    top: 168px;
    left: 119px;
  }
  .project__map--icon-list__item[data-project-target=pref-mie] {
    top: 166px;
    left: 129px;
  }
  .project__map--icon-list__item[data-project-target=pref-aichi] {
    top: 155px;
    left: 141px;
  }
  .project__map--icon-list__item[data-project-target=pref-shiga] {
    top: 149px;
    left: 122px;
  }
  .project__map--icon-list__item[data-project-target=pref-nagano] {
    top: 132px;
    left: 156px;
  }
  .project__map--icon-list__item[data-project-target=pref-yamanashi] {
    top: 139px;
    left: 167px;
  }
  .project__map--icon-list__item[data-project-target=pref-kanagawa] {
    top: 146px;
    left: 180px;
  }
  .project__map--icon-list__item[data-project-target=pref-tokyo] {
    top: 139px;
    left: 180px;
  }
  .project__map--icon-list__item[data-project-target=pref-saitama] {
    top: 133px;
    left: 179px;
  }
  .project__map--icon-list__item[data-project-target=pref-tochigi] {
    top: 116px;
    left: 187px;
  }
  .project__map--icon-list__item[data-project-target=pref-ibaraki] {
    top: 121px;
    left: 198px;
  }
  .project__map--icon-list__item[data-project-target=pref-miyagi] {
    top: 82px;
    left: 205px;
  }
  .project__map--icon-list__item[data-project-target=pref-kagawa] {
    top: 169px;
    left: 84px;
  }
  .project__map--icon-list__item[data-project-target=pref-ehime] {
    top: 180px;
    left: 62px;
  }
  .project__map--icon-list__item[data-project-target=pref-kochi] {
    top: 186px;
    left: 71px;
  }
  .project__map--icon-list__item[data-project-target=pref-tokushima] {
    top: 177px;
    left: 88px;
  }
  .project__map--icon-list__item[data-project-target=pref-oita] {
    top: 192px;
    left: 38px;
  }
  .project__map--icon-list__item[data-project-target=pref-kagoshima] {
    top: 226px;
    left: 15px;
  }
  .project__map--icon-list__item[data-project-target=pref-nagasaki] {
    top: 194px;
    left: 7px;
  }
  .project__map--icon-list__item[data-project-target=pref-saga] {
    top: 184px;
    left: 11px;
  }
  .project__map--icon-list__item[data-project-target=pref-fukuoka] {
    top: 181px;
    left: 22px;
  }
  .project__map--icon-list__item[data-project-target=pref-kumamoto] {
    top: 203px;
    left: 22px;
  }
  .project__map--icon-list__item[data-project-target=pref-miyazaki] {
    top: 215px;
    left: 30px;
  }
  .project__map--icon-list__item[data-project-target=pref-okinawa] {
    top: 215px;
    left: 277px;
  }
  .project__map--icon-list__item[data-project-target=pref-iwate] {
    top: 60px;
    left: 214px;
  }
  .project__map--icon-list__item[data-project-target=pref-hokkaido] {
    top: -15px;
    left: 232px;
  }
  .project__map--icon-list__item[data-project-target=pref-chiba] {
    top: 144px;
    left: 194px;
  }
  .project__map--icon-list__item[data-project-target=pref-shizuoka] {
    top: 153px;
    left: 163px;
  }
}

/* ------------------------------------------------------
 * PROJECT : keyframes
------------------------------------------------------ */
@keyframes key__rotateY {
  0% {
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
/* ------------------------------------------------------
 * Accordion
------------------------------------------------------ */
.accordion {
  border-radius: 10px;
  border: 1px solid #1A876E;
}
.accordion__trigger {
  color: #1A876E;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  position: relative;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.accordion__trigger::before, .accordion__trigger::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #1A876E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
}
.accordion__trigger::before {
  right: 15px;
}
.accordion__trigger::after {
  right: 15px;
  transform: translateY(-50%) rotate(-90deg);
}
.accordion__trigger:hover {
  opacity: 0.7;
}
.accordion__trigger.is__open::after {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}
.accordion__container {
  padding: 5px 15px 15px;
  display: none;
}
.accordion__container--inner {
  background: #F0FCFA;
  padding: 15px;
}
.accordion__container--inner p {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .accordion__container--inner p {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .accordion__trigger {
    font-size: 0.875rem;
    padding: 10px 15px;
  }
  .accordion__trigger::before, .accordion__trigger::after {
    width: 14px;
  }
}

.modal__overlay {
  background: rgba(32, 32, 32, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  inset: 0;
}
.modal__container {
  width: 85%;
  max-width: 728px;
  position: relative;
  z-index: 200;
  transform: translateZ(0); /* Safari対策 */
}
.modal__content {
  width: 100%;
  max-height: 90vh;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.modal__content--inner {
  padding: 40px 80px;
}
.modal__content--inner h1, .modal__content--inner h2, .modal__content--inner h3, .modal__content--inner h4, .modal__content--inner h5, .modal__content--inner h6 {
  font-weight: bold;
  margin: 0 0 1em;
}
.modal__content--inner p {
  margin: 0 0 1em;
}
.modal__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 201;
  overflow: hidden;
}
.modal__close::before, .modal__close::after {
  content: "";
  width: 42px;
  height: 2px;
  background: #1A876E;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(20deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-20deg);
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__close--txt {
  color: transparent;
  font-size: 0;
  line-height: 1;
  opacity: 0;
  position: relative;
  z-index: -1;
}
.modal.micromodal-slide {
  display: none;
}
.modal.micromodal-slide .modal__container,
.modal.micromodal-slide .modal__overlay {
  will-change: transform;
}
.modal.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: modal_fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal.micromodal-slide[aria-hidden=false] .modal__container {
  animation: modal_slideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: modal_fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal.micromodal-slide[aria-hidden=true] .modal__container {
  animation: modal_slideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal.micromodal-slide.is-open {
  display: block;
}
@media screen and (max-width: 768px) {
  .modal__container {
    width: calc(100% - 40px);
    max-height: 90vh;
  }
  .modal__content--inner {
    padding: 30px 20px;
  }
  .modal__close {
    top: 10px;
    right: 10px;
  }
  .modal__close::before, .modal__close::after {
    width: 21px;
  }
}

/* ------------------------------------------------------
 * @keyframes
------------------------------------------------------ */
@keyframes modal_fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal_fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modal_slideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes modal_slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
:root {
  --projectThum-borderRadius: 20px;
}

/* ------------------------------------------------------
 * Pages : home
------------------------------------------------------ */
/* mv
------------------------------ */
.home-mv {
  margin: 0 0 115px;
}
.home-mv__inner {
  position: relative;
}
.home-mv__icon {
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-mv__icon--label {
  font-family: "Inconsolata", monospace;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  padding: 30px 0 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  animation: key__mvIconScroll 3s ease-in-out infinite;
}
.home-mv__icon--label::before {
  content: "";
  width: 11px;
  height: 23px;
  -webkit-mask-image: url("../images/pages/home/icon_fish-01.svg");
          mask-image: url("../images/pages/home/icon_fish-01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-mv__movie {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.home-mv__movie video {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .home-mv {
    margin: 0 0 55px;
  }
  .home-mv__icon {
    padding: 30px 20px;
  }
}

@keyframes key__mvIconScroll {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 45px;
  }
  00% {
    bottom: 30px;
  }
}
/* PROJECT
------------------------------ */
.home .project__thum {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.home .project__thum--list {
  width: 80%;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.home .project__thum--list-item {
  width: 25%;
  max-width: 212px;
  border-radius: var(--projectThum-borderRadius);
  position: relative;
}
.home .project__thum--list-item__inner {
  width: 100%;
  height: 100%;
  border-radius: var(--projectThum-borderRadius);
  color: #fff;
}
.home .project__thum--list-item__inner::before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 5;
  display: block;
}
.home .project__thum--list-item__inner:hover .project__thum--list-item__img::after {
  opacity: 1;
}
.home .project__thum--list-item__inner:hover .project__thum--list-item__img img {
  opacity: 1;
  transform: scale(1.05);
}
.home .project__thum--list-item__contents {
  position: absolute;
  inset: 0;
  padding: 15px;
  box-sizing: border-box;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.home .project__thum--list-item__title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}
.home .project__thum--list-item__img {
  border-radius: var(--projectThum-borderRadius);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.home .project__thum--list-item__img::before, .home .project__thum--list-item__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(32, 32, 32, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.2s ease-in-out;
}
.home .project__thum--list-item__img::before {
  display: block;
}
.home .project__thum--list-item__img::after {
  opacity: 0;
}
.home .project__thum--list-item__img img {
  width: 100%;
  height: 119px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: 0.6s ease-in-out;
}
.home .project__thum--list-item--comingsoon {
  cursor: default;
}
.home .project__thum--list-item--comingsoon .project__thum--list-item__inner {
  background: #87BE96;
}
.home .project__thum--list-item--comingsoon .project__thum--list-item__inner::before {
  display: none;
}
.home .project__thum--list-item[data-project-category="01"] .project__thum--list-item__inner::before {
  background-image: url("../images/common/icon_category-01.svg");
}
.home .project__thum--list-item[data-project-category="02"] .project__thum--list-item__inner::before {
  background-image: url("../images/common/icon_category-02.svg");
}
.home .project__thum--btn {
  width: 20%;
  max-width: 212px;
}
.home .project__thum--btn-link {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px solid #1A876E;
  background: #1A876E;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 50px 0 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home .project__thum--btn-link::before {
  content: "";
  width: 16px;
  height: 13px;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7.658"%3E%3Cpath d="M380,1783H365v-2h12.8l-3.8-4.342,1.505-1.317,5.25,6A1,1,0,0,1,380,1783Z" transform="translate(-365 -1775.341)"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7.658"%3E%3Cpath d="M380,1783H365v-2h12.8l-3.8-4.342,1.505-1.317,5.25,6A1,1,0,0,1,380,1783Z" transform="translate(-365 -1775.341)"/%3E%3C/svg%3E');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.home .project__thum--btn-link:hover {
  background: #fff;
  color: #1A876E;
}
.home .project__thum--btn-link:hover::before {
  background: #1A876E;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .home .project__thum {
    display: block;
  }
  .home .project__thum--list {
    width: 100%;
    margin: 0 0 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    -moz-column-gap: 17px;
         column-gap: 17px;
    row-gap: 17px;
  }
  .home .project__thum--list-item {
    width: calc(50% - 8.5px);
    max-width: none;
  }
  .home .project__thum--list-item__inner {
    min-height: 110px;
  }
  .home .project__thum--list-item__inner::before {
    width: 40px;
    height: 40px;
  }
  .home .project__thum--list-item__contents {
    padding: 5px;
  }
  .home .project__thum--list-item__img img {
    height: 110px;
  }
  .home .project__thum--btn {
    width: 100%;
    max-width: none;
    padding: 0 14.6666666667vw;
  }
  .home .project__thum--btn-link {
    width: 100%;
    height: auto;
    border-radius: 10px;
    font-size: 0.9375rem;
    padding: 15px 35px 15px 15px;
  }
  .home .project__thum--btn-link::before {
    right: 15px;
  }
  .home .project__thum--btn-link:hover::before {
    right: 10px;
  }
}

/* PICK UP
------------------------------ */
.home-pickup {
  padding: 45px 0;
  position: relative;
}
.home-pickup::before {
  content: "";
  width: calc(100% - 6.9444444444vw);
  height: 100%;
  border-radius: 0 5px 5px 0;
  background: #1A876E;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
}
.home-pickup__inner {
  padding-right: 194px;
}
.home-pickup__list {
  margin: 0 0 45px;
}
.home-pickup__list--item {
  margin: 0 0 16px;
}
.home-pickup__list--item:last-child {
  margin-bottom: 0;
}
.home-pickup__list--link {
  border-radius: 5px;
  background: #fff;
  padding: 20px 32px;
  display: flex;
  gap: 16px;
}
.home-pickup__list--link:hover {
  box-shadow: 0 0 0 2px #fff;
}
.home-pickup__list--date {
  width: 80px;
  color: #1A876E;
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
  padding: 0.3em 0 0;
}
.home-pickup__list--txt {
  width: calc(100% - 96px);
  text-align: justify;
  word-break: break-all;
}
.home-pickup__list--txt span {
  font-size: 0.75rem;
  color: #fff;
  background-color: #1a876e;
  padding: 3px 12px;
  margin-right: 10px;
  border-radius: 10px;
}
.home-pickup__link {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.home-pickup__link--label {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 32px 0 0;
  position: relative;
  display: inline-block;
}
.home-pickup__link--label::before {
  content: "";
  width: 16px;
  height: 13px;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7.658"%3E%3Cpath d="M380,1783H365v-2h12.8l-3.8-4.342,1.505-1.317,5.25,6A1,1,0,0,1,380,1783Z" transform="translate(-365 -1775.341)"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7.658"%3E%3Cpath d="M380,1783H365v-2h12.8l-3.8-4.342,1.505-1.317,5.25,6A1,1,0,0,1,380,1783Z" transform="translate(-365 -1775.341)"/%3E%3C/svg%3E');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.home-pickup__link--label:hover {
  color: #fff;
}
.home-pickup__link--label:hover::before {
  right: -5px;
}
@media screen and (max-width: 768px) {
  .home-pickup {
    background: #1A876E;
  }
  .home-pickup::before {
    display: none;
  }
  .home-pickup__inner {
    padding-right: 20px;
  }
  .home-pickup__list {
    margin: 0 0 35px;
  }
  .home-pickup__list--item {
    margin: 0 0 20px;
  }
  .home-pickup__list--link {
    padding: 15px 20px;
    display: block;
  }
  .home-pickup__list--date {
    width: auto;
    padding: 0;
    margin: 0 0 10px;
  }
  .home-pickup__list--txt {
    width: auto;
    font-size: 0.9375rem;
  }
  .home-pickup__link--label {
    font-size: 0.9375rem;
  }
}

/* PRODUCT/STORE : panel
------------------------------ */
.home-panel {
  overflow: hidden;
}
.home-panel__head {
  margin: 0 0 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home-panel__head .hdg__lv2 {
  margin-bottom: 0;
}
.home-panel .link__panel--list {
  flex-wrap: nowrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.home-panel .link__panel--list-item {
  width: 33.3333333333%;
  min-height: 320px;
}
.home-panel .link__panel--list-item__inner {
  row-gap: 20px;
}
.home-panel .link__panel--list-item__img {
  height: 15vw;
  max-height: 216px;
}
.home-panel .link__panel--list-item.list-item--comingsoon {
  border-radius: 20px;
  background: #87BE96;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .home-panel__inner {
    display: flex;
    flex-direction: column;
  }
  .home-panel__head {
    margin: 0;
    display: contents;
  }
  .home-panel__head .hdg__lv2 {
    margin: 0 0 20px;
    order: 1;
  }
  .home-panel__head .btn {
    margin: 40px 0 0;
    order: 3;
  }
  .home-panel .link__panel {
    order: 2;
  }
  .home-panel .link__panel--list {
    display: block;
  }
  .home-panel .link__panel--list-item {
    width: 100%;
    min-height: auto;
  }
  .home-panel .link__panel--list-item__inner {
    padding: 18px;
  }
  .home-panel .link__panel--list-item__title {
    font-size: 1.125rem;
  }
  .home-panel .link__panel--list-item__txt {
    font-size: 0.9375rem;
  }
  .home-panel .link__panel--list-item__img {
    height: 160px;
    max-height: none;
  }
  .home-panel .link__panel--list-item.list-item--comingsoon {
    font-size: 1.125rem;
    padding: 20px;
  }
  .home-panel .link__panel--list.slick-slider {
    margin: 0 -20px;
  }
  .home-panel .link__panel--list.slick-slider .slick-list {
    padding: 0 20px;
    overflow: visible !important;
  }
  .home-panel .link__panel--list.slick-slider .slick-list .slick-track {
    height: 100%;
  }
  .home-panel .link__panel--list.slick-slider .slick-list .slick-track .slick-slide {
    width: 280px;
    margin: 0 20px 0 0;
  }
}

/* PRODUCT
------------------------------ */
.home-product {
  margin: 0 0 135px;
}
@media screen and (max-width: 768px) {
  .home-product {
    margin: 0 0 60px;
  }
}

/* STORE
------------------------------ */
.home-store {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .home-store {
    margin: 0 0 60px;
  }
}

/* PARTNER
------------------------------ */
.home-partner {
  margin: 0 0 160px;
}
.home-partner__link {
  background: #1A876E;
  color: #fff;
  padding: 90px 8.3333333333vw 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.home-partner__link::before {
  content: "";
  width: 100%;
  max-width: 82.8472222222vw;
  height: 100%;
  background: url("../images/pages/home/bg_partner.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  display: block;
  transform: translateY(-50%);
}
.home-partner__link:hover {
  background: #0C725B;
  color: #fff;
}
.home-partner__link:hover .home-partner__link--ja::before {
  right: -5px;
}
.home-partner__link--txt {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.home-partner__link--en {
  font-family: "Inconsolata", monospace;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.home-partner__link--en::before {
  content: "";
  width: 17px;
  height: 8px;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.966 8"%3E%3Cpath d="M20.18,17a9.742,9.742,0,0,1-6.1-2.084q-.292-.226-.575-.475a19.532,19.532,0,0,0-1.481,2.089l-1.7-1.06A21.264,21.264,0,0,1,12.107,13a21.264,21.264,0,0,1-1.775-2.47l1.7-1.06a19.532,19.532,0,0,0,1.481,2.089q.283-.25.575-.475A9.742,9.742,0,0,1,20.18,9c5.06,0,6.822,3.408,6.894,3.553L27.3,13l-.224.447C27,13.592,25.24,17,20.18,17Zm-5.274-4a7.853,7.853,0,0,0,5.274,2,5.89,5.89,0,0,0,4.8-2,5.89,5.89,0,0,0-4.8-2A7.853,7.853,0,0,0,14.906,13Z" transform="translate(-10.332 -9)"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.966 8"%3E%3Cpath d="M20.18,17a9.742,9.742,0,0,1-6.1-2.084q-.292-.226-.575-.475a19.532,19.532,0,0,0-1.481,2.089l-1.7-1.06A21.264,21.264,0,0,1,12.107,13a21.264,21.264,0,0,1-1.775-2.47l1.7-1.06a19.532,19.532,0,0,0,1.481,2.089q.283-.25.575-.475A9.742,9.742,0,0,1,20.18,9c5.06,0,6.822,3.408,6.894,3.553L27.3,13l-.224.447C27,13.592,25.24,17,20.18,17Zm-5.274-4a7.853,7.853,0,0,0,5.274,2,5.89,5.89,0,0,0,4.8-2,5.89,5.89,0,0,0-4.8-2A7.853,7.853,0,0,0,14.906,13Z" transform="translate(-10.332 -9)"/%3E%3C/svg%3E');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: #fff;
  display: block;
  transform: rotate(-180deg);
}
.home-partner__link--ja {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 210px 0 0;
  position: relative;
}
.home-partner__link--ja::before {
  content: "";
  width: 177px;
  height: 14px;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 177 13.658"%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class="a" d="M468,1789H292v-2H465.8l-9.049-10.342,1.505-1.317,10.5,12A1,1,0,0,1,468,1789Z" transform="translate(-292 -1775.342)"/%3E%3C/svg%3E') no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .home-partner {
    margin: 0 0 60px;
  }
  .home-partner__link {
    padding: 60px 20px 20px;
  }
  .home-partner__link::before {
    max-width: 86.6666666667vw;
  }
  .home-partner__link--en {
    font-size: 0.9375rem;
  }
  .home-partner__link--ja {
    font-size: 1.5rem;
    line-height: 1.375;
    padding: 0 110px 0 0;
  }
  .home-partner__link--ja::before {
    width: 82px;
    height: 8px;
  }
}

/* MISSION
------------------------------ */
.home-mission {
  margin: 0 auto 130px;
}
.home-mission__inner {
  padding: 64px 80px;
}
.home-mission__section.section.section--bdr-btm {
  padding: 0 0 125px;
  margin: 0 0 125px;
}
.home-mission__section.section.section--bdr-btm:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.home-mission__txt {
  text-align: justify;
  word-break: break-all;
  margin: 0 0 30px;
}
.home-mission__img img {
  border-radius: 10px;
}
.home-mission__challenge {
  margin: 0 0 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-mission__challenge--item {
  width: 50%;
  max-width: 400px;
  height: auto;
  padding: 0 57px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.home-mission__challenge--item::before, .home-mission__challenge--item::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: block;
}
.home-mission__challenge--item::before {
  width: 100%;
  height: 100%;
  background: rgba(170, 233, 218, 0.2);
}
.home-mission__challenge--item::after {
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  background: rgba(192, 244, 231, 0.4);
}
.home-mission__challenge--item:first-child {
  margin-right: -32px;
}
.home-mission__challenge--item:last-child {
  margin-left: -32px;
}
.home-mission__challenge--item__inner {
  position: relative;
  z-index: 1;
}
.home-mission__challenge--item__title {
  color: #1A876E;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 30px;
}
.home-mission__challenge--item__contents {
  text-align: center;
}
.home-mission__challenge--item__list {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}
.home-mission__challenge--item__list > li {
  text-align: left;
  padding: 0 0 0 20px;
  margin: 0 0 15px;
  position: relative;
}
.home-mission__challenge--item__list > li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1A876E;
  position: absolute;
  top: 0.4em;
  left: 0;
  display: block;
}
.home-mission__will {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.home-mission__will--item {
  width: 33.3333333333%;
  margin: 0 0 60px;
}
.home-mission__will--item__title {
  color: #1A876E;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 25px;
}
.home-mission__will--item__contents {
  text-align: center;
}
.home-mission__will--item__icon {
  width: 104px;
  margin: 0 auto 30px;
}
.home-mission__will--item__txt {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .home-mission__section[data-mission-section-num="2"] .column__col .btn__item {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .home-mission {
    margin: 0 auto 60px;
  }
  .home-mission__inner {
    padding: 25px 20px 40px;
  }
  .home-mission__section.section.section--bdr-btm {
    padding: 0 0 60px;
    margin: 0 0 60px;
  }
  .home-mission__section[data-mission-section-num="2"] .column__col {
    margin: 0 0 40px;
  }
  .home-mission__txt {
    margin: 0 0 25px;
  }
  .home-mission__img {
    text-align: center;
  }
  .home-mission__column--col {
    margin: 0 0 15px;
  }
  .home-mission__column--col:last-child {
    margin-bottom: 0;
  }
  .home-mission__challenge {
    margin: 0 -20px 40px;
    display: block;
  }
  .home-mission__challenge--item {
    width: 315px;
    height: 315px;
    padding: 0;
    margin: 0 auto;
  }
  .home-mission__challenge--item::after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .home-mission__challenge--item:first-child {
    margin: 0 auto;
  }
  .home-mission__challenge--item:last-child {
    margin: -50px auto 0;
  }
  .home-mission__challenge--item__title {
    font-size: 1rem;
    margin: 0 0 25px;
  }
  .home-mission__will {
    margin: 0 0 35px;
    display: block;
  }
  .home-mission__will--item {
    width: auto;
    margin: 0 0 50px;
  }
  .home-mission__will--item:last-child {
    margin-bottom: 0;
  }
  .home-mission__will--item__title {
    font-size: 1.125rem;
    margin: 0 0 20px;
  }
  .home-mission__will--item__txt {
    line-height: 1.8;
  }
}

/* NEWS
------------------------------ */
.home-news {
  background: #F0FCFA;
  padding: 64px 0;
  margin: 0;
}
.home-news__column {
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.home-news__col {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.home-news__col .hdg__lv2 {
  margin: 0 0 40px;
}
.home-news__list {
  margin: 0 0 48px;
}
.home-news__list--item {
  border-bottom: 1px solid rgba(26, 135, 110, 0.3);
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.home-news__list--item:last-child {
  margin-bottom: 0;
}
.home-news__list--link {
  display: block;
}
.home-news__list--date {
  color: #1A876E;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0 0 10px;
}
.home-news__list--txt {
  text-align: justify;
  word-break: break-all;
}
.home-news__btn {
  margin-top: auto;
}
.home-news__btn .btn__item {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .home-news {
    padding: 35px 0 40px;
  }
  .home-news__column {
    display: block;
  }
  .home-news__col {
    width: auto;
    margin: 0 0 55px;
    display: block;
  }
  .home-news__col:last-child {
    margin-bottom: 0;
  }
  .home-news__col .hdg__lv2 {
    margin: 0 0 20px;
  }
  .home-news__list {
    margin: 0 0 40px;
  }
  .home-news__list--item {
    padding: 0 0 25px;
    margin: 0 0 25px;
  }
  .home-news__btn .btn__item {
    margin: 0 auto;
  }
}

/* お問い合わせ
------------------------------ */
.home-inquiry__link {
  overflow: hidden;
}
.home-inquiry__link--label {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 120px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-inquiry__link--label::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/pages/home/bg_news.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  transform: translate(-50%, -50%);
  transition: 0.6s ease-in-out;
}
.home-inquiry__link--label:hover {
  color: #fff;
}
.home-inquiry__link--label:hover::before {
  transform: translate(-50%, -50%) scale(1.05);
}
@media screen and (max-width: 768px) {
  .home-inquiry__link--label {
    font-size: 1.5rem;
    padding: 80px 20px;
  }
}

/* ------------------------------------------------------
 * PROJECT : partner-region-list/
------------------------------------------------------ */
[data-page-name=partner-region-list] .project__thum {
  margin: 0 0 130px;
}
[data-page-name=partner-region-list] .project__thum--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 37px;
}
[data-page-name=partner-region-list] .project__thum--list-item {
  width: calc((100% - 45px) / 4);
}
[data-page-name=partner-region-list] .project__thum--list-item__inner {
  height: 100%;
  border-radius: 20px;
  border: 2px solid #fff;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  padding: 14px;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  row-gap: 14px;
}
[data-page-name=partner-region-list] .project__thum--list-item__inner::before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: 5;
  display: block;
}
[data-page-name=partner-region-list] .project__thum--list-item__inner:hover {
  border-color: #1A876E;
  color: #202020;
}
[data-page-name=partner-region-list] .project__thum--list-item__inner:hover img {
  opacity: 1;
  transform: scale(1.05);
}
[data-page-name=partner-region-list] .project__thum--list-item__contents {
  width: 100%;
}
[data-page-name=partner-region-list] .project__thum--list-item__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}
[data-page-name=partner-region-list] .project__thum--list-item__txt {
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
}
[data-page-name=partner-region-list] .project__thum--list-item__img {
  width: 100%;
  height: 10.6944444444vw;
  max-height: 154px;
  border-radius: 10px;
  overflow: hidden;
}
[data-page-name=partner-region-list] .project__thum--list-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: 0.6s ease-in-out;
}
[data-page-name=partner-region-list] .project__thum--list-item[data-project-category="01"] .project__thum--list-item__inner::before {
  background-image: url("../images/common/icon_category-01.svg");
}
[data-page-name=partner-region-list] .project__thum--list-item[data-project-category="02"] .project__thum--list-item__inner::before {
  background-image: url("../images/common/icon_category-02.svg");
}
@media screen and (max-width: 768px) {
  [data-page-name=partner-region-list] .project__thum {
    margin: 0 0 60px;
  }
  [data-page-name=partner-region-list] .project__thum--list {
    -moz-column-gap: 17px;
         column-gap: 17px;
    row-gap: 25px;
  }
  [data-page-name=partner-region-list] .project__thum--list-item {
    width: calc((100% - 17px) / 2);
  }
  [data-page-name=partner-region-list] .project__thum--list-item__inner {
    padding: 8px;
    row-gap: 10px;
  }
  [data-page-name=partner-region-list] .project__thum--list-item__inner::before {
    width: 40px;
    height: 40px;
  }
  [data-page-name=partner-region-list] .project__thum--list-item__title {
    font-size: 0.9375rem;
  }
  [data-page-name=partner-region-list] .project__thum--list-item__txt {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
  [data-page-name=partner-region-list] .project__thum--list-item__img {
    height: 99px;
    max-height: none;
  }
}

/* ------------------------------------------------------
 * news : template
------------------------------------------------------ */
.single__title {
  margin: 0 0 50px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.single__title-sub {
  color: #1A876E;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
}
.single__title-main {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.375;
}
.single__contents {
  font-size: 0.9375rem;
}
.single__contents--posts {
  text-align: justify;
  word-break: break-all;
  margin: 0 0 80px;
}
.single__contents--posts a {
  text-decoration: underline;
}
.single__contents--posts a:hover {
  text-decoration: none;
}
.single__contents--posts p {
  margin: 0 0 1em;
}
.single__contents--posts b, .single__contents--posts em, .single__contents--posts strong {
  font-weight: bold;
}
.single__contents--posts .aligncenter {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}
.single__contents--posts .alignright {
  display: flex;
  margin: 0 0 0 auto;
}
.single__contents--posts .alignleft {
  display: flex;
  margin: 0 auto 0 0;
}
.single__contents--posts blockquote {
  border-left: 2px solid #1A876E;
  padding: 15px 0 15px 15px;
  margin: 0 0 1em;
}
.single__contents--posts h1, .single__contents--posts h2, .single__contents--posts h3, .single__contents--posts h4, .single__contents--posts h5, .single__contents--posts h6 {
  font-weight: bold;
  margin: 0 0 1em;
}
.single__contents--posts h1 {
  font-size: 1.875rem;
}
.single__contents--posts h2 {
  font-size: 1.625rem;
}
.single__contents--posts h3 {
  font-size: 1.375rem;
}
.single__contents--posts figure {
  text-align: center;
}
.single__contents--posts figure figcaption {
  margin: 0.5em 0 0;
  display: block !important;
}
.single__contents--posts figure + p {
  text-align: center;
}
.single__contents--posts table {
  font-size: 1rem;
  margin: 0 0 1em !important;
}
.single__contents--posts .wp-video {
  width: 100%;
  margin: 0 auto 1em;
}
.single__contents--retailer-details p {
  margin: 0;
}
.single__contents--details {
  white-space: pre-line;
}
.single__thumbnail {
  text-align: center;
  margin: 60px 0;
}
.single__thumbnail img {
  width: 100%;
  max-width: 600px;
  border-radius: 20px;
}
.single__btn {
  margin: 0 0 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.single__btn--link {
  min-height: 166px;
  border-radius: 20px;
  border: 2px solid #1A876E;
  background: #fff;
  color: #1A876E;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 100px 20px 64px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 16px;
}
.single__btn--link::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7.658"%3E%3Cpath d="M380,1783H365v-2h12.8l-3.8-4.342,1.505-1.317,5.25,6A1,1,0,0,1,380,1783Z" transform="translate(-365 -1775.341)"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7.658"%3E%3Cpath d="M380,1783H365v-2h12.8l-3.8-4.342,1.505-1.317,5.25,6A1,1,0,0,1,380,1783Z" transform="translate(-365 -1775.341)"/%3E%3C/svg%3E');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: #1A876E;
  position: absolute;
  top: 50%;
  right: 64px;
  transform: translateY(-50%);
}
.single__btn--link:hover {
  background: #1A876E;
  color: #fff;
}
.single__btn--link:hover::before {
  background: #fff;
  right: 59px;
}
.single__btn--label {
  font-size: 1.75rem;
}
.single__btn--txt {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .single__title {
    margin: 0 0 25px;
  }
  .single__title-sub {
    font-size: 0.75rem;
  }
  .single__title-main {
    font-size: 1.25rem;
    line-height: 1.65;
  }
  .single__contents--posts {
    margin: 0 0 30px;
  }
  .single__contents--posts table {
    font-size: 0.9375rem;
  }
  .single__thumbnail {
    margin: 30px 0;
  }
  .single__btn {
    margin: 0 0 30px;
  }
  .single__btn--link {
    min-height: 155px;
    font-size: 1.25rem;
    padding: 20px 55px 20px 20px;
    row-gap: 10px;
  }
  .single__btn--link::before {
    width: 16px;
    height: 16px;
    right: 20px;
  }
  .single__btn--link:hover::before {
    right: 15px;
  }
  .single__btn--label {
    font-size: 1.25rem;
  }
  .single__btn--txt {
    font-size: 0.9375rem;
  }
}

.img_box {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 0 48px;
}
@media screen and (max-width: 768px) {
  .img_box {
    flex-wrap: wrap;
  }
}
.img_box img {
  margin: 0;
}
.img_box_left {
  text-align: left;
  padding: 40px 60px 60px;
  border-radius: 20px;
  background-color: #F0FCFA;
}
@media screen and (max-width: 768px) {
  .img_box_left {
    padding: 20px;
  }
}
.img_box_left span {
  font-size: 16px;
  color: #1A876E;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .img_box_left span {
    text-align: center;
  }
}
.img_box_right {
  text-align: right;
}

/* ------------------------------------------------------
 * COMPANY : company/
------------------------------------------------------ */
[data-page-name=company] [data-section-category=top-message] {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  [data-page-name=company] [data-section-category=top-message] {
    padding-bottom: 100px;
  }
}
[data-page-name=company] .company__top-message--head {
  margin: 0 0 75px;
  display: flex;
  justify-content: space-between;
}
[data-page-name=company] .company__top-message--head__img {
  width: 130px;
}
@media screen and (max-width: 768px) {
  [data-page-name=company] .company__top-message--head {
    margin: 0 0 30px;
    display: block;
  }
  [data-page-name=company] .company__top-message--head__img {
    margin: 0 auto;
  }
}
[data-page-name=company] .company__character--img {
  width: 136px;
  margin: 0 auto 30px;
}
[data-page-name=company] .character-details {
  display: flex;
  gap: 40px;
  margin: 0 0 30px;
}
[data-page-name=company] .character-details table {
  width: 78%;
}
@media screen and (max-width: 768px) {
  [data-page-name=company] .character-details {
    flex-wrap: wrap;
    gap: 0px;
  }
}
[data-page-name=company] .character-details__img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  [data-page-name=company] .character-details__img {
    width: 100%;
  }
}

/* ------------------------------------------------------
 * PRODUCT : inquiry/
------------------------------------------------------ */
[data-page-name=inquiry] .inquiry__container {
  background: #F0FCFA;
  padding: 60px 0;
}
[data-page-name=inquiry] .inquiry__container--inner {
  width: 100%;
  max-width: 1148px;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  [data-page-name=inquiry] .inquiry__container--inner {
    max-width: none;
    padding: 0 20px;
  }
}
[data-page-name=inquiry] .inquiry__container--txt {
  font-size: 0.9375rem;
  margin: 0 0 30px;
}
[data-page-name=inquiry] .inquiry__container--txt-catch {
  color: #1A876E;
  font-size: 1.25rem;
  font-weight: bold;
}
[data-page-name=inquiry] .inquiry__container--btn {
  margin: 0 0 60px;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
[data-page-name=inquiry] .inquiry__container--btn-item {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
[data-page-name=inquiry] .inquiry__container--btn-item.link-item--product .inquiry__container--btn-inner::before {
  background-image: url("../images/pages/inquiry/bg_item-01.jpg");
}
[data-page-name=inquiry] .inquiry__container--btn-item.link-item--farm .inquiry__container--btn-inner::before {
  background-image: url("../images/pages/inquiry/bg_item-02.jpg");
}
[data-page-name=inquiry] .inquiry__container--btn-item.link-item--other .inquiry__container--btn-inner::before {
  background-image: url("../images/pages/inquiry/bg_item-03.jpg");
}
[data-page-name=inquiry] .inquiry__container--btn-inner {
  height: 100%;
  color: #fff;
  font-weight: bold;
  padding: 35px 30px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}
[data-page-name=inquiry] .inquiry__container--btn-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50% #1A876E;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  transform: translate(-50%, -50%);
  transition: 0.6s ease-in-out;
}
[data-page-name=inquiry] .inquiry__container--btn-inner:hover::before {
  transform: translate(-50%, -50%) scale(1.05);
}
[data-page-name=inquiry] .inquiry__container--btn-inner:hover .inquiry__container--btn-sub::before {
  right: -5px;
}
[data-page-name=inquiry] .inquiry__container--btn-main {
  font-size: 1.75rem;
  line-height: 1.5714285714;
}
[data-page-name=inquiry] .inquiry__container--btn-sub {
  font-size: 1.125rem;
  padding: 0 30px 0 0;
  position: relative;
  display: block;
}
[data-page-name=inquiry] .inquiry__container--btn-sub::before {
  content: "";
  width: 16px;
  height: 13px;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7.658"%3E%3Cpath d="M380,1783H365v-2h12.8l-3.8-4.342,1.505-1.317,5.25,6A1,1,0,0,1,380,1783Z" transform="translate(-365 -1775.341)"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7.658"%3E%3Cpath d="M380,1783H365v-2h12.8l-3.8-4.342,1.505-1.317,5.25,6A1,1,0,0,1,380,1783Z" transform="translate(-365 -1775.341)"/%3E%3C/svg%3E');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
}
[data-page-name=inquiry] .inquiry__container--def-head {
  font-weight: bold;
  margin: 0 0 0.5em;
}
[data-page-name=inquiry] .inquiry__container--list > li {
  text-align: justify;
  word-break: break-all;
  padding: 0 0 0 1em;
  position: relative;
}
[data-page-name=inquiry] .inquiry__container--list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  [data-page-name=inquiry] .inquiry__container {
    padding: 30px 0;
  }
  [data-page-name=inquiry] .inquiry__container--txt {
    font-size: 0.875rem;
    margin: 0 0 25px;
  }
  [data-page-name=inquiry] .inquiry__container--txt-catch {
    font-size: 1.125rem;
  }
  [data-page-name=inquiry] .inquiry__container--btn {
    margin: 0 0 30px;
    display: block;
  }
  [data-page-name=inquiry] .inquiry__container--btn-item {
    margin: 0 0 20px;
  }
  [data-page-name=inquiry] .inquiry__container--btn-item:last-child {
    margin-bottom: 0;
  }
  [data-page-name=inquiry] .inquiry__container--btn-inner {
    height: 180px;
    padding: 20px;
    row-gap: 15px;
  }
  [data-page-name=inquiry] .inquiry__container--btn-main {
    font-size: 1.25rem;
  }
  [data-page-name=inquiry] .inquiry__container--btn-sub {
    font-size: 0.9375rem;
    padding: 0 25px 0 0;
  }
}

/* ------------------------------------------------------
 * error : 404
------------------------------------------------------ */
.error404 .primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error404 .primary .section {
  padding: 80px 0;
}
.error404 .primary .section .txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .error404 .primary .section {
    padding: 60px 0;
  }
}