@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 Kaku Gothic New", sans-serif;
  color: #382710;
  font-weight: 500;
  background-color: #FCFAF2;
}
p {
  font-size: 1.4rem;
  line-height: 1.75;
}
@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;
  background-color: #FCFAF2;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.06));
}
@media screen and (min-width: 769px) {
  .l-header {
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header {
    height: 120px;
    border: none;
    background-color: initial;
  }
}
.l-header__inner {
  pointer-events: none;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .l-header__inner {
    background-color: #FCFAF2;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    pointer-events: auto;
  }
}
.l-header__nav {
  visibility: hidden;
  overflow-y: auto;
  margin: auto;
  max-width: 670px;
}
@media screen and (min-width: 1200px) {
  .l-header__nav {
    max-width: initial;
    display: flex;
    visibility: visible;
    justify-content: flex-end;
    width: calc(100% - 150px);
    padding-right: 306px;
    max-height: none;
    padding-bottom: 0;
    align-items: center;
    transform: translateX(0);
    opacity: 1;
    padding-right: clamp(240px, 240px + 66 * (100vw - 1400px) / 520, 306px);
  }
}
.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;
  justify-content: center;
  flex-direction: column;
  width: 18.2291666667vw;
  z-index: 1;
  min-width: 340px;
  margin-left: 12px;
  margin-top: 12px;
}
@media screen and (min-width: 576px) {
  .l-header-logo {
    top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-logo {
    margin-top: 0px;
    top: 12px;
    margin-left: 50px;
    margin-left: clamp(20px, 20px + 30 * (100vw - 1400px) / 520, 50px);
    min-width: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .l-header-logo {
    min-width: 340px;
  }
}
.l-header-logo__img {
  margin-top: 3px;
}
@media screen and (min-width: 769px) {
  .l-header-logo__img {
    margin-top: 0.8vw;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-logo__img {
    margin-top: 8px;
  }
}
.l-header-logo__img img {
  max-width: 150px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .l-header-logo__img img {
    width: 40vw;
    max-width: 190px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-logo__img img {
    width: clamp(180px, 180px + 60 * (100vw - 1200px) / 720, 240px);
    max-width: 240px;
    height: auto;
  }
}
.l-header-logo__sub {
  display: block;
  font-size: clamp(9px, 9px + 3 * (100vw - 320px) / 448, 12px);
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  .l-header-logo__sub {
    font-size: 1.2rem;
  }
}
.l-header-logo__sub .br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .l-header-logo__sub .br {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .l-header-logo__sub .br {
    display: none;
  }
}

/*
  Layout - Nav
---------------------------------*/
.l-nav {
  width: 100%;
  padding-top: 5.3333333333vw;
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 35px;
  transform: scaleX(0) translateX(100%);
  background-color: #FCFAF2;
  opacity: 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-nav {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-nav {
    max-width: 748px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(0);
    opacity: 1;
    padding: 0;
  }
}
.l-nav__item {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  border-bottom: solid 1px #E4E1DA;
}
@media screen and (min-width: 1200px) {
  .l-nav__item {
    border-bottom: 0;
    border-right: solid 1px #E4E1DA;
    padding: 0 14px;
    font-size: 1.5rem;
    margin-top: 0;
    width: 25%;
    font-size: 1.3rem;
    padding: 0 clamp(7px, 7px + 7 * (100vw - 1400px) / 520, 14px);
  }
}
@media screen and (min-width: 1400px) {
  .l-nav__item {
    font-size: clamp(12px, 12px + 3 * (100vw - 1400px) / 520, 15px);
  }
}
.l-nav__item > a {
  position: relative;
  transition: color 0.3s cubic-bezier(0.46, 0.05, 0.02, 0.99);
  display: flex;
  padding: 18px 0;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .l-nav__item > a {
    padding: 0;
    justify-content: center;
    flex-direction: column;
    position: initial;
    transition: none;
  }
}
.l-nav__item > a > img {
  width: 48px;
  height: 40px;
  margin-right: 20px;
  margin-left: 10px;
}
@media screen and (min-width: 1200px) {
  .l-nav__item > a > img {
    width: 56px;
    height: 47px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.l-nav__item > a span > span {
  font-size: 90%;
}
@media screen and (min-width: 1200px) {
  .l-nav__item:nth-child(1) {
    border-left: solid 1px #E4E1DA;
  }
}
.l-nav a {
  color: #382710;
  position: relative;
}
.l-nav a > span {
  transition: 0.1s cubic-bezier(0.37, 0, 0.63, 1);
}
.l-nav a > span::after {
  transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}
.l-nav a:hover > span {
  position: relative;
  font-weight: bold;
  transition: 0.1s cubic-bezier(0.37, 0, 0.63, 1);
}
.l-nav a:hover > span::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 100%;
  height: 7px;
  background-color: #2D9DCD;
  opacity: 0.15;
  z-index: -1;
  transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}
.l-nav a:hover img {
  transform: translateY(-4px);
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
}

.l-cta-nav {
  padding-top: 40px;
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 10px;
  transform: scaleX(0) translateX(100%);
  display: block;
  width: 100%;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  gap: 7px;
}
@media screen and (min-width: 1200px) {
  .l-cta-nav {
    position: absolute;
    right: 0;
    height: 100%;
    max-width: 274px;
    background-color: initial;
    transform: translateX(0);
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    opacity: 1;
    gap: 0;
  }
}
@media screen and (min-width: 1400px) {
  .l-cta-nav {
    gap: 7px;
  }
}
.l-cta-nav__item {
  background-color: #5A9F4D;
  transition: 0.4s;
  width: 50%;
  border-radius: 8px;
}
@media screen and (min-width: 1200px) {
  .l-cta-nav__item {
    width: 135px;
    height: 100%;
    border-radius: 0 0 16px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.06));
    width: clamp(115px, 115px + 20 * (100vw - 1400px) / 520, 135px);
  }
}
.l-cta-nav__item:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.l-cta-nav__item a {
  display: block;
  position: relative;
  padding: 15px 10px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .l-cta-nav__item a {
    padding: 0px 10px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-cta-nav__item a {
    font-size: clamp(12px, 12px + 3 * (100vw - 1400px) / 520, 15px);
  }
}
.l-cta-nav__item svg {
  width: 37px;
  height: 28px;
  fill: #fff;
}
.l-cta-nav__item span {
  display: block;
  margin-top: 10px;
}
.l-cta-nav__item:nth-child(1) {
  background-color: #fff;
  border: 1px solid #E4E1DA;
}
@media screen and (min-width: 1200px) {
  .l-cta-nav__item:nth-child(1) {
    border: 0;
  }
}
.l-cta-nav__item:nth-child(1) a {
  color: #3CC755;
  padding: 13px 10px;
}
.l-cta-nav__item:nth-child(1) svg {
  fill: #3CC755;
  width: 32px;
  height: 32px;
}

.l-nav-sp-btn {
  height: 64px;
  display: block;
  z-index: 10;
  position: absolute;
  top: 0px;
  right: 15px;
  right: 4vw;
  width: 64px;
  pointer-events: all;
  transition: border-radius 0.4s;
  right: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  .l-nav-sp-btn {
    top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .l-nav-sp-btn {
    display: none;
  }
}
.l-nav-sp-btn__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  word-break: keep-all;
}
.l-nav-sp-btn__border {
  display: block;
  z-index: 2;
  position: absolute;
  left: 18px;
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #2D9DCD;
  transition: all 0.4s;
}
.l-nav-sp-btn__border:nth-child(1) {
  top: 18px;
}
.l-nav-sp-btn__border:nth-child(2) {
  top: 26px;
}
.l-nav-sp-btn__border:nth-child(3) {
  bottom: 28px;
}

.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-search {
  padding-right: 10%;
  padding-left: 10%;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .l-header-search {
    opacity: 1;
    padding: 0;
    max-width: 258px;
    margin-left: clamp(10px, 10px + 44 * (100vw - 1400px) / 520, 45px);
  }
}
.l-header-search span {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0 4px;
}
@media screen and (min-width: 769px) {
  .l-header-search span {
    font-size: 1.3rem;
  }
}
.l-header-search__form {
  margin-top: 4px;
}
@media screen and (min-width: 1200px) {
  .l-header-search__form {
    margin-top: 0;
  }
}
.l-header-search .c-search-form {
  margin: 0;
}

.l-header-sp-bg {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  background-color: #FCFAF2;
}
@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,
.l-header .l-header-search {
  -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,
  .l-header .l-header-search {
    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,
.l-header.js-is-open .l-header-search {
  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: 28px;
  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: 34px;
  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: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 769px) {
  .l-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 992px) {
  .l-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container {
    padding: 0;
  }
}

.l-container--small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 769px) {
  .l-container--small {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 992px) {
  .l-container--small {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-container--middle {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 769px) {
  .l-container--middle {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container--middle {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-container--large {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 769px) {
  .l-container--large {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 992px) {
  .l-container--large {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .l-container--large {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-container--small-nopad,
.l-container--middle-nopad,
.l-container--nopad {
  padding: 0;
}

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

/*
  Layout - Main
---------------------------------*/
.l-main {
  margin-top: 64px;
}
@media screen and (min-width: 769px) {
  .l-main {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-main {
    margin-top: 120px;
  }
}

/*
  Layout - Footer
---------------------------------*/
.l-footer__inner {
  padding-top: 60px;
}
@media screen and (min-width: 769px) {
  .l-footer__inner {
    padding-top: 65px;
  }
}
.l-footer__copyright {
  background: #2D9DCD;
  color: #fff;
  font-size: 1.2rem;
  padding: 30px;
  letter-spacing: 0.1em;
  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;
  width: auto;
}
.header-sm .l-header__inner {
  height: 90px;
}
.header-sm .l-header-logo img {
  transition: 0.3s;
  max-width: 200px;
}
@media screen and (min-width: 1200px) {
  .header-sm .l-header-logo img {
    width: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .header-sm .l-header-logo img {
    width: auto;
  }
}
.header-sm .l-header-logo__sub {
  font-size: 1rem;
}
.header-sm .l-header-frame {
  margin-top: -15px;
}

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

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

.bg-wave {
  width: 100%;
  max-width: 100%;
}

.-bg-wave-footer-above {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.-bg-wave-footer-bottom {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(1px);
}

/*
  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: 17px 42px 17px 24px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #5A9F4D;
  border-radius: 50px;
  position: relative;
  text-align: center;
  background: #5A9F4D;
  max-width: 300px;
  font-size: 1.4rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) {
  .c-btn a {
    padding: 18px 42px 18px 24px;
    min-width: 300px;
    transition: 0.4s 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: 25px;
  height: 25px;
}
@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: #382710;
  }
  .c-btn a:hover::before {
    background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
  }
}
.c-btn--wide a {
  max-width: 320px;
}
@media screen and (min-width: 769px) {
  .c-btn--wide a {
    max-width: 380px;
  }
}
.c-btn--reverse a {
  color: #382710;
  border: 2px solid #5A9F4D;
  background: #fff;
}
.c-btn--reverse a::before {
  background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 1200px) {
  .c-btn--reverse a:hover {
    background: #5A9F4D;
    color: #fff;
  }
  .c-btn--reverse a:hover::before {
    background: url(../img/common/icon-arrow-wh.svg) no-repeat center/contain;
  }
}
.c-btn--left a {
  margin-left: 0;
  margin-right: auto;
}
.c-btn--cta {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .c-btn--cta {
    margin-top: 30px;
  }
}
.c-btn--cta a {
  max-width: 300px;
  border: 2px solid #06C755;
  background-color: #06C755;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .c-btn--cta a {
    max-width: 470px;
    font-size: 2rem;
  }
}
.c-btn--cta a svg {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  fill: #fff;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-btn--cta a::before {
  background: url(../img/common/icon-arrow-wh.svg) no-repeat center/contain;
}
@media screen and (min-width: 1200px) {
  .c-btn--cta a:hover {
    background: #fff;
    color: #382710;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .c-btn--cta a:hover::before {
    background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
  }
  .c-btn--cta a:hover svg {
    fill: #06C755;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}

/*
  Text
---------------------------------*/
.c-text-main {
  color: #2D9DCD;
}

.c-text-blue {
  color: #2D89BD;
}

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

.c-text-green {
  color: #4A8440;
}

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

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

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

.loop_wrap, .loop-left_wrap {
  display: flex;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.loop_wrap img, .loop-left_wrap img {
  width: auto;
  height: 100%;
  height: 130px;
  max-width: none;
  width: max-content;
}
@media screen and (min-width: 769px) {
  .loop_wrap img, .loop-left_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 140s -70s linear infinite;
}
.loop_wrap img:last-child {
  animation: loop2 140s linear infinite;
}
@keyframes loop-left {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop2-left {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
.loop-left_wrap img:first-child {
  animation: loop-left 160s -80s linear infinite;
}
.loop-left_wrap img:last-child {
  animation: loop2-left 160s 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;
}
.fade-in-mv {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.6s ease-out forwards;
}

.delay-0 {
  animation-delay: 0s;
}

.delay-1 {
  animation-delay: 0.3s;
}

.delay-2 {
  animation-delay: 0.6s;
}

.delay-3 {
  animation-delay: 0.9s;
}

.delay-4 {
  animation-delay: 1.2s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.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-scroll-in {
  opacity: 1;
  transition-duration: 0.5s;
  transform: translate(0, 0);
}

/* その場で */
.a-fadeIn {
  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.5s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  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: "Montserrat", 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);
  }
}
.op-logo {
  background: #FCFAF2;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.op-logo p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 200px;
}
@media screen and (min-width: 769px) {
  .op-logo p {
    width: 350px;
  }
}

/*
  Form
---------------------------------*/
.c-form {
  margin-top: 30px;
  border-radius: 16px;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px clamp(10px, 10px + 40 * (100vw - 0px) / 768, 50px);
}
@media screen and (min-width: 769px) {
  .c-form {
    border-radius: 32px;
    margin-top: 60px;
    padding: 56px 50px;
  }
}

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

.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;
    margin-top: 0;
    padding: 30px 10px;
  }
}

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

.c-form__th {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .c-form__th {
    margin-top: 0px;
    width: auto;
    font-size: 1.6rem;
  }
}
.c-form__td {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .c-form__td {
    width: 70%;
    max-width: 540px;
  }
}

.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%;
}

.c-form input:focus {
  outline: 0;
  border: 1px #2D9DCD solid;
  background-color: #fff;
}
.c-form input:focus-within::after {
  border-bottom: 2px solid #2D9DCD;
  border-right: 2px solid #2D9DCD;
}

input[type=text], input[type=textarea], textarea, input[type=tel], input[type=email], input {
  -webkit-box-sizing: border-box;
  background-color: #FAFAFA;
  border: 1px solid #DADADA;
  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 #382710;
  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: #DD7D29;
  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 #DD7D29;
  border-right: 2px solid #DD7D29;
  transition: opacity 0.25s ease;
}

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

.c-form select {
  cursor: pointer;
  width: 300px;
  max-width: 100%;
  margin: 0;
  padding: 8px 16px;
  border: 1px solid #DADADA;
  border-radius: 6px;
  box-shadow: none;
  background-color: #FAFAFA;
  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: 2px solid #382710;
  border-right: 2px solid #382710;
  transform: translateY(-20%) rotate(45deg);
  box-sizing: border-box;
}

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

.c-form span.select-wrap:focus-within::after {
  border-bottom: 2px solid #080808;
  border-right: 2px 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__privacy__checkbox + .c-form__submitBtn {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .c-form__privacy__checkbox + .c-form__submitBtn {
    margin-top: 30px;
  }
}

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

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

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

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

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

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

.wpcf7-acceptance a {
  text-decoration: underline;
}

.c-form__privacy__checkbox .wpcf7-list-item {
  margin-left: 0 !important;
}

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

.c-form-thanks {
  margin-top: 64px;
/*   height: calc(100vh - 240px); */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .c-form-thanks {
  margin-top: 120px;
  }
}

.c-form-thanks__inner {
  background-color: #FCFAF2;
/*   padding: 40px 8px; */
}
@media screen and (min-width: 769px) {
  .c-form-thanks__inner {
/*     padding: 120px 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: #2D9DCD;
  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: #382710;
  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: #2D9DCD;
  border: 3px solid #2D9DCD;
  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: #382710 !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;
}

.c-search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #C5C5C5;
  background-color: #ffffff;
  border-radius: 6px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.06));
}

.c-search-form input {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 1.7rem;
  outline: none;
  background-color: #ffffff;
  border-radius: 6px 0 0 6px;
}

.c-search-form input::placeholder {
  color: #B7B7B7;
  font-size: 1.4rem;
}

.c-search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.c-search-form button::after {
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon-search.svg);
  background-repeat: no-repeat;
  content: "";
}

.c-search-form--text {
  position: relative;
  background-color: #F9F7F2;
  max-width: 567px;
}
.c-search-form--text::after {
  position: absolute;
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon-search.svg);
  background-repeat: no-repeat;
  content: "";
}
.c-search-form--text label {
  width: 100%;
}
.c-search-form--text input {
  padding: 5px 15px 5px 50px;
  background-color: #F9F7F2;
  border-radius: 6px 0 0 6px;
}
.c-search-form--text input:focus {
  outline: 0;
  border: 1px #2D9DCD solid;
  background-color: #fff;
}
.c-search-form--text input:focus-within::after {
  border-bottom: 2px solid #2D9DCD;
  border-right: 2px solid #2D9DCD;
}
.c-search-form--text button {
  background-color: #382710;
  color: #fff;
  font-size: 1.6rem;
  width: 94px;
}
.c-search-form--text button::after {
  content: none;
}

/*
  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: 66.5760869565%;
}
.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 {
  padding: 30px 0 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-pagination {
    padding: 60px 0 0;
  }
}
.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: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
.c-pagination a:hover {
  color: #fff;
  background: #5A9F4D;
}
.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;
  border-radius: 4px;
}
.c-pagination span.dots {
  background: 0;
}
.c-pagination span.current {
  background: #5A9F4D;
  color: #fff;
}
.c-pagination--circle a {
  border-radius: 50%;
}
.c-pagination--circle span {
  border-radius: 50%;
}

.c-no-posts {
  text-align: center;
  padding: 30px 0;
}

/*
  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: "Montserrat", 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: #2D9DCD;
  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: #382710;
  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: #2D9DCD;
  border: 3px solid #2D9DCD;
  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 {
  position: relative;
}
.p-footer__photo {
  overflow: hidden;
  position: relative;
  height: 170px;
  background: url(../img/common/footer-photo.png) no-repeat center/cover;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .p-footer__photo {
    height: 28.125vw;
  }
}
.p-footer__photo::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 2;
}
.p-footer__photo::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  z-index: 2;
}
.p-footer__content {
  position: relative;
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EAE8E5;
}
@media screen and (min-width: 769px) {
  .p-footer__content {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}

.p-footer-lnav {
  background-color: #fff;
  max-width: 90%;
  border-radius: 6px;
  margin: auto;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .p-footer-lnav {
    flex-direction: row;
    justify-content: center;
    gap: 32px;
  }
}
.p-footer-lnav__btn {
  width: 100%;
  max-width: 300px;
  position: relative;
  transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (min-width: 769px) {
  .p-footer-lnav__btn {
    max-width: initial;
    max-width: 380px;
  }
}
@media screen and (min-width: 992px) {
  .p-footer-lnav__btn {
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (min-width: 769px) {
  .p-footer-lnav__btn:hover {
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
    transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  }
}
.p-footer-lnav__btn:hover a {
  color: #2D9DCD;
}
.p-footer-lnav__btn a {
  transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  position: relative;
  background-color: #FCFAF2;
  border: 1px solid #DADADA;
  border-radius: 8px;
  display: block;
  padding: 26px 45px 26px 80px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-footer-lnav__btn a {
    padding: 32px 45px 32px 80px;
  }
}
.p-footer-lnav__btn a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 1200px) {
  .p-footer-lnav__btn a::before {
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
.p-footer-lnav__btn::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
@media screen and (min-width: 1200px) {
  .p-footer-lnav__btn::before {
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
.p-footer-lnav__btn:nth-child(1)::before {
  background: url(../img/common/logo-mark.svg) no-repeat center/contain;
  width: 45px;
  height: 45px;
}
.p-footer-lnav__btn:nth-child(2)::before {
  background: url(../img/common/icon-people.png) no-repeat center/contain;
  width: 50px;
  height: 45px;
}
.p-footer-lnav__btn:nth-child(3)::before {
  background: url(../img/common/icon-map.png) no-repeat center/contain;
  width: 50px;
  height: 45px;
}

.p-footer-logo {
  z-index: 1;
  margin: auto;
  margin-top: 60px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-footer-logo {
    margin-top: 60px;
  }
}
.p-footer-logo a {
  display: inline-block;
}
.p-footer-logo__img {
  max-width: 130px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-footer-logo__img {
    max-width: 150px;
  }
}
.p-footer-logo__text {
  margin-top: 14px;
  line-height: 1.3;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .p-footer-logo__text {
    font-size: 1.5rem;
    line-height: 1.5625;
    margin-top: 18px;
  }
}

.p-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-footer-nav {
    margin-top: 0px;
    gap: 0;
  }
}
.p-footer-nav__item {
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
  padding: 2px 25px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-footer-nav__item {
    transition: all 0.2s;
    width: initial;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-footer-nav__item:not(:first-child) {
    border-left: 1px solid #382710;
  }
}
.p-footer-nav__item:hover {
  transition: all 0.3s;
  color: #2D9DCD;
}

.p-footer-sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
}
@media screen and (min-width: 769px) {
  .p-footer-sns {
    margin-top: 40px;
  }
}
.p-footer-sns__text {
  font-size: 1.2rem;
  font-weight: bold;
}
.p-footer-sns__list {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 20px;
  gap: 14px;
}
@media screen and (min-width: 769px) {
  .p-footer-sns__list {
    padding: 0;
  }
}
.p-footer-sns__list svg {
  fill: #382710;
  width: 20px;
  height: 20px;
}
.p-footer-sns__list a {
  padding: 14px;
  border: 1px solid #BEBBB6;
  background-color: #F9F7F2;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  transition: all 0.3s;
}
.p-footer-sns__list a: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: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  color: #2D9DCD;
}
@media screen and (min-width: 769px) {
  .p-section-heading__main {
    line-height: 1.4;
    margin-top: 10px;
    font-size: 4.8rem;
  }
}
.p-section-heading__main .pale {
  color: #A3D4E5;
}
.p-section-heading__sub {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #2D9DCD;
  margin: auto;
  letter-spacing: 0.08em;
  margin-top: 8px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-section-heading__sub {
    font-size: 2rem;
    margin-top: 20px;
  }
}

.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-breadcrumb {
  color: #554D42;
  padding: 15px 10px;
}
@media screen and (min-width: 769px) {
  .p-breadcrumb {
    padding: 20px 10px 20px 10px;
  }
}
.p-breadcrumb span {
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) {
  .p-breadcrumb span {
    font-size: 1.4rem;
  }
}

/*
  Other - common
---------------------------------*/
.p-searcharea {
  background-color: #fff;
  border-radius: 16px;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-searcharea {
    margin-top: 60px;
  }
}
.p-searcharea__inner {
  padding: 40px 25px;
}
@media screen and (min-width: 769px) {
  .p-searcharea__inner {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-searcharea__inner {
    padding: 60px 80px;
  }
}

.p-searcharea-block:nth-child(n+2) {
  margin-top: 35px;
}
@media screen and (min-width: 769px) {
  .p-searcharea-block:nth-child(n+2) {
    margin-top: 46px;
  }
}
.p-searcharea-block__title {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px 10px;
  border-left: 3px solid #2D9DCD;
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  .p-searcharea-block__title {
    padding: 0.5% 1%;
    border-left: 4px solid #2D9DCD;
    font-size: 2.8rem;
  }
}
.p-searcharea-block__content {
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .p-searcharea-block__content {
    margin-top: 16px;
  }
}

.p-searcharea-cat__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .p-searcharea-cat__list {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .p-searcharea-cat__list {
    gap: 3.125%;
    grid-template-columns: repeat(6, 1fr);
  }
}
.p-searcharea-cat__item {
  border-radius: 8px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.06));
}
@media screen and (min-width: 769px) {
  .p-searcharea-cat__item {
    transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  }
}
@media screen and (min-width: 1200px) {
  .p-searcharea-cat__item {
    transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  }
}
@media screen and (min-width: 769px) {
  .p-searcharea-cat__item:hover {
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
    transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
    opacity: 0.7;
  }
}
.p-searcharea-cat__item a {
  padding: 20px 5px 20px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-searcharea-cat__item a {
    padding: 25px 10px;
  }
}
.p-searcharea-cat__item img {
  width: auto;
  min-height: 38px;
  max-height: 38px;
}
.p-searcharea-cat__item span {
  line-height: 1;
  display: block;
  text-align: center;
  margin-top: 14px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-searcharea-cat__item span {
    font-size: 1.6rem;
  }
}
.p-searcharea-cat__item:nth-child(1) {
  background-color: #FEF4E3;
  border: 3px solid #DD7D29;
}
.p-searcharea-cat__item:nth-child(2) {
  background-color: #E6F3E5;
  border: 3px solid #4A8440;
}
.p-searcharea-cat__item:nth-child(3) {
  background-color: #FFEFE6;
  border: 3px solid #A76C4D;
}
.p-searcharea-cat__item:nth-child(3) span {
  font-size: 1.4rem;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 769px) {
  .p-searcharea-cat__item:nth-child(3) span {
    letter-spacing: initial;
    font-size: 1.5rem;
  }
}
.p-searcharea-cat__item:nth-child(3) a {
  padding: 25px 10px 10px;
}
.p-searcharea-cat__item:nth-child(4) {
  background-color: #FBF6D8;
  border: 3px solid #DBB012;
}
.p-searcharea-cat__item:nth-child(5) {
  background-color: #E4F4F9;
  border: 3px solid #2D89BD;
}
.p-searcharea-cat__item:nth-child(6) {
  background-color: #FDE8E7;
  border: 3px solid #D85C57;
}
.p-searcharea-cat__item:nth-child(6) span {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-searcharea-cat__item:nth-child(6) span {
    font-size: 1.5rem;
  }
}

.p-cta__inner {
  padding: 30px 10px 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-cta__inner {
    background: url(../img/common/cta-bg.png) no-repeat center/contain;
    padding: 110px 20px;
  }
}
.p-cta__bg01 {
  width: 100%;
  margin: 20px 0 20px;
}
.p-cta__bg02 {
  width: 100%;
  margin: 20px 0 10px;
}
.p-cta__illust01 {
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 130px;
}
@media screen and (min-width: 769px) {
  .p-cta__illust01 {
    bottom: -20px;
    width: 233px;
  }
}
.p-cta__illust02 {
  position: absolute;
  bottom: -50px;
  right: 0px;
  width: 100px;
}
@media screen and (min-width: 769px) {
  .p-cta__illust02 {
    bottom: -20px;
    width: 171px;
  }
}

.p-cta-content {
  text-align: center;
}
.p-cta-content__head {
  font-size: 2.4rem;
  font-weight: bold;
  color: #5A9F4D;
}
@media screen and (min-width: 769px) {
  .p-cta-content__head {
    font-size: 3.2rem;
  }
}
.p-cta-content__text {
  margin-top: 20px;
}

.p-cta-sns {
  max-width: 270px;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  margin: 45px auto 0;
}
.p-cta-sns__head {
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-cta-sns__head {
    font-size: 1.4rem;
  }
}
.p-cta-sns__head span {
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .p-cta-sns__head span {
    font-size: 1.8rem;
  }
}
.p-cta-sns__list {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
@media screen and (min-width: 769px) {
  .p-cta-sns__list {
    padding: 0;
  }
}
.p-cta-sns__list svg {
  fill: #382710;
  width: 20px;
  height: 20px;
}
.p-cta-sns__list a {
  padding: 14px;
  border: 1px solid #BEBBB6;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  transition: all 0.3s;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
}
.p-cta-sns__list a:hover {
  transition: all 0.3s;
  opacity: 0.6;
}

/*
  Top
---------------------------------*/
.p-top-mv {
  position: relative;
}
.p-top-mv__img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-top-mv__img {
    position: absolute;
    right: 0;
    top: 30px;
    margin: auto;
    z-index: -1;
    width: clamp(700px, 700px + 537 * (100vw - 1200px) / 720, 1237px);
    height: clamp(550px, 550px + 163 * (100vw - 1200px) / 720, 713px);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-mv__img {
    width: clamp(700px, 700px + 537 * (100vw - 1200px) / 720, 1237px);
    height: clamp(500px, 500px + 213 * (100vw - 1200px) / 720, 713px);
  }
}
.p-top-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% center;
}
@media screen and (min-width: 769px) {
  .p-top-mv__img img {
    border-radius: 32px 0 0 32px;
  }
}
.p-top-mv__illust {
  width: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-top-mv__illust {
    margin-top: clamp(25px, 25px + 35 * (100vw - 1200px) / 720, 60px);
    filter: drop-shadow(0 0 0.5px #FCFAF2) drop-shadow(0 0 0.5px #FCFAF2);
  }
}

.p-top-mv-copy {
  width: 100%;
  padding-left: 8%;
  line-height: 1.9;
  padding-top: clamp(25px, 25px + 15 * (100vw - 320px) / 448, 40px);
}
@media screen and (min-width: 576px) {
  .p-top-mv-copy {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-mv-copy {
    padding-left: 7.8125vw;
    padding-top: clamp(120px, 120px + 50 * (100vw - 1200px) / 720, 170px);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-mv-copy {
    padding-left: clamp(60px, 60px + 90 * (100vw - 1200px) / 720, 150px);
  }
}
.p-top-mv-copy__main {
  font-weight: bold;
  font-size: clamp(25px, 25px + 15 * (100vw - 320px) / 448, 40px);
}
@media screen and (min-width: 769px) {
  .p-top-mv-copy__main {
    font-size: clamp(1.8rem, 1.44rem + 1.8vw, 3.6rem);
    text-shadow: 2px 2px 3px #FCFAF2;
  }
}
.p-top-mv-copy__sub {
  margin-top: clamp(2rem, 1.6rem + 2vw, 4rem);
  color: #615a51;
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
}
@media screen and (min-width: 769px) {
  .p-top-mv-copy__sub {
    font-weight: bold;
    text-shadow: 2px 2px 3px #FCFAF2;
  }
}

.p-top-mv-loop__top {
  margin-top: -70px;
}
.p-top-mv-loop__top img {
  height: 100px;
  filter: drop-shadow(0 0 1px #FCFAF2) drop-shadow(0 0 1px #FCFAF2);
}
.p-top-mv-loop__bottom {
  margin-top: clamp(25px, 25px + 15 * (100vw - 320px) / 448, 40px);
}
.p-top-mv-loop__bottom img {
  height: 100px;
}

.p-top-news {
  position: relative;
  padding-bottom: 30px;
  padding-top: 80px;
}
@media screen and (min-width: 769px) {
  .p-top-news {
    padding-bottom: 110px;
  }
}
.p-top-news__inner {
  position: relative;
}
.p-top-news__subtitle {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .p-top-news__subtitle {
    font-size: 1.8rem;
  }
}
.p-top-news__content {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-top-news__content {
    margin-top: 50px;
  }
}
.p-top-news .p-post-archive-item__cat {
  margin-top: 10px;
  display: inline-block;
}
.p-top-news .p-post-archive-item:first-of-type {
  border-radius: 20px;
  grid-column: 1/-1;
}
@media screen and (min-width: 769px) {
  .p-top-news .p-post-archive-item:first-of-type {
    border-radius: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-news .p-post-archive-item:first-of-type a {
    flex-direction: row;
  }
}
.p-top-news .p-post-archive-item:first-of-type .p-post-archive-item__img {
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .p-top-news .p-post-archive-item:first-of-type .p-post-archive-item__img {
    width: 43.8333333333%;
    border-radius: 24px 0 0 24px;
  }
}
.p-top-news .p-post-archive-item:first-of-type .p-post-archive-item__img img {
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .p-top-news .p-post-archive-item:first-of-type .p-post-archive-item__img img {
    border-radius: 24px 0 0 24px;
  }
}
.p-top-news .p-post-archive-item:first-of-type .p-post-archive-item__content {
  justify-content: center;
  align-items: center;
  padding-block: 20px;
}
@media screen and (min-width: 769px) {
  .p-top-news .p-post-archive-item:first-of-type .p-post-archive-item__content {
    padding-block: 45px;
    width: 56.1666666667%;
  }
}
.p-top-news .p-post-archive-item:first-of-type .p-post-archive-item__inner {
  width: 95%;
}
@media screen and (min-width: 769px) {
  .p-top-news .p-post-archive-item:first-of-type .p-post-archive-item__inner {
    width: 85%;
  }
}
.p-top-news .p-post-archive-item:first-of-type .p-post-archive-item__date {
  font-size: 1.7rem;
}
.p-top-news .p-post-archive-item:first-of-type .p-post-archive-item__title {
  font-size: 2rem;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .p-top-news .p-post-archive-item:first-of-type .p-post-archive-item__title {
    margin-top: 20px;
    font-size: 2.8rem;
  }
}
.p-top-news .p-post-archive-item:first-of-type .p-post-archive-item__info {
  gap: 20px;
}
.p-top-news .p-post-archive-item:first-of-type .p-post-archive-item__cat.pc-only {
  margin: 0;
  font-size: 1.3rem;
  display: none;
}
@media screen and (min-width: 769px) {
  .p-top-news .p-post-archive-item:first-of-type .p-post-archive-item__cat.pc-only {
    display: block !important;
  }
}
.p-top-news .p-post-archive-item:first-of-type .p-post-archive-item__cat.sp-only {
  margin: 0;
  margin-top: 20px;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .p-top-news .p-post-archive-item:first-of-type .p-post-archive-item__cat.sp-only {
    margin: 0;
    display: none !important;
  }
}
.p-top-news .p-post-archive-item:first-of-type .new {
  display: inline;
  padding: 4px 8px 3px;
  background-color: #F4D04D;
  border-radius: 4px;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 769px) {
  .p-top-news .p-post-archive-item:first-of-type .new {
    font-size: 2rem;
  }
}
.p-top-news .p-post-archive-item:first-of-type .desc {
  margin-top: 15px;
  color: #898379;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .p-top-news .p-post-archive-item:first-of-type .desc {
    font-weight: 300;
  }
}
.p-top-news .p-post-archive-item:first-of-type .text-link {
  text-align: right;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-news .p-post-archive-item:first-of-type .text-link {
    margin-top: 15px;
  }
}
.p-top-news .p-post-archive-item:first-of-type .text-link span {
  border-bottom: 1px solid #382710;
  display: inline-block;
  padding: 6px 20px 4px 6px;
}
.p-top-news .p-post-archive-item:first-of-type .text-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: url(../img/common/icon-arrow-black.svg) no-repeat center/contain;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}
.p-top-news__illust01 {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 10px;
  width: 70px;
}
@media screen and (min-width: 769px) {
  .p-top-news__illust01 {
    top: 60px;
    width: 130px;
  }
}
.p-top-news__illust02 {
  display: none;
}
@media screen and (min-width: 1400px) {
  .p-top-news__illust02 {
    position: absolute;
    z-index: 1;
    width: 173px;
    display: block;
    position: absolute;
    top: 60%;
    left: -200px;
  }
}

.p-top-contents {
  position: relative;
}
.p-top-contents::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background: url(../img/top/contents-illust01.png) no-repeat center/contain;
  width: clamp(100px, 100px + 330 * (100vw - 320px) / 1600, 430px);
  height: 60px;
}
@media screen and (min-width: 769px) {
  .p-top-contents::before {
    top: 50px;
    height: 184px;
  }
}
.p-top-contents::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  background: url(../img/top/contents-illust02.png) no-repeat center/contain;
  width: clamp(100px, 100px + 330 * (100vw - 320px) / 1600, 430px);
  height: 60px;
}
@media screen and (min-width: 769px) {
  .p-top-contents::after {
    top: 50px;
    height: 204px;
  }
}
.p-top-contents__illust03 {
  position: absolute;
  z-index: 1;
  right: 20px;
  width: 70px;
  margin-top: -15px;
}
@media screen and (min-width: 769px) {
  .p-top-contents__illust03 {
    right: 0;
    bottom: -140px;
    width: 133px;
  }
}
.p-top-contents__content {
  margin-top: 60px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-contents__content {
    margin-top: 120px;
  }
}
.p-top-contents__list {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-top-contents__list {
    gap: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-contents__list {
    justify-content: space-between;
  }
}
.p-top-contents__btn {
  margin-top: 20px;
  width: 89.605734767%;
}
@media screen and (min-width: 769px) {
  .p-top-contents__btn {
    margin-top: 30px;
  }
}

.p-top-contents-item {
  border-radius: 20px;
  padding: 25px 15px 35px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-top-contents-item {
    padding: 50px 25px;
    width: 46.5%;
  }
}
.p-top-contents-item:nth-child(2) {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .p-top-contents-item:nth-child(2) {
    margin-top: 0;
  }
}
.p-top-contents-item:nth-child(n+3) {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .p-top-contents-item:nth-child(n+3) {
    margin-top: 120px;
  }
}
.p-top-contents-item__img {
  position: relative;
  margin: auto;
  margin-top: -40px;
  width: 89.605734767%;
}
@media screen and (min-width: 769px) {
  .p-top-contents-item__img {
    margin-top: -90px;
  }
}
.p-top-contents-item__head {
  margin: auto;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .p-top-contents-item__head {
    margin-top: 35px;
    font-size: 2.8rem;
  }
}
.p-top-contents-item__desc {
  margin-top: 20px;
  line-height: 1.5;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .p-top-contents-item__desc {
    text-align: center;
    line-height: 1.7;
    margin-top: 35px;
  }
}
.p-top-contents-item__cat {
  max-width: 424px;
  margin: auto;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-top-contents-item__cat {
    margin-top: 35px;
  }
}
.p-top-contents-item__cat ul {
  text-align: center;
  margin: auto;
}
.p-top-contents-item__cat li {
  display: inline-block;
  font-weight: bold;
  border-radius: 30px;
  background-color: #F4F2ED;
  padding: 6px 8px;
  margin: 5px;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .p-top-contents-item__cat li {
    font-size: 1.4rem;
    padding: 8px 10px;
  }
}

.p-top-cta {
  padding-bottom: 110px;
}
@media screen and (min-width: 769px) {
  .p-top-cta {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-cta {
    padding-bottom: 160px;
  }
}
.p-top-cta__inner {
  position: relative;
  padding: 30px 0 0;
}
@media screen and (min-width: 769px) {
  .p-top-cta__inner {
    padding: 35px 0;
  }
}
.p-top-cta__illust01 {
  position: absolute;
  width: 120px;
  top: -120px;
  left: 20px;
}
@media screen and (min-width: 769px) {
  .p-top-cta__illust01 {
    top: 0;
    left: 0;
    z-index: 1;
    width: 309px;
  }
}

.p-top-cta-loop {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-top-cta-loop {
    margin-top: 80px;
  }
}

.p-top-service__inner {
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-service__inner {
    margin-top: 60px;
    background: none;
  }
}
.p-top-service__illust01 {
  margin: 0 auto;
  max-width: 300px;
  margin-top: -48vw;
  width: 60%;
}
@media screen and (min-width: 576px) {
  .p-top-service__illust01 {
    margin-top: -31.25vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-service__illust01 {
    margin-top: -18.2054616385vw;
    max-width: 380px;
    width: clamp(300px, 300px + 80 * (100vw - 769px) / 431, 380px);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-service__illust01 {
    max-width: 473px;
    width: clamp(450px, 450px + 23 * (100vw - 1200px) / 720, 473px);
  }
}
.p-top-service__illust02 {
  position: absolute;
  bottom: -100px;
  left: 10px;
  z-index: 1;
  width: 90px;
}
@media screen and (min-width: 769px) {
  .p-top-service__illust02 {
    left: 0;
    bottom: -200px;
    width: 230px;
  }
}

.p-top-service-list {
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .p-top-service-list {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.p-top-service-item {
  border-radius: 8px;
  background-color: #FCFAF2;
}
@media screen and (min-width: 769px) {
  .p-top-service-item {
    width: 30%;
  }
}
.p-top-service-item:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-top-service-item:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-top-service-item__inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-top-service-item__inner {
    width: 100%;
  }
}
.p-top-service-item__inner > * + * {
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .p-top-service-item__inner > * + * {
    margin-top: 40px;
  }
}
.p-top-service-item__num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #2D9DCD;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-top-service-item__num {
    width: 70px;
    height: 70px;
  }
}
.p-top-service-item__num span:nth-of-type(1) {
  font-size: 0.9rem;
  padding-top: 6px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-top-service-item__num span:nth-of-type(1) {
    padding-top: 8px;
    letter-spacing: 0.06em;
    font-size: 1.1rem;
  }
}
.p-top-service-item__num span:nth-of-type(2) {
  letter-spacing: 0.06em;
  font-size: 2.7rem;
  line-height: 0.9;
}
@media screen and (min-width: 769px) {
  .p-top-service-item__num span:nth-of-type(2) {
    font-size: 3.6rem;
  }
}
.p-top-service-item__head {
  font-size: 2rem;
  line-height: 1.25;
  padding: 0 0px 0 65px;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-top-service-item__head {
    padding: 0 0px 0 80px;
    font-size: 2.8rem;
  }
}
.p-top-service-item__img {
  display: flex;
  justify-content: center;
  margin: auto;
}
.p-top-service-item__img img {
  border-radius: 10px;
}
.p-top-service-item__text {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .p-top-service-item__text {
    font-size: 1.6rem;
  }
}
.p-top-service-item__btn {
  margin-top: 20px;
}

.p-top-about__inner {
  background-color: #fff;
  padding: 40px;
  border-radius: 16px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-about__inner {
    border-radius: 32px;
    padding: 80px;
  }
}
.p-top-about__head {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-about__head {
    font-size: 3.6rem;
  }
}
.p-top-about__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-top-about__box {
    margin: auto;
    margin-top: 60px;
    max-width: 860px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-about__btn a {
    margin-left: 0;
    margin-right: auto;
  }
}
.p-top-about__img {
  width: 60%;
  margin: 0 auto;
  max-width: 292px;
}
@media screen and (min-width: 769px) {
  .p-top-about__img {
    width: 33.0434782609%;
  }
}
.p-top-about__img img {
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .p-top-about__img img {
    border-radius: 16px;
  }
}
.p-top-about__content {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-top-about__content {
    width: 56.5217391304%;
  }
}
.p-top-about__text:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-top-about__text:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-top-about__illust01 {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 60px;
  bottom: -70px;
}
@media screen and (min-width: 769px) {
  .p-top-about__illust01 {
    bottom: -30px;
    width: 127px;
  }
}

.p-top-contact {
  background: url(../img/top/contact-bg.png) no-repeat top left 35%/cover;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-contact {
    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-bottom: 110px;
}
@media screen and (min-width: 769px) {
  .p-top-contact__inner {
    padding-bottom: 160px;
  }
}
.p-top-contact__content {
  z-index: 1;
  position: relative;
  background-color: rgba(255, 255, 255, 0.92);
  max-width: 900px;
  margin: auto;
  padding: 35px 10px;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .p-top-contact__content {
    padding: 70px 10px;
  }
}
.p-top-contact__text {
  font-size: 1.4rem;
  margin-top: 30px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-contact__text {
    letter-spacing: 0.1em;
    line-height: 2.2;
    font-size: 1.6rem;
    margin-top: 35px;
  }
}
.p-top-contact__text:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-top-contact__text:nth-child(n+2) {
    margin-top: 30px;
  }
}

.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: "Montserrat", 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 {
  object-fit: cover;
  position: relative;
  min-height: 200px;
}
@media screen and (min-width: 769px) {
  .p-page-mv__img img {
    min-height: 300px;
  }
}
.p-page-mv__img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
}
.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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 100%;
  border-radius: 20px;
  max-width: 312px;
}
@media screen and (min-width: 769px) {
  .p-page-mv-heading {
    max-width: 624px;
  }
}
.p-page-mv-heading__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 55px 10px 25px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-page-mv-heading__inner {
    padding: 95px 10px 32px;
  }
}
.p-page-mv-heading__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 25px;
  background: url(../img/common/logo-mark.svg) no-repeat center/contain;
  width: 26px;
  height: 26px;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-page-mv-heading__inner::after {
    top: 34px;
    width: 56px;
    height: 56px;
  }
}
.p-page-mv-heading__main {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) {
  .p-page-mv-heading__main {
    font-size: 4em;
  }
}
.p-page-mv-heading__sub {
  display: block;
  font-size: 1.2rem;
  color: #2D9DCD;
  letter-spacing: 0.08em;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}
@media screen and (min-width: 576px) {
  .p-page-mv-heading__sub {
    font-size: 1.6rem;
    margin-top: 14px;
  }
}

.p-page-desc {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-page-desc {
    margin-top: 60px;
    font-size: 1.7rem;
  }
}

.p-page-section__copy {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: -20px;
  margin-top: 30px;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-page-section__copy {
    margin-top: 40px;
    font-size: 2.6rem;
  }
}

.p-page-section-desc {
  margin-top: 40px;
  line-height: 1.6;
  padding: 0 10px;
  text-align: center;
  letter-spacing: 0.02em;
}
@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: #2D9DCD;
  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: #5A9F4D;
}
.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: #382710;
}
@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: #2D9DCD;
  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 #2D9DCD;
  color: #2D9DCD;
  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-about-concept {
  position: relative;
  overflow: hidden;
  padding: 30px 0 60px;
}
@media screen and (min-width: 769px) {
  .p-about-concept {
    padding: 80px 0 160px;
    padding: 80px 0 clamp(80px, 80px + 80 * (100vw - 769px) / 1151, 160px);
  }
}
.p-about-concept__copy {
  font-size: 2rem;
  text-align: center;
  margin-top: 35px;
  letter-spacing: 0.04em;
  font-weight: 800;
  color: #5A9F4D;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .p-about-concept__copy {
    margin-top: 60px;
    letter-spacing: 0.04em;
    font-size: 5.6rem;
  }
}
.p-about-concept__text {
  padding: 0 30px;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 35px;
  text-shadow: 2px 2px 1px #FCFAF2;
}
@media screen and (min-width: 769px) {
  .p-about-concept__text {
    text-align: center;
    margin-top: 40px;
    padding: 0;
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  .p-about-concept__text {
    margin-top: 60px;
    font-size: 1.8rem;
  }
}
.p-about-concept__text:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-about-concept__text:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.p-about-concept__img01 {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .p-about-concept__img01 {
    z-index: -1;
    position: absolute;
    top: 60%;
    transform: translateY(-35%);
    left: -3.3333333333vw;
    width: 29.1666666667vw;
    height: 47.8333333333vw;
  }
}
@media screen and (min-width: 992px) {
  .p-about-concept__img01 {
    top: 60%;
    transform: translateY(-35%);
    width: 25vw;
    height: 41vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-about-concept__img01 {
    left: -0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-about-concept__img01 {
    top: 50%;
    transform: translateY(-35%);
    left: 3.125vw;
    width: 27.1354166667vw;
    height: 29.8958333333vw;
  }
}
.p-about-concept__img02 {
  margin: auto;
  margin-top: clamp(30px, 30px + 50 * (100vw - 320px) / 448, 80px);
}
@media screen and (min-width: 769px) {
  .p-about-concept__img02 {
    z-index: -1;
    margin-top: 0;
    position: absolute;
    top: 60%;
    transform: translateY(-35%);
    right: -4.2857142857vw;
    width: 30vw;
    height: 39.2142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-about-concept__img02 {
    top: 50%;
    transform: translateY(-35%);
    right: -4.1666666667vw;
    width: 34.53125vw;
    height: 28.59375vw;
  }
}

.p-about-logo {
  padding: 70px 16px;
  background-image: url(../img/page/about-concept-bg_sp.png);
  background-size: 150%;
  background-position: -10px top;
}
@media screen and (min-width: 769px) {
  .p-about-logo {
    background-image: url(../img/page/about-concept-bg.png);
    background-size: 100%;
    background-position: -10px -20px;
  }
}
@media screen and (min-width: 1400px) {
  .p-about-logo {
    padding: 0 0 200px;
    background: url(../img/page/about-concept-photo.png) no-repeat center/contain;
  }
}
.p-about-logo__inner {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media screen and (min-width: 769px) {
  .p-about-logo__inner {
    border-radius: 32px;
    padding: 80px;
  }
}
.p-about-logo__head {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-about-logo__head {
    font-size: 3.6rem;
  }
}
.p-about-logo__box {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-about-logo__box {
    flex-wrap: nowrap;
    margin-top: 60px;
  }
}
.p-about-logo__img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DADADA;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-about-logo__img {
    width: 33.0434782609%;
  }
}
.p-about-logo__img img {
  padding: 25px;
  width: 60%;
}
@media screen and (min-width: 769px) {
  .p-about-logo__img img {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .p-about-logo__img img {
    width: 75%;
  }
}
.p-about-logo__content {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-about-logo__content {
    width: 61.4130434783%;
  }
}
.p-about-logo__text:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-about-logo__text:nth-child(n+2) {
    margin-top: 20px;
  }
}

.p-about-profile__box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 46px;
  margin-top: 30px;
  flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .p-about-profile__box {
    flex-direction: row;
    margin-top: 60px;
  }
}
.p-about-profile__img {
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-about-profile__img {
    width: 36.9565217391%;
  }
}
.p-about-profile__img img {
  border-radius: 16px;
  width: 70%;
}
@media screen and (min-width: 769px) {
  .p-about-profile__img img {
    width: 100%;
  }
}
.p-about-profile__content {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .p-about-profile__content {
    padding: 0;
    width: 56.5217391304%;
  }
}
.p-about-profile__name {
  display: flex;
}
.p-about-profile__name img {
  width: 50px;
  margin-right: 15px;
}
@media screen and (min-width: 769px) {
  .p-about-profile__name img {
    margin-right: 25px;
    width: 66px;
  }
}
.p-about-profile__name h3 {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-about-profile__name h3 {
    font-size: 2.6rem;
  }
}
.p-about-profile__name span {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #2D9DCD;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .p-about-profile__name span {
    font-size: 1.4rem;
  }
}
.p-about-profile__text {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-about-profile__text {
    margin-top: 25px;
  }
}
.p-about-profile__text:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-about-profile__text:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.p-about-profile-detail {
  max-width: 410px;
  border-top: 1px solid #E4E1DA;
  padding: 25px 20px 20px;
  margin-top: 25px;
}
.p-about-profile-detail__head {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-about-profile-detail__head {
    font-size: 1.6rem;
  }
}
.p-about-profile-detail__head::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 32px;
  height: 32px;
  background-color: #E4F4F9;
  border-radius: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
.p-about-profile-detail__text {
  font-size: 1.3rem;
  color: #7C7B77;
  line-height: 1.4285714286;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .p-about-profile-detail__text {
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 12px;
  }
}
.p-about-profile-detail__text:nth-of-type(n + 2) {
  margin-top: 4px;
}
@media screen and (min-width: 769px) {
  .p-about-profile-detail__text:nth-of-type(n + 2) {
    margin-top: 8px;
  }
}

.p-service {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-service {
    padding-bottom: 80px;
  }
}
.p-service__wrap {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .p-service__wrap {
    margin-top: 100px;
  }
}

.p-service-list {
  margin: auto;
}
.p-service-list:nth-child(n+2) {
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .p-service-list:nth-child(n+2) {
    margin-top: 80px;
  }
}
.p-service-list__num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #2D9DCD;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-service-list__num {
    width: 74px;
    height: 74px;
  }
}
.p-service-list__num span:nth-of-type(1) {
  font-size: 0.9rem;
  padding-top: 6px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-service-list__num span:nth-of-type(1) {
    padding-top: 8px;
    letter-spacing: 0.06em;
    font-size: 1.1rem;
  }
}
.p-service-list__num span:nth-of-type(2) {
  letter-spacing: 0.06em;
  font-size: 2.7rem;
  line-height: 0.9;
}
@media screen and (min-width: 769px) {
  .p-service-list__num span:nth-of-type(2) {
    font-size: 3.6rem;
  }
}
.p-service-list__head {
  font-size: 2.2rem;
  color: #2D9DCD;
  line-height: 1.25;
  padding: 24px 0px 24px 65px;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  font-weight: bold;
  margin: 0 15px;
}
@media screen and (min-width: 769px) {
  .p-service-list__head {
    margin: 0;
    padding: 32px 20px 32px 100px;
    font-size: 4.8rem;
  }
}

.p-service-item {
  padding: 0 15px;
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-service-item {
    margin-top: 60px;
    padding: 0;
  }
}
.p-service-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-service-item:nth-of-type(n + 2) {
    margin-top: 120px;
  }
}
@media screen and (min-width: 769px) {
  .p-service-item__inner {
    display: flex;
    justify-content: space-between;
    gap: 5%;
  }
}
@media screen and (min-width: 769px) {
  .p-service-item:nth-of-type(odd) .p-service-item__inner {
    flex-direction: row-reverse;
  }
}
.p-service-item__box {
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .p-service-item__box {
    margin-top: 20px;
    width: 48.3333333333%;
    flex: 1;
    min-width: 280px;
  }
}
.p-service-item__img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-service-item__img {
    flex: 0 1 36%;
    max-width: 560px;
  }
}
@media screen and (min-width: 992px) {
  .p-service-item__img {
    flex: 0 1 46.6666666667%;
    max-width: 560px;
  }
}
.p-service-item__img img {
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .p-service-item__img img {
    border-radius: 20px;
  }
}
.p-service-item__head {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-service-item__head {
    line-height: 1.4;
    font-size: 3rem;
  }
}
.p-service-item__text {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .p-service-item__text {
    margin-top: 32px;
    font-size: 1.6rem;
    padding: 0;
    line-height: 1.75;
  }
}
.p-service-item__text:nth-of-type(n + 2) {
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .p-service-item__text:nth-of-type(n + 2) {
    margin-top: 18px;
  }
}
.p-service-item__btn {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-service-item__btn {
    margin-top: 30px;
  }
}
.p-service-item__illust01 {
  margin-top: 10px;
  width: 40%;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .p-service-item__illust01 {
    margin-left: initial;
    margin-top: 50px;
    width: clamp(180px, 180px + 79 * (100vw - 769px) / 1151, 259px);
  }
}
.p-service-item__illust02 {
  margin-top: 20px;
  width: 40%;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .p-service-item__illust02 {
    margin-top: 0px;
    width: clamp(180px, 180px + 40 * (100vw - 769px) / 1151, 220px);
  }
}
.p-service-item__illust03 {
  margin-top: 10px;
  width: 40%;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .p-service-item__illust03 {
    margin-left: initial;
    margin-top: 40px;
    width: clamp(180px, 180px + 34 * (100vw - 769px) / 1151, 214px);
  }
}
.p-service-item__illust04 {
  margin-left: auto;
  width: 40%;
}
@media screen and (min-width: 769px) {
  .p-service-item__illust04 {
    margin-top: 0px;
    width: clamp(180px, 180px + 32 * (100vw - 769px) / 1151, 212px);
  }
}
.p-service-item__illust05 {
  width: 50%;
  margin-top: 10px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .p-service-item__illust05 {
    margin-left: initial;
    width: clamp(260px, 260px + 11 * (100vw - 769px) / 1151, 271px);
  }
}
@media screen and (min-width: 1400px) {
  .p-service-item__illust05 {
    transform: translateX(-60px);
  }
}

@media screen and (min-width: 769px) {
  .p-service-list:nth-of-type(1) .p-service-item:nth-of-type(2) .p-service-item__box {
    margin-top: -40px;
  }
}

@media screen and (min-width: 769px) {
  .p-service-list:nth-of-type(3) .p-service-item:nth-of-type(2) .p-service-item__box {
    margin-top: 0px;
  }
}

.p-policy-block:nth-child(n+2) .p-policy-block__inner {
  border-top: 1px solid #D3CEB9;
}
.p-policy-block__inner {
  padding: 0 0 30px;
}
@media screen and (min-width: 769px) {
  .p-policy-block__inner {
    padding: 60px 0;
  }
}

.p-policy-content h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 40px;
  padding-block: 4px;
  padding-left: 2.5em;
  text-indent: -2em;
  border-left: 2px solid #2D9DCD;
}
@media screen and (min-width: 769px) {
  .p-policy-content h2 {
    border-left: 3px solid #2D9DCD;
    font-size: 2.4rem;
    margin-top: 60px;
  }
}
.p-policy-content p {
  line-height: 1.8;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .p-policy-content p {
    line-height: 2;
    margin-top: 30px;
  }
}
.p-policy-content p.text-indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.p-policy-content p.text-indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-post-archive-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 10px;
}
@media screen and (min-width: 769px) {
  .p-post-archive-list {
    gap: 55px 45px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .p-post-archive-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-post-archive-item {
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-post-archive-item {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #dadada;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  }
}
@media screen and (min-width: 769px) {
  .p-post-archive-item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 769px) {
  .p-post-archive-item:hover img {
    transform: scale(1.1);
  }
}
.p-post-archive-item:hover .p-post-archive-item__title {
  text-decoration: underline;
}
.p-post-archive-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease;
}
.p-post-archive-item__inner {
  display: block;
}
.p-post-archive-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 10px 4px;
}
@media screen and (min-width: 769px) {
  .p-post-archive-item__content {
    padding: 25px;
  }
}
.p-post-archive-item__title {
  font-size: 1.4rem;
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 448, 16px);
  font-weight: bold;
  margin-top: 4px;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .p-post-archive-item__title {
    margin-top: 8px;
    line-height: 1.4;
    font-size: 1.8rem;
  }
}
.p-post-archive-item__img {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .p-post-archive-item__img {
    border-radius: 20px 20px 0 0;
  }
}
.p-post-archive-item__img:before {
  content: "";
  display: block;
}
.p-post-archive-item__img img {
  border-radius: 2px;
}
@media screen and (min-width: 769px) {
  .p-post-archive-item__img img {
    transition: all 0.3s ease;
    border-radius: 20px 20px 0 0;
  }
}
.p-post-archive-item__info {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 769px) {
  .p-post-archive-item__info {
    gap: 10px;
  }
}
.p-post-archive-item__cat {
  color: #fff;
  background-color: #2D9DCD;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 10px;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .p-post-archive-item__cat {
    margin-top: 0px;
    font-size: 1.2rem;
  }
}
.p-post-archive-item__cat span {
  padding: 2px 4px;
  background-color: #ABA196;
}
.p-post-archive-item__date {
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 769px) {
  .p-post-archive-item__date {
    font-size: 1.4rem;
  }
}
.p-post-archive-item__desc {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-post-archive-item__desc {
    margin-top: 10px;
    font-weight: 400;
    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;
  }
}
.post-type-archive .l-section {
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .post-type-archive .l-section {
    padding: 80px 0;
  }
}

.post-type-archive.paged .l-section {
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .post-type-archive.paged .l-section {
    padding: 40px 0;
  }
}

.p-post-single-container {
  max-width: 840px;
  margin: auto;
  border-radius: 8px;
}
.p-post-single {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-post-single {
    background-color: inherit;
  }
}
.p-post-single__inner {
  margin: auto;
  padding-bottom: 60px;
  padding: 32px 3rem 42px;
}
@media screen and (min-width: 769px) {
  .p-post-single__inner {
    padding: 64px 1rem 80px;
  }
}
.p-post-single__heading {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .p-post-single__heading {
    font-size: 3.2rem;
    line-height: 1.35;
  }
}
.p-post-single__cat {
  color: #fff;
  padding: 4px 8px;
  background-color: #5A9F4D;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.01em;
  border-radius: 6px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .p-post-single__cat {
    font-size: 1.4rem;
  }
}
.p-post-single__date {
  margin-top: 15px;
  display: inline-block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #898379;
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .p-post-single__date {
    font-size: 1.6rem;
  }
}
.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;
  border-bottom: 1px solid #C5C5C5;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-post-single-head {
    padding-bottom: 20px;
  }
}

.p-post-single-content {
  margin: 0px 0 40px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .p-post-single-content {
    margin: 40px 0 0px;
  }
}
.p-post-single-content h1, .p-post-single-content h2, .p-post-single-content h3, .p-post-single-content h4, .p-post-single-content h5, .p-post-single-content h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-post-single-content h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 40px;
  line-height: 1.3;
  position: relative;
  padding: 8px 10px;
  background-color: #F9F7F2;
  border-left: 2px solid #2D9DCD;
}
@media screen and (min-width: 769px) {
  .p-post-single-content h2 {
    border-left: 3px solid #2D9DCD;
    padding-block: 10px;
    padding-left: 16px;
    font-size: 2.6rem;
    margin-top: 60px;
  }
}
.p-post-single-content h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .p-post-single-content h3 {
    font-size: 2.2rem;
    margin-top: 40px;
  }
}
.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 {
  font-weight: 400;
  line-height: 1.7;
  font-size: 1.4rem;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-post-single-content p {
    margin-top: 32px;
    line-height: 1.9;
    font-size: 1.6rem;
  }
}
.p-post-single-content h3 + p {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .p-post-single-content h3 + p {
    margin-top: 15px;
  }
}
.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;
}
@media screen and (min-width: 769px) {
  .p-post-single-content img {
    margin: 40px 0;
  }
}
.p-post-single-content figcaption {
  margin-top: -10px;
  color: #7d7c77;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .p-post-single-content figcaption {
    font-size: 1.6rem;
    margin-top: -30px;
  }
}
.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 #382710;
  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;
  }
}
.p-post-single-content hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 2.5em auto;
  max-width: 5em;
}
.p-post-single-content blockquote {
  border-left: 4px solid #ccc;
  padding: 1.6em 2em;
  margin: 2.5rem 0;
  background-color: #f9f9f9;
  font-style: italic;
  color: #555;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .p-post-single-content blockquote {
    padding: 2em 2.5em;
  }
}
.p-post-single-content blockquote p:first-of-type {
  margin-top: 0;
}
.p-post-single-content blockquote cite {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  color: #999;
  margin-top: 0.5em;
}
.p-post-single-content .wp-block-button__link {
  background-color: #2D9DCD;
  color: #fff;
  padding: 1em 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.p-post-single-content .wp-block-button__link:hover {
  opacity: 0.7;
}

.cat_gourmet {
  background-color: #DD7D29;
}

.cat_shop {
  background-color: #4A8440;
}

.cat_living {
  background-color: #2D89BD;
}

.cat_topics {
  background-color: #A76C4D;
}

.cat_event {
  background-color: #DBB012;
}

/*
  Library
---------------------------------*/
#ez-toc-container {
  max-width: 590px;
  width: 100% !important;
  margin: 40px auto 0;
  padding: 20px !important;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  #ez-toc-container {
    font-size: 1.6rem;
    padding: 30px 25px !important;
    margin: 60px auto 0;
    width: 80% !important;
  }
}

.ez-toc-title-container {
  text-align: center;
}

.ez-toc-list {
  margin-top: 10px !important;
}

.ez-toc-list-level-3 {
  margin-top: 6px !important;
}

div#ez-toc-container .ez-toc-title {
  font-size: 1.6rem !important;
  padding-left: 45px;
}

@media screen and (min-width: 769px) {
  div#ez-toc-container ul li {
    margin-top: 8px;
  }
}

/* -----------------------------------------------------------------
   Utility
   ----------------------------------------------------------------- */
/*
  Padding
---------------------------------*/
.u-nopad {
  padding: 0 !important;
}

.u-nopad-top {
  padding-top: 0 !important;
}

.u-nopad-bottom {
  padding-bottom: 0 !important;
}

.u-font-main-color {
  color: #2D9DCD;
}

.u-font-sub-color {
  color: #5A9F4D;
}

.u-font-white {
  color: #fff;
}

.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;
  }
}

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

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

.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.4em;
  max-height: 4.5em;
}

.u-pos-relative {
  position: relative;
}/*# sourceMappingURL=style.css.map */