@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Asap+Condensed:400,500,700,900%7CNoto+Sans+JP:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900");
/* ============================================================================
  pager
============================================================================ */
.pager-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .pager-list li .page-number {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    width: 28px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px; }
    .pager-list li .page-number.current {
      color: #2f5597;
      border-bottom: 2px solid #2f5597; }
    .pager-list li .page-number.prev {
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-right: 7px solid #000;
      border-bottom: 6px solid transparent; }
    .pager-list li .page-number.next {
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-left: 7px solid #000;
      border-bottom: 6px solid transparent; }

@media screen and (max-width: 768px) {
  .pager-list {
    margin-bottom: 0; }
    .pager-list li .page-number {
      font-size: 15px;
      font-size: 1.5rem;
      width: 24px;
      height: 30px;
      line-height: 30px;
      margin: 0 8px; }
      .pager-list li .page-number.prev {
        border-top: 4px solid transparent;
        border-right: 5px solid #000;
        border-bottom: 4px solid transparent; }
      .pager-list li .page-number.next {
        border-top: 4px solid transparent;
        border-left: 5px solid #000;
        border-bottom: 4px solid transparent; } }
/* ============================================================================
  pc/sp 表示非表示
============================================================================ */
.pc-item {
  display: block; }

.sp-item {
  display: none; }

@media screen and (max-width: 1024px) {
  .pc-item {
    display: none; }

  .sp-item {
    display: block; } }
/* ============================================================================
  下層MV
============================================================================ */
.mv-section {
  width: 90vw;
  margin: 0 auto;
  position: relative; }
  .mv-section .mv-content {
    position: relative;
    padding: 200px 0 100px 5vw;
    margin-bottom: 60px;
    height: 420px; }
    .mv-section .mv-content .mv-vis {
      position: absolute;
      top: 0;
      right: -5vw;
      width: 70%;
      height: 100%;
      transform: skewX(-20deg);
      transform-origin: 100% 100%;
      z-index: 1;
      overflow: hidden; }
      .mv-section .mv-content .mv-vis .mvvis-inner {
        width: 100%;
        height: 100%;
        background: url("../img/home/messagevis.png") no-repeat 50% 50%/cover;
        transform: skewX(20deg);
        transform-origin: 100% 100%; }
    .mv-section .mv-content h3 {
      font-size: 35px;
      font-size: 3.5rem;
      font-weight: bold;
      letter-spacing: 0.4em;
      display: block;
      line-height: 1;
      padding-bottom: 20px;
      position: relative;
      margin-bottom: 10px;
      z-index: 5; }
      .mv-section .mv-content h3 span {
        color: #2f5597;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0.4em;
        line-height: 1;
        margin-bottom: 14px; }
    .mv-section .mv-content .sub {
      font-size: 25px;
      font-size: 2.5rem;
      color: #2f5597;
      font-weight: bold;
      letter-spacing: 0.2em;
      line-height: 1em;
      padding-top: 25px;
      position: relative;
      z-index: 5; }
      .mv-section .mv-content .sub:before {
        content: '';
        width: 44px;
        height: 1px;
        background-color: #2f5597;
        position: absolute;
        top: 0;
        left: 0; }

@media screen and (max-width: 768px) {
  .mv-section {
    padding: 40px 0 40px 0; }
    .mv-section .mv-content {
      position: static;
      padding: 0;
      margin-bottom: 60px;
      height: auto; }
      .mv-section .mv-content::before {
        content: '';
        width: 100vw;
        height: 200px;
        background-color: #F7F7F7;
        position: absolute;
        top: 340px;
        left: -5vw;
        z-index: 2;
        transform: skewY(12.5deg);
        transform-origin: 100% 100%; }
      .mv-section .mv-content .mv-vis {
        position: absolute;
        top: 0;
        right: -5vw;
        width: 100vw;
        height: 340px;
        transform: skewY(0);
        transform-origin: 100% 0;
        z-index: 1; }
        .mv-section .mv-content .mv-vis .mvvis-inner {
          transform: skewY(0);
          transform-origin: 100% 0; }
      .mv-section .mv-content h3 {
        font-size: 25px;
        font-size: 2.5rem;
        padding-bottom: 20px;
        text-align: center;
        margin-top: 310px; }
      .mv-section .mv-content .sub {
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        padding-top: 25px; }
        .mv-section .mv-content .sub:before {
          width: 40px;
          left: 50%;
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
/* ============================================================================
  下層文字のみ
============================================================================ */
.title-section {
  padding: 200px 0 100px; }
  .title-section h3 {
    text-align: center;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: 0.4em;
    display: block;
    line-height: 1;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
    z-index: 5; }
    .title-section h3 span {
      color: #2f5597;
      display: block;
      font-family: 'Roboto', sans-serif;
      font-weight: 800;
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: 0.4em;
      line-height: 1;
      margin-bottom: 14px; }

@media screen and (max-width: 768px) {
  .title-section {
    padding: 120px 0 60px; }
    .title-section h3 {
      font-size: 25px;
      font-size: 2.5rem;
      padding: 0;
      margin: 0 auto; } }
/* ============================================================================
  list
============================================================================ */
.num-list li {
  padding-left: 1em;
  text-indent: -1em; }

.disc-list {
  list-style-type: none; }
  .disc-list li {
    padding-left: 1.2em;
    margin-bottom: 5px;
    position: relative; }
    .disc-list li:last-child {
      margin-bottom: 0; }
    .disc-list li:before {
      content: '';
      width: 8px;
      height: 8px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: #D4EDD4;
      position: absolute;
      left: 0;
      top: 9px; }

@media screen and (max-width: 1024px) {
  .disc-list li {
    padding-left: 1em; }
    .disc-list li:before {
      width: 6px;
      height: 6px;
      top: 10px; } }
.border-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.6em;
  border-bottom: 1px solid #D2D2D2;
  position: relative; }
  .border-list:before {
    content: '';
    width: 22%;
    height: 1px;
    background-color: #2f5597;
    position: absolute;
    bottom: -1px;
    left: 0; }
  .border-list dt, .border-list dd {
    padding: 35px 20px 35px; }
  .border-list dt {
    width: 22%;
    font-weight: bold;
    color: #2f5597;
    border-top: 1px solid #2f5597; }
  .border-list dd {
    width: 78%;
    border-top: 1px solid #D2D2D2; }

@media screen and (max-width: 1024px) {
  .border-list {
    display: block; }
    .border-list dt, .border-list dd {
      width: 100%;
      font-size: 14px;
      font-size: 1.4rem; }
    .border-list dt {
      padding: 20px 0 14px; }
    .border-list dd {
      border-top: none;
      padding: 0 0 20px; } }
/* ============================================================================
  button
============================================================================ */
.btn {
  width: 340px;
  height: 60px;
  margin: 0 auto; }
  .btn a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2f5597; }
    .btn a p {
      color: white;
      line-height: 1;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: 0.15em;
      padding-right: 50px;
      position: relative; }
      .btn a p::before, .btn a p::after {
        content: '';
        height: 1px;
        background-color: white;
        position: absolute;
        right: 0;
        bottom: 0.25em;
        transform-origin: 100% 100%; }
      .btn a p::before {
        width: 7px;
        transform: rotate(45deg); }
      .btn a p::after {
        width: 40px; }

@media screen and (min-width: 1024px) {
  .btn a:hover {
    background-color: #274873;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
    .btn a:hover p {
      padding-right: 70px;
      transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
      .btn a:hover p::after {
        width: 60px;
        transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); } }
@media screen and (max-width: 1024px) {
  .btn {
    width: 100%;
    height: 60px;
    margin: 0 auto; }
    .btn a p {
      font-size: 13px;
      font-size: 1.3rem; } }
/* ============================================================================
  下層コンテンツ
============================================================================ */
.section-lower {
  padding-bottom: 120px;
  position: relative; }
  .section-lower .section-lower-inner {
    width: 90vw;
    margin: 0 auto;
    position: relative; }

@media screen and (max-width: 1024px) {
  .section-lower {
    padding-bottom: 60px;
    z-index: 2; }
    .section-lower:before {
      z-index: 2 !important; } }
.section-main {
  width: 100%;
  height: 100vh;
  max-height: 67.5vw;
  background-color: #F7F7F7;
  position: relative; }
  .section-main.shown .mainvis {
    width: 70%;
    transform: skewX(-20deg);
    transition: all 1.5s 1.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: 0 0; }
    .section-main.shown .mainvis .mainvis-inner {
      transform: skewX(20deg);
      transition: all 1.5s 1.3s cubic-bezier(0.19, 1, 0.22, 1);
      transform-origin: 0 0;
      background-position: 50% 50%; }
  .section-main.shown .maintitle .logo {
    transform: translateY(0);
    opacity: 1;
    transition: all 1.5s 1.7s cubic-bezier(0.19, 1, 0.22, 1); }
  .section-main.shown .maintitle p span {
    transform: translateY(0);
    opacity: 1; }
    .section-main.shown .maintitle p span:nth-of-type(1) {
      transition: all 1.5s 1.9s cubic-bezier(0.19, 1, 0.22, 1); }
    .section-main.shown .maintitle p span:nth-of-type(2) {
      transition: all 1.5s 2.1s cubic-bezier(0.19, 1, 0.22, 1); }
  .section-main.shown .scroll {
    transform: rotate(-90deg) translate(0, 150px);
    opacity: 1;
    transition: all 0.8s 2.6s cubic-bezier(0.19, 1, 0.22, 1); }
  .section-main .mainvis {
    width: 0;
    height: 100%;
    transform: skewX(0deg);
    transform-origin: 0 0;
    position: relative;
    overflow: hidden; }
    .section-main .mainvis .mainvis-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: skewX(0deg);
      transform-origin: 0 0; }
      .section-main .mainvis .mainvis-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
        .section-main .mainvis .mainvis-inner img.on {
          z-index: 2;
          animation: mv-fadein 1.0s; }
@keyframes mv-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .section-main .maintitle {
    position: absolute;
    top: calc( 50% + 40px );
    left: 60%;
    transform: translate(0, -50%); }
    .section-main .maintitle .logo {
      width: 22vw;
      height: 28.4vw;
      background: url("../img/home/mainvis_logo.svg") no-repeat 0 0/cover;
      margin-bottom: 20px;
      transform: translateY(80px);
      opacity: 0; }
    .section-main .maintitle p {
      font-weight: bold;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.7;
      letter-spacing: 0.20em;
      transform: translateX(0.85vw); }
      .section-main .maintitle p span {
        display: inline-block;
        transform: translateY(50px);
        opacity: 0; }
  .section-main .scroll {
    position: absolute;
    bottom: 2vw;
    right: 2vw;
    line-height: 1;
    transform: rotate(-90deg) translate(-80px, 150px);
    transform-origin: 0 100%;
    width: 150px;
    text-align: right;
    opacity: 0; }
    .section-main .scroll p {
      font-family: 'Roboto', sans-serif;
      font-weight: 800;
      font-size: 13px;
      font-size: 1.3rem;
      color: #2f5597;
      letter-spacing: 0.25em;
      line-height: 1; }
    .section-main .scroll::before, .section-main .scroll::after {
      content: '';
      height: 1px;
      background-color: #2f5597;
      position: absolute;
      left: 0;
      bottom: 3px;
      transform-origin: 0 0; }
    .section-main .scroll::before {
      width: 0px;
      transform: rotate(-45deg);
      animation: scroll_2 1.5s linear infinite; }
@keyframes scroll_2 {
  0% {
    width: 0; }
  30% {
    width: 0; }
  38% {
    width: 7px;
    left: 0;
    bottom: 3px; }
  80% {
    width: 7px;
    left: 0;
    bottom: 3px; }
  90% {
    width: 0;
    left: 4.95px;
    bottom: 7.95px; }
  100% {
    width: 0;
    left: 4.95px;
    bottom: 7.95px; } }
    .section-main .scroll::after {
      animation: scroll_1 1.5s linear infinite; }
@keyframes scroll_1 {
  0% {
    width: 0;
    left: 70px; }
  30% {
    width: 70px;
    left: 0; }
  60% {
    width: 70px;
    left: 0; }
  80% {
    width: 0;
    left: 0; }
  100% {
    width: 0;
    left: 0; } }
  .section-main .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.section-about {
  padding: 150px 0;
  position: relative; }
  .section-about .section-inner {
    width: 90vw;
    margin: 0 auto;
    position: relative; }
    .section-about .section-inner h2 {
      position: absolute;
      top: 0;
      left: 0; }
      .section-about .section-inner h2 .en {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
        font-size: 13px;
        font-size: 1.3rem;
        color: #2f5597;
        letter-spacing: 0.25em;
        transform: rotate(-90deg) translateX(-100%);
        transform-origin: 0 0;
        line-height: 1;
        text-align: right; }
      .section-about .section-inner h2 .ja {
        display: inline-block;
        position: relative;
        font-weight: bold;
        font-size: 28px;
        font-size: 2.8rem;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        letter-spacing: 0.25em;
        line-height: 1;
        padding-left: 28px; }
    .section-about .section-inner .statement {
      width: 720px;
      margin: 0 auto 60px; }
      .section-about .section-inner .statement h3 {
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
        color: #2f5597;
        letter-spacing: 0.15em;
        line-height: 1.7;
        margin-bottom: 20px; }

.section-business {
  padding: 150px 0;
  position: relative; }
  .section-business::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 98vw;
    height: 68%;
    background-color: #2f5597; }
  .section-business .section-inner {
    width: 90vw;
    margin: 0 auto;
    position: relative; }
    .section-business .section-inner h2 {
      position: absolute;
      top: -40px;
      right: 0;
      width: 56px; }
      .section-business .section-inner h2 .en {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 100%;
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
        font-size: 13px;
        font-size: 1.3rem;
        color: rgba(255, 255, 255, 0.15);
        letter-spacing: 0.25em;
        transform: rotate(-90deg) translate(-100%, -100%);
        transform-origin: 0 0;
        line-height: 1;
        text-align: right; }
      .section-business .section-inner h2 .ja {
        font-weight: bold;
        font-size: 30px;
        font-size: 3rem;
        color: white;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        letter-spacing: 0.38em;
        line-height: 1; }
    .section-business .section-inner .row {
      box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
      background-color: white;
      width: 85%;
      margin-bottom: 60px; }
      .section-business .section-inner .row:last-child {
        margin-bottom: 0;
        margin-left: 15%; }
      .section-business .section-inner .row ul {
        display: flex; }
        .section-business .section-inner .row ul li a {
          display: block;
          padding: 12% 10%;
          transition: all 0.3s; }
          .section-business .section-inner .row ul li a dl {
            padding-top: 15px; }
            .section-business .section-inner .row ul li a dl dd.icon {
              width: 120px;
              height: 100px;
              margin: 0 auto 10px; }
            .section-business .section-inner .row ul li a dl dt {
              text-align: center;
              color: #2f5597;
              font-size: 24px;
              font-size: 2rem;
              font-weight: bold;
              letter-spacing: 0.15em;
              margin-bottom: 10px; }
            .section-business .section-inner .row ul li a dl dd.text {
              font-size: 12px;
              font-size: 1.2rem; }
          @media screen and (min-width: 1024px) {
            .section-business .section-inner .row ul li a:hover {
              opacity: 0.7; } }
        .section-business .section-inner .row ul li:not(:last-child) {
          border-right: 1px solid rgba(0, 0, 0, 0.12); }
      .section-business .section-inner .row:nth-of-type(1) ul li:nth-child(1) a dl dd.icon {
        background: url("../img/home/business_icon_1.svg") no-repeat 50% 50%/contain; }
      .section-business .section-inner .row:nth-of-type(1) ul li:nth-child(2) a dl dd.icon {
        background: url("../img/home/business_icon_2.svg") no-repeat 50% 50%/contain; }
      .section-business .section-inner .row:nth-of-type(1) ul li:nth-child(3) a dl dd.icon {
        background: url("../img/home/business_icon_3.svg") no-repeat 50% 50%/contain; }
      .section-business .section-inner .row:nth-of-type(2) li:nth-child(1) a dl dd.icon {
        background: url("../img/home/business_icon_4.svg") no-repeat 50% 50%/contain; }
      .section-business .section-inner .row:nth-of-type(2) li:nth-child(2) a dl dd.icon {
        background: url("../img/home/business_icon_5.svg") no-repeat 50% 50%/contain; }
      .section-business .section-inner .row:nth-of-type(2) li:nth-child(3) a dl dd.icon {
        background: url("../img/home/business_icon_6.svg") no-repeat 50% 50%/contain; }

.section-works {
  padding: 150px 0;
  position: relative; }
  .section-works::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 98vw;
    height: 68%;
    background-color: #2f5597; }
  .section-works .section-inner {
    width: 90vw;
    margin: 0 auto;
    position: relative; }
    .section-works .section-inner h2 {
      position: absolute;
      top: -40px;
      left: 0; }
      .section-works .section-inner h2 .en {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
        font-size: 13px;
        font-size: 1.3rem;
        color: rgba(255, 255, 255, 0.15);
        letter-spacing: 0.25em;
        transform: rotate(-90deg) translateX(-100%);
        transform-origin: 0 0;
        line-height: 1;
        text-align: right; }
      .section-works .section-inner h2 .ja {
        font-weight: bold;
        font-size: 30px;
        font-size: 3rem;
        color: white;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        letter-spacing: 0.38em;
        line-height: 1;
        padding-left: 28px; }
    .section-works .section-inner .row {
      box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
      background-color: white;
      width: 85%;
      margin-bottom: 60px;
      margin-left: 15%; }
      .section-works .section-inner .row:nth-of-type(2) {
        margin-bottom: 0;
        margin-left: 0; }
      .section-works .section-inner .row ul {
        display: flex; }
        .section-works .section-inner .row ul li {
          width: 3333.33333%; }
          .section-works .section-inner .row ul li:not(:last-child) {
            border-right: 1px solid rgba(0, 0, 0, 0.12); }
          .section-works .section-inner .row ul li a {
            display: block;
            transition: all 0.3s; }
            .section-works .section-inner .row ul li a figure img {
              width: 100%;
              height: auto; }
            .section-works .section-inner .row ul li a figure figcaption {
              padding: 30px; }
              .section-works .section-inner .row ul li a figure figcaption .title {
                font-size: 13px;
                font-size: 1.3rem;
                line-height: 1.7;
                letter-spacing: 0.15em;
                font-weight: bold;
                margin-bottom: 5px; }
              .section-works .section-inner .row ul li a figure figcaption .tag {
                font-family: 'Roboto', sans-serif;
                font-weight: 800;
                font-size: 12px;
                font-size: 1.2rem;
                color: #2f5597;
                padding-left: 18px;
                background: url("../img/home/icon_tag.svg") no-repeat 0 50%/12px 12px; }
            @media screen and (min-width: 1024px) {
              .section-works .section-inner .row ul li a:hover {
                opacity: 0.7; } }
    .section-works .section-inner .annotation {
      text-align: right;
      font-size: 11px;
      font-size: 1.1rem;
      color: #666;
      margin-top: 15px; }
    .section-works .section-inner .btn {
      margin-top: 40px; }

.section-news {
  padding: 150px 0;
  position: relative; }
  .section-news::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
    width: 50%;
    height: 100%;
    transform: skewX(-20deg);
    transform-origin: 0 0; }
  .section-news .section-inner {
    width: 90vw;
    margin: 0 auto;
    position: relative; }
    .section-news .section-inner h2 {
      position: absolute;
      top: -40px;
      right: 0;
      width: 56px; }
      .section-news .section-inner h2 .en {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 100%;
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
        font-size: 13px;
        font-size: 1.3rem;
        color: #2f5597;
        letter-spacing: 0.25em;
        transform: rotate(-90deg) translate(-100%, -100%);
        transform-origin: 0 0;
        line-height: 1;
        text-align: right; }
      .section-news .section-inner h2 .ja {
        font-weight: bold;
        font-size: 30px;
        font-size: 3rem;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        letter-spacing: 0.38em;
        line-height: 1; }
    .section-news .section-inner .row {
      width: 85%; }
      .section-news .section-inner .row ul {
        /* display: flex; */
       }
        .section-news .section-inner .row ul li {
          width: 3333.33333%;
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          .section-news .section-inner .row ul li:not(:first-child) {
            /* padding-left: 50px; */
           }
          .section-news .section-inner .row ul li .date {
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 15px;
            font-size: 1.5rem;
            margin-right: 12px; }
          .section-news .section-inner .row ul li .category {
            font-size: 12px;
            font-size: 1.2rem;
            color: #2f5597;
            border: 1px solid #2f5597;
            padding: 4px 8px;
            line-height: 1; }
          .section-news .section-inner .row ul li .text {
            width: 100%;
            line-height: 1.5;
            padding-top: 15px;
            padding-bottom: 20px;
            font-size: 15px;
            font-size: 1.5rem; }
          .section-news .section-inner .row ul li .arrow {
            width: 40px;
            height: 10px;
            position: relative; }
            .section-news .section-inner .row ul li .arrow::before, .section-news .section-inner .row ul li .arrow::after {
              content: '';
              height: 1px;
              background-color: #2f5597;
              position: absolute;
              right: 0;
              bottom: 0.25em;
              transform-origin: 100% 100%; }
            .section-news .section-inner .row ul li .arrow::before {
              width: 7px;
              transform: rotate(45deg); }
            .section-news .section-inner .row ul li .arrow::after {
              width: 40px; }
        .section-news .section-inner .row ul li {
          width: 3333.33333%; }
          .section-news .section-inner .row ul li:not(:first-child) {
            /* padding-left: 50px;  */
          }
          .section-news .section-inner .row ul li a {
            display: flex;
            flex-wrap: wrap;
            align-items: center; }
            .section-news .section-inner .row ul li a .date {
              font-family: 'Roboto', sans-serif;
              font-weight: 500;
              font-size: 15px;
              font-size: 1.5rem;
              margin-right: 12px; }
            .section-news .section-inner .row ul li a .category {
              font-size: 12px;
              font-size: 1.2rem;
              color: #2f5597;
              border: 1px solid #2f5597;
              padding: 4px 8px;
              line-height: 1; }
            .section-news .section-inner .row ul li a .text {
              width: 100%;
              line-height: 1.5;
              padding-top: 15px;
              padding-bottom: 20px;
              font-size: 15px;
              font-size: 1.5rem; }
            .section-news .section-inner .row ul li a .arrow {
              width: 40px;
              height: 10px;
              position: relative; }
              .section-news .section-inner .row ul li a .arrow::before, .section-news .section-inner .row ul li a .arrow::after {
                content: '';
                height: 1px;
                background-color: #2f5597;
                position: absolute;
                right: 0;
                bottom: 0.25em;
                transform-origin: 100% 100%; }
              .section-news .section-inner .row ul li a .arrow::before {
                width: 7px;
                transform: rotate(45deg); }
              .section-news .section-inner .row ul li a .arrow::after {
                width: 40px; }
    .section-news .section-inner .btn {
      margin-top: 60px; }

.section-profile {
  padding: 150px 0;
  position: relative; }
  .section-profile .section-inner {
    width: 90vw;
    margin: 0 auto;
    position: relative; }
    .section-profile .section-inner h2 {
      position: absolute;
      top: 0;
      left: 0; }
      .section-profile .section-inner h2 .en {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
        font-size: 13px;
        font-size: 1.3rem;
        color: #ffffff;
        letter-spacing: 0.25em;
        transform: rotate(-90deg) translateX(-100%);
        transform-origin: 0 0;
        line-height: 1;
        text-align: right; }
      .section-profile .section-inner h2 .ja {
        font-weight: bold;
        font-size: 30px;
        font-size: 3rem;
        color: #ffffff;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        letter-spacing: 0.38em;
        line-height: 1;
        padding-left: 28px; }
    .section-profile .section-inner .message-content {
      position: relative;
      padding: 100px 0 100px 15%;
      margin-bottom: 80px; }
      .section-profile .section-inner .message-content .messagevis {
        position: absolute;
        top: 0;
        right: -5vw;
        width: 70vw;
        height: 100%;
        transform: skewX(-20deg);
        transform-origin: 100% 100%;
        z-index: 1;
        overflow: hidden; }
        .section-profile .section-inner .message-content .messagevis .messagevis-inner {
          position: absolute;
          top: 0;
          right: 0;
          width: 70vw;
          height: 100%;
          background: url("../img/home/messagevis.png") no-repeat 50% 50%/cover;
          transform: skewX(20deg);
          transform-origin: 100% 100%; }
      .section-profile .section-inner .message-content h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
        font-size: 17px;
        font-size: 1.7rem;
        color: #2f5597;
        letter-spacing: 0.25em;
        padding-bottom: 20px;
        position: relative;
        margin-bottom: 40px;
        z-index: 5; }
        .section-profile .section-inner .message-content h3::after {
          content: '';
          width: 44px;
          height: 1px;
          background-color: #2f5597;
          position: absolute;
          bottom: 0;
          left: 0; }
      .section-profile .section-inner .message-content p {
        font-size: 14px;
        font-size: 1.4rem;
        width: 50%;
        position: relative;
        z-index: 5; }
		
		.section-profile .section-inner .message-content span {
background:rgba(255,255,255,0.7); }
		
		
    .section-profile .section-inner .btn {
      margin: 40px 0 0 0;
      position: relative;
      z-index: 5; }
      .section-profile .section-inner .btn p {
        width: auto; }
  .section-profile .access-content {
    position: relative;
    padding-top: 60px; }
    .section-profile .access-content::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 98vw;
      height: 60%;
      background-color: #2f5597;
      z-index: 1; }
    .section-profile .access-content .access-content-inner {
      position: relative;
      z-index: 5;
      width: 80vw;
      margin: 0 auto; }
      .section-profile .access-content .access-content-inner h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
        font-size: 17px;
        font-size: 1.7rem;
        color: white;
        text-align: right;
        letter-spacing: 0.25em;
        padding-bottom: 20px;
        position: relative;
        z-index: 5;
        transform: translateX(0.3em);
        position: absolute;
        top: 0;
        right: 0; }
        .section-profile .access-content .access-content-inner h3::after {
          content: '';
          width: 44px;
          height: 1px;
          background-color: white;
          position: absolute;
          bottom: 0;
          right: 0;
          transform: translateX(-0.3em); }
      .section-profile .access-content .access-content-inner .row ul {
        display: flex;
        justify-content: space-between; }
        .section-profile .access-content .access-content-inner .row ul li {
          width: 97%; }
          .section-profile .access-content .access-content-inner .row ul li:last-child {
            padding-top: 80px; }
          .section-profile .access-content .access-content-inner .row ul li h4 {
            position: relative;
            line-height: 1;
            margin-bottom: 10px; }
            .section-profile .access-content .access-content-inner .row ul li h4 span {
              display: inline-block; }
            .section-profile .access-content .access-content-inner .row ul li h4 .ja {
              font-size: 16px;
              font-size: 1.6rem;
              font-weight: bold;
              color: white;
              letter-spacing: 0.15em;
              position: absolute;
              top: 50%;
              left: 0;
              transform: translate(0, -50%); }
            .section-profile .access-content .access-content-inner .row ul li h4 .en {
              font-family: 'Roboto', sans-serif;
              font-weight: 800;
              font-size: 65px;
              font-size: 6.5rem;
              color: rgba(0, 0, 0, 0.03);
              padding-left: 0.5em; }
          .section-profile .access-content .access-content-inner .row ul li .map {
            width: 100%;
            height: 0;
            padding-top: 57%;
            position: relative;
            margin-bottom: 20px; }
            .section-profile .access-content .access-content-inner .row ul li .map iframe {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
          .section-profile .access-content .access-content-inner .row ul li .address {
            font-size: 14px;
            font-size: 1.4rem;
            margin-bottom: 5px;
            line-height: 1.5; }
          .section-profile .access-content .access-content-inner .row ul li .tel {
            font-size: 14px;
            font-size: 1.4rem; }

.section-business.scroll-target.init::before,
.section-works.scroll-target.init::before,
.access-content.scroll-target.init::before {
  width: 0; }
.section-business.scroll-target.show::before,
.section-works.scroll-target.show::before,
.access-content.scroll-target.show::before {
  width: 98vw;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1); }

.section-news.scroll-target.init::before {
  width: 0; }
.section-news.scroll-target.show::before {
  width: 50%;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1); }

.section-about .scroll-target.init,
.section-business .scroll-target.init,
.section-works .scroll-target.init,
.section-news .scroll-target.init,
.section-profile .scroll-target.init {
  opacity: 0;
  transform: translateY(100px); }
.section-about .scroll-target.show,
.section-business .scroll-target.show,
.section-works .scroll-target.show,
.section-news .scroll-target.show,
.section-profile .scroll-target.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

.section-profile .message-content.scroll-target.init {
  opacity: 1;
  transform: translateY(0); }
  .section-profile .message-content.scroll-target.init .messagevis {
    width: 0; }
.section-profile .message-content.scroll-target.show .messagevis {
  width: 70vw;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1); }

@media screen and (max-width: 1024px) {
  .btn {
    width: 100%;
    height: 60px;
    margin: 0 auto; }
    .btn a p {
      font-size: 13px;
      font-size: 1.3rem; }

  .section-main {
    padding-top: 60px;
    height: auto;
    max-height: none;
    margin-bottom: 60px;
    padding-top: 53vh; }
    .section-main.shown .mainvis {
      width: 100%;
      height: 53vh;
      transform: skewY(-12.5deg);
      transform-origin: 0 100%; }
      .section-main.shown .mainvis .mainvis-inner {
        width: 100%;
        transform: skewY(12.5deg);
        transform-origin: 0 100%;
        background-position: 50% 50%; }
    .section-main .mainvis {
      width: 100%;
      height: 0;
      transform: skewY(0deg);
      transform-origin: 0 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .section-main .mainvis .mainvis-inner {
        width: 100%;
        height: 53vh;
        transform: skewY(0deg);
        transform-origin: 0 100%;
        background-position: 50% 70%; }
    .section-main .maintitle {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      transform: translate(0, 0); }
      .section-main .maintitle .logo {
        width: 50vw;
        height: calc( 50vw * 0.77 );
        max-width: 346px;
        max-height: 264px;
        background: url("../img/home/mainvis_logo.svg") no-repeat 0 0/contain;
        margin: 0 auto 20px;
        margin-top: -30vw; }
      .section-main .maintitle p {
        display: inline-block;
        font-weight: bold;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.7;
        letter-spacing: 0.20em;
        transform: translateX(0);
        width: 100%; }
    .section-main .scroll {
      position: absolute;
      bottom: -40px;
      right: 3vw;
      line-height: 1;
      transform: rotate(-90deg) translateY(150px);
      transform-origin: 0 100%;
      width: 150px;
      text-align: right; }
      .section-main .scroll p {
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
        font-size: 13px;
        font-size: 1.3rem;
        color: #2f5597;
        letter-spacing: 0.25em; }
      .section-main .scroll::before, .section-main .scroll::after {
        content: '';
        height: 1px;
        background-color: #2f5597;
        position: absolute;
        left: 0;
        bottom: 0.25em;
        transform-origin: 0 0; }
      .section-main .scroll::before {
        width: 7px;
        transform: rotate(-45deg); }
      .section-main .scroll::after {
        width: 50px; }
    .section-main .loading {
      position: absolute;
      top: calc( 50% - 19px);
      left: calc( 50% - 19px);
      transform: translate(0, 0); }

  .section-about {
    padding: 60px 0; }
    .section-about::before {
      content: '';
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #f2f2f2; }
    .section-about .section-inner {
      width: 90vw;
      margin: 0 auto;
      position: relative; }
      .section-about .section-inner h2 {
        position: static;
        text-align: center;
        margin-bottom: 30px; }
        .section-about .section-inner h2 .en {
          position: static;
          transform: rotate(0) translateX(0);
          text-align: center;
          display: block;
          margin-bottom: 10px; }
        .section-about .section-inner h2 .ja {
          font-size: 25px;
          font-size: 2.5rem;
          -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
          padding-left: 0; }
      .section-about .section-inner .statement {
        width: 100%;
        margin: 0 auto 30px; }
        .section-about .section-inner .statement h3 {
          font-size: 18px;
          font-size: 1.8rem; }
          .section-about .section-inner .statement h3 br {
            display: none; }
        .section-about .section-inner .statement p {
          font-size: 14px;
          font-size: 1.4rem; }

  .section-business {
    padding: 50px 0;
    overflow: hidden; }
    .section-business::before {
      width: 100vw;
      height: 80vw;
      transform: skewY(12.5deg);
      transform-origin: 100% 100%; }
    .section-business .section-inner {
      width: 90vw; }
      .section-business .section-inner h2 {
        position: static;
        width: 100%;
        text-align: center;
        margin-bottom: 30px; }
        .section-business .section-inner h2 .en {
          display: block;
          position: static;
          transform: rotate(0) translate(0, 0);
          text-align: center;
          margin-bottom: 10px; }
        .section-business .section-inner h2 .ja {
          font-size: 25px;
          font-size: 2.5rem;
          color: white;
          -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb; }
      .section-business .section-inner .row-wrapper {
        box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2); }
      .section-business .section-inner .row {
        box-shadow: none;
        background-color: transparent;
        width: 100%;
        margin-bottom: 0;
        position: relative; }
        .section-business .section-inner .row:last-child {
          margin-left: 0; }
          .section-business .section-inner .row:last-child::before {
            content: '';
            width: 100%;
            height: 1px;
            background-color: rgba(0, 0, 0, 0.12);
            position: absolute;
            top: 0;
            left: 0; }
        .section-business .section-inner .row ul {
          display: block; }
          .section-business .section-inner .row ul li {
            background-color: white; }
            .section-business .section-inner .row ul li a {
              display: block;
              padding: 1% 10% 7.5%; }
              .section-business .section-inner .row ul li a dl {
                padding-top: 15px;
                display: flex;
                flex-wrap: wrap;
                align-items: center; }
                .section-business .section-inner .row ul li a dl dd.icon {
                  margin: 0;
                  width: 20%;
                  margin-right: 5%; }
                .section-business .section-inner .row ul li a dl dt {
                  text-align: left;
                  font-size: 14px;
                  font-size: 2rem;
                  margin-bottom: 0;
                  width: 75%;
                  line-height: 1.5; }
                .section-business .section-inner .row ul li a dl dd.text {
                  font-size: 12px;
                  font-size: 1.2rem;
                  width: 100%;
                  margin-top: 2vw; }
            .section-business .section-inner .row ul li:not(:last-child) {
              border-right: none;
              border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

  .section-works {
    padding: 50px 0;
    overflow: hidden; }
    .section-works::before {
      width: 100vw;
      height: 80vw;
      transform: skewY(-12.5deg);
      transform-origin: 0 0; }
    .section-works .section-inner {
      width: 90vw; }
      .section-works .section-inner h2 {
        position: static;
        width: 100%;
        text-align: center;
        margin-bottom: 30px; }
        .section-works .section-inner h2 .en {
          display: block;
          position: static;
          transform: rotate(0) translate(0, 0);
          text-align: center;
          margin-bottom: 10px; }
        .section-works .section-inner h2 .ja {
          font-size: 25px;
          font-size: 2.5rem;
          color: white;
          -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb; }
      .section-works .section-inner .row {
        box-shadow: none;
        background-color: transparent;
        width: 100%;
        max-width: 600px;
        margin-bottom: 0;
        margin-left: 0;
        margin: 0 auto;
        position: relative; }
        .section-works .section-inner .row:nth-of-type(2) {
          margin-left: 0;
          margin: 0 auto;
          margin-top: 25px; }
        .section-works .section-inner .row ul {
          display: block; }
          .section-works .section-inner .row ul li {
            background-color: white;
            width: 100%;
            box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2); }
            .section-works .section-inner .row ul li a figure figcaption {
              padding: 20px; }
              .section-works .section-inner .row ul li a figure figcaption .title {
                font-size: 13px;
                font-size: 1.3rem;
                line-height: 1.7;
                letter-spacing: 0.15em;
                font-weight: bold;
                margin-bottom: 5px; }
              .section-works .section-inner .row ul li a figure figcaption .tag {
                font-family: 'Roboto', sans-serif;
                font-weight: 800;
                font-size: 12px;
                font-size: 1.2rem;
                color: #2f5597;
                padding-left: 18px;
                background: url("../img/home/icon_tag.svg") no-repeat 0 50%/12px 12px; }
            .section-works .section-inner .row ul li:not(:last-child) {
              margin-bottom: 25px;
              border-right: none; }
      .section-works .section-inner .btn {
        margin-top: 20px; }

  .section-news {
    padding: 60px 0;
    overflow: hidden; }
    .section-news::before {
      width: 100vw;
      height: 100%;
      transform: skew(0, 0); }
    .section-news .section-inner h2 {
      position: static;
      text-align: center;
      margin-bottom: 30px;
      width: 100%; }
      .section-news .section-inner h2 .en {
        position: static;
        transform: rotate(0) translateX(0);
        text-align: center;
        display: block;
        margin-bottom: 10px; }
      .section-news .section-inner h2 .ja {
        font-size: 25px;
        font-size: 2.5rem;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        padding-left: 0; }
    .section-news .section-inner .row {
      width: 100%; }
      .section-news .section-inner .row ul {
        display: block; }
        .section-news .section-inner .row ul li {
          width: 100%; }
          .section-news .section-inner .row ul li:not(:first-child) {
            padding-left: 0;
            margin-top: 30px; }
    .section-news .section-inner .btn {
      margin-top: 30px; }

  .section-profile {
    padding: 0 0 60px 0; }
    .section-profile .section-inner {
      padding-top: 60px; }
      .section-profile .section-inner h2 {
        position: relative;
        text-align: center;
        margin-bottom: 50px;
        width: 100%;
        z-index: 9; }
        .section-profile .section-inner h2 .en {
          position: static;
          transform: rotate(0) translateX(0);
          text-align: center;
          display: block;
          margin-bottom: 10px; }
        .section-profile .section-inner h2 .ja {
          font-size: 25px;
          font-size: 2.5rem;
          -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
          padding-left: 0; }
      .section-profile .section-inner .message-content {
        position: static;
        padding: 0;
        margin-bottom: 60px; }
        .section-profile .section-inner .message-content::before {
          content: '';
          width: 100vw;
          height: 200px;
          background-color: #F7F7F7;
          position: absolute;
          top: 340px;
          left: -5vw;
          z-index: 5;
          transform: skewY(12.5deg);
          transform-origin: 100% 100%; }
        .section-profile .section-inner .message-content .messagevis {
          position: absolute;
          top: 0;
          right: -5vw;
          width: 100vw;
          height: 340px;
          transform: skewY(0);
          transform-origin: 100% 0;
          z-index: 2; }
          .section-profile .section-inner .message-content .messagevis .messagevis-inner {
            width: 100vw;
            transform: skewY(0);
            transform-origin: 100% 0; }
        .section-profile .section-inner .message-content h3 {
          font-family: 'Roboto', sans-serif;
          font-weight: 800;
          font-size: 17px;
          font-size: 1.7rem;
          color: #2f5597;
          letter-spacing: 0.25em;
          padding-bottom: 20px;
          position: relative;
          margin-bottom: 30px;
          z-index: 5;
          text-align: center;
          margin-top: 230px; }
          .section-profile .section-inner .message-content h3::after {
            content: '';
            width: 44px;
            height: 1px;
            background-color: #2f5597;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%); }
        .section-profile .section-inner .message-content p {
          font-size: 14px;
          font-size: 1.4rem;
          width: 100%;
          position: relative;
          z-index: 5; }
      .section-profile .section-inner .btn {
        margin: 30px 0 0 0;
        position: relative;
        z-index: 5; }
        .section-profile .section-inner .btn p {
          width: auto;
          font-size: 13px;
          font-size: 1.3rem; }
    .section-profile .access-content {
      overflow: hidden;
      padding-top: 50px; }
      .section-profile .access-content::before {
        width: 100vw;
        height: 300px;
        transform: skewY(-12.5deg);
        transform-origin: 0 0; }
      .section-profile .access-content .access-content-inner {
        width: 90vw; }
        .section-profile .access-content .access-content-inner h3 {
          position: static;
          margin-bottom: 15px;
          text-align: center; }
          .section-profile .access-content .access-content-inner h3::after {
            right: auto;
            left: 50%;
            transform: translateX(-50%); }
        .section-profile .access-content .access-content-inner .row ul {
          display: block; }
          .section-profile .access-content .access-content-inner .row ul li {
            width: 100%; }
            .section-profile .access-content .access-content-inner .row ul li h4 .en {
              font-size: 50px;
              font-size: 5rem; }
            .section-profile .access-content .access-content-inner .row ul li:last-child {
              padding-top: 20px; }
              .section-profile .access-content .access-content-inner .row ul li:last-child h4 .ja {
                color: #2f5597; }
              .section-profile .access-content .access-content-inner .row ul li:last-child h4 .en {
                font-size: 50px;
                font-size: 5rem; }

  .section-business.scroll-target.init::before,
  .section-works.scroll-target.init::before,
  .access-content.scroll-target.init::before {
    width: 0; }
  .section-business.scroll-target.show::before,
  .section-works.scroll-target.show::before,
  .access-content.scroll-target.show::before {
    width: 100vw;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

  .section-news.scroll-target.init::before {
    width: 100vw; }
  .section-news.scroll-target.show::before {
    transition: none; }
  .section-news .scroll-target-sp.init {
    opacity: 0;
    transform: translateY(100px); }
  .section-news .scroll-target-sp.show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

  .section-business .scroll-target.init,
  .section-works .scroll-target.init {
    opacity: 1;
    transform: translateY(0); }
  .section-business .scroll-target.show,
  .section-works .scroll-target.show {
    transition: none; }
  .section-business .scroll-target-sp.init,
  .section-works .scroll-target-sp.init {
    opacity: 0;
    transform: translateY(100px); }
  .section-business .scroll-target-sp.show,
  .section-works .scroll-target-sp.show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

  .section-profile .message-content.scroll-target.init {
    opacity: 1;
    transform: none; }
  .section-profile .message-content.scroll-target.show {
    transition: none; }
  .section-profile .message-content.scroll-target.init .messagevis {
    width: 0; }
  .section-profile .message-content.scroll-target.show .messagevis {
    width: 100vw;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1); } }
@media screen and (max-width: 768px) {
  .section-works .section-inner .row ul {
    display: block; } }
