@charset "UTF-8";
/*
theme Name: karada-recruit
Author: karada-recruit
Description: 自作テーマ
version： 1.0.0
*/
/*=========================
# colors
=========================*/
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body {
  box-sizing: border-box;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: #000;
  font-size: 16px;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner {
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: content-box !important;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

p {
  margin-bottom: 30px;
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab {
    display: block;
  }
}
.main {
  overflow: hidden;
  flex: 1;
}
@media (min-width: 768px) {
  .main {
    width: calc(100% - 126px);
    margin-left: auto;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .main {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .main {
    margin-top: 60px;
  }
}

.text-center {
  text-align: center;
}

.section-title {
  margin-bottom: 20px;
}

.section-en-title {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #405746;
  font-size: 70px;
  display: inline-block;
  line-height: 1.2;
  position: relative;
}
@media (min-width:768px) and (max-width: 1024px) {
  .section-en-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .section-en-title {
    font-size: 50px;
  }
}
.section-en-title span {
  position: absolute;
  font-family: sheila, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgba(245, 170, 83, 0.43);
  font-size: 100px;
  white-space: nowrap;
  top: -80px;
  left: 65%;
  transform: rotate(5deg);
}
@media (min-width:768px) and (max-width: 1024px) {
  .section-en-title span {
    font-size: 80px;
    top: -70px;
  }
}
@media (max-width: 767px) {
  .section-en-title span {
    font-size: 50px;
    top: -40px;
    left: 45%;
  }
}

.section-sub-title {
  font-size: 14px;
  line-height: 1;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-weight: 900;
}
@media (max-width: 767px) {
  .section-sub-title {
    font-size: 12px;
  }
}

.page-section-title {
  color: #405746;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-section-title {
    font-size: 18px;
  }
}
.page-section-title span {
  font-size: 12px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
}

.page-about-inner {
  padding: 0 5%;
}
@media (max-width: 767px) {
  .page-about-inner {
    padding: 0;
  }
}

.green-btn {
  background: #405746;
  color: #fff;
  display: block;
  line-height: 1;
  max-width: 339px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .green-btn {
    border-radius: 43px;
    padding: 15px 40px 15px 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .green-btn {
    border-radius: 20px;
    padding: 15px 20px 15px 10px;
    margin-bottom: 15px;
  }
}
.green-btn:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}
@media (max-width: 767px) {
  .green-btn:after {
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}

.eyecatch {
  background-color: rgba(0, 0, 0, 0.9);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  padding-top: 10%;
  padding-bottom: 17%;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .eyecatch {
    padding-top: 15%;
    padding-bottom: 25%;
  }
}
@media (max-width: 767px) {
  .eyecatch {
    padding-top: 30%;
    padding-bottom: 40%;
  }
}
.eyecatch.eyecatch-sub {
  background: #405746;
}
.eyecatch .inner {
  padding: 0 10%;
  position: absolute;
}
@media (max-width: 767px) {
  .eyecatch .inner {
    padding: 0 20px;
  }
}
.eyecatch .eyecatch-title {
  position: relative;
}
.eyecatch .eyecatch-title span {
  position: absolute;
  font-family: sheila, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgba(245, 170, 83, 0.56);
  font-size: 100px;
  white-space: nowrap;
  top: -110px;
  left: 65%;
  transform: rotate(5deg);
}
@media (min-width:768px) and (max-width: 1024px) {
  .eyecatch .eyecatch-title span {
    font-size: 80px;
    top: -90px;
  }
}
@media (max-width: 767px) {
  .eyecatch .eyecatch-title span {
    font-size: 50px;
    top: -60px;
    left: 45%;
  }
}
.eyecatch .eyecatch-en-title {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 70px;
  display: inline-block;
  line-height: 1.2;
  position: relative;
}
@media (min-width:768px) and (max-width: 1024px) {
  .eyecatch .eyecatch-en-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .eyecatch .eyecatch-en-title {
    font-size: 40px;
  }
}
.eyecatch .eyecatch-sub-title {
  font-size: 14px;
  line-height: 1;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  .eyecatch .eyecatch-sub-title {
    font-size: 12px;
  }
}

.page {
  margin-bottom: 290px;
}
@media (max-width: 767px) {
  .page {
    margin-bottom: 100px;
  }
}
.page h2 {
  color: #405746;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-top: 80px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page h2 {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.page p {
  line-height: 2.25;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page p {
    margin-bottom: 50px;
  }
}

/* header
--------------------------*/
.header {
  position: fixed;
  background: #EEEEEE;
  z-index: 10;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .header {
    width: 126px;
    height: 100%;
    bottom: 0;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .header {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 60px;
    right: 0;
  }
}
@media (min-width: 768px) {
  .header .inner {
    padding: 0 3px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .header .inner {
    padding: 0x 10px;
  }
}
@media (max-width: 767px) {
  .header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    padding-right: 0;
    padding-left: 15px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .header .header-title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header .header-title {
    width: 60px;
  }
}
.header .header-title img {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .header .header-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 15px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .header .header-nav {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .header .header-nav {
    display: none;
  }
}
.header .header-nav ul li {
  margin-bottom: 3vh;
}
.header .header-nav ul li:last-child {
  margin-bottom: 0;
}
.header .header-nav ul li a {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px;
  position: relative;
}
@media (min-width:768px) and (max-width: 1024px) {
  .header .header-nav ul li a {
    font-size: 16px;
  }
}
.header .header-nav ul li a.active::before {
  position: absolute;
  content: "";
  background: #EF8303;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (min-width: 768px) {
  .navToggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .navToggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 20px;
    cursor: pointer;
    z-index: 601;
    text-align: center;
  }
}

.navToggle span {
  display: block;
  position: fixed;
  width: 27px;
  border-bottom: solid 1px #EF8303;
  transition: 0.35s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  z-index: 602;
}

.navToggle span:nth-child(1) {
  top: 0;
}

.navToggle span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.navToggle span:nth-child(3) {
  top: 19px;
}

.navToggle.is-checked span:nth-of-type(1) {
  width: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-35deg);
}
.navToggle.is-checked span:nth-of-type(2) {
  top: 5px;
  border: transparent;
  transform: rotate(45deg);
}
.navToggle.is-checked span:nth-of-type(3) {
  width: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(35deg);
}

.drawer-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -120%;
  z-index: 600;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.5s ease 0s;
  overflow-y: auto;
}
.drawer-nav.is-checked {
  right: 0;
}
.drawer-nav ul {
  width: 85%;
  margin: 0 auto;
}
.drawer-nav ul li a {
  display: block;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  padding: 5px;
  position: relative;
  text-align: center;
}

/* util
---------------------------*/
a {
  color: #000;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

/* main-visual top
-------------------------*/
.main-visual {
  position: relative;
  background: transparent url(../img/mv-bg-1.png) no-repeat center center/cover;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .main-visual {
    padding-top: 8%;
  }
}
@media (max-width: 767px) {
  .main-visual {
    padding-top: 8%;
  }
}
.main-visual:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(126, 159, 133, 0.8);
}
.main-visual::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 245px;
  bottom: -12%;
  left: 1.5%;
  background: #707070;
}
@media (max-width: 767px) {
  .main-visual::after {
    height: 180px;
  }
}
.main-visual .inner {
  padding-right: 0;
  padding-left: 8%;
}
@media (max-width: 767px) {
  .main-visual .inner {
    padding-left: 5%;
  }
}
.main-visual .main-visual-inner {
  position: relative;
  background: transparent url(../img/mv-bg-2.png) no-repeat top left/cover;
  padding-top: 25%;
  padding-bottom: 23%;
  padding-left: 5%;
}
@media (max-width: 767px) {
  .main-visual .main-visual-inner {
    padding-top: 45%;
    padding-bottom: 43%;
  }
}
.main-visual .main-visual-inner h3 {
  position: absolute;
  font-family: sheila, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 100px;
  top: -105px;
  right: 4%;
  transform: rotate(2deg);
}
@media (min-width:1025px) and (max-width: 1300px) {
  .main-visual .main-visual-inner h3 {
    font-size: 80px;
    top: -80px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .main-visual .main-visual-inner h3 {
    font-size: 60px;
    top: -60px;
  }
}
@media (max-width: 767px) {
  .main-visual .main-visual-inner h3 {
    font-size: 40px;
    top: -40px;
  }
}
.main-visual .main-visual-txt {
  position: relative;
  color: #fff;
}
.main-visual .main-visual-txt h4 {
  font-size: 40px;
  text-shadow: rgba(0, 0, 0, 0.33) 0 3px 6px;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 900;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  margin-bottom: 10px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .main-visual .main-visual-txt h4 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .main-visual .main-visual-txt h4 {
    font-size: 22px;
  }
}
.main-visual .main-visual-txt h2 {
  font-size: 22px;
  text-shadow: rgba(0, 0, 0, 0.33) 0 3px 6px;
  letter-spacing: 2.2px;
  line-height: 1.8181818182;
  font-weight: 900;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
}
@media (min-width:768px) and (max-width: 1024px) {
  .main-visual .main-visual-txt h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .main-visual .main-visual-txt h2 {
    font-size: 16px;
    line-height: 1.4;
  }
}

/* always
--------------------------*/
.always {
  margin-bottom: 40px;
}
.always h2 {
  color: #405746;
  font-size: 30px;
  letter-spacing: 0.75px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-weight: 900;
}
@media (min-width:768px) and (max-width: 1024px) {
  .always h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .always h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.always h3 {
  font-family: sheila, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #405746;
  font-size: 100px;
  line-height: 1.2;
  margin-bottom: 50px;
  padding-left: 2%;
  display: inline-block;
  position: relative;
}
@media (min-width:768px) and (max-width: 1024px) {
  .always h3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .always h3 {
    font-size: 36px;
  }
}
.always h3::after {
  position: absolute;
  content: "";
  background: transparent url(../img/orange-line.svg) no-repeat center center/cover;
  left: -5%;
  bottom: 5px;
  width: 125%;
  height: 30px;
  z-index: -1;
}
@media (max-width: 767px) {
  .always h3::after {
    width: 110%;
    height: 15px;
    bottom: 0px;
  }
}
.always .always-inner {
  width: 70%;
  margin: 0 auto;
}
@media (min-width:768px) and (max-width: 1024px) {
  .always .always-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .always .always-inner {
    width: 100%;
  }
}
.always .always-inner p {
  line-height: 2.25;
  letter-spacing: 0.48px;
}
.always .always-inner p span {
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 2;
  text-decoration: underline;
  font-weight: 700;
}
@media (max-width: 767px) {
  .always .always-inner p span {
    font-size: 16px;
  }
}

/* movie-1
---------------------------*/
.movie-1 {
  margin-bottom: 180px;
  padding-left: 11%;
  padding-right: 11%;
}
@media (min-width:768px) and (max-width: 1024px) {
  .movie-1 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .movie-1 {
    margin-bottom: 100px;
    padding: 0 20px;
  }
}
.movie-1 video {
  width: 100%;
  vertical-align: bottom;
}

/* about-us
---------------------------*/
.about {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .about {
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .about .about-inner {
    width: 80%;
    margin-bottom: 73px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .about .about-inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .about .btn-contents {
    display: flex;
    width: 70%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .about .btn-contents .green-btn {
    margin-right: 15px;
    width: calc(50% - 7.5px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .about .btn-contents .green-btn:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .about .btn-contents {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .about-img-contents {
    display: flex;
    margin: 80px 5px 0;
  }
}
@media (max-width: 767px) {
  .about-img-contents {
    margin: 50px 20px 0;
  }
}
@media (min-width: 768px) {
  .about-img-contents .about-img-content {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .about-img-contents .about-img-content {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .about-img-contents .about-img-content:nth-child(2) {
    margin-right: 0;
  }
}

/* message
---------------------------*/
.message {
  margin-bottom: 180px;
  padding-bottom: 137px;
  position: relative;
}
@media (min-width:768px) and (max-width: 1024px) {
  .message {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .message {
    margin-bottom: 150px;
    padding-bottom: 20px;
  }
}
.message::before {
  position: absolute;
  content: "";
  background: transparent url(../img/message-bg.png) no-repeat center center/cover;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .message .message-inner {
    width: 80%;
    margin-bottom: 73px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .message .message-inner {
    width: 100%;
  }
}
.message .green-btn {
  margin-bottom: 63px;
}
.message .message-video {
  background: #333333;
  padding-left: 11%;
  padding-right: 11%;
  position: relative;
}
@media (min-width:768px) and (max-width: 1024px) {
  .message .message-video {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .message .message-video {
    padding: 0 20px;
  }
}
.message .message-video video {
  width: 100%;
  vertical-align: bottom;
}

/* recruit
---------------------------*/
.recruit {
  margin-bottom: 180px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .recruit {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .recruit {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .recruit .inner {
    padding: 0 1% 0 4%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .recruit .inner {
    padding: 0 4%;
  }
}
@media (min-width: 768px) {
  .recruit .recruit-contents {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .recruit .recruit-contents {
    display: block;
  }
}
@media (min-width: 768px) {
  .recruit .recruit-contents .recruit-content:nth-child(1) {
    width: 53%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .recruit .recruit-contents .recruit-content:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .recruit .recruit-contents .recruit-content:nth-child(1) {
    margin-bottom: 40px;
  }
}
.recruit .recruit-contents .recruit-content:nth-child(1) ul {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .recruit .recruit-contents .recruit-content:nth-child(2) {
    width: 47%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .recruit .recruit-contents .recruit-content:nth-child(2) {
    width: 100%;
  }
}

/* acupuncturist
----------------------------*/
@media (max-width: 767px) {
  .acupuncturist {
    padding-bottom: 10px;
  }
}
.acupuncturist .acupuncturist-contents {
  margin-top: 67px;
}
@media (max-width: 767px) {
  .acupuncturist .acupuncturist-contents {
    margin-top: 30px;
  }
}
.acupuncturist .acupuncturist-contents .acupuncturist-content {
  margin-bottom: 115px;
}
@media (min-width: 768px) {
  .acupuncturist .acupuncturist-contents .acupuncturist-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .acupuncturist .acupuncturist-contents .acupuncturist-content {
    margin-bottom: 30px;
  }
}
.acupuncturist .acupuncturist-contents .acupuncturist-content:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .acupuncturist .acupuncturist-contents .acupuncturist-content:nth-child(2n) {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .acupuncturist .acupuncturist-contents .acupuncturist-content .acupuncturist-img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .acupuncturist .acupuncturist-contents .acupuncturist-content .acupuncturist-txt {
    width: 45%;
  }
}
.acupuncturist .acupuncturist-contents .acupuncturist-content .acupuncturist-txt p {
  line-height: 2.25;
}

/* movie-2
---------------*/
.movie-2 {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .movie-2 {
    margin-bottom: 50px;
  }
}

/* features
----------------------------*/
.features {
  background: transparent url(../img/message-bg.png) no-repeat center center/cover;
  padding-top: 68px;
  padding-bottom: 100px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .features {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
}
.features .page-section-title {
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .features .features-txt {
    width: 80%;
  }
}
.features .features-contents {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .features .features-contents {
    margin-top: 30px;
  }
}
.features .features-contents .features-content {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .features .features-contents .features-content {
    margin-bottom: 50px;
  }
}
.features .features-contents .features-content h3 {
  font-size: 22px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #405746;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .features .features-contents .features-content h3 {
    font-size: 16px;
  }
}
.features .features-contents .features-content h3::after {
  position: absolute;
  content: "";
  background: transparent url(../img/orange-line.svg) no-repeat center center/cover;
  left: 0;
  bottom: 15px;
  width: 105%;
  height: 10px;
  z-index: -1;
}
@media (max-width: 767px) {
  .features .features-contents .features-content h3::after {
    bottom: 5px;
  }
}
.features .features-contents .features-content h3 span {
  font-size: 60px;
}
@media (max-width: 767px) {
  .features .features-contents .features-content h3 span {
    font-size: 40px;
  }
}
.features .features-contents ul {
  margin-bottom: 5px;
}
.features .features-contents ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.features .features-contents ul ul li {
  padding-left: 0;
  text-indent: 0;
}

/* numbers
----------------------------*/
.numbers {
  margin-bottom: 100px;
	margin-top: 110px;
}
@media (max-width: 767px) {
  .numbers {
    margin-bottom: 50px;
	  margin-top: 50px;
  }
}
.numbers .numbers-contents {
  display: flex;
}
@media (min-width: 768px) {
  .numbers .numbers-contents {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .numbers .numbers-contents {
    flex-direction: column;
    margin-top: 30px;
  }
}
.numbers .numbers-contents .numbers-content {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 12px;
  position: relative;
}
@media (min-width: 768px) {
  .numbers .numbers-contents .numbers-content {
    width: 29.9999666667%;
    margin-bottom: 5%;
    border-radius: 20px;
    padding: 3% 1% 7%;
  }
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content {
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 15% 2% 20%;
  }
}
.numbers .numbers-contents .numbers-content::before {
  position: absolute;
  content: "";
  width: 75%;
  height: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content::before {
    width: 80%;
    height: 80%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(3n) {
  margin-right: 0;
}
.numbers .numbers-contents .numbers-content .numbers-content-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content .numbers-content-inner {
    margin: 0 auto;
  }
}
.numbers .numbers-contents .numbers-content .numbers-content-inner .numbers-img {
  position: relative;
}
.numbers .numbers-contents .numbers-content h3 {
  position: relative;
  font-weight: 500;
  text-align: center;
  bottom: -18%;
  font-size: 1.171vw;
  color: #333333;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content h3 {
    position: absolute;
    font-size: 14px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.numbers .numbers-contents .numbers-content h4 {
  font-size: 1.171vw;
  font-weight: 700;
  position: absolute;
  line-height: 1;
  color: #333333;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content h4 {
    font-size: 4vw;
  }
}
.numbers .numbers-contents .numbers-content h4 span {
  font-size: 4.392vw;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content h4 span {
    font-size: 12vw;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(1):before {
  background: transparent url(../img/numbers-1.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(1) .numbers-content-inner {
    width: 85%;
    height: 85%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(1) .numbers-img {
  width: 60%;
  left: 0%;
  bottom: -30%;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(1) .numbers-img {
    width: 55%;
    left: 5%;
    bottom: -50%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(1) h4 {
  top: 15%;
  right: 10%;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(1) h4 {
    right: 10%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(2):before {
  background: transparent url(../img/numbers-2.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(2) .numbers-content-inner {
    width: 120%;
    height: 120%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(2) .numbers-content-inner .numbers-img {
  width: 60%;
  left: 10%;
  bottom: -40%;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(2) .numbers-content-inner .numbers-img {
    width: 50%;
    left: 10%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(2) .numbers-content-inner h4 {
  top: 10%;
  right: 5%;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(2) .numbers-content-inner h4 {
    right: 20%;
    top: -20%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(3):before {
  background: transparent url(../img/numbers-3.png) no-repeat center center/contain;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(3) .numbers-content-inner {
    width: 90%;
    height: 90%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(3) .numbers-content-inner .numbers-img {
  width: 55%;
  left: 30%;
  bottom: -50%;
}
.numbers .numbers-contents .numbers-content:nth-child(3) .numbers-content-inner h4 {
  top: 5%;
  left: 0;
  width: 70%;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(3) .numbers-content-inner h4 {
    top: -25%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(4) .numbers-content-inner {
    width: 105%;
    height: 105%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(4)::before {
  background: transparent url(../img/numbers-4.png) no-repeat center center/contain;
  opacity: 0.5;
}
.numbers .numbers-contents .numbers-content:nth-child(4) .numbers-img {
  width: 55%;
  left: 0%;
  bottom: -50%;
}
.numbers .numbers-contents .numbers-content:nth-child(4) h4 {
  top: 10%;
  right: 5%;
}
.numbers .numbers-contents .numbers-content:nth-child(5)::before {
  background: transparent url(../img/numbers-5.png) no-repeat center center/contain;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(5) .numbers-content-inner {
    width: 80%;
    height: 80%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(5) .numbers-content-inner .numbers-img {
  width: 45%;
  left: 30%;
  bottom: -25%;
}
.numbers .numbers-contents .numbers-content:nth-child(5) .numbers-content-inner h4 {
  top: 20%;
  left: 25%;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(5) .numbers-content-inner h4 {
    top: 10%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(6)::before {
  background: transparent url(../img/numbers-6.png) no-repeat center center/contain;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(6) .numbers-content-inner {
    width: 95%;
    height: 95%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(6) .numbers-content-inner .numbers-img {
  width: 50%;
  left: 40%;
  bottom: -50%;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(6) .numbers-content-inner .numbers-img {
    width: 55%;
    bottom: -60%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(6) .numbers-content-inner h4 {
  top: 5%;
  left: 5%;
  width: 75%;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(6) .numbers-content-inner h4 {
    top: -15%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(7)::before {
  background: transparent url(../img/numbers-7.png) no-repeat center center/contain;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(7) .numbers-content-inner {
    width: 95%;
    height: 95%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(7) .numbers-content-inner .numbers-img {
  width: 60%;
  left: 10%;
  bottom: -30%;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(7) .numbers-content-inner .numbers-img {
    width: 55%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(7) .numbers-content-inner h4 {
  top: 10%;
  right: 0;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(7) .numbers-content-inner h4 {
    top: -5%;
    right: 5%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(8)::before {
  background: transparent url(../img/numbers-8.png) no-repeat center center/contain;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(8) .numbers-content-inner {
    width: 95%;
    height: 95%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(8) .numbers-content-inner .numbers-img {
  width: 55%;
  left: 35%;
  bottom: -25%;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(8) .numbers-content-inner .numbers-img {
    width: 37%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(8) .numbers-content-inner h4 {
  top: 30%;
  left: 0%;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(8) .numbers-content-inner h4 {
    left: 10%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(9)::before {
  background: transparent url(../img/numbers-9.png) no-repeat center center/contain;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(9) .numbers-content-inner {
    width: 95%;
    height: 95%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(9) .numbers-content-inner .numbers-img {
  width: 75%;
  left: 5%;
  bottom: -35%;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(9) .numbers-content-inner .numbers-img {
    width: 60%;
  }
}
.numbers .numbers-contents .numbers-content:nth-child(9) .numbers-content-inner h4 {
  top: 15%;
  left: 55%;
  width: 70%;
}
@media (max-width: 767px) {
  .numbers .numbers-contents .numbers-content:nth-child(9) .numbers-content-inner h4 {
    top: 0;
  }
}

/* welfare
----------------------------*/
.welfare {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .welfare {
    margin-bottom: 100px;
  }
}
.welfare .page-section-title {
  margin-bottom: 74px;
}
@media (max-width: 767px) {
  .welfare .page-section-title {
    margin-bottom: 30px;
  }
}
.welfare ul {
  width: 80%;
}
@media (max-width: 767px) {
  .welfare ul {
    width: 100%;
  }
}
.welfare ul li {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .welfare ul li {
    margin-bottom: 15px;
    line-height: 1.7;
  }
}

/* page-message
----------------------------*/
.page-message {
  margin-top: 72px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .page-message {
    margin-bottom: 50px;
  }
}
.page-message .page-section-title {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .page-message .page-section-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .page-message .page-message-txt {
    width: 90%;
  }
}
.page-message .page-message-txt p {
  line-height: 2.25;
}
.page-message .page-message-txt p span {
  text-decoration: underline;
  font-weight: 700;
}

@media (min-width: 768px) {
  .page-message-img-contents {
    display: flex;
  }
}
@media (min-width: 768px) {
  .page-message-img-contents .page-message-img-content {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .page-message-img-3 {
    margin-bottom: 174px;
  }
}
@media (max-width: 767px) {
  .page-message-img-3 {
    margin-bottom: 50px;
  }
}

/* 募集要項 requirements
----------------------------*/
.requirements {
  margin-top: 121px;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .requirements {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
.requirements table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .requirements table {
    margin-bottom: 30px;
  }
}
.requirements table tr th, .requirements table tr td {
  border: 1px solid rgba(0, 0, 0, 0.15);
  vertical-align: middle;
}
.requirements table tr th {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .requirements table tr th {
    font-size: 16px;
  }
}
.requirements table tr th:nth-child(1) {
  background: #0E6FBE;
  color: #fff;
  width: 20%;
  text-align: center;
}
@media (max-width: 767px) {
  .requirements table tr th:nth-child(1) {
    width: 30%;
  }
}
.requirements table tr th:nth-child(2) {
  width: 80%;
  text-align: left;
  padding: 30px 70px;
}
@media (max-width: 767px) {
  .requirements table tr th:nth-child(2) {
    width: 70%;
    padding: 6px 8px;
  }
}
.requirements table tr td {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .requirements table tr td {
    font-size: 16px;
  }
}
.requirements table tr td:nth-child(1) {
  width: 20%;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .requirements table tr td:nth-child(1) {
    width: 30%;
  }
}
.requirements table tr td:nth-child(2) {
  padding: 30px 70px;
  width: 80%;
}
@media (max-width: 767px) {
  .requirements table tr td:nth-child(2) {
    padding: 14px 8px;
    width: 70%;
  }
}
.requirements table tr td:nth-child(2) ul {
  padding-left: 18px;
}
@media (max-width: 767px) {
  .requirements table tr td:nth-child(2) ul {
    padding-left: 1px;
  }
}
.requirements table tr td:nth-child(2) ul li {
  font-size: 16px;
}
@media (max-width: 767px) {
  .requirements table tr td:nth-child(2) ul li {
    font-size: 13px;
  }
}
.requirements .orange-btn {
  padding: 35px 185px;
}
@media (max-width: 767px) {
  .requirements .orange-btn {
    font-size: 20px;
    padding: 16px 100px;
  }
}

/* page-recruit
----------------------------*/
.page-recruit-contents {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .page-recruit-contents {
    margin-bottom: 80px;
  }
}

.page-recruit {
  margin-bottom: 88px;
}
@media (max-width: 767px) {
  .page-recruit {
    margin-bottom: 50px;
  }
}
.page-recruit.close .page-recruit-inner {
  height: auto;
  overflow: visible;
}
.page-recruit .inner {
  position: relative;
}
.page-recruit .page-recruit-bg {
  background: #F5F5F5;
  border-radius: 30px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .page-recruit .page-recruit-bg {
    border-radius: 15px;
    padding-bottom: 50px;
  }
}
.page-recruit .page-recruit-inner {
  padding-top: 50px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  height: 380px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .page-recruit .page-recruit-inner {
    padding: 20px 15px;
    height: 260px;
  }
}
.page-recruit .page-recruit-table {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .page-recruit .page-recruit-table {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .page-recruit .page-recruit-table table tr td {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .page-recruit .page-recruit-table table tr td {
    display: block;
    width: 100%;
    line-height: 1.7;
  }
}
@media (min-width: 768px) {
  .page-recruit .page-recruit-table table tr td:nth-child(1) {
    width: 30%;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .page-recruit .page-recruit-table table tr td:nth-child(1) {
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .page-recruit .page-recruit-table table tr td:nth-child(2) {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .page-recruit .page-recruit-table table tr td:nth-child(2) {
    padding-bottom: 10px;
  }
}
.page-recruit .orange-btn {
  background: #EF8303;
  color: #fff;
  display: block;
  line-height: 1;
  max-width: 550px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  font-weight: 500;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-recruit .orange-btn {
    border-radius: 25px;
    padding: 15px 40px 15px 30px;
  }
}
@media (max-width: 767px) {
  .page-recruit .orange-btn {
    border-radius: 20px;
    padding: 15px 20px 15px 10px;
    margin-bottom: 15px;
  }
}
.page-recruit .orange-btn:after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
@media (max-width: 767px) {
  .page-recruit .orange-btn:after {
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
.page-recruit .accordion-btn {
  position: absolute;
  background: #405746;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .page-recruit .accordion-btn {
    width: 30px;
    height: 30px;
  }
}
.page-recruit .accordion-btn:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
@media (max-width: 767px) {
  .page-recruit .accordion-btn:before {
    font-size: 16px;
  }
}
.page-recruit .accordion-btn.close::before {
  content: "\f106";
}

/* page entry
----------------------------*/
.page-entry {
  margin-bottom: 122px;
}
@media (max-width: 767px) {
  .page-entry {
    margin-bottom: 50px;
  }
}
.page-entry .page-entry-bg {
  background: #F5F5F5;
  border-radius: 30px;
  padding-top: 47px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .page-entry .page-entry-bg {
    border-radius: 15px;
    padding: 30px 10px;
  }
}
.page-entry .page-entry-bg .mw_wp_form {
  padding: 0 10%;
  margin-top: 62px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .page-entry .page-entry-bg .mw_wp_form {
    padding: 0 3%;
  }
}
@media (max-width: 767px) {
  .page-entry .page-entry-bg .mw_wp_form {
    padding: 0 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.page-entry .page-entry-bg .mw_wp_form form table {
  width: 100%;
}
@media (min-width: 768px) {
  .page-entry .page-entry-bg .mw_wp_form form table tr td {
    padding-bottom: 25px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .page-entry .page-entry-bg .mw_wp_form form table tr td {
    vertical-align: top;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .page-entry .page-entry-bg .mw_wp_form form table tr td {
    display: block;
    width: 100%;
    line-height: 1.7;
  }
}
@media (min-width: 768px) {
  .page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 38px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(1) {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(1) {
    margin-bottom: 5px;
  }
}
.page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(1) label {
  margin-right: 5px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(1) label {
    margin-bottom: 5px;
  }
}
.page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(1) .required {
  color: #fff;
  background: #EF8303;
  border-radius: 10px;
  font-size: 14px;
  padding: 0 10px;
  margin-left: auto;
  line-height: 1.8;
}
@media (min-width:768px) and (max-width: 1024px) {
  .page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(1) .required {
    margin-left: 0;
  }
}
.page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(2) {
  word-break: break-all;
}
@media (min-width: 768px) {
  .page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(2) {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(2) {
    padding-bottom: 20px;
  }
}
.page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(2) input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 10px;
  border: none;
  border: 1px solid #BBBBBB;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #fff;
  width: 100%;
  height: 46px;
  padding: 0 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(2) input {
    font-size: 16px;
    height: 40px;
  }
}
.page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(2) input:hover {
  border: 1px solid #000;
  cursor: pointer;
}
.page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(2) input:focus {
  outline: none;
  border: 1px solid #000;
}
.page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(2) textarea {
  vertical-align: top;
  width: 100%;
  min-height: 230px;
  resize: vertical;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 10px;
  border: none;
  border: 1px solid #BBBBBB;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
  color: #000;
  font-size: 16px;
}
@media (max-width: 767px) {
  .page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(2) textarea {
    font-size: 16px;
    min-height: 300px;
  }
}
.page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(2) textarea:hover {
  border: 1px solid #000;
  cursor: pointer;
}
.page-entry .page-entry-bg .mw_wp_form form table tr td:nth-child(2) textarea:focus {
  outline: none;
  border: 1px solid #000;
}
.page-entry .page-entry-bg .mw_wp_form form .form-btn-content {
  margin-top: 38px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-entry .page-entry-bg .mw_wp_form form .form-btn-content {
    flex-direction: column;
  }
}
.page-entry .page-entry-bg .mw_wp_form form .form-btn-content .form-btn-submit {
  position: relative;
}
@media (max-width: 767px) {
  .page-entry .page-entry-bg .mw_wp_form form .form-btn-content .form-btn-submit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 15px;
  }
}
.page-entry .page-entry-bg .mw_wp_form form .form-btn-content .form-btn-submit input[type=submit] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  background: #405746;
  font-size: 16px;
  line-height: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 200px;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-entry .page-entry-bg .mw_wp_form form .form-btn-content .form-btn-submit input[type=submit] {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .page-entry .page-entry-bg .mw_wp_form form .form-btn-content .form-btn-submit input[type=submit] {
    margin: auto;
    font-size: 16px;
    padding: 15px 60px;
    width: 100%;
  }
}
.page-entry .page-entry-bg .mw_wp_form form .form-btn-content .form-btn-submit input[type=submit]:hover {
  opacity: 0.8;
}
.page-entry .page-entry-bg .mw_wp_form form .form-btn-content .form-btn-submit:after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 3.5px #fff;
  border-right: solid 3.5px #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
@media (max-width: 767px) {
  .page-entry .page-entry-bg .mw_wp_form form .form-btn-content .form-btn-submit:after {
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
.page-entry .page-entry-bg .mw_wp_form form .form-btn-content .form-btn-back {
  position: relative;
}
@media (max-width: 767px) {
  .page-entry .page-entry-bg .mw_wp_form form .form-btn-content .form-btn-back {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.page-entry .page-entry-bg .mw_wp_form form .form-btn-content .form-btn-back:after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 3.5px #405746;
  border-right: solid 3.5px #405746;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
@media (max-width: 767px) {
  .page-entry .page-entry-bg .mw_wp_form form .form-btn-content .form-btn-back:after {
    width: 6px;
    height: 6px;
    border-top: solid 2px #405746;
    border-right: solid 2px #405746;
  }
}
.page-entry .page-entry-bg .mw_wp_form form .form-btn-content .form-btn-back .back {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 200px;
  border-radius: 25px;
  background: #fff !important;
  border: 2px solid #405746 !important;
  color: #405746 !important;
}
@media (min-width: 768px) {
  .page-entry .page-entry-bg .mw_wp_form form .form-btn-content .form-btn-back .back {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .page-entry .page-entry-bg .mw_wp_form form .form-btn-content .form-btn-back .back {
    margin: auto;
    font-size: 16px;
    padding: 15px 80px;
  }
}
.page-entry .page-entry-bg .mw_wp_form form .form-btn-content .form-btn-back .back:hover {
  opacity: 0.8;
}
.page-entry .page-entry-bg .mw_wp_form_input .form-btn-back {
  display: none;
}
@media (min-width: 768px) {
  .page-entry .page-entry-bg .mw_wp_form_confirm .form-btn-submit {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .page-entry .page-entry-bg .mw_wp_form_confirm .form-btn-submit {
    margin-bottom: 20px;
  }
}
.page-entry .page-entry-bg .mw_wp_form_confirm input[type=submit] {
  padding: 15px 80px !important;
}

/* footer
----------------------------*/
footer {
  background: #333333;
  color: #fff;
}
@media (min-width: 768px) {
  footer {
    width: calc(100% - 126px);
    margin-left: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  footer {
    width: calc(100% - 100px);
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  footer .inner .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  footer .inner .footer-inner {
    display: block;
  }
}
@media (min-width: 768px) {
  footer .inner .footer-inner .footer-left {
    width: 70%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  footer .inner .footer-inner .footer-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .inner .footer-inner .footer-left h2 {
  font-size: 20px;
  margin-bottom: 50px;
}
@media (min-width:768px) and (max-width: 1024px) {
  footer .inner .footer-inner .footer-left h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  footer .inner .footer-inner .footer-left h2 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  footer .inner .footer-inner .footer-left .footer-shop-contents {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  footer .inner .footer-inner .footer-left .footer-shop-contents .footer-shop-content {
    width: 45%;
  }
}
@media (max-width: 767px) {
  footer .inner .footer-inner .footer-left .footer-shop-contents .footer-shop-content {
    margin-bottom: 30px;
  }
}
footer .inner .footer-inner .footer-left .footer-shop-contents .footer-shop-content:nth-child(1) h3 span {
  background: #EF8303;
}
footer .inner .footer-inner .footer-left .footer-shop-contents .footer-shop-content:nth-child(2) h3 span {
  background: #405746;
}
footer .inner .footer-inner .footer-left .footer-shop-contents .footer-shop-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 3px;
}
@media (min-width:768px) and (max-width: 1024px) {
  footer .inner .footer-inner .footer-left .footer-shop-contents .footer-shop-content h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  footer .inner .footer-inner .footer-left .footer-shop-contents .footer-shop-content h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
footer .inner .footer-inner .footer-left .footer-shop-contents .footer-shop-content h3 span {
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  line-height: 21px;
  height: 21px;
  margin-left: 3px;
  padding: 0 2px 2px;
}
@media (max-width: 767px) {
  footer .inner .footer-inner .footer-left .footer-shop-contents .footer-shop-content h3 span {
    font-size: 10px;
    height: 15px;
    line-height: 15px;
  }
}
footer .inner .footer-inner .footer-left .footer-shop-contents .footer-shop-content .adress {
  font-size: 11px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  footer .inner .footer-inner .footer-left .footer-shop-contents .footer-shop-content .adress {
    margin-bottom: 0;
    line-height: 1.4;
  }
}
footer .inner .footer-inner .footer-left .footer-shop-contents .footer-shop-content a {
  color: #fff;
  font-size: 12px;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  footer .inner .footer-inner .footer-left .footer-shop-contents .footer-shop-content a {
    margin-bottom: 10px;
  }
}
footer .inner .footer-inner .footer-left .footer-shop-contents .footer-shop-content .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
}

footer .inner .footer-inner .footer-left .footer-shop-contents .footer-shop-content .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  footer .inner .footer-inner .footer-right {
    width: 25%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  footer .inner .footer-inner .footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .inner .footer-inner .footer-right {
    margin-top: 30px;
  }
}
footer .inner .footer-inner .footer-right ul li a {
  font-size: 10px;
  color: #fff;
  font-weight: 500;
}
footer .inner .copyright {
  margin-top: 20px;
  font-size: 10px;
  margin-bottom: 0;
}

/* topへ戻る
------------------*/
.page-top {
  padding: 0;
  margin: 0;
  display: none;
}

.page-top p {
  position: fixed;
  right: 5px;
  bottom: 5px;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  letter-spacing: 2px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-top p {
    right: 20px;
    bottom: 20px;
  }
}
.page-top p::before {
  position: absolute;
  content: "";
  top: -3px;
  left: 13px;
  width: 4px;
  height: 4px;
  border-top: 1.5px solid #405746;
  border-left: 1.5px solid #405746;
  transform: rotate(45deg);
}

.move-page-top {
  display: block;
  transition: all 0.3s;
  color: #405746;
}

/* 404 */
.entry-404 {
  margin-top: 50px;
  padding-bottom: 85px;
  text-align: center;
}

.entry-404-head {
  color: #54595f;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .entry-404-head {
    font-size: 30px;
  }
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #808080;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
  padding: 10px 20px;
  font-weight: bold;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}

.eael-posted-on:before {
  display: none;
}

.youtube {
  position: relative;
  width: 80%;
  height: 0;
  padding-top: 47%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .youtube {
    width: 100%;
  }
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.privacy ol {
  padding-left: 1em;
  list-style: auto;
}
.privacy ol li {
  list-style-type: auto;
}
.privacy ul {
  padding-left: 1em;
  text-indent: -1em;
}
.privacy ul li {
  list-style-type: none;
}

/*----------------------------
fade_right ｜右から出現
----------------------------*/
.fade_right {
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.fade_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}padding-left: 1em;
  text-indent: -1em;
}

.privacy ul li {
  list-style-type: none;
}

/*----------------------------
fade_right ｜右から出現
----------------------------*/
.fade_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.fade_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}


.tama-logo{
	position: relative;
}

.tama-logo-inn{
	position: absolute;
	right: 2%;
	top: 30%;
}

.tama-logo-inn img{
	max-width: 400px;
}

@media (max-width: 500px) {
	.tama-logo-inn{
	right: 0;
}
  .tama-logo-inn img{
	max-width: 250px;
}
}