@charset "UTF-8";
.pc_only {
  display: block !important;
}
@media (max-width: 480px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 480px) {
  .sp_only {
    display: block !important;
  }
}

html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.6em;
  line-height: 1.67;
}
body.zh-CN {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.page_message .kv {
  position: relative;
  padding-top: 180px;
  padding-bottom: 200px;
}
body.page_message .kv:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  aspect-ratio: 16/9;
  background: url(../images/image_dawn01.jpg) center bottom -80px no-repeat;
  background-size: 100% auto;
}
@media (max-width: 480px) {
  body.page_message .kv {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  body.page_message .kv:before {
    aspect-ratio: 1;
    background: url(../images/image_dawn01.jpg) center center no-repeat;
    background-size: cover;
    object-fit: cover;
  }
}

h2, h3, h4, h5, p, a, span, div {
  font-family: "Noto sans JP", sans-serif;
  color: #000;
  text-decoration: none;
}

a {
  transition: 0.4s;
}

.wp-block-table {
  margin: 0;
}

.inner {
  max-width: 1352px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .inner {
    box-sizing: border-box;
    padding: 0 16px;
  }
}
.inner.w1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.inner.w840 {
  max-width: 840px;
  margin: 0 auto;
}
.inner.w800 {
  max-width: 800px;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.content {
  margin: 60px 0 100px;
  word-break: break-all;
  overflow-wrap: anywhere;
}
@media (max-width: 480px) {
  .content {
    margin: 40px 0;
  }
}
.content h2 {
  position: relative;
  font-size: 22px;
  // // font-weight: 500;
  margin: 0;
  margin-bottom: 16px;
  padding: 10px 14px;
}
@media (max-width: 480px) {
  .content h2 {
    font-size: 18px;
  }
}
.content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #BCC5CE;
}
.content h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: #000;
  z-index: 1;
}
.content h2.heading_02 {
  font-size: 18px;
  background: #ECF0F3;
  padding: 10px 30px;
  position: relative;
  text-align: left;
}
.content h2.heading_02:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: #A3ACB4;
  width: 3px;
  height: 30px;
  border-radius: 50px;
  margin: 0;
}
.content h2.heading_02:after {
  display: none;
}
.content h3 {
  font-size: 20px;
  color: #708291;
  text-align: center;
  margin: 20px 0;
  align-items: center;
  display: flex;
}
.content h3:before {
  content: "";
  background: #BCC5CE;
  flex-grow: 1;
  height: 1px;
  margin-right: 15px;
}
.content h3:after {
  content: "";
  background: #BCC5CE;
  flex-grow: 1;
  height: 1px;
  margin-left: 15px;
}
.content h4 {
  font-size: 20px;
  color: #4A6C89;
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.content h4:after {
  position: absolute;
  content: "";
  top: 50%;
  background-color: #748899;
  width: 40px;
  height: 1px;
  margin-left: 10px;
  display: inline-block;
}
.content p {
  font-size: 14px;
  margin: 16px 0;
  font-weight: normal;
}
.content a {
  font-size: 14px;
  margin: 16px 0;
  padding: 0;
  font-weight: normal;
  color: #748899;
}
.content a:hover {
  color: #8F9FAC;
}
.content figcaption {
  font-size: 14px;
  margin: 0;
  margin-top: 4px;
  font-weight: normal;
}
.content ul {
  margin: 16px 0;
  padding-left: 25px;
}
.content ul li {
  font-size: 14px;
  font-weight: normal;
}
.content table td {
  font-size: 14px;
  font-weight: normal;
}
.content .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}
.content .wp-block-columns .wp-block-column {
  box-sizing: border-box;
}
.content._news {
  margin-top: 0;
  margin-bottom: 0;
}
.content._news h2 {
  font-size: 22px;
  // font-weight: 500;
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
}
.content._news h2:before, .content._news h2:after {
  display: none;
}
.content._news .eyecatch {
  aspect-ratio: 12/7;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}
.content._news .eyecatch img {
  width: 100%;
}
.content._news figure {
  margin: 12px 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.content._news figure img {
  width: 100%;
}
@media (max-width: 480px) {
  .content._news figure img {
    height: 100%;
  }
}
.content._news .data {
  justify-content: start;
  gap: 16px;
  padding-bottom: 6px;
  border-bottom: 2px solid #A3ACB4;
}
.content._news .data p {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #909090;
  margin: 0;
  padding: 0;
}
.content._company table {
  width: 100%;
  border: none;
}
.content._company table tr {
  width: 100%;
  border: none;
}
.content._company table tr td {
  width: 22%;
  padding: 8px;
  border: none;
}
@media (max-width: 480px) {
  .content._company table tr td {
    width: 25%;
  }
}
.content._company table tr td:nth-child(2) {
  width: auto;
}
@media (max-width: 480px) {
  .content._access .wp-block-column {
    flex-direction: column;
    flex-basis: 100% !important;
  }
}
.content._access .wp-block-column:first-child {
  padding-right: 40px;
}
@media (max-width: 480px) {
  .content._access .wp-block-column:first-child {
    padding: 0;
  }
}

.btn_border {
  text-align: center;
  margin: 20px 0;
}
.btn_border a {
  font-size: 15px;
  color: #000;
  margin: 0;
  padding: 16px 40px;
  display: inline-block;
  border: 1px solid #000;
  transition: 0.4s;
}
.btn_border a:hover {
  color: #fff;
  background: #000;
}

.btn_white {
  text-align: center;
  margin: 20px 0;
}
.btn_white a {
  font-size: 15px;
  color: #000;
  margin: 0;
  padding: 16px 40px;
  display: inline-block;
  background: #fff;
  transition: 0.4s;
}
.btn_white a:hover {
  color: #fff;
  background: #000;
}

.btn_black {
  text-align: center;
  margin: 20px 0;
}
.btn_black a {
  font-size: 15px;
  color: #fff;
  margin: 0;
  padding: 15px 40px;
  display: inline-block;
  background: #000;
  transition: 0.4s;
}
.btn_black a:hover {
  color: #000;
  background: #fff;
}

.btn_gray {
  text-align: center;
  margin: 20px 0;
}
.btn_gray a {
  font-size: 15px;
  color: #000;
  margin: 0;
  padding: 16px 40px;
  display: inline-block;
  transition: 0.4s;
  border: solid #000 1px;
}
.btn_gray a:hover {
  background: #fff;
}

/*************************************************************************/
/* kv                                                                    */
/*************************************************************************/
.kv {
  width: 100%;
  box-sizing: border-box;
  padding: 120px 0;
}
@media (max-width: 480px) {
  .kv {
    padding: 80px 0;
  }
}
.kv .inner .content {
  margin: 0;
}
.kv .inner .content h1 {
  font-family: "Barlow", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  position: relative;
}
@media (max-width: 480px) {
  .kv .inner .content h1 {
    font-size: 32px;
  }
}
.kv .inner .content span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 480px) {
  .kv .inner .content span {
    font-size: 18px;
  }
}
.kv .inner .content span:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  background-color: #000;
  width: 24px;
  height: 1px;
}

/*************************************************************************/
/* breadcrumbs                                                           */
/*************************************************************************/
.breadcrumbs_area {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12px 0;
  background: #F7F7F7;
}
.breadcrumbs_area .breadcrumbs {
  font-size: 14px;
  text-align: right;
  max-width: 1352px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.breadcrumbs_area .breadcrumbs span {
  margin: 0 8px;
}

/*************************************************************************/
/* related information                                                   */
/*************************************************************************/
.related_info {
  background: #F8F9FA;
  padding: 80px 0;
}
@media (max-width: 480px) {
  .related_info {
    padding: 60px 0;
  }
}
.related_info h2 {
  font-family: "Varta", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
}
.related_info .list {
  margin: 40px 0;
}
.related_info .list .content {
  margin: 2px 0;
}
.related_info .list .content a {
  display: inline-block;
  transition: 0.4s;
}
.related_info .list .content a:hover {
  opacity: 0.8;
}
.related_info .list .content a .flex {
  justify-content: start;
  gap: 15px;
}
.related_info .list .content a .flex p.date {
  font-family: "Abhaya Libre", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5;
  margin: 0;
}
.related_info .list .content a .flex p.title {
  font-size: 16px;
  letter-spacing: 1;
  margin: 0;
}

/*************************************************************************/
/* TOP page                                                              */
/*************************************************************************/
.kv_top {
  margin-top: -95px;
  position: relative;
}
.kv_top:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.kv_top .kv_top_wrapper .kv_slider {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.kv_top .kv_top_wrapper .kv_slider .slick-list,
.kv_top .kv_top_wrapper .kv_slider .slick-track,
.kv_top .kv_top_wrapper .kv_slider .slick-slide {
  height: 100%;
}
.kv_top .kv_top_wrapper .kv_slider .slick-slide {
  opacity: 0;
  transition: opacity 1s;
}
.kv_top .kv_top_wrapper .kv_slider .slick-slide.slick-active {
  opacity: 1 !important;
  z-index: 2;
}
.kv_top .kv_top_wrapper .kv_slider .slick-slide.slick-active img {
  animation: kvZoom 6s ease-in-out forwards;
}
.kv_top .kv_top_wrapper .kv_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@keyframes kvZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.kv_top .kv_top_wrapper .key_copy {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Varta", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1;
  color: #fff;
  margin: 0;
  width: 90%;
  text-align: center;
}
@media (max-width: 480px) {
  .kv_top .kv_top_wrapper .key_copy {
    top: 75%;
    font-size: 40px;
  }
}
.kv_top .kv_top_wrapper .info_top {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 80px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
@media (max-width: 480px) {
  .kv_top .kv_top_wrapper .info_top {
    padding: 16px;
  }
}
.kv_top .kv_top_wrapper .info_top .content {
  margin: 2px 0;
}
.kv_top .kv_top_wrapper .info_top .content a {
  display: inline-block;
  margin: 0;
}
.kv_top .kv_top_wrapper .info_top .content a:hover .flex p.title,
.kv_top .kv_top_wrapper .info_top .content a:hover .flex p.date {
  color: #8F9FAC;
}
.kv_top .kv_top_wrapper .info_top .content a .flex {
  justify-content: start;
  gap: 15px;
}
@media (max-width: 480px) {
  .kv_top .kv_top_wrapper .info_top .content a .flex {
    gap: 10px;
  }
}
.kv_top .kv_top_wrapper .info_top .content a .flex p.date {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5;
  color: #fff;
  margin: 0;
  transition: 0.4s;
}
.kv_top .kv_top_wrapper .info_top .content a .flex p.title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1;
  color: #fff;
  margin: 0;
  transition: 0.4s;
}

.top_intro {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 480px) {
  .top_intro {
    height: auto;
  }
}
.top_intro .bg_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 480px) {
  .top_intro .bg_video {
    height: 666px;
  }
}
.top_intro .bg_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_intro .top_intro_box {
  height: 100%;
}
@media (max-width: 480px) {
  .top_intro .top_intro_box {
    height: 666px;
  }
}
.top_intro .top_intro_box .text_area {
  position: relative;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(32, 32, 32, 0.8);
}
@media (max-width: 480px) {
  .top_intro .top_intro_box .text_area {
    width: 100%;
  }
}
.top_intro .top_intro_box .text_area .text_content {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 0 100px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .top_intro .top_intro_box .text_area .text_content {
    padding: 0 32px;
  }
}
.top_intro .top_intro_box .text_area .text_content h2 {
  font-size: 40px;
  font-family: "Varta", sans-serif;
  color: #fff;
  margin: 0;
}
@media (max-width: 480px) {
  .top_intro .top_intro_box .text_area .text_content h2 {
    font-size: 32px;
  }
}
.top_intro .top_intro_box .text_area .text_content h2 span {
  display: block;
  font-size: 60px;
  font-family: "Varta", sans-serif;
  line-height: 1;
  color: #fff;
}
@media (max-width: 480px) {
  .top_intro .top_intro_box .text_area .text_content h2 span {
    font-size: 48px;
  }
}
.top_intro .top_intro_box .text_area .text_content p {
  font-size: 18px;
  color: #fff;
  margin-top: 45px;
  margin-bottom: 0;
}
.top_intro .top_intro_box .image_area {
  position: relative;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
}
.top_intro .top_intro_box .image_area .image_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.top_intro .top_intro_box .image_area .image_content .image01 {
  width: 50%;
  height: 100%;
}
.top_intro .top_intro_box .image_area .image_content .image01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_intro .top_intro_box .image_area .image_content .image02 {
  width: 50%;
  height: 100%;
}
.top_intro .top_intro_box .image_area .image_content .image02 div {
  height: 50%;
}
.top_intro .top_intro_box .image_area .image_content .image02 div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 480px) {
  .top_intro .image_area {
    position: relative;
    width: 100%;
    height: 255px;
    box-sizing: border-box;
    z-index: 1;
  }
  .top_intro .image_area .image_content {
    width: 100%;
    height: 100%;
  }
  .top_intro .image_area .image_content .image01 {
    width: 50%;
    height: 100%;
  }
  .top_intro .image_area .image_content .image01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top_intro .image_area .image_content .image02 {
    width: 50%;
    height: 100%;
  }
  .top_intro .image_area .image_content .image02 div {
    height: 50%;
  }
  .top_intro .image_area .image_content .image02 div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.top_why {
  background: #FAFAFA;
  padding: 100px 0 50px 0;
}
@media (max-width: 480px) {
  .top_why {
    padding: 80px 0;
  }
}
.top_why h2 {
  font-size: 120px;
  font-family: "Varta", sans-serif;
  line-height: 1;
  margin: 0;
}
@media (max-width: 480px) {
  .top_why h2 {
    font-size: 80px;
  }
}
.top_why h2 span {
  font-size: 80px;
}
@media (max-width: 480px) {
  .top_why h2 span {
    font-size: 60px;
  }
}
.top_why .flex {
  align-items: start;
  gap: 2px;
}
@media (max-width: 480px) {
  .top_why .flex {
    flex-direction: column;
    gap: 16px;
  }
}
.top_why .flex .why_content {
  width: calc(50% - 1px);
  margin-top: 60px;
}
@media (max-width: 480px) {
  .top_why .flex .why_content {
    width: 100%;
    margin-top: 32px;
  }
}
.top_why .flex .why_content .heading {
  position: relative;
}
.top_why .flex .why_content .heading .heading_img {
  aspect-ratio: 675/360;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.top_why .flex .why_content .heading .heading_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.top_why .flex .why_content .heading h3 {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-size: 36px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .top_why .flex .why_content .heading h3 {
    bottom: 8px;
    left: 8px;
    font-size: 24px;
  }
}
.top_why .flex .why_content p {
  font-size: 17px;
  margin: 8px 0 0 0;
  padding: 0 8px;
}
.top_why .flex .why_content h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 8px 0 0 0;
  padding: 0 8px;
}
@media (max-width: 480px) {
  .top_why .flex .why_content h4 {
    font-size: 20px;
  }
}

.top_service {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-image: url(../images/image_bg_fuji.jpg);
  background-size: cover;
  background-position: center;
  padding: 175px 0 135px 0;
}
@media (max-width: 480px) {
  .top_service {
    padding: 60px 16px;
  }
}
.top_service .top_service_area_01 {
  align-items: start;
  gap: 100px;
}
@media (max-width: 480px) {
  .top_service .top_service_area_01 {
    flex-direction: column;
    gap: 60px;
  }
}
.top_service .top_service_area_01 .top_service_contant_01 {
  width: calc(30% - 50px);
}
@media (max-width: 480px) {
  .top_service .top_service_area_01 .top_service_contant_01 {
    width: 100%;
  }
}
.top_service .top_service_area_01 .top_service_contant_01 h2 {
  font-size: 100px;
  font-family: "Varta", sans-serif;
  color: #fff;
  line-height: 1;
  margin: 0;
}
@media (max-width: 480px) {
  .top_service .top_service_area_01 .top_service_contant_01 h2 {
    font-size: 80px;
  }
}
.top_service .top_service_area_01 .top_service_contant_01 h2 span {
  font-size: 70px;
  color: #fff;
  display: inline-block;
}
@media (max-width: 480px) {
  .top_service .top_service_area_01 .top_service_contant_01 h2 span {
    font-size: 60px;
  }
}
.top_service .top_service_area_01 .top_service_contant_01 .btn_white {
  text-align: left;
  margin-top: 40px;
}
.top_service .top_service_area_01 .top_service_contant_02 {
  width: calc(70% - 50px);
}
@media (max-width: 480px) {
  .top_service .top_service_area_01 .top_service_contant_02 {
    width: 100%;
  }
}
.top_service .top_service_area_01 .top_service_contant_02 p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  .top_service .top_service_area_01 .top_service_contant_02 p {
    position: relative;
    padding-left: 45px;
    letter-spacing: 3px;
  }
}
.top_service .top_service_area_01 .top_service_contant_02 p span {
  font-family: "Barlow", sans-serif;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin-right: 16px;
}
@media (max-width: 480px) {
  .top_service .top_service_area_01 .top_service_contant_02 p span {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
  }
}
.top_service .top_service_area_01 .top_service_contant_02 .small {
  font-size: 16px;
  // font-weight: 500;
  margin: 0;
}
@media (max-width: 480px) {
  .top_service .top_service_area_01 .top_service_contant_02 .small {
    letter-spacing: 1px;
  }
}
.top_service .top_service_area_02 {
  margin-top: 200px;
}
@media (max-width: 480px) {
  .top_service .top_service_area_02 {
    margin-top: 52px;
  }
}
.top_service .top_service_area_02 h2 {
  font-family: "Barlow", sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 480px) {
  .top_service .top_service_area_02 h2 {
    margin: 0;
  }
}
.top_service .top_service_area_02 .top_service_list {
  align-items: stretch;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .top_service .top_service_area_02 .top_service_list {
    flex-direction: column;
    margin-top: 0;
  }
}
.top_service .top_service_area_02 .top_service_list .top_service_list_content {
  flex: 1;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  text-align: center;
  padding: 16px 0;
}
@media (max-width: 480px) {
  .top_service .top_service_area_02 .top_service_list .top_service_list_content {
    border-left: none;
    border-bottom: 1px solid #fff;
    padding: 32px 0;
  }
}
.top_service .top_service_area_02 .top_service_list .top_service_list_content:last-of-type {
  border-right: 1px solid #fff;
}
@media (max-width: 480px) {
  .top_service .top_service_area_02 .top_service_list .top_service_list_content:last-of-type {
    border-right: none;
    border-bottom: none;
  }
}
.top_service .top_service_area_02 .top_service_list .top_service_list_content:nth-of-type(2) img.top_service_icon {
  margin-bottom: 19px;
}
@media (max-width: 480px) {
  .top_service .top_service_area_02 .top_service_list .top_service_list_content img.top_service_icon {
    width: auto;
  }
}
.top_service .top_service_area_02 .top_service_list .top_service_list_content p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin: 0;
  margin-top: 8px;
}
.top_service .top_service_area_02 .top_service_list .top_service_list_content .number {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  // font-weight: 500;
  margin-top: 16px;
}

.top_projects {
  background: #F8F9FA;
  padding: 80px 0;
}
@media (max-width: 480px) {
  .top_projects .top_projects_area {
    flex-direction: column;
  }
}
.top_projects .top_projects_area .content_text {
  width: 30%;
}
@media (max-width: 480px) {
  .top_projects .top_projects_area .content_text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.top_projects .top_projects_area .content_text h2 {
  font-family: "Varta", sans-serif;
  font-size: 40px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.top_projects .top_projects_area .content_text .btn_border {
  text-align: left;
}
.top_projects .top_projects_area .projects_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 16px;
  width: 70%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .top_projects .top_projects_area .projects_list {
    flex-direction: column;
    width: 100%;
    margin-bottom: 16px;
  }
}
.top_projects .top_projects_area .projects_list .projects_content {
  width: calc(33.333% - 16px);
  position: relative;
}
@media (max-width: 480px) {
  .top_projects .top_projects_area .projects_list .projects_content {
    width: 100%;
  }
}
.top_projects .top_projects_area .projects_list .projects_content a:hover .eyecatch img {
  transform: translate(-50%, -50%) scale(1.1);
}
.top_projects .top_projects_area .projects_list .projects_content .eyecatch {
  aspect-ratio: 322/430;
  overflow: hidden;
  margin: 0;
  background: #e6e6e6;
  position: relative;
}
.top_projects .top_projects_area .projects_list .projects_content .eyecatch img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_projects .top_projects_area .projects_list .projects_content h3 {
  font-size: 13px;
  // font-weight: 500;
  letter-spacing: 1;
  color: #000;
  margin: 4px 0 0 4px;
}

/*************************************************************************/
/* services                                                              */
/*************************************************************************/
.services .services_section {
  padding: 160px 0;
}
@media (max-width: 480px) {
  .services .services_section {
    padding: 40px 0;
  }
}
.services .services_section .services_area {
  align-items: start;
  gap: 100px;
  position: relative;
}
@media (max-width: 480px) {
  .services .services_section .services_area {
    flex-direction: column;
    gap: 50px;
  }
}
.services .services_section .services_area .services_content_01 {
  width: 400px;
}
@media (max-width: 480px) {
  .services .services_section .services_area .services_content_01 {
    width: 100%;
  }
}
.services .services_section .services_area .services_content_01 .image {
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .services .services_section .services_area .services_content_01 .image {
    margin-bottom: 0;
  }
}
.services .services_section .services_area .services_content_01 .image img {
  width: 100%;
}
.services .services_section .services_area .services_content_02 {
  width: calc(100% - 500px);
}
@media (max-width: 480px) {
  .services .services_section .services_area .services_content_02 {
    width: 100%;
  }
}
.services .services_section .services_area .services_content_02 h2 {
  font-size: 36px;
  margin: 0;
}
@media (max-width: 480px) {
  .services .services_section .services_area .services_content_02 h2 {
    font-size: 28px;
  }
}
.services .services_section .services_area .services_content_02 span {
  display: block;
  font-family: "Varta", sans-serif;
  font-size: 21px;
  font-weight: 700;
}
.services .services_section .services_area .services_content_02 h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  margin-bottom: -8px;
}
.services .services_section .services_area .services_content_02 p {
  font-size: 16px;
  margin: 12px 0;
}
.services .services_section .services_area .services_content_02 .services_list {
  margin-top: 16px;
  margin-bottom: 16px;
}
.services .services_section .services_area .services_content_02 .services_list .item {
  padding: 6px 0 12px 16px;
  position: relative;
}
.services .services_section .services_area .services_content_02 .services_list .item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #A7BAC9;
  width: 1px;
  height: 100%;
}
.services .services_section .services_area .services_content_02 .services_list .item h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.services .services_section .services_area .services_content_02 .services_list .item h3:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: #A7BAC9;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  z-index: 9;
}
.services .services_section .services_area .services_content_02 .services_list .item p {
  font-size: 13px;
  // // font-weight: 500;
  margin: 0;
}
.services .services_section .services_area .services_content_02 .services_area_text {
  padding-top: 16px;
}
.services .services_section .services_area .services_content_02 .services_area_text h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 16px 0 0 0;
}
.services .services_section .services_area .services_content_02 .services_area_text p {
  font-size: 13px;
  // font-weight: 500;
  margin: 0;
}
.services .services_section .services_area .services_content_02 .services_area_image {
  margin-top: 40px;
  flex-wrap: nowrap;
  justify-content: center;
}
.services .services_section .services_area .services_content_02 .services_area_image img {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .services .services_section .services_area .services_content_02 .services_area_image img {
    width: 65%;
  }
}
.services .services_section .services_area .services_content_02 .services_area_image .number {
  font-family: "Barlow", sans-serif;
  font-size: 120px;
  font-weight: 600;
  color: #E3E3E3;
  line-height: 1;
}
@media (max-width: 480px) {
  .services .services_section .services_area .services_content_02 .services_area_image .number {
    font-size: 100px;
  }
}
.services .services_section._02 {
  background: #FAFBFC;
}
.services .services_section._02 .services_area_image {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 480px) {
  .services .services_section._02 .services_area_image {
    position: initial;
  }
}
.services .services_section._02 .services_area_image .number {
  color: #BCC5CE !important;
}
.services .services_section._03 .services_area_image {
  // position: absolute;
  //bottom: 0;
  // right: 0;
}
@media (max-width: 480px) {
  .services .services_section._03 .services_area_image {
    position: initial;
  }
}
.services .services_section._04 {
  background: #FAFBFC;
}
.services .services_section._04 .services_area_image .number {
  color: #BCC5CE !important;
}
.services .services_section .slick-dotted,
.services .services_section .slick-slider {
  margin: 0 !important;
}
.services .services_section .services_slider {
  position: relative;
  overflow: hidden;
}
.services .services_section .services_slider .slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.services .services_section .services_slider .slick-dots {
  bottom: 15px;
  padding: 0;
}
.services .services_section .services_slider .slick-dots li {
  margin: 0;
}
.services .services_section .services_slider .slick-dots li button:before {
  font-size: 10px;
  color: #ccc;
  opacity: 1;
}
.services .services_section .services_slider .slick-dots li.slick-active button:before {
  color: #000;
}
.services .services_section .services_slider .slick-prev, .services .services_section .services_slider .slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
}
.services .services_section .services_slider .slick-prev {
  left: 0;
  background-image: url(../images/image_arrow_prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.services .services_section .services_slider .slick-next {
  right: 0;
  background-image: url(../images/image_arrow_next.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.services .services_section .services_slider .slick-prev:before,
.services .services_section .services_slider .slick-next:before {
  content: "";
}

/*************************************************************************/
/* nav company                                                           */
/*************************************************************************/
.nav_company {
  margin: 60px 0;
}
@media (max-width: 480px) {
  .nav_company {
    margin: 40px 0;
  }
}
.nav_company ul.nav_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.nav_company ul.nav_content li {
  width: 25%;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  border-left: 1px solid #BCC5CE;
}
@media (max-width: 480px) {
  .nav_company ul.nav_content li {
    width: 50%;
    border-right: 1px solid #BCC5CE;
    border-left: none;
  }
}
@media (max-width: 480px) {
  .nav_company ul.nav_content li:nth-child(2) {
    border-right: none;
  }
}
@media (max-width: 480px) {
  .nav_company ul.nav_content li:nth-child(3) {
    border-top: 1px solid #BCC5CE;
  }
}
.nav_company ul.nav_content li:last-of-type {
  border-right: 1px solid #BCC5CE;
}
@media (max-width: 480px) {
  .nav_company ul.nav_content li:last-of-type {
    border-top: 1px solid #BCC5CE;
    border-right: none;
  }
}
.nav_company ul.nav_content li a {
  display: block;
  font-family: "Varta", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2;
  margin: 0;
  padding: 60px 0;
  text-align: center;
  transition: 0.4s;
}
@media (max-width: 480px) {
  .nav_company ul.nav_content li a {
    padding: 40px 0;
  }
}
.nav_company ul.nav_content li a span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
  transition: 0.4s;
}
.nav_company ul.nav_content li a:hover {
  color: #748899;
}
.nav_company ul.nav_content li a:hover span {
  color: #748899;
}
.nav_company ul.nav_content li a.current {
  color: #748899;
}
.nav_company ul.nav_content li a.current span {
  color: #748899;
}

/*************************************************************************/
/* team                                                                  */
/*************************************************************************/
.team_section .team_list {
  margin: 60px 0 80px 0;
  justify-content: start;
  align-items: start;
  gap: 40px 16px;
}
@media (max-width: 480px) {
  .team_section .team_list {
    margin: 40px 0;
  }
}
.team_section .team_list .item {
  width: calc((100% - 48px) / 4);
  cursor: pointer;
}
@media (max-width: 480px) {
  .team_section .team_list .item {
    width: calc((100% - 16px) / 2);
  }
}
.team_section .team_list .item:hover .eyecatch img {
  transform: translate(-50%, -50%) scale(1.1);
}
.team_section .team_list .item .eyecatch {
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.team_section .team_list .item .eyecatch img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.4s;
}
.team_section .team_list .item .name {
  font-size: 16px;
  // font-weight: 500;
  margin: 0;
  margin-top: 4px;
}
.team_section .team_list .item .name span.name_en {
  font-size: 14px;
  font-weight: 400;
}
.team_section .team_list .item .position {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.team_section .team_list .modal_item {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.team_section .team_list .modal_item .modal_content {
  background: #fff;
  padding: 40px;
  max-width: 880px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 480px) {
  .team_section .team_list .modal_item .modal_content {
    display: block;
    margin: auto 16px;
    padding: 40px 16px 16px 16px;
    height: auto;
  }
}
.team_section .team_list .modal_item .modal_close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2.4rem;
  line-height: 0.5;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .team_section .team_list .modal_item .modal_close {
    top: 10px;
    right: 10px;
  }
}
.team_section .team_list .modal_item .content_left {
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .team_section .team_list .modal_item .content_left {
    width: 100%;
  }
}
.team_section .team_list .modal_item .content_left .eyecatch {
  aspect-ratio: 360/320;
  width: 100%;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.team_section .team_list .modal_item .content_left .eyecatch img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.team_section .team_list .modal_item .content_right {
  width: 50%;
  box-sizing: border-box;
  padding: 0 60px;
}
@media (max-width: 480px) {
  .team_section .team_list .modal_item .content_right {
    width: 100%;
    margin-top: 16px;
    padding: 0;
  }
}
.team_section .team_list .modal_item .content_right .name {
  font-size: 24px;
  // font-weight: 500;
  margin: 0;
  line-height: 1.2;
  margin-top: 4px;
}
.team_section .team_list .modal_item .content_right .name span.name_en {
  font-size: 16px;
  font-weight: 400;
}
.team_section .team_list .modal_item .content_right .position {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.team_section .team_list .modal_item .content_right .profile {
  font-size: 14px;
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .team_section .team_list .modal_item .content_right .profile {
    margin-top: 16px;
  }
}

/*************************************************************************/
/* contact                                                               */
/*************************************************************************/
.content._contact .flex {
  align-items: start;
  gap: 40px;
}
@media (max-width: 480px) {
  .content._contact .flex {
    gap: 8px;
  }
}
.content._contact .wpcf7 {
  margin: 0 auto;
}
.content._contact .wpcf7 form > fieldset {
  display: contents;
  border: none;
  margin: 0;
  padding: 0;
}
.content._contact .form label {
  display: block;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid #606060;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
}
.content._contact .form label input,
.content._contact .form label select,
.content._contact .form label textarea {
  width: 100% !important;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  border: none !important;
  background: transparent;
  line-height: 1.5 !important;
  margin-top: 4px;
  padding: 0 !important;
}
.content._contact .form label input::placeholder,
.content._contact .form label select::placeholder,
.content._contact .form label textarea::placeholder {
  font-size: 16px;
  color: #b3b0b2;
  // font-weight: 500;
}
.content._contact .form label input:focus,
.content._contact .form label select:focus,
.content._contact .form label textarea:focus {
  outline: none;
}
.content._contact .form label:has(input[aria-required=true])::after, .content._contact .form label:has(select[aria-required=true])::after, .content._contact .form label:has(textarea[aria-required=true])::after {
  content: "必須";
  position: absolute;
  top: 1.1em;
  right: 1em;
  font-size: 13px;
  color: #E88383;
}
.content._contact .form label .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 4px;
  font-size: 14px;
  color: #e6004e;
  white-space: nowrap;
  z-index: 10;
}
.content._contact .form .accept p {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.content._contact .form .accept p a {
  color: #748899;
}
.content._contact .form .accept p a:hover {
  color: #8F9FAC;
}
.content._contact .form .accept span {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.content._contact .form .accept label {
  display: flex;
  align-items: center;
  gap: 12px;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
}
.content._contact .form .accept label label {
  border: none;
  margin: 0 !important;
  padding: 0 !important;
}
.content._contact .form .accept label label input {
  width: 17px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.content._contact .form .accept label span {
  margin: 0 !important;
  padding: 0 !important;
}
.content._contact .form .submit {
  margin-top: 16px;
}
@media (max-width: 480px) {
  .content._contact .form .submit {
    padding-right: 10px;
  }
}
.content._contact .form .submit .btn_submit,
.content._contact .form .submit .wpcf7-submit {
  font-size: 15px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  margin: 0;
  padding: 20px 40px;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  transition: background 0.4s, color 0.4s, transform 0.2s;
  cursor: pointer;
}
.content._contact .form .submit .btn_submit:hover,
.content._contact .form .submit .wpcf7-submit:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.content._contact .form .submit .wpcf7-spinner {
  margin-left: 10px;
}
.content._contact .form .submit .wpcf7-spinner:before {
  top: 14px !important;
}
.content._contact._en label:has(input[aria-required=true])::after, .content._contact._en label:has(select[aria-required=true])::after, .content._contact._en label:has(textarea[aria-required=true])::after {
  content: "Required";
}
.content._contact._ch label:has(input[aria-required=true])::after, .content._contact._ch label:has(select[aria-required=true])::after, .content._contact._ch label:has(textarea[aria-required=true])::after {
  content: "必填";
}

/*************************************************************************/
/* projects                                                              */
/*************************************************************************/
.projects .projects_area {
  margin-bottom: 32px;
}
.projects .projects_area .projects_list {
  justify-content: start;
  align-items: start;
  gap: 32px 16px;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .projects .projects_area .projects_list {
    flex-direction: column;
    gap: 24px;
  }
}
.projects .projects_area .projects_list .item {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 480px) {
  .projects .projects_area .projects_list .item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .projects .projects_area .projects_list .item .projects_content {
        display: flex;
        gap: 16px;
        align-items: start;
    
    }
}
.projects .projects_area .projects_list .item .projects_content .item_figure {
    aspect-ratio: 322/242;
    overflow: hidden;
    margin: 0;
    background: #FAFAFA;
    position: relative;

}
.projects .projects_area .projects_list .item .projects_content .eyecatch {
    aspect-ratio: 322/242;
    overflow: hidden;
    margin: 0;
    background: #FAFAFA;
    position: relative;
    width: 100%;
    height: 100%;

}
.projects .projects_area .projects_list .item._02 .projects_content .eyecatch {
    aspect-ratio: 322/430;

}
.projects .projects_area .projects_list .item .projects_content .eyecatch img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 480px) {
  .projects .projects_area .projects_list .item .projects_content .item_figure {
        aspect-ratio: auto;
        width: calc(50% - 16px);
    
    }
  .projects .projects_area .projects_list .item .projects_content .eyecatch img.landscape {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .projects .projects_area .projects_list .item .projects_content .eyecatch img.portrait {
        /* width: auto !important; */
        /* height: 100% !important; */
        /* object-fit: cover !important; */
        /* top: 50% !important; */
        /* left: 50% !important; */
        /* transform: translate(-50%, -50%) !important; */
    
    }
}
.projects .projects_area .projects_list .item .projects_content .eyecatch.pj_slider .slick-slide {
  position: relative;
}
.projects .projects_area .projects_list .item .projects_content .eyecatch.pj_slider .slick-slide div {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.projects .projects_area .projects_list .item .projects_content .eyecatch.pj_slider .slick-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 480px) {
  .projects .projects_area .projects_list .item .projects_content .eyecatch.pj_slider .slick-slide img.landscape {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .projects .projects_area .projects_list .item .projects_content .eyecatch.pj_slider .slick-slide img.portrait {
    width: auto !important;
    height: 100% !important;
    object-fit: cover !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
.projects .projects_area .projects_list .item .projects_content .eyecatch.pj_slider .slick-dots {
  bottom: -15px;
  padding: 0;
}
.projects .projects_area .projects_list .item .projects_content .eyecatch.pj_slider .slick-dots li {
  margin: 0;
}
.projects .projects_area .projects_list .item .projects_content .eyecatch.pj_slider .slick-dots li button:before {
  font-size: 10px;
  color: #ccc;
  opacity: 1;
}
.projects .projects_area .projects_list .item .projects_content .eyecatch.pj_slider .slick-dots li.slick-active button:before {
  color: #000;
}
.projects .projects_area .projects_list .item .projects_content .eyecatch.pj_slider .slick-prev, .projects .projects_area .projects_list .item .projects_content .eyecatch.pj_slider .slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
}
.projects .projects_area .projects_list .item .projects_content .eyecatch.pj_slider .slick-prev {
  left: 0;
  background-image: url(../images/image_arrow_prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.projects .projects_area .projects_list .item .projects_content .eyecatch.pj_slider .slick-next {
  right: 0;
  background-image: url(../images/image_arrow_next.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.projects .projects_area .projects_list .item .projects_content .eyecatch.pj_slider .slick-prev:before,
.projects .projects_area .projects_list .item .projects_content .eyecatch.pj_slider .slick-next:before {
  content: "";
}
@media (max-width: 480px) {
  .projects .projects_area .projects_list .item .projects_content .text_area {
    width: 50%;
  }
}
.projects .projects_area .projects_list .item .projects_content .item_figure {
    position: relative;

}
.projects .projects_area .projects_list .item .projects_content .item_figure .contract_status {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  background: rgba(82, 82, 82, 0.9);
  padding: 4px 8px;
}
.projects .projects_area .projects_list .item .projects_content .text_area h3 {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #000;
  margin: 8px 0 0 0;
  text-align: left;
}
.projects .projects_area .projects_list .item .projects_content .text_area h3:before, .projects .projects_area .projects_list .item .projects_content .text_area h3:after {
  display: none;
  margin: 0;
}
.projects .projects_area .projects_list .item .projects_content .text_area p {
  font-size: 13px;
  margin: 4px 0 0 0;
}
.projects .projects_area .projects_list .item .projects_content .text_area .address,
.projects .projects_area .projects_list .item .projects_content .text_area .type,
.projects .projects_area .projects_list .item .projects_content .text_area .info {
  border-bottom: 1px solid #DBE0E4;
  margin: 8px 0 0 0;
}
.projects .projects_area .projects_list .item .projects_content .text_area .address h4,
.projects .projects_area .projects_list .item .projects_content .text_area .type h4,
.projects .projects_area .projects_list .item .projects_content .text_area .info h4 {
  display: block;
  font-family: "Varta", sans-serif;
  font-size: 13px;
  line-height: 1;
  color: #909090;
  text-align: left;
  margin: 0;
}
.projects .projects_area .projects_list .item .projects_content .text_area .address h4:before, .projects .projects_area .projects_list .item .projects_content .text_area .address h4:after,
.projects .projects_area .projects_list .item .projects_content .text_area .type h4:before,
.projects .projects_area .projects_list .item .projects_content .text_area .type h4:after,
.projects .projects_area .projects_list .item .projects_content .text_area .info h4:before,
.projects .projects_area .projects_list .item .projects_content .text_area .info h4:after {
  display: none;
  margin: 0;
}
.projects .projects_area .projects_list .item .projects_content .text_area .address p,
.projects .projects_area .projects_list .item .projects_content .text_area .type p,
.projects .projects_area .projects_list .item .projects_content .text_area .info p {
  font-size: 13px;
  margin: 0;
}
.projects .projects_area .projects_list .item .projects_content .text_area .info a {
  font-size: 13px;
  margin: 0;
  color: #748899;
}
.projects .projects_area .projects_list .item .projects_content .text_area .info a:hover {
  color: #8F9FAC;
}
.projects .projects_area .projects_list .item._02 .item_figure {
  aspect-ratio: 322/430;
  overflow: hidden;
  margin: 0;
  background: #FAFAFA;
  position: relative;
  // cursor: pointer;
}
.projects .projects_area .projects_list .item._02 .eyecatch img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}
.projects .projects_area .projects_list .item._02 .eyecatch img.landscape {
  width: 100%;
  height: auto;
  aspect-ratio: 322/242;
}
.projects .projects_area .projects_list .item._02 .eyecatch img.portrait {
  width: auto;
  height: 100%;
}
.projects .projects_area .projects_list .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.projects .projects_area .projects_list .modal .modal_content {
  background: #fff;
  padding: 40px 20px 0 20px;
  max-width: 880px;
  width: 90%;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.projects .projects_area .projects_list .modal .modal_content .modal_slider {
  aspect-ratio: 322/242;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 480px) {
  .projects .projects_area .projects_list .modal .modal_content .modal_slider {
    aspect-ratio: 322/430;
  }
}
.projects .projects_area .projects_list .modal .modal_content .modal_slider .slick-slide {
  position: relative;
}
.projects .projects_area .projects_list .modal .modal_content .modal_slider .slick-slide div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.projects .projects_area .projects_list .modal .modal_content .modal_slider .slick-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}
.projects .projects_area .projects_list .modal .modal_content .modal_slider .slick-slide img.landscape {
  width: 100% !important;
  height: auto !important;
}
.projects .projects_area .projects_list .modal .modal_content .modal_slider .slick-slide img.portrait {
  width: auto !important;
  height: 100% !important;
}
.projects .projects_area .projects_list .modal .modal_content .modal_slider .slick-dots {
  bottom: -15px;
  padding: 0;
}
.projects .projects_area .projects_list .modal .modal_content .modal_slider .slick-dots li {
  margin: 0;
}
.projects .projects_area .projects_list .modal .modal_content .modal_slider .slick-dots li button:before {
  font-size: 10px;
  color: #ccc;
  opacity: 1;
}
.projects .projects_area .projects_list .modal .modal_content .modal_slider .slick-dots li.slick-active button:before {
  color: #000;
}
.projects .projects_area .projects_list .modal .modal_content .modal_slider .slick-prev,
.projects .projects_area .projects_list .modal .modal_content .modal_slider .slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
}
.projects .projects_area .projects_list .modal .modal_content .modal_slider .slick-prev {
  left: 0;
  background-image: url(../images/image_arrow_prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.projects .projects_area .projects_list .modal .modal_content .modal_slider .slick-next {
  right: 0;
  background-image: url(../images/image_arrow_next.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.projects .projects_area .projects_list .modal .modal_content .modal_slider .slick-prev:before,
.projects .projects_area .projects_list .modal .modal_content .modal_slider .slick-next:before {
  content: "";
}
.projects .projects_area .projects_list .modal .modal_close {
  position: absolute;
  top: 1px;
  right: 15px;
  font-size: 35px;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}

/*************************************************************************/
/* MESSAGE                                                               */
/*************************************************************************/
.message {
  position: relative;
}
.message:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  border: 0;
  background-image: url(../images/img_bg_message.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  z-index: -1;
}
@media (max-width: 480px) {
  .message:before {
    position: initial;
  }
}
.message p {
  font-size: 15px;
  margin: 24px 0;
}
.message .message_area {
  gap: 40px;
  align-items: end;
}
@media (max-width: 480px) {
  .message .message_area {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.message .message_area .content_left {
  width: 60%;
}
@media (max-width: 480px) {
  .message .message_area .content_left {
    width: 100%;
    margin-top: -30px;
    z-index: 99;
  }
}
.message .message_area .content_left .copy {
  display: inline;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: #000;
}
@media (max-width: 480px) {
  .message .message_area .content_left .copy {
    font-size: 34px;
  }
}
.message .message_area .content_left .profile {
  margin-top: 16px;
  justify-content: start;
  gap: 0 16px;
}
.message .message_area .content_left .profile .ceo {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.message .message_area .content_left .profile .name {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.message .message_area .content_left .profile .name_en {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  // font-weight: 500;
  margin: 0;
}
.message .message_area .content_right {
  width: calc(40% - 40px);
  box-sizing: border-box;
}
.message .message_area .content_right img {
  width: 80%;
  margin: auto;
}
@media (max-width: 480px) {
  .message .message_area .content_right {
    width: 100%;
    position: relative;
    z-index: 0;
    background: none;
  }
  .message .message_area .content_right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background-image: url(../images/img_bg_message.png);
    background-size: cover;
    background-position: right;
    z-index: -1;
  }
}

/*************************************************************************/
/* NEWS / COLUMN                                                         */
/*************************************************************************/
.news {
  margin: 60px 0;
}
@media (max-width: 480px) {
  .news {
    margin: 32px 0;
  }
}
.news h2 {
  position: relative;
  font-size: 22px;
  // font-weight: 500;
  margin: 0;
  margin-bottom: 16px;
  padding: 10px 14px;
}
.news h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #BCC5CE;
}
.news h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: #000;
  z-index: 1;
}
.news .news_area {
  align-items: start;
  gap: 80px;
}
@media (max-width: 480px) {
  .news .news_area {
    flex-direction: column;
    gap: 100px;
  }
}
.news .news_area .main {
  width: calc( 70% - 40px);
}
@media (max-width: 480px) {
  .news .news_area .main {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .news .news_area .main .article_list {
    margin-top: 32px;
  }
}
.news .news_area .main .article_list .article_item {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .news .news_area .main .article_list .article_item {
    margin-bottom: 16px;
  }
}
.news .news_area .main .article_list .article_item a {
  display: block;
}
.news .news_area .main .article_list .article_item a .flex {
  justify-content: start;
  align-items: start;
}
.news .news_area .main .article_list .article_item a .flex .eyecatch {
  aspect-ratio: 12/7;
  width: 240px;
  overflow: hidden;
  border-radius: 4px;
  margin: 0;
}
@media (max-width: 480px) {
  .news .news_area .main .article_list .article_item a .flex .eyecatch {
    aspect-ratio: 1/1;
    width: 100px;
  }
}
.news .news_area .main .article_list .article_item a .flex .eyecatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.news .news_area .main .article_list .article_item a .flex:hover .eyecatch img {
  transform: scale(1.1);
}
.news .news_area .main .article_list .article_item a .flex .text {
  width: calc(100% - 240px);
  box-sizing: border-box;
  padding-top: 6px;
  padding-left: 32px;
}
@media (max-width: 480px) {
  .news .news_area .main .article_list .article_item a .flex .text {
    width: calc(100% - 100px);
    padding-top: 0;
    padding-left: 16px;
  }
}
.news .news_area .main .article_list .article_item a .flex .text .data {
  gap: 22px;
  padding-bottom: 6px;
  border-bottom: 2px solid #A3ACB4;
}
.news .news_area .main .article_list .article_item a .flex .text .data p {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #909090;
  margin: 0;
  padding: 0;
}
.news .news_area .main .article_list .article_item a .flex .text .data .cat {
  position: relative;
}
.news .news_area .main .article_list .article_item a .flex .text .data .cat:before {
  position: absolute;
  content: "/";
  font-size: 16px;
  // font-weight: 500;
  color: #909090;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.news .news_area .main .article_list .article_item a .flex .text h3 {
  display: block;
  font-size: 18px;
  flex-wrap: 600;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: left;
}
.news .news_area .main .article_list .article_item a .flex .text h3:before, .news .news_area .main .article_list .article_item a .flex .text h3:after {
  display: none;
  margin: 0;
}
.news .news_area .side {
  width: calc( 30% - 40px);
}
@media (max-width: 480px) {
  .news .news_area .side {
    width: 100%;
  }
}
.news .news_area .side h3 {
  font-family: "Varta", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 16px 0;
  padding: 0;
}
.news .news_area .side .item {
  margin-bottom: 16px;
}
.news .news_area .side .item .date {
  font-family: "Varta", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
.news .news_area .side .item a {
  transition: 0.4s;
}
.news .news_area .side .item a .title {
  font-size: 14px;
  // font-weight: 500;
  margin: 0;
  padding: 0;
}
.news .news_area .side .item a:hover {
  transition: 0.4s;
  color: #748899;
  text-decoration: underline;
}
.news .news_area .side .category {
  margin-top: 40px;
}
.news .news_area .side .category ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.news .news_area .side .category ul li {
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 1;
}
.news .news_area .side .category ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 30px;
  position: relative;
}
.news .news_area .side .category ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: 0.4s;
}
.news .news_area .side .category ul li a:hover:before {
  background-color: #748899;
}
.news .news_area .side .category ul li.current a:before {
  background-color: #748899;
}
.news .news_area .side .tag {
  margin-top: 40px;
}
.news .news_area .side .tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.news .news_area .side .tag ul li {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.news .news_area .side .tag ul li a {
  font-size: 18px;
  // font-weight: 500;
  line-height: 1;
}
.news .news_area .side .tag ul li a:hover {
  color: #748899;
}
.news .share_area {
  background: #F8F9FA;
  margin-top: 60px;
  padding: 32px;
  text-align: center;
}
.news .share_area .eyecatch {
  aspect-ratio: 12/7;
  width: 180px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.news .share_area .eyecatch img {
  width: 100%;
}
.news .share_area p {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 85%;
  box-sizing: border-box;
  font-family: "Varta", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 0 6px 0;
}
.news .share_area h3 {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
.news .share_area h3:after, .news .share_area h3:before {
  display: none;
}
.news .share_area .sns_icon {
  margin-top: 10px;
  justify-content: center;
  gap: 12px;
  flex-wrap: nowrap;
}
.news .share_area .sns_icon a {
  margin: 0;
  transition: 0.4s;
}
.news .share_area .sns_icon a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.news .post_navigation {
  margin: 60px 0;
}
@media (max-width: 480px) {
  .news .post_navigation {
    margin-bottom: 0;
  }
}
.news .post_navigation .nav_link {
  font-family: "Varta", sans-serif;
  font-size: 16px;
}
.news .post_navigation .nav_link.prev {
  position: relative;
  padding-left: 65px;
}
@media (max-width: 480px) {
  .news .post_navigation .nav_link.prev {
    padding-left: 50px;
    text-align: right;
  }
}
.news .post_navigation .nav_link.prev:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 28px;
  height: 100px;
  border: 0;
  background-image: url(../images/img_arrow_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.news .post_navigation .nav_link.next {
  position: relative;
  padding-right: 65px;
}
@media (max-width: 480px) {
  .news .post_navigation .nav_link.next {
    padding-right: 50px;
  }
}
.news .post_navigation .nav_link.next:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 28px;
  height: 100px;
  border: 0;
  background-image: url(../images/img_arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.wp-pagenavi {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 480px) {
  .wp-pagenavi {
    margin-top: 40px;
  }
}
.wp-pagenavi .current {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  background: #DBE0E4;
  margin: 0 8px;
  padding: 6px 8px;
  border-radius: 4px;
}
.wp-pagenavi .page {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin: 0 8px;
  padding: 6px 8px;
  transition: 0.3s;
  border-radius: 4px;
}
.wp-pagenavi .page:hover {
  background: #DBE0E4;
}
.wp-pagenavi a.previouspostslink {
  display: inline-block;
  margin-right: 10px;
  transition: 0.3s;
  position: relative;
}
.wp-pagenavi a.previouspostslink:before {
  position: absolute;
  content: "";
  top: 20px;
  right: 3px;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  transform: rotate(-45deg);
  z-index: 1;
}
.wp-pagenavi a.previouspostslink:hover:before {
  opacity: 0.8;
}
.wp-pagenavi a.nextpostslink {
  display: inline-block;
  margin-left: 10px;
  transition: 0.3s;
  position: relative;
}
.wp-pagenavi a.nextpostslink:before {
  position: absolute;
  content: "";
  top: 20px;
  left: 3px;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  transform: rotate(135deg);
  z-index: 1;
}
.wp-pagenavi a.nextpostslink:hover:before {
  opacity: 0.8;
}

.h_content {
  justify-content: end;
  gap: 25px;
  position: relative;
  z-index: 99;
}
.h_content._white {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0));
}
.h_content._white a {
  color: #fff;
}
.h_content._white .nav ul.nav_list {
  gap: 30px;
}
.h_content._white .nav ul.nav_list li.nav_item a:hover:before {
  border-bottom: solid #fff 2px;
}
.h_content._white .nav_language ul {
  border-left: solid #fff 1px;
}
.h_content._white .nav_language ul a:hover {
  color: #000;
}
.h_content._white .nav_language ul a.current {
  color: #000;
}
.h_content .logo {
  position: absolute;
  top: 15px;
  left: 15px;
}
.h_content .logo a {
  display: inline-block;
}
.h_content .nav ul.nav_list {
  gap: 30px;
  margin: 0;
  padding: 0;
}
.h_content .nav ul.nav_list li.nav_item {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.h_content .nav ul.nav_list li.nav_item a {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  // font-weight: 500;
  letter-spacing: 1.5;
  transition: 0.4s;
  padding: 16px 4px;
}
.h_content .nav ul.nav_list li.nav_item a:hover {
  position: relative;
}
.h_content .nav ul.nav_list li.nav_item a:hover:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 105%;
  border-bottom: solid #000 2px;
}
.h_content .nav ul.nav_list li.nav_item a.active {
  position: relative;
}
.h_content .nav ul.nav_list li.nav_item a.active:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 105%;
  border-bottom: solid #000 2px;
}
.h_content .nav ul.nav_list li.nav_item.has-sub {
  position: relative;
  overflow: visible;
}
.h_content .nav ul.nav_list li.nav_item.has-sub .sub_menu {
  display: none;
  position: absolute;
  left: -10px;
  top: 50px;
  margin: 0;
  padding: 0;
  width: 200px;
  box-sizing: border-box;
  background: #333;
  z-index: 1000;
  transform: none !important;
  translate: none !important;
  bottom: auto !important;
}
.h_content .nav ul.nav_list li.nav_item.has-sub .sub_menu li {
  padding: 0;
  list-style-type: none;
}
.h_content .nav ul.nav_list li.nav_item.has-sub .sub_menu li a {
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 16px;
  text-decoration: none;
}
.h_content .nav ul.nav_list li.nav_item.has-sub .sub_menu li a:hover {
  background: #555;
}
.h_content .nav ul.nav_list li.nav_item.has-sub .sub_menu li a:hover:before {
  display: none;
}
.h_content .nav ul.nav_list li.nav_item.has-sub.open .sub_menu {
  display: block;
  display: flex;
  width: max-content;
}
.h_content .nav_language ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0 0 0 8px;
  border-left: solid #000 1px;
}
.h_content .nav_language ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.h_content .nav_language ul li span {
  display: block;
}
.h_content .nav_language ul li span a {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  // font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5;
  padding: 5px;
  transition: 0.4s;
}
.h_content .nav_language ul li span a:hover {
  font-weight: 700;
  background: #DBE0E4;
}
.h_content .nav_language ul li span a.current {
  font-weight: 700;
  letter-spacing: 1.5;
  background: #DBE0E4;
}
.h_content .btn a {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  // font-weight: 500;
  letter-spacing: 1.5;
  color: #fff;
  background: #708291;
  margin: 0;
  padding: 35px 40px;
  transition: 0.4s;
}
.h_content .btn a:hover {
  background: #A5B1BA;
}

@media (max-width: 480px) {
  .sp_header {
    position: relative;
    z-index: 100;
    height: 56px;
  }
  .sp_header .header_flex {
    position: fixed;
    display: flex;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .sp_header .header_flex._top {
    position: initial;
    background: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0));
  }
  .sp_header .header_flex .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px 0 6px 10px;
  }
  .sp_header .header_flex .header_content .logo {
    width: auto;
    height: 40px;
    box-sizing: border-box;
  }
  .sp_header .header_flex .header_content .logo a {
    display: block;
  }
  .sp_header .header_flex .header_content .logo a img {
    width: auto;
    height: 100%;
  }
  .sp_header .header_flex .header_hamburger {
    position: relative;
    z-index: 200;
  }
  .sp_header .header_flex .header_hamburger.open {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
  }
  .sp_header .header_flex .header_hamburger.open .menu_icon {
    background: #fff;
    max-width: 100vw;
    width: 100%;
  }
  .sp_header .header_flex .header_hamburger #menu_conts {
    display: none;
  }
  .sp_header .header_flex .header_hamburger .menu_icon {
    height: auto;
    text-align: right;
  }
  .sp_header .header_flex .header_hamburger .menu_icon img {
    width: 55px;
    height: auto;
  }
  .sp_header .header_flex .header_hamburger .menu_item {
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
    max-width: 100vw;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 24px 16px 120px 16px;
    background: #fff;
    overflow: scroll;
  }
  .sp_header .header_flex .header_hamburger .menu_item .logo {
    margin-top: 25px;
    text-align: center;
  }
  .sp_header .header_flex .header_hamburger .menu_item ul {
    list-style: none;
    margin: 16px 0 0 0;
    padding: 0;
  }
  .sp_header .header_flex .header_hamburger .menu_item ul li {
    margin: 0;
    padding: 16px 8px;
    border-bottom: 1px solid #ccc;
  }
  .sp_header .header_flex .header_hamburger .menu_item ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
  }
  .sp_header .header_flex .header_hamburger .menu_item .nav_language ul {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap;
    gap: 1px;
    margin: 0;
    padding: 0;
  }
  .sp_header .header_flex .header_hamburger .menu_item .nav_language ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
  }
  .sp_header .header_flex .header_hamburger .menu_item .nav_language ul li span {
    display: block;
  }
  .sp_header .header_flex .header_hamburger .menu_item .nav_language ul li span a {
    display: inline-block;
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    // font-weight: 500;
    line-height: 1;
    letter-spacing: 1.5;
    color: #000;
    padding: 5px;
    transition: 0.4s;
    width: auto;
  }
  .sp_header .header_flex .header_hamburger .menu_item .nav_language ul li span a:hover {
    font-weight: 700;
    color: #000;
    background: #DBE0E4;
    opacity: 0.8;
  }
  .sp_header .header_flex .header_hamburger .menu_item .nav_language ul li span a.current {
    font-weight: 700;
    letter-spacing: 1.5;
    color: #000;
    background: #DBE0E4;
  }
  .sp_header .header_flex .header_hamburger .menu_item .btn {
    margin-top: 16px;
  }
  .sp_header .header_flex .header_hamburger .menu_item .btn a {
    display: block;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    // font-weight: 500;
    letter-spacing: 1.5;
    color: #fff;
    background: #708291;
    margin: 0;
    padding: 16px 0;
    transition: 0.4s;
    text-align: center;
  }
  .sp_header .header_flex .header_hamburger .menu_item .btn a:hover {
    background: #A5B1BA;
  }
}
.f_content {
  background: #000;
  padding-top: 55px;
  /* padding-left: 16px; */
  /* padding-right: 16px; */
}
@media (max-width: 480px) {
  .f_content {
    padding-bottom: 32px;
  }
}
.f_content .inner {
  position: relative;
  padding-left: 32px;
  padding-right: 16px;
}
@media (max-width: 480px) {
  .f_content .inner {
    padding: 0 32px;
  }
}
.f_content .inner .nav {
  margin-top: 12px;
}
@media (max-width: 480px) {
  .f_content .inner .nav {
    display: block;
    margin-top: 48px;
  }
}
.f_content .inner .nav ul.nav_list {
  justify-content: start;
  gap: 16px 32px;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .f_content .inner .nav ul.nav_list {
    flex-direction: column;
    gap: 0;
  }
}
.f_content .inner .nav ul.nav_list li.nav_item {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .f_content .inner .nav ul.nav_list li.nav_item {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
.f_content .inner .nav ul.nav_list li.nav_item a {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5;
  color: #fff;
  transition: 0.4s;
}
.f_content .inner .nav ul.nav_list li.nav_item a:hover {
  color: #748899;
}
@media (max-width: 480px) {
  .f_content .inner .nav ul.nav_list li.nav_item a {
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    padding: 16px 8px;
  }
}
.f_content .inner .nav_language ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .f_content .inner .nav_language ul {
    justify-content: right;
    gap: 1px;
  }
}
.f_content .inner .nav_language ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.f_content .inner .nav_language ul li span {
  display: block;
}
.f_content .inner .nav_language ul li span a {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  // font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5;
  color: #fff;
  padding: 5px;
  transition: 0.4s;
}
@media (max-width: 480px) {
  .f_content .inner .nav_language ul li span a {
    font-size: 24px;
  }
}
.f_content .inner .nav_language ul li span a:hover {
  font-weight: 700;
  color: #000;
  background: #DBE0E4;
}
.f_content .inner .nav_language ul li span a.current {
  font-weight: 700;
  letter-spacing: 1.5;
  color: #000;
  background: #DBE0E4;
}
.f_content .inner .footer_logo {
  margin-top: 45px;
}
.f_content .inner .note {
  justify-content: start;
  gap: 16px;
  flex-direction: row;
  margin-top: 16px;
}
@media (max-width: 480px) {
  .f_content .inner .note {
    gap: 12px 2px;
  }
}
.f_content .inner .note a {
  font-size: 13px;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 480px) {
  .f_content .inner .note a {
    width: 100%;
  }
}
.f_content .inner .note a:hover {
  opacity: 0.8;
}
.f_content .inner .note p {
  font-size: 13px;
  color: #fff;
  margin: 0;
}
@media (max-width: 480px) {
  .f_content .inner .note .icon {
    width: 24px;
  }
}
@media (max-width: 480px) {
  .f_content .inner .note .icon img {
    width: 100%;
    height: auto;
  }
}
.f_content .inner .related_company a {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #fff;
}
.f_content .inner .related_company a:hover {
  color: #748899;
}
.f_content .inner .related_company a .icon {
  width: 18px;
}
.f_content .inner .copy {
  position: absolute;
  bottom: 22%;
  left: 0;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding-left: 32px;
  padding-right: 16px;
}
@media (max-width: 480px) {
  .f_content .inner .copy {
    position: initial;
    margin-top: 60px;
  }
}
.f_content .inner .footer_image {
  margin-left: calc(50% - 50vw);
}
@media (max-width: 480px) {
  .f_content .inner .footer_image {
    margin-top: 16px;
  }
}
.f_content .inner .footer_image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
