@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "BebasNeue-Regular";
  src: url("../font/BebasNeue-Regular.ttf") format("truetype");
}
body {
  font-family: "Osaka", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.page-template-default,
.page-template {
  background: #F7F7F7 !important;
}

.bg-green {
  border-left: 2px solid #66BE5B;
  background: #66BE5B;
  color: #fff !important;
}
@media (min-width: 1024px) {
  .bg-green:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #66BE5B;
    position: absolute;
    top: 0;
    left: -4px;
  }
}

.inner {
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.ttl {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 500px;
}
@media (max-width: 767px) {
  .ttl {
    margin: 0 auto 20px;
  }
}
.ttl h2 {
  border-bottom: 1px solid #333;
  font-size: 32px;
  font-family: "Osaka", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 10px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ttl h2 {
    font-size: 24px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.ttl h5 {
  font-size: 20px;
  font-family: "BebasNeue-Regular";
  font-weight: 100;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .ttl h5 {
    font-size: 16px;
  }
}

.ttl-02 {
  display: inline-block;
  padding-bottom: 30px;
  -webkit-transform-origin: left;
  transform-origin: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .ttl-02 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ttl-02 {
    text-align: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 100%;
  }
}
.ttl-02 p {
  font-size: 20px;
  font-family: "BebasNeue-Regular";
  font-weight: 100;
  letter-spacing: 3px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .ttl-02 p {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.ttl-02 h3 {
  color: #66BE5B;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .ttl-02 h3 {
    font-size: 22px;
    letter-spacing: 3px;
  }
}

.select-store {
  border-top: 2px solid #66BE5B;
  background: #fff;
}
.select-store .select-store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.select-store .select-store-list a {
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 15px 0;
  margin-bottom: 0;
  width: 20%;
}
.select-store .select-store-list a:hover {
  background: #66BE5B;
  color: #fff !important;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .select-store .select-store-list a:hover:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #66BE5B;
    position: absolute;
    top: 0;
    left: -3px;
  }
}
@media (max-width: 767px) {
  .select-store .select-store-list a:hover {
    background: #FFF !important;
    color: #333 !important;
  }
}
@media (max-width: 767px) {
  .select-store .select-store-list a {
    border-bottom: 2px solid #66BE5B;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .select-store .select-store-list a:after {
    content: "";
    width: 2px;
    height: 20px;
    background: #66BE5B;
    position: absolute;
    top: 19px;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .select-store .select-store-list a:first-of-type:before {
    content: "";
    width: 2px;
    height: 20px;
    background: #66BE5B;
    position: absolute;
    top: 19px;
    left: 0;
  }
}

#page-top {
  position: fixed;
  z-index: 3;
  bottom: 50px;
  right: 50px;
  font-size: 26px;
  color: #66BE5B;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #page-top {
    bottom: 20px;
    right: 20px;
    font-size: 22px;
  }
}
#page-top a {
  background: rgba(220, 247, 217, 0.9);
  font-family: "BebasNeue-Regular";
  font-weight: 100;
  text-decoration: none;
  width: 80px;
  height: 80px;
  letter-spacing: 3px;
  line-height: 16px;
  text-align: center;
  display: block;
  border-radius: 50px;
}
@media (max-width: 767px) {
  #page-top a {
    width: 70px;
    height: 70px;
  }
}
#page-top a:hover {
  text-decoration: none;
  background: rgb(208, 233, 205);
}
#page-top a span {
  font-size: 30px;
  line-height: 40px;
}

.opacity:hover {
  opacity: 0.8;
  text-decoration: none;
}

.vertical-long, .vertical-long-center, .vertical-long-right, .vertical-long-left {
  letter-spacing: 3px;
  -webkit-transform: scale(0.8, 1);
  transform: scale(0.8, 1);
  display: inline-block;
}

.vertical-long-left {
  -webkit-transform-origin: left;
  transform-origin: left;
}

.vertical-long-right {
  -webkit-transform-origin: right;
  transform-origin: right;
}

.vertical-long-center {
  -webkit-transform-origin: center;
  transform-origin: center;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.tab {
  display: none !important;
}

.tab-inline {
  display: none !important;
}

.sp {
  display: none !important;
}

/* タブレットで見たときは"tab"のclassがついた画像が表示される */
@media (max-width: 1023px) {
  .pc {
    display: block !important;
  }
  .tab {
    display: block !important;
  }
  .tab-inline {
    display: inline !important;
  }
  .sp {
    display: none !important;
  }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .tab-inline {
    display: inline !important;
  }
  .sp {
    display: block !important;
  }
}
footer {
  color: #fff;
  background: #3B3B3B;
  font-size: 0;
  letter-spacing: 3px;
  padding: 50px 15px !important;
}
@media (max-width: 767px) {
  footer {
    padding: 20px 15px 50px !important;
  }
}
footer .footer-logo {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
@media (max-width: 1023px) {
  footer .footer-logo {
    width: 100%;
  }
}
footer .footer-logo img {
  width: 130px;
}
footer .footer-adress {
  display: inline-block;
  width: calc(50% - 190px);
  font-size: 14px;
  margin-bottom: 20px;
  vertical-align: top;
}
@media (max-width: 1023px) {
  footer .footer-adress {
    width: 100%;
  }
}
footer .footer-adress p {
  line-height: 26px;
}
footer .footer-nav {
  display: inline-block;
  width: 160px;
  border-right: 1px solid #fff;
  font-size: 14px;
  line-height: 26px;
  padding: 15px;
  vertical-align: top;
}
@media (max-width: 1023px) {
  footer .footer-nav {
    font-size: 12px;
    font-weight: 100;
    padding: 0;
    width: 100px;
  }
}
footer .footer-contact {
  display: inline-block;
  width: calc(50% - 190px);
  font-size: 14px;
  padding: 20px 0 20px 50px;
  vertical-align: top;
}
@media (max-width: 1023px) {
  footer .footer-contact {
    font-size: 12px;
    font-weight: 100;
    width: 200px;
    max-width: 300px;
    padding: 10px 0 10px 30px;
  }
}

header {
  padding: 5px !important;
}
@media (max-width: 767px) {
  header .inner {
    padding: 0;
  }
}
header .header-logo {
  display: inline-block;
  padding: 8px 5px;
}
header .header-logo .navbar-brand {
  height: 100%;
  padding: 0;
}
header .header-logo .navbar-brand img {
  max-height: 40px;
}
header .header-nav {
  display: inline-block;
  float: right;
}
header .header-nav .menu-main-menu-container {
  display: inline-block;
}
header .header-nav .menu-main-menu-container .drawer-menu-item {
  display: inline-block;
  padding: 15px;
}
header .header-nav .menu-main-menu-container .menu-item:first-of-type {
  padding-left: 0;
}
header .header-nav-sp {
  float: right;
  padding: 5px;
}
header .header-nav-sp .drawer-nav {
  z-index: 9;
}
header .header-nav-sp .drawer-nav .menu-item {
  display: block;
  padding: 15px;
}
header .drawer-hamburger {
  background: #66BE5B !important;
  border-radius: 0;
  outline-color: #fff;
  padding: 12px 8px 22px;
  position: static;
}
header .drawer-hamburger span {
  background: #fff;
}
header .drawer-open .drawer-hamburger {
  position: fixed;
  top: 10px;
  right: 10px !important;
  z-index: 99;
}
header .drawer-open .drawer-hamburger .drawer-hamburger-icon {
  z-index: 99 !important;
}
header .drawer-hamburger:hover {
  background: #66BE5B;
}
header .drawer-hamburger-icon::before,
header .drawer-hamburger-icon::after {
  background: #fff;
}

@media all and (-ms-high-contrast: none) {
  header {
    height: 65px;
  }
}
.top-mv {
  width: 100%;
  height: 36vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("../img/top/top-mv.jpg?ver=2");
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../img/top/top-mv.jpg?ver=2");
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-mv {
    height: 38vw;
  }
  .top-mv img {
    height: 100%;
  }
}
.top-mv .mv-catch {
  color: #EEEfff;
  text-shadow: 1px 1px 1px #333;
  font-size: 40px;
  text-align: center;
  position: absolute;
  z-index: 3;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 767px) {
  .top-mv .mv-catch {
    font-size: 26px;
    bottom: 15%;
  }
}

.top-concept {
  font-size: 0;
  position: relative;
  margin: 100px 0 150px;
}
@media (max-width: 767px) {
  .top-concept {
    margin: 50px 0;
  }
}
.top-concept::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50px;
  width: 1200px;
  height: 150px;
  background: #6cd257;
  opacity: 0.18;
  -webkit-transform: translateX(-35%) rotate(-45deg);
  transform: translateX(-35%) rotate(-45deg);
}
@media (max-width: 767px) {
  .top-concept::before {
    height: 80px;
    width: 500px;
    top: 20px;
    left: 20px;
  }
}
.top-concept .concept-ttl {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
@media (max-width: 767px) {
  .top-concept .concept-ttl {
    text-align: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 100%;
  }
}
.top-concept .concept-ttl p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .top-concept .concept-ttl p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.top-concept .concept-ttl h3 {
  color: #66BE5B;
  font-size: 60px;
  font-weight: 100;
  line-height: 60px;
  letter-spacing: 10px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .top-concept .concept-ttl h3 {
    font-size: 26px;
    letter-spacing: 5px;
    line-height: 40px;
  }
}
.top-concept .concept-txt {
  display: inline-block;
  text-align: center;
  width: 70%;
}
@media (max-width: 767px) {
  .top-concept .concept-txt {
    width: 100%;
  }
}
.top-concept .concept-txt p {
  font-size: 20px;
  line-height: 48px;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .top-concept .concept-txt p {
    font-size: 16px;
    line-height: 36px;
  }
}

.top-careers {
  margin: 0 auto 100px;
}
@media (max-width: 767px) {
  .top-careers {
    margin-bottom: 30px;
  }
}
.top-careers .careers-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #2EB8E6;
  font-size: 0;
  position: relative;
}
.top-careers .careers-container .careers-txt-box {
  width: 100%;
  display: inline-block;
  background: #2EB8E6;
  color: #fff;
  width: 400px;
  height: 300px;
  padding: 30px 30px 50px 30px;
}
@media (max-width: 1023px) {
  .top-careers .careers-container .careers-txt-box {
    width: 100%;
    min-height: 180px;
    padding: 20px;
    height: auto;
  }
}
.top-careers .careers-container .careers-txt-box h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .top-careers .careers-container .careers-txt-box h4 {
    font-size: 20px;
  }
}
.top-careers .careers-container .careers-txt-box h3 {
  font-size: 38px;
}
@media (max-width: 1023px) {
  .top-careers .careers-container .careers-txt-box h3 {
    font-size: 32px;
  }
}
.top-careers .careers-container .careers-txt-box .careers-txt-bottom {
  width: 340px;
  position: absolute;
  bottom: 45px;
}
@media (max-width: 1023px) {
  .top-careers .careers-container .careers-txt-box .careers-txt-bottom {
    bottom: 0;
  }
}
.top-careers .careers-container .careers-txt-box .careers-txt-bottom .txt01 {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .top-careers .careers-container .careers-txt-box .careers-txt-bottom .txt01 {
    font-size: 16px;
  }
}
.top-careers .careers-container .careers-txt-box .careers-txt-bottom .txt02 {
  font-size: 16px;
  font-weight: 100;
}
@media (max-width: 1023px) {
  .top-careers .careers-container .careers-txt-box .careers-txt-bottom .txt02 {
    font-size: 13px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .top-careers .careers-container .careers-txt-box .careers-txt-bottom .arrow-center {
    text-align: center;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}
@media (max-width: 1023px) {
  .top-careers .careers-container .careers-txt-box .careers-txt-bottom .arrow-center {
    text-align: right;
    -webkit-transform: translate(20px, -10px);
    transform: translate(20px, -10px);
  }
}
@media (min-width: 1024px) {
  .top-careers .careers-container .careers-txt-box .careers-txt-bottom .arrow-center span:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
  }
}
@media (max-width: 1023px) {
  .top-careers .careers-container .careers-txt-box .careers-txt-bottom .arrow-center span:after {
    content: "";
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
  }
}
.top-careers .careers-container .careers-img {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 400px);
}
@media (max-width: 1023px) {
  .top-careers .careers-container .careers-img {
    width: 100%;
  }
}
.top-careers .careers-container .careers-img img {
  width: 100%;
}

.top-stores {
  margin-bottom: 100px;
}
.top-stores .inner {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .top-stores .inner {
    padding: 0;
  }
}
.top-stores .inner .store {
  margin-bottom: 30px;
}
.top-stores .inner .store img {
  margin-bottom: 10px;
}

.company {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .company {
    padding: 30px 0;
  }
}

.company-profile-list {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .company-profile-list {
    padding: 0;
  }
}
.company-profile-list .list-item {
  font-size: 0;
  background: #fff;
  border-top: 2px solid #66BE5B;
}
.company-profile-list .list-item:last-of-type {
  border-bottom: 2px solid #66BE5B;
}
.company-profile-list .list-item p {
  display: inline-block;
  min-height: 80px;
  font-size: 16px;
  letter-spacing: 3px;
  padding: 25px 25px 15px 30px;
  margin-bottom: 0;
}
.company-profile-list .list-item .head {
  width: 25%;
}
@media (max-width: 767px) {
  .company-profile-list .list-item .head {
    width: 100%;
    height: 50px;
    min-height: 0;
    background: #66BE5B;
    color: #fff;
    padding: 13px 13px 13px 30px;
  }
}
.company-profile-list .list-item .data {
  width: 75%;
}
@media (max-width: 767px) {
  .company-profile-list .list-item .data {
    width: 100%;
  }
}

.history table {
  margin: 50px 0 70px;
  width: 100%;
}
@media (max-width: 767px) {
  .history table {
    margin: 30px 0;
  }
}
.history table tr {
  border: none;
}
.history table tr td {
  padding: 15px 18px;
  border: none;
}
@media (max-width: 767px) {
  .history table tr td {
    padding: 12px 8px;
  }
}
.history table tr td:first-of-type {
  background: #66BE5B;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  width: 12%;
}
@media (max-width: 767px) {
  .history table tr td:first-of-type {
    width: 60px;
    font-size: 14px;
  }
}
.history table tr td:first-of-type span {
  display: inline-block;
  font-family: "BebasNeue-Regular";
  font-weight: 100;
  letter-spacing: 4px;
}
.history table tr td:nth-of-type(2) {
  background: #fff;
  color: #66BE5B;
  font-size: 16px;
  letter-spacing: 3px;
  text-align: center;
  width: 130px;
}
@media (max-width: 767px) {
  .history table tr td:nth-of-type(2) {
    width: 95px;
    font-size: 12px;
  }
}
.history table tr td:last-of-type {
  background: #fff;
  font-size: 16px;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .history table tr td:last-of-type {
    font-size: 13px;
  }
}
.history table .border-green {
  border-bottom: 1px solid #66BE5B;
}
.history table .era-tag {
  background: #A1E898;
  color: #fff;
  display: inline-block;
  border-radius: 15px;
  padding: 3px 15px;
  margin-top: 15px;
}

.top-message {
  padding-bottom: 100px;
  font-size: 0;
}
@media (max-width: 767px) {
  .top-message {
    padding-bottom: 50px;
  }
}
.top-message .top-message-block {
  background: #fff;
}
.top-message .top-message-block .top-message-img {
  display: inline-block;
  vertical-align: top;
  width: 42%;
}
.top-message .top-message-block .top-message-img img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .top-message .top-message-block .top-message-img {
    width: 100%;
  }
}
.top-message .top-message-block .top-message-img p {
  background: #66BE5B;
  color: #fff;
  font-size: 16px;
  padding: 20px;
}
.top-message .top-message-block .top-message-img p span {
  display: inline-block;
  font-size: 20px;
}
@media (max-width: 767px) {
  .top-message .top-message-block .top-message-img p span {
    padding: 0;
  }
}
.top-message .top-message-block .top-message-txt {
  display: inline-block;
  font-size: 16px;
  padding: 30px 20px;
  width: 58%;
}
@media screen and (max-width: 991px) {
  .top-message .top-message-block .top-message-txt {
    width: 100%;
    font-size: 14px;
  }
}
.top-message .top-message-block .top-message-txt h5 {
  color: #66BE5B;
  border-bottom: 1px solid #66BE5B;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.careers-stores {
  margin: 50px 0 100px;
}
.careers-stores .inner {
  padding: 0;
}
.careers-stores .inner .store {
  margin-bottom: 30px;
}
.careers-stores .inner .store img {
  margin-bottom: 10px;
}

.fadein {
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  animation: fadeIn 1s ease 0s 1 normal;
}

.careers-datail-header {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .careers-datail-header {
    padding: 30px 0;
  }
}
.careers-datail-header .careers-datail-mv {
  background-image: url("../img/careers-datail/career-datail-top.jpg");
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .careers-datail-header .careers-datail-mv {
    background-image: url("../img/careers-datail/career-datail-top-sp.jpg");
    height: 200px;
    margin-bottom: 0;
    opacity: 1;
  }
}
.careers-datail-header .careers-datail-mv:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(102, 190, 91, 0.5);
}
.careers-datail-header .careers-datail-mv .careers-datail-mv-inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 99;
}
.careers-datail-header .careers-datail-mv .careers-datail-mv-inner p {
  display: inline-block;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 32px;
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .careers-datail-header .careers-datail-mv .careers-datail-mv-inner p {
    font-size: 20px;
  }
}

.requirements-parttime {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .requirements-parttime {
    margin-bottom: 50px;
  }
}
.requirements-parttime .inner {
  padding: 0 15px;
}

.requirements-fulltime .inner {
  padding: 0 15px;
}

.requirements-list {
  padding: 0 0 40px;
}
.requirements-list .list-item {
  font-size: 0;
  background: #fff;
  border-top: 2px solid #66BE5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.requirements-list .list-item:last-of-type {
  border-bottom: 2px solid #66BE5B;
}
.requirements-list .list-item p {
  display: inline-block;
  letter-spacing: 3px;
  padding: 30px;
  margin-bottom: 0;
}
.requirements-list .list-item .head {
  font-size: 18px;
  width: 25%;
}
@media (max-width: 767px) {
  .requirements-list .list-item .head {
    width: 100%;
    height: 50px;
    background: #66BE5B;
    color: #fff;
    padding: 10px 10px 10px 30px;
  }
}
.requirements-list .list-item .data {
  font-size: 16px;
  width: 75%;
}
@media (max-width: 767px) {
  .requirements-list .list-item .data {
    font-size: 14px;
    padding: 20px 30px;
    width: 100%;
  }
}
.requirements-list .list-item .data img {
  max-width: 100%;
  padding-top: 10px;
}
.requirements-list .list-item .data span {
  color: #ED0808;
}
.requirements-list .list-item .data iframe {
  margin-top: 15px;
  max-width: 520px;
  width: 100%;
}
@media (max-width: 767px) {
  .requirements-list .list-item .data iframe {
    min-height: 350px;
    max-width: 800px;
  }
}

.subscription-btn-list {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
}
.subscription-btn-list .subscription-btn {
  width: 44%;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 7px 0;
  margin: 0 15px 15px;
}
@media (max-width: 767px) {
  .subscription-btn-list .subscription-btn {
    width: 100%;
  }
}
.subscription-btn-list .subscription-btn span {
  display: inline-block;
  margin-right: 5px;
  font-size: 25px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.subscription-btn-list .web {
  background: #2EB8E6;
}
.subscription-btn-list .tel {
  background: #F0D500;
}

.staff-message {
  padding-bottom: 100px;
  font-size: 0;
}
@media (max-width: 767px) {
  .staff-message {
    padding-bottom: 50px;
  }
}
.staff-message:first-of-type {
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .staff-message:first-of-type {
    padding-top: 0;
  }
}
.staff-message .staff-message-block {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .staff-message .staff-message-block {
    display: inline-block;
  }
}
.staff-message .staff-message-block .staff-message-img-6 {
  background-image: url("../img/careers-datail/matsuura-staff-01.jpg");
}
@media screen and (max-width: 991px) {
  .staff-message .staff-message-block .staff-message-img-6 {
    background-image: none;
  }
}
.staff-message .staff-message-block .staff-message-img-3 {
  background-image: url("../img/careers-datail/sasaki-staff-01.jpg");
}
@media screen and (max-width: 991px) {
  .staff-message .staff-message-block .staff-message-img-3 {
    background-image: none;
  }
}
.staff-message .staff-message-block .staff-message-img-4 {
  background-image: url("../img/careers-datail/nozaki-staff-01.jpg");
}
@media screen and (max-width: 991px) {
  .staff-message .staff-message-block .staff-message-img-4 {
    background-image: none;
  }
}
.staff-message .staff-message-block .staff-message-img-1 {
  background-image: url("../img/careers-datail/ono-staff-01.jpg");
}
@media screen and (max-width: 991px) {
  .staff-message .staff-message-block .staff-message-img-1 {
    background-image: none;
  }
}
.staff-message .staff-message-block .staff-message-img-2 {
  background-image: url("../img/careers-datail/kishita-staff-01.jpg");
}
@media screen and (max-width: 991px) {
  .staff-message .staff-message-block .staff-message-img-2 {
    background-image: none;
  }
}
.staff-message .staff-message-block .staff-message-img-5 {
  background-image: url("../img/careers-datail/koga-staff-02.jpg");
}
@media screen and (max-width: 991px) {
  .staff-message .staff-message-block .staff-message-img-5 {
    background-image: none;
  }
}
@media screen and (max-width: 991px) {
  .staff-message .staff-message-block .staff-message-img {
    background-image: none;
  }
}
.staff-message .staff-message-block .staff-message-img {
  background-size: cover;
  background-repeat: no-repeat no-repeat;
  background-position: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .staff-message .staff-message-block .staff-message-img {
    width: 100%;
  }
}
.staff-message .staff-message-block .staff-message-img img {
  display: none;
}
@media screen and (max-width: 991px) {
  .staff-message .staff-message-block .staff-message-img img {
    display: inline-block;
    width: 100%;
  }
}
.staff-message .staff-message-block .staff-message-img p {
  background: #66BE5B;
  color: #fff;
  font-size: 16px;
  padding: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .staff-message .staff-message-block .staff-message-img p {
    position: static;
  }
}
.staff-message .staff-message-block .staff-message-img p span {
  font-size: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .staff-message .staff-message-block .staff-message-img p span {
    padding: 0;
  }
}
.staff-message .staff-message-block .staff-message-txt {
  background: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-size: 15px;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .staff-message .staff-message-block .staff-message-txt {
    -webkit-box-flex: wrap;
    -ms-flex: wrap;
    flex: wrap;
  }
}
.staff-message .staff-message-block .staff-message-txt p {
  margin-bottom: 0;
  padding: 10px;
  border-bottom: 1px solid #66BE5B;
}
@media screen and (max-width: 991px) {
  .staff-message .staff-message-block .staff-message-txt p {
    padding: 20px 0;
  }
}
.staff-message .staff-message-block .staff-message-txt p:last-of-type {
  border-bottom: none;
}
.staff-message .staff-message-block .iwakuni-staff-message-txt {
  font-size: 14px;
}

.stores {
  margin: 50px 0 100px;
}
@media (max-width: 767px) {
  .stores .inner {
    padding: 0;
  }
}
.stores .inner .store {
  margin-bottom: 30px;
}
.stores .inner .store img {
  margin-bottom: 10px;
}

.store-datail {
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  animation: fadeIn 1s ease 0s 1 normal;
}

.bg-gion {
  background-image: url(../img/store/shop-gion.jpg);
}

.bg-shinonome {
  background-image: url(../img/store/shop-shinonome.jpg);
}

.bg-hutyu {
  background-image: url(../img/store/shop-hutyu.jpg);
}

.bg-iwakuni {
  background-image: url(../img/store/shop-iwakuni.jpg);
}

.bg-oomachi {
  background-image: url(../img/store/shop-oomachi.jpg);
}

.store-datail-header-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
  background: #66be5b;
}
.store-datail-header-pc .store-datail-header-ttl {
  width: 50%;
  color: #fff;
  text-align: center;
}
.store-datail-header-pc .store-datail-header-right {
  width: 50%;
  height: 400px;
  background-size: cover;
  background-position: center;
}

.store-datail-header-sp {
  width: 100%;
  height: 96vw;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 30px;
}
.store-datail-header-sp:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(102, 190, 91, 0.5);
}
.store-datail-header-sp .store-datail-header-ttl {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 12;
}

.store-datail-header-ttl p, .store-datail-header-ttl h5 {
  letter-spacing: 3px;
}
.store-datail-header-ttl p {
  margin-bottom: 5px;
  font-family: "BebasNeue-Regular";
  font-weight: 100;
}
.store-datail-header-ttl h5 {
  display: inline-block;
  font-size: 25px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

.store-datail-contents {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .store-datail-contents {
    margin-top: 30px;
  }
}
.store-datail-contents .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.store-datail-contents .inner .store-datail-contents-left {
  width: calc(50% - 20px);
  margin-right: 40px;
}
@media (max-width: 767px) {
  .store-datail-contents .inner .store-datail-contents-left {
    width: 100%;
    margin-right: 0;
  }
}
.store-datail-contents .inner .store-datail-contents-left iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .store-datail-contents .inner .store-datail-contents-left iframe {
    display: block;
    margin: 40px auto;
    width: 90%;
  }
}
.store-datail-contents .inner .store-datail-contents-right {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .store-datail-contents .inner .store-datail-contents-right {
    width: 100%;
  }
}

.store-datail-list {
  margin-bottom: 10px;
  background: #fff;
}
.store-datail-list .list-item {
  font-size: 0;
  background: #fff;
  border-top: 2px solid #66BE5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.store-datail-list .list-item:last-of-type {
  border-bottom: 2px solid #66BE5B;
}
.store-datail-list .list-item p, .store-datail-list .list-item ul {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 30px 20px;
  margin-bottom: 0;
  word-break: break-all;
}
.store-datail-list .list-item p a:link, .store-datail-list .list-item ul a:link {
  color: #0000ff !important;
}
.store-datail-list .list-item p a:visited, .store-datail-list .list-item ul a:visited {
  color: #0000ff !important;
}
.store-datail-list .list-item p a:hover, .store-datail-list .list-item ul a:hover {
  color: #ff0000 !important;
}
.store-datail-list .list-item p a:active, .store-datail-list .list-item ul a:active {
  color: #ff8000 !important;
}
@media (max-width: 767px) {
  .store-datail-list .list-item p, .store-datail-list .list-item ul {
    font-size: 14px;
    padding: 20px;
  }
}
.store-datail-list .list-item .head {
  width: 22%;
}
@media (max-width: 767px) {
  .store-datail-list .list-item .head {
    width: 100%;
    height: 50px;
    min-height: 0;
    background: #66BE5B;
    color: #fff;
    padding: 13px 13px 13px 30px;
  }
}
.store-datail-list .list-item .data {
  width: 78%;
}
.store-datail-list .list-item .data img {
  padding-top: 10px;
}
.store-datail-list .list-item .data .list-item-line {
  max-width: 110px;
}
@media (max-width: 767px) {
  .store-datail-list .list-item .data {
    width: 100%;
  }
}

.store-datail-contents-right .service {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px solid #66BE5B;
  border-bottom: 2px solid #66BE5B;
  padding: 20px 50px;
}
@media (max-width: 1023px) {
  .store-datail-contents-right .service {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .store-datail-contents-right .service {
    padding: 30px 20px;
  }
}
.store-datail-contents-right .service .service-icon {
  text-align: center;
  margin-bottom: 20px;
  width: 33.3%;
}
@media (max-width: 767px) {
  .store-datail-contents-right .service .service-icon {
    width: 50%;
  }
}
.store-datail-contents-right .service .service-icon img {
  width: 70%;
}
@media (max-width: 767px) {
  .store-datail-contents-right .service .service-icon img {
    width: 70%;
    max-width: 120px;
  }
}
.store-datail-contents-right .service .service-icon p {
  font-size: 12px;
  margin-top: 10px;
}
.store-datail-contents-right .other-service {
  background: #fff;
  border-bottom: 2px solid #66BE5B;
  padding: 20px 20px 10px;
}
.store-datail-contents-right .other-service h5 {
  color: #66BE5B;
}
.store-datail-contents-right .other-service span {
  color: #66BE5B;
}

.contact {
  margin: 50px auto 100px;
  max-width: 800px;
}
.contact p {
  color: #66BE5B;
  margin-top: 25px;
}
.contact p span {
  color: #999;
}
.contact input {
  border-radius: 5px;
  height: 55px;
  width: 100%;
  padding: 10px;
}
.contact textarea {
  border-radius: 5px;
  height: 200px;
  width: 100%;
  padding: 10px;
}
.contact input[type=submit] {
  display: block;
  background: #66BE5B;
  border-radius: 3px;
  color: #fff;
  margin: 50px auto 0;
  width: 250px;
}
.contact .wpcf7 form .wpcf7-response-output {
  display: block;
  color: #66BE5B;
  margin: 50px auto;
  padding: 10px;
  width: 100%;
  height: auto;
}
.contact .turnstile {
  margin-top: 40px;
}

.application {
  margin: 50px auto 100px;
  max-width: 800px;
}
.application p {
  color: #66BE5B;
  margin-top: 25px;
  max-height: 50px;
}
.application p span {
  color: #999;
}
.application input {
  border-radius: 5px;
  height: 55px;
  width: 100%;
  padding: 10px;
}
.application textarea {
  border-radius: 5px;
  height: 200px;
  width: 100%;
  padding: 10px;
}
.application input[type=submit] {
  display: block;
  background: #66BE5B;
  border-radius: 3px;
  color: #fff;
  margin: 50px auto 0;
  width: 250px;
}
.application .wpcf7 form .wpcf7-response-output {
  display: block;
  border: none;
  color: #66BE5B;
  margin: 50px auto;
  padding: 5px;
  width: 100%;
  height: auto;
}
.application .turnstile {
  margin-top: 40px;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Osaka", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.english {
  font-family: "BebasNeue-Regular";
  font-weight: bold;
  letter-spacing: 3px;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit !important;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #eee;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #eee;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

input,
textarea {
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 0;
  background-image: none;
  font-family: inherit;
  font-size: inherit;
}
input:focus,
textarea:focus {
  outline: none;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

input[type=submit] {
  cursor: pointer;
  border: none;
}
input[type=submit]:hover, input[type=submit]:focus {
  outline: none;
  border: none;
}
input[type=submit] ::-moz-focus-inner {
  padding: 0;
  border: none;
}
input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
input .wpcf7-list-item {
  height: 50px !important;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 0.2em 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input[type=checkbox] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  display: block;
}
input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: 0.6em;
  margin-top: -0.2em;
  display: block;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  opacity: 1;
}

select {
  width: 100%;
  padding: 8px 24px 8px 8px;
  border-radius: 0;
  background-image: none;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 1em;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-contact-btn {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background: #66BE5B;
}
.header-contact-btn a {
  display: inline-block;
  line-height: 28px;
  width: 160px;
  padding: 8px;
  padding-left: 28px;
}
@media (max-width: 767px) {
  .header-contact-btn a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-contact-btn {
    background: #fff;
    color: #000;
    margin: 0;
  }
}
.header-contact-btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 14px;
  right: 17px;
}
@media (max-width: 767px) {
  .header-contact-btn:after {
    display: none;
  }
}

.footer-contact-btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 13px;
  line-height: 28px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .footer-contact-btn {
    border: 1.5px solid #fff;
  }
}
.footer-contact-btn:hover {
  background: #fff;
  color: #000 !important;
  cursor: pointer;
  text-decoration: none;
}
.footer-contact-btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 19px;
  right: 10px;
}/*# sourceMappingURL=main.css.map */
