@charset "UTF-8";
/* 文字色設定 */
/* _reset.scss START */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html {
  /* iPhone safariで文字サイズが大きくなるバグを回避 */
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

body {
  line-height: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

ul,
li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

@media screen and (max-width: 574px) {
  input,
  select {
    vertical-align: middle;
  }
}
/* _reset.scss END */
body {
  background-color: #FFF;
  color: #333;
}

#index {
  background-color: #FFF;
}

img {
  width: 100%;
  height: auto;
}

*:target {
  scroll-margin-top: 9rem;
}
@media screen and (min-width: 576px) {
  *:target {
    scroll-margin-top: 11rem;
  }
}

/* hover時のアンダーライン */
/*　hoverで文字色、背景反転　*/
/*----------------------------------------------------------------------
quiet-list出現
---------------------------------------------------------------------- */
.active {
  opacity: 1 !important;
  transform: translateY(0);
  animation: show 1s;
}

@keyframes show {
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* mediaquery "og" */
html {
  font-size: 62.5%;
}
@media screen and (min-width: 576px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  line-height: 2;
  font-family: "Source Sans Pro", "Noto Sans JP", sans-serif;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
.bold {
  font-weight: bold;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  .d-sp-none {
    display: none !important;
  }
  .d-sp-block {
    display: block !important;
  }
  .d-sp-flex {
    display: flex !important;
  }
  .d-sp-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .d-sp-none {
    display: none !important;
  }
  .d-sp-block {
    display: block !important;
  }
  .d-sp-flex {
    display: flex !important;
  }
  .d-sp-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .d-sp-none {
    display: none !important;
  }
  .d-sp-block {
    display: block !important;
  }
  .d-sp-flex {
    display: flex !important;
  }
  .d-sp-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1100px) {
  .d-og-none {
    display: none !important;
  }
  .d-og-block {
    display: block !important;
  }
  .d-og-flex {
    display: flex !important;
  }
  .d-og-inline-block {
    display: inline-block !important;
  }
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/*----------------------------------------------------------------------
sub page header
---------------------------------------------------------------------- */
@media screen and (min-width: 576px) {
  .sub-header__spacer1 {
    margin-top: 22.3rem;
  }
}

.sns-humburger {
  display: flex;
  align-items: center;
}
.sns-humburger a {
  display: inline-block;
  margin-right: 1.5rem;
}
@media screen and (min-width: 576px) {
  .sns-humburger a {
    margin-right: 2.5rem;
  }
}
.sns-humburger a:hover {
  opacity: 0.7;
}
.sns-humburger a i {
  font-size: 2.5rem;
  vertical-align: middle;
  fill: #333;
}
.sns-humburger a svg {
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
}
.sns-humburger a img {
  width: 2.5rem;
  vertical-align: middle;
}

.sub-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  transition: 0.3s;
}
.sub-header__flex {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .sub-header__flex {
    padding: 4rem 7.3rem 1rem;
  }
}
.sub-header__flex .logo {
  width: 2rem;
}
@media screen and (min-width: 576px) {
  .sub-header__flex .logo {
    width: 3.2rem;
  }
}
.sub-header__flex .logo a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 576px) {
  .sub-header.sub-header--wh {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 576px) and (min-width: 576px) {
  .sub-header.sub-header--wh {
    box-shadow: none;
  }
}
@media screen and (min-width: 576px) {
  .sub-header.sub-header--wh .sns-humburger a i {
    color: #fff;
  }
  .sub-header.sub-header--wh .sns-humburger a svg {
    fill: #FFF;
  }
  .sub-header.sub-header--wh .sns-humburger #drawer-btn span {
    background-color: #fff;
  }
}
@media screen and (min-width: 576px) {
  .sub-header.scroll-bg {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

/*----------------------------------------------------------------------
glovalnav
---------------------------------------------------------------------- */
.globalnav {
  padding: 2rem 4rem 0;
  letter-spacing: 0.11em;
  display: none;
}
@media screen and (min-width: 576px) {
  .globalnav {
    display: block;
  }
}
.globalnav__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 136rem;
  margin: 0 auto;
}
.globalnav__flex .logo {
  width: 3.2rem;
}
.globalnav__flex .logo a:hover {
  opacity: 0.7;
}
.globalnav__flex .logo img {
  width: 100%;
}
.globalnav__flex .nav {
  align-items: center;
  display: none;
}
@media screen and (min-width: 1200px) {
  .globalnav__flex .nav {
    display: flex;
    margin-left: auto;
  }
}
.globalnav__flex .nav li:not(:last-of-type) {
  margin-right: 2rem;
}
@media screen and (min-width: 1300px) {
  .globalnav__flex .nav li:not(:last-of-type) {
    margin-right: 3.6rem;
  }
}
.globalnav__flex .nav li a {
  font-family: "Source Sans Pro", "Noto Sans JP", sans-serif;
  display: inline-block;
  font-size: 1.8rem;
}
.globalnav__flex .nav li a:not(.bg-gray) {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.globalnav__flex .nav li a:not(.bg-gray)::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  bottom: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
.globalnav__flex .nav li a:not(.bg-gray):hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.globalnav__flex .nav li a.bg-gray {
  display: inline-block;
  font-size: 1.5rem;
  background-color: #f5f5f5;
  padding: 0 1.5rem;
  transition: 0.3s;
}
.globalnav__flex .nav li a.bg-gray:hover {
  color: #f5f5f5;
  background-color: #333;
}
.globalnav__flex .sns-humburger {
  margin-left: auto;
}
.globalnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}

/*----------------------------------------------------------------------
modal nav
---------------------------------------------------------------------- */
.modal-nav {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  background-color: #fff;
  display: none;
}
.modal-nav__content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  overflow: auto;
  -webkit-overflow-: touch;
  max-width: 88rem;
}
.modal-nav__flex {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2em;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal-nav__flex {
    flex-direction: row;
  }
}
.modal-nav__unit {
  font-family: "Source Sans Pro", "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  width: 50%;
  margin-top: 2rem;
  font-size: 1.3rem;
}
.modal-nav__unit:first-of-type {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .modal-nav__unit {
    margin-top: 0;
    font-size: 1.8rem;
    width: initial;
  }
  .modal-nav__unit:first-of-type {
    width: initial;
  }
}
.modal-nav__unit .logo {
  width: 3.2rem;
  margin-right: 80%;
}
@media screen and (min-width: 768px) {
  .modal-nav__unit .logo {
    margin-right: 0;
  }
}
.modal-nav__unit .logo a:hover {
  opacity: 0.7;
}
.modal-nav__unit ul li {
  margin-bottom: 2.2rem;
}
.modal-nav__unit ul li a {
  color: #595757;
  font-weight: 300;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.modal-nav__unit ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #595757;
  bottom: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
.modal-nav__unit ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*----------------------------------------------------------------------
drawer-btn(humburger)
---------------------------------------------------------------------- */
.drawer-btn {
  width: 3rem;
  height: 2.2rem;
  position: relative;
}
.drawer-btn span {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.1rem;
  background-color: #595757;
  position: absolute;
}
.drawer-btn span:first-of-type {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.drawer-btn span:nth-of-type(2) {
  top: 0;
  left: 0;
}
.drawer-btn span:last-of-type {
  bottom: 0;
  left: 0;
}
.drawer-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*----------------------------------------------------------------------
times-btn
---------------------------------------------------------------------- */
#times-btn {
  position: absolute;
  width: 4rem;
  height: 4rem;
  z-index: 10;
  top: 2rem;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  #times-btn {
    top: 6.5rem;
    right: 6.5rem;
  }
}
#times-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
#times-btn .times {
  display: inline-block;
}
#times-btn .times div {
  position: absolute;
  background-color: #595757;
  display: inline-block;
  height: 0.1rem;
  border-radius: 50px;
}
#times-btn .times div:nth-of-type(1) {
  transform: rotate(45deg);
  width: 3rem;
}
#times-btn .times div:nth-of-type(2) {
  transform: rotate(135deg);
  width: 3rem;
}

footer {
  text-align: center;
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 15.1rem;
  }
}
footer .footer__logo {
  display: inline-block;
  width: 5.2rem;
}
footer .footer__logo:hover {
  opacity: 0.7;
}
footer .address {
  font-size: 1.4rem;
  color: #666;
  margin-top: 2.4em;
  letter-spacing: 0.2em;
}
footer .tel {
  font-size: 1.4rem;
  color: #666;
  letter-spacing: 0.2em;
}
footer .footer__bottom {
  color: #333;
  font-size: 1.2rem;
  padding: 0.5rem 0;
  letter-spacing: 0.2em;
}

.snav {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .snav {
    width: auto;
    top: 50%;
    bottom: initial;
    right: 0;
    transform: translateY(-50%);
  }
}
.snav ul {
  display: flex;
}
@media screen and (min-width: 576px) {
  .snav ul {
    flex-direction: column;
  }
}
.snav ul li {
  width: 50%;
}
@media screen and (min-width: 576px) {
  .snav ul li {
    width: auto;
  }
}
.snav ul li a {
  display: block;
  text-align: center;
  background-color: #4a4f63;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  padding: 1.4em;
  letter-spacing: 0.45em;
}
@media screen and (min-width: 576px) {
  .snav ul li a {
    font-size: 1.4rem;
    padding: 1.2em 1em;
    writing-mode: vertical-rl;
    min-height: 180px;
  }
}
.snav ul li a span {
  display: block;
  font-size: 1.3em;
  margin-top: 0.2em;
}
@media screen and (min-width: 576px) {
  .snav ul li a span {
    font-size: 1.2em;
  }
}
.snav ul li a:hover {
  opacity: 0.8;
}
.snav ul li:last-of-type a {
  background-color: #e5e5e5;
  color: inherit;
}

body.home,
body.approach,
body.elements,
body.show-theme,
body.show-five {
  margin-top: 5.8rem;
}
@media screen and (min-width: 576px) {
  body.home,
  body.approach,
  body.elements,
  body.show-theme,
  body.show-five {
    margin-top: 0;
  }
}

body:not(.home):not(.approach):not(.elements):not(.show-theme):not(.show-five):not(.recruit):not(.error404) {
  margin-top: 10.8rem;
}
@media screen and (min-width: 576px) {
  body:not(.home):not(.approach):not(.elements):not(.show-theme):not(.show-five):not(.recruit):not(.error404) {
    margin-top: 0;
  }
}

html.no-scroll {
  height: 100%;
  overflow: hidden;
}

body {
  overscroll-behavior: none;
}

main {
  overflow: hidden;
}

/*----------------------------------------------------------------------
title
---------------------------------------------------------------------- */
.ttl-subpage1 {
  max-width: 96rem;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.11em;
  font-weight: 600;
  color: #666;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .ttl-subpage1 {
    margin-bottom: 6rem;
    font-size: 2rem;
  }
}

.ttl-subpage2 {
  letter-spacing: 0.24em;
  font-weight: normal;
  max-width: 96rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  font-size: 2.5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .ttl-subpage2 {
    font-size: 4.8rem;
    margin-bottom: 12rem;
  }
}

/*----------------------------------------------------------------------
list
---------------------------------------------------------------------- */
.list-subpage1 {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .list-subpage1 {
    font-size: 1.6rem;
  }
}
.list-subpage1 dt {
  border-top: 1px solid #666;
  font-weight: 600;
  padding: 2rem 1.1em 1em;
  width: 100%;
  font-size: 1.1rem;
  text-align: left;
}
@media screen and (min-width: 576px) {
  .list-subpage1 dt {
    font-size: 1.6rem;
    width: 21%;
    padding: 0.875em 1.1em;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .list-subpage1 dt:last-of-type {
    border-bottom: 1px solid #666;
  }
}
.list-subpage1 dt.required {
  position: relative;
  padding: 2rem 1.1em 1.5em 4.5em;
}
@media screen and (min-width: 576px) {
  .list-subpage1 dt.required {
    padding: 0.875em 1.1em;
  }
}
.list-subpage1 dt.required::after {
  position: absolute;
  top: 53%;
  left: 1.1em;
  transform: translateY(-50%);
  content: "必須";
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  background-color: #333;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.3em 0.42em;
}
@media screen and (min-width: 576px) {
  .list-subpage1 dt.required::after {
    top: 50%;
    left: initial;
    right: 1.1em;
    font-size: 1.2rem;
  }
}
.list-subpage1 dd {
  padding: 0 1.1em 2rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .list-subpage1 dd {
    border-top: 1px solid #ccc;
    width: 79%;
    padding: 0.875em 1.1em;
  }
}
.list-subpage1 dd:last-of-type {
  border-bottom: 1px solid #ccc;
}
.list-subpage1 dd .link-map {
  display: inline-block;
  border: 1px solid #ccc;
  font-weight: 600;
  letter-spacing: 0.055em;
  color: #666;
  line-height: 1.7;
  padding: 0 0.78em;
  vertical-align: middle;
  margin-left: 1.1em;
  font-size: 1rem;
  transition: 0.3s;
}
.list-subpage1 dd .link-map:hover {
  color: #fff;
  background-color: #666;
}
.list-subpage1 dd .link-map:hover {
  border-color: #666;
}
@media screen and (min-width: 576px) {
  .list-subpage1 dd .link-map {
    font-size: 1.4rem;
  }
}

.list-subpage2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.1em;
}
.list-subpage2 li {
  border-top: 1px solid #585858;
  padding: 1.16em 1em 1.16em;
  color: #666;
  width: 100%;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .list-subpage2 li {
    padding: 1.16em 1.1em 1.16em 0;
    font-size: 1.6rem;
  }
}
.list-subpage2 li:last-of-type {
  border-bottom: 1px solid #585858;
}
.list-subpage2 li .date {
  display: block;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .list-subpage2 li .date {
    width: 13%;
    display: inline-block;
    vertical-align: top;
  }
}
.list-subpage2 li .title {
  display: block;
  width: 100%;
}
.list-subpage2 li .title:hover {
  opacity: 0.7;
}
@media screen and (min-width: 576px) {
  .list-subpage2 li .title {
    width: 87%;
    display: inline-block;
  }
}

.preview-next {
  letter-spacing: 0.11em;
  font-size: 1.1rem;
  margin-top: 6rem;
}
@media screen and (min-width: 576px) {
  .preview-next {
    font-size: 1.6rem;
    margin-top: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .preview-next {
    margin-top: 16rem;
  }
}
.preview-next .inner {
  border-top: 1px solid #ccc;
  max-width: 96rem;
  margin: 0 2rem;
  padding-top: 1.7rem;
}
@media screen and (min-width: 576px) {
  .preview-next .inner {
    padding-top: 3.4rem;
  }
}
@media screen and (min-width: 992px) {
  .preview-next .inner {
    margin: 0 auto;
  }
}
.preview-next__flex {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}
@media screen and (min-width: 992px) {
  .preview-next__flex {
    padding: 0;
  }
}
.preview-next__flex .prev.quiet,
.preview-next__flex .next.quiet {
  color: #ddd;
}
.preview-next__flex .prev::before,
.preview-next__flex .next::after {
  display: inline-block;
  content: "";
  width: 0.7rem;
  height: 1.3rem;
  vertical-align: middle;
}
.preview-next__flex .prev::before {
  background: url("../images/common/arrow-left.png");
  margin-right: 0.75em;
  background-size: contain;
  background-repeat: no-repeat;
}
.preview-next__flex .next::after {
  background: url("../images/common/arrow-right.png");
  margin-left: 0.75em;
  background-size: contain;
  background-repeat: no-repeat;
}
.preview-next__flex a:hover {
  opacity: 0.7;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination li:not(:last-of-type) {
  margin-right: 2rem;
}
.pagination li a {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  border: 2px solid #333;
}
.pagination li a.current {
  background-color: #333;
  pointer-events: none;
}
.pagination li a:hover:not(.current) {
  background-color: #333;
}

/*----------------------------------------------------------------------
contactform7 調整
---------------------------------------------------------------------- */
.wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-validation-errors,
div.wpcf7-response-output {
  border: none !important;
  background: #fafafa;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .wpcf7-validation-errors,
  div.wpcf7-response-output {
    font-size: 1.6rem;
  }
}

.mv {
  width: 100%;
  content: "";
  height: 25rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .mv {
    height: auto;
    aspect-ratio: 1000/486;
    max-height: calc(100vh - 15rem);
  }
}
.mv__slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.mv__slide a {
  transition: 0.3s;
}
.mv__slide a:hover {
  opacity: 0.8 !important;
}

.top-movie {
  padding: 8rem 0;
}
@media screen and (min-width: 576px) {
  .top-movie {
    padding-top: 14rem;
    padding-bottom: 16rem;
  }
}
.top-movie .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .top-movie .inner {
    padding: 0;
  }
}
.top-movie__content {
  width: 100%;
}
.top-movie__content video {
  width: 100%;
}
.top-news {
  padding-bottom: 8rem;
}
@media screen and (min-width: 576px) {
  .top-news {
    padding-bottom: 16rem;
  }
}
.top-news .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .top-news .inner {
    padding: 0;
  }
}
.top-news__flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 5.9rem;
}
@media screen and (min-width: 576px) {
  .top-news__flex {
    flex-direction: row;
  }
}
.top-news__flex > a {
  overflow: hidden;
  display: inline-block;
}
.top-news__flex > a img {
  transition: 0.3s;
}
.top-news__flex > a:hover img {
  transform: scale(110%);
}
.top-news__thumb {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .top-news__thumb {
    width: 45%;
  }
}
.top-news__thumb:not(:first-of-type) {
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .top-news__thumb:not(:first-of-type) {
    margin-top: 0;
  }
}
.top-event {
  padding-bottom: 8rem;
}
@media screen and (min-width: 576px) {
  .top-event {
    padding-bottom: 16rem;
  }
}
.top-event .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .top-event .inner {
    padding: 0;
  }
}
.top-event__list {
  width: 100%;
  padding-top: 5rem;
}
@media screen and (min-width: 576px) {
  .top-event__list {
    padding-top: 10rem;
  }
}
.top-event__list dt {
  color: #666;
  font-size: 1.1rem;
  letter-spacing: 0.055em;
  line-height: 1;
}
.top-event__list dt:not(:first-of-type) {
  margin-top: 2em;
}
@media screen and (min-width: 576px) {
  .top-event__list dt {
    font-size: 1.6rem;
  }
}
.top-event__list dd {
  margin-bottom: 1.8rem;
  font-size: 1.3rem;
  letter-spacing: 0.11em;
}
@media screen and (min-width: 576px) {
  .top-event__list dd {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
.top-event__list dd a:hover {
  opacity: 0.7;
}
.top-event .none {
  font-size: 1.3rem;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 576px) {
  .top-event .none {
    font-size: 1.6rem;
  }
}
.top-real-life {
  padding-bottom: 8rem;
}
@media screen and (min-width: 576px) {
  .top-real-life {
    padding-bottom: 13rem;
  }
}
.top-real-life .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .top-real-life .inner {
    padding: 0;
  }
}
.top-real-life__lead {
  padding-top: 5rem;
  max-width: 45.7rem;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 576px) {
  .top-real-life__lead {
    padding-top: 9.7rem;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.top-real-life__eng {
  text-align: right;
  padding-top: 1rem;
  font-size: 1.1rem;
  font-family: "Source Sans Pro", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .top-real-life__eng {
    font-size: 1.6rem;
  }
}
.top-real-life__eng span {
  font-weight: 600;
}
.top-approach {
  background-color: #f5f5f5;
  padding-top: 9rem;
}
@media screen and (min-width: 576px) {
  .top-approach {
    padding-top: 17.7rem;
  }
}
.top-approach .inner {
  max-width: 108rem;
  position: relative;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .top-approach .inner {
    padding: 0;
  }
}
.top-approach__nav {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .top-approach__nav {
    position: absolute;
    top: 0.5rem;
    right: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .top-approach__nav {
    padding-right: 5.6%;
  }
}
.top-approach__nav ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
@media screen and (min-width: 576px) {
  .top-approach__nav ul {
    margin-top: 0;
  }
}
.top-approach__nav ul li {
  font-size: 1.1rem;
  letter-spacing: 0.11em;
  font-family: "Source Sans Pro", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 576px) {
  .top-approach__nav ul li {
    margin-left: 2em;
    font-size: 1.8rem;
  }
}
.top-approach__nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #767676;
  font-weight: 300;
}
.top-approach__nav ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #767676;
  bottom: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
.top-approach__nav ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.top-approach .inner2 {
  max-width: 120rem;
  position: relative;
  margin: 4rem auto 0;
  background-image: url(../images/top/aproach.jpg);
  background-size: cover;
  background-position: center;
  height: 26rem;
}
@media screen and (min-width: 576px) {
  .top-approach .inner2 {
    margin: 3rem auto 0;
    height: initial;
    padding-top: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .top-approach .inner2 {
    height: 48rem;
    padding-top: 0;
  }
}
.top-approach .inner2 .text {
  position: absolute;
  top: 14%;
  left: 50%;
  letter-spacing: 0.11em;
  transform: translateX(-50%);
  font-size: 1rem;
  line-height: 2.3;
  width: 82%;
}
@media screen and (min-width: 576px) {
  .top-approach .inner2 .text {
    font-size: 1.4rem;
    letter-spacing: 0.055em;
    top: 14%;
    left: 13.8%;
    transform: translate(0);
    width: 80%;
    max-width: 36rem;
  }
}
.top-elements {
  padding: 8rem 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 576px) {
  .top-elements {
    padding-top: 18.7rem;
    padding-bottom: 16rem;
  }
}
.top-elements .inner {
  max-width: 120rem;
  position: relative;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .top-elements .inner {
    padding: 0;
  }
}
.top-elements__nav {
  letter-spacing: 0.11em;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .top-elements__nav {
    position: absolute;
    top: 7.5rem;
    right: 0;
    padding-top: 0;
    padding-right: 10%;
  }
}
.top-elements__nav ul {
  display: flex;
  justify-content: space-between;
}
.top-elements__nav ul li {
  letter-spacing: 0.11em;
  font-family: "Source Sans Pro", "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .top-elements__nav ul li {
    font-size: 1.8rem;
  }
  .top-elements__nav ul li:not(:last-of-type) {
    margin-right: 3.6em;
  }
}
.top-elements__nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #767676;
  font-weight: 300;
}
.top-elements__nav ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #767676;
  bottom: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
.top-elements__nav ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.top-elements__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .top-elements__flex {
    flex-direction: row;
  }
}
.top-elements__flex .text {
  letter-spacing: 0.2em;
  order: 2;
  font-size: 1.1rem;
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (min-width: 576px) {
  .top-elements__flex .text {
    order: 1;
    width: 47%;
    font-size: 1.6rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .top-elements__flex .text {
    padding-left: 13.8%;
  }
}
.top-elements__flex .img {
  order: 1;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .top-elements__flex .img {
    order: 2;
    width: 53%;
  }
}
.top-case {
  padding-bottom: 8rem;
}
@media screen and (min-width: 576px) {
  .top-case {
    padding-bottom: 15rem;
  }
}
.top-case .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .top-case .inner {
    padding: 0;
  }
}
.top-case__active-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5em;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .top-case__active-list {
    justify-content: space-between;
    margin-top: 5.9rem;
  }
}
.top-case__active-list li {
  text-align: center;
  margin-top: 1em;
  font-size: 1.5rem;
  letter-spacing: 0.11em;
  font-family: "Source Sans Pro", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 576px) {
  .top-case__active-list li {
    width: 29.6%;
    font-size: 1.8rem;
  }
}
.top-case__active-list li.hidden {
  display: none;
}
.top-case__active-list li a {
  overflow: hidden;
  display: inline-block;
}
.top-case__active-list li a img {
  transition: 0.3s;
}
.top-case__active-list li a:hover img {
  transform: scale(110%);
}
.top-case__quiet-list-wrap {
  display: none;
  justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .top-case__quiet-list-wrap {
    display: flex;
  }
}
.top-case__quiet-list-column {
  width: 29.6%;
}
.top-case__quiet-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-case__quiet-list li {
  width: 100%;
  text-align: center;
  margin-top: 6rem;
}
.top-case__quiet-list li a {
  overflow: hidden;
  display: inline-block;
}
.top-case__quiet-list li a img {
  transition: 0.3s;
}
.top-case__quiet-list li a:hover img {
  transform: scale(110%);
}
.top-case__btn {
  width: 2.3rem;
  height: 1.2rem;
  background-image: url(../images/common/arrow-down.png);
  background-size: contain;
  margin: 4rem auto 0;
}
.top-case__btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.top-bottom {
  padding-top: 8rem;
}
@media screen and (min-width: 576px) {
  .top-bottom {
    padding-top: 15rem;
  }
}
.top-bottom .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .top-bottom .inner {
    padding: 0;
  }
}
.top-bottom__flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .top-bottom__flex {
    flex-direction: row;
  }
}
.top-bottom section:first-of-type {
  margin-right: 6%;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .top-bottom section:first-of-type {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .top-bottom section:first-of-type {
    width: 33%;
    min-width: 260px;
  }
}
.top-bottom section:first-of-type h2 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .top-bottom section:first-of-type h2 {
    margin-bottom: 2.4rem;
  }
}
.top-bottom section:first-of-type__thumb {
  margin-bottom: 2rem;
  overflow: hidden;
  display: inline-block;
}
.top-bottom section:first-of-type__thumb img {
  transition: 0.3s;
}
.top-bottom section:first-of-type__thumb:hover img {
  transform: scale(110%);
}
.top-bottom section:last-of-type {
  width: 100%;
  padding-top: 8rem;
}
@media screen and (min-width: 576px) {
  .top-bottom section:last-of-type {
    width: 50%;
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .top-bottom section:last-of-type {
    width: 33%;
  }
}
.top-bottom section:last-of-type h2 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .top-bottom section:last-of-type h2 {
    margin-bottom: 2.4rem;
  }
}
.top-bottom section:last-of-type h2 i {
  margin-right: 0.42em;
}
.top-bottom section:last-of-type__thumb {
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
.top-bottom section:last-of-type__thumb img {
  transition: 0.3s;
}
.top-bottom section:last-of-type__thumb:hover img {
  transform: scale(110%);
}
.top-about-uh__list {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 576px) {
  .top-about-uh__list {
    margin-top: 4.3rem;
  }
}
.top-about-uh__list:last-of-type {
  margin-left: 4rem;
}
@media screen and (min-width: 576px) {
  .top-about-uh__list {
    margin: 0 6rem;
  }
}
.top-about-uh__list li {
  font-size: 1.3rem;
  letter-spacing: 0.11em;
  font-family: "Source Sans Pro", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 576px) {
  .top-about-uh__list li {
    font-size: 1.8rem;
  }
}
.top-about-uh__list li:not(:last-of-type) {
  margin-bottom: 1.7rem;
}
.top-about-uh__list li a {
  color: #666;
  font-weight: 300;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.top-about-uh__list li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #666;
  bottom: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
.top-about-uh__list li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*----------------------------------------------------------------------
Common
---------------------------------------------------------------------- */
.ttl--line {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.11em;
  font-family: "Source Sans Pro", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 576px) {
  .ttl--line {
    font-size: 2.6rem;
  }
}
.ttl--line::after {
  width: 7rem;
  margin-left: 1.7rem;
  content: "";
  height: 0.1rem;
  background-color: #595757;
}
@media screen and (min-width: 576px) {
  .ttl--line::after {
    width: 10rem;
    margin-left: 2.4rem;
  }
}
.ttl--line-sub {
  padding-top: 3rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .ttl--line-sub {
    padding-top: 1.28em;
    font-size: 1.8rem;
  }
}

.top__flex1 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .top__flex1 {
    flex-direction: row;
  }
}
.top__flex1 .text {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .top__flex1 .text {
    width: 60%;
  }
}
.top__flex1 .img {
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .top__flex1 .img {
    width: 38%;
  }
}
.top__flex1 .img__wrap {
  display: block;
  position: relative;
  padding-top: 146%;
  overflow: hidden;
}
.top__flex1 .img__wrap img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top__flex1 .img img {
  transition: 0.3s;
}
.top__flex1 .img:hover img {
  transform: translate(-50%, -50%) scale(110%);
}

.full-width {
  position: relative;
}
.full-width img,
.full-width video,
.full-width div {
  position: relative;
  width: 100vw;
  height: auto;
  top: 0;
  left: calc(-50vw + 50%);
}
@media screen and (min-width: 576px) {
  .full-width img,
  .full-width video,
  .full-width div {
    position: static;
    width: 100%;
  }
}

/*----------------------------------------------------------------------
page-404 & contact-finish
---------------------------------------------------------------------- */
.error404__mv,
.contact-finish__mv {
  background: url(../images/top/mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 20rem;
}
@media screen and (min-width: 576px) {
  .error404__mv,
  .contact-finish__mv {
    padding-top: 40rem;
  }
}
.error404__content .inner,
.contact-finish__content .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .error404__content .inner,
  .contact-finish__content .inner {
    padding: 0;
  }
}
.error404__text--large,
.contact-finish__text--large {
  margin-top: 5rem;
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .error404__text--large,
  .contact-finish__text--large {
    margin-top: 10rem;
    font-size: 2.4rem;
    text-align: center;
  }
}
.error404__text--small,
.contact-finish__text--small {
  margin-top: 2em;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .error404__text--small,
  .contact-finish__text--small {
    font-size: 1.6rem;
    text-align: center;
  }
}

.event-detail__thumb .inner {
  max-width: 96rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .event-detail__thumb .inner {
    padding: 0;
  }
}
.event-detail__ttl {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .event-detail__ttl {
    margin-top: 8.5rem;
    margin-bottom: 6.5rem;
  }
}
.event-detail__ttl .inner {
  max-width: 96rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .event-detail__ttl .inner {
    padding: 0;
  }
}
.event-detail__ttl h2 {
  letter-spacing: 0.11em;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 576px) {
  .event-detail__ttl h2 {
    font-size: 3rem;
    line-height: 2;
  }
}
.event-detail__ttl .date {
  letter-spacing: 0.055em;
  font-weight: 600;
  color: #666;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .event-detail__ttl .date {
    font-size: 2rem;
  }
}
.event-detail__ttl .finish {
  letter-spacing: 0.2em;
  color: #666;
  margin-top: 0.2rem;
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .event-detail__ttl .finish {
    font-size: 1.4rem;
  }
}
.event-detail__content {
  letter-spacing: 0.3em;
}
.event-detail__content .inner {
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 992px) {
  .event-detail__content .inner {
    padding: 0;
  }
}
.event-detail__content .list-subpage1 {
  margin-bottom: 3em;
}
.event-detail__content p {
  margin-bottom: 2em;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .event-detail__content p {
    font-size: 1.6rem;
  }
}

.post-type-archive-event .inner {
  margin: 0 auto;
  max-width: 108rem;
  padding: 0 2rem;
}
@media screen and (min-width: 992px) {
  .post-type-archive-event .inner {
    padding: 0;
  }
}
.post-type-archive-event__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-type-archive-event__flex::after {
  display: block;
  content: "";
  width: 29.6%;
}
.post-type-archive-event__unit {
  display: block;
  text-align: center;
  width: 48%;
  margin-bottom: 3rem;
  overflow: hidden;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .post-type-archive-event__unit {
    width: 29.6%;
    margin-bottom: 5.2rem;
  }
}
.post-type-archive-event__unit .thumb {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.post-type-archive-event__unit .thumb.finish::after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  letter-spacing: 0.055em;
  background-color: #666;
  color: #fff;
  content: "終了";
  z-index: 1;
  padding: 0 1em;
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .post-type-archive-event__unit .thumb.finish::after {
    font-size: 1.4rem;
  }
}
.post-type-archive-event__unit .thumb.width100 img {
  width: 100%;
  height: auto;
}
.post-type-archive-event__unit .thumb.height100 img {
  width: auto;
  height: 100%;
}
.post-type-archive-event__unit .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-type-archive-event__unit .date {
  font-weight: 600;
  letter-spacing: 0.055em;
  padding-top: 1em;
  line-height: 1;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .post-type-archive-event__unit .date {
    font-size: 1.6rem;
  }
}
.post-type-archive-event__unit .title {
  letter-spacing: 0.055em;
  padding-top: 0.37em;
  line-height: 1.5;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .post-type-archive-event__unit .title {
    font-size: 1.6rem;
  }
}
.post-type-archive-event__unit img {
  transition: 0.3s;
}
.post-type-archive-event__unit:hover img {
  transform: translate(-50%, -50%) scale(110%);
}
.post-type-archive-event__pagination {
  max-width: 108rem;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  margin-top: 5rem;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .post-type-archive-event__pagination {
    margin-top: 10.5rem;
    padding-top: 6rem;
  }
}

.post-type-archive-news .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 992px) {
  .post-type-archive-news .inner {
    padding: 0;
  }
}
.post-type-archive-news__pagination {
  margin-top: 6rem;
}

.news-detail__ttl .inner {
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .news-detail__ttl .inner {
    padding: 0;
  }
}
.news-detail__ttl .date {
  font-weight: 600;
  color: #666;
  letter-spacing: 0.055em;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .news-detail__ttl .date {
    font-size: 1.6rem;
  }
}
.news-detail__ttl h1 {
  font-weight: normal;
  color: #333;
  letter-spacing: 0.1em;
  margin-top: 0.7rem;
  font-size: 1.9rem;
}
@media screen and (min-width: 576px) {
  .news-detail__ttl h1 {
    font-size: 2.8rem;
  }
}
.news-detail__content {
  margin-top: 6.8rem;
}
.news-detail__content .inner {
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .news-detail__content .inner {
    padding: 0;
  }
}
.news-detail__content p {
  letter-spacing: 0.02em;
  margin-bottom: 3.25em;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .news-detail__content p {
    font-size: 1.6rem;
  }
}
.news-detail__content figure {
  margin-bottom: 3.25em;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .news-detail__content figure {
    font-size: 1.6rem;
  }
}

.post-type-archive-real-life__top .inner {
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .post-type-archive-real-life__top .inner {
    padding: 0;
  }
}
.post-type-archive-real-life__top .ttl-subpage2 {
  margin-bottom: 5rem;
}
.post-type-archive-real-life__top p {
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .post-type-archive-real-life__top p {
    text-align: center;
    font-size: 1.6rem;
  }
}
.post-type-archive-real-life__content {
  margin-top: 6rem;
}
@media screen and (min-width: 576px) {
  .post-type-archive-real-life__content {
    margin-top: 12rem;
  }
}
.post-type-archive-real-life__content .inner {
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .post-type-archive-real-life__content .inner {
    padding: 0;
  }
}
.post-type-archive-real-life__unit {
  display: block;
  padding: 1em;
}
.post-type-archive-real-life__unit:not(:first-of-type) {
  margin-top: 5rem;
}
@media screen and (min-width: 576px) {
  .post-type-archive-real-life__unit {
    box-shadow: none;
    padding: 0;
  }
  .post-type-archive-real-life__unit:not(:first-of-type) {
    margin-top: 9.1rem;
  }
}
.post-type-archive-real-life__unit:hover {
  opacity: 0.7;
}
.post-type-archive-real-life__unit .thumb {
  margin-bottom: 1.4rem;
}
.post-type-archive-real-life__unit h2 {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.11em;
  width: 15%;
  display: block;
}
@media screen and (min-width: 576px) {
  .post-type-archive-real-life__unit h2 {
    font-size: 1.8rem;
    display: inline-block;
    vertical-align: top;
  }
}
.post-type-archive-real-life__unit span {
  display: inline-block;
  letter-spacing: 0.11em;
  width: 84%;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .post-type-archive-real-life__unit span {
    font-size: 1.6rem;
  }
}
.post-type-archive-real-life__pagination {
  max-width: 96rem;
  margin: 0 auto;
  margin-top: 9rem;
  padding-top: 6rem;
  border-top: 1px solid #ccc;
}

.real-life-detail__head .inner {
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .real-life-detail__head .inner {
    padding: 0;
  }
}
.real-life-detail__ttl {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 576px) {
  .real-life-detail__ttl {
    margin-top: 8.5rem;
  }
}
.real-life-detail__ttl .inner {
  max-width: 96rem;
  margin: 0 auto;
}
.real-life-detail__ttl h1 {
  letter-spacing: 0.11em;
  font-weight: normal;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .real-life-detail__ttl h1 {
    font-size: 3rem;
  }
}
.real-life-detail__ttl .date {
  color: #666;
  letter-spacing: 0.055em;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .real-life-detail__ttl .date {
    font-size: 1.6rem;
  }
}
.real-life-detail__content {
  margin-top: 5rem;
  padding: 0 2%;
}
@media screen and (min-width: 576px) {
  .real-life-detail__content {
    margin-top: 11.2rem;
  }
}
@media screen and (min-width: 992px) {
  .real-life-detail__content {
    padding: 0;
  }
}
.real-life-detail__content .inner {
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .real-life-detail__content .inner {
    padding: 0;
  }
}
.real-life-detail__unit {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
.real-life-detail__unit:not(:first-of-type) {
  margin-top: 8rem;
}
@media screen and (min-width: 576px) {
  .real-life-detail__unit {
    flex-direction: row;
  }
  .real-life-detail__unit:not(:first-of-type) {
    margin-top: 10rem;
  }
}
.real-life-detail__unit .text {
  letter-spacing: 0.2em;
  width: 100%;
  font-size: 1.1rem;
  margin-bottom: 2em;
}
@media screen and (min-width: 576px) {
  .real-life-detail__unit .text {
    font-size: 1.6rem;
    width: 57.3%;
    padding-right: 10%;
    margin-bottom: 0;
  }
}
.real-life-detail__unit .image {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .real-life-detail__unit .image {
    width: 42.7%;
  }
}

.approach__mv {
  background: url(../images/approach/approach-mv.jpg);
  background-size: cover;
  padding-top: 24rem;
}
@media screen and (min-width: 576px) {
  .approach__mv {
    padding-top: 48rem;
  }
}
.approach__top {
  margin-top: 6.5rem;
}
@media screen and (min-width: 576px) {
  .approach__top {
    margin-top: 13rem;
    text-align: center;
  }
}
.approach__top .inner {
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .approach__top .inner {
    padding: 0;
  }
}
.approach__top .ttl-subpage2 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .approach__top .ttl-subpage2 {
    margin-bottom: 2.5rem;
  }
}
.approach__top .small {
  line-height: 1;
  color: #666;
  letter-spacing: 0.2em;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .approach__top .small {
    font-size: 1.6rem;
  }
}
.approach__top .large {
  letter-spacing: 0.11em;
  line-height: 1.5;
  font-size: 1.7rem;
  margin-top: 4rem;
}
@media screen and (min-width: 576px) {
  .approach__top .large {
    font-size: 2.4rem;
    margin-top: 5.9rem;
    line-height: 1;
  }
}
.approach__top .lead {
  margin-top: 5rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .approach__top .lead {
    font-size: 1.6rem;
  }
}
.approach-content__unit {
  padding: 8rem 0;
}
@media screen and (min-width: 576px) {
  .approach-content__unit {
    padding: 16rem 0;
  }
}
.approach-content__unit--gray {
  background-color: #f5f5f5;
}
.approach-content__unit .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .approach-content__unit .inner {
    padding: 0;
  }
}
.approach-content__flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .approach-content__flex {
    flex-direction: row;
  }
}
.approach-content__flex .image {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .approach-content__flex .image {
    width: 46.3%;
  }
}
.approach-content__flex .texts {
  margin-top: 1em;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .approach-content__flex .texts {
    width: 53.7%;
    padding-left: 7.6%;
    margin-top: 0;
  }
}
.approach-content__flex .texts h2 {
  letter-spacing: 0.11em;
  font-weight: normal;
  line-height: 1;
  font-size: 1.7rem;
}
@media screen and (min-width: 576px) {
  .approach-content__flex .texts h2 {
    font-size: 2.4rem;
  }
}
.approach-content__flex .texts .jp {
  color: #666;
  letter-spacing: 2px;
  font-size: 1rem;
  padding-top: 1rem;
}
@media screen and (min-width: 576px) {
  .approach-content__flex .texts .jp {
    font-size: 1.4rem;
    padding-top: 2rem;
  }
}
.approach-content__flex .texts .text {
  letter-spacing: 0.2em;
  font-size: 1.1rem;
  padding-top: 2rem;
}
@media screen and (min-width: 576px) {
  .approach-content__flex .texts .text {
    font-size: 1.6rem;
    padding-top: 4.4rem;
  }
}
@media screen and (min-width: 576px) {
  .approach-content__flex--reverse .image {
    order: 2;
  }
}
.approach-content__flex--reverse .texts {
  padding-left: 0;
}
@media screen and (min-width: 576px) {
  .approach-content__flex--reverse .texts {
    order: 1;
    padding-right: 7.6%;
  }
}

.elements__mv {
  background: url(../images/elements/elements-mv.jpg);
  background-size: cover;
  padding-top: 24rem;
}
@media screen and (min-width: 576px) {
  .elements__mv {
    padding-top: 48rem;
  }
}
.elements__top {
  text-align: center;
  margin-top: 6.5rem;
}
@media screen and (min-width: 576px) {
  .elements__top {
    margin-top: 13rem;
  }
}
.elements__top .inner {
  max-width: 96rem;
  margin: 0 auto;
}
.elements__top .ttl-subpage2 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .elements__top .ttl-subpage2 {
    margin-bottom: 2.5rem;
  }
}
.elements__top .small {
  line-height: 1;
  color: #666;
  letter-spacing: 0.2em;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .elements__top .small {
    font-size: 1.6rem;
  }
}
.elements__top .large {
  line-height: 1;
  letter-spacing: 0.11em;
  font-size: 1.7rem;
  margin-top: 4rem;
}
@media screen and (min-width: 576px) {
  .elements__top .large {
    font-size: 2.4rem;
    margin-top: 5.9rem;
  }
}
.elements__nav {
  margin-top: 5.9rem;
}
.elements__nav .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .elements__nav .inner {
    padding: 0;
  }
}
.elements__nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.elements__nav ul li {
  text-align: center;
  width: 48%;
  margin-bottom: 5em;
}
@media screen and (min-width: 992px) {
  .elements__nav ul li {
    width: initial;
    margin-bottom: 0;
  }
}
.elements__nav ul li a:hover {
  opacity: 0.7;
}
.elements__nav ul li .eng {
  line-height: 1;
  padding-bottom: 0.9rem;
  letter-spacing: 0.2em;
  border-bottom: 2px solid #666;
  font-size: 1.7rem;
}
@media screen and (min-width: 576px) {
  .elements__nav ul li .eng {
    font-size: 2.4rem;
  }
}
.elements__nav ul li .jp {
  padding-top: 1.6rem;
  letter-spacing: 0.11em;
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .elements__nav ul li .jp {
    line-height: 1;
    font-size: 1.4rem;
  }
}
.elements__nav ul li .arrow-down img {
  width: 2rem;
}
.elements-content__unit {
  padding: 8rem 0;
}
@media screen and (min-width: 992px) {
  .elements-content__unit {
    padding: 16rem 0;
  }
}
.elements-content__unit--gray {
  background-color: #f5f5f5;
}
.elements-content__unit--gray:last-of-type {
  padding-bottom: 10rem;
}
.elements-content__unit .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .elements-content__unit .inner {
    padding: 0;
  }
}
.elements-content__flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .elements-content__flex {
    flex-direction: row;
  }
}
.elements-content__flex:not(:first-of-type) {
  margin-top: 10rem;
}
.elements-content__flex .image {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .elements-content__flex .image {
    width: 46.3%;
  }
}
.elements-content__flex .texts {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .elements-content__flex .texts {
    padding-left: 7%;
    width: 53.7%;
  }
}
.elements-content__flex .texts .number {
  font-size: 1rem;
  letter-spacing: 0.11em;
  line-height: 1;
  margin-top: 1em;
}
@media screen and (min-width: 576px) {
  .elements-content__flex .texts .number {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.elements-content__flex .texts h2 {
  letter-spacing: 0.11em;
  font-weight: normal;
  line-height: 1;
  font-size: 1.7rem;
  padding-top: 1rem;
}
@media screen and (min-width: 576px) {
  .elements-content__flex .texts h2 {
    font-size: 2.4rem;
    padding-top: 1.3rem;
  }
}
.elements-content__flex .texts .jp {
  color: #666;
  letter-spacing: 2px;
  font-size: 1rem;
  padding-top: 1rem;
}
@media screen and (min-width: 576px) {
  .elements-content__flex .texts .jp {
    font-size: 1.4rem;
    padding-top: 1.9rem;
  }
}
.elements-content__flex .texts .text {
  letter-spacing: 0.2em;
  padding-top: 2.2rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .elements-content__flex .texts .text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 576px) {
  .elements-content__flex--reverse .image {
    order: 2;
  }
}
.elements-content__flex--reverse .texts {
  padding-left: 0;
}
@media screen and (min-width: 576px) {
  .elements-content__flex--reverse .texts {
    order: 1;
    padding-right: 7%;
  }
}
.elements-play__top p {
  letter-spacing: 0.2em;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 5.2rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .elements-play__top p {
    font-size: 1.6rem;
  }
}

.single-case-content .inner {
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 992px) {
  .single-case-content .inner {
    overflow: 0;
  }
}
.single-case__slide {
  max-width: 96rem;
}
.single-case__slide .slick-prev {
  transform: translate(0, -50%);
  display: none !important;
  width: initial;
  height: initial;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
  left: 0.5rem;
}
@media screen and (min-width: 576px) {
  .single-case__slide .slick-prev {
    left: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .single-case__slide .slick-prev {
    left: -5rem;
    display: inline-block !important;
  }
}
.single-case__slide .slick-prev::before {
  content: "";
  display: inline-block;
  background: url(../images/common/arrow-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 4rem;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .single-case__slide .slick-prev::before {
    width: 3rem;
    height: 6rem;
  }
}
.single-case__slide .slick-next {
  transform: translate(0, -50%);
  display: none !important;
  width: initial;
  height: initial;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
  right: 0.5rem;
}
@media screen and (min-width: 576px) {
  .single-case__slide .slick-next {
    right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .single-case__slide .slick-next {
    right: -5rem;
    display: inline-block !important;
  }
}
.single-case__slide .slick-next::before {
  content: "";
  display: inline-block;
  background: url(../images/common/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 4rem;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .single-case__slide .slick-next::before {
    width: 3rem;
    height: 6rem;
  }
}
.single-case__slide-sub {
  max-width: 96rem;
}
.single-case__slide-sub .slick-track {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 100% !important;
}
.single-case__slide-sub .slick-track::before, .single-case__slide-sub .slick-track::after {
  content: none;
}
.single-case__slide-sub .slick-slide {
  position: relative;
  margin-top: 1rem;
  width: calc(25% - 0.7rem) !important;
  margin-right: 0.8rem;
}
.single-case__slide-sub .slick-slide:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (min-width: 576px) {
  .single-case__slide-sub .slick-slide {
    width: calc(16.6666666667% - 0.7rem) !important;
  }
  .single-case__slide-sub .slick-slide:nth-of-type(4n) {
    margin-right: 0.8rem;
  }
  .single-case__slide-sub .slick-slide:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .single-case__slide-sub .slick-slide {
    width: calc(12.5% - 0.7rem) !important;
  }
  .single-case__slide-sub .slick-slide:nth-of-type(4n) {
    margin-right: 0.8rem;
  }
  .single-case__slide-sub .slick-slide:nth-of-type(6n) {
    margin-right: 0.8rem;
  }
  .single-case__slide-sub .slick-slide:nth-of-type(8n) {
    margin-right: 0;
  }
}
.single-case__slide-sub .slick-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.single-case__slide-sub .slick-slide.slick-current::before {
  background-color: transparent;
}
.single-case__slide-sub .slick-slide:hover {
  cursor: pointer;
}
.single-case__back {
  text-align: center;
  font-size: 1.1rem;
  margin: 2.5rem;
  transition: 0.3s;
}
@media screen and (min-width: 576px) {
  .single-case__back {
    font-size: 1.6rem;
    margin-top: 5rem;
  }
}
.single-case__back:hover {
  opacity: 0.8;
}

.contact .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 992px) {
  .contact .inner {
    padding: 0;
  }
}
.contact-head__image {
  text-align: left;
}
@media screen and (min-width: 576px) {
  .contact-head__image {
    text-align: center;
  }
}
.contact-head__image img {
  max-width: 48rem;
}
.contact-head p {
  margin-top: 4.8rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .contact-head p {
    font-size: 1.6rem;
  }
}
.contact-form {
  margin-top: 5.5rem;
}
@media screen and (min-width: 576px) {
  .contact-form {
    margin-top: 11rem;
  }
}
.contact-form .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 992px) {
  .contact-form .inner {
    padding: 0;
  }
}
.contact-form label {
  margin-right: 3rem;
}
.contact-form label:hover,
.contact-form select:hover,
.contact-form input[type=submit]:hover {
  cursor: pointer;
}
.contact-form input,
.contact-form textarea,
.contact-form select,
.contact-form button {
  background-color: #f3f3f3;
  border: 0;
  border-radius: 6px;
  font-family: inherit;
  padding: 0.5em 1em;
}
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form select {
  height: 4rem;
}
.contact-form input[type=text] {
  width: 30rem;
}
.contact-form input[type=tel] {
  width: 15.2rem;
}
.contact-form input[type=submit],
.contact-form button {
  width: 100%;
  max-width: 16rem;
  display: block;
  margin: 0 auto;
  height: 4.2rem;
  background-color: #000;
  margin-top: 5rem;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .contact-form input[type=submit],
  .contact-form button {
    margin-top: 10rem;
    max-width: 36rem;
    height: 5.8rem;
    font-size: 1.8rem;
  }
}
.contact-form input[type=submit]:hover,
.contact-form button:hover {
  opacity: 0.8;
}
.contact-form input.long {
  width: 100%;
}
.contact-form textarea {
  width: 100%;
  height: 20.5rem;
}
.contact-form .list-subpage1 dt {
  color: #666;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .contact-form .list-subpage1 dt {
    width: 27.7%;
    font-size: 1.6rem;
  }
}
.contact-form .list-subpage1 dt.item, .contact-form .list-subpage1 dt.doui {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 576px) {
  .contact-form .list-subpage1 dt.item, .contact-form .list-subpage1 dt.doui {
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .contact-form .list-subpage1 dt.item, .contact-form .list-subpage1 dt.doui {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .contact-form .list-subpage1 dt.item, .contact-form .list-subpage1 dt.doui {
    letter-spacing: 0.1em;
  }
}
.contact-form .list-subpage1 dd {
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .contact-form .list-subpage1 dd {
    width: 72.3%;
    font-size: 1.6rem;
  }
}
.contact-form .list-subpage1 .address span {
  margin-right: 0.8rem;
  vertical-align: middle;
}
.contact-form .list-subpage1 .address__input--short {
  width: 12.6rem;
  margin-right: 1.6rem;
  margin-bottom: 1.6rem;
}
.contact-form .list-subpage1 .address select {
  width: 12.6rem;
  margin-bottom: 1.6rem;
}
.contact-form .list-subpage1 .birth span {
  margin-left: 0.2rem;
  margin-right: 1.6rem;
  vertical-align: middle;
}
.contact-form .list-subpage1 .birth span:first-of-type {
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .contact-form .list-subpage1 .birth span:first-of-type {
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 576px) {
  .contact-form .list-subpage1 .birth span:first-of-type {
    margin-bottom: 0;
  }
}
.contact-form .list-subpage1 .birth select {
  width: 10rem;
}
.contact-form .list-subpage1 .birth select:first-of-type {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 576px) {
  .contact-form .list-subpage1 .birth select:first-of-type {
    margin-bottom: 0;
  }
}
.contact-form .list-subpage1 .birth .wpcf7-form-control-wrap {
  margin-right: 1rem !important;
}
.contact-form .list-subpage1 .area .wpcf7-list-item {
  display: block;
}
.contact-form__buttons {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}
@media screen and (min-width: 576px) {
  .contact-form__buttons {
    column-gap: 2rem;
  }
}
.contact-form__buttons button,
.contact-form__buttons input[type=submit] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.privacy-policy .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 992px) {
  .privacy-policy .inner {
    padding: 0;
  }
}
.privacy-policy-content__unit {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 576px) {
  .privacy-policy-content__unit {
    margin-bottom: 6.5rem;
  }
}
.privacy-policy-content__unit h2 {
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 576px) {
  .privacy-policy-content__unit h2 {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
}
.privacy-policy-content__unit p {
  letter-spacing: 0.2em;
  line-height: 2.5;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .privacy-policy-content__unit p {
    font-size: 1.6rem;
  }
}
.privacy-policy-content__unit dl {
  letter-spacing: 0.2em;
  margin-top: 1.6rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .privacy-policy-content__unit dl {
    font-size: 1.6rem;
  }
}
.privacy-policy-content__unit dl dt {
  font-weight: bold;
}
.privacy-policy-content__unit dl dd {
  padding-left: 1.2em;
  line-height: 2.5;
}
.privacy-policy-content__unit .gray-box {
  background-color: #f3f3f3;
  display: inline-block;
  letter-spacing: 0.2em;
  padding: 1.1em 1.25em;
  margin-top: 1.8rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .privacy-policy-content__unit .gray-box {
    font-size: 1.6rem;
  }
}
.privacy-policy-content__unit .gray-box p {
  margin-top: 0;
  line-height: 1.88;
}
.privacy-policy-content__unit .gray-box p span {
  font-weight: bold;
}
.privacy-policy-content__date {
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: right;
  line-height: 1;
  padding-top: 1em;
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .privacy-policy-content__date {
    font-size: 1.4rem;
  }
}

.philosophy-top {
  text-align: center;
}
.philosophy-top .inner {
  max-width: 96rem;
  margin: 0 auto;
}
.philosophy-top h1 img {
  max-width: 30rem;
  width: 100%;
  height: auto;
}
.philosophy-top .ttl-subpage2 {
  margin-bottom: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #666;
  font-size: 2.2rem;
}
@media screen and (min-width: 576px) {
  .philosophy-top .ttl-subpage2 {
    margin-bottom: 2.5rem;
    font-size: 3.5rem;
  }
}
.philosophy-top .small {
  line-height: 1;
  color: #666;
  letter-spacing: 0.2em;
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .philosophy-top .small {
    font-size: 1.6rem;
  }
}
.philosophy-ceo {
  margin-top: 10rem;
}
@media screen and (min-width: 576px) {
  .philosophy-ceo {
    margin-top: 30rem;
  }
}
.philosophy-ceo .inner {
  margin: 0 auto;
  max-width: 108rem;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .philosophy-ceo .inner {
    padding: 0;
  }
}
.philosophy-ceo__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .philosophy-ceo__flex {
    flex-direction: row;
  }
}
.philosophy-ceo__flex .image {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .philosophy-ceo__flex .image {
    width: 48%;
  }
}
.philosophy-ceo__flex .texts {
  text-align: center;
  font-weight: bold;
  font-weight: bold;
  width: 100%;
  font-size: 1.5rem;
  margin-top: 4rem;
  font-family: YuGothic, "Yu Gothic", YuGothic, "Yu Gothic", sans-serif;
}
@media screen and (min-width: 576px) {
  .philosophy-ceo__flex .texts {
    font-size: 2.4rem;
    width: 52%;
    margin-top: 0;
  }
}
.philosophy-ceo p {
  font-weight: 300;
  letter-spacing: 0.11em;
  line-height: 2.5;
  font-size: 1.1rem;
  margin-top: 4rem;
}
@media screen and (min-width: 576px) {
  .philosophy-ceo p {
    font-size: 1.6rem;
    margin-top: 8.8rem;
  }
}
.philosophy-local-living {
  margin-top: 7rem;
}
@media screen and (min-width: 576px) {
  .philosophy-local-living {
    margin-top: 14.8rem;
  }
}
.philosophy-local-living__top {
  background: url(../images/philosophy/philosophy2.jpg);
  background-size: cover;
  background-position: center;
}
.philosophy-local-living__top .inner {
  max-width: 108rem;
  margin: 0 auto;
  position: relative;
  height: 20rem;
}
@media screen and (min-width: 576px) {
  .philosophy-local-living__top .inner {
    padding-top: 48.3%;
  }
}
@media screen and (min-width: 1900px) {
  .philosophy-local-living__top .inner {
    padding-top: 0;
    height: 90rem;
  }
}
.philosophy-local-living__bottom {
  background-color: #f5f5f5;
}
.philosophy-local-living__bottom .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 5rem 10%;
}
@media screen and (min-width: 576px) {
  .philosophy-local-living__bottom .inner {
    padding: 10rem 2rem 15.2rem;
  }
}
@media screen and (min-width: 992px) {
  .philosophy-local-living__bottom .inner {
    padding: 10rem 0 15.2rem;
  }
}
.philosophy-local-living__bottom .text {
  text-align: center;
  padding: 0 2rem;
  color: #fff;
  font-family: YuGothic, "Yu Gothic", YuGothic, "Yu Gothic", sans-serif;
  color: #4A4F63;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 576px) {
  .philosophy-local-living__bottom .text {
    margin-bottom: 15rem;
  }
}
@media screen and (min-width: 992px) {
  .philosophy-local-living__bottom .text {
    padding: 0;
  }
}
.philosophy-local-living__bottom .text h2 {
  font-weight: normal;
  letter-spacing: 0.18em;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .philosophy-local-living__bottom .text h2 {
    font-size: 3.8rem;
  }
}
.philosophy-local-living__bottom .text p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-top: 0;
}
@media screen and (min-width: 576px) {
  .philosophy-local-living__bottom .text p {
    font-size: 2.6rem;
  }
}
.philosophy-local-living__bottom h3 {
  letter-spacing: 0.11em;
  color: #666;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .philosophy-local-living__bottom h3 {
    font-size: 2rem;
  }
}
.philosophy-local-living__bottom p {
  font-weight: 300;
  letter-spacing: 0.11em;
  font-size: 1.1rem;
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .philosophy-local-living__bottom p {
    font-size: 1.6rem;
    margin-top: 4.2rem;
  }
}
.philosophy-list .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .philosophy-list .inner {
    padding: 0;
  }
}
.philosophy-list ul li {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .philosophy-list ul li {
    flex-direction: row;
  }
}
.philosophy-list ul li:first-of-type {
  margin-top: 7.5rem;
}
@media screen and (min-width: 576px) {
  .philosophy-list ul li:first-of-type {
    margin-top: 15rem;
  }
}
.philosophy-list ul li:not(:first-of-type) {
  margin-top: 10rem;
}
@media screen and (min-width: 576px) {
  .philosophy-list ul li:not(:first-of-type) {
    margin-top: 30rem;
  }
}
.philosophy-list ul li .image {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .philosophy-list ul li .image {
    width: 48%;
  }
}
.philosophy-list ul li .texts {
  width: 100%;
  margin-top: 2em;
}
@media screen and (min-width: 576px) {
  .philosophy-list ul li .texts {
    width: 43%;
    margin-top: 0;
  }
}
.philosophy-list ul li .texts .title {
  letter-spacing: 0.11em;
  font-weight: normal;
  line-height: 1;
  font-size: 1.9rem;
}
@media screen and (min-width: 576px) {
  .philosophy-list ul li .texts .title {
    font-size: 2.8rem;
  }
}
.philosophy-list ul li .texts .sub-title {
  letter-spacing: 0.11em;
  font-weight: bold;
  line-height: 1;
  font-size: 1.3rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 576px) {
  .philosophy-list ul li .texts .sub-title {
    font-size: 1.8rem;
    margin-top: 2.9rem;
  }
}
.philosophy-list ul li .texts .sub-title span {
  color: #666;
}
.philosophy-list ul li .texts .text {
  letter-spacing: 0.1em;
  font-weight: 300;
  text-align: left;
  line-height: 2.5;
  font-size: 1.1rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 576px) {
  .philosophy-list ul li .texts .text {
    font-size: 1.6rem;
    margin-top: 4.8rem;
  }
}

.company-staff {
  background-color: #f5f5f5;
  padding: 5rem 0;
}
@media screen and (min-width: 576px) {
  .company-staff {
    padding: 10rem 0;
  }
}
.company-staff .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .company-staff .inner {
    padding: 0;
  }
}
.company-staff__flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .company-staff__flex {
    flex-direction: row;
  }
}
.company-staff__flex .texts {
  order: 2;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .company-staff__flex .texts {
    width: 54%;
    order: 1;
  }
}
.company-staff__flex .texts h2 {
  letter-spacing: 0.11em;
  font-weight: normal;
  font-size: 1.8rem;
  margin-top: 1em;
}
@media screen and (min-width: 576px) {
  .company-staff__flex .texts h2 {
    font-size: 2.6rem;
    margin-top: 0;
  }
}
.company-staff__flex .texts ul {
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .company-staff__flex .texts ul {
    margin-top: 3.3rem;
  }
}
.company-staff__flex .texts ul li {
  letter-spacing: 0.11em;
  font-weight: normal;
  color: #666;
  font-size: 1.7rem;
  display: inline-block;
  margin-right: 2em;
}
@media screen and (min-width: 576px) {
  .company-staff__flex .texts ul li {
    font-size: 2.4rem;
    margin-right: 0;
    display: block;
  }
}
.company-staff__flex .slide {
  order: 1;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .company-staff__flex .slide {
    order: 2;
    width: 46%;
  }
}
.company-info {
  margin-top: 8rem;
}
@media screen and (min-width: 576px) {
  .company-info {
    margin-top: 16rem;
  }
}
.company-info .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .company-info .inner {
    padding: 0;
  }
}
.company-info .list-subpage1 dt {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .company-info .list-subpage1 dt {
    width: 27.7%;
    padding: 0.2em 1.1em;
  }
}
.company-info .list-subpage1 dd {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .company-info .list-subpage1 dd {
    width: 72.3%;
    padding: 2em 1.1em;
  }
}

.reservation-top .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .reservation-top .inner {
    padding: 0;
  }
}
.reservation-top .lead {
  letter-spacing: 0.1em;
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .reservation-top .lead {
    font-size: 1.6rem;
    text-align: center;
  }
}
.reservation-form {
  margin-top: 5.6rem;
}
@media screen and (min-width: 576px) {
  .reservation-form {
    margin-top: 11.2rem;
  }
}
.reservation-form .inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 992px) {
  .reservation-form .inner {
    padding: 0;
  }
}
.reservation-form label:hover,
.reservation-form select:hover,
.reservation-form input[type=date]:hover,
.reservation-form input[type=submit]:hover {
  cursor: pointer;
}
.reservation-form input,
.reservation-form textarea,
.reservation-form select,
.reservation-form button {
  background-color: #f3f3f3;
  border: 0;
  border-radius: 6px;
  font-family: inherit;
  padding: 0.5em 1em;
}
.reservation-form input[type=text],
.reservation-form input[type=tel],
.reservation-form input[type=email],
.reservation-form input[type=date],
.reservation-form select {
  height: 4rem;
}
.reservation-form input[type=text] {
  width: 30rem;
}
.reservation-form input[type=tel] {
  width: 15.2rem;
}
.reservation-form input[type=date] {
  width: 14rem;
}
.reservation-form input[type=submit],
.reservation-form button {
  width: 100%;
  max-width: 16rem;
  display: block;
  margin: 0 auto;
  height: 4.2rem;
  background-color: #000;
  margin-top: 5rem;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .reservation-form input[type=submit],
  .reservation-form button {
    margin-top: 10rem;
    max-width: 36rem;
    height: 5.8rem;
    font-size: 1.8rem;
  }
}
.reservation-form input.long {
  width: 100%;
}
.reservation-form textarea {
  width: 100%;
  height: 20.5rem;
}
@media screen and (min-width: 576px) {
  .reservation-form .list-subpage1 dt {
    width: 27.7%;
  }
}
.reservation-form .list-subpage1 dt.doui {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 576px) {
  .reservation-form .list-subpage1 dt.doui {
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .reservation-form .list-subpage1 dt.doui {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .reservation-form .list-subpage1 dt.doui {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 576px) {
  .reservation-form .list-subpage1 dd {
    width: 72.3%;
  }
}
.reservation-form .list-subpage1 dd.event .wpcf7-list-item {
  display: block;
}
.reservation-form .list-subpage1 dd.time div {
  display: inline-block;
  position: relative;
}
.reservation-form .list-subpage1 dd.time div::after {
  position: absolute;
  top: 1rem;
  right: 0.2em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 1.2rem;
  color: #333;
}
@media screen and (min-width: 576px) {
  .reservation-form .list-subpage1 dd.time div::after {
    content: none;
  }
}
.reservation-form .list-subpage1 dd.time select {
  width: 8rem;
}
.reservation-form .list-subpage1 dd.time span {
  vertical-align: middle;
  margin-left: 0.2rem;
  margin-right: 1.6rem;
}
.reservation-form .list-subpage1 dd.address div {
  display: inline-block;
  position: relative;
}
.reservation-form .list-subpage1 dd.address div::after {
  position: absolute;
  top: 1rem;
  right: 0.2em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 1.2rem;
  color: #333;
}
@media screen and (min-width: 576px) {
  .reservation-form .list-subpage1 dd.address div::after {
    content: none;
  }
}
.reservation-form .list-subpage1 dd.address span {
  vertical-align: middle;
  margin-right: 0.7rem;
}
.reservation-form .list-subpage1 dd.address .postal {
  width: 11rem;
  margin-right: 1.8rem;
  margin-bottom: 1.6rem;
}
.reservation-form .list-subpage1 dd.address .prefecture {
  width: 12.6rem;
  margin-bottom: 1.6rem;
}

.show__top {
  margin-top: 6.5rem;
}
@media screen and (min-width: 576px) {
  .show__top {
    margin-top: 12rem;
    text-align: center;
  }
}
.show__top .inner {
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .show__top .inner {
    padding: 0;
  }
}
.show__top .ttl-showroom {
  letter-spacing: 0.11em;
  font-weight: 600;
  color: #666;
  line-height: 1;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .show__top .ttl-showroom {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
}
.show__top .ttl-subpage2 {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 576px) {
  .show__top .ttl-subpage2 {
    margin-bottom: 2rem;
  }
}
.show__top .small {
  color: #666;
  letter-spacing: 0.2em;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .show__top .small {
    font-size: 1.6rem;
  }
}
.show-content {
  margin-top: 5.5rem;
}
@media screen and (min-width: 576px) {
  .show-content {
    margin-top: 11rem;
  }
}
.show-content .inner {
  max-width: 74rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .show-content .inner {
    padding: 0;
  }
}
.show-content p {
  letter-spacing: 0.1em;
  margin-bottom: 2.75em;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .show-content p {
    font-size: 1.6rem;
  }
}
.show-info {
  margin-top: 6rem;
}
@media screen and (min-width: 576px) {
  .show-info {
    margin-top: 12rem;
  }
}
.show-info ul li {
  text-align: left;
  margin-bottom: 0.5em;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .show-info ul li {
    font-size: 1.6rem;
  }
}
.show-info ul li span {
  font-weight: bold;
  color: #666;
}
.show-info .asterisk {
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-left: 1em;
  margin-top: 0.8rem;
  position: relative;
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .show-info .asterisk {
    font-size: 1.4rem;
  }
}
.show-info .asterisk::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.show-info .inner {
  max-width: 102rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .show-info .inner {
    padding: 0;
  }
}
.show-info__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .show-info__flex {
    flex-direction: row;
  }
}
.show-info__flex .image {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .show-info__flex .image {
    width: 41%;
  }
}
.show-info__flex .texts {
  width: 100%;
  margin-top: 1.8rem;
}
@media screen and (min-width: 576px) {
  .show-info__flex .texts {
    width: 59%;
    margin-top: 0;
    padding-left: 12%;
  }
}
.show-info__flex .texts .insta-link {
  font-size: 2.5rem;
}
.show-info__flex .texts .insta-link:hover {
  opacity: 0.7;
}

.show-theme__mv {
  background: url(../images/show-theme/show-theme-mv.jpg);
  background-size: cover;
  padding-top: 24rem;
}
@media screen and (min-width: 576px) {
  .show-theme__mv {
    padding-top: 48rem;
  }
}

.show-five__mv {
  background: url(../images/show-five/show-fives-mv.jpg);
  background-size: cover;
  padding-top: 24rem;
}
@media screen and (min-width: 576px) {
  .show-five__mv {
    padding-top: 48rem;
  }
}
.show-five .show__top {
  margin-bottom: 5.6rem;
}
@media screen and (min-width: 576px) {
  .show-five .show__top {
    margin-bottom: 11.2rem;
  }
}
.show-five-img .inner {
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .show-five-img .inner {
    padding: 0;
  }
}
.show-five-logo .inner {
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .show-five-logo .inner {
    padding: 0;
  }
}
.show-five-logo__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6rem;
  flex-direction: column;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 576px) {
  .show-five-logo__flex {
    flex-direction: row;
    margin-bottom: 15rem;
  }
}
.show-five-logo__flex .image {
  text-align: center;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 576px) {
  .show-five-logo__flex .image {
    width: 48%;
    margin-top: 0;
  }
}
.show-five-logo__flex .image img {
  width: 10rem;
}
@media screen and (min-width: 576px) {
  .show-five-logo__flex .image img {
    width: 16.3rem;
  }
}
.show-five-logo__flex .texts {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .show-five-logo__flex .texts {
    width: 48%;
  }
}
.show-five-logo__flex .texts h2 {
  line-height: 1;
  letter-spacing: 0.11em;
  font-weight: normal;
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .show-five-logo__flex .texts h2 {
    font-size: 2.4rem;
    text-align: left;
  }
}
.show-five-logo__flex .texts p {
  margin-top: 3rem;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .show-five-logo__flex .texts p {
    font-size: 1.6rem;
  }
}
.show-five .show-content {
  margin-top: 4rem;
}
@media screen and (min-width: 576px) {
  .show-five .show-content {
    margin-top: 8rem;
  }
}
.show-five .show-content h2 {
  letter-spacing: 0.11em;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 3.6rem;
  font-size: 1.7rem;
}
@media screen and (min-width: 576px) {
  .show-five .show-content h2 {
    margin-bottom: 7.2rem;
    font-size: 2.4rem;
  }
}
.show-five-shop {
  background-color: #f5f5f5;
  padding: 4.5rem 0;
  margin-top: 7.6rem;
}
@media screen and (min-width: 576px) {
  .show-five-shop {
    padding: 9rem 0;
    margin-top: 15.2rem;
  }
}
.show-five-shop .inner {
  max-width: 74rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .show-five-shop .inner {
    padding: 0;
  }
}
.show-five-shop h2 {
  letter-spacing: 0.11em;
  font-weight: normal;
  text-align: center;
  font-size: 1.7rem;
}
@media screen and (min-width: 576px) {
  .show-five-shop h2 {
    font-size: 2.4rem;
  }
}
.show-five-shop__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .show-five-shop__flex {
    margin-top: 6rem;
  }
}
.show-five-shop__flex div {
  text-align: center;
}
.show-five-shop__flex div h3 {
  letter-spacing: 0.11em;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 576px) {
  .show-five-shop__flex div h3 {
    font-size: 1.8rem;
  }
}
.show-five-shop__flex div ul {
  font-size: 1.1rem;
  letter-spacing: 0.11em;
  font-weight: 300;
}
@media screen and (min-width: 576px) {
  .show-five-shop__flex div ul {
    font-size: 1.6rem;
  }
}
.show-five-shop__flex div ul li {
  color: #666;
}
.show-five-shop__flex div.right h3:last-of-type {
  margin-top: 2.5rem;
}

.recruit__mv {
  background: url(../images/recruit/mv.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 24rem;
}
@media screen and (min-width: 576px) {
  .recruit__mv {
    padding-top: 48rem;
  }
}
.recruit__top {
  margin-bottom: 5.6rem;
}
@media screen and (min-width: 576px) {
  .recruit__top {
    margin-bottom: 11.2rem;
  }
}
.recruit-content .inner {
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 992px) {
  .recruit-content .inner {
    padding: 0;
  }
}
.recruit-content p {
  letter-spacing: 0.02em;
  margin-bottom: 1.5em;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .recruit-content p {
    font-size: 1.6rem;
  }
}
.recruit-content__ttl {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-bottom: 8rem;
}
.recruit-content__lead {
  letter-spacing: 0.02em;
  margin-bottom: 3.25em;
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .recruit-content__lead {
    font-size: 1.6rem;
  }
}
.recruit-content__dlist {
  margin-top: 8rem;
}
.recruit-content__dlist dt {
  letter-spacing: 0.02em;
  margin-top: 3.25em;
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 576px) {
  .recruit-content__dlist dt {
    font-size: 1.6rem;
  }
}
.recruit-content__dlist dt span {
  margin-left: 2em;
}
.recruit-content__dlist dd {
  letter-spacing: 0.02em;
  margin-top: 1em;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .recruit-content__dlist dd {
    font-size: 1.6rem;
  }
}
.recruit-content__address {
  font-style: normal;
  margin-top: 8rem;
}
.recruit-content__address > h2 {
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (min-width: 576px) {
  .recruit-content__address > h2 {
    font-size: 2rem;
  }
}
.recruit-content__address > p {
  letter-spacing: 0.02em;
  font-size: 1.1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .recruit-content__address > p {
    font-size: 1.6rem;
  }
}
.recruit-content__intern {
  letter-spacing: 0.02em;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 1.5em;
}
@media screen and (min-width: 576px) {
  .recruit-content__intern {
    font-size: 1.6rem;
  }
}
.recruit-content__list {
  margin-top: 6rem;
}
.recruit-content__list > li {
  position: relative;
  letter-spacing: 0.02em;
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .recruit-content__list > li {
    font-size: 1.4rem;
  }
}
.recruit-content__list > li::before {
  content: "*";
}