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

    header

-----------------------------------------------------------------------*/
.page-header {
  width: 100%;
  background: url(../images/common/key/mv-bg_top.png) no-repeat top/max(1920px, 100%) auto;
}
.page-header_wrap {
  align-items: center;
  width: 100%;
  padding: 23px 50px 2px;
}
.page-header-logo {
  align-self: center;
}
.page-header-logo a {
  display: inline-block;
}
.page-header h1 {
  line-height: 1;
}
.page-header-detail {
  align-items: center;
  margin: 0 0 0 30px;
}
.page-header-detail .common-info {
  justify-content: flex-end;
}

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

    nav

-----------------------------------------------------------------------*/
/* ▼global-nav */
.global-nav {
  margin: 20px 0 0;
  line-height: 1;
  color: #5f5521;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 10;
}
.global-nav .hd-nav {
  justify-content: flex-end;
}
.global-nav .hd-nav li {
  display: flex;
  align-items: center;
  position: relative;
}
.global-nav .hd-nav li:not(:last-child)::after {
  content: "";
  width: 0.5882em;
  height: 0.5882em;
  margin: 0 1.176471em;
  background-color: #89c122;
  border-radius: 50%;
}
.global-nav .hd-nav li a {
  position: relative;
  z-index: 10;
}
.global-nav .hd-nav li a span {
  display: block;
  margin: 6px 0 0;
  color: #89c122;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.global-nav .hd-nav li a:hover,
.global-nav .hd-nav li a.current {
  opacity: 1;
  color: #ec7188;
}

.hd-nav li.has-child {
  position: relative;
}
.hd-nav li.has-child .has-child-txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hd-nav li.has-child .has-child-txt::after {
  content: "";
  width: 11px;
  height: 7px;
  margin: 0 0 0 8px;
  background-color: #89c122;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.hd-nav li.has-child ul {
  width: 173px;
  text-align: left;
  position: absolute;
  top: calc(100% + 21px);
  left: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50%);
}
.hd-nav li.has-child ul li {
  margin: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: relative;
}
.hd-nav li.has-child ul li:not(:last-child) {
  margin-bottom: 3px;
}
.hd-nav li.has-child ul li::after {
  content: none;
}
.hd-nav li.has-child ul li a {
  width: 100%;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #89c122;
  font-weight: 400;
}
.hd-nav li.has-child ul li a::before {
  content: "";
  width: 5px;
  height: 8px;
  margin: auto;
  background: url(../images/common/btn-arrow01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -13px;
  z-index: 10;
}
.hd-nav li.has-child ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #f3f5c3;
  transform: translateX(10px);
}
.hd-nav li.has-child:hover > ul, .hd-nav li.has-child ul li:hover > ul, .hd-nav li.has-child:active > ul, .hd-nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

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

    key

-----------------------------------------------------------------------*/
.key {
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 14px 0 42px;
  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: 327px;
  height: 382px;
  background: url(../images/common/key/mv-deco_left.png) no-repeat center/contain;
  top: 0;
  left: max(-50px, 50% - 907px);
}
.key::after {
  width: 475px;
  height: 549px;
  background: url(../images/common/key/mv-deco_right.png) no-repeat center/contain;
  right: max(-50px, 50% - 897px);
  bottom: 0;
}
.key-vis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 495px;
  padding: 5px 11px 6px 12px;
  background: url(../images/common/key/shadow.png) no-repeat center/contain;
  margin: 0 auto;
  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;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: auto;
  position: absolute;
  z-index: 100;
  /* ▼key-ttl-sub */
}
.key-ttl-sub {
  font-size: 5.6rem;
  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 5px;
  color: #fff;
  background-color: #89c122;
  border-radius: 1em;
  font-size: 0.5357em;
  letter-spacing: 0.04em;
}

#top .key {
  /* ▼key-vis */
}
#top .key-vis {
  width: calc(100% - 100px);
  max-width: 1508px;
  height: auto;
  margin: 0 auto;
  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: 53px 0 33px;
  background: #f3f5c3 url(../images/common/footer-bg.png) no-repeat bottom/max(1920px, 100%) auto;
  position: relative;
  /* ▼page-footer-main */
  /* ▼page-footer-detail */
  /* &nav */
}
.page-footer::before {
  content: "";
  width: 100%;
  height: 57px;
  background: url(../images/common/wave_green.png) no-repeat bottom/max(1920px, 100%) auto;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.page-footer-main-item {
  justify-content: flex-start;
}
.page-footer-main-item:not(:last-of-type) {
  margin-bottom: 25px;
}
.page-footer-ttl {
  text-align: left;
}
.page-footer-ttl a {
  display: inline-block;
}
.page-footer-nav {
  justify-content: flex-end;
  line-height: 1;
  font-size: 1.6rem;
}
.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: 680px;
  margin: 50px auto 0;
  padding: 39px 60px;
  background-color: #fff;
  border-radius: 10px;
}
.page-footer-bottom-ttl {
  align-items: center;
  justify-content: center;
  margin: 0 0 0.866667em;
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.page-footer-bottom-ttl::before, .page-footer-bottom-ttl::after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url(../images/common/illust_clover02.png) no-repeat center/contain;
}
.page-footer-bottom-ttl .txt-main {
  margin: 0 0.733333em;
}
.page-footer-bottom-list {
  justify-content: flex-start;
}
.page-footer-bottom-list-item {
  width: 260px;
}
.page-footer-bottom-list-item:not(:nth-child(even)) {
  margin-right: 39px;
}
.page-footer-bottom-list-item:nth-child(n+3) {
  margin-top: 39px;
}
.page-footer-bottom-list-btn {
  width: 100%;
  font-size: 1.7rem;
}
.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 {
  width: 100%;
  margin: 57px 0 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}

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

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼top_about */
.top_about-block {
  align-items: center;
}
.top_about-block-img {
  width: 815px;
  margin-left: -310px;
}
.top_about-block-cnt {
  width: 525px;
}
.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: 3.4rem;
}
.top_about-block-cnt-ttl .txt-sub {
  margin-left: 0.588235em;
}
.top_about-block-cnt-btn {
  margin: 60px 0 0;
}

/* ▼top_feature */
.top_feature {
  background: url(../images/top/feature-bg.jpg) no-repeat center/cover;
}
.top_feature-list {
  justify-content: center;
  position: relative;
}
.top_feature-list::after {
  content: "";
  width: 202px;
  height: 170px;
  background: url(../images/common/illust_sumire01.png) no-repeat center/contain;
  position: absolute;
  right: -89px;
  bottom: -112px;
  z-index: 10;
}
.top_feature-list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.top_feature-btn {
  margin-top: 60px;
}

/* ▼top_guide */
.top_guide {
  background: url(../images/top/guide-bg.png) no-repeat bottom/cover;
  position: relative;
}
.top_guide::after {
  content: "";
  width: 404px;
  height: 408px;
  background: url(../images/top/guide-deco_bottom.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: -157px;
  z-index: 20;
}
.top_guide-list {
  justify-content: center;
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.top_guide-list::before {
  content: "";
  width: 194px;
  height: 340px;
  background: url(../images/top/guide-list-deco01.png) no-repeat center/contain;
  position: absolute;
  z-index: 10;
  left: -107px;
  bottom: -48px;
  pointer-events: none;
}
.top_guide-list-item:not(:last-of-type) {
  margin-right: 40px;
}

/* ▼top_news */
.top_news {
  padding-bottom: 160px;
  background-color: #fff;
  position: relative;
}
.top_news::before {
  content: "";
  width: 100%;
  height: 51px;
  background: url(../images/common/wave_white.png) repeat-x center;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 10;
}
.top_news-block-cnt-ttl {
  font-size: 4.2rem;
  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: 290px;
  margin-top: 50px;
}
.top_news-block-post {
  width: 730px;
}

/*
    page-about
--------------------*/
/* ▼about_main */
.about_main-block {
  position: relative;
}
.about_main-block-img {
  margin-left: -138px;
}
.about_main-block-cnt {
  width: 540px;
  margin: 49px 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: 55px;
  background: url(../images/common/wave_off-white01.png) no-repeat top/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.about_greeting-block {
  width: 642px;
  margin: 0 auto;
  position: relative;
}
.about_greeting-block::after {
  content: "";
  width: 199px;
  height: 193px;
  background: url(../images/common/illust_flower01.png) no-repeat center/contain;
  position: absolute;
  bottom: -64px;
  left: calc(100% + 39px);
  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: 87px;
  height: 111px;
  background: url(../images/common/illust_clover03.png) no-repeat center/contain;
  position: absolute;
  left: -46px;
  bottom: -32px;
  z-index: 10;
}
.about_greeting-block-cnt-txt {
  text-align: center;
}
.about_greeting-block-cnt-name {
  justify-content: flex-end;
  margin: 40px 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: flex-start;
  position: relative;
  z-index: 10;
}
.about_person-list::before {
  content: "";
  width: 148px;
  height: 235px;
  background: url(../images/about/person-illust01.png) no-repeat center/contain;
  position: absolute;
  top: -222px;
  right: 35px;
  z-index: -1;
}
.about_person-list-item {
  width: 340px;
  padding: 40px 16px;
  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-right: 30px;
}
.about_person-list-num {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.about_person-list-ttl {
  margin: 0 0 40px;
  font-size: 2.7rem;
  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: 108px;
  height: 141px;
  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 0.833333em;
  font-size: 2.4rem;
  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: 134px;
  height: 213px;
  background: url(../images/feature/feature-img-deco01.png) no-repeat center/contain;
  position: absolute;
  top: -54px;
  left: -79px;
  z-index: 10;
}
.feature_main-block-cnt {
  width: 524px;
}
.feature_main-block-cnt-ttl {
  margin: 0 0 1em;
  padding: 0 0 0.666667em;
  border-bottom: 2px dashed;
  font-size: 3rem;
  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:nth-of-type(n+2) {
  margin-top: 62px;
}
.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: -57px;
}

/*
    page-recruit
--------------------*/
/* ▼recruit_nav */
.recruit_nav {
  padding: 100px 0;
}
.recruit_nav-list {
  width: 1080px;
  margin: 0 auto;
}
.recruit_nav-list-item {
  width: 520px;
}
.recruit_nav-list-item .common-btn {
  width: 100%;
}
.recruit_nav-list-item:nth-child(n+3) {
  margin-top: 40px;
}

/* ▼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/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit_main:nth-of-type(odd)::after {
  content: "";
  width: 199px;
  height: 193px;
  background: url(../images/common/illust_flower01.png) no-repeat center/contain;
  position: absolute;
  top: -102px;
  right: max(50% - 695px, 0px);
}

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

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