@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

span {
  display: block;
}

/* 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: normal;
}

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 */
  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: inherit; /* 1 */
  font-size: inherit; /* 2 */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}

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;
  display: block;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  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;
  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;
}

/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* ---  Layout --- */
.lg-inner {
  width: 1200px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.md-inner {
  width: 1000px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.sm-inner {
  width: 800px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

/* Responsive
======================================== */
@media screen and (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (min-width: 800px) {
  ._sp2 {
    display: none !important;
  }
}
/* Setting
======================================== */
html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #46220e;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 2em;
  letter-spacing: 0.1rem;
  word-break: break-all;
  font-weight: 500;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

* {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

a,
button {
  transition: 0.3s all;
}

/* Contact Button
======================================== */
body {
  position: relative;
  overflow-x: hidden;
}
body .fixed-contact {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #93c4ff;
  color: #fff;
  border-radius: 10px 10px 0 0;
  width: 90vw;
  height: 60px;
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 160%;
  gap: 15px;
  z-index: 1000;
}
@media (min-width: 1001px) {
  body .fixed-contact {
    font-size: 14px;
    width: 130px;
    height: 130px;
    bottom: 50%;
    right: 0;
    left: auto;
    transform: none;
    border-radius: 20px 0 0 20px;
    flex-direction: column;
    gap: 5px;
  }
}
body .fixed-contact:after {
  content: "";
  display: block;
  background-image: url(../img/icon-contact-arrow.png);
  background-size: cover;
  width: 21px;
  height: 21px;
}

/* Titles
======================================== */
.ttl-main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  gap: 10px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ttl-main span {
  font-size: 18px;
}
@media (min-width: 1001px) {
  .ttl-main span {
    font-size: 28px;
  }
}
.ttl-main h2 {
  font-size: 24px;
  line-height: 150%;
}
@media (min-width: 1001px) {
  .ttl-main h2 {
    font-size: 34px;
    line-height: 130%;
  }
}
@media (min-width: 1001px) {
  .ttl-main {
    margin-bottom: 60px;
  }
}

.ttl-icon {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.ttl-icon:before, .ttl-icon:after {
  content: "";
  display: block;
  background-size: cover;
}
@media (max-width: 1000px) {
  .ttl-icon {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .ttl-icon:before {
    margin-right: auto;
  }
  .ttl-icon:after {
    display: none;
  }
}
.ttl-icon.leaf:before, .ttl-icon.leaf:after {
  background-image: url(../img/ttl-leaf.jpg);
  width: 164px;
  height: 32px;
}
@media (min-width: 1001px) {
  .ttl-icon.leaf:before, .ttl-icon.leaf:after {
    width: 309px;
    height: 61px;
  }
}
.ttl-icon.balloon:before, .ttl-icon.balloon:after {
  background-image: url(../img/ttl-balloon.jpg);
  width: 178px;
  height: 59px;
}
@media (min-width: 1001px) {
  .ttl-icon.balloon:before, .ttl-icon.balloon:after {
    width: 309px;
    height: 103px;
  }
}
.ttl-icon.bird:before, .ttl-icon.bird:after {
  background-image: url(../img/ttl-bird.jpg);
  width: 196px;
  height: 49px;
}
@media (min-width: 1001px) {
  .ttl-icon.bird:before, .ttl-icon.bird:after {
    width: 329px;
    height: 83px;
  }
}
.ttl-icon.tulip:before, .ttl-icon.tulip:after {
  background-image: url(../img/ttl-tulip.jpg);
  width: 177px;
  height: 65px;
}
@media (min-width: 1001px) {
  .ttl-icon.tulip:before, .ttl-icon.tulip:after {
    width: 262px;
    height: 96px;
  }
}
.ttl-icon.tree:before {
  background-image: url(../img/ttl-tree.jpg);
  width: 133px;
  height: 59px;
}
@media (min-width: 1001px) {
  .ttl-icon.tree:before {
    width: 273px;
    height: 120px;
  }
}
.ttl-icon.tree:after {
  width: 273px;
  height: 120px;
}
.ttl-icon div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  gap: 10px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ttl-icon div span {
  font-size: 18px;
}
@media (min-width: 1001px) {
  .ttl-icon div span {
    font-size: 28px;
  }
}
.ttl-icon div h2 {
  font-size: 24px;
  line-height: 150%;
}
@media (min-width: 1001px) {
  .ttl-icon div h2 {
    font-size: 34px;
    line-height: 130%;
  }
}
.ttl-icon div {
  margin-bottom: 0px;
}

.ttl-bird {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  gap: 10px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ttl-bird span {
  font-size: 18px;
}
@media (min-width: 1001px) {
  .ttl-bird span {
    font-size: 28px;
  }
}
.ttl-bird h2 {
  font-size: 24px;
  line-height: 150%;
}
@media (min-width: 1001px) {
  .ttl-bird h2 {
    font-size: 34px;
    line-height: 130%;
  }
}
.ttl-bird:after {
  content: "";
  display: block;
  background-size: cover;
}
.ttl-bird:after {
  background-image: url(../img/ttl-bird.png);
  width: 196px;
  height: 49px;
}
@media (min-width: 1001px) {
  .ttl-bird:after {
    width: 329px;
    height: 83px;
  }
}

.ttl-flower {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  gap: 10px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ttl-flower span {
  font-size: 18px;
}
@media (min-width: 1001px) {
  .ttl-flower span {
    font-size: 28px;
  }
}
.ttl-flower h2 {
  font-size: 24px;
  line-height: 150%;
}
@media (min-width: 1001px) {
  .ttl-flower h2 {
    font-size: 34px;
    line-height: 130%;
  }
}
.ttl-flower:after {
  content: "";
  display: block;
  background-size: cover;
}
.ttl-flower:after {
  background-image: url(../img/ttl-flower.png);
  width: 120px;
  height: 43px;
}
@media (min-width: 1001px) {
  .ttl-flower:after {
    width: 210px;
    height: 75px;
  }
}

.ttl-butterfly {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  gap: 10px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ttl-butterfly span {
  font-size: 18px;
}
@media (min-width: 1001px) {
  .ttl-butterfly span {
    font-size: 28px;
  }
}
.ttl-butterfly h2 {
  font-size: 24px;
  line-height: 150%;
}
@media (min-width: 1001px) {
  .ttl-butterfly h2 {
    font-size: 34px;
    line-height: 130%;
  }
}
.ttl-butterfly:after {
  content: "";
  display: block;
  background-size: cover;
}
.ttl-butterfly:after {
  background-image: url(../img/ttl-butterfly.png);
  width: 194px;
  height: 67px;
}
@media (min-width: 1001px) {
  .ttl-butterfly:after {
    width: 250px;
    height: 86px;
  }
}

.ttl-circle {
  border-radius: 60px;
  margin: 0 auto 20px;
  padding: 10px 20px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  width: fit-content;
  line-height: 1;
}
@media (min-width: 1001px) {
  .ttl-circle {
    margin: 0 auto 30px;
    font-size: 28px;
    padding: 20px 30px;
  }
}
.ttl-circle.blue {
  background-color: #93c4ff;
}
.ttl-circle.pink {
  background-color: #fc47a6;
}
.ttl-circle.yellow {
  background-color: #fed33b;
}

.ttl-circle-back {
  position: relative;
  font-size: 20px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-left: 20px;
}
@media (min-width: 1001px) {
  .ttl-circle-back {
    font-size: 32px;
    padding-top: 30px;
    padding-left: 40px;
    margin-bottom: 20px;
  }
}
.ttl-circle-back:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #fed33b;
}
@media (min-width: 1001px) {
  .ttl-circle-back:before {
    width: 65px;
    height: 65px;
  }
}

/* Buttons
======================================== */
.yellow-btn {
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  width: 480px;
  max-width: 100%;
  height: 70px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fed33b;
  border: 3px solid #f0c164;
}
@media (min-width: 1001px) {
  .yellow-btn {
    height: 110px;
    font-size: 34px;
  }
}
.yellow-btn:hover {
  background-color: #fff;
}

/* Components
======================================== */
dl.table {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 30px;
}
dl.table .row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
dl.table .row dt {
  width: 100%;
  background-color: #fffaeb;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
@media (min-width: 1001px) {
  dl.table .row dt {
    width: 25%;
  }
}
@media (max-width: 1000px) {
  dl.table .row dt {
    padding: 15px;
  }
}
dl.table .row dd {
  flex: 1;
  padding: 20px;
  background-color: #f2f1f1;
}
dl.table .row dd span {
  color: #fc5e07;
}
dl.table.yellow dt {
  background-color: #fffaeb;
}
dl.table.blue dt {
  background-color: #eaf9ff;
}

dl.table-dashed .row {
  display: flex;
  border-bottom: 1px dashed #fc47a6;
  padding: 10px 20px;
}
dl.table-dashed .row:last-child {
  border-bottom: none;
}
dl.table-dashed .row dt {
  width: 40%;
  font-weight: 500;
}
dl.table-dashed .row dd {
  flex: 1;
  font-weight: 400;
}
dl.table-dashed.black .row {
  border-bottom: 1px dashed #707070;
}

/* Moving Icon
======================================== */
.moving-icon {
  height: auto;
  position: absolute;
  z-index: 100;
  top: -15vw;
}
@media (min-width: 1001px) {
  .moving-icon {
    top: -3vw;
  }
}
.moving-icon.left {
  left: 0;
}
.moving-icon.right {
  right: 0;
}
.moving-icon.tulip {
  width: 160px;
}
@media (min-width: 1001px) {
  .moving-icon.tulip {
    width: 280px;
  }
}
.moving-icon.flower {
  width: 160px;
}
@media (min-width: 1001px) {
  .moving-icon.flower {
    width: 290px;
  }
}
.moving-icon.bny {
  width: 160px;
}
@media (min-width: 1001px) {
  .moving-icon.bny {
    width: 290px;
  }
}
.moving-icon.house {
  width: 60px;
  animation: none;
  top: 7vw;
}
@media (min-width: 1001px) {
  .moving-icon.house {
    width: 180px;
  }
}
@keyframes katakata1 {
  0% {
    transform: translateY(-2px) rotate(6deg);
  }
  10% {
    transform: translate(0) rotate(0deg);
  }
  20% {
    transform: translate(0) rotate(-6deg);
  }
  30% {
    transform: translateY(-2px) rotate(0deg);
  }
  40% {
    transform: translateY(-2px) rotate(6deg);
  }
  50% {
    transform: translate(2px) rotate(-2deg);
  }
  60% {
    transform: translateY(2px) rotate(0deg);
  }
  70% {
    transform: translate(0) rotate(6deg);
  }
  80% {
    transform: translate(2px) rotate(-2deg);
  }
  90% {
    transform: translate(0) rotate(0deg);
  }
  to {
    transform: translateY(-2px) rotate(6deg);
  }
}
.moving-icon {
  animation: katakata1 6s step-start 0s infinite normal;
}

.half-circle .moving-icon {
  top: -28vw;
}
@media (min-width: 1001px) {
  .half-circle .moving-icon {
    top: -6vw;
  }
}
@media (min-width: 1001px) {
  .half-circle .moving-icon.left {
    left: 6vw;
  }
}

/* Header
======================================== */
header {
  height: 80px;
}
@media (min-width: 1001px) {
  header {
    height: 96px;
  }
}
header .container {
  height: 80px;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
}
@media (min-width: 1001px) {
  header .container {
    height: 96px;
  }
}
header .lg-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .lg-inner h1 {
  width: 100px;
}
@media (min-width: 1001px) {
  header .lg-inner h1 {
    width: 120px;
  }
}
header .lg-inner ul.pc-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
header .lg-inner ul.pc-nav li:hover {
  color: #93c4ff;
}
header .hamburger {
  display: block;
  margin: 0;
  cursor: pointer;
}
header .hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #46220e;
}
header .hamburger .bar:nth-child(1) {
  margin-top: 0px;
}
header .hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header .hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
header .hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
header .nav-container {
  position: fixed;
  transition: 0.2s;
  top: 80px;
  right: -100%;
  background: #fff;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 1000;
  overflow-y: scroll;
}
header .nav-container.nav-active {
  right: 0;
}
header .nav-container {
  /* --- Menu --- */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}
header .nav-container .inner_nav {
  width: 100%;
  font-size: 18px;
}
header .nav-container .inner_nav ul {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
header .nav-container .inner_nav ul li {
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
header .nav-container .inner_nav ul li:not(:last-child) {
  border-bottom: 1px dashed #46220e;
}

/* Footer
======================================== */
footer {
  text-align: center;
}
footer .logo {
  width: 215px;
  margin: 0 auto;
}
footer .info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  padding: 60px 0 80px;
}

/* 下層メインビジュアル
======================================== */
section.subpage-mv {
  position: relative;
  margin-bottom: 50px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1000px) {
  section.subpage-mv {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: none;
    height: 230px;
  }
}
section.subpage-mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1001px) {
  section.subpage-mv img {
    border-radius: 150px;
  }
}
section.subpage-mv h1 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-shadow: 3px 3px 5px #000;
  position: absolute;
  left: 3vw;
  bottom: 25%;
}
@media (min-width: 1001px) {
  section.subpage-mv h1 {
    font-size: 50px;
    left: 6vw;
    bottom: 20%;
  }
}
section.subpage-mv .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(100% - 10vw);
  position: absolute;
  bottom: 20%;
  left: 50%;
  z-index: 200;
}
@media (max-width: 1000px) {
  section.subpage-mv .text {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    gap: 10px;
    bottom: 10%;
  }
}
@media (min-width: 1001px) {
  section.subpage-mv .text {
    width: 40%;
    left: 6vw;
  }
}
section.subpage-mv .text h1 {
  position: relative;
  line-height: 1;
  left: 0;
}
section.subpage-mv .text .hr {
  height: 3px;
  border-radius: 10px;
  background-color: #fed33b;
  display: block;
}
section.subpage-mv .text .lead {
  font-size: 18px;
  text-shadow: 3px 3px 5px #000;
  color: #fff;
  line-height: 150%;
}
@media (min-width: 1001px) {
  section.subpage-mv .text .lead {
    font-size: 22px;
  }
}
section.subpage-mv .moving-icon {
  width: 170px;
  height: auto;
  bottom: -50px;
  right: 0px;
  top: auto;
}
@media (min-width: 1001px) {
  section.subpage-mv .moving-icon {
    width: 300px;
    right: -50px;
  }
}

/* Fuwa
======================================== */
.fuwa {
  opacity: 0;
}

.scroll-in {
  z-index: 100;
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Setting
======================================== */
.half-bg {
  width: auto;
  position: relative;
  padding: 60px 0;
  font-size: 18px;
}
@media (min-width: 1001px) {
  .half-bg {
    padding: 40px 0 80px;
    margin: 90px 0;
    font-size: 20px;
  }
}
.half-bg:before {
  content: "";
  display: block;
  height: calc(100% - 80px);
  width: 95%;
  position: absolute;
  bottom: 0;
  z-index: -5;
  border-radius: 0 80px 80px 0;
}
@media (max-width: 1000px) {
  .half-bg:before {
    border-radius: 0;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    width: 100vw;
    height: 100%;
    max-width: none;
  }
}
.half-bg.blue:before {
  background-color: #eaf9ff;
}
.half-bg.pink:before {
  background-color: #ffeff7;
}
.half-bg.yellow:before {
  background-color: #fffaeb;
}
@media (min-width: 1001px) {
  .half-bg.left:before {
    border-radius: 0 80px 80px 0;
    padding: 50px 0 50px calc(50vw - 50%);
    left: calc(50% - 50vw);
  }
}
@media (min-width: 1001px) {
  .half-bg.right:before {
    border-radius: 80px 0 0 80px;
    right: calc(50% - 50vw);
    padding: 50px calc(50vw - 50%) 50px 0;
  }
}
.half-bg .flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}
.half-bg .flex-container p {
  flex: 5;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}
@media (min-width: 1001px) {
  .half-bg .flex-container p {
    font-size: 22px;
  }
}
.half-bg .flex-container img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
@media (min-width: 1001px) {
  .half-bg .flex-container img {
    width: 35%;
  }
}

.half-circle {
  background-color: #ffeff7;
  position: relative;
  margin: 200px calc(50% - 50vw) 0;
  padding: 0 calc(50vw - 50%) 50px;
  width: 100vw;
  max-width: none;
}
@media (min-width: 1001px) {
  .half-circle {
    padding: 0 calc(50vw - 50%) 150px;
  }
}
.half-circle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-color: #ffeff7;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  border-radius: 100% 100% 0 0;
  z-index: 100;
}
.half-circle.yellow:before {
  background-color: #fffaeb;
}

ul.list-circle {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  ul.list-circle {
    gap: 20px;
  }
}
ul.list-circle li {
  display: flex;
  gap: 10px;
  align-items: start;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1001px) {
  ul.list-circle li {
    gap: 20px;
    font-size: 20px;
    align-items: center;
  }
}
ul.list-circle li:before {
  content: "";
  display: block;
  background-color: #fed33b;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  ul.list-circle li:before {
    margin-top: 0.5em;
  }
}
ul.list-circle.blue li:before {
  background-color: #93c4ff;
}

/* 子供園について
======================================== */
section.nursery-about p {
  font-size: 18px;
  text-align: center;
  line-height: 180%;
  font-weight: 500;
}
@media (min-width: 1001px) {
  section.nursery-about p {
    font-size: 24px;
  }
}

section.nursery-goals ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 1001px) {
  section.nursery-goals ul {
    gap: 55px;
  }
}
section.nursery-goals ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
  font-weight: 500;
  align-items: center;
}
@media (min-width: 1001px) {
  section.nursery-goals ul li {
    gap: 15px;
    width: calc((100% - 110px) / 3);
  }
}
section.nursery-goals ul li img {
  border-radius: 15px;
}
section.nursery-goals ul li .ttl {
  font-size: 24px;
}
@media (min-width: 1001px) {
  section.nursery-goals ul li .ttl {
    font-size: 32px;
  }
}
section.nursery-goals ul li .desc {
  font-size: 18px;
}
@media (min-width: 1001px) {
  section.nursery-goals ul li .desc {
    font-size: 24px;
  }
}

section.nursery-env .ttl-circle {
  margin-top: 80px;
}
section.nursery-env .reverse {
  flex-direction: column-reverse;
}

section.nursery-hours {
  padding: 20px 0;
}
@media (min-width: 1001px) {
  section.nursery-hours {
    padding: 30px 0px;
  }
}
section.nursery-hours .ttl-triangle,
section.nursery-hours .ttl-triangle-border {
  padding: 10px;
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 0px; /* テキストを垂直方向に中央揃え */
  font-size: 18px;
  aspect-ratio: 243/59.5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 5%;
  font-weight: 600;
}
@media (min-width: 1001px) {
  section.nursery-hours .ttl-triangle,
  section.nursery-hours .ttl-triangle-border {
    font-size: 24px;
    width: 280px;
    padding-right: 5%;
  }
}
section.nursery-hours .ttl-triangle {
  background-image: url("../img/bg-triangle.png");
}
section.nursery-hours .ttl-triangle-border {
  background-image: url("../img/bg-triangle-border.png");
}
section.nursery-hours .container {
  display: flex;
  flex-wrap: wrap;
}

.nursery-support {
  padding: 40px 0;
}
@media (min-width: 1001px) {
  .nursery-support {
    padding: 100px 0;
  }
}
.nursery-support .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 50px;
}
@media (min-width: 1001px) {
  .nursery-support .container.reverse {
    flex-direction: row-reverse;
  }
}
.nursery-support .container img {
  width: 20%;
  height: auto;
}
.nursery-support .container dl {
  width: 100%;
}
@media (min-width: 1001px) {
  .nursery-support .container dl {
    width: 50%;
  }
}

section.nursery-summary img {
  border-radius: 15px;
}
section.nursery-summary dl {
  margin: 30px 0;
}
section.nursery-summary iframe {
  width: 100%;
  height: 300px;
}

section.nursery-schedule {
  padding: 70px 0;
}
@media (min-width: 1001px) {
  section.nursery-schedule {
    padding: 100px 0 100px;
  }
}
section.nursery-schedule .list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
section.nursery-schedule .list li h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
section.nursery-schedule .list li .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
  padding: 0 20px 0;
}
@media (min-width: 1001px) {
  section.nursery-schedule .list li .flex {
    gap: 50px;
    padding: 0 50px 0;
  }
}
section.nursery-schedule .list li .flex img {
  width: 100%;
}
@media (min-width: 1001px) {
  section.nursery-schedule .list li .flex img {
    width: 40%;
  }
}
section.nursery-schedule .list li .flex p {
  flex: 1;
}
@media (max-width: 1000px) {
  section.nursery-schedule .list li .flex p {
    padding-left: 20%;
  }
}
section.nursery-schedule .list li .flex p img {
  margin-left: auto;
  margin-top: 10px;
}
@media (max-width: 1000px) {
  section.nursery-schedule .list li .flex p img {
    width: 133px;
  }
}
section.nursery-schedule .school-lunch {
  position: relative;
  width: 480px;
  height: 389px;
  margin: 0px auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1000px) {
  section.nursery-schedule .school-lunch {
    margin: 0px auto !important;
  }
}
@media (min-width: 1001px) {
  section.nursery-schedule .school-lunch {
    margin: 110px auto 50px !important;
  }
}
section.nursery-schedule .school-lunch img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
section.nursery-schedule .school-lunch:hover img:nth-of-type(2) {
  opacity: 0;
}

/* 療育学苑について
======================================== */
section.rehabili-policy ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
}
section.rehabili-policy ul li {
  display: flex;
  gap: 20px;
}
section.rehabili-policy ul li .number {
  color: #92c4ff;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}
section.rehabili-policy ul li .desc {
  margin-top: 10px;
  line-height: 200%;
  font-weight: 500;
}
section.rehabili-policy img {
  margin-left: auto;
  border-radius: 15px;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 1001px) {
  section.rehabili-policy img {
    width: 45%;
  }
}

section.rehabili-env p span {
  font-size: 22px;
  color: #e54097;
  display: inline-block;
}
@media (min-width: 1001px) {
  section.rehabili-env p span {
    font-size: 24px;
  }
}
section.rehabili-env .container {
  background-color: #fff;
  border: 1px solid #fc47a6;
  border-radius: 15px;
  padding: 30px;
  width: fit-content;
  margin-top: 70px;
}
section.rehabili-env .container .ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background-color: #fc47a6;
  border-radius: 50px;
  padding: 20px 30px;
  line-height: 1;
  width: fit-content;
  margin-top: calc(-1em - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  section.rehabili-env .container .ttl {
    font-size: 24px;
    margin-left: -30px;
  }
}

section.rehabili-flow {
  padding: 100px 0;
}

@media (min-width: 1001px) {
  .rehabili-steps {
    padding-top: 0px;
  }
}
.rehabili-steps ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1001px) {
  .rehabili-steps ul {
    width: 90%;
  }
}
.rehabili-steps ul li span {
  color: #92c4ff;
  font-size: 60px;
  font-weight: 800;
  line-height: 0.8;
}
.rehabili-steps ul li h3 {
  border: 3px solid #92c4ff;
  background-color: #fff;
  border-radius: 10px;
  font-size: 20px;
  padding: 10px 15px;
}
@media (min-width: 1001px) {
  .rehabili-steps ul li h3 {
    font-size: 22px;
  }
}

@media (max-width: 1000px) {
  .rehabili-business {
    padding-top: 30px;
  }
}

section.yt {
  padding: 70px 0;
}
@media (min-width: 1001px) {
  section.yt {
    padding: 100px 0 100px;
  }
}
section.yt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1001px) {
  section.yt {
    padding-top: 0px !important;
  }
}
section.yt a {
  display: block;
}

/* 学童について
======================================== */
section.school-policy {
  position: relative;
}
section.school-policy:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/school-2.png);
  background-size: cover;
  width: 105px;
  height: 101px;
  z-index: 130;
  right: 0;
}
@media (min-width: 1001px) {
  section.school-policy:after {
    width: 207px;
    height: 200px;
  }
}
section.school-policy .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin: 30px 0;
}
section.school-policy .container img {
  width: 100%;
  border-radius: 0px;
}
@media (min-width: 1001px) {
  section.school-policy .container img {
    width: 45%;
    border-radius: 15px;
  }
}
section.school-policy .container ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
}
section.school-policy .container ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
section.school-policy .container ul li span {
  width: 1.5em;
  height: 1.5em;
  background-color: #93c4ff;
  color: #fff;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

section.school-summary {
  padding-bottom: 60px;
}
@media (min-width: 1001px) {
  section.school-summary {
    padding-bottom: 150px;
  }
}
section.school-summary ul {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  gap: 100px;
  font-size: 15px;
}
@media (min-width: 1001px) {
  section.school-summary ul {
    gap: 40px;
  }
}
section.school-summary ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media (min-width: 1001px) {
  section.school-summary ul li {
    width: calc((100% - 100px) / 3);
  }
}
section.school-summary ul li img {
  border-radius: 15px;
}
section.school-summary ul li iframe {
  width: 100%;
  height: 250px;
  display: block;
}

section.school-schedule {
  padding: 20px 0 30px;
}
@media (min-width: 1001px) {
  section.school-schedule {
    padding: 100px 0;
  }
}
section.school-schedule .ttl-circle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.school-schedule ul.main {
  width: 100%;
}
@media (min-width: 1001px) {
  section.school-schedule ul.main {
    width: 50%;
    margin: 0 auto;
  }
}
section.school-schedule ul.main {
  display: flex;
  flex-wrap: wrap;
}
section.school-schedule ul.main li {
  width: 50%;
}
section.school-schedule ul.main li:before {
  content: "・";
  display: inline-block;
}

section.school-pickup {
  padding-bottom: 100px;
}
@media (min-width: 1001px) {
  section.school-pickup {
    padding-bottom: 100px;
  }
}
section.school-pickup h2 {
  width: 200px;
}
@media (min-width: 1001px) {
  section.school-pickup h2 {
    margin-left: 20px;
    width: 333px;
  }
}
section.school-pickup ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  margin-top: -5px;
}
@media (min-width: 1001px) {
  section.school-pickup ul {
    margin-top: -45px;
    gap: 0px 100px;
  }
}
section.school-pickup ul li {
  width: 100%;
}
@media (min-width: 1001px) {
  section.school-pickup ul li {
    width: calc((100% - 100px) / 2);
  }
}
section.school-pickup ul li img {
  border-radius: 15px;
  margin-top: 20px;
}
@media (min-width: 1001px) {
  section.school-pickup ul li p {
    margin-left: 45px;
  }
}
@media (min-width: 1001px) {
  section.school-pickup ul li:nth-child(2) {
    margin-top: 170px;
  }
  section.school-pickup ul li:nth-child(3) {
    margin-top: -50px;
  }
  section.school-pickup ul li:nth-child(4) {
    margin-top: 150px;
  }
  section.school-pickup ul li:nth-child(5) {
    margin-top: -50px;
  }
}

/* 運営法人について
======================================== */
section.admini-corp {
  font-size: 16px;
}
@media (max-width: 1000px) {
  section.admini-corp {
    padding-bottom: 120px;
  }
}
@media (min-width: 1001px) {
  section.admini-corp dl {
    width: 90%;
  }
}
section.admini-corp dl .row {
  display: flex;
  flex-wrap: wrap;
}
section.admini-corp dl .row:not(:last-child) {
  border-bottom: 1px dotted #93c4ff;
}
section.admini-corp dl .row dt,
section.admini-corp dl .row dd {
  padding: 20px 0;
}
@media (min-width: 1001px) {
  section.admini-corp dl .row dt,
  section.admini-corp dl .row dd {
    padding: 20px;
  }
}
section.admini-corp dl .row dt {
  font-weight: 600;
  width: 125px;
}
@media (min-width: 1001px) {
  section.admini-corp dl .row dt {
    width: 200px;
  }
}
section.admini-corp dl .row dd {
  flex: 1;
}
section.admini-corp dl .row dd .ttl {
  font-size: 20px;
  font-weight: 600;
  color: #94481d;
  margin-bottom: 30px;
}
section.admini-corp dl .row dd ul {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 40px;
}
section.admini-corp dl .row dd ul li {
  background-color: #fffaeb;
  border-radius: 20px;
}
section.admini-corp dl .row dd ul li span {
  position: relative;
  width: 350px;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 1rem;
  background-color: #92c4ff;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 0 15px;
  margin-top: -10px;
}
section.admini-corp dl .row dd ul li span::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: #92c4ff transparent;
  border-style: solid;
  content: "";
  right: -15px;
  border-width: 17.5px 15px 17.5px 0px;
}
section.admini-corp dl .row dd ul li .data {
  padding: 20px 20px;
  line-height: 140%;
}
@media (max-width: 1000px) {
  section.admini-corp dl .row dd ul li .data {
    font-size: 14px;
  }
}
section.admini-corp:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon-house-2.png);
  background-size: cover;
  width: 92px;
  height: 105px;
  bottom: 0;
  left: 0;
}
@media (min-width: 1001px) {
  section.admini-corp:after {
    width: 168px;
    height: 192px;
  }
}

/* 運営法人について
======================================== */
section.admini-info {
  padding: 70px 0;
}
@media (min-width: 1001px) {
  section.admini-info {
    padding: 50px 0 70px;
  }
}
section.admini-info {
  padding-bottom: 100px !important;
}
section.admini-info dl .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted #fc47a6;
}
section.admini-info dl .row dt,
section.admini-info dl .row dd {
  padding: 20px 5px;
  text-align: center;
}
section.admini-info dl .row dt {
  width: 30%;
  background-color: #ffeff7;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
@media (min-width: 1001px) {
  section.admini-info dl .row dt {
    width: 300px;
    font-size: 16px;
  }
}
section.admini-info dl .row dd {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding-left: 15px;
  /*@include lg {
      padding-left: 100px;
  }*/
}
section.admini-info dl .row dd a {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  section.admini-info dl .row dd a {
    font-size: 14px;
  }
}
@media (min-width: 1001px) {
  section.admini-info dl .row dd a {
    gap: 10px;
  }
}
section.admini-info dl .row dd a .sm_sp {
  font-size: 12px;
}
section.admini-info dl .row dd a:before {
  content: "";
  display: block;
  background-size: cover;
  width: 20px;
  height: 26px;
}
@media (min-width: 1001px) {
  section.admini-info dl .row dd a:before {
    width: 33px;
    height: 43px;
  }
}
@media (max-width: 1000px) {
  section.admini-info dl .row dd a:before {
    margin-left: auto;
    margin-right: auto;
  }
}
section.admini-info dl .row dd a.pdf:before {
  background-image: url(../img/icon-pdf.png);
}
section.admini-info dl .row dd a.pdf1 {
  color: #B7B7B7 !important;
}
section.admini-info dl .row dd a.pdf1:before {
  background-image: url(../img/pdf_gray.png);
}
section.admini-info dl .row dd a.excel:before {
  background-image: url(../img/icon-excel.png);
}
section.admini-info .sc-title {
  margin: 40px auto 20px;
}
section.admini-info .sc-title h3 {
  text-align: center;
  font-size: 20px;
  font-family: "Kosugi Maru", sans-serif;
}

/* お問合せフォーム
======================================== */
section.contact-form {
  padding: 70px 0;
}
@media (min-width: 1001px) {
  section.contact-form {
    padding: 50px 0 70px;
  }
}

.mw_wp_form {
  width: 100% !important;
}
.mw_wp_form dl {
  width: 100% !important;
}
.mw_wp_form dl .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0px;
}
.mw_wp_form dl .row:not(:last-child) {
  border-bottom: 2px dashed #ded7d3;
}
.mw_wp_form dl dt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  gap: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1001px) {
  .mw_wp_form dl dt {
    width: 28%;
    margin-bottom: 0px;
  }
}
.mw_wp_form dl dt .required {
  display: block;
  background-color: #fed33b;
  font-size: 12px;
  border-radius: 5px;
  color: #fff;
  padding: 10px 10px;
  line-height: 1;
  height: fit-content;
}
.mw_wp_form dl dt .required:before {
  content: "必須";
  display: inline-block;
  font-weight: normal;
}
.mw_wp_form dl dd {
  width: 100%;
}
@media (min-width: 1001px) {
  .mw_wp_form dl dd {
    width: 70%;
  }
}
.mw_wp_form dl dd input[type=text] {
  width: 100% !important;
  background-color: #f2f1f1;
  padding: 3px 10px;
  border: none;
}
.mw_wp_form dl dd textarea {
  width: 100% !important;
  background-color: #f2f1f1;
  padding: 3px 10px;
  border: none;
}
.mw_wp_form dl select {
  background-color: #f2f1f1;
  padding: 3px 10px;
  border: none;
  -webkit-appearance: auto;
  appearance: auto;
}
.mw_wp_form dl dd.radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media (min-width: 1001px) {
  .mw_wp_form dl dd.radio {
    gap: 10px 0px;
  }
}
.mw_wp_form dl dd.radio .mwform-radio-field {
  width: fit-content;
  margin-left: 0 !important;
}
@media (min-width: 1001px) {
  .mw_wp_form dl dd.radio .mwform-radio-field {
    width: 50%;
  }
}
.mw_wp_form dl dd.radio .mwform-radio-field input {
  display: none;
}
.mw_wp_form dl dd.radio .mwform-radio-field label {
  display: inline-block;
}
.mw_wp_form dl dd.radio .mwform-radio-field-text {
  padding-left: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.mw_wp_form dl dd.radio .mwform-radio-field-text:after, .mw_wp_form dl dd.radio .mwform-radio-field-text:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 0;
}
.mw_wp_form dl dd.radio .mwform-radio-field-text:after {
  opacity: 0;
  width: 10px;
  height: 10px;
  background: #f18800;
  border: none;
  left: 5px;
}
.mw_wp_form dl dd.radio input[type=radio]:checked + .mwform-radio-field-text:after {
  opacity: 1;
}
.mw_wp_form .agreed {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 5px;
  margin: 35px 0;
}
@media (max-width: 1000px) {
  .mw_wp_form .agreed {
    font-size: 14px;
  }
}
@media (min-width: 1001px) {
  .mw_wp_form .agreed {
    margin: 50px 0;
    align-items: center;
  }
}
.mw_wp_form .agreed a {
  display: inline-block;
  text-decoration: underline;
}
.mw_wp_form .agreed:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #fed33b;
  flex-shrink: 0;
}
@media (min-width: 1001px) {
  .mw_wp_form .agreed:before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1000px) {
  .mw_wp_form .agreed:before {
    margin-top: 0.7em;
  }
}

/* 入園について
======================================== */
.icon-girl {
  position: relative;
}
.icon-girl:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon-girl-2.png);
  background-size: cover;
  width: 73px;
  height: 119px;
  right: 0px;
}
@media (min-width: 1001px) {
  .icon-girl:after {
    right: 10px;
    width: 113px;
    height: 184px;
  }
}

.icon-desease {
  position: relative;
}
.icon-desease:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon-desease.png);
  background-size: cover;
  width: 139px;
  height: 140px;
  right: 0px;
  bottom: -20px;
}
@media (min-width: 1001px) {
  .icon-desease:after {
    right: 10px;
    width: 259px;
    height: 260px;
    bottom: -80px;
  }
}

/* プライバシーポリシー
======================================== */
section.privacy-policy {
  padding: 70px 0;
}
@media (min-width: 1001px) {
  section.privacy-policy {
    padding: 100px 0 100px;
  }
}
@media (min-width: 1001px) {
  section.privacy-policy {
    padding-top: 0px;
  }
}
section.privacy-policy .ttl-circle-back {
  font-size: 18px;
}
@media (min-width: 1001px) {
  section.privacy-policy .ttl-circle-back {
    font-size: 22px;
  }
}
section.privacy-policy ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 30px;
}

/* ページ内ジャンプ位置調整 */
#sc_summary {
  padding-top: 150px;
  margin-top: -150px;
}

#rt_summary {
  padding-top: 140px;
  margin-top: -140px;
}

/* Main Visual
======================================== */
section.mv {
  position: relative;
}
section.mv .moving-icon {
  width: 200px;
  height: auto;
  top: auto;
  bottom: -80px;
  right: 0px;
  z-index: 900;
}
@media (min-width: 1001px) {
  section.mv .moving-icon {
    width: 300px;
    right: -50px;
  }
}

.mv-swiper {
  aspect-ratio: 1180/528;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 1001px) {
  .mv-swiper {
    height: 100%;
  }
}
@media (max-width: 1000px) {
  .mv-swiper {
    aspect-ratio: 750/1110;
    height: auto;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: none;
  }
}
.mv-swiper .text {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: end;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 1001px) {
  .mv-swiper .text {
    padding-left: 0%;
    padding-bottom: 5%;
  }
}
@media (max-width: 1000px) {
  .mv-swiper .text {
    padding: 10% 0;
  }
}
.mv-swiper .text h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 30px;
  text-shadow: 0px 5px 5px #000;
}
@media (min-width: 1001px) {
  .mv-swiper .text h2 {
    font-size: 56px;
  }
}
.mv-swiper .text p {
  font-size: 22px;
  line-height: 170%;
  text-shadow: 0px 3px 3px #000;
}
@media (min-width: 1001px) {
  .mv-swiper .text p {
    line-height: 150%;
    font-size: 26px;
  }
}
.mv-swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -10;
}
.mv-swiper .swiper-slide img {
  display: block;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

/* お知らせ
======================================== */
section.news {
  padding: 70px 0;
}
@media (min-width: 1001px) {
  section.news {
    padding: 100px 0 100px;
  }
}
section.news {
  padding-bottom: 150px;
}
@media (min-width: 1001px) {
  section.news {
    padding-bottom: 220px;
  }
}

/* ブログ
======================================== */
section.blog {
  background-color: #fffaeb;
  margin: 0 calc(50% - 50vw);
  padding: 80px calc(50vw - 50%) 100px;
  width: 100vw;
  max-width: none;
}
@media (min-width: 1001px) {
  section.blog {
    padding: 0 calc(50vw - 50%) 100px;
    margin: 250px calc(50% - 50vw) 0;
  }
}
@media (max-width: 1000px) {
  section.blog:before {
    display: none;
  }
}
section.blog ul.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 30px;
}
section.blog ul.blog-list li {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
@media (min-width: 1001px) {
  section.blog ul.blog-list li {
    line-height: 130%;
    font-size: 24px;
    width: calc((100% - 100px) / 3);
  }
}
section.blog ul.blog-list li a {
  position: relative;
}
section.blog ul.blog-list li a:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/news-icon.png);
  background-size: cover;
  width: 114px;
  height: 25px;
  left: 0;
  top: 0;
  z-index: 100;
}
@media (min-width: 1001px) {
  section.blog ul.blog-list li a:before {
    width: 120px;
    height: 27px;
  }
}
section.blog ul.blog-list li a figure {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 5px;
}
section.blog ul.blog-list li a figure img {
  transition: transform 0.3s ease;
}
section.blog ul.blog-list li a:hover {
  opacity: 0.8;
}
section.blog ul.blog-list li a:hover figure img {
  transform: scale(1.1);
}

/* 保育理念
======================================== */
section.policy {
  padding: 70px 0;
}
@media (min-width: 1001px) {
  section.policy {
    padding: 50px 0 70px;
  }
}
section.policy {
  position: relative;
}
section.policy ul.policy-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 50px;
}
section.policy ul.policy-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}
@media (max-width: 1000px) {
  section.policy ul.policy-list li {
    flex-direction: column-reverse;
  }
}
section.policy ul.policy-list li img {
  width: 100vw;
  max-width: none;
}
@media (max-width: 1000px) {
  section.policy ul.policy-list li img {
    margin: 0 calc(50% - 50vw);
  }
}
@media (min-width: 1001px) {
  section.policy ul.policy-list li img {
    border-radius: 0 80px 80px 0;
    width: 45vw;
    margin-left: calc(50% - 50vw);
    margin-right: auto;
  }
}
section.policy ul.policy-list li .text {
  flex: 1;
}
section.policy ul.policy-list li:nth-child(even) {
  flex-direction: column-reverse;
}
@media (min-width: 1001px) {
  section.policy ul.policy-list li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
section.policy ul.policy-list li:nth-child(even) img {
  margin-right: calc(50% - 50vw);
}
@media (min-width: 1001px) {
  section.policy ul.policy-list li:nth-child(even) img {
    border-radius: 80px 0 0 80px;
    margin-left: auto;
  }
}
section.policy div.exercise_movie {
  width: 100%;
  height: 190px;
  margin: 100px auto 60px;
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../img/exe_movie.gif);
  background-size: cover;
  border-radius: 15px;
  background-position: 50%, 50%;
}
@media (min-width: 1001px) {
  section.policy div.exercise_movie {
    width: 480px;
    height: 265px;
    margin-bottom: 10px;
  }
}

/* 保育施設
======================================== */
section.facilities {
  padding: 70px 0;
}
@media (min-width: 1001px) {
  section.facilities {
    padding: 50px 0 70px;
  }
}
section.facilities ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px;
  margin-top: 40px;
}
section.facilities ul li {
  width: 100%;
  position: relative;
}
@media (min-width: 1001px) {
  section.facilities ul li {
    width: calc((100% - 80px) / 3);
  }
}
section.facilities ul li h3 {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
section.facilities ul li h3:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/facilities-ribbon.png);
  background-size: cover;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 355.1/72;
}
section.facilities ul li a {
  position: relative;
}
section.facilities ul li a:before {
  content: "";
  display: block;
  background-image: url(../img/shadow-pink.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  position: absolute;
  z-index: 0;
  border-radius: 15px;
}
section.facilities ul li a figure {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  z-index: 10;
}
section.facilities ul li a figure img {
  transition: transform 0.3s ease;
}
section.facilities ul li a:hover figure img {
  transform: scale(1.1);
}
section.facilities ul li a:hover .here {
  background-color: #fc47a6;
  color: #fff;
}
section.facilities ul li a:hover .here .arrow {
  border-color: #fff;
}
section.facilities ul li .here {
  position: absolute;
  right: -15px;
  bottom: -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 120px;
  height: 120px;
  z-index: 100;
  border-radius: 100%;
  background-color: #fff2f8;
  color: #e54097;
  border: 1px solid #e54097;
  font-size: 14px;
  transition: 0.3s all;
  line-height: 170%;
}
section.facilities ul li .here .arrow {
  display: block;
  width: 50px;
  height: 8px;
  border-bottom: 1px solid #e54097;
  border-right: 1px solid #e54097;
  transform: skew(45deg);
  transition: 0.3s all;
  margin-top: 5px;
}

/* 保育環境
======================================== */
section.top-nursing {
  padding: 70px 0;
}
@media (min-width: 1001px) {
  section.top-nursing {
    padding: 100px 0 100px;
  }
}
@media (min-width: 1001px) {
  section.top-nursing {
    padding-top: 0px;
  }
}
section.top-nursing ul {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
section.top-nursing ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 30px;
}
@media (min-width: 1001px) {
  section.top-nursing ul li {
    width: 75%;
  }
}
section.top-nursing ul li.icon {
  width: 100%;
}
section.top-nursing ul li figure {
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 1001px) {
  section.top-nursing ul li figure {
    width: 350px;
  }
}
section.top-nursing ul li figure h3 {
  background-color: #92c4ff;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -1em;
  width: 60%;
  line-height: 200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 22px;
}
@media (min-width: 1001px) {
  section.top-nursing ul li figure h3 {
    font-size: 24px;
  }
}
section.top-nursing ul li .text {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: start;
  font-size: 18px;
}
@media (max-width: 1000px) {
  section.top-nursing ul li .text {
    flex-wrap: wrap;
    font-size: 16px;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
}
section.top-nursing ul li .text.kousei {
  flex-direction: column;
}
@media (min-width: 1001px) {
  section.top-nursing ul li .text.kousei {
    flex-direction: row;
  }
}
section.top-nursing ul li .text.kousei img {
  margin-left: auto;
}
section.top-nursing ul li .text p {
  width: 480px;
}
section.top-nursing ul li .text img {
  width: 25%;
}
@media (min-width: 1001px) {
  section.top-nursing ul li .text img {
    width: 150px;
  }
}
section.top-nursing ul li:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: auto;
}

/* お問い合わせ
======================================== */
section.contact {
  text-align: center;
  background-image: url("../img/contact-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 80px calc(50vw - 50%);
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 170%;
}
@media (min-width: 1001px) {
  section.contact {
    font-size: 26px;
    padding: 80px calc(50vw - 50%) 20px;
  }
}
section.contact .time {
  font-size: 20px;
  margin-top: 30px;
}
@media (min-width: 1001px) {
  section.contact .time {
    font-size: 26px;
  }
}
section.contact .tel {
  font-size: 24px;
  margin: 30px 0;
}
@media (min-width: 1001px) {
  section.contact .tel {
    font-size: 28px;
    pointer-events: none;
    font-size: 43px;
  }
}
section.contact ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
}
section.contact ul li {
  padding: 0 20px;
  font-size: 16px;
  line-height: 1;
}
section.contact ul li:not(:last-child) {
  border-right: 1px solid #46220e;
}
section.contact ul li a:hover {
  color: #8ab3e2;
}

/* Admission
======================================== */
section.admission {
  padding: 70px 0;
}
@media (min-width: 1001px) {
  section.admission {
    padding: 50px 0 70px;
  }
}
section.admission {
  position: relative;
}
@media (min-width: 1001px) {
  section.admission {
    margin: 90px 0;
  }
}
section.admission .flag {
  position: absolute;
  width: 30%;
  top: 0;
  opacity: 0;
}
section.admission .flag.left {
  left: 0;
}
section.admission .flag.left.scroll-in {
  animation-name: lefttoright;
}
section.admission .flag.right {
  right: 0;
}
section.admission .flag.right.scroll-in {
  animation-name: righttoleft;
}
@keyframes lefttoright {
  from {
    opacity: 0;
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes righttoleft {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
section.admission ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
@media (min-width: 1001px) {
  section.admission ul {
    gap: 50px;
    margin-top: 80px;
  }
}
section.admission ul li a {
  font-size: 22px;
  font-weight: 700;
  width: 300px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 3px solid #f0c164;
  border-radius: 100px;
}
@media (min-width: 1001px) {
  section.admission ul li a {
    font-size: 26px;
    height: 80px;
  }
}
section.admission ul li a:hover {
  background-color: #fed22b;
  color: #fff;
}

/* お知らせ
======================================== */
ul.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
}
ul.news-list li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
}
ul.news-list li a:hover {
  opacity: 0.6;
}
ul.news-list li {
  width: 100%;
}
@media (min-width: 1001px) {
  ul.news-list li {
    width: calc((100% - 110px) / 3);
  }
}
ul.news-list li img {
  border-radius: 15px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
ul.news-list li .date {
  color: #8ab3e2;
  font-size: 16px;
}
ul.news-list li .ttl {
  font-size: 18px;
  font-weight: 700;
}

article.news-archive {
  position: relative;
  padding: 70px 0;
}
@media (min-width: 1001px) {
  article.news-archive {
    padding: 50px 0 70px;
  }
}
@media (min-width: 1001px) {
  article.news-archive {
    padding-top: 0px;
  }
}
article.news-archive:after {
  content: "";
  position: relative;
  display: block;
  background-image: url(../img/icon-bird.png);
  background-size: cover;
  width: 150px;
  height: 88px;
  z-index: 100;
  right: 0;
  bottom: 0px;
  margin-left: auto;
}
@media (min-width: 1001px) {
  article.news-archive:after {
    position: absolute;
    width: 300px;
    height: 157px;
    bottom: 50px;
  }
}
article.news-archive .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media (min-width: 1001px) {
  article.news-archive .list {
    gap: 30px;
  }
}
article.news-archive .list li a {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1001px) {
  article.news-archive .list li a {
    gap: 50px;
  }
}
article.news-archive .list li .date {
  background-color: #46220e;
  color: #fff;
  width: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
article.news-archive .list li .ttl {
  flex: 100%;
}
@media (min-width: 1001px) {
  article.news-archive .list li .ttl {
    flex: 1;
  }
}

/* Blog
======================================== */
.blog-page {
  padding: 70px 0;
}
@media (min-width: 1001px) {
  .blog-page {
    padding: 50px 0 70px;
  }
}
.blog-page img {
  margin-top: 50px;
}
@media (min-width: 1001px) {
  .blog-page img {
    margin-top: 100px;
  }
}
.blog-page .blog-list {
  display: flex;
  flex-direction: column;
}
.blog-page .blog-list li:not(:last-child) {
  border-bottom: 1px dashed #707070;
}
.blog-page .blog-list a {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding: 20px 0;
}
@media (min-width: 1001px) {
  .blog-page .blog-list a {
    padding: 30px 10px;
  }
}
.blog-page .blog-list .date {
  color: #b0836b;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
@media (min-width: 1001px) {
  .blog-page .blog-list .date {
    width: 200px;
  }
}
.blog-page .blog-list .ttl {
  flex: 1;
}

/* 旧ブログリスト 
.blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;

    @include lg {
        gap: 60px 20px;
    }

    li {
        width: 100%;

        a {
            position: relative;

            img {
                border-radius: 15px;
                object-fit: cover;
                width: 100%;
                height: 100%;
                aspect-ratio: 16/9;
            }

            &:hover {
                color: $blue;
            }
        }

        @include lg {
            width: calc((100% - 20px * 2) / 3);
        }

        .date {
            color: #b0836b;
            font-size: 14px;
        }

        .ttl {
            font-weight: 600;
            font-size: 18px;
        }

        .cat {
            position: absolute;
            left: 0;
            top: -15px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            background-image: url(../img/blog-cat-bg.png);
            background-size: cover;
            width: 150.4px;
            height: auto;
            aspect-ratio: 188.4 / 51.2;
            color: #fff;

            @include lg {
                width: 188.4px;
                top: -25px;
            }
        }
    }
}*/
.position_ad {
  background-position: 60% 50%;
}

/* --- Single --- */
.blog-single {
  padding: 70px 0;
}
@media (min-width: 1001px) {
  .blog-single {
    padding: 50px 0 70px;
  }
}
@media (min-width: 1001px) {
  .blog-single {
    padding-top: 0px;
  }
}
.blog-single .date {
  color: #b0836b;
  font-size: 16px;
}
.blog-single .ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  .blog-single .ttl {
    margin-bottom: 40px;
  }
}
.blog-single .eye-catch {
  margin: 0;
  width: 600px;
  border-radius: 15px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  .blog-single .eye-catch {
    margin-bottom: 40px;
  }
}
.blog-single img {
  margin-top: 20px;
}
@media (min-width: 1001px) {
  .blog-single img {
    margin-top: 80px;
  }
}
.blog-single .btn-back {
  border: 3px solid #fc47a6;
  border-radius: 10px;
  width: 200px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fc47a6;
  font-size: 14px;
  font-weight: 600;
  margin-left: auto;
  margin-top: 20px;
}
@media (min-width: 1001px) {
  .blog-single .btn-back {
    margin-top: 30px;
    border-radius: 15px;
    font-size: 18px;
    width: 300px;
    height: 60px;
  }
}
.blog-single .btn-back:hover {
  background-color: #fc47a6;
  color: #fff;
}

/* --- Pagination --- */
.pagination {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 1001px) {
  .pagination {
    margin-top: 50px;
  }
}
.pagination ul {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1001px) {
  .pagination ul {
    gap: 20px;
  }
}
.pagination ul a,
.pagination ul li {
  width: 35px;
  height: 35px;
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width: 1001px) {
  .pagination ul a,
  .pagination ul li {
    width: 40px;
    height: 40px;
  }
}
.pagination ul li {
  font-size: 16px;
  border: 1px solid #fc47a6;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fc47a6;
}
@media (min-width: 1001px) {
  .pagination ul li {
    font-size: 18px;
  }
}
.pagination ul li.active {
  background-color: #fc47a6;
  color: #fff;
}
.pagination ul a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}