@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

html {
  font-size: 62.5%;
  text-align: center;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #4D372D;
  padding: 0;
  background-color: #fff;
  position: relative;
}

a {
  -webkit-transition: 400ms;
  transition: 400ms;
  color: inherit;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: 400ms;
  transition: 400ms;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* ---------------------------------------*/
/* wrapper */
/* ---------------------------------------*/
.wrapper--wide, .wrapper--narrow {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper--wide, .wrapper--narrow {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    position: relative;
  }
}

.wrapper--narrow {
  max-width: 840px;
}

/* ---------------------------------------*/
/* heading */
/* ---------------------------------------*/
.section-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 10rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-heading {
    font-size: 4rem;
  }
}

/* ---------------------------------------*/
/* paragraph */
/* ---------------------------------------*/
p {
  margin-bottom: 1.5em;
}
p:last-of-type {
  margin: 0;
}

/* ---------------------------------------*/
/* header */
/* ---------------------------------------*/
header {
  width: 100%;
  margin: 0;
  padding: 30px 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.header-global_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header-global_nav-list {
    display: block;
  }
}

.header-global_nav-list__item a {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
.header-global_nav-list__item.is-contact a {
  padding: 5px 15px 7px;
  border-radius: 99px;
  background: #FFE202;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .header-global_nav-list__item a {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0 0 3em;
  }
  .header-global_nav-list__item.is-contact a {
    display: inline-block;
  }
}

.header-hamburger .is-current {
  font-weight: bolder;
}
.header-hamburger .is-current a {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .header-hamburger {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background: url(../img/humberger_bg.jpg) no-repeat center/cover;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-hamburger ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .header-hamburger ul li {
    width: 100%;
  }
  .header-hamburger ul li a {
    display: block;
    height: 100%;
  }
  .header-hamburger.active {
    opacity: 1;
    pointer-events: auto;
  }
}

.header-navToggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-navToggle {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 35px;
    height: 35px;
    z-index: 100;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
  }
  .header-navToggle span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header-navToggle span:nth-child(1) {
    top: 25%;
  }
  .header-navToggle span:nth-child(2) {
    top: 50%;
  }
  .header-navToggle span:nth-child(3) {
    bottom: 25%;
  }
  .header-navToggle.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header-navToggle.active span:nth-child(2) {
    opacity: 0;
  }
  .header-navToggle.active span:nth-child(3) {
    top: 34%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

/* ---------------------------------------*/
/* パンクズ */
/* ---------------------------------------*/
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-list__item {
  margin-right: 20px;
  position: relative;
}
.breadcrumb-list__item::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -10px;
}

/* ---------------------------------------*/
/* main */
/* ---------------------------------------*/
[data-intersection] {
  opacity: 0;
  translate: 0 20px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, filter;
  transition-property: opacity, translate, filter, -webkit-filter;
  -webkit-transition-duration: 1300ms;
          transition-duration: 1300ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
[data-intersection].is-show {
  opacity: 1;
  translate: none;
  -webkit-filter: none;
          filter: none;
}

[data-intersection-parent] > * {
  opacity: 0;
  translate: 0 20px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, filter;
  transition-property: opacity, translate, filter, -webkit-filter;
  -webkit-transition-duration: 1300ms;
          transition-duration: 1300ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
[data-intersection-parent].is-show > * {
  opacity: 1;
  translate: none;
  -webkit-filter: none;
          filter: none;
}
[data-intersection-parent].is-show > *:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
[data-intersection-parent].is-show > *:nth-child(2) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
[data-intersection-parent].is-show > *:nth-child(3) {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}
[data-intersection-parent].is-show > *:nth-child(4) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}
[data-intersection-parent].is-show > *:nth-child(5) {
  -webkit-transition-delay: 4000ms;
          transition-delay: 4000ms;
}
[data-intersection-parent].is-show > *:nth-child(6) {
  -webkit-transition-delay: 5000ms;
          transition-delay: 5000ms;
}
[data-intersection-parent].is-show > *:nth-child(7) {
  -webkit-transition-delay: 6000ms;
          transition-delay: 6000ms;
}
[data-intersection-parent].is-show > *:nth-child(8) {
  -webkit-transition-delay: 7000ms;
          transition-delay: 7000ms;
}
[data-intersection-parent].is-show > *:nth-child(9) {
  -webkit-transition-delay: 8000ms;
          transition-delay: 8000ms;
}
[data-intersection-parent].is-show > *:nth-child(10) {
  -webkit-transition-delay: 9000ms;
          transition-delay: 9000ms;
}
[data-intersection-parent].is-show > *:nth-child(11) {
  -webkit-transition-delay: 10000ms;
          transition-delay: 10000ms;
}
[data-intersection-parent].is-show > *:nth-child(12) {
  -webkit-transition-delay: 11000ms;
          transition-delay: 11000ms;
}
[data-intersection-parent].is-show > *:nth-child(13) {
  -webkit-transition-delay: 12000ms;
          transition-delay: 12000ms;
}
[data-intersection-parent].is-show > *:nth-child(14) {
  -webkit-transition-delay: 13000ms;
          transition-delay: 13000ms;
}
[data-intersection-parent].is-show > *:nth-child(15) {
  -webkit-transition-delay: 14000ms;
          transition-delay: 14000ms;
}
[data-intersection-parent].is-show > *:nth-child(16) {
  -webkit-transition-delay: 15000ms;
          transition-delay: 15000ms;
}
[data-intersection-parent].is-show > *:nth-child(17) {
  -webkit-transition-delay: 16000ms;
          transition-delay: 16000ms;
}
[data-intersection-parent].is-show > *:nth-child(18) {
  -webkit-transition-delay: 17000ms;
          transition-delay: 17000ms;
}
[data-intersection-parent].is-show > *:nth-child(19) {
  -webkit-transition-delay: 18000ms;
          transition-delay: 18000ms;
}
[data-intersection-parent].is-show > *:nth-child(20) {
  -webkit-transition-delay: 19000ms;
          transition-delay: 19000ms;
}
[data-intersection-parent].is-show > *:nth-child(21) {
  -webkit-transition-delay: 20000ms;
          transition-delay: 20000ms;
}
[data-intersection-parent].is-show > *:nth-child(22) {
  -webkit-transition-delay: 21000ms;
          transition-delay: 21000ms;
}
[data-intersection-parent].is-show > *:nth-child(23) {
  -webkit-transition-delay: 22000ms;
          transition-delay: 22000ms;
}
[data-intersection-parent].is-show > *:nth-child(24) {
  -webkit-transition-delay: 23000ms;
          transition-delay: 23000ms;
}
[data-intersection-parent].is-show > *:nth-child(25) {
  -webkit-transition-delay: 24000ms;
          transition-delay: 24000ms;
}
[data-intersection-parent].is-show > *:nth-child(26) {
  -webkit-transition-delay: 25000ms;
          transition-delay: 25000ms;
}
[data-intersection-parent].is-show > *:nth-child(27) {
  -webkit-transition-delay: 26000ms;
          transition-delay: 26000ms;
}
[data-intersection-parent].is-show > *:nth-child(28) {
  -webkit-transition-delay: 27000ms;
          transition-delay: 27000ms;
}
[data-intersection-parent].is-show > *:nth-child(29) {
  -webkit-transition-delay: 28000ms;
          transition-delay: 28000ms;
}
[data-intersection-parent].is-show > *:nth-child(30) {
  -webkit-transition-delay: 29000ms;
          transition-delay: 29000ms;
}

/* ---------------------------------------*/
/* footer */
/* ---------------------------------------*/
footer {
  padding: 50px 0;
  background: #82A092;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0;
  }
}

#page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 30px;
}
#page-top a {
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border: solid 1px #82A092;
  border-radius: 30px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
}
#page-top a::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-top: solid 1px #82A092;
  border-right: solid 1px #82A092;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #page-top {
    padding: 20px;
  }
  #page-top a {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  #page-top a::before {
    width: 10px;
    height: 10px;
    top: 12px;
  }
}

.footer-logo {
  width: 185px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 120px;
  }
}

.footer-copyrights {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-copyrights {
    font-size: 1rem;
  }
}