@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500&family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5em;
}
.pc_on {
  display: block;
}
.sp_on {
  display: none;
}
.eng_letter {
  font-family: "Hind", sans-serif;
  font-weight: bold;
  color: #cc0001;
}
.red_letter {
  color: #cc0001;
}
.gray_letter {
  color: #575757;
}
.blue_letter {
  color: #0000ff;
}
.wrap {
  width: 100%;
  margin: auto;
  padding: 150px 0 0;
  color: #333;
}
 .wrap a:hover{
  opacity: 0.7;
  transition: 0.3;
}
header {
  border-bottom: 1px solid #bbb;
  box-sizing: border-box;
}
.header_box {
  height: 55px;
  position: relative;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
  max-width: 1440px;
  margin: auto;
}
.header_box img {
  position: absolute;
  left: 13px;
  top: 8px;
  height: 40px;
  width: auto;
}
.mv {
  background: url("../img/mv.jpg") no-repeat;
  background-size: cover;
  height: 650px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 124px;
}
.mv h1 {
  background: url(../img/mv_ttl_bg.jpg) no-repeat left;
  background-size: cover;
  max-width: 620px;
  width: 90%;
  height: 142px;
  margin: auto;
  margin-bottom: 60px;
  text-align: center;
  font-size: 65px;
  line-height: 142px;
}
.mv p {
  background: #ffffffe0;
  padding: 28px 29px;
  font-size: 16px;
  width: 830px;
  margin: auto;
  font-weight: normal;
  box-sizing: border-box;
  color: #5A5656;
}
.mv p span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.wrap h2 {
  font-size: 30px;
  margin: 90px auto 33px;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
}
.wrap h2 span {
  font-size: 40px;
}
.section_wrap_l {
  position: relative;
  padding: 90px 0;
}
.section_wrap_l::before {
  content: "";
  position: absolute;
  background: #f8d3d3;
  height: 385px;
  width: 96%;
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 73%, 89% 100%, 0 100%);
}
.section_wrap_l::after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 50%;
  width: 100%;
  top: 281px;
  z-index: -2;
}
.bg_triangle_left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: auto;
}
.bg_triangle_right img {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: auto;
}
.content_box {
  background: #fff;
  padding: 90px 0;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  text-align: center;
}
.content_box h3 {
  font-size: 77px;
  color: #333;
  margin-bottom: 70px;
  text-align: center;
  font-weight: normal;
  line-height: 77px;
  font-family: "Hind", sans-serif;
}
.content_box h3 .sub_ttl {
  font-size: 22px;
  display: block;
  color: #333;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}
.contets {
  width: 90%;
  margin: auto;
}
.apply-flow {
  margin: 100px auto 50px;
}
.apply-flow ul {
  background: #fcefef;
  width: 100%;
  padding: 70px 0;
  box-sizing: border-box;
}
.apply-flow ul li {
  background: #fff;
  width: 85%;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.apply-flow ul li img {
  height: 73px;
  width: auto;
}
.apply-flow ul li ol {
  width: 67%;
  max-width: 530px;
  padding: 0 36px;
  box-sizing: border-box;
  text-align: left;
}
.apply-flow ul li ol dt {
  font-size: 19px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 500;
}
.apply-flow ul li ol dd {
  font-size: 14px;
}
.apply-flow ul li ol dd img {
  width: 100%;
  height: auto;
}
.apply-flow ul li ol dd span {
  font-size: 11px;
  display: block;
  padding: 10px 0;
  line-height: 1.4em;
}
.apply-notice {
  text-align: left;
  font-size: 17px;
  width: max-content;
  margin: auto;
}
.apply-notice h4 {
  font-size: 19px;
}
.apply-notice p {
  margin: 10px 0;
  padding-left: 10px;
}
.apply-notice ul {
  padding-left: 30px;
}
.apply-notice li {
  list-style: disc;
  line-height: 1.5em;
  padding: 5px 0;
}
.apply-notice li:last-child{
  list-style: none;
}
.contets .register_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 24px;
  background: #cc0100;
  border-radius: 100px;
  width: 90%;
  margin: auto;
  line-height: 1.7em;
  height: 88px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-top: 50px;
  letter-spacing: 2px;
  box-shadow: 0px 5px 8px 0px rgba(86, 30, 30, 0.29);
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.contets .register_btn a:hover {
  opacity: 0.9;
}
.contets .register_btn a img {
  height: 30px;
  width: auto;
}
footer {
  background: #1E1E1E;
}
.footer_box {
  max-width: 1414px;
  margin: auto;
  display: block;
  font-family: Meiryo, sans-serif !important;
  color: #fff;
  font-size: 14.08px;
  padding: 30px 13px;
  text-align: right;
  height: 17.3px;
  line-height: 17.3px;
}
@media screen and (max-width: 820px) {
  .pc_on {
    display: none;
  }
  .sp_on {
    display: block;
  }
  .wrap {
    padding: 80px 0 0;
  }
  .mv {
    height: 70vw;
  }
  .mv h1 {
    max-width: 500px;
    height: 130px;
    margin: auto;
    margin-bottom: 40px;
    font-size: 51px;
    line-height: 130px;
  }
  .mv p {
    width: 90%;
    font-size: 13px;
    padding: 17px 14px
  }
  .mv p span::before, .mv p span::after {
    width: 92px;
  }
  .content_box {
    padding: 50px 0;
    width: 90%;
  }
  .content_box h3 {
    font-size: 68px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 68px;
  }
  .content_box h3 .sub_ttl {
    font-size: 19px;
  }
  .contets {
    width: 90%;
  }
  .section_wrap_l {
    padding: 65px 0;
  }
  .section_wrap_l::before {
    width: 100%;
  }
  .section_wrap_l::after {
    top: 35vw;
    height: 60%;
  }
  .bg_triangle_left img {
    width: 20vw;
  }
  .apply-flow {
    margin: 0 auto 50px;
  }
  .apply-flow ul {
    background: #fcefef;
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
  }
  .apply-flow ul li {
    width: 90%;
}
  .apply-notice {
    width: 100%;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 650px) {
  .header_box {
    height: 54px;
    text-align: right;
    font-size: 12px;
    padding-right: 13px
  }
  .header_box img {
    top: 13px;
    width: 112px;
    height: 28px;
  }
  .wrap {
    padding: 50px 0;
  }
  .mv {
    height: 115vw;
    padding-top: 40px;
  }
  .mv h1 {
    width: 75%;
    font-size: 9vw;
    height: 139px;
    line-height: 139px;
    background-size: contain;
    padding-left: 7px;
    margin-bottom: 30px;
  }
  .mv p {
    width: 90%;
    padding: 25px 14px;
    font-size: 12px;
    line-height: 1.3em;
  }
  .mv p span {
    font-size: 4vw;
    line-height: 1.5em
  }
  .mv p span::before, .mv p span::after {
    width: 8vw;
    margin-bottom: 6px;
  }
  .section_wrap_l, .section_wrap_r {
    padding: 30px 0;
  }
  .section_wrap_l::before, .section_wrap_r::before {
    height: 149px;
    width: 100%;
  }
  .section_wrap_l::after, .section_wrap_r::after {
    top: 25vw;
    height: 10%;
  }
  .bg_triangle_left img, .bg_triangle_right img {
    width: 20vw;
  }
  .content_box h3 {
    font-size: 10.5vw;
    margin-bottom: 30px;
    line-height: 1.1em;
  }
  .content_box h3 .sub_ttl {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .content_box {
    padding: 25px 0 0;
    width: 90%;
  }
  .contets {
    width: 90%;
  }
  .apply-flow {
    margin: 50px auto;
  }
  .apply-flow ul {
    width: 100%;
    padding: 50px 0;
  }
  .apply-flow ul li {
    width: 90%;
    margin: 24px auto 75px;
    padding: 26px 0 7px;
    position: relative;
    display: block;
  }
  .apply-flow ul li:last-child {
    margin-bottom: 0;
  }
  .apply-flow ul li img {
    width: auto;
    height: 62px;
  }
  .apply-flow ul li img:first-child {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 58px;
    height: auto;
  }
  .apply-flow ul li ol {
    padding: 16px 17px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .apply-flow ul li ol dt {
    font-size: 17px;
    line-height: 1.3em;
    text-align: center;
  }
  .apply-flow ul li ol dd {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 auto 10px;
    text-align: justify;
  }
  .apply-notice {
    font-size: 13px;
  }
  .contets .register_btn a {
    gap: 10px;
    width: 100%;
    margin: auto;
    height: 60px;
    font-size: 4.5vw;
    margin-top: 45px;
    letter-spacing: 1px;
  }
  .contets .register_btn a img {
    height: 17px;
  }
  .footer_box {
    text-align: center;
    font-size: 0.7568em;
    line-height: 1.21;
    height: auto;
  }
}