@charset "UTF-8";
.mv {
  height: 450px;
}

.mv h1 {
  max-width: 505.46px;
  top: 24%;
}

.mv p {
  max-width: 610.56px;
  top: 69%;
}

.ttl {
  padding: 50px 30px;
  text-align: center;
  font-family: "Yu Gothic Pr6N B";
  font-size: 32px;
  font-weight: 700;
  line-height: 146%;
  letter-spacing: 1.6px;
  background-color: #7DD8FF;
}

.sec {
  padding: 80px 30px;
}

.sec:not(.mgt0) {
  margin-top: 100px;
}

.sec h2 {
  margin-bottom: 25px;
}

.sec--modoru {
  background: rgba(255, 255, 255, 0.9);
  padding: 60px 30px;
}

.sec--modoru a {
  display: flex;
  align-items: center;
  font-family: "Yu Gothic Pr6N D";
  font-weight: 600;
  line-height: 146%;
  letter-spacing: 0.8px;
  color: #000;
}

.sec--modoru a img {
  width: 45px;
  margin-right: 12px;
}

.sec--desc {
  background: rgba(255, 255, 255, 0.9);
}

.sec--desc h3 {
  font-family: "Yu Gothic Pr6N B";
  font-size: 21px;
  font-weight: 700;
  line-height: 146%;
  letter-spacing: 1.05px;
  margin-bottom: 32px;
}

.sec--desc p + h3 {
  margin-top: 48px;
}

.sec--detail {
  background-color: #fff;
}

.sec--detail .detail-item > div {
  margin-top: 25px;
}

.sec--detail .detail-item > div:nth-of-type(1) {
  margin-top: 0;
}

.sec--detail .detail-item > div > p {
  line-height: 163.5%;
  letter-spacing: -0.08px;
  margin-top: 12px;
}

.sec--detail .detail-item > div > p:nth-of-type(1) {
  display: inline-block;
  font-family: "Yu Gothic Pr6N B";
  font-size: 19px;
  font-weight: 700;
  line-height: 146%;
  letter-spacing: 0.95px;
  min-width: 160px;
  padding: 0px 14px;
  margin-top: 0;
  border-radius: 5px;
  background-color: #1E5161;
  color: #fff;
}

.sec--detail .detail-item > div ul {
  list-style: none;
}

.sec--detail .detail-item > div ul li {
  position: relative;
  padding-left: 1rem;
}

.sec--detail .detail-item > div ul li::before {
  content: '・';
  position: absolute;
  left: 0;
}

.sec--detail .detail-item > div ul li.no-dot::before {
  content: none;
}

.sec--detail .detail-item > div ul li ul li:nth-of-type(1)::before {
  content: '①';
}

.sec--detail .detail-item > div ul li ul li:nth-of-type(2)::before {
  content: '②';
}

.sec--detail .detail-item > div ul + p {
  margin-top: 1rem;
}

.sec--method {
  background-color: #fff;
}

.sec--method p {
  line-height: 163.5%;
  letter-spacing: -0.08px;
}

.sec--method p b {
  font-family: "Koburina Gothic W6 JIS2004";
  font-weight: 600;
}

.sec--method .method-block1 {
  padding: 12px;
  margin: 28px 0;
  border-radius: 4px;
  background-color: #F2F2F2;
  font-size: 12px;
  line-height: 163.5%;
}

.sec--method .entry {
  display: flex;
  padding: 14px 0px 13px 0px;
  justify-content: center;
  border-radius: 10px;
  background-color: #FF5C00;
  color: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  font-family: "Yu Gothic Pr6N B";
  font-size: 40px;
  font-weight: 700;
  line-height: 146%;
  letter-spacing: 8.8px;
}

.sec--method .method-block2 {
  padding: 16px 29px;
  margin: 28px 0 0;
  border-radius: 4px;
  border: 1px solid #FF5C00;
  font-size: 14px;
  line-height: 163.5%;
  letter-spacing: -0.07px;
}

.sec--method .txt-end {
  display: none;
  color: #D12F0B;
  font-family: "Yu Gothic Pr6N B";
  font-size: 18px;
  font-weight: 700;
  line-height: 146%;
  letter-spacing: 0.9px;
  margin-top: 28px;
}

.sec--method.end .entry {
  background-color: #D9D9D9;
  pointer-events: none;
}

.sec--method.end .txt-end {
  display: block;
}

.sec--schedule {
  background-color: #fff;
}

.sec--schedule b, .sec--schedule p {
  line-height: 163.5%;
  letter-spacing: -0.08px;
}

.sec--schedule b {
  font-family: "Koburina Gothic W6 JIS2004";
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.sec--schedule p.next {
  margin: 16px 0;
}

.sec--inquiry {
  background: rgba(255, 255, 255, 0.9);
}

.sec--attention {
  background-color: #D9D9D9;
}

@media (max-width: 1024px) {
  .sec {
    padding: 80px 5%;
  }
}

@media (max-width: 767px) {
  .mv {
    height: 100vw;
  }
  .mv h1 {
    max-width: initial;
    width: 70%;
    top: 34%;
  }
  .mv p {
    top: 62%;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial;
    width: 86%;
  }
  .ttl {
    font-size: 20px;
    line-height: 146%;
    letter-spacing: 1px;
    padding: 30px 5%;
  }
  .sec {
    padding: 40px 5%;
  }
  .sec:not(.mgt0) {
    margin-top: 50px;
  }
  .sec h2 {
    font-size: 18px;
    line-height: 146%;
    letter-spacing: 0.9px;
  }
  .sec--modoru {
    padding: 30px 5%;
  }
  .sec--modoru a img {
    width: 31.988px;
    margin-right: 6px;
  }
  .sec--desc h3 {
    font-size: 18px;
    line-height: 146%;
    letter-spacing: 0.9px;
    margin-bottom: 25px;
  }
  .sec--desc p + h3 {
    margin-top: 40px;
  }
  .sec--detail .detail-item > div > p:nth-of-type(1) {
    font-size: 16px;
    line-height: 146%;
    letter-spacing: 0.8px;
    padding: 4px 14px;
  }
  .sec--method .method-block1 {
    font-size: 11px;
    line-height: 163.5%;
  }
  .sec--method .entry {
    font-size: 28px;
    line-height: 146%;
    letter-spacing: 6.16px;
  }
  .sec--method .method-block2 {
    font-size: 14px;
    line-height: 163.5%;
    letter-spacing: -0.07px;
  }
  .sec--schedule b {
    margin-bottom: 4px;
  }
  .sec--schedule p.next {
    margin: 8px 0;
  }
}

@media (max-height: 750px) and (min-width: 500px) {
  .mv {
    height: 450px;
  }
}
