@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  font-family: 'Noto Sans JP', sans-serif;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.naviBox {
  height: 300px;
  padding: 0;
}

.naviBox button {
  background: none;
  border: none;
  outline: none;
  margin-top: 5px;
}

.naviBox label {
  cursor: pointer;
}

.naviBox button:hover {
  background: none;
}

.navi ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navi ul::after {
  display: block;
  clear: both;
  content: '';
}

.navi ul li {
  position: relative;
  float: left;
  width: 100%;

}

.navi ul li:hover {
  background-color: none;
}

.navi ul li:not(:first-child) {
  border-left: none;
}

.navi ul li a {
  display: inline-block;
  padding: 10px 25px;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  color: #2E2E22;
  width: 151px;
  cursor: pointer;
}

.navi ul li a:hover {
  text-decoration: none;
  color: #2E2E22;
  display: block;
  opacity: 0.5;

}

.navi ul ul {
  position: absolute;
  top: 50px;
  left: -2px;
  visibility: hidden;
  opacity: 0;
  transition: .2s ease-in-out;
  background: #FFF;
}

.navi ul ul li {
  float: none;
  margin: 0;
}

.navi ul ul li:not(:first-child) {
  border-top: none;
}

.navi ul ul ul {
  position: absolute;
  top: -2px;
  left: 100%;
  background: #FFF;
}

.lang-select input {
  display: none;
}

.lang-select input:checked ~ .lang-list {
  visibility: visible;
  opacity: 1;
}


.wrapper {
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
  width: 100%;
  line-height: 1.8em;
  font-size: 16px;
}

.site-header {
  display: flex;
  padding: 15px;
  position: fixed;
  justify-content: space-between;
  transition: .5s;
  width: 100%;
  height: 70px;
}

.site-header.transform {
  background: #FFF;
  padding: 15px;
  z-index: 1;
}

.site-header .header-rogo {
  background: url(../img/white_rogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 90%;
  height: 40px;
  display: block;
  margin-top: 10px;
}

.transform .header-rogo {
  background: url(../img/color-rogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 40px;
  display: block;
  margin-top: 10px;
}

.transform .header-regist-btn {
  background: #d92933; /* Old browsers */
  background: -moz-linear-gradient(left, #d92933 0%, #f99e00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d92933 0%, #f99e00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d92933 0%, #f99e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d92933', endColorstr='#f99e00', GradientType=1); /* IE6-9 */
}

.topimage-a {
  background: url(../img/top_image_A.jpg) no-repeat top center;
  background-size: cover;
  height: 525px;
  margin-right: 0;
  margin-left: 0;
}

.topimage-b {
  background: url(../img/top_image_b.png) no-repeat left top;
  background-size: cover;
  height: 525px;
  margin-right: 0;
  margin-left: 0;
}

.site-header .container {
  width: 100%;
}

.header-regist-btn {
  color: #FFF;
  font-size: 16px;
  border-radius: 50px;
  border: #FFF solid 1px;
  padding: 5px 0;
  width: 100%;
  display: block;
  text-align: center;
  margin-left: 10%;
  float: none;
}

.header-box {
  padding: 0;
  margin: 0;
  clear: both;
  /* overflow: auto; */
}

.header-wrapper {
  margin: 0;
  padding: 0;
}

.header-right-child,
.header-left-child {
  margin: 0;
  padding: 0;
}

.header-box a:hover {
  text-decoration: none;
  color: #FFF;
  opacity: 0.9;
}

.top-image-container {
  padding-top: 235px;
}

.top-image-container a:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.9;
}

.topimage-b h1,
.topimage-a h1 {
  font-size: 21px;
  color: #FFF;
  line-height: 1.5em;
  padding-left: 10px;
}

.top-image-text {
  font-size: 18px;
  line-height: 2.5em;
  font-weight: normal;
}

.top-image-regist-btn {
  background: #d92933; /* Old browsers */
  background: -moz-linear-gradient(left, #d92933 0%, #f99e00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d92933 0%, #f99e00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d92933 0%, #f99e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d92933', endColorstr='#f99e00', GradientType=1); /* IE6-9 */
  color: #FFF;
  border-radius: 50px;
  padding: 10px 0;
  width: 50%;
  display: block;
  text-align: center;
  font-size: 16px;
  margin-left: 10px;
  margin-top: 30px;
}

.topimage-mochup-img {
  margin-top: -10%;
  float: right;
  width: 30%;
  margin-right: 15px;
}

.section01-box {
  text-align: center;
}

.section01-box h3 {
  color: #D9293D;
  font-size: 25px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.section01-box p {
  text-align: center;
}

p.section01-text {
  color: #2E2E22;
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
}

.section01-box img {
  width: 100%;
  margin-bottom: 50px;
}

.section02-box h3 {
  font-size: 25px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.section02 {
  background: #EFEFEF;
  text-align: center;
  margin-bottom: 50px;
}

.section02-child-box {
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 4px 13px 3px rgba(0, 0, 0, 0.2);
  padding: 20% 0 20% 0;
  color: #616161;
  font-size: 12px;
  font-weight: bold;
}

div#child-box-section02 {
  padding: 4px;
}

.section02-child-box img {
  width: 40%;
  margin-bottom: 10px;
}


.section02-credit-regist {
  background: url(../img/section02-credit-bg-smp.png) no-repeat center center;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 50px;
  width: 100%;
  background-size: cover;
}

.section02-campaign {
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 50px;
  width: 100%;
}

.section02-recruit-regist h5,
.section02-credit-regist h5,
.section02-campaign h5 {
  color: #FFF;
  font-size: 16px;
  text-align: left;
  line-height: 1.5em;
}

.section02-credit-regist .left-box,
.section02-campaign .left-box {
  padding: 0;
  margin: 0;
}

.col-xs-6.right-box {
  padding: 0;
}

.container.section02-box {
  margin-bottom: 30px;
}


.credit-btn {
  background: #FFF;
  color: #727C87;
  border-radius: 76px;
  text-align: center;
  width: 80%;
  display: block;
}

.btn-box {
  text-align: left;
  font-size: 14px;

}

.right-box img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section02-campaign .right-box img {
  height: 140px;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section02 a {
  text-decoration: none;
}

.red {
  color: #D92933;
  font-size: 18px;
}

.section02-recruit-regist {
  background: url(../img/section02-recruit-bg-smp.png) no-repeat center center;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 10px;
  width: 100%;
  background-size: cover;
  padding: 20px 0 20px 0;
}

.section03 {
  background: url(../img/section03_bg_smp.png) no-repeat center center;
  padding-top: 80px;
  margin-top: -80px;
  background-size: cover;
}

.section03-box {
  color: #fff;
  text-align: center;
}

.section03-box h3 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.section03-box p {
  text-align: left;
  margin-bottom: 30px;
}

.section03-box img {
  width: 100%;
}

.section03-underbox {
  margin-left: -15px;
  margin-right: -15px;
  width: 109%;
  padding: 0;
}

.section04 {
  margin-bottom: 100px;
}

.section04-box h4 {
  background: url(../img/section04-h4-bg.png) no-repeat left center;
  font-size: 20px;
  color: #FFF;
  display: block;
  width: auto;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-top: 13px;
}

.section04-box .red-border-box {
  border: 2px solid #D92933;
  margin-bottom: 15px;
  padding-left: 0;
}

.section04-box .red-border-box-child {
  padding-left: 0;
  padding-right: 0;
  border-left: solid #D92933 5px;
  margin: 0;
}

.section04-box h5 {
  line-height: 1.5em;
}

.section04-box h5,
.section04-box p {
  padding-left: 20px;
}

.section04-box p {
  color: #919191;
}

.section05 {
  background: url(../img/section05_bg.png) no-repeat center center;
  padding-top: 80px;
  margin-top: -80px;
  background-size: cover;
}

.section05 img {
  width: 100%;
}

.section05 h3 {
  text-align: center;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 30px;
}

.section05 p {
  margin-bottom: 30px;
  color: #FFF;
}

.section06 {
  margin-bottom: 100px;
}

.section06 h4 {
  background: url(../img/section06-h4-bg.png) no-repeat left center;
  font-size: 20px;
  color: #FFF;
  display: block;
  width: auto;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-top: 13px;
}

.section06-box .yellow-border-box {
  border: 2px solid #FFBA40;
  margin-bottom: 15px;
  padding-left: 0;
}

.section06-box .yellow-border-box span {
  color: #D92933;

}

.section06-box .yellow-border-box-child {
  padding-left: 0;
  padding-right: 0;
  border-left: solid #FFBA40 5px;
  margin: 0;
}

.section06-box h5,
.section06-box p {
  padding-left: 20px;
}

.section06-box p {
  color: #919191;
}

.section07 {
  background: #FF7171;
  color: #FFF;
  margin-top: -80px;
  padding-top: 80px;
}

.section07 img {
  width: 100%;
}

.section07 h3 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}

.section07 p {
  margin-bottom: 30px;
}

.section08 {
  margin-bottom: 20px;
}

.section08 h3 {
  font-size: 20px;
  line-height: 1.5em;
  color: #747474;
  margin-top: 50px;
  margin-bottom: 30px;
}

.section08 img {
  width: 109%;
  margin-left: -15px;
}

.c-pink {
  color: #FF9B9B;
}

.section08 p {
  color: #747474;
  font-weight: bold;
}

.people {
  border-radius: 10px;
  border: solid 2px #E6E6E6;
  width: 40%;
  float: left;
  margin-top: 30px;
  padding: 10px 20px 10px 20px;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 30px;
}

.nationality {
  border-radius: 10px;
  border: solid 2px #E6E6E6;
  width: 30%;
  float: left;
  margin-top: 30px;
  padding: 10px 20px 10px 20px;
  text-align: center;
  margin-right: 25%;
  margin-bottom: 30px;
}

.section08 h4 {
  font-size: 18px;
  color: #747474;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.section08 h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}

.section08-text {
  font-size: 14px;
}

.section08 .icon-img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.section08-child-box {
  margin-bottom: 30px;
  padding: 0;
  overflow: auto;
  display: block;
}

.icon-img-box {
  padding: 0;
}

.section09 {
  background: #D92933;
  color: #FFF;
  text-align: center;
}

.section09 h3 {
  line-height: 1.5em;
  margin-top: 50px;
  margin-bottom: 30px;
}

.copyright {
  background: #942229;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: 20px 0 20px 0;
  font-family: PROXIMA NOVA;
  font-weight: 400;
}

.fb-regist-btn {
  box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.2);
  border-radius: 82px;
  width: 90%;
  background: #3B5999;
  display: block;
  font-size: 18px;
  padding: 20px 0 20px 0;
  margin-bottom: 30px;
  color: #FFF;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.m-regist-btn {
  box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.2);
  border-radius: 82px;
  width: 90%;
  background: #FFF;
  display: block;
  font-size: 18px;
  padding: 20px 0 20px 0;
  margin-bottom: 50px;
  color: #D92933;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.section09 a:hover.m-regist-btn {
  text-decoration: none;
  color: #D92933;
}

.section09 a:hover.fb-regist-btn {
  color: #FFF;
  text-decoration: none;

}

.section09 a:hover {
  opacity: 0.8;
  color: #FFF;
}

.section11 {
  background: url(../img/section11_bg_smp.jpg) no-repeat center center;
  padding-top: 240px;
  margin-top: -80px;
  background-size: cover;
}

.section11-box {
  color: #fff;
  text-align: left;
}

.section11-box h3 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.section11-box p {
  text-align: left;
  margin-bottom: 30px;
}

.section11-box img {
  width: 100%;
}

.section11-underbox {
  margin-left: -15px;
  margin-right: -15px;
  width: 109%;
  padding: 0;
}

.section12 {
  margin-bottom: 100px;
}

.section12 h4 {
  background: url(../img/section12-h4-bg.png) no-repeat left center;
  font-size: 20px;
  color: #FFF;
  display: block;
  width: auto;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-top: 13px;
}

.section12-box .blue-border-box {
  border: 2px solid #004EA2;
  margin-bottom: 15px;
  padding-left: 0;
}

.section12-box .blue-border-box span {
  color: #004EA2;

}

.section12-box .blue-border-box-child {
  padding-left: 0;
  padding-right: 0;
  border-left: solid #004EA2 5px;
  margin: 0;
}

.section12-box h5,
.section12-box p {
  padding-left: 20px;
}

.section12-box p {
  color: #919191;
}


@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px) {
  .top-image-text {
    font-size: 15px;
  }

  .topimage-b h1,
  .topimage-a h1 {
    font-size: 17px;
  }


  .section02-credit-regist h5,
  .section02-campaign h5 {
    font-size: 14px;
  }

  .section02-credit-regist .left-box,
  .section02-campaign .left-box {
    margin-top: 3px;
  }

  .section02-child-box {
    font-size: 11px;
  }

  .right-box img {
    width: 90%;
  }

  .nationality {
    width: 32%;
    margin-right: 19%;
  }

  .people {
    width: 44%;
  }

}

.ticket-campaign-banner {
  background: url(../img/banner/ticket-bg-pc.png) no-repeat center center;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 10px;
  width: 100%;
  background-size: cover;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {

  .section02-credit-regist .left-box,
  .section02-campaign .left-box {
    margin-top: 10px;
  }

  .ticket-campaign-banner {
    background: url(../img/banner/ticket-bg-smp.png) no-repeat center center;
  }
  
}

@media (min-width: 414px) and (max-device-width: 736px) {

  .section02-credit-regist .left-box,
  .section02-campaign .left-box {
    margin-top: 13px;
  }

}


/* ipad */
@media screen and (min-width: 768px) {

  .header-regist-btn {
    width: 80%;
    float: right;
    margin-top: 10px;
  }

  .naviBox button {
    margin-top: 15px;
  }

  .top-image-regist-btn {
    width: 20%;
  }

  .topimage-mochup-img {
    margin-top: -30%;
  }

  .right-box img {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
  }

  .section02-campaign .right-box img {
    height: 186px;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  p.section01-text {
    text-align: center;
  }

  .section02-credit-regist,
  .section02-campaign {
    height: auto;
    width: 100%;
    background-size: cover;
  }

  #child-box-section02 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .section02-credit-regist .left-box,
  .section02-campaign .left-box {
    margin: 30px 0 0 0;
  }


  .section02-child-box {
    padding: 20px 0 20px 0;
    font-size: 16px;
  }

  div#child-box-section02 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section02-child-box img {
    width: 30%;
  }

  .section02-credit-regist .left-box,
  .section02-campaign .left-box {
    display: block;
    margin-top: 1%;
  }

  .credit-btn {
    width: 50%;
    padding: 10px 0 10px 0;
  }

  .section02-recruit-regist h5,
  .section02-credit-regist h5,
  .section02-campaign h5 {
    font-size: 20px;
  }

  .section03-underbox {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }


  .section05 {
    padding-bottom: 75px;
  }

  .section05 h3 {
    text-align: left;
    margin-top: 80px;
  }

  .section07 h3 {
    margin-top: 80px;
    text-align: left;
  }

  .section03-box h3 {
    margin-top: 60px;
    text-align: left;
  }

  .section08 img {
    width: 100%;
    margin-left: 0;

  }

  .section08-child-box {
    height: auto;
  }

  .section08-child-box {
    height: auto;
  }

  .section08-child-box .right-box {
    margin-top: 25px;
  }

  .right-box-first {
    margin-top: 10px;
  }

  .section11 {
    background: url(../img/section11_bg_pc.jpg) no-repeat center center;
    padding-top: 80px;
    margin-top: -80px;
    background-size: cover;
    padding-bottom: 160px;
  }
}


/*ipad pro */
@media screen and (min-width: 1024px) {

  .header-regist-btn {
    width: 60%;
    float: right;
    margin-top: 0;
  }

  .naviBox button {
    margin-top: 5px;
  }

  .naviBox img {
    width: auto;
  }


  .topimage-a {
    background-image: url(../img/top_image_a_pc.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .topimage-b {
    background-image: url(../img/top_image_b_pc.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .top-image-container {
    padding-top: 150px;
  }

  .top-image-text {
    font-size: 28px;
    margin-bottom: 0;
    line-height: 1.5em;
  }

  .topimage-b h1,
  .topimage-a h1 {
    font-size: 30px;
    line-height: 1.5em;
  }

  .top-image-regist-btn {
    width: 25%;
    font-size: 24px;
    padding: 20px 0;
  }


  .site-header .container {
    width: 1170px;
    margin: 0 auto;
  }

  .topimage-mochup-img {
    margin-top: -20%;
    width: 20%;
  }

  .section01-box p {
    font-size: 18px;
  }

  .top-image-regist-btn {
    width: 20%;
  }

  .section01-box img {
    width: auto;
  }

  .section01-box h3 {
    font-size: 40px;
  }

  p.section01-text {
    text-align: center;
    line-height: 1.5em;
  }

  .section02-box h3 {
    font-size: 40px;
  }

  .section02-child-box img {
    width: auto;
    margin-bottom: 20px;
  }

  .section02-child-box {
    padding: 20px 0 20px 0;
    font-size: 18px;
  }

  .section02-credit-regist .left-box,
  .section02-campaign .left-box {
    margin: 20px 0 0 0px;
  }

  .section02-child-box {
    font-size: 20px;
  }

  .credit-btn {
    font-size: 16px;
    width: 50%;
    padding: 10px 0 10px 0;
    margin-top: 30px;
  }
  
  .section02-recruit-regist {
    height: 230px;
    width: 80%;
    margin-left: 10%;
  }

  .section02-credit-regist {
    height: 230px;
    width: 80%;
    margin-left: 10%;
  }

  .section02-campaign {
    height: 240px;
    width: 80%;
    margin-left: 10%;
  }

  div#child-box-section02 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-box img {
    width: auto;
    float: right;
    margin-top: 40px;
  }

  .section02-campaign .right-box img {
    height: 220px;
    width: auto;
    float: right;
    margin-top: 10px;
    margin-right: 30px;
  }

  .section03-box img {
    width: auto;
  }

  .section03-box h3 {
    font-size: 40px;
    margin-top: 150px;
  }

  .section03-box p {
    font-size: 18px;
  }

  .section05 h3 {
    font-size: 40px;
    margin-top: 250px;
  }

  .section05 p {
    font-size: 18px;
  }

  .section05 {
    padding-bottom: 75px;
  }

  .section08 img {
    margin: 50px 10% 50px 10%;
    width: 80%;
  }

  .section03-underbox {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }

  .section07 h3 {
    font-size: 40px;
    margin-top: 200px;
  }

  .section07 p {
    font-size: 18px;
  }

  .people {
    font-size: 26px;
  }

  .nationality {
    font-size: 26px;
  }

  .section08 h3 {
    font-size: 34px;
  }

  .section08 h4 {
    font-size: 30px;
  }

  .section08-child-box {
    height: 220px;
  }

  .section08-child-box .right-box {
    margin-top: -10px;
  }

  .people {
    width: 20%;
    margin-left: 32.5%;
  }

  .nationality {
    width: 13%;
    margin-right: 0;
  }

  .right-box-first {
    margin-top: -10px;
  }

  .fb-regist-btn {
    width: 60%;
    float: right;
  }

  .m-regist-btn {
    width: 60%;
    float: left;
  }
  .section11-box img {
    width: auto;
  }

  .section11-box h3 {
    font-size: 40px;
    margin-top: 150px;
    text-shadow:2px 2px 3px #333333;
  }

  .section11-box p {
    font-size: 18px;
    text-shadow:2px 2px 3px #333333;
  }
}


@media (min-width: 1024px) and (max-device-width: 1200px) {

  .section02-credit-regist h5,
  .section02-campaign h5 {
    font-size: 24px;
  }


  .section03-box h3 {
    margin-top: 80px;
  }

  .section03-box img {
    width: 100%;
  }

  .section05 h3 {
    margin-top: 150px;
  }

  .section07 h3 {
    margin-top: 100px;
  }

  .section07 img {
    width: 100%;
  }

  .section08-child-box {
    height: auto;
    margin: 0;
  }

  .right-box-first {
    margin-top: 50px;
  }

  .section08-child-box .right-box {
    margin: 0;
    margin-top: 60px;
  }

  .section08 img {
    margin: 50px 10% 50px 10%;
    width: 80%;
  }

  div#elem {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .section07 h3 {
    text-align: center;
    margin-top: 50px;
  }

  .section07 p {
    text-align: center;
  }

  .section08 img {
    margin: 50px 15% 50px 15%;
    width: 70%;
  }

  .section08 h3 {
    font-size: 34px;
    text-align: center;
  }

  .nationality {
    width: 14%;
    margin-right: 0;
  }

  .people {
    width: 21%;
    margin-left: 31.5%;
  }


}

@media (min-width: 1200px) {

  .vi-lp .top-image-text {
    font-size: 18px;
  }

  .vi-lp h1 {
    font-size: 21px;
  }

  .section02-recruit-regist h5,
  .section02-credit-regist h5,
  .section02-campaign h5 {
    font-size: 24px;
  }

  .section03-box h3 {
    margin-top: 150px;
  }

  .section03-box img {
    width: auto;
  }


  .section05 h3 {
    margin-top: 250px;
  }

  .section07 h3 {
    margin-top: 200px;
  }

  .section07 img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .section08-child-box {
    height: 210px;
  }

  .section08-child-box .right-box {
    margin-top: -10px;
  }

  .right-box-first {
    margin-top: -10px;
  }

  .m-regist-btn {
    width: 70%;
  }

  .fb-regist-btn {
    width: 70%;
  }

  div#elem {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .section07 h3 {
    text-align: center;
    margin-top: 50px;
  }

  .section07 p {
    text-align: center;
  }

  .section08 img {
    margin: 50px 15% 50px 15%;
    width: 70%;
  }

  .section08 h3 {
    font-size: 34px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 0px;
  }

  .section02-credit-regist-innner {
    width: 90%;
    margin-left: 5%;
  }


}
.child-box-section02-new {
  position: relative;
}

.new-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: 0;
}