@charset "UTF-8";
@font-face {
  font-family: noto_sans_500;
  src: url("../fonts/NotoSansJP-Medium.woff");
  font-weight: 500;
}
@font-face {
  font-family: noto_sans_700;
  src: url("../fonts/NotoSansJP-Bold.woff");
  font-weight: 700;
}
@font-face {
  font-family: noto_sans_900;
  src: url("../fonts/NotoSansJP-Black.woff");
  font-weight: 900;
}
@font-face {
  font-family: zen_gothi_900;
  src: url("../fonts/ZenKakuGothicAntique-Black.woff");
  font-weight: 900;
}
@font-face {
  font-family: poppins_700;
  src: url("../fonts/Poppins-SemiBold.woff");
  font-weight: 600;
}
@font-face {
  font-family: yugo_700;
  src: url("../fonts/YuGoPr6N-B.woff");
  font-weight: 700;
}
@font-face {
  font-family: hirakaku_600;
  src: url("../fonts/ヒラギノUD角ゴF_Std_W6.woff");
  font-weight: 600;
}
.inner {
  width: 100%;
  max-width: 1192px;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

figure {
  margin-bottom: 0 !important;
}

a:hover {
  opacity: 1;
}

.front__news {
  position: relative;
  max-width: 965px;
  padding: 79px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .front__news {
    padding: 50px 0;
  }
}
.front__news .front__newsTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.front__news::before {
  content: "";
  position: absolute;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 4px;
  background-color: #000;
  top: 0;
}

.top-left-news {
  margin-top: 17.5px;
  background: #ffffff;
  padding: 0 0 20px;
  overflow-y: scroll;
  height: 282px;
}
@media only screen and (max-width: 768px) {
  .top-left-news {
    width: 100%;
    height: 376px;
    padding: 10px 10px;
  }
}
.top-left-news::-webkit-scrollbar-thumb {
  background: #aab1af;
  border-radius: 10px;
}
.top-left-news::-webkit-scrollbar {
  border-radius: 10px;
  width: 8px;
}
.top-left-news_ttl {
  font-size: 2.4rem;
}
.top-left-news .top-left-news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top-left-news .top-left-news_list .top-left-news_list_link {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15.5px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 14px;
}
@media only screen and (max-width: 768px) {
  .top-left-news .top-left-news_list .top-left-news_list_link {
    display: block;
  }
}
.top-left-news
  .top-left-news_list
  .top-left-news_list_link
  .top-left-news_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-left-news
  .top-left-news_list
  .top-left-news_list_link
  .top-left-news_flex
  .top-left-news_flex_time {
  font-size: 12px;
  font-weight: 400;
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  .top-left-news
    .top-left-news_list
    .top-left-news_list_link
    .top-left-news_flex
    .top-left-news_flex_time {
    font-size: 12px;
    margin-right: 20px;
  }
}
.top-left-news
  .top-left-news_list
  .top-left-news_list_link
  .top-left-news_flex
  .cat {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: orange;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  min-width: 125px;
  padding: 0 10px;
}
.top-left-news .top-left-news_list .top-left-news_list_link .news__textList a {
  color: #000;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.top-left-news
  .top-left-news_list
  .top-left-news_list_link
  .news__textList
  a:hover {
  text-decoration: underline;
}
.top-left-news
  .top-left-news_list
  .top-left-news_list_link
  .news__textList
  a:visited {
  color: #000;
}
.top-left-news
  .top-left-news_list
  .top-left-news_list_link
  .news__textList
  .news__textListPc {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .top-left-news
    .top-left-news_list
    .top-left-news_list_link
    .news__textList
    .news__textListPc {
    font-size: 14px;
    margin-top: 5px;
  }
}

.news__textListPc.-link {
  margin-top: -8px;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.news__textListPc.-link:hover {
  opacity: 0.7;
}

.news-image {
  max-width: 500px;
  margin-top: 10px;
}

.top-mainVisual {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top-mainVisual {
    padding: 0px 24px 18% 69px;
    background: url("../../img/page/front/top_mv_pc.jpg") no-repeat center
      bottom/cover;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .top-mainVisual {
    padding: 0px 20px 18%;
  }
}
@media screen and (max-width: 768px) {
  .top-mainVisual {
    padding: 0px 20px 60%;
    background: url("../../img/page/front/top_mv_sp.jpg") no-repeat center
      bottom/cover;
  }
}
@media screen and (max-width: 480px) {
  .top-mainVisual {
    padding: 0px 20px 84%;
  }
}
.top-mainVisual .top-mv-prize {
  width: 25.6%;
  position: absolute;
  right: 4%;
  top: 12%;
  z-index: 10;
}
.top-mainVisual .top-mv-prize img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-mainVisual .top-mv-prize {
    width: 45%;
    right: 5%;
    top: 35px;
  }
}
@media screen and (max-width: 480px) {
  .top-mainVisual .top-mv-prize {
    width: 43%;
    right: 5%;
    top: 184px;
  }
}
.top-mainVisual .top-mv-brain {
  width: 72.4%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 8%;
}
.top-mainVisual .top-mv-brain img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .top-mainVisual .top-mv-brain {
    top: 5%;
  }
}
@media screen and (max-width: 1123px) {
  .top-mainVisual .top-mv-brain {
    width: 63%;
    top: 20%;
  }
}
@media screen and (max-width: 1000px) {
  .top-mainVisual .top-mv-brain {
    width: 60%;
    top: 30%;
  }
}
@media screen and (max-width: 940px) {
  .top-mainVisual .top-mv-brain {
    top: 43%;
  }
}
@media screen and (max-width: 768px) {
  .top-mainVisual .top-mv-brain {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .top-mainVisual .top-mv-brain {
    display: none;
  }
}
.top-mainVisual .top-mv-brain.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-mainVisual .top-mv-brain.-sp {
    display: block;
    width: 80%;
    right: 5%;
    top: 24%;
  }
}
@media screen and (max-width: 550px) {
  .top-mainVisual .top-mv-brain.-sp {
    width: 80%;
    top: 20%;
    top: 164px;
  }
}
@media screen and (max-width: 480px) {
  .top-mainVisual .top-mv-brain.-sp {
    width: 80%;
    top: 20%;
    top: 190px;
  }
}

.top-mainVisual__inner {
  max-width: 1385px;
  width: calc(100% - 48px);
  margin: 0 auto;
  padding-top: 22px;
}
@media screen and (max-width: 768px) {
  .top-mainVisual__inner {
    margin: 0;
    padding-top: 29px;
  }
}

.top-mainVisual__headingWrap {
  position: relative;
  z-index: 3;
}

.top-mainVisual__heading {
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2857142857;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2857142857;
  }
}
@media screen and (max-width: 768px) {
  .top-mainVisual__heading {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2962962963;
  }
}

.top-mainVisual__times {
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__times {
    font-size: 40px;
    font-family: noto_sans_900, sans-serif;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__times {
    font-size: 30px;
    font-family: zen_gothi_900, sans-serif;
  }
}

.top-mainVisual__roma {
  color: #fff;
  font-style: italic;
  margin-top: 21px;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__roma {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3636363636;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__roma {
    margin-top: 15px;
    font-size: 22px;
  }
}

.top-mainVisual__year {
  position: absolute;
  opacity: 0.3;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__year {
    top: -50px;
    right: 0;
    font-size: 183px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__year {
    top: 56%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 130px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .top-mainVisual__year {
    top: 54%;
  }
}

.top-mainVisual__circleGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__circleGroup {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__circleGroup {
    position: absolute;
    bottom: -37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .top-mainVisual__circleGroup {
    bottom: -75px;
  }
}

.top-mainVisual__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 500px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.top-mainVisual__circle.--brown {
  color: #fff;
  background-color: #ce7f30;
}
.top-mainVisual__circle.--small {
  color: #debf94;
  background-color: #fff;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__circle.--brown {
    width: 302px;
    height: 302px;
  }
  .top-mainVisual__circle.--small {
    width: 212px;
    height: 212px;
  }
  .top-mainVisual__circle:nth-child(n + 2) {
    margin-left: 6px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__circle.--brown {
    width: 195px;
    height: 195px;
  }
  .top-mainVisual__circle.--small {
    width: 136px;
    height: 136px;
  }
  .top-mainVisual__circle:nth-child(n + 2) {
    margin-left: 4px;
  }
}

.top-mainVisual__periodSub {
  font-family: noto_sans_700, sans-serif;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__periodSub {
    font-size: 19px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__periodSub {
    font-size: 13px;
  }
}

.top-mainVisual__period {
  font-family: noto_sans_700, sans-serif;
  color: #ffd35a;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__period {
    font-size: 28px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__period {
    font-size: 18px;
    margin-top: 5px;
  }
}

.top-mainVisual__date {
  line-height: 1;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__date {
    margin-top: 15px;
    font-size: 51px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__date {
    margin-top: 5px;
    font-size: 32px;
  }
}

.top-mainVisual__yearNum {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__yearNum {
    font-size: 51px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__yearNum {
    font-size: 32px;
  }
}

.top-mainVisual__yearUnit {
  display: inline-block;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  font-family: noto_sans_900, sans-serif;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__yearUnit {
    font-size: 34px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__yearUnit {
    font-size: 22px;
  }
}

@media screen and (min-width: 1280px) {
  .top-mainVisual__monthNum {
    font-size: 72px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__monthNum {
    font-size: 46px;
  }
}

.top-mainVisual__monthUnit {
  display: inline-block;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  font-family: noto_sans_900, sans-serif;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__monthUnit {
    font-size: 41px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__monthUnit {
    font-size: 26px;
  }
}

@media screen and (min-width: 1280px) {
  .top-mainVisual__dayNum {
    font-size: 73px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__dayNum {
    font-size: 46px;
  }
}

.top-mainVisual__dayUnit {
  display: inline-block;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  font-family: noto_sans_900, sans-serif;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__dayUnit {
    font-size: 41px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__dayUnit {
    font-size: 26px;
  }
}

.top-mainVisual__start {
  font-family: noto_sans_700, sans-serif;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__start {
    margin-top: 15px;
    font-size: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__start {
    margin-top: 10px;
  }
}

.top-mainVisual__prize {
  color: #0c4e3c;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__prize {
    font-size: 34px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__prize {
    font-size: 21px;
  }
}

.top-mainVisual__award {
  color: #2c2f2c;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__award {
    font-size: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__award {
    font-size: 12px;
  }
}

.top-mainVisual__money {
  width: 148px;
  margin: 0 auto;
  line-height: 1;
  color: #debf94;
  background: -webkit-linear-gradient(-90deg, #debf94, #d5c377);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-mainVisual__moneyValue {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__moneyValue {
    font-size: 82px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__moneyValue {
    font-size: 52px;
  }
}

.top-mainVisual__moneyUnit {
  font-family: noto_sans_900, sans-serif;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__moneyUnit {
    font-size: 34px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__moneyUnit {
    font-size: 22px;
  }
}

.top-mainVisual__other {
  color: #818181;
}
@media screen and (min-width: 1280px) {
  .top-mainVisual__other {
    font-size: 14px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__other {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    font-size: 10px;
  }
}

.top-sectionGroup {
  margin-top: 15%;
}
@media screen and (max-width: 768px) {
  .top-sectionGroup {
    margin-top: 35%;
  }
}
@media screen and (max-width: 480px) {
  .top-sectionGroup {
    margin-top: 7.2%;
  }
}

.top-solution {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .top-solution {
    padding: 38px 0 0;
  }
}
@media screen and (max-width: 1279px) {
  .top-solution {
    padding: 38px 0 0;
  }
}

.top-solution::after {
  position: absolute;
  content: "";
  width: 148px;
  height: 148px;
  background: url("../../img/page/front/front_en_smallY.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -10;
  top: -1%;
  left: 4%;
}
@media screen and (max-width: 1279px) {
  .top-solution::after {
    left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .top-solution::after {
    width: 57px;
    height: 57px;
    left: 1%;
    top: 1.2%;
  }
}

.top-solution::before {
  position: absolute;
  content: "";
  width: 171px;
  height: 168px;
  background: url("../../img/page/front/front_en_bigY.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -10;
  top: 10%;
  right: 8%;
}
@media screen and (max-width: 1279px) {
  .top-solution::before {
    right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .top-solution::before {
    width: 66px;
    height: 65px;
    top: 4%;
    right: 6%;
  }
}

.top-solution__inner {
  position: relative;
  max-width: 1236px;
  width: 100%;
  margin: 0 auto;
  padding-right: 48px;
  padding-left: 48px;
}
@media screen and (max-width: 1279px) {
  .top-solution__inner {
    max-width: 1385px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-solution__inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.top-solution__wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 177px;
  background: url("../../img/page/front/solution_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -10;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 1279px) {
  .top-solution__wrapper::after {
    top: 15%;
  }
}
@media screen and (max-width: 768px) {
  .top-solution__wrapper::after {
    background: url("../../img/page/front/solution_bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 52px;
    top: 13%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 91%;
  }
}
@media screen and (max-width: 560px) {
  .top-solution__wrapper::after {
    top: 9.3%;
  }
}
@media screen and (min-width: 1441px) {
  .top-solution__wrapper::after {
    top: 184px;
  }
}

.top-solution__catch {
  font-family: noto_sans_900, sans-serif;
}
@media screen and (min-width: 1280px) {
  .top-solution__catch {
    font-size: 48px;
    line-height: 1.6875;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .top-solution__catch {
    font-size: 42px;
    line-height: 1.6875;
  }
}
@media screen and (max-width: 768px) {
  .top-solution__catch {
    font-size: 32px;
    line-height: 1.45;
  }
}
@media only screen and (max-width: 560px) {
  .top-solution__catch {
    font-size: 22px;
  }
}
@media screen and (max-width: 370px) {
  .top-solution__catch {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .top-solution__read {
    margin-top: 162px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 768px) {
  .top-solution__read {
    margin-top: 111px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .top-solution__read.-br {
    margin-top: 32px;
    line-height: 1.8;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top-solution__read.-br {
    margin-top: 30px;
    line-height: 1.7;
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 769px) {
  .top-solution__row {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .top-solution__row {
    margin-top: 20px;
  }
}

.top-solution__imageWrap {
  position: relative;
  z-index: 0;
}
.top-solution__imageWrap:before {
  content: "";
  display: block;
  position: absolute;
  top: -6%;
  z-index: -1;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fcefc2),
    to(#dd9144)
  );
  background: linear-gradient(to top, #fcefc2, #dd9144);
}
@media screen and (min-width: 769px) {
  .top-solution__imageWrap {
    width: 46%;
  }
  .top-solution__imageWrap:before {
    width: 90%;
    height: 330px;
    left: -5%;
  }
}
@media screen and (max-width: 768px) {
  .top-solution__imageWrap {
    max-width: 338px;
    margin-top: 30px;
  }
  .top-solution__imageWrap:before {
    width: 90%;
    height: 194px;
    left: -20px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .top-solution__imageWrap {
    margin: 30px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .top-solution__description {
    width: 50%;
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
  }
}
@media screen and (max-width: 768px) {
  .top-solution__description {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .top-solution__description {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
  }
}

.top-solution__title {
  color: #0c4e3c;
  font-family: noto_sans_900, sans-serif;
}
@media screen and (min-width: 769px) {
  .top-solution__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .top-solution__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .top-solution__list {
    margin-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .top-solution__list {
    margin-top: 12px;
  }
}

.top-solution__item {
  line-height: 1.62;
}
.top-solution__item:nth-child(n + 2) {
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .top-solution__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .top-solution__itemTitle {
    width: 92px;
  }
}
@media screen and (max-width: 768px) {
  .top-solution__itemTitle {
    font-size: 16px;
  }
}

.top-solution__subItem {
  padding-left: 17px;
  text-indent: -17px;
}
.top-solution__subItem:before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 6px;
  display: inline-block;
  border-radius: 100px;
  background-color: #22a877;
}

@media screen and (min-width: 769px) {
  .top-solution__buttonWrap {
    margin-top: 34px;
  }
}
@media screen and (max-width: 768px) {
  .top-solution__buttonWrap {
    margin-top: 28px;
  }
}

.top-solution__button {
  font-family: noto_sans_900, sans-serif;
}
@media screen and (min-width: 769px) {
  .top-solution__button {
    height: 83px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-solution__button {
    height: 70px;
    font-size: 16px;
  }
}

.top-solution__guide {
  margin-top: 5px;
  font-family: noto_sans_500, sans-serif;
  color: #5d5d5d;
}
@media screen and (min-width: 769px) {
  .top-solution__guide {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .top-solution__guide {
    font-size: 12px;
    line-height: 1.66;
  }
}

.top-overview {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 80px;
  border-top: solid 4px #000;
}
@media screen and (max-width: 768px) {
  .top-overview {
    margin-top: 0;
  }
}

.top-description {
  border-top: solid 4px #000;
}
@media screen and (min-width: 769px) {
  .top-description {
    padding: 87px 0 89px;
  }
}
@media screen and (max-width: 768px) {
  .top-description {
    padding: 36px 0 34px;
  }
}

.top-description__inner {
  position: relative;
  max-width: 1236px;
  width: 100%;
  margin: 0 auto;
  padding-right: 48px;
  padding-left: 48px;
}
@media screen and (max-width: 1279px) {
  .top-description__inner {
    max-width: 1385px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-description__inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.top-description__wrap {
  margin: 46px auto 0;
  max-width: 746px;
}
@media screen and (max-width: 768px) {
  .top-description__wrap {
    margin-top: 30px;
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .top-description__wrap {
    width: 100%;
  }
}

.top-description__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .top-description__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-description__flex:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-description__flex:not(:first-of-type) {
    margin-top: 10px;
  }
}

.top-description__read {
  font-size: 20px;
  font-weight: 700;
  color: #008482;
  width: 15%;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .top-description__read {
    font-size: 16px;
    width: 100%;
  }
}

.top-description__text {
  font-size: 18px;
  line-height: 1.8;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .top-description__text {
    font-size: 14px;
    width: 100%;
  }
}

.top-description__text.-danraku {
  text-indent: -1em;
  padding-left: 1em;
  width: 100%;
}

.top-prize {
  border-top: solid 4px #000;
}
@media screen and (min-width: 769px) {
  .top-prize {
    padding: 87px 0 89px;
  }
}
@media screen and (max-width: 768px) {
  .top-prize {
    padding: 36px 0 71px;
  }
}

.top-prize__inner {
  max-width: 1160px;
  margin: 0 auto;
}

.top-prize__read {
  margin-top: 46px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-prize__read {
    font-size: 12px;
    line-height: 1.9;
    text-align: justify;
    width: calc(100% - 40px);
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.9;
  }
}

.top-prize__small {
  position: absolute;
  font-size: 13px;
  font-weight: 400;
  margin-top: 20px;
  padding-right: 20px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top-prize__small {
    font-size: 12px;
    right: 5%;
    margin-top: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .top-prize__small {
    right: 0;
    padding-right: 20px;
  }
}

.top-prize__list {
  max-width: 614px;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.top-prize__list:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../../img/page/front/badge_pc_1.png") no-repeat center/cover;
}
@media screen and (min-width: 1280px) {
  .top-prize__list {
    margin: 50px auto 0;
  }
  .top-prize__list:before {
    width: 315px;
    height: 322px;
    top: -18px;
    left: -300px;
    width: 247px;
    height: 290px;
    top: 5px;
    left: -300px;
  }
}
@media screen and (max-width: 1279px) {
  .top-prize__list {
    margin: 210px auto 0;
  }
  .top-prize__list:before {
    width: 160px;
    height: 170px;
    top: -185px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../../img/page/front/badge_sp_1.png") no-repeat
      center/cover;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .top-prize__list {
    margin: 190px auto 0;
    margin: 210px auto 0;
  }
}

.top-prize__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-prize__item:nth-child(n + 2) {
  border-top: 2px solid #dedede;
}
@media screen and (min-width: 769px) {
  .top-prize__item {
    min-height: 73px;
    padding: 13px 24px 13px 76px;
  }
}
@media screen and (max-width: 768px) {
  .top-prize__item {
    min-height: 55px;
    padding: 18px 20px 15px 40px;
  }
}

.top-prize__itemTitle {
  position: relative;
  font-family: noto_sans_700, sans-serif;
}
.top-prize__itemTitle:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-prize__itemTitle.--gold:before {
  background: url("../../img/common/icon_award_grand-prize.png") no-repeat
    center/contain;
}
.top-prize__itemTitle.--silver1:before {
  background: url("../../img/common/icon_award_outstanding-performance.png")
    no-repeat center/contain;
}
.top-prize__itemTitle.--silver2:before {
  background: url("../../img/common/icon_award_corporate.png") no-repeat
    center/contain;
}
.top-prize__itemTitle.--bronze:before {
  background: url("../../img/common/icon_award_lncentive.png") no-repeat
    center/contain;
}
.top-prize__itemTitle.--nedo:before {
  background: url("../../img/common/icon_award_nedo.png") no-repeat
    center/contain;
}
@media screen and (min-width: 769px) {
  .top-prize__itemTitle {
    font-size: 20px;
  }
  .top-prize__itemTitle:before {
    left: -60px;
  }
  .top-prize__itemTitle.--gold:before {
    width: 50px;
    height: 50px;
  }
  .top-prize__itemTitle.--silver1:before {
    width: 50px;
    height: 50px;
  }
  .top-prize__itemTitle.--silver2:before {
    width: 50px;
    height: 50px;
  }
  .top-prize__itemTitle.--bronze:before {
    width: 50px;
    height: 50px;
  }
  .top-prize__itemTitle.--nedo:before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-prize__itemTitle:before {
    left: -20px;
    left: -35px;
  }
  .top-prize__itemTitle.--gold:before {
    width: 14px;
    height: 16px;
    width: 30px;
    height: 30px;
  }
  .top-prize__itemTitle.--silver1:before {
    width: 12px;
    height: 16px;
    width: 30px;
    height: 30px;
  }
  .top-prize__itemTitle.--silver2:before {
    width: 12px;
    height: 16px;
    width: 30px;
    height: 30px;
  }
  .top-prize__itemTitle.--bronze:before {
    width: 12px;
    height: 16px;
    width: 30px;
    height: 30px;
  }
  .top-prize__itemTitle.--nedo {
    width: 85px;
  }
  .top-prize__itemTitle.--nedo:before {
    width: 16px;
    height: 13px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 769px) {
  .top-prize__emphasis {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .top-prize__emphasis {
    font-size: 18px;
  }
}

.top-prize__count {
  font-family: hirakaku_600, sans-serif;
}
@media screen and (min-width: 769px) {
  .top-prize__count {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-prize__count {
    font-size: 10px;
  }
}

.top-prize__itemData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: noto_sans_700, sans-serif;
}
.top-prize__itemData.--nedo {
  display: block;
  word-break: break-all;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}
@media screen and (min-width: 769px) {
  .top-prize__itemData {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .top-prize__itemData {
    font-size: 12px;
  }
}

.top-prize__get {
  color: #e6af55;
}

.top-prize__money.--gold {
  background: -webkit-linear-gradient(-90deg, #debf94, #d5c377);
  color: #debf94;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-prize__money.--silver {
  background: -webkit-linear-gradient(-90deg, #818181, #414141);
  color: #debf94;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 769px) {
  .top-prize__money {
    margin-left: 10px;
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .top-prize__money {
    margin-left: 4px;
    font-size: 25px;
  }
}

.top-prize__value {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .top-prize__value {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .top-prize__value {
    font-size: 28px;
  }
}

.top-prize__roma {
  word-wrap: break-word;
}
@media screen and (min-width: 769px) {
  .top-prize__roma {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .top-prize__roma {
    font-size: 10px;
  }
}

.top-prize__badgeWrap {
  max-width: 315px;
  width: 100%;
  position: absolute;
  top: 200px;
  left: 0;
}

.top-support {
  position: relative;
  border-top: solid 4px #000;
  padding: 100px 0 75px;
}
@media screen and (max-width: 768px) {
  .top-support {
    padding: 34px 0 31px;
  }
}

.top-support::after {
  position: absolute;
  content: "";
  width: 148px;
  height: 148px;
  background: url("../../img/page/front/front_en_smallY.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -10;
  top: 11%;
  left: 4%;
}
@media screen and (max-width: 1279px) {
  .top-support::after {
    left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .top-support::after {
    width: 57px;
    height: 57px;
    left: 1%;
    top: 2.2%;
  }
}

.top-support::before {
  position: absolute;
  content: "";
  width: 171px;
  height: 168px;
  background: url("../../img/page/front/front_en_bigY.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -10;
  top: 56%;
  right: 4%;
}
@media only screen and (max-width: 1135px) {
  .top-support::before {
    right: 1%;
    top: 17%;
  }
}
@media screen and (max-width: 768px) {
  .top-support::before {
    width: 100px;
    height: 99px;
    top: 11%;
    right: 1%;
  }
}
@media only screen and (max-width: 480px) {
  .top-support::before {
    top: 13%;
  }
}

.top-support__inner {
  position: relative;
  max-width: 1236px;
  width: 100%;
  margin: 0 auto;
  padding-right: 48px;
  padding-left: 48px;
}
@media screen and (max-width: 1279px) {
  .top-support__inner {
    max-width: 1385px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-support__inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.top-support__catch {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-support__catch {
    font-size: 12px;
    font-weight: 400;
  }
}

.top-support__heading {
  margin-top: 15px;
  color: #000;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-support__heading {
    font-size: 22px;
    margin-top: 5px;
    line-height: 1.3;
  }
}

.top-prize-content {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .top-prize-content {
    padding: 0;
  }
}

.top-prize-table {
  overflow-x: scroll;
  width: 100%;
  display: block;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .top-prize-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .top-prize-table {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.top-prize-table img {
  width: 1007px;
}
@media screen and (max-width: 768px) {
  .top-prize-table img {
    width: 100%;
    max-width: 80%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .top-prize-table img {
    max-width: 340px;
  }
}

.top-support__cardGroup {
  margin-top: 60px;
  display: grid;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1135px) {
  .top-support__cardGroup {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-support__cardGroup {
    margin-top: 30px;
    row-gap: 28px;
    -webkit-column-gap: 51px;
    -moz-column-gap: 51px;
    column-gap: 51px;
  }
}

.top-support__card {
  position: relative;
  max-width: 240px;
}
@media only screen and (max-width: 1135px) {
  .top-support__card {
    max-width: 100%;
  }
}

.top-support__card:not(:first-of-type)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #000;
  top: 0;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .top-support__card:not(:first-of-type)::after {
    left: -25.5px;
  }
}

@media only screen and (max-width: 1135px) {
  .top-support__card:nth-last-of-type(2)::after {
    background-color: transparent;
  }
}

.top-support__thumbWrap {
  height: 172px;
}
@media only screen and (max-width: 1135px) {
  .top-support__thumbWrap {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .top-support__thumbWrap {
    height: 182px;
  }
}
@media only screen and (max-width: 480px) {
  .top-support__thumbWrap {
    height: 100px;
  }
}

.top-support__title {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-support__title {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.7;
  }
}

.top-pdf {
  padding: 118px 0 73px;
  border-top: solid 4px #000;
}
@media screen and (max-width: 768px) {
  .top-pdf {
    padding: 33px 0 60px;
  }
}

.top-pdf__inner {
  max-width: 874px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-right: 48px;
  padding-left: 48px;
}
@media screen and (max-width: 768px) {
  .top-pdf__inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.top-pdf__list {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 85px;
  -moz-column-gap: 85px;
  column-gap: 85px;
}
@media only screen and (max-width: 1280px) {
  .top-pdf__list {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .top-pdf__list {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-pdf__list {
    margin-top: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .top-pdf__item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .top-pdf__item {
    width: 100%;
  }
}

.top-pdf__link {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-pdf__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .top-pdf__link {
    width: 90%;
    margin: 0 auto;
  }
}

.top-pdf__linkText {
  position: relative;
  display: block;
  margin: 40px auto 0 auto;
  text-align: center;
  background-color: #008482;
  color: #fff;
  width: 200px;
  padding: 10px 20px 10px 0;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.top-pdf__linkText:hover {
  background-color: #007070;
}
.top-pdf__linkText:hover::after {
  right: 15px;
}

.top-pdf__linkText::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../../img/page/front/top-pdf-icon.svg);
  background-repeat: no-repeat;
  top: 14.5px;
  right: 20px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.top-flow {
  padding: 118px 0 73px;
  border-top: solid 4px #000;
}
@media screen and (max-width: 768px) {
  .top-flow {
    padding: 33px 0 60px;
  }
}

.top-flow__inner {
  position: relative;
  max-width: 1236px;
  width: 100%;
  margin: 0 auto;
  padding-right: 48px;
  padding-left: 48px;
}
@media screen and (max-width: 1279px) {
  .top-flow__inner {
    max-width: 1385px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-flow__inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.top-flow__list {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 25px;
}
@media screen and (max-width: 768px) {
  .top-flow__list {
    margin-top: 65px;
    row-gap: 57px;
  }
}

.disabled-link {
  pointer-events: none;
  cursor: not-allowed;
}

.top-flow__item {
  padding: 34px 39px 34px 179px;
  position: relative;
  border: solid 3px #008482;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .top-flow__item {
    padding: 50px 20px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .top-flow__item {
    padding: 50px 20px 30px;
  }
}

.top-flow__item.-center {
  padding: 60px 39px 60px 179px;
  position: relative;
  border: solid 3px #008482;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .top-flow__item.-center {
    padding: 50px 20px 35px;
  }
}
@media only screen and (max-width: 480px) {
  .top-flow__item.-center {
    padding: 50px 20px 30px;
  }
}

.top-flow__item:not(:first-of-type)::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 26px;
  background-color: #008482;
  top: -28px;
  left: 86px;
}
@media screen and (max-width: 768px) {
  .top-flow__item:not(:first-of-type)::before {
    height: 58px;
    top: -60px;
    left: 49%;
  }
}

.top-flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-flow__wrap.-entry {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.top-flow__entry {
  position: absolute;
  top: -30px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top-flow__entry {
    left: 0;
    top: 35px;
  }
}
@media only screen and (max-width: 337px) {
  .top-flow__entry {
    top: 60px;
  }
}

.top-flow__step {
  position: absolute;
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  background-color: #008482;
  border-radius: 50%;
  width: 107px;
  height: 107px;
  text-align: center;
  padding-top: 19px;
  left: 36px;
  top: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-flow__step {
    width: 70px;
    height: 70px;
    font-size: 19px;
    top: -41px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    padding-top: 16px;
  }
}
.top-flow__step span {
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-flow__step span {
    font-size: 13px;
  }
}

.top-flow__step.-date {
  font-size: 22px;
  padding-top: 28px;
}
@media screen and (max-width: 768px) {
  .top-flow__step.-date {
    font-size: 14px;
    padding-top: 20px;
  }
}
.top-flow__step.-date span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .top-flow__step.-date span {
    font-size: 12px;
  }
}

.top-flow__img {
  width: 100px;
  height: 100px;
}

.top-flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .top-flow__content {
    row-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-flow__iconWrap {
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .top-flow__iconWrap {
    display: none;
  }
}
.top-flow__iconWrap img {
  width: 110px;
}

.top-flow__iconWrap2 {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top-flow__iconWrap2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.top-flow__iconWrap2 img {
  width: 110px;
  margin: 0 auto;
  text-align: center;
}

.top-flow__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-flow__title {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 480px) {
  .top-flow__title {
    font-size: 18px;
  }
}

.top-flow__title.-center {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .top-flow__title.-center {
    margin-top: 0;
  }
}

.top-flow__text {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .top-flow__text {
    font-size: 14px;
  }
}
.top-flow__text span {
  font-size: 18px;
  font-weight: 700;
  color: #008482;
}
@media screen and (max-width: 768px) {
  .top-flow__text span {
    font-size: 14px;
    font-weight: 400;
  }
}

.top-flow__textSmall {
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-flow__textSmall {
    -moz-text-align-last: left;
    text-align-last: left;
    padding-left: 5.5px;
  }
}

.top-flow__buttonWrap {
  max-width: 580px;
}
@media screen and (min-width: 769px) {
  .top-flow__buttonWrap {
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-flow__buttonWrap {
    margin: 25px auto 0;
  }
}

.top-flow__button {
  font-family: noto_sans_900, sans-serif;
}
@media screen and (min-width: 769px) {
  .top-flow__button {
    height: 82px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-flow__button {
    height: 68px;
    font-size: 16px;
  }
}

.top-partner {
  background-color: #fff;
  border-top: solid 4px #000;
}
@media screen and (min-width: 769px) {
  .top-partner {
    padding: 52px 0 118px;
  }
}
@media screen and (max-width: 768px) {
  .top-partner {
    padding: 54px 0 80px;
  }
}

.top-partner__inner {
  max-width: 1160px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .top-partner__list {
    margin-top: 34px;
  }
}
@media screen and (max-width: 768px) {
  .top-partner__list {
    margin-top: 20px;
  }
}

.top-partner__item {
  padding: 20px 0;
  border-top: 1px solid #585b59;
}
.top-partner__item:last-child {
  border-bottom: 1px solid #585b59;
}
@media screen and (min-width: 769px) {
  .top-partner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.top-partner__itemTitle {
  font-size: 20px;
  font-family: noto_sans_700, sans-serif;
}
@media screen and (min-width: 769px) {
  .top-partner__itemTitle {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .top-partner__itemTitle {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .top-partner__itemData {
    width: calc(97% - 120px);
  }
}

.top-partner__host {
  width: 254px;
}
@media screen and (max-width: 768px) {
  .top-partner__host {
    margin: 15px auto 0;
  }
}

.top-partner__companyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top-partner__companyList {
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.top-partner__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-partner__company:last-child {
  position: relative;
}
.top-partner__company:last-child:after {
  content: "「50音順」";
  position: absolute;
}
@media screen and (min-width: 769px) {
  .top-partner__company {
    margin: 10px 20px 0 0;
  }
  .top-partner__company.--medium1 {
    width: 176px;
  }
  .top-partner__company.--medium2 {
    width: 145px;
  }
  .top-partner__company.--medium3 {
    width: 125px;
  }
  .top-partner__company.--short1 {
    width: 106px;
  }
  .top-partner__company.--short2 {
    width: 82px;
  }
  .top-partner__company.--short3 {
    width: 66px;
  }
  .top-partner__company:last-child {
    padding-right: 30px;
  }
  .top-partner__company:last-child:after {
    bottom: 5px;
    right: -30px;
    font-size: 10px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .top-partner__company.--powered:after {
    bottom: -10px;
  }
}
@media screen and (max-width: 768px) {
  .top-partner__company {
    margin: 5px 10px 0 0;
  }
  .top-partner__company.--medium1 {
    width: 156px;
  }
  .top-partner__company.--medium2 {
    width: 125px;
  }
  .top-partner__company.--medium3 {
    width: 105px;
  }
  .top-partner__company.--short1 {
    width: 86px;
  }
  .top-partner__company.--short2 {
    width: 62px;
  }
  .top-partner__company.--short3 {
    width: 46px;
  }
  .top-partner__company:last-child {
    padding-right: 40px;
  }
  .top-partner__company:last-child:after {
    bottom: 0;
    right: -10px;
    font-size: 10px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.top-partner__company a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 769px) {
  .cv {
    padding: 68px 0 38px;
    background: url("../../img/page/front/bg03.jpg") no-repeat 50% 40% / cover;
  }
}
@media screen and (max-width: 768px) {
  .cv {
    padding: 60px 0 35px;
    background: url("../../img/page/front/bg03_sp.jpg") no-repeat right 23%
      bottom/cover;
  }
}

.cv__text {
  text-align: center;
  color: #fff;
  font-family: noto_sans_700, sans-serif;
}
@media screen and (min-width: 769px) {
  .cv__text {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .cv__text {
    line-height: 2.14;
  }
}

.cv__inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.cv__buttonWrap {
  max-width: 580px;
}
@media screen and (min-width: 769px) {
  .cv__buttonWrap {
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .cv__buttonWrap {
    margin: 28px auto 0;
  }
}

.cv__button {
  font-family: noto_sans_900, sans-serif;
}
@media screen and (min-width: 769px) {
  .cv__button {
    height: 82px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cv__button {
    height: 68px;
    font-size: 16px;
  }
}

.partners {
  border-top: solid 4px #000;
  padding: 73px 0 108px;
}
@media screen and (max-width: 768px) {
  .partners {
    padding-top: 36px;
    padding-bottom: 45px;
  }
}
.partners .partners-inner {
  position: relative;
  max-width: 1043px;
  width: 100%;
  margin: 0 auto;
  padding-right: 48px;
  padding-left: 48px;
}
@media screen and (max-width: 1279px) {
  .partners .partners-inner {
    max-width: 1385px;
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .partners .partners-inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
.partners .partners-inner .partner {
  border-top: 1px solid #585b59;
}
.partners .partners-inner .partner:last-of-type {
  border-bottom: 1px solid #585b59;
}
.partners .partners-inner .partner .partner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .partners .partners-inner .partner .partner__wrap {
    display: block;
  }
}
.partners .partners-inner .partner .partner__wrap .partner__left {
  width: 165px;
}
@media only screen and (max-width: 768px) {
  .partners .partners-inner .partner .partner__wrap .partner__left {
    width: 100%;
  }
}
.partners
  .partners-inner
  .partner
  .partner__wrap
  .partner__left
  .partner__title {
  font-size: 20px;
  font-weight: bold;
  font-family: noto_sans_700, sans-serif;
}
@media only screen and (max-width: 768px) {
  .partners
    .partners-inner
    .partner
    .partner__wrap
    .partner__left
    .partner__title {
    text-align: center;
  }
}
.partners .partners-inner .partner .partner__wrap .partner__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
@media only screen and (max-width: 768px) {
  .partners .partners-inner .partner .partner__wrap .partner__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
}
.partners
  .partners-inner
  .partner
  .partner__wrap
  .partner__right
  .partner__rightBox {
  width: 18.4%;
}
@media only screen and (max-width: 768px) {
  .partners
    .partners-inner
    .partner
    .partner__wrap
    .partner__right
    .partner__rightBox {
    width: 32%;
  }
}
.partners
  .partners-inner
  .partner
  .partner__wrap
  .partner__right
  .partner__rightBox:not(:nth-child(5n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 768px) {
  .partners
    .partners-inner
    .partner
    .partner__wrap
    .partner__right
    .partner__rightBox:not(:nth-child(5n)) {
    margin-right: 0%;
  }
}
.partners
  .partners-inner
  .partner
  .partner__wrap
  .partner__right
  .partner__rightBox:nth-child(n + 6) {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .partners
    .partners-inner
    .partner
    .partner__wrap
    .partner__right
    .partner__rightBox:nth-child(n + 6) {
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 768px) {
  .partners
    .partners-inner
    .partner
    .partner__wrap
    .partner__right
    .partner__rightBox:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 768px) {
  .partners
    .partners-inner
    .partner
    .partner__wrap
    .partner__right
    .partner__rightBox:nth-child(n + 4) {
    margin-top: 0px;
  }
}
.partners
  .partners-inner
  .partner
  .partner__wrap
  .partner__right
  .partner__rightBox
  a:hover {
  opacity: 0.5;
}
.partners
  .partners-inner
  .partner
  .partner__wrap
  .partner__right
  .partner__rightBox
  .partner__rightBoxLogo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  padding-top: 30%;
}
@media only screen and (max-width: 1000px) {
  .partners
    .partners-inner
    .partner
    .partner__wrap
    .partner__right
    .partner__rightBox
    .partner__rightBoxLogo {
    padding-top: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .partners
    .partners-inner
    .partner
    .partner__wrap
    .partner__right
    .partner__rightBox
    .partner__rightBoxLogo {
    padding-top: 40%;
  }
}
.partners
  .partners-inner
  .partner
  .partner__wrap
  .partner__right
  .partner__rightBox2 {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .partners
    .partners-inner
    .partner
    .partner__wrap
    .partner__right
    .partner__rightBox2 {
    width: 100%;
  }
}
.partners
  .partners-inner
  .partner
  .partner__wrap
  .partner__right
  .partner__rightBox2
  a:hover {
  opacity: 0.5;
}
.partners
  .partners-inner
  .partner
  .partner__wrap
  .partner__right
  .partner__rightBox2.-width {
  width: 130px;
}

.partner.-margin {
  margin-top: 34px;
}
@media only screen and (max-width: 768px) {
  .partner.-margin {
    margin-top: 20px;
  }
}

.partner__rightBoxLogo3 {
  background-image: url(../../img/page/front/logo01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding-top: 55px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .partner__rightBoxLogo3 {
    background-position: center;
    padding-top: 60px;
  }
}
.partner__rightBoxLogo4 {
  background-image: url(../../img/page/front/logo30.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding-top: 30px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .partner__rightBoxLogo4 {
    background-position: center;
  }
}
@media only screen and (max-width: 480px) {
  .partner__rightBoxLogo4 {
    padding-top: 50px;
  }
}

.alphabeticalOrder {
  font-size: 10px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: auto;
}

@media screen and (min-width: 769px) {
  .top-final {
    padding: 66px 0 88px;
  }
}
@media screen and (max-width: 768px) {
  .top-final {
    padding: 54px 0 60px;
  }
}

.top-final__inner {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.top-final__heading {
  text-align: center;
  color: #0c4e3c;
  font-family: noto_sans_700, sans-serif;
}
@media screen and (min-width: 769px) {
  .top-final__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-final__heading {
    font-size: 26px;
  }
}

.top-final__text {
  margin-top: 25px;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .top-final__text {
    font-size: 16px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 768px) {
  .top-final__text {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media only screen and (max-width: 520px) {
  .top-final__text {
    text-align: left;
    margin-bottom: 30px;
  }
}

.top-final__table {
  max-width: 928px;
  width: 100%;
  margin: 0 auto;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#609b4f),
    to(#d9b434)
  );
  background: linear-gradient(to left, #609b4f 0%, #d9b434 100%);
  position: relative;
  padding: 4px;
}

.top-final__table ul {
  max-width: 928px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 58px 58px 68px;
}

.top-final__table::before,
.top-final__table::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

@media only screen and (max-width: 768px) {
  .top-final__table::before,
  .top-final__table::after {
    content: "";
    width: 45px;
    height: 45px;
  }
}
.top-final__table::before {
  top: 0px;
  left: 0px;
  background-color: #d9b434;
}

.top-final__table::after {
  bottom: -3px;
  right: -3px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #f5f5f5;
}

.top-final__table ul::before,
.top-final__table ul::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

@media only screen and (max-width: 768px) {
  .top-final__table ul::before,
  .top-final__table ul::after {
    content: "";
    width: 45px;
    height: 45px;
  }
}
.top-final__table ul::before {
  top: -3px;
  left: -3px;
  background-color: #f5f5f5;
}

.top-final__table ul::after {
  bottom: 0px;
  right: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #609b4f;
}

.top-final__table ul li {
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  padding: 14px 12px 2px;
  border-bottom: 2px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-final__table ul li span {
  font-size: 50px;
  color: #ce7f30;
  width: 8%;
  text-align: center;
}

.top-final__table ul li p {
  width: 84%;
}

@media only screen and (max-width: 768px) {
  .top-final__table ul {
    background: #fff;
    padding: 28px 20px 44px;
  }
  .top-final__table ul li {
    font-size: 20px;
    padding: 14px 12px 2px;
  }
  .top-final__table ul li span {
    font-size: 28px;
  }
  .top-final__table ul li p {
    width: 80%;
  }
}
.top-mainVisual__periodSub.-pattern2 {
  /* color: #fff; */
}

@media screen and (min-width: 1280px) {
  .top-mainVisual__periodSub.-pattern2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__periodSub.-pattern2 {
    font-size: 16px;
  }
}
.top-mainVisual__period.-pattern2 {
  /* font-size: 24px; */
  color: #fff;
  line-height: 1.2;
}

@media screen and (min-width: 1280px) {
  .top-mainVisual__period.-pattern2 {
    font-size: 24px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__period.-pattern2 {
    font-size: 16px;
    margin-top: 5px;
  }
}
.top-mainVisual__date.-pattern2 {
  line-height: 1.2;
  color: #ffd35a;
}

@media screen and (min-width: 1280px) {
  .top-mainVisual__date.-pattern2 {
    font-size: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .top-mainVisual__date.-pattern2 {
    font-size: 22px;
    margin-top: 15px;
  }
}
.front__movie {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .front__movie {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.front__movieTitle {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .front__movieTitle {
    font-size: 20px;
    margin-top: 40px;
  }
}

.front__movieItem {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .front__movieItem {
    width: 90%;
  }
}

.front__movie .front__movieItem video {
  width: 100%;
}

.front__movieText {
  width: 70%;
  margin: 10px auto 0;
}
@media only screen and (max-width: 768px) {
  .front__movieText {
    width: 90%;
  }
}

.front__movieTextItem {
  font-size: 16px;
}

.entry-buttonWrap {
  max-width: 800px;
  margin: 0 auto;
}

.entry-button-BottomText {
  margin-bottom: 75px;
  text-align: center;
  color: #dc143c;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .entry-button-BottomText {
    margin-top: 10px;
    margin-bottom: 36px;
    font-size: 12px;
  }
}

.entry-button {
  margin: 0 auto 20px auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry-button {
    margin-bottom: 10px;
  }
}
.entry-button p {
  font-size: 26px;
  width: 100%;
  display: block;
  background-color: #007070;
  color: #fff;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .entry-button p {
    font-size: 16px;
    padding: 12px 0;
  }
}
.entry-button a {
  font-size: 26px;
  width: 100%;
  display: block;
  background-color: #007070;
  color: #fff;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .entry-button a {
    font-size: 16px;
    padding: 12px 0;
  }
}
.entry-button a:hover {
  background-color: #fff;
  background-color: #095151;
}

.entry-buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 480px) {
  .entry-buttonBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.entry-button.-bottom a {
  position: relative;
  border: #007070 2px solid;
  color: #007070;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .entry-button.-bottom a {
    font-size: 16px;
    padding: 12px 0;
  }
}
.entry-button.-bottom p {
  position: relative;
  border: #007070 2px solid;
  color: #007070;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .entry-button.-bottom p {
    font-size: 16px;
    padding: 12px 0;
  }
}
.entry-button.-bottom a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../../img/page/front/icon_download.svg);
  background-repeat: no-repeat;
  background-size: cover;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .entry-button.-bottom a::after {
    width: 15px;
    height: 15px;
  }
}
.entry-button.-bottom p::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../../img/page/front/icon_download.svg);
  background-repeat: no-repeat;
  background-size: cover;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .entry-button.-bottom p::after {
    width: 15px;
    height: 15px;
  }
}
.entry-button.-bottom a:hover {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #007070;
  color: #fff;
}
.entry-button.-bottom a:hover::after {
  background-image: url(../../img/page/front/icon_download_white.svg);
}
