@charset "UTF-8";
@media screen and (max-width: 750px) {
  .view-pc {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .view-sp {
    display: none !important;
  }
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 750px) {
  .container {
    width: calc(100% - 4.9rem);
  }
}

.container-medium {
  max-width: 102rem;
  margin: 0 auto;
}

.container-small {
  max-width: 1027px;
  margin: 0 auto;
}

.txt-center {
  text-align: center;
}

.top__bar {
  position: relative;
  z-index: 10;
}
.top__bar .container {
  position: relative;
}
.top__bar .title__lv1 {
  position: absolute;
  top: 0;
  right: 0;
}
.top__bar .title__lv1 .title__img {
  width: 28.8rem;
}
.top__bar .bar__title-img {
  padding: 2rem 0 2.3rem;
  width: 82.6rem;
  margin-left: 18.5rem;
}
@media screen and (max-width: 1750px) {
  .top__bar {
    background-color: #9a1e23;
  }
}
@media screen and (max-width: 750px) {
  .top__bar {
    background-color: #9a1e23;
  }
  .top__bar .title__lv1 .title__img {
    width: 19.8rem;
  }
  .top__bar .bar__title-img {
    padding: 2.3rem 0 2.6rem;
    width: 32.3rem;
    margin-left: 3rem;
  }
}

.txt-left {
  text-align: left;
}

.top__banner .banner__pc {
  margin-top: -11rem;
  background-color: #9a1e23;
}
@media screen and (max-width: 1750px) {
  .top__banner .banner__pc {
    padding-top: 3.1vw;
  }
}
.top__banner .banner__sp img {
  width: 100%;
}
.top__ampaign {
  background-image: url(../img/img_09.png);
  background-size: cover;
  background-position: center;
  position: relative;
  letter-spacing: 0.9px;
  padding-bottom: 6rem;
}
.top__ampaign .ampaign__inner {
  position: relative;
  z-index: 1;
}
.top__ampaign::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../img/img_07.png);
}
.top__ampaign::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url(../img/img_08.png);
}
.top__ampaign .ampaign__content {
  max-width: 112rem;
  margin: 1.5rem auto 0;
  position: relative;
}
.top__ampaign .ampaign__content::before {
  position: absolute;
  content: "";
  top: -14.5rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 45.3rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../img/ac.png);
}
.top__ampaign .ampaign__content::after {
  position: absolute;
  content: "";
  top: -14.5rem;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: auto 45.3rem;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url(../img/ad.png);
}
.top__ampaign .ampaign__text {
  font-size: 2.2rem;
  font-weight: bold;
}
.top__ampaign .ampaign__text-emphasize {
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1.4;
}
.top__ampaign .ampaign__text-emphasize .d-inline {
  position: relative;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.top__ampaign .ampaign__text-emphasize .d-inline::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
  height: 3.5rem;
  background-color: #f9e2b2;
  z-index: -1;
}
.top__ampaign .text__win {
  margin-top: -1rem;
}
@media screen and (max-width: 750px) {
  .top__ampaign {
    padding-bottom: 2.5rem;
  }
  .top__ampaign::before {
    background-image: url(../img/img_45.png);
    background-size: contain;
  }
  .top__ampaign::after {
    content: none;
  }
  .top__ampaign .ampaign__content {
    max-width: 112rem;
    margin: 2.5rem auto 0;
    position: relative;
  }
  .top__ampaign .ampaign__content::before {
    content: none;
  }
  .top__ampaign .ampaign__content::after {
    content: none;
  }
  .top__ampaign .ampaign__text {
    font-size: 2.1rem;
  }
  .top__ampaign .ampaign__text-emphasize {
    font-size: 2.5rem;
    line-height: 1.6;
  }
  .top__ampaign .ampaign__text-emphasize .d-inline::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    height: 3.5rem;
    background-color: #f9e2b2;
    z-index: -1;
  }
  .top__ampaign .text__win {
    margin-top: 1rem;
    margin-left: -1rem;
  }
}

.top__product {
  background-color: #9a1e23;
}
.top__product .product__container {
  letter-spacing: 0.9px;
  max-width: 83rem;
  margin: 0 auto 2.1rem;
}
.top__product .product__container .row {
  align-items: center;
}
.top__product .product__container .col__product {
  width: 37%;
  margin-left: -1rem;
}
.top__product .product__container .col__text {
  width: 63%;
  padding-left: 2rem;
}
.top__product .title__lv3s {
  font-size: 5.2rem;
  color: #ffa13b;
  font-weight: 900;
}
.top__product .product__name {
  font-size: 2.7rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.6;
}
.top__product .product__name::before {
  position: relative;
  content: "■";
  font-size: 1rem;
  top: -0.5rem;
  margin-right: 2px;
}
@media screen and (max-width: 750px) {
  .top__product .product__container {
    margin: 2.8rem auto 3rem;
  }
  .top__product .product__container .col__product {
    width: 39%;
    margin-left: -1rem;
  }
  .top__product .product__container .col__text {
    width: 61%;
    padding-left: 1rem;
  }
  .top__product .title__lv3s {
    font-size: 3.4rem;
  }
  .top__product .product__name {
    font-size: 2.2rem;
  }
  .top__product .product__name::before {
    font-size: 0.8rem;
  }
}

.top__apply {
  background-image: url(../img/bg_c.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 6rem;
}
.top__apply .apply__step .row {
  gap: 6rem;
  justify-content: space-between;
}
.top__apply .apply__step .row .col__step {
  position: relative;
  width: calc(33.333% - 4rem);
}
.top__apply .apply__step .row .col__step:nth-child(1)::after {
  width: 3rem;
  height: 7.2rem;
  position: absolute;
  background-image: url(../img/img_27.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  top: 50%;
  right: -4.5rem;
  transform: translateY(-50%);
}
.top__apply .apply__step .row .col__step:nth-child(2)::after {
  width: 3rem;
  height: 7.2rem;
  position: absolute;
  background-image: url(../img/img_27.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  top: 50%;
  right: -4.5rem;
  transform: translateY(-50%);
}
.top__apply .apply__text {
  font-size: 2rem;
  letter-spacing: 0.5px;
  line-height: 1.8;
  margin-top: 4.5rem;
  margin-bottom: 5rem;
}
.top__apply .step__item {
  text-align: center;
}
.top__apply .step__item .step__img {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.top__apply .step__item .step__number {
  display: block;
  text-align: center;
}
.top__apply .step__item .step__text {
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: 0.1px;
  line-height: 1.6;
}
.top__apply .note__list {
  background-color: #f5e0c9;
  border-radius: 1.4rem;
  letter-spacing: 0.5px;
  padding: 5rem 5rem 5.4rem 6.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .top__apply {
    padding-bottom: 5rem;
  }
  .top__apply .apply__step .row {
    gap: 10rem;
    justify-content: space-between;
  }
  .top__apply .apply__step .row .col__step {
    position: relative;
    width: 100%;
  }
  .top__apply .apply__step .row .col__step:nth-child(1)::after {
    width: 2.8rem;
    height: 7rem;
    top: auto;
    right: 50%;
    bottom: -7.5rem;
    transform: translateX(50%) rotate(90deg);
  }
  .top__apply .apply__step .row .col__step:nth-child(2)::after {
    width: 2.8rem;
    height: 7rem;
    top: auto;
    right: 50%;
    bottom: -7.5rem;
    transform: translateX(50%) rotate(90deg);
  }
  .top__apply .apply__text {
    font-size: 2rem;
    margin-top: 4rem;
    margin-bottom: 5rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .top__apply .step__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .top__apply .step__item .step__number {
    width: 100%;
  }
  .top__apply .step__item .number__img {
    width: 14.4rem;
  }
  .top__apply .step__item .step__img {
    width: 16rem;
    margin-top: 1.5rem;
    margin-bottom: 0rem;
  }
  .top__apply .step__item .step__text {
    display: inline-block;
    font-size: 2.7rem;
    width: calc(100% - 15rem);
    padding-left: 2rem;
    text-align: left;
    margin-right: -1rem;
  }
  .top__apply .note__list {
    border-radius: 1rem;
    padding: 2.8rem 3.5rem 3rem;
    margin-top: 6rem;
  }
}

.top__photo {
  background-color: #9a1e23;
}
.top__photo .title__lv2 {
  margin-bottom: 6rem;
}
.top__photo .photo__guide {
  background-color: #fef3e7;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6rem;
  padding: 5rem 6rem 7rem;
}
.top__photo .photo__guide .guide__list {
  max-width: 1151px;
  margin: 0 auto;
}
.top__photo .photo__guide .guide__list .guide__item {
  margin-bottom: 3rem;
}
.top__photo .photo__guide .success__text {
  text-align: center;
  margin-top: 2rem;
}
.top__photo .photo__guide .success-a {
  width: 37.5%;
  padding-right: 2rem;
}
.top__photo .photo__guide .success-a .success__img {
  width: 23rem;
}
.top__photo .photo__guide .success-b {
  width: 62.5%;
}
.top__photo .photo__guide .success-b .success__img {
  width: 44rem;
}
.top__photo .photo__guide .guide__emphasize {
  color: #d7000f;
}
.top__photo .photo__guide .guide__success {
  color: #009344;
  letter-spacing: 0.5px;
}
.top__photo .photo__guide .guide__success .title__lv3 {
  margin-top: 6rem;
  margin-bottom: 3.5rem;
}
.top__photo .photo__guide .guide__success .row__success {
  max-width: 80rem;
  margin: 0 auto;
}
.top__photo .photo__guide .guide__danger {
  color: #d7000f;
  letter-spacing: 0.5px;
}
.top__photo .photo__guide .guide__danger .title__lv3 {
  margin-top: 6rem;
  margin-bottom: 4.5rem;
}
.top__photo .photo__guide .guide__danger .row__danger {
  max-width: 1027px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 3rem;
}
.top__photo .photo__guide .guide__danger .row__danger .col__danger {
  text-align: center;
  width: calc(20% - 2.4rem);
}
.top__photo .photo__guide .guide__danger .row__danger .col__danger .danger__text {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.top__photo .photo__guide .guide__danger .danger-note__list {
  background-image: url(../img/bd_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  max-width: 71.5rem;
  width: 100%;
  padding: 3rem 0;
  margin: 6.3rem auto 0;
  align-items: center;
  gap: 2.2rem 0;
}
.top__photo .photo__guide .guide__danger .danger-note__list .danger-note__item {
  line-height: 1;
  padding-left: 6rem;
}
.top__photo .photo__guide .guide__danger .danger-note__list .danger-note__item:nth-child(1) {
  order: 1;
}
.top__photo .photo__guide .guide__danger .danger-note__list .danger-note__item:nth-child(2) {
  order: 3;
}
.top__photo .photo__guide .guide__danger .danger-note__list .danger-note__item:nth-child(3) {
  order: 2;
}
.top__photo .photo__guide .guide__danger .danger-note__list .danger-note__item:nth-child(4) {
  order: 4;
}
.top__photo .photo__guide .guide__danger .danger-note__list .note__item-img {
  height: 1.7rem;
}
@media screen and (max-width: 750px) {
  .top__photo .title__lv2 {
    margin-bottom: 5rem;
  }
  .top__photo .photo__guide {
    font-size: 2.1rem;
    margin-bottom: 5rem;
    padding: 2rem 2rem 5.7rem 3rem;
  }
  .top__photo .photo__guide .guide__list .guide__item {
    margin-bottom: 3.8rem;
  }
  .top__photo .photo__guide .success__text {
    text-align: center;
    margin-top: 2rem;
  }
  .top__photo .photo__guide .success-a {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .top__photo .photo__guide .success-a .success__img {
    width: 26rem;
  }
  .top__photo .photo__guide .success-b {
    width: 100%;
    text-align: left;
  }
  .top__photo .photo__guide .success-b .success__img {
    width: 45.4rem;
  }
  .top__photo .photo__guide .guide__success .title__lv3 {
    margin-top: 6rem;
    margin-bottom: 4.3rem;
  }
  .top__photo .photo__guide .guide__success .row__success {
    max-width: 100%;
    gap: 5rem;
  }
  .top__photo .photo__guide .guide__danger {
    margin-top: 7.5rem;
  }
  .top__photo .photo__guide .guide__danger .row__danger {
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    gap: 3rem 1.2rem;
  }
  .top__photo .photo__guide .guide__danger .row__danger .col__danger {
    text-align: left;
    width: calc(50% - 0.6rem);
  }
  .top__photo .photo__guide .guide__danger .row__danger .col__danger .danger__text {
    text-align: center;
    margin-top: -0.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .top__photo .photo__guide .guide__danger .danger-note__list {
    background-image: url(../img/bd_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    max-width: 100%;
    width: 100%;
    padding: 3.6rem 0;
    margin: 5rem auto 0;
    gap: 2.1rem 0;
  }
  .top__photo .photo__guide .guide__danger .danger-note__list .danger-note__item {
    width: 100%;
    padding-left: 3.2rem;
  }
  .top__photo .photo__guide .guide__danger .danger-note__list .danger-note__item:nth-child(1) {
    order: 1;
  }
  .top__photo .photo__guide .guide__danger .danger-note__list .danger-note__item:nth-child(2) {
    order: 2;
  }
  .top__photo .photo__guide .guide__danger .danger-note__list .danger-note__item:nth-child(3) {
    order: 3;
  }
  .top__photo .photo__guide .guide__danger .danger-note__list .danger-note__item:nth-child(4) {
    order: 4;
  }
  .top__photo .photo__guide .guide__danger .danger-note__list .note__item-img {
    height: 2rem;
  }
}

.top__contact {
  background-color: #fef3e7;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 5.2rem 0 5rem;
}
.top__contact .contact__office {
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1;
}
.top__contact .contact__office .office__note {
  font-size: 1.9rem;
}
.top__contact .contact__phone {
  padding-top: 1.7rem;
  margin-bottom: 1.2rem;
}
.top__contact .contact__phone .link-phone {
  line-height: 1;
  font-size: 4.7rem;
  font-weight: 900;
}
.top__contact .contact__phone .link-phone .i-phone {
  margin-top: 1rem;
  width: 3.51rem;
  margin-right: 1rem;
}
.top__contact .contact__open-close {
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .top__contact {
    font-size: 1.7rem;
  }
  .top__contact .contact__office {
    font-size: 2.8rem;
  }
  .top__contact .contact__office .office__note {
    font-size: 1.7rem;
  }
  .top__contact .contact__phone .link-phone {
    font-size: 4.4rem;
  }
  .top__contact .contact__phone .i-phone {
    width: 4.3rem;
  }
}

.footer {
  color: white;
  background-color: #9a1e23;
  font-weight: 500;
  padding: 3rem 3.2rem;
}
.footer .footer__privacy {
  text-decoration: underline;
  letter-spacing: 0.5px;
}
.footer .footer__copyright {
  font-size: 1.9rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .footer .footer__privacy {
    font-size: 1.6rem;
  }
  .footer .footer__copyright {
    font-size: 1.7rem;
  }
}

.programme {
  font-weight: bold;
  border-radius: 1.4rem;
  padding-bottom: 6rem;
}
.programme .programme__inner .programme__content-header {
  position: relative;
  background-color: #114b2e;
  padding-left: 24rem;
  border-radius: 1.4rem 1.4rem 0 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.programme .programme__inner .programme__content-header .programme__title {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.6;
}
.programme .programme__inner .programme__content-header .programme__value {
  font-weight: 900;
  color: #fff571;
  font-size: 4rem;
  line-height: 1.3;
}
.programme .programme__inner .programme__content-header .programme__value .value__vat {
  font-size: 2.1rem;
}
.programme .programme__inner .programme__content-header::before {
  position: absolute;
  width: 7.3rem;
  height: 100%;
  left: 15.5rem;
  top: 2rem;
  content: "";
  background-image: url(../img/img_16.svg);
  background-size: 6.4rem auto;
  background-repeat: no-repeat;
  background-position: top left;
}
.programme .programme__inner .programme__bottom {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/bg_b.jpg);
  border-radius: 0 0 1.4rem 1.4rem;
  padding-bottom: 4.8rem;
}
.programme .programme__inner .programme__bottom .programme__title {
  padding-top: 4rem;
  margin-bottom: 1.8rem;
}
.programme .programme__inner .programme__bottom .programme__note-text {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.9rem;
  color: #114b2e;
  letter-spacing: 0.05rem;
}
.programme .programme__inner .programme__bottom .programme__title-img {
  width: 21.2rem;
}
.programme .programme__inner .programme__bottom .programme__date-img {
  width: 64.5rem;
}
.programme .programme__inner .programme__bottom .programme__button {
  max-width: 54rem;
  margin: 0 auto;
}
.programme .programme__inner .programme__bottom .programme__button .programme__link {
  position: relative;
  display: block;
}
.programme .programme__inner .programme__bottom .programme__button .programme__link .link-text {
  position: relative;
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0.8px;
  color: #fff;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  padding: 1.1rem 0rem 1.3rem 0rem;
  background-color: #f18900;
  border-radius: 999px;
}
.programme .programme__inner .programme__bottom .programme__button .programme__link::before {
  transition: 0.3s ease-in-out;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -0.8rem;
  background-color: #824600;
  border-radius: 999px;
  z-index: 0;
}
.programme .programme__inner .programme__bottom .programme__button .programme__link:hover::before {
  bottom: 0rem;
}
.programme .programme__inner .programme__bottom .programme__button .programme__link::after {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: 2.4rem;
  top: 50%;
  right: 5rem;
  transform: translateY(-50%);
  background-image: url(../img/img_20.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .programme {
    padding-bottom: 5rem;
  }
  .programme .programme__inner .programme__content-header {
    padding-left: 8.6rem;
    border-radius: 1rem 1rem 0 0;
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
  }
  .programme .programme__inner .programme__content-header .programme__title {
    font-size: 2.05rem;
  }
  .programme .programme__inner .programme__content-header .programme__value {
    font-size: 2.8rem;
  }
  .programme .programme__inner .programme__content-header .programme__value .value__vat {
    font-size: 1.5rem;
  }
  .programme .programme__inner .programme__content-header::before {
    left: 2.5rem;
    top: 3rem;
    width: 4.3rem;
    background-size: 4.3rem auto;
  }
  .programme .programme__inner .programme__bottom {
    border-radius: 0 0 1rem 1rem;
  }
  .programme .programme__inner .programme__bottom .programme__title {
    padding-top: 3.5rem;
    margin-bottom: 1rem;
  }
  .programme .programme__inner .programme__bottom .programme__note-text {
    margin-top: 1.5rem;
    font-size: 1.52rem;
  }
  .programme .programme__inner .programme__bottom .programme__title-img {
    width: 21.7rem;
  }
  .programme .programme__inner .programme__bottom .programme__date-img {
    width: 36.8rem;
  }
  .programme .programme__inner .programme__bottom .programme__button {
    max-width: 47rem;
  }
  .programme .programme__inner .programme__bottom .programme__button .programme__link .link-text {
    font-size: 3.07rem;
    padding: 0.8rem 0rem 1rem 0rem;
  }
  .programme .programme__inner .programme__bottom .programme__button .programme__link::before {
    bottom: -0.7rem;
  }
  .programme .programme__inner .programme__bottom .programme__button .programme__link::after {
    width: 2.5rem;
    height: 2.3rem;
    right: 4.5rem;
  }
}

.title__lv2 {
  padding-top: 6rem;
}
.title__lv2 img {
  height: 10.9rem;
}
@media screen and (max-width: 750px) {
  .title__lv2 {
    padding-top: 5rem;
  }
  .title__lv2 img {
    height: 8.9rem;
  }
}

.title__lv3 img {
  height: 4.7rem;
}
@media screen and (max-width: 750px) {
  .title__lv3 img {
    height: 5.3rem;
  }
}

.d-inline {
  display: inline-block;
}

.cs-fadein {
  opacity: 0;
  transform: translate(0, 35px);
  transition: all 0.5s ease;
}

.cs-fadein.show {
  opacity: 1;
  transform: none;
}/*# sourceMappingURL=style.css.map */