@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

/* ---------------------------------------------
  基本設定
--------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  color: #000;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: scroll;
}

/* IEにメイリオを指定（下余白対策） */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
    background: #72cef4;
    background: -webkit-linear-gradient(90deg, #72cef4 0%, #cfd9ea 40%, #e8e4f1 55%, #de9ade 100%);
    background: -webkit-gradient(linear, left top, right top, from(#72cef4), color-stop(40%, #cfd9ea), color-stop(55%, #e8e4f1), to(#de9ade));
    background: -webkit-linear-gradient(left, #72cef4 0%, #cfd9ea 40%, #e8e4f1 55%, #de9ade 100%);
    background: linear-gradient(90deg, #72cef4 0%, #cfd9ea 40%, #e8e4f1 55%, #de9ade 100%);
  }
}
/* header
----------------------------------------------- */
.l-header {
  position: fixed;
  top: 43px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - (3.472% * 2));
  max-width: 2000px;
  height: 100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.l-header__logo {
  position: absolute;
  top: 5px;
  left: 40px;
  width: 83px;
  height: 83px;
}
.l-header__logo a {
  background: #fff;
}

/* area
----------------------------------------------- */
.l-header .area__container {
  position: absolute;
  top: 25px;
  left: 50%;
  width: calc(100% - (3.472% * 2) - 280px);
  max-width: 940px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header .area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  white-space: nowrap;
}
.l-header .area__item {
  margin: 0 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 15px;
  cursor: pointer;
}
.l-header .area__item:last-child {
  margin-right: 0;
}
.l-header .area__item a {
  color: #36318F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.l-header .area__modal {
  display: none;
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  width: calc(100% - 14%);
  max-width: 1560px;
  margin: 0 auto;
  padding: 3% 5%;
  background: #f9f6f4;
  border-radius: 40px;
  z-index: 99;
}
.l-header .area__modal .btn-close {
  top: -35px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header .area__modal.is-active {
  display: block;
}
.l-header .area__title {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.l-header .area__title a {
  display: block;
  position: relative;
  padding: 18px 20px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #00A7EA;
}
.l-header .area__title a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  background: url(../images/common/icon_arrow_right.svg) no-repeat center #fff;
  background-size: 10px 14px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.l-header .area__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.l-header .area__columns::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #f9f6f4;
  content: "";
}
.l-header .area__names {
  position: relative;
  width: calc(33.3333% - 37px);
  margin-right: 55px;
}
.l-header .area__names:nth-child(3n) {
  margin-right: 0;
}
.l-header .area__name {
  border-bottom: 1px solid #fff;
}
.l-header .area__name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  padding: 15px 58px 15px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #36318F;
}
.l-header .area__name a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  background: url(../images/common/icon_arrow_right.svg) no-repeat center #fff;
  background-size: 10px 14px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

/* 海外 */
.l-header #area08 .area__columns {
  display: block;
}
.l-header #area08 .area__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.l-header #area08 .area__names::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #f9f6f4;
  content: "";
}
.l-header #area08 .area__name {
  position: relative;
  width: calc(33.3333% - 37px);
  margin-right: 55px;
}
.l-header #area08 .area__name:nth-child(3n) {
  margin-right: 0;
}

/* nav
----------------------------------------------- */
.nav {
  position: fixed;
  top: 0;
  right: -50%;
  width: 50%;
  max-width: 720px;
  height: 100%;
  padding: 50px 0 170px;
  -webkit-transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #f9f6f4;
  border-radius: 40px 0 0 40px;
  overflow-y: scroll;
  z-index: 999;
}
.nav.is-open {
  right: 0;
  -webkit-transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav__inner {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nav__inner::-webkit-scrollbar {
  display: none;
}
.nav .link__home {
  margin-bottom: 20px;
  padding-left: 11%;
  font-size: 1.8rem;
  font-weight: 700;
}
.nav .link__home a {
  color: #00A7EA;
}
.nav .link__home a:active, .nav .link__home a:visited {
  color: #00A7EA;
}
.nav__list {
  width: 100%;
  padding: 0 11%;
}
.nav__item {
  border-bottom: 1px solid #fff;
}
.nav__item:last-child {
  border-bottom: none;
}
.nav__item.is-active {
  border-color: #EAE0D6;
  border-bottom: none;
}
.nav__item a {
  display: block;
  position: relative;
  padding: 17px 0 16px;
  padding: 22px 0 21px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #36318F;
}
.nav__item a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  background: url(../images/common/icon_arrow_right.svg) no-repeat center #fff;
  background-size: 10px 14px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.nav__item.lev1-item {
  position: relative;
}
.nav__item.lev1-item > a {
  width: calc(100% - 70px);
}
.nav__item.lev1-item > .nav__toggle.is-active::before {
  display: none;
}
.nav__item.lev1-item > .nav__toggle.is-active::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: calc(100% + 27px);
  height: calc(100% - 5px);
  background: #36318F;
  border-radius: 40px 40px 0 0;
  z-index: -1;
  content: "";
}
.nav__toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 70px;
  cursor: pointer;
}
.nav__toggle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 28px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.nav__toggle span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav__toggle span::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon_plus.svg) no-repeat center;
  background-size: 14px 14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  /* 追加 */
  backface-visibility: hidden;
  /* 追加 */
  content: "";
}
.nav__toggle.is-active span::after {
  width: 14px;
  height: 2px;
  background: url(../images/common/icon_minus.svg) no-repeat center;
  background-size: 14px 2px;
}

/* 父母会役員ページ */
.nav__item.key span {
  position: relative;
}
.nav__item.key span::after {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 19px;
  height: 25px;
  margin-left: 10px;
  background: url(../images/common/icon_key.svg) no-repeat center;
  background-size: 19px 25px;
  content: "";
}

/* 第二階層 */
.lev2 {
  display: none;
  position: relative;
  width: calc(100% + 27px);
  padding: 0 0 0 6%;
  background: #36318F;
  border-radius: 40px 0 0 40px;
}
.lev2__list {
  width: calc(100% - 27px);
}
.lev2__item {
  position: relative;
  border-bottom: 1px solid #726FB1;
}
.lev2__item a {
  width: calc(100% - 70px);
  color: #fff;
}
.lev2__item:last-child {
  border-bottom: none;
}
.lev2__item:not(.is-parent) a {
  width: 100%;
}

/* 第三階層 */
.lev3 {
  display: none;
  width: calc(100% - 80px);
  margin-left: 30px;
}
.lev3__item {
  border-top: 1px solid #726FB1;
}
.lev3__item:first-child {
  border-top: none;
}
.lev3__item a {
  width: 100%;
  padding: 15px 50px 14px 7%;
  font-size: 1.5rem;
  color: #00A7EA;
}
.lev3__item a::after {
  display: block;
  right: 35px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #00A7EA;
  border-right: 3px solid #00A7EA;
  background: none;
  border-radius: 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  content: "";
}

.nav__utilities__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 38px 11%;
  background: #f2ece9;
}

.nav__utilities {
  width: 140px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.nav__utility {
  position: relative;
}
.nav__utility a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.nav__utility a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  background: url(../images/common/icon_link_blank.svg) no-repeat center #fff;
  background-size: 14px 14px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

/* sns */
.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.sns__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #36318F;
}
.sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.sns__item {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
}
.sns__item.line {
  width: 42px;
  height: 40px;
  margin-right: 0;
}

/* クローズボタン */
.btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 22px;
  right: 42px;
  width: 45px;
  height: 45px;
  z-index: 9999;
  cursor: pointer;
}
.btn-close::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #00A7EA;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
.btn-close .line {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg) translate(1.5px, 1.5px);
          transform: rotate(45deg) translate(1.5px, 1.5px);
}
.btn-close .line:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(0, 0);
          transform: rotate(-45deg) translate(0, 0);
}

/* ハンバーガーメニュー */
.btn-hamburger {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 80px;
  height: 80px;
  background: #00A7EA;
  border-radius: 50%;
  z-index: 9;
}
.btn-hamburger__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30px;
  height: 21px;
  margin: auto;
}
.btn-hamburger .line {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
}

.js-modal {
  display: none;
}

/* overlay */
.modal-bg,
.overlay {
  display: none;
}

.modal-bg.is-show,
.overlay.is-show {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.8;
  z-index: 9;
}

.modal-bg.is-hide,
.overlay.is-hide {
  opacity: 0;
}

/* pc
----------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  .l-header .area__item a,
.l-header .area__title a,
.l-header .area__name a,
.l-header .area__name a::after {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .l-header .area__item a:hover,
.l-header .area__name a:hover {
    color: #00A7EA;
  }

  .l-header .area__title a:hover {
    color: #E62E8B;
  }

  .l-header .area__title a:hover::after,
.l-header .area__name a:hover::after {
    background-color: rgba(255, 255, 255, 0.2);
  }

  /* nav
  ----------------------------------------------- */
  .nav .link__home a,
.nav__item a,
.nav__item a::after,
.nav__item.lev1-item a,
.lev3__item a,
.nav__toggle span,
.nav__utility a,
.nav__utility a::after,
.sns__item a {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .nav .link__home a:hover {
    color: #E62E8B;
  }

  .nav__item a:hover,
.nav__item.lev1-item a:hover,
.nav__utility a:hover {
    color: #00A7EA;
  }

  .nav__item .lev3__item a:hover {
    color: #fff;
  }

  .nav__item a:hover::after,
.nav__toggle:hover span {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .nav__utility a:hover::after {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .nav__item .lev3__item a:hover::after {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0);
  }

  .sns__item a:hover {
    opacity: 0.7;
  }

  /* button
  ----------------------------------------------- */
  .btn-close::before,
.btn-hamburger {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .btn-close:hover::before,
.btn-hamburger:hover {
    background-color: #36318F;
  }
}
@media only screen and (min-width: 1024px) {
  .l-header .area__container {
    width: auto;
    max-width: none;
  }
  .l-header .area__container::before, .l-header .area__container::after {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1260px) {
  .l-header .area__container {
    left: calc(3.472% + 130px);
    width: calc(100% - (3.472% * 2) - 230px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-header .area__item {
    margin-right: 0;
    padding: 0 1%;
  }

  .nav__utilities__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .nav {
    padding-bottom: 178px;
  }
  .nav__utilities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .nav__utility a {
    padding: 12px 40px 12px 0;
  }
  .nav__utility:nth-child(2) {
    margin-left: 30px;
  }

  /* sns */
  .sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* mobile
----------------------------------------------- */
@media only screen and (max-width: 1023px) {
  /* header
  ----------------------------------------------- */
  .l-header {
    top: 15px;
  }
  .l-header__inner {
    width: calc(100% - 20px);
    height: 75px;
  }
  .l-header__logo {
    top: 12px;
    left: 23px;
    width: 51px;
    height: 51px;
    border-radius: 50%;
  }
  .l-header__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .l-header__logo img {
    width: 51px;
    height: 51px;
  }

  /* area
  ----------------------------------------------- */
  .l-header .area__container {
    top: 5px;
    left: 92px;
    width: calc(100% - 185px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-header .area__list {
    display: block;
    overflow-x: scroll;
  }
  .l-header .area__item {
    height: 65px;
    margin: 0 10px;
    padding: 20px 10px 0;
    font-size: 1.6rem;
    text-align: center;
  }
  .l-header .area__modal {
    top: 33px;
    width: calc(100% - 64px);
    padding: 10px 20px;
    border-radius: 20px;
  }
  .l-header .area__modal .btn-close {
    top: -30px;
  }
  .l-header .area__modal .btn-close::before {
    width: 30px;
    height: 30px;
  }
  .l-header .area__inner {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
  }
  .l-header .area__title {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .l-header .area__title a {
    padding: 15px 10px;
    font-size: 1.7rem;
  }
  .l-header .area__title a::after {
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: 7px 10px;
  }
  .l-header .area__columns {
    display: block;
    width: 100%;
  }
  .l-header .area__names {
    width: 100%;
    margin-right: 0;
  }
  .l-header .area__names:last-child .area__name:last-child {
    border-bottom: none;
  }
  .l-header .area__name {
    width: 100%;
    margin-right: 0;
  }
  .l-header .area__name a {
    padding: 13px 40px 12px 10px;
    font-size: 1.5rem;
  }
  .l-header .area__name a::after {
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: 7px 10px;
  }
  .l-header #area-nav {
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .l-header #area-nav.slick-initialized {
    opacity: 1;
  }

  /* 海外 */
  .l-header #area08 .area__names {
    display: block;
    width: 100%;
  }
  .l-header #area08 .area__name {
    width: 100%;
    margin-right: 0;
  }

  /* nav
  ----------------------------------------------- */
  .nav {
    right: -83%;
    width: 83%;
    padding-top: 30px;
    padding-bottom: 144px;
    border-radius: 20px 0 0 20px;
  }
  .nav .link__home {
    margin-bottom: 10px;
    padding-left: 17.5px;
    font-size: 1.7rem;
  }
  .nav__list {
    padding: 0 17.5px;
  }
  .nav__item a {
    padding: 10px 0;
    font-size: 1.7rem;
  }
  .nav__item a::after {
    width: 20px;
    height: 20px;
    background-size: 7px 10px;
  }
  .nav__item.lev1-item > a {
    width: calc(100% - 50px);
  }
  .nav__item.lev1-item > .nav__toggle.is-active::after {
    left: 10px;
    bottom: -2px;
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
  }
  .nav__item.key span::after {
    top: 50%;
    width: 12px;
    height: 16px;
    margin-left: 7px;
    background-size: 12px 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .nav__toggle {
    width: 40px;
    height: 45px;
  }
  .nav__toggle::after {
    border-radius: 20px 20px 0 0;
  }
  .nav__toggle::before {
    height: 23px;
  }
  .nav__toggle span {
    width: 20px;
    height: 20px;
  }
  .nav__toggle span::after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
  }
  .nav__toggle.is-active span::after {
    background-size: 10px;
  }

  /* 第二階層 */
  .lev2 {
    width: calc(100% + 17.5px);
    padding-left: 4.8%;
    border-radius: 20px 0 0 20px;
  }
  .lev2__list {
    width: calc(100% - 17.5px);
  }
  .lev2__item a {
    width: calc(100% - 50px);
  }

  /* 第三階層 */
  .lev3 {
    width: calc(100% - 44px);
    margin-left: 22px;
    padding-bottom: 10px;
  }
  .lev3__item a {
    width: 100%;
    padding: 9px 50px 8px 6%;
    font-size: 1.4rem;
  }
  .lev3__item a::after {
    right: 38px;
    width: 6px;
    height: 6px;
    border-width: 2px;
  }

  .nav__utilities__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 18px 17.5px 30px;
  }

  .nav__utilities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .nav__utility a {
    padding: 12px 40px 12px 0;
    font-size: 1.4rem;
  }
  .nav__utility a::after {
    width: 20px;
    height: 20px;
    background-size: 10px 10px;
  }
  .nav__utility:nth-child(2) {
    margin-left: 30px;
  }

  /* sns */
  .sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sns__title {
    font-size: 1.1rem;
  }
  .sns__item {
    width: 37px;
    height: 37px;
  }
  .sns__item.line {
    width: 39px;
    height: 37px;
  }

  /* クローズボタン */
  .btn-close {
    top: 3px;
    right: 5px;
  }
  .btn-close::before {
    width: 32px;
    height: 32px;
  }
  .btn-close .line {
    width: 15px;
  }

  /* ハンバーガーメニュー */
  .btn-hamburger {
    top: 7px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
  .btn-hamburger__inner {
    width: 22.5px;
    height: 16px;
  }
  .btn-hamburger .line {
    height: 2px;
  }
}
/* SE
----------------------------------------------- */
@media only screen and (max-width: 320px) {
  .nav__utility a {
    padding-right: 25px;
  }
}
/* keyframes
----------------------------------------------- */
/* area modal */
@-webkit-keyframes area-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes area-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes area-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes area-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* overlay */
@-webkit-keyframes overlay-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes overlay-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes overlay-out {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes overlay-out {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
/* ---------------------------------------------
 main
--------------------------------------------- */
.l-container {
  position: relative;
  width: 100%;
  padding-top: 170px;
  overflow: hidden;
  z-index: 2;
}

.main {
  position: relative;
}

/* pc
----------------------------------------------- */
/* mobile
----------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .l-container {
    padding-top: 105px;
  }
}
/* ---------------------------------------------
 footer
--------------------------------------------- */
/* pagetop
----------------------------------------------- */
.pagetop {
  position: fixed;
  display: block;
  right: 33px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pagetop-out 0.3s forwards;
          animation: pagetop-out 0.3s forwards;
  z-index: 9;
}
.pagetop::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 20px;
  background: url(../images/common/icon_arrow_up.svg) no-repeat center;
  background-size: 25px 20px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
.pagetop.is-fixed {
  position: fixed;
  bottom: 20px;
  -webkit-animation: pagetop-in 0.3s forwards;
          animation: pagetop-in 0.3s forwards;
}
.pagetop.is-absolute {
  position: absolute;
  top: -80px;
  opacity: 1;
}

.l-footer {
  position: relative;
  padding: 50px 0;
  background: #fff;
}

.footer-nav {
  position: relative;
  width: calc(100% - (3.472% * 2));
  max-width: 2000px;
  height: 100px;
  margin: 0 auto 35px;
  padding: 0 10px 0 63px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  overflow: hidden;
}
.footer-nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1260px;
  height: inherit;
  margin: 0 auto;
}
.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav__item {
  margin-right: 25px;
}
.footer-nav__item a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

/* sns */
.l-footer .sns {
  height: 78px;
  margin-top: 0;
  padding: 0 34px;
  border-radius: 40px;
  background: #fff;
}
.l-footer .sns__item {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
}
.l-footer .sns__item.line {
  width: 52px;
  height: 50px;
  margin-right: 0;
}

/* copyright */
.copyright {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  color: #E62E8B;
  text-align: center;
}

/* pc
----------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  /* pagetop
  ----------------------------------------------- */
  .pagetop {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .pagetop:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* footer
  ----------------------------------------------- */
  .footer-nav__item a,
.l-footer .sns__item a {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .footer-nav__item a:hover {
    color: #36318F;
  }

  .l-footer .sns__item a:hover {
    opacity: 0.7;
  }
}
/* mobile
----------------------------------------------- */
@media only screen and (max-width: 1023px) {
  /* pagetop */
  .pagetop {
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .pagetop::after {
    width: 20px;
    height: 15px;
    background-size: 20px 15px;
  }

  .pagetop.is-absolute {
    top: -70px;
  }

  .l-footer {
    padding: 35px 0;
  }
  .l-footer .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 58.5px;
    padding: 0 4%;
    border-radius: 30px;
  }
  .l-footer .sns__item {
    width: 37px;
    height: 37px;
    margin-right: 8px;
  }
  .l-footer .sns__item.line {
    width: 39px;
    height: 37px;
  }

  .footer-nav {
    height: 75px;
    margin-bottom: 25px;
    padding: 0 10px;
    border-radius: 37.5px;
  }
  .footer-nav__list {
    display: none;
  }

  .copyright {
    font-size: 1.1rem;
  }
}
/* keyframes
----------------------------------------------- */
@-webkit-keyframes pagetop-in {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes pagetop-in {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pagetop-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes pagetop-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  background: #000;
  opacity: 0.95;
  -webkit-animation: mfp-bg-fadein 0.3s linear;
          animation: mfp-bg-fadein 0.3s linear;
}

.mfp-bg.mfp-ready.mfp-removing {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0.3s;
  transition: opacity 0.3s linear 0.3s;
}

@-webkit-keyframes mfp-bg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes mfp-bg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
}

html:not(.sp) .mfp-wrap {
  overflow-y: scroll !important;
}

.mfp-container {
  position: absolute;
  width: 100%;
  max-width: none !important;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 10045;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-ready.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  padding: 40px 0;
  cursor: auto;
}

.mfp-inline-holder .mfp-content > div {
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 50px rgba(32, 34, 39, 0.6);
          box-shadow: 0 0 50px rgba(32, 34, 39, 0.6);
}

.mfp-inline-holder .mfp-content .content {
  padding: 30px 30px 10px;
  position: relative;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 60px;
  margin-top: -30px;
  text-indent: -9999px;
  z-index: 10044;
  overflow: hidden;
}

.mfp-preloader:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 60px 60px;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  opacity: 1;
  border-radius: 0;
}

.mfp-ready.mfp-removing .mfp-close {
  top: 40px;
  -webkit-transition: top 0.3s ease-in 0s;
  transition: top 0.3s ease-in 0s;
}

.mfp-close:before, .mfp-close:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 20px;
  right: 46%;
  top: 50%;
  background-color: #fff;
  border-radius: 0;
}

.mfp-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.mfp-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 0.96rem;
  line-height: 1.6;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  z-index: 10046;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  text-indent: -9999px;
  border: 0 none;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
}

.mfp-arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.mfp-arrow:hover:before {
  opacity: 0.2;
}

.mfp-arrow:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.mfp-arrow-left {
  left: -100px;
}

.mfp-arrow-right {
  right: -100px;
}

.mfp-arrow-left:after {
  left: 7px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

html:not(.sp) .mfp-arrow-left:hover:after {
  -webkit-transform: translate3d(-3px, 0, 0) rotate(180deg);
          transform: translate3d(-3px, 0, 0) rotate(180deg);
}

.mfp-arrow-right:after {
  right: 7px;
}

html:not(.sp) .mfp-arrow-right:hover:after {
  -webkit-transform: translate3d(3px, 0, 0);
          transform: translate3d(3px, 0, 0);
}

.mfp-ready .mfp-arrow-left {
  left: 20px;
  -webkit-transition: left 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
  transition: left 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}

.mfp-ready.mfp-removing .mfp-arrow-left {
  left: -100px;
  -webkit-transition: left 0.5s ease-in 0s;
  transition: left 0.5s ease-in 0s;
}

.mfp-ready .mfp-arrow-right {
  right: 20px;
  -webkit-transition: right 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
  transition: right 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}

.mfp-ready.mfp-removing .mfp-arrow-right {
  right: -100px;
  -webkit-transition: right 0.5s ease-in 0s;
  transition: right 0.5s ease-in 0s;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-scaler {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 30px rgba(32, 34, 39, 0.6);
          box-shadow: 0 0 30px rgba(32, 34, 39, 0.6);
  background: #202227;
}

.mfp-iframe-scaler button.mfp-close {
  position: fixed;
  top: 10px;
  right: 10px;
  background: #00A7EA;
  border-radius: 50%;
}

/* Main image in popup */
img.mfp-img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  padding: 40px 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  background: #444;
  -webkit-box-shadow: 0 0 50px rgba(32, 34, 39, 0.6);
          box-shadow: 0 0 50px rgba(32, 34, 39, 0.6);
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  line-height: 1.6;
}

.mfp-figure figure {
  position: relative;
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-ready .mfp-bottom-bar {
  bottom: -40px;
  -webkit-transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, opacity 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, opacity 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.2s ease-in-out, opacity 0.2s linear;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.2s ease-in-out, opacity 0.2s linear, -webkit-transform 0.2s ease-in-out;
}

.mfp-ready.mfp-removing .mfp-bottom-bar {
  bottom: 0;
  -webkit-transition: bottom 0.3s ease-in 0s;
  transition: bottom 0.3s ease-in 0s;
}

.mfp-ready .mfp-iframe-holder .mfp-bottom-bar {
  bottom: 0;
}

.mfp-ready.mfp-removing .mfp-iframe-holder .mfp-bottom-bar {
  bottom: -35px;
}

.mfp-title {
  float: left;
  height: 1.6em;
  padding-right: 4em;
  text-align: left;
  line-height: 1.6;
  color: #fff;
}

.mfp-image-holder .mfp-content {
  max-width: calc(100% - 200px);
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* loading
----------------------------------------------- */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.loading__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}

.loading__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  /*width: 135px;
  height: 135px;*/
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: logo-in-out 2.8s forwards 1.6s;
  animation: logo-in-out 2.8s forwards 1.6s;
  opacity: 0;
  z-index: 1;
}

/* ready */
.js-loading-ready .loading__mask {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.js-loading-start .loading__icon {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* start */
.js-loading-start {
  pointer-events: none;
}

.js-loading-start .loading__mask {
  opacity: 0;
}

.js-loading-start .loading__icon {
  opacity: 0;
}

@-webkit-keyframes logo-in-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo-in-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* svg 
----------------------------------------------- */
.icon-svg {
  display: none;
}

/* gradient bg
----------------------------------------------- */
.gradient {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

canvas {
  display: block;
}

#gradient-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer-gradient {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#footer-gradient-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50px;
}

/* 下層共通
----------------------------------------------- */
.section {
  position: relative;
  padding-top: 70px;
}
.section__inner {
  padding: 0 7.152%;
}
.section__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  z-index: 0;
}
.section__heading .cursive {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Alex Brush", cursive;
  font-size: 18rem;
  color: #fff;
  -webkit-transform: rotate(-5deg) translate(-50%, -60%);
          transform: rotate(-5deg) translate(-50%, -60%);
  opacity: 0.18;
  white-space: nowrap;
  z-index: -1;
}
.section__title {
  font-size: 3rem;
  font-weight: 700;
  color: #36318F;
  line-height: 2.6;
}

/* パンくず */
.breadcrumb {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: calc(100% - (3.472% * 2));
  max-width: 2000px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
}
.breadcrumb__item {
  display: inline;
  margin-right: 40px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.breadcrumb__item::after {
  display: inline-block;
  position: relative;
  right: -20px;
  color: #fff;
  font-weight: 400;
  content: "|";
}
.breadcrumb__item a {
  color: #fff;
  font-weight: 400;
}
.breadcrumb__item:last-child {
  margin-right: 0;
}
.breadcrumb__item:last-child::after {
  display: none;
}

/* link */
.link a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  color: #fff;
}
.link a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 26px;
  height: 26px;
  margin-left: 13px;
  background: url(../images/common/icon_arrow_right.svg) no-repeat center #fff;
  background-size: 10px 13px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.link__text {
  color: #00A7EA;
}

/* 下層固定ページで使用 */
.section--contents {
  padding-bottom: 160px;
}

.contents {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
  padding: 55px 130px 65px;
  padding: 55px 140px 65px;
  background: #fff;
  border-radius: 40px;
  font-size: 1.8rem;
  line-height: 1.8;
  z-index: 1;
}
.contents + .contents {
  margin-top: 100px;
}
.contents__title {
  margin: 20px 0;
  color: #00A7EA;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 2.16;
}
.contents__title:first-of-type {
  margin-top: 0;
}
.contents__title:not(:first-of-type) {
  margin-top: 70px;
}
.contents__sub-title {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00A7EA;
}
.contents img {
  display: block;
  width: 100%;
  border-radius: 40px;
}
.contents p + p,
.contents p + * {
  margin-top: 40px;
}
.contents .img-block {
  margin: 45px 0;
}
.contents .img-float {
  float: right;
  width: 45.1%;
  max-width: 350px;
  margin: 0 0 40px 50px;
}
.contents .list-num .img-block {
  width: calc(100% + 40px);
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

/* リスト */
.list .list__item {
  position: relative;
  padding-left: 30px;
}
.list .list__item::before {
  display: inline-block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E62E8B;
  content: "";
}

/* 数字リスト */
.list-num {
  margin: 40px 0 0;
  counter-reset: item;
}
.list-num .list__item {
  position: relative;
  padding-left: 40px;
}
.list-num .list__item::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  font-weight: 700;
  background: #36318F;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  counter-increment: item;
  content: counter(item);
}
.list-num .list__item + .list__item {
  margin-top: 40px;
}
.list-num .list__item > .list-num {
  margin: 40px 0;
}
.list-num .list__item > .list-num .list__item::before {
  background: #00A7EA;
}

/* リスト横並び */
.horizontal {
  margin: 40px 0;
}
.horizontal .list-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}
.horizontal .list__item {
  padding-left: 0;
}
.horizontal .list__item::before {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-weight: 700;
  background: #36318F;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  counter-increment: item;
  content: counter(item);
}
.horizontal .list__item + .list__item {
  margin-top: 0;
}
.horizontal .list-num + p {
  margin-left: 10px;
}

.btn__link {
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btn__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 320px;
  height: 100px;
  font-size: 2.2rem;
  font-weight: 700;
  background: #eeeae3;
  color: #00A7EA;
  border-radius: 40px;
}
.btn__link a span {
  position: relative;
  padding-right: 50px;
}
.btn__link a span::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/common/icon_arrow_right.svg) no-repeat center #fff;
  background-size: 15px 20px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

/* utility
----------------------------------------------- */
.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

/* pc
----------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  .pc-only {
    display: block !important;
  }

  .sp-only {
    display: none !important;
  }

  /*ハンくず */
  .breadcrumb__item a {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .breadcrumb__item a:hover {
    color: #00A7EA;
  }

  /* link
  --------------------------------------------- */
  .link a,
.link a::after {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .link a:hover {
    color: #36318F;
  }

  .link a:hover::after {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .link__text:hover {
    text-decoration: underline;
  }

  /* btn */
  .btn__link a {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .btn__link a:hover {
    background: #00A7EA;
    color: #fff;
  }
}
/* mobile
----------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  /* 下層共通
  ----------------------------------------------- */
  .section {
    position: relative;
    padding-top: 30px;
  }
  .section__inner {
    padding: 0 20px;
  }
  .section__heading {
    margin-bottom: 12px;
  }
  .section__heading .cursive {
    font-size: 9.5rem;
  }
  .section__title {
    font-size: 19px;
  }

  /* パンくず */
  .breadcrumb {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: calc(100% - 40px);
    max-width: 2000px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .breadcrumb__item {
    margin-right: 25px;
    font-size: 1.1rem;
  }
  .breadcrumb__item::after {
    right: -15px;
  }

  /* link */
  .link {
    margin-top: 20px;
  }
  .link a {
    padding-right: 30px;
    font-size: 1.2rem;
  }
  .link a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/common/icon_arrow_right.svg) no-repeat center #fff;
    background-size: 7px 10px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
  }

  /* 下層固定ページで使用 */
  .section--contents {
    padding-bottom: 100px;
  }

  .contents {
    padding: 25px 20px 32px 20px;
    border-radius: 20px;
    font-size: 1.2rem;
    line-height: 2;
  }
  .contents + .contents {
    margin-top: 62px;
  }
  .contents__title {
    margin: 10px 0;
    font-size: 2.1rem;
  }
  .contents__title:not(:first-of-type) {
    margin-top: 35px;
  }
  .contents__sub-title {
    font-size: 1.2rem;
  }
  .contents img {
    display: block;
    width: 100%;
    border-radius: 20px;
  }
  .contents p + p,
.contents p + * {
    margin-top: 30px;
  }
  .contents .img-block {
    margin: 35px 0;
  }
  .contents .list-num .img-block {
    width: calc(100% + 30px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  .contents .btn__link {
    bottom: -37.5px;
  }
  .contents .btn__link a {
    max-width: 240px;
    height: 75px;
    font-size: 1.8rem;
    border-radius: 20px;
  }
  .contents .btn__link a span {
    padding-right: 35px;
  }
  .contents .btn__link a span::after {
    width: 30px;
    height: 30px;
    background-size: 11px 15px;
  }

  /* リスト */
  .list .list__item {
    padding-left: 15px;
  }
  .list .list__item::before {
    top: 0.55em;
    left: 0;
    width: 10px;
    height: 10px;
  }

  /* 数字リスト */
  .list-num {
    margin: 40px 0 0;
    counter-reset: item;
  }
  .list-num .list__item {
    position: relative;
    padding-left: 30px;
  }
  .list-num .list__item::before {
    width: 22.5px;
    height: 22.5px;
    line-height: 22.5px;
  }
  .list-num .list__item + .list__item {
    margin-top: 20px;
  }
  .list-num .list__item > .list-num {
    margin: 20px 0;
  }

  .horizontal {
    margin: 30px 0;
  }
  .horizontal .list-num {
    display: block;
  }
  .horizontal .list-num .list__item {
    padding-left: 0;
  }
  .horizontal .list-num .list__item + .list__item {
    margin-top: 5px;
  }
}
/* iPhone SE
----------------------------------------------- */
@media only screen and (max-width: 320px) {
  /* パンくず */
  .breadcrumb__item {
    margin-right: 15px;
  }
  .breadcrumb__item::after {
    right: -10px;
  }
}
/* 地区 index
----------------------------------------------- */
.section--activity {
  padding-top: 70px;
}
.section--activity .activity__item {
  margin-bottom: 10px;
}

/* 記事 */
.activity--wrapper {
  padding: 5px;
  overflow: hidden;
}

.activity {
  position: relative;
  width: calc(100% + 10px);
  max-width: 1240px;
  margin: 0 auto;
}
.activity__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.activity__thumb {
  position: relative;
  padding-top: 51%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.activity__item {
  position: relative;
  width: calc(25% - 10px);
  margin: 0 10px 0 0;
}
.activity__item a {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
}
.activity__item.is-hide {
  display: none;
}
.activity__item.is-show {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.activity__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 10.625vw);
  padding: 10px 20px 14px;
}
@media screen and (min-width: 1441px) {
  .activity__container {
    height: calc(100% - 153px);
  }
}
.activity__date {
  font-size: 1.3rem;
  font-weight: 700;
  color: #36318F;
  line-height: 1.7;
}
.activity__title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  color: #00A7EA;
  line-height: 1.45;
}
.activity__summary {
  margin-top: auto;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.46;
}
.activity__summary .more {
  color: #00A7EA;
}
.activity__label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 120px;
  height: 40px;
  padding: 0 20px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: #36318F;
  border-radius: 0 40px 40px 0;
  line-height: 40px;
  text-align: center;
}
.activity__like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37px;
  height: 36px;
  margin: 5px auto 0;
  background: url(../images/common/icon_heart.svg) no-repeat center;
  background-size: contain;
}
.activity__like .num {
  font-weight: 700;
  color: #fff;
}

/* video */
.activity__item.video {
  width: calc(50% - 10px);
}
.activity__item.video .img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.activity__item.video .video__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 28px 30px;
  background: #36318F;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

/* modal
----------------------------------------------- */
.modal_close button:hover {
  opacity: 0.6;
}

.modal-video,
.modal-img {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.modal-video::before {
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  background: url(../images/common/icon_play.svg) no-repeat 55% 50% #fff;
  background-size: 23px 33px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  content: "";
}

.modal-video .img {
  width: 100%;
  height: 100%;
  background-position: center center;
}

/* ページネーション
----------------------------------------------- */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px 0;
}
.pagination__item {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border-radius: 50%;
  background: #fff;
  color: #00A7EA;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.pagination__item:first-child {
  margin-left: 0;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination .arrow.arrow--beginning {
  background: url(../images/common/icon_arrow_begining.svg) no-repeat 43% 50% #fff;
  background-size: 25px 20px;
}
.pagination .arrow.arrow--prev {
  background: url(../images/common/icon_arrow_left.svg) no-repeat 50% 50% #fff;
  background-size: 15px 20px;
}
.pagination .arrow.arrow--next {
  background: url(../images/common/icon_arrow_right.svg) no-repeat 50% 50% #fff;
  background-size: 15px 20px;
}
.pagination .arrow.arrow--end {
  background: url(../images/common/icon_arrow_end.svg) no-repeat 58% 50% #fff;
  background-size: 25px 20px;
}
.pagination__item.is-current {
  background: #36318F;
  color: #fff;
}

/* バックナンバー
----------------------------------------------- */
.section--backnumber {
  padding: 110px 0 170px;
}
.section--backnumber .section__inner {
  padding: 0;
}

/* バックナンバー */
.backnumber {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.backnumber__inner {
  padding: 0 7.152%;
}
.backnumber__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
}
.backnumber__item {
  margin-right: 10px;
}
.backnumber__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 148px;
  height: 84px;
  background: #fff;
  color: #00A7EA;
  font-size: 1.7rem;
  font-weight: 500;
  border-radius: 40px;
}
#backnumber .mCustomScrollBox {
  overflow: visible !important;
}
#backnumber .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#backnumber .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #backnumber .mCSB_horizontal.mCSB_inside > .mCSB_container {
    padding-bottom: 15px;
  }
  #backnumber .mCSB_draggerContainer {
    background: transparent;
  }
  #backnumber .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #36318F;
  }
  #backnumber .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    opacity: 0.8;
    cursor: pointer;
  }
  #backnumber .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
#backnumber .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 5px;
    margin: 0;
    border-radius: 5px;
  }
  #backnumber .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, #backnumber .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 0;
    margin: 0;
  }
}
/* 記事詳細
----------------------------------------------- */
.article {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
  padding: 55px 140px 65px;
  background: #fff;
  border-radius: 40px;
  font-size: 1.8rem;
  line-height: 1.8;
}
.article__inner {
  position: relative;
}
.article__date {
  margin-bottom: 10px;
  color: #36318F;
  font-size: 1.8rem;
  font-weight: 700;
}
.article__title {
  margin-bottom: 50px;
  color: #00A7EA;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.35;
}
.article img {
  display: block;
  width: 100%;
  border-radius: 40px;
}
.article p + p,
.article P + * {
  margin-top: 40px;
}
.article .img-block {
  margin: 45px 0;
}
.article .download {
  position: relative;
  margin-top: 65px;
}
.article .download__link {
  display: block;
  padding: 25px 30px;
  background: #f4f0e9;
  color: #000;
  border-radius: 40px;
  font-size: 1.7rem;
}
.article .download__link::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/common/icon_download.svg) no-repeat 50% 50% #fff;
  background-size: 21px 21px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
.article .download__title {
  margin-bottom: 10px;
  color: #00A7EA;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.article .download__title + p {
  margin-top: 0;
}
.article .share {
  position: absolute;
  top: 0;
  right: -85px;
  width: 55px;
}
.article .share .btn__like {
  position: relative;
}
.article .share .btn__like .like {
  display: block;
  width: 55px;
  height: 49px;
}
.article .share .btn__like .icon-like {
  width: 55px;
  height: 49px;
}
.article .share .btn__like .icon-like .heart {
  fill: #fad5e8;
}
.article .share .btn__like .icon-like .plus {
  fill: #e62e8b;
}
.article .share .btn__like .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -5px;
  right: -8px;
  width: 27px;
  height: 27px;
  font-size: 1.1rem;
  font-weight: 700;
  background: #E62E8B;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.article .share .btn__like .current .icon-like .heart,
.article .share .btn__like .current .icon-like .plus {
  fill: #e62e8b;
}
.article .share .btn__line .line {
  display: block;
  width: 55px;
  height: 52px;
}
.article .share .btn__line .line svg {
  width: 55px;
  height: 52px;
  fill: #00c300;
}
.article .share .btn + .btn {
  margin-top: 30px;
}

/* パーツ */
.article h3 {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #00A7EA;
}
.article h3 + .scroll-horizontal {
  margin-top: 0;
}
.article a {
  color: #00A7EA;
}
.article .list-num .list__item + .list__item {
  margin-top: 20px;
}
.article .list-num .list__item > .list-num {
  margin: 20px 0;
}
.article .columns {
  margin: 50px 0;
}
.article .columns.columns1-1 {
  width: 100%;
}
.article .columns.columns1-1 .columns__item {
  width: 100%;
  margin: 0;
}
.article .columns.columns1-2 {
  width: calc(100% + 50px);
}
.article .columns.columns1-2 .columns__item {
  width: calc(50% - 50px);
  margin: 0 50px 0 0;
}
.article .columns.columns1-3 {
  width: calc(100% + 30px);
}
.article .columns.columns1-3 .columns__item {
  width: calc(33.3333% - 30px);
  margin: 0 30px 0 0;
}

/* 関連記事 */
.section--related {
  padding: 60px 0 190px;
}
.section--related .section__heading {
  margin-bottom: 0;
}

.related--wrapper {
  padding: 5px;
  overflow: hidden;
}

.related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 10px);
  max-width: 1240px;
  margin: 0 auto;
}

/* pc
----------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  /* 記事
  --------------------------------------------- */
  .activity__item a,
.activity__item a .activity__title,
.activity__item.video a .video__title,
.activity__item.video .modal-video::before,
.mfp-iframe-scaler button.mfp-close {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .activity__item a:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }

  .panel__link:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }

  .activity__item a:hover .activity__title {
    color: #36318F;
  }

  .activity__item.video a:hover .video__title {
    background: #fff;
    color: #36318F;
  }

  .activity__item.video .modal-video:hover::before {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .mfp-iframe-scaler button.mfp-close:hover {
    background: #36318F;
  }

  /* ページネーション
  --------------------------------------------- */
  .pagination__item {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .pagination__item:not(.is-current):hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* バックナンバー
   --------------------------------------------- */
  .backnumber__item a {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .backnumber__item a:hover {
    background: #00A7EA;
    color: #fff;
  }

  /* 記事詳細
  ----------------------------------------------- */
  .download__link,
.download__title {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .download__link:hover {
    background: #00A7EA;
    color: #fff;
  }

  .download__link:hover .download__title {
    color: #fff;
  }

  /* ----- share ----- */
  .share .btn__like .like .heart,
.share .btn__like .like .plus,
.share .btn__line .line {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .share .btn__like .like:hover .heart {
    fill: #e62e8b;
  }

  .share .btn__like .like:hover .plus {
    fill: #fff;
  }

  .share .btn__line .line:hover {
    opacity: 0.5;
  }

  .article a:hover {
    text-decoration: underline;
  }
}
/* mobile
----------------------------------------------- */
@media only screen and (max-width: 1023px) {
  /* 地域 index
  ----------------------------------------------- */
  .section--activity {
    padding-top: 30px;
  }
  .section--activity .activity__item {
    margin-bottom: 6px;
  }

  .activity {
    width: calc(100% + 6px);
    max-width: none;
  }
  .activity__item {
    width: calc(50% - 6px);
    margin-right: 6px;
  }
  .activity__item a {
    border-radius: 20px;
  }
  .activity__container {
    position: relative;
    height: auto;
    padding: 10px;
  }
  .activity__date {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
  .activity__title {
    font-size: 1.5rem;
  }
  .activity__summary {
    display: none;
  }
  .activity__label {
    min-width: 82px;
    height: 30px;
    font-size: 1.1rem;
    border-radius: 0 10px 10px 0;
    line-height: 30px;
  }
  .activity__like {
    position: absolute;
    top: -36px;
    left: 10px;
    width: 27.5px;
    height: 24.75px;
    margin: 0;
    font-size: 1rem;
  }

  /* video */
  .activity__item.video {
    width: calc(100% - 6px);
    height: 193px;
    height: 37.83vw;
    height: 51.6vw;
  }
  .activity__item.video .video__title {
    padding: 14px 18px;
    font-size: 1.5rem;
  }

  /* modal
  ----------------------------------------------- */
  .modal-video::before {
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    background-size: 12px 18px;
  }

  .mfp-iframe-holder .mfp-content,
.mfp-image-holder .mfp-content {
    max-width: calc(100% - 30px);
  }

  .mfp-close {
    width: 40px;
    height: 40px;
  }

  .mfp-close::before, .mfp-close::after {
    height: 18px;
  }

  /* ページネーション
  ----------------------------------------------- */
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 35px;
  }
  .pagination__item {
    width: 30px;
    height: 30px;
    margin: 0 8px;
    font-size: 1.1rem;
    line-height: 30px;
  }
  .pagination__item:not(.arrow):nth-of-type(n + 5) {
    display: none;
  }
  .pagination .arrow.arrow--beginning {
    background-size: 19px 15px;
  }
  .pagination .arrow.arrow--prev {
    background-size: 11px 15px;
  }
  .pagination .arrow.arrow--next {
    background-size: 11px 15px;
  }
  .pagination .arrow.arrow--end {
    background-size: 19px 15px;
  }

  /* バックナンバー
  ----------------------------------------------- */
  .section--backnumber {
    padding: 40px 0 110px;
  }
  .section--backnumber .section__inner {
    padding: 0;
  }

  .backnumber__inner {
    padding: 0 20px;
    overflow-x: scroll;
  }
  .backnumber__item a {
    width: 111px;
    height: 60px;
    font-size: 1.2rem;
    border-radius: 20px;
  }
  .backnumber__item:last-child {
    padding-right: 20px;
  }

  /* 記事詳細
  ----------------------------------------------- */
  .article {
    padding: 25px 40px 32px 20px;
    border-radius: 20px;
    font-size: 1.2rem;
    line-height: 2;
  }
  .article__date {
    font-size: 1.2rem;
  }
  .article__title {
    margin-bottom: 20px;
    font-size: 2.1rem;
  }
  .article img {
    border-radius: 20px;
  }
  .article p + p {
    margin-top: 25px;
  }
  .article .download {
    width: calc(100% + 20px);
    margin-top: 45px;
  }
  .article .download__link {
    padding: 20px 15px 25px;
    border-radius: 20px;
  }
  .article .download__link::after {
    bottom: -8px;
    width: 25px;
    height: 25px;
    background-size: 13px 13px;
  }
  .article .download__title {
    font-size: 1.8rem;
  }
  .article .share {
    position: absolute;
    top: 0;
    left: auto;
    right: -45px;
    bottom: auto;
    width: 35px;
  }
  .article .share .btn__like .like {
    width: 35px;
    height: 31px;
  }
  .article .share .btn__like .icon-like {
    width: 35px;
    height: 31px;
  }
  .article .share .btn__like .icon-like .heart {
    -webkit-transform: scale(0.63619);
            transform: scale(0.63619);
  }
  .article .share .btn__like .icon-like .plus {
    -webkit-transform: scale(0.63619);
            transform: scale(0.63619);
  }
  .article .share .btn__like .count {
    top: -6px;
    right: -10px;
    width: 23px;
    height: 23px;
    font-size: 1rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .article .share .btn__line .line {
    width: 35px;
    height: 33px;
  }
  .article .share .btn__line .line svg {
    width: 35px;
    height: 33px;
  }
  .article .share .btn + .btn {
    margin-top: 15px;
  }

  /* パーツ */
  .article h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #00A7EA;
  }
  .article h3 + .scroll-horizontal {
    margin-top: 0;
  }
  .article a {
    color: #00A7EA;
  }
  .article .list-num {
    margin-top: 25px;
  }
  .article .list-num .list__item + .list__item {
    margin-top: 10px;
  }
  .article .list-num .list__item > .list-num {
    margin: 10px 0;
  }
  .article .columns {
    margin: 40px 0;
  }
  .article .columns.columns1-1 {
    width: 100%;
  }
  .article .columns.columns1-1 .columns__item {
    width: 100%;
    margin: 0;
  }
  .article .columns.columns1-2 {
    width: 100%;
  }
  .article .columns.columns1-2 .columns__item {
    width: 100%;
    margin: 0;
  }
  .article .columns.columns1-2 .columns__item + .columns__item {
    margin-top: 20px;
  }
  .article .columns.columns1-3 {
    width: 100%;
  }
  .article .columns.columns1-3 .columns__item {
    width: 100%;
    margin: 0;
  }
  .article .columns.columns1-3 .columns__item + .columns__item {
    margin-top: 20px;
  }

  /* 関連記事 */
  .section--related {
    padding: 30px 0 150px;
  }

  .related--wrapper {
    padding: 0;
  }

  .related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 6px);
  }
  .related .activity__item {
    width: calc(50% - 6px);
    margin: 0 6px 6px 0;
  }
  .related .activity__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
/* iPhone SE
----------------------------------------------- */
@media only screen and (max-width: 320px) {
  /* ページネーション
  ----------------------------------------------- */
  .pagination__item {
    margin: 0 5px;
  }
}
/* ニュース index
----------------------------------------------- */
.section--news {
  padding: 70px 0 130px;
}
.section--news .news {
  width: calc(100% + 10px);
  max-width: 1240px;
  margin: 0 auto;
}

.news--wrapper {
  padding: 5px;
  overflow: hidden;
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: 0;
}
.news__item {
  width: calc(25% - 10px);
  margin-right: 10px;
  margin: 0 10px 10px 0;
}
.news__item a {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
}
.news__thumb {
  position: relative;
  padding-top: 51%;
  overflow: hidden;
}
.news__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news__thumb {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.news__container {
  height: calc(100% - 153px);
  min-height: 187px;
  padding: 25px 20px 35px;
}
.news__date {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #36318F;
}
.news__title {
  font-size: 2rem;
  font-weight: 700;
  color: #00A7EA;
  line-height: 1.45;
}

/* お知らせ詳細
----------------------------------------------- */
.img-block--wrapper {
  position: relative;
  margin-bottom: 45px;
}
.img-block--wrapper .img-block {
  margin-bottom: 0;
}

.booklet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.booklet__item {
  margin-left: 20px;
}
.booklet__item a {
  display: block;
  width: 114px;
  height: 114px;
  padding-top: 15px;
  background: #fff;
  color: #36318F;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.booklet__item .icon {
  display: block;
  margin: 0 auto 5px;
  border-radius: 0;
}
.booklet__item .icon img {
  width: 100%;
  border-radius: 0;
}
.booklet__item.pdf .icon {
  width: 34px;
  height: 34px;
}
.booklet__item.ebook .icon {
  width: 39px;
  height: 34px;
}

.toc {
  margin-top: 40px;
}
.toc__item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 2.5em;
  line-height: 1.8;
}
.toc__item .num {
  position: absolute;
  top: 0;
  left: 0;
}

table:first-of-type {
  margin-top: 0;
}

/* テーブル 水平スクロール */
.scroll-horizontal {
  margin: 50px 0 35px;
  overflow-x: auto;
}
.scroll-horizontal::-webkit-scrollbar {
  height: 7px;
}
.scroll-horizontal::-webkit-scrollbar-track {
  background: #ddd;
  -webkit-border-radius: 100px;
}
.scroll-horizontal::-webkit-scrollbar-thumb {
  background: #36318F;
  -webkit-border-radius: 100px;
}
.scroll-horizontal > * {
  min-width: 760px;
  margin-bottom: 15px;
}
.scroll-horizontal + .scroll-horizontal {
  margin-top: 35px;
}

table {
  width: 100%;
  margin: 0;
  background: #00A7EA;
  border: 2px solid #00A7EA;
  border-spacing: 0;
  border-radius: 20px;
  line-height: 1.4;
  overflow: hidden;
}
table thead {
  background: #00A7EA;
}
table thead th {
  padding: 20px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
  white-space: nowrap;
}
table thead th:last-child {
  border-right: 0;
}
table tbody {
  background: #fff;
  border-top: none;
}
table tbody td {
  padding: 20px;
  border-top: 1px solid #EAE0D6;
  border-right: 1px solid #EAE0D6;
  border-left: 0;
  vertical-align: center;
}
table tbody td:last-child {
  border-right: none;
}
table tbody:last-child tr:last-child td {
  border-bottom: none;
}
table tbody tr:first-child td {
  border-top: 1px solid #00A7EA;
}

/* pc
----------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  .news__item a,
.news__item a .news__title {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .news__item a:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }

  .news__item a:hover .news__title {
    color: #36318F;
  }

  /* お知らせ詳細
  ----------------------------------------------- */
  .booklet__item a {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .booklet__item a:hover {
    background: #36318F;
    color: #fff;
    text-decoration: none;
  }
}
/* mobile
----------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .section--news .news {
    width: 100%;
  }

  .news {
    display: block;
    width: 100%;
  }
  .news__item {
    width: 100%;
    margin: 0 0 6px;
    border-radius: 20px;
  }
  .news__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30.6vw;
    min-height: 115px;
    border-radius: 20px;
  }
  .news__thumb {
    width: 50%;
    height: auto;
    padding-top: 0;
  }
  .news__container {
    width: 50%;
    height: auto;
    min-height: 0;
    padding: 20px;
  }
  .news__date {
    font-size: 1rem;
  }
  .news__title {
    font-size: 1.5rem;
  }

  /* お知らせ詳細
  ----------------------------------------------- */
  .booklet__item a {
    width: 57px;
    height: 57px;
    padding-top: 7px;
    font-size: 1.1rem;
    line-height: 1;
  }
  .booklet__item.pdf .icon {
    width: 17px;
    height: 17px;
  }
  .booklet__item.ebook .icon {
    width: 20px;
    height: 17px;
  }

  .toc {
    margin-top: 30px;
  }

  /* 水平スクロール */
  .scroll-horizontal {
    margin: 35px 0;
  }
  .scroll-horizontal + .scroll-horizontal {
    margin-top: 35px;
  }

  table {
    border-radius: 13px;
  }
  table thead th {
    padding: 18px 20px;
    font-size: 1.4rem;
    text-align: left;
  }
  table tbody td {
    padding: 17px 20px;
  }

  /* 関連記事 */
  .section--related {
    padding: 30px 0 150px;
  }

  .related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 6px);
  }
  .related .news__item {
    width: calc(50% - 6px);
    margin: 0 6px 6px 0;
  }
  .related .news__item a {
    display: block;
    height: 100%;
  }
  .related .news__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .related .news__thumb {
    width: 100%;
    padding-top: 51%;
  }
  .related .news__container {
    width: 100%;
    padding: 10px 10px 25px;
  }
}
/* iPhone SE
----------------------------------------------- */
/* 父母会のあゆみ
----------------------------------------------- */
.anchormenu {
  margin: 0 0 70px;
  -webkit-animation: fade-in 0.5s linear forwards;
          animation: fade-in 0.5s linear forwards;
}
.anchormenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anchormenu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 148px;
  height: 80px;
  font-size: 1.7rem;
  font-weight: 700;
  background: #f4f0e9;
  color: #00A7EA;
  border-radius: 30px;
}
.anchormenu__item a::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 13px;
  height: 9px;
  background: url(../images/common/icon_arrow_down.svg) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
.anchormenu__item + .anchormenu__item {
  margin-left: 7px;
}

.history__inner {
  position: relative;
}
.history__title {
  position: relative;
  width: 210px;
  padding: 0 10px 10px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: right;
  line-height: 1;
  z-index: 1;
}
.history__title .num {
  display: block;
  font-size: 7.2rem;
  font-weight: 700;
  color: #00A7EA;
  text-align: center;
  mix-blend-mode: multiply;
}
.history__title::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #E62E8B;
  z-index: -1;
  content: "";
}
.history__photos {
  position: absolute;
  top: 25px;
  right: -195px;
  width: 70%;
  max-width: 580px;
}
.history__photo figcaption {
  margin-top: 15px;
  padding-left: 30px;
  font-size: 1.5rem;
  line-height: 1.73;
}
.history__photo figcaption strong {
  display: block;
}
.history__timeline {
  width: 51%;
  max-width: 425px;
  margin-top: 45px;
  padding-left: 35px;
  -webkit-animation: fade-in 0.5s linear forwards;
          animation: fade-in 0.5s linear forwards;
  opacity: 0;
}
.history .timeline__year {
  position: relative;
  font-weight: 700;
  color: #36318F;
}
.history .timeline__year::before {
  display: block;
  position: absolute;
  top: 0.2em;
  left: -35px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #36318F;
  z-index: 2;
  content: "";
}
.history .timeline__text {
  position: relative;
  min-height: 110px;
  padding-bottom: 60px;
}
.history .timeline__text::before {
  display: block;
  position: absolute;
  top: -5px;
  left: -27px;
  width: 4px;
  height: calc(100% + 20px);
  background: url(../images/outline/history/dot.png) repeat-y;
  content: "";
}
.history .timeline__text:last-child {
  height: auto;
  min-height: 0;
  padding-bottom: 0;
}
.history .timeline__text:last-child::before {
  display: none;
}
.history .link {
  margin-top: 50px;
  font-size: 1.8rem;
  text-align: center;
}
.history .slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.history .slider.slick-initialized {
  opacity: 1;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 240px;
}

.sticky:before,
.sticky:after {
  content: "";
  display: table;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* pc
----------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  /* 父母会のあゆみ
  ----------------------------------------------- */
  .anchormenu__item a {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .anchormenu__item a:hover {
    background: #00A7EA;
    color: #fff;
  }
  .anchormenu__item a:hover::after {
    background-image: url(../images/common/icon_arrow_down_white.svg);
  }
}
/* mobile
----------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .contents--history + .contents--history {
    margin-top: 30px;
  }

  .contents--history:first-of-type .history__photos {
    margin-bottom: 65px;
  }
  .contents--history:first-of-type .slider .slick-dots {
    bottom: -55px;
  }

  .anchormenu {
    width: calc(100% + 80px);
    margin-bottom: 20px;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  .anchormenu__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 40px 10px;
    overflow-x: scroll;
  }
  .anchormenu__item {
    width: calc(20% - 3.5px);
    min-width: 111px;
  }
  .anchormenu__item a {
    width: 100%;
    min-width: 111px;
    height: 60px;
    font-size: 1.2rem;
    border-radius: 20px;
  }
  .anchormenu__item a::after {
    width: 10px;
    height: 7px;
  }

  .history {
    /* slider */
  }
  .history__title {
    width: 138px;
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  .history__title::before {
    height: 45px;
  }
  .history__title .num {
    font-size: 4rem;
  }
  .history__photos {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    max-width: none;
    margin-bottom: 45px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .history__photo figcaption {
    padding-left: 0;
    font-size: 1.1rem;
  }
  .history__timeline {
    width: 100%;
    margin-top: 0;
    padding-left: 30px;
    font-size: 1.3rem;
  }
  .history .timeline__year::before {
    top: 0.4em;
    left: -30px;
    width: 15px;
    height: 15px;
  }
  .history .timeline__text {
    min-height: 0;
    padding-bottom: 30px;
  }
  .history .timeline__text::before {
    left: -24px;
    width: 2px;
    background-size: contain;
  }
  .history .link {
    margin-top: 40px;
  }
  .history .link a {
    font-size: 1.4rem;
  }
  .history .slider .slick-slide img {
    width: 100%;
    height: auto;
  }
  .history .slider .caption {
    margin: 25px 0 10px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
  .history .slider .slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .history .slider .slick-dots li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
  }
  .history .slider .slick-dots li button {
    display: block;
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 20px;
    height: 20px;
    line-height: 0;
    outline: none;
    padding: 5px;
  }
  .history .slider .slick-dots li button::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 6px;
    -webkit-font-smoothing: antialiased;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #ddd;
    border-radius: 50%;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
  }
  .history .slider .slick-dots li.slick-active button::before {
    color: black;
    background: #36318F;
  }
}
/* 役員専用
----------------------------------------------- */
/* タブ */
.tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 45px;
  padding: 0 30px;
  border-bottom: 5px solid #EAE0D6;
}
.tab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(33.3333% - 2px);
  height: 82px;
  margin-right: 2px;
}
.tab__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #f4f0e9;
  color: #00A7EA;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 20px 20px 0 0;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  line-height: 1.3;
}
.tab__item.is-active a {
  background: #EAE0D6;
  color: #36318F;
}
.tab__container {
  position: relative;
  padding-top: 40px;
}
.tab__contents {
  display: none;
}
.tab__contents.is-active {
  display: block;
  -webkit-animation: tab-animation 1s forwards;
          animation: tab-animation 1s forwards;
}
.tab__contents .link {
  position: relative;
  margin-right: 30px;
  text-align: right;
}
.tab__contents .link a[target=_blank] {
  padding-right: 35px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
}
.tab__contents .link a[target=_blank]::after {
  position: absolute;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(../images/common/icon_link_blank.svg) no-repeat center;
  background-size: contain;
  border-radius: 0;
}
.tab__contents .link + .link {
  margin-top: 0;
}
.tab__title {
  margin-bottom: 10px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #00A7EA;
}

/* カラム */
.columns1-2 {
  width: calc(100% + 10px);
}
.columns1-2 .columns__item {
  width: calc(50% - 10px);
  margin: 0 10px 10px 0;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.columns__item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 30px 75px;
  border-radius: 40px;
  background: #f4f0e9;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.62;
}
.columns__item a::after {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: url(../images/common/icon_download.svg) no-repeat 50% 50% #fff;
  background-size: 19px 19px;
  content: "";
}
.columns__item a .applicationform {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #36318F;
}
.columns__item a[target=_blank]::after {
  background: url(../images/common/icon_link_blank.svg) no-repeat 50% 50% #fff;
  background-size: 20px 20px;
}
.columns__item a[href$=".pdf"] .columns__title::before {
  background: url(../images/common/icon_file_pdf.svg) no-repeat 50% 50%;
}
.columns__item a[href$=".xls"] .columns__title::before,
.columns__item a[href$=".xlsx"] .columns__title::before {
  background: url(../images/common/icon_file_excel.svg) no-repeat 50% 50%;
}
.columns__item a[href$=".doc"] .columns__title::before,
.columns__item a[href$=".docx"] .columns__title::before {
  background: url(../images/common/icon_file_word.svg) no-repeat 50% 50%;
}
.columns__item a[href^="https:"] .columns__title,
.columns__item a[href^="http:"] .columns__title {
  padding-left: 0;
}
.columns__item a[href^="https:"] .columns__title::before,
.columns__item a[href^="http:"] .columns__title::before {
  display: none;
}
.columns__title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 2.2rem;
  color: #00A7EA;
  line-height: 1.3;
}
.columns__title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 28px;
  background-size: contain;
  content: "";
}
.columns + .link {
  margin-top: 20px;
}

.schedule__list {
  margin-top: 90px;
}
.schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.schedule__item + .schedule__item {
  margin-top: 20px;
  padding-top: 70px;
  border-top: 5px solid #EAE0D6;
}
.schedule__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  width: 144px;
  height: 60px;
  margin-right: 50px;
  padding: 0 15px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.schedule__title::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: #E62E8B;
  z-index: -1;
  content: "";
}
.schedule__title .num {
  font-size: 7.2rem;
  font-weight: 700;
  color: #00A7EA;
  mix-blend-mode: multiply;
}
.schedule__contents {
  width: calc(100% - 194px);
  margin-left: auto;
  padding-bottom: 25px;
}
.schedule__contents + .schedule__contents {
  padding-top: 25px;
  border-top: 1px solid #EAE0D6;
}
.schedule__contents .date__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
.schedule__contents .date__item {
  position: relative;
  padding-left: 30px;
  font-size: 2rem;
  font-weight: 700;
  color: #36318F;
}
.schedule__contents .date__item.day {
  margin-right: 40px;
}
.schedule__contents .date__item.day::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 22px;
  height: 24px;
  background: url(../images/common/icon_date.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
.schedule__contents .date__item.time::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon_time.svg) no-repeat center center;
  background-size: contain;
  content: "";
}

/* keyframes
--------------------------------------------- */
@-webkit-keyframes tab-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tab-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* pc
----------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  /* タブ */
  .tab__item a:hover {
    color: #36318F;
  }

  .tab__contents a[target=_blank] {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .tab__contents a[target=_blank]:hover {
    color: #00A7EA;
  }

  /* カラム */
  .columns__item a,
.columns__item a .applicationform,
.columns__item a.columns__title {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .columns__item a:hover {
    background: #36318F;
    color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }

  .columns__item a:hover .applicationform,
.columns__item a:hover .columns__title,
.columns__item a[target=_blank]:hover {
    color: #fff;
  }
}
/* mobile
----------------------------------------------- */
@media only screen and (max-width: 1023px) {
  /* 役員専用
  ----------------------------------------------- */
  /* タブ */
  .tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 30px;
    padding: 0 15px;
    border-bottom: 2px solid #EAE0D6;
  }
  .tab__item {
    height: 58px;
  }
  .tab__item a {
    font-size: 1.2rem;
    border-radius: 10px 10px 0 0;
  }
  .tab__container {
    padding-top: 10px;
  }
  .tab__contents .link {
    margin-right: 17px;
  }
  .tab__contents .link a[target=_blank] {
    font-size: 1.1rem;
  }
  .tab__contents .link a[target=_blank]::after {
    width: 11px;
    height: 11px;
  }
  .tab__contents .link + .link {
    margin-top: 10px;
  }
  .tab__title {
    font-size: 2.1rem;
  }

  .columns1-2 {
    width: 100%;
  }
  .columns1-2 .columns__item {
    width: 100%;
    margin-right: 0;
  }

  .columns__item {
    border-radius: 20px;
  }
  .columns__item a {
    padding: 15px 15px 50px;
    border-radius: 20px;
    font-size: 1.2rem;
  }
  .columns__item a::after {
    right: 10px;
    bottom: 10px;
    width: 25px;
    height: 25px;
    background-size: 13px 13px;
  }
  .columns__item a .applicationform {
    font-size: 1.1rem;
  }
  .columns__item a[target=_blank]::after {
    background-size: 13px 13px;
  }
  .columns__item:last-child {
    margin-bottom: 0;
  }
  .columns__title {
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 1.6rem;
  }
  .columns__title::before {
    top: 0.15em;
    width: 16px;
    height: 20px;
  }

  .schedule__list {
    margin-top: 30px;
  }
  .schedule__item {
    display: block;
  }
  .schedule__item + .schedule__item {
    margin-top: 0;
    padding-top: 30px;
    border-top: 2px solid #EAE0D6;
  }
  .schedule__title {
    width: 90px;
    height: 45px;
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
  .schedule__title::before {
    height: 45px;
  }
  .schedule__title .num {
    font-size: 4rem;
  }
  .schedule__contents {
    width: 100%;
    padding-bottom: 15px;
  }
  .schedule__contents + .schedule__contents {
    padding-top: 15px;
  }
  .schedule__contents .date__item {
    padding-left: 25px;
    font-size: 1.3rem;
  }
  .schedule__contents .date__item.day::before {
    width: 17px;
    height: 18px;
  }
  .schedule__contents .date__item.time::before {
    width: 18px;
    height: 18px;
  }
}
/* FAQ
----------------------------------------------- */
.faq__list {
  margin-top: 40px;
}
.faq__item + .faq__item {
  margin-top: 10px;
}
.faq dl {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.faq dl::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f0e9;
  border-radius: 40px;
  content: "";
  z-index: -1;
}
.faq dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  min-height: 100px;
  padding: 15px 100px 15px 40px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #00A7EA;
  line-height: 1.35;
  cursor: pointer;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .faq dt {
    min-height: 0;
    padding: 30px 100px 30px 40px;
  }
}
.faq dt .num {
  margin-right: 5px;
  color: #E62E8B;
}
.faq dt .btn-plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 45px;
  width: 40px;
  height: 40px;
  background: url(../images/common/icon_plus.svg) no-repeat center center #fff;
  background-size: 20px 20px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq dd {
  display: none;
  padding: 10px 40px 40px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
}
.faq dl.is-active::before {
  background: #36318F;
}
.faq dl.is-active dt {
  color: #fff;
}
.faq dl.is-active dt .btn-plus {
  background: url(../images/common/icon_minus.svg) no-repeat center center #fff;
  background-size: 20px 3px;
}

/* お問い合わせ
----------------------------------------------- */
.contact-block {
  padding: 40px;
  font-size: 2rem;
  background: #36318F;
  color: #fff;
  border-radius: 40px;
  text-align: center;
}
.contact-block .title {
  margin-bottom: 25px;
  font-size: 2.6rem;
  font-weight: 700;
}
.contact-block .tel {
  margin-top: 30px;
}
.contact-block .tel a {
  position: relative;
  padding-left: 50px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
}
.contact-block .tel a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 30px;
  background: url(../images/common/icon_tel.svg) no-repeat center center;
  background-size: contain;
  content: "";
}

.list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 50px 40px 0 0;
}
.list__link .list__item a {
  position: relative;
  padding-right: 30px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
}
.list__link .list__item a::after {
  display: block;
  position: absolute;
  top: 0.3em;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon_link_blank.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
.list__link .list__item + .list__item {
  margin-left: 80px;
}

/* IE
----------------------------------------------- */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .faq .section--contents {
    padding-bottom: 225px;
  }

  .contents--faq {
    padding-bottom: 0;
    border-radius: 40px 40px 0 0;
  }
  .contents--faq::before {
    display: block;
    position: absolute;
    left: 70px;
    bottom: -65px;
    width: calc(100% - 140px);
    height: 70px;
    background-color: #fff;
    content: "";
  }
  .contents--faq::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -65px;
    width: 100%;
    height: 70px;
    background-image: url(../images/faq/radius_bottom_left.png), url(../images/faq/radius_bottom_right.png);
    background-position: left bottom, right bottom;
    background-size: contain;
    content: "";
  }
}
@media only screen and (-ms-high-contrast: none) and (max-width: 1023px), only screen and (-ms-high-contrast: active) and (max-width: 1023px) {
  .faq .section--contents {
    padding-bottom: 135px;
  }

  .contents--faq {
    border-radius: 20px 20px 0 0;
  }
  .contents--faq::before {
    left: 35px;
    bottom: -30px;
    width: calc(100% - 70px);
    height: 35px;
  }
  .contents--faq::after {
    bottom: -30px;
    height: 35px;
  }
}
/* pc
----------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  .faq__list dl,
.faq__list dt {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .faq__list dl:hover::before {
    background: #36318F;
  }

  .faq__list dl:hover dt {
    color: #fff;
  }

  .faq__list .is-active dt:hover .btn-plus {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .tel a {
    pointer-events: none;
  }

  .list__link .list__item a {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .list__link .list__item a:hover {
    color: #00A7EA;
  }
}
/* mobile
----------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .faq__list {
    margin-top: 20px;
  }
  .faq dl::before {
    border-radius: 20px;
  }
  .faq dt {
    height: auto;
    min-height: 0;
    padding: 10px 50px 10px 15px;
    font-size: 1.5rem;
  }
  .faq dt .btn-plus {
    right: 15px;
    width: 25px;
    height: 25px;
    background-size: 13px 13px;
  }
  .faq dd {
    padding: 0 15px 15px;
    font-size: 1.2rem;
  }
  .faq dl.is-active dt .btn-plus {
    background-size: 13px 2px;
  }

  .contact-block {
    padding: 20px 15px;
    font-size: 1.2rem;
    border-radius: 20px;
  }
  .contact-block .title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .contact-block .tel {
    margin-top: 20px;
  }
  .contact-block .tel a {
    padding-left: 25px;
    font-size: 15px;
    cursor: initial;
  }
  .contact-block .tel a::before {
    top: 0.2em;
    width: 18px;
    height: 15px;
  }

  .list__link {
    display: none;
  }
}
.sitemap__title {
  margin-bottom: 10px;
}
.sitemap__title a {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  color: #36318F;
}
.sitemap__title.key a {
  padding-right: 30px;
}
.sitemap__title.key a::after {
  display: inline-block;
  position: absolute;
  top: 0.15em;
  right: 0;
  width: 19px;
  height: 25px;
  margin-left: 10px;
  background: url(../images/common/icon_key.svg) no-repeat center;
  background-size: 19px 25px;
  content: "";
}
.sitemap__title:last-of-type {
  margin-bottom: 0;
}
.sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.sitemap__item {
  margin-bottom: 10px;
}
.sitemap__item a {
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  color: #00A7EA;
}
.sitemap__item + .sitemap__item {
  padding-left: 20px;
}
.sitemap__item + .sitemap__item::before {
  display: inline-block;
  margin-right: 20px;
  color: #b3b3b3;
  content: "/";
}

/* pc
----------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  .sitemap__title a,
.sitemap__item a {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /* hover */
  .sitemap__title a:hover {
    color: #E62E8B;
  }

  .sitemap__item a:hover {
    color: #36318F;
  }
}
/* mobile
----------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .sitemap__title {
    margin-bottom: 0;
  }
  .sitemap__title a {
    font-size: 1.2rem;
  }
  .sitemap__title.key a {
    padding-right: 15px;
  }
  .sitemap__title.key a::after {
    width: 10px;
    height: 13px;
    background-size: contain;
  }
  .sitemap__list {
    margin-bottom: 20px;
  }
  .sitemap__item {
    margin-bottom: 0;
  }
  .sitemap__item a {
    font-size: 1.2em;
  }
  .sitemap__item + .sitemap__item {
    padding-left: 15px;
  }
  .sitemap__item + .sitemap__item::before {
    margin-right: 15px;
  }
}
/*---------------------------------------------
  印刷用
--------------------------------------------- */
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }

  body {
    width: 1024px;
    background: #72cef4;
    background: -webkit-linear-gradient(90deg, #72cef4 0%, #cfd9ea 40%, #e8e4f1 55%, #de9ade 100%);
    background: -webkit-gradient(linear, left top, right top, from(#72cef4), color-stop(40%, #cfd9ea), color-stop(55%, #e8e4f1), to(#de9ade));
    background: -webkit-linear-gradient(left, #72cef4 0%, #cfd9ea 40%, #e8e4f1 55%, #de9ade 100%);
    background: linear-gradient(90deg, #72cef4 0%, #cfd9ea 40%, #e8e4f1 55%, #de9ade 100%);
  }

  #gradient-bg {
    display: none;
  }

  /* 非表示
  /* ----------------------- */
  .sp-only {
    display: none;
  }

  /* header */
  .l-header {
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-header .logo {
    left: 0px;
  }
  .l-header .area__item {
    margin: 0;
    padding: 0 8px;
  }

  /* footer */
  .footer-nav__item {
    margin-right: 10px;
  }

  /* activity */
  .activity__container {
    height: calc(100% - 106px);
  }

  .article {
    padding: 55px 140px 65px 60px;
  }

  /* 下層共通 */
  .contents {
    padding: 55px 60px 65px;
  }

  /* history */
  .history .slider .slick-dots {
    display: none;
  }
}
