@charset "UTF-8";
/* destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* ↓ パッケージ導入せず直書きも可能、必要に応じてnpm管理も可 */
@import url("https://unpkg.com/destyle.css/destyle.css");
:root {
  --color-main: #007acc;
  --color-back: #f8f8f8;
  --color-base: #333;
  --font-size-base: 16px;
}

/* ----------------------------------------
Foundation - base -
プロジェクトにおける基本的なスタイルを定義します。
ページの下地としての全体の背景や、基本的なタイポグラフィなどが該当します。
---------------------------------------- */
* {
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  color: #333333;
  background: #fff;
  font-size: clamp(15px, 15px + (16 - 15) * (100vw - 375px) / (1280 - 375), 16px);
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15em;
  word-wrap: break-word;
  font-feature-settings: "palt" 1;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

iframe {
  vertical-align: bottom;
}

svg {
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

a {
  color: #F58220;
  transition: 0.3s;
  text-decoration: none;
}

/* ----------------------------------------
form style
---------------------------------------- */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  font-size: 1.5rem;
  font-weight: normal;
  outline: none;
  margin: 0;
}

textarea {
  width: 100%;
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

input[type=text],
input[type=passwprd],
input[type=search],
input[type=email],
input[type=tel],
input[type=url],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
textarea {
  width: 100%;
  padding: 5px;
  border: solid 1px #D3CDBD;
  background-color: #fff;
}

select {
  width: 100%;
  border: solid 1px #D3CDBD;
  padding: 5px;
}

.footer {
  background: #F58220;
  color: #fff;
  position: relative;
}
.footer::after {
  position: absolute;
  top: clamp(-58px, -4.98vw, -38px);
  content: "";
  display: inline-block;
  width: 100%;
  height: clamp(40px, 5vw, 60px);
  background: #F58220;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.footer a {
  color: #fff;
}
.footer_inner {
  padding: 6em 0 4em;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1054px) {
  .footer_inner {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.footer_inner .box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer_inner .box > div {
  width: 25%;
}
@media screen and (max-width: 990px) {
  .footer_inner .box > div {
    width: 50%;
  }
}
.footer-info {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.footer-name {
  display: flex;
  gap: 1em;
}
.footer-name .text {
  display: flex;
  flex-direction: column;
  font-size: clamp(15px, 15px + (17 - 15) * (100vw - 375px) / (1280 - 375), 17px);
  line-height: 1.5;
}
.footer-name .text .c-en {
  font-size: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / (1280 - 375), 12px);
}
.footer-name .logo {
  display: flex;
  align-items: center;
}
.footer-mail {
  background-size: 100% auto;
  height: 1.5em;
  background-repeat: no-repeat;
}
.footer-mail.iki {
  width: 12em;
  background-image: url(../images/common/mail.svg);
  background-size: 100% auto;
}
.footer-map {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-map iframe {
  border-radius: clamp(12px, 12px + (20 - 12) * (100vw - 375px) / (1280 - 375), 20px);
}
.footer-map .map-link {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 0 1em;
  font-size: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / (1280 - 375), 12px);
  margin-top: 1em;
}
.footer-map .map-link span {
  display: inline-block;
  padding: 0.25em 0.5em 0.5em 1.5em;
  background: url(../images/common/icon_pin.svg) no-repeat left top 0.75em;
  background-size: 1.15em;
}
.footer-map .map-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 990px) {
  .footer .u-flex-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 540px) {
  .footer .u-flex-box .box {
    flex-direction: column;
  }
  .footer .u-flex-box .box > div {
    width: 100%;
  }
  .footer .u-flex-box .box iframe {
    width: 100%;
  }
}

#l-container {
  padding-bottom: clamp(80px, 80px + (60) * (100vw - 375px) / (905), 140px);
  background: url(../images/common/page_deco_flowerL.png) no-repeat top 60.375em left, url(../images/common/page_deco_flowerL.png) no-repeat top 192.4375em left, url(../images/common/page_deco_flowerL.png) no-repeat top 324.5em left, url(../images/common/page_deco_flowerL.png) no-repeat top 456.5625em left, url(../images/common/page_deco_flowerR.png) no-repeat top 135.8125em right, url(../images/common/page_deco_flowerR.png) no-repeat top 262.875em right, url(../images/common/page_deco_flowerR.png) no-repeat top 394.9375em right, url(../images/common/page_deco_flowerR.png) no-repeat top 527em right;
  background-size: 260px auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #l-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 0;
  }
  #l-container > * {
    position: relative;
    z-index: 1;
  }
}
#l-container.home {
  background: url(../images/common/page_deco_flowerL.png) no-repeat top 60.375em left, url(../images/common/page_deco_flowerL.png) no-repeat top 251.865625em left, url(../images/common/page_deco_flowerR.png) no-repeat top 135.8125em right;
  background-size: 260px auto;
}
@media only screen and (max-width: 767px) {
  #l-container {
    background-size: 8em auto;
  }
  #l-container.home {
    background-size: 8em auto;
  }
}

/* ----------------------------------------
Project
プロジェクト固有のパターンであり、いくつかのComponentと、
それに該当しない要素によって構成されるものを定義します。
例えば、記事一覧や、ユーザープロフィール、画像ギャラリーなどコンテンツを構成する要素などが該当します。
articles/ranking/promo...
---------------------------------------- */
.p-site-logo {
  display: flex;
  align-items: center;
  color: #fff;
}
.p-site-logo .en {
  font-size: clamp(13px, 13px + (16 - 13) * (100vw - 375px) / (1280 - 375), 16px);
  text-transform: uppercase;
}
.p-site-logo a {
  color: #fff;
}
.p-site-name {
  display: flex;
  flex-direction: column;
  font-size: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1280 - 375), 20px);
  margin-left: 0.5em;
  line-height: 1.25;
}
.p-header {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(245, 130, 32, 0.9) 20%);
  padding: 1em 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.p-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1396px) {
  .p-header_inner {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.p-gnavInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex: 1;
}
.p-gnavItem {
  position: relative;
}
.p-gnavLink {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0.75em;
  font-size: 1vw;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .p-gnavLink {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-header {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), #f58220 10%);
  }
  .p-gnav {
    color: #333333;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 70%;
    height: 100%;
    padding: 50px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    transition: right 600ms 0s ease;
  }
  .p-gnav.is-enable {
    right: 0;
  }
  .p-gnavInner {
    min-width: auto;
    width: 100%;
    height: auto;
    overflow-y: auto;
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: block;
  }
  .p-gnavItem::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    transform: translateY(0%);
    width: 100%;
    height: 1px;
    background: #F58220;
  }
  .p-gnavItem:last-child::after {
    content: "";
    position: absolute;
    bottom: 0%;
    top: unset;
    left: 0;
    width: 100%;
    height: 1px;
    background: #F58220;
  }
  .p-gnavLink {
    padding: 1.5em;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1280 - 375), 18px);
    width: auto;
    color: #F58220;
    justify-content: flex-start;
  }
  .p-gnavLink:hover {
    background-color: rgb(255, 229.1, 199.5);
  }
}
.p-hamburger {
  display: none;
  flex-flow: column;
  justify-content: space-between;
  width: 50px;
  height: 50px;
  padding: 17px 15px;
  background-color: #fff;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  border: 2px solid #F58220;
}
@media (max-width: 767px) {
  .p-hamburger {
    display: flex;
  }
}
.p-hamburger::before, .p-hamburger::after {
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: #F58220;
  transition: all 200ms 0s ease;
  transform-origin: 0 0;
}
.p-hamburger.is-close::before, .p-hamburger.is-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-hamburger.is-close::before {
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
}
.p-hamburger.is-close::after {
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
}
.p-pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9998;
}
.p-pagetop:hover {
  cursor: pointer;
}
.p-visual .visual-img {
  position: relative;
}
.p-visual .visual-img img {
  width: 100%;
}
.p-visual .visual-img .wave {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.p-visual .visual-img::after {
  content: "";
  width: 11.7130307467%;
  height: 160px;
  position: absolute;
  background: url(../images/common/deco_dots.svg) no-repeat left bottom;
  bottom: 10px;
  right: 5%;
  z-index: 10;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .p-visual .visual-img {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .p-visual .visual-img {
    margin-top: 65px;
  }
  .p-visual .visual-img .wave {
    bottom: -10px;
  }
}
.p-visual .visual-title {
  color: #F58220;
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
}
.p-visual .visual-title .page-title {
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1280 - 375), 20px);
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.81);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  padding: 2.5em 6em 2em 0;
  background: url(../images/common/mv_title_flower_top.svg), url(../images/common/mv_title_flower_bottom.svg);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
}
.p-visual .visual-title .page-title .en {
  font-size: clamp(28px, 28px + (54 - 28) * (100vw - 375px) / (1280 - 375), 54px);
  font-weight: 500;
  text-transform: capitalize;
}
.p-visual .visual-title .page-title .en .page-title-plus {
  margin-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .p-visual .visual-title .page-title {
    padding: 0.5em 1.5em 0em 0;
    background-size: 1.5em 1.5em, 3em 1em;
  }
  .p-visual .visual-title .page-title .en {
    font-size: clamp(28px, 28px + (54 - 28) * (100vw - 375px) / (1280 - 375), 54px);
    font-weight: 400;
    text-transform: capitalize;
  }
  .p-visual .visual-title .page-title .en .page-title-plus {
    margin-left: 0.25em;
  }
}

.swiper {
  width: 90vw;
  right: 0;
  margin-right: 0 !important;
}
.swiper::before {
  content: "";
  width: 30%;
  height: 6em;
  background: url(../images/top/mv_name.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0em;
  bottom: 3em;
  z-index: 200;
  transform: rotate(-14deg);
}
.swiper-slide {
  width: 100%;
  padding-left: 3em;
}
.swiper-slide img {
  border-radius: clamp(32px, 32px + (200 - 32) * (100vw - 375px) / (1280 - 375), 200px);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.swiper .pagination {
  top: 50%;
  transform: translateY(-50%);
  height: 152px;
  width: 20px;
  position: absolute;
  z-index: 200;
}
.swiper .pagination .pagination-dot {
  background: url(../images/top/slider_dots.svg) no-repeat center left;
  background-size: contain;
  width: 20px;
  height: 16px;
  margin: 0;
  opacity: 1;
  display: block;
  margin-bottom: 1em;
}
.swiper .pagination .pagination-dot.is-active {
  background-image: url(../images/top/slider_dots_active.svg);
}
@media only screen and (max-width: 767px) {
  .swiper {
    width: 95vw;
    margin-right: 0 !important;
  }
  .swiper::before {
    content: "";
    width: 10em;
    height: 2em;
    bottom: 1em;
  }
  .swiper .pagination {
    width: 1em;
    margin-top: 45px;
  }
  .swiper .pagination .pagination-dot {
    width: 1em;
    height: 1.5em;
    margin-bottom: 0em;
  }
}

/* ----------------------------------------
Component
再利用できるパターンとして、小さな単位のモジュールを定義します。
grid/button/form/media...
---------------------------------------- */
.c-section {
  margin-top: clamp(30px, 30px + (70) * (100vw - 375px) / (905), 100px);
  margin-bottom: clamp(30px, 30px + (70) * (100vw - 375px) / (905), 100px);
}
.c-section:last-child {
  margin-bottom: 0;
}
.c-section_sub {
  margin-top: clamp(20px, 20px + (60) * (100vw - 375px) / (905), 80px);
  margin-bottom: clamp(20px, 20px + (60) * (100vw - 375px) / (905), 80px);
}
.c-section-head {
  font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1280 - 375), 36px);
  color: #F58220;
}
.c-section-head .en {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1280 - 375), 20px);
}
.c-section-head .en.uppercase {
  text-transform: uppercase;
}
.c-section-head.tate {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
}
.c-section-head.line {
  display: flex;
  align-items: baseline;
  position: relative;
  padding-bottom: 0.75em;
  margin-bottom: 1em;
  font-weight: 600;
}
.c-section-head.line .en {
  margin-left: 0.5em;
}
.c-section-head.line::before {
  background: radial-gradient(circle farthest-side, #FFDDC1, #FFDDC1 30%, transparent 30%, transparent);
  background-size: 20px 20px;
  content: "";
  display: inline-block;
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-section-head.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.4em;
}
.c-section-head.center .jp {
  position: relative;
}
.c-section-head.center .jp:before, .c-section-head.center .jp:after {
  background: radial-gradient(circle farthest-side, #FFDDC1, #FFDDC1 30%, transparent 30%, transparent);
  background-size: 20px 20px;
  height: 20px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  width: 5em;
}
.c-section-head.center .jp:before {
  left: -6em;
}
.c-section-head.center .jp:after {
  right: -6em;
}
.c-section-head-sub {
  text-align: center;
  color: #333333;
  font-size: clamp(22px, 22px + (28 - 22) * (100vw - 375px) / (1280 - 375), 28px);
  font-weight: 500;
  margin-bottom: 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-section-head-sub .en {
  font-size: clamp(17px, 17px + (20 - 17) * (100vw - 375px) / (1280 - 375), 20px);
  border-bottom: 1px solid #F58220;
  margin-bottom: 0.5em;
}
.c-section-head-sub .jp {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .c-section-head.line::before {
    background-size: 0.75em;
    height: 0.75em;
  }
  .c-section-head.center .jp:before, .c-section-head.center .jp:after {
    background-size: 0.75em;
    height: 0.75em;
    width: 2.5em;
  }
  .c-section-head.center .jp:before {
    left: -3em;
  }
  .c-section-head.center .jp:after {
    right: -3em;
  }
}
.c-bg {
  padding-top: clamp(20px, 20px + (80) * (100vw - 375px) / (905), 100px);
  padding-bottom: clamp(20px, 20px + (80) * (100vw - 375px) / (905), 100px);
  border-radius: clamp(32px, 32px + (200 - 32) * (100vw - 375px) / (1280 - 375), 200px);
  position: relative;
  margin: 12em auto;
}
@media only screen and (max-width: 767px) {
  .c-bg {
    margin: 6em auto;
  }
}
.c-bg.right::before, .c-bg.right::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.c-bg.right::after {
  display: block;
  width: calc(100% - 7.4418604651%);
  background: rgba(245, 130, 32, 0.11);
  border-radius: clamp(32px, 32px + (200 - 32) * (100vw - 375px) / (1280 - 375), 200px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  top: -3em;
  left: 0;
  height: calc(100% + 6em);
}
.c-bg.left {
  position: relative;
  margin: 6em auto;
}
.c-bg.left::before, .c-bg.left::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.c-bg.left::after {
  display: block;
  width: calc(100% - 7.4418604651%);
  background: rgba(245, 130, 32, 0.11);
  border-radius: clamp(32px, 32px + (200 - 32) * (100vw - 375px) / (1280 - 375), 200px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  top: -3em;
  right: 0;
  height: calc(100% + 6em);
}
.c-bg.deco {
  position: relative;
}
.c-bg.deco::before {
  content: "";
  display: block;
  width: 10%;
  height: 10em;
  background: url(../images/common/deco_dots.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -5em;
  right: 5%;
}
@media screen and (max-width: 1216px) {
  .c-bg.right::after {
    width: calc(100% - 3.2%);
  }
  .c-bg.left::after {
    width: calc(100% - 3.2%);
  }
}
@media only screen and (max-width: 767px) {
  .c-bg.right .c-inner {
    margin-right: 25px;
  }
  .c-bg.left .c-inner {
    margin-left: 25px;
  }
  .c-bg.deco::before {
    width: 10%;
    height: 3em;
    bottom: -1.52em;
    right: 2.5%;
  }
}
.c-inner.wide {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1396px) {
  .c-inner.wide {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.c-inner .wide {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1366px) {
  .c-inner .wide {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.c-head2 {
  margin-bottom: 1.25em;
  display: flex;
  align-items: center;
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1280 - 375), 18px);
  font-weight: 500;
}
.c-head2:before {
  content: "";
  width: 0.5em;
  height: 1.5em;
  display: inline-block;
  background: #F58220;
  border-radius: 4px;
  margin-right: 0.5em;
}
.c-list-dot {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.c-list-dot li {
  position: relative;
  padding-left: 1em;
}
.c-list-dot li::before, .c-list-dot li::after {
  position: absolute;
  display: block;
  border-radius: 1em;
  content: "";
}
.c-list-dot li:before {
  left: 0;
  top: 0.5em;
  width: 0.75em;
  height: 0.75em;
  background: #FFF1E1;
}
.c-list-dot li:after {
  left: 2px;
  top: calc(0.5em + 2px);
  width: calc(0.75em - 4px);
  height: calc(0.75em - 4px);
  border: 1px solid #fff;
}
.c-dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c-dl.top {
  align-items: flex-start;
}
.c-dl_head, .c-dl_body {
  padding: 1em 1em 1em 0;
}
.c-dl_head {
  width: 10em;
}
.c-dl_body {
  width: calc(100% - 10em);
}
@media only screen and (max-width: 767px) {
  .c-dl.wide tr {
    display: flex;
    flex-direction: column;
  }
  .c-dl.wide .c-dl_head, .c-dl.wide .c-dl_body {
    width: 100%;
  }
  .c-dl.wide .c-dl_head {
    padding-bottom: 0;
  }
  .c-dl.wide .c-dl_body {
    padding-top: 0;
  }
}
.c-dl.dot .c-dl_head, .c-dl.dot .c-dl_body {
  background-image: linear-gradient(to right, #F58220 1px, transparent 1px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.c-dl.line .c-dl_head, .c-dl.line .c-dl_body {
  border-bottom: 1px solid #FFDDC1;
}
@media only screen and (max-width: 767px) {
  .c-dl {
    flex-direction: column;
  }
  .c-dl_head, .c-dl_body {
    padding: 1em 1em 1em 0;
  }
  .c-dl_head {
    width: 100%;
    background-image: none;
    padding-bottom: 0;
  }
  .c-dl_body {
    width: 100%;
  }
  .c-dl.dot .c-dl_head {
    background-image: none;
  }
  .c-dl.line .c-dl_head {
    border-bottom: none;
  }
}
.c-table {
  width: 100%;
}
.c-table_head, .c-table_body {
  text-align: center;
}
.c-table_head {
  padding: 0.1em 1em;
  color: #fff;
}
.c-table_body {
  padding: 0.5em 1em;
}
.c-link {
  background: #FFF1E1;
  color: #F58220;
  display: block;
  padding: 0.5em;
}
.c-link:hover {
  background: rgb(255, 229.1, 199.5);
}
.c-link-list {
  display: flex;
  justify-content: center;
  gap: 1em;
  align-items: center;
}
.c-kome:before {
  content: "※";
}
@media only screen and (max-width: 767px) {
  .c-scroll {
    margin-top: 6.66667vw;
    margin-bottom: 1.33333vw;
    overflow: auto;
    white-space: nowrap;
  }
  .c-scroll:before {
    display: block;
    margin: 0px 0 5px;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1280 - 375), 16px);
    content: "※横にスクロールします。";
  }
}
.c-en {
  font-family: "menco", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.c-copy {
  margin-top: 6.5em;
  font-size: clamp(12px, 12px + (14 - 12) * (100vw - 375px) / (1280 - 375), 14px);
}
.c-inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1054px) {
  .c-inner {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .c-btn {
    width: 30%;
  }
}
.c-btnList {
  display: flex;
  justify-content: center;
  gap: 2em;
}
.c-btn a {
  background: #F58220;
  color: #fff;
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  position: relative;
  border-radius: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1280 - 375), 20px);
  padding: 1.5em 1em;
}
.c-btn a:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #FFF1E1;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1280 - 375), 20px);
  pointer-events: none;
}
.c-btn a:hover {
  background: rgb(216.3004291845, 104.7553648069, 9.6995708155);
}
.c-btn a i {
  min-height: 52px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-btnList {
    gap: 1em;
    flex-direction: column;
  }
}
.c-color-main {
  color: #F58220;
}

/* ----------------------------------------
Utility
ComponentとProjectレイヤーのObjectのモディファイアで
解決することが難しい・適切では無い、わずかなスタイルの調整のための便利クラスなどを定義します。
clearfix/display/margin...
---------------------------------------- */
@media only screen and (min-width: 768px) {
  .u-display-mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-display-pc {
    display: none;
  }
}
.u-link-disabled {
  pointer-events: none;
  text-decoration: none;
}
.u-align-center {
  text-align: center;
}
.u-align-left {
  text-align: left;
}
.u-align-right {
  text-align: right;
}
.u-flex-box {
  display: flex;
  justify-content: center;
  gap: 2em;
}
.u-flex-box .box {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .u-flex-box {
    flex-direction: column;
  }
}

.top-visual {
  position: relative;
}
.top-visual:before, .top-visual:after {
  position: absolute;
  content: "";
}
.top-visual:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: url(../images/top/visual-wave.svg) no-repeat left bottom, #FFF1E1;
  background-size: contain, auto;
}
.top-visual:after {
  bottom: -7.5%;
  right: 0%;
  width: 15%;
  height: 15%;
  background: url(../images/common/deco_dots.svg) no-repeat left bottom;
  background-size: contain, auto;
  z-index: 200;
}
@media only screen and (max-width: 767px) {
  .top-visual {
    padding-top: 65px;
  }
  .top-visual:before {
    height: 60%;
  }
}

.home .greeting {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1396px) {
  .home .greeting {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.home .greeting-title {
  background: url(../images/top/mv_title_bg.svg) no-repeat center top;
  margin-top: -8em;
  z-index: 200;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.25em;
}
.home .greeting-title + p {
  font-weight: 500;
}
.home .greeting-title .wrap {
  padding: 3em 0 3em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #F58220;
  position: relative;
  line-height: 1.4;
}
.home .greeting-title .wrap::before {
  width: 60px;
  height: 40px;
  content: "";
  background: url(../images/top/title_flower.svg) no-repeat center/100% auto;
}
.home .greeting-title .en {
  font-size: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1280 - 375), 40px);
}
.home .greeting .u-align-center {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1280 - 375), 20px);
}
.home .greeting-text {
  max-width: 1100px;
  margin: 0 auto;
  background: url(../images/top/greeting_img01.png) no-repeat left bottom/284px auto, url(../images/top/greeting_img02.png) no-repeat right top/284px auto;
  background-size: 25.8181818182%;
}
.home .greeting-text p {
  max-width: 460px;
  margin: 0 auto;
  padding: 4em 0 11em;
}
@media screen and (max-width: 1140px) {
  .home .greeting-title {
    background-size: contain;
    width: 50%;
    margin: -8em auto 0;
    background-position: bottom center;
    background-size: 100% auto;
  }
  .home .greeting-title .wrap {
    padding: 2.5em 0 0em 0;
  }
  .home .greeting-title .wrap::before {
    width: 60px;
    height: 40px;
  }
}
@media screen and (max-width: 960px) {
  .home .greeting-text {
    padding-bottom: 29.0909090909%;
    background-position: left 60% bottom, right bottom 1em;
  }
  .home .greeting-text p {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home .greeting-title {
    background: url(../images/top/mv_title_bg.svg) no-repeat center top;
    margin-top: -2.5em;
    background-size: 100% auto;
    width: 70%;
    margin-bottom: 2em;
  }
  .home .greeting-title .wrap {
    padding-top: 1.5em;
  }
  .home .greeting-title .wrap::before {
    width: 3em;
    height: 2em;
  }
}
.home .news {
  background: #FFF1E1;
  position: relative;
  margin-top: calc(340px - 10em);
}
.home .news::before, .home .news::after {
  width: 100%;
  position: absolute;
  content: "";
  z-index: -1;
}
.home .news::before {
  top: -339px;
  height: 340px;
  background: url(../images/common/deco_dots_03.svg) no-repeat right 18% bottom 20%/7.5% auto, url(../images/common/wave_top.svg) no-repeat bottom left/100% auto;
}
.home .news::after {
  bottom: -160px;
  height: 160px;
  background: url(../images/common/visual-wave.svg) no-repeat bottom -1px left/100% auto, #FFF1E1;
}
@media screen and (min-width: 1720px) {
  .home .news::after {
    background-position: top -1px left;
  }
}
.home .news-title {
  color: #F58220;
  font-size: clamp(23px, 23px + (40 - 23) * (100vw - 375px) / (1280 - 375), 40px);
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  width: 20%;
  font-weight: 600;
  background: url(../images/common/deco_dots.svg) no-repeat left 0% bottom 0%/40% auto;
  margin-top: 1.5em;
  align-items: first baseline;
  min-height: 5.5em;
}
.home .news-title > span {
  display: flex;
  flex-direction: column;
  transform: rotateZ(90deg);
  padding-left: 1em;
}
.home .news-title .en {
  display: block;
  order: 1;
  position: relative;
}
.home .news-title .en::before {
  content: "";
  width: 2.5em;
  height: 1px;
  background: #F58220;
  position: absolute;
  top: 50%;
  left: -3em;
  transform: translateY(-50%);
}
.home .news-title .jp {
  font-size: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1280 - 375), 20px);
}
.home .news .c-inner {
  display: flex;
  padding-bottom: 3em;
  align-items: stretch;
}
.home .news .c-dl {
  width: 80%;
}
.home .news .c-dl time {
  color: rgb(127.5, 127.5, 127.5);
}
.home .news .c-dl a {
  color: #333333;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .home .news {
    margin-top: calc(340px - 15em);
  }
  .home .news::before {
    background-position: right 5% bottom 0%, bottom left;
    background-size: 15% auto, 100% auto;
  }
  .home .news::after {
    bottom: -80px;
    height: 80px;
  }
  .home .news-title {
    width: auto;
    margin-top: 0em;
    margin-left: 0em;
    min-height: 2em;
  }
  .home .news-title > span {
    transform: rotateZ(0deg);
    padding-left: 1em;
  }
  .home .news-title .en::before {
    left: 3.5em;
  }
  .home .news .c-inner {
    flex-direction: column;
    align-items: start;
    padding-bottom: 1.5em;
  }
  .home .news .c-dl {
    width: 100%;
  }
}
.home .download {
  text-align: center;
  margin-top: 10em;
}
.home .download .c-btnList {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 950px) {
  .home .download .c-btnList {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.home .download-title {
  font-size: clamp(20px, 20px + (28 - 20) * (100vw - 375px) / (1280 - 375), 28px);
  margin-bottom: 2em;
  font-weight: 500;
}
.home .download-kv {
  height: clamp(340px, 340px + (620 - 340) * (100vw - 375px) / (1280 - 375), 620px);
  background: url(../images/top/download_kv.jpg) center center no-repeat;
  background-size: 100% auto;
  margin-top: clamp(40px, 40px + (20) * (100vw - 375px) / (905), 60px);
  margin-top: 5em;
}
@media screen and (max-width: 1600px) {
  .home .download-kv {
    background-size: auto 100%;
  }
}
.home .disclosure .c-inner {
  position: relative;
}
.home .disclosure .c-inner:before {
  position: absolute;
  left: 0;
  width: 6em;
  height: 6em;
  content: "";
  background: url(../images/common/deco_dots_02.svg) no-repeat;
  background-size: contain;
  top: -12em;
}
.home .disclosure-title {
  font-size: clamp(20px, 20px + (28 - 20) * (100vw - 375px) / (1280 - 375), 28px);
  text-align: center;
  margin-bottom: 1.45em;
  font-weight: 500;
}
.home .disclosure-list {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.home .disclosure-list li a {
  border-radius: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1280 - 375), 16px);
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1280 - 375), 16px);
  overflow: hidden;
  display: flex;
  position: relative;
  color: #333333;
}
.home .disclosure-list li a .list-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.84);
  padding: 0.5em 1em;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.home .disclosure-list li a .list-title::after {
  transition: 0.3s;
  content: "";
  background: url(../images/common/icon_arrow.svg) no-repeat center/100% auto;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 0.5em;
  margin-top: 0.25em;
}
.home .disclosure-list li a:hover .list-title::after {
  margin-left: 0.8em;
}
.home .disclosure .c-dl {
  max-width: 880px;
  margin: 3em auto 0;
}
.home .disclosure .c-dl p {
  margin-bottom: 1em;
}
.home .disclosure .c-dl p:last-child {
  margin-bottom: 0;
}
.home .disclosure .c-dl span {
  background: #FFA7B2;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 0em 0.5em;
  margin-right: 1em;
}
.home .disclosure .contact-box .box {
  border-right: 1px solid #FFDDC1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.home .disclosure .contact-box .box:last-child {
  border-right: none;
}
.home .disclosure .contact-box p {
  font-size: clamp(13px, 13px + (14 - 13) * (100vw - 375px) / (1280 - 375), 14px);
}
.home .disclosure .contact-box p strong {
  font-size: clamp(15px, 15px + (16 - 15) * (100vw - 375px) / (1280 - 375), 16px);
}
.home .disclosure .contact-box a {
  font-size: clamp(20px, 20px + (24 - 20) * (100vw - 375px) / (1280 - 375), 24px);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .home .disclosure {
    margin-top: 8em;
  }
  .home .disclosure .c-inner:before {
    top: -7%;
    width: 18%;
    height: 18%;
  }
  .home .disclosure-list {
    flex-wrap: wrap;
  }
  .home .disclosure-list li {
    width: 45%;
  }
  .home .disclosure-list li a .bg img {
    width: 100%;
  }
  .home .disclosure .contact-box .box {
    border-right: none;
  }
}

.recruit .read {
  margin-top: clamp(20px, 20px + (-20) * (100vw - 375px) / (905), 0px);
  margin-bottom: clamp(30px, 30px + (90) * (100vw - 375px) / (905), 120px);
}
@media only screen and (max-width: 767px) {
  .recruit .read {
    margin-bottom: clamp(70px, 70px + (50) * (100vw - 375px) / (905), 120px);
  }
}
.recruit .full-time {
  position: relative;
  margin: 6em auto;
}
.recruit .full-time::before, .recruit .full-time::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.recruit .full-time::before {
  width: 9.375%;
  bottom: -4.2857142857em;
  height: 124px;
  background: url(../images/common/deco_dots_03.svg) no-repeat center bottom;
  background-size: contain;
  right: 18%;
}
.recruit .full-time::after {
  display: block;
  width: calc(100% - 7.4418604651%);
  background: rgba(245, 130, 32, 0.11);
  border-radius: clamp(32px, 32px + (200 - 32) * (100vw - 375px) / (1280 - 375), 200px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  top: -3em;
  left: 0;
  height: calc(100% + 6em);
}
.recruit .part-time {
  position: relative;
  margin: 6em auto;
}
.recruit .part-time::before, .recruit .part-time::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.recruit .part-time::before {
  width: 6.1875%;
  bottom: -4.2857142857em;
  height: 93px;
  left: 18%;
  background: url(../images/common/deco_dots_02.svg) no-repeat center bottom;
  background-size: contain;
}
.recruit .part-time::after {
  display: block;
  width: calc(100% - 7.4418604651%);
  background: rgba(245, 130, 32, 0.11);
  border-radius: clamp(32px, 32px + (200 - 32) * (100vw - 375px) / (1280 - 375), 200px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  top: -3em;
  right: 0;
  height: calc(100% + 6em);
}
.recruit .min-widht {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 910px) {
  .recruit .min-widht {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.recruit .c-dl {
  margin-bottom: clamp(20px, 20px + (30) * (100vw - 375px) / (905), 50px);
}
.recruit .form .mfp_buttons button {
  font-size: clamp(15px, 15px + (16 - 15) * (100vw - 375px) / (1280 - 375), 16px);
  padding: 1em;
  border-radius: 3em;
  transition: 0.3s;
}
.recruit .form .mfp_buttons button:hover {
  opacity: 0.6;
}
.recruit .form button#mfp_button_send, .recruit .form .mfp_buttons button[type=submit] {
  background: #F58220;
}
.recruit .form .mfp_form_area input[type=text], .recruit .form .mfp_form_area input[type=number], .recruit .form .mfp_form_area input[type=select-one], .recruit .form .mfp_form_area input[type=email], .recruit .form .mfp_form_area input[type=tel], .recruit .form .mfp_form_area input[type=date], .recruit .form .mfp_form_area input[type=password], .recruit .form .mfp_form_area textarea {
  border-radius: 8px;
}
.recruit .thanks {
  margin-top: clamp(20px, 20px + (30) * (100vw - 375px) / (905), 50px);
}
.recruit .full-time {
  margin-top: clamp(30px, 30px + (40) * (100vw - 375px) / (905), 70px);
  margin-bottom: clamp(30px, 30px + (73) * (100vw - 375px) / (905), 103px);
}
.recruit .full-time .c-dl, .recruit .full-time p {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .recruit .full-time {
    margin-bottom: clamp(90px, 90px + (13) * (100vw - 375px) / (905), 103px);
  }
}
.recruit .contract {
  margin-top: clamp(30px, 30px + (100) * (100vw - 375px) / (905), 130px);
  margin-bottom: clamp(40px, 40px + (90) * (100vw - 375px) / (905), 130px);
}
@media only screen and (max-width: 767px) {
  .recruit .contract {
    margin-bottom: clamp(90px, 90px + (13) * (100vw - 375px) / (905), 103px);
  }
}
.recruit .part-time {
  margin-top: clamp(30px, 30px + (100) * (100vw - 375px) / (905), 130px);
  margin-bottom: clamp(30px, 30px + (89) * (100vw - 375px) / (905), 119px);
}
@media only screen and (max-width: 767px) {
  .recruit .part-time {
    margin-bottom: clamp(90px, 90px + (13) * (100vw - 375px) / (905), 103px);
  }
}
.recruit .contact {
  margin-top: clamp(30px, 30px + (89) * (100vw - 375px) / (905), 119px);
  margin-bottom: clamp(30px, 30px + (70) * (100vw - 375px) / (905), 100px);
}

.program .event {
  margin-top: clamp(20px, 20px + (30) * (100vw - 375px) / (905), 50px);
}
.program .event .month-list {
  display: flex;
  gap: 3em;
  flex-wrap: wrap;
  margin-top: 4em;
  background: #fff;
}
@media screen and (max-width: 970px) {
  .program .event .month-list {
    gap: 2em;
  }
}
.program .event .month-list_item {
  position: relative;
  padding: 1em 1em 1em 3.5em;
  border-radius: 1em;
  width: 30%;
  display: flex;
  align-items: center;
  min-height: 100px;
}
.program .event .month-list_item .month {
  position: absolute;
  top: -1em;
  left: -1em;
  width: 3em;
  height: 3em;
  color: #fff;
  font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1280 - 375), 32px);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  mask: url(../images/program/event_sakura_mask.svg) no-repeat;
  mask-size: 100% auto;
}
.program .event .month-list_item .month span {
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1280 - 375), 18px);
  margin-top: 0.5em;
}
.program .event .month-list_item:nth-child(1) {
  background: rgba(143, 209, 114, 0.1);
}
.program .event .month-list_item:nth-child(1) .month {
  background: #8FD172;
}
.program .event .month-list_item:nth-child(2) {
  background: rgba(75, 188, 166, 0.1);
}
.program .event .month-list_item:nth-child(2) .month {
  background: #4BBCA6;
}
.program .event .month-list_item:nth-child(3) {
  background: rgba(245, 148, 189, 0.1);
}
.program .event .month-list_item:nth-child(3) .month {
  background: #F594BD;
}
.program .event .month-list_item:nth-child(4) {
  background: rgba(131, 206, 224, 0.1);
}
.program .event .month-list_item:nth-child(4) .month {
  background: #83CEE0;
}
.program .event .month-list_item:nth-child(5) {
  background: rgba(248, 172, 0, 0.1);
}
.program .event .month-list_item:nth-child(5) .month {
  background: #F8AC00;
}
.program .event .month-list_item:nth-child(6) {
  background: rgba(62, 177, 106, 0.1);
}
.program .event .month-list_item:nth-child(6) .month {
  background: #3EB16A;
}
.program .event .month-list_item:nth-child(7) {
  background: rgba(204, 150, 214, 0.1);
}
.program .event .month-list_item:nth-child(7) .month {
  background: #CC96D6;
}
.program .event .month-list_item:nth-child(8) {
  background: rgba(177, 145, 75, 0.1);
}
.program .event .month-list_item:nth-child(8) .month {
  background: #B1914B;
}
.program .event .month-list_item:nth-child(9) {
  background: rgba(62, 128, 177, 0.1);
}
.program .event .month-list_item:nth-child(9) .month {
  background: #3E80B1;
}
.program .event .month-list_item:nth-child(10) {
  background: rgba(242, 67, 14, 0.1);
}
.program .event .month-list_item:nth-child(10) .month {
  background: #F2430E;
}
.program .event .month-list_item:nth-child(11) {
  background: rgba(78, 152, 206, 0.1);
}
.program .event .month-list_item:nth-child(11) .month {
  background: #4E98CE;
}
.program .event .month-list_item:nth-child(12) {
  background: rgba(177, 146, 75, 0.1);
}
.program .event .month-list_item:nth-child(12) .month {
  background: #F58220;
}
.program .event-list {
  display: flex;
  flex-wrap: wrap;
}
.program .event-list_item {
  margin-right: 1em;
  font-size: clamp(14px, 14px + (14 - 14) * (100vw - 375px) / (1280 - 375), 14px);
  margin-left: 1em;
}
.program .event-list_item:before {
  content: "・";
  color: #F58220;
  margin-left: -1em;
}
.program .event-list_item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .program .event .month-list {
    gap: 1em;
  }
  .program .event .month-list_item {
    padding: 2.7em 1em 1em 1em;
    width: calc(50% - 0.5em);
    align-items: flex-start;
  }
}
.program .dayflow {
  background: rgba(245, 130, 32, 0.11);
  border-radius: clamp(20px, 20px + (120 - 20) * (100vw - 375px) / (1280 - 375), 120px);
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1396px) {
  .program .dayflow {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.program .dayflow-table {
  width: 100%;
  border-spacing: 0.5em;
  border-collapse: separate;
  margin-bottom: 2em;
}
.program .dayflow_head {
  text-align: center;
}
.program .dayflow_head span {
  margin-bottom: 1em;
  display: block;
  border-radius: 8px;
  padding: 1em;
  font-size: clamp(17px, 17px + (20 - 17) * (100vw - 375px) / (1280 - 375), 20px);
}
.program .dayflow_head:nth-child(1) {
  color: #fff;
  width: 42.5%;
}
.program .dayflow_head:nth-child(1) span {
  background: #FEAF6C;
}
.program .dayflow_head:nth-child(2) {
  color: #F58220;
  width: 15%;
}
.program .dayflow_head:nth-child(2) span {
  background: #FFF8F8;
}
.program .dayflow_head:nth-child(3) {
  color: #fff;
  width: 42.5%;
}
.program .dayflow_head:nth-child(3) span {
  background: #FF9236;
}
.program .dayflow_body {
  color: #333333;
  vertical-align: middle;
}
.program .dayflow_body.baby, .program .dayflow_body.kids {
  width: 42.5%;
}
.program .dayflow_body.time {
  color: #F58220;
  width: 15%;
  font-size: clamp(18px, 18px + (30 - 18) * (100vw - 375px) / (1280 - 375), 30px);
  font-weight: 600;
  text-align: center;
}
.program .dayflow_body.no-color {
  background: none;
}
.program .dayflow_body.bg {
  background: #fff;
  border-radius: 8px;
}
.program .dayflow_body p {
  background: #fff;
  min-height: 50px;
  padding: 1em 2em;
  border-radius: 8px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .program .dayflow .c-inner {
    margin-left: 5px;
    margin-right: 5px;
  }
  .program .dayflow-table {
    border-spacing: 0.25em;
  }
  .program .dayflow_head span {
    padding: 0.5em;
    margin-bottom: 1em;
  }
  .program .dayflow_body.baby, .program .dayflow_body.kids {
    background: #fff;
    border-radius: 8px;
    text-align: left;
    width: 45%;
  }
  .program .dayflow_body.time {
    width: 10%;
  }
  .program .dayflow_body.no-color {
    background: none;
  }
  .program .dayflow_body p {
    padding: 0.5em 1em;
  }
  .program .dayflow.deco::after {
    width: 5em;
    height: 5em;
    bottom: -3em;
    background-size: 100% auto;
  }
}

.news-cont {
  margin-top: clamp(20px, 20px + (30) * (100vw - 375px) / (905), 50px);
}
.news a {
  text-decoration: underline;
  color: #F58220;
}
.news a:hover {
  text-decoration: none;
}
.news #entry h2 {
  font-size: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1280 - 375), 30px);
  font-weight: 600;
}
.news #entry .entry {
  margin-bottom: 3.75em;
  background: #fff;
  padding: 3.5em;
  border-radius: 3em;
}
.news #entry .entry .content h2 {
  font-size: clamp(20px, 20px + (28 - 20) * (100vw - 375px) / (1280 - 375), 28px);
  font-weight: 600;
  color: #F58220;
}
.news #entry .entry .content h2:before {
  content: "●";
  color: #FFF1E1;
}
.news #entry .entry .content h3 {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  margin-bottom: 0.76em;
  font-size: clamp(18px, 18px + (26 - 18) * (100vw - 375px) / (1280 - 375), 26px);
  padding-left: 1.5em;
  background-size: contain;
  position: relative;
}
.news #entry .entry .content h3:before, .news #entry .entry .content h3:after {
  position: absolute;
  width: 0.52em;
  height: 0.52em;
  background: linear-gradient(0deg, #F58220, #FFF1E1);
  display: block;
  content: "";
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.news #entry .entry .content h3:after {
  width: 0.34em;
  height: 0.34em;
  left: 0.75em;
}
.news #entry .entry .content h3:before {
  left: 0;
}
.news #entry .entry .content h4 {
  border-bottom: #F58220 double 3px;
  display: inline-block;
  margin: 0.75em 0;
  font-size: clamp(16px, 16px + (22 - 16) * (100vw - 375px) / (1280 - 375), 22px);
}
.news #entry .entry .content h5 {
  font-weight: 700;
  margin-bottom: 0.25em;
  font-size: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1280 - 375), 20px);
}
.news #entry .entry .content h5:before {
  margin-right: 0.25em;
  color: #F58220;
  content: "●";
}
.news #entry .entry .content ul li {
  list-style: none;
  margin-left: 0;
}
.news #entry .entry .content ul li:before {
  content: "-";
  margin-right: 0.5em;
  font-weight: 600;
  color: #F58220;
}
.news #entry .entry .content table {
  border-collapse: separate;
  box-sizing: border-box;
  background: #FFF1E1;
  border: none;
  border-radius: 1em;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .news #entry .entry .content table {
    min-width: 700px;
    width: auto !important;
  }
}
.news #entry .entry .content table td, .news #entry .entry .content table th {
  padding: 1em;
}
.news #entry .entry .content table td {
  border: none;
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
}
.news #entry .entry .content table td:last-child {
  border-right: none;
}
.news #entry .entry .content table th {
  background: #F58220;
  border: none;
  border-bottom: 2px solid #FFF1E1;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.news #entry .entry .content table tr:last-child td, .news #entry .entry .content table tr:last-child th {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .news #entry .entry {
    border-radius: 1.5em;
    padding: 2.5em 1.5em;
  }
  .news #entry .entry h3 {
    font-size: 4.5vw;
    background-size: 1em;
    background-position: left top 0.3em;
    padding-left: 1.25em;
  }
  .news #entry .entry .content h5 {
    font-size: 4vw;
  }
  .news #entry .entry .content table {
    width: auto !important;
  }
}
.news #utility .utility h3 {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  margin-bottom: 0.76em;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1em;
  background-size: contain;
  position: relative;
}
.news #utility .utility h3:before, .news #utility .utility h3:after {
  position: absolute;
  width: 0.52em;
  height: 0.52em;
  background: linear-gradient(0deg, #F58220, #FFF1E1);
  display: block;
  content: "";
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.news #utility .utility .calender {
  border-radius: 1em;
  overflow: hidden;
}
.news #utility .utility .calender th, .news #utility .utility .calender td {
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.news #utility .utility .calender th:last-child, .news #utility .utility .calender td:last-child {
  border-right: none;
}
.news #utility .utility .calender tr:last-child th, .news #utility .utility .calender tr:last-child td {
  border-bottom: none;
}
.news #utility .utility .calender th {
  background: #F58220;
  color: #fff;
  text-align: center;
}
.news #utility .utility .calender td {
  background: #FFF1E1;
}
.news #utility .utility .calender td a {
  background: #F58220;
  display: block;
  border-radius: 0.25em;
  transition: 0.3s;
  color: #333333;
  text-decoration: none;
}
.news #utility .utility .calender .sunday {
  color: #CF2F55;
}
.news #utility .utility .calender .satday {
  color: #0F7EBC;
}
.news #utility .utility .calenderNav {
  margin-top: 1em;
}
.news #utility .utility .calenderNav li:first-child a:before {
  content: "<";
}
.news #utility .utility .calenderNav li:last-child a:after {
  content: ">";
}
@media only screen and (max-width: 767px) {
  .news #utility .utility h3 {
    font-size: 4.5vw;
    background-size: 1em;
    background-position: left top 0.3em;
    padding-left: 1.25em;
  }
}
.news #freo-container form input[type=submit] {
  background: #F58220;
  color: #fff;
  padding: 0.5em 2em;
  border-radius: 2.5em;
  font-weight: 600;
  opacity: 1;
  transition: 0.3s;
  font-size: clamp(15px, 15px + (16 - 15) * (100vw - 375px) / (1280 - 375), 16px);
}
.news #freo-container form input[type=submit]:hover {
  opacity: 0.8;
}
.news #freo-container form textarea, .news #freo-container form input[type=password], .news #freo-container form input[type=text], .news #freo-container form input[type=word] {
  border-radius: 0.35em;
}
.news #freo-content-wrap.login {
  border: #F58220 2px solid;
  background: #fff;
  padding: 2em;
  max-width: 450px;
}
.news #freo-content-wrap.login p {
  margin-bottom: 1em;
}
.branch .bunen {
  margin-top: clamp(20px, 20px + (30) * (100vw - 375px) / (905), 50px);
}

.about .philosophy {
  margin-top: clamp(20px, 20px + (30) * (100vw - 375px) / (905), 50px);
}
.about .philosophy .c-section-head {
  position: relative;
  background-size: 88px;
  letter-spacing: 0.3em;
  font-weight: 500;
}
.about .philosophy .c-section-head:before {
  position: absolute;
  left: -1.25em;
  top: -1.25em;
  width: 88px;
  height: 88px;
  content: "";
  background: url(../images/common/deco_dots.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}
.about .philosophy .c-section-head span {
  letter-spacing: 0.1em;
}
.about .philosophy .c-inner {
  display: flex;
  align-items: center;
  background: url(../images/about/philosophy_img.jpg) no-repeat right bottom;
  background-size: 647px auto;
  padding-bottom: 20em;
}
.about .philosophy .c-section-head {
  margin-right: 2.5em;
}
@media screen and (max-width: 980px) {
  .about .philosophy .c-inner {
    background-size: 40% auto;
    padding-bottom: 25%;
  }
  .about .philosophy .c-section-head {
    margin-right: 0.5em;
  }
  .about .philosophy .c-section-head::before {
    width: 2em;
    height: 2em;
    left: -0.5em;
    top: -0.5em;
  }
  .about .philosophy p {
    width: calc(100% - 3em);
  }
}
.about .policy {
  display: flex;
  justify-content: space-between;
}
.about .policy-img {
  width: 50%;
  margin-left: -3em;
}
.about .policy-img img {
  border-radius: 1em;
}
.about .policy-cont {
  width: calc(54.6279491833% - 3em);
}
.about .policy-card {
  display: flex;
  gap: 1em;
  margin-top: 3em;
}
.about .policy-card li {
  background: #fff;
  width: 32%;
  border-radius: 1em;
  color: #F58220;
  line-height: 1.3;
  font-weight: 500;
  padding: 1em 0;
}
.about .policy-card i {
  margin-bottom: 0.25em;
  display: block;
}
@media only screen and (max-width: 767px) {
  .about .policy {
    flex-direction: column;
  }
  .about .policy-img {
    width: 100%;
    margin-left: 0em;
    margin-bottom: 1em;
  }
  .about .policy-cont {
    width: 100%;
  }
  .about .policy-card {
    margin-top: 1.5em;
  }
}
.about .features {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(25px, 25px + (55) * (100vw - 375px) / (905), 80px);
}
.about .features-list {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.about .features-list li {
  background: #fff;
  border-radius: 1em;
  padding: 2em 3em;
}
.about .features-list li strong {
  color: #F58220;
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1280 - 375), 18px);
  margin-bottom: 0.75em;
  display: block;
}
.about .en-about {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.about .en-about .c-inner {
  position: relative;
}
.about .en-about .c-inner:before {
  position: absolute;
  content: "";
  display: block;
  right: -5%;
  top: -5%;
  background: url(../images/common/deco_dots_03.svg) no-repeat;
  background-size: contain;
  width: 18%;
  height: 18%;
}
@media only screen and (max-width: 767px) {
  .about .en-about .c-inner:before {
    right: 0;
  }
}
.about .en-about .mail {
  background: url(../images/about/mail.svg) no-repeat left bottom;
  background-size: contain;
  height: 1em;
  margin-top: 0.45em;
}
.about .map {
  background: rgba(245, 130, 32, 0.11);
  border-radius: clamp(20px, 20px + (120 - 20) * (100vw - 375px) / (1280 - 375), 120px);
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1396px) {
  .about .map {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.about .map.deco {
  position: relative;
}
.about .map.deco::before, .about .map.deco::after {
  content: "";
  display: block;
  position: absolute;
}
.about .map.deco::after {
  width: 10em;
  height: 10em;
  background: url(../images/common/deco_dots.svg) no-repeat center;
  bottom: -5em;
  right: 5%;
  background-size: 100% auto;
}
.about .map.deco::before {
  width: 10em;
  height: 10em;
  background: url(../images/common/deco_dots_02.svg) no-repeat;
  top: -2.5em;
  left: 5%;
  background-size: 100% auto;
}
.about .map-cont {
  background: #fff;
  border-radius: clamp(20px, 20px + (120 - 20) * (100vw - 375px) / (1280 - 375), 120px);
  padding: 5em;
}
.about .map-cont img {
  margin-bottom: 3em;
}
.about .map-cont img:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .about .map {
    margin-top: 5em;
  }
  .about .map.deco {
    position: relative;
  }
  .about .map.deco::after {
    width: 5em;
    height: 5em;
    bottom: -3em;
    right: 5%;
  }
  .about .map.deco::before {
    width: 10%;
    height: 10em;
    top: -0.5em;
    left: 5%;
  }
  .about .map-cont {
    padding: 1.5em;
  }
}