@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

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

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

@font-face {
  font-family: "Alata";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/alata-v7-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Mamelon-5-Hi-Regular.woff2") format("woff2");
}
html {
  font-size: 10px;
}
html.-large {
  font-size: 12px;
}
html.-opened {
  height: 100%;
  overflow: hidden;
}

body {
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 1px;
}

picture,
img {
  max-width: 100%;
}

a:hover img,
button:hover {
  opacity: 0.7;
}

.footer-sns-btn-label-en {
  font-family: "Alata";
  letter-spacing: 2px;
}

.wp-edit .index-list-title,
.wp-editor .index-list-title, .wp-edit h2,
.wp-edit h3,
.wp-edit h4,
.wp-edit h5,
.wp-edit h6,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6, .section-copy, .section-heading, .category-heading, .footer-reqruit-link {
  font-family: "Mamelon";
}

.header {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #3b8686;
  }
}

@media screen and (min-width: 1281px) {
  .header-logo {
    position: absolute;
    left: 2.5em;
    top: 2em;
  }
}
@media screen and (max-width: 1280px) {
  .header-logo {
    width: 220px;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .header-logo {
    width: 171px;
  }
}

.header-toggle {
  background: #3b8686 url(../img/common/header-toggle.svg) 50% 50%/67.2% 57.3% no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 61px;
  min-height: 61px;
  border: 0;
  text-indent: 200%;
  overflow: hidden;
}
.header-toggle.-active {
  background-image: url(../img/common/header-toggle-active.svg);
}
@media screen and (min-width: 1281px) {
  .header-toggle {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .header-toggle {
    width: 80px;
    min-height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .header-toggle {
    width: 70px;
    min-height: 70px;
  }
}
@media screen and (max-width: 800px) {
  .header-toggle {
    width: 61px;
    min-height: 61px;
  }
}

@media screen and (min-width: 1281px) {
  .header-menu {
    display: flex;
    flex-direction: column;
  }
  .header-menu .header-nav {
    order: 2;
  }
  .header-menu .header-other {
    order: 1;
  }
}
@media screen and (max-width: 1280px) {
  .header-menu {
    display: none;
  }
  .header-menu.-active {
    background-color: #fff;
    position: fixed;
    top: 82px;
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    z-index: 50;
    overflow-y: scroll;
  }
  html.-logged-in .header-menu.-active {
    top: 115px;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu.-active {
    top: 72px;
  }
  html.-logged-in .header-menu.-active {
    top: 105px;
  }
}
@media screen and (max-width: 800px) {
  .header-menu.-active {
    top: 63px;
  }
  html.-logged-in .header-menu.-active {
    top: 96px;
  }
}

.header-nav {
  background-color: #3b8686;
}
@media screen and (min-width: 1281px) {
  .header-nav {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1281px) {
  .header-nav-lists {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.header-nav-list {
  position: relative;
}
@media screen and (min-width: 1281px) {
  .header-nav-list:hover {
    background-color: #71af8f;
  }
  .header-nav-list:hover > ul {
    display: block;
  }
}
.header-nav-list:first-child a::before {
  display: none !important;
}
@media screen and (min-width: 1801px) {
  .header-nav-list:last-child > ul {
    left: 0;
  }
}
@media screen and (max-width: 1800px) {
  .header-nav-list:last-child > ul {
    right: 0;
  }
}
.header-nav-list:not(:last-child) > ul {
  left: 0;
}
.header-nav-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2em;
  min-height: 100%;
  padding: 17px 35px;
  text-align: center;
  line-height: 1.3;
}
.header-nav-btn::before {
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  content: "";
  display: block;
}
@media screen and (min-width: 1281px) {
  .header-nav-btn::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .header-nav-btn::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
  }
}
@media screen and (max-width: 1800px) {
  .header-nav-btn {
    padding: 17px 24px;
  }
}
@media screen and (max-width: 1280px) {
  .header-nav-btn br {
    display: none;
  }
}
.header-nav-btn-main {
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 1280px) {
  .header-nav-btn-main {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1400px) {
  .header-nav-btn-main {
    font-size: 1.6rem;
  }
}
.header-nav-btn-sub {
  color: #ffe000;
}
.header-nav-child-lists {
  background-color: #71af8f;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 1281px) {
  .header-nav-child-lists {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 100%;
    width: 300px;
    padding: 1.25rem 2rem;
    border-radius: 0 0 6px 6px;
  }
}
@media screen and (max-width: 1280px) {
  .header-nav-child-lists::before {
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    background-color: rgba(255, 255, 255, 0.6);
    color: #3b8686;
    content: "＋";
    font-weight: bold;
  }
  .header-nav-child-lists.-active::before {
    content: "－";
  }
}
.header-nav-child-list:nth-child(n+2) {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1280px) {
  .header-nav-child-list {
    display: none;
  }
  .header-nav-child-list.-active {
    display: block;
  }
}
.header-nav-child-btn {
  background: url(../img/common/header-nav-child-btn-ico.svg) 0 50%/3px 6px no-repeat;
  display: block;
  padding: 0.8em 0.8em 0.8em 1em;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .header-nav-child-btn {
    background-position: 12px 21px;
    padding: 0.8em 0.8em 0.8em 1.75em;
  }
}
.header-nav-child-btn:hover {
  opacity: 0.7;
}

.header-other {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 3rem;
  padding: 35px;
  padding-left: 20em;
  font-size: 1.3rem;
  line-height: 1.3;
}
@media screen and (max-width: 1800px) {
  .header-other {
    gap: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .header-other {
    flex-direction: column;
    padding-left: 35px;
  }
}

.header-links {
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 1800px) {
  .header-links {
    gap: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .header-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.header-link a {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.header-link a:hover {
  opacity: 0.7;
}
.header-link a::before {
  background: url(../img/common/header-link-ico.svg) 50% 50%/contain no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
}

.header-fontsize {
  display: flex;
  gap: 0.75em;
  align-items: center;
}
@media screen and (max-width: 1800px) {
  .header-fontsize {
    flex-direction: column;
    align-items: center;
    gap: 0.25em;
  }
}
@media screen and (max-width: 1280px) {
  .header-fontsize {
    flex-direction: row;
    gap: 0.75em;
  }
}
.header-fontsize-lists {
  display: flex;
  gap: 2px;
}
.header-fontsize-label {
  text-align: center;
}
.header-fontsize-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 6px;
  line-height: 1;
  font-weight: bold;
}
.header-fontsize-btn:hover {
  background-color: #79bd9a;
  color: #fff;
}
html.-medium .header-fontsize-btn.-medium, html.-large .header-fontsize-btn.-large {
  background-color: #79bd9a;
  color: #fff;
}

.header-search,
.recipe-header-body {
  position: relative;
}
.header-search input[type=text],
.recipe-header-body input[type=text] {
  width: 18.6rem;
  padding: 0.7em 1.5em;
  border: 1px solid #c2c2c2;
  border-radius: 2em;
}
.header-search input[type=submit],
.recipe-header-body input[type=submit] {
  background: url(../img/common/header-search-btn.svg) 50% 50%/contain no-repeat;
  position: absolute;
  right: 0.3em;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border: 0;
  overflow: hidden;
  text-indent: 200%;
}

.header-sns-lists {
  display: flex;
  gap: 4px;
}

.footer-start {
  position: relative;
  background-color: #a8dba8;
  padding: 60px 0;
}
@media screen and (max-width: 800px) {
  .footer-start {
    padding: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .footer-start {
    padding: 20px 0;
  }
}
.footer-start::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(168, 219, 168) 100%);
  content: "";
  display: block;
  width: 100%;
  height: 212px;
  z-index: 1;
}

/* .footer-magazine {
    display: flex;
    border-radius: 6px;
    overflow: hidden;

    @include d.max-screen(d.$screen-xs) {
        flex-direction: column;
    }

    img {
        height: auto;
    }
    &-oasis1,
    &-oasis2 {
        &-link {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            min-height: 100%;
            padding: 20px;

            @include d.max-screen(d.$screen-xs) {
                flex-direction: column;
            }
        }
        &-label {
            text-align: center;

            @include d.min-screen(d.$screen-xl + 1) {
                flex: 1 0 0%;
            }
            @include d.max-screen(d.$screen-xl) {
                width: 60%;
            }
            @include d.max-screen(d.$screen-xs) {
                width: 100%
            }
        }
        &-img {
            text-align: right;

            @include d.min-screen(d.$screen-xl + 1) {
                width: 240px;
            }
            @include d.max-screen(d.$screen-xl) {
                width: 40%;
            }
            @include d.max-screen(d.$screen-xs) {
                width: 100%
            }

            img {
                width: 100%;
            }
        }
    }
    &-oasis1 {
        @include d.min-screen(d.$screen-xs + 1) {
            width: 55%;
        }
        &-link {
            background-color: #fff;
        }
    }
    &-oasis2 {
        @include d.min-screen(d.$screen-xs+ 1) {
            width: 45%;
        }

        &-link {
            background-color: #dce3e9;
        }
    }
} */
.footer-magazine {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .footer-magazine {
    flex-direction: column;
  }
}
.footer-magazine img {
  height: auto;
}
.footer-magazine-oasis1-link, .footer-magazine-oasis2-link {
  padding: 20px;
}
.footer-magazine-oasis1 img, .footer-magazine-oasis2 img {
  width: 100%;
}
.footer-magazine-oasis1 {
  flex: 1 0 0%;
}
.footer-magazine-oasis1-link {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 100%;
}
@media screen and (max-width: 640px) {
  .footer-magazine-oasis1-link {
    flex-direction: column;
  }
}
.footer-magazine-oasis1-img {
  flex: 1 0 0%;
}
@media screen and (min-width: 641px) {
  .footer-magazine-oasis2 {
    width: 31.8%;
  }
}
.footer-magazine-oasis2-link {
  background-color: #dce3e9;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 100%;
}
@media screen and (min-width: 641px) {
  .footer-magazine-oasis2-link {
    flex-direction: column;
  }
}
@media screen and (min-width: 641px) {
  .footer-magazine-oasis2-label {
    order: 2;
  }
}
@media screen and (min-width: 641px) {
  .footer-magazine-oasis2-img {
    order: 1;
  }
}

.footer-reqruit {
  margin: 40px 0;
}
@media screen and (max-width: 640px) {
  .footer-reqruit {
    margin: 40px 0 20px;
  }
}
.footer-reqruit-link {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 6px;
}
@media screen and (max-width: 800px) {
  .footer-reqruit-link {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .footer-reqruit-link {
    padding: 20px;
  }
}
.footer-reqruit-link::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: url(../img/common/footer-sns-btn-arrow.svg);
  content: "";
  width: 27px;
  height: 27px;
}
.footer-reqruit-link:hover > * {
  opacity: 0.7;
}
.footer-reqruit-link-ico {
  display: block;
  width: 93px;
}
@media screen and (max-width: 1024px) {
  .footer-reqruit-link-ico {
    width: 70px;
  }
}
@media screen and (max-width: 800px) {
  .footer-reqruit-link-ico {
    background-color: #fff;
    width: 110px;
    margin-top: -60px;
    padding: 15px;
    border-radius: 50%;
  }
}
@media screen and (max-width: 640px) {
  .footer-reqruit-link-ico {
    width: 98px;
    height: 98px;
    margin-top: -50px;
    padding-top: 0;
  }
}
.footer-reqruit-link-label {
  position: relative;
  margin-right: 160px;
  margin-left: 40px;
  font-size: 4.7rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .footer-reqruit-link-label {
    margin-right: 100px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .footer-reqruit-link-label {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .footer-reqruit-link-label {
    font-size: 3rem;
  }
}
@media screen and (min-width: 801px) {
  .footer-reqruit-link-label::after {
    position: absolute;
    top: 50%;
    right: -60px;
    content: "";
    display: block;
    width: 1px;
    height: 90px;
    border-left: 1px solid #bbb;
    transform: skewX(-20deg) translateY(-50%);
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .footer-reqruit-link-label::after {
    right: -30px;
  }
}
.footer-reqruit-link-description {
  flex: 1 0 0%;
  color: #3b8686;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .footer-reqruit-link-description {
    font-size: 2rem;
  }
}

.footer-sns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr auto auto;
  grid-template-areas: "twitter instagram youtube" "twitter instagram line" "twitter instagram facebook";
  gap: 30px 40px;
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  .footer-sns {
    gap: 20px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 800px) {
  .footer-sns {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "twitter instagram" "youtube line" "youtube facebook";
  }
}
@media screen and (max-width: 640px) {
  .footer-sns {
    grid-template-columns: 1fr;
    grid-template-areas: "twitter" "instagram" "youtube" "line" "facebook";
    gap: 10px;
    margin: 20px 0;
  }
}
.footer-sns-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 6px;
}
.footer-sns-grid.-twitter {
  grid-area: twitter;
}
.footer-sns-grid.-instagram {
  grid-area: instagram;
}
.footer-sns-grid.-youtube {
  grid-area: youtube;
}
.footer-sns-grid.-line {
  grid-area: line;
}
.footer-sns-grid.-facebook {
  grid-area: facebook;
}
.footer-sns-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.footer-sns-btn::after {
  display: block;
  background: url(../img/common/footer-sns-btn-arrow.svg);
  content: "";
  width: 27px;
  height: 27px;
}
.footer-sns-btn-ico {
  display: block;
  width: 53px;
}
@media screen and (max-width: 1024px) {
  .footer-sns-btn-ico {
    width: 40px;
  }
}
.footer-sns-btn-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.footer-sns-btn-label-en {
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .footer-sns-btn-label-en {
    font-size: 2.2rem;
  }
}
.footer-sns-btn-label-ja {
  margin-top: 0.75rem;
}
.footer-sns-timeline {
  height: 500px;
  padding: 0 20px 20px;
}
@media screen and (max-width: 640px) {
  .footer-sns-timeline {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .footer-sns-timeline {
    height: 310px;
  }
}
.footer-sns-timeline-inner {
  overflow-y: scroll;
  height: 100%;
}
.footer-sns-timeline-inner iframe {
  width: 100%;
}
.footer-sns-movie {
  padding: 0 20px 20px;
}
.footer-sns-movie iframe {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer-sns-movie iframe {
    height: 180px;
  }
}

.sb_instagram_header {
  display: none;
}

.footer-banner {
  margin: 60px 0 0;
}
@media screen and (max-width: 800px) {
  .footer-banner {
    margin: 45px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .footer-banner {
    margin: 30px 0 0;
  }
}
.footer-banner-list {
  width: 160px;
  margin-right: 10px;
  margin-left: 10px;
}
.footer-banner-list img {
  height: auto;
}
.footer-end-inner {
  padding: 60px 30px;
  text-align: center;
}

.footer-logo img {
  height: auto;
}
@media screen and (max-width: 800px) {
  .footer-logo img {
    width: 270px;
  }
}

.footer-address {
  margin-top: 3rem;
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  .footer-address {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}

.footer-link {
  display: flex;
  justify-content: center;
}
.footer-link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin-top: 3rem;
}
@media screen and (max-width: 800px) {
  .footer-link a {
    margin-top: 2rem;
  }
}
.footer-link a:hover {
  opacity: 0.7;
}
.footer-link a::before {
  background: url(../img/common/header-link-ico.svg) 50% 50%/contain no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
}

.copyright {
  margin-top: 4rem;
}
@media screen and (max-width: 800px) {
  .copyright {
    margin-top: 3rem;
  }
}

.page-width {
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  .page-width {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-width {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.category-header {
  position: relative;
  background-color: #79bd9a;
  color: #fff;
  z-index: 2;
}
.category-header-inner {
  padding-top: 6rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 800px) {
  .category-header-inner {
    padding-top: 4.5rem;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 480px) {
  .category-header-inner {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}

.category-heading {
  font-size: 4.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  .category-heading {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 480px) {
  .category-heading {
    font-size: 2.6rem;
  }
}

.breadcrumb-lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  gap: 0.25rem 1.3rem;
}
@media screen and (max-width: 800px) {
  .breadcrumb-lists {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb-lists {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}

.breadcrumb-list {
  display: flex;
  gap: 1.1rem;
  line-height: 1.4;
}
.breadcrumb-list::before {
  content: "";
  display: block;
  background: 50% 50%/contain no-repeat;
}
.breadcrumb-list:first-child {
  gap: 0.5rem;
}
.breadcrumb-list:first-child::before {
  position: relative;
  top: 4px;
  background-image: url(../img/common/breadcrumb-list-ico.svg);
  width: 12px;
  height: 10px;
}
.breadcrumb-list:nth-child(n+2):before {
  position: relative;
  top: 7px;
  background-image: url(../img/common/breadcrumb-list-arrow.svg);
  width: 4px;
  height: 7px;
}
.breadcrumb-list a {
  text-decoration: underline;
}
.breadcrumb-list a:hover {
  text-decoration: none;
}

.container {
  background-color: #eee;
}
.container-inner {
  padding-top: 0.1px;
  padding-bottom: 0.1px;
}

div.page {
  position: relative;
  background-color: #fff;
  margin-top: -90px;
  border-radius: 6px;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  div.page {
    margin-top: -66px;
  }
}
@media screen and (max-width: 480px) {
  div.page {
    margin-top: -42px;
  }
}
div.page-inner {
  padding: 46px;
}
@media screen and (max-width: 800px) {
  div.page-inner {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  div.page-inner {
    padding: 20px;
  }
}

.btn {
  display: inline-block;
  background-image: linear-gradient(90deg, hsl(148deg, 34%, 62%) 0%, hsl(146deg, 35%, 63%) 9%, hsl(144deg, 35%, 64%) 18%, hsl(142deg, 36%, 66%) 27%, hsl(139deg, 36%, 67%) 36%, hsl(137deg, 37%, 68%) 45%, hsl(135deg, 38%, 69%) 55%, hsl(132deg, 38%, 71%) 64%, hsl(129deg, 39%, 72%) 73%, hsl(126deg, 40%, 73%) 82%, hsl(123deg, 41%, 75%) 91%, hsl(120deg, 41%, 76%) 100%);
  color: #fff;
  line-height: 1;
  border-radius: 3em;
}
.btn:hover {
  opacity: 0.7;
}
.btn-large {
  min-width: 244px;
  padding: 2rem 4rem;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .btn-large {
    min-width: 180px;
    font-size: 1.6rem;
  }
}
.btn-medium {
  min-width: 205px;
  padding: 1.5rem 2.5rem;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .btn-medium {
    min-width: 180px;
    font-size: 1.5rem;
  }
}
.btn-pdf {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  padding: 0.6rem 3rem 0.6rem 0.6rem;
  font-size: 1.8rem;
  text-align: center;
}
.btn-pdf::before {
  display: block;
  background: url(../img/common/btn-ico-pdf.svg) 50% 50%/contain no-repeat;
  width: 37px;
  height: 37px;
  content: "";
}
@media screen and (max-width: 640px) {
  .btn-pdf {
    font-size: 1.5rem;
  }
}

.page-links {
  display: flex;
  gap: 1rem 3rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .page-links {
    gap: 0.75rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .page-links {
    gap: 0.5rem 1rem;
  }
}
.page-links a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1.85rem;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .page-links a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .page-links a {
    font-size: 1.4rem;
  }
}
.page-links a:hover {
  opacity: 0.7;
}
.page-links a::before {
  background: url(../img/common/header-link-ico.svg) 50% 50%/contain no-repeat;
  display: block;
  width: 23px;
  height: 23px;
  content: "";
}

.anchor-links {
  display: flex;
  gap: 1rem 3rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .anchor-links {
    gap: 0.75rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .anchor-links {
    gap: 0.5rem 1rem;
  }
}
.anchor-links a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1.85rem;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .anchor-links a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .anchor-links a {
    font-size: 1.4rem;
  }
}
.anchor-links a:hover {
  opacity: 0.7;
}
.anchor-links a::before {
  background: url(../img/common/header-link-ico.svg) 50% 50%/contain no-repeat;
  display: block;
  width: 23px;
  height: 23px;
  content: "";
  transform: rotateZ(90deg);
}

.section-heading {
  font-size: 2.8rem;
  line-height: 1.3;
  padding-bottom: 0.4rem;
  border-bottom: 4px solid #3b8686;
}
@media screen and (max-width: 800px) {
  .section-heading {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .section-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .section-heading {
    font-size: 2.2rem;
  }
}

.section-copy {
  color: #3b8686;
  font-size: 2.4rem;
  line-height: 1.75;
}

.section-table {
  width: 100%;
  line-height: 1.6;
}
.section-table tr:nth-child(odd) {
  background-color: rgba(121, 189, 154, 0.22);
}
.section-table th {
  width: 8em;
  padding: 1em 1em 1em 1.5em;
}
.section-table td {
  padding: 1em;
}

.banner-grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  margin-top: 36px;
}
@media screen and (max-width: 1024px) {
  .banner-grids {
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .banner-grids {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .banner-grids {
    margin-top: 15px;
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .banner-grids.-col-3-2-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .banner-grids.-col-3-2-1 {
    grid-template-columns: 1fr;
  }
}
.banner-grids.-col-4-3-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .banner-grids.-col-4-3-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .banner-grids.-col-4-3-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.banner-grid,
.wp-edit .banner-grid,
.wp-editor .banner-grid {
  display: flex;
  flex-direction: column;
}
.banner-grid-iframe,
.wp-edit .banner-grid-iframe,
.wp-editor .banner-grid-iframe {
  position: relative;
}
.banner-grid-iframe::before,
.wp-edit .banner-grid-iframe::before,
.wp-editor .banner-grid-iframe::before {
  display: block;
  padding-top: 74.7720364742%;
  content: "";
  width: 0;
  height: 0;
}
.banner-grid-iframe iframe,
.wp-edit .banner-grid-iframe iframe,
.wp-editor .banner-grid-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-grid-img a,
.wp-edit .banner-grid-img a,
.wp-editor .banner-grid-img a {
  padding-left: 0 !important;
  display: block !important;
}
.banner-grid-img a::before,
.wp-edit .banner-grid-img a::before,
.wp-editor .banner-grid-img a::before {
  display: none !important;
}
.banner-grid-img img,
.wp-edit .banner-grid-img img,
.wp-editor .banner-grid-img img {
  width: 100%;
}
.banner-grid-img.-shadow img,
.wp-edit .banner-grid-img.-shadow img,
.wp-editor .banner-grid-img.-shadow img {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.banner-grid-label,
.wp-edit .banner-grid-label,
.wp-editor .banner-grid-label {
  margin-top: 1.2em;
  margin-bottom: 0;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}
.banner-grid-description,
.wp-edit .banner-grid-description,
.wp-editor .banner-grid-description {
  margin-top: 0.6em;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.banner-grid-btn,
.wp-edit .banner-grid-btn,
.wp-editor .banner-grid-btn {
  margin-top: 1.2em;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.6;
}

.card-grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 46px;
}
@media screen and (max-width: 1024px) {
  .card-grids {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  .card-grids {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}
@media screen and (max-width: 480px) {
  .card-grids {
    gap: 20px;
  }
}

.text-card-grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  margin-top: 36px;
}
@media screen and (max-width: 1024px) {
  .text-card-grids {
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .text-card-grids {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .text-card-grids {
    margin-top: 15px;
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .text-card-grids.-col-3-2-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .text-card-grids.-col-3-2-1 {
    grid-template-columns: 1fr;
  }
}

.wp-edit .text-card-grid,
.wp-editor .text-card-grid {
  display: flex;
  flex-direction: column;
}
.wp-edit .text-card-grid a:not(.btn),
.wp-editor .text-card-grid a:not(.btn) {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 6px;
  color: inherit;
  text-decoration: none;
}
.wp-edit .text-card-grid a:not(.btn) > br,
.wp-editor .text-card-grid a:not(.btn) > br {
  display: none;
}
.wp-edit .text-card-grid a:not(.btn):hover,
.wp-editor .text-card-grid a:not(.btn):hover {
  opacity: 0.7;
}
.wp-edit .text-card-grid a,
.wp-editor .text-card-grid a {
  padding-left: 0 !important;
}
.wp-edit .text-card-grid a::before,
.wp-editor .text-card-grid a::before {
  display: none !important;
}
.wp-edit .text-card-grid-label,
.wp-editor .text-card-grid-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  margin-bottom: 0;
  padding: 0.75rem 2rem 0.75rem 1rem;
  border-radius: 6px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}
.wp-edit .text-card-grid-label::before,
.wp-editor .text-card-grid-label::before {
  display: block;
  background: url(../img/bank/bank-icon.svg) 50% 50%/2.5em 2.5em no-repeat;
  content: "";
  width: 3em;
  height: 3em;
  border-radius: 6px;
}
.wp-edit .text-card-grid-label.-card::before,
.wp-editor .text-card-grid-label.-card::before {
  background-image: url(../img/bank/card-icon.svg);
}
.wp-edit .text-card-grid-label.-tsumitate::before,
.wp-editor .text-card-grid-label.-tsumitate::before {
  background-image: url(../img/bank/tsumitate-icon.svg);
}
.wp-edit .text-card-grid-label::after,
.wp-editor .text-card-grid-label::after {
  display: block;
  background: url(../img/common/header-nav-child-btn-ico.svg) 50% 50%/contain no-repeat;
  content: "";
  width: 6px;
  height: 20px;
}
.wp-edit .text-card-grid-label-text,
.wp-editor .text-card-grid-label-text {
  flex: 1 0 0%;
}
.wp-edit .text-card-grid-description,
.wp-editor .text-card-grid-description {
  flex: 1 0 0%;
  display: block;
  margin-bottom: 0;
  padding: 1.75rem 2rem 2rem;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  font-size: 1.4rem;
}
.wp-edit .text-card-grid-description br:first-child,
.wp-edit .text-card-grid-description br:last-child,
.wp-editor .text-card-grid-description br:first-child,
.wp-editor .text-card-grid-description br:last-child {
  display: none;
}
.wp-edit .-green-l .text-card-grid-label,
.wp-editor .-green-l .text-card-grid-label {
  background-color: #79bd9a;
}
.wp-edit .-green-d .text-card-grid-label,
.wp-editor .-green-d .text-card-grid-label {
  background-color: #7a92bc;
}
.wp-edit .-red .text-card-grid-label,
.wp-editor .-red .text-card-grid-label {
  background-color: #d75d41;
}
.wp-edit .-cyan .text-card-grid-label,
.wp-editor .-cyan .text-card-grid-label {
  background-color: #62a3b7;
}

.more-contents[data-default-num="4"].-closed > *:nth-child(n+5) {
  display: none;
}
.more-contents[data-default-num="8"].-closed > *:nth-child(n+9) {
  display: none;
}
.more-contents[data-default-num="12"].-closed > *:nth-child(n+13) {
  display: none;
}

.more-btn,
.year-more-btn {
  margin-top: 46px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .more-btn,
.year-more-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .more-btn,
.year-more-btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 480px) {
  .more-btn,
.year-more-btn {
    margin-top: 20px;
  }
}

.more-btn + .year-more-btn {
  display: none;
}

.card-grid {
  display: flex;
  flex-direction: column;
}
.card-grid-thumb {
  border-radius: 6px;
  overflow: hidden;
}
.card-grid-thumb.-circle {
  border-radius: 50%;
}
.card-grid-thumb img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  overflow: hidden;
}
.card-grid-thumb img img {
  width: 100%;
}
.card-grid-label {
  flex: 1 0 0%;
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .card-grid-label {
    margin-top: 1.2rem;
    font-size: 1.7rem;
  }
}
.card-grid-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(121, 189, 154, 0.22);
  margin-top: 2rem;
  padding: 1rem 1.75rem;
  border-radius: 6px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .card-grid-data {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .card-grid-data {
    font-size: 1.4rem;
  }
}
.card-grid-data-green {
  color: #3b8686;
}

.start-banner {
  margin-bottom: 30px;
}
.start-banner img {
  width: 100%;
}

.table-sns-lists {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}

.single-back-btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .single-back-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .single-back-btn {
    margin-top: 20px;
  }
}

.year-section.-closed {
  display: none;
}

.year-heading {
  background-color: #79bd9a;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .year-heading {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}

.wp-editor {
  padding: 2em;
}

.wp-edit,
.wp-editor {
  display: block;
}
.wp-edit:before, .wp-edit:after,
.wp-editor:before,
.wp-editor:after {
  content: "";
  display: block;
  clear: both;
}
.page-inner > .wp-edit:first-child > *:first-child,
.page-inner > .wp-editor:first-child > *:first-child {
  margin-top: 0 !important;
}
.wp-edit strong,
.wp-editor strong {
  font-weight: 900;
}
.wp-edit h2 strong,
.wp-edit h3 strong,
.wp-edit h4 strong,
.wp-edit h5 strong,
.wp-edit h6 strong,
.wp-editor h2 strong,
.wp-editor h3 strong,
.wp-editor h4 strong,
.wp-editor h5 strong,
.wp-editor h6 strong {
  font-weight: normal;
}
.wp-edit h2,
.wp-editor h2 {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 0.2em;
  border-bottom: 4px solid #3b8686;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .wp-edit h2,
.wp-editor h2 {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
.wp-edit h3,
.wp-editor h3 {
  margin-top: 40px;
  margin-bottom: 30px;
  color: #3b8686;
  font-size: 2.4rem;
  line-height: 1.4;
}
.wp-edit h4,
.wp-editor h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 1rem;
  border-left: 5px solid #3b8686;
  font-size: 2rem;
  line-height: 1.4;
}
.wp-edit h5,
.wp-editor h5 {
  margin-top: 24px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.wp-edit p,
.wp-editor p {
  margin: 1em 0;
}
.wp-edit a:not(.btn),
.wp-editor a:not(.btn) {
  color: #79bd9a;
  text-decoration: underline;
}
.wp-edit a:not(.btn):hover,
.wp-editor a:not(.btn):hover {
  text-decoration: none;
}
.wp-edit a:not(.btn)[href$=".pdf"],
.wp-editor a:not(.btn)[href$=".pdf"] {
  display: inline-block;
  position: relative;
  padding-left: 2em;
}
.wp-edit a:not(.btn)[href$=".pdf"]::before,
.wp-editor a:not(.btn)[href$=".pdf"]::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: url(../img/common/edit-pdf-icon.svg);
  display: inline-block;
  width: 1.5em;
  line-height: 1;
}
.wp-edit ul,
.wp-editor ul {
  margin: 1em 0;
  list-style: disc;
  padding-left: 1.5em;
}
.wp-edit ul ul,
.wp-editor ul ul {
  margin: 0;
  list-style: circle;
  padding-left: 2.5em;
}
.wp-edit ul ul ul,
.wp-editor ul ul ul {
  list-style: square;
}
.wp-edit ol,
.wp-editor ol {
  margin: 1em 0;
  list-style: decimal;
  padding-left: 1.5em;
}
.wp-edit ol ol,
.wp-editor ol ol {
  margin: 0;
  padding-left: 2.5em;
}
.wp-edit blockquote,
.wp-editor blockquote {
  background-color: #eee;
  padding: 2rem;
}
.wp-edit blockquote > *:first-child,
.wp-editor blockquote > *:first-child {
  margin-top: 0;
}
.wp-edit blockquote > *:last-child,
.wp-editor blockquote > *:last-child {
  margin-bottom: 0;
}
.wp-edit hr,
.wp-editor hr {
  display: block;
  margin: 2em 0;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.wp-edit table,
.wp-editor table {
  margin: 1em 0;
  width: 100%;
  line-height: 1.6;
}
.wp-edit table th,
.wp-edit table td,
.wp-editor table th,
.wp-editor table td {
  padding: 1em;
}
@media screen and (max-width: 640px) {
  .wp-edit table th,
.wp-edit table td,
.wp-editor table th,
.wp-editor table td {
    padding: 0.75em;
  }
}
.wp-edit table th,
.wp-editor table th {
  background-color: #3b8686;
  color: #fff;
  font-weight: normal;
  text-align: center;
  border-left: 1px solid #fff;
  vertical-align: middle;
}
.wp-edit table th a:not(.btn),
.wp-editor table th a:not(.btn) {
  color: #fff;
}
.wp-edit table th:first-child,
.wp-editor table th:first-child {
  border-left-color: #3b8686;
}
.wp-edit table th:last-child,
.wp-editor table th:last-child {
  border-right: 1px solid #3b8686;
}
.wp-edit table td,
.wp-editor table td {
  border: 1px solid #3b8686;
}
.wp-edit table td.td-header,
.wp-editor table td.td-header {
  background-color: #dcece4;
  color: #3b8686;
}
.wp-edit table td p:only-child,
.wp-editor table td p:only-child {
  margin: 0;
}
.wp-edit table td small,
.wp-editor table td small {
  color: #79bd9a;
}
.wp-edit .alignleft,
.wp-editor .alignleft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
  clear: both;
}
@media screen and (max-width: 480px) {
  .wp-edit .alignleft,
.wp-editor .alignleft {
    float: none;
    margin-right: 0;
  }
}
.wp-edit .aligncenter,
.wp-editor .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
@media screen and (max-width: 480px) {
  .wp-edit .aligncenter,
.wp-editor .aligncenter {
    float: none;
  }
}
.wp-edit .alignright,
.wp-editor .alignright {
  float: right;
  margin-bottom: 2rem;
  margin-left: 2rem;
  clear: both;
}
@media screen and (max-width: 480px) {
  .wp-edit .alignright,
.wp-editor .alignright {
    float: none;
    margin-left: 0;
  }
}
.wp-edit .alignleft + .alignleft, .wp-edit .alignleft + .aligncenter, .wp-edit .alignleft + .alignright,
.wp-edit .aligncenter + .alignleft,
.wp-edit .aligncenter + .aligncenter,
.wp-edit .aligncenter + .alignright,
.wp-edit .alignright + .alignleft,
.wp-edit .alignright + .aligncenter,
.wp-edit .alignright + .alignright,
.wp-editor .alignleft + .alignleft,
.wp-editor .alignleft + .aligncenter,
.wp-editor .alignleft + .alignright,
.wp-editor .aligncenter + .alignleft,
.wp-editor .aligncenter + .aligncenter,
.wp-editor .aligncenter + .alignright,
.wp-editor .alignright + .alignleft,
.wp-editor .alignright + .aligncenter,
.wp-editor .alignright + .alignright {
  clear: none;
}
.wp-edit .index-list,
.wp-editor .index-list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .wp-edit .index-list,
.wp-editor .index-list {
    gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  .wp-edit .index-list,
.wp-editor .index-list {
    gap: 20px;
    flex-direction: column;
  }
}
.wp-edit .index-list.-nogap,
.wp-editor .index-list.-nogap {
  gap: 0 !important;
}
.wp-edit .index-list:nth-child(n+2),
.wp-editor .index-list:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .wp-edit .index-list:nth-child(n+2),
.wp-editor .index-list:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .wp-edit .index-list:nth-child(n+2),
.wp-editor .index-list:nth-child(n+2) {
    margin-top: 30px;
  }
}
.wp-edit .index-list-thumb,
.wp-editor .index-list-thumb {
  width: 214px;
}
@media screen and (max-width: 640px) {
  .wp-edit .index-list-thumb,
.wp-editor .index-list-thumb {
    width: 100%;
  }
}
.wp-edit .index-list-thumb a,
.wp-editor .index-list-thumb a {
  display: block;
  padding-left: 0 !important;
}
.wp-edit .index-list-thumb a::before,
.wp-editor .index-list-thumb a::before {
  display: none !important;
}
.wp-edit .index-list-thumb a img,
.wp-editor .index-list-thumb a img {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 6px;
}
@media screen and (max-width: 640px) {
  .wp-edit .index-list-thumb a img,
.wp-editor .index-list-thumb a img {
    aspect-ratio: 16/9;
    width: 100%;
  }
}
.wp-edit .index-list-body,
.wp-editor .index-list-body {
  flex: 1 0 0%;
}
.wp-edit .index-list-title,
.wp-editor .index-list-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
  font-size: 3.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  .wp-edit .index-list-title,
.wp-editor .index-list-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .wp-edit .index-list-title,
.wp-editor .index-list-title {
    font-size: 2.4rem;
  }
}
.wp-edit .index-list-description,
.wp-editor .index-list-description {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.6rem;
}
.wp-edit .index-list-btn,
.wp-editor .index-list-btn {
  margin-top: 2rem;
}
.wp-edit .index-list-btn a,
.wp-editor .index-list-btn a {
  color: #fff;
  text-decoration: none;
}
.wp-edit .youtube,
.wp-editor .youtube {
  margin: 2em 0;
  aspect-ratio: 16/9;
  max-width: 620px;
}
.wp-edit .youtube iframe,
.wp-editor .youtube iframe {
  width: 100%;
  height: 100%;
}
.wp-edit .pageImage,
.wp-editor .pageImage {
  padding-bottom: 2em !important;
}
.wp-edit .pageImage img,
.wp-editor .pageImage img {
  width: 100%;
}

.js-scrollable {
  padding-left: 1px;
}
.js-scrollable table {
  min-width: 640px;
}
.js-scrollable .scroll-hint-icon-wrap .scroll-hint-icon {
  display: none;
}
.js-scrollable .scroll-info-icon-wrap {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-60px);
  pointer-events: none;
}
@media screen and (min-width: 761px) {
  .js-scrollable .scroll-info-icon-wrap {
    display: none;
  }
}
.js-scrollable .scroll-info-icon-wrap .scroll-info-icon {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}
.js-scrollable .scroll-info-icon-wrap .scroll-info-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.js-scrollable .scroll-info-icon-wrap .scroll-info-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 1;
  transition-delay: 2.4s;
}
/*# sourceMappingURL=base.css.map */