@charset "UTF-8";
.visual, .top_introduction, .top_news, .top_service, .top_works, .top_promise {
  min-width: 1020px;
  overflow: hidden;
}

@media (max-width: 896px) {
  .visual, .top_introduction, .top_news, .top_service, .top_works, .top_promise {
    min-width: 100%;
  }
  .visual > *, .top_introduction > *, .top_news > *, .top_service > *, .top_works > *, .top_promise > * {
    max-width: 100%;
  }
}

.top_works_btn a {
  width: 320px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  word-break: break-all;
  line-height: 1.4;
  min-height: 60px;
}

@media (max-width: 480px) {
  #page .top_works_btn a, .top_works_btn #page a {
    -webkit-transition: unset;
    transition: unset;
    padding: 14px calc(17px + 10vw) 15px;
    width: 100%;
    font-size: 1.5rem;
    min-height: auto;
  }
}

.top_works_btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_works_btn a span.arrow {
  height: 100%;
  width: 55px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #fff;
}

@media (max-width: 480px) {
  .top_works_btn a span.arrow {
    width: calc(17px + 5vw);
  }
}

.top_works_btn a span.arrow::after {
  width: 29px;
  height: 7px;
  margin: 0 0 -1px -2px;
  border-style: solid;
  border-width: 0 2px 1px 0;
  left: 0;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  bottom: 50%;
  content: "";
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_works_btn a span.arrow::after {
    width: 17px;
    height: 3.5px;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .top_works_btn a:hover {
    color: #fff;
  }
  .top_works_btn a:hover::after {
    opacity: 1;
  }
  .top_works_btn a:hover span.arrow::after {
    -webkit-animation: arrowMove2 0.7s ease-in-out 0s alternate;
            animation: arrowMove2 0.7s ease-in-out 0s alternate;
    border-color: #fff;
  }
}

.top_works_btn a {
  padding: 16px 65px 19px;
  border: 2px solid #282828;
  background: #f4f4f4;
}

@media all and (-ms-high-contrast: none) {
  .top_works_btn a {
    padding: 19px 65px 16px;
  }
}

@media (max-width: 480px) {
  .top_works_btn a {
    border: none;
    color: #fff;
  }
}

.top_works_btn a::after {
  background: #f26e03;
}

@media (max-width: 480px) {
  .top_works_btn a::after {
    opacity: 1;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .top_works_btn a:hover {
    border-color: #f26e03;
  }
}

.top_news_title, .top_service_title, .top_works_title, .top_promise_title {
  margin: 0 auto;
  width: 1020px;
  padding-top: 45px;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.8rem;
  background: url(../img/section_title_point-pc.png) no-repeat top center;
}

@media (max-width: 480px) {
  .top_news_title, .top_service_title, .top_works_title, .top_promise_title {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    background-image: url(../img/section_title_point-sp.png);
    background-size: 8vw auto;
    padding-top: 11vw;
  }
}

#index .top_news_title span, #index .top_service_title span, #index .top_works_title span, #index .top_promise_title span {
  display: block;
  text-shadow: 0.3px 0 0 #282828;
}

#index .top_news_title span.eng, #index .top_service_title span.eng, #index .top_works_title span.eng, #index .top_promise_title span.eng {
  font-size: 4rem;
}

@media (max-width: 480px) {
  #index .top_news_title span.eng, #index .top_service_title span.eng, #index .top_works_title span.eng, #index .top_promise_title span.eng {
    font-size: 7vw;
  }
}

#index .top_news_title span.jpn, #index .top_service_title span.jpn, #index .top_works_title span.jpn, #index .top_promise_title span.jpn {
  font-size: 1.4rem;
}

@media (max-width: 480px) {
  #index .top_news_title span.jpn, #index .top_service_title span.jpn, #index .top_works_title span.jpn, #index .top_promise_title span.jpn {
    font-size: 3.5vw;
    letter-spacing: 0;
  }
}

.top_news_list span.arrow, .top_service_contents .eng span.arrow, .top_works_contents .more span.arrow {
  height: 100%;
  width: 48px;
  position: absolute;
  margin-right: -15px;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #fff;
}

@media (max-width: 480px) {
  .top_news_list span.arrow, .top_service_contents .eng span.arrow, .top_works_contents .more span.arrow {
    width: calc(17px + 5vw);
  }
}

.top_news_list span.arrow::after, .top_service_contents .eng span.arrow::after, .top_works_contents .more span.arrow::after {
  width: 29px;
  height: 6px;
  margin: 0 0 -1px -2px;
  border-style: solid;
  border-width: 0 2px 1px 0;
  left: 0;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  bottom: 50%;
  content: "";
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_news_list span.arrow::after, .top_service_contents .eng span.arrow::after, .top_works_contents .more span.arrow::after {
    width: 17px;
    height: 3.5px;
  }
}

.visual img {
  display: block;
}

.visual_inner {
  position: relative;
}

.visual_text {
  width: 595px;
  position: absolute;
  top: 240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  list-style: none;
}

@media (max-width: 480px) {
  .visual_text {
    width: 69%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.visual_text li:not(:last-child) {
  position: absolute;
  left: 38px;
}

@media (max-width: 480px) {
  .visual_text li:not(:last-child) {
    left: 7.8%;
    height: 25%;
  }
  .visual_text li:not(:last-child) img {
    height: 100%;
  }
}

.visual_text li:nth-child(1) {
  top: 45px;
  position: absolute !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 498px;
  height: 55px;
}

@media (max-width: 480px) {
  .visual_text li:nth-child(1) {
    position: absolute !important;
    width: 57vw;
    padding-top: 6.5vw;
    height: 0;
  }
}

.visual_text li:nth-child(1) span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  display: block;
}

.visual_text li:nth-child(1) span img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.visual_text li:nth-child(1).animate span img {
  -webkit-transition: margin-top 0.7s 1s;
  transition: margin-top 0.7s 1s;
  margin-top: 55px;
}

.visual_text li:nth-child(1).effect span img {
  margin-top: 0;
}

@media (max-width: 480px) {
  .visual_text li:nth-child(1) {
    top: 20%;
  }
}

.visual_text li:nth-child(2) {
  top: 105px;
  position: absolute !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 290px;
  height: 55px;
}

@media (max-width: 480px) {
  .visual_text li:nth-child(2) {
    position: absolute !important;
    width: 57vw;
    padding-top: 6.5vw;
    height: 0;
  }
}

.visual_text li:nth-child(2) span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  display: block;
}

.visual_text li:nth-child(2) span img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.visual_text li:nth-child(2).animate span img {
  -webkit-transition: margin-top 0.7s 1s;
  transition: margin-top 0.7s 1s;
  margin-top: 55px;
}

.visual_text li:nth-child(2).effect span img {
  margin-top: 0;
}

@media (max-width: 480px) {
  .visual_text li:nth-child(2) {
    top: 45%;
  }
}

.visual_text li:last-child img {
  width: 100%;
}

.visual_text li:last-child.animate {
  opacity: 0;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.14, 0.65, 0.17, 0.91);
          transition-timing-function: cubic-bezier(0.14, 0.65, 0.17, 0.91);
}

.visual_text li:last-child.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.visual_images li {
  outline: none;
  display: inline-block;
  vertical-align: top;
  z-index: 1 !important;
}

.visual_images li img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 480px) {
  .visual_images li img {
    height: auto;
  }
}

main > section[class*="top_"]:first-child div[class*="top_"][class*="_inner"] {
  background-position-x: center;
}

main > section[class*="top_"]:nth-child(2n) div[class*="top_"][class*="_inner"] {
  background-position-x: left;
}

@media (max-width: 480px) {
  main > section[class*="top_"]:nth-child(2n) div[class*="top_"][class*="_inner"] {
    background-position-x: center;
  }
}

main > section[class*="top_"]:not(:first-child):nth-child(2n + 1) div[class*="top_"][class*="_inner"] {
  background-position-x: right;
}

@media (max-width: 480px) {
  main > section[class*="top_"]:not(:first-child):nth-child(2n + 1) div[class*="top_"][class*="_inner"] {
    background-position-x: center;
  }
}

.top_introduction {
  padding: 0 0 115px;
  position: relative;
  z-index: 1;
}

.top_introduction.animate::before, .top_introduction.animate::after {
  -webkit-transition: background-position 1s 0.5s;
  transition: background-position 1s 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.14, 0.65, 0.17, 0.91);
          transition-timing-function: cubic-bezier(0.14, 0.65, 0.17, 0.91);
}

@media (min-width: 481px) {
  .top_introduction.animate::before {
    background-position: left -220px top;
  }
  .top_introduction.animate::after {
    background-position: right -220px top;
  }
}

@media (max-width: 480px) {
  .top_introduction.animate::before {
    background-position: left -30vw top;
  }
  .top_introduction.animate::after {
    background-position: right -30vw top;
  }
}

.top_introduction.effect::before {
  background-position: left top;
}

.top_introduction.effect::after {
  background-position: right top;
}

.top_introduction::before, .top_introduction::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

@media (max-width: 480px) {
  #contents .top_introduction::before, #contents .top_introduction::after {
    background-size: 30vw auto;
  }
}

.top_introduction::before {
  background: url(../img/top_introduction_deco01.png) no-repeat left top;
}

.top_introduction::after {
  background: url(../img/top_introduction_deco02.png) no-repeat right top;
}

@media (max-width: 480px) {
  .top_introduction {
    padding: 0;
  }
}

.top_introduction_inner {
  margin: 0 auto;
  width: 1020px;
  background: url(../img/background-text01.png) no-repeat top;
  padding: 90px 0 0;
}

@media (max-width: 480px) {
  .top_introduction_inner {
    padding: 10vw 5vw;
    background-size: auto 15vw;
  }
}

.top_introduction_box {
  text-align: center;
  width: 590px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .top_introduction_box {
    width: 100%;
  }
}

.top_introduction_title {
  font-size: 3.4rem;
  line-height: 1.4;
  margin-bottom: 15px;
  padding-bottom: 60px;
  background: url(../img/section_title_point-pc.png) no-repeat bottom center;
}

@media (min-width: 481px) and (max-device-width: 1039px) {
  .top_introduction_title {
    letter-spacing: 0;
  }
}

@media (max-width: 480px) {
  .top_introduction_title {
    font-size: 1.9rem;
    margin-bottom: 4vw;
    letter-spacing: -1px;
    padding-bottom: 14vw;
    background-size: 8vw auto;
  }
}

.top_introduction_title span {
  display: block;
}

.top_introduction_msg {
  line-height: 2.8;
}

@media (max-width: 480px) {
  .top_introduction_msg {
    line-height: 1.8;
    text-align: left;
  }
}

.top_introduction_msg span {
  display: block;
}

@media (max-width: 480px) {
  .top_introduction_msg span {
    display: inline;
  }
}

.top_news {
  padding: 55px 0 100px;
}

@media (max-width: 480px) {
  .top_news {
    padding: 10vw 0;
  }
}

.top_news_inner {
  margin: 0 auto;
  width: 1020px;
  background: url(../img/background-text05.png) no-repeat top;
  padding: 45px 0 0;
}

@media (max-width: 480px) {
  .top_news_inner {
    padding: 10vw 5vw;
    background-size: auto 15vw;
  }
}

.top_news_title {
  margin-bottom: 45px;
}

@media (max-width: 480px) {
  .top_news_title {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.top_news_list ul {
  margin: 0 auto;
  width: 850px;
  border-top: 1px solid #b3b7c1;
}

@media (max-width: 480px) {
  .top_news_list ul {
    width: 100%;
  }
}

.top_news_list li {
  border-bottom: 1px solid #b3b7c1;
}

.top_news_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 40px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  color: #282828;
  text-decoration: none;
}

@media (max-width: 480px) {
  .top_news_list a {
    -webkit-transition: unset;
    transition: unset;
    display: block;
    min-height: auto;
    padding: 4vw calc(5vw + 17px) 4vw 4vw;
  }
}

.top_news_list a::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  background: #f4f4f4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_news_list a::after {
    content: none;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .top_news_list a:hover::after {
    top: 0;
  }
  .top_news_list a:hover span.arrow::after {
    -webkit-animation: arrowMove2 0.7s ease-in-out 0s alternate;
            animation: arrowMove2 0.7s ease-in-out 0s alternate;
  }
}

@media (max-width: 480px) {
  .top_news_list span {
    display: inline-block;
    vertical-align: middle;
  }
}

.top_news_list span.date {
  width: 85px;
  margin-right: 30px;
  letter-spacing: 0.5px;
}

@media (max-width: 480px) {
  .top_news_list span.date {
    margin-right: 2vw;
  }
}

.top_news_list span.category {
  margin-right: 30px;
  width: 100px;
  padding: 2px 5px 3px;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}

@media (max-width: 480px) {
  .top_news_list span.category {
    margin-right: 0;
    padding: 0 5px 1px;
  }
}

.top_news_list span.category.new {
  background: #f26e03;
}

.top_news_list span.category.scene {
  background: #01b0f2;
}

.top_news_list span.title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
  line-height: 1.5;
  padding: 2px 0 3px;
}

@media (max-width: 480px) {
  .top_news_list span.title {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-top: 3vw;
    line-height: 1.4;
    margin-right: 0;
  }
}

.top_news_list span.arrow {
  margin-right: 25px;
}

@media (max-width: 480px) {
  .top_news_list span.arrow {
    margin-right: -2.5vw;
  }
}

.top_service {
  padding: 55px 0 100px;
}

@media (max-width: 480px) {
  .top_service {
    padding: 10vw 0;
  }
}

.top_service_inner {
  margin: 0 auto;
  width: 1020px;
  background: url(../img/background-text02.png) no-repeat top;
  padding: 45px 0 0;
}

@media (max-width: 480px) {
  .top_service_inner {
    padding: 10vw 5vw;
    background-size: auto 15vw;
  }
}

.top_service_title {
  margin-bottom: 45px;
}

@media (max-width: 480px) {
  .top_service_title {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.top_service_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .top_service_contents {
    display: block;
  }
}

.top_service_contents li {
  width: 330px;
  margin: 0 15px 0 0;
  overflow: hidden;
  position: relative;
}

.top_service_contents li:nth-child(3n), .top_service_contents li:last-child {
  margin-right: 0;
}

.top_service_contents li:nth-child(n + 4) {
  margin-top: 15px;
}

.top_service_contents li::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f26e03;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 481px) {
  .top_service_contents li.animate::after {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.8s 0.5s;
    transition: 0.8s 0.5s;
  }
  .top_service_contents li.animate a {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.8s 0.7s;
    transition: 0.8s 0.7s;
  }
}

@media (min-width: 481px) {
  .top_service_contents li.effect::after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .top_service_contents li.effect a {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 480px) {
  .top_service_contents li.animate::after {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.5s 0s;
    transition: 0.5s 0s;
  }
  .top_service_contents li.animate a {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.5s 0.2s;
    transition: 0.5s 0.2s;
  }
}

@media (max-width: 480px) {
  .top_service_contents li.effect::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top_service_contents li.effect a {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 480px) {
  .top_service_contents li {
    width: 100%;
    margin: 0;
  }
  .top_service_contents li:not(:last-child) {
    margin-bottom: 8vw;
  }
}

.top_service_contents a {
  display: block;
  min-height: 100%;
  position: relative;
  z-index: 1;
  color: #282828;
  text-decoration: none;
  overflow: hidden;
}

@media (max-width: 480px) {
  .top_service_contents a {
    min-height: auto;
  }
}

.top_service_contents a img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .top_service_contents a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .top_service_contents a:hover .image::after {
    width: 0;
  }
  .top_service_contents a:hover span.arrow::after {
    -webkit-animation: arrowMove2 0.7s ease-in-out 0s alternate;
            animation: arrowMove2 0.7s ease-in-out 0s alternate;
  }
}

.top_service_contents .image {
  position: absolute;
  z-index: -1;
  height: 100%;
  overflow: hidden;
}

.top_service_contents .image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(30, 63, 107, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media (max-width: 480px) {
  .top_service_contents .image::after {
    -webkit-transition: unset;
    transition: unset;
  }
}

.top_service_contents .image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover;";
}

.top_service_contents .title {
  color: #fff;
  padding: 404px 20px 25px;
  min-height: 500px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .top_service_contents .title {
    min-height: auto;
    padding: 20vw 5vw 5vw 5vw;
  }
}

.top_service_contents .eng {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  padding-right: 40px;
  margin-bottom: 10px;
  font-size: 2rem;
  word-break: break-all;
  position: relative;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .top_service_contents .eng {
    font-size: 1.5rem;
    margin-bottom: 3vw;
    padding-bottom: 1.5vw;
  }
}

.top_service_contents .jpn {
  line-height: 1.2;
  font-size: 1.6rem;
}

@media (max-width: 480px) {
  .top_service_contents .jpn {
    font-size: 1.5rem;
  }
}

.top_works {
  padding: 55px 0 100px;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .top_works {
    padding: 10vw 0 0;
  }
}

.top_works::after {
  content: "";
  width: 100%;
  height: 610px;
  position: absolute;
  bottom: 0;
  background: #f6f8fa;
  left: 0;
  z-index: -1;
}

@media (max-width: 480px) {
  .top_works::after {
    height: 60%;
  }
}

.top_works_inner {
  margin: 0 auto;
  width: 1020px;
  background: url(../img/background-text03.png) no-repeat top;
  padding: 45px 0 0;
}

@media (max-width: 480px) {
  .top_works_inner {
    padding: 10vw 5vw;
    background-size: auto 15vw;
  }
}

.top_works_title {
  margin-bottom: 45px;
}

@media (max-width: 480px) {
  .top_works_title {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.top_works_contents {
  margin: -10px auto 50px;
  width: 940px;
}

@media (max-width: 480px) {
  .top_works_contents {
    width: calc(100% + 10vw);
    margin: -10px -5vw 8vw;
  }
}

.top_works_contents li {
  height: auto !important;
  margin: 0 70px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px #999;
          box-shadow: 0px 0px 6px 0px #999;
}

@media (max-width: 480px) {
  .top_works_contents li {
    margin: 0 5vw;
  }
}

.top_works_contents a {
  color: #282828;
  text-decoration: none;
  outline: none !important;
  display: block;
  min-height: 100%;
  padding: 0 35px 55px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_works_contents a {
    -webkit-transition: unset;
    transition: unset;
    padding: 0 5vw calc(12vw + 15px);
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .top_works_contents a:hover {
    color: #01b0f2;
  }
  .top_works_contents a:hover span.arrow::after {
    -webkit-animation: arrowMove2 0.7s ease-in-out 0s alternate;
            animation: arrowMove2 0.7s ease-in-out 0s alternate;
    border-color: #01b0f2;
  }
}

.top_works_contents .image {
  margin: 0 -35px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 800px;
  height: 480px;
  overflow: hidden;
  /*　カスタマイズ　*/
  background: #cceffd;
}

@media (max-width: 480px) {
  #contents .top_works_contents .image {
    width: calc(100% + 10vw);
    padding-top: calc((100% + 10vw) * 0.6);
    height: 0;
    position: relative;
    display: block;
  }
}

.top_works_contents .image img {
  max-width: 100%;
  max-height: 100%;
}

@media all and (-ms-high-contrast: none) {
  .top_works_contents .image img {
    width: 100%;
    max-height: none;
  }
}

@media (max-width: 480px) {
  #contents .top_works_contents .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 480px) {
  .top_works_contents .image {
    margin: 0 -5vw 5vw;
  }
}

.top_works_contents .image img {
  display: block;
  width: 100%;
}

.top_works_contents .category {
  margin-bottom: 15px;
}

.top_works_contents .category span {
  background: #f26e03;
  color: #fff;
  padding: 2px 10px 3px;
}

.top_works_contents .title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .top_works_contents .title {
    margin-bottom: 3vw;
    font-size: 1.6rem;
  }
}

.top_works_contents .msg {
  line-height: 1.5;
}

@media (max-width: 480px) {
  .top_works_contents .msg {
    font-size: 1.3rem;
  }
}

.top_works_contents .more {
  position: absolute;
  text-align: right;
  padding-right: 48px;
  line-height: 1;
  left: 35px;
  right: 35px;
  bottom: 20px;
}

@media (max-width: 480px) {
  .top_works_contents .more {
    left: 5vw;
    right: 5vw;
    bottom: 7vw;
    padding-right: 33px;
  }
}

.top_works_contents .more::before {
  content: "\52\45\41\44\20\4d\4f\52\45";
}

.top_works_contents .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 481px) and (max-device-width: 1039px) {
  .top_works_contents .slick-track {
    display: block;
  }
}

.top_works_contents .slick-list {
  padding: 10px 0 !important;
}

.top_works_contents .slick-arrow-prev,
.top_works_contents .slick-arrow-next {
  position: absolute;
  top: 50%;
  margin-top: -11.5px;
  width: 23px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTEuOTA3cHgiIGhlaWdodD0iMjAuNDFweCIgdmlld0JveD0iMCAwIDExLjkwNyAyMC40MSI+DQo8cGF0aCBpZD0iYXJyb3ciIGZpbGw9IiMwMWIwZjIiIGQ9Ik00LjcxOSwyMC40MUgtMC4wMUw3LjE2NSwxMC4yTC0wLjAxMS0wLjAxaDQuNzI5bDcuMjAxLDEwLjIxTDQuNzE5LDIwLjQxeiIvPg0KPC9zdmc+") no-repeat center center;
  background-size: 100% auto;
}

@media (max-width: 480px) {
  .top_works_contents .slick-arrow-prev,
  .top_works_contents .slick-arrow-next {
    width: 5.5vw;
    height: 9.5vw;
    margin-top: -4.75vw;
  }
}

.top_works_contents .slick-arrow-prev::before,
.top_works_contents .slick-arrow-next::before {
  content: none;
}

.top_works_contents .slick-arrow-prev {
  right: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 480px) {
  .top_works_contents .slick-arrow-prev {
    right: unset;
    left: 0;
  }
}

.top_works_contents .slick-arrow-next {
  left: 100%;
}

@media (max-width: 480px) {
  .top_works_contents .slick-arrow-next {
    left: unset;
    right: 0;
  }
}

.top_works .no_article {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 20% 0 15%;
}

@media (max-width: 480px) {
  .top_works .no_article {
    font-size: 1.6rem;
  }
}

.top_promise {
  padding: 55px 0 100px;
}

@media (max-width: 480px) {
  .top_promise {
    padding: 10vw 0;
  }
}

.top_promise_inner {
  margin: 0 auto;
  width: 1020px;
  background: url(../img/background-text04.png) no-repeat top;
  padding: 45px 0 0;
}

@media (max-width: 480px) {
  .top_promise_inner {
    padding: 10vw 5vw;
    background-size: auto 15vw;
  }
}

.top_promise_title {
  margin-bottom: 45px;
}

@media (max-width: 480px) {
  .top_promise_title {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.top_promise_msg {
  text-align: center;
  line-height: 2;
  margin-bottom: 45px;
}

@media (max-width: 480px) {
  .top_promise_msg {
    margin-bottom: 8vw;
    line-height: 1.8;
    text-align: left;
  }
}

.top_promise_msg span {
  display: block;
}

@media (max-width: 480px) {
  .top_promise_msg span {
    display: inline;
  }
}

.top_promise_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_promise_point li {
  width: 212px;
  margin: 0 80px 0 0;
  text-align: center;
  min-height: 215px;
  position: relative;
  z-index: 1;
}

.top_promise_point li:nth-child(3n), .top_promise_point li:last-child {
  margin-right: 0;
}

.top_promise_point li:nth-child(n + 4) {
  margin-top: 80px;
}

.top_promise_point li.animate .square::before,
.top_promise_point li.animate .square::after {
  width: 0;
  height: 0;
  border-color: #fff;
  opacity: 0;
}

.top_promise_point li.animate .square::before {
  -webkit-transition: width 0.2s 0.5s, height 0.2s 0.7s, border-color 0.5s 0.5s, opacity 0.5s 0.5s;
  transition: width 0.2s 0.5s, height 0.2s 0.7s, border-color 0.5s 0.5s, opacity 0.5s 0.5s;
}

.top_promise_point li.animate .square::after {
  -webkit-transition: width 0.2s 0.9s, height 0.2s 1.1s, border-color 0.5s 0.9s, opacity 0.5s 0.9s;
  transition: width 0.2s 0.9s, height 0.2s 1.1s, border-color 0.5s 0.9s, opacity 0.5s 0.9s;
}

.top_promise_point li.effect .square::before,
.top_promise_point li.effect .square::after {
  width: 100%;
  height: 100%;
  border-color: #cceffd;
  opacity: 1;
}

.top_promise_point li .square {
  width: 150px;
  height: 150px;
  left: 50%;
  top: 0;
  margin: 32px 0 0 -75px;
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 480px) {
  .top_promise_point li .square {
    left: 0;
    top: 50%;
    margin: -11vw 0 0 5vw;
    width: 23vw;
    height: 23vw;
  }
}

.top_promise_point li .square::before, .top_promise_point li .square::after {
  content: "";
  position: absolute;
  border: solid #cceffd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.top_promise_point li .square::before {
  border-width: 4px 4px 0 0;
  left: 0;
  top: 0;
}

@media (max-width: 480px) {
  .top_promise_point li .square::before {
    border-width: 1vw 1vw 0 0;
  }
}

.top_promise_point li .square::after {
  border-width: 0 0 4px 4px;
  right: 0;
  bottom: 0;
}

@media (max-width: 480px) {
  .top_promise_point li .square::after {
    border-width: 0 0 1vw 1vw;
  }
}

@media (max-width: 480px) {
  .top_promise_point li {
    width: 100%;
    margin: 0;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_promise_point li:not(:last-child) {
    margin-bottom: 8vw;
  }
}

.top_promise_point li.animate .image img {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: 0.7s 1.5s;
  transition: 0.7s 1.5s;
  opacity: 0;
}

@media (min-width: 481px) {
  .top_promise_point li.animate .msg {
    opacity: 0;
    -webkit-transition: 0.5s 1s;
    transition: 0.5s 1s;
  }
}

.top_promise_point li.effect .image img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media (min-width: 481px) {
  .top_promise_point li.effect .msg {
    opacity: 1;
  }
}

.top_promise_point .image {
  padding: 56px 0;
}

@media (max-width: 480px) {
  .top_promise_point .image {
    width: 33vw;
    height: 33vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8vw;
  }
}

.top_promise_point .image span {
  overflow: hidden;
  display: block;
}

.top_promise_point .image img {
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 480px) {
  .top_promise_point .image img {
    width: 100%;
  }
}

.top_promise_point .msg {
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.7rem;
  margin-top: -50px;
}

@media (max-width: 480px) {
  .top_promise_point .msg {
    margin-top: 0;
    text-align: left;
    width: 50vw;
    font-size: 1.6rem;
  }
}

.top_promise_point .msg span {
  display: block;
}
/*# sourceMappingURL=top.css.map */