@charset "UTF-8";
/* CSS Document */

html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  color: #804E21;

  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;

  font-family: "M PLUS 1p", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 2.0em;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
}

/* RESET */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked+label {
  background: #ff0000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

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

img,
figure,
figcaption {
  border: 0;
  vertical-align: top;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #804E21;
  text-decoration: none;
  display: inline-block;
}

p {}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  width: 100%;
  border: none;
}

tbody {
  border-top: 0px;
}

th,
tbody th {
  padding-right: 0em;
  border-bottom: none;
}

input {
  -webkit-appearance: none;
}

.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

/*　#Header */
#Header .Logo a,
#Header .Logo a img,
#Footer .Logo a,
#Footer .Logo a img {
  display: block;
}

@media screen and (max-width: 1213px) {
  #Header {
    background: #FFFFFF;
  }
}

#Header .Logo a {
  max-width: 50vw;
}

#Header .Logo {
  padding: 8px 5.33%;
}

#NavWrap .Nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#NavWrap a {
  font-weight: 700;
}

#NavWrap a.current:not(.nocurrent) {
  color: #ec79a0;
}

.btnContact a {
  color: #FFFFFF;
  font-weight: 700;
}

/* FOOTER */
/* FOOTER */
#Footer {
  background: #faf9f8;
}

#Footer .fWrap {
  padding: 56px 0 24px 0;
  overflow: hidden;
}

#Footer .fWrap>.inner {}

#Footer .logoWrap>*:not(:last-child) {
  margin-bottom: 32px;
}

#Footer .Logo a {
  max-width: 50vw;
}

#Footer .fAddress {
  grid-gap: 24px 120px;
}

#Footer .fMenu ul a {
  font-weight: 700;
}

#Footer .Copy {
  color: #804E21;
  width: 100%;
  font-size: clamp(1.0rem, 1.4vw, 1.4rem);
  line-height: 1.5em;
  text-align: center;
}

/* CONTENT */
.inner {
  padding: 0 5.33%;
}

main section:not(.Head):not(.full) {
  padding: 56px 0;
}

main section:not(.Head):not(.full).bottom {
  padding-bottom: 24px;
}


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

  .pc {
    display: none !important;
  }

  .sp {
    display: inline !important;
  }

  /* FOOTER */
  #Footer .fWrap>.flex>*:not(:last-child) {
    margin-bottom: 40px;
  }

  #Footer .fAddress {}

  #Footer .fMenu {
    border: #C8C8C8 1px solid;
    border-left: none;
    border-right: none;
    padding: 32px 0;
  }

  #Footer .fMenu ul>li:not(:last-child) {
    margin-bottom: 16px;
  }

}


/*PC
-------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {

  a,
  a:hover,
  a *,
  a:hover *,
  a::before,
  a:hover::before,
  a::after,
  a:hover::after,
  .slick-arrow {
    transition: border 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
  }

  a:hover {
    color: #ec79a0;
  }

  a:hover img {
    opacity: 0.6;
  }

  /*　HEADER　*/
  .btnContact a:hover {}

  /* FOOTER */
  #Footer .fWrap {
    padding: 96px 0 32px 0;
  }

  #Footer .fWrap>.inner {
    grid-gap: 80px;
  }

  #Footer .Logo a {
    max-width: 370px;
    display: block;
  }

  #Footer .fMenu {
    border-left: #C8C8C8 1px solid;
    padding-left: 80px;
  }

  #Footer .fMenu ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    grid-gap: 1.0em 3.0em;
  }

  #Footer .Copy {
    text-align: left;
  }

  /* CONTENT */
  main section:not(.Head):not(.full) {
    padding: 136px 0;
  }

  main section:not(.Head):not(.full).bottom {
    padding-bottom: 40px;
  }

  .inner {
    max-width: 1062px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
  }

}


/*NAV
-------------------------------------------------------*/
@media screen and (max-width: 1213px) {

  /*　HEADER　*/
  #Header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
  }

  #Header .Logo {
    z-index: 100;
  }

  #Header .Logo a {
    height: 44px;
    display: flex;
    align-items: center;
  }

  #Header .Logo a img {
    width: auto;
    max-height: 100%;
  }

  #NavWrap nav {
    background: #ffffff;
    width: 100%;
    height: 100%;
    padding: 32px 5.33%;
    padding-top: 80px;
    pointer-events: none;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: -99;
    opacity: 0;
  }

  #NavWrap.open nav {
    pointer-events: all;
    /*transition: all 0s;*/
    z-index: 99;
    opacity: 1;
  }

  #NavWrap nav>*:not(:last-child) {
    margin-bottom: 20px;
  }

  #NavWrap .Nav ul {
    flex-direction: column;
  }

  #NavWrap .Nav ul>*:not(:last-child) {
    margin-bottom: 8px;
  }

  #NavWrap .Nav a,
  #NavWrap .btnContact a {
    min-height: 32px;
    padding: 16px 8px;
    font-size: 1.6rem;
    text-align: center;
    display: block;
  }

  #NavWrap .btnContact a {}

  .Toggle {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }

  .Toggle span {
    background: #EC79A0;
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    left: 10px;
    border-radius: 4px;
    transition: all 0.5s;
  }

  .Toggle span:nth-child(1) {
    top: 14px;
  }

  .Toggle span:nth-child(2) {
    top: 24px;
  }

  .Toggle span:nth-child(3) {
    bottom: 14px;
  }

  .open .Toggle span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }

  .open .Toggle span:nth-child(2) {
    opacity: 0;
  }

  .open .Toggle span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }

  #Header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
  }

}

@media print,
screen and (min-width: 1214px) {

  /*　HEADER　*/
  #Header {
    align-items: stretch;
  }

  #Header .Logo {
    padding: 0;
    margin-left: -3%;
  }

  #Header .Logo a {
    max-width: 370px;
  }

  #NavWrap {}

  #NavWrap a.current:not(.nocurrent)::after {
    content: '';
    background: #0067CE;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  #NavWrap .Nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  #NavWrap nav {
    height: 100%;
    align-items: center;
  }

  #NavWrap .Nav ul>li {
    margin-right: 3.0em;
  }

  #NavWrap .Nav a,
  #NavWrap .btnContact a {
    line-height: 24px;
  }

  #NavWrap .btnContact a {
    min-width: 150px;
    text-align: center;

    margin-left: 32px;
  }

}

@media print,
screen and (min-width: 1100px) {

  #NavWrap {}

}

/* Header */
@media (min-width: 1214px) {
  #Header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 98;
  }

  .header-inner {
    max-width: 1330px;
    background: white;
    border-radius: 56px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 4.06%;
    overflow: hidden;
    top: 30px;
  }
}

.header-btn-flex {
  display: flex;
  gap: 14px;
}

@media (max-width: 1213px) {
  .header-btn-flex {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
    /* display: block; */
    /* margin: 30px 0 0; */
  }

  .header-btn-flex .top-btn {
    /* margin: 16px auto 0; */
  }

  .header-btn-flex a {}
}

.header-btn-flex .top-btn {
  width: 120px;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .header-btn-flex .top-btn {
    width: 100px;
    margin-left: 10px;
  }
}

/* ボタン */
.top-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  max-width: 140px;
  width: 100%;
  min-height: 36px;
  padding: 6px 20px;
  border-radius: 40px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.top-btn.recruit-btn {
  background-color: #804E21;
  border: 1px solid #804E21;
}

.top-btn.recruit-btn:hover {
  background-color: white;
  color: #804E21;
}

.top-btn.contact-btn {
  background-color: #EC79A0;
  border: 1px solid #EC79A0;
}

.top-btn.contact-btn:hover {
  background-color: white;
  color: #EC79A0;
}

@media (max-width: 1213px) {
  .header-btn-flex img {
    margin-top: 5px;
  }
}

.recruit-btn:hover img {
  content: url("../images/common/schedule_hover.svg");
}

.contact-btn:hover img {
  content: url("../images/common/mail_hover.svg");
}

/* Footer */
#Footer .mapWrap {
  padding-top: 0;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #Footer .mapWrap {
    padding-top: 0;
    height: 60vw;
  }
}

@media print,
screen and (min-width: 768px) {
  #Footer .mapWrap iframe {
    height: calc(300px + 300px);
  }
}

@media print,
screen and (min-width: 768px) {
  #Footer .mapWrap {
    width: 100%;
  }
}

@media print,
screen and (min-width: 768px) {
  #Footer .mapWrap {
    max-height: 735px;
  }
}

@media print,
screen and (min-width: 768px) {
  #Footer .fMenu {
    border-left: none;
    padding-left: 0;
    width: 50%;
  }
}

.fNav li::before {
  content: "・";
  margin-right: 5px;
}

/* 250403追加分 */


.curriculum-gallery {
  margin-top: 60px;
}

.curriculum-gallery .curriculum-flow-headline {
  text-align: center;
}

/* カリキュラム - 活動予定PDF */
.curriculum-schedule {
  margin: 60px auto 0;
  text-align: center;
}

.curriculum-schedule a {
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .curriculum-schedule {
    margin-top: 30px;
  }
}

/* カリキュラム - 活動スライド */
.top-slider {
  width: 100%;
  height: 100%;
}

.top-slider li {
  width: calc(100% / 3);
}

.top-slider img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.curriculum-slide-cont {
  margin-top: 50px;
}

.curriculum-slide-cont:first-of-type {
  margin-top: 80px;
}

.curriculum-slide-cont .sub-headline {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #f0844a;
  margin-right: 20px;
}

.curriculum-zoom-txt {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .curriculum-zoom-txt {
    display: block;
  }
}

.curriculum-slid-button-wrap {
  position: relative;
  margin-bottom: 15px;
  padding-right: 55px;
}

.curriculum-slid-button-wrap .slider-arrow {
  position: absolute;
  top: 0;
  width: 21px;
  height: 21px;
  background-color: #1eb698;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  cursor: pointer;
}

.curriculum-slid-button-wrap .slider-arrow.slider-prev {
  right: 27px;
  background-image: url(/images/service/arrow_prev.png);
}

.curriculum-slid-button-wrap .slider-arrow.slider-next {
  right: 0;
  background-image: url(/images/service/arrow_next.png);
}

.curriculum-zoom-txt {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}

.curriculum-zoom-txt:before {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 19px;
  background: url(/images/service/deco_zoom.png) no-repeat;
  background-size: contain;
}

.curriculum-slide .slick-list {
  margin-right: -20px;
  /* ガター分ネガティブマージン */
}

.curriculum-slide .slick-slide {
  margin-right: 20px;
  /* ガター */
}

.curriculum-gallery {
  font-size: 12px;
}

/* .curriculum-slide-img {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 100%;
}

.curriculum-slide-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
} */

.curriculum-slid-button-wrap .slider-arrow {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #ec7aa0;
}

.curriculum-slid-button-wrap .slider-arrow.slider-prev {
  right: 38px;
}

.curriculum-slide .slick-list {
  margin-right: -20px;
}

.curriculum-slide .slick-slide p {
  text-align: center;
  font-size: 15px;
}

/* カリキュラム - 折りたたみ */
.curriculum-accordion>.toggle {
  display: none;
}

.curriculum-accordion {
  position: relative;
  margin-bottom: 1.5em;
}

.curriculum-accordion .title,
.curriculum-accordion .accordion-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.curriculum-slid-button-wrap {
  margin-top: 1.5em;
}

.curriculum-accordion .title {
  border: solid 1px #ec7aa0;
  padding: 1em 1em 1.2em;
  display: block;
  color: #804E21;
  border-radius: 10px;
  line-height: 100%;
  font-size: 24px;
  font-weight: bold;
}

.curriculum-accordion .title::after,
.curriculum-accordion .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #814e21;
  transition: all 0.3s;
}

.curriculum-accordion .title::after {
  transform: rotate(90deg);
}

.curriculum-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
}

.curriculum-accordion>.toggle:checked+.title+.accordion-content {
  max-height: 500px;
  transition: all 1.5s;
}

.curriculum-accordion>.toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

.curriculum-slide-img {
  width: calc(100% - 10px);
  overflow: hidden;
  border-radius: 10px;
}

.curriculum-event-list li {
  position: relative;
}

.curriculum-event-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.curriculum-event-list li a::after {
  content: " ";
  position: absolute;
  top: 75%;
  left: 44px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

@media only screen and (max-width: 767px) {
  .curriculum-event-list li a::after {
    position: absolute;
    top: 23px;
    left: auto;
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .curriculum-accordion .title {
    font-size: 1.6rem;
  }
}

