@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500&family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5em;
}
.pc_on {
  display: block;
}
.sp_on {
  display: none;
}
.br_pad {
  display: none;
}
.eng_letter {
  font-family: "Hind", sans-serif;
  font-weight: bold;
  color: #cc0001;
}
.red_letter {
  color: #cc0001;
}
.gray_letter {
  color: #575757;
}
.blue_letter {
  color: #0000ff;
}
.wrap {
  width: 100%;
  margin: auto;
  color: #333;
}
.wrap a:hover {
  opacity: 0.7;
  transition: 0.3;
}
header {
  border-bottom: 1px solid #bbb;
  box-sizing: border-box;
}
.header_box {
  height: 55px;
  position: relative;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
  max-width: 1440px;
  margin: auto;
}
.header_box img {
  position: absolute;
  left: 13px;
  top: 8px;
  height: 40px;
  width: auto;
}
.mv {
  background: url("../img/mv.jpg") no-repeat top center / cover;
  height: 460px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.mv h1 {
  position: absolute;
  display: inline-block;
  background: #cd0100;
  max-width: 950px;
  width: 100%;
  top: 58%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 40px;
  color: #fff;
  line-height: 1.5;
  padding: 31px 10px;
  text-justify: unset;
  box-sizing: border-box;
}
.navi_box {
  padding: 60px 0 0;
  margin: auto;
  width: 95%;
  max-width: 990px;
}
.navi_box ul {
  display: flex;
  justify-content: space-between;
}
.navi_box ul li {
  text-align: center;
  border: 1px solid #000;
  padding: 5px;
  width: 32%;
  max-width: 310px;
  box-sizing: border-box;
}
.navi_box ul li:hover {
  background: #FFF2F2;
  pointer-events: painted;
}
.navi_box ul li a {
  text-decoration: none;
}
.navi_box ul li a:hover {
  opacity: 1;
}
.navi_box ul li a img {
  height: 10px;
  width: auto;
}
.navi_box ul li a ol dd {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 4px;
  font-size: 13px;
  align-items: center;
  color: #000;
}
.navi_box ul li ol dd img {
  height: 4px;
  width: 11px;
  aspect-ratio: 5 / 2;
}
section {
  padding: 65px;
}
.section_bg_white {
  background: #fff;
  padding: 0;
}
.section_bg_gray {
  background: #F1F1F1;
}
.section_bg_red {
  background: #f2bdbd;
}
.content_box {
  background: #fff;
  padding: 90px 0;
  width: 100%;
  margin: auto;
  text-align: center;
  max-width: 1540px;
}
.content_box .msg_txt {
  font-size: 17px;
  line-height: 1.8em;
  letter-spacing: 0.5px;
  padding: 0 30px;
  padding-top: 30px;
}
.content_box .msg_txt .notice {
  font-size: 14px;
}
.content_box h3 {
  font-size: 20px;
  color: #333;
  margin: auto;
  text-align: center;
  font-weight: normal;
  line-height: 47px;
  font-family: "Hind", sans-serif;
  width: max-content;
  border-top: 4px solid #cc0100;
}
.content_box h2 {
  font-size: 40px;
  margin: 30px auto;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.7;
}
.content_box .rank_box {
  margin: 50px auto 90px;
}
.content_box .rank_box:nth-of-type(3) {
  margin: 50px auto 0px;
}
.content_box .rank_box h4 {
  font-size: 35px;
  padding: 115px 0 100px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  z-index: 0;
  line-height: 1.5;
}
.content_box:nth-of-type(1) .rank_box h4::before {
  content: "";
  position: absolute;
  left: -96px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/rank_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 85px;
  height: 69px;
}
.content_box .rank_box:nth-of-type(2) h4::before {
  background-image: url("../img/rank_02.png");
}
.content_box .rank_box:nth-of-type(3) h4::before {
  background-image: url("../img/rank_03.png");
}
.content_box .rank_box h4::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 64%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../img/title_bg_1-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 323px;
  height: 250px;
  z-index: -1;
}
section:nth-of-type(2) .rank_box:nth-of-type(2) h4::after {
  top: 69%;
  width: 200px;
  background-image: url("../img/title_bg_1-2.png");
}
section:nth-of-type(2) .rank_box:nth-of-type(3) h4::after {
  top: 50%;
  width: 230px;
  background-image: url("../img/title_bg_1-3.png");
}
section:nth-of-type(3) .rank_box:nth-of-type(1) h4::after {
  top: 61%;
  background-image: url("../img/title_bg_2-1.png");
  width: 141px;
}
section:nth-of-type(3) .rank_box:nth-of-type(2) h4::after {
  top: 46%;
  width: 315px;
  background-image: url("../img/title_bg_2-2.png");
}
section:nth-of-type(3) .rank_box:nth-of-type(3) h4::after {
  top: 46%;
  width: 230px;
  background-image: url("../img/title_bg_2-3.png");
}
section:nth-of-type(4) .rank_box:nth-of-type(1) h4::after {
  top: 59%;
  width: 210px;
  background-image: url("../img/title_bg_3-1.png");
}
section:nth-of-type(4) .rank_box:nth-of-type(2) h4::after {
  top: 50%;
  width: 200px;
  background-image: url("../img/title_bg_3-2.png");
}
section:nth-of-type(4) .rank_box:nth-of-type(3) h4::after {
  top: 30%;
  left: 61%;
  background-image: url("../img/title_bg_3-3.png");
}
.comment_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  max-width: 820px;
  margin: 16px auto;
  position: relative;
}
.comment_box img{
  opacity: 0.9;
}
.comment_box:nth-child(odd) img {
  position: absolute;
  width: auto;
  height: 90px;
  display: inline-block;
  left: -90px;
}
.comment_box:nth-child(even) img {
  position: absolute;
  width: auto;
  height: 90px;
  display: inline-block;
  right: -90px;
}
.comment_box .comment_bubble, .comment_box .comment_bubble_red {
  display: flex;
  padding: 17px 10px 17px 32px;
  font-size: 15px;
  align-items: center;
  justify-content: space-evenly;
  min-height: 110px;
  box-sizing: border-box;
  position: relative;
  border: 2px solid #d7d7d7;
  border-radius: 30px;
  background-color: #fafafa;
  width: 100%;
}
.comment_box .comment_bubble_red {
  border: 2px solid #f9d7de;
  background-color: #ffeeee;
}
.comment_box .comment_bubble::before, .comment_box .comment_bubble::after, .comment_box .comment_bubble_red::before, .comment_box .comment_bubble_red::after {
  content: "";
  position: absolute;
  top: 50%;
  border-style: solid;
}
.comment_box .comment_bubble::before {
  left: 0;
  border-width: 10px 20px 10px 0;
  border-color: transparent #d7d7d7 transparent transparent;
  translate: -100% -50%;
}
.comment_box .comment_bubble::after {
  left: 0;
  border-width: 7.8px 15.5px 7.8px 0;
  border-color: transparent #fafafa transparent transparent;
  translate: -100% -50%;
}
.comment_box .comment_bubble_red::before {
  right: 0;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #f9d7de;
  translate: 100% -50%;
}
.comment_box .comment_bubble_red::after {
  right: 0;
  border-width: 7.8px 0 7.8px 15.5px;
  border-color: transparent transparent transparent #ffeeee;
  translate: 100% -50%;
}
.comment_box .right_side::before {
  left: unset;
  right: 0;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #d8d8d8;
  translate: 100% -50%;
}
.comment_box .right_side::after {
  left: unset;
  right: 0;
  border-width: 7.8px 0 7.8px 15.5px;
  border-color: transparent transparent transparent #f5f5f5;
  translate: 100% -50%;
}
.comment_box .left_side::before {
  right: unset;
  left: 0;
  border-width: 10px 20px 10px 0;
  border-color: transparent #fad7de transparent transparent;
  translate: -100% -50%;
}
.comment_box .left_side::after {
  right: unset;
  left: 0;
  border-width: 7.8px 15.5px 7.8px 0;
  border-color: transparent #ffeeef transparent transparent;
  translate: -100% -50%;
}
.comment_box .comment_bubble .comment, .comment_box .comment_bubble_red .comment {
  width: 85%;
  padding-right: 10px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.comment_box .comment_bubble .age_post, .comment_box .comment_bubble_red .age_post {
  width: 16%;
  border-left: 1px solid #d8d8d8;
  padding-left: 10px;
  font-size: 14px;
}
.comment_box .comment_bubble_red .age_post {
  border-left: 1px solid #f9d7de;
}
.ats_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 24px;
  background: #cc0100;
  border-radius: 100px;
  width: 90%;
  max-width: 780px;
  margin: 45px auto;
  margin-top: 100px;
  line-height: 1.7em;
  height: 88px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  box-sizing: border-box;
  letter-spacing: 2px;
  box-shadow: 0px 5px 8px 0px rgba(86, 30, 30, 0.29);
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.ats_btn a:hover {
  opacity: 0.9;
}
.ats_btn a img {
  height: 23px;
  width: auto;
}
#bottom_pagetop {
  padding-top: 50px;
  text-align: center;
}
#bottom_pagetop a img {
  width: 60px;
  height: auto;
  display: inline-block;
}
footer {
  background: #1E1E1E;
}
.footer_box {
  max-width: 1414px;
  margin: auto;
  display: block;
  font-family: Meiryo, sans-serif !important;
  color: #fff;
  font-size: 14.08px;
  padding: 30px 13px;
  text-align: right;
  height: 17.3px;
  line-height: 17.3px;
}
#page_top {
  position: fixed;
  bottom: 90px;
  right: 100px;
}
#page_top a {
  background-color: #999999ba;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  border-radius: 100px;
  margin-bottom: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  box-sizing: border-box;
}
#page_top img {
  width: auto;
  height: 12px;
  margin: auto;
}
#page_top a:hover {
  background-color: #666;
  text-decoration: none;
}
/* CSS */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* 画面に入った時に付与するクラス */
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 840px) {
  .br_pad {
    display: block;
  }
  .wrap {
    padding: 80px 0 0;
  }
  .mv {
    background: url("../img/mv_sp.jpg") no-repeat center / cover;
    height: 40vw;
  }
  .mv h1 {
    font-size: 3.5vw;
    padding: 20px 0;
    top: unset;
    bottom: -92px;
    transform: translateY(0%);
  }
  .content_box .msg_txt {
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0;
    padding: 0 18px;
    padding-top: 0;
  }
  section {
    padding: 25px;
  }
  .content_box {
    padding: 50px 0;
  }
  .content_box h2 {
    font-size: 32px;
  }
  .content_box .rank_box {
    margin: 20px auto 50px;
  }
  .content_box .rank_box h4 {
    font-size: 28px;
    padding: 81px 0 65px;
    padding-left: 42px;
  }
  .content_box:nth-of-type(1) .rank_box h4::before {
    left: -50px;
  }
  .content_box .rank_box h4::after {
    width: 253px;
    height: 239px;
  }
  section:nth-of-type(2) .rank_box:nth-of-type(2) h4::after {
    top: 64%;
  }
  section:nth-of-type(3) .rank_box:nth-of-type(1) h4::after {
    top: 48%;
  }
  section:nth-of-type(3) .rank_box:nth-of-type(2) h4::after {
    top: 46%;
    left: 55%;
    width: 260px;
  }
  section:nth-of-type(3) .rank_box:nth-of-type(3) h4::after {
    top: 42%;
    left: 58%;
    width: 170px;
  }
  section:nth-of-type(4) .rank_box:nth-of-type(1) h4::after {
    top: 59%;
    width: 175px;
  }
  section:nth-of-type(4) .rank_box:nth-of-type(2) h4::after {
    top: 61%;
    width: 164px;
  }
  section:nth-of-type(4) .rank_box:nth-of-type(3) h4::after {
    top: 41%;
    width: 180px;
    height: 188px;
  }
  .content_box h3 {
    margin-bottom: 20px;
    text-align: center;
  }
  .section_bg_gray {}
}
@media screen and (max-width: 650px) {
  .pc_on {
    display: none;
  }
  .sp_on {
    display: inline-block;
  }
  .br_pad {
    display: none;
  }
  .header_box {
    height: 54px;
    text-align: right;
    font-size: 12px;
    padding-right: 13px
  }
  .header_box img {
    top: 13px;
    width: 112px;
    height: 28px;
  }
  .wrap {
    padding: 50px 0;
  }
  .mv {
    height: 44vw;
    margin-bottom: 9vw;
  }
  .mv h1 {
    font-size: 4vw;
    bottom: -70px;
    line-height: 1.8;
    padding: 11px;
  }
  .mv h1 span {
    font-size: 6vw;
  }
  .navi_box {
    padding: 12px 0 0;
  }
  .navi_box ul li a ol dd {
    flex-direction: column;
    gap: 10px;
    line-height: 1.5;
    font-size: 12px;
    padding-top: 10px;
  }
  section {
    padding: 4vw;
  }
  .section_bg_gray, .section_bg_red {}
  .content_box h3 {
    font-size: 4.5vw;
    margin-bottom: 10px;
    line-height: 2em;
  }
  .content_box h2 {
    font-size: 6.5vw;
    margin: 0 auto 32px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .content_box .rank_box {
    margin: 0 auto 70px;
  }
  .content_box .rank_box:nth-of-type(3) {
    margin-bottom: 0;
  }
  .content_box .rank_box h4 {
    font-size: 6.2vw;
    padding: 0;
    padding-bottom: 30vw;
    padding-left: 68px;
    padding-right: 6px;
    letter-spacing: 0;
    display: block;
    line-height: 1.5;
    text-align: left;
  }
  .content_box .rank_box h4 span {
    letter-spacing: -7px;
  }
  .content_box:nth-of-type(1) .rank_box h4::before {
    width: 56px;
    top: 23px;
    left: 7px;
  }
  .content_box .rank_box h4::after {
    width: 173px;
    height: 150px;
    top: 36vw;
    left: 52%;
  }
  section:nth-of-type(2) .rank_box:nth-of-type(2) h4::after {
    top: 42vw;
    width: 111px;
    background-image: url("../img/title_bg_1-2.png");
  }
  section:nth-of-type(2) .rank_box:nth-of-type(3) h4::after {
    top: 39vw;
    left: 55%;
    width: 136px;
    background-image: url("../img/title_bg_1-3.png");
  }
  section:nth-of-type(3) .rank_box:nth-of-type(1) h4::after {
    top: 41vw;
    left: 50%;
    background-image: url("../img/title_bg_2-1.png");
    width: 79px;
  }
  section:nth-of-type(3) .rank_box:nth-of-type(2) h4::after {
    top: 42vw;
    left: 52%;
    width: 161px;
    background-image: url("../img/title_bg_2-2.png");
  }
  section:nth-of-type(3) .rank_box:nth-of-type(3) h4::after {
    top: 41vw;
    width: 113px;
    background-image: url("../img/title_bg_2-3.png");
  }
  section:nth-of-type(4) .rank_box:nth-of-type(1) h4::after {
    top: 33vw;
    left: 49%;
    width: 111px;
    background-image: url("../img/title_bg_3-1.png");
  }
  section:nth-of-type(4) .rank_box:nth-of-type(2) h4::after {
    top: 32vw;
    left: 50%;
    width: 92px;
    background-image: url("../img/title_bg_3-2.png");
  }
  section:nth-of-type(4) .rank_box:nth-of-type(3) h4::after {
    top: 36vw;
    width: 109px;
    left: 52%;
    background-image: url("../img/title_bg_3-3.png");
  }
  .content_box .msg_txt {
    font-size: 3.5vw;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    padding: 20px 14px;
  }
  .content_box .msg_txt .notice {
    font-size: 2.5vw;
  }
  .content_box {
    padding: 45px 0 5px;
  }
  .comment_box {
    width: 90%;
  }
  .comment_box .comment_bubble, .comment_box .comment_bubble_red {
    flex-direction: column;
    padding: 5vw;
    padding-bottom: 0;
    border: 1px solid #d7d7d7;
  }
  .comment_box .comment_bubble, .comment_box .comment_bubble_red {
    border: 1px solid #f9d7de;
  }
  .comment_box .comment_bubble::before, .comment_box .comment_bubble_red::before, .comment_box .comment_bubble::after, .comment_box .comment_bubble_red::after {
    display: none;
  }
  .comment_box .comment_bubble .comment, .comment_box .comment_bubble_red .comment {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 0;
    padding-bottom: 3vw;
    font-size: 15px;
    letter-spacing: 0;
  }
  .comment_box .comment_bubble_red .comment {
    border-bottom: 1px solid #f9d7de;
  }
  .comment_box .comment_bubble .age_post, .comment_box .comment_bubble_red .age_post {
    width: 100%;
    padding-right: 41px;
    border: none;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .comment_box:nth-child(odd) img, .comment_box:nth-child(even) img {
    bottom: 10px;
    left: unset;
    right: 20px;
    height: 55px;
    z-index: 2;
  }
  .ats_btn a {
    gap: 10px;
    width: 80%;
    margin: auto;
    height: 55px;
    font-size: 4.5vw;
    letter-spacing: 1px;
    margin-top: 33px;
  }
  .ats_btn a img {
    height: 17px;
  }
  .footer_box {
    text-align: center;
    font-size: 0.7568em;
    line-height: 1.21;
    height: auto;
  }
  #page_top {
    position: fixed;
    bottom: 50px;
    right: 20px;
  }
  #page_top a {
    height: 45px;
    width: 45px;
    box-sizing: border-box;
  }
  #page_top img {
    height: 9px;
  }
}
@media screen and (max-width: 320px) {
  .navi_box ul li a ol dd {
    font-size: 10px;
  }
  .navi_box ul li a img {
    height: 8px;
    width: auto;
  }
}