@charset "utf-8";

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  color: #111111;
  background-color: #fff;
  margin: 0 auto;
}

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

.pcOnly {
  display: block!important;
}
.spOnly {
  display: none!important;
}

header {
  padding: 0.8vw 2vw;
}
header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header h1 {
  max-width: 365px;
  width: 19.1vw;
}
header .header ul {
  display: flex;
}
header .header ul .phone {
  font-weight: 500;
  margin-right: 3vw;
}
header .header ul .phone img {
  max-width: 294px;
  width: 18vw;
}
header .header ul .phone p {
  text-align: center;
}
header .header .btn {
  background: #C62A29;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-size: 1.8rem;
}
header .header .btn a {
  display: block;
  padding: 0.9vw 3.125vw;
}
@media screen and (min-width: 1920px) {
  header {
    padding: 20px 40px;
  }  
}

.fixbtn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgb(205 205 205 / 80%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  padding: 16px 0;
  text-align: center;
  height: 100px;
}
.fixbtn a {
  display: block;
  font-size: 22px;
  width: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  background: #C62A29;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 10px;
  padding: 15px 0 14px;
}

video {
  width: 100%;
}
.kv .video {
  position: relative;
  overflow: hidden;
}
.kv .kv_text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 64.3%;
  max-width: 1234px;
}

.point {
  margin: 90px auto 60px;
}
.point .ttl {
  text-align: center;
}
.point .ttl p{
  background: #111111;
  padding: 15px 30px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
}
.point .spec {
  margin: 30px auto 0;
  text-align: center;
  font-weight: bold;
  max-width: 960px;
}
.point .spec .ttl {
  font-size: 3.6rem;
}
.point .spec .spec_txt {
  border: 2px solid #111111;
  padding: 20px;
  display: inline-block;
  margin: 20px 0;
}
.point .spec .spec_img {
  display: flex;
  justify-content: space-between;
}
.point .spec .spec_img div {
  width: 49%;
}
h2 {
  font-size: 4.4rem;
  color: #C62A29;
  text-align: center;
  font-weight: bold;
  margin: 40px;
}
.point ul {
  display: flex;
}
.point ul li {
  width: calc(100% / 3);
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.point ul li a {
  padding: 14.7% 0px 7.05%;
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;  
}
.point ul .point01::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../img/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s ease-out;
}
.point ul .point02::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../img/bg02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s ease-out;
}
.point ul .point03::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../img/bg03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s ease-out;
}
.point ul li:hover::after {
  transform: scale(1.1);
}

.point ul li .point_txt {
  width: 30.5%;
  margin: 0 auto;
}
.point ul li .headline {
  font-size: 3.6rem;
  margin: 7.81% auto 3%;
}
.point ul li .icon {
  width: 36px;
  margin: 0 auto;
  margin-top: 2.5rem;
}

.point #point01,#point02,#point03 {
  padding: 60px 0;
  max-width: 960px;
  margin: 0 auto;
  border-bottom: 4px dashed #111111;
}
.point #point01 {
  padding-top: 120px;
}
.point h3 {
  display: flex;
  justify-content: center;
  font-size: 3.6rem;
  font-weight: bold;
}
.point h3 img {
  height: 52px;
  width: auto;
  margin-right: 20px;
  margin-top: 4px;
}
.point #point01 p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.point .img_area {
  margin-top: 50px;
}
.point .linetext {
  font-size: 3.6rem;
  font-weight: bold;
  border: 6px solid #F2902C;
  color: #F2902C;
  display: inline-block;
  text-align: center;
}
.point #point01 .text_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.point #point01 .linetext {
  padding: 23px 30px;
}
.point #point01 .point01_img {
  width: 50%;
}
.point #point02 p{
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.point #point02 .text_area {
  text-align: center;
  margin-top: 30px;
}
.point #point02 .linetext {
  border-color: #C62A29;
  color: #C62A29;
  padding: 20px 50px;
  display: block;
}
.point #point02 .video_area {
  margin-top: 30px;
}
.point #point03 {
  border-bottom: none;
}
.point #point03 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;  
}
.point #point03 .flex .point03_img {
  width: 48%;
}
.point #point03 .linetext {
  padding: 23px 72px;
}
.point #point03 .text_area p {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

.catalog {
  background: linear-gradient(90deg, #F2712C, #F2902C);
  text-align: center;
  padding: 80px;
}
.catalog h4 {
  padding: 0 0 40px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
}
.catalog .spec {
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  display: inline-block;
  margin-bottom: 40px;
  font-weight: bold;
}
.catalog .spec img {
  width: 100%;
  max-width: 600px;
}
.catalog .catalog_img {
  width: 22.4%;
  margin: 0 auto;
}
.catalog .btn {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.catalog .btn a {
  padding: 20px 50px;
  display: inline-block;
  background: #C62A29;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.inquiry_area {
  margin: 120px 0;
  text-align: center;
}

.inquiry .btn {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}
.inquiry .btn a {
  background: #C62A29;
  border-radius: 10px;
  padding: 20px 0;
  display: block;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.inquiry p {
  margin-top: 20px;
  font-weight: bold;
}

.consultation {
  padding: 70px 0 80px;
  background-image: url(../img/bg04.jpg);
  background-size: cover;
  text-align: center;
}
.consultation .black_text {
  font-size: 3.6rem;
  color: #fff;
  background: #111111;
  font-weight: bold;
  display: inline-block;
  padding: 3px 20px;
}
.consultation .red_text {
  color: #C62A29;
  font-weight: bold;
  font-size: 3.2rem;
  margin-top: 8px;
}
.consultation .box_area {
  margin: 10px auto 60px;
}
.consultation ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  justify-content: center;
  margin: 0 auto 30px;
}
.consultation ul li {
  width: 310px;
  border: 4px solid #111111;
  margin-right: 30px;
  font-weight: bold;
  padding: 27px 27px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.consultation ul li:nth-child(2n) {
  margin-right: 0;
}

footer {
  background-color: #000000;
  padding: 40px 0 140px;
  margin: 0 auto;
}
footer .footer_logo {
  width: 20.7%;
  margin: 0 auto 10px;
}
footer .footer_phone {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
footer .copyright {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }

  .pcOnly {
    display: none!important;
  }
  .spOnly {
    display: block!important;
  }

  header {
    padding: 1.2rem 1.4rem;
  }
  header .header {
    display: block;
  }
  header .header h1 {
    width: 43vw;
  }
  header .header ul {
    justify-content: space-between;
  }
  header .header ul .phone {
    margin-right: 0;
    text-align: center;
  }
  header .header ul .phone img {
    width: 37.4vw;
  }
  header .header ul .phone p {
    font-size: 0.9rem;
  }
  header .header .btn {
    font-size: 1.4rem;
    margin-top: 6px;
  }
  header .header .btn a {
    padding: 0.9rem 3.5rem;
    width: 100%;
    text-align: center;
  }

  .fixbtn {
    height: 70px;
    padding: 10px;
  }
  .fixbtn a {
    font-size: 1.8rem;
    padding: 10px 0;
    width: 98%;
  }

  .kv .kv_text {
    width: 94%;
  }

  .point {
    margin: 30px auto 60px;
    padding: 0 14px;
  }
  .point .ttl p{
    padding: 12px 22px;
    font-size: 1.8rem;
  }
  h2 {
    font-size: 2.8rem;
    margin: 30px auto 20px;
  }
  .point ul {
    display: block;
  }
  .point ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .point ul li a {
    padding: 20px 0px;
  }
  .point ul li .point_txt {
    width: 44.1%;
  }
  .point ul li .headline {
    font-size: 2.6rem;
    margin: 16px auto 6px;
  }
  .point ul li .icon {
    width: 17px;
    margin-top: 16px;
  }
  .point .spec .ttl {
    font-size: 2.4rem;
  }
  .point .spec .spec_txt {
    margin: 20px 0 10px;
  }
  .point .spec .spec_img {
    display: block;
  }
  .point .spec .spec_img div {
    width: 100%;
  }
  .point .spec .spec_img img:first-of-type {
    margin-bottom: 10px;
  }
  
  .point #point01,#point02,#point03 {
    padding: 40px 0;
    border-bottom: 3px dashed #111111;
  }
  .point #point01 {
    padding-top: 20px;
  }
  .point h3 {
    display: block;
    font-size: 2.4rem;
    text-align: center;
  }
  .point h3 img {
    height: 41px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .point #point01 p {
    margin: 0 auto 10px;
  }
  .point .img_area {
    margin-top: 20px;
  }
  .point .linetext {
    font-size: 2rem;
    border: 3px solid #F2902C;
  }
  .point #point01 .text_area {
    display: block;
    text-align: center;
    margin-top: 16px;
  }
  .point #point01 .linetext {
    margin-bottom: 14px;
    padding: 1.6rem 3.6rem;
  }
  .point #point01 .point01_img {
    position: static;
    width: 100%;
  }
  .point #point02 p {
    margin-bottom: 10px;
  }
  .point #point02 .text_area {
    text-align: center;
    margin-top: 16px;
  }
  .point #point02 .linetext {
    border-color: #C62A29;
    color: #C62A29;
    padding: 1.6rem 3.5rem;
    display: inline-block;
  }
  .point #point02 .video_area {
    margin-top: 20px;
  }
  .point #point03 {
    padding-bottom: 0;
  }
  .point #point03 .flex {
    display: block;
    text-align: center;
  }
  .point #point03 .flex .point03_img {
    width: 100%;
  }
  .point #point03 .linetext {
    padding: 1.6rem 3.6rem;
  }
  .point #point03 .text_area p {
    margin: 16px auto;
  }

  .catalog {
    padding: 40px 14px;
  }
  .catalog h4 {
    padding: 0 0 20px;
    font-size: 2.4rem;
  }
  .catalog .spec {
    padding: 20px;
    margin-bottom: 20px;
  }
  .catalog .catalog_img {
    width: 79.6%;
  }
  .catalog .btn {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .catalog .btn a {
    padding: 18px 0;
    display: block;
  }
  
  .inquiry_area {
    margin: 40px 14px;
  }
  
  .inquiry .btn {
    font-size: 2rem;
  }
  .inquiry .btn a {
    border-radius: 5px;
    padding: 16px 0;
  }
  .inquiry p {
    margin-top: 12px;
  }
  
  .consultation {
    padding: 40px 14px 60px;
    background-image: url(../img/bg04_sp.jpg);
  }
  .consultation .black_text {
    font-size: 2.4rem;
    padding: 3px 16px;
  }
  .consultation .red_text {
    font-size: 2.2rem;
    margin-top: 0;
  }
  .consultation .box_area {
    margin: 20px auto 40px;
  }
  .consultation ul {
    display: block;
    margin: 0 auto;
  }
  .consultation ul li {
    width: 100%;
    border: 2px solid #111111;
    margin-right: 0;
    padding: 16px 26px;
    margin-bottom: 14px;
    display: block;
    margin-top: 0;
  }
  
  footer {
    padding: 30px 0 100px;
  }
  footer .footer_logo {
    width: 57.7%;
    margin: 0 auto 10px;
  }
  footer .footer_phone {
    font-size: 1.2rem;
  }
  footer .copyright {
    font-size: 1rem;
  }
  
  
}
