@charset "UTF-8";
* {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  margin-top: 0 !important;
  font-family: "源ノ角ゴシック", sans-serif;
}

@media screen and (min-width: 960px) {
  body {
    margin-top: -100px;
    padding-top: 100px;
  }
}

_::-webkit-full-page-media, _:future, :root body {
  font-family: 'Noto Sans JP', sans-serif;
}

main {
  padding-top: 75px;
}

@media screen and (min-width: 576px) {
  main {
    padding-top: 60px;
  }
}

@media screen and (min-width: 960px) {
  main {
    padding-top: 0;
  }
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

body {
  line-height: 1.5;
  background-color: #EAF1E1;
  color: #FF5ABE;
  font-family: "源ノ角ゴシック";
}

.clear::after {
  display: block;
  clear: both;
  content: "";
}

.section-title {
  text-align: center;
  font-family: 'Changa One', cursive;
  color: #fff;
  font-style: italic;
}

@media screen and (min-width: 1200px) {
  .section-title {
    font-size: 200px;
  }
}

.section-title-img {
  display: block;
  margin: 0 auto;
  width: 35%;
}

img {
  width: 100%;
  display: block;
}

a {
  color: #FF5ABE;
  text-decoration: none;
}

.container {
  width: 92%;
  max-width: 1080px;
  margin: auto;
}

@media screen and (min-width: 960px) {
  .container {
    width: 85%;
  }
}

strong {
  font-weight: bold;
  color: #fff;
}

.fw-bold {
  font-weight: bold;
}

.color-red {
  color: #D44C4A;
}

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
  transition: 0.3s;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.3s;
}

h2 img {
  height: 28px;
  width: auto;
}

@media screen and (min-width: 960px) {
  h2 img {
    height: 42px;
  }
}

.pagetop {
  width: 18%;
  display: block;
  margin-right: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 576px) {
  .pagetop {
    width: 145px;
  }
}

@media screen and (min-width: 960px) {
  .pagetop {
    width: 168px;
  }
}

#page_top {
  width: 18%;
  display: block;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  #page_top {
    width: 145px;
  }
}

@media screen and (min-width: 960px) {
  #page_top {
    width: 168px;
  }
}

.sp-only {
  display: inline-block;
}

@media screen and (min-width: 576px) {
  .sp-only {
    display: none;
  }
}

.tb-only {
  display: none;
}

@media screen and (min-width: 576px) {
  .tb-only {
    display: inline-block;
  }
}

@media screen and (min-width: 960px) {
  .tb-only {
    display: none;
  }
}

.pc-only {
  display: none;
}

@media screen and (min-width: 960px) {
  .pc-only {
    display: block;
  }
}

.non-sp {
  display: none;
}

@media screen and (min-width: 576px) {
  .non-sp {
    display: inline-block;
  }
}

.sp-pc-only {
  display: inline-block;
}

@media screen and (min-width: 576px) {
  .sp-pc-only {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .sp-pc-only {
    display: inline-block;
  }
}

.sp-tb-only {
  display: inline-block;
}

@media screen and (min-width: 960px) {
  .sp-tb-only {
    display: none;
  }
}

.starband {
  position: absolute;
  top: 0;
}

.starband .starband-sp {
  display: block;
}

@media screen and (min-width: 576px) {
  .starband .starband-sp {
    display: none;
  }
}

.starband .starband-pc {
  display: none;
}

@media screen and (min-width: 576px) {
  .starband .starband-pc {
    display: block;
  }
}

.dp-sp {
  display: block;
}

@media screen and (min-width: 960px) {
  .dp-sp {
    display: none;
  }
}

header {
  background-color: #141C7B;
  height: 75px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 300;
}

@media screen and (min-width: 576px) {
  header {
    height: 60px;
  }
}

@media screen and (min-width: 960px) {
  header {
    width: 100%;
    top: 0;
    z-index: 300;
    height: 100px;
  }
}

header .header-content {
  height: 75px;
  width: 100%;
}

@media screen and (min-width: 576px) {
  header .header-content {
    height: 60px;
  }
}

@media screen and (min-width: 960px) {
  header .header-content {
    height: 100px;
  }
}

header .header-content .header-inside {
  align-items: center;
  width: 97%;
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 75px;
}

@media screen and (min-width: 576px) {
  header .header-content .header-inside {
    height: 60px;
  }
}

@media screen and (min-width: 960px) {
  header .header-content .header-inside {
    height: 100px;
  }
}

header .header-content .top-img {
  width: 100px;
  display: block;
  padding-top: 5px;
}

@media screen and (min-width: 960px) {
  header .header-content .top-img {
    padding-top: 0;
  }
}

header .header-content ul {
  display: flex;
  justify-content: center;
  display: none;
}

@media screen and (min-width: 960px) {
  header .header-content ul {
    padding-left: 0;
    display: inline-block;
  }
}

header .header-content ul .header-nav-item {
  font-size: 13px;
  color: #fff;
  list-style: none;
  display: inline-block;
  line-height: 100px;
}

header .header-content ul .header-nav-item .header-list {
  color: #fff;
  font-size: 16px;
  padding: 0 12px;
  font-weight: bold;
  transition: 0.3s;
}

header .header-content ul .header-nav-item .header-list:hover {
  color: #FFF000;
}

.main-wrapper {
  background-color: #FF5ABE;
  background-image: url(../img/main_back_radial.png);
  background-size: cover;
  position: relative;
  padding-bottom: 170px;
}

@media screen and (min-width: 576px) {
  .main-wrapper {
    padding-bottom: 220px;
  }
}

@media screen and (min-width: 960px) {
  .main-wrapper {
    padding-bottom: 350px;
    background-image: url(../img//main_back_radial.pc-1.png);
    background-size: cover;
  }
}

@media screen and (min-width: 1200px) {
  .main-wrapper {
    background-image: url(../img/main_back_radial.svg);
  }
}

.main-wrapper .main-contents {
  position: relative;
}

@media screen and (min-width: 960px) {
  .main-wrapper .main-contents {
    width: 90%;
    display: block;
    margin: 0 auto;
    max-width: 980px;
  }
}

.main-wrapper .main-contents .main-stars {
  display: inline-block;
}

.main-wrapper .main-contents .main-stars .star-1 {
  width: 10%;
  position: absolute;
  top: -1%;
  left: 43%;
}

@media screen and (min-width: 576px) {
  .main-wrapper .main-contents .main-stars .star-1 {
    top: 28%;
    left: 0%;
  }
}

@media screen and (min-width: 960px) {
  .main-wrapper .main-contents .main-stars .star-1 {
    width: 5%;
    top: 28%;
    left: 0;
  }
}

.main-wrapper .main-contents .main-stars .star-2 {
  width: 10%;
  position: absolute;
  top: 0%;
  left: 18%;
}

@media screen and (min-width: 576px) {
  .main-wrapper .main-contents .main-stars .star-2 {
    width: 5%;
    top: 25%;
    left: 23%;
    z-index: 10;
  }
}

@media screen and (min-width: 960px) {
  .main-wrapper .main-contents .main-stars .star-2 {
    width: 6%;
    top: 16%;
    left: 15%;
  }
}

.main-wrapper .main-contents .main-stars .star-3 {
  width: 10%;
  position: absolute;
  top: -1%;
  right: 10%;
}

@media screen and (min-width: 576px) {
  .main-wrapper .main-contents .main-stars .star-3 {
    top: 0%;
    right: 20%;
  }
}

@media screen and (min-width: 960px) {
  .main-wrapper .main-contents .main-stars .star-3 {
    width: 5%;
    top: 30%;
    right: 0;
  }
}

.main-wrapper .main-contents .main-stars .star-4 {
  width: 5%;
  position: absolute;
  top: 0%;
  right: 20%;
}

@media screen and (min-width: 576px) {
  .main-wrapper .main-contents .main-stars .star-4 {
    top: 10%;
    right: 10%;
  }
}

@media screen and (min-width: 960px) {
  .main-wrapper .main-contents .main-stars .star-4 {
    top: 20%;
    right: 15%;
  }
}

.main-wrapper .main-contents .main-deco {
  display: none;
}

@media screen and (min-width: 576px) {
  .main-wrapper .main-contents .main-deco {
    display: block;
  }
}

.main-wrapper .main-contents .main-deco .main-deco-1 {
  width: 25%;
  position: absolute;
  top: 6%;
  left: -5%;
}

@media screen and (min-width: 576px) {
  .main-wrapper .main-contents .main-deco .main-deco-1 {
    width: 20%;
    top: 13%;
    left: 0%;
  }
}

@media screen and (min-width: 960px) {
  .main-wrapper .main-contents .main-deco .main-deco-1 {
    position: absolute;
    top: 6%;
    left: -5%;
  }
}

.main-wrapper .main-contents .main-deco .main-deco-2 {
  width: 25%;
  position: absolute;
  top: 6%;
  right: -5%;
}

@media screen and (min-width: 576px) {
  .main-wrapper .main-contents .main-deco .main-deco-2 {
    width: 20%;
    top: 13%;
    right: 0%;
  }
}

@media screen and (min-width: 960px) {
  .main-wrapper .main-contents .main-deco .main-deco-2 {
    top: 6%;
    right: -5%;
    width: 25%;
  }
}

.main-wrapper .main-contents .main-smokes .main-smoke-1 {
  width: 8%;
  position: absolute;
  top: 20%;
  right: 0;
}

@media screen and (min-width: 576px) {
  .main-wrapper .main-contents .main-smokes .main-smoke-1 {
    top: 35%;
  }
}

.main-wrapper .main-contents .main-smokes .main-smoke-2 {
  width: 15%;
  position: absolute;
  top: 32%;
  left: 0;
}

@media screen and (min-width: 576px) {
  .main-wrapper .main-contents .main-smokes .main-smoke-2 {
    top: 50%;
  }
}

.main-wrapper .main-contents .main-smokes .main-smoke-3 {
  width: 15%;
  position: absolute;
  top: 30%;
  right: 0;
}

@media screen and (min-width: 576px) {
  .main-wrapper .main-contents .main-smokes .main-smoke-3 {
    top: 40%;
  }
}

.main-wrapper .main-contents .main-img {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.main-wrapper .main-contents .main-img img {
  vertical-align: top;
  display: block;
}

@media screen and (min-width: 960px) {
  .main-wrapper .main-contents .main-img {
    margin: 0 auto;
  }
}

.main-wrapper .main-contents .main-img .main-img-sp {
  display: inline-block;
  padding: 0;
  margin: 0;
  display: block;
}

@media screen and (min-width: 576px) {
  .main-wrapper .main-contents .main-img .main-img-sp {
    display: none;
  }
}

.main-wrapper .main-contents .main-img .main-img-sp img {
  display: block;
}

.main-wrapper .main-contents .main-img .main-img-pc {
  display: none;
}

@media screen and (min-width: 576px) {
  .main-wrapper .main-contents .main-img .main-img-pc {
    display: block;
  }
}

.main-wrapper .main-contents .main-img .main-img-sponsor {
  position: absolute;
  display: block;
  margin: auto;
  top: 53%;
  right: 0;
  left: 0;
  width: 70%;
  z-index: 0;
}

@media screen and (min-width: 576px) {
  .main-wrapper .main-contents .main-img .main-img-sponsor {
    left: 0%;
    right: auto;
    top: 40%;
    width: 50%;
  }
}

.main-wrapper .main-contents .main-img .main-img-fun {
  position: absolute;
  display: block;
  margin: auto;
  top: 25%;
  right: 10%;
  left: auto;
  width: 13%;
  transform: rotate(15deg);
}

@media screen and (min-width: 960px) {
  .main-wrapper .main-contents .main-img .main-img-fun {
    top: 32%;
  }
}

.main-wrapper .main-contents .main-video-item {
  position: relative;
}

.main-wrapper .main-contents .main-video-item .main-comic {
  padding-top: 45.57292%;
  position: relative;
}

.main-wrapper .main-contents .main-video-item .main-comic iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 3;
}

.main-wrapper .main-contents .main-text {
  text-align: center;
  color: #fff;
  font-size: 52px;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: Black;
  font-style: italic;
  line-height: 40px;
}

@media screen and (min-width: 576px) {
  .main-wrapper .main-contents .main-text {
    font-size: 80px;
    line-height: 80px;
  }
}

@media screen and (min-width: 960px) {
  .main-wrapper .main-contents .main-text {
    font-size: 100px;
    line-height: 100px;
  }
}

.main-wrapper .main-btm {
  position: absolute;
  bottom: -1%;
  z-index: 1;
}

@media screen and (min-width: 960px) {
  .main-wrapper .main-btm {
    bottom: -1%;
  }
}

.main-wrapper .main-btm .main-btm-sp {
  display: block;
}

@media screen and (min-width: 576px) {
  .main-wrapper .main-btm .main-btm-sp {
    display: none;
  }
}

.main-wrapper .main-btm .main-btm-pc {
  display: none;
}

@media screen and (min-width: 576px) {
  .main-wrapper .main-btm .main-btm-pc {
    display: block;
  }
}

.vision-wrapper {
  background-color: #FFF000;
  padding-bottom: 40px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .vision-wrapper {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 576px) {
  .vision-wrapper .vision-title {
    width: 400px;
    position: absolute;
    right: 5%;
    z-index: 10;
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .vision-wrapper .vision-title {
    left: 40%;
    width: 550px;
  }
}

.vision-wrapper .vision-title .section-title {
  text-align: center;
  position: relative;
  font-size: 66px;
  line-height: 80px;
}

@media screen and (min-width: 576px) {
  .vision-wrapper .vision-title .section-title {
    text-align: right;
    padding-top: 100px;
    font-size: 121px;
    padding-bottom: 16px;
    width: 400px;
    margin-right: 0 !important;
  }
  .vision-wrapper .vision-title .section-title:after {
    content: "";
    background-image: url("../img/グループ 4642.svg");
    position: absolute;
    display: block;
    background-size: cover;
    height: 130px;
    width: 130px;
    top: -40%;
    right: 0%;
  }
}

@media screen and (min-width: 960px) {
  .vision-wrapper .vision-title .section-title:after {
    position: absolute;
    right: -40%;
    top: 20%;
    height: 150px;
    width: 150px;
  }
}

.vision-wrapper .vision-title .section-title-img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .vision-wrapper .vision-title .section-title-img {
    margin-right: 5%;
    width: 200px;
  }
}

@media screen and (min-width: 960px) {
  .vision-wrapper .vision-title .section-title-img {
    margin-left: 40px;
    width: 34%;
  }
}

@media screen and (min-width: 576px) {
  .vision-wrapper .vision-title {
    float: right;
    display: block;
  }
}

@media screen and (min-width: 576px) {
  .vision-wrapper .vision-main-img {
    position: absolute;
    top: -30%;
    left: 0;
    width: 450px;
    z-index: 2;
  }
}

@media screen and (min-width: 960px) {
  .vision-wrapper .vision-main-img {
    width: 50%;
    max-width: 650px;
    float: left;
    padding-top: 100px;
  }
}

.vision-wrapper .vision-text {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .vision-wrapper .vision-text {
    padding-top: 350px;
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) {
  .vision-wrapper .vision-text {
    margin-left: auto;
    width: 60%;
  }
}

.vision-wrapper .starbond {
  position: absolute;
  bottom: 0;
}

.vision-wrapper .bl-left {
  display: none;
}

@media screen and (min-width: 576px) {
  .vision-wrapper .bl-left {
    display: block;
    position: absolute;
    left: 0;
    top: 0%;
    width: 25%;
  }
}

.vision-wrapper .bl-right {
  display: none;
}

@media screen and (min-width: 576px) {
  .vision-wrapper .bl-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0%;
    width: 25%;
  }
}

.vision-wrapper .bl-btm {
  display: none;
}

@media screen and (min-width: 576px) {
  .vision-wrapper .bl-btm {
    display: block;
    position: absolute;
    bottom: 0%;
    width: 100%;
  }
}

.about-wrapper {
  background-color: #FF5ABE;
  padding-bottom: 67px;
  position: relative;
  padding-top: 77px;
}

@media screen and (min-width: 576px) {
  .about-wrapper {
    padding-top: 127px;
    padding-bottom: 500px;
  }
  .about-wrapper:after {
    height: 6%;
  }
}

@media screen and (min-width: 960px) {
  .about-wrapper {
    padding-bottom: 250px;
    padding-top: 200px;
  }
}

.about-wrapper .about-star {
  position: absolute;
  top: 0;
}

.about-wrapper .container {
  position: relative;
}

@media screen and (min-width: 576px) {
  .about-wrapper .about-title {
    position: absolute;
    z-index: 100;
    top: 2%;
    left: 0%;
  }
}

@media screen and (min-width: 1200px) {
  .about-wrapper .about-title {
    left: 0%;
  }
}

.about-wrapper .about-title .section-title {
  font-size: 66px;
  line-height: 60px;
}

@media screen and (min-width: 576px) {
  .about-wrapper .about-title .section-title {
    font-size: 100px;
    padding-top: 100px;
    text-align: left;
    line-height: 100px;
  }
}

@media screen and (min-width: 960px) {
  .about-wrapper .about-title .section-title {
    padding-top: 0;
    line-height: 105px;
    font-size: 100px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .about-wrapper .about-title .section-title {
    font-size: 150px;
  }
}

.about-wrapper .about-title .section-title-img {
  display: block;
  margin: 0 auto;
  width: 200px;
  padding-bottom: 41px;
}

@media screen and (min-width: 576px) {
  .about-wrapper .about-title .section-title-img {
    width: 50%;
    margin-left: 0;
  }
}

.about-wrapper .about-main-img {
  position: relative;
  padding-bottom: 40px;
  position: relative;
  width: 80%;
  display: block;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .about-wrapper .about-main-img {
    width: 80%;
    float: right;
    position: relative;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 960px) {
  .about-wrapper .about-main-img {
    position: relative;
    width: 60%;
  }
}

.about-wrapper .about-main-img .about-main-cool {
  width: 50%;
  position: absolute;
  display: block;
  top: 25%;
  left: -10%;
  z-index: 10;
}

@media screen and (min-width: 576px) {
  .about-wrapper .about-main-img .about-main-cool {
    top: -10%;
    left: -20%;
    width: 40%;
  }
}

@media screen and (min-width: 960px) {
  .about-wrapper .about-main-img .about-main-cool {
    right: -10%;
    top: 65%;
    left: auto;
    width: 44%;
  }
}

.about-wrapper .about-main-img .about-halfstone {
  display: none;
}

@media screen and (min-width: 960px) {
  .about-wrapper .about-main-img .about-halfstone {
    position: absolute;
    width: 40%;
    top: 90%;
    right: 5%;
    z-index: 0;
    display: block;
    margin-left: auto;
  }
}

@media screen and (min-width: 576px) {
  .about-wrapper .about-items {
    width: 100%;
    max-height: 400px;
    max-width: 750px;
    display: block;
    margin: 0 auto;
    padding-bottom: 750px;
  }
}

@media screen and (min-width: 768px) {
  .about-wrapper .about-items {
    padding-bottom: 1000px;
  }
}

@media screen and (min-width: 960px) {
  .about-wrapper .about-items {
    width: 70%;
    position: absolute;
    top: 400px;
    left: 0%;
    bottom: auto;
    max-width: 920px;
  }
}

@media screen and (min-width: 1200px) {
  .about-wrapper .about-items {
    left: 0%;
    width: 70%;
  }
}

.lacross-wrapper {
  background-color: #FF5ABE;
  padding-bottom: 102px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .lacross-wrapper {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 960px) {
  .lacross-wrapper {
    height: 1270px;
    position: relative;
  }
}

@media screen and (min-width: 1200px) {
  .lacross-wrapper {
    height: 1400px;
  }
}

.lacross-wrapper .halfstone {
  display: none;
}

@media screen and (min-width: 576px) {
  .lacross-wrapper .halfstone {
    display: block;
    position: absolute;
    top: -6%;
    width: 60%;
    right: 10%;
  }
}

@media screen and (min-width: 960px) {
  .lacross-wrapper .halfstone {
    top: 40%;
    right: auto;
    left: 10%;
  }
}

.lacross-wrapper .lacross-items {
  position: relative;
}

.lacross-wrapper .lacross-items .lacross-title {
  line-height: 60px;
}

@media screen and (min-width: 576px) {
  .lacross-wrapper .lacross-items .lacross-title {
    width: 50%;
    position: absolute;
    top: 6%;
    right: 0%;
    z-index: 100;
    width: 450px;
  }
}

@media screen and (min-width: 960px) {
  .lacross-wrapper .lacross-items .lacross-title {
    top: 0%;
    right: 0%;
  }
}

@media screen and (min-width: 1200px) {
  .lacross-wrapper .lacross-items .lacross-title {
    top: 0;
    right: 15%;
  }
}

.lacross-wrapper .lacross-items .lacross-title .section-title {
  font-size: 66px;
}

@media screen and (min-width: 576px) {
  .lacross-wrapper .lacross-items .lacross-title .section-title {
    text-align: left;
    line-height: 101px;
    font-size: 100px;
  }
}

@media screen and (min-width: 960px) {
  .lacross-wrapper .lacross-items .lacross-title .section-title {
    font-size: 100px;
    padding-bottom: 30px;
    line-height: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .lacross-wrapper .lacross-items .lacross-title .section-title {
    font-size: 150px;
    line-height: 120px;
  }
}

.lacross-wrapper .lacross-items .lacross-title .section-title-img {
  display: block;
  width: 70%;
  padding-bottom: 40px;
}

@media screen and (min-width: 576px) {
  .lacross-wrapper .lacross-items .lacross-title .section-title-img {
    width: 80%;
    margin-left: 0;
  }
}

@media screen and (min-width: 960px) {
  .lacross-wrapper .lacross-items .lacross-title .section-title-img {
    width: 75%;
  }
}

.lacross-wrapper .lacross-items .about-lacross-img {
  position: relative;
  width: 90%;
  padding-bottom: 43px;
}

@media screen and (min-width: 576px) {
  .lacross-wrapper .lacross-items .about-lacross-img {
    width: 80%;
  }
}

@media screen and (min-width: 960px) {
  .lacross-wrapper .lacross-items .about-lacross-img {
    width: 70%;
    float: left;
  }
}

.lacross-wrapper .lacross-items .about-lacross-img .about-lacross-star {
  width: 30%;
  position: absolute;
  display: block;
  top: 40%;
  right: -5%;
  z-index: 100;
}

@media screen and (min-width: 576px) {
  .lacross-wrapper .lacross-items .about-lacross-img .about-lacross-star {
    top: 0;
    right: -30%;
  }
}

@media screen and (min-width: 960px) {
  .lacross-wrapper .lacross-items .about-lacross-img .about-lacross-star {
    right: -40%;
    top: 40%;
    width: 20%;
  }
}

.lacross-wrapper .lacross-items .lacross-contents {
  background-color: #fff;
  border: 3px solid #333333;
  padding: 31px 18px 27px 21px;
  margin-bottom: 43px;
}

@media screen and (min-width: 576px) {
  .lacross-wrapper .lacross-items .lacross-contents {
    padding: 80px 64px;
    box-shadow: 15px 15px #333333;
  }
}

@media screen and (min-width: 960px) {
  .lacross-wrapper .lacross-items .lacross-contents {
    position: absolute;
    padding: 60px 40px;
    width: 55%;
    top: 70%;
    right: 0;
    z-index: 1;
    max-width: 750px;
  }
}

.lacross-wrapper .lacross-items .lacross-contents p {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .lacross-wrapper .lacross-items .lacross-contents p {
    font-size: 18px;
  }
}

.lacross-wrapper .lacross-items .lacross-info {
  position: relative;
}

@media screen and (min-width: 960px) {
  .lacross-wrapper .lacross-items .lacross-info {
    width: 50%;
    position: absolute;
    bottom: -80%;
    left: 0%;
    z-index: 0;
  }
}

.lacross-wrapper .lacross-items .lacross-info .f-check {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 960px) {
  .lacross-wrapper .lacross-items .lacross-info .f-check {
    top: 65%;
  }
}

.lacross-wrapper .lacross-items .lacross-info .f-check:hover {
  opacity: 0.8;
}

.lacross-wrapper .lacross-items .lacross-info .f-check div {
  width: 50%;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .lacross-wrapper .lacross-items .lacross-info .f-check div {
    width: 40%;
  }
}

.company-wrapper {
  padding-bottom: 80px;
  background-color: #FF5ABE;
}

.company-wrapper .section-title {
  font-size: 58px;
  line-height: 65px;
}

@media screen and (min-width: 576px) {
  .company-wrapper .section-title {
    font-size: 100px;
    line-height: 120px;
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 960px) {
  .company-wrapper .section-title {
    padding-bottom: 50px;
    font-size: 100px;
    line-height: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .company-wrapper .section-title {
    font-size: 150px;
    line-height: 120px;
  }
}

.company-wrapper .section-title-img {
  margin: 0 auto;
  display: block;
  width: 70%;
}

@media screen and (min-width: 960px) {
  .company-wrapper .section-title-img {
    width: 40%;
  }
}

.company-wrapper .company-deco {
  display: flex;
  justify-content: space-between;
}

.company-wrapper .company-deco .company-deco-img {
  width: 20%;
}

.company-wrapper .company-deco .company-deco-img:nth-child(1) {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.company-wrapper .company-flex {
  display: flex;
  justify-content: space-between;
}

.company-wrapper .company-flex .company-deco-img {
  width: 10%;
}

.company-wrapper .company-flex .company-deco-img:nth-child(1) {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

@media screen and (min-width: 576px) {
  .company-wrapper .company-flex .section-title-img {
    width: 40%;
  }
}

.company-wrapper .company-items {
  background-color: #fff;
  border: 3px solid #333333;
  padding: 52px 60px;
}

@media screen and (min-width: 576px) {
  .company-wrapper .company-items {
    box-shadow: 15px 15px #333333;
    padding: 80px 100px;
    width: 85%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 960px) {
  .company-wrapper .company-items {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    margin-bottom: 200px;
  }
}

.company-wrapper .company-items .company-item {
  padding: 20px 0;
}

@media screen and (min-width: 576px) {
  .company-wrapper .company-items .company-item {
    padding: 30px;
  }
}

@media screen and (min-width: 960px) {
  .company-wrapper .company-items .company-item {
    padding: 20px;
  }
}

.pink-bottom {
  background-color: #FF5ABE;
  position: relative;
  padding: 50px 0;
}

@media screen and (min-width: 960px) {
  .pink-bottom {
    height: 1900px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .pink-bottom {
    height: 2200px;
  }
}

@media screen and (min-width: 1500px) {
  .pink-bottom {
    height: 2250px;
  }
}

.pink-bottom .cpon-img {
  display: block;
  margin: 0 auto;
  width: 90%;
}

@media screen and (min-width: 576px) {
  .pink-bottom .cpon-img {
    width: 80%;
  }
}

@media screen and (min-width: 960px) {
  .pink-bottom .cpon-img {
    width: 100%;
  }
}

.pink-bottom .comic-items {
  position: relative;
  padding-bottom: 60px;
}

@media screen and (min-width: 576px) {
  .pink-bottom .comic-items {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 960px) {
  .pink-bottom .comic-items {
    width: 800px;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .pink-bottom .comic-items {
    width: 1000px;
  }
}

.pink-bottom .comic-items .comic-sp {
  display: block;
}

.pink-bottom .comic-items .comic-sp .comic-sp-1 {
  padding-bottom: 40px;
}

@media screen and (min-width: 576px) {
  .pink-bottom .comic-items .comic-sp {
    display: none;
  }
}

.pink-bottom .qrcode-img {
  display: block;
  margin: 0 auto;
  width: 90%;
  padding-bottom: 31px;
}

@media screen and (min-width: 576px) {
  .pink-bottom .qrcode-img {
    padding-top: 10px;
    width: 80%;
  }
}

@media screen and (min-width: 960px) {
  .pink-bottom .qrcode-img {
    width: 100%;
    padding-top: 10px;
    max-width: 900px;
  }
}

@media screen and (min-width: 1200px) {
  .pink-bottom .qrcode-img {
    padding-top: 0px;
    width: 100%;
    max-width: 1000px;
  }
}

.bottom-btn {
  padding: 80px 0;
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 576px) {
  .bottom-btn {
    padding: 120px 0 80px 0;
  }
}

@media screen and (min-width: 960px) {
  .bottom-btn {
    padding: 200px 0;
  }
}

.bottom-btn .pagetop {
  position: absolute;
  top: -15%;
  right: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 960px) {
  .bottom-btn .bottom-btn-items {
    display: flex;
  }
}

.bottom-btn .bottom-btn-items .bottom-btn-item {
  width: 70%;
  display: block;
  margin: 0 auto;
  padding-bottom: 40px;
}

@media screen and (min-width: 576px) {
  .bottom-btn .bottom-btn-items .bottom-btn-item {
    width: 50%;
  }
}

@media screen and (min-width: 960px) {
  .bottom-btn .bottom-btn-items .bottom-btn-item {
    padding: 0 40px;
  }
}

footer {
  background-color: #333333;
  padding: 20px;
}

footer .footer-items {
  display: block;
}

@media screen and (min-width: 576px) {
  footer .footer-items {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  footer .footer-items {
    display: block;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
}

footer .footer-items .footer-logo {
  width: 30%;
  display: block;
  margin: 0 auto;
  padding-bottom: 23px;
}

@media screen and (min-width: 960px) {
  footer .footer-items .footer-logo {
    padding-bottom: 0;
    width: 10%;
    margin: 0;
  }
}

footer .footer-items .footer-text {
  text-align: center;
}

@media screen and (min-width: 960px) {
  footer .footer-items .footer-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

footer .footer-items .footer-text p {
  color: #fff;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  footer .footer-items .footer-text p {
    font-size: 12px;
  }
}

footer .footer-items .footer-text .privacy-policy {
  font-size: 11px;
  padding: 23px 0 29px 0;
  color: #fff;
}

@media screen and (min-width: 960px) {
  footer .footer-items .footer-text .privacy-policy {
    font-size: 12px;
    padding: 0 30px 0 0;
  }
}

footer .footer-items .footer-text .copyright {
  font-size: 11px;
}

footer .footer-items-tb {
  display: none;
}

@media screen and (min-width: 576px) {
  footer .footer-items-tb {
    display: block;
  }
  footer .footer-items-tb .footer-item-tb-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  footer .footer-items-tb .footer-item-tb-flex .footer-item-tb-img {
    width: 100px;
  }
  footer .footer-items-tb .footer-item-tb-flex .footer-item-tb-pp {
    font-size: 18px;
    color: #fff;
  }
  footer .footer-items-tb .footer-item-tb-text {
    text-align: center;
    font-size: 12px;
    color: #fff;
  }
}

@media screen and (min-width: 960px) {
  footer .footer-items-tb {
    display: none;
  }
}

.top-wrapper {
  background-image: url(../img/TOP_image.png);
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  height: 200px;
}

@media screen and (min-width: 576px) {
  .top-wrapper {
    height: 250px;
  }
}

@media screen and (min-width: 960px) {
  .top-wrapper {
    height: 350px;
  }
}

@media screen and (min-width: 1200px) {
  .top-wrapper {
    height: 400px;
  }
}

@media screen and (min-width: 1500px) {
  .top-wrapper {
    height: 500px;
  }
}

.top-wrapper .top-img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .top-wrapper .top-img {
    width: 50%;
    max-width: 310px;
  }
}

@media screen and (min-width: 960px) {
  .top-wrapper .top-img {
    width: 70%;
    max-width: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .top-wrapper .top-img {
    width: 90%;
  }
}

.affiliated-top {
  position: relative;
}

.affiliated-top .top-img {
  width: 55%;
  max-width: 180px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .affiliated-top .top-img {
    width: 65%;
    max-width: 240px;
  }
}

@media screen and (min-width: 960px) {
  .affiliated-top .top-img {
    width: 50%;
    max-width: 405px;
  }
}

@media screen and (min-width: 1200px) {
  .affiliated-top .top-img {
    width: 40%;
    max-width: 700px;
  }
}

@media screen and (min-width: 1500px) {
  .affiliated-top .top-img {
    width: 50%;
  }
}

.develop-wrapper {
  background-color: #FFF000;
  padding-top: 83px;
  padding-bottom: 80px;
  position: relative;
  background-image: url(../img/sponsoredmenu_decoration_halftone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media screen and (min-width: 576px) {
  .develop-wrapper {
    background-image: url(../img/bg-yellow-tb.png);
    background-size: contain;
    background-position: 0 0;
    background-size: 100%;
  }
}

@media screen and (min-width: 960px) {
  .develop-wrapper {
    background-image: url(../img/bg-yellow.png);
    padding-top: 150px;
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 1200px) {
  .develop-wrapper {
    background-image: url(../img/bg-yellow-lg.png);
  }
}

.develop-wrapper .section-title-img {
  width: 95%;
}

@media screen and (min-width: 576px) {
  .develop-wrapper .section-title-img {
    width: 90%;
    display: block;
    margin-left: 0;
    padding-bottom: 44px;
  }
}

@media screen and (min-width: 960px) {
  .develop-wrapper .section-title-img {
    width: 70%;
    display: block;
    margin-left: 0;
    padding-bottom: 80px;
    margin: 0 90px;
  }
}

@media screen and (min-width: 1200px) {
  .develop-wrapper .section-title-img {
    margin: 0 104px;
  }
}

.develop-wrapper .develop-main-img {
  display: inline-block;
}

@media screen and (min-width: 576px) {
  .develop-wrapper .develop-main-img {
    display: none;
  }
}

.develop-wrapper .develop-top-text {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 24px;
}

@media screen and (min-width: 576px) {
  .develop-wrapper .develop-top-text {
    text-align: left;
    font-size: 36px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 960px) {
  .develop-wrapper .develop-top-text {
    text-align: left;
    font-size: 30px;
    margin: 0 90px;
  }
}

@media screen and (min-width: 1200px) {
  .develop-wrapper .develop-top-text {
    margin: 0 104px;
  }
}

.develop-wrapper .develop-deco {
  display: none;
}

@media screen and (min-width: 960px) {
  .develop-wrapper .develop-deco {
    display: block;
    width: 10%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scale(-1);
    transform: rotate(-100deg);
    top: 20%;
    left: 2%;
    position: absolute;
  }
}

.develop-wrapper .develop-contents {
  background-color: #fff;
  padding-bottom: 40px;
  border: 3px solid #333333;
  margin-bottom: 40px;
}

@media screen and (min-width: 576px) {
  .develop-wrapper .develop-contents {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 960px) {
  .develop-wrapper .develop-contents {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 200px;
  }
}

.develop-wrapper .develop-contents .develop-title {
  text-align: center;
  padding: 20px 0;
  background-color: #333333;
}

.develop-wrapper .develop-contents .develop-title p {
  font-family: 'Alegreya Sans', sans-serif;
  font-style: italic;
  font-size: 33px;
  color: #fff;
  font-weight: bold;
}

.develop-wrapper .develop-contents .develop-subtitle {
  text-align: center;
  padding-top: 36px;
  padding-bottom: 20px;
  line-height: 28px;
  font-size: 16px;
}

@media screen and (min-width: 576px) {
  .develop-wrapper .develop-contents .develop-subtitle {
    font-size: 24px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.develop-wrapper .develop-contents .develop-menus {
  padding: 0 21px;
}

.develop-wrapper .develop-contents .develop-menus a {
  color: #333333;
  text-decoration: #333333 !important;
  border-bottom: 1px solid #333333;
}

.develop-wrapper .develop-contents .develop-menus .develop-menu-img {
  padding-bottom: 21px;
  width: 100%;
  overflow-x: scroll;
}

.develop-wrapper .develop-contents .develop-menus .develop-menu-img img {
  width: 300%;
}

@media screen and (min-width: 960px) {
  .develop-wrapper .develop-contents .develop-menus .develop-menu-img img {
    width: 100%;
  }
}

.develop-wrapper .develop-contents .develop-menus .develop-menu-text-top {
  font-size: 16px;
  padding-bottom: 40px;
}

@media screen and (min-width: 576px) {
  .develop-wrapper .develop-contents .develop-menus .develop-menu-text-top {
    font-size: 18px;
  }
}

.develop-wrapper .develop-contents .develop-menus .develop-menu-text-bottom {
  padding-bottom: 20px;
  font-size: 16px;
}

@media screen and (min-width: 576px) {
  .develop-wrapper .develop-contents .develop-menus .develop-menu-text-bottom {
    font-size: 18px;
  }
}

.develop-wrapper .develop-contents .develop-bottom-text {
  padding: 0 21px;
  font-size: 11px;
}

.develop-wrapper .account-contents {
  background-color: #fff;
  border: 3px solid #333333;
  position: relative;
}

@media screen and (min-width: 960px) {
  .develop-wrapper .account-contents {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}

.develop-wrapper .account-contents .develop-title {
  background-color: #333333;
  padding: 20px 0;
  text-align: center;
}

.develop-wrapper .account-contents .develop-title p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
}

.develop-wrapper .account-contents .account-text {
  text-align: center;
  font-size: bold;
  font-size: 18px;
  padding: 25px 21px 18px 21px;
  line-height: 31.5px;
}

@media screen and (min-width: 576px) {
  .develop-wrapper .account-contents .account-text {
    font-size: 20px;
    text-align: left;
    line-height: 40px;
    padding: 40px 0;
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 960px) {
  .develop-wrapper .account-contents .account-text {
    width: 70%;
    padding: 60px 0;
  }
}

.develop-wrapper .account-contents .account-wow {
  display: none;
}

@media screen and (min-width: 960px) {
  .develop-wrapper .account-contents .account-wow {
    display: block;
    width: 35%;
    position: absolute;
    top: -40%;
    left: -17%;
  }
}

.develop-wrapper .develop-contact {
  display: none;
}

@media screen and (min-width: 960px) {
  .develop-wrapper .develop-contact {
    display: block;
    padding-top: 200px;
    margin: 0 auto;
  }
}

.develop-wrapper .develop-contact p {
  text-align: center;
  padding-bottom: 120px;
  font-size: 30px;
  font-weight: bold;
}

.develop-wrapper .develop-contact .develop-contact-btn {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.develop-wrapper .develop-contact .develop-contact-btn a {
  color: #fff;
  padding: 18px 110px;
  background-color: #141c7b;
  border-radius: 90px;
  font-size: 30px;
  border: 3px solid #141c7b;
}

.develop-wrapper .develop-contact .develop-contact-btn a:hover {
  color: #141c7b;
  background-color: #fff;
  border: 3px solid #141c7b;
}

.volunteer-wrapper {
  background-color: #82EF3F;
  padding-top: 76px;
  position: relative;
  padding-bottom: 100px;
}

@media screen and (min-width: 576px) {
  .volunteer-wrapper {
    padding-bottom: 500px;
  }
}

@media screen and (min-width: 960px) {
  .volunteer-wrapper {
    padding-bottom: 100px;
    padding-top: 180px;
  }
}

.volunteer-wrapper .volunteer-star {
  position: absolute;
  top: 0;
}

.volunteer-wrapper .section-title {
  font-size: 60px;
  line-height: 60px;
}

@media screen and (min-width: 576px) {
  .volunteer-wrapper .section-title {
    font-size: 100px;
    line-height: 110px;
  }
}

@media screen and (min-width: 960px) {
  .volunteer-wrapper .section-title {
    font-size: 150px;
    line-height: 180px;
  }
}

.volunteer-wrapper .section-title-img {
  padding-bottom: 50px;
  width: 70%;
  position: relative;
}

@media screen and (min-width: 576px) {
  .volunteer-wrapper .section-title-img {
    width: 70%;
  }
}

@media screen and (min-width: 960px) {
  .volunteer-wrapper .section-title-img {
    width: 45%;
  }
}

.volunteer-wrapper .volunteer-deco {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 576px) {
  .volunteer-wrapper .volunteer-deco {
    align-items: center;
  }
}

@media screen and (min-width: 960px) {
  .volunteer-wrapper .volunteer-deco {
    padding-bottom: 40px;
  }
}

.volunteer-wrapper .volunteer-deco .deco-img {
  width: 15%;
  margin-top: 20px;
}

@media screen and (min-width: 576px) {
  .volunteer-wrapper .volunteer-deco .deco-img {
    width: 10%;
    margin-top: 0;
  }
}

@media screen and (min-width: 960px) {
  .volunteer-wrapper .volunteer-deco .deco-img {
    width: 5%;
  }
}

.volunteer-wrapper .volunteer-deco .deco-img:nth-child(1) {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.volunteer-wrapper .volunteer-deco .volunteer-top-text {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (min-width: 576px) {
  .volunteer-wrapper .volunteer-deco .volunteer-top-text {
    font-size: 20px;
  }
}

.volunteer-wrapper .facebook-non-sp {
  text-align: center;
  display: block;
  margin-bottom: 50px;
}

.volunteer-wrapper .facebook-sp {
  position: relative;
  width: 100%;
  padding-top: 75%;
  /* = height ÷ width × 100 */
}

.volunteer-wrapper .facebook-sp iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 576px) {
  .volunteer-wrapper .volunteer-recruit {
    position: relative;
  }
}

.volunteer-wrapper .volunteer-recruit .volunteer-recruit-img {
  position: relative;
}

@media screen and (min-width: 576px) {
  .volunteer-wrapper .volunteer-recruit .volunteer-recruit-img {
    width: 75%;
    display: block;
    margin-left: auto;
  }
}

@media screen and (min-width: 960px) {
  .volunteer-wrapper .volunteer-recruit .volunteer-recruit-img {
    width: 50%;
  }
}

.volunteer-wrapper .volunteer-recruit .volunteer-recruit-img .vr-star {
  position: absolute;
  display: block;
  top: 5%;
  width: 40%;
  z-index: 10;
}

@media screen and (min-width: 576px) {
  .volunteer-wrapper .volunteer-recruit .volunteer-recruit-img .vr-star {
    left: -30%;
  }
}

@media screen and (min-width: 960px) {
  .volunteer-wrapper .volunteer-recruit .volunteer-recruit-img .vr-star {
    top: -120%;
    right: 0%;
    left: auto;
  }
}

.volunteer-wrapper .volunteer-recruit .volunteer-recruit-img .halfstone {
  display: none;
}

@media screen and (min-width: 576px) {
  .volunteer-wrapper .volunteer-recruit .volunteer-recruit-img .halfstone {
    display: block;
    position: absolute;
    top: 10%;
    left: -55%;
    width: 70%;
  }
}

@media screen and (min-width: 960px) {
  .volunteer-wrapper .volunteer-recruit .volunteer-recruit-img .halfstone {
    width: 75%;
    top: 0;
  }
}

.volunteer-wrapper .volunteer-recruit .volunteer-recruit-text {
  position: relative;
}

@media screen and (min-width: 576px) {
  .volunteer-wrapper .volunteer-recruit .volunteer-recruit-text {
    position: absolute;
    top: 70%;
  }
}

@media screen and (min-width: 960px) {
  .volunteer-wrapper .volunteer-recruit .volunteer-recruit-text {
    top: 10%;
    width: 75%;
    left: -2%;
  }
}

.volunteer-wrapper .volunteer-recruit .volunteer-recruit-text .vr-img {
  position: relative;
}

@media screen and (min-width: 960px) {
  .volunteer-wrapper .volunteer-recruit .volunteer-recruit-text .vr-img {
    width: 90%;
  }
}

.volunteer-wrapper .volunteer-recruit .volunteer-recruit-text .vr-title {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  font-family: "けいふぉんと";
  padding-bottom: 20px;
  position: absolute;
  top: 10%;
  z-index: 10;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (min-width: 576px) {
  .volunteer-wrapper .volunteer-recruit .volunteer-recruit-text .vr-title {
    top: 30%;
  }
}

@media screen and (min-width: 960px) {
  .volunteer-wrapper .volunteer-recruit .volunteer-recruit-text .vr-title {
    top: 20%;
  }
}

.volunteer-wrapper .volunteer-recruit .volunteer-recruit-text .vr-text {
  font-size: 16px;
  font-family: "けいふぉんと";
  position: absolute;
  top: 25%;
  z-index: 10;
  right: 0;
  left: 0;
  margin: auto;
  width: 90%;
  font-size: 12px;
  line-height: 20px;
}

@media screen and (min-width: 576px) {
  .volunteer-wrapper .volunteer-recruit .volunteer-recruit-text .vr-text {
    top: 40%;
    font-size: 18px;
    line-height: 31.5px;
    font-weight: normal;
  }
}

@media screen and (min-width: 960px) {
  .volunteer-wrapper .volunteer-recruit .volunteer-recruit-text .vr-text {
    top: 30%;
    font-size: 20px;
    line-height: 32.5px;
    width: 70%;
  }
}

.faq-wrapper {
  background-color: #4EE5F4;
  padding-top: 63.5px;
  position: relative;
}

@media screen and (min-width: 960px) {
  .faq-wrapper {
    padding-bottom: 50px;
  }
}

.faq-wrapper .faq-star {
  position: absolute;
  top: 0;
}

.faq-wrapper .section-title {
  font-size: 100px;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .section-title {
    font-size: 100px;
  }
}

@media screen and (min-width: 960px) {
  .faq-wrapper .section-title {
    font-size: 150px;
  }
}

.faq-wrapper .section-title-img {
  padding-bottom: 66px;
  width: 250px;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .section-title-img {
    width: 50%;
    max-width: 317px;
  }
}

@media screen and (min-width: 960px) {
  .faq-wrapper .section-title-img {
    width: 45%;
  }
}

.faq-wrapper .q-and-a-content #acMenu .faq-items {
  margin-bottom: 50px;
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .faq-title {
  padding-bottom: 28px;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 70%;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .faq-title {
    width: 45%;
  }
}

@media screen and (min-width: 960px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .faq-title {
    width: 38%;
    max-width: 500px;
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item {
  position: relative;
  margin-bottom: 32px;
  box-sizing: content-box !important;
}

@media screen and (min-width: 960px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item {
    margin-bottom: 42px;
  }
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content {
  margin: 0 auto;
  display: block;
  background-color: #FFFAA3;
  border-radius: 30px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content {
    border-radius: 70px;
    background-color: transparent;
  }
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content dt {
  font-size: 13px;
  background-color: #fff;
  padding: 20px 20px 20px 20px;
  position: relative;
  font-weight: bold;
  border-radius: 15px;
  border: 5px solid #333333;
  display: flex;
  justify-content: left;
  align-items: center;
  vertical-align: middle;
  box-sizing: content-box;
  z-index: 100;
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content dt .q-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content dt .q-icon {
    width: 70px;
    height: 65px;
  }
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content dt p {
  padding-left: 5px;
  line-height: 22.5px;
  vertical-align: top;
  width: 80%;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content dt p {
    line-height: 39px;
  }
}

@media screen and (min-width: 576px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content dt {
    font-size: 22px;
    border-radius: 70px;
  }
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer {
  padding-bottom: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  background-color: #FFFAA3;
  display: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-right: 5px solid #333333;
  border-left: 5px solid #333333;
  border-bottom: 5px solid #333333;
  line-height: 22px;
  box-sizing: border-box;
  margin-top: -70px;
  padding-top: 90px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer {
    width: 81%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 18px;
    padding: 35px 30px 35px 14px;
    margin-top: -110px;
    padding-top: 130px;
  }
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer .answer-flex {
  display: flex;
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer .a-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer .a-icon {
    width: 70px;
    height: 65px;
  }
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer .faq-answer-text {
  font-size: 13px;
  font-weight: bold;
  width: 90%;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer .faq-answer-text {
    font-size: 18px;
    line-height: 27px;
    padding-left: 10px;
    line-height: 30px;
  }
}

@media screen and (min-width: 960px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer .faq-answer-text {
    line-height: 38px;
  }
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st {
  display: none;
  padding-bottom: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  background-color: #FFFAA3;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-right: 5px solid #333333;
  border-left: 5px solid #333333;
  border-bottom: 5px solid #333333;
  line-height: 22px;
  box-sizing: border-box;
  position: relative;
  margin-top: -70px;
  padding-top: 90px;
  z-index: 1;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st {
    width: 81%;
    padding: 35px 30px 35px 14px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 18px;
    margin: 0 auto;
    margin-top: -110px;
    padding-top: 130px;
  }
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st .a-icon {
  width: 30px;
  height: 30px;
  display: block;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st .a-icon {
    width: 70px;
    height: 65px;
  }
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st .q-and-a-answer-flex {
  display: flex;
  align-items: center;
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st .q-and-a-answer-flex p {
  font-weight: bold;
  padding-left: 10px;
  font-size: 13px;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st .q-and-a-answer-flex p {
    font-size: 18px;
  }
}

@media screen and (min-width: 576px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st .q-and-a-answer-flex {
    padding-top: 20px;
  }
}

@media screen and (min-width: 960px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st .fqa-a-contents {
    width: 90%;
    margin-left: auto;
  }
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st .faq-answer-items {
  width: 90%;
  display: block;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st .faq-answer-items {
    padding-top: 20px;
    width: 100%;
    margin: 0;
  }
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st .faq-answer-item {
  padding-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st .faq-answer-item {
    display: flex;
    align-items: center;
    padding-bottom: 32px;
  }
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st .faq-answer-item .faq-answer-item-img {
  width: 30%;
  margin: 0 auto;
  display: block;
  padding-bottom: 15px;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st .faq-answer-item .faq-answer-item-img {
    padding-bottom: 0;
    width: 20%;
    padding-right: 10px;
  }
}

.faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st .faq-answer-item-text {
  font-size: 13px;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .q-and-a-content #acMenu .faq-items .ac-item .ac-content .q-and-a-answer-1st .faq-answer-item-text {
    font-size: 18px;
    line-height: 27px;
    padding-left: 12px;
    width: 90%;
  }
}

.faq-wrapper .ac-icon:after {
  content: "";
  position: absolute;
  display: block;
  top: 36%;
  right: 20px;
  background-image: url(../img/ac-plus.png);
  height: 25px;
  width: 25px;
  z-index: 100;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .ac-icon:after {
    top: 42%;
  }
}

.faq-wrapper .ac-minus:before {
  content: "";
  position: absolute;
  display: block;
  top: 36%;
  right: 20px;
  background-image: url(../img/ac-minus.png);
  height: 25px;
  width: 25px;
  z-index: 111;
}

@media screen and (min-width: 576px) {
  .faq-wrapper .ac-minus:before {
    top: 42%;
  }
}

.top-wrapper-main .top-img {
  width: 70%;
  display: block;
  margin: 0 auto;
  max-width: 213px;
}

@media screen and (min-width: 576px) {
  .top-wrapper-main .top-img {
    width: 65%;
    max-width: 263px;
  }
}

@media screen and (min-width: 960px) {
  .top-wrapper-main .top-img {
    width: 50%;
    max-width: 485px;
  }
}

@media screen and (min-width: 1200px) {
  .top-wrapper-main .top-img {
    width: 40%;
    max-width: 700px;
  }
}

@media screen and (min-width: 1500px) {
  .top-wrapper-main .top-img {
    width: 50%;
  }
}

.message-wrapper {
  background-color: #FF5ABE;
  padding-bottom: 700px;
  padding-top: 105px;
  height: 1550px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .message-wrapper {
    padding-bottom: 930px;
    height: 1980px;
  }
}

@media screen and (min-width: 960px) {
  .message-wrapper {
    padding-top: 177px;
    height: 1180px;
  }
}

@media screen and (min-width: 1200px) {
  .message-wrapper {
    height: 1400px;
  }
}

.message-wrapper .container {
  position: relative;
}

.message-wrapper .message-contents {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 14px;
  position: relative;
  padding-top: 120px;
  padding-bottom: 208px;
}

@media screen and (min-width: 576px) {
  .message-wrapper .message-contents {
    padding-top: 130px;
    padding: 150px 70px 160px 70px;
  }
}

@media screen and (min-width: 960px) {
  .message-wrapper .message-contents {
    width: 70%;
    margin-left: auto;
    display: block;
    padding: 160px 90px 100px 120px;
    position: relative;
  }
}

@media screen and (min-width: 1200px) {
  .message-wrapper .message-contents {
    padding: 200px 90px 100px 210px;
    width: 70%;
  }
}

.message-wrapper .message-contents .message-title {
  position: absolute;
  top: -5%;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 960px) {
  .message-wrapper .message-contents .message-title {
    position: absolute;
    top: -5%;
    right: 0%;
    left: auto;
  }
}

.message-wrapper .message-contents .message-title .section-title {
  font-size: 67px;
  line-height: 80px;
}

@media screen and (min-width: 576px) {
  .message-wrapper .message-contents .message-title .section-title {
    font-size: 90px;
    text-align: center;
    font-size: 76px;
  }
}

@media screen and (min-width: 960px) {
  .message-wrapper .message-contents .message-title .section-title {
    padding-bottom: 17px;
    font-size: 100px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .message-wrapper .message-contents .message-title .section-title {
    font-size: 140px;
    padding-bottom: 30px;
  }
}

.message-wrapper .message-contents .message-title .section-title-img {
  padding-bottom: 44px;
  width: 50%;
  max-width: 160px;
}

@media screen and (min-width: 576px) {
  .message-wrapper .message-contents .message-title .section-title-img {
    width: 261px;
    max-width: none;
  }
}

@media screen and (min-width: 960px) {
  .message-wrapper .message-contents .message-title .section-title-img {
    margin-left: 0;
  }
}

.message-wrapper .message-contents .message-text {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 34px;
}

@media screen and (min-width: 576px) {
  .message-wrapper .message-contents .message-text {
    line-height: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .message-wrapper .message-contents .message-text {
    font-size: 18px;
    line-height: 37px;
  }
}

.message-wrapper .message-contents .message-name {
  text-align: center;
  line-height: 27px;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .message-wrapper .message-contents .message-name {
    text-align: right;
  }
}

@media screen and (min-width: 1200px) {
  .message-wrapper .message-contents .message-name {
    font-size: 18px;
  }
}

.message-wrapper .message-contents .message-name .m-br {
  display: inline-block;
}

@media screen and (min-width: 576px) {
  .message-wrapper .message-contents .message-name .m-br {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .message-wrapper .message-contents .message-name .m-br {
    display: inline-block;
  }
}

@media screen and (min-width: 1200px) {
  .message-wrapper .message-contents .message-name .m-br {
    display: none;
  }
}

.message-wrapper .message-ppl {
  width: 300px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 576px) {
  .message-wrapper .message-ppl {
    top: 84%;
    width: 570px;
  }
}

@media screen and (min-width: 960px) {
  .message-wrapper .message-ppl {
    position: absolute;
    top: 5%;
    right: auto;
    left: -4%;
    width: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .message-wrapper .message-ppl {
    top: 5%;
    left: -2%;
    width: 450px;
  }
}

.message-wrapper .message-ppl .message-ppl-img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.message-wrapper .message-ppl .message-ppl-img .sp-only {
  display: block;
}

@media screen and (min-width: 576px) {
  .message-wrapper .message-ppl .message-ppl-img .sp-only {
    display: none;
  }
}

.message-wrapper .message-ppl .message-ppl-img .tb-only {
  display: none;
}

@media screen and (min-width: 576px) {
  .message-wrapper .message-ppl .message-ppl-img .tb-only {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .message-wrapper .message-ppl .message-ppl-img .tb-only {
    display: none;
  }
}

.message-wrapper .message-ppl .message-ppl-img .pc-only {
  display: none;
}

@media screen and (min-width: 960px) {
  .message-wrapper .message-ppl .message-ppl-img .pc-only {
    display: block;
  }
}

.message-wrapper .message-ppl .message-ppl-img img {
  display: block;
}

.company-info-wrapper {
  background-color: #4EE5F4;
  padding-top: 120px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .company-info-wrapper {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 960px) {
  .company-info-wrapper {
    padding-top: 240px;
  }
}

.company-info-wrapper .star {
  position: absolute;
  top: 0;
}

.company-info-wrapper .company-flex {
  padding-bottom: 50px;
}

@media screen and (min-width: 960px) {
  .company-info-wrapper .company-flex {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 960px) {
  .company-info-wrapper .company-flex .company-info-title {
    width: 15%;
  }
}

.company-info-wrapper .company-flex .company-info-title .section-title {
  font-size: 57px;
  line-height: 50px;
  padding-bottom: 10px;
}

@media screen and (min-width: 576px) {
  .company-info-wrapper .company-flex .company-info-title .section-title {
    font-size: 63px;
    padding-bottom: 17px;
    line-height: 76px;
  }
}

.company-info-wrapper .company-flex .company-info-title .section-title-img {
  padding-bottom: 70px;
  max-width: 100px;
}

@media screen and (min-width: 576px) {
  .company-info-wrapper .company-flex .company-info-title .section-title-img {
    max-width: 200px;
  }
}

@media screen and (min-width: 960px) {
  .company-info-wrapper .company-flex .company-info-title .section-title-img {
    display: block;
    margin-left: 0;
    width: 70%;
    max-width: none;
  }
}

@media screen and (min-width: 960px) {
  .company-info-wrapper .company-flex .company-info-contents {
    width: 65%;
  }
}

@media screen and (min-width: 1200px) {
  .company-info-wrapper .company-flex .company-info-contents {
    width: 70%;
  }
}

.company-info-wrapper .company-flex .company-info-contents .ci-items {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #333333;
}

.company-info-wrapper .company-flex .company-info-contents .ci-items .ci-head {
  width: 28%;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .company-info-wrapper .company-flex .company-info-contents .ci-items .ci-head {
    font-size: 22px;
  }
}

.company-info-wrapper .company-flex .company-info-contents .ci-items .ci-text {
  width: 70%;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .company-info-wrapper .company-flex .company-info-contents .ci-items .ci-text {
    font-size: 22px;
  }
}

.top-wrapper-contact .top-img {
  width: 70%;
  display: block;
  margin: 0 auto;
  max-width: 213px;
}

@media screen and (min-width: 576px) {
  .top-wrapper-contact .top-img {
    width: 65%;
    max-width: 263px;
  }
}

@media screen and (min-width: 960px) {
  .top-wrapper-contact .top-img {
    width: 50%;
    max-width: 485px;
  }
}

@media screen and (min-width: 1200px) {
  .top-wrapper-contact .top-img {
    width: 40%;
    max-width: 700px;
  }
}

@media screen and (min-width: 1500px) {
  .top-wrapper-contact .top-img {
    width: 50%;
  }
}

.contact-wrapper {
  background-color: #4EE5F4;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .contact-wrapper {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 960px) {
  .contact-wrapper {
    padding-top: 200px;
  }
}

@media screen and (min-width: 960px) {
  .contact-wrapper .contact-contents {
    width: 85%;
    display: block;
    margin: 0 auto;
  }
}

.contact-wrapper .contact-contents .contact-top {
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (min-width: 576px) {
  .contact-wrapper .contact-contents .contact-top {
    font-size: 22px;
    padding-bottom: 80px;
    line-height: 40px;
  }
}

@media screen and (min-width: 960px) {
  .contact-wrapper .contact-contents .contact-top {
    line-height: 50px;
    padding-bottom: 130px;
  }
}

.contact-wrapper .contact-contents form .contact-items {
  margin-bottom: 32px;
}

@media screen and (min-width: 576px) {
  .contact-wrapper .contact-contents form .contact-items {
    display: flex;
    margin-bottom: 32px;
    justify-content: space-between;
  }
}

.contact-wrapper .contact-contents form .contact-items .contact-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 0;
}

@media screen and (min-width: 576px) {
  .contact-wrapper .contact-contents form .contact-items .contact-title {
    width: 35%;
    display: block;
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) {
  .contact-wrapper .contact-contents form .contact-items .contact-title {
    font-size: 22px;
  }
}

@media screen and (min-width: 576px) {
  .contact-wrapper .contact-contents form .contact-items .input-item {
    display: inline-block;
    width: 65%;
  }
}

.contact-wrapper .contact-contents form .contact-items .input-item .contact-error {
  color: #DD0000;
  font-size: 18px;
}

.contact-wrapper .contact-contents form .contact-items input, .contact-wrapper .contact-contents form .contact-items textarea {
  margin-top: 0px;
  border: 1px solid #B5B5B5;
  padding-left: 10px;
  font-size: 16px;
}

.contact-wrapper .contact-contents form .contact-items input::placeholder, .contact-wrapper .contact-contents form .contact-items textarea::placeholder {
  color: #B5B5B5;
  font-size: 16px;
}

.contact-wrapper .contact-contents form .contact-items .input-text {
  display: block;
  width: 100%;
  height: 50px;
}

.contact-wrapper .contact-contents form .contact-items textarea {
  height: 140px;
  display: block;
  width: 100%;
  line-height: 40px;
}

@media screen and (min-width: 576px) {
  .contact-wrapper .contact-contents form .contact-items textarea {
    width: 65%;
  }
}

.contact-wrapper .contact-contents form .contact-items .contact-title {
  line-height: 35px;
}

.contact-wrapper .contact-contents form .contact-items .contact-pp {
  color: #333333;
  line-height: 45px;
  text-decoration: #333333 !important;
  border-bottom: 1px solid #333333;
}

.contact-wrapper .contact-contents form .contact-items .contact-pp:hover {
  text-decoration: #333333 !important;
}

.contact-wrapper .contact-contents form .contact-items .contact-error {
  color: #DD0000;
  font-size: 18px;
}

.contact-wrapper .contact-contents form .contact-items .inp_error {
  border: 3px solid #DD0000 !important;
}

.contact-wrapper .contact-contents form .contact-items-check {
  display: block;
  margin: 0 auto;
  padding-bottom: 86px;
}

@media screen and (min-width: 576px) {
  .contact-wrapper .contact-contents form .contact-items-check {
    width: 65%;
    margin-left: auto;
    margin-right: 0;
    text-align: left;
  }
}

.contact-wrapper .contact-contents form .contact-items-check input {
  vertical-align: top;
}

.contact-wrapper .contact-contents form .contact-items-check a {
  color: #333333;
  border-bottom: 1px solid #333333;
  padding-bottom: 3px;
  margin-left: 5px;
}

@media screen and (min-width: 576px) {
  .contact-wrapper .contact-contents form .contact-items-check a {
    margin-left: 10px;
  }
}

.contact-wrapper .contact-contents form .submit-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.contact-wrapper .contact-contents form .submit-btn input {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-color: #141c7b;
  border: 3px solid #141c7b;
  padding: 6px 70px;
  border-radius: 30px;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .contact-wrapper .contact-contents form .submit-btn input {
    padding: 10px 70px;
  }
}

.contact-wrapper .contact-contents form .submit-btn input:hover {
  color: #141c7b;
  background-color: #fff;
  border: 3px solid #141c7b;
}

input[type="submit"] {
  -webkit-appearance: none;
}

.check-test {
  display: none;
}

.check-test + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

.check-test + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 2px solid #B5B5B5;
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.check-test + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid black;
  border-left: 3px solid black;
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

.check-test:checked + span::after {
  opacity: 1;
}

.inp_error {
  border: 3px solid #DD0000 !important;
  background: #e3e3e3 !important;
}

.inp_error + span ::before {
  border: 3px solid #DD0000 !important;
  background: #e3e3e3 !important;
}

.inp_error + span:before {
  border: 3px solid #DD0000 !important;
  background: #e3e3e3 !important;
}

.error_m {
  font-size: 16px !important;
  font-weight: normal;
  color: #FF4040;
  display: block;
  margin: 0;
}

#name_error {
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
}

#email_error {
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
}

#title_error {
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
}

#pp_error {
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
}

.thanks-wrapper {
  background-color: #4EE5F4;
  padding: 80px 0;
}

@media screen and (min-width: 960px) {
  .thanks-wrapper {
    padding-top: 180px;
    padding-bottom: 200px;
  }
}

.thanks-wrapper .thanks-top {
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .thanks-wrapper .thanks-top {
    font-size: 30px;
  }
}

@media screen and (min-width: 960px) {
  .thanks-wrapper .thanks-top {
    font-size: 30px;
  }
}

.thanks-wrapper .thanks-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}

@media screen and (min-width: 576px) {
  .thanks-wrapper .thanks-text {
    font-size: 22px;
    line-height: 40px;
  }
}

@media screen and (min-width: 960px) {
  .thanks-wrapper .thanks-text {
    line-height: 50px;
  }
}

.privacy-policy-wrapper {
  background-color: #fff;
  padding-top: 66px;
  padding-bottom: 30px;
}

@media screen and (min-width: 576px) {
  .privacy-policy-wrapper {
    padding-top: 102px;
  }
}

@media screen and (min-width: 960px) {
  .privacy-policy-wrapper {
    padding-top: 200px;
  }
}

.privacy-policy-wrapper .section-title {
  color: #333333;
  font-size: 57px;
  line-height: 50px;
  padding-bottom: 8px;
}

@media screen and (min-width: 576px) {
  .privacy-policy-wrapper .section-title {
    font-size: 76px;
    padding-bottom: 20px;
  }
}

.privacy-policy-wrapper .section-title-img {
  width: 60%;
  padding-bottom: 80px;
  max-width: 230px;
}

@media screen and (min-width: 576px) {
  .privacy-policy-wrapper .section-title-img {
    width: 50%;
    max-width: 275px;
  }
}

@media screen and (min-width: 960px) {
  .privacy-policy-wrapper .section-title-img {
    width: 30%;
    padding-bottom: 200px;
  }
}

.privacy-policy-wrapper .pp-contents {
  font-size: 13px;
  line-height: 22.75px;
  padding-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .privacy-policy-wrapper .pp-contents {
    width: 90%;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    line-height: 36px;
  }
}

@media screen and (min-width: 960px) {
  .privacy-policy-wrapper .pp-contents {
    width: 70%;
  }
}

.privacy-policy-wrapper .pp-contents a {
  color: #333333;
  border-bottom: 1px solid #333333;
}

.privacy-policy-wrapper .pp-contents a:hover {
  opacity: 0.7;
}

.privacy-policy-wrapper .pp-contents .pp-indent {
  padding-left: 20px;
}

@media screen and (min-width: 576px) {
  .privacy-policy-wrapper .pp-contents .pp-indent {
    padding-left: 25px;
  }
}

nav.NavMenu {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background: #141C7B;
  color: #fff;
  width: 300px;
  height: 100vh;
  transform: translateX(300px);
  transition: all 0.6s;
}

nav.NavMenu ul {
  background: #141C7B;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-top: 90px;
}

nav.NavMenu ul:hover {
  color: #FFF000;
}

nav.NavMenu ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 14px 24px;
  width: 250px;
  font-size: 24px;
  text-align: right;
  font-weight: bold;
  font-family: "けいふぉんと";
  transition: 0.3s;
}

nav.NavMenu ul li:last-child {
  font-size: 16px;
}

nav.NavMenu ul li:hover {
  color: #FFF000;
}

nav.NavMenu ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.NavMenu ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
}

nav.NavMenu ul li a:hover {
  color: #FFF000;
}

nav.NavMenu.active {
  transform: translateX(0%);
}

.Toggle {
  display: block;
  position: fixed;
  right: 24px;
  top: 13px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 200;
}

@media screen and (min-width: 576px) {
  .Toggle {
    top: 4px;
    right: 40px;
  }
}

@media screen and (min-width: 960px) {
  .Toggle {
    display: none;
  }
}

.Toggle span {
  display: block;
  position: absolute;
  width: 40px;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.Toggle span:nth-child(1) {
  top: 12px;
  border-radius: 100px;
}

.Toggle span:nth-child(2) {
  top: 24px;
  border-radius: 100px;
}

.Toggle span:nth-child(3) {
  top: 36px;
  border-radius: 100px;
}

.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.overlay {
  background-color: #fff;
  height: 100vh;
  position: fixed;
  z-index: 0;
}

.all-over {
  z-index: 10 !important;
  width: 100%;
}
