@charset "UTF-8";
html,
body {
  border-top: 5px solid #ce2030;
  color: #111111;
  scroll-behavior: smooth;
}

.red {
  color: #ce2030;
}

* {
  box-sizing: border-box;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.1em;
}
body .text-center {
  text-align: center;
}
body .bold500 {
  font-weight: bold;
}
body .ribbon-wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
body .ribbon-wrap .ribbon9 {
  display: inline-block;
  position: relative;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body .ribbon-wrap .ribbon9 {
    height: 40px;
  }
}
body .ribbon-wrap .ribbon9:before {
  /*左側のリボン端*/
  content: "";
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -25px;
  z-index: -2;
  border: 20px solid #ce2030;
  border-left-color: transparent; /*山形に切り抜き*/
}
body .ribbon-wrap .ribbon9:after {
  /*右側のリボン端*/
  content: "";
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -25px;
  z-index: -2;
  border: 20px solid #ce2030;
  border-right-color: transparent; /*山形に切り抜き*/
}
body .ribbon-wrap .ribbon9 strong {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  background: #ce2030; /*真ん中の背景色*/
}
@media screen and (max-width: 767px) {
  body .ribbon-wrap .ribbon9 strong {
    font-size: 18px;
    height: 40px;
  }
}
body .ribbon-wrap .ribbon9 strong:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #333333; /*左の折り返し部分*/
}
body .ribbon-wrap .ribbon9 strong:after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #333333; /*右の折り返し部分*/
}
body .speechBubble {
  position: relative;
  display: block;
  width: 200px;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  background-color: #ce2030;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 auto 20px;
}
body .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 14px 0 14px;
  border-color: #ce2030 transparent transparent;
  translate: -50% 100%;
}
body p {
  font-size: 16px;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  body p {
    font-size: 20px;
    line-height: 180%;
  }
}
body a {
  color: #111111;
  text-decoration: none;
}
body a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .marker {
  background: linear-gradient(transparent 90%, #fdffa0 90%);
}
body .marker-orange {
  background: linear-gradient(transparent 90%, #ce2030 90%);
}

.plink {
  margin-top: -80px;
  padding-top: 80px;
}
.plink.camp {
  margin-top: -150px;
  padding-top: 150px;
}

#header .head-menu #gnavi {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #header .head-menu #gnavi {
    padding: 20px;
    margin: 0 auto;
  }
}
#header .head-menu #gnavi.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #header .head-menu #gnavi {
    padding: 10px 10px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  #header .head-menu #gnavi .logo {
    width: 30%;
    z-index: 200;
  }
}
@media screen and (max-width: 767px) {
  #header .head-menu #gnavi .gnavi-inner {
    display: flex;
    flex-direction: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #header .head-menu #gnavi .gnav-cta {
    font-size: 15px;
    display: block;
    background: #111111;
    color: #fff;
    border-radius: 100px;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  #header .head-menu #gnavi ul {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #header .head-menu #gnavi ul a {
    display: block;
    padding: 10px;
    font-size: 14px;
    letter-spacing: normal;
  }
}
#header .head-menu #gnavi .nav-cta a {
  display: block;
  padding: 10px 15px;
  background: linear-gradient(135deg, #06c755 0%, #00b900 100%);
  color: #fff;
  font-weight: 900;
  border-radius: 100px;
  box-shadow: 0px 0px 22.4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #header .head-menu #gnavi .nav-cta a {
    padding: 5px 10px;
  }
}
#header .head-menu #gnavi .nav-cta a .nav-cta-inner {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #header .head-menu #gnavi .nav-cta a .nav-cta-inner {
    font-size: 15px;
  }
}
#header .head-menu #gnavi .nav-cta a .img {
  width: 30px;
  margin-right: 5px;
}
#header .head-menu #gnavi .nav-cta a:hover {
  transform: translateY(-1px);
  opacity: 0.7;
  transition: 0.3s;
}
#header .head-menu #gnavi .humberger_btn {
  display: block;
  width: 55px;
  height: 40px;
  border-radius: 0 0 0 20px;
  text-align: center;
  cursor: pointer;
  z-index: 200;
}
#header .head-menu #gnavi .humberger_btn span {
  display: block;
  position: relative;
  left: 50%;
  margin-left: -12px;
  width: 25px;
  border-bottom: 3px solid #111111;
  transition: 0.35s ease-in-out;
}
#header .head-menu #gnavi .humberger_btn span:nth-child(1) {
  top: 27%;
}
#header .head-menu #gnavi .humberger_btn span:nth-child(2) {
  top: 43%;
}
#header .head-menu #gnavi .humberger_btn span:nth-child(3) {
  top: 60%;
}
#header .head-menu #gnavi .humberger_btn.active span:nth-child(1) {
  top: 49%;
  left: 50%;
  transform: rotate(-45deg);
}
#header .head-menu #gnavi .humberger_btn.active span:nth-child(2), #header .head-menu #gnavi .humberger_btn.active span:nth-child(3) {
  transform: rotate(45deg);
}
#header .head-menu #gnavi .humberger_btn.active span:nth-child(3) {
  top: 35%;
}
#header .fv-box {
  background-color: #ce2030;
}
#header .fv {
  position: relative;
  background: #ce2030;
}
@media screen and (min-width: 768px) {
  #header .fv {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 899px) and (min-width: 768px) {
  #header .fv {
    background-position: 0% 0%;
    padding: 60% 20px 60px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  #header .fv {
    background-position: 0% 0%;
    padding: 55% 0px 60px;
    background-size: 100% auto;
  }
}
#header .fv .fv-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 54.2%;
  height: 100%;
  background-color: #ce2030;
  background-repeat: no-repeat;
  background-image: url(../img/fv.jpg);
  background-position: 100% 100%;
  background-size: auto 100%;
  overflow: hidden;
  padding: 0;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1280px) and (min-width: 900px) {
  #header .fv .fv-img {
    background-position: 100% 100%;
    padding: 40px 20px;
    width: 56%;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 899px) and (min-width: 768px) {
  #header .fv .fv-img {
    background-image: url(../img/fv-sp.jpg);
    background-position: 50% 0;
    clip-path: none;
    width: 100%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  #header .fv .fv-img {
    background-image: url(../img/fv-sp.jpg);
    width: 100%;
    background-position: 50% 0;
    background-size: contain;
    clip-path: none;
  }
}
@media screen and (min-width: 768px) {
  #header .fv .content {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #header .fv .fv-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#header .fv .fv-wrap .fv-text {
  width: 70%;
}
@media screen and (max-width: 899px) and (min-width: 768px) {
  #header .fv .fv-wrap .fv-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #header .fv .fv-wrap .fv-text {
    width: 100%;
  }
}
#header .fv .fv-wrap .fv-text h2 {
  text-align: left;
  color: #fff;
  font-size: 43px;
  font-weight: 900;
  line-height: 160%;
  text-shadow: 1px 1px 0 rgba(11, 11, 11, 0.5), -1px 1px 0 rgba(11, 11, 11, 0.5), -1px 1px 0 rgba(11, 11, 11, 0.5);
}
@media screen and (max-width: 767px) {
  #header .fv .fv-wrap .fv-text h2 {
    margin-top: 0px;
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 150%;
  }
}
#header .fv .fv-wrap .fv-text h2 span {
  text-shadow: none;
  line-height: 170%;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #fff;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #header .fv .fv-wrap .fv-text h2 span {
    letter-spacing: initial;
    padding: 8px 10px;
    margin-bottom: 30px;
    font-size: 4vw;
  }
}
#header .fv .fv-wrap .fv-text ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #header .fv .fv-wrap .fv-text ul {
    width: 85%;
  }
}
#header .fv .fv-wrap .fv-text ul li {
  width: 23%;
}
#header .fv .fv-wrap p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 2px 3px 3px rgba(11, 11, 11, 0.4);
}
@media screen and (max-width: 767px) {
  #header .fv .fv-wrap p {
    letter-spacing: initial;
    font-size: 3.6vw;
    text-align: center;
    margin-bottom: 20px;
  }
}
#header .fv .fv-wrap .fv-img {
  width: 28%;
}

@media screen and (min-width: 768px) {
  .logo {
    width: 200px;
    max-width: 20%;
  }
}

.gnav {
  background: url("../img/sp/header-bg.png") repeat-y;
  background-size: 100% auto;
  visibility: hidden;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 120vh;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gnav.active {
  visibility: visible;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
}
.gnav .gnav_list {
  display: block;
  padding-top: 20%;
}
.gnav a {
  width: 70%;
  display: block;
  padding: 10px 10px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}
.gnav .nav-cta a {
  margin-top: 30px;
  padding: 15px;
  background: #111111;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
}

.section {
  overflow: hidden;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 80px 0;
  }
}
.section .content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .section .content {
    width: 1120px;
  }
}
.section .content p {
  margin-bottom: 20px;
}
.section .content h2 {
  text-align: center;
  font-size: 26px;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .section .content h2 {
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) {
  .section .content h2 {
    margin-bottom: 30px;
    line-height: 160%;
  }
}
.section .content h2.type2 span {
  margin-bottom: 20px;
  padding-bottom: 0px;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section .content h2.type2 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .section .content h2.type2 span {
    font-size: 18px;
  }
}
.section .content h2.type2 span:after {
  width: 80px;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  border: 2px solid #ce2030;
}
.section.thanks {
  text-align: center;
}
.section.thanks img {
  display: block;
  max-width: 30%;
  margin: 0 auto;
}
.section.thanks h1 {
  margin: 40px 0 20px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .section.thanks h1 {
    font-size: 20px;
  }
}
.section.thanks .btn {
  background: #111111;
  display: block;
  color: #fff;
  border-radius: 100px;
  padding: 15px 20px;
  width: 300px;
  margin: 60px auto 40px;
}
.section.present h2 + p {
  text-align: center;
}
.section.present dl {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 22.4px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .section.present dl {
    margin-top: 40px;
    display: flex;
    align-items: center;
    padding: 40px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .section.present dl dt {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .section.present dl dt {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .section.present dl dd {
    width: 55%;
  }
}
.section.present dl dd h3 {
  font-size: 22px;
  line-height: 160%;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ce2030;
}
@media screen and (max-width: 767px) {
  .section.present dl dd h3 {
    text-align: center;
    font-size: 24px;
  }
}
.section.present dl dd p {
  font-size: 16px;
}
.section.about {
  background: url(../img/section1-bg.png) no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-color: #ce2030;
}
.section.about h2 {
  color: #fff;
}
.section.about dl {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.section.about dl dt {
  height: 200px;
  background: url(../img/about.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width: 768px) {
  .section.about dl dt {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .section.about dl dt {
    animation: bg-pan-up 2s linear forwards;
    will-change: background-position;
  }
}
@media (prefers-reduced-motion: reduce) {
  .section.about dl dt {
    animation: none;
  }
}
.section.about dl dd {
  margin-top: 20px;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .section.about dl dd {
    text-align: left;
  }
}
.section.about dl dd p {
  line-height: 170%;
}
@keyframes bg-pan-up {
  from {
    background-position: 50% 0;
  }
  to {
    background-position: 50% -240px;
  }
}
.section.merit ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.merit ul li {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease-out forwards;
}
.section.merit ul li:nth-child(1) {
  animation-delay: 0s;
}
.section.merit ul li:nth-child(2) {
  animation-delay: 0.2s;
}
.section.merit ul li:nth-child(3) {
  animation-delay: 0.4s;
}
.section.merit ul li:nth-child(4) {
  animation-delay: 0.6s;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  .section.merit ul {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .section.merit ul li {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .section.merit ul li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section.merit ul li dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.section.merit ul li dl dt {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section.merit ul li dl dt {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .section.merit ul li dl dt {
    margin-bottom: 20px;
  }
}
.section.merit ul li dl dt .img {
  background: #f5f5f5;
  overflow: hidden;
  padding: 0;
  border-radius: 100%;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .section.merit ul li dl dt .img {
    padding: 30px;
  }
}
.section.merit ul li dl dt .img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section.merit ul li dl dd {
    text-align: center;
  }
}
.section.merit ul li dl dd h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section.merit ul li dl dd h3 {
    font-size: 18px;
  }
}
.section.merit ul li dl dd p {
  font-size: 14px;
  text-align: left;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  .section.merit ul li dl dd p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section.merit ul li dl dd {
    width: 65%;
  }
}
.section.reason {
  background: #f5f5f5;
}
.section.reason p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section.reason p {
    text-align: left;
  }
}
.section.reason ul {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .section.reason ul {
    display: flex;
    justify-content: space-between;
  }
}
.section.reason ul li {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease-out forwards;
}
.section.reason ul li:nth-child(1) {
  animation-delay: 0s;
}
.section.reason ul li:nth-child(2) {
  animation-delay: 0.2s;
}
.section.reason ul li:nth-child(3) {
  animation-delay: 0.4s;
}
@media screen and (min-width: 768px) {
  .section.reason ul li {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .section.reason ul li {
    padding: 0 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .section.reason ul li:last-child {
    padding-bottom: 0;
  }
}
.section.reason ul li img {
  display: block;
  margin-bottom: 15px;
}
.section.reason ul li strong {
  display: block;
  font-size: 22px;
  line-height: 170%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section.reason ul li strong {
    font-size: 20px;
  }
}
.section.reason ul li dl dt {
  position: relative;
}
.section.reason ul li dl dt img {
  margin: 0;
}
.section.reason ul li dl dt span {
  position: absolute;
  display: flex;
  justify-content: center;
  background: #ce2030;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  font-size: 30px;
  margin-top: -10px;
  margin-left: -10px;
}
.section.reason ul li dl dd h3 {
  background: #ce2030;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  margin: 0 0 10px;
}
.section.reason ul li dl dd p {
  font-size: 16px;
  text-align: left;
}
.section.reason .section1 {
  padding: 40px 20px;
}
.section.reason .section1 h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .section.reason .section1 h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .section.reason .section1 .section1-animation {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.section.reason .section1 .section1-animation .item-animation {
  background: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0px 0px 22.4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
}
.section.reason .box {
  position: relative;
}
@media screen and (max-width: 767px) {
  .section.reason .box {
    margin-bottom: 40px;
  }
}
.section.reason .box > span:nth-child(1) {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 50%;
  height: 5px;
  background: #c22330;
  z-index: 11;
}
.section.reason .box > span:nth-child(2) {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 5px;
  height: 50%;
  background: #c22330;
  z-index: 11;
}
.section.reason .box > span:nth-child(3) {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 50%;
  height: 5px;
  background: #c22330;
  z-index: 11;
}
.section.reason .box > span:nth-child(4) {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 5px;
  height: 50%;
  background: #c22330;
  z-index: 11;
}
.section.reason .box .item-button > button {
  border: 1px solid #c22330;
  background: #fff;
  font-weight: bold;
  padding: 3px 20px;
  color: #c22330;
}
.section.reason .box .item-button > button:hover {
  background: #c22330;
  color: #fff;
  opacity: 1;
}
.section.reason .box .item-button > span {
  border: 1px solid #c22330;
  background: #fff;
  font-weight: bold;
  padding: 3px 20px;
  color: #c22330;
  font-size: 0.875rem;
}
.section.reason .section1-animation .item-text1 {
  margin-top: 15px;
  font-weight: bold;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.section.reason .section1-animation .item-text1-info {
  font-size: 1.25rem;
  font-weight: 400;
}
.section.reason .section1-animation .item-number {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.reason .section1-animation .item-number-big {
  font-size: 4.375rem;
}
.section.reason .item-arrow-border {
  border-bottom: 1px solid #c22330;
  max-width: 80%;
  margin: 15px auto;
  position: relative;
}
.section.reason .item-arrow-border:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #c22330;
}
.section.reason .item-arrow-border:after {
  position: absolute;
  content: "";
  top: calc(100% - 2px);
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #fff;
}
.section.reason .bold {
  font-weight: bold;
}
.section.reason .font38 {
  font-size: 2.375rem;
}
.section.reason .font26 {
  font-size: 1.625rem;
}
.section.reason .font20 {
  font-size: 1.25rem !important;
}
.section.reason .section1-animation .item-note {
  margin-top: 0px;
}
.section.reason .font42 {
  font-size: 2.625rem;
}
.section.reason .section1-animation .item-number-li {
  display: flex;
  justify-content: space-between;
}
.section.reason .section1-animation .item-number-li:nth-child(1) {
  margin-bottom: 20px;
}
.section.reason .section1-m {
  margin-top: 70px;
}
.section.reason .line140 {
  line-height: 140%;
}
.section.reason .section1-b {
  margin-top: 70px;
}
.section.reason .color-red {
  color: #c22330;
}
.section.voice {
  background: #f5f5f5 url(../img/bg-cross.png) repeat fixed;
}
.section.voice .line-voice {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .section.voice .line-voice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.section.voice .line-voice li {
  margin-bottom: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 22.4px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .section.voice .line-voice li {
    width: calc(50% - 15px);
  }
}
.section.voice .line-voice li dl {
  margin: 0;
  padding: 20px;
}
.section.voice .line-voice li dl dt {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.section.voice .line-voice li dl dt .img {
  width: 80px;
}
.section.voice .line-voice li dl dt h3 {
  font-size: 20px;
  width: calc(100% - 90px);
}
.section.voice .line-voice li dl dt h3 span {
  display: block;
  font-weight: normal;
  font-size: 16px;
}
.section.voice .line-voice li dl dd p {
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section.voice .line-voice li dl dd p {
    font-size: 14px;
  }
}
.section.last {
  background: url(../img/section1-bg.png) no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-color: #ce2030;
}
.section.last h2 {
  color: #fff;
}
.section.last dl {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .section.last dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .section.last dl dt {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .section.last dl dt {
    margin-bottom: 20px;
  }
}
.section.last dl dd h3 {
  color: #fff;
  line-height: 170%;
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section.last dl dd h3 {
    text-align: center;
    font-size: 20px;
  }
}
.section.last dl dd .text {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
}
.section.last dl dd p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.last dl dd {
    width: 55%;
  }
  .section.last dl dd p {
    font-size: 16px;
  }
}
.section.flow ul {
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section.flow ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px; /* ステップ間の間隔 */
  }
}
.section.flow ul li {
  border-radius: 20px;
  box-shadow: 0px 0px 22.4px 6px rgba(0, 0, 0, 0.1);
  padding: 0px 20px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section.flow ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -32px; /* 位置調整 */
    top: 50%;
    transform: translateY(-50%);
    /* 三角形（▶︎） */
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #ce2030; /* ▶︎の色（赤） */
  }
}
@media screen and (max-width: 767px) {
  .section.flow ul li {
    margin-bottom: 60px;
  }
}
.section.flow ul li h3 {
  background: #ce2030;
  color: #fff;
  font-size: 14px;
  width: 120px;
  text-align: center;
  padding: 5px;
  margin: -20px auto 20px;
}
.section.flow ul li h3 span {
  font-size: 1.2em;
}
.section.flow ul li dl dt {
  display: flex;
  justify-content: center;
}
.section.flow ul li dl dt img {
  width: 90%;
}
.section.flow ul li dl dd {
  font-weight: bold;
  padding: 15px;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .section.flow ul li dl dd {
    padding-top: 20px;
    font-size: 20px;
  }
}
.section.faq dl {
  border-radius: 14px;
  box-shadow: 0px 0px 22.4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section.faq dl {
    padding: 20px;
  }
}
.section.faq dl dt,
.section.faq dl dd {
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
.section.faq dl dt:before,
.section.faq dl dd:before {
  position: absolute;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  aspect-ratio: 1;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 30px;
  height: 30px;
}
.section.faq dl dt {
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .section.faq dl dt {
    font-size: 16px;
  }
}
.section.faq dl dt::before {
  content: "Q";
  background: #ce2030;
}
.section.faq dl dd::before {
  content: "A";
  background: #777;
}
@media screen and (max-width: 767px) {
  .section.faq dl dd::before {
    font-size: 15px;
  }
}
.section.faq dl dd:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
  margin-bottom: 6px;
}
.section .faq .faq__list dt {
  font-weight: 700;
}
.section .faq .faq__list dd {
  color: #333;
}
.section .faq .faq__list dt + dd {
  margin-top: -2px;
}

.btn-line {
  display: block;
  padding: 10px;
  width: 300px;
  background: linear-gradient(135deg, #06c755 0%, #00b900 100%);
  color: #fff;
  font-weight: 900;
  border-radius: 100px;
  box-shadow: 0px 0px 22.4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn-line {
    margin: 0 auto;
  }
}
.btn-line.center {
  margin: 40px auto 0;
}
.btn-line .btn-line-inner {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
}
.btn-line .img {
  width: 50px;
  margin-right: 10px;
}
.btn-line:hover {
  transform: translateY(-1px);
  opacity: 0.7;
  transition: 0.3s;
}
.btn-line:before, .btn-line:after {
  position: absolute;
  top: -200%;
  left: -150%;
  content: "";
  height: 500%;
  width: 70px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  transform: rotate(60deg);
  animation: 3s shine infinite linear;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  80% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
#footer {
  background: #ce2030;
  color: #fff;
  text-align: center;
  padding: 30px 10px;
}
#footer a {
  color: #fff;
}
#footer ul {
  display: flex;
  justify-content: center;
}
#footer ul li {
  padding: 20px 10px;
}

.zoomin.animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeup-title {
  animation: fadeIn 1s;
}

.fadeup {
  visibility: hidden;
  opacity: 0;
}
.fadeup.animated {
  visibility: visible;
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0%;
    transform: translateY(30px);
    visibility: hidden;
  }
  100% {
    opacity: 100%;
    transform: translateY(0);
    visibility: visible;
  }
}
.slide {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-180px);
}
.slide.animated {
  animation: slide 1s forwards;
  transform: translate(0, 0);
}

@keyframes slide {
  0% {
    transform: translate(-180px, 30px);
    opacity: 0;
    visibility: hiden;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
}
.slide_right {
  opacity: 0;
  visibility: hidden;
  transform: translateX(180px);
}
.slide_right.animated {
  animation: slide_right 1s forwards;
}

@keyframes slide_right {
  0% {
    transform: translate(180px, 30px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
  }
}
.zoom {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
}
.zoom .animated {
  visibility: visible;
  transition: 1s;
  opacity: 1;
  transform: scale(1);
}

.poyoyon2 {
  opacity: 0;
  visibility: hidden;
}

.poyoyon2.animated {
  animation: poyoyon2 1.5s forwards;
}

@keyframes poyoyon2 {
  0% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 0;
    visibility: hidden;
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
    visibility: visible;
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
}
.fuwafuwa {
  display: block;
  animation: fuwa 3s infinite;
  transform: translateY(0px);
}

@keyframes fuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.pikopiko {
  animation: pikopiko 1.5s steps(2, start) infinite;
}

@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
.loading {
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #fdfdfd;
}

.loading.hide {
  pointer-events: none;
  transition: opacity 500ms;
  animation: fadeOut 0.8s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading img {
  width: 250px;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .loading img {
    padding-bottom: 80px;
  }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */