@font-face {
  font-family: ToppanBunkyu;
  src: url("../fonts/ToppanBunkyu.ttf");
}
@font-face {
  font-family: "HiraKakuStdN-W5";
  src: url("../fonts/ceW5.ttf");
}
:root {
  --red--color: #c72d26;
  --green--color: #22BA4F;
  --yellow--color: #af9c63;
}

html,
body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  position: relative;
  color: #000000;
  background-color: #fff;
  font-size: 1.28rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 auto;
  font-family: ToppanBunkyu;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

li {
  list-style: none;
}

p {
  text-align: justify;
  -ms-text-justify: auto;
  text-justify: auto;
  text-justify: inter-ideograph;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: normal;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
}

.noborder {
  border: none !important;
}

.nomargin {
  margin: 0 0 !important;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf {
  zoom: 1;
}
.cf:after {
  clear: both;
}

a {
  color: unset;
  text-decoration: none;
}

.for_pc {
  display: block;
}

@media screen and (max-width: 751px) {
  .for_pc {
    display: none;
  }
}
.img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-50 {
  height: 50%;
}

.mainvisual {
  margin-bottom: -2px;
}
.mainvisual .image picture {
  display: block;
  text-align: center;
}

.title_common {
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.title_common .ttl_jp {
  font-size: 35px;
  color: #787878;
}
.title_common .ttl_en {
  font-size: 20px;
  color: var(--yellow--color);
}

.about {
  background-image: url("../images/bg_about.png");
  background-size: cover;
  padding: 41px 10px;
  color: #fff;
}
.about .about__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.about .about__title {
  margin-bottom: 62px;
}
.about .about__title .ttl_jp {
  font-size: 35px;
  color: #fff;
}
.about .about__title .ttl_en {
  font-size: 20px;
  color: #fff;
}
.about .about__voice {
  margin-bottom: 38px;
}
.about .about__youtube {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .about__youtube .label {
  width: 130px;
  margin-right: 34px;
}
.about .about__youtube .img_youtube {
  width: 231px;
  margin-right: 16px;
}
.about .about__youtube .img_youtube:last-child {
  margin-right: 0;
}
.about .about__chart {
  max-width: 556px;
  margin: 0 auto;
  margin-top: 80px;
}
.about .about__chart .chart__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 34px;
}
.about .about__chart .chart__title .small {
  font-size: 25px;
}
.about .about__chart .chart__title .big {
  font-size: 30px;
}
.about .about__chart .chart__title .big .yellow-gradient {
  background: linear-gradient(#ac9345, #fff9c4, #9c7b32);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .about__chart .chart__title .big .numb {
  font-size: 50px;
  background: linear-gradient(#ac9345, #fff9c4, #9c7b32);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .about__chart .chart__wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 81px;
  position: relative;
  overflow: hidden;
}
.about .about__chart .chart__wrap .chart_decor {
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.about .about__chart .chart__wrap .chart_decor.chart_decor1 {
  left: 62px;
  width: 145px;
}
.about .about__chart .chart__wrap .chart_decor.chart_decor2 {
  left: 324px;
  width: 97px;
}
.about .about__chart .chart__wrap .chart__block {
  width: 121px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  z-index: 2;
}
.about .about__chart .chart__wrap .chart__block .title {
  font-size: 20px;
  margin-bottom: 8px;
}
.about .about__chart .chart__wrap .chart__block .price {
  font-size: 30px;
  margin-bottom: 6px;
}
.about .about__chart .chart__wrap .chart__block .price span {
  font-size: 18px;
}
.about .about__chart .chart__wrap .chart__block .note {
  font-size: 16px;
}
.about .about__chart .chart__wrap .chart__block .high {
  font-size: 30px;
}
.about .about__chart .chart__wrap .chart__block.silver {
  background-image: linear-gradient(#6b6b6b, #9b9b9b);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  min-height: 301px;
}
.about .about__chart .chart__wrap .chart__block.gold {
  background-image: linear-gradient(#ac9345, #fff9c4, #9c7b32);
  color: #535353;
  min-height: 96px;
}
.about .about__chart .chart__wrap .chart__block.normal {
  background-color: #fff;
  color: #787878;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  min-height: 50px;
}
.about .about__chart .chart__wrap .chart__col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about .about__chart .chart__wrap .chart__block__note {
  margin-bottom: 20px;
}
.about .about__chart .chart__label__wrap {
  margin-top: 10px;
  display: flex;
  margin-left: 10px;
  gap: 120px;
}
.about .about__chart .chart__label__wrap .label {
  font-size: 16px;
  text-align: center;
}
.about .about__chart .chart__label__wrap .label span {
  display: block;
  font-size: 10px;
  margin-top: 17px;
}
.about .about__note {
  font-size: 16px;
  padding: 30px;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 10px;
  max-width: 737px;
  margin: 0 auto;
  margin-top: 17px;
}

@media screen and (max-width: 751px) {
  .about .about__youtube {
    flex-direction: column;
    gap: 20px;
  }
  .about .about__youtube .label {
    margin-right: 0;
  }
  .about .about__youtube .img_youtube {
    margin-right: 0;
  }
  .about .about__chart .chart_decor {
    display: none;
  }
  .about .about__chart .chart__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .about .about__chart .chart__wrap .chart__block {
    width: 100%;
    z-index: 2;
  }
  .about .about__chart .chart__wrap .chart__block .title {
    font-size: 16px;
  }
  .about .about__chart .chart__wrap .chart__block .price {
    font-size: 24px;
  }
  .about .about__chart .chart__wrap .chart__block .price span {
    font-size: 16px;
  }
  .about .about__chart .chart__wrap .chart__block .note {
    font-size: 14px;
  }
  .about .about__chart .chart__wrap .chart__block .high {
    font-size: 24px;
  }
  .about .about__chart .chart__wrap .chart__block.gold {
    flex-grow: 2;
  }
  .about .about__chart .chart__wrap .chart__block__note {
    margin-top: 30px;
  }
  .about .about__chart .chart__label__wrap {
    margin-left: 0;
    gap: 40px;
  }
  .about .about__chart .chart__label__wrap .label {
    font-size: 12px;
  }
}
.offer {
  background-image: url("../images/bg_offer.png");
  background-size: cover;
  padding: 36px 10px 65px;
  color: #816724;
}
.offer .offer__inner {
  max-width: 976px;
  margin: 0 auto;
}
.offer .offer__title {
  margin-bottom: 47px;
}
.offer .offer__title .ttl_jp {
  color: var(--red--color);
}
.offer .offer__title .ttl_en {
  color: #000;
}
.offer .offer__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 22px;
  column-gap: 26px;
}
.offer .offer__item {
  background-color: #fff;
  border-radius: 10px;
  padding-left: 24px;
  padding-bottom: 11px;
  color: #816724;
  display: flex;
  min-height: 208px;
}
.offer .offer__item:last-child {
  background-color: transparent;
  border: 3px solid #d02825;
}
.offer .offer__item:last-child .offer__index {
  padding-top: 60px;
  margin-right: 5px;
}
.offer .offer__item:last-child .offer__index img {
  width: 52px;
}
.offer .offer__item .offer__index {
  padding-top: 15px;
  margin-right: 10px;
  width: 81px;
  height: 100%;
  background-color: var(--red--color);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.offer .offer__item .offer__index .txt {
  color: #fff;
  font-size: 20px;
  margin-bottom: 17px;
}
.offer .offer__item .offer__text {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.offer .offer__item .offer__text .txt_medium {
  font-size: 30px;
}
.offer .offer__item .offer__text .txt_big {
  font-size: 50px;
  line-height: 1.2;
}
.offer .offer__item .offer__text .txt_small {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
}

@media screen and (max-width: 751px) {
  .offer .offer__list {
    grid-template-columns: 1fr;
  }
  .offer .offer__item {
    padding-left: 16px;
    padding-right: 16px;
  }
  .offer .offer__item:last-child .offer__index {
    padding-top: 60px;
    margin-right: 5px;
  }
  .offer .offer__item:last-child .offer__index img {
    width: 52px;
  }
  .offer .offer__item .offer__index {
    flex: 0 0 60px;
  }
  .offer .offer__item .offer__text .txt_medium {
    font-size: 20px;
  }
  .offer .offer__item .offer__text .txt_big {
    font-size: 34px;
  }
  .offer .offer__item .offer__text .txt_small {
    font-size: 14px;
  }
}
.text-yellow-gradient {
  background: linear-gradient(#ac9345, #fff9c4, #9c7b32);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.carousel {
  text-align: center;
  background-color: rgb(39, 39, 39);
  padding: 30px 0px;
}

.carousel .ttl_jp {
  color: #fff;
}

.carousel .ttl_en {
  margin-bottom: 10px;
}

.image_slider {
  width: 100%;
  margin: 0 auto;
}

.image_slider img {
  width: 100%;
  height: auto;
  padding: 0 15px;
}

@media screen and (max-width: 751px) {
  .image_slider img {
    padding: 0 10px;
  }
}

.carousel .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 10px;
  z-index: 2;
}

.slick-dots {
  text-align: center;
  margin-top: 40px;
}

.slick-dots li button:before {
  font-size: 3rem;
  color: #ccc; 
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #007BFF; 
}

.plan {
  padding: 50px 10px 15px;
  color: #787878;
}
.plan .plan__inner {
  max-width: 1020px;
  margin: 0 auto;
}
.plan .plan__title {
  margin-bottom: 45px;
}
.plan .plan__title .ttl_jp {
  color: #787878;
}
.plan .plan__title .ttl_en {
  color: var(--yellow--color);
}
.plan .label {
  color: #dacfb3;
}
.plan .plan__list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.plan .plan__item {
  padding: 18px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #424242;
  border-radius: 6px;
  position: relative;
}
.plan .plan__item:nth-child(2) {
  border: 5px solid var(--red--color);
}
.plan .plan__item:nth-child(2)::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 3px solid #fff;
}
.plan .plan__item:nth-child(2) .plan_decor.decor1 {
  top: -11px;
  left: -11px;
}
.plan .plan__item:nth-child(2) .plan_decor.decor2 {
  bottom: -11px;
  right: -11px;
}
.plan .plan__item .plan_decor {
  position: absolute;
  width: 51px;
}
.plan .plan__item .plan_decor.decor1 {
  top: -6px;
  left: -6px;
}
.plan .plan__item .plan_decor.decor2 {
  bottom: -6px;
  right: -6px;
}
.plan .plan__item .plan_decor.decor3 {
  width: 61px;
  right: -20px;
  top: -25px;
  z-index: 1;
}
.plan .plan__item .plan_label {
  width: 208px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--red--color);
  font-size: 20px;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 10px;
}
.plan .plan__item .title {
  font-size: 110px;
  line-height: 1.1;
}
.plan .plan__item .title span {
  font-size: 90px;
}
.plan .plan__item .line_white {
  width: 258px;
  height: 2px;
  background-color: #fff;
  margin: 22px auto;
}
.plan .plan__item .note_white {
  font-size: 20px;
  color: #816724;
  padding: 8px 24px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 auto;
}
.plan .plan__item .plan_main {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 15px;
}
.plan .plan__item .plan_main .label {
  font-size: 20px;
  margin-right: 12px;
}
.plan .plan__item .plan_main .price {
  white-space: nowrap;
  font-size: 60px;
}
.plan .plan__item .plan_main .price .unit {
  font-size: 40px;
}
.plan .plan__item .plan_main .price .note {
  font-size: 20px;
}
.plan .plan__item .plan_sub_block {
  height: 100%;
  border-radius: 6px;
  padding: 2px;
  background-clip: padding-box;
  background-image: linear-gradient(#ac9345, #fff9c4, #9c7b32);
}
.plan .plan__item .plan_sub_block .plan_sub_block-content {
  width: 100%;
  height: 100%;
  background-color: #424242;
  padding: 19px 15px;
  border-radius: 6px;
}
.plan .plan__item .plan_sub {
  margin-bottom: 16px;
}
.plan .plan__item .plan_sub:last-child {
  margin-bottom: 0;
}
.plan .plan__item .plan_sub .label {
  font-size: 18px;
}
.plan .plan__item .plan_sub .price {
  font-size: 45px;
  margin-left: 35px;
}
.plan .plan__item .plan_sub .price .unit {
  font-size: 25px;
}
.plan .plan__item .plan_sub .price .note {
  font-size: 16px;
}
.plan .plan__bottom {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.plan .plan__bottom .title {
  margin-bottom: 10px;
  font-size: 23px;
  color: #787878;
}
.plan .plan__bottom .title span {
  font-size: 40px;
}
.plan .plan__bottom .note {
  font-size: 12px;
  color: #000;
}

@media screen and (max-width: 751px) {
  .plan .plan__list {
    grid-template-columns: 320px;
  }
}
.banner__ad {
  padding: 27px 10px 10px;
  background-image: linear-gradient(to right, #ac9345, #fff9c4, #9c7b32);
}
.banner__ad .banner__list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 196px);
  justify-content: center;
}
.banner__ad .banner__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #af9c63;
  border-radius: 6px;
  position: relative;
  padding: 11px 0;
}
.banner__ad .banner__item .index {
  position: absolute;
  top: -18px;
  left: -20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #af9c63;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}
.banner__ad .banner__item .image {
  height: 51px;
  margin-bottom: 4px;
}
.banner__ad .banner__item .text {
  font-size: 20px;
  color: #6f5202;
}

@media screen and (max-width: 751px) {
  .banner__ad .banner__list {
    grid-template-columns: 200px;
  }
}
.option {
  padding: 56px 10px 50px;
}
.option .option__title {
  margin-bottom: 32px;
}
.option table {
  width: 428px;
  margin: 0 auto;
  border-radius: 6px;
  border-style: hidden;
  box-shadow: 0 0 0 2px var(--yellow--color);
}
.option table tr:first-child td:first-child {
  border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}
.option table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.option table td {
  font-size: 16px;
  width: 50%;
  border: 2px solid var(--yellow--color);
  text-align: right;
  padding: 30px;
  color: #333333;
  font-family: "HiraKakuStdN-W5";
  font-weight: bold;
}
.option table td:first-child {
  text-align: left;
  background-color: #dacfb3;
  font-weight: bold;
}

@media screen and (max-width: 751px) {
  .option table {
    width: 100%;
  }
}
.payment {
  background-color: #f7f7f7;
  padding: 28px 10px 50px;
}
.payment .payment__inner {
  max-width: 648px;
  margin: 0 auto;
}
.payment .payment__title {
  font-size: 25px;
  color: var(--yellow--color);
  margin-bottom: 32px;
  text-align: center;
}
.payment .payment__item {
  display: flex;
  align-items: center;
  margin-bottom: 43px;
}
.payment .payment__item .image {
  width: 105px;
  margin-right: 45px;
}
.payment .payment__item .content {
  color: #333333;
  font-family: "HiraKakuStdN-W5";
}
.payment .payment__item .content .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.payment .payment__item .content .desc {
  font-size: 16px;
}
.payment .payment__item:last-child {
  margin-bottom: 0;
  margin-left: 20px;
}
.payment .payment__item:last-child .image {
  width: 63px;
  margin-right: 68px;
}

@media screen and (max-width: 751px) {
  .payment .payment__item .image {
    margin-right: 30px;
  }
  .payment .payment__item:last-child {
    margin-left: 10px;
  }
  .payment .payment__item:last-child .image {
    margin-right: 40px;
  }
}
.service {
  padding: 54px 10px 50px;
}
.service .service__inner {
  max-width: 946px;
  margin: 0 auto;
}
.service .service__title {
  margin-bottom: 58px;
}
.service .service__item {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-bottom: 30px;
}
.service .service__item:last-child {
  margin-bottom: 0;
}
.service .service__item:last-child .service__content .label {
  color: #12ade7;
}
.service .service__item .service__image {
  flex: 0 0 384px;
}
.service .service__item .service__content {
  color: #333;
}
.service .service__item .service__content .title {
  font-size: 22px;
  color: #787878;
}
.service .service__item .service__content .label {
  font-family: "HiraKakuStdN-W5";
  font-weight: bold;
  font-size: 35px;
  color: #2c80f2;
}
.service .service__item .service__content .price {
  display: flex;
  align-items: center;
}
.service .service__item .service__content .price .unit {
  font-size: 25px;
  width: 66px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--yellow--color);
  color: #fff;
  border-radius: 4px;
  margin-right: 18px;
}
.service .service__item .service__content .price .price_numb {
  font-size: 45px;
  color: var(--yellow--color);
}
.service .service__item .service__content .price .note {
  font-size: 25px;
  color: var(--yellow--color);
}
.service .service__item .service__content .desc {
  font-family: "HiraKakuStdN-W5";
  padding: 14px;
  border-radius: 6px;
  background-color: #f2f2f2;
  font-size: 11px;
}
.service .service__item .service__content .desc .desc_yellow {
  font-weight: bold;
  color: var(--yellow--color);
  font-size: 16px;
  margin-bottom: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 751px) {
  .service .service__title {
    margin-bottom: 58px;
  }
  .service .service__item {
    flex-direction: column;
    gap: 20px;
  }
  .service .service__item .service__image {
    flex: 0 0 auto;
  }
  .service .service__item .service__content {
    text-align: center;
  }
  .service .service__item .service__content .price {
    justify-content: center;
  }
  .service .service__item .service__content .price .price_numb {
    font-size: 40px;
  }
  .service .service__item .service__content .desc .desc_yellow {
    white-space: unset;
  }
}
.contract {
  padding: 52px 10px 60px;
  background-color: #ffefef;
}
.contract .contract__title {
  margin-bottom: 56px;
}
.contract .contract__list {
  display: grid;
  grid-template-columns: repeat(5, 176px);
  justify-content: center;
  gap: 15px;
}
.contract .contract__item {
  padding: 11px;
  background-color: #fff;
  border-radius: 12px;
}
.contract .contract__item:nth-child(3) .contract__image {
  width: 60px;
}
.contract .contract__item:nth-child(3) .contract__image {
  width: 60px;
}
.contract .contract__item:nth-child(3) .link {
  text-align: center;
  margin-top: 15px;
}
.contract .contract__item:nth-child(4) .contract__image {
  width: 60px;
}
.contract .contract__item:last-child .contract__image {
  width: 86px;
}
.contract .contract__item .contract__image {
  width: 100px;
  margin: 0 auto;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contract .contract__item .title {
  font-size: 18px;
  color: #d02825;
  margin-bottom: 10px;
}
.contract .contract__item .desc {
  font-family: "HiraKakuStdN-W5";
  font-size: 14px;
  color: #333;
  height: 40px;
  margin-bottom: 8px;
}
.contract .contract__item .link {
  font-family: "HiraKakuStdN-W5";
  display: block;
  font-size: 12px;
  color: #0079e9;
  text-decoration: underline;
}
.contract .contract__item .note {
  font-family: "HiraKakuStdN-W5";
  font-size: 12px;
  color: #d02825;
  white-space: nowrap;
  margin-top: 15px;
}

@media screen and (max-width: 751px) {
  .contract .contract__list {
    grid-template-columns: 1fr;
  }
  .contract .contract__item {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .contract .contract__item .contract__image {
    margin: 0;
    flex: 0 0 100px;
  }
  .contract .contract__item .contract__image img {
    width: auto;
  }
}
.recruit {
  background-color: #d02825;
  color: #fff;
  padding: 60px 10px 85px;
}
.recruit .recruit__inner {
  max-width: 946px;
  margin: 0 auto;
}
.recruit .recruit__title {
  margin-bottom: 46px;
}
.recruit .recruit__title .ttl_jp {
  color: #fff;
}
.recruit .recruit__title .ttl_en {
  color: #fff;
}
.recruit .recruit__block {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: "HiraKakuStdN-W5";
  font-weight: bold;
}
.recruit .recruit__block .recruit__image {
  flex: 0 0 410px;
}
.recruit .recruit__block .recruit__desc {
  font-size: 20px;
  margin-bottom: 56px;
}
.recruit .recruit__block .recruit__btn {
  width: 455px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  border-radius: 10px;
  border: 3px solid #fff;
  margin-left: 15px;
  position: relative;
}
.recruit .recruit__block .recruit__btn img {
  position: absolute;
  width: 10px;
  right: 29px;
  top: 24px;
}

@media screen and (max-width: 751px) {
  .recruit .recruit__block {
    flex-direction: column;
  }
  .recruit .recruit__block .recruit__image {
    width: 100%;
    flex: unset;
  }
  .recruit .recruit__block .recruit__btn {
    font-size: 22px;
    margin: 0;
    width: 100%;
  }
  .recruit .recruit__block .recruit__btn img {
    width: 9px;
    right: 20px;
    top: 21px;
  }
}
.copyright {
  font-size: 12px;
  color: #fff;
  background-color: #b00a07;
  padding: 11px 0;
  text-align: center;
  font-family: "HiraKakuStdN-W5";
  padding-bottom: 150px;
}

@media screen and (max-width: 751px) {
  .copyright {
    padding-bottom: 100px;
  }
}
.register-mobile {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 25px 10px;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
}
.register-mobile .register-mobile__btn {
  font-family: "HiraKakuStdN-W5";
  width: 568px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  border-radius: 12px;
  border: 1px solid #fff;
  margin: 0 auto;
  position: relative;
  background-image: linear-gradient(#c72d26, #db8f2f);
}
.register-mobile .register-mobile__btn img {
  position: absolute;
  width: 10px;
  right: 40px;
  top: 35px;
}
.register-mobile.fixed {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 751px) {
  .register-mobile {
    padding: 10px;
  }
  .register-mobile .register-mobile__btn {
    width: 100%;
    height: 60px;
    font-size: 22px;
  }
  .register-mobile .register-mobile__btn img {
    right: 20px;
    top: 21px;
    width: 8px;
  }
}
.sky_bnr {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #22ba4f;
  color: #fff;
  font-size: 3.4rem;
}

.sky_bnr {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #22ba4f;
  color: #fff;
  font-size: 3.4rem;
}
.sky_bnr a {
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin: 0 auto;
  padding: 10px 0;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.sky_bnr a:hover {
  opacity: 0.7;
}
.sky_bnr img {
  width: 80px;
}
.sky_bnr span {
  display: block;
  font-size: 2rem;
  text-align: center;
}
.sky_bnr .yellow {
  color: #FCF70D;
}
.sky_bnr.fixed {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 750px) {
  .sky_bnr {
    gap: 0 2.6666666667vw;
    font-size: max(10px, 5.8666666667vw);
  }
  .sky_bnr a {
    width: 64vw;
    line-height: 1.5;
    gap: 0 2.6666666667vw;
    padding: 1.6vw 0;
  }
  .sky_bnr img {
    width: 12.5333333333vw;
  }
  .sky_bnr span {
    font-size: max(10px, 4.2666666667vw);
  }
}

/*# sourceMappingURL=index.css.map */
