@charset "UTF-8";
:root {
  --header-h: 240px;
}

html {
  scroll-padding-top: var(--header-h);
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #E1E7DA;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

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

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 2;
  letter-spacing: 0;
  color: #000;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 840px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 840px) {
  br.spn {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 840px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  bottom: 0;
  right: 10px;
  height: 48px;
  z-index: 100000;
  display: none;
}
@media screen and (max-width: 1080px) {
  .hnavi_btn {
    display: block;
  }
}

.menu-button {
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}
.menu-button i {
  display: block;
  width: 28px;
  height: 2px;
  background: #000;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 10px;
  top: 24px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: #000;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.menu-button i:after {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.spnavi {
  display: none;
}
@media screen and (max-width: 1080px) {
  .spnavi {
    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-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;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100dvh;
    background: #E1E7DA;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
  }
  .spnavi.active {
    opacity: 1;
    pointer-events: all;
  }
}
.spnavi .sp_logo {
  width: 170px;
  margin-bottom: 40px;
  font-size: 0;
}
.spnavi .spgnavi {
  margin-bottom: 40px;
}
.spnavi .spgnavi li {
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  margin-bottom: 8px;
  text-align: center;
}
.spnavi .spnavi_reserve_btn {
  margin-bottom: 40px;
}
.spnavi .spnavi_reserve_btn a {
  width: 160px;
  height: 32px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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: 13px;
  letter-spacing: 0.2em;
}
.spnavi .spnavi_reserve_btn a svg {
  margin-left: 8px;
}
.spnavi .spnavi_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spnavi .spnavi_sns li {
  margin: 0 8px;
}

body {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
body.bg_dark {
  background-color: #6A5B4F;
}

.wrap_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 32px;
  background: #E1E7DA;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 500;
}
@media screen and (max-width: 1080px) {
  .wrap_header {
    padding: 32px 0 16px;
  }
}
.wrap_header.fixed {
  padding: 32px 0 16px;
}
@media screen and (max-width: 840px) {
  .wrap_header.fixed {
    padding: 24px 0 16px;
  }
}
.wrap_header.fixed .hlogo {
  margin-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .wrap_header.fixed .hlogo {
    margin-bottom: 0;
  }
}
.wrap_header.fixed .hlogo img {
  width: 220px;
}
@media screen and (max-width: 840px) {
  .wrap_header.fixed .hlogo img {
    width: 120px;
  }
}
.wrap_header.fixed .gnavi li {
  font-size: 20px;
}
.wrap_header .header {
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_header .hlogo {
  text-align: center;
  font-size: 0;
  margin-bottom: 48px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1080px) {
  .wrap_header .hlogo {
    margin-bottom: 0;
  }
}
.wrap_header .hlogo img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1080px) {
  .wrap_header .hlogo img {
    width: 220px;
  }
}
@media screen and (max-width: 840px) {
  .wrap_header .hlogo img {
    width: 170px;
  }
}
.wrap_header .gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
}
@media screen and (max-width: 1080px) {
  .wrap_header .gnavi {
    display: none;
  }
}
.wrap_header .gnavi li {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  margin-right: 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1480px) {
  .wrap_header .gnavi li {
    margin-right: 32px;
  }
}
.wrap_header .gnavi li:last-of-type {
  margin-right: 0;
}
.wrap_header .gnavi li a {
  position: relative;
  padding-bottom: 5px;
}
.wrap_header .gnavi li a:hover::after {
  width: 100%;
  left: 0;
}
.wrap_header .gnavi li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_header .hsns {
  position: absolute;
  right: 20px;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .wrap_header .hsns {
    display: none;
  }
}
.wrap_header .hsns li {
  margin-left: 16px;
}
.wrap_header .hsns li a {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  background: #FFF;
}
@media screen and (max-width: 1480px) {
  .wrap_header .hsns li a {
    width: 56px;
    height: 56px;
  }
}
.wrap_header .hsns li a:hover {
  opacity: 0.6;
}
.wrap_header .reserve_btn {
  position: absolute;
  left: 0;
  bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .wrap_header .reserve_btn {
    display: none;
  }
}
.wrap_header .reserve_btn a {
  width: 352px;
  height: 63px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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: 18px;
  line-height: 22px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1480px) {
  .wrap_header .reserve_btn a {
    width: 220px;
    letter-spacing: 0.1em;
  }
}
.wrap_header .reserve_btn a:hover {
  background: #000;
  color: #FFF;
}
.wrap_header .reserve_btn a:hover svg path {
  stroke: #FFF;
}
.wrap_header .reserve_btn a svg {
  margin-left: 16px;
}

.fimg {
  font-size: 0;
}
.fimg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 840px) {
  .fimg .pc {
    display: none;
  }
}
.fimg .sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .fimg .sp {
    display: inline-block;
  }
}

.wrap_footer {
  background: #6A5B4F;
  padding: 160px 20px 120px;
}
@media screen and (max-width: 840px) {
  .wrap_footer {
    padding: 72px 24px 72px;
  }
}
.wrap_footer .footer {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 840px) {
  .wrap_footer .footer {
    display: none;
  }
}
.wrap_footer .footer .fcnt .flogo {
  font-size: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 1180px) {
  .wrap_footer .footer .fcnt .flogo {
    width: 240px;
  }
}
.wrap_footer .footer .fcnt .flogo a:hover {
  opacity: 0.6;
}
.wrap_footer .footer .fcnt .ftel {
  font-size: 40px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1180px) {
  .wrap_footer .footer .fcnt .ftel {
    font-size: 24px;
  }
}
.wrap_footer .footer .fcnt .ftel a {
  color: #FFF;
}
.wrap_footer .footer .fcnt .fcontact {
  font-size: 20px;
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  line-height: 1.4;
}
@media screen and (max-width: 1180px) {
  .wrap_footer .footer .fcnt .fcontact {
    font-size: 16px;
  }
}
.wrap_footer .footer .fopen {
  padding-top: 92px;
  margin-left: auto;
}
.wrap_footer .footer .fopen p {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 56px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1180px) {
  .wrap_footer .footer .fopen p {
    font-size: 16px;
  }
}
.wrap_footer .footer .fadrs {
  padding-top: 92px;
  margin-left: 120px;
}
@media screen and (max-width: 1180px) {
  .wrap_footer .footer .fadrs {
    margin-left: 64px;
  }
}
.wrap_footer .footer .fadrs p {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 56px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1180px) {
  .wrap_footer .footer .fadrs p {
    font-size: 16px;
  }
}
.wrap_footer .footer .fadrs .fsns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wrap_footer .footer .fadrs .fsns li {
  margin-left: 24px;
}
.wrap_footer .footer .fadrs .fsns li a:hover {
  opacity: 0.6;
}
.wrap_footer .sp_footer {
  display: none;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .wrap_footer .sp_footer {
    display: block;
  }
}
.wrap_footer .sp_footer .fcontact {
  font-size: 14px;
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  line-height: 1.4;
}
.wrap_footer .sp_footer .ftel {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.16em;
  margin-bottom: 48px;
}
.wrap_footer .sp_footer .ftel a {
  color: #FFF;
}
.wrap_footer .sp_footer .fsns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
.wrap_footer .sp_footer .fsns li {
  margin: 0 12px;
}
.wrap_footer .sp_footer .fsns li a:hover {
  opacity: 0.6;
}
.wrap_footer .sp_footer .flogo {
  margin-bottom: 160px;
}
.wrap_footer .copyright {
  text-align: center;
  color: #FFF;
  font-size: 20px;
}
@media screen and (max-width: 840px) {
  .wrap_footer .copyright {
    font-size: 12px;
  }
}

.fixed_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E1E7DA;
  padding: 8px 0;
  padding-right: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
  z-index: 9999;
}
@media screen and (max-width: 1080px) {
  .fixed_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.fixed_footer .reserve_btn a {
  width: 160px;
  height: 32px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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: 14px;
  letter-spacing: 0.2em;
}
.fixed_footer .reserve_btn a svg {
  margin-left: 16px;
}
.fixed_footer .fsp_sns {
  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;
}
.fixed_footer .fsp_sns li {
  margin-left: 16px;
  font-size: 0;
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 48px;
  display: none;
}
@media screen and (max-width: 840px) {
  .pagetop {
    display: block;
  }
}
.pagetop a {
  width: 42px;
  height: 42px;
  background: #E1E7DA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
}

/*/ common //////////////////////////////////////////////*/
.sec_ttl {
  background: url("../img/common/ttl_bg.svg") no-repeat center;
  min-height: 281px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  margin-bottom: 120px;
  opacity: 0;
  -webkit-filter: blur(100%);
          filter: blur(100%);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 840px) {
  .sec_ttl {
    background-size: 120px;
    margin-bottom: 48px;
    min-height: 120px;
  }
}
.sec_ttl.active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sec_ttl.active span {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sec_ttl span {
  display: block;
  font-size: 64px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.16em;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 840px) {
  .sec_ttl span {
    font-size: 27px;
  }
}

.page_copy {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .page_copy {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.page_copy2 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 840px) {
  .page_copy2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.page_lead {
  text-align: center;
  font-size: 20px;
  line-height: 2.4;
}
@media screen and (max-width: 840px) {
  .page_lead {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 480px) {
  .page_lead {
    text-align: left;
  }
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn a {
  padding: 16px 80px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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: 18px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 840px) {
  .btn a {
    width: 160px;
    height: 32px;
    font-size: 13px;
    padding: 0;
  }
}
.btn a:hover {
  background: #000;
  color: #FFF;
}

.img_anime {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.img_anime.move {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*/ top //////////////////////////////////////////////*/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes zoomUp2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.top_mv {
  max-width: 1640px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 150px;
  font-size: 0;
}
@media screen and (max-width: 1080px) {
  .top_mv {
    padding: 0 24px;
  }
}
.top_mv .swiper-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .top_mv li .pc {
    display: none;
  }
}
.top_mv li .sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .top_mv li .sp {
    display: inline-block;
  }
}
.top_mv .swiper-slide-active img,
.top_mv .swiper-slide-duplicate-active img,
.top_mv .swiper-slide-prev img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
@media screen and (max-width: 840px) {
  .top_mv .swiper-slide-active img,
  .top_mv .swiper-slide-duplicate-active img,
  .top_mv .swiper-slide-prev img {
    -webkit-animation: zoomUp2 6s linear 0s normal both;
            animation: zoomUp2 6s linear 0s normal both;
  }
}
.top_mv .swiper-slide img {
  height: 76vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept {
  padding: 0 80px;
  margin-bottom: 280px;
}
@media screen and (max-width: 1080px) {
  .concept {
    padding: 0 24px;
  }
}
@media screen and (max-width: 840px) {
  .concept {
    padding: 0;
    margin-bottom: 64px;
  }
}
.concept .page_lead {
  margin-bottom: 240px;
}
@media screen and (max-width: 840px) {
  .concept .page_lead {
    padding: 0 24px;
    margin-bottom: 48px;
  }
}
.concept .concept_img {
  margin: 0 auto;
  font-size: 0;
}
.concept .concept_img img {
  width: 100%;
}
@media screen and (max-width: 840px) {
  .concept .concept_img .pc {
    display: none;
  }
}
.concept .concept_img .sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .concept .concept_img .sp {
    display: inline-block;
  }
}

.menu {
  padding: 0 80px;
  margin-bottom: 240px;
}
@media screen and (max-width: 1080px) {
  .menu {
    padding: 0 24px;
  }
}
@media screen and (max-width: 840px) {
  .menu {
    margin-bottom: 64px;
  }
}
.menu .page_lead {
  margin-bottom: 120px;
}
@media screen and (max-width: 840px) {
  .menu .page_lead {
    margin-bottom: 80px;
  }
}
.menu .menu_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu .menu_ttl .ttl {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  text-align: center;
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 64px;
}
@media screen and (max-width: 840px) {
  .menu .menu_ttl .ttl {
    font-size: 22px;
  }
}
.menu .menu_ttl .ttl span {
  display: block;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .menu .menu_ttl .ttl span {
    font-size: 13px;
    margin-top: 8px;
  }
}
.menu .menu_ttl .ttl .tax {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
}
@media screen and (max-width: 840px) {
  .menu .menu_ttl .ttl .tax {
    position: static;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    font-size: 13px;
    margin-top: 16px;
  }
}
.menu .wrap_menu {
  max-width: 1360px;
  margin: 0 auto 200px;
  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;
}
@media screen and (max-width: 680px) {
  .menu .wrap_menu {
    display: block;
    margin-bottom: 80px;
  }
}
.menu .wrap_menu .menu_box {
  width: calc(50% - 60px);
}
@media screen and (max-width: 1080px) {
  .menu .wrap_menu .menu_box {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 840px) {
  .menu .wrap_menu .menu_box {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
.menu .wrap_menu .menu_box .menu_cnt {
  margin-bottom: 80px;
  border-top: 8px solid #000;
}
@media screen and (max-width: 840px) {
  .menu .wrap_menu .menu_box .menu_cnt {
    border-top: 4px solid #000;
    margin-bottom: 48px;
  }
}
.menu .wrap_menu .menu_box .menu_cnt .menu_cnt_ttl {
  padding: 8px 16px 16px;
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
  opacity: 0;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 840px) {
  .menu .wrap_menu .menu_box .menu_cnt .menu_cnt_ttl {
    font-size: 16px;
    padding: 8px 16px 10px;
  }
}
.menu .wrap_menu .menu_box .menu_cnt .menu_cnt_ttl.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.menu .wrap_menu .menu_box .menu_cnt .menu_cnt_ttl span {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-left: 16px;
}
.menu .wrap_menu .menu_box .menu_cnt .menu_list {
  padding: 24px 16px 0;
  border-top: 1px solid #000;
}
.menu .wrap_menu .menu_box .menu_cnt .menu_list li {
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .menu .wrap_menu .menu_box .menu_cnt .menu_list li {
    margin-bottom: 12px;
  }
}
.menu .wrap_menu .menu_box .menu_cnt .menu_list li.onlytxt .txt::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.menu .wrap_menu .menu_box .menu_cnt .menu_list li.active .list_wrap::before {
  width: 0;
}
.menu .wrap_menu .menu_box .menu_cnt .menu_list li.active .txt::before {
  width: 0;
}
.menu .wrap_menu .menu_box .menu_cnt .menu_list li .list_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
}
.menu .wrap_menu .menu_box .menu_cnt .menu_list li .list_wrap::before {
  content: "";
  width: 100%;
  height: 96%;
  background-color: #E1E7DA;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: width 1.6s cubic-bezier(0.32, 0.94, 0.6, 1) 0.2s;
  transition: width 1.6s cubic-bezier(0.32, 0.94, 0.6, 1) 0.2s;
  z-index: 2;
}
@media screen and (max-width: 840px) {
  .menu .wrap_menu .menu_box .menu_cnt .menu_list li .list_wrap::before {
    -webkit-transition: width 1s cubic-bezier(0.32, 0.94, 0.6, 1) 0.2s;
    transition: width 1s cubic-bezier(0.32, 0.94, 0.6, 1) 0.2s;
  }
}
.menu .wrap_menu .menu_box .menu_cnt .menu_list li .ttl {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 840px) {
  .menu .wrap_menu .menu_box .menu_cnt .menu_list li .ttl {
    font-size: 14px;
  }
}
.menu .wrap_menu .menu_box .menu_cnt .menu_list li .price {
  font-size: 25px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 840px) {
  .menu .wrap_menu .menu_box .menu_cnt .menu_list li .price {
    font-size: 14px;
  }
}
.menu .wrap_menu .menu_box .menu_cnt .menu_list li .txt {
  position: relative;
}
@media screen and (max-width: 840px) {
  .menu .wrap_menu .menu_box .menu_cnt .menu_list li .txt {
    font-size: 12px;
  }
}
.menu .wrap_menu .menu_box .menu_cnt .menu_list li .txt::before {
  content: "";
  width: 100%;
  height: 96%;
  background-color: #E1E7DA;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: width 1.6s cubic-bezier(0.32, 0.94, 0.6, 1) 0.2s;
  transition: width 1.6s cubic-bezier(0.32, 0.94, 0.6, 1) 0.2s;
  z-index: 2;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
@media screen and (max-width: 840px) {
  .menu .wrap_menu .menu_box .menu_cnt .menu_list li .txt::before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition: width 1s cubic-bezier(0.32, 0.94, 0.6, 1) 0.2s;
    transition: width 1s cubic-bezier(0.32, 0.94, 0.6, 1) 0.2s;
  }
}
.menu .service_wrap {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (max-width: 680px) {
  .menu .service_wrap {
    display: block;
    max-width: 280px;
  }
}
.menu .service_wrap .service_box {
  width: calc(50% - 20px);
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 72px 32px;
}
@media screen and (max-width: 680px) {
  .menu .service_wrap .service_box {
    width: 100%;
    padding: 40px 24px;
    margin-bottom: 24px;
  }
}
.menu .service_wrap .service_box .ttl {
  text-align: center;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .menu .service_wrap .service_box .ttl {
    font-size: 16px;
  }
}
.menu .service_wrap .service_box .txt {
  font-size: 18px;
}
@media screen and (max-width: 840px) {
  .menu .service_wrap .service_box .txt {
    font-size: 13px;
  }
}
.menu .service_wrap .service_memo {
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 680px) {
  .menu .service_wrap .service_memo {
    margin-top: 0;
  }
}
.menu .service_wrap .service_memo li {
  font-size: 18px;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 840px) {
  .menu .service_wrap .service_memo li {
    line-height: 1.4;
    margin-bottom: 8px;
  }
}
.menu .service_wrap .service_memo li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 840px) {
  .menu .service_wrap .service_memo li {
    font-size: 12px;
  }
}

.blog,
.style {
  max-width: 1480px;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 240px;
}
@media screen and (max-width: 1080px) {
  .blog,
  .style {
    padding: 0 24px;
  }
}
@media screen and (max-width: 840px) {
  .blog,
  .style {
    margin-bottom: 80px;
  }
}
.blog .sec_ttl,
.style .sec_ttl {
  color: #FFF;
}
.blog a:hover,
.style a:hover {
  opacity: 0.6;
}
.blog .link,
.style .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 40px;
}
.blog .link a,
.style .link 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;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  color: #FFF;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 840px) {
  .blog .link a,
  .style .link a {
    font-size: 12px;
  }
}
.blog .link a span,
.style .link a span {
  margin-left: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 840px) {
  .blog .link a span,
  .style .link a span {
    width: 32px;
    height: 32px;
    margin-left: 16px;
  }
  .blog .link a span img,
  .style .link a span img {
    width: 16px;
  }
}

.style {
  padding-top: 400px;
}
@media screen and (max-width: 840px) {
  .style {
    padding-top: 50vh;
  }
}

.blog {
  margin-bottom: 300px;
}
@media screen and (max-width: 840px) {
  .blog {
    margin-bottom: 240px;
  }
}

.item {
  max-width: 1480px;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 360px;
  padding-top: 300px;
  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;
}
@media screen and (max-width: 1080px) {
  .item {
    padding: 0 24px;
  }
}
@media screen and (max-width: 840px) {
  .item {
    padding-top: 50vh;
    display: block;
    margin-bottom: 80px;
  }
}
.item .cnt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 20;
  width: 766px;
}
@media screen and (max-width: 1480px) {
  .item .cnt {
    width: 66%;
  }
}
@media screen and (max-width: 840px) {
  .item .cnt {
    width: 100%;
  }
}
.item .cnt .sec_ttl {
  width: 280px;
  margin: 0 0 120px;
}
@media screen and (max-width: 840px) {
  .item .cnt .sec_ttl {
    width: 118px;
    margin: 0 auto 48px;
  }
}
.item .cnt .img_sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .item .cnt .img_sp {
    display: block;
    font-size: 0;
    margin-bottom: 40px;
  }
}
.item .cnt .page_lead {
  text-align: left;
  margin-bottom: 110px;
}
@media screen and (max-width: 840px) {
  .item .cnt .page_lead {
    width: 262px;
    margin: 0 auto 48px;
  }
}
.item .cnt .btn {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 206px;
}
@media screen and (max-width: 1480px) {
  .item .cnt .btn {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 840px) {
  .item .cnt .btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 840px) {
  .item .cnt .btn.pc {
    display: none;
  }
}
.item .cnt .btn.sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .item .cnt .btn.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 840px) {
  .item .cnt .img2 {
    display: none;
  }
}
.item .img1 {
  width: 733px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 202px;
  margin-left: -140px;
}
@media screen and (max-width: 1480px) {
  .item .img1 {
    width: 54%;
    margin-left: -16%;
  }
}
@media screen and (max-width: 840px) {
  .item .img1 {
    display: none;
  }
}

.access {
  max-width: 1480px;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 360px;
  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-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1080px) {
  .access {
    padding: 0 24px;
  }
}
@media screen and (max-width: 840px) {
  .access {
    display: block;
    margin-bottom: 120px;
  }
}
.access .cnt {
  width: 360px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 840px) {
  .access .cnt {
    width: 240px;
    margin: 0 auto;
  }
}
.access .cnt .sec_ttl {
  width: 280px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 840px) {
  .access .cnt .sec_ttl {
    width: 118px;
    margin-bottom: 48px;
  }
}
.access .cnt .info {
  font-size: 20px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 840px) {
  .access .cnt .info {
    font-size: 14px;
  }
}
.access .cnt .gmap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 840px) {
  .access .cnt .gmap {
    margin-bottom: 24px;
  }
}
.access .cnt .gmap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  background: #6A5B4F;
  width: 240px;
  height: 45px;
}
@media screen and (max-width: 840px) {
  .access .cnt .gmap a {
    width: 160px;
    height: 32px;
  }
}
.access .cnt .gmap a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 840px) {
  .access .cnt .gmap a img {
    width: 90px;
  }
}
.access .cnt .adrs {
  font-size: 20px;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 840px) {
  .access .cnt .adrs {
    font-size: 14px;
  }
}
.access .cnt .memo {
  font-size: 16px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 840px) {
  .access .cnt .memo {
    font-size: 12px;
  }
}
.access .map {
  width: 880px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 64px 72px;
}
@media screen and (max-width: 1480px) {
  .access .map {
    width: calc(100% - 400px);
    padding: 64px 24px;
  }
}
@media screen and (max-width: 840px) {
  .access .map {
    width: 100%;
    padding: 16px 24px;
    margin-top: 32px;
  }
}
.access .map .ttl {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .access .map .ttl {
    font-size: 13px;
    margin-bottom: 8px;
  }
}

.recruit_box {
  max-width: 1360px;
  margin: 0 auto 400px;
  border: 1px solid #000;
  padding: 110px 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1520px) {
  .recruit_box {
    margin: 0 80px 400px;
    width: calc(100% - 160px);
    padding: 72px;
  }
}
@media screen and (max-width: 1080px) {
  .recruit_box {
    width: calc(100% - 48px);
    margin: 0 24px 400px;
  }
}
@media screen and (max-width: 840px) {
  .recruit_box {
    margin: 0 24px 160px;
    padding: 40px 16px;
    width: calc(100% - 48px);
  }
}
.recruit_box .ttl {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  margin-bottom: 48px;
}
@media screen and (max-width: 840px) {
  .recruit_box .ttl {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.recruit_box .copy {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 840px) {
  .recruit_box .copy {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.recruit_box .lead {
  font-size: 20px;
  margin-bottom: 80px;
  line-height: 2.4;
}
@media screen and (max-width: 840px) {
  .recruit_box .lead {
    font-size: 13px;
    margin-bottom: 40px;
  }
}

/*/ recruit //////////////////////////////////////////////*/
.page_recruit {
  padding: 0 80px;
}
@media screen and (max-width: 1080px) {
  .page_recruit {
    padding: 0 24px;
  }
}
.page_recruit .recruit_mv {
  margin-bottom: 280px;
}
@media screen and (max-width: 840px) {
  .page_recruit .recruit_mv {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 840px) {
  .page_recruit .recruit_mv .pc {
    display: none;
  }
}
.page_recruit .recruit_mv .sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .page_recruit .recruit_mv .sp {
    display: inline-block;
  }
}
.page_recruit .page_copy {
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .page_recruit .page_copy {
    margin-bottom: 24px;
  }
}
.page_recruit .page_lead {
  margin-bottom: 400px;
  padding: 0 16px;
}
@media screen and (max-width: 840px) {
  .page_recruit .page_lead {
    margin-bottom: 48px;
  }
}
.page_recruit .miryoku {
  max-width: 1600px;
  margin: 0 auto 100px;
  position: relative;
  padding-top: 183px;
}
@media screen and (max-width: 840px) {
  .page_recruit .miryoku {
    padding-top: 0;
    margin-bottom: 24px;
  }
}
.page_recruit .miryoku::before {
  content: "";
  display: block;
  background: url("../img/recruit/recruit_img.jpg") no-repeat;
  background-size: 100%;
  max-width: 712px;
  width: 46%;
  height: 1224px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 840px) {
  .page_recruit .miryoku::before {
    display: none;
  }
}
.page_recruit .miryoku .sp_img {
  display: none;
}
@media screen and (max-width: 840px) {
  .page_recruit .miryoku .sp_img {
    display: block;
    margin: 0 -24px -148px;
  }
}
.page_recruit .miryoku .cnt {
  width: 68%;
  max-width: 1060px;
  margin-left: auto;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .page_recruit .miryoku .cnt {
    width: calc(100% - 40px);
    background: #E1E7DA;
    border-top: 10px solid #FFF;
    padding: 64px 32px 40px 32px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_recruit .miryoku .cnt .miryoku_ttl {
  text-align: center;
  font-size: 0;
  margin-bottom: 100px;
  padding-left: 100px;
}
@media screen and (max-width: 840px) {
  .page_recruit .miryoku .cnt .miryoku_ttl {
    padding-left: 0;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 840px) {
  .page_recruit .miryoku .cnt .miryoku_ttl img {
    width: 130px;
  }
}
.page_recruit .miryoku .cnt .miryoku_list {
  background: #E1E7DA;
  border-top: 10px solid #FFF;
  padding: 100px 120px 100px 170px;
}
@media screen and (max-width: 1540px) {
  .page_recruit .miryoku .cnt .miryoku_list {
    padding: 100px 5vw 100px 7vw;
  }
}
@media screen and (max-width: 840px) {
  .page_recruit .miryoku .cnt .miryoku_list {
    background: none;
    border: none;
    padding: 0;
  }
}
.page_recruit .miryoku .cnt .miryoku_list li {
  margin-bottom: 64px;
  padding-left: 88px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .page_recruit .miryoku .cnt .miryoku_list li {
    padding: 0;
    margin-bottom: 48px;
  }
}
.page_recruit .miryoku .cnt .miryoku_list li:nth-of-type(1)::before {
  background: url("../img/recruit/miryoku1.svg") no-repeat;
}
.page_recruit .miryoku .cnt .miryoku_list li:nth-of-type(2)::before {
  background: url("../img/recruit/miryoku2.svg") no-repeat;
}
.page_recruit .miryoku .cnt .miryoku_list li:nth-of-type(3)::before {
  background: url("../img/recruit/miryoku3.svg") no-repeat;
}
.page_recruit .miryoku .cnt .miryoku_list li:nth-of-type(4)::before {
  background: url("../img/recruit/miryoku4.svg") no-repeat;
}
.page_recruit .miryoku .cnt .miryoku_list li:nth-of-type(5)::before {
  background: url("../img/recruit/miryoku5.svg") no-repeat;
}
.page_recruit .miryoku .cnt .miryoku_list li::before {
  content: "";
  display: block;
  background: url("../img/recruit/miryoku1.svg") no-repeat;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 840px) {
  .page_recruit .miryoku .cnt .miryoku_list li::before {
    position: static;
    margin: 0 auto 8px;
    width: 32px;
    height: 32px;
    background-size: 100% !important;
  }
}
.page_recruit .miryoku .cnt .miryoku_list li .ttl {
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 840px) {
  .page_recruit .miryoku .cnt .miryoku_list li .ttl {
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px;
  }
}
.page_recruit .miryoku .cnt .miryoku_list li .txt {
  font-size: 20px;
}
@media screen and (max-width: 840px) {
  .page_recruit .miryoku .cnt .miryoku_list li .txt {
    font-size: 14px;
  }
}
.page_recruit .entry_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 200px;
}
@media screen and (max-width: 840px) {
  .page_recruit .entry_btn {
    margin-bottom: 64px;
  }
}
.page_recruit .entry_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  width: 480px;
  height: 96px;
  border: 1px solid #000;
  font-size: 24px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 840px) {
  .page_recruit .entry_btn a {
    width: 240px;
    height: 48px;
    font-size: 14px;
  }
}
.page_recruit .entry_btn a:hover {
  background: #000;
  color: #FFF;
}
.page_recruit .recruit_tel {
  margin-bottom: 400px;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 840px) {
  .page_recruit .recruit_tel {
    margin-bottom: 160px;
  }
}
.page_recruit .recruit_tel .txt {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px;
}
@media screen and (max-width: 840px) {
  .page_recruit .recruit_tel .txt {
    font-size: 15px;
    margin-bottom: 14px;
  }
}
.page_recruit .recruit_tel .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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: 40px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 840px) {
  .page_recruit .recruit_tel .tel {
    font-size: 24px;
  }
}
.page_recruit .recruit_tel .tel img {
  margin-right: 8px;
}
@media screen and (max-width: 840px) {
  .page_recruit .recruit_tel .tel img {
    width: 19px;
  }
}/*# sourceMappingURL=style.css.map */