﻿/* PC */
@import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", serif;
}
.main-header {
  width: 100%;
  height: 1053px;
  background-image: url('../img/01.png');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
}
.title-img {
  text-align: center;
  margin: 30px 0;
}
.title-img img {
  width: 700px;
  max-width: 100%;
  height: auto;
}
.strength-list {
  max-width: 800px;
  margin: 50px auto;
  padding: 0 20px;
}
.strength-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.strength-item img {
  width: 84px;
  height: 84px;
  margin-right: 20px;
  margin-top: -70px;
}
.strength-content {
  flex: 1;
}
.strength-content h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  text-align: left;
}
.strength-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333;
  margin-top: 5px;
  text-align: left;
}
.image-section {
  width: 100%;
  height: 991px;
  background-image: url('../img/03.png');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
}
.training-section {
  max-width: 700px;
  margin: 50px auto;
  padding: 0 0px;
}
.training-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  border-left: solid 10px #8b1e16;
  border-bottom: solid #a3a0a0 1px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.training-item {
  margin-bottom: 30px;
}
.training-heading {
  background-color: #8b1e16;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 15px;
  text-align: left;
  display: block;
  width: 55%;
  margin-bottom: 10px;
}
.training-item p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
  text-align: left;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.check-list li {
  display: flex;
  align-items: center;
  font-size: 1.4em;
  font-weight: normal;
  color: #333;
  margin-bottom: 15px;
}
.check-list img {
  width: 49px;
  height: 49px;
  margin-right: 10px;
}
.image-section-2 {
  width: 100%;
  height: 3085px;
  background-image: url('../img/05.png');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
}
.image-section-3 {
  width: 100%;
  height: 817px;
  background-image: url('../img/06.png');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
}
.sales-section {
  max-width: 800px;
  margin: 50px auto;
  padding: 0 20px;
  text-align: center;
}
.sales-title {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.sales-text p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
  text-align: left;
  margin-bottom: 20px;
}
.sales-text strong {
  font-weight: bold;
}
.image-section-4 {
  width: 100%;
  height: 441px;
  background-image: url('../img/08.png');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
}
.image-section-5 {
  width: 100%;
  height: 2156px;
  background-image: url('../img/09.png');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
}
.image-section-6 {
  width: 100%;
  height: 2331px;
  background-image: url('../img/10.png');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
}
.image-section-7 {
  width: 100%;
  height: 627px;
  background-image: url('../img/11.png');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
}
.step-box {
  border: 3px dashed #999;
  padding: 30px;
  position: relative;
  max-width: 80%;
  margin: 50px auto;
  background-color: #fff;
}
.step-header {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 15px;
}
.step-header img {
  width: auto;
  height: 40px;
}
.step-content h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
.step-sub {
  color: #c71e1e;
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 10px;
}
.step-content p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
  text-align: left;
}
.image-section-8 {
  width: 100%;
  height: 1600px;
  background-image: url('../img/12.png');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
}
.image-section-9 {
  width: 700px;
  height: 992px;
  /* 元画像と同じ高さ */
  background-image: url('../img/13.png');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto 180px auto;
}
.contact-btn {
  width: 700px;
  margin: 0 auto;
  display: block;
}
footer {
  width: 100%;
  margin: 50px 0 0 0;
  padding: 0 0;
  position: fixed;
  bottom: 0px;
  background-color: #fff;
}
.logo {
  width: 180px;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (min-width: 1200px) {
  .main-header {
    background-size: contain;
  }
  .main-section {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 0px;
    text-align: center;
    box-sizing: border-box;
  }
  .main-text {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333;
    font-weight: normal;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .main-header {
    background-size: contain;
  }
  .main-text {
    width: 700px;
    margin: 0 auto;
    display: block;
  }
  .strength-list {
    max-width: 700px;
    margin: 50px auto;
    padding: 0 20px;
  }
  .check-list-sction {
    width: 700px;
    margin: 0 auto;
    display: block;
  }
  .sales-text {
    width: 700px;
    margin: 0 auto;
    display: block;
  }
  .step-box {
    border: 3px dashed #999;
    padding: 30px;
    position: relative;
    max-width: 58%;
    margin: 50px auto;
    background-color: #fff;
  }
}
@media screen and (max-width: 430px) {
  .main-header {
    background-size: contain;
  }
  .main-header {
    width: 100%;
    height: 70vh;
    background-image: url('../img/01.png');
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
  }
  .main-section {
    width: 100%;
  }
  .main-text {
    padding: 0 2%;
  }
  .strength-content h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    text-align: left;
  }
  .strength-item img {
    width: 84px;
    height: 84px;
    margin-right: 20px;
    margin-top: -133px;
  }
  .image-section {
    width: 100%;
    height: 66vh;
    background-image: url(../img/03.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
  }
  .training-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    border-left: solid 10px #8b1e16;
    border-bottom: solid #a3a0a0 1px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .training-section {
    max-width: 100%;
    margin: 50px auto;
    padding: 0 2%;
  }
  .training-heading {
    background-color: #8b1e16;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 15px;
    text-align: left;
    display: block;
    width: 76%;
    margin-bottom: 10px;
  }
  .training-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    text-align: left;
  }
  .image-section-2 {
    width: 100%;
    height: 203vh;
    background-image: url(../img/05.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
  }
  .check-list-sction {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1%;
  }
  .check-list img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .check-list li {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    font-weight: normal;
    color: #333;
    margin-bottom: 15px;
  }
  .image-section-3 {
    width: 100%;
    height: 54vh;
    background-image: url(../img/06.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
  }
  .sales-text p {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    text-align: left;
    margin-bottom: 20px;
  }
  .image-section-4 {
    width: 100%;
    height: 29vh;
    background-image: url(../img/08.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
  }
  .image-section-5 {
    width: 100%;
    height: 142vh;
    background-image: url(../img/09.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
  }
  .image-section-6 {
    width: 100%;
    height: 154vh;
    background-image: url(../img/10.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
  }
  .image-section-7 {
    width: 100%;
    height: 42vh;
    background-image: url(../img/11.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
  }
  .step-box {
    border: 3px dashed #999;
    padding: 20px;
    position: relative;
    max-width: 80%;
    margin: 50px auto;
    background-color: #fff;
  }
  .step-content h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
  }
  .step-sub {
    color: #c71e1e;
    font-size: 0.7rem;
    font-weight: bold;
    margin-left: 10px;
  }
  .step-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    text-align: left;
  }
  .image-section-8 {
    width: 100%;
    height: 106vh;
    background-image: url(../img/12.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
  }
  .image-section-9 {
    width: 100%;
    height: 66vh;
    background-image: url(../img/13.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
  }
  .contact-btn img {
    max-width: 430px;
  }
  .contact-btn {
    max-width: 100%;
    position: fixed;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
  }
}