<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* フォント */
@font-face {
  font-family: 'NotoSansMedium';
  font-style: normal;
  src: url(../font/NotoSansCJKjp-Medium.woff) format("woff");
}

@font-face {
  font-family: 'NotoSansJPMedium';
  font-style: normal;
  src: url(../font/NotoSansCJKjp-Medium.woff) format("woff");
}

@font-face {
  font-family: 'NotoSansBold';
  font-style: normal;
  src: url(../font/NotoSans-ExtraBold.woff) format("woff");
}

@font-face {
  font-family: 'NotoSansExtraBold';
  font-style: normal;
  src: url(../font/NotoSansCJKjp-Black.woff) format("woff");
}

/* pluscampus news カテゴリータグ */
/*
 * 共通コンポーネントCSS
 */
* {
  padding: 0;
  margin: 0;
  font-family: 'NotoSansMedium', sans-serif;
  outline: none !important;
}

/*　アニメーション */
.text-link,
.text-link-about,
.text-link-sustainability,
.text-link-solution {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.text-link::after,
.text-link-about::after,
.text-link-sustainability::after,
.text-link-solution::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #333;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.text-link:hover::after,
.text-link-about:hover::after,
.text-link-sustainability:hover::after,
.text-link-solution:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.text-link.selected::after,
.text-link-about.selected::after,
.text-link-sustainability.selected::after,
.text-link-solution.selected::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* 通常フッター */
.footer-area .footer-wrapper .text-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.footer-area .footer-wrapper .text-link.external-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-area .footer-wrapper .text-link.external-link::before {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-left: 5px;
  content: '';
  background: url(../img/clone_white.bg.svg) 0 0/14px 14px no-repeat;
}

.footer-area .footer-wrapper .text-link::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.footer-area .footer-wrapper .text-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.button {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

body {
  min-width: 1240px;
  /* 改行 */
  /* ヘッダー */
  /* パンくずリスト */
  /* コンタクト */
  /* フッター */
}

body .br-sp {
  display: none;
}

body .br-tb {
  display: none;
}

body hr {
  text-align: left;
}

body .header-area {
  position: fixed;
  top: 0;
  z-index: 20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 107px;
  margin: 0 auto;
  list-style: none;
  -webkit-transition: all 0.1s ease-out 0.1s;
  transition: all 0.1s ease-out 0.1s;
}

body .header-area .normal-logo {
  display: block;
}

body .header-area .white-logo {
  display: none;
}

body .header-area.jsBackgroundHeader {
  background: #fff;
}

body .header-area .header-logo {
  width: 181px;
  margin-left: 40px;
}

body .header-area .header-logo .header-logo-img {
  width: 181px;
}

body .header-area .content-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 800px;
  font-size: 14px;
}

body .header-area .content-nav .language-atention {
  position: relative;
  left: -12px;
  display: none;
  width: 277px;
  height: 41px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 41px;
  text-align: center;
  background: #fff;
  border: 1px solid #c3c3c3;
}

body .header-area .content-nav .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

body .header-area .content-nav .header-content .select-content {
  padding: 0 20px;
  line-height: 35px;
  cursor: pointer;
}

body .header-area .content-nav .header-content .select-content:last-of-type {
  padding-right: 40px;
}

body .header-area .content-nav .header-content .select-content .head-content {
  color: #292929;
  text-decoration: none;
}

body .header-area .content-nav .header-content .select-content .language {
  display: none;
}

body .header-area .content-nav .header-content .select-content .language_en {
  display: block;
}

body .header-area .content-nav .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 126px;
  height: 35px;
  margin: 0 auto;
  margin-right: 40px;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
  background: #cc0a1e;
  border: 1px solid #cc0a1e;
  border-radius: 100px;
}

body .header-area .content-nav .contact-btn:hover {
  color: #cc0a1e;
  background: #fff;
}

body .header-area .content-nav .language-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 127px;
  height: 35px;
  padding: 0 12px 0 30px;
  margin: 36px 0;
  cursor: pointer;
  border-left: 2px solid #292929;
}

body .header-area .content-nav .language-menu {
  position: relative;
  width: 127px;
  line-height: 35px;
  text-align: center;
}

body .header-area .content-nav .language-menu::before {
  position: absolute;
  top: 9px;
  left: 6px;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  background: url(../img/icon_language.bg.svg) top right/20px 20px no-repeat;
}

body .header-area .content-nav .language-menu::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  display: block;
  width: 6px;
  height: 6px;
  content: '';
  border-right: 2px solid #292929;
  border-bottom: 2px solid #292929;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body .header-area .content-nav .dropdown__lists {
  display: none;
}

body .header-area .content-nav .dropdown__lists.active {
  display: block;
  width: 127px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 11px 18px -4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 11px 18px -4px rgba(0, 0, 0, 0.3);
}

body .header-area .content-nav .dropdown__list {
  position: relative;
  height: 30px;
  list-style-type: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .header-area .content-nav .dropdown__list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 30px;
  color: #292929;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .header-area .content-nav a.active:hover {
  color: #cc0a1e;
}

body .header-area .content-nav .dropdown__list .check::before {
  position: absolute;
  top: 9px;
  left: 6px;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background: url(../img/icon_check.bg.svg) top right/16px 16px no-repeat;
}

body .header-area .Header-backdrop-about {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 107px;
  pointer-events: none;
  visibility: hidden;
  background-color: #00000067;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

body .header-area .Header-backdrop-about.Header-backdrop_visible {
  visibility: visible;
  opacity: 1;
}

body .header-area .Header-backdrop-sustainability {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 107px;
  pointer-events: none;
  visibility: hidden;
  background-color: #00000067;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

body .header-area .Header-backdrop-sustainability.Header-backdrop_visible {
  visibility: visible;
  opacity: 1;
}

body .header-area .Header-backdrop-solution {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 107px;
  pointer-events: none;
  visibility: hidden;
  background-color: #00000067;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

body .header-area .Header-backdrop-solution.Header-backdrop_visible {
  visibility: visible;
  opacity: 1;
}

body .header-area .dropdown_area.dropdown-about_hierarchy {
  display: none;
}

body .header-area .dropdown_area.dropdown-about_hierarchy.active {
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: 330px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: fade-in 0.5s;
          animation: fade-in 0.5s;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body .header-area .dropdown_area.dropdown-about_hierarchy.active .dropdown_area_white {
  position: absolute;
  top: 55px;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 44px 48px 39px;
  background: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body .header-area .dropdown_area.dropdown-about_hierarchy.active .head-content_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0;
  font-size: 14px;
}

body .header-area .dropdown_area.dropdown-about_hierarchy.active .head-content_lists .head-content_list {
  width: 208px;
  margin-right: 32px;
  color: #292929;
  list-style-type: none;
}

body .header-area .dropdown_area.dropdown-about_hierarchy.active .head-content_lists .head-content_list:nth-child(5) {
  margin-right: 0;
}

body .header-area .dropdown_area.dropdown-about_hierarchy.active .head-content_lists .head-content_list:nth-child(2) .text-link-list .head-content-img {
  border: 1px solid #c3c3c3;
}

body .header-area .dropdown_area.dropdown-about_hierarchy.active .head-content_lists .head-content_list .text-link-list {
  display: block;
  text-decoration: none;
}

body .header-area .dropdown_area.dropdown-about_hierarchy.active .head-content_lists .head-content_list .text-link-list .head-content-img {
  width: 208px;
  height: 152px;
  vertical-align: bottom;
  border-radius: 20px;
}

body .header-area .dropdown_area.dropdown-about_hierarchy.active .head-content_lists .head-content_list .text-link-list .head-content-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.36;
  color: #292929;
  text-align: left;
  text-decoration: none;
}

body .header-area .dropdown_area.dropdown-about_hierarchy.active .head-content_lists .head-content_list .text-link-list:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .header-area .dropdown_area.dropdown-sustainability_hierarchy {
  display: none;
}

body .header-area .dropdown_area.dropdown-sustainability_hierarchy.active {
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: 330px;
  cursor: default;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: fade-in 0.5s;
          animation: fade-in 0.5s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body .header-area .dropdown_area.dropdown-sustainability_hierarchy.active .dropdown_area_white {
  position: absolute;
  top: 55px;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 44px 48px 39px;
  background: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body .header-area .dropdown_area.dropdown-sustainability_hierarchy.active .head-content_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0;
  font-size: 14px;
}

body .header-area .dropdown_area.dropdown-sustainability_hierarchy.active .head-content_lists .head-content_list {
  width: 208px;
  margin-right: 32px;
  color: #292929;
  list-style-type: none;
}

body .header-area .dropdown_area.dropdown-sustainability_hierarchy.active .head-content_lists .head-content_list:nth-child(2) {
  margin-right: 0;
}

body .header-area .dropdown_area.dropdown-sustainability_hierarchy.active .head-content_lists .head-content_list .text-link-list {
  display: block;
  text-decoration: none;
}

body .header-area .dropdown_area.dropdown-sustainability_hierarchy.active .head-content_lists .head-content_list .text-link-list .head-content-img {
  width: 208px;
  height: 152px;
  vertical-align: bottom;
  border-radius: 20px;
}

body .header-area .dropdown_area.dropdown-sustainability_hierarchy.active .head-content_lists .head-content_list .text-link-list .head-content-img.border {
  border: 1px solid #c3c3c3;
}

body .header-area .dropdown_area.dropdown-sustainability_hierarchy.active .head-content_lists .head-content_list .text-link-list .head-content-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.36;
  color: #292929;
  text-align: left;
  text-decoration: none;
  letter-spacing: -0.15px;
}

body .header-area .dropdown_area.dropdown-sustainability_hierarchy.active .head-content_lists .head-content_list .text-link-list:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .header-area .dropdown_area.dropdown-solution_hierarchy {
  display: none;
}

body .header-area .dropdown_area.dropdown-solution_hierarchy.active {
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: 330px;
  cursor: default;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: fade-in 0.5s;
          animation: fade-in 0.5s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body .header-area .dropdown_area.dropdown-solution_hierarchy.active .dropdown_area_white {
  position: absolute;
  top: 55px;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 44px 48px 39px;
  background: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body .header-area .dropdown_area.dropdown-solution_hierarchy.active .head-content_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0;
  font-size: 14px;
}

body .header-area .dropdown_area.dropdown-solution_hierarchy.active .head-content_lists .head-content_list {
  width: 208px;
  margin-right: 32px;
  color: #292929;
  list-style-type: none;
}

body .header-area .dropdown_area.dropdown-solution_hierarchy.active .head-content_lists .head-content_list:nth-child(3) {
  margin-right: 0;
}

body .header-area .dropdown_area.dropdown-solution_hierarchy.active .head-content_lists .head-content_list .text-link-list {
  display: block;
  text-decoration: none;
}

body .header-area .dropdown_area.dropdown-solution_hierarchy.active .head-content_lists .head-content_list .text-link-list .head-content-img {
  width: 208px;
  height: 152px;
  vertical-align: bottom;
  border-radius: 20px;
}

body .header-area .dropdown_area.dropdown-solution_hierarchy.active .head-content_lists .head-content_list .text-link-list .head-content-img.border {
  border: 1px solid #c3c3c3;
}

body .header-area .dropdown_area.dropdown-solution_hierarchy.active .head-content_lists .head-content_list .text-link-list .head-content-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.36;
  color: #292929;
  text-align: left;
  text-decoration: none;
}

body .header-area .dropdown_area.dropdown-solution_hierarchy.active .head-content_lists .head-content_list .text-link-list:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .header-area .content-nav-sp {
  display: none;
}

body .header-area .language-btn-area-sp {
  display: none;
}

body .header-area .language-btn-area-sp .language-menu {
  position: relative;
  line-height: 54px;
  text-align: center;
}

body .header-area .language-btn-area-sp .language-menu::before {
  position: absolute;
  top: 20px;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background: url(../img/icon_language.bg.svg) top right/16px 16px no-repeat;
}

body .header-area .language-btn-area-sp .language-menu::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 5px;
  display: block;
  width: 6px;
  height: 6px;
  content: '';
  border-right: 2px solid #292929;
  border-bottom: 2px solid #292929;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body .header-area .language-btn-area-sp .dropdown__lists {
  display: none;
}

body .header-area .language-btn-area-sp .dropdown__lists.active {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 11px 18px -4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 11px 18px -4px rgba(0, 0, 0, 0.3);
}

body .header-area .language-btn-area-sp .dropdown__list {
  position: relative;
  height: 36px;
  list-style-type: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .header-area .language-btn-area-sp .dropdown__list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 36px;
  color: #292929;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .header-area .language-btn-area-sp a.active:hover {
  color: #cc0a1e;
}

body .header-area .language-btn-area-sp .dropdown__list .check::before {
  position: absolute;
  top: 9px;
  left: 6px;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background: url(../img/icon_check.bg.svg) top right/16px 16px no-repeat;
}

body .header-area .language-btn-area-sp .language-atention {
  position: relative;
  left: -12px;
  display: none;
  width: 145px;
  padding: 7px;
  margin-top: 7px;
  font-size: 12px;
  text-align: left;
  background: #fff;
  border: 1px solid #c3c3c3;
}

body .topic-path {
  height: 81px;
  padding: 0 0 0 237px;
  line-height: 81px;
  background: #dfe0e2;
}

body .topic-path ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style-type: none;
}

body .topic-path ul .topic-list + .topic-list::before {
  display: inline-block;
  margin: 0 12px;
  content: '▶';
}

body .topic-path ul .topic-list .topic-list-child {
  color: #292929;
  text-decoration: none;
  letter-spacing: 1px;
}

body .child-contact-wrapper {
  width: 1080px;
  margin: 0 auto;
}

body .child-contact-wrapper .main-title {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}

body .child-contact-wrapper .main-title hr {
  width: 98px;
  height: 8px;
  margin: 10px auto 0;
  background: #292929;
  border: none;
}

body .child-contact-wrapper .contact-contents {
  margin: 43px auto 0;
  text-align: center;
}

body .child-contact-wrapper .contact-contents .contact-contents-details {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.8;
  color: #3c3c3c;
  letter-spacing: 2.88px;
}

body .child-contact-wrapper .contact-contents .contact-contents-details-sp {
  display: none;
}

body .child-contact-wrapper .contact-contents .next-contact {
  display: block;
  width: 432px;
  height: 68px;
  margin: 23px auto 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 68px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  background: url(../img/arrows_white.bg.svg) top 50% right 64px no-repeat #cc0a1e;
  border-radius: 60px;
}

body .child-contact-wrapper .contact-contents .next-contact:hover {
  color: #cc0a1e;
  background: url(../img/arrows_red.bg.svg) top 50% right 64px no-repeat #fff;
  border: solid 1px #cc0a1e;
}

body .child-contact-wrapper .contact-contents .language {
  display: none;
}

body .child-contact-wrapper .contact-contents .language_en {
  display: block;
  margin-bottom: 43px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2.88px;
}

body .child-contact-wrapper .contact-contents .language_en-btn {
  display: block;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.4px;
  white-space: nowrap;
}

body .footer-area {
  padding: 81px 0 10px;
  color: #fff;
  background: #1b1e24;
}

body .footer-area .footer-wrapper {
  width: 1080px;
  margin: 0 auto;
}

body .footer-area .footer-wrapper .footer-logo {
  width: 180px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .footer-area .footer-wrapper .footer-logo:hover {
  opacity: 0.7;
}

body .footer-area .footer-wrapper .service-list,
body .footer-area .footer-wrapper .brand-list,
body .footer-area .footer-wrapper .recruit-list,
body .footer-area .footer-wrapper .marine-tech-list,
body .footer-area .footer-wrapper .sustainability-list,
body .footer-area .footer-wrapper .conpany-list,
body .footer-area .footer-wrapper .news-list,
body .footer-area .footer-wrapper .sns-list,
body .footer-area .footer-wrapper .policy-en-list,
body .footer-area .footer-wrapper .policy-list {
  width: 182px;
}

body .footer-area .footer-wrapper .service-list.sp-only-list,
body .footer-area .footer-wrapper .brand-list.sp-only-list,
body .footer-area .footer-wrapper .recruit-list.sp-only-list,
body .footer-area .footer-wrapper .marine-tech-list.sp-only-list,
body .footer-area .footer-wrapper .sustainability-list.sp-only-list,
body .footer-area .footer-wrapper .conpany-list.sp-only-list,
body .footer-area .footer-wrapper .news-list.sp-only-list,
body .footer-area .footer-wrapper .sns-list.sp-only-list,
body .footer-area .footer-wrapper .policy-en-list.sp-only-list,
body .footer-area .footer-wrapper .policy-list.sp-only-list {
  display: none;
}

body .footer-area .footer-wrapper .service-list {
  width: 250px;
}

body .footer-area .footer-wrapper .brand-list {
  width: 335px;
}

body .footer-area .footer-wrapper .recruit-list {
  width: 135px;
}

body .footer-area .footer-wrapper .conpany-list,
body .footer-area .footer-wrapper .policy-list {
  width: 175px;
  margin-right: 0;
}

body .footer-area .footer-wrapper .marine-tech-list,
body .footer-area .footer-wrapper .recruit-list,
body .footer-area .footer-wrapper .sns-list,
body .footer-area .footer-wrapper .policy-list,
body .footer-area .footer-wrapper .sustainability-list {
  margin-top: 36px;
}

body .footer-area .footer-wrapper .footer-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 43px;
}

body .footer-area .footer-wrapper .footer-link-list .language {
  display: none;
}

body .footer-area .footer-wrapper .footer-link-list .link-list-title {
  font-size: 18px;
  font-weight: bold;
}

body .footer-area .footer-wrapper .footer-link-list .link-list-title a {
  position: relative;
  color: #fff;
  text-decoration: none;
}

body .footer-area .footer-wrapper .footer-link-list .link-list-title a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

body .footer-area .footer-wrapper .footer-link-list .link-list-title a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

body .footer-area .footer-wrapper .footer-link-list .link-list-title .sub-link-list-title .language {
  margin-left: 24px;
}

body .footer-area .footer-wrapper .footer-link-list .link-list-title .sub-link-list-title .language_en {
  margin-left: 24px;
}

body .footer-area .footer-wrapper .footer-link-list .link-list {
  padding: 0;
  margin-top: 20px;
  font-size: 12px;
  list-style-type: none;
}

body .footer-area .footer-wrapper .footer-link-list .link-list li {
  margin-bottom: 12px;
}

body .footer-area .footer-wrapper .footer-link-list .link-list li a {
  color: #fff;
  text-decoration: none;
}

body .footer-area .footer-wrapper .footer-link-list .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .footer-area .footer-wrapper .footer-link-list .icon-list .footer-icon {
  text-decoration: none;
}

body .footer-area .footer-wrapper .footer-link-list .icon-list .footer-icon .sns-icon {
  margin-top: 20px;
  margin-right: 20px;
}

body .footer-area .footer-copy {
  display: inherit;
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
}

body .scroll-to-top {
  display: none;
}

body .back-gray {
  position: fixed;
  right: -100%;
  z-index: 999;
}

@-webkit-keyframes SlideIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translatex(50%);
            transform: translatex(50%);
  }
  50% {
    -webkit-transform: translatex(0%);
            transform: translatex(0%);
  }
}

@keyframes SlideIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translatex(50%);
            transform: translatex(50%);
  }
  50% {
    -webkit-transform: translatex(0%);
            transform: translatex(0%);
  }
}

body #_bownow_iframe_sid_d25bc154cdf87d9c7750,
body #_bownow_iframe_sid_c5b05b04fd4f6ca252e6,
body #_bownow_iframe_sid_ee244b497c981ec1ca7b,
body #_bownow_iframe_sid_0e0f56079370bd6e9c9a {
  display: block;
  margin: 0 auto;
}

body {
  min-width: 1240px;
  color: #292929;
  background: url(../img/solution_bg.bg.png) no-repeat;
  background-color: #f3f4f5;
  background-size: contain;
  /* TOPへ戻る */
}

body .ui-title-area {
  padding-top: 107px;
  margin-top: 33px;
  text-align: center;
}

body .ui-title-area .ui-main-title {
  font-size: 60px;
  letter-spacing: 2px;
}

body .ui-title-area .ui-main-title hr {
  width: 98px;
  height: 8px;
  margin: 6px auto 15px;
  background: #292929;
  border: none;
}

body .ui-title-area .ui-sub-title {
  font-size: 21px;
  text-indent: 1em;
  letter-spacing: 15px;
}

body .ui-wrapper {
  width: calc(1240px - 216px);
  padding: 90px 108px 100px;
  margin: 38px auto 0;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  /* セクション共通 */
  /* アイエンターが開発する3つのメリット */
  /* アイエンターができること */
  /* 制作フロー */
  /* アイエンターのデザインはここが強い*/
}

body .ui-wrapper section {
  width: 1000px;
  margin: 0 auto;
}

body .ui-wrapper section .main-title {
  margin-bottom: 6px;
  font-size: 45px;
  letter-spacing: 3px;
}

body .ui-wrapper section .main-title .br-sp {
  display: none;
}

body .ui-wrapper section .main-title hr {
  width: 98px;
  height: 8px;
  margin-top: 10px;
  text-align: left;
  background-color: #292929;
  border: none;
}

body .ui-wrapper .section-mv {
  position: relative;
}

body .ui-wrapper .section-mv .mv-img .mv-pc {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

body .ui-wrapper .section-mv .mv-img .mv-sp {
  display: none;
}

body .ui-wrapper .section-mv .sp-system-list {
  display: none;
}

body .ui-wrapper .section-merit {
  margin-top: 120px;
}

body .ui-wrapper .section-merit .merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

body .ui-wrapper .section-merit .merit-list .merit-list-box {
  width: calc((100% - 136px) / 3);
}

body .ui-wrapper .section-merit .merit-list .merit-list-box .merit-img {
  display: block;
  width: 288px;
  height: 288px;
  margin: 0 auto;
  border-radius: 100%;
}

body .ui-wrapper .section-merit .merit-list .merit-list-box .merit-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 66px;
  margin-top: 24px;
  font-size: 22px;
  text-align: center;
  letter-spacing: 2.2px;
}

body .ui-wrapper .section-merit .merit-list .merit-list-box .merit-text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1.6px;
}

body .ui-wrapper .section-ienter-works {
  margin-top: 100px;
}

body .ui-wrapper .section-ienter-works .section-sub-title {
  padding-left: 10px;
  font-size: 28px;
  border-left: solid 6px #292929;
}

body .ui-wrapper .section-ienter-works .ienter-design,
body .ui-wrapper .section-ienter-works .ienter-support {
  margin-top: 60px;
}

body .ui-wrapper .section-ienter-works .works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -27px;
}

body .ui-wrapper .section-ienter-works .works-list .works-list-box {
  width: calc((100% - 140px) / 5);
  margin-top: 67px;
}

body .ui-wrapper .section-ienter-works .works-list .works-list-box .works-img {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
}

body .ui-wrapper .section-ienter-works .works-list .works-list-box .works-img img {
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

body .ui-wrapper .section-ienter-works .works-list .works-list-box .works-label {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  border: solid 1px #292929;
  border-radius: 30px;
}

body .ui-wrapper .section-flow {
  margin-top: 100px;
}

body .ui-wrapper .section-flow .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin-top: 60px;
  list-style-type: none;
}

body .ui-wrapper .section-flow .flow-list .flow-list-box {
  position: relative;
  width: calc((100% - 160px) / 5);
  height: 126px;
  line-height: 126px;
  text-align: center;
  background: #f3f4f5;
  border-radius: 30px;
}

body .ui-wrapper .section-flow .flow-list .flow-list-box span {
  font-size: 20px;
  font-weight: bold;
}

body .ui-wrapper .section-flow .flow-list .flow-list-box::after {
  position: absolute;
  top: 50%;
  right: -32px;
  display: inline-block;
  width: 20px;
  height: 17px;
  content: '';
  background: url(../img/next_arrow_right.bg.svg) top 0 left 0/20px 17px no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body .ui-wrapper .section-flow .flow-list .flow-list-box:last-of-type::after {
  display: none;
}

body .ui-wrapper .section-flow .flow-text {
  display: block;
  margin: 40px auto 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

body .ui-wrapper .section-strengths {
  margin-top: 100px;
}

body .ui-wrapper .section-strengths .strengths-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

body .ui-wrapper .section-strengths .strengths-list .strengths-list-box {
  width: calc((100% - 136px) / 3);
}

body .ui-wrapper .section-strengths .strengths-list .strengths-list-box .strengths-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 94px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2.4px;
}

body .ui-wrapper .section-strengths .strengths-list .strengths-list-box .strengths-title hr {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 94px;
  height: 6px;
  background: #292929;
  border: none;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

body .ui-wrapper .section-strengths .strengths-list .strengths-list-box .strengths-img {
  width: 100%;
  height: auto;
  margin-top: 16px;
  border-radius: 30px;
}

body .ui-wrapper .section-strengths .strengths-list .strengths-list-box .strengths-text {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1.6px;
}

body .ui-wrapper .section-strengths .strengths-list .strengths-list-box .strengths-price {
  margin-top: 14px;
  font-size: 16px;
  letter-spacing: 1.6px;
}

body .back-link {
  width: 344px;
  margin: 70px auto 80px;
}

body .back-link .top-to-back {
  display: block;
  height: 68px;
  font-size: 18px;
  line-height: 68px;
  color: #292929;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 34px;
}

body .back-link .top-to-back:hover {
  color: #fff !important;
  background-color: #292929;
}

body .section-contact {
  padding: 48px 0 55px;
  background: #fff;
}

@media all and (-ms-high-contrast: none) {
  .button {
    padding-top: 3px;
  }
  body .header-area .content-nav .contact-btn {
    padding-top: 3px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  body {
    min-width: 0;
  }
  body .br-pc {
    display: none;
  }
  body .br-tb {
    display: block;
  }
  body .br-sp {
    display: none;
  }
  body .header-area {
    z-index: 1000;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 65px;
    padding: 0 0 0 40px;
    background: #fff;
  }
  body .header-area.jsBackgroundHeader .content-nav-sp .sp-nav-button {
    background: #cc0a1e;
  }
  body .header-area.jsBackgroundHeader .content-nav-sp .sp-nav-button .nav-toggle i {
    background-color: #fff;
  }
  body .header-area .header-logo {
    margin-left: 0;
  }
  body .header-area .header-logo .header-logo-img {
    width: 166px;
  }
  body .header-area .content-nav {
    display: none;
  }
  body .header-area .language-btn-area-sp.show {
    display: none;
  }
  body .header-area .language-btn-area-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 110px;
    height: 54px;
    margin-left: auto;
    font-size: 12px;
    text-align: center;
  }
  body .header-area .content-nav-sp {
    position: relative;
    display: block;
    cursor: pointer;
  }
  body .header-area .content-nav-sp .sp-nav-button {
    display: relative;
    width: 65px;
    height: 65px;
    -webkit-transition: all 0.1s ease-out 0.1s;
    transition: all 0.1s ease-out 0.1s;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 19px;
    height: 15px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #707070;
    border-radius: 2px;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(1) {
    top: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(3) {
    bottom: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
            transform: translateY(5px) rotate(-45deg);
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(2) {
    opacity: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
  body .header-area .content-nav-sp .sp-nav {
    position: fixed;
    top: 46px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  body .header-area .content-nav-sp .sp-nav.show {
    visibility: visible;
    opacity: 1;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list {
    position: fixed;
    top: 65px;
    left: 50%;
    width: 100%;
    height: 336px;
    overflow: scroll;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content {
    width: 100%;
    border-bottom: solid 1px #fff;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link {
    position: relative;
    display: block;
    padding-left: 19px;
    font-size: 15px;
    font-weight: bold;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link span {
    font-size: 15px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link .language {
    display: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link .language_en {
    display: block;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link::before {
    position: absolute;
    top: 9px;
    left: 6px;
    display: none;
    width: 4px;
    height: 28px;
    content: '';
    background: #fff;
    border-radius: 3px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link.sub-menu {
    margin-left: 28px;
    font-weight: normal;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content.current .sp-nav-content-link::before {
    display: block;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-about::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 40px;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-about.check::after {
    margin-top: 2px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-about {
    display: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-about.active {
    display: block;
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-sustainability::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 40px;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-sustainability.check::after {
    margin-top: 2px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-sustainability {
    display: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-sustainability.active {
    display: block;
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-solution::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 40px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: 2px;
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-solution.check::after {
    margin-top: 2px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-solution {
    display: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-solution.active {
    display: block;
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list {
    list-style-type: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list::before {
    position: absolute;
    top: 9px;
    left: 6px;
    display: none;
    width: 4px;
    height: 28px;
    content: '';
    background: #fff;
    border-radius: 3px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list.current .sp-nav-content-link::before {
    display: block;
  }
  body .header-area .content-nav-sp .contact-btn {
    position: fixed;
    top: 430px;
    left: 50%;
    width: calc(100% - 30px);
    max-width: 208px;
    height: 34px;
    font-size: 11px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #cc0a1e;
    border-radius: 17px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body .header-area .language {
    display: none;
  }
  body .header-area .language_en {
    display: block;
  }
  body .topic-path {
    height: 100%;
    padding: 0 0 0 20px;
    line-height: 72px;
  }
  body .topic-path ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .topic-path ul .topic-list {
    font-size: 18px;
  }
  body .topic-path ul .topic-list .topic-list-child {
    height: 40px;
    font-size: 18px;
  }
  body .child-contact-wrapper {
    width: 100%;
    text-align: center;
  }
  body .child-contact-wrapper .contact-contents .language_en {
    width: auto;
  }
  body .footer-area {
    height: auto;
    padding: 36px 20px;
  }
  body .footer-area .footer-wrapper {
    width: 100%;
  }
  body .footer-area .footer-wrapper .footer-logo {
    width: 369px;
    margin-left: 20px;
  }
  body .footer-area .footer-wrapper .service-list,
  body .footer-area .footer-wrapper .brand-list,
  body .footer-area .footer-wrapper .recruit-list,
  body .footer-area .footer-wrapper .marine-tech-list,
  body .footer-area .footer-wrapper .sustainability-list,
  body .footer-area .footer-wrapper .conpany-list,
  body .footer-area .footer-wrapper .news-list,
  body .footer-area .footer-wrapper .sns-list,
  body .footer-area .footer-wrapper .policy-en-list,
  body .footer-area .footer-wrapper .policy-list {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  body .footer-area .footer-wrapper .service-list.pc-only-list,
  body .footer-area .footer-wrapper .brand-list.pc-only-list,
  body .footer-area .footer-wrapper .recruit-list.pc-only-list,
  body .footer-area .footer-wrapper .marine-tech-list.pc-only-list,
  body .footer-area .footer-wrapper .sustainability-list.pc-only-list,
  body .footer-area .footer-wrapper .conpany-list.pc-only-list,
  body .footer-area .footer-wrapper .news-list.pc-only-list,
  body .footer-area .footer-wrapper .sns-list.pc-only-list,
  body .footer-area .footer-wrapper .policy-en-list.pc-only-list,
  body .footer-area .footer-wrapper .policy-list.pc-only-list {
    display: none;
  }
  body .footer-area .footer-wrapper .service-list.sp-only-list,
  body .footer-area .footer-wrapper .brand-list.sp-only-list,
  body .footer-area .footer-wrapper .recruit-list.sp-only-list,
  body .footer-area .footer-wrapper .marine-tech-list.sp-only-list,
  body .footer-area .footer-wrapper .sustainability-list.sp-only-list,
  body .footer-area .footer-wrapper .conpany-list.sp-only-list,
  body .footer-area .footer-wrapper .news-list.sp-only-list,
  body .footer-area .footer-wrapper .sns-list.sp-only-list,
  body .footer-area .footer-wrapper .policy-en-list.sp-only-list,
  body .footer-area .footer-wrapper .policy-list.sp-only-list {
    display: block;
  }
  body .footer-area .footer-wrapper .service-list.sp-only-list a,
  body .footer-area .footer-wrapper .brand-list.sp-only-list a,
  body .footer-area .footer-wrapper .recruit-list.sp-only-list a,
  body .footer-area .footer-wrapper .marine-tech-list.sp-only-list a,
  body .footer-area .footer-wrapper .sustainability-list.sp-only-list a,
  body .footer-area .footer-wrapper .conpany-list.sp-only-list a,
  body .footer-area .footer-wrapper .news-list.sp-only-list a,
  body .footer-area .footer-wrapper .sns-list.sp-only-list a,
  body .footer-area .footer-wrapper .policy-en-list.sp-only-list a,
  body .footer-area .footer-wrapper .policy-list.sp-only-list a {
    font-size: 21px;
  }
  body .footer-area .footer-wrapper .footer-link-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 16px;
    border-top: solid 1px #fff;
  }
  body .footer-area .footer-wrapper .footer-link-list .link-list-title {
    padding: 17px 0;
    margin-left: 20px;
    font-size: 14px;
    font-weight: normal;
  }
  body .footer-area .footer-wrapper .footer-link-list .link-list {
    display: none;
  }
  body .footer-area .footer-copy {
    margin-top: 80px;
    margin-left: 20px;
    font-size: 20px;
    text-align: left;
  }
  body .back-gray {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #3a3c46;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  body .back-gray.show {
    right: 0;
  }
  body {
    width: 100%;
    min-width: 600px;
    background: #f3f4f5;
  }
  body .ui-title-area {
    padding-top: 64px;
    margin-top: 14px;
    text-align: left;
  }
  body .ui-title-area .ui-main-title {
    margin-left: 40px;
  }
  body .ui-title-area .ui-main-title hr {
    margin: 14px 0 12px;
  }
  body .ui-title-area .ui-sub-title {
    margin-left: 40px;
    font-size: 24px;
    text-indent: 0;
    letter-spacing: 3px;
  }
  body .ui-wrapper {
    width: calc(100% - 180px);
    padding: 51px 60px 61px;
    margin: 36px auto 0;
  }
  body .ui-wrapper section {
    width: 100%;
  }
  body .ui-wrapper section .main-title {
    font-size: 36px;
  }
  body .ui-wrapper .section-merit .merit-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .ui-wrapper .section-merit .merit-list .merit-list-box {
    width: 100%;
  }
  body .ui-wrapper .section-merit .merit-list .merit-list-box .merit-title {
    min-height: auto;
  }
  body .ui-wrapper .section-merit .merit-list .merit-list-box .merit-text {
    margin-top: 16px;
  }
  body .ui-wrapper .section-merit .merit-list .merit-list-box + .merit-list-box {
    margin-top: 40px;
  }
  body .ui-wrapper .section-ienter-works .works-list {
    margin-top: 10px;
  }
  body .ui-wrapper .section-ienter-works .works-list .works-list-box {
    width: calc((100% - 70px) / 3);
    margin-top: 30px;
  }
  body .ui-wrapper .section-ienter-works .works-list .works-list-box .works-label {
    width: 120px;
    margin: 12px auto 0;
  }
  body .ui-wrapper .section-ienter-works .works-list::after {
    display: block;
    width: calc((100% - 35px) / 3);
    content: '';
  }
  body .ui-wrapper .section-flow .flow-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .ui-wrapper .section-flow .flow-list .flow-list-box {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
  }
  body .ui-wrapper .section-flow .flow-list .flow-list-box::after {
    top: auto;
    right: 50%;
    bottom: -20px;
    width: 18px;
    height: 15px;
    background: url(../img/next_arrow_down.bg.svg) top 0 left 0/18px 15px no-repeat;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
  body .ui-wrapper .section-flow .flow-list .flow-list-box + .flow-list-box {
    margin-top: 40px;
  }
  body .ui-wrapper .section-strengths .strengths-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .ui-wrapper .section-strengths .strengths-list .strengths-list-box {
    width: 100%;
  }
  body .ui-wrapper .section-strengths .strengths-list .strengths-list-box .strengths-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    min-height: auto;
    padding-bottom: 24px;
  }
  body .ui-wrapper .section-strengths .strengths-list .strengths-list-box + .strengths-list-box {
    margin-top: 40px;
  }
  body .back-link .top-to-back {
    height: 74px;
    font-size: 24px;
    line-height: 74px;
  }
}

@media screen and (max-width: 599px) {
  body {
    min-width: 0;
  }
  body .br-sp {
    display: block;
  }
  body .br-tb {
    display: none;
  }
  body .br-pc {
    display: none;
  }
  body .header-area {
    z-index: 1000;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 54px;
    padding: 0 0 0 20px;
    background: #fff;
  }
  body .header-area.jsBackgroundHeader .content-nav-sp .sp-nav-button {
    background: #cc0a1e;
  }
  body .header-area.jsBackgroundHeader .content-nav-sp .sp-nav-button .nav-toggle i {
    background-color: #fff;
  }
  body .header-area .header-logo {
    margin-left: 0;
  }
  body .header-area .header-logo .header-logo-img {
    width: 138px;
  }
  body .header-area .content-nav {
    display: none;
  }
  body .header-area .language-btn-area-sp.show {
    display: none;
  }
  body .header-area .language-btn-area-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 110px;
    height: 54px;
    margin-left: auto;
    font-size: 12px;
    text-align: center;
  }
  body .header-area .content-nav-sp {
    position: relative;
    display: block;
    cursor: pointer;
  }
  body .header-area .content-nav-sp .sp-nav-button {
    display: relative;
    width: 54px;
    height: 54px;
    -webkit-transition: all 0.1s ease-out 0.1s;
    transition: all 0.1s ease-out 0.1s;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 17px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #707070;
    border-radius: 2px;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(1) {
    top: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(3) {
    bottom: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(2) {
    opacity: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }
  body .header-area .content-nav-sp .sp-nav {
    position: fixed;
    top: 46px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  body .header-area .content-nav-sp .sp-nav.show {
    visibility: visible;
    opacity: 1;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list {
    position: fixed;
    top: 54px;
    left: 50%;
    width: 100%;
    height: 336px;
    overflow: scroll;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content {
    width: 100%;
    border-bottom: solid 1px #fff;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link {
    position: relative;
    display: block;
    padding: 12px 0 12px 19px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link span {
    font-size: 15px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link .language {
    display: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link .language_en {
    display: block;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link::before {
    position: absolute;
    top: 9px;
    left: 6px;
    display: none;
    width: 4px;
    height: 28px;
    content: '';
    background: #fff;
    border-radius: 3px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link.sub-menu {
    margin-left: 28px;
    font-weight: normal;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content.current .sp-nav-content-link::before {
    display: block;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-about::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 40px;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-about.check::after {
    margin-top: 2px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-about {
    display: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-about.active {
    display: block;
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-sustainability::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 40px;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-sustainability.check::after {
    margin-top: 2px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-sustainability {
    display: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-sustainability.active {
    display: block;
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-solution::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 40px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: 2px;
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-solution.check::after {
    margin-top: 2px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-solution {
    display: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-solution.active {
    display: block;
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list {
    list-style-type: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list::before {
    position: absolute;
    top: 9px;
    left: 6px;
    display: none;
    width: 4px;
    height: 28px;
    content: '';
    background: #fff;
    border-radius: 3px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list.current .sp-nav-content-link::before {
    display: block;
  }
  body .header-area .content-nav-sp .contact-btn {
    position: fixed;
    top: 420px;
    left: 50%;
    width: calc(100% - 40px);
    height: 34px;
    font-size: 11px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #cc0a1e;
    border-radius: 17px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body .header-area .language {
    display: none;
  }
  body .header-area .language_en {
    display: block;
  }
  body .topic-path {
    height: 100%;
    min-height: 40px;
    padding: 0 15px 0 20px;
    line-height: 40px;
  }
  body .topic-path ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .topic-path ul .topic-list {
    height: auto;
    min-height: 40px;
    font-size: 13px;
    line-height: 40px;
  }
  body .topic-path ul .topic-list .topic-list-child {
    letter-spacing: 0.1px;
  }
  body .child-contact-wrapper {
    width: 100%;
    text-align: center;
  }
  body .child-contact-wrapper .main-title {
    margin: 0;
    font-size: 32px;
  }
  body .child-contact-wrapper .main-title hr {
    height: 4px;
    margin: 4px auto 0;
  }
  body .child-contact-wrapper .contact-contents {
    width: 100%;
    margin: 29px auto 0;
  }
  body .child-contact-wrapper .contact-contents .contact-contents-details {
    display: none;
  }
  body .child-contact-wrapper .contact-contents .contact-contents-details-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 21px auto 0;
    font-size: 14px;
    line-height: 2;
    color: #292929;
    text-align: left;
    letter-spacing: 0.56px;
  }
  body .child-contact-wrapper .contact-contents .next-contact {
    width: calc(100% - 80px);
    height: 48px;
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 48px;
    background: url(../img/arrows_white.bg.svg) top 50% right 36px/24px 6px no-repeat #cc0a1e;
  }
  body .child-contact-wrapper .contact-contents .next-contact:hover {
    color: #cc0a1e;
    background: url(../img/arrows_red.bg.svg) top 50% right 36px/24px 6px no-repeat #fff;
    border: solid 1px #cc0a1e;
  }
  body .child-contact-wrapper .contact-contents .language_en {
    width: auto;
    padding: 0px 10px;
    margin-bottom: 0px;
  }
  body .footer-area {
    height: auto;
    padding: 36px 20px;
  }
  body .footer-area .footer-wrapper {
    width: 100%;
  }
  body .footer-area .footer-wrapper .footer-logo {
    width: 180px;
    margin-left: 20px;
  }
  body .footer-area .footer-wrapper .service-list,
  body .footer-area .footer-wrapper .brand-list,
  body .footer-area .footer-wrapper .recruit-list,
  body .footer-area .footer-wrapper .marine-tech-list,
  body .footer-area .footer-wrapper .sustainability-list,
  body .footer-area .footer-wrapper .conpany-list,
  body .footer-area .footer-wrapper .news-list,
  body .footer-area .footer-wrapper .sns-list,
  body .footer-area .footer-wrapper .policy-en-list,
  body .footer-area .footer-wrapper .policy-list {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  body .footer-area .footer-wrapper .service-list.pc-only-list,
  body .footer-area .footer-wrapper .brand-list.pc-only-list,
  body .footer-area .footer-wrapper .recruit-list.pc-only-list,
  body .footer-area .footer-wrapper .marine-tech-list.pc-only-list,
  body .footer-area .footer-wrapper .sustainability-list.pc-only-list,
  body .footer-area .footer-wrapper .conpany-list.pc-only-list,
  body .footer-area .footer-wrapper .news-list.pc-only-list,
  body .footer-area .footer-wrapper .sns-list.pc-only-list,
  body .footer-area .footer-wrapper .policy-en-list.pc-only-list,
  body .footer-area .footer-wrapper .policy-list.pc-only-list {
    display: none;
  }
  body .footer-area .footer-wrapper .service-list.sp-only-list,
  body .footer-area .footer-wrapper .brand-list.sp-only-list,
  body .footer-area .footer-wrapper .recruit-list.sp-only-list,
  body .footer-area .footer-wrapper .marine-tech-list.sp-only-list,
  body .footer-area .footer-wrapper .sustainability-list.sp-only-list,
  body .footer-area .footer-wrapper .conpany-list.sp-only-list,
  body .footer-area .footer-wrapper .news-list.sp-only-list,
  body .footer-area .footer-wrapper .sns-list.sp-only-list,
  body .footer-area .footer-wrapper .policy-en-list.sp-only-list,
  body .footer-area .footer-wrapper .policy-list.sp-only-list {
    display: block;
  }
  body .footer-area .footer-wrapper .footer-link-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 16px;
    border-top: solid 1px #fff;
  }
  body .footer-area .footer-wrapper .footer-link-list .link-list-title {
    padding: 17px 0;
    margin-left: 20px;
    font-size: 13px;
    font-weight: normal;
  }
  body .footer-area .footer-wrapper .footer-link-list .link-list {
    display: none;
  }
  body .footer-area .footer-wrapper .footer-link-list .icon-list .footer-icon:first-child {
    margin-left: 22px;
  }
  body .footer-area .footer-wrapper .footer-link-list .icon-list .footer-icon .sns-icon {
    margin: 8px 20px 0 0;
  }
  body .footer-area .footer-copy {
    margin-top: 80px;
    margin-left: 20px;
    font-size: 10px;
    text-align: left;
  }
  body .scroll-to-top {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 1001;
    display: block;
    width: 54px;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #cc0a1e;
    border: solid 1px #fff;
    border-radius: 100px 100px 0 0;
  }
  body .back-gray {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #3a3c46;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  body .back-gray.show {
    right: 0;
  }
  body {
    width: 100%;
    min-width: 300px;
    background: #f3f4f5;
  }
  body .ui-title-area {
    padding-top: 54px;
    margin-top: 14px;
    text-align: left;
  }
  body .ui-title-area .ui-main-title {
    margin-left: 20px;
    font-size: 32px;
  }
  body .ui-title-area .ui-main-title hr {
    width: 48px;
    height: 4px;
    margin: 6px 0 12px;
  }
  body .ui-title-area .ui-sub-title {
    margin-left: 20px;
    font-size: 12px;
    text-indent: 0;
    letter-spacing: 2px;
  }
  body .ui-wrapper {
    width: calc(100% - 80px);
    padding: 44px 20px 54px;
    margin: 36px auto 0;
  }
  body .ui-wrapper section {
    width: 100%;
  }
  body .ui-wrapper section .main-title {
    font-size: 28px;
    letter-spacing: 0;
  }
  body .ui-wrapper section .main-title .br-sp {
    display: block;
  }
  body .ui-wrapper section .main-title hr {
    width: 48px;
    height: 4px;
    margin-top: 8px;
  }
  body .ui-wrapper .section-mv .mv-img .mv-pc {
    display: none;
  }
  body .ui-wrapper .section-mv .mv-img .mv-sp {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  body .ui-wrapper .section-mv .sp-system-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
  body .ui-wrapper .section-mv .sp-system-list .system-list-box {
    position: relative;
    width: 72px;
    height: 72px;
    margin-right: 12px;
    border: solid 1px #2c3475;
    border-radius: 100%;
  }
  body .ui-wrapper .section-mv .sp-system-list .system-list-box .system-list-text {
    position: absolute;
    right: 50%;
    bottom: 50%;
    width: 100%;
    font-size: 12px;
    color: #2c3475;
    text-align: center;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
  body .ui-wrapper .section-merit {
    margin-top: 60px;
  }
  body .ui-wrapper .section-merit .merit-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 32px;
  }
  body .ui-wrapper .section-merit .merit-list .merit-list-box {
    width: 100%;
  }
  body .ui-wrapper .section-merit .merit-list .merit-list-box .merit-img {
    width: 160px;
    height: 160px;
  }
  body .ui-wrapper .section-merit .merit-list .merit-list-box .merit-title {
    min-height: auto;
    margin-top: 24px;
    font-size: 20px;
    letter-spacing: 2px;
  }
  body .ui-wrapper .section-merit .merit-list .merit-list-box .merit-text {
    margin-top: 16px;
    font-size: 14px;
    letter-spacing: 0.55px;
  }
  body .ui-wrapper .section-merit .merit-list .merit-list-box + .merit-list-box {
    margin-top: 32px;
  }
  body .ui-wrapper .section-ienter-works {
    margin-top: 60px;
  }
  body .ui-wrapper .section-ienter-works .section-sub-title {
    padding-left: 6px;
    font-size: 18px;
    letter-spacing: 0.72px;
    border-left: solid 4px #292929;
  }
  body .ui-wrapper .section-ienter-works .ienter-design,
  body .ui-wrapper .section-ienter-works .ienter-support {
    margin-top: 35px;
  }
  body .ui-wrapper .section-ienter-works .ienter-support {
    margin-top: 40px;
  }
  body .ui-wrapper .section-ienter-works .works-list {
    margin-top: 6px;
  }
  body .ui-wrapper .section-ienter-works .works-list .works-list-box {
    width: calc((100% - 35px) / 2);
    margin-top: 27px;
  }
  body .ui-wrapper .section-ienter-works .works-list .works-list-box .works-label {
    width: 120px;
    height: 24px;
    margin: 12px auto 0;
    font-size: 12px;
    line-height: 24px;
    border-radius: 16px;
  }
  body .ui-wrapper .section-flow {
    margin-top: 60px;
  }
  body .ui-wrapper .section-flow .flow-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 32px;
  }
  body .ui-wrapper .section-flow .flow-list .flow-list-box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
  }
  body .ui-wrapper .section-flow .flow-list .flow-list-box span {
    font-size: 16px;
  }
  body .ui-wrapper .section-flow .flow-list .flow-list-box::after {
    top: auto;
    right: 50%;
    bottom: -15px;
    width: 18px;
    height: 15px;
    background: url(../img/next_arrow_down.bg.svg) top 0 left 0/18px 15px no-repeat;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
  body .ui-wrapper .section-flow .flow-list .flow-list-box + .flow-list-box {
    margin-top: 29px;
  }
  body .ui-wrapper .section-flow .flow-text {
    margin: 24px auto 0;
    font-size: 14px;
    line-height: 1.6;
  }
  body .ui-wrapper .section-strengths {
    margin-top: 60px;
  }
  body .ui-wrapper .section-strengths .strengths-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 32px;
  }
  body .ui-wrapper .section-strengths .strengths-list .strengths-list-box {
    width: 100%;
  }
  body .ui-wrapper .section-strengths .strengths-list .strengths-list-box .strengths-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    min-height: auto;
    padding-bottom: 16px;
    font-size: 20px;
    letter-spacing: 2px;
  }
  body .ui-wrapper .section-strengths .strengths-list .strengths-list-box .strengths-title hr {
    display: block;
    width: 80px;
    height: 5px;
    margin: 12px auto 0;
  }
  body .ui-wrapper .section-strengths .strengths-list .strengths-list-box + .strengths-list-box {
    margin-top: 32px;
  }
  body .back-link {
    width: calc(100% - 40px);
    margin: 49px auto 55px;
  }
  body .back-link .top-to-back {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1230px) {
  body .header-area {
    z-index: 1000;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 65px;
    padding: 0 0 0 40px;
    background: #fff;
  }
  body .header-area.jsBackgroundHeader .content-nav-sp .sp-nav-button {
    background: #cc0a1e;
  }
  body .header-area.jsBackgroundHeader .content-nav-sp .sp-nav-button .nav-toggle i {
    background-color: #fff;
  }
  body .header-area .content-nav {
    display: none;
  }
  body .header-area .content-nav-sp {
    position: relative;
    display: block;
    cursor: pointer;
  }
  body .header-area .content-nav-sp .sp-nav-button {
    display: relative;
    width: 65px;
    height: 65px;
    -webkit-transition: all 0.1s ease-out 0.1s;
    transition: all 0.1s ease-out 0.1s;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 19px;
    height: 15px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #707070;
    border-radius: 2px;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(1) {
    top: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(3) {
    bottom: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
            transform: translateY(5px) rotate(-45deg);
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(2) {
    opacity: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
  body .header-area .content-nav-sp .sp-nav {
    position: fixed;
    top: 46px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  body .header-area .content-nav-sp .sp-nav.show {
    visibility: visible;
    opacity: 1;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list {
    position: fixed;
    top: 65px;
    left: 50%;
    z-index: 1001;
    width: 100%;
    height: 336px;
    overflow: scroll;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content {
    z-index: 1001;
    width: 100%;
    border-bottom: solid 1px #fff;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link {
    position: relative;
    display: block;
    padding-left: 19px;
    font-size: 15px;
    font-weight: bold;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link span {
    font-size: 15px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link .language {
    display: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link .language_en {
    display: block;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link::before {
    position: absolute;
    top: 9px;
    left: 6px;
    display: none;
    width: 4px;
    height: 28px;
    content: '';
    background: #fff;
    border-radius: 3px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link.sub-menu {
    margin-left: 28px;
    font-weight: normal;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content.current .sp-nav-content-link::before {
    display: block;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-about::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 40px;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-about.check::after {
    margin-top: 2px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-about {
    display: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-about.active {
    display: block;
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-sustainability::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 40px;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-sustainability.check::after {
    margin-top: 2px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-sustainability {
    display: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-sustainability.active {
    display: block;
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-solution::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 40px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: 2px;
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-header-menu-solution.check::after {
    margin-top: 2px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-solution {
    display: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_lists-solution.active {
    display: block;
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list {
    list-style-type: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list::before {
    position: absolute;
    top: 9px;
    left: 6px;
    display: none;
    width: 4px;
    height: 28px;
    content: '';
    background: #fff;
    border-radius: 3px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list.current .sp-nav-content-link::before {
    display: block;
  }
  body .header-area .content-nav-sp .contact-btn {
    position: fixed;
    top: 430px;
    left: 50%;
    z-index: 1001;
    width: calc(100% - 30px);
    max-width: 208px;
    height: 34px;
    font-size: 11px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #cc0a1e;
    border-radius: 17px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body .header-area .language {
    display: none;
  }
  body .header-area .language_en {
    display: block;
  }
  body .back-gray {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #3a3c46;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  body .back-gray.show {
    right: 0;
  }
}

@media screen and (max-width: 1320px) {
  body .header-area .content-nav .header-content .select-content {
    padding: 0 12px;
  }
}


/*# sourceMappingURL=solution__ui.css.map*/</pre></body></html>