@charset "UTF-8";
/* //////////////////////////////////////
- フォント読み込み
////////////////////////////////////// */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
/* //////////////////////////////////////
- reset
////////////////////////////////////// */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video, a, picture, figure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: normal;
  text-decoration: none;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, picture, figure {
  display: block;
}

ul, ol {
  list-style: none;
  list-style-position: inside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  background-color: #D7DBE4;
}

img, input, select {
  vertical-align: middle;
}

/* //////////////////////////////////////
- common
////////////////////////////////////// */
.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

#top #contents {
  width: 100%;
  min-width: 1020px;
  padding: 0;
}

/* //////////////////////////////////////
- main
////////////////////////////////////// */
.main_wrap {
  color: #404040;
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.main_wrap section {
  width: 100%;
  max-width: 920px;
  margin: auto;
}

.main_wrap .cont_head {
  max-width: 100%;
  text-align: center;
}

.main_wrap .cont_head h1 {
  width: 100%;
}

.main_wrap .cont_head h1 img {
  width: 100%;
  height: auto;
}

.main_wrap .cont_head p {
  font-size: 22px;
}

.main_wrap .cont_head .logo {
  display: block;
  margin: 20px auto;
}

.main_wrap .cont_head .period {
  margin: 20px auto 53px;
}

.main_wrap .cont_head .period img {
  width: 100%;
  max-width: 920px;
  height: auto;
}

.main_wrap .cont01,
.main_wrap .cont02,
.main_wrap .cont03,
.main_wrap .cont04 {
  top: 0;
  left: 0;
  border: 3px solid #0564C8;
  border-radius: 30px;
}

.main_wrap .cont01 {
  position: relative;
  height: 1200px;
  margin-bottom: 44px;
}

.main_wrap .cont01::before {
  display: block;
  z-index: 10;
  position: absolute;
  top: -2%;
  left: -4%;
  width: calc(100% + 7%);
  height: calc(100% + 40px);
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
}

.main_wrap .cont01::after {
  display: block;
  z-index: 11;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 548px;
  margin: auto;
  background-image: url(../img/finish01.svg);
  background-repeat: no-repeat;
  content: "";
}

.main_wrap .cont01 h2,
.main_wrap .cont01 figure,
.main_wrap .cont01 picture,
.main_wrap .cont01 img,
.main_wrap .cont01 p {
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.main_wrap .cont01 h2 img,
.main_wrap .cont01 figure img,
.main_wrap .cont01 picture img,
.main_wrap .cont01 img img,
.main_wrap .cont01 p img {
  width: 100%;
  height: auto;
}

.main_wrap .cont01 .cont01_pos01 {
  top: 15%;
  width: 100%;
  max-width: 834px;
}

.main_wrap .cont01 .cont01_pos02 {
  top: -2%;
  left: -7%;
  width: 100%;
  max-width: 930px;
}

.main_wrap .cont01 .cont01_pos03 {
  top: 31%;
  left: -46%;
  width: 100%;
  max-width: 385px;
}

.main_wrap .cont01 .cont01_pos04 {
  top: 31%;
  left: 46%;
  width: 100%;
  max-width: 385px;
}

.main_wrap .cont01 .cont01_pos05 {
  top: 57%;
  width: 100%;
  max-width: 385px;
}

.main_wrap .cont01 .cont01_pos06 {
  z-index: 1;
  top: 41%;
  width: 100%;
  max-width: 56px;
}

.main_wrap .cont01 .cont01_pos07 {
  top: 83%;
  width: 100%;
  max-width: 800px;
  font-size: 20px;
}

.main_wrap .cont01 p a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  height: 60px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main_wrap .cont01 p a:hover {
  opacity: 0.7;
}

.main_wrap .cont01 .link_yellow {
  top: 87%;
}

.main_wrap .cont01 .link_yellow a {
  background: linear-gradient(135deg, #fdcc47 0%, #ff9d00 100%);
}

.main_wrap .cont01 .link_blue {
  top: 92.5%;
}

.main_wrap .cont01 .link_blue a {
  background: linear-gradient(135deg, #228CCE 0%, #09568B 100%);
}

.main_wrap .cont02 {
  position: relative;
  height: 1152px;
  margin-bottom: 44px;
  /* PURSUER LC */
  /* オーディオテクニカ */
  /* オーディオテクニカ */
}

.main_wrap .cont02::before {
  display: block;
  z-index: 10;
  position: absolute;
  top: -2%;
  left: -4%;
  width: calc(100% + 7%);
  height: calc(100% + 40px);
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
}

.main_wrap .cont02::after {
  display: block;
  z-index: 11;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 548px;
  margin: auto;
  background-image: url(../img/finish02.svg);
  background-repeat: no-repeat;
  content: "";
}

.main_wrap .cont02 h2,
.main_wrap .cont02 figure,
.main_wrap .cont02 picture,
.main_wrap .cont02 ul,
.main_wrap .cont02 p {
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.main_wrap .cont02 h2 img,
.main_wrap .cont02 figure img,
.main_wrap .cont02 picture img,
.main_wrap .cont02 ul img,
.main_wrap .cont02 p img {
  width: 100%;
  height: auto;
}

.main_wrap .cont02 .cont02_pos01 {
  top: 4.5%;
  width: 100%;
  max-width: 791px;
}

.main_wrap .cont02 .cont02_pos02 {
  top: 20.5%;
  font-size: 22px;
  text-align: center;
}

.main_wrap .cont02 .cont02_pos03 {
  z-index: 1;
  top: 25.5%;
  right: inherit;
  left: 60px;
  width: 100%;
  max-width: 224px;
}

.main_wrap .cont02 .cont02_pos04 {
  top: 26%;
  left: -210px;
  width: 100%;
  max-width: 100px;
}

.main_wrap .cont02 .cont02_pos05 {
  top: 39.8%;
  left: -34%;
  width: 100%;
  max-width: 525px;
}

.main_wrap .cont02 .cont02_pos06 {
  top: 32%;
  right: auto;
  left: 60px;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;
}

.main_wrap .cont02 .cont02_pos06 span {
  font-weight: bold;
  font-size: 18px;
}

.main_wrap .cont02 .cont02_pos06 small {
  font-size: 16px;
}

.main_wrap .cont02 .cont02_pos07 {
  z-index: 1;
  top: 27%;
  left: 300px;
  width: 100%;
  max-width: 228px;
}

.main_wrap .cont02 .cont02_pos08 {
  top: 26%;
  right: 60px;
  left: auto;
  width: 100%;
  max-width: 100px;
}

.main_wrap .cont02 .cont02_pos09 {
  top: 43%;
  left: 56%;
  width: 100%;
  max-width: 250px;
}

.main_wrap .cont02 .cont02_pos10 {
  top: 32%;
  left: 360px;
  width: 290px;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;
}

.main_wrap .cont02 .cont02_pos10 span {
  font-weight: bold;
  font-size: 18px;
}

.main_wrap .cont02 .cont02_pos10 small {
  font-size: 16px;
}

.main_wrap .cont02 .cont02_pos11 {
  z-index: 1;
  top: 75%;
  right: auto;
  left: 60px;
  width: 100%;
  max-width: 378px;
}

.main_wrap .cont02 .cont02_pos12 {
  top: 73%;
  right: 60px;
  left: auto;
  width: 100%;
  max-width: 100px;
}

.main_wrap .cont02 .cont02_pos13 {
  top: 72.5%;
  left: 35.5%;
  width: 100%;
  max-width: 300px;
}

.main_wrap .cont02 .cont02_pos14 {
  top: 78.5%;
  right: auto;
  left: 60px;
  width: 414px;
  font-size: 16px;
  line-height: 1.3;
}

.main_wrap .cont02 p a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  height: 60px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main_wrap .cont02 p a:hover {
  opacity: 0.7;
}

.main_wrap .cont02 .link_blue {
  top: 92%;
}

.main_wrap .cont02 .link_blue a {
  background: linear-gradient(135deg, #228CCE 0%, #09568B 100%);
}

.main_wrap .cont03 {
  position: relative;
  height: 700px;
  margin-bottom: 50px;
  padding: 56px 58px 34px;
  background-image: url(../img/bg_dot.png);
  background-position: 20px 20px;
  background-size: 83px 83px;
}

.main_wrap .cont03 .cont03_pos02 {
  position: absolute;
  top: -20px;
  left: -35px;
}

.main_wrap .cont03 .cont03_pos03 {
  position: absolute;
  top: 460px;
  right: 250px;
}

.main_wrap .cont03 .cont03_pos04 {
  position: absolute;
  top: 350px;
  left: 180px;
  width: 527px;
  height: 313px;
}

.main_wrap .cont03 .cont03_pos04 img {
  width: 100%;
}

.main_wrap .cont03 .cont03_pos05 {
  position: absolute;
  top: 585px;
  right: 108px;
  font-size: 16px;
  text-align: left;
}

.main_wrap .cont03 .cont03_pos06 {
  position: absolute;
  top: 300px;
  right: -36px;
}

.main_wrap .cont03 .cont03_pos07 {
  position: absolute;
  top: 400px;
  left: -35px;
}

.main_wrap .cont03 h2 {
  margin-bottom: 18px;
  margin-left: 100px;
  text-align: center;
}

.main_wrap .cont03 p {
  font-size: 30px;
  text-align: center;
}

.main_wrap .cont03 .font_red {
  display: inline-block;
  color: #FF0000;
  font-weight: bold;
  font-size: 38px;
}

.main_wrap .cont03 .font_red small {
  font-weight: bold;
  font-size: 19px;
}

.main_wrap .cont03 .font_blue {
  color: #0564C8;
}

.main_wrap .cont04 {
  position: relative;
  height: 950px;
  margin-bottom: 70px;
}

.main_wrap .cont04::before {
  display: block;
  z-index: 10;
  position: absolute;
  top: -2%;
  left: -4%;
  width: calc(100% + 7%);
  height: calc(100% + 40px);
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
}

.main_wrap .cont04::after {
  display: block;
  z-index: 11;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 558px;
  margin: auto;
  background-image: url(../img/finish03.svg);
  background-repeat: no-repeat;
  content: "";
}

.main_wrap .cont04 h2,
.main_wrap .cont04 picture,
.main_wrap .cont04 img,
.main_wrap .cont04 p {
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.main_wrap .cont04 img {
  width: 100%;
  height: auto;
}

.main_wrap .cont04 .cont04_pos01 {
  top: 7%;
}

.main_wrap .cont04 .cont04_pos01 img {
  max-width: 800px;
}

.main_wrap .cont04 .cont04_pos02 {
  top: 35%;
  left: -48%;
  width: 100%;
  max-width: 414px;
}

.main_wrap .cont04 .cont04_pos02 img {
  width: 100%;
}

.main_wrap .cont04 .cont04_pos03 {
  top: 34.3%;
  left: 46%;
  width: 100%;
  max-width: 389px;
  font-size: 26px;
}

.main_wrap .cont04 .cont04_pos04 {
  top: 67%;
  right: auto;
  left: 60px;
  width: 100%;
  max-width: 348px;
}

.main_wrap .cont04 .cont04_pos05 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  top: 72%;
  right: auto;
  left: 60px;
  width: 100%;
  max-width: 310px;
  font-size: 22px;
}

.main_wrap .cont04 .cont04_pos05 span {
  display: block;
  font-weight: bold;
  font-size: 34px;
}

.main_wrap .cont04 .cont04_pos05 b {
  font-weight: bold;
}

.main_wrap .cont04 .cont04_pos06 {
  top: 54%;
  left: 45%;
  width: 100%;
  max-width: 406px;
}

.main_wrap .cont05 {
  margin-bottom: 60px;
  border: 1px solid #0564C8;
  border-radius: 10px;
}

.main_wrap .cont05 div {
  padding: 20px;
}

.main_wrap .cont05 h2 {
  padding: 10px 12px;
  border-radius: 10px 10px 0 0;
  background-color: rgba(5, 100, 200, 0.1);
  color: #0564C8;
  font-weight: bold;
  font-size: 20px;
}

.main_wrap .cont05 h3 {
  color: #0564C8;
  font-weight: bold;
  font-size: 16px;
}

.main_wrap .cont05 ul {
  margin-bottom: 8px;
  font-size: 16px;
}

.main_wrap .cont05 li {
  padding-left: 1em;
  text-indent: -1em;
}

.main_wrap .cont06 div {
  padding: 20px;
}

.main_wrap .cont06 h2 {
  margin-bottom: 15px;
  padding: 7px 12px;
  border-radius: 5px;
  background-color: #0564c8;
  color: #fff;
  font-size: 18px;
}

.main_wrap .cont06 h3 {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.main_wrap .cont06 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_wrap .cont06 dt {
  width: 220px;
  font-size: 16px;
}

.main_wrap .cont06 dd {
  width: calc(100% - 220px);
  color: #0564C8;
  font-size: 16px;
}

.main_wrap .cont06 dd span:nth-child(1) {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 8px;
  border: 1px solid #0564C8;
  border-radius: 3px;
  line-height: 1;
}

.main_wrap .cont06 dd span:nth-child(2) {
  font-weight: bold;
  font-size: 20px;
}

.main_wrap .cont06 dl + p {
  margin: 10px auto 30px;
  font-size: 16px;
}

.main_wrap .cont06 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_wrap .cont06 li {
  margin: 0 10px;
  font-size: 10px;
}

.main_wrap .cont06 li p {
  margin-bottom: 5px;
}

.main_wrap .cont06 li a {
  color: #404040;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main_wrap .cont06 li a:hover {
  opacity: 0.7;
}

.main_wrap .cont06 li img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.floating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  position: fixed;
  right: 0;
  bottom: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.floating li {
  width: 72px;
  margin-bottom: 7px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.floating img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  #top #contents {
    width: 100%;
    min-width: auto;
    padding: 0;
  }
  .main_wrap section {
    width: 100%;
    margin: auto;
  }
  .main_wrap .cont_head {
    width: 100%;
    text-align: center;
  }
  .main_wrap .cont_head h1 {
    width: 100%;
  }
  .main_wrap .cont_head h1 img {
    width: 100%;
    height: auto;
  }
  .main_wrap .cont_head p {
    padding: 5vw 4vw;
    font-size: 4vw;
    line-height: 1.6;
  }
  .main_wrap .cont_head .logo {
    display: none;
  }
  .main_wrap .cont_head .period {
    margin: 0 auto 18vw;
    padding: 0 4vw;
  }
  .main_wrap .cont_head .period img {
    width: 100%;
    height: auto;
  }
  .main_wrap .cont01,
  .main_wrap .cont02,
  .main_wrap .cont03,
  .main_wrap .cont04 {
    width: calc(100% - 8vw);
    border: 3px solid #0564C8;
    border-radius: 4vw;
  }
  .main_wrap .cont01 {
    position: relative;
    height: auto;
    margin-bottom: 8vw;
    padding: 25vw 4vw 10vw;
  }
  .main_wrap .cont01::before {
    height: calc(100% + 4%);
  }
  .main_wrap .cont01::after {
    display: block;
    z-index: 11;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vw;
    margin: auto;
    background-image: url(../img/finish01_sp.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
  }
  .main_wrap .cont01 h2,
  .main_wrap .cont01 figure,
  .main_wrap .cont01 picture,
  .main_wrap .cont01 img,
  .main_wrap .cont01 p {
    display: inline-block;
    position: static;
    width: 100%;
  }
  .main_wrap .cont01 h2 img,
  .main_wrap .cont01 figure img,
  .main_wrap .cont01 picture img,
  .main_wrap .cont01 img img,
  .main_wrap .cont01 p img {
    width: 100%;
    height: auto;
  }
  .main_wrap .cont01 .cont01_pos01 {
    max-width: none;
    margin-bottom: 7vw;
  }
  .main_wrap .cont01 .cont01_pos02 {
    position: absolute;
    top: -1.4%;
    right: 0;
    left: -3.5vw;
    max-width: none;
  }
  .main_wrap .cont01 .cont01_pos03 {
    max-width: none;
  }
  .main_wrap .cont01 .cont01_pos04 {
    max-width: none;
    margin-bottom: 8vw;
  }
  .main_wrap .cont01 .cont01_pos05 {
    max-width: none;
    margin-bottom: 5vw;
  }
  .main_wrap .cont01 .cont01_pos06 {
    position: relative;
    width: 100%;
    max-width: none;
    margin: -3.5vw auto;
    text-align: center;
  }
  .main_wrap .cont01 .cont01_pos06 img {
    width: 15vw;
  }
  .main_wrap .cont01 .cont01_pos07 {
    margin-bottom: 6vw;
    font-size: 4vw;
  }
  .main_wrap .cont01 p a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 2.5vw 0;
    border: 2px solid #fff;
    border-radius: 200px;
    color: #fff;
    font-weight: bold;
    font-size: 6vw;
    text-align: center;
  }
  .main_wrap .cont01 .link_yellow {
    width: 100%;
    margin-bottom: 3vw;
  }
  .main_wrap .cont01 .link_yellow a {
    background: linear-gradient(135deg, #fdcc47 0%, #ff9d00 100%);
  }
  .main_wrap .cont01 .link_blue {
    width: 100%;
  }
  .main_wrap .cont01 .link_blue a {
    background: linear-gradient(135deg, #228CCE 0%, #09568B 100%);
  }
  .main_wrap .cont02 {
    position: relative;
    height: 380vw;
    margin-bottom: 10vw;
    padding: 7vw 4vw 10vw;
    /* PURSUER LC */
    /* オーディオテクニカ */
    /* amazon */
  }
  .main_wrap .cont02::before {
    height: calc(100% + 4%);
  }
  .main_wrap .cont02::after {
    display: block;
    z-index: 11;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vw;
    margin: auto;
    background-image: url(../img/finish02_sp.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
  }
  .main_wrap .cont02 h2,
  .main_wrap .cont02 figure,
  .main_wrap .cont02 picture,
  .main_wrap .cont02 p {
    display: inline-block;
    position: static;
  }
  .main_wrap .cont02 h2 img,
  .main_wrap .cont02 figure img,
  .main_wrap .cont02 picture img,
  .main_wrap .cont02 p img {
    width: 100%;
    height: auto;
  }
  .main_wrap .cont02 .cont02_pos01 {
    max-width: none;
    margin-bottom: 4vw;
  }
  .main_wrap .cont02 .cont02_pos02 {
    max-width: none;
    margin-bottom: 4vw;
    font-size: 3.9vw;
  }
  .main_wrap .cont02 .cont02_pos03 {
    width: 54%;
    max-width: none;
  }
  .main_wrap .cont02 .cont02_pos04 {
    position: absolute;
    top: 11%;
    right: 2vw;
    left: auto;
    width: 29vw;
    max-width: none;
  }
  .main_wrap .cont02 .cont02_pos05 {
    max-width: none;
    margin-top: 21%;
  }
  .main_wrap .cont02 .cont02_pos06 {
    position: absolute;
    top: 15%;
    right: auto;
    left: 4vw;
    max-width: none;
    font-weight: bold;
    font-size: 5.2vw;
    line-height: 1.2;
  }
  .main_wrap .cont02 .cont02_pos06 span {
    font-weight: bold;
    font-size: 4.4vw;
  }
  .main_wrap .cont02 .cont02_pos06 small {
    font-size: 3.5vw;
  }
  .main_wrap .cont02 .cont02_pos07 {
    width: 60%;
    max-width: none;
    margin-top: 10vw;
  }
  .main_wrap .cont02 .cont02_pos08 {
    position: absolute;
    top: 40.5%;
    right: 2vw;
    width: 29vw;
    max-width: none;
  }
  .main_wrap .cont02 .cont02_pos09 {
    width: 100%;
    max-width: none;
    margin-top: 32%;
    text-align: center;
  }
  .main_wrap .cont02 .cont02_pos09 img {
    width: 70%;
  }
  .main_wrap .cont02 .cont02_pos10 {
    position: absolute;
    top: 44%;
    right: auto;
    left: 4vw;
    width: 100%;
    max-width: none;
    font-weight: bold;
    font-size: 5.2vw;
    line-height: 1.2;
  }
  .main_wrap .cont02 .cont02_pos10 span {
    font-weight: bold;
    font-size: 4.4vw;
  }
  .main_wrap .cont02 .cont02_pos10 small {
    font-size: 3.5vw;
  }
  .main_wrap .cont02 .cont02_pos11 {
    width: 62%;
    max-width: none;
    margin-top: 17%;
  }
  .main_wrap .cont02 .cont02_pos12 {
    position: absolute;
    top: 62.5%;
    right: 2vw;
    width: 29vw;
    max-width: none;
  }
  .main_wrap .cont02 .cont02_pos13 {
    width: 100%;
    max-width: none;
    margin: 4% auto 0;
    text-align: center;
  }
  .main_wrap .cont02 .cont02_pos13 img {
    width: 70%;
  }
  .main_wrap .cont02 .cont02_pos14 {
    position: static;
    right: auto;
    width: 100%;
    max-width: none;
    font-size: 3.64vw;
    line-height: 1.3;
  }
  .main_wrap .cont02 .cont02_pos14 li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .main_wrap .cont02 p a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 80%;
    height: auto;
    margin: auto;
    padding: 2.5vw 0;
    border: 2px solid #fff;
    border-radius: 200px;
    color: #fff;
    font-weight: bold;
    font-size: 6vw;
    text-align: center;
  }
  .main_wrap .cont02 .link_blue {
    width: 100%;
    margin: 5% auto 0;
  }
  .main_wrap .cont02 .link_blue a {
    background: linear-gradient(135deg, #228CCE 0%, #09568B 100%);
  }
  .main_wrap .cont03 {
    position: relative;
    height: auto;
    margin-bottom: 8vw;
    padding: 12vw 4vw 7vw;
    background-size: 10vw 10vw;
  }
  .main_wrap .cont03 .cont03_pos02 {
    position: absolute;
    top: -16.5vw;
    left: 0;
    width: 40%;
  }
  .main_wrap .cont03 .cont03_pos03 {
    position: absolute;
    top: 44.5%;
    right: 5vw;
    width: 29vw;
    max-width: none;
  }
  .main_wrap .cont03 .cont03_pos03 img {
    width: 100%;
  }
  .main_wrap .cont03 .cont03_pos04 {
    position: static;
    width: 86%;
    height: auto;
    margin: auto;
  }
  .main_wrap .cont03 .cont03_pos04 img {
    width: 100%;
  }
  .main_wrap .cont03 .cont03_pos05 {
    position: absolute;
    top: 46%;
    left: 10vw;
    margin: auto;
    font-size: 2.7vw;
  }
  .main_wrap .cont03 .cont03_pos05 img {
    width: 100%;
  }
  .main_wrap .cont03 .cont03_pos06 {
    position: absolute;
    top: -16vw;
    right: 3vw;
    width: 28vw;
  }
  .main_wrap .cont03 .cont03_pos06 img {
    width: 100%;
  }
  .main_wrap .cont03 .cont03_pos07 {
    position: absolute;
    top: auto;
    bottom: 5vw;
    left: -3vw;
    width: 27vw;
  }
  .main_wrap .cont03 .cont03_pos07 img {
    width: 100%;
  }
  .main_wrap .cont03 h2 {
    margin-bottom: 12px;
    margin-left: auto;
    text-align: center;
  }
  .main_wrap .cont03 h2 picture {
    width: 68%;
    margin: auto;
  }
  .main_wrap .cont03 h2 picture img {
    width: 100%;
  }
  .main_wrap .cont03 p {
    margin-top: 4vw;
    margin-bottom: 18vw;
    font-size: 3.9vw;
    text-align: center;
  }
  .main_wrap .cont03 .font_red {
    color: #FF0000;
    font-weight: bold;
    font-size: 6.6vw;
  }
  .main_wrap .cont03 .font_red small {
    font-weight: bold;
    font-size: 2.6vw;
  }
  .main_wrap .cont03 .font_blue {
    color: #0564C8;
  }
  .main_wrap .cont04 {
    position: relative;
    height: auto;
    margin-bottom: 8vw;
    padding: 7vw 4vw;
  }
  .main_wrap .cont04::before {
    height: calc(100% + 4%);
  }
  .main_wrap .cont04::after {
    display: block;
    z-index: 11;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vw;
    margin: auto;
    background-image: url(../img/finish03_sp.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
  }
  .main_wrap .cont04 h2,
  .main_wrap .cont04 picture,
  .main_wrap .cont04 img,
  .main_wrap .cont04 p {
    display: inline-block;
    position: static;
  }
  .main_wrap .cont04 img {
    width: 100%;
    height: auto;
  }
  .main_wrap .cont04 .cont04_pos01 {
    max-width: none;
    margin-bottom: 4vw;
  }
  .main_wrap .cont04 .cont04_pos01 img {
    width: calc(100%);
  }
  .main_wrap .cont04 .cont04_pos02 {
    position: relative;
    left: -2vw;
    width: calc(100% + 2vw);
    max-width: none;
    margin-bottom: 4vw;
  }
  .main_wrap .cont04 .cont04_pos03 {
    max-width: none;
    margin-bottom: 10vw;
    font-size: 3.9vw;
  }
  .main_wrap .cont04 .cont04_pos04 {
    width: 96%;
    max-width: none;
    margin-bottom: 2vw;
  }
  .main_wrap .cont04 .cont04_pos05 {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    max-width: none;
    margin-bottom: 6vw;
    font-size: 4.7vw;
    line-height: 1.6;
  }
  .main_wrap .cont04 .cont04_pos05 span {
    display: block;
    font-weight: bold;
    font-size: 9.3vw;
  }
  .main_wrap .cont04 .cont04_pos05 b {
    display: inline-block;
    margin-right: 1vw;
    font-weight: bold;
  }
  .main_wrap .cont04 .cont04_pos06 {
    max-width: none;
  }
  .main_wrap .cont05 {
    width: calc(100% - 8vw);
    margin-bottom: 8vw;
    border: 1px solid #0564C8;
    border-radius: 10px;
  }
  .main_wrap .cont05 div {
    padding: 4vw;
  }
  .main_wrap .cont05 h2 {
    padding: 1vw 4vw;
    border-radius: 10px 10px 0 0;
    background-color: rgba(5, 100, 200, 0.1);
    color: #0564C8;
    font-weight: bold;
    font-size: 4vw;
  }
  .main_wrap .cont05 h3 {
    margin-bottom: 8px;
    color: #0564C8;
    font-weight: bold;
    font-size: 3.3vw;
  }
  .main_wrap .cont05 ul {
    margin-bottom: 12px;
    font-size: 3.3vw;
    line-height: 1.6;
  }
  .main_wrap .cont05 li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .main_wrap .cont06 {
    width: calc(100% - 8vw);
  }
  .main_wrap .cont06 h2 {
    margin-bottom: 15px;
    padding: 2vw 4vw;
    border-radius: 5px;
    background-color: #0564c8;
    color: #fff;
    font-size: 4vw;
  }
  .main_wrap .cont06 h3 {
    margin-bottom: 3vw;
    font-weight: bold;
    font-size: 4.3vw;
    text-align: center;
  }
  .main_wrap .cont06 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 3.3vw;
  }
  .main_wrap .cont06 dt {
    width: 100%;
    margin-bottom: 2vw;
    font-size: 4vw;
  }
  .main_wrap .cont06 dd {
    width: calc(100%);
    color: #0564C8;
  }
  .main_wrap .cont06 dd span:nth-child(1) {
    display: inline-block;
    margin-right: 10px;
    padding: 1.3vw;
    border: 1px solid #0564C8;
    border-radius: 3px;
    font-size: 4vw;
    line-height: 1;
  }
  .main_wrap .cont06 dd span:nth-child(2) {
    font-weight: bold;
    font-size: 5vw;
  }
  .main_wrap .cont06 dl + p {
    margin: 10px auto 30px;
    font-size: 3.3vw;
    letter-spacing: 0.1vw;
  }
  .main_wrap .cont06 ul {
    display: block;
    width: 60vw;
    margin: auto;
  }
  .main_wrap .cont06 li {
    width: 100%;
    margin-bottom: 3vw;
    font-size: 2.4vw;
  }
  .main_wrap .cont06 li p {
    margin-bottom: 5px;
  }
  .main_wrap .cont06 li a {
    color: #404040;
  }
  .main_wrap .cont06 li img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .floating li {
    width: 40px;
  }
}

/*# sourceMappingURL=maps/pc.css.map */
