@charset "UTF-8";
/*!
Theme Name: tobitaka
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tobitaka
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tobitaka is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: 'Connoisseurs';
  src: url(./font/Connoisseurs.ttf) format("truetype"), url(./font/Connoisseurs.otf) format("opentype");
}

html {
  color: #0B0B0B;
  background: #fff;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  padding: 0;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-print-color-adjust: exact;
}

body.fixed {
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.wrapper-xl {
  width: 1500px;
  max-width: 90%;
  margin: 0 auto;
}

.wrapper-lg {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.wrapper-md {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
}

.sec-wrapper {
  position: relative;
  margin: 8% auto 0;
  z-index: 1;
}

.pc-display {
  display: block;
}

.sp-display {
  display: none;
}

br.sp {
  display: none;
}

p {
  line-height: 2;
}

.fw-bold {
  font-weight: 700;
}

img,
svg,
video {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}

.flex {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: flex-start;
}

.flex .col-1 {
  width: 8.33%;
}

.flex .col-2 {
  width: 16.66%;
}

.flex .col-3 {
  width: 25%;
}

.flex .col-4 {
  width: 33.33%;
}

.flex .col-5 {
  width: 41.66%;
}

.flex .col-6 {
  width: 50%;
}

.flex .col-7 {
  width: 58.33%;
}

.flex .col-8 {
  width: 66.66%;
}

.flex .col-9 {
  width: 75%;
}

.flex .col-10 {
  width: 83.33%;
}

.flex .col-11 {
  width: 91.66%;
}

.flex .col-12 {
  width: 100%;
}

.flex .w50 {
  width: 48%;
  margin: 0 2% 0 0;
}

.flex .w50:nth-child(n + 3) {
  margin-top: 2%;
}

.flex .w50:nth-child(even) {
  margin-right: 0;
}

.flex .w33 {
  width: 32%;
  margin: 0 2% 0 0;
}

.flex .w33:nth-child(3n) {
  margin: 0;
}

.flex .w33:nth-child(n + 4) {
  margin-top: 6rem;
}

.flex.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.justify-between {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.font-sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.font-roboto {
  font-family: 'Roboto', sans-serif;
}

.font-italic {
  font-style: italic;
}

span,
a {
  display: inline-block;
  vertical-align: bottom;
}

.ttl-lg {
  position: relative;
  margin: 0 4rem 0 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.4;
}

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

.ttl-lg.black .text-jp {
  color: #0B0B0B;
}

.ttl-lg .text-en {
  position: relative;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #CEA957;
}

.ttl-lg .text-en::after {
  content: '';
  position: relative;
  display: inline-block;
  width: 1px;
  height: 6rem;
  margin: .5em 0 0;
  background: #CEA957;
}

.ttl-lg .text-jp {
  display: block;
  text-align: left;
  font-size: 3.2rem;
  font-weight: 600;
  color: #0B0B0B;
  letter-spacing: 0.02em;
}

.ttl-lg .fz-sm {
  font-size: 2rem;
  vertical-align: baseline;
}

.ttl-md {
  margin: 0 0 2rem;
  font-size: 2.6rem;
  letter-spacing: .05em;
  line-height: 1.4;
}

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

.ttl-sm {
  font-size: 2.4rem;
  font-weight: 700;
}

.ttl-sm.red {
  color: #CD444D;
}

.ttl-sm.green {
  color: #71ac63;
}

.ttl-bar {
  position: relative;
  margin: 0 0 2rem;
  padding: 0 0 0 3.2rem;
  font-size: 2.4rem;
  line-height: 1.4;
  z-index: 10;
}

.ttl-bar::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.6rem;
  height: 1px;
  margin: auto 0;
  background: #0B0B0B;
}

.text-lg {
  font-size: 2.4rem;
}

.text-md {
  font-size: 2rem;
}

.text-sm {
  font-size: 1.2rem;
}

.text-main {
  color: #CEA957;
}

.shadow {
  background: #fff;
  -webkit-box-shadow: 6px 6px 12px rgba(11, 11, 11, 0.16);
  box-shadow: 6px 6px 12px rgba(11, 11, 11, 0.16);
}

.back-base {
  background: #fff;
}

.link-text {
  -webkit-transition: color, 0.2s ease;
  transition: color, 0.2s ease;
}

.link-text:hover {
  color: #CEA957;
}

.link-text-border {
  position: relative;
  overflow: hidden;
}

.link-text-border::after {
  content: '';
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fdbe10;
  z-index: 10;
}

.link-text-border:hover::after {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.btn-base {
  position: relative;
  min-width: 16rem;
  padding: .5em 2em;
  border: 1px solid #0B0B0B;
  text-align: center;
  font-size: 1.4rem;
  background: #fff;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}

.btn-base:hover {
  background: #CEA957;
}

.btn-inv {
  position: relative;
  min-width: 16rem;
  padding: .5em 2em;
  border: 1px solid #0B0B0B;
  text-align: center;
  font-size: 1.4rem;
  background: #fff;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}

.btn-inv:hover {
  background: #CEA957;
}

.wrap-btn {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}

.wrap-btn .col-1 {
  width: 8.33%;
}

.wrap-btn .col-2 {
  width: 16.66%;
}

.wrap-btn .col-3 {
  width: 25%;
}

.wrap-btn .col-4 {
  width: 33.33%;
}

.wrap-btn .col-5 {
  width: 41.66%;
}

.wrap-btn .col-6 {
  width: 50%;
}

.wrap-btn .col-7 {
  width: 58.33%;
}

.wrap-btn .col-8 {
  width: 66.66%;
}

.wrap-btn .col-9 {
  width: 75%;
}

.wrap-btn .col-10 {
  width: 83.33%;
}

.wrap-btn .col-11 {
  width: 91.66%;
}

.wrap-btn .col-12 {
  width: 100%;
}

.wrap-btn .w50 {
  width: 48%;
  margin: 0 2% 0 0;
}

.wrap-btn .w50:nth-child(n + 3) {
  margin-top: 2%;
}

.wrap-btn .w50:nth-child(even) {
  margin-right: 0;
}

.wrap-btn .w33 {
  width: 32%;
  margin: 0 2% 0 0;
}

.wrap-btn .w33:nth-child(3n) {
  margin: 0;
}

.wrap-btn .w33:nth-child(n + 4) {
  margin-top: 6rem;
}

.wrap-btn.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

a[href^='tel:'] {
  pointer-events: none;
  color: #0B0B0B;
}

.icon {
  vertical-align: middle;
}

.icon-lg {
  max-width: 10vw;
}

.icon-md {
  max-width: 11vw;
}

a.tel-link {
  pointer-events: none;
}

a.tel-link:hover {
  color: #CEA957;
}

.not-tel {
  pointer-events: none;
}

.bar-top {
  position: relative;
}

.bar-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  border-top: 8px solid #0B0B0B;
  border-bottom: 1px solid #0B0B0B;
  z-index: 2;
}

.bar-bottom {
  position: relative;
}

.bar-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  border-top: 1px solid #0B0B0B;
  border-bottom: 8px solid #0B0B0B;
  z-index: 2;
}

.tag-cat {
  margin: auto 0;
  padding: 0.2em 1em;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  background: #CEA957;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

a.tag-cat {
  display: none;
}

a.tag-cat:hover {
  background-color: #828282;
}

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

.wrapper-side .ttl-lg {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  left: 0;
}

.wrapper-side .box-right {
  width: 80%;
}

.tbl-base {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
}

.tbl-base tr {
  border-top: 1px solid #0B0B0B;
}

.tbl-base tr:last-child {
  border-bottom: 1px solid #0B0B0B;
}

.tbl-base tr th,
.tbl-base tr td {
  padding: 1em 0;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1.8;
}

.tbl-base tr th.va-top,
.tbl-base tr td.va-top {
  vertical-align: baseline;
}

.tbl-base tr th .icon,
.tbl-base tr td .icon {
  margin: 0 0 0 1em;
}

.tbl-base tr th li + li,
.tbl-base tr td li + li {
  margin: 0.26em 0 0;
}

.tbl-base tr th {
  width: 12em;
  padding: 1em;
  vertical-align: middle;
}

.tbl-base.bar-top {
  margin-top: 16px;
}

.tbl-base.bar-top::before {
  top: -16px;
}

.tbl-base.bar-bottom::after {
  bottom: -16px;
}

.tbl-other {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
  margin: 4rem auto 0;
}

.tbl-other tr {
  border-top: 1px solid #0B0B0B;
}

.tbl-other tr:last-child {
  border-bottom: 1px solid #0B0B0B;
}

.tbl-other tr th,
.tbl-other tr td {
  padding: 1em 0;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1.8;
}

.tbl-other tr th.va-top,
.tbl-other tr td.va-top {
  vertical-align: baseline;
}

.tbl-other tr th .icon,
.tbl-other tr td .icon {
  margin: 0 0 0 1em;
}

.tbl-other tr th li + li,
.tbl-other tr td li + li {
  margin: 0.26em 0 0;
}

.tbl-other tr th {
  width: 12em;
  padding: 1em;
  vertical-align: middle;
}

.tbl-other.bar-top {
  margin-top: 16px;
}

.tbl-other.bar-top::before {
  top: -16px;
}

.tbl-other.bar-bottom::after {
  bottom: -16px;
}

.tbl-other thead tr {
  border: none;
}

.tbl-other thead tr th {
  padding: .2em 0;
  font-size: 2.4rem;
}

.tbl-other tr th {
  width: auto;
}

.tbl-other tr td {
  text-align: right;
  padding: 1em;
}

.list-check li {
  position: relative;
  padding: 0 0 0 3rem;
  line-height: 1.2;
  text-align: left;
}

.list-check li + li {
  margin-top: 0.5em;
}

.list-check li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: center/cover no-repeat url(./images/common/Icon_check_circle.png);
}

.list-num {
  counter-reset: liNum;
}

.list-num li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 770px;
  height: 8rem;
  padding: 0 0 0 14rem;
  background: #D6D6D6;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.list-num li + li {
  margin-top: 2rem;
}

.list-num li::before {
  font-family: 'Roboto', sans-serif;
  content: '';
  counter-increment: liNum;
  content: "0" counter(liNum);
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  background: #fdbe10;
}

.gmap iframe {
  max-width: 100%;
  width: 100%;
}

.fw-b {
  font-weight: 600;
}

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

.text-day {
  font-size: 1.4rem;
  color: #CEA957;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 2rem;
  font-weight: 700;
  color: #0B0B0B;
}

.swiper-notification {
  display: none;
}

/*===========================================================================
js animation
===========================================================================*/
.js-clip {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 0.4s ease;
  transition: -webkit-clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
}

.js-clip.is-active {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/*===========================================================================
input common
===========================================================================*/
input[type='text'],
input[type='email'],
input[type='tel'] {
  width: 100%;
  padding: .5em 1em;
  font-size: 16px;
  line-height: 1.4rem;
  background: rgba(11, 11, 11, 0.04);
}

textarea {
  width: 100%;
  height: 20em;
  padding: 1em;
  font-size: 16px;
  background: rgba(11, 11, 11, 0.04);
}

.wrap-form .wpcf7-list-item {
  margin: 0 0 0 1em;
}

.wrap-form .wpcf7-list-item.first {
  margin: 0;
}

.wrap-form .wpcf7-list-item-label::before, .wrap-form .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.wrap-form label {
  position: relative;
  width: 100%;
  background: transparent;
  cursor: pointer;
}

.wrap-form label + label {
  margin-left: 1em;
}

.wrap-form label:checked {
  background: #CEA957;
}

.wrap-form input[type='radio'],
.wrap-form input[type='checkbox'] {
  display: none;
  cursor: pointer;
}

.wrap-form input[type='checkbox'] label {
  position: relative;
  padding: 0.5em 1em;
}

.wrap-form .wrap-radio.wpcf7-form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap-form .wrap-radio .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrap-form .wrap-radio .wpcf7-list-item-label {
  display: inline-block;
  width: 14rem;
  padding: 0.2em 1em;
  text-align: center;
  color: #0B0B0B;
  background: #fff;
  border: 1px solid #0B0B0B;
  border-radius: 2rem;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.wrap-form .wrap-radio input[type='radio']:checked + .wpcf7-list-item-label {
  background-color: #0B0B0B;
  color: #fff;
}

.wrap-form .wrap-check .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrap-form .wrap-check .wpcf7-list-item-label::before {
  width: 18px;
  height: 18px;
  border: 2px solid #CEA957;
  background: #fff;
  z-index: 10;
}

.wrap-form .wrap-check .wpcf7-list-item-label::after {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 8px;
  width: 0.5em;
  height: 1em;
  border-right: 3px solid #CEA957;
  border-bottom: 3px solid #CEA957;
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 20;
}

.wrap-form .wrap-check input[type='checkbox']:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  z-index: 20;
}

.wrap-form .wpcf7-form-control-wrap {
  width: 100%;
}

.wrap-form .wpcf7-form-control-wrap.your-zip {
  width: 10em;
}

.wrap-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  color: #CD444D;
}

.wrap-form .wpcf7-response-output {
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  padding: 1em 1em;
  color: #CD444D;
  font-weight: 700;
  background: #fff;
  border: 1px solid #CD444D !important;
}

.wrap-form .acceptance {
  text-align: center;
}

.wrap-form .acceptance .link {
  margin: 0 0.5em;
  text-decoration: underline;
}

.wrap-form .btn-wrap {
  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;
}

.wrap-form .btn-wrap input[type='submit'] {
  margin: 4% auto;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #CEA957;
  padding: .5em 1em;
  border-radius: 4rem;
  color: #fff;
  background: #CEA957;
  padding: .5em 1em;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #fff;
  padding: .5em 1em;
  text-align: center;
  background: #CD444D;
  border-color: #CD444D;
  border-radius: 4rem;
}

.open-modal {
  cursor: pointer;
}

.box-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  z-index: 2000;
}

.box-modal::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
}

.box-modal .contents-modal {
  position: relative;
  top: 50%;
  right: 0;
  left: 0;
  width: 90%;
  max-width: 960px;
  margin: auto;
  padding: 1vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box-modal .close-modal {
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  width: 4rem;
  height: 4rem;
  background: #CEA957;
  border-radius: 6rem;
  z-index: 10;
  cursor: pointer;
}

.box-modal .close-modal::before, .box-modal .close-modal::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 3px;
  margin: auto;
  background: #fff;
  z-index: 11;
}

.box-modal .close-modal::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.box-modal .close-modal::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.box-modal .box-youtube {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 56.25%;
}

.box-modal .video-youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*===========================================================================
home loading & scroll-trigger
===========================================================================*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  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: 100%;
  height: 100%;
  background: #0b0b0b;
  z-index: 9990;
}

#loading #lading-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20vw;
  height: 20vw;
  padding: 2%;
  background: center/cover no-repeat url(./images/common/moon.png);
  border-radius: 20vw;
  z-index: 10;
}

#loading #img-loading {
  position: relative;
  max-width: 80%;
  height: auto;
  z-index: 1;
  opacity: 0;
}

#loading #img-loading path {
  fill: #0B0B0B;
}

#loading .cloud-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 40vw;
  margin: auto;
}

#loading .cloud-loading path {
  fill: #fff;
}

#loading .cloud-loading.left {
  right: auto;
  left: 24%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

#loading .cloud-loading.right {
  right: 24%;
  left: auto;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  z-index: 11;
}

#progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 9991;
}

#progress svg {
  position: absolute;
  top: 0;
  left: 0;
}

/*===========================================================================
body content
===========================================================================*/
main#primary {
  margin-left: 14%;
}

/*===========================================================================
masthead
===========================================================================*/
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 14%;
  height: 100%;
  padding: 2%;
  color: #fff;
  background-color: #0B0B0B;
  background-image: url(./images/common/back_header.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  z-index: 5000;
}

#masthead .inner {
  position: relative;
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

/*===========================================================================
main nav
===========================================================================*/
#site-navigation {
  width: 100%;
  margin: auto auto 0;
}

#site-navigation #primary-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

#site-navigation #primary-menu .menu-item {
  width: 100%;
  margin: .5rem auto;
}

#site-navigation #primary-menu .menu-item.current_page_item a::before, #site-navigation #primary-menu .menu-item.current_page_item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
}

#site-navigation #primary-menu .menu-item.current_page_item a::before {
  top: 0;
  left: 0;
}

#site-navigation #primary-menu .menu-item.current_page_item a::after {
  bottom: 0;
  right: 0;
}

#site-navigation #primary-menu a {
  position: relative;
  width: 100%;
  padding: .5rem 0;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

#site-navigation #primary-menu a:hover {
  color: #CEA957;
}

#menu-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 4%;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 4rem;
  height: 2rem;
  margin: auto 0 auto auto;
  overflow: hidden;
}

#menu-toggle .bar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #CEA957;
}

#menu-toggle .bar:first-child {
  top: 0;
  bottom: auto;
  margin: 0 auto;
}

#menu-toggle .bar:last-child {
  bottom: 0;
  top: auto;
  margin: 0 auto;
}

#menu-toggle.active .bar {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

#menu-toggle.active .bar.center {
  opacity: 0;
}

#menu-toggle.active .bar:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-toggle.active .bar:last-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*===========================================================================
main footer
===========================================================================*/
#main-footer {
  margin-left: 14%;
  margin-top: 16rem;
  padding: 8rem 0 0;
  text-align: center;
  background: #F8F4ED;
}

#main-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(./images/common/back_pattern01.png);
  background-position: top left;
  background-repeat: repeat;
  opacity: .08;
}

#main-footer .inner-footer {
  position: relative;
  font-size: 1.4rem;
  line-height: 2;
  z-index: 2;
}

#main-footer .logo-img {
  max-width: 172px;
  margin-bottom: 2rem;
}

#main-footer .banner {
  margin: 4rem auto;
}

#main-footer #copy-right {
  position: relative;
  margin: 2% 0 0;
  padding: .8em 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background: #CEA957;
  z-index: 2;
}

#pagetop {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -3rem;
  right: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  text-align: center;
  background: #CD444D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 2000;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}

#pagetop::before, #pagetop::after {
  content: '';
  position: absolute;
  right: 25%;
  bottom: 25%;
  width: 2rem;
  height: 2rem;
  margin: auto;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}

#pagetop::before {
  border-left: 1px solid #fff;
}

#pagetop::after {
  border-top: 1px solid #fff;
}

#pagetop:hover {
  background: #CEA957;
}

#pagetop:hover::before, #pagetop:hover::after {
  border-color: #0B0B0B;
}

/*===========================================================================
home
===========================================================================*/
body.home #home-mv {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

body.home #home-mv::before, body.home #home-mv::after {
  content: "";
  position: absolute;
  width: 40%;
  min-width: 280px;
  height: 141px;
  background: center/contain no-repeat url(./images/common/cloud01.svg);
  z-index: 10;
}

body.home #home-mv::before {
  top: 1rem;
  left: -4%;
  background-position: left top;
}

body.home #home-mv::after {
  bottom: -1px;
  right: -4%;
  background-position: right bottom;
}

body.home #home-mv .swiper-slide.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home #home-mv .ttl-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.2rem;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .1em;
  line-height: 2em;
  text-shadow: 0 0 1rem rgba(11, 11, 11, 0.8);
  z-index: 100;
}

body.home #home-mv .box-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 7rem;
  background: #CEA957;
  z-index: 20;
}

body.home #home-mv .ttl-slider-en {
  font-family: Connoisseurs, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  left: 2vw;
  font-size: 12vw;
  color: #fff;
  z-index: 100;
}

body.home #home-mv .ttl-slider-jp {
  position: absolute;
  bottom: 0;
  left: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 10rem;
  padding: .2em 1em;
  font-size: 3.2rem;
  letter-spacing: .1em;
  color: #CEA957;
  background: #0B0B0B;
  z-index: 99;
}

body.home #home-mv .swiper-pagination {
  position: static;
  letter-spacing: .5em;
  font-size: 2rem;
}

body.home #home-mv .swiper-button-prev,
body.home #home-mv .swiper-button-next {
  position: static;
  width: 7rem;
  height: 7rem;
  margin: auto;
}

body.home #home-mv .swiper-pagination-bullet-active {
  background: #CEA957;
}

body.home #home-mv .progress-bar {
  width: 60%;
  height: 1px;
  margin: auto 0;
  z-index: 2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  background-color: #CEA957;
  -webkit-transition: -webkit-transform 3s linear;
  transition: -webkit-transform 3s linear;
  transition: transform 3s linear;
  transition: transform 3s linear, -webkit-transform 3s linear;
}

body.home #home-news {
  position: relative;
  margin-top: 12rem;
  background: #F8F4ED;
  z-index: 2;
}

body.home #home-news::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: top left/contain repeat url(./images/common/back_pattern02.png);
  opacity: .16;
  z-index: 1;
}

body.home #home-news::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 38%;
  width: 649px;
  height: 712px;
  margin: auto 0;
  background: center/contain no-repeat url(./images/home/news_home.png);
  z-index: 11;
}

body.home #home-news .bar-top {
  min-height: 36rem;
  padding: 8rem 0;
}

body.home #home-news .wrapper-lg {
  position: relative;
  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;
  z-index: 20;
}

body.home #home-news .post-list-wrap {
  position: relative;
  width: 86%;
  z-index: 100;
  overflow: hidden;
}

body.home #home-news .post-list-wrap li {
  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;
  padding: .5em;
}

body.home #home-news .post-list-wrap .link-text {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.home #home-news .post-list-wrap .tag-cat {
  margin: 0 2em;
}

body.home #home-news .post-list-wrap .text-day {
  position: relative;
  margin: auto 0;
  padding-right: 8rem;
  color: #0B0B0B;
}

body.home #home-news .post-list-wrap .text-day::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 4rem;
  height: 1px;
  margin: auto;
  background: #0B0B0B;
}

body.home #home-news .post-list-wrap .btn-base {
  margin: 4rem auto 0;
}

body.home #home-works {
  position: relative;
  margin-top: 4%;
  padding-bottom: 8%;
}

body.home #home-works::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32%;
  height: 100%;
  background: right bottom/contain no-repeat url(./images/common/back_gold01.png);
  z-index: -1;
}

body.home #home-works .wrapper-lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.home #home-works .box-img {
  width: 55%;
  max-width: 786px;
}

body.home #home-works .box-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 45%;
}

body.home #home-works .box-terms {
  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;
}

body.home #home-works .box-terms p {
  margin-bottom: 2rem;
}

body.home #home-works .box-terms .btn-base {
  width: 48%;
  margin: 1rem 0 0;
}

body.home #home-business {
  margin-top: 0;
}

body.home #home-business .wrapper-business {
  position: relative;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  z-index: 1;
}

body.home #home-business .wrapper-business .box-business {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 50%;
  padding: 4%;
  background: #F8F4ED;
  z-index: 10;
}

body.home #home-business .wrapper-business .box-business::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .16;
  background: top left/contain repeat url(./images/common/back_pattern02.png);
  z-index: 1;
}

body.home #home-business .wrapper-business .box-txt {
  position: relative;
  z-index: 100;
}

body.home #home-business .wrapper-business .box-txt .fw-b {
  margin: .5rem 0;
}

body.home #home-business .link-business {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 400px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

body.home #home-business .link-business::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 11, 11, 0.2);
  z-index: 1;
}

body.home #home-business .link-business:hover::after {
  opacity: 0;
}

body.home #home-business .link-business:hover .box-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

body.home #home-business .link-business .box-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

body.home #home-business .link-business .box-img .img-business {
  width: auto;
  min-width: 100%;
  height: 100%;
}

body.home #home-business .link-business .ttl-md {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1.8;
  z-index: 10;
}

body.home #home-recruit .bnr-recruit {
  position: relative;
  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;
  z-index: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

body.home #home-recruit .bnr-recruit:hover {
  opacity: .9;
}

body.home #home-recruit .bnr-recruit::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 90%;
  height: 60%;
  margin: auto 0;
  background: right bottom/cover no-repeat url(./images/common/back_smoke01.jpg);
  z-index: -1;
}

body.home #home-recruit .bnr-recruit .ttl-md {
  position: relative;
  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;
  color: #CD444D;
}

body.home #home-recruit .bnr-recruit .ttl-md::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-left: 1em;
  background: #CD444D;
}

body.home #home-access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-right: 0;
}

body.home #home-access .gmap {
  width: 100%;
  margin: 0 0 0 auto;
}

/*===========================================================================
sub page common
===========================================================================*/
.breadcrumbs {
  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;
  height: 7rem;
  padding: 0 6rem;
  font-size: 1.4rem;
  letter-spacing: .1em;
}

.breadcrumbs > span {
  display: inline-block;
  margin: 0 1em;
}

.breadcrumbs > span:first-child {
  margin-left: 0;
}

#tel-common {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 7rem;
  padding: 0 2em;
  color: #fff;
  font-size: 1.6rem;
  background: #CD444D;
  vertical-align: baseline;
}

#tel-common .txt-tel {
  font-size: 2.4rem;
  margin-left: 0.5em;
  letter-spacing: .1em;
}

#wrap-page-ttl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 20vw;
  margin: 0 auto;
  padding: 2rem 0;
  text-align: center;
  overflow: hidden;
  background: #F8F4ED;
  z-index: 1;
}

#wrap-page-ttl::before, #wrap-page-ttl::after {
  content: "";
  position: absolute;
  width: 377px;
  height: 100%;
  background: bottom right/contain no-repeat url(./images/common/back_gold01.png);
}

#wrap-page-ttl::before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#wrap-page-ttl::after {
  right: 0;
  bottom: 0;
}

#wrap-page-ttl #page-ttl {
  position: relative;
  width: 100%;
  z-index: 10;
}

#wrap-page-ttl .ttl-en {
  font-family: Connoisseurs, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-transform: capitalize;
  position: relative;
  width: 100%;
  margin: -1rem auto 0;
  color: #0B0B0B;
  text-transform: uppercase;
  font-size: 14rem;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 0.01em;
}

#wrap-page-ttl .ttl-jp {
  position: relative;
  margin: 1rem auto 0;
  font-size: 2rem;
  color: #0B0B0B;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

#wrap-page-ttl .ttl-jp::before, #wrap-page-ttl .ttl-jp::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 2em;
  height: 1px;
  background: #0B0B0B;
}

#wrap-page-ttl .ttl-jp::before {
  left: calc(100% + 1em);
}

#wrap-page-ttl .ttl-jp::after {
  right: calc(100% + 1em);
}

#wrap-page-ttl .ttl-sm {
  margin: 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  vertical-align: baseline;
  line-height: 1.2;
}

.wrapper-box-link {
  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;
}

.wrapper-box-link .box-link {
  width: 48%;
  text-align: center;
}

.wrapper-box-link .box-link:nth-child(n + 3) {
  margin-top: 4%;
}

.wrapper-box-link .box-link .box-txt {
  padding: 2.4rem 4rem 3.2rem;
}

.wrapper-box-link .box-link .ttl {
  font-weight: 700;
  font-size: 2.4rem;
}

.wrapper-box-link .box-link .ttl .fz-sm {
  display: block;
  font-size: 1.4rem;
}

.wrapper-box-link .box-link p {
  margin: 1rem auto;
}

.wrapper-box-link .box-link .btn-base {
  margin: 2.4rem auto 0;
}

.wrapper-ttl-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}

.wrapper-ttl-left .ttl-lg,
.wrapper-ttl-left .ttl-md,
.wrapper-ttl-left .ttl-lg-line {
  width: 35%;
}

.wrapper-ttl-left .box-right {
  width: 88.4%;
}

.wrapper-ttl-left .ttl.fz-md {
  margin: 0 0 2rem;
  font-size: 3.2rem;
  line-height: 1.4;
}

/*===========================================================================
company
===========================================================================*/
body.company .img-company {
  margin: 0 auto 4rem;
}

body.company .txt-president {
  margin: 2em 0 0;
  text-align: right;
}

body.company .txt-president .name {
  font-size: 2.4rem;
  margin-left: 1em;
}

body.company #access .box-map {
  margin-top: 4rem;
}

body.company #access .box-map:first-child {
  margin-top: 0;
}

/*===========================================================================
business
===========================================================================*/
body.business .section-business {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body.business .section-business:nth-child(odd) .box-txt {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

body.business .section-business .box-txt {
  width: 42%;
}

body.business .section-business .box-txt .connoisseurs {
  font-family: Connoisseurs, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-transform: capitalize;
  font-size: 16rem;
  color: #CEA957;
  line-height: .2;
  margin-bottom: 0.5em;
}

body.business .section-business .box-txt .ttl-business {
  font-size: 3.2rem;
}

body.business .section-business .box-txt p {
  margin-top: 2rem;
}

body.business .section-business .slider-business {
  width: 54%;
  margin: auto 0;
}

body.business .swiper-pagination {
  position: static;
  text-align: left;
}

body.business .swiper-pagination-bullet {
  width: 4rem;
  height: 4px;
  margin-left: 1rem;
  background: #0B0B0B;
  border-radius: 0;
  opacity: 1;
}

body.business .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

body.business .swiper-pagination-bullet-active {
  background: #CEA957;
}

/*===========================================================================
RECRUIT
===========================================================================*/
body.recruit .youtube {
  position: relative;
  width: 80%;
  padding-top: calc(.8 * 56.25%);
}

body.recruit .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

body.recruit .box-recruit {
  position: relative;
  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;
  height: 328px;
  z-index: 1;
}

body.recruit .box-recruit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  background: bottom left/cover no-repeat url(./images/common/back_smoke02.jpg);
  z-index: -1;
}

body.recruit .box-recruit:nth-child(even) .inner-recruit .ttl-img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

body.recruit .box-recruit:nth-child(even) .inner-recruit .box-txt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

body.recruit .box-recruit:nth-child(even)::after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

body.recruit .box-recruit .inner-recruit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.recruit .box-recruit .inner-recruit .ttl-img {
  width: 50%;
}

body.recruit .box-recruit .inner-recruit .box-txt {
  width: 40%;
  padding: 3rem 4rem;
  background: rgba(255, 255, 255, 0.6);
}

body.recruit #entry .box-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.recruit #entry .box-deco01 {
  width: 49%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

body.recruit #entry .box-deco01 .ttl-md {
  margin: 0 auto 2rem;
  line-height: 1.2;
}

body.recruit #entry .box-deco01 .tel-link {
  margin: 0 auto 1rem;
  color: #CD444D;
  font-size: 2rem;
  letter-spacing: .2rem;
  line-height: 1;
}

body.recruit #entry .box-deco01 .tel-link .txt-tel {
  font-size: 3rem;
}

body.recruit #entry .box-deco01 .btn-base {
  margin: 2rem auto 0;
}

.box-deco01 {
  position: relative;
  padding: 4rem 2rem;
  background: right bottom/cover no-repeat url(./images/common/back_smoke01.jpg);
  border: 1px solid #CEA957;
  z-index: 10;
}

.box-deco01::before, .box-deco01::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background: center/contain no-repeat url(./images/common/icon-deco01.svg);
}

.box-deco01::before {
  top: 4px;
  left: 4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.box-deco01::after {
  right: 4px;
  top: 4px;
}

.box-deco01 .inner-deco01::before, .box-deco01 .inner-deco01::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background: center/contain no-repeat url(./images/common/icon-deco01.svg);
}

.box-deco01 .inner-deco01::before {
  bottom: 4px;
  left: 4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.box-deco01 .inner-deco01::after {
  bottom: 4px;
  right: 4px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*===========================================================================
PRIVACY-POLICY
===========================================================================*/
body.privacy-policy #policy {
  margin: 8% 0;
}

body.privacy-policy #policy .box-policy,
body.privacy-policy #policy .box-disclaimer {
  margin: 4rem 0 0;
}

body.privacy-policy #policy .box-policy + .box-policy,
body.privacy-policy #policy .box-disclaimer + .box-policy {
  margin: 4% 0 0;
}

body.privacy-policy #policy .box-policy .ttl-sm,
body.privacy-policy #policy .box-disclaimer .ttl-sm {
  position: relative;
  margin: 0 0 1%;
  padding: 0 0 0 1em;
  font-weight: 600;
}

body.privacy-policy #policy .box-policy > p,
body.privacy-policy #policy .box-disclaimer > p {
  padding: 0 0 0 1em;
}

body.privacy-policy #policy .box-policy .privacy-list,
body.privacy-policy #policy .box-disclaimer .privacy-list {
  counter-reset: li;
  margin: 1% 0 0;
  padding: 0 0 0 1em;
  list-style: none;
}

body.privacy-policy #policy .box-policy .privacy-list li,
body.privacy-policy #policy .box-disclaimer .privacy-list li {
  position: relative;
  margin: 0.5em 0 0 0;
}

body.privacy-policy #policy .box-policy .privacy-list li::before,
body.privacy-policy #policy .box-disclaimer .privacy-list li::before {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  margin: auto 0.5em auto 0;
  font-weight: 700;
  font-style: italic;
  color: #d6d6d6;
  counter-increment: li;
  content: counter(li) ".";
}

body.privacy-policy #policy .box-policy .link-text,
body.privacy-policy #policy .box-disclaimer .link-text {
  text-decoration: underline;
  margin: 0 0.2em;
  color: #fdbe10;
}

body.privacy-policy #policy .box-policy .link-text:hover,
body.privacy-policy #policy .box-disclaimer .link-text:hover {
  color: #CEA957;
}

body.privacy-policy #policy .box-policy .box-bg,
body.privacy-policy #policy .box-disclaimer .box-bg {
  margin: 2% 0 0;
  padding: 2% 4%;
  background: #D6D6D6;
}

/*===========================================================================
WORKS
===========================================================================*/
body.works .img-japan {
  position: absolute;
  top: 16rem;
  right: 4rem;
  width: 40%;
  z-index: 10;
}

body.works #about {
  position: relative;
  z-index: 100;
  padding: 0 0 16%;
}

body.works .wrapper-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 86%;
  width: 700px;
  margin: 2rem 0 0;
}

body.works .wrapper-link .btn-base {
  width: 23.5%;
  min-width: auto;
  margin-top: 2%;
  margin-right: 2%;
}

body.works .wrapper-link .btn-base:nth-child(4n) {
  margin-right: 0;
}

body.works .post-list-wrap {
  position: relative;
  z-index: 100;
}

.box-work-cat {
  margin: 2rem 0 0;
  padding: 6rem 0 0;
}

.box-work-cat .box-works .box-img {
  margin: 0;
}

.box-work-cat .box-works .ttl-post {
  margin: .5em 0 0;
}

.tag-list .link-tag {
  margin: 1rem 1rem 0 0;
  padding: 0.2rem .5em;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #CEA957;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}

.tag-list .link-tag:first-child {
  margin-left: 0;
}

.tag-list .link-tag:hover {
  background: #0B0B0B;
}

/*===========================================================================
CONTACT
===========================================================================*/
body.contact .req {
  position: relative;
  margin: auto 0.5em;
  color: #fff;
}

body.contact .req::after {
  content: "必須";
  display: inline-block;
  padding: .2em 1em;
  font-size: 1.2rem;
  background: #CD444D;
  font-weight: 400;
}

body.contact .ttl-sm {
  margin: 0 auto 2rem;
}

body.contact .txt-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body.contact .txt-tel .icon {
  margin: auto 2rem auto 0;
}

body.contact .txt-tel .tel-link {
  font-size: 2rem;
  color: #CEA957;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #CD444D;
}

body.contact .txt-tel .tel-link .tel-num {
  font-size: 3rem;
  font-weight: 700;
}

body.contact .text-time {
  margin: 3rem 0 0;
}

body.contact .text-time .text-num {
  margin: 0 0 0 1em;
  font-size: 3rem;
}

body.contact #sec-form {
  position: relative;
}

body.contact #sec-form .wrapper-md {
  position: relative;
}

body.contact #sec-form .tbl-contact {
  width: 100%;
  background: transparent;
}

body.contact #sec-form .tbl-contact th,
body.contact #sec-form .tbl-contact td {
  vertical-align: middle;
}

body.contact #sec-form .tbl-contact th {
  width: 32%;
  padding: 1em;
  font-size: 1.4rem;
  font-weight: 700;
}

body.contact #sec-form .tbl-contact tr:last-child th {
  vertical-align: text-top;
}

body.contact #sec-form .dl-contact dt {
  font-weight: 700;
}

body.contact #sec-form .dl-contact dd {
  margin: 0.5em 0 2%;
}

/*===========================================================================
404 
===========================================================================*/
body.error404 #sec404 {
  margin: 8% auto;
}

body.error404 #sec404 p {
  margin: 4rem 0;
}

body.error404 .ttl-lg {
  margin: 4% auto;
}

/*===========================================================================
post archive page  #post_works #post_news is archive
===========================================================================*/
.noimage {
  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: 100%;
  height: 100%;
  font-size: 1.4rem;
  min-height: 160px;
  background: #CEA957;
}

.noimage::after {
  content: 'no image';
  font-size: 3rem;
  font-family: Connoisseurs, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-transform: capitalize;
}

.post-list-wrap .news-list,
.post-list-wrap .blog-list {
  width: 100%;
}

.post-list-wrap .news-list li,
.post-list-wrap .blog-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1em 0;
}

.post-list-wrap .text-day {
  margin: 0 1em 0 0;
}

.post-list-wrap .ttl-post {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.post-list-wrap .link-text {
  margin: 0;
}

.post-list-wrap .link-text:hover {
  color: #CEA957;
}

.post-list-wrap .content-text {
  margin: 1rem 0 0;
  font-weight: 400;
  font-size: 1.5rem;
}

.post-list-wrap .news-list li {
  padding: 3.2rem 0;
}

.post-list-wrap .news-list .thumbnail-wrap {
  width: 22%;
  min-width: 160px;
  margin: 0 4% 0 0;
}

.post-list-wrap .news-list .wp-post-image {
  width: 100%;
  height: 100%;
}

.post-list-wrap .news-list .tag-cat {
  margin: 0;
}

.post-list-wrap .news-list .text-day {
  color: #CEA957;
}

.post-list-wrap .news-list .post-texts {
  width: 70%;
  margin: auto 0;
  padding: 0 2rem 0 0;
}

.post-list-wrap .text-notcategory {
  margin: 4% 0 0;
}

.works-list-wrap .box-works {
  position: relative;
}

.works-list-wrap .tag-cat {
  margin: 0;
}

.works-list-wrap .box-img {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 62.5% 0 0 0;
  overflow: hidden;
}

.works-list-wrap .box-img .wp-post-image,
.works-list-wrap .box-img .noimage {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.works-list-wrap .tag-cat {
  margin: 0 1em 0 0;
}

.works-list-wrap .text-day {
  vertical-align: baseline;
}

.works-list-wrap .ttl-sm {
  margin: 1rem 0 0;
  font-size: 1.5rem;
}

.works-list-wrap .ttl-post {
  margin: 1rem 0 0;
}

#pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8% auto 0;
}

#pager .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  margin: 0 8px;
  color: #CEA957;
  border: 1px solid #CEA957;
  font-weight: 400;
}

#pager .page-numbers.current, #pager .page-numbers:hover {
  background: #CEA957;
  border: none;
  color: #fff;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 8% auto;
}

.nav-links .nav-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0;
  font-size: 1.4rem;
  color: #0B0B0B;
  border: 1px solid #0B0B0B;
}

.nav-links .nav-subtitle.current, .nav-links .nav-subtitle:hover {
  background: #CEA957;
  color: #0B0B0B;
}

.nav-links .nav-next {
  margin: 0 0 0 auto;
}

.nav-links .nav-prev {
  margin: 0 auto 0 0;
}

/*===========================================================================
single common
===========================================================================*/
body.single .entry-meta .entry-title {
  margin: 2rem 0;
  padding: 0 0 2rem;
  color: #0B0B0B;
  font-size: 2.4rem;
}

body.single .entry-content {
  margin: 2rem auto 0;
}

body.single .entry-content img {
  margin: 2% auto;
}

body.single #works-single-slider {
  position: relative;
  height: 540px;
  padding-bottom: 4rem;
  overflow: hidden;
}

body.single #works-single-slider .swiper-slide {
  height: auto;
  text-align: center;
  background: #282828;
}

body.single #works-single-slider .swiper-slide .box-img {
  height: 100%;
}

body.single #works-single-slider .swiper-slide .img-slider {
  width: 100%;
  height: 100%;
}

body.single #works-single-slider .swiper-button-next {
  right: 0;
}

body.single #works-single-slider .swiper-button-prev {
  left: 0;
}

body.single #works-single-slider .swiper-button-next,
body.single #works-single-slider .swiper-button-prev {
  width: 2rem;
  height: 2rem;
}

body.single #works-single-slider .swiper-button-next::after,
body.single #works-single-slider .swiper-button-prev::after {
  font-size: 2rem;
  color: #CEA957;
  padding: 2rem;
  background: #fff;
}

body.single #works-single-slider .swiper-pagination {
  position: static;
}

body.single #works-single-slider .swiper-pagination-bullet {
  width: 4rem;
  height: 4px;
  margin-left: 1rem;
  background: #0B0B0B;
  border-radius: 0;
  opacity: 1;
}

body.single #works-single-slider .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

body.single #works-single-slider .swiper-pagination-bullet-active {
  background: #CEA957;
}

body.single #single-thum-slider {
  margin: 20px 0 4rem;
  height: 100px;
}

body.single #single-thum-slider .swiper-slide {
  height: auto;
  cursor: pointer;
  background: #0B0B0B;
  text-align: center;
}

body.single #single-thum-slider .swiper-slide .box-img {
  height: 100%;
}

body.single #single-thum-slider .swiper-slide .img-slider {
  width: 100%;
  height: 100%;
}

/*===========================================================================
sp
===========================================================================*/

@media screen and (max-width: 1537px) {
  html {
    margin: 0;
  }
  #pagetop {
    bottom: 20rem;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 60%;
  }
}

@media screen and (max-width: 767px) {
  html {
    margin: 0;
  }
  body {
    padding: 0;
  }
  .sec-wrapper {
    margin: 6rem auto 0;
  }
  .pc-display {
    display: none;
  }
  .sp-display {
    display: inline-block;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  p {
    line-height: 1.8;
  }
  .flex .w50 {
    width: 48%;
  }
  .flex .w50:nth-child(3n) {
    margin: 2rem 2% 0 0;
  }
  .flex .w50:nth-child(even) {
    margin-right: 0;
  }
  .flex .w50:nth-child(n + 3) {
    margin-top: 2rem;
  }
  .flex .w33 {
    width: 48%;
  }
  .flex .w33:nth-child(3n) {
    margin: 2rem 2% 0 0;
  }
  .flex .w33:nth-child(even) {
    margin-right: 0;
  }
  .flex .w33:nth-child(n + 3) {
    margin-top: 2rem;
  }
  .ttl-lg {
    margin-right: 2rem;
  }
  .ttl-lg .text-jp {
    font-size: 2.6rem;
  }
  .ttl-md {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  .ttl-sm {
    font-size: 1.8rem;
  }
  .ttl-bar {
    font-size: 2rem;
  }
  .text-lg {
    font-weight: 700;
    font-size: 2rem;
  }
  .btn-base {
    min-width: auto;
    width: auto;
    padding: 1em 1.5em;
  }
  .btn-inv {
    min-width: auto;
    width: auto;
    padding: 1em 1.5em;
  }
  .wrap-btn .w50 {
    width: 48%;
  }
  .wrap-btn .w50:nth-child(3n) {
    margin: 2rem 2% 0 0;
  }
  .wrap-btn .w50:nth-child(even) {
    margin-right: 0;
  }
  .wrap-btn .w50:nth-child(n + 3) {
    margin-top: 2rem;
  }
  .wrap-btn .w33 {
    width: 48%;
  }
  .wrap-btn .w33:nth-child(3n) {
    margin: 2rem 2% 0 0;
  }
  .wrap-btn .w33:nth-child(even) {
    margin-right: 0;
  }
  .wrap-btn .w33:nth-child(n + 3) {
    margin-top: 2rem;
  }
  a[href^='tel:'] {
    pointer-events: auto;
    color: #CEA957;
  }
  .wrapper-side .ttl-lg {
    top: 10rem;
  }
  .tbl-other tr th {
    width: auto;
  }
  .gmap iframe {
    height: 80vw;
  }
  input[type='text'],
  input[type='email'],
  input[type='tel'] {
    padding: 0.5em;
  }
  textarea {
    padding: 0.5em;
    height: 16em;
  }
  .wrap-form .wrap-radio .wpcf7-list-item-label {
    width: auto;
    margin: .4rem auto;
  }
  #loading #lading-circle {
    width: 50vw;
    height: 50vw;
    border-radius: 50vw;
  }
  #loading .cloud-loading {
    max-width: 60vw;
  }
  main#primary {
    margin-left: 0;
    padding-top: 8rem;
  }
  #masthead {
    width: 100%;
    height: 8rem;
    background-size: 16%;
  }
  #masthead .site-title {
    max-width: 48%;
    margin: auto;
  }
  #masthead .logo-img {
    width: 100%;
  }
  #site-navigation {
    display: none;
    position: relative;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: 8rem;
    right: 0;
    width: 100%;
    height: calc(100vh - 8rem);
    z-index: 4999;
    opacity: 0;
    overflow: scroll;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  #site-navigation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 11, 0.9);
    z-index: -1;
  }
  #site-navigation.active {
    display: block;
  }
  #site-navigation #primary-menu {
    display: block;
    width: 100%;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6% 6% 0;
    z-index: 100;
  }
  #site-navigation #primary-menu .menu-item {
    margin: 2rem auto;
    border-bottom: 1px solid #CEA957;
  }
  #site-navigation #primary-menu .menu-item.current_page_item a::before, #site-navigation #primary-menu .menu-item.current_page_item a::after {
    content: none;
    position: static;
    height: auto;
    background: none;
  }
  #site-navigation #primary-menu .menu-item a {
    display: block;
    height: auto;
    padding: 1em 4px;
    color: #fff;
    text-align: left;
    font-size: 1.6rem;
  }
  #site-navigation #primary-menu .menu-item a::before {
    font-family: Connoisseurs, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    text-transform: capitalize;
    position: relative;
    top: auto;
    left: 0;
    display: block;
    color: #CEA957;
    font-size: 4rem;
    line-height: .7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }
  #site-navigation #primary-menu .menu-item a::after {
    content: "";
  }
  #site-navigation #primary-menu .menu-item a[href$="news/"]::before {
    content: "news";
  }
  #site-navigation #primary-menu .menu-item a[href$="business/"]::before {
    content: "business";
  }
  #site-navigation #primary-menu .menu-item a[href$="company/"]::before {
    content: "company";
  }
  #site-navigation #primary-menu .menu-item a[href$="works/"]::before {
    content: "works";
  }
  #site-navigation #primary-menu .menu-item a[href$="recruit/"]::before {
    content: "recruit";
  }
  #site-navigation #primary-menu .menu-item a[href$="contact/"]::before {
    content: "contact";
  }
  #site-navigation #primary-menu .menu-item a[href$="privacy-policy/"]::before {
    content: "privacy-policy";
  }
  #site-navigation #primary-menu .menu-item.contact {
    margin: 2rem 0 0;
    padding: 2px;
    border: none;
  }
  #site-navigation #primary-menu .menu-item.contact a {
    width: 100%;
    padding: 1em;
    font-size: 2rem;
  }
  #site-navigation #primary-menu .menu-item .sub-menu {
    display: none;
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #site-navigation #primary-menu .menu-item .sub-menu .menu-item {
    padding: 2rem 0 0;
    border: none;
  }
  #site-navigation #primary-menu .menu-item .sub-menu .menu-item:last-child {
    margin: 0;
  }
  #site-navigation #primary-menu .menu-item .sub-menu .menu-item .link-text-border {
    color: #fff;
    font-size: 1.8rem;
  }
  #menu-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #main-footer {
    margin: 8rem 0 0;
    padding-top: 6rem;
  }
  #main-footer .logo-img {
    max-width: 32%;
  }
  body.home #home-mv::before, body.home #home-mv::after {
    min-width: auto;
    width: 60%;
  }
  body.home #home-mv::before {
    top: 0;
  }
  body.home #home-mv .swiper-slide.first {
    display: block;
  }
  body.home #home-mv .ttl-slider {
    font-size: 2.4rem;
    font-weight: 700;
  }
  body.home #home-mv .box-pagination {
    width: 12rem;
  }
  body.home #home-mv .ttl-slider-en {
    bottom: 14rem;
    left: 2rem;
    margin: auto;
    font-size: 20vw;
    line-height: 1;
  }
  body.home #home-mv .ttl-slider-jp {
    bottom: 7rem;
    left: 0;
    margin: auto;
    height: 7rem;
    font-size: 2.4rem;
  }
  body.home #home-mv .swiper-pagination {
    display: none;
  }
  body.home #home-mv .swiper-button-prev,
  body.home #home-mv .swiper-button-next {
    width: 2rem;
    height: 2rem;
  }
  body.home #home-mv #mv-slider {
    height: 480px;
  }
  body.home #home-mv #mv-slider .img-slider {
    height: 100%;
    width: auto;
  }
  body.home #home-news {
    margin-top: 0;
  }
  body.home #home-news::before {
    bottom: -40px;
    top: auto;
    margin: 0;
    width: 200px;
    height: 200px;
  }
  body.home #home-news .post-list-wrap {
    width: auto;
  }
  body.home #home-news .post-list-wrap li {
    padding: 0;
  }
  body.home #home-news .post-list-wrap li + li {
    margin-top: 1em;
  }
  body.home #home-news .post-list-wrap li .link-text {
    font-weight: 700;
  }
  body.home #home-news .post-list-wrap .text-day {
    width: 100%;
    padding: 0;
  }
  body.home #home-news .post-list-wrap .text-day::after {
    content: none;
  }
  body.home #home-works {
    padding: 16% 0;
  }
  body.home #home-works .box-img {
    position: absolute;
    z-index: -1;
    width: 80%;
    margin: auto;
    opacity: .4;
  }
  body.home #home-works .box-txt {
    width: 100%;
  }
  body.home #home-business .wrapper-business .box-business {
    width: 100%;
    padding: 4rem 4%;
  }
  body.home #home-business .link-business {
    width: 100%;
    min-height: 200px;
    border: 2px solid #fff;
  }
  body.home #home-business .link-business .ttl-md {
    border: none;
    width: auto;
    height: auto;
    margin: auto;
  }
  body.home #home-recruit .bnr-recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4rem 2rem;
  }
  body.home #home-recruit .bnr-recruit::before {
    width: 100%;
    top: auto;
    bottom: 0;
  }
  body.home #home-recruit .bnr-recruit p br {
    display: none;
  }
  body.home #home-recruit .bnr-recruit .img-recruit {
    width: 80%;
  }
  body.home #home-recruit .bnr-recruit .ttl-md {
    width: 100%;
  }
  body.home #home-recruit .bnr-recruit .ttl-md::after {
    content: none;
  }
  body.home #home-access {
    width: 96%;
  }
  body.home #home-access .gmap {
    height: 24rem;
  }
  body.home #home-access .gmap iframe {
    height: 100%;
  }
  .breadcrumbs {
    height: 4rem;
    padding: 1rem;
  }
  #tel-common {
    display: none;
  }
  #wrap-page-ttl {
    width: 100%;
    height: auto;
    max-height: none;
    padding: 2rem 0;
  }
  #wrap-page-ttl .ttl-jp {
    font-size: 1.6rem;
  }
  #wrap-page-ttl .ttl-en {
    font-size: 8rem;
  }
  #wrap-page-ttl #page-ttl::before,
  #wrap-page-ttl #page-ttl::after {
    width: 80%;
  }
  body.company .txt-president .name {
    font-size: 2rem;
  }
  body.company .ttl-md br {
    display: none;
  }
  body.business .section-business {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.business .section-business:nth-child(odd) .box-txt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  body.business .section-business:nth-child(odd) .slider-business {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  body.business .section-business .box-txt .connoisseurs {
    font-size: 12rem;
  }
  body.business .section-business .box-txt {
    width: 100%;
  }
  body.business .section-business .box-txt p {
    margin-top: 1rem;
  }
  body.business .section-business .slider-business {
    width: 100%;
    margin-top: 2rem;
  }
  body.recruit .box-recruit:nth-child(even) .inner-recruit .ttl-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  body.recruit .box-recruit:nth-child(even) .inner-recruit .box-txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  body.recruit .box-recruit .inner-recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.recruit .box-recruit .inner-recruit .ttl-img {
    width: 100%;
  }
  body.recruit .box-recruit .inner-recruit .box-txt {
    width: 100%;
    margin-top: 1rem;
    padding: 1.6rem;
  }
  body.recruit .box-recruit {
    height: auto;
    padding: 2rem;
  }
  body.recruit #entry .box-deco01 {
    width: 100%;
  }
  .box-deco01 {
    padding: 2rem;
  }
  .box-deco01 + .box-deco01 {
    margin-top: 2rem;
  }
  body.works .img-japan {
    top: 20rem;
    width: 80%;
    opacity: .2;
  }
  body.works #about {
    padding-bottom: 0;
  }
  body.works .wrapper-link {
    max-width: 100%;
  }
  body.works .wrapper-link .btn-base {
    width: 48%;
  }
  body.works .post-list-wrap {
    margin-top: 0;
  }
  .box-work-cat {
    padding-top: 10rem;
    margin: 0;
  }
  body.contact #sec-form .tbl-contact th,
  body.contact #sec-form .tbl-contact td {
    width: 100%;
    display: block;
  }
  body.contact #sec-form .tbl-contact th {
    padding-bottom: 0;
  }
  .post-list-wrap .content-text {
    margin: .5em 0 0;
    font-size: 1.4rem;
  }
  .post-list-wrap .news-list .link-arrow::after {
    content: none;
  }
  .post-list-wrap .news-list .post-texts {
    padding: 0;
  }
  body.single #works-single-slider .swiper-button-next::after,
  body.single #works-single-slider .swiper-button-prev::after {
    font-size: 1.6rem;
    padding: 1em;
  }
  .post-list-wrap .news-list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post-list-wrap .news-list .thumbnail-wrap {
    min-width: auto;
    width: 100%;
    height: 160px;
    margin: 0 0 1rem;
    overflow: hidden;
  }
  .post-list-wrap .news-list .thumbnail-wrap .noimage img {
    width: auto;
    height: 80%;
  }
  .post-list-wrap .news-list .post-texts {
    width: 100%;
    max-width: none;
  }
  .works-list-wrap .box-works {
    width: 100%;
    margin: 0;
    padding: 3.2rem 0;
    border-bottom: 1px solid #f2fafb;
  }
  .works-list-wrap .box-works:nth-child(n + 3) {
    margin: 4rem 0 0;
  }
  .works-list-wrap .box-img {
    min-width: auto;
    width: 100%;
    height: 140px;
    margin: 0 0 1rem;
    padding: 0;
    overflow: hidden;
  }
  .works-list-wrap .box-img:nth-child(n + 2) {
    margin: 4rem 0 0;
  }
  .works-list-wrap .box-img .noimage img {
    width: auto;
    height: 80%;
  }
  .works-list-wrap .box-img .wp-post-image,
  .works-list-wrap .box-img .noimage {
    padding: 0;
    height: 160px;
  }
  body.single #works-single-slider {
    height: 56vw;
  }
  body.single #single-thum-slider {
    height: 10vw;
    margin: 2rem 0 4rem;
  }
}

@media screen and (max-width: 467px) {
  html {
    font-size: 50%;
  }
  .tbl-base tr th {
    padding: 1em 0.5em 1em 0;
    width: 32%;
    vertical-align: middle;
  }
  .tbl-other tr th {
    padding: 1em 0.5em 1em 0;
    width: 32%;
    vertical-align: middle;
  }
  .tbl-other tr th {
    width: 70%;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .works-list-wrap .box-works {
    padding: 0;
  }
}
