@charset "UTF-8";
.wrapall {
  overflow: hidden;
  margin-top: -80px;
}

@media (max-width: 500px) {
  .wrapall {
    margin-top: -19px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1990px) {
  .pc {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .tab {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1990px) {
  .tab {
    display: none;
  }
}

/*--------------------------------------
共通
---------------------------------------*/
h2 {
  color: #F85126;
  text-align: center;
  font-size: 82px;
  line-height: 80px;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: bold;
  font-weight: 600;
}

@media (max-width: 500px) {
  h2 {
    line-height: 50px;
  }
}

.t__en {
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  margin-top: 0px;
}

@media (max-width: 500px) {
  .t__en {
    font-size: 55px;
  }
}

h3 {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: bold;
  font-style: normal;
}

p {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}

.txt_after {
  color: #000000;
  font-size: 24px;
  background-color: #fff;
  padding: 7px 40px 7px 40px;
}

@media only screen and (max-width: 500px) {
  .txt_after {
    font-size: 18px;
  }
}

.btn_arrow {
  margin: auto;
  text-align: center;
  width: 240px;
}

.btn_arrow02 {
  margin: auto;
  text-align: center;
  width: 400px;
  padding-top: 50px;
}

.side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  text-align: center;
  font-size: 15px;
}

.side::after {
  content: '';
  width: 100px;
  height: 6px;
  border-bottom: solid 1px black;
  border-right: solid 1px black;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  margin-left: 5px;
  margin-bottom: 10px;
}

.stretch {
  display: inline-block;
}

.stretch .side::after {
  -webkit-transition: width .8s;
  transition: width .8s;
}

.stretch:hover .side::after {
  width: 180px;
}

/* 余白 */
.MB30 {
  margin-bottom: 30px;
}

/*--------------------------------------
　大枠囲み
---------------------------------------*/
#wrapper {
  margin: 0 auto;
  margin-top: -30px;
}

#wrapall {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}

#contents {
  margin: 0 auto;
  margin-top: 20px;
}

#footer {
  clear: both;
  border-top: 1px solid #d9d9d9;
}

/*--------------------------
ヘッダー
--------------------------*/
/* --------------------------------------
スクロールアニメーション
---------------------------------------  */
.js-animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#kv img {
  width: 100%;
  margin-top: 0px;
}

a {
  color: #262626;
}

/*--------------------------------------
　ABOUT
---------------------------------------*/
#about {
  margin: auto;
  text-align: center;
  width: 100%;
}

@media (max-width: 500px) {
  #about {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 426px) {
  #about {
    margin-top: 0px;
  }
}

#about .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  text-align: center;
}

.about_left {
  width: 30%;
}

.about_right {
  width: 60%;
  padding-left: 220px;
}

.about_right h2 {
  color: black;
  width: 130%;
  font-size: 30px;
  text-align: left;
  letter-spacing: 0.2em;
}

.about_right p {
  color: black;
  text-align: left;
}

#about2 {
  margin: auto;
  text-align: center;
  width: 100%;
  padding-top: 65px;
}

@media (max-width: 500px) {
  #about2 .tab {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 426px) {
  #about2 {
    margin-top: 0px;
    padding-top: 0px;
  }
}

#about2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  text-align: center;
}

/*--------------------------------------
よくある使用例
---------------------------------------*/
#example {
  padding: 150px 0px 80px;
  width: 100%;
  background-color: #000000;
}

@media (max-width: 500px) {
  #example {
    padding: 120px 0px 50px;
  }
}

#example .txt_after {
  color: #000000;
  background-color: #fff;
}

@media (max-width: 500px) {
  #example .txt_after {
    margin-top: -30px;
  }
}

@media (max-width: 500px) {
  #example h2 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 426px) {
  #example h2 {
    font-size: 45px;
  }
}

#example .example_box {
  background-color: #000000;
  padding: 80px 0px 200px;
  width: 58%;
  margin: auto;
  padding: 3em 4em;
  font-weight: bold;
  border: solid 3px #fff;
  margin-bottom: 100px;
  position: relative;
}

@media (max-width: 500px) {
  #example .example_box {
    width: 70%;
    padding: 5em 2em;
  }
}

@media only screen and (max-width: 375px) {
  #example .example_box {
    width: 75%;
    padding: 3em 2em;
  }
}

#example .example_box .car_img01 {
  position: absolute;
  left: -100px;
  top: -100px;
  width: 27%;
}

@media (max-width: 500px) {
  #example .example_box .car_img01 {
    left: -50px;
    top: -100px;
    width: 60%;
  }
}

@media only screen and (max-width: 426px) {
  #example .example_box .car_img01 {
    left: -20px;
    width: 50%;
  }
}

#example .example_box .car_img02 {
  position: absolute;
  right: -100px;
  width: 27%;
  bottom: -100px;
}

@media (max-width: 768px) {
  #example .example_box .car_img02 {
    top: 350px;
  }
}

@media (max-width: 500px) {
  #example .example_box .car_img02 {
    width: 60%;
    right: -40px;
  }
}

@media only screen and (max-width: 426px) {
  #example .example_box .car_img02 {
    right: -10px;
    top: 420px;
    width: 50%;
  }
}

@media only screen and (max-width: 390px) {
  #example .example_box .car_img02 {
    right: -20px;
    top: 410px;
    width: 50%;
  }
}

@media only screen and (max-width: 375px) {
  #example .example_box .car_img02 {
    right: -20px;
    top: 380px;
    width: 50%;
  }
}

#example .example_box .centering-block {
  text-align: center;
}

#example .example_box .centering-block .centering-block-inner {
  text-align: left;
  display: inline-block;
}

#example .example_box .centering-block .centering-block-inner .txt {
  text-align: left;
  padding-top: 80px;
  color: #fff;
  font-size: 2.7rem;
}

#example .example_box h3 {
  color: #fff;
  text-align: center;
  font-size: 2.9rem;
  letter-spacing: 0.2em;
  padding-bottom: 40px;
}

#example .example_box p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 50px;
  font-weight: lighter;
}

#example .use_inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto;
  max-width: 1000px;
  position: relative;
  margin-top: -30px;
}

@media screen and (max-width: 1024px) {
  #example .use_inner01 {
    display: block;
    padding-top: 0px;
  }
}

#example .number {
  font-size: 2.5rem;
}

#example .use_step {
  width: 20%;
  padding: 30px;
  position: relative;
  text-align: center;
}

#example .use_step img {
  margin-bottom: -10px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #example .use_step {
    width: 80%;
    margin: auto;
    padding-top: 80px;
  }
}

@media (max-width: 500px) {
  #example .use_step {
    width: 100%;
    padding: 0px;
    margin: 80px 0 30px;
  }
}

#example .use_textinnner {
  width: 100%;
  text-align: left;
  display: inline-block;
  margin-top: -12px;
}

#example .use_textinnner h3 {
  font-size: 1.8rem;
  text-align: left;
  color: #004a60;
}

#example .use_textinnner h4 {
  font-size: 1.8rem;
  color: #fff;
  padding: 5px;
  background-color: #525252;
  text-align: center;
}

@media (max-width: 500px) {
  #example .use_textinnner h4 {
    font-size: 1.8rem;
    color: #fff;
    background-color: #525252;
    padding: 10px;
  }
}

#example .use_textinnner p {
  line-height: 30px;
  padding-top: 20px;
  text-align: left;
}

#example .allow1 {
  position: absolute;
  width: 3%;
  z-index: 999;
  top: 55%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  #example .allow1 {
    display: none;
  }
}

#example .allow2 {
  position: absolute;
  width: 3%;
  z-index: 999;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  #example .allow2 {
    display: none;
  }
}

#example .allow3 {
  position: absolute;
  width: 3%;
  z-index: 999;
  top: 55%;
  left: 75%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  #example .allow3 {
    display: none;
  }
}

#example button.btn_link {
  text-align: left;
}

#example .centering-block {
  text-align: center;
}

#example .centering-block .centering-block-inner {
  text-align: left;
  display: inline-block;
}

#example .txt {
  text-align: left;
  color: #fff;
  font-size: 2.8rem;
  padding-top: 40px;
}

@media (max-width: 500px) {
  #example .txt {
    padding-top: 30px;
    font-size: 2rem;
  }
}

.bg_example {
  position: relative;
  z-index: 99;
  height: 550px;
}

.bg_example .fukidashi {
  position: absolute;
  z-index: 999;
  bottom: -170px;
}

.bg_example .example_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 83%;
  margin: auto;
  position: absolute;
  z-index: 999;
  top: 140px;
  right: 0px;
  left: 0px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .bg_example .example_img {
    top: 100px;
  }
}

@media screen and (max-width: 860px) {
  .bg_example .example_img {
    top: 90px;
  }
}

@media only screen and (max-width: 426px) {
  .bg_example .example_img {
    top: 60px;
    width: 100%;
  }
}

.bg_example .example_img .maru {
  width: 25%;
}

@media (max-width: 768px) {
  .bg_example .example_img .maru {
    width: 45%;
    padding-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .bg_example .example_img .maru {
    padding-bottom: 0px;
  }
}

.bg_example .example_img img {
  width: 70%;
}

.bg_example .arrowbg {
  position: absolute;
  margin: auto;
  text-align: center;
  z-index: 9999;
  width: 50%;
  top: 40px;
  left: 0px;
  right: 0px;
}

@media only screen and (max-width: 426px) {
  .bg_example .arrowbg {
    top: 30px;
  }
}

.bg_example .arrowbg img {
  width: 40%;
}

@media (max-width: 768px) {
  .bg_example .arrowbg img {
    width: 60%;
  }
}

/*--------------------------------------
比較
---------------------------------------*/
.howto_spot04 {
  position: relative;
  width: 100%;
  margin-top: -100px;
  background-color: #fff;
  -webkit-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
}

@media screen and (min-width: 1440px) and (max-width: 1990px) {
  .howto_spot04 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 375px) {
  .howto_spot04 {
    margin-top: -330px;
  }
}

.howto_spot04::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.howto_spot {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  -webkit-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
  padding: 140px 0px 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .howto_spot {
    padding: 0px 0px 200px;
  }
}

@media screen and (max-width: 768px) {
  .howto_spot {
    padding: 350px 0px 200px;
  }
}

@media screen and (max-width: 500px) {
  .howto_spot {
    padding: 110px 0px 200px;
  }
}

@media screen and (max-width: 426px) {
  .howto_spot {
    padding: 0px 0px 160px;
  }
}

@media screen and (max-width: 375px) {
  .howto_spot {
    padding: 200px 0px 200px;
  }
}

@media (max-width: 500px) {
  h2 {
    font-size: 55px;
  }
}

.txt_after {
  color: #fff;
  background-color: #000000;
}

.howto_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
}

@media (max-width: 500px) {
  .howto_box {
    display: block;
    padding-top: 0px;
  }
}

.tbl-r03 {
  width: 45%;
  margin: 0 auto;
  vertical-align: top;
  border: 4px solid #959595;
}

@media (max-width: 500px) {
  .tbl-r03 {
    width: 100%;
  }
}

.tbl-r04 {
  width: 45%;
  margin: 0 auto;
  vertical-align: top;
  border: 4px solid #F85126;
}

@media (max-width: 500px) {
  .tbl-r04 {
    margin-top: 60px;
    width: 100%;
  }
}

.howto_titlebox {
  text-align: right;
  max-width: 1000px;
  right: 0;
  margin-top: -30px;
}

.left_all {
  width: 60%;
}

.right_content1 {
  width: 100%;
  vertical-align: top;
  margin-left: -10px;
  padding-bottom: 40px;
}

@media (max-width: 500px) {
  .right_content1 {
    margin-left: 0px;
  }
}

.right_content2 {
  width: 100%;
  padding-bottom: 40px;
}

.left_content1 {
  width: 100%;
  vertical-align: top;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .left_content1 {
    margin-left: 0px;
  }
}

.left_content2 {
  width: 100%;
  margin-left: -10px;
  padding-bottom: 40px;
}

.left_content3 {
  width: 100%;
  margin-left: -10px;
}

.left_text01, .right_text01 {
  padding-top: 20px;
  width: 90%;
  text-align: center;
  line-height: 27px;
  font-size: 1.9rem;
  margin: auto;
}

.offer_title1 {
  background: #959595;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 18px;
}

@media (max-width: 500px) {
  .offer_title1 {
    padding: 5px;
  }
}

.offer_title2 {
  background: #F85126;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 2.4rem;
  padding: 18px;
}

@media (max-width: 500px) {
  .offer_title2 {
    padding: 5px;
  }
}

.right_td, .left_td {
  padding: 40px;
  background: white;
}

@media screen and (max-width: 1024px) {
  .right_td, .left_td {
    padding: 30px;
  }
}

.button6 {
  text-align: center;
  margin: 0 auto;
}

/*--------------------------------------
strong
---------------------------------------*/
#strong ul {
  max-width: 1000px;
  margin: auto;
  width: 90%;
}

@media (max-width: 500px) {
  #strong ul {
    padding-top: 0px;
    margin-top: -40px;
  }
}

#strong ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}

@media (max-width: 768px) {
  #strong ul li {
    display: block;
  }
}

@media (max-width: 500px) {
  #strong ul li {
    padding-top: 50px;
  }
}

ul li .photo,
ul li .txt {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  ul li .photo,
  ul li .txt {
    width: 100%;
  }
}

ul li .photo img {
  width: 100%;
}

/* 偶数の行に対して指定 */
ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

ul li:nth-child(odd) .txt {
  margin-left: 50px;
  width: 100%;
}

@media (max-width: 768px) {
  ul li:nth-child(odd) .txt {
    padding-left: 0px;
    margin-left: 0px;
  }
}

ul li:nth-child(even) .txt {
  width: 100%;
}

ul li:nth-child(odd) h3 {
  letter-spacing: 0.2em;
  padding-right: 30px;
  padding-left: 50px;
  width: 100%;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  ul li:nth-child(odd) h3 {
    padding-left: 0px;
  }
}

@media (max-width: 500px) {
  ul li:nth-child(odd) h3 {
    padding-bottom: 0px;
  }
}

ul li:nth-child(even) h3 {
  letter-spacing: 0.2em;
  padding-bottom: 30px;
  width: 100%;
}

@media (max-width: 500px) {
  ul li:nth-child(even) h3 {
    padding-bottom: 0px;
  }
}

#strong .inner h3 {
  color: #fff;
  font-size: 3rem;
  text-align: left;
  line-height: 45px;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  #strong .inner h3 {
    font-size: 2.7rem;
  }
}

#strong .inner p {
  color: #fff;
  text-align: left;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
}

#strong .inner .txt__strong {
  width: 50%;
  padding-right: 50px;
}

@media (max-width: 768px) {
  #strong .inner .txt__strong {
    width: 100%;
  }
}

.feature_bold {
  font-size: 46px;
  color: #F85126;
}

@media (max-width: 500px) {
  .feature_bold {
    font-size: 37px;
  }
}

#strong {
  margin-top: -100px;
}

#strong .inner {
  width: 100%;
  text-align: center;
  margin: auto;
  background-color: #000000;
  padding: 160px 0 180px;
}

@media (max-width: 500px) {
  #strong .inner {
    padding: 140px 0 180px;
  }
}

@media screen and (max-width: 375px) {
  #strong .inner {
    padding: 130px 0 180px;
  }
}

#strong .inner .txt_after {
  color: #000000;
  background-color: #fff;
}

#strong .inner .strong_inner {
  max-width: 1004px;
  text-align: center;
  margin: auto;
  width: 90%;
  padding-top: 100px;
}

#strong .inner .strong_inner .strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 60px;
}

@media (max-width: 768px) {
  #strong .inner .strong_inner .strong {
    display: block;
  }
}

#strong .inner .strong_inner .strong .feature_txt {
  color: #fff;
  padding-top: 120px;
  text-align: left;
}

.voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 500px) {
  .voice {
    padding-top: 20px;
  }
}

.voice .feature_txt {
  text-align: left;
  color: #fff;
  z-index: 999;
  width: 90%;
  padding-top: 130px;
}

.voice__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
}

.voice__box .voice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t_feature img {
  width: 30%;
}

.t_featuresub {
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: bold;
  padding-top: 10px;
}

.feature_inner h3 {
  padding-bottom: 30px;
}

.voice_txt {
  text-align: left;
  color: #000000;
  z-index: 999;
  width: 90%;
  padding-top: 20px;
  border-top: 3px solid #E65D38;
}

@media (max-width: 768px) {
  .voice_txt {
    width: 100%;
  }
}

.feature_right {
  position: relative;
  width: 53%;
  font-size: 18px;
  margin-right: auto;
}

@media (max-width: 768px) {
  .feature_right {
    width: 100%;
    padding-left: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 50px;
  }
}

@media (max-width: 500px) {
  .feature_right {
    padding-top: 10px;
  }
}

.feature_right .voice_icon {
  width: 12%;
}

.feature_right .voice_title {
  padding-top: 20px 0 20px;
  padding-left: 30px;
}

@media (max-width: 500px) {
  .feature_right .voice_title {
    font-size: 16px;
  }
}

.feature_right02 {
  position: relative;
  width: 50%;
  margin-left: 60px;
  margin-left: auto;
  font-size: 18px;
}

@media (max-width: 768px) {
  .feature_right02 {
    width: 100%;
    padding-top: 50px;
  }
}

@media (max-width: 500px) {
  .feature_right02 {
    padding-top: 10px;
  }
}

.feature_right02 .voice_icon {
  width: 15%;
}

.feature_right02 .voice_title {
  padding-top: 20px 0 20px;
  padding-left: 30px;
}

@media (max-width: 500px) {
  .feature_right02 .voice_title {
    font-size: 16px;
  }
}

.feature_left {
  width: 45%;
}

@media (max-width: 768px) {
  .feature_left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.feature_left img {
  width: 100%;
}

.feature_left02 {
  width: 45%;
}

@media (max-width: 768px) {
  .feature_left02 {
    width: 100%;
  }
}

.feature_left02 img {
  width: 100%;
}

.feature_right h3, .feature_right02 h3 {
  text-align: left;
  font-weight: 50;
  font-size: 28px;
  z-index: 999;
  letter-spacing: 0.2em;
  position: absolute;
  line-height: 48px;
  color: #fff;
}

/*--------------------------------------
CTA
---------------------------------------*/
#cta {
  background-color: #F85126;
  margin-top: -100px;
  height: 300px;
  -webkit-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
  position: relative;
}

@media (max-width: 500px) {
  #cta {
    height: 260px;
  }
}

#cta::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #F85126;
}

#cta .inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  -webkit-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
  padding: 80px 0px 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cta .inner .place-center {
  display: grid;
  text-decoration: none;
}

@media (max-width: 500px) {
  #cta .inner {
    padding: 55px 0px 400px;
  }
}

#cta .inner .button {
  margin: auto;
  text-align: center;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 20px;
}

@media only screen and (max-width: 414px) {
  #cta .inner .button {
    padding: 18px;
  }
}

.cta_img {
  position: absolute;
  z-index: 999;
  top: 30px;
  right: -100px;
  width: 40%;
}

@media (max-width: 768px) {
  .cta_img {
    top: 80px;
    right: -60px;
    width: 45%;
  }
}

@media (max-width: 768px) and (max-width: 500px) {
  .cta_img {
    width: 60%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 426px) {
  .cta_img {
    right: -50px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 375px) {
  .cta_img {
    right: -40px;
  }
}

#cta button {
  border: none;
  border-radius: 10px;
  color: #ffffff;
  line-height: 20px;
  font-size: 27px;
  text-align: center;
  margin: 0 auto;
  padding: 40px 70px 40px 70px;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: bold;
  background: transparent;
}

@media (max-width: 500px) {
  #cta button {
    font-size: 22px;
    padding: 40px 10px 40px 10px;
  }
}

@media only screen and (max-width: 375px) {
  #cta button {
    padding: 40px 0px 40px 0px;
  }
}

#cta button:hover {
  color: white;
}

#cta button span {
  position: relative;
  padding-left: 0px;
  color: #ffffff;
}

#cta button span:hover {
  color: #000;
}

@media (max-width: 500px) {
  #cta button span {
    top: 37%;
    font-size: 19px;
  }
}

/*--------------------------------------
VOICE
---------------------------------------*/
#voice {
  padding: 0px 0 100px;
  position: relative;
  width: 100%;
  margin-top: 60px;
  background-color: #fff;
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
}

@media (max-width: 768px) {
  #voice {
    padding: 0px 0 90px;
  }
}

@media (max-width: 500px) {
  #voice {
    padding: 0px 0 40px;
  }
}

#voice::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#voice .inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  -webkit-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 500px) {
  #voice .inner {
    padding: 0px 0px 0px;
  }
}

.voice_box {
  width: 40%;
  height: 300px;
  vertical-align: top;
  background-color: white;
  -webkit-box-shadow: 0 0 8px gray;
          box-shadow: 0 0 8px gray;
  border-style: solid;
  padding: 20px;
  margin: 20px;
}

@media only screen and (max-width: 1024px) {
  .voice_box {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .voice_box {
    width: 70%;
    margin: auto;
    padding: 40px;
    margin-bottom: 40px;
  }
}

.t_voice {
  font-size: 21px;
  padding-left: 15px;
  width: 80%;
  padding-top: 10px;
  text-align: left;
}

@media (max-width: 768px) {
  .t_voice {
    padding-top: 0;
  }
}

.v_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.v_content .typo {
  font-size: 9.3rem;
  color: #888888;
  margin-top: -34px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

.voice_icon {
  width: 20%;
}

/*--------------------------------------
CATEGORY
---------------------------------------*/
#category {
  padding: 50px 0 0px;
  position: relative;
  width: 100%;
  margin-top: 200px;
  margin: 0 auto;
  background-color: #525252;
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  margin-bottom: -10px;
}

#category .inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  -webkit-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
  padding: 20px 0px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #category .inner {
    width: 100%;
  }
}

@media (max-width: 500px) {
  #category .inner {
    padding: 0px 0px 70px;
  }
}

#category::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #525252;
}

/*--------------------------------------
空気を洗う、天然ミネラルミスト「分解式。」の特長
---------------------------------------*/
#feature {
  background-color: #fff;
  padding: 10px 0 180px;
}

@media (max-width: 768px) {
  #feature {
    padding: 10px 0 160px;
  }
}

@media only screen and (max-width: 426px) {
  #feature {
    padding-top: 70px;
  }
}

#feature .check {
  font-size: 70px;
}

@media (max-width: 768px) {
  #feature .check {
    font-size: 55px;
  }
}

@media (max-width: 500px) {
  #feature .check {
    font-size: 40px;
  }
}

@media only screen and (max-width: 426px) {
  #feature .check {
    font-size: 35px;
  }
}

#feature h2 {
  color: #000;
  font-size: 50px;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  #feature h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 426px) {
  #feature h2 {
    font-size: 23px;
  }
}

#feature .bg {
  position: relative;
}

#feature .inner {
  margin: auto;
  text-align: center;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 256px 256px 256px;
  place-content: center;
  gap: 20px 2%;
  width: 100%;
  z-index: 999;
}

@media (max-width: 768px) {
  #feature .inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  #feature .inner {
    padding-top: 40px;
    gap: 10px 2%;
  }
}

#feature .inner .service_inner p {
  text-align: left;
  font-size: 18px;
}

/* ==================================================
	maker
================================================== */
#maker {
  margin-top: -50px;
}

#maker h2 {
  color: #fff;
  font-size: 3.2rem;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  #maker h2 {
    padding-bottom: 40px;
  }
}

/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #maker {
    margin-bottom: 5%;
  }
}

/* ----- end △ */
@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\/00_anken\/hattori\/work\/00_repo\/sass\/top\.scss;
  }
  line {
    font-family: \0000341;
  }
}

#maker .ttl {
  text-align: center;
}

/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #maker .ttl img {
    height: 45px;
  }
}

/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #maker .ttl img {
    width: 40%;
  }
}

/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #maker .bg_wrap {
    padding-bottom: 3%;
  }
}

/* ----- end △ */
@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\/00_anken\/hattori\/work\/00_repo\/sass\/top\.scss;
  }
  line {
    font-family: \0000364;
  }
}

#maker_cate_list {
  position: relative;
  z-index: 1;
}

/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #maker_cate_list {
    margin: 4% 3% 0;
  }
}

/* ----- end △ */
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #maker_cate_list {
    margin-top: 1.5%;
    padding: 0 1%;
  }
}

/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  #maker_cate_list {
    width: 1000px;
    margin-top: 5.5%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ----- end △ */
@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\/00_anken\/hattori\/work\/00_repo\/sass\/top\.scss;
  }
  line {
    font-family: \0000380;
  }
}

#maker_cate_list > li {
  float: left;
  margin-top: 1%;
  margin-left: 2%;
  line-height: 1.0;
}

/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #maker_cate_list > li {
    width: 32%;
    margin-top: 2%;
  }
  #maker_cate_list > li:nth-of-type(3n+1) {
    margin-left: 0;
    clear: both;
  }
}

/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #maker_cate_list > li {
    width: 13.4%;
    margin-left: 1%;
  }
  #maker_cate_list > li:nth-of-type(7n+1) {
    margin-left: 0;
    clear: both;
  }
}

/* ----- end △ */
@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\/00_anken\/hattori\/work\/00_repo\/sass\/top\.scss;
  }
  line {
    font-family: \00003102;
  }
}

#maker_cate_list > li .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  border-radius: 3px;
  background: #262626 url(../common_img/ico_arw_h_wh.png) 92% 50% no-repeat;
  background-size: auto 17px;
  color: #fff;
  vertical-align: middle;
}

/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #maker_cate_list > li .btn {
    height: 3.5em;
    padding-right: 5%;
    padding-left: 10%;
  }
}

/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #maker_cate_list > li .btn {
    height: 4em;
    padding-right: 2%;
    padding-left: 10px;
  }
}

/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  #maker_cate_list > li .btn {
    cursor: pointer;
  }
  #maker_cate_list > li .btn:hover {
    background-color: #f75126;
  }
}

/* ----- end △ */
@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\/00_anken\/hattori\/work\/00_repo\/sass\/top\.scss;
  }
  line {
    font-family: \00003127;
  }
}

#maker_cate_list > li .btn::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\/00_anken\/hattori\/work\/00_repo\/sass\/top\.scss;
  }
  line {
    font-family: \00003134;
  }
}

#maker_cate_list > li .btn span {
  display: inline-block;
  vertical-align: middle;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\/00_anken\/hattori\/work\/00_repo\/sass\/top\.scss;
  }
  line {
    font-family: \00003140;
  }
}

#maker_cate_list > li.active .btn {
  background-color: #f75126;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\/00_anken\/hattori\/work\/00_repo\/sass\/top\.scss;
  }
  line {
    font-family: \00003145;
  }
}

#maker_cate_list > li br.sp {
  display: none;
}

/* ▽ SP-TAB layout ----- */
@media only screen and (max-width: 1023px) {
  #maker_cate_list > li br.sp {
    display: inline-block;
  }
}

/* ----- end △ */
@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\/00_anken\/hattori\/work\/00_repo\/sass\/top\.scss;
  }
  line {
    font-family: \00003154;
  }
}

.maker_cate_sub {
  position: absolute;
  left: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  cursor: default;
}

/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .maker_cate_sub {
    left: 1%;
    width: 98%;
  }
}

/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .maker_cate_sub {
    width: 1000px;
  }
}

/* ----- end △ */
@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\/00_anken\/hattori\/work\/00_repo\/sass\/top\.scss;
  }
  line {
    font-family: \00003168;
  }
}

.maker_cate_sub::before {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\/00_anken\/hattori\/work\/00_repo\/sass\/top\.scss;
  }
  line {
    font-family: \00003174;
  }
}

.maker_cate_sub .inner_wrap {
  padding-right: 1%;
  padding-left: 1%;
  -webkit-box-shadow: -6px 0 6px rgba(224, 224, 224, 0.5) inset;
          box-shadow: -6px 0 6px rgba(224, 224, 224, 0.5) inset;
  background-color: #e4e4e4;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\/00_anken\/hattori\/work\/00_repo\/sass\/top\.scss;
  }
  line {
    font-family: \00003180;
  }
}

.maker_cate_sub .arrow {
  display: block;
  position: absolute;
  width: 16.5px;
  height: 13px;
  top: 0;
  background: url(../common_img/maker_sub_arrow.png) 0 0 no-repeat;
  background-size: auto 13px;
}

/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .maker_cate_sub dl {
    padding: 3% 0 5%;
  }
}

/* ----- end △ */
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .maker_cate_sub dl {
    padding: 2% 0;
  }
}

/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .maker_cate_sub dl {
    padding-top: 2%;
    padding-bottom: 2%;
  }
}

/* ----- end △ */
@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\/00_anken\/hattori\/work\/00_repo\/sass\/top\.scss;
  }
  line {
    font-family: \00003200;
  }
}

.maker_cate_sub dl dt {
  color: #262626;
  font-size: 1.8rem;
}

/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .maker_cate_sub dl dt {
    padding: 0 3% 3%;
    border-bottom: 2px solid #d4d4d4;
  }
}

/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .maker_cate_sub dl dt {
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 2.4rem;
  }
}

/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .maker_cate_sub dl dd {
    padding-top: 15px;
    border-top: 1px solid #fff;
  }
}

/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .maker_cate_sub dl dd ul::after {
    content: "";
    display: block;
    clear: both;
  }
}

/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .maker_cate_sub dl dd ul {
    border-bottom: 1px solid #fff;
  }
}

/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .maker_cate_sub dl dd ul li {
    border-top: 1px solid #fff;
    border-bottom: 2px solid #d4d4d4;
  }
}

/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .maker_cate_sub dl dd ul li {
    float: left;
  }
}

/* ----- end △ */
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .maker_cate_sub dl dd ul li {
    width: 31%;
    margin-top: 2%;
    margin-right: 1%;
    margin-left: 1%;
  }
}

/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .maker_cate_sub dl dd ul li {
    width: 19.2%;
    margin-top: 1.5%;
    margin-left: 1%;
  }
  .maker_cate_sub dl dd ul li:nth-of-type(5n+1) {
    margin-left: 0;
  }
}

/* ----- end △ */
@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\/00_anken\/hattori\/work\/00_repo\/sass\/top\.scss;
  }
  line {
    font-family: \00003247;
  }
}

.maker_cate_sub dl dd ul li a {
  display: block;
  text-decoration: none;
}

/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .maker_cate_sub dl dd ul li a {
    padding: 3%;
    background: url(../img/ico_arw_h_bk.png) 95% 50% no-repeat;
    background-size: auto 17px;
  }
}

/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .maker_cate_sub dl dd ul li a {
    padding-left: 8%;
    font-size: 1.3rem;
    background: url(../img/ico_arw_h_bk02.png) 0 50% no-repeat;
  }
}

/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .maker_cate_sub dl dd ul li a:hover {
    color: #f75126;
  }
}

/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .maker_cate_sub dl dd .subnav_close {
    display: none;
  }
}

.bg-black {
  background-color: #262626;
}

/* ----- end △ */
