@charset "utf-8";

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Barlow-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Barlow-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Barlow-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
}

body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", Meiryo, "メイリオ", Meiryo UI, sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  color: #111111;
}
.font-barlow {
  font-family: "Barlow", sans-serif!important;
}
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
hr {
  height: 1px;
  margin: 40px 0;
  background-color: #D5D5D5;
  border-color: #D5D5D5;
  padding: 0;
  border: none;
}
a {
  color: #111111;
  text-decoration: underline;
  outline: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
#wrapper {
  overflow: hidden;
}
.container {
  /*margin: 0 auto;
  max-width: 1115px;
  padding: 0 30px;*/
}
.button_contact {
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 495px;
  height: 91px;
  padding: 0 10px 2px;
  border: 2px solid #fff;
  transition: background 0.3s ease, color 0.3s ease;
}
.button_contact:hover {
  background-color: #fff;
  color: #111;
}
#main {
  padding-top: 50px;
  padding-bottom: 60px;
}
.home #main {
  padding-bottom: 0;
}
.mb_0 {margin-bottom: 0!important;}
.mb_15 {margin-bottom: 15px!important;}
.mb_20 {margin-bottom: 20px!important;}
.mb_35 {margin-bottom: 35px!important;}
.mb_40 {margin-bottom: 40px!important;}
.mb_50 {margin-bottom: 50px!important;}
.mb_65 {margin-bottom: 65px!important;}
.mb_75 {margin-bottom: 75px!important;}
.mb_90 {margin-bottom: 90px!important;}
@media (max-width: 767px) {
  #main {
    padding-top: 44px;
  }
  .container {
    /*padding: 0 15px;*/
  }
  .pc {display: none!important;}
}
@media (min-width: 768px) {
  .sp {display: none!important;}
}

/* ----------------------
* HEADER
---------------------- */
#header {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header_sticky {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  transition: top 0.2s linear, opacity 0.3s ease;
  background-color: #fff;
}
.is-sticky .header_sticky {
  top: 0;
  opacity: 1;
}
.header_inner {
  position: relative;
}
#logo {
  font-size: 0;
  padding: 13px 0 13px 18px;
}
.header_link {
  display: flex;
  line-height: 1.1;
  position: absolute;
  right: 0;
  top: 8px;
}
.header_link li {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.header_link li:not(:last-child)::after {
  content: "";
  background-color: #000;
  width: 1px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.header_link a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.header_link a:hover {
  text-decoration: underline;
}
#nav {
  position: absolute;
  right: 0;
  bottom: -24px;
  padding-left: 23px;
  z-index: 5;
}
#nav::after {
  content: "";
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
#nav::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  position: absolute;
  left: -37px;
  bottom: 0;
  z-index: 5;
}
.mainmenu {
  line-height: 1.2;
  display: flex;
}
.mainmenu a {
  text-decoration: none;
}
.mainmenu > li > a {
  display: block;
  font-size: 9px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  height: 43px;
  padding-right: 78px;
  position: relative;
  z-index: 6;
}
.mainmenu > li:last-child a {
  padding-right: 18px!important;
}
.mainmenu > li > a > span {
  font-size: 18px;
  font-weight: 600;
}
.mainmenu > li > a > strong {
  font-weight: 500;
  display: block;
  padding-left: 3px;
}
.mainmenu > li > a > .en {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.03em;
  display: block;
  line-height: 1;
  padding: 0;
  margin-bottom: 3px;
}
.mainmenu > li.opened > .submenu {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.submenu {
  position: absolute;
  right: 0;
  top: 18px;
  width: 100%;
  background-color: #D3D3D3;
  padding: 120px 18px 90px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.submenu_head {
  position: absolute;
  left: 18px;
  top: 18px;
  line-height: 1;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.submenu_head .en {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.03em;
  display: block;
  line-height: 1;
  padding: 0;
  margin-bottom: 5px;
}
.submenu_head strong {
  font-weight: 500;
  padding-left: 3px;
}
.submenu_nav {
  margin: 0 auto;
  max-width: 1156px;
}
.submenu_nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px -75px;
}
.submenu_nav ul li {
  width: 33.333%;
  padding: 0 30px;
  line-height: 1.2;
  margin-bottom: 75px;
}
.submenu_nav ul li a {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 12px;
}
.submenu_nav ul li a .en {
  font-size: 20px;
  font-weight: 600;
}
.submenu_nav ul li a::before {
  content: "";
  width: 5px;
  height: 10px;
  background: url(../img/arrow_white.svg) no-repeat left top / 100% 100%;
  position: absolute;
  left: 0;
  top: 6px;
}

/* hamburger */
.hamburger {
  background-color: transparent;
  width: 54px;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  z-index: 10;
}
.hamburger_button {
  outline: none;
  display: block;
  border: none;
  background: none;
  position: relative;
  width: 24px;
  height: 11px;
  padding: 0;
}
.hamburger span {
  position: absolute;
  left: 0;
  background-color: #000;
  display: block;
  width: 100%;
  height: 2px;
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  z-index: 10;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 9px;
}
.nav-opened {
  overflow: hidden;
}
.opened .hamburger span:nth-child(1) {
  transform: rotate(135deg);
  top: 5px;
}
.opened .hamburger span:nth-child(2) {
  transform: rotate(-135deg);
  top: 5px;
}
@media (max-width: 767px) {
  .header_inner::after {
    content: "";
    width: 40px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: -15px;
  }
  .header_inner::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 16px solid #fff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    right: 15px;
    bottom: -15px;
  }
  #logo {
    padding: 10px;
    position: relative;
    z-index: 10;
    background-color: #fff;
  }
  .header_link {display: none!important;}
  #nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: inherit;
    top: 0;
    height: 100%;
    overflow: hidden;
    padding: 44px 0 0;
    background-color: rgba(0, 0, 0, 0.47);
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .opened #nav {
    opacity: 1;
    visibility: visible;
    z-index: 5;
  }
  #nav::before,
  #nav::after {
    display: none;
  }
  .nav_inner {
    background-color: #fff;
    max-height: 100%;
    overflow-y: scroll;
    position: relative;
    z-index: 3;
  }
  .nav_inner::after {
    content: "";
    width: 40px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: -15px;
  }
  .nav_inner::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 16px solid #fff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    right: 15px;
    bottom: -15px;
  }
  .mainmenu {
    display: block;
    padding-top: 16px;
  }
  .mainmenu > li {
    margin-bottom: 0;
  }
  .mainmenu > li > a {
    height: auto;
    padding: 10px 15px 15px;
  }
  .submenu {
    position: inherit;
    right: inherit;
    top: inherit;
    padding: 0;
    opacity: 1;
    visibility: visible;
    z-index: inherit;
    width: 100%!important;
    display: none;
  }
  .submenu_head {
    display: none;
  }
  .submenu_nav ul {
    display: block;
    margin: 0;
    padding: 0 15px 15px;
  }
  .submenu_nav ul li {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .submenu_nav ul li a {
    padding: 25px 0 8px 15px;
  }
  .submenu_nav ul li a::before {
    top: 30px;
    left: 3px;
  }
  .nav-opened {
    overflow: hidden;
  }
  #nav .header_link {
    display: flex!important;
    position: inherit;
    right: inherit;
    top: inherit;
    padding: 10px 15px 20px;
  }
  .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
  }
  .opened .overlay {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .overlay,
  #nav .header_link,
  .hamburger {display: none!important;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .mainmenu > li > a {
    padding-right: 30px;
  }
  .mainmenu > li > a > .en {
    font-size: 20px;
  }
  .submenu_nav ul {
    margin-left: -13px;
    margin-right: -13px;
  }
  .submenu_nav ul li {
    padding: 0 13px;
  }
  .submenu_nav ul li a {
    font-size: 14px;
    padding-left: 12px;
    letter-spacing: -0.03em;
  }
  .submenu_nav ul li a::before {
    top: 2px;
  }
  .mainmenu > li:nth-child(2) .submenu_nav ul li a::before {
    top: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .mainmenu > li > a {
    padding-right: 50px;
  }
}

/* ----------------------
* FOOTER
---------------------- */
.fcontact {
  background: url(../img/bg_contact.jpg) no-repeat center center / cover;
  position: relative;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.fcontact_head {
  position: absolute;
  left: 0;
  top: -10px;
  color: #fff;
  line-height: 1;
}
.fcontact_head h2 {
  font-size: 52px;
  font-weight: 600;
}
.fcontact_head p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 5px;
}
.fcontact_button {
  width: 100%;
  max-width: 495px;
}
.footer_inner {
  padding: 34px 30px 40px;
  margin: 0 auto;
}
.footer_row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.footer_widget {
  display: flex;
  flex-wrap: wrap;
  width: 66.67%;
}
.footer_widgetL {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.footer_column {
  width: 25%;
  padding-right: 45px;
}
.footer_column h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #707070;
  padding: 0 0 3px;
  margin-bottom: 10px;
}
.footer_column ul li {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}
.footer_column ul li:not(:last-child) {
  margin-bottom: 9px;
}
.footer_column ul li a {
  color: #000;
  text-decoration: none;
}
.footer_column ul li a:hover {
  text-decoration: underline;
}
.footer_right {
  width: 33.33%;
  display: flex;
}
.footer_right .footer_column {
  width: 50.008%;
}
.footer_link {
  padding: 0 0 0 22px;
  width: 49.992%;
}
.footer_link ul li {
  line-height: 1.3;
  font-size: 12px;
  font-weight: 500;
}
.footer_link ul li:not(:last-child) {
  margin-bottom: 9px;
}
.footer_link ul li a {
  color: #000;
  text-decoration: none;
}
.footer_link ul li a:hover {
  text-decoration: underline;
}
.copyright {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  text-align: right;
  margin-top: -15px;
  padding: 0 15px 0 0;
}
@media (max-width: 767px) {
  .footer_inner {
    padding-left: 18px;
    padding-right: 18px;
  }
  .fcontact {
    height: 62.8vw;
    align-items: flex-end;
    padding-bottom: 52px;
  }
  .fcontact_button {
    max-width: 317px;
  }
  .footer_widget {
    width: 100%;
    margin: 0 -8px;
  }
  .footer_right {
    width: 100%;
    margin: 0 -8px;
  }
  .footer_column {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 30px;
  }
  .footer_widget .footer_column:nth-child(4) {
    order: 5;
  }
  .footer_widget .footer_column:nth-child(3) {
    order: 2;
  }
  .footer_widget .footer_column:nth-child(2) {
    order: 3;
  }
  .footer_link {
    padding-top: 30px;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .footer_right .footer_column {
    width: 50%;
    padding: 0 8px;
  }
}
@media (min-width: 1366px) {
  .copyright {
    float: right;
    width: 16.662%;
    padding-left: 22px;
    padding-right: 0;
    text-align: left;
  }
}

/* ----------------------
* TOP
---------------------- */
/* Visual */
.top_visual {
  position: relative;
}
.top_media {
  position: relative;
}
.top_media iframe {
  display: block;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.top_media_thumb {
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -26px;
  height: 45.5vw;
  overflow: hidden;
}
.top_media h1 {
  color: #fff;
  position: absolute;
  left: 30px;
  top: -26px;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.5;
  height: 41.5vw;
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.top_category_item a {
  display: block;
  text-decoration: none;
  position: relative;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.top_category_item a::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.3;
}
.top_category_item h3 {
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.1;
}
.top_category_thumb {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 16.53vw;
  transform: scale3d(1.05,1.05,1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.top_category_thumb img {
  display: none;
}
.top_category_item a:hover .top_category_thumb {
  transform: scale3d(1,1,1);
}
.top_topic {
  background-color: #000;
}
.top_topic h2 {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-top: -4px;
  margin-bottom: 20px;
}
.top_topic_list {
  line-height: 1.3;
  padding: 0 19px 24px;
  font-size: 14px;
}
.top_topic_list li:not(:last-child) {
  margin-bottom: 9px;
}
.top_topic_list a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
}
.top_topic_date {
  width: 100px;
}
.top_topic_text {
  width: calc(100% - 100px);
}
.top_topic_list a:hover .top_topic_text {
  text-decoration: underline;
}
@media (max-width: 1300px) {
  .top_media {
    height: 40vw;
  }
  .top_media_thumb {
    bottom: 0;
    top: 0;
    height: auto;
  }
  .top_category {
    display: flex;
    flex-wrap: wrap;
  }
  .top_category_item {
    width: 33.3333%;
  }
  .top_media iframe {
    width: 100%;
    height: 140%;
  }
}
@media (min-width: 1301px) {
  .top_visual_row {
    display: flex;
    flex-wrap: wrap;
  }
  .top_media {
    width: 69.375%;
  }
  .top_media h1,
  .top_media_thumb {
    top: -26px;
  }
  .top_category {
    width: 30.625%;
    padding-top: 24px;
  }
  .top_topic {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 69.375%;
    z-index: 3;
  }
  .top_topic_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .top_category {
    display: block;
  }
  .top_category_item {
    width: 100%;
  }
  .top_category_thumb {
    height: 54.6vw;
  }
  .top_media iframe {
    width: 200%;
    height: 120%;
  }
  .top_media {
    height: 105.5556vw;
  }
  .top_media h1 {
    left: 13px;
    padding-right: 13px;
    font-size: 6.3vw;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0;
  }
  .top_topic_list li:not(:last-child) {
    margin-bottom: 25px;
  }
  .top_category_item a .top_category_thumb {
    transform: scale3d(1,1,1);
  }
}

/* Solution */
.top_solution {
  padding-top: 18px;
  margin-bottom: 56px;
}
.top_solution h2 {
  line-height: 1;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 22px;
}
.top_solution_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}
.top_solution_item {
  padding: 0 0.5px;
  width: 20%;
}
.top_solution_item a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #fff;
}
.top_solution_item a::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.4;
}
.top_solution_item h3 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  height: 68px;
}
.top_solution_item h3::after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/arrow_circle_white.svg) no-repeat left top / cover;
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
}
.top_solution_thumb {
  overflow: hidden;
}
.top_solution_thumb img {
  display: block;
  transform: scale3d(1.05,1.05,1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.top_solution_item a:hover .top_solution_thumb img {
  transform: scale3d(1,1,1);
}
@media (max-width: 767px) {
  .top_solution_list {
    padding: 0 15px;
    display: block;
  }
  .top_solution_item {
    width: 100%;
    margin-bottom: 1px;
  }
  .top_solution_item a .top_solution_thumb img {
    transform: scale3d(1,1,1);
  }
}
@media (min-width: 768px) {
  .top_solution_item h3 span {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 47px;
  }
}
@media (min-width: 768px) and (max-width: 1130px) {
  .top_solution_item h3 {
    font-size: 1.563vw;
    height: 6.5vw;
  }
  .top_solution_item h3 span {
    height: 4.13vw;
  }
}

/* Works */
.top_work {
  position: relative;
  margin-bottom: 56px;
}
.top_work h2 {
  line-height: 1;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 3;
}
.top_work_list {
  display: flex;
  flex-wrap: wrap;
}
.top_work_item {
  width: 33.3333%;
}
.top_work_item a {
  background-color: #000;
  text-decoration: none!important;
  color: #fff;
  display: block;
  position: relative;
}
.top_work_item a::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(.19,1,.22,1);
}
.top_work_item a:hover::after {
  opacity: 0.1;
}
.top_work_item h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(.19,1,.22,1);
}
.top_work_thumb {
  overflow: hidden;
}
.top_work_thumb img {
  display: block;
  width: 100%;
  transform: scale3d(1.05,1.05,1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.top_work_item a:hover .top_work_thumb img {
  transform: scale3d(1,1,1);
}
.top_work_item a:hover h3 {
  opacity: 1;
}
@media (max-width: 767px) {
  .top_work_item a::after {
    opacity: 0.1;
  }
  .top_work_item a .top_work_thumb img {
    transform: scale3d(1,1,1);
  }
  .top_work_item a h3 {
    opacity: 1;
  }
  .top_work_list {
    display: block;
  }
  .top_work_item {
    width: 100%;
  }
  .top_work_thumb {
    height: 50vw;
  }
}

/* ----------------------
* ARTICLE
---------------------- */
.mainhead {
  background-color: #111;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.mainhead.metave {
  background-image: url(../img/head_metaverse.png);
}
.mainhead.exhibi {
  background-image: url(../img/head_exhibition.png);
}
.mainhead.constr {
  background-image: url(../img/head_construction.png);
}
.mainhead.preven {
  background-image: url(../img/head_prevention.png);
}
.mainhead.revita {
  background-image: url(../img/head_revitalization.png);
}
.mainhead h1 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 0 30px;
}
.mainhead span {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.mainhead .en {
  font-size: 30px;
  font-weight: 600;
}
.mainhead_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.mainhead_inner h1 {
  position: relative;
  margin-right: 24px;
}
.mainhead_inner h1::after {
  content: "";
  background-color: #fff;
  width: 1px;
  position: absolute;
  right:0;
  top: 10px;
  bottom: 0;
  transform: rotate(30deg);
}
.mainhead h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 5px;
}
.breadscrumb {
  position: absolute;
  left: 18px;
  top: 15px;
  line-height: 1.2;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.breadscrumb span,
.breadscrumb a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding-right: 14px;
  margin-right: 5px;
  position: relative;
}
.breadscrumb span::after,
.breadscrumb a::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
}
.breadscrumb a:hover {
  text-decoration: underline;
}
.form-search {
  position: absolute;
  right: 30px;
  top: 42px;
  width: 182px;
  line-height: 1;
}
.form-search::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/icon_search.svg) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 2px;
}
.form-search input {
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", Meiryo, "メイリオ", Meiryo UI, sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 0 30px;
  width: 100%;
}
.form-search ::-webkit-input-placeholder {
  color: #fff;
}
.form-search input:-ms-input-placeholder {
  color: #fff;
}
.form-search ::placeholder {
  color: #fff;
}
.entry_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 0 30px;
}
.entry_item {
  width: 33.3333%;
  padding: 0 20px;
  margin-bottom: 42px;
}
.entry_list a {
  display: block;
  text-decoration: none;
  position: relative;
  height: 100%;
}
.entry_list p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
.entry_thumb {
  position: relative;
  margin-bottom: 8px;
}
.entry_thumb figure {
  overflow: hidden;
}
.entry_thumb figure img {
  width: 100%;
  transform: scale3d(1.05,1.05,1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a:hover .entry_thumb figure img {
  transform: scale3d(1,1,1);
}
.entry_meta {
  background-color: rgba(0, 0, 0, 0.66);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  line-height: 1.3;
  padding: 8px 7px;
  display: flex;
  justify-content: space-between;
}
.entry_meta.noflex {
  display: block;
}
.entry_meta.noflex span,
.entry_meta.noflex strong {
  display: block;
  line-height: 1.2;
}
.entry_meta.noflex strong {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.entry_cat {
  font-size: 14px;
  font-weight: 600;
  padding-right: 5px;
}
.entry_date {
  font-size: 14px;
  font-weight: 500;
  padding-left: 5px;
}
.filter {
  text-align: center;
  margin-bottom: -7px;
}
.filter span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.filter span::before {
  content: "";
  width: 20px;
  height: 12px;
  background: url(../img/arrow_down_black.svg) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  margin-top: 20px;
}
.wp-pagenavi span,
.wp-pagenavi a {
  color: #C4C4C4;
  font-size: 22px;
  font-weight: 600;
  margin: 0 16px;
  text-decoration: none;
}
.wp-pagenavi span.current {
  color: #000;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 12px 7px;
}
.wp-pagenavi .nextpostslink {
  background-image: url(../img/arrow_next_nav.svg);
  margin-left: 40px;
}
.wp-pagenavi .previouspostslink {
  background-image: url(../img/arrow_prev_nav.svg);
  margin-right: 40px;
}
@media (max-width: 767px) {
  .entry_list {
    display: block;
    margin: 0;
    padding: 0 18px;
  }
  .entry_item {
    width: 100%;
    padding: 0;
  }
  .mainhead h1 {
    padding-top: 10px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .mainhead_inner {
    display: block;
  }
  .mainhead_inner h1 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mainhead_inner h1::after {
    display: none;
  }
  .mainhead h2 {
    padding: 0 13px;
    font-size: 20px;
    letter-spacing: -0.05em;
  }
  .breadscrumb {
    left: 13px;
    font-size: 10px;
  }
  .form-search {
    right: 15px;
    top: inherit;
    bottom: 18px;
  }
  .mainhead {
    background-size: auto 100%;
  }
  .mainhead.metave {
    background-image: url(../img/head_metaverse_sp.png);
  }
  .mainhead.exhibi {
    background-image: url(../img/head_exhibition_sp.png);
  }
  .mainhead.constr {
    background-image: url(../img/head_construction_sp.png);
  }
  .mainhead.preven {
    background-image: url(../img/head_prevention_sp.png);
  }
  .mainhead.revita {
    background-image: url(../img/head_revitalization_sp.png);
  }
  .entry_thumb figure img {
    transform: scale3d(1,1,1);
  }
}

/* ----------------------
* SOLUTIONS
---------------------- */
.text_lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  padding: 0 30px;
  margin-bottom: 40px;
}
.entry_solution.align_center {
  justify-content: center;
}
.entry_button span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1.1;
  border: 1px solid #000;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding: 0 15px;
  height: 42px;
}
.entry_button span::before {
  content: "";
  background: url(../img/arrow_black.svg) no-repeat 0 0 / 100% 100%;
  width: 9px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.entry_solution a[target="_blank"] .entry_button span::before {
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_target.svg);
}
.entry_solution a {
  padding-bottom: 60px;
}
.entry_solution .entry_button {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.entry_solution .entry_thumb {
  margin-bottom: 11px;
}
.entry_solution .entry_item {
  margin-bottom: 60px;
}

/* ----------------------
* DETAIL
---------------------- */
.mainhead.has-entry_info {
  padding-right: 47%;
}
.entry_info {
  position: absolute;
  right: 0;
  top: 24px;
  bottom: 0;
  line-height: 1.3;
  display: flex;
  align-items: center;
  width: 47%;
}
.entry_info a {
  color: #fff;
  text-decoration: none;
}
.entry_info dl {
  display: flex;
}
.entry_info dl dt {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 600;
  width: 97px;
  position: relative;
}
.entry_info dl dt::after {
  content: ":";
  position: absolute;
  right: 15px;
  top: 0;
}
.entry_info dl dd {
  width: calc(100% - 97px);
  font-size: 14px;
  font-weight: 600;
}
.entry_cat dt {
  padding-top: 5px;
}
.entry_info .entry_cat dt::after {
  top: 5px;
}
.entry_cat dd a,
.entry_cat dd span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 4px 6px;
}
.entry_tag {
  margin-top: 20px;
}
.entry_tag dd a {
  display: inline-block;
  position: relative;
}
.entry_tag dd a:not(:last-child) {
  margin-right: 14px;
  padding-right: 19px;
}
.entry_tag dd a:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}
.entry_tag dd a:hover {
  text-decoration: underline;
}
.social_share {
  font-size: 0;
  text-align: center;
  padding-top: 13px;
}
.social_share li {
  display: inline-block;
  padding: 0 4px;
}
.related {
  margin-top: 88px;
}
.related h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
  padding: 0 30px;
  margin-bottom: 16px;
}
.related .entry_list {
  margin-bottom: -42px;
}
.wp-editor {
  padding-top: 30px;
}
.wp-editor h2 {
  line-height: 1.4;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 18px;
  margin-bottom: 18px;
}
.wp-editor h2::before {
  content: "";
  width: 5px;
  background-color: #99999a;
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 9px;
}
.wp-editor h3 {
  line-height: 1.4;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 18px;
  margin-bottom: 6px;
}
.wp-editor h3::before {
  content: "";
  width: 5px;
  background-color: #99999a;
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 9px;
}
.wp-editor h4 {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 18px;
  margin-bottom: 6px;
}
.wp-editor h4::before {
  content: "";
  width: 5px;
  background-color: #99999a;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 4px;
}
.wp-editor p {
  padding-left: 14px;
  margin-bottom: 44px;
}
.wp-editor .wp-thumb {
  padding-left: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mainhead.has-entry_info {
    padding-right: 0;
    height: 325px;
    align-items: flex-start;
  }
  .mainhead.has-entry_info h1 {
    padding-top: 65px;
  }
  .entry_info {
    top: inherit;
    width: auto;
    left: 13px;
    right: 13px;
    bottom: 15px;
  }
  .entry_tag {
    margin-top: 18px;
  }
}

/* ----------------------
* SOLUTION DETAIL
---------------------- */
.single_solution #main {
  background-color: #FBFAFD;
}
.solution_detail .container {
  max-width: 1140px;
}
.solution_detail p {
  margin-bottom: 35px;
}
.solution_detail .head2 {
  line-height: 1.1;
  padding: 0 0 0 18px;
  position: relative;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 25px;
}
.solution_detail .head2::before {
  content: "";
  background-color: #99999A;
  width: 5px;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 6px;
}
.solution_detail .head2 span {
  display: block;
  font-size: 25px;
}
.solution_detail .head2 strong {
  display: block;
}
.solution_detail .head3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1;
  position: relative;
  padding: 0 0 0 18px;
  margin-bottom: 25px;
}
.solution_detail .head3::before {
  content: "";
  background-color: #99999A;
  width: 5px;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 6px;
}
.solution_detail .head4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  position: relative;
  padding: 0 0 0 18px;
  margin-bottom: 25px;
}
.solution_detail .head4::before {
  content: "";
  background-color: #99999A;
  width: 5px;
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 2px;
}
.solution_detail hr {
  background-color: #BCBCBC;
  margin: 25px 0;
}
.solution_detail .anchor_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
}
.solution_detail .anchor_list li {
  flex: 1 0 0%;
  padding: 0 1px;
}
.solution_detail .anchor_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  position: relative;
  transition: opacity 0.3s ease;
  padding: 0 12px;
}
.solution_detail .anchor_green li a {
  background-color: #006E44;
}
.solution_detail .anchor_list li a:hover {
  opacity: 0.7;
}
.solution_detail .anchor_list li a::before {
  content: "";
  width: 14px;
  height: 8px;
  background: url(../img/arrow_down_white.svg) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sol_main {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.sol_main figure img {
  width: 100%;
}
.sol_main .sol_main_logo {
  background: url(../img/bg_logo.png) no-repeat right top / auto 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  padding: 11px 52px 11px 13px;
}
.solution_detail .sol_lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 15px;
}
.sol_main_button {
  display: flex;
  justify-content: flex-end;
}
.sol_main_button a {
  border: 1px solid #FDFDFE;
  text-decoration: none;
  border-radius: 5px;
  background-color: rgba(17, 17, 17, 0.7);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  width: 468px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  position: relative;
  transition: background 0.3s ease;
}
.sol_main_button a:hover {
  background-color: #111;
}
.sol_main_button a::before {
  content: "";
  width: 18px;
  height: 20px;
  background: url(../img/icon_download.svg) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 34px;
  top: 50%;
  margin-top: -10px;
}
.sol_main_text {
  position: absolute;
  right: 30px;
  top: 20px;
  left: 30px;
}
.sol_main_text h3 {
  font-weight: 700;
  font-size: 35px;
  text-align: right;
  line-height: 1.4;
  margin-bottom: 8px;
}
.sol_main_text h3 span {
  background-color: #fff;
}
.sol_feature {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.sol_feature_item {
  width: 25%;
  padding: 0 5px;
}
.sol_feature_item h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
.sol_feature_icon {
  font-size: 0;
  text-align: center;
  margin-bottom: 15px;
}
.sol_point {
  margin-bottom: 75px;
}
.sol_point_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.sol_point_list li {
  width: 33.333%;
  padding: 0 0 0 84px;
  position: relative;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 40px;
}
.sol_point_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../img/icon_check_circle.svg) no-repeat 0 0 / 100% 100%;
  width: 61px;
  height: 61px;
  transform: translateY(-50%);
}
.sol_point_list li small {
  font-size: 20px;
}
.sol_point_list li span {
  display: block;
  font-size: 27px;
  font-weight: bold;
}
.sol_banner_image {
  font-size: 0;
  margin-bottom: 40px;
}
.sol_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -85px;
}
.sol_list .sol_item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 85px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sol_list .sol_item figure {
  width: 168px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.sol_list .sol_item figcaption {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sol_list .sol_item figure img {
  display: block;
  width: 100%;
}
.sol_list .sol_item .sol_list_text {
  width: calc(100% - 168px);
  padding: 0 0 0 20px;
}
.sol_list .sol_item .sol_list_text h4 {
  color: #008B3C;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: -3px;
  margin-bottom: 10px;
}
.sol_list .sol_item .sol_list_text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}
.sol_list .sol_item .sol_list_text ul {
  margin-top: 12px;
  display: flex;
  margin-left: -24px;
}
.sol_list .sol_item .sol_list_text ul li {
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}
.sol_list .sol_item .sol_list_text ul li:not(:first-child)::after {
  content: "";
  background-color: #929292;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.sol_list .sol_item .sol_list_text ul li span {
  display: block;
  line-height: 1;
  font-size: 10px;
  font-weight: 500;
  margin-top: 5px;
}
.sol_movie {
  background: url(../img/bg_movie.png) no-repeat center center / cover;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 35px;
}
.sol_movie_thumb {
  border: 1px solid #fff;
  width: 470px;
  font-size: 0;
}
.sol_movie_thumb img {
  width: 100%;
}
.sol_movie_body {
  width: calc(100% - 470px);
  padding: 0 0 0 50px;
  text-align: center;
  display: flex;
  align-items: center;
}
.sol_movie_inner {
  width: 100%;
}
.sol_movie_body h2 {
  font-size: 0;
  margin-bottom: 35px;
}
.sol_movie_button {
  display: flex;
  justify-content: center;
}
.sol_movie_button a {
  border: 1px solid #fff;
  width: 368px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-size: 26px;
  transition: background 0.3s ease;
}
.sol_movie_button a:hover {
  background-color: #111;
}
.sol_movie_button a span {
  display: inline-block;
  position: relative;
  padding: 0 0 2px 38px;
}
.sol_movie_button a span::before {
  content: "";
  background: url(../img/icon_video.svg) no-repeat 0 0 / 100% 100%;
  width: 21px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lity-container {
  padding: 3.5%;
}
.lity-close {
  position: absolute;
}
.sol_case {
  display: flex;
  flex-wrap: wrap;
}
.sol_case_item {
  padding: 0 22px;
  width: 33.3333%;
}
.sol_case_item a {
  transition: opacity 0.3s ease;
}
.sol_case_item a:hover {
  opacity: 0.7;
}
.sol_case_inner {
  display: block;
  text-decoration: none;
  height: 100%;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 4px solid #111;
}
.sol_case_item figure img {
  width: 100%;
}
.sol_case_item h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  margin-top: 14px;
}
.sol_case_item h4 small {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-top: 3px;
}
.sol_price p {
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 0 18px;
  margin-bottom: 10px;
}
.sol_block_button {
  background-color: #111;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.sol_block_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  background-color: #00A651;
  border-radius: 5px;
  width: calc(50% - 23px);
  max-width: 468px;
  height: 88px;
  position: relative;
  transition: opacity 0.3s ease;
}
.sol_block_button a:hover {
  opacity: 0.7;
}
.sol_block_button a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.sol_block_button a.icon_download::before {
  background-image: url(../img/icon_download.svg);
  width: 20px;
  height: 22px;
}
.sol_block_button a.icon_contact::before {
  background-image: url(../img/icon_mail.svg);
  width: 23px;
  height: 19px;
}
.sol_series {
  background-color: #fff;
  border: 1px solid #DCDDDD;
  border-radius: 5px;
  display: flex;
  padding: 27px 0;
}
.sol_series dt {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  width: 190px;
  border-right: 1px solid #DCDDDD;
  height: 141px;
  display: flex;
  align-items: center;
  padding: 0 5px 0 25px;
}
.sol_series dd {
  width: calc(100% - 190px);
  display: flex;
  align-items: center;
}
.sol_series dd ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 13px;
  width: 100%;
}
.sol_series dd ul li {
  width: 33.333%;
  padding: 0 27px;
}
.sol_series dd ul li a {
  transition: opacity 0.3s ease;
}
.sol_series dd ul li a:hover {
  opacity: 0.7;
}
.sol_faq {
  margin-bottom: 60px;
}
.sol_faq h4 {
  font-weight: bold;
  line-height: 1.3;
  font-size: 30px;
  margin-bottom: 10px;
}
.sol_faq_list {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #DCDDDD;
  padding: 0 25px 35px;
}
.sol_faq_item h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  border-bottom: 1px solid #B2B2B2;
  position: relative;
  padding: 0 40px 8px 35px;
  margin-top: 35px;
  position: relative;
  cursor: pointer;
}
.sol_faq_item h5::before {
  content: "Q.";
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
}
.sol_faq_item h5::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/icon_con.svg) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 5px;
  top: -3px;
}
.sol_faq_item h5.opened::after {
  background-image: url(../img/icon_tru.svg);
}
.sol_faq_body {
  background-color: #111;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  padding: 0 20px 0 20px;
  display: none;
}
.sol_faq_inner {
  position: relative;
  padding: 15px 0 20px 45px;
}
.sol_faq_inner p {
  margin-bottom: 0;
}
.sol_faq_inner::before {
  content: "A.";
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
  top: 15px;
}
.table_price {
  display: flex;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #DCDDDD;
  margin-bottom: 60px;
}
.table_name {
  height: 112px;
  border-bottom: 1px solid #DCDDDD;
  padding: 14px 12px 0;
}
.table_col {
  width: 28.7%;
}
.table_col.table_head {
  width: 13.9%;
}
.table_price ul li:nth-child(odd) {
  background-color: #F7F7F7;
}
.sol_dot {
  display: block;
  background-color: #111;
  width: 11px;
  height: 11px;
  border-radius: 100%;
}
.sol_recangle {
  display: block;
  background-color: #111;
  width: 22px;
  height: 5px;
}
.table_col li {
  line-height: 1.1;
  height: 50px;
  border-left: 1px solid #DCDDDD;
  border-bottom: 1px solid #DCDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_head li {
  font-size: 18px;
  font-weight: 600;
  padding: 0 10px 0 20px;
  border-left: none;
}
.table_col li:last-child {
  border-bottom: none;
}
.table_name span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Barlow", sans-serif!important;
  background-color: #111;
  height: 64px;
  position: relative;
  padding-bottom: 3px;
}
.table_name span::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid #111;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
.table_name.premium span {
  background-color: #6137C3;
}
.table_name.advance span {
  background-color: #05AAC1;
}
.table_name.light span {
  background-color: #05A451;
}
.table_name.premium span::after {
  border-top-color: #6137C3;
}
.table_name.advance span::after {
  border-top-color: #05AAC1;
}
.table_name.light span::after {
  border-top-color: #05A451;
}
@media (max-width: 767px) {
  .sol_main_text {
    right: 5px;
    top: 10px;
    left: 5px;
  }
  .sol_main_text h3 {
    font-size: 3.6vw;
  }
  .sol_main_button a {
    height: 69px;
    font-size: 17px;
    padding-left: 45px;
    padding-right: 45px;
  }
  .sol_main_button a::before {
    left: 20px;
  }
  .solution_detail .anchor_list li {
    width: 50%;
    flex: none;
    margin-bottom: 2px;
  }
  .sol_feature_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .sol_feature_item:last-child {
    margin-bottom: 0;
  }
  .sol_feature_icon {
    margin-bottom: 5px;
  }
  .sol_point_list {
    margin-bottom: 0;
  }
  .sol_point_list li {
    width: 100%;
    margin-bottom: 25px;
    padding-top: 2px;
  }
  .sol_point_list li:last-child {
    margin-bottom: 0;
  }
  .sol_list {
    margin-bottom: 0;
  }
  .sol_list .sol_item {
    width: 100%;
    margin-bottom: 44px;
  }
  .sol_list .sol_item:last-child {
    margin-bottom: 0;
  }
  .sol_list .sol_item .sol_list_text {
    padding-left: 10px;
  }
  .sol_list .sol_item .sol_list_text h4 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .sol_list .sol_item .sol_list_text ul {
    margin-left: 0;
  }
  .sol_list .sol_item .sol_list_text ul li {
    padding: 0 10px 0 10px;
    margin-right: 5px;
  }
  .sol_list .sol_item .sol_list_text ul li span {
    font-size: 6px;
  }
  .sol_movie {
    padding: 22px;
  }
  .sol_movie_thumb {
    margin-bottom: 28px;
  }
  .sol_movie_body {
    width: 100%;
    padding: 0;
  }
  .sol_movie_body h2 {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .sol_case_item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .sol_case_item:last-child {
    margin-bottom: 0;
  }
  .sol_block_button {
    flex-wrap: wrap;
    padding: 25px 18px;
  }
  .sol_block_button a {
    width: 100%;
    margin-bottom: 20px;
    height: 62px;
    font-size: 18px;
    padding-left: 45px;
    padding-right: 45px;
  }
  .sol_block_button a:last-child {
    margin-bottom: 0;
  }
  .sol_block_button a::before {
    left: 20px;
  }
  .sol_series {
    flex-wrap: wrap;
    padding: 15px 15px 35px;
  }
  .sol_series dt {
    width: 100%;
    border: none;
    border-bottom: 1px solid #DCDDDD;
    padding: 2px 0 10px;
    text-align: center;
    height: inherit;
    display: block;
  }
  .sol_series dd {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .sol_series dd ul {
    padding: 0;
  }
  .sol_series dd ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 45px;
    text-align: center;
  }
  .sol_series dd ul li:last-child {
    margin-bottom: 0;
  }
  .sol_faq h4 {
    font-size: 26px;
  }
  .table_price {
    flex-wrap: wrap;
  }
  .table_col {
    width: 100%;
  }
  .table_col li {
    border-left: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sol_case_item h4 {
    font-size: 16px;
  }
  .sol_case_item h4 small {
    font-size: 13px
  }
}
@media (min-width: 768px) and (max-width: 1010px) {
  .sol_block_button {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sol_block_button a {
    width: calc(50% - 10px);
    font-size: 18px;
    padding-left: 40px;
  }
  .sol_block_button a::before {
    left: 20px;
  }
  .sol_movie_thumb {
    width: 60%;
  }
  .sol_movie_body {
    width: 40%;
  }
  .sol_point_list li {
    width: 50%;
  }
  .sol_main_text h3 {
    font-size: 3.3vw;
  }
}

/* More */
.head5 {
  color: #00B1FF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding: 14px 0 18px;
}
.head5::before {
  content: "";
  height: 1px;
  width: 100%;
  max-width: 215px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #707070;
}
.head5.no_line {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.head5.no_line::before {
  display: none;
}
.table_content {
  margin-bottom: 60px;
}
.table_contentBox {
  background-color: #F1F0F4;
  padding: 22px 27px 30px;
}
.table_title {
  border-bottom: 1px solid rgba(112, 112, 112, 0.24);
  line-height: 1.2;
  position: relative;
  padding: 0 0 3px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.table_title span {
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 3px;
}
.table_contentBox a {
  color: #002986;
  text-decoration: none;
}
.table_contentBox a:hover {
  text-decoration: underline;
}
.table_contentBox ol {
  line-height: 1.3;
  counter-reset: section;
  list-style-type: none;
}
.table_contentBox ol > li {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 25px;
}
.table_contentBox ol > li:not(:last-child) {
  margin-bottom: 19px;
}
.table_contentBox ol > li::before {
  counter-increment: section;
  content: counters(section,".") " ";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  color: #002986;
}
.table_contentBox ol > li ul {
  padding-top: 12px;
}
.table_contentBox ol > li ul li {
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0 18px;
  position: relative;
}
.table_contentBox ol > li ul li:not(:last-child) {
  margin-bottom: 12px;
}
.table_contentBox ol > li ul li::before {
  content: "・";
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  position: absolute;
  left: 0;
  top: 0;
}
.padd_12 {
  padding-left: 12px;
  padding-right: 12px;
}
.sol_panel {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.sol_panemThumb {
  width: 50%;
  padding: 0 15px;
}
.sol_panemThumb img {
  width: 100%;
}
.sol_panemBody {
  width: 50%;
  padding: 0 15px;
}
.sol_panemThumb iframe {
  width: 100%;
  height: 286px;
  background-color: #111;
}
.sol_media {
  display: flex;
  justify-content: center;
}
.sol_media iframe {
  width: 100%;
  max-width: 775px;
  height: 435px;
}
.sol_related {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sol_relatedItem {
  margin-bottom: 20px;
  width: 100%;
  max-width: 775px;
}
.sol_related.column_2 {
  justify-content: space-between;
}
.sol_related.column_2 .sol_relatedItem {
  width: calc(50% - 10px);
}
.sol_relatedItem a {
  display: block;
  text-decoration: none;
  color: #111;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  border-radius: 2px;
  padding: 22px;
}
.sol_relatedIn {
  display: flex;
}
.sol_relatedThumb {
  width: 102px;
}
.sol_relatedBody {
  width: calc(100% - 102px);
  padding-right: 30px;
}
.sol_relatedCat {
  color: #002986;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 11px;
}
.sol_relatedId {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
}
.sol_relatedItem h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 3px;
}
.sol_relatedItem p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.sol_relatedDate {
  font-size: 12px;
  font-weight: 400;
  color: #8B8B8B;
  line-height: 1.2;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .sol_panel {
    display: block;
    margin: 0;
  }
  .sol_panemBody,
  .sol_panemThumb {
    width: 100%;
    padding: 0;
  }
  .sol_panemThumb {
    margin-bottom: 20px;
  }
  .sol_media iframe,
  .sol_panemThumb iframe {
    height: 50.1333vw;
  }
  .sol_related.column_2 {
    justify-content: inherit;
  }
  .sol_related.column_2 .sol_relatedItem {
    width: 100%;
  }
  .sol_relatedBody {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .column_gap2 {
    column-gap: 30px;
    column-count: 2;
    text-align: justify;
  }
}
/* hidden element crumps & gallery */
/*#gallery,
#pankuzu{
    display: none;
}*/
.module-ga-cookie-accept-bar .module-ga-cookie-accept-btn_list>li button{
  display: flex;
  align-items: center;
  justify-content: center;
}