/* LESS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');*/
body {
  background: none;
}
.kv {
  display: flex;
}
@media screen and (max-width: 767px) {
  .kv {
    flex-direction: column-reverse;
  }
}
.kv .slider {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .kv .slider {
    width: 100%;
  }
}
.kv .title {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .kv .title {
    width: 100%;
    overflow: hidden;
  }
}
.kv .title > .logoArea {
  width: 50%;
  min-width: 280px;
}
.kv .title > .logoArea #breadcrumbsList {
  margin-top: 0;
  text-align: left;
}
.kv .title > .logoArea img {
  margin: 8px 0;
}
.kv .title > .logoArea p {
  font-size: 3rem;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .kv .title > .logoArea p {
    font-size: 5vw;
  }
}
.kv .title .catch p {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.4;
  padding: 6px 60px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .kv .title .catch p {
    margin-bottom: 15px;
    font-size: 4.4vw;
  }
}
.kv .title .catch p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  padding: 10px 10px;
  background: #012B4A;
  transform: skewX(-25deg);
}
.kv .slick-dots {
  bottom: 25px;
}
@media screen and (max-width: 767px) {
  .kv .slick-dots {
    bottom: 10px;
  }
}
.kv .slick-dots li button:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  color: #FFF;
  opacity: 0.65;
}
.kv .slick-dots li.slick-active button:before {
  color: #FFF;
  opacity: 1;
}
.kv .slick-dotted.slick-slider {
  margin-bottom: 0;
}
/* -------------------------------- read */
.read {
  width: 100%;
  height: 320px;
  margin: 60px 0 60px;
  background: url("../img/bg_read.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .read {
    height: 40vw;
  }
}
.read p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
  color: #FFF;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .read p {
    font-size: 4.8vw;
  }
}
/* -------------------------------- showcasing area */
#show_casing {
  padding-top: 0;
}
#show_casing .read {
  margin-bottom: 70px;
}
#show_casing article {
  background: url("../img/bg_showcasing_02.png") no-repeat right center;
  min-height: 24vw;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  #show_casing article {
    background: none;
  }
  #show_casing article:after {
    content: "";
    display: block;
    width: 100%;
    height: 66vw;
    background: url("../img/bg_showcasing_02_sp.png") no-repeat;
    background-size: contain;
    background-position: bottom;
  }
}
#show_casing article .text {
  width: 42vw;
}
@media screen and (max-width: 767px) {
  #show_casing article .text {
    width: 100%;
  }
}
#show_casing article .text h3 {
  color: #000;
  font-size: 2.6rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #show_casing article .text h3 {
    text-align: center;
    font-size: 7.2vw;
  }
}
#show_casing article .text p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #show_casing article .text p {
    text-align: center;
    font-size: 3.6vw;
    margin-bottom: 20px;
  }
}
#show_casing .strong {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin: 70px 0;
}
@media screen and (max-width: 767px) {
  #show_casing .strong {
    font-size: 4.8vw;
    margin: 0;
    width: 85%;
    margin: 0 auto;
  }
}
/* -------------------------------- section */
main {
  padding-bottom: 62px;
}
section article h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  color: #000;
}
section article h3 .label {
  margin-right: 15px;
}
section article h3 time {
  margin-right: 30px;
  font-style: italic;
}
section article h3 .h3 {
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  section article h3 .h3 {
    width: 100%;
    margin: 10px 0 0;
    flex: none;
  }
}
section article h3 i {
  margin-right: 15px;
  color: #003F96;
}
.hgroup {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .hgroup {
    margin: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .hgroup h2 {
    font-size: 7.2vw;
  }
}
.sectionInner {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .sectionInner {
    padding: 0;
  }
}
.sectionInner .columnBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.sectionInner .columnBox > * {
  display: block;
  width: 570px;
}
.sectionInner .columnBox::before,
.sectionInner .columnBox::after {
  content: '';
  order: 1;
  display: block;
  width: 570px;
}
@media screen and (max-width: 767px) {
  .sectionInner .columnBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .sectionInner .columnBox > * {
    display: block;
    width: 100%;
  }
  .sectionInner .columnBox::before,
  .sectionInner .columnBox::after {
    content: '';
    order: 1;
    display: block;
    width: 100%;
  }
}
.sectionInner .columnBox.col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.sectionInner .columnBox.col4 > * {
  display: block;
  width: 275px;
}
.sectionInner .columnBox.col4::before,
.sectionInner .columnBox.col4::after {
  content: '';
  order: 1;
  display: block;
  width: 275px;
}
@media screen and (max-width: 767px) {
  .sectionInner .columnBox.col4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .sectionInner .columnBox.col4 > * {
    display: block;
    width: 49%;
  }
  .sectionInner .columnBox.col4::before,
  .sectionInner .columnBox.col4::after {
    content: '';
    order: 1;
    display: block;
    width: 49%;
  }
}
.sectionInner .columnBox > * {
  margin: 20px 0 10px;
  color: #707070;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sectionInner .columnBox > * {
    font-size: 3.2vw;
  }
}
.sectionInner .columnBox img {
  margin-bottom: 5px;
}
/* -------------------------------- photo gallery */
@media screen and (max-width: 767px) {
  .photo_gallery {
    overflow: hidden;
  }
}
.photo_gallery h3 {
  font-size: 2.8rem;
  margin-bottom: 30px;
  text-align: left;
  border-bottom: solid 1px #CCC;
}
@media screen and (max-width: 767px) {
  .photo_gallery h3 {
    font-size: 5.6vw;
  }
}
.photo_gallery .texCenter {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .photo_gallery .sp_order {
    display: flex;
    flex-direction: column-reverse;
  }
}
.photo_gallery .hgroup {
  margin-bottom: 0!important;
}
.performance {
  margin-bottom: 20px;
  margin-top: 50px;
}
.performance h3 {
  text-align: left;
  margin-bottom: 5px;
}
.performance ul {
  list-style: square;
  margin-left: 20px;
}
.slider-for {
  margin-top: 40px;
  margin-bottom: 30px;
}
.slider-for li {
  display: flex!important;
}
@media screen and (max-width: 767px) {
  .slider-for li {
    display: block!important;
  }
}
.slider-for li .img {
  width: 650px;
  height: 389px;
}
@media screen and (max-width: 767px) {
  .slider-for li .img {
    width: 100%!important;
    height: auto!important;
  }
}
.slider-for li .img img {
  width: 650px;
  height: 389px!important;
  object-fit: scale-down;
}
@media screen and (max-width: 767px) {
  .slider-for li .img img {
    width: 100%!important;
    height: auto!important;
    object-fit: cover;
  }
}
.slider-for li .text-area {
  width: 550px;
  padding: 0px 30px ;
}
@media screen and (max-width: 767px) {
  .slider-for li .text-area {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.slider-for li .text-area h4 {
  text-align: left;
  margin-top: 13px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .slider-for li .text-area h4 {
    font-size: 3.6vw;
    margin: 7px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .slider-for li .text-area p {
    margin: 0;
    font-size: 3.6vw;
  }
}
.slider-nav li .nav_item {
  width: 310px;
  opacity: 0.3;
  margin: 20px auto;
  transition: 200ms ease;
}
@media screen and (max-width: 767px) {
  .slider-nav li .nav_item {
    width: 100%;
  }
}
.slider-nav li .nav_item .nav-title {
  font-size: 1.2rem;
  padding: 4px 0;
  color: #fff;
  background-color: #003F96;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slider-nav li .nav_item .nav-title {
    font-size: 3vw;
  }
}
.slider-nav li .nav_item .img img {
  width: 100%!important;
  height: 135px!important;
  object-fit: cover;
}
.slider-nav .slick-center .nav_item {
  opacity: 1!important;
  transform: scale(1.15);
  transition: 700ms ease;
}
@media screen and (max-width: 767px) {
  .slider-nav .slick-center .nav_item {
    transform: scale(1);
  }
}
.slider-nav .slick-prev {
  top: 50%;
  z-index: 20000!important;
  left: 40px!important;
  width: 30px!important;
}
.slider-nav .slick-prev:before {
  font-size: 3rem;
  color: #3F3F3F;
}
@media screen and (max-width: 767px) {
  .slider-nav .slick-prev {
    left: 7px!important;
  }
}
.slider-nav .slick-next {
  z-index: 20000!important;
  top: 50%;
  right: 40px!important;
  width: 30px!important;
}
.slider-nav .slick-next:before {
  font-size: 3rem;
  color: #3F3F3F;
}
@media screen and (max-width: 767px) {
  .slider-nav .slick-next {
    right: 0px!important;
  }
}
.slick-slide {
  outline: none;
}
.space_mapArea .inner .space_mapArea_hgroup h3 {
  font-size: 4.3rem;
}
@media screen and (max-width: 767px) {
  .space_mapArea .inner .space_mapArea_hgroup h3 {
    font-size: 8.6vw;
  }
}
.photoArea .inner .flex {
  padding: 30px 0;
}
.photoArea .photoArea_p {
  text-align: center;
  font-size: 2.95rem;
  font-weight: bold;
  color: #004664;
  border-left: none;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 767px) {
  .photoArea .photoArea_p {
    font-size: 5.9vw;
    padding-bottom: 47px;
  }
}
.showcasingBtn .btn_4 {
  min-width: 0;
  max-width: 330px;
  padding: 0 20px;
  line-height: 1;
  gap: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .showcasingBtn .btn_4 {
    max-width: none;
    font-size: 3.6vw;
    height: 40px;
  }
}
.showcasingBtn .btn_4 i {
  transform: translateY(1px);
}
