@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: 768px) {
  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%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

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: 768px) {
  .sp {
    display: block;
  }
}
.sp-inline {
  display: none;
}
@media (max-width: 768px) {
  .sp-inline {
    display: inline;
  }
}

@media (max-width: 768px) {
  .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: 768px) {
  .header_title {
    font-size: 1.5rem;
    left: 10px;
    z-index: 7;
    transition: transform 0.4s;
  }
  .header_title.out {
    transform: translateY(calc(-100% - 16px));
  }
  .worksOn .header_title {
    z-index: 2;
  }
}
.header_title br {
  display: none;
}
@media (max-width: 1024px) {
  .header_title br {
    display: block;
  }
}
@media (max-width: 768px) {
  .header_title br {
    display: none;
  }
}
.header_nav {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 7;
}
@media (max-width: 768px) {
  .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: 15px 22px 15px 37px;
  font-size: 15px;
  line-height: 1;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
}
@media (max-width: 768px) {
  .gNavBtn {
    width: 3.4rem;
    height: 3.4rem;
    padding: 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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  visibility: hidden;
  overflow: hidden;
  transition: visibility 0s 1s;
}
.navOn .gNav {
  visibility: visible;
  transition: visibility 0s;
}
@media (max-width: 768px) {
  .gNav {
    flex-direction: column;
  }
}
.gNav .gNavPrimary_logoBox,
.gNav .gNavSecondary_read {
  transform: translateY(calc(-100% - 30px));
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navOn .gNav .gNavPrimary_logoBox,
.navOn .gNav .gNavSecondary_read {
  transform: translateY(0);
  transition: 0.8s 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.gNav .gNavSecondary_logo,
.gNav .gNavPrimary_infoBox {
  transform: translateY(calc(100% + 30px));
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navOn .gNav .gNavSecondary_logo,
.navOn .gNav .gNavPrimary_infoBox {
  transform: translateY(0);
  transition: 0.8s 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.gNav .gNavPrimary_nav {
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navOn .gNav .gNavPrimary_nav {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gNavPrimary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  padding: 22px 16px 25px 22px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .gNavPrimary {
    width: 100%;
    height: 86.5%;
    padding: 16px 10px 10px;
  }
}
.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: 768px) {
  .gNavPrimary_copyright {
    display: none;
  }
}
.gNavPrimary_nav {
  margin: 3rem 0 4rem;
}
@media (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .gNavPrimary_nav a {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}
.gNavPrimary_address {
  display: flex;
  align-items: flex-start;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .gNavPrimary_address {
    justify-content: space-between;
    font-size: 1.2rem;
  }
}
.gNavPrimary_address_place {
  width: 45%;
}
@media (max-width: 768px) {
  .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: 768px) {
  .gNavPrimary_address_map {
    width: 33.24%;
  }
}
.gNavPrimary_info {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .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: 768px) {
  .gNavPrimary_info_contact {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.gNavPrimary_info_sns {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .gNavPrimary_info_sns {
    margin-top: 0;
    line-height: 1.6;
  }
}
.gNavPrimary_info_sns p {
  margin-top: 0.2em;
}
@media (max-width: 768px) {
  .gNavPrimary_info_sns p {
    margin-top: 0;
  }
}
.gNavPrimary_info_sns a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .gNavPrimary_spLogo {
    margin-top: -7px;
  }
}
.gNavPrimary_spLogo img {
  width: 100%;
}

.gNavSecondary {
  width: 50%;
  height: 100%;
  padding: 17px 22px 20px 20px;
}
@media (max-width: 768px) {
  .gNavSecondary {
    display: none;
  }
}
.gNavSecondary_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.gNavSecondary_read {
  width: 60%;
  max-width: 295px;
  font-size: 1.2rem;
  line-height: 1.416;
}
.gNavSecondary_logo img {
  width: 100%;
}

.blur {
  width: calc(50% - 4px);
  height: 100%;
  position: fixed;
  bottom: 0;
  left: calc(50% + 4px);
  z-index: 9;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  visibility: hidden;
  opacity: 0;
  transition: 1s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 768px) {
  .blur {
    width: 100%;
    height: 13.5%;
    left: 0;
    transition: 1s 1.2s ease;
  }
}
.navOn .blur {
  visibility: visible;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 768px) {
  .navOn .blur {
    transition: 0.5s 1s ease;
  }
}

.line {
  width: 8px;
  height: 100%;
  background-color: #008B83;
  position: fixed;
  top: 0;
  right: calc(50% - 4px);
  z-index: 9;
}
@media (max-width: 768px) {
  .line {
    width: 100%;
    height: 8px;
    top: calc(50% - 4px);
    right: 0;
  }
}
.line.lineAnimation {
  transition: 1s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 768px) {
  .home .line {
    height: 0;
    top: 50%;
  }
}
.about .line {
  background-color: #B7615F;
}
@media (max-width: 768px) {
  .about .line {
    height: 0;
    top: 50%;
  }
}
.info .line {
  background-color: #CCB072;
}
@media (max-width: 768px) {
  .info .line {
    height: 0;
    top: 50%;
  }
}
@media (max-width: 768px) {
  .works .line {
    height: 0;
    top: 50%;
  }
}
.news .line {
  background-color: #707F83;
}
@media (max-width: 768px) {
  .news .line {
    height: 0;
    top: 50%;
  }
}
.navOn .line {
  width: calc(50% + 4px);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 768px) {
  .navOn .line {
    width: 100%;
    height: 86.5%;
    top: 0;
  }
}

.bg-works {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: calc(50% + 4px);
  z-index: 5;
  visibility: hidden;
}
.bg-works.lineWorksAnimation {
  transition: 1s 1.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.worksOn .bg-works {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  visibility: visible;
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.worksOn-reverse .bg-works {
  left: auto;
  right: calc(50% + 4px);
}
@media (max-width: 768px) {
  .bg-works {
    width: 100%;
    height: 8rem;
    top: 0;
    bottom: auto;
    left: 0;
    visibility: visible;
    background: #fff;
  }
  .worksOn .bg-works {
    width: 100%;
    height: 50%;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
@media (max-width: 768px) {
  .home .bg-works {
    height: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    background: none;
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  .home.worksOn .bg-works {
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    visibility: visible;
  }
}

.line-works {
  width: 8px;
  height: 100%;
  background-color: #008B83;
  position: fixed;
  top: 0;
  right: calc(50% - 4px);
  z-index: 5;
}
.line-works.lineWorksAnimation {
  transition: 1s 1.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.worksOn .line-works {
  width: calc(50% + 4px);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.worksOn-reverse .line-works {
  right: auto;
  left: calc(50% + 4px);
}
@media (max-width: 768px) {
  .line-works {
    width: 100%;
    height: 8px;
    top: 8rem;
    right: 0;
  }
  .worksOn .line-works {
    width: 100%;
    height: 50%;
    top: 50%;
  }
}
@media (max-width: 768px) {
  .home .line-works {
    top: auto;
    bottom: calc(50% - 4px);
    left: 0;
    right: auto;
  }
}
@media (max-width: 768px) {
  .home.worksOn-reverse .line-works {
    top: calc(50% - 4px);
    bottom: auto;
  }
}

.line-news {
  width: 8px;
  height: 100%;
  background-color: #707F83;
  position: fixed;
  top: 0;
  left: calc(50% - 4px);
  z-index: 5;
  opacity: 1;
  transition: 0s;
}
.line-news.show {
  width: calc(50% + 4px);
  opacity: 0;
  transition: width 1s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s 1s ease;
}
@media (max-width: 768px) {
  .line-news {
    width: 0;
    height: 100%;
    left: 0;
  }
  .line-news.show {
    width: 100%;
    opacity: 0;
    transition: width 1s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s 1s ease;
  }
}

.line-about {
  display: block;
  width: 8px;
  height: 100%;
  background: #B7615F;
  position: fixed;
  top: 0;
  right: calc(50% - 4px);
  z-index: 5;
  transition: 0.8s 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 768px) {
  .line-about {
    width: 100%;
    height: 8px;
    top: calc(50% - 4px);
    left: 0;
    transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  }
}

.line-info {
  display: none;
}
@media (max-width: 768px) {
  .line-info {
    display: block;
    width: 100%;
    height: 8px;
    background: #CCB072;
    position: fixed;
    top: calc(50% - 4px);
    left: 0;
    z-index: 5;
    transition: 0.8s;
  }
}

.inpContainer {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .inpContainer {
    width: 100%;
  }
}
.inpContainer01 {
  background: #fff;
  z-index: 2;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.inpContainer01::-webkit-scrollbar {
  display: none;
}
.inpContainer02 {
  left: 50%;
  z-index: 1;
}
@media (max-width: 768px) {
  .inpContainer02 {
    left: 0;
    height: 50%;
  }
}
.inpContainer_imgBox {
  width: 100%;
  height: 100%;
}
.inpContainer_imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inpContainer_primary {
  width: 100%;
  padding: 15.2rem 22px 40rem;
}
@media (max-width: 768px) {
  .inpContainer_primary {
    padding: 2.8rem 10px 55vh;
  }
}
.inp_mainTtl {
  margin-bottom: 24rem;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: -0.032em;
}
@media (max-width: 768px) {
  .inp_mainTtl {
    margin-bottom: 10rem;
    font-size: 6rem;
  }
}
.inp_mainTtl_jp {
  display: block;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 0.4em;
}

.sizeChangeOverlay1,
.sizeChangeOverlay2 {
  display: none;
}
@media (max-width: 768px) {
  .sizeChangeOverlay1,
.sizeChangeOverlay2 {
    width: 100%;
    height: 13.5%;
    position: fixed;
    top: 86.5%;
    left: 0;
    z-index: 3;
  }
}

@media (max-width: 768px) {
  .sizeChangeOverlay1 {
    display: block;
  }
}

.footer {
  display: flex;
  width: 100%;
  height: calc(var(--vh) * 100);
  padding-top: 34px;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s 0.2s;
}
@-moz-document url-prefix() {
  .footer {
    background: rgba(255, 255, 255, 0.96);
  }
}
@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 10px 10px;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
}
.footer.show {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}
.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: 768px) {
  .footer_address {
    justify-content: space-between;
    width: 100%;
    padding: 0;
    font-size: 1.2rem;
  }
}
.footer_address_place {
  width: 45%;
}
@media (max-width: 768px) {
  .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: 768px) {
  .footer_address_map {
    width: 33.24%;
  }
}
.footer_info {
  width: 50%;
  padding-left: 16px;
  padding-right: 22px;
}
@media (max-width: 768px) {
  .footer_info {
    width: 100%;
    padding: 4.6rem 0 0;
  }
}
.footer_info_contact {
  font-size: 4.8rem;
  line-height: 1.0625;
}
@media (max-width: 768px) {
  .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: 0.6rem;
}
@media (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .footer_logo01 {
    padding: 0;
  }
}
.footer_logo02 {
  padding-left: 20px;
  padding-right: 22px;
  right: 0;
}
@media (max-width: 768px) {
  .footer_logo02 {
    padding: 1rem 0 0;
  }
}
.footer_logo01, .footer_logo02, .footer_address, .footer_info {
  transition: 0.4s;
  opacity: 0;
}
.show .footer_logo01, .show .footer_logo02, .show .footer_address, .show .footer_info {
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s 0.2s;
}
.footer_logo01, .footer_logo02 {
  transform: translateY(100px);
}
.footer_address, .footer_info {
  transform: translateY(-100px);
}
@media (max-width: 768px) {
  .footer_logo01 {
    transform: translateY(-100px);
  }
  .footer_info {
    transform: translateY(100px);
  }
}

.pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 20rem;
  color: #A5A5A5;
  font-size: 9rem;
}
@media (max-width: 768px) {
  .pagination {
    font-size: 6rem;
  }
}
.pagination a {
  color: #000;
}
.pagination .page-numbers:not(.prev):not(.next) {
  display: none;
}

body {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

.home {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home .header_title {
  transform: translateY(calc(-100% - 16px));
  transition: 0.4s;
}
@media (max-width: 768px) {
  .home .header_title.out {
    transform: translateY(calc(-100% - 16px)) !important;
  }
}
.home .header_nav li {
  transform: translateY(calc(-100% - 12px));
  transition: 0.4s;
}
@media (max-width: 768px) {
  .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: 768px) {
  .home.scroll .gNavBtn {
    transform: translateX(0);
    transition: 0.4s 0.2s;
  }
}
@media (max-width: 768px) {
  .home .gNavBtn.active {
    transform: translateX(0);
  }
}
.home .homeDetailcontainer {
  z-index: 8;
}

.homeOpening {
  transition: 1s 2s;
  position: relative;
  z-index: 7;
}
.worksOn .homeOpening {
  transition: 1s;
  opacity: 0;
}
.homeOpening_logo01 {
  width: 50%;
  padding: 22px 16px 0 22px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  transition: 0.4s;
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  .homeOpening_logo01 {
    width: 100%;
    padding: 16px 10px 0;
  }
}
.show .homeOpening_logo01 {
  transform: translateY(0);
}
.navOn .homeOpening_logo01 {
  transform: translateY(-100%);
}
.navOn .show .homeOpening_logo01 {
  transform: translateY(0);
}
.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;
  transform: translateY(100%);
}
@media (max-width: 768px) {
  .homeOpening_logo02 {
    width: 100%;
    padding: 0 10px 10px;
  }
}
.show .homeOpening_logo02 {
  transform: translateY(0);
}
.navOn .homeOpening_logo02 {
  transform: translateY(100%);
}
.navOn .show .homeOpening_logo02 {
  transform: translateY(0);
}
.homeOpening_logo02 img {
  width: 100%;
}
.homeOpening_nav {
  display: flex;
  position: fixed;
  left: 22px;
  bottom: 20px;
  z-index: 9;
  transition: 0.4s;
  transform: translateY(calc(100% + 20px));
}
.show .homeOpening_nav {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .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;
}

.homeImgContainer {
  position: relative;
  height: calc(var(--vh) * 100);
}

.homeImgCont {
  display: flex;
  width: 100%;
  height: calc(var(--vh) * 100);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0s 1s;
}
.homeImgCont.show {
  visibility: visible;
  opacity: 1;
  transition: 0s;
  z-index: 3;
}
@media (max-width: 768px) {
  .homeImgCont {
    display: block;
  }
}
.homeImgCont img {
  width: 84%;
  height: 84%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 1s;
}
.homeImgCont div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: 1s;
  filter: grayscale(100%);
  cursor: url("../image/common/plus.svg"), pointer;
}
.homeImgCont div:hover {
  filter: grayscale(0);
}
@media (max-width: 768px) {
  .homeImgCont div {
    width: 100%;
    height: 50%;
  }
}
.homeImgCont.in {
  z-index: 2;
}
.homeImgCont.in div {
  visibility: visible;
}
.homeImgCont.in div:nth-child(1) {
  transform: translateY(110%);
}
@media (max-width: 768px) {
  .homeImgCont.in div:nth-child(1) {
    transform: translate(110%, 0);
  }
}
.homeImgCont.in div:nth-child(2) {
  transform: translateY(-110%);
}
@media (max-width: 768px) {
  .homeImgCont.in div:nth-child(2) {
    transform: translate(-110%, 0);
  }
}
.homeImgCont.out {
  z-index: 2;
}
.homeImgCont.out div {
  visibility: visible;
}
.homeImgCont.out div:nth-child(1) {
  transform: translateY(-110%);
}
@media (max-width: 768px) {
  .homeImgCont.out div:nth-child(1) {
    transform: translate(-110%, 0);
  }
}
.homeImgCont.out div:nth-child(2) {
  transform: translateY(110%);
}
@media (max-width: 768px) {
  .homeImgCont.out div:nth-child(2) {
    transform: translate(110%, 0);
  }
}
.homeImgCont:first-child.in {
  opacity: 1;
}
.homeImgCont:first-child.in div {
  transform: translateY(0);
}
.homeImgCont:last-child.out {
  opacity: 1;
}
.homeImgCont:last-child.out div {
  transform: translateX(0);
}

@media (max-width: 768px) {
  .about .main {
    position: relative;
  }
  .about .inpContainer {
    height: 50%;
    position: fixed;
    left: 0;
    transition: 0.8s;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-top: 0;
  }
  .about .inpContainer::-webkit-scrollbar {
    display: none;
  }
  .about .inpContainer:nth-child(1) {
    top: 50%;
    z-index: 2;
  }
  .about .inpContainer:nth-child(1).large {
    top: 13.5%;
  }
  .about .inpContainer:nth-child(1).small {
    top: 86.5%;
  }
  .about .inpContainer:nth-child(2) {
    top: 0;
  }
  .about .inpContainer:nth-child(2)::before {
    top: auto;
    bottom: 0;
  }
  .about .inpContainer.large {
    height: 86.5%;
  }
  .about .inpContainer.large .inpContainer_imgBox {
    height: 86.5%;
  }
  .about .inpContainer.small {
    height: 13.5%;
  }
  .about .inpContainer_imgBox {
    transition: 0.8s;
  }
}
.about .inpContainer {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  width: 100%;
  left: 0;
}
@media (max-width: 768px) {
  .about .inpContainer {
    display: block;
  }
}
.about .inpContainer01 {
  z-index: 2;
}
.about .inpContainer01 .inpContainer_imgBox {
  overflow: hidden;
}
.about .inpContainer01 .inpContainer_imgBox img {
  transition: 1s 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.about .inpContainer02 {
  z-index: 6;
  visibility: hidden;
  opacity: 0;
  transition: 0.8s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .about .inpContainer02 {
    background: #B7615F;
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
}
.about .inpContainer02::-webkit-scrollbar {
  display: none;
}
.about .inpContainer_primary {
  width: 50%;
  padding-top: calc((var(--vh) * 100) - 9.6rem * 1.0625 * 2 - 2.0rem);
  padding-bottom: 55vh;
}
@media (max-width: 768px) {
  .about .inpContainer_primary {
    width: 100%;
    padding-top: 14rem;
  }
}
.about .inpContainer_imgBox {
  width: 50%;
  height: 100%;
  position: sticky;
  top: 0;
}
@media (max-width: 768px) {
  .about .inpContainer_imgBox {
    width: 100%;
    position: static;
  }
}
.about_mainTtl {
  margin: 0;
  line-height: 1;
  position: absolute;
  left: 16px;
  bottom: 15px;
}
@media (max-width: 768px) {
  .about_mainTtl {
    left: 10px;
  }
}
.about_cont .font_en {
  font-size: 2.4rem;
  line-height: 1.416;
}
.about_cont > .font_en {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .about_cont > .font_en {
    margin-top: 14rem;
  }
}
.about_info {
  margin-top: 11rem;
}
@media (max-width: 768px) {
  .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: 3.4rem;
  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: 768px) {
  .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;
  line-height: 1.416;
}
.about_info dd {
  flex: 1;
}
@media (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .about_info-type02 dl + .mt_min {
    margin-top: 4.5rem;
  }
}
.about .about_mt30 {
  margin-top: 3rem;
}
.about .about_layout01 dd {
  line-height: 1.65;
}
.about .about_layout02 dl + dl {
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  .about .about_layout03 dl {
    display: flex;
  }
  .about .about_layout03 dt {
    width: 8.8rem;
  }
  .about .about_layout03 dd {
    margin-top: 0;
  }
}
.about.contChange .line-about {
  width: calc(50% + 4px);
  transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 768px) {
  .about.contChange .line-about {
    width: 100%;
  }
}
.about.contChange .inpContainer01 .inpContainer_imgBox img {
  filter: blur(20px);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 768px) {
  .about.contChange .inpContainer01 .inpContainer_imgBox img {
    filter: blur(0px);
  }
}
.about.contChange .inpContainer02 {
  visibility: visible;
  opacity: 1;
  transition: 0.8s 0.8s;
}
@media (max-width: 768px) {
  .about.contChange .inpContainer02 {
    transition: 0.8s;
  }
}
.about .sizeChangeOverlay1 {
  top: 50%;
  height: 50%;
}
.about .sizeChangeOverlay2 {
  display: block;
  top: 0;
  height: 50%;
}
@media (max-width: 768px) {
  .about.sizeChange1 .sizeChangeOverlay1 {
    display: none;
  }
  .about.sizeChange1 .sizeChangeOverlay2 {
    top: 0;
    height: 13.5%;
  }
  .about.sizeChange1 .line-about {
    top: 13.5%;
    transition: 0.8s;
    transform: translateY(-2px);
  }
  .about.sizeChange1 .inpContainer01 {
    top: 13.5%;
    height: 86.5%;
  }
}
@media (max-width: 768px) {
  .about.sizeChange2 .sizeChangeOverlay1 {
    top: 86.5%;
    height: 13.5%;
  }
  .about.sizeChange2 .sizeChangeOverlay2 {
    display: none;
  }
  .about.sizeChange2 .line-about {
    top: 86.5%;
    transition: 0.8s;
    transform: translateY(-2px);
  }
  .about.sizeChange2 .inpContainer01 {
    top: 86.5%;
    height: 13.5%;
  }
  .about.sizeChange2 .inpContainer02 {
    height: 86.5%;
  }
}

@media (max-width: 768px) {
  .info .inpContainer {
    transition: 0.8s;
  }
  .info .inpContainer01 {
    position: fixed;
    top: 50%;
    height: 50%;
  }
}
@media (max-width: 768px) {
  .info.infoOn .inpContainer {
    padding-top: 13.5%;
  }
}
@media (max-width: 768px) {
  .info.infoOn .inpContainer_imgBox {
    height: 13.5%;
  }
}
@media (max-width: 768px) {
  .info .sizeChangeOverlay1 {
    top: 50%;
    height: 50%;
  }
}
@media (max-width: 768px) {
  .info.sizeChange1 .sizeChangeOverlay1 {
    height: 13.5%;
    top: 0;
  }
  .info.sizeChange1 .inpContainer01 {
    height: 86.5%;
    top: 13.5%;
  }
  .info.sizeChange1 .line-info {
    top: 13.5%;
  }
}

.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;
}
.infoCont a {
  border-bottom: 2px solid #000;
}

.works .inp_mainTtl {
  margin-bottom: 0;
}
.works_titleBox {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1rem;
}
.works_articlesNum {
  font-size: 9.6rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .works_articlesNum {
    font-size: 5.4rem;
  }
}
.works_cat {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22rem;
}
@media (max-width: 768px) {
  .works_cat {
    margin-bottom: 14.8rem;
  }
}
.works_cat li {
  margin-right: 0.6rem;
  color: #BEBEBE;
}
.works_cat li.current {
  color: #000;
}
.works_cat li::after {
  content: ",";
  display: inline-block;
}
.works_cat li:last-child::after {
  display: none;
}
.works_cat a {
  display: inline-block;
  color: inherit;
  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: 768px) {
  .works .inpContainer_imgBox {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .works .inpContainer_primary {
    padding-top: 15rem;
  }
}

.worksList_cont {
  width: 29.4%;
  margin-bottom: 5%;
  padding: 15px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .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: 100%;
  height: 100%;
  position: absolute;
  top: 1%;
  left: 1%;
  filter: grayscale(100%);
  transition: 0.3s;
}
.worksList_cont img:hover {
  filter: grayscale(0);
}
.worksList_imgBox {
  position: relative;
  padding-top: 100%;
}
.worksList_margin {
  width: 5.9%;
}
@media (max-width: 768px) {
  .worksList_margin {
    width: 3.2%;
  }
}

.worksCont {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 200%;
  left: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s 1.2s, top 0s 1.5s, visibility 0s 2s;
}
.worksOn .worksCont {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition: opacity 0.8s 1.2s, top 0s 0s;
}
.worksCont_contBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .worksCont_contBox {
    display: block;
  }
}
.worksCont_imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .worksCont_imgBox {
    width: 100%;
    height: 50%;
    position: relative;
    transition: height 0.8s;
  }
}
.worksCont_imgBox .slick-list {
  width: 100%;
  height: 100%;
}
.worksCont_imgBox .slick-track {
  min-width: 100%;
  height: 100%;
}
.worksCont_imgBox_cont {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.worksCont_imgBox_cont img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.worksCont_imgBox .slider_prev,
.worksCont_imgBox .slider_next {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
}
@media (max-width: 768px) {
  .worksCont_imgBox .slider_prev,
.worksCont_imgBox .slider_next {
    width: 14px;
    height: 14px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(50% - 7px);
  }
}
.worksCont_imgBox .slider_prev {
  cursor: url("../image/common/slider_arrow_prev.svg"), pointer;
  left: 0;
}
@media (max-width: 768px) {
  .worksCont_imgBox .slider_prev {
    background-image: url("../image/common/slider_arrow_prev.svg");
    left: 10px;
  }
}
.worksCont_imgBox .slider_next {
  cursor: url("../image/common/slider_arrow_next.svg"), pointer;
  right: 0;
}
@media (max-width: 768px) {
  .worksCont_imgBox .slider_next {
    background-image: url("../image/common/slider_arrow_next.svg");
    right: 10px;
  }
}
.worksCont_textBox {
  width: 50%;
  height: 100%;
  padding: 15.2rem 20px 30rem 22px;
  background: #008B83;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.worksCont_textBox::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .worksCont_textBox {
    width: 100%;
    height: 50%;
    padding: 4rem 10px 20rem;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transition: 0.8s;
    background: #008B83;
  }
}
.worksCont_ttlBox {
  min-height: 38rem;
}
@media (max-width: 768px) {
  .worksCont_ttlBox {
    min-height: 0;
  }
}
.worksCont_ttl {
  margin-bottom: 0;
}
.worksCont_cat span {
  display: inline-block;
  margin-right: 0.6rem;
  font-size: 2.4rem;
}
.worksCont_cat span::after {
  content: ",";
}
.worksCont_cat span:last-child::after {
  display: none;
}
.worksCont_material {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .worksCont_material {
    display: block;
    margin-top: 14rem;
  }
}
.worksCont_material dl {
  width: 48%;
}
@media (max-width: 768px) {
  .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: 768px) {
  .worksCont_post {
    padding-top: 7rem;
  }
}
.worksCont_post * {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .worksCont_post * {
    margin-top: 7rem;
  }
}
.worksCont_link {
  margin-top: 13.8rem;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .worksCont_link {
    margin-top: 7.5rem;
  }
}
.worksCont_link + p {
  margin-top: 3.9rem;
}
.worksCont_link a {
  border-bottom: 2px solid #000;
}
.worksCont_close {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  font-size: 2rem;
  position: fixed;
  left: 22px;
  bottom: 30px;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 768px) {
  .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);
}
.worksCont .worksCont_textBox > *:not(.worksCont_ttlBox),
.worksCont .worksCont_cat, .worksCont_imgBox_cont {
  opacity: 0;
  transition: 1s 0.2s;
}
.worksOn .worksCont .worksCont_textBox > *:not(.worksCont_ttlBox),
.worksOn .worksCont .worksCont_cat, .worksOn .worksCont_imgBox_cont {
  opacity: 1;
  transition: 1s 1.5s;
}
.worksCont .worksCont_ttl {
  transition: 1s 0.6s;
  overflow-wrap: break-word;
  word-wrap: break-word;
  opacity: 0;
}
.worksOn .worksCont .worksCont_ttl {
  transition: 1s 1.3s;
  opacity: 1;
}

.single-works .worksCont {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.single-works .worksCont .worksCont_textBox > *,
.single-works .worksCont .worksCont_imgBox_cont {
  opacity: 1;
}

.works .sizeChangeOverlay1 {
  display: none;
}
.works.worksOn .sizeChangeOverlay1, .works.single-works .sizeChangeOverlay1 {
  display: block;
  height: 50%;
  top: 50%;
}
.works.worksOn .sizeChangeOverlay2, .works.single-works .sizeChangeOverlay2 {
  display: block;
  height: 50%;
  top: 0;
}
.works.sizeChange1 .worksCont_imgBox {
  height: 50%;
}
.works.sizeChange1 .worksCont_textBox {
  height: 86.5%;
  top: 13.5%;
}
.works.sizeChange1 .sizeChangeOverlay1 {
  display: none;
}
.works.sizeChange1 .sizeChangeOverlay2 {
  height: 13.5%;
}
.works.sizeChange2 .worksCont_imgBox {
  height: 86.5%;
}
.works.sizeChange2 .sizeChangeOverlay1,
.works.sizeChange2 .worksCont_textBox {
  height: 13.5%;
  top: 86.5%;
}
.works.sizeChange2 .sizeChangeOverlay2 {
  display: none;
}

.home .worksCont_contBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .home .worksCont_contBox:nth-child(even) .worksCont_imgBox {
    top: 50%;
  }
}
@media (max-width: 768px) {
  .home .worksCont_textBox {
    top: 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .home .worksCont_textBox_inner {
    padding: 4rem 10px 20rem;
  }
}
@media (max-width: 768px) {
  .home .worksCont_imgBox {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.8s;
  }
}
.home.worksOn-reverse .worksCont_contBox {
  flex-direction: row;
}
@media (max-width: 768px) {
  .home.worksOn-reverse .worksCont_textBox {
    top: 50%;
  }
}
.home .sizeChangeOverlay1 {
  display: none;
}
.home.worksOn .sizeChangeOverlay1 {
  display: block;
  height: 50%;
  top: 50%;
}
.home.worksOn .sizeChangeOverlay2 {
  display: block;
  height: 50%;
  top: 0;
}
.home.sizeChange1 .worksCont_imgBox {
  height: 86.5%;
  top: 13.5% !important;
}
.home.sizeChange1 .worksCont_textBox {
  height: 13.5%;
}
.home.sizeChange1 .sizeChangeOverlay1 {
  display: none;
}
.home.sizeChange1 .sizeChangeOverlay2 {
  height: 13.5%;
}
.home.sizeChange2 .worksCont_imgBox {
  height: 50%;
  top: 50%;
}
.home.sizeChange2 .worksCont_textBox {
  height: 86.5%;
}
.home.sizeChange2 .sizeChangeOverlay1 {
  top: 86.5%;
  height: 13.5%;
}
.home.sizeChange2 .sizeChangeOverlay2 {
  display: none;
}
.home.worksOn-reverse.worksOn.sizeChange1 .worksCont_imgBox {
  height: 50%;
  top: 0 !important;
}
.home.worksOn-reverse.worksOn.sizeChange1 .worksCont_textBox {
  top: 13.5%;
  height: 86.5%;
}
.home.worksOn-reverse.worksOn.sizeChange1 .sizeChangeOverlay1 {
  display: none;
}
.home.worksOn-reverse.worksOn.sizeChange1 .sizeChangeOverlay2 {
  height: 13.5%;
}
.home.worksOn-reverse.worksOn.sizeChange2 .worksCont_imgBox {
  top: 0;
  height: 86.5%;
}
.home.worksOn-reverse.worksOn.sizeChange2 .worksCont_textBox {
  height: 13.5%;
  top: 86.5%;
}
.home.worksOn-reverse.worksOn.sizeChange2 .sizeChangeOverlay1 {
  height: 13.5%;
}
.home.worksOn-reverse.worksOn.sizeChange2 .sizeChangeOverlay2 {
  display: none;
}

@media (max-width: 768px) {
  .news .inpContainer {
    transition: 0.8s;
  }
  .news .inpContainer01 {
    height: 13.5%;
    top: 86.5%;
  }
  .news .inpContainer02 {
    height: 86.5%;
  }
}
.news_cat {
  height: 50px;
  margin-bottom: 3rem;
  position: relative;
}
.news_cat_inner {
  display: inline-block;
  min-width: 160px;
  padding: 5px 0;
  border: 2px solid #000;
  background: #fff;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.news_cat a {
  display: block;
  padding: 8px 20px;
  line-height: 1;
  color: #BEBEBE;
}
.news_cat .current a {
  color: #000;
}
.news_cat_slide {
  display: none;
}
.news_cat_all {
  position: relative;
}
.news_cat_button {
  width: 30px;
  height: calc(100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.news_cat_button::before, .news_cat_button::after {
  content: "";
  display: block;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
}
.news_cat_button::before {
  width: 18px;
  transform: translateY(-50%);
  right: 5px;
}
.news_cat_button::after {
  width: 14px;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
  right: 7px;
}
.news_cat_button.active::after {
  transform: translateY(-50%) rotate(90deg) scaleX(0);
}
.news_list li {
  display: flex;
  cursor: pointer;
}
@media (max-width: 768px) {
  .news_list li {
    display: block;
  }
}
.news_list li + li {
  margin-top: 2rem;
}
.news_list time {
  width: 19%;
  font-size: 2.4rem;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .news_list time {
    width: 100%;
  }
}
.news_list p {
  flex: 1;
}
.news.sizeChange1 .inpContainer01 {
  height: 86.5%;
  top: 13.5%;
}
.news.sizeChange1 .inpContainer02 {
  height: 13.5%;
}
.news.sizeChange1 .sizeChangeOverlay1 {
  display: none;
}
.news.sizeChange1 .sizeChangeOverlay2 {
  display: block;
  top: 0;
}
.news.sizeChange2 .inpContainer01 {
  height: 13.5%;
  top: 86.5%;
}
.news.sizeChange2 .inpContainer02 {
  height: 86.5%;
}
.news.sizeChange2 .sizeChangeOverlay1 {
  display: block;
}
.news.sizeChange2 .sizeChangeOverlay2 {
  display: none;
}

.newsCont {
  background: #707F83;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.newsCont::-webkit-scrollbar {
  display: none;
}
.newsCont_contBox {
  display: none;
  padding: 14rem 22px 20rem 20px;
}
.newsCont_contBox:first-child {
  display: block;
}
.newsCont_ttl {
  margin-bottom: 3.4rem;
  font-size: 5rem;
  line-height: 1.275;
}
@media (max-width: 768px) {
  .newsCont_ttl {
    margin-bottom: 6rem;
    font-size: 4rem;
  }
}
.newsCont_info {
  font-size: 2.4rem;
  line-height: 1.458;
}
@media (max-width: 768px) {
  .newsCont_info {
    margin-bottom: 14rem;
  }
}
.newsCont_post > * {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .newsCont_post > * {
    margin-top: 6rem;
  }
}
.newsCont_post a {
  border-bottom: 2px solid #000;
}
.newsCont_cat a {
  display: inline-block;
  margin-right: 0.6rem;
}
.newsCont_cat a::after {
  content: ",";
}
.newsCont_cat a:last-child::after {
  display: none;
}/*# sourceMappingURL=style.css.map */