@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #333333;
  line-height: 2;
  height: 100%;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    min-width: 0;
    width: 100%;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  color: blue;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  word-wrap: break-word;
}

a:hover {
  opacity: 0.8;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  font-family: inherit;
}

textarea {
  font-family: inherit;
}

main {
  display: block;
  overflow: hidden;
}

small {
  font-size: 90%;
}

/* low mv */
.low #mv {
  width: 100%;
  height: 260px;
  position: relative;
  margin-top: 110px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .low #mv {
    margin: 0;
  }
}
.low #mv:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .low #mv:before {
    border-radius: 0;
  }
}
.low #mv .ttl {
  display: block;
  width: 100%;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 6px #404040, 0 0 6px #404040;
}
.low #mv .ttl span {
  display: block;
  font-size: 18px;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .low #mv .ttl span {
    font-size: 12px;
  }
}

.low .contents {
  position: relative;
}

@media screen and (max-width: 1100px) {
  .low #mv {
    height: 180px;
    margin-top: 60px;
  }
  .low #mv .ttl {
    font-size: 26px;
    margin-top: -5px;
  }
}
#group #mv {
  background: url(/asset/images/group/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#search #mv {
  background: url(/asset/images/search/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#search-list #mv {
  background: url(/asset/images/search/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#search-single #mv {
  background: url(/asset/images/search/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#news #mv {
  background: url(/asset/images/news/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#contact #mv {
  background: url(/asset/images/contact/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#recruit #mv {
  background: url(/asset/images/recruit/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#recruit-single #mv {
  background: url(/asset/images/recruit/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#coupon #mv {
  background: url(/asset/images/coupon/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#coupon-single #mv {
  background: url(/asset/images/coupon/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

/* padding utility */
.u-py-xs {
  padding-top: 30px;
  padding-bottom: 30px;
}

.u-py-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-py-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

.u-py-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.u-py-xl {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .u-py-xs {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.u-pt-xs {
  padding-top: 30px;
}

.u-pt-sm {
  padding-top: 40px;
}

.u-pt-md {
  padding-top: 60px;
}

.u-pt-lg {
  padding-top: 80px;
}

.u-pt-xl {
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .u-pt-xs {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-sm {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-md {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-lg {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-xl {
    padding-top: 80px;
  }
}
.u-pb-xs {
  padding-bottom: 30px;
}

.u-pb-sm {
  padding-bottom: 40px;
}

.u-pb-md {
  padding-bottom: 50px;
}

.u-pb-lg {
  padding-bottom: 80px;
}

.u-pb-xl {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .u-pb-xs {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-lg {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-xl {
    padding-bottom: 80px;
  }
}
/* margin utility */
.u-my-xs {
  margin-top: 30px;
  margin-bottom: 30px;
}

.u-my-sm {
  margin-top: 40px;
  margin-bottom: 40px;
}

.u-my-md {
  margin-top: 60px;
  margin-bottom: 60px;
}

.u-my-lg {
  margin-top: 80px;
  margin-bottom: 80px;
}

.u-my-xl {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .u-my-xs {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-sm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-md {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-lg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-xl {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.u-mt-none {
  margin-top: 0 !important;
}

.u-mt-xxs {
  margin-top: 10px;
}

.u-mt-xs {
  margin-top: 30px;
}

.u-mt-sm {
  margin-top: 40px;
}

.u-mt-md {
  margin-top: 60px;
}

.u-mt-lg {
  margin-top: 80px;
}

.u-mt-xl {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .u-mt-xs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-sm {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-md {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-lg {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-xl {
    margin-top: 80px;
  }
}
.u-mb-no {
  margin-bottom: 0px !important;
}

.u-mb-xs {
  margin-bottom: 30px;
}

.u-mb-sm {
  margin-bottom: 40px;
}

.u-mb-md {
  margin-bottom: 60px;
}

.u-mb-lg {
  margin-bottom: 80px;
}

.u-mb-xl {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .u-mb-xs {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-sm {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-md {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-lg {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-xl {
    margin-bottom: 80px;
  }
}
/* clearfix utility */
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* align utility */
.u-center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.u-left {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

.u-right {
  text-align: right;
  margin-right: auto;
  margin-left: auto;
}

.u-justify {
  text-align: justify;
  margin-right: auto;
  margin-left: auto;
}

/* color */
.red {
  color: #ff0000;
}

.pink {
  color: #FFDDE8;
}

.yellow {
  color: #FFF3A0;
}

/* style */
.c-strong {
  font-weight: 700;
  color: #333;
}

.c-marker {
  display: inline;
  background-color: #E0FFD9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E0FFD9));
  background: -webkit-linear-gradient(transparent 60%, #E0FFD9 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#E0FFD9));
  background: -webkit-linear-gradient(transparent 60%, #E0FFD9);
  background: linear-gradient(transparent 60%, #E0FFD9);
}

/* grid */
.col2,
.col2-col2,
.col3,
.col3-col2,
.col4,
.col4-col2 {
  display: -ms-grid;
  display: grid;
}

.col2,
.col2-col2 {
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.col3,
.col3-col2 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.col4,
.col4-col2 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 30px;
}

/* wrapper component */
.wrapper-xs {
  max-width: 960px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-sm {
  max-width: 1120px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-md {
  max-width: 1200px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-lg {
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* list component */
.c-list {
  list-style: none;
}

.c-list li {
  line-height: 2;
}

.c-list li::before {
  content: "●";
  color: #49A658;
  font-size: 0.5em;
  margin-right: 10px;
  vertical-align: middle;
  padding-bottom: 3px;
}

/*check list*/
.check-list {
  margin-bottom: 10px;
  padding: 35px 10px 20px 45px;
  background-color: #fff0f0;
  border-radius: 10px;
}

.check-list:after {
  display: block;
  clear: both;
  content: "";
}

.check-list li {
  position: relative;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
  margin-left: 28px;
  border-bottom: 1px dotted #cdcdcd;
}

.check-list li:before {
  display: block;
  position: absolute;
  top: 9px;
  left: -28px;
  width: 18px;
  height: 18px;
  background-image: url(/asset/images/common/check.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
}

@media screen and (max-width: 768px) {
  .check-list {
    padding: 20px;
  }
  .check-list li {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
/* well component */
.c-well {
  padding: 40px;
  border-radius: 10px;
  background: #E8FFDC;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .c-well {
    padding: 20px;
  }
}
.well-ttl {
  text-align: center;
  font-size: 22px;
  border-bottom: 1px solid #6fdc00;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .well-ttl {
    font-size: 18px;
  }
}
/* table component */
.c-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.8;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .c-table {
    font-size: 0.875rem;
  }
}
.c-table thead tr th {
  background-color: #d6ffd7;
  border: 1px solid #ddd;
  padding: 12px 20px;
  vertical-align: middle;
}

.c-table tbody th,
.c-table tbody td {
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: left;
}

.c-table tbody th {
  background-color: #F5F0E9;
  font-weight: normal;
  padding: 12px 20px;
}

.c-table tbody td {
  text-align: left;
  padding: 5px 20px;
  word-break : break-all;
}

@media screen and (max-width: 768px) {
  .c-table thead tr th {
    padding: 10px;
  }
  .c-table tbody th {
    padding: 8px 10px;
  }
  .c-table tbody td {
    padding: 8px 10px;
  }
}
/* button component */
.btn01 {
  background: #F9833F;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 360px;
  width: 100%;
  padding: 18px 20px 16px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 50px auto 0;
  text-align: center;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-size: 18px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .btn01 {
    margin: 30px auto 0;
    max-width: 280px;
    padding: 14px 20px 12px;
    font-size: 16px;
  }
}

.btn01::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  background: #fff;
  opacity: 0.1;
  -webkit-clip-path: polygon(0 0, 150px 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 150px 0, 100% 100%, 0% 100%);
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .btn01::before {
    width: 62%;
    -webkit-clip-path: polygon(0 0, 110px 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 110px 0, 100% 100%, 0% 100%);
  }
}

.btn01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #eadcc9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn01:hover {
  background: #fff;
  border: 1px solid #F9833F;
  color: #F9833F;
  opacity: 1;
}

.btn01:hover:after {
  right: -2.5em;
}

.btn01:hover:before {
  background: #F9833F;
}

.btn-back {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

.btn02 {
  background: #03A550;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 360px;
  width: 100%;
  padding: 18px 20px 16px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 50px auto 0;
  text-align: center;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-size: 18px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .btn02 {
    margin: 30px auto 0;
    max-width: 280px;
    padding: 14px 20px 12px;
    font-size: 16px;
  }
}

.btn02::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  background: #fff;
  opacity: 0.1;
  -webkit-clip-path: polygon(0 0, 150px 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 150px 0, 100% 100%, 0% 100%);
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .btn02::before {
    width: 62%;
    -webkit-clip-path: polygon(0 0, 110px 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 110px 0, 100% 100%, 0% 100%);
  }
}

.btn02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #eadcc9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn02:hover {
  background: #fff;
  border: 1px solid #03A550;
  color: #03A550;
  opacity: 1;
}

.btn02:hover:after {
  right: -2.5em;
}

.btn02:hover:before {
  background: #03A550;
}

/* flex */
.flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex01 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex01 .img {
  margin: 0 4% 0 0;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flex01 .img {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.flex01 .img img {
  max-width: 100%;
  height: auto;
}

.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex02 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex02 .img {
  margin: 0 0 0 4%;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flex02 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.flex02 .img img {
  max-width: 100%;
  height: auto;
}

.flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex03 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex03 .img {
  margin: 0 0 0 3%;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .flex03 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.flex03 .img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.flex04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex04 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex04 .img {
  margin: 0 3% 0 0;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .flex04 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.flex04 .img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.flex-img {
  margin-top: 20px;
}

/* br */
.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*breadcrumbs*/
.low #breadcrumbs {
  padding: 15px 0 50px;
}

.low #breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.low #breadcrumbs ul li {
  position: relative;
  margin-right: 0.5em;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.low #breadcrumbs ul li:before {
  content: "＞";
  display: inline-block;
  padding-right: 0.5em;
}

.low #breadcrumbs ul li:first-child::before {
  display: none;
}

.low #breadcrumbs ul li a {
  color: #0000a3;
}

.low #breadcrumbs ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .low #breadcrumbs {
    padding: 10px 0 40px;
  }
  .low #breadcrumbs ul li {
    font-size: 10px;
  }
}
/* pager */
.pager ul.pagination {
  text-align: center;
  margin: 60px 0 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #F9833F;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination .disabled span {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #333;
  background: #ffe1d2;
}

@media only screen and (max-width: 767px) {
  .pager .pagination li {
    display: none;
  }
  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }
  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }
  .pager .pagination li.pre span::after {
    content: "　前の10件へ";
  }
  .pager .pagination li.next span::before {
    content: "次の10件へ　";
  }
}
.top-ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-ttl {
    margin-bottom: 30px;
  }
}
.top-ttl img {
  width: 189px;
}
@media screen and (max-width: 768px) {
  .top-ttl img {
    width: 140px;
  }
}
.top-ttl span {
  display: block;
  line-height: 1.2;
}
.top-ttl span.en {
  font-size: 64px;
  color: #F9833F;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .top-ttl span.en {
    font-size: 40px;
  }
}
.top-ttl span.ja {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-ttl span.ja {
    font-size: 14px;
  }
}

.ttl01 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #333333;
  background-color: #F5F0E9;
  padding: 15px 20px 18px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}

.ttl02 {
  border-bottom: 2px solid #F9833F;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    font-size: 20px;
  }
}

.ttl03 {
  display: block;
  letter-spacing: 0.04em;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
  color: #333;
  border-left: 4px solid #F9833F;
}

@media screen and (max-width: 768px) {
  .ttl03 {
    font-size: 1.25rem;
    margin-top: 30px;
    text-align: left;
  }
}
.ttl04 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  padding: 13px 0;
  border-bottom: 4px solid #F5F0E9;
  margin-bottom: 20px;
  position: relative;
}

.ttl04:before {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #03A550;
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
}

@media screen and (max-width: 768px) {
  .ttl04 {
    font-size: 1.3rem;
    padding: 6px 0;
    margin-bottom: 20px;
  }
}
/* header */
/* header PC */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}

.header-bg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-wrapper {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
}

.header-logo > a {
  display: block;
  max-width: 300px;
  height: auto;
  margin-left: 40px;
  line-height: 1;
}
@media screen and (max-width: 1260px) {
  .header-logo > a {
    max-width: 260px;
  }
}

.header-logo > a:hover {
  opacity: 1;
}

.header-logo > a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  vertical-align: text-top;
}

.header-logo > a img:hover {
  opacity: 0.7;
}

.header-nav {
  text-align: end;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 10px;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  background: #F9833F;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 40px 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 100%, 40px 100%);
  padding: 0 40px 0 80px;
  line-height: 1.3;
  height: 100%;
}
@media screen and (max-width: 1260px) {
  .header-nav {
    padding: 0 30px 0 50px;
  }
}

.header-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 29px 0;
}

.header-nav__list > li > a {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 4px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-style: normal;
  text-align: center;
}
.header-nav__list > li > a span {
  font-size: 13px;
  display: block;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

.header-nav__list > li > a:hover,
.header-nav__list > li > a:focus {
  opacity: 0.7;
}

.header-nav__list > li:not(:last-of-type) {
  margin-right: 30px;
}
@media screen and (max-width: 1350px) {
  .header-nav__list > li:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1260px) {
  .header-nav__list > li:not(:last-of-type) {
    margin-right: 5px;
  }
}

.header-nav__has-child {
  position: relative;
}

@media screen and (max-width: 1100px) {
  .header {
    display: none;
  }
  .header-logo > a {
    width: 100%;
    max-width: 240px;
  }
  .header-nav__list > li > a {
    font-size: 0.875rem;
    padding: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-nav__list > li > a:hover,
  .header-nav__list > li > a:focus {
    opacity: 0.7;
  }
  .header-nav__list > li:not(:last-of-type) {
    margin-right: 10px;
  }
}
/* fixed */
header.is-fixed .header {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

header.is-fixed .header-wrapper {
  height: 80px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header.is-fixed .header-nav {
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header.is-fixed .header-nav__list {
  margin: 12px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header.is-fixed .header-logo > a {
  max-width: 240px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* sp header */
.sp_header {
  display: none;
  height: 0;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .sp_header {
    display: block;
    height: auto;
  }
}
.sp_header-top {
  width: 100%;
  height: 60px;
  background-color: white;
  position: relative;
}

.sp_header-logo {
  width: 164px;
  display: inline-block;
  line-height: 1;
  height: auto;
  z-index: 6;
  position: absolute;
  margin: 10px 10px;
}

.sp_header-logo > a {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-logo > a:hover,
.sp_header-logo > a:focus {
  opacity: 0.7;
}

.sp_header-logo > a > img {
  height: auto;
}

.sp_header-menu {
  position: relative;
}

.sp_menu-btn {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 16px;
  right: 10px;
  z-index: 100;
}

.sp_menu-btn .hamburger {
  display: block;
  height: 4px;
  border-radius: 2px;
  background-color: #F9833F;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.sp_menu-btn .hamburger::before,
.sp_menu-btn .hamburger::after {
  content: "";
  display: block;
  height: 4px;
  border-radius: 2px;
  background-color: #F9833F;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_menu-btn .hamburger::before {
  top: -13px;
}

.sp_menu-btn .hamburger::after {
  bottom: -13px;
}

.sp_header-nav {
  width: 70%;
  height: 100%;
  padding-top: 70px;
  background-color: #F9833F;
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 99;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sp_header-nav__inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sp_header-nav__list > li {
  border-top: 1px solid #FFF;
}

.sp_header-nav__list > li:last-child {
  border-bottom: 1px solid #FFF;
}

.sp_header-nav__list > li > a {
  display: block;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 12px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-nav__list > li > a:hover,
.sp_header-nav__list > li > a:focus {
  opacity: 0.7;
}

.is_open-menu .sp_header-nav {
  right: 0px;
}

.is_open-menu .sp_menu-btn .hamburger {
  background: transparent !important;
}

.is_open-menu .sp_menu-btn .hamburger::before {
  background-color: #fff;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is_open-menu .sp_menu-btn .hamburger::after {
  background-color: #fff;
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* TOP MV */
.top-mv {
  position: relative;
  width: 100%;
  margin-top: 110px;
}
.top-mv::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .top-mv {
    height: 100%;
    margin-top: 60px;
  }
}
/* TOP slide */
.top-slide {
  overflow: hidden;
  width: 100%;
  height: calc(100svh - 110px);
  position: relative;
}

@media screen and (max-width: 1100px) {
  .top-slide {
    height: calc(100svh - 60px);
  }
}
.slice-img {
  width: 100%;
  height: 100%;
}

.slice-img img {
  width: 100%;
  height: calc(100svh - 110px);
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 1100px) {
  .slice-img img {
    height: calc(100svh - 60px);
  }
}

/* TOP catch */
.top-mv__catch {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 50%;
  color: #fff;
  text-align: center;
  z-index: 2;
  width: 100%;
}

.top-mv__catch img {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .top-mv__catch img {
    width: 60%;
  }
}

.top-mv__catch p {
  font-size: 38px;
  line-height: 1.4;
  font-weight: 500;
  text-shadow: 0px 0px 6px #575757, 0px 0px 6px #575757, 0px 0px 6px #575757, 0px 0px 6px #575757;
}
@media screen and (max-width: 768px) {
  .top-mv__catch p {
    font-size: 26px;
    line-height: 1.6;
  }
}

/* TOP NEWS */
.top-news {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 0 0 50px;
  }
}
.top-news .ttl-wrap {
  padding: 80px 0 100px;
  background: #F8F5CC;
}
@media screen and (max-width: 768px) {
  .top-news .ttl-wrap {
    padding: 40px 0 50px;
  }
}

.top-news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 40px;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .top-news-list {
    margin-top: -50px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.top-news-item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2392156863);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2392156863);
}
.top-news-item:nth-last-of-type(4) {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-news-item:nth-last-of-type(4) {
    display: block;
  }
}
.top-news-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top-news-item figure {
  overflow: hidden;
  height: 230px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-news-item figure {
    height: 120px;
  }
}
.top-news-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}
.top-news-item article {
  padding: 25px 20px 20px;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .top-news-item article {
    padding: 15px 10px 10px;
  }
}
.top-news-item article .date {
  color: #F9833F;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-news-item article .date {
    font-size: 12px;
  }
}
.top-news-item article h3 {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .top-news-item article h3 {
    font-size: 14px;
  }
}

.top-news-item a:hover ~ figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.top-news-item a:hover ~ article {
  opacity: 0.7;
}

/* TOP SEARCH */
.top-search {
  padding: 100px 0;
  background: url(/asset/images/top/search-bg.jpg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-search {
    padding: 40px 0 50px;
  }
}
.top-search .mold {
  width: 100%;
  height: 96px;
  background: url(/asset/images/top/search-mold.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.top-search .ttl {
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .top-search .ttl {
    margin-bottom: 20px;
  }
}
.top-search .ttl::after {
  content: "";
  position: absolute;
  width: 374px;
  height: 64px;
  background-size: cover;
  background-image: url(/asset/images/top/search-ttl-bg.png);
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top-search .ttl::after {
    width: 230px;
    height: 48px;
  }
}
.top-search .ttl img {
  width: 189px;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .top-search .ttl img {
    width: 150px;
  }
}
.top-search .ttl .big {
  z-index: 1;
  position: relative;
  font-size: 45px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-search .ttl .big {
    font-size: 30px;
  }
}
.top-search .ttl .small {
  font-size: 21px;
  color: #F9833F;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-search .ttl .small {
    font-size: 18px;
  }
}
.top-search .ttl .small::before, .top-search .ttl .small::after {
  position: absolute;
  top: 0.5rem;
  height: 1.2rem;
  content: "";
}
@media screen and (max-width: 768px) {
  .top-search .ttl .small::before, .top-search .ttl .small::after {
    top: 0.3rem;
  }
}
.top-search .ttl .small::before {
  border-left: solid 3px;
  left: -30px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .top-search .ttl .small::before {
    left: -20px;
  }
}
.top-search .ttl .small::after {
  border-right: solid 3px;
  right: -20px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  .top-search .ttl .small::after {
    right: -10px;
  }
}
.top-search .ttl + p {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-search .ttl + p {
    margin-bottom: 20px;
    text-align: left;
  }
}
.top-search .search-btn {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-search .search-btn {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.top-search .search-btn h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .top-search .search-btn h4 {
    font-size: 20px;
  }
}
.top-search .search-btn h4::before {
  content: "";
  height: 1.5px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #03A550;
  margin-left: 1rem;
}
.top-search .search-btn .btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .top-search .search-btn .btn {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.top-search .search-btn .btn a {
  color: #fff;
  background: #03A550;
  text-align: center;
  font-size: 18px;
  height: 50px;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .top-search .search-btn .btn a {
    font-size: 14px;
    height: 40px;
    line-height: 38px;
  }
}

.top-about {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 40px 0 50px;
  }
}
.top-about::before {
  position: absolute;
  content: "";
  background-image: url(/asset/images/top/about-triangular1.png);
  width: 183px;
  height: 436px;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-about::before {
    width: 100px;
  }
}
.top-about::after {
  position: absolute;
  content: "";
  background-image: url(/asset/images/top/about-triangular2.png);
  width: 118px;
  height: 280px;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-about::after {
    height: 220px;
  }
}
.top-about .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-about .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-about .contents .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 45px;
}
@media screen and (max-width: 768px) {
  .top-about .contents .txt {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.top-about .contents .txt .top-ttl {
  text-align: left;
}
.top-about .contents .img {
  max-width: 565px;
}
@media screen and (max-width: 768px) {
  .top-about .contents .img {
    max-width: 100%;
  }
}

/* TOP RECRUIT */
.top-recruit {
  padding: 70px 0 100px;
  background: url(/asset/images/top/recruit-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 30px 0 50px;
  }
}
.top-recruit .top-ttl .ja {
  color: #fff;
}
.top-recruit .top-ttl .en {
  color: #fff;
}

.top-recruit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-recruit-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-recruit-list li:nth-of-type(4) {
    display: none;
  }
}
.top-recruit-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-recruit-list li a {
    display: block;
  }
}
.top-recruit-list li a .img img {
  min-width: 180px;
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-recruit-list li a .img img {
    width: 100%;
    height: 180px;
    min-width: 100%;
  }
}
.top-recruit-list li a .txt {
  padding: 0 20px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .top-recruit-list li a .txt {
    padding: 10px 10px;
  }
}
.top-recruit-list li a .txt .name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .top-recruit-list li a .txt .name {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.top-recruit-list li a .txt .area {
  color: #F9833F;
  font-size: 13px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .top-recruit-list li a .txt .area {
    margin-bottom: 4px;
  }
}
.top-recruit-list li a .txt .area::before {
  position: absolute;
  content: "";
  background: url(/asset/images/common/map-icon.png);
  width: 15px;
  height: 15px;
  background-size: cover;
  left: 0;
  top: 6px;
}
.top-recruit-list li a .txt .tag-list {
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .top-recruit-list li a .txt .tag-list {
    margin-bottom: 10px;
  }
}
.top-recruit-list li a .txt .tag-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top-recruit-list li a .txt .tag-list dl dd {
  font-size: 12px;
  background: #03A550;
  color: #fff;
  padding: 1px 5px 2px;
  line-height: 1.4;
  margin-right: 5px;
}
.top-recruit-list li a .txt .detailtxt h4 {
  font-size: 16px;
  font-weight: normal;
  margin-left: -7px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-recruit-list li a .txt .detailtxt h4 {
    font-size: 14px;
  }
}
.top-recruit-list li a .txt .detailtxt p {
  font-size: 14px;
}

/* TOP COUPON */
.top-coupon {
  padding: 70px 0 100px;
}
@media screen and (max-width: 768px) {
  .top-coupon {
    padding: 30px 0 50px;
  }
}

.top-coupon-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-coupon-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-coupon-list li:nth-of-type(4) {
    display: none;
  }
}
.top-coupon-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F0E9;
}
@media screen and (max-width: 768px) {
  .top-coupon-list li a {
    display: block;
  }
}
.top-coupon-list li a .img img {
  min-width: 180px;
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-coupon-list li a .img img {
    width: 100%;
    height: 180px;
    min-width: 100%;
  }
}
.top-coupon-list li a .txt {
  padding: 0 20px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .top-coupon-list li a .txt {
    padding: 10px 10px;
  }
}
.top-coupon-list li a .txt .name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .top-coupon-list li a .txt .name {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.top-coupon-list li a .txt .area {
  color: #F9833F;
  font-size: 13px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .top-coupon-list li a .txt .area {
    margin-bottom: 4px;
  }
}
.top-coupon-list li a .txt .area::before {
  position: absolute;
  content: "";
  background: url(/asset/images/common/map-icon.png);
  width: 15px;
  height: 15px;
  background-size: cover;
  left: 0;
  top: 6px;
}
.top-coupon-list li a .txt .tag-list {
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .top-coupon-list li a .txt .tag-list {
    margin-bottom: 10px;
  }
}
.top-coupon-list li a .txt .tag-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top-coupon-list li a .txt .tag-list dl dd {
  font-size: 12px;
  background: #03A550;
  color: #fff;
  padding: 1px 5px 2px;
  line-height: 1.4;
  margin-right: 5px;
}
.top-coupon-list li a .txt .detailtxt h4 {
  font-size: 16px;
  font-weight: normal;
  margin-left: -7px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-coupon-list li a .txt .detailtxt h4 {
    font-size: 14px;
  }
}
.top-coupon-list li a .txt .detailtxt p {
  font-size: 14px;
}

/* TOP CONTACT */
.top-contact {
  background: #FFF9D9;
}
.top-contact .contents {
  width: 100%;
  height: 520px;
  background: #FFF9D9;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-contact .contents {
    overflow: unset;
    height: auto;
  }
}
.top-contact .contents .txt-wrap {
  width: 50%;
  height: 520px;
  position: absolute;
  right: 0px;
  top: 0px;
}
@media screen and (max-width: 768px) {
  .top-contact .contents .txt-wrap {
    position: initial;
    width: 100%;
    height: auto;
    padding: 40px 20px 50px;
  }
}
.top-contact .contents .txt-wrap .txt {
  width: 410px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .top-contact .contents .txt-wrap .txt {
    width: 100%;
    position: initial;
    -webkit-transform: none;
            transform: none;
  }
}
.top-contact .contents .img {
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(50% + 75px);
  height: 550px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-contact .contents .img {
    position: initial;
    width: 100%;
    height: 240px;
    -webkit-transform: none;
            transform: none;
  }
}
.top-contact .contents .img img {
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-contact .contents .img img {
    -webkit-transform: none;
            transform: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* news */
#news .top-news-list {
  margin-top: 0;
}

#news #pager {
  text-align: center;
}

#news #pager .pager-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

#news #pager .pager-inner span {
  margin: 60px 7px 0;
  line-height: 1;
  padding: 8px 12px 12px;
  background-color: #F9833F;
  color: #fff;
}

#news #pager .pager-inner a {
  margin: 60px 7px 0;
  display: inline-block;
  padding: 8px 12px 12px;
  background-color: #fff;
  color: #F9833F;
  line-height: 1;
  border: 1px solid #F9833F;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#news #pager .pager-inner a:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F9833F;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

#news #pager .pager-inner a:hover {
  color: #fff;
}

#news #pager .pager-inner a:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#news .btn-top {
  margin-top: 60px;
}

#news #detail {
  margin-bottom: 100px;
}

#news #detail .wrapper-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#news #detail #main {
  width: calc(100% - 250px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 60px;
}

#news #detail #main a {
  text-decoration: underline;
  color: #F9833F;
}

#news #detail #main a:hover {
  text-decoration: none;
}

#news #detail #main .ttl-area {
  padding-bottom: 20px;
  border-bottom: 6px solid #F9833F;
  margin-bottom: 40px;
}

#news #detail #main .ttl-area h3 {
  font-size: 26px;
  line-height: 1.6;
  color: #333;
}

#news #detail #main .ttl-area h3 span {
  display: block;
  margin-bottom: 5px;
}

#news #detail #main .ttl-area h3 span small {
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  color: #9F9F9F;
}

#news #detail #main .ttl-area + figure {
  margin-top: 0px;
}

#news #detail #main figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

#news #detail aside {
  width: 250px;
}

#news #detail aside .ttl03 {
  margin-bottom: 20px;
}

#news #detail aside ul {
  margin-bottom: 20px;
}

#news #detail aside ul li {
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}

#news #detail aside ul li a {
  display: block;
  color: #333;
}

#news #detail aside ul li small {
  font-size: 80%;
  display: inline-block;
  line-height: 1;
  color: #9F9F9F;
}

#news #detail aside ul li:first-child {
  padding-top: 0px;
}

#news #detail aside ul li:hover {
  opacity: 0.7;
}

#news #detail aside .mt {
  margin-top: 5px;
}

#news #detail aside .mb {
  margin-bottom: 40px;
}

#news .btn01 {
  margin-top: 20px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news .btn01::before {
  display: none;
}

#news .btn01 a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #news #list .thum-list {
    margin-bottom: 40px;
  }
  #news #list .thum-list ul {
    display: block;
    margin-bottom: -20px;
  }
  #news #list .thum-list ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    /*&:last-child{
      margin-bottom: 0px;
    }*/
  }
  #news #list .thum-list ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #news #list .thum-list ul li a:hover ~ figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  #news #list .thum-list ul li figure {
    width: 20%;
    border-radius: 15px;
    overflow: hidden;
  }
  #news #list .thum-list ul li figure img {
    width: 100%;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
  }
  #news #list .thum-list ul li article {
    width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    font-weight: 700;
    word-break: break-all;
  }
  #news #list .thum-list ul li article .data {
    display: block;
    font-size: 14px;
    line-height: 1.2;
  }
  #news #pager {
    text-align: center;
    margin-top: 20px;
  }
  #news #pager .pager-inner {
    font-size: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #news #pager .pager-inner span {
    margin: 5px 3px 0;
    padding: 7px;
  }
  #news #pager .pager-inner a {
    margin: 5px 3px 0;
    padding: 7px;
    white-space: nowrap;
  }
  #news #pager .pager-inner a:after {
    display: none;
  }
  #news #pager .pager-inner a:hover {
    color: #9F9F9F;
  }
  #news .btn-top {
    margin-top: 40px;
    margin-bottom: -20px;
  }
  #news #detail .wrapper-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #news #detail {
    margin-top: -30px;
    margin-bottom: 40px;
  }
  #news #detail .inner {
    display: block;
  }
  #news #detail #main {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
    margin-bottom: 0px;
  }
  #news #detail #main .ttl-area {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #news #detail #main .ttl-area h3 {
    font-size: 20px;
  }
  #news #detail #main .ttl-area h3 span {
    display: block;
  }
  #news #detail #main .ttl-area h3 span small {
    font-size: 10px;
  }
  #news #detail aside {
    width: 100%;
  }
  #news #detail aside h3.ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #news #detail aside h3.ttl span {
    padding: 0 10px 10px;
  }
  #news #detail aside ul li {
    padding: 10px 10px;
  }
  #news #detail aside .mb {
    margin-bottom: 20px;
  }
  #news .btn01 {
    margin-top: 10px !important;
  }
}
/* GROUP */
#group {
  position: relative;
}
#group .group .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #group .group .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
#group .group .list li a {
  border: 2px solid #F9833F;
  background: #fffef7;
  display: block;
  color: #333;
  line-height: 1.4;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #group .group .list li a {
    height: 64px;
  }
}
#group .group .list li a::before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 12px;
  height: 12px;
  background-color: #ffb082;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#group .group .list li a:hover {
  background: #F9833F;
  color: #fff;
  opacity: 1;
}

/* SEARCH */
#search .search .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #search .search .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
#search .search .list li a {
  border: 2px solid #F9833F;
  background: #fffef7;
  display: block;
  color: #333;
  text-align: center;
  position: relative;
  line-height: 1.4;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#search .search .list li a::before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 12px;
  height: 12px;
  background-color: #ffb082;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#search .search .list li a:hover {
  background: #F9833F;
  color: #fff;
  opacity: 1;
}
#search .area .ttl01 {
  padding: 16px 20px 13px;
}
#search .area .ttl01::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(/asset/images/search/area-icon.png) no-repeat center center/contain;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  #search .area .ttl01::before {
    width: 30px;
    height: 30px;
  }
}
#search .category .ttl01 {
  padding: 16px 20px 13px;
}
#search .category .ttl01::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(/asset/images/search/category-icon.png) no-repeat center center/contain;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  #search .category .ttl01::before {
    width: 30px;
    height: 30px;
  }
}
#search .group .ttl01 {
  padding: 16px 20px 13px;
}
#search .group .ttl01::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(/asset/images/search/group-icon.png) no-repeat center center/contain;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  #search .group .ttl01::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #search .group .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
#search .map {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #search .map {
    margin-top: 20px;
  }
}

/* SEARCH LIST */
#search-list .search-list .card-list {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
  display: grid;
}
@media screen and (max-width: 768px) {
  #search-list .search-list .card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
}
#search-list .search-list .card-list .item {
  position: relative;
}
#search-list .search-list .card-list .item .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#search-list .search-list .card-list .item figure {
  margin-bottom: 8px;
  overflow: hidden;
  height: 180px;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #search-list .search-list .card-list .item figure {
    height: 120px;
  }
}
#search-list .search-list .card-list .item figure img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}
#search-list .search-list .card-list .item article {
  line-height: 1.8;
}
#search-list .search-list .card-list .item article .name {
  font-weight: 500;
  color: #F9833F;
}
#search-list .search-list .card-list .item article .add {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #search-list .search-list .card-list .item article .add {
    font-size: 12px;
  }
}

#search-list .search-list .card-list .link:hover ~ figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#search-list .search-list .card-list .link:hover ~ article {
  opacity: 0.7;
}

/* SEARCH SINGLE */
#search-single .area-detail-slider__wrapper {
  padding-top: 50px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #search-single .area-detail-slider__wrapper {
    padding-top: 30px;
  }
}

#search-single #area-detail-slider {
  width: 900px;
  margin: 0px auto 80px;
  position: relative;
}

#search-single #area-detail-slider .slick-slide {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #search-single #area-detail-slider {
    width: 100%;
    margin-bottom: 50px;
  }
}
/* area-detail slick slider dots */
#search-single #area-detail-slider .slick-dots {
  bottom: -30px;
  z-index: 1;
}

#search-single #area-detail-slider .slick-dots li button::before {
  font-size: 10px;
}

@media screen and (max-width: 940px) {
  #search-single #area-detail-slider .slick-dots li button::before {
    font-size: 9px;
  }
}
#search-single #area-detail-slider .slick-dots li.slick-active button::before {
  color: #F9833F;
}

/* area-detail slick slider arrows */
#search-single #area-detail-slider .slick-arrow {
  width: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  #search-single #area-detail-slider .slick-arrow {
    width: 18px;
  }
}
#search-single #area-detail-slider .prev-arrow {
  left: -50px;
}

@media screen and (max-width: 1100px) {
  #search-single #area-detail-slider .prev-arrow {
    left: 6px;
  }
}
#search-single #area-detail-slider .next-arrow {
  right: -50px;
}

@media screen and (max-width: 1100px) {
  #search-single #area-detail-slider .next-arrow {
    right: 6px;
  }
}
#search-single {
  /* area-detail slick slider arrows */
}
#search-single .description__box {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #search-single .description__box {
    margin-bottom: 30px;
  }
}
#search-single .information {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #search-single .information {
    margin-bottom: 30px;
  }
}
#search-single .information th {
  width: 250px;
}
@media screen and (max-width: 768px) {
  #search-single .information th {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #search-single .information td {
    display: block;
    width: 100%;
  }
}
#search-single .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
}
#search-single .category li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  vertical-align: middle;
  padding: 6px 12px;
  margin: 5px;
  background-color: #03A550;
}
@media screen and (max-width: 768px) {
  #search-single .category li {
    font-size: 12px;
  }
}
#search-single .recruit_coupon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #search-single .recruit_coupon {
    display: block;
  }
}
#search-single #coupon-detail-slider .slick-dots {
  bottom: -23px;
  z-index: 1;
}
#search-single #coupon-detail-slider .slick-dots > li:first-child:last-child {
  display: none;
}
#search-single #coupon-detail-slider .slick-dots li button::before {
  font-size: 9px;
}
@media screen and (max-width: 940px) {
  #search-single #coupon-detail-slider .slick-dots li button::before {
    font-size: 8px;
  }
}
#search-single #coupon-detail-slider .slick-dots li.slick-active button::before {
  color: #F9833F;
}
#search-single #coupon-detail-slider .slick-arrow {
  width: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  #search-single #coupon-detail-slider .slick-arrow {
    width: 30px;
  }
}
#search-single #coupon-detail-slider .prev-arrow {
  left: -14px;
}
@media screen and (max-width: 1100px) {
  #search-single #coupon-detail-slider .prev-arrow {
    left: -12px;
  }
}
#search-single #coupon-detail-slider .next-arrow {
  right: -14px;
}
@media screen and (max-width: 1100px) {
  #search-single #coupon-detail-slider .next-arrow {
    right: -12px;
  }
}
#search-single .recruit {
  grid-template-columns: repeat(1, 1fr);
}
#search-single .recruit li a {
  background: #F5F0E9;
}
#search-single .recruit li a strong {
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #search-single .recruit li a strong {
    font-size: 14px;
  }
}
#search-single .recruit li a h4 {
  font-size: 14px;
  margin-top: 5px;
}
#search-single .coupon {
  grid-template-columns: repeat(1, 1fr);
}
#search-single .coupon li a strong {
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #search-single .coupon li a strong {
    font-size: 14px;
  }
}
#search-single .map iframe {
  height: 460px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #search-single .map iframe {
    height: 250px;
  }
}

#search-single .interview {
  border: 1px solid #E3E3E3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #search-single .interview {
    margin-bottom: 0;
  }
}

#search-single .interview figure {
  width: 278px;
  height: auto;
  margin-right: 15px;
}

#search-single .interview dl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.6;
}

#search-single .interview dl dt {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

#search-single .interview dl dd a {
  display: inline-block;
  color: #0415FF;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#search-single .interview dl dd a:hover,
#search-single .interview dl dd a:focus {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #search-single .interview {
    display: block;
  }
  #search-single .interview figure {
    max-width: 278px;
    width: 100%;
    margin: 0 auto 10px;
  }
}
#search-single .information table td .sns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#search-single .information table td .sns li {
  width: 38px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #search-single .information table td .sns li {
    margin-left: 10px;
  }
}

#search-single .information table td .sns li:first-child {
  margin-left: 0;
}

#search-single .information table td .sns li a {
  display: block;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  background-color: #3b5998;
  border-radius: 38px;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

#search-single .information table td .sns li a:before {
  content: "";
  background: url(../images/search/icon_fb.png) no-repeat;
  background-size: 8px;
  width: 8px;
  height: 17.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8.25px 0 0 -4px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#search-single .information table td .sns li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

#search-single .information table td .sns li a:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#search-single .information table td .sns li.tw a {
  background-color: #000;
}

#search-single .information table td .sns li.tw a:before {
  content: "";
  background: url(../images/search/icon_x.png) no-repeat;
  background-size: 17.5px;
  width: 17.5px;
  height: 17.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8.25px 0 0 -8.25px;
}

#search-single .information table td .sns li.insta a {
  background: -webkit-linear-gradient(225deg, #4c64d3, #cf2e92, #f26939, #ffdd83);
  background: linear-gradient(-135deg, #4c64d3, #cf2e92, #f26939, #ffdd83);
}

#search-single .information table td .sns li.insta a:before {
  content: "";
  background: url(../images/search/icon_insta.png) no-repeat;
  background-size: 17px;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8.5px 0 0 -8.5px;
}

#search-single .information table td .sns li.line a {
  background-color: #00b900;
}

#search-single .information table td .sns li.line a:before {
  content: "";
  background: url(../images/search/icon_line.png) no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 41%;
  margin: -10.5px 0 0 -8.5px;
}

#search-single .information table td .sns li.youtube a {
  background-color: red;
}

#search-single .information table td .sns li.youtube a:before {
  content: "";
  background: url(../images/search/icon_youtube.png) no-repeat;
  background-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12.5px 0 0 -12.5px;
}

#search-single .information table td .sns li.threads a {
  background-color: #1c1e21;
}

#search-single .information table td .sns li.threads a:before {
  content: "";
  background: url(../images/search/icon_threads.png) no-repeat;
  background-size: 20.5px;
  width: 20.5px;
  height: 20.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11.25px 0 0 -10.25px;
}

/* RECRUIT */
#recruit .top-recruit-list li a {
  background: #F5F0E9;
}

/* RECRUIT SINGLE */
#recruit-single .btn {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
#recruit-single .recruit-single .information th {
  width: 250px;
}
@media screen and (max-width: 768px) {
  #recruit-single .recruit-single .information th {
    width: 96px;
  }
}
#recruit-single .recruit-single .main-pic {
  position: relative;
  margin-bottom: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #recruit-single .recruit-single .main-pic {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-single .recruit-single .main-pic {
    position: relative;
    margin-bottom: -40px;
  }
}
#recruit-single .recruit-single .main-pic figure {
  width: 70%;
  overflow: hidden;
  position: relative;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #recruit-single .recruit-single .main-pic figure {
    width: 100%;
    overflow: hidden;
  }
}
#recruit-single .recruit-single .main-pic figure > :first-child {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
#recruit-single .recruit-single .main-pic figure > img:first-child {
  -o-object-fit: cover;
  object-fit: cover;
}
#recruit-single .recruit-single .main-pic figure::before {
  content: "";
  display: block;
  padding-top: 66.6%;
}
#recruit-single .recruit-single .main-pic figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #recruit-single .recruit-single .main-pic figure img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#recruit-single .recruit-single .main-pic article {
  width: 425px;
  height: 425px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -212.5px;
  background: #03A550;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding: 40px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media screen and (max-width: 768px) {
  #recruit-single .recruit-single .main-pic article {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 86%;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    padding: 20px 30px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    top: -40px;
    z-index: 2;
  }
}
#recruit-single .recruit-single .main-pic article .txt {
  width: 100%;
  height: 100%;
  bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #recruit-single .recruit-single .main-pic article .txt {
    position: relative;
    bottom: auto;
    padding-right: 0;
  }
}
#recruit-single .recruit-single .main-pic article .txt .lead {
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 2;
  background: url(../images/pop_obj.png) no-repeat 100% 100%;
  background-size: 20px;
}
@media screen and (max-width: 768px) {
  #recruit-single .recruit-single .main-pic article .txt .lead {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 0px;
    background: url(../images/pop_obj.png) no-repeat 100% 100%;
    background-size: 16px;
  }
}
#recruit-single .recruit-single .main-pic article .txt h3 {
  width: 100%;
  margin-top: 40px;
  font-weight: 500;
  font-size: 20px;
  border-top: 1px solid #fff;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  #recruit-single .recruit-single .main-pic article .txt h3 {
    margin-top: 20px;
    font-weight: 500;
    font-size: 15px;
    border-top: 1px solid #fff;
    padding-top: 10px;
  }
}
#recruit-single .recruit-single .main-pic article .txt h3 small {
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #recruit-single .recruit-single .main-pic article .txt h3 small {
    display: block;
    font-size: 10px;
  }
}

/* COUPON SINGLE */
#coupon-single .coupon-single .list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #coupon-single .coupon-single .list {
    margin-top: 30px;
  }
}
#coupon-single .coupon-single .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  background-color: #F5F0E9;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #coupon-single .coupon-single .list li {
    padding: 3%;
    margin-bottom: 20px;
    display: block;
  }
}
#coupon-single .coupon-single .list li figure {
  width: 25%;
  position: relative;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #coupon-single .coupon-single .list li figure {
    float: left;
  }
}
#coupon-single .coupon-single .list li figure > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
#coupon-single .coupon-single .list li figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#coupon-single .coupon-single .list li figure img {
  width: 100%;
}
#coupon-single .coupon-single .list li figure > img:first-child {
  -o-object-fit: cover;
     object-fit: cover;
}
#coupon-single .coupon-single .list li article {
  width: 74%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 25px;
  position: relative;
  min-height: 230px;
}
@media screen and (max-width: 768px) {
  #coupon-single .coupon-single .list li article {
    padding-left: 0;
    min-height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #coupon-single .coupon-single .list li article .price-wrap {
    width: 74%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
  }
}
#coupon-single .coupon-single .list li article .tag-list {
  margin-top: -6px;
}
#coupon-single .coupon-single .list li article .tag-list dl {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
}
#coupon-single .coupon-single .list li article .tag-list dd {
  font-size: 12px;
  display: inline-block;
  color: #fff;
  background-color: #03A550;
  padding: 5px 10px 8px;
  line-height: 1;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #coupon-single .coupon-single .list li article .tag-list dd {
    font-size: 10px;
    padding: 3px 5px;
  }
}
#coupon-single .coupon-single .list li article .tag-list dd:first-child {
  margin-left: 0;
}
#coupon-single .coupon-single .list li article .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #coupon-single .coupon-single .list li article .price {
    display: block;
    margin-bottom: 10px;
  }
}
#coupon-single .coupon-single .list li article .price p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #coupon-single .coupon-single .list li article .price p {
    font-size: 14px;
  }
}
#coupon-single .coupon-single .list li article .price p.num {
  font-size: 20px;
  color: #e60012;
}
@media screen and (max-width: 768px) {
  #coupon-single .coupon-single .list li article .price p.num {
    font-size: 16px;
    text-align: right;
  }
}
#coupon-single .coupon-single .list li article .block {
  position: absolute;
  bottom: 0;
  left: 25px;
  padding: 10px 20px;
  background-color: #fff;
  width: calc(100% - 15px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #coupon-single .coupon-single .list li article .block {
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
#coupon-single .coupon-single .list li article .block dl {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #coupon-single .coupon-single .list li article .block dl {
    overflow: hidden;
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: -5px;
  }
}
#coupon-single .coupon-single .list li article .block dl div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#coupon-single .coupon-single .list li article .block dl dt {
  color: #e60012;
}
@media screen and (max-width: 768px) {
  #coupon-single .coupon-single .list li article .block dl dt {
    clear: both;
    float: left;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  #coupon-single .coupon-single .list li article .block dl dd {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  #coupon-single .coupon-single .list li article .txt {
    font-size: 12px;
    margin-bottom: 10px;
    clear: both;
    line-height: 1.8;
  }
}
#coupon-single .coupon-single .note {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  #coupon-single .coupon-single .note {
    margin-top: 0;
  }
}

/* RECRUIT&COUPON */
#recruit .search .list, #coupon .search .list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1050px) {
  #recruit .search .list, #coupon .search .list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #recruit .search .list, #coupon .search .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
#recruit .search .list li a, #coupon .search .list li a {
  border: 2px solid #F9833F;
  background: #fffef7;
  display: block;
  color: #333;
  text-align: center;
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #recruit .search .list li a, #coupon .search .list li a {
    font-size: 14px;
  }
}
#recruit .search .list li a::before, #coupon .search .list li a::before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 12px;
  height: 12px;
  background-color: #ffb082;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#recruit .search .list li a:hover, #coupon .search .list li a:hover {
  background: #F9833F;
  color: #fff;
  opacity: 1;
}
#recruit .group .list, #coupon .group .list {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1050px) {
  #recruit .group .list, #coupon .group .list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 900px) {
  #recruit .group .list, #coupon .group .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #recruit .group .list, #coupon .group .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

/* CONTACT */
#contact .intro {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #contact .intro {
    text-align: left;
    margin-bottom: 20px;
  }
}

#contact .contact-table {
  width: auto;
  border: none;
}

#contact .contact-table input,
#contact .contact-table select {
  vertical-align: middle;
  font-family: inherit;
}

#contact .contact-table textarea {
  font-family: inherit;
}

#contact .contact-table input[type=checkbox],
#contact .contact-table input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact .contact-table input[type=radio] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

#contact .contact-table th,
#contact .contact-table td {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  width: auto;
}

#contact .contact-table::-webkit-input-placeholder {
  color: #bbb;
}

#contact .contact-table::-moz-placeholder {
  color: #bbb;
}

#contact .contact-table:-ms-input-placeholder {
  color: #bbb;
}

#contact .contact-table::-ms-input-placeholder {
  color: #bbb;
}

#contact .contact-table::placeholder {
  color: #bbb;
}

#contact .contact-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
}

@media screen and (max-width: 768px) {
  #contact .contact-table {
    border-spacing: 0 10px;
  }
}
#contact .contact-table th {
  vertical-align: middle;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
  text-align: left;
  white-space: nowrap;
  width: 280px;
  background-color: #F5F0E9;
  padding: 15px 0 15px 30px;
}

@media screen and (max-width: 768px) {
  #contact .contact-table th {
    display: block;
    width: 100%;
    border-radius: 5px 5px 0 0;
    padding: 20px 15px 10px;
    font-size: 14px;
  }
}
#contact .contact-table th span {
  position: relative;
  display: block;
  line-height: 1.4;
}

#contact .contact-table th span::before {
  content: "任意";
  display: inline-block;
  background-color: #ccc;
  line-height: 1;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
}

#contact .contact-table th.required span:before {
  content: "必須";
  display: inline-block;
  background-color: rgb(207, 45, 45);
}

#contact .contact-table td {
  text-align: left;
  position: relative;
  padding: 15px 30px 15px 25px;
  font-size: 16px;
  border-radius: 0px;
  background-color: #F5F0E9;
}

@media screen and (max-width: 768px) {
  #contact .contact-table td {
    display: block;
    width: 100%;
    padding: 0 15px 15px;
    font-size: 14px;
  }
}
#contact .contact-table td label {
  display: block;
}

#contact .contact-table td label.error {
  color: #E23533;
}

#contact .contact-table td input {
  padding: 15px 20px;
  font-size: 16px;
  border: 1px solid #EBEBEB;
  background-color: #fff;
  width: 100%;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #contact .contact-table td input {
    padding: 5px 10px;
    font-size: 14px;
  }
}
#contact .contact-table td input.w20 {
  width: 20%;
}

#contact .contact-table td input.w60 {
  width: 60%;
}

#contact .contact-table td input.w80 {
  width: 80%;
}

#contact .contact-table td textarea {
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #EBEBEB;
  background-color: #fff;
  width: 100%;
  height: 195px;
}

@media screen and (max-width: 768px) {
  #contact .contact-table td textarea {
    padding: 5px 10px;
  }
}
#contact .contact-table__btn-send {
  text-align: center;
  margin-top: 30px;
}

#contact .contact-table__btn-send a,
#contact .contact-table__btn-send input {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  width: 100%;
  max-width: 270px;
  background-color: #03A550;
  color: #fff;
  font-weight: 400;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 18px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  font-family: inherit;
  border: 0px;
  cursor: pointer;
}

#contact .contact-table__btn-send a:hover,
#contact .contact-table__btn-send input:hover {
  opacity: 0.7;
}

/* FOOTER */
#footer.footer-low {
  background: #FFF9D9;
}
#footer.footer-low .footer-bnr {
  background-color: #fff;
}
#footer .footer-wrapper {
  padding: 50px 0;
  max-width: 1040px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #footer .footer-wrapper {
    padding: 30px 0 20px;
  }
}
#footer .footer-wrapper .footer-logo {
  width: 340px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-logo {
    width: 280px;
    margin-bottom: 0;
  }
}
#footer .footer-wrapper .footer-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-nav__list {
    display: none;
  }
}
#footer .footer-wrapper .footer-nav__list li a {
  display: inline-block;
  font-size: 22px;
  padding: 4px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-style: normal;
  font-family: "din-condensed", sans-serif;
  text-align: center;
  line-height: 1.3;
  color: #333333;
}
#footer .footer-wrapper .footer-nav__list li a span {
  font-size: 13px;
  display: block;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
#footer .sp_footer-menu {
  display: none;
  height: 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #footer .sp_footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 420px;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px auto 15px;
  }
}
#footer .sp_footer-nav {
  width: 48%;
}
#footer .sp_footer-nav-list {
  margin-left: 0;
}
#footer .sp_footer-nav-list > li > a {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  color: #333;
  line-height: 1.2;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 13px;
}
#footer .sp_footer-nav-list > li > a::after {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .sp_footer-nav-list > li > a::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: calc(50% + 4px);
  left: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .footer-bnr {
  background-color: #FFF9D9;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #footer .footer-bnr {
    padding: 20px 0;
  }
}
#footer .footer-bnr__slide-item {
  margin: 0 5px;
}
#footer .footer-bnr__slide-item img {
  max-width: none;
  width: 100%;
  margin: 0 auto;
}
#footer .copy {
  background: #F9833F;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 12px 0;
}/*# sourceMappingURL=style.css.map */

/* ホドガヤキャラバン対応 */
.district_2 {
  padding: 0 85px;
}
.district_search_2 {
    padding: 0 45px;
}
.district_index_2 {
    padding: 0 40px;
}
