@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
      text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

select,
button,
input,
textarea,
button {
  border: 1px solid #333;
}

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

table,
td,
th {
  border: 1px solid #333;
}

td,
th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}

th {
  font-weight: bold;
  font-size: 1.05em;
}

html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 "Helvetica", "Arial", sans-serif;
  background-color: #ffffff;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}

button:disabled {
  cursor: default;
}

a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  display: inline-block;
  vertical-align: middle;
}

[hidden],
dialog:not([open]),
template {
  display: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul {
  list-style: none;
}

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

/* font-family: futura-pt, sans-serif;
font-weight: 700;
font-style: normal;

Futura PT Demi
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal; */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

html {
  background-color: #fff;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Noto Sans SC", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Noto Sans JP", YuGothic, "Hiragino Kaku Gothic ProN", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  width: 100%;
  max-width: 3840px;
  margin: auto;
}
@media (max-width: 1300px) {
  body {
    font-size: 14px;
  }
}

a,
a:link {
  color: #333;
}
a:hover,
a:link:hover {
  color: #2a9074;
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.hasbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}
.hasbg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hasholder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}

svg {
  width: 1em;
  min-width: 1em;
  height: 1em;
}

.inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: auto;
}

/* =================================================== */
/* site header style */
.site_header {
  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;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 3840px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site_header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  margin-right: 20px;
  -webkit-transform: 0.3s;
      -ms-transform: 0.3s;
          transform: 0.3s;
  position: relative;
}
.site_header .logo .img {
  width: 100%;
  max-width: 45px;
  margin-right: 10px;
}
.site_header .logo .text {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}
.site_header .logo a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.site_header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
.site_header .nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
}
.site_header .nav > ul a {
  display: inline-block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  min-width: 7em;
  text-align: center;
  white-space: nowrap;
}
.site_header .nav > ul a .triangle {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 9px solid #000;
  border-bottom: none;
  margin-left: 10px;
}
.site_header .nav > ul a:hover .triangle {
  border-top-color: #2a9074;
}
.site_header .hasSub {
  position: relative;
}
@media (min-width: 1100px) {
  .site_header .hasSub:hover .sub_ul {
    opacity: 1;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.site_header .hasSub .sub_ul {
  position: absolute;
  background-color: #fff;
  padding: 5px 0;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.site_header .hasSub .sub_ul a {
  text-align: left;
  display: block;
  font-size: 14px;
  padding: 5px 20px;
}
.site_header .contact {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 15px 35px;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site_header .contact .icon {
  display: inline-block;
  font-size: 1.33em;
  line-height: 1;
}
@media (min-width: 1100px) {
  .site_header .contact:hover {
    background-color: #2a9074;
  }
}
.site_header.fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1300px) {
  .site_header .logo {
    margin-left: 20px;
  }
  .site_header .nav {
    font-size: 16px;
  }
  .site_header .nav > ul a {
    padding: 10px;
  }
  .site_header .contact {
    padding: 10px 25px;
  }
}
@media (max-width: 1100px) {
  .site_header .nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .site_header .logo .img {
    max-width: 38px;
  }
  .site_header .logo .text {
    font-size: 18px;
  }
}

.site_menu {
  padding: 20px 15px;
  display: none;
  cursor: pointer;
}
.site_menu span {
  width: 35px;
  height: 3px;
  display: block;
  background-color: #2a9074;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.site_menu span:nth-child(2) {
  margin: 8px 0;
}
@media (max-width: 1100px) {
  .site_menu {
    display: block;
  }
}

/* mobile-nav style */
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  opacity: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.mobile-nav .nav {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 20px;
}
.mobile-nav .nav > ul {
  padding-bottom: 20px;
}
.mobile-nav .nav > ul > li {
  border-bottom: 1px solid rgba(229, 229, 229, 0.2);
}
.mobile-nav .nav > ul > li:nth-child(1) {
  border-top: 1px solid rgba(229, 229, 229, 0.2);
}
.mobile-nav .nav > ul li {
  position: relative;
}
.mobile-nav .nav > ul li .icon {
  position: absolute;
  z-index: 10;
  top: 0.8em;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .mobile-nav .nav > ul li .icon {
    top: 1em;
  }
}
.mobile-nav .nav > ul li .icon.show {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mobile-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  color: #fff;
}
.mobile-nav a:hover {
  text-decoration: none;
  color: #fff;
}
.mobile-nav a .en {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
}
.mobile-nav a .ja {
  font-weight: 700;
  font-family: YuGothic, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.mobile-nav .sub_ul, .mobile-nav .sub-menu {
  margin-bottom: 10px;
  position: relative;
  display: none;
  overflow: hidden;
}
.mobile-nav .sub_ul::before, .mobile-nav .sub-menu::before {
  content: "";
  height: calc(100% - 20px);
  width: 1px;
  position: absolute;
  background-color: #fff;
  left: 16px;
}
.mobile-nav .sub_ul li, .mobile-nav .sub-menu li {
  position: relative;
  padding-left: 10px;
}
.mobile-nav .sub_ul li::before, .mobile-nav .sub-menu li::before {
  content: "";
  position: absolute;
  top: 1.1em;
  left: 16px;
  width: 12px;
  height: 1px;
  background-color: #fff;
}
.mobile-nav .sub_ul a, .mobile-nav .sub-menu a {
  padding: 5px 22px;
  position: relative;
}
.mobile-nav .sub_ul a::before, .mobile-nav .sub-menu a::before {
  width: 8px;
  top: 16px;
  height: 1px;
  left: 10px;
  background-color: #fff;
  position: absolute;
}
.mobile-nav .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 13em;
  max-width: 100%;
  margin: auto;
  font-weight: 700;
}
.mobile-nav .contact .icon {
  display: inline-block;
  font-size: 1.33em;
  line-height: 1;
  margin-right: 0.5em;
}
@media (min-width: 1100px) {
  .mobile-nav .contact:hover {
    background-color: #2a9074;
  }
}

.mobile-nav-bg {
  padding-top: 65px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #2a9074;
  color: #fff;
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  opacity: 0;
  -webkit-transition: 0.5s 0.5s;
  -o-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}

.show_menu .site_header.fixed {
  -webkit-transition: -webkit-box-shadow 0.7s;
  transition: -webkit-box-shadow 0.7s;
  -o-transition: box-shadow 0.7s;
  transition: box-shadow 0.7s;
  transition: box-shadow 0.7s, -webkit-box-shadow 0.7s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1100px) {
  .show_menu .site_header {
    background-color: #2a9074;
  }
  .show_menu .site_header .logo .text {
    color: #fff;
  }
}
.show_menu .site_menu span {
  background-color: #fff;
}
.show_menu .site_menu span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(135deg);
      -ms-transform: translateY(11px) rotate(135deg);
          transform: translateY(11px) rotate(135deg);
}
.show_menu .site_menu span:nth-child(2) {
  -webkit-transform: translateX(80%);
      -ms-transform: translateX(80%);
          transform: translateX(80%);
  opacity: 0;
}
.show_menu .site_menu span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-135deg);
      -ms-transform: translateY(-11px) rotate(-135deg);
          transform: translateY(-11px) rotate(-135deg);
}
@media (max-width: 1100px) {
  .show_menu {
    overflow: hidden;
  }
  .show_menu .mobile-nav {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
  .show_menu .mobile-nav-bg {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

/* site footer style */
.site_footer {
  background-color: #000;
  color: #fff;
}
.site_footer .foot {
  text-align: center;
  padding-top: 50px;
}
.site_footer .logo {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site_footer .logo a {
  color: #fff;
  text-decoration: none !important;
}
.site_footer .logo .img {
  width: 100%;
  max-width: 45px;
  margin: auto;
}
.site_footer .logo .text {
  font-weight: 700;
  width: auto;
}
.site_footer .nav {
  margin: 30px auto;
}
.site_footer .nav a {
  color: #fff;
}
.site_footer .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site_footer .nav li:not(:last-child) {
  border-right: 1px solid #1a1a1a;
}
.site_footer .nav li a {
  padding: 0 20px;
  white-space: nowrap;
  min-width: 7em;
  display: inline-block;
}
.site_footer .copy {
  text-align: center;
  border-top: 1px solid #1a1a1a;
  font-size: 14px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .site_footer .logo {
    font-size: 16px;
  }
  .site_footer .logo .img {
    max-width: 35px;
  }
  .site_footer .nav {
    margin: 20px auto;
  }
  .site_footer .nav ul {
    display: block;
  }
  .site_footer .nav li:not(:last-child) {
    border-right: none;
  }
  .site_footer .copy {
    font-size: 12px;
    padding: 20px 0;
  }
}

/* =================================================== */
.site_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site_btn .btn {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: #2a9074;
  color: #fff;
  padding: 18px 20px;
  width: 320px;
  max-width: 100%;
}
@media (min-width: 1100px) {
  .site_btn .btn:hover .ico {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.site_btn .text {
  white-space: nowrap;
  width: 100%;
  padding: 0 40px 0 10px;
  border-right: 1px solid #fff;
}
.site_btn .ico {
  margin-left: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1100px) {
  .site_btn .btn {
    padding: 15px 20px;
    width: 280px;
  }
  .site_btn .text {
    padding: 0 20px 0 10px;
  }
}

.site_title {
  font-weight: 700;
}
.site_title .en {
  font-size: 1.25em;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.site_title .ja {
  font-size: 3em;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .site_title .ja {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .site_title .en {
    font-size: 1.2em;
  }
  .site_title .ja {
    font-size: 1.55em;
  }
}

/* =================================================== */
.index-main {
  padding-top: 87.59px;
}
@media (max-width: 1300px) {
  .index-main {
    padding-top: 72.19px;
  }
}
@media (max-width: 1100px) {
  .index-main {
    padding-top: 0;
  }
}

.page-main {
  padding-top: 87.59px;
}
@media (max-width: 1300px) {
  .page-main {
    padding-top: 72.19px;
  }
}
@media (max-width: 1100px) {
  .page-main {
    padding-top: 65px;
  }
}

.hero {
  position: relative;
  padding-top: 50px;
  z-index: 3;
  /* top media */
  /* -------------------------- */
}
.hero .picture {
  position: relative;
  height: calc(100vh - 50px - 87.59px);
  max-height: 1080px;
  min-height: 620px;
}
.hero .picture .hasbg::after {
  width: 100%;
  display: block;
  padding-top: 60%;
}
@media (max-width: 1100px) {
  .hero .picture {
    height: calc(100vh - 50px - 65px);
  }
}
.hero .slider-for {
  width: 100%;
  height: 100%;
}
.hero .slider-for .hasbg {
  height: 100%;
}
.hero .slider-for .slick-list {
  margin: auto;
  width: 72.9%;
  -webkit-transform: translateX(75px);
      -ms-transform: translateX(75px);
          transform: translateX(75px);
}
.hero .slick-list {
  height: 100%;
}
.hero .slick-track {
  height: 100%;
}
.hero .slick-dots {
  position: absolute;
  right: 50px;
  top: 50%;
  z-index: 2;
}
.hero .slick-dots li {
  font-size: 14px;
  margin: 20px;
  width: 1em;
  height: 1em;
}
.hero .slick-dots button {
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  border: none;
  text-indent: -9999999px;
  border-radius: 100%;
}
.hero .slick-dots .slick-active button {
  background-color: #333;
}
.hero .hero_text {
  margin-left: 100px;
  margin-bottom: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #000;
}
.hero .hero_text .title {
  font-size: 65px;
  line-height: 1.2;
  font-weight: 900;
  text-shadow: 0px 0 10px #fff, 0 0px 10px #fff;
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.hero .hero_text .content {
  font-size: 24px;
  margin: 0.8em 0 1em;
  text-shadow: 0px 0 10px #fff, 0 0px 10px #fff, 0px 0 10px #fff, 0 0px 10px #fff;
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.hero .site_btn {
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.hero .site_btn .btn {
  width: 260px;
}
.hero .slider-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 0 20px;
  width: 480px;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.hero .slider-nav .hasbg {
  margin-left: 20px;
  cursor: pointer;
}
.hero .slider-nav .hasbg::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 60%;
}
.hero .slider-nav .hasbg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 5;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1100px) {
  .hero .slider-nav .hasbg:hover::before {
    opacity: 0.35;
  }
}
.hero .scroll {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #333;
  padding-right: 1.15em;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: rotate(90deg) translate(-20%, -14px);
      -ms-transform: rotate(90deg) translate(-20%, -14px);
          transform: rotate(90deg) translate(-20%, -14px);
}
.hero::after {
  content: "";
  width: 457px;
  height: calc(100% + 87.59px);
  background-color: #f5f5f5;
  position: absolute;
  z-index: -1;
  top: -87.59px;
  right: 0;
}
.hero.normalanimate .hero_text .title {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.hero.normalanimate .hero_text .content {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.hero.normalanimate .site_btn {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.hero.normalanimate .slider-nav {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
@media (max-width: 1300px) {
  .hero {
    padding-top: 30px;
  }
  .hero::after {
    width: 35%;
    height: calc(100% + 72.19px);
    top: -72.19px;
  }
  .hero .picture {
    height: calc(100vh - 30px - 72.19px);
  }
}
@media (max-width: 1100px) {
  .hero {
    padding-top: 0px;
  }
  .hero::after {
    height: calc(100% + 0px);
    top: 0px;
  }
  .hero .picture {
    height: calc(100vh - 0px);
  }
}
@media (max-width: 1300px) {
  .hero .picture {
    min-height: 450px;
  }
  .hero .slider-for .slick-list {
    width: 80%;
  }
  .hero .slider-nav {
    width: 450px;
  }
  .hero .slick-dots {
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .hero .slick-dots li {
    margin: 10px;
    font-size: 12px;
  }
  .hero .hero_text {
    margin-left: 80px;
    margin-bottom: 40px;
  }
  .hero .hero_text .title {
    font-size: 3em;
  }
  .hero .hero_text .content {
    font-size: 1.3em;
  }
}
@media (max-width: 1100px) {
  .hero .picture {
    min-height: 350px;
  }
  .hero .slider-for .slick-list {
    width: 100%;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .hero .slider-for .hasbg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.55);
  }
  .hero .slider-nav {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .hero .picture {
    min-height: 450px;
  }
  .hero .hero_text {
    margin-left: 50px;
    margin-bottom: 22vw;
  }
  .hero .slider-nav {
    width: 55%;
    padding: 10px 0;
  }
  .hero .slider-nav .hasbg {
    margin-left: 10px;
  }
}
@media (max-width: 500px) {
  .hero .hero_text {
    margin-bottom: 29vw;
    margin-left: 25px;
  }
  .hero .hero_text .title {
    font-size: 8vw;
  }
  .hero .hero_text .content {
    font-size: 16px;
  }
  .hero .site_btn .btn {
    width: 230px;
    padding: 15px 20px;
  }
  .hero .slider-nav {
    width: 75%;
  }
  .hero .slick-dots {
    right: 0;
  }
}

.index-banner {
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2a9074;
  color: #fff;
  padding: 60px 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url(../images/index-banner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.index-banner .site_btn .btn {
  width: 300px;
  border: 1px solid #fff;
  background-color: transparent;
}
.index-banner .title {
  font-size: 1.875em;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .index-banner {
    margin: 60px auto;
    padding: 40px 40px;
  }
  .index-banner .site_btn .btn {
    width: 260px;
    border: 1px solid #fff;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .index-banner {
    display: block;
    padding: 40px 20px;
  }
  .index-banner .site_btn {
    margin-top: 20px;
  }
  .index-banner .title {
    font-size: 1.5em;
  }
}

.index-banner2 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 100px;
}
@media (max-width: 1100px) {
  .index-banner2 {
    margin-bottom: 60px;
  }
}

.index-section {
  position: relative;
  padding-bottom: 120px;
  z-index: 3;
}
.index-section::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background-image: url(../images/index-bg.jpg);
  background-position: center top;
  z-index: -1;
  background-repeat: no-repeat;
}
.index-section .item {
  margin-top: 140px;
  position: relative;
}
.index-section .item:nth-child(2n) .figure {
  right: auto;
  left: 40px;
}
.index-section .item:nth-child(2n) .figure::after {
  right: auto;
  left: -40px;
}
.index-section .item:nth-child(2n) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index-section .item:nth-child(2n) .inner::before {
  content: "";
  width: 60%;
}
.index-section .figure {
  width: calc(55% - 40px);
  position: absolute;
  right: 40px;
  top: 0;
  height: 100%;
  z-index: 1;
}
.index-section .figure::after {
  content: "";
  width: 80%;
  height: 95%;
  background-color: #e5e5e5;
  position: absolute;
  top: -40px;
  right: -40px;
}
.index-section .figure .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-section .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-section .box {
  width: 44%;
  max-width: 520px;
  padding: 75px 0 90px;
}
.index-section .tag {
  font-size: 14px;
  margin-bottom: 1em;
}
.index-section .tag span {
  border: 1px solid #000;
  padding: 4px 20px;
  margin: 5px auto;
  margin-right: 15px;
  display: inline-block;
}
.index-section .title {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #000;
}
.index-section .title em {
  font-style: normal;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-box-shadow: inset 0 -0.3em 0 #fdb927;
          box-shadow: inset 0 -0.3em 0 #fdb927;
  line-height: 1;
}
.index-section .title .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 10px;
}
.index-section .title .unit {
  font-size: 0.625em;
}
.index-section .ttl {
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 30px;
}
.index-section .content {
  margin: 25px auto 30px;
  line-height: 2;
}
@media (max-width: 1300px) {
  .index-section .item {
    margin-top: 120px;
  }
  .index-section .item:nth-child(2n) .figure {
    right: auto;
    left: 20px;
  }
  .index-section .item:nth-child(2n) .figure::after {
    right: auto;
    left: -20px;
  }
  .index-section .figure {
    width: calc(55% - 20px);
    right: 20px;
  }
  .index-section .figure::after {
    top: -20px;
    right: -20px;
  }
}
@media (max-width: 1100px) {
  .index-section {
    padding-bottom: 60px;
  }
  .index-section::after {
    top: -60px;
    height: calc(100% + 60px);
  }
  .index-section .item {
    margin-top: 80px;
  }
  .index-section .box {
    padding: 50px 0;
  }
  .index-section .title {
    font-size: 2em;
  }
  .index-section .ttl {
    margin-top: 20px;
  }
  .index-section .content {
    margin: 15px auto 20px;
  }
}
@media (max-width: 900px) {
  .index-section .figure {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0;
    bottom: 0;
    width: calc(100% - 40px);
    margin: 20px auto;
  }
  .index-section .figure::before {
    content: "";
    width: 100%;
    display: block;
    padding-top: 60%;
  }
  .index-section .item:nth-child(2n) .inner::before {
    content: none;
  }
  .index-section .box {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .index-section .title {
    font-size: 1.55em;
  }
  .index-section .ttl {
    font-size: 1.1em;
  }
}

.index-works {
  padding: 90px 0;
  background-image: url(../images/works-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.index-works .works-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.index-works .box {
  margin-top: 60px;
}
.index-works .works-list {
  margin: 0 -25px;
}
.index-works .col {
  margin: 0 25px;
}
.index-works .figure {
  position: relative;
  overflow: hidden;
}
.index-works .figure::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 60%;
}
@media (min-width: 1100px) {
  .index-works .figure:hover .hasbg {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.index-works .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.index-works .city {
  font-size: 1.25em;
  font-weight: 700;
  margin: 15px auto 10px;
}
.index-works .tags {
  font-size: 14px;
}
.index-works .tags span {
  border: 1px solid #000;
  padding: 4px 20px;
  margin: 5px auto;
  margin-right: 15px;
  display: inline-block;
  background-color: #fff;
}
.index-works .slick-list {
  width: calc(100% - (40% - 725px));
  margin-left: calc(50% - 725px);
}
.index-works .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 35px;
  height: 60px;
  background-color: transparent;
  border: none;
}
.index-works .slick-arrow svg {
  width: 100%;
  height: 100%;
}
.index-works .slick-prev {
  left: 139px;
}
@media (max-width: 1800px) {
  .index-works .slick-prev {
    left: 75px;
  }
}
@media (max-width: 1600px) {
  .index-works .slick-prev {
    left: 45px;
  }
}
.index-works .slick-next {
  display: none !important;
}
@media (max-width: 1450px) {
  .index-works .slick-next {
    right: 45px;
    display: block !important;
  }
}
@media (max-width: 1450px) {
  .index-works .col {
    margin: 0 10px;
  }
  .index-works .works-list {
    margin: 0 -10px;
  }
  .index-works .slick-list {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
@media (max-width: 1300px) {
  .index-works .slick-arrow {
    width: 25px;
    height: 40px;
  }
}
@media (max-width: 1100px) {
  .index-works {
    padding: 60px 0;
  }
  .index-works .city {
    font-size: 1.14em;
    margin: 10px auto 6px;
  }
  .index-works .tags {
    font-size: 12px;
  }
  .index-works .tags span {
    padding: 2px 12px;
    margin-right: 10px;
  }
  .index-works .box {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .index-works .works-title {
    display: block;
  }
  .index-works .site_btn {
    margin-top: 20px;
  }
  .index-works .slick-arrow {
    width: 20px;
    height: 35px;
    top: 36%;
  }
  .index-works .slick-prev {
    left: 30px;
  }
  .index-works .slick-next {
    right: 30px;
  }
}

.index-voice {
  margin: 90px auto 100px;
}
.index-voice .voice-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.index-voice .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index-voice .item {
  width: 47.14%;
  margin-top: 50px;
  position: relative;
}
.index-voice .item .text {
  width: calc(100% - 165px);
}
.index-voice .figure {
  position: relative;
}
.index-voice .figure::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 60%;
}
.index-voice .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-voice .city {
  font-size: 1.25em;
  font-weight: 700;
  margin: 15px auto 10px;
}
.index-voice .tags {
  font-size: 14px;
}
.index-voice .tags span {
  border: 1px solid #000;
  padding: 4px 20px;
  margin: 5px auto;
  margin-right: 15px;
  display: inline-block;
}
.index-voice .slick-arrow {
  position: absolute;
  bottom: -92px;
  z-index: 10;
  width: 22px;
  height: 27px;
  background-color: transparent;
  border: none;
}
.index-voice .slick-arrow svg {
  width: 100%;
  height: 100%;
}
.index-voice .slick-prev {
  right: 47px;
}
.index-voice .slick-next {
  right: 0;
}
.index-voice .pagination-total {
  color: #cccccc;
}
.index-voice .voice__num_slick {
  position: absolute;
  right: 90px;
  position: absolute;
  bottom: -95px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25em;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.index-voice .voice__num_slick .num {
  width: 1.5em;
}
.index-voice .voice__num_slick .pagination {
  margin-left: 0.35em;
}
@media (max-width: 1300px) {
  .index-voice .item {
    width: 48%;
  }
}
@media (max-width: 1100px) {
  .index-voice {
    margin: 60px auto;
  }
  .index-voice .city {
    font-size: 1.14em;
    margin: 10px auto 6px;
  }
  .index-voice .tags {
    font-size: 12px;
  }
  .index-voice .tags span {
    padding: 2px 12px;
    margin-right: 10px;
  }
  .index-voice .item {
    width: calc(50% - 10px);
    margin-top: 40px;
  }
  .index-voice .item .text {
    width: calc(100% - 120px);
  }
  .index-voice .slick-arrow {
    width: 16px;
    bottom: -71px;
  }
  .index-voice .slick-prev {
    right: 25px;
  }
  .index-voice .voice__num_slick {
    font-size: 1.14em;
    right: 55px;
    bottom: -71px;
  }
}
@media (max-width: 767px) {
  .index-voice .voice-title {
    display: block;
  }
  .index-voice .site_btn {
    margin-top: 20px;
  }
  .index-voice .boxes {
    display: block;
  }
  .index-voice .item {
    width: 100%;
  }
}

.index-company {
  position: relative;
}
.index-company .company-title {
  position: relative;
  z-index: 3;
}
.index-company .company-title .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.index-company .site_title {
  padding: 65px 90px;
  background-color: #fff;
  border-top: 6px solid #2a9074;
  display: inline-block;
  margin-bottom: 90px;
}
.index-company .site_title .ja {
  width: 1em;
  margin: auto;
  line-height: 1.1;
}
.index-company .company-content {
  position: relative;
  z-index: 3;
}
.index-company .boxes {
  padding-bottom: 80px;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  position: relative;
  z-index: 3;
  margin-left: 100px;
}
.index-company .title {
  font-size: 2.25em;
  line-height: 1.4;
  font-weight: 700;
}
.index-company .title span {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 0 5px 3px;
  margin-bottom: 0.45em;
}
.index-company .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index-company .content {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 1300px) {
  .index-company .content {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .index-company .site_title {
    padding: 40px 50px;
  }
  .index-company .boxes {
    padding-bottom: 50px;
    margin-left: 62px;
  }
  .index-company .title {
    font-size: 1.8em;
  }
}
@media (max-width: 900px) {
  .index-company .text {
    display: block;
  }
  .index-company .site_btn {
    margin-top: 20px;
  }
  .index-company .content {
    font-size: 1.14em;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .index-company .site_title {
    padding: 40px 30px;
  }
  .index-company .boxes {
    margin-left: 0;
  }
  .index-company .title {
    font-size: 1.3em;
  }
  .index-company .content {
    font-size: 1em;
  }
}
@media (max-width: 500px) {
  .index-company .site_title {
    padding: 40px 25px;
    margin-bottom: 60px;
  }
  .index-company .boxes {
    -webkit-transform: translateY(-1em);
        -ms-transform: translateY(-1em);
            transform: translateY(-1em);
  }
}

.normalmove {
  -webkit-transition-duration: 0.9s;
       -o-transition-duration: 0.9s;
          transition-duration: 0.9s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.normalmove.normalanimate {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.normalmoveImg .hasbg {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.normalmoveImg .hasbg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 5;
  background-color: #2a9074;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: 0.6s 0.9s;
  -o-transition: 0.6s 0.9s;
  transition: 0.6s 0.9s;
}
.normalmoveImg.normalanimate .hasbg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.normalmoveImg.normalanimate .hasbg::before {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* page style */
.page-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: auto;
}

.page-top {
  padding-top: 50px;
}
@media (max-width: 1300px) {
  .page-top {
    padding-top: 30px;
  }
}
@media (max-width: 1100px) {
  .page-top {
    padding-top: 0px;
  }
}

.page-hero {
  padding: 130px 0;
  position: relative;
  z-index: 3;
}
.page-hero .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  width: 100%;
  left: auto;
  right: 0;
}
@media (min-width: 1400px) {
  .page-hero .bg {
    width: calc(100% - (50% - 700px));
  }
}
.page-hero .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-hero .title {
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0px 0 10px #fff, 0 0px 10px #fff;
}
.page-hero .ja {
  font-weight: 900;
  font-size: 65px;
}
.page-hero .en {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .page-hero .title {
    font-size: 1.5em;
  }
  .page-hero .ja {
    font-size: 2.7em;
  }
}
@media (max-width: 1100px) {
  .page-hero {
    padding: 100px 0;
  }
  .page-hero .title {
    font-size: 1.3em;
  }
  .page-hero .ja {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  .page-hero {
    padding: 60px 0;
  }
  .page-hero .title {
    font-size: 1.2em;
  }
  .page-hero .ja {
    font-size: 2em;
  }
}

.breadcrumbs {
  padding: 10px 0;
}

/* page case style */
.page_case_wrap .line-up {
  background-color: #f5f5f5;
  padding: 100px 0;
  margin: 80px auto;
  background-image: url(../images/case/line-up-bg.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: repeat-x;
}
.page_case_wrap .line-up .page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_case_wrap .line-up .content {
  width: 57%;
  font-size: 18px;
  line-height: 2;
  margin-left: 1em;
}
.page_case_wrap .line-up-title ul {
  font-size: 18px;
  margin-top: 20px;
}
.page_case_wrap .line-up-title li {
  margin: 5px 0;
}
.page_case_wrap .yellow-bg-text {
  -webkit-box-shadow: inset 0 -0.3em 0 #fdb927;
          box-shadow: inset 0 -0.3em 0 #fdb927;
}
.page_case_wrap .section1 {
  margin: 130px auto 100px;
}
.page_case_wrap .section1 .item {
  position: relative;
}
.page_case_wrap .section1 .item:nth-child(2n) .figure {
  right: auto;
  left: 40px;
}
.page_case_wrap .section1 .item:nth-child(2n) .figure::after {
  right: auto;
  left: -40px;
}
.page_case_wrap .section1 .item:nth-child(2n) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_case_wrap .section1 .item:nth-child(2n) .inner::before {
  content: "";
  width: 60%;
}
.page_case_wrap .section1 .figure {
  width: calc(50% - 30px);
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
  z-index: 1;
}
.page_case_wrap .section1 .figure::after {
  content: "";
  width: 80%;
  height: 95%;
  background-color: #e5e5e5;
  position: absolute;
  top: -30px;
  right: -30px;
}
.page_case_wrap .section1 .figure .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page_case_wrap .section1 .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page_case_wrap .section1 .box {
  width: 45%;
  max-width: 520px;
  padding: 100px 0 90px;
}
.page_case_wrap .section1 .tag {
  font-size: 14px;
  margin-bottom: 1em;
}
.page_case_wrap .section1 .tag span {
  border: 1px solid #000;
  padding: 4px 20px;
  margin: 5px auto;
  margin-right: 15px;
  display: inline-block;
}
.page_case_wrap .section1 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #000;
}
.page_case_wrap .section1 .ttl {
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 10px;
}
.page_case_wrap .section1 .content {
  margin: 25px auto 0;
  line-height: 2;
}
.page_case_wrap .section2 {
  padding: 90px 0;
  position: relative;
  z-index: 3;
}
.page_case_wrap .section2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  opacity: 0.15;
  overflow: hidden;
}
.page_case_wrap .section2 .bg .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.page_case_wrap .section2 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}
.page_case_wrap .section2 .ttl {
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 10px;
}
.page_case_wrap .section2 .content {
  margin: 25px auto 0;
  line-height: 2;
}
.page_case_wrap .section2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -14px 0;
}
.page_case_wrap .section2 .col {
  width: calc(25% - 28px);
  margin: 14px;
}
.page_case_wrap .section2 .col .figure {
  position: relative;
}
.page_case_wrap .section2 .col .figure .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page_case_wrap .section2 .col .figure::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 82.14%;
}
.page_case_wrap .section2 .col .en {
  font-size: 18px;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 5px;
}
.page_case_wrap .section2 .col .ja {
  line-height: 1.5;
}
.page_case_wrap .section3 {
  margin: 100px auto;
}
.page_case_wrap .section3 .box1 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #000;
}
.page_case_wrap .section3 .box1 .ttl {
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 10px;
}
.page_case_wrap .section3 .box1 .content {
  margin: 25px auto 0;
  line-height: 1.8;
}
.page_case_wrap .section3 .case-slider {
  margin-top: 30px;
}
.page_case_wrap .section3 .case-slider .text {
  font-weight: 700;
  font-size: 1.25em;
  padding: 1em 0;
}
.page_case_wrap .section3 .case-slider .img {
  position: relative;
}
.page_case_wrap .section3 .case-slider .img::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 46.83%;
}
.page_case_wrap .section3 .case-slider .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page_case_wrap .section3 .case-slider .hasbg.contain {
  background-size: contain;
}
.page_case_wrap .section3 .case-slider .hasbg.contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page_case_wrap .section3 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 22px;
  height: 27px;
  background-color: transparent;
  border: none;
}
.page_case_wrap .section3 .slick-arrow svg {
  width: 100%;
  height: 100%;
}
.page_case_wrap .section3 .slick-prev {
  left: -5%;
}
.page_case_wrap .section3 .slick-next {
  right: -5%;
}
.page_case_wrap .section3 .case-slider-nav {
  margin: 0 -10px;
}
.page_case_wrap .section3 .case-slider-nav .img {
  margin: 10px;
  position: relative;
}
.page_case_wrap .section3 .case-slider-nav .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page_case_wrap .section3 .case-slider-nav .slick-current::before {
  background-color: rgba(255, 255, 255, 0);
}
.page_case_wrap .section3 .box2 {
  margin: 75px auto;
}
.page_case_wrap .section3 .box2 .ttl {
  font-weight: 700;
  font-size: 1.25em;
  margin: 15px auto 10px;
}
.page_case_wrap .section3 .box2 .figure {
  position: relative;
}
.page_case_wrap .section3 .box2 .figure .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page_case_wrap .section3 .box2 .figure::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 46.83%;
}
.page_case_wrap .section3 .h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 0.4em;
  margin-bottom: 35px;
  border-left: 6px solid #2a9074;
}
.page_case_wrap .section3 .table {
  overflow-x: auto;
}
.page_case_wrap .section3 table {
  border: none;
}
.page_case_wrap .section3 tr:nth-child(1) th {
  font-size: 20px;
}
.page_case_wrap .section3 th {
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #cccccc;
  font-size: 18px;
}
.page_case_wrap .section3 th:nth-child(1) {
  background-color: #f0f0f0;
  width: 10.5em;
  padding: 45px 20px;
}
.page_case_wrap .section3 td {
  border: 1px solid #cccccc;
  padding: 20px;
  vertical-align: middle;
  text-align: center;
}
.page_case_wrap .section3 td .text-left {
  text-align: left;
}
.page_case_wrap .section3 td .start {
  font-size: 1.25em;
  color: #2a9074;
  letter-spacing: 0.5em;
  margin-bottom: 10px;
}
.page_case_wrap .section3 td .start .alpha {
  color: #000;
}
.page_case_wrap .section3 td .start em {
  color: #fff;
  text-shadow: 1px 0 0px #000, 0 1px 0px #000, -1px 0 0px #000, 0 -1px 0px #000;
  font-style: normal;
}
.page_case_wrap .section3 td .icon {
  color: #2a9074;
  margin-bottom: 10px;
}
.page_case_wrap .section3 td .hasbg {
  position: relative;
  width: 100%;
}
.page_case_wrap .section3 td .hasbg::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 66.29%;
}
.page_case_wrap .section3 td .hasbg img {
  z-index: 2;
}
.page_case_wrap .section3 .price {
  font-size: 1.25em;
  font-weight: 700;
}
.page_case_wrap .section3 .price .num {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  line-height: 1;
  font-size: 2.4em;
  display: inline-block;
  -webkit-box-shadow: inset 0 -0.3em 0 #fdb927;
          box-shadow: inset 0 -0.3em 0 #fdb927;
}
.page_case_wrap .section3 .btn-group td {
  padding: 0;
  border-color: #fff;
}
.page_case_wrap .section3 .btn-group .site_btn .btn {
  width: 100%;
}
@media (max-width: 1400px) {
  .page_case_wrap .section3 .slick-arrow {
    width: 20px;
    height: 30px;
  }
  .page_case_wrap .section3 .slick-prev {
    left: -30px;
  }
  .page_case_wrap .section3 .slick-next {
    right: -30px;
  }
}
@media (max-width: 1300px) {
  .page_case_wrap .line-up .content {
    font-size: 16px;
  }
  .page_case_wrap .line-up-title ul {
    font-size: 16px;
  }
  .page_case_wrap .section1 .figure {
    width: calc(50% - 20px);
    right: 20px;
  }
  .page_case_wrap .section1 .figure::after {
    top: -20px;
    right: -20px;
  }
  .page_case_wrap .section2 .col .en {
    font-size: 16px;
  }
  .page_case_wrap .section3 .slick-arrow {
    background-color: rgb(0, 0, 0);
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25px;
    color: #fff;
  }
  .page_case_wrap .section3 .slick-arrow svg {
    fill: #fff;
  }
  .page_case_wrap .section3 .slick-prev {
    left: 10px;
  }
  .page_case_wrap .section3 .slick-next {
    right: 10px;
  }
  .page_case_wrap .section3 .h3 {
    font-size: 1.5em;
    margin-bottom: 1.45em;
  }
  .page_case_wrap .section3 tr:nth-child(1) th {
    font-size: 1.25em;
  }
  .page_case_wrap .section3 th {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .page_case_wrap .line-up {
    padding: 60px 0;
    margin: 60px auto;
  }
  .page_case_wrap .line-up .content {
    font-size: 1em;
  }
  .page_case_wrap .line-up-title ul {
    font-size: 1em;
  }
  .page_case_wrap .section1 {
    margin: 80px auto 60px;
  }
  .page_case_wrap .section1 .box {
    padding: 50px 0;
  }
  .page_case_wrap .section1 .title {
    font-size: 2em;
  }
  .page_case_wrap .section1 .content {
    margin: 15px auto 0;
    line-height: 1.6;
  }
  .page_case_wrap .section2 {
    padding: 60px 0;
  }
  .page_case_wrap .section2 .title {
    font-size: 2em;
  }
  .page_case_wrap .section2 .content {
    margin: 15px auto 0;
    line-height: 1.6;
  }
  .page_case_wrap .section2 .list {
    margin: 15px -10px 0;
  }
  .page_case_wrap .section2 .col {
    width: calc(25% - 20px);
    margin: 10px;
  }
  .page_case_wrap .section2 .col .en {
    font-size: 1em;
  }
  .page_case_wrap .section3 {
    margin: 60px auto;
  }
  .page_case_wrap .section3 .box1 .title {
    font-size: 2em;
  }
  .page_case_wrap .section3 .case-slider-nav {
    margin: 0 -5px;
  }
  .page_case_wrap .section3 .case-slider-nav .img {
    margin: 5px;
  }
  .page_case_wrap .section3 .box2 {
    margin: 50px auto;
  }
  .page_case_wrap .section3 .h3 {
    margin-bottom: 1em;
    border-left-width: 4px;
    padding: 0.1em 0.4em;
  }
  .page_case_wrap .section3 th {
    font-size: 1.1em;
  }
  .page_case_wrap .section3 td .start {
    letter-spacing: 0.2em;
  }
}
@media (max-width: 900px) {
  .page_case_wrap .section1 .figure {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0;
    bottom: 0;
    width: calc(100% - 40px);
    margin: 20px auto;
  }
  .page_case_wrap .section1 .figure::before {
    content: "";
    width: 100%;
    display: block;
    padding-top: 60%;
  }
  .page_case_wrap .section1 .item:nth-child(2n) .inner::before {
    content: none;
  }
  .page_case_wrap .section1 .box {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page_case_wrap .line-up {
    margin: 40px auto;
  }
  .page_case_wrap .line-up .page-inner {
    display: block;
  }
  .page_case_wrap .line-up .content {
    width: 100%;
    margin: 20px auto 0;
  }
  .page_case_wrap .section1 .title {
    font-size: 1.55em;
  }
  .page_case_wrap .section1 .ttl {
    font-size: 1.1em;
  }
  .page_case_wrap .section2 {
    background-color: #f7f7f7;
  }
  .page_case_wrap .section2 .title {
    font-size: 1.55em;
  }
  .page_case_wrap .section2 .ttl {
    font-size: 1.1em;
  }
  .page_case_wrap .section2 .col {
    width: calc(50% - 20px);
  }
  .page_case_wrap .section2 .col .ja {
    font-size: 12px;
  }
  .page_case_wrap .section3 .box1 .title {
    font-size: 1.55em;
  }
  .page_case_wrap .section3 .box1 .ttl {
    font-size: 1.1em;
  }
  .page_case_wrap .section3 .box1 .content {
    line-height: 1.6;
  }
  .page_case_wrap .section3 .case-slider .text {
    font-size: 1.1em;
  }
  .page_case_wrap .section3 .box2 .ttl {
    font-size: 1.1em;
  }
  .page_case_wrap .section3 .h3 {
    font-size: 1.2em;
  }
  .page_case_wrap .section3 th:nth-child(1) {
    padding: 30px 15px;
  }
  .page_case_wrap .section3 td {
    padding: 15px;
  }
}