@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");

/* Google Fonts */
/*
* "Noto Sans JP" licensed under the Apache License, Version 2.0
* https://fonts.google.com/specimen/Noto+Sans+JP
* https://www.google.com/fonts/attribution
* http://www.apache.org/licenses/LICENSE-2.0

* "Hind" licensed under the SIL Open Font License, Version 1.1 .
* https://fonts.google.com/specimen/Hind
* https://fonts.google.com/specimen/Hind/license
* https://openfontlicense.org/
*/


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: 20px 0;
  color: #333;
}
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;
}
.mv img {
  margin-top: 160px;
  margin-bottom: 60px;
  width: 80%;
  max-width: 513px;
  height: auto;
}
.mv p {
  background: #cc0001e0;
  padding: 28px 0;
  font-size: 17px;
  width: 740px;
  margin: auto;
  color: #fff;
  letter-spacing: 3px;
  font-weight: normal;
}
.mv p span {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.mv p span::before, .mv p span::after {
  content: "〜";
  /*
  display: inline-block;
  height: 1px;
  background: #fff;
  width: 150px;
  margin-bottom: 10px;*/
  margin-right: 10px;
}
.mv p span::after {
  margin-right: 0;
  margin-left: 10px;
}
.wrap h2 {
  font-size: 30px;
  margin: 90px auto 33px;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
}
.wrap h2 span {
  font-size: 40px;
}
.melco_box {
  width: 90%;
  margin: auto;
  margin-bottom: 100px;
}
.melco_txt {
  line-height: 1.65em;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}
.melco_txt span {
  font-size: 22px;
}
.melco_txt .blue_letter {
  font-size: 18px;
}
.section_wrap_l, .section_wrap_r {
  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;
}
.section_wrap_r::before {
  content: "";
  position: absolute;
  background: #f8d3d3;
  height: 385px;
  width: 96%;
  top: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 11% 100%, 0 73%);
}
.section_wrap_r::after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 50%;
  width: 100%;
  top: 281px;
  z-index: -2;
}
.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;
}
.contets {
  width: 100%;
  max-width: 740px;
  margin: auto;
}
.flow img {
  width: 100%;
  height: auto;
}
.contets h4 {
  background: url(../img/h4_bg.png) no-repeat center;
  background-size: contain;
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 23px;
  letter-spacing: 6px;
  margin-top: 97px;
  margin-bottom: 47px;
  font-weight: normal;
}
.contets dl {
  text-align: left;
  letter-spacing: 1px;
}
.contets dt {
  font-size: 21px;
  padding: 30px 0;
  line-height: 1.5em;
}
.contets dt span {
  font-size: 26px;
}
.contets dd {
  font-size: 17px;
  padding-bottom: 10px;
}
.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: bold;
  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;
}
.contets ul {
  padding-left: 20px;
  list-style: decimal;
}
.contets li {
  padding: 5px 0;
}
.contets .faq {
  font-weight: bold;
}
.contets .faq dt {
  font-size: 21px;
  color: #cc0001;
  padding-bottom: 20px;
  padding-top: 40px;
}
.contets .faq dt::before {
  content: "Q.";
  font-size: 28px;
  font-family: "Hind", sans-serif;
  font-weight: bold;
  color: #cc0001;
  padding-right: 12px;
}
.contets .faq dt:first-child {
  padding-top: 0;
}
.contets .faq dd {
  font-size: 16px;
  line-height: 1.7em;
}
.contets .faq dd:last-child {
  padding-bottom: 50px;
}
.contets .faq dd::before {
  content: "A.";
  font-size: 24px;
  font-family: "Hind", sans-serif;
  font-weight: bold;
  color: #333;
  padding-right: 8px;
}
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;
  }
  .mv p {
    width: 650px;
}
  .mv p span::before, .mv p span::after {
    width: 92px;
}
  .contets {
    width: 90%;
  }
  .section_wrap_l, .section_wrap_r {
    padding: 65px 0;
  }
  .section_wrap_l::before, .section_wrap_r::before {
    width: 100%;
  }
  .section_wrap_l::after, .section_wrap_r::after {
    top: 67vw;
    height: 60%;
  }
  .bg_triangle_left img, .bg_triangle_right img {
    width: 20vw;
  }
  .content_box {
    width: 90%;
  }
  .flow img {
    width: 87%;
  }
}
@media screen and (max-width: 430px) {
  .header_box {
    height: 54px;
    text-align: right;
    font-size: 12px;
    padding-right: 13px
  }
  .header_box img {
    top:13px;
    width: 112px;
    height: 28px;
  }
  .wrap {
    padding: 0;
  }
  .mv {
    height: 480px;
  }
  .mv img {
    margin-top: 80px;
}
  .mv p {
    width: 87%;
    padding: 14px;
    font-size: 3.5vw;
    letter-spacing: 2px;
  }
  .mv p span {
    font-size: 5vw;
  }
  .mv p span::before, .mv p span::after {
    width: 8vw;
    margin-bottom: 6px;
  }
  .wrap h2 {
    font-size: 22px;
    margin: 32px auto 15px;
    letter-spacing: 1px;
  }
  .wrap h2 span {
    font-size: 24px;
  }
  .melco_box {
    margin-bottom: 50px;
  }
  .melco_txt {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.5px;
  }
  .melco_txt .blue_letter {
    font-size: 14px;
  }
  .melco_txt span {
    font-size: 16px;
  }
  .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: 48vw;
    height: 70%;
  }
  .bg_triangle_left img, .bg_triangle_right img {
    width: 20vw;
  }  
  .content_box h3 {
    font-size: 10.5vw;
    margin-bottom: 30px;
    line-height: 1.5em;
  }
  .content_box h3 .sub_ttl {
    font-size: 16px;
    line-height: 20px;
  }
  .content_box {
    padding: 17px 0;
    width: 90%;
  }
  .contets {
    width: 90%;
  }
  .flow img {
    width: 100%;
  }
  .contets h4 {
    height: 36px;
    line-height: 36px;
    font-size: 19px;
    margin-top: 50px;
    margin-bottom: 2px;
  }
  .contets dt {
    font-size: 17px;
  }
  .contets dt span {
    font-size: 19px;
  }
  .contets dd {
    font-size: 14px;
    padding-bottom: 5px;
    line-height: 1.4em;
  }
  .contets .register_btn a {
    gap: 10px;
    width: 100%;
    margin: auto;
    height: 60px;
    font-size: 4.5vw;
    margin-top: 0px;
    letter-spacing: 1px;
  }
  .contets .register_btn a img {
    height: 17px;
  }
  .contets .faq dt {
    font-size: 17px;
    padding-bottom: 16px;
    padding-top: 25px;
  }
  .contets .faq dd:last-child {
    padding-bottom: 42px;
  }
  .contets .faq dt::before {
    font-size: 26px;
  }
  .contets .faq dd {
    font-size: 15px;
    line-height: 1.5em;
  }
  .contets .faq dd::before {
    font-size: 21px;
  }
  .footer_box {
    text-align: center;
    font-size: 0.7568em;
    line-height: 1.21;
    height: auto;
}
}