@font-face {
  font-family: "Utsukushi";
  src: url(/files/UtsukushiFONT.woff) format("woff");
}

/*▼ mv ▼*/
#mv {
  position: relative;
}

#mv .ttl {
  z-index: 1;
  position: absolute;
  top: 50%;
}

.read {
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

.read img {
  height: auto;
  position: absolute;
  display: block;
}

.mv, .service, .case_mv, .case, .column, .news, footer {
  width: 100%;
}

.service, .case, .column, .news, footer {
  background-color: #FFFFFF
}

#mv ul {
  position: relative;
}

#mv ul li {
  height: 100vh;
  background: center / cover no-repeat;
  background-attachment: fixed;
}

#mv ul li img {
  object-fit: contain;
}

@-webkit-keyframes moveScrollPointer {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  100% {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0)
  }
}

@keyframes moveScrollPointer {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  100% {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0)
  }
}

@-webkit-keyframes scrollPointerInOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@keyframes scrollPointerInOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

.mv__scroll {
  bottom: -60px;
}

.mv__scroll {
  width: 1px;
  height: 120px;
  position: absolute;
  left: 50%;
  z-index: 100;
  background-color: #eee;
}

.mv__scroll-pointer {
  width: 1px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.mv__scroll-pointer {
  -webkit-animation-name: moveScrollPointer;
  animation-name: moveScrollPointer;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.mv__scroll-pointer:before {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background-color: #ff8800;
}

.mv__scroll-text {
  position: absolute;
  top: -25px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  letter-spacing: .1em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
}

@media screen and (min-width: 766px) {
  #mv {
    background-size: auto;
    min-width: 1200px;
    display: flex;
    position: relative;
  }
  #mv .bgarea1 {
    width: 38%;
    height: 100%;
    background-color: #ff8800;
  }
  #mv .bgarea2 {
    width: 62%;
    height: 100%;
    background: url(/files/img/top/mainvisual_pc.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #mv .bgarea2 h2.catch {
    position: absolute;
    top: 50%;
    left: -21%;
    width: 702px;
    height: 301px;
    transform: translateY(-50%);
  }
  #mv:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -145px;
    left: 0;
    width: 76%;
    height: 145px;
    background-color: #ff8800;
    z-index: 2;
  }
  #mv_sp {
    display: none;
  }
  .case_mv {
    background: url(/files/img/mv_texture_pc.png) repeat rgba(0, 0, 0, 0.6);
    background-size: auto;
  }
  video, .movie img {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -100;
  }
  .movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  #mv .ttl {
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #mv .ttl img {
    width: 594px;
    height: auto;
  }
  .read {
    max-width: 1500px;
    width: 83.3%;
    right: 0;
    bottom: 30px;
  }
  .read img {
    width: 162px;
    top: -140px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  @-webkit-keyframes moveScrollPointer {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
    }
    100% {
      -webkit-transform: translate3d(0, 40px, 0);
      transform: translate3d(0, 40px, 0)
    }
  }
  @keyframes moveScrollPointer {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
    }
    100% {
      -webkit-transform: translate3d(0, 40px, 0);
      transform: translate3d(0, 40px, 0)
    }
  }
  .mv__scroll {
    bottom: -40px;
  }
  .mv__scroll {
    height: 80px;
    display: none;
  }
  .mv__scroll-pointer {
    height: 40px;
  }
  .mv__scroll-pointer:before {
    height: 40px;
  }
  .mv .item {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -100;
    background: center / cover no-repeat;
  }
  .mv, .case_mv {
    background-image: none
  }
  #mv .ttl {
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #mv .ttl img {
    width: 87%;
    height: auto;
    margin: 0 auto 0 30px;
    display: block;
  }
  .read {
    width: 100%;
  }
  .read img {
    width: 105px;
    top: -100px;
    right: 0;
  }
  #mv_sp {
    display: flex;
    position: relative;
  }
  #mv_sp .bgarea1 {
    width: 20%;
    height: auto;
    background-color: #ff8800;
    top: 64px;
    position: relative;
  }
  #mv_sp .bgarea2 {
    width: 80%;
    height: 100%;
    background: url(/files/img/top/mainvisual_sp.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 113%;
  }

  #mv_sp .bgarea2 h2.catch {
    position: absolute;
    top: 50%;
    left: -15%;
    width: 85%;
    height: 28%;
    transform: translateY(-50%);
  }

  #mv_sp:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -64px;
    left: 0;
    width: 80%;
    height: 65px;
    background-color: #ff8800;
    z-index: 2;
  }
  #mv_sp.pc {
    display: none;
  }
}

/*▲ mv ▲*/

/*body, html{
  overflow-x: hidden;
}*/

/*h2 {
  text-align: center;
  font-family: Rokkitt, "sans-serif";
  font-weight: bold;
}*/

.h1ttl {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 80px;
}

@media screen and (min-width: 766px) {
  .h1ttl {
    font-size: 80px;
  }
}

@media screen and (max-width: 767px) {
  .h1ttl {
    font-size: 40px;
  }
}

h2 span {
  display: block;
  font-family: Utsukushi, "sans-serif";
}

@media screen and (min-width: 766px) {
  h1 {
    font-size: 120px;
    /* font-weight: normal; */
    margin: 0;
    font-family: Rokkitt, "sans-serif";
    font-weight: bold;
    /* text-transform: uppercase; */
    color: #ffffff;
    /* text-shadow: 0 2px 1px #000; */
    line-height: 1.3;
  }
  #intro {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -25%);
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
  }
  #title {
    /* overflow: hidden; */
    font-size: 145px;
    margin: 0 auto;
    width: 35%;
    /* width: 100%; */
    height: 1000px;
    height: 100vh;
    position: relative;
    /* padding-top: 30px; */
    z-index: 99;
    text-align: center;
    font-family: Rokkitt, "sans-serif";
    font-weight: bold;
    color: #ffffff;
    line-height: 1.3;
  }
  .title-line {
    position: relative;
    display: block;
    margin: auto;
    width: 300%;
    left: -100%;
    text-align: left;
  }
  #title-line2 {
    top: -60px;
  }
  #title-line3 {
    top: -120px;
  }
  .title-line span {
    display: inline-block;
    line-height: 1.1;
    position: relative;
  }
  .twitter-follow-button {
    position: relative;
    top: 8px;
    left: 4px;
  }
  #title-info {
    position: relative;
    z-index: 99998;
    margin-top: 40px;
    opacity: 0;
  }
}

@media screen and (min-width: 766px) and (max-width: 1200px) {
  #intro {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-35%, -15%);
    -webkit-transform: translate(-35%, -15%);
    transform: translate(-35%, -15%);
  }
  #title {
    font-size: 123px;
    width: 45%;
    vh;
    */ position: relative;
  }
  .title-line {}
  #title-line2 {}
  #title-line3 {}
  .title-line span {}
  .twitter-follow-button {
    position: relative;
    top: 8px;
    left: 4px;
  }
  #title-info {
    position: relative;
    z-index: 99998;
    margin-top: 40px;
    opacity: 0;
  }
  #newversion {
    /* position: absolute; */
    /* top: 40px; */
    left: 37%;
    /* margin-left: 250px; */
    /* z-index: 100; */
    /* width: 200px; */
    /* height: 200px; */
  }
  #newversion img {
    width: 264px;
    height: auto;
  }
}

/* more */

.more a, .more span {
  color: #d6000f;
  border-bottom: solid 1px #d6000f;
  position: relative;
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  /* transition: 0.3s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) color, 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) border; */
  overflow: hidden;
  font-family: Rokkitt, "sans-serif";
  font-weight: bold;
  z-index: 1;
  cursor: pointer;
}

.more a:before, .more span:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 110%;
  height: 110%;
  background: #d6000f;
  transform: translateX(-110%) skewX(-15deg);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.more:hover a {
  padding: 5px 10px;
  border-color: #d6000f;
  color: #fff;
}

.more:hover a:before {
  transform: translateX(-5%) skewX(-15deg);
  /* transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.more.morebtn {
  position: relative;
  margin: 0 auto;
}

.more.morebtn:hover:after {
  content: "";
  border-top: solid 1px #d6000f;
  width: 50px;
  position: absolute;
  bottom: 30px;
  right: -25px;
}

.more.morebtn:hover a:after {
  border-top: solid 1px #ffffff;
  width: 25px;
}

.more.morebtn a {
  margin: 0 auto;
  text-align: center;
  /* height: 62px; */
  /* line-height:  62px; */
  border: solid 1px #d6000f;
  display: block;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  /* background: #ffffff; */
}

.more.morebtn a:after {
  content: "";
  border-top: solid 1px #d6000f;
  width: 50px;
  position: absolute;
  bottom: 30px;
  right: 0;
}

@media screen and (min-width: 766px) {
  .more.morebtn {
    position: relative;
    width: 487px;
    height: 61px;
    margin: 0 auto;
  }
  .more.morebtn:after {
    content: "";
    border-top: solid 1px #d6000f;
    width: 25px;
    position: absolute;
    bottom: 30px;
    right: 0;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* transition: transform 0.5s ease-in-out; */
  }
  .more.morebtn:hover:after {
    content: "";
    border-top: solid 1px #d6000f;
    width: 50px;
    position: absolute;
    bottom: 30px;
    right: -25px;
    /* transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1); */
  }
  .more.morebtn:hover a:after {
    border-top: solid 1px #ffffff;
    right: 0;
    /* width: 25px; */
    /* transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1); */
  }
  .more.morebtn a {
    width: 487px;
    margin: 0 auto;
    text-align: center;
    height: 62px;
    line-height: 62px;
    border: solid 1px #d6000f;
    display: block;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
  }
  .more.morebtn a:after {
    content: "";
    border-top: solid 1px #d6000f;
    width: 50px;
    /* width: 25px; */
    position: absolute;
    bottom: 30px;
    right: 25px;
    right: 0;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* transition: transform 0.5s ease-in-out; */
  }
}

@media screen and (max-width: 767px) {
  .more a {
    font-size: 15px;
  }
  .more.morebtn {
    width: 92%;
    margin: 0 auto;
  }
  .more.morebtn a {
    height: 45px;
    line-height: 45px;
  }
  .more.morebtn a:after {
    width: 35px;
    bottom: 20px;
  }
}

/*▼ cparea ▼*/

.cparea {
  font-size: 16px;
  color: #666;
  position: relative;
}

.cparea .inner {
  /*		position: relative;
    z-index: 1;*/
}

.cparea p {
  line-height: 2;
}

@media screen and (min-width: 766px) {
  .cparea {
    padding-top: 145px;
    font-size: 16px;
    line-height: 2.5;
  }
  .cparea .inner {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .cparea img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cparea {
    padding-top: 65px;
    font-size: 14px;
    line-height: 2.5;
  }
  .cparea .inner {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 3.3%;
    padding-left: 3.3%;
  }
  .cparea h2 {
    margin-bottom: 20px;
  }
}

/*▲ service ▲*/

.service {
  position: relative;
}

.service .body .dtl .txt .dtl_ttl {
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.3;
  transition: 0.2s ease-in-out;
  font-weight: bold;
	display: flex;
	align-items: center;
}

.link_triangle {
  position: relative;
  display: block;
  transition: 0.2s ease-in-out;
}

.link_triangle:hover {
  background: none;
}

.link_triangle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  /* width: 100%; */
  /* height: 100%; */
  width: 12px;
  height: 12px;
  background: #ff8800;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #ff8800 50.5%) no-repeat top left/100% 100%;
  transition: 0.2s ease-in-out;
  /*    z-index: -1;*/
}

.bloglist .dtl:hover, .picup .dtl:hover {
  cursor: pointer;
}

.bloglist .dtl:hover .date, .picup .dtl:hover .date {
  color: #fff;
}

.bloglist .dtl:hover .link_triangle:after, .picup .dtl:hover .link_triangle:after, .service .dtl .link_triangle:hover:after {
  content: "";
  background: #ff8800;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.v_icon {
  position: relative;
}

.v_icon:before, .v_icon:hover:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.v_icon.i01:before, .v_icon.i01:hover:before {
  background: url(/files/img/top/icon01.png);
  background-repeat: no-repeat;
  /* background-size: contain; */
  width: 60px;
  height: 60px;
}

.v_icon.i02:before, .v_icon.i02:hover:before {
  background: url(/files/img/top/icon02.png);
  background-repeat: no-repeat;
  /* background-size: contain; */
  width: 62px;
  height: 62px;
}

.v_icon.i03:before, .v_icon.i03:hover:before {
  background: url(/files/img/top/icon03.png);
  background-repeat: no-repeat;
  /* background-size: contain; */
  width: 60px;
  height: 61px;
}

.v_icon.i04:before, .v_icon.i04:hover:before {
  background: url(/files/img/top/icon04.png);
  background-repeat: no-repeat;
  /* background-size: contain; */
  width: 60px;
  height: 61px;
}

.v_icon.i05:before, .v_icon.i05:hover:before {
  background: url(/files/img/top/icon05.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 47px;
  background-position: center;
}

.v_icon.i06:before, .v_icon.i06:hover:before {
  background: url(/files/img/top/icon06.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  background-position: center;
}

.v_icon.i07:before, .v_icon.i07:hover:before {
  background: url(/files/img/top/icon07.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .v_icon.i01:before, .v_icon.i01:hover:before,
	.v_icon.i02:before, .v_icon.i02:hover:before,
	.v_icon.i03:before, .v_icon.i03:hover:before,
	.v_icon.i04:before, .v_icon.i04:hover:before,
	.v_icon.i05:before, .v_icon.i05:hover:before,
	.v_icon.i06:before, .v_icon.i06:hover:before,
	.v_icon.i07:before, .v_icon.i07:hover:before{
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 766px) {
  .service {
    min-width: 1200px;
    margin: auto;
    position: relative;
  }
  .service:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -100px;
    right: 0;
    height: 100px;
    width: 50%;
    background: #fff;
  }
  .service .h1ttl {
    position: absolute;
    top: -103px;
    left: 25px;
    z-index: 2;
  }
  .service .body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service .body .dtl {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .service .body .dtl:nth-of-type(1),
  .service .body .dtl:nth-of-type(3),
  .service .body .dtl:nth-of-type(5){
    position: relative;
    top: -50px;
    align-items: flex-end;
  }
  .service .body .dtl:nth-of-type(2n) {
    position: relative;
    top: 50px;
    /* border-left: 1px solid #f5f5f5; */
  }
  .service .body .dtl:nth-of-type(2n) .txt::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    bottom: -60px;
    left: 0;
  }

  .service .body .dtl .pic {
    width: 100%;
  }
  .service .body .dtl .pic img {
    width: 100%;
  }
  .service .body .dtl .txt {
    /*		position: absolute;*/
    width: 580px;
    position: relative;
    top: -60px;
    line-height: 2.267;
    color: #222;
    z-index: 3;
  }
  .service .body .dtl:nth-of-type(1) .txt {
    padding-right: 110px;
    right: 0;
  }
  .service .body .dtl:nth-of-type(4) .txt {
    left: 0;
    /*    	position: static;*/
    padding-left: 190px;
    /* border-left: solid 1px #f5f5f5; */
  }
  .service .body .dtl .txt .dtl_ttl {
    width: 410px;
    height: 120px;
    padding: 29px 29px 29px 110px;
    font-size: 24px;
  }
  .service .body .dtl:nth-of-type(2) .txt .dtl_ttl {
    position: relative;
  }
  .service .body .dtl .txt .dscp {
    margin-top: 0;
    padding-left: 0;
		font-size: 17px;
  }

  .service .body .dtl .v_icon:before {
    left: 30px;
  }

  /* サブスクリプションと業務リアルタイム化 */
  .service .body .dtl.subsc_it .txt .dtl_ttl {
    width: 470px;
  }
  .service .body .dtl.subsc_it.it_real .txt {
    padding-left: 110px;
  }
}

@media screen and (max-width: 767px) {
  .service {
    position: relative;
  }
  .service .h1ttl {
    position: absolute;
    top: -25px;
    left: 15px;
    z-index: 2;
  }
  .service .body .dtl {
    padding-bottom: 35px;
  }
  .service .body .dtl .txt {
    width: 90%;
    margin: -45px auto 0;
  }
  .service .body .dtl .txt .dtl_ttl {
    width: 90%;
    height: 90px;
    padding: 10px 20px 10px 80px;
    font-size: 18px;
    margin: auto;
  }
  .service .body .dtl .txt .dtl_ttl.v_icon:before {
    left: 20px;
    background-size: 100%;
  }
  /* .service .body .dtl:nth-of-type(2) .txt .dtl_ttl.v_icon.i02:before {
    left: 20px;
  } */
  .service .body .dtl .txt .dtl_ttl + p {
    width: 90%;
    margin: 0 auto 5vw;
  }
  .service .body .dtl .txt .dscp {
    line-height: 2;
    font-size: 14px;
    width: 90%;
    margin: 15px auto;
    padding: 0;
  }
}


.ul_service {
  margin: 27px auto 10px;
}

.ul_service li {
  padding-left: 32px;
  font-size: 18px;
  position: relative;
}

.ul_service li::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #ff8800;
  position: absolute;
  top: 14px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .ul_service {
    width: 90%;
    margin: 2vw auto 5vw;
  }
  .ul_service li {
    padding-left: 22px;
    font-size: 16px;
    position: relative;
  }
  .ul_service li + li {
    margin-top: 2vw;
  }
  .ul_service li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #ff8800;
    position: absolute;
    top: 8px;
    left: 0;
  }

}



/*▲ blog ▲*/

.blog {
  background: url(/files/img/top/blog_00.png);
}

.blog .h1ttl {
  padding-left: 30px;
}

.blog .date {
  color: #999;
  font-family: 'Montserrat', sans-serif;
  transition: 0.2s ease-in-out;
}

.blog .picup .txt .dtl_ttl {
  font-weight: bold;
  color: 000;
  border-left: 5px solid #ff8800;
  transition: 0.2s ease-in-out;
}

.blog .picup .dtl:hover .txt .dtl_ttl {
  border-left: 5px solid #fff;
}

.blog .bloglist .dtl .dtl_ttl {
  font-weight: bold;
}

.blog .picup .dtl .txt {
  background: #fff;
}

.blog .btnArea {
  text-align: center;
  display: flex;
  justify-content: center;
}

.blog .btnArea .more {
  background: #ff8800;
  color: #fff;
  display: block;
  transition: 0.5s ease-in-out;
}

.blog .btnArea .more:hover {
  background: #fff;
  color: #ff8800;
  border: 1px solid #ff8800;
}

@media screen and (min-width: 766px) {
  .blog {
    padding-top: 45px;
    padding-bottom: 130px;
    min-width: 1200px;
    margin: auto;
  }
  .blog .inner {
    width: 1200px;
    margin: auto;
  }
  .blog .picup {
    margin-top: 50px;
  }
  .blog .picup .dtl {
    display: flex;
    position: relative;
  }
  .blog .picup .dtl .pic {
    width: 660px;
    height: 451px;
    overflow: hidden;
    position: relative;
  }
  .blog .picup .dtl .pic img {
    width: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
  }
  .blog .picup .dtl .txt {
    width: 600px;
    position: absolute;
    right: 0;
    top: 100px;
    padding: 50px 40px 50px 0;
    min-height: 410px;
    z-index: 1;
  }
  .blog .date {
    font-size: 14px;
    padding-left: 40px;
  }
  .blog .picup .txt .dtl_ttl {
    margin-top: 30px;
    font-size: 24px;
    padding-left: 37px;
  }
  .dscp {
    margin-top: 25px;
    padding-left: 40px;
    line-height: 2;
  }
  .blog .picup .dtl:hover .txt {
    /*background: none;*/
    color: #fff;
  }
  .blog .picup .dtl:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  .blog .bloglist {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 137px;
  }
  .blog .bloglist .dtl {
    width: 370px;
    margin-left: 46px;
  }
  .blog .bloglist .dtl .pic {
    width: 370px;
    height: 252px;
    position: relative;
    overflow: hidden;
  }
  .blog .bloglist .dtl .pic img {
    -webkit-transition: all .6s;
    transition: all .6s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
  .blog .bloglist .dtl img {
    width: 100%;
  }
  .blog .bloglist .dtl:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  .blog .bloglist .dtl:nth-of-type(1) {
    margin-left: 0px;
  }
  .blog .bloglist .dtl:nth-of-type(n+4) {
    display: none;
  }
  .blog .bloglist .txt {
    background: #fff;
    z-index: 2;
    height: 170px;
  }
  .blog .bloglist .date {
    padding-top: 28px;
    padding-left: 28px;
  }
  .blog .bloglist .dtl .dtl_ttl {
    padding: 12px 28px 28px;
    font-size: 18px;
    line-height: 1.667;
  }
  .blog .bloglist .dtl:hover .txt .dtl_ttl {
    color: #fff;
  }
  .blog .btnArea {
    margin-top: 80px;
  }
  .blog .btnArea .more {
    line-height: 60px;
    height: 60px;
    width: 320px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .blog .h1ttl {
    padding-top: 30px;
    padding-left: 0;
    margin-left: 15px;
  }
  .blog .inner {
    padding: 25px 15px 65px;
  }
  .blog .date {
    font-size: 11px;
    margin-top: 25px;
    padding-left: 23px;
  }
  .blog .picup .txt .dtl_ttl {
    margin-top: 10px;
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog .picup .dtl {
    background: #fff;
  }
  .dscp {
    padding: 23px;
  }
  .blog .picup .dtl .dscp {
    padding: 12px 23px 23px;
  }
  .blog .bloglist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog .bloglist .dtl {
    width: 48%;
    margin-top: 15px;
    background: #fff;
  }
  .blog .bloglist .dtl .pic {
    min-height: 30.5vw;
    position: relative;
    overflow: hidden;
  }
  .blog .bloglist .dtl .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .blog .bloglist .date {
    margin-top: 15px;
    padding-left: 10px;
  }
  .blog .bloglist .dtl .dtl_ttl {
    padding: 10px 10px;
    font-size: 14px;
  }
  .blog .btnArea {
    margin-top: 23px;
  }
  .blog .btnArea .more {
    line-height: 45px;
    height: 45px;
    width: 250px;
    font-size: 15px;
  }
}

.company {
  position: relative;
}

.company .inner {
  color: #fff;
}

.company .h1ttl {
  position: absolute;
}

.company .body .btnArea .more {
  border: solid 1px #fff;
  background: #9eceee;
  text-align: center;
  display: block;
  transition: all 0.5s ease-in-out;
}

.company .body .btnArea .more:hover {
  border: solid 1px #9eceee;
  background: #fff;
  color: #9eceee;
}

.company .cv {
  text-align: center;
  background: rgba(255, 136, 0, 0.9);
  color: #fff;
}

.company .goContact {
  position: relative;
  letter-spacing: .14em;
  padding-left: 40px;
}

.company .goContact::before {
  content: '';
  display: block;
  width: 25px;
  height: 20px;
  background: url(/files/img/top/icon_contact.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 58px;
  left: 134px;
  transition: .3s;
}

.company .goContact:hover::before {
  background: url(/files/img/top/icon_contact_on.png) no-repeat center top;
  background-size: 100%;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .company .goContact {
    letter-spacing: .1em;
    font-size: 15px;
  }

  .company .goContact::before {
    width: 21px;
    height: 18px;
    top: 50%;
    left: 23%;
  }
}


@media screen and (min-width: 766px) {
  .company {
    font-size: 15px;
    background: url(/files/img/top/company_02.png) no-repeat;
    background-size: cover;
    background-position: center center;
    min-width: 1200px;
    margin: auto;
    padding-top: 100px;
  }
  .company .inner {
    width: 1200px;
    margin: auto;
  }
  .company .h1ttl {
    top: -50px;
    right: 30px;
  }
  .company .body .img01 {
    width: 470px;
  }
  .company .body .img01 img {
    width: 100%;
  }
  .company .body .txt {
    margin-top: 40px;
    font-size: 15px;
  }
  .company .body .btnArea {
    margin-top: 30px;
    font-size: 16px;
  }
  .company .body .btnArea .more {
    width: 180px;
    height: 50px;
    line-height: 46px;
  }
  .company .cv {
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 18px;
    margin-top: 120px;
  }
  .company .cv .txt {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .company {
    font-size: 14px;
    background: url(/files/img/top/company_02_sp.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 35px;
  }
  .company .h1ttl {
    top: -25px;
    right: 15px;
  }
  .company .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .company .body .img01 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .company .body .txt {
    margin-top: 20px;
    line-height: 2;
  }
  .company .body .btnArea {
    margin: 35px auto 0;
    font-size: 15px;
    width: 252px;
    height: 45px;
    line-height: 45px;
  }
  .company .body .btnArea .more {
    background: rgba(158, 206, 238, .6);
  }
  .company .cv {
    padding-top: 22px;
    padding-bottom: 25px;
    font-size: 15px;
    margin-top: 75px;
  }
}