@charset "UTF-8";

/*============================================================
common
==============================================================*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: ryo-gothic-plusn, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,
    sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
ul {
  list-style: none;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.pc {
  display: inherit;
}
.sp {
  display: none;
}
.inner {
  width: 1000px;
  margin: auto;
}
.min {
  font-family: source-han-serif-japanese, "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.red {
  color: #e60012;
}
.caution {
  font-size: 1.2rem;
}
.h2_ttl {
  margin-bottom: 80px;
  font-size: 4.8rem;
  font-weight: 400;
}

/*============================================================
header
==============================================================*/
header {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: 10;
}
header .inner {
  width: 1200px;
  padding: 0 20px;
}
.header_logo {
  float: left;
  margin: 16px 0;
}
.header_logo img {
  width: 155px;
}
.header_tel {
  float: right;
  margin: 19px 0;
}
.header_tel img {
  width: 292px;
}

/*============================================================
content
==============================================================*/
#top {
  margin-top: 60px;
  color: #fff;
  background: #000;
}
.top_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top_list_item {
  margin: 0 20px;
  font-size: 1.4rem;
  line-height: 40px;
}
.top_list_item a {
  color: #fff;
}
.top_list_item a:hover {
  text-decoration: underline;
}
.top_box {
  position: relative;
  padding: 60px 0;
  background: url(../img/top_bg.jpg) no-repeat center / cover;
}
.top_box_left {
  float: left;
  width: 50%;
}
.top_ttl {
  margin-bottom: 50px;
  font-size: 3.8rem;
  font-weight: 400;
}
.top_img01 {
  margin-bottom: 50px;
}
.top_img01 img {
  margin-left: 0;
}
.top_txt {
  line-height: 3.6rem;
}
.top_txt span {
  font-size: 2.4rem;
}
.top_img02 {
  position: absolute;
  top: 80px;
  left: 46%;
}
#cta {
  padding: 78px 0 0;
  background: #000;
}
#worries {
  padding: 160px 0 202px;
  text-align: center;
  color: #fff;
  background: #000 url(../img/worries_bg.jpg) no-repeat center bottom;
}
#worries .h2_ttl {
  margin-bottom: 40px;
  font-size: 3.6rem;
}
#worries .h2_ttl .large {
  font-size: 5rem;
}
.worries_list {
  display: inline-block;
}
.worries_list_item {
  padding: 15px 0 15px 50px;
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  background: url(../img/worries_img.png) no-repeat center left / 83px 53px;
}
.worries_list_item span {
  display: inline-block;
  padding: 0 5px;
  background: #64000b;
  background: linear-gradient(
    90deg,
    rgba(52, 0, 13, 1) 0%,
    rgba(134, 9, 24, 1) 32%,
    rgba(203, 9, 21, 1) 51%,
    rgba(54, 0, 13, 1) 100%
  );
}
#about {
  padding: 60px 0 0;
  background: url(../img/about_bg.jpg) no-repeat center top;
}
.h2_logo {
  width: 500px;
}
.about_ttl,
.reason_ttl {
  font-size: 3.4rem;
}
.about_ttl .large,
.reason_ttl .large {
  font-size: 5.8rem;
}
.about_txt {
  max-width: 600px;
  margin: 0 auto 100px;
}
.about_list_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.about_list_box {
  width: calc(100% - 219px);
}
.about_list_ttl {
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: bold;
  background: url(../img/about_img01.png) no-repeat center left / 570px 77px;
}
.about_list_ttl span {
  display: inline-block;
  color: #64000b;
  background: -webkit-linear-gradient(
    0deg,
    rgba(230, 0, 18, 1) 0%,
    rgba(100, 0, 11, 1) 50%,
    rgba(230, 0, 18, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(230, 0, 18, 1) 0%,
    rgba(100, 0, 11, 1) 50%,
    rgba(230, 0, 18, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about_list_num {
  width: 209px;
  margin-right: 10px;
}
.about_list_num img {
  width: 209px;
}
.about_list_item:nth-child(2) {
  margin-left: 100px;
}
.about_list_item:nth-child(3) {
  margin-left: 200px;
}
.about_arw {
  margin-bottom: 70px;
}
.about_arw img {
  width: 368px;
}
/*210513_追記 */
.demo-site {
  margin: 0 auto 70px;
}
.demo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.demo_list_item {
  width: 48%;
  margin-bottom: 50px;
}
.demo-txt {
  text-align: center;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: bold;
}
.demo-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.demo-link .link-btn {
  width: 30%;
  text-align: center;
  line-height: 60px;
}
.demo-link .link-btn a {
  display: block;
  color: #fff;
  background: #880314;
}
.demo-link .link-btn:hover {
  opacity: 0.8;
}

/*210513_追記　ここまで */
.reason_ttl {
  margin-bottom: 60px;
}
.reason_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason_list_item {
  width: 48%;
  margin-bottom: 50px;
}
.reason_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  color: #fff;
  background: rgb(148, 4, 20);
  background: linear-gradient(
    0deg,
    rgba(148, 4, 20, 1) 0%,
    rgba(84, 0, 21, 1) 73%
  );
}
.reason_box_txt {
  width: calc(100% - 200px);
  padding: 30px 24px;
}
.reason_box_ttl_sub {
  margin-bottom: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.reason_box_ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}
#case {
  padding: 350px 0 120px;
  background: url(../img/case_bg.jpg) no-repeat center top / cover;
}
#case .h2_ttl {
  margin-bottom: 50px;
  color: #fff;
}
.case_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case_list_item {
  width: 30%;
  max-width: 298px;
  background: #fff;
}
.case_list_box {
  padding: 15px 15px 20px;
}
.case_list_ttl {
  padding: 2px 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #880314;
}
.case_list_name {
  margin-bottom: 20px;
}
.case_list_name span {
  font-size: 1.4rem;
}
.case_list_txt {
  min-height: 105px;
  text-align: left;
  line-height: 1.5;
}
.slick-slide {
  text-align: center;
}
.slick-next,
.slick-prev {
  width: 40px;
  height: 40px;
  z-index: 2;
}
.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  content: "";
  position: absolute;
  opacity: 1;
}
.slick-next::before,
.slick-prev::before {
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #880314;
  border-radius: 50%;
}
.slick-next::after,
.slick-prev::after {
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.slick-next::after {
  left: 10px;
  transform: rotate(45deg);
}
.slick-prev::after {
  right: 10px;
  transform: rotate(-135deg);
}

#flow {
  padding: 120px 0;
  background: url(../img/flow_bg.jpg) no-repeat center / cover;
}
#price {
  padding: 120px 0 380px;
  background: url(../img/price_bg.jpg) no-repeat center bottom;
}
.price_tbl {
  width: 100%;
  border-collapse: collapse;
  border: 3px solid #434343;
}
.price_tbl th,
.price_tbl td {
  padding: 20px;
  border: 1px solid #434343;
  background: #fff;
}
.price_tbl th {
  text-align: left;
}
.price_tbl .standard {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  background: #eeeeee;
}
.price_tbl .standard span {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.4rem;
}
.price_tbl .delax {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  background: #959595;
}
.price_tbl th.delax {
  background: #7c7c7c;
}
.price_tbl .delax span {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.4rem;
}
.price_tbl .premium {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  background: #bda36a;
}
.price_tbl th.premium {
  background: #bd9743;
}
.price_tbl .premium span {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.4rem;
}
.youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#faq {
  padding: 0 0 120px;
  color: #fff;
  background: #000 url(../img/faq_bg.png) no-repeat top right;
}
#faq .h2_ttl span {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  background: -webkit-linear-gradient(
    90deg,
    rgba(19, 20, 20, 1) 0%,
    rgba(150, 151, 151, 1) 9%,
    rgba(255, 255, 255, 1) 50%,
    rgba(168, 169, 169, 1) 92%,
    rgba(46, 48, 48, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(19, 20, 20, 1) 0%,
    rgba(150, 151, 151, 1) 9%,
    rgba(255, 255, 255, 1) 50%,
    rgba(168, 169, 169, 1) 92%,
    rgba(46, 48, 48, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq_box {
  margin-bottom: 60px;
  overflow: hidden;
}
.faq_box_ttl {
  position: relative;
  padding: 10px 45px 10px 0;
  font-size: 2rem;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.faq_box_ttl::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}
.faq_box_ttl.active::after {
  transform: rotate(-45deg);
}
.faq_box_txt {
  margin-top: 40px;
  padding: 0 10px 0 0;
}
#benefit {
  padding: 120px 0 0;
  color: #fff;
  background: #000;
}
#benefit .h2_ttl span {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  background: -webkit-linear-gradient(
    90deg,
    rgba(19, 20, 20, 1) 0%,
    rgba(150, 151, 151, 1) 9%,
    rgba(255, 255, 255, 1) 50%,
    rgba(168, 169, 169, 1) 92%,
    rgba(46, 48, 48, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(19, 20, 20, 1) 0%,
    rgba(150, 151, 151, 1) 9%,
    rgba(255, 255, 255, 1) 50%,
    rgba(168, 169, 169, 1) 92%,
    rgba(46, 48, 48, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.benefit_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefit_list_item {
  width: 31%;
  max-width: 302px;
  margin-bottom: 100px;
}

#contact {
  padding: 300px 0 80px;
  background: url(../img/contact_bg.jpg) no-repeat center top / cover;
}
#contact .h2_ttl {
  margin-bottom: 50px;
  line-height: 0.8;
}
#contact .h2_ttl .small {
  font-size: 1.8rem;
}
.contact_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact_list_item {
  width: 300px;
  margin: 0 15px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 60px;
}
.contact_list_mail {
  display: block;
  color: #fff;
  background: #ae0013;
  background: linear-gradient(
    0deg,
    rgba(230, 0, 18, 1) 0%,
    rgba(174, 0, 19, 1) 100%
  );
  transition: 0.2s ease;
}
.contact_list_mail span {
  display: inline-block;
  padding-left: 31px;
  background: url(../img/contact_img01.png) no-repeat center left / 21px 15px;
}
.contact_list_mail:hover {
  opacity: 0.5;
}
.contact_list_dl {
  display: block;
  background: #e1e1e1;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  transition: 0.2s ease;
}
.contact_list_dl span {
  display: inline-block;
  padding-left: 23px;
  background: url(../img/contact_img02.png) no-repeat center left / 13px 19px;
}
.contact_list_dl:hover {
  opacity: 0.5;
}
.footer_cta {
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.footer_cta.none {
  display: none;
}

.pagetop a {
  position: fixed;
  display: block;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 20px;
  background: #ae0013;
  background: linear-gradient(
    0deg,
    rgba(230, 0, 18, 1) 0%,
    rgba(174, 0, 19, 1) 100%
  );
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
}
.pagetop.opacity a {
  opacity: 1;
  pointer-events: all;
}
.pagetop.opacity a:hover {
  opacity: 0.5;
}
.pagetop a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*============================================================
inview
==============================================================*/
.inview {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.inview.fadein {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.case_list .inview:nth-of-type(1),
.benefit_list .inview:nth-of-type(1) {
  -webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.case_list .inview:nth-of-type(2),
.benefit_list .inview:nth-of-type(2) {
  -webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
.case_list .inview:nth-of-type(3),
.benefit_list .inview:nth-of-type(3) {
  -webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

/*============================================================
footer
==============================================================*/
footer {
  padding: 20px 0;
  text-align: center;
  font-size: 1.2rem;
  color: #808080;
  background: #000;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
}

/*============================================================
breakpoint 768px
==============================================================*/
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
  .left,
  .right {
    float: none;
  }
  .inner,
  header .inner {
    width: 94%;
    margin: auto;
    padding: 0;
  }
  .h2_ttl {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }
  header {
    height: 50px;
  }
  .header_logo {
    margin: 11px 0;
  }
  .header_tel {
    margin: 13px 0;
  }
  .header_tel img {
    width: 115px;
  }
  #top {
    margin-top: 50px;
  }
  .top_box {
    padding: 30px 0;
  }
  .top_ttl {
    margin-bottom: 25px;
    text-align: center;
    font-size: 2.4rem;
  }
  .top_img01 {
    margin-bottom: 25px;
  }
  .top_box_left {
    float: none;
    width: 100%;
  }
  .top_img02 {
    position: static;
  }
  #cta {
    padding: 35px 0;
  }
  #worries {
    padding: 40px 0 101px;
  }
  #worries .h2_ttl {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  #worries .h2_ttl .large {
    font-size: 3rem;
  }
  .worries_list_item {
    padding: 10px 0 10px 40px;
    font-size: 1.4rem;
  }
  #about {
    padding: 30px 0;
  }
  .about_ttl,
  .reason_ttl {
    font-size: 2.2rem;
  }
  .about_ttl .large,
  .reason_ttl .large {
    font-size: 3.2rem;
  }
  .about_txt {
    margin: 0 auto 50px;
  }
  .about_list_box {
    width: 100%;
  }
  .about_list_item {
    margin-bottom: 35px;
  }
  .about_list_item:nth-child(2),
  .about_list_item:nth-child(3) {
    margin-left: 0;
  }
  .about_list_num {
    width: 100%;
    margin: 0 auto 10px;
  }
  .about_list_num img {
    width: 104.5px;
  }
  .about_list_ttl {
    margin-bottom: 20px;
    font-size: 2rem;
    background: url(../img/about_img01.png) no-repeat center left / 285px 38.5px;
  }
  .about_arw {
    margin-bottom: 35px;
  }
  .about_arw img {
    width: 184px;
  }

  .demo_list_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .demo-link .link-btn {
    width: 100%;
    margin: 0 auto 20px;
  }
  .demo-link .link-btn a span {
    padding: 0 40px 0;
  }
  .demo-txt {
    font-size: 1.8rem;
  }
  .reason_list_item {
    width: 100%;
    margin-bottom: 25px;
  }
  .reason_box {
    margin-bottom: 10px;
  }
  .reason_box_ttl_sub {
    font-size: 1.2rem;
  }
  .reason_box_ttl {
    font-size: 2rem;
  }
  .reason_box_txt {
    width: calc(100% - 150px);
    padding: 15px 12px;
  }
  .reason_box_img img {
    width: 150px;
  }
  #case {
    padding: 60px 0;
    background: #000;
  }
  #case .h2_ttl {
    margin-bottom: 25px;
  }
  .case_list_item {
    width: 100%;
    margin: 0 auto 40px;
  }
  #flow {
    padding: 60px 0;
  }
  #price {
    padding: 60px 0;
    background: #fff;
  }
  .price_tbl_box {
    overflow-x: scroll;
  }
  .price_tbl {
    width: 720px;
  }
  .price_tbl th,
  .price_tbl td {
    padding: 10px;
  }
  .price_tbl .standard,
  .price_tbl .delax,
  .price_tbl .premium {
    font-size: 1.8rem;
  }
  .price_tbl .standard span,
  .price_tbl .delax span,
  .price_tbl .premium span {
    margin-top: 5px;
  }
  #faq {
    padding: 60px 0;
  }
  .faq_box {
    margin-bottom: 30px;
  }
  .faq_box_ttl {
    font-size: 1.6rem;
  }
  .faq_box_txt {
    margin-top: 20px;
  }
  #benefit {
    padding: 60px 0 0;
  }
  .benefit_list {
    justify-content: space-around;
  }
  .benefit_list_item {
    width: 48%;
    margin-bottom: 20px;
  }
  #contact {
    padding: 140px 0 40px;
  }
  #contact .h2_ttl {
    margin-bottom: 25px;
    line-height: 1;
  }
  .contact_list_item {
    width: 50%;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .contact_list_mail,
  .contact_list_dl {
    padding: 7px 0;
  }
  .footer_cta {
    height: 50px;
  }
  .pagetop a {
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 10px;
  }
}

/*============================================================
ie
==============================================================*/
@media all and (-ms-high-contrast: none) {
  .about_list_ttl span {
    background: none;
  }
  #faq .h2_ttl span,
  #benefit .h2_ttl span {
    background: none;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .about_list_ttl span {
    background: none;
  }
  #faq .h2_ttl span,
  #benefit .h2_ttl span {
    background: none;
  }
}
@supports (-ms-ime-align: auto) {
  .about_list_ttl span {
    background: none;
  }
  #faq .h2_ttl span,
  #benefit .h2_ttl span {
    background: none;
  }
}
