/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap");
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  letter-spacing: 0.1em;
}

a, b, dd, dt, li, p, span, td, th {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #3B3B3B;
}

h1, h2, h3, h4, h5, h6 {
  color: #3B3B3B;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}

.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: auto;
}

.main_width.size1760 {
  max-width: 1760px;
}

section {
  padding: 80px 0;
}

.txt_base {
  font-size: 1.6rem;
}

.txt_base p {
  line-height: 2.75;
  letter-spacing: 0.05em;
}

.txt_base p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.txt_base.fs14 {
  font-size: 1.4rem;
}

.txt_base.fs14 p {
  line-height: 2.2;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
.about_block .main_ttl,
.company_block .main_ttl,
.conversion_block .main_ttl {
  margin-top: -145px;
  padding-top: 145px;
}

/********************************************/
/*header */
/********************************************/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px;
  background: #000;
  z-index: 9999;
}

.header .logo {
  width: 10%;
  margin-right: 5%;
}

.header .logo a {
  display: block;
  width: 100%;
  max-width: 130px;
}

.header .main_nav {
  width: 80%;
}

.nav_list {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav_list li {
  display: inline-block;
}

.nav_list li:not(:last-child) {
  margin-right: 2%;
}

.nav_list li a {
  position: relative;
  display: block;
  padding: 0.6em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav_list li a:before {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  content: '';
  margin: auto;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav_list li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav_list li a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav_list li a:hover:before {
  width: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/********************************************/
/*footer */
/********************************************/
.footer {
  padding: 30px 0 40px;
}

.footer .nav_list {
  margin-bottom: 100px;
  justify-content: center;
}

.footer .nav_list li {
  margin: 0;
}

.footer .nav_list li:not(:last-child):after {
  display: inline-block;
  content: '/';
  line-height: 1;
}

.footer .nav_list li a {
  display: inline-block;
  padding: 0.6em 1em;
  color: #3B3B3B;
  font-size: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .nav_list li a:hover {
  color: #898989;
}

.footer .logo {
  width: 100%;
  max-width: 130px;
  margin: 0 auto 100px;
}

.copyright {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  text-align: center;
}

/********************************************/
/*main_visual */
/********************************************/
.main_visual {
  padding: 0;
}

.main_visual .main_txt_box {
  position: relative;
  padding: 290px 0 340px;
  background: url(../img/main-img.jpg) no-repeat center/cover;
}

.main_visual .main_txt_box .main_ttl {
  position: relative;
  padding-top: 160px;
  font-size: 5.5rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.main_visual .main_txt_box .main_ttl:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: '';
  margin: auto;
  width: 227px;
  height: 134px;
  background: url(../img/ico-car.svg) no-repeat center/100%;
}

#main_slider {
  bottom: 50%;
  transform: translateY(-50%);
}

/********************************************/
/*about_block */
/********************************************/
.about_block {
  padding-top: 30px;
}

.about_block .main_ttl.ver_ico:before {
  background: url(../img/about-ttl.svg) no-repeat center/100%;
}

.about_block .wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.about_block .wrapper .left {
  width: 25%;
  margin-right: 5%;
}

.about_block .wrapper .right {
  width: 70%;
}

/********************************************/
/*service_block */
/********************************************/
.feature_block {
  padding: 0;
  background: #3B3B3B;
}

.top_sec {
  position: relative;
  padding-top: 160px;
  z-index: 1;
}

.top_sec:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 285px;
  background: #fff;
  z-index: -1;
}

.top_sec .ico_ttl {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 3em;
  padding-left: 190px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
}

.top_sec .ico_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 147px;
  height: 87px;
  margin-top: 15px;
  background: url(../img/ico-car.svg) no-repeat center/100%;
}

.top_sec .wrapper {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  padding-bottom: 90px;
}

.top_sec .wrapper .feature_slider {
  width: 40%;
  margin-right: 5%;
}

.top_sec .wrapper .txt_box {
  width: 55%;
  max-width: 692px;
  padding-bottom: 195px;
}

.feature_slider img {
  border-radius: 60px;
}

.feature_slider {
  position: relative;
  padding-bottom: 100px;
}

.feature_slider .slick-prev,
.feature_slider .slick-next {
  position: absolute;
  bottom: 0;
  width: 70px;
  height: 70px;
  background: #3B3B3B;
  border-radius: 100px;
  text-indent: -9999px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature_slider .slick-prev:before,
.feature_slider .slick-next:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  width: 9px;
  height: 16px;
  z-index: 1;
}

.feature_slider .slick-prev:hover,
.feature_slider .slick-next:hover {
  background: #898989;
}

.feature_slider .slick-prev {
  right: 90px;
}

.feature_slider .slick-prev:before {
  background: url(../img/ico-arrow-left-w.svg) no-repeat center/100%;
}

.feature_slider .slick-next {
  right: 0;
}

.feature_slider .slick-next:before {
  background: url(../img/ico-arrow-right-w.svg) no-repeat center/100%;
}

.top_sec .txt_box .ttl {
  margin-bottom: 0.7em;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 300;
}

.top_sec .txt_box .txt_base p {
  color: #fff;
}

@media screen and (max-width: 1497px) {
  .top_sec .wrapper:before {
    height: 67%;
    max-height: 578px;
  }
}

@media screen and (max-width: 1200px) {
  .top_sec .wrapper:before {
    height: 100%;
  }
  .feature_slider .slick-prev,
  .feature_slider .slick-next {
    background: #fff;
    box-shadow: 0 0 4px #3b3b3b;
  }
  .feature_slider .slick-prev:before {
    background: url(../img/ico-arrow-left-g.svg) no-repeat center/100%;
  }
  .feature_slider .slick-next:before {
    background: url(../img/ico-arrow-right-g.svg) no-repeat center/100%;
  }
}

/********************************************/
/*company_block */
/********************************************/
.company_box dl {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 2.9em 5%;
  border-bottom: 1px solid #898989;
  font-size: 1.7rem;
}

.company_box dl:first-of-type {
  border-top: 1px solid #898989;
}

.company_box dl dt,
.company_box dl dd {
  font-size: 1em;
  line-height: 1.5;
}

.company_box dl dt {
  width: 20%;
  margin-right: 5%;
}

.company_box dl dd {
  width: 75%;
}

/********************************************/
/*conversion_block */
/********************************************/
.conversion_block {
  padding: 80px 0;
  background: #3B3B3B;
}

.conversion_block .main_ttl {
  margin-bottom: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12.9rem;
  color: #fff;
}

.conversion_block .wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.conversion_block .wrapper .left {
  width: 40%;
  margin-right: 5%;
}

.conversion_block .wrapper .right {
  width: 55%;
}

.conversion_block .left .txt_base p {
  color: #fff;
}

.conversion_block .right .contact_box:not(:last-child) {
  margin-bottom: 40px;
}

.conversion_block .right .contact_box .mail_link,
.conversion_block .right .contact_box .tel_link {
  position: relative;
  display: block;
  padding: 10px 10px 10px 140px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}

.conversion_block .right .contact_box .mail_link:before,
.conversion_block .right .contact_box .tel_link:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1em;
  margin: auto;
  font-size: 3.8rem;
  line-height: 1;
  z-index: 1;
  text-align: center;
}

.conversion_block .right .contact_box .mail_link:after,
.conversion_block .right .contact_box .tel_link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 100px;
  box-sizing: border-box;
  z-index: -1;
}

.conversion_block .right .contact_box.tel_box .tel_link {
  font-size: 5.2rem;
}

.conversion_block .right .contact_box.tel_box .tel_link:before {
  font-family: "Font Awesome 5 Free";
  content: '\f879';
}

.conversion_block .right .contact_box.tel_box .tel_link a {
  color: inherit;
  font-size: 1em;
}

.conversion_block .right .contact_box.mail_box .mail_link {
  font-size: 4.4rem;
}

.conversion_block .right .contact_box.mail_box .mail_link:before {
  content: "";
  height: 38px;
  background: url(../img/mail.svg) no-repeat center/contain;
}

.conversion_block .right .contact_box .txt {
  padding-left: 140px;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  color: #fff;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
@media screen and (max-width: 1024px) {
  /********************************************/
  /*main_visual */
  /********************************************/
  .main_visual .main_txt_box {
    padding: 290px 0 190px;
  }
  .main_visual .main_txt_box .main_ttl {
    padding-top: 150px;
    font-size: 4rem;
  }
  .main_visual .main_txt_box .main_ttl:before {
    width: 207px;
    height: 126px;
  }
  /********************************************/
  /*about_block */
  /********************************************/
  .about_block .wrapper .left {
    width: 30%;
  }
  .about_block .wrapper .right {
    width: 65%;
  }
  /********************************************/
  /*service_block */
  /********************************************/
  .top_sec:after {
    content: none;
  }
  .top_sec .wrapper .txt_box {
    padding-bottom: 0;
  }
  /********************************************/
  /*conversion_block */
  /********************************************/
  .conversion_block .main_ttl {
    font-size: 9rem;
  }
  .conversion_block .wrapper {
    display: block;
  }
  .conversion_block .wrapper .left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 50px;
  }
  .conversion_block .wrapper .right {
    width: 100%;
  }
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
  /********************************************/
  /*service_block */
  /********************************************/
  .top_sec:before {
    height: 100%;
  }
  .top_sec .wrapper {
    display: block;
  }
  .top_sec .wrapper .feature_slider {
    width: 100%;
    margin-right: auto;
    margin: 0 auto 30px;
  }
  .top_sec .wrapper .txt_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .feature_slider img {
    border-radius: 40px;
  }
  .feature_slider .slick-prev,
  .feature_slider .slick-next {
    background: #fff;
  }
  .feature_slider .slick-prev:before {
    background: url(../img/ico-arrow-left-g.svg) no-repeat center/100%;
  }
  .feature_slider .slick-next:before {
    background: url(../img/ico-arrow-right-g.svg) no-repeat center/100%;
  }
  .top_sec .txt_box .ttl {
    font-size: 2.3rem;
  }
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
  section {
    padding: 50px 0;
  }
  .txt_base {
    font-size: 1.4rem;
  }
  .txt_base p {
    line-height: 1.9;
  }
  .txt_base .fs14 {
    font-size: 1.3rem;
  }
  .txt_base .fs14 p {
    line-height: 1.9;
  }
  /*=============================================*/
  /*  layout                               */
  /*=============================================*/
  .about_block .main_ttl,
  .company_block .main_ttl,
  .conversion_block .main_ttl {
    margin-top: -75px;
    padding-top: 75px;
  }
  /********************************************/
  /* body fixed*/
  /********************************************/
  body {
    width: 100%;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
  /********************************************/
  /*  Sp-menu btn*/
  /********************************************/
  .sp_menu_trigger,
  .sp_menu_trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
  }
  .sp_menu_trigger {
    position: fixed;
    top: 12px;
    right: 15px;
    width: 42px;
    height: 42px;
    background-color: #fff;
    border-radius: 100px;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sp_menu_trigger span {
    position: absolute;
    background: #000;
    width: 15px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sp_menu_trigger span:nth-of-type(1) {
    top: 15px;
  }
  .sp_menu_trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .sp_menu_trigger span:nth-of-type(3) {
    bottom: 15px;
  }
  .sp_menu_trigger.nogap {
    top: 0;
    right: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(1) {
    top: 11px;
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
  }
  .sp_menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(3) {
    bottom: 11px;
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
  }
  /********************************************/
  /*header */
  /********************************************/
  .header {
    padding: 10px 15px;
    height: 65px;
  }
  .header .logo {
    width: 30%;
    margin-right: 0%;
    z-index: 9999;
  }
  .header .logo a {
    max-width: 65px;
  }
  .header .main_nav {
    width: 100%;
  }
  .nav_list {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .nav_list li {
    display: block;
    padding: 0 30px 17px;
  }
  .nav_list li:not(:last-child) {
    margin-right: auto;
    margin-bottom: 17px;
  }
  .nav_list li a {
    padding: 0.6em;
    font-size: 1.7rem;
    color: #fff;
  }
  .nav_list li a:before {
    content: none;
  }
  .nav_list li a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    margin: auto;
    width: 7px;
    height: 10px;
    background: url(../img/ico-arrow-right-w.svg) no-repeat center/100%;
  }
  /********************************************/
  /*  Sp-menu list*/
  /********************************************/
  .header .main_nav {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #000;
    width: 100vw;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    overflow-y: scroll;
    padding: 120px 20px 60px;
    box-sizing: border-box;
    text-align: left;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .main_nav.open {
    right: 0;
  }
  /********************************************/
  /*footer */
  /********************************************/
  .footer {
    padding: 40px 0;
  }
  .footer .nav_list {
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .nav_list li {
    margin-bottom: 3px;
    padding: 0;
    font-size: 1.4rem;
    margin-right: 0;
  }
  .footer .logo {
    max-width: 100px;
    margin: 0 auto 50px;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /********************************************/
  /*main_visual */
  /********************************************/
  .main_visual .main_txt_box {
    padding: 270px 0 190px;
    background: url(../img/main-img-sp.jpg) no-repeat center/cover;
  }
  .main_visual .main_txt_box .main_ttl {
    padding-top: 65px;
    font-size: 2.3rem;
  }
  .main_visual .main_txt_box .main_ttl:before {
    width: 91px;
    height: 57px;
  }
  /********************************************/
  /*about_block */
  /********************************************/
  .about_block .wrapper {
    display: block;
  }
  .about_block .wrapper .left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .about_block .wrapper .right {
    width: 100%;
  }
  /********************************************/
  /*service_block */
  /********************************************/
  .top_sec {
    padding-top: 45px;
  }
  .top_sec .ico_ttl {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
    padding-top: 70px;
    padding-left: 0px;
    font-size: 2.5rem;
  }
  .top_sec .ico_ttl:before {
    width: 93px;
    height: 56px;
  }
  .feature_slider {
    padding-bottom: 75px;
  }
  .feature_slider .slick-prev,
  .feature_slider .slick-next {
    width: 55px;
    height: 55px;
  }
  .feature_slider .slick-prev:before,
  .feature_slider .slick-next:before {
    width: 6px;
    height: 13px;
  }
  .feature_slider .slick-prev {
    right: 65px;
  }
  /********************************************/
  /*about_block */
  /********************************************/
  /********************************************/
  /*company_block */
  /********************************************/
  .company_box dl {
    padding: 25px 15px;
    font-size: 1.4rem;
  }
  .company_box dl dt {
    width: 80px;
    margin-right: 5%;
  }
  .company_box dl dd {
    width: calc(100% - (80px + 5%));
  }
  /********************************************/
  /*conversion_block */
  /********************************************/
  .conversion_block {
    padding: 50px 0;
  }
  .conversion_block .main_ttl {
    margin-bottom: 50px;
    font-size: 4.6rem;
  }
  .conversion_block .wrapper .left {
    margin-bottom: 30px;
  }
  .conversion_block .right .contact_box .mail_link,
  .conversion_block .right .contact_box .tel_link {
    padding: 10px 10px 10px 80px;
  }
  .conversion_block .right .contact_box .mail_link:before,
  .conversion_block .right .contact_box .tel_link:before {
    width: 60px;
    font-size: 2.7rem;
  }
  .conversion_block .right .contact_box .mail_link:after,
  .conversion_block .right .contact_box .tel_link:after {
    width: 60px;
    height: 60px;
  }
  .conversion_block .right .contact_box.tel_box .tel_link {
    font-size: 3.0rem;
  }
  .conversion_block .right .contact_box.mail_box .mail_link {
    font-size: 2.4rem;
  }
  .conversion_block .right .contact_box.mail_box .mail_link:before {
    height: 30px;
  }
  .conversion_block .right .contact_box .txt {
    padding-left: 80px;
    font-size: 1.4rem;
  }
}
