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

    header

-----------------------------------------------------------------------*/
/* ▼page-header */
.page-header_wrap {
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 4%;
  background-color: #f3f5c3;
}
.page-header-logo img {
  height: 48px;
}

/* pagetop */
.pagetop {
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}

.pagetop a {
  transition: all 0.3s;
}

.pagetop.fixed a {
  pointer-events: all;
  opacity: 1;
}

/*-----------------------------------------------------------------------

    nav

-----------------------------------------------------------------------*/
/* drawer-nav */
.drawer--right .drawer-toggle.drawer-hamburger {
  background-color: #ec7188 !important;
}

.drawer-logo {
  width: 50%;
  margin-top: -8%;
}

.drawer-nav {
  z-index: 100;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
  color: inherit;
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: center;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.current {
  background-color: rgba(137, 193, 34, 0.5);
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.font-small {
  font-size: 0.9em;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item span {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 80%;
  color: #89c122;
}
.drawer-nav .drawer-current {
  border-bottom-color: inherit !important;
  border-right-color: inherit !important;
}
.drawer-nav .level1 {
  padding-bottom: 2%;
}
.drawer-nav .level1 li {
  padding: 0 2% !important;
}
.drawer-nav .level1 li .drawer-dropdown-menu-item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  margin: 0 8px 0;
  border-bottom: 1px solid;
  vertical-align: 5px;
}

/* ▼ drawer-info*/
.drawer-info {
  width: 100%;
  margin: 30px 0 0;
}
.drawer-info .page-footer-ttl,
.drawer-info .copyright {
  display: none;
}

/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 14px 0;
  position: relative;
  z-index: 10;
  /* ▼key-vis */
  /* ▼key-cnt */
  /* ▼key-ttl */
}
.key::before, .key::after {
  content: "";
  position: absolute;
  z-index: 20;
  pointer-events: none;
}
.key::before {
  width: 73px;
  height: 85px;
  background: url(../images/common/key/mv-deco_left.png) no-repeat center/contain;
  top: 0;
  left: max(-17px, 50% - 302px);
}
.key::after {
  width: 105px;
  height: 122px;
  background: url(../images/common/key/mv-deco_right.png) no-repeat center/contain;
  right: max(-17px, 50% - 299px);
  bottom: 0;
}
.key-vis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96%;
  height: auto;
  margin: 0 auto;
  padding: 5px 7px 6px 8px;
  background: url(../images/top/main-vis_shadow.png) no-repeat center;
  border-radius: 10px;
  position: relative;
}
.key-vis-img {
  -webkit-mask-image: url(../images/common/key/frame.png);
  mask-image: url(../images/common/key/frame.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.key-vis video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.key-vis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key-cnt {
  display: flex;
  align-self: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: 60%;
  max-width: 300px;
  margin: auto;
  position: absolute;
  bottom: -30px;
  z-index: 100;
  /* ▼key-ttl-sub */
}
.key-ttl-sub {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.key-ttl-sub .txt-main {
  display: block;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.key-ttl-sub .txt-en {
  display: inline-block;
  padding: 2px 0.666667em 4px;
  color: #fff;
  background-color: #89c122;
  border-radius: 1em;
  font-size: 0.5357em;
  letter-spacing: 0.04em;
}

#top .key {
  padding: 14px 0 42px;
  /* ▼key-vis */
}
#top .key-vis {
  width: 100%;
  max-width: 1508px;
  height: auto;
  margin: 0 auto;
  padding: 5px 11px 6px 12px;
  background: url(../images/top/main-vis_shadow.png) no-repeat center/contain;
  position: relative;
  z-index: 10;
}
#top .key-vis-img {
  -webkit-mask-image: url(../images/top/main-vis_frame.png);
  mask-image: url(../images/top/main-vis_frame.png);
}

/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.page-footer {
  padding: 40px 0 25px;
  background: #f3f5c3 url(../images/common/footer-bg.png) no-repeat bottom/max(760px, 100%) auto;
  position: relative;
  /* ▼page-footer-main */
  /* ▼page-footer-detail */
  /* &nav */
}
.page-footer::before {
  content: "";
  width: 100%;
  height: 29px;
  background: url(../images/common/wave_green.png) no-repeat bottom/max(760px, 100%) auto;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.page-footer-main-item {
  justify-content: center;
}
.page-footer-main-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.page-footer-ttl {
  text-align: center;
}
.page-footer-ttl a {
  display: inline-block;
}
.page-footer-ttl img {
  height: 48px;
}
.page-footer-nav {
  justify-content: flex-end;
  line-height: 1;
  font-size: 1.5rem;
}
.page-footer-nav-list li {
  display: flex;
  align-items: center;
}
.page-footer-nav-list li::before {
  content: "＞";
}
.page-footer-nav-list li:not(:last-child) {
  margin-bottom: 2.125em;
}
.page-footer-nav-list:not(:last-of-type) {
  margin-right: 2.75em;
}
.page-footer-bottom {
  width: 100%;
  margin: 35px auto 0;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
}
.page-footer-bottom-ttl {
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.page-footer-bottom-ttl::before, .page-footer-bottom-ttl::after {
  content: "";
  width: 1.3em;
  height: 1.3em;
  background: url(../images/common/illust_clover02.png) no-repeat center/contain;
}
.page-footer-bottom-ttl .txt-main {
  margin: 0 0.5em;
}
.page-footer-bottom-list {
  justify-content: flex-start;
}
.page-footer-bottom-list-item {
  width: 100%;
}
.page-footer-bottom-list-item:nth-child(n+2) {
  margin-top: 20px;
}
.page-footer-bottom-list-btn {
  width: 260px;
}
.page-footer-bottom-list-btn::before {
  content: "";
  width: 1.235294em;
  height: 1.176471em;
  margin: auto;
  background: url(../images/common/icon_another.png) no-repeat center/contain;
  position: absolute;
  left: 1.176471em;
}

/* ▼copyright */
.copyright {
  margin: 40px 0 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}

/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼top_about */
.top_about {
  padding-top: 70px;
}
.top_about-block {
  align-items: center;
}
.top_about-block-img {
  width: 100%;
  margin-left: -3%;
}
.top_about-block-cnt {
  width: 100%;
  margin: 10px 0 0;
}
.top_about-block-cnt-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.852941em;
  padding: 0 0 0.411765em;
  border-bottom: 2px dashed #bfbba6;
  text-align: center;
  font-size: 2rem;
}
.top_about-block-cnt-ttl .txt-sub {
  margin-left: 0.588235em;
}
.top_about-block-cnt-ttl .txt-sub img {
  height: 30px;
}
.top_about-block-cnt-btn {
  margin-top: 35px;
}

/* ▼top_feature */
.top_feature {
  background: url(../images/top/feature-bg.jpg) no-repeat center/cover;
}
.top_feature-list {
  justify-content: center;
  width: 250px;
  margin: 0 auto;
  position: relative;
}
.top_feature-list::after {
  content: "";
  width: 101px;
  height: 85px;
  background: url(../images/common/illust_sumire01.png) no-repeat center/contain;
  position: absolute;
  right: -30px;
  bottom: -20px;
  z-index: 10;
}
.top_feature-list-item {
  margin: 15px;
}
.top_feature-btn {
  margin-top: 40px;
}

/* ▼top_guide */
.top_guide {
  background: url(../images/top/guide-bg.png) no-repeat bottom/cover;
  position: relative;
}
.top_guide::after {
  content: "";
  width: 101px;
  height: 102px;
  background: url(../images/top/guide-deco_bottom.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: -39px;
  z-index: 20;
}
.top_guide-list {
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.top_guide-list::before {
  content: "";
  width: 97px;
  height: 170px;
  background: url(../images/top/guide-list-deco01.png) no-repeat center/contain;
  position: absolute;
  z-index: 10;
  left: -53.5px;
  bottom: -24px;
  pointer-events: none;
}
.top_guide-list-item:not(:last-of-type) {
  margin-bottom: 6%;
}

/* ▼top_news */
.top_news {
  padding-bottom: 80px;
  background-color: #fff;
  position: relative;
}
.top_news::before {
  content: "";
  width: 100%;
  height: 25px;
  background: url(../images/common/wave_white.png) repeat-x center/auto 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 10;
}
.top_news-block-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
}
.top_news-block-cnt-ttl {
  width: auto;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.top_news-block-cnt-ttl::before {
  content: "";
  display: block;
  width: 1.809524em;
  height: 1.547619em;
  margin: 0 auto 0.47619em;
  background: url(../images/top/news-ttl-deco.png) no-repeat center/contain;
}
.top_news-block-cnt-ttl .txt-en {
  display: block;
  color: #89c122;
  margin: 0.8em 0 0;
  font-size: 0.5952em;
}
.top_news-block-cnt-btn {
  width: 180px;
  margin: 0;
}
.top_news-block-post {
  width: 730px;
}

/*
    page-about
--------------------*/
/* ▼about_main */
.about_main-block {
  position: relative;
}
.about_main-block-img {
  width: 90%;
  margin: 0 auto;
}
.about_main-block-cnt {
  width: 100%;
  margin: 30px 0 0;
}

/* ▼about_greeting */
.about_greeting {
  background: url(../images/about/greeting-bg.jpg) no-repeat bottom/cover;
  position: relative;
}
.about_greeting::before {
  content: "";
  width: 100%;
  height: 30px;
  background: url(../images/common/wave_off-white01.png) no-repeat top/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.about_greeting-block {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.about_greeting-block::after {
  content: "";
  width: 99.5px;
  height: 96.5px;
  background: url(../images/common/illust_flower01.png) no-repeat center/contain;
  position: absolute;
  bottom: -32px;
  right: -20px;
  z-index: 10;
}
.about_greeting-block-cnt {
  padding: 30px 0;
  border-top: 2px dashed #bfbba6;
  border-bottom: 2px dashed #bfbba6;
  position: relative;
}
.about_greeting-block-cnt::after {
  content: "";
  width: 43.5px;
  height: 55.5px;
  background: url(../images/common/illust_clover03.png) no-repeat center/contain;
  position: absolute;
  left: -23px;
  bottom: -16px;
  z-index: 10;
}
.about_greeting-block-cnt-txt {
  text-align: center;
}
.about_greeting-block-cnt-name {
  justify-content: center;
  margin: 20px 0 0;
  font-size: 1.1765em;
  line-height: 1;
}
.about_greeting-block-cnt-name dt {
  color: #89c122;
  margin-right: 2em;
}

/* ▼about_person */
.about_person-list {
  justify-content: center;
  position: relative;
  z-index: 10;
}
.about_person-list::before {
  content: "";
  width: 74px;
  height: 117.5px;
  background: url(../images/about/person-illust01.png) no-repeat center/contain;
  position: absolute;
  top: -111px;
  right: 0;
  z-index: -1;
}
.about_person-list-item {
  width: 100%;
  padding: 25px 8px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
  text-align: center;
  position: relative;
}
.about_person-list-item:not(:last-of-type) {
  margin-bottom: 40px;
}
.about_person-list-num {
  width: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.about_person-list-ttl {
  margin: 0 0 20px;
  font-size: 1.9rem;
  line-height: 1.4815;
}
.about_person-list-txt {
  letter-spacing: 0;
}
.about_person-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0 0;
}
.about_person-lead::before, .about_person-lead::after {
  content: "";
  width: 54px;
  height: 70.5px;
  background: url(../images/common/illust_clover01.png) no-repeat center/contain;
}
.about_person-lead::before {
  transform: scale(-1, 1);
}
.about_person-lead .txt-main {
  margin: 0 1em;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
.about_person-lead .font-line {
  background-size: 93% 30%;
}

/*
    page-feature
--------------------*/
/* ▼feature_main */
.feature_main-block-img {
  position: relative;
}
.feature_main-block-img::before {
  content: "";
  width: 67px;
  height: 107px;
  background: url(../images/feature/feature-img-deco01.png) no-repeat center/contain;
  position: absolute;
  top: -27px;
  left: -40px;
  z-index: 10;
}
.feature_main-block-cnt {
  width: 100%;
  margin: 20px 0 0;
}
.feature_main-block-cnt-ttl {
  margin: 0 0 1em;
  padding: 0 0 0.666667em;
  border-bottom: 2px dashed;
  font-size: 2rem;
  line-height: 1.4;
}
.feature_main-block-cnt-ttl .txt-num {
  display: inline-block;
  padding: 2px 20px 5px;
  color: #fff;
  background: #89c122 url(../images/common/pattern/bg_green01.jpg) repeat;
  border-radius: 0.333333em;
  font-size: 0.7333em;
  line-height: 1;
}
.feature_main-block-cnt-ttl .txt-num .font-size {
  font-size: 1.2727em;
}
.feature_main-block-cnt-ttl .txt-main {
  display: block;
  margin: 0.333333em 0 0;
}
.feature_main-block-cnt-ttl br {
  display: none;
}
.feature_main-block:nth-of-type(n+2) {
  margin-top: 40px;
}
.feature_main-block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.feature_main-block:nth-of-type(even) .feature_main-block-img::before {
  transform: scale(-1, 1);
  left: auto;
  right: -29px;
}

/*
    page-recruit
--------------------*/
/* ▼recruit_nav */
.recruit_nav {
  padding: 50px 0;
}
.recruit_nav-list {
  width: 90%;
  margin: 0 auto;
}
.recruit_nav-list-item {
  width: 100%;
}
.recruit_nav-list-item:nth-child(n+2) {
  margin-top: 30px;
}

/* ▼recruit_main */
.recruit_main:nth-of-type(odd) {
  background-color: #f3f5c3;
  position: relative;
}
.recruit_main:nth-of-type(odd)::before {
  content: "";
  width: 100%;
  height: 51px;
  background: url(../images/common/wave_off-white01.png) no-repeat center/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit_main:nth-of-type(odd)::after {
  content: "";
  width: 67px;
  height: 65px;
  background: url(../images/common/illust_flower01.png) no-repeat center/contain;
  position: absolute;
  top: -27px;
  right: max(50% - 180px, 0px);
}

/*
    page-information
--------------------*/
/* ▼information_main */
.information_main-block:not(:last-child) {
  margin-bottom: 50px;
}
.information_main:nth-of-type(even) {
  background-color: #fff;
}

.information_main-map {
  width: 100%;
  height: 240px;
  margin: 40px 0 0;
  background-color: #ccc;
}