@charset "UTF-8";

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> base -> _normalize.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style-type: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}


blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a[href^="tel:"] {
  /*color: #fff !important;*/
  text-decoration: none !important;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Iphoneでタップすると拡大されないように */
input, textarea, select {
  font-size: 16px!important;
}

/* ==================================================
   Base Style
   ================================================== */
html {
  font-size: 62.5%;
  /*-
  @include min-width(md){
    font-size: 71.42857142%;
  }
  -*/
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #231B0F;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: #59ABF3;
  text-decoration: none;
}

a, a:before, a:after {
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  color: #1D78C7;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #59ABF3;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

p {
  font-weight: 400;
}

img {
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.tel{
  pointer-events: none;
}

.pc-only{
  display: block;
}

.sp-only{
  display: none;
}

.tab-only{
  display: none;
}

.en{
  font-family: "Lato", sans-serif;
}

.en2{
  font-family: "Lexend", sans-serif;
}


.no-link{
  pointer-events: none;
}



@media screen and (max-width: 821px){
  .tab-only{
    display: block;
  }
}

@media screen and (max-width: 767px){
  .pc-only{
    display: none;
  }

  .sp-only{
    display: block;
  }

  .tel{
    pointer-events:auto;
  } 
}

/**
 * テキストの選択
 */
::-moz-selection {
  background: #dedede;
}
::selection {
  background: #dedede;
}

::-moz-selection {
  background: #dedede;
}

/**
 * Scroll Bar
 */
/*-
// 縦スクロールバー（幅）
::-webkit-scrollbar {
	width: 4px; }

// 横スクロールバー（幅）
::-webkit-scrollbar:horizontal {
	height: 12px; }

// スクロールバー軌道（色）
::-webkit-scrollbar-track {
  background: $color-scrollbar;
}

// 軌道のコーナー（色）
::-webkit-scrollbar-corner {
	background: $color-scrollbar;
}

// 移動タブ（色・角丸み）
::-webkit-scrollbar-thumb {
  background: $color-scrollbar;
	border-radius: 12px;
}
-*/
/**
 * iOS
 */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}




/* ==================================================
   Header
================================================== */



/* header */

.l-header {
  position: fixed;
  top: 44px;
  left: 36px;
  z-index: 50;
   transition: 0.3s ease-in-out;
}

.l-header-bar{
  transition: 0.3s ease-in-out;
}

.l-header-bar.fixed {
  background: rgba(255, 253, 248, 0.34);
  backdrop-filter: blur(12px);
  transition: 0.3s ease-in-out;
}

.l-header-bar-container {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 16px 20px;
}

.l-header-left {
  margin: 0;
}

.c-logo {
  display: block;
  width: 176px;
}

.header-nav,
.header-sns,
.f-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.l-header-right a[href^="tel:"] {
  color: #fff;
}

.phone-btn{
  background-color: #EC6A45;
  color: #fff;
  padding: 0.7em 1em;
  border-radius: 6px;
  font-size: 1.5rem;
  font-weight: bold;
}

.header-nav {
  display: flex;
  gap: 2em;
}

.header-nav a {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

.header-sns {
  display: flex;
  gap: 8px;
}

.header-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  color: #6c8f64;
  font-size: 12px;
  font-weight: 700;
}


/* drawer */

#overlay {
  display: none;
}

#drawer-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}

#drawer-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-drawer-nav {
  width: 100%;
  height: 100%;
  background: rgba(255, 249, 243, 0.96);
  backdrop-filter: blur(14px);
}

.p-drawer-inner {
  padding: 90px 24px 40px;
}

.f-nav {
  display: grid;
  gap: 14px;
}

.f-nav a {
  display: block;
  padding: 16px 18px;
  border: 1px solid rgba(173, 139, 118, 0.24);
  background: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  color: #333;
  border-radius: 25px;
  position: relative;
}

.f-nav a::before{
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 6px;
  height: 4px;
  border: 5px solid transparent;
  border-left: 8px solid #FF7958;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  transition: 0.3s ease-in-out;
}

.drawer-sns {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  justify-content: center;
}

.drawer-sns a {
  display: block;
}


/* button */

.btn-right-wrapper {
  position: fixed;
  top: 4px;
  right: 7px;
  z-index: 110;
}

#navbtn {
  display: grid;
  gap: 5px;
  padding: 10px;
  border: 0;
  background: transparent;
  background-color: #FF7958;
  border-radius: 100%;
}

#navbtn .cross {
  display: block;
  width: 25px;
  height: 1px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
}


/* responsive */

.sp-only {
  display: none;
}

body.is-fixed {
  overflow: hidden;
}

#overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: block;
  background: rgba(90, 74, 65, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

#overlay.is-open {
  opacity: 1;
  visibility: visible;
}

#drawer-menu {
  transform: translateX(100%);
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

#drawer-menu.is-open {
  transform: translateX(0);
}

.f-nav li {
  opacity: 0;
  transform: translateX(24px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}

#drawer-menu.is-open .f-nav li {
  opacity: 1;
  transform: translateX(0);
}

#drawer-menu.is-open .f-nav li:nth-child(1) { transition-delay: 0.12s; }
#drawer-menu.is-open .f-nav li:nth-child(2) { transition-delay: 0.16s; }
#drawer-menu.is-open .f-nav li:nth-child(3) { transition-delay: 0.20s; }
#drawer-menu.is-open .f-nav li:nth-child(4) { transition-delay: 0.24s; }
#drawer-menu.is-open .f-nav li:nth-child(5) { transition-delay: 0.28s; }
#drawer-menu.is-open .f-nav li:nth-child(6) { transition-delay: 0.32s; }
#drawer-menu.is-open .f-nav li:nth-child(7) { transition-delay: 0.36s; }

#navbtn {
  position: relative;
  width: 48px;
  height: 48px;
}

#navbtn .cross {
  position: absolute;
  left: 12px;
  transition:
    top 0.3s ease,
    transform 0.3s ease,
    opacity 0.3s ease;
}

#navbtn .cross:nth-child(1) {
  top: 16px;
}

#navbtn .cross:nth-child(2) {
  top: 23px;
}

#navbtn .cross:nth-child(3) {
  top: 30px;
}

#navbtn.is-open .cross:nth-child(1) {
  top: 24px;
  transform: rotate(45deg);
}

#navbtn.is-open .cross:nth-child(2) {
  opacity: 0;
}

#navbtn.is-open .cross:nth-child(3) {
  top: 24px;
  transform: rotate(-45deg);
}

.btn-right-wrapper {
  z-index: 120;
}

#navbtn {
  position: relative;
  z-index: 120;
}

#navbtn .cross {
  background: #fff;
}

@media screen and (max-width: 1200px) {

  .l-header {
    top: 20px;
    left: 0px;
  }



  .phone-btn {
    padding: 0.7em 0.5em;
    font-size: 1.2rem;
  }

  .header-nav {
    gap: 1em;
  }

  .header-nav a{
    font-size: 1.2rem;
  }

  .c-logo {
    width: 157px;
  }

  .l-header-right {
    gap: 16px;
  }

}

@media screen and (max-width: 1025px) {

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .l-header {
    width: 100%;
    top: 0;
  }

  .l-header-bar.fixed {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(0px);
  }

  .l-header-bar {
    background: transparent;
    backdrop-filter: none;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 1em;
  }

  .l-header-bar-container {
    padding: 0;
    
  }

  .c-logo {
    max-width: 140px;
    width: 100%;
  }

}



/* ==================================================
   Footer
================================================== */

.l-footer {
  background: #f7f1eb;
}

/* menu */

.footer-menu {
  padding: 88px 0 72px;
}

.footer-logo {
  text-align: center;
  margin-bottom: 40px;
}

.footer-logo img {
  width: 236px;
  margin: 0 auto;
}

.footer-menu__wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 36px;
  max-width: 100%;
  margin: 0 auto;
}

.footer-menu__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-menu__col > a.not-first,
.footer-menu__col > a:first-child {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222222;
}

.footer-menu__col > a:not(:first-child) {
  position: relative;
  padding-left: 12px;
  font-size: 1.3rem;
  color: #6A6A6A;
}

.footer-menu__col > a.not-first {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  padding-left: 0;
  color: #222222;
}

.footer-menu__col > a.not-first::before {
  display: none;
}

.footer-menu__col > a:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);

  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid rgba(90, 74, 65, 0.5);
}


/* info */

.footer-info {
  background: #fff;
  padding: 54px 0 88px;
}

.footer-info__wrap {
 display: flex;
 justify-content: space-between;
 flex-flow: row-reverse;
  gap: 52px;
  align-items: center;

  position: relative;
}

/*.footer-info__wrap::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle, rgba(90,74,65,.3) 1px, transparent 1.6px)
    center top / 2px 10px repeat-y;
}*/

.footer-info__address .place-name {
  font-size: 28px;
  margin-bottom: 12px;
  color: #693D26;
  font-weight: 500;
}

.footer-info__address .address{
  color: #6A6A6A!important;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.footer-info__address .address a[href^="tel:"]{
  color: #6A6A6A!important;
}

.footer-info__address .address .red{
  color: #DD4C35;
}

.l-footer .f-note{
  color: #693D26;
}

.footer-info__address{
  width: 50%;
}

.footer-info__contact {
  text-align: center;
  width: 37%;
}

.footer-tel {
  display: inline-block;
  margin-bottom: 10px;
  color: #cb2e27;
  font-size: 36px;
  font-weight: 700;
}

.phone-time{
  color: #6A6A6A;
  font-size: 1.3rem;
}

/* map */

.footer-map {
  margin-top: 52px;
}

.iframe-wrap {
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 2.2;
}

.iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


/* responsive */

@media screen and (max-width: 1200px) {

  .footer-info__address .place-name {
    font-size: 25px;
  }

  .l-footer .f-note {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 960px) {

  .footer-info__wrap {
    display: block;
  }

  .footer-info__contact {
    width: 100%;
  }

  .footer-info__address {
    width: 100%;
    margin-top: 3em;
  }

  .footer-menu__wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-info__wrap::after {
    display: none;
  }

}

@media screen and (max-width: 768px) {

  .footer-menu__wrap,
  .footer-info__wrap {
    grid-template-columns: 1fr;
  }

}

/* ==================================================
   Common
================================================== */



.inner{
  width: 100%;
  max-width: calc(1350px + 5% * 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner2{
  width: 100%;
  max-width: calc(1140px + 5% * 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #B0DD64;
  border: 0.0625rem solid #B0DD64;
  border-radius: 10px;
  padding: 1.6rem 1.5rem;
  text-decoration: none;
  position: relative;
  max-width: 293px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.btn:hover{
  color: #B0DD64;
  background: #fff;
  opacity: 1;
   transition: 0.3s ease-in-out;
}

.btn.blue{
  background: #88DFD1;
  border: 0.0625rem solid #88DFD1;
}

.btn.blue:hover{
  color: #88DFD1;
  background: #fff;
}

.btn.red{
  background: #EB9174;
  border: 0.0625rem solid #EB9174;
}

.btn.red:hover{
  color: #EB9174;
  background: #fff;
}

.btn2{
  display: flex;
  justify-content: center;
  max-width: 290px;
  width: 100%;
  margin: 0em auto 0;
  padding: 1em;
   border: 0.0625rem solid #73C582;
  border-radius: 999px;
  background: #73C582;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.btn2:hover{
  color: #73C582;
  background: #fff;
  opacity: 1;
   transition: 0.3s ease-in-out;
}

.btn3{
  color: #000;
  max-width: 206px;
  width: 100%;
  position: relative;
  display: table;
  margin: 0 auto;
  border-bottom: dotted 2px #000;
  padding: 0 1.5em 0.5em 1em;
}

.btn3::before{
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 6px;
  height: 4px;
  border: 5px solid transparent;
  border-left: 8px solid #000;
  right: 0;
  top: 40%;
  transform: translate(0, -50%);
  z-index: 2;
  transition: 0.3s ease-in-out;
}

.btn3:hover{
  color: #000;
}

.btn3:hover::before{
  right: -2px;
  transition: 0.3s ease-in-out;
}

.page-ttl{
  padding: 9em 0em 9em;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 2;
  text-align: center;
}

.page-ttl .pt-inner{
  width: 100%;
  max-width: calc(1550px + 5% * 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  margin: 0 auto;
}

.page-ttl .pt-heading{
  font-size: 3.8rem;
  font-weight: 500;
  color: #693D26;
}

.page-ttl .pt-heading span{
  display: block;
}

.page-ttl .pt-heading .en{
  font-size: 1.4rem;
  margin-bottom: 1.5em;
  line-height: 1.2;
  font-weight: 500;
  color: #693D26;
  letter-spacing: 0.13em;
}

.page-ttl .icon-apple{
  margin-bottom: 1em;
}

.c-ttl {
  font-size: 3.4rem;
  font-weight: bold;
  color: #693D26;
}

.c-ttl .en{
  font-size: 2rem;
  display: block;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.6em;
  color: #693D26;
  position: relative;
  margin-top: 0.5em;
  font-family: "Lexend", sans-serif;
}

.c-ttl + .top-text{
  text-align: center;
  margin-top: 3em;
  font-size: 1.6rem;
  line-height: 1.8;
}


.c-ttl + .top-text .ttl{
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 500;
}


.c-ttl.center{
  text-align: center;
}

.c-ttl.center .en{
  text-align: center;
}


@media screen and (max-width: 1025px) {

  .page-ttl{
   padding: 3em 0em 4em;
  }

  .page-ttl .pt-heading {
    font-size: 2rem;
  }

  .loop-text {
    font-size: 16rem;
  }

  .c-ttl {
    font-size: 2.5rem;
  }

  .c-ttl + .top-text{
    margin-top: 2em;
    font-size: 1.4rem;
  }


}


@media screen and (max-width: 767px) {

  .inner{
    padding-left: 5%;
    padding-right: 5%;
  }

  .btn {
    padding: 2rem 1rem;
  }

  .btn .cta-text{
    font-size: 1.4rem;
  }


  .page-ttl {
    padding: 4em 0em 2em;
  }

  .page-ttl .pt-heading{
    display: block;
  }

  .page-ttl .pt-heading .en {
    font-size: 1.2rem;
    margin-bottom: 0.4em;
  }

  .page-ttl .pt-heading {
    font-size: 2.7rem;
  }

  .c-ttl {
    font-size: 2.4rem;
  }

  .c-ttl .en{
    font-size: 1.3rem;
  }

  .c-ttl + .top-text .ttl {
    font-size: 2rem;
    letter-spacing: 0;
  }


}

.lower-page{
  background: url(../images/common/bg_common.jpg) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.deco{
  position: absolute;
}

.deco01{
  max-width: 17%;
  width: 100%;
}

.deco02{
  max-width: 15%;
  width: 100%;
}

.deco03{
  max-width: 6%;
  width: 100%;
}

.deco04{
  max-width: 11%;
  width: 100%;
}

.deco05{
  max-width: 13%;
  width: 100%;
}

.deco06{
  max-width: 5%;
  width: 100%;
}

.deco07{
  max-width: 8%;
  width: 100%;
}

.deco08{
  max-width: 7%;
  width: 100%;
}

.deco09{
  max-width: 4%;
  width: 100%;
}

.deco10{
  max-width: 5%;
  width: 100%;
}

.deco11{
  max-width: 16%;
  width: 100%;
}

.deco12{
  max-width: 3%;
  width: 100%;
}

.deco13{
  max-width: 20%;
  width: 100%;
}

.deco14{
  max-width: 15%;
  width: 100%;
}

.deco15{
  max-width: 10%;
  width: 100%;
}

.deco16{
  max-width: 5%;
  width: 100%;
}

.deco17{
  max-width: 7%;
  width: 100%;
}

.deco18{
  max-width: 14%;
  width: 100%;
}

.deco19{
  max-width: 15%;
  width: 100%;
}

.deco21{
  max-width: 15%;
  width: 100%;
}

.deco22{
  max-width: 16%;
  width: 100%;
}

.deco24{
  max-width: 12%;
  width: 100%;
}

.deco25{
  max-width: 31%;
  width: 100%;
}

.deco27{
  max-width: 7%;
  width: 100%;
}

.deco26{
      max-width: 2.5%;
    width: 100%;
}


.move{
  animation: fuwafuwa 6s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -10px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

@media screen and (max-width: 768px) {

  .deco03{
    max-width: 14%;
  }

  .deco04 {
    max-width: 19%;
  }

  .deco05 {
    max-width: 15%;
  }

  .deco06 {
    max-width: 8%;
  }

  .deco07{
    max-width: 13%;
  }

  .deco08 {
    max-width: 10%;
  }

  .deco10{
    max-width: 9%;
  }

  .deco12{
    max-width: 8%;
  }

  .deco09 {
    max-width: 6%;
  }

  .deco16 {
    max-width: 7%;
  }

  .deco17 {
    max-width: 10%;
  }

  .deco21 {
    max-width: 34%;
  }

  .deco24{
    max-width: 27%;
  }

  .deco26 {
    max-width: 8.5%;
  }

  .deco27 {
    max-width: 15%;
  }
}

.contact-box {
  padding: 4em 1em 9em;
}

.contact-box__inner {
  position: relative;

  max-width: 1120px;
  margin: 0 auto;
  padding: 78px 40px 76px;

  border: 1px solid #e8c9b8;
  border-radius: 20px;
  background: rgba(255, 250, 246, 0.82);

  text-align: center;
}

.contact-box__deco {
  position: absolute;
  top: -58px;
  left: 50%;
  width: 600px;
  transform: translateX(-50%);
}

.contact-box__deco img {
  width: 100%;
}

.contact-box__en {
  margin-bottom: 22px;
  color: #777;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .35em;
}

.contact-box__ttl {
  margin-bottom: 42px;
  color: #222;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
}

.contact-box__txt {
  margin-bottom: 48px;
  color: #222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

.contact-box__tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #d94133;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: .12em;
  position: relative;
  padding-left: 1.8em;
}

.contact-box__tel::before{
  content: '';
  background: url(../images/common/icon_tel.svg) no-repeat;
  width: 46px;
  height: 39px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.contact-box__icon {
  font-size: 4.2rem;
  line-height: 1;
}

@media screen and (max-width: 1200px) {

  .contact-box__en {
    font-size: 1.4rem;
  }

  .contact-box__ttl {
    margin-bottom: 1em;
    font-size: 3rem;
  }

}

@media screen and (max-width: 768px) {

  .contact-box {
    padding: 56px 16px;
  }

  .contact-box__inner {
    padding: 56px 20px 48px;
    border-radius: 16px;
  }

  .contact-box__deco {
    top: -32px;
    width: 280px;
  }

  .contact-box__en {
    font-size: 1.4rem;
  }

  .contact-box__ttl {
    margin-bottom: 28px;
    font-size: 2.6rem;
  }

  .contact-box__txt {
    margin-bottom: 34px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8;
  }

  .contact-box__tel {
    gap: 10px;
    font-size: 2.8rem;
    letter-spacing: .06em;
  }

  .contact-box__icon {
    font-size: 3rem;
  }

  .contact-box__tel::before{
    width: 36px;
    height: 31px;
  }

}


.table-wrap dl{
  display: flex;
  justify-content: space-between;
 
}

.table-wrap dl.wide{
  display: block;
}

.table-wrap dl dt{
  width: 22%;
  padding: 1.9em 1em;
  border-bottom: 1px solid #F2F0EC;
}

.table-wrap dl dd{
  width: 78%;
  padding: 1.9em 1em 1.9em 4em;
  border-bottom: 1px solid #F2F0EC;
}


@media screen and (max-width: 768px) {

  
  .table-wrap dl{
    display: block;
  }

  .table-wrap dl dt {
    width: 100%;
    padding: 1.5em 0.5em 0em;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
    border-bottom: none;
  }

  .table-wrap dl dd {
    width: 100%;
    padding: 1em 0.5em 1.5em;
  } 

}

/* ==================================================
   Pagination
================================================== */


.wp-pagenavi {
	/*margin: 0 auto;*/
	font-size: 0;
	text-align: center;
  display: flex;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi .last{
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span{
	margin: 0;
	padding: 0;
  padding: 15px 5px 12px!important;

}

.wp-pagenavi .page, .wp-pagenavi .extend {
	display: flex;
  align-items: center;
  justify-content: center;
	width: 47px;
	height: 52px;
	line-height: 3;
	font-size: 1.6rem;
	color: #693D26;
	text-decoration: none;
	text-align: center;
  border: none;
  font-weight: 500;
    background: url(../images/common/bg_apple_g.png) no-repeat;
  background-size: cover;
  font-family: "Lexend", sans-serif;
}

.wp-pagenavi .page:hover, .wp-pagenavi .extend:hover {
	opacity: 0.8;
  border-color: transparent;
}

.wp-pagenavi .current {
  font-family: "Lexend", sans-serif;
	display: flex;
  align-items: center;
  justify-content: center;
	color: #fff;
  font-size: 1.6rem;
	width: 47px;
	height: 52px;
	line-height: 3;
	text-align: center;
  border: none;
  font-weight: 500!important;
    background: url(../images/common/bg_apple_r.png) no-repeat;
  background-size: cover;
}

.nextpostslink{
  display: block;
  border: none!important;
}

.previouspostslink{
  display: block;
  border: none!important;
}

.aroundbox{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6em 0 0;
  padding-top: 24px;
}

.aroundbox.single-p{
  border-top: 1px solid #EC6A45;
}

.aroundbox .wp-pagenavi{
  width: auto;
}

.aroundbox div.prev{
  padding-left: 20px;
  width: 45px;
  position: relative;
}

.aroundbox div.prev a{
  color: transparent;
}

.aroundbox div.prev a::before{
  content: '';
  background: url(../images/common/icon_arrow_g_prev.svg) no-repeat;
  background-size: cover;
  width: 18px;
  height: 21px;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translate(0px, -50%);
}

.aroundbox div.all{
  text-align: center;
  font-weight: bold;
}

.aroundbox div.next{
  text-align: right;
  position: relative;
  padding-right: 20px;
  width: 45px;
}

.aroundbox div.next a{
 color: transparent;
}

.aroundbox div.next a::before{
  content: '';
  background: url(../images/common/icon_arrow_g_next.svg) no-repeat;
  background-size: cover;
  width: 18px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.aroundbox a{
  color: #000;
  position: relative;
}

.aroundbox.article-nav{
  justify-content: space-between;
}

.aroundbox.article-nav div.next a,
.aroundbox.article-nav div.prev a{
  font-size: 0;
}

.aroundbox.single-p div{
  width: 33.33%;
}

.aroundbox.single-p div.next {
 text-align: right;
}

.aroundbox.single-p div.prev {
  text-align: left;
}

.aroundbox.single-p div.prev a{
  color: #000;
  padding-left: 1.5em;
}

.aroundbox.single-p div.next a{
  color: #000;
  padding-right: 1.5em;
}


/*.aroundbox.single-p div.next a {
  padding-right: 3em;
}

.aroundbox.single-p div.prev a{
  padding-left: 3em;
}*/


.aroundbox.single-p div.next a::before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 6px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 8px solid #DB392A;
  right: 0%;
  left: auto;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

.aroundbox.single-p div.prev a::before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 6px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 8px solid #DB392A;
  left: 0;
  top: 53%;
  transform: translate(0, -50%) rotate(-180deg);
  z-index: 2;
}


@media screen and (max-width: 970px) {

  

}

@media screen and (max-width: 767px) {
    .wp-pagenavi .page, .wp-pagenavi .extend, .wp-pagenavi .current {
    /*width: auto;*/
  }

  .aroundbox{
    margin: 20px 0 0;
  }

  .aroundbox div.next a{
    padding-right: 1em;
  }


  .aroundbox div.prev  {
    display: none;
  }

  .aroundbox div.next{
    display: none;
  }

  .wp-pagenavi .current {
    font-size: 1.4rem;
    width: 39px;
    height: 43px;
  }

  .wp-pagenavi .page, .wp-pagenavi .extend {
     width: 39px;
    height: 43px;
    font-size: 1.6rem;
  }
}


/* ==================================================
   Bread Crumb
   ================================================== */
.c-breadcrumb {
  padding: 14px 0 5em;
  position: relative;
  z-index: 2;
  display: table;
}

.c-breadcrumb ul {
  padding: 0.5em 1em;
  background: transparent;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*background-color: #FCFBF2;*/
}

.c-breadcrumb ul li{
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  color: #888888;
  margin-right: 3.2em;
  
}

.c-breadcrumb ul li:first-child{
}

.c-breadcrumb ul li::after{
  content: '/';
  position: absolute;
  box-sizing: border-box;
  color: #6A6A6A;
  right: -26px;
  top: 50%;
  transform: translate(0, -50%);
}

.c-breadcrumb ul li:last-child:after{
  content: none;
}

 .c-breadcrumb ul li:last-child{
  margin-right: 0;
 }
 
 .c-breadcrumb ul li a {
  color: #888888;
 }
 
 .c-breadcrumb ul li i {
   margin-left: 10px;
 }

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0 0 1em;
  }

  .c-breadcrumb ul {
    padding: 12px 0;
  }
}


/* ==================================================
   アニメーション
================================================== */

.matrix .jp .char {
  display: inline-block;

  opacity: 0;
  transform: translateY(20px) scale(.7);

  transition:
    opacity .5s ease,
    transform .7s cubic-bezier(.175,.885,.32,1.4);
}

.matrix.is-animated .jp .char {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.matrix .en {
  opacity: 0;
  transform: translateY(10px);
  transition: .8s ease .4s;
}

.matrix.is-animated .en {
  opacity: 1;
  transform: translateY(0);
}

.pt-heading {
  visibility: hidden;
}

.pt-heading.is-splitted {
  visibility: visible;
}

.icon-apple {
  opacity: 0;
  transform: translateY(-20px) rotate(-8deg);
}

.is-animated .icon-apple {
  animation: apple-drop .8s ease .5s forwards;
}

@keyframes apple-drop {

  0% {
    opacity: 0;
    transform: translateY(-30px) rotate(-12deg);
  }

  60% {
    opacity: 1;
    transform: translateY(8px) rotate(2deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }

}

/* fadeUp - refined */
.element,
.first-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px) scale(0.995);
  /*filter: blur(4px);*/
  transition:
    transform .9s cubic-bezier(0.22, 1, 0.36, 1),
    opacity .9s ease,
    filter .9s ease,
    visibility .9s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  /*filter: blur(0);*/
}


.js-char-animation .char {
  display: inline-block;

  opacity: 0;
  transform: translateY(24px) scale(.82) rotate(6deg);

  transition:
    opacity .55s ease,
    transform .75s cubic-bezier(.22, 1.45, .36, 1);
}

.js-char-animation.is-show .char {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0);
}

.js-char-animation .en {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity .7s ease .45s,
    transform .7s ease .45s;
}

.js-char-animation.is-show .en {
  opacity: 1;
  transform: translateY(0);
}


body {
  opacity: 0;
  transition: opacity .8s ease;
}

body.is-loaded {
  opacity: 1;
}

.l-header {
  opacity: 0;
  transform: translateY(-30px);
  transition:
    opacity .7s ease .25s,
    transform .8s cubic-bezier(.22, 1, .36, 1) .25s;
}

body.is-loaded .l-header {
  opacity: 1;
  transform: translateY(0);
}

.page-ttl {
  opacity: 1;
}

.page-ttl::before {
  opacity: 0;
  transition: opacity .8s ease .4s;
}

body.is-loaded .page-ttl::before {
  opacity: 1;
}

/* ==================================================
  固定ボタン
================================================== */

#wrap{
  position: relative;
}

#page-top {
  bottom: 0;
  position: fixed;
  right: 6px;
  max-width: 274px;
  width: 100%;
}

#page-top a {
  background-color: #41A884;
  color: #fff;
  padding: 1em 2em;
  display: block;
  font-size: 2.3rem;
  display: block;
  width: 100%;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 0;
  line-height: 1.4;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#page-top a::before{
  content: '';
  background: url(../images/common/icon_mail_w.svg) no-repeat;
  background-size: contain;
  width: 37px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translate(0,-50%);
}

#page-top a::after{
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 6px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 8px solid #fff;
  right: 7%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

#page-top a:hover{
  transform: translateY(-6px);
  opacity: 1;
}

#page-top a span{
  padding-left: 0.5em;
  display: block;
}

@media screen and (max-width: 1025px) {

  #page-top {
    max-width: 246px;
  }

  #page-top a {
    font-size: 1.8rem;
  }

  #page-top a::before {
    width: 30px;
    height: 23px;
  }
}

@media screen and (max-width: 768px) {

  #page-top {
    bottom: 0!important;
    position: fixed!important;
    right: 0px;
    max-width: 100%;
    width: 100%;
  }

  #page-top a {
    padding: 1em 1em;
    font-size: 1.4rem;
    border-radius: 10px 10px 0 0;
  }

  #page-top a::before {
    width: 25px;
    height: 17px;
  }

}

/* ==================================================
   TOP
================================================== */

.hero {
  position: relative;
  height: 100vh;
  min-height: 760px;
  padding: 120px 56px 80px;
  background: #fffef0;
  overflow: hidden;
  background: url(../images/sitemap/bg_img.jpg) no-repeat;
  background-size: cover
}

.hero .deco26,
.hero .deco27 {
  opacity: 0;
}

.hero .deco26{
  left: 5%;
  top: 16%;
  z-index: 2;
}

.hero .deco27{
  right: 4%;
  top: 11%;
  z-index: 2;
}

body.is-loaded .deco26 {
  animation: deco-pop .7s cubic-bezier(.175,.885,.32,1.4) .9s forwards;
}

body.is-loaded .deco27 {
  animation: deco-pop .7s cubic-bezier(.175,.885,.32,1.4) 1.15s forwards;
}

@keyframes deco-pop {

  0% {
    opacity: 0;
    transform: scale(.4) rotate(0deg);
  }

  70% {
    opacity: 1;
    transform: scale(1.12) rotate(0deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }

}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;

    -webkit-mask-image: url("../images/top/mask_apple2.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: auto 100%;

  mask-image: url("../images/top/mask_apple2.png");
  mask-repeat: no-repeat;
  mask-position: center top;
  mask-size: auto 100%;
}



.hero__slide {
  position: absolute;
  inset: 0;

  background-position: center;
  background-size: cover;

  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.2s ease, transform 6s ease;
}

.hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero__copy {
  position: absolute;
  right: 9%;
  bottom: 13%;
  z-index: 2;
}

.hero__copy span {
  display: block;
  width: fit-content;
  margin-bottom: 12px;
  padding: 14px 22px;
  background: #fff;
  color: #222;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

.hero__dots {
  position: absolute;
  left: 50%;
  bottom: 42px;
  z-index: 3;

  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.hero__dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  opacity: .6;
}

.hero__dots button.is-active {
  opacity: 1;
}

.hero__news {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;

  display: flex;
  align-items: center;

  width: 520px;
  background: rgba(255,255,255,.92);
}

.hero__news-title {
  width: 150px;
  padding: 18px 22px;
  border-right: 1px solid #eee;
}

.hero__news-title strong {
  display: block;
  font-size: 1.3rem;
}

.hero__news-title small {
  display: block;
  margin-top: 4px;
  color: #aaa;
  font-size: 1rem;
}

.hero__ticker {
  position: relative;
  flex: 1;
  height: 68px;
  overflow: hidden;
}

.hero__ticker-item {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  gap: 14px;

  padding: 0 22px;

  opacity: 0;
  transform: translateY(12px);
  transition: .45s ease;
  color: #000;
}

.hero__ticker-item:hover{
  opacity: 0;
}

.hero__ticker-item.is-active {
  opacity: 1;
  transform: translateY(0);
}

.hero__ticker-item .date {
  white-space: nowrap;
  font-size: 1.2rem;
}

.hero__ticker-item .ttl {
  font-size: 1.3rem;
}

.top-page .admission-news{
  padding: 7em 0 9em;
  position: relative;
  background: url(../images/sitemap/bg_img.jpg) no-repeat;
  background-size: cover;
}

.top-page .admission-news .deco04{
  right: 12%;
  top: 11%;
  opacity: 0.5;
}

.top-page .admission-news .deco11{
  max-width: 10%;
  opacity: 0.6;
  bottom: -5%;
  left: 5%;
}

.top-page .admission-news .s-blog-list{
  margin-top: 4em;
}

.toplower-area .toplower-area {
  background: url(../images/common/bg_common2.jpg) no-repeat;
  background-size: cover;
}

.toplower-area .lower-outer {
  padding: 11em 0 12em;
  
  position: relative;
}

.toplower-area .lower-outer.about .deco14{
  bottom: -4%;
  right: 28%;
  opacity: 0.7;
}

.toplower-area .lower-outer.about .deco20{
  left: 7%;
  bottom: 23%;
}

.toplower-area .lower-outer.guidance .deco24{
  bottom: 11%;
  left: 20%;
  z-index: 1;
}

.toplower-area .lower-outer.guidance .deco18{
  left: 2%;
  bottom: 28%;
}

.toplower-area .lower-outer.features .deco21{
  right: 5%;
  bottom: -5%;
}

.toplower-area .lower-outer.features .deco22{
  right: 14%;
  bottom: 1%;
}

.toplower-area .lower-outer.features .deco25{
  left: 17%;
  top: 43%;
}

.toplower-area .lower-outer.features{
  padding-bottom: 25em;
}

.toplower-area .lower-outer.guidance {
  padding-bottom: 31em;
}

.toplower-area .lower-wrap{
  max-width: 1720px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.toplower-area .lower-wrap.reverse{
  flex-flow: row-reverse;
  padding-right: 1em;
}

.toplower-area .lower-wrap.noreverse{
  margin: 0 0 0 auto;
  padding-left: 1em;
}

.toplower-area .lower-wrap .text-box {
  width: 39%;
  position: relative;
  z-index: 1;
}

.toplower-area .lower-wrap .text-box .ttl{
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  margin: 3.2em 0 2em;
  line-height: 1.8;
}

.toplower-area .lower-wrap .text-box p{
  line-height: 2;
  margin: 2em 0 7em;
}

.toplower-area .lower-wrap figure {
  width: 45%;
}

.toplower-area .lower-wrap figure img{
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.toplower-area .about-list{
  display: flex;
  justify-content: space-between;
  max-width: 1150px;
  width: 100%;
  margin: 16em auto 0;
  position: relative;
  z-index: 1;
}

.toplower-area .about-list a{
  display: block;
  color: #000;
  width: 32%;
  position: relative;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.toplower-area .about-list a:hover{
  transform: translateY(-6px);
  opacity: 1;
}

.toplower-area .about-list a::before{
  content: '';
  position: absolute;
  background: url(../images/common/deco23.png) no-repeat;
  background-size: cover;
  width: 42px;
  height: 43px;
  right: 8px;
  bottom: 0;
  transition: 0.3s ease-in-out;
}

.toplower-area .about-list a p{
  text-align: center;
  font-size: 1.4rem;
}

.toplower-area .about-list a:hover::before {
  right: 0px;
  bottom: 7px;
  transition: 0.3s ease-in-out;
}

.toplower-area .about-list a figure img{
  display: block;
  width: 100%;
}

.toplower-area .about-list a .ttl{
  color: #271F1B;
  font-size: 2rem;
  background-color: #fff;
  display: table;
  padding: 0.3em 0.8em;
  font-weight: bold;
  position: relative;
  margin-top: -1em;
  margin-bottom: 1em;
  left: 1em;
}

.top-page .insta-area{
  padding: 9em 0 0em;
  background: url(../images/sitemap/bg_img.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.insta-gallery{
  margin-top: 2em;
}

.top-page .insta-area .btn3{
  max-width: 245px;
  margin-top: 2em;
}

.top-page .insta-area .deco08{
  right: 19%;
  top: 7%;
  opacity: 0.5;
}

.top-page .insta-area .contact-box{
  margin-top: 8em;
}


.hero__copy span {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .7s ease,
    transform .8s cubic-bezier(.22, 1, .36, 1);
}

body.is-loaded .hero__copy span {
  opacity: 1;
  transform: translateY(0);
}

body.is-loaded .hero__copy span:nth-child(1) {
  transition-delay: .65s;
}

body.is-loaded .hero__copy span:nth-child(2) {
  transition-delay: .8s;
}

.hero__news {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .7s ease 1s,
    transform .8s cubic-bezier(.22, 1, .36, 1) 1s;
}

body.is-loaded .hero__news {
  opacity: 1;
  transform: translateY(0);
}


@media (min-width: 1400px) and (max-width: 1750px){

  .toplower-area .lower-wrap.noreverse {
    padding-left: 6em;
  }

  .toplower-area .lower-wrap.reverse {
    padding-right: 6em;
  }
}


@media screen and (max-width: 1200px) {

  .toplower-area .lower-outer {
    padding: 6em 0 1em;
  }

  .toplower-area .lower-wrap .text-box {
    width: 50%;
  }

  .toplower-area .lower-wrap .text-box .ttl {
    font-size: 3rem;
    letter-spacing: 0em;
    margin: 2.2em 0 2em;
  }

  .toplower-area .lower-wrap .text-box p {
    margin: 2em 0 4em;
  }

  .toplower-area .about-list {
    margin: 8em auto 0;
  }

  .toplower-area .lower-outer.features {
    padding-bottom: 5em;
  }

  .toplower-area .lower-outer.guidance {
    padding-bottom: 10em;
  }

  .toplower-area .lower-outer.guidance .deco24 {
    bottom: 4%;
  }

  .toplower-area .lower-outer.features .deco22 {
    right: 7%;
    bottom: -4%;
  }

}

@media screen and (max-width: 920px) {

  .hero {
    height: 61vh;
  }

  .toplower-area .lower-wrap .text-box .ttl {
    font-size: 2.5rem;
    letter-spacing: 0;
    margin: 1.2em 0 2em;
  }

  .toplower-area .lower-wrap .text-box {
    width: 50%;
  }

  .toplower-area .lower-outer {
    padding: 8em 0 3em;
  }

  .toplower-area .lower-outer.features {
    padding-bottom: 10em;
  }
  
  .toplower-area .lower-wrap .text-box p {
    margin: 2em 0 3em;
  }

  .toplower-area .lower-outer.guidance {
    padding-bottom: 10em;
  }

  .toplower-area .lower-outer.guidance .deco24 {
    bottom: 4%;
  }


}


@media screen and (max-width: 768px) {


  .hero {
    height: 620px;
    min-height: 620px;
  }

  .hero__copy span {
    font-size: 2rem;
  }

  .hero__bg {
    -webkit-mask-position: center top;
    -webkit-mask-size: auto 100%;

    mask-position: center top;
    mask-size: auto 100%;
  }

  .hero__news-title{
    display: none;
  }

  .hero__news {
    width: 100%;
  }

  .top-page .admission-news .deco11{
    display: none;
  }

  .top-page .admission-news {
    padding: 5em 0 5em;
  }

  .top-page .admission-news .deco04 {
    right: 2%;
    top: 2%;
    max-width: 27%;
  } 

  .hero .deco26 {
    left: 5%;
    top: 10%;
  }

  .toplower-area .lower-outer.features {
    padding-bottom: 6em;
  }

  .toplower-area .lower-outer.guidance {
    padding-bottom: 10em;
  }

  .toplower-area .lower-wrap {
    display: block;
  }

  .toplower-area .lower-wrap .text-box {
    width: 100%;
    padding: 0 1em;
  }

  .toplower-area .lower-wrap .text-box p {
    line-height: 2;
    margin: 1em 0 3em;
  }

  .toplower-area .lower-wrap .text-box .ttl {
    font-size: 2rem;
    letter-spacing: 0;
    margin: 1.2em 0 1em;
  }

  .toplower-area .lower-wrap.reverse{
    padding-right: 0;
  }

  .toplower-area .lower-wrap.noreverse{
    padding-left: 0em;
  }

  .toplower-area .lower-wrap figure {
    width: 83%;
    margin-top: 3em;
  }

  .lower-outer.guidance figure,
  .lower-outer.about figure{
    margin: 3em 0  0 auto;
  }

  .toplower-area .lower-outer.about .deco14 {
    bottom: -4%;
    right: auto;
    left: 0;
    opacity: 0.7;
    max-width: 59%;
  }

  .toplower-area .lower-outer.features .deco25 {
    left: 17%;
    top: auto;
    bottom: 0;
    max-width: 75%;
  } 

  .toplower-area .lower-outer.features .deco21{
    display: none;
  }

  .toplower-area .lower-outer.features .deco21{
    display: none;
  }

  .toplower-area .lower-outer.features .deco22 {
    right: 7%;
    bottom: 0%;
    max-width: 35%;
  }

  .toplower-area .lower-outer {
    padding: 3em 0 4em;
  }

  .toplower-area .about-list {
    display: block;
    width: 100%;
    margin: 7em auto 0;
  }

  .toplower-area .about-list a {
    display: block;
    width: 100%;
    margin-bottom: 4em;
  }

  .toplower-area .about-list a .ttl {
    font-size: 1.8rem;
  }

  .top-page .insta-area {
    padding: 6em 0 0em;
  }

  .top-page .insta-area .contact-box {
    margin-top: 5em;
  }

  .toplower-area .lower-outer.guidance .deco24{
    bottom: 4%;
    left: 7%;
    max-width: 35%;
  }

  .top-page .insta-area .deco08 {
    right: 5%;
    top: 5%;
    opacity: 0.5;
    max-width: 19%;
  }
}






/* ==================================================
   園で生活
================================================== */

.p-life .lower-area,
.p-life .middle-area,
.p-life .upper-area{
  background: url(../images/sitemap/bg_img.jpg) no-repeat;
  background-size: cover;
}

.p-life .upper-area{
  padding-bottom: 18em;
}

.day-flow__list {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: 48px;
  margin: 7em auto 5em;
}

.day-flow__list::before {
  content: "";

  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 50%;

  width: 2px;

  background: #f3e4c9;

  transform: translateX(-50%);
}

.day-flow__item {
  position: relative;
  width: 50%;
}

.day-flow__item:nth-child(odd) {
  padding-right: 34px;
}

.day-flow__item:nth-child(odd)::after{
  content: '';
  width: 50%;
  height: 1px;
  background-color: #e7e2dd;
  top: 33px;
  right: 0;
  position: absolute;
}

.day-flow__item:nth-child(even) {
  margin-left: auto;
  padding-left: 34px;
}

.day-flow__item:nth-child(even)::after{
  content: '';
  width: 50%;
  height: 1px;
  background-color: #e7e2dd;
  top: 35px;
  left: 0;
  position: absolute;
}

.day-flow__item::before {
  content: "";

  position: absolute;
  top: 28px;

  width: 16px;
  height: 16px;

  border-radius: 50%;
  background: #f7df94;
}

.day-flow__item:nth-child(odd)::before {
  right: -8px;
}

.day-flow__item:nth-child(even)::before {
  left: -8px;
}

.day-flow__card {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  position: relative;
  z-index: 1;
  padding: 24px 26px;
  border: 1px solid #e6e1d9;
  border-radius: 14px;
  background: #fff;

  box-shadow: 0 10px 24px rgba(100, 70, 40, .04);
}

.day-flow__time {
  position: relative;
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5em;
}

.day-flow__time img {
  /*width: 78px;*/
}

.day-flow__time span {
  position: absolute;
  top: 50%;
  left: 50%;

  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;

  transform: translate(-50%, -50%);
}

.day-flow__txt .day-name {
  margin-bottom: 10px;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
}

.day-flow__txt p {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
}

.day-flow__item {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity .8s ease,
    transform .8s ease;
}

.day-flow__item.is-show {
  opacity: 1;
  transform: translateY(0);
}

.day-flow__item::before,
.day-flow__item::after {
  opacity: 0;
  transition: opacity .6s ease .35s;
}

.day-flow__item.is-show::before,
.day-flow__item.is-show::after {
  opacity: 1;
}

.day-flow__card {
  transform: scale(.96);
  transition:
    transform .8s cubic-bezier(.22, 1, .36, 1),
    box-shadow .4s ease;
}

.day-flow__item.is-show .day-flow__card {
  transform: scale(1);
}

.day-flow__item:nth-child(1) { transition-delay: .05s; }
.day-flow__item:nth-child(2) { transition-delay: .15s; }
.day-flow__item:nth-child(3) { transition-delay: .25s; }
.day-flow__item:nth-child(4) { transition-delay: .35s; }
.day-flow__item:nth-child(5) { transition-delay: .45s; }

.p-life .life-slider{
  position: relative;
  top: -10em;
}

.life-slider .life-block{
  margin: 0 10px;
}

.life-slider .life-block img{
  display: block;
  width: 100%;
}

.life-slider .life-block p{
  text-align: center;
  margin-top: 0.8em;
  font-size: 1.4rem;
}

.calendar-area{
  padding: 8em 0 8em;
  position: relative;
}


.calendar-area .deco04{
  left: 15%;
  top: 2%;
  opacity: 0.5;
}

.calendar-area .deco05{
  right: 10%;
  top: 11%;
}


.calendar-area .event-season {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 1150px;
  width: 100%;
  margin: 9em auto 3em;
}

.calendar-area .event-season__block {
  padding: 28px;
  border-radius: 20px;
  background: #fff;
}

.calendar-area .event-season__label {
  display: table;
  align-items: center;
  justify-content: center;
  max-width: 60px;
  width: 100%;
  text-align: center;
  margin-bottom: 22px;
  border-radius: 20px;
  padding: 0.8em 0.2em;
  background: #f7e9ef;
  font-size: 1.3rem;
  font-weight: 700;
}

.calendar-area .event-season__label--summer {
  background: #eef5f8;
}

.calendar-area .event-season__label--autumn{
  background-color: #ECE1CE;
}

.calendar-area .event-season__label--winter {
  background-color: #E4E8EC;
}

.calendar-area .event-season__months {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
}

.calendar-area .event-month {
  flex: 1;
  padding: 22px 24px;
  border: 1px solid #e7e2dd;
  border-radius: 14px;
  background: #fff;
}

.calendar-area .event-month h3 {
  margin-bottom: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.calendar-area .event-month ul {
  margin: 0;

}

.calendar-area .event-month li {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.6;
  position: relative;
  padding-left: 1.2em;
}

.calendar-area .event-month li::before{
  content: '';
  background-color: #C9C0BB;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
}

.calendar-area .event-season__photos {
  display: flex;
  gap: 20px;
}

.calendar-area .event-season__photos div {
  flex: 1;
  overflow: hidden;
  border-radius: 8px;
}

.calendar-area .event-season__photos img {
  width: 100%;
  object-fit: cover;
}

.p-life .instagram-area{
  padding: 10em 0 14em;
  position: relative;
}



.p-life .instagram-area .deco06{
  right: 19%;
  top: 12em;
}

.p-life .instagram-area .deco08{
  left: 15%;
  top: 11em;
  opacity: 0.5;
}


@media screen and (max-width: 1300px) {

  .p-life .instagram-area .deco06{
    top: 9em;
    right: 11%;
  }

  .p-life .instagram-area .deco08{
    top: 9em;
    left: 9%;
  }
}

@media screen and (max-width: 1200px) {
  .calendar-area .top-text p{
    max-width: 518px;
    margin: 0 auto;
  }

 
}

@media screen and (max-width: 1000px) {

  .p-life .upper-area {
    padding-bottom: 10em;
  }




}

@media screen and (max-width: 768px) {

  .calendar-area .deco04 {
    left: 3%;
    top: -0.5%;
    max-width: 28%;
  } 

  .calendar-area .deco05 {
    right: 6%;
    top: 8%;
    max-width: 35%;
  }

  .calendar-area .event-season{
    margin-top: 12em;
  }

  .day-flow {
    padding: 1em 0 2em;
  }

  .day-flow__head {
    margin-bottom: 48px;
  }

  .day-flow__head h2 {
    font-size: 2.2rem;
  }

  .day-flow__lead {
    text-align: left;
    line-height: 1.8;
  }

  .day-flow__list {
    gap: 40px;
    padding-left: 20px;
  }

  .day-flow__list::before {
    left: 8px;
  }

  .day-flow__item,
  .day-flow__item:nth-child(even) {
    width: 100%;
    margin-left: 0;
    padding-left: 28px;
    padding-right: 0;
  }

  .day-flow__item::before,
  .day-flow__item:nth-child(odd)::before,
  .day-flow__item:nth-child(even)::before {
    left: -19px;
    right: auto;
  }

  .day-flow__card {
    gap: 16px;
    padding: 20px 18px;
    display: block;
  }

  .day-flow__item:nth-child(odd)::after {
    right: auto;
    left: -6px;
    top: 35px;
  }

  .day-flow__item:nth-child(even)::after {
    left: -4px;
  }

  .day-flow__time {
    display: block;
    position: relative;
    margin-top: -3em;
    padding-top: 0;
  }

  .day-flow__item:nth-child(odd) {
    padding-right: 0;
  }

  .day-flow__time img {
    width: 68px;
  }

  .day-flow__time span {
    font-size: 1rem;
  }

  .day-flow__txt p{
    font-size: 1.4rem;
  }

  .p-life .life-slider {
    margin-top: 0em;
  }  

  .calendar-area {
      padding: 2em 0 3em;
  }
  
  .calendar-area .event-season__block {
    padding: 20px;
  }

  .calendar-area .event-season__months,
  .calendar-area .event-season__photos {
    flex-direction: column;
  }

  .calendar-area .event-season__photos img {
    height: auto;
  }

  .p-life .instagram-area {
    padding: 4em 0 5em;
  }

  .p-life .instagram-area .deco08 {
    top: 67px;
  }

  .p-life .instagram-area .deco06 {
    top: 65px;
  }

}

/* ==================================================
   あっぷるキッズ保育園の取り組み
================================================== */


.parallax-img {
  overflow: hidden;
  height: 1000px;
}

.parallax-img img {
  width: 100%;
  height: 1000px;
  object-fit: cover;
}


.p-features .food-area {
  position: relative;

  margin-top: -180px;
  padding: 240px 0 16em;

  background: #FFFEF0;
}

.p-features .food-area .big-apple {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  transform: translate(-50%, -72%);
  pointer-events: none;
}

.p-features .food-area .food-outer{
  margin-top: -25em;
  position: relative;
}

.p-features .food-area .deco09{
  right: 32%;
  top: -9%;
}

.p-features .food-area .deco10{
  left: 32%;
  top: -7%;
}

.p-features .food-area .deco14{
  left: 2%;
  top: 45%;
}

.p-features .food-area .deco15{
  right: 10%;
  top: -2%;
}

.p-features .c-ttl + .top-text{
  margin-top: 7em;
}

.p-features .top-text .ttl{
  color: #693D26;
}

.p-features .top-text p{
  max-width: 840px;
  width: 100%;
  margin: 7em auto 0;
  line-height: 1.8;
}

.meal-slider {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
}

.meal-main {
  position: relative;
  margin-bottom: 16px;
}

.meal-main__item,
.meal-thumb__item {
  position: relative;
}

.meal-main__item figure,
.meal-thumb__item figure {
  margin: 0;
}

.meal-main__item img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.meal-thumb {
  margin: 0 -8px;
}

.meal-thumb__item {
  padding: 0 8px;
  cursor: pointer;
}

.meal-thumb__item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.meal-caption {
  position: absolute;
  right: 12px;
  bottom: 14px;
  left: 12px;

  padding: 14px 18px;

  border-radius: 8px;
  background: rgba(255, 255, 255, .88);
}

.meal-caption h3 {
  margin-bottom: 4px;
  font-size: 1.3rem;
  font-weight: 700;
}

.meal-caption p {
  margin: 0;
  font-size: 1.2rem;
}

.meal-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;

  width: 28px;
  height: 28px;

  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #dc4a41;

  font-size: 22px;
  line-height: 1;
  cursor: pointer;

  transform: translateY(-50%);
}

.meal-arrow--prev {
  left: 12px;
}

.meal-arrow--next {
  right: 12px;
}



.p-features .food-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 9em 0;
}

.p-features .food-wrap .f-box{
  background-color: #fff;
  width: 48.5%;
  padding: 3em 3em 5em;
  margin-bottom: 1.8em;

  opacity: 0;
  transform: translateY(50px) scale(.9);

  transition:
    opacity .5s ease,
    transform .8s cubic-bezier(.175,.885,.32,1.25);
}

.p-features .food-wrap.is-fadein .f-box{
  opacity: 1;
  transform: translateY(0) scale(1);
}

.p-features .food-wrap .f-box .ttl{
  color: #693D26;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1em;

  opacity: 0;
  transform: translateY(20px);

  transition:
    opacity .5s ease .2s,
    transform .5s ease .2s;
}

.p-features .food-wrap.is-fadein .f-box .ttl{
  opacity: 1;
  transform: translateY(0);
}


.p-features .food-wrap .f-box p{
  color: #666666;
  line-height: 1.8;

  opacity: 0;
  transform: translateY(20px);

  transition:
    opacity .5s ease .35s,
    transform .5s ease .35s;
}

.p-features .food-wrap.is-fadein .f-box p{
  opacity: 1;
  transform: translateY(0);
}

.p-features .food-wrap.is-fadein .f-box:nth-child(1){
  transition-delay: 0s;
}

.p-features .food-wrap.is-fadein .f-box:nth-child(2){
  transition-delay: .15s;
}

.p-features .food-wrap.is-fadein .f-box:nth-child(3){
  transition-delay: .3s;
}

.p-features .food-wrap.is-fadein .f-box:nth-child(4){
  transition-delay: .45s;
}

.p-features .childcare-area{
  padding: 8em 0 6em;
  background: url(../images/sitemap/bg_img.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.p-features .childcare-area .deco16{
  left: 29%;
  top: 5%;
}

.p-features .childcare-area .deco17{
  right: 29%;
  top: 4%;
}

.p-features .system-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 9em 0 7em;
}

.p-features .system-wrap .s-box{
  background-color: #fff;
  padding: 4em;
  width: 46.5%;
  margin-bottom: 5.5em;
  position: relative;
  line-height: 1.8;

  opacity: 0;
  transform: translateY(50px) scale(.9);

  transition:
    opacity .5s ease,
    transform .8s cubic-bezier(.175,.885,.32,1.25);
}

.p-features .system-wrap.is-fadein .s-box {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.p-features .system-wrap .s-box .apple{
  position: absolute;
  left: 50%;
  top: -9%;

  transform: translate(-50%,0) scale(.3);
  opacity: 0;

  transition:
    opacity .4s ease .15s,
    transform .7s cubic-bezier(.175,.885,.32,1.4) .15s;
}

.p-features .system-wrap.is-fadein .s-box .apple {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.p-features .system-wrap .s-box .ttl{
  color: #693D26;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1em;
  text-align: center;

  opacity: 0;
  transform: translateY(20px);

  transition:
    opacity .5s ease .25s,
    transform .5s ease .25s;
}

.p-features .system-wrap.is-fadein .s-box .ttl{
  opacity: 1;
  transform: translateY(0);
}

.p-features .system-wrap .s-box p{
  opacity: 0;
  transform: translateY(20px);

  transition:
    opacity .5s ease .35s,
    transform .5s ease .35s;
}

.p-features .system-wrap.is-fadein .s-box p{
  opacity: 1;
  transform: translateY(0);
}

.p-features .system-wrap.is-fadein .s-box:nth-child(1) {
  transition-delay: 0s;
}

.p-features .system-wrap.is-fadein .s-box:nth-child(2) {
  transition-delay: .15s;
}

.p-features .system-wrap.is-fadein .s-box:nth-child(3) {
  transition-delay: .3s;
}

.p-features .system-wrap.is-fadein .s-box:nth-child(4) {
  transition-delay: .45s;
}

.p-features .child-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-features .child-wrap .c-box{
  width: 32%;
  margin-bottom: 3em;
}

.p-features .child-wrap .c-box p{
  font-size: 1.4rem;
  margin-top: 1em;
  line-height: 1.8;
}

.p-features .independence-area{
  padding: 13em 0 9em;
  background: url(../images/sitemap/bg_img.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.p-features .independence-area .deco14{
  right: 6%;
  top: 4%;
}

.p-features .independence-area .c-ttl + .top-text {
  margin-top: 4em;
}

.p-features .independence-area .top-text p {
  margin: 5em auto 0;
}

.p-features .independence-area .deco15{
  left: 10%;
  top: 32%;
}

.p-features .ind-wrap{
  margin-top: 8em;
}

.p-features .ind-wrap .ind-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
}

.p-features .ind-wrap .ind-box:last-child{
  margin-bottom: 0;
}

.p-features .ind-wrap .ind-box figure {
  width: 43%;

  opacity: 0;
  transform: scale(.75) rotate(0deg);

  transition:
    opacity .45s ease,
    transform .75s cubic-bezier(.175,.885,.32,1.3);
}

.p-features .ind-wrap.is-fadein .ind-box figure {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.p-features .ind-wrap .ind-box figure img{
  display: block;
  width: 100%;
}

.p-features .ind-wrap .ind-box .text-box {
  width: 51%;
  z-index: 1;
  opacity: 0;
  transform: translateY(24px);

  transition:
    opacity .7s ease .15s,
    transform .8s ease .15s;
}

.p-features .ind-wrap.is-fadein .ind-box .text-box {
  opacity: 1;
  transform: translateY(0);
}
.p-features .ind-wrap .ind-box .text-box .ttl{
  position: relative;
  font-size: 2.4rem;
  color: #693D26;
  font-weight: bold;
  background-color: #fff;
  display: table;
  padding: 0.5em 1em;
  left: -5em;
  margin-bottom: 1.5em;
}

.p-features .ind-wrap.is-fadein .ind-box:nth-child(1) figure,
.p-features .ind-wrap.is-fadein .ind-box:nth-child(1) .text-box {
  transition-delay: 0s;
}

.p-features .ind-wrap.is-fadein .ind-box:nth-child(2) figure,
.p-features .ind-wrap.is-fadein .ind-box:nth-child(2) .text-box {
  transition-delay: .15s;
}

.p-features .ind-wrap.is-fadein .ind-box:nth-child(3) figure,
.p-features .ind-wrap.is-fadein .ind-box:nth-child(3) .text-box {
  transition-delay: .3s;
}

.p-features .ind-wrap.is-fadein .ind-box:nth-child(4) figure,
.p-features .ind-wrap.is-fadein .ind-box:nth-child(4) .text-box {
  transition-delay: .45s;
}

.p-features .programs-area{
  padding: 8em 0 5em;
  background: url(../images/sitemap/bg_img.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.p-features .programs-area .deco08{
  left: 22%;
  top: 7%;
  opacity: 0.5;
}

.p-features .programs-area .deco06{
  right: 4%;
  bottom: 43%;
}

.p-features .programs-area .deco01{
  left: -5%;
  bottom: -22%;
}

.p-features .programs-area .deco18{
  right: 0%;
  top: 7%;
  z-index: 1;
}

.p-features .programs-area .prog1 .system-wrap{
  align-items: flex-start;
}
    
.p-features .programs-area .prog1 .s-box:nth-child(even){
  margin-top: 8em;
  margin-bottom: 0;
}

.p-features .programs-area .top-text{
  max-width: 550px;
  width: 100%;
  margin: 3em auto 8em;
}

.p-features .programs-area .p-intro{
  max-width:1660px ;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.p-features .programs-area .p-intro.noreverse{
  margin: 0 0 0 auto;
  padding-left: 1em;
}

.p-features .programs-area .p-intro.reverse{
  flex-flow: row-reverse;
  padding-right: 1em;
}

.p-features .programs-area .p-intro .text-box{
  width: 40%;
}

.p-features .programs-area .p-intro .text-box .label{
  color: #672A16;
  font-weight: bold;
  font-size: 2rem;
  background-color: #fff;
  padding: 0.3em 0.8em;
  display: table;
}

.p-features .programs-area .p-intro .text-box .ttl{
  font-size: 2.7rem;
  font-weight: 500;
  margin: 1em 0;
}

.p-features .programs-area .p-intro .text-box p{
  line-height: 2;
}

.p-features .programs-area .p-intro .bg{
  width: 54%;
  height: 589px;
}

.p-features .programs-area .p-intro .bg.p3,
.p-features .programs-area .p-intro .bg.p1{
  background: url(../images/features/bg_program01.png) no-repeat;
  background-size: cover;
   border-radius: 999px 24px 24px 999px;
}

.p-features .programs-area .p-intro .bg.p4,
.p-features .programs-area .p-intro .bg.p2{
  background: url(../images/features/bg_program02.png) no-repeat;
  background-size: cover;
  border-radius: 24px 999px 999px 24px;
}

.p-features .programs-area .contact-box{
  margin-top: 16em;
}


@media (min-width: 1400px) and (max-width: 1750px) {

  .p-features .programs-area .p-intro.reverse {
    padding-right: 6em;
  }

  .p-features .programs-area .p-intro.noreverse {
    padding-left: 6em;
  }

  .p-features .programs-area .p-intro .bg {
    width: 61%;
  }

  .p-features .programs-area .p-intro .text-box{
    width: 35%;
  }
}


@media screen and (max-width: 1350px) {

  .parallax-img {
    height: 762px;
  }

  .parallax-img img {
    height: 880px;
  }

  .p-features .programs-area .p-intro .bg {
    height: 499px;
  }

  .p-features .programs-area .contact-box {
    margin-top: 9em;
    padding-bottom: 3em;
  }
}


@media screen and (max-width: 1200px) {

  .p-features .c-ttl + .top-text {
    margin-top: 4em;
  }

  .p-features .top-text p {
    margin: 3em auto 0;
  }

  .p-about .programs-area {
    padding: 9em 0 12em;
  }

  .p-features .programs-area .p-intro .bg{
    height: 380px;
  }

  .p-features .programs-area .p-intro .text-box {
    width: 42%;
  }

  .p-features .food-area {
    padding: 240px 0 9em;
  }

  .p-features .food-wrap .f-box{
    padding: 3em 2em 3em;
  }

  .meal-main__item img {
    height: 486px;
  }

}

@media screen and (max-width: 1100px) {

 .p-features .food-area .food-outer {
    margin-top: -20em;
  }

  .p-features .food-area .deco09 {
    top: -3%;
    right: 28%;
  }

  .p-features .food-area .deco10 {
    left: 29%;
    top: -2%;
  }

  .p-features .childcare-area .deco16 {
    left: 19%;
  }

  .p-features .childcare-area .deco17 {
    right: 17%;
  }

  .p-features .c-ttl + .top-text {
    margin-top: 4em;
  }

  .p-features .top-text p {
    margin: 3em auto 0;
  }

  .p-features .food-wrap {
    margin: 6em 0 6em;
  }

  .p-features .system-wrap .s-box {
    padding: 4em 2em;
    width: 48.5%;
    margin-bottom: 3.5em;
  }

  .p-features .ind-wrap .ind-box .text-box .ttl {
    font-size: 2rem;
  }

}

@media screen and (max-width: 1025px) {

  .p-features .programs-area .p-intro .bg{
    height: 295px;
  }

  .p-features .programs-area .prog1 .s-box:nth-child(even) {
    margin-top: 3em;
  }

  .p-features .programs-area .p-intro .text-box .label {
    font-size: 1.4rem;
  }

  .p-features .programs-area .contact-box {
    margin-top: 6em;
  }

}

@media screen and (max-width: 768px) {

  .p-features .food-area .deco10 {
    left: 5%;
    top: 0.2%;
    max-width: 15%;
  }

  .p-features .food-area .deco09 {
    top: 0%;
    right: 9%;
    max-width: 11%;
  }

  .p-features .programs-area .deco08 {
    left: 6%;
    top: 1%;
    max-width: 15%;
  }

  .p-features .food-area .deco15 {
    right: -2%;
    top: 6%;
    max-width: 24%;
  }

  .p-features .food-area {
    background-color: #FFFEF0;
    padding: 0em 0 13em;
  }

  .p-features .food-area .deco14 {
    left: -3%;
    top: auto;
    bottom: 0%;
    max-width: 46%;
  }

  .p-features .childcare-area .deco16 {
    left: 2%;
    top: 1.5%;
    max-width: 12%;
  }

  .p-features .childcare-area .deco17 {
    right: 1%;
    top: 1.5%;
    max-width: 15%;
  }

  .parallax-img {
    height: 410px;
  }

  .parallax-img img {
    height: 250px;
  }

  .p-features .food-area .food-outer {
    margin-top: 0;
    padding-bottom: 4em;
  }

  .p-about .food-area .deco06 {
    bottom: 0.5%;
    right: 4%;
    z-index: 2;
    max-width: 14%;
  }
  
  .p-features .child-wrap .c-box p {
    margin-top: 0.3em;
  }


  .p-features .food-wrap {
    margin: 5em 0 5em;
    display: block;
  }

  .p-features .food-wrap .f-box {
    background-color: #fff;
    width: 100%;
    padding: 3em 1.5em 3em;
  }

  .p-features .childcare-area {
    padding: 4em 0 2em;
  }

  .p-features .independence-area {
    padding: 6em 0 6em;
  }

  .p-features .independence-area .deco14 {
    right: -2%;
    top: 1%;
    max-width: 35%;
  }

  .p-features .independence-area .deco15 {
    left: -5%;
    top: 26%;
    max-width: 42%;
  } 

  .p-features .child-wrap {
    display: block;
  }

  .p-features .child-wrap .c-box {
    width: 100%;
    margin-bottom: 3em;
  }

  .p-features .ind-wrap .ind-box {
    display: block;
    margin-bottom: 5em;
  }

  .p-features .ind-wrap .ind-box figure {
    width: 100%;
    margin-top: 1.6em;
  }

  .p-features .ind-wrap .ind-box .text-box .ttl {
    font-size: 1.7rem;
    padding: 0.7em 1em;
    left: auto;
    margin: -1em 0 1em auto;
  }

  .p-features .ind-wrap .ind-box .text-box {
    width: 100%;
  }

  .p-features .programs-area {
    padding: 3em 0 0em;
  }

  .p-features .programs-area .p-intro {
    display: block;
  }

  .p-features .programs-area .p-intro .text-box {
    width: 100%;
    padding: 0 1em;
  }

  .p-features .programs-area .p-intro.reverse {
    padding-right: 0em;
  }

  .p-features .programs-area .p-intro.noreverse {
    padding-left: 0em;
  }

  .p-features .programs-area .deco01 {
    left: -5%;
    bottom: -5%;
  }

  .p-features .programs-area .deco06 {
    bottom: 42%;
  }

  .p-features .programs-area .p-intro .text-box .label {
    font-size: 1.4rem;
  }

  .p-features .programs-area .p-intro .text-box .ttl {
    font-size: 2rem;
  }

  .p-features .programs-area .p-intro .bg {
    width: 100%;
    height: 261px;
    margin-top: 2em;
  }

  .p-features .system-wrap {
    display: block;
     margin: 6em 0 5em;
  }

  .p-features .system-wrap .s-box {
    padding: 4em 2em 2em;
    width: 100%;
    margin-bottom: 2em;
  }

  .p-features .programs-area .prog1 .s-box:nth-child(even) {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .p-features .programs-area .contact-box {
    margin-top: 5em;
  }

  .p-features .ind-wrap {
    margin-top: 5em;
  }

  .p-features .programs-area .top-text {
    margin: 3em auto 4em;
  }


  .meal-main__item img {
    height: 260px;
  }

  .meal-thumb__item img {
    height: 80px;
  }

  .meal-caption {
    padding: 10px 12px;
  }

  .meal-thumb__item .meal-caption{
    display: none;
  }
}

/* ==================================================
   あっぷるキッズ保育園について
================================================== */

.p-about .food-area {
  position: relative;
  margin-top: -180px;
  padding: 240px 0 10em;
  
}

.p-about .food-area .deco04{
  right: 10%;
  z-index: 2;
  top: 11%;
  opacity: 0.5;
}

.p-about .food-area .deco19{
  top: -6%;
  right: 9%;
  z-index: 2;
}

.p-about .food-area .deco14{
  z-index: 2;
  top: 7%;
  left: 1%;
}

.p-about .food-area .deco06{
  bottom: 1%;
  right: 7%;
  z-index: 2;
}



.p-about .programs-area{
  padding: 22em 0 12em;
  background: #FFFFF2;
}

.p-about .programs-area .program-wrapper.prog2{
  margin-top: 17em;
}

.p-about .programs-area .p-intro .bg.p3{
  background: url(../images/about/bg_philosophy01.png) no-repeat;
  background-size: cover;
}

.p-about .programs-area .p-intro .bg.p4{
  background: url(../images/about/bg_philosophy02.png) no-repeat;
  background-size: cover;
}

.p-about .programs-area .p-intro .text-box {
  width: 32%;
}

.p-about .programs-area .p-intro .text-box .ttl{
  color: #824C2E;
}

.p-about .middle-area{
 background: url(../images/sitemap/bg_img.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.p-about .facility-area{
  padding: 6em 0 4em;
   position: relative;
}

.p-about .middle-area .deco01{
  top: 27%;
  right: 9%;
}

.p-about .middle-area .deco03{
  top: 34%;
  left: 5%;
}

.p-about .middle-area .apple3{
  top: 25%;
  left: 8%;
}

.p-about .middle-area .deco13{
  right: 2%;
  top: 3%;
}

.p-about .middle-area .deco14{
  right: 10%;
  bottom: 22%;
}

.p-about .middle-area .deco15{
  bottom: 28%;
  left: 4%;
}

.p-about .facility-area .top-text{
  margin-bottom: 6em;
  margin-top: 5em;
}

.p-about .facility-area.top-text p {
  margin: 2em auto 0;
}

.p-about .facility-area .top-text .ttl{
  color: #000;
}

.p-about .support-area{
  padding: 12em 0 0;
}

.p-about .support-area .c-ttl {
    font-weight: 500;
}

.p-about .support-area .c-ttl + .top-text{
  max-width: 700px;
  margin: 3em auto 0;
}

.p-about .system-wrap .s-box {
  width: 48.5%;
  margin-bottom: 2.5em;
}

.p-about .system-wrap {
  margin-bottom: 0;
}

.p-about .safety-area{
  padding: 9em 0 13em;
}

.p-about .safety-area .top-tex .ttl{
  color: #000;
}

.p-about .safety-area .c-ttl + .top-text{
  max-width: 705px;
  margin: 4em auto 0;
}

.p-about .safety-area .safety-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8em auto 9em;
  max-width: 956px;
  width: 100%;
}

.p-about .safety-area .safety-wrap .s-box{
  width: 40%;
  margin-bottom: 7em;
  text-align: center;
}

.p-about .safety-area .safety-wrap .s-box figure {
  opacity: 0;
  transform: scale(.75) rotate(0deg);

  transition:
    opacity .45s ease,
    transform .75s cubic-bezier(.175,.885,.32,1.3);
}

.p-about .safety-area .safety-wrap.is-fadein .s-box figure {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.p-about .safety-area .safety-wrap .s-box figure img{
  display: block;
  margin: 0 auto;
}

.p-about .safety-area .safety-wrap .s-box .ttl{
  font-size: 2.1rem;
  font-weight: 500;
  margin: 0.8em 0;
}

.p-about .safety-area .safety-wrap .s-box .ttl,
.p-about .safety-area .safety-wrap .s-box p {
  opacity: 0;
  transform: translateY(24px);

  transition:
    opacity .7s ease .15s,
    transform .8s ease .15s;
}

.p-about .safety-area .safety-wrap.is-fadein .s-box .ttl,
.p-about .safety-area .safety-wrap.is-fadein .s-box p {
  opacity: 1;
  transform: translateY(0);
}

.p-about .safety-area .safety-wrap.is-fadein .s-box:nth-child(1) figure,
.p-about .safety-area .safety-wrap.is-fadein .s-box:nth-child(1) .ttl,
.p-about .safety-area .safety-wrap.is-fadein .s-box:nth-child(1) p {
  transition-delay: 0s;
}

.p-about .safety-area .safety-wrap.is-fadein .s-box:nth-child(2) figure,
.p-about .safety-area .safety-wrap.is-fadein .s-box:nth-child(2) .ttl,
.p-about .safety-area .safety-wrap.is-fadein .s-box:nth-child(2) p {
  transition-delay: .15s;
}

.p-about .safety-area .safety-wrap.is-fadein .s-box:nth-child(3) figure,
.p-about .safety-area .safety-wrap.is-fadein .s-box:nth-child(3) .ttl,
.p-about .safety-area .safety-wrap.is-fadein .s-box:nth-child(3) p {
  transition-delay: .3s;
}

.p-about .safety-area .safety-wrap.is-fadein .s-box:nth-child(4) figure,
.p-about .safety-area .safety-wrap.is-fadein .s-box:nth-child(4) .ttl,
.p-about .safety-area .safety-wrap.is-fadein .s-box:nth-child(4) p {
  transition-delay: .45s;
}

.p-about .access-area{
  padding: 9em 0 4em;
  position: relative;
  background: url(../images/sitemap/bg_img.jpg) no-repeat;
  background-size: cover;
}

.p-about .access-area .deco08{
  right: 20%;
  top: 6%;
  opacity: 0.5;
}

.p-about .access-area .deco11{
  bottom: 39%;
  left: 1%;
}

.p-about .access-area .access-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 9em;
  margin-bottom: 13em;
}

.p-about .access-area .access-wrap .address-box{
  width: 40%;
}

.p-about .access-area .access-wrap .address-box .a-block:first-child{
  margin-bottom: 5em;
}

.p-about .access-area .access-wrap .address-box .ttl{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.p-about .access-area .access-wrap .address-box p{
  line-height: 1.8;
}

.p-about .access-area .access-wrap .address-box p span{
  display: block;
  margin-bottom: 0.3em;
}

.p-about .access-area .access-wrap .address-box .btn{
  margin-top: 2em;
}

.p-about .access-area .access-wrap .iframe-box{
  width: 55%;
}

.p-about .access-area .access-wrap .iframe-box iframe{
  width: 100%;
  height: 487px;
}

.facility-slider-wrap {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
}

.facility-tab {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}

.facility-tab button {
  padding: 8px 20px;
  border: 0;
  border-radius: 999px;
  background: #ff7a5c;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
}

.facility-tab button.is-active {
  background: #e94f35;
}

.facility-main {
  position: relative;
  margin-bottom: 10px;
}

.facility-main__item img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}


.facility-thumb {
  margin: 0;
  overflow: hidden;
}

.facility-thumb .slick-list {
  margin: 0 -9px;
}

.facility-thumb div img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.facility-thumb div {
  padding: 0 4px;
  cursor: pointer;
}

.facility-arrow,
.meal-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;

  width: 28px;
  height: 28px;

  border: 0;
  border-radius: 50%;
  background: #fff;

  font-size: 0;
  cursor: pointer;

  transform: translateY(-50%);
}

.facility-arrow::before,
.meal-arrow::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 50%;

  width: 0;
  height: 0;

  transform: translate(-50%, -50%);
}

.facility-arrow--prev,
.meal-arrow--prev {
  left: 18px;
}

.facility-arrow--next,
.meal-arrow--next {
  right: 18px;
}

.facility-arrow--prev::before,
.meal-arrow--prev::before {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #ff6b55;
  margin-left: -1px;
}

.facility-arrow--next::before,
.meal-arrow--next::before {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ff6b55;
  margin-left: 1px;
}

.facility-panel {
  opacity: 0;
  visibility: hidden;

  position: absolute;
  width: 100%;

  transform: translateY(20px);

  transition:
    opacity .45s ease,
    transform .55s cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear .55s;
}

.facility-panel.is-active {
  opacity: 1;
  visibility: visible;

  position: relative;

  transform: translateY(0);

  transition:
    opacity .45s ease,
    transform .55s cubic-bezier(.22, 1, .36, 1);
}


.safety-list {
  display: flex;
  flex-wrap: wrap;
  gap: 94px 28px;
}

.safety-card {
  position: relative;
  width: calc((100% - 56px) / 3);
  cursor: pointer;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.safety-card:hover{
  transform: translateY(-6px);
  opacity: 1;
}

.safety-card figure {
  position: relative;
  margin: 0 0 18px;
}

.safety-card figure::before {
  content: '';
  position: absolute;
  top: 2%;
  left: 2%;
  width: 77px;
  height: 84px;
}

.safety-card:hover button{
  background: #f06d54;
  color: #fff;
  transition: 0.3s ease-in-out;

}

.safety-card:nth-child(1) figure::before {
  background: url(../images/about/no_apple01.svg) no-repeat;
  background-size: cover;
}

.safety-card:nth-child(2) figure::before {
  background: url(../images/about/no_apple02.svg) no-repeat;
  background-size: cover;
}

.safety-card:nth-child(3) figure::before {
  background: url(../images/about/no_apple03.svg) no-repeat;
  background-size: cover;
}

.safety-card:nth-child(4) figure::before {
  background: url(../images/about/no_apple04.svg) no-repeat;
  background-size: cover;
}

.safety-card:nth-child(5) figure::before {
  background: url(../images/about/no_apple05.svg) no-repeat;
  background-size: cover;
}

.safety-card:nth-child(6) figure::before {
  background: url(../images/about/no_apple06.svg) no-repeat;
  background-size: cover;
}

.safety-card figure img {
  width: 100%;
  object-fit: cover;
}


.safety-card .ttl {
  margin-bottom: 10px;
  font-size: 2rem;
  color: #693D26;
  font-weight: 500;
}

.safety-card p {
  line-height: 1.8;
}

.safety-card button {
  margin: 3em auto 0;
  padding: 1em 1em;
  max-width: 207px;
  width: 100%;
  border: 1px solid #f06d54;
  border-radius: 999px;
  background: #fff;
  font-weight: 500;
  color: #9F2B11;
  cursor: pointer;
  display: block;
  transition: 0.3s ease-in-out;
}


/* modal */

.safety-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: .3s;
}

.safety-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.safety-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
}

.safety-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(920px, calc(100% - 40px));
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  padding: 70px 90px 60px;
  border-radius: 10px;
  background-color: #fff;
  /*background:
    radial-gradient(circle at 14% 72%, rgba(244, 190, 205, .45), transparent 18%),
    radial-gradient(circle at 88% 18%, rgba(250, 195, 96, .32), transparent 13%),
    #fff;*/

  transform: translate(-50%, -48%);
  transition: .35s;
}

.safety-modal__content .content-inner{
  position: relative;
}

.safety-modal__content .content-inner::before{
  content: '';
  background: url(../images/common/deco14.png) no-repeat;
  width: 296px;
  height: 285px;
  background-size: cover;
  position: absolute;
  left: -9%;
  bottom: -2%;
}

.safety-modal__content .content-inner::after{
  content: '';
  background: url(../images/common/deco19.png) no-repeat;
  width: 189px;
  height: 190px;
  background-size: cover;
  position: absolute;
  right: -9%;
  top: -4%;
  opacity: 0.6;
}


.safety-modal.is-open .safety-modal__content {
  transform: translate(-50%, -50%);
}

.safety-modal__en {
  margin-bottom: 0;
  color: #7d4b36;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .4em;
}

.safety-modal__content .ttl {
  margin-bottom: 0.7em;
  color: #7d3b22;
  font-size: 3rem;
}

.safety-modal__content p {
  line-height: 2.1;
}

.safety-modal__photos {
  display: flex;
  gap: 36px;
  margin-top: 42px;
  position: relative;
  z-index: 1;
}

.safety-modal__photos img {
  width: calc((100% - 36px) / 2);
  height: 220px;
  object-fit: cover;
}

.safety-modal__close {
  display: block;
  width: 280px;
  margin: 6em auto 0;
  padding: 16px;
  border: 0;
  border-radius: 8px;
  background: #a8dd55;
  border: 1px solid #a8dd55;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}

.safety-modal__close:hover{
  color: #a8dd55;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {

  .p-about .programs-area .p-intro .text-box {
    width: 41%;
  }

  .p-about .programs-area .program-wrapper.prog2 {
    margin-top: 9em;
  }

  .p-about .support-area {
    padding: 8em 0 0;
  }

  .p-about .support-area {
    padding: 8em 0 0;
  } 

  .p-about .food-area {
    padding: 240px 0 5em;
  }

  .p-about .access-area .access-wrap {
    margin-top: 6em;
    margin-bottom: 7em;
  }

  .safety-card figure::before {
    width: 44px;
    height: 48px;
  }

  /*.facility-main__item img {
    height: auto;
  }*/

}



@media screen and (max-width: 768px) {

  .p-about .food-area .deco04 {
    top: 15%;
    max-width: 32%;
    right: 2%;
  }

  .p-about .food-area .deco14 {
    z-index: 2;
    top: 13.2%;
    left: -4%;
    max-width: 41%;
  } 

  .p-about .food-area .deco19{
    top: -1%;
    max-width: 35%;
    right: -4%;
  }

  .p-about .food-area {
    padding: 1em 0 4em;
  }

  .p-about .programs-area {
    padding: 14em 0 4em;
  }

  .p-about .programs-area .p-intro .text-box {
    width: 100%;
  }

  .p-about .programs-area .program-wrapper.prog2 {
    margin-top: 5em;
  }

  .p-about .support-area {
    padding: 7em 0 0;
  }

  .p-about .system-wrap .s-box {
    width: 100%;
  }

  .p-about .facility-area .top-text {
    margin-bottom: 6em;
    margin-top: 3em;
  }

  .facility-tab {
    flex-wrap: wrap;
  }

  .facility-tab button {
    font-size: 1.2rem;
  }

  .facility-main__item img {
    height: 280px;
  }

  .facility-thumb__item img {
    height: 80px;
  }

  .p-about .middle-area .deco01 {
    top: 17%;
    right: -7%;
    max-width: 44%;
    opacity: 0.6;
  }

  .p-about .middle-area .deco03 {
    top: 32.5%;
    left: 3%;
    max-width: 18%;
  }

  .p-about .middle-area .apple3 {
    top: 25.2%;
    left: auto;
    right: 10%;
    opacity: 0.7;
  }

  .p-about .middle-area .deco15 {
    bottom: auto;
    left: auto;
    right: -3%;
    top: 43%;
    max-width: 38%;
    opacity: 0.5;
  }

  .safety-card {
    width: 100%;
  }

  .p-about .safety-area {
    padding: 3em 0 5em;
  }

  .p-about .safety-area .safety-wrap {
    margin: 4em auto 0;
  }

  .p-about .safety-area .safety-wrap .s-box {
    width: 100%;
    margin-bottom: 3em;
  }

  .p-about .safety-area .safety-wrap .s-box .ttl {
    font-size: 1.8rem;
  }

  .p-about .safety-area .safety-wrap .s-box figure img {
    max-width: 57%;
    width: 100%;
  }

  .safety-list {
    gap: 54px 28px;
  }

  .safety-modal__content {
    padding: 42px 24px;
  }

  .safety-modal__content h3 {
    font-size: 2.4rem;
  }

  .safety-modal__photos {
    flex-direction: column;
    gap: 16px;
  }

  .safety-modal__photos img {
    width: 100%;
    height: auto;
  }

  .p-about .access-area {
    padding: 3em 0 6em;
  }

  .p-about .access-area .deco08 {
    right: 9%;
    top: 4%;
    opacity: 0.5;
    max-width: 15%;
  }

  .p-about .access-area .access-wrap {
    margin-top: 4em;
  }

  .p-about .access-area .access-wrap {
    display: block;
    margin-top: 6em;
  }



  .p-about .access-area .access-wrap .address-box {
    width: 100%;
  }

  .p-about .access-area .access-wrap .address-box .a-block:first-child {
    margin-bottom: 2em;
  }

  .p-about .access-area .access-wrap .iframe-box {
    width: 100%;
    margin-top: 2em;
  }

  .p-about .access-area .access-wrap .iframe-box iframe {
    width: 100%;
    height: 256px;
  }



  .safety-modal__content .content-inner::before {
    width: 181px;
    height: 175px;
  }

  .safety-card figure::before {
    width: 48px;
    height: 52px;
  }


  .safety-modal__close {
    margin: 3em auto 0;
  }

  .safety-modal__content .content-inner::after {
    width: 115px;
    height: 118px;
  }

  .safety-modal__content .ttl {
    font-size: 2.4rem;
  }

  .facility-thumb div img {
    height: 70px;
  }

}

/* ==================================================
   入園案内
================================================== */

.p-admission .upper-area{
  background: url(../images/sitemap/bg_img.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.p-admission .lower-area{
  background: url(../images/sitemap/bg_img.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.p-admission .admission-mv {
  padding: 0em 0 27em;
  margin-top: -17em;
  position: relative;
}

.p-admission .admission-mv .cloud01{
  bottom: 7%;
  left: -11%;
  animation: cloud01 8s ease-in-out infinite;
}

.p-admission .admission-mv .cloud02{
  right: -11%;
  bottom: 0;
  animation: cloud02 6s ease-in-out infinite;
  transform-origin: center center;
}

@keyframes cloud01{

  0%{
    transform: translate(0,0) rotate(0deg) scale(1);
  }

  25%{
    transform: translate(25px,-10px) rotate(2deg) scale(1.03);
  }

  50%{
    transform: translate(50px,0) rotate(0deg) scale(1.06);
  }

  75%{
    transform: translate(25px,10px) rotate(-2deg) scale(1.03);
  }

  100%{
    transform: translate(0,0) rotate(0deg) scale(1);
  }

}

@keyframes cloud02{

  0%{
    transform: translateY(0) rotate(0deg);
  }

  25%{
    transform: translateY(-12px) rotate(-2deg);
  }

  50%{
    transform: translateY(-22px) rotate(0deg);
  }

  75%{
    transform: translateY(-12px) rotate(2deg);
  }

  100%{
    transform: translateY(0) rotate(0deg);
  }

}

.p-admission .admission-mv .deco05{
  bottom: 24%;
  right: 9%;
}

.p-admission .admission-mv .deco04{
  bottom: 32%;
  right: 34%;
}

.p-admission .admission-mv__inner {
  display: flex;
  align-items: center;
  gap: 6%;
}

.p-admission .admission-mv__photo {
  width: 42%;
}

.p-admission .admission-mv__photo img {
  width: 100%;
}

.p-admission .admission-mv__text {
  width: 39%;
}

.p-admission .admission-mv__text h2 {
  margin: 1.5em 0;
  font-size: 3.2rem;
  line-height: 1.8;
  color: #693D26;
}

.p-admission .admission-mv__text p {
  line-height: 2.2;
}

.p-admission .plan-area {
  padding: 6em 0;
  position: relative;
   padding-bottom: 14em;
}

.p-admission .plan-area .deco01{
  bottom: 16%;
  right: 1%;
}

.p-admission .plan-area .deco03{
  right: 6%;
  top: 17%;
}

.p-admission .plan-area .deco12{
  left: 15%;
  top: 7%;
  animation: flowerRotate 15s infinite steps(12);
}

@keyframes flowerRotate {

  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}

.p-admission .plan-area .deco14{
  bottom: 39%;
  left: 0;
}

.p-admission .plan-box {
  margin: 0 auto 6em;
  padding: 4em;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(120, 80, 50, .08);
}

.p-admission .plan-box .plan-box-inner{
  display: flex;
  gap: 5%;
  align-items: flex-start;
}

.p-admission .plan-box .label {
  display: inline-block;
  margin-bottom: 1em;
  padding: .4em 1em;
  background: #FF7958;
  color: #fff;
  font-size: 1.2rem;
}

.p-admission .plan-box .plan-ttl {
  color: #5A4A41;
  font-size: 3.7rem;
  font-weight: 500;
  margin-bottom: 0.8em;
}

.p-admission .plan-text {
  width: 52%;
}

.p-admission .plan-text .p-box:first-child{
  margin-bottom: 3em;
}

.p-admission .plan-text .p-name{
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.8em;
}

.p-admission .plan-text .p-name::before {
  content: '';
  background: url(../images/common/icon_apple3.svg) no-repeat;
  width: 29px;
  height: 38px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.p-admission .plan-text p {
  line-height: 2;
}

.p-admission .table-box{
  width: 43%;
}

.p-admission .table-box .note{
  font-size: 1.4rem;
  margin-top: 0.9em;
  padding-left: 1em;
  text-indent: -1em;
}

.p-admission .plan-area .c-ttl + .top-text{
  max-width: 700px;
  width: 100%;
  margin: 5em auto 7em;
}

.p-admission .plan-area .c-ttl + .top-text .ttl{
  margin-bottom: 3em;
}

.p-admission .plan-table {
  /*width: 100%;
  border-collapse: collapse;
  font-size: 1.3rem;*/
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 10px;
}

.plan-table tr:first-child th:first-child {
  border-top-left-radius: 20px;
}

.plan-table tr:first-child th:last-child {
  border-top-right-radius: 20px;
}

.plan-table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

.plan-table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

.p-admission .plan-table th,
.p-admission .plan-table td {
  padding: 1em;
  border: 1px solid #F3C5C3;
  text-align: center;
  font-size: 1.9rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
}

.p-admission .plan-table .small{
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-left: 0.5em;
}

.p-admission .plan-table th {
  background: #FBE8E6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.p-admission .plan02 .plan-table th {
  background: #FAD5C4;
}

.p-admission .plan02 .plan-table th,
.p-admission .plan02 .plan-table td {
  padding: 1em;
  border: 1px solid #F8CBB6;
}

.p-admission .plan-box .lower-note{
  display: flex;
  gap: 4%;
  padding: 1.5em 1.5em;
  border-radius: 10px;
  border: 1px solid #F8C9B3;
  margin-top: 2em;
}

.p-admission .plan-box .lower-note .n-box{
  position: relative;
  padding-left: 3em;
}
 
.p-admission .plan-box.plan01 .lower-note .n-box::before{
  content: '';
  background: url(../images/admission/img_flower01.svg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 31px;
  height: 31px;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}

.p-admission .plan-box.plan02 .lower-note .n-box::before{
  content: '';
  background: url(../images/admission/img_flower02.svg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 31px;
  height: 31px;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}


.p-admission .plan-box:first-child .lower-note{
  border: 1px solid #F3C5C3;
}

.p-admission .admission-slide-area {
  padding: 0 0 6em;
  overflow: hidden;
  top: -9em;
  position: relative;
}

.p-admission .flow-area{
  position: relative;
  padding: 4em 0 0;
}

.p-admission .flow-area .deco06{
  left: 30%;
  top: 2%;
}

.p-admission .flow-area .deco07{
  right: 27%;
  top: 3%;
}

.p-admission .flow-area .deco13{
  right: -4%;
  top: 10%;
}

.p-admission .flow-area .deco02{
  right: -2%;
  bottom: 0;
}

.p-admission .flow-area .deco03{
  left: 8%;
  bottom: 29%;
}

.p-admission .flow-area .deco08{
  right: 18%;
  bottom: 38%;
  opacity: 0.5;
}

.p-admission .flow-area .deco11{
      top: -6%;
    left: -1%;
}

.p-admission .flow-area .c-ttl + .top-text{
  margin-top: 5em;
}

.p-admission .flow-list {
  max-width: 931px;
  margin: 6em auto;
}

.p-admission .flow-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;

  margin-bottom: 2.5em;

  opacity: 0;
  transform: translateY(50px);

  transition:
    opacity .7s ease,
    transform .8s cubic-bezier(.22, 1, .36, 1);
}

.p-admission .flow-item.is-fadein {
  opacity: 1;
  transform: translateY(0);
}

.p-admission .flow-num {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 18%;

  opacity: 0;
  transform: scale(.4) rotate(-15deg);

  transition:
    opacity .3s ease,
    transform .7s cubic-bezier(.175,.885,.32,1.4);
}

.p-admission .flow-item.is-fadein .flow-num {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.p-admission .flow-item .text {
  width: 75%;

   opacity: 0;
    transform: translateX(60px);

  transition:
    opacity .6s ease .15s,
    transform .8s cubic-bezier(.22,1,.36,1) .15s;
}

.p-admission .flow-item.is-fadein .text {
  opacity: 1;
  transform: translateX(0);
}

.p-admission .flow-item:nth-child(1) { transition-delay: .05s; }
.p-admission .flow-item:nth-child(2) { transition-delay: .15s; }
.p-admission .flow-item:nth-child(3) { transition-delay: .25s; }
.p-admission .flow-item:nth-child(4) { transition-delay: .35s; }
.p-admission .flow-item:nth-child(5) { transition-delay: .45s; }

.p-admission .document-box {
  max-width: 923px;
  margin: 0 auto;
  padding: 3em;
  background: #fff;
  border-radius: 8px;
}

.p-admission .document-box .ttl {
  margin-bottom: 1em;
  color: #693D26;
  font-weight: bold;
  position: relative;
  font-size: 2rem;
  padding-left: 2em;
}

.p-admission .document-box .ttl::before{
  content: '';
  background: url(../images/common/icon_apple.svg) no-repeat;
  width: 29px;
  height: 34px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -3px;
}

.p-admission .document-box .download-btn{
  max-width: 170px;
  width: 100%;
  display: table;
  background-color: #EDEDED;
  padding: 0.6em 1em;
  font-size: 1.4rem;
  color: #000;
  text-align: center;
  margin: 1em 0 2em;
}

.p-admission .document-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: .8em 2em;
  margin-top: 1em;
}

.p-admission .document-box ul li{
  position: relative;
  padding-left: 1em;
}

.p-admission .document-box ul li::before{
  content: '';
  position: absolute;
  background-color: #DD4C35;
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  border-radius: 100%;
}

.p-admission .admission-news{
  padding: 15em 0 6em;
  position: relative;

}

.p-admission .admission-news .deco01{
  top: 2%;
  left: -3%;
}

.p-admission .admission-news .s-blog-list {
  display: flex;
  gap: 24px;
  margin-top: 4em;
}

.p-admission .admission-news .s-blog-list li {
  width: calc((100% - 48px) / 3);
  margin-bottom: 0;
}

@media screen and (max-width: 1475px) {

  .p-admission .admission-mv .cloud01 {
    max-width: 62%;
    width: 100%;
  }

  .p-admission .admission-mv .cloud02{
    max-width: 60%;
    width: 100%;
  }
}

@media screen and (max-width: 1360px) {

  .p-admission .admission-mv {
    margin-top: -7em;
  }
}

@media screen and (max-width: 1200px) {

  .p-admission .admission-mv {
    margin-top: 1em;
  }

  .p-admission .admission-mv__text {
    width: 48%;
  }

  .p-admission .plan-area .c-ttl + .top-text .ttl {
    margin-bottom: 2em;
  }

  .p-admission .plan-area .c-ttl + .top-text {
    margin: 3em auto 5em;
  }

  .p-admission .admission-mv__text h2 {
      margin: 1.5em 0;
      font-size: 2.5rem;
      position: relative;
      z-index: 1;
  }

  .p-admission .admission-mv__text p {
      line-height: 2;
  }

  .p-admission .plan-table th, .p-admission .plan-table td {
    font-size: 1.6rem;
  }

  .p-admission .plan-box .plan-ttl {
    font-size: 3rem;
  }

  .p-admission .plan-area {
    padding-bottom: 10em;
  }

  .p-admission .plan-box {
    margin: 0 auto 6em;
    padding: 2em;
    margin: 0 auto 3em;
  }

  .p-admission .plan-box .lower-note{
    font-size: 1.4rem;
    display: grid;
    font-size: 1.4rem;
    gap: 1em;
    grid-template-columns: 1fr;
  }

  .p-admission .plan-box.plan01 .lower-note .n-box::before {
    width: 27px;
    height: 26px;
  }

  .p-admission .plan-box.plan02 .lower-note .n-box::before {
    width: 27px;
    height: 27px;
  }

  .p-admission .admission-slide-area {
    padding: 0 0 3em;
    top: -6em;
  }

  .p-admission .admission-news {
    padding: 9em 0 6em;
  }
}

@media screen and (max-width: 768px) {

  .p-admission .admission-mv .cloud01 {
    bottom: auto;
    max-width: 88%;
    left: -11%;
    top: 25em;
  }

  .p-admission .admission-mv .cloud02 {
    right: -35%;
    bottom: -3%;
    max-width: 113%;
  }

  .p-admission .admission-mv .deco05 {
    bottom: 3%;
    right: 9%;
    max-width: 30%;
  }

  .p-admission .admission-mv .deco04 {
    bottom: 7%;
    right: auto;
    left: 14%;
    max-width: 32%;
  }

  .p-admission .plan-area .deco01 {
    bottom: 3%;
    right: 1%;
  }

  .p-admission .flow-area .deco06 {
    left: 6%;
    top: 0%;
    max-width: 13%;
  }

  .p-admission .flow-area .deco07 {
    right: 2%;
    top: -4%;
    max-width: 27%;
  }

  .p-admission .plan-area .deco12 {
    left: 8%;
    top: 3%;
  }

  .p-admission .plan-area .deco14{
    bottom: 45%;
  }

  .p-admission .flow-area .deco13 {
    top: 24%;
  }

  .p-admission .admission-mv {
    padding: 1em 0 15em;
    margin-top: 0;
  }

  .p-admission .admission-mv__inner,
  .p-admission .plan-box {
    display: block;
  }
  

  .p-admission .admission-mv__text h2 {
    font-size: 2.2rem;
  }

  .p-admission .admission-mv__photo {
    width: 100%;
  }

  .p-admission .admission-mv__text {
    width: 100%;
    padding: 5em 1em 0;
  }

  .p-admission .plan-area .c-ttl + .top-text {
    margin: 2em auto 5em;
  }

  .p-admission .plan-area .c-ttl + .top-text .ttl {
    margin-bottom: 1em;
  }

  .p-admission .plan-box .plan-ttl {
    font-size: 2.5rem;
  }

  .p-admission .plan-box {
    padding: 2.4em;
    margin: 0 auto 3em;
  }

  .p-admission .plan-box:last-child{
    margin-bottom: 0;
  }

  .p-admission .plan-box .plan-box-inner {
    display: block;
  }

  .p-admission .plan-table {
    margin-top: 2em;
  }

  .p-admission .plan-box .label {
    margin-bottom: 0.7em;
    padding: .4em 1em;
    font-size: 1.1rem;
  }

  .p-admission .plan-text {
    width: 100%;
  }

  .p-admission .flow-area{
    padding: 0;
  }

  .p-admission .flow-area .c-ttl + .top-text {
    margin-top: 2em;
  }

  .p-admission .flow-item {
    /*display: block;*/
  }

  .p-admission .flow-num {
    width: 32%;
  }

  .p-admission .flow-num img{
    max-width: 120px;
    width: 100%;
  }

  .p-admission .flow-item .text {
    width: 63%;
    margin-top: 0.8em;
  }

  .p-admission .flow-list {
    max-width: 931px;
    margin: 3em auto 4em;
  }
  
  .p-admission .plan-text .p-name::before {
    width: 22px;
    height: 28px;
    left: 0;
    top: 14px;
    transform: translate(0px, -50%);
  }

  .p-admission .plan-text .p-name {
    font-size: 1.8rem;
    padding-left: 1.9em;
  }


  .p-admission .table-box {
    width: 100%;
  }

  .p-admission .plan-table th, 
  .p-admission .plan-table td {
    font-size: 1.4rem;
  }

  .p-admission .plan-table .small {
    font-size: 1.2rem;
    margin-left: 0.1em;
  }

  .p-admission .plan-box .lower-note {
    display: block;
  }

  .p-admission .plan-box .lower-note .n-box{
    margin-bottom: 1em;
    padding-left: 2em;
  }

  .p-admission .plan-box .lower-note .n-box:last-child{
    margin-bottom: 0;
  }

  .p-admission .plan-box.plan01 .lower-note .n-box::before {
    width: 17px;
    height: 17px;
    top: 3px;
    transform: translate(0, 0%);
  }

  .p-admission .plan-box.plan02 .lower-note .n-box::before {
    width: 18px;
    height: 18px;
    top: 3px;
    transform: translate(0, 0%);
  }

  .p-admission .document-box {
    padding: 2em 1em;
  }

  .p-admission .admission-slide-area {
    padding: 1em 0 4em;
    top: -6em;
  }


  .p-admission .admission-news .s-blog-list {
    flex-direction: column;
  }

  .p-admission .admission-news .s-blog-list li {
    width: 100%;
  }

  .p-admission .admission-news {
    padding: 8em 0 6em;
  }
}


/* ==================================================
   お知らせ
================================================== */

.p-news .archive-wrap{
  padding: 0 0 7em;
  position: relative;
}

.p-news.archive .page-ttl {
  padding-bottom: 5em;
}

.p-news.archive .archive-wrap .deco01{
  right: 4%;
  bottom: 23%;
}

.p-news.archive .archive-wrap .deco11{
  left: 4%;
  top: 3%;
}

.p-news.p-single{
  background: url(../images/common/bg_common2.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}

.p-news.p-single .column-area{
  padding-bottom: 21em;
}

.p-news.p-single .deco01.first{
  right: 1%;
  top: 40%;
}

.p-news.p-single .deco01.second{
  bottom: 5%;
  left: -1%;
}

.p-news.p-single .deco02{
  right: -1%;
  bottom: 20%;
}

.p-news.p-single .deco03{
  left: 8%;
  bottom: 26%;
}

.p-news.p-single .deco04{
  right: 7%;
  top: 6%;
}

.p-news.p-single .deco11{
  top: 16%;
  left: 1%;
}

   

.p-news .news-nav{
  display: flex;
  justify-content: center;
  gap: 1%;
  margin-bottom: 7em;
}

.p-news .news-nav a{
  display: block;
  color: #000;
  background-color: #fff;
  padding: 0.2em 1em;
}

.p-news .news-nav a.is-active{
  color: #fff;
  background-color: #DE543A;
}


.cat-block span{
  margin-right: 0.5em;
  font-size: 1.2rem;
  padding: 0.4em 1em 0.5em;
  margin-bottom: 0.5em;
  background-color: transparent;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}


.s-blog-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.s-blog-list::after{
  content: '';
  display: block;
  width: 31%;
}

.s-blog-list li{
  width: 31%;
  margin-bottom: 5em;
}

.s-blog-list li a{
  color: #000;
  display: block;
  padding: 0 0 2em;
  position: relative;
}

.s-blog-list li a:hover:after{
  width: 100%;
  z-index: 2;
}

.s-blog-list li a .date-block{
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;
  margin-top: 0.5em;
}

.s-blog-list li a figure {
  margin: 0 0 1em;
  width: 100%;
  padding-top: 57.14%;
  overflow: hidden;
  position: relative;
}

.s-blog-list li a figure img{
  max-width: initial;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.s-blog-list li a figure .cat-block{
  position: absolute;
  z-index: 2;
  top: 8%;
  left: 5%;
}

.s-blog-list li a figure{
  overflow: hidden;
}

.s-blog-list li a figure img{
  display: block;
  transition-duration: 0.5s;
  width: 100%;
}

.s-blog-list li a:hover figure img{
  width: 105%;
  transition-duration: 0.5s;
}

.s-blog-list li a .upper-block{
  display: flex;
  gap: 4%;
  margin-bottom: 1em;
  align-items: center;
}

.p-news .admission-area{
  padding: 17em 0 0;
  background: url(../images/common/bg_common2.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.p-news .admission-area .deco01{
  left: -1%;
  bottom: -5%;
}

.p-news .admission-area .deco02{
  right: -1%;
  bottom: 22%;
}

.p-news .admission-area .deco03{
  left: 10%;
  bottom: 37%;
}

.p-news .admission-area .deco06{
  left: 30%;
  top: 15%;
}

.p-news .admission-area .deco07{
  right: 25%;
  top: 13%;
}

.p-news .admission-area .deco08{
  right: 11%;
  top: 48%;
}

.p-news .admission-area .deco13{
  right: -2%;
  top: 25%;
}

.p-news .admission-area .deco14{
  top: 9%;
  left: -3%;
}

.p-news .admission-area .admission-wrap{
  display: flex;
  justify-content: space-between;
  margin: 7em 0 16em;
}

.p-news .admission-area .admission-wrap .adm-block{
  background-color: #fff;
  display: block;
  border-radius: 20px;
  width: 48%;
  color: #000;
   padding: 3em 2.5em;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.p-news .admission-area .admission-wrap .adm-block:hover .btn{
  color: #B0DD64;
  background: #fff;
}

.p-news .admission-area .admission-wrap .adm-block .adm-label{
  background-color: #FF7958;
  font-size: 1.1rem;
  padding: 0.5em 1.3em;
  color: #fff;
  display: table;
}

.p-news .admission-area .admission-wrap .adm-block:hover{
  transform: translateY(-6px);
  opacity: 1;
}

.p-news .admission-area .admission-wrap .adm-block .adm-ttl{
  position: relative;
  font-size: 3.2rem;
  color: #5A4A41;
  padding-left: 1.5em;
  margin: 0.7em 0;
} 

.p-news .admission-area .admission-wrap .adm-block .adm-ttl::before{
  content: '';
  background: url(../images/common/icon_apple3.svg) no-repeat;
  width: 29px;
  height: 38px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.p-news .admission-area .admission-wrap .adm-block p{
  line-height: 2;
  margin-bottom: 1.8em;
}

@media screen and (max-width: 1200px) {

  .p-column {
    padding: 0 0 7em;
  }

  .news-list li a {
    display: block;
    padding: 1.5em 2em 1.5em 2em;
  }

  .news-list li a .upper-block {
    width: 100%;
    margin-bottom: 1em;
  }

  .news-list li a::before {
    width: 25px;
    height: 26px;
    background-size: contain;
  }

  .news-list li a .c-title {
    font-size: 1.4rem;
    width: 95%;
  }

  .p-news.p-single .column-area{
    padding-bottom: 5em;
  }


}

@media screen and (max-width: 768px) {

  .p-column .column-area{
    margin-top: 0em;
  }

  .p-column.p-single {
    padding-bottom: 5em;
  }

 


  .cat-block {
    font-size: 1.4rem;
  }

  .s-blog-list li a .img-box {
    margin: 0.3em 0 0.5em;
  }

  .s-blog-list li {
    width: 100%;
    margin-bottom: 2em;
  }

  .p-news.p-single .deco03 {
    left: 3%;
    bottom: 24%;
  }

  .p-news.p-single .deco04 {
    right: 6%;
    top: 4%;
  }

  .p-news .admission-area .deco14 {
    top: 13%;
  }

  .p-news .admission-area .deco06 {
    left: 8%;
    top: 5%;
  }

  .p-news .admission-area .deco07 {
    right: 4%;
    top: 6%;
  }

  .p-news.p-single .deco04 {
    right: 6%;
    top: 4%;
  }

  .p-news .admission-area {
    padding: 5em 0 0;
  }

  .p-news .admission-area .admission-wrap {
    display: block;
    margin: 4em 0 5em;
  }

  .p-news .admission-area .admission-wrap .adm-block {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1em;
    padding: 2em 1em;
  }

  .p-news .admission-area .admission-wrap .adm-block .adm-ttl {
    font-size: 2.2rem;
  }

  .p-news .admission-area .admission-wrap .adm-block .adm-ttl::before {
    width: 24px;
    height: 29px;
    left: 0;
    top: 0;
    transform: translate(0px, 0%);
  }

  .p-news.p-single .column-area {
    padding-bottom: 0em;
  }

}


/*個別*/



.kiji-wrap .blog-date{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
}

.kiji-wrap .blog-date .date{
  color: #595959;
  font-weight: 800;
  font-size: 1.5rem;
}

.kiji-wrap{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 4em;
  display: block;
}

.kiji-wrap .kiji-detail{
  text-align: center;
}

.kiji-wrap h1{
  position: relative;
  font-size: 3.3rem;
  margin: 1em 0;
  font-weight: 500;
}

.kiji-wrap .eyecatch{
  z-index: 1;
  position: relative;
  margin: 3em 0;
}

.kiji-wrap .eyecatch img{
  display: block;
  margin:0 auto;
  height: auto;
}

.kiji-wrap .kiji-box {
  padding: 0px 0 0;
  overflow: hidden;
  margin-top: 4em;
}

.kiji-wrap .kiji-box p{
  margin: 1.5em 0;
  line-height: 1.8;
}

.kiji-wrap .kiji-box h2{
  padding: 0.2em 0.5em 0.6em;
  border-bottom: 1px solid #EC6A45;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: 500;
  position: relative;
}

.kiji-wrap .kiji-box h3{
  padding: 0em 0 0 0.6em;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: 500;
  border-left: 7px solid #EC6A45;
}

.kiji-wrap .kiji-box h4{
  font-size: 1.8rem;
  padding: 0.5em 0em;
  margin-bottom: 1em;
  margin-top: 2em;
  position: relative;
  display: block;
  font-weight: 500;
}

.kiji-wrap .kiji-box img.aligncenter{
  display: block;
  margin: 1em auto;
} 



.kiji-wrap .kiji-box a{
  color: #000;
  text-decoration: underline;
}

.kiji-wrap .kiji-box a:hover{
  text-decoration: none;
}

.kiji-wrap .kiji-box ol{
  padding-left: 1.8em;
  margin-bottom: 0.5em!important;
}

.kiji-wrap .kiji-box ol li{
  list-style-type:decimal!important;
  
}

.kiji-wrap .kiji-box ul{
  padding-left: 1.8em;
  margin-bottom: 0.5em!important;
}

.kiji-wrap .kiji-box ul li{
  list-style-type: disc!important;
}

.kiji-wrap .column-profile{
  background: rgba(250, 248, 245, .53);
  padding: 2em 2em;
  font-size: 1.4rem;
  margin-top: 4em;
}

.kiji-wrap .column-profile .ttl{
  font-weight: bold;
}

.kiji-wrap .column-profile .p-name{
  font-size: 2rem;
  font-weight: bold;
  margin: 0.7em 0 0.2em;
}





@media screen and (max-width: 767px) {

  .kiji-wrap .blog-date-wrap {
    margin-top: 0.5em;
  }

  .kiji-wrap h1 {
    font-size: 2rem;
  }

  .kiji-wrap .kiji-box h2 {
    font-size: 1.8rem;
  }

  .kiji-wrap .kiji-box h2::before {
    left: 8px;
  }

  .kiji-wrap .kiji-box h3 {
    font-size: 1.6rem;
  }

  .kiji-wrap .kiji-box h4 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-weight: 500;
  }

  .p-blog .archive-wrap {
    padding: 3em 0 8em;
    margin: 2em 0 6em;
  }


  .p-single .blog-area {
    padding: 8em 0px 5em;
  }

  .p-blog .related-wrap {
    max-width: 100%;
    margin: 3em 0 0 auto;
  } 

  .kiji-wrap .kiji-box p{
    padding: 0 0em;
  }

  .kiji-wrap .kiji-box ul {
    margin-left: 0em;
  }

  .kiji-wrap .kiji-box ol {
    margin-left: 0em;
  }

  
}




/* ==================================================
    インタビュー
================================================== */

.interview-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.interview-list li{
  width: 48%;
  margin-bottom: 5em;
}

.interview-list li a .int-ttl{
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0.3em 0 1em;
}

.interview-list li a .int-company{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.4em;
}

.interview-list li a .int-wrapper{
  color: #9E9E9E;
  font-size: 1.4rem;
}

.interview-list li a{
  color: #000;
  display: block;
  padding: 0 0 2em;
  position: relative;
}

.interview-list li a figure {
  margin: 0 0 1em;
  width: 100%;
  padding-top: 67.14%;
  overflow: hidden;
  position: relative;
}

.interview-list li a figure img{
  max-width: initial;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.interview-list li a figure{
  overflow: hidden;
}

.interview-list li a figure img{
  display: block;
  transition-duration: 0.5s;
  width: 100%;
}

.interview-list li a:hover figure img{
  width: 103%;
  transition-duration: 0.5s;
}


/* 詳細 */

.p-column .int-info{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-column .int-info .left-box{
  width: 45%;
}

.p-column .int-info .left-box img{
  height: auto;
}

.p-column .int-info .right-box{
  width: 50%;
}

.p-column .int-info .right-box .ttl{
 font-size: 3rem;
 font-weight: bold;
} 

.p-column .int-info .right-box .int-logo{
  display: flex;
  margin: 2.5em 0 1em;
  align-items: center;
  gap: 4%;
}

.p-column .int-info .right-box .int-logo .logo-box{
  max-width: 200px;
}

.p-column .int-info .right-box .int-logo .logo-name{
  font-size: 2rem;
}

.p-column .int-info .right-box .int-detail{
  color: #9E9E9E;
}

.p-column .int-info .right-box .int-detail dl{
  display: flex;
  gap: 2%;
}

.p-column .int-info .right-box .int-detail dl a{
  color:#9E9E9E;
  text-decoration: underline;
}

.p-column .int-info .right-box .int-detail dl a:hover{
  text-decoration: none;
}

.int-gray-area{
  background-color: #F9F9F9;
  padding: 3em 3em;
}

.int-gray-area .gray-box{
  margin-bottom: 2.2em;
}

.int-gray-area .g-ttl{
  display: flex;
  gap: 2%;
  margin-bottom: 1.1em;
  align-items: flex-start;
}

.int-gray-area .g-ttl .g-blue{
  color: #257BFB;
  border: 1px solid #257BFB;
  text-align: center;
  padding: 0.3em 1em;
  font-weight: bold;
  border-radius: 52px;
  max-width: 181px;
  width: 100%;
  font-size: 1.4rem;
}

.int-gray-area .g-ttl .g-text{
  font-size: 2rem;
  font-weight: bold;
}

.int-gray-area .g-desc{
  display: flex;
  gap: 2%;
  justify-content: space-between;
}

.int-gray-area .g-desc.flex .desc-text{
  width: 72%;
}

.int-gray-area .g-desc.flex .desc-img{
  width: 25%;
}

@media screen and (max-width: 1025px) {

  .int-gray-area .g-ttl {
    display: block;
  }

  .int-gray-area .g-ttl .g-text {
    margin-top: 0.5em;
  }

  .p-column .int-info .right-box .ttl {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 767px) {

  .p-column .int-info {
    display: block;
  }

  .p-column .int-info .right-box .ttl {
    font-size: 2rem;
  }

  .p-column .int-info .right-box {
    width: 100%;
  }

  .p-column .int-info .left-box {
    width: 100%;
    margin-bottom: 2em;
  }

  .p-column .int-info .right-box .int-logo {
    display: block;
  }

  .p-column .int-info .right-box .int-logo .logo-name {
    font-size: 1.8rem;
  }

  .int-gray-area {
    padding: 2em 1.5em;
  }

  .int-gray-area .g-ttl .g-text {
    font-size: 1.8rem;
  }

  .int-gray-area .g-desc{
    display: block;
  }

  .int-gray-area .g-desc.flex .desc-text{
    width: 100%;
    margin-bottom: 1.3em;
  }

  .int-gray-area .g-desc.flex .desc-img{
    width: 100%;
  }

  .int-gray-area .g-desc.flex .desc-img img{
    display: block;
    margin: 0 auto;
  }

  .interview-list{
    display: block;
  }

  .interview-list li a .int-ttl {
    font-size: 1.8rem;
  }

  .interview-list li {
    width: 100%;
    margin-bottom: 2em;
  }

}

/* ==================================================
    お問い合わせ
================================================== */


.p-contact{
  position: relative;
}

.p-contact .contphone-area{
  padding:8em 0 13em;
}

.p-contact .contact-box{
  background-color: #FDFAF4;
  max-width: 850px;
  width: 100%;
  margin: 0 auto 6em;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 4em 1em;
}

.p-contact .contact-box .c-heading{
  font-size: 3rem;
}

.p-contact .contact-box .c-tel{
  color: #23785A;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
  margin: 0.2em 0 0.4em;
}

.p-contact .contact-box .c-tel a{
  font-size: 3.6rem;
   color: #23785A;
}

.p-contact .contphone-area .top-text{
  font-size: 1.6rem;
  max-width: 850px;
  width: 100%;
  margin: 0 auto 7em;
  line-height: 1.8;
}

.p-contact .contphone-area .top-text .c-ttl{
  margin-bottom: 1.2em;
}

.p-contact .cform-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 5em;
}

.p-contact .cform-wrap .w-left{
  width: 27%;
}

.p-contact .cform-wrap .w-left .document-list .c-heading,
.p-contact .cform-wrap .w-left .faq-list .c-heading{
  font-size: 2rem;
  margin-bottom: 0.8em;
  font-weight: 500;
}

.p-contact .cform-wrap .w-left .document-list li,
.p-contact .cform-wrap .w-left .faq-list li{
  margin-bottom: 0.8em;
}

.p-contact .cform-wrap .w-left .document-list li,
.p-contact .cform-wrap .w-left .faq-list li a{
  position: relative;
  color: #000;
  padding-left: 1.2em;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-contact .cform-wrap .w-left .document-list li::before,
.p-contact .cform-wrap .w-left .faq-list li a::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 7px;
}

.p-contact .cform-wrap .w-left .side-banner{
  margin-top: 6em;
}

.p-contact .cform-wrap .w-left .side-banner a{
  display: block;
}

.p-contact .cform-wrap .w-left .side-banner a.hvr{
  display: block;
  transition: transform 0.55s cubic-bezier(.34, 1.56, .64, 1);
  margin-top: 1em;
}

.p-contact .cform-wrap .w-left .side-banner a.hvr:hover{
  transform: translateY(-6px);
  opacity: 1;
}

.p-contact .cform-wrap .w-right{
  width: 65%;
}
  
.c-form {
  max-width: 100%;
  width: 100%;
}
  
.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.c-form select,
.c-form textarea {
  background-color:#E3EAEC;
  font-size: 1.4rem;
  padding: 11px 13px;
}
  
.c-form input[type="text"] {
  width: 60%;
}
  
.c-form .required {
  font-size: 1.3rem;
  color: #41A884;
  font-weight: 500;
  margin-left: 0.3em;
  line-height: 2;
  float: right;
  border: 1px solid #41A884;
  border-radius: 24px;
  padding: 0.2em 1.5em;
}

.c-form table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: fixed;
}
  
.c-form table td {
  font-size: 1.4rem;
  padding: 1.5em 1.5em;
  font-weight: normal;
  color:#000 ;
}
  
.c-form table th {
  width: 305px;
  text-align: left;
  font-size: 1.6rem;
  padding: 2em 1em;
  vertical-align: top;
}

.c-form table th p{
  font-weight: 500;
}


.c-form .select-wrap{
  width: 72%;
  position: relative;
}
  
.c-form .select-wrap:after {
  content: '';
  top: 50%;
  right: 20px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 7px solid #3D3D3D;
  position: absolute;
  transform: rotate(90deg) translate(0,-50%);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}

.c-form .select-wrap select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
  
.c-btn-box{
  margin: 60px auto 0;
  position: relative;
  max-width: 157px;
}

.c-btn-box .wpcf7-spinner{
  position: absolute;
}
 
.c-btn-box::before{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:157px;
  height:2px;
  background:#2f7f66;
  z-index: 1;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform .3s ease;
}

/* hover用の線（あとから出てくるやつ） */
.c-btn-box::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:157px;
  height:2px;
  background: linear-gradient(
    90deg,
    #2f7f66 0%,
    #2f7f66 40%,
    #5BAD90 50%,
    #4fb28f 100%
  );

  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease .2s; /* ←少し遅らせる */
}

.c-btn-box:hover::before{
  transform: scaleX(0); /* ←まず消える */
  transform-origin: right;
}

.c-btn-box:hover::after{
  transform: scaleX(1); /* ←そのあと出る */
}

.c-btn-box .btn-c{ 
  max-width: 240px;
  width: 100%;
  padding: 1.3em 1em 1em 2em;
  text-align: left;
  background-color: transparent;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  display: block;
  color: #23785A;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-family:  "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif !important;
}

.c-form input[type="submit"]:hover {
  opacity: 1;
}

.c-btn-box .circle{
  position:absolute;
  right: -17%;
  top: 69%;
  width:72px;
  height:72px;
  background:#CDEBE1;
  border-radius:50%;
  transform:translateY(-50%) scale(1);
  transition:transform .5s ease;
  z-index: -1;
}

.c-btn-box:hover .circle{
  transform:translateY(-50%) scale(1.2);
}

.p-contact ::placeholder {
  color: #D2D2D2;
}
  /* 旧Edge対応 */
.p-contact ::-ms-input-placeholder {
  color: #D2D2D2;
}
  /* IE対応 */
.p-contact :-ms-input-placeholder {
    color: #D2D2D2;
}
  
.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .c-form select, .c-form textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  padding: 1em 0.6em;
  background-color: #fff;
  border: 1px solid #41A884;
  border-radius: 4px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.6rem;
}
  
input[type=text], input[type=number], input[type=email], input[type=tel], textarea, .input-text, .state_select {
  box-shadow: none!important;
}

.t-archive {
  width: 100%;
  position: relative;
  margin-top: .8em;
}

.t-archive select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.t-archive:after {
  content: '';
  position: absolute;
  top: 23px;
  right: 24px;
  transform: translate(0, -50%);
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 5px solid transparent;
  border-left: 7px solid #41A884;
   -webkit-transform: rotate(90deg);
  transform: rotate(90deg) translate(0, -50%);
}

.c-form .t-archive {
  width: 75%;
}

.c-form .t-archive select{
  width: 100%;
}

.c-form textarea{
  height: 141px;
  width: 100%;
}

.p-contact .cform-wrap .tab-only{
  display: none;
}


.c-form input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.c-form .wpcf7-list-item.first {
  margin-left: 0;
}

.c-form span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.c-form span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #41A884;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.c-form span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #41A884;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

@media screen and (max-width:1025px) {

  .p-contact{
    position: relative;
  }

  .p-contact .contphone-area .top-text.download{
    font-size: 1.4rem;
    margin: 0 auto 4em;
  }

  .p-contact .contphone-area {
    padding: 4em 0 7em;
  }

  .p-contact .contact-box .c-heading {
    font-size: 2.4rem;
  }

  .p-contact .contphone-area .top-text .c-ttl {
    margin-bottom: 0.5em;
  }

  .p-contact .cform-wrap{
    display: block;
    margin-top: 3em;
  }

  .p-contact .contphone-area .top-text {
    font-size: 1.4rem;
    margin: 0 0 2em;
  }

  .p-contact .contact-box {
    font-size: 1.4rem;
  }

  .p-contact .cform-wrap .w-right {
    width: 100%;
  }

  .c-form table th {
    width: 253px;
  }

  .c-form .wpcf7-list-item {
    display: block;
    margin: 0.5em 0;
  }

  .c-btn-box .btn-c {
    padding: 1.3em 1em 0.5em 2em;
  }

  .c-btn-box .circle{
    position:absolute;
    right: -17%;
    top: 69%;
    width:57px;
    height:57px;
  }

  

}
  
@media screen and (max-width:768px) {

  .p-contact .contphone-area{
    padding: 2em 0 8em;
  }

  .c-form table tr.block th, .c-form table tr.block td {
    display: block;
    width: 100%;
  }

  .p-contact .contact-box {
    margin: 0 auto 6em;
    padding: 3em 1em;
  }

  .p-contact .contact-box .c-heading {
    font-size: 2rem;
  }

  .p-contact .contact-box .c-tel {
    font-size: 2rem;
  }

 .p-contact .contact-box .c-tel a {
    font-size: 2.6rem;
 }
  
  .p-contact .contact-wrap {
    padding: 0em 0 4em;
  }
  
  .c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .c-form select, .c-form textarea {
    width: 100%;
  }
  
  .c-form {
    margin-top: 1em;
  }
  
  .c-form table th {
    padding: 1em 0em 1.1em;
  }
  
  .c-form table td{
    padding: 0em 0em 1em;
  }
  
  .c-form table tbody,
  .c-form table tr,
  .c-form table th,
  .c-form table td {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
  }

  .c-form .time-wrap .time-block {
    width: 27%;
  }
  
  .c-form .namae td span {
    width: 68%;
    font-size: 1.4rem;
  }
  
  .c-form .z-date{
    width: 100%;
    margin-bottom: 1em;
  }
  
  .c-form .name-wrap {
    width: 100%;
  }
  
  .c-btn-box{
    margin: 30px auto 0;
  }
  
  .c-btn-box .btn{
    font-size: 1.4rem;
  }
  
  .c-form .select-wrap {
    width: 100%;
  }
  
  .c-form textarea {
     width: 100%;
  }
  
  .c-form .phone-wrap input{
    width: 100%!important;
  }
    
  .c-form .file-wrap input{
    width: 100%!important;
  }
  
  .c-form .name-wrap .name-box {
    width: 49%;
  }
  
  .c-form .zip-wrap input {
    width: 39%!important;
  }

  .c-form .t-archive {
    width: 100%;
  }

  .c-form .wpcf7-list-item{
    margin: 0.5em 0;
  }

  .c-form span.wpcf7-list-item-label::before {
    width: 22px;
    height: 22px;
  }

  .c-form span.wpcf7-list-item-label::after {
    left: 5px;
  }
}



/* ==================================================
   よくあるご質問
================================================== */

.p-faq{
  position: relative;
}

.p-faq .faq-area{
  padding: 8em 0 7em;
}

.p-faq .top-text{
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
}

.p-faq .faq-wrap{
  margin: 0em 0 7em;
}

.faq-contents{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.faq-block{
  margin-bottom: 11em;
}

.faq-block:last-child{
  margin-bottom: 0;
}

.faq-block .faq-cat{
  position: relative;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 2em;
  color: #41A884;
  font-family: "Open Sans", sans-serif;
}

.faq-box{
  margin-bottom: 1.4em;
  border-radius: 40px;
  border: 1px solid #41A884;
  background-color: #fff;
}

.faq-box:last-child{
  margin-bottom: 0em;
}

.faq-block .faq-list {
  padding: 0 2em;
}

.box-f.question{
  padding: 1.5em 2em;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
}


.box-f.question.open::before{
  transform: translate(0, -50%) rotate(90deg);
}

.box-f.answer .desc,
.box-f.question .desc{
  display: flex;
}

.box-f.answer .desc{
  line-height: 1.8;
}

.box-f.answer .en,
.box-f.question .en{
  font-size: 2.9rem;
  margin-right: 1em;
  font-weight: 500;
  color: #41A884;
  line-height: 1;
}

.box-f.answer{
  font-size: 1.6rem;
  padding: 1.5em 2em;
  display: none;
  position: relative;
}

.box-f.answer::before{
  content: '';
  width: 96%;
  height: 1px;
  left: 50%;
  top: 0;
  background-color: #F2F0EC;
  transform: translate(-50%, 0);
  position: absolute;
}

.box-f.question:after {
  content: "＋";
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: 300;
  color: #41A884;
}

.box-f.question.open:after {
  content: "－"
}



@media screen and (max-width:1200px) {


  .p-faq .faq-area {
    padding: 3em 0 2em;
  }

  .p-faq .top-text{
    font-size: 1.6rem;
  }



  .p-faq .faq-block .faq-cat {
    font-size: 1.8rem;
  }

  .faq-block .faq-cat::before {
    top: 32px;
  }

  
  .box-f.answer{
    font-size: 1.4rem;
  }
  
}

@media screen and (max-width:1070px) {

  .p-faq .faq-nav a {
    font-size: 1.6rem;
  }

  .p-faq .top-text {
    font-size: 1.6rem;
  }

  .p-faq .faq-nav a::before {
    right: -10px;
  }

  .p-faq .faq-block {
    margin-bottom: 7em;
  }

  .p-faq .faq-block .faq-cat {
    font-size: 1.6rem;
  }

  .box-f.question::before {
    width: 25px;
    height: 25px;
  }

  .faq-wrap {
    margin: 0em 0 7em;
  }

}

@media screen and (max-width:768px) {

  .p-faq {
    padding: 2em 0 6em;
  }

  .p-faq .top-text {
    font-size: 1.4rem;
  }

  .p-faq .faq-area{
    padding: 0 0 0em;
  }

  .p-faq .faq-nav {
    margin-bottom: 3em;
    justify-content: space-between;
  }

  .p-faq .faq-wrap {
    margin: 3em 0 4em;
  }

  .p-faq .faq-nav a {
    width: 48%;
    font-size: 1.4rem;
  }

  .p-faq .faq-nav a::before {
    width: 1px;
    height: 17px;
    top: 50%;
    right: -12px;
  }

  .p-faq .faq-nav a:nth-child(2n)::before{
    content: none;
  }

  .p-faq .box-f.question::before {
    width: 18px;
    height: 18px;
    right: 8px;
  }

  .box-f.answer {
    font-size: 1.4rem;
  }

  .faq-block {
    display: block;
    margin-bottom: 4em;
  }
  

  .p-faq .faq-block .faq-cat {
    width: 100%;
    margin-bottom: 1em;
  }

  .p-faq .faq-block .faq-list {
    width: 100%;
    padding: 0;
  }

  .box-f.question {
    font-size: 1.4rem;
    padding: 1.3em 4em 1.3em 2em;
  }

  .p-faq .faq-box {
    margin-bottom: 1em;
  }

  .box-f.answer .en ,
  .box-f.question .en {
    margin-right: 0.5em;
    font-size: 2rem;
  }

  .box-f.answer .desc {
    padding: 0em;
  }

  .banner-wrapper {
    display: block;
  }

  .banner-wrapper a {
    width: 100%;
  }

  .banner-wrapper a:first-child{
    margin-bottom: 1em;
  }


}

  


/* ==================================================
   プライバシーポリシー
================================================== */

.p-privacy{
  position: relative;
  background: url(../images/common/bg_common.jpg) no-repeat;
}

.p-privacy .deco01.first{
  right: 2%;
  top: 36%;
}

.p-privacy .deco01.second{
  left: -2%;
  bottom: 12%;
}

.p-privacy .deco02{
  right: -2%;
  bottom: 20%;
}

.p-privacy .deco03{
  left: 9%;
  bottom: 26%;
}

.p-privacy .deco11{
  top: 18%;
  left: 1%;

}

.p-privacy .privacy-area{
  padding: 0em 0 5em;
}

.p-privacy .privacy-wrap{
  padding: 0 0 10em;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.p-privacy .privacy-wrap .top-text{
  margin-bottom: 6em;
  line-height: 1.8;
}

.p-privacy .privacy-wrap .priv-box{
  margin-bottom: 4em;
}

.p-privacy .privacy-wrap .priv-box:last-child{
  margin-bottom: 0;
}

.p-privacy .privacy-wrap .priv-box .priv-ttl{
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.p-privacy .privacy-wrap .priv-box .priv-ttl .num{
  width: 100%;
  color: #6F2812;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  margin-right: 1em;
  background: url(../images/common/icon_apple2.svg) no-repeat;
  background-size: cover;
  max-width: 62px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.3em;
}

.p-privacy .privacy-wrap .priv-box .priv-desc{
  margin-top: 1em;
  word-break: break-all;
  padding-left: 6.5em;
  line-height: 1.8;
}

.p-privacy .privacy-wrap .priv-box .priv-desc a{
  color: #000;
  text-decoration: underline;
}

.p-privacy .privacy-wrap .priv-box .priv-desc a:hover{
  text-decoration: none;
}

.p-privacy .privacy-wrap .priv-box .priv-desc ul li{
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}

.p-privacy .privacy-wrap .priv-box .priv-desc ul{
  margin-bottom: 1em;
  margin-top: 1em;
}

.p-privacy .privacy-wrap .priv-box .priv-desc ul li::before{
  content: '';
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 7px;
}

@media screen and (max-width: 1025px) {

  .p-privacy .privacy-wrap .top-text {
    margin-bottom: 4em;
  }

  .p-privacy .privacy-area {
    padding: 3em 0 1em;
  }
}

@media screen and (max-width: 767px) {

  .p-privacy .deco03 {
    left: 8%;
    bottom: auto;
    top: 2%;
  }

  .p-privacy .privacy-area {
    padding: 2em 0 2em;
  }

  .p-privacy .privacy-wrap{
    padding: 0 0 5em;
  }

  .p-privacy .privacy-wrap .priv-box .priv-ttl .num {
    max-width: 47px;
    height: 51px;
    font-size: 1.8rem;
    margin-right: 0.9em;
  }

  .p-privacy .privacy-wrap .priv-box .priv-ttl {
    font-size: 1.6rem;
  }

  .p-privacy .privacy-wrap .priv-box .priv-desc {
    padding-left: 0em;
  }
}


/* ==================================================
   サイトマップ
================================================== */

.p-sitemap {
  position: relative;
  background: url(../images/sitemap/bg_img.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
}

.p-sitemap .deco01{
  right: 1%;
  top: 9%;
}

.p-sitemap .deco02{
  bottom: -2%;
  right: 1%;
}

.p-sitemap .deco03{
  left: 21%;
  top: 15%;
}

.p-sitemap .deco11{
  bottom: 25%;
  left: 1%;
}

.p-sitemap .sitemap-area{
  padding: 0 0 10em;
}

.p-sitemap .sitemap-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

.p-sitemap .sitemap-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-sitemap .sitemap-col  a {
  display: block;
}

.p-sitemap .sitemap-col > a:first-child,
.p-sitemap .sitemap-col > a.not-first {
  margin-bottom: 10px;
  color: #222;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-sitemap .sitemap-col > a.not-first {
  padding-left: 0;
}

.p-sitemap .sitemap-col > a.not-first::before {
  display: none;
}

.p-sitemap .sitemap-col .s-child{
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
}

.p-sitemap .sitemap-col .s-child a {
  position: relative;
  padding-left: 1.4em;
  color: #000;
  font-size: 1.4rem;
  display: block;
  width: 100%;
}

.p-sitemap .sitemap-col .s-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {

  .p-sitemap .deco03 {
    left: 6%;
    top: 6%;
  }

  .p-sitemap .sitemap-area {
    padding: 4em 0 4em;
  }

  .p-sitemap .sitemap-list {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .p-sitemap .sitemap-col {
    gap: 8px;
  }

  .p-sitemap .sitemap-col .s-child {
    gap: 15px;
    grid-template-columns: 1fr;
  }

  .p-sitemap .sitemap-col .s-child a {
    padding-left: 1.2em;
  }

  .p-sitemap .sitemap-col .s-child a::before {
    width: 4px;
    height: 4px;
  }

}



/* ==================================================
   404エラー
================================================== */

.p-error .inner{
  padding-top: 4em;
  padding-bottom: 4em;
  text-align: center;
}

.p-error .inner .btn{
  margin: 2em auto 0;
}
