@charset "UTF-8";
@import url(common.css);
.eachTextAnime span {
  opacity: 0; }

/* sugawara 2022-05-09 change */
.eachTextAnime.appeartext span {
  display: inline-block;
  animation: text_anime_on 0.1s ease-out forwards, color_change 3.1s 1.565s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards; }

@keyframes text_anime_on {
  0% {
    opacity: 0;
    transform: rotateY(90deg); }
  100% {
    opacity: 1;
    transform: rotate(0); } }
@keyframes text_fadein {
  0% {
    transform: translateX(-100px); }
  100% {
    transform: translateX(0); } }
@keyframes color_change {
  0% {
    color: #333; }
  100% {
    color: #fff; } }
/* End sugawara change */
/* sugawara 2022-05-09 add
/* loading
---------------------------------------------------------------------------- */
.loading {
  position: fixed;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 9999; }

.loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 30%;
  min-width: 250px; }

.loading svg path.b {
  fill: none;
  stroke: #fff;
  stroke-width: 90;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 500;
  stroke-dashoffset: 500; }

.loading svg path {
  fill: none;
  stroke: #333;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  stroke-width: 1;
  animation: handwriting 3s ease-in forwards; }

@keyframes handwriting {
  0% {
    fill: transparent;
    stroke-dashoffset: 1500; }
  50% {
    fill: transparent; }
  100% {
    fill: #333;
    stroke-dashoffset: 0; } }
/* End sugawara add */
/* firstview */
.firstview {
  position: relative; }

.video {
  margin: 0 auto 4em;
  width: 95%; }
  .video video {
    width: 100%; }

.catch {
  /* position: absolute;
  bottom: 45%;
  left: 195px;
  transform: translateY(20%); */
  padding: 200px 0 80px 150px; }

.catch h1 {
  margin-bottom: 0;
  display: block;
  font-size: 3.75em;
  font-weight: 500;
  line-height: 1.25em;
  padding: 0.25em 0;
  color: #333; }
.catch p {
  font-size: 1.39em;
  color: #7c7c7c;
  font-family: 'Poppins', sans-serif; }

/*scrollbar*/
a.scrollbar {
  display: inline-block;
  position: absolute;
  left: 80px;
  top: 340px;
  z-index: 2;
  padding: 10px 10px 260px;
  color: #fff;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden; }
  a.scrollbar::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 250px;
    background: #c3c3c3; }
  a.scrollbar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 90px;
    background: #0062d9;
    animation: sdline 2.5s ease infinite; }

@keyframes sdline {
  0% {
    transform: translateY(-160px); }
  50%, 100% {
    transform: translateY(100px); } }
#toppage.wrap {
  position: relative;
  background-image: url("../images/top/top_bgimg.jpg");
  background-attachment: fixed;
  background-size: 60%;
  background-position: right 0 top 35%;
  background-repeat: no-repeat;
  z-index: 0; }

[class^="sec-"] {
  padding-bottom: 20px; }

section p {
  font-size: 1.1125em;
  font-weight: 400; }

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px; }

.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/*Readmoreボタン*/
a.btn.bgleft {
  width: 200px;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  border: 1px solid #1b599c;
  padding: 15px 20px 15px 30px;
  border-radius: 32px;
  outline: none;
  font-size: 1.1125em;
  transition: ease .2s;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-weight: 300;
  background-color: #fff; }

a.btn.bgleft span {
  position: relative;
  z-index: 3;
  color: #1b599c;
  fill: #1b599c; }
  a.btn.bgleft span svg {
    padding-bottom: 4px; }

a.btn.bgleft:hover span {
  color: #fff;
  fill: #fff; }

a.btn.bgleft::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #1b599c;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top; }

a.btn.bgleft:hover:after {
  transform-origin: left top;
  transform: scale(1, 1); }

/*Readmoreボタン*/
.sec-aboutus h3 {
  font-size: 2em;
  line-height: 1.8em;
  text-align: center;
  font-weight: 500; }
  .sec-aboutus h3 strong {
    color: #1b599c; }
.sec-aboutus p {
  width: 100%;
  max-width: 730px;
  margin: 40px auto 70px; }
.sec-aboutus ul {
  line-height: 0;
  margin-bottom: 40px; }
  .sec-aboutus ul li {
    width: calc(33.333% - 6px); }
.sec-aboutus a.btn {
  margin: 0 auto; }

.sec-business ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  .sec-business ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 25px); }
    .sec-business ul li h3 {
      width: 100%;
      max-width: 510px;
      font-size: 2.3625em;
      margin: 0.5em 0; }
      .sec-business ul li h3 span {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 2.1175em;
        color: #1b599c;
        padding-right: 0.25em;
        line-height: 1em; }
    .sec-business ul li p {
      width: 100%;
      max-width: 510px;
      margin-bottom: 40px; }
    .sec-business ul li + li {
      margin-top: 60px; }

.sec-equipment {
  position: relative;
  margin-top: 100px;
  padding-bottom: 150px;
  background-color: #fff; }
  .sec-equipment .container {
    position: relative;
    z-index: 2; }
  .sec-equipment .sub-t {
    text-align: left;
    margin-bottom: 0.25em;
    padding-top: 120px; }
  .sec-equipment p {
    margin-bottom: 60px; }
    .sec-equipment p span {
      display: block; }
  .sec-equipment .box-grey {
    position: absolute;
    top: 0;
    right: 0;
    width: 65.625%;
    height: 100%;
    z-index: 1;
    background-color: rgba(195, 200, 204, 0.18);
    mix-blend-mode: multiply; }
    .sec-equipment .box-grey .img-equip {
      position: absolute;
      mix-blend-mode: multiply;
      line-height: 0;
      bottom: 60px;
      left: calc(12% + 24px); }

/* Works - 202410追加 */
.sec-results {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .sec-results {
      margin-top: 50px;
      padding-bottom: 0; } }
  .sec-results .flexbox {
    flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      .sec-results .flexbox {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center; } }
  .sec-results .box-right {
    width: calc(50% - 50px);
    max-width: 500px; }
    .sec-results .box-right .sub-t {
      text-align: left;
      padding-top: 0; }
      @media screen and (max-width: 767px) {
        .sec-results .box-right .sub-t {
          text-align: center;
          padding-top: 20px; } }
    @media screen and (max-width: 767px) {
      .sec-results .box-right {
        width: 100%;
        margin: 0 auto; }
        .sec-results .box-right a.btn.bgleft {
          margin: 0 auto; } }
    .sec-results .box-right p {
      margin-bottom: 40px;
      line-height: 1.75em; }
      @media screen and (max-width: 1200px) {
        .sec-results .box-right p {
          font-size: 1em !important;
          margin-bottom: 20px; } }
  .sec-results .box-left {
    width: calc(50% + 25px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px; }
    @media screen and (max-width: 767px) {
      .sec-results .box-left {
        width: 100%;
        max-width: 500px;
        margin-top: 30px; } }
    .sec-results .box-left li {
      width: calc(50% - 4px); }
      .sec-results .box-left li img {
        display: block; }

/* //Works */
.sec-works {
  background-color: #fff;
  padding-bottom: 110px; }
  .sec-works ul {
    margin-bottom: 60px; }
    .sec-works ul li {
      width: calc(33.333% - 25px); }
      .sec-works ul li img {
        margin-bottom: 10px; }
      .sec-works ul li p {
        margin-bottom: 10px;
        padding: 0 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .sec-works ul li p .date {
          color: #828282;
          padding-right: 0.5em; }
        .sec-works ul li p .category {
          background-color: #000;
          font-size: 0.75em;
          color: #fff;
          padding: 0.1px 10px;
          border-radius: 10px;
          letter-spacing: 0.05em; }
      .sec-works ul li h4 {
        font-weight: 400;
        font-size: 1em;
        line-height: 1.75em;
        padding: 0 10px; }
  .sec-works a.btn {
    margin: 0 auto; }

/*===========================================================================*/
/*  media quary:1350px  */
/*===========================================================================*/
@media screen and (max-width: 1350px) {
  .sec-equipment .box-grey .img-equip {
    right: 8%;
    left: inherit; } }
/*===========================================================================*/
/*  media quary:1200px  */
/*===========================================================================*/
@media screen and (max-width: 1200px) {
  .catch {
    padding: 180px 0 60px 120px; }
    .catch h1 {
      font-size: 3.25em; }
    .catch p {
      font-size: 1.2em; }

  a.scrollbar {
    top: 270px; }

  .sec-business ul li h3 span {
    font-size: 1.885em; }

  .sec-equipment .box-grey .img-equip {
    right: 5%;
    left: 5%; } }
/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  .sub-t {
    font-size: 4.25em; } }
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  #toppage.wrap {
    background-attachment: scroll;
    background-position: 100% 200px; }

  .container {
    padding: 0;
    width: 90%;
    margin: 0 auto; }

  .catch {
    width: 100%;
    padding: 150px 0px 40px 20px; }
    .catch h1 {
      font-size: 2.4em; }
    .catch p {
      font-size: 1.2em; }

  a.scrollbar {
    display: none; }

  .sec-business ul {
    display: block; }
    .sec-business ul li {
      width: 100%; }
      .sec-business ul li h3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 1.8em; }

  .sec-equipment {
    margin-top: 80px; }
    .sec-equipment .sub-t {
      padding-top: 80px; }
    .sec-equipment .box-grey {
      width: 70%; }
      .sec-equipment .box-grey .img-equip {
        right: 3%;
        left: 8%;
        bottom: 15px; }
    .sec-equipment p span {
      display: inline; }

  .sec-works {
    margin-top: 50px; }
    .sec-works ul.flexbox {
      margin-bottom: 40px;
      flex-wrap: wrap;
      display: block; }
      .sec-works ul.flexbox li {
        margin-bottom: 10px;
        width: 100%; }
      .sec-works ul.flexbox li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
        .sec-works ul.flexbox li a .anime_img {
          width: 40%; }
          .sec-works ul.flexbox li a .anime_img img {
            margin: 0;
            vertical-align: bottom; }
        .sec-works ul.flexbox li a .txt {
          width: 60%; }
          .sec-works ul.flexbox li a .txt h4 {
            font-size: 0.95em; }
          .sec-works ul.flexbox li a .txt p .date {
            padding-right: 0.25em; }

  /*Readmoreボタン*/
  a.btn.bgleft::after {
    transition: none; } }
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  #toppage.wrap {
    background-size: 90%; }

  .video {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: calc(100vh - 260px);
    margin-bottom: 2em; }
    .video video {
      position: absolute;
      width: auto;
      height: 100%;
      top: 0;
      right: 50%;
      transform: translateX(50%); }

  .sub-t {
    font-size: 3.2em; }
    .sub-t span {
      font-size: 0.3em; }

  .sec-aboutus h3 {
    font-size: 1.6em; }
  .sec-aboutus p {
    margin: 20px auto 40px; }
  .sec-aboutus ul.flexbox {
    flex-wrap: wrap; }
    .sec-aboutus ul.flexbox li {
      width: 100%; }
      .sec-aboutus ul.flexbox li + li {
        margin-top: 10px; }

  .sec-business ul.flexbox li h3 {
    font-size: 1.425em; }
  .sec-business ul.flexbox li p {
    margin-bottom: 20px; }

  .sec-equipment {
    margin-top: 40px; }
    .sec-equipment .sub-t {
      padding-top: 60px; }
    .sec-equipment p {
      margin-bottom: 30px; }
    .sec-equipment .box-grey {
      width: 75%; }
      .sec-equipment .box-grey .img-equip {
        right: 3%;
        left: 0;
        bottom: 20px; }

  .sec-works ul.flexbox {
    margin-bottom: 20px; }
    .sec-works ul.flexbox li + li {
      margin-top: 20px; } }
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
