@charset "utf-8";
/*--
reset
--*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
hr {
  overflow: visible;
  height: 0;
  color: inherit;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
table {
  border-color: inherit;
  text-indent: 0;
}
iframe {
  border-style: none;
}
input {
  border-radius: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
[disabled] {
  cursor: default;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
[aria-busy='true'] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled='true'] {
  cursor: default;
}
/*--
slick-theme.css
--*/
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'),
       url('./fonts/slick.woff') format('woff'),
       url('./fonts/slick.ttf') format('truetype'),
       url('./fonts/slick.svg#slick') format('svg');
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/*--
slick.css
--*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*--
common
--*/
html {
  visibility: hidden;
  font-size: 100%;
}
html.wf-active,
html.loading-delay {
  visibility: visible;
}
body {
  color: #3e423f;
  font-family: 'Noto Sans JP', sans-serif;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
}
a:hover {
  opacity: .5;
}
.fadein {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.fadein.show {
  opacity: 1;
}
.slide-fadein {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.slide-fadein.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.sec-title {
  text-align: center;
}
.sec-title__en {
  display: block;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: .06em;
}
.sec-title__ja {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .15em;
}
.brsp {
  display: none;
}
.wrapper {
  overflow-x: hidden;
  min-width: 1164px;
  margin: 0 auto;
}
.inner {
  width: 1164px;
  margin: 0 auto;
  padding: 0 22px;
}
.inner-s {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .sec-title__en {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .wrapper {
    min-width: 100%;
  }
  .brpc {
    display: none
  }
  .brsp {
    display: block
  }
  .inner {
    width: 100%;
    padding: 0 25px;
  }
  .inner-s {
    width: 100%;
    padding: 0 25px;
  }
}
.square-btn {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 12px 0;
  border: 1px solid #3f423f;
  color: #444;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .06em;
}
.square-btn:hover {
  background: #3f423f;
  color: #fff;
  opacity: 1;
}
.list-btn {
  display: block;
  width: 155px;
  margin: 0 auto;
  padding: 4px 0;
  border: 1px solid #c5c6c5;
  border-radius: 14px;
  text-align: center;
  color: #9fa09f;
  font-size: 13px;
  letter-spacing: .06em;
}
.list-btn:hover {
  border: 1px solid #b2b3b2;
  background: #b2b3b2;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 430px) {
  .square-btn {
    width: 192px;
    padding: 10px 0;
    font-size: 14px;
  }
  .list-btn {
    width: 162px;
    font-size: 14px;
  }
}
/*--
ヘッダー
--*/
.first-view {
  position: relative;
  height: 100%;
}
.first-view:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img-new/top/img-first-view.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}
.first-view__video {
  width: 100%;
  height: 100vh;
  background: url(../img-new/top/bg-video.jpg) no-repeat center / cover;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
.first-view__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 360px;
}
.first-view .inner {
  position: relative;
}
@media screen and (max-width: 430px) {
  @supports (-webkit-touch-callout: none) {
    .first-view:before {
      height: -webkit-fill-available;
    }
    .first-view__video {
      height: -webkit-fill-available;
    }
  }
  .first-view:before {
    background-image: url(../img-new/top/img-first-view-sp.png);
  }
  .first-view__logo {
    width: 198px;
  }
  .header-row {
    display: none;
  }
}
.scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: -30px;
  bottom: 100px;
}
.scroll-line {
  position: relative;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 60px;
  height: 1px;
  background: #fff;
  overflow: hidden;
}
.scroll-line__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #da281f;
  -webkit-animation: indicator 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: indicator 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
@-webkit-keyframes indicator {
  from {
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 10px;
  }
  20% {
    width: 10px;
  }
  80% {
    width: 10px;
  }
  to {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    left: 100%;
    width: 0px;
  }
}
@keyframes indicator {
  from {
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 10px;
  }
  20% {
    width: 10px;
  }
  80% {
    width: 10px;
  }
  to {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    left: 100%;
    width: 0px;
  }
}
.scroll__text {
  margin-left: 10px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1164px;
  margin: 0 auto;
  padding: 20px 22px;
}
.header-logo {
  width: 194px;
  line-height: 1px;
}
.header-logo a {
  display: block;
}
@media screen and (max-width: 430px) {
  .header-row {
    display: none;
  }
  .scroll {
    right: -28px;
    bottom: 94px;
  }
  .scroll-line {
    width: 62px;
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__list li {
  margin-right: 48px;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 500;
}
.nav__list li:last-child {
  margin-right: 0;
}
.nav__list li a {
  color: #3f423f;
}
.hamburger {
  display: none;
}
.header-menu-sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .header-menu-sp {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 35px 0;
    background: #3f423f;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    overflow-y: scroll;
    z-index: 10;
  }
  .header-menu-sp.open {
    left: 0;
    opacity: 1;
  }
  .sp-nav-logo {
    width: 136px;
    margin: 0 auto 40px;
    line-height: 1;
  }
  .sp-nav-logo {
    display: block;
  }
  .sp-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    border-top: 2px solid #5c5e5c;
  }
  .sp-nav__list {
    width: 50%;
  }
  .sp-nav__list:first-child {
    border-right: 2px solid #5c5e5c;
  }
  .sp-nav__list li {
    font-size: 13px;
    line-height: 1.15;
  }
  .sp-nav__list > li {
    border-bottom: 2px solid #5c5e5c;
  }
  .sp-nav__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 47px;
    padding-left: 25px;
    color: #ececec;
  }
  .sp-nav__list li a img {
    width: 9px;
    margin-right: 5px;
  }
  .sp-nav__child-list li {
    position: relative;
    border-top: 2px solid #5c5e5c;
  }
  .sp-nav__child-list li:before {
    position: absolute;
    top: 23px;
    left: 25px;
    width: 14px;
    height: 1px;
    background: #5c5e5c;
    content: '';
  }
  .sp-nav__child-list li a {
    padding-left: 45px;
  }
  .sp-nav__hide {
    height: 49px;
  }
  .sp-nav-btn {
    display: block;
    width: 198px;
    margin: 0 auto;
    padding: 5px 0;
    border: 1px solid #9fa09f;
    border-radius: 16px;
    color: #9fa09f;
    font-size: 14px;
    text-align: center;
  }
  .hamburger {
    position: fixed;
    top: 25px;
    right: 25px;
    display: block;
    width: 50px;
    height: 50px;
    background: #3f423f;
    cursor: pointer;
    z-index: 20;
  }
  .hamburger span {
    position: absolute;
    left: 13px;
    width: 25px;
    height: 2px;
    background: #fff;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .hamburger span:nth-child(1) {
    top: 15px
  }
  .hamburger span:nth-child(2) {
    top: 24px;
  }
  .hamburger span:nth-child(3) {
    bottom: 15px;
  }
  .hamburger.open span {
    background: #EEE;
  }
  .hamburger.open span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.open span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
}
/*---
PHILOSOPHY
---*/
.top-philosophy {
  padding: 75px 0 180px;
}
.top-philosophy-head {
  margin-bottom: 60px;
  text-align: center;
}
.top-philosophy-head__title {
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .035em;
}
.top-philosophy-head__text {
  line-height: 2.25;
  letter-spacing: .03em;
}
.top-philosophy .sdgs-banner {
  width: 650px;
    margin: 0 auto;
   margin-top: 25px;
   text-align: center;
}
.top-philosophy-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 970px;
  margin: 0 auto 80px;
}
.top-philosophy-item {
  position: relative;
  width: 436px;
  text-align: center;
}
.top-philosophy-item:nth-of-type(n + 3) {
  margin-top: 55px;
}
.top-philosophy-item__no {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  color: #f7f6f4;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 112px;
  font-weight: 700;
}
.top-philosophy-item__point {
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: .035em;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.top-philosophy-item__bar {
  margin: 0 auto 5px;
  background: #3f423f;
  width: 14px;
  height: 1px;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.top-philosophy-item__title {
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .08em;
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}
@media screen and (max-width: 430px) {
  .top-philosophy {
    padding: 40px 0 60px;
  }
  .top-philosophy-head {
    margin-bottom: 35px;
  }
  .top-philosophy-head__title {
    margin-bottom: 15px;
    font-size: 22px;
  }
    .top-philosophy .sdgs-banner {
  width: 100%;
   margin-top: 10px;
}
  .top-philosophy-head__text {
    font-size: 15px;
    text-align: left;
    line-height: 1.93;
  }
  .top-philosophy-items {
    width: 100%;
    margin: 0 auto 35px;
  }
  .top-philosophy-item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .top-philosophy-item__no {
    top: -25px;
    font-size: 90px;
  }
  .top-philosophy-item__point {
    font-size: 11px;
  }
  .top-philosophy-item__bar {
    width: 11px;
  }
  .top-philosophy-item__title {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
/*--
slick slider 共通管理
--*/
.service-banners-slider,
.other-service-banners-slider {
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}
.service-banners-slider.slick-initialized,
.other-service-banners-slider.slick-initialized {
  opacity: 1;
}
/*---
セクションを包むブロック
--*/
.section-wrapeer {
  position: relative;
  width: 1120px;
  margin: 0 auto 130px;
  padding: 65px 40px 25px;
  background: #fff;
}
.section-wrapeer:before,
.section-wrapeer:after {
  position: absolute;
  z-index: -1;
  width: 820px;
  height: 1310px;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
.section-wrapeer:before {
  top: -60px;
  left: -340px;
  background-image: url(../img-new/top/bg-triangle-top--pc.png);
}
.section-wrapeer:after {
  bottom: -135px;
  right: -600px;
  background-image: url(../img-new/top/bg-triangle-bottom--pc.png);
}
@media screen and (max-width: 430px) {
  .section-wrapeer {
    width: 100%;
    margin: 0 auto 95px;
    padding: 0;
    background: none;
  }
  .section-wrapeer:before,
  .section-wrapeer:after {
    width: 165px;
    height: 403px;
  }
  .section-wrapeer:before {
    top: 0;
    left: 0;
    background-image: url(../img-new/top/bg-triangle-top--sp.png);
  }
  .section-wrapeer:after {
    bottom: -95px;
    right: 0;
    background-image: url(../img-new/top/bg-triangle-bottom--sp.png);
  }
}
/*--
MASHIRO
--*/
.mashiro-fadein {
  position: absolute;
  top: -75px;
  right: -120px;
}
.mashiro-fadein-m {
  width: 95px;
  height: 77px;
  margin-right: 15px;
}
.mashiro-fadein-a {
  width: 62px;
  height: 61px;
  margin-right: 10px;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.mashiro-fadein-s {
  width: 43px;
  height: 64px;
  margin-right: 15px;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.mashiro-fadein-h {
  width: 50px;
  height: 61px;
  margin-right: 20px;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.mashiro-fadein-i {
  width: 11px;
  height: 61px;
  margin-right: 20px;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
.mashiro-fadein-r {
  width: 46px;
  height: 61px;
  margin-right: 10px;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.mashiro-fadein-o {
  width: 65px;
  height: 64px;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
@media screen and (max-width: 430px) {
  .mashiro-fadein {
    top: 10px;
    right: 5px;
  }
  .mashiro-fadein-m {
    width: 38px;
    height: 31px;
    margin-right: 5px;
  }
  .mashiro-fadein-a {
    width: 25px;
    height: 24px;
    margin-right: 0;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }
  .mashiro-fadein-s {
    width: 17px;
    height: 25px;
    margin-right: 5px;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
  }
  .mashiro-fadein-h {
    width: 20px;
    height: 24px;
    margin-right: 5px;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
  }
  .mashiro-fadein-i {
    width: 4px;
    height: 24px;
    margin-right: 5px;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
  }
  .mashiro-fadein-r {
    width: 18px;
    height: 25px;
    margin-right: 2px;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .mashiro-fadein-o {
    width: 26px;
    height: 25px;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
}
/*--
SERVICE
--*/
.top-servise {
  padding-bottom: 65px;
}
.top-servise-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-servise-head {
  position: relative;
  width: 310px;
  height: 350px;
  margin-right: 40px;
  padding: 105px 0 0;
  background-image: url(../img-new/service/bg-service.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.top-servise .sec-title {
  margin-bottom: 50px;
}
.top-servise-item {
  width: 300px;
  height: 340px;
  margin-right: 50px;
  padding: 20px 0 0;
}
.top-servise-item:nth-of-type(3n - 1) {
  margin-right: 0;
}
.top-servise-item:nth-of-type(n + 3) {
  margin-top: 55px;
}
.top-servise-item:hover {
  background: #fafaf9;
  opacity: 1;
}
.top-servise-item__icon {
  display: block;
  width: 70px;
  margin: 0 auto 15px;
}
.slide-fadein2 {
  opacity: 0;
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeUp:nth-of-type(2) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.fadeUp:nth-of-type(4) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.fadeUp:nth-of-type(5) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}
@-webkit-keyframes fadeUpAnime{
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 430px) {
  .fadeUp:nth-of-type(2),
  .fadeUp:nth-of-type(4),
  .fadeUp:nth-of-type(5) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
  }
}
.top-servise-item__title {
  margin-bottom: 10px;
  text-align: center;
}
.top-servise-item__title--en {
  display: block;
  margin-bottom: 10px;
  color: #626462;
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: .06em;
}
.top-servise-item__title--ja {
  display: block;
  padding: 5px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background: #f7f6f4;
  color: #3f423f;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .2em;
}
.top-servise-item__text {
  margin-bottom: 25px;
  color: #656865;
  font-size: 13px;
  text-align: justify;
  line-height: 1.77;
  letter-spacing: .03em;
}
.view-btn {
  width: 180px;
  margin: 0 auto;
  padding: 7px 0;
  background: linear-gradient(142deg, #626462 0%, #626462 71%, #525552 71%, #525552 100%);
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .06em;
}
@media screen and (max-width: 430px) {
  .top-servise {
    padding: 70px 0 55px;
  }
  .top-servise-head {
    width: 273px;
    height: 230px;
    margin: 0 auto 20px;
    padding: 50px 0 0;
    background-image: url(../img-new/service/bg-service-sp.png);
  }
  .top-servise .sec-title {
    margin-bottom: 30px;
  }
  .top-servise-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 15px 0;
  }
  .top-servise-item:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .top-servise-item__icon {
    width: 60px;
    margin: 0 auto 10px;
  }
  .top-servise-item__title--en {
    font-size: 23px;
  }
  .top-servise-item__title--ja {
    padding: 4px 0;
    font-size: 13px;
  }
  .top-servise-item__text {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.93;
  }
  .view-btn {
    width: 192px;
    padding: 8px 0;
  }
}
/*---
COMPANY
--*/
.top-company {
  padding: 65px 0 115px;
}
.top-company-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-company-info__logo {
  display: block;
  width: 185px;
  margin: 0 auto 45px;
}
.top-company-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 500px;
  margin-bottom: 50px;
  border-top: 1px solid #ececec;
}
.top-company-info__list dt,
.top-company-info__list dd {
  border-bottom: 1px solid #ececec;
  font-size: 14px;
}
.top-company-info__list dt {
  width: 115px;
  padding: 18px 0;
  color: #797b79;
  text-align: center;
}
.top-company-info__list dd {
  width: 385px;
  padding: 18px 0 0 25px;
}
.top-company-slider {
  width: 420px;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}
.top-company-slider.slick-initialized {
  opacity: 1;
}
.top-company-slider .slick-dots li button:before {
  color: #e2e3e2;
  opacity: 1;
}
.top-company-slider .slick-dots li.slick-active button:before {
  color: #c5c6c5;
  opacity: 1;
}
.top-company-slider .slick-dots {
  bottom: -35px;
}
@media screen and (max-width: 430px) {
  .top-company {
    padding-bottom: 135px;
  }
  .top-company-row {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-company-info__logo {
    width: 144px;
    margin: 0 auto 25px;
  }
  .top-company-info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 35px;
  }
  .top-company-info__list dt {
    width: 100%;
    padding: 10px 0 0;
    border-bottom: none;
  }
  .top-company-info__list dd {
    width: 100%;
    padding: 10px 0 17px;
    font-size: 15px;
    text-align: center;
  }
  .top-company-info .square-btn {
    position: absolute;
    bottom: -65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .top-company-slider {
    width: 275px;
    margin: 0 auto;
  }
  .top-company-slider .slick-dots {
    bottom: -25px;
  }
  .top-company-slider .slick-dots li {
    width: 10px;
  }
}
/*--
お知らせ news
--*/
.top-news-point {
  position: relative;
  height: 345px;
}
.top-news-list dd a {
 color: #3e423f;
}
.top-news-head {
  position: relative;
  z-index: 1;
  width: 312px;
  height: 257px;
  padding: 55px 0 0;
  background-image: url(../img-new/top/bg-news.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.top-news .sec-title {
  margin-bottom: 35px;
}
.top-news-list-box {
  position: absolute;
  top: -45px;
  right: 0;
  width: 760px;
  height: 345px;
  padding: 50px 10px 0 150px;
  background: #fafaf9;
}
.top-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: scroll;
  height: 245px;
}
.top-news-list dt,
.top-news-list dd {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  font-size: 13px;
  line-height: 2.08;
}
.top-news-list dt {
  width: 20%;
  padding-left: 5px;
  color: #797b79;
}
.top-news-list dd {
  width: 73%;
  color: #3f423f;
}
@media screen and (max-width: 430px) {
  .top-news-point {
    height: 645px;
  }
  .top-news-head {
    width: 273px;
    height: 230px;
    margin: 0 auto;
    padding: 45px 0 0;
  }
  .top-news-list-box {
    top: 170px;
    width: 100%;
    height: 474px;
    padding: 70px 25px 0;
  }
  .top-news-list {
    height: 375px;
  }
  .top-news-list dt,
  .top-news-list dd {
    width: 100%;
    font-size: 15px;
  }
  .top-news-list dt {
    border-bottom: none;
    padding: 10px 0 0;
    line-height: 2;
  }
  .top-news-list dd {
    padding: 0 0 15px;
    line-height: 1.66;
  }
}
/*--
スライドバナー（SERVICE）
--*/
.service-banners {
  padding: 32px 0 25px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.service-banners-slider {
  width: 1120px;
  margin: 0 auto;
}
.service-banners-slider .slick-list {
  overflow: visible;
}
.service-banners-slider__item {
  margin: 0 15px;
}
.service-banners-slider__item img {
  width: 292px;
}
@media screen and (max-width: 430px) {
  .service-banners {
    padding: 20px 0 15px;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
  }
  .service-banners-slider {
    width: 100%;
  }
  .service-banners-slider__item {
    margin: 0;
  }
  .service-banners-slider__item img {
    width: 275px;
    margin: 0 auto;
  }
  .service-banners-slider .slick-list {
    overflow: hidden;
  }
  .service-banners .slick-prev {
    top: 68px;
    left: 0;
  }
  .service-banners .slick-next {
    top: 68px;
    right: 0;
  }
}
/*--
スライドバナー（その他）
--*/
.other-service-banners {
  margin: 0 auto;
  padding: 32px 0 25px;
}
.other-service-banners .inner {
  width: 1044px;
}
.other-service-banners .slick-slide {
  width: 227px;
  margin: 0 15px;
}
.slick-prev,
.slick-next {
  z-index: 1;
  width: 18px;
  height: 66px;
  background: #d9d9d9;
}
.other-service-banners .slick-prev {
  top: 40px;
  left: -40px;
}
.other-service-banners .slick-next {
  top: 40px;
  right: -40px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #d9d9d9;
}
.slick-prev::before {
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
}
.slick-next::before {
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
@media screen and (max-width: 430px) {
  .other-service-banners {
    padding: 20px 0 15px;
  }
  .other-service-banners .inner {
    width: 100%;
  }
  .other-service-banners-slider__item img {
    width: 275px;
    margin: 0 auto;
  }
  .other-service-banners .slick-prev {
    top: 47px;
    left: -25px;
  }
  .other-service-banners .slick-next {
    top: 47px;
    right: -25px;
  }
}
/*--
下層ページ共通
--*/
.under-header {
  padding: 22px 0;
}
.page-title {
  padding: 102px 0 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: .215em;
}
.page-title span {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: .14em;
}
.page-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-menu__item {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .215em;
}
.page-menu__item:nth-of-type(3n - 2) {
  width: calc((100% - 380px) / 2);
  background: #f8f6f4;
  text-align: right;
}
.page-menu__item:nth-of-type(3n - 1) {
  width: 380px;
  background: #f0ede9;
}
.page-menu__item:nth-of-type(3n) {
  width: calc((100% - 380px) / 2);
  background: #f8f6f4;
}
.page-menu__item a {
  display: block;
  color: #3e423f;
}
.page-menu__item:nth-of-type(3n - 2) a {
  padding: 28px 165px 28px 0;
}
.page-menu__item:nth-of-type(3n - 1) a,
.page-menu__item:nth-of-type(3n) a {
  padding: 28px 0px 28px 160px;
}
.page-menu__item span {
  position: relative;
}
.page-menu__item span:before {
  position: absolute;
  top: 50%;
  left: -35px;
  -webkit-transform: translateY(-50%) scaleY(.7) rotate(45deg);
  transform: translateY(-50%) scaleY(.7) rotate(45deg);
  width: 11px;
  height: 11px;
  border-top: 1px solid #3e423f;
  border-right: 1px solid #3e423f;
  content: '';
}
@media screen and (max-width: 430px) {
  .under-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 23px 25px;
    background: #fff;
    z-index: 5;
  }
  .under-header .hamburger {
    top: 15px;
  }
  .under-header .header-row {
    display: block;
    width: 100%;
    padding: 0;
  }
  .under-header .header-logo {
    width: 120px;
    margin-left: 2px;
  }
  .under-header .nav {
    display: none;
  }
  .page-title {
    margin-top: 78px;
    padding: 33px 0 37px;
    font-size: 13px
  }
  .page-title span {
    margin-bottom: 0;
    font-size: 20px;
  }
  .page-menu__item {
    position: relative;
    border-bottom: 1px solid #d8d9d9;
    font-size: 13px;
  }
  .page-menu__item:nth-of-type(3n - 2),
  .page-menu__item:nth-of-type(3n - 1),
  .page-menu__item:nth-of-type(3n) {
    width: 100%;
  }
  .page-menu__item:nth-of-type(3n - 2) {
    text-align: left;
  }
  .page-menu__item:nth-of-type(3n - 2) a,
  .page-menu__item:nth-of-type(3n - 1) a,
  .page-menu__item:nth-of-type(3n) a {
    padding: 11px 0 13px 30px;
  }
  .page-menu__item:before {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%) scaleY(.7) rotate(45deg);
    transform: translateY(-50%) scaleY(.7) rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 1px solid #3e423f;
    border-right: 1px solid #3e423f;
    content: '';
  }
  .page-menu__item span:before {
    content: none;
  }
}
/*--
SERVICE
--*/
.page-title--service {
  background-image: url(../img-new/service/bg-service-title-pc.png);
}
.service {
  padding: 63px 0 133px;
  background: url(../img-new/service/bg-service-trapezoid--pc.png) no-repeat top center / 1800px 727px,
              url(../img-new/service/bg-service-city--pc.png) no-repeat bottom center / 1800px 723px;
}
.service-head {
  position: relative;
  margin-bottom: 145px;
}
.service-head__title {
  margin-bottom: 29px;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 2.3;
  letter-spacing: .03em;
}
.service-head__text {
  margin-bottom: 72px;
  text-align: center;
  line-height: 2.25;
  letter-spacing: .03em;
}
.service-scroll__text {
  margin-bottom: 45px;
  color: #3e423f;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.service-scroll-line {
  margin: 0 auto;
  position: relative;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 76px;
  height: 1px;
  background: #cfd0cf;
  overflow: hidden;
}
.service-scroll-line__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #ee0000;
  -webkit-animation: indicator 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: indicator 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
@keyframes indicator {
  from {
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 8px;
  }
  20% {
    width: 8px;
  }
  80% {
    width: 8px;
  }
  to {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    left: 100%;
    width: 0px;
  }
}
.service-wrapeer {
  width: 1120px;
  margin: 0 auto;
  padding: 60px 40px 0;
  background: #fff;
}
.top-servise-head--pt {
  padding-top: 130px;
}
@media screen and (max-width: 430px) {
  .page-title--service {
    background-image: url(../img-new/service/bg-service-title-sp.png);
  }
  .service {
    padding: 42px 0 25px;
    background: url(../img-new/service/bg-service-trapezoid--sp.png) no-repeat top center / 100% 710px,
                url(../img-new/service/bg-service-city--sp.png) no-repeat bottom center / 100% auto;
  }
  .service-head {
    margin-bottom: 2px;
  }
  .service-head__title {
    margin-bottom: 13px;
    font-size: 17px;
    text-align: left;
    line-height: 1.9;
    letter-spacing: .03em;
  }
  .service-head__text {
    margin-bottom: 30px;
    font-size: 15px;
    text-align: left;
    line-height: 1.93;
  }
  .service-scroll-line {
    width: 63px;
  }
  .service-scroll__text {
    margin-bottom: 38px;
  }
  .service-wrapeer {
    width: 100%;
    padding: 0;
    background: none;
  }
  .service-wrapeer:before {
    bottom: -25px;
    left: 0;
    z-index: -1;
    width: 375px;
    height: 312px;
    background-image: url(../img-new/service/bg-service-city--sp.png);
  }
  .top-servise-head--pt {
    padding-top: 75px;
  }
}
/*--
PHILOSOPHY
--*/
.page-title--philosophy {
  background-image: url(../img-new/philosophy/bg-philosophy-title-pc.png);
}
@media screen and (max-width: 430px) {

  .page-title--philosophy {
    background-image: url(../img-new/philosophy/bg-philosophy-title-sp.png);
  }
}
.feature {
  padding: 74px 0 107px;
}
.feature-list-outer {
  width: 1164px;
  margin: 0 auto;
  padding: 0 22px;
}
.feature-list {
  padding-top: 115px;
}
.feature-item {
  position: relative;
  width: 560px;
}
.feature-item:nth-of-type(odd) {
  margin-left: auto;
  margin-right: 60px;
}
.feature-item:nth-of-type(even) {
  margin-left: 60px;
}
.feature-item:nth-of-type(1) {
  margin-bottom: 262px;
}
.feature-item:nth-of-type(2) {
  margin-bottom: 280px;
}
.feature-item:nth-of-type(3) {
  margin-bottom: 235px;
}
.feature-item:before {
  position: absolute;
  z-index: -1;
  width: 1800px;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}
.feature-item:nth-of-type(1):before {
  top: -90px;
  left: -840px;
  height: 453px;
  background-image: url(../img-new/philosophy/bg-feature01.png);
}
.feature-item:nth-of-type(2):before {
  top: -130px;
  right: -835px;
  height: 453px;
  background-image: url(../img-new/philosophy/bg-feature02.png);
}
.feature-item:nth-of-type(3):before {
  top: -110px;
  left: -840px;
  height: 453px;
  background-image: url(../img-new/philosophy/bg-feature03.png);
}
.feature-item:nth-of-type(4):before {
  top: -95px;
  right: -840px;
  height: 467px;
  background-image: url(../img-new/philosophy/bg-feature04.png);
}
.feature-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 28px;
  color: #3e423f;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .08em;
}
.feature-item__title span {
  margin-top: 10px;
  margin-right: 14px;
  padding: 3px 21px 3px 29px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(82,85,82,0)), color-stop(30%, rgba(82,85,82,1)), color-stop(50%, rgba(82,85,82,1)), color-stop(70%, rgba(82,85,82,1)), to(rgba(82,85,82,0)));
  background: linear-gradient(90deg, rgba(82,85,82,0) 0%, rgba(82,85,82,1) 30%, rgba(82,85,82,1) 50%, rgba(82,85,82,1) 70%, rgba(82,85,82,0) 100%);;
  color: #f8f6f4;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: .035em;
}
.feature-item__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .03em;
}
.feature-item__btn {
  display: block;
  width: 240px;
  margin-top: 15px;
  padding: 12px 0;
  border: 1px solid #3e423f;
  color: #444;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .06em;
}
.feature-item__btn:hover {
  background: #3f423f;
  color: #fff;
  opacity: 1;
}
.feature-item__num {
  position: absolute;
  top: -40px;
  right: -70px;
  z-index: -1;
  color: #f2f0ee;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 168px;
  font-weight: 700;
}
@media screen and (max-width: 430px) {
  .feature {
    padding: 45px 0 35px;
  }
  .feature-list-outer {
    width: 100%;
    padding: 0;
  }
  .feature-list {
    padding-top: 65px;
  }
  .feature-item {
    width: 100%;
    padding: 100px 25px 30px;
    background: #f8f6f4;
  }
  .feature-item:before {
    position: absolute;
    z-index: 1;
    width: 322px;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
  }
  .feature-item:nth-of-type(even) {
    margin-left: 0;
  }
  .feature-item:nth-of-type(1) {
    margin-bottom: 130px;
  }
  .feature-item:nth-of-type(2) {
    margin-bottom: 115px;
  }
  .feature-item:nth-of-type(3) {
    margin-bottom: 115px;
  }
  .feature-item:nth-of-type(1):before {
    top: -85px;
    left: 0px;
    height: 170px;
    background-image: url(../img-new/philosophy/bg-feature01-sp.png);
  }
  .feature-item:nth-of-type(2):before {
    top: -80px;
    right: 0px;
    height: 172px;
    background-image: url(../img-new/philosophy/bg-feature02-sp.png);
  }
  .feature-item:nth-of-type(3):before {
    top: -80px;
    left: 0px;
    height: 170px;
    background-image: url(../img-new/philosophy/bg-feature03-sp.png);
  }
  .feature-item:nth-of-type(4):before {
    top: -80px;
    right: 0px;
    height: 172px;
    background-image: url(../img-new/philosophy/bg-feature04-sp.png);
  }
  .feature-item__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px;
    font-size: 17px;
  }
  .feature-item__title span {
    margin-bottom: 5px;
  }
  .feature-item__text {
    font-size: 15px;
    line-height: 1.93;
  }
  .feature-item:nth-of-type(odd) .feature-item__num {
    top: 0px;
    right: 0;
    z-index: 1;
    font-size: 93px;
  }
  .feature-item:nth-of-type(even) .feature-item__num {
    top: -105px;
    left: 0;
    z-index: 1;
    font-size: 93px;
  }
  .feature-item__btn {
    width: 192px;
    margin: 28px auto 0;
    padding: 10px 0;
    font-size: 14px;
  }
}
/* 理念 */
.philosophy {
  padding: 87px 0 90px;
  background: url(../img-new/philosophy/bg-philosophy--pc.png) no-repeat bottom center / 1800px 629px;
}
.philosophy__title {
  margin-bottom: 75px;
  font-family: 'Playfair Display', serif;
  font-size: 37px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: .12em;
}
.philosophy__title span {
  display: inline-block;
  padding: 5px 50px;
  margin-top: 13px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(82,85,82,0)), color-stop(30%, rgba(82,85,82,1)), color-stop(50%, rgba(82,85,82,1)), color-stop(70%, rgba(82,85,82,1)), to(rgba(82,85,82,0)));
  background: linear-gradient(90deg, rgba(82,85,82,0) 0%, rgba(82,85,82,1) 30%, rgba(82,85,82,1) 50%, rgba(82,85,82,1) 70%, rgba(82,85,82,0) 100%);;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .13em;
}
.philosophy__catch-title {
  margin-bottom: 15px;
  color: #e60000;
  font-family: 'Noto Serif JP', serif;
  font-size: 57px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .15em;
}
.philosophy__catch-title span {
  color: #656865;
  font-size: 40px;
}
.philosophy__catch-text {
  margin-bottom: 143px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 2.11;
  letter-spacing: .07em;
}
.philosophy-one__title {
  position: relative;
  margin-bottom: 18px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .06em;
}
.philosophy-one__title:before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 330px;
  height: 1px;
  background: #fff;
  content: '';
}
.philosophy-one__text {
  margin-bottom: 40px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  letter-spacing: .15em;
}
.philosophy-one-list {
  width: 830px;
  margin: 0 auto;
}
.philosophy-one-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 15px 10px;
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .07em;
}
.philosophy-one-list__item:not(:first-child) {
  padding-top: 22px;
}
.philosophy-one-list__item span {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border: 1px solid #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  letter-spacing: .035em;
}
@media screen and (max-width: 430px) {
  .philosophy {
    padding: 25px 0 35px;
    background: url(../img-new/philosophy/bg-philosophy--sp.png) no-repeat bottom center / 100% 432px;
  }
  .philosophy__title {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .philosophy__title span {
    padding: 5px 33px;
    font-size: 12px;
  }
  .philosophy__catch-title {
    font-size: 31px;
  }
  .philosophy__catch-title span {
    font-size: 22px;
  }
  .philosophy__catch-text {
    margin-bottom: 97px;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0;
  }
  .philosophy-one__title {
    font-size: 24px;
  }
  .philosophy-one__title:before {
    width: 230px;
  }
  .philosophy-one__text {
    margin-bottom: 30px;
    font-size: 13px;
  }
  .philosophy-one-list {
    width: 100%;
  }
  .philosophy-one-list__item {
    padding: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.61;
    letter-spacing: .05em;
  }
  .philosophy-one-list__item:not(:first-child) {
    padding-top: 12px;
  }
  .philosophy-one-list__item span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    font-size: 22px;
    line-height: 35px;
  }
}
/* ビジョン */
.vision {
  padding: 116px 0 122px;
  background: #f8f6f4 url(../img-new/philosophy/bg-vision--pc.png) no-repeat bottom center / 1800px 792px;
}
.vision__title {
  margin-bottom: 27px;
  font-family: 'Playfair Display', serif;
  font-size: 37px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: .12em;
}
.vision__title span {
  display: inline-block;
  padding: 5px 50px;
  margin-top: 13px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(82,85,82,0)), color-stop(30%, rgba(82,85,82,1)), color-stop(50%, rgba(82,85,82,1)), color-stop(70%, rgba(82,85,82,1)), to(rgba(82,85,82,0)));
  background: linear-gradient(90deg, rgba(82,85,82,0) 0%, rgba(82,85,82,1) 30%, rgba(82,85,82,1) 50%, rgba(82,85,82,1) 70%, rgba(82,85,82,0) 100%);;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .13em;
}
.vision-thing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
}
.vision-thing:before,
.vision-thing:after {
  position: absolute;
  top: 178px;
  left: 50%;
  width: 135px;
  height: 1px;
  background: #d8d9d9;
  content: '';
}
.vision-thing:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.vision-thing:after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.vision-thing-list {
  margin: 0 35px;
  padding: 48px 64px;
  background: url(../img-new/philosophy/bg-circle-pc.png) no-repeat center center / 438px 320px;
}
.vision-thing-list dt {
  position: relative;
  margin-bottom: 27px;
  color: #ececec;
  font-family: 'Playfair Display', serif;
  font-size: 100px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .06em;
}
.vision-thing-list dt:before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 345px;
  height: 1px;
  background: #d8d9d9;
  content: '';
}
.vision-thing-list dt span {
  position: absolute;
  top: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #3e423f;
  font-family: 'Noto Serif JP', serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .715em;
}
.vision-thing-list dd {
  font-size: 18px;
  text-align: center;
  line-height: 1.78;
  letter-spacing: .15em;
}

.vision-goal-outer {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}

.vision-goal-outer:before {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 1058px;
  height: 914px;
  background: url(../img-new/philosophy/bg-mvision-pc.png) no-repeat center / cover;
  content: '';
}

.vision-goal {
  position: relative;
  z-index: 1;
  width: 1140px;
  margin: 0 auto;
  padding: 45px 70px;
  background: #fff;
}

.vision-goal__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 42px;
  background: #787b78;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .11em;
}

.vision-goal__title span {
  margin-right: 35px;
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: .035em;
}

.vision-goal-list {
  padding: 0 12px;
}

.vision-goal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 0 28px 35px;
  border-bottom: 1px solid #d3cecd;
}

.vision-goal-item__num {
  margin-top: 10px;
  margin-right: 50px;
  color: #9fa19f;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: .035em;
}

.vision-goal-item__arrow {
  margin-top: 5px;
  margin-right: 65px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 25px solid #d8d9d9;
}

.vision-goal-item__text {
  color: #656865;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: .09em;
}

.vision-goal-item__text span {
  display: block;
  margin-bottom: 14px;
  color: #3e423f;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .09em;
}

@media screen and (max-width: 430px) {

  .vision {
    padding: 60px 0 92px;
    background: #f8f6f4 url(../img-new/philosophy/bg-vision--sp.png) no-repeat bottom center / 100% auto;
  }

  .vision__title {
    margin-bottom: 5px;
    font-size: 30px;
  }

  .vision__title span {
    padding: 5px 30px;
    font-size: 12px;
  }

  .vision-thing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .vision-thing-list {
    margin: 0;
    padding: 40px 0;
    background: url(../img-new/philosophy/bg-circle-pc.png) no-repeat center center / 325px 255px;
  }

  .vision-thing-list:first-child {
    margin-bottom: 5px;
  }

  .vision-thing:before,
  .vision-thing:after {
    top: 270px;
    width: 60px;
  }

  .vision-thing-list dt:before {
    bottom: -5px;
    width: 225px;
  }

  .vision-thing-list dt {
    margin-bottom: 20px;
    font-size: 60px;
  }

  .vision-thing-list dt span {
    top: 28px;
    font-size: 19px;
  }

  .vision-thing-list dd {
    font-size: 15px;
    line-height: 1.71;
  }

  .vision-goal-outer {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
  }

  .vision-goal-outer:before {
    bottom: -5px;
    right: 20px;
    width: 325px;
    height: 1074px;
    background: url(../img-new/philosophy/bg-mvision-sp.png) no-repeat center / cover;
  }

  .vision-goal {
    width: 100%;
    margin: 0;
    padding: 20px 25px 32px;
  }

  .vision-goal__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding: 8px 0 12px;
    font-size: 15px;
  }

  .vision-goal__title span {
    margin-right: 0;
    font-size: 19px;
  }

  .vision-goal-list {
    padding: 0;
  }

  .vision-goal-item {
    position: relative;
    padding: 15px 0;
  }

  .vision-goal-item__num {
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    color: #f2f0ee;
    font-size: 95px;
  }

  .vision-goal-item__arrow {
    display: none;
  }

  .vision-goal-item__text {
    z-index: 1;
    font-size: 15px;
    line-height: 1.93;
    letter-spacing: .02em;
  }

  .vision-goal-item__text span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    margin-bottom: 0;
    font-size: 17px;
    text-align: center;
    line-height: 1.44;
  }

}

/*--
CSR
--*/
.page-title--csr {
  background-image: url(../img-new/csr/bg-csr--pc.png);
}

.csrHead {
  padding: 75px 0 50px;
}

.csrHead__title {
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.035em;
}

.csrHead__text {
  text-align: center;
  line-height: 2.25;
  letter-spacing: 0.03em;
}

.feature-list-outer--csr {
  padding-bottom: 165px;
}

.feature-item--csr:before {
  width: 2164px;
}

.feature-item--csr:nth-of-type(1) {
  margin-bottom: 305px;
}

.feature-item--csr:nth-of-type(1):before {
  top: -90px;
  left: -840px;
  height: 453px;
  background-image: url(../img-new/csr/bg-csrItem01--pc.png);
}

.feature-item--csr:nth-of-type(2) {
  margin-bottom: 240px;
}

.feature-item--csr:nth-of-type(2):before {
  top: -130px;
  right: -835px;
  height: 453px;
  background-image: url(../img-new/csr/bg-csrItem02--pc.png);
}

.feature-item--csr:nth-of-type(3) {
  margin-bottom: 290px;
}

.feature-item--csr:nth-of-type(3):before {
  top: -110px;
  left: -840px;
  height: 453px;
  background-image: url(../img-new/csr/bg-csrItem03--pc.png);
}

.feature-item--csr:nth-of-type(4) {
  margin-bottom: 320px;
}

.feature-item--csr:nth-of-type(4):before {
  top: -100px;
  right: -835px;
  height: 453px;
  background-image: url(../img-new/csr/bg-csrItem04--pc.png);
}

.feature-item--csr:nth-of-type(5):before {
  top: -105px;
  left: -840px;
  height: 453px;
  background-image: url(../img-new/csr/bg-csrItem05--pc.png);
}

.feature-item--csr .feature-item__title span {
  margin-right: 20px;
  padding: 3px 21px 3px 21px;
}

.feature-item--csr .feature-item__text {
  font-size: 16px;
  line-height: 2.25;
}

.charity {
  padding: 75px 0 65px;
}

.charity__title {
  margin-bottom: 108px;
  text-align: center;
}

.charity__title span {
  display: block;
  margin-bottom: 16px;
  color: #e60000;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
}

.charity__title img {
  width: 420px;
}

.charity__text {
  margin-bottom: 60px;
  text-align: center;
  line-height: 2.25;
  letter-spacing: 0.03em;
}

.charityBox {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 35px;
  background: #fff;
}

.charityBox__Label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 75px;
  margin-bottom: 35px;
  color: #fff;
  background: #e60000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.charityBox__Label:before {
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 20px solid #e60000;
  border-left: 20px solid transparent;
  content: '';
}

.charityBox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.charityBox__item:nth-child(odd) {
  padding: 0 70px 0 112px;
  border-right: 1px dotted #d3cecd;
}

.charityBox__item:nth-child(even) {
  padding-left: 60px;
}

.charityBox__text {
  position: relative;
  margin-bottom: 5px;
  font-size: 19px;
  letter-spacing: .12em;
}

.charityBox__text--person:before {
  position: absolute;
  top: 4px;
  left: -29px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: url(../img-new/csr/icon-man.png) no-repeat center / contain;
  content: '';
}

.charityBox__text--yen {
  padding-left: 26px;
}

.charityBox__text--yen:before {
  position: absolute;
  top: 7px;
  left: 2px;
  width: 18px;
  height: 17px;
  vertical-align: middle;
  background: url(../img-new/csr/icon-heart.png) no-repeat center / contain;
  content: '';
}

.charityBox__no {
  font-size: 66px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}

.charityBox__no--yen {
  color: #e60000;
}

.charityBox__no span {
  font-size: 35px;
  font-family: 'Noto Sans JP', sans-serif;
}

.charityBox__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 318px;
  height: 40px;
  margin: 0 auto;
  border-radius: 20px;
  background: #f2f0ee;
  letter-spacing: 0.18em;
}

.csrBox {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  padding: 0 75px 105px 70px;
}

.csrBox:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  width: 2532px;
  height: 1893px;
  background: url(../img-new/csr/bg-csr--pc01.png) no-repeat bottom center / contain;
  content: '';
}

.csrBox .history__text {
  color: #e2e0dd;
}

.scroll--history.scroll--csr .scroll-line {
  background: #cfd0cf;
}

.csrBox .history__inner {
  padding: 20px 0 40px 82px;
}

.csrBox .history__list {
  padding: 20px 0 0px 18px;
}

.csrBox .history__list dd p:nth-child(n + 3) {
  border-top: 1px dotted #d3cecd;
}

.csrBox .history__list--month,
.csrBox .history__list--desc {
  padding-top: 8px;
  padding-bottom: 12px;
}

@media screen and (max-width: 430px) {

  .page-title--csr {
    background-image: url(../img-new/csr/bg-csr--sp.png);
  }

  .csrHead {
    padding: 45px 25px 40px;
  }

  .csrHead__title {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.89;
    letter-spacing: 0.03em;
  }

  .csrHead__text {
    font-size: 15px;
    text-align: left;
    line-height: 1.93;
  }

  .feature-list-outer--csr {
    padding-bottom: 35px;
  }

  .feature-item--csr .feature-item__title span {
    margin-right: 0;
  }

  .feature-item--csr:before {
    width: 322px;
  }

  .feature-item--csr:nth-of-type(1) {
    margin-bottom: 120px;
  }

  .feature-item--csr:nth-of-type(1):before {
    width: 322px;
    top: -80px;
    left: 0px;
    height: 170px;
    background-image: url(../img-new/csr/bg-csrItem01--sp.png);
  }

  .feature-item--csr:nth-of-type(2) {
    margin-bottom: 120px;
  }

  .feature-item--csr:nth-of-type(2):before {
    top: -80px;
    width: 318px;
    right: 0px;
    height: 170px;
    background-image: url(../img-new/csr/bg-csrItem02--sp.png);
  }

  .feature-item--csr:nth-of-type(3) {
    margin-bottom: 115px;
  }

  .feature-item:nth-of-type(3):before {
    top: -80px;
    width: 322px;
    left: 0px;
    height: 170px;
/*    background-image: url(../img-new/csr/bg-csrItem03--sp.png);*/
  }

  .feature-item--csr:nth-of-type(4) {
    margin-bottom: 115px;
  }

  .feature-item--csr:nth-of-type(4):before {
    top: -80px;
    width: 318px;
    right: 0px;
    height: 170px;
    background-image: url(../img-new/csr/bg-csrItem04--sp.png);
  }

  .feature-item--csr:nth-of-type(5):before {
    top: -80px;
    width: 322px;
    left: 0px;
    height: 170px;
    background-image: url(../img-new/csr/bg-csrItem05--sp.png);
  }

  .feature-item--csr .feature-item__text {
    font-size: 15px;
    text-align: justify;
    line-height: 1.93;
    letter-spacing: 0;
  }

  .charity {
    padding: 45px 0 35px;
  }

  .charity__title {
    margin-bottom: 65px;
  }

  .charity__title span {
    margin-bottom: 6px;
    font-size: 13px;
  }

  .charity__title img {
    width: 245px;
  }

  .charity__text {
    margin-bottom: 22px;
    font-size: 15px;
    text-align: left;
    line-height: 1.93;
    letter-spacing: 0;
  }

  .charityBox {
    width: 325px;
    padding-bottom: 25px;
  }

  .charityBox__Label {
    margin-bottom: 28px;
    height: 56px;
    font-size: 17px;
  }

  .charityBox__Label:before {
    bottom: -13px;
    border-right: 14px solid transparent;
    border-top: 14px solid #e60000;
    border-left: 14px solid transparent;
  }

  .charityBox__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 24px;
  }

  .charityBox__item:nth-child(odd) {
    border-bottom: 1px dotted #d3cecd;
    padding: 0 0 20px 10px;
    border-right: none;
    text-align: center;
  }

  .charityBox__item:nth-child(even) {
    padding: 15px 0 0 50px;
  }

  .charityBox__text {
    font-size: 14px;
  }

  .charityBox__text--person {
    padding-left: 12px;
  }

  .charityBox__text--yen {
    padding-left: 66px;
  }

  .charityBox__text--person:before {
    top: 2px;
    left: 70px;
    width: 17px;
    height: 17px;
  }

  .charityBox__text--yen:before {
    top: 6px;
    left: 50px;
    width: 12px;
    height: 11px;
  }

  .charityBox__no {
    font-size: 36px;
  }

  .charityBox__no span {
    margin-left: 2px;
    font-size: 19px;
  }

  .charityBox__star {
    width: 232px;
    height: 30px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .csrBox {
    width: 100%;
    padding: 0 25px 60px;
  }

  .csrBox:before {
    width: 100%;
    height: 1440px;
    background: url(../img-new/csr/bg-csr--sp01.png) no-repeat bottom center / 100% 1440px;
  }

  .csrBox .history__list {
    padding: 18px 0;
  }

  .csrBox .history__wrap {
    padding: 0 15px;
  }

  .csrBox .history__inner {
    padding: 0 0 15px;
  }

  .csrBox .history__list dd p:nth-child(n + 3) {
    border-top: none;
  }

  .csrBox .history__list--month,
  .csrBox .history__list--desc {
    padding-top: 0px;
    padding-bottom: 4px;
  }

}
/*--
MASHIROについて COMPANY
--*/
.page-title--company {
  background-image: url(../img-new/company/bg-company--pc.png);
}

/* 代表挨拶 */
.greeting {
  padding: 68px 0 225px;
}

.greeting__title {
  margin-bottom: 50px;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.035em;
}
.greeting__title .la {
  margin-bottom: 50px;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.035em;
    color:  #e60000;
}
.greeting__title .sm {
    font-size: 18px;
     line-height: 1.65;
    margin-bottom: 5px;
    display: inline-block;
 font-family: 'Roboto Condensed', sans-serif;

}

.greeting__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-right: 50px;
}

.greeting__wrap:before {
  position: absolute;
  top: -20px;
  left: -30px;
  z-index: -1;
  width: 140px;
  height: 223px;
  background: url(../img-new/company/bg-greeting.png) no-repeat center / contain;
  content: '';
}

.greeting__img {
  width: 458px;
  margin-top: 10px;
}

.greeting__textarea {
  width: 550px;
}

.greeting__text {
  margin-bottom: 10px;
  line-height: 2.25;
     line-height: 2;
  letter-spacing: 0.03em;
}

.greeting__name {
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.06em;
}

.greeting__name span {
  margin-left: 5px;
  font-size: 24px;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 430px) {
  .page-title--company {
    background-image: url(../img-new/company/bg-company--sp.png);
  }
  .greeting {
    padding: 50px 0 90px;
  }
  .greeting__title {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.89;
    letter-spacing: 0.03em
  }
  .greeting__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 325px;
    margin: 0 auto;
    padding-right: 0;
  }
  .greeting__wrap:before {
    top: -15px;
    left: 30px;
    width: 72px;
    height: 114px;
  }
  .greeting__img {
    display: block;
    width: 235px;
    margin: 0 auto 18px;
  }

  .greeting__textarea {
    width: 100%;
  }

  .greeting__text {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.93;
  }

  .greeting__name {
    font-size: 13px;
  }

  .greeting__name span {
    font-size: 20px;
  }

}

.companyWhiteBox {
  position: relative;
  width: 1140px;
  margin: 0 auto 130px;
  padding: 0 75px 50px 70px;
  background: #fff;
}

.companyWhiteBox:before,
.companyWhiteBox:after {
  position: absolute;
  z-index: -1;
  content: '';
}

.companyWhiteBox:before {
  top: -70px;
  left: -695px;
  width: 1186px;
  height: 1890px;
  background: url(../img-new/company/bg-tryangle.png) no-repeat center / contain;
}

.companyWhiteBox:after {
  bottom: -130px;
  right: -700px;
  width: 1713px;
  height: 1000px;
  background: url(../img-new/company/bg-company--town-pc.png) no-repeat center / contain;
}
/* MASHIRO */
.mashiro-fadein--company {
  position: absolute;
  top: -88px;
  right: -212px;
}
@media screen and (max-width: 430px) {
  .companyWhiteBox {
    width: 100%;
    margin: 0 auto 75px;
    padding: 0 25px;
    background: none;
  }
  .companyWhiteBox:before {
    top: 0;
    left: 0;
    width: 165px;
    height: 403px;
    background: url(../img-new/company/bg-tryangle--sp.png) no-repeat center / contain;
  }

  .mashiro-fadein--company {
    top: 15px;
    right: 10px;
  }

  .companyWhiteBox:after {
    bottom: -75px;
    right: 0;
    width: 375px;
    height: 220px;
    background: url(../img-new/company/bg-company--town-sp.png) no-repeat center / contain;
  }

}

/* 会社概要 */
.company {
  padding: 50px 0 60px;
}

.company__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-head {
  width: 312px;
  height: 350px;
  padding: 130px 0 0;
  background: url(../img-new/company/bg-company--ttl.png) no-repeat center / contain;
}

.company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 620px;
  border-top: 1px solid #ececec;
}

.company__list dt,
.company__list dd {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  line-height: 1.86;
}

.company__list dt {
  width: 115px;
  color: #787b78;
  text-align: center;
}

.company__list dd {
  width: calc(100% - 115px);
  padding-left: 18px;
}

@media screen and (max-width: 430px) {

  .company {
    padding: 75px 0 55px;
  }

  .company__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-head {
    width: 275px;
    height: 230px;
    margin: 0 auto 35px;
    padding: 70px 0 0;
    background: url(../img-new/company/bg-company--ttlSp.png) no-repeat center / contain;
  }

  .company__list {
    width: 100%;
  }

  .company__list dt,
  .company__list dd {
    width: 100%;
    text-align: center;
  }

  .company__list dt {
    padding: 6px 0 0;
    border-bottom: none;
    font-size: 14px;
  }

  .company__list dd {
    padding: 2px 0 17px;
    font-size: 15px;
  }

}

/* 沿革 */
.history {
  position: relative;
  padding: 60px 30px;
  background: url(../img-new/company/bg-hisitory.png) no-repeat center / 1000px 913px;
}

.scroll--history {
  bottom: initial;
  top: 280px;
  right: -112px;
}

.scroll--history .scroll__text {
  color: #3e423f;
}

.scroll--history .scroll-line {
  width: 75px;
  background: #ecedec;
}

.history__text {
  position: absolute;
  top: 70px;
  right: -140px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #ecedec;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 52px;
  font-weight: 700;
}

.history__inner {
  width: 900px;
  margin: 0 auto;
  padding: 30px 0 30px 82px;
  background: #fff;
}

.history__wrap {
  width: 787px;
  height: 754px;
  overflow-y: scroll;
  padding-right: 52px;
  background: #fff;
}

.history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 20px 18px;
  border-bottom: 1px solid #d3cecd;
}

.history__list:nth-child(even) {
  background: #fbfbfa;
}

.history__list dt {
  color: #9fa19f;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.history__list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 45px;
}

.history__list--month,
.history__list--desc {
  padding-top: 10px;
}

.history__list--desc:nth-of-type(n + 2) {

}

.history__list--month {
  width: 128px;
  color: #9fa19f;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
}

.history__list--desc {
  width: calc(100% - 128px);
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 430px) {

  .history__text {
    top: 42px;
    right: -62px;
    font-size: 31px;
  }

  .scroll--history {
    top: 180px;
    right: -72px;
  }

  .scroll--history .scroll-line {
    width: 60px;
  }

  .history {
    width: 325px;
    margin: 0 auto;
    padding: 20px 0;
    background: url(../img-new/company/bg-hisitory--sp.png) no-repeat center / 325px 100%;
  }

  .history__inner {
    width: 285px;
    padding: 0 0 15px;
  }

  .history__wrap {
    width: 285px;
    height: 528px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .history__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 18px 0;
  }

  .history__list:nth-child(even) {
    background: #fff;
  }

  .history__list dt {
    margin-bottom: 10px;
    font-size: 32px;
    text-align: center;
  }

  .history__list dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }

  .history__list dd p:not(:first-child) {
    margin-top: 5px;
  }

  .history__list--month,
  .history__list--desc {
    width: 100%;
    padding-top: 0;
  }

  .history__list--month {
    font-size: 18px;
    text-align: center;
  }

  .history__list--dammy {
    display: none;
  }

  .history__list--desc {
    font-size: 14px;
    line-height: 1.66;
  }
}
/*--
ACCOMMODATION
REAL ESTATE
--*/
.serviceCard__text {
  margin-bottom: 65px;
  text-align: center;
  line-height: 2.25;
  letter-spacing: .03em;
}

.serviceCard__img {
  display: block;
  width: 880px;
  margin: 0 auto;
}

.serviceCard__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #3e423f;
  color: #3e423f;
  font-weight: 500;
  letter-spacing: .06em;
}

.serviceCard__video {
  display: block;
  width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 430px) {

  .serviceCard__text {
    margin-bottom: 30px;
    font-size: 15px;
    text-align: left;
    line-height: 1.93;
  }

  .serviceCard__img {
    width: 325px;
  }

  .serviceCard__btn {
    width: 192px;
    height: 40px;
    font-size: 14px;
  }

}
/*--
宿泊事業 ACCOMMODATION
--*/
.page-title--accommodation {
  background-image: url(../img-new/accommodation/bg-accommodation--pc.png);
}

.accommodation {
  padding: 70px 0 140px;
  background: url(../img-new/accommodation/bg-accommodation-decoration--pc.png) no-repeat top center / 2533px 643px;
}

.accommodation .serviceCard__img {
  margin: 0 auto 50px;
}

@media screen and (max-width: 430px) {

  .page-title--accommodation {
    background-image: url(../img-new/accommodation/bg-accommodation--sp.png);
  }

  .accommodation {
    padding: 45px 0 88px;
    background: url(../img-new/accommodation/bg-accommodation-decoration--sp.png) no-repeat top center / 100% 317px;
  }

  .accommodation .serviceCard__img {
    margin: 0 auto 36px;
  }

}
/*--
不動産管理事業 REAL ESTATE
--*/
.page-title--estate {
  background-image: url(../img-new/estate/bg-estate--pc.png);
}

.estate {
  padding: 70px 0 190px;
  background: url(../img-new/estate/bg-estate-decoration--pc.png) no-repeat top center / 2533px 643px;
}

@media screen and (max-width: 430px) {

  .page-title--estate {
    background-image: url(../img-new/estate/bg-estate--sp.png);
  }

  .estate {
    padding: 45px 0 85px;
    background: url(../img-new/estate/bg-estate-decoration--sp.png) no-repeat top center / 100% 352px;
  }

}
/*--
遊技場事業 AMUSEMENT
--*/
.page-title--amusement {
  background-image: url(../img-new/amusement/bg-amusement--pc.png);
}

.amusement {
  padding: 70px 0 0;
  background: url(../img-new/amusement/bg-amusement-decoration--pc.png) no-repeat top center / 2533px 713px;
}

.amusement__swipe {
  display: none;
}

.amusement__mapWrap {
  display: block;
  position: relative;
  top: 0;
  left: calc(50% - 630px);
  width: 100%;
  max-width: 1205px;
  margin-bottom: 85px;
  padding-top: 75px;
}

.amusementList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.amusementItem {
  width: 50%;
  padding: 27px 48px 48px 58px;
}

.amusementItem--bg {
  width: 50%;
  background: url(../img-new/amusement/bg-amusementItem.png) no-repeat top left / 1266px 100%;
}
.amusementItem:nth-child(odd):nth-of-type(4n - 1) {
  background: #f8f6f4;
}
.amusementItem:nth-of-type(4n - 2) {
  background: #f8f6f4;
}
.amusementItem:nth-child(even):nth-of-type(4n) {
  background: #fcfcfb;
}
.amusementItem:nth-of-type(4n + 1) {
  background: #fcfcfb;
}
.amusementItem:nth-child(odd) .amusementItem__btn {
  margin-left: auto;
}
.amusementItem__btn {
  width: 442px;
  cursor: pointer;
}
.amusementItem__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 8px;
}

.amusementItem__logo--castle {
  width: 130px;
  margin-right: 20px;
}

.amusementItem__text {
  padding-top: 7px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .12em;
}

.amusementItem__text span {
  display: block;
  font-size: 16px;
  letter-spacing: .035em;
}

.amusementItem__hover {
  position: relative;
}

.amusementItem__hover:hover .amusementItem__view {
  visibility: visible;
  opacity: 1;
}

.amusementItem__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 432px;
  height: 216px;
  background: rgba(62, 66, 63, .65);
  opacity: 0;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .06em;
  -webkit-transition: .6s;
  transition: .6s;
}

.amusementItem__view:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 412px;
  height: 196px;
  border: 1px solid rgba(255, 255, 255, .3);
  content: '';
}

@media screen and (max-width: 430px) {

  .page-title--amusement {
    background-image: url(../img-new/amusement/bg-amusement--sp.png);
  }

  .amusement {
    padding: 45px 0 0;
    background: url(../img-new/amusement/bg-amusement-decoration--sp.png) no-repeat top center / 100% 580px;
  }

  .serviceCard__video {
    width: 325px;
  }

  .amusement__swipe {
    display: block;
    width: 325px;
    margin: 50px auto 0;
  }

  .amusement__mapWrap {
    position: static;
    white-space: normal;
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE, Edge 対応 */
    scrollbar-width: none;     /* Firefox 対応 */
    margin-bottom: 48px;
    padding-top: 0;
  }

  .amusement__mapWrap::-webkit-scrollbar {
    display: none;   /* Chrome, Safari 対応 */
  }

  .amusement__map {
    width: 760px;
  }

  .amusementItem {
    width: 100%;
    padding: 30px 25px;
  }

  .amusementItem:nth-of-type(4n - 2),
  .amusementItem:nth-of-type(4n + 1) {
    background: transparent;
  }

  .amusementItem:nth-child(odd):nth-of-type(4n - 1),
  .amusementItem:nth-child(odd) {
    background: #fcfcfb;
  }

  .amusementItem:nth-child(even):nth-of-type(4n),
  .amusementItem:nth-child(even) {
    background: #f8f6f4;
  }

  .amusementItem:nth-child(odd) .amusementItem__btn {
    margin: 0 auto;
  }

  .amusementItem__btn {
    width: 325px;
    margin: 0 auto;
  }

  .amusementItem__head {
    margin-bottom: 15px;
    padding-left: 10px;
  }

  .amusementItem__logo--castle {
    width: 95px;
    margin-right: 15px;
  }

  .amusementItem__text {
    font-size: 16px;
  }

  .amusementItem__text span {
    font-size: 12px;
  }

  .amusementItem__hover:before {
    position: absolute;
    top: calc(50% - 3px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: url(../img-new/amusement/icon-btn.png) no-repeat center / contain;
    content: '';
  }
  .amusementItem__view {
    display: none;
  }
  .amusementItem--bg {
    display: none;
  }
}
/*--
遊技場事業 AMUSEMENT（モーダルウィンドウ）
--*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}
.modal__wrap {
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding: 20px;
  white-space: nowrap;
  text-align: center;
}

.modal__wrap:before {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: '';
}

.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img-new/amusement/bg-modal.png) no-repeat right bottom / 1043px 607px,
              -webkit-gradient(linear, left top, right top, from(rgba(76, 79, 76, .97)), color-stop(43.5%, rgba(76, 79, 76, .97)), color-stop(43.5%, rgba(101, 104, 101, .97)), to(rgba(101, 104, 101, .97)));
  background: url(../img-new/amusement/bg-modal.png) no-repeat right bottom / 1043px 607px,
              linear-gradient(to right, rgba(76, 79, 76, .97) 0%, rgba(76, 79, 76, .97) 43.5%, rgba(101, 104, 101, .97) 43.5%, rgba(101, 104, 101, .97) 100%);
  cursor: pointer;
}

.modal__box {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 980px;
  white-space: normal;
}

.modal-item {
  text-align: left;
}

.modal-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modalTextarea {
  width: 310px;
}

.modalTextarea__logo {
  display: block;
  width: 133px;
  margin: 0 auto 10px;
}

.modalTextarea__storeName {
  margin-bottom: 32px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 1.68;
  letter-spacing: .12em;
}

.modalTextarea__storeName span {
  display: block;
  font-size: 25px;
  letter-spacing: .03em;
}

.modalTextarea__catch {
  margin-bottom: 15px;
  text-align: center;
}


.modalTextarea__catch span {
    padding: 2px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #3e423f));
    background: linear-gradient(transparent 0%, #3e423f 0%);
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: .1em;
    padding-bottom: 3px;
    display: inline-block;
    margin-bottom: 10px;
}

.modalTextarea__catch span.sm {
     font-size: 16px;
}


.modalTextarea__text {
  margin-bottom: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 2.43;
  letter-spacing: .03em;
}

.modalTextarea__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .06em;
}

.modalTextarea__btn--close {
  margin-top: 20px;
  cursor: pointer;
}

.modalTextarea__btn--close:before {
  display: inline-block;
  width: 17px;
  height: 14px;
  margin-right: 15px;
  vertical-align: middle;
  background: url(../img-new/amusement/icon-back.png) no-repeat center / contain;
  content: '';
}

.modalImgarea {
  position: relative;
  width: 550px;
  padding-top: 82px;
}

/* ✕ */
.modal__close {
  position: absolute;
  top: 2px;
  right: -48px;
  width: 98px;
  height: 98px;
  padding-top: 56px;
  border-radius: 50%;
  background: #3e423f;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: .03em;
  cursor: pointer;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 36px;
  left: 50%;
  width: 38px;
  height: 2px;
  background: #fff;
  content: '';
}

.modal__close:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.modal__close:after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.modalImgarea__img {
  margin-bottom: 32px;
}

.modalImgarea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 540px;
  border-top: 1px dotted rgba(255, 255, 255, .3);
}

.modalImgarea__list dt,
.modalImgarea__list dd {
  padding: 9px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, .3);
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.modalImgarea__list dt {
  width: 118px;
  background: rgba(76, 79, 76, .95);
  text-align: center;
  letter-spacing: .19em;
}

.modalImgarea__list dd {
  width: 422px;
  padding-left: 20px;
  letter-spacing: .03em;
}

.modalImgarea__gMap a {
  color: #b2b3b2;
  letter-spacing: 0;
}

.modalImgarea__gMap a:before {
  display: inline-block;
  width: 7px;
  height: 11px;
  margin: 0 3px 2px 14px;
  vertical-align: middle;
  background: url(../img-new/amusement/icon-map-pin.png) no-repeat center / contain;
  content: '';
}
/* モーダルボタン */
.modal-btn {
  cursor: pointer;
}
@media screen and (max-width: 430px) {
  .modal__wrap {
    padding: 25px 20px;
  }

  .modal__bg {
    background: rgba(76, 79, 76, .97);
  }

  .modal__box {
    width: 325px;
  }

  .modal-item__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modalTextarea {
    display: contents;
    width: 100%;
  }

  .modalTextarea__logo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100px;
    margin: 0 auto 10px;
  }

  .modalTextarea__storeName {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 28px;
    font-size: 21px;
    text-align: center;
    line-height: 1.5;
  }

  .modalTextarea__storeName span {
    font-size: 17px;
    letter-spacing: .09em
  }

  .modalTextarea__catch {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .modalTextarea__catch span {
    padding: 2px 12px;
    font-size: 17px;
    line-height: 2.15;
  }

  .modalTextarea__text {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.93;
  }

  .modalTextarea__btn {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    width: 192px;
    height: 40px;
    font-size: 14px;
    letter-spacing: .06em;
  }

  .modalTextarea__btn--close {
    margin-top: 20px;
    padding-left: 10px;
  }

  .modalTextarea__btn--close:before {
    width: 13px;
    height: 11px;
    margin-right: 5px;
  }

  .modalImgarea {
    display: contents;
    width: 100%;
  }

  /* ✕ */
  .modal__close {
    top: -10px;
    right: -18px;
    width: 59px;
    height: 59px;
    padding-top: 34px;
    font-size: 10px;
  }

  .modal__close:before,
  .modal__close:after {
    top: 22px;
    width: 22px;
    height: 1px;
  }

  .modalImgarea__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 22px;
  }

  .modalImgarea__list {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px dotted rgba(255, 255, 255, .3);
  }

  .modalImgarea__list dt,
  .modalImgarea__list dd {
    padding: 9px 0;
    border-bottom: none;
    font-size: 13px;
  }

  .modalImgarea__list dt {
    width: auto;
    margin: 10px auto 0;
    padding: 0 15px;
    background: #3e423f;
    text-align: center;
    line-height: 1.5;
  }

  .modalImgarea__list dd {
    width: 100%;
    padding: 3px 0 6px;
    border-bottom: 1px dotted rgba(255, 255, 255, .3);
    text-align: center;
    line-height: 2;
  }

  .modalImgarea__gMap a:before {
    width: 7px;
    height: 11px;
    margin: 0 3px 2px 14px;
  }

}
/*--
温浴事業 SPA
--*/
.page-title--spa {
  background-image: url(../img-new/spa/bg-spa--pc.png);
}

.spa {
  padding: 70px 0 5px;
  background: url(../img-new/spa/bg-spa-decoration--pc.png) no-repeat top center / 2533px 673px;
}

.amusementItem__logo--sanage {
  width: 142px;
  margin: 5px 25px 0 0;
}

.amusementItem__logo--spa {
  width: 142px;
  margin: 5px 25px 0 0;
}

.amusementItem__logo--yunoshiro {
  width: 143px;
  margin-right: 20px;
}

.amusementItem__text--spa {
  padding-top: 0;
}

@media screen and (max-width: 430px) {

  .page-title--spa {
    background-image: url(../img-new/spa/bg-spa--sp.png);
  }

  .spa {
    padding: 45px 0 0;
    background: url(../img-new/spa/bg-spa-decoration--sp.png) no-repeat top center / 100% 545px;
  }

  .amusementItem__logo--sanage {
    width: 100px;
    margin: 5px 15px 0 0;
  }

  .amusementItem__logo--spa {
    width: 100px;
    margin: 5px 15px 0 0;
  }

  .amusementItem__logo--yunoshiro {
    width: 102px;
    margin-right: 10px;
  }

}
/*--
飲食事業 RESTAURANT
--*/
.page-title--restaurant {
  background-image: url(../img-new/restaurant/bg--restaurant-pc.png);
}

.restaurant {
  padding: 70px 0 0;
  background: url(../img-new/restaurant/bg-restaurant-decoration--pc.png) no-repeat top center / 2533px 713px;
}

.amusementItem__logo--cs {
  width: 164px;
  margin: 5px 15px 0 0;
}

.amusementItem__logo--aoi {
  width: 160px;
  margin: 10px 15px 0 0;
}

.amusementItem__text--restaurant {
  padding-top: 0;
}

@media screen and (max-width: 430px) {

  .page-title--restaurant {
    background-image: url(../img-new/restaurant/bg--restaurant-sp.png);
  }

  .restaurant {
    padding: 45px 0 0;
    background: url(../img-new/restaurant/bg-restaurant-decoration--sp.png) no-repeat top center / 100% 580px;
  }

  .amusementItem__logo--cs {
    width: 100px;
    margin: 5px 10px 0 0;
  }

  .amusementItem__logo--aoi {
    width: 100px;
    margin: 10px 10px 0 0;
  }

  .amusementItem__text--restaurant {
    padding-top: 0;
  }
}
/*--
SNS / MEDIA
--*/
.page-title--sns {
  background-image: url(../img-new/sns-media/bg-sns--pc.png);
}

.sns {
  padding: 82px 0 45px;
}

.sns__inner {
  width: 980px;
  margin: 0 auto;
}

.snsGrid {
  display: grid;
  grid-template-columns: 170px 170px 170px 170px 170px;
  grid-template-rows: 170px 170px 170px 170px 170px 170px;
  gap: 38px 32px;
}

.snsGridHead {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
  width: 370px;
  padding-top: 162px;
}

.snsGridHead__title {
  position: relative;
  margin-bottom: 156px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.13em;
}

.snsGridHead__title:before {
  position: absolute;
  top: -182px;
  left: -28px;
  z-index: -1;
  width: 400px;
  height: 400px;
  background: url(../img-new/sns-media/bg-sns.png) no-repeat center / contain;
  content: '';
}

.snsGridHead__title span {
  display: block;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.snsGridHead__text {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.13em;
}

.snsGridHeadList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 22px 6px 24px;
  background: #f8f6f4;
}

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

.snsGridHeadItem:first-child {
  margin-right: 20px
}

.snsGridHeadItem:nth-child(n + 3) {
  margin-top: 16px;
}

.snsGridHeadItem:nth-child(4) {
  margin: 16px 35px 0 35px;
}

.snsGridHeadItem__icon {
  width: 20px;
  margin-right: 5px;
}

.snsGridHeadItem__text {
  color: #9fa19f;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.snsGridItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 170px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(234, 226, 220, .4);
  box-shadow: 0 0 6px rgba(234, 226, 220, .4);
  background: #fff;
  -webkit-transition: .6s;
  transition: .6s;
  cursor: pointer;
}

.snsGridItem:hover {
  background: #f8f6f4;
}

.snsGridItem__storeName {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.29;
  letter-spacing: 0.035em;
}

.snsGridItem__storeName span {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.snsGridItem--chitanishino .snsGridItem__storeName span {
  letter-spacing: 0.01em;
}

.snsGridItem--castle .snsGridItem__logo {
  display: block;
  width: 74px;
  margin-bottom: 2px;
}

.snsGridItem--sanage .snsGridItem__logo {
  width: 117px;
}

.snsGridItem--spa .snsGridItem__logo {
  width: 123px;
}

.snsGridItem--yunoshiro {
  padding-bottom: 10px;
}

.snsGridItem--yunoshiro .snsGridItem__logo {
  width: 84px;
  margin-bottom: 10px;
}

.snsGridItem--cs {
  padding: 0 0 12px 18px;
}

.snsGridItem--cs .snsGridItem__logo {
  width: 117px;
}

.snsGridItem--csMini {
  padding-bottom: 15px;
}

.snsGridItem--csMini .snsGridItem__logo {
  width: 101px;
  margin-bottom: 15px;
}

.snsGridItem--aoi .snsGridItem__logo {
  width: 105px;
  margin-bottom: 10px;
}

.snsGridItem--ren .snsGridItem__logo {
  width: 110px
}

.related {
  padding: 80px 0 45px;
}

.related__title {
  margin-bottom: 35px;
}

.related__title,
.cm__title {
  font-family: 'Playfair Display', serif;
  font-size: 37px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: .12em;
}

.related__title span,
.cm__title span {
  display: inline-block;
  padding: 5px 50px;
  margin-top: 13px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(82,85,82,0)), color-stop(30%, rgba(82,85,82,1)), color-stop(50%, rgba(82,85,82,1)), color-stop(70%, rgba(82,85,82,1)), to(rgba(82,85,82,0)));
  background: linear-gradient(90deg, rgba(82,85,82,0) 0%, rgba(82,85,82,1) 30%, rgba(82,85,82,1) 50%, rgba(82,85,82,1) 70%, rgba(82,85,82,0) 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .13em;
}

.cm {
  padding: 80px 0 130px;
  background: url(../img-new/sns-media/bg-sns-media--pc.png) no-repeat center bottom / 2533px 975px;
}

.cm__inner {
  width: 980px;
  margin: 0 auto;
}

.cm__title {
  margin-bottom: 175px;
}

.cm__videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cm__video {
  width: 450px;
}

.cm__video:nth-child(odd) {
  margin-right: 80px;
}

.cm__video:nth-child(n + 3) {
  margin-top: 65px;
}

@media screen and (max-width: 430px) {

  .page-title--sns {
    background-image: url(../img-new/sns-media/bg-sns--sp.png);
  }

  .sns {
    padding: 62px 0 16px;
  }

  .sns__inner {
    width: 100%;
    padding: 0 25px;
  }

  .snsGrid {
    grid-template-columns: 95px 95px 95px;
    grid-template-rows: repeat(12, 95px);
    gap: 20px;
    width: 325px;
    margin: 0 auto;
  }

  .snsGridHead {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 5;
    width: 325px;
    margin-top: 18px;
    padding-top: 90px;
  }

  .snsGridHead__title {
    margin-bottom: 110px;
    font-size: 11px;
  }

  .snsGridHead__title span {
    margin-bottom: 6px;
    font-size: 28px;
  }

  .snsGridHead__text {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.93;
    letter-spacing: 0.03em
  }

  .snsGridHead__title:before {
    top: -136px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
  }

  .snsGridHeadList {
    padding: 20px 15px 24px;
  }

  .snsGridHeadItem:first-child {
    margin-right: 30px;
  }

  .snsGridHeadItem:nth-child(n + 3) {
    margin-top: 14px;
  }

  .snsGridHeadItem:nth-child(4) {
    margin: 14px 35px 0 35px;
  }

  .snsGridHeadItem__icon {
    width: 18px;
  }

  .snsGridHeadItem__text {
    font-size: 11px;
  }

  .snsGridItem {
    width: 95px;
    -webkit-box-shadow: 0 0 5px rgb(234 226 220 / 70%);
    box-shadow: 0 0 5px rgb(234 226 220 / 70%);
  }

  .snsGridItem--castle .snsGridItem__logo {
    width: 41px;
    margin-bottom: 0;
  }

  .snsGridItem--sanage .snsGridItem__logo {
    width: 66px;
  }

  .snsGridItem--spa .snsGridItem__logo {
    width: 70px;
  }

  .snsGridItem--yunoshiro {
    padding-bottom: 10px;
  }

  .snsGridItem--yunoshiro .snsGridItem__logo {
    width: 47px;
    margin: 8px 0 5px 5px;
  }

  .snsGridItem--cs {
    padding: 0 0 8px 10px;
  }

  .snsGridItem--cs .snsGridItem__logo {
    width: 65px;
  }

  .snsGridItem--csMini {
    padding-bottom: 15px;
  }

  .snsGridItem--csMini .snsGridItem__logo {
    width: 57px;
    margin: 10px 0 5px 5px;
  }

  .snsGridItem--aoi .snsGridItem__logo {
    width: 59px;
    margin-bottom: 0;
  }

  .snsGridItem--ren .snsGridItem__logo {
    width: 62px
  }

  .snsGridItem__storeName {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    font-size: 10px;
  }

  .snsGridItem__storeName span {
    font-size: 12px;
  }

  .related__title,
  .cm__title {
    font-size: 30px;
  }

  .related__title span,
  .cm__title span {
    padding: 5px 33px;
    font-size: 12px;
  }

  .related {
    padding: 60px 0 2px;
  }

  .related__title {
    margin-bottom: 18px;
  }

  .cm {
    padding: 60px 0 90px;
    background: url(../img-new/sns-media/bg-sns-media--sp.png) no-repeat center bottom / 100% 984px;
  }

  .cm__inner {
    width: 100%;
  }

  .cm__title {
    margin-bottom: 85px;
  }

  .cm__videos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cm__video {
    width: 325px;
    margin: 0 auto;
  }

  .cm__video:nth-child(odd) {
    margin: 0 auto;
  }

  .cm__video:nth-child(n + 2) {
    margin: 25px auto 0;
  }

}
/*--
SNS / MEDIA（モーダルウィンドウ）
--*/
.snsModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}

.snsModal__wrap {
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding: 20px;
  white-space: nowrap;
  text-align: center;
}

.snsModal__wrap:before {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: '';
}

.snsModal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 246, 244, .95);
  cursor: pointer;
}

.snsModal__box {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 534px;
  white-space: normal;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 7px rgba(234, 226, 220, .3);
  box-shadow: 0 0 7px rgba(234, 226, 220, .3);
  background: #fff;
}

.snsModal-item {
  position: relative;
  padding: 50px 0 70px;
  text-align: left;
}

.snsModal-item__logoarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  margin-bottom: 32px;
  opacity: 0;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.snsModal-item__logo--castle {
  width: 133px;
  margin-right: 18px;
}

.snsModal-item__logo--sanage {
  width: 182px;
}

.snsModal-item__logo--spa {
  width: 194px;
}

.snsModal-item__logo--yunoshiro {
  width: 130px;
  margin-right: 15px;
}

.snsModal-item__logo--cs {
  width: 222px;
}

.snsModal-item__logo--csMini {
  width: 170px;
  margin-right: 5px;
}

.snsModal-item__logo--aoi {
  width: 221px;
}

.snsModal-item__logo--ren {
  width: 320px;
}

.snsModal-item__storeName {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.snsModal-item__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
}

.snsModal-item__link {
  width: 100%;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  text-align: center;
}

.snsModal-item__link:nth-child(1) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.snsModal-item__link:nth-child(2) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.snsModal-item__link:nth-child(3) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.snsModal-item__link:nth-child(4) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.snsModal-item__link:nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.snsModal-item__link img {
  width: 56px;
  height: 56px;
}

.snsModalTextarea__storeName {
  margin-bottom: 32px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 1.68;
  letter-spacing: .12em;
}

.snsModal.show .snsModal-item__logoarea {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.snsModal.show .snsModal-item__link {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

/* ✕ */
.snsModal__close {
  position: absolute;
  top: -50px;
  right: -48px;
  width: 98px;
  height: 98px;
  padding-top: 56px;
  border-radius: 50%;
  background: #3e423f;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: .03em;
  cursor: pointer;
}

.snsModal__close:before,
.snsModal__close:after {
  position: absolute;
  top: 36px;
  left: 50%;
  width: 38px;
  height: 2px;
  background: #fff;
  content: '';
}

.snsModal__close:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.snsModal__close:after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 430px) {

  .snsModal__wrap {
    padding: 0px;
  }

  .snsModal__box {
    width: 325px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 4px rgba(234, 226, 220, .3);
    box-shadow: 0 0 4px rgba(234, 226, 220, .3);
  }

  .snsModal-item {
    position: relative;
    padding: 30px 0 40px;
    text-align: left;
  }

  .snsModal-item__logoarea {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    margin-bottom: 20px;
  }

  .snsModal-item__logo--castle {
    width: 80px;
    margin-right: 8px;
  }

  .snsModal-item__logo--sanage {
    width: 113px;
  }

  .snsModal-item__logo--spa {
    width: 97px;
  }

  .snsModal-item__logo--yunoshiro {
    width: 81px;
    margin-right: 10px;
  }

  .snsModal-item__logo--cs {
    width: 138px;
  }

  .snsModal-item__logo--csMini {
    width: 105px;
    margin-right: 5px;
  }

  .snsModal-item__logo--aoi {
    width: 138px;
  }

  .snsModal-item__logo--ren {
    width: 200px;
  }

  .snsModal-item__storeName {
    font-size: 12px;
    letter-spacing: 0.03em;
  }

  .snsModal-item__link {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  .snsModal-item__link img {
    width: 39px;
    height: 39px;
  }
  .snsModal__close {
    top: -35px;
    right: -18px;
    width: 59px;
    height: 59px;
    padding-top: 34px;
    font-size: 10px;
  }
  .snsModal__close:before,
  .snsModal__close:after {
    top: 22px;
    width: 22px;
    height: 1px;
  }
}
/*--
contact
--*/
.page-title--contact {
    background-image: url(../img-new/contact/bg--contact-pc.png);
}

.contact {
    padding: 70px 0 0;
    background: url(../img-new/contact/bg-contact-decoration--pc.png) no-repeat top center / 2533px 1230px;
}

.contact .inner_s {
    width: 980px;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    background: #FFF;
}

.contact .ttl1 {
    margin-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 2.3;
    letter-spacing: .03em;
}

@media screen and (max-width: 430px) {
    .page-title--contact {
        background-image: url(../img-new/contact/bg--contact-sp.png);
    }

    .contact {
         padding: 45px 25px 0;
        background: url(../img-new/contact/bg-contact-decoration--sp.png) no-repeat top center / 100% 1444px;
        margin-top: 0;
    }

    .contact .inner_s {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 25px 25px;
    }
    .contact .ttl1 {
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 1.9;

    }
    .contact .inner_s p.txt {
        margin-bottom: 30px;
        font-size: 15px;
        text-align: left;
        line-height: 1.93;
    }
}
/* form */
.contact dt span.required {
    background: #e60000;
    font-size: 85%;
    vertical-align: 2px;
     letter-spacing: 1px;
}
.contact .inner_s .list dd input[type="text"],
.contact .inner_s .list dd input[type="tel"],
.contact .inner_s .list dd input[type="email"],
.contact .inner_s .list dd textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #E2E3E2;
    border-radius: 3px;
    background: #F8F6F4;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
}

.contact dd select#product {
    height: 54px;
    width: 50%;
    border: 1px solid #e0e0e0;
    padding: 0 20px;
    text-align: center;
    color: #9FA19F;
    letter-spacing: 1px;
}

.contact .inner_s #form_submit_button {
    display: block;
    width: 240px;
    margin-top: 15px;
    margin-bottom: 140px;
    padding: 12px 0;
    border: 1px solid #3e423f;
    color: #444;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: .06em;
    border-radius: 0;
    background: none;
}
.contact .inner_s #form_submit_button:hover {
  background: #3f423f;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 430px) {
    .contact dt span.required {
        font-size: 80%;
        vertical-align: 2px;

    }

    .contact .inner_s #form_submit_button {
        width: 192px;
        margin: 15px auto 0;
        padding: 10px 0;
        font-size: 14px;
    }

    .contact dd select#product {
        height: 50px;
        width: 100%;
    }
}

/*modal*/
.modalWrapper .ttl {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 1.5px;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}

.modalWrapper .subttl {
    color: #3f423f;
    font-family: 'Noto Serif JP', serif;

}

.modalBox .name {
    border-left: 4px solid #9FA19F;
    margin-top: 40px;
}

@media screen and (max-width: 430px) {
    .modalWrapper .ttl {
        font-size: 22px;
    }
}
/*thanks*/
#thanks-page p {
    text-align: center;
    line-height: 2;
}
/* #thanks-page a {
    color: #3e423f;
} */
.thanks {
    margin-bottom: 140px;
    margin-top: 70px;
}
@media screen and (max-width: 430px) {
    #thanks-page p {
        margin-bottom: 30px;
        font-size: 15px;
        text-align: left;
        line-height: 1.93;
    }
    .thanks {
    margin-bottom: 50px;
    margin-top: 45px;
    margin-right: 30px;
        margin-left: 30px;
}
}
/*--
news
--*/
.page-title--news {
    background-image: url(https://www.p-castle.co.jp/img-new/news/bg--news-pc.png);
}
@media screen and (max-width: 430px) {
    .page-title--news {
        background-image: url(https://www.p-castle.co.jp/img-new/news/bg--news-sp.png);
    }
}

.contentsRight .about .logo {
    margin: 0 auto 20px;
   text-align: center;
}
.contentsRight .about img {
    width: 80%;
    height: auto;
}

.contentsRight .about p {
    font-size: 13px;
    line-height: 1.65;
    text-align: justify;
}

.contentsRight h4 {
    margin: 40px 0 0;
}
.column_wrapper {
    margin: 80px auto 180px;
}

.column_wrapper .btn {
    display: block;
    width: 240px;
    margin: 60px auto 0;
    padding: 12px 0;
    border: 1px solid #3e423f;
    color: #444;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: .06em;
}
.column_wrapper .btn:hover {
  background: #3f423f;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 430px) {
      .column_wrapper {
        margin: 40px auto 100px;
    } 
    .column_wrapper .btn  {
        width: 192px;
        margin: 28px auto 0;
        padding: 10px 0;
        font-size: 14px;
    }
    .page-numbers li {
    /*    line-height: 40px;*/
        margin-right: 10px;
    }
    .page-numbers {
    padding: 1px 15px;
}
}
/*--
フッター
--*/
.footer {
  padding: 45px 0 17px;
  background: #3f423f;
}
.footer .inner {
  position: relative;
  z-index: 0;
}
.footer .inner:before {
  position: absolute;
  bottom: -17px;
  right: -225px;
  z-index: -1;
  width: 460px;
  height: 370px;
  background-image: url(../img-new/common/bg-footer.png);
  background-size: contain;
  content: '';
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.footer-info {
  width: 270px;
  margin-right: 75px;
}

.footer-logo {
  width: 160px;
  margin-bottom: 45px;
  line-height: 1px;
}

.footer-logo a {
  display: block;
}

.footer__company-name {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #5c5e5c;
  color: #ececec;
  font-size: 12px;
  letter-spacing: .04em;
}

.footer__address {
  color: #ececec;
  font-size: 12px;
  font-style: normal;
  line-height: 2;
  letter-spacing: .04em;
}

.footer__address a {
  color: #ececec;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 510px;
}

.footer-menu-list {
  position: relative;
}

.footer-menu-list:before {
  position: absolute;
  top: 3px;
  right: -37px;
  width: 1px;
  height: 267px;
  background: #5c5e5c;
  content: '';
}

.footer-menu-list:not(:last-of-type) {
  margin-right: 75px;
}

.footer-menu-list li {
  font-size: 13px;
}

.footer-menu-list li a {
  color: #ececec;
}

.footer-menu-list > li {
  margin-bottom: 45px;
}

.footer-menu-list > li:last-child {
  margin-bottom: 0;
}

.footer-menu-list > .footer-menu-list__cushara {
  margin-bottom: 15px;
}

.footer-menu-list > .footer-menu-list__sns {
  margin-bottom: 15px;
}

.footer-menu-child-list {
  padding-left: 20px;
}

.footer-menu-child-list li {
  position: relative;
  padding-top: 13.5px;
}

.footer-menu-child-list li:before {
  position: absolute;
  top: 23px;
  left: -17px;
  width: 12px;
  height: 1px;
  background: #5c5e5c;
  content: '';
}

.footer-contact {
  width: 175px;
  margin-left: auto;
  padding-top: 5px;
}

.footer-contact__btn {
  display: block;
  width: 172px;
  margin: 0 0 20px auto;
  padding: 4px 0;
  border: 1px solid #9fa09f;
  border-radius: 13px;
  color: #9fa09f;
  font-size: 13px;
  text-align: center;
}

.footer-contact__btn:hover {
  background: #4e514e;
  opacity: 1;
}

.footer-external-link li {
  margin-bottom: 15px;
  font-size: 13px;
}

.footer-external-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ececec;
}

.footer-external-link li img {
  width: 11px;
  margin-right: 8px;
}

.footer__copyright {
  color: #6f716f;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 12px;
  font-weight: 300;
}

.page-top-pc {
  display: block;
  position: absolute;
  right: 22px;
  bottom: 32px;
  width: 46px;
  height: 46px;
  border: 1px solid #9fa09f;
  content: '';
}

.page-top-pc:before {
  position: absolute;
  right: 15px;
  bottom: 13px;
  -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
  transform: rotate(-45deg) skew(-10deg, -10deg);
  width: 13px;
  height: 13px;
  border-top: 1px solid #9fa09f;
  border-right: 1px solid #9fa09f;
  content: '';
}

.page-top-pc:hover {
  background: #4e514e;
  opacity: 1;
}

.page-top-sp {
  display: none;
}

.footer-menu-sp {
  display: none;
}

@media screen and (max-width: 430px) {

  .page-top-pc {
    display: none
  }

  .page-top-sp {
    display: block;
    position: relative;
    padding: 13px 0 13px 10px;
    background: #525552;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    letter-spacing: .06em
  }

  .page-top-sp:before {
    position: absolute;
    top: 20px;
    left: 140px;
    -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
    transform: rotate(-45deg) skew(-10deg, -10deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
  }

  .footer {
    padding: 0 0 20px;
  }

  .footer .inner {
    padding-top: 35px;
  }

  .footer .inner:before {
    bottom: -20px;
    right: -25px;
    width: 322px;
    height: 260px;
    background-image: url(../img-new/common/bg-footer.png);
  }

  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .footer-logo {
    width: 136px;
    margin: 0 auto 30px;
  }
  .footer__company-name {
    margin-bottom: 7px;
    padding-bottom: 7px;
    text-align: center;
  }
  .footer__address {
    text-align: center;
  }
  .footer-menu,
  .footer-contact {
    display: none;
  }
  .footer-menu-sp {
    display: block;
    margin: 0 calc(50% - 50vw) 30px;
    width: 100vw;
  }
  .footer__copyright {
    text-align: center;
  }
}
    