@charset "UTF-8";
@-webkit-keyframes menu_top {
  0% {
    -webkit-transform: rotate(45deg);
    top: 10px;
    transform: rotate(45deg);
    width: 28px;
  }
  45% {
    -webkit-transform: rotate(0);
    top: 10px;
    transform: rotate(0);
    width: 100%;
  }
  55% {
    top: 10px;
  }
  100% {
    background-color: #333;
    top: 5px;
  }
}
@keyframes menu_top {
  0% {
    -webkit-transform: rotate(45deg);
    top: 10px;
    transform: rotate(45deg);
    width: 28px;
  }
  45% {
    -webkit-transform: rotate(0);
    top: 10px;
    transform: rotate(0);
    width: 100%;
  }
  55% {
    top: 10px;
  }
  100% {
    background-color: #333;
    top: 5px;
  }
}
@-webkit-keyframes menu_top_close {
  0% {
    background-color: #333;
    top: 5px;
  }
  45% {
    top: 10px;
  }
  55% {
    -webkit-transform: rotate(0);
    top: 10px;
    transform: rotate(0);
    width: 100%;
  }
  100% {
    -webkit-transform: rotate(45deg);
    top: 10px;
    transform: rotate(45deg);
    width: 28px;
  }
}
@keyframes menu_top_close {
  0% {
    background-color: #333;
    top: 5px;
  }
  45% {
    top: 10px;
  }
  55% {
    -webkit-transform: rotate(0);
    top: 10px;
    transform: rotate(0);
    width: 100%;
  }
  100% {
    -webkit-transform: rotate(45deg);
    top: 10px;
    transform: rotate(45deg);
    width: 28px;
  }
}
@-webkit-keyframes menu_bottom {
  0% {
    -webkit-transform: rotate(-45deg);
    top: 10px;
    transform: rotate(-45deg);
    width: 28px;
  }
  45% {
    -webkit-transform: rotate(0);
    top: 10px;
    transform: rotate(0);
    width: 26px;
  }
  55% {
    top: 10px;
  }
  100% {
    background-color: #333;
    top: 16px;
  }
}
@keyframes menu_bottom {
  0% {
    -webkit-transform: rotate(-45deg);
    top: 10px;
    transform: rotate(-45deg);
    width: 28px;
  }
  45% {
    -webkit-transform: rotate(0);
    top: 10px;
    transform: rotate(0);
    width: 26px;
  }
  55% {
    top: 10px;
  }
  100% {
    background-color: #333;
    top: 16px;
  }
}
@-webkit-keyframes menu_bottom_close {
  0% {
    background-color: #333;
    top: 16px;
  }
  45% {
    top: 10px;
  }
  55% {
    -webkit-transform: rotate(0);
    top: 10px;
    transform: rotate(0);
    width: 26px;
  }
  100% {
    -webkit-transform: rotate(-45deg);
    top: 10px;
    transform: rotate(-45deg);
    width: 28px;
  }
}
@keyframes menu_bottom_close {
  0% {
    background-color: #333;
    top: 16px;
  }
  45% {
    top: 10px;
  }
  55% {
    -webkit-transform: rotate(0);
    top: 10px;
    transform: rotate(0);
    width: 26px;
  }
  100% {
    -webkit-transform: rotate(-45deg);
    top: 10px;
    transform: rotate(-45deg);
    width: 28px;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  font-family: Inter,YuGothic,'Yu Gothic',sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 2;
}
ol,ul {
  list-style: none;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
a {
  -webkit-transition: .3s;
  color: inherit;
  text-decoration: none;
  transition: .3s;
}
a:hover {
  opacity: .7;
}
table {
  border-collapse: collapse;
}
.inner {
  margin: 0 auto;
  width: 1140px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-shadow: 0 5px 5px rgba(0,60,170,.1);
  -webkit-transition: .3s;
  align-items: center;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0,60,170,.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  justify-content: space-between;
  left: 0;
  padding: 0 30px;
  position: fixed;
  top: 0;
  transition: .3s;
  width: 100%;
  z-index: 10;
}
header h1 a img {
  width: 45px;
}
header .right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .right .nav_area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .right .nav_area nav ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .right .nav_area nav ul li:not(:last-child) {
  margin-right: 40px;
}
header .right .nav_area nav ul li a {
  display: block;
  font-weight: 700;
  line-height: 20px;
}
header .right .nav_area nav ul li.contact a {
  background: #fff;
  border: 2px solid #333;
  line-height: 46px;
  text-align: center;
  width: 180px;
}
header .right .nav_area nav ul li.contact a:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}
header .right .nav_area nav.gnav {
  border-right: 1px solid #333;
  margin-right: 45px;
  padding-right: 45px;
}
header #pagetop {
  margin-left: 20px;
}
header #pagetop a:hover {
  opacity: .5;
}
header.-hide{
  opacity: 0;
  pointer-events: none;
}
.btn a {
  border: 2px solid #333;
  display: block;
  font-weight: 700;
  line-height: 46px;
  position: relative;
  position: relative;
  width: 180px;
}
.btn a::before {
  -webkit-transform: scaleX(0);
  -webkit-transition: .3s;
  -webkit-transform-origin: left top;
  background: #333;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left top;
  transition: .3s;
  width: 100%;
}
.btn a span {
  padding-left: 20px;
  display: block;
  color: transparent;
  /*transition: color 0s linear 0.5s;*/
}
.btn a span.-active {
  color: #333;
}
.btn a::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/arw_r.png) no-repeat center/contain;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
.btn a:hover {
  color: #fff;
  opacity: 1;
}
.btn a:hover span {
  color: #fff;
}
.btn a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn a:hover::after {
  background-image: url(../img/arw_r_white.png);
}
.btn.w a {
  border-color: #fff;
  color: #fff;
}
.btn.w a::before {
  background: #fff;
}
.btn.w a span.-active {
  color: #fff;
}
.btn.w a::after {
  background-image: url(../img/arw_r_white.png);
}
.btn.w a:hover {
  background: #fff;
  color: #003caa;
}
.btn.w a:hover::after {
  background-image: url(../img/arw_r_b.png);
}
.sectionttl {
  font-family: Inter,sans-serif;
  font-size: 75px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.sectionttl span {
  -webkit-transition: color 0s linear .5s;
  color: transparent;
  transition: color 0s linear .5s;
}
.sectionttl span.-active {
  color: #333;
}
.sectionttl+.subttl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
  margin-top: 20px;
}
.sectionttl+.subttl span {
  -webkit-transition: color 0s linear .8s;
  color: transparent;
  transition: color 0s linear .8s;
}
.sectionttl+.subttl span.-active {
  color: #333;
}
.blockttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}
.blockttl span {
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
}
.blockttl span.red-font {
  text-shadow: 0px 0px 1px red;
  color: red;
}
#mv {
  height: 240px;
  margin-bottom: 45px;
  margin-top: 100px;
  padding-top: 45px;
  position: relative;
}
#mv .bg {
  -webkit-transition: opacity 0s linear .5s;
  background: no-repeat center/cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0s linear .5s;
  width: 100%;
}
#mv .bg::before {
  background: #fff;
}
#mv .bg.-active {
  opacity: 1;
}
#mv .ttl_area {
  height: 240px;
  position: relative;
}
#mv .ttl_area::before {
  -webkit-transform: skewX(25deg) translateX(-120px);
  background: -webkit-linear-gradient(45deg,#003caa,#0082cc);
  background: linear-gradient(45deg,#003caa,#0082cc);
  content: '';
  display: block;
  height: 240px;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  transform: skewX(25deg) translateX(-120px);
  width: calc(780px + ((100% - 1140px)/ 2));
  z-index: 1;
}
#mv .ttl_area .ttl_inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: calc((100% - 1140px)/ 2);
  position: relative;
  z-index: 2;
}
#mv .ttl_area .ttl_inner h2 {
  font-size: 75px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
#mv .ttl_area .ttl_inner h2 span {
  -webkit-transition: color 0s linear .5s;
  color: transparent;
  transition: color 0s linear .5s;
}
#mv .ttl_area .ttl_inner h2 span::before {
  background: #fff;
}
#mv .ttl_area .ttl_inner h2 span.-active {
  color: #fff;
}
#mv .ttl_area .ttl_inner .subttl {
  font-size: 18px;
  margin-top: 5px;
}
#mv .ttl_area .ttl_inner .subttl span {
  display: inline-block;
  -webkit-transition: color 0s linear .8s;
  color: transparent;
  transition: color 0s linear .8s;
}
#mv .ttl_area .ttl_inner .subttl span::before {
  background: #fff;
}
#mv .ttl_area .ttl_inner .subttl span.-active {
  color: #fff;
}
#mv.min {
  height: 120px;
  padding-top: 0;
}
#mv.min .bg {
  background-color: #f5f5f5;
}
#mv.min .ttl_area {
  height: 150px;
}
#mv.min .ttl_area::before {
  height: 150px;
}
#mv.min .ttl_area .ttl_inner h2 {
  font-size: 60px;
}
.breadcrumb {
  padding: 30px 0 90px;
}
.breadcrumb ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.breadcrumb ul li {
  color: #a5a5a5;
  font-family: Inter,YuGothic,'Yu Gothic',sans-serif;
  font-size: 13px;
  position: relative;
}
.breadcrumb ul li a {
  color: #333;
}
.breadcrumb ul li a:hover {
  color: #003caa;
  opacity: 1;
}
.breadcrumb ul li:not(:last-child) {
  margin-right: 50px;
}
.breadcrumb ul li:not(:last-child)::after {
  background: #a5a5a5;
  content: '';
  display: block;
  height: 1px;
  left: calc(100% + 10px);
  position: absolute;
  top: 50%;
  width: 30px;
}
.breadcrumb ul li:last-child {
  max-width: 30em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer {
  color: #fff;
  margin-top: 180px;
}
footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .row .left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
  width: 25%;
}
footer .row .left h2 {
  margin-bottom: 45px;
}
footer .row .left h2 img {
  width: 240px;
}
footer .row .left nav {
  width: 240px;
}
footer .row .left nav ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 3.5;
}
footer .row .left nav ul li a::after {
  background: url(../img/ic_link.svg) no-repeat center/contain;
  content: '';
  display: block;
  height: 10px;
  margin-left: 5px;
  width: 12px;
}
footer .row .left nav ul li a:hover {
  opacity: .5;
}
footer .row .right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
  width: 75%;
}
footer .row .right h2 {
  font-family: Inter,sans-serif;
  font-size: 24px;
  margin-bottom: 60px;
  width: 885px;
}
footer .row .right .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .row .right .gnav ul:not(:last-child) {
  margin-right: 80px;
}
footer .row .right .gnav ul li a {
  line-height: 3;
}
footer .row .right .gnav ul li a:hover {
  opacity: .5;
}
footer .row .right .subnav {
  margin-left: 140px;
}
footer .row .right .subnav ul li a {
  display: block;
  line-height: 56px;
  position: relative;
  width: 240px;
}
footer .row .right .subnav ul li a::after {
  -webkit-transform: translateY(-50%);
  background: no-repeat center/contain;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
footer .row .right .subnav ul li.contact {
  margin-bottom: 15px;
}
footer .row .right .subnav ul li.contact a {
  background: #fff;
  border: 2px solid #fff;
  color: #333;
}
footer .row .right .subnav ul li.contact a span {
  padding-left: 20px;
}
footer .row .right .subnav ul li.contact a::after {
  background-image: url(../img/arw_r.png);
}
footer .row .right .subnav ul li.contact a:hover::after {
  background-image: url(../img/arw_r_white.png);
}
footer .row .right .subnav ul li.resource a {
  border: 2px solid #fff;
}
footer .row .right .subnav ul li.resource a::before {
  background-color: #fff;
}
footer .row .right .subnav ul li.resource a span {
  color: #fff;
}
footer .row .right .subnav ul li.resource a span::before {
  background: #fff;
}
footer .row .right .subnav ul li.resource a::after {
  background-image: url(../img/arw_r_white.png);
}
footer .row .right .subnav ul li.resource a:hover span {
  color: #333;
}
footer .row .right .subnav ul li.resource a:hover::after {
  background-image: url(../img/arw_r.png);
}
footer .row .right .copy {
  color: #888;
  font-size: 11px;
  margin-top: 60px;
  text-align: right;
  width: 885px;
}
._anime.-fade {
  opacity: 0;
}
._anime.-wipe>* {
  opacity: 0;
}
.-initialize ._anime.-delay1 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.-initialize ._anime.-delay1::before,.-initialize ._anime.-delay1>* {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.-initialize ._anime.-delay2 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.-initialize ._anime.-delay2::before,.-initialize ._anime.-delay2>* {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.-initialize ._anime.-delay3 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.-initialize ._anime.-delay3::before,.-initialize ._anime.-delay3>* {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.-initialize ._anime.-delay4 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.-initialize ._anime.-delay4::before,.-initialize ._anime.-delay4>* {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.-initialize ._anime.-delay5 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.-initialize ._anime.-delay5::before,.-initialize ._anime.-delay5>* {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.-initialize ._anime.-delay6 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.-initialize ._anime.-delay6::before,.-initialize ._anime.-delay6>* {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.-initialize ._anime.-fade.-active {
  -webkit-animation-name: fade;
  -webkit-animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(.27,0,.29,1);
  -webkit-animation-fill-mode: both;
  animation-duration: .8s;
  animation-fill-mode: both;
  animation-name: fade;
  animation-timing-function: cubic-bezier(.27,0,.29,1);
}
.-initialize ._anime.-wipe {
  overflow: hidden;
  position: relative;
}
.-initialize ._anime.-wipe::before {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.-initialize ._anime.-wipe.-white::before {
  background: #fff;
}
.-initialize ._anime.-wipe.-active>* {
  -webkit-animation-name: wipeImg;
  -webkit-animation-duration: .9s;
  -webkit-animation-timing-function: cubic-bezier(.785,.135,.15,.86);
  -webkit-animation-fill-mode: both;
  animation-duration: .9s;
  animation-fill-mode: both;
  animation-name: wipeImg;
  animation-timing-function: cubic-bezier(.785,.135,.15,.86);
}
.-initialize ._anime.-wipe.-active::before {
  -webkit-animation-name: wipeBar;
  -webkit-animation-duration: .9s;
  -webkit-animation-timing-function: cubic-bezier(.785,.135,.15,.86);
  -webkit-animation-fill-mode: both;
  animation-duration: .9s;
  animation-fill-mode: both;
  animation-name: wipeBar;
  animation-timing-function: cubic-bezier(.785,.135,.15,.86);
}
@-webkit-keyframes fade {
  0% {
    -webkit-transform: translateY(40px);
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    -webkit-transform: translateY(40px);
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes wipeBar {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
@keyframes wipeBar {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
@-webkit-keyframes wipeImg {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.2);
    opacity: 0;
    transform: scale(1.2);
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes wipeImg {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.2);
    opacity: 0;
    transform: scale(1.2);
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
#top header {
  -webkit-box-shadow: none;
  background: 0 0;
  box-shadow: none;
}
#top header.fixed {
  -webkit-box-shadow: 0 5px 5px rgba(0,60,170,.1);
  background: #fff;
  box-shadow: 0 5px 5px rgba(0,60,170,.1);
}
#top #mv {
  height: calc(100vh - 74px);
  padding: 100px 0 67px;
}
#top #mv .bg {
  -webkit-transform: translateX(-50%);
  background: url(../img/top/bg_mv.jpg) no-repeat center/cover;
  height: calc(100vh - 114px);
  left: 0;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
#top #mv .bg img {
  -webkit-filter: drop-shadow(0 0 60px rgba(0, 130, 204, .2));
  -o-object-fit: contain;
  filter: drop-shadow(0 0 60px rgba(0, 130, 204, .2));
  height: 100%;
  object-fit: contain;
}
#top #mv .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
#top #mv .inner .txt_area .main {
  /*margin-bottom: 5vh;*/
  margin-bottom: 50px;
}
#top #mv .inner .txt_area .main img {
  /*height: 26vh;*/
  max-width: 480px;
}
#top #mv .inner .txt_area .sub img {
  height: 32vh;
  max-width: 540px;
}
#top .mv_topics {
  -webkit-box-shadow: 0 5px 5px rgba(0,60,170,.1);
  box-shadow: 0 5px 5px rgba(0,60,170,.1);
  height: 74px;
}
#top .mv_topics .inner {
  height: 100%;
}
#top .mv_topics .inner a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  height: 100%;
  padding-right: 60px;
  position: relative;
}
#top .mv_topics .inner a .date {
  color: #003caa;
  font-family: Inter,sans-serif;
  width: 100px;
}
#top .mv_topics .inner a .ttl {
  width: calc(100% - 100px);
}
#top .mv_topics .inner a::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/arw_r.png) no-repeat center/contain;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
#top #client {
  overflow: hidden;
  padding: 60px 0 120px;
  position: relative;
}
#top #client::before {
  -webkit-transform: translateX(-50%);
  background: url(../img/top/bg_clients.svg) no-repeat center/contain;
  content: '';
  display: block;
  height: 150px;
  left: 50%;
  opacity: .1;
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
  width: 1194px;
  z-index: -1;
}
#top #client .clients {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top #client .clients .slide {
  margin: 0 30px;
}
#top #client .clients:not(:last-child) {
  margin-bottom: 30px;
}
#top #client .btn {
  margin-top: 60px;
}
#top #client .btn a {
  margin: 0 auto;
}
#top #whatis {
  background: -webkit-linear-gradient(bottom,transparent 150px,#f5f5f5 150px);
  background: linear-gradient(to top,transparent 150px,#f5f5f5 150px);
  padding: 120px 0 0;
}
#top #whatis .inner .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top #whatis .inner .row .txt_area {
  width: 430px;
}
#top #whatis .inner .row .txt_area .sectionttl {
  font-family: Inter,sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
#top #whatis .inner .row .txt_area .sectionttl span::before {
  bottom: 0;
  height: 105px;
  top: auto;
}
#top #whatis .inner .row .txt_area .sectionttl strong {
  font-size: 105px;
}
#top #whatis .inner .row .txt_area .sectionttl+.subttl {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 50px;
  margin-top: 20px;
}
#top #whatis .inner .row .txt_area .main {
  font-family: 'Yu Mincho Light',YuMincho,'Yu Mincho','游明朝体',sans-serif;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 75px;
  position: relative;
}
#top #whatis .inner .row .txt_area .main::after {
  background: #333;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(100% + 30px);
  width: 30px;
}
#top #whatis .inner .row .txt_area .sub {
  font-weight: 400;
}
#top #whatis .inner .row .txt_area .sub strong {
  font-weight: 700;
}
#top #whatis .inner .row .movie {
  margin-left: 60px;
  width: calc(100% - 490px);
}
#top #whatis .block {
  -webkit-box-shadow: 0 5px 5px rgba(0,60,170,.1);
  background: #fff;
  box-shadow: 0 5px 5px rgba(0,60,170,.1);
  margin-top: 90px;
  padding: 60px 80px 75px;
}
#top #whatis .block .evaluations {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#top #whatis .block .evaluations li img {
  height: 70px;
}
#top #chlonicle {
  padding: 180px 0 0;
}
#top #chlonicle h2 {
  text-align: center;
}
#top #chlonicle h2+.subttl {
  text-align: center;
}
#top #chlonicle .lists {
  position: relative;
}
#top #chlonicle .lists .chlonicle_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#top #chlonicle .lists .chlonicle_list li {
  cursor: pointer;
  position: relative;
  width: calc((100% - 3px)/ 4);
  z-index: 1;
}
#top #chlonicle .lists .chlonicle_list li .img_area {
  position: relative;
}
#top #chlonicle .lists .chlonicle_list li .img_area .num {
  bottom: 20px;
  color: #fff;
  font-family: Inter,sans-serif;
  font-size: 48px;
  left: 20px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  z-index: 2;
}
#top #chlonicle .lists .chlonicle_list li .img_area .label {
  border: 1px solid #fff;
  bottom: 30px;
  color: #fff;
  font-weight: 400;
  left: 90px;
  line-height: 1;
  padding: 4px 10px;
  position: absolute;
  z-index: 2;
}
#top #chlonicle .lists .chlonicle_list li .img_area::after {
  background: -webkit-gradient(linear,left bottom,left top,from(#0082cc),to(transparent));
  background: -webkit-linear-gradient(bottom,#0082cc,transparent);
  background: linear-gradient(to top,#0082cc,transparent);
  bottom: 0;
  content: '';
  display: block;
  height: 12.5vw;
  left: 0;
  opacity: .5;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#top #chlonicle .lists .chlonicle_list li .txt_area {
  background: #0082cc;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  padding: 20px;
}
#top #chlonicle .lists .hover_blocks {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#top #chlonicle .lists .hover_blocks .block {
  -webkit-transition: .3s;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .3s;
  width: 100%;
}
#top #chlonicle .lists .hover_blocks .block.show {
  opacity: 1;
}
#top #chlonicle .lists .hover_blocks .block::after {
  background: rgba(0,0,0,.3);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
#top #chlonicle .lists .hover_blocks .block .bg {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
#top #chlonicle .lists .hover_blocks .block .inner {
  height: 100%;
  position: relative;
  z-index: 4;
}
#top #chlonicle .lists .hover_blocks .block .inner .txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 510px;
}
#top #chlonicle .lists .hover_blocks .block .inner .txt .ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
#top #chlonicle .lists .hover_blocks .block .inner .txt .ttl .num {
  font-family: Inter,sans-serif;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 7px;
  z-index: 2;
}
#top #chlonicle .lists .hover_blocks .block .inner .txt .ttl .label {
  border: 1px solid #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 4px 10px;
  z-index: 2;
}
#top #chlonicle .lists .hover_blocks .block .inner .txt .main {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 40px;
}
#top #chlonicle .lists .hover_blocks .block .inner .txt .sub {
  line-height: 25px;
  text-align: justify;
}
#top #reasons {
  padding: 180px 0 0;
}
#top #reasons .reason_sec {
  padding: 120px 0;
}
#top #reasons .reason_sec .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#top #reasons .reason_sec .row .txt_area {
  position: relative;
  width: 510px;
}
#top #reasons .reason_sec .row .txt_area::before {
  content: '';
  display: block;
  height: 180px;
  opacity: .1;
  position: absolute;
  right: 0;
  top: -75px;
}
#top #reasons .reason_sec .row .txt_area .sub {
  font-family: 'Yu Mincho Light',YuMincho,'Yu Mincho','游明朝体',sans-serif;
  font-size: 18px;
  font-weight: 500;
}
#top #reasons .reason_sec .row .txt_area .main {
  font-family: 'Yu Mincho Light',YuMincho,'Yu Mincho','游明朝体',sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 75px;
  position: relative;
}
#top #reasons .reason_sec .row .txt_area .main::after {
  background: #333;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(100% + 30px);
  width: 30px;
}
#top #reasons .reason_sec .row .txt_area .ttl {
  color: #003caa;
  font-size: 18px;
  margin-bottom: 30px;
}
#top #reasons .reason_sec .row .txt_area .desc {
  font-weight: 400;
}
#top #reasons .reason_sec .row .txt_area .btn {
  margin-top: 60px;
}
#top #reasons .reason_sec .row .txt_area .btn a {
  line-height: 56px;
  width: 300px;
}
#top #reasons .reason_sec .row .img_area {
  width: 570px;
}
#top #reasons .reason_sec:nth-child(2n) {
  background: #f5f5f5;
}
#top #reasons .reason_sec:nth-child(2n) .row .img_area {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#top #reasons .reason_sec:nth-child(2n) .row .txt_area {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#top #reasons .reason_sec.sec1 {
  padding-top: 0;
}
#top #reasons .reason_sec.sec1 .inner .row .txt_area::before {
  background: url(../img/top/01.svg) no-repeat center/contain;
  width: 188px;
}
#top #reasons .reason_sec.sec2 .inner .row .txt_area::before {
  background: url(../img/top/02.svg) no-repeat center/contain;
  width: 236px;
}
#top #reasons .reason_sec.sec3 {
  overflow: hidden;
}
#top #reasons .reason_sec.sec3 .inner {
  margin: 0 0 0 auto;
  width: calc(100% - ((100% - 1140px)/ 2));
}
#top #reasons .reason_sec.sec3 .inner .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#top #reasons .reason_sec.sec3 .inner .row .txt_area::before {
  background: url(../img/top/03.svg) no-repeat center/contain;
  width: 244px;
}
#top #reasons .reason_sec.sec3 .inner .row .img_area {
  margin-left: 60px;
  margin-right: -120px;
  width: 58.3vw;
}
#top #reasons .reason_sec.sec4 {
  padding-bottom: 0;
}
#top #reasons .reason_sec.sec4 .inner .row .txt_area::before {
  background: url(../img/top/04.svg) no-repeat center/contain;
  width: 240px;
}
#top #reasons .reason_sec.sec_last {
  background: #f5f5f5;
  padding-bottom: 180px;
  position: relative;
}
#top #reasons .reason_sec.sec_last::after {
  background: url(../img/top/bg_reason.jpg) no-repeat bottom center/cover;
  bottom: 0;
  content: '';
  display: block;
  height: 360px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#top #reasons .reason_sec.sec_last .inner {
  -webkit-box-shadow: 0 5px 5px rgba(0,60,170,.1);
  background: #fff;
  box-shadow: 0 5px 5px rgba(0,60,170,.1);
  padding: 120px 60px 60px;
  position: relative;
  z-index: 2;
}
#top #reasons .reason_sec.sec_last .inner .main_area .sub {
  font-family: 'Yu Mincho Light',YuMincho,'Yu Mincho','游明朝体',sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
#top #reasons .reason_sec.sec_last .inner .main_area .main {
  font-family: 'Yu Mincho Light',YuMincho,'Yu Mincho','游明朝体',sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 75px;
  text-align: center;
}
#top #reasons .reason_sec.sec_last .inner .main_area .img_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
#top #reasons .reason_sec.sec_last .inner .main_area .img_list li {
  position: relative;
  text-align: center;
  width: 297px;
}
#top #reasons .reason_sec.sec_last .inner .main_area .img_list li .img {
  margin-bottom: 30px;
}
#top #reasons .reason_sec.sec_last .inner .main_area .img_list li .img img {
  width: 180px;
}
#top #reasons .reason_sec.sec_last .inner .main_area .img_list li .ttl {
  color: #003caa;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#top #reasons .reason_sec.sec_last .inner .main_area .img_list li .desc {
  font-weight: 400;
  line-height: 25px;
}
#top #reasons .reason_sec.sec_last .inner .main_area .img_list li:not(:last-child)::after {
  background: url(../img/arw_r_w.png) no-repeat center/contain;
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  right: -15px;
  top: 75px;
  width: 30px;
}
#top #reasons .reason_sec.sec_last .inner .main_area .notice {
  font-size: 11px;
  font-weight: 400;
  margin-top: 30px;
  text-align: right;
}
#top #reasons .reason_sec.sec_last .inner .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}
#top #reasons .reason_sec.sec_last .inner .row .img_area {
  margin-left: -90px;
  width: 600px;
}
#top #reasons .reason_sec.sec_last .inner .row .txt_area {
  margin-left: 60px;
}
#top #reasons .reason_sec.sec_last .inner .row .txt_area .desc {
  font-weight: 400;
}
#top #cases {
  padding: 180px 0;
}
#top #cases .inner h2 {
  text-align: center;
}
#top #cases .inner h2+.sub {
  margin-bottom: 60px;
  text-align: center;
}
#top #cases .inner .case_list ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#top #cases .inner .case_list ul li {
  width: 360px;
}
#top #cases .inner .case_list ul li a {
  -webkit-box-shadow: 0 5px 5px rgba(0,60,170,.1);
  background: #fff;
  box-shadow: 0 5px 5px rgba(0,60,170,.1);
  display: block;
}
#top #cases .inner .case_list ul li a .img {
  overflow: hidden;
}
#top #cases .inner .case_list ul li a .img img {
  -o-object-fit: cover;
  -webkit-transition: .3s;
  height: 225px;
  object-fit: cover;
  transition: .3s;
  width: 100%;
}
#top #cases .inner .case_list ul li a .txt {
  padding: 30px;
}
#top #cases .inner .case_list ul li a .txt .ttl {
  -webkit-transition: .3s;
  height: 76px;
  margin-bottom: 30px;
  transition: .3s;
}
#top #cases .inner .case_list ul li a .txt .company {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  height: 52px;
  padding-left: 25px;
  position: relative;
}
#top #cases .inner .case_list ul li a .txt .company::before {
  background: #888;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 15px;
}
#top #cases .inner .case_list ul li a:hover {
  -webkit-transform: translateY(-20px);
  opacity: 1;
  transform: translateY(-20px);
}
#top #cases .inner .case_list ul li a:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#top #cases .inner .case_list ul li a:hover .txt .ttl {
  color: #003caa;
}
#top #cases .inner .case_list .btn {
  margin-top: 60px;
}
#top #cases .inner .case_list .btn a {
  line-height: 56px;
  margin: 0 auto;
  width: 300px;
}
#top #seminar .ttl_area {
  background: url(../img/top/bg_seminar.jpg) no-repeat center/cover;
  color: #fff;
  height: 240px;
}
#top #seminar .ttl_area .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
#top #seminar .ttl_area .row .ttl {
  padding-left: calc((100% - 1140px)/ 2);
}
#top #seminar .ttl_area .row .ttl .sectionttl span.-active {
  color: #fff;
}
#top #seminar .ttl_area .row .ttl .sectionttl+.subttl {
  color: #fff;
  margin: 0;
}
#top #seminar .ttl_area .row .ttl .sectionttl+.subttl span.-active {
  color: #fff;
}
#top #seminar .ttl_area .row .txt_area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-end;
  background: url(../img/top/mask_seminar.svg) no-repeat center right/840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-right: calc((100% - 1140px)/ 2);
  width: 840px;
}
#top #seminar .ttl_area .row .txt_area .txt {
  text-align: right;
}
#top #seminar .ttl_area .row .txt_area .btn {
  margin-top: 30px;
}
#top #seminar .ttl_area .row .txt_area .btn a {
  line-height: 56px;
  margin: 0 0 0 auto;
  width: 300px;
}
#top #topics_document {
  padding: 180px 0 0;
}
#top #topics_document .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#top #topics_document .row>div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 510px;
}
#top #topics_document .row>div .ttl_area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  position: relative;
}
#top #topics_document .row>div .ttl_area h3.sectionttl {
  font-family: Inter,sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
#top #topics_document .row>div .ttl_area h3.sectionttl+.subttl {
  font-size: 15px;
  margin: 0 0 0 15px;
}
#top #topics_document .row>div .ttl_area::after {
  background: #333;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: calc(100% + 20px);
  width: 30px;
}
#top #topics_document .row>div .btn {
  margin-top: 80px;
}
#top #topics_document .row>div .btn a {
  line-height: 56px;
  width: 240px;
}
#top #topics_document .row>div.topics .topics_list .topics_block {
  border-bottom: 1px solid #e5e5e5;
}
#top #topics_document .row>div.topics .topics_list .topics_block a {
  display: block;
  padding-bottom: 30px;
}
#top #topics_document .row>div.topics .topics_list .topics_block a .date_category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
#top #topics_document .row>div.topics .topics_list .topics_block a .date_category .date {
  color: #003caa;
  font-family: Inter,sans-serif;
  font-size: 13px;
}
#top #topics_document .row>div.topics .topics_list .topics_block a .date_category .category {
  background: #003caa;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  margin-left: 20px;
  text-align: center;
  width: 90px;
}
#top #topics_document .row>div.topics .topics_list .topics_block a .ttl {
  -webkit-transition: .3s;
  transition: .3s;
}
#top #topics_document .row>div.topics .topics_list .topics_block a:hover {
  opacity: 1;
}
#top #topics_document .row>div.topics .topics_list .topics_block a:hover .ttl {
  color: #003caa;
}
#top #topics_document .row>div.topics .topics_list .topics_block:not(:first-child) a {
  padding-top: 30px;
}
#top #topics_document .row>div.document .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 45px;
}
#top #topics_document .row>div.document .document_slider {
  overflow: hidden;
  position: relative;
}
#top #topics_document .row>div.document .document_slider .swiper-slide img {
  -webkit-transform: scale(.85);
  -webkit-transition: .3s;
  transform: scale(.85);
  transition: .3s;
}
#top #topics_document .row>div.document .document_slider .swiper-slide.swiper-slide-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#top #topics_document .row>div.document .document_slider .swiper-button-prev {
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 60, 170, .1));
  background: url(../img/arw_slide_l.png) no-repeat center/contain;
  display: block;
  filter: drop-shadow(0 5px 5px rgba(0, 60, 170, .1));
  left: 75px;
  width: 40px;
}
#top #topics_document .row>div.document .document_slider .swiper-button-prev::after {
  content: none;
}
#top #topics_document .row>div.document .document_slider .swiper-button-next {
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 60, 170, .1));
  background: url(../img/arw_slide_r.png) no-repeat center/contain;
  display: block;
  filter: drop-shadow(0 5px 5px rgba(0, 60, 170, .1));
  right: 75px;
  width: 40px;
}
#top #topics_document .row>div.document .document_slider .swiper-button-next::after {
  content: none;
}
#topics #mv .bg {
  background-image: url(../img/topics/mv_topics.jpg);
}
#topics #topics_list .inner .head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
#topics #topics_list .inner .head .category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Inter,sans-serif;
  font-size: 13px;
}
#topics #topics_list .inner .head .category .ttl {
  margin-right: 17px;
}
#topics #topics_list .inner .head .category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topics #topics_list .inner .head .category ul li:not(:last-child) {
  margin-right: 5px;
}
#topics #topics_list .inner .head .category ul li a {
  border: 1px solid #a5a5a5;
  color: #a5a5a5;
  display: block;
  line-height: 24px;
  text-align: center;
  width: 82px;
}
#topics #topics_list .inner .head .category ul li a:hover {
  background: #003caa;
  border: 1px solid #003caa;
  color: #fff;
  opacity: 1;
}
#topics #topics_list .inner .head .category ul li.current a {
  background: #003caa;
  border: 1px solid #003caa;
  color: #fff;
}
#topics #topics_list .inner .head .archive {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Inter,sans-serif;
  font-size: 13px;
  position: relative;
}
#topics #topics_list .inner .head .archive::after {
  -webkit-transform: translateY(-50%);
  -webkit-transition: .3s;
  background: url(../img/arw_b.png) no-repeat center/contain;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
  width: 12px;
  z-index: 3;
}
#topics #topics_list .inner .head .archive .ttl {
  margin-right: 17px;
}
#topics #topics_list .inner .head .archive .select_wrap {
  cursor: pointer;
  height: 36px;
  position: relative;
  width: 90px;
  z-index: 2;
}
#topics #topics_list .inner .head .archive .select_wrap+ul {
  color: #888;
  font-size: 18px;
  left: 95px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  width: 90px;
  z-index: 1;
}
#topics #topics_list .inner .head .archive .select_wrap+ul li {
  cursor: pointer;
  display: none;
}
#topics #topics_list .inner .head .archive .select_wrap+ul li.active {
  color: #003caa;
  display: block;
}
#topics #topics_list .inner .head .archive.open::after {
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
#topics #topics_list .inner .head .archive.open .select_wrap+ul {
  -webkit-box-shadow: 0 5px 5px rgba(0,60,170,.1);
  background: #fff;
  box-shadow: 0 5px 5px rgba(0,60,170,.1);
}
#topics #topics_list .inner .head .archive.open .select_wrap+ul li {
  display: block;
}
#topics #topics_list .inner .content .topics_block {
  border-bottom: 1px solid #e5e5e5;
}
#topics #topics_list .inner .content .topics_block a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}
#topics #topics_list .inner .content .topics_block a .date_category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topics #topics_list .inner .content .topics_block a .date_category .date {
  color: #003caa;
  font-family: Inter,sans-serif;
  font-size: 13px;
}
#topics #topics_list .inner .content .topics_block a .date_category .category {
  background: #003caa;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  margin-left: 20px;
  text-align: center;
  width: 90px;
}
#topics #topics_list .inner .content .topics_block a .ttl {
  -webkit-transition: .3s;
  margin-left: 20px;
  transition: .3s;
  width: calc(100% - 212px);
}
#topics #topics_list .inner .content .topics_block a .ttl.pdf::after {
  background: url(../img/ic_pdf.svg) no-repeat center/contain;
  content: '';
  display: inline-block;
  height: 20px;
  margin-left: 2px;
  vertical-align: -3px;
  width: 17px;
}
#topics #topics_list .inner .content .topics_block a:hover {
  opacity: 1;
}
#topics #topics_list .inner .content .topics_block a:hover .ttl {
  color: #003caa;
}
#topics #topics_list .inner .pager {
  margin: 90px 0 0;
}
#topics #topics_list .inner .pager ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 1;
}
#topics #topics_list .inner .pager ul li a {
  color: #a5a5a5;
  display: block;
}
#topics #topics_list .inner .pager ul li a:hover {
  color: #003caa;
  opacity: 1;
}
#topics #topics_list .inner .pager ul li:not(:last-child) {
  margin-right: 30px;
}
#topics #topics_list .inner .pager ul li.current {
  color: #003caa;
}
#topics #topics_list .inner .pager ul li.prev {
  margin-right: 60px;
}
#topics #topics_list .inner .pager ul li.prev a {
  background: url(../img/arw_l.png) no-repeat center/contain;
  height: 20px;
  width: 10px;
}
#topics #topics_list .inner .pager ul li.prev a:hover {
  -webkit-transform: translateX(-5px);
  background-image: url(../img/arw_l_b.png);
  transform: translateX(-5px);
}
#topics #topics_list .inner .pager ul li.next {
  margin-left: 30px;
}
#topics #topics_list .inner .pager ul li.next a {
  background: url(../img/arw_r.png) no-repeat center/contain;
  height: 20px;
  width: 10px;
}
#topics #topics_list .inner .pager ul li.next a:hover {
  -webkit-transform: translateX(5px);
  background-image: url(../img/arw_r_b.png);
  transform: translateX(5px);
}
#topics_d #topics_article .inner {
  max-width: 100%;
  width: 900px;
}
#topics_d #topics_article .inner .head {
  border-bottom: 1px solid #333;
  margin-bottom: 120px;
  padding-bottom: 30px;
}
#topics_d #topics_article .inner .head .date_category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
#topics_d #topics_article .inner .head .date_category .date {
  color: #003caa;
  font-family: Inter,sans-serif;
  font-size: 13px;
}
#topics_d #topics_article .inner .head .date_category .category {
  background: #003caa;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  margin-left: 20px;
  text-align: center;
  width: 90px;
}
#topics_d #topics_article .inner .head .ttl {
  font-size: 24px;
  line-height: 41px;
}
#topics_d #topics_article .inner .content h1 {
  font-family: 'Yu Mincho Light',YuMincho,'Yu Mincho','游明朝体',serif;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 75px;
  position: relative;
}
#topics_d #topics_article .inner .content h1::after {
  background: #333;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(100% + 30px);
  width: 30px;
}
#topics_d #topics_article .inner .content h2 {
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 45px;
}
#topics_d #topics_article .inner .content h3 {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}
#topics_d #topics_article .inner .content p {
  font-weight: 400;
  margin-bottom: 60px;
}
#topics_d #topics_article .inner .content a {
  text-decoration: underline;
  word-break: break-all;
}
#topics_d #topics_article .inner .content a:hover {
  color: #003caa;
  opacity: 1;
}
#topics_d #topics_article .inner .content figure {
  margin-bottom: 120px;
  text-align: center;
}
#topics_d #topics_article .inner .content figure figcaption {
  color: #888;
  font-size: 13px;
  margin-top: 20px;
}
#topics_d #topics_article .inner .content div {
  margin-bottom: 120px;
}
#topics_d #topics_article .back {
  background: #f5f5f5;
  padding: 120px 0;
}
#topics_d #topics_article .back .btn a {
  background: #fff;
  border-color: #c5c5c5;
  line-height: 56px;
  margin: 0 auto;
  text-align: center;
  width: 300px;
}
#topics_d #topics_article .back .btn a span {
  padding-left: 0;
}
#topics_d #topics_article .back .btn a span.-active {
  color: #333;
}
#topics_d #topics_article .back .btn a span::before {
  background: #c5c5c5;
}
#topics_d #topics_article .back .btn a::before {
  background: #c5c5c5;
}
#topics_d #topics_article .back .btn a::after {
  content: none;
}
#topics_d #topics_article .back .btn a:hover span {
  color: #fff;
}
#topics_d footer {
  margin-top: 0;
}
#contact #mv .bg {
  background-image: url(../img/contact/mv_contact.jpg);
}
#contact #contact_form .inner .intro {
  margin-bottom: 90px;
  text-align: center;
}
#contact #contact_form .inner .form {
  -webkit-box-shadow: 0 10px 30px rgba(0,60,170,.1);
  box-shadow: 0 10px 30px rgba(0,60,170,.1);
  padding: 90px 145px;
}
#seminar #mv .bg {
  background-image: url(../img/seminar/mv_seminar.jpg);
}
#seminar #featured_seminar .inner {
  width: 1200px;
}
#seminar #featured_seminar .inner .featured_slider .slide {
  -webkit-box-shadow: 0 10px 30px rgba(0,60,170,.1);
  box-shadow: 0 10px 30px rgba(0,60,170,.1);
  margin: 30px;
}
#seminar #featured_seminar .inner .featured_slider .slide a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 30px 60px;
}
#seminar #featured_seminar .inner .featured_slider .slide a .txt {
  width: 480px;
}
#seminar #featured_seminar .inner .featured_slider .slide a .txt .title {
  -webkit-transition: .3s;
  font-family: 'Yu Mincho Light',YuMincho,'Yu Mincho','游明朝体',sans-serif;
  font-size: 24px;
  letter-spacing: .05em;
  line-height: 41px;
  transition: .3s;
}
#seminar #featured_seminar .inner .featured_slider .slide a .img {
  height: 319px;
  overflow: hidden;
  width: 510px;
}
#seminar #featured_seminar .inner .featured_slider .slide a .img img {
  -o-object-fit: cover;
  -webkit-transition: .3s;
  height: 100%;
  object-fit: cover;
  transition: .3s;
  width: 100%;
}
#seminar #featured_seminar .inner .featured_slider .slide a:hover {
  opacity: 1;
}
#seminar #featured_seminar .inner .featured_slider .slide a:hover .txt .title {
  color: #003caa;
}
#seminar #featured_seminar .inner .featured_slider .slide a:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#seminar #featured_seminar .inner .featured_slider .slick-arrow {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 60, 170, .1));
  -webkit-transform: translateY(-50%);
  -webkit-transition: .3s;
  background: 0 0;
  border: none;
  box-shadow: none;
  cursor: pointer;
  filter: drop-shadow(0 5px 5px rgba(0, 60, 170, .1));
  font-size: 0;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
  width: 40px;
  z-index: 2;
}
#seminar #featured_seminar .inner .featured_slider .slick-arrow.slick-prev {
  background: url(../img/arw_slide_l.png) no-repeat center/contain;
  left: 10px;
}
#seminar #featured_seminar .inner .featured_slider .slick-arrow.slick-prev:hover {
  -webkit-transform: translate(-10px,-50%);
  transform: translate(-10px,-50%);
}
#seminar #featured_seminar .inner .featured_slider .slick-arrow.slick-next {
  background: url(../img/arw_slide_r.png) no-repeat center/contain;
  right: 10px;
}
#seminar #featured_seminar .inner .featured_slider .slick-arrow.slick-next:hover {
  -webkit-transform: translate(10px,-50%);
  transform: translate(10px,-50%);
}
#seminar .label {
  background: #003caa;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 20px;
  padding: 5px 10px;
}
#seminar dl.info {
  -ms-flex-wrap: wrap;
  border-top: 1px solid #e5e5e5;
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  margin-top: 30px;
  padding-top: 30px;
}
#seminar dl.info dt {
  font-weight: 700;
  width: 60px;
}
#seminar dl.info dd {
  width: calc(100% - 60px);
}
#seminar #past_seminar,#seminar #seminar_list {
  margin-top: 60px;
}
#seminar #past_seminar .inner .nav_area,#seminar #seminar_list .inner .nav_area {
  background: #f5f5f5;
  padding: 30px;
  position: relative;
}
#seminar #past_seminar .inner .nav_area .title,#seminar #seminar_list .inner .nav_area .title {
  -webkit-transform: translateY(-50%);
  font-size: 18px;
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#seminar #past_seminar .inner .nav_area ul,#seminar #seminar_list .inner .nav_area ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
#seminar #past_seminar .inner .nav_area ul li,#seminar #seminar_list .inner .nav_area ul li {
  -webkit-transition: .3s;
  background: #fff;
  border: 1px solid #c5c5c5;
  color: #a5a5a5;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  padding: 10px 20px;
  transition: .3s;
}
#seminar #past_seminar .inner .nav_area ul li:not(:last-child),#seminar #seminar_list .inner .nav_area ul li:not(:last-child) {
  margin-right: 10px;
}
#seminar #past_seminar .inner .nav_area ul li.current,#seminar #past_seminar .inner .nav_area ul li:hover,#seminar #seminar_list .inner .nav_area ul li.current,#seminar #seminar_list .inner .nav_area ul li:hover {
  background: #003caa;
  border-color: #003caa;
  color: #fff;
}
#seminar #past_seminar .inner .content_area,#seminar #seminar_list .inner .content_area {
  margin-top: 60px;
}
#seminar #past_seminar .inner .content_area h2,#seminar #seminar_list .inner .content_area h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
#seminar #past_seminar .inner .content_area .list,#seminar #seminar_list .inner .content_area .list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
#seminar #past_seminar .inner .content_area .list .block,#seminar #seminar_list .inner .content_area .list .block {
  -webkit-box-shadow: 0 10px 30px rgba(0,60,170,.1);
  -webkit-transition: .3s;
  box-shadow: 0 10px 30px rgba(0,60,170,.1);
  margin-bottom: 60px;
  margin-left: 30px;
  position: relative;
  transition: .3s;
  width: 360px;
}
#seminar #past_seminar .inner .content_area .list .block a,#seminar #seminar_list .inner .content_area .list .block a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  min-height: 498px;
}
#seminar #past_seminar .inner .content_area .list .block a .label,#seminar #seminar_list .inner .content_area .list .block a .label {
  left: -5px;
  position: absolute;
  top: 10px;
  z-index: 4;
}
#seminar #past_seminar .inner .content_area .list .block a .img,#seminar #seminar_list .inner .content_area .list .block a .img {
  height: 225px;
  overflow: hidden;
}
#seminar #past_seminar .inner .content_area .list .block a .img img,#seminar #seminar_list .inner .content_area .list .block a .img img {
  -o-object-fit: cover;
  -webkit-transition: .3s;
  height: 100%;
  object-fit: cover;
  transition: .3s;
  width: 100%;
}
#seminar #past_seminar .inner .content_area .list .block a .title,#seminar #seminar_list .inner .content_area .list .block a .title {
  font-size: 15px;
  font-weight: 700;
  padding: 30px;
}
#seminar #past_seminar .inner .content_area .list .block a dl.info,#seminar #seminar_list .inner .content_area .list .block a dl.info {
  margin-top: 0;
  min-height: 93px;
  padding: 20px 30px;
}
#seminar #past_seminar .inner .content_area .list .block:hover,#seminar #seminar_list .inner .content_area .list .block:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
#seminar #past_seminar .inner .content_area .list .block:hover a,#seminar #seminar_list .inner .content_area .list .block:hover a {
  opacity: 1;
}
#seminar #past_seminar .inner .content_area .list .block:hover a .img img,#seminar #seminar_list .inner .content_area .list .block:hover a .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#seminar #past_seminar .inner .content_area .list .block:hover a .title,#seminar #seminar_list .inner .content_area .list .block:hover a .title {
  color: #003caa;
}
#seminar #past_seminar .inner .content_area .list .block.finished a .img,#seminar #seminar_list .inner .content_area .list .block.finished a .img {
  position: relative;
}
#seminar #past_seminar .inner .content_area .list .block.finished a .img::before,#seminar #seminar_list .inner .content_area .list .block.finished a .img::before {
  background: rgba(0,0,0,.5);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#seminar #past_seminar .inner .content_area .list .block.finished a .img::after,#seminar #seminar_list .inner .content_area .list .block.finished a .img::after {
  -webkit-transform: translate(-50%,-50%);
  color: #fff;
  content: '終 了';
  font-size: 24px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}
#seminar_d #seminar_detail .inner .title_area .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#seminar_d #seminar_detail .inner .title_area .labels .label {
  background: #003caa;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 20px;
  padding: 5px 10px;
}
#seminar_d #seminar_detail .inner .title_area .labels .label.finished {
  opacity: .5;
}
#seminar_d #seminar_detail .inner .title_area .labels .label:not(:last-child) {
  margin-right: 5px;
}
.about_section1>:last-child h2,.about_section3 h3,.entry_section h2 span,.focus h2,.service_detail_section1 h2,.service_detail_section3 h2,.service_section3_head h2,.service_section5_head h2 {
  padding-bottom: 30px;
  position: relative;
}
.about_section1>:last-child h2::after,.about_section3 h3::after,.entry_section h2 span::after,.focus h2::after,.service_detail_section1 h2::after,.service_detail_section3 h2::after,.service_section3_head h2::after,.service_section4_head h2::after,.service_section5_head h2::after {
  background: #333;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 30px;
}
.about_section1>:first-child,.about_section2_stage,.about_section3 .inner,.entry_lead,.service_column_body,.service_outline_item>div>div,.service_overlay,.service_section1 {
  -webkit-box-shadow: 0 10px 30px 0 rgba(0,60,170,.1);
  box-shadow: 0 10px 30px 0 rgba(0,60,170,.1);
}
.about_features h3,.about_section1 h2,.about_section2 h2,.about_section3 h2,.about_section3 h3,.entry_lead,.entry_section h2,.service_detail_section1 h2,.service_detail_section2 h3>span:last-child,.service_outline p,.service_section1 h2,.ttl_column h2,.features_stage h2 {
  font-family: "Yu Mincho Light",YuMincho,"Yu Mincho","游明朝体",serif;
}
.about_section2 h2 .en,.about_section3 h2 .en,.head_number {
  font-family: Inter,sans-serif;
}
.about_features_controller span:nth-child(2)::after,.about_section4,.entry_result,.entry_title::before,.head_number::after,.service_detail_section2 h3>span:first-child::after,.service_detail_title::after {
  background: -webkit-linear-gradient(45deg,#003caa 0,#0082cc 100%);
  background: linear-gradient(45deg,#003caa 0,#0082cc 100%);
}
#mv.big {
  height: 660px;
  padding-top: 0;
}
#mv.big .ttl_area {
  height: 100%;
  padding-top: 90px;
  width: 100%;
}
#mv.big .ttl_area::before {
  -webkit-transform: skewX(-25deg);
  -webkit-transform-origin: right top;
  height: 100%;
  opacity: 1;
  transform: skewX(-25deg);
  transform-origin: right top;
  width: calc(100% - ((100% - 1140px)/ 2));
}
#mv.big .ttl_area .ttl_inner {
  display: block;
  position: relative;
  z-index: 3;
}
#mv.big .ttl_area .ttl_inner .subttl {
  margin-top: 22px;
}
#mv.big .ttl_cover {
  left: 0;
  padding-left: calc(((100% - 1140px)/ 2) + 180px);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#mv.big .ttl_cover img {
  -o-object-fit: cover;
  -o-object-position: 0 50%;
  height: 420px;
  object-fit: cover;
  object-position: 0 50%;
  width: 100%;
}
#mv.big+.breadcrumb {
  margin-top: -285px;
  padding-bottom: 30px;
}
.contact_more {
  background: url(../img/service/contact_back.png) 0 0 no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.contact_more>div {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 900px;
}
.contact_more h2 {
  color: #fff;
  font-size: 75px;
  line-height: 1;
}
.contact_more h2 span {
  display: block;
  font-size: 18px;
}
.contact_more .btn a {
  background: #fff;
  text-align: center;
  width: 300px;
}
.head_number {
  color: #003caa;
  font-size: 48px;
  height: 60px;
  line-height: 60px;
  margin-right: 10px;
  position: relative;
  width: 80px;
}
.head_number::after {
  -webkit-transform: skew(-25deg);
  -webkit-transform-origin: right top;
  content: '';
  height: 60px;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  transform: skew(-25deg);
  transform-origin: right top;
  width: 17px;
}
.notice_text {
  color: #888;
  font-size: 13px;
}
.tags>* {
  background: #f5f5f5;
  color: #0082cc;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin-right: 5px;
  padding: 5px 10px;
}
.tags a:hover {
  background: #0082cc;
  color: #f5f5f5;
  opacity: 1;
}
.modal {
  background: rgba(0,0,0,.5);
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.modal.on {
  -webkit-animation: fadeIn .5s ease 0s forwards;
  animation: fadeIn .5s ease 0s forwards;
  display: block;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal>div {
  -webkit-transform: translate(-50%,-50%);
  background: #fff;
  left: 50%;
  padding: 60px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 900px;
}
.modal h2+* {
  margin-top: 20px;
}
.modal_close {
  left: 100%;
  margin: -20px 0 0 10px;
  position: absolute;
  top: 0;
}
.modal_close a {
  background: url(../img/interview/modal_close_on.svg) 0 0 no-repeat;
  display: block;
  height: 40px;
  width: 40px;
}
.modal_close a span {
  -webkit-transition: .3s;
  transition: .3s;
}
.modal_close a:hover span {
  opacity: 0;
}
.service_section1 {
  background: url(../img/service/logo1.svg) -90px -15px no-repeat #fff;
  margin-left: calc((100% - 1140px)/ 2);
  padding: 60px 0 60px 270px;
  position: relative;
  z-index: 5;
}
.service_section1 h2 {
  font-size: 24px;
}
.service_section1 p {
  margin-top: 30px;
}
.service_section1 .btn {
  margin-top: 40px;
}
.service_section2 {
  /*-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*height: 900px;*/
  height: 100%;
  /*overflow-y: hidden;*/
  padding-left: calc((100% - 1140px)/ 2);
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
.service_list {
  color: #333;
  font-size: 15px;
  line-height: 1;
  width: 240px;
  position: relative;
}
.-fixed {
  position: sticky;
  margin-bottom: 0;
  top: 100px;
  z-index: 3;
}
.service_list>ul ul {
  color: #a5a5a5;
  font-weight: 400;
  padding: 12px 0;
}
.service_list a {
  -webkit-transition: all .2s 0s ease;
  display: block;
  padding: 12px 0;
  position: relative;
  transition: all .2s 0s ease;
  font-size: 13px;
}
/*
.service_list a::before {
  -webkit-transition: width .5s 0s ease;
  background: #003caa;
  content: '';
  height: 1px;
  position: absolute;
  right: 102%;
  top: 50%;
  transition: width .5s 0s ease;
  width: 0;
}
*/
.service_list a.on,.service_list a:hover {
  color: #003caa;
  /*font-size: 15px;*/
  font-weight: 500;
  /*padding: 24px 0;*/
}
.service_list a.on::before {
  width: 100%;
}
.service_outline {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  /*background: url(../img/service/back1.svg) 87px 0 no-repeat;*/
  flex: 1;
  /*height: 620px;*/
  position: relative;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #fbfbfb;
}
.service_outline_model {
  background: url(../img/service/back1.svg) 60px 0 no-repeat;
  min-height: 60px;
  background-attachment: fixed;
  background-position: top 120px right;
  background-size: auto 90px;
}
.service_outline_option {
  background: url(../img/service/back2.svg) 87px 0 no-repeat;
  min-height: 87px;
  background-attachment: fixed;
  background-position: top 120px right;
}
.service_outline_series {
  background: url(../img/service/back3.svg) 87px 0 no-repeat;
  min-height: 87px;
  background-attachment: fixed;
  background-position: top 120px right;
}
.service_outline_service {
  background: url(../img/service/back4.svg) 87px 0 no-repeat;
  min-height: 87px;
  background-attachment: fixed;
  background-position: top 120px right;
}
.service_outline::-webkit-scrollbar {
  display:none;
}
.service_cat_ttl {
  text-align: right;
  margin-bottom: -100px;
}

.service_outline_item {
  padding: 60px 0 75px 30px;
}
.service_outline_item>div {
  height: 100%;
}
.service_outline_item>div>div {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 28px 0 0 0;
  padding: 45px 60px;
  background-color: #fff;
}
.service_outline_item>div>div>img {
  margin: -7.29vw 0 0 60px;
  width: 37.5vw;
}
.service_outline h2 {
  font-size: 30px;
  line-height: 1.3;
}
.service_outline h2 span {
  color: #003caa;
  display: block;
  font-size: 15px;
  margin-bottom: 12px;
}
.service_outline h3 {
  color: #003caa;
  font-size: 18px;
  overflow: auto;
  line-height: 1.5;
}
.service_outline p>span:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.service_outline p>span:nth-child(1) span {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding: 5px 0;
  text-align: center;
  width: 40%;
}
.service_outline p>span:nth-child(1) span.type1 {
  border: 1px solid #003caa;
  color: #003caa;
  margin-right: 10px;
}
.service_outline p>span:nth-child(1) span.type2 {
  border: 1px solid #e43355;
  color: #e43355;
}
.service_outline h3 img {
  float: left;
  margin-right: 20px;
}
.service_outline p {
  font-size: 24px;
  margin-top: 30px;
  line-height: 1.5;
}
.service_outline .btn {
  margin-top: 44px;
}
.service_section3,.service_section4,.service_section5 {
  padding: 75px 0 120px 0;
}
.service_section3 .inner,.service_section4 .inner,.service_section5 .inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.service_section3_head,.service_section4_head,.service_section5_head {
  margin-left: calc((100% - 1140px)/ 2);
  overflow-x: hidden;
}
.service_section3_head h2,.service_section4_head h2,.service_section5_head h2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  padding: 45px 0;
  position: relative;
  width: 1280px;
}
.service_section3_head h2 span,.service_section4_head h2 span,.service_section5_head h2 span {
  font-size: 15px;
  margin-left: 20px;
}
.service_section3{
  background: #f5f5f5;
}.service_section5 {
  background: #f5f5f5;
}
.service_section3 .service_column_title {
  height: 110px;
}
.service_section4_head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/service/back3.svg) right top no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: calc((100% - 1140px)/ 2);
}
.service_section4_head>div {
 /* margin-left: 20px;*/
  width: 1000px;
}
/*.service_section4_head h2 {
  padding: 30px 0;
}*/
.service_section4_head p {
  margin-top: 20px;
}
.service_section5_head {
  background: url(../img/service/back4.svg) right top no-repeat;
}
.service_section5 .service_column_title {
  display: block;
}
.service_section5 .service_column_title span {
  color: #003caa;
  display: block;
  font-size: 15px;
  line-height: 1;
}
.service_column {
  margin: 60px 30px 0 0;
  width: 360px;
}
.service_column:nth-child(3n) {
  margin-right: 0;
}
.service_column_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 1.6;
  overflow: auto;
}
.service_column_title img {
  margin-right: 20px;
}
.service_column_body {
  background: #fff;
  margin-top: 20px;
}
.service_column_body>span:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 0;
}
.service_column_body>span:nth-child(1) span {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding: 5px 0;
  text-align: center;
  width: 40%;
}
.service_column_body>span:nth-child(1) span.type1 {
  border: 1px solid #003caa;
  color: #003caa;
  margin-right: 10px;
}
.service_column_body>span:nth-child(1) span.type2 {
  border: 1px solid #e43355;
  color: #e43355;
}
.service_column_body>span:nth-child(2) {
  display: block;
  padding: 15px 25px 30px;
}
.service_column_body img {
  max-width: 100%;
}
.service_wrapper {
  /*overflow-x: hidden;
  overflow-y: hidden;*/
  /* position: relative; */
}
.service_wrapper.open {
  position: fixed;
}
.service_wrapper.open::after {
  background: rgba(0,0,0,.5);
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.service_wrapper .btn a,.service_overlay .btn a {
  width: 300px;
}
.service_overlay {
  -webkit-transform: translateX(100%);
  -webkit-transition: -webkit-transform .5s 0s ease;
  background: #fff;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: -webkit-transform .5s 0s ease;
  transition: transform .5s 0s ease;
  transition: transform .5s 0s ease,-webkit-transform .5s 0s ease;
  width: 90%;
  z-index: 9;

  z-index: 999;
  height: 100vh;
  overflow-y: scroll;
}
.service_overlay.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.service_detail {
  display: none;
  padding: 0 45px;
}
.service_detail_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  margin: 0 -45px;
  overflow: hidden;
  padding: 0 0 45px 215px;
  position: relative;
}
.service_detail_title::after {
  -webkit-transform: skew(-25deg);
  -webkit-transform-origin: left bottom;
  content: '';
  height: 100%;
  left: 350px;
  position: absolute;
  top: 0;
  transform: skew(-25deg);
  transform-origin: left bottom;
  width: 100%;
  z-index: 2;
}
.service_detail_title h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  margin-left: 128px;
  position: relative;
  z-index: 3;
}
.service_detail_title h2>span {
  display: block;
  font-size: 18px;
  margin-bottom: 16px;
}
.service_detail .breadcrumb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: -45px;
  padding: 0 30px;
  position: relative;
  z-index: 2;
  height: 45px;
}
.service_detail .breadcrumb div:first-child {
  font-size: 15px;
  font-weight: bolder;
}
.service_detail .breadcrumb div:first-child a::before {
  background: url(../img/arw_l.png) no-repeat center/contain;
  content: '';
  display: inline-block;
  height: 12px;
  margin-right: 10px;
  vertical-align: baseline;
  width: 6px;
}
.service_detail .breadcrumb div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
.service_detail .breadcrumb ul {
  margin: 0 20px;
}
.service_detail .breadcrumb .prev {
  margin-left: auto;
  position: relative;
  padding-left: 20px;
}
.service_detail .breadcrumb .prev::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/arw_l.png) no-repeat center/contain;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
.service_detail .breadcrumb .next {
  padding-right: 20px;
  position: relative;
}
.service_detail .breadcrumb .next::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/arw_r.png) no-repeat center/contain;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}

.service_detail .inner {
  width: 900px;
}
.service_detail .bg_blue {
  background-color: #e5f2fa;
}
.service_detail_section1 {
  margin: 120px auto 0 auto;
}
.service_detail_section1 h2 {
  font-size: 30px;
}
.service_detail_section1 p {
  margin-top: 44px;
}
.service_detail_section1 p:last-child {
  text-align: center;
}
.service_detail_section2 {
  background: #f5f5f5;
  margin: 120px -45px 0 -45px;
  /*padding: 116px 0 104px 0;*/
  padding: 116px 0 50px 0;
}
.service_detail_section2 .inner>div {
  margin-top: 77px;
}
.service_detail_section2 .inner>div+div {
  margin-top: 102px;
}
.service_detail_section2 .inner>div p {
  margin-top: 20px;
}
.service_detail_section2 h2 {
  font-size: 75px;
  line-height: 1;
}
.service_detail_section2 h2 span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.service_detail_section2 h3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service_detail_section2 h3>span:first-child {
  color: #003caa;
  font-size: 48px;
  height: 60px;
  line-height: 60px;
  margin-right: 10px;
  position: relative;
  min-width: 80px;
  max-width: 80px;
  width: 80px;
}
.service_detail_section2 h3>span:first-child::after {
  -webkit-transform: skew(-25deg);
  -webkit-transform-origin: right top;
  content: '';
  height: 60px;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  transform: skew(-25deg);
  transform-origin: right top;
  width: 17px;
}
.service_detail_section2 h3>span:last-child {
  font-size: 24px;
  line-height: 1.5;
}
.service_detail_section2 h3>span:last-child span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.service_detail_section3 {
  padding: 120px 0;
}
.service_detail_section3>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service_detail_section3 h2 {
  font-size: 40px;
  line-height: 1.2;
}
.service_detail_section3 h2 span {
  display: block;
  font-size: 15px;
  line-height: 1;
  margin-top: 12px;
}
.service_detail_section3 h2+* {
  margin: 5px 0 0 30px;
}
.service_detail_section3 h3 {
  font-size: 24px;
}
.service_detail_section3 p {
  margin-top: 20px;
}
.service_detail_section3 .btn {
  margin-top: 30px;
  text-align: center;
}
.service_detail_section3 .btn a {
  margin: 0 auto;
}
.service_detail_section4 {
  margin: 0 -45px;
}
.service footer {
  margin-top: 0;
}
.service .breadcrumb {
  position: relative;
  z-index: 3;
}
.articles_list li,.features_list li {
  -webkit-box-shadow: 0 5px 5px rgba(0,60,170,.1);
  -webkit-transition: .3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0,60,170,.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 70px 30px 0 0;
  position: relative;
  transition: .3s;
  width: 360px;
  justify-content: space-between;
}
.articles_list li:nth-child(3n),.features_list li:nth-child(3n) {
  margin-right: 0;
}
.articles_list li:hover,.features_list li:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.articles_list li:hover .ttl,.features_list li:hover .ttl {
  color: #003caa;
}
.articles_list li:hover img,.features_list li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.articles_list li>a,.features_list li>a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.articles_list li .img,.features_list li .img {
  overflow: hidden;
  /*height: 270px;*/
  width: 100%;
  aspect-ratio: 5 / 3;
}
.articles_list li img,.features_list li img {
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  height: auto;
  /*object-fit: cover;*/
}
.articles_list li .txt,.features_list li .txt {
  padding: 30px;
}
.articles_list li .company,.features_list li .company {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  margin-top: 30px;
  padding-left: 15px;
  position: relative;
}
.articles_list li .company::before,.features_list li .company::before {
  background: #888;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 7px;
}
.articles_list li .tags,.features_list li .tags {
  padding: 0 30px 30px 30px;
}
.articles_list li .date,.features_list li .date {
  font-size: 11px;
  line-height: 1;
  margin-top: 10px;
  position: absolute;
  right: 0;
  top: 100%;
}
.articles {
  background: #f5f5f5;
  padding: 0 0 120px 0;
}
.articles_tags {
  background: #fff;
  margin-left: 50%;
  padding: 34px 0 28px 60px;
  position: relative;
}
.articles_tags::before {
  -webkit-transform: skew(-25deg);
  -webkit-transform-origin: left top;
  background: #fff;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skew(-25deg);
  transform-origin: left top;
  width: 200px;
  z-index: 1;
}
.articles_tags .tags {
  position: relative;
  width: 570px;
  z-index: 2;
}
.articles_tags .more {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.articles_tags .more a{
  display: inline-block;
  border: 1px solid #0082cc;
  padding: 0.15em 1em;
  font-size: 10px;
  color: #0082cc;
}
.articles_tags .more a:before{
  content: "≫";
}
.articles_tags .more a:hover{
  border: 1px solid #0082cc;
  background:#0082cc;
  color:#fff;
  opacity: 1;
}
.articles h2 {
  border-top: 1px solid transparent;
  /*font-size: 75px;*/
  font-size: 60px;
  height: 0;
  line-height: 1;
  position: relative;
  width: 100%;
}
.articles h2 span {
  bottom: 0;
  left: 0;
  position: absolute;
}
.articles h2 span.tag_list {
  color: #d6d6d6;
}
.articles h2 span span {
  display: block;
  font-size: 30px;
  line-height: 1;
  margin-top: 20px;
  position: static;
  color: #333;
}
.articles_list {
  margin-top: -25px;
}
.articles_list ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.articles_list ul::after{
  display: block;
  content:"";
  width: 30%;
}
.articles_list .btn {
  margin-top: 80px;
}
.articles_list .btn a {
  margin: 0 auto;
  width: 300px;
}
.features {
  position: relative;
}
.features_background,.features_background>* {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.features_background div {
  -webkit-animation: bg1 20s linear infinite;
  animation: bg1 20s linear infinite;
  background: -webkit-linear-gradient(45deg,#003caa 0,#0082cc 15%,#6ee533 35%,#d2e533 50%,#6ee533 65%,#0082cc 85%,#003caa 100%);
  background: linear-gradient(45deg,#003caa 0,#0082cc 15%,#6ee533 35%,#d2e533 50%,#6ee533 65%,#0082cc 85%,#003caa 100%);
  background-position: 0 100%;
  background-size: 200% 200%;
  opacity: .3;
}
.features_background img {
  -o-object-fit: cover;
  object-fit: cover;
}
@-webkit-keyframes bg1 {
  0% {
    background-position: 0 100%;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes bg1 {
  0% {
    background-position: 0 100%;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 100%;
  }
}
@-webkit-keyframes bg3 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes bg3 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes bg2 {
  0% {
    background-position: 0 100%;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes bg2 {
  0% {
    background-position: 0 100%;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
.features_stage {
  padding: 120px 0;
  position: relative;
}
.features_stage>div+div {
  margin-top: 178px;
}
.features h2 {
  font-size: 48px;
}
.features h2,.features h2+p {
  text-align: center;
}
.features h2+p {
  margin-top: 54px;
}
.features .btn {
  margin-top: 58px;
}
.features .btn a {
  margin: 0 auto;
  width: 300px;
}
.features_list {
  margin-top: 44px;
}
.features_list ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1320px;
}
.features_list ul::after {
  display: block;
  content: "";
  width: 400px;
}
.features_list li {
  -webkit-box-shadow: none;
  background: 0 0;
  box-shadow: none;
  width: 400px;
}
.features_list li:nth-child(2n) {
  margin-right: 0;
}
.features_list li .txt {
  padding: 30px 0;
}
.features_list li .tags {
  padding: 0 0 10px 0;
}
.features_list .btn {
  margin-top: 80px;
}
.features_list .btn a {
  margin: 0 auto;
  width: 300px;
}
.focus {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0 75px calc((100% - 1140px)/ 2);
  max-height: 370px;
  height: 100%;
}
.focus h2 {
  font-size: 40px;
  line-height: 1;
  width: 178px;
}
.focus h2 span {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 12px;
}
.focus_list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
  width: 100%;
}
.focus_list>* {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.focus_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-right: 20px;
}
.focus_list a:hover .ttl {
  color: #003caa;
}
.focus_list a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.focus_list .txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.focus_list .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  width: 240px;
}
.focus_list .ttl {
  font-size: 16px;
  line-height: 1.4;
}
.focus_list img {
  -webkit-transition: .3s;
  transition: .3s;
}
.focus_list p {
  color: #888;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 20px;
}
.focus_list p:last-child {
  color: #333;
  font-size: 11px;
  line-height: 1;
  margin-top: auto;
  text-align: right;
}
.focus_next,.focus_prev {
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 30px 10px 0 10px;
  width: 40px;
}
.focus_next:hover,.focus_prev:hover {
  border: 1px solid #333;
}
.focus_prev {
  background: url(../img/interview/prev.png) center center no-repeat #fff;
}
.focus_prev:hover {
  background: url(../img/interview/prev_on.png) center center no-repeat #333;
}
.focus_next {
  background: url(../img/interview/next.png) center center no-repeat #fff;
}
.focus_next:hover {
  background: url(../img/interview/next_on.png) center center no-repeat #333;
}
.interview #mv.big {
  /*height: auto;*/
  height: 100%;
  padding-top: 0;
}
.interview #mv.big .ttl_area {
  padding: 75px 0 45px 0;
}
.interview #mv.big .ttl_cover {
  padding: 60px 0 0 50%;
}
.interview #mv.big .ttl_cover img {
  max-height: 420px;
  height: auto;
  object-fit: contain;
  object-position: 0 50%;
  width: 100%;
  aspect-ratio: 5 / 3;
}
.interview #mv.big .ttl_column {
  background: #fff;
  margin-top: 32px;
  padding: 60px 60px 45px 60px;
  width: 630px;
}
.interview #mv.big .ttl_column h2 {
  color: #333;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}
.interview #mv.big .ttl_column p {
  color: #888;
  font-size: 15px;
  line-height: 40px;
  margin-top: 30px;
}
.interview #mv.big .tags {
  margin-top: 40px;
}
.interview #mv.big .ttl_date {
  font-size: 11px;
  line-height: 1;
  margin-top: 15px;
  text-align: right;
  width: 630px;
}
.interview #mv.big+.breadcrumb {
  margin-top: -132px;
  position: relative;
  z-index: 10;
}
.interview footer {
  margin-top: 0;
}
.entry_title {
  color: #fff;
  height: 160px;
  margin-top: 100px;
  overflow: hidden;
  padding: 45px 0 0 0;
  position: relative;
}
.entry_title h2 {
  font-size: 24px;
  line-height: 1;
  margin-left: calc((100% - 1140px)/ 2);
  position: relative;
  z-index: 3;
}
.entry_title::before {
  -webkit-transform: skewX(-25deg);
  -webkit-transform-origin: right top;
  content: '';
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  transform-origin: right top;
  width: calc(100% - ((100% - 1140px)/ 2));
  z-index: 2;
}
.entry_lead {
  background: #fff;
  font-size: 30px;
  line-height: 1.4;
  margin: -45px auto 0 auto;
  padding: 45px 60px;
  position: relative;
  width: 1140px;
  z-index: 2;
}
.entry .breadcrumb {
  margin-top: 0;
  padding: 30px 0;
  position: relative;
  z-index: 5;
}
.entry .breadcrumb .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.entry .breadcrumb p {
  font-size: 11px;
}
.entry_caption {
  background: #f5f5f5;
  margin-top: 100px;
  padding: 60px 0 120px 0;
}
/*
.entry_caption .inner>* {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
*/
/*
.entry_caption .inner>*>:first-child {
  margin-right: 60px;
}
*/
.entry_caption h2 {
  text-align: left;
}
.entry_caption h3 {
  text-align: left;
  margin-bottom: 20px;
}
.entry_caption dl {
  margin-top: 30px;
}
.entry_caption dd+dt {
  margin-top: 20px;
}
.entry_caption img {
  margin-top: -120px;
  margin-bottom: 24px;
  margin-left: 60px;
  max-width: 550px;
  width: 100%;
  float: right;
}
.entry_caption .news_d_text_box {
  max-width: 100%;
  width: 710px;
  margin: 0 auto;
}
.entry_service a {
  background: #fff;
  color: #003caa;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin-right: 5px;
  padding: 5px 10px;
}
.entry_service a:hover {
  background: #003caa;
  color: #fff;
}
.entry_section .inner {
  overflow: visible;
  padding: 110px 0 70px 0;
  width: 900px;
}
.entry_section .inner.center:nth-child(1) {
  padding-top: 0;
}
.entry_section .inner .img {
  display: block;
  float: left;
  margin: -60px 60px 80px calc(((100vw - 900px)/ 2) * -1);
  /*max-width: 50vw;*/
  max-width: 800px;
  width: 41.6vw;
  overflow: hidden;
  text-align: right;
}
.entry_section .inner:first-child .img,
.entry_section .inner.right:first-child .img {
  margin-top: -170px;
}
.entry_section .inner:first-child .img img {
  /*width: 100%;*/
}
.entry_section .inner.right .img {
  float: right;
  /*margin: -60px calc(((100vw - 916px)/ 2) * -1) 80px 60px;*/
  margin: -60px calc(((100vw - 918px)/ 2) * -1) 80px 60px;

  text-align: left;
}
.entry_section .inner.right .img img {
  /*width: 100%;*/
}
.entry_section .inner.center .img {
  float: none;
  width: 100%;
  max-width: 900px;
  margin: 50px 0;
  text-align: center;
}
/*
.entry_section .inner.center .img img {
  width: 100%;
  margin: 0 auto;
}
*/
/*
.entry_section .inner:last-child {
  padding-bottom: 180px;
}
*/
.entry_section h2 {
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 25px;
  position: relative;
  display: inline;
}
.entry_section h2::after {
  background: #333;
  bottom: 0px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 30px;
}
.entry_section h2+p {
  margin-top: 70px;
}
.entry_section .case_block_text + .case_block_text h2 {
  margin-top: 100px;
  display: inline-block;
}
.entry_section p {
  margin-top: 20px;
}
.entry_result {
  padding: 0 0 180px 0;
}
.entry_result .inner {
  width: 900px;
}
.entry_result .img {
  position: relative;
  top: -60px;
}
.entry_result h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
}
.entry_result h2+* {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.entry_result h2+*>* {
  background: #fff;
  padding: 30px 25px;
  position: relative;
  width: 420px;
}
.entry_result h2+*>* strong {
  color: #003caa;
  display: block;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 15px;
}
.entry_result h2+*>:first-child::after {
  background: url(../img/interview/detail/arrow.png);
  content: '';
  height: 30px;
  margin-top: -15px;
  position: absolute;
  right: -45px;
  top: 50%;
  width: 30px;
}
.entry_result h2+*>:first-child strong {
  color: #888;
  font-size: 15px;
  line-height: 1;
}
.entry_related {
  padding: 120px 0;
  clear: both;
}
.entry .features_stage {
  padding: 80px 0;
}
.entry .features_list {
  margin-top: 0;
}
.entry footer {
  margin-top: 0;
}
.archive .breadcrumb {
  margin-top: -15px;
  padding: 30px 0;
}
.archive footer {
  margin-top: 0;
}
.about_title {
  height: 660px;
  margin-top: 100px;
  overflow: hidden;
  position: relative;
}
.about_title_logo {
  height: 660px;
  left: 10px;
  position: absolute;
  top: 110px;
  width: 665px;
}
.about_title_logo div {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about_title_logo div:nth-child(1) {
  -webkit-animation: logo 12s linear 0s infinite;
  animation: logo 12s linear 0s infinite;
  background: url(../img/about/logo1.svg) 0 0 no-repeat;
  background-size: cover;
}
.about_title_logo div:nth-child(2) {
  -webkit-animation: logo 12s linear 3s infinite;
  animation: logo 12s linear 3s infinite;
  background: url(../img/about/logo2.svg) 0 0 no-repeat;
  background-size: cover;
}
.about_title_logo div:nth-child(3) {
  -webkit-animation: logo 12s linear 6s infinite;
  animation: logo 12s linear 6s infinite;
  background: url(../img/about/logo3.svg) 0 0 no-repeat;
  background-size: cover;
}
.about_title_logo div:nth-child(4) {
  -webkit-animation: logo 12s linear 9s infinite;
  animation: logo 12s linear 9s infinite;
  background: url(../img/about/logo1.svg) 0 0 no-repeat;
  background-size: cover;
}
.case_block_text p {
  font-weight: 500;
}
@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.about_title_back {
  bottom: 30px;
  height: 120px;
  left: 0;
  position: absolute;
  width: 100%;
}
.about_title_back div {
  -webkit-animation: back 12s linear infinite;
  animation: back 12s linear infinite;
  background: url(../img/about/back1.svg) right bottom no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width:900px) {
  .about_title_back div {
    background: url(../img/about/back1.svg) left bottom no-repeat;
    animation: back 12s linear infinite;
    width: 928px;
  }
}
@-webkit-keyframes back {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes back {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.about_title .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.about_title .inner>:first-child {
  width: 570px;
}
.about_title .inner>:last-child {
  width: 510px;
}
.about_title h2 {
  font-size: 75px;
  line-height: 1.4;
  font-weight: 400;
}
.about_title h2 > span{
  display: inline-block;
  color:transparent;
}
.about_title h2 > span.-active{
  color:#333;
}
.about_title h2 span span {
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
}
.about_title h2 span.h2_normal{
  font-size: 75px;
  line-height: 1.4;
  font-weight: 400;
}
.about_title p {
  font-size: 18px;
  font-weight: 400;
}
.about_title p > span{
  display: inline-block;
  color:transparent;
}
.about_title p > span.-active {
  color:#333;
}
.about_title p > span.-active span {
  color:#003caa;
}
.about_title p span span {
  color: #003caa;
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.about_title p span.normal {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: #333 !important;
}
.about_title p strong {
  font-weight: 700;
}
.about .breadcrumb {
  margin-top: 90px;
  padding: 30px 0;
  position: relative;
  z-index: 5;
}
.about_section1 {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 0 180px 0;
}
.about_section1>* {
  width: 50%;
}
.about_section1>:first-child {
  background: #fff;
  margin-top: -210px;
  padding: 90px 60px 100px calc((100% - 1140px)/ 2);
}
.about_section1>:last-child {
  padding: 0 calc((100% - 1140px)/ 2) 0 60px;
}
.about_section1>:last-child p {
  margin-top: 40px;
}
.about_section1>:last-child p+p {
  margin-top: 20px;
}
.about_section1 h2 {
  font-size: 24px;
  line-height: 1.7;
}
.about_section1 h2 span {
  display: block;
  font-size: 18px;
}
.about_section1 p,.about_section1 ul {
  margin-top: 20px;
}
.about_section1 p+h2,.about_section1 p+h3,.about_section1 ul+h2,.about_section1 ul+h3 {
  margin-top: 40px;
}
.about_section1 .btn {
  margin-top: 30px;
}
.about_section1 .btn a {
  text-align: center;
  width: 300px;
}
.about_section2 h2,.about_section3 h2 {
  font-size: 48px;
  line-height: 1;
  text-align: center;
}
.about_section2 h2 span,.about_section3 h2 span {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
}
.about_section2 h2 .en,.about_section3 h2 .en {
  color: #003caa;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 40px;
}
.about_section2 {
  padding: 30px 0 0 0;
}
.about_section2_stage {
  background: url(../img/about/back2.svg) 10px bottom no-repeat #fff;
  margin-left: calc((100% - 1140px)/ 2);
  margin-top: 88px;
  padding: 74px 0 100px 118px;
  position: relative;
}
.about_features_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.about_features > div + div {
  margin-top: 120px;
}
.about_features_item>div:first-child {
  /*width: 450px;*/
  width: 570px;
}
.about_features_item>div:last-child {
  margin-left: 60px;
  margin-right: 60px;
  /* min-height: 500px; */
  position: relative;
  width: 600px;
}
.about_features h3 {
  color: #003caa;
  font-size: 36px;
  line-height: 1.7;
  letter-spacing: 0;
}
.about_features h3 span {
  display: block;
}
.about_features h3 span:last-child {
  color: #333;
  font-size: 18px;
  margin-top: 20px;
}
.about_features h3+p {
  margin-top: 40px;
}
.about_features p {
  margin-top: 28px;
}
.about_features p>span {
  background: #333;
  color: #fff;
  font-size: 18px;
  padding: 5px;
}
.about_features_controller {
  -webkit-transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  background: 0 0;
  color: #003caa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  left: -100px;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about_features_controller span {
  display: block;
  text-align: center;
}
.about_features_controller span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  margin: 60px 0 60px 10px;
  transform: rotate(90deg);
  width: 120px;
}
.about_features_controller span:nth-child(2)::after {
  content: '';
  display: block;
  height: 3px;
}
.about_section3 {
  margin-top: 180px;
  position: relative;
  z-index: 2;
}
.about_section3 .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: url(../img/about/back3.svg) 99% bottom no-repeat #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  padding: 120px 60px;
}
.about_section3 .inner>* {
  width: 450px;
}
.about_section3 h3 {
  font-size: 24px;
  line-height: 1.7;
}
.about_section3 p {
  margin-top: 40px;
}
.about_section3 p+p {
  margin-top: 20px;
}
.about_section3 .btn{
  margin-top: 20px;
}
.about_section3 .btn a{
  width: 250px;
}
.about_section4 {
  margin: -120px 0 0 0;
  padding: 210px 0 120px 0;
  position: relative;
  z-index: 1;
}
.about_section4 .btn a {
  background: #fff;
  font-size: 24px;
  margin: 0 auto;
  text-align: center;
  width: 450px;
}
.about_section4 .btn a span {
  padding: 20px 0;
}
.about footer {
  margin-top: 0;
}
.motion {
  /*transform: scale(1);*/
  transform: scale(0.7) translateY(-50%);
  transform-origin: 0 0;
  position: absolute;
  top: 50%;
  left: 0%;
}
.no-anime {
  transform: scale(0.7) translateY(-50%);
  transform-origin: 0 0;
  position: absolute;
  top: 50%;
  left: 0%;
  height: 100%;
}
.motion img {
  left: 0;
  max-width: none;
  position: absolute;
  top: 0;
}
.motion1 img {
  -webkit-transform: scale(0,0);
  transform: scale(0,0);
}
.motion1 .f1 {
  -webkit-transform: scale(1,1);
  position: static;
  transform: scale(1,1);
}
.motion1 .f2 {
  left: 164px;
  top: 178px;
}
.motion1 .f3 {
  left: 409px;
  top: 330px;
}
.motion1 .f4 {
  left: 68px;
  top: 323px;
}
.motion1 .f5 {
  left: 45px;
  top: 0;
}
.motion1 .f6 {
  left: 105px;
  top: 202px;
}
.motion1 .f7 {
  left: 395px;
  top: 153px;
}
.motion1.on .f2 {
  -webkit-animation: f2 3s linear 0s forwards;
  animation: f2 3s linear 0s forwards;
}
.motion1.on .f3 {
  -webkit-animation: f3 3s linear 0s forwards;
  animation: f3 3s linear 0s forwards;
}
.motion1.on .f4 {
  -webkit-animation: f4 3s linear 0s forwards;
  animation: f4 3s linear 0s forwards;
}
.motion1.on .f5 {
  -webkit-animation: f5 3s linear 0s forwards;
  animation: f5 3s linear 0s forwards;
}
.motion1.on .f6 {
  -webkit-animation: f6 3s linear 0s forwards;
  animation: f6 3s linear 0s forwards;
}
.motion1.on .f7 {
  -webkit-animation: f7 3s linear 0s forwards;
  animation: f7 3s linear 0s forwards;
}
.motion2 img {
  -webkit-transform: scale(0,0);
  transform: scale(0,0);
}
.motion2 .f1 {
  -webkit-transform: scale(1,1);
  position: static;
  transform: scale(1,1);
}
.motion2 .f2 {
  left: 230px;
  top: 0;
}
.motion2 .f3 {
  left: 431px;
  top: 137px;
}
.motion2 .f4 {
  left: 422px;
  top: 342px;
}
.motion2 .f5 {
  left: 230px;
  top: 430px;
}
.motion2 .f6 {
  left: 30px;
  top: 342px;
}
.motion2 .f7 {
  left: 0;
  top: 137px;
}
.motion2.on .f2 {
  -webkit-animation: f2 5s linear 0s forwards;
  animation: f2 5s linear 0s forwards;
}
.motion2.on .f3 {
  -webkit-animation: f3 5s linear 0s forwards;
  animation: f3 5s linear 0s forwards;
}
.motion2.on .f4 {
  -webkit-animation: f4 5s linear 0s forwards;
  animation: f4 5s linear 0s forwards;
}
.motion2.on .f5 {
  -webkit-animation: f5 5s linear 0s forwards;
  animation: f5 5s linear 0s forwards;
}
.motion2.on .f6 {
  -webkit-animation: f6 5s linear 0s forwards;
  animation: f6 5s linear 0s forwards;
}
.motion2.on .f7 {
  -webkit-animation: f7 5s linear 0s forwards;
  animation: f7 5s linear 0s forwards;
}
.motion3 img {
  opacity: 0;
}
.motion3 .f1 {
  opacity: 1;
  position: static;
}
.motion3.on .f2 {
  -webkit-animation: g2 6s linear 0s forwards;
  animation: g2 6s linear 0s forwards;
}
.motion3.on .f3 {
  -webkit-animation: g3 6s linear 0s forwards;
  animation: g3 6s linear 0s forwards;
}
.motion3.on .f4 {
  -webkit-animation: g4 6s linear 0s forwards;
  animation: g4 6s linear 0s forwards;
}
.motion4 img {
  opacity: 0;
}
.motion4 .f1 {
  left: 104px;
  top: 0;
  position: relative;
}
.motion4 .f2 {
  left: 0;
  top: 191px;
}
.motion4 .f3 {
  left: 0;
  top: 381px;
}
.motion4 .f4 {
  left: 208px;
  top: 383px;
}

.motion4.on .f1 {
  -webkit-animation: g1 4s linear 0s forwards;
  animation: g1 4s linear 0s forwards;
}
.motion4.on .f2 {
  -webkit-animation: g2 4s linear 0s forwards;
  animation: g2 4s linear 0s forwards;
}
.motion4.on .f3 {
  -webkit-animation: g3 4s linear 0s forwards;
  animation: g3 4s linear 0s forwards;
}
.motion4.on .f4 {
  -webkit-animation: g4 4s linear 0s forwards;
  animation: g4 4s linear 0s forwards;
}

.motion5 .f1 {
  position: static;
}
.motion5 .f2 {
  left: 32px;
  top: 70px;
}
.motion5 .f3 {
  left: 0;
  top: 0;
}
.motion5.on .f2 {
  -webkit-animation: h1 4s linear 0s infinite;
  animation: h1 30s linear 0s infinite;
}
.motion6 .f1 {
  position: static;
}
.motion6 .f2 {
  -webkit-transform: translateY(-251px);
  left: 30px;
  opacity: 0;
  top: 154px;
  transform: translateY(-251px);
}
.motion6 .f3 {
  -webkit-transform: translateY(-115px);
  left: 259px;
  opacity: 0;
  top: 8px;
  transform: translateY(-115px);
}
.motion6 .f4 {
  -webkit-transform: translateY(-226px);
  left: 325px;
  opacity: 0;
  top: 98px;
  transform: translateY(-226px);
}
.motion6 .f5 {
  -webkit-transform: translateY(-133px);
  left: 49px;
  opacity: 0;
  top: 0;
  transform: translateY(-133px);
}
.motion6 .f6 {
  -webkit-transform: translateY(-455px);
  left: 410px;
  opacity: 0;
  top: 237px;
  transform: translateY(-455px);
}
.motion6.on .f2 {
  -webkit-animation: i2 5s linear 0s forwards;
  animation: i2 5s linear 0s forwards;
}
.motion6.on .f3 {
  -webkit-animation: i3 5s linear 0s forwards;
  animation: i3 5s linear 0s forwards;
}
.motion6.on .f4 {
  -webkit-animation: i4 5s linear 0s forwards;
  animation: i4 5s linear 0s forwards;
}
.motion6.on .f5 {
  -webkit-animation: i5 5s linear 0s forwards;
  animation: i5 5s linear 0s forwards;
}
.motion6.on .f6 {
  -webkit-animation: i6 5s linear 0s forwards;
  animation: i6 5s linear 0s forwards;
}
.-pc02 {
  display: block;
}
.-sp {
  display: none;
}
@-webkit-keyframes f1 {
  6% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@keyframes f1 {
  6% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@-webkit-keyframes f2 {
  14% {
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
  }
  20% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@keyframes f2 {
  14% {
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
  }
  20% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@-webkit-keyframes f3 {
  28% {
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
  }
  34% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@keyframes f3 {
  28% {
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
  }
  34% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@-webkit-keyframes f4 {
  42% {
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
  }
  48% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@keyframes f4 {
  42% {
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
  }
  48% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@-webkit-keyframes f5 {
  56% {
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
  }
  62% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@keyframes f5 {
  56% {
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
  }
  62% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@-webkit-keyframes f6 {
  70% {
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
  }
  76% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@keyframes f6 {
  70% {
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
  }
  76% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@-webkit-keyframes f7 {
  84% {
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
  }
  90% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@keyframes f7 {
  84% {
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
  }
  90% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@-webkit-keyframes g1 {
  0% {
    opacity: 0;
  }
  9% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes g1 {
  0% {
    opacity: 0;
  }
  9% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g2 {
  30% {
    opacity: 0;
  }
  39% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes g2 {
  30% {
    opacity: 0;
  }
  39% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g3 {
  60% {
    opacity: 0;
  }
  69% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes g3 {
  60% {
    opacity: 0;
  }
  69% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g4 {
  90% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes g4 {
  90% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes h1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes h1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes i2 {
  14% {
    -webkit-transform: translateY(-251px);
    opacity: 0;
    transform: translateY(-251px);
  }
  20% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes i2 {
  14% {
    -webkit-transform: translateY(-251px);
    opacity: 0;
    transform: translateY(-251px);
  }
  20% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes i3 {
  28% {
    -webkit-transform: translateY(-115px);
    opacity: 0;
    transform: translateY(-115px);
  }
  34% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes i3 {
  28% {
    -webkit-transform: translateY(-115px);
    opacity: 0;
    transform: translateY(-115px);
  }
  34% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes i4 {
  42% {
    -webkit-transform: translateY(-226px);
    opacity: 0;
    transform: translateY(-226px);
  }
  48% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes i4 {
  42% {
    -webkit-transform: translateY(-226px);
    opacity: 0;
    transform: translateY(-226px);
  }
  48% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes i5 {
  56% {
    -webkit-transform: translateY(-133px);
    opacity: 0;
    transform: translateY(-133px);
  }
  62% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes i5 {
  56% {
    -webkit-transform: translateY(-133px);
    opacity: 0;
    transform: translateY(-133px);
  }
  62% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes i6 {
  70% {
    -webkit-transform: translateY(-455px);
    opacity: 0;
    transform: translateY(-455px);
  }
  76% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes i6 {
  70% {
    -webkit-transform: translateY(-455px);
    opacity: 0;
    transform: translateY(-455px);
  }
  76% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width:1350px) {
  .articles_list li, .features_list li {
    margin: 5.30303vw 0 0 0;
    width: 27.27273vw;
  }
  .features_list ul {
    padding: 0 3.0303vw;
    width: auto;
  }
}
@media (max-width: 1240px) {
  footer .row .right {
    padding: 60px 30px;
  }
  footer .row .right h2 {
    width: 100%;
    text-align: left;
  }
  footer .row .right .row {
    width: 100%;
    justify-content: space-between;
  }
  footer .row .right .gnav ul:not(:last-child) {
    margin-right: 60px;
  }
  footer .row .right .subnav {
    margin-left: 80px;
  }
  footer .row .right .copy {
    width: 100%;
  }
}
@media (max-width:1200px) {
  #seminar #featured_seminar .inner {
    width: 100%;
  }
  #seminar #featured_seminar .inner .featured_slider .slide a {
    padding-left: 6%;
    padding-right: 6%;
  }
  #seminar #featured_seminar .inner .featured_slider .slide a .txt {
    width: 50%;
  }
  #seminar #featured_seminar .inner .featured_slider .slide a .img {
    width: 45%;
  }
  #seminar #past_seminar .inner .nav_area,  #seminar #seminar_list .inner .nav_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  #seminar #past_seminar .inner .nav_area .title,  #seminar #seminar_list .inner .nav_area .title {
    -webkit-transform: none;
    margin-bottom: 10px;
    position: static;
    transform: none;
  }
  #seminar #past_seminar .inner .content_area .list .block,  #seminar #seminar_list .inner .content_area .list .block {
    width: 30%;
  }
}
@media (max-width:1160px) {
  .-pc02 {
    display: none;
  }
  .-sp {
    display: block;
  }
  .inner {
    padding: 0 6%;
    width: 100%;
  }
  #mv .ttl_area .ttl_inner {
    padding-left: 6%;
  }
  #mv .ttl_area .ttl_inner h2 {
    font-size: 50px;
  }
  #top #whatis .inner .block {
    padding: 6%;
  }
  #top #reasons .reason_sec .row .txt_area {
    margin-right: 20px;
  }
  #top #reasons .reason_sec:nth-child(2n) .row .txt_area {
    margin-left: 20px;
    margin-right: 0;
  }
  #top #reasons .reason_sec.sec_last {
    padding-left: 6%;
    padding-right: 6%;
  }
  #top #reasons .reason_sec.sec_last .inner .row .txt_area {
    margin-right: 0;
  }
  #top #cases .inner .case_list ul li {
    width: 32%;
  }
  #top #cases .inner .case_list ul li a .txt {
    padding: 20px;
  }
  #top #cases .inner .case_list ul li a .txt .ttl {
    height: auto;
  }
  #top #seminar .ttl_area .row .ttl {
    padding-left: 6%;
  }
  #top #seminar .ttl_area .row .txt_area {
    background: url(../img/top/mask_seminar.svg) no-repeat center left/840px;
    padding-right: 6%;
    width: 60%;
  }
  #top #chlonicle .lists .chlonicle_list li .txt_area {
    font-size: 15px;
  }
  #top #topics_document .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #top #topics_document .row .topics {
    width: 100%;
  }
  #top #topics_document .row .document {
    margin-top: 120px;
    width: 100%;
  }
  #top #topics_document .row .document .document_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  #top #topics_document .row .document .document_inner .document_slider {
    width: 50%;
  }
  #top #topics_document .row .document .btn {
    margin-top: 0;
  }
  #contact #contact_form .inner .intro {
    margin-bottom: 45px;
    text-align: left;
  }
  #contact #contact_form .inner .form {
    padding: 6%;
  }
  #mv.big {
    height: 50vw;
  }
  #mv.big .ttl_area {
    padding-top: 6.81818vw;
  }
  #mv.big .ttl_area::before {
    width: 90%;
  }
  #mv.big .ttl_cover {
    padding-left: 14.39394vw;
  }
  #mv.big .ttl_cover img {
    height: 31.81818vw;
  }
  #interview #mv.big .ttl_cover img {
    height: auto;
  }
  #mv.big+.breadcrumb {
    margin-top: -21.59091vw;
  }
  .service_section1 {
    margin: 0 0 0 2.27273vw;
    padding-left: calc((100% - 700px)/ 2);
  }
  .service_section2 {
    display: block;
    height: auto;
    padding: 0 2.27273vw;
    margin-top: 50px;
  }
  .service_list {
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
    background-color: #fff;
  }
  .service_list>ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .service_list>ul>li {
    width: 49%;
  }
  .service_detail .inner {
    width: 100%;
  }
  .service_outline_item {
    padding: 6.66667vw 0;
  }
  .service_outline_item>div {
    height: auto;
  }
  .service_outline_item>div>div {
    margin: 2.27273vw 0 0 0;
    padding: 2.27273vw;
    justify-content: space-between;
  }
  .service_outline_item>div>div>img {
    margin: -7.95455vw 0 0 2.27273vw;
    width: auto;
    max-width: 60%;
  }
  .service_section3_head,  .service_section4_head,  .service_section5_head {
    margin: 0 6%;
    background-size: contain;
  }
  .service_section3 .inner, .service_section4 .inner, .service_section5 .inner {
    padding: 0 4%;
  }
  .service_column {
    margin: 4.54545vw 1.136365vw 0 1.136365vw;
    /*width: 27.27273vw;*/
  }
  .service_column:nth-child(3n) {
    margin-right: 1.136365vw;
  }
  .about_title h2 {
    font-size: 50px;
  }
  .about_title h2 span span {
    font-size: 100px;
  }
  .about_title h2 span.h2_normal {
    font-size: 50px;
  }
  .about_title p {
    font-size: 15px;
  }
  .about_title span.normal {
    font-size: 15px;
  }
  .about_section1>:first-child {
    padding-left: 60px;
  }
  .about_section1>:last-child {
    padding-right: 60px;
  }
  .about_section2 {
    overflow-x: hidden;
  }
  .about_section2_stage {
    padding-left: 0;
    margin-left: 0;
  }
  .about_features > div + div {
    margin-top: 60px;
  }
  .about_features_item>div:first-child {
    width: 50%;
    padding-left: 20px;
  }
  .about_features_item>div:last-child {
    width: 45%;
    margin: 60px 10px 0 20px;
  }
  .service_column_title {
    font-size: 20px;
  }
  #mv.big .ttl_area .ttl_inner {
    padding-left: 3%;
  }
  .interview #mv.big .ttl_column, .interview #mv.big .ttl_date {
    width: 58%;
  }
  .interview #mv.big .ttl_column h2 {
    font-size: 20px;
    line-height: 1.6;
  }
  .articles_tags .tags {
    width: auto;
  }
  .articles .inner {
    padding: 0 4%;
  }
  .entry_title h2 {
    margin-left: 6%;
  }
  .entry_lead {
    font-size: 20px;
    margin: -10px 6% 0 6%;
    padding: 6.66667vw 3.33333vw;
    width: auto;
  }
  .entry_section .inner {
    width: auto;
    padding: 60px 6% 0 6%;
  }
  .entry_section .inner:first-child .img {
    margin-top: -20px;
  }
  .ntry_section .inner.right .img {
    margin: 0 -6% 60px 40px;
  }
  .entry_result .inner {
    width: auto;
    padding: 0 6%;
  }
  .entry_related .inner {
    padding: 0 4%;
  }
  .contact_more>div {
    width: auto;
    padding: 0 6%;
  }
  .entry_result h2+*>* {
    width: 42vw;
  }
  .service_detail .breadcrumb {
    height: auto;
    padding: 5px 20px 10px;
  }
  .service_detail .breadcrumb div:last-child {
    flex-direction: column;
    align-items: flex-end;
  }
  .service_detail .breadcrumb ul {
    margin: 0 -2px 0 0;
  }
  .service_detail .breadcrumb .prev {
    margin-left: 0;
    margin-right: auto;
  }
  .motion5.no-anime {
    transform: scale(0.55) translateY(-50%);
  }
  footer {
    margin-top: 90px;
  }
  footer .row .left {
    width: 32.5%;
  }
  footer .row .right {
    width: 67.5%;
    padding-right: 0;
    padding-left: 0;
  }
  footer .row .right h2 {
    padding: 0 6%;
    width: 100%;
  }
  footer .row .right .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 6%;
    width: 100%;
  }
  footer .row .right .row .gnav {
    width: 100%;
  }
  footer .row .right .row .subnav {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  footer .row .right .row .subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .row .right .row .subnav ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
  }
  footer .row .right .copy {
    padding: 0 6%;
    width: 100%;
  }
  .service_list.-sp .service_list_item {
    flex-direction: column;
    width: 50%;
  }
  .service_list.-sp .service_list_item_child {
    width: 50%;
  }
  .service_list.-sp {
    display: flex;
  }
  .service_list .other_nav a,
  .service_list .other_nav a.on {
    padding: 0;
    font-size: 13px;
  }
  .service_list .other_nav a:hover,
  .service_list .other_nav a.on:hover {
    padding: 0;
  }
  .service_list.-sp>ul>li {
    width: 100%;
    line-height: 2;
  }
  .service_list.-sp>ul>li span,
  .service_list.-sp p>a{
    font-weight: normal;
    transition: all 0.2s;
    color: #a5a5a5;
    font-size: 13px;
  }
  .service_list.-sp p>a{
    line-height: 2;
    padding: 0;
  }
  .service_list.-sp .service_list_item_child ul {
    /*opacity: 0;*/
    display: none;
    position: absolute;
    /*transition: all 0.2s;*/
  }
  .service_list.-sp .service_list_item_child ul.active {
    /*opacity: 1;*/
    display: block;
    position: relative;
    /*transition: all 0.2s;*/
  }
  .service_list.-sp .service_list_item li span.active {
    font-weight: bold;
    /*font-size: 14.5px;*/
    /*transition: all 0.3s;*/
    color: #333;
  }
  .service_list.-sp .service_list_item_child a{
    line-height: 1.5;
    padding: 12px 0 0;
  }
  .service_list a::before {
    content: none;
  }
  .service_outline {
    padding: 0 3%;
  }
}
@media (max-width:1230px) {
  header .right .nav_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-shadow: 0 5px 5px rgba(0,60,170,.1);
    background: #fff;
    box-shadow: 0 5px 5px rgba(0,60,170,.1);
    display: none;
    flex-direction: column;
    left: 0;
    /*padding: 120px 6%;*/
    padding: 80px 6%;
    position: absolute;
    top: 100px;
    width: 100%;
  }
  header .right .nav_area nav.gnav {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  header .right .nav_area nav.gnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .right .nav_area nav.gnav ul li:not(:last-child) {
    margin-bottom: 30px;
    margin-right: 0;
  }
  header .right .nav_area nav.subnav {
    margin-top: 60px;
  }
  header .right .nav_area nav.subnav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header .right .nav_area nav.subnav ul li:not(:last-child) {
    margin-right: 20px;
  }
  header .right .nav_area nav.subnav ul li.resource a {
    background: #333;
    border: 2px solid #333;
    color: #fff;
    display: block;
    line-height: 46px;
    text-align: center;
    width: 180px;
  }
  header #sp_nav {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    cursor: pointer;
    display: block;
    height: 35px;
    position: absolute;
    right: 90px;
    top: 38px;
    width: 35px;
    z-index: 9999;
  }
  header #sp_nav span {
    background-color: #2a2a2a;
    border-radius: 2px;
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    width: 100%;
  }
  header #sp_nav span:nth-child(1) {
    -webkit-animation: menu_top .6s ease-out 0s normal forwards;
    animation: menu_top .6s ease-out 0s normal forwards;
    top: 5px;
  }
  header #sp_nav span:nth-child(2) {
    -webkit-animation: menu_bottom .6s ease-out 0s forwards;
    animation: menu_bottom .6s ease-out 0s forwards;
    top: 16px;
    width: 26px;
  }
  header.open {
    background: #fff;
  }
  header.open #sp_nav span:nth-child(1) {
    -webkit-animation: menu_top_close .6s ease-out 0s normal forwards;
    animation: menu_top_close .6s ease-out 0s normal forwards;
  }
  header.open #sp_nav span:nth-child(2) {
    -webkit-animation: menu_bottom_close .6s ease-out 0s normal forwards;
    animation: menu_bottom_close .6s ease-out 0s normal forwards;
  }
}
@media (max-width:1024px) {
  #top #whatis .inner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #top #whatis .inner .row .txt_area {
    text-align: center;
  }
  #top #whatis .inner .row .txt_area .main::after {
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
  }
  #top #whatis .inner .row .movie {
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }
  #top #whatis .inner .row .movie img {
    width: 100%;
  }
  #top #whatis .block .evaluations {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top #whatis .block .evaluations li {
    margin-bottom: 30px;
    text-align: center;
    width: 30%;
  }
  #top #whatis .block .evaluations li:not(:last-child) {
    margin-right: 3%;
  }
  #top #whatis .block .evaluations li img {
    max-height: 10vw;
  }
  #top #chlonicle .lists .chlonicle_list li .txt_area {
    padding: 10px;
  }
  #top #chlonicle .lists .chlonicle_list li .txt_area br {
    display: none;
  }
  #seminar #featured_seminar .inner .featured_slider .slide a .txt .title {
    font-size: 18px;
    line-height: 2;
  }
  #seminar dl.info {
    margin-top: 15px;
    padding-top: 15px;
  }
  #seminar #past_seminar .inner .content_area .list .block,  #seminar #seminar_list .inner .content_area .list .block {
    width: calc((100% - 60px)/ 2);
  }
  .modal>div {
    width: 80vw;
    padding: 5%;
  }
  .modal_close {
    margin: -50px 0 0 -40px;
  }
}
@media (max-width:830px) {
  .service_column {
    width: 335px;
  }
}
@media (max-width:810px) {
  body {
    font-size: 13px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #mv {
    height: 150px;
    margin-bottom: 30px;
    margin-top: 60px;
    padding-top: 30px;
  }
  #mv .ttl_area {
    height: 150px;
  }
  #mv .ttl_area::before {
    -webkit-transform: skewX(25deg) translateX(-12%);
    height: 150px;
    transform: skewX(25deg) translateX(-12%);
    width: 90%;
  }
  #mv .ttl_area .ttl_inner {
    padding-left: 6%;
  }
  #mv .ttl_area .ttl_inner h2 {
    font-size: 30px;
  }
  #mv .ttl_area .ttl_inner .subttl {
    font-size: 12px;
  }
  #mv.mini .ttl_area .ttl_inner h1 {
    font-size: 30px;
  }
  .breadcrumb {
    padding: 15px 0 45px;
  }
  .breadcrumb .inner ul li {
    font-size: 11px;
  }
  .breadcrumb .inner ul li:not(:last-child) {
    margin-right: 20px;
  }
  .breadcrumb .inner ul li:not(:last-child)::after {
    left: calc(100% + 5px);
    width: 10px;
  }
  .sectionttl {
    font-size: 50px;
  }
  .sectionttl+.subttl {
    font-size: 14px;
    margin-top: 10px;
  }
  .blockttl {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
  }
  .blockttl span {
    border-bottom: 0;
  }
  .blockttl::after {
    -webkit-transform: translateX(-50%);
    background: #333;
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: calc(100% + 10px);
    transform: translateX(-50%);
    width: 60vw;
  }
  .btn a {
    max-width: 100%;
  }
  header {
    height: 60px;
    padding: 0 15px;
  }
  header h1 a img {
    display: block;
    height: 40px;
    width: auto;
  }
  header .right .nav_area {
    padding: 80px 0;
    top: 60px;
  }
  header .right .nav_area nav.gnav ul li a {
    font-size: 16px;
  }
  header .right .nav_area nav.subnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .right .nav_area nav.subnav ul li:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }
  header #sp_nav {
    right: 60px;
    top: 18px;
  }
  footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .row .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    order: 2;
    padding-left: 6%;
    padding-right: 6%;
    width: 100%;
  }
  footer .row .left .copy {
    color: #888;
    font-size: 11px;
    margin-top: 30px;
  }
  footer .row .right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  footer .row .right .row .gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .row .right .row .subnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .row .right .row .subnav ul li:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }
  ._anime.-delay1,  ._anime.-delay2,  ._anime.-delay3,  ._anime.-delay4,  ._anime.-delay5,  ._anime.-delay6 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  ._anime.-delay1::before,  ._anime.-delay1>*,  ._anime.-delay2::before,  ._anime.-delay2>*,  ._anime.-delay3::before,  ._anime.-delay3>*,  ._anime.-delay4::before,  ._anime.-delay4>*,  ._anime.-delay5::before,  ._anime.-delay5>*,  ._anime.-delay6::before,  ._anime.-delay6>* {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  #top #mv {
    height: 120vh;
  }
  #top #mv .bg {
    height: 120vh;
  }
  #top #mv::before {
    height: auto;
  }
  #top #mv .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
  }
  #top #mv .inner .txt_area .main img {
    max-width: 100%;
  }
  #top #mv .inner .txt_area .sub img {
    max-width: 100%;
  }
  #top #mv .inner .award {
    margin-top: 30px;
  }
  #top #mv .inner .award img {
    width: 60vw;
  }
  #top .mv_topics {
    height: auto;
    padding: 15px 0;
  }
  #top .mv_topics .inner a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
  }
  #top .mv_topics .inner a .date {
    margin-bottom: 5px;
  }
  #top .mv_topics .inner a .ttl {
    width: 100%;
  }
  #top #client::before {
    height: 15vw;
    top: -2vw;
    width: 106vw;
  }
  #top #whatis {
    padding: 80px 0;
  }
  #top #whatis .inner .row .txt_area {
    width: 100%;
  }
  #top #whatis .inner .row .txt_area .sectionttl {
    font-size: 30px;
  }
  #top #whatis .inner .row .txt_area .sectionttl span::before {
    height: 70px;
  }
  #top #whatis .inner .row .txt_area .sectionttl strong {
    font-size: 70px;
  }
  #top #whatis .inner .row .txt_area .subttl {
    margin-top: 10px;
  }
  #top #whatis .inner .row .txt_area .main {
    font-size: 24px;
  }
  #top #whatis .inner .row .txt_area .sub {
    text-align: left;
  }
  #top #whatis .inner .row .txt_area .sub br {
    display: none;
  }
  #top #chlonicle {
    padding: 80px 0 0;
  }
  #top #chlonicle .lists .chlonicle_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #top #chlonicle .lists .chlonicle_list li {
    width: 50%;
  }
  #top #chlonicle .lists .chlonicle_list li .txt_area {
    font-size: 2.7vw;
    line-height: 1.5;
  }
  #top #chlonicle .lists .chlonicle_list li .txt_area br {
    display: block;
  }
  #top #chlonicle .lists .hover_blocks .block .inner .txt {
    width: 100%;
  }
  #top #chlonicle .lists .hover_blocks .block .inner .txt .main {
    font-size: 20px;
    line-height: 2;
  }
  #top #reasons {
    padding: 80px 0 0;
  }
  #top #reasons .reason_sec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #top #reasons .reason_sec .row .txt_area {
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
  }
  #top #reasons .reason_sec .row .txt_area .sub {
    font-size: 13px;
  }
  #top #reasons .reason_sec .row .txt_area .main {
    font-size: 20px;
    margin-bottom: 40px;
  }
  #top #reasons .reason_sec .row .txt_area .main::after {
    top: calc(100% + 15px);
  }
  #top #reasons .reason_sec .row .txt_area .ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #top #reasons .reason_sec .row .txt_area .ttl br {
    display: none;
  }
  #top #reasons .reason_sec .row .txt_area .btn {
    margin-top: 30px;
  }
  #top #reasons .reason_sec .row .img_area {
    width: 100%;
  }
  #top #reasons .reason_sec:nth-child(2n) .row .txt_area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-left: 0;
    order: 1;
  }
  #top #reasons .reason_sec:nth-child(2n) .row .img_area {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #top #reasons .reason_sec.sec3 .inner {
    width: 100%;
  }
  #top #reasons .reason_sec.sec3 .inner .row .img_area {
    margin-left: 0;
    margin-right: -40vw;
    width: 100vw;
  }
  #top #reasons .reason_sec.sec_last .inner {
    padding: 6%;
  }
  #top #reasons .reason_sec.sec_last .inner .main_area .sub {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #top #reasons .reason_sec.sec_last .inner .main_area .main {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #top #reasons .reason_sec.sec_last .inner .main_area .img_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #top #reasons .reason_sec.sec_last .inner .main_area .img_list li {
    width: 100%;
  }
  #top #reasons .reason_sec.sec_last .inner .main_area .img_list li:not(:last-child) {
    margin-bottom: 100px;
  }
  #top #reasons .reason_sec.sec_last .inner .main_area .img_list li:not(:last-child)::after {
    -webkit-transform: rotate(90deg) translateY(-50%);
    right: 50%;
    top: calc(100% + 30px);
    transform: rotate(90deg) translateY(-50%);
  }
  #top #reasons .reason_sec.sec_last .inner .main_area .img_list li .img {
    margin-bottom: 15px;
  }
  #top #reasons .reason_sec.sec_last .inner .main_area .img_list li .ttl {
    font-size: 16px;
  }
  #top #reasons .reason_sec.sec_last .inner .main_area .notice {
    text-align: left;
  }
  #top #reasons .reason_sec.sec_last .inner .row {
    margin-top: 80px;
  }
  #top #reasons .reason_sec.sec_last .inner .row .img_area {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin-left: -10vw;
    order: 2;
    width: 85vw;
  }
  #top #reasons .reason_sec.sec_last .inner .row .txt_area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-left: 0;
    order: 1;
  }
  #top #cases {
    padding: 80px 0;
  }
  #top #cases .inner .case_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #top #cases .inner .case_list ul li {
    width: 100%;
  }
  #top #cases .inner .case_list ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  #top #cases .inner .case_list ul li a .img img {
    height: 50vw;
  }
  #top #cases .inner .case_list ul li a .txt .company {
    height: auto;
  }
  #top #cases .inner .case_list ul li a:hover {
    -webkit-transform: none;
    transform: none;
  }
  #top #seminar .ttl_area {
    height: auto;
    padding: 40px 0;
    text-align: center;
  }
  #top #seminar .ttl_area .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #top #seminar .ttl_area .row .ttl {
    padding-left: 0;
    width: 100%;
  }
  #top #seminar .ttl_area .row .ttl .sectionttl+.sub {
    margin-bottom: 40px;
  }
  #top #seminar .ttl_area .row .txt_area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    padding-right: 0;
    width: 100%;
  }
  #top #seminar .ttl_area .row .txt_area .txt {
    text-align: center;
  }
  #top #seminar .ttl_area .row .txt_area .btn a {
    margin: 0 auto;
    text-align: left;
  }
  #top #topics_document {
    padding: 80px 0;
  }
  #top #topics_document .row>div.document .desc {
    font-size: 14px;
    line-height: 2;
  }
  #top #topics_document .row>div.document .document_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #top #topics_document .row>div.document .document_inner .document_slider {
    width: 100%;
  }
  #top #topics_document .row>div.document .document_inner .document_slider .swiper-slide img {
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }
  #top #topics_document .row>div.document .document_inner .document_slider .swiper-slide.swiper-slide-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #top #topics_document .row>div.document .document_inner .document_slider .swiper-button-prev {
    left: 21px;
  }
  #top #topics_document .row>div.document .document_inner .document_slider .swiper-button-next {
    right: 21px;
  }
  #top #topics_document .row>div.document .btn {
    margin-top: 30px;
  }
  #topics #topics_list .inner .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #topics #topics_list .inner .head .category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
    font-size: 11px;
    margin-bottom: 20px;
  }
  #topics #topics_list .inner .head .category .ttl {
    margin-bottom: 5px;
    margin-right: 0;
  }
  #topics #topics_list .inner .head .category ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #topics #topics_list .inner .head .category ul li {
    margin-bottom: 10px;
  }
  #topics #topics_list .inner .head .category ul li a {
    line-height: 22px;
    width: 80px;
  }
  #topics #topics_list .inner .head .category ul li:not(:last-child) {
    margin-right: 10px;
  }
  #topics #topics_list .inner .head .archive {
    font-size: 11px;
  }
  #topics #topics_list .inner .head .archive .select_wrap {
    height: 26px;
  }
  #topics #topics_list .inner .head .archive .select_wrap+ul {
    font-size: 13px;
    left: 82px;
  }
  #topics #topics_list .inner .content .topics_block a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #topics #topics_list .inner .content .topics_block a .ttl {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  #topics #topics_list .inner .pager {
    margin: 45px 0 0;
  }
  #topics #topics_list .inner .pager ul {
    font-size: 13px;
  }
  #topics #topics_list .inner .pager ul li:not(:last-child) {
    margin-right: 25px;
  }
  #topics #topics_list .inner .pager ul li.prev {
    margin-right: 40px;
  }
  #topics #topics_list .inner .pager ul li.next {
    margin-left: 15px;
  }
  #topics_d #topics_article .inner {
    width: 100%;
  }
  #topics_d #topics_article .inner .head {
    margin-bottom: 60px;
    padding-bottom: 15px;
  }
  #topics_d #topics_article .inner .head .date_category {
    margin-bottom: 15px;
  }
  #topics_d #topics_article .inner .head .ttl {
    font-size: 16px;
    line-height: 1.8;
  }
  #topics_d #topics_article .inner .content h1 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #topics_d #topics_article .inner .content h1::after {
    top: calc(100% + 15px);
  }
  #topics_d #topics_article .inner .content h2 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #topics_d #topics_article .inner .content h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #topics_d #topics_article .inner .content p {
    margin-bottom: 30px;
  }
  #topics_d #topics_article .inner .content div {
    margin-bottom: 60px;
  }
  #topics_d #topics_article .inner .content figure {
    margin-bottom: 60px;
  }
  #topics_d #topics_article .inner .content figure figcaption {
    font-size: 10px;
  }
  #topics_d #topics_article .back {
    padding: 60px 0;
  }
  #seminar #featured_seminar .inner .featured_slider .slide {
    position: relative;
  }
  #seminar #featured_seminar .inner .featured_slider .slide a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  #seminar #featured_seminar .inner .featured_slider .slide a .img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    height: 40vw;
    order: 1;
    width: 100%;
  }
  #seminar #featured_seminar .inner .featured_slider .slide a .txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  #seminar #featured_seminar .inner .featured_slider .slide a .txt .label {
    left: -5px;
    position: absolute;
    top: 10px;
  }
  #seminar #featured_seminar .inner .featured_slider .slide a .txt .title {
    font-size: 15px;
    padding: 15px;
  }
  #seminar dl.info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.8;
    margin-top: 0;
    padding: 15px;
  }
  #seminar dl.info dt {
    width: 100%;
  }
  #seminar dl.info dd {
    width: 100%;
  }
  #seminar dl.info dd:not(:last-child) {
    margin-bottom: 5px;
  }
  #seminar #past_seminar,  #seminar #seminar_list {
    margin-top: 30px;
  }
  #seminar #past_seminar .inner .nav_area,  #seminar #seminar_list .inner .nav_area {
    padding: 15px;
  }
  #seminar #past_seminar .inner .nav_area .title,  #seminar #seminar_list .inner .nav_area .title {
    font-size: 15px;
  }
  #seminar #past_seminar .inner .nav_area ul li,  #seminar #seminar_list .inner .nav_area ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    line-height: 1.4;
    padding: 5px 10px;
    text-align: center;
  }
  #seminar #past_seminar .inner .nav_area ul li:not(:last-child),  #seminar #seminar_list .inner .nav_area ul li:not(:last-child) {
    margin-right: 5px;
  }
  #seminar #past_seminar .inner .content_area h2,  #seminar #seminar_list .inner .content_area h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #seminar #past_seminar .inner .content_area .list,  #seminar #seminar_list .inner .content_area .list {
    margin-left: 0;
  }
  #seminar #past_seminar .inner .content_area .list .block,  #seminar #seminar_list .inner .content_area .list .block {
    margin-bottom: 30px;
    margin-left: 0;
    width: 100%;
  }
  #seminar #past_seminar .inner .content_area .list .block a,  #seminar #seminar_list .inner .content_area .list .block a {
    min-height: auto;
  }
  #seminar #past_seminar .inner .content_area .list .block a .title,  #seminar #seminar_list .inner .content_area .list .block a .title {
    padding: 15px;
  }
  #seminar #past_seminar .inner .content_area .list .block a dl.info,  #seminar #seminar_list .inner .content_area .list .block a dl.info {
    min-height: auto;
    padding: 15px;
  }
  #mv.big {
    height: 280px;
  }
  #mv.big .ttl_area {
    padding-top: 30px;
  }
  #mv.big .ttl_area::before {
    width: 80%;
  }
  #mv.big .ttl_area .ttl_inner .subttl {
    line-height: 1.5;
  }
  #mv.big .ttl_area .ttl_inner h1 {
    font-size: 50px;
  }
  #mv.big .ttl_cover {
    padding-left: 38%;
  }
  #mv.big .ttl_cover img {
    height: 200px;
  }
  #interview #mv.big .ttl_cover img {
    height: auto;
  }
  #mv.big+.breadcrumb {
    margin-top: -100px;
    padding-bottom: 15px;
  }
  .contact_more {
    padding: 6.66667vw 0 150px;
  }
  .contact_more>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .contact_more h2 {
    font-size: 30px;
  }
  .contact_more .btn {
    margin-top: 20px;
  }
  .service_section1 {
    margin: 0 6%;
    padding: 15px 15px 80px 15px;
  }
  .service_section1 h2 {
    font-size: 22px;
    line-height: 1.6;
  }
  .service_section2 {
    padding: 0 6%;
  }
  .service_section3 .service_column_title {
    height: auto;
  }
  .service_list a.on,  .service_list a:hover {
    /*font-size: 15px;*/
    padding: 12px 0;
    font-weight: bold;
  }
  .service_outline_item {
    padding: 30px 0;
  }
  .service_outline_item>div>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    /*margin: 0;
    padding: 30px 0;*/
    margin: 30px 0 0;
    padding: 0;
    align-items: center;
  }
  .service_outline_item>div>div>img {
    margin: 0 0 20px 0;
    max-width: 100%;
  }
  .service_outline_item>div>div>div {
    padding: 30px;
    width: 100%;
  }
  .service_outline h2 {
    font-size: 25px;
  }
  .service_outline h3 {
    font-size: 18px;
    line-height: 1.6;
  }
  .service_outline p {
    font-size: 20px;
    line-height: 1.6;
  }
  .service_section3,  .service_section4,  .service_section5 {
    padding: 6.66667vw 0 13.33333vw 0;
  }
  .service_section3_head,  .service_section4_head,  .service_section5_head {
    margin: 0 6%;
  }
  .service_section3_head h2,  .service_section4_head h2,  .service_section5_head h2 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 30px;
    width: auto;
  }
  .service_section3_head h2 span,  .service_section4_head h2 span,  .service_section5_head h2 span {
    margin-left: 0;
    margin-top: 10px;
  }
  .service_section4_head {
    display: block;
  }
  .service_section4_head>div {
    margin-left: 0;
    width: auto;
  }
  .service_section4_head h2 {
    margin-top: 1em;
  }
  .service_section4_head p {
    clear: both;
  }
  .service_section4_head img {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 60px;
  }
  .service_column {
    width: 42.8vw;
  }
  .service_column_title {
    font-size: 18px;
  }
  .service_overlay {
    width: 95%;
  }
  .service_detail {
    padding: 0 10px;
  }
  .service_detail_title {
    height: 200px;
    margin: 0 -10px;
    padding: 0 0 20px 30px;
  }
  .service_detail_title::after {
    left: 20px;
  }
  .service_detail_title h2 {
    font-size: 30px;
    margin-left: 80px;
  }
  .service_detail.other .service_detail_title h2 {
    font-size: 20px;
  }
  .service_detail_title img {
    display: none;
  }
  .service_detail .breadcrumb {
    font-size: 11px;
    flex-direction: column;
    align-items: flex-end;
  }
  .service_detail .breadcrumb div:first-child {
    margin-right: auto;
    margin-bottom: 10px;
  }
  .service_detail .breadcrumb div:first-child,.service_detail .breadcrumb div:last-child,.service_detail .breadcrumb ul  li {
    font-size: 11px;
  }
  .service_detail .breadcrumb ul  li:not(:last-child) {
    margin-right: 20px;
  }
  .service_detail .breadcrumb ul  li:not(:last-child)::after {
    width: 10px;
    left: calc(100% + 5px);
  }
  .service_detail .breadcrumb .next {
    margin-left: auto;
  }
  .service_detail .inner {
    width: auto;
  }
  .service_detail_section1 {
    margin: 6.66667vw 0;
  }
  .service_detail_section1 h2 {
    font-size: 18px;
    line-height: 1.6;
  }
  .service_detail.other .service_detail_section1 h2 {
    font-size: 18px;
    line-height: 1.6;
  }
  .service_detail_section2 {
    margin: 0 -10px;
    padding: 6.66667vw 10px;
  }
  .service_detail_section2 h3>span:last-child {
    font-size: 18px;
  }
  .service_detail.other .service_detail_section2 h3>span:last-child {
    font-size: 18px;
  }
  .service_detail_section2 .inner>div {
    margin-top: 8.88889vw;
  }
  .service_detail_section2 .inner>div+div {
    margin-top: 8.88889vw;
  }
  .service_detail_section2 h2 {
    font-size: 24px;
  }
  .service_detail_section2 h3>span:first-child {
    font-size: 30px;
  }
  .service_detail_section3 {
    padding: 6.66667vw 0;
  }
  .service_detail_section3>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .service_detail_section3 h2 {
    font-size: 30px;
  }
  .service_detail_section3 h2+* {
    margin: 0;
  }
  .service_detail_section4 {
    margin: 0 -10px;
  }
  .articles_list li,  .features_list li {
    margin: 13.33333vw 0 0 0;
    width: 100%;
  }
  .articles_list li .txt,  .features_list li .txt {
    padding: 3.33333vw;
  }
  .articles_list li .company,  .features_list li .company {
    margin-top: 4.44444vw;
  }
  .articles_list li .tags,  .features_list li .tags {
    margin-top: 6.66667vw;
    padding: 0 10px 10px 10px;
  }
  .articles_tags {
    margin-left: 0;
    margin-top: 6.66667vw;
    padding: 3.33333vw 6%;
  }
  .articles_tags::before {
    content: none;
  }
  .articles h2 {
    font-size: 30px;
    height: auto;
    padding-top: 30px;
  }
  .articles h2 span {
    position: static;
  }
  .features_stage {
    padding: 8.88889vw 6% 13.33333vw 6%;
  }
  .features_stage>div+div {
    margin-top: 26.66667vw;
  }
  .features h2 {
    font-size: 30px;
  }
  .features h2+p {
    margin-top: 4.44444vw;
  }
  .features_list {
    margin-top: -4.44444vw;
  }
  .features_list ul {
    padding: 0;
  }
  .features_list li {
    margin: 17.77778vw 0 0 0;
    width: auto;
  }
  .features_list li .txt {
    padding: 20px 0;
  }
  .features_list li .tags {
    padding: 0 0 10px 0;
  }
  .focus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 0 6%;
    max-height: 320px;
    height: 100%;
  }
  .focus h2 {
    width: auto;
  }
  .focus h2 span {
    display: inline-block;
  }
  .focus_list {
    width: 100%;
  }
  .focus_list>* {
    display: block;
  }
  .focus_list a {
    width: auto;
  }
  .focus_list .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 15px;
    width: 180px;
  }
  .focus_list .img {
    width: 150px;
  }
  .focus_next,  .focus_prev {
    display: none;
  }
  .interview #mv.big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    background: #003caa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0;
    padding-top: 80px;
  }
  .interview #mv.big .ttl_area {
    padding: 0 0 30px 0;
    position: static;
  }
  .interview #mv.big .ttl_area::before {
    content: none;
  }
  .interview #mv.big .ttl_area .ttl_inner {
    padding: 0 6%;
    position: static;
  }
  .interview #mv.big .ttl_area h1 {
    left: 0;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 100%;
  }
  .interview #mv.big .ttl_cover {
    padding: 0 6%;
    position: static;
  }
  .interview #mv.big .ttl_column {
    margin-top: 0;
    padding: 6.66667vw 3.33333vw;
    width: auto;
  }
  .interview #mv.big .ttl_column p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 6.66667vw;
  }
  .interview #mv.big .tags {
    margin-top: 6.66667vw;
  }
  .interview #mv.big .ttl_date {
    width: auto;
  }
  .interview #mv.big+.breadcrumb {
    margin-top: 0;
  }
  .entry_title {
    height: 26.66667vw;
    margin-top: 60px;
    padding: 4.44444vw 0 0 0;
  }
  .entry_title h2 {
    font-size: 22px;
    line-height: 1.6;
    margin-left: 0;
    padding: 0 6%;
  }
  .entry .breadcrumb {
    padding: 2.22222vw 0 6.66667vw 0;
  }
  .entry .breadcrumb .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .entry .breadcrumb ul {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 4.44444vw;
  }
  .entry_caption {
    margin-top: 6.66667vw;
    padding: 6.66667vw 0 13.33333vw 0;
  }
  .entry_caption .inner>* {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
  /*
  .entry_caption .inner>*>:first-child {
    margin-right: 0;
  }
  */
  .entry_caption img {
    margin: 4.44444vw auto 0 auto;
    float: none;
  }
  .entry_section .inner {
    padding: 30px 6%;
    width: auto;
  }
  .entry_section .inner .img {
    float: none!important;
    margin: 0 auto!important;
    margin-top: 0!important;
    max-width: 100%;
    width: 100%;
  }
  .entry_section h2 {
    font-size: 22px;
    margin-top: 6.66667vw;
    display: inline-block;
  }
  .entry_section h2+p {
    margin-top: 13.33333vw;
  }
  .entry_section .case_block_text + .case_block_text h2 {
    margin-top: 10vw;
  }
  .entry_section p {
    margin-top: 4.44444vw;
  }
  .entry_result {
    padding: 0 0 13.33333vw 0;
  }
  .entry_result .inner {
    width: auto;
  }
  .entry_result .img {
    top: -6.66667vw;
  }
  .entry_result h2 {
    margin-top: 2.22222vw;
  }
  .entry_result h2+* {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 4.44444vw;
  }
  .entry_result h2+*>* {
    width: auto;
  }
  .entry_result h2+*>:first-child::after {
    content: none;
  }
  .entry_result h2+*>:last-child {
    margin-top: 4.44444vw;
  }
  .entry_related {
    padding: 6.66667vw 0 13.33333vw 0;
  }
  .entry .features_stage {
    padding: 30px 6%;
  }
  .archive #mv.min .ttl_area .ttl_inner h2 {
    font-size: 26px;
    line-height: 1;
  }
  .archive .breadcrumb {
    padding: 6.66667vw 0;
  }
  .archive .breadcrumb ul {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .about_title {
    height: auto;
    margin-top: 60px;
    padding-top: 22.22222vw;
  }
  .about_title_logo {
    -webkit-transform: translateX(-50%);
    height: 66.66667vw;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 66.66667vw;
  }
  .about_title .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .about_title .inner>:first-child {
    width: auto;
  }
  .about_title .inner>:last-child {
    margin-top: 6.66667vw;
    width: auto;
  }
  .about_title h2 {
    font-size: 30px;
  }
  .about_title h2 span span {
    font-size: 40px;
  }
  .about_title h2 span.h2_normal {
    font-size: 30px;
  }
  .about_title p {
    font-size: 15px;
  }
  .about_title p span span {
    font-size: 18px;
  }
  .about_title p span.normal {
    font-size: 15px;
  }
  .about .breadcrumb {
    margin-top: 0;
    padding: 15px 0;
  }
  .about_section1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 0 0 6.66667vw 0;
  }
  .about_section1>* {
    width: auto;
  }
  .about_section1>:first-child {
    margin-top: 0;
    padding: 6.66667vw 6%;
  }
  .about_section1>:last-child {
    padding: 6.66667vw 6%;
  }
  .about_section1 h2 {
    font-size: 22px;
    line-height: 1.6;
  }
  .about_section2 h2,  .about_section3 h2 {
    font-size: 30px;
  }
  .about_section2 h2 span,  .about_section3 h2 span {
    font-size: 15px;
  }
  .about_section2 {
    padding: 6.66667vw 0 0 0;
  }
  .about_section2_stage {
    margin-left: 0;
    margin-top: 6.66667vw;
    padding: 30px 0;
  }
  .about_features {
    height: auto;
    width: 100%;
  }

  /*アニメーションなし*/
  .no-anime,.motion {
    position: relative;
    top: 0;
    transform: scale(1);
  }

  .about_features_item {
    /* -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; */
    display: block;
    padding: 6%;
  }
  .about_features > div + div {
    margin-top: 10px;
  }
  .about_features_item>div:first-child {
    width: 100%;
    padding-left: 0;
  }
  .about_features_item>div:last-child {
    margin: 11.11111vw 0 0 0;
    min-height: 0;
    width: 100%;
  }
  .about_features h3 {
    font-size: 24px;
    line-height: 1.6;
  }
  .about_features h3 span:last-child {
    font-size: 16px;
    line-height: 1.6;
  }
  .about_features h3+p {
    margin-top: 4.44444vw;
  }
  .about_features p {
    margin-top: 4.44444vw;
  }
  .about_features p>span {
    font-size: 15px;
    line-height: 2;
  }
  .about_section3 .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 30px 0 0 0;
    padding: 30px 6%;
  }
  .about_section3 .inner>* {
    width: auto;
  }
  .about_section3 .inner>:last-child {
    margin-top: 30px;
  }
  .about_section4 {
    margin-top: 0;
    padding: 60px 0;
  }
  .about_section4 .btn a {
    font-size: 18px;
    padding: 15px 0;
    width: 300px;
  }
  .motion {
    /* -webkit-transform: scale(.5);
    -webkit-transform-origin: center top;
    transform: scale(.45);
    transform-origin: left top; */
  }
  .service_wrapper .btn a,.service_overlay .btn a {
    width: 245px;
    /*padding: 0 30px;*/
  }
  .entry_section .inner.center .img {
    margin-top: 30px !important;
  }
}
@media (max-width:480px) {
  .service_column {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .service_detail .breadcrumb,.service_detail .breadcrumb div:last-child {
    align-items: stretch;
  }
}

/*ページャー 1*/
.pager.-talk_i-web {
  margin: 100px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
}
/*
.pager.-talk_i-web ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
}
*/
.pager.-talk_i-web div p {
  color: #a5a5a5;
  display: block;
}
.pager.-talk_i-web div.prev {
  margin-right: 60px;
}
.pager.-talk_i-web div:not(:last-child) {
  margin-right: 30px;
}
.pager.-talk_i-web div.prev {
  width: 10px;
  height: 20px;
  background: url(../img/arw_l.png) no-repeat center/contain;
}
.pager.-talk_i-web div.current p {
    color: #003caa;
}
.pager.-talk_i-web div.next {
  margin-left: 30px;
}
.pager.-talk_i-web div.next {
  width: 10px;
  height: 20px;
  background: url(../img/arw_r.png) no-repeat center/contain;
}
.pager.-talk_i-web div.next:hover {
  background-image: url(../img/arw_r_b.png);
  transform: translateX(5px);
}
.pager.-talk_i-web div.prev:hover {
  background-image: url(../img/arw_l_b.png);
  transform: translateX(-5px);
}
.pager.-talk_i-web div p:hover {
  color: #003caa;
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 810px) {
  .pager.-talk_i-web {
    margin: 75px 0 0;
  }
  .pager.-talk_i-web div {
    font-size: 13px;
  }
  .pager.-talk_i-web div.prev {
    margin-right: 40px;
  }
  .pager.-talk_i-web div:not(:last-child) {
    margin-right: 25px;
  }
  .pager.-talk_i-web div.next {
    margin-left: 15px;
  }
}
/*ページャー2*/
.news_pager_box {
  display: table;
  margin: 100px auto 40px;
}
.news_pager_box_inner {
  display: table-cell;
  vertical-align: top;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  cursor: pointer;
  width: 40px;
  color: #333;
}
.news_pager_box_inner.current {
  position: relative;
  top: -4px;
}
.news_pager_box_inner.current p {
  margin-right: 20px;
  padding-left: 14px;
  padding-top: 3px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #003caa;
  color: #fff;
}

/*一覧ページへ戻る*/
.articles_list + .news_pager_box + .btn {
  margin-top: 50px;
}
.articles_list + .news_pager_box + .btn a {
  margin: 0 auto;
  width: 300px;
}
@media (max-width: 810px) {
  .articles_list + .news_pager_box + .btn {
    margin-top: 40px;
  }
}
/*no-link*/
.no-links{
	pointer-events: none;
	cursor: default;
	text-decoration:none;
}

/*導入事例_エントリー*/
.entry_result {
  background: #fff !important;
  padding-bottom: 0 !important;
}
.entry_result_text {
  background: -webkit-linear-gradient(45deg,#003caa 0,#0082cc 100%);
  background: linear-gradient(45deg,#003caa 0,#0082cc 100%);
  width: 100%;
  padding: 50px 0 70px;
}
.entry_result_text .inner {
  width: 900px;
}
.entry_result_text h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
}
.entry_result_text h2+* {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.entry_result_text h2+*>* {
  background: #fff;
  padding: 40px 40px;
  position: relative;
  width: 420px;
}
.entry_result_text h2+*>:first-child strong {
  color: #888;
  font-size: 15px;
  line-height: 1;
}
.entry_result_text h2+*>* strong {
  color: #003caa;
  display: block;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 15px;
}
.entry_result_text.-noBefore .inner {
  width: 800px;
}
.entry_result_text.-noBefore h2+*>* {
  width: 100%;
}

.entry_result_text.-noBefore h3 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 10px;
}

.entry_result_text.-noBefore ul {
  color: #333333;
  list-style-type: disc;
  margin: 10px 0px 10px 15px;
}

@media (max-width: 1160px) {
  .entry_result_text .inner {
    width: auto;
    padding: 0 6%;
  }
  .entry_result_text.-noBefore .inner {
    width: auto;
    padding: 0 6%;
  }
  .entry_result_text h2+*>* {
    width: 42vw;
  }
  .entry_caption img {
    max-width: 44vw;
  }
}
@media (max-width: 810px) {
  .entry_result_text h2 {
    margin-top: 2.22222vw;
  }
  .entry_result_text h2+* {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 4.44444vw;
  }
  .entry_result_text .inner {
    width: auto;
  }
  .entry_result_text.-noBefore .inner {
    width: auto;
  }
  .entry_result_text h2+*>* {
    width: auto;
  }
  .entry_result_text h2+*>:last-child {
    margin-top: 4.44444vw;
  }
  .entry_caption img {
    max-width: 100%;
  }

  .entry_result_text.-noBefore h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }
}
/*導入事例ープロフィール*/
.entry_caption+.entry_Profile {
  margin: -100px auto 120px;
}
.entry_Profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 970px;
  width: 100%;
  margin: 80px auto 150px;
  display: block;
  clear: both;
}
.entry_Profile_content {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 40px 60px;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
}
.entry_Profile_content h2 {
  font-size: 26px;
  letter-spacing: 0.12em;
  position: absolute;
  top: -23px;
  left: 170px;
}
.entry_Profile_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
  /*-webkit-box-align: center;
      -ms-flex-align: center;
  align-items: center;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.entry_Profile_content .Profile_img {
  max-width: 177px;
  height: 213px;
  width: 30%;
  position: absolute;
}
.entry_Profile_content.-left ul li .Profile_img {
  top: -50px;
  left: -50px;
}
.entry_Profile_content.-right ul li .Profile_img {
  top: -50px;
  right: -50px;
}
.entry_Profile_content .Profile_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry_Profile_content .Profile_content > .Profile_content {
  padding-left: 110px;
}
.entry_Profile_content.-right .Profile_content {
  margin-right: 13%;
}
.entry_Profile_content .Profile_content .Profile_CpName {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.entry_Profile_content .Profile_content .Profile_box {
  margin-bottom: 10px;
}
.entry_Profile_content .Profile_content .Profile_box .Profile_name {
  display: block;
  font-size: 15px;
  line-height: 1.5;
}
.entry_Profile_content .Profile_content .Profile_box .Profile_industry {
  display: block;
  font-size: 15px;
}
.entry_Profile_content .Profile_content .Profile_text {
  font-size: 15px;
  line-height: 1.8;
}
.entry_Profile_content.-left ul li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.entry_Profile_content.-noImage .Profile_content {
  width: 100%;
}
@media (max-width: 1160px) {
  .entry_Profile {
    max-width: 800px;
  }
  .entry_Profile_content.-right .Profile_content {
    margin-right: 12vw;
  }
}
@media (max-width: 810px) {
  .entry_caption+.entry_Profile {
    margin: 80px auto 0;
  }
  .entry_Profile {
    padding-left: 6%;
    padding-right: 6%;
    margin: 80px auto 80px;
  }
  .entry_Profile_content {
    padding: 26px 6%;
    margin-bottom: 50px;
  }
  .entry_Profile_content h2 {
    font-size: 18px;
    top: -16px;
  }
  .entry_Profile_content ul li {
    display: block;
  }
  .entry_Profile_content .Profile_img {
    position: relative;
  }
  .entry_Profile_content.-left .Profile_img {
    float: left;
    margin-left: 0;
    margin-right: 5%;
    top: 0 !important;
    left: 0 !important;
  }
  .entry_Profile_content ul li .Profile_img {
    float: right;
    width: 125px;
    height: 170px;
    margin-right: 0;
    margin-left: 5%;
  }
  .entry_Profile_content.-right ul li .Profile_img {
    top: 0;
    right: 0;
  }
  .entry_Profile_content .Profile_content {
    width: 100%;
    padding-top: 15px;
    margin: 0 !important;
  }
  .entry_Profile_content .Profile_content > .Profile_content {
    padding-left: 0;
  }
  .entry_Profile_content .Profile_content .Profile_CpName {
    font-size: 14px;
    line-height: 1.4;
  }
  .entry_Profile_content .Profile_content .Profile_box .Profile_name {
    font-size: 12px;
  }
  .entry_Profile_content .Profile_content .Profile_box .Profile_industry {
    font-size: 12px;
  }
  .entry_Profile_content .Profile_text__box {
    clear: both;
  }
  .entry_Profile_content .Profile_content .Profile_text {
    font-size: 13px;
    text-align: justify;
  }
}

/*サービス紹介*/
.service_detail_pager_next {
  position: absolute;
  right: 30px;
  top: 50px;
  font-size: 13px;
}
.service_detail_pager_prev {
  position: absolute;
  top: 50px;
  font-size: 13px;
}
.breadcrumb.-bottom {
  background: none;
  margin-top: 50px;
}
.service_detail .breadcrumb .next.-noBefore::before {
  content: none;
}
.breadcrumb.-bottom .service_detail_pager_next {
  top: 0;
}
.breadcrumb.-bottom .service_detail_pager_prev {
  top: 0;
}
.lity-hidden #cms.service_detail.other {
  display: block !important;
}
/*
div#analytics .service_detail_title {
  padding: 0px 0 45px 210px;
}
*/
@media (max-width: 810px) {
  .service_detail_pager_next {
    position: absolute;
    right: 10px;
    top: 65px;
    font-size: 11px;
  }
  .service_detail_pager_prev {
    position: absolute;
    top: 65px;
    font-size: 11px;
    left: 20px;
  }
  .service_detail_section1 {
    margin: 12.66667vw 0;
  }
  .service_detail_pager_prev .prev {
    padding-left: 10px !important;
    display: block;
    line-height: 1.5;
  }
  .service_detail_pager_next .next {
    padding-right: 10px !important;
    display: block;
    line-height: 1.5;
  }
  .service_detail_section2 h3>span:first-child {
    min-width: 50px;
    max-width: 50px;
    width: 50px;
  }
  div#analytics .service_detail_title {
    padding: 0 0 20px 30px;
  }
}

.service_cat {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  line-height: 3;
  transition: all .5s ease;
}

p.service_cat>a {
  font-size: 15px;
  line-height: 3;
  padding: 0;
  cursor: pointer;
  transition: all .5s ease;
}

p.service_cat>a:hover {
  font-weight: bold;
  transition: all .5s ease;
}

@media (max-width: 550px) {
  .service_column {
    width: 100%;
  }
}

/*サービス紹介 調整*/
.service_detail .contact_more .btn span {
  padding-left: 0 !important;
  text-align: center;
}



/*
.service_cat::after{    
  content: "";
  position: absolute;
  right: 58px;
  margin-top: 15px;
  width: 6px;
  height: 6px;
  border: 1px solid #333;
  border-color: transparent transparent #333 #333;
  transform: rotate(-45deg);
}
.service_cat.close::after{
  content: "";
  position: absolute;
  right: 58px;
  margin-top: 15px;
  width: 6px;
  height: 6px;
  border: 1px solid #333;
  border-color: transparent transparent #333 #333;
  transform: rotate(135deg);
}
.service_cat_item {
  display: none;
}
*/
/*# sourceMappingURL=sourcemaps/style.css.map */
