@charset "utf-8";

.wrap,
.header,
.footer {
  min-width: inherit !important;
}

.c_btn {
  width: 260px;
  max-width: 100%;
  margin: 0 auto 0;
  position: relative;
}

.c_btn.id {
  width: 411px;
}

.c_btn.id a span::after {
  content: "";
  margin-left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #ffffff;
  border-right: 0;
}

.c_btn.line a span::before {
  content: "";
  display: block;
  width: 40px;
  height: 39px;
  margin-right: 20px;
  background: url("../img/ic_index01.svg") no-repeat 0 0/contain;
  flex: 0 0 auto;
}

.c_btn a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: #06C755;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  transition: background .2s ease;
}

.c_btn a span {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 2.2;
}

.c_btn02 {
  width: 260px;
  max-width: 100%;
  margin: 0 auto 0;
  position: relative;
}

.c_btn02 a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 999px;
  background: #06C755;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transition: background .2s ease;
}

.c_btn02 a span {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  transform: rotate(0.03deg);
}

.c_btn02 a span::before {
  content: "";
  display: block;
  width: 32px;
  height: 31px;
  margin-right: 10px;
  background: url("../img/ic_index01.svg") no-repeat 0 0/contain;
  flex: 0 0 auto;
}

.c_inner01 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.headTitleArea01 {
  color: #0052A4;
  background: #fff;
}

.headTitleArea01 > .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5px 0;
}

.headTitleArea01 > .inner h1 {
  font-size: 14px;
  font-weight: bold;
}

.kVArea img {
  width: 100%;
  height: auto;
}

.frameArea01 {
  padding: 82px 0 104px;
  position: relative;
}

.frameArea01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1251px;
  background: url("../img/bg_index01.png") no-repeat 0 0/cover;
  position: fixed;
  z-index: -1;
}

.meritTitle01 {
  border-radius: 20px 20px 0 0;
  padding: 20px;
}

.meritTitle01 span {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 40px;
  line-height: 1.25;
  position: relative;
  display: inline-block;
}

.meritTitle01 span::before, .meritTitle01 span::after {
  content: '';
  position: absolute;
  top: 48%;
  width: 120px;
  height: 3px;
  background: #fff;
  border-radius: 999px;
}

.meritTitle01 span::before {
  left: -97px;
  transform: rotate(50deg);
}

.meritTitle01 span::after {
  right: -97px;
  transform: rotate(-50deg);
}

.meritCol {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin-top: 80px;
  position: relative;
}

.meritCol::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  width: 161px;
  height: 90px;
  background: url("../img/bg_index04.svg") no-repeat 0 0/contain;
}

.meritCol::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 161px;
  height: 90px;
  background: url("../img/bg_index05.svg") no-repeat 0 0/contain;
}

.meritCol .merit_inner {
  padding: 80px 20px 20px;
}

.meritCol .itemlist01 {
  margin-top: -1px;
}

.merit01 .meritTitle01 {
  background: #187FA7;
}

.merit01 .itemlist01 .hdg {
  background: #187FA7;
}

.merit01 .itemlist01 .item {
  flex: 0 0 235px;
}

.merit02 {
  margin-top: 88px;
}

.merit02 .merit_inner {
  padding-top: 60px;
}

.merit02 .meritTitle01 {
  background: #9A6C4B;
}

.merit02 .itemlist01 .hdg {
  background: #9A6C4B;
}

.merit02 .itemlist01 .item {
  flex: 0 0 320px;
}

.itemlist01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
}

.itemlist01 .hdg {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20.01px;
  line-height: 1.3;
  padding: 14px 10px;
  min-height: 80px;
  margin-left: -1px;
  margin-right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.itemlist01 .hdg + p {
  color: #636363;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  padding: 22px 10px;
  min-height: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0.03deg);
}

.merit02 .itemlist01 .hdg + p {
  min-height: 93px;
}

.itemlist01 .item {
  border: 1px solid #EEEEEE;
  border-radius: 15px;
  background: #fff;
}

.itemlist01 .item .img {
  height: 116px;
  margin-left: -1px;
  margin-right: -1px;
}

.itemlist01 .item .img img {
  max-width: 223px;
  margin-top: -58px;
  height: auto;
}

.frameArea02 {
  background: #06C755;
  padding: 80px 0;
  position: relative;
}

.frameArea02::before, .frameArea02::after {
  content: '';
  position: absolute;
  top: -20px;
  width: 161px;
  height: 90px;
}

.frameArea02::before {
  left: calc(50% - 660px);
  background: url("../img/bg_index04.svg") no-repeat 0 0/contain;
}

.frameArea02::after {
  left: calc(50% + 500px);
  background: url("../img/bg_index05.svg") no-repeat 0 0/contain;
}

.frameArea02 .hdg01 {
  margin-bottom: 46px;
}

.frameArea02 .hdg01 span {
  position: relative;
  display: inline-block;
}

.frameArea02 .hdg01 span::before, .frameArea02 .hdg01 span::after {
  content: '';
  position: absolute;
  top: 43%;
  width: 60px;
  height: 3px;
  background: #fff;
  border-radius: 999px;
}

.frameArea02 .hdg01 span::before {
  left: -69px;
  transform: rotate(50deg);
}

.frameArea02 .hdg01 span::after {
  right: -69px;
  transform: rotate(-50deg);
}

.frameArea02 .hdg01 span em {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 40px;
  line-height: 1.5;
}

.frameArea02 .hdg01 span em::before {
  content: "";
  display: block;
  width: 50px;
  height: 48px;
  margin-right: 20px;
  background: url("../img/ic_index01.svg") no-repeat 0 0/contain;
  flex: 0 0 auto;
}

.itemlist02 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.itemlist02 .hdg02 {
  color: #06C755;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.itemlist02 .hdg02::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 40px;
  height: 3px;
  background: #06C755;
  border-radius: 3px;
  transform: translateX(-50%);
}

.itemlist02 .hdg02 + p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #565656;
  transform: rotate(0.03deg);
}

.itemlist02 .item {
  box-sizing: border-box;
  flex: 0 0 510px;
  border-radius: 20px;
  background: #fff;
  padding: 30px;
}

.itemlist02 .qrCode {
  width: 120px;
  height: auto;
  margin-top: 20px;
}

.itemlist02 .c_btn {
  margin-top: 60px;
}

.frameArea03 {
  padding: 85px 0 92px;
  position: relative;
}

.frameArea03 .hdg01 {
  margin-bottom: 46px;
  position: relative;
  display: inline-block;
}

.frameArea03 .hdg01::before, .frameArea03 .hdg01::after {
  content: '';
  position: absolute;
  top: 45%;
  width: 125px;
  height: 8px;
  background: #fff;
  border-radius: 999px;
}

.frameArea03 .hdg01::before {
  left: -50.8%;
  transform: rotate(50deg);
  margin-top: -3px;
}

.frameArea03 .hdg01::after {
  right: -50.8%;
  transform: rotate(-50deg);
  margin-top: -3px;
  z-index: 0;
}

.frameArea03 .hdg01 span {
  color: #81519D;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  line-height: 1.25;
  position: relative;
  display: inline-block;
  -webkit-text-stroke: 8px #fff;
  paint-order: stroke fill;
}

.frameArea03 .hdg01 span::before, .frameArea03 .hdg01 span::after {
  content: '';
  position: absolute;
  top: 45%;
  width: 120px;
  height: 3px;
  background: #81519D;
  border-radius: 999px;
}

.frameArea03 .hdg01 span::before {
  left: -100px;
  transform: rotate(50deg);
}

.frameArea03 .hdg01 span::after {
  right: -100px;
  transform: rotate(-50deg);
  
  z-index: 1;
}

.frameArea03 .hdg01 span em {
  display: inline-flex;
  align-items: center;
  z-index: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 40px;
  line-height: 1.5;
}

.frameArea03 .tx01 {
  color: #565656;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20.01px;
  line-height: 1.5;
  -webkit-text-stroke: 8px #fff;
  paint-order: stroke fill;
}

.frameArea03 .tx01 span {
  color: #06C755;
}

.frameArea03 .c_btn {
  margin-top: 40px;
}

.itemlist03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
  margin-bottom: 40px;
}

.itemlist03 .hdg02 {
  color: #fff;
  background: #81519D;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  line-height: 1.3;
  padding: 12px 10px 10px;
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.itemlist03 .hdg02::before, .itemlist03 .hdg02::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 42px;
  height: 40px;
  transform: translateY(-50%);
}

.itemlist03 .hdg02::before {
  left: 20px;
  background: url("../img/bg_index03.svg") no-repeat 0 0/contain;
}

.itemlist03 .hdg02::after {
  right: 18px;
  background: url("../img/bg_index02.svg") no-repeat 0 0/contain;
}

.itemlist03 .hdg02 span {
  display: block;
  border-radius: 50%;
  background: #fff;
  color: #81519D;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  line-height: 1.3;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.itemlist03 .hdg03 {
  color: #81519D;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20.01px;
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.itemlist03 .item {
  box-sizing: border-box;
  flex: 0 0 300px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  padding: 0 0 38px;
  position: relative;
}

.itemlist03 .item .img {
  height: 116px;
}

.itemlist03 .item .img img {
  max-width: 223px;
  margin-top: -58px;
}

.itemlist03 .item .img01 {
  width: 260px;
  height: auto;
  margin-top: 62px;
}

.itemlist03 .item .img02 {
  width: 154px;
  height: auto;
}

.itemlist03 .item .img03 {
  width: 154px;
  height: auto;
}

@media screen and (min-width: 768px) {
  br.onlySP {
    display: none;
  }
  .merit01 .itemlist01 .item:nth-of-type(1) img {
    transform: translateX(5px);
  }
  .merit01 .itemlist01 .item:nth-of-type(2) img {
    transform: translateX(11px);
  }
  .merit01 .itemlist01 .item:nth-of-type(3) img {
    transform: translateX(3px);
  }
  .merit01 .itemlist01 .item:nth-of-type(4) img {
    transform: translateX(7px);
  }
  .merit02 .itemlist01 .item:nth-of-type(1) img {
    transform: translateX(13px);
  }
  .merit02 .itemlist01 .item:nth-of-type(2) img {
    transform: translateX(-4px);
  }
  .merit02 .itemlist01 .item:nth-of-type(3) img {
    transform: translateX(4px);
  }
  .itemlist03 .item:nth-of-type(1)::after, .itemlist03 .item:nth-of-type(2)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -49px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 26px solid #81519d;
    border-right: 0;
    transform: translateY(-50%);
  }
}

@media (any-hover: hover) {
  .c_btn a:hover {
    background: #38d277;
  }
  .c_btn02 a:hover {
    background: #38d277;
  }
}

@media screen and (max-width: 1120px) {
  .itemlist03 {
    gap: 6.4814814815vw;
  }
  .itemlist03 .item {
    flex: 1 1 0;
    min-width: 0;
  }
  .itemlist03 .item:nth-of-type(1)::after, .itemlist03 .item:nth-of-type(2)::after {
    right: -4.537037037vw;
    border-top: 1.3888888889vw solid transparent;
    border-bottom: 1.3888888889vw solid transparent;
    border-left: 2.4074074074vw solid #81519d;
  }
}

@media screen and (max-width: 1095px) {
  .itemlist02 .item {
    flex: 1 1 calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 1080px) {
  .c_btn02 {
    width: 24.0740740741vw;
  }
  .c_btn02 a {
    height: 4.8148148148vw;
  }
  .c_btn02 a span {
    font-size: 1.4814814815vw;
  }
  .c_btn02 a span::before {
    width: 2.962962963vw;
    height: 2.8703703704vw;
    margin-right: 0.9259259259vw;
  }
  .c_inner01 {
    padding: 0 1.8518518519vw;
  }
}

@media screen and (max-width: 800px) {
  .itemlist02 .item {
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 767px) {
  br.onlyPC {
    display: none;
  }
  .c_btn {
    width: 51.25vw;
  }
  .c_btn.id {
    width: 83.25vw;
  }
  .c_btn.line a span::before {
    width: 7.5vw;
    height: 7.25vw;
    margin-right: 3.75vw;
  }
  .c_btn a {
    height: 13.75vw;
    border-width: 3px;
    font-size: 5.5vw;
  }
  .c_btn a span {
    font-size: 5vw;
  }
  .c_btn02 {
    width: 65vw;
  }
  .c_btn02 a {
    height: 13vw;
  }
  .c_btn02 a span {
    font-size: 4vw;
  }
  .c_btn02 a span::before {
    width: 8vw;
    height: 7.6225vw;
    margin-right: 2.5vw;
  }
  .c_inner01 {
    padding: 0 3.75vw;
  }
  .headTitleArea01 > .inner {
    padding: 5px 15px;
  }
  .headTitleArea01 > .inner h1 {
    font-size: 12px;
  }
  .frameArea01 {
    padding: 15vw 0 20vw;
  }
  .frameArea01::before {
    width: 100%;
    height: 234.5vw;
    background: url("../img/bg_index01.png") no-repeat 50% 0 / 371.25vw;
  }
  .meritTitle01 span {
    font-size: 5.5vw;
  }
  .meritTitle01 span::before, .meritTitle01 span::after {
    width: 16.875vw;
    height: 2px;
  }
  .meritTitle01 span::before {
    top: 49%;
    left: -15.5vw;
  }
  .meritTitle01 span::after {
    top: 49%;
    right: -15.5vw;
  }
  .merit02 .meritTitle01 span::before {
    left: -9.8vw;
  }
  .merit02 .meritTitle01 span::after {
    right: -9.8vw;
  }
  .meritCol {
    margin-top: 15vw;
  }
  .meritCol::before {
    top: -6.64vw;
    left: -5vw;
    width: 22.5vw;
    height: 12.655vw;
  }
  .meritCol::after {
    top: -6.64vw;
    right: -5vw;
    width: 22.5vw;
    height: 12.655vw;
  }
  .meritCol .merit_inner {
    padding: 12.5vw 2.5vw 2.5vw;
  }
  .merit01 .itemlist01 .item {
    flex: 0 0 42vw;
  }
  .merit02 {
    margin-top: 15vw;
  }
  .merit02 .merit_inner {
    padding-top: 12.5vw;
  }
  .merit02 .itemlist01 .item {
    flex: 0 0 42vw;
  }
  .itemlist01 {
    gap: 10vw 3.5vw;
  }
  .itemlist01 .hdg {
    font-size: 4.5vw;
    padding: 1.5vw 0;
    min-height: 15vw;
  }
  .itemlist01 .hdg + p {
    font-size: 3.5vw;
    padding: 2.5vw 2.5vw 4.5vw 2.5vw;
    min-height: 21.9375vw;
  }
  .itemlist01 .item .img {
    height: 21.9375vw;
  }
  .itemlist01 .item .img img {
    max-width: 42vw;
    margin-top: -11vw;
  }
  .frameArea02 {
    padding: 16.25vw 0 15vw;
  }
  .frameArea02::before, .frameArea02::after {
    top: -5vw;
    width: 22.5vw;
    height: 12.655vw;
  }
  .frameArea02::before {
    left: calc(50% - 52.5vw);
  }
  .frameArea02::after {
    left: calc(50% + 30vw);
  }
  .frameArea02 .c_inner01 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .frameArea02 .hdg01 {
    margin-bottom: 8.25vw;
  }
  .frameArea02 .hdg01 span::before, .frameArea02 .hdg01 span::after {
    width: 15vw;
    height: 2px;
  }
  .frameArea02 .hdg01 span::before {
    left: -14.75vw;
    transform: rotate(-130deg);
  }
  .frameArea02 .hdg01 span::after {
    right: -14.75vw;
    transform: rotate(130deg);
  }
  .frameArea02 .hdg01 span em {
    font-size: 6vw;
  }
  .frameArea02 .hdg01 span em::before {
    width: 8vw;
    height: 7.6225vw;
    margin-right: 2.5vw;
  }
  .itemlist02 {
    gap: 3.75vw;
  }
  .itemlist02 .hdg02 {
    font-size: 5vw;
    margin-bottom: 10vw;
  }
  .itemlist02 .hdg02 + p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .itemlist02 .item {
    flex: 0 0 100%;
    padding: 7.5vw 5vw;
  }
  .itemlist02 .qrCode {
    width: 30vw;
    margin-top: 5vw;
  }
  .itemlist02 .c_btn {
    margin-top: 5vw;
  }
  .frameArea03 {
    padding: 17vw 0 15vw;
  }
  .frameArea03 .c_inner01 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .frameArea03 .hdg01 {
    margin-bottom: 8.5vw;
  }
  .frameArea03 .hdg01::before, .frameArea03 .hdg01::after {
    width: 24vw;
    height: 8px;
  }

  .frameArea03 .hdg01::before {
    left: -19.8vw;
  }

  .frameArea03 .hdg01::after {
    right: -19.8vw;
  }
  .frameArea03 .hdg01 span {
    font-size: 4.5vw;
    line-height: 1.2;
  }
  .frameArea03 .hdg01 span::before, .frameArea03 .hdg01 span::after {
    width: 22.5vw;
    height: 2px;
  }
  .frameArea03 .hdg01 span::before {
    left: -19vw;
  }
  .frameArea03 .hdg01 span::after {
    right: -19vw;
  }
  .frameArea03 .hdg01 span em {
    font-size: 6vw;
  }
  .frameArea03 .tx01 {
    font-size: 4vw;
  }
  .frameArea03 .c_btn {
    margin-top: 7.5vw;
  }
  .itemlist03 {
    gap: 14.375vw;
    margin-bottom: 7.5vw;
  }
  .itemlist03 .item {
    flex: 0 0 100%;
    padding: 0;
  }
  .itemlist03 .item:nth-of-type(1)::after, .itemlist03 .item:nth-of-type(2)::after {
    content: '';
    position: absolute;
    bottom: -10.25vw;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 24px solid #81519d;
    border-bottom: 0;
    transform: translateX(-50%);
  }
  .itemlist03 .item .img01 {
    width: 33.5vw;
    margin-top: 0;
  }
  .itemlist03 .item .img02 {
    width: 25vw;
  }
  .itemlist03 .item .img03 {
    width: 25vw;
  }
  .itemlist03 .item > .itemlist03Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 7.5vw 8.75vw 7.125vw 10vw;
  }
  .itemlist03 .item:nth-of-type(1) > .itemlist03Inner {
    padding: 7.5vw 4.875vw 11.75vw 8vw;
  }
  .itemlist03 .item:nth-of-type(1) > .itemlist03Inner .img01 {
    order: 2;
  }
  .itemlist03 .item:nth-of-type(1) > .itemlist03Inner .c_btn02 {
    order: 3;
    margin-top: 10.625vw;
  }
  .itemlist03 .item:nth-of-type(3) > .itemlist03Inner {
    padding-left: 13vw;
  }
}