@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 Antique", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  overflow: hidden !important;
  color: #000;
  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%;
  line-height: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* ---------------------------------------*/
/* プリントコピー禁止 */
/* ---------------------------------------*/
img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media print {
  img {
    display: none !important;
  }
}
/* ---------------------------------------*/
/* common */
/* ---------------------------------------*/
section {
  position: relative;
}
.wrapper, .wrapper--1200, .wrapper--1000 {
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper, .wrapper--1200, .wrapper--1000 {
    padding: 0 30px;
  }
}

.wrapper--1000 {
  max-width: 1080px;
}

.wrapper--1200 {
  max-width: 1280px;
}

/* ---------------------------------------*/
/* button */
/* ---------------------------------------*/
.btn-01, .btn-01--rnd-10, .btn-01--rnd-12, .btn-01--round {
  display: inline-block;
  position: relative;
}
.btn-01::after, .btn-01--rnd-10::after, .btn-01--rnd-12::after, .btn-01--round::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: 400ms;
  transition: 400ms;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
}
.btn-01:hover, .btn-01--rnd-10:hover, .btn-01--rnd-12:hover, .btn-01--round:hover {
  opacity: 1;
}
.btn-01:hover::after, .btn-01--rnd-10:hover::after, .btn-01--rnd-12:hover::after, .btn-01--round:hover::after {
  opacity: 1;
}

.btn-01--round::after {
  border-radius: 999px;
}

.btn-01--rnd-12::after {
  border-radius: 12px;
}

.btn-01--rnd-10::after {
  border-radius: 10px;
}

/* ---------------------------------------*/
/* header */
/* ---------------------------------------*/
header {
  width: 100%;
  height: 75px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  header {
    height: 60px;
    padding: 0 20px;
  }
}

.header-main-logo {
  width: 152px;
}
@media screen and (max-width: 768px) {
  .header-main-logo {
    width: 142px;
  }
}

.header-global_nav-list-01 {
  padding: 50px 0;
  background: #EDFFDB;
}
@media screen and (max-width: 768px) {
  .header-global_nav-list-01 {
    padding: 74px 0 57px;
  }
}

.header-global_nav-list-01__item {
  margin: 0 auto 30px;
}
.header-global_nav-list-01__item:nth-child(1) img {
  width: 285px;
}
.header-global_nav-list-01__item:nth-child(2) img {
  width: 113px;
}
.header-global_nav-list-01__item:nth-child(3) img {
  width: 214px;
}
.header-global_nav-list-01__item:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header-global_nav-list-01__item {
    margin: 0 auto 40px;
  }
  .header-global_nav-list-01__item:nth-child(1) img {
    width: 72vw;
  }
  .header-global_nav-list-01__item:nth-child(2) img {
    width: 28vw;
  }
  .header-global_nav-list-01__item:nth-child(3) img {
    width: 53.6vw;
  }
}

.header-global_nav-list-02 {
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  .header-global_nav-list-02 {
    padding: 40px 0;
  }
}

.header-global_nav-list-02__item {
  margin: 0 auto 34px;
}
.header-global_nav-list-02__item:nth-child(1) img {
  width: 199px;
}
.header-global_nav-list-02__item:nth-child(2) img {
  width: 210px;
}
.header-global_nav-list-02__item:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header-global_nav-list-02__item {
    margin: 0 auto 40px;
  }
  .header-global_nav-list-02__item:nth-child(1) img {
    width: 51.7vw;
  }
  .header-global_nav-list-02__item:nth-child(2) img {
    width: 52.5vw;
  }
}

.header-btn-follow {
  width: 157px;
  position: absolute;
  top: 23px;
  right: 115px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .header-btn-follow {
    width: 105px;
    top: 22px;
    right: 68px;
  }
}

.header-hamburger {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  pointer-events: none;
  width: 540px;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
  -webkit-transform: translateX(540px);
          transform: translateX(540px);
  background: #fff;
}
.header-hamburger.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .header-hamburger {
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.header-navToggle {
  position: absolute;
  right: 43px;
  top: 26px;
  width: 33px;
  height: 24px;
  z-index: 100;
}
.header-navToggle:hover {
  cursor: pointer;
}
.header-navToggle span {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #006BB2;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.header-navToggle span:nth-child(1) {
  top: 0;
}
.header-navToggle span:nth-child(2) {
  top: calc(50% - 1.5px);
}
.header-navToggle span:nth-child(3) {
  bottom: 0;
}
.header-navToggle.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.header-navToggle.active span:nth-child(2) {
  opacity: 0;
}
.header-navToggle.active span:nth-child(3) {
  bottom: 39%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .header-navToggle {
    right: 20px;
    top: 22px;
    width: 22px;
    height: 16px;
  }
  .header-navToggle.active span:nth-child(1) {
    top: 50%;
  }
  .header-navToggle.active span:nth-child(3) {
    bottom: 33% !important;
  }
}

.header-follow {
  padding: 77px 92px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5019607843);
          box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5019607843);
  border-radius: 20px;
  position: fixed;
  top: 107px;
  right: 45px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  pointer-events: auto;
  text-align: center;
}
.header-follow.hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .header-follow {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 30px;
    padding: 62px 0;
  }
}

.header-follow-close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.header-follow-close:hover {
  cursor: pointer;
}
.header-follow-close::before, .header-follow-close::after {
  display: block;
  content: "";
  width: 38px;
  height: 3px;
  background: #006BB2;
  position: absolute;
  top: 12px;
  left: -5px;
}
.header-follow-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-follow-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header-follow-close {
    width: 18px;
    height: 18px;
    top: 22px;
    right: 22px;
  }
  .header-follow-close::before, .header-follow-close::after {
    display: block;
    content: "";
    width: 25px;
    top: 7px;
    left: -4px;
  }
}

.header-follow-heading {
  width: 200px;
  margin: 0 auto 28px;
}

.header-follow-desc {
  font-weight: 900;
  font-size: 2rem;
  color: #006BB2;
  margin-bottom: 15px;
}
.header-follow-subtitle {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.43;
  margin-bottom: 7px;
}

.header-follow-icon, .header-follow-icon--youtube {
  width: 70px;
  border-radius: 99px;
  border: solid 1px #14AF48;
}

.header-follow-icon--youtube {
  margin: 0 auto 20px;
}

.header-follow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}

/* ---------------------------------------*/
/* fade */
/* ---------------------------------------*/
[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: 800ms;
          transition-duration: 800ms;
  -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: 800ms;
          transition-duration: 800ms;
  -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: 600ms;
          transition-delay: 600ms;
}
[data-intersection-parent].is-show > *:nth-child(3) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
[data-intersection-parent].is-show > *:nth-child(4) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
[data-intersection-parent].is-show > *:nth-child(5) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}
[data-intersection-parent].is-show > *:nth-child(6) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}
[data-intersection-parent].is-show > *:nth-child(7) {
  -webkit-transition-delay: 3600ms;
          transition-delay: 3600ms;
}
[data-intersection-parent].is-show > *:nth-child(8) {
  -webkit-transition-delay: 4200ms;
          transition-delay: 4200ms;
}
[data-intersection-parent].is-show > *:nth-child(9) {
  -webkit-transition-delay: 4800ms;
          transition-delay: 4800ms;
}
[data-intersection-parent].is-show > *:nth-child(10) {
  -webkit-transition-delay: 5400ms;
          transition-delay: 5400ms;
}
[data-intersection-parent].is-show > *:nth-child(11) {
  -webkit-transition-delay: 6000ms;
          transition-delay: 6000ms;
}
[data-intersection-parent].is-show > *:nth-child(12) {
  -webkit-transition-delay: 6600ms;
          transition-delay: 6600ms;
}
[data-intersection-parent].is-show > *:nth-child(13) {
  -webkit-transition-delay: 7200ms;
          transition-delay: 7200ms;
}
[data-intersection-parent].is-show > *:nth-child(14) {
  -webkit-transition-delay: 7800ms;
          transition-delay: 7800ms;
}
[data-intersection-parent].is-show > *:nth-child(15) {
  -webkit-transition-delay: 8400ms;
          transition-delay: 8400ms;
}
[data-intersection-parent].is-show > *:nth-child(16) {
  -webkit-transition-delay: 9000ms;
          transition-delay: 9000ms;
}
[data-intersection-parent].is-show > *:nth-child(17) {
  -webkit-transition-delay: 9600ms;
          transition-delay: 9600ms;
}
[data-intersection-parent].is-show > *:nth-child(18) {
  -webkit-transition-delay: 10200ms;
          transition-delay: 10200ms;
}
[data-intersection-parent].is-show > *:nth-child(19) {
  -webkit-transition-delay: 10800ms;
          transition-delay: 10800ms;
}
[data-intersection-parent].is-show > *:nth-child(20) {
  -webkit-transition-delay: 11400ms;
          transition-delay: 11400ms;
}
[data-intersection-parent].is-show > *:nth-child(21) {
  -webkit-transition-delay: 12000ms;
          transition-delay: 12000ms;
}
[data-intersection-parent].is-show > *:nth-child(22) {
  -webkit-transition-delay: 12600ms;
          transition-delay: 12600ms;
}
[data-intersection-parent].is-show > *:nth-child(23) {
  -webkit-transition-delay: 13200ms;
          transition-delay: 13200ms;
}
[data-intersection-parent].is-show > *:nth-child(24) {
  -webkit-transition-delay: 13800ms;
          transition-delay: 13800ms;
}
[data-intersection-parent].is-show > *:nth-child(25) {
  -webkit-transition-delay: 14400ms;
          transition-delay: 14400ms;
}
[data-intersection-parent].is-show > *:nth-child(26) {
  -webkit-transition-delay: 15000ms;
          transition-delay: 15000ms;
}
[data-intersection-parent].is-show > *:nth-child(27) {
  -webkit-transition-delay: 15600ms;
          transition-delay: 15600ms;
}
[data-intersection-parent].is-show > *:nth-child(28) {
  -webkit-transition-delay: 16200ms;
          transition-delay: 16200ms;
}
[data-intersection-parent].is-show > *:nth-child(29) {
  -webkit-transition-delay: 16800ms;
          transition-delay: 16800ms;
}
[data-intersection-parent].is-show > *:nth-child(30) {
  -webkit-transition-delay: 17400ms;
          transition-delay: 17400ms;
}

#page-top {
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 768px) {
  #page-top {
    width: 45px;
  }
}
#page-top.is-visible {
  opacity: 1;
  visibility: visible;
}