@charset "UTF-8";
html,
input,
textarea,
select,
button {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

html {
  font-size: 16px;
  line-height: 1.6;
  color: #443939;
  word-break: break-all;
  background: #fff;
}
@media only screen and (max-width: 1006px) {
  html [id]:not([id=""]) {
    scroll-margin-top: 70px;
  }
}
@media only screen and (min-width: 1007px) {
  html [id]:not([id=""]) {
    scroll-margin-top: 115px;
  }
}

body {
  margin: 0;
  background: #fff;
}
body::before {
  display: block;
  height: 115px;
  content: "";
}
@media only screen and (max-width: 1006px) {
  body::before {
    height: 70px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  margin: 0;
  vertical-align: top;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
}

input,
select,
textarea,
button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
  border: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

main {
  display: block;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 1007px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1006px) {
  body {
    position: relative;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
select,
textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
}
.c-header_logos {
  display: flex;
  align-items: center;
  margin-right: 2%;
  margin-left: 2%;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 1006px) {
  .c-header_logos {
    position: relative;
    margin-left: 0;
    margin-left: 20px;
  }
}
.c-header_logos:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1007px) and (max-width: 1099px) {
  .c-header_logos {
    margin: 0;
  }
}

.c-header_logo_img {
  max-width: 89px;
}
@media only screen and (max-width: 1006px) {
  .c-header_logo_img {
    max-width: 50px;
    margin-top: 20px;
  }
}

.c-header_logo_texts {
  margin-left: 11px;
  text-align: center;
}
@media only screen and (min-width: 1007px) {
  .c-header_logo_texts {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1006px) {
  .c-header_logo_texts {
    margin-top: 20px;
    text-align: left;
  }
}

.c-header_logo_explain {
  font-size: 14px;
  color: #312727;
}
@media only screen and (max-width: 1006px) {
  .c-header_logo_explain {
    position: absolute;
    top: 5px;
    width: 100%;
    font-size: 12px;
    color: #443939;
  }
}

.c-header_logo_title {
  max-width: 254px;
  margin-top: 5px;
}
@media only screen and (max-width: 1006px) {
  .c-header_logo_title {
    max-width: 153px;
    margin-top: 0;
  }
}

.c-header_logo_title--en {
  margin-top: 5px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 11px;
  color: #f48416;
  letter-spacing: 0.68em;
}
@media only screen and (max-width: 1006px) {
  .c-header_logo_title--en {
    margin-top: 0;
    font-size: 10px;
    letter-spacing: 0.28em;
  }
}

.c-triangle {
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #f48516;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
}

.c-section-title {
  font-size: 28px;
  font-weight: bold;
  color: #443939;
  text-align: center;
  letter-spacing: 0.01em;
}

.c-section-sub-title {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 13px;
  color: #f48416;
  text-align: center;
  letter-spacing: 0.05em;
}

.c-btn--push a {
  position: relative;
  display: inline-block;
  width: 410px;
  max-width: 100%;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: transparent;
  border-radius: 39px;
  outline: none;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1006px) {
  .c-btn--push a {
    font-size: 16px;
  }
}
.c-btn--push a::after {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #7a6767;
  border-radius: 39px;
}
.c-btn--push a span {
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  background: #443939;
  border-radius: 39px;
  transition: all 0.3s ease;
}
.c-btn--push a:hover {
  border-color: transparent;
}
.c-btn--push a:hover span {
  color: #fff;
  background-color: #443939;
  transform: translateY(5px);
}
.c-btn--push button {
  position: relative;
  display: inline-block;
  width: 410px;
  max-width: 100%;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: transparent;
  border-radius: 39px;
  outline: none;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1006px) {
  .c-btn--push button {
    font-size: 16px;
  }
}
.c-btn--push button::after {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #7a6767;
  border-radius: 39px;
}
.c-btn--push button span {
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  background: #443939;
  border-radius: 39px;
  transition: all 0.3s ease;
}
.c-btn--push button:hover {
  border-color: transparent;
}
.c-btn--push button:hover span {
  color: #fff;
  background-color: #443939;
  transform: translateY(5px);
}

.c-footer_link_title a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #443939;
}
.c-footer_link_title a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #f48516;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  transform: translateY(-50%);
}

.c-kv {
  background: url(../img/kv/bg_kv.png) no-repeat center center/cover;
  background-repeat: repeat;
  background-size: 100%;
}
@media only screen and (max-width: 1006px) {
  .c-kv {
    background-size: auto 100%;
  }
}

.c-kv_inner {
  max-width: 1240px;
  padding: 27px 20px 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 1006px) {
  .c-kv_inner {
    padding: 30px 20px;
  }
}

.c-kv_titles {
  position: relative;
  padding-left: 30px;
}
.c-kv_titles::before {
  position: absolute;
  top: 53%;
  left: 0;
  width: 13px;
  height: 100%;
  content: "";
  background: url(../img/kv/dot_fade.png) no-repeat center center/contain;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1006px) {
  .c-kv_titles::before {
    width: 16px;
  }
}

.c-kv_title--ja {
  font-size: 30px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.1em;
}

.c-kv_title--en {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  color: #f48416;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .c-kv_title--en {
    font-size: 18px;
  }
}

.c-kv_images {
  margin-top: 40px;
}
@media only screen and (max-width: 1006px) {
  .c-kv_images {
    margin-top: 30px;
  }
}

.c-kv_tabs {
  display: flex;
  max-width: 1080px;
  padding: 0 20px;
  margin: 64px auto 0;
}
@media only screen and (max-width: 1006px) {
  .c-kv_tabs {
    padding: 0;
    margin: 30px auto 0;
  }
}

.c-kv_tab {
  width: calc(33.3% - 6.6666666667px);
  padding: 20px;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 1006px) {
  .c-kv_tab {
    width: calc(33.3% - 3.3333333333px);
  }
}
@media only screen and (max-width: 1006px) {
  .c-kv_tab {
    padding: 10px 5px;
  }
}
.c-kv_tab:not(:first-child) {
  margin-left: 10px;
}
@media only screen and (max-width: 1006px) {
  .c-kv_tab:not(:first-child) {
    margin-left: 5px;
  }
}
.c-kv_tab a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1006px) {
  .c-kv_tab a {
    font-size: 14px;
  }
}
.c-kv_tab.is-active {
  background: #fff;
}

.c-kv_tab--sky {
  background: #dceef4;
}
.c-kv_tab--sky a {
  color: #4bb7df;
}

.c-kv_tab--flower {
  background: #f4d7e1;
}
.c-kv_tab--flower a {
  color: #f1749d;
}

.c-kv_tab--sunshine {
  background: #fae6d2;
}
.c-kv_tab--sunshine a {
  color: #f48416;
}

.js-KVSlider {
  border-radius: 20px;
}
.js-KVSlider .swiper-slide {
  position: relative;
  padding-top: 20%;
}
@media only screen and (max-width: 1006px) {
  .js-KVSlider .swiper-slide {
    padding-top: 30%;
  }
}
.js-KVSlider .c-kv_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1007px) {
  .c-news_sidebar {
    width: calc(28% - 25px);
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1006px) {
  .c-news_sidebar {
    width: 100%;
    margin-top: 80px;
  }
}

.c-news_sidebar_title {
  position: relative;
  padding-left: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .c-news_sidebar_title {
    font-size: 18px;
  }
}
.c-news_sidebar_title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: #f48416;
  border-radius: 50%;
  transform: translateY(-50%);
}

.c-news_sidebar_title--category {
  margin-top: 33px;
}
@media only screen and (max-width: 1006px) {
  .c-news_sidebar_title--category {
    margin-top: 50px;
  }
}

.c-news_sidebar_selectbox {
  position: relative;
  margin-top: 17px;
}
@media only screen and (max-width: 1006px) {
  .c-news_sidebar_selectbox {
    margin-top: 15px;
  }
}
.c-news_sidebar_selectbox::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #f48516;
  border-style: solid;
  border-width: 5.5px 0 5.5px 8px;
  transform: rotate(90deg) translateX(-60%);
}
.c-news_sidebar_selectbox select {
  display: block;
  width: 265px;
  max-width: 100%;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
  border: 1px solid #f48416;
  border-radius: 50px;
}
@media only screen and (max-width: 1006px) {
  .c-news_sidebar_selectbox select {
    width: 100%;
  }
}

.c-news_sidebar_cats {
  margin-top: 12px;
}
@media only screen and (max-width: 1006px) {
  .c-news_sidebar_cats {
    display: flex;
    flex-wrap: wrap;
  }
}

.c-news_sidebar_cat-name {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1007px) {
  .c-news_sidebar_cat-name:not(:first-child) {
    margin-top: 6px;
  }
}
.c-news_sidebar_cat-name.is-active {
  color: #f48416;
}
@media only screen and (max-width: 1006px) {
  .c-news_sidebar_cat-name {
    width: calc(50% - 10px);
  }
  .c-news_sidebar_cat-name:nth-child(2n) {
    margin-left: 20px;
  }
  .c-news_sidebar_cat-name:nth-child(n+3) {
    margin-top: 20px;
  }
}

.c-access_inner {
  max-width: 1080px;
  padding: 80px 20px 120px;
  margin: 0 auto;
}
@media only screen and (max-width: 1006px) {
  .c-access_inner {
    padding: 40px 20px;
  }
}

.c-access_age_box {
  margin-top: 30px;
  text-align: center;
}

.c-access_age_text {
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 6px;
}

.c-access_age--sky {
  background: #4bb7df;
}

.c-access_age--flower {
  background: #f1749d;
}

.c-access_age--sunshine {
  background: #eead50;
}

.c-access_title {
  margin-top: 8px;
  font-size: 32px;
  font-weight: bold;
  color: #443939;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .c-access_title {
    font-size: 24px;
  }
}
.c-access_title span {
  font-family: "brandon-grotesque", sans-serif;
}

.c-access_type {
  margin-top: 2px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}

.c-access_contents {
  display: flex;
  align-items: center;
  margin-top: 56px;
}
@media only screen and (max-width: 1006px) {
  .c-access_contents {
    display: block;
    margin-top: 30px;
  }
}

.c-content_img {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 1006px) {
  .c-content_img {
    width: 100%;
  }
}

.c-access_content_texts {
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
}
@media only screen and (min-width: 1007px) {
  .c-access_content_texts {
    width: calc(50% - 25px);
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1006px) {
  .c-access_content_texts {
    width: 100%;
    margin-top: 30px;
  }
}

.c-access_content_dl {
  display: flex;
  padding: 14px;
}
.c-access_content_dl:not(:first-child) {
  border-top: 1px dashed #bbb;
}

.c-access_content_dt {
  width: 20%;
  font-size: 15px;
  font-weight: bold;
  color: #4bb7df;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .c-access_content_dt {
    width: 25%;
  }
}

.c-access_content_dd {
  width: 80%;
  width: 75%;
  font-size: 14px;
  line-height: 2;
  color: #443939;
  letter-spacing: 0.05em;
}

.c-capacity {
  margin-top: 39px;
}

.c-access_sub-title {
  position: relative;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.1em;
  border-bottom: 1px dashed #bbb;
}
.c-access_sub-title::before {
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: #4bb7df;
  border-radius: 50%;
}
@media only screen and (min-width: 1007px) {
  .c-access_sub-title::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1006px) {
  .c-access_sub-title::before {
    top: 20px;
  }
}
.c-access_sub-title span {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1007px) {
  .c-access_sub-title span {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 1006px) {
  .c-access_sub-title span {
    display: block;
  }
}

.c-capacity_contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 27px;
}

@media only screen and (min-width: 1007px) {
  .c-capacity_content {
    width: calc(25% - 11.25px);
  }
  .c-capacity_content:not(:first-child) {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1006px) {
  .c-capacity_content {
    width: calc(50% - 5px);
  }
  .c-capacity_content:nth-child(2n) {
    margin-left: 10px;
  }
  .c-capacity_content:nth-child(n+3) {
    margin-top: 10px;
  }
}

.c-capacity_age {
  padding: 8px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}

.c-capacity_age--blue {
  background: #4bb7df;
}

.c-capacity_rule-and-now--title {
  display: flex;
  align-items: center;
  margin-top: 7px;
  text-align: center;
}

.c-capacity_rule_title,
.c-capacity_now_title {
  width: calc(50% - 5px);
  padding: 2px;
  color: #4bb7df;
  background: #dceef4;
}

.c-capacity_now_title {
  margin-left: 10px;
}

.c-capacity_rule-and-now--text {
  display: flex;
  align-items: center;
  text-align: center;
}

.c-capacity_rule_text,
.c-capacity_now_text {
  width: calc(50% - 5px);
}

.c-capacity_rule_text {
  font-size: 37px;
  font-weight: bold;
  color: #4bb7df;
  letter-spacing: 0.05em;
}
.c-capacity_rule_text span {
  font-size: 22px;
}

.c-capacity_now_text {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #4bb7df;
  letter-spacing: 0.05em;
}
.c-capacity_now_text span {
  font-size: 22px;
}

.c-capacity_symbol_explains_box {
  padding: 5px 20px;
  margin-top: 10px;
  background: #f8f8f8;
}
@media only screen and (max-width: 1006px) {
  .c-capacity_symbol_explains_box {
    padding: 5px 10px;
  }
}

.c-capacity_symbol_explains {
  display: flex;
  flex-wrap: wrap;
}

.c-capacity_symbol_explain_contents {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1007px) {
  .c-capacity_symbol_explain_contents:not(:first-child) {
    margin-left: 14px;
  }
}
@media only screen and (max-width: 1006px) {
  .c-capacity_symbol_explain_contents:nth-child(2) {
    margin-left: 10px;
  }
  .c-capacity_symbol_explain_contents:nth-child(1) {
    width: calc(50% - 5px);
  }
  .c-capacity_symbol_explain_contents:nth-child(2) {
    width: calc(50% - 5px);
  }
  .c-capacity_symbol_explain_contents:nth-child(3), .c-capacity_symbol_explain_contents:nth-child(4), .c-capacity_symbol_explain_contents:nth-child(5) {
    width: 100%;
  }
}

.c-capacity_symbol_explain--symbol {
  font-size: 24px;
  font-weight: bold;
  color: #4bb7df;
}
@media only screen and (max-width: 1006px) {
  .c-capacity_symbol_explain--symbol {
    font-size: 18px;
  }
}

.c-capacity_symbol_explain--text {
  margin-left: 10px;
  font-size: 14px;
  line-height: 2;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .c-capacity_symbol_explain--text {
    margin-left: 5px;
    font-size: 12px;
  }
}

.c-structure_title {
  margin-top: 49px;
}

@media only screen and (min-width: 1007px) {
  .c-structure_images {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1006px) {
  .c-structure_images {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1007px) {
  .c-structure_img {
    padding: 0 20px;
  }
}
.c-structure_img:not(:first-child) {
  margin-top: 160px;
}
@media only screen and (max-width: 1006px) {
  .c-structure_img:not(:first-child) {
    margin-top: 50px;
  }
}

.c-guardian_inner {
  max-width: 1240px;
  padding: 100px 20px;
  margin: 0 auto;
}

.c-guardian_title {
  position: relative;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-guardian_title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 10px;
  content: "";
  background: url(../img/guardian/dot_shadow.png) no-repeat center center/contain;
  transform: translateX(-50%);
}

.c-about_sub-title {
  position: relative;
  padding-top: 7px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-top: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.1em;
  border-bottom: 1px dashed #bbb;
}
@media only screen and (max-width: 1006px) {
  .c-about_sub-title {
    font-size: 18px;
  }
}
.c-about_sub-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #f48416;
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-about_sub-title span {
  margin-left: 20px;
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 1006px) {
  .c-about_sub-title span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.c-title--dot {
  position: relative;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #443939;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-title--dot::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 35px;
  height: 9px;
  content: "";
  background: url(../img/about/dot_shadow.png) no-repeat center center/contain;
  transform: translateX(-50%);
}

.c-kv_title_contents {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1006px) {
  .c-kv_title_contents {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    top: -30px;
    top: -45px;
    z-index: 5;
    display: block;
    padding: 35px 20px 0;
    background: url(../img/kv/bg_kv.png) no-repeat center center/cover;
    background-repeat: repeat;
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 1006px) {
  .sticky {
    position: absolute;
    left: 50%;
    width: 100vw;
    background: url(../img/kv/bg_kv.png) no-repeat center center/cover;
    transform: translateX(-50%);
  }
}

.c-kv_links {
  display: flex;
}
@media only screen and (min-width: 1007px) {
  .c-kv_links {
    margin-left: 57px;
  }
}
@media only screen and (max-width: 1006px) {
  .c-kv_links {
    padding: 20px 0 13px;
  }
}

@media only screen and (max-width: 1006px) {
  .c-kv_link {
    width: calc(25% - 11.25px);
    text-align: center;
  }
  .c-kv_link:not(:first-child) {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1007px) {
  .c-kv_link:not(:first-child) {
    margin-left: 21px;
  }
}
.c-kv_link a {
  position: relative;
  display: block;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1007px) {
  .c-kv_link a {
    padding-top: 7px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1006px) {
  .c-kv_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    padding-left: 4px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }
}
.c-kv_link a::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #f48516;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
}
@media only screen and (min-width: 1007px) {
  .c-kv_link a::before {
    top: 50%;
    left: 0;
    transform: rotate(90deg) translateY(-50%);
  }
}
@media only screen and (max-width: 1006px) {
  .c-kv_link a::before {
    bottom: 0;
    left: 50%;
    transform: rotate(90deg) translateX(-50%);
  }
}

.c-kv_images {
  position: relative;
}

.c-kv_flower_left {
  position: absolute;
  bottom: -25px;
  left: -25px;
  z-index: 4;
  width: 120px;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1006px) {
  .c-kv_flower_left {
    left: -10px;
    width: 60px;
  }
}

.c-kv_flower_right {
  position: absolute;
  right: -25px;
  bottom: -25px;
  z-index: 4;
  width: 120px;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1006px) {
  .c-kv_flower_right {
    right: -10px;
    width: 60px;
  }
}

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

.c-form_dl {
  display: flex;
  align-items: center;
  padding: 21px 0;
  border-bottom: 2px dashed #bbb;
}
@media only screen and (max-width: 1006px) {
  .c-form_dl {
    display: block;
  }
}

.c-form_dt {
  width: calc(40% - 10px);
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .c-form_dt {
    width: 100%;
  }
}

.c-form_dt--must {
  position: relative;
}
.c-form_dt--must::after {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 3px 20px;
  font-size: 13px;
  color: #dc3b1b;
  content: "必須";
  border: 1px solid #dc3b1b;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1006px) {
  .c-form_dt--must::after {
    padding: 1px 15px;
  }
}

.c-form_dd {
  width: calc(60% - 10px);
  line-height: 1.375;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .c-form_dd {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1007px) {
  .c-form_dd {
    margin-left: 20px;
  }
}
.c-form_dd input[type=radio] {
  display: none;
}
.c-form_dd .mwform-radio-field-text {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  padding: 3px 30px 0;
  cursor: pointer;
}
@media only screen and (max-width: 1006px) {
  .c-form_dd .mwform-radio-field-text {
    padding: 4px 3px 0 30px;
  }
}
.c-form_dd .radio01 {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  padding: 3px 30px 0;
  cursor: pointer;
}
@media only screen and (max-width: 1006px) {
  .c-form_dd .radio01 {
    padding: 3px 3px 3px 30px;
  }
}
@media only screen and (max-width: 1006px) {
  .c-form_dd .radio_consult {
    display: inline;
  }
}
.c-form_dd .mwform-radio-field-text::before,
.c-form_dd .radio01::before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  content: "";
  background: #fff;
  border: 1px solid #f48416;
  border-radius: 50%;
}
.c-form_dd .mwform-radio-field-text::after,
.c-form_dd .radio01::after {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  content: "";
  background: #f48416;
  border-radius: 50%;
  opacity: 0;
}
.c-form_dd input[type=radio]:checked + .mwform-radio-field-text::after,
.c-form_dd input[type=radio]:checked + .radio01::after {
  opacity: 1;
}
.c-form_dd input[type=radio]:not(:checked) + .mwform-radio-field-text::before,
.c-form_dd input[type=radio]:not(:checked) + .radio01::before {
  border-color: #e0e0e0;
}
.c-form_dd input[type=radio],
.c-form_dd input[type=checkbox] {
  position: relative;
  top: 2px;
}
.c-form_dd input[type=text],
.c-form_dd input[type=tel],
.c-form_dd textarea,
.c-form_dd input[type=email] {
  width: 100%;
  padding: 5px;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.c-form_dd textarea {
  height: 9.1em;
  line-height: 1.3;
}
.c-form_dd .address_inline {
  display: inline-block;
}
.c-form_dd .address_3 {
  width: 105px !important;
}
.c-form_dd .address_4 {
  width: 140px !important;
}
.c-form_dd .pref {
  width: 240px;
  padding: 10px 20px;
  font-size: 14px;
  color: #443939;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.c-form_dd .age {
  width: 105px;
  padding: 10px 20px;
  font-size: 14px;
  color: #443939;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.c-form_dd .moon_age {
  width: 135px;
  padding: 10px 20px;
  margin-left: 15px;
  font-size: 14px;
  color: #443939;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.c-form_dd span {
  display: inline-block;
  font-size: 14px;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .c-form_dd span {
    margin-top: 10px;
  }
}

.select_icon {
  position: relative;
}
.select_icon::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 15px;
  content: "";
  background: url(../img/contact/icon_select.png) no-repeat center center/contain;
  transform: translateY(-50%);
}

.select_icon--pref {
  width: 240px;
}

.select_icon--age {
  width: 105px;
}

.select_icon--moon_age {
  width: 135px;
}

.c-form_dd--age {
  display: flex;
}

.c-contact_form_inner {
  max-width: 800px;
  padding: 20px 20px 80px;
  margin: 0 auto;
}

.c-if_enter {
  padding: 20px;
  margin-top: 50px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  background: #fcf9e2;
}

.c-access_logo {
  width: 140px;
  margin: 0 auto;
}
@media only screen and (max-width: 1006px) {
  .c-access_logo {
    max-width: 100px;
  }
}

@media only screen and (min-width: 1007px) {
  .c-slidein {
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.5s;
    transform: translateX(100px);
  }
  .c-slidein.-inview {
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.5s;
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1007px) {
  .top .c-3column_move {
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.3s;
    transform: translateY(30px);
  }
  .top .c-3column_move.-inview {
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.3s;
    transform: translateX(0);
  }

  .-delay__05s {
    transition-delay: 0.5s !important;
  }

  .-delay__10s {
    transition-delay: 1s !important;
  }

  .-delay__15s {
    transition-delay: 1.5s !important;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 115px;
  background: #fff;
}
@media only screen and (max-width: 1006px) {
  .l-header {
    height: 70px;
  }
}
.l-header .p-header_inner {
  display: flex;
}
@media only screen and (max-width: 1006px) {
  .l-header .p-header_inner {
    height: 70px;
  }
}
.l-header .p-header_tabs {
  width: 50%;
  margin-top: 12px;
  margin-left: auto;
}
@media only screen and (min-width: 1007px) and (max-width: 1099px) {
  .l-header .p-header_tabs {
    width: 45%;
    margin-right: 10px;
  }
}
.l-header .p-header_tab_small {
  display: flex;
  justify-content: right;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.l-header .p-header_tab_small p {
  position: relative;
  padding-left: 15px;
}
.l-header .p-header_tab_small p::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #f48516;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  transform: translateY(-50%);
}
.l-header .p-header_tab_qa {
  color: #443939;
  transition: all 0.3s ease 0s;
}
.l-header .p-header_tab_qa:hover {
  color: #f48416;
  opacity: 0.7;
}
.l-header .p-header_tab_parent {
  margin-left: 22px;
  color: #443939;
  transition: all 0.3s ease 0s;
}
.l-header .p-header_tab_parent:hover {
  color: #f48416;
  opacity: 0.7;
}
.l-header .p-header_tab_lists {
  display: flex;
  justify-content: right;
  margin-top: 13px;
  margin-right: 20px;
}
@media only screen and (min-width: 1007px) and (max-width: 1099px) {
  .l-header .p-header_tab_lists {
    margin-right: 0;
  }
}
.l-header .p-header_tab_list {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}
.l-header .p-header_tab_list:not(:first-child) {
  margin-left: 4.6%;
}
@media only screen and (min-width: 1007px) and (max-width: 1099px) {
  .l-header .p-header_tab_list:not(:first-child) {
    margin-left: 10px;
  }
}
.l-header .p-header_tab_list::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  content: "";
  background: #f48416;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  transform: translateX(-50%);
}
.l-header .p-header_tab_list:hover::after {
  display: block;
  transition: all 0.3s ease 0s;
}
.l-header .p-header_tab_list:hover .p-header_tab_list--ja {
  color: #f48416;
  transition: all 0.3s ease 0s;
}
.l-header .p-header_tab_list--ja {
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.1em;
  transition: all 0.3s ease 0s;
}
.l-header .p-header_tab_list--en {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 11px;
  color: #f48416;
  letter-spacing: 0.05em;
}
.l-header .p-header_btns {
  display: flex;
  justify-content: right;
  width: 23%;
}
.l-header .p-header_btn_admission {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 115px;
  background: #f07a8f;
  transition: all 0.3s ease 0s;
}
.l-header .p-header_btn_admission:hover {
  opacity: 0.7;
}
.l-header .p-header_btn_icon {
  width: 26px;
  margin: 0 auto;
}
.l-header .p-header_btn_text {
  margin-top: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.l-header .p-header_btn_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 115px;
  background: #422f2f;
  transition: all 0.3s ease 0s;
}
.l-header .p-header_btn_contact:hover {
  opacity: 0.7;
}
.l-header .p-drawer_icon {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media only screen and (max-width: 1006px) {
  .l-header .p-drawer_icon {
    display: block;
  }
}
.l-header .p-drawer_icon.is-active .p-drawer_icon_bar1 {
  top: 30px;
  transform: rotate(-45deg);
}
.l-header .p-drawer_icon.is-active .p-drawer_icon_bar2 {
  display: none;
}
.l-header .p-drawer_icon.is-active .p-drawer_icon_bar3 {
  top: 30px;
  transform: rotate(45deg);
}
.l-header .p-drawer_icon.is-active .p-drawer_icon_bars {
  background: #443939;
}
.l-header .p-drawer_icon.is-active .p-drawer_icon_text--normal {
  display: none;
}
.l-header .p-drawer_icon.is-active .p-drawer_icon_text--open {
  display: block;
}
.l-header .p-drawer_icon_bars {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  background: #f48416;
}
.l-header .p-drawer_icon_bar1,
.l-header .p-drawer_icon_bar2,
.l-header .p-drawer_icon_bar3 {
  position: absolute;
  left: 20px;
  width: 30px;
  height: 3px;
  background: #fff;
}
.l-header .p-drawer_icon_bar1 {
  top: 20px;
}
.l-header .p-drawer_icon_bar2 {
  top: 29px;
}
.l-header .p-drawer_icon_bar3 {
  top: 37px;
}
.l-header .p-drawer_icon_text--normal {
  position: absolute;
  bottom: 10px;
  left: 50%;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 10px;
  color: #fff;
  transform: translateX(-50%);
}
.l-header .p-drawer_icon_text--open {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: none;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 10px;
  color: #fff;
  transform: translateX(-50%);
}
.l-header .p-drawer_content {
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 299;
  width: 100%;
  height: 100vh;
  padding-bottom: 100px;
  overflow-y: auto;
  background: #fff;
  transition: transform 0.5s ease 0s;
  transform: translateX(105%);
}
.l-header .p-drawer_content.is-active {
  transform: translateX(0%);
}
.l-header .p-drawer_content_items {
  background: #fff;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.l-header .p-drawer_content_item:not(:first-child) {
  border-top: 1px solid #d8d8d8;
}
.l-header .p-drawer_content_item a {
  position: relative;
  display: block;
  padding: 15px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #443939;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.l-header .p-drawer_content_item a span {
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 12px;
  color: #f48416;
  letter-spacing: 0.05em;
}
.l-header .p-drawer_content_item--small a {
  position: relative;
  padding-left: 40px;
  font-weight: normal;
}
.l-header .p-drawer_content_item--small a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #f48516;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  transform: translateY(-50%);
}
.l-header .p-drawer_content_sns {
  display: flex;
  padding: 0 10px;
  margin-top: 20px;
}
.l-header .p-drawer_content_sns_link {
  width: calc(33.3% - 3.3333333333px);
}
.l-header .p-drawer_content_sns_link:not(:first-child) {
  margin-left: 5px;
}
.l-header .p-drawer_contact_btn {
  margin-top: 30px;
  text-align: center;
}
.l-header .p-drawer_contact_btn a {
  width: 80%;
}
.l-header .p-drawer_contact_btn a span::before {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 15px;
  padding-right: 30px;
  margin-right: 30px;
  content: "";
  background: url(../img/contact/icon_btn.png) no-repeat center center/contain;
  transform: translateY(-50%) translateX(-100%);
}

.l-footer {
  background: url(../img/footer/bg_footer.png) no-repeat center center/cover;
}
@media only screen and (min-width: 1007px) {
  .l-footer .c-header_logos--footer {
    width: 30%;
    margin: 0;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1006px) {
  .l-footer .c-header_logos--footer {
    margin-left: 0;
  }
}
.l-footer .c-header_logo_explain--footer {
  top: -18px;
}
@media only screen and (max-width: 1006px) {
  .l-footer {
    background: url(../img/footer/bg_footer-sp.jpg) no-repeat center center/cover;
  }
}
.l-footer .p-footer_inner {
  display: flex;
  max-width: 1240px;
  padding: 46px 20px 73px;
  margin: 0 auto;
}
@media only screen and (max-width: 1006px) {
  .l-footer .p-footer_inner {
    display: block;
    padding: 40px 20px 45px;
  }
}
@media only screen and (min-width: 1007px) {
  .l-footer .p-footer_inner .pc {
    margin-left: auto;
  }
}
.l-footer .p-footer_links {
  display: flex;
  justify-content: right;
  margin-left: auto;
}
@media only screen and (min-width: 1007px) {
  .l-footer .p-footer_links a {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1006px) {
  .l-footer .p-footer_links {
    display: block;
  }
}
.l-footer .p-footer_link_feature a {
  color: #443939;
  transition: all 0.3s ease 0s;
}
.l-footer .p-footer_link_feature a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1007px) {
  .l-footer .p-footer_link_flow {
    margin-top: 27px;
  }
}
.l-footer .p-footer_link_flow_title {
  transition: all 0.3s ease 0s;
}
.l-footer .p-footer_link_flow_title:hover {
  opacity: 0.7;
}
.l-footer .p-footer_link_flow_title a {
  display: block;
  color: #443939;
}
.l-footer .p-footer_link_flow_inside a {
  display: block;
  padding-left: 1em;
  margin-top: 10px;
  font-size: 14px;
  color: #443939;
  transition: all 0.3s ease 0s;
}
.l-footer .p-footer_link_flow_inside a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1007px) {
  .l-footer .p-footer_link_guidance {
    margin-left: 30px;
  }
  .l-footer .p-footer_link_guidance a {
    transition: all 0.3s ease 0s;
  }
  .l-footer .p-footer_link_guidance a:hover {
    opacity: 0.7;
  }
}
.l-footer .p-footer_link_guidance_inside a {
  display: block;
  padding-left: 1em;
  margin-top: 10px;
  font-size: 14px;
  color: #443939;
  transition: all 0.3s ease 0s;
}
.l-footer .p-footer_link_guidance_inside a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1007px) {
  .l-footer .p-footer_link_introduce {
    margin-left: 50px;
  }
  .l-footer .p-footer_link_introduce a {
    transition: all 0.3s ease 0s;
  }
  .l-footer .p-footer_link_introduce a:hover {
    opacity: 0.7;
  }
}
.l-footer .p-footer_link_introduce_inside a {
  display: block;
  padding-left: 1em;
  margin-top: 10px;
  font-size: 14px;
  color: #443939;
  transition: all 0.3s ease 0s;
}
.l-footer .p-footer_link_introduce_inside a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1007px) {
  .l-footer .p-footer_link_news-and-contact-and-parent {
    margin-left: 50px;
  }
}
.l-footer .p-footer_link_news-and-contact-and-parent a {
  display: block;
}
.l-footer .p-footer_link_news a {
  transition: all 0.3s ease 0s;
}
.l-footer .p-footer_link_news a:hover {
  opacity: 0.7;
}
.l-footer .p-footer_link_contact {
  margin-top: 10px;
}
.l-footer .p-footer_link_contact a {
  transition: all 0.3s ease 0s;
}
.l-footer .p-footer_link_contact a:hover {
  opacity: 0.7;
}
.l-footer .p-footer_link_parent {
  margin-top: 10px;
}
.l-footer .p-footer_link_parent a {
  transition: all 0.3s ease 0s;
}
.l-footer .p-footer_link_parent a:hover {
  opacity: 0.7;
}
.l-footer .sp .p-footer_links {
  margin-top: 20px;
  border-top: 1px solid #e4dfc6;
  border-bottom: 1px solid #e4dfc6;
}
.l-footer .sp .p-footer_link {
  padding: 10px 0;
}
.l-footer .sp .p-footer_link:not(:first-child) {
  border-top: 1px solid #e4dfc6;
}
.l-footer .sp .p-footer_link a {
  padding-left: 20px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
}
.l-footer .sp .p-footer_link span {
  padding-left: 1em;
  font-weight: normal;
}
.l-footer .sp .p-footer_link--main a {
  position: relative;
  display: block;
}
.l-footer .sp .p-footer_link--main a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #f48516;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  transform: translateY(-50%);
}
.l-footer .sp .p-footer_link--toggle {
  position: relative;
}
.l-footer .sp .p-footer_link--toggle .p-footer_link_toggle_btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 100%;
  transform: translateY(-50%);
}
.l-footer .sp .p-footer_link--toggle .p-footer_link_toggle_btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #f48416;
  border-right: 2px solid #f48416;
  transform: translateY(-100%) rotate(135deg);
}
.l-footer .sp .p-footer_link--toggle a {
  display: inline-block;
}
.l-footer .sp .p-footer_link--toggle.-open .p-footer_link_toggle_btn::after {
  top: 40%;
  transform: rotate(-45deg);
}
.l-footer .sp .p-footer_link_toggle--opens {
  overflow: hidden;
  transition: height 0.4s ease;
}
.l-footer .sp .p-footer_link_toggle--opens:not(.-open) {
  display: none;
}
.l-footer .sp .p-footer_link_toggle--open a {
  position: relative;
  display: block;
}
.l-footer .sp .p-footer_link_toggle--open a::after {
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #bbb;
  border-right: 2px solid #bbb;
  transform: translateY(-50%) rotate(45deg);
}
.l-footer .sp .p-footer_copy {
  margin-top: 45px;
  font-size: 10px;
  color: #443939;
  text-align: center;
  letter-spacing: 0.1em;
}

.l_breadcrumb {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 65, 64, 0.6);
}

.p-breadcrumb_inner {
  max-width: 1260px;
  padding: 8px 30px;
  margin: 0 auto;
}

.p-breadcrumb_lists {
  display: flex;
  flex-wrap: wrap;
}

.p-breadcrumb-list a {
  color: #fff;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.p-breadcrumb-list a:hover {
  opacity: 0.75;
  transition: all 0.5s ease 0s;
}
.p-breadcrumb-list:not(:first-child) {
  position: relative;
  margin-left: 30px;
}
.p-breadcrumb-list:not(:first-child)::before {
  position: absolute;
  top: 24%;
  left: -23px;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.l-contact {
  margin: 42px 35px 0;
  background: url(../img/contact/bg_contact.png) no-repeat center center/cover;
}
@media only screen and (max-width: 1006px) {
  .l-contact {
    background: url(../img/contact/bg_contact-sp.jpg) no-repeat center center/cover;
  }
}
@media only screen and (max-width: 1006px) {
  .l-contact {
    margin: 30px 20px;
  }
}
.l-contact .p-contact_inner {
  max-width: 1240px;
  padding: 65px 20px 42px;
  margin: 0 auto;
}
@media only screen and (max-width: 1006px) {
  .l-contact .p-contact_inner {
    padding: 30px 20px;
  }
}
.l-contact .p-contact_text {
  margin-top: 40px;
  font-size: 18px;
  color: #2a2a2a;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1006px) {
  .l-contact .p-contact_text {
    margin-top: 20px;
    font-size: 17px;
  }
}
.l-contact .p-contact_btn {
  margin-top: 32px;
  text-align: center;
}
.l-contact .p-contact_btn a span::before {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 15px;
  padding-right: 30px;
  margin-right: 30px;
  content: "";
  background: url(../img/contact/icon_btn.png) no-repeat center center/contain;
  transform: translateY(-50%) translateX(-100%);
}
.l-contact .p-contact_btn_icon {
  position: relative;
  z-index: 3;
  width: 20px;
  height: 15px;
}
.l-contact .p-contact_lists {
  display: flex;
  margin-top: 60px;
}
@media only screen and (max-width: 1006px) {
  .l-contact .p-contact_lists {
    display: block;
    margin-top: 30px;
  }
}
.l-contact .p-contact_list {
  padding: 27px;
  text-align: center;
  background: #fff;
  border-radius: 24px;
}
@media only screen and (min-width: 1007px) {
  .l-contact .p-contact_list {
    width: 31.3%;
  }
  .l-contact .p-contact_list:not(:first-child) {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 1006px) {
  .l-contact .p-contact_list {
    width: 100%;
  }
  .l-contact .p-contact_list:not(:first-child) {
    margin-top: 15px;
  }
}
.l-contact .p-contact_list_age {
  width: 145px;
  padding: 3px 10px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 6px;
}
@media only screen and (max-width: 1006px) {
  .l-contact .p-contact_list_age {
    padding: 3px;
    font-size: 14px;
  }
}
.l-contact .p-contact_list_age--blue {
  background: #4bb7df;
}
.l-contact .p-contact_list_age--pink {
  background: #f1749d;
}
.l-contact .p-contact_list_age--orange {
  background: #eead50;
}
.l-contact .p-contact_list_name {
  margin-top: 7px;
  font-size: 22px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .l-contact .p-contact_list_name {
    font-size: 18px;
  }
}
.l-contact .p-contact_list_name span {
  display: block;
  font-family: "brandon-grotesque", sans-serif;
}
.l-contact .p-contact_list_type {
  font-size: 16px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .l-contact .p-contact_list_type {
    font-size: 14px;
  }
}
.l-contact .p-contact_list_tels {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@media only screen and (max-width: 1006px) {
  .l-contact .p-contact_list_tels {
    margin-top: 10px;
  }
}
.l-contact .p-contact_list_tel_icon {
  width: 30px;
}
@media only screen and (max-width: 1006px) {
  .l-contact .p-contact_list_tel_icon {
    width: 20px;
  }
}
.l-contact .p-contact_list_tel_num {
  margin-left: 9px;
  font-size: 26px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .l-contact .p-contact_list_tel_num {
    font-size: 22px;
  }
}
.l-contact .p-contact_list_faxs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-contact .p-contact_list_fax_icon {
  width: 30px;
}
@media only screen and (max-width: 1006px) {
  .l-contact .p-contact_list_fax_icon {
    width: 20px;
  }
}
.l-contact .p-contact_list_fax_num {
  margin-left: 9px;
  font-size: 26px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .l-contact .p-contact_list_fax_num {
    font-size: 22px;
  }
}
.l-contact .p-contact_list_access {
  margin-top: 5px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease 0s;
}
.l-contact .p-contact_list_access:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1006px) {
  .l-contact .p-contact_list_access {
    margin-top: 10px;
  }
}

.top .p-contact_list:nth-child(2) {
  transition-delay: 0.5s;
}
.top .p-contact_list:nth-child(3) {
  transition-delay: 1s;
}
.top .l-mv {
  position: relative;
}
.top .l-mv::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 13px;
  content: "";
  background: url(../img/top/sankaku.png) repeat center center/contain;
}
.top .p-mv_inner {
  position: relative;
}
.top .p-mv_title {
  position: absolute;
  top: 46%;
  left: 50%;
  z-index: 2;
  width: 680px;
  max-width: 100%;
  content: "";
  transform: translateX(-50%);
}
@media only screen and (max-width: 1006px) {
  .top .p-mv_title {
    top: 45%;
    width: 80%;
  }
}
.top .p-mv_copy {
  position: absolute;
  bottom: 150px;
  left: 20px;
  z-index: 5;
  width: 20px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
.top .p-mv_icons {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 10;
}
.top .p-mv_icon {
  width: 90px;
  transition: all 0.3s ease 0s;
}
.top .p-mv_icon:not(:first-child) {
  margin-top: 10px;
}
.top .p-mv_icon:hover {
  opacity: 0.7;
}
.top .js-topSlider .swiper-slide {
  position: relative;
  padding-top: 50%;
}
@media only screen and (max-width: 1006px) {
  .top .js-topSlider .swiper-slide {
    padding-top: 80%;
  }
}
.top .js-topSlider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .p-news_inner {
  max-width: 1240px;
  padding: 48px 20px 123px;
  margin: 0 auto;
}
@media only screen and (max-width: 1006px) {
  .top .p-news_inner {
    padding: 30px 20px;
  }
}
.top .p-news_main_title.c-section-title {
  text-align: left;
}
.top .p-news_sub-title.c-section-sub-title {
  text-align: left;
}
.top .p-news_lists {
  display: flex;
  margin-top: 38px;
}
@media only screen and (max-width: 1006px) {
  .top .p-news_lists {
    position: relative;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1006px) {
  .top .news_more_honey--sp {
    position: absolute;
    top: -90px;
    right: 10px;
    z-index: 2;
    width: 90px;
  }
}
.top .p-news_list_box {
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 1007px) {
  .top .p-news_list_box {
    width: calc(25% - 15px);
  }
}
@media only screen and (max-width: 1006px) {
  .top .p-news_list_box {
    width: calc(50% - 5px);
  }
}
.top .p-news_list_box:hover .p-news_list {
  transition: all 0.3s ease;
  transform: translateY(5px);
}
.top .p-news_list_box:hover .p-news_list span {
  transition: all 0.3s ease;
}
.top .p-news_list_box:hover .p-news_list::before {
  transition: all 0.3s ease;
  transform: translateY(-5px);
}
.top .p-news_list_box:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 1006px) {
  .top .p-news_list_box:nth-child(2) {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1007px) {
  .top .p-news_list_box:nth-child(3) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1006px) {
  .top .p-news_list_box:nth-child(3) {
    margin-top: 15px;
  }
}
.top .p-news_list {
  position: relative;
  height: 100%;
  background: #f3f3f3;
  border-radius: 24px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1006px) {
  .top .p-news_list {
    min-height: 135px;
  }
}
.top .p-news_list span {
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  padding: 30px;
  color: #fff;
  background: #f3f3f3;
  border-radius: 24px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1006px) {
  .top .p-news_list span {
    padding: 20px 15px;
  }
}
.top .p-news_list::before {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: #d1d1d1;
  border-radius: 24px;
  transition: all 0.3s ease;
}
.top .p-news_labels {
  display: flex;
  align-items: center;
  color: #443939;
}
.top .p-news_date {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .top .p-news_date {
    font-size: 10px;
  }
}
.top .p-news_label {
  height: 17px;
  padding: 0 6px;
  margin-left: 5px;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  background: #f48416;
}
@media only screen and (max-width: 1006px) {
  .top .p-news_label {
    margin-left: 5px;
    font-size: 10px;
  }
}
.top .p-news_title {
  display: inline;
  padding-bottom: 5px;
  font-weight: bold;
  line-height: 2.2em;
  color: #443939;
  letter-spacing: 0.05em;
  border-bottom: 4px solid #fff;
}
@media only screen and (max-width: 1006px) {
  .top .p-news_title {
    font-size: 14px;
  }
}
.top .p-news_more_box {
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 1007px) {
  .top .p-news_more_box {
    width: calc(25% - 15px);
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1006px) {
  .top .p-news_more_box {
    width: calc(50% - 5px);
    margin-top: 15px;
    margin-left: 10px;
  }
}
.top .p-news_more_box:hover .p-news_more {
  border-color: transparent;
  transition: all 0.3s ease;
  transform: translateY(5px);
}
.top .p-news_more_box:hover .p-news_more span {
  color: #fff;
  background-color: #422f2f;
  transition: all 0.3s ease;
  transform: translateY(5px);
}
.top .p-news_more {
  position: relative;
  height: 100%;
  text-align: center;
  background: #422f2f;
  border-radius: 24px;
  transition: all 0.3s ease;
}
.top .p-news_more span {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 45px 32px 26px;
  background: #422f2f;
  border-radius: 24px;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1006px) {
  .top .p-news_more span {
    padding: 20px;
  }
}
.top .p-news_more::before {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #7a6767;
  border-radius: 24px;
  transition: all 0.3s ease;
}
.top .p-news_more p {
  position: relative;
  display: block;
  margin-top: 13px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}
.top .p-news_more p::after {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #f48516;
  border-style: solid;
  border-width: 5.5px 0 5.5px 8px;
  transform: translateY(-50%) translateX(100%);
}
@media only screen and (min-width: 1007px) {
  .top .news_more_honey {
    position: absolute;
    top: -100px;
    right: 13px;
    z-index: 3;
    width: 112px;
    width: 110px;
  }
}
.top .news_more_icon_search {
  width: 60px;
  margin: 0 auto;
}
.top .l-feature {
  position: relative;
  background: url(../img/top/bg_feature.png) no-repeat center center/cover;
}
.top .p-feature_flower {
  position: absolute;
  top: -3.5%;
}
@media only screen and (max-width: 1006px) {
  .top .p-feature_flower {
    top: -10px;
  }
}
.top .p-feature_balloon--left {
  position: absolute;
  bottom: 21px;
  left: 50px;
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 1006px) {
  .top .p-feature_balloon--left {
    bottom: 110px;
    left: 20px;
    width: 25%;
  }
}
.top .p-feature_balloon--right {
  position: absolute;
  right: 50px;
  bottom: 31px;
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 1006px) {
  .top .p-feature_balloon--right {
    right: 20px;
    bottom: 110px;
    width: 25%;
  }
}
.top .p-feature_inner {
  max-width: 1240px;
  padding: 128px 20px 290px;
  margin: 0 auto;
}
@media only screen and (max-width: 1006px) {
  .top .p-feature_inner {
    padding: 50px 20px 250px;
  }
}
.top .p-feature_title {
  font-size: 39px;
  font-weight: bold;
  line-height: 1.2051282051;
  text-align: center;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 1006px) {
  .top .p-feature_title {
    font-size: 28px;
  }
}
.top .p-feature_explains {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}
@media only screen and (max-width: 1006px) {
  .top .p-feature_explains {
    display: block;
    margin-top: 30px;
  }
}
.top .p-feature_explain_img {
  width: 300px;
}
@media only screen and (max-width: 1006px) {
  .top .p-feature_explain_img {
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1007px) {
  .top .p-feature_explain_texts {
    margin-left: 9%;
  }
}
@media only screen and (max-width: 1006px) {
  .top .p-feature_explain_texts {
    margin-top: 20px;
    text-align: center;
  }
}
.top .p-feature_explain_title {
  font-size: 22px;
  line-height: 1.4090909091;
  color: #f48416;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1007px) {
  .top .p-feature_explain_title {
    display: inline-block;
    border-bottom: dashed 2px #f48416;
  }
}
@media only screen and (max-width: 1006px) {
  .top .p-feature_explain_title {
    display: inline;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 2;
    border-bottom: dashed 2px #f48416;
  }
}
.top .p-feature_explain_text {
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 3.2;
  color: #443939;
  letter-spacing: 0.05em;
}
.top .p-feature_explain_text span {
  padding: 5px;
  background-color: #ffe5cb;
}
@media only screen and (max-width: 1006px) {
  .top .p-feature_explain_text {
    margin-top: 10px;
    line-height: 2.5;
    text-align: left;
  }
}
.top .p-feature_lists {
  display: flex;
  margin-top: 100px;
}
@media only screen and (max-width: 1006px) {
  .top .p-feature_lists {
    display: block;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1007px) {
  .top .p-feature_list {
    width: 31.3%;
  }
  .top .p-feature_list:not(:first-child) {
    margin-left: 3%;
  }
  .top .p-feature_list:nth-child(2) {
    transition-delay: 0.5s;
  }
  .top .p-feature_list:nth-child(3) {
    transition-delay: 1s;
  }
}
@media only screen and (max-width: 1006px) {
  .top .p-feature_list {
    width: 100%;
  }
  .top .p-feature_list:not(:first-child) {
    margin-top: 40px;
  }
}
.top .p-feature_list_box {
  position: relative;
  background: #fff;
  border-radius: 25px;
}
.top .p-feature_list_box_label {
  position: absolute;
  top: -13px;
  right: 20px;
  z-index: 3;
}
.top .p-feature_list_box_label_text {
  position: relative;
  width: 50px;
  padding: 15px 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.875;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background: #f48416;
  writing-mode: vertical-rl;
}
.top .p-feature_list_box_label_text::before, .top .p-feature_list_box_label_text::after {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  content: "";
}
.top .p-feature_list_box_label_text::after {
  bottom: -14px;
  left: 0;
  width: 0;
  height: 0;
  border-right: 25px solid #f48416;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #f48416;
}
@media only screen and (max-width: 1006px) {
  .top .p-feature_list_box_img {
    position: relative;
  }
  .top .p-feature_list_box_img::before{
    float: left;
    padding-top: 56.25%;
    content: '';
  }
  .top .p-feature_list_box_img::after{
    display: block;
    content: '';
    clear: both;
  }
  .top .p-feature_list_box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.top .p-feature_list_text_box {
  padding: 31px 31px 41px;
}
@media only screen and (max-width: 1006px) {
  .top .p-feature_list_text_box {
    padding: 25px 25px 40px;
  }
}
.top .p-feature_list_box_title {
  font-size: 15px;
  line-height: 1.6;
  color: #443939;
  letter-spacing: 0.05em;
}
.top .p-feature_list_box_btn {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 1006px) {
  .top .p-feature_list_box_btn {
    margin-top: 30px;
  }
}
.top .p-feature_list_box_btn a {
  width: 218px;
  height: 56px;
  line-height: 56px;
}
.top .p-feature_list_box_btn a span {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.top .p-feature_list_box_btn a span::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #f48516;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  transform: translateY(-50%);
}
.top .l-introduce {
  position: relative;
}
.top .l-introduce::before {
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent #303030 transparent;
  border-style: solid;
  border-width: 0 50vw 170px 50vw;
}
@media only screen and (min-width: 1007px) {
  .top .l-introduce::before {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 1006px) {
  .top .l-introduce::before {
    border-width: 0 50vw 120px 50vw;
  }
}
.top .l-introduce::after {
  position: absolute;
  top: 70px;
  z-index: 1;
  width: 100%;
  height: calc(100% - 70px);
  content: "";
  background: #303030;
}
@media only screen and (max-width: 1006px) {
  .top .l-introduce::after {
    top: 20px;
    height: calc(100% - 20px);
  }
}
.top .p-introduce_inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  padding: 0 20px 93px;
  margin: 0 auto;
  margin-top: -70px;
}
@media only screen and (max-width: 1006px) {
  .top .p-introduce_inner {
    padding-bottom: 50px;
  }
}
.top .p-introduce_title {
  color: #fff;
}
.top .p-introduce_text {
  margin-top: 38px;
  font-size: 14px;
  line-height: 2.2857142857;
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 1006px) {
  .top .p-introduce_text {
    margin-top: 20px;
    text-align: left;
  }
}
.top .p-introduce_lists {
  display: flex;
  margin-top: 50px;
}
@media only screen and (max-width: 1006px) {
  .top .p-introduce_lists {
    display: block;
    margin-top: 30px;
  }
}
.top .p-introduce_list {
  padding: 25px 30px 39px;
  background: #fff;
  border-radius: 25px;
}
@media only screen and (min-width: 1007px) {
  .top .p-introduce_list {
    width: 31.3%;
  }
  .top .p-introduce_list:not(:first-child) {
    margin-left: 3%;
  }
  .top .p-introduce_list:nth-child(2) {
    transition-delay: 0.5s;
  }
  .top .p-introduce_list:nth-child(3) {
    transition-delay: 1s;
  }
}
@media only screen and (max-width: 1006px) {
  .top .p-introduce_list {
    width: 100%;
  }
  .top .p-introduce_list:not(:first-child) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1006px) {
  .top .p-introduce_list {
    padding: 15px 10px;
  }
}
.top .p-introduce_list_age {
  text-align: center;
}
.top .p-introduce_list_age_text {
  display: inline-block;
  width: 145px;
  padding: 2px 10px;
  color: #fff;
  border-radius: 10px;
}
.top .p-introduce_list_age--blue {
  background: #4bb7df;
}
.top .p-introduce_list_age--pink {
  background: #f1749d;
}
.top .p-introduce_list_age--orange {
  background: #f48416;
}
.top .p-introduce_list_title {
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #443939;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .top .p-introduce_list_title {
    margin-top: 10px;
    font-size: 18px;
  }
}
.top .p-introduce_list_title span {
  display: block;
  font-family: "brandon-grotesque", sans-serif;
}
.top .p-introduce_list_explain {
  font-size: 16px;
  font-weight: bold;
  color: #443939;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .top .p-introduce_list_explain {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1006px) {
  .top .accordion-wrapper {
    overflow: hidden;
    transition: height 0.4s ease;
  }
  .top .accordion-wrapper:not(.-open) {
    display: none;
  }
}
.top .p-accordion_btn {
  margin-top: 20px;
  text-align: center;
}
.top .p-accordion_btn button {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  color: #443939;
  background: #dbf5fe;
  border-radius: 35px;
  transition: transform 0.5s ease;
}
.top .p-accordion_btn button span {
  position: relative;
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
  color: #443939;
}
.top .p-accordion_btn button span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #4bb7df;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  transition: transform 0.5s ease;
  transform: translateX(-50%) rotate(90deg);
}
.top .p-accordion_btn.-open button {
  background: #e9e9e9;
}
.top .p-accordion_btn.-open button span {
  color: #443939;
}
.top .p-accordion_btn.-open button span::after {
  border-color: transparent transparent transparent #bbb;
  transform: translateX(-50%) rotate(30deg);
}
.top .p-accordion_btn--pink button {
  background: #f4d7e1;
}
.top .p-accordion_btn--pink button span::after {
  border-color: transparent transparent transparent #f1749d;
}
.top .p-accordion_btn--orange button {
  background: #f9e5c8;
}
.top .p-accordion_btn--orange button span::after {
  border-color: transparent transparent transparent #f48416;
}
.top .p-introduce_list_details {
  margin-top: 5px;
}
.top .p-introduce_list_detail {
  position: relative;
  padding: 9px 0;
  border-bottom: dashed 1px #adadad;
  transition: all 0.3s ease 0s;
}
.top .p-introduce_list_detail:hover {
  opacity: 0.7;
}
.top .p-introduce_list_detail a {
  display: block;
  line-height: 2;
  color: #443939;
  letter-spacing: 0.075em;
}
.top .p-introduce_list_detail::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  transform: translateY(-50%);
}
.top .p-introduce_list_detail::before {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
}
.top .p-introduce_list_detail span {
  position: relative;
}
.top .p-introduce_list_detail span::after {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 13px;
  height: 18px;
  content: "";
  background: url(../img/top/icon_lock.png) no-repeat center center/contain;
  transform: translateY(-50%);
}
.top .p-introduce_list_detail--blue::before {
  background: #4bb7df;
}
.top .p-introduce_list_detail--pink::before {
  background: #f1749d;
}
.top .p-introduce_list_detail--orange::before {
  background: #f48416;
}

.news .p-news_inner {
  display: flex;
  max-width: 1080px;
  padding: 59px 20px 52px;
  margin: 0 auto;
}
@media only screen and (max-width: 1006px) {
  .news .p-news_inner {
    display: block;
    padding: 30px 20px;
  }
}
.news .p-news_article-and-pager {
  width: calc(72% - 25px);
}
@media only screen and (max-width: 1006px) {
  .news .p-news_article-and-pager {
    width: 100%;
  }
}
.news .p-news_lists {
  margin-top: 9px;
  border-top: 1px solid #f5e2c0;
  border-bottom: 1px solid #f5e2c0;
}
.news .p-news_list {
  padding: 25.5px 0;
}
.news .p-news_list:not(:first-child) {
  border-top: 1px solid #f5e2c0;
}
@media only screen and (max-width: 1006px) {
  .news .p-news_list {
    padding: 15px 0;
  }
}
.news .p-news_labels {
  display: flex;
  align-items: center;
}
.news .p-news_date {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.news .p-news_label {
  padding: 0 5px;
  margin-left: 10px;
  font-size: 12px;
  color: #fff;
  background: #f48416;
}
.news .p-news_label--sky {
  background: #4bb7df;
}
.news .p-news_label--flower {
  background: #f1749d;
}
.news .p-news_label--sunshine {
  background: #eead50;
}
.news .p-news_title {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #443939;
  letter-spacing: 0.05em;
}
.news .p-news_pager {
  margin-top: 35px;
  text-align: center;
}
.news .wp-pagenavi {
  position: relative;
  z-index: 2;
}
.news .previouspostslink {
  position: relative;
  color: #f48416;
}
.news .previouspostslink::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  content: "";
  border: 1px solid #f48416;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.news .current {
  position: relative;
  margin-left: 35px;
  color: #fff;
}
.news .current::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 38px;
  height: 38px;
  content: "";
  background: #f48416;
  border: 1px solid #f48416;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.news .page {
  position: relative;
  margin-left: 35px;
  color: #f48416;
}
.news .page::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  content: "";
  border: 1px solid #f48416;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.news .extend {
  margin-right: -15px;
  margin-left: 20px;
  color: #f48416;
}
.news .nextpostslink {
  position: relative;
  margin-left: 35px;
  color: #f48416;
}
.news .nextpostslink::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  content: "";
  border: 1px solid #f48416;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.news_detail .p-news_detail_inner {
  display: flex;
  max-width: 1080px;
  padding: 40px 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 1006px) {
  .news_detail .p-news_detail_inner {
    display: block;
  }
}
.news_detail .p-news_detail_article-and-pager {
  width: calc(72% - 25px);
}
@media only screen and (max-width: 1006px) {
  .news_detail .p-news_detail_article-and-pager {
    width: 100%;
  }
}
.news_detail .p-news_detail img {
  display: block;
  max-width: 100%;
  height: auto;
}
.news_detail .p-news_detail .aligncenter {
  margin: 0 auto 40px;
}
.news_detail .p-news_detail .alignleft {
  margin: 0 40px 40px auto;
}
.news_detail .p-news_detail .alignright {
  margin: 0 auto 40px 40px;
}
.news_detail .p-news_detail .p-news_contents p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 2;
  color: #443939;
  letter-spacing: 0.05em;
}
.news_detail .p-news_detail .p-news_contents a {
  color: #f48416;
}
.news_detail .p-news_detail .p-news_contents a:hover {
  text-decoration: underline;
}
.news_detail .p-news_detail .p-news_contents .wp-block-button a {
  color: #fff;
  text-decoration: none;
}
.news_detail .p-news_detail h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .news_detail .p-news_detail h1 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.news_detail .p-news_detail h2 {
  position: relative;
  padding-bottom: 5px;
  padding-left: 25px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.01em;
  border-bottom: dashed 1px #bbb;
}
.news_detail .p-news_detail h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: #f48416;
  border-radius: 50%;
  transform: translateY(-50%);
}
.news_detail .p-news_detail h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
}
.news_detail .p-news_detail h4 {
  margin-bottom: 15px;
  font-weight: bold;
  color: #f48416;
  letter-spacing: 0.05em;
}
.news_detail .p-news_detail h5 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
}
.news_detail .p-news_detail table {
  width: 100%;
  margin-bottom: 35px;
  font-size: 14px;
  color: #443939;
}
.news_detail .p-news_detail th {
  width: 22%;
  padding: 10px;
  text-align: left;
  background: #ebebeb;
  border: 1px solid #bbb;
}
.news_detail .p-news_detail td {
  width: 78%;
  padding: 10px;
  border: 1px solid #bbb;
}
.news_detail .p-news_detail li {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.news_detail .p-news_detail ul {
  margin-bottom: 25px;
}
.news_detail .p-news_detail ul li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.news_detail .p-news_detail ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: #f48416;
  border-radius: 50%;
  transform: translateY(-50%);
}
.news_detail .p-news_detail ol {
  margin-bottom: 25px;
  counter-reset: my-counter;
}
.news_detail .p-news_detail ol li {
  position: relative;
  padding-left: 30px;
}
.news_detail .p-news_detail ol li::before {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  font-size: 85%;
  line-height: 1;
  color: #f48416;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fde9d5;
  border-radius: 50%;
  transform: translateY(-50%);
}
.news_detail .p-news_labels {
  display: flex;
  align-items: center;
}
.news_detail .p-news_date {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.news_detail .p-news_label {
  padding: 0 3px;
  margin-left: 10px;
  font-size: 12px;
  color: #fff;
  background: #f48416;
}
.news_detail .p-news_contents {
  padding: 40px 0;
  border-top: 1px solid #f5e2c0;
  border-bottom: 1px solid #f5e2c0;
}
@media only screen and (max-width: 1006px) {
  .news_detail .p-news_contents {
    padding: 20px 0;
  }
}
.news_detail .p-news_detail_pager {
  margin-top: 30px;
}
.news_detail .p-news_detail_pager_lists {
  position: relative;
}
.news_detail .p-pager_before {
  position: absolute;
  top: 10px;
  left: 0;
}
.news_detail .p-pager_before a {
  position: relative;
  padding-top: 5px;
  padding-left: 10px;
  font-size: 15px;
  color: #443939;
  letter-spacing: 0.05em;
}
.news_detail .p-pager_before a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #f48516;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  transform: rotate(300deg) translateY(-50%);
}
.news_detail .p-pager_list {
  position: absolute;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1006px) {
  .news_detail .p-pager_list {
    top: 60px;
  }
}
.news_detail .p-pager_list a {
  display: inline-block;
  width: 230px;
  max-width: 100%;
  height: 46px;
  font-size: 15px;
  line-height: 46px;
  color: #f48416;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  border: 1px solid #f48416;
  border-radius: 50px;
}
.news_detail .p-pager_next {
  position: absolute;
  top: 10px;
  right: 0;
}
.news_detail .p-pager_next a {
  position: relative;
  padding-right: 15px;
  font-size: 15px;
  color: #443939;
  letter-spacing: 0.05em;
}
.news_detail .p-pager_next a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #f48516;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1006px) {
  .news_detail .c-news_sidebar {
    margin-top: 200px;
  }
}

.access_sky .c-kv_inner {
  padding-bottom: 0;
}

.access_flower .c-kv_inner {
  padding-bottom: 0;
}
.access_flower .c-access_content_dt {
  color: #f1749d;
}
.access_flower .c-access_sub-title::before {
  background: #f1749d;
}
.access_flower .c-capacity_age {
  background: #f1749d;
}
.access_flower .c-capacity_rule_title,
.access_flower .c-capacity_now_title {
  color: #f1749d;
  background: #f4d7e1;
}
.access_flower .c-capacity_rule_text,
.access_flower .c-capacity_now_text {
  color: #f1749d;
}
.access_flower .c-capacity_symbol_explain--symbol {
  color: #f1749d;
}

.access_sunshine .c-kv_inner {
  padding-bottom: 0;
}
.access_sunshine .c-access_content_dt {
  color: #f48416;
}
.access_sunshine .c-access_sub-title::before {
  background: #f48416;
}
.access_sunshine .c-capacity_age {
  background: #f48416;
}
.access_sunshine .c-capacity_rule_title,
.access_sunshine .c-capacity_now_title {
  color: #f48416;
  background: #fae6d2;
}
.access_sunshine .c-capacity_rule_text,
.access_sunshine .c-capacity_now_text {
  color: #f48416;
}
.access_sunshine .c-capacity_symbol_explain--symbol {
  color: #f48416;
}

.guardian .c-guardian_inner {
  max-width: 1240px;
  padding: 100px 20px 60px;
  margin: 0 auto;
}
.guardian .c-guardian_title {
  position: relative;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.guardian .c-guardian_title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 10px;
  content: "";
  background: url(../img/guardian/dot_shadow.png) no-repeat center center/contain;
  transform: translateX(-50%);
}
.guardian .p-guardian_password_text {
  margin-top: 52px;
  color: #443939;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1006px) {
  .guardian .p-guardian_password_text {
    margin-top: 40px;
  }
}
.guardian .p-guardian_password_box {
  position: relative;
  z-index: 3;
  text-align: center;
}
.guardian .login-username,
.guardian .login-remember {
  display: none;
}
.guardian .login-password {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-top: 23px;
}
@media only screen and (max-width: 1006px) {
  .guardian .login-password {
    margin-top: 10px;
  }
}
.guardian .login-password::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 18px;
  content: "";
  background: url(../img/guardian/icon_lock.png) no-repeat center center/contain;
  transform: translateY(-50%);
}
.guardian .login-password input {
  width: 250px;
  padding: 5px 20px;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}
.guardian .login-password label {
  display: none;
}
.guardian .login-submit {
  position: relative;
  display: block;
  margin-top: 44px;
}
.guardian .login-submit::before {
  position: absolute;
  top: 5px;
  left: 50%;
  z-index: -1;
  width: 220px;
  height: 56px;
  content: "";
  background-color: #7a6767;
  border-radius: 39px;
  transform: translateX(-50%);
}
.guardian .login-submit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #f48516;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  transition: all 0.2s ease;
  transform: translate(calc(-50% + 80px), -50%);
}
.guardian .login-submit input {
  width: 220px;
  height: 56px;
  color: #fff;
  letter-spacing: 0.05em;
  background: #443939;
  border-radius: 30px;
  transition: all 0.2s ease;
}
.guardian .login-submit:hover input {
  transition: all 0.2s ease;
  transform: translateY(5px);
}
.guardian .login-submit:hover::after {
  transition: all 0.2s ease;
  transform: translate(calc(-50% + 80px), calc(-50% + 5px));
}

.guardian_detail .c-guardian_inner {
  max-width: 720px;
  padding: 100px 20px 42px;
  margin: 0 auto;
}
.guardian_detail .p-type_tabs {
  display: flex;
  align-items: center;
  max-width: 550px;
  margin: 50px auto 0;
  margin-top: 50px;
}
.guardian_detail .p-type_tab {
  width: calc(33.3% - 6.6666666667px);
  padding: 10px;
  text-align: center;
  border-radius: 50px;
}
@media only screen and (max-width: 1006px) {
  .guardian_detail .p-type_tab {
    width: calc(33.3% - 3.3333333333px);
    padding: 5px;
  }
}
.guardian_detail .p-type_tab:not(:first-child) {
  margin-left: 10px;
}
@media only screen and (max-width: 1006px) {
  .guardian_detail .p-type_tab:not(:first-child) {
    margin-left: 5px;
  }
}
.guardian_detail .p-type_tab a {
  display: block;
}
.guardian_detail .p-type_tab--sky {
  background: #dceef4;
}
.guardian_detail .p-type_tab--sky a {
  color: #4bb7df;
}
.guardian_detail .p-type_tab--sky.is-active {
  border: 5px solid #9adbf0;
}
@media only screen and (max-width: 1006px) {
  .guardian_detail .p-type_tab--sky.is-active {
    border: 2px solid #9adbf0;
  }
}
.guardian_detail .p-type_tab--flower {
  background: #f4d7e1;
}
.guardian_detail .p-type_tab--flower a {
  color: #f1749d;
}
.guardian_detail .p-type_tab--flower.is-active {
  border: 5px solid #f1749d;
}
@media only screen and (max-width: 1006px) {
  .guardian_detail .p-type_tab--flower.is-active {
    border: 2px solid #f1749d;
  }
}
.guardian_detail .p-type_tab--orange {
  background: #fae6d2;
}
.guardian_detail .p-type_tab--orange a {
  color: #f48416;
}
.guardian_detail .p-type_tab--orange.is-active {
  border: 5px solid #f48416;
}
@media only screen and (max-width: 1006px) {
  .guardian_detail .p-type_tab--orange.is-active {
    border: 2px solid #f48416;
  }
}
.guardian_detail .p-guardian_detail_title {
  margin-top: 56px;
  font-size: 24px;
  font-weight: bold;
  color: #443939;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1006px) {
  .guardian_detail .p-guardian_detail_title {
    margin-top: 40px;
  }
}
.guardian_detail .p-guardian_detail_text {
  margin-top: 37px;
  line-height: 1.75;
  color: #443939;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .guardian_detail .p-guardian_detail_text {
    margin-top: 20px;
  }
}
.guardian_detail .p-downloads {
  margin-top: 36px;
}
.guardian_detail .p-download_title {
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #bbb;
}
.guardian_detail .p-download_content {
  display: flex;
  align-items: center;
  padding: 14px 2px;
  border-bottom: 1px dashed #bbb;
}
@media only screen and (max-width: 1006px) {
  .guardian_detail .p-download_content_title {
    margin-right: 10px;
  }
}
.guardian_detail .p-download_content_title:hover a {
  color: #f48416;
}
.guardian_detail .p-download_content_title a {
  color: #422f2f;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
.guardian_detail .p-download_content_btn {
  margin-left: auto;
}
.guardian_detail .p-download_content_btn:hover a {
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}
.guardian_detail .p-download_content_btn a {
  position: relative;
  display: inline-block;
  width: 144px;
  max-width: 100%;
  height: 30px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: #f48416;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}
.guardian_detail .p-download_content_btn a::after {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 12px;
  height: 15px;
  content: "";
  background: url(../img/guardian/icon_download.png) no-repeat center center/contain;
  transform: translateY(-50%);
}
.guardian_detail .p-link_outside {
  margin-top: 75px;
  text-align: center;
}
.guardian_detail .p-link_outside_title {
  font-size: 24px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.01em;
}
.guardian_detail .p-link_outside_text {
  margin-top: 34px;
  line-height: 1.75;
  color: #443939;
  letter-spacing: 0.05em;
}
.guardian_detail .p-link_outside_btn {
  margin-top: 51px;
}
.guardian_detail .p-link_outside_btn a span::before {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 15px;
  padding-right: 30px;
  margin-right: 30px;
  content: "";
  background: url(../img/guardian/icon_more.png) no-repeat center center/contain;
  transform: translateY(-50%) translateX(-100%);
}
.guardian_detail .p-link_outside_logout {
  margin-top: 65px;
}
.guardian_detail .p-link_outside_logout:hover a {
  color: #fff;
  background: #f48416;
}
.guardian_detail .p-link_outside_logout a {
  display: inline-block;
  width: 180px;
  max-width: 100%;
  height: 45px;
  font-size: 15px;
  line-height: 45px;
  color: #f48416;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  border: 1px solid #f48416;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
}
.guardian_detail .p-guardian_detail_content:not(.is-active) {
  display: none;
}

.about .c-kv_inner {
  padding: 30px 20px 75px;
}
@media only screen and (max-width: 1006px) {
  .about .c-kv_inner {
    padding: 30px 20px 50px;
  }
}
@media only screen and (max-width: 1006px) {
  .about .c-kv_links {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1006px) {
  .about .c-kv_link {
    width: calc(25% - 0.75px);
  }
  .about .c-kv_link:not(:first-child) {
    margin-left: 1px;
  }
  .about .c-kv_link a {
    height: 58px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1006px) {
  .about .c-kv_images {
    margin-top: 0;
  }
}
.about .l-about {
  position: relative;
}
.about .p-about_balloon--left {
  position: absolute;
  bottom: 0;
  left: 7%;
  max-width: 200px;
}
@media only screen and (max-width: 1006px) {
  .about .p-about_balloon--left {
    left: 15px;
    width: 15%;
    min-width: 100px;
  }
}
.about .p-about_balloon--right {
  position: absolute;
  right: 7%;
  bottom: 0;
  max-width: 200px;
}
@media only screen and (max-width: 1006px) {
  .about .p-about_balloon--right {
    right: 15px;
    width: 15%;
    min-width: 100px;
  }
}
.about .p-about_inner {
  max-width: 800px;
  padding: 62px 20px 76px;
  margin: 0 auto;
}
@media only screen and (max-width: 1006px) {
  .about .p-about_inner {
    padding: 60px 20px 150px;
  }
}
.about .c-about_title {
  position: relative;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #443939;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1006px) {
  .about .c-about_title {
    font-size: 24px;
  }
}
.about .c-about_title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 35px;
  height: 9px;
  content: "";
  background: url(../img/about/dot_shadow.png) no-repeat center center/contain;
  transform: translateX(-50%);
}
.about .p-flow_title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #443939;
  text-align: center;
  letter-spacing: 0.1em;
}
.about .p-flow_title--sunshine {
  margin-top: 99px;
}
@media only screen and (max-width: 1006px) {
  .about .p-flow_title--sunshine {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px dashed #bbb;
  }
}
.about .p-flow_target_ages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.about .p-flow_target_age {
  padding: 1px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
}
.about .p-flow_target_age:not(:first-child) {
  margin-left: 17px;
}
.about .p-flow_target_age--sky {
  background: #4bb7df;
}
.about .p-flow_target_age--flower {
  background: #f1749d;
}
.about .p-flow_target_age--sunshine {
  background: #eead50;
}
.about .p-flow_contents {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-top: 56px;
}
.about .p-flow_img_sky-and-flower {
  position: relative;
  margin-top: 50px;
  text-align: center;
}
.about .p-flow_img_sky-and-flower .p_flow_text {
  position: absolute;
}
@media only screen and (min-width: 1007px) {
  .about .p-flow_img_sky-and-flower .p_flow_text {
    right: 160px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 1006px) {
  .about .p-flow_img_sky-and-flower .p_flow_text {
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.about .p-flow_img_sky-and-flower .p_flow_text a {
  color: #443939;
  letter-spacing: 0.05em;
}
.about .p-flow_img_sunshine {
  margin-top: 50px;
}
.about .p-flow_attention {
  padding: 30px;
  margin-top: 59px;
  color: #443939;
  letter-spacing: 0.05em;
  background: #f4f4f4;
}
@media only screen and (min-width: 1007px) {
  .about .p-flow_attention {
    text-align: center;
  }
}
.about .p-flow_details {
  position: relative;
  margin-top: 40px;
}
.about .p-flow_detail_text {
  margin-top: 16px;
  line-height: 2.125;
  color: #443939;
  letter-spacing: 0.05em;
}
.about .l-guide {
  background: url(../img/about/bg_guide.png) no-repeat center center/cover;
}
.about .p-guide_inner {
  max-width: 800px;
  padding: 52px 20px 145px;
  margin: 0 auto;
}
@media only screen and (max-width: 1006px) {
  .about .p-guide_inner {
    padding: 50px 20px;
  }
}
.about .p-guide_text {
  margin-top: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #443939;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1006px) {
  .about .p-guide_text {
    margin-top: 30px;
  }
}
.about .p-guide_lists {
  max-width: 630px;
  margin: 35px auto 0;
  counter-reset: my-counter;
}
@media only screen and (max-width: 1006px) {
  .about .p-guide_lists {
    margin-top: 30px;
  }
}
.about .p-guide_list {
  position: relative;
  padding: 10px 10px 10px 60px;
  font-size: 18px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
  background: #fff;
  border: 1px dashed #f48416;
}
@media only screen and (max-width: 1006px) {
  .about .p-guide_list {
    padding: 10px 10px 10px 35px;
  }
}
.about .p-guide_list:not(:first-child) {
  margin-top: 7px;
}
.about .p-guide_list::before {
  position: absolute;
  top: 50%;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  padding-top: 1px;
  padding-left: 1px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #f48416;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1006px) {
  .about .p-guide_list::before {
    left: 10px;
  }
}
.about .p-guide_attention {
  margin-top: 40px;
  color: #443939;
  letter-spacing: 0.05em;
}
.about .p-open_inner {
  max-width: 800px;
  padding: 51px 20px;
  margin: 0 auto;
}
.about .p-open_contents {
  display: flex;
  margin: 60px auto 0;
}
@media only screen and (max-width: 1006px) {
  .about .p-open_contents {
    display: block;
  }
}
.about .p-open_content_normal {
  display: flex;
  align-items: center;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 1006px) {
  .about .p-open_content_normal {
    width: 100%;
  }
}
.about .p-open_content_normal_title {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: #f48416;
}
@media only screen and (max-width: 1006px) {
  .about .p-open_content_normal_title {
    height: 80px;
  }
}
.about .p-open_content_normal_texts {
  margin-left: 10px;
}
.about .p-open_content_normal_sky-and-flower {
  padding-bottom: 2px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  color: #443939;
  letter-spacing: 0.05em;
  border-bottom: 1px dashed #bbb;
}
.about .p-open_content_normal_open {
  font-size: 30px;
  font-weight: bold;
  color: #f48416;
}
@media only screen and (max-width: 1006px) {
  .about .p-open_content_normal_open {
    font-size: 24px;
  }
}
.about .p-open_content_extension {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1007px) {
  .about .p-open_content_extension {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1006px) {
  .about .p-open_content_extension {
    width: 100%;
    margin-top: 20px;
  }
}
.about .p-open_content_extension_title {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: #f48416;
}
@media only screen and (max-width: 1006px) {
  .about .p-open_content_extension_title {
    height: 80px;
  }
}
.about .p-open_content_extension_texts {
  margin-left: 10px;
}
.about .p-open_content_extension_sky-and-flower {
  padding-bottom: 2px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  color: #443939;
  letter-spacing: 0.05em;
  border-bottom: 1px dashed #bbb;
}
.about .p-open_content_extension_open {
  font-size: 30px;
  font-weight: bold;
  color: #f48416;
}
@media only screen and (max-width: 1006px) {
  .about .p-open_content_extension_open {
    font-size: 24px;
  }
}
.about .p-open_content_extension--attention {
  font-size: 13px;
  color: #443939;
  letter-spacing: 0.05em;
}
.about .p-close_contents {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media only screen and (max-width: 1006px) {
  .about .p-close_contents {
    display: block;
    margin-top: 20px;
  }
}
.about .p-close_content_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 90px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: #f3b43a;
}
@media only screen and (max-width: 1006px) {
  .about .p-close_content_title {
    width: 100%;
    height: 70px;
  }
}
@media only screen and (min-width: 1007px) {
  .about .p-close_content_texts {
    width: calc(100% - 175px);
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1006px) {
  .about .p-close_content_texts {
    width: 100%;
  }
}
.about .p-close_content_text_title {
  font-size: 24px;
  font-weight: bold;
  color: #f48416;
}
@media only screen and (max-width: 1006px) {
  .about .p-close_content_text_title {
    margin-top: 10px;
    font-size: 20px;
  }
}
.about .p-close_content_text_text {
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .about .p-close_content_text_text {
    margin-top: 10px;
  }
}
.about .p-capacity_info {
  margin-top: 50px;
}
.about .p-capacity_text {
  margin-top: 20px;
  line-height: 2;
}
.about .p-capacity_check_text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .about .p-capacity_check_text {
    text-align: center;
  }
}
.about .p-capacity_checks {
  display: flex;
  margin-top: 22px;
}
@media only screen and (max-width: 1006px) {
  .about .p-capacity_checks {
    display: block;
  }
}
.about .p-capacity_check {
  text-align: center;
}
@media only screen and (min-width: 1007px) {
  .about .p-capacity_check {
    width: calc(33.3% - 13.3333333333px);
  }
  .about .p-capacity_check:not(:first-child) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1006px) {
  .about .p-capacity_check {
    width: 100%;
  }
  .about .p-capacity_check:not(:first-child) {
    margin-top: 20px;
  }
}
.about .p-capacity_check a {
  width: 240px;
  height: 56px;
  line-height: 56px;
  color: #fff;
}
.about .p-capacity_check a span {
  position: relative;
}
.about .p-capacity_check a span::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  transform: translateY(-50%);
}
.about .p-capacity_check--sky a::after {
  background-color: #337b95;
}
.about .p-capacity_check--sky a span {
  background: #4bb7df;
}
.about .p-capacity_check--flower a::after {
  background: #af5371;
}
.about .p-capacity_check--flower a span {
  background: #f1749d;
}
.about .p-capacity_check--sunshine a::after {
  background-color: #7f5b28;
}
.about .p-capacity_check--sunshine a span {
  background: #eead50;
}
.about .p-capacity_price_pdf {
  margin-top: 30px;
}
.about .p-capacity_price_pdf:hover a {
  color: #f48416;
}
.about .p-capacity_price_pdf a {
  position: relative;
  padding-left: 20px;
  color: #f48416;
  color: #422f2f;
  text-decoration: underline;
  letter-spacing: 0.05em;
  transition: all 0.3s ease 0s;
}
.about .p-capacity_price_pdf a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 21px;
  content: "";
  background: url(../img/about/icon_file.png) no-repeat center center/contain;
  transform: translateY(-50%);
}
.about .p-manual_inner {
  max-width: 800px;
  padding: 50px 20px 60px;
  margin: 0 auto;
}
.about .p-manual_text {
  margin-top: 47px;
  line-height: 2.125;
  color: #443939;
  text-align: center;
  letter-spacing: 0.05em;
}
.about .p-dial_text {
  margin-top: 30px;
  letter-spacing: 0.05em;
}
.about .p-dial_lists_title {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
}
.about .p-dial_lists {
  margin-top: 30px;
  counter-reset: my-counter;
}
.about .p-dial_list {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #443939;
  letter-spacing: 0.05em;
  background: #fff;
}
.about .p-dial_list:not(:first-child) {
  margin-top: 6px;
}
.about .p-dial_list::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  padding-top: 1px;
  padding-left: 1px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #f48416;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fde9d5;
  border-radius: 50%;
  transform: translateY(-50%);
}
.about .p-dial_list--tel {
  padding-left: 50px;
  font-size: 14px;
  color: #443939;
  letter-spacing: 0.05em;
}
.about .p-dial_list--tel span {
  position: relative;
  display: block;
}
.about .p-dial_list--tel span::before {
  position: absolute;
  left: -15px;
  width: 8px;
  height: 8px;
  content: "";
  background: #f48416;
  border-radius: 50%;
}
@media only screen and (min-width: 1007px) {
  .about .p-dial_list--tel span::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1006px) {
  .about .p-dial_list--tel span::before {
    top: 7px;
  }
}
.about .p-disaster_lists {
  margin-top: 30px;
  counter-reset: my-counter;
}
.about .p-disaster_list {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #443939;
  letter-spacing: 0.05em;
  background: #fff;
}
.about .p-disaster_list:not(:first-child) {
  margin-top: 6px;
}
.about .p-disaster_list::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  padding-top: 1px;
  padding-left: 1px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #f48416;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fde9d5;
  border-radius: 50%;
  transform: translateY(-50%);
}
.about .p-earthquake_pdf {
  margin-top: 30px;
}
.about .p-earthquake_pdf:hover a {
  color: #f48416;
}
.about .p-earthquake_pdf a {
  position: relative;
  padding-left: 20px;
  color: #f48416;
  color: #422f2f;
  text-decoration: underline;
  letter-spacing: 0.05em;
  transition: all 0.3s ease 0s;
}
.about .p-earthquake_pdf a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 21px;
  content: "";
  background: url(../img/about/icon_file.png) no-repeat center center/contain;
  transform: translateY(-50%);
}

.childcare {
  /* Animation */
}
.childcare .c-kv_inner {
  padding: 30px 20px 75px;
}
@media only screen and (max-width: 1006px) {
  .childcare .c-kv_inner {
    padding: 30px 20px 50px;
  }
}
@media only screen and (max-width: 1006px) {
  .childcare .c-kv_links {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1006px) {
  .childcare .c-kv_link {
    width: calc(33.3% - 10px);
  }
  .childcare .c-kv_link:not(:first-child) {
    margin-left: 15px;
  }
  .childcare .c-kv_link a {
    height: 58px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1006px) {
  .childcare .c-kv_images {
    margin-top: 0;
  }
}
.childcare .p-childcare_inner {
  max-width: 1080px;
  padding: 77px 20px 50px;
  margin: 0 auto;
}
.childcare .p-day_flow {
  margin-top: 84px;
}
.childcare .p-day_flow_row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1006px) {
  .childcare .p-day_flow_row {
    justify-content: center;
  }
}
.childcare .c-day_flow_left {
  width: calc(50% - 60px);
  padding: 25px 15px;
  border: 2px dashed #f48416;
}
@media only screen and (max-width: 1006px) {
  .childcare .c-day_flow_left {
    width: 40%;
    padding: 10px;
  }
}
.childcare .c-day_flow_center {
  width: 100px;
  margin: 0 10px;
}
@media only screen and (max-width: 1006px) {
  .childcare .c-day_flow_center {
    width: 20%;
    max-width: 100px;
  }
}
.childcare .c-day_flow_right {
  width: calc(50% - 60px);
  padding: 25px 15px;
  border: 2px dashed #f48416;
}
@media only screen and (max-width: 1006px) {
  .childcare .c-day_flow_right {
    width: 40%;
    padding: 10px;
  }
}
.childcare .p-day_flow_row_age {
  width: calc(50% - 60px);
  height: 64px;
  line-height: 64px;
  background: url(../img/childcare/bg_flow.png) no-repeat center center/cover;
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 1006px) {
  .childcare .p-day_flow_row_age {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 100px;
    line-height: 1.5;
  }
}
.childcare .p-day_flow_row_age_text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.childcare .p-day_flow_watch {
  width: 80px;
  margin: -20px auto 0;
}
@media only screen and (max-width: 1006px) {
  .childcare .p-day_flow_watch {
    width: 20%;
    max-width: 100px;
    margin: 0 10px;
  }
}
.childcare .p-day_flow_contents {
  display: flex;
  margin-top: 6px;
}
@media only screen and (max-width: 1006px) {
  .childcare .p-day_flow_contents {
    align-items: center;
    justify-content: center;
  }
}
.childcare .p-day_flow_dl {
  display: flex;
}
.childcare .p-day_flow_dt {
  width: 30%;
  font-size: 18px;
  font-weight: bold;
  color: #443939;
}
@media only screen and (max-width: 1006px) {
  .childcare .p-day_flow_dt {
    width: 100%;
    font-size: 16px;
  }
}
.childcare .p-day_flow_dd {
  width: 70%;
  color: #443939;
  letter-spacing: 0.05em;
}
.childcare .p-day_flow_dd span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #443939;
  letter-spacing: 0.05em;
}
.childcare .p-flow_img_lists {
  display: flex;
  margin-top: 39px;
}
@media only screen and (max-width: 1006px) {
  .childcare .p-flow_img_lists {
    display: block;
    text-align: center;
  }
}
.childcare .p-flow_img_list {
  width: calc(33.3% - 13.3333333333px);
}
@media only screen and (max-width: 1006px) {
  .childcare .p-flow_img_list {
    width: 100%;
  }
}
@media only screen and (max-width: 1006px) {
  .childcare .p-flow_img_list:not(:first-child) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1007px) {
  .childcare .p-flow_img_list:not(:first-child) {
    margin-left: 20px;
  }
}
.childcare .p-event_inner {
  max-width: 1160px;
  padding: 40px 20px;
  margin: 0 auto;
}
.childcare .p-event_lists {
  margin-top: 80px;
}
@media only screen and (max-width: 1006px) {
  .childcare .p-event_lists {
    margin-top: 50px;
  }
}
.childcare .p-event_list {
  display: flex;
  align-items: center;
}
.childcare .p-event_list:nth-child(even) .p-event_list_img {
  margin-left: 30px;
}
.childcare .p-event_list:nth-child(odd) {
  flex-direction: row-reverse;
}
.childcare .p-event_list:nth-child(odd) .p-event_list_illust {
  margin-left: 30px;
}
.childcare .p-event_list:not(:first-child) {
  margin-top: 90px;
}
@media only screen and (max-width: 1006px) {
  .childcare .p-event_list:not(:first-child) {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 1006px) {
  .childcare .p-event_list {
    display: block;
  }
}
.childcare .p-event_list_images {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 25px);
}
@media only screen and (max-width: 1006px) {
  .childcare .p-event_list_images {
    width: 100%;
    margin-top: 30px;
  }
}
.childcare .p-event_list_img {
  width: calc(50% - 15px);
  max-width: 240px;
}
.childcare .p-event_list_illust {
  width: calc(50% - 15px);
  max-width: 180px;
}
.childcare .p-event_list_texts {
  width: calc(50% - 25px);
}
@media only screen and (min-width: 1007px) {
  .childcare .p-event_list_texts {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1006px) {
  .childcare .p-event_list_texts {
    width: 100%;
  }
}
.childcare .p-event_list_texts_season {
  font-size: 24px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.1em;
}
.childcare .p-event_list_texts_month {
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
  border-bottom: 1px dashed #bbb;
}
.childcare .p-event_list_texts_month span {
  color: #f48416;
}
.childcare .p-event_attentions {
  max-width: 1070px;
  padding: 27px;
  margin-top: 62px;
  margin-left: auto;
  background: #f4f4f4;
}
.childcare .p-event_attentions_text {
  line-height: 1.875;
  color: #443939;
  letter-spacing: 0.05em;
}
.childcare .p-event_attentions_text span {
  color: #f48416;
}
.childcare .l-qa {
  margin-top: 70px;
  background: url(../img/childcare/bg_wave.png) repeat center center/cover;
  background-size: 99.9% 100%;
}
@media only screen and (max-width: 1006px) {
  .childcare .l-qa {
    margin-top: 50px;
    background-repeat: repeat;
    background-position: top center;
    background-size: 250% 100%;
  }
}
.childcare .p-qa_inner {
  max-width: 800px;
  padding: 74px 20px;
  margin: 0 auto;
}
.childcare .p-qa_boxes {
  margin-top: 59px;
}
.childcare .p-qa_box {
  padding: 11px 25px;
  cursor: pointer;
  background: #fff;
  border: 6px solid #fff;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
}
.childcare .p-qa_box:hover {
  border-color: #f7dcbf;
}
.childcare .p-qa_box:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 1006px) {
  .childcare .p-qa_box {
    padding: 10px 20px;
  }
}
.childcare .p-qa_box_q_box {
  display: flex;
  align-items: center;
}
.childcare .p_qa_box_q_box_q {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #f48416;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.childcare .p_qa_box_q_box_content {
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .childcare .p_qa_box_q_box_content {
    font-size: 16px;
  }
}
.childcare .p-qa_box_a_box {
  display: flex;
  overflow: hidden;
  transition: height 0.4s ease;
}
.childcare .p-qa_box_a_box::before {
  height: 10px;
  content: "";
}
.childcare .p-qa_box_a_box:not(.-open) {
  display: none;
}
.childcare .p_qa_box_a_box_a {
  margin-left: 4px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #f33a16;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.childcare .p_qa_box_a_box_content {
  margin-left: 17px;
  font-size: 14px;
  line-height: 1.8571428571;
  color: #443939;
  letter-spacing: 0.05em;
}
.childcare .p-modal_btn {
  position: relative;
  padding: 2px 10px;
  padding-right: 17px;
  margin-top: 5px;
  font-size: 14px;
  color: #422f2f;
  letter-spacing: 0.05em;
  background: #fae6d2;
  border-radius: 32px;
}
.childcare .p-modal_btn::before {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #f48516;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1007px) {
  .childcare .p-scribing_modal_i111s,
.childcare .p-scribing_modal_car {
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 1007px) {
  .childcare .p-scribing_modal_car {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1006px) {
  .childcare .p-scribing_modal_car {
    margin-top: 30px;
  }
}
.childcare .modal__btn {
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 1006px) {
  .childcare .modal__btn {
    width: 100%;
  }
  .childcare .modal__btn:not(:first-child) {
    margin-top: 30px;
  }
}
.childcare .modal__btn:hover {
  opacity: 0.75;
  transition: all 0.5s ease 0s;
}
.childcare .p-scribing_video {
  position: relative;
}
.childcare .p-scribing_video:nth-child(2n) {
  margin-left: 50px;
}
.childcare .p-scribing_video:nth-child(n+3) {
  margin-top: 50px;
}
.childcare .p-scribing_video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  content: "";
  background: url(../img/scribing/play.png) no-repeat center center/contain;
  transform: translate(-50%, -50%);
}
.childcare .p-scribing_video_text {
  margin-top: 15px;
  font-size: 15px;
  color: #443939;
  text-align: center;
}
.childcare .modal_close {
  position: absolute;
  top: -30px;
  right: 0;
  content: "";
}
.childcare .modal_close::before {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  content: "";
  background: #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1006px) {
  .childcare .modal_close::before {
    width: 40px;
  }
}
.childcare .modal_close::after {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  content: "";
  background: #fff;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1006px) {
  .childcare .modal_close::after {
    width: 40px;
  }
}
.childcare .modal_close_text {
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 125px;
  height: 40px;
  color: #443939;
  letter-spacing: 0.05em;
  background: #fae6d2;
  border-radius: 30px;
  transform: translateX(-50%);
}
.childcare .modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(244, 132, 22, 0.67);
}
.childcare .modal__container {
  position: relative;
  z-index: 110;
  width: 80vw;
  height: 0;
  max-height: 100vh;
  padding-bottom: 40%;
  background-color: #fff;
}
.childcare .modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.childcare .modal__title {
  font-size: 1.5rem;
  font-weight: 600;
}
.childcare .modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.childcare .micromodal-slide {
  display: none;
}
.childcare .micromodal-slide.is-open {
  display: block;
}
.childcare .micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
          animation: mmfadeIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.childcare .micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
          animation: mmslideIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.childcare .micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
          animation: mmfadeOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.childcare .micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
          animation: mmslideOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.childcare .p-scribing_inner {
  padding: 50px 30px 0;
}
.childcare .p-modal_content {
  padding: 20px;
}
.childcare .p-modal_content_title {
  font-weight: bold;
}
.childcare .p-modal_content_title:not(:first-child) {
  margin-top: 10px;
}
.childcare .p-modal_content_text {
  margin-top: 5px;
}
.childcare .p-modal_content_text span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

.feature .c-kv_inner {
  padding: 30px 20px 75px;
}
@media only screen and (max-width: 1006px) {
  .feature .c-kv_inner {
    padding: 30px 20px 50px;
  }
}
@media only screen and (max-width: 1006px) {
  .feature .c-kv_links {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1006px) {
  .feature .c-kv_images {
    margin-top: 0;
  }
}
.feature .l-feature_inner {
  max-width: 1080px;
  padding: 55px 20px 0;
  margin: 0 auto;
}
.feature .feature_main-title {
  text-align: center;
}
.feature .feature_main-title_text {
  display: inline-block;
  padding-bottom: 2px;
  font-size: 32px;
  font-weight: bold;
  color: #f48416;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 3px dashed #f48416;
}
.feature .p-feature_main_text {
  margin-top: 31px;
  line-height: 2.125;
  color: #443939;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .feature .p-feature_main_text {
    margin-top: 40px;
  }
}
.feature .p-philosophy {
  padding-top: 64px;
}
.feature .p-feature_philosophy_images {
  display: flex;
  margin-top: 60px;
}
@media only screen and (max-width: 1006px) {
  .feature .p-feature_philosophy_images {
    display: block;
  }
}
@media only screen and (min-width: 1007px) {
  .feature .p-feature_philosophy_img {
    width: calc(50% - 25px);
  }
  .feature .p-feature_philosophy_img:not(:first-child) {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1006px) {
  .feature .p-feature_philosophy_img {
    width: 100%;
  }
  .feature .p-feature_philosophy_img:not(:first-child) {
    margin-top: 30px;
  }
}
.feature .p-feature_philosophy_text {
  max-width: 760px;
  margin: 46px auto 0;
  line-height: 2.125;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .feature .p-feature_philosophy_text {
    margin-top: 30px;
  }
}
.feature .p-policy {
  position: relative;
  margin-top: 84px;
  background: url(../img/feature/bg_policy.png) no-repeat center center/cover;
}
@media only screen and (max-width: 1006px) {
  .feature .p-policy {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }
}
.feature .p-policy_illust--flower {
  position: absolute;
  bottom: -10px;
  left: -30px;
  width: 140px;
}
@media only screen and (max-width: 1006px) {
  .feature .p-policy_illust--flower {
    left: 20px;
    width: 100px;
  }
}
.feature .p-policy_illust--honey {
  position: absolute;
  top: -50px;
  right: -30px;
  width: 230px;
}
@media only screen and (max-width: 1006px) {
  .feature .p-policy_illust--honey {
    right: 20px;
    width: 150px;
  }
}
.feature .p-policy_inner {
  max-width: 800px;
  padding: 67px 20px 98px;
  margin: 0 auto;
}
.feature .p-policy_lists {
  margin-top: 48px;
}
.feature .p-policy_list:not(:first-child) {
  margin-top: 22px;
}
.feature .p-policy_title {
  display: flex;
  align-items: center;
}
.feature .p-policy_title_num {
  margin-right: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #f48416;
  letter-spacing: 0.1em;
}
.feature .p-policy_title_text {
  font-size: 20px;
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1006px) {
  .feature .p-policy_title_text {
    font-size: 19px;
  }
}
.feature .p-policy_text {
  padding-left: 2em;
  line-height: 2.125;
  color: #443939;
  letter-spacing: 0.05em;
}
.feature .p-extraactive_inner {
  max-width: 800px;
  padding: 53px 20px;
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (max-width: 1006px) {
  .feature .p-extraactive_inner {
    padding: 50px 0;
    margin-top: 20px;
  }
}
.feature .p-class_explain {
  margin-top: 55px;
  text-align: center;
}
.feature .p-class_explain_text {
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  background: #f48416;
}
.feature .p-class_title {
  margin-top: 10px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.feature .p-class_flows {
  padding-bottom: 42px;
  margin-top: 33px;
  border-bottom: 3px dashed #f2f2f2;
}
.feature .p-class_flow {
  display: flex;
  align-items: center;
}
.feature .p-class_flow:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (max-width: 1006px) {
  .feature .p-class_flow {
    display: block;
  }
}
.feature .p-class_flow_age {
  min-width: 120px;
  max-width: 120px;
}
@media only screen and (max-width: 1006px) {
  .feature .p-class_flow_age {
    margin: 0 auto;
  }
}
.feature .p-class_flow_explain {
  font-size: 14px;
  line-height: 2;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1007px) {
  .feature .p-class_flow_explain {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1006px) {
  .feature .p-class_flow_explain {
    margin-top: 10px;
  }
}
.feature .p-class_contents {
  display: flex;
  align-items: center;
  padding-bottom: 55px;
  margin-top: 44px;
  border-bottom: 3px dashed #f2f2f2;
}
@media only screen and (max-width: 1006px) {
  .feature .p-class_contents {
    display: block;
  }
}
.feature .p-class_content_img {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 1006px) {
  .feature .p-class_content_img {
    width: 100%;
  }
}
@media only screen and (min-width: 1007px) {
  .feature .p-class_teacher_texts {
    width: calc(50% - 20px);
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1006px) {
  .feature .p-class_teacher_texts {
    margin-top: 20px;
  }
}
.feature .p-class_teacher_label {
  width: 110px;
}
.feature .p-class_teacher_name {
  margin-top: 23px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1006px) {
  .feature .p-class_teacher_name {
    margin-top: 10px;
  }
}
.feature .p-class_teacher_text {
  margin-top: 19px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .feature .p-class_teacher_text {
    margin-top: 10px;
  }
}
.feature .p-class_target {
  text-align: center;
}
.feature .p-class_target_text {
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 36px;
  font-size: 20px;
  color: #f48416;
  letter-spacing: 0.1em;
  border-bottom: 3px dashed #f48416;
}
@media only screen and (max-width: 1006px) {
  .feature .p-class_target_text {
    padding-bottom: 2px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 1006px) {
  .feature .p-class_target_text span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1007px) {
  .feature .p-class_english_texts {
    width: calc(50% - 25px);
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1006px) {
  .feature .p-class_english_texts {
    width: 100%;
    margin-top: 30px;
  }
}
.feature .p-class_english_text {
  font-size: 14px;
  line-height: 2;
  color: #443939;
  letter-spacing: 0.05em;
}
.feature .p-class_english_example {
  padding: 14px;
  margin-top: 15px;
  border: 1px dashed #d5d5d5;
}
.feature .p-class_contents--english {
  align-items: normal;
  margin-top: 37px;
}
.feature .pagetop {
  position: -webkit-sticky;
  position: sticky;
  bottom: 5em;
  z-index: 3;
  text-align: right;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 1006px) {
  .feature .pagetop {
    bottom: 3em;
  }
}
.feature .pagetop a {
  position: absolute;
  top: -30px;
  right: 3em;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #f48416;
}
@media only screen and (max-width: 1006px) {
  .feature .pagetop a {
    top: -20px;
    right: 1em;
    width: 45px;
    height: 45px;
  }
}

.contact_thanks .p-contact_thanks_inner {
  max-width: 800px;
  padding: 75px 20px 150px;
  margin: 0 auto;
}
@media only screen and (max-width: 1006px) {
  .contact_thanks .p-contact_thanks_inner {
    padding: 40px 20px 40px;
  }
}
.contact_thanks .p-contact_thanks_title {
  font-size: 22px;
  font-weight: bold;
  color: #443939;
  text-align: center;
}
.contact_thanks .p-contact_thanks_text {
  margin-top: 50px;
  font-size: 16px;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .contact_thanks .p-contact_thanks_text {
    margin-top: 30px;
    text-align: center;
  }
}
.contact_thanks .p-contact_thanks_btn {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 1006px) {
  .contact_thanks .p-contact_thanks_btn {
    margin-top: 50px;
  }
}
.contact_thanks .p-contact_thanks_btn a {
  display: inline-block;
  width: 180px;
  max-width: 100%;
  height: 45px;
  font-size: 15px;
  line-height: 45px;
  color: #f48416;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  border: 1px solid #f48416;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
}
.contact_thanks .p-contact_thanks_btn a:hover {
  color: #fff;
  background: #f48416;
}

.contact_confirm .c-contact_form_inner--confirm {
  padding: 70px 20px;
}
.contact_confirm .p-attention_text {
  font-weight: bold;
  color: #dc3b1b;
  text-align: center;
  letter-spacing: 0.05em;
}
.contact_confirm .c-form_dls {
  margin-top: 17px;
}
.contact_confirm .c-form_dl {
  display: flex;
  padding: 30px 0;
  border-bottom: 2px dashed #bbb;
}
@media only screen and (max-width: 1006px) {
  .contact_confirm .c-form_dl {
    display: block;
    padding: 20px 0;
  }
}
.contact_confirm .c-form_dt {
  width: calc(40% - 10px);
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1006px) {
  .contact_confirm .c-form_dt {
    width: 100%;
  }
}
.contact_confirm .c-form_dt--must {
  position: relative;
}
.contact_confirm .c-form_dt--must::after {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 3px 20px;
  font-size: 13px;
  color: #dc3b1b;
  content: "必須";
  border: 1px solid #dc3b1b;
  transform: translateY(-50%);
}
.contact_confirm .c-form_dd {
  width: calc(60% - 10px);
  line-height: 1.375;
  color: #443939;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1007px) {
  .contact_confirm .c-form_dd {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1006px) {
  .contact_confirm .c-form_dd {
    width: 100%;
  }
}
.contact_confirm .p-send_btn {
  margin-top: 50px;
  text-align: center;
}
.contact_confirm .p-send_btn button {
  position: relative;
  display: inline-block;
  width: 410px;
  width: 218px;
  max-width: 100%;
  height: 70px;
  height: 56px;
  font-size: 20px;
  line-height: 70px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: transparent;
  border-radius: 39px;
  outline: none;
  transition: all 0.2s ease;
}
.contact_confirm .p-send_btn button::after {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: #948383;
  background-color: #7a6767;
  border-radius: 39px;
}
.contact_confirm .p-send_btn button span {
  position: relative;
  position: relative;
  z-index: 2;
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
  background: #443939;
  background: #675757;
  border-radius: 39px;
  transition: all 0.3s ease;
}
.contact_confirm .p-send_btn button span input[type=submit] {
  color: #fff;
}
.contact_confirm .p-send_btn button span::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #f48516;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  transform: translateY(-50%);
}
.contact_confirm .p-send_btn button:hover {
  border-color: transparent;
}
.contact_confirm .p-send_btn button:hover span {
  color: #fff;
  background-color: #443939;
  transform: translateY(5px);
}
.contact_confirm .p-send_return {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 1006px) {
  .contact_confirm .p-send_return {
    margin-top: 30px;
  }
}
.contact_confirm .p-send_return button {
  display: inline-block;
  width: 180px;
  max-width: 100%;
  height: 45px;
  font-size: 15px;
  line-height: 45px;
  color: #f48416;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  border: 1px solid #f48416;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
}
.contact_confirm .p-send_return button:hover {
  color: #fff;
  background: #f48416;
}

.page_contact .p-confirm_btn {
  margin-top: 50px;
  text-align: center;
}
.page_contact .p-confirm_btn button {
  width: 218px;
  height: 56px;
  line-height: 56px;
}
.page_contact .p-confirm_btn button::after {
  background: #948383;
}
.page_contact .p-confirm_btn button span {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  background: #675757;
}
.page_contact .p-confirm_btn button span::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #f48516;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  transform: translateY(-50%);
}
.page_contact .p-contact_privacy {
  margin-top: 50px;
}
@media only screen and (max-width: 1006px) {
  .page_contact .p-contact_privacy {
    margin-top: 25px;
  }
}
.page_contact .p-privacy_title {
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
}
.page_contact .p-privacy_text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
  color: #443939;
  letter-spacing: 0.05em;
}
.page_contact .p-privacypolicy {
  padding: 20px;
  margin-top: 30px;
  border: 2px dashed #bbb;
}
.page_contact .p-privacypolicy_title {
  font-weight: bold;
  color: #443939;
  letter-spacing: 0.05em;
}
.page_contact .privacypolicy_lists {
  margin-top: 20px;
  counter-reset: my-counter;
}
.page_contact .privacypolicy_list {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #443939;
  letter-spacing: 0.05em;
  background: #fff;
}
.page_contact .privacypolicy_list:not(:first-child) {
  margin-top: 15px;
}
.page_contact .privacypolicy_list::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  padding-top: 1px;
  padding-left: 1px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #f48416;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fde9d5;
  border-radius: 50%;
}

.google-map_wrap {
  position: relative;
  width: 100%;
  padding-top: 30.5333333333%;
  margin-top: 30px;
}
@media only screen and (max-width: 1006px) {
  .google-map_wrap {
    padding-top: 70.666%;
  }
}

.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gm-style-iw a {
  text-decoration: underline;
}

.custom-info .address {
  margin-top: 5px;
}
.custom-info .google-map {
  margin-top: 5px;
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */