@charset "UTF-8";
/*
Version: 2.2.4
*/
/*
===== CONTENTS ================================================================================

	Index:
  - Base Style
  - Layout

===============================================================================================
*/
/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/
/* Base Setting
==========================================================*/
body {
  font: 16px/1.8 "Zen Kaku Gothic New", sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.1em;
}

body {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  color: #000;
}

a:hover { /*text-decoration: underline;*/ }

a.disabled {
  pointer-events: none;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}

a.underline {
  text-decoration: underline;
}

@media screen and (min-width: 751px) {
  .tellink {
    pointer-events: none;
  }
}
.js-fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition-duration: 0.8s;
}

.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

/* main-layout
==========================================================*/
/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - デスクトップ（デフォルトのグリッド）
   1024-768    - タブレット横長
   768-480     - タブレット縦長
   480-less    - スマホ
--------------------------------------------*/
/* iPhoneポートレイト */
/* iPhoneランドスケープ */
/* iPadポートレイト */
/* iPadランドスケープ */
*, *:before, *:after {
  box-sizing: border-box;
}

#wrapper { /*overflow: hidden; */ }

.wrap {
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}

.Inner1500 {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.Inner1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.Inner1300 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.Inner1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.Inner1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.Inner1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.Inner920 {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.Inner900 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.Inner800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.Inner750 {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.Inner650 {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.top_mainv {
  position: absolute;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 751px) and (max-width: 1399px) {
  .wrap {
    padding: 0 3.5714285714vw;
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    padding: 0 6.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .sp-hide {
    display: block;
  }
  .sp-hide-inline {
    display: inline;
  }
  .sp-show {
    display: none !important;
  }
  .sp-show-inline {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
  }
  .sp-hide-inline, .sp-hide {
    display: none !important;
  }
  .sp-show {
    display: block;
  }
  .sp-show-inline {
    display: inline;
  }
  .sp-br-none br, br.sp-br-none {
    display: none;
  }
  .flex.sp-noflex {
    display: block;
  }
  .sp-pdnone {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1201px) {
  .show-1200 {
    display: none;
  }
  .hide-1200 {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .show-1200 {
    display: block;
  }
  .hide-1200 {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .show-1100 {
    display: none;
  }
  .hide-1100 {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .show-1100 {
    display: block;
  }
  .hide-1100 {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .show-1000 {
    display: none;
  }
  .hide-1000 {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .show-1000 {
    display: block;
  }
  .hide-1000 {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .show-900 {
    display: none;
  }
  .hide-900 {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .show-900 {
    display: block;
  }
  .hide-900 {
    display: none;
  }
}
@media screen and (min-width: 861px) {
  .show-860 {
    display: none;
  }
  .hide-860 {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .show-860 {
    display: block;
  }
  .hide-860 {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .show-800 {
    display: none;
  }
  .hide-800 {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .show-800 {
    display: block;
  }
  .hide-800 {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .show-750 {
    display: none;
  }
  .hide-750 {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .show-750 {
    display: block;
  }
  .hide-750 {
    display: none;
  }
  .sp-br-none br {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .show-600 {
    display: none;
  }
  .hide-600 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .show-600 {
    display: block;
  }
  .hide-600 {
    display: none;
  }
}
@media screen and (min-width: 501px) {
  .show-500 {
    display: none;
  }
  .hide-500 {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .show-500 {
    display: block;
  }
  .hide-500 {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .show-480 {
    display: none;
  }
  .hide-480 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .show-480 {
    display: block;
  }
  .hide-480 {
    display: none;
  }
}
@media screen and (min-width: 401px) {
  .show-400 {
    display: none;
  }
  .hide-400 {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .show-400 {
    display: block;
  }
  .hide-400 {
    display: none;
  }
}
@media screen and (min-width: 375px) {
  .show-374 {
    display: none;
  }
  .hide-374 {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .show-374 {
    display: block;
  }
  .show-800.rehide-374,
.show-750.rehide-374,
.show-600.rehide-374,
.show-500.rehide-374,
.show-500.rehide-374,
.show-400.rehide-374,
.hide-374 {
    display: none;
  }
}
/*  common-layout
==========================================================*/
/* color */
.c_w,
.c_w a {
  color: #fff;
}

.c_bk {
  color: #000;
}

.c_99 {
  color: #999;
}

.c_red {
  color: #fbaf29;
}

.bg_w {
  background: #fff !important;
}

.bg_fa {
  background: #FAFAFA;
}

.bg_beige {
  background: #fff5e9 !important;
}

/* ttl / fonts */
.mont {
  font-family: "Montserrat", sans-serif;
}

.notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.semibold {
  font-weight: 600;
}

.ls0 {
  letter-spacing: 0;
}

.ls001 {
  letter-spacing: 0.01em;
}

.ls002 {
  letter-spacing: 0.02em;
}

.ls004 {
  letter-spacing: 0.04em;
}

.ls005 {
  letter-spacing: 0.05em;
}

.ls006 {
  letter-spacing: 0.06em;
}

.ls01 {
  letter-spacing: 0.1em;
}

.lh1 {
  line-height: 1;
}

.lh2 {
  line-height: 2;
}

.lh29 {
  line-height: 2.9;
}

@media screen and (max-width: 750px) {
  .lh29 {
    line-height: 2.3;
  }
}
#h1outer {
  position: absolute;
  top: -100%;
}

.fs46 {
  font-size: 2.875rem;
}

.fs40 {
  font-size: 2.5rem;
}

.fs34 {
  font-size: 2.125rem;
}

.fs32 {
  font-size: 2rem;
}

.fs30 {
  font-size: 1.875rem;
}

.fs29 {
  font-size: 1.8125rem;
}

.fs26 {
  font-size: 1.625rem;
}

.fs25 {
  font-size: 1.5625rem;
}

.fs23 {
  font-size: 1.4375rem;
}

.fs24 {
  font-size: 1.5rem;
}

.fs22 {
  font-size: 1.375rem;
}

.fs20 {
  font-size: 20px;
}

.fs18 {
  font-size: 18px;
}

.fs17 {
  font-size: 17px;
}

.fs16 {
  font-size: 16px;
}

.fs15 {
  font-size: 15px;
}

.fs14 {
  font-size: 14px;
}

.fs13 {
  font-size: 13px;
}

.fs12 {
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .fs46 {
    font-size: 2.3rem;
  }
  .fs32 {
    font-size: 1.6rem;
  }
  .fs20 {
    font-size: 4.8vw;
  }
  .fs18 {
    font-size: 4.2666666667vw;
  }
  .fs17 {
    font-size: 4vw;
  }
  .fs16 {
    font-size: 3.7333333333vw;
  }
  .fs15 {
    font-size: 3.4666666667vw;
  }
  .fs14 {
    font-size: 3.2vw;
  }
  .fs12 {
    font-size: 3.2vw;
  }
}
/* button */
/*  plugin
==========================================================*/
/* slider */
.scslide {
  visibility: hidden;
}

.scslide.slick-initialized {
  visibility: visible;
}

.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
          animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes kenburns {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* aos */
[data-aos=fade-up] {
  transform: translate(0, 20px);
}

[data-aos=fade-left] {
  transform: translate3d(20px, 0, 0);
}

[data-aos=fade-right] {
  transform: translate3d(20px, 0, 0);
}

[data-aos=zoom-out] {
  transform: scale(1.05);
}

/* header
==========================================================*/
.header_logo img, .header_logo a {
  transition: all 0.3s;
}
.header_logo_black {
  display: none;
}

.jsHeader.headerColorScroll .header_logo img {
  opacity: 0;
}

.jsHeader.headerColorScroll .header_logo a {
  background: url(../images/common/logo_black.png) center no-repeat;
  background-size: 100% auto;
  display: block;
}

.header_burger {
  transition: all 0.3s;
}

.jsHeader.headerColorScroll .header_burger {
  background-color: #fff;
}

#g-menu {
  overflow: auto;
}

#g-menu ul {
  padding-block: 10%;
}

.globalNav ul {
  font-size: 17px;
}

.globalNav_jp a {
  padding-bottom: min(22px, 2vh) !important;
}

.globalNav_jplast {
  margin-bottom: min(44px, 4vh) !important;
}

.globalNav_jp a, .globalNav_jplast a {
  font-size: 24px !important;
}

.header_sns {
  justify-content: center;
  margin-left: 0 !important;
  padding-top: 5% !important;
}

@media screen and (max-width: 600px) {
  .globalNav a {
    font-size: 7vw !important;
  }
  #g-menu .globalNav ul li:last-child a {
    font-size: 5.5vw !important;
  }
  .globalNav_jp a, .globalNav_jplast a {
    font-size: 4.5vw !important;
    display: block;
  }
  .globalNav_jp {
    margin-bottom: 0 !important;
    padding-left: 0.6em;
  }
  .globalNav_jp a {
    padding-bottom: 20px !important;
  }
  .globalNav_jplast {
    margin-bottom: 20px !important;
    padding-left: 0.6em;
  }
  .globalNav_jplast a {
    padding-bottom: 20px !important;
  }
  .globalNav ul {
    font-size: 7vw;
  }
  #g-menu .globalNav ul li {
    text-align: left !important;
  }
  .header_sns {
    justify-content: left;
  }
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 30px;
}
header .header_logo {
  position: relative;
  z-index: 2;
}
header .header_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
header .header_wrap {
  position: relative;
  padding: 0 50px;
}
header .header_burger {
  width: 60px;
  height: 60px;
  transition: all 0.4s;
  background-color: #fff5e9;
  border-radius: 5px;
  cursor: pointer;
}
header .header_burger:hover {
  opacity: 0.6;
}
header .header_burger span {
  position: relative;
  width: 31px;
  height: 1.5px;
  background-color: #6f8065;
  transition: all 0.4s;
}
header .header_burger span::before, header .header_burger span::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #6f8065;
  width: 31px;
  height: 1.5px;
  transition: top 0.2s 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
  transform-origin: 50% 50%;
}
header .header_burger span::before {
  top: -13px;
}
header .header_burger span::after {
  top: 13px;
}
header .header_burger small {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 0;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.08em;
}
header .header_contactBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 80px;
  background: linear-gradient(40deg, #ffb745 20%, #ea7000);
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}
header .header_contactBtn a span {
  width: 25px;
  display: inline-block;
  margin-right: 11px;
}

.-open .header_logo_white {
  display: none;
}
.-open .header_logo_black {
  display: block;
}
.-open .header_bg {
  opacity: 1;
  visibility: visible;
}
.-open .header_burger {
  background-color: #Fff;
}
.-open .header_burger span {
  background-color: unset;
}
.-open .header_burger span::before, .-open .header_burger span::after {
  top: 0;
  transition: top 0.2s ease, transform 0.2s 0.2s ease;
  background-color: #6f8065;
}
.-open .header_burger span::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.-open .header_burger span::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.-open #g-menu {
  opacity: 1;
  pointer-events: all;
}
.-open .header_burger {
  z-index: 2;
}

#g-menu {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #fff5e9;
  color: #fff;
}
#g-menu > .flex-jcc {
  height: 100%;
}
#g-menu .globalNav ul:nth-child(2) {
  margin-left: 50px;
}
#g-menu .globalNav ul li {
  margin-bottom: min(44px, 4vh);
  text-align: center;
  line-height: 1;
}
#g-menu .globalNav ul li:last-child {
  margin-bottom: 0;
}
#g-menu .globalNav ul li:last-child a {
  font-size: 30px;
}
#g-menu .globalNav ul li a {
  color: #f0ab31;
  font-size: 38px;
}
#g-menu .globalNav ul li span {
  display: inline-flex;
  align-items: center;
  width: 12px;
  margin-left: 8px;
}
#g-menu .g-menu_ttl {
  font-size: 40px;
}
#g-menu .g-menu_btnBox {
  margin-left: 100px;
}
#g-menu .g-menu_btnBox_01, #g-menu .g-menu_btnBox_02 {
  width: 258px;
  height: 65px;
}
#g-menu .g-menu_btnBox_01 a, #g-menu .g-menu_btnBox_02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 0.5px solid #fff;
  color: #fff;
  border-radius: 5px;
}
#g-menu .g-menu_btnBox_01 a .linkLogo, #g-menu .g-menu_btnBox_02 a .linkLogo {
  width: 15px;
}
#g-menu .g-menu_btnBox_01 {
  margin-bottom: 25px;
}
#g-menu .g-menu_btnBox_01 span:nth-child(1) {
  width: 116px;
}
#g-menu .g-menu_btnBox_01 .linkLogo {
  margin-left: 47px;
}
#g-menu .g-menu_btnBox_02 .linkLogo {
  margin-left: 23px;
}
#g-menu .footer_bottom .footer_bottom_right .flex-aic {
  justify-content: flex-end;
}

#kasou_recruit header .header_burger, #kasou_news header .header_burger, #kasou_contact header .header_burger, #kasou_pp header .header_burger {
  background-color: #fff;
}
#kasou_recruit #g-menu, #kasou_news #g-menu, #kasou_contact #g-menu, #kasou_pp #g-menu {
  background-color: #fbf2e8;
}

#kasou_news .header_logo_black, #kasou_contact .header_logo_black, #kasou_pp .header_logo_black, .kasou_logoshow .header_logo_black {
  display: block;
}
#kasou_news .header_logo_white, #kasou_contact .header_logo_white, #kasou_pp .header_logo_white, .kasou_logoshow .header_logo_white {
  display: none;
}

@media screen and (min-width: 1400px) {
  header .header_logo {
    width: 243px;
  }
  header .header_contactBtn a {
    width: 220px;
  }
  #g-menu .globalNav ul:nth-child(2) {
    margin-left: 50px;
  }
  #g-menu .g-menu_btnBox {
    margin-left: 100px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  #g-menu .g-menu_ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  #g-menu .footer_bottom .footer_bottom_left .flex-aic {
    flex-flow: column-reverse;
    align-items: flex-start;
  }
  #g-menu .footer_bottom .footer_bottom_left .flex-aic p:nth-child(1) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1399px) {
  header .header_wrap {
    padding: 0 3.5714285714vw;
  }
  header .header_logo {
    width: 243px;
  }
  header .header_contactBtn a {
    width: 15.7142857143vw;
    min-width: 165px;
  }
  #g-menu .g-menu_btnBox {
    margin-left: 7.1428571429vw;
  }
}
@media screen and (max-width: 750px) {
  header {
    padding-top: 15px;
  }
  header .header_wrap {
    padding: 0 6.6666666667vw 0 2.6666666667vw;
  }
  header .header_logo {
    width: 203px;
  }
  header .header_burger {
    width: 45px;
    height: 45px;
  }
  header .header_burger span {
    width: 25px;
  }
  header .header_burger span::before, header .header_burger span::after {
    width: 25px;
  }
  header .header_burger span::before {
    top: -10px;
  }
  header .header_burger span::after {
    top: 10px;
  }
  #g-menu > .flex-jcc {
    height: 100%;
    padding: 18.6666666667vw 0;
  }
  #g-menu .g-menu_ttl {
    width: 100%;
    text-align: center;
    font-size: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  #g-menu .g-menu_btnBox {
    margin-left: 0;
  }
  #g-menu .g-menu_btnBox_01, #g-menu .g-menu_btnBox_02 {
    width: 68.8vw;
    height: 16.5333333333vw;
  }
  #g-menu .g-menu_btnBox_01 a, #g-menu .g-menu_btnBox_02 a {
    border-radius: 1.3333333333vw;
  }
  #g-menu .g-menu_btnBox_01 a .linkLogo, #g-menu .g-menu_btnBox_02 a .linkLogo {
    width: 4vw;
  }
  #g-menu .g-menu_btnBox_01 {
    margin-bottom: 3.2vw;
  }
  #g-menu .g-menu_btnBox_01 span:nth-child(1) {
    width: 30.9333333333vw;
  }
  #g-menu .g-menu_btnBox_01 .linkLogo {
    margin-left: 12.5333333333vw;
  }
  #g-menu .g-menu_btnBox_02 .linkLogo {
    margin-left: 11.7333333333vw;
  }
  #g-menu .globalNav {
    margin-bottom: 6.1333333333vw;
  }
  #g-menu .globalNav ul li {
    margin-bottom: 5.8666666667vw;
  }
  #g-menu .globalNav ul li:last-child a {
    font-size: 5.3333333333vw;
  }
  #g-menu .globalNav ul li a {
    font-size: 5.3333333333vw;
  }
  #g-menu .globalNav ul li span {
    width: 2.6666666667vw;
    margin-left: 1.6vw;
  }
  #g-menu .globalNav ul:nth-child(1) {
    margin-left: 0;
    text-align: center;
  }
  #g-menu .globalNav ul:nth-child(2) {
    margin-left: 6.6666666667vw;
  }
  #g-menu .footer_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #g-menu .footer_bottom_left {
    margin-top: 0;
  }
}
@media screen and (min-width: 751px) {
  #sp_menuBk {
    display: none !important;
  }
  #sp_menuBk {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  #sp_menu {
    height: 25px;
    width: 40px;
    cursor: pointer;
    position: fixed;
    right: 15px;
    top: 15px;
    padding-top: 15px;
    z-index: 9901;
  }
  #sp_menu span {
    position: absolute;
    display: block;
    content: "";
  }
  #sp_menu span:before {
    position: absolute;
    height: 2px;
    width: 30px;
    background: #fff;
    display: block;
    content: "";
  }
  #sp_menu span:before {
    bottom: -12px;
  }
  #sp_menu span:after {
    position: absolute;
    height: 2px;
    width: 30px;
    background: #fff;
    display: block;
    content: "";
  }
  #sp_menu_close {
    height: 25px;
    width: 40px;
    cursor: pointer;
    position: fixed;
    right: 15px;
    top: 15px;
    padding-top: 15px;
    display: none;
    z-index: 9912;
  }
  #sp_menu_close span {
    background: none;
  }
  #sp_menu_close span:before,
#sp_menu_close span:after {
    top: 50%;
    left: 0;
    position: absolute;
    height: 2px;
    width: 30px;
    background: #000;
    display: block;
    content: "";
    cursor: pointer;
    transition: all 0.3s ease;
  }
  #sp_menu_close span:before {
    transform: skewY(-45deg);
  }
  #sp_menu_close span:after {
    transform: skewY(45deg);
  }
  /* ------------------- */
  #sp_menuBk {
    /*display: none; position: fixed; z-index: 20; top: 0; width: 100%; height: 100vh;left: 0; background: rgba(0,0,0,0.6); */
  }
  #g-menu {
    width: 100%;
  }
  .g-menu {
    flex-direction: column;
  }
  .g-menu li {
    margin-left: 0em;
  }
}
/* footer
==========================================================*/
footer {
  padding: 50px 0 42px;
  position: relative;
}
footer::after {
  content: "";
  position: absolute;
  bottom: -156%;
  left: 0;
  width: 100%;
  height: 157%;
  background-color: #fff5e9;
}
footer .Inner1100 > .flex-jcs:nth-child(2) {
  margin-top: 110px;
}

#ft_logo {
  width: 255px;
}

#ft_menu li:not(:last-child) {
  margin-right: 30px;
}

#ft_menu_jp {
  margin-top: 30px;
  line-height: 2;
}

#ft_menu .sp-show {
  font-size: 2.5vw;
}

@media screen and (max-width: 860px) {
  #ft_menu .sp-show {
    font-size: 3vw;
  }
}
.footer_sns {
  margin-top: 30px;
}

.footer_sns_sp {
  margin-top: 40px;
}

.footer_sns_sp li {
  display: flex !important;
  justify-content: center;
}

.sns_insta {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 751px) and (max-width: 1399px) {
  footer {
    padding: 3.5714285714vw 0 3vw;
  }
  footer .Inner1100 > .flex-jcs:nth-child(2) {
    margin-top: 7.8571428571vw;
  }
  #ft_menu li:not(:last-child) {
    margin-right: 2.1428571429vw;
  }
}
@media screen and (max-width: 860px) {
  footer .Inner1100 > .flex-jcs:nth-child(1) {
    justify-content: center;
    flex-flow: column;
  }
  #ft_logo {
    margin-bottom: 5.2vw;
  }
}
@media screen and (max-width: 750px) {
  footer {
    padding: 9.3333333333vw 0 5.6vw;
  }
  footer .Inner1100 > .flex-jcs:nth-child(2) {
    margin-top: 12vw;
    justify-content: center;
    flex-flow: column-reverse;
  }
  #ft_logo {
    width: 49.3333333333vw;
    margin-bottom: 8vw;
  }
  #ft_menu li {
    width: 100%;
    text-align: center;
  }
  #ft_menu li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 4vw;
  }
  #copyright {
    margin-top: 2.6666666667vw;
  }
}
#copyright {
  line-height: 1;
}

.backTop {
  z-index: 1;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .footermenu {
    line-height: 1.5;
  }
}
/* 2: layout
----------------------------------------------------------------------------------------------*/
.site__main__contents {
  overflow: hidden;
}

/* INDEX
-------------------*/
/* loading */
.page-index.fixed {
  position: fixed;
}

.loading {
  position: fixed;
  z-index: 9200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.loading img {
  -webkit-animation: loadFlash 2.2s 1;
          animation: loadFlash 2.2s 1;
  opacity: 0;
}

@-webkit-keyframes loadFlash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loadFlash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.data-scroll-container {
  height: 100vh;
  height: 100dvh;
}

#index-main {
  padding: 92px 0 0;
  height: 68vw;
  background: url(../images/index/mv_bg.png?a) #fff5e9;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#index-main .index-main_wrap {
  height: 100%;
}
#index-main .Inner {
  height: 100%;
  position: relative;
}
#index-main .js-top-hero-slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-x: clip;
}
#index-main .js-top-hero-slider .slick-list {
  height: 100%;
  overflow: unset;
}
#index-main .js-top-hero-slider .slick-slide.slick-active {
  transform: translateY(0);
}
#index-main .js-top-hero-slider .slick-slide.slick-active .p-top-hero-slider__image {
  transform: scale(1);
  transform-origin: center;
}
#index-main .js-top-hero-slider .slick-slide.slick-active .p-top-hero-slider__text {
  opacity: 1;
}
#index-main .js-top-hero-slider .slick-slide {
  transform: translateY(60%);
  transition: all ease 1.2s;
  margin: 0 -9.7857142857vw;
}
#index-main .js-top-hero-slider .p-top-hero-slider__item {
  width: 65.8571428571vw !important;
  height: 42vw;
  position: relative;
}
#index-main .js-top-hero-slider .p-top-hero-slider__image {
  transform: scale(0.6);
  transition: all ease-in-out 1.2s;
}
#index-main .js-top-hero-slider .p-top-hero-slider__text {
  font-size: 18px;
  letter-spacing: 0.07em;
  color: #fff5e9;
  line-height: 1.8;
  position: absolute;
  top: 38%;
  left: -15%;
  opacity: 0;
  transition: all 1.8s;
}
#index-main .js-top-hero-slider .slick-prev, #index-main .js-top-hero-slider .slick-next {
  top: 40%;
  width: 55px;
  height: 55px;
  z-index: 1;
  transition: all 0.4s;
}
#index-main .js-top-hero-slider .slick-prev::before, #index-main .js-top-hero-slider .slick-next::before {
  content: "";
  background-image: url(../images/common/arrow_slide.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: block;
}
#index-main .js-top-hero-slider .slick-prev {
  left: 7%;
}
#index-main .js-top-hero-slider .slick-next {
  left: 12%;
}
#index-main .js-top-hero-slider .slick-next::before {
  transform: rotate(180deg);
}
#index-main .index-main_lead {
  font-size: 33px;
  letter-spacing: 0.07em;
  writing-mode: vertical-rl;
  color: #fff5e9;
  height: 580px;
  position: absolute;
  z-index: 1;
  top: 6%;
  right: 17%;
}
#index-main .index-main_news {
  padding: 20px 8px;
  border: 0.5px solid #fff5e9;
  border-radius: 9px;
  position: absolute;
  top: 6%;
  right: 55px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#index-main .index-main_news p, #index-main .index-main_news a {
  writing-mode: vertical-rl;
  line-height: 2;
}
#index-main .index-main_news p {
  color: #f0bb31;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 0.5px solid #f3a600;
  letter-spacing: 0.12em;
  padding-left: 5px;
}
#index-main .index-main_news div {
  height: 15em;
  width: 1.7em;
  overflow: hidden;
}
#index-main .index-main_news a {
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff5e9;
  letter-spacing: 0.05em;
}
#index-main .index-main_scroll {
  position: absolute;
  left: 50%;
  bottom: 24.5%;
  transform: translateX(-50%);
}
#index-main .index-main_scroll a {
  padding-bottom: 48px;
  position: relative;
  display: block;
  color: #fbaf29;
}
#index-main .index-main_scroll a::after {
  content: "";
  width: 0.5px;
  height: 44px;
  background-color: #fff5e9;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: indmainscroll 2s infinite;
          animation: indmainscroll 2s infinite;
}

@-webkit-keyframes indmainscroll {
  0% {
    height: 44px;
  }
  100% {
    height: 0;
  }
}

@keyframes indmainscroll {
  0% {
    height: 44px;
  }
  100% {
    height: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1399px) {
  #index-main .index-main_news {
    right: 3.9285714286vw;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1399px) {
  #index-main {
    padding: 6.5714285714vw 0 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1300px) {
  #index-main {
    height: 65vw;
    background-size: cover;
  }
  #index-main .index-main_scroll {
    bottom: 7.5%;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1300px) {
  #index-main .js-top-hero-slider .slick-prev, #index-main .js-top-hero-slider .slick-next {
    top: 44%;
  }
  #index-main .js-top-hero-slider .slick-prev {
    left: 7.5%;
  }
  #index-main .js-top-hero-slider .slick-next {
    left: 13.5%;
  }
  #index-main_scroll {
    bottom: 8%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  #index-main {
    padding: 92px 0 0;
    height: 74vw;
  }
  #index-main .js-top-hero-slider .slick-slide {
    transform: translateY(84%);
    margin: 0 -14.5454545455vw;
  }
  #index-main .js-top-hero-slider .p-top-hero-slider__text {
    left: -75%;
  }
  #index-main .js-top-hero-slider .p-top-hero-slider__item {
    width: 75vw !important;
  }
  #index-main .js-top-hero-slider .slick-prev, #index-main .js-top-hero-slider .slick-next {
    top: 42%;
  }
  #index-main .js-top-hero-slider .slick-prev {
    left: 4.5%;
  }
  #index-main .js-top-hero-slider .slick-next {
    left: 11%;
  }
  #index-main .index-main_lead {
    font-size: 3vw;
    top: 10px;
  }
  #index-main .index-main_news {
    top: 10px;
  }
  #index-main .index-main_scroll {
    bottom: 7.5%;
  }
}
@media screen and (min-width: 861px) and (max-width: 1100px) {
  #index-main .js-top-hero-slider .slick-prev {
    left: 2.5%;
  }
  #index-main .js-top-hero-slider .slick-next {
    left: 10% !important;
  }
  #index-main .js-top-hero-slider .p-top-hero-slider__text {
    top: 35%;
    left: -13%;
  }
}
@media screen and (min-width: 751px) and (max-width: 860px) {
  #index-main .js-top-hero-slider .slick-prev {
    left: 3.5%;
  }
  #index-main .js-top-hero-slider .slick-next {
    left: 12% !important;
  }
  #index-main .js-top-hero-slider .p-top-hero-slider__text {
    top: 28%;
    left: -13%;
  }
}
@media screen and (max-width: 750px) {
  #index-main {
    padding: 65px 0 0;
    background-size: cover;
    height: 100vh;
    max-height: 165.3333333333vw;
  }
  #index-main .index-main_lead {
    font-size: 5.3333333333vw;
    width: auto;
    height: auto;
    right: 5.3333333333vw;
    top: 8%;
  }
  #index-main .index-main_scroll {
    bottom: 7.5%;
  }
  #index-main .index-main_scroll a {
    font-size: 3.7333333333vw;
  }
  #index-main .index-main_news {
    top: auto;
    bottom: -13.3333333333vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    flex-flow: wrap;
    padding: 2.6666666667vw 2.6666666667vw;
    width: calc(100% - 13.3333333333vw);
    border: 0.5px solid #f3a600;
  }
  #index-main .index-main_news p, #index-main .index-main_news a {
    writing-mode: unset;
  }
  #index-main .index-main_news p {
    padding-bottom: 0;
    padding-right: 3.2vw;
    margin-bottom: 0;
    margin-right: 3.2vw;
    border-bottom: 0;
    border-right: 0.5px solid #f3a600;
    padding-left: 1.3333333333vw;
  }
  #index-main .index-main_news div {
    width: calc(100% - 18.1333333333vw);
    height: auto;
  }
  #index-main .index-main_news a {
    display: block;
    width: 100%;
    color: #000;
  }
  #index-main .js-top-hero-slider {
    padding-top: 4%;
  }
  #index-main .js-top-hero-slider .p-top-hero-slider__item {
    width: 93.3333333333vw !important;
    height: 59.2vw;
    margin: 0 0 0 0;
  }
  #index-main .js-top-hero-slider .p-top-hero-slider__text {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    top: 114%;
    bottom: auto;
    left: 6%;
    transition: all 0s;
  }
  #index-main .js-top-hero-slider .p-top-hero-slider__image {
    transform: scale(0.7);
    transition: all 1s;
  }
  #index-main .js-top-hero-slider .slick-slide {
    margin: 0;
    transform: translateY(60%);
    transition: all 1s;
  }
  #index-main .js-top-hero-slider .slick-slide.slick-active .p-top-hero-slider__image {
    transform: translate(-13%, 3%) scale(1.1);
  }
}
@media screen and (max-width: 750px) {
  #index-main .js-top-hero-slider .slick-prev, #index-main .js-top-hero-slider .slick-next {
    width: 12vw;
    height: 12vw;
    top: auto;
    top: 94.6666666667vw;
  }
  #index-main .js-top-hero-slider .slick-prev {
    left: 9%;
  }
  #index-main .js-top-hero-slider .slick-next {
    left: 24%;
  }
}
@media screen and (max-width: 600px) {
  #index-main {
    height: 93vh;
  }
  #index-main .js-top-hero-slider {
    padding-top: 14%;
  }
  #index-main .js-top-hero-slider .slick-prev, #index-main .js-top-hero-slider .slick-next {
    top: 106.6666666667vw;
  }
  #index-main .index-main_news {
    bottom: -9.8666666667vw;
  }
}
/* index_mori
-------------------*/
#index_mori {
  padding: 45px 0 100px;
  margin-top: -1px;
}
#index_mori .index_mori_smallttl {
  width: 105px;
  display: block;
  margin: 0 auto;
}
#index_mori .index_mori_ttl {
  font-size: 68px;
  color: #fbaf29;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 15px;
}
#index_mori .index_mori_lead {
  line-height: 2;
  margin: 35px 0 30px;
}
#index_mori .index_mori_map {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 3.9%;
}
#index_mori .index_mori_map_river {
  position: absolute;
  bottom: 23.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 99%;
}
#index_mori .index_mori_map_house {
  position: absolute;
  bottom: 0.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 99%;
}
#index_mori .index_mori_map_chara, #index_mori .index_mori_map_group {
  position: absolute;
}
#index_mori .index_mori_map_group {
  transition: all 0.4s ease;
}
#index_mori .index_mori_map_group:hover {
  transform: scale(1.1);
}
#index_mori .index_mori_map_group_zoom {
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url(../images/common/icon_zoom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#index_mori .index_mori_map .chara01 {
  top: 0;
  right: 7.5%;
  width: 28.3%;
  height: 16.7%;
  transform: translate(1.2vw, 0.5vh) rotate(8deg);
  opacity: 0;
}
#index_mori .index_mori_map .chara01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 1.1s; /*1秒後にアニメーションが開始*/
}
#index_mori .index_mori_map .chara02 {
  top: 11.7%;
  left: 10%;
  width: 21.3%;
  z-index: -1;
}
#index_mori .index_mori_map .chara03 {
  top: 44%;
  right: -5.5%;
  width: 12%;
  z-index: -1;
}
#index_mori .index_mori_map .chara04 {
  bottom: 14.8%;
  right: 2%;
  width: 10.8%;
}
#index_mori .index_mori_map .chara05 {
  top: 30%;
  left: 16%;
  width: 11%;
}
#index_mori .index_mori_map .group01 {
  top: 36.8%;
  left: 11.4%;
  width: 25%;
}
#index_mori .index_mori_map .group01 .index_mori_map_group_zoom {
  top: 64%;
  left: 86%;
}
#index_mori .index_mori_map .group02 {
  top: 14.5%;
  left: 34.6%;
  width: 30%;
}
#index_mori .index_mori_map .group02 .index_mori_map_group_zoom {
  top: 56%;
  left: 89%;
}
#index_mori .index_mori_map .group03 {
  top: 27.5%;
  right: 9.2%;
  width: 23.2%;
}
#index_mori .index_mori_map .group03 .index_mori_map_group_zoom {
  top: 51%;
  left: 30%;
}
#index_mori .index_mori_map .group04 {
  top: 33%;
  right: 35.4%;
  width: 16.7%;
  transform: none !important;
}
#index_mori .index_mori_map .group05 {
  bottom: 3.6%;
  left: 11.9%;
  width: 24.2%;
}
#index_mori .index_mori_map .group05 .index_mori_map_group_zoom {
  top: 17%;
  left: 82%;
}
#index_mori .index_mori_map .group06 {
  bottom: 6%;
  left: 40.2%;
  width: 23.3%;
}
#index_mori .index_mori_map .group06 .index_mori_map_group_zoom {
  top: 72%;
  left: 9%;
}
#index_mori .index_mori_map .group07 {
  bottom: 1.8%;
  right: 17.4%;
  width: 15.8%;
}
#index_mori .index_mori_map .group07 .index_mori_map_group_zoom {
  top: 56%;
  left: 73%;
}
#index_mori .index_mori_btnBox {
  width: 100%;
  max-width: 1030px;
  margin: 70px auto 0;
}
#index_mori .index_mori_btnBox li {
  width: 48.5%;
}
#index_mori .index_mori_btnBox li:nth-child(n+3) {
  margin-top: 30px;
}
#index_mori .index_mori_btnBox li dl {
  position: relative;
}
#index_mori .index_mori_btnBox li dl.open dt {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#index_mori .index_mori_btnBox li dl.open dt::after {
  transform: translateY(-50%) rotate(180deg);
}
#index_mori .index_mori_btnBox li dl.open dd {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#index_mori .index_mori_btnBox li:nth-child(2) dl.open dd {
  z-index: 2;
}
#index_mori .index_mori_btnBox li dt {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #fbaf29;
  color: #fff5e9;
  border-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 20px 0;
  letter-spacing: 0.02em;
  position: relative;
  transition: all 0.5s;
  /*
  cursor: pointer;

  &::after {
      content: "";
      position: absolute;
      top: 50%;
      // right: 47px;
      right: 9%;
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      background: url(../images/common/arrow_mori.svg) center no-repeat;
      background-size: cover;
      transition: all .5s;
  }

  &.open {
  }
  &:hover {
      opacity: 0.8;
  }
  */
}
#index_mori .index_mori_btnBox li dd {
  /*position: absolute;
  top: 100%;
  left: 0;*/
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 0 15px;
  background-color: #ffffff;
}
#index_mori .index_mori_btnBox li dd a {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #000;
  padding: 20px 0;
  padding-right: 40px;
  letter-spacing: 0.06em;
  transition: all 0.3s;
}
#index_mori .index_mori_btnBox li dd a:not(:last-child) {
  /* border-bottom: 1.5px dotted #fbaf29;*/
}
#index_mori .index_mori_btnBox li dd a:nth-child(2) {
  margin-left: 30px;
}
#index_mori .index_mori_btnBox li dd a:hover {
  color: #fbaf29;
}
#index_mori .index_mori_btnBox li dd a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(10px, -50%) rotate(-90deg);
  width: 30px;
  height: 30px;
  background: url(../images/common/arrow_mori.svg) center no-repeat;
  background-size: cover;
  transition: all 0.5s;
}

#index_mori .index_mori_map .chara01_anime {
  opacity: 0; /*display: none;*/
}

.index_mori_map_sp.is-active .chara01_anime {
  opacity: 1 !important; /*display: block !important;*/
}
.index_mori_map_sp.is-active .chara01_img {
  opacity: 0; /*display: none;*/
}

.os15 .offsetElement {
  offset-path: unset;
  -webkit-animation: none;
          animation: none;
  left: auto;
  right: 7%;
}

.offsetElement {
  position: absolute;
  top: 0;
  left: 13%;
  width: 28.3%;
  height: 16.7%;
  background: url(../images/animation/chara01.png);
  background-size: cover;
  background-repeat: no-repeat;
  offset-path: path("m915,127.07S507.15-158.84.87,127.07c-24.06,13.59,454.52-230.22,894.18,15.93");
  offset-rotate: auto 0deg;
  -webkit-animation: move 30s linear infinite, flip 30s linear infinite;
          animation: move 30s linear infinite, flip 30s linear infinite;
}

@-webkit-keyframes move {
  from {
    offset-distance: 100%;
  }
}

@keyframes move {
  from {
    offset-distance: 100%;
  }
}
@-webkit-keyframes flip {
  0% {
    transform: scaleY(1);
  }
  49% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(-1);
  }
  99% {
    transform: scaleY(-1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes flip {
  0% {
    transform: scaleY(1);
  }
  49% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(-1);
  }
  99% {
    transform: scaleY(-1);
  }
  100% {
    transform: scaleY(1);
  }
}
.main_bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/index/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#bgShow {
  padding-top: 580px;
}

.index_mori_modal {
  width: 460px;
  height: auto;
  background-color: #fcf3e9;
  border-radius: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
.index_mori_modal_wrap {
  padding: 50px 54px 50px;
}
.index_mori_modal_ttl {
  font-size: 25px;
  color: #fbaf29;
  line-height: 1;
  margin: 35px 0 15px;
}
.index_mori_modal_ttl ruby {
  -webkit-ruby-position: before;
  ruby-position: over;
}
.index_mori_modal_ttl rt {
  font-size: 10px;
  letter-spacing: 0.1em;
}
.index_mori_modal_subTtl {
  background-color: #fbaf29;
  color: #fff;
  margin: 0 auto;
  border-radius: 14px;
  display: table;
  line-height: 1;
  padding: 7px 16px;
  letter-spacing: 0.02em;
}
.index_mori_modal_txt {
  color: #4d4d4d;
  margin: 20px 0 25px;
}
.index_mori_modal_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background-color: #fbaf29;
  border-top-right-radius: 40px;
  transition: all 0.4s;
  cursor: pointer;
}
.index_mori_modal_close:hover {
  opacity: 0.6;
}
.index_mori_modal_close::before, .index_mori_modal_close::after {
  content: "";
  position: absolute;
  top: 53%;
  left: 50%;
  width: 40px;
  height: 1px;
  background-color: #fcf3e9;
}
.index_mori_modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.index_mori_modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#group01 .index_mori_modal_img, #group05 .index_mori_modal_img, #group06 .index_mori_modal_img, #group07 .index_mori_modal_img {
  width: 75%;
  margin: 0 auto;
}

#group03 .index_mori_modal_img {
  width: 82%;
  margin-left: 13%;
}

#group06 .index_mori_modal_ttl, #group07 .index_mori_modal_ttl {
  line-height: 1.3;
}
#group06 .index_mori_modal_txt, #group07 .index_mori_modal_txt {
  margin-bottom: 0;
}

.lity {
  background: rgba(30, 30, 30, 0.35);
}

.lity-content:after {
  box-shadow: none;
}

.lity-close {
  display: none;
}

@media screen and (min-width: 751px) and (max-width: 1399px) {
  #index_mori {
    padding: 45px 0 7.1428571429vw;
  }
  #index_mori .index_mori_ttl {
    margin-top: 1.0714285714vw;
  }
  #index_mori .index_mori_lead {
    margin: 2.5vw 0 2.1428571429vw;
  }
  #index_mori .index_mori_btnBox {
    margin: 5vw auto 0;
  }
  #index_mori .index_mori_btnBox li:nth-child(n+3) {
    margin-top: 2.1428571429vw;
  }
  #bgShow {
    padding-top: 41.4285714286vw;
  }
}
@media screen and (max-width: 1240px) {
  .offsetElement {
    top: 0%;
    left: 6%;
  }
}
@media screen and (max-width: 1075px) {
  .offsetElement {
    top: 6%;
    left: 12%;
    offset-path: path("m650,62.16S351.68-77.69,1,62.16c-22.53,8.98,338.72-116.1,649,5.84");
    offset-rotate: auto 0deg;
  }
}
@media screen and (min-width: 751px) and (max-width: 910px) {
  .offsetElement {
    top: 6%;
    left: 2%;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) {
  #index_mori .index_mori_btnBox li {
    width: 100%;
  }
  #index_mori .index_mori_btnBox li:not(:first-child) {
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 750px) {
  #index_mori {
    padding: 26.6666666667vw 0 26.6666666667vw;
  }
  #index_mori .wrap {
    padding: 0;
  }
  #index_mori .index_mori_smallttl {
    width: 20vw;
  }
  #index_mori .index_mori_ttl {
    font-size: 9.0666666667vw;
    margin-top: 1.8666666667vw;
  }
  #index_mori .index_mori_lead {
    margin: 4.5333333333vw 0 4vw;
  }
  #index_mori .index_mori_map {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 0;
    position: unset;
  }
  #index_mori .index_mori_map_sp {
    overflow: hidden;
    width: 740px;
    position: relative;
    padding-top: 47px;
    margin: 0 10px;
  }
  #index_mori .index_mori_map_river {
    bottom: 23%;
  }
  #index_mori .index_mori_map_house {
    bottom: 0%;
  }
  #index_mori .index_mori_map .chara02 {
    top: 15.7%;
  }
  #index_mori .index_mori_map .chara03 {
    top: 51.5%;
  }
  #index_mori .index_mori_map .chara04 {
    bottom: 14.4%;
  }
  #index_mori .index_mori_map .group01 {
    top: 39%;
  }
  #index_mori .index_mori_map .group02 {
    top: 17.5%;
  }
  #index_mori .index_mori_map .group03 {
    top: 30%;
  }
  #index_mori .index_mori_map .group04 {
    top: 35%;
  }
  #index_mori .index_mori_btnBox {
    margin: 9.3333333333vw auto 0;
    padding: 0 6.6666666667vw;
  }
  #index_mori .index_mori_btnBox li {
    width: 100%;
  }
  #index_mori .index_mori_btnBox li:nth-child(n+2) {
    margin-top: 4vw;
  }
  #index_mori .index_mori_btnBox li dt {
    border-radius: 2.6666666667vw;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 2.6666666667vw 0;
  }
  #index_mori .index_mori_btnBox li dt::after {
    right: 5%;
    width: 4vw;
    height: 4vw;
  }
  #index_mori .index_mori_btnBox li dd {
    border-bottom-left-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
  }
  #index_mori .index_mori_btnBox li dd a {
    font-size: 3.7333333333vw;
    padding: 4vw 0;
    padding-right: 5.3333333333vw;
  }
  #index_mori .index_mori_btnBox li dd a::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  #index_mori .index_mori_btnBox li dd a:nth-child(2) {
    margin-left: 5.3333333333vw;
  }
  #bgShow {
    padding-top: 77.3333333333vw;
  }
  .index_mori_modal {
    width: 85vw;
    max-width: unset;
    height: auto;
    max-height: 90vh !important;
    overflow-y: auto;
    overscroll-behavior-y: none;
    border-radius: 5.3333333333vw;
  }
  .index_mori_modal_wrap {
    padding: 9.3333333333vw 7.2vw 9.3333333333vw;
  }
  .index_mori_modal_close {
    width: 12.5333333333vw;
    height: 12.5333333333vw;
    border-top-right-radius: 5.3333333333vw;
  }
  .index_mori_modal_close::before, .index_mori_modal_close::after {
    width: 8vw;
  }
  .index_mori_modal_ttl {
    font-size: 5.6vw;
    margin: 5.3333333333vw 0 4vw;
  }
  .index_mori_modal_ttl rt {
    font-size: 2.6666666667vw;
  }
  .index_mori_modal_subTtl {
    border-radius: 3.7333333333vw;
    padding: 1.8666666667vw 4.2666666667vw;
    font-size: 3.2vw;
  }
  .index_mori_modal_txt {
    margin: 4vw 0 5.3333333333vw;
  }
  #group01 .index_mori_modal_img {
    width: 76%;
    margin: 0 auto;
  }
  .offsetElement {
    overflow: unset;
    top: 10%;
    left: 10%;
    offset-path: path("m592,75.14S316.03-93.93,1.44,75.14c-24.13,12.97,258.73-178.78,590.56,6.86");
    offset-rotate: auto 0deg;
  }
}
/* index_about
-------------------*/
.index_about_btn {
  margin-inline: auto;
}

#index_about {
  padding: 155px 0 190px !important;
  background-image: url(../images/index/index_about_bg.png?a) !important;
  background-position: 50% 102% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
}
#index_about .index_about_h2 {
  color: #fbaf29;
  font-size: 17px;
  letter-spacing: 0.02em;
}
#index_about .index_about_h2 span {
  font-size: 47px;
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  font-weight: 600;
}
#index_about .index_about_lead {
  margin: 60px 0 20px;
  color: #fff5e9;
}
#index_about .index_about_txt {
  margin-bottom: 50px;
  color: #fff5e9;
}

.tree01 {
  position: absolute;
  top: -16%;
  left: -3%;
  width: 279px;
  height: 532px;
  background-image: url(../images/index/tree01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tree02 {
  position: absolute;
  top: 5%;
  left: 3%;
  width: 337px;
  height: 561px;
  background-image: url(../images/index/tree02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tree03 {
  position: absolute;
  top: 41%;
  left: -4%;
  width: 259px;
  height: 530px;
  background-image: url(../images/index/tree03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tree04 {
  position: absolute;
  top: -17%;
  right: -4%;
  width: 317px;
  height: 528px;
  background-image: url(../images/index/tree04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tree05 {
  position: absolute;
  top: 18%;
  right: 8%;
  width: 259px;
  height: 530px;
  background-image: url(../images/index/tree05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tree06 {
  position: absolute;
  top: 40%;
  right: -4%;
  width: 278px;
  height: 530px;
  background-image: url(../images/index/tree06.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.stars {
  position: absolute;
  top: -26%;
  left: 0;
  width: 100%;
  height: 89.2142857143vw;
  background-image: url(../images/index/stars.png?a);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_bird {
  position: absolute;
  top: 15%;
  left: -9%;
  transition: all 0.4s;
}
.slide_bird .bird {
  width: 119px;
  height: 102px;
  background: url(../images/index/bird.png?a) no-repeat 0 0;
  background-size: 100% auto;
}

.slide_niwatori {
  position: absolute;
  bottom: 0;
  right: -12%;
}
.slide_niwatori .niwatori {
  width: 161px;
  height: 148px;
  background: url(../images/index/niwatori.png?a) no-repeat 0 0;
  background-size: 100% auto;
}

.viewmore a {
  color: #fbaf29;
  font-size: 18px;
  padding-right: 78px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
}
.viewmore a span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 55px;
  display: inline-block;
  transition: all 0.3s;
}
.viewmore a span.viewmore_hover {
  opacity: 0;
}
.viewmore a:hover span.viewmore_normal {
  opacity: 0;
}
.viewmore a:hover span.viewmore_hover {
  opacity: 1;
}

@media screen and (min-width: 751px) and (max-width: 1399px) {
  #index_about {
    padding: 11.0714285714vw 0 13.5714285714vw;
  }
  #index_about .index_about_h2 span {
    margin-bottom: 1.0714285714vw;
  }
  #index_about .index_about_lead {
    margin: 4.2857142857vw 0 1.4285714286vw;
  }
  #index_about .index_about_txt {
    margin-bottom: 3.5714285714vw;
  }
  .tree01 {
    position: absolute;
    top: -16%;
    left: -3%;
    width: 19.9285714286vw;
    height: 38vw;
  }
  .tree02 {
    position: absolute;
    top: 5%;
    left: 3%;
    width: 24.0714285714vw;
    height: 40.0714285714vw;
  }
  .tree03 {
    position: absolute;
    top: 41%;
    left: -4%;
    width: 18.5vw;
    height: 37.8571428571vw;
  }
  .tree04 {
    position: absolute;
    top: -17%;
    right: -4%;
    width: 22.6428571429vw;
    height: 37.7142857143vw;
  }
  .tree05 {
    position: absolute;
    top: 18%;
    right: 8%;
    width: 18.5vw;
    height: 37.8571428571vw;
  }
  .tree06 {
    position: absolute;
    top: 40%;
    right: -4%;
    width: 19.8571428571vw;
    height: 37.8571428571vw;
  }
  .stars {
    width: 100vw;
    height: 88.7857142857vw;
    top: -17%;
  }
  .slide_bird .bird {
    width: 8.5vw;
    height: 7.2857142857vw;
  }
  .slide_niwatori .niwatori {
    width: 11.5vw;
    height: 10.5714285714vw;
  }
}
@media screen and (max-width: 750px) {
  #index_about {
    padding: 46.6666666667vw 0 66.6666666667vw;
  }
  #index_about .index_about_h2 {
    font-size: 4vw;
  }
  #index_about .index_about_h2 span {
    font-size: 9.0666666667vw;
    margin-bottom: 1.8666666667vw;
  }
  #index_about .index_about_lead {
    margin: 8vw 0 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  #index_about .index_about_txt {
    margin-bottom: 8vw;
    padding: 0 6.6666666667vw;
    letter-spacing: 0;
    line-height: 2.5;
  }
  .viewmore a {
    font-size: 4.2666666667vw;
    padding-right: 14.6666666667vw;
  }
  .viewmore a span {
    width: 12vw;
  }
  .tree01 {
    position: absolute;
    top: -9.5%;
    left: 26%;
    width: 30.6666666667vw;
    height: 58.6666666667vw;
  }
  .tree02 {
    position: absolute;
    top: -6.5%;
    left: -2.5%;
    width: 36.8vw;
    height: 61.3333333333vw;
  }
  .tree03 {
    position: absolute;
    top: 4.5%;
    left: -15%;
    width: 29.3333333333vw;
    height: 60vw;
  }
  .tree04 {
    position: absolute;
    top: 63.5%;
    right: -16%;
    width: 33.3333333333vw;
    height: 56vw;
  }
  .tree05 {
    position: absolute;
    top: 78%;
    right: 2%;
    width: 28.5333333333vw;
    height: 58.6666666667vw;
  }
  .tree06 {
    position: absolute;
    top: 69%;
    left: -4%;
    width: 32.2666666667vw;
    height: 61.3333333333vw;
  }
  .stars {
    display: none;
  }
  .stars_sp {
    position: absolute;
    top: -8%;
    left: 39%;
    width: 57.8666666667vw;
    height: 57.0666666667vw;
    background-image: url(../images/index/stars_sp01.png?a);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .stars_sp02 {
    position: absolute;
    top: 91%;
    left: 14%;
    width: 11.2vw;
    height: 11.2vw;
    background-image: url(../images/index/stars_sp02.png?a);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .slide_bird {
    top: 10%;
    left: -18%;
  }
  .slide_bird .bird {
    width: 16.5333333333vw;
    height: 14.1333333333vw;
  }
  .slide_niwatori {
    bottom: -13%;
    right: -14%;
  }
  .slide_niwatori .niwatori {
    width: 21.6vw;
    height: 19.7333333333vw;
  }
}
/* index_news
-------------------*/
#index_news {
  padding: 90px 0 100px;
  margin-top: -1px;
}
#index_news .index_news_left {
  width: 27%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
#index_news .index_news_right {
  width: 73%;
}
#index_news .index_news_h2 {
  color: #000;
  line-height: 1;
}
#index_news .index_news_h2 span {
  font-size: 60px;
  color: #fbaf29;
  display: block;
  margin-bottom: 25px;
  font-weight: 600;
}
#index_news .viewmore a {
  justify-content: flex-start;
}

.newsList {
  line-height: 1;
  padding-bottom: 15px;
}
.newsList li a {
  padding: 34px 0;
  border-bottom: 0.25px solid #000;
  font-family: "Noto Sans JP", sans-serif;
}
.newsList li:first-child a {
  padding-top: 0;
}
.newsList li:last-child a {
  padding-bottom: 0;
  border-bottom: unset;
}
.newsList_date {
  margin-right: 25px;
}
.newsList_category {
  text-align: center;
  min-width: 134px;
  font-weight: 400;
  color: #fff;
  padding: 5px 0;
  border-radius: 12px;
  margin-right: 30px;
}
.newsList_category.nagi {
  background-color: #8d7aa3;
}
.newsList_category.okami {
  background-color: #9eb173;
}
.newsList_category.ka {
  background-color: #dd9f60;
}
.newsList_category.all {
  background-color: #6f8065;
}
.newsList_category.shan {
  background-color: #cd7c92;
}
.newsList_category.youmu {
  background-color: #91abb2;
}
.newsList_category.sonota {
  background-color: #e3b362;
}
.newsList_ttl {
  font-weight: 400;
  width: 63%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (min-width: 751px) and (max-width: 1399px) {
  #index_news {
    padding: 6.4285714286vw 0 7.1428571429vw;
  }
  #index_news .index_news_h2 span {
    margin-bottom: 1.7857142857vw;
  }
  #index_news .viewmore a {
    justify-content: flex-start;
  }
  .newsList_date {
    margin-right: 1.7857142857vw;
  }
  .newsList_category {
    margin-right: 2.1428571429vw;
  }
  .newsList_category_ttl {
    min-width: 27em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 861px) and (max-width: 1100px) {
  .newsList_ttl {
    width: 55%;
  }
}
@media screen and (max-width: 860px) {
  #index_news .index_news_left {
    width: 100%;
    margin-bottom: 4.6511627907vw;
    text-align: center;
  }
  #index_news .index_news_left .viewmore {
    display: none;
  }
  #index_news .index_news_right {
    width: 100%;
  }
  #index_news .index_news_right .viewmore {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #index_news {
    padding: 12vw 0 11.6279069767vw;
  }
  #index_news .index_news_left {
    margin-bottom: 10.6666666667vw;
  }
  #index_news .index_news_h2 span {
    font-size: 9.0666666667vw;
    margin-bottom: 1.8666666667vw;
  }
  #index_news .index_news_right .viewmore {
    margin-top: 13.3333333333vw;
  }
  .newsList {
    padding-bottom: 0;
  }
  .newsList li a {
    padding: 5.3333333333vw 0;
  }
  .newsList_date {
    margin-right: 3.2vw;
  }
  .newsList_category {
    padding: 1.3333333333vw 0;
    border-radius: 3.2vw;
    margin-right: 0;
    min-width: 35.7333333333vw;
  }
  .newsList_ttl {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
/* index_btn
-------------------*/
#index_btn.index_recruit, #index_btn_contact.index_recruit {
  background-image: url(../images/index/recruit_bg.jpg?a);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#index_btn.index_contact, #index_btn_contact.index_contact {
  background-color: #fbaf29;
}
#index_btn a, #index_btn_contact a {
  display: block;
  padding: 134px 0 106px;
  position: relative;
}
#index_btn a::after, #index_btn_contact a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-image: url(../images/common/arrow_footer.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
#index_btn a:hover::after, #index_btn_contact a:hover::after {
  transform: translateY(-50%);
  background-image: url(../images/common/arrow_footer_hover02.svg);
}
#index_btn .index_btn_wrap, #index_btn_contact .index_btn_wrap {
  padding: 0 100px;
}
#index_btn .index_btn_h2, #index_btn_contact .index_btn_h2 {
  color: #fff5e9;
  line-height: 1.3;
  text-align: center;
  font-size: 40px;
}
#index_btn .index_btn_h2 span, #index_btn_contact .index_btn_h2 span {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-top: 35px;
}

#index_btn_contact a:hover::after {
  transform: translateY(-50%);
  background-image: url(../images/common/arrow_footer_hover.svg);
}

@media screen and (min-width: 751px) and (max-width: 1399px) {
  #index_btn a, #index_btn_contact a {
    padding: 9.5714285714vw 0 7.5714285714vw;
  }
  #index_btn .index_btn_wrap, #index_btn_contact .index_btn_wrap {
    padding: 0 7.1428571429vw;
  }
  #index_btn .index_btn_h2 span, #index_btn_contact .index_btn_h2 span {
    font-size: 20px;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  #index_btn a, #index_btn_contact a {
    padding: 14.1333333333vw 0 14.1333333333vw;
  }
  #index_btn a::after, #index_btn_contact a::after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #index_btn .index_btn_wrap, #index_btn_contact .index_btn_wrap {
    padding: 0 13.3333333333vw;
  }
  #index_btn .index_btn_h2, #index_btn_contact .index_btn_h2 {
    font-size: 5.3333333333vw;
  }
  #index_btn .index_btn_h2 span, #index_btn_contact .index_btn_h2 span {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}
/* kasou
==========================================================*/
/* recruit  
-------------------*/
/* comingSoon
-------------------*/
#comingSoon {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #fff5e9;
  position: relative;
}
#comingSoon .comingSoon_centerBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
}
#comingSoon .comingSoon_centerBox h1 {
  font-size: 86px;
  color: #fbaf29;
  margin: 50px 0 25px;
}
#comingSoon .comingSoon_img {
  width: 460px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #comingSoon .comingSoon_centerBox h1 {
    font-size: 46px;
    margin: 25px 0 15px;
  }
  #comingSoon .comingSoon_img {
    width: 300px;
  }
}
@media screen and (max-width: 375px) {
  #comingSoon .comingSoon_centerBox h1 {
    font-size: 12vw;
  }
  #comingSoon .comingSoon_img {
    width: 80vw;
  }
}
/* kasou_news
-------------------*/
#kasou_news01 {
  padding: 120px 0 95px;
}

.kasou_newsList {
  margin: 80px 0 0;
}

.newsList {
  padding-bottom: 0;
}

.pager {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}
.pager div {
  margin: 0 7px;
}
.pager a {
  color: #9ca98d;
  transition: all 0.3s;
}
.pager a:hover {
  color: #6f8065;
}
.pager .active a {
  color: #6f8065;
  border-bottom: 1px solid #6f8065;
}

.kasou_ttlBox h1, .kasou_ttlBox .h1-ttl {
  font-size: 17px;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.kasou_ttlBox h1 span, .kasou_ttlBox .h1-ttl span {
  display: block;
  color: #fbaf29;
  font-size: 77px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

#kasou_pp .kasou_ttlBox h1 span {
  margin-bottom: 25px;
}

@media screen and (min-width: 751px) and (max-width: 1399px) {
  #kasou_news01 {
    padding: 120px 0 6.7857142857vw;
  }
  .kasou_newsList {
    margin: 5.7142857143vw 0 0;
  }
  .newsList {
    padding-bottom: 0;
  }
  .pager {
    margin-top: 5.3571428571vw;
  }
}
@media screen and (max-width: 750px) {
  #kasou_news01 {
    padding: 26.6666666667vw 0 12.5333333333vw;
  }
  .kasou_newsList {
    margin: 10.6666666667vw 0 0;
  }
  .pager {
    margin-top: 9.8666666667vw;
  }
  .pager div {
    margin: 0 1.3333333333vw;
  }
  .pager a {
    font-size: 3.7333333333vw;
  }
  .kasou_ttlBox h1 {
    font-size: 4vw;
  }
  .kasou_ttlBox h1 span {
    font-size: 12.5333333333vw;
    margin-bottom: 1.8666666667vw;
  }
}
/* kasou_newsDetail
-------------------*/
#kasou_newsDetail01 {
  padding: 110px 0 100px;
}
#kasou_newsDetail01 .kasou_newsDetail01_ttlBox {
  margin: 80px 0 70px;
}
#kasou_newsDetail01 .kasou_newsDetail01_ttlBox .newsList_category {
  min-width: none;
  width: 152px;
  border-radius: 13px;
  margin: 0 auto;
  line-height: 1;
}
#kasou_newsDetail01 .kasou_newsDetail01_ttlBox .newsList_ttl {
  width: auto;
  overflow: unset;
  white-space: unset;
  text-overflow: unset;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 30px 0 15px;
}
#kasou_newsDetail01 .kasou_newsDetail01_ttlBox .newsList_date {
  margin-right: 0;
  text-align: center;
  color: #666666;
}

.pageNav {
  padding-top: 35px;
  border-top: 0.8px solid #6f8065;
}
.pageNav_prev {
  width: 15px;
}
.pageNav_list {
  width: 28px;
}
.pageNav_next {
  width: 15px;
}

@media screen and (max-width: 750px) {
  #kasou_newsDetail01 {
    padding: 26.6666666667vw 0 13.3333333333vw;
  }
  #kasou_newsDetail01 .kasou_newsDetail01_ttlBox {
    margin: 10.6666666667vw 0 9.3333333333vw;
  }
  #kasou_newsDetail01 .kasou_newsDetail01_ttlBox .newsList_category {
    min-width: none;
    width: 40.5333333333vw;
    border-radius: 3.4666666667vw;
    margin: 0 auto;
    line-height: 1;
  }
  #kasou_newsDetail01 .kasou_newsDetail01_ttlBox .newsList_ttl {
    font-size: 5.3333333333vw;
    margin: 5.3333333333vw 0 2.6666666667vw;
  }
  #kasou_newsDetail01 .post-body {
    padding-bottom: 3.2vw;
  }
  #kasou_newsDetail01 .post-body p {
    margin: 0 0 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  #kasou_newsDetail01 .post-body img {
    margin: 0 0 5.3333333333vw;
  }
  .pageNav {
    padding-top: 4.5333333333vw;
  }
  .pageNav_prev, .pageNav_next {
    width: 2.6666666667vw;
  }
  .pageNav_list {
    width: 6.1333333333vw;
  }
}
/* Custum Style Setting
----------------------------------------------------------------------------------------------*/
.post-body {
  padding-bottom: 25px;
}

.post-body strong {
  font-weight: bold;
}

.post-body em {
  font-style: italic;
}

.post-body del {
  text-decoration: line-through;
}

.post-body ul {
  list-style: disc;
  margin: 0 10px 15px;
}

.post-body ol {
  list-style: decimal;
  margin: 0 10px 15px;
}

.post-body li {
  list-style: inherit;
  margin-bottom: 0.3em;
}

.post-body blockquote {
  margin: 15px 20px;
}

.post-body h1 {
  font-size: 2em;
  line-height: 1.4em;
}

.post-body h2 {
  font-size: 1.5em;
  line-height: 1.4em;
}

.post-body h3 {
  font-size: 1.2em;
  line-height: 1.4em;
}

.post-body img {
  margin: 0 0 40px;
  width: auto;
  max-width: 100%;
  height: auto;
}

.post-body p {
  margin: 0 0 40px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 32px;
  line-height: 2.1;
}

.post-body a {
  text-decoration: underline;
}

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

/* kasou_contact
-------------------*/
#kasou_contactl01 {
  padding: 110px 0 100px;
}
#kasou_contactl01 .kasou_contactl01_caution {
  color: #4d4d4d;
  text-align: right;
  margin: 55px 0 15px;
}

.table-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
}
.table-list dt {
  width: 22%;
  font-size: 17px;
}
.table-list dd {
  width: 78%;
}
.table-list dd .input-area {
  width: 100%;
  height: 60px;
  border-radius: 12px;
  padding: 0 30px;
  background-color: #fff;
  font-size: 16px;
}
.table-list dd.radio li {
  margin-bottom: 20px;
}
.table-list dd.radio li:not(:last-child) {
  margin-right: 45px;
}
.table-list dd.radio label {
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}
.table-list dd.radio label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 0.3px solid #000;
  border-radius: 50%;
  background-color: #fff;
}
.table-list dd.radio label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fbaf29;
  transition: all 0.3s;
  opacity: 0;
}
.table-list dd textarea {
  width: 100%;
  height: 260px;
  border-radius: 12px;
  padding: 15px 30px;
  background-color: #fff;
  font-size: 16px;
}

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

input[type=radio]:checked + .check::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.shubetsu_wrap .table-list {
  margin-bottom: 20px;
}

.PPlinkWrap {
  margin-top: 10px;
}
.PPlinkWrap .checkbox {
  margin-bottom: 30px;
}
.PPlinkWrap .checkbox label.check {
  line-height: 1;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}
.PPlinkWrap .checkbox label.check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 0.3px solid #000;
  border-radius: 50%;
  background-color: #fff;
}
.PPlinkWrap .checkbox label.check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fbaf29;
  transition: all 0.3s;
  opacity: 0;
}
.PPlinkWrap .checkbox label.check a {
  position: relative;
  padding-bottom: 0.1em;
}
.PPlinkWrap .checkbox label.check a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3px;
  background-color: #000;
}

input[type=checkbox]:checked + .check::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.error_box {
  display: none;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #d00;
  color: #d00;
  line-height: 2;
  margin-bottom: 80px;
  padding: 20px 0;
}

#submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  border: 1px solid #fbaf29;
  border-radius: 30px;
  color: #fbaf29;
  max-width: 300px;
  width: 100%;
  padding: 15px 0;
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 0.2em;
  transition: all 0.3s;
}
#submit:hover {
  background-color: #fbaf29;
  color: #fff5e9;
}

@media screen and (max-width: 800px) {
  .table-list dt {
    width: 100%;
    margin-bottom: 20px;
  }
  .table-list dd {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #kasou_contactl01 {
    padding: 26.6666666667vw 0 13.3333333333vw;
  }
  #kasou_contactl01 .kasou_contactl01_caution {
    margin: 10.6666666667vw 0 1.8666666667vw;
  }
  .table-list {
    margin-bottom: 5.3333333333vw;
  }
  .table-list dt {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .table-list dd .input-area {
    height: 13.3333333333vw;
    border-radius: 3.2vw;
    padding: 0 4vw;
    font-size: 4.2666666667vw;
  }
  .table-list dd.radio li:not(:last-child) {
    margin-right: 7.2vw;
  }
  .table-list dd.radio label {
    padding-left: 8vw;
    font-size: 3.7333333333vw;
  }
  .table-list dd.radio label::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .table-list dd.radio label::after {
    left: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .table-list dd textarea {
    font-size: 4.2666666667vw;
    height: 69.3333333333vw;
    border-radius: 3.2vw;
    padding: 4vw;
  }
  .shubetsu_wrap .table-list {
    margin-bottom: 2.6666666667vw;
  }
  .PPlinkWrap {
    margin-top: 6.6666666667vw;
  }
  .PPlinkWrap .checkbox {
    margin-bottom: 6.6666666667vw;
  }
  .PPlinkWrap .checkbox label.check {
    padding-left: 8vw;
  }
  .PPlinkWrap .checkbox label.check::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .PPlinkWrap .checkbox label.check::after {
    left: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  #submit {
    border-radius: 6.1333333333vw;
    max-width: 53.3333333333vw;
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.thanks_contents {
  text-align: center;
  margin-top: 70px;
}
.thanks_contents .fs20 {
  margin-bottom: 30px;
}
.thanks_contents .fs16:nth-child(2) {
  margin-bottom: 20px;
}

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

input, textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/* kasou_privacypolicy
-------------------*/
.privacypolicy_main {
  margin-top: 80px;
}
.privacypolicy_main dt {
  font-size: 18px;
  margin-bottom: 5px;
}
.privacypolicy_main dd {
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  #kasou_pp .kasou_ttlBox h1 span {
    font-size: 10.6666666667vw;
    margin-bottom: 3.7333333333vw;
  }
  .privacypolicy_main {
    margin-top: 10.6666666667vw;
  }
  .privacypolicy_main dt {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .privacypolicy_main dd {
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
/* OKAMINOMORI COMING
==========================================================*/
#kasou_okami-comingSoon {
  background: url(../images/okaminomori/mv_bg_full.jpg) center center no-repeat;
  background-size: cover;
  min-height: 100vh;
}
#kasou_okami-comingSoon .header_logo_black {
  background: url(../images/common/logo_white.png) center center no-repeat;
  background-size: contain;
}
#kasou_okami-comingSoon .header_logo_black img {
  opacity: 0;
}

#okami-comingSoon {
  color: #fff5e9;
}
#okami-comingSoon .flex-box {
  min-height: 100vh;
}
#okami-comingSoon .flex-box .flex-l {
  width: calc(90% - 300px);
  overflow: hidden;
  aspect-ratio: 1/1;
}
#okami-comingSoon .flex-box .flex-l img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#okami-comingSoon .flex-box .flex-r {
  width: 300px;
}
#okami-comingSoon .flex-box .flex-r dd {
  padding-block: 2em;
}

@media screen and (max-width: 1000px) {
  #okami-comingSoon .flex-box .flex-l {
    width: calc(95% - 300px);
  }
}
@media screen and (max-width: 750px) {
  #okami-comingSoon {
    padding-top: 80px;
  }
  #okami-comingSoon .flex-box {
    min-height: auto;
  }
  #okami-comingSoon .flex-box .flex-l {
    width: 90%;
    margin-inline: auto;
    padding-bottom: 2em;
  }
  #okami-comingSoon .flex-box .flex-r {
    width: 100%;
  }
}
/* 
----------------------------------------------------------------------------------------------*/
/* 下層
==========================================================*/
.line_ordot {
  border-bottom: dotted 2.5px #fbaf29;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.obf {
  -o-object-fit: cover;
     object-fit: cover;
}

.kasoumain {
  display: flex;
  margin-top: -80px;
}

.kasoumain_img {
  width: 65%;
}

.kasoumain img {
  width: 100%;
  margin-left: -50px;
}

.kasoumain .kasou_ttlBox {
  align-items: center;
  display: flex;
  width: 40%;
}

.kasoumain .kasou_ttlBox h1 {
  color: #fff5e9;
  font-size: 38px;
  line-height: 1.5 !important;
}

.kasoumain .kasou_ttlBox h1 .toptxt {
  color: #fff5e9;
  font-size: 15px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.kasoumain .kasou_ttlBox h1 .bottomtxt {
  background: #fff5e9;
  color: #6f8065;
  font-size: 15px;
  padding: 5px 20px;
  border-radius: 50px;
  margin-top: 20px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.kasoumain .kasou_ttlBox_about {
  align-items: center;
  color: #fff5e9;
  align-content: center;
}

.kasoumain .kasou_ttlBox_about h1 {
  font-size: 65px;
  margin-bottom: 20px;
}

.kasou_bg {
  padding: 92px 0 0;
  height: 60vh;
  background: url(../images/common/kasou_bg.png) #fff5e9;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.kasou_h2 {
  color: #000 !important;
  padding-bottom: 40px;
  font-size: 19px;
}

.kasou_h2 span {
  color: #fbaf29 !important;
  font-size: 35px !important;
  font-weight: 600;
  line-height: 1;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  line-height: 1.4;
}

@media screen and (min-width: 1800px) {
  .kasoumain {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1500px) {
  .kasou_bg {
    height: 65vh;
    background-size: cover;
    background-position: bottom;
  }
}
@media screen and (max-width: 1300px) {
  .kasoumain {
    margin-top: -115px;
  }
}
@media screen and (max-width: 1250px) {
  .kasou_bg {
    height: 60vh;
    background-size: cover;
  }
  .kasoumain {
    margin-top: -20px;
  }
}
@media screen and (max-width: 950px) {
  .kasou_bg {
    height: 55vh;
  }
}
@media screen and (max-width: 850px) {
  .kasou_bg {
    height: 50vh;
  }
}
@media screen and (max-width: 750px) {
  .kasoumain {
    display: block;
    margin-top: -48px;
  }
  .kasoumain img {
    margin-left: 0;
  }
  .kasou_bg {
    height: 80vh;
    background-size: cover;
    max-height: 155vw;
  }
  .kasoumain_img {
    width: 100%;
    margin-left: 0;
  }
  .kasoumain .kasou_ttlBox {
    width: 100%;
  }
  .kasoumain .kasou_ttlBox h1 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .kasou_h2 span {
    font-size: 26px !important;
    margin-bottom: 0;
  }
  .kasou_h2 {
    padding-inline: 4vw;
  }
  .kasou_bg {
    height: 75vh;
  }
}
@media screen and (max-width: 450px) {
  .kasoumain .kasou_ttlBox h1 .toptxt {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .kasoumain .kasou_ttlBox h1 {
    font-size: 30px !important;
  }
  .kasoumain .kasou_ttlBox_about h1 {
    font-size: 50px;
  }
}
.kasou_image {
  padding-top: 120px;
  position: relative;
}

.kasou_image_flex .star01 {
  position: absolute;
  top: -13%;
  right: 13%;
  width: 133px;
  height: 117px;
  background-image: url(../images/common/star01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kasou_image_flex .star02 {
  position: absolute;
  bottom: -15%;
  right: -10%;
  width: 110px;
  height: 80px;
  background-image: url(../images/common/star02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kasou_image_flex {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  position: relative;
}

.kasou_image_flex h2 {
  writing-mode: vertical-rl;
  font-size: 32px;
}

.kasou_image_flex img {
  border: 8px solid #fff;
  border-radius: 60px;
  max-width: 780px;
  width: 100%;
}

.kasou_image p {
  margin-top: 40px;
  max-width: 790px;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-align: justify;
}

@media screen and (max-width: 1060px) {
  .kasou_image {
    padding-inline: 6.6vw;
  }
}
@media screen and (max-width: 750px) {
  .kasou_image_flex .star01 {
    top: -13%;
    left: 0;
  }
  .kasou_image_flex .star02 {
    bottom: -2%;
    right: 13%;
  }
  .kasou_image p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 600px) {
  .kasou_image_flex {
    flex-direction: column-reverse;
  }
  .kasou_image_flex h2 {
    writing-mode: inherit;
    font-size: 26px;
  }
  .kasou_image_flex .star01 {
    top: 29%;
    left: -4%;
  }
  .kasou_image_flex .star02 {
    bottom: 2%;
    right: -9%;
  }
}
@media screen and (max-width: 500px) {
  .kasou_image {
    padding-top: 80px;
  }
  .kasou_image_flex .star01 {
    width: 108px;
    height: 92px;
    top: 35%;
  }
  .kasou_image_flex .star02 {
    width: 85px;
    height: 62px;
  }
}
.kasou_image .illust_naginoki {
  position: absolute;
  bottom: 0;
  right: -7%;
  width: 270px;
  height: 198px;
  background-image: url(../images/nurseryschool/naginoki/nagi02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kasou_image .illust_kanomori {
  position: absolute;
  bottom: 0;
  right: -7%;
  width: 243px;
  height: 230px;
  background-image: url(../images/nurseryschool/kanomori/kanomori02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kasou_image .illust_okami {
  position: absolute;
  bottom: -14%;
  right: -2%;
  width: 215px;
  height: 265px;
  background-image: url(../images/okaminomori/illust01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1150px) {
  .kasou_image .illust_naginoki {
    right: 0;
    width: 250px;
    height: 187px;
  }
  .kasou_image .illust_kanomori {
    right: 4%;
  }
}
@media screen and (max-width: 1050px) {
  .kasou_image .illust_naginoki {
    bottom: 4%;
    right: 1%;
  }
}
@media screen and (max-width: 1040px) {
  .kasou_image .illust_kanomori {
    bottom: -4%;
  }
}
@media screen and (max-width: 980px) {
  .kasou_image .illust_okami {
    width: 175px;
    height: 224px;
    bottom: -25%;
    right: 2%;
  }
  .kasou_image .illust_kanomori {
    width: 188px;
    height: 179px;
    bottom: -6%;
  }
}
@media screen and (max-width: 870px) {
  .kasou_image .illust_naginoki {
    width: 219px;
    height: 163px;
    bottom: 6%;
  }
  .kasou_image .illust_okami {
    bottom: -29%;
  }
}
@media screen and (max-width: 840px) {
  .kasou_image .illust_kanomori {
    width: 176px;
    height: 168px;
    bottom: -9%;
  }
}
@media screen and (max-width: 810px) {
  .kasou_image .illust_naginoki {
    right: 3%;
    width: 197px;
    height: 145px;
    bottom: -10%;
  }
}
@media screen and (max-width: 770px) {
  .kasou_image .illust_naginoki {
    width: 188px;
    height: 139px;
    bottom: -10%;
  }
}
@media screen and (max-width: 750px) {
  .kasou_image .illust_kanomori {
    width: 159px;
    height: 151px;
    bottom: -9%;
  }
  .kasou_image .illust_naginoki {
    width: 179px;
    height: 135px;
    bottom: -10%;
    right: 3%;
  }
}
@media screen and (max-width: 675px) {
  .kasou_image .illust_naginoki {
    bottom: -14%;
  }
}
@media screen and (max-width: 645px) {
  .kasou_image .illust_okami {
    width: 150px;
    height: 190px;
    bottom: -22%;
  }
}
@media screen and (max-width: 600px) {
  .kasou_image .illust_naginoki {
    bottom: -13%;
  }
  .kasou_image .illust_kanomori {
    bottom: -11%;
  }
}
@media screen and (max-width: 530px) {
  .kasou_image .illust_okami {
    bottom: -15%;
    width: 125px;
    height: 160px;
  }
  .kasou_image .illust_naginoki {
    bottom: -11%;
  }
  .kasou_image .illust_kanomori {
    width: 158px;
    height: 150px;
  }
}
@media screen and (max-width: 490px) {
  .kasou_image .illust_naginoki {
    bottom: -15%;
  }
}
@media screen and (max-width: 460px) {
  .kasou_image .illust_okami {
    width: 121px;
    height: 154px;
    bottom: -17%;
    right: 8%;
  }
}
@media screen and (max-width: 430px) {
  .kasou_image .illust_okami {
    width: 99px;
    height: 125px;
    bottom: -14%;
  }
  .kasou_image .illust_kanomori {
    bottom: -11%;
    width: 149px;
    height: 142px;
  }
  .kasou_image .illust_naginoki {
    bottom: -12%;
  }
}
@media screen and (max-width: 420px) {
  .kasou_image .illust_kanomori {
    bottom: -13%;
  }
}
@media screen and (max-width: 400px) {
  .kasou_image .illust_kanomori {
    bottom: -14%;
  }
  .kasou_image .illust_naginoki {
    bottom: -15%;
  }
}
@media screen and (max-width: 385px) {
  .kasou_image .illust_kanomori {
    bottom: -13%;
  }
}
.kasou_point {
  padding-block: 100px;
}

.kasou_pointinr ul {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.kasou_pointinr ul:nth-child(1) {
  margin-bottom: 33px !important;
}

.kasou_pointinr li {
  background: #fff;
  padding: 30px 25px;
  width: 316px;
  border-radius: 30px;
  box-sizing: border-box;
}

.kasou_pointinr li .ttl {
  display: flex;
  width: 100%;
}

.kasou_pointinr li .ttl h3 {
  border-bottom: dotted 2.5px #fbaf29;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 20px;
  width: 80%;
  letter-spacing: 0;
}

.kasou_pointinr li .ttl p {
  background: #fbaf29;
  font-size: 25px;
  color: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
}

.kasou_pointinr li img {
  margin-inline: auto;
  margin-block: 15px;
  display: block;
  width: 60%;
}

.kasou_pointinr {
  position: relative;
}

.kasou_pointinr .star01 {
  position: absolute;
  top: -22%;
  left: -10%;
  width: 133px;
  height: 117px;
  background-image: url(../images/common/star01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.kasou_pointinr .star02 {
  position: absolute;
  bottom: -25%;
  right: 0;
  width: 133px;
  height: 117px;
  background-image: url(../images/common/star01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 1070px) {
  .kasou_point {
    padding-inline: 1vw;
  }
}
@media screen and (max-width: 1000px) {
  .kasou_point {
    padding-inline: 6vw;
  }
  .kasou_pointinr li .ttl p {
    font-size: 19px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .kasou_pointinr li .ttl h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .kasou_pointinr li .ttl h3 {
    font-size: 18px;
  }
  .kasou_pointinr li .ttl p {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  .kasou_point {
    padding-inline: 6.6vw;
    margin-top: 50px;
  }
  .kasou_pointinr ul {
    display: block;
  }
  .kasou_pointinr li {
    width: 100%;
    margin-bottom: 40px;
    padding: 40px 40px;
  }
  .kasou_pointinr li img {
    width: 40%;
  }
  .kasou_pointinr li .ttl h3 {
    font-size: 1.5rem;
  }
  .kasou_pointinr li .ttl p {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .kasou_pointinr .star01 {
    top: -9%;
  }
  .kasou_pointinr .star02 {
    bottom: -2%;
  }
}
@media screen and (max-width: 500px) {
  .kasou_pointinr .star01 {
    top: -8%;
    width: 89px;
    height: 77px;
    left: -5%;
  }
  .kasou_point {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .kasou_pointinr li {
    margin-bottom: 20px;
  }
  .kasou_pointinr li {
    padding: 40px 30px;
  }
  .kasou_pointinr li .ttl h3 {
    font-size: 1.3rem;
  }
  .kasou_pointinr li .ttl p {
    height: 48px;
  }
  .kasou_pointinr .star02 {
    width: 101px;
    height: 88px;
  }
}
@media screen and (max-width: 460px) {
  .kasou_pointinr .star01 {
    top: -12%;
  }
}
.kasou_overview {
  padding-block: 100px;
  background: #fff;
}

.kasou_overviewinr {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.kasou_overviewinr_l {
  width: 35%;
}

.kasou_overviewinr_r {
  width: 60%;
}

.kasou_overviewinr_l .notestxt {
  font-size: 0.8em;
  margin-left: 10px;
  margin-top: 10px;
  color: #666666;
}

.kasou_overviewinr_r a {
  background: #fbaf29;
  color: #fff;
  border-radius: 12px;
  padding: 10px 30px 10px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}

.kasou_overviewinr_r .btn {
  padding-left: 25px;
  position: relative;
}

.kasou_overviewinr_r .btn::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 1.1px #f9ad29;
  border-right: solid 1.1px #f9ad29;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 17px;
  z-index: 2;
}

.kasou_overviewinr_r .btn::after {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 10px;
  z-index: 1;
}

.kasou_overviewinr img {
  border-radius: 40px;
}

.kasou_overviewinr table {
  margin: 0 auto;
  width: 100%;
}

.kasou_overviewinr table tr {
  border-top: 0.2px #000 solid;
  border-bottom: 0.2px #000 solid;
}

.kasou_overviewinr table th, .kasou_overviewinr table td {
  padding-block: 30px;
}

.kasou_overviewinr table th {
  padding-right: 10px;
}

.kasou_overviewinr table td {
  padding-left: 20px;
}

.kasou_overviewinr iframe {
  width: 100%;
  height: 270px;
  margin-top: 30px;
  border-radius: 30px;
  margin-inline: auto;
  display: block;
}

@media screen and (max-width: 1080px) {
  .kasou_overview {
    padding-inline: 6vw;
  }
}
@media screen and (max-width: 950px) {
  .kasou_overview {
    padding-inline: 6vw;
  }
  .kasou_overviewinr table th {
    white-space: nowrap;
  }
  .kasou_overviewinr table td {
    padding-left: 10px;
  }
}
@media screen and (max-width: 700px) {
  .kasou_overview {
    padding-inline: 6.6vw;
  }
  .kasou_overviewinr {
    display: block;
  }
  .kasou_overviewinr_l {
    width: 100%;
    margin-bottom: 50px;
  }
  .kasou_overviewinr_l img {
    width: 100%;
    height: 350px;
  }
  .kasou_overviewinr_r {
    width: 100%;
  }
  .kasou_overviewinr_l .notestxt {
    font-size: 1em;
  }
}
@media screen and (max-width: 650px) {
  .kasou_overviewinr table th, .kasou_overviewinr table td {
    padding-block: 20px;
  }
}
@media screen and (max-width: 500px) {
  .kasou_overviewinr iframe {
    height: 150px;
  }
  .kasou_overviewinr_l img {
    height: 280px;
  }
  .kasou_overviewinr_r .show-500 {
    display: inline-block !important;
  }
}
@media screen and (max-width: 480px) {
  .kasou_overviewinr_r a {
    width: 250px;
  }
}
@media screen and (max-width: 390px) {
  .kasou_overviewinr_r a {
    width: 230px;
  }
}
.kasou_sns_insta {
  display: flex;
  margin-top: 30px;
}

.kasou_sns_insta a {
  background: none;
  color: #000;
  vertical-align: middle;
  border-radius: 0;
  padding: 0 !important;
  font-size: 20px;
}

.kasou_sns_insta a:hover {
  color: #fbaf29;
  transition: all 0.4s;
}

.kasou_sns_insta img {
  width: 35px;
  height: 35px;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
  margin-top: 3px;
}

@media screen and (max-width: 450px) {
  .kasou_sns_insta a {
    font-size: 18px;
  }
  .kasou_sns_insta img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .kasou_sns_insta img {
    margin-right: 15px;
  }
}
.caption {
  margin-inline: auto;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 16px;
  z-index: 10;
  max-width: 680px;
  height: 58px;
  text-align: center;
  align-content: center;
}

.slide_balloon {
  width: 33px;
  height: 27px;
  background-size: cover;
  background: url(../images/nurseryschool/balloon.png) no-repeat;
  margin-inline: auto;
  position: relative;
  right: -15%;
  margin-bottom: -10px;
}

#caption-text, #caption-text-slider1, #caption-text-slider2, #caption-text-slider3 {
  color: #000;
  opacity: 1;
  transition: opacity 0.5s ease; /* テキストのフェードアニメーション */
}

.fade-out {
  opacity: 0;
}

@media screen and (min-width: 1900px) {
  .slide_balloon {
    right: -5%;
  }
}
@media screen and (max-width: 750px) {
  .caption {
    margin-inline: 6.6vw;
  }
}
.kasou_slide {
  margin-bottom: 100px;
}

.kasou_slider {
  width: 100%;
  margin-bottom: 20px;
}

.kasou_slider .slide img {
  height: auto;
  transform: scale(0.9);
  transition: transform 0.3s;
  border-radius: 60px;
  border: solid 8px #fff;
}

.kasou_slider .slick-center img {
  transform: scale(1);
}

.kasou_slide .caption {
  text-align: center;
  font-size: 18px;
  margin-top: 0;
  color: #000;
}

.kasou_slide .slick-next {
  width: 55px;
  height: 55px;
  background: url(../images/common/arrow_r.svg?b) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  right: 23%;
  top: 50%;
}

.kasou_slide .slick-prev {
  width: 55px;
  height: 55px;
  background: url(../images/common/arrow_l.svg?b) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  left: 23%;
  top: 50%;
  z-index: 1;
}

@media screen and (max-width: 1320px) {
  .kasou_slide .slick-next {
    right: 20%;
  }
  .kasou_slide .slick-prev {
    left: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .kasou_slide .slick-next {
    right: 12%;
  }
  .kasou_slide .slick-prev {
    left: 12%;
  }
}
@media screen and (max-width: 950px) {
  .kasou_slide .slick-next {
    right: 7%;
  }
  .kasou_slide .slick-prev {
    left: 7%;
  }
}
@media screen and (max-width: 880px) {
  .kasou_slide .slick-next {
    right: 3%;
  }
  .kasou_slide .slick-prev {
    left: 3%;
  }
  .kasou_slider .slide img {
    transform: scale(1);
    width: 93%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 840px) {
  .kasou_slider .slide img {
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  .kasou_slider .slide img {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .kasou_slider .slide img {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  .kasou_slider .slide img {
    width: 63%;
    border-radius: 0 !important;
    border: none !important;
  }
  .kasou_slide .slick-next {
    width: 40px;
    height: 40px;
  }
  .kasou_slide .slick-prev {
    width: 40px;
    height: 40px;
  }
  .kasou_slide {
    margin-bottom: 80px;
  }
  .kasou_slider .slide {
    margin: 0;
    padding: 0;
    height: 300px;
  }
  .kasou_slider .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 400px) {
  .kasou_slider .slide {
    height: 250px;
  }
}
/* ABOUT US
==========================================================*/
.kasou_about {
  padding: 100px 0 0;
  position: relative;
  letter-spacing: 0.05em;
}

.kasou_about_message {
  max-width: 670px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.kasou_about_message p {
  font-size: 16px;
}

.kasou_about_message .name {
  text-align: center !important;
}

.kasou_about_txt {
  margin-bottom: 160px;
}

.kasou_about_txt_ttl {
  padding-bottom: 50px;
}

.kasou_about_company {
  padding-block: 100px;
  background: #fff;
  padding-inline: 6.6vw;
}

.kasou_about_company table {
  margin: 70px auto 0 !important;
  max-width: 800px;
}

.kasou_about_company table tr {
  border-top: 0.2px #000 solid;
  border-bottom: 0.2px #000 solid;
}

.kasou_about_company table td {
  padding-block: 30px;
}

.kasou_about_company table tr td:nth-child(1) {
  width: 25%;
}

.kasou_about_company table tr td:nth-child(2) {
  width: 75%;
}

.kasou_about_company iframe {
  width: 100%;
  max-width: 800px;
  height: 290px;
  margin-top: 55px;
  border-radius: 30px;
  margin-inline: auto;
  display: block;
}

#kasou_about .tree01 {
  position: absolute;
  top: -7%;
  left: -1%;
  width: 193px;
  height: 367px;
  background-image: url(../images/about/tree01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#kasou_about .tree02 {
  position: absolute;
  top: 7%;
  left: 3%;
  width: 232px;
  height: 366px;
  background-image: url(../images/about/tree02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#kasou_about .tree03 {
  position: absolute;
  top: 13%;
  left: -2.5%;
  width: 178px;
  height: 365px;
  background-image: url(../images/about/tree03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#kasou_about .tree04 {
  position: absolute;
  top: 28%;
  left: 2.5%;
  width: 178px;
  height: 365px;
  background-image: url(../images/about/tree04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#kasou_about .tree05 {
  position: absolute;
  top: -4%;
  right: 0;
  width: 219px;
  height: 364px;
  background-image: url(../images/about/tree05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#kasou_about .tree06 {
  position: absolute;
  top: 4.5%;
  left: auto;
  right: -4%;
  width: 178px;
  height: 365px;
  background-image: url(../images/about/tree06.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#kasou_about .tree07 {
  position: absolute;
  top: 19%;
  right: 4%;
  width: 232px;
  height: 386px;
  background-image: url(../images/about/tree07.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#kasou_about .tree08 {
  position: absolute;
  top: 26%;
  right: -2%;
  width: 192px;
  height: 365px;
  background-image: url(../images/about/tree08.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#kasou_about .slide_bird {
  position: absolute;
  top: -2%;
  left: -5%;
  transition: all 0.4s;
  z-index: 1;
}
#kasou_about .slide_bird .bird {
  width: 101px;
  height: 90px;
  background: url(../images/index/bird.png) no-repeat 0 0;
  background-size: 100% auto;
}

#kasou_about .slide_niwatori {
  position: absolute;
  top: 44%;
  right: -13%;
}
#kasou_about .slide_niwatori .niwatori {
  width: 145px;
  height: 133px;
  background: url(../images/about/niwatori.png) no-repeat 0 0;
  background-size: 100% auto;
}

#kasou_about .stars {
  position: absolute;
  top: -10%;
  left: 5%;
  width: 1300px;
  height: 1442px;
  background-image: url(../images/about/star.png?a);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

@media screen and (max-width: 950px) {
  #kasou_about .tree01 {
    left: -10%;
  }
  #kasou_about .tree02 {
    left: -10%;
  }
  #kasou_about .tree03 {
    left: -11%;
  }
  #kasou_about .tree04 {
    left: -11.5%;
  }
  #kasou_about .tree05 {
    right: -8%;
  }
  #kasou_about .tree06 {
    right: -8%;
  }
  #kasou_about .tree07 {
    right: -14%;
  }
  #kasou_about .tree08 {
    right: -9%;
  }
  #kasou_about .slide_bird {
    top: -1%;
    left: -10%;
  }
  #kasou_about .slide_niwatori {
    right: -15;
    top: 48%;
  }
  #kasou_about .stars {
    top: 0.5%;
    left: -20%;
  }
}
@media screen and (max-width: 750px) {
  .kasou_about_txt, .kasou_about_message {
    padding: 0 6.6666666667vw;
  }
  .kasou_about_company table {
    margin-top: 30px !important;
  }
  .kasou_about .stars_sp {
    top: -1%;
    left: 73%;
    width: 31.9vw;
    height: 31.1vw;
  }
  .kasou_about .stars_sp02 {
    top: 32%;
    left: 3%;
    width: 8.2vw;
    height: 8.2vw;
  }
  #kasou_about .slide_bird {
    top: 0;
  }
  #kasou_about .slide_niwatori {
    top: 56%;
    right: -25%;
  }
  #kasou_about .slide_niwatori .niwatori {
    width: 128px;
    height: 118px;
  }
}
@media screen and (max-width: 600px) {
  #kasou_about .tree01 {
    left: -17%;
  }
  #kasou_about .tree02 {
    left: -24%;
  }
  #kasou_about .tree03 {
    left: -25%;
  }
  #kasou_about .tree04 {
    left: -15.5%;
  }
  #kasou_about .tree05 {
    right: -26%;
  }
  #kasou_about .tree06 {
    right: -24%;
  }
  #kasou_about .tree07 {
    right: -17%;
  }
  #kasou_about .tree08 {
    right: -18%;
  }
  #kasou_about .slide_niwatori {
    top: 53%;
    right: -25%;
  }
  #kasou_about .slide_bird {
    left: -15%;
  }
}
@media screen and (max-width: 430px) {
  #kasou_about .slide_bird {
    top: -1%;
    left: -17%;
  }
  #kasou_about .slide_bird .bird {
    width: 80px;
    height: 74px;
  }
  #kasou_about .tree01 {
    width: 140px;
    height: 269px;
    left: -10%;
    top: -4%;
  }
  #kasou_about .tree02 {
    width: 171px;
    height: 286px;
  }
  #kasou_about .tree03 {
    left: -27%;
    width: 132px;
    height: 270px;
  }
  #kasou_about .tree04 {
    width: 133px;
    height: 273px;
    left: -20.5%;
  }
  #kasou_about .tree05 {
    width: 159px;
    height: 265px;
    right: -14%;
  }
  #kasou_about .tree06 {
    width: 136px;
    height: 279px;
    right: -22%;
  }
  #kasou_about .tree07 {
    width: 173px;
    height: 288px;
    right: -17%;
  }
  #kasou_about .tree08 {
    width: 147px;
    height: 279px;
    right: -24%;
  }
  #kasou_about .slide_niwatori {
    top: 59%;
    right: -28%;
  }
  #kasou_about .slide_niwatori .niwatori {
    width: 112px;
    height: 121px;
  }
  #kasou_about .slide_niwatori {
    top: 54%;
  }
  .kasou_about_company table tr td:nth-child(2) {
    width: 70%;
  }
  .kasou_about .stars_sp02 {
    top: 27%;
  }
  .kasou_about_txt {
    padding: 0 5.3333333333vw;
  }
}
/* Group Home
==========================================================*/
.grouphome_support {
  position: relative;
}

.grouphome_support .bubble {
  position: absolute;
  top: -10%;
  left: 0;
  width: 320px;
  height: 75px;
  background-image: url(../images/grouphome/support.png?a);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grouphome_support .illust {
  position: absolute;
  top: 25%;
  right: -6%;
  width: 190px;
  height: 216px;
  background-image: url(../images/grouphome/illust.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.grouphome_supporttxt {
  border: dotted 2.5px #fbaf29;
  padding: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  line-height: 3;
  margin-top: 100px;
  max-width: 780px;
  display: flex;
  gap: 50px;
}

.grouphome_supporttxt p:nth-child(2) {
  align-content: end;
}

@media screen and (max-width: 1160px) {
  .grouphome_support .illust {
    right: 3%;
  }
}
@media screen and (max-width: 1060px) {
  .grouphome_support {
    padding-inline: 6.6vw;
  }
  .grouphome_support .bubble {
    margin-left: 6.6vw;
  }
  .grouphome_supporttxt {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .grouphome_support .illust {
    top: 40%;
    width: 154px;
    height: 172px;
  }
}
@media screen and (max-width: 870px) {
  .grouphome_support .illust {
    top: -45%;
  }
}
@media screen and (max-width: 775px) {
  .grouphome_support .illust {
    width: 121px;
    height: 136px;
    top: 60%;
  }
}
@media screen and (max-width: 700px) {
  .grouphome_supporttxt {
    line-height: 2;
  }
}
@media screen and (max-width: 480px) {
  .grouphome_supporttxt {
    padding: 60px 40px 40px;
    margin-top: 60px;
  }
  .grouphome_support .illust {
    top: 74%;
  }
}
@media screen and (max-width: 420px) {
  .grouphome_supporttxt {
    padding: 60px 40px 40px 20px;
  }
  .grouphome_support .illust {
    width: 100px;
    height: 115px;
  }
}
/* Youmuin
==========================================================*/
.youmuin_flow {
  position: relative;
  margin-inline: auto !important;
}

.youmuin_flow .star {
  position: absolute;
  top: 14%;
  left: -10%;
  width: 133px;
  height: 117px;
  background-image: url(../images/common/star01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.youmuin_point {
  position: relative;
}

.youmuin_point .majyo {
  position: absolute;
  top: 8%;
  right: -5%;
  width: 288px;
  height: 123px;
  background-image: url(../images/youmuin/img01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.youmuin_point .star03 {
  position: absolute;
  bottom: -11%;
  left: -11%;
  width: 141px;
  height: 182px;
  background-image: url(../images/common/star03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.youmuin_flow ul {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.youmuin_flow li {
  max-width: 330px;
  height: 200px;
  box-sizing: border-box;
  position: relative;
}

.youmuin_flow li::before {
  content: "";
  position: absolute;
  background: url(../images/youmuin/beige.svg);
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.youmuin_flow .ttl {
  display: flex;
  background: #fbaf29;
  padding: 15px 25px;
  border-radius: 10px 10px 0 0;
  white-space: nowrap;
}

.youmuin_flow .txt {
  background: #fff;
  padding: 25px 45px 25px 25px;
  border-radius: 0 0 10px 10px;
  height: 60%;
}

.youmuin_flow li .ttl h3 {
  border-bottom: dotted 2.5px #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 20px;
  width: 65%;
  letter-spacing: 0;
  color: #fff;
}

.youmuin_flow li .ttl p {
  background: #fff;
  font-size: 25px;
  color: #fbaf29;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  margin-right: 10px;
}

@media screen and (max-width: 1300px) {
  .youmuin_flow .star {
    top: 14%;
    left: 5%;
  }
  .youmuin_point .star03 {
    left: -1%;
  }
}
@media screen and (max-width: 1100px) {
  .youmuin_point .majyo {
    right: -3%;
  }
}
@media screen and (max-width: 1040px) {
  .youmuin_flow {
    padding-inline: 4vw;
  }
  .youmuin_flow ul {
    display: block;
  }
  .youmuin_flow li::before {
    display: none;
  }
  .youmuin_flow li {
    max-width: none;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 20px;
  }
  .youmuin_flow li:last-child {
    margin-bottom: 0;
  }
  .youmuin_flow .txt {
    padding-bottom: 25px;
  }
  .youmuin_flow .star {
    top: 7%;
  }
  .youmuin_point .star03 {
    left: 0;
  }
  .youmuin_flow li .ttl h3 {
    width: 100%;
  }
  .youmuin_flow li .ttl p {
    font-size: 21px;
    height: 42px;
    line-height: 42px;
  }
  .youmuin_point .majyo {
    right: 0;
    width: 265px;
    height: 108px;
  }
}
@media screen and (max-width: 960px) {
  .youmuin_point .majyo {
    top: 17%;
    right: 3%;
    width: 238px;
    height: 103px;
  }
}
@media screen and (max-width: 860px) {
  .youmuin_point .majyo {
    top: 0;
  }
  .youmuin_point .star03 {
    width: 101px;
    height: 131px;
    left: 2%;
    bottom: -3%;
  }
}
@media screen and (max-width: 750px) {
  .youmuin_flow {
    margin-inline: 0;
  }
  .youmuin_flow .txt p {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 650px) {
  .youmuin_point .majyo {
    top: -1%;
  }
  .youmuin_flow .star {
    top: -3%;
  }
}
@media screen and (max-width: 550px) {
  .youmuin_flow .star {
    width: 109px;
    height: 94px;
    top: 0;
  }
  .youmuin_flow .txt p {
    font-size: 16px !important;
  }
  .youmuin_point .majyo {
    width: 212px;
    height: 90px;
  }
  .youmuin_flow li .ttl p {
    height: 39px;
    line-height: 39px;
  }
}
@media screen and (max-width: 420px) {
  .youmuin_flow .star {
    width: 91px;
    height: 83px;
  }
  .youmuin_flow li .ttl p {
    height: 37px;
    line-height: 37px;
  }
}
/* recruit
==========================================================*/
.recruit {
  padding: 100px;
}

.recruit h3 {
  font-size: 24px;
  border-bottom: dotted 2.5px #fbaf29;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 30px;
}

.recruit_inr {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}

.recruit .list li {
  display: flex;
  background: #fbaf29;
  width: 275px;
  height: 60px;
  border-radius: 15px;
  margin-bottom: 10px;
}

.recruit .list a {
  color: #fff;
  border-radius: 12px;
  padding: 15px 30px 10px 20px;
  display: flex;
  width: 100%;
}

.recruit .list .txt {
  width: 90%;
}

.recruit .list .btn {
  position: relative;
  width: 10%;
}

.recruit .list .btn::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 1.1px #f9ad29;
  border-right: solid 1.1px #f9ad29;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 19px;
  z-index: 2;
}

.recruit .list .btn::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 10px;
  z-index: 1;
}

.recruit_inr_r {
  width: 70%;
}

.recruit_inr_r p {
  text-align: justify;
}

.recruit_inr_r table {
  width: 100%;
  margin-top: 40px;
  text-align: justify;
}

.recruit_inr_r td, .recruit_inr_r th {
  border-block: 1px solid #6f8065;
  border-collapse: collapse;
}

.recruit_inr_r td, .recruit_inr_r th {
  padding: 30px;
}

.recruit_inr_r th {
  background: #88a465;
  color: #fff;
  width: 25%;
  text-align: center;
}

.recruit_inr_r td {
  background: #fff;
  width: 75%;
  letter-spacing: 0.01em;
}

.recruit_btn {
  margin-top: 50px;
}

.recruit_btn .btn {
  position: relative;
  margin-left: 20px;
}

.recruit_btn a {
  color: #fff;
  border-radius: 12px;
  padding: 15px 15px 10px 20px;
  background: #88a465;
  display: block;
  max-width: 305px;
  height: 60px;
  margin-inline: auto;
}

.recruit_btn .btn::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 1.1px #88a465;
  border-right: solid 1.1px #88a465;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 19px;
  z-index: 2;
}

.recruit_btn .btn::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 10px;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .recruit {
    padding-inline: 6.6vw;
  }
  .recruit_inr {
    display: block;
  }
  .recruit_inr_r {
    width: 100%;
    margin-top: 50px;
  }
  .recruit .list ul {
    display: flex;
    gap: 10px;
  }
  .recruit .list li {
    height: inherit;
  }
  .recruit .list .txt {
    width: 85%;
  }
}
@media screen and (max-width: 750px) {
  .recruit {
    padding-top: 70px;
  }
  .recruit .list ul {
    display: block;
  }
  .recruit .list li {
    width: 100%;
    height: 55px;
  }
  .recruit .list .txt {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .recruit_inr_r td {
    width: 44%;
  }
}
@media screen and (max-width: 450px) {
  .recruit_inr_r td, .recruit_inr_r th {
    padding: 20px;
  }
}
/* okaminomori
==========================================================*/
.okami_facilities {
  margin-top: 130px;
  position: relative;
}

.okami_facilities .star02 {
  position: absolute;
  top: 0;
  left: -1%;
  width: 110px;
  height: 80px;
  background-image: url(../images/common/star02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.okami_maintxt {
  display: block !important;
  align-content: center;
}

.okami_maintxt ul {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.okami_maintxt li {
  max-width: 115px;
}

.okami_maintxt li img {
  width: 100%;
}

.okami_maintxt h1 {
  margin-left: -50px;
}

.okami_facilities .list ul {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 65px;
  max-width: 865px;
  margin-inline: auto;
}

.okami_facilities .list li {
  display: flex;
  background: #fbaf29;
  width: 275px;
  height: 60px;
  border-radius: 15px;
  margin-bottom: 10px;
}

.okami_facilities .list a {
  color: #fff;
  border-radius: 12px;
  padding: 15px 30px 10px 20px;
  display: flex;
  width: 100%;
}

.okami_facilities .list .txt {
  width: 90%;
  font-size: 18px;
}

.okami_facilities .list .btn {
  position: relative;
  width: 10%;
}

.okami_facilities .list .btn::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #f9ad29;
  border-right: solid 2px #f9ad29;
  transform: rotate(135deg);
  position: absolute;
  top: 10px;
  left: 19px;
  z-index: 2;
}

.okami_facilities .list .btn::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 8px;
  z-index: 1;
}

@media screen and (max-width: 1060px) {
  .okami_facilities .star02 {
    left: 1%;
  }
}
@media screen and (max-width: 950px) {
  .okami_maintxt ul {
    gap: 10px;
  }
}
@media screen and (max-width: 900px) {
  .okami_facilities {
    padding-inline: 6.6vw;
  }
}
@media screen and (max-width: 780px) {
  .okami_facilities .list a {
    padding: 15px 50px 8px 20px;
  }
}
@media screen and (max-width: 750px) {
  .okami_maintxt {
    margin-top: -50px;
  }
  .okami_maintxt h1 {
    margin-left: 0;
  }
  .okami_maintxt {
    margin-left: 0;
  }
  .okami_maintxt ul {
    width: 60%;
    margin-inline: auto;
    gap: 20px;
  }
  .okami_maintxt li img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 53px;
  }
}
@media screen and (max-width: 660px) {
  .okami_maintxt {
    margin-top: 0;
  }
  .okami_facilities .list ul {
    gap: 10px;
  }
  .okami_facilities .list li {
    width: 200px;
    height: 60px;
  }
  .okami_facilities .list a {
    padding: 15px 50px 8px 10px;
  }
}
@media screen and (max-width: 650px) {
  .okami_overview table th, .okami_overview table td {
    display: inline-block;
    width: 100%;
  }
  .okami_overview table th {
    padding-bottom: 0;
    padding-right: 0;
  }
  .okami_overview table td {
    padding-top: 10px;
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .okami_maintxt ul {
    width: 75%;
  }
  .okami_facilities .list ul {
    display: block;
  }
  .okami_facilities .list li {
    width: 100%;
  }
  .okami_facilities .list a {
    padding: 15px 30px 10px 20px;
  }
  .okami_facilities .list .txt {
    font-size: 16px;
  }
  .okami_facilities .star02 {
    width: 90px;
    height: 63px;
    left: 5%;
  }
}
@media screen and (max-width: 600px) {
  .okami_maintxt ul {
    width: 80%;
    gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .okami_maintxt ul {
    margin-top: 10px;
  }
}
.okami_jyugemu, .okami_sowaka {
  padding-block: 115px 100px;
}

.okami_hakobune {
  padding-block: 115px 0;
}

.okami_sowaka {
  background: #fae8d3;
}

.okami_txt img {
  width: 50%;
}

.okami_txt p {
  margin-block: 30px 70px;
  font-size: 18px;
}

.okami_point {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.okami_pointttl {
  width: 55%;
}

.okami_point .list ul {
  margin-left: 30px;
}

.okami_point .list li {
  display: flex;
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

.okami_point .list li .listimg {
  width: 17%;
}

.okami_point .list li .listtxt {
  width: 80%;
}

.okami_point .list li img {
  width: 60px;
}

.okami_point .list h3 {
  font-size: 22px;
  border-bottom: dotted 2.5px #fbaf29;
}

.okami_point .list p {
  margin-top: 15px;
}

@media screen and (max-width: 1100px) {
  .okami_point {
    padding-inline: 6.6vw;
  }
}
@media screen and (max-width: 955px) {
  .okami_pointttl {
    width: 70%;
  }
}
@media screen and (max-width: 865px) {
  .okami_point {
    display: block;
  }
  .okami_pointttl {
    width: 100%;
  }
  .okami_pointttl h2 {
    text-align: center;
  }
  .okami_point .list ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 780px) {
  .okami_txt img {
    width: 70%;
  }
  .okami_txt p {
    padding-inline: 6.6vw;
  }
}
@media screen and (max-width: 700px) {
  .okami_point .list li .listimg {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .okami_point .list li .listimg {
    width: 25%;
  }
  .okami_txt img {
    width: 85%;
  }
}
@media screen and (max-width: 500px) {
  .okami_point .list li {
    display: block;
  }
  .okami_point .list li .listimg {
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .okami_point .list li .listtxt {
    width: 100%;
  }
  .okami_point .list h3 {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 0.3em;
  }
  .okami_jyugemu, .okami_sowaka {
    padding-block: 80px 80px;
  }
  .okami_hakobune {
    padding-block: 80px 0;
  }
}
.okami_overview {
  max-width: 1200px;
  margin-inline: auto;
  margin-block: 100px;
  border-radius: 30px;
  position: relative;
}

.okami_overview .illust_jyugemu {
  position: absolute;
  top: -18%;
  left: 5%;
  width: 247px;
  height: 214px;
  background-image: url(../images/okaminomori/illust02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.okami_overview .illust_sowaka {
  position: absolute;
  top: -13%;
  left: 5%;
  width: 269px;
  height: 150px;
  background-image: url(../images/okaminomori/illust04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.illust_hakobune {
  position: absolute;
  top: -25%;
  left: 5%;
  width: 207px;
  height: 255px;
  background-image: url(../images/okaminomori/illust05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  .okami_overview {
    margin-inline: 6.6vw;
    padding: 80px;
  }
}
@media screen and (max-width: 865px) {
  .okami_overview {
    margin-top: 200px;
    padding: 60px;
  }
  .okami_overview .illust_jyugemu {
    top: -15%;
    left: 5%;
    width: 215px;
    height: 198px;
  }
  .okami_overview .illust_sowaka {
    top: -9%;
  }
}
@media screen and (max-width: 700px) {
  .okami_overview .illust_jyugemu {
    width: 186px;
    height: 171px;
    top: -10%;
  }
  .okami_overview .illust_sowaka {
    width: 243px;
    height: 132px;
    top: -7%;
  }
  .okami_overview .illust_hakobune {
    top: -14%;
    width: 144px;
    height: 188px;
  }
}
@media screen and (max-width: 550px) {
  .okami_overview {
    margin-top: 122px;
  }
  .okami_overview .illust_jyugemu {
    width: 152px;
    height: 141px;
    top: -7%;
  }
  .okami_overview .illust_sowaka {
    top: -6%;
    width: 224px;
    height: 124px;
  }
  .okami_overview .illust_hakobune {
    top: -10%;
    width: 127px;
    height: 163px;
  }
}
@media screen and (max-width: 500px) {
  .okami_overview .illust_jyugemu {
    top: -9%;
  }
  .okami_overview .illust_sowaka {
    top: -7%;
    width: 187px;
    height: 103px;
  }
  .okami_overview .illust_hakobune {
    top: -11%;
    width: 113px;
    height: 150px;
  }
}
@media screen and (max-width: 450px) {
  .okami_overview {
    padding: 40px;
  }
  .okami_overview .illust_jyugemu {
    top: -10%;
  }
  .okami_overview .illust_hakobune {
    top: -12%;
  }
}
/*# sourceMappingURL=base.css.map */