@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Yellowtail&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
/* CSS Document */
html,
body,
main,
nav,
section,
article,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
input,
textarea,
button,
figure,
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span {
  font-weight: inherit;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

a {
  text-decoration: none;
}

address,
cite {
  font-style: normal;
}

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

em {
  font-weight: normal;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*iOS*/
/* iOSでのデフォルトスタイルをリセット */
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;
}

.font-sawarabi {
  font-family: "Sawarabi Gothic", sans-serif;
}

.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-bold2 {
  font-weight: 900;
}

/* 共通スタイル ==================================================*/
html {
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding: 88px;
}

body {
  position: relative;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #352209;
  overflow-x: hidden;
  overflow-y: auto;
  background-image: url(../img/back_main.jpg);
  background-repeat: repeat;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.9333333333rem + 0.5555555556vw, 1.6rem);
}

main {
  position: relative;
  padding-bottom: 22vw;
}
main::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 22.3vw;
  height: 430px;
  max-height: 430px;
  left: 0;
  bottom: -1px;
  background-image: url(../img/back_footer.jpg);
  background-position: center bottom;
  background-size: auto;
  mask-image: url(../img/leaves_footer.svg);
  mask-position: center bottom;
  mask-size: 750px auto;
  mask-repeat: no-repeat;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  main::after {
    /*TB*/
    mask-size: contain;
  }
}

p {
  line-height: 1.8em;
  font-weight: 500;
}

strong {
  font-weight: inherit;
}

.t-red {
  color: #dd4d05;
}

img {
  max-width: 100%;
  pointer-events: none;
}

.cover_1400 {
  position: relative;
  width: 94%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  .cover_1400 {
    /*TB*/
    max-width: 1400px;
  }
}

.cover_1200 {
  position: relative;
  width: 94%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  .cover_1200 {
    /*TB*/
    max-width: 1200px;
  }
}

.cover_1024 {
  position: relative;
  width: 94%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  .cover_1024 {
    /*TB*/
    max-width: 1024px;
  }
}

.cover_900 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  .cover_900 {
    /*TB*/
    max-width: 900px;
  }
}

a {
  color: inherit;
  font-weight: inherit;
  /*マウスオーバー切り替え秒数*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a::before, a::after {
  transition: 0.3s;
}
a:hover img {
  opacity: 0.7;
  /*マウスオーバー切り替え秒数*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    /*TB*/
    pointer-events: none;
  }
}

/* メインコンテンツ ================================================== */
.section {
  position: relative;
  padding: 6rem 0;
}
@media print, screen and (min-width: 1200px) {
  .section {
    /*TB*/
    padding: 10rem 0;
  }
  .toppage .section {
    padding: 14rem 0;
  }
}

.sp-none {
  display: none;
}

@media print, screen and (min-width: 768px) {
  /*TB*/
  .sp-none {
    display: inherit;
  }
  .sp-only {
    display: none;
  }
}
.commingsoon {
  padding: 10vw 0;
}
.commingsoon p {
  font-size: clamp(1.6rem, 0rem + 3.3333333333vw, 4rem);
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
}

.contents-header {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: max(260px, 100vh);
}
.contents-header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(53, 34, 9, 0.15);
}
@media print, screen and (min-width: 1200px) {
  .contents-header {
    /*TB*/
  }
}
.contents-header h1 {
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
  font-size: 3.6rem;
  font-size: clamp(2.2rem, 0.0666666667rem + 4.4444444444vw, 5.4rem);
  color: #FFF;
  text-shadow: 0.5rem 0.7rem 1rem rgba(53, 34, 9, 0.75);
  position: absolute;
  top: 60%;
  left: 66%;
  /* transform: translateX(-50%); */
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 1200px) {
  .contents-header h1 {
    /*TB*/
    top: 85%;
  }
}

.pankuzu {
  background-color: #FFF;
}
.pankuzu ul {
  display: flex;
  flex-flow: row wrap;
  padding: 0.7em 1rem;
  width: 95%;
  margin: 0 auto;
}
.pankuzu ul li {
  vertical-align: middle;
  font-size: clamp(1.1rem, 0.9rem + 0.4166666667vw, 1.4rem);
}
.pankuzu ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
  width: 0.5em;
  height: 0.5em;
  vertical-align: middle;
  border-top: solid 0.1rem #352209;
  border-right: solid 0.1rem #352209;
  transform: rotate(45deg);
}
.pankuzu ul li:first-child::before {
  content: none;
}
.pankuzu ul li a {
  color: #352209;
}
.pankuzu ul li a:hover {
  text-decoration: underline;
}

.inner-nav_top {
  margin-top: 4rem;
}
.inner-nav_bottom {
  margin-bottom: 6rem;
}
.inner-nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.inner-nav ul li a {
  display: block;
  background-color: #FFF;
  line-height: 1.5;
  border-radius: 3rem;
  padding: 1rem 2rem;
  font-size: 1.8rem;
}
.inner-nav ul li a::after {
  content: "→";
  padding-left: 0.5em;
}
.inner-nav ul li a:hover {
  background-color: #352209;
  color: #FFF;
}
.inner-nav ul li.current {
  display: none;
}

.bg_green {
  background-color: #17ad49;
  color: #FFF;
}

.bg_white {
  background-color: #FFF;
  color: #352209;
}

.bg_pink {
  background-color: #ff948f;
  color: #FFF;
}

a.bg_pink:hover {
  background-color: #FFF;
  color: #ff948f;
}

.bg_orange {
  background-color: #ff8d40;
  color: #FFF;
}

a.bg_orange:hover {
  background-color: #FFF;
  color: #ff8d40;
}

.bg_lgreen {
  background-color: #5bc156;
  color: #FFF;
}

a.bg_lgreen:hover {
  background-color: #FFF;
  color: #5bc156;
}

.bg_yellow {
  background-color: #ffc022;
  color: #FFF;
}

a.bg_yellow:hover {
  background-color: #FFF;
  color: #ffc022;
}

hgroup.h_leaf {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 1.6rem;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
}
hgroup.h_leaf::before, hgroup.h_leaf::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: min(12vw, 9rem);
  height: min(20vw, 15rem);
}
hgroup.h_leaf::before {
  background-image: url(../img/h_leaf_left.svg);
}
hgroup.h_leaf::after {
  background-image: url(../img/h_leaf_right.svg);
}
hgroup.h_leaf h2 {
  font-size: 3.6rem;
  font-size: clamp(1.8rem, 0.6rem + 2.5vw, 3.6rem);
}

h2 {
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
h2.h_icon {
  display: flex;
  flex-flow: row nowrap;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  font-size: clamp(1.8rem, 0.6rem + 2.5vw, 3.6rem);
  gap: 0.5em;
  max-width: 640px;
  margin: 0 auto;
}
h2.h_icon span::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #FFF;
}
h2.h_icon span.icon_about::before {
  mask-image: url(../img/icon_about.svg);
}
h2.h_icon span.icon_news::before {
  mask-image: url(../img/icon_news.svg);
}
h2.h_icon span.icon_lock::before {
  mask-image: url(../img/icon_lock.svg);
}
h2.h_icon span.icon_life::before {
  mask-image: url(../img/icon_life.svg);
}
h2.h_icon span.icon_guide::before {
  mask-image: url(../img/icon_guide.svg);
}
h2.h_icon:is(.bg_white) span::before {
  background-color: #352209;
}

.h_leaf_message {
  text-align: center;
  width: 80%;
  margin: 0 auto 3em;
  font-size: clamp(1.2rem, 0.6666666667rem + 1.1111111111vw, 2rem);
}
.h_leaf_message strong {
  font-weight: bold;
  font-size: 1.2em;
}

h3 {
  font-size: 1.9em;
  margin-bottom: 3rem;
  color: #352209;
  text-align: center;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
h3.h_round:has(+ .h_message) {
  margin-bottom: 2em;
}
h3.h_round span {
  display: block;
  padding: 0.5em;
  font-size: clamp(1.8rem, 0.6rem + 2.5vw, 3.6rem);
  max-width: 640px;
  margin: 0 auto;
  border-radius: 5rem;
}
h3.h_round + .h_message {
  text-align: center;
  width: 80%;
  margin: 0 auto 3em;
  font-size: clamp(1.2rem, 0.9333333333rem + 0.5555555556vw, 1.6rem);
}

.flex_area {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
  .flex_area {
    /*TB*/
    gap: 3rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .flex_area {
    /*TB*/
    flex-flow: row nowrap;
  }
}

dl.table {
  max-width: 880px;
  background-color: #FFF;
  border-radius: 2rem;
  padding: 3em 2em;
  display: flex;
  flex-flow: row wrap;
  margin: 4em auto 0;
}
dl.table dt,
dl.table dd {
  width: 100%;
}
dl.table dt {
  padding: 1em 1em 0;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  dl.table dt {
    /*TB*/
    padding: 1em;
    width: 22%;
    border-bottom: dashed 0.1rem #352209;
  }
}
dl.table dt span {
  display: block;
  background-color: #ffb7a4;
  color: #352209;
  padding: 0.7em 1em;
  border-radius: 3rem;
  text-align: center;
  text-box: trim-both cap alphabetic;
}
dl.table dd {
  padding: 1em;
  border-bottom: dashed 0.1rem #352209;
}
@media print, screen and (min-width: 768px) {
  dl.table dd {
    /*TB*/
    width: 78%;
  }
}
dl.table dd span {
  display: block;
  padding: 0.7em 1em;
}

.button_area {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.button_area a {
  position: relative;
  display: block;
  text-align: center;
  width: 80%;
  max-width: 56rem;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

a.btn {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
a.btn::before {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
a.btn_more {
  background-color: #17ad49;
  color: #FFF;
  width: max-content;
  font-size: clamp(1rem, 0.4666666667rem + 1.1111111111vw, 1.8rem);
  padding: 0.7em 1em;
  border-radius: 3em;
}
a.btn_more::after {
  content: "→";
  padding-left: 1em;
}
a.btn_more:hover {
  background-color: #37d33f;
  padding-right: 0.5em;
}
a.btn_more:hover::after {
  padding-left: 1.5em;
}
a.btn_back {
  padding: 0.7em 1em;
  border-radius: 3em;
  font-size: clamp(1.4rem, 0.4666666667rem + 1.9444444444vw, 2.8rem);
  max-width: 52rem;
  display: block;
}
a.btn_back::after {
  content: none;
}
a.btn_back::before {
  float: left;
  content: "←";
}
a.btn_back:hover::before {
  transform: translateX(-0.5em);
}
a.btn_tel {
  background-color: #FFF;
  color: #17ad49;
  font-weight: bold;
  line-height: 1;
  padding: 0.8em;
  border: solid 0.2rem #17ad49;
  border-radius: 6rem;
}
a.btn_tel span {
  display: block;
  font-size: clamp(2rem, 0.9333333333rem + 2.2222222222vw, 3.6rem);
}
a.btn_tel small {
  display: block;
  font-size: clamp(1rem, 0.6rem + 0.8333333333vw, 1.6rem);
  text-box: trim-both cap alphabetic;
}
a.btn_tel::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/icon_tel.svg);
}
a.btn_mail {
  color: #FFF;
  background-color: #17ad49;
  font-weight: bold;
  line-height: 1;
  padding: 0.8em;
  border: solid 0.2rem #17ad49;
  border-radius: 6rem;
  font-size: 2rem;
}
a.btn_mail span {
  display: block;
  font-size: clamp(1.4rem, 0.8666666667rem + 1.1111111111vw, 2.2rem);
}
a.btn_mail small {
  display: block;
  font-size: clamp(1rem, 0.4666666667rem + 1.1111111111vw, 1.8rem);
}
a.btn_mail::before {
  width: 3rem;
  height: 3rem;
  background-image: url(../img/icon_mail.svg);
}
a.btn_mail:hover {
  background-color: #37d33f;
  border-color: #37d33f;
}
a.btn_arrow {
  padding: 0.7em 1em;
  border-radius: 3em;
  font-size: clamp(1.4rem, 0.4666666667rem + 1.9444444444vw, 2.8rem);
  max-width: 52rem;
  display: block;
}
a.btn_arrow::before {
  content: none;
}
a.btn_arrow::after {
  float: right;
  content: "→";
}
a.btn_arrow:hover::after {
  transform: translateX(0.5em);
}

.page-navigation ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2em;
}
.page-navigation ul li {
  width: calc(50% - 2em);
}
@media print, screen and (min-width: 768px) {
  .page-navigation ul li {
    /*TB*/
    width: calc((100% - 6.5em) / 4);
  }
}
.page-navigation ul li:nth-child(2n+1) a {
  background-color: #7dc06d;
}
.page-navigation ul li:nth-child(2n+1) a:hover {
  background-color: #bbd98c;
}
.page-navigation ul li:nth-child(2n) a {
  background-color: #bbd98c;
}
.page-navigation ul li:nth-child(2n) a:hover {
  background-color: #7dc06d;
}
.page-navigation ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 1em 0.5em;
  height: 7em;
  font-size: clamp(1.5rem, 0.6333333333rem + 1.8055555556vw, 2.8rem);
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
.page-navigation ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 0.8rem;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #FFF;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .page-navigation ul li a::after {
    /*TB*/
    width: 2.4rem;
    height: 1.8rem;
    bottom: 2rem;
  }
}

[data-ruby] {
  position: relative;
  display: inline-block;
}
[data-ruby]::after {
  content: attr(data-ruby);
  position: absolute;
  font-size: 0.5em;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
}
[data-ruby] rt {
  display: none;
}

#header .menu .menu_home a:hover {
  color: #17ad49;
}
#header .menu .menu_home span {
  background-color: #17ad49;
}
#header .menu .menu_about a:hover, body#about #header .menu .menu_about a {
  color: #ffb7a4;
}
#header .menu .menu_about span {
  background-color: #ffb7a4;
}
#header .menu .menu_guide a:hover, body#guide #header .menu .menu_guide a {
  color: #a6e08d;
}
#header .menu .menu_guide span {
  background-color: #a6e08d;
}
#header .menu .menu_life a:hover, body#life #header .menu .menu_life a {
  color: #ffb66e;
}
#header .menu .menu_life span {
  background-color: #ffb66e;
}
#header .menu .menu_news a:hover, body#news #header .menu .menu_news a {
  color: #ffda71;
}
#header .menu .menu_news span {
  background-color: #ffda71;
}
#header .menu .menu_contact a:hover, body#contact #header .menu .menu_contact a {
  color: #94d9ff;
}
#header .menu .menu_contact span {
  background-color: #94d9ff;
}
#header .menu .menu_recruit a:hover, body#recruit #header .menu .menu_recruit a {
  color: #aecbff;
}
#header .menu .menu_recruit span {
  background-color: #aecbff;
}
#header .menu .menu_members a:hover, body#members #header .menu .menu_members a {
  color: #e56a6a;
}
#header .menu .menu_members span {
  background-color: #e56a6a;
}
#header .menu .menu_download a:hover, body#download #header .menu .menu_download a {
  color: #258c73;
}
#header .menu .menu_download span {
  background-color: #258c73;
}

/*---------------------------------------------------
メインメニュー
----------------------------------------------------*/
#header {
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 999;
}
#header .global-navi_area {
  position: relative;
  overflow: hidden;
}
#header .main-nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 2rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0 0 5rem 5rem;
  transition: background-color 0.3s;
}
#header .main-nav:hover {
  background-color: white;
}
/* 既存のスタイルはそのまま */
#header .main-nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0.4rem 2rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0 0 5rem 5rem;
  transition: background-color 0.3s;
}

/* スクロール時のスタイル */
#header .main-nav.scrolled {
  background-color: transparent;
  /* または background-color: rgba(255, 255, 255, 0); */
}
@media print, screen and (min-width: 1200px) {
  #header .main-nav {
    /*TB*/
    justify-content: center;
    max-width: 1000px;
    margin: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  #header .main-nav > .menu {
    /*TB*/
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    gap: 2rem;
  }
}
#header .main-nav > .menu > li {
  position: static;
  text-align: center;
  position: relative;
}
#header .main-nav > .menu > li:not(.menu_title) {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  #header .main-nav > .menu > li:not(.menu_title) {
    /*TB*/
    display: block;
  }
}
@media print, screen and (min-width: 1200px) {
  #header .main-nav > .menu > li {
    /*TB*/
  }
  #header .main-nav > .menu > li.menu_about {
    order: 1;
  }
  #header .main-nav > .menu > li.menu_guide {
    order: 2;
  }
  #header .main-nav > .menu > li.menu_life {
    order: 3;
  }
  #header .main-nav > .menu > li.menu_title {
    order: 4;
  }
  #header .main-nav > .menu > li.menu_news {
    order: 6;
  }
  #header .main-nav > .menu > li.menu_contact {
    order: 7;
  }
  #header .main-nav > .menu > li.menu_recruit {
    order: 8;
  }
}
#header .main-nav > .menu > li.menu_title {
  width: max-content;
}
#header .main-nav > .menu > li.menu_title > a {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
#header .main-nav > .menu > li.menu_title hgroup {
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: 1fr;
  gap: 0.5rem;
}
#header .main-nav > .menu > li.menu_title hgroup img {
  grid-column: 1/2;
  grid-row: 1;
  align-self: flex-end;
  margin-bottom: 0.5rem;
}
#header .main-nav > .menu > li.menu_title hgroup h1 {
  grid-column: 2/3;
  grid-row: 1;
}
#header .main-nav > .menu > li.menu_title h1 {
  font-size: 3.4rem;
  font-weight: 500;
  color: #352209;
  line-height: 1;
  font-size: clamp(3.2rem, 2.8rem + 0.8333333333vw, 3.8rem);
}
#header .main-nav > .menu > li.menu_title h1 span {
  display: block;
  font-size: 1.4rem;
  padding: 0.2rem;
  font-size: clamp(1.4rem, 1.2666666667rem + 0.2777777778vw, 1.6rem);
}
@media print, screen and (min-width: 1200px) {
  #header .main-nav > .menu > li.menu_title h1 span {
    /*TB*/
    margin-bottom: 0.3rem;
  }
}
#header .main-nav > .menu > li.menu_title h1 span.ruby {
  letter-spacing: 0.2rem;
}
#header .menu li > a {
  height: 100%;
  display: block;
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 1.2666666667rem + 0.2777777778vw, 1.6rem);
  font-weight: 500;
  color: #352209;
  text-align: center;
  padding: 0rem 0.8rem 0rem;
}
#header .menu li > a span:has(img) {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 4.6rem;
  height: 4.6rem;
  margin: 0 auto 0.3em;
  border-radius: 50%;
}
#header .menu li > a span img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  object-position: center;
}
#header .menu_tel {
  margin-left: 1rem;
  line-height: 1;
}
#header .menu_tel a {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  border: solid 0.2rem #17ad49;
  border-radius: 50%;
  width: 4.2rem;
  height: 4.2rem;
}
#header .menu_tel a img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  object-position: center;
}
@media print, screen and (min-width: 1200px) {
  #header .menu_tel {
    /*TB*/
    display: none;
  }
}

/*---------------------------------------------------
ハンバーガーメニュー
-------------------------------------------------*/
#menu-trigger {
  display: block;
  margin-left: auto;
}
@media print, screen and (min-width: 1200px) {
  #menu-trigger {
    /*TB*/
    display: none;
  }
}
#menu-trigger a,
#menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
#menu-trigger a {
  position: relative;
  width: 3.4rem;
  height: 3.4rem;
}
#menu-trigger a:hover {
  cursor: pointer;
}
#menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #352209;
  border-radius: 5px;
}
#menu-trigger span:nth-of-type(1) {
  top: 0.4rem;
}
#menu-trigger span:nth-of-type(2) {
  top: calc(50% - 2px);
}
#menu-trigger span:nth-of-type(3) {
  bottom: 0.4rem;
}

/*---------------------------------------------------
スマホメニュー
----------------------------------------------------*/
#header #sp-nav {
  top: 10rem;
  right: 0;
  position: fixed;
  width: 80%;
  height: calc(100vh - 10rem);
  transition: all 0.5s;
  transform: translate(100%);
  z-index: 899;
}
#header #sp-nav .menu li,
#header #sp-nav .sub-menu li {
  margin-bottom: 1rem;
}
#header #sp-nav .menu li a,
#header #sp-nav .sub-menu li a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0;
}
#header #sp-nav .menu li a span,
#header #sp-nav .sub-menu li a span {
  width: 3rem;
  height: 3rem;
  margin: 0;
  margin-right: 1rem;
}
#header #sp-menu_on {
  width: 100%;
  z-index: 800;
  position: absolute;
  right: 0;
  padding: 2rem;
  background-color: #FFF;
  border-radius: 5rem 0 0 5rem;
}
#header .sp-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  opacity: 0;
  z-index: -100;
  display: none;
}
#header.sp-mode #sp-nav {
  transform: translate(0);
}
#header.sp-mode .sp-back {
  opacity: 1;
  z-index: 0;
}
#header.sp-mode #menu-trigger span:nth-of-type(1) {
  top: calc(50% - 1.5px);
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header.sp-mode #menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
#header.sp-mode #menu-trigger span:nth-of-type(3) {
  top: calc(50% - 1.5px);
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* -------------------------ハンバーガーメニューここまで */
.drop-menu_area {
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  z-index: 1000;
  position: absolute;
}

.drop-menu_area .drop-menu-inner {
  display: none;
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  border-radius: 2rem;
  padding: 1rem 0;
  height: 100%;
  position: relative;
}
.drop-menu_area .drop-menu-inner::before {
  display: block;
  content: "";
  width: 2rem;
  height: 1rem;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  position: absolute;
}
.menu_about .drop-menu_area .drop-menu-inner {
  background-color: #ffb7a4;
}
.menu_about .drop-menu_area .drop-menu-inner::before {
  background-color: #ffb7a4;
}
.menu_life .drop-menu_area .drop-menu-inner {
  background-color: #ffb66e;
}
.menu_life .drop-menu_area .drop-menu-inner::before {
  background-color: #ffb66e;
}
.menu_approach .drop-menu_area .drop-menu-inner {
  background-color: #85e0d0;
}
.menu_approach .drop-menu_area .drop-menu-inner::before {
  background-color: #85e0d0;
}
.menu_guide .drop-menu_area .drop-menu-inner {
  background-color: #a6e08d;
}
.menu_guide .drop-menu_area .drop-menu-inner::before {
  background-color: #a6e08d;
}
.menu_contact .drop-menu_area .drop-menu-inner {
  background-color: #94d9ff;
}
.menu_contact .drop-menu_area .drop-menu-inner::before {
  background-color: #94d9ff;
}
@media print, screen and (min-width: 1200px) {
  .menu_contact .drop-menu_area .drop-menu-inner a {
    /*TB*/
    pointer-events: none;
  }
}
.menu_contact .drop-menu_area .drop-menu-inner a p {
  font-size: 1.5em;
}

.drop-menu-list {
  width: 100%;
}
.drop-menu-list li {
  margin: 0 1rem;
  margin-bottom: 1rem;
}
.drop-menu-list li:last-child {
  margin-bottom: 0;
}
.drop-menu-list li a {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-size: 1.4rem;
  background: #FFF;
  border-radius: 1rem;
}
.drop-menu-list li a figure {
  text-align: center;
  width: 50%;
  border-radius: 1rem;
  display: none;
}
.drop-menu-list li a figure img {
  border-radius: 1rem;
}
.drop-menu-list li a p {
  text-align: center;
  z-index: 2;
  width: 100%;
  padding: 0.5rem;
  font-weight: bold;
  color: #352209;
}
.drop-menu-list li a:hover {
  opacity: 0.6;
}

/* フッター ------------------- */
#footer {
  position: relative;
  width: 100%;
}
#footer .inner {
  background-image: url(../img/back_footer.jpg);
  background-repeat: repeat;
  padding: 5rem 0;
}
#footer .footer-navi_area {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 auto 5rem;
  gap: 1em 0;
}
@media print, screen and (min-width: 1200px) {
  #footer .footer-navi_area {
    /*TB*/
    width: 85%;
  }
}
#footer .footer-navi_area .facility-information_area,
#footer .footer-navi_area .site-navigation_area {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #footer .footer-navi_area .facility-information_area,
  #footer .footer-navi_area .site-navigation_area {
    /*TB*/
    width: 50%;
  }
}
#footer .facility-information_area {
  background-color: #FFF;
  border-radius: 3rem;
  padding: 2.6rem;
  font-size: 1.4rem;
}
#footer .facility-information_area .logo_area {
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-bottom: 1.5em;
}
#footer .facility-information_area .logo_area a {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  grid-template-rows: 1.8rem 1fr;
  gap: 0.3em;
}
#footer .facility-information_area .logo_area a img {
  grid-column: 1/2;
  grid-row: 1/3;
}
#footer .facility-information_area .logo_area a small {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: clamp(1.2rem, 0.8rem + 0.8333333333vw, 1.8rem);
}
#footer .facility-information_area .logo_area a span {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: clamp(2.2rem, 1.4rem + 1.6666666667vw, 3.4rem);
}
#footer .facility-information_area address {
  margin-bottom: 0.8em;
}
#footer .facility-information_area address .fax-no {
  display: inline-block;
  margin-left: 1em;
}
#footer .facility-information_area dl {
  display: flex;
  flex-flow: row wrap;
  line-height: 1.4;
}
#footer .facility-information_area dl dt,
#footer .facility-information_area dl dd {
  border-bottom: dotted 0.2rem #352209;
  padding: 0.8em;
}
#footer .facility-information_area dl dt:first-of-type,
#footer .facility-information_area dl dd:first-of-type {
  border-top: solid 0.2rem #352209;
}
#footer .facility-information_area dl dt:last-of-type,
#footer .facility-information_area dl dd:last-of-type {
  border-bottom: solid 0.2rem #352209;
}
#footer .facility-information_area dl dt {
  width: 30%;
  font-weight: bold;
}
#footer .facility-information_area dl dd {
  width: 70%;
}
#footer .site-navigation_area {
  padding: 0 3rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 1em;
}
#footer .site-navigation_area .button_area .btn {
  width: 100%;
  border: none;
}
#footer .site-navigation_area .button_area .btn_tel span {
  text-box: trim-both cap alphabetic;
  font-size: clamp(2.2rem, 1.5333333333rem + 1.3888888889vw, 3.2rem);
}
#footer .site-navigation_area .button_area .btn_tel small {
  font-size: clamp(1.1rem, 0.7666666667rem + 0.6944444444vw, 1.6rem);
}
#footer .site-navigation_area .button_area .btn_mail span {
  font-size: clamp(1.4rem, 1rem + 0.8333333333vw, 2rem);
}
#footer .site-navigation_area .button_area .btn_mail small {
  font-size: clamp(1.1rem, 0.7666666667rem + 0.6944444444vw, 1.6rem);
}
#footer .site-navigation_area > .menu_sub {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1em;
  font-size: clamp(1.1rem, 0.7666666667rem + 0.6944444444vw, 1.6rem);
}
#footer .site-navigation_area > .menu_sub li {
  width: calc(50% - 0.5em);
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #footer .site-navigation_area > .menu_sub li {
    /*TB*/
  }
}
#footer .site-navigation_area > .menu_sub li a {
  display: block;
  padding-right: 1.5em;
  color: #352209;
  background-color: #FFF;
  border-radius: 5rem;
  padding: 0.5em;
  line-height: 1;
}
#footer .site-navigation_area > .menu_sub li a::before {
  position: relative;
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.5em;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #17ad49;
}
#footer .site-navigation_area > .menu_sub li a:hover {
  background-color: #37d33f;
  color: #FFF;
}
#footer .site-navigation_area > .menu_sub li a:hover::before {
  background-color: #FFF;
}
#footer .site-navigation_area > .menu_sub li.menu_download a::before {
  mask-image: url(../img/icon_file.svg);
}
#footer .site-navigation_area > .menu_sub li.menu_lock a::before {
  mask-image: url(../img/icon_lock.svg);
}
#footer .site-navigation_area > .menu {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
#footer .site-navigation_area > .menu > li {
  width: 50%;
  margin-top: 1em;
  padding-left: 1em;
}
#footer .site-navigation_area > .menu > li a {
  position: relative;
  display: flex;
  color: #352209;
  align-items: center;
  font-size: clamp(1.2rem, 0.8rem + 0.8333333333vw, 1.8rem);
}
#footer .site-navigation_area > .menu > li a::before, #footer .site-navigation_area > .menu > li a::after {
  content: "";
  display: block;
}
#footer .site-navigation_area > .menu > li a::before {
  background-color: #17ad49;
  width: 2rem;
  height: 2rem;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  margin-right: 0.5em;
}
#footer .site-navigation_area > .menu > li a::after {
  position: absolute;
  background-color: #FFF;
  width: 0.5em;
  height: 0.8em;
  top: 0.32em;
  left: 0.5em;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
#footer .site-navigation_area > .menu > li a:hover::before {
  background-color: #37d33f;
}
#footer .map_area {
  width: 100%;
}
#footer .map_area iframe {
  width: 100%;
  height: 37rem;
  border-radius: 3rem;
}
#footer .copy {
  width: 100%;
  background-color: #FFF;
  padding: 1rem 0;
}
#footer .copy p {
  text-align: center;
  font-size: 1.4rem;
  color: #666666;
}

/*---------------------------------------------------
サイドメニュー
----------------------------------------------------*/
.side-nav {
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 1em;
  position: sticky;
}
@media print, screen and (min-width: 768px) {
  .side-nav {
    /*TB*/
    position: fixed;
    flex-flow: column nowrap;
    left: auto;
    right: 0;
    top: 10%;
    bottom: auto;
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .side-nav p {
    /*TB*/
    writing-mode: vertical-rl;
  }
}
.side-nav p a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: Bold;
  padding: 0.5em 1em;
  border-radius: 1.5rem 1.5rem 0 0;
  gap: 0.5em;
  font-size: clamp(1.3rem, 0.8333333333rem + 0.9722222222vw, 2rem);
}
@media print, screen and (min-width: 768px) {
  .side-nav p a {
    /*TB*/
    border-radius: 1.5rem 0 0 1.5rem;
    padding: 1em;
  }
}
.side-nav p a::before {
  position: relative;
  display: block;
  content: "";
  width: 1.8rem;
  height: 2.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.side-nav p.menu_members a {
  background-color: #e56a6a;
}
.side-nav p.menu_members a::before {
  background-image: url(../img/icon_lock.svg);
}
@media print, screen and (min-width: 768px) {
  .side-nav p.menu_members a:hover {
    /*TB*/
    background-color: rgba(229, 106, 106, 0.7);
  }
}
.side-nav p.menu_download a {
  background-color: #258c73;
}
.side-nav p.menu_download a::before {
  background-image: url(../img/icon_file.svg);
}
@media print, screen and (min-width: 768px) {
  .side-nav p.menu_download a:hover {
    /*TB*/
    background-color: rgba(37, 140, 115, 0.7);
  }
}
@media print, screen and (min-width: 768px) {
  .side-nav p.goTop {
    /*TB*/
    position: fixed;
    right: 2rem;
    bottom: 2rem;
  }
}
.side-nav p.goTop a {
  position: relative;
  background-color: #17ad49;
  height: 100%;
  width: 6rem;
}
@media print, screen and (min-width: 768px) {
  .side-nav p.goTop a {
    /*TB*/
    border-radius: 50%;
    height: 6rem;
  }
}
.side-nav p.goTop a::before {
  top: 0.5rem;
  width: 1.8rem;
  height: 1.8rem;
  border-top: solid 0.2rem #FFF;
  border-right: solid 0.2rem #FFF;
  transform: rotate(-45deg);
}
.side-nav p.goTop a:hover {
  background-color: #37d33f;
}
.side-nav p.goTop a:hover::before {
  top: 0.2rem;
}

/* フェードしたい要素に付与するクラス */
.inview {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s;
}

/* 時間差フェードで付与するクラス */
.fadeDelay05 {
  transition-delay: 0.5s;
}

.fadeDelay10 {
  transition-delay: 1s;
}

.fadeDelay15 {
  transition-delay: 1.5s;
}

/* フェードしたい要素に付与するクラス */
.show {
  opacity: 1;
  transform: translateY(0px);
}

html:has(body.modal-mode) {
  overflow: hidden;
}

.modal-mode {
  position: relative;
  overflow: hidden;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 2;
  z-index: 1000;
  width: 90%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  height: max-content;
  overflow: hidden;
  border-radius: 3rem;
}
@media print, screen and (min-width: 1200px) {
  .modal-content {
    /*TB*/
    width: 75%;
  }
}
@media print, screen and (min-width: 1281px) {
  .modal-content {
    /*PC*/
    width: 50%;
  }
}
.modal-content .modal-content_inner {
  padding: 1.5em 2em;
  overflow-y: auto;
  max-height: 70vh;
}
@media print, screen and (min-width: 768px) {
  .modal-content .modal-content_inner {
    /*TB*/
    padding: 3em 4em;
  }
}

.modal-open {
  cursor: pointer;
}

.modal-overlay {
  z-index: 1;
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  height: 100vh;
  background-color: rgba(53, 34, 9, 0.75);
}

.modal-close {
  display: block;
  position: absolute;
  right: 1em;
  top: 1em;
}
.modal-close::before {
  display: block;
  content: "×";
  font-size: 2em;
  text-align: center;
  line-height: 1em;
  width: 1em;
}
.modal-close:hover {
  cursor: pointer;
  opacity: 0.7;
}

/* ================================
トップページ トップ
================================*/
.keyvisual_area {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
}
.keyvisual_area::before, .keyvisual_area::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 990;
  width: 28vw;
  height: 314px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.keyvisual_area::before {
  background-image: url(../img/leaves_left.svg);
  left: 0;
  background-position: left bottom -1px;
}
.keyvisual_area::after {
  background-image: url(../img/leaves_right.svg);
  right: 0;
  background-position: right bottom -1px;
}
.keyvisual_area .slider-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 990;
  font-size: 5.4rem;
  font-size: clamp(2.7rem, 0.9rem + 3.75vw, 5.4rem);
  color: #FFF;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-shadow: 0 2px 8px rgba(53, 34, 9, 0.75);
}
.keyvisual_area .swiper {
  width: 100%;
  height: 100%;
}
.keyvisual_area .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.keyvisual_area .swiper .swiper-wrapper .swiper-slide-active img, .keyvisual_area .swiper .swiper-wrapper .swiper-slide-duplicate-active img, .keyvisual_area .swiper .swiper-wrapper .swiper-slide-prev img {
  height: 100%;
  object-fit: cover;
  animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

#toppage_greeting {
  background-color: #FFF;
}
#toppage_greeting .h_leaf_message {
  margin-bottom: 0;
}

#toppage_news .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 5em 2%;
}
#toppage_news .inner .top-news_area {
  width: 100%;
  background-color: #FFF;
  border-radius: 4rem;
  flex: 1 1 auto;
}
@media print, screen and (min-width: 1200px) {
  #toppage_news .inner .top-news_area {
    /*TB*/
    width: 65%;
  }
}
#toppage_news .inner .top-news_area h2 {
  width: 82%;
  margin: -1em auto 0;
}
#toppage_news .inner .top-sns_area {
  width: 100%;
  background-color: #FFF;
  border-radius: 4rem;
}
@media print, screen and (min-width: 1200px) {
  #toppage_news .inner .top-sns_area {
    /*TB*/
    width: 32.5%;
  }
}
#toppage_news .inner .top-sns_area h2 {
  width: 82%;
  margin: -1em auto 0;
}
#toppage_news .inner .top-members_area {
  width: 100%;
  background-color: #FFF;
  border-radius: 4rem;
  padding: 3rem 2rem;
}
@media print, screen and (min-width: 768px) {
  #toppage_news .inner .top-members_area {
    /*TB*/
    padding: 4rem;
  }
}
#toppage_news .top-news_area .news_area {
  padding: 2rem;
}
@media print, screen and (min-width: 768px) {
  #toppage_news .top-news_area .news_area {
    /*TB*/
    padding: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #toppage_news .top-news_area .tag {
    /*TB*/
    padding: 0.7em;
  }
  #toppage_news .top-news_area .tag::before {
    display: none;
  }
}
#toppage_news .top-news_area .tag_list {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #toppage_news .top-news_area .tag_list {
    /*TB*/
    display: flex;
    flex-flow: row nowrap;
    gap: 1em;
    margin-bottom: 2em;
  }
}
#toppage_news .top-news_area .tag_list li label {
  border-radius: 3rem;
  border-style: solid;
  border-width: 0.3rem;
  font-weight: bold;
  padding: 0.3em 1em;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
#toppage_news .top-news_area .tag_list li label:hover, #toppage_news .top-news_area .tag_list li label:has(:checked) {
  color: #FFF;
}
#toppage_news .top-news_area .tag_list + .article_list article:nth-child(n+4) {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #toppage_news .top-news_area .tag_list {
    /*TB*/
  }
  #toppage_news .top-news_area .tag_list + .article_list article {
    display: none;
  }
  #toppage_news .top-news_area .tag_list:has(.tag_all input:checked) + .article_list article {
    display: block;
  }
  #toppage_news .top-news_area .tag_list:has(.tag_all input:checked) + .article_list article:nth-child(n+4) {
    display: none;
  }
  #toppage_news .top-news_area .tag_list:has(.tag_zaien input:checked) + .article_list article:nth-child(-n+3 of .news_zaien) {
    display: block;
  }
  #toppage_news .top-news_area .tag_list:has(.tag_misyuu input:checked) + .article_list article:nth-child(-n+3 of .news_misyuu) {
    display: block;
  }
  #toppage_news .top-news_area .tag_list:has(.tag_recruit input:checked) + .article_list article:nth-child(-n+3 of .news_recruit) {
    display: block;
  }
}
#toppage_news .top-news_area .article_list article {
  padding: 0.5em 0;
}
#toppage_news .top-news_area .button_area {
  display: flex;
  justify-content: flex-end;
  padding: 0 4rem;
  margin-bottom: -1.2em;
}
#toppage_news .top-news_area .button_area .btn_more {
  margin: 0;
}
#toppage_news .top-members_area hgroup {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
#toppage_news .top-members_area hgroup h2 {
  color: #352209;
  padding: 0;
}
#toppage_news .top-members_area hgroup h2 span::before {
  background-color: #17ad49;
}
#toppage_news .top-members_area hgroup p {
  margin-top: 1em;
  font-size: clamp(1.2rem, 0.6666666667rem + 1.1111111111vw, 2rem);
}
@media print, screen and (min-width: 1200px) {
  #toppage_news .top-members_area hgroup p {
    /*TB*/
    margin-top: 0;
    margin-left: 3em;
  }
}
#toppage_news .top-members_area .class_list {
  margin-top: 3em;
  padding: 0;
}

#toppage_about {
  background-color: #d0eaea;
  padding-bottom: 16vw;
  z-index: 1;
}
@media print, screen and (min-width: 1200px) {
  #toppage_about {
    /*TB*/
    padding-bottom: 16rem;
  }
}
#toppage_about .cover_1400 {
  overflow: hidden;
}
#toppage_about .about-menu_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2em;
  margin: 2em 0;
}
@media print, screen and (min-width: 768px) {
  #toppage_about .about-menu_list {
    /*TB*/
    gap: 2%;
    margin-bottom: 4em;
  }
}
#toppage_about .about-menu_list li {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #toppage_about .about-menu_list li {
    /*TB*/
    width: 32%;
  }
}
#toppage_about .about-menu_list li div {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  #toppage_about .about-menu_list li div {
    /*TB*/
    width: auto;
  }
}
#toppage_about .about-menu_list li div::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  background-image: url(../img/frame_leaves.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
  transform-origin: 0% 0%;
  transition: 0;
}
@media print, screen and (min-width: 768px) {
  #toppage_about .about-menu_list li div::after {
    /*TB*/
    width: 100%;
    height: 100%;
  }
}
#toppage_about .about-menu_list li div a {
  display: block;
  position: relative;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  aspect-ratio: 350/327;
  z-index: 1;
}
@media print, screen and (min-width: 1200px) {
  #toppage_about .about-menu_list li div a {
    /*TB*/
    mask-size: 350px auto;
  }
}
#toppage_about .about-menu_list li div a img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: 0.5s;
}
#toppage_about .about-menu_list li div a:hover img {
  scale: 1.1;
  opacity: 1;
}
#toppage_about .about-menu_list li p a {
  display: block;
  max-width: 240px;
  margin: 1em auto 0;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background-color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  padding: 0.4em 1em;
  line-height: 1;
  font-size: clamp(1.5rem, 0.6333333333rem + 1.8055555556vw, 2.8rem);
}
#toppage_about .about-menu_list li p a:hover {
  background-color: #ffb7a4;
  color: #FFF;
}
#toppage_about .about-menu_list li:first-child div::after {
  rotate: 0deg;
  animation: leaves 2s step-start 1s infinite;
}
#toppage_about .about-menu_list li:first-child div a {
  mask-image: url(../img/frame_circle_01.svg);
}
#toppage_about .about-menu_list li:nth-child(2) div::after {
  rotate: -10deg;
  animation: leaves2 2s step-start 1s infinite;
}
#toppage_about .about-menu_list li:nth-child(2) div a {
  mask-image: url(../img/frame_circle_02.svg);
}
#toppage_about .about-menu_list li:last-child div::after {
  rotate: 10deg;
  animation: leaves3 2s step-start 1s infinite;
}
#toppage_about .about-menu_list li:last-child div a {
  mask-image: url(../img/frame_circle_03.svg);
}
#toppage_about .back_tulip {
  position: absolute;
  bottom: -0.5rem;
  width: 100%;
  height: 10.6vw;
}
@media print, screen and (min-width: 1200px) {
  #toppage_about .back_tulip {
    /*TB*/
    height: 8.2rem;
  }
}
#toppage_about .back_tulip::before, #toppage_about .back_tulip::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 100%;
}
#toppage_about .back_tulip::before {
  background-image: url(../img/back_tulip_red.png);
  animation: poyoyon2 2s infinite ease-in-out forwards;
}
#toppage_about .back_tulip::after {
  background-image: url(../img/back_tulip_yellow.png);
  animation: poyoyon2 1s infinite ease-in-out forwards;
}

@keyframes leaves {
  0% {
    rotate: 0deg;
  }
  50% {
    rotate: 20deg;
  }
  100% {
    rotate: 0deg;
  }
}
@keyframes leaves2 {
  0% {
    rotate: -10deg;
  }
  50% {
    rotate: 10deg;
  }
  100% {
    rotate: -10deg;
  }
}
@keyframes leaves3 {
  0% {
    rotate: 10deg;
  }
  50% {
    rotate: 30deg;
  }
  100% {
    rotate: 10deg;
  }
}
.back_tulip2 {
  position: absolute;
  bottom: -0.5rem;
  width: 100%;
  height: 10.6vw;
  background-image: url(../img/back_tulip_blue.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 100%;
  animation: poyoyon2 1.5s infinite ease-in-out forwards;
}
@media print, screen and (min-width: 1200px) {
  .back_tulip2 {
    /*TB*/
    height: 8.2rem;
  }
}

@keyframes poyoyon2 {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(1, 0.9) translate(0, 0);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 0);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
    transform-origin: bottom center;
  }
}
#toppage_life {
  background-image: url(../img/back_footer.jpg);
  z-index: 0;
}
#toppage_life .life-menu_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 2em 0;
}
#toppage_life .life-menu_list li {
  width: 90%;
}
@media print, screen and (min-width: 768px) {
  #toppage_life .life-menu_list li {
    /*TB*/
    width: 33.3333333333%;
  }
}
#toppage_life .life-menu_list li a {
  display: block;
}
#toppage_life .life-menu_list li:nth-child(1) a {
  transform: rotate(-2.58deg);
  animation: photo 1s ease 0s infinite alternate forwards;
}
#toppage_life .life-menu_list li:nth-child(2) a {
  transform: rotate(2.58deg);
  animation: photo 1s ease 2.5s infinite alternate forwards;
}
#toppage_life .life-menu_list li:nth-child(3) a {
  transform: rotate(-2.58deg);
  animation: photo 1s ease 3s infinite alternate forwards;
}

@keyframes photo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(infinite);
  }
}
#toppage_guide {
  background-color: #ffdad9;
  background-image: url(../img/back_bunting.png);
  background-position: center top;
  background-repeat: repeat-x;
}
#toppage_guide .inner .guide_cover {
  display: flex;
  flex-flow: row wrap;
  background-color: #FFF;
  border-radius: 2.5rem;
  gap: 1.5em 2em;
  padding: 1.5em 1em 1em;
  margin: 2.5em 0;
}
@media print, screen and (min-width: 768px) {
  #toppage_guide .inner .guide_cover {
    /*TB*/
    background-color: transparent;
    padding: 0;
  }
}
#toppage_guide .inner .guide_cover p {
  font-size: clamp(1.2rem, 0.6666666667rem + 1.1111111111vw, 2rem);
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  #toppage_guide .inner .guide_cover p {
    /*TB*/
    background-color: #FFF;
    border-radius: 5.5rem;
    width: calc(50% - 2em);
    padding: 2em;
  }
}
#toppage_guide .inner .guide_cover img {
  border-radius: 2.5rem;
  aspect-ratio: 600/280;
}
@media print, screen and (min-width: 768px) {
  #toppage_guide .inner .guide_cover img {
    /*TB*/
    width: 50%;
    border-radius: 5.5rem;
  }
}

#toppage_contact::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5.4vw;
  mask-image: url(../img/back_wave.png);
  mask-position: top;
  mask-repeat: repeat-x;
  mask-size: contain;
  background-color: #ffdad9;
}
@media print, screen and (min-width: 768px) {
  #toppage_contact::before {
    /*TB*/
    height: 4rem;
  }
}
#toppage_contact h2 + p {
  text-align: center;
  padding: 3em 0;
  font-size: clamp(1.2rem, 0.6666666667rem + 1.1111111111vw, 2rem);
}
@media print, screen and (min-width: 1200px) {
  #toppage_contact .button_area a {
    /*TB*/
    width: calc(50% - 3rem);
  }
}
#toppage_contact .recruit-banner {
  background-color: #FFF;
  border-radius: 3.6rem;
  border: solid 0.3rem #aecbff;
  padding: 1em 2em;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-top: 3em;
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 768px) {
  #toppage_contact .recruit-banner {
    /*TB*/
    display: grid;
    grid-template-columns: 1fr 56%;
    grid-template-rows: auto 1fr auto;
  }
}
#toppage_contact .recruit-banner h3 {
  color: #FFF;
  background-color: #80b4ff;
  font-size: clamp(1.8rem, 0.6rem + 2.5vw, 3.6rem);
  padding: 0.3em 2em;
  border-radius: 5rem;
  width: max-content;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #toppage_contact .recruit-banner h3 {
    /*TB*/
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 0;
  }
}
#toppage_contact .recruit-banner p {
  font-size: clamp(1.3rem, 0.8333333333rem + 0.9722222222vw, 2rem);
  margin: 1em 0;
}
@media print, screen and (min-width: 768px) {
  #toppage_contact .recruit-banner p {
    /*TB*/
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
#toppage_contact .recruit-banner img {
  width: 60vw;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  #toppage_contact .recruit-banner img {
    /*TB*/
    width: auto;
    grid-column: 2/3;
    grid-row: 1/3;
    margin-top: -2em;
  }
}
#toppage_contact .recruit-banner .button_area {
  width: 100%;
  justify-content: flex-end;
  margin-bottom: -2em;
}
@media print, screen and (min-width: 768px) {
  #toppage_contact .recruit-banner .button_area {
    /*TB*/
    grid-column: 1/3;
    grid-row: 3/4;
    margin-bottom: -3em;
  }
}
#toppage_contact .recruit-banner a {
  color: #FFF;
  background-color: #80b4ff;
  width: max-content;
}

body#about .contents-header {
  background-image: url(../img/about/header_new.jpg);
}

#about-top {
  background-color: #FFF;
  position: relative;
}
#about-top .cover_1200 {
  z-index: 2;
}
#about-top::after {
  content: "";
  display: block;
  width: 120%;
  height: 20vw;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4.6875vw;
  z-index: 1;
}
#about-top .h_leaf_message {
  margin-bottom: 0;
}
#about-top .h_leaf_message strong {
  font-size: 1.2em;
}

#educational-goals {
  z-index: 0;
  background-image: url(../img/back_footer.jpg);
  padding-top: calc(6rem + 4.6875vw);
}
@media print, screen and (min-width: 1200px) {
  #educational-goals {
    /*TB*/
    padding-top: calc(10rem + 4.6875vw);
  }
}
#educational-goals p {
  text-align: center;
  line-height: 1.5;
  font-size: clamp(1.4rem, 1rem + 0.8333333333vw, 2rem);
}
#educational-goals p strong {
  display: block;
  font-size: 2em;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-bottom: 1em;
  font-size: clamp(2.4rem, 1.8666666667rem + 1.1111111111vw, 3.2rem);
}
#educational-goals .mokuhyou_list {
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: max-content;
  margin: 2em auto 3em;
  max-width: 90%;
  font-size: clamp(1.4rem, 0.6rem + 1.6666666667vw, 2.6rem);
}
#educational-goals .mokuhyou_list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.4;
}
@media screen and (min-width: 440px) {
  #educational-goals .mokuhyou_list li br {
    /*SP*/
    display: none;
  }
}
#educational-goals .mokuhyou_list li::before {
  content: "●";
  padding-right: 0.5em;
}
#educational-goals .mokuhyou_list li + li {
  margin-top: 1em;
}
#educational-goals .mokuhyou_image {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1.5rem;
}
#educational-goals .mokuhyou_image dl {
  width: 80%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #educational-goals .mokuhyou_image dl {
    /*TB*/
    width: calc((100% - 3rem) / 3);
  }
}
#educational-goals .mokuhyou_image dl dt,
#educational-goals .mokuhyou_image dl dd {
  position: relative;
}
#educational-goals .mokuhyou_image dl dd {
  z-index: 0;
  border-radius: 2rem;
  overflow: hidden;
}
#educational-goals .mokuhyou_image dl dd img {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
#educational-goals .mokuhyou_image dl dd:hover img {
  scale: 1.1;
}
#educational-goals .mokuhyou_image dl dt {
  width: 80%;
  text-align: center;
  background-color: #FFF;
  border-radius: 3rem;
  padding: 0.7em 1em;
  margin: -1em auto 0;
  font-size: 1.1em;
  z-index: 1;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#educational-goals .button_area {
  margin-top: 4em;
}

#hoiku .scroll-up::after {
  content: "";
  display: block;
  width: 100%;
  height: 10.6vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media print, screen and (min-width: 1200px) {
  #hoiku .scroll-up::after {
    /*TB*/
    height: 8.2rem;
  }
}
#hoiku .scroll-up:nth-of-type(2)::after {
  background-image: url(../img/about/image_tulip_red.png);
  animation: poyoyon2 1s infinite ease-in-out forwards;
}
#hoiku .scroll-up:nth-of-type(2) .about_section {
  padding-top: 0;
}
#hoiku .scroll-up:nth-of-type(3)::after {
  background-image: url(../img/about/image_tulip_blue.png);
  animation: poyoyon2 1s 0.5s infinite ease-in-out forwards;
}
#hoiku .scroll-up:nth-of-type(4)::after {
  background-image: url(../img/about/image_tulip_yellow.png);
  animation: poyoyon2 1s infinite ease-in-out forwards;
}
#hoiku .scroll-up:nth-of-type(5)::after {
  content: none;
}
#hoiku .scroll-up:nth-of-type(5) .about_section {
  padding-bottom: 0;
}

.about_section {
  display: flex;
  flex-flow: row wrap;
  padding: 5rem 0;
}
@media print, screen and (min-width: 1200px) {
  .about_section hgroup {
    /*TB*/
    width: 30%;
  }
}
.about_section hgroup h3 {
  position: relative;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.75em;
  text-align: left;
  padding: 0 0.5em 0.5em;
}
.about_section hgroup h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.4rem;
  border-radius: 3rem;
  background-color: #a6e08d;
  left: 0;
  bottom: 0;
}
@media print, screen and (min-width: 1200px) {
  .about_section div {
    /*TB*/
    width: 70%;
    padding-left: 3em;
  }
}
.about_section div ul li:not(:first-of-type) {
  margin-top: 1em;
}
.about_section div dl {
  display: flex;
  flex-flow: row wrap;
  margin: 1em 0;
  line-height: 1.4;
}
.about_section div dl dt:not(:first-of-type),
.about_section div dl dd:not(:first-of-type) {
  margin-top: 1em;
}
.about_section div dl dt {
  width: 25%;
}
.about_section div dl dd {
  width: 75%;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.about_section div dl dd::before {
  content: "……";
  padding-right: 0.5em;
}
.about_section div figure {
  margin-top: 3em;
}
.about_section div figure img {
  width: calc(50% - 1rem);
  border-radius: 2rem;
}
.about_section div h4 {
  display: inline-block;
  padding: 0.7em 3em;
  background-color: #a6e08d;
  border-radius: 3rem;
  font-weight: bold;
  margin: 2em 0 1em;
}
.about_section a[target=_blank] {
  display: inline-block;
  margin: 0 0.5em;
  color: #17ad49;
  text-decoration: underline;
}
.about_section a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: url(../img/icon_window.svg);
  mask-size: 90% auto;
  margin-left: 0.3em;
  background-color: #17ad49;
}

body#life .contents-header {
  background-image: url(../img/life/header.jpg);
}

#life-top {
  background-color: #FFF;
  position: relative;
}
#life-top .cover_1200 {
  z-index: 1;
}
#life-top::after {
  content: "";
  display: block;
  width: 120%;
  height: 20vw;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4.6875vw;
  z-index: 0;
}

#timeline {
  padding-top: calc(6rem + 4.6875vw);
}
@media print, screen and (min-width: 1200px) {
  #timeline {
    /*TB*/
    padding-top: calc(10rem + 4.6875vw);
  }
}

.time-event {
  display: flex;
  flex-flow: row wrap;
  margin-top: 1.2em;
  gap: 0.5em;
}
@media print, screen and (min-width: 1200px) {
  .time-event {
    /*TB*/
    gap: 0;
  }
}
.time-event > dt,
.time-event > dd {
  border-radius: 2rem;
  padding: 1.6rem;
  background-color: #FFF;
}
.time-event .time {
  width: calc(34% - 0.5em);
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: clamp(1.3rem, 0.9666666667rem + 0.6944444444vw, 1.8rem);
}
@media print, screen and (min-width: 1200px) {
  .time-event .time {
    /*TB*/
    width: 14%;
    margin-right: 0.8%;
  }
}
.time-event .time span {
  font-size: 1.5em;
}
.time-event .event {
  width: 66%;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: clamp(1.4rem, 0.4666666667rem + 1.9444444444vw, 2.8rem);
}
@media print, screen and (min-width: 1200px) {
  .time-event .event {
    /*TB*/
    width: 18%;
    margin-right: 1.2%;
  }
}
.time-event .overview {
  width: 100%;
  padding: 2em;
}
@media print, screen and (min-width: 1200px) {
  .time-event .overview {
    /*TB*/
    width: 64%;
  }
}
.time-event .overview div {
  margin-top: 1em;
}
.time-event .overview dl {
  display: flex;
  flex-flow: row wrap;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  gap: 0.5em 0;
  margin-top: 1em;
}
.time-event .overview dl dt {
  width: 8em;
  padding: 0.5em 0;
  border-radius: 3rem;
  text-align: center;
}
.time-event .overview dl dt:nth-of-type(1) {
  background-color: #c0f4a2;
}
.time-event .overview dl dt:nth-of-type(2) {
  background-color: #ffb9a4;
}
.time-event .overview dl dt:nth-of-type(3) {
  background-color: #bbe4ff;
}
.time-event .overview dl dd {
  padding: 0.5em 0 0.5em 1em;
  width: calc(100% - 8em);
}
.time-event:nth-of-type(1) .time {
  background-color: #ffe9b8;
}
.time-event:nth-of-type(2) .time {
  background-color: #fff9c0;
}
.time-event:nth-of-type(3) .time {
  background-color: #c7fff0;
}
.time-event:nth-of-type(4) .time {
  background-color: #c5f4ff;
}
.time-event:nth-of-type(5) .time {
  background-color: #b0daff;
}
.time-event:nth-of-type(6) .time {
  background-color: #b8d0ff;
}
.time-event .button_area {
  justify-content: flex-end;
  margin-top: 2em;
}
.time-event .btn {
  background-color: #ff948f;
  color: #FFF;
  width: max-content;
  font-size: clamp(1rem, 0.6rem + 0.8333333333vw, 1.6rem);
  padding: 0.7em 1em;
  border-radius: 3em;
}
.time-event .btn::after {
  content: "→";
  padding-left: 1em;
}
.time-event .btn:hover {
  background-color: #ffb7a4;
  padding-right: 0.5em;
}
.time-event .btn:hover::after {
  padding-left: 1.5em;
}

#event {
  background-image: url(../img/back_footer.jpg);
}
#event .event_list {
  display: flex;
  flex-flow: row wrap;
  gap: 1em 0;
  font-size: clamp(1.4rem, 1.1333333333rem + 0.5555555556vw, 1.8rem);
}
#event .event_list > dl {
  width: 50%;
  padding: 0 1rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
}
@media print, screen and (min-width: 768px) {
  #event .event_list > dl {
    /*TB*/
    width: 33.3333333333%;
    padding: 0 2rem;
  }
}
#event .event_list > dl dt {
  z-index: 2;
  margin-bottom: -2rem;
  height: 14.2vw;
  max-height: 8rem;
}
#event .event_list > dl dt img {
  object-fit: contain;
  height: 100%;
}
#event .event_list > dl dd {
  z-index: 1;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  background-color: #FFF;
  border-radius: 2rem;
  box-shadow: 0 0 0.3rem rgba(53, 34, 9, 0.3);
  padding: 2em;
}
#event .event_list > dl dd ul {
  line-height: 1.5;
}
#event .event_list p {
  background-color: #FFF;
  border-radius: 2rem;
  box-shadow: 0 0 0.3rem rgba(53, 34, 9, 0.3);
  padding: 1em;
  margin: 1rem 1rem 0;
  width: 100%;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #event .event_list p {
    /*TB*/
    margin: 1rem 2rem 0;
    text-align: center;
  }
}

#gallery .cover_1536 {
  width: 95%;
  max-width: 1536px;
  margin: 0 auto;
  background-image: url(../img/back_gallery.jpg);
  background-repeat: repeat;
  border-radius: 2rem;
  padding: 5em 0;
}
#gallery .gallery_list {
  display: flex;
  flex-flow: row wrap;
  gap: 3em 0;
  font-size: clamp(0.9rem, 0.3rem + 1.25vw, 1.8rem);
  margin-top: 4em;
}
#gallery .gallery_list > dl {
  width: 50%;
  padding: 0 1rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
}
@media print, screen and (min-width: 768px) {
  #gallery .gallery_list > dl {
    /*TB*/
    width: 33.3333333333%;
    padding: 0 2rem;
  }
}
#gallery .gallery_list > dl dt {
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  position: relative;
  width: 80%;
  margin: 0 auto;
  z-index: 2;
}
#gallery .gallery_list > dl dt span {
  display: block;
  padding: 0.7em 1em;
  position: relative;
  text-align: center;
  z-index: 1;
  font-size: clamp(1.2rem, 0.4rem + 1.6666666667vw, 2.4rem);
}
#gallery .gallery_list > dl dt::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
#gallery .gallery_list > dl dd {
  margin-top: -1.5em;
  z-index: 1;
  rotate: 5deg;
}
#gallery .gallery_list > dl dd img {
  aspect-ratio: 360/270;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top: solid 1.2em #FFF;
  border-left: solid 0.8em #FFF;
  border-right: solid 0.8em #FFF;
  border-bottom: solid 1.2em #FFF;
  box-shadow: 0 0.3rem 0.3rem rgba(53, 34, 9, 0.3);
}
#gallery .gallery_list > dl:nth-of-type(2n+1) dd {
  rotate: -5deg;
}
#gallery .gallery_list > dl:nth-of-type(1) dt::before {
  background-image: url(../img/life/tape_01.png);
}
#gallery .gallery_list > dl:nth-of-type(2) dt::before {
  background-image: url(../img/life/tape_02.png);
}
#gallery .gallery_list > dl:nth-of-type(3) dt::before {
  background-image: url(../img/life/tape_03.png);
}
#gallery .gallery_list > dl:nth-of-type(4) dt::before {
  background-image: url(../img/life/tape_04.png);
}
#gallery .gallery_list > dl:nth-of-type(5) dt::before {
  background-image: url(../img/life/tape_05.png);
}
#gallery .gallery_list > dl:nth-of-type(6) dt::before {
  background-image: url(../img/life/tape_06.png);
}
#gallery .gallery_list > dl:nth-of-type(7) dt::before {
  background-image: url(../img/life/tape_02.png);
}
#gallery .gallery_list > dl:nth-of-type(8) dt::before {
  background-image: url(../img/life/tape_03.png);
}
#gallery .gallery_list > dl:nth-of-type(9) dt::before {
  background-image: url(../img/life/tape_01.png);
}
#gallery .gallery_list > dl:nth-of-type(10) dt::before {
  background-image: url(../img/life/tape_05.png);
}
#gallery .gallery_list > dl:nth-of-type(11) dt::before {
  background-image: url(../img/life/tape_06.png);
}
#gallery .gallery_list > dl:nth-of-type(12) dt::before {
  background-image: url(../img/life/tape_04.png);
}
#gallery p {
  margin: 4em 0;
  text-align: center;
  line-height: 1;
}
#gallery p a {
  display: inline-block;
  margin: 0 1em;
  background-color: #17ad49;
  color: #FFF;
  border-radius: 5rem;
  padding: 1em 2em;
}
#gallery p a:hover {
  color: #17ad49;
  background-color: #FFF;
}

body#guide .contents-header {
  background-image: url(../img/guide/header.jpg);
}

.youkou_area {
  padding-top: 5em;
}
.youkou_area > p {
  text-align: center;
}
.youkou_area .youkou_list {
  display: flex;
  flex-flow: row wrap;
  width: 95%;
  max-width: 1024px;
  margin: 3em auto 0;
  gap: 0.5em;
  justify-content: center;
  align-items: stretch;
}
.youkou_area .youkou_list input {
  display: none;
}
.youkou_area .youkou_list li {
  width: calc(25% - 0.5em);
  display: flex;
}
.youkou_area .youkou_list li label {
  background-color: #a6e08d;
  border-radius: 2rem 2rem 0 0;
  display: block;
  text-align: center;
  font-size: clamp(1.4rem, 0.6rem + 1.6666666667vw, 2.6rem);
  padding: 1em;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  transition: 0.3s;
  cursor: pointer;
  width: 100%;
}
.youkou_area .youkou_list li label:hover, .youkou_area .youkou_list li label:has(:checked) {
  background-color: #FFF;
  color: #5bc156;
}
.youkou_area .youkou_list li label:has(:checked) {
  cursor: default;
}
.youkou_area .youkou_list:has(#bosyuu:checked) ~ #bosyuu_area {
  display: block;
}
.youkou_area .youkou_list:has(#kengaku:checked) ~ #kengaku_area {
  display: block;
}
.youkou_area .youkou_list:has(#taiken:checked) ~ #taiken_area {
  display: block;
}
.youkou_area .youkou_list:has(#setsumei:checked) ~ #setsumei_area {
  display: block;
}
.youkou_area .detail {
  background-color: #FFF;
  border-radius: 2rem;
  padding: 2.2rem;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .youkou_area .detail {
    /*TB*/
    padding: 4.4rem;
  }
}
.youkou_area .detail h3 {
  position: relative;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
  padding: 0.5em 0 1em;
}
.youkou_area .detail h3::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #a6e08d;
  width: 100%;
  height: 0.6rem;
  border-radius: 0.6rem;
}
.youkou_area .detail .comment_area {
  text-align: center;
  padding: 1em;
}
.youkou_area .detail dl {
  display: flex;
  flex-flow: row wrap;
  border-top: dashed 0.2rem #352209;
}
.youkou_area .detail dl dt,
.youkou_area .detail dl dd {
  padding: 1em;
}
.youkou_area .detail dl dt {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .youkou_area .detail dl dt {
    /*TB*/
    width: 25%;
    border-bottom: dashed 0.2rem #352209;
  }
}
.youkou_area .detail dl dt span {
  display: block;
  font-weight: bold;
  background-color: #a6e08d;
  border-radius: 6rem;
  text-align: center;
  padding: 0.8em;
}
.youkou_area .detail dl dd {
  width: 100%;
  line-height: 1.8;
  border-bottom: dashed 0.2rem #352209;
}
@media print, screen and (min-width: 768px) {
  .youkou_area .detail dl dd {
    /*TB*/
    width: 75%;
  }
}
.youkou_area .detail .button_area {
  margin-top: 3em;
}
.youkou_area .detail .button_area a {
  border: solid 0.2rem #5bc156;
}

body#news .contents-header {
  background-image: url(../img/news/header.jpg);
}

.tag_list input {
  display: none;
}
.tag_list label {
  display: block;
  border-radius: 3rem;
  border-style: solid;
  border-width: 0.3rem;
  font-weight: bold;
  padding: 0.8em 1em;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
  background-color: #FFF;
}
.tag_list label:hover, .tag_list label:has(:checked) {
  color: #FFF;
}

.tag_all {
  color: #aaaaaa;
  border-color: #aaaaaa;
}
.tag_all:hover, .tag_all:has(:checked) {
  background-color: #aaaaaa;
}

.tag_zaien {
  color: #ff9f36;
  border-color: #ff9f36;
}
.tag_zaien:hover, .tag_zaien:has(:checked) {
  background-color: #ff9f36;
}

.tag_misyuu {
  color: #5bc156;
  border-color: #5bc156;
}
.tag_misyuu:hover, .tag_misyuu:has(:checked) {
  background-color: #5bc156;
}

.tag_recruit {
  color: #76a0ff;
  border-color: #76a0ff;
}
.tag_recruit:hover, .tag_recruit:has(:checked) {
  background-color: #76a0ff;
}

.tag {
  font-size: clamp(1rem, 0.6rem + 0.8333333333vw, 1.6rem);
  font-weight: bold;
  color: #FFF;
  padding: 0.3em 1em;
  border-radius: 3rem;
  letter-spacing: 0.1em;
}
.tag::before {
  white-space: nowrap;
}

.news_zaien .tag {
  background-color: #ff9f36;
}
.news_zaien .tag::before {
  content: "在園児保護者向け";
}

.news_misyuu .tag {
  background-color: #5bc156;
}
.news_misyuu .tag::before {
  content: "未就園児保護者向け";
}

.news_recruit .tag {
  background-color: #76a0ff;
}
.news_recruit .tag::before {
  content: "採用情報";
}

.article_list article {
  padding: 1em 0;
  border-bottom: dotted 0.2rem #352209;
}
.article_list article a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1em;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .article_list article a {
    /*TB*/
    flex-flow: row nowrap;
  }
}
.article_list article a:hover {
  opacity: 0.6;
}
.article_list article a:hover::after {
  padding-right: 0.5em;
}
.article_list article a .date {
  font-size: clamp(1rem, 0.6rem + 0.8333333333vw, 1.6rem);
  white-space: nowrap;
}
.article_list article a .title {
  flex: 1 1 auto;
  width: calc(100% - 4em);
  font-size: clamp(1.4rem, 1rem + 0.8333333333vw, 2rem);
}
.article_list article a::after {
  content: "→";
  padding-right: 1em;
  font-size: clamp(1.4rem, 1rem + 0.8333333333vw, 2rem);
}

.news-list_area {
  display: flex;
  flex-flow: row wrap;
}
.news-list_area aside {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .news-list_area aside {
    /*TB*/
    width: 20%;
    display: block;
  }
}
.news-list_area aside .tag_list li {
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  .news-list_area aside {
    /*TB*/
  }
  .news-list_area aside + .main_area article {
    display: none;
  }
  .news-list_area aside:has(.tag_all input:checked) + .main_area article {
    display: block;
  }
  .news-list_area aside:has(.tag_zaien input:checked) + .main_area article.news_zaien {
    display: block;
  }
  .news-list_area aside:has(.tag_misyuu input:checked) + .main_area article.news_misyuu {
    display: block;
  }
  .news-list_area aside:has(.tag_recruit input:checked) + .main_area article.news_recruit {
    display: block;
  }
}
.news-list_area label {
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #352209;
}
.news-list_area .main_area {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .news-list_area .main_area {
    /*TB*/
    width: 80%;
    padding-left: 5%;
  }
}
.news-list_area .article_list {
  background-color: #FFF;
  border-radius: 4rem;
  padding: 3rem 2rem;
}
@media print, screen and (min-width: 1200px) {
  .news-list_area .article_list {
    /*TB*/
    padding: 4rem;
  }
}
.news-list_area .article_list article:first-of-type {
  padding-top: 0;
}

#news_detail hgroup.h_leaf > div {
  width: calc(100% - 26vw);
}
@media print, screen and (min-width: 1200px) {
  #news_detail hgroup.h_leaf > div {
    /*TB*/
    width: calc(100% - 20rem);
  }
}
#news_detail hgroup.h_leaf p {
  margin-bottom: 0.5em;
}
#news_detail hgroup.h_leaf p span {
  display: inline-block;
  margin: 0 1em;
}
#news_detail .detail_area {
  background-color: #FFF;
  border-radius: 2rem;
  padding: 3rem 2rem;
}
@media print, screen and (min-width: 768px) {
  #news_detail .detail_area {
    /*TB*/
    padding: 5rem;
  }
}
#news_detail .detail_area:has(.pdf, .link, .img) .comment {
  margin-bottom: 3em;
}
#news_detail .detail_area .pdf a,
#news_detail .detail_area .link a {
  display: inline-block;
  padding: 0.5em;
  border-bottom: dotted 0.3rem #ffda71;
}
#news_detail .detail_area .pdf a::before,
#news_detail .detail_area .link a::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-right: 0.5em;
}
#news_detail .detail_area .pdf a::before {
  background-image: url(../img/icon_pdf.svg);
}
#news_detail .detail_area .link a::before {
  background-image: url(../img/icon_link.svg);
}
#news_detail .detail_area:has(.comment, .pdf, .link) .image {
  margin-top: 3em;
}
#news_detail .detail_area .image {
  display: flex;
  flex-flow: row wrap;
  gap: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  #news_detail .detail_area .image li {
    /*TB*/
    width: calc((100% - 5rem) / 3);
  }
}
#news_detail .detail_area .image a {
  display: block;
  border-radius: 2rem;
  aspect-ratio: 145/96;
  overflow: hidden;
  position: relative;
}
#news_detail .detail_area .image a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: #e56a6a;
  background-image: url(../img/icon_loupe.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  max-width: 5rem;
  width: 14%;
  max-height: 5rem;
  height: 26%;
  border-radius: 2rem 0 2rem 0;
}
#news_detail .detail_area .image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
#news_detail .detail_area .image a:hover img {
  scale: 1.1;
}

body#contact .contents-header {
  background-image: url(../img/contact/header.jpg);
}
body#contact .h_round span {
  background-color: #75ccf2;
  color: #FFF;
}

/* ----------------------- form ----------------------- */
.contact-flow {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2em;
  counter-reset: flow 0;
  margin-bottom: 4em;
}
.contact-flow li {
  position: relative;
  display: inline-block;
  padding: 0.8em 1em;
  background-color: #FFF;
  border-radius: 9em;
  font-weight: bold;
  border: solid 0.3rem #75ccf2;
  counter-increment: flow 1;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .contact-flow li {
    /*TB*/
    width: 10em;
  }
}
.contact-flow li::before {
  content: counter(flow);
  padding-right: 1em;
}
.contact-flow li.current {
  background-color: #75ccf2;
  color: #FFF;
}
.contact-flow li::after {
  position: absolute;
  content: "";
  display: block;
  width: 3em;
  border-bottom: dotted 0.3rem #94d9ff;
  right: 100%;
  top: 50%;
  z-index: -1;
}
.contact-flow li:first-child::after {
  content: none;
}

#form {
  max-width: 760px;
  margin: 0 auto;
}
#form dl dt {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0 2em 1rem;
}
#form dl dt .required {
  display: inline-block;
  font-size: 0.8em;
  color: #FFF;
  background-color: #dd4d05;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  margin-left: 1em;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
#form dl dd {
  padding: 1em 2em;
  background-color: #FFF;
  border-radius: 3rem;
  margin-bottom: 3rem;
  line-height: 1;
}
#form dl dd label {
  display: inline-block;
}
#form dl dd label:not(:last-of-type) {
  margin-right: 3em;
}
#form dl dd label::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: solid 0.3rem #FFF;
  border-radius: 50%;
  vertical-align: middle;
  vertical-align: sub;
  margin-right: 0.5em;
  outline: solid 0.1rem #352209;
}
#form dl dd label:has(:checked)::before {
  background-color: #352209;
}
#form dl dd label input {
  display: none;
}
#form input,
#form textarea {
  display: block;
}
#form input[name=yubin_no] {
  width: 16em;
}
#form input,
#form textarea {
  width: 100%;
  letter-spacing: 0.1rem;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #352209;
}
#form input:focus, #form input:visited,
#form textarea:focus,
#form textarea:visited {
  outline: none;
}
#form textarea {
  max-width: 100%;
  min-width: 100%;
  height: 6em;
  line-height: 1.8;
}
#form .submit_area {
  text-align: center;
  padding: 2rem 0;
}
#form .submit_area a {
  color: #dd4d05;
  text-decoration: underline;
  display: inline-block;
  margin-right: 0.5em;
}
#form .submit_area a::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../img/icon_window.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
#form .submit_area label {
  position: relative;
  display: block;
  width: max-content;
  margin: 0 auto;
}
#form .submit_area label input {
  display: none;
}
#form .submit_area label::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border: solid 0.1rem #666666;
  vertical-align: middle;
  margin-right: 1rem;
  border-radius: 0.3rem;
  background-color: #FFF;
}
#form .submit_area label::after {
  position: absolute;
  content: "";
  display: block;
  left: 0.2rem;
  top: 0.6rem;
  width: 1.4rem;
  height: 0.8rem;
  border-left: solid 0.3rem #75ccf2;
  border-bottom: solid 0.3rem #75ccf2;
  transform: rotate(-45deg);
  opacity: 0;
}
#form .submit_area label:has(:checked)::after {
  opacity: 1;
}
#form .submit_area label:has(:checked) + button {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}
#form button {
  width: 80%;
  max-width: 280px;
  margin: 2em auto;
  background: #75ccf2;
  border: solid 0.3rem #75ccf2;
  color: #FFF;
  transition: 0.3s;
  border-radius: 5rem;
  font-size: 1.2em;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  padding: 0.8em;
  opacity: 0.6;
  pointer-events: none;
}
#form button:hover {
  background-color: #FFF;
  color: #75ccf2;
}

.privacy-contents h3 {
  text-align: left;
  margin-top: 4rem;
}
.privacy-contents .address {
  margin-top: 2rem;
  padding: 2rem;
  border: solid 0.1rem #352209;
  display: inline-block;
}
.privacy-contents .address strong {
  font-size: 1.1em;
  font-weight: bold;
}
.privacy-contents .address a {
  display: block;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  background-color: #94d9ff;
  border-radius: 5rem;
  text-align: center;
  color: #FFF;
}

.end-message {
  text-align: center;
}
.end-message p:nth-of-type(1) {
  display: inline-block;
  text-align: left;
  margin-bottom: 4rem;
}

body#download .contents-header {
  background-image: url(../img/download/header.jpg);
}

.download_list {
  background-color: #FFF;
  border-radius: 5rem;
  padding: 2.5em 2em;
}
.download_list dl {
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  padding: 0 1rem 1.5em;
  border-bottom: dotted 0.1rem #352209;
  margin-bottom: 1.5em;
}
.download_list dl:nth-of-type(2n+1) a:nth-child(2n+1) {
  background-color: #17ad49;
}
.download_list dl:nth-of-type(2n+1) a:nth-child(2n) {
  background-color: #37d33f;
}
.download_list dl:nth-of-type(2n) a:nth-child(2n+1) {
  background-color: #37d33f;
}
.download_list dl:nth-of-type(2n) a:nth-child(2n) {
  background-color: #17ad49;
}
.download_list dl:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.download_list dl dt {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: clamp(1.8rem, 1.2666666667rem + 1.1111111111vw, 2.6rem);
}
.download_list dl dd {
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
}
.download_list dl dd a {
  color: #FFF;
  padding: 0.5em 1em;
  font-size: clamp(1.4rem, 1.1333333333rem + 0.5555555556vw, 1.8rem);
  border-radius: 5rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.download_list dl dd a::before, .download_list dl dd a::after {
  content: "";
  display: block;
}
.download_list dl dd a::before {
  width: 1.2em;
  height: 1.2em;
  background-color: #FFF;
  mask-image: url(../img/icon_pdf.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  margin-right: 0.5em;
}
.download_list dl dd a::after {
  content: "→";
  margin-left: 1em;
}

body#members .contents-header, body#members_login .contents-header {
  background-image: url(../img/members/header.jpg);
}
body#members_login h3 {
  position: relative;
  padding: 0.5em;
  margin: 3em 0 1em;
}
body#members_login h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.6rem;
  background-color: #ff948f;
  border-radius: 3rem;
  left: 0;
  bottom: -0.6rem;
}
body#members_login h3 + p {
  text-align: center;
  margin-bottom: 4em;
}

.class_list {
  width: 100%;
  background-color: #FFF;
  border-radius: 4rem;
  padding: 3rem 2rem;
}
@media print, screen and (min-width: 768px) {
  .class_list {
    /*TB*/
    padding: 4rem;
  }
}
.class_list dl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-top: 1em;
  gap: 1em;
}
@media print, screen and (min-width: 1200px) {
  .class_list dl {
    /*TB*/
    flex-flow: row nowrap;
  }
}
.class_list dl dt {
  font-size: clamp(1.2rem, 0.6666666667rem + 1.1111111111vw, 2rem);
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  .class_list dl dt {
    /*TB*/
    width: 20%;
  }
}
.class_list dl dt strong {
  font-size: 1.2em;
  font-weight: bold;
}
.class_list dl dd {
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  .class_list dl dd {
    /*TB*/
    width: 80%;
    gap: 2em;
  }
}
.class_list dl:nth-of-type(2n+1) a:nth-of-type(2n+1) {
  background-color: #17ad49;
  border-color: #17ad49;
}
.class_list dl:nth-of-type(2n+1) a:nth-of-type(2n+1):hover {
  color: #17ad49;
  border-color: #17ad49;
  background-color: #FFF;
}
.class_list dl:nth-of-type(2n+1) a:nth-of-type(2n) {
  background-color: #37d33f;
  border-color: #37d33f;
}
.class_list dl:nth-of-type(2n+1) a:nth-of-type(2n):hover {
  color: #37d33f;
  border-color: #37d33f;
  background-color: #FFF;
}
.class_list dl:nth-of-type(2n) a:nth-of-type(2n+1) {
  background-color: #37d33f;
  border-color: #37d33f;
}
.class_list dl:nth-of-type(2n) a:nth-of-type(2n+1):hover {
  color: #37d33f;
  border-color: #37d33f;
  background-color: #FFF;
}
.class_list dl:nth-of-type(2n) a:nth-of-type(2n) {
  background-color: #17ad49;
  border-color: #17ad49;
}
.class_list dl:nth-of-type(2n) a:nth-of-type(2n):hover {
  color: #17ad49;
  border-color: #17ad49;
  background-color: #FFF;
}
.class_list dl a {
  display: block;
  color: #FFF;
  font-size: clamp(1rem, 0.4666666667rem + 1.1111111111vw, 1.8rem);
  padding: 0.7em 1em;
  border-radius: 3em;
  width: calc((100% - 4em) / 2);
  font-weight: bold;
  border: solid 0.2rem;
}
@media print, screen and (min-width: 768px) {
  .class_list dl a {
    /*TB*/
    width: calc((100% - 4em) / 3);
  }
}
.class_list dl a::after {
  content: "→";
  float: right;
}
@media print, screen and (min-width: 768px) {
  .class_list dl a:hover::after {
    /*TB*/
    transform: translateX(0.5em);
  }
}

.class_message {
  display: flex;
  flex-flow: row wrap;
  gap: 4rem;
  justify-content: center;
}
.class_message .staff_image {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 35vw;
  height: 35vw;
  max-width: 28rem;
  max-height: 28rem;
  background-color: #FFF;
  overflow: hidden;
}
.class_message .staff_comment {
  width: 100%;
  background-color: #FFF;
  border-radius: 2rem;
  position: relative;
  filter: drop-shadow(0 0 0.3rem rgba(53, 34, 9, 0.3));
  padding: 2em;
}
@media print, screen and (min-width: 1200px) {
  .class_message .staff_comment {
    /*TB*/
    width: calc(100% - 32rem);
  }
}
.class_message .staff_comment::after {
  position: absolute;
  content: "";
  background-color: #FFF;
  width: 4rem;
  height: 4rem;
  top: -3rem;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}
@media print, screen and (min-width: 1200px) {
  .class_message .staff_comment::after {
    /*TB*/
    left: -3rem;
    right: auto;
    margin: 0;
    top: calc(50% - 1rem);
    clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
  }
}

.class_album {
  display: flex;
  flex-flow: row wrap;
  gap: 3rem 2rem;
  justify-content: center;
}
.class_album article {
  width: 80%;
  display: flex;
  flex-flow: column nowrap;
}
@media print, screen and (min-width: 768px) {
  .class_album article {
    /*TB*/
    width: calc((100% - 4rem) / 3);
  }
}
.class_album article a {
  position: relative;
  display: block;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
  aspect-ratio: 320/240;
  transition: 0.5s;
}
.class_album article a:hover img {
  scale: 1.1;
}
.class_album article a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: #e56a6a;
  background-image: url(../img/icon_loupe.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  max-width: 5rem;
  max-height: 5rem;
  width: 15.625%;
  height: 20.8%;
  border-radius: 2rem 0 0 0;
}
.class_album article a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.class_album article div {
  background-color: #FFF;
  border-radius: 0 0 2rem 2rem;
  padding: 1em;
  flex-grow: 1;
}
.class_album article div .date {
  font-size: clamp(1.1rem, 0.9rem + 0.4166666667vw, 1.4rem);
}
.class_album article div .title {
  line-height: 1.4;
  font-size: clamp(1.3rem, 0.9666666667rem + 0.6944444444vw, 1.8rem);
}

#members_login #lightcase-case #lightcase-content {
  box-shadow: none !important;
}
#members_login #lightcase-case #lightcase-content .lightcase-contentInner {
  z-index: 1;
}
#members_login #lightcase-case #lightcase-info {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5) !important;
  background-color: #FFF !important;
  padding: 1em !important;
  width: 100% !important;
}
#members_login #lightcase-case #lightcase-info #lightcase-title,
#members_login #lightcase-case #lightcase-info #lightcase-caption {
  text-shadow: none !important;
  color: #352209;
}

body#recruit .contents-header {
  background-image: url(../img/recruit/header.jpg);
}

#recruit-top {
  background-color: #FFF;
}

#eetokoro .h3_group {
  margin-bottom: 2em;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-around;
}
#eetokoro .h3_group h3 {
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-bottom: 0.8em;
}
@media print, screen and (min-width: 768px) {
  #eetokoro .h3_group h3 br {
    /*TB*/
    display: none;
  }
}
#eetokoro .h3_group img {
  margin-bottom: -0.5rem;
  z-index: 2;
  max-width: 20%;
}
#eetokoro .h3_group::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  background-color: #aecbff;
  border-radius: 0.6rem;
  z-index: 0;
}
#eetokoro .h3_group + p {
  text-align: center;
}
#eetokoro .eetoko_area {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2em 0;
  margin-top: 4em;
}
#eetokoro .eetoko_area dl {
  padding: 0 2.2rem;
}
@media print, screen and (min-width: 768px) {
  #eetokoro .eetoko_area dl {
    /*TB*/
    width: 50%;
  }
}
#eetokoro .eetoko_area dl dt {
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#eetokoro .eetoko_area dl dt small {
  display: inline-block;
  font-size: clamp(1.4rem, 0.8666666667rem + 1.1111111111vw, 2.2rem);
}
#eetokoro .eetoko_area dl dt strong {
  display: inline-block;
  font-size: clamp(2.2rem, 1.6666666667rem + 1.1111111111vw, 3rem);
}
#eetokoro .eetoko_area dl dt span {
  display: block;
  background-color: #aecbff;
  border-radius: 5rem;
  text-align: center;
  padding: 0.5em 0;
  margin-top: 1rem;
  font-size: clamp(1.8rem, 1.1333333333rem + 1.3888888889vw, 2.8rem);
}
#eetokoro .eetoko_area dl dd {
  position: relative;
  padding: 2rem;
}
#eetokoro .eetoko_area dl dd a.modal-open {
  display: block;
  width: 80%;
  margin: 0 auto;
  border-radius: 2rem;
  aspect-ratio: 320/240;
  overflow: hidden;
}
#eetokoro .eetoko_area dl dd a.modal-open img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
#eetokoro .eetoko_area dl dd a.modal-open:hover img {
  scale: 1.1;
}
#eetokoro .eetoko_area dl dd::after {
  content: "";
  position: absolute;
  display: block;
  width: 7rem;
  height: 8.2rem;
  background-image: url(../img/recruit/icon_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 2rem;
  right: 1.5rem;
}
#eetokoro .eetoko_area dl dd div hgroup {
  width: max-content;
  min-width: 40%;
  margin: 0 auto 2rem;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#eetokoro .eetoko_area dl dd div hgroup p {
  font-size: clamp(1.4rem, 1.1333333333rem + 0.5555555556vw, 1.8rem);
}
#eetokoro .eetoko_area dl dd div hgroup p strong {
  display: inline-block;
  font-size: clamp(2.2rem, 1.6666666667rem + 1.1111111111vw, 3rem);
}
#eetokoro .eetoko_area dl dd div hgroup h4 {
  background-color: #aecbff;
  border-radius: 5rem;
  text-align: center;
  font-size: clamp(1.8rem, 1.1333333333rem + 1.3888888889vw, 2.8rem);
  padding: 0.5em 0;
}
#eetokoro .eetoko_area dl dd div p {
  text-align: left;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #eetokoro .eetoko_area dl dd div p {
    /*TB*/
    width: max-content;
    max-width: 75%;
  }
}
#eetokoro .eetoko_area dl dd div p br {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #eetokoro .eetoko_area dl dd div p br {
    /*TB*/
    display: inherit;
  }
}

#voice {
  background-color: #aecbff;
}
#voice .staff-voice {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem 5rem;
  align-items: center;
}
#voice .staff-voice:not(:last-of-type) {
  margin-bottom: 2rem;
}
#voice .staff-voice figure {
  width: 30vw;
  height: 30vw;
  max-width: 28rem;
  max-height: 28rem;
  border-radius: 50%;
  background-color: #FFF;
  order: 1;
}
#voice .staff-voice .fukidashi {
  position: relative;
  background-color: #FFF;
  border-radius: 2rem;
  padding: 2em;
  order: 2;
  margin-top: 2.5rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #voice .staff-voice .fukidashi {
    /*TB*/
    width: calc(100% - 28rem - 5rem);
    margin: 0;
  }
}
#voice .staff-voice .fukidashi::before {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  height: 2rem;
  background-color: #FFF;
  top: -2rem;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}
@media print, screen and (min-width: 768px) {
  #voice .staff-voice .fukidashi::before {
    /*TB*/
    width: 3rem;
    height: 4rem;
    top: calc(50% - 2rem);
  }
}
#voice .staff-voice:nth-of-type(2n+1) {
  justify-content: flex-start;
}
@media print, screen and (min-width: 768px) {
  #voice .staff-voice:nth-of-type(2n+1) figure {
    /*TB*/
    order: 2;
  }
}
@media print, screen and (min-width: 768px) {
  #voice .staff-voice:nth-of-type(2n+1) .fukidashi {
    /*TB*/
    order: 1;
  }
}
#voice .staff-voice:nth-of-type(2n+1) .fukidashi::before {
  left: calc(15vw - 1.5rem);
}
@media print, screen and (min-width: 768px) {
  #voice .staff-voice:nth-of-type(2n+1) .fukidashi::before {
    /*TB*/
    left: auto;
    right: -3rem;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  }
}
#voice .staff-voice:nth-of-type(2n) {
  justify-content: flex-end;
}
#voice .staff-voice:nth-of-type(2n) figure {
  order: 1;
}
#voice .staff-voice:nth-of-type(2n) .fukidashi {
  order: 2;
}
#voice .staff-voice:nth-of-type(2n) .fukidashi::before {
  right: calc(15vw - 1.5rem);
}
@media print, screen and (min-width: 768px) {
  #voice .staff-voice:nth-of-type(2n) .fukidashi::before {
    /*TB*/
    right: auto;
    left: -3rem;
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  }
}
#voice .illust_area {
  text-align: right;
  padding: 6rem 5% 0;
}
@media print, screen and (min-width: 1200px) {
  #voice .illust_area {
    /*TB*/
    padding-top: 10rem;
  }
}
#voice .illust_area img {
  max-width: 50vw;
  margin-bottom: -2rem;
  animation: tekuteku 2s linear 0s infinite alternate none;
}
#voice:has(.illust_area) {
  padding-bottom: 0;
  z-index: 2;
}

@keyframes tekuteku {
  0% {
    transform: translateX(0) translateY(0);
  }
  16.66% {
    transform: translateX(-2rem) translateY(-1rem) rotate(2deg);
  }
  33.32% {
    transform: translateX(-4rem) translateY(0) rotate(0deg);
  }
  49.98% {
    transform: translateX(-6rem) translateY(-1rem) rotate(2deg);
  }
  66.64% {
    transform: translateX(-8rem) translateY(0) rotate(0deg);
  }
  83.4% {
    transform: translateX(-10rem) translateY(-1rem) rotate(2deg);
  }
  99.96% {
    transform: translateX(-12rem) translateY(0) rotate(0deg);
  }
  100% {
    transform: translateX(-12rem) translateY(0) rotate(0deg);
  }
}
#youkou {
  background-color: #FFF;
}
#youkou .h_round span {
  background-color: #80b4ff;
  color: #FFF;
}
#youkou .youkou dl {
  display: flex;
  flex-flow: row wrap;
  border-top: dashed 0.1rem #352209;
  margin: 4rem 0 0;
}
#youkou .youkou dl dt,
#youkou .youkou dl dd {
  width: 100%;
  line-height: 1.8;
}
#youkou .youkou dl dt {
  font-weight: bold;
  padding: 1.5em 1em 0.5em;
}
@media print, screen and (min-width: 768px) {
  #youkou .youkou dl dt {
    /*TB*/
    width: 20%;
    padding: 1.5em 2em 1.3em;
    border-bottom: dashed 0.1rem #352209;
  }
}
#youkou .youkou dl dd {
  border-bottom: dashed 0.1rem #352209;
  padding: 0.5em 1em 1.3em;
}
@media print, screen and (min-width: 768px) {
  #youkou .youkou dl dd {
    /*TB*/
    padding: 1.5em 2em 1.3em;
    width: 80%;
  }
}
#youkou .flow {
  margin-top: 8em;
}
#youkou .flow ol {
  counter-reset: flow 0;
  margin: 4rem 0 0;
}
#youkou .flow ol li {
  counter-increment: flow 1;
}
#youkou .flow ol li dl {
  border: solid 0.2rem #aecbff;
  border-radius: 1rem;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 1em;
  padding: 2rem;
}
@media print, screen and (min-width: 768px) {
  #youkou .flow ol li dl {
    /*TB*/
    gap: 0;
  }
}
#youkou .flow ol li dl dt {
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  #youkou .flow ol li dl dt {
    /*TB*/
    width: 20%;
  }
}
#youkou .flow ol li dl dt::before {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  content: counter(flow);
  font-size: clamp(1.5rem, 0.5rem + 2.0833333333vw, 3rem);
  background-color: #80b4ff;
  text-align: center;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #FFF;
  font-weight: normal;
  margin-right: 0.5em;
}
#youkou .flow ol li dl dd {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  #youkou .flow ol li dl dd {
    /*TB*/
    width: 80%;
    padding-top: 0.3em;
  }
}
#youkou .flow ol li:not(:last-child)::after {
  display: block;
  content: "";
  width: 4.4rem;
  height: 2.6rem;
  background-color: #aecbff;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  margin: 2rem auto;
}
#youkou .flow ol li p {
  text-align: center;
  font-weight: bold;
}
#youkou .illust_area {
  text-align: left;
  padding: 6rem 5% 0;
}
@media print, screen and (min-width: 1200px) {
  #youkou .illust_area {
    /*TB*/
    padding-top: 10rem;
  }
}
#youkou .illust_area img {
  margin-bottom: -2rem;
  max-width: 50vw;
  animation: tekuteku2 2s linear 0s infinite alternate none;
}
#youkou:has(.illust_area) {
  padding-bottom: 0;
  z-index: 0;
}

@keyframes tekuteku2 {
  0% {
    transform: translateX(0) translateY(0);
  }
  16.66% {
    transform: translateX(2rem) translateY(-1rem) rotate(-2deg);
  }
  33.32% {
    transform: translateX(4rem) translateY(0) rotate(0deg);
  }
  49.98% {
    transform: translateX(6rem) translateY(-1rem) rotate(-2deg);
  }
  66.64% {
    transform: translateX(8rem) translateY(0) rotate(0deg);
  }
  83.4% {
    transform: translateX(10rem) translateY(-1rem) rotate(-2deg);
  }
  99.96% {
    transform: translateX(12rem) translateY(0) rotate(0deg);
  }
  100% {
    transform: translateX(12rem) translateY(0) rotate(0deg);
  }
}
#entry .h_round span {
  background-color: #80b4ff;
  color: #FFF;
}
#entry .contact-flow li {
  border: solid 0.3rem #80b4ff;
}
#entry .contact-flow li.current {
  background-color: #80b4ff;
  color: #FFF;
}
#entry .contact-flow li::after {
  border-bottom: dotted 0.3rem #aecbff;
}
#entry #form .oubo {
  display: flex;
  flex-flow: row wrap;
  padding: 2em 1em;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #entry #form .oubo dl {
    /*TB*/
    width: calc(50% - 1rem);
  }
}
#entry #form .oubo dl dd {
  border: solid 0.1rem #eeeeee;
  margin-bottom: 0;
}
#entry #form .oubo dl:not(:has(+ dl)) {
  width: 100%;
}
#entry #form .submit_area label::after {
  border-left: solid 0.3rem #80b4ff;
  border-bottom: solid 0.3rem #80b4ff;
}
#entry #form button {
  background: #80b4ff;
  border: solid 0.3rem #80b4ff;
}
#entry #form button:hover {
  color: #80b4ff;
  background-color: #FFF;
}

body#privacy .contents-header {
  background-image: url(../img/privacy/header.jpg);
}/*# sourceMappingURL=style.css.map */