@charset "UTF-8";
/*
カラー・フォント定義
*/
@font-face {
  font-family: "Inter";
  unicode-range: U+0030-0070;
}
/* =========================== 共通 =========================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

a {
  color: #5771b3;
  text-decoration: none;
}
a:hover {
  color: #5771b3;
  text-decoration: underline;
}

ul {
  list-style-type: none;
}

body {
  font-family: "Inter", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 1;
  padding: 0px;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
}
body.no_scroll {
  overflow: hidden !important;
}

body.hina {
  padding-top: 87px;
}
@media only screen and (max-width: 959px) {
  body.hina {
    padding: 43px 0px 0px 0px;
  }
}
body.hina.page-sitemap,
body.hina.page-privacy,
body.hina.page-company,
body.hina.page-voice,
body.hina.page-works,
body.hina.news-list {
  padding: 167px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-sitemap,
  body.hina.page-privacy,
  body.hina.page-company,
  body.hina.page-voice,
  body.hina.page-works,
  body.hina.news-list {
    padding: 83px 0px 0px 0px;
  }
}
body.hina .ttl-h2 {
  margin: 0px 0px 90px 0px;
}
@media only screen and (max-width: 959px) {
  body.hina .ttl-h2 {
    margin: 0px 0px 50px 0px;
  }
}

/* =========================== 汎用スタイル =========================== */
@media only screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}
@media only screen and (max-width: 959px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .sp {
    display: block;
  }
}

.anchorlink {
  position: relative;
  top: -128px;
  display: block;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb96 {
  margin-bottom: 96px !important;
}

.mb128 {
  margin-bottom: 128px !important;
}

.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1000ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition-timing-function: ease-in-out;
}

@keyframes type6-top {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes type6-bottom {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes type6-top-close {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(-25deg);
  }
}
@keyframes type6-bottom-close {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(25deg);
  }
}
@keyframes type7-top {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes type7-bottom {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes type7-top-close {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(6px) rotate(-25deg);
  }
}
@keyframes type7-bottom-close {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-6px) rotate(25deg);
  }
}
@keyframes more-btn-bottomline {
  50% {
    left: 100%;
  }
  50.1% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes more-btn-arrow {
  50% {
    right: -30px;
    opacity: 0;
  }
  50.1% {
    right: 50px;
  }
  100% {
    opacity: 1;
    right: 8px;
  }
}
@keyframes more-btn-arrow-center-square {
  50% {
    right: -30px;
    opacity: 0;
  }
  50.1% {
    right: 70px;
  }
  100% {
    opacity: 1;
    right: 22px;
  }
}
@keyframes area-arrow {
  50% {
    transform: translateX(30px);
    opacity: 0;
  }
  50.1% {
    right: 50px;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes footer-arrow {
  50% {
    transform: translateX(30px);
    opacity: 0;
  }
  50.1% {
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes goto-top-arrow {
  50% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes g-nav-border-start {
  100% {
    left: -100%;
  }
}
@keyframes g-nav-border {
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes works-container-on {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes value04Loop {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.base-center-container {
  width: 100%;
  max-width: 1080px;
  margin: 0px auto 0px auto;
}
@media only screen and (max-width: 959px) {
  .base-center-container {
    padding: 0px 20px 0px 20px;
  }
}

.sub-ttl {
  display: block;
  font-size: 14px;
  color: #c5c5c5;
  font-weight: normal;
  margin: 0px 0px 32px 0px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 959px) {
  .sub-ttl {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0px 0px 20px 0px;
  }
}

.ttl-h2 {
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 2px;
  transition-delay: 0.3s;
}
.ttl-h2.prime span {
  position: relative;
}
.ttl-h2.prime span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -3px;
  left: 0px;
  background-color: #c8a537;
}
@media only screen and (max-width: 959px) {
  .ttl-h2.prime span::after {
    height: 2px;
    bottom: 0px;
  }
}
.ttl-h2.flex span {
  position: relative;
}
.ttl-h2.flex span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -3px;
  left: 0px;
  background-color: #0c8df3;
}
@media only screen and (max-width: 959px) {
  .ttl-h2.flex span::after {
    height: 2px;
    bottom: 0px;
  }
}
@media only screen and (max-width: 959px) {
  .ttl-h2 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}

.more-btn {
  display: flex;
  justify-content: flex-end;
}
.more-btn a {
  width: 219px;
  display: block;
  color: #000;
  font-size: 12px;
  padding: 0px 0px 12px 0px;
  overflow: hidden;
  position: relative;
}
.more-btn a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  background-color: #a0a0a0;
}
.more-btn a::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 7px;
  bottom: 12px;
  right: 8px;
  background-image: url("../img/base/footer-arrow-g.svg");
  background-repeat: no-repeat;
  background-size: 25px 7px;
}
.more-btn a:hover {
  text-decoration: none;
  color: #c5c5c5;
}
.more-btn a:hover::after {
  animation: more-btn-bottomline 1s;
  animation-fill-mode: forwards !important;
}
.more-btn a:hover::before {
  animation: more-btn-arrow 1s;
  animation-fill-mode: forwards !important;
}
.more-btn span {
  width: 219px;
  display: block;
  color: #000;
  font-size: 12px;
  padding: 0px 0px 12px 0px;
  overflow: hidden;
  position: relative;
}
.more-btn span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  background-color: #a0a0a0;
}
.more-btn span::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 7px;
  bottom: 12px;
  right: 8px;
  background-image: url("../img/base/footer-arrow-g.svg");
  background-repeat: no-repeat;
  background-size: 25px 7px;
}
.more-btn.w a,
.more-btn.w span {
  color: #fff;
}
.more-btn.w a::after,
.more-btn.w span::after {
  background-color: #fff;
}
.more-btn.w a::before,
.more-btn.w span::before {
  background-image: url("../img/base/footer-arrow.svg");
}
@media only screen and (max-width: 959px) {
  .more-btn.sp-more-btn {
    justify-content: center;
  }
  .more-btn.sp-more-btn a,
  .more-btn.sp-more-btn span {
    width: 280px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-position: right 16px center;
    background-image: url("../img/base/footer-arrow-g.svg");
    background-size: 25px 7px;
  }
  .more-btn.sp-more-btn a::after,
  .more-btn.sp-more-btn span::after {
    display: none !important;
  }
  .more-btn.sp-more-btn a::before,
  .more-btn.sp-more-btn span::before {
    display: none !important;
  }
}
.more-btn.center-square a,
.more-btn.center-square span {
  width: 280px;
  height: 50px;
  line-height: 47px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}
.more-btn.center-square a::after,
.more-btn.center-square span::after {
  display: none !important;
}
.more-btn.center-square a::before,
.more-btn.center-square span::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 7px;
  bottom: 22px;
  right: 22px;
  background-image: url("../img/base/footer-arrow-g.svg");
  background-repeat: no-repeat;
  background-size: 25px 7px;
}
.more-btn.center-square a:hover,
.more-btn.center-square span:hover {
  text-decoration: none;
  color: #c5c5c5;
}
.more-btn.center-square a:hover::before,
.more-btn.center-square span:hover::before {
  animation: more-btn-arrow-center-square 1s;
  animation-fill-mode: forwards !important;
}
@media only screen and (max-width: 959px) {
  .more-btn.center-square {
    justify-content: center;
  }
  .more-btn.center-square a,
  .more-btn.center-square span {
    width: 280px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-position: right 16px center;
    background-image: url("../img/base/footer-arrow-g.svg");
    background-size: 25px 7px;
  }
  .more-btn.center-square a::after,
  .more-btn.center-square span::after {
    display: none !important;
  }
  .more-btn.center-square a::before,
  .more-btn.center-square span::before {
    display: none !important;
  }
}

.detail-btn {
  display: flex;
  justify-content: flex-end;
}
.detail-btn a,
.detail-btn span {
  width: 144px;
  display: block;
  color: #000;
  font-size: 10px;
  padding: 0px 0px 8px 0px;
  overflow: hidden;
  position: relative;
}
.detail-btn a::after,
.detail-btn span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  background-color: #a0a0a0;
}
.detail-btn a::before,
.detail-btn span::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 5px;
  bottom: 12px;
  right: 8px;
  background-image: url("../img/base/footer-arrow-b.svg");
  background-repeat: no-repeat;
  background-size: 22px 5px;
}
.detail-btn.color-navy span {
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 12px 8px;
  border-radius: 6px;
  background-color: #3d6bc6;
}
.detail-btn.color-navy span::after {
  display: none;
}
.detail-btn.color-navy span::before {
  bottom: 16px;
  background-image: url("../img/base/footer-arrow.svg");
}
.detail-btn.single-link a:hover,
.detail-btn.single-link span:hover {
  text-decoration: none;
  color: #c5c5c5;
}
.detail-btn.single-link a:hover::after,
.detail-btn.single-link span:hover::after {
  animation: more-btn-bottomline 1s;
  animation-fill-mode: forwards !important;
}
.detail-btn.single-link a:hover::before,
.detail-btn.single-link span:hover::before {
  animation: more-btn-arrow 1s;
  animation-fill-mode: forwards !important;
}

.side-nav {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 100;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 959px) {
  .side-nav {
    top: inherit;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
  }
}
.side-nav.is-in {
  opacity: 1;
  visibility: visible;
}
.side-nav ul {
  width: 90px;
  margin: 0px 0px 14px 0px;
}
@media only screen and (max-width: 959px) {
  .side-nav ul {
    width: 50%;
    margin: 0px 0px 0px 0px;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
  }
  .area .side-nav ul {
    width: 75%;
  }
}
@media only screen and (max-width: 959px) {
  .side-nav ul li {
    width: 50%;
    display: block;
  }
  .area .side-nav ul li {
    width: 33.3%;
  }
}
.side-nav ul li:first-child a {
  border: 1px solid #d9d9d9;
  border-top-left-radius: 4px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 959px) {
  .side-nav ul li:first-child a {
    border-bottom: none;
  }
}
.side-nav ul li:last-child a {
  border: 1px solid #d9d9d9;
  border-top: none;
  border-bottom-left-radius: 4px;
}
@media only screen and (max-width: 959px) {
  .side-nav ul li:last-child a {
    border: 1px solid #d9d9d9;
    border-left: none;
    border-bottom: none;
    border-bottom-left-radius: 0px;
  }
}
@media only screen and (max-width: 959px) {
  .area .side-nav ul li {
    border: none;
  }
}
@media only screen and (max-width: 959px) {
  .area .side-nav ul li:nth-child(1) a {
    border: none;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }
}
.area .side-nav ul li:nth-child(2) {
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
@media only screen and (max-width: 959px) {
  .area .side-nav ul li:nth-child(2) {
    border: none;
  }
  .area .side-nav ul li:nth-child(2) a {
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }
}
@media only screen and (max-width: 959px) {
  .area .side-nav ul li:nth-child(3) a {
    border: none;
    border-top: 1px solid #d9d9d9;
    border-top-right-radius: 4px;
  }
}
.side-nav ul li a {
  transition: 0.5s;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 49px;
  line-height: 49px;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
}
.side-nav ul li a:hover {
  background-color: #c5c5c5;
  text-decoration: none;
}
.side-nav ul.bottom {
  margin: 0px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  .area .side-nav ul.bottom {
    width: 25%;
  }
}
@media only screen and (max-width: 959px) {
  .area .side-nav ul.bottom li {
    width: 100%;
  }
}
.side-nav ul.bottom li:first-child a {
  border: 1px solid #151515;
  border-top-left-radius: 4px;
  border-bottom: 1px solid #696969;
}
@media only screen and (max-width: 959px) {
  .side-nav ul.bottom li:first-child a {
    border-bottom-left-radius: 0px;
    border: none;
    border-right: 1px solid #696969;
  }
}
.side-nav ul.bottom li:first-child a:hover {
  border: 1px solid #696969;
}
.side-nav ul.bottom li:last-child a {
  border: 1px solid #151515;
  border-top: none;
  border-bottom-left-radius: 4px;
}
@media only screen and (max-width: 959px) {
  .side-nav ul.bottom li:last-child a {
    border-bottom-left-radius: 0px;
    border: none;
    border-top-right-radius: 4px;
  }
}
.area .side-nav ul.bottom li:last-child a {
  border-top: 1px solid #696969;
}
@media only screen and (max-width: 959px) {
  .area .side-nav ul.bottom li:last-child a {
    border: none;
  }
}
.side-nav ul.bottom li:last-child a:hover {
  border: 1px solid #696969;
  border-top: none;
}
.area .side-nav ul.bottom li:last-child a:hover {
  border-top: 1px solid #696969;
}
.side-nav ul.bottom a {
  transition: 0.5s;
  color: #fff;
  background-color: #151515;
}

.main-nav {
  position: fixed;
  z-index: 1000;
  top: 87px;
  left: 0;
  width: 100%;
  height: calc(100% - 87px);
  visibility: hidden;
  transition: 0.4s;
  opacity: 0;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}
@media only screen and (max-width: 959px) {
  .main-nav {
    top: 43px;
    min-height: calc(100% - 43px);
  }
}
.main-nav.on {
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

header {
  z-index: 1000;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
header .inner {
  position: relative;
}
header .inner h1 {
  position: absolute;
  width: 195px;
  height: 26px;
  top: 24px;
  left: 30px;
}
@media only screen and (max-width: 959px) {
  header .inner h1 {
    top: 14px;
    left: 20px;
    width: 104px;
    height: 19px;
  }
}
header .inner h1 img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
header .inner .g-nav {
  position: absolute;
  top: 38px;
  right: 121px;
}
@media only screen and (max-width: 959px) {
  header .inner .g-nav {
    display: none;
  }
}
header .inner .g-nav li {
  display: inline-block;
  margin: 0px 40px 0px 0px;
}
header .inner .g-nav li:last-child {
  margin: 0px 0px 0px 0px;
}
header .inner .g-nav li a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 0px 0px 8px 0px;
  position: relative;
  overflow: hidden;
}
header .inner .g-nav li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: -100%;
  z-index: 3;
  opacity: 1;
  background-color: #fff;
  transition: 0.5s;
}
header .inner .g-nav li a:hover {
  text-decoration: none;
}
header .inner .g-nav li a:hover::after {
  transition: 0.5s;
  transform: translateX(100%);
}
header .inner .menu-btn {
  width: 42px;
  height: 18px;
  position: absolute;
  cursor: pointer;
  right: 30px;
  top: 39px;
}
@media only screen and (max-width: 959px) {
  header .inner .menu-btn {
    right: 20px;
    top: 15px;
    width: 25px;
    height: 12px;
  }
}
header .inner .menu-btn span {
  position: absolute;
  width: 42px;
  height: 1px;
  display: block;
  background-color: #fff;
  left: 0px;
}
@media only screen and (max-width: 959px) {
  header .inner .menu-btn span {
    width: 25px;
  }
}
header .inner .menu-btn span:nth-child(1) {
  top: 0px;
  animation: type6-top 0.5s;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 959px) {
  header .inner .menu-btn span:nth-child(1) {
    animation: type7-top 0.5s;
  }
}
header .inner .menu-btn span:nth-child(2) {
  top: 9px;
  transition: 0.5s opacity;
  opacity: 1;
}
@media only screen and (max-width: 959px) {
  header .inner .menu-btn span:nth-child(2) {
    top: 6px;
  }
}
header .inner .menu-btn span:nth-child(3) {
  top: 18px;
  animation: type6-bottom 0.5s;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 959px) {
  header .inner .menu-btn span:nth-child(3) {
    animation: type7-bottom 0.5s;
    top: 12px;
  }
}
header .inner .menu-btn.on span:nth-child(1) {
  animation: type6-top-close 0.5s;
  animation-fill-mode: forwards !important;
}
@media only screen and (max-width: 959px) {
  header .inner .menu-btn.on span:nth-child(1) {
    animation: type7-top-close 0.5s;
  }
}
header .inner .menu-btn.on span:nth-child(2) {
  opacity: 0;
  transition: 0.5s opacity;
}
header .inner .menu-btn.on span:nth-child(3) {
  animation: type6-bottom-close 0.5s;
  animation-fill-mode: forwards !important;
}
@media only screen and (max-width: 959px) {
  header .inner .menu-btn.on span:nth-child(3) {
    animation: type7-bottom-close 0.5s;
  }
}
header.sc_on,
.hina header {
  background-color: #fff;
  height: 87px;
}
@media only screen and (max-width: 959px) {
  header.sc_on,
  .hina header {
    height: 43px;
  }
}
header.sc_on .g-nav li a,
.hina header .g-nav li a {
  color: #000;
}
header.sc_on .g-nav li a::after,
.hina header .g-nav li a::after {
  content: "";
  background-color: #000;
}
header.sc_on .menu-btn span,
.hina header .menu-btn span {
  background-color: #000;
}
.okayama header h1::after {
  content: "";
  position: absolute;
  width: 88px;
  height: 23px;
  bottom: -4px;
  right: -111px;
  background-image: url("../img/base/header-logo-okayama.svg");
  background-size: 88px 23px;
}
@media only screen and (max-width: 959px) {
  .okayama header h1::after {
    width: 74px;
    height: 19px;
    bottom: 1px;
    right: -90px;
    background-size: 74px 19px;
  }
}
.okayama header h1::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 64px;
  bottom: -25px;
  right: -221px;
  background-image: url("../img/area/okayama/head-okayama.png");
  background-size: 100px 64px;
}
@media only screen and (max-width: 959px) {
  .okayama header h1::before {
    width: 50px;
    height: 32px;
    bottom: -3px;
    right: -148px;
    background-size: 50px 32px;
  }
}
.kouchi header h1::after {
  content: "";
  position: absolute;
  width: 88px;
  height: 23px;
  bottom: -4px;
  right: -111px;
  background-image: url("../img/base/header-logo-kouchi.svg");
  background-size: 88px 23px;
}
@media only screen and (max-width: 959px) {
  .kouchi header h1::after {
    width: 74px;
    height: 19px;
    bottom: 1px;
    right: -90px;
    background-size: 74px 19px;
  }
}
.kouchi header h1::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 64px;
  bottom: -25px;
  right: -221px;
  background-image: url("../img/area/kouchi/head-kouchi.png");
  background-size: 100px 64px;
}
@media only screen and (max-width: 959px) {
  .kouchi header h1::before {
    width: 50px;
    height: 32px;
    bottom: -3px;
    right: -148px;
    background-size: 50px 32px;
  }
}

.footer-nav {
  background: #383838;
  padding: 34px 30px;
  font-size: 11px;
  position: relative;
  color: #fff;
  margin: 128px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  .footer-nav {
    padding: 30px 20px 30px 20px;
  }
}
@media only screen and (max-width: 959px) {
  .footer-nav .base-center-container {
    padding: 0px 0px 0px 0px;
  }
}
.footer-nav .scroll-top {
  position: absolute;
  width: 17px;
  height: 67px;
  top: -85px;
  right: 23px;
}
.footer-nav .scroll-top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.footer-nav .scroll-top a img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 9px;
  height: 24px;
  z-index: 5;
}
.footer-nav .scroll-top a::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 67px;
  top: 0px;
  right: 0px;
  z-index: 3;
  transition: 0.5s;
  background-image: url("../img/base/goto-top-arrow.png");
  background-size: 13px 67px;
  background-repeat: no-repeat;
}
.footer-nav .scroll-top a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  right: 0px;
  z-index: 4;
  transition: 0.5s;
  background-color: #fff;
}
.footer-nav .scroll-top a:hover::before {
  animation: goto-top-arrow 0.8s;
  animation-fill-mode: forwards !important;
}
.footer-nav a {
  color: #fff;
}
.footer-nav h3 {
  margin: 0px 0px 62px 0px;
}
@media only screen and (max-width: 959px) {
  .footer-nav h3 {
    margin: 0px 0px 46px 0px;
  }
}
.footer-nav h3 img {
  width: 195px;
  height: auto;
}
@media only screen and (max-width: 959px) {
  .footer-nav h3 img {
    width: 156px;
  }
}
.footer-nav .inner {
  padding: 0px 0px 0px 0px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0px 0px 57px -25px;
}
@media only screen and (max-width: 959px) {
  .footer-nav .inner {
    margin: 0px 0px 0px 0px;
    display: block;
  }
}
.footer-nav .inner .base-container {
  width: calc(25% - 25px);
  margin: 0px 0px 0px 25px;
  padding: 30px;
  border-radius: 4px;
  background-color: #4e4e4e;
}
@media only screen and (max-width: 959px) {
  .footer-nav .inner .base-container {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 22px 20px 9px 20px;
  }
}
.footer-nav .inner .base-container h4 {
  font-size: 14px;
  border-bottom: 1px solid #383838;
  padding-bottom: 10px;
  margin: 0px 0px 29px 0px;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .footer-nav .inner .base-container h4 {
    margin: 0px 0px 0px 0px;
    cursor: pointer;
  }
  .footer-nav .inner .base-container h4::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    bottom: 17px;
    right: 10px;
    z-index: 6;
    background-color: #fff;
  }
  .footer-nav .inner .base-container h4::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    bottom: 11px;
    right: 16px;
    z-index: 6;
    background-color: #fff;
  }
}
.footer-nav .inner .base-container h4.on::before {
  opacity: 0;
}
@media only screen and (max-width: 959px) {
  .footer-nav .inner .base-container .standard {
    display: none;
    padding: 10px 0px 10px 0px;
  }
}
.footer-nav .inner .base-container .standard li {
  margin: 0px 0px 15px 0px;
}
.footer-nav .inner .base-container .standard li:last-child {
  margin: 0px 0px 0px 0px;
}
.footer-nav .inner .base-container .standard li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.footer-nav .inner .base-container .standard li a::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 4px;
  top: 3px;
  right: 0px;
  z-index: 3;
  transition: 0.5s;
  background-image: url("../img/base/footer-arrow.svg");
  background-size: 13px 4px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media only screen and (max-width: 959px) {
  .footer-nav .inner .base-container .standard li a::after {
    right: 10px;
  }
}
.footer-nav .inner .base-container .standard li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.footer-nav .inner .base-container .standard li a:hover::after {
  animation: footer-arrow 0.5s;
  animation-fill-mode: forwards !important;
}
.footer-nav .inner .menu01 {
  position: relative;
}
.footer-nav .inner .menu01 .footer-sns {
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 124px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  .footer-nav .inner .menu01 .footer-sns {
    display: none;
  }
}
.footer-nav .inner .menu01 .footer-sns a {
  display: block;
  width: 33.3%;
}
.footer-nav .inner .menu01 .footer-sns a img {
  width: auto;
  height: 24px;
}
.footer-nav .inner .menu01 .footer-sns a:hover {
  opacity: 0.6;
}
.footer-nav .inner .menu03 {
  width: calc(25% - 25px);
  margin: 0px 0px 0px 25px;
}
@media only screen and (max-width: 959px) {
  .footer-nav .inner .menu03 {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
}
.footer-nav .inner .menu03 .base-container {
  width: 100%;
  margin: 0px 0px 0px 0px;
}
.footer-nav .inner .menu03 .menu03-01 {
  margin: 0px 0px 21px 0px;
}
@media only screen and (max-width: 959px) {
  .footer-nav .inner .menu03 .menu03-01 {
    margin: 0px 0px 10px 0px;
  }
}
.footer-nav .inner .menu04 {
  background-color: #fff;
  color: #000;
}
@media only screen and (max-width: 959px) {
  .footer-nav .inner .menu04 {
    margin-bottom: 50px;
    padding-bottom: 22px !important;
  }
}
.footer-nav .inner .menu04 a {
  color: #000;
}
@media only screen and (max-width: 959px) {
  .footer-nav .inner .menu04 h4 {
    margin: 0px 0px 20px 0px;
  }
}
@media only screen and (max-width: 959px) {
  .footer-nav .inner .menu04 ul {
    display: block;
  }
}
.footer-nav .inner .menu04 ul li {
  border-radius: 8px;
  margin: 0px 0px 10px 0px;
  border: 1px solid #000;
}
.footer-nav .inner .menu04 ul li:last-child {
  margin: 0px 0px 0px 0px;
}
.footer-nav .inner .menu04 ul li:hover {
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  transition: 0.5s;
}
.footer-nav .inner .menu04 ul li a {
  display: block;
  padding: 20px;
  font-size: 14px;
}
.footer-nav .inner .menu04 ul li a:hover {
  text-decoration: none;
}
.footer-nav .inner .menu04 ul li.mail,
.footer-nav .inner .menu04 ul li.request {
  /*background-image: url("../img/base/footer-arrow-b.svg");
          background-position: right 13px center;
          background-repeat: no-repeat;
          background-size: 20px 6px;*/
  position: relative;
  overflow: hidden;
}
.footer-nav .inner .menu04 ul li.mail::after,
.footer-nav .inner .menu04 ul li.request::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 6px;
  top: 23px;
  right: 13px;
  z-index: 3;
  transition: 0.5s;
  background-image: url("../img/base/footer-arrow-b.svg");
  background-repeat: no-repeat;
  background-size: 20px 6px;
}
.footer-nav .inner .menu04 ul li.mail:hover::after,
.footer-nav .inner .menu04 ul li.request:hover::after {
  animation: footer-arrow 1s;
  animation-fill-mode: forwards !important;
}
.footer-nav .inner .menu04 ul li.mail a {
  background-image: url("../img/base/footer-mail.svg");
  background-size: 30px 19px;
  background-position: center left 20px;
  background-repeat: no-repeat;
  padding-left: 61px;
  position: relative;
}
.footer-nav .inner .menu04 ul li.tel {
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .footer-nav .inner .menu04 ul li.tel {
    height: 104px;
    padding: 4px 0px 4px 0px;
    box-sizing: border-box;
  }
}
.footer-nav .inner .menu04 ul li.tel span {
  display: inline-block;
  margin: 0px auto 0px auto;
  padding: 20px 0px 20px 34px;
  text-align: center;
  font-size: 14px;
  background-image: url("../img/base/footer-tel.svg");
  background-size: 23px 23px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 959px) {
  .footer-nav .inner .menu04 ul li.tel span {
    display: block;
    width: 114px;
    height: 96px;
    float: left;
    line-height: 100px;
    padding: 0px 0px 0px 28px;
    background-position: left 22px center;
  }
}
.footer-nav .inner .menu04 ul li.tel a {
  text-align: left;
  font-size: 12px;
  margin: 0px 0px 8px 0px;
  padding: 0px 20px 0px 20px;
}
@media only screen and (max-width: 959px) {
  .footer-nav .inner .menu04 ul li.tel a {
    display: block;
    width: calc(100% - 118px);
    float: right;
    background-color: #f3f3f3;
    height: 45px;
    line-height: 45px;
    border-radius: 8px;
    padding: 0px 10px 0px 10px;
    margin: 0px 4px 4px 0px;
    background-image: url("../img/base/footer-arrow-b.svg");
    background-position: right 9px center;
    background-repeat: no-repeat;
    background-size: 20px 6px;
  }
}
.footer-nav .inner .menu04 ul li.tel a:last-child {
  margin: 0px 0px 16px 0px;
}
@media only screen and (max-width: 959px) {
  .footer-nav .inner .menu04 ul li.tel a:last-child {
    margin: 0px 4px 0px 0px;
  }
}
.footer-nav .inner .menu04 ul li.request a {
  background-image: url("../img/base/footer-book.svg");
  background-size: 33px 22px;
  background-position: center left 20px;
  background-repeat: no-repeat;
  padding-left: 64px;
}
.footer-nav .footer-sns-sp {
  display: none;
}
@media only screen and (max-width: 959px) {
  .footer-nav .footer-sns-sp {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0px 0px 50px 0px;
  }
}
.footer-nav .footer-sns-sp a {
  display: inline-block;
  margin: 0px 25px 0px 25px;
}
.footer-nav .footer-sns-sp a img {
  width: auto;
  height: 24px;
}
.footer-nav .footer-sns-sp a:hover {
  opacity: 0.6;
}
.footer-nav .copy {
  padding: 40px 0px 0px 0px;
  border-top: 1px solid #fff;
  width: 100%;
  margin: 0px auto 0px auto;
}
@media only screen and (max-width: 959px) {
  .footer-nav .copy {
    padding: 30px 0px 0px 0px;
  }
}
@media only screen and (max-width: 959px) {
  .footer-nav .copy strong img {
    width: 130px;
    height: auto;
  }
}
.footer-nav .copy small {
  float: right;
  font-size: 12px;
  line-height: 37px;
}
@media only screen and (max-width: 959px) {
  .footer-nav .copy small {
    line-height: 30px;
    margin-top: 10px;
  }
}

.main-nav .footer-nav {
  margin: 0px 0px 0px 0px;
  background: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav {
    display: block;
    overflow-y: scroll;
  }
}
.main-nav .footer-nav .inner {
  align-items: stretch;
  margin: 0px 0px 172px 0px;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner {
    margin: 0px 0px 0px 0px;
    display: block;
  }
}
.main-nav .footer-nav .inner .base-container {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: inherit;
}
.main-nav .footer-nav .inner .base-container.menu05 {
  width: 100%;
  margin: 0px 0px 48px 0px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner .base-container.menu05 {
    max-width: 315px !important;
    margin: 0px auto 48px auto;
  }
}
.main-nav .footer-nav .inner .base-container.menu05 > div {
  width: calc(50% - 16px);
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner .base-container.menu05 > div {
    width: calc(50% - 12px);
  }
}
.main-nav .footer-nav .inner .base-container.menu05 > div.okayama {
  margin: 0px 16px 0px 0px;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner .base-container.menu05 > div.okayama {
    margin: 0px 12px 0px 0px;
  }
}
.main-nav .footer-nav .inner .base-container.menu05 > div.kouchi {
  margin: 0px 0px 0px 16px;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner .base-container.menu05 > div.kouchi {
    margin: 0px 0px 0px 12px;
  }
}
.main-nav .footer-nav .inner .base-container.menu05 > div a {
  text-align: center;
  display: block;
  color: #000;
  background-color: #fff;
  padding: 16px 16px;
  font-size: 22px;
  line-height: 1;
  border-radius: 8px;
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner .base-container.menu05 > div a {
    font-size: 18px;
    padding: 16px 16px;
  }
}
.main-nav .footer-nav .inner .base-container.menu05 > div a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 6px;
  top: 23px;
  right: 32px;
  z-index: 3;
  transition: 0.5s;
  background-image: url("../img/base/footer-arrow-b.svg");
  background-repeat: no-repeat;
  background-size: 20px 6px;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner .base-container.menu05 > div a::after {
    right: 24px;
  }
}
.main-nav .footer-nav .inner .base-container.menu05 > div a:hover {
  text-decoration: none;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  transition: 0.5s;
}
.main-nav .footer-nav .inner .base-container.menu05 > div a:hover::after {
  animation: footer-arrow 1s;
  animation-fill-mode: forwards !important;
}
.main-nav .footer-nav .inner .base-container.menu06 {
  width: 25%;
  padding: 0px 60px 0px 0px;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner .base-container.menu06 {
    width: 222px !important;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 32px auto;
  }
}
.main-nav .footer-nav .inner .base-container.menu01 {
  width: 25%;
  padding: 0px 60px 0px 0px;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner .base-container.menu01 {
    width: 222px !important;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 48px auto;
  }
}
.main-nav .footer-nav .inner .base-container.menu02 {
  width: 25%;
  padding: 0px 40px 0px 0px;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner .base-container.menu02 {
    width: 222px !important;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 48px auto;
  }
}
.main-nav .footer-nav .inner .base-container.menu04 {
  padding: 0px 0px 0px 40px;
  border-left: 2px solid #eeeeee;
  width: 25%;
  border-radius: inherit;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner .base-container.menu04 {
    max-width: 315px !important;
    width: 100% !important;
    padding: 0px 0px 0px 0px;
    border-left: none;
    margin: 0px auto 17px auto;
  }
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner .base-container {
    width: 100% !important;
  }
}
.main-nav .footer-nav .inner h4 {
  font-family: Inter;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  border-bottom: 1px solid #383838;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner h4 {
    font-size: 18px;
    padding-bottom: 6px !important;
    margin-bottom: 19px !important;
  }
}
.main-nav .footer-nav .inner h4::after {
  background-color: #000;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner h4::after {
    display: none;
  }
}
.main-nav .footer-nav .inner h4::before {
  background-color: #000;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner h4::before {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner .standard {
    display: block;
    padding: 0px 0px 0px 0px !important;
  }
}
.main-nav .footer-nav .inner .standard li {
  margin: 0px 0px 19px 0px;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner .standard li {
    margin: 0px 0px 20px 0px;
  }
}
.main-nav .footer-nav .inner .standard li a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner .standard li a {
    font-size: 13px;
  }
}
.main-nav .footer-nav .inner .standard li a::after {
  background-image: url("../img/base/footer-arrow-b000.svg");
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .inner .standard li a::after {
    right: 0px !important;
  }
}
.main-nav .footer-nav .bottom-container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
.main-nav .footer-nav .bottom-container .bottom-menu {
  width: calc(100% - 124px);
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .bottom-container .bottom-menu {
    width: 100%;
    margin: 0px 0px 29px 0px;
  }
}
.main-nav .footer-nav .bottom-container .bottom-menu li {
  display: inline-block;
  margin: 0px 36px 0px 0px;
}
@media only screen and (max-width: 959px) {
  .main-nav .footer-nav .bottom-container .bottom-menu li {
    margin: 0px 40px 20px 0px;
  }
}
.main-nav .footer-nav .bottom-container .bottom-menu li:last-child {
  margin: 0px 0px 0px 0px;
}
.main-nav .footer-nav .bottom-container .bottom-menu li a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4e4e4e;
}
.main-nav .footer-nav .bottom-container .bottom-menu li a:hover {
  text-decoration: none;
  color: #c5c5c5;
}
.main-nav .footer-nav .bottom-container .bottom-sns-menu {
  width: 124px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
.main-nav .footer-nav .bottom-container .bottom-sns-menu li {
  width: 33.3%;
}
.main-nav .footer-nav .bottom-container .bottom-sns-menu li:first-child {
  text-align: left;
}
.main-nav .footer-nav .bottom-container .bottom-sns-menu li:nth-child(2) {
  text-align: center;
}
.main-nav .footer-nav .bottom-container .bottom-sns-menu li:last-child {
  text-align: right;
}
.main-nav .footer-nav .bottom-container .bottom-sns-menu li a img {
  width: auto;
  height: 24px;
}
.main-nav .footer-nav .bottom-container .bottom-sns-menu li a:hover {
  opacity: 0.6;
}

.footer-contact {
  padding-top: 138px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 959px) {
  .footer-contact {
    padding-top: 80px;
    padding-bottom: 128px;
  }
}
.area .footer-contact {
  padding-bottom: 138px;
}
@media only screen and (max-width: 959px) {
  .area .footer-contact {
    padding-bottom: 40px;
  }
}
.footer-contact .ttl-h2 {
  margin: 0px 0px 47px 0px;
}
@media only screen and (max-width: 959px) {
  .footer-contact .ttl-h2 {
    margin: 0px 0px 40px 0px;
  }
}
.footer-contact h3 {
  font-size: 22px;
  margin: 0px 0px 32px 0px;
  font-weight: normal;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 959px) {
  .footer-contact h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
.footer-contact ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -30px;
}
@media only screen and (max-width: 959px) {
  .footer-contact ul {
    margin: 0px 0px 0px -16px;
  }
}
.footer-contact ul li {
  width: calc(33.3% - 30px);
  margin: 0px 0px 0px 30px;
}
@media only screen and (max-width: 959px) {
  .footer-contact ul li {
    width: calc(50% - 16px);
    margin: 0px 0px 0px 16px;
  }
}
.footer-contact ul li > div {
  width: 100%;
  height: 100%;
  border: 1px solid #a0a0a0;
  border-radius: 8px;
  text-align: center;
}
.footer-contact ul li > div:hover {
  transition: 0.5s;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  transition-delay: 0s !important;
}
.footer-contact ul li > div:hover .arrow img {
  animation: area-arrow 1s;
  animation-fill-mode: forwards !important;
}
.footer-contact ul li a {
  display: block;
  padding: 72px 20px 58px 20px;
  height: 100%;
  color: #000;
}
.footer-contact ul li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
  .footer-contact ul li a {
    padding: 43px 20px 29px 20px;
  }
}
.footer-contact ul li a strong {
  font-size: 18px;
  font-weight: bold;
  display: block;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 959px) {
  .footer-contact ul li a strong {
    font-size: 16px;
    font-weight: 400;
  }
}
.footer-contact ul li a .arrow img {
  width: 45px;
  height: 14px;
}
@media only screen and (max-width: 959px) {
  .footer-contact ul li a .arrow img {
    width: 38px;
    height: 8px;
  }
}
.footer-contact ul li.mail {
  transition-delay: 0.9s;
}
@media only screen and (max-width: 959px) {
  .footer-contact ul li.mail {
    order: 1;
  }
}
.footer-contact ul li.mail a strong {
  margin: 0px 0px 30px 0px;
}
.footer-contact ul li.mail a .icon {
  margin: 0px 0px 38px 0px;
}
@media only screen and (max-width: 959px) {
  .footer-contact ul li.mail a .icon {
    margin: 0px 0px 21px 0px;
  }
}
.footer-contact ul li.mail a .icon img {
  width: 66px;
  height: 42px;
}
@media only screen and (max-width: 959px) {
  .footer-contact ul li.mail a .icon img {
    width: 39px;
    height: 25px;
  }
}
.footer-contact ul li.tel {
  transition-delay: 1.2s;
}
@media only screen and (max-width: 959px) {
  .footer-contact ul li.tel {
    width: 100%;
    order: 3;
    transition-delay: 1.5s;
    margin: 18px 0px 0px 16px;
  }
}
.footer-contact ul li.tel > div {
  padding: 72px 20px 58px 20px;
}
@media only screen and (max-width: 959px) {
  .footer-contact ul li.tel > div {
    padding: 15px 4px 4px 4px;
    transition-delay: 1.5s;
  }
}
.footer-contact ul li.tel strong {
  display: block;
  margin: 0px 0px 14px 0px;
}
.footer-contact ul li.tel .icon {
  margin: 0px 0px 34px 0px;
}
@media only screen and (max-width: 959px) {
  .footer-contact ul li.tel .icon {
    margin: 0px 0px 19px 0px;
  }
}
.footer-contact ul li.tel .icon img {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 959px) {
  .footer-contact ul li.tel .icon img {
    width: 40px;
    height: 37px;
  }
}
@media only screen and (max-width: 959px) {
  .footer-contact ul li.tel .inner {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
  }
}
.footer-contact ul li.tel .inner a {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 8px 0px;
  font-size: 14px;
  height: auto;
}
@media only screen and (max-width: 959px) {
  .footer-contact ul li.tel .inner a {
    width: calc(50% - 2px);
    border-radius: 6px;
    background-color: #f3f3f3;
    padding: 14px 0px 36px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 18px;
    position: relative;
  }
  .footer-contact ul li.tel .inner a:first-child {
    margin: 0px 2px 0px 0px;
  }
  .footer-contact ul li.tel .inner a:last-child {
    margin: 0px 0px 0px 2px;
  }
  .footer-contact ul li.tel .inner a::after {
    content: "";
    position: absolute;
    width: 38px;
    height: 8px;
    bottom: 13px;
    left: calc(50% - 19px);
    z-index: 3;
    transition: 0.5s;
    border-radius: 8px;
    background-image: url("../img/base/footer-contact-arrow.svg");
    background-size: 38px 8px;
    background-repeat: no-repeat;
    background-position: left center;
  }
}
.footer-contact ul li.request {
  transition-delay: 1.5s;
}
@media only screen and (max-width: 959px) {
  .footer-contact ul li.request {
    order: 2;
    transition-delay: 1.2s;
  }
}
.footer-contact ul li.request a strong {
  margin: 0px 0px 26px 0px;
}
.footer-contact ul li.request a .icon {
  margin: 0px 0px 28px 0px;
}
@media only screen and (max-width: 959px) {
  .footer-contact ul li.request a .icon {
    margin: 0px 0px 16px 0px;
  }
}
.footer-contact ul li.request a .icon img {
  width: 85px;
  height: 56px;
}
@media only screen and (max-width: 959px) {
  .footer-contact ul li.request a .icon img {
    width: 46px;
    height: 34px;
  }
}

body.index .mv {
  width: 100%;
  height: 100vh;
  position: relative;
  margin: 0px 0px 137px 0px;
  overflow: hidden;
  /*>img {
  	width: 100%;
  	height: auto;
  }*/
  /*		.bg {
  			position: absolute;
  			width: 100%;
  			height: 100%;
  			background-position: center center;
  			background-size: cover;
  		}*/
}
@media only screen and (max-width: 959px) {
  body.index .mv {
    width: 100%;
    height: 100%;
    margin: 0px 0px 82px 0px;
  }
}
body.index .mv .mvSlider-container {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 959px) {
  body.index .mv .mvSlider-container {
    height: 485px;
  }
}
body.index .mv .mvSlider-container ul li {
  background-position: center bottom;
  background-size: cover;
}
body.index .mv .mvSlider-container ul li img {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 959px) {
  body.index .mv .mvSlider-container ul li img {
    height: 485px;
  }
}
body.index .mv .slick-dots {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 959px) {
  body.index .mv .slick-dots {
    bottom: 15px;
  }
}
body.index .mv .slick-dots li {
  margin: 0px 2px 0px 2px;
  width: 56px;
  height: 3px;
  background-color: #fff;
  opacity: 0.5;
}
@media only screen and (max-width: 959px) {
  body.index .mv .slick-dots li {
    width: 35px;
    height: 2px;
  }
}
body.index .mv .slick-dots li.slick-active {
  opacity: 1;
}
body.index .mv .slick-dots li button {
  width: 100%;
  height: 100%;
  opacity: 0;
}
body.index .mv .scroll {
  position: absolute;
  bottom: 16px;
  right: 28px;
}
@media only screen and (max-width: 959px) {
  body.index .mv .scroll {
    right: 22px;
    bottom: 17px;
  }
}
body.index .mv .scroll img {
  width: 20px;
  height: 70px;
}
@media only screen and (max-width: 959px) {
  body.index .mv .scroll img {
    width: 16px;
    height: 63px;
  }
}
body.index .mv .text {
  position: absolute;
  left: 90px;
  bottom: 97px;
}
@media only screen and (max-width: 959px) {
  body.index .mv .text {
    left: 20px;
    bottom: 40px;
    padding-right: 20px;
  }
}
body.index .mv h2 {
  font-size: 42px;
  color: #fff;
  letter-spacing: 0.05em;
  opacity: 0;
  text-shadow: 0px 1px 3px black;
  margin: 0px 0px 31px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .mv h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0px 0px 8px 0px;
  }
}
body.index .mv h3 {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
  opacity: 0;
  text-shadow: 0px 1px 3px black;
}
@media only screen and (max-width: 959px) {
  body.index .mv h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
}
body.index .about-shinka {
  width: 100%;
  margin: 0px 0px 154px 0px;
  /*background-image: url("../img/index/about-shinka-img01.png");
  background-size: 572px 351px;
  background-position: top 223px right;*/
  position: relative;
}
@media only screen and (max-width: 959px) {
  body.index .about-shinka {
    background-image: none;
    margin: 0px 0px 114px 0px;
  }
}
body.index .about-shinka > figure {
  position: absolute;
  width: 50%;
  height: 351px;
  right: 0px;
  top: 172px;
  padding-right: 110px;
  text-align: center;
  transition-delay: 1.5s;
}
body.index .about-shinka > figure img {
  max-width: 572px;
  width: 100%;
  height: auto;
}
body.index .about-shinka h2 {
  margin: 0px 0px 106px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .about-shinka h2 {
    margin: 0px 0px 73px 0px;
  }
}
body.index .about-shinka .inner {
  width: 55%;
  padding: 0px 0px 0px 134px;
}
@media only screen and (max-width: 959px) {
  body.index .about-shinka .inner {
    width: 100%;
    padding: 0px 45px 0px 45px;
  }
}
body.index .about-shinka .inner h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.1em;
  margin: 0px 0px 46px 0px;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 959px) {
  body.index .about-shinka .inner h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.1em;
    margin: 0px 0px 32px 0px;
  }
}
body.index .about-shinka .inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.1em;
  margin: 0px 0px 58px 0px;
  transition-delay: 0.9s;
}
@media only screen and (max-width: 959px) {
  body.index .about-shinka .inner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    margin: 0px 0px 53px 0px;
  }
}
body.index .about-shinka .inner .more-btn {
  justify-content: flex-start;
  text-align: left;
  transition-delay: 1.2s;
}
@media only screen and (max-width: 959px) {
  body.index .about-shinka .inner .more-btn {
    margin: 0px 0px 43px 0px;
  }
}
@media only screen and (max-width: 959px) {
  body.index .about-shinka figure {
    transition-delay: 1.5s;
  }
  body.index .about-shinka figure img {
    width: 100%;
    height: auto;
  }
}
body.index .shinka-value {
  margin: 0px 0px 100px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value {
    margin: 0px 0px 80px 0px;
  }
}
body.index .shinka-value .top-text {
  margin-bottom: 63px;
}
body.index .shinka-value .top-text h2 {
  margin: 0px 0px 50px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .top-text h2 {
    margin: 0px 0px 60px 0px;
  }
}
body.index .shinka-value .top-text h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.1em;
  padding: 0px 0px 0px 134px;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .top-text h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    margin: 0px 0px 53px 0px;
    padding: 0px 45px 0px 45px;
  }
}
body.index .shinka-value .value-list {
  max-width: 1104px;
}
body.index .shinka-value .value-list ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -42px;
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .value-list ul {
    justify-content: center;
    margin: 0px 0px 0px -16px;
  }
}
body.index .shinka-value .value-list ul li {
  position: relative;
  width: calc(33.3% - 42px);
  margin: 0px 0px 0px 42px;
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .value-list ul li {
    width: calc(50% - 16px);
    margin: 0px 0px 18px 16px;
  }
}
body.index .shinka-value .value-list ul li:nth-child(1) {
  transition-delay: 0.9s;
}
body.index .shinka-value .value-list ul li:nth-child(2) {
  transition-delay: 1.1s;
}
body.index .shinka-value .value-list ul li:nth-child(3) {
  transition-delay: 1.3s;
}
body.index .shinka-value .value-list ul li:nth-child(4) {
  transition-delay: 1.5s;
}
body.index .shinka-value .value-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  border-radius: 8px;
}
body.index .shinka-value .value-list ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 6;
  opacity: 0;
  background-color: #000;
  border-radius: 8px;
  transition: 0.4s;
}
body.index .shinka-value .value-list ul li a .bg {
  width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 5;
  transition: 0.4s;
}
body.index .shinka-value .value-list ul li a .text {
  z-index: 7;
  position: absolute;
  left: 21px;
  top: 29px;
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .value-list ul li a .text {
    left: 16px;
    top: 18px;
  }
}
body.index .shinka-value .value-list ul li a .text span {
  font-family: Inter;
  font-size: 10px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
  margin: 0px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .value-list ul li a .text span {
    font-size: 8px;
    font-weight: 500;
  }
}
body.index .shinka-value .value-list ul li a .text h4 {
  font-family: Inter;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 13px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .value-list ul li a .text h4 {
    font-size: 17px;
    font-weight: 400;
  }
}
body.index .shinka-value .value-list ul li a figure {
  z-index: 8;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin-bottom: 0px !important;
}
body.index .shinka-value .value-list ul li a figure.value01 {
  width: 138px;
  height: 108px;
}
body.index .shinka-value .value-list ul li a figure.value02 {
  width: 165px;
  height: 104px;
}
body.index .shinka-value .value-list ul li a figure.value03 {
  width: 83px;
  height: 102px;
}
body.index .shinka-value .value-list ul li a figure.value04 {
  width: 185px;
  height: 181px;
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .value-list ul li a figure {
    bottom: 10px;
    left: 10px;
    width: 100% !important;
    height: auto !important;
  }
  body.index .shinka-value .value-list ul li a figure.value03 {
    width: 50px !important;
  }
  body.index .shinka-value .value-list ul li a figure.value03 img {
    width: 50px !important;
  }
}
body.index .shinka-value .value-list ul li a figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .value-list ul li a figure img {
    width: 100px;
    height: auto;
  }
}
body.index .shinka-value .value-list ul li a p {
  z-index: 9;
  position: absolute;
  right: 15px;
  bottom: 14px;
}
body.index .shinka-value .value-list ul li a p::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0px;
  left: 0px;
  z-index: 6;
  background-image: url("../img/base/circle-arrow-w-on.svg");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.4s;
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .value-list ul li a p::after {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .value-list ul li a p {
    right: 9px;
    bottom: 9px;
  }
}
body.index .shinka-value .value-list ul li a p img {
  width: 35px;
  height: 35px;
  transition: 0.4s;
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .value-list ul li a p img {
    width: 24px;
    height: 24px;
  }
}
body.index .shinka-value .value-list ul li a:hover::after {
  opacity: 0.3;
}
body.index .shinka-value .value-list ul li a:hover .bg {
  transform: scale(1.1);
}
body.index .shinka-value .value-list ul li a:hover p img {
  opacity: 0;
}
body.index .shinka-value .value-list ul li a:hover p::after {
  opacity: 1;
}
body.index .shinka-value .value-list ul li:last-child {
  margin-top: 40px;
  width: calc(100% - 42px);
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .value-list ul li:last-child {
    margin-top: 0px;
    width: calc(100% - 16px);
  }
}
body.index .shinka-value .value-list ul li:last-child a {
  position: relative;
}
body.index .shinka-value .value-list ul li:last-child a .text {
  z-index: 7;
  position: absolute;
  left: 21px;
  top: 29px;
}
body.index .shinka-value .value-list ul li:last-child a .text span {
  font-size: 12px;
}
body.index .shinka-value .value-list ul li:last-child a .text h4 {
  margin: 20px 0px 0px 0px;
  font-size: 30px;
}
body.index .shinka-value .value-list ul li:last-child a .bg02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  animation: value04Loop 5s infinite !important;
}
body.index .shinka-value .value-list ul li:last-child a figure {
  bottom: 32px;
  left: 50px;
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .value-list ul li:last-child a figure {
    bottom: 15px;
    left: 25px;
  }
  body.index .shinka-value .value-list ul li:last-child a figure img {
    width: 110px;
  }
}
body.index .shinka-value .value-list ul li:last-child a p {
  right: 42px;
  bottom: 32px;
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .value-list ul li:last-child a p {
    right: 10px;
    bottom: 8px;
  }
}
body.index .shinka-value .value-list ul li:last-child a p img {
  width: 55px;
  height: 55px;
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .value-list ul li:last-child a p img {
    width: 40px;
    height: 40px;
  }
}
body.index .shinka-value .value-list ul li:last-child a p::after {
  width: 55px;
  height: 55px;
  background-size: 55px 55px;
}
@media only screen and (max-width: 959px) {
  body.index .shinka-value .value-list ul li:last-child a p::after {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
body.index .index-land {
  margin-bottom: 96px !important;
}
body.index .index-land .ttl-h2 {
  margin: 0px 0px 50px 0px;
}
body.index .index-land .inner .land-mv {
  margin: 0px 0px 48px 0px;
}
body.index .index-land .inner .land-mv img {
  width: 100%;
  height: auto;
}
body.index .index-land .inner h3 {
  font-size: 24px;
  text-align: center;
  margin: 0px 0px 32px 0px;
  font-weight: bold;
}
@media only screen and (max-width: 959px) {
  body.index .index-land .inner h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.mvVideo {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.mvVideo__movie {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.area .mv {
  width: 100%;
  height: calc(100vh - 87px);
  position: relative;
  margin: 0px 0px 137px 0px;
  /*>img {
  	width: 100%;
  	height: auto;
  }*/
}
@media only screen and (max-width: 959px) {
  body.area .mv {
    width: 100%;
    height: calc(485px);
    margin: 0px 0px 82px 0px;
  }
}
body.area .mv .mvSlider-container {
  width: 100%;
  height: calc(100vh - 87px);
  position: relative;
}
@media only screen and (max-width: 959px) {
  body.area .mv .mvSlider-container {
    height: calc(485px - 43px);
  }
}
body.area .mv .mvSlider-container ul li {
  background-position: center bottom;
  background-size: cover;
}
body.area .mv .mvSlider-container ul li img {
  width: 100%;
  height: calc(100vh - 87px);
}
@media only screen and (max-width: 959px) {
  body.area .mv .mvSlider-container ul li img {
    height: 485px;
  }
}
body.area .mv .slick-dots {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 959px) {
  body.area .mv .slick-dots {
    bottom: 15px;
  }
}
body.area .mv .slick-dots li {
  margin: 0px 2px 0px 2px;
  width: 56px;
  height: 3px;
  background-color: #fff;
  opacity: 0.5;
}
@media only screen and (max-width: 959px) {
  body.area .mv .slick-dots li {
    width: 35px;
    height: 2px;
  }
}
body.area .mv .slick-dots li.slick-active {
  opacity: 1;
}
body.area .mv .slick-dots li button {
  width: 100%;
  height: 100%;
  opacity: 0;
}
body.area .mv .sub-img {
  position: absolute;
  right: 80px;
  bottom: -50px;
}
body.area .mv .sub-img.okayama {
  right: 80px;
  bottom: -107px;
}
@media only screen and (max-width: 959px) {
  body.area .mv .sub-img.okayama {
    right: 35px;
    bottom: -65px;
  }
}
body.area .mv .sub-img.okayama img {
  width: 298px;
  height: auto;
}
@media only screen and (max-width: 959px) {
  body.area .mv .sub-img.okayama img {
    width: 140px;
  }
}
body.area .mv .sub-img.kouchi {
  right: 80px;
  bottom: -98px;
}
@media only screen and (max-width: 959px) {
  body.area .mv .sub-img.kouchi {
    right: 35px;
  }
}
body.area .mv .sub-img.kouchi img {
  width: 210px;
  height: auto;
}
@media only screen and (max-width: 959px) {
  body.area .mv .sub-img.kouchi img {
    width: 140px;
  }
}
body.area .mv .scroll {
  position: absolute;
  bottom: 16px;
  right: 28px;
}
@media only screen and (max-width: 959px) {
  body.area .mv .scroll {
    right: 22px;
    bottom: 17px;
  }
}
body.area .mv .scroll img {
  width: 20px;
  height: 70px;
}
@media only screen and (max-width: 959px) {
  body.area .mv .scroll img {
    width: 16px;
    height: 63px;
  }
}
body.area .mv .text {
  position: absolute;
  left: 90px;
  bottom: 97px;
}
@media only screen and (max-width: 959px) {
  body.area .mv .text {
    left: 20px;
    bottom: 40px;
    padding-right: 20px;
  }
}
body.area .mv h2 {
  font-size: 42px;
  color: #fff;
  letter-spacing: 0.05em;
  opacity: 0;
  text-shadow: 0px 1px 3px black;
  margin: 0px 0px 31px 0px;
}
@media only screen and (max-width: 959px) {
  body.area .mv h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0px 0px 8px 0px;
  }
}
body.area .mv h3 {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
  opacity: 0;
  text-shadow: 0px 1px 3px black;
}
@media only screen and (max-width: 959px) {
  body.area .mv h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
}
body.area .area-btn {
  margin-bottom: 80px;
}
body.area .area-btn .btn-container {
  background-color: #f3f3f3;
  padding: 50px 0px 50px 0px;
  transition-delay: 0s;
}
@media only screen and (max-width: 959px) {
  body.area .area-btn .btn-container {
    padding: 40px 0px 40px 0px;
  }
}
body.area .area-btn .btn-container .base-center-container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
body.area .area-btn .btn-container .base-center-container .okayama {
  display: block;
  width: 100%;
  margin: 0px 0px 0px 0px;
  transition-delay: 0.3s;
}
body.area .area-btn .btn-container .base-center-container .okayama a {
  background-image: url("../img/index/area-okayama.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 253px 210px;
}
@media only screen and (max-width: 959px) {
  body.area .area-btn .btn-container .base-center-container .okayama a {
    background-size: 109px 90px;
  }
}
body.area .area-btn .btn-container .base-center-container .okayama.single-unit a {
  background-size: 193px 160px;
}
@media only screen and (max-width: 959px) {
  body.area .area-btn .btn-container .base-center-container .okayama.single-unit a {
    background-size: 109px 90px;
  }
}
body.area .area-btn .btn-container .base-center-container .kouchi {
  display: block;
  width: 100%;
  margin: 0px 0px 0px 0px;
  transition-delay: 1.2s;
}
body.area .area-btn .btn-container .base-center-container .kouchi a {
  background-image: url("../img/index/area-kouchi.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 191px 159px;
}
@media only screen and (max-width: 959px) {
  body.area .area-btn .btn-container .base-center-container .kouchi a {
    background-size: 118px 98px;
  }
}
body.area .area-btn .btn-container .base-center-container a {
  text-align: center;
  border-radius: 8px;
  padding: 80px 20px 80px 20px;
  color: #383838;
  transition: 0.5s;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
body.area .area-btn .btn-container .base-center-container a:hover {
  background-color: #dcdcdc;
  text-decoration: none;
  transition-delay: 0s;
}
body.area .area-btn .btn-container .base-center-container a:hover figure img {
  animation: area-arrow 1s;
  animation-fill-mode: forwards !important;
}
@media only screen and (max-width: 959px) {
  body.area .area-btn .btn-container .base-center-container a {
    padding: 74px 0px 21px 0px;
  }
}
body.area .area-btn .btn-container .base-center-container a h3 {
  font-size: 28px;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 959px) {
  body.area .area-btn .btn-container .base-center-container a h3 {
    font-size: 16px;
    margin: 0px 0px 50px 0px;
  }
}
body.area .area-btn .btn-container .base-center-container a figure {
  position: absolute;
  right: 50px;
  top: calc(50% - 6px);
}
body.area .area-btn .btn-container .base-center-container a figure img {
  width: 45px;
  height: 12px;
}
@media only screen and (max-width: 959px) {
  body.area .area-btn .btn-container .base-center-container a figure img {
    width: 30px;
    height: 8px;
  }
}
body.area .staff .ttl-h2 {
  margin-bottom: 60px;
}
body.area .staff ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -26px;
}
@media only screen and (max-width: 959px) {
  body.area .staff ul {
    margin: 0px 0px 0px -16px;
  }
}
body.area .staff ul li {
  width: calc(20% - 26px);
  margin: 0px 0px 40px 26px;
}
@media only screen and (max-width: 959px) {
  body.area .staff ul li {
    width: calc(50% - 16px);
    margin: 0px 0px 30px 16px;
  }
}
body.area .staff ul li .closeBtn {
  display: none;
}
body.area .staff ul li figure {
  margin: 0px 0px 7px 0px;
}
body.area .staff ul li figure img {
  width: 100%;
  border-radius: 8px;
}
body.area .staff ul li figure p {
  display: none;
}
body.area .staff ul li .detali-box {
  margin: 0px 0px 12px 0px;
}
body.area .staff ul li .detali-box .txt01 {
  display: block;
  margin: 0px 0px 8px 0px;
  line-height: 1;
}
body.area .staff ul li .detali-box .txt02 {
  display: block;
  margin: 0px 0px 0px 0px;
  line-height: 1;
}
body.area .staff ul li .detali-box .txt03 {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 8px 0px 0px 0px;
  line-height: 1;
}
body.area .staff ul li .detali-box dl {
  display: none;
}
body.area .staff ul li .txtWrap02 dl dt {
  text-align: center;
  font-size: 11px;
  margin: 0px 0px 8px 0px;
  padding: 4px 2px;
  background-color: #565656;
  color: #fff;
}
body.area .staff ul li .txtWrap02 dl dd {
  font-size: 14px;
  line-height: 1.6;
}
body.area .staff ul li em {
  display: block;
  font-style: normal;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px 0px 4px 0px;
  color: #404040;
}
body.area .staff ul li strong {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px 0px 10px 0px;
}
body.area .staff ul li p {
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #303030;
}

body.prime .mv {
  width: 100%;
  height: calc(100vh - 87px);
  background-color: #faf8f5;
  position: relative;
  margin: 0px 0px 140px 0px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  body.prime .mv {
    height: inherit;
    margin: 0px 0px 70px 0px;
  }
}
body.prime .mv .scroll {
  position: absolute;
  bottom: 16px;
  right: 28px;
}
@media only screen and (max-width: 959px) {
  body.prime .mv .scroll {
    right: 22px;
    bottom: 17px;
  }
}
body.prime .mv .scroll img {
  width: 20px;
  height: 70px;
}
@media only screen and (max-width: 959px) {
  body.prime .mv .scroll img {
    width: 16px;
    height: 63px;
  }
}
body.prime .mv .left {
  width: 32%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 959px) {
  body.prime .mv .left {
    width: 100%;
    height: inherit;
    margin: 0px 0px 40px 0px;
  }
}
body.prime .mv .left .inner {
  padding: 0px 0px 0px 116px;
}
@media only screen and (max-width: 959px) {
  body.prime .mv .left .inner {
    padding: 50px 50px 0px 50px;
  }
}
body.prime .mv .left .inner h2 {
  display: block;
  font-family: Inter;
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.05em;
  color: #c8a537;
  width: 100%;
  margin: 0px 0px 26px 0px;
}
@media only screen and (max-width: 959px) {
  body.prime .mv .left .inner h2 {
    margin: 0px 0px -2px 0px;
    font-size: 32px;
  }
}
body.prime .mv .left .inner h3 {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #000000;
}
@media only screen and (max-width: 959px) {
  body.prime .mv .left .inner h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
  }
}
body.prime .mv .right {
  width: 68%;
  height: 100%;
  /*			background-image: url("../img/flex/mv.png");
    			background-size: auto 80%;
    			background-position: center right 80px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
body.prime .mv .right figure {
  text-align: center;
}
body.prime .mv .right figure img {
  width: 80%;
  height: auto;
}
@media only screen and (max-width: 959px) {
  body.prime .mv .right {
    display: block;
    width: 100%;
    height: inherit;
    background-image: none;
    padding: 0px 20px 20px 20px;
  }
  body.prime .mv .right figure img {
    width: 100%;
    height: auto;
  }
}
body.prime .about-shinka-prime .ttl-h2 {
  margin: 0px 0px 93px 0px;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .ttl-h2 {
    line-height: 1.4;
    margin: 0px 0px 66px 0px;
  }
}
body.prime .about-shinka-prime .top-text {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 50px 0px;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .top-text {
    padding: 0px 60px 0px 60px;
  }
}
body.prime .about-shinka-prime .top-text h3 {
  width: 50%;
  font-size: 28px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .top-text h3 {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0px 0px 30px 0px;
  }
}
body.prime .about-shinka-prime .top-text p {
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .top-text p {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
body.prime .about-shinka-prime .main-photo {
  margin: 0px 0px 154px 0px;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .main-photo {
    margin: 0px 0px 100px 0px;
  }
}
body.prime .about-shinka-prime .main-photo img {
  width: 100%;
  border-radius: 4px;
}
body.prime .about-shinka-prime .main-item {
  margin: 0px 0px 170px 50px;
  position: relative;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .main-item {
    margin: 0px 0px 136px 0px;
  }
}
body.prime .about-shinka-prime .main-item::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 200px;
  bottom: -100px;
  left: 0px;
  z-index: 3;
  background-color: #ebe5db;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .main-item::after {
    width: calc(100% - 40px);
    height: 120px;
    bottom: -60px;
  }
}
body.prime .about-shinka-prime .main-item .text-container {
  width: 470px;
  box-sizing: border-box;
  padding: 64px 50px 0px 50px;
  z-index: 4;
  position: relative;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .main-item .text-container {
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
}
body.prime .about-shinka-prime .main-item .text-container h3 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0px 0px 32px 0px;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .main-item .text-container h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
body.prime .about-shinka-prime .main-item .text-container p {
  border-left: 1px solid #c8a537;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.1em;
  padding: 0px 0px 30px 20px;
  margin: 0px 0px 0px 20px;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .main-item .text-container p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0px 0px 40px 20px;
  }
}
body.prime .about-shinka-prime .main-item figure {
  width: calc(100% - 470px);
  z-index: 5;
  position: relative;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .main-item figure {
    padding: 0px 0px 0px 40px;
    width: 100%;
  }
}
body.prime .about-shinka-prime .main-item figure img {
  width: 100%;
  height: auto;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.prime .about-shinka-prime .full-order-ttl {
  width: 100%;
  max-width: 866px;
  margin: 0px auto 100px auto;
  --x-gradient: linear-gradient(90deg, #e3d9ca 0 30px, transparent 0 calc(100% - 30px), #e3d9ca calc(100% - 30px));
  --y-gradient: linear-gradient(#e3d9ca 0 30px, transparent 0 calc(100% - 30px), #e3d9ca calc(100% - 30px));
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: top, right, bottom, left;
  padding: 40px 60px 40px 0px;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .full-order-ttl {
    width: calc(100% - 40px);
    margin: 0px 20px 80px 20px;
    padding: 60px 0px 60px 0px;
  }
}
body.prime .about-shinka-prime .full-order-ttl dl {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
body.prime .about-shinka-prime .full-order-ttl dl dt {
  width: 380px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .full-order-ttl dl dt {
    width: 100%;
    margin: 0px 0px 57px 0px;
  }
}
body.prime .about-shinka-prime .full-order-ttl dl dt span {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .full-order-ttl dl dt span {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
body.prime .about-shinka-prime .full-order-ttl dl dt span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -9px;
  left: 0px;
  background-color: #c8a537;
}
body.prime .about-shinka-prime .full-order-ttl dl dd {
  width: calc(100% - 380px);
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .full-order-ttl dl dd {
    width: 100%;
    padding: 0px 40px 0px 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
body.prime .about-shinka-prime .order-list-container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 80px -32px;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .order-list-container {
    margin: 0px 0px 60px 0px;
  }
}
body.prime .about-shinka-prime .order-list-container .order-base-container {
  width: calc(50% - 32px);
  margin: 0px 0px 20px 32px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .order-list-container .order-base-container {
    width: 100%;
    margin: 0px 0px 40px 0px;
  }
}
body.prime .about-shinka-prime .order-list-container .order-base-container.bg-block-left::after {
  content: "";
  position: absolute;
  width: 5000px;
  height: 293px;
  top: 50px;
  left: 278px;
  z-index: 3;
  background-color: #ebe5db;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .order-list-container .order-base-container.bg-block-left::after {
    left: 50%;
    height: 222px;
  }
}
body.prime .about-shinka-prime .order-list-container .order-base-container.bg-block-right::after {
  display: none;
  content: "";
  position: absolute;
  width: 5000px;
  height: 293px;
  top: 50px;
  left: 278px;
  z-index: 3;
  background-color: #ebe5db;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .order-list-container .order-base-container.bg-block-right::after {
    display: block;
    width: 75%;
    left: -20px;
    height: 240px;
  }
}
body.prime .about-shinka-prime .order-list-container .order-base-container:nth-child(even) {
  margin-top: 100px;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .order-list-container .order-base-container:nth-child(even) {
    margin-top: inherit;
  }
}
body.prime .about-shinka-prime .order-list-container .order-base-container figure {
  margin: 0px 0px 40px 0px;
  position: relative;
  z-index: 5;
}
body.prime .about-shinka-prime .order-list-container .order-base-container figure img {
  width: 100%;
  border-radius: 4px;
}
body.prime .about-shinka-prime .order-list-container .order-base-container dl {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  position: relative;
  z-index: 6;
}
body.prime .about-shinka-prime .order-list-container .order-base-container dl dt {
  width: 156px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  border-right: 1px solid #c8a537;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .order-list-container .order-base-container dl dt {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: left;
    border-right: none;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 20px 0px;
  }
}
body.prime .about-shinka-prime .order-list-container .order-base-container dl dd {
  width: calc(100% - 156px);
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.1em;
  padding: 0px 0px 0px 20px;
}
@media only screen and (max-width: 959px) {
  body.prime .about-shinka-prime .order-list-container .order-base-container dl dd {
    width: calc(100% - 50px);
    margin-left: 50px;
    padding: 0px 0px 26px 20px;
    border-left: 1px solid #c8a537;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
body.prime .prime-and-flex {
  margin-bottom: 0px !important;
}

body.flex .mv {
  width: 100%;
  height: calc(100vh - 87px);
  background-color: #faf8f5;
  position: relative;
  margin: 0px 0px 140px 0px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  body.flex .mv {
    height: inherit;
    margin: 0px 0px 70px 0px;
  }
}
body.flex .mv .scroll {
  position: absolute;
  bottom: 16px;
  right: 28px;
}
@media only screen and (max-width: 959px) {
  body.flex .mv .scroll {
    right: 22px;
    bottom: 17px;
  }
}
body.flex .mv .scroll img {
  width: 20px;
  height: 70px;
}
@media only screen and (max-width: 959px) {
  body.flex .mv .scroll img {
    width: 16px;
    height: 63px;
  }
}
body.flex .mv .left {
  width: 32%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 959px) {
  body.flex .mv .left {
    width: 100%;
    height: inherit;
    margin: 0px 0px 40px 0px;
  }
}
body.flex .mv .left .inner {
  padding: 0px 0px 0px 116px;
}
@media only screen and (max-width: 959px) {
  body.flex .mv .left .inner {
    padding: 50px 50px 0px 50px;
  }
}
body.flex .mv .left .inner h2 {
  display: block;
  font-family: Inter;
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.05em;
  color: #0c8df3;
  width: 100%;
  margin: 0px 0px 26px 0px;
}
@media only screen and (max-width: 959px) {
  body.flex .mv .left .inner h2 {
    margin: 0px 0px -2px 0px;
    font-size: 32px;
  }
}
body.flex .mv .left .inner h3 {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #000000;
}
@media only screen and (max-width: 959px) {
  body.flex .mv .left .inner h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
  }
}
body.flex .mv .right {
  width: 68%;
  height: 100%;
  /*			background-image: url("../img/flex/mv.png");
    			background-size: auto 80%;
    			background-position: center right 80px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
body.flex .mv .right figure {
  text-align: center;
}
body.flex .mv .right figure img {
  width: 80%;
  height: auto;
}
@media only screen and (max-width: 959px) {
  body.flex .mv .right {
    display: block;
    width: 100%;
    height: inherit;
    background-image: none;
    padding: 0px 20px 20px 20px;
  }
  body.flex .mv .right figure img {
    width: 100%;
    height: auto;
  }
}
body.flex .about-shinka-flex .ttl-h2 {
  margin: 0px 0px 93px 0px;
}
@media only screen and (max-width: 959px) {
  body.flex .about-shinka-flex .ttl-h2 {
    line-height: 1.4;
    margin: 0px 0px 66px 0px;
  }
}
body.flex .about-shinka-flex .top-text {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 50px 0px;
}
@media only screen and (max-width: 959px) {
  body.flex .about-shinka-flex .top-text {
    padding: 0px 50px 0px 50px;
  }
}
body.flex .about-shinka-flex .top-text h3 {
  width: 50%;
  font-size: 28px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 0px 0px 0px 64px;
}
@media only screen and (max-width: 959px) {
  body.flex .about-shinka-flex .top-text h3 {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
  }
}
body.flex .about-shinka-flex .top-text p {
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 959px) {
  body.flex .about-shinka-flex .top-text p {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
body.flex .about-shinka-flex .about-mv {
  padding: 0px 40px;
  margin: 0px 0px 96px 0px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  body.flex .about-shinka-flex .about-mv {
    padding: 0px 20px;
    margin: 0px 0px 60px 0px;
  }
}
body.flex .about-shinka-flex .about-mv figure:nth-of-type(1) {
  width: 100%;
  margin: 0px 0px 32px 0px;
}
@media only screen and (max-width: 959px) {
  body.flex .about-shinka-flex .about-mv figure:nth-of-type(1) {
    margin: 0px 0px 20px 0px;
  }
}
body.flex .about-shinka-flex .about-mv figure:nth-of-type(1) img {
  width: 100%;
  max-width: 865px;
  height: auto;
}
body.flex .about-shinka-flex .about-mv figure:nth-of-type(2) {
  width: 40%;
  text-align: right;
  padding: 60px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.flex .about-shinka-flex .about-mv figure:nth-of-type(2) {
    width: 100%;
    padding: 0px 45px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
body.flex .about-shinka-flex .about-mv figure:nth-of-type(2) img {
  width: 100%;
  max-width: 253px;
  height: auto;
}
@media only screen and (max-width: 959px) {
  body.flex .about-shinka-flex .about-mv figure:nth-of-type(2) img {
    max-width: inherit;
    width: 50%;
  }
}
body.flex .about-shinka-flex .about-mv figure:nth-of-type(3) {
  width: 60%;
  text-align: left;
  padding: 0px 0px 0px 25px;
}
@media only screen and (max-width: 959px) {
  body.flex .about-shinka-flex .about-mv figure:nth-of-type(3) {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
}
body.flex .about-shinka-flex .about-mv figure:nth-of-type(3) img {
  width: 100%;
  height: auto;
}
body.flex .about-shinka-flex .about-mv figure img {
  border-radius: 4px;
}
body.flex .about-shinka-flex2 {
  margin: 0px 0px 96px 0px;
}
@media only screen and (max-width: 959px) {
  body.flex .about-shinka-flex2 {
    margin: 0px 0px 80px 0px;
  }
}
body.flex .about-shinka-flex2 .top-box {
  width: 100%;
  max-width: 780px;
  background-color: #f0f7ff;
  padding: 40px 60px 182px 60px;
}
@media only screen and (max-width: 959px) {
  body.flex .about-shinka-flex2 .top-box {
    padding: 40px 30px 121px 30px;
    width: calc(100% - 55px);
  }
}
body.flex .about-shinka-flex2 .top-box h3 {
  font-family: Inter;
  font-size: 30px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.05em;
  margin: 0px 0px 40px 0px;
}
@media only screen and (max-width: 959px) {
  body.flex .about-shinka-flex2 .top-box h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
body.flex .about-shinka-flex2 .top-box h3 span {
  border-bottom: 1px solid #0c8df3;
}
body.flex .about-shinka-flex2 .top-box p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 959px) {
  body.flex .about-shinka-flex2 .top-box p {
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
body.flex .about-shinka-flex2 .bottom-photo {
  margin: -134px 0px 0px 0px;
  text-align: right;
}
@media only screen and (max-width: 959px) {
  body.flex .about-shinka-flex2 .bottom-photo {
    margin: -81px 0px 0px 0px;
    padding: 0px 0px 0px 55px;
  }
}
body.flex .about-shinka-flex2 .bottom-photo img {
  width: 100%;
  max-width: 815px;
  height: auto;
  border-radius: 4px;
}
body.flex .flex-step {
  background-color: #f3f3f3;
  padding: 96px 0px 96px 0px;
  margin: 0px 0px 80px 0px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step {
    padding: 64px 0px 64px 0px;
    margin: 0px 0px 60px 0px;
  }
}
body.flex .flex-step .step-header {
  padding: 0px 0px 60px 0px;
  margin: 0px 0px 60px 0px;
  border-bottom: 1px dashed #d3d3d3;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .step-header {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 30px 0px;
  }
}
body.flex .flex-step .step-header h3 {
  font-family: Inter;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0px 0px 30px 0px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .step-header h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
body.flex .flex-step .step-header h3 span {
  border-bottom: 1px solid #0c8df3;
}
body.flex .flex-step .step-header h4 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #303030;
  margin: 0px 0px 40px 0px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .step-header h4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0px 0px 48px 0px;
  }
}
body.flex .flex-step .step-header .step-btn {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -20px;
}
body.flex .flex-step .step-header .step-btn li {
  width: calc(20% - 20px);
  margin: 0px 0px 0px 20px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .step-header .step-btn li {
    width: calc(50% - 20px);
    margin: 0px 0px 20px 20px;
  }
}
body.flex .flex-step .step-header .step-btn li img {
  width: 100%;
  height: auto;
}
body.flex .flex-step .step-base-container {
  margin: 0px 0px 80px 0px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .step-base-container {
    margin: 0px 0px 30px 0px;
  }
}
body.flex .flex-step .step-base-container:nth-last-child(1) {
  margin: 0px 0px 0px 0px;
}
body.flex .flex-step .step-base-container h5 em {
  font-family: Inter;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  background-color: #0c8df3;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0px 15px 0px 15px;
  border-top-left-radius: 6px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .step-base-container h5 em {
    padding: 0px 10px 0px 10px;
    font-size: 16px;
  }
}
body.flex .flex-step .step-base-container h5 p {
  background-color: #fff;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border: 2px solid #0c8df3;
  border-top-right-radius: 6px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  vertical-align: bottom;
  padding: 0px 20px 0px 20px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .step-base-container h5 p {
    padding: 0px 10px 0px 10px;
    font-size: 16px;
  }
}
body.flex .flex-step .step-base-container h5 p span {
  color: #0c8df3;
}
body.flex .flex-step .inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 43px 11px 43px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner {
    padding: 20px 20px 20px 20px;
  }
}
body.flex .flex-step .inner strong {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px 0px 20px 0px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner strong {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
body.flex .flex-step .inner .container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -29px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container {
    margin: 0px 0px 0px 0px;
  }
}
body.flex .flex-step .inner .container .base-child-container {
  position: relative;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 5px 5px 48px 5px;
  width: calc(50% - 29px);
  margin: 0px 0px 29px 29px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container .base-child-container {
    width: 100%;
    margin: 0px 0px 16px 0px;
  }
  body.flex .flex-step .inner .container .base-child-container:nth-last-of-type(1) {
    margin: 0px 0px 0px 0px;
  }
}
body.flex .flex-step .inner .container .base-child-container .child-header {
  margin: 0px 0px 20px 0px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container .base-child-container .child-header {
    margin: 0px 0px 8px 0px;
  }
}
body.flex .flex-step .inner .container .base-child-container .child-header em {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  margin: 0px 10px 0px 0px;
  font-style: normal;
  font-family: Inter;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container .base-child-container .child-header em {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 26px;
  }
}
body.flex .flex-step .inner .container .base-child-container .child-header p {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #000;
  padding: 0px 0px 2px 0px;
  position: absolute;
  left: 58px;
  bottom: 8px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container .base-child-container .child-header p {
    left: 49px;
    bottom: 7px;
    letter-spacing: 0em;
    font-size: 12px;
  }
}
body.flex .flex-step .inner .container .base-child-container .child-header p span {
  font-size: 20px;
  font-weight: 500;
  margin: 0px 8px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container .base-child-container .child-header p span {
    font-size: 18px;
  }
}
body.flex .flex-step .inner .container .base-child-container .child-header p smal {
  font-size: 10px;
}
body.flex .flex-step .inner .container .base-child-container > figure {
  padding: 0px 20px 0px 20px;
}
body.flex .flex-step .inner .container .base-child-container > p {
  padding: 0px 25px;
  margin: 0px 0px 12px 0px;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #303030;
  min-height: 56px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container .base-child-container > p {
    padding: 0px 8px;
    margin: 0px 0px 12px 0px;
  }
}
body.flex .flex-step .inner .container .base-child-container > span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #303030;
}
body.flex .flex-step .inner .container.step01 .base-child-container .child-header p span {
  margin: 0px 0px 0px 0px;
}
body.flex .flex-step .inner .container.step01 .base-child-container > figure {
  text-align: center;
}
body.flex .flex-step .inner .container.step01 .base-child-container > figure img {
  width: 100%;
  height: auto;
}
body.flex .flex-step .inner .container.step01 .base-child-container > figure img.a {
  max-width: 245px;
}
body.flex .flex-step .inner .container.step01 .base-child-container > figure img.b {
  max-width: 400px;
}
body.flex .flex-step .inner .container.step02 .base-child-container > figure {
  text-align: center;
}
body.flex .flex-step .inner .container.step02 .base-child-container > figure img {
  width: 75%;
  height: auto;
  max-width: 344px;
}
body.flex .flex-step .inner .container.step03 .base-child-container {
  width: calc(33.3% - 29px);
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container.step03 .base-child-container {
    width: 100%;
  }
}
body.flex .flex-step .inner .container.step03 .base-child-container .child-header p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
body.flex .flex-step .inner .container.step03 .base-child-container .child-header p span {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0em;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container.step03 .base-child-container .child-header p span {
    font-size: 20px;
  }
}
body.flex .flex-step .inner .container.step03 .base-child-container > figure {
  text-align: center;
}
body.flex .flex-step .inner .container.step03 .base-child-container > figure img {
  width: 100%;
  height: auto;
  max-width: 220px;
}
body.flex .flex-step .inner .container.step04 .base-child-container .child-header p {
  font-size: 11px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container.step04 .base-child-container .child-header p span {
    font-size: 18px;
  }
}
body.flex .flex-step .inner .container.step04 .base-child-container > figure {
  text-align: center;
}
body.flex .flex-step .inner .container.step04 .base-child-container > figure img {
  width: 100%;
  height: auto;
  max-width: 424px;
}
body.flex .flex-step .inner .container.step05 {
  display: block;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 20px 20px 0px 20px;
  margin: 0px 0px 18px 0px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container.step05 {
    padding: 20px 20px 10px 20px;
    margin: 0px 0px 0px 0px;
  }
}
body.flex .flex-step .inner .container.step05 dl {
  width: 100%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 30px 0px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container.step05 dl {
    margin: 0px 0px 16px 0px;
  }
}
body.flex .flex-step .inner .container.step05 dl dt {
  width: 130px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container.step05 dl dt {
    width: 120px;
    margin: 0px 0px 20px 0px;
    text-align: center;
  }
}
body.flex .flex-step .inner .container.step05 dl dt span {
  display: block;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0px 0px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container.step05 dl dt span {
    height: 27px;
    line-height: 27px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}
body.flex .flex-step .inner .container.step05 dl dd {
  width: calc(100% - 130px);
  padding: 0px 0px 0px 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #303030;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container.step05 dl dd {
    width: 100%;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
body.flex .flex-step .inner .container.step05 ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -18px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container.step05 ul {
    margin: 0px 0px 0px -10px;
  }
}
body.flex .flex-step .inner .container.step05 ul li {
  width: calc(33.3% - 18px);
  margin: 0px 0px 20px 18px;
}
@media only screen and (max-width: 959px) {
  body.flex .flex-step .inner .container.step05 ul li {
    width: calc(50% - 10px);
    margin: 0px 0px 10px 10px;
  }
}
body.flex .flex-step .inner .container.step05 ul li img {
  width: 100%;
  border-radius: 4px;
}
body.flex .prime-and-flex {
  margin-bottom: 0px !important;
}

body.special-value .mv {
  width: 100%;
  height: calc(100vh - 87px);
  position: relative;
  margin: 0px 0px 96px 0px;
}
@media only screen and (max-width: 959px) {
  body.special-value .mv {
    width: 100%;
    height: inherit;
    margin: 0px 0px 60px 0px;
  }
}
body.special-value .mv .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 959px) {
  body.special-value .mv .bg {
    display: none;
  }
}
body.special-value .mv .sp-bg {
  display: none;
}
@media only screen and (max-width: 959px) {
  body.special-value .mv .sp-bg {
    display: block;
  }
}
body.special-value .mv .sp-bg img {
  width: 100%;
  height: auto;
}
body.special-value .mv .scroll {
  position: absolute;
  bottom: 16px;
  right: 28px;
}
@media only screen and (max-width: 959px) {
  body.special-value .mv .scroll {
    right: 22px;
    bottom: 17px;
  }
}
body.special-value .mv .scroll img {
  width: 20px;
  height: 70px;
}
@media only screen and (max-width: 959px) {
  body.special-value .mv .scroll img {
    width: 16px;
    height: 63px;
  }
}
body.special-value .mv h2 {
  position: absolute;
  left: 114px;
  top: calc(50% - 200px);
  color: #dfd09b;
  font-family: Inter;
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 959px) {
  body.special-value .mv h2 {
    left: 20px;
    top: 110px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }
}
body.special-value .mv h3 {
  position: absolute;
  top: calc(50% - 80px);
  left: 114px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  body.special-value .mv h3 {
    left: 20px;
    bottom: inherit;
    top: 196px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}
body.special-value .top-photo {
  margin: 0px 0px 96px 0px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  body.special-value .top-photo {
    margin: 0px 0px 80px 0px;
  }
}
body.special-value .top-photo .box01 {
  position: relative;
  z-index: 10;
}
body.special-value .top-photo .box01 figure img {
  width: 100%;
  max-width: 707px;
  height: auto;
  border-radius: 4px;
}
@media only screen and (max-width: 959px) {
  body.special-value .top-photo .box01 figure img {
    width: 60%;
  }
}
body.special-value .top-photo .box02 {
  position: relative;
  z-index: 9;
  margin: -44px 0px 48px 0px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  body.special-value .top-photo .box02 {
    margin: -18px 0px 48px 0px;
  }
}
body.special-value .top-photo .box02 h3 {
  width: 53%;
  padding: 103px 32px 0px 48px;
  font-size: 22px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 959px) {
  body.special-value .top-photo .box02 h3 {
    width: 100%;
    order: 2;
    padding: 28px 0px 0px 35px;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
body.special-value .top-photo .box02 figure {
  width: 47%;
}
@media only screen and (max-width: 959px) {
  body.special-value .top-photo .box02 figure {
    width: 100%;
    text-align: right;
    order: 1;
  }
}
body.special-value .top-photo .box02 figure img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
@media only screen and (max-width: 959px) {
  body.special-value .top-photo .box02 figure img {
    width: 50%;
  }
}
body.special-value .top-photo .box03 {
  position: relative;
  z-index: 9;
  margin: 0px 0px 0px 0px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
body.special-value .top-photo .box03 h3 {
  width: 51%;
  padding: 58px 0px 0px 71px;
  font-size: 22px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 959px) {
  body.special-value .top-photo .box03 h3 {
    width: 100%;
    padding: 0px 0px 0px 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
body.special-value .top-photo .box03 figure {
  width: 49%;
}
body.special-value .top-photo .box03 figure img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
@media only screen and (max-width: 959px) {
  body.special-value .top-photo .box03 figure {
    width: 100%;
  }
  body.special-value .top-photo .box03 figure:nth-of-type(1) {
    text-align: left;
  }
  body.special-value .top-photo .box03 figure:nth-of-type(1) img {
    width: 50%;
  }
  body.special-value .top-photo .box03 figure:nth-last-of-type(1) {
    text-align: right;
    margin: -24px 0px 20px 0px;
  }
  body.special-value .top-photo .box03 figure:nth-last-of-type(1) img {
    width: 70%;
  }
}
body.special-value .top-photo .box04 {
  position: relative;
  z-index: 11;
  margin: -60px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.special-value .top-photo .box04 {
    display: none;
  }
}
body.special-value .top-photo .box04 figure {
  width: 100%;
  text-align: right;
}
body.special-value .top-photo .box04 figure img {
  width: 100%;
  max-width: 707px;
  height: auto;
  border-radius: 4px;
}
@media only screen and (max-width: 959px) {
  body.special-value .fact {
    padding: 0px 0px 60px 0px;
  }
}
body.special-value .fact .fact-base-container {
  background-color: #faf8f5;
  padding: 16px 16px 40px 16px;
  margin: 0px 0px 20px 0px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  body.special-value .fact .fact-base-container {
    padding: 16px 16px 16px 16px;
  }
}
body.special-value .fact .fact-base-container > dl {
  position: relative;
  z-index: 9;
  border: 2px solid #d2c8a5;
  background-color: #fff;
  border-radius: 4px;
  width: 65px;
  height: 65px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  body.special-value .fact .fact-base-container > dl {
    width: 45px;
    height: 45px;
  }
}
body.special-value .fact .fact-base-container > dl dt {
  padding: 4px 0px 0px 0px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0px 0px 3px 0px;
}
@media only screen and (max-width: 959px) {
  body.special-value .fact .fact-base-container > dl dt {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}
body.special-value .fact .fact-base-container > dl dd {
  font-family: Inter;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 959px) {
  body.special-value .fact .fact-base-container > dl dd {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}
body.special-value .fact .fact-base-container .fact-header {
  position: relative;
  z-index: 10;
  margin: -10px 0px 35px 55px;
}
@media only screen and (max-width: 959px) {
  body.special-value .fact .fact-base-container .fact-header {
    margin: -10px 0px 35px 35px;
  }
}
body.special-value .fact .fact-base-container .fact-header .inner > p {
  background-image: url("../img/value/bg-triangle.png");
  background-position: left 2px top 2px;
  background-size: 10px 10px;
  border-radius: 4px;
  width: 100%;
  max-width: 670px;
  background-color: #fff;
  border: 2px solid #d2c8a5;
  color: #303030;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 959px) {
  body.special-value .fact .fact-base-container .fact-header .inner > p {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1em;
  }
}
body.special-value .fact .fact-base-container .photo-box {
  padding: 0px 24px 0px 24px;
}
@media only screen and (max-width: 959px) {
  body.special-value .fact .fact-base-container .photo-box {
    padding: 0px 0px 0px 0px;
  }
}
body.special-value .fact .fact-base-container .photo-box h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0px 0px 46px 0px;
}
@media only screen and (max-width: 959px) {
  body.special-value .fact .fact-base-container .photo-box h4 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}
body.special-value .fact .fact-base-container .photo-box h4 span {
  border-bottom: 2px solid #5f5f5f;
  padding: 0px 0px 3px 0px;
}
body.special-value .fact .fact-base-container .photo-box ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px 0px 0px -20px;
}
@media only screen and (max-width: 959px) {
  body.special-value .fact .fact-base-container .photo-box ul {
    margin: 0px 0px 0px 0px;
  }
}
body.special-value .fact .fact-base-container .photo-box ul li {
  width: calc(33.3% - 20px);
  margin: 0px 0px 0px 20px;
}
@media only screen and (max-width: 959px) {
  body.special-value .fact .fact-base-container .photo-box ul li {
    width: 100%;
    margin: 0px 0px 32px 0px;
  }
  body.special-value .fact .fact-base-container .photo-box ul li:last-child {
    margin: 0px 0px 0px 0px;
  }
}
body.special-value .fact .fact-base-container .photo-box ul li strong {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0px 0px 9px 0px;
}
body.special-value .fact .fact-base-container .photo-box ul li figure img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
body.special-value .fact .fact-base-container.fact02 .photo-box li figure {
  border-radius: 4px;
  text-align: center;
  background-color: #fff;
  padding: 28px 16px;
}
body.special-value .fact .fact-base-container.fact02 .photo-box li figure img {
  max-width: 188px;
}
@media only screen and (max-width: 959px) {
  body.special-value .fact .fact-base-container.fact03 {
    margin-bottom: 0px;
  }
}
body.special-value .fact .fact-base-container.fact03 .fact-header .inner {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
body.special-value .fact .fact-base-container.fact03 .fact-header .inner > p {
  max-width: 670px;
}
body.special-value .fact .fact-base-container.fact03 .fact-header .inner > dl {
  width: calc(100% - 670px);
  padding: 0px 0px 0px 32px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  body.special-value .fact .fact-base-container.fact03 .fact-header .inner > dl {
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
body.special-value .fact .fact-base-container.fact03 .fact-header .inner > dl dt {
  width: 80px;
}
body.special-value .fact .fact-base-container.fact03 .fact-header .inner > dl dt img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
body.special-value .fact .fact-base-container.fact03 .fact-header .inner > dl dd {
  width: calc(100% - 80px);
  padding: 0px 0px 0px 10px;
}
body.special-value .fact .fact-base-container.fact03 .fact-header .inner > dl dd strong {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.06em;
  margin: 0px 0px 8px 0px;
}
body.special-value .fact .fact-base-container.fact03 .fact-header .inner > dl dd strong span {
  border-bottom: 1px solid #c6c6c6;
  padding: 0px 0px 2px 0px;
}
body.special-value .fact .fact-base-container.fact03 .fact-header .inner > dl dd p {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.06em;
}
body.special-value .value-list {
  background-color: #f3f3f3;
  padding: 96px 0px 96px 0px;
}
body.special-value .value-list ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -42px;
}
@media only screen and (max-width: 959px) {
  body.special-value .value-list ul {
    justify-content: center;
    margin: 0px 0px 0px -16px;
  }
}
body.special-value .value-list ul li {
  position: relative;
  width: calc(33.3% - 42px);
  margin: 0px 0px 0px 42px;
}
@media only screen and (max-width: 959px) {
  body.special-value .value-list ul li {
    width: calc(50% - 16px);
    margin: 0px 0px 18px 16px;
  }
}
body.special-value .value-list ul li:nth-child(1) {
  transition-delay: 0.9s;
}
body.special-value .value-list ul li:nth-child(2) {
  transition-delay: 1.1s;
}
body.special-value .value-list ul li:nth-child(3) {
  transition-delay: 1.3s;
}
body.special-value .value-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  border-radius: 8px;
}
body.special-value .value-list ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 6;
  opacity: 0;
  background-color: #000;
  border-radius: 8px;
  transition: 0.4s;
}
body.special-value .value-list ul li a .bg {
  width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 5;
  transition: 0.4s;
}
body.special-value .value-list ul li a .text {
  z-index: 7;
  position: absolute;
  left: 21px;
  top: 29px;
}
@media only screen and (max-width: 959px) {
  body.special-value .value-list ul li a .text {
    left: 16px;
    top: 18px;
  }
}
body.special-value .value-list ul li a .text span {
  font-family: Inter;
  font-size: 10px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
  margin: 0px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.special-value .value-list ul li a .text span {
    font-size: 8px;
    font-weight: 500;
  }
}
body.special-value .value-list ul li a .text h4 {
  font-family: Inter;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 13px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.special-value .value-list ul li a .text h4 {
    font-size: 17px;
    font-weight: 400;
  }
}
body.special-value .value-list ul li a figure {
  z-index: 8;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin-bottom: 0px !important;
}
body.special-value .value-list ul li a figure.value01 {
  width: 138px;
  height: 108px;
}
body.special-value .value-list ul li a figure.value02 {
  width: 165px;
  height: 104px;
}
body.special-value .value-list ul li a figure.value03 {
  width: 83px;
  height: 102px;
}
body.special-value .value-list ul li a figure.value04 {
  width: 185px;
  height: 181px;
}
@media only screen and (max-width: 959px) {
  body.special-value .value-list ul li a figure {
    bottom: 10px;
    left: 10px;
    width: 100% !important;
    height: auto !important;
  }
  body.special-value .value-list ul li a figure.value03 {
    width: 50px !important;
  }
  body.special-value .value-list ul li a figure.value03 img {
    width: 50px !important;
  }
}
body.special-value .value-list ul li a figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 959px) {
  body.special-value .value-list ul li a figure img {
    width: 100px;
    height: auto;
  }
}
body.special-value .value-list ul li a p {
  z-index: 9;
  position: absolute;
  right: 15px;
  bottom: 14px;
}
body.special-value .value-list ul li a p::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0px;
  left: 0px;
  z-index: 6;
  background-image: url("../img/base/circle-arrow-w-on.svg");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.4s;
}
@media only screen and (max-width: 959px) {
  body.special-value .value-list ul li a p::after {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}
@media only screen and (max-width: 959px) {
  body.special-value .value-list ul li a p {
    right: 9px;
    bottom: 9px;
  }
}
body.special-value .value-list ul li a p img {
  width: 35px;
  height: 35px;
  transition: 0.4s;
}
@media only screen and (max-width: 959px) {
  body.special-value .value-list ul li a p img {
    width: 24px;
    height: 24px;
  }
}
body.special-value .value-list ul li a:hover::after {
  opacity: 0.3;
}
body.special-value .value-list ul li a:hover .bg {
  transform: scale(1.1);
}
body.special-value .value-list ul li a:hover p img {
  opacity: 0;
}
body.special-value .value-list ul li a:hover p::after {
  opacity: 1;
}

body.value .mv {
  width: 100%;
  height: calc(100vh - 87px);
  position: relative;
  margin: 0px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.value .mv {
    width: 100%;
    height: inherit;
    margin: 0px 0px 47px 0px;
  }
}
body.value .mv .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 959px) {
  body.value .mv .bg {
    display: none;
  }
}
body.value .mv .sp-bg {
  display: none;
}
@media only screen and (max-width: 959px) {
  body.value .mv .sp-bg {
    display: block;
  }
}
body.value .mv .sp-bg img {
  width: 100%;
  height: auto;
}
body.value .mv .scroll {
  position: absolute;
  bottom: 16px;
  right: 28px;
}
@media only screen and (max-width: 959px) {
  body.value .mv .scroll {
    right: 22px;
    bottom: 17px;
  }
}
body.value .mv .scroll img {
  width: 20px;
  height: 70px;
}
@media only screen and (max-width: 959px) {
  body.value .mv .scroll img {
    width: 16px;
    height: 63px;
  }
}
body.value .mv h2 {
  position: absolute;
  left: 114px;
  top: calc(50% - 200px);
  color: #fff;
  font-family: Inter;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  body.value .mv h2 {
    left: 20px;
    top: 110px;
    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0.05em;
  }
}
body.value .base-value-container {
  padding: 100px 0px 100px 0px;
}
@media only screen and (max-width: 959px) {
  body.value .base-value-container {
    padding: 0px 0px 0px 0px;
  }
}
body.value .value-header {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 50px 0px;
}
body.value .value-header .left {
  width: 50%;
}
@media only screen and (max-width: 959px) {
  body.value .value-header .left {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
}
body.value .value-header .left strong {
  display: inline-block;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #9e936c;
  padding: 0px 0px 3px 0px;
  border-bottom: 2px solid #9e936c;
  margin: 0px 0px 13px 0px;
}
@media only screen and (max-width: 959px) {
  body.value .value-header .left strong {
    margin: 0px 0px 7px 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}
body.value .value-header .left h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0px 0px 5px 0px;
}
@media only screen and (max-width: 959px) {
  body.value .value-header .left h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0px 0px -2px 0px;
  }
}
body.value .value-header .left h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.1em;
  margin: 0px 0px 12px 0px;
}
@media only screen and (max-width: 959px) {
  body.value .value-header .left h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0px 0px 20px 0px;
  }
}
body.value .value-header .left p {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #303030;
  max-width: 385px;
}
@media only screen and (max-width: 959px) {
  body.value .value-header .left p {
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
body.value .value-header .right {
  width: 50%;
  padding: 0px 0px 0px 32px;
}
@media only screen and (max-width: 959px) {
  body.value .value-header .right {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
}
body.value .value-header .right figure {
  text-align: right;
}
body.value .value-header .right figure img {
  width: 100%;
  max-width: 524px;
  border-radius: 4px;
}
@media only screen and (max-width: 959px) {
  body.value .value-header .right figure img {
    max-width: inherit;
  }
}
body.value .value01 ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -29px;
}
@media only screen and (max-width: 959px) {
  body.value .value01 ul {
    width: 240px;
    margin: 0px auto 19px auto;
  }
}
body.value .value01 ul li {
  width: calc(33.3% - 29px);
  margin: 0px 0px 0px 29px;
}
@media only screen and (max-width: 959px) {
  body.value .value01 ul li {
    width: 100%;
    margin: 0px 0px 37px 0px;
  }
}
body.value .value01 ul li h5 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #9e936c;
  margin: 0px 0px 7px 0px;
}
@media only screen and (max-width: 959px) {
  body.value .value01 ul li h5 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0px 0px 10px 0px;
  }
}
body.value .value01 ul li figure {
  margin: 0px 0px 15px 0px;
}
@media only screen and (max-width: 959px) {
  body.value .value01 ul li figure {
    margin: 0px 0px 3px 0px;
  }
}
body.value .value01 ul li figure img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
body.value .value01 ul li p {
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 959px) {
  body.value .value01 ul li p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
body.value .value02 {
  background-color: #faf8f5;
}
@media only screen and (max-width: 959px) {
  body.value .value02 {
    padding: 60px 0px 60px 0px;
  }
}
body.value .value02 .child-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 42px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 29px 0px;
}
@media only screen and (max-width: 959px) {
  body.value .value02 .child-container {
    padding: 21px;
  }
}
body.value .value02 .child-container:nth-last-of-type(1) {
  margin: 0px 0px 0px 0px;
}
body.value .value02 .child-container .left {
  width: 40%;
}
@media only screen and (max-width: 959px) {
  body.value .value02 .child-container .left {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
}
body.value .value02 .child-container .left .header-ttl {
  margin: 0px 0px 35px 0px;
  position: relative;
}
body.value .value02 .child-container .left .header-ttl em {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #d2c8a5;
  font-style: normal;
  margin: 0px 9px 0px 0px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #d2c8a5;
}
body.value .value02 .child-container .left .header-ttl h3 {
  position: absolute;
  left: 37px;
  bottom: 2px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0px 0px 6px 0px;
  border-bottom: 2px solid #d2c8a5;
  margin: -10px 0px 0px 0px;
}
body.value .value02 .child-container .left .header-ttl h3 span {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
  border-left: 2px solid #d2c8a5;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
body.value .value02 .child-container .left p {
  width: 100%;
  max-width: 320px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  body.value .value02 .child-container .left p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
body.value .value02 .child-container .right {
  width: 60%;
  padding: 56px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.value .value02 .child-container .right {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
}
body.value .value02 .child-container.c01 figure {
  width: 100%;
  text-align: center;
}
body.value .value02 .child-container.c01 figure:first-child {
  margin: 0px 0px 30px 0px;
}
body.value .value02 .child-container.c01 figure em {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  font-style: normal;
  margin: 0px 0px 10px 0px;
}
body.value .value02 .child-container.c01 figure img {
  width: 100%;
  max-width: 429px;
  height: auto;
}
body.value .value02 .child-container.c02 .left .sp h5 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0px 0px 10px 0px;
}
body.value .value02 .child-container.c02 .left .sp em {
  display: block;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0px 0px 8px 0px;
}
body.value .value02 .child-container.c02 .left p {
  margin: 0px 0px 30px 0px;
}
body.value .value02 .child-container.c02 .left figure {
  width: 100%;
  text-align: left;
}
body.value .value02 .child-container.c02 .left figure img {
  width: 100%;
  height: auto;
}
body.value .value02 .child-container.c02 .left figure img.img01 {
  max-width: 234px;
  margin: 0px 0px 20px 0px;
}
@media only screen and (max-width: 959px) {
  body.value .value02 .child-container.c02 .left figure img.img01 {
    max-width: inherit;
  }
}
body.value .value02 .child-container.c02 .left figure img.img02 {
  max-width: 294px;
}
@media only screen and (max-width: 959px) {
  body.value .value02 .child-container.c02 .left figure img.img02 {
    max-width: inherit;
  }
}
body.value .value02 .child-container.c02 .right h5 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0px 0px 10px 0px;
}
body.value .value02 .child-container.c02 .right em {
  display: block;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0px 0px 8px 0px;
}
body.value .value02 .child-container.c02 .right figure {
  text-align: center;
}
body.value .value02 .child-container.c02 .right figure:first-child {
  margin: 0px 0px 60px 0px;
}
body.value .value02 .child-container.c02 .right figure img {
  width: 100%;
  max-width: 584px;
}
body.value .value02 .child-container.c02 .right figure p {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #5f5f5f;
}
body.value .value02 .child-container.c03 .right ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 20px -20px;
}
@media only screen and (max-width: 959px) {
  body.value .value02 .child-container.c03 .right ul {
    justify-content: center;
  }
}
body.value .value02 .child-container.c03 .right ul li {
  width: calc(33.3% - 20px);
  margin: 0px 0px 0px 20px;
}
@media only screen and (max-width: 959px) {
  body.value .value02 .child-container.c03 .right ul li {
    width: calc(50% - 20px);
  }
}
body.value .value02 .child-container.c03 .right ul li img {
  width: 100%;
}
body.value .value02 .child-container.c03 .right p {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
body.value .value02 .child-container.c04 .right ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 6px -6px;
}
@media only screen and (max-width: 959px) {
  body.value .value02 .child-container.c04 .right ul {
    margin: 0px 0px 0px 0px;
  }
}
body.value .value02 .child-container.c04 .right ul li {
  width: calc(50% - 6px);
  margin: 0px 0px 20px 6px;
}
@media only screen and (max-width: 959px) {
  body.value .value02 .child-container.c04 .right ul li {
    margin: 0px 0px 16px 0px;
    width: calc(100%);
  }
}
body.value .value02 .child-container.c04 .right ul li img {
  width: 100%;
}
@media only screen and (max-width: 959px) {
  body.value .value03 {
    padding: 60px 0px;
  }
}
body.value .value03 .middle {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px -26px -29px;
}
@media only screen and (max-width: 959px) {
  body.value .value03 .middle {
    margin: 0px 0px 0px 0px;
  }
}
body.value .value03 .middle dl {
  width: calc(50% - 29px);
  margin: 0px 0px 26px 29px;
  border-radius: 4px;
  border: 2px solid #d2c8a5;
}
@media only screen and (max-width: 959px) {
  body.value .value03 .middle dl {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
}
body.value .value03 .middle dl dt {
  height: 46px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #9e936c;
  border-bottom: 2px solid #d2c8a5;
}
@media only screen and (max-width: 959px) {
  body.value .value03 .middle dl dt {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
body.value .value03 .middle dl dd {
  background-color: #faf8f5;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 32px 28px;
}
@media only screen and (max-width: 959px) {
  body.value .value03 .middle dl dd {
    padding: 24px 28px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
body.value .value03 .bottom {
  margin: 60px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.value .value03 .bottom {
    margin: 20px 0px 0px 0px;
  }
}
body.value .value03 .bottom h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0px 0px 21px 0px;
}
@media only screen and (max-width: 959px) {
  body.value .value03 .bottom h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
body.value .value03 .bottom figure img {
  width: 100%;
  height: auto;
}
body.value .shinka-value {
  padding: 96px 0px;
  background-color: #f3f3f3;
}
body.value .value-list ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -42px;
}
@media only screen and (max-width: 959px) {
  body.value .value-list ul {
    justify-content: center;
    margin: 0px 0px 0px -16px;
  }
}
body.value .value-list ul li {
  position: relative;
  width: calc(33.3% - 42px);
  margin: 0px 0px 0px 42px;
}
@media only screen and (max-width: 959px) {
  body.value .value-list ul li {
    width: calc(50% - 16px);
    margin: 0px 0px 18px 16px;
  }
}
body.value .value-list ul li:nth-child(1) {
  transition-delay: 0.9s;
}
body.value .value-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
body.value .value-list ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 6;
  opacity: 0;
  background-color: #000;
  border-radius: 8px;
  transition: 0.4s;
}
body.value .value-list ul li a .bg {
  width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 5;
  transition: 0.4s;
}
body.value .value-list ul li a .bg02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  animation: value04Loop 5s infinite !important;
}
body.value .value-list ul li a .text {
  z-index: 7;
  position: absolute;
  left: 21px;
  top: 29px;
}
@media only screen and (max-width: 959px) {
  body.value .value-list ul li a .text {
    left: 16px;
    top: 18px;
  }
}
body.value .value-list ul li a .text span {
  font-family: Inter;
  font-size: 10px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
  margin: 0px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.value .value-list ul li a .text span {
    font-size: 8px;
    font-weight: 500;
  }
}
body.value .value-list ul li a .text h4 {
  font-family: Inter;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 13px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.value .value-list ul li a .text h4 {
    font-size: 17px;
    font-weight: 400;
  }
}
body.value .value-list ul li a figure {
  z-index: 8;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin-bottom: 0px !important;
}
body.value .value-list ul li a figure.value01 {
  width: 138px;
  height: 108px;
}
body.value .value-list ul li a figure.value02 {
  width: 165px;
  height: 104px;
}
body.value .value-list ul li a figure.value03 {
  width: 83px;
  height: 102px;
}
body.value .value-list ul li a figure.value04 {
  width: 185px;
  height: 181px;
}
@media only screen and (max-width: 959px) {
  body.value .value-list ul li a figure {
    bottom: 10px;
    left: 10px;
    width: 100% !important;
    height: auto !important;
  }
  body.value .value-list ul li a figure.value03 {
    width: 50px !important;
  }
  body.value .value-list ul li a figure.value03 img {
    width: 50px !important;
  }
}
body.value .value-list ul li a figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 959px) {
  body.value .value-list ul li a figure img {
    width: 100px;
    height: auto;
  }
}
body.value .value-list ul li a .detail-text {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  z-index: 10;
  position: absolute;
  bottom: 53px;
  right: 115px;
}
@media only screen and (max-width: 959px) {
  body.value .value-list ul li a .detail-text {
    bottom: 24px;
    right: 60px;
  }
}
body.value .value-list ul li a p {
  z-index: 9;
  position: absolute;
  right: 15px;
  bottom: 14px;
}
body.value .value-list ul li a p::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0px;
  left: 0px;
  z-index: 6;
  background-image: url("../img/base/circle-arrow-w-on.svg");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.4s;
}
@media only screen and (max-width: 959px) {
  body.value .value-list ul li a p::after {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}
@media only screen and (max-width: 959px) {
  body.value .value-list ul li a p {
    right: 9px;
    bottom: 9px;
  }
}
body.value .value-list ul li a p img {
  width: 35px;
  height: 35px;
  transition: 0.4s;
}
@media only screen and (max-width: 959px) {
  body.value .value-list ul li a p img {
    width: 24px;
    height: 24px;
  }
}
body.value .value-list ul li a:hover::after {
  opacity: 0.3;
}
body.value .value-list ul li a:hover .bg {
  transform: scale(1.1);
}
body.value .value-list ul li a:hover p img {
  opacity: 0;
}
body.value .value-list ul li a:hover p::after {
  opacity: 1;
}
body.value .value-list ul li:last-child {
  width: calc(100% - 42px);
}
@media only screen and (max-width: 959px) {
  body.value .value-list ul li:last-child {
    margin-top: 0px;
    width: calc(100% - 16px);
  }
}
body.value .value-list ul li:last-child a .text {
  z-index: 7;
  position: absolute;
  left: 21px;
  top: 29px;
}
body.value .value-list ul li:last-child a .text span {
  font-size: 12px;
}
body.value .value-list ul li:last-child a .text h4 {
  margin: 20px 0px 0px 0px;
  font-size: 30px;
}
body.value .value-list ul li:last-child a figure {
  bottom: 32px;
  left: 50px;
}
@media only screen and (max-width: 959px) {
  body.value .value-list ul li:last-child a figure {
    bottom: 15px;
    left: 25px;
  }
  body.value .value-list ul li:last-child a figure img {
    width: 110px;
  }
}
body.value .value-list ul li:last-child a p {
  right: 42px;
  bottom: 32px;
}
@media only screen and (max-width: 959px) {
  body.value .value-list ul li:last-child a p {
    right: 10px;
    bottom: 8px;
  }
}
body.value .value-list ul li:last-child a p img {
  width: 55px;
  height: 55px;
}
@media only screen and (max-width: 959px) {
  body.value .value-list ul li:last-child a p img {
    width: 40px;
    height: 40px;
  }
}
body.value .value-list ul li:last-child a p::after {
  width: 55px;
  height: 55px;
  background-size: 55px 55px;
}
@media only screen and (max-width: 959px) {
  body.value .value-list ul li:last-child a p::after {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}

body.step .mv {
  width: 100%;
  height: calc(100vh - 87px);
  position: relative;
  margin: 0px 0px 88px 0px;
}
@media only screen and (max-width: 959px) {
  body.step .mv {
    width: 100%;
    height: inherit;
    margin: 0px 0px 47px 0px;
  }
}
body.step .mv .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 959px) {
  body.step .mv .bg {
    display: none;
  }
}
body.step .mv .sp-bg {
  display: none;
}
@media only screen and (max-width: 959px) {
  body.step .mv .sp-bg {
    display: block;
  }
}
body.step .mv .sp-bg img {
  width: 100%;
  height: auto;
}
body.step .mv .scroll {
  position: absolute;
  bottom: 16px;
  right: 28px;
}
@media only screen and (max-width: 959px) {
  body.step .mv .scroll {
    right: 22px;
    bottom: 17px;
  }
}
body.step .mv .scroll img {
  width: 20px;
  height: 70px;
}
@media only screen and (max-width: 959px) {
  body.step .mv .scroll img {
    width: 16px;
    height: 63px;
  }
}
body.step .mv h2 {
  position: absolute;
  left: 114px;
  top: calc(50% - 200px);
  color: #fff;
  font-family: Inter;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  body.step .mv h2 {
    left: 20px;
    top: 69px;
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0.05em;
  }
}
body.step .step-container {
  margin: 0px 0px 120px 0px;
}
body.step .step-container .top-text {
  font-size: 26px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.1em;
  text-align: left;
  width: 100%;
  max-width: 757px;
  margin: 0px auto 111px auto;
}
@media only screen and (max-width: 959px) {
  body.step .step-container .top-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0px 0px 48px 0px;
  }
}
body.step .step-container .step-base-container {
  position: relative;
  margin: 0px 0px 50px 0px;
}
@media only screen and (max-width: 959px) {
  body.step .step-container .step-base-container {
    margin: 0px 0px 75px 0px;
  }
}
body.step .step-container .step-base-container::after {
  content: "";
  position: absolute;
  width: 68px;
  height: 50px;
  bottom: -50px;
  left: 0px;
  z-index: 3;
  transition: 0.5s;
  background-image: url("../img/step/arrows.svg");
  background-repeat: no-repeat;
  background-size: 6px 23px;
  background-position: right center;
}
@media only screen and (max-width: 959px) {
  body.step .step-container .step-base-container::after {
    width: 50px;
    height: 75px;
    bottom: -75px;
  }
}
body.step .step-container .step-base-container:nth-last-of-type(1) {
  margin: 0px 0px 0px 0px;
}
body.step .step-container .step-base-container:nth-last-of-type(1)::after {
  display: none;
}
body.step .step-container .step-base-container h5 em {
  font-family: Inter;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  background-color: #f3f3f3;
  color: #000;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0px 15px 0px 15px;
  border-top-left-radius: 6px;
}
@media only screen and (max-width: 959px) {
  body.step .step-container .step-base-container h5 em {
    padding: 0px 10px 0px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
body.step .step-container .step-base-container h5 p {
  background-color: #fff;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border: 2px solid #f3f3f3;
  border-bottom: none;
  border-top-right-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  vertical-align: bottom;
  padding: 0px 20px 0px 20px;
}
@media only screen and (max-width: 959px) {
  body.step .step-container .step-base-container h5 p {
    padding: 0px 10px 0px 10px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
body.step .step-container .step-base-container dl {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  padding: 40px;
  border: 2px solid #f3f3f3;
}
@media only screen and (max-width: 959px) {
  body.step .step-container .step-base-container dl {
    padding: 20px;
  }
}
body.step .step-container .step-base-container dl dt {
  width: 320px;
}
@media only screen and (max-width: 959px) {
  body.step .step-container .step-base-container dl dt {
    width: 100%;
    margin: 0px 0px 12px 0px;
  }
}
body.step .step-container .step-base-container dl dt img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
body.step .step-container .step-base-container dl dd {
  width: calc(100% - 320px);
  padding: 0px 0px 0px 24px;
}
@media only screen and (max-width: 959px) {
  body.step .step-container .step-base-container dl dd {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
}
body.step .step-container .step-base-container dl dd p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #303030;
}
@media only screen and (max-width: 959px) {
  body.step .step-container .step-base-container dl dd p {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
body.step .step-container .step-base-container dl dd ul {
  margin: 49px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.step .step-container .step-base-container dl dd ul {
    margin: 0px 0px 0px 0px;
  }
}
body.step .step-container .step-base-container dl dd ul li {
  display: inline-block;
  margin: 0px 32px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.step .step-container .step-base-container dl dd ul li {
    margin: 24px 32px 0px 0px;
  }
}
body.step .step-container .step-base-container dl dd ul li .detail-btn.w100 {
  width: 100px;
}
body.step .step-container .step-base-container dl dd ul li .detail-btn.w200 {
  width: 170px;
}
body.step .step-container .step-base-container dl dd ul li .detail-btn.w200 a {
  width: 170px;
}

body.index .voice,
body.hina .voice {
  padding-top: 84px;
}
body.index .voice .ttl-h2,
body.hina .voice .ttl-h2 {
  position: relative;
  margin: 0px 0px 96px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .voice .ttl-h2,
  body.hina .voice .ttl-h2 {
    margin: 0px 0px 50px 0px;
  }
}
body.index .voice .ttl-h2 img,
body.hina .voice .ttl-h2 img {
  position: absolute;
  left: 326px;
  bottom: -52px;
  width: 201px;
  height: auto;
}
@media only screen and (max-width: 959px) {
  body.index .voice .ttl-h2 img,
  body.hina .voice .ttl-h2 img {
    width: 112px;
    left: 250px;
    bottom: -18px;
  }
}
body.index .voice ul,
body.hina .voice ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 80px -30px;
}
@media only screen and (max-width: 959px) {
  body.index .voice ul,
  body.hina .voice ul {
    margin: 0px 0px 0px -15px;
  }
}
body.index .voice ul li,
body.hina .voice ul li {
  width: calc(33.3% - 30px);
  margin: 0px 0px 0px 30px;
}
@media only screen and (max-width: 959px) {
  body.index .voice ul li,
  body.hina .voice ul li {
    width: calc(50% - 15px);
    margin: 0px 0px 40px 15px;
  }
}
body.index .voice ul li:nth-child(1),
body.hina .voice ul li:nth-child(1) {
  transition-delay: 0.6s;
}
body.index .voice ul li:nth-child(2),
body.hina .voice ul li:nth-child(2) {
  transition-delay: 0.8s;
}
body.index .voice ul li:nth-child(3),
body.hina .voice ul li:nth-child(3) {
  transition-delay: 1s;
}
body.index .voice ul li:nth-child(4),
body.hina .voice ul li:nth-child(4) {
  transition-delay: 1.2s;
}
body.index .voice ul li a,
body.hina .voice ul li a {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 20px;
}
body.index .voice ul li a:hover,
body.hina .voice ul li a:hover {
  text-decoration: none;
}
body.index .voice ul li a:hover figure::after,
body.hina .voice ul li a:hover figure::after {
  opacity: 0.3;
}
body.index .voice ul li a:hover span,
body.hina .voice ul li a:hover span {
  color: #404040;
}
body.index .voice ul li a:hover h3,
body.hina .voice ul li a:hover h3 {
  color: #404040;
}
body.index .voice ul li a:hover .detail-btn a::after,
body.index .voice ul li a:hover .detail-btn span::after,
body.hina .voice ul li a:hover .detail-btn a::after,
body.hina .voice ul li a:hover .detail-btn span::after {
  animation: more-btn-bottomline 1s;
  animation-fill-mode: forwards !important;
}
body.index .voice ul li a:hover .detail-btn a::before,
body.index .voice ul li a:hover .detail-btn span::before,
body.hina .voice ul li a:hover .detail-btn a::before,
body.hina .voice ul li a:hover .detail-btn span::before {
  animation: more-btn-arrow 1s;
  animation-fill-mode: forwards !important;
}
body.index .voice ul li figure,
body.hina .voice ul li figure {
  margin: 0px 0px 12px 0px;
  position: relative;
}
body.index .voice ul li figure::after,
body.hina .voice ul li figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
  background-color: #000;
  border-radius: 8px;
}
@media only screen and (max-width: 959px) {
  body.index .voice ul li figure::after,
  body.hina .voice ul li figure::after {
    display: none;
  }
}
body.index .voice ul li figure img,
body.hina .voice ul li figure img {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  width: 100%;
  height: auto;
}
body.index .voice ul li span,
body.hina .voice ul li span {
  display: block;
  font-size: 10px;
  margin: 0px 0px 10px 0px;
  color: #404040;
}
body.index .voice ul li h3,
body.hina .voice ul li h3 {
  font-weight: normal;
  font-size: 18px;
  margin: 0px 0px 28px 0px;
  color: #000;
}
@media only screen and (max-width: 959px) {
  body.index .voice ul li h3,
  body.hina .voice ul li h3 {
    font-size: 16px;
  }
}
body.index .voice ul li .detail-btn,
body.hina .voice ul li .detail-btn {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
body.index .voice .more-btn,
body.hina .voice .more-btn {
  margin: 0px 0px 110px 0px;
  transition-delay: 1.2s;
}

body.index .works,
body.hina .works {
  position: relative;
  padding: 0px 0px 70px 0px;
}
body.index .works .bg,
body.hina .works .bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 483px;
  background-color: #f3f3f3;
  bottom: 0px;
  left: 0px;
  z-index: 5;
  transition-delay: 1.2s;
}
body.index .works .base-center-container,
body.hina .works .base-center-container {
  position: relative;
  z-index: 6;
}
body.index .works .ttl-h2,
body.hina .works .ttl-h2 {
  position: relative;
  margin: 0px 0px 96px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .works .ttl-h2,
  body.hina .works .ttl-h2 {
    margin: 0px 0px 70px 0px;
  }
}
body.index .works .ttl-h2 img,
body.hina .works .ttl-h2 img {
  position: absolute;
  left: 188px;
  bottom: -50px;
  width: 374px;
  height: auto;
}
@media only screen and (max-width: 959px) {
  body.index .works .ttl-h2 img,
  body.hina .works .ttl-h2 img {
    width: 202px;
    left: 145px;
    bottom: -25px;
  }
}
body.index .works ul,
body.hina .works ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -50px;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 959px) {
  body.index .works ul,
  body.hina .works ul {
    margin: 0px 0px 0px -25px;
  }
}
body.index .works ul li,
body.hina .works ul li {
  width: calc(50% - 50px);
  margin: 0px 0px 50px 50px;
}
@media only screen and (max-width: 959px) {
  body.index .works ul li,
  body.hina .works ul li {
    width: calc(50% - 25px);
    margin: 0px 0px 25px 25px;
  }
}
body.index .works ul li a,
body.hina .works ul li a {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 20px;
}
body.index .works ul li a:hover,
body.hina .works ul li a:hover {
  text-decoration: none;
  color: #c5c5c5;
}
body.index .works ul li a:hover figure::after,
body.hina .works ul li a:hover figure::after {
  opacity: 0.3;
}
body.index .works ul li a:hover h3,
body.hina .works ul li a:hover h3 {
  color: #404040;
}
body.index .works ul li a:hover p,
body.hina .works ul li a:hover p {
  color: #404040;
}
body.index .works ul li a:hover .detail-btn a::after,
body.index .works ul li a:hover .detail-btn span::after,
body.hina .works ul li a:hover .detail-btn a::after,
body.hina .works ul li a:hover .detail-btn span::after {
  animation: more-btn-bottomline 1s;
  animation-fill-mode: forwards !important;
}
body.index .works ul li a:hover .detail-btn a::before,
body.index .works ul li a:hover .detail-btn span::before,
body.hina .works ul li a:hover .detail-btn a::before,
body.hina .works ul li a:hover .detail-btn span::before {
  animation: more-btn-arrow 1s;
  animation-fill-mode: forwards !important;
}
body.index .works ul li figure,
body.hina .works ul li figure {
  margin: 0px 0px 12px 0px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  body.index .works ul li figure,
  body.hina .works ul li figure {
    overflow: hidden;
    border-radius: 8px;
  }
}
body.index .works ul li figure::after,
body.hina .works ul li figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
  background-color: #000;
  border-radius: 8px;
}
@media only screen and (max-width: 959px) {
  body.index .works ul li figure::after,
  body.hina .works ul li figure::after {
    display: none;
  }
}
body.index .works ul li figure img,
body.hina .works ul li figure img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 959px) {
  body.index .works ul li figure img,
  body.hina .works ul li figure img {
    transform: scale(1.6, 1.6);
  }
}
body.index .works ul li dl,
body.hina .works ul li dl {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 8px 0px;
}
body.index .works ul li dl dt,
body.hina .works ul li dl dt {
  width: 50%;
  font-size: 12px;
  font-weight: bold;
}
body.index .works ul li dl dt.prime,
body.hina .works ul li dl dt.prime {
  color: #c8a537;
}
body.index .works ul li dl dt.flex,
body.hina .works ul li dl dt.flex {
  color: #0c8df3;
}
body.index .works ul li dl dd,
body.hina .works ul li dl dd {
  width: 50%;
  text-align: right;
  font-size: 10px;
  color: #404040;
}
body.index .works ul li h3,
body.hina .works ul li h3 {
  font-weight: normal;
  font-size: 18px;
  margin: 0px 0px 14px 0px;
  color: #000;
}
@media only screen and (max-width: 959px) {
  body.index .works ul li h3,
  body.hina .works ul li h3 {
    font-size: 16px;
  }
}
body.index .works ul li p,
body.hina .works ul li p {
  font-size: 12px;
  line-height: 20px;
  color: #303030;
  margin: 0px 0px 21px 0px;
}
body.index .works ul li .detail-btn,
body.hina .works ul li .detail-btn {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
body.index .works .more-btn,
body.hina .works .more-btn {
  margin: 0px 0px 0px 0px;
  transition-delay: 0.9s;
}

body.index .prime-and-flex,
body.hina .prime-and-flex {
  width: 100%;
  margin: 0px 0px 154px 0px;
}
body.index .prime-and-flex .base-center-container,
body.hina .prime-and-flex .base-center-container {
  margin-bottom: 60px;
}
body.index .prime-and-flex .inner,
body.hina .prime-and-flex .inner {
  z-index: 4;
  position: relative;
  padding: 180px 70px 120px 70px;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex,
  body.hina .prime-and-flex {
    margin: 0px 0px 90px 0px;
  }
  body.index .prime-and-flex .inner,
  body.hina .prime-and-flex .inner {
    padding: 0px 65px 0px 65px;
    color: #000;
  }
}
body.index .prime-and-flex .prime-container,
body.hina .prime-and-flex .prime-container {
  width: 100%;
  text-align: right;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .prime-container,
  body.hina .prime-and-flex .prime-container {
    text-align: left;
    background-image: none;
    padding: 0px 0px 0px 0px;
  }
}
body.index .prime-and-flex .prime-container::after,
body.hina .prime-and-flex .prime-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
  background-color: #000;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .prime-container::after,
  body.hina .prime-and-flex .prime-container::after {
    display: none;
  }
}
body.index .prime-and-flex .prime-container:hover .photo-bg,
body.hina .prime-and-flex .prime-container:hover .photo-bg {
  transform: scale(1.1);
}
body.index .prime-and-flex .prime-container:hover::after,
body.hina .prime-and-flex .prime-container:hover::after {
  opacity: 0.3;
}
body.index .prime-and-flex .prime-container .photo-bg,
body.hina .prime-and-flex .prime-container .photo-bg {
  z-index: 2;
  position: absolute;
  background-image: url("../img/index/prime-and-flex-photo01.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  transition: 0.5s;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .prime-container .photo-bg,
  body.hina .prime-and-flex .prime-container .photo-bg {
    display: none;
  }
}
body.index .prime-and-flex .prime-container a,
body.hina .prime-and-flex .prime-container a {
  display: block;
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .prime-container a,
  body.hina .prime-and-flex .prime-container a {
    padding: 0px 0px 0px 0px;
  }
}
body.index .prime-and-flex .prime-container a:hover .more-btn span,
body.hina .prime-and-flex .prime-container a:hover .more-btn span {
  color: #c5c5c5;
}
body.index .prime-and-flex .prime-container a:hover .more-btn span::after,
body.hina .prime-and-flex .prime-container a:hover .more-btn span::after {
  animation: more-btn-bottomline 1s;
  animation-fill-mode: forwards !important;
}
body.index .prime-and-flex .prime-container a:hover .more-btn span::before,
body.hina .prime-and-flex .prime-container a:hover .more-btn span::before {
  animation: more-btn-arrow 1s;
  animation-fill-mode: forwards !important;
}
body.index .prime-and-flex .prime-container .photo,
body.hina .prime-and-flex .prime-container .photo {
  display: none;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .prime-container .photo,
  body.hina .prime-and-flex .prime-container .photo {
    display: block;
    margin: 0px 0px 40px 0px;
  }
}
body.index .prime-and-flex .prime-container .photo img,
body.hina .prime-and-flex .prime-container .photo img {
  width: 100%;
  height: auto;
}
body.index .prime-and-flex .prime-container h2,
body.hina .prime-and-flex .prime-container h2 {
  margin: 0px 0px 54px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .prime-container h2,
  body.hina .prime-and-flex .prime-container h2 {
    margin: 0px 0px 20px 0px;
  }
}
body.index .prime-and-flex .prime-container h2 img,
body.hina .prime-and-flex .prime-container h2 img {
  width: auto;
  height: 30px;
}
body.index .prime-and-flex .prime-container h2 img.pc,
body.hina .prime-and-flex .prime-container h2 img.pc {
  display: inline-block;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .prime-container h2 img.pc,
  body.hina .prime-and-flex .prime-container h2 img.pc {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .prime-container h2 img,
  body.hina .prime-and-flex .prime-container h2 img {
    height: 65px;
  }
}
body.index .prime-and-flex .prime-container h3,
body.hina .prime-and-flex .prime-container h3 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition-delay: 0.3s;
  line-height: 1.6;
  margin: 0px 0px 74px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .prime-container h3,
  body.hina .prime-and-flex .prime-container h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    margin: 0px 0px 64px 0px;
  }
}
body.index .prime-and-flex .prime-container p,
body.hina .prime-and-flex .prime-container p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.05em;
  margin: 0px 0px 84px 0px;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .prime-container p,
  body.hina .prime-and-flex .prime-container p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin: 0px 0px 63px 0px;
  }
}
body.index .prime-and-flex .prime-container .more-btn,
body.hina .prime-and-flex .prime-container .more-btn {
  text-align: left;
  transition-delay: 0.9s;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .prime-container .more-btn,
  body.hina .prime-and-flex .prime-container .more-btn {
    justify-content: flex-start;
    text-align: left;
    margin: 0px 0px 62px 0px;
  }
  body.index .prime-and-flex .prime-container .more-btn a,
  body.index .prime-and-flex .prime-container .more-btn span,
  body.hina .prime-and-flex .prime-container .more-btn a,
  body.hina .prime-and-flex .prime-container .more-btn span {
    color: #000 !important;
  }
  body.index .prime-and-flex .prime-container .more-btn a::after,
  body.index .prime-and-flex .prime-container .more-btn span::after,
  body.hina .prime-and-flex .prime-container .more-btn a::after,
  body.hina .prime-and-flex .prime-container .more-btn span::after {
    background-color: #a0a0a0 !important;
  }
  body.index .prime-and-flex .prime-container .more-btn a::before,
  body.index .prime-and-flex .prime-container .more-btn span::before,
  body.hina .prime-and-flex .prime-container .more-btn a::before,
  body.hina .prime-and-flex .prime-container .more-btn span::before {
    background-image: url("../img/base/footer-arrow-g.svg") !important;
  }
}
body.index .prime-and-flex .flex-container,
body.hina .prime-and-flex .flex-container {
  width: 100%;
  text-align: left;
  color: #fff;
  position: relative;
  overflow: hidden;
  /*@include tb {
    	background-image: none;
    	padding: 0px 0px 0px 0px;
    }*/
}
body.index .prime-and-flex .flex-container .inner,
body.hina .prime-and-flex .flex-container .inner {
  z-index: 4;
  position: relative;
  padding: 180px 70px 120px 70px;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .flex-container,
  body.hina .prime-and-flex .flex-container {
    margin: 0px 0px 90px 0px;
  }
  body.index .prime-and-flex .flex-container .inner,
  body.hina .prime-and-flex .flex-container .inner {
    padding: 0px 65px 0px 65px;
    color: #000;
  }
}
body.index .prime-and-flex .flex-container::after,
body.hina .prime-and-flex .flex-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
  background-color: #000;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .flex-container::after,
  body.hina .prime-and-flex .flex-container::after {
    display: none;
  }
}
body.index .prime-and-flex .flex-container:hover .photo-bg,
body.hina .prime-and-flex .flex-container:hover .photo-bg {
  transform: scale(1.1);
}
body.index .prime-and-flex .flex-container:hover::after,
body.hina .prime-and-flex .flex-container:hover::after {
  opacity: 0.3;
}
body.index .prime-and-flex .flex-container a,
body.hina .prime-and-flex .flex-container a {
  display: block;
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .flex-container a,
  body.hina .prime-and-flex .flex-container a {
    padding: 0px 0px 0px 0px;
  }
}
body.index .prime-and-flex .flex-container a:hover .more-btn span,
body.hina .prime-and-flex .flex-container a:hover .more-btn span {
  color: #c5c5c5;
}
body.index .prime-and-flex .flex-container a:hover .more-btn span::after,
body.hina .prime-and-flex .flex-container a:hover .more-btn span::after {
  animation: more-btn-bottomline 1s;
  animation-fill-mode: forwards !important;
}
body.index .prime-and-flex .flex-container a:hover .more-btn span::before,
body.hina .prime-and-flex .flex-container a:hover .more-btn span::before {
  animation: more-btn-arrow 1s;
  animation-fill-mode: forwards !important;
}
body.index .prime-and-flex .flex-container .photo-bg,
body.hina .prime-and-flex .flex-container .photo-bg {
  z-index: 2;
  position: absolute;
  background-image: url("../img/index/prime-and-flex-photo02.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  transition: 0.5s;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .flex-container .photo-bg,
  body.hina .prime-and-flex .flex-container .photo-bg {
    display: none;
  }
}
body.index .prime-and-flex .flex-container .photo,
body.hina .prime-and-flex .flex-container .photo {
  display: none;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .flex-container .photo,
  body.hina .prime-and-flex .flex-container .photo {
    display: block;
    margin: 0px 0px 40px 0px;
  }
}
body.index .prime-and-flex .flex-container .photo img,
body.hina .prime-and-flex .flex-container .photo img {
  width: 100%;
  height: auto;
}
body.index .prime-and-flex .flex-container h2,
body.hina .prime-and-flex .flex-container h2 {
  margin: 0px 0px 54px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .flex-container h2,
  body.hina .prime-and-flex .flex-container h2 {
    margin: 0px 0px 20px 0px;
  }
}
body.index .prime-and-flex .flex-container h2 img,
body.hina .prime-and-flex .flex-container h2 img {
  width: auto;
  height: 30px;
}
body.index .prime-and-flex .flex-container h2 img.pc,
body.hina .prime-and-flex .flex-container h2 img.pc {
  display: inline-block;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .flex-container h2 img.pc,
  body.hina .prime-and-flex .flex-container h2 img.pc {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .flex-container h2 img,
  body.hina .prime-and-flex .flex-container h2 img {
    height: 65px;
  }
}
body.index .prime-and-flex .flex-container h3,
body.hina .prime-and-flex .flex-container h3 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition-delay: 0.3s;
  line-height: 1.6;
  margin: 0px 0px 74px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .flex-container h3,
  body.hina .prime-and-flex .flex-container h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    margin: 0px 0px 64px 0px;
  }
}
body.index .prime-and-flex .flex-container p,
body.hina .prime-and-flex .flex-container p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.05em;
  margin: 0px 0px 84px 0px;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .flex-container p,
  body.hina .prime-and-flex .flex-container p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin: 0px 0px 63px 0px;
  }
}
body.index .prime-and-flex .flex-container .more-btn,
body.hina .prime-and-flex .flex-container .more-btn {
  justify-content: flex-start;
  text-align: left;
  transition-delay: 0.9s;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .flex-container .more-btn a,
  body.index .prime-and-flex .flex-container .more-btn span,
  body.hina .prime-and-flex .flex-container .more-btn a,
  body.hina .prime-and-flex .flex-container .more-btn span {
    color: #000 !important;
  }
  body.index .prime-and-flex .flex-container .more-btn a::after,
  body.index .prime-and-flex .flex-container .more-btn span::after,
  body.hina .prime-and-flex .flex-container .more-btn a::after,
  body.hina .prime-and-flex .flex-container .more-btn span::after {
    background-color: #a0a0a0;
  }
  body.index .prime-and-flex .flex-container .more-btn a::before,
  body.index .prime-and-flex .flex-container .more-btn span::before,
  body.hina .prime-and-flex .flex-container .more-btn a::before,
  body.hina .prime-and-flex .flex-container .more-btn span::before {
    background-image: url("../img/base/footer-arrow-g.svg");
  }
}
body.index .prime-and-flex .life-container,
body.hina .prime-and-flex .life-container {
  width: 100%;
  text-align: left;
  color: #fff;
  position: relative;
  overflow: hidden;
  /*@include tb {
    	background-image: none;
    	padding: 0px 0px 0px 0px;
    }*/
}
body.index .prime-and-flex .life-container .inner,
body.hina .prime-and-flex .life-container .inner {
  z-index: 4;
  position: relative;
  padding: 180px 70px 120px 70px;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .life-container,
  body.hina .prime-and-flex .life-container {
    margin: 0px 0px 90px 0px;
  }
  body.index .prime-and-flex .life-container .inner,
  body.hina .prime-and-flex .life-container .inner {
    padding: 0px 65px 0px 65px;
    color: #000;
  }
}
body.index .prime-and-flex .life-container::after,
body.hina .prime-and-flex .life-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
  background-color: #000;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .life-container::after,
  body.hina .prime-and-flex .life-container::after {
    display: none;
  }
}
body.index .prime-and-flex .life-container:hover .photo-bg,
body.hina .prime-and-flex .life-container:hover .photo-bg {
  transform: scale(1.1);
}
body.index .prime-and-flex .life-container:hover::after,
body.hina .prime-and-flex .life-container:hover::after {
  opacity: 0.3;
}
body.index .prime-and-flex .life-container a,
body.hina .prime-and-flex .life-container a {
  display: block;
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .life-container a,
  body.hina .prime-and-flex .life-container a {
    padding: 0px 0px 0px 0px;
  }
}
body.index .prime-and-flex .life-container a:hover .more-btn span,
body.hina .prime-and-flex .life-container a:hover .more-btn span {
  color: #c5c5c5;
}
body.index .prime-and-flex .life-container a:hover .more-btn span::after,
body.hina .prime-and-flex .life-container a:hover .more-btn span::after {
  animation: more-btn-bottomline 1s;
  animation-fill-mode: forwards !important;
}
body.index .prime-and-flex .life-container a:hover .more-btn span::before,
body.hina .prime-and-flex .life-container a:hover .more-btn span::before {
  animation: more-btn-arrow 1s;
  animation-fill-mode: forwards !important;
}
body.index .prime-and-flex .life-container .photo-bg,
body.hina .prime-and-flex .life-container .photo-bg {
  z-index: 2;
  position: absolute;
  background-image: url("../img/index/prime-and-flex-photo03.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  transition: 0.5s;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .life-container .photo-bg,
  body.hina .prime-and-flex .life-container .photo-bg {
    display: none;
  }
}
body.index .prime-and-flex .life-container .photo,
body.hina .prime-and-flex .life-container .photo {
  display: none;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .life-container .photo,
  body.hina .prime-and-flex .life-container .photo {
    display: block;
    margin: 0px 0px 40px 0px;
  }
}
body.index .prime-and-flex .life-container .photo img,
body.hina .prime-and-flex .life-container .photo img {
  width: 100%;
  height: auto;
}
body.index .prime-and-flex .life-container h2,
body.hina .prime-and-flex .life-container h2 {
  margin: 0px 0px 54px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .life-container h2,
  body.hina .prime-and-flex .life-container h2 {
    margin: 0px 0px 20px 0px;
  }
}
body.index .prime-and-flex .life-container h2 img,
body.hina .prime-and-flex .life-container h2 img {
  width: auto;
  height: 30px;
}
body.index .prime-and-flex .life-container h2 img.pc,
body.hina .prime-and-flex .life-container h2 img.pc {
  display: inline-block;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .life-container h2 img.pc,
  body.hina .prime-and-flex .life-container h2 img.pc {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .life-container h2 img,
  body.hina .prime-and-flex .life-container h2 img {
    height: 65px;
    width: 100%;
  }
}
body.index .prime-and-flex .life-container h3,
body.hina .prime-and-flex .life-container h3 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition-delay: 0.3s;
  line-height: 1.6;
  margin: 0px 0px 74px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .life-container h3,
  body.hina .prime-and-flex .life-container h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    margin: 0px 0px 64px 0px;
  }
}
body.index .prime-and-flex .life-container p,
body.hina .prime-and-flex .life-container p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.05em;
  margin: 0px 0px 84px 0px;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .life-container p,
  body.hina .prime-and-flex .life-container p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin: 0px 0px 63px 0px;
  }
}
body.index .prime-and-flex .life-container .more-btn,
body.hina .prime-and-flex .life-container .more-btn {
  justify-content: flex-start;
  text-align: left;
  transition-delay: 0.9s;
}
@media only screen and (max-width: 959px) {
  body.index .prime-and-flex .life-container .more-btn a,
  body.index .prime-and-flex .life-container .more-btn span,
  body.hina .prime-and-flex .life-container .more-btn a,
  body.hina .prime-and-flex .life-container .more-btn span {
    color: #000 !important;
  }
  body.index .prime-and-flex .life-container .more-btn a::after,
  body.index .prime-and-flex .life-container .more-btn span::after,
  body.hina .prime-and-flex .life-container .more-btn a::after,
  body.hina .prime-and-flex .life-container .more-btn span::after {
    background-color: #a0a0a0;
  }
  body.index .prime-and-flex .life-container .more-btn a::before,
  body.index .prime-and-flex .life-container .more-btn span::before,
  body.hina .prime-and-flex .life-container .more-btn a::before,
  body.hina .prime-and-flex .life-container .more-btn span::before {
    background-image: url("../img/base/footer-arrow-g.svg");
  }
}

body.index .flow,
body.area .flow {
  margin-bottom: 162px;
}
@media only screen and (max-width: 959px) {
  body.index .flow,
  body.area .flow {
    margin: 0px 0px 100px 0px;
    position: relative;
  }
  body.index .flow::after,
  body.area .flow::after {
    content: "";
    position: absolute;
    width: 128px;
    height: 64px;
    bottom: 10px;
    right: 5px;
    z-index: 6;
    background-image: url("../img/index/flow-img01.png");
    background-size: 128px 64px;
    background-repeat: no-repeat;
  }
}
body.index .flow .ttl-h2,
body.area .flow .ttl-h2 {
  margin: 0px 0px 90px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .flow .ttl-h2,
  body.area .flow .ttl-h2 {
    margin: 0px 0px 50px 0px;
  }
}
body.index .flow .inner,
body.area .flow .inner {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
body.index .flow .inner > figure,
body.area .flow .inner > figure {
  width: 60%;
  padding: 0px 0px 0px 137px;
  position: relative;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 959px) {
  body.index .flow .inner > figure,
  body.area .flow .inner > figure {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
  }
}
body.index .flow .inner > figure img,
body.area .flow .inner > figure img {
  width: 100%;
  border-radius: 8px;
  z-index: 5;
  position: relative;
}
body.index .flow .inner > figure::after,
body.area .flow .inner > figure::after {
  content: "";
  position: absolute;
  width: 279px;
  height: 140px;
  bottom: -105px;
  right: -210px;
  z-index: 6;
  background-image: url("../img/index/flow-img01.png");
  background-size: 279px 140px;
  background-repeat: no-repeat;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 959px) {
  body.index .flow .inner > figure::after,
  body.area .flow .inner > figure::after {
    display: none;
  }
}
body.index .flow .inner .right-container,
body.area .flow .inner .right-container {
  width: 40%;
  padding: 0px 0px 0px 32px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-flow: column;
}
@media only screen and (max-width: 959px) {
  body.index .flow .inner .right-container,
  body.area .flow .inner .right-container {
    width: 100%;
    padding: 0px 45px 0px 45px;
  }
}
body.index .flow .inner .right-container p,
body.area .flow .inner .right-container p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.1em;
  margin: 0px 0px 45px 0px;
  transition-delay: 0.9s;
}
body.index .flow .inner .right-container .more-btn,
body.area .flow .inner .right-container .more-btn {
  transition-delay: 1.2s;
}
@media only screen and (max-width: 959px) {
  body.index .flow .inner .right-container .more-btn,
  body.area .flow .inner .right-container .more-btn {
    justify-content: flex-start;
    text-align: left;
  }
}

body.hina .reservation,
body.index .reservation {
  padding-top: 80px;
  margin-bottom: 76px;
}
body.hina .reservation.land,
body.index .reservation.land {
  padding-top: 0px;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 0px;
}
body.hina .reservation.land .base-center-container,
body.index .reservation.land .base-center-container {
  z-index: 6;
  position: relative;
}
body.hina .reservation.land .bg,
body.index .reservation.land .bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 590px;
  background-color: #f3f3f3;
  bottom: 0px;
  left: 0px;
  z-index: 5;
  transition-delay: 1.2s;
}
@media only screen and (max-width: 959px) {
  body.hina .reservation.land .bg,
  body.index .reservation.land .bg {
    height: calc(100% - 150px);
  }
}
body.hina .reservation.land .more-btn,
body.index .reservation.land .more-btn {
  margin-bottom: 40px;
}
body.hina .reservation.land .bottom-contact,
body.index .reservation.land .bottom-contact {
  margin: 0px auto 0px auto;
  width: 100%;
  max-width: 802px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}
body.hina .reservation.land .bottom-contact p,
body.index .reservation.land .bottom-contact p {
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  padding: 0px 0px 0px 30px;
}
@media only screen and (max-width: 959px) {
  body.hina .reservation.land .bottom-contact p,
  body.index .reservation.land .bottom-contact p {
    width: 100%;
    padding: 0px 30px 0px 30px;
    margin: 0px 0px 25px 0px;
  }
}
body.hina .reservation.land .bottom-contact a,
body.index .reservation.land .bottom-contact a {
  display: block;
  width: 50%;
  height: 64px;
  line-height: 64px;
  background-color: #f3f3f3;
  border-radius: 4px;
  text-align: center;
  color: #000;
  position: relative;
}
@media only screen and (max-width: 959px) {
  body.hina .reservation.land .bottom-contact a,
  body.index .reservation.land .bottom-contact a {
    width: 100%;
  }
}
body.hina .reservation.land .bottom-contact a::after,
body.index .reservation.land .bottom-contact a::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 6px;
  top: calc(50% - 3px);
  right: 32px;
  z-index: 3;
  background-image: url("../img/base/footer-contact-arrow.svg");
  background-size: 24px 6px;
}
body.hina .reservation.land .bottom-contact a:hover,
body.index .reservation.land .bottom-contact a:hover {
  text-decoration: none;
}
body.hina .reservation.land .bottom-contact a:hover::after,
body.index .reservation.land .bottom-contact a:hover::after {
  animation: area-arrow 1s;
  animation-fill-mode: forwards !important;
}
body.hina .reservation .ttl-h2,
body.index .reservation .ttl-h2 {
  margin: 0px 0px 50px 0px;
}
body.hina .reservation .inner,
body.index .reservation .inner {
  margin: 0px 0px 40px 0px;
}
@media only screen and (max-width: 959px) {
  body.hina .reservation .inner,
  body.index .reservation .inner {
    margin: 0px 0px 14px 0px;
  }
}
body.hina .reservation .inner h3,
body.index .reservation .inner h3 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px 0px 29px 0px;
  transition-delay: 0.6s;
}
body.hina .reservation .inner ul,
body.index .reservation .inner ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -30px;
}
@media only screen and (max-width: 959px) {
  body.hina .reservation .inner ul,
  body.index .reservation .inner ul {
    margin: 0px 0px 0px -15px;
  }
}
body.hina .reservation .inner ul li,
body.index .reservation .inner ul li {
  width: calc(33.3% - 30px);
  margin: 0px 0px 0px 30px;
}
@media only screen and (max-width: 959px) {
  body.hina .reservation .inner ul li,
  body.index .reservation .inner ul li {
    width: calc(50% - 15px);
    margin: 0px 0px 40px 15px;
  }
}
body.hina .reservation .inner ul li:nth-child(1),
body.index .reservation .inner ul li:nth-child(1) {
  transition-delay: 0.6s;
}
body.hina .reservation .inner ul li:nth-child(2),
body.index .reservation .inner ul li:nth-child(2) {
  transition-delay: 0.8s;
}
body.hina .reservation .inner ul li:nth-child(3),
body.index .reservation .inner ul li:nth-child(3) {
  transition-delay: 1s;
}
body.hina .reservation .inner ul li a,
body.index .reservation .inner ul li a {
  display: block;
}
body.hina .reservation .inner ul li a:hover,
body.index .reservation .inner ul li a:hover {
  text-decoration: none;
  color: #c5c5c5;
}
body.hina .reservation .inner ul li a:hover figure::after,
body.index .reservation .inner ul li a:hover figure::after {
  opacity: 0.3;
}
body.hina .reservation .inner ul li a:hover h4,
body.index .reservation .inner ul li a:hover h4 {
  color: #404040;
}
body.hina .reservation .inner ul li a:hover p,
body.index .reservation .inner ul li a:hover p {
  color: #404040;
}
body.hina .reservation .inner ul li a:hover .detail-btn a::after,
body.hina .reservation .inner ul li a:hover .detail-btn span::after,
body.index .reservation .inner ul li a:hover .detail-btn a::after,
body.index .reservation .inner ul li a:hover .detail-btn span::after {
  animation: more-btn-bottomline 1s;
  animation-fill-mode: forwards !important;
}
body.hina .reservation .inner ul li a:hover .detail-btn a::before,
body.hina .reservation .inner ul li a:hover .detail-btn span::before,
body.index .reservation .inner ul li a:hover .detail-btn a::before,
body.index .reservation .inner ul li a:hover .detail-btn span::before {
  animation: more-btn-arrow 1s;
  animation-fill-mode: forwards !important;
}
body.hina .reservation .inner ul li .bottom-btn-container,
body.index .reservation .inner ul li .bottom-btn-container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0px 0px 0px -16px;
}
@media only screen and (max-width: 959px) {
  body.hina .reservation .inner ul li .bottom-btn-container,
  body.index .reservation .inner ul li .bottom-btn-container {
    margin: 0px 0px 0px -8px;
  }
}
body.hina .reservation .inner ul li .bottom-btn-container a,
body.index .reservation .inner ul li .bottom-btn-container a {
  width: calc(50% - 16px);
  margin: 0px 0px 0px 16px;
}
@media only screen and (max-width: 959px) {
  body.hina .reservation .inner ul li .bottom-btn-container a,
  body.index .reservation .inner ul li .bottom-btn-container a {
    width: calc(50% - 8px);
    margin: 0px 0px 0px 8px;
  }
}
body.hina .reservation .inner ul li .bottom-btn-container a.special-btn,
body.index .reservation .inner ul li .bottom-btn-container a.special-btn {
  width: calc(100% - 16px);
  margin: 16px 0px 0px 16px;
}
@media only screen and (max-width: 959px) {
  body.hina .reservation .inner ul li .bottom-btn-container a.special-btn,
  body.index .reservation .inner ul li .bottom-btn-container a.special-btn {
    width: calc(100% - 8px);
    margin: 12px 0px 0px 8px;
  }
}
body.hina .reservation .inner ul li .bottom-btn-container a span,
body.index .reservation .inner ul li .bottom-btn-container a span {
  width: 100%;
}
@media only screen and (max-width: 959px) {
  body.hina .reservation .inner ul li .bottom-btn-container a span::before,
  body.index .reservation .inner ul li .bottom-btn-container a span::before {
    width: 16px;
    height: 4px;
    background-size: 16px 4px;
  }
}
body.hina .reservation .inner ul li figure,
body.index .reservation .inner ul li figure {
  margin: 0px 0px 5px 0px;
  position: relative;
}
body.hina .reservation .inner ul li figure::after,
body.index .reservation .inner ul li figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
  background-color: #000;
  border-radius: 8px;
}
@media only screen and (max-width: 959px) {
  body.hina .reservation .inner ul li figure::after,
  body.index .reservation .inner ul li figure::after {
    display: none;
  }
}
body.hina .reservation .inner ul li figure img,
body.index .reservation .inner ul li figure img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
body.hina .reservation .inner ul li .tag,
body.index .reservation .inner ul li .tag {
  margin: 0px 0px 13px 0px;
}
body.hina .reservation .inner ul li .tag span,
body.index .reservation .inner ul li .tag span {
  display: inline-block;
  border: 1px solid #343434;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-right: none;
  padding: 5px 5px 4px 5px;
  background-color: #fff;
  color: #343434;
}
body.hina .reservation .inner ul li .tag span:first-child,
body.index .reservation .inner ul li .tag span:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
body.hina .reservation .inner ul li .tag span:last-child,
body.index .reservation .inner ul li .tag span:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px solid #343434;
}
body.hina .reservation .inner ul li h4,
body.index .reservation .inner ul li h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  margin: 0px 0px 9px 0px;
  color: #000000;
}
@media only screen and (max-width: 959px) {
  body.hina .reservation .inner ul li h4,
  body.index .reservation .inner ul li h4 {
    font-size: 13px;
  }
}
body.hina .reservation .inner ul li .address,
body.index .reservation .inner ul li .address {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  background-image: url("../img/base/yoyaku-ico.svg");
  background-size: 10px 18px;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 18px;
  line-height: 18px;
  padding: 0px 0px 0px 17px;
  margin: 0px 0px 5px 0px;
  color: #343434;
}
body.hina .reservation .inner ul li .date,
body.index .reservation .inner ul li .date {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  background-image: url("../img/base/date-ico.svg");
  background-size: 11px 12px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #343434;
  min-height: 12px;
  line-height: 12px;
  padding: 0px 0px 0px 17px;
  margin: 0px 0px 12px 0px;
}
body.hina .reservation .inner ul li .priceContainer,
body.index .reservation .inner ul li .priceContainer {
  margin: 0px 0px 16px 0px;
}
body.hina .reservation .inner ul li .price1,
body.hina .reservation .inner ul li .price2,
body.index .reservation .inner ul li .price1,
body.index .reservation .inner ul li .price2 {
  color: #343434;
  min-height: 12px;
  line-height: 18px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 8px 0px;
  font-size: 11px;
  font-weight: 600;
}
body.hina .reservation .inner ul li .price1 span,
body.hina .reservation .inner ul li .price2 span,
body.index .reservation .inner ul li .price1 span,
body.index .reservation .inner ul li .price2 span {
  font-size: 14px;
  color: #3d6bc6;
  font-weight: 600;
}
body.hina .reservation .inner .limit3 ul li:nth-child(n + 4),
body.index .reservation .inner .limit3 ul li:nth-child(n + 4) {
  display: none;
}

body.index .reservation {
  padding-top: 0px !important;
}

body.prime .reservation,
body.flex .reservation {
  margin-bottom: 0px;
}

body.index .area-okayama-kouchi .ttl-container,
body.hina .area-okayama-kouchi .ttl-container {
  margin-bottom: 96px;
}
@media only screen and (max-width: 959px) {
  body.index .area-okayama-kouchi .ttl-container,
  body.hina .area-okayama-kouchi .ttl-container {
    margin-bottom: 38px;
  }
}
body.index .area-okayama-kouchi .btn-container,
body.hina .area-okayama-kouchi .btn-container {
  background-color: #f3f3f3;
  padding: 50px 0px 50px 0px;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 959px) {
  body.index .area-okayama-kouchi .btn-container,
  body.hina .area-okayama-kouchi .btn-container {
    padding: 40px 0px 40px 0px;
  }
}
body.index .area-okayama-kouchi .btn-container .base-center-container,
body.hina .area-okayama-kouchi .btn-container .base-center-container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
body.index .area-okayama-kouchi .btn-container .base-center-container .okayama,
body.hina .area-okayama-kouchi .btn-container .base-center-container .okayama {
  display: block;
  width: calc(50% - 16px);
  margin: 0px 16px 0px 0px;
  transition-delay: 0.9s;
}
@media only screen and (max-width: 959px) {
  body.index .area-okayama-kouchi .btn-container .base-center-container .okayama,
  body.hina .area-okayama-kouchi .btn-container .base-center-container .okayama {
    width: calc(50% - 8px);
    margin: 0px 8px 0px 0px;
  }
}
body.index .area-okayama-kouchi .btn-container .base-center-container .okayama a,
body.hina .area-okayama-kouchi .btn-container .base-center-container .okayama a {
  background-image: url("../img/index/area-okayama.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 253px 210px;
}
@media only screen and (max-width: 959px) {
  body.index .area-okayama-kouchi .btn-container .base-center-container .okayama a,
  body.hina .area-okayama-kouchi .btn-container .base-center-container .okayama a {
    background-size: 109px 90px;
  }
}
body.index .area-okayama-kouchi .btn-container .base-center-container .kouchi,
body.hina .area-okayama-kouchi .btn-container .base-center-container .kouchi {
  display: block;
  width: calc(50% - 16px);
  margin: 0px 0px 0px 16px;
  transition-delay: 1.2s;
}
@media only screen and (max-width: 959px) {
  body.index .area-okayama-kouchi .btn-container .base-center-container .kouchi,
  body.hina .area-okayama-kouchi .btn-container .base-center-container .kouchi {
    width: calc(50% - 8px);
    margin: 0px 0px 0px 8px;
  }
}
body.index .area-okayama-kouchi .btn-container .base-center-container .kouchi a,
body.hina .area-okayama-kouchi .btn-container .base-center-container .kouchi a {
  background-image: url("../img/index/area-kouchi.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 255px 212px;
}
@media only screen and (max-width: 959px) {
  body.index .area-okayama-kouchi .btn-container .base-center-container .kouchi a,
  body.hina .area-okayama-kouchi .btn-container .base-center-container .kouchi a {
    background-size: 118px 98px;
  }
}
body.index .area-okayama-kouchi .btn-container .base-center-container a,
body.hina .area-okayama-kouchi .btn-container .base-center-container a {
  text-align: center;
  border-radius: 8px;
  padding: 110px 20px 110px 20px;
  color: #383838;
  transition: 0.5s;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
body.index .area-okayama-kouchi .btn-container .base-center-container a:hover,
body.hina .area-okayama-kouchi .btn-container .base-center-container a:hover {
  background-color: #dcdcdc;
  text-decoration: none;
  transition-delay: 0s;
}
body.index .area-okayama-kouchi .btn-container .base-center-container a:hover figure img,
body.hina .area-okayama-kouchi .btn-container .base-center-container a:hover figure img {
  animation: area-arrow 1s;
  animation-fill-mode: forwards !important;
}
@media only screen and (max-width: 959px) {
  body.index .area-okayama-kouchi .btn-container .base-center-container a,
  body.hina .area-okayama-kouchi .btn-container .base-center-container a {
    padding: 74px 0px 21px 0px;
  }
}
body.index .area-okayama-kouchi .btn-container .base-center-container a h3,
body.hina .area-okayama-kouchi .btn-container .base-center-container a h3 {
  font-size: 30px;
  font-weight: normal;
  margin: 0px 0px 30px 0px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 959px) {
  body.index .area-okayama-kouchi .btn-container .base-center-container a h3,
  body.hina .area-okayama-kouchi .btn-container .base-center-container a h3 {
    font-size: 16px;
    margin: 0px 0px 50px 0px;
  }
}
body.index .area-okayama-kouchi .btn-container .base-center-container a figure img,
body.hina .area-okayama-kouchi .btn-container .base-center-container a figure img {
  width: 45px;
  height: 15px;
}
@media only screen and (max-width: 959px) {
  body.index .area-okayama-kouchi .btn-container .base-center-container a figure img,
  body.hina .area-okayama-kouchi .btn-container .base-center-container a figure img {
    width: 30px;
    height: 8px;
  }
}

body.page-base .mv {
  margin: 0px 0px 96px 0px;
}
@media only screen and (max-width: 959px) {
  body.page-base .mv {
    margin: 0px 0px 32px 0px;
  }
}
body.page-base .mv figure {
  width: 100%;
}
body.page-base .mv figure img {
  width: 100%;
  height: auto;
}

body.hina.page-voice .top-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 64px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-voice .top-text {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
body.hina.page-voice .voice {
  padding-top: 0px;
}
body.hina.page-voice .voice ul {
  margin-bottom: 0px;
}
body.hina.page-voice .voice ul li {
  margin-bottom: 40px;
  transition-delay: 0.6s !important;
}

body.hina.page-works .works {
  padding-bottom: 0px !important;
}
body.hina.page-works .works .top-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 64px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-works .works .top-text {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
body.hina.page-works .works .tab {
  margin: 0px 0px 64px 0px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-works .works .tab {
    margin: 0px 0px 32px 0px;
  }
}
body.hina.page-works .works .tab ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -32px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-works .works .tab ul {
    margin: 0px 0px 0px -16px;
  }
}
body.hina.page-works .works .tab ul li {
  width: calc(50% - 32px);
  margin: 0px 0px 0px 32px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-works .works .tab ul li {
    width: calc(50% - 16px);
    margin: 0px 0px 0px 16px;
  }
}
body.hina.page-works .works .tab ul li a {
  display: block;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 20px 8px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-works .works .tab ul li a {
    font-size: 16px;
    padding: 10px 0px;
  }
}
body.hina.page-works .works .tab ul li.tab-prime a {
  color: #c8a537;
  transition: 0.5s;
}
body.hina.page-works .works .tab ul li.tab-prime a:hover {
  background-color: #c8a537;
  color: #fff;
}
body.hina.page-works .works .tab ul li.tab-prime a.on {
  background-color: #c8a537;
  color: #fff;
}
body.hina.page-works .works .tab ul li.tab-flex a {
  color: #0c8df3;
  transition: 0.5s;
}
body.hina.page-works .works .tab ul li.tab-flex a:hover {
  background-color: #0c8df3;
  color: #fff;
}
body.hina.page-works .works .tab ul li.tab-flex a.on {
  background-color: #0c8df3;
  color: #fff;
}
body.hina.page-works .works .prime-container {
  opacity: 0;
  display: none;
}
body.hina.page-works .works .prime-container.on {
  display: block;
  animation: works-container-on 1s;
  animation-fill-mode: forwards !important;
}
body.hina.page-works .works .flex-container {
  opacity: 0;
  display: none;
}
body.hina.page-works .works .flex-container.on {
  display: block;
  animation: works-container-on 1s;
  animation-fill-mode: forwards !important;
}
body.hina.page-works .works .more-btn {
  width: 100%;
}
body.hina.page-works .works ul {
  margin: 0px 0px 0px -24px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-works .works ul {
    margin: 0px 0px 0px -16px;
  }
}
body.hina.page-works .works ul li {
  width: calc(25% - 24px);
  margin: 0px 0px 48px 24px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-works .works ul li {
    width: calc(50% - 16px);
    margin: 0px 0px 32px 16px;
  }
}

body.page-works-detail .main-photo-container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 128px 0px;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .main-photo-container {
    margin: 0px 0px 48px 0px;
  }
}
body.page-works-detail .main-photo-container .main-photo {
  width: 70%;
  padding: 0px 8px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .main-photo-container .main-photo {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
}
body.page-works-detail .main-photo-container .main-photo img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body.page-works-detail .main-photo-container .right-container {
  width: 30%;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .main-photo-container .right-container {
    width: 100%;
  }
}
body.page-works-detail .main-photo-container .right-container .ttl {
  background-color: #ebe5db;
  height: calc(30% - 8px);
  margin: 0px 0px 8px 0px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .main-photo-container .right-container .ttl {
    height: auto;
    margin: 0px 0px 0px 0px;
  }
}
body.page-works-detail .main-photo-container .right-container .ttl .inner {
  text-align: right;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 32px 0px 16px;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .main-photo-container .right-container .ttl .inner {
    padding: 16px 20px;
  }
}
body.page-works-detail .main-photo-container .right-container .ttl .inner h2 {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin: 0px 0px 24px 0px;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .main-photo-container .right-container .ttl .inner h2 {
    font-size: 18px;
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
}
body.page-works-detail .main-photo-container .right-container .ttl .inner p {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #333;
  margin: 0px 0px 20px 0px;
}
body.page-works-detail .main-photo-container .right-container .ttl .inner span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  text-align: left;
}
body.page-works-detail .main-photo-container .right-container .sub-photo {
  height: 70%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .main-photo-container .right-container .sub-photo {
    width: 100%;
    background-image: none !important;
  }
}
body.page-works-detail .main-photo-container .right-container .sub-photo > img {
  width: 100%;
  height: auto;
}
body.page-works-detail .main-photo-container .right-container .sub-photo p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 32px 32px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .main-photo-container .right-container .sub-photo p {
    position: relative;
    bottom: inherit;
    padding: 16px 20px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
  }
}
body.page-works-detail .sub-photo-container {
  margin: 0px 0px 128px 0px;
}
body.page-works-detail .sub-photo-container.last {
  margin: 0px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .sub-photo-container {
    margin: 0px 0px 64px 0px;
  }
}
body.page-works-detail .sub-photo-container .h-text {
  width: 100%;
  max-width: 1024px;
  margin: 0px auto 64px auto;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .sub-photo-container .h-text {
    margin: 0px auto 32px auto;
    padding: 0px 16px 0px 16px;
  }
}
body.page-works-detail .sub-photo-container .h-text h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 0px 0px 32px 0px;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .sub-photo-container .h-text h3 {
    font-size: 20px;
  }
}
body.page-works-detail .sub-photo-container .h-text p {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .sub-photo-container .h-text p {
    font-size: 14px;
  }
}
body.page-works-detail .sub-photo-container .img-set {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .sub-photo-container .img-set {
    flex-direction: column-reverse;
    padding: 0 16px;
    gap: 8px;
  }
}
body.page-works-detail .sub-photo-container .img-set .main-photo {
  width: 75%;
  position: relative;
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .sub-photo-container .img-set .main-photo {
    width: 100%;
  }
}
body.page-works-detail .sub-photo-container .img-set .main-photo img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body.page-works-detail .sub-photo-container .img-set .right-container {
  width: 25%;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .sub-photo-container .img-set .right-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
body.page-works-detail .sub-photo-container .img-set .right-container .sub-photo {
  width: 100%;
  margin-bottom: 0px !important;
}
body.page-works-detail .sub-photo-container .img-set .right-container .sub-photo img {
  vertical-align: bottom;
  width: calc(100% - 8px);
  height: auto;
  margin: 0px 8px 8px 0px;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .sub-photo-container .img-set .right-container .sub-photo img {
    width: 100%;
    margin: 0;
  }
}
body.page-works-detail .sub-photo-container .img-set .right-container .sub-photo.set2 img {
  margin: 0px 0px 8px 8px;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .sub-photo-container .img-set .right-container .sub-photo.set2 img {
    margin: 0;
  }
  body.page-works-detail .sub-photo-container.last .img-set {
    flex-direction: column;
  }
}
body.page-works-detail .sub-photo-container .img-set > p {
  display: none;
}
@media only screen and (max-width: 959px) {
  body.page-works-detail .sub-photo-container .img-set > p {
    display: block;
    width: 100%;
    padding: 16px 20px;
    font-size: 12px;
    line-height: 2;
  }
}

body.hina.page-voice-detail .mv {
  width: 100%;
  max-width: 1600px;
  margin: 0px auto 96px auto;
  padding: 32px 32px 0px 32px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  body.hina.page-voice-detail .mv {
    padding: 0px 0px 0px 0px;
    margin: 0px auto 64px auto;
  }
}
body.hina.page-voice-detail .mv figure {
  position: relative;
  width: 70%;
}
@media only screen and (max-width: 959px) {
  body.hina.page-voice-detail .mv figure {
    width: 100%;
    margin: 0px 0px 16px 0px;
  }
}
body.hina.page-voice-detail .mv figure img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  border-radius: 4px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-voice-detail .mv figure img {
    border-radius: 0px;
  }
}
body.hina.page-voice-detail .mv figure span {
  position: absolute;
  z-index: 3;
  font-size: 64px;
  color: #fff;
  right: 32px;
  top: 32px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 959px) {
  body.hina.page-voice-detail .mv figure span {
    font-size: 32px;
    right: 16px;
    top: 16px;
  }
}
body.hina.page-voice-detail .mv .right {
  width: 30%;
  box-sizing: border-box;
  padding: 0px 0px 0px 64px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-voice-detail .mv .right {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
  }
}
body.hina.page-voice-detail .mv .right .inner .sub-ttl {
  margin-bottom: 24px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-voice-detail .mv .right .inner .sub-ttl {
    margin-bottom: 16px;
  }
}
body.hina.page-voice-detail .mv .right .inner .ttl-h2 {
  font-size: 24px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-voice-detail .mv .right .inner .ttl-h2 {
    margin-bottom: 32px;
  }
}
body.hina.page-voice-detail .mv .right .inner p {
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 959px) {
  body.hina.page-voice-detail .mv .right .inner p {
    font-size: 12px;
  }
}
body.hina.page-voice-detail .sub-voice {
  /*		&::after {
  			content: "";
  			position: absolute;
  			width: 100%;
  			height: 50%;
  			bottom: 0px;
  			left: 0px;
  			background-color: #ebe5db;
  			z-index: 2;
  		}*/
}
body.hina.page-voice-detail .sub-voice .inner dl {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 64px 0px;
  position: relative;
}
body.hina.page-voice-detail .sub-voice .inner dl:nth-last-of-type(1) {
  margin: 0px 0px 0px 0px;
}
body.hina.page-voice-detail .sub-voice .inner dl::after {
  /*					content: "";
      					position: absolute;
      					width: 80%;
      					height: 64px;
      					bottom: -32px;
      					right: 0px;
      					background-color: #ebe5db;
      					z-index: 2;*/
}
body.hina.page-voice-detail .sub-voice .inner dl dt {
  width: 40%;
  position: relative;
  z-index: 3;
  order: 1;
}
@media only screen and (max-width: 959px) {
  body.hina.page-voice-detail .sub-voice .inner dl dt {
    width: 100%;
  }
}
body.hina.page-voice-detail .sub-voice .inner dl dt img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body.hina.page-voice-detail .sub-voice .inner dl dd {
  width: 60%;
  position: relative;
  z-index: 4;
  padding: 32px 0px 0px 32px;
  order: 2;
}
@media only screen and (max-width: 959px) {
  body.hina.page-voice-detail .sub-voice .inner dl dd {
    width: 100%;
    padding: 32px 0px 0px 0px;
  }
}
body.hina.page-voice-detail .sub-voice .inner dl dd h3 {
  font-size: 24px;
  margin: 0px 0px 48px 0px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-voice-detail .sub-voice .inner dl dd h3 {
    font-size: 20px;
    margin: 0px 0px 24px 0px;
  }
}
body.hina.page-voice-detail .sub-voice .inner dl dd p {
  border-left: 2px solid #ebe5db;
  padding: 0px 0px 32px 32px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  font-size: 14px;
  line-height: 2;
  margin: 0px 0px 0px 32px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-voice-detail .sub-voice .inner dl dd p {
    padding: 0px 0px 32px 16px;
    margin: 0px 0px 0px 16px;
  }
}
body.hina.page-voice-detail .sub-voice .inner dl.reverse dt {
  order: 2;
  padding: 64px 0px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-voice-detail .sub-voice .inner dl.reverse dt {
    order: 1;
    padding: 0px 0px 0px 0px;
  }
}
body.hina.page-voice-detail .sub-voice .inner dl.reverse dd {
  order: 1;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 32px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-voice-detail .sub-voice .inner dl.reverse dd {
    order: 2;
    padding-top: 32px;
    padding-right: 0px;
  }
}

body.hina.page-sitemap .map-inner {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -48px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-sitemap .map-inner {
    margin: 0px 0px 0px 0px;
  }
}
body.hina.page-sitemap .map-inner .base-container {
  width: calc(25% - 48px);
  margin: 0px 0px 0px 48px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-sitemap .map-inner .base-container {
    width: 100%;
    margin: 0px 0px 32px 0px;
  }
}
body.hina.page-sitemap .map-inner .base-container h3 {
  font-size: 18px;
  line-height: 1;
  margin: 0px 0px 24px 0px;
  padding: 0px 0px 24px 0px;
  border-bottom: 1px solid #999999;
  color: #999999;
}
body.hina.page-sitemap .map-inner .base-container ul li {
  font-size: 14px;
  margin: 0px 0px 16px 0px;
}
body.hina.page-sitemap .map-inner .base-container ul li a {
  color: #333;
  display: block;
  position: relative;
  overflow: hidden;
}
body.hina.page-sitemap .map-inner .base-container ul li a::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 4px;
  top: 3px;
  right: 0px;
  z-index: 3;
  transition: 0.5s;
  background-image: url("../img/base/footer-arrow-g.svg");
  background-size: 13px 4px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media only screen and (max-width: 959px) {
  body.hina.page-sitemap .map-inner .base-container ul li a::after {
    right: 10px;
  }
}
body.hina.page-sitemap .map-inner .base-container ul li a:hover {
  opacity: 0.6;
}
body.hina.page-sitemap .map-inner .base-container ul li a:hover::after {
  animation: footer-arrow 0.5s;
  animation-fill-mode: forwards !important;
}
body.hina.page-sitemap .map-inner .base-container ul li.parent h4 {
  margin: 0px 0px 16px 0px;
}
body.hina.page-sitemap .map-inner .base-container ul li.parent a {
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 0px 16px;
}

body.hina.page-privacy .policy-list > li {
  margin: 0px 0px 64px 0px;
}
body.hina.page-privacy .policy-list > li h3 {
  font-size: 24px;
  margin: 0px 0px 24px 0px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-privacy .policy-list > li h3 {
    font-size: 18px;
  }
}
body.hina.page-privacy .policy-list > li .text {
  font-size: 14px;
  line-height: 2;
  padding: 32px 0px 32px 32px;
  margin: 0px 0px 0px 32px;
  border-left: 1px solid #ddd;
}
body.hina.page-privacy .policy-list > li .list li {
  font-size: 14px;
  line-height: 2;
  list-style: circle;
  list-style-position: inside;
}

body.hina.page-company .company-text dl {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 64px 0px;
  padding: 0px 0px 64px 0px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-company .company-text dl {
    margin: 0px 0px 32px 0px;
    padding: 0px 0px 32px 0px;
  }
}
body.hina.page-company .company-text dl dt {
  width: 150px;
  line-height: 2;
}
@media only screen and (max-width: 959px) {
  body.hina.page-company .company-text dl dt {
    width: 100%;
    line-height: 1;
    margin: 0px 0px 16px 0px;
    font-weight: bold;
  }
}
body.hina.page-company .company-text dl dd {
  width: calc(100% - 150px);
  line-height: 2;
}
@media only screen and (max-width: 959px) {
  body.hina.page-company .company-text dl dd {
    width: 100%;
  }
}
body.hina.page-company .company-text dl dd .address-container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -64px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-company .company-text dl dd .address-container {
    margin: 0px 0px 0px 0px;
  }
}
body.hina.page-company .company-text dl dd .address-container .inner {
  width: calc(50% - 64px);
  margin: 0px 0px 96px 64px;
}
body.hina.page-company .company-text dl dd .address-container .inner:nth-last-child(1) {
  margin: 0px 0px 0px 64px;
}
body.hina.page-company .company-text dl dd .address-container .inner:nth-last-child(2) {
  margin: 0px 0px 0px 64px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-company .company-text dl dd .address-container .inner {
    width: 100%;
    margin: 0px 0px 48px 0px;
  }
  body.hina.page-company .company-text dl dd .address-container .inner:nth-last-child(1) {
    margin: 0px 0px 0px 0px;
  }
  body.hina.page-company .company-text dl dd .address-container .inner:nth-last-child(2) {
    margin: 0px 0px 48px 0px;
  }
}
body.hina.page-company .company-text dl dd .address-container .inner h3 {
  font-size: 16px;
  font-weight: 600;
}
body.hina.page-company .company-text dl dd .address-container .inner p {
  margin: 0px 0px 32px 0px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-company .company-text dl dd .address-container .inner p {
    margin: 0px 0px 24px 0px;
  }
}

body.hina.page-news .news-category {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
body.hina.page-news .news-category a {
  width: 300px;
  display: block;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  padding: 16px 0px;
  margin: 0px 32px 64px 0px;
  background-color: #d8d8d8;
  color: #333333;
}
body.hina.page-news .news-category a.active {
  background-color: #585858;
  color: #fff;
}
body.hina.page-news .news-category a:hover {
  text-decoration: none;
  opacity: 0.7;
}
body.hina.page-news .news-list ul li {
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 32px 0px;
  margin: 0px 0px 32px 0px;
}
body.hina.page-news .news-list ul li a {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
body.hina.page-news .news-list ul li a:hover {
  text-decoration: none;
}
body.hina.page-news .news-list ul li a em {
  font-style: normal;
  font-size: 12px;
  color: #747474;
  width: 120px;
  line-height: 16px;
}
body.hina.page-news .news-list ul li a h3 {
  font-size: 16px;
  color: #1e1e1e;
  width: calc(100% - 120px);
}

body.hina.page-news-detail .news-container .thumbnail {
  margin: 0px 0px 64px 0px;
}
body.hina.page-news-detail .news-container .thumbnail img {
  width: 100%;
  height: auto;
}
body.hina.page-news-detail .news-container h3 {
  margin: 0px 0px 32px 0px;
  font-size: 24px;
}
body.hina.page-news-detail .news-container p {
  line-height: 2;
}

body.hina.land-list .reservation .inner ul li {
  margin-bottom: 32px;
}
body.hina.land-list .reservation .areaNav {
  margin: 0px 0px 48px 0px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  justify-content: center;
}
body.hina.land-list .reservation .areaNav a {
  display: block;
  width: 30%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #a0a0a0;
  color: #383838;
  border-radius: 8px;
  padding: 16px 16px;
  font-size: 18px;
  line-height: 1;
  transition: 0.5s;
  margin: 0px 16px;
}
@media only screen and (max-width: 959px) {
  body.hina.land-list .reservation .areaNav a {
    width: 40%;
    margin: 0px 10px;
  }
}
body.hina.land-list .reservation .areaNav a:hover {
  background-color: #dcdcdc;
  text-decoration: none;
}

body.hina.news-list #newsContainer ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -24px;
}
@media only screen and (max-width: 959px) {
  body.hina.news-list #newsContainer ul {
    margin: 0px 0px 0px -15px;
  }
}
body.hina.news-list #newsContainer ul li {
  width: calc(33.3% - 24px);
  margin: 0px 0px 48px 24px;
}
@media only screen and (max-width: 959px) {
  body.hina.news-list #newsContainer ul li {
    width: calc(50% - 16px);
    margin: 0px 0px 32px 16px;
  }
}

@media only screen and (max-width: 959px) {
  body.hina.page-map .ttl-h2 {
    font-size: 24px;
    margin: 0px 0px 24px 0px;
  }
}
@media only screen and (max-width: 959px) {
  body.hina.page-map .reservation.base-center-container {
    padding-top: 16px !important;
  }
}
body.hina.page-map .reservation .inner ul li {
  margin-bottom: 32px;
}
body.hina.page-map .gm-style-iw {
  padding: 40px 0px 30px 20px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-map .gm-style-iw {
    padding: 30px 0px 20px 16px;
  }
}
body.hina.page-map .gm-style-iw-d {
  padding-bottom: 20px;
}
body.hina.page-map .gm-ui-hover-effect {
  right: 10px !important;
}
body.hina.page-map .gm-ui-hover-effect span {
  top: -6px !important;
  right: 4px !important;
  width: 30px !important;
  height: 30px !important;
}
body.hina.page-map .map-header-menu {
  margin: 0px 0px 48px 0px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  justify-content: center;
}
body.hina.page-map .map-header-menu a {
  display: block;
  width: 30%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #a0a0a0;
  color: #383838;
  border-radius: 8px;
  padding: 16px 16px;
  font-size: 18px;
  line-height: 1;
  transition: 0.5s;
  margin: 0px 16px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-map .map-header-menu a {
    width: 40%;
    margin: 0px 10px;
  }
}
body.hina.page-map .map-header-menu a:hover {
  background-color: #dcdcdc;
  text-decoration: none;
}
body.hina.page-map #map {
  height: 700px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-map #map {
    height: 450px;
  }
}
body.hina.page-map .map-detail-container {
  font-family: "Inter", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
body.hina.page-map .map-detail-container .left {
  width: 40%;
  padding: 0px 12px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-map .map-detail-container .left {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 16px 0px;
    width: 100%;
  }
}
body.hina.page-map .map-detail-container .right {
  width: 60%;
  padding: 0px 32px 0px 0px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-map .map-detail-container .right {
    padding: 0px 16px 0px 0px;
    width: 100%;
  }
}
body.hina.page-map .map-detail-container .map-ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 16px 0px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-map .map-detail-container .map-ttl {
    font-size: 16px;
  }
}
body.hina.page-map .map-detail-container .main-text {
  margin: 0px 0px 24px 0px;
  font-size: 14px;
}
body.hina.page-map .map-detail-container .more-btn {
  justify-content: flex-end;
}
body.hina.page-map .map-detail-container .map-images {
  margin: 0px 0px 0px 0px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  body.hina.page-map .map-detail-container .map-images {
    text-align: left;
    padding: 0px 16px 0px 0px;
  }
}
body.hina.page-map .map-detail-container .map-images img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 959px) {
  body.hina.page-map .map-detail-container .map-images img {
    width: 100%;
  }
}

body.index .news,
body.area .news {
  margin-bottom: 76px;
}
body.index .news .ttl-h2,
body.area .news .ttl-h2 {
  margin: 0px 0px 50px 0px;
}
body.index .news .top-img,
body.area .news .top-img {
  text-align: center;
  margin: 0px auto 50px auto;
  width: 100%;
  max-width: 800px;
}
@media only screen and (max-width: 959px) {
  body.index .news .top-img,
  body.area .news .top-img {
    margin: 0px 0px 40px 0px;
  }
}
body.index .news .top-img img,
body.area .news .top-img img {
  width: 100%;
  height: auto;
}
body.index .news .inner,
body.area .news .inner {
  margin: 0px 0px 40px 0px;
}
body.index .news .inner h3,
body.area .news .inner h3 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px 0px 18px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .news .inner h3,
  body.area .news .inner h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}
body.index .news .inner .slick-slide,
body.area .news .inner .slick-slide {
  margin-right: 29px;
}
body.index .news .inner ul li,
body.area .news .inner ul li {
  width: 25%;
}
body.index .news .inner ul li a,
body.area .news .inner ul li a {
  display: block;
}
body.index .news .inner ul li a:hover,
body.area .news .inner ul li a:hover {
  text-decoration: none;
  color: #c5c5c5;
}
body.index .news .inner ul li a:hover figure::after,
body.area .news .inner ul li a:hover figure::after {
  opacity: 0.3;
}
body.index .news .inner ul li a:hover h4,
body.area .news .inner ul li a:hover h4 {
  color: #404040;
}
body.index .news .inner ul li a:hover p,
body.area .news .inner ul li a:hover p {
  color: #404040;
}
body.index .news .inner ul li a:hover .detail-btn a::after,
body.index .news .inner ul li a:hover .detail-btn span::after,
body.area .news .inner ul li a:hover .detail-btn a::after,
body.area .news .inner ul li a:hover .detail-btn span::after {
  animation: more-btn-bottomline 1s;
  animation-fill-mode: forwards !important;
}
body.index .news .inner ul li a:hover .detail-btn a::before,
body.index .news .inner ul li a:hover .detail-btn span::before,
body.area .news .inner ul li a:hover .detail-btn a::before,
body.area .news .inner ul li a:hover .detail-btn span::before {
  animation: more-btn-arrow 1s;
  animation-fill-mode: forwards !important;
}
body.index .news .inner ul li figure,
body.area .news .inner ul li figure {
  margin: 0px 0px 5px 0px;
  position: relative;
}
body.index .news .inner ul li figure::after,
body.area .news .inner ul li figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
  background-color: #000;
  border-radius: 8px;
}
@media only screen and (max-width: 959px) {
  body.index .news .inner ul li figure::after,
  body.area .news .inner ul li figure::after {
    display: none;
  }
}
body.index .news .inner ul li figure img,
body.area .news .inner ul li figure img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
body.index .news .inner ul li .tag,
body.area .news .inner ul li .tag {
  margin: 0px 0px 13px 0px;
}
body.index .news .inner ul li .tag span,
body.area .news .inner ul li .tag span {
  display: inline-block;
  border: 1px solid #343434;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-right: none;
  padding: 3px 5px 4px 5px;
  color: #343434;
}
body.index .news .inner ul li .tag span:first-child,
body.area .news .inner ul li .tag span:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
body.index .news .inner ul li .tag span:last-child,
body.area .news .inner ul li .tag span:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px solid #343434;
}
body.index .news .inner ul li h4,
body.area .news .inner ul li h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  margin: 0px 0px 9px 0px;
  color: #000000;
}
@media only screen and (max-width: 959px) {
  body.index .news .inner ul li h4,
  body.area .news .inner ul li h4 {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.1em;
  }
}
body.index .news .inner ul li .address,
body.area .news .inner ul li .address {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  background-image: url("../img/base/yoyaku-ico.svg");
  background-size: 10px 18px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #343434;
  min-height: 18px;
  line-height: 18px;
  padding: 0px 0px 0px 17px;
  margin: 0px 0px 5px 0px;
}
body.index .news .inner ul li .date,
body.area .news .inner ul li .date {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  background-image: url("../img/base/date-ico.svg");
  background-size: 11px 12px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #343434;
  min-height: 12px;
  line-height: 12px;
  padding: 0px 0px 0px 17px;
  margin: 0px 0px 12px 0px;
}

body.index #newsContainer .areaNav {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 48px -32px;
}
body.index #newsContainer .areaNav > div {
  display: block;
  width: calc(50% - 32px);
  margin: 0px 0px 0px 32px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #a0a0a0;
  color: #383838;
  border-radius: 8px;
  padding: 16px 16px;
  font-size: 18px;
  line-height: 1;
  transition: 0.5s;
}
body.index #newsContainer .areaNav > div:hover {
  background-color: #dcdcdc;
}
body.index #newsContainer .parentSliderContainer {
  position: relative;
  overflow: hidden;
}
body.index #newsContainer .parentSliderContainer .on {
  visibility: visible;
}
body.index #newsContainer .parentSliderContainer .off {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
body.index #newsContainer ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -24px;
}
@media only screen and (max-width: 959px) {
  body.index #newsContainer ul {
    margin: 0px 0px 0px -15px;
  }
}
body.index #newsContainer ul li {
  width: calc(33.3% - 24px);
  margin: 0px 0px 48px 24px;
}
@media only screen and (max-width: 959px) {
  body.index #newsContainer ul li {
    width: calc(50% - 16px);
    margin: 0px 0px 32px 16px;
  }
}

body.contact .contact-inner .page-ttl {
  width: 100%;
  margin: 0px auto 64px auto;
  position: relative;
  --x-gradient: linear-gradient(90deg, #e3d9ca 0 30px, transparent 0 calc(100% - 30px), #e3d9ca calc(100% - 30px));
  --y-gradient: linear-gradient(#e3d9ca 0 30px, transparent 0 calc(100% - 30px), #e3d9ca calc(100% - 30px));
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: top, right, bottom, left;
  padding: 32px 64px;
}
@media only screen and (max-width: 959px) {
  body.contact .contact-inner .page-ttl {
    width: calc(100%);
    margin: 0px 0px 32px 0px;
    padding: 32px 24px;
  }
}
body.contact .contact-inner .page-ttl h3 {
  position: relative;
  z-index: 5;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0px 0px 17px 0px;
}
@media only screen and (max-width: 959px) {
  body.contact .contact-inner .page-ttl h3 {
    font-size: 20px;
  }
}
body.contact .contact-inner .page-ttl h4 {
  position: relative;
  z-index: 6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
body.contact .contact-inner .page-ttl figure {
  position: absolute;
  z-index: 4;
  right: 32px;
  top: 32px;
}
@media only screen and (max-width: 959px) {
  body.contact .contact-inner .page-ttl figure {
    margin: 32px 0px 0px 0px;
    position: relative;
    right: inherit;
    top: inherit;
  }
}
body.contact .contact-inner .page-ttl figure img {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 959px) {
  body.contact .contact-inner .page-ttl figure img {
    width: 100%;
    height: auto;
  }
}
body.contact .contact-inner .mvslide {
  margin: 0px 0px 50px 0px;
}
@media only screen and (max-width: 959px) {
  body.contact .contact-inner .mvslide {
    margin: 0px 0px 32px 0px;
  }
}
body.contact .contact-inner .mvslide li img {
  width: 100%;
  height: auto;
}
body.contact .contact-inner .slick-dots {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 959px) {
  body.contact .contact-inner .slick-dots {
    bottom: 15px;
  }
}
body.contact .contact-inner .slick-dots li {
  margin: 0px 2px 0px 2px;
  width: 56px;
  height: 3px;
  background-color: #fff;
  opacity: 0.5;
}
@media only screen and (max-width: 959px) {
  body.contact .contact-inner .slick-dots li {
    width: 35px;
    height: 2px;
  }
}
body.contact .contact-inner .slick-dots li.slick-active {
  opacity: 1;
}
body.contact .contact-inner .slick-dots li button {
  width: 100%;
  height: 100%;
  opacity: 0;
}
body.contact .contact-inner .point-list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 64px -32px;
}
@media only screen and (max-width: 959px) {
  body.contact .contact-inner .point-list {
    margin: 0px 0px 0px 0px;
  }
}
body.contact .contact-inner .point-list li {
  width: calc(33.3% - 32px);
  margin: 0px 0px 0px 32px;
}
@media only screen and (max-width: 959px) {
  body.contact .contact-inner .point-list li {
    width: 100%;
    margin: 0px 0px 32px 0px;
  }
}
body.contact .contact-inner .point-list li figure img {
  width: 100%;
}
body.contact .contact-inner .point-list li h3 {
  font-size: 18px;
  font-weight: 600;
  color: #666666;
  padding: 16px 0px 16px 0px;
  margin: 0px 0px 16px 0px;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 959px) {
  body.contact .contact-inner .point-list li h3 {
    font-size: 16px;
  }
}
body.contact .contact-inner .point-list li p {
  font-size: 14px;
  line-height: 24px;
}
body.contact .contact-inner .movie-box {
  position: relative;
  margin: 0px 0px 64px 0px;
}
@media only screen and (max-width: 768px) {
  body.contact .contact-inner .movie-box {
    margin: 0px 0px 32px 0px;
  }
}
body.contact .contact-inner .movie-box video {
  width: 100%;
  z-index: 99;
}
body.contact .contact-inner .movie-box .play {
  display: block;
  margin: 12px 0px 0px 0px;
}
@media only screen and (max-width: 768px) {
  body.contact .contact-inner .movie-box .play {
    margin: 12px 0px 0px 0px;
    position: inherit;
    bottom: inherit;
    text-align: right;
  }
}
body.contact .contact-inner .movie-box p.play {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 20px;
  vertical-align: bottom;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  body.contact .contact-inner .movie-box p.play {
    bottom: 12px;
    left: 12px;
  }
}
body.contact .contact-inner .movie-box p.play img {
  width: 52px;
  height: 52px;
  margin: 0px 0px 0px 0px;
}
@media only screen and (max-width: 768px) {
  body.contact .contact-inner .movie-box p.play img {
    width: 32px;
    height: 32px;
  }
}
body.contact .contact-inner .movie-ttl {
  font-size: 24px;
  line-height: 1;
  margin: 0px 0px 32px 0px;
}
@media only screen and (max-width: 959px) {
  body.contact .contact-inner .movie-ttl {
    font-size: 18px;
    margin: 0px 0px 16px 0px;
  }
}

body.hina.page-staff .staff-header-menu {
  margin: 0px 0px 48px 0px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  justify-content: center;
}
body.hina.page-staff .staff-header-menu a {
  display: block;
  width: 30%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #a0a0a0;
  color: #383838;
  border-radius: 8px;
  padding: 16px 16px;
  font-size: 18px;
  line-height: 1;
  transition: 0.5s;
  margin: 0px 16px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-staff .staff-header-menu a {
    width: 40%;
    margin: 0px 10px;
  }
}
body.hina.page-staff .staff-header-menu a:hover {
  background-color: #dcdcdc;
  text-decoration: none;
}
body.hina.page-staff .staff-list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 0px -24px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-staff .staff-list {
    margin: 0px 0px 0px -20px;
  }
}
body.hina.page-staff .staff-list li {
  width: calc(25% - 24px);
  margin: 0px 0px 32px 24px;
  background-color: #fff !important;
}
@media only screen and (max-width: 959px) {
  body.hina.page-staff .staff-list li {
    margin: 0px 0px 32px 20px;
    width: calc(50% - 20px);
  }
}
body.hina.page-staff .staff-list li a {
  display: block;
  transition: 0.5s;
}
body.hina.page-staff .staff-list li a:hover {
  text-decoration: none;
}
body.hina.page-staff .staff-list li a:hover img {
  transform: scale(1.1);
}
body.hina.page-staff .staff-list li a figure {
  position: relative;
  margin: 0px 0px 16px 0px;
  overflow: hidden;
  border-radius: 10px;
}
body.hina.page-staff .staff-list li a figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  transition: 0.5s;
}
body.hina.page-staff .staff-list li a figure figcaption {
  position: absolute;
  z-index: 3;
  display: inline-block;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  line-height: 1;
}
body.hina.page-staff .staff-list li a figure figcaption.kouchi {
  background-color: #1b4db4;
}
body.hina.page-staff .staff-list li a figure figcaption.okayama {
  background-color: #2d6f32;
}
body.hina.page-staff .staff-list li a strong {
  display: block;
  font-size: 24px;
  color: #000;
  font-weight: 400;
}
@media only screen and (max-width: 959px) {
  body.hina.page-staff .staff-list li a strong {
    font-size: 18px;
  }
}
body.hina.page-staff .staff-list li a strong span {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  margin: 0px 0px 0px 16px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-staff .staff-list li a strong span {
    margin: 0px 0px 0px 10px;
  }
}

body.hina.page-staff-detail .staff-inner {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
body.hina.page-staff-detail .staff-inner .left {
  width: 50%;
}
@media only screen and (max-width: 959px) {
  body.hina.page-staff-detail .staff-inner .left {
    width: 40%;
  }
}
body.hina.page-staff-detail .staff-inner .left figure img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body.hina.page-staff-detail .staff-inner .right {
  width: 50%;
  padding: 64px 0px 0px 64px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-staff-detail .staff-inner .right {
    width: 60%;
    padding: 24px 0px 0px 24px;
  }
}
body.hina.page-staff-detail .staff-inner .right h3 {
  font-size: 36px;
  color: #000;
  line-height: 1;
  margin: 0px 0px 24px 0px;
  font-weight: 400;
}
@media only screen and (max-width: 959px) {
  body.hina.page-staff-detail .staff-inner .right h3 {
    font-size: 24px;
    margin: 0px 0px 16px 0px;
  }
}
body.hina.page-staff-detail .staff-inner .right h4 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 959px) {
  body.hina.page-staff-detail .staff-inner .right h4 {
    font-size: 16px;
  }
}
body.hina.page-staff-detail .staff-inner .right h4 span {
  display: inline-block;
  color: #999999;
  margin: 0px 0px 0px 24px;
}
body.hina.page-staff-detail .staff-inner .right .profile-container {
  margin: 64px 0px 64px -128px;
  padding: 64px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-staff-detail .staff-inner .right .profile-container {
    margin: 24px 0px 24px -48px;
    padding: 16px;
  }
}
body.hina.page-staff-detail .staff-inner .right .profile-container.okayama {
  background-color: #e3fae3;
}
body.hina.page-staff-detail .staff-inner .right .profile-container.kouchi {
  background-color: #e9f3fd;
}
body.hina.page-staff-detail .staff-inner .right .profile-container strong {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 0px 0px 24px 0px;
  display: block;
}
@media only screen and (max-width: 959px) {
  body.hina.page-staff-detail .staff-inner .right .profile-container strong {
    font-size: 16px;
    margin: 0px 0px 12px 0px;
  }
}
body.hina.page-staff-detail .staff-inner .right .profile-container p {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  margin: 0px 0px 64px 0px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-staff-detail .staff-inner .right .profile-container p {
    font-size: 12px;
    margin: 0px 0px 24px 0px;
  }
}
body.hina.page-staff-detail .staff-inner .right .profile-container p:last-of-type {
  margin: 0px 0px 0px 0px;
}
body.hina.page-staff-detail .staff-inner .more-btn {
  justify-content: flex-start;
}
@media only screen and (max-width: 959px) {
  body.hina.page-staff-detail .staff-inner .more-btn {
    width: 180px;
  }
}
body.hina.page-staff-detail .staff-inner .more-btn a {
  font-size: 18px !important;
  font-weight: bold;
  width: 240px;
}
@media only screen and (max-width: 959px) {
  body.hina.page-staff-detail .staff-inner .more-btn a {
    font-size: 13px !important;
    width: 180px !important;
  }
}

body.index .staff,
body.area .staff {
  padding-top: 96px;
}
@media only screen and (max-width: 959px) {
  body.index .staff,
  body.area .staff {
    padding-top: 64px;
  }
}
body.index .staff .ttl-h2,
body.area .staff .ttl-h2 {
  margin-bottom: 64px !important;
}
@media only screen and (max-width: 959px) {
  body.index .staff .ttl-h2,
  body.area .staff .ttl-h2 {
    margin-bottom: 32px !important;
  }
}
body.index .staff .staff-bnr,
body.area .staff .staff-bnr {
  background-color: #faf8f5;
  border-radius: 10px;
  padding: 40px;
  /*background-image: url("../img/index/staff-bg.png");
    background-position: right 32px center;
    background-size: 479px 155px;*/
  position: relative;
}
@media only screen and (max-width: 959px) {
  body.index .staff .staff-bnr,
  body.area .staff .staff-bnr {
    padding: 32px 32px;
  }
}
body.index .staff .staff-bnr figure,
body.area .staff .staff-bnr figure {
  position: absolute;
  width: 497px;
  height: 155px;
  right: 32px;
  top: calc(50% - 77px);
}
@media only screen and (max-width: 959px) {
  body.index .staff .staff-bnr figure,
  body.area .staff .staff-bnr figure {
    position: relative;
    width: 100%;
    height: auto;
    right: inherit;
    top: inherit;
    margin: 0px 0px 32px 0px;
    text-align: center;
  }
}
body.index .staff .staff-bnr figure img,
body.area .staff .staff-bnr figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 959px) {
  body.index .staff .staff-bnr figure img,
  body.area .staff .staff-bnr figure img {
    width: 100%;
  }
}
body.index .staff .staff-bnr h3,
body.area .staff .staff-bnr h3 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 1;
  margin: 0px 0px 32px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .staff .staff-bnr h3,
  body.area .staff .staff-bnr h3 {
    font-size: 20px;
    margin: 0px 0px 16px 0px;
    line-height: 1.4;
  }
}
body.index .staff .staff-bnr p,
body.area .staff .staff-bnr p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0px 0px 32px 0px;
}
@media only screen and (max-width: 959px) {
  body.index .staff .staff-bnr p,
  body.area .staff .staff-bnr p {
    font-size: 14px;
  }
}
body.index .staff .staff-bnr .more-btn,
body.area .staff .staff-bnr .more-btn {
  justify-content: flex-start !important;
}
@media only screen and (max-width: 959px) {
  body.index .staff .staff-bnr .more-btn,
  body.area .staff .staff-bnr .more-btn {
    justify-content: flex-end !important;
  }
}

body.renew .mv h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
  padding: clamp(16px, 4.2vw, 24px) clamp(24px, 6.8vw, 35px);
  width: 40%;
}

@media only screen and (max-width: 959px) {
  body.renew .mv h2 {
    width: 80%;
  }
}

body.renew .mv h2 span {
  background: #fff;
  color: #c2b899;
  font-size: clamp(40px, 5.5vw, 60px);
  line-height: clamp(44px, 8.6vw, 110px);
  letter-spacing: 0.2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: clamp(14px, 3.9vw, 21px) clamp(22px, 6.5vw, 34px);
  line-height: 1;
}

@media only screen and (max-width: 959px) {
  body.renew .mv h2 span {
    padding: 15px 10px;
  }
}

body.renew .mv h2 img {
  display: block;
  width: 100%;
}

body.renew .mv h2 span strong {
  font-family: "Belanosima", sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 6.25vw, 80px);
}
.value-heading {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 1vw, 10px);
}

.value-heading__ttl {
  font-size: clamp(24px, 2vw, 38px);
  letter-spacing: 0.16em;
  font-weight: 400;
  color: #c2b899;
  font-family: "Belanosima", sans-serif;
}

.value-heading__num {
  font-size: clamp(50px, 2.5vw, 60px);
  letter-spacing: 0.16em;
  font-weight: 400;
  color: #c2b899;
  font-family: "Belanosima", sans-serif;
}

.value-one {
  padding: clamp(120px, 8vw, 234px) 0 clamp(80px, 6vw, 170px);
}

@media only screen and (max-width: 959px) {
  .value-one {
    padding: 0 0 56px;
  }
}

.value-flex {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  width: 91%;
}

@media only screen and (max-width: 959px) {
  .value-flex {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
    gap: 15px;
  }
}

.value-content {
  width: 49%;
}

@media only screen and (max-width: 959px) {
  .value-content {
    width: 100%;
  }
}

.value-content .value-heading {
  margin-bottom: clamp(24px, 2vw, 45px);
}

@media only screen and (max-width: 959px) {
  .value-content .value-heading {
    margin-bottom: 7px;
  }
}

.value-content h2 {
  font-size: clamp(28px, 2.5vw, 46px);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #9c9370;
  position: relative;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: inline-block;
  padding-right: clamp(16px, 4vw, 30px);
  line-height: 1.6;
}

.value-content h2::before {
  content: "";
  background: #c2b899;
  height: clamp(8px, 2vw, 15px);
  width: 100vw;
  display: block;
  opacity: 0.3;
  position: absolute;
  bottom: clamp(-2px, -0.5vw, -2px);
  right: 0;
  z-index: 1;
}

.value-content h3 {
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #616161;
  margin-top: clamp(24px, 2.5vw, 49px);
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.value-content p {
  font-size: clamp(14px, 1.2vw, 16px);
  letter-spacing: 0.04em;
  line-height: clamp(24px, 2.2vw, 30px);
  font-weight: 500;
  margin-top: clamp(16px, 2vw, 24px);
  color: #616161;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.value-img {
  width: 46%;
}

@media only screen and (max-width: 959px) {
  .value-img {
    width: 100%;
  }
}

.value-img img {
  display: block;
  width: 100%;
}

.value-one__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.5vw, 29px);
  margin-top: clamp(80px, 6vw, 157px);
}

@media only screen and (max-width: 959px) {
  .value-one__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}

.value-one__item {
  border: 1px solid #c2b899;
  border-radius: 5px;
  position: relative;
  display: block;
}

.value-one__item-num {
  font-size: clamp(50px, 2.5vw, 60px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: clamp(24px, 2.5vw, 38px);
  color: #fff;
  -webkit-text-stroke: 1px #c2b899;
  font-family: "Belanosima", sans-serif;
  position: absolute;
  top: clamp(-37px, -2vw, -42px);
  left: 0;
}

@media only screen and (max-width: 959px) {
  .value-one__item-num {
    top: clamp(-31px, -2vw, -42px);
  }
}

.value-one__item-img {
  display: block;
  width: 100%;
}

.value-one__item-img img {
  display: block;
  width: 100%;
}

.value-one__item-content {
  padding: clamp(16px, 1.5vw, 24px) clamp(14px, 1vw, 16px) clamp(18px, 1.5vw, 26px);
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.5vw, 18px);
}

.value-one__item-content h3 {
  color: #9c9370;
  font-size: clamp(18px, 1.5vw, 24px);
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.value-one__item-content p {
  font-size: clamp(12px, 1vw, 14px);
  line-height: clamp(22px, 2vw, 26px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.value-two {
  background: #fbf8ee;
  padding: clamp(100px, 6.5vw, 170px) 0;
}

@media only screen and (max-width: 959px) {
  .value-two {
    padding: 56px 0;
  }
}

.value-two .value-flex {
  margin-bottom: clamp(80px, 5.5vw, 154px);
}

.value-two__container {
  background: #fff;
  border-radius: 10px;
  padding: clamp(40px, 3vw, 64px) clamp(48px, 4vw, 72px);
  margin-bottom: clamp(40px, 3vw, 62px);
  position: relative;
}

@media only screen and (max-width: 959px) {
  .value-two__container {
    padding: 30px 20px;
    margin-bottom: 60px;
  }
}

.value-two__container:last-child {
  margin-bottom: 0;
}

.value-two__heading {
  display: flex;
  align-items: end;
  gap: clamp(16px, 2vw, 27px);
}

@media only screen and (max-width: 959px) {
  .value-two__heading {
    flex-direction: column;
    align-items: baseline;
  }
}

.value-two__heading h3 {
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #9c9370;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: clamp(14px, 2vw, 20px);
  line-height: 1.6;
}

.value-two__heading h4 {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #9c9370;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: clamp(16px, 2vw, 22px);
  line-height: 1.6;
}

.value-two__flex {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 959px) {
  .value-two__flex {
    flex-direction: column;
    gap: 30px;
  }
}

.value-two__content {
  width: 54%;
}

@media only screen and (max-width: 959px) {
  .value-two__content {
    width: 100%;
  }
}

.value-two__flex.five .value-two__content {
  width: 46%;
  padding-right: 5%;
}

@media only screen and (max-width: 959px) {
  .value-two__flex.five .value-two__content {
    width: 100%;
    padding-right: 0;
  }
}

.value-two__flex.six .value-two__content {
  width: 46%;
}

@media only screen and (max-width: 959px) {
  .value-two__flex.six .value-two__content {
    width: 100%;
  }
}

.value-two__img {
  width: 40%;
}

@media only screen and (max-width: 959px) {
  .value-two__img {
    width: 100%;
  }
}

.value-two__img img {
  display: block;
  width: 100%;
}

.value-two__flex.five .value-two__img {
  width: 60%;
}

@media only screen and (max-width: 959px) {
  .value-two__flex.five .value-two__img {
    width: 100%;
  }
}

.value-two__flex.six .value-two__img {
  width: 47%;
}

@media only screen and (max-width: 959px) {
  .value-two__flex.six .value-two__img {
    width: 100%;
  }
}

.value-two__content span {
  font-size: clamp(50px, 2.5vw, 60px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: clamp(24px, 2.5vw, 38px);
  color: #fff;
  -webkit-text-stroke: 1px #c2b899;
  position: absolute;
  top: clamp(-25px, -4vw, -85px);
  left: clamp(20px, -2vw, 40px);
  font-family: "Belanosima", sans-serif;
}

@media only screen and (max-width: 959px) {
  .value-two__content span {
    top: clamp(-15px, -4vw, -25px);
  }
}

.value-two__flex.five .value-two__content span,
.value-two__flex.six .value-two__content span {
  top: clamp(-20px, -4vw, -30px);
}

.value-two__content h3 {
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #9c9370;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: clamp(14px, 2vw, 20px);
  line-height: 1.6;
}

.value-two__content h4 {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #9c9370;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: clamp(16px, 2vw, 22px);
  line-height: 1.6;
}

.value-two__content p {
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 500;
  line-height: clamp(20px, 2vw, 26px);
  color: #616161;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.value-two__content p strong {
  font-size: clamp(10px, 0.8vw, 11px);
  letter-spacing: 0.03em;
  line-height: clamp(14px, 1.5vw, 16px);
  color: #616161;
  font-weight: 400;
  display: block;
  margin-top: clamp(6px, 1vw, 8px);
  margin-bottom: clamp(18px, 3vw, 25px);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.value-two__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(32px, 4vw, 58px);
  margin: clamp(40px, 3vw, 62px) 0;
}

@media only screen and (max-width: 959px) {
  .value-two__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
    margin-bottom: 60px;
  }
}

.value-two__grid .value-two__container {
  margin-bottom: 0;
}

.value-two__column {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 1.2vw, 10px);
}

.value-two__column .value-two__content {
  width: 100%;
}

.value-two__column .value-two__img {
  width: 100%;
}

.value-three {
  padding: clamp(100px, 10vw, 170px) 0 0;
}

@media only screen and (max-width: 959px) {
  .value-three {
    padding: 56px 0;
  }
}

.value-three .value-flex {
  margin-bottom: clamp(80px, 10vw, 185px);
}

.value-three__container {
  border: 1px solid #c2b899;
  border-radius: 5px;
  padding: clamp(40px, 5vw, 66px) clamp(48px, 6vw, 72px);
  margin-bottom: clamp(24px, 5vw, 40px);
  position: relative;
}

@media only screen and (max-width: 959px) {
  .value-three__container {
    padding: 30px 20px;
    margin-bottom: 60px;
  }
}

.value-three__container:last-child {
  margin-bottom: 0;
}

.value-three__container h3 {
  font-size: clamp(24px, 3vw, 36px);
  color: #9c9370;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: clamp(40px, 5vw, 60px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: clamp(16px, 2vw, 24px);
}

.value-three__container h4 {
  color: #9c9370;
  font-size: clamp(16px, 2.3vw, 20px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: clamp(20px, 3.5vw, 26px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-top: clamp(16px, 3vw, 26px);
}

@media only screen and (max-width: 959px) {
  .value-three__container h4 {
    text-align: center;
    width: 100%;
    border-bottom: 8px solid #fff7de;
    display: inline;
  }
}

.value-three__container h4 span {
  font-size: clamp(20px, 2.2vw, 26px);
}

@media only screen and (max-width: 959px) {
  .value-three__container h4 span {
    display: inline-block;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .value-three__container h4 span::before {
    content: "";
    border-bottom: 8px solid #fff7de;
  }
}

.value-three__container h4::before {
  content: "";
  background: #fff7de;
  position: absolute;
  bottom: clamp(-9px, -1vw, -8px);
  width: 100%;
  height: clamp(8px, 2vw, 15px);
  display: block;
  z-index: -1;
}

@media only screen and (max-width: 959px) {
  .value-three__container h4::before {
    content: none;
  }
}

.value-three__container .value-three__txt {
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 500;
  line-height: clamp(22px, 3vw, 26px);
  color: #616161;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media only screen and (max-width: 959px) {
  .value-three__container .value-three__txt {
    text-align: left;
    margin-bottom: 15px;
  }
}

.value-three__img {
  margin-top: clamp(20px, 3vw, 30px);
  display: block;
  width: 100%;
}

.value-three__img img {
  display: block;
  width: 100%;
}

.value-three__num {
  font-size: clamp(50px, 2.5vw, 60px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: clamp(24px, 2.5vw, 38px);
  color: #fff;
  -webkit-text-stroke: 1px #c2b899;
  position: absolute;
  top: clamp(-23px, -1.8vw, -30px);
  left: clamp(24px, 3vw, 38px);
  font-family: "Belanosima", sans-serif;
}

.value-three__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 959px) {
  .value-three__flex {
    flex-direction: column;
    text-align: center;
  }
}

.value-three__content {
  width: 66%;
}

@media only screen and (max-width: 959px) {
  .value-three__content {
    width: 100%;
  }
}

.value-three__icon {
  width: 13%;
  display: block;
}

@media only screen and (max-width: 959px) {
  .value-three__icon {
    width: 40%;
    margin: 20px auto 0;
  }
}

.value-three__icon img {
  display: block;
  width: 100%;
}

.value-three__service {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(6px, 2vw, 10px);
  margin-top: clamp(18px, 3vw, 26px);
}

@media only screen and (max-width: 959px) {
  .value-three__service {
    grid-template-columns: repeat(1, 1fr);
  }
}

.value-three__service li {
  border: 1px solid #c2b899;
  padding: clamp(12px, 2vw, 20px) 0;
  text-align: center;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.value-three__service li span {
  color: #c2b899;
  font-size: clamp(16px, 1.8vw, 20px);
  letter-spacing: 0.05em;
  line-height: clamp(20px, 2.2vw, 26px);
  margin-bottom: clamp(16px, 2.5vw, 26px);
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.value-three__service li:nth-child(1) .value-three__service-img {
  width: clamp(60px, 6.5vw, 87px);
}

.value-three__service li:nth-child(2) .value-three__service-img {
  width: clamp(48px, 6vw, 72px);
}

.value-three__service li:nth-child(3) .value-three__service-img {
  width: clamp(48px, 6vw, 72px);
}

.value-three__service li:nth-child(4) .value-three__service-img {
  width: clamp(34px, 5vw, 51px);
}

.value-three__service li:nth-child(5) .value-three__service-img {
  width: clamp(72px, 8vw, 108px);
}

.value-three__service li .value-three__service-img {
  display: block;
  margin: 0 auto;
}

.value-three__service li .value-three__service-img img {
  display: block;
  width: 100%;
}

.value-three__service li p {
  font-size: clamp(10px, 1.2vw, 12px);
  font-weight: 500;
  line-height: clamp(20px, 2.5vw, 26px);
  color: #616161;
  margin-top: clamp(18px, 2.5vw, 26px);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.value-three__pr {
  font-size: clamp(18px, 1.6vw, 24px);
  color: #9c9370;
  font-weight: 700;
  line-height: clamp(22px, 1.7vw, 26px);
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: clamp(10px, 1vw, 14px);
  display: block;
  text-align: center;
}

.value-three__pr strong {
  color: #f19a95;
  font-size: clamp(20px, 2vw, 26px);
}

.value-three__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(6px, 1vw, 9px);
  margin: clamp(16px, 2vw, 22px) 0 clamp(12px, 1.5vw, 17px);
}

@media only screen and (max-width: 959px) {
  .value-three__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.value-three__item {
  border: 1px solid #c2b899;
  border-radius: clamp(3px, 0.5vw, 5px);
  padding: clamp(6px, 1vw, 8px) 0 clamp(8px, 1.5vw, 11px);
}

.value-three__item h5 {
  border-bottom: 1px solid #c2b899;
  padding-bottom: clamp(6px, 1vw, 8px);
  color: #9c9370;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: clamp(16px, 1.5vw, 18px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-weight: 500;
}

.value-three__item p {
  font-size: clamp(10px, 1.2vw, 12px);
  line-height: clamp(18px, 1.6vw, 24px);
  color: #9c9370;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: clamp(5px, 1vw, 7px) clamp(8px, 1.5vw, 12px) 0;
}

.value-three__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  display: block;
}

@media only screen and (max-width: 959px) {
  .value-three__heading {
    margin-top: clamp(16px, 2vw, 22px);
  }
}

.value-three__heading::after {
  content: "";
  background: url("../img/value3/line.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: clamp(1px, 0.2vw, 1px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
}

.value-three__heading span {
  color: #c2b899;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: clamp(22px, 1.7vw, 26px);
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: clamp(6px, 1.2vw, 10px);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.value-three__left {
  width: 68%;
}

@media only screen and (max-width: 959px) {
  .value-three__left {
    width: 100%;
  }
}

.value-three__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(8px, 1.2vw, 11px);
  width: clamp(20%, 25vw, 28%);
}

@media only screen and (max-width: 959px) {
  .value-three__box {
    width: 70%;
    margin: 0 auto;
  }
}

.value-three__box .value-three__icon {
  width: 100%;
}

.value-three__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(6px, 2vw, 10px);
  margin-top: clamp(6px, 2vw, 10px);
}

@media only screen and (max-width: 959px) {
  .value-three__list {
    grid-template-columns: repeat(1, 1fr);
    margin: 15px auto 0;
    width: 70%;
  }
}

.value-three__list li {
  width: 100%;
  display: block;
}

.value-three__list li img {
  display: block;
  width: 100%;
}

.menu02-01 {
  margin-top: 48px;
}

.mvSlider__item--video {
  width: 100%;
  height: 100%; /* 画面高さにフィット */
  overflow: hidden; /* はみ出し防止 */
  position: relative;
}

.mvSlider__item--video video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 背景のように全面表示 */
  display: block;
}

@media (max-width: 767px) {
  .mvSlider__item--video {
    height: 100%; /* iPhone用の安定した高さ */
  }
  .mvSlider__item--video video {
    width: 100%;
    height: calc(600px - 50px);
    object-fit: cover; /* 背景のように全面表示 */
    display: block;
  }
}

.mv-credit {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.35);
  padding: 6px 10px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
  z-index: 20;
  pointer-events: none;
  font-weight: 300;
}

/* スマホ時は少し縮める */
@media (max-width: 768px) {
  .mv-credit {
    font-size: 10px;
    top: 12px;
    right: 12px;
    padding: 4px 8px;
  }
}
