* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
}

ul, li {
  list-style: none;
}

img {
  width: 100%;
}

div, p {
  line-height: 1.6;
}

a {
  display: block;
  text-decoration: none;
  transition: 0.2s;
  background: rgba(0, 0, 0, 0.5);
}
a img {
  position: relative;
  display: block;
}
a:hover img {
  top: -10px;
  left: -10px;
  filter: brightness(1.5);
}

.sp {
  display: none;
}

#head,
.pc-none,
footer,
#included-files-fie-on-wp-footer,
.cdp-copy-loader-overlay {
  display: none;
}

#headwrap {
  margin: 0;
}

.flex:after {
  display: none;
}

.wrapper_10th {
  margin: 0 auto;
  background: #fff;
  position: relative;
}

.nextbtn {
  position: relative;
}
.nextbtn:before {
  content: "";
  background: url(../img/nextbtn.svg) no-repeat;
  background-size: 100%;
  width: 27px;
  height: 16px;
  position: absolute;
  bottom: 20px;
  right: 50px;
  -webkit-animation: fcBlink 0.6s steps(1, end) infinite;
          animation: fcBlink 0.6s steps(1, end) infinite;
}
@-webkit-keyframes fcBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fcBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.main_10th #mv {
  background: url(../img/mv_bg.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 86px 0 116px;
}
.main_10th #mv .inner_wrap {
  max-width: 1366px;
  margin: auto;
}
.main_10th #mv .inner_wrap .logo {
  width: 260px;
}
.main_10th #mv .inner_wrap .logo a {
  background: none;
}
.main_10th #mv .inner_wrap .logo a:hover img {
  top: 0;
  left: 0;
  filter: none;
  opacity: 0.5;
}
.main_10th #mv .inner_wrap .inner {
  max-width: 826px;
  width: 100%;
  margin: auto;
}
.main_10th #mv .inner_wrap .inner h1 {
  max-width: 826px;
  width: 100%;
  margin: 0 auto 90px;
  position: relative;
}
.main_10th #mv .inner_wrap .inner h1:before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  -webkit-animation: kiraAnim 0.6s steps(1) infinite;
          animation: kiraAnim 0.6s steps(1) infinite;
}
@-webkit-keyframes kiraAnim {
  0% {
    background-image: url("../img/10th_aniv_kira01.svg");
  }
  20% {
    background-image: url("../img/10th_aniv_kira02.svg");
  }
  50% {
    background-image: url("../img/10th_aniv_kira03.svg");
  }
  80% {
    background-image: url("../img/10th_aniv_kira02.svg");
  }
  100% {
    background-image: url("../img/10th_aniv_kira01.svg");
  }
}
@keyframes kiraAnim {
  0% {
    background-image: url("../img/10th_aniv_kira01.svg");
  }
  20% {
    background-image: url("../img/10th_aniv_kira02.svg");
  }
  50% {
    background-image: url("../img/10th_aniv_kira03.svg");
  }
  80% {
    background-image: url("../img/10th_aniv_kira02.svg");
  }
  100% {
    background-image: url("../img/10th_aniv_kira01.svg");
  }
}
.main_10th #mv .inner_wrap .inner .flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  top: -80px;
}
.main_10th #mv .inner_wrap .inner .flex .img_monster {
  position: relative;
  width: 223px;
  height: 186px;
}
.main_10th #mv .inner_wrap .inner .flex .img_monster > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-animation: HeroAnim 1s steps(1, end) infinite;
          animation: HeroAnim 1s steps(1, end) infinite;
}
.main_10th #mv .inner_wrap .inner .flex .img_monster .monster02 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.main_10th #mv .inner_wrap .inner .flex .img_hero {
  position: relative;
  width: 201px;
  height: 270px;
}
.main_10th #mv .inner_wrap .inner .flex .img_hero > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-animation: HeroAnim 1s steps(1, end) infinite;
          animation: HeroAnim 1s steps(1, end) infinite;
}
.main_10th #mv .inner_wrap .inner .flex .img_hero .hero02 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes HeroAnim {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes HeroAnim {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main_10th #brick_bg {
  background: url(../img/brick.svg) center 134px;
  background-size: 4246px;
  width: 100%;
  position: relative;
}
.main_10th #brick_bg nav {
  position: absolute;
  left: 0;
  right: 0;
  top: -160px;
  margin: auto;
}
.main_10th #brick_bg nav ul {
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.main_10th #brick_bg nav ul li {
  max-width: 360px;
  width: 33%;
}
.main_10th #brick_bg #message {
  max-width: 1100px;
  width: 92%;
  margin: auto;
}
.main_10th #brick_bg #message .message_inner {
  padding: 80px 28px;
  background: rgba(0, 0, 0, 0.88);
  border: 10px solid #fff;
  border-radius: 30px;
}
.main_10th #brick_bg #message .message_inner h2 {
  max-width: 595px;
  margin: 120px auto;
  position: relative;
}
.main_10th #brick_bg #message .message_inner h2:before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  width: 130%;
  height: 265px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  -webkit-animation: messagekiraAnim 0.6s steps(1) infinite;
          animation: messagekiraAnim 0.6s steps(1) infinite;
}
@-webkit-keyframes messagekiraAnim {
  0% {
    background-image: url("../img/message_title_kira01.svg");
  }
  20% {
    background-image: url("../img/message_title_kira02.svg");
  }
  50% {
    background-image: url("../img/message_title_kira03.svg");
  }
  80% {
    background-image: url("../img/message_title_kira02.svg");
  }
  100% {
    background-image: url("../img/message_title_kira01.svg");
  }
}
@keyframes messagekiraAnim {
  0% {
    background-image: url("../img/message_title_kira01.svg");
  }
  20% {
    background-image: url("../img/message_title_kira02.svg");
  }
  50% {
    background-image: url("../img/message_title_kira03.svg");
  }
  80% {
    background-image: url("../img/message_title_kira02.svg");
  }
  100% {
    background-image: url("../img/message_title_kira01.svg");
  }
}
.main_10th #brick_bg #message .message_inner .text {
  color: #fff;
  font-size: 26px;
  text-align: center;
}
.main_10th #brick_bg #message .message_inner .text p {
  line-height: 2.07;
}
.main_10th #brick_bg #message .message_inner .text p + p {
  margin-top: 1em;
}
.main_10th #brick_bg #message .btn {
  width: 409px;
  margin: 78px auto;
  position: relative;
}
.main_10th #brick_bg #message .btn:before {
  content: "";
  background: url(../img/btn_cursor.svg) no-repeat;
  background-size: 100%;
  width: 70px;
  height: 56px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80px;
  margin: auto;
  -webkit-animation: fcSelect 0.4s steps(1, end) infinite;
          animation: fcSelect 0.4s steps(1, end) infinite;
}
@-webkit-keyframes fcSelect {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fcSelect {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0);
  }
}
.main_10th #brick_bg #secret {
  max-width: 1228px;
  width: 96%;
  margin: 0 auto;
  padding: 0 0 40px;
}
.main_10th #brick_bg #secret .contents_title {
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
}
.main_10th #brick_bg #secret .secret_inner {
  max-width: 911px;
  width: 92%;
  margin: -40px auto 0;
  padding: 80px 28px;
  background: rgba(0, 0, 0, 0.88);
  border: 10px solid #fff;
  border-radius: 30px;
}
.main_10th #brick_bg #secret .secret_inner .text {
  color: #fff;
  font-size: 26px;
  text-align: center;
}
.main_10th #brick_bg #secret .secret_inner .text p {
  line-height: 2.07;
}
.main_10th #brick_bg #secret .secret_inner .text p + p {
  margin-top: 1em;
}
.main_10th #brick_bg #secret .hero_img {
  margin: 60px auto 0;
}
.main_10th #battle {
  background: url(../img/battle_bg.png) center center;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 80px 0;
}
.main_10th #battle .battle_img {
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
}
.main_10th #review {
  background: #000;
  padding: 100px 0 180px;
}
.main_10th #review .inner {
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
}
.main_10th #review .inner .contents_title {
  max-width: 825px;
  width: 100%;
  margin: 0 auto 100px;
}
.main_10th #review .inner .review_list .review_list_item + .review_list_item {
  margin: 30px 0 0;
}
.main_10th #review .inner .review_btn {
  max-width: 483px;
  width: 100%;
  margin: 54px 0 0 auto;
  position: relative;
}
.main_10th #review .inner .review_btn:before {
  content: "";
  background: url(../img/btn_cursor.svg) no-repeat;
  background-size: 100%;
  width: 70px;
  height: 56px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80px;
  margin: auto;
  -webkit-animation: fcSelect 0.4s steps(1, end) infinite;
          animation: fcSelect 0.4s steps(1, end) infinite;
}
@keyframes fcSelect {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0);
  }
}
.main_10th #comment {
  background: #000;
  padding: 0 0 280px;
  position: relative;
}
.main_10th #comment .inner {
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
}
.main_10th #comment .inner .contents_title {
  max-width: 994px;
  width: 100%;
  margin: 0 auto 166px;
  position: relative;
}
.main_10th #comment .inner .contents_title:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 120%;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  -webkit-animation: commentkiraAnim 0.6s steps(1) infinite;
          animation: commentkiraAnim 0.6s steps(1) infinite;
}
@-webkit-keyframes commentkiraAnim {
  0% {
    background-image: url("../img/comment_title_kira01.svg");
  }
  20% {
    background-image: url("../img/comment_title_kira02.svg");
  }
  50% {
    background-image: url("../img/comment_title_kira03.svg");
  }
  80% {
    background-image: url("../img/comment_title_kira02.svg");
  }
  100% {
    background-image: url("../img/comment_title_kira01.svg");
  }
}
@keyframes commentkiraAnim {
  0% {
    background-image: url("../img/comment_title_kira01.svg");
  }
  20% {
    background-image: url("../img/comment_title_kira02.svg");
  }
  50% {
    background-image: url("../img/comment_title_kira03.svg");
  }
  80% {
    background-image: url("../img/comment_title_kira02.svg");
  }
  100% {
    background-image: url("../img/comment_title_kira01.svg");
  }
}
.main_10th #comment .inner .comment_list {
  position: relative;
  border: 10px solid #fff;
  border-radius: 30px;
}
.main_10th #comment .inner .comment_list .comment_list_title {
  max-width: 595px;
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: -83px;
  margin: auto;
}
.main_10th #comment .inner .comment_list .comment_list_item .comment_list_item_inner {
  color: #fff;
  font-size: 26px;
  padding: 74px 80px 40px;
}
.main_10th #comment .inner .comment_list .comment_list_item .comment_list_item_inner .name {
  text-align: right;
}
.main_10th #comment:before {
  content: "";
  background: url(../img/comment_bg_bottom.svg) repeat-x center;
  background-size: 1366px;
  width: 100%;
  height: 143px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin: auto;
}
.main_10th #campaign {
  background-image: linear-gradient(to bottom, #6699ff 0%, #6699ff 594px, #baddfb 100%);
  background-position: center top;
  position: relative;
  padding: 114px 0 80px;
}
.main_10th #campaign .inner {
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.main_10th #campaign .inner .contents_title {
  max-width: 867px;
  width: 100%;
  margin: 0 auto 60px;
}
.main_10th #campaign .inner .campaign_message {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto 73px;
  padding: 80px 28px;
  background: rgba(0, 0, 0, 0.88);
  border: 10px solid #fff;
  border-radius: 30px;
}
.main_10th #campaign .inner .campaign_message p {
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 2.07;
}
.main_10th #campaign .inner .bnr_list .bnr_list_item + .bnr_list_item {
  margin: 30px 0 0;
}
.main_10th #campaign:before {
  content: "";
  background-color: #6699ff;
  background-image: url(../img/campaign_bg_top.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 1366px;
  width: 100%;
  height: 594px;
  position: absolute;
  top: 0;
  left: 80%;
  transform: translate(-80%, 0);
  margin: auto;
}
.main_10th #greeting {
  background-image: linear-gradient(to bottom, #baddfb 0%, #baddfb 100%);
  padding: 0 0 474px;
  position: relative;
}
.main_10th #greeting .inner {
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.main_10th #greeting:after {
  content: "";
  background: url(../img/mv_bg.png) bottom center;
  background-size: cover;
  width: 100%;
  height: 633px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin: auto;
}

.footer_10th {
  display: block;
  background-image: linear-gradient(to bottom, #ffa74d 0%, #d48521 100%);
  padding: 0 0 30px;
}
.footer_10th .inner {
  max-width: 1230px;
  width: 92%;
  margin: 0 auto;
}
.footer_10th .inner .logo {
  max-width: 491px;
  width: 90%;
  margin: 0 auto 15px;
}
.footer_10th .inner p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
  font-family: sans-serif;
}
.footer_10th .inner .footer_btn {
  max-width: 481px;
  width: 90%;
  margin: 0 auto;
}
.footer_10th .inner .footer_btn a {
  background: none;
}
.footer_10th .inner .footer_btn a:hover img {
  top: 0;
  left: 0;
  opacity: 0.5;
  filter: none;
}
.footer_10th .inner .footer_detail {
  margin: 20px 0 0;
  padding: 30px 0 0;
  border-top: 2px solid #fff;
}
.footer_10th .inner .footer_detail .footer_detail_flex {
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer_10th .inner .footer_detail .footer_detail_flex .company {
  width: 393px;
}
.footer_10th .inner .footer_detail .footer_detail_flex .company .company_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_10th .inner .footer_detail .footer_detail_flex .company .company_flex .bpo_logo {
  width: 173px;
}
.footer_10th .inner .footer_detail .footer_detail_flex .company .company_flex .tel {
  color: #fff;
  font-size: 20px;
  padding: 25px 0 0;
}
.footer_10th .inner .footer_detail .footer_detail_flex .company .company_flex .tel a {
  color: #fff;
  display: inline;
  background: none;
}
.footer_10th .inner .footer_detail .footer_detail_flex .company .company_flex .tel a:hover {
  top: 0;
  left: 0;
  opacity: 0.5;
}
.footer_10th .inner .footer_detail .footer_detail_flex .company p {
  font-size: 10px;
  text-align: left;
  margin: 20px 0 0;
}
.footer_10th .inner .footer_detail .footer_detail_flex .footer_img {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  width: 205px;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .nextbtn:before {
    content: "";
    background: url(../img/nextbtn.svg) no-repeat;
    background-size: 100%;
    width: 3.7333333333vw;
    height: 2.1333333333vw;
    bottom: 3vw;
    right: 4vw;
  }
  .main_10th #mv {
    padding: 6.6666666667vw 0 33.2vw;
  }
  .main_10th #mv .inner_wrap {
    max-width: 1366px;
    width: 90.6666666667vw;
    margin: auto;
  }
  .main_10th #mv .inner_wrap .logo {
    width: 37.6vw;
  }
  .main_10th #mv .inner_wrap .inner h1 {
    margin: 0 auto 10.6666666667vw;
  }
  .main_10th #mv .inner_wrap .inner h1:before {
    width: 104%;
    height: 35.7333333333vw;
  }
  .main_10th #mv .inner_wrap .inner .flex {
    top: -5vw;
  }
  .main_10th #mv .inner_wrap .inner .flex .img_monster {
    width: 38.6666666667vw;
    height: 35.7333333333vw;
  }
  .main_10th #mv .inner_wrap .inner .flex .img_hero {
    position: relative;
    width: 38.6666666667vw;
    height: 48.8vw;
  }
  .main_10th #brick_bg {
    background: url(../img/brick.svg) center 134px;
    background-size: 710vw;
    width: 100%;
    position: relative;
  }
  .main_10th #brick_bg nav {
    top: -32vw;
  }
  .main_10th #brick_bg nav ul {
    width: 92vw;
    display: block;
  }
  .main_10th #brick_bg nav ul li {
    max-width: unset;
    width: 100%;
    margin: 3vw 0 0;
  }
  .main_10th #brick_bg #message {
    width: 88.5333333333vw;
    padding: 40vw 0 0;
  }
  .main_10th #brick_bg #message .message_inner {
    padding: 7.2vw 2.1333333333vw;
    border: 4px solid #fff;
    border-radius: 12px;
  }
  .main_10th #brick_bg #message .message_inner .contents_title {
    width: 58.6666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
  .main_10th #brick_bg #message .message_inner .contents_title:before {
    content: "";
    width: 130%;
    height: 25.8666666667vw;
    top: 60%;
  }
  .main_10th #brick_bg #message .message_inner .text {
    font-size: 3.7333333333vw;
  }
  .main_10th #brick_bg #message .btn {
    width: 81.8666666667vw;
    margin: 11.2vw auto;
  }
  .main_10th #brick_bg #message .btn:before {
    width: 7.4666666667vw;
    height: 5.8666666667vw;
    left: unset;
    right: 3vw;
    top: 0;
    z-index: 1;
  }
  .main_10th #brick_bg #secret {
    width: 100%;
    padding: 0 0 14.6666666667vw;
  }
  .main_10th #brick_bg #secret .contents_title {
    width: 82.6666666667vw;
    position: relative;
    z-index: 1;
  }
  .main_10th #brick_bg #secret .secret_inner {
    width: 88.5333333333vw;
    margin: -4vw auto 0;
    padding: 7.2vw 2.1333333333vw;
    border: 4px solid #fff;
    border-radius: 12px;
  }
  .main_10th #brick_bg #secret .secret_inner .text {
    font-size: 3.7333333333vw;
  }
  .main_10th #brick_bg #secret .hero_img {
    margin: 13.3333333333vw auto 0;
  }
  .main_10th #battle {
    padding: 13.3333333333vw 0;
  }
  .main_10th #battle .battle_img {
    width: 82.4vw;
  }
  .main_10th #review {
    padding: 20.5333333333vw 0 24.8vw;
  }
  .main_10th #review .inner {
    width: 91.4666666667vw;
  }
  .main_10th #review .inner .contents_title {
    margin: 0 auto 10.1333333333vw;
  }
  .main_10th #review .inner .review_list .review_list_item + .review_list_item {
    margin: 7.4666666667vw 0 0;
  }
  .main_10th #review .inner .review_btn {
    max-width: unset;
    width: 100%;
    margin: 16vw auto 0;
  }
  .main_10th #review .inner .review_btn:before {
    width: 7.4666666667vw;
    height: 5.8666666667vw;
    left: unset;
    right: 2vw;
    top: -1vw;
    z-index: 1;
  }
  .main_10th #comment {
    padding: 0 0 48.5333333333vw;
  }
  .main_10th #comment .inner {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  .main_10th #comment .inner .contents_title {
    width: 100%;
    margin: 0 auto 25.0666666667vw;
  }
  .main_10th #comment .inner .contents_title:before {
    width: 105%;
    height: 13.3333333333vw;
    top: 13vw;
  }
  .main_10th #comment .inner .comment_list {
    position: relative;
    border: 4px solid #fff;
    border-radius: 12px;
  }
  .main_10th #comment .inner .comment_list .comment_list_title {
    max-width: unset;
    width: 85.6vw;
    top: -12vw;
  }
  .main_10th #comment .inner .comment_list .comment_list_item .comment_list_item_inner {
    font-size: 3.7333333333vw;
    padding: 11.4666666667vw 5.3333333333vw 6.9333333333vw;
  }
  .main_10th #comment:before {
    content: "";
    background: url(../img/comment_bg_bottom.svg) repeat-x center bottom;
    background-size: 220vw;
    width: 100%;
    height: 55.4666666667vw;
  }
  .main_10th #campaign {
    background-image: linear-gradient(to bottom, #6699ff 0%, #6699ff 148vw, #baddfb 100%);
    background-position: center top;
    position: relative;
    padding: 13.3333333333vw 0 80px;
  }
  .main_10th #campaign .inner {
    width: 100%;
  }
  .main_10th #campaign .inner .contents_title {
    margin: 0 auto 13.3333333333vw;
  }
  .main_10th #campaign .inner .campaign_message {
    width: 88.5333333333vw;
    margin: 0 auto 11.2vw;
    padding: 7.2vw 2.1333333333vw;
    border: 4px solid #fff;
    border-radius: 12px;
  }
  .main_10th #campaign .inner .campaign_message p {
    font-size: 3.7333333333vw;
  }
  .main_10th #campaign .inner .bnr_list {
    width: 90.1333333333vw;
    margin: 0 auto;
  }
  .main_10th #campaign .inner .bnr_list .bnr_list_item + .bnr_list_item {
    margin: 5.3333333333vw 0 0;
  }
  .main_10th #campaign:before {
    background-size: 230vw;
    height: 148vw;
  }
  .main_10th #greeting {
    padding: 0 0 53.3333333333vw;
  }
  .main_10th #greeting .inner {
    width: 96.2666666667vw;
    margin: 0 auto;
  }
  .main_10th #greeting:after {
    content: "";
    background: url(../img/mv_bg.png) bottom center;
    background-size: cover;
    width: 100%;
    height: 120vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin: auto;
  }
  .footer_10th {
    padding: 0 0 9.3333333333vw;
  }
  .footer_10th .inner {
    width: 90.6666666667vw;
  }
  .footer_10th .inner .logo {
    max-width: unset;
    width: 69.0666666667vw;
    margin: 0 auto 4.8vw;
  }
  .footer_10th .inner p {
    font-size: 3.4666666667vw;
    margin: 0 0 2.6666666667vw;
  }
  .footer_10th .inner .footer_btn {
    max-width: unset;
    width: 81.6vw;
  }
  .footer_10th .inner .footer_detail {
    margin: 5.3333333333vw 0 0;
    padding: 5.3333333333vw 0 0;
  }
  .footer_10th .inner .footer_detail .footer_detail_flex {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .footer_10th .inner .footer_detail .footer_detail_flex .company {
    width: 100%;
    text-align: center;
  }
  .footer_10th .inner .footer_detail .footer_detail_flex .company .company_flex {
    display: block;
  }
  .footer_10th .inner .footer_detail .footer_detail_flex .company .company_flex .bpo_logo {
    width: 37.0666666667vw;
    margin: 0 auto;
  }
  .footer_10th .inner .footer_detail .footer_detail_flex .company .company_flex .tel {
    font-size: 5.3333333333vw;
    padding: 2.6666666667vw 0 0;
  }
  .footer_10th .inner .footer_detail .footer_detail_flex .company p {
    font-size: 2.4vw;
    text-align: center;
    margin: 2.6666666667vw 0 0;
  }
  .footer_10th .inner .footer_detail .footer_detail_flex .footer_img {
    width: 54.6666666667vw;
    margin: 10.6666666667vw auto 0;
  }
}
/*# sourceMappingURL=style.css.map */