@charset "UTF-8";
/* CSS Document */
.spmask {
  display: block;
}

.tabonly {
  display: none;
}

.sponly {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tabonly {
    display: block;
  }
}
@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .tabonly {
    display: none;
  }
  .sponly {
    display: block;
  }
}
:root {
  --green: #394B41;
}

/*-----------共通コンテンツ--------*/
p {
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.bg_blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../images/bg_blue.jpg") repeat center center;
  background-size: cover;
}

.yellow {
  color: var(--yellow);
}

.red {
  color: var(--red);
}

.fuchi {
  text-shadow: 3px 3px 2px #fff, -3px -3px 2px #fff, -3px 3px 2px #fff, 3px -3px 2px #fff, 3px 0 2px #fff, -3px 0 2px #fff, 0 3px 2px #fff, 0 -3px 2px #fff;
}

.fuchi02 {
  text-shadow: 5px 5px 4px #fff, -5px -5px 4px #fff, -5px 5px 4px #fff, 5px -5px 4px #fff, 5px 0 4px #fff, -5px 0 4px #fff, 0 5px 4px #fff, 0 -5px 4px #fff;
}

.fuchi_blue {
  text-shadow: 4px 4px 3px var(--blue), -4px -4px 3px var(--blue), -4px 4px 3px var(--blue), 4px -4px 3px var(--blue), 4px 0 3px var(--blue), -4px 0 3px var(--blue), 0 4px 3px var(--blue), 0 -4px 3px var(--blue);
}

.fuchi_yellow {
  text-shadow: 3px 3px 3px var(--yellow), -3px -3px 3px var(--yellow), -3px 3px 3px var(--yellow), 3px -3px 3px var(--yellow), 3px 0 3px var(--yellow), -3px 0 3px var(--yellow), 0 3px 3px var(--yellow), 0 -3px 3px var(--yellow);
}

span.marker {
  background: linear-gradient(transparent 40%, var(--yellow) 60%) no-repeat left bottom;
  mix-blend-mode: multiply;
  padding-inline: 1rem;
}

/*-------Kv------------*/
#kv {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #kv {
    margin-top: 4rem;
  }
}
#kv .first {
  position: relative;
  width: 100%;
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  #kv .first {
    padding-block: 2rem;
  }
}
#kv .first p {
  font-size: 6rem;
  font-weight: 900;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.03rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #kv .first p {
    font-size: 5rem;
    line-height: 1.2;
  }
}
#kv .first span.emphasis {
  font-size: 10rem;
  color: var(--yellow);
}
@media screen and (max-width: 767px) {
  #kv .first span.emphasis {
    font-size: 5.2rem;
  }
}
#kv .second {
  position: relative;
  width: 100%;
  padding-block: 4rem;
  background: url("../images/kv_bg02.jpg") repeat center center;
  background-size: cover;
}
#kv .second p {
  font-size: 5em;
  font-weight: 900;
  color: var(--black);
  font-feature-settings: "palt";
  letter-spacing: 0.03rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #kv .second p {
    font-size: 3.4rem;
    margin-bottom: 1rem;
  }
}
#kv .second .title {
  width: 110rem;
  height: 10rem;
  margin: 0 auto 4rem;
  background-color: #ff0000;
  background: url("../images/kv_title.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #kv .second .title {
    width: 100%;
    height: 13rem;
    background: url("../images/kv_title_sp.png") no-repeat center center;
    background-size: contain;
  }
}
#kv .second h2 {
  font-size: 8rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 3rem;
}
#kv .second .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #kv .second .list {
    flex-direction: column;
    row-gap: 2rem;
  }
}
#kv .second .list li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31%;
  box-sizing: border-box;
  padding: 4rem 2rem 1rem;
  background-color: var(--red02);
  background: linear-gradient(147deg, #d10011 50%, #bc0101 50%);
  box-shadow: inset 8px 8px 8px #ffa3a3, inset -8px -8px 8px #7b0000;
}
@media screen and (max-width: 767px) {
  #kv .second .list li {
    width: 100%;
    padding-block: 2rem;
  }
}
#kv .second .list li .text {
  width: 100%;
}
#kv .second .list li .text p {
  font-size: 4.6rem;
  color: #fff;
  line-height: 1.2;
}
#kv .second .list li .text p span {
  font-size: 3rem;
  line-height: 0;
}
#kv .third {
  position: relative;
  width: 100%;
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  #kv .third {
    padding-block: 2rem;
  }
}
#kv .third p {
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #kv .third p {
    font-size: 3rem;
  }
}
#kv .third p::before {
  content: "";
  display: inline-block;
  background: url("../images/decoration01_l.png") no-repeat;
  background-size: contain;
  width: 6rem;
  height: 7rem;
  margin-bottom: -2rem;
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  #kv .third p::before {
    width: 2.4rem;
    height: 3.4rem;
    margin-bottom: -1rem;
    margin-right: 1rem;
  }
}
#kv .third p::after {
  content: "";
  display: inline-block;
  background: url("../images/decoration01_r.png") no-repeat;
  background-size: contain;
  width: 6rem;
  height: 7rem;
  margin-bottom: -2rem;
  margin-left: 1.4rem;
}
@media screen and (max-width: 767px) {
  #kv .third p::after {
    width: 2.4rem;
    height: 3.4rem;
    margin-bottom: -1rem;
    margin-left: 1rem;
  }
}

.kadai {
  position: relative;
  width: 100%;
  padding-block: 8rem 12rem;
  background: url("../images/kadai_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .kadai {
    padding-block: 2rem;
  }
}
.kadai_heading {
  width: 100%;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  .kadai_heading {
    margin-bottom: 2rem;
  }
}
.kadai_heading p {
  font-size: 6rem;
  font-weight: 900;
  text-align: center;
  font-feature-settings: "palt";
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kadai_heading p {
    font-size: 2.6rem;
  }
}
.kadai_heading .red {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .kadai_heading .red {
    font-size: 4rem;
  }
}
.kadai .list {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .kadai .list {
    margin-bottom: 4rem;
  }
}
.kadai .list li {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .kadai .list li {
    padding: 1.4rem 2rem;
  }
}
.kadai .list li p {
  font-size: 4rem;
  font-weight: 900;
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .kadai .list li p {
    font-size: 2.6rem;
    padding-left: 1.2em;
    text-indent: -1.2em;
    line-height: 1.4;
  }
}
.kadai .list li p::before {
  content: "";
  display: inline-block;
  background: url("../images/icon_check01.png") no-repeat;
  background-size: contain;
  width: 6rem;
  height: 6rem;
  margin-bottom: -2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .kadai .list li p::before {
    width: 3rem;
    height: 3rem;
    margin-bottom: -0.8rem;
    margin-right: 0.5rem;
  }
}
.kadai .answer {
  position: relative;
}
@media screen and (max-width: 767px) {
  .kadai .answer {
    margin-bottom: 4rem;
  }
}
.kadai .answer p {
  position: relative;
  font-size: 7rem;
  font-weight: 900;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .kadai .answer p {
    font-size: 3.6rem;
  }
}
.kadai .answer p .red {
  font-size: 9rem;
}
@media screen and (max-width: 767px) {
  .kadai .answer p .red {
    font-size: 5rem;
  }
}
.kadai .answer .arrow {
  position: absolute;
  top: 116%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 24rem solid transparent;
  border-left: 24rem solid transparent;
  border-top: 6rem solid #fff600;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .kadai .answer .arrow {
    top: 110%;
    border-right: 8rem solid transparent;
    border-left: 8rem solid transparent;
    border-top: 3rem solid #fff600;
  }
}

.training {
  position: relative;
  width: 100%;
}
.training .heading {
  position: relative;
  width: 100%;
  padding-block: 4rem 6rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .training .heading {
    padding-block: 3rem 4rem;
  }
}
.training .heading::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 10rem;
  height: 4rem;
  background: url("../images/bg_blue.jpg") repeat center center;
  background-size: cover;
  -webkit-clip-path: polygon(50% 4rem, 0% 0%, 10rem 0%);
          clip-path: polygon(50% 4rem, 0% 0%, 10rem 0%);
}
.training .heading p {
  position: relative;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .training .heading p {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.training_wrap {
  position: relative;
  padding-block: 6rem;
  width: 100%;
  background: url("../images/kensyu_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .training_wrap {
    padding-block: 4rem;
  }
}
.training_wrap .hd {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .training_wrap .hd {
    margin-bottom: 3rem;
  }
}
.training_wrap .hd p {
  font-size: 7rem;
  font-weight: 900;
  text-align: center;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  .training_wrap .hd p {
    font-size: 6rem;
    line-height: 1.2;
  }
}
.training_wrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
  margin: 0 auto 16rem;
}
@media screen and (max-width: 767px) {
  .training_wrap .list {
    flex-direction: column;
    row-gap: 2rem;
    margin-bottom: 16rem;
  }
}
.training_wrap .list .box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 32%;
  height: 24rem;
  border: solid 2px #fff;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .training_wrap .list .box {
    width: 100%;
    height: auto;
    padding-block: 2rem;
  }
}
.training_wrap .list .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.76);
}
.training_wrap .list .box:nth-child(1) {
  background: url("../images/kensyu_img01.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .training_wrap .list .box:nth-child(1) {
    background: url("../images/kensyu_img01_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.training_wrap .list .box:nth-child(2) {
  background: url("../images/kensyu_img02.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .training_wrap .list .box:nth-child(2) {
    background: url("../images/kensyu_img02_sp.jpg") no-repeat center center;
  }
}
.training_wrap .list .box:nth-child(3) {
  background: url("../images/kensyu_img03.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .training_wrap .list .box:nth-child(3) {
    background: url("../images/kensyu_img03_sp.jpg") no-repeat center center;
  }
}
.training_wrap .list .box:nth-child(4) {
  width: 40%;
  background: url("../images/kensyu_img04.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .training_wrap .list .box:nth-child(4) {
    width: 100%;
    background: url("../images/kensyu_img04_sp.jpg") no-repeat center center;
  }
}
.training_wrap .list .box:nth-child(5) {
  width: 40%;
  background: url("../images/kensyu_img05.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .training_wrap .list .box:nth-child(5) {
    width: 100%;
    background: url("../images/kensyu_img05_sp.jpg") no-repeat center center;
  }
}
.training_wrap .list .box p {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .training_wrap .list .box p {
    font-size: 2.2rem;
  }
}
.training_wrap .list .box p span.small {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .training_wrap .list .box p span.small {
    font-size: 2rem;
  }
}
.training_wrap .kanketsu {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.training_wrap .kanketsu .photo {
  width: 22rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .training_wrap .kanketsu .photo {
    width: 24rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.training_wrap .kanketsu p {
  font-size: 6rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .training_wrap .kanketsu p {
    font-size: 3rem;
  }
}

.voice {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.voice .heading {
  position: relative;
  width: 100%;
  padding-block: 4rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .voice .heading {
    padding-block: 2rem;
  }
}
.voice .heading::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 10rem;
  height: 4rem;
  background: url("../images/bg_blue.jpg") repeat center center;
  background-size: cover;
  -webkit-clip-path: polygon(50% 4rem, 0% 0%, 10rem 0%);
          clip-path: polygon(50% 4rem, 0% 0%, 10rem 0%);
}
.voice .heading p {
  position: relative;
  font-size: 7rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .voice .heading p {
    font-size: 4rem;
    line-height: 1.4;
  }
}
.voice_wrap {
  position: relative;
  width: 100%;
  background: url("../images/voice_bg.jpg") repeat center center;
  background-size: cover;
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .voice_wrap {
    padding-block: 4rem;
  }
}
.voice_wrap .list {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.voice_wrap .list .box {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  padding: 3rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .voice_wrap .list .box {
    padding: 2rem;
  }
}
.voice_wrap .list .box_heading {
  margin-bottom: 2rem;
  color: var(--blue);
}
.voice_wrap .list .box_heading p {
  font-size: 3.3rem;
  font-weight: 800;
  line-height: 1.6;
}
.voice_wrap .list .box_heading p span.number {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .voice_wrap .list .box_heading p {
    font-size: 2.2rem;
    padding-left: 1.2em;
    text-indent: -1.2em;
    line-height: 1.4;
  }
}
.voice_wrap .list .box .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .voice_wrap .list .box .flex {
    flex-direction: column;
  }
}
.voice_wrap .list .box .photoBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .voice_wrap .list .box .photoBox {
    flex-direction: row;
    align-items: flex-start;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}
.voice_wrap .list .box .photoBox .photo {
  width: 22rem;
  margin: 0 auto 0.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice_wrap .list .box .photoBox .photo {
    width: 10rem;
    margin-right: 1rem;
  }
}
.voice_wrap .list .box .photoBox .infoBox {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .voice_wrap .list .box .photoBox .infoBox .hd {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
    line-height: 1.4;
  }
}
.voice_wrap .list .box .photoBox .infoBox p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice_wrap .list .box .photoBox .infoBox p {
    font-size: 1.4rem;
    text-align: left;
  }
}
.voice_wrap .list .box .textBox .hd {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .voice_wrap .list .box .textBox .hd {
    display: none;
  }
}
.voice_wrap .list .box .textBox p {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .voice_wrap .list .box .textBox p {
    font-size: 1.6rem;
  }
}

.gentei {
  position: relative;
  width: 100%;
}
.gentei_first {
  position: relative;
  width: 100%;
  background: url("../images/gentei_bg.jpg") repeat center center;
  background-size: cover;
  padding-block: 6rem 2rem;
}
@media screen and (max-width: 767px) {
  .gentei_first {
    padding-block: 4rem 1rem;
  }
}
.gentei_first .sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
  background-color: var(--yellow);
  box-sizing: border-box;
  padding: 1rem 1.6rem;
}
.gentei_first .sub p {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  .gentei_first .sub p {
    font-size: 3rem;
  }
}
.gentei_first .heading {
  max-width: 110rem;
  height: 8rem;
  margin: 0 auto 4rem;
  background: url("../images/gentei_title.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .gentei_first .heading {
    width: 100%;
    height: 10rem;
    margin-bottom: 3rem;
    background: url("../images/gentei_title_sp.png") no-repeat center center;
    background-size: contain;
  }
}
.gentei_first .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  width: 100%;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  .gentei_first .list {
    flex-direction: column;
    row-gap: 1rem;
    margin-bottom: 4rem;
  }
}
.gentei_first .list .box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 32%;
  height: 24rem;
  border: solid 2px #fff;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .gentei_first .list .box {
    width: 100%;
    height: 12rem;
  }
}
.gentei_first .list .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.76);
}
.gentei_first .list .box:nth-child(1) {
  background: url("../images/gentei_img01.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .gentei_first .list .box:nth-child(1) {
    background: url("../images/gentei_img01sp.jpg") no-repeat center center;
  }
}
.gentei_first .list .box:nth-child(2) {
  background: url("../images/gentei_img02.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .gentei_first .list .box:nth-child(2) {
    background: url("../images/gentei_img02sp.jpg") no-repeat center center;
  }
}
.gentei_first .list .box:nth-child(3) {
  background: url("../images/gentei_img03.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .gentei_first .list .box:nth-child(3) {
    background: url("../images/gentei_img03sp.jpg") no-repeat center center;
  }
}
.gentei_first .list .box p {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  z-index: 10;
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .gentei_first .list .box p {
    font-size: 2.4rem;
  }
}
.gentei_second {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-block: 6rem 25rem;
}
@media screen and (max-width: 767px) {
  .gentei_second {
    font-size: 2.4rem;
    padding-block: 4rem 32rem;
  }
}
.gentei_second p.senchaku {
  font-size: 9rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .gentei_second p.senchaku {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
.gentei_second_wrap {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 110rem;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 767px) {
  .gentei_second_wrap {
    width: 100%;
    flex-direction: column;
    margin-bottom: 14rem;
  }
}
.gentei_second_wrap .off {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .gentei_second_wrap .off {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.gentei_second_wrap .off p {
  font-size: 6rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gentei_second_wrap .off p {
    font-size: 3.6rem;
  }
}
.gentei_second_wrap .off p.emphasis {
  font-size: 12rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--yellow);
}
@media screen and (max-width: 767px) {
  .gentei_second_wrap .off p.emphasis {
    font-size: 10rem;
  }
}
.gentei_second_wrap .off p.emphasis span.small {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
}
.gentei_second_wrap ul.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gentei_second_wrap ul.arrow {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.gentei_second_wrap ul.arrow li {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4rem solid transparent;
  border-bottom: 4rem solid transparent;
  border-left: 2rem solid #fff;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .gentei_second_wrap ul.arrow li {
    border-style: solid;
    border-right: 2rem solid transparent;
    border-left: 2rem solid transparent;
    border-top: 1rem solid #fff;
    border-bottom: 0;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.gentei_second_wrap ul.arrow li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .gentei_second_wrap ul.arrow li:last-of-type {
    margin-bottom: 0;
  }
}
.gentei_second_wrap .price {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .gentei_second_wrap .price {
    width: 100%;
    text-align: center;
  }
}
.gentei_second_wrap .price p {
  font-size: 5rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gentei_second_wrap .price p {
    font-size: 3rem;
  }
}
.gentei_second_wrap .price p span.torikeshi {
  text-decoration: line-through;
}
.gentei_second_wrap .price p.emphasis {
  font-size: 13rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--yellow);
}
@media screen and (max-width: 767px) {
  .gentei_second_wrap .price p.emphasis {
    font-size: 8rem;
  }
}
.gentei_second_wrap .price p.emphasis span.small {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .gentei_second_wrap .price p.emphasis span.small {
    font-size: 3rem;
  }
}
.gentei .entry {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gentei .entry {
    bottom: 6rem;
    align-items: stretch;
  }
}
.gentei .entry .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .gentei .entry .flex {
    flex-direction: column;
  }
}
.gentei .entry .flex .entryBox {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .gentei .entry .flex .entryBox {
    margin-right: 0rem;
  }
}
.gentei .entry .flex .entryBox .textBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .gentei .entry .flex .entryBox .textBox {
    flex-direction: column;
    margin-bottom: 12rem;
  }
}
.gentei .entry .flex .entryBox .textBox p {
  font-size: 4.6rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gentei .entry .flex .entryBox .textBox p {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
.gentei .entry .flex .entryBox .textBox .copy p {
  color: var(--red);
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .gentei .entry .flex .entryBox .textBox .copy p {
    font-size: 4.2rem;
    padding-left: 0;
    text-align: center;
    line-height: 1.4;
  }
}
.gentei .entry .flex .entryBox .entryBtn {
  position: relative;
  width: 80rem;
  background: linear-gradient(180deg, #fffa73 50%, #f4e000 100%);
  border-radius: 10rem;
  box-shadow: 0.5rem 1.2rem 0 #9a9623;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .gentei .entry .flex .entryBox .entryBtn {
    width: 100%;
  }
}
.gentei .entry .flex .entryBox .entryBtn.is-swing {
  -webkit-animation: swing 0.6s ease-in-out;
          animation: swing 0.6s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .gentei .entry .flex .entryBox .entryBtn:hover {
    box-shadow: none;
    transform: translateY(0.5rem);
  }
}
.gentei .entry .flex .entryBox .entryBtn a {
  display: block;
  width: 100%;
  padding-block: 3rem;
  font-size: 5rem;
  font-weight: 900;
  color: #042571;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .gentei .entry .flex .entryBox .entryBtn a {
    padding-block: 2rem;
    font-size: 2.8rem;
  }
}
@-webkit-keyframes swing {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-4px);
  }
  40% {
    transform: translateX(4px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes swing {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-4px);
  }
  40% {
    transform: translateX(4px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
.gentei .entry .flex .figure {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .gentei .entry .flex .figure {
    width: 13rem;
    margin-top: -20rem;
  }
}
.gentei .entry .flex .figure img {
  width: 100%;
}

.process {
  position: relative;
  width: 100%;
  background-color: #bee4f6;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .process {
    padding-block: 6rem;
  }
}
.process .heading {
  font-size: 6rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 4rem;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  .process .heading {
    font-size: 4rem;
  }
}
.process .list {
  display: flex;
  max-width: 95rem;
  margin: 0 auto;
  flex-direction: column;
  row-gap: 3rem;
}
.process .list .box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 4rem 8rem;
  background-color: #fff;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .process .list .box {
    padding: 2rem;
    margin-bottom: 1rem;
  }
}
.process .list .box::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 6rem;
  height: 4rem;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 4rem, 0% 0%, 6rem 0%);
          clip-path: polygon(50% 4rem, 0% 0%, 6rem 0%);
}
.process .list .box:last-of-type::before {
  display: none;
}
.process .list .box .icon {
  width: 13rem;
  margin-right: 10rem;
}
@media screen and (max-width: 767px) {
  .process .list .box .icon {
    width: 7rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .process .list .box .textBox {
    width: 70%;
  }
}
.process .list .box .textBox .step {
  width: 20rem;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  background-color: var(--blue);
  padding-block: 1rem 2rem;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .process .list .box .textBox .step {
    width: 12rem;
    padding-block: 0.4rem;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.process .list .box .textBox .step span {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .process .list .box .textBox .step span {
    font-size: 3rem;
  }
}
.process .list .box .textBox p {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .process .list .box .textBox p {
    font-size: 2rem;
  }
}
.process .list .box .textBox p .caption {
  font-size: 2rem;
}

.campaign {
  position: relative;
  width: 100%;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .campaign {
    padding-block: 4rem;
  }
}
.campaign .message {
  margin-bottom: 54rem;
}
@media screen and (max-width: 767px) {
  .campaign .message {
    margin-bottom: 42rem;
  }
}
.campaign .message p {
  font-size: 8rem;
  font-weight: 900;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .campaign .message p {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
.campaign .message p:last-of-type {
  line-height: 1.4;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .campaign .message p:last-of-type {
    padding-top: 2rem;
  }
}
.campaign .message p span.emphasis {
  font-size: 10rem;
  color: var(--yellow);
}
@media screen and (max-width: 767px) {
  .campaign .message p span.emphasis {
    font-size: 4.2rem;
  }
}
.campaign .message p span.bigger {
  font-size: 12rem;
}
@media screen and (max-width: 767px) {
  .campaign .message p span.bigger {
    font-size: 5rem;
  }
}
.campaign .message p span.smaller {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .campaign .message p span.smaller {
    font-size: 3rem;
  }
}
.campaign .entry {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .campaign .entry {
    bottom: 6rem;
  }
}
.campaign .entry .textBox {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .campaign .entry .textBox {
    margin-bottom: 16rem;
  }
}
.campaign .entry .textBox p {
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campaign .entry .textBox p {
    font-size: 3rem;
  }
}
.campaign .entry .textBox .red p {
  font-size: 10rem;
  font-weight: 900;
  color: var(--red);
}
@media screen and (max-width: 767px) {
  .campaign .entry .textBox .red p {
    font-size: 4rem;
  }
}
.campaign .entry .entryBox {
  position: relative;
  max-width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .campaign .entry .entryBox {
    width: 100%;
  }
}
.campaign .entry .entryBox .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .campaign .entry .entryBox .flex {
    flex-direction: column;
  }
}
.campaign .entry .entryBox .flex .entryBtn {
  position: relative;
  width: 80rem;
  background: linear-gradient(180deg, #fffa73 50%, #f4e000 100%);
  border-radius: 10rem;
  box-shadow: 0.5rem 1.2rem 0 #9a9623;
  cursor: pointer;
  transition: 0.3s ease;
  margin-right: 2rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .campaign .entry .entryBox .flex .entryBtn {
    width: 100%;
  }
}
.campaign .entry .entryBox .flex .entryBtn.is-swing {
  -webkit-animation: swing 0.6s ease-in-out;
          animation: swing 0.6s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .campaign .entry .entryBox .flex .entryBtn:hover {
    box-shadow: none;
    transform: translateY(0.5rem);
  }
}
.campaign .entry .entryBox .flex .entryBtn a {
  display: block;
  width: 100%;
  padding-block: 3rem;
  font-size: 5rem;
  font-weight: 900;
  color: #042571;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .campaign .entry .entryBox .flex .entryBtn a {
    padding-block: 2rem;
    font-size: 2.8rem;
  }
}
@keyframes swing {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-4px);
  }
  40% {
    transform: translateX(4px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
.campaign .entry .entryBox .flex .figure {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .campaign .entry .entryBox .flex .figure {
    width: 13rem;
    margin-top: -20rem;
  }
}
.campaign .entry .entryBox .flex .figure img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */