@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alice&display=swap");
.recruit_title {
  padding: 22.2666666667% 0;
}
.recruit_title h2 {
  display: inline-block;
  padding: 1.5% 6%;
  background: #fff;
  font-size: 30px;
  font-family: "Alice", serif;
}
.recruit_title h2 span {
  color: #93d8af;
}
@media screen and (max-width: 768px) {
  .recruit_title {
    background: url(../img/recruit/title_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .recruit_title {
    padding: 162px 0;
    background: url(../img/recruit/title_pc.jpg) center center no-repeat;
    background-size: cover;
    text-align: right;
  }
  .recruit_title h2 {
    padding: 22px 47px;
    font-size: 60px;
  }
}

.recruit_txt {
  padding: 6% 6% 6% 21.3333333333%;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .recruit_txt {
    width: 676px;
    margin: auto;
    padding: 79px 0 56px;
  }
}

.recruit_movie {
  width: 88%;
  max-width: 980px;
  margin: auto;
  aspect-ratio: 16/9;
}
.recruit_movie iframe {
  width: 100%;
  height: 100%;
}

.recruit_data {
  padding: 33.3333333333% 0 26.6666666667%;
}
.recruit_data h3 {
  font-size: 24px;
  font-family: "Alice", serif;
  text-align: center;
}
.recruit_data ul {
  margin-top: 5%;
  padding: 11.3333333333%;
  background: #dae8e0;
}
.recruit_data .move_on li:nth-child(1) {
  -webkit-animation: up 0.4s ease-out both;
          animation: up 0.4s ease-out both;
}
.recruit_data .move_on li:nth-child(2) {
  -webkit-animation: up 0.4s ease-out 0.6s both;
          animation: up 0.4s ease-out 0.6s both;
}
.recruit_data .move_on li:nth-child(3) {
  -webkit-animation: up 0.4s ease-out 1.2s both;
          animation: up 0.4s ease-out 1.2s both;
}
@media screen and (max-width: 768px) {
  .recruit_data li + li {
    margin-top: 5%;
  }
}
@media screen and (min-width: 769px) {
  .recruit_data {
    padding: 140px 0 86px;
  }
  .recruit_data h3 {
    font-size: 40px;
  }
  .recruit_data ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 980px;
    margin: 36px auto 0;
    padding: 40px;
  }
  .recruit_data ul li {
    width: 268px;
  }
}

.entry_list {
  padding: 6.6666666667% 6% 29.3333333333%;
}
.entry_list h3 {
  font-size: 24px;
  font-family: "Alice", serif;
}
.entry_list h4 {
  margin-top: 14%;
  padding-bottom: 9px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 15px;
}
.entry_list ul {
  margin-top: 6%;
}
.entry_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry_list ul li div {
  width: 60.9090909091%;
}
.entry_list ul .ph {
  width: 33.3333333333%;
}
.entry_list ul h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
.entry_list ul p {
  margin-top: 4%;
  font-size: 13px;
  line-height: 1.6;
}
.entry_list ul .btn {
  display: block;
  margin-top: 4%;
  padding: 9px;
  background: #93d8af url(../img/shop_arrow.png) center right 4% no-repeat;
  background-size: 18px auto;
  color: #fff;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.entry_list ul .btn:hover {
  background: #bee6ce url(../img/shop_arrow.png) center right 4% no-repeat;
  background-size: 18px auto;
}
@media screen and (max-width: 768px) {
  .entry_list h3 + h4 {
    margin-top: 10%;
  }
  .entry_list li + li {
    margin-top: 8%;
  }
}
@media screen and (min-width: 769px) {
  .entry_list {
    width: 980px;
    margin: auto;
    padding: 50px 0 110px;
  }
  .entry_list:last-child {
    padding-bottom: 0;
  }
  .entry_list h3 {
    font-size: 40px;
    text-align: center;
  }
  .entry_list h4 {
    margin-top: 50px;
    font-size: 18px;
    text-align: center;
  }
  .entry_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 60px;
  }
  .entry_list ul li {
    width: 454px;
    margin-bottom: 60px;
  }
  .entry_list ul li:nth-last-child(2), .entry_list ul li:last-child {
    margin-bottom: 0;
  }
  .entry_list ul h5 {
    font-size: 18px;
  }
  .entry_list ul p {
    margin-top: 25px;
    font-size: 14px;
    line-height: 2;
  }
  .entry_list ul .btn {
    margin-top: 20px;
  }
}

.recruit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.recruit_list dt {
  width: 30%;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 14px;
}
.recruit_list dd {
  width: 70%;
  padding-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
}

.recruit_form_txt {
  line-height: 1.5;
  margin: 20px 0;
}

.form_input textarea::-webkit-input-placeholder {
  font-size: 15px;
}

.form_input textarea::-moz-placeholder {
  font-size: 15px;
}

.form_input textarea:-ms-input-placeholder {
  font-size: 15px;
}

.form_input textarea::-ms-input-placeholder {
  font-size: 15px;
}

.form_input textarea::placeholder {
  font-size: 15px;
}

.under_title {
  padding: 22.2666666667% 0;
}
.under_title h2 {
  display: inline-block;
  padding: 1.5% 6%;
  background: #fff;
  font-size: 30px;
  font-family: "Alice", serif;
}
.under_title h2 span {
  color: #93d8af;
}
@media screen and (max-width: 768px) {
  .under_title {
    background: url(../img/company/title_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .under_title {
    padding: 162px 0;
    background: url(../img/company/title_pc.jpg) center center no-repeat;
    background-size: cover;
    text-align: right;
  }
  .under_title h2 {
    padding: 22px 47px;
    font-size: 60px;
  }
}

.map {
  width: 100%;
  height: 230px;
  margin: 8% 0 6%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (min-width: 769px) {
  .map {
    margin: 40px 0 34px;
    height: 450px;
  }
}

.detail {
  text-align: center;
}
.detail dt {
  margin: 6% 0 2%;
  padding-bottom: 9px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.detail dd {
  line-height: 2;
}
.detail a {
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.detail a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .detail {
    margin: 13.0666666667% 0 6.6666666667%;
    padding: 0 6%;
  }
}
@media screen and (min-width: 769px) {
  .detail {
    width: 640px;
    margin: 77px auto 70px;
  }
}

.form_input {
  max-width: 640px;
  margin: 10% auto 6%;
}
.form_input dt {
  margin: 6% 0 2%;
  font-weight: bold;
}
.form_input dt .hissu {
  color: #ff4444;
}
@media screen and (max-width: 768px) {
  .form_input {
    padding: 0 6%;
  }
}
@media screen and (min-width: 769px) {
  .form_input {
    margin: 70px auto 40px;
  }
}

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

select::-ms-expand {
  display: none;
}

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input.txt,
textarea {
  width: 100%;
  padding: 18px;
  border: 1px solid #e0e0e0;
  background: #f1f1f1;
  border-radius: 5px;
  font-size: 1.8rem;
}

textarea {
  height: 300px;
  line-height: 1.8;
}

input.txt:focus,
textarea:focus {
  padding: 17px;
  border: 2px solid #97d0e0;
}

.form_btn {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 4% auto 0;
  padding: 20px;
  border-radius: 40px;
  background: #93d8af;
  color: #fff;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.form_btn:hover {
  background: #bee6ce;
}

.thanks_box .title {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .thanks_box .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .thanks_box .title {
    font-size: 20px;
  }
}
.thanks_box p {
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .thanks_box p {
    padding-bottom: 30px;
  }
}
.shop_wrap .title_area {
  -webkit-animation: fade_m 0.5s linear 0.4s both;
          animation: fade_m 0.5s linear 0.4s both;
}
.shop_wrap .title_area img {
  display: block;
  margin: 0 0 0 auto;
}
.shop_wrap .title_area .catch {
  -webkit-animation: fade_m 1.5s linear 1.6s both;
          animation: fade_m 1.5s linear 1.6s both;
}
@media screen and (max-width: 768px) {
  .shop_wrap .title_area {
    padding: 12.5333333333% 8.8% 63.7333333333%;
    background: url(../img/shop/title_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .shop_wrap .title_area .catch {
    width: 53.3980582524%;
  }
}
@media screen and (min-width: 769px) {
  .shop_wrap .title_area {
    padding: 60px 158px 130px;
    background: url(../img/shop/title_pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .shop_wrap .title_area .catch {
    width: 244px;
  }
}
.shop_wrap h2 {
  margin-top: 18.6666666667%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .shop_wrap h2 {
    margin-top: 100px;
    font-size: 28px;
  }
}
.shop_wrap .epark_btn {
  display: block;
  width: 80%;
  max-width: 470px;
}
@media screen and (min-width: 769px) {
  .shop_wrap .epark_btn {
    margin: 68px auto 48px;
  }
}
@media screen and (max-width: 768px) {
  .shop_wrap .epark_btn {
    margin: 68px auto 48px;
  }
}
.shop_wrap .instagram_btn {
  display: block;
  width: 80%;
  max-width: 470px;
  margin: 8% auto 8%;
}
@media screen and (min-width: 769px) {
  .shop_wrap .instagram_btn {
    margin: 0px auto 0px;
  }
}
.shop_wrap .slide .slick-prev {
  left: 10px;
  z-index: 100;
}
.shop_wrap .slide .slick-prev:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/shop/prev_btn.png) center center no-repeat;
  background-size: 100% auto;
}
.shop_wrap .slide .slick-next {
  right: 10px;
  z-index: 100;
}
.shop_wrap .slide .slick-next:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/shop/next_btn.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 769px) {
  .shop_wrap .slide .slick-next .slick-prev {
    left: -15px;
  }
  .shop_wrap .slide .slick-next .slick-prev:before {
    width: 30px;
    height: 30px;
  }
  .shop_wrap .slide .slick-next .slick-next {
    right: -5px;
  }
  .shop_wrap .slide .slick-next .slick-next:before {
    width: 30px;
    height: 30px;
  }
}
.shop_wrap .calender {
  width: 83.2%;
  max-width: 500px;
  margin: auto;
}
.shop_wrap .calender .slick-prev {
  left: -10px;
  z-index: 100;
}
.shop_wrap .calender .slick-prev:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/shop/prev_btn.png) center center no-repeat;
  background-size: 100% auto;
}
.shop_wrap .calender .slick-next {
  right: -10px;
  z-index: 100;
}
.shop_wrap .calender .slick-next:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/shop/next_btn.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 769px) {
  .shop_wrap .calender .slick-prev {
    left: -15px;
  }
  .shop_wrap .calender .slick-prev:before {
    width: 30px;
    height: 30px;
  }
  .shop_wrap .calender .slick-next {
    right: -5px;
  }
  .shop_wrap .calender .slick-next:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 769px) {
  .shop_wrap .vertical {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .news_box {
    margin: 13.0666666667% 0 6.6666666667%;
    padding: 0 6%;
  }
}
@media screen and (min-width: 769px) {
  .news_box {
    width: 640px;
    margin: 77px auto 70px;
  }
}
.news_box .date {
  margin: 20px 0 0px 0;
}
.news_box .title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
}
.news_box .ph {
  margin-bottom: 20px;
}
.news_box .ph img {
  width: 100%;
  max-width: 640px;
}
.news_box p {
  line-height: 1.8;
}
.news_box .top_back {
  text-align: center;
  margin-top: 80px;
}
.news_box .top_back a {
  color: #000;
}

.btn_news_ichiran a {
  width: 470px;
  height: 92px;
  line-height: 92px;
  display: block;
  margin: 0 auto 88px auto;
  background-color: #93d2d8;
  color: #fff;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .btn_news_ichiran a {
    width: 80%;
    max-width: 470px;
  }
}

.news_ichiran_wrap {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}

.news_ichiran_list {
  margin: 30px 0px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media screen and (min-width: 769px) {
  .news_ichiran_list:after {
    content: "";
    display: block;
    width: 22%; /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
  }
  .news_ichiran_list:before {
    content: "";
    display: block;
    width: 22%; /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* 疑似要素beforeの順番を必ず指定する*/
  }
}
.news_ichiran_list li {
  width: 22%;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news_ichiran_list li {
    width: 45%;
  }
}
.news_ichiran_list li img {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news_ichiran_list li img {
    margin-bottom: 10px;
  }
}
.news_ichiran_list li a {
  text-decoration: underline;
  position: relative;
}
.news_ichiran_list li a > p {
  position: relative;
  padding-left: 1.5em;
  padding-top: 2px;
  line-height: 1.6;
  display: inline-block;
  text-indent: -1.5em;
  text-decoration: underline;
  color: #000;
}
.news_ichiran_list li a > p::before {
  content: "";
  background: url(../img/icon_pdf.png) no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  vertical-align: bottom;
}