@charset "UTF-8";
.ff-base, .p-top_sec02, .p-top_sec04 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.ff-gothic, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

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

.text-red0 {
  color: #cb0000;
}

body {
  line-height: 1.5;
  min-width: 980px;
}

@media screen and (max-width: 767px) {
  body {
    max-width: 100%;
    min-width: 320px;
  }
}

.title-main {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 7%;
}

@media screen and (max-width: 767px) {
  .title-main {
    bottom: 38px;
  }
}

.title-sec {
  font-weight: bold;
  letter-spacing: 3.9px;
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .title-sec {
    letter-spacing: 2.5px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.title-sec .line {
  display: block;
  background: #434343;
  width: 53px;
  height: 1px;
  margin: 15px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .title-sec .line {
    width: 27px;
    margin: 9px auto 0 auto;
  }
}

.line-dotted {
  position: absolute;
  bottom: -1px;
  width: 55px;
  left: calc(50% - 27px);
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-bottom: 1px dotted #434343;
}

@media screen and (max-width: 767px) {
  .line-dotted {
    width: 43px;
    left: calc(50% - 22px);
  }
}

.unline {
  border-bottom: #cb0000 1px solid;
}

.unline-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #edcbcb));
  background: linear-gradient(transparent 60%, #edcbcb 60%);
}

#main_contents .container {
  max-width: 980px;
  padding: 0;
  margin: 0 auto;
}

.bg_gray {
  background: #f6f6f6;
}

.text-black {
  color: #000;
}

.p-top_sec01 {
  padding: 85px 0 60px 0;
}

@media screen and (max-width: 767px) {
  .p-top_sec01 {
    text-align: left;
    padding: 30px 23px 20px 37.5px;
  }
}

.p-top_sec02 {
  padding: 70px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top_sec02 {
    text-align: left;
    padding: 35px 38.5px;
  }
}

.p-top_sec02 .box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 22px 10px 30px 10px;
}

@media screen and (max-width: 767px) {
  .p-top_sec02 .box3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: -23px 0 42px 0 !important;
  }
}

.p-top_sec02 .box3 li {
  width: 320px;
  padding-top: 10px;
  padding-bottom: 205px;
  border-right: dashed 1px #c9c9c9;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top_sec02 .box3 li {
    width: 100%;
    padding-bottom: 125px;
    padding-top: 35px;
    text-align: center !important;
    border-right: 0;
    border-bottom: dashed 1px #c9c9c9;
  }
}

.p-top_sec02 .box3 li:last-child {
  border-right: 0;
}

@media screen and (max-width: 767px) {
  .p-top_sec02 .box3 li:last-child {
    border-bottom: 0;
  }
}

.p-top_sec02 .box3 li img.point {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-top_sec02 .box3 li p {
  margin-top: 15px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.36;
}

@media screen and (max-width: 767px) {
  .p-top_sec02 .box3 li p {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-top .block-item {
  padding: 0 0 0 130px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-top .block-item {
    padding: 0 37.5px;
    margin-bottom: 30px;
  }
}

.p-top_sec03 {
  text-align: left;
  font-weight: 600;
  padding: 90px 0 50px 0;
}

@media screen and (max-width: 767px) {
  .p-top_sec03 {
    padding: 50px 0 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top_sec03 ul {
    padding: 0 !important;
    margin: 0 !important;
  }
}

.p-top_sec03 h3 {
  letter-spacing: 2.1px;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .p-top_sec03 h3 {
    line-height: 1.67;
    letter-spacing: 1.7px;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 8px;
  }
}

.p-top_sec03 li {
  letter-spacing: 1.96px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.9;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-top_sec03 li {
    line-height: 1.8;
    letter-spacing: 1.5px !important;
    font-size: 11px;
    font-size: 0.6875rem;
    padding-bottom: 8px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-items: center;
  }
}

.p-top_sec03 li:before {
  content: "\2022";
  color: #000;
  font-size: 45px;
  font-weight: bold;
  line-height: 14px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-top_sec03 li:before {
    margin-top: 0;
    font-size: 30px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .p-top_sec03 li:before {
    content: "\2022";
    color: #000;
    font-size: 45px;
    font-weight: bold;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 15px;
  }
}

.p-top_sec04 {
  position: relative;
  padding: 75px 0;
}

@media screen and (max-width: 767px) {
  .p-top_sec04 {
    text-align: left;
    padding: 35px 37.5px 45px 37.5px;
  }
}

.p-top_sec05 {
  text-align: left;
  padding: 110px 0 75px 0;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-top_sec05 {
    padding: 60px 0 0 0;
    line-height: 1.67;
    letter-spacing: 1.7px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-top_sec05 .block-item {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .p-top_sec05 .block-item {
    padding: 0 37.5px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-top_sec05 .block-item div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top_sec05 .block-item div p {
  letter-spacing: 2.1px;
  border-bottom: 1px solid;
}

@media screen and (max-width: 767px) {
  .p-top_sec05 .block-item div p {
    letter-spacing: 1.7px;
  }
}

.p-top_sec05 .block-item div p:first-child {
  border-color: #535353;
  margin-right: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-top_sec05 .block-item div p:first-child {
    padding-bottom: 5px;
    margin-bottom: 12px;
  }
}

.p-top_sec05 .block-item div p:last-child {
  padding-bottom: 15px;
  border-color: #d2d2d2;
}

@media screen and (max-width: 767px) {
  .p-top_sec05 .block-item div p:last-child {
    padding-bottom: 5px;
  }
}
/*# sourceMappingURL=style.css.map */