@media screen and (max-width: 1200px) {
  section.kv {
    margin-top: 70px;
  }
}
section.kv .kv_img {
  background: url(/method/img/kv_method.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 33.33vw;
}

section.method {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  section.method {
    margin-top: 30px;
  }
}
section.method .inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
section.method .inner .section_title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
section.method .inner .section_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 35px;
  border-bottom: 2px solid #20459e;
}
section.method .inner .section_title h2 {
  color: #4c4c4c;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.method .inner .section_title h2 {
    font-size: 24px;
  }
}
section.method .inner .method_box {
  display: flex;
  flex-direction: column;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  section.method .inner .method_box {
    margin-top: 30px;
  }
}
section.method .inner .method_box .text_box p {
  font-size: 16px;
  line-height: 2.1875;
}
@media screen and (max-width: 768px) {
  section.method .inner .method_box .text_box p {
    font-size: 14px;
  }
}

.img_area {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .img_area {
    margin-top: 30px;
  }
}
.img_area .img_box {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: space-between;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .img_area .img_box {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
}
.img_area .img_box img {
  width: 100%;
}

section.variety {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f8f3ee;
}
@media screen and (max-width: 768px) {
  section.variety {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.variety .inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
section.variety .inner .section_title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
section.variety .inner .section_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 35px;
  border-bottom: 2px solid #20459e;
}
section.variety .inner .section_title h2 {
  color: #4c4c4c;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.variety .inner .section_title h2 {
    font-size: 24px;
  }
}
section.variety .inner .variety_box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  section.variety .inner .variety_box {
    margin-top: 30px;
  }
}
section.variety .inner .variety_box ul li {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.variety .inner .variety_box ul li {
    align-items: flex-start;
  }
}
section.variety .inner .variety_box ul li p.index {
  color: #20459e;
  font-size: 22px;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  section.variety .inner .variety_box ul li p.index {
    display: block;
    font-size: 18px;
  }
}
section.variety .inner .variety_box ul li p.text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.variety .inner .variety_box ul li p.text {
    font-size: 14px;
  }
}

section.feature {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  section.feature {
    margin-top: 50px;
  }
}
section.feature .inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
section.feature .inner .section_title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
section.feature .inner .section_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 35px;
  border-bottom: 2px solid #20459e;
}
section.feature .inner .section_title h2 {
  color: #4c4c4c;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.feature .inner .section_title h2 {
    font-size: 24px;
  }
}
section.feature .inner .feature_box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  section.feature .inner .feature_box {
    margin-top: 30px;
  }
}
section.feature .inner .feature_box p {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  section.feature .inner .feature_box p {
    font-size: 14px;
  }
}

section.construction {
  background: #f8f3ee;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  section.construction {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
}
section.construction .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
section.construction .inner .section_title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
section.construction .inner .section_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 35px;
  border-bottom: 2px solid #20459e;
}
section.construction .inner .section_title h2 {
  color: #4c4c4c;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.construction .inner .section_title h2 {
    font-size: 24px;
  }
}
section.construction .inner .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  section.construction .inner .container {
    gap: 40px;
    margin-top: 25px;
  }
}
section.construction .inner .container .img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  section.construction .inner .container .img_box {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 15px;
  }
}
section.construction .inner .container .img_box img {
  width: 100%;
}
section.construction .inner .container .img_item {
  width: 100%;
}
section.construction .inner .container .text_box {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: span 2;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  section.construction .inner .container .text_box {
    gap: 15px;
  }
}
section.construction .inner .container p.head {
  font-family: "Zen Old Mincho", "sans-serif";
  font-size: 24px;
  color: #20459e;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.construction .inner .container p.head {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
