@charset "UTF-8";
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.fix_bnr {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}
.fix_bnr .fix_lineup a {
  transition: all 0.3s;
}
.fix_bnr .fix_lineup a :hover {
  opacity: 0.7;
}
.fix_bnr .fix_lineup a img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .fix_bnr .fix_lineup a img {
    width: 30px;
  }
}
.fix_bnr .fix_lineup .close {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 26px;
  cursor: pointer;
}
.fix_bnr .fix_enquete {
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fix_bnr .fix_enquete {
    margin-top: 10px;
  }
}
.fix_bnr .fix_enquete a {
  transition: all 0.3s;
}
.fix_bnr .fix_enquete a :hover {
  opacity: 0.7;
}
.fix_bnr .fix_enquete a img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .fix_bnr .fix_enquete a img {
    width: 30px;
  }
}
.fix_bnr .fix_enquete .close {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 26px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fix_bnr .fix_enquete .close {
    width: 20px;
  }
}

#registration {
  margin-top: 30px;
  position: relative;
}
#registration img {
  max-width: 100%;
}
#registration * {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", Verdana, Helvetica, sans-serif;
  box-sizing: border-box;
}
#registration .w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #registration .w1200 {
    padding: 0 20px;
  }
}
#registration .w1200 * {
  color: #2f353d;
}
#registration h1 {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #registration h1 {
    font-size: 20px;
  }
}
#registration .kv_links {
  margin: 20px 0 70px;
}
@media screen and (max-width: 768px) {
  #registration .kv_links {
    margin: 15px 0 35px;
  }
}
#registration .kv_links p {
  font-size: 14px;
  margin-bottom: 10px;
}
#registration .kv_links a {
  display: inline-block;
  color: #fff;
  background: #2d75c7;
  font-size: 14px;
  padding: 15px;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #registration .kv_links a {
    font-size: 13px;
  }
}
#registration .kv_links a:not(:last-child) {
  margin-bottom: 30px;
}
#registration h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #registration h2 {
    font-size: 18px;
  }
}
#registration h2 + p {
  font-size: 16px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #registration h2 + p {
    font-size: 14px;
  }
}
#registration .prepare {
  border: 1px solid #d5d6dd;
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #registration .prepare {
    padding: 15px;
    margin-bottom: 25px;
  }
}
#registration .prepare p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #registration .prepare p {
    font-size: 14px;
  }
}
#registration .prepare p:nth-child(1) {
  margin-bottom: 10px;
}
#registration .prepare p:nth-child(2) {
  font-weight: bold;
}
#registration ul.step {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
@media screen and (max-width: 768px) {
  #registration ul.step {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}
#registration ul.step li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #registration ul.step li {
    font-size: 14px;
  }
}
#registration ul.step li:not(:last-child) {
  padding-right: 22px;
  background: url(../images/arrow1.png) right center no-repeat;
}
@media screen and (max-width: 768px) {
  #registration ul.step li:not(:last-child) {
    background-size: 6px;
    padding-right: 18px;
  }
}
#registration ul.step li span {
  display: inline-block;
  background: #2f353d;
  padding: 0 5px 2px;
  margin: 0 3px;
  border-radius: 5px;
  color: #fff;
}
#registration .arrow1 {
  margin-bottom: 50px;
  padding-bottom: 100px;
  background: url(../images/arrow3.png) center bottom no-repeat;
}
@media screen and (max-width: 768px) {
  #registration .arrow1 {
    padding-bottom: 80px;
    margin-bottom: 30px;
    background-size: 45px;
  }
}
#registration .arrow1 p.ttl {
  font-size: 16px;
}
#registration .arrow1 ul {
  margin-top: 5px;
  border-top: 1px solid #2f353d;
  border-bottom: 1px solid #2f353d;
  padding: 20px 45px 35px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #registration .arrow1 ul {
    display: block;
    padding: 20px;
  }
}
#registration .arrow1 ul li {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 768px) {
  #registration .arrow1 ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #registration .arrow1 ul li:nth-child(1) {
    margin-bottom: 70px;
  }
}
#registration .arrow1 ul li:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -14%;
  width: 24px;
  height: 25px;
  background: url(../images/arrow2.png) center/100% no-repeat;
}
@media screen and (max-width: 768px) {
  #registration .arrow1 ul li:nth-child(1):after {
    top: auto;
    left: calc(50% - 12px);
    bottom: -50px;
    transform: rotate(90deg);
  }
}
#registration .arrow1 ul li p {
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #registration .arrow1 ul li p {
    font-size: 14px;
  }
}
#registration .step_area .block {
  position: relative;
  background: #f3f4f6;
}
#registration .step_area .block p.tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  background: #2f353d;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block p.tag {
    font-size: 16px;
    width: 85px;
    height: 30px;
  }
}
#registration .step_area .block.box1 {
  padding: 40px 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block.box1 {
    padding: 50px 20px 35px;
  }
}
#registration .step_area .block.box1 .img1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block.box1 .img1 {
    margin-bottom: 30px;
  }
}
#registration .step_area .block.box1 .img1 img {
  box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.4);
}
#registration .step_area .block.box1 .anc {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block.box1 .anc {
    display: block;
  }
}
#registration .step_area .block.box1 .anc .anc_items {
  width: 47%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block.box1 .anc .anc_items {
    width: 100%;
  }
  #registration .step_area .block.box1 .anc .anc_items:not(:last-child) {
    margin-bottom: 30px;
  }
}
#registration .step_area .block.box1 .anc .anc_items p.ttl {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #3095d3;
  padding: 10px 15px 12px;
  text-align: left;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block.box1 .anc .anc_items p.ttl {
    font-size: 18px;
  }
}
#registration .step_area .block.box1 .anc .anc_items .img {
  margin: 25px 0 30px;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block.box1 .anc .anc_items .img {
    margin: 15px 0;
  }
}
#registration .step_area .block.box2 {
  padding: 70px 45px 40px;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block.box2 {
    padding: 50px 20px 35px;
  }
}
#registration .step_area .block.box2 .step_block:not(:last-child) {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block.box2 .step_block:not(:last-child) {
    margin-bottom: 45px;
  }
}
#registration .step_area .block.box2 .ttl_box {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block.box2 .ttl_box {
    margin-bottom: 20px;
  }
}
#registration .step_area .block.box2 .ttl_box p.ttl {
  display: block;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #3095d3;
  padding: 10px 15px 12px;
  text-align: left;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block.box2 .ttl_box p.ttl {
    font-size: 18px;
  }
}
#registration .step_area .block.box2 .ttl_box p.txt {
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block.box2 .ttl_box p.txt {
    font-size: 14px;
  }
}
#registration .step_area .block.box2 .ttl_box a {
  font-size: 14px;
  color: #5787f4;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block.box2 .ttl_box a {
    font-size: 12px;
  }
}
#registration .step_area .block.box2 ul.flow {
  display: flex;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block.box2 ul.flow {
    display: block;
  }
}
#registration .step_area .block.box2 ul.flow.flow1 li:nth-child(1) {
  margin-right: 7.8%;
}
#registration .step_area .block.box2 ul.flow.flow1 li:nth-child(1):after {
  right: -10%;
}
#registration .step_area .block.box2 ul.flow.flow1 li:nth-child(2) {
  width: 36.6%;
}
#registration .step_area .block.box2 ul.flow.flow2 li:nth-child(1) {
  margin-right: 5.13%;
}
#registration .step_area .block.box2 ul.flow.flow2 li:nth-child(1):after {
  right: -7.5%;
}
#registration .step_area .block.box2 ul.flow.flow2 li:nth-child(2) {
  width: 13.5%;
  margin-right: 4.32%;
}
#registration .step_area .block.box2 ul.flow.flow2 li:nth-child(2):after {
  right: -24.5%;
}
#registration .step_area .block.box2 ul.flow.flow2 li:nth-child(3) {
  width: 21.6%;
}
#registration .step_area .block.box2 ul.flow li {
  position: relative;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block.box2 ul.flow li {
    width: 100% !important;
    text-align: center;
  }
  #registration .step_area .block.box2 ul.flow li:not(:last-child) {
    margin: 0 0 60px !important;
  }
}
#registration .step_area .block.box2 ul.flow li:not(:last-child):after {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/arrow4.png) center/100% no-repeat;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block.box2 ul.flow li:not(:last-child):after {
    transform: rotate(90deg);
    width: 24px;
    height: 24px;
    top: auto;
    bottom: -40px;
    right: auto !important;
    left: calc(50% - 12px);
  }
}
#registration .step_area .block.box2 ul.flow li:not(:last-child):nth-child(1) {
  width: 55.5%;
}
@media screen and (max-width: 768px) {
  #registration .step_area .block.box2 ul.flow li:not(:last-child):nth-child(1) {
    width: 100%;
  }
}
#registration .step_area .block.box2 ul.flow li:not(:last-child):nth-child(1) img {
  box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.4);
}
#registration .step_area > p {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #registration .step_area > p {
    margin-top: 10px;
    font-size: 12px;
  }
}

.ov {
  transition: opacity 0.3s ease-out;
}

.ov:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70); /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

@media screen and (max-width: 768px) {
  .android {
    font-family: Verdana, "Droid Sans", sans-serif !important;
  }
}

/*Margin
------------------------------------------------------------------------------------------------------ */
.c5-mg5 {
  margin: 5px !important;
}

.c5-mg10 {
  margin: 10px !important;
}

.c5-mg15 {
  margin: 15px !important;
}

.c5-mg20 {
  margin: 20px !important;
}

.c5-mg25 {
  margin: 25px !important;
}

.c5-mg30 {
  margin: 30px !important;
}

/*top*/
.c5-mgT5 {
  margin-top: 5px !important;
}

.c5-mgT10 {
  margin-top: 10px !important;
}

.c5-mgT15 {
  margin-top: 15px !important;
}

.c5-mgT20 {
  margin-top: 20px !important;
}

.c5-mgT25 {
  margin-top: 25px !important;
}

.c5-mgT30 {
  margin-top: 30px !important;
}

.c5-mgT40 {
  margin-top: 40px !important;
}

.c5-mgT50 {
  margin-top: 50px !important;
}

.c5-mgT60 {
  margin-top: 60px !important;
}

/*right*/
.c5-mgR5 {
  margin-right: 5px !important;
}

.c5-mgR10 {
  margin-right: 10px !important;
}

.c5-mgR15 {
  margin-right: 15px !important;
}

.c5-mgR20 {
  margin-right: 20px !important;
}

.c5-mgR25 {
  margin-right: 25px !important;
}

.c5-mgR30 {
  margin-right: 30px !important;
}

/*bottom*/
.c5-mgB0 {
  margin-bottom: 0px !important;
}

.c5-mgB5 {
  margin-bottom: 5px !important;
}

.c5-mgB10 {
  margin-bottom: 10px !important;
}

.c5-mgB15 {
  margin-bottom: 15px !important;
}

.c5-mgB20 {
  margin-bottom: 20px !important;
}

.c5-mgB25 {
  margin-bottom: 25px !important;
}

.c5-mgB30 {
  margin-bottom: 30px !important;
}

.c5-mgB35 {
  margin-bottom: 35px !important;
}

.c5-mgB40 {
  margin-bottom: 40px !important;
}

.c5-mgB45 {
  margin-bottom: 45px !important;
}

.c5-mgB50 {
  margin-bottom: 50px !important;
}

.c5-mgB55 {
  margin-bottom: 55px !important;
}

.c5-mgB60 {
  margin-bottom: 60px !important;
}

.c5-mgB65 {
  margin-bottom: 65px !important;
}

.c5-mgB70 {
  margin-bottom: 70px !important;
}

.c5-mgB75 {
  margin-bottom: 75px !important;
}

.c5-mgB80 {
  margin-bottom: 80px !important;
}

.c5-mgB85 {
  margin-bottom: 85px !important;
}

.c5-mgB90 {
  margin-bottom: 90px !important;
}

.c5-mgB95 {
  margin-bottom: 95px !important;
}

.c5-mgB100 {
  margin-bottom: 100px !important;
}

/*left*/
.c5-mgL5 {
  margin-left: 5px !important;
}

.c5-mgL10 {
  margin-left: 10px !important;
}

.c5-mgL15 {
  margin-left: 15px !important;
}

.c5-mgL20 {
  margin-left: 20px !important;
}

.c5-mgL25 {
  margin-left: 25px !important;
}

.c5-mgL30 {
  margin-left: 30px !important;
}/*# sourceMappingURL=style.css.map */