/* -----------------------------------------------------------------
   Aboutus Page
----------------------------------------------------------------- */
body {
  padding-top: 0px!important;
}
.aboutus_FV {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 1200px;
  min-width: 1400px;
  aspect-ratio: 7/6
}
@supports not(aspect-ratio: 7/6) {
  .aboutus_FV {
    padding-top: calc((1 / (7/6)) * 100%);
  }
}
.fv_fixed{
  position: fixed;
  top: 0;
}
.FV_vis{
  height: auto;
  z-index: 1;
}
.try_scroll{
  bottom: 0;
  height: 118px;
  left: 50%;
  position: fixed;
  width: 1px;
}
.try_scroll a{
  display: block;
  height: 100%;
}
.try_scroll a span {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 1px;
  z-index: 9999;
}
.try_scroll a span:nth-child(1) > *:nth-child(1) {
  background: #fff;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 3px;
  z-index: 10002;
}
.try_scroll a span:nth-child(1) > *:nth-child(2) {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  margin: 0;
  position: relative;
  width: 1px;
  z-index: 10001;
}
.try_scroll a span:nth-child(2) {
  bottom: 0;
  content: "";
  /* height: 160px; */
  left: 0;
  position: absolute;
}
.try_scroll a span:nth-child(2) > *:nth-child(1) {
  background: #fff;
  bottom: 0;
  content: "";
  height: 160px;
  left: 0;
  position: absolute;
  width: 3px;
  z-index: 10002;
}
.try_scroll a span:nth-of-type(1) > *:nth-child(1) {
  animation: scroll1 2s cubic-bezier(0, 0, .2, 1) 3s infinite both;
  animation-play-state: paused;
}
.try_scroll a span:nth-of-type(2) > *:nth-child(1) {
  animation: scroll2 2s cubic-bezier(0, 0, .2, 1) both;
  animation-play-state: paused;
}
.try_scroll a span > *:nth-child(1) {
  animation: none;
}

@keyframes scroll1 {
  0% {
    transform: translate3d(-50%, -100%, 0);
  }

  5% {
    transform: translate3d(-50%, -100%, 0);
  }

  20% {
    transform: translate3d(-50%, 0, 0);
  }

  30% {
    transform: translate3d(-50%, 100%, 0);
  }

  100% {
    transform: translate3d(-50%, 200%, 0);
  }
}

@keyframes scroll2 {
  0% {
    transform: translate3d(-50%, 0, 0);
  }

  90% {
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 100%, 0);
  }
}
#company-slider{
  opacity: 1.0;
  transition: all 1000ms 0s;
}
#company-slider.hide{
  opacity: 0;
}
.FV_cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  background-color: #000;
  mix-blend-mode: multiply;
  opacity: 0.4;
}
.FV_message{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 350px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
  margin: auto;
}
.FV_message img {
  display: block;
  width: 260px;
  margin-bottom: 45px;
}
.FV_message .annotation {
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding: 0 65px;
}
.FV_message .annotation:before,
.FV_message .annotation:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #EFEFEF;
}
.FV_message .annotation:before {
    left: 0;
}
.FV_message .annotation:after {
    right: 0;
}
.FV_message .catchcopy {
  font-size: 22px;
  letter-spacing: 0.2rem;
  margin-top: 80px;
}
#aboutus {
  width: auto;
  min-width: 1400px;
	margin: 100px auto 0;
}
#aboutus .message {
	width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
#aboutus .message .message_detail{
	width: 100%;
  display: flex;
  flex-direction: row;
  padding-bottom: 100px;
}
#aboutus .message_detail .message_title {
  width: 30%;
  text-align: right;
  margin-bottom: 0;
}
#aboutus .message_detail .message_title .title {
  display: block;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 10px;
}
#aboutus .message_detail .message_title .sub_title {
  display: block;
  font-size: 18px;
  line-height: 1.6;
}
#aboutus .message_detail .message_contents {
  width: 60%;
  max-width: 600px;
  margin-left: 160px;
  z-index: 4;
}
#aboutus .message_detail .message_contents .subject{
  font-size: 30px;
  font-weight: normal;
  line-height: 1.9;
  margin-bottom: 50px;
}
#aboutus .message_detail .message_contents .contents{
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.4;
  white-space: nowrap;
}
#aboutus .owner{
  width: 100%;
  text-align: right;
  padding-right: 8%;
  padding-bottom: 325px;
}
#aboutus .owner .owner_sign{
  width: 100%;
  display: block;
  font-size: 50px;
}
#aboutus .owner .owner_text{
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}
#aboutus .image1 {
  display: block;
  position: absolute;
  top: calc(840px + 100vw * 6/7);
  z-index: 1;
}
#aboutus .value {
	width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  padding-top: 390px
}
#aboutus .value .value_title{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding-left: 11%;
  margin: 0 auto 110px;
}
#aboutus .value .value_title .title {
  display: block;
  font-size: 100px;
  font-weight: 300;
  margin-right: 50px;
  margin-left: 0;
  letter-spacing: 0.03rem;
}
#aboutus .value .value_title .sub_title {
  display: block;
  font-size: 18px;
  line-height: 5;
  letter-spacing: 0.2rem;
}
#aboutus .value .detail{
  display: block;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2.4;
  margin-bottom: 130px;
}
#aboutus .value .contents01,
#aboutus .value .contents03 {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content:space-between;
}
#aboutus .value .contents02 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content:space-between;
}
#aboutus .value .contents01{
  margin-bottom: 200px;
}
#aboutus .value .contents02 {
  margin-bottom: 200px;
}
#aboutus .value .contents03 {
  margin-bottom: 370px;
}
#aboutus .value .scroll_up{
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
#aboutus .value .scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
#aboutus .value .contents01 .text_area {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding-left: 10.7%;
  padding-top: 15.7%;
  white-space: nowrap;
  z-index: 5;
}
#aboutus .value .contents01 h2{
  display: block;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.3rem;
  line-height: 2.3;
  margin-bottom: 25px;
}
#aboutus .value .contents01 h2>span.number{
  display: block;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 70px;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
#aboutus .value .contents01 .image{
  width: 67vw;
  min-width: 936px;
  margin-left: -9.2%;
  margin-right: 0;
}
#aboutus .value .contents02 .image{
  width: 49%;
  margin-left: 0;
  margin-right: 0;
}
#aboutus .value .contents02 .text_area {
  display: flex;
  width: 44%;
  flex-direction: column;
  margin-left: 7%;
  margin-top: 25%;
  white-space: nowrap;
  z-index: 5;
}
#aboutus .value .contents02 h2{
  display: block;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.3rem;
  line-height: 2.3;
  margin-bottom: 25px;
}
#aboutus .value .contents02 h2>span.number{
  display: block;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 70px;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
#aboutus .value .contents03 .text_area {
  display: flex;
  flex-direction: column;
  padding-left: 10.7%;
  margin-top: 10%;
  white-space: nowrap;
  z-index: 5;
}
#aboutus .value .contents03 h2{
  display: block;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.3rem;
  line-height: 2.3;
  /*margin-top: 225px;*/
  margin-bottom: 30px;
}
#aboutus .value .contents03 h2>span.number{
  display: block;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 68px;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
#aboutus .value .contents03 .image{
  width: 72.2%;
  margin-left: -15%;
  padding-right: 10.7%;
}
#aboutus .company {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}
#aboutus .company .contents {
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: 1100px;
  margin:auto;
  white-space: nowrap;
}
#aboutus .company .title{
  display: inline-block;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.06em;
}
#aboutus .company .sub-title{
  display: inline-block;
  font-size: 18px;
  margin-left: 20px;
  letter-spacing: 0.2em;
}
#aboutus hr {
  width: 30px;
  height: 0;
  border: 1px solid #6F716F;
  background-size: 0px 30px;
  text-align: left;
  margin-left: 0;
  margin-top: 65px;
  margin-bottom: 65px;
}
#aboutus dl.company_profile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-bottom: 80px;
}
#aboutus dt {
  width: 200px;
  padding-top: 0;
  padding-bottom: 30px;
}
#aboutus dd {
  width: calc(100% - 200px);
  padding-right: 40px;
  padding-bottom: 30px;
}
#aboutus dd.w1 {
  width: calc((100% - 200px) * 3 / 5);
}
#aboutus dd.w2 {
  width: calc((100% - 200px) * 2 / 5);
  padding-left: 0;
}
.bx-wrapper {
  overflow: hidden;
  border: none!important;
  box-shadow: none!important;
  background: #071c1e!important;
}
.bx-viewport {
  overflow: visible!important;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  #aboutus {
    min-width: initial;
  }
  .aboutus_FV {
    min-width: initial;
  }
  .FV_vis ul{
    overflow: hidden;
  }
  .FV_vis li img{
    width: 1400px;
    margin-left: calc(-700px + 100vw * 1/2);
  }
  #aboutus .message .message_detail{
    flex-direction: column;
    padding-bottom: 40px;
  }
  #aboutus .message_detail .message_title {
    width: 84%;
    text-align: left;
    margin: 0 auto 80px;
  }
  #aboutus .message_detail .message_title .title {
    margin-bottom: 0;
  }
  #aboutus .message_detail .message_contents {
    width: 84%;
    max-width: initial;
    margin: auto;
  }
  #aboutus .owner{
    padding-right: 10%;
    padding-bottom: 105px;
  }
  #aboutus .owner .owner_text{
    line-height: 0;
  }
  #aboutus .owner .owner_text .name{
    margin-top: 10px;
  }
  #aboutus .image1 {
    display: none;
  }
  #aboutus .value {
    padding-top: 95px
  }
  #aboutus .value .value_title{
    flex-direction: column;
    padding-left: 0;
    width: 84%;
    text-align: left;
    align-items: flex-start;
    margin-bottom: 55px;
  }
  #aboutus .value .value_title .title {

  }
  #aboutus .value .value_title .sub_title {
    line-height: 1.5;
  }
  #aboutus .value .contents01,
  #aboutus .value .contents02,
  #aboutus .value .contents03 {
    flex-direction: column;
    margin-bottom: 95px;
  }
  #aboutus .value .contents01 h2>span.number,
  #aboutus .value .contents02 h2>span.number,
  #aboutus .value .contents03 h2>span.number{
    margin-bottom: 55px;
  }
  #aboutus .value .contents01 .text_area {
    padding-left: 0;
    padding-top: 0;
    margin: 10% auto 0;
  }
  #aboutus .value .contents01 .image{
    min-width:inherit;
    width: 92%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 60px;
  }
  #aboutus .value .contents02 .image{
    min-width:inherit;
    width: 76%;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 60px;
  }
  #aboutus .value .contents02 .text_area {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
  }
  #aboutus .value .contents03 .text_area {
    padding-left: 0;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
  }
  #aboutus .value .contents03 .image {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    margin-bottom: 60px;
  }
  #aboutus .company {
    padding-top: 100px;
  }
  #aboutus .company .contents {
    width: 84%;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
  }
  #aboutus .company .company_title{
    margin-bottom: 40px;
  }
  #aboutus hr {
    display: none;
  }
  #aboutus dt {
    width: 20%;
  }
  #aboutus dd, #aboutus dd.w1 {
    width: 80%;
  }
  #aboutus dd.w2 {
    width: 100%;
    padding-left: 20%;
  }
  #aboutus dd.w1 {
    padding-bottom: 10px;
  }
  #aboutus .company .company_profile {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .FV_vis li img{
    width: 875px;
    margin-left: calc(-437.5px + 100vw * 1/2);
  }
  #aboutus>.wrap {
    margin-bottom: 0;
  }
  .aboutus_FV {
    position: relative;
    min-height: inherit;
  }
  .FV_message{
    width: 100%;
    height: auto;
    margin: 210px auto 0;
  }
  .FV_message img {
    display: block;
    width: 168px;
  }
  .FV_message .annotation {
    font-size: calc(1rem * 0.875);
    margin-bottom: 85px;
  }
  .FV_message .catchcopy {
    letter-spacing: 0.1rem;
    font-size: calc(1rem * 1.125);
  }
  #aboutus {
    width: 100%;
  }
  #aboutus .message_detail .message_title .title {
    font-size: calc(1rem * 2.5);
    text-align: left;
    margin-bottom: 10px;
  }
  #aboutus .message_detail .message_title .sub_title {
    font-size: calc(1rem * 0.9375);
  }
  #aboutus .message_detail .message_contents .subject {
    font-size: calc(1rem * 1.125);
  }
  #aboutus .message_detail .message_contents .contents {
    width: 100%;
    font-size: calc(1rem * 0.8125);
    line-height: 1.8;
    white-space: normal;
  }
  #aboutus .message_detail .message_contents .contents p{
    display: block;
    margin-bottom: calc(1rem * 1.5);
  }
  #aboutus .message_detail .message_contents .contents p>br {
    display: none;
  }
  #aboutus .owner .owner_text{
    font-size: calc(1rem * 0.75);
  }
  #aboutus .owner .owner_text .name{
    font-size: calc(1rem * 0.875);
  }
  #aboutus .image1 {
    display: none;
  }
  #aboutus .value .value_title .title {
    font-size: calc(1rem * 3);
  }
  #aboutus .value .value_title .sub_title {
    font-size: calc(1rem * 0.9375);
  }
  #aboutus .value .detail{
    font-size: calc(1rem * 0.8125);
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 0;
  }
  #aboutus .value .contents01 h2,
  #aboutus .value .contents02 h2,
  #aboutus .value .contents03 h2 {
    font-size: calc(1rem * 1.25);
    letter-spacing: 0.2rem;
    white-space:normal;
  }
  #aboutus .value .contents01 h2>span.number,
  #aboutus .value .contents02 h2>span.number,
  #aboutus .value .contents03 h2>span.number
  {
    font-size: calc(1rem * 1.19);
  }
  #aboutus .value .contents01 .text_area,
  #aboutus .value .contents02 .text_area,
  #aboutus .value .contents03 .text_area {
    width: 84%;
    font-size: calc(1rem * 0.8125);
    white-space:normal;
  }
  #aboutus .company .title{
    font-size: calc(1rem * 2);
  }
  #aboutus .company .sub-title{
    font-size: calc(1rem * 0.9375);
    letter-spacing: 0;
  }
  #aboutus dl.company_profile {
    max-width: initial;
  }
  #aboutus dt {
    font-size: calc(1rem * 0.8125);
    padding-bottom: 10px;
  }
  #aboutus dd {
    font-size: calc(1rem * 0.8125);
    padding-right: 0;
    padding-bottom: 20px;
    white-space: normal;
  }
  #aboutus dd.w1 {
    padding-bottom: 10px;
  }
  #aboutus dd.w2 {
    padding-bottom: 30px;
  }
}