@charset "UTF-8";
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, select, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 62.5%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #000;
  line-height: 1.6;
  background: #fff;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1240px;
  }
}

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

strong {
  font-weight: bold;
}

a:link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
  opacity: .8;
}

a:active {
  color: #000;
  text-decoration: none;
}

a[href^="tel"] {
  color: #000;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -o-border-image: none;
     border-image: none;
  background: transparent;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #000;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #000;
}

input::placeholder, textarea::placeholder {
  color: #000;
}

input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #000;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #000;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #000;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: #000;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: #000;
}

@media screen and (min-width: 768px) {
  .u_pc {
    display: block;
  }
  .u_sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
}

@-webkit-keyframes bottom-top {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bottom-top {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes top-bottom {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes top-bottom {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes big-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes big-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4%;
}

@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1240px;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 1240px;
  margin: 0 auto;
  padding: 0 22px;
}

@media screen and (max-width: 767px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 calc(40/750*100vw);
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l_header {
    min-width: 1240px;
  }
}

.l_header .gNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l_header .gNav li + li {
  margin-left: 80px;
}

.l_header .gNav a {
  padding: 20px 0;
  display: block;
}

/* =================================
 l_header_sp
================================= */
.l_header_sp #toggle {
  position: fixed;
  right: calc(20/750*100vw);
  top: calc(20/750*100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  padding-top: 17px;
  border-radius: 6px;
  z-index: 999;
}

.l_header_sp #toggle > div {
  width: 20px;
  position: relative;
}

.l_header_sp #toggle span {
  height: 2px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

.l_header_sp #toggle span:nth-of-type(1) {
  top: 0;
  width: 100%;
}

.l_header_sp #toggle span:nth-of-type(2) {
  top: 6px;
  width: 70%;
}

.l_header_sp #toggle span:nth-of-type(3) {
  top: 12px;
  width: 85%;
}

.l_header_sp.active #toggle span:nth-of-type(1) {
  top: 7px;
  width: 0;
  left: 50%;
}

.l_header_sp.active #toggle span:nth-of-type(2) {
  top: 7px;
  width: 0;
  left: 50%;
}

.l_header_sp.active #toggle span:nth-of-type(3) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
}

/* =================================
 l_menu_sp
================================= */
.l_menu_sp {
  background: #000;
  padding: calc(180/750*100vw) 0;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(350/750*100vw);
  height: auto;
  height: 100vh;
  overflow-y: scroll;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: 0s;
  transition: 0s;
}

.l_menu_sp .gNav li {
  text-align: center;
}

.l_menu_sp .gNav li a {
  padding: calc(30/750*100vw) 0;
  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;
}

.l_menu_sp .gNav li:nth-of-type(1) img {
  width: calc(111/750*100vw);
}

.l_menu_sp .gNav li:nth-of-type(2) img {
  width: calc(92/750*100vw);
}

.l_menu_sp .gNav li:nth-of-type(3) img {
  width: calc(177/750*100vw);
}

.l_menu_sp .gNav li:nth-of-type(4) img {
  width: calc(141/750*100vw);
}

.l_menu_sp .gNav li:nth-of-type(5) img {
  width: calc(148/750*100vw);
}

.l_menu_sp.open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.l_menu_sp.close {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
.l_footer {
  background: #000;
  padding: 55px 0 10px;
}

@media screen and (max-width: 767px) {
  .l_footer {
    padding: calc(97/750*100vw) 0 calc(34/750*100vw);
  }
}

.l_footer .footer_copy {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l_footer .footer_copy {
    font-size: calc(28/750*100vw);
  }
}

/* =================================
 l_hoge
================================= */
/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  position: relative;
}

/* =================================
 l_header_top
================================= */
/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 l_side_top
================================= */
/* =================================
 l_footer_top
================================= */
/* =================================
 l_hoge_top
================================= */
.key {
  position: relative;
  background: url(../img/key.jpg) center center/cover no-repeat;
  width: 100%;
  height: 100vh;
  min-height: 300px;
}

@media screen and (max-width: 767px) {
  .key {
    background: url(../img/sp/key.jpg) center center/cover no-repeat;
    min-height: 30vw;
  }
}

.key_img img {
  width: 100%;
}

.key_logo {
  position: absolute;
  top: calc(50% - 63px);
  top: calc(50% - 31px);
  left: calc(50% - 146px);
}

@media screen and (max-width: 767px) {
  .key_logo {
    width: calc(293/750*100vw);
    top: calc(50% - (63/750*100vw));
    left: calc(50% - (146.5/750*100vw));
  }
}

.about {
  background: #f3f0eb;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .about {
    padding-bottom: calc(224/750*100vw);
    padding-bottom: calc(140/750*100vw);
  }
}

.about_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 0 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about_ttl {
    font-size: calc(40/750*100vw);
    padding: calc(239/750*100vw) 0 calc(70/750*100vw);
    padding: 0 0 calc(60/750*100vw);
  }
}

.about_ttl .thai {
  font-size: 2rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  display: block;
}

@media screen and (max-width: 767px) {
  .about_ttl .thai {
    font-size: calc(28/750*100vw);
  }
}

.about_text {
  margin: 0 209px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about_text {
    margin: 0;
    font-size: calc(32/750*100vw);
    line-height: 2.36;
    text-align: left;
  }
}

.slider {
  padding: 20px 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .slider {
    padding: calc(20/750*100vw) 0;
  }
}

.slider li {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .slider li {
    margin: 0 calc(10/750*100vw);
    width: calc(400/750*100vw);
  }
}

.ttl {
  padding: 140px 0 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl {
    padding: calc(240/750*100vw) 0 calc(80/750*100vw);
    padding: calc(140/750*100vw) 0 calc(60/750*100vw);
  }
  .ttl img {
    width: auto;
    height: calc(87/750*100vw);
  }
}

.menu {
  background: #f3f0eb;
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .menu {
    padding-bottom: calc(255/750*100vw);
    padding-bottom: calc(140/750*100vw);
  }
}

.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .menu_list {
    display: block;
    margin-bottom: calc(-153/750*100vw);
  }
}

.menu_item {
  width: 360px;
}

@media screen and (max-width: 767px) {
  .menu_item {
    width: inherit;
    margin-bottom: calc(153/750*100vw);
    margin-bottom: calc(100/750*100vw);
  }
}

.menu_item-img {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .menu_item-img {
    margin-bottom: calc(60/750*100vw);
  }
}

.menu_item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .menu_item-meta {
    padding-bottom: calc(60/750*100vw);
    margin-bottom: calc(60/750*100vw);
    padding-bottom: calc(30/750*100vw);
    margin-bottom: calc(30/750*100vw);
  }
}

.menu_item-name {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .menu_item-name {
    font-size: calc(32/750*100vw);
  }
}

.menu_item-price {
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .menu_item-price {
    font-size: calc(30/750*100vw);
  }
}

.menu_item-text {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .menu_item-text {
    font-size: calc(28/750*100vw);
  }
}

.back_img-a, .back_img-b {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: -1;
  height: 0;
  max-height: 0;
  overflow: visible;
}

.back_img-a:before, .back_img-b:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.back_img-a:before, .back_img-b:before {
  background-image: url(https://placekitten.com/640/1136);
}

.back_img-a:before, .back_img-b:before {
  background-image: url(https://placekitten.com/g/640/1136);
}

.share:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_share.jpg) center top/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .share:before {
    background: url(../img/sp/bg_share.jpg) center top/cover no-repeat;
  }
}

.share .ttl {
  padding: 220px 0;
}

@media screen and (max-width: 767px) {
  .share .ttl {
    padding: calc(220/750*100vw) 0;
  }
}

.schedule {
  background: #f3f0eb;
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .schedule {
    padding-bottom: calc(240/750*100vw);
    padding-bottom: calc(140/750*100vw);
  }
}

.schedule_text {
  font-size: 1.6rem;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .schedule_text {
    font-size: calc(30/750*100vw);
    margin-bottom: calc(80/750*100vw);
  }
}

.schedule_calender {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .schedule_calender iframe {
    width: 100%;
    height: 100vw;
  }
}

.schedule_attend {
  margin: 60px 108px 20px;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .schedule_attend {
    margin: calc(80/750*100vw) 0 calc(40/750*100vw);
    font-size: calc(32/750*100vw);
  }
}

.schedule_info {
  background: #fff;
  margin: 0 108px;
  padding: 60px 100px 40px;
}

@media screen and (max-width: 767px) {
  .schedule_info {
    margin: 0;
    padding: calc(60/750*100vw) calc(70/750*100vw) calc(40/750*100vw);
  }
}

.schedule_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
  padding-bottom: 11px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .schedule_info dl {
    padding-bottom: calc(20/750*100vw);
    margin-bottom: calc(30/750*100vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.schedule_info dt {
  width: 100px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .schedule_info dt {
    width: calc(160/750*100vw);
    font-size: calc(24/750*100vw);
  }
}

.schedule_info dd {
  width: 680px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .schedule_info dd {
    width: calc(370/750*100vw);
    font-size: calc(24/750*100vw);
  }
}

.news {
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .news {
    padding-bottom: calc(240/750*100vw);
    padding-bottom: calc(140/750*100vw);
  }
}

.news_info {
  background: #fff;
  margin: 0 108px;
  padding: 60px 100px 30px;
}

@media screen and (max-width: 767px) {
  .news_info {
    margin: 0;
    padding: calc(60/750*100vw) calc(70/750*100vw) calc(40/750*100vw);
  }
}

.news_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .news_info dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: calc(20/750*100vw);
    margin-bottom: calc(36/750*100vw);
    border-bottom: 1px solid #000;
  }
}

.news_info dt {
  width: 110px;
  font-size: 1.6rem;
  font-weight: 500;
  background: #c5c5c5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .news_info dt {
    width: calc(127/750*100vw);
    font-size: calc(22/750*100vw);
  }
}

.news_info dd {
  width: 650px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .news_info dd {
    width: calc(372/750*100vw);
    font-size: calc(24/750*100vw);
  }
}

.sns {
  padding-bottom: 140px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .sns {
    padding-bottom: calc(240/750*100vw);
    padding-bottom: calc(140/750*100vw);
  }
}

.sns_inner {
  margin: 0 210px;
}

@media screen and (max-width: 767px) {
  .sns_inner {
    margin: 0 calc(70/750*100vw);
    margin: 0 auto;
    display: block;
  }
}

.sns_tw {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .sns_tw {
    margin-bottom: calc(80/750*100vw);
  }
}

.sns_tw-wrap {
  border: 1px solid #ccc;
}

.sns_ttl {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sns_ttl {
    font-size: calc(32/750*100vw);
    margin-bottom: calc(40/750*100vw);
  }
}

.wanted {
  background: #fff8ef;
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .wanted {
    padding-bottom: calc(240/750*100vw);
    padding-bottom: calc(140/750*100vw);
  }
}

.wanted_lead {
  font-size: 1.8rem;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .wanted_lead {
    font-size: calc(36/750*100vw);
    margin-bottom: calc(50/750*100vw);
  }
}

.wanted_list {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .wanted_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .wanted_list {
    margin: 0 auto calc(140/750*100vw) !important;
  }
  .wanted_list .slick-dots li button:before {
    content: '○';
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
    opacity: 1;
  }
  .wanted_list .slick-dots li.slick-active button:before {
    content: '●';
    opacity: 1;
  }
}

.wanted_text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .wanted_text {
    font-size: calc(32/750*100vw);
    line-height: 1.8;
    text-align: left;
  }
}

.contact {
  padding-bottom: 140px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: calc(320/750*100vw);
    padding-bottom: calc(140/750*100vw);
  }
}

.contact_text {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .contact_text {
    font-size: calc(32/750*100vw);
    margin-bottom: calc(100/750*100vw);
    text-align: left;
  }
}

.contact_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 210px 60px;
}

@media screen and (max-width: 767px) {
  .contact_item {
    display: block;
    margin: 0 0 calc(60/750*100vw);
  }
}

.contact_item dt {
  width: 190px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .contact_item dt {
    width: inherit;
    font-size: alc(3.73333vw);
    margin-bottom: calc(22/750*100vw);
  }
}

.contact_item dd {
  width: 568px;
}

@media screen and (max-width: 767px) {
  .contact_item dd {
    width: inherit;
  }
}

.contact_itemL {
  display: block;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .contact_itemL {
    margin-bottom: calc(120/750*100vw);
    margin-bottom: calc(80/750*100vw);
  }
}

.contact_itemL dd {
  width: inherit;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .contact_itemL dd {
    margin-top: 0;
  }
}

.contact .required {
  font-size: 1.2rem;
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .contact .required {
    font-size: calc(20.26/750*100vw);
  }
}

.contact input[type="text"], .contact select, .contact textarea {
  font-size: 1.8rem;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact input[type="text"], .contact select, .contact textarea {
    font-size: 1.6rem;
    padding: calc(25/750*100vw) calc(40/750*100vw);
  }
}

.contact input[type="text"]::-webkit-input-placeholder {
  color: #8f8f8f;
}

.contact input[type="text"]:-ms-input-placeholder {
  color: #8f8f8f;
}

.contact input[type="text"]::-ms-input-placeholder {
  color: #8f8f8f;
}

.contact input[type="text"]::placeholder {
  color: #8f8f8f;
}

.contact input[type="text"]::-ms-input-placeholder {
  color: #8f8f8f;
}

.contact input[type="text"]:-ms-input-placeholder {
  color: #8f8f8f;
}

.contact select {
  cursor: pointer;
}

.contact textarea {
  border-radius: 10px;
  padding: 20px;
}

.contact .select_wrap {
  position: relative;
}

.contact .select_wrap:after {
  position: absolute;
  top: calc(50% - 18px);
  right: 37px;
  content: '\f0d7';
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .contact .select_wrap:after {
    top: calc(50% - 22px);
    right: calc(57/750*100vw);
  }
}

.contact input[type="submit"] {
  background: #c5c5c5;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  width: 200px;
  height: 60px;
  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;
  border-radius: 29px;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .contact input[type="submit"] {
    font-size: calc(32/750*100vw);
    width: calc(320/750*100vw);
    height: calc(80/750*100vw);
  }
}

.contact input[type="submit"]:hover {
  background: #f7a438;
}

.confirm {
  margin-top: 140px;
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .confirm {
    margin-top: calc(180/750*100vw);
    padding-bottom: calc(240/750*100vw);
  }
}

.confirm h4 {
  font-size: 1.8rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .confirm h4 {
    font-size: calc(28/750*100vw);
    margin-bottom: calc(60/750*100vw);
    text-align: left;
  }
}

.confirm .error_messe {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .confirm .error_messe {
    font-size: calc(24/750*100vw);
  }
}

.confirm input[type="button"] {
  background: #c5c5c5;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  width: 200px;
  height: 60px;
  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;
  border-radius: 29px;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .confirm input[type="button"] {
    font-size: calc(32/750*100vw);
    width: calc(320/750*100vw);
    height: calc(80/750*100vw);
  }
}

.confirm input[type="button"]:hover {
  background: #f7a438;
}

.thanks {
  margin-top: 140px;
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .thanks {
    margin-top: calc(180/750*100vw);
    padding-bottom: calc(240/750*100vw);
  }
}

.thanks_ttl {
  font-size: 1.8rem;
  text-align: center;
  margin: 40px 0 20px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .thanks_ttl {
    font-size: calc(28/750*100vw);
  }
}

.thanks_text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .thanks_text {
    font-size: calc(24/750*100vw);
    text-align: left;
    margin-bottom: calc(80/750*100vw);
  }
}

.thanks .btn a {
  background: #c5c5c5;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  width: 200px;
  height: 60px;
  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;
  border-radius: 29px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .thanks .btn a {
    font-size: calc(32/750*100vw);
    width: calc(320/750*100vw);
    height: calc(80/750*100vw);
  }
}

.thanks .btn a:hover {
  background: #f7a438;
  opacity: 1;
}

.js_btn_p_top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .js_btn_p_top {
    width: calc(120/750*100vw);
    bottom: calc(20/750*100vw);
    right: calc(20/750*100vw);
  }
}

/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 999;
}

.l_header {
  z-index: 998;
}

.l_header_sp {
  z-index: 998;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}
