@charset "UTF-8";
/*--- 共通 ---*/
.wrap01 {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1140px) {
  .wrap01 {
    max-width: none;
    width: 87.7vw;
  }
}

@media screen and (max-width: 768px) {
  .wrap01 {
    width: 86.7%;
  }
}

main h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  color: #005a39;
}

@media screen and (max-width: 1140px) {
  main h2 {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 768px) {
  main h2 {
    font-size: 6vw;
    line-height: 1.6em;
  }
}

.title_box {
  border-top: 2px solid #005a39;
  background-color: #f2f3f5;
  padding: 55px 0;
}

@media screen and (max-width: 1140px) {
  .title_box {
    padding: 4.8vw 0;
  }
}

@media screen and (max-width: 768px) {
  .title_box {
    padding: 10.5vw 0;
  }
}

.content {
  padding-top: 100px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1140px) {
  .content {
    padding-top: 8.8vw;
    padding-bottom: 2.6vw;
  }
}

@media screen and (max-width: 768px) {
  .content {
    padding-top: 10.5vw;
    padding-bottom: 3.2vw;
  }
}

.main_txt01 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7em;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  .main_txt01 {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 768px) {
  .main_txt01 {
    font-size: 4.2vw;
    text-align: justify;
  }
}

.btn_box {
  padding: 150px 0;
}

@media screen and (max-width: 1140px) {
  .btn_box {
    padding: 13.2vw 0;
  }
}

@media screen and (max-width: 768px) {
  .btn_box {
    padding: 10.5vw 0;
  }
}

.btn_box .btn_inq {
  max-width: 465px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1140px) {
  .btn_box .btn_inq {
    max-width: none;
    width: 40.8vw;
  }
}

@media screen and (max-width: 768px) {
  .btn_box .btn_inq {
    width: 60.8vw;
  }
}

.kakko {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

/*--- ヘッダー ---*/
header {
  background-color: #fff;
  width: 100%;
  height: 100px;
  padding-left: 0px;
}

@media screen and (max-width: 1330px) {
  header {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  header {
    padding-left: 0vw;
    padding-right: 0vw;
    height: auto;
  }
}

header .header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  header .header_content {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

header .logo {
  width: 400px;
}

@media screen and (max-width: 1330px) {
  header .logo {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  header .logo {
    width: 100%;
    background: #005e3c;
    text-align: center;
  }
  header .logo img {
    max-width: 80%;
    margin: 0 auto;
  }
}

header .txt01 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 21px;
  font-weight: bold;
  color: #005a39;
  text-align: right;
  padding-right: 3vw;
}

@media screen and (max-width: 1330px) {
  header .txt01 {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  header .txt01 {
    font-size: 4.2vw;
    line-height: 1.5em;
    margin: 0.8em;
    text-align: center;
    padding-right: 0vw;
  }
  header .txt01 .kakko {
    font-size: 80%;
  }
}

header .txt01 a {
  color: #005a39;
}

/*--- メインビジュアル ---*/
#mv {
  background-image: url(../images/mv_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 43.1vw;
  position: relative;
}

@media screen and (max-width: 768px) {
  #mv {
    background-image: url(../images/mv_bg_sp.jpg);
    height: 142.5vw;
    padding-top: 4.8vw;
  }
}

#mv h1 {
  position: absolute;
  width: 42.9vw;
  left: 52.4vw;
  top: 6.0vw;
}

@media screen and (max-width: 768px) {
  #mv h1 {
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 88.7%;
  }
}

#mv .mv_btn_inq {
  position: absolute;
  width: 42.9vw;
  left: 52.4vw;
  top: 30.9vw;
}

@media screen and (max-width: 768px) {
  #mv .mv_btn_inq {
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 88.7%;
  }
  #mv .mv_btn_inq a {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 8vw;
  }
}

/*--- こんな悩みありませんか？ ---*/
#worries {
  background-color: #E5EFEB;
}

#worries .wrap01 {
  padding-top: 30px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1140px) {
  #worries .wrap01 {
    padding-top: 6.1vw;
    padding-bottom: 8.8vw;
  }
}

@media screen and (max-width: 768px) {
  #worries .wrap01 {
    padding-top: 4.5vw;
    padding-bottom: 10.5vw;
  }
}

#worries h2 {
  background-color: #005a39;
  color: #fff;
  padding: 1.5vw 3vw;
  display: block;
}

@media screen and (max-width: 768px) {
  #worries h2 {
    padding: 1.5vw 3vw;
  }
}

#worries .worries_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 1140px) {
  #worries .worries_box {
    margin-top: 2.6vw;
  }
}

@media screen and (max-width: 768px) {
  #worries .worries_box {
    display: block;
    margin-top: 3.5vw;
  }
}

#worries .worries_box a {
  display: block;
}

#worries .worries_box .worries_block {
  width: 48.5%;
  position: relative;
}

@media screen and (max-width: 1140px) {
  #worries .worries_box .worries_block {
    padding-top: 2.6vw;
  }
}

@media screen and (max-width: 768px) {
  #worries .worries_box .worries_block {
    width: 100%;
    padding-top: 2.5vw;
  }
}

#worries .worries_box .worries_block:nth-child(n + 3) {
  margin-top: 30px;
}

@media screen and (max-width: 1140px) {
  #worries .worries_box .worries_block:nth-child(n + 3) {
    margin-top: 2.6vw;
  }
}

@media screen and (max-width: 768px) {
  #worries .worries_box .worries_block:nth-child(n + 2) {
    margin-top: 5vw;
  }
}

#worries .worries_box .worries_block .txt01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7em;
  color: #005a39;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  #worries .worries_box .worries_block .txt01 {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  #worries .worries_box .worries_block .txt01 {
    font-size: 4vw;
  }
}

#worries .worries_box .worries_block .img01 {
  width: 63.9%;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1140px) {
  #worries .worries_box .worries_block .img01 {
    bottom: 2.2vw;
  }
}

/*--- オペレーティングリースとは？ ---*/
#about {
  background-color: #ebf5ec;
  margin-bottom: 100px;
}

@media screen and (max-width: 1140px) {
  #about {
    margin-bottom: 8.8vw;
  }
}

#about .title_box {
  border-top: none;
  background-color: #fff;
}

#about .content {
  padding-bottom: 100px;
}

@media screen and (max-width: 1140px) {
  #about .content {
    padding-bottom: 8.8vw;
  }
}

@media screen and (max-width: 768px) {
  #about .content {
    padding-bottom: 15.5vw;
  }
}

#about .about_section h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #005a39;
  padding: 0.8em 0 0.9em;
  border-radius: 20px;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  #about .about_section h3 {
    font-size: 2.6vw;
    border-radius: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  #about .about_section h3 {
    font-size: 4.6vw;
    line-height: 1.8em;
    border-radius: 2.5vw;
  }
}

#about .about_section.about_section01 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #about .about_section.about_section01 h3 {
    width: 86.7%;
    margin-left: auto;
    margin-right: auto;
  }
}

#about .about_section.about_section01 .img01 {
  margin-top: 60px;
}

@media screen and (max-width: 1140px) {
  #about .about_section.about_section01 .img01 {
    margin-top: 5.3vw;
  }
}

@media screen and (max-width: 768px) {
  #about .about_section.about_section01 .img01 {
    margin-top: 6.5vw;
  }
}

#about .about_section.about_section02 {
  margin-top: 60px;
}

@media screen and (max-width: 1140px) {
  #about .about_section.about_section02 {
    margin-top: 5.3vw;
  }
}

@media screen and (max-width: 768px) {
  #about .about_section.about_section02 {
    margin-top: 12.5vw;
  }
}

#about .about_section.about_section02 .catch {
  margin-top: 70px;
  margin-bottom: 70px;
  font-size: 30px;
  font-weight: bold;
  color: #005a39;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  #about .about_section.about_section02 .catch {
    margin-top: 6.1vw;
    margin-bottom: 6.1vw;
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 768px) {
  #about .about_section.about_section02 .catch {
    margin-top: 6.5vw;
    margin-bottom: 6.5vw;
    font-size: 6vw;
  }
}

#about .about_section.about_section02 .about_ssection + .about_ssection {
  margin-top: 120px;
}

@media screen and (max-width: 1140px) {
  #about .about_section.about_section02 .about_ssection + .about_ssection {
    margin-top: 10.5vw;
  }
}

@media screen and (max-width: 768px) {
  #about .about_section.about_section02 .about_ssection + .about_ssection {
    margin-top: 12.5vw;
  }
}

#about .about_section.about_section02 .about_ssection h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  #about .about_section.about_section02 .about_ssection h4 {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 768px) {
  #about .about_section.about_section02 .about_ssection h4 {
    font-size: 4.2vw;
    line-height: 1.7em;
  }
}

#about .about_section.about_section02 .about_ssection .txt01 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 0.3em;
}

@media screen and (max-width: 1140px) {
  #about .about_section.about_section02 .about_ssection .txt01 {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 768px) {
  #about .about_section.about_section02 .about_ssection .txt01 {
    font-size: 4.2vw;
  }
}

#about .about_section.about_section02 .about_ssection .txt01 .sub_txt {
  font-size: 18px;
}

@media screen and (max-width: 1140px) {
  #about .about_section.about_section02 .about_ssection .txt01 .sub_txt {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  #about .about_section.about_section02 .about_ssection .txt01 .sub_txt {
    font-size: 2.9vw;
  }
}

#about .about_section.about_section02 .about_ssection .img02 {
  margin-top: 50px;
}

@media screen and (max-width: 1140px) {
  #about .about_section.about_section02 .about_ssection .img02 {
    margin-top: 4.4vw;
  }
}

@media screen and (max-width: 768px) {
  #about .about_section.about_section02 .about_ssection .img02 {
    margin-top: 8.7vw;
  }
}

#about .about_section.about_section03 {
  margin-top: 90px;
}

@media screen and (max-width: 1140px) {
  #about .about_section.about_section03 {
    margin-top: 7.9vw;
  }
}

@media screen and (max-width: 768px) {
  #about .about_section.about_section03 {
    margin-top: 14.5vw;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #about .about_section.about_section03 h3 {
    width: 86.7%;
    margin-left: auto;
    margin-right: auto;
  }
}

#about .about_section.about_section03 .txt03 {
  margin-top: 70px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7em;
}

@media screen and (max-width: 1140px) {
  #about .about_section.about_section03 .txt03 {
    margin-top: 6.1vw;
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 768px) {
  #about .about_section.about_section03 .txt03 {
    width: 86.7%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.5vw;
  }
}

#about .about_section.about_section03 .txt03 strong {
  font-weight: 500;
  color: #ed6d1f;
}

#about .about_section.about_section03 .img02 {
  margin-top: 40px;
}

@media screen and (max-width: 1140px) {
  #about .about_section.about_section03 .img02 {
    margin-top: 3.5vw;
  }
}

@media screen and (max-width: 768px) {
  #about .about_section.about_section03 .img02 {
    margin-top: 5.5vw;
  }
}

#about .img_box01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 16.7vw;
  background-image: url(../images/about_pho01_pc.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: right center;
  -webkit-animation: infinity-scroll-left 3800s infinite linear 0.5s both;
          animation: infinity-scroll-left 3800s infinite linear 0.5s both;
}

@media screen and (max-width: 768px) {
  #about .img_box01 {
    height: 36.8vw;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    background-position-x: right;
  }
  to {
    background-position-x: -11111.1vw;
  }
}

@keyframes infinity-scroll-left {
  from {
    background-position-x: right;
  }
  to {
    background-position-x: -11111.1vw;
  }
}

/*--- オペレーティングリース商品の比較 ---*/
#comparison .wrap01 {
  padding-bottom: 150px;
}

@media screen and (max-width: 1140px) {
  #comparison .wrap01 {
    padding-bottom: 13.2vw;
  }
}

@media screen and (max-width: 768px) {
  #comparison .wrap01 {
    padding-bottom: 10vw;
  }
}

#comparison .table_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

@media screen and (max-width: 1140px) {
  #comparison .table_box {
    margin-top: 8.8vw;
  }
}

@media screen and (max-width: 768px) {
  #comparison .table_box {
    margin-top: 12.5vw;
    overflow-x: scroll;
    padding-bottom: 5vw;
  }
}

#comparison .table_box table {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #comparison .table_box table {
    width: 160vw;
  }
}

#comparison .table_box table thead th {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 0.8em 0;
}

@media screen and (max-width: 1140px) {
  #comparison .table_box table thead th {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  #comparison .table_box table thead th {
    font-size: 3.5vw;
  }
}

#comparison .table_box table thead th .sub_txt {
  font-size: 18px;
  font-weight: 500;
  margin-left: -0.4em;
  margin-right: -0.4em;
}

@media screen and (max-width: 1140px) {
  #comparison .table_box table thead th .sub_txt {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  #comparison .table_box table thead th .sub_txt {
    font-size: 3.2vw;
  }
}

#comparison .table_box table thead th.th01 {
  background-color: #005a39;
  border-left: 1px solid #005a39;
}

#comparison .table_box table thead th.th02 {
  background-color: #666;
  border-right: 1px solid #666;
  border-left: 1px solid #666;
}

#comparison .table_box table tbody .th03 {
  font-size: 20px;
  font-weight: bold;
  color: #005a39;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  width: 22.8%;
  border-left: 1px solid #005a39;
  border-bottom: 1px solid #005a39;
}

@media screen and (max-width: 1140px) {
  #comparison .table_box table tbody .th03 {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  #comparison .table_box table tbody .th03 {
    font-size: 3.5vw;
  }
}

#comparison .table_box table tbody td {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 0.8em 0;
  vertical-align: middle;
}

@media screen and (max-width: 1140px) {
  #comparison .table_box table tbody td {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  #comparison .table_box table tbody td {
    font-size: 3.5vw;
  }
}

#comparison .table_box table tbody td.td01, #comparison .table_box table tbody td.td02 {
  width: 38.6%;
}

#comparison .table_box table tbody td.td01.list, #comparison .table_box table tbody td.td02.list {
  padding: 10px 20px;
  text-align: left;
}

@media screen and (max-width: 1140px) {
  #comparison .table_box table tbody td.td01.list, #comparison .table_box table tbody td.td02.list {
    padding: 0.9vw 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  #comparison .table_box table tbody td.td01.list, #comparison .table_box table tbody td.td02.list {
    padding: 2.5vw 5vw;
  }
}

#comparison .table_box table tbody td.td01.list ul li, #comparison .table_box table tbody td.td02.list ul li {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

@media screen and (max-width: 1140px) {
  #comparison .table_box table tbody td.td01.list ul li, #comparison .table_box table tbody td.td02.list ul li {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 768px) {
  #comparison .table_box table tbody td.td01.list ul li, #comparison .table_box table tbody td.td02.list ul li {
    font-size: 3vw;
  }
}

#comparison .table_box table tbody td.td01.list ul li::before, #comparison .table_box table tbody td.td02.list ul li::before {
  content: "●";
  margin-right: 0.3em;
}

#comparison .table_box table tbody td.td01 {
  border-left: 1px solid #005a39;
  border-bottom: 1px solid #005a39;
  background-color: #ebf5ec;
}

#comparison .table_box table tbody td.td01 ul li::before {
  color: #005a39;
}

#comparison .table_box table tbody td.td01.hukidashi {
  position: relative;
}

#comparison .table_box table tbody td.td01.hukidashi::before {
  content: "期間が短く、安全性が高い";
  width: 100%;
  height: 127px;
  position: absolute;
  left: 0;
  bottom: -127px;
  font-size: 24px;
  font-weight: bold;
  color: #ed6d1f;
  text-align: center;
  line-height: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/hukidashi01_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding-bottom: 1em;
}

@media screen and (max-width: 1140px) {
  #comparison .table_box table tbody td.td01.hukidashi::before {
    height: 11.1vw;
    bottom: -11.1vw;
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 768px) {
  #comparison .table_box table tbody td.td01.hukidashi::before {
    height: 20vw;
    bottom: -20vw;
    font-size: 4.2vw;
  }
}

#comparison .table_box table tbody td.td02 {
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  background-color: #f1f1f1;
}

#comparison .table_box table tbody td.td02 ul li::before {
  color: #666;
}

#comparison .table_box table tbody tr:first-child .th03 {
  border-top: 1px solid #005a39;
}

#comparison .table_box table tbody tr:first-child .td01 {
  border-top: 1px solid #005a39;
}

#comparison .table_box table tbody tr:first-child .td02 {
  border-top: 1px solid #666;
}

#comparison .table_box .table_txt {
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  margin-top: 1em;
}

@media screen and (max-width: 1140px) {
  #comparison .table_box .table_txt {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  #comparison .table_box .table_txt {
    -webkit-text-size-adjust: 100%;
    display: block;
    width: 160vw;
    font-size: 3vw;
  }
}

/*--- トラックのオペレーティングリース商品の内容とメリット ---*/
#merit .list_box {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  #merit .list_box {
    margin-top: 2.7vw;
  }
}

@media screen and (max-width: 768px) {
  #merit .list_box {
    margin-top: 4.2vw;
  }
}

#merit .list_box ul {
  display: inline-block;
  text-align: left;
}

#merit .list_box ul li {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  text-indent: -1.3em;
  padding-left: 1.3em;
  line-height: 2.1em;
}

@media screen and (max-width: 1140px) {
  #merit .list_box ul li {
    font-size: 1.9vw;
  }
}

@media screen and (max-width: 768px) {
  #merit .list_box ul li {
    font-size: 3.5vw;
  }
}

#merit .list_box ul li::before {
  content: "●";
  margin-right: 0.3em;
  color: #ed6d1f;
}

#merit .table_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}

@media screen and (max-width: 1140px) {
  #merit .table_box {
    margin-top: 4.8vw;
  }
}

@media screen and (max-width: 768px) {
  #merit .table_box {
    margin-top: 8vw;
    overflow-x: scroll;
  }
}

#merit .table_box table {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #merit .table_box table {
    width: 160vw;
  }
}

#merit .table_box table thead th {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 0.8em 0;
}

@media screen and (max-width: 1140px) {
  #merit .table_box table thead th {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  #merit .table_box table thead th {
    font-size: 3.5vw;
  }
}

#merit .table_box table thead th.th01 {
  background-color: #ed6d1f;
  border-right: 1px solid #ed6d1f;
}

#merit .table_box table thead th.th02 {
  background-color: #e94e16;
  border-right: 1px solid #e94e16;
  border-left: 1px solid #e94e16;
}

#merit .table_box table tbody .th03 {
  font-size: 20px;
  font-weight: bold;
  color: #005a39;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  width: 22.8%;
  border-left: 1px solid #005a39;
  border-bottom: 1px solid #005a39;
}

@media screen and (max-width: 1140px) {
  #merit .table_box table tbody .th03 {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  #merit .table_box table tbody .th03 {
    font-size: 3.5vw;
  }
}

#merit .table_box table tbody td {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 0.8em 0;
  vertical-align: middle;
}

@media screen and (max-width: 1140px) {
  #merit .table_box table tbody td {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  #merit .table_box table tbody td {
    font-size: 3.5vw;
  }
}

#merit .table_box table tbody td.td01 {
  width: 58.3%;
  padding: 20px 20px 20px 42px;
}

@media screen and (max-width: 1140px) {
  #merit .table_box table tbody td.td01 {
    padding: 1.8vw 1.8vw 1.8vw 3.7vw;
  }
}

@media screen and (max-width: 768px) {
  #merit .table_box table tbody td.td01 {
    padding: 3.5vw 3.5vw 3.5vw 7vw;
  }
}

#merit .table_box table tbody td.td01.list {
  padding: 38px 20px 38px 42px;
  text-align: left;
}

@media screen and (max-width: 1140px) {
  #merit .table_box table tbody td.td01.list {
    padding: 3.3vw 1.8vw 3.3vw 3.7vw;
  }
}

#merit .table_box table tbody td.td01.list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#merit .table_box table tbody td.td01.list ul li {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}

@media screen and (max-width: 1140px) {
  #merit .table_box table tbody td.td01.list ul li {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  #merit .table_box table tbody td.td01.list ul li {
    font-size: 3.5vw;
  }
}

#merit .table_box table tbody td.td01.list ul li::before {
  content: "●";
  margin-right: 0.3em;
}

#merit .table_box table tbody td.td01.list ul li + li {
  margin-left: 1em;
}

#merit .table_box table tbody td.td01 {
  border-bottom: 1px solid #ed6d1f;
  border-left: 1px solid #ed6d1f;
  background-color: #fffde5;
}

#merit .table_box table tbody td.td01 ul li::before {
  color: #ed6d1f;
}

#merit .table_box table tbody td.td02 {
  width: 21.9%;
  text-align: center;
  border-right: 1px solid #e94e16;
  border-bottom: 1px solid #e94e16;
  border-left: 1px solid #e94e16;
  background-color: #ffffff;
  color: #e94e16;
}

#merit .table_box table tbody tr:first-child .th03 {
  border-top: 1px solid #005a39;
}

#merit .table_box table tbody tr:first-child .td01 {
  border-top: 1px solid #ed6d1f;
}

#merit .table_box table tbody tr:first-child .td02 {
  border-top: 1px solid #e94e16;
}

#merit .sub_txt01 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 1140px) {
  #merit .sub_txt01 {
    font-size: 1.6vw;
    margin-top: 5.3vw;
  }
}

@media screen and (max-width: 768px) {
  #merit .sub_txt01 {
    margin-top: 8vw;
    font-size: 3.2vw;
    text-align: left;
  }
}

/*--- 信頼と実績 ---*/
#achievement .graph_box {
  margin-top: 110px;
}

@media screen and (max-width: 1140px) {
  #achievement .graph_box {
    margin-top: 9.6vw;
  }
}

@media screen and (max-width: 768px) {
  #achievement .graph_box {
    margin-top: 12vw;
  }
}

#achievement .graph_box .sub_txt01 {
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  margin-top: 80px;
}

@media screen and (max-width: 1140px) {
  #achievement .graph_box .sub_txt01 {
    font-size: 1.6vw;
    margin-top: 7vw;
  }
}

@media screen and (max-width: 768px) {
  #achievement .graph_box .sub_txt01 {
    font-size: 3.2vw;
    text-align: left;
    margin-top: 9vw;
  }
}

/*--- お客様の声 ---*/
#voice .voice_box .voice_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #voice .voice_box .voice_block {
    display: block;
  }
}

#voice .voice_box .voice_block + .voice_block {
  margin-top: 110px;
}

@media screen and (max-width: 1140px) {
  #voice .voice_box .voice_block + .voice_block {
    margin-top: 9.6vw;
  }
}

@media screen and (max-width: 768px) {
  #voice .voice_box .voice_block + .voice_block {
    margin-top: 15vw;
  }
}

#voice .voice_box .voice_block .img01 {
  width: 15%;
}

@media screen and (max-width: 768px) {
  #voice .voice_box .voice_block .img01 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
  }
}

#voice .voice_box .voice_block .txt_box {
  width: 80%;
}

@media screen and (max-width: 768px) {
  #voice .voice_box .voice_block .txt_box {
    width: 100%;
  }
}

#voice .voice_box .voice_block .txt_box .txt01 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
  color: #666;
}

@media screen and (max-width: 1140px) {
  #voice .voice_box .voice_block .txt_box .txt01 {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  #voice .voice_box .voice_block .txt_box .txt01 {
    font-size: 3vw;
  }
}

#voice .voice_box .voice_block .txt_box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #005a39;
  margin-top: 1em;
}

@media screen and (max-width: 1140px) {
  #voice .voice_box .voice_block .txt_box h3 {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 768px) {
  #voice .voice_box .voice_block .txt_box h3 {
    font-size: 3.8vw;
  }
}

#voice .voice_box .voice_block .txt_box .txt02 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
  margin-top: 0.9em;
  text-align: justify;
  letter-spacing: 0;
}

@media screen and (max-width: 1140px) {
  #voice .voice_box .voice_block .txt_box .txt02 {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  #voice .voice_box .voice_block .txt_box .txt02 {
    font-size: 3vw;
  }
}

.slide_wrap {
  position: relative;
}

.icon_swipe {
  display: none;
}

@media screen and (max-width: 768px) {
  .icon_swipe {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 100;
    width: 45%;
    -webkit-animation: horizontal 0.8s ease-in-out infinite alternate;
            animation: horizontal 0.8s ease-in-out infinite alternate;
  }
}

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(-37%, -50%);
            transform: translate(-37%, -50%);
  }
  100% {
    -webkit-transform: translate(-63%, -50%);
            transform: translate(-63%, -50%);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(-37%, -50%);
            transform: translate(-37%, -50%);
  }
  100% {
    -webkit-transform: translate(-63%, -50%);
            transform: translate(-63%, -50%);
  }
}

/*--- よくあるご質問 ---*/
#faq .faq_box .faq_block + .faq_block {
  margin-top: 116px;
}

@media screen and (max-width: 1140px) {
  #faq .faq_box .faq_block + .faq_block {
    margin-top: 10.2vw;
  }
}

@media screen and (max-width: 768px) {
  #faq .faq_box .faq_block + .faq_block {
    margin-top: 15vw;
  }
}

#faq .faq_box .faq_block .question,
#faq .faq_box .faq_block .answer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#faq .faq_box .faq_block .question .icon_box01 .icon01,
#faq .faq_box .faq_block .answer .icon_box01 .icon01 {
  width: 71px;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 1140px) {
  #faq .faq_box .faq_block .question .icon_box01 .icon01,
  #faq .faq_box .faq_block .answer .icon_box01 .icon01 {
    width: 6.2vw;
  }
}

@media screen and (max-width: 768px) {
  #faq .faq_box .faq_block .question .icon_box01 .icon01,
  #faq .faq_box .faq_block .answer .icon_box01 .icon01 {
    width: 13vw;
    margin-left: 0;
    margin-right: auto;
  }
}

#faq .faq_box .faq_block .question .icon_box01 {
  width: 11.3%;
}

@media screen and (max-width: 768px) {
  #faq .faq_box .faq_block .question .icon_box01 {
    width: 20.3%;
  }
}

#faq .faq_box .faq_block .question .txt_box01 {
  width: 86.8%;
}

@media screen and (max-width: 768px) {
  #faq .faq_box .faq_block .question .txt_box01 {
    width: 79.7%;
  }
}

#faq .faq_box .faq_block .question .txt_box01 .txt01 {
  font-size: 24px;
  font-weight: bold;
  color: #005a39;
  padding-top: 0.5em;
}

@media screen and (max-width: 1140px) {
  #faq .faq_box .faq_block .question .txt_box01 .txt01 {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 768px) {
  #faq .faq_box .faq_block .question .txt_box01 .txt01 {
    font-size: 4.2vw;
    line-height: 1.4em;
  }
}

#faq .faq_box .faq_block .answer {
  margin-top: 36px;
}

@media screen and (max-width: 1140px) {
  #faq .faq_box .faq_block .answer {
    margin-top: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  #faq .faq_box .faq_block .answer {
    margin-top: 4vw;
  }
}

#faq .faq_box .faq_block .answer .icon_box01 {
  width: 20.2%;
}

@media screen and (max-width: 768px) {
  #faq .faq_box .faq_block .answer .icon_box01 {
    width: 20.3%;
  }
}

#faq .faq_box .faq_block .answer .txt_box01 {
  width: 77%;
}

@media screen and (max-width: 768px) {
  #faq .faq_box .faq_block .answer .txt_box01 {
    width: 79.7%;
  }
}

#faq .faq_box .faq_block .answer .txt_box01 .txt01 {
  font-size: 18px;
  font-weight: 500;
  padding-top: 0.8em;
  padding-bottom: 1.5em;
  background-image: url(../images/faq_line.svg);
  background-repeat: repeat-x;
  background-size: auto 2px;
  background-position: left bottom;
}

@media screen and (max-width: 1140px) {
  #faq .faq_box .faq_block .answer .txt_box01 .txt01 {
    font-size: 1.6vw;
    background-size: auto 0.2vw;
  }
}

@media screen and (max-width: 768px) {
  #faq .faq_box .faq_block .answer .txt_box01 .txt01 {
    font-size: 3.2vw;
    background-size: auto 0.4vw;
  }
}

#message {
  background-color: #fffde5;
  padding: 60px 0;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1140px) {
  #message {
    padding: 5.3vw 0;
  }
}

@media screen and (max-width: 768px) {
  #message {
    padding: 10vw 0;
  }
}

#message .txt01 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ed6d1f;
}

@media screen and (max-width: 1140px) {
  #message .txt01 {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 768px) {
  #message .txt01 {
    font-size: 4.2vw;
  }
}

/*--- フローティングボタン ---*/
body {
  position: relative;
}

.floating_btn {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 120px;
  background-color: #fff;
  z-index: 100;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

@media screen and (max-width: 768px) {
  .floating_btn {
    height: 22vw;
  }
}

.floating_btn.is-active {
  display: block;
  opacity: 1;
}

.floating_btn .btn_inq {
  max-width: 600px;
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .floating_btn .btn_inq {
    width: 70%;
    top: 55%;
  }
}

.floating_btn .reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.floating_btn .reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 4s ease-in-out infinite;
}

@-webkit-keyframes reflection {
  0%,
  50% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  90.5% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes reflection {
  0%,
  50% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  90.5% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*--- フッター ---*/
footer {
  background-color: #f2f3f5;
  background-image: url(../images/bottom_bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding-bottom: 25.7vw;
}

@media screen and (max-width: 768px) {
  footer {
    background-size: 200vw auto;
    background-position: left bottom;
    padding-bottom: 60vw;
  }
}

footer .content {
  padding-bottom: 120px;
}

@media screen and (max-width: 1140px) {
  footer .content {
    padding-bottom: 10.6vw;
  }
}

@media screen and (max-width: 768px) {
  footer .content {
    padding-bottom: 12vw;
  }
}

footer .content .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 1140px) {
  footer .content .name {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  footer .content .name {
    font-size: 4vw;
  }
}

footer .content .footer_section + .footer_section {
  margin-top: 40px;
}

@media screen and (max-width: 1140px) {
  footer .content .footer_section + .footer_section {
    margin-top: 3.5vw;
  }
}

@media screen and (max-width: 768px) {
  footer .content .footer_section + .footer_section {
    margin-top: 4.5vw;
  }
}

footer .content .footer_section h3,
footer .content .footer_section .txt01,
footer .content .footer_section ul,
footer .content .footer_section li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7em;
}

@media screen and (max-width: 1140px) {
  footer .content .footer_section h3,
  footer .content .footer_section .txt01,
  footer .content .footer_section ul,
  footer .content .footer_section li {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 768px) {
  footer .content .footer_section h3,
  footer .content .footer_section .txt01,
  footer .content .footer_section ul,
  footer .content .footer_section li {
    font-size: 3vw;
  }
}

footer .content .footer_section li {
  line-height: 1.5em;
}

footer .content .footer_section .list01 {
  padding-left: 1em;
}

footer .content .footer_section .list01 li {
  margin-top: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
}

footer .content .footer_section .list02 {
  margin-top: 0.5em;
}

footer .content .footer_section .list02 li {
  margin-top: 0.1em;
  text-indent: -2.8em;
  padding-left: 2.8em;
}

footer .content .footer_section .txt_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  footer .content .footer_section .txt_box {
    display: block;
  }
}

footer .content .footer_section h3 {
  font-weight: bold;
}

footer .copyright_box .name_box {
  position: relative;
}

footer .copyright_box .name_box::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #005a39;
}

footer .copyright_box .name_box .name {
  position: relative;
  z-index: 2;
  display: block;
}

@media screen and (max-width: 768px) {
  footer .copyright_box .name_box .name {
    overflow: hidden;
  }
}

footer .copyright_box .name_box .name img {
  display: block;
}

@media screen and (max-width: 768px) {
  footer .copyright_box .name_box .name img {
    width: 176vw;
  }
}

footer .copyright_box .sub_txt {
  width: 177px;
  margin-top: 5px;
  margin-left: 5px;
}

@media screen and (max-width: 1140px) {
  footer .copyright_box .sub_txt {
    width: 15.5vw;
    margin-top: 0.4vw;
    margin-left: 0.4vw;
  }
}

@media screen and (max-width: 768px) {
  footer .copyright_box .sub_txt {
    width: 30vw;
    margin-top: 1.2vw;
    margin-left: 0.8vw;
  }
  footer .copyright_box .sub_txt img {
    display: block;
  }
}

footer .copyright_box .copyright {
  font-size: 14px;
  font-weight: 500;
  color: #005a39;
  margin-top: 45px;
}

@media screen and (max-width: 1140px) {
  footer .copyright_box .copyright {
    font-size: 1.2vw;
    margin-top: 3.9vw;
  }
}

@media screen and (max-width: 768px) {
  footer .copyright_box .copyright {
    font-size: 2.4vw;
    margin-top: 4vw;
  }
}

.animate,
.animate2,
.animate3 {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.animate.deactive,
.animate2.deactive,
.animate3.deactive {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}

/*--- メインビジュアル ---*/
#mv h1 {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

#mv h1.act {
  opacity: 1;
}

#mv .mv_btn_inq {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateY(2vw);
          transform: translateY(2vw);
}

#mv .mv_btn_inq.act {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*--- タイトル ---*/
#worries h2,
#about h2,
#comparison h2,
#merit h2,
#achievement h2,
#voice h2,
#faq h2 {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

#worries.deactive h2,
#about.deactive h2,
#comparison.deactive h2,
#merit.deactive h2,
#achievement.deactive h2,
#voice.deactive h2,
#faq.deactive h2 {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}

/*--- タイトル下テキスト ---*/
#about .main_txt01,
#comparison .main_txt01,
#merit .main_txt01,
#achievement .main_txt01 {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#about.deactive .main_txt01,
#comparison.deactive .main_txt01,
#merit.deactive .main_txt01,
#achievement.deactive .main_txt01 {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/*--- お問い合わせボタン ---*/
.btn_box .btn_inq {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn_box.deactive .btn_inq {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/*--- こんな悩みありませんか？ ---*/
#worries .worries_block {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#worries .worries_block:nth-child(1) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#worries .worries_block:nth-child(2) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

#worries .worries_block:nth-child(3) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

#worries .worries_block:nth-child(4) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

#worries.deactive .worries_block {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: 0s;
  transition: 0s;
}

#worries.deactive .worries_block:nth-child(1), #worries.deactive .worries_block:nth-child(2), #worries.deactive .worries_block:nth-child(3), #worries.deactive .worries_block:nth-child(4) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/*--- オペレーティングリースとは？ ---*/
#about .about_section01 {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#about .about_section02,
#about .about_section03 {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#about .about_section02.deactive,
#about .about_section03.deactive {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0s;
  transition: 0s;
}

#about .img_box01 {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

#about .img_box01.deactive {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#about.deactive .about_section01 {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/*--- オペレーティングリース商品の比較 ---*/
/*--- トラックのオペレーティングリース商品の内容とメリット ---*/
#comparison .table_box,
#merit .table_box {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#comparison .table_box.deactive,
#merit .table_box.deactive {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

#comparison .table_box .hukidashi::before {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#comparison .table_box .hukidashi.deactive::before {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#merit .list_box li {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

#merit .list_box li:nth-child(1) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

#merit .list_box li:nth-child(2) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

#merit.deactive .list_box li:nth-child(1),
#merit.deactive .list_box li:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#merit .table_box + .sub_txt01 {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#merit .table_box.deactive + .sub_txt01 {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

/*--- 信頼と実績 ---*/
#achievement .graph_box {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

#achievement.deactive .graph_box {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/*--- お客様の声 ---*/
#voice .voice_box .voice_block .img01 {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

#voice .voice_box .voice_block .txt_box .txt01 {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#voice .voice_box .voice_block .txt_box h3 {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#voice .voice_box .voice_block .txt_box .txt02 {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

#voice .voice_box .voice_block.deactive .img01 {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#voice .voice_box .voice_block.deactive .txt_box .txt01 {
  opacity: 0;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#voice .voice_box .voice_block.deactive .txt_box h3 {
  opacity: 0;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#voice .voice_box .voice_block.deactive .txt_box .txt02 {
  opacity: 0;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/*--- よくあるご質問 ---*/
#faq .faq_box .faq_block .question .icon_box01 {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

#faq .faq_box .faq_block .question .txt_box01 {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#faq .faq_box .faq_block .answer .icon_box01 {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#faq .faq_box .faq_block .answer .txt_box01 {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#faq .faq_box .faq_block.deactive .question .icon_box01 {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#faq .faq_box .faq_block.deactive .question .txt_box01 {
  opacity: 0;
  -webkit-transform: translateX(1.5%);
          transform: translateX(1.5%);
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#faq .faq_box .faq_block.deactive .answer .icon_box01 {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#faq .faq_box .faq_block.deactive .answer .txt_box01 {
  opacity: 0;
  -webkit-transform: translateX(1.5%);
          transform: translateX(1.5%);
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#message .txt01 {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#message.deactive .txt01 {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0s;
  transition: 0s;
}

/*---------------------------
レスポンシブ
-----------------------------*/
@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 420px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 420px) and (max-width: 770px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 770px) {
  .hidden-md {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */