@charset "UTF-8";
/* reset
----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  background-color: #fff;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 1200px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
main {
  position: relative;
  display: block;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  main {
    overflow: hidden;
  }
}

/*******************************
*　common
********************************/
/* コンテンツ幅 */
.inner {
  margin: 0 auto;
  width: 1080px;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    max-width: 375px;
  }
}
.u-tac {
  text-align: center;
}

/* テキスト */
.c-txt01 {
  font-size: 2.8rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .c-txt01 {
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.025em;
  }
}

.c-txt02 {
  font-size: 2.5rem;
  line-height: 1.64;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .c-txt02 {
    font-size: 2.8rem;
    line-height: 1.46;
    letter-spacing: 0.025em;
  }
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

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

  .sp-only {
    display: block;
  }
}
/**************************
*  MV
***************************/
.mv-wrap {
  position: relative;
  width: 100%;
  padding-top: calc(627 / 1080 * 100%);
  height: 0;
  background: url(../img/mv_pc.png) no-repeat top center/contain;
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .mv-wrap {
    width: 1080px;
    padding-top: 651px;
  }
}
@media screen and (max-width: 768px) {
  .mv-wrap {
    width: 100%;
    padding-top: calc(218 / 375 * 100%);
    height: 0;
  }
}
.mv-wrap::before {
  position: absolute;
  bottom: 80px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 210px;
  background: #9F2424;
  z-index: -1;
  -webkit-transform: skew(0, -8.2deg);
          transform: skew(0, -8.2deg);
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .mv-wrap::before {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .mv-wrap::before {
    height: 140px;
    bottom: 19px;
  }
}

.mv-ttl {
  position: absolute;
  top: 2%;
  left: 1.2%;
  width: calc(717 / 1080 * 100%);
  max-width: 717px;
  mix-blend-mode: hard-light;
}

/**************************
*  見出し部分共通
***************************/
.ttl-skew {
  position: relative;
  margin: 0 auto;
  background-color: transparent;
}
.ttl-skew::before {
  position: absolute;
  top: 88px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 210px;
  background: #D1E6D4;
  mix-blend-mode: multiply;
  z-index: 3;
  -webkit-transform: skew(0, -8.2deg);
          transform: skew(0, -8.2deg);
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .ttl-skew::before {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .ttl-skew::before {
    height: 140px;
  }
}
.ttl-skew .ttl-wrap {
  position: relative;
  left: 0;
  top: 56px;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  width: 1080px;
}
@media screen and (max-width: 768px) {
  .ttl-skew .ttl-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 375px;
  }
}
.ttl-skew .sec-ttl {
  margin-left: 42px;
  width: 458px;
}
@media screen and (max-width: 768px) {
  .ttl-skew .sec-ttl {
    width: 312px;
    margin-left: 8px;
  }
}
.ttl-skew .lead-txt {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
  z-index: 4;
}
.ttl-skew .img {
  position: relative;
  top: -60px;
  left: 0;
  width: 1080px;
  color: #FFF;
  font-weight: 800;
  font-size: 100px;
  z-index: 2;
}

/*************************
* MV下セクション
**************************/
.sec-about {
  margin-top: -5%;
}
@media screen and (max-width: 768px) {
  .sec-about {
    margin-top: 1%;
    padding-bottom: 166px;
  }
}
.sec-about .ttl-lead {
  padding-right: 34px;
  font-size: 5.5rem;
  line-height: 1.63;
  letter-spacing: 0.16em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec-about .ttl-lead {
    width: 375px;
    margin: 0 auto;
    padding-right: 4%;
    font-size: 2.6rem;
    line-height: 1.63;
  }
}
.sec-about .inner-box {
  padding-right: 35px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .sec-about .inner-box {
    margin: 94px auto 0;
    padding-right: 3%;
    padding-left: 3%;
    width: 375px;
  }
}
.sec-about .logo-company {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .sec-about .logo-company {
    width: 344px;
  }
}
.sec-about .c-txt01 {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .sec-about .c-txt01 {
    margin-top: 40px;
  }
}

/**************
* Service
**************/
.sec-service {
  padding-bottom: 212px;
}
@media screen and (max-width: 768px) {
  .sec-service {
    padding-bottom: 168px;
  }
}
.sec-service.ttl-skew::before {
  background: #ACD9F1;
}
@media screen and (max-width: 768px) {
  .sec-service.ttl-skew::before {
    height: 148px;
  }
}
.sec-service.ttl-skew .ttl-wrap {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-service.ttl-skew .ttl-wrap {
    top: 39px;
  }
}
.sec-service.ttl-skew .sec-ttl {
  width: 458px;
}
@media screen and (max-width: 768px) {
  .sec-service.ttl-skew .sec-ttl {
    width: 318px;
  }
}
.sec-service.ttl-skew .lead-txt {
  padding-top: 1.2em;
}
@media screen and (max-width: 768px) {
  .sec-service.ttl-skew .lead-txt {
    padding-top: 1em;
  }
}

.service-wrap {
  position: relative;
  margin-top: 114px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .service-wrap {
    margin-top: 250px;
  }
}

.service {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service {
    flex-direction: column;
  }
}
.service:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .service:nth-child(2n) {
    flex-direction: column;
  }
}

.service::after {
  position: absolute;
  content: "";
  top: -77px;
  right: 0;
  width: 567px;
  padding-top: 423px;
  height: 0;
  background: url(../img/img_service01.png) no-repeat top left/contain;
}
@media screen and (max-width: 768px) {
  .service::after {
    position: static;
    padding-top: 279px;
    width: 375px;
  }
}
@media screen and (max-width: 768px) {
  .service:nth-child(1)::after {
    right: auto;
    left: 0;
    background-size: 100%;
  }
}
.service:nth-child(2) {
  margin-top: 132px;
}
@media screen and (max-width: 768px) {
  .service:nth-child(2) {
    margin-top: 155px;
  }
}
.service:nth-child(2)::after {
  top: -7px;
  left: 0;
  background: url(../img/img_service02.png) no-repeat top/contain;
}
@media screen and (max-width: 768px) {
  .service:nth-child(2)::after {
    right: auto;
    left: 0;
    background-size: 100%;
  }
}
.service:nth-child(3) {
  margin-top: 175px;
}
@media screen and (max-width: 768px) {
  .service:nth-child(3) {
    margin-top: 181px;
  }
}
.service:nth-child(3)::after {
  top: -77px;
  right: 0;
  background: url(../img/img_service03.png) no-repeat top/contain;
}
@media screen and (max-width: 768px) {
  .service:nth-child(3)::after {
    right: auto;
    left: 0;
    background-size: 100%;
  }
}
.service:nth-child(4) {
  margin-top: 88px;
}
@media screen and (max-width: 768px) {
  .service:nth-child(4) {
    margin-top: 156px;
  }
}
.service:nth-child(4)::after {
  top: -7px;
  left: 0;
  background: url(../img/img_service04.png) no-repeat top/contain;
}
@media screen and (max-width: 768px) {
  .service:nth-child(4)::after {
    right: auto;
    left: 0;
    background-size: 100%;
  }
}

.service:nth-child(2n+1) .ttl {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .service:nth-child(2n+1) .ttl {
    justify-content: center;
  }
}
.service:nth-child(2n+1) .detail {
  padding-left: 56px;
}
@media screen and (max-width: 768px) {
  .service:nth-child(2n+1) .detail {
    padding-left: 0;
  }
}
.service:nth-child(2n) .ttl {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .service:nth-child(2n) .ttl {
    justify-content: center;
  }
}
.service:nth-child(2n) .detail {
  padding-right: 56px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .service:nth-child(2n) .detail {
    padding-right: 0;
    text-align: left;
  }
}

.service .ttl {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .service .ttl {
    flex-direction: column;
  }
}
.service .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 584px;
  height: 4px;
  background: url(../img/white_line.png) no-repeat bottom left/contain;
}
@media screen and (max-width: 768px) {
  .service .ttl::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 352px;
    background-size: auto;
  }
}
.service .ttl .ttl-txt {
  font-size: 3.5rem;
  line-height: 1.74;
  letter-spacing: 0.2em;
  display: inline-block;
}
.service:nth-child(2n) .ttl::after {
  left: auto;
  right: 0;
  background-position: bottom right;
}
@media screen and (max-width: 768px) {
  .service:nth-child(2n) .ttl::after {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 352px;
    background-size: auto;
  }
}
@media screen and (max-width: 768px) {
  .service:nth-child(1) .ttl {
    padding-bottom: 0.5em;
  }
}
.service:nth-child(1) .ttl-txt {
  padding-top: 1.1em;
  padding-left: 0.4em;
}
@media screen and (max-width: 768px) {
  .service:nth-child(1) .ttl-txt {
    padding-top: 0;
    padding-left: 0;
  }
}
.service:nth-child(3) .ttl-txt {
  font-size: 3rem;
  line-height: 1.73;
  letter-spacing: 0.025em;
}
.service .ttl .icon {
  display: inline-block;
}
.service .ttl .icon img {
  vertical-align: middle;
}
.service .ttl .icon.icon01 {
  width: 105px;
  height: 94px;
}
.service .ttl .icon.icon02 {
  width: 124px;
  height: 88px;
}
.service .ttl .icon.icon03 {
  width: 141px;
  height: 83px;
}
.service .ttl .icon.icon04 {
  width: 119px;
  height: 85px;
}

.service .detail {
  position: relative;
  padding-top: 54px;
  color: #fff;
  width: 567px;
}
@media screen and (max-width: 768px) {
  .service .detail {
    padding-top: 2px;
    padding-bottom: 10px;
    width: 375px;
    background: #9F2424;
  }
}
.service .detail::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  padding-top: 340px;
  height: 0;
  background: #9F2424;
  -webkit-transform: skew(0, -8.2deg);
          transform: skew(0, -8.2deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .service .detail::before {
    position: absolute;
    top: -55px;
    left: 0;
    content: "";
    display: inline-block;
    padding-top: 0;
    width: 0;
    height: 0;
    -webkit-transform: skew(0, 0);
            transform: skew(0, 0);
    background: transparent;
    border-style: solid;
    border-width: 0 0 55px 375px;
    border-color: transparent transparent #9f2424 transparent;
  }
  .service .detail::after {
    position: absolute;
    bottom: -55px;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 375px 0 0;
    border-color: #9f2424 transparent transparent transparent;
  }
}
.service .detail .c-txt02 {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .service .detail .c-txt02 {
    margin: 1.5em auto 0;
    width: 344px;
    font-size: 2.6rem;
  }
}
.service:nth-child(2) .detail {
  padding-top: 41px;
}
@media screen and (max-width: 768px) {
  .service:nth-child(2) .detail {
    padding-top: 3px;
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 768px) {
  .service:nth-child(2) .detail .c-txt02 {
    margin-top: 2em;
  }
}
.service:nth-child(3) .detail {
  padding-top: 72px;
}
@media screen and (max-width: 768px) {
  .service:nth-child(3) .detail {
    padding-top: 3px;
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 768px) {
  .service:nth-child(3) .detail .c-txt02 {
    margin-top: 2em;
  }
}
.service:nth-child(4) .detail {
  padding-top: 59px;
}
@media screen and (max-width: 768px) {
  .service:nth-child(4) .detail {
    padding-top: 8px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .service:nth-child(4) .detail .c-txt02 {
    margin-top: 1.2em;
  }
}

/**************
* Delivery base
**************/
.sec-delivery {
  padding-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .sec-delivery {
    padding-bottom: 188px;
  }
}
.sec-delivery.ttl-skew::before {
  background: #D1E6D4;
}
.sec-delivery.ttl-skew .ttl-wrap {
  top: 40px;
}
@media screen and (max-width: 768px) {
  .sec-delivery.ttl-skew .ttl-wrap {
    top: 30px;
  }
}
.sec-delivery.ttl-skew .lead-txt {
  padding-top: 60px;
  margin-left: 0.5em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sec-delivery.ttl-skew .lead-txt {
    padding-top: 0;
    margin-left: 0;
    margin-top: 24px;
    line-height: 1.75;
  }
}
.sec-delivery.ttl-skew .sec-ttl {
  margin-left: 46px;
  width: 524px;
}
@media screen and (max-width: 768px) {
  .sec-delivery.ttl-skew .sec-ttl {
    margin-left: -2%;
    width: 355px;
  }
}
@media screen and (max-width: 768px) {
  .sec-delivery.ttl-skew .img {
    margin: 120px auto 0;
    top: 0;
    width: 375px;
  }
}
.sec-delivery .content-wrap {
  position: relative;
  z-index: 10;
  margin-top: -8px;
  padding: 0 35px 0 60px;
}
@media screen and (max-width: 768px) {
  .sec-delivery .content-wrap {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
    padding: 0;
  }
}
.sec-delivery .content-wrap .c-txt02 {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .sec-delivery .content-wrap .c-txt02 {
    margin: 48px auto 0;
    padding: 0 4%;
    width: 375px;
  }
}
.sec-delivery .img02 {
  position: absolute;
  right: 35px;
  top: -280px;
  width: 540px;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  .sec-delivery .img02 {
    position: static;
    margin: 0 auto;
    width: 375px;
  }
}
.sec-delivery .subttl-delivery {
  font-size: 3.5rem;
  line-height: 1.74;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .sec-delivery .subttl-delivery {
    text-align: center;
  }
}
.sec-delivery .detail {
  width: 402px;
}
@media screen and (max-width: 768px) {
  .sec-delivery .detail {
    margin-top: 50px;
    width: 100%;
  }
}

/**************
* Problem solving
**************/
.sec-problem {
  padding-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .sec-problem {
    padding-bottom: 214px;
  }
}
.sec-problem.ttl-skew::before {
  background: #F3C5D9;
}
.sec-problem.ttl-skew .ttl-wrap {
  top: 16px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-problem.ttl-skew .ttl-wrap {
    top: 14px;
  }
}
.sec-problem.ttl-skew .sec-ttl {
  width: 519px;
}
@media screen and (max-width: 768px) {
  .sec-problem.ttl-skew .sec-ttl {
    margin-left: -2%;
    width: 352px;
  }
}
.sec-problem .content-wrap {
  position: relative;
  padding-left: 68px;
  padding-left: 34px;
  z-index: 1;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .sec-problem .content-wrap {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -24px;
    padding: 0;
  }
}
.sec-problem .content-wrap .c-txt02 {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .sec-problem .content-wrap .c-txt02 {
    margin: 0.5em auto 0;
    width: 346px;
  }
}
.sec-problem .img02 {
  position: absolute;
  right: 0;
  top: -312px;
  width: 649px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-problem .img02 {
    position: static;
    margin: 46px auto 0;
    width: 375px;
  }
}
.sec-problem .subttl-problem {
  font-size: 5.2rem;
  line-height: 1.46;
  letter-spacing: 0.05em;
  color: #9F2424;
}
@media screen and (max-width: 768px) {
  .sec-problem .subttl-problem {
    margin: 56px auto 0;
    width: 346px;
    font-size: 4rem;
  }
}
.sec-problem .btn-tel {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec-problem .btn-tel {
    margin-top: 60px;
  }
}
.sec-problem .btn-tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #008645;
  border-radius: 35px;
  width: 360px;
  height: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-problem .btn-tel a {
    margin: 0 auto;
    width: 346px;
    height: 68px;
  }
}
.sec-problem .btn-tel a:hover, .sec-problem .btn-tel a:focus, .sec-problem .btn-tel a:active {
  opacity: 0.6;
}
.sec-problem .btn-tel a img {
  width: 244px;
}
/**************
* Access
**************/
.sec-access {
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .sec-access {
    padding-bottom: 192px;
  }
}
.sec-access.ttl-skew::before {
  background: #EFA43B;
}
@media screen and (max-width: 768px) {
  .sec-access.ttl-skew::before {
    height: 145px;
  }
}
.sec-access.ttl-skew .ttl-wrap {
  top: 70px;
}
@media screen and (max-width: 768px) {
  .sec-access.ttl-skew .ttl-wrap {
    top: 46px;
  }
}
.sec-access.ttl-skew .lead-txt {
  padding-top: 40px;
  margin-left: 0.5em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sec-access.ttl-skew .lead-txt {
    padding-top: 45px;
    margin-left: 0;
    font-size: 2.2rem;
  }
}
.sec-access.ttl-skew .sec-ttl {
  width: 447px;
}
@media screen and (max-width: 768px) {
  .sec-access.ttl-skew .sec-ttl {
    margin-left: -2px;
    width: 312px;
  }
}
.sec-access .map-wrap {
  position: relative;
  margin: 96px auto 0;
  width: 1080px;
  height: 0;
  padding-top: 484px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sec-access .map-wrap {
    margin-top: 74px;
    width: 375px;
    padding-top: 484px;
  }
}
.sec-access .map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.txt-address {
  margin-top: 0.8em;
  font-size: 2.5rem;
  line-height: 1.64;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .txt-address {
    margin: 0.6em auto 0;
    width: 346px;
    font-size: 2.2rem;
    text-align: left;
  }
}

/**************
* Company
**************/
.sec-company {
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .sec-company {
    padding-bottom: 24px;
  }
}
.sec-company.ttl-skew::before {
  background: #BBA68D;
}
@media screen and (max-width: 768px) {
  .sec-company.ttl-skew::before {
    height: 145px;
  }
}
@media screen and (max-width: 768px) {
  .sec-company.ttl-skew .ttl-wrap {
    top: 40px;
  }
}
.sec-company.ttl-skew .sec-ttl {
  margin-left: 56px;
  width: 595px;
}
@media screen and (max-width: 768px) {
  .sec-company.ttl-skew .sec-ttl {
    margin-left: 8px;
    width: 360px;
  }
}
.sec-company.ttl-skew .img {
  top: -20px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .sec-company.ttl-skew .img {
    margin: 0 auto;
    top: 110px;
    width: 375px;
  }
}

.tbl-company {
  margin: 36px auto 0;
  width: 540px;
}
@media screen and (max-width: 768px) {
  .tbl-company {
    margin-top: 172px;
    width: 375px;
  }
}
.tbl-company li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.tbl-company li:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 542px;
  height: 2px;
  background: url(../img/tbl_line.png) repeat top left/contain;
}
@media screen and (max-width: 768px) {
  .tbl-company li:first-child::before {
    width: 100%;
    background-repeat: repeat-x;
  }
}
.tbl-company li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 542px;
  height: 2px;
  background: url(../img/tbl_line.png) repeat-x bottom left/contain;
}
@media screen and (max-width: 768px) {
  .tbl-company li::after {
    width: 100%;
  }
}
.tbl-company .tbl-th {
  display: block;
  padding: 0.9em 2em;
  width: 200px;
  font-size: 1.8rem;
  line-height: 2.27;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .tbl-company .tbl-th {
    padding: 0.85em 0.9em 0.2em 0.9em;
    width: 100%;
  }
}
.tbl-company .tbl-td {
  display: block;
  padding: 0.9em 2em;
  width: calc(100% - 200px);
  font-size: 1.8rem;
  line-height: 2.27;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .tbl-company .tbl-td {
    padding: 0 1em 0.85em 1em;
    width: 100%;
  }
  .tbl-company .tbl-td:last-child {
    font-size: 1.8rem;
    line-height: 1.55;
    letter-spacing: 0.025em;
  }
}

/**************************
*  footer
***************************/
.footer {
  background-color: #9F2424;
  color: #fff;
  height: 26px;
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .footer {
    width: 1080px;
  }
}

.c-copy {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: center;
}

/*******************
* animation
* 該当要素に　js-inviewを記述する
* data属性に　アニメーションタイプを記述
********************/
/* mv ふわっと文字用*/
.js-inview[data-type=fadeIn] {
  visibility: hidden;
  opacity: 0;
  transition: 2s ease-out;
  transition-property: opacity, visibility;
}

.js-inview[data-type=fadeIn].is-show {
  visibility: visible;
  opacity: 1;
}

/* タイトル部分用横からふわっと*/
.js-inview[data-type=slideIn] {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  transition: 2s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.js-inview[data-type=slideIn].is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* 下からふわっと*/
.js-inview[data-type=fadeInUp] {
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  transition: 2s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.js-inview[data-type=fadeInUp].is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* service画像部分下からふわっと*/
.js-inview[data-type=fadeInUpSrv]::after {
  opacity: 0;
}

.js-inview[data-type=fadeInUpSrv].is-show::after {
  -webkit-animation-name: fadeInUpSrv;
          animation-name: fadeInUpSrv;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes fadeInUpSrv {
  0% {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUpSrv {
  0% {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}