@charset "UTF-8";
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=16be1d1a-6c58-4b66-ade2-da439ac7a3a7&fontids=5664093");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

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

ul, ol {
  list-style: none;
}

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

img {
  border-style: none;
}

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

input, select, textarea {
  vertical-align: middle;
}

input,
select,
textarea {
  vertical-align: middle;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  font-size: 100%;
  font-family: inherit;
  outline: none;
  cursor: pointer;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  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;
}

@font-face {
  font-family: "Helvetica Neue LT W05 55 Roman";
  src: url("../fonts/helvetica-neue.woff2") format("woff2"), url("../fonts/helvetica-neue.woff") format("woff");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 0.7042vw;
}
@media (max-width: 900px) {
  html {
    font-size: 2.6666vw;
  }
}

body {
  color: #000;
  font-family: "ヒラギノ角ゴ W4 JIS2004", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

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

iframe {
  vertical-align: middle;
}

/* CLEAR-FIX */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.sp {
  display: none;
}
@media (max-width: 900px) {
  .sp {
    display: block;
  }
}
.sp-inline {
  display: none;
}
@media (max-width: 900px) {
  .sp-inline {
    display: inline;
  }
}

@media (max-width: 900px) {
  .pc {
    display: none;
  }
}

.ib {
  display: inline-block;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.cont_pd {
  padding-left: 22px;
  padding-right: 22px;
}

.font_en {
  font-family: "Helvetica Neue LT W05 55 Roman", "Helvetica Neue", sans-serif;
}

.font_jp {
  font-family: "ヒラギノ角ゴ W4 JIS2004", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

.bg_red {
  background-color: #B7615F;
}

.header_title {
  font-size: 15px;
  line-height: 1;
  position: fixed;
  top: 15px;
  left: 22px;
  z-index: 9;
}
@media (max-width: 900px) {
  .header_title {
    font-size: 1.5rem;
    left: 10px;
    z-index: 7;
  }
}
.header_title br {
  display: none;
}
@media (max-width: 1024px) {
  .header_title br {
    display: block;
  }
}
@media (max-width: 900px) {
  .header_title br {
    display: none;
  }
}
.header_nav {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 7;
}
@media (max-width: 900px) {
  .header_nav {
    display: none;
  }
}
.header_nav li {
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  top: 12px;
}
.header_nav li:nth-of-type(1) {
  right: calc(50% + 138px);
}
.header_nav li:nth-of-type(2) {
  right: calc(50% + 20px);
}
.header_nav li:nth-of-type(3) {
  left: calc(50% + 20px);
}
.header_nav li:nth-of-type(4) {
  left: calc(50% + 138px);
}
.header_nav a {
  position: relative;
}
.header_nav a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.3s ease-out;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.header_nav a:hover::before {
  width: 100%;
  opacity: 1;
}

.gNavBtn {
  padding-left: 37px;
  font-size: 15px;
  line-height: 1;
  position: fixed;
  top: 15px;
  right: 22px;
  z-index: 11;
}
@media (max-width: 900px) {
  .gNavBtn {
    width: 3.4rem;
    height: 3.4rem;
    padding-left: 0;
    font-size: 0;
    top: auto;
    right: 10px;
    bottom: calc(6.76% - 1.7rem);
  }
}
.gNavBtn::before, .gNavBtn::after {
  content: "";
  background: #000;
  position: absolute;
}
@media (max-width: 900px) {
  .gNavBtn::before, .gNavBtn::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.gNavBtn::before {
  width: 20px;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
}
@media (max-width: 900px) {
  .gNavBtn::before {
    width: 100%;
    height: 0.2rem;
    min-height: 2px;
    top: calc(50% - .1rem);
    left: 0;
  }
}
.gNavBtn::after {
  width: 2px;
  height: 20px;
  top: calc(50% - 10px);
  left: 9px;
  transition: 0.3s;
  transform-origin: center;
}
@media (max-width: 900px) {
  .gNavBtn::after {
    width: 0.2rem;
    min-width: 2px;
    height: 100%;
    top: 0;
    left: calc(50% - .1rem);
  }
}
.gNavBtn.active::after {
  transform: scale(1, 0);
}

.gNav {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
@media (max-width: 900px) {
  .gNav {
    flex-direction: column;
  }
}

.gNavPrimary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  background: #008B83;
  padding: 22px 16px 25px 22px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 900px) {
  .gNavPrimary {
    width: 100%;
    height: 86.5%;
    padding: 16px 10px 10px;
  }
}
.about .gNavPrimary {
  background-color: #B7615F;
}
.info .gNavPrimary {
  background-color: #CCB072;
}
.news .gNavPrimary {
  background-color: #707F83;
}
.gNavPrimary::-webkit-scrollbar {
  display: none;
}
.gNavPrimary_logo img {
  width: 100%;
}
.gNavPrimary_copyright {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 2rem;
}
@media (max-width: 900px) {
  .gNavPrimary_copyright {
    display: none;
  }
}
.gNavPrimary_nav {
  margin: 3rem 0 4rem;
}
@media (max-width: 900px) {
  .gNavPrimary_nav {
    margin: 0 0 0.7rem;
  }
}
.gNavPrimary_nav ul {
  display: flex;
  flex-wrap: wrap;
}
.gNavPrimary_nav li {
  margin-top: 1rem;
  margin-right: 7.5%;
}
.gNavPrimary_nav li:nth-child(3) {
  width: 30%;
}
@media (max-width: 900px) {
  .gNavPrimary_nav li {
    margin-top: 0.7rem;
    margin-right: 0;
  }
  .gNavPrimary_nav li:nth-child(odd) {
    width: 38.6%;
  }
  .gNavPrimary_nav li:nth-child(even) {
    width: 61.4%;
  }
}
.gNavPrimary_nav a {
  display: inline-block;
  font-size: 4.8rem;
  line-height: 1.18;
}
@media (max-width: 900px) {
  .gNavPrimary_nav a {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.gNavPrimary_address {
  display: flex;
  align-items: flex-start;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .gNavPrimary_address {
    justify-content: space-between;
    font-size: 1.2rem;
  }
}
.gNavPrimary_address_place {
  width: 45%;
}
@media (max-width: 900px) {
  .gNavPrimary_address_place {
    width: 52.7%;
  }
}
.gNavPrimary_address_map {
  display: block;
  margin-left: 6rem;
  padding-top: 1px;
  width: 17.7%;
  border: 2px solid #000;
  border-radius: 4rem;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 900px) {
  .gNavPrimary_address_map {
    width: 33.24%;
  }
}
.gNavPrimary_info {
  margin-top: 4rem;
}
@media (max-width: 900px) {
  .gNavPrimary_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
  }
  .gNavPrimary_info.pc {
    display: none;
  }
}
.gNavPrimary_info_contact {
  font-size: 2.4rem;
  line-height: 1.416;
}
@media (max-width: 900px) {
  .gNavPrimary_info_contact {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.gNavPrimary_info_sns {
  margin-top: 0.6rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (max-width: 900px) {
  .gNavPrimary_info_sns {
    margin-top: 0;
    line-height: 1.6;
  }
}
.gNavPrimary_info_sns a {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .gNavPrimary_spLogo {
    margin-top: 4vh;
  }
}
.gNavPrimary_spLogo img {
  width: 100%;
}

.gNavBlur {
  width: 50%;
  height: 100%;
  padding: 17px 22px 20px 16px;
  border-left: 4px solid #008B83;
}
.about .gNavBlur {
  border-color: #B7615F;
}
.info .gNavBlur {
  border-color: #CCB072;
}
@media (max-width: 900px) {
  .gNavBlur {
    display: none;
  }
}
.gNavBlur_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.gNavBlur_read {
  width: 60%;
  max-width: 295px;
  font-size: 1.2rem;
  line-height: 1.416;
}
.gNavBlur_logo img {
  width: 100%;
}

.main {
  min-height: 100vh;
}

.inpContainer {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .inpContainer {
    display: block;
  }
}
.inpContainer::before {
  content: "";
  width: 8px;
  height: 100vh;
  background-color: #008B83;
  position: fixed;
  top: 0;
  left: calc(50% - 4px);
  z-index: 8;
}
@media (max-width: 900px) {
  .inpContainer::before {
    display: none;
  }
}
.about .inpContainer::before {
  background-color: #B7615F;
}
.info .inpContainer::before {
  background-color: #CCB072;
}
.news .inpContainer::before {
  background-color: #707F83;
}
.inpContainer_imgBox {
  width: 50%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
}
@media (max-width: 900px) {
  .inpContainer_imgBox {
    width: 100%;
    height: 50vh;
    position: relative;
  }
  .inpContainer_imgBox::before {
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 2;
  }
  .about .inpContainer_imgBox::before {
    background-color: #B7615F;
  }
  .info .inpContainer_imgBox::before {
    background-color: #CCB072;
  }
}
.inpContainer_imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.js_aboutImg .inpContainer_imgBox {
  display: none;
}
@media (max-width: 900px) {
  .js_aboutImg .inpContainer_imgBox {
    display: block !important;
    opacity: 1 !important;
  }
}
.inpContainer_primary {
  width: 50%;
  padding: 15.2rem 22px 40rem;
}
@media (max-width: 900px) {
  .inpContainer_primary {
    width: 100%;
    padding: 2.8rem 10px 28rem;
  }
}

.inp_mainTtl {
  margin-bottom: 24rem;
  font-size: 9.6rem;
  line-height: 1.0625;
}
@media (max-width: 900px) {
  .inp_mainTtl {
    margin-bottom: 10rem;
    font-size: 6rem;
  }
}
.inp_mainTtl_jp {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.footer {
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 34px;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 8;
}
@media (max-width: 900px) {
  .footer {
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 10px 10px;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
}
.footer_address {
  display: flex;
  align-items: flex-start;
  width: 50%;
  padding-left: 22px;
  padding-right: 16px;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .footer_address {
    justify-content: space-between;
    width: 100%;
    padding: 0;
    font-size: 1.2rem;
  }
}
.footer_address_place {
  width: 45%;
}
@media (max-width: 900px) {
  .footer_address_place {
    width: 52.7%;
  }
}
.footer_address_map {
  display: block;
  margin-left: 6rem;
  padding-top: 1px;
  width: 17.7%;
  border: 2px solid #000;
  border-radius: 4rem;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 900px) {
  .footer_address_map {
    width: 33.24%;
  }
}
.footer_info {
  width: 50%;
  padding-left: 16px;
  padding-right: 22px;
}
@media (max-width: 900px) {
  .footer_info {
    width: 100%;
    padding: 4.6rem 0 0;
  }
}
.footer_info_contact {
  font-size: 4.8rem;
  line-height: 1.0625;
}
@media (max-width: 900px) {
  .footer_info_contact {
    font-size: 3rem;
    line-height: 1.13;
  }
}
.footer_info_sns {
  margin-top: 0.5rem;
  font-size: 2.4rem;
  line-height: 1.416;
}
.footer_info_sns p + p {
  margin-top: 1.4rem;
}
@media (max-width: 900px) {
  .footer_info_sns p + p {
    margin-top: 0.5rem;
  }
}
.footer_info_sns a {
  display: inline-block;
  text-decoration: underline;
}
.footer_logo01, .footer_logo02 {
  width: 50%;
  position: absolute;
  bottom: 20px;
}
@media (max-width: 900px) {
  .footer_logo01, .footer_logo02 {
    width: 100%;
    position: static;
  }
}
.footer_logo01 img, .footer_logo02 img {
  width: 100%;
}
.footer_logo01 {
  padding-left: 22px;
  padding-right: 20px;
  left: 0;
}
@media (max-width: 900px) {
  .footer_logo01 {
    padding: 0;
  }
}
.footer_logo02 {
  padding-left: 20px;
  padding-right: 22px;
  right: 0;
}
@media (max-width: 900px) {
  .footer_logo02 {
    padding: 1rem 0 0;
  }
}

.home .main {
  height: calc(100vh + 200px);
}
@media (max-width: 900px) {
  .home .main {
    height: calc(100vh + 300px);
  }
}
.home .header_title {
  transform: translateY(calc(-100% - 15px));
  transition: 0.4s;
}
.home .header_nav li {
  transform: translateY(calc(-100% - 12px));
  transition: 0.4s;
}
@media (max-width: 900px) {
  .home .gNavBtn {
    transform: translateX(calc(100% + 10px));
    transition: 0.4s;
  }
}
.home.scroll .header_title,
.home.scroll .header_nav li {
  transform: translateY(0);
}
@media (max-width: 900px) {
  .home.scroll .gNavBtn {
    transform: translateX(0);
    transition: 0.4s 0.2s;
  }
}
@media (max-width: 900px) {
  .home .gNavBtn.active {
    transform: translateX(0);
  }
}

.homeOpening_logo01 {
  width: 50%;
  padding: 22px 16px 0 22px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transition: 0.4s;
}
@media (max-width: 900px) {
  .homeOpening_logo01 {
    width: 100%;
    padding: 16px 10px 0;
  }
}
.scroll .homeOpening_logo01, .fixed .homeOpening_logo01 {
  transform: translateY(-100%);
}
.homeOpening_logo01 img {
  width: 100%;
}
.homeOpening_logo02 {
  width: 50%;
  padding: 0 22px 20px 16px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
  transition: 0.4s;
}
@media (max-width: 900px) {
  .homeOpening_logo02 {
    width: 100%;
    padding: 0 10px 10px;
  }
}
.scroll .homeOpening_logo02, .fixed .homeOpening_logo02 {
  transform: translateY(100%);
}
.homeOpening_logo02 img {
  width: 100%;
}
.homeOpening_nav {
  display: flex;
  position: fixed;
  left: 22px;
  bottom: 20px;
  z-index: 9;
  transition: 0.4s;
}
.scroll .homeOpening_nav {
  transform: translateY(calc(100% + 20px));
}
@media (max-width: 900px) {
  .homeOpening_nav {
    display: none;
  }
}
.homeOpening_nav li {
  font-size: 30px;
  line-height: 36px;
  margin-right: 3.6rem;
}
.homeOpening_nav a {
  position: relative;
}
.homeOpening_nav a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.3s ease-out;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.homeOpening_nav a:hover::before {
  width: 100%;
  opacity: 1;
}

.homeImgCont {
  display: flex;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 900px) {
  .homeImgCont {
    display: block;
  }
}
.homeImgCont::before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #008B83;
  position: absolute;
  top: 0;
  left: calc(50% - 4px);
  z-index: 8;
}
@media (max-width: 900px) {
  .homeImgCont::before {
    width: 100%;
    height: 8px;
    top: calc(50vh - 4px);
    left: 0;
  }
}
.homeImgCont div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}
@media (max-width: 900px) {
  .homeImgCont div {
    width: 100%;
    height: 50%;
  }
}
.homeImgCont img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about_mainTtl {
  margin: 0;
  position: absolute;
  left: 16px;
  bottom: 15px;
}
@media (max-width: 900px) {
  .about_mainTtl {
    left: 10px;
  }
}
.about .inpContainer_primary {
  padding-top: calc(100vh - 9.6rem * 1.0625 * 2 - 2.0rem);
}
@media (max-width: 900px) {
  .about .inpContainer_primary {
    padding-top: 4.6rem;
    padding-bottom: 15rem;
  }
}
@media (max-width: 900px) {
  .about .js_aboutImg .inpContainer_primary {
    background: #B7615F;
  }
}
.about_cont .font_en {
  font-size: 2.4rem;
  line-height: 1.416;
}
.about_cont > .font_en {
  margin-top: 10rem;
}
@media (max-width: 900px) {
  .about_cont > .font_en {
    margin-top: 14rem;
  }
}
.about_info {
  margin-top: 11rem;
}
@media (max-width: 900px) {
  .about_info {
    margin-top: 14rem;
  }
}
.about_info_ttl {
  margin-bottom: 4.5rem;
  border-bottom: 0.2rem solid #000;
  font-size: 1.4rem;
}
.about_info_ttl .font_en {
  font-size: 1.5rem;
}
.about_info_ttlBorder {
  display: inline-block;
  margin-bottom: 4.5rem;
  padding: 0.5rem 1.8rem 0.3rem;
  border: 0.2rem solid #000;
  font-size: 1.4rem;
}
.about_info_ttlBorder .font_en {
  font-size: 1.5rem;
}
dl + .about_info_ttlBorder {
  margin-top: 6rem;
}
.about_info dl {
  display: flex;
}
@media (max-width: 900px) {
  .about_info dl {
    display: block;
  }
}
.about_info dt {
  width: 11.8rem;
  font-family: "Helvetica Neue LT W05 55 Roman", "Helvetica Neue", sans-serif;
  font-size: 2.4rem;
}
.about_info dd {
  flex: 1;
}
@media (max-width: 900px) {
  .about_info dd {
    margin-top: 1rem;
  }
}
.about_info p + p {
  margin-top: 1.8rem;
}
.about_info p span {
  display: block;
  margin-top: -0.1rem;
  font-size: 1.4rem;
}
.about_info p span.font_en {
  font-size: 1.5rem;
}
.about_info p .font_jp {
  display: inline;
  font-size: 2.2rem;
  margin-top: 0;
}
@media (max-width: 900px) {
  .about_info p .font_jp {
    line-height: 1.5;
  }
}
.about_info .font_en span {
  font-size: 1.5rem;
}
.about_info-type02 dl + dl {
  margin-top: 4.5rem;
}
.about_info-type02 dl + .mt_min {
  margin-top: 1.5rem;
}
@media (max-width: 900px) {
  .about_info-type02 dl + .mt_min {
    margin-top: 4.5rem;
  }
}
.about .about_mt30 {
  margin-top: 3rem;
}

.infoCont p {
  margin-top: 3.4rem;
}
.infoCont .font_en {
  margin-top: 6.4rem;
  font-size: 2.4rem;
  line-height: 1.416;
}
.infoCont .font_en + .font_en {
  margin-top: 3.4rem;
}

.worksList_base, .worksList_cont {
  width: 29.4%;
  margin-bottom: 5%;
}
.worksList_cont {
  border: 1px solid #000;
}
@media (max-width: 900px) {
  .worksList_cont {
    width: 48.4%;
    margin-bottom: 3.2%;
  }
}
.worksList_cont > div {
  position: relative;
}
.worksList_cont img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 99%;
  height: 99%;
  filter: grayscale(100%);
  transition: 0.3s;
}
.worksList_cont img:hover {
  filter: grayscale(0);
}
.worksList_margin {
  width: 5.9%;
}

.works .inp_mainTtl {
  margin-bottom: 0;
}
.works_cat {
  display: flex;
  margin-bottom: 22rem;
}
@media (max-width: 900px) {
  .works_cat {
    margin-bottom: 14.8rem;
  }
}
.works_cat li {
  margin-right: 0.6rem;
}
.works_cat a {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.25;
}
.works .inpContainer_imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.works .inpContainer_imgBox img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
  .works .inpContainer_imgBox {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .works .inpContainer_primary {
    padding-top: 10rem;
  }
}

.worksCont {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.worksCont::-webkit-scrollbar {
  display: none;
}
.worksCont_contBox {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .worksCont_contBox {
    display: block;
  }
}
.worksCont_imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  background: #fff;
  position: sticky;
  top: 0;
  right: 0;
}
@media (max-width: 900px) {
  .worksCont_imgBox {
    width: 100%;
    height: 50vh;
    position: static;
  }
}
.worksCont_imgBox .slick-list {
  width: 100%;
  height: 100%;
}
.worksCont_imgBox .slick-track {
  height: 100%;
}
.worksCont_imgBox_cont {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.worksCont_imgBox_cont img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.worksCont_textBox {
  width: 50%;
  min-height: 100vh;
  background: #008B83;
  padding: 15.2rem 20px 10rem 22px;
}
@media (max-width: 900px) {
  .worksCont_textBox {
    width: 100%;
    padding: 4rem 10px 10rem;
  }
}
.worksCont_material {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .worksCont_material {
    display: block;
    margin-top: 14rem;
  }
}
.worksCont_material dl {
  width: 48%;
}
@media (max-width: 900px) {
  .worksCont_material dl {
    width: 100%;
  }
  .worksCont_material dl + dl {
    margin-top: 4rem;
  }
}
.worksCont_material dt {
  margin-bottom: 5px;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  font-size: 1.4rem;
  line-height: 1;
}
.worksCont_material dd {
  line-height: 1.7;
}
.worksCont_material .font_en dt {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.worksCont_material .font_en dd {
  font-size: 2.4rem;
  line-height: 1.4166;
}
.worksCont_post {
  padding-top: 4rem;
}
@media (max-width: 900px) {
  .worksCont_post {
    padding-top: 7rem;
  }
}
.worksCont_post * {
  margin-top: 8rem;
}
@media (max-width: 900px) {
  .worksCont_post * {
    margin-top: 7rem;
  }
}
.worksCont_link {
  margin-top: 13.8rem;
}
@media (max-width: 900px) {
  .worksCont_link {
    margin-top: 7.5rem;
  }
}
.worksCont_link + p {
  margin-top: 3.9rem;
}
.worksCont_close {
  display: block;
  width: 5rem;
  height: 5rem;
  font-size: 2rem;
  position: fixed;
  left: 22px;
  bottom: 30px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .worksCont_close {
    width: 2rem;
    height: 2rem;
    left: 10px;
  }
}
.worksCont_close::before, .worksCont_close::after {
  content: "";
  display: block;
  width: 136%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.worksCont_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.worksCont_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 900px) {
  .news .inpContainer_primary {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
}
.news_cat {
  display: inline-block;
  margin-bottom: 3rem;
  padding: 1rem 0;
  border: 2px solid #000;
  font-size: 2rem;
}
.news_cat a {
  display: inline-block;
  padding: 0 10px;
  line-height: 2.4rem;
}
.news_list li + li {
  margin-top: 2rem;
}
.news_list a {
  display: flex;
}
@media (max-width: 900px) {
  .news_list a {
    display: block;
  }
}
.news_list time {
  width: 19%;
  font-size: 2.4rem;
  line-height: 1.45;
}
@media (max-width: 900px) {
  .news_list time {
    width: 100%;
  }
}
.news_list p {
  flex: 1;
}

.newsCont {
  width: 50%;
  height: 100%;
  padding: 14rem 22px 20rem 20px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.single .newsCont {
  background: #707F83;
}
@media (max-width: 900px) {
  .newsCont {
    width: 100%;
    height: 86.5%;
    z-index: 9;
  }
}
.newsCont::-webkit-scrollbar {
  display: none;
}
.newsCont_ttl {
  margin-bottom: 3.4rem;
  font-size: 5rem;
  line-height: 1.275;
}
@media (max-width: 900px) {
  .newsCont_ttl {
    margin-bottom: 6rem;
    font-size: 4rem;
  }
}
.newsCont_info {
  font-size: 2.4rem;
  line-height: 1.458;
}
@media (max-width: 900px) {
  .newsCont_info {
    margin-bottom: 14rem;
  }
}
.newsCont_post > * {
  margin-top: 8rem;
}
@media (max-width: 900px) {
  .newsCont_post > * {
    margin-top: 6rem;
  }
}
.newsCont_close {
  display: none;
  width: 5rem;
  height: 5rem;
  font-size: 2rem;
  position: fixed;
  left: 22px;
  bottom: 30px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .newsCont_close {
    display: block;
    width: 2rem;
    height: 2rem;
    left: 10px;
  }
}
.newsCont_close::before, .newsCont_close::after {
  content: "";
  display: block;
  width: 136%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.newsCont_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.newsCont_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */