@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*
  Reset
---------------------------------*/
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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 */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
  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;
  border: 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;
}

/*
  Base
---------------------------------*/
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333333;
  font-weight: 500;
}
p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  p {
    font-size: 1.6rem;
  }
}

img {
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/*
  Layout - Header
---------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 64px;
  height: 17.0666666667vw;
  background-color: #F8F5EF;
}
@media screen and (min-width: 576px) {
  .l-header {
    height: 98px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header {
    height: initial;
    background-color: initial;
  }
}
.l-header__inner {
  pointer-events: none;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .l-header__inner {
    background-color: #F8F5EF;
    position: relative;
    pointer-events: auto;
  }
}
.l-header__nav {
  visibility: hidden;
  overflow-y: auto;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .l-header__nav {
    display: flex;
    visibility: visible;
    justify-content: center;
    width: calc(100% - 120px);
    max-height: none;
    padding-bottom: 0;
    align-items: center;
    transform: translateX(0);
    opacity: 1;
  }
}
.l-header .js-is-open {
  transform: scaleX(1) translateX(0%);
  opacity: 1;
  transition: transform 0.4s, opacity 0.4s 0.4s, -webkit-transform 0.4s;
}

.l-header-logo {
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  top: 5.3333333333vw;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .l-header-logo {
    top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-logo {
    top: 40px;
  }
}
.l-header-logo__img img {
  width: 32vw;
  height: auto;
}
@media screen and (min-width: 576px) {
  .l-header-logo__img img {
    width: 110px;
  }
}
@media screen and (min-width: 769px) {
  .l-header-logo__img img {
    width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-logo__img img {
    width: 180px;
    max-width: 180px;
    height: auto;
  }
}

.l-header-frame.-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .l-header-frame.-pc {
    display: block;
  }
}

.l-header-frame.-sp {
  position: fixed;
  top: 64px;
  top: 16.8vw;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 576px) {
  .l-header-frame.-sp {
    top: 97px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-frame.-sp {
    display: none;
  }
}

/*
  Layout - Nav
---------------------------------*/
.l-nav {
  width: 100%;
  padding-top: 26.6666666667vw;
  padding-right: 8%;
  padding-bottom: 35px;
  padding-left: 8%;
  transform: scaleX(0) translateX(100%);
  background-color: #F8F5EF;
  opacity: 0;
  position: relative;
}
@media screen and (min-width: 576px) {
  .l-nav {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .l-nav {
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(0);
    opacity: 1;
    max-width: 1050px;
    padding: 0;
  }
}
.l-nav__item {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  border-bottom: dashed 1px #C4C4C4;
}
@media screen and (min-width: 1200px) {
  .l-nav__item {
    border-bottom: 0;
    border-right: dashed 1px #C4C4C4;
    padding: 0 25px;
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.l-nav__item > a {
  position: relative;
  transition: all 0.3s;
  display: flex;
  padding: 22px 0;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .l-nav__item > a {
    padding: 0;
    justify-content: center;
    flex-direction: column;
    position: initial;
  }
}
.l-nav__item > a > img {
  width: 30%;
  height: 40px;
  padding-right: 10px;
}
@media screen and (min-width: 1200px) {
  .l-nav__item > a > img {
    height: 45px;
    padding-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .l-nav__item:nth-child(1) {
    border-left: dashed 1px #C4C4C4;
  }
}
@media screen and (min-width: 1200px) {
  .l-nav__item:nth-child(4) {
    border-left: dashed 1px #C4C4C4;
  }
}
@media screen and (min-width: 1200px) {
  .l-nav__item:nth-child(3) {
    margin-right: 263px;
  }
}
.l-nav a {
  color: #333333;
  position: relative;
  transition: all 0.3s;
}
.l-nav a:hover span {
  color: #1FB1DE;
  font-weight: bold;
}
.l-nav a:hover img {
  transform: translateY(4px);
}
.l-nav-sp-btn {
  height: 64px;
  display: block;
  z-index: 10;
  position: absolute;
  top: 3px;
  right: 15px;
  top: 0.8vw;
  right: 4vw;
  width: 64px;
  pointer-events: all;
  transition: border-radius 0.4s;
  top: 0.8vw;
  right: 4vw;
}
@media screen and (min-width: 576px) {
  .l-nav-sp-btn {
    top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-nav-sp-btn {
    display: none;
  }
}
.l-nav-sp-btn__text {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.1rem;
  font-family: "Josefin Sans", sans-serif;
}
.l-nav-sp-btn__border {
  display: block;
  z-index: 2;
  position: absolute;
  left: 18px;
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #1FB1DE;
  transition: all 0.4s;
}
.l-nav-sp-btn__border:nth-child(1) {
  top: 24px;
}
.l-nav-sp-btn__border:nth-child(2) {
  top: 31px;
}
.l-nav-sp-btn__border:nth-child(3) {
  bottom: 24px;
}

.l-nav-sp-cta {
  height: 64px;
  display: block;
  z-index: 10;
  position: absolute;
  top: 10px;
  top: 2.6666666667vw;
  left: 15px;
  left: 4vw;
  width: 66px;
}
@media screen and (min-width: 576px) {
  .l-nav-sp-cta {
    top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l-nav-sp-cta {
    display: none;
  }
}
.l-nav-sp-cta a {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.l-nav-sp-cta img {
  width: 8.5333333333vw;
  max-width: 50px;
}
.l-nav-sp-cta span {
  margin-top: 6px;
  display: block;
  font-size: 1.1rem;
}

.l-header-sp-bg {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  background-color: #F8F5EF;
}
@media screen and (min-width: 1200px) {
  .l-header-sp-bg {
    display: none;
  }
}

.l-header .l-nav, .l-header .l-sp-nav, .l-header .l-cta-nav {
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s 0.4s;
  transition: transform 0.4s 0.4s, opacity 0.4s;
  transition: transform 0.4s 0.4s, opacity 0.4s, -webkit-transform 0.4s 0.4s;
}
@media screen and (min-width: 1200px) {
  .l-header .l-nav, .l-header .l-sp-nav, .l-header .l-cta-nav {
    transition: none;
  }
}

.l-header.js-is-open .l-header-sp-bg, .l-header.js-is-open .l-nav, .l-header.js-is-open .l-sp-nav, .l-header.js-is-open .l-cta-nav {
  transform: scaleX(1) translateX(0%);
  opacity: 1;
  transition: opacity 0.4s 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s 0.4s;
  transition: transform 0.4s, opacity 0.4s 0.4s, -webkit-transform 0.4s;
  justify-content: center;
}

.l-header.js-is-open .l-header__inner {
  pointer-events: all;
}

.l-header.js-is-open .l-header-sp-bg {
  width: 100%;
  opacity: 1;
  transition: width 0.4s;
}

.l-header.js-is-open .l-header__nav {
  visibility: visible;
}

.l-nav-sp-btn.js-is-open .l-nav-sp-btn__border:nth-child(1) {
  -webkit-transform: rotate(45deg);
  top: 31px;
  transform: rotate(45deg);
}

.l-nav-sp-btn.js-is-open .l-nav-sp-btn__border:nth-child(2) {
  width: 0;
  opacity: 0;
}

.l-nav-sp-btn.js-is-open .l-nav-sp-btn__border:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  bottom: 31px;
  transform: rotate(-45deg);
  border-radius: 0 0 0 50% !important;
}

.l-nav-sp-btn.js-is-open {
  transition: background-color 0.4s, border-radius 0.4s;
  border-radius: 0 0 0 50%;
}

.l-nav-sp-btn.js-is-open:after {
  transform: translateX(0);
  transition: transform 0.4s;
  border-radius: 0 0 0 50% !important;
}

.l-container {
  width: 93.6507936508%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .l-container {
    max-width: 1200px;
  }
}

.l-container--small {
  width: 93.6507936508%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .l-container--small {
    width: 100%;
    max-width: 960px;
  }
}

/*
  Layout - Section
---------------------------------*/
.l-section {
  padding: 60px 0;
}
@media screen and (min-width: 769px) {
  .l-section {
    padding: 110px 0;
  }
}

/*
  Layout - Main
---------------------------------*/
.l-main {
  margin-top: 17.0666666667vw;
}
@media screen and (min-width: 576px) {
  .l-main {
    margin-top: 98px;
  }
}
@media screen and (min-width: 1200px) {
  .l-main {
    margin-top: 114px;
  }
}

/*
  Layout - Footer
---------------------------------*/
.l-footer {
  margin-top: 70px;
}
@media screen and (min-width: 769px) {
  .l-footer {
    margin-top: 200px;
  }
}
.l-footer__inner {
  padding-top: 100px;
}
@media screen and (min-width: 769px) {
  .l-footer__inner {
    padding-top: 140px;
  }
}
.l-footer__copyright {
  font-size: 1.1rem;
  padding: 30px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}
.l-footer__copyright a {
  text-decoration: underline;
}

/* header - 伸縮 */
#global-nav, .l-nav, .l-header-logo img, .l-nav__item > a > img, .l-header-frame {
  transition: 0.3s;
}

.header-sm #global-nav {
  padding: 2em 0;
  font-size: 1em;
}
.header-sm .l-nav {
  height: 90px;
}
.header-sm .l-nav__item > a > img {
  height: 40px;
}
.header-sm .l-header-logo img {
  width: auto;
  max-height: 120px;
  transform: translateY(-7px);
  transition: 0.3s;
}
.header-sm .l-header-frame {
  margin-top: -15px;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* -----------------------------------------------------------------
   Component
   ----------------------------------------------------------------- */
/*
  Background
---------------------------------*/
.bg-wh {
  background-color: #fff;
}

.bg-base {
  background-color: #F8F5EF;
}

.bg-gizagiza {
  background: url(../img/common/bg-gizagiza.svg) #F8F5EF;
}

.bg-dots {
  background: url(../img/common/bg-dots.svg);
}

.bg-wave {
  width: 100%;
  max-width: 100%;
}
.bg-wave svg {
  width: 100%;
  height: auto;
  display: block;
  height: 33px;
}
@media screen and (min-width: 769px) {
  .bg-wave svg {
    height: auto;
  }
}
.bg-wave picture {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.bg-wave img {
  display: block;
  width: 100vw;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.-bg-wave-mv {
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
}

.-bg-wave-page-mv {
  display: none;
  z-index: 1;
  position: relative;
  margin-top: -4%;
}
@media screen and (min-width: 769px) {
  .-bg-wave-page-mv {
    display: block;
  }
}

.bg-wave--top-contact {
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
}

/*
  Button
---------------------------------*/
.c-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .c-btn {
    margin-top: 60px;
  }
}

.c-btn a {
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 12px 42px 12px 24px;
  font-weight: 600;
  border: 2px solid #FFA700;
  border-radius: 50px;
  position: relative;
  text-align: center;
  background: #FFA700;
  max-width: 260px;
  font-size: 1.4rem;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  min-width: 250px;
}
@media screen and (min-width: 769px) {
  .c-btn a {
    padding: 18px 42px 18px 24px;
    min-width: 300px;
    transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    font-size: 1.6rem;
  }
}
.c-btn a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow-wh.svg) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 1200px) {
  .c-btn a::before {
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
@media screen and (min-width: 1200px) {
  .c-btn a:hover {
    background: #fff;
    color: #333333;
  }
  .c-btn a:hover::before {
    background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
  }
}
.c-btn--link a::before {
  background: url(../img/common/icon-link-wh.svg) no-repeat center/contain;
}
@media screen and (min-width: 1200px) {
  .c-btn--link a:hover::before {
    background: url(../img/common/icon-link.svg) no-repeat center/contain;
  }
}

/*
  Text
---------------------------------*/
.c-text-main {
  color: #1FB1DE;
}

.c-text-blue {
  color: #008BD0;
}

.c-text-orange {
  color: #FF7817;
}

.c-text-green {
  color: #3C9F07;
}

.c-text-red {
  color: #E83839;
}

.c-text-gray {
  color: #ABA196;
}

.c-text-small {
  font-size: 80%;
  color: #707070;
  display: block;
  line-height: 1.6;
}

.loop_wrap {
  display: flex;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.loop_wrap img {
  width: auto;
  height: 100%;
  height: 120px;
  max-width: none;
}
@media screen and (min-width: 769px) {
  .loop_wrap img {
    height: auto;
    max-width: 100%;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap img:first-child {
  animation: loop 100s -50s linear infinite;
}
.loop_wrap img:last-child {
  animation: loop2 100s linear infinite;
}
.loop_wrap--fast img:first-child {
  animation: loop 60s -30s linear infinite;
}
.loop_wrap--fast img:last-child {
  animation: loop2 60s linear infinite;
}
.eachTextAnime span {
  display: inline-block;
  transform: translateY(-1.5rem);
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text-animation 0.4s forwards;
}

@keyframes text-animation {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.js-fade-in {
  opacity: 0;
  transform: translate(0, 15px);
  transition: all 1s ease-out, opacity 0.4s linear, filter 1s linear;
  animation-delay: 1.4s;
}

.js-fade-in-bottom-right {
  opacity: 0;
  transform: translate(-20px, 15px);
  transition: all 1s ease-out, opacity 0.5s linear, filter 1s linear;
  animation-delay: 1.4s;
}

.js-fade-in-top {
  opacity: 0;
  transform: translate(0, -40px);
  transition: all 1s ease-out, opacity 0.5s linear, filter 1s linear;
  animation-delay: 1.4s;
}

.js-fade-in-bottom {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s ease-out, opacity 0.5s linear, filter 1s linear;
  animation-delay: 1.4s;
}

.js-fade-in-right {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 1s ease-out, opacity 0.5s linear, filter 1s linear;
  animation-delay: 1.4s;
}

.js-scroll-in {
  opacity: 1;
  transition-duration: 0.5s;
  transform: translate(0, 0);
}

/* その場で */
.a-fadeUp {
  opacity: 0;
}

.js-mv-loaded .a-fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.a-fadeUp {
  opacity: 0;
}

.js-mv-loaded .a-fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.a-fadeDown {
  opacity: 0;
}

.js-mv-loaded .a-fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-delay: 0.55s;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.a-fadeRight {
  opacity: 0;
}

.js-mv-loaded .a-fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.a-fadeLeft-Bottom {
  opacity: 0;
}

.js-mv-loaded .a-fadeLeft-Bottom {
  animation-name: fadeLeftAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-delay: 0.55s;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translate(-20px, 15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.a-fadeRight {
  opacity: 0;
}

.js-mv-loaded .a-fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (min-width: 769px) {
  .a-btn--mokomoko {
    overflow: hidden;
    color: #fff;
    border-radius: 6px;
    position: relative;
    transition: all 700ms ease;
    z-index: 2;
  }
  .a-btn--mokomoko .a-btn--mokomoko__blobs {
    height: 100%;
    filter: url(#goo);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -3px;
    right: -1px;
    z-index: -1;
  }
  .a-btn--mokomoko .a-btn--mokomoko__blobs div {
    background-color: #fff;
    width: 34%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    transform: scale(1.4) translateY(-125%) translateZ(0);
    transition: all 700ms ease;
  }
  .a-btn--mokomoko .a-btn--mokomoko__blobs div:nth-child(1) {
    left: -5%;
  }
  .a-btn--mokomoko .a-btn--mokomoko__blobs div:nth-child(2) {
    left: 30%;
    transition-delay: 60ms;
  }
  .a-btn--mokomoko .a-btn--mokomoko__blobs div:nth-child(3) {
    left: 66%;
    transition-delay: 25ms;
  }
  .a-btn--mokomoko:hover .a-btn--mokomoko__blobs div {
    transform: scale(1.4) translateY(0) translateZ(0);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(8deg) translate3d(0, 0, 0);
    transform: rotate(8deg) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: rotate(-8deg) translate3d(0, 0, 0);
    transform: rotate(-8deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: rotate(8deg) translate3d(0, 0, 0);
    transform: rotate(8deg) translate3d(0, 0, 0);
  }
}
#loader-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10000;
}

#loader {
  position: absolute;
  font-family: "Josefin Sans", sans-serif;
  top: 50%;
  left: 50%;
  width: 150px;
  text-align: center;
  transform: translate(-50%, -50%);
}
#loader img {
  animation-name: fuwafuwa;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.5s;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, -10px);
  }
  50% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -10px);
  }
}
/* ボタン本体のスタイル */
.a-shape-button {
  /* ボタン要素の大きさや色 */
  position: relative;
  /* ボタンの文字の設定 */
  /* その他必要なスタイル */
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

/* ハートの共通スタイル */
.a-shape-button::before,
.a-shape-button::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  opacity: 0;
}

/* 左上のハートのスタイル */
.a-shape-button::before {
  background-image: url("../img/common/btn-shape.svg");
  top: 0;
  left: -12px;
}

/* 右下のハートのスタイル */
.a-shape-button::after {
  background-image: url("../img/common/btn-shape02.svg");
  bottom: -6px;
  right: -14px;
}

/* ========= ホバー時のスタイル ======== */
/* ボタンホバー時のスタイル */
.a-shape-button:hover {
  background-color: #fff;
}

/* ボタンホバー時の左上のハートのスタイル */
.a-shape-button:hover::before {
  animation: shape 0.8s ease-out;
}

/* ボタンホバー時の右下のハートのスタイル */
.a-shape-button:hover::after {
  animation: shape 0.8s 0.2s ease-out;
}

/* ========= アニメーションの設定 ======== */
@keyframes shape {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateY(-20px) scale(1.4);
    opacity: 0;
  }
}
/* ========= SPのスタイル ======== */
@media screen and (max-width: 768px) {
  /* ボタン本体のスタイル */
  /* 左上のハートのスタイル */
  .a-shape-button::before {
    content: none;
  }
  /* 右下のハートのスタイル */
  .a-shape-button::after {
    content: none;
  }
}
/*
  Data List
---------------------------------*/
.c-dataList {
  margin-left: auto;
}

.c-dataList__ttl {
  margin-bottom: 27px;
  padding-bottom: 17px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

.c-dataList__dl {
  display: flex;
  justify-content: flex-start;
  padding: 15px;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (min-width: 769px) {
  .c-dataList__dl {
    padding: 30px;
  }
}

.c-dataList__dd,
.c-dataList__dt {
  font-size: 13px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .c-dataList__dd,
  .c-dataList__dt {
    font-size: 1.6rem;
  }
}

.c-dataList__dt {
  width: 80px;
  color: #1FB1DE;
}
@media screen and (min-width: 769px) {
  .c-dataList__dt {
    width: 35%;
  }
}

.c-dataList__dd {
  width: calc(100% - 80px);
  margin-top: 0;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .c-dataList__dd {
    width: 65%;
  }
}

.c-dataList__dd a {
  text-decoration: underline;
  opacity: 0.8;
}

.c-dataList__text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615;
}

/*
  Data List
---------------------------------*/
.c-dataListBg {
  margin-left: auto;
}

.c-dataListBg__ttl {
  margin-bottom: 27px;
  padding-bottom: 17px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

.c-dataListBg__dl {
  display: flex;
  justify-content: flex-start;
}

.c-dataListBg__dl:nth-child(n+2) {
  border-top: 3px solid #fff;
}

.c-dataListBg__dd,
.c-dataListBg__dt {
  padding: 10px 7px;
  font-size: 13px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .c-dataListBg__dd,
  .c-dataListBg__dt {
    padding: 15px;
    font-size: 1.6rem;
  }
}

.c-dataListBg__dt {
  background-color: #1FB1DE;
  color: #fff;
  text-align: center;
  width: 45%;
}
@media screen and (min-width: 769px) {
  .c-dataListBg__dt {
    width: 30%;
    padding: 25px 20px;
  }
}

.c-dataListBg__dd {
  background-color: #E5F5FA;
  width: calc(100% - 96px);
  margin-top: 0;
  padding-left: 1em;
  border-left: 3px solid #fff;
}
@media screen and (min-width: 769px) {
  .c-dataListBg__dd {
    padding: 25px 30px;
    width: 70%;
  }
}

.c-dataListBg__dd a {
  text-decoration: underline;
  opacity: 0.8;
}

.c-dataListBg__text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615;
}

/*
  Form
---------------------------------*/
.c-form {
  margin-top: 40px;
  border-radius: 16px;
}
@media screen and (min-width: 769px) {
  .c-form {
    margin-top: 20px;
    padding: 56px 40px 0 40px;
  }
}

.c-form__box {
  margin: auto;
  width: 100%;
  max-width: 960px;
}

@media screen and (max-width: 767px) {
  .c-form__box {
    padding: 0 20px;
  }
}
.c-form__table {
  font-size: 18px;
  width: 100%;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .c-form__table {
    font-size: 22px;
  }
}

.c-form__table__inner {
  border-radius: 30px;
  padding: 20px 15px;
}
@media screen and (min-width: 769px) {
  .c-form__table__inner {
    border-radius: 60px;
    padding: 50px 40px;
  }
}

.c-form__tr {
  margin-top: 35px;
  vertical-align: middle;
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .c-form__tr {
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    padding: 30px 10px;
  }
}

.c-form__th {
  font-weight: bold;
  text-align: left;
}

.c-form__th {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 205px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .c-form__th {
    justify-content: flex-start;
    margin-top: 0px;
    width: auto;
    font-size: 1.6rem;
  }
}
.c-form__th label {
  display: flex;
  align-items: center;
}

.c-form__td {
  width: 70%;
  max-width: 540px;
}

@media screen and (max-width: 767px) {
  .c-form__td {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}
.c-form__td span[data-name=kyoushitsu-date] {
  display: inline-block;
  width: 45%;
}

.c-form__td span[data-name=kyoushitsu-time] {
  margin-left: 15px;
  margin-right: 5px;
  display: inline-block;
  width: 18%;
}

input[type=text], input[type=textarea], textarea, input[type=tel], input[type=email], input {
  -webkit-box-sizing: border-box;
  background-color: #F8F5EF;
  border: 1px solid #656565;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px 16px;
  width: 100%;
  min-height: 40px;
}

@media screen and (max-width: 767px) {
  input[type=text], input[type=textarea], textarea, input[type=tel], input[type=email], input {
    padding: 4px 8px;
  }
}
input[type=textarea] {
  height: 100px;
  vertical-align: top;
}

input[type=checkbox] {
  margin-right: 8px;
  margin-bottom: 4px;
}

::placeholder {
  color: #D9D5CB;
}

/* チェックボックス */
.c-form input[type=checkbox] {
  display: none;
}

.c-form input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.c-form input[type=checkbox] + span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #333333;
  border-radius: 2px;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  z-index: 1;
}

.c-form input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
  z-index: 10;
}

.c-form input[type=checkbox]:checked + span {
  color: #FFA700;
  transition: all 0.25s ease;
}

.c-form input[type=checkbox]:checked + span::before {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.c-form input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 2px solid #FFA700;
  border-right: 2px solid #FFA700;
  transition: opacity 0.25s ease;
}

/* セレクト */
.c-form span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
}

.c-form select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid #333333;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-size: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-form select::-ms-expand {
  display: none;
}

.c-form span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.c-form select:focus {
  outline: 0;
  border: 1px #080808 solid;
}

.c-form span.select-wrap:focus-within::after {
  border-bottom: 1px solid #080808;
  border-right: 1px solid #080808;
}

.c-form__text {
  margin: 60px 0 20px;
}

.c-form__other {
  display: block;
  margin-bottom: 8px;
  font-size: 90%;
}

.c-form__submitBtn {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 300px;
}
@media screen and (min-width: 769px) {
  .c-form__submitBtn {
    margin-top: 60px;
  }
}

.c-form__submitBtn__text {
  color: #fff;
  display: inline-block;
  margin: auto;
  border: 2px solid #FFA700;
  transition: all 0.2s ease-in-out;
  border-radius: 50px;
  background-color: #FFA700;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 14px;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .c-form__submitBtn__text {
    font-size: 2rem;
  }
}

.c-form__submitBtn__text:hover {
  color: #FFA700;
  background-color: #fff;
}

.c-form__privacy {
  margin-top: 40px;
}

.c-form__privacy__box {
  margin-top: 40px;
  border: 3px solid #E5E5E5;
  height: 150px;
  overflow-y: scroll;
  padding: 1em;
  background-color: #fff;
  margin-bottom: 24px;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .c-form__privacy__box {
    height: 110px;
    border: 2px solid #E5E5E5;
  }
}
.c-form__privacy h2 {
  font-size: 1.5rem;
}

.c-form__privacy h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}

.c-form__privacy ul {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

.c-form__privacy p {
  font-size: 1.2rem;
  opacity: 0.8;
}

.c-form__privacy p.indent {
  padding-left: 1em;
  margin-bottom: 0;
}

.c-form__privacy p.indent1 {
  padding-left: 1em;
  margin-bottom: 0;
}

.c-form__privacy p.indent2 {
  padding-left: 2em;
  margin-bottom: 0;
}

.c-form__privacy__text {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}

.c-form__privacy__checkbox {
  font-size: 1.4rem;
  margin-bottom: 24px;
  text-align: center;
  margin: 0 auto 24px;
}

.c-form__require {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: #1FB1DE;
  opacity: 0.8;
  border-radius: 2px;
  padding: 1px 4px 3px;
  margin-left: 2rem;
}

.c-form__nonrequire {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: #1FB1DE;
  border-radius: 2px;
  padding: 3px;
  margin-left: 1rem;
}

.wpcf7-list-item {
  padding: 6px 0;
  width: 43%;
  display: block !important;
  margin: 0 0 0 0.5em !important;
}
@media screen and (min-width: 769px) {
  .wpcf7-list-item {
    padding: 6px 4px;
    margin: 0 0 0 1em;
  }
}

.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.wpcf7-form-control-wrap[data-name=type-checkbox] .wpcf7-list-item {
  width: 100%;
  padding: 6px 0;
}

.c-form__privacy__checkbox .wpcf7-checkbox {
  display: block;
}

.c-form__privacy__checkbox .wpcf7-list-item {
  width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.c-form-thanks {
  margin-top: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.c-form-thanks__inner {
  padding: 40px 8px;
}
@media screen and (min-width: 769px) {
  .c-form-thanks__inner {
    padding: 80px 20px;
  }
}

.c-form-thanks__inner > * + * {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .c-form-thanks__inner > * + * {
    margin-top: 48px;
  }
}

.c-form-thanks__heading {
  font-size: 1.8rem;
  color: #1FB1DE;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-form-thanks__heading {
    font-size: 3.2rem;
  }
}

.c-form-thanks__text {
  font-size: 1.4rem;
  color: #333333;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-form-thanks__text {
    font-size: 1.8rem;
  }
}

.c-form-thanks-btn {
  margin-right: auto;
  margin-left: auto;
  width: 70%;
  max-width: 310px;
}
.c-form-thanks-btn__link {
  display: block;
  text-align: center;
  padding: 14px 20px;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #fff;
  color: #1FB1DE;
  border: 3px solid #1FB1DE;
  border-radius: 50px;
}
@media screen and (min-width: 769px) {
  .c-form-thanks-btn__link {
    font-size: 2.2rem;
  }
}

div.wpcf7-mail-sent-ok {
  border: 8px solid #ABA196 !important;
  border-color: #ABA196 !important;
  color: #333333 !important;
  font-weight: bold;
  font-size: 1.4rem !important;
  padding: 16px !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 10px !important;
  border: 2px solid #dc3232;
  font-size: 1.4rem;
}

/*
  Aspect Image Box
---------------------------------*/
.c-aspect-img-box {
  position: relative;
  width: 50%;
  height: auto;
  background: #EEE;
}
.c-aspect-img-box:before {
  content: "";
  display: block;
  padding-top: 75%; /* 4:3 */
}
@media screen and (min-width: 769px) {
  .c-aspect-img-box:before {
    padding-top: 75%; /* 4:3 */
  }
}
.c-aspect-img-box__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-aspect-img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*
  Pagination
---------------------------------*/
.c-pagination {
  margin: 30px auto;
  padding: 10px 0;
  text-align: center;
}
.c-pagination a {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #FAFAFA;
  transition: 0.3s;
}
.c-pagination a:hover {
  color: #fff;
  background: #1FB1DE;
}
.c-pagination span {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #fff;
}
.c-pagination span.dots {
  background: 0;
}
.c-pagination span.current {
  background: #1FB1DE;
  color: #fff;
}
.c-pagination--circle a {
  border-radius: 50%;
}
.c-pagination--circle span {
  border-radius: 50%;
}

/*
  for Not Found Page
---------------------------------*/
.c-not-found {
  margin-top: 64px;
}

.c-not-found__inner {
  border: 8px solid #ABA196;
  padding: 40px 8px;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .c-not-found__inner {
    border: 16px solid #ABA196;
    padding: 80px;
  }
}

.c-not-found__inner > * + * {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .c-not-found__inner > * + * {
    margin-top: 48px;
  }
}

.c-not-found__heading__main {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  color: #766E54;
}
@media screen and (min-width: 769px) {
  .c-not-found__heading__main {
    font-size: 5.6rem;
  }
}

.c-not-found__heading__sub {
  font-size: 1.6rem;
  color: #1FB1DE;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .c-not-found__heading__sub {
    font-size: 3.2rem;
  }
}

.c-not-found__text {
  font-size: 1.4rem;
  color: #333333;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .c-not-found__text {
    font-size: 1.8rem;
  }
}

.c-not-found-btn {
  margin-right: auto;
  margin-left: auto;
  width: 70%;
  max-width: 310px;
}
.c-not-found-btn__link {
  display: block;
  text-align: center;
  padding: 14px 20px;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #fff;
  color: #1FB1DE;
  border: 3px solid #1FB1DE;
  border-radius: 50px;
}
@media screen and (min-width: 769px) {
  .c-not-found-btn__link {
    font-size: 2.2rem;
    border-radius: 50px;
  }
}

/* -----------------------------------------------------------------
   Project
   ----------------------------------------------------------------- */
/*
  Footer
---------------------------------*/
.p-footer-loop {
  position: absolute;
  top: -40px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-footer-loop {
    top: -9.375vw;
  }
}

.p-footer {
  position: relative;
}
.p-footer__content {
  position: relative;
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAE8E5;
}
@media screen and (min-width: 769px) {
  .p-footer__content {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
}

.p-footer-logo {
  z-index: 1;
  margin: auto;
  text-align: center;
  position: relative;
}
.p-footer-logo a {
  display: inline-block;
  width: 100%;
  max-width: 230px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-footer-logo a {
    max-width: 340px;
  }
}
.p-footer-nav {
  display: flex;
  flex-wrap: wrap;
}
.p-footer-nav__item {
  font-size: 1.4rem;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-footer-nav__item {
    transition: all 0.2s;
    width: initial;
    padding-left: 40px;
    font-size: 1.6rem;
  }
}
.p-footer-nav__item:hover {
  transition: all 0.3s;
  color: #1FB1DE;
}

.p-footer-sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
  margin-left: auto;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .p-footer-sns {
    padding: 0;
  }
}
.p-footer-sns img {
  width: 35px;
  height: 35px;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .p-footer-sns img {
    width: 48px;
    height: 48px;
  }
}
.p-footer-sns img:hover {
  transition: all 0.3s;
  opacity: 0.6;
}

/*
  Section
---------------------------------*/
.p-section-heading {
  text-align: center;
  position: relative;
}
.p-section-heading__main {
  display: block;
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-section-heading__main {
    line-height: 1.1;
    margin-top: 10px;
    font-size: 4.8rem;
  }
}
.p-section-heading__sub {
  display: block;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  margin: auto;
  letter-spacing: 0.1em;
  margin-top: 8px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-section-heading__sub {
    font-weight: 400;
    font-size: 3.6rem;
    margin-top: 24px;
  }
}
.p-section-heading__sub span:nth-child(1) {
  color: #008BD0;
}
.p-section-heading__sub span:nth-child(2) {
  color: #1FB1DE;
}
.p-section-heading__sub span:nth-child(3n) {
  color: #FF9300;
}
.p-section-heading__sub span:nth-child(4) {
  color: #008BD0;
}
.p-section-heading__sub span:nth-child(5) {
  color: #3C9F07;
}
.p-section-heading__sub span:nth-child(6) {
  color: #FFD800;
}
.p-section-heading__sub span:nth-child(7) {
  color: #008BD0;
}
.p-section-heading__sub span:nth-child(8) {
  color: #1FB1DE;
}
.p-section-heading__sub span:nth-child(9) {
  color: #FF9300;
}
.p-section-heading__sub span:nth-child(10) {
  color: #008BD0;
}
.p-section-heading__sub span:nth-child(11) {
  color: #3C9F07;
}
.p-section-heading__sub span:nth-child(12) {
  color: #FFD800;
}
.p-section-heading__sub span:nth-child(13) {
  color: #008BD0;
}
.p-section-heading__sub span:nth-child(14) {
  color: #1FB1DE;
}
.p-section-heading__sub span:nth-child(15) {
  color: #FF9300;
}
.p-section-heading__sub span:nth-child(16) {
  color: #008BD0;
}
.p-section-heading__sub span:nth-child(17) {
  color: #3C9F07;
}
.p-section-heading__en {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-section-heading__en {
    font-size: 4.2rem;
  }
}
.p-section-heading--second {
  margin-bottom: 50px;
}
.p-section-heading--second::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  background: url(../img/common/heading-circle.svg) no-repeat center/contain;
  width: 73px;
  height: 10px;
  transform: translateX(-50%);
}
.p-about-concept .p-section-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -55px;
  background: url(../img/page/icon-flag.svg) no-repeat center/contain;
  width: 46px;
  height: 48px;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-about-concept .p-section-heading::after {
    top: -70px;
    width: 56px;
    height: 58px;
  }
}

.p-section-heading-desc {
  margin-top: 60px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .p-section-heading-desc {
    font-size: 1.8rem;
  }
}

/*
  Breadcrumb
---------------------------------*/
.p-beadcrumbs {
  background-color: #fff;
}

.p-breadcrumb {
  padding: 8px;
}
@media screen and (min-width: 769px) {
  .p-breadcrumb {
    padding: 20px 10px 20px 10px;
  }
}
.p-breadcrumb span a {
  color: #333333;
}
.p-breadcrumb span {
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) {
  .p-breadcrumb span {
    font-size: 1.4rem;
  }
}

/*
  Top
---------------------------------*/
.p-top-mv {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .p-top-mv {
    height: calc(100svh - 154px);
  }
}
.p-top-mv__copy {
  position: absolute;
  bottom: 20px;
  left: 6%;
  width: 69.3333333333vw;
  max-width: 350px;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .p-top-mv__copy {
    z-index: 1;
    left: initial;
    right: 50%;
    transform: translateX(-90%);
    bottom: 0;
    width: clamp(300px, 300px + 150 * (100vw - 1200px) / 720, 450px);
    max-width: 450px;
  }
}
.p-top-mv__illust01 {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 40vw;
  max-width: 200px;
}
@media screen and (min-width: 1200px) {
  .p-top-mv__illust01 {
    top: 0;
    width: 17.9166666667vw;
    max-width: 344px;
    z-index: 200;
  }
}
.p-top-mv__illust02 {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 16vw;
  max-width: 80px;
}
@media screen and (min-width: 1200px) {
  .p-top-mv__illust02 {
    top: 0;
    right: 80px;
    width: 7.8125vw;
    max-width: 150px;
    z-index: 200;
  }
}
.p-top-mv__illust03 {
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: 16vw;
  max-width: 300px;
  z-index: 11;
}
@media screen and (min-width: 769px) {
  .p-top-mv__illust03 {
    bottom: 60px;
    left: 13.0208333333vw;
    width: 6.25vw;
    max-width: 120px;
    z-index: 10;
  }
}
.p-top-mv__illust04 {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 40vw;
  max-width: 323px;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-top-mv__illust04 {
    bottom: 0;
    right: 30px;
    width: 16.8229166667vw;
    max-width: 323px;
    z-index: 10;
  }
}
.p-top-mv__img {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-mv__img {
    height: auto;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-mv__img {
    height: 100%;
  }
}
.p-top-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-concept {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-top-concept {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.p-top-concept__content {
  z-index: 2;
  position: relative;
}
.p-top-concept__inner {
  position: relative;
}
.p-top-concept__title {
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.06em;
  font-size: clamp(15px, 15px + 9 * (100vw - 375px) / 393, 24px);
  text-align: center;
  margin-top: 40px;
  color: #1FB1DE;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (min-width: 769px) {
  .p-top-concept__title {
    font-size: clamp(22px, 22px + 2 * (100vw - 769px) / 223, 28px);
  }
}
@media screen and (min-width: 992px) {
  .p-top-concept__title {
    margin-top: 80px;
    font-size: 3.2rem;
  }
}
.p-top-concept__text {
  font-size: 1.4rem;
  margin-top: 30px;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0.03em;
  text-align: center;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (min-width: 769px) {
  .p-top-concept__text {
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    margin-top: 60px;
  }
}
.p-top-concept__text:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-top-concept__text:nth-child(n+2) {
    margin-top: 30px;
  }
}
.p-top-concept__img01 {
  margin: auto;
  margin-bottom: 30px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-top-concept__img01 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 23.90625vw;
    height: 52.0833333333vw;
  }
}
.p-top-concept__img02 {
  margin: auto;
  margin-top: 30px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-top-concept__img02 {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 23.2291666667vw;
    height: 53.6458333333vw;
  }
}

.p-top-program {
  position: relative;
}
.p-top-program__inner {
  background-image: url(../img/top/program-bg_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-top-program__inner {
    background-image: url(../img/top/program-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 160px;
  }
}
.p-top-program__illust01 {
  position: absolute;
  left: -10px;
  top: 0;
  width: 80px;
}
@media screen and (min-width: 769px) {
  .p-top-program__illust01 {
    left: 0;
    width: 140px;
  }
}
.p-top-program__illust02 {
  position: absolute;
  right: -25px;
  bottom: 0px;
  width: 100px;
}
@media screen and (min-width: 769px) {
  .p-top-program__illust02 {
    right: -25px;
    bottom: 10px;
    width: 160px;
  }
}
.p-top-program__illust03 {
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 80px;
}
@media screen and (min-width: 769px) {
  .p-top-program__illust03 {
    left: 0;
    bottom: 0;
    width: 130px;
  }
}
.p-top-program__illust04 {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 60px;
}
@media screen and (min-width: 769px) {
  .p-top-program__illust04 {
    right: 0px;
    top: 10px;
    width: 100px;
  }
}

.p-top-program-list {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-top-program-list {
    margin-top: 80px;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
  }
}

.p-top-program-item {
  padding: 10px 30px;
}
@media screen and (min-width: 769px) {
  .p-top-program-item {
    padding: 0 30px;
    width: 37.5%;
    box-sizing: content-box;
    border-bottom: 0;
  }
}
.p-top-program-item:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-top-program-item:nth-child(n+2) {
    margin-top: 0px;
  }
}
.p-top-program-item__inner > * + * {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-top-program-item__inner > * + * {
    margin-top: 20px;
  }
}
.p-top-program-item__title {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.03em;
  max-width: 380px;
  margin: auto;
  margin-top: 35px;
}
@media screen and (min-width: 769px) {
  .p-top-program-item__title {
    max-width: initial;
    margin-top: 50px;
    font-size: 2.4rem;
  }
}
.p-top-program-item__img {
  display: flex;
  justify-content: center;
  width: 85%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-program-item__img {
    width: 100%;
  }
}
.p-top-program-item__img img {
  border-radius: 10px;
}
.p-top-program-item__text {
  font-size: 1.4rem;
  line-height: 1.65;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .p-top-program-item__text {
    line-height: 2;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-program-item__text {
    letter-spacing: 0em;
    text-align: center;
  }
}
.p-top-program-item__text br {
  display: none;
}
@media screen and (min-width: 1400px) {
  .p-top-program-item__text br {
    display: block;
  }
}

.p-top-program-item:nth-of-type(1) .p-top-program-item__title {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-program-item:nth-of-type(1) .p-top-program-item__title {
    margin-top: 57px;
  }
}
.p-top-program-item:nth-of-type(1) .p-top-program-item__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  background: url(../img/top/program-title-illust01.svg) no-repeat center/contain;
  left: 5.3333333333vw;
  width: 40px;
  height: 62px;
}
@media screen and (min-width: 769px) {
  .p-top-program-item:nth-of-type(1) .p-top-program-item__title::after {
    left: -10px;
    width: 60px;
    height: 84px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-program-item:nth-of-type(1) .p-top-program-item__title::after {
    left: 40px;
    width: 60px;
    height: 84px;
  }
}

.p-top-program-item:nth-of-type(2) .p-top-program-item__title {
  position: relative;
}
.p-top-program-item:nth-of-type(2) .p-top-program-item__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  background: url(../img/top/program-title-illust02.svg) no-repeat center/contain;
  right: 5.3333333333vw;
  width: 40px;
  height: 62px;
}
@media screen and (min-width: 769px) {
  .p-top-program-item:nth-of-type(2) .p-top-program-item__title::after {
    right: -10px;
    width: 60px;
    height: 84px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-program-item:nth-of-type(2) .p-top-program-item__title::after {
    right: 40px;
    width: 60px;
    height: 84px;
  }
}

.p-top-schedule__inner {
  background: url(../img/common/bg-colorful_sp.svg) no-repeat top center;
  background-size: 150%;
}
@media screen and (min-width: 769px) {
  .p-top-schedule__inner {
    background: url(../img/common/bg-colorful.svg) no-repeat center;
    background-size: 100%;
  }
}

.p-top-sns {
  padding: 80px 0;
}
@media screen and (min-width: 769px) {
  .p-top-sns {
    padding: 110px 0;
  }
}
.p-top-sns__content {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-top-sns__content {
    margin-top: 60px;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
  }
}
.p-top-sns__btn {
  max-width: 362px;
  border-radius: 6px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: transform 0.3s;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .p-top-sns__btn {
    width: 100%;
  }
}
.p-top-sns__btn:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .p-top-sns__btn:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-top-sns__btn:hover {
  transform: translate(0, -8px);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.26);
}
.p-top-sns__btn a {
  font-size: 1.6rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 15px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (min-width: 769px) {
  .p-top-sns__btn a {
    font-size: 2rem;
    padding: 22px;
  }
}
.p-top-sns__btn svg {
  transition: all 700ms ease;
  fill: #fff;
  height: 23px;
  width: 23px;
  margin-right: 15px;
}
@media screen and (min-width: 769px) {
  .p-top-sns__btn svg {
    height: 30px;
    width: 30px;
    margin-right: 25px;
  }
}
.p-top-sns__btn.-insta {
  background-color: #FF7817;
}
.p-top-sns__btn.-insta :hover {
  color: #FF7817;
}
.p-top-sns__btn.-insta :hover svg {
  fill: #FF7817;
}
.p-top-sns__btn.-fb {
  background-color: #1FB1DE;
}
.p-top-sns__btn.-fb :hover {
  color: #1FB1DE;
}
.p-top-sns__btn.-fb :hover svg {
  fill: #1FB1DE;
}

.p-top-contact {
  background: url(../img/top/contact-bg_sp.png) no-repeat top left 35%/cover;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .p-top-contact {
    margin-bottom: 15.625vw;
    background: url(../img/top/contact-bg.png) no-repeat center/cover;
  }
}
.p-top-contact::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #fff;
  z-index: 0;
}
.p-top-contact__inner {
  padding: 100px 0 100px;
}
@media screen and (min-width: 769px) {
  .p-top-contact__inner {
    padding: 240px 0 200px;
  }
}
.p-top-contact__content {
  border-radius: 60px;
  z-index: 1;
  position: relative;
  background-color: rgba(248, 245, 239, 0.92);
  max-width: 860px;
  margin: auto;
  padding: 35px 10px;
}
@media screen and (min-width: 769px) {
  .p-top-contact__content {
    border-radius: 120px;
    padding: 70px 10px;
  }
}

.p-page-heading {
  text-align: center;
}
.p-page-heading__main {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.03em;
  margin-top: -6px;
}
@media screen and (min-width: 769px) {
  .p-page-heading__main {
    letter-spacing: 0.08em;
    font-size: 3.2rem;
  }
}
.p-page-heading__sub {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  margin: auto;
  font-size: 2.8rem;
  text-align: center;
  opacity: 0.2;
}
@media screen and (min-width: 769px) {
  .p-page-heading__sub {
    font-size: 4.2rem;
  }
}

.p-page-mv {
  margin: auto;
}
.p-page-mv__content {
  position: relative;
  overflow: hidden;
}
.p-page-mv__img img {
  min-height: 200px;
  object-fit: cover;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-page-mv__img img {
    min-height: 350px;
  }
}
.p-page-mv__img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #999993;
  opacity: 0.23;
}
@media screen and (min-width: 769px) {
  .p-page-mv__img::after {
    opacity: 0.13;
  }
}
.p-page-mv__mv {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-page-mv__mv {
    font-size: 1.8rem;
  }
}

.p-page-mv-heading {
  z-index: 1;
  height: auto;
  position: absolute;
  top: 8vw;
  bottom: 8vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-page-mv-heading {
    bottom: 3.125vw;
    bottom: calc(50% - 30px);
    transform: translate(-50%, 50%);
  }
}
.p-page-mv-heading__main {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 2.2rem;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .p-page-mv-heading__main {
    font-size: 4.2rem;
  }
}
.p-page-mv-heading__sub {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 576px) {
  .p-page-mv-heading__sub {
    font-size: 1.8rem;
  }
}

.p-page-section-desc {
  margin-top: 40px;
  line-height: 1.6;
  padding: 0 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-page-section-desc {
    margin-top: 60px;
  }
}

.p-page-cta {
  position: relative;
  background: #fff;
}
.p-page-cta__inner {
  z-index: 1;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-page-cta__inner {
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
  }
}

.p-page-cta-block {
  z-index: 0;
  background-color: #FFF8F9;
  padding: 30px 10px 20px;
  border-radius: 30px;
}
@media screen and (min-width: 992px) {
  .p-page-cta-block {
    padding: 50px 40px 30px;
    width: 45.7407407407%;
  }
}
.p-page-cta-block:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-page-cta-block:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-page-cta-block__bottom {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-page-cta-block__head {
  font-size: 2rem;
  font-weight: bold;
  color: #1FB1DE;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__head {
    font-size: 3.6rem;
  }
}
.p-page-cta-block__head span {
  color: #FFA700;
}
.p-page-cta-block__text {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__text {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}
.p-page-cta-block__content {
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__content {
    margin: initial;
  }
}
.p-page-cta-block__head {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__head {
    font-size: 2.2em;
  }
}
.p-page-cta-block__note {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__note {
    font-size: 1.8rem;
  }
}
.p-page-cta-block__note span {
  display: block;
  font-size: 1.2rem;
  color: #766E54;
  margin-top: 6px;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__note span {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.p-page-cta-block__btn {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__btn {
    margin-top: 20px;
  }
}
.p-page-cta-block__btn a {
  display: block;
  margin: auto;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 16px;
  position: relative;
  color: #fff;
  background: #1FB1DE;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 300px;
  padding: 16px 10px 16px 40px;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__btn a {
    width: 100%;
    max-width: 468px;
    font-size: 2.8rem;
    padding: 20px 40px 20px 60px;
  }
}
.p-page-cta-block__btn a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-mail.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__btn a::before {
    width: 38px;
    height: 37px;
    right: 43px;
  }
}
.p-page-cta-block__tell a {
  position: relative;
  letter-spacing: 0.06em;
  max-width: 260px;
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__tell a {
    max-width: 394px;
    font-size: 2.8rem;
  }
}
.p-page-cta-block__tell a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-tell-call.svg) no-repeat center;
  background-size: contain;
}
.p-page-cta-block__mail a {
  position: relative;
  background-color: #fff;
  border: 2px solid #1FB1DE;
  color: #1FB1DE;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__mail a {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-page-cta-block__mail a {
    font-size: 2.4rem;
  }
}
.p-page-cta-block__mail a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-mail-pink.svg) no-repeat center;
  background-size: contain;
}

.p-under__wrap {
  margin-top: 64px;
}
@media screen and (min-width: 1200px) {
  .p-under__wrap {
    margin-top: 114px;
  }
}

.p-about-message {
  padding-bottom: 0;
}
.p-about-message__wrap {
  background: url(../img/common/bg-colorful_sp.svg) no-repeat top/cover;
}
@media screen and (min-width: 769px) {
  .p-about-message__wrap {
    background: url(../img/common/bg-colorful.svg) no-repeat center/contain;
  }
}
.p-about-message__inner {
  max-width: 860px;
  padding: 60px 0 80px;
}
@media screen and (min-width: 769px) {
  .p-about-message__inner {
    padding: 100px 0;
  }
}
.p-about-message__copy {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0.04em;
  font-weight: 800;
  color: #1FB1DE;
}
@media screen and (min-width: 769px) {
  .p-about-message__copy {
    letter-spacing: 0.06em;
    font-size: 3.2rem;
  }
}
.p-about-message__copy span {
  position: relative;
}
.p-about-message__copy span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 100%;
  padding-bottom: 0.5em;
  background-image: radial-gradient(circle at 6px center, #1FB1DE, #1FB1DE 2px, transparent 2px, transparent 100%);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 12px 6px;
}
@media screen and (min-width: 769px) {
  .p-about-message__copy span:after {
    bottom: -15px;
    background-image: radial-gradient(circle at 6px center, #1FB1DE, #1FB1DE 2px, transparent 2px, transparent 100%);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 12px 6px;
  }
}
.p-about-message__text {
  padding: 0 30px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 35px;
}
@media screen and (min-width: 769px) {
  .p-about-message__text {
    margin-top: 60px;
    padding: 0;
    font-size: 1.6rem;
    line-height: 2.8;
  }
}
.p-about-message__text:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-about-message__text:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.p-about-message__img01 {
  position: absolute;
  left: 8.5416666667vw;
  bottom: 2.0833333333vw;
  width: 21.3020833333vw;
  height: 21.6145833333vw;
}
.p-about-message__img02 {
  position: absolute;
  right: 12.2916666667vw;
  bottom: 0.8854166667vw;
  width: 17.2916666667vw;
  height: 21.3020833333vw;
}

.p-about-reason {
  padding: 0 0 20px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-about-reason {
    margin-top: 0px;
    padding: 0 0 80px;
  }
}
.p-about-reason__inner {
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .p-about-reason__inner {
    padding: 80px 0 40px;
  }
}
.p-about-reason__box {
  margin-top: -10px;
}
@media screen and (min-width: 769px) {
  .p-about-reason__box {
    margin-top: 0px;
    width: 39.6666666667%;
  }
}
.p-about-reason__subhead {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.6rem;
  color: #D7D3D0;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-about-reason__subhead {
    text-align: initial;
    font-size: 4.2rem;
  }
}
.p-about-reason__head {
  font-size: 1.8rem;
  text-align: center;
  color: #1FB1DE;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .p-about-reason__head {
    margin-top: 30px;
    margin-top: 0;
    text-align: left;
    font-size: 2.4rem;
  }
}
.p-about-reason__text {
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 30px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .p-about-reason__text {
    margin-top: 45px;
    font-size: 1.6rem;
    padding: 0;
    line-height: 2;
  }
}
.p-about-reason__text:nth-of-type(n + 2) {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-about-reason__text:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

.p-about-reason-box {
  width: 100%;
  background-color: #FEF4D2;
  border-radius: 16px;
  padding: 30px 20px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-about-reason-box {
    padding: 30px 35px;
    display: flex;
    align-items: center;
  }
}
.p-about-reason-box__title {
  font-size: 2.4rem;
  color: #1FB1DE;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  display: block;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .p-about-reason-box__title {
    margin-bottom: 0;
    text-align: initial;
    font-size: 3.6rem;
    width: 250px;
    display: flex;
    justify-content: center;
    padding-right: 25px;
  }
}

.p-about-reason-block {
  padding: 0 20px 30px;
}
@media screen and (min-width: 769px) {
  .p-about-reason-block {
    padding-bottom: 50px;
  }
}
.p-about-reason-block:nth-of-type(n+3):nth-of-type(-n+4) {
  position: relative;
  padding-top: 50px;
}
.p-about-reason-block:nth-of-type(n+3):nth-of-type(-n+4)::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-image: linear-gradient(to right, #C6C6C6, #C6C6C6 3px, transparent 3px, transparent 8px);
  background-repeat: repeat-x;
  background-size: 9px 3px;
  background-position: left bottom;
  padding-bottom: 1px;
}
@media screen and (min-width: 769px) {
  .p-about-reason-block:nth-of-type(n+3):nth-of-type(-n+4)::after {
    width: 446px;
  }
}
@media screen and (min-width: 769px) {
  .p-about-reason-block__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .p-about-reason-block:nth-of-type(even) .p-about-reason-block__inner {
    flex-direction: row-reverse;
  }
}

.p-about-outline {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-about-outline {
    margin-top: 60px;
  }
}

.p-post-archive__content {
  padding-top: 35px;
}
@media screen and (min-width: 769px) {
  .p-post-archive__content {
    padding-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .p-post-archive__list {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
}

.p-post-archive-item {
  border: 1px solid #F0EAE4;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.p-post-archive-item:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .p-post-archive-item {
    width: 48.3333333333%;
  }
  .p-post-archive-item:nth-child(2) {
    margin-top: 0px;
  }
  .p-post-archive-item:nth-child(n+3) {
    margin-top: 20px;
  }
}
.p-post-archive-item:hover {
  filter: drop-shadow(10px 10px 0px rgba(31, 177, 222, 0.2));
}
.p-post-archive-item:hover img {
  transform: scale(1.2);
}
.p-post-archive-item:hover .p-post-archive-item__title {
  transition: all 0.3s ease;
}
.p-post-archive-item a {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .p-post-archive-item a {
    padding: 15px;
  }
}
.p-post-archive-item__inner {
  display: block;
}
.p-post-archive-item__inner > * + * {
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .p-post-archive-item__inner > * + * {
    margin-top: 10px;
  }
}
.p-post-archive-item__content {
  width: 60.8%;
  padding-left: 14px;
  flex-grow: 1;
}
.p-post-archive-item__title {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-post-archive-item__title {
    font-size: 2rem;
    transition: all 0.3s ease;
  }
}
.p-post-archive-item__img {
  width: 32.3232323232%;
  position: relative;
  height: auto;
  background: #EEE;
  overflow: hidden;
  border-radius: 6px;
}
.p-post-archive-item__img:before {
  content: "";
  display: block;
}
.p-post-archive-item__img img {
  border-radius: 6px;
  transition: all 0.3s ease;
}
.p-post-archive-item__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
}
@media screen and (min-width: 769px) {
  .p-post-archive-item__info {
    margin-top: 7px;
  }
}
.p-post-archive-item__date {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .p-post-archive-item__date {
    font-size: 1.6rem;
  }
}

.p-post-archive-cat {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #766E54;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-post-archive-cat {
    margin-top: 100px;
  }
}
.p-post-archive-cat__title {
  font-size: 1.4rem;
  font-family: "Josefin Sans", sans-serif;
  margin-left: 16px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-post-archive-cat__title {
    font-size: 1.6rem;
  }
}
.p-post-archive-cat__item {
  margin-bottom: 30px;
}
.p-post-archive-cat__item a {
  color: #fff;
  padding: 8px 20px;
  margin-left: 16px;
  background-color: #F8F5EF;
  color: #ABA196;
  border-radius: 20px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .p-post-archive-cat__item a {
    font-size: 15px;
  }
}
.p-post-archive-cat__item a.current {
  background-color: #1FB1DE;
  color: #fff;
}

.p-post-archive-large-list {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .p-post-archive-large-list {
    padding: 0;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .p-post-archive-large-list {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .p-post-archive-large-list::after {
    content: "";
    display: block;
    width: 33.3333333333%;
  }
}

.p-post-archive-large-item {
  transition: all 0.3s ease;
  border-radius: 20px;
  border: 1px solid #e7e0da;
}
@media screen and (min-width: 769px) {
  .p-post-archive-large-item {
    border: 1px solid #F0EAE4;
  }
}
@media screen and (min-width: 1200px) {
  .page .p-post-archive-large-item:nth-child(4) {
    display: none;
  }
}
.p-post-archive-large-item:hover {
  filter: drop-shadow(10px 10px 0px rgba(31, 177, 222, 0.2));
}
.p-post-archive-large-item:hover img {
  transform: scale(1.1);
}
.p-post-archive-large-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 20px;
  padding: 24px 24px 30px;
}
@media screen and (min-width: 769px) {
  .p-post-archive-large-item a {
    padding: 24px;
  }
}
.p-post-archive-large-item__inner {
  display: block;
}
.p-post-archive-large-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  margin-top: 7px;
}
.p-post-archive-large-item__title {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-post-archive-large-item__title {
    font-size: 2rem;
  }
}
.p-post-archive-large-item__img {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.p-post-archive-large-item__img:before {
  content: "";
  display: block;
}
.p-post-archive-large-item__img img {
  border-radius: 6px;
  transition: all 0.3s ease;
}
.p-post-archive-large-item__info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-post-archive-large-item__info {
    margin-top: 10px;
  }
}
.p-post-archive-large-item__cat {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .p-post-archive-large-item__cat {
    font-size: 1.3rem;
  }
}
.p-post-archive-large-item__cat span {
  padding: 2px 4px;
  background-color: #ABA196;
}
.p-post-archive-large-item__date {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5px;
  letter-spacing: 0.08em;
  font-family: "Josefin Sans", sans-serif;
  color: #1FB1DE;
}
@media screen and (min-width: 769px) {
  .p-post-archive-large-item__date {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.p-post-archive-large-item__desc {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-post-archive-large-item__desc {
    color: #989898;
    margin-top: 10px;
    line-height: 1.5 !important;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*IE対策*/
    max-height: 4.5em;
  }
}

.p-post-archive-noitem {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-post-archive-noitem {
    font-size: 1.6rem;
  }
}
.p-post-single-container {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-post-single-container {
    border-radius: 40px;
  }
}
.p-post-single-container__inner {
  max-width: 864px;
  width: 90%;
  margin: auto;
}

.p-post-single {
  margin-top: 120px;
}
@media screen and (min-width: 769px) {
  .p-post-single {
    margin-top: 260px;
  }
}
.p-post-single__inner {
  margin: auto;
  background-color: #fff;
  padding-bottom: 60px;
  padding: 0 6px;
}
@media screen and (min-width: 769px) {
  .p-post-single__inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-post-single__inner {
    padding-bottom: 100px;
  }
}
.p-post-single__heading {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-post-single__heading {
    font-size: 3.2rem;
  }
}
.p-post-single__date {
  font-size: 1.5rem;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  color: #C0BDB2;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .p-post-single__date {
    font-size: 1.8rem;
  }
}
.p-post-single__thumb {
  margin-top: 60px;
  margin-bottom: 25px;
  padding-top: 52.5%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (min-width: 769px) {
  .p-post-single__thumb {
    border-radius: 12px;
    margin-bottom: 35px;
  }
}
.p-post-single__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-post-single-head {
  padding-bottom: 5px;
  background-image: linear-gradient(to right, #333333, #333333 7px, transparent 7px, transparent 7px);
  background-repeat: repeat-x;
  background-size: 13px 2px;
  background-position: left bottom;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-post-single-head {
    padding-bottom: 10px;
  }
}

.p-post-single-content {
  margin: 0px 0 40px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-post-single-content {
    margin: 40px 0 0px;
  }
}
.p-post-single-content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 40px;
  line-height: 1.5;
  position: relative;
  padding-left: 35px;
}
@media screen and (min-width: 769px) {
  .p-post-single-content h2 {
    padding-left: 40px;
    font-size: 2.8rem;
    margin-top: 60px;
  }
}
.p-post-single-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../img/common/icon-kusuri.svg) no-repeat center/contain;
  width: 28px;
  height: 22px;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .p-post-single-content h2::after {
    width: 31px;
    height: 25px;
  }
}
.p-post-single-content h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-post-single-content h3 {
    font-size: 2.4rem;
    margin-top: 60px;
  }
}
.p-post-single-content h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-post-single-content h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-post-single-content p {
  margin-top: 16px;
  font-weight: 400;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-post-single-content p {
    line-height: 1.9;
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.p-post-single-content ul {
  margin-top: 16px;
  padding-left: 2em;
}
@media screen and (min-width: 769px) {
  .p-post-single-content ul {
    line-height: 1.5;
  }
}
.p-post-single-content li {
  font-size: 1.5rem;
  list-style: initial;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-post-single-content li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-post-single-content img {
  margin: 20px 0;
  width: auto;
  border-radius: 6px;
}
@media screen and (min-width: 769px) {
  .p-post-single-content img {
    border-radius: 12px;
    margin: 40px 0;
  }
}
.p-post-single-content a {
  font-weight: 700;
  text-decoration: underline;
}
.p-post-single-content table {
  border-collapse: collapse;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .p-post-single-content table {
    margin-top: 20px;
  }
}
.p-post-single-content table th, .p-post-single-content table td {
  padding: 10px;
  border: solid 1px #333333;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-post-single-content table th, .p-post-single-content table td {
    font-size: 2rem;
  }
}

/*
  Library
---------------------------------*/
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.js-slide-zoom {
  animation: zoomUp 10s linear 0s normal both;
}

.slick-list {
  height: 100%;
}

.slick-slider .slick-track {
  height: 100%;
}

/* -----------------------------------------------------------------
   Utility
   ----------------------------------------------------------------- */
.sp-only {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.u-line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;
}

.u-line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;
}

.u-line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;
}