@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: noto-sans-cjk-jp, sans-serif;
}

.img-wrap {
  text-align: center;
}
.img-wrap img {
  max-width: 100%;
}

p {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

.text-bg {
  display: inline;
  background: linear-gradient(180deg, transparent 70%, #ffed5d 70%, #ffed5d 100%);
}

.text-color01 {
  color: #826acd;
}

.text-gradate-bg {
  display: inline-block;
  background: linear-gradient(90deg, #62d0e4 0, #7f77d1 100%);
}
.text-gradate-bg._type2 {
  background: linear-gradient(90deg, #0b88da 0, #16d3b5 100%);
  color: #FFFFFF;
}

header {
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
@media screen and (max-width: 767px) {
  header .header-inner {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  header .h-logo {
    display: none;
  }
}
header .header-btn {
  display: inline-flex;
  align-items: center;
  min-width: 360px;
  padding: 20px 40px;
  border-radius: 50px;
  background-color: #ffed5d;
  font-size: 28px;
  color: #00477b;
  font-weight: bold;
  line-height: 1;
  box-shadow: 0 4px 2px 0 rgb(131, 105, 206), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .header-btn {
    min-width: auto;
    padding: 10px 20px;
    font-size: 20px;
  }
}
header .header-btn img {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  header .header-btn img {
    width: 22px;
  }
}
header .header-btn:hover {
  transform: translateY(4px);
  box-shadow: none;
}

.fv-area {
  padding-top: 90px;
  padding-bottom: 0;
  background-image: url("../images/fv-bg.webp");
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv-area {
    padding: 0;
    background: none;
  }
}
.fv-area h1 {
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .fv-area h1 {
    padding: 0;
  }
}
.fv-area h1 img {
  max-width: 720px;
}
@media screen and (max-width: 767px) {
  .fv-area h1 img {
    max-width: 100%;
  }
}
.fv-area .add-c-list-wrap {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .fv-area .add-c-list-wrap {
    margin-top: 0;
  }
}
.fv-area .add-c-list-wrap .add-c-list {
  width: 5800px;
  display: flex;
  flex-wrap: nowrap;
  animation: slideAnimate 30s linear 0s infinite normal;
}
@media screen and (max-width: 767px) {
  .fv-area .add-c-list-wrap .add-c-list {
    width: 3300px;
  }
}
.fv-area .add-c-list-wrap .add-c-list > li {
  max-width: 260px;
  margin-left: 30px;
}
.fv-area .add-c-list-wrap .add-c-list > li img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .fv-area .add-c-list-wrap .add-c-list > li {
    margin-left: 20px;
  }
  .fv-area .add-c-list-wrap .add-c-list > li img {
    width: 130px;
  }
}

@keyframes slideAnimate {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}
section.np {
  padding: 0;
}
section.bg-01 {
  background-color: #00477b;
}
section.bg-02 {
  background-color: #f7f7f7;
}
section.bg-03 {
  background-color: #dafdff;
}
section.bg04 {
  background: linear-gradient(90deg, #63d3e7 0, #7e78d0 100%);
}
section.bg-img01 {
  background-image: url("../images/section-bg-01.webp");
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  section.bg-img01 {
    background-image: url("../images/section-bg-01_sp.webp");
    padding-top: 60px;
    padding-bottom: 100px;
    overflow: hidden;
  }
}
section.bg-img02 {
  background-image: url("../images/section-bg-02.webp");
  background-size: cover;
  background-position: center center;
}
section.section-connect-01 {
  position: relative;
}
section.section-connect-01:after {
  content: "";
  display: block;
  width: 87px;
  height: 57px;
  background-image: url("../images/arrow-img-01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 80;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  section.section-connect-01:after {
    width: 43px;
    height: 28px;
  }
}
section.section-connect-02 {
  position: relative;
}
section.section-connect-02:before {
  content: "";
  display: block;
  height: 60px;
  aspect-ratio: 3;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #8369ce;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  section.section-connect-02:before {
    height: 30px;
  }
}

.section-content {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section-content {
    padding: 40px 0;
  }
}
.section-content.bg-01 {
  background-color: #ecf6ff;
}
.section-content.bg-02 {
  background-color: #eafeff;
}
.section-content.bg-03 {
  background-color: #f0ebff;
}
.section-content.bg-04 {
  background-color: #fffeec;
}
.section-content.bg-05 {
  background-color: #eaf7ff;
}

.content-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.hdg-primary {
  font-size: 34px;
  color: #00477b;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hdg-primary {
    font-size: 26px;
  }
}
.hdg-primary > span {
  color: #8369ca;
}
.hdg-primary._c1 {
  color: #000000;
  line-height: 1.5;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .hdg-primary._c1 {
    font-size: 18px;
  }
}
.hdg-primary._c1 .text-gradate-bg {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .hdg-primary._c1 .text-gradate-bg {
    font-size: 28px;
  }
}
.hdg-primary._c2 {
  color: #FFFFFF;
}

.hdg-campaign {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
  background: linear-gradient(90deg, #5fcee3, #7d77cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hdg-campaign {
    font-size: 24px;
  }
}

.hdg-gradient {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
  background: linear-gradient(90deg, #0c88dc, #0bd0b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hdg-gradient {
    font-size: 28px;
  }
}

.campaign-box {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 30px 20px;
  border: 4px solid #ffed59;
  border-radius: 10px;
  position: relative;
  background-color: #FFFFFF;
}
.campaign-box::before {
  content: "";
  width: 150px;
  height: 220px;
  background-image: url("../images/campaign-img-03.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  left: 0;
  transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  .campaign-box::before {
    width: 75px;
    height: 110px;
    bottom: -78px;
    left: -24px;
    transform: translateX(0);
  }
}
.campaign-box::after {
  content: "";
  width: 178px;
  height: 228px;
  background-image: url("../images/campaign-img-04.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  right: 0;
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .campaign-box::after {
    width: 89px;
    height: 114px;
    bottom: -78px;
    right: -24px;
    transform: translateX(0);
  }
}

.campaign-benefit-list > li {
  display: flex;
  align-items: center;
}
.campaign-benefit-list > li p {
  font-size: 30px;
  color: #02487b;
  font-weight: bold;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .campaign-benefit-list > li p {
    font-size: 20px;
  }
}
.campaign-benefit-list > li p span {
  color: #d20000;
}
.campaign-benefit-list > li + li {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .campaign-benefit-list > li img {
    width: 52px;
  }
}

.btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    margin-top: 20px;
  }
}
.btn-wrap .btn-deco-text {
  display: inline-block;
  padding: 0 35px;
  color: #ffed5d;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn-wrap .btn-deco-text {
    font-size: 24px;
  }
}
.btn-wrap .btn-deco-text > span {
  font-size: 14px;
}
.btn-wrap .btn-deco-text:before {
  content: "＼";
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn-wrap .btn-deco-text:after {
  content: "／";
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-wrap a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 420px;
  padding: 20px 60px;
  border-radius: 50px;
  background-color: #ffed5d;
  font-size: 30px;
  color: #00477b;
  font-weight: bold;
  line-height: 1;
  box-shadow: 0 4px 2px 0 rgb(131, 105, 206), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn-wrap a {
    min-width: auto;
    padding: 15px 40px;
    font-size: 25px;
  }
}
.btn-wrap a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00477b;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn-wrap a:before {
    width: 20px;
    height: 20px;
    right: 12px;
  }
}
.btn-wrap a:after {
  content: "";
  display: block;
  height: 20px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #FFFFFF;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn-wrap a:after {
    height: 10px;
    right: 16px;
  }
}
.btn-wrap a:hover {
  transform: translateY(4px);
  box-shadow: none;
}

.worry-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .worry-list {
    display: block;
    margin-top: 40px;
  }
}
.worry-list > li {
  width: calc((100% - 80px) / 2);
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .worry-list > li {
    width: 100%;
    padding-top: 80px;
  }
  .worry-list > li + li {
    margin-top: 30px !important;
  }
}
.worry-list > li:nth-child(even) {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .worry-list > li:nth-child(even) {
    margin-left: 0;
  }
}
.worry-list > li:nth-child(n+3) {
  margin-top: 100px;
}
.worry-list-inner {
  height: 100%;
  padding: 100px 20px 20px 20px;
  border: 4px solid #daccff;
  border-radius: 20px;
  background-color: #FFFFFF;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worry-list-inner {
    padding-top: 70px;
  }
}
.worry-list-inner img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .worry-list-inner img {
    max-width: 50%;
  }
}
.worry-list-inner p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .worry-list-inner p {
    font-size: 18px;
  }
}

.read-text-wrap {
  text-align: center;
}

.read-text {
  display: inline-block;
  text-align: center;
  font-size: 40px;
  color: #00477c;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .read-text {
    font-size: 24px;
  }
}
.read-text:before {
  content: "";
  width: 154px;
  height: 162px;
  background-image: url("../images/worry-img-05.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  .read-text:before {
    width: 77px;
    height: 81px;
    transform: translateX(0);
    bottom: 29px;
    left: -40px;
  }
}
.read-text:after {
  content: "";
  width: 159px;
  height: 162px;
  background-image: url("../images/worry-img-06.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .read-text:after {
    width: 78px;
    height: 80px;
    transform: translateX(0);
    bottom: 28px;
    right: -35px;
  }
}
.read-text > span {
  display: inline-block;
  background: linear-gradient(180deg, transparent 70%, #ffed5d 70%, #ffed5d 100%);
  line-height: 1;
}

.point-wrap {
  position: relative;
  padding-bottom: 60px;
}
.point-wrap:before {
  content: "";
  width: 70%;
  height: 250px;
  background: linear-gradient(90deg, #0b85d5 0, #0ad1b2 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .point-wrap:before {
    height: 150px;
  }
}
.point-wrap .content-inner {
  position: relative;
  z-index: 10;
}
.point-wrap._right .point-text {
  text-align: right;
}
.point-wrap._right .point-read {
  text-align: right;
}
.point-wrap._right:before {
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -1;
}
.point-wrap .point-text {
  font-size: 80px;
  color: #d9fdfe;
}
@media screen and (max-width: 767px) {
  .point-wrap .point-text {
    font-size: 60px;
  }
}
.point-wrap .point-text > span {
  font-size: 100px;
}
.point-wrap .point-read {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  transform: translateY(-40px);
}
@media screen and (max-width: 767px) {
  .point-wrap .point-read {
    font-size: 20px;
    letter-spacing: -1px;
  }
}
.point-wrap .point-read > span {
  line-height: 1;
}
.point-wrap .point-img-box {
  padding: 20px;
  border-radius: 20px;
  box-shadow: -2px -2px 4px 1px rgba(131, 131, 131, 0.4), 2px 2px 4px 1px rgba(131, 131, 131, 0.4);
  text-align: center;
  background-color: #FFFFFF;
}
.point-wrap .point-img-box img {
  max-width: 100%;
}
.point-wrap + .point-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .point-wrap + .point-wrap {
    margin-top: 30px;
  }
}

.point-col2-content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .point-col2-content {
    display: block;
  }
}
.point-col2-content-item {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .point-col2-content-item {
    width: 100%;
  }
}
.point-col2-content-item + * {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .point-col2-content-item + * {
    margin-left: 0;
    margin-top: 20px;
  }
}
.point-col2-content-item .point-col2-content-item-hdg {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point-col2-content-item .point-col2-content-item-hdg {
    font-size: 22px;
  }
}
.point-col2-content-item .point-col2-content-item-hdg > span {
  color: #826acd;
}
.point-col2-content-item .point-col2-content-item-hdg > span._color02 {
  color: #d20000;
}
.point-col2-content-item .point-col2-content-item-body {
  border: 2px solid #5cdfe7;
  padding: 15px;
}
.point-col2-content-item .point-col2-content-item-body .point-about-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .point-col2-content-item .point-col2-content-item-body .point-about-text {
    font-size: 18px;
  }
}
.point-col2-content-item .point-col2-content-item-body .point-about-text._left {
  text-align: left;
}
.point-3-list {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #826acd;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .point-3-list {
    font-size: 18px;
  }
}
.point-3-list._color02 {
  color: #d20000;
}
.point-3-list > li + li {
  margin-top: 10px;
}

.dif-tbl-wrap {
  margin-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dif-tbl-wrap {
    padding-bottom: 50px;
  }
}
.dif-tbl-wrap .bg-label {
  display: inline-block;
  padding: 5px 10px;
  background-color: #8369ce;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .dif-tbl-wrap .bg-label {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.dif-tbl-wrap:after {
  content: "";
  display: block;
  width: 87px;
  height: 57px;
  background-image: url(../images/arrow-img-01.webp);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 80;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .dif-tbl-wrap:after {
    width: 43px;
    height: 28px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .dif-tbl-wrap .tbl-img {
    overflow-x: scroll;
  }
  .dif-tbl-wrap .tbl-img img {
    width: 530px;
    max-width: none;
  }
}

.bg-label-wrap {
  text-align: center;
}

.bg-label-c2 {
  display: inline-block;
  padding: 5px 10px;
  background-color: #00477b;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bg-label-c2 {
    font-size: 20px;
  }
}

.improvement-result-wrap {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .improvement-result-wrap {
    padding-bottom: 50px;
  }
}
.improvement-result-wrap:after {
  content: "";
  display: block;
  width: 87px;
  height: 57px;
  background-image: url(../images/arrow-img-01.webp);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 80;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .improvement-result-wrap:after {
    width: 43px;
    height: 28px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.improvement-result-wrap .improvement-result-hdg {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: bold;
  color: #00487e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .improvement-result-wrap .improvement-result-hdg {
    font-size: 28px;
  }
}
.improvement-result-wrap p {
  margin-top: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #00487e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .improvement-result-wrap p {
    font-size: 20px;
  }
}

.gradate-bg-content-wrap {
  margin-top: 80px;
}

.gradate-bg-content {
  margin: 0 auto;
  background: linear-gradient(90deg, #62d0e4 0, #7f77d1 100%);
}
.gradate-bg-content._right {
  background: linear-gradient(90deg, #7f77d1 0, #62d0e4 100%);
}
.gradate-bg-content._right .gradate-bg-content-head {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.gradate-bg-content._right .gradate-bg-content-head .gradate-bg-content-hdg {
  text-align: left;
  display: inline-block;
}
.gradate-bg-content-inner {
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  .gradate-bg-content-inner {
    padding: 100px 10px 40px;
  }
}
.gradate-bg-content-inner._bg-01 {
  position: relative;
}
.gradate-bg-content-inner._bg-01:before {
  content: "";
  width: 601px;
  height: 377px;
  background-image: url("../images/gradate-bg-content-img-01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -48px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gradate-bg-content-inner._bg-01:before {
    width: 300px;
    height: 187px;
    top: -24px;
  }
}
.gradate-bg-content-inner._bg-02 {
  position: relative;
}
.gradate-bg-content-inner._bg-02:before {
  content: "";
  width: 601px;
  height: 413px;
  background-image: url("../images/gradate-bg-content-img-02.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -85px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gradate-bg-content-inner._bg-02:before {
    width: 300px;
    height: 207px;
    top: -43px;
  }
}
.gradate-bg-content .gradate-bg-content-head {
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}
.gradate-bg-content p {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .gradate-bg-content p {
    font-size: 16px;
  }
}
.gradate-bg-content p + p {
  margin-top: 30px;
}
.gradate-bg-content .gradate-bg-content-label {
  margin-bottom: 20px;
  padding: 10px;
  display: inline-block;
  background-color: #00477b;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .gradate-bg-content .gradate-bg-content-label {
    font-size: 16px;
  }
}
.gradate-bg-content .gradate-bg-content-hdg {
  padding-left: 30px;
  font-size: 32px;
  color: #ffee5b;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .gradate-bg-content .gradate-bg-content-hdg {
    padding-left: 0;
    font-size: 20px;
  }
}
.gradate-bg-content .gradate-bg-content-col2 {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .gradate-bg-content .gradate-bg-content-col2 {
    display: block;
  }
}
.gradate-bg-content .gradate-bg-content-col2._rev {
  flex-direction: row-reverse;
}
.gradate-bg-content .gradate-bg-content-col2._rev > *:nth-child(even) {
  margin-left: 0 !important;
}
.gradate-bg-content .gradate-bg-content-col2._rev > *:nth-child(odd) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .gradate-bg-content .gradate-bg-content-col2._rev > *:nth-child(odd) {
    margin-left: auto;
  }
}
.gradate-bg-content .gradate-bg-content-col2 > *:nth-child(even) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .gradate-bg-content .gradate-bg-content-col2 > *:nth-child(even) {
    margin-left: 0;
  }
}
.gradate-bg-content .gradate-bg-content-col2 + * {
  margin-top: 40px;
}
.gradate-bg-content .gradate-bg-content-box {
  width: calc((100% - 20px) * 0.45);
  padding: 40px 20px 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .gradate-bg-content .gradate-bg-content-box {
    width: 90%;
    margin: 0 auto;
    padding: 20px 20px 15px;
    margin-bottom: 30px;
  }
}
.gradate-bg-content .gradate-bg-content-box:before {
  content: "";
  width: 62px;
  height: 66px;
  background-image: url("../images/gradate-bg-content-img-03.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  top: -25px;
}
@media screen and (max-width: 767px) {
  .gradate-bg-content .gradate-bg-content-box:before {
    width: 31px;
    height: 33px;
    top: -13px;
  }
}
.gradate-bg-content .gradate-bg-content-box .improvement-num-text {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .gradate-bg-content .gradate-bg-content-box .improvement-num-text {
    font-size: 16px;
  }
}
.gradate-bg-content .gradate-bg-content-box .improvement-num-text ._large {
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .gradate-bg-content .gradate-bg-content-box .improvement-num-text ._large {
    font-size: 28px;
  }
}
.gradate-bg-content .gradate-bg-content-box .improvement-num-text + .improvement-num-text {
  margin-top: 20px;
}
.gradate-bg-content + .gradate-bg-content {
  margin-top: 100px;
}

.other-hdg {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}

.other-voice-list {
  display: flex;
  justify-content: center;
}
.other-voice-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 80px) / 3);
  height: 180px;
  border: 4px solid #feee5d;
  border-radius: 20px;
  max-width: 220px;
  background-color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  color: #00477b;
}
@media screen and (max-width: 767px) {
  .other-voice-list > li {
    width: calc((100% - 40px) / 3);
    height: 100px;
    font-size: 18px;
  }
}
.other-voice-list > li > span {
  display: inline-block;
  text-align: center;
}
.other-voice-list > li ._large {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .other-voice-list > li ._large {
    font-size: 22px;
  }
}
.other-voice-list > li + li {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .other-voice-list > li + li {
    margin-left: 20px;
  }
}
.other-voice-list + .bg-label-wrap {
  margin-top: 40px;
}

.cta-section {
  background-color: #00477b;
}
.cta-section-text {
  font-size: 30px;
  color: #feee5d;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-section-text {
    font-size: 22px;
  }
}
.cta-section .cta-btn-wrap {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .cta-section .cta-btn-wrap {
    display: block;
  }
}
.cta-section .cta-btn-wrap .btn-wrap .btn-deco-text {
  color: #FFFFFF;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .cta-section .cta-btn-wrap .btn-wrap .btn-deco-text {
    font-size: 20px;
  }
}
.cta-section .cta-btn-wrap .btn-wrap img {
  margin-right: 20px;
}
.cta-section .cta-btn-wrap .btn-wrap a {
  background: linear-gradient(90deg, #ff773b 0, #f7b442 100%);
  color: #FFFFFF;
  box-shadow: 0 4px 2px 0 rgb(68, 80, 0), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}
.cta-section .cta-btn-wrap .btn-wrap a:hover {
  box-shadow: none;
}
.cta-section .cta-btn-wrap .btn-wrap a:before {
  display: none;
}
.cta-section .cta-btn-wrap .btn-wrap a:after {
  width: 20px;
  height: 20px;
  clip-path: none;
  background-color: transparent;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .cta-section .cta-btn-wrap .btn-wrap + .btn-wrap {
    margin-top: 40px;
  }
}

.hdg-st-point {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .hdg-st-point {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.hdg-st-point ._num {
  display: inline-flex;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
  background-color: #00477b;
  font-size: 40px;
  color: #FFFFFF;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .hdg-st-point ._num {
    width: 35px;
    height: 35px;
    font-size: 26px;
    margin-right: 5px;
  }
}

.st-point-box {
  position: relative;
  padding: 50px 30px 30px 30px;
  border: 4px solid #00477b;
  border-radius: 20px;
  background-color: #FFFFFF;
}
.st-point-box._no-hdg {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .st-point-box {
    padding: 50px 10px 20px 10px;
  }
}
.st-point-box-hdg-wrap {
  text-align: center;
  transform: translateY(50%);
  position: relative;
  z-index: 10;
}
.st-point-box-hdg {
  display: inline-block;
  padding: 5px 20px;
  background-color: #00477b;
  font-size: 22px;
  line-height: 1.5;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .st-point-box-hdg {
    padding: 5px 10px;
    font-size: 16px;
  }
}
.st-point-box .st-point-col2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-col2 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-col2._sp-rev {
    flex-direction: column-reverse;
  }
  .st-point-box .st-point-col2._sp-rev > * {
    margin-top: 20px;
  }
  .st-point-box .st-point-col2._sp-rev > * + * {
    margin-top: 0 !important;
  }
}
.st-point-box .st-point-col2 > * + * {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-col2 > * + * {
    margin-left: 0;
    margin-top: 20px;
  }
}
.st-point-box-note-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
.st-point-box-text {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .st-point-box-text {
    font-size: 15px;
  }
}
.st-point-box-text._right {
  text-align: right;
}
.st-point-box-text ._st {
  font-size: 30px;
  color: #8067ca;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .st-point-box-text ._st {
    font-size: 24px;
  }
}
.st-point-box-text ._c1 {
  color: #db2528;
  font-weight: bold;
}
.st-point-box-text._middle {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .st-point-box-text._middle {
    font-size: 18px;
  }
}
.st-point-box-text + .st-point-box-text {
  margin-top: 20px;
}
.st-point-box .st-point-box-col2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-box-col2 {
    flex-direction: column-reverse;
  }
  .st-point-box .st-point-box-col2 .st-point-box-col2-item {
    margin-top: 30px;
  }
}
.st-point-box .st-point-box-col2._side {
  justify-content: space-between;
}
.st-point-box .st-point-box-col3 {
  display: flex;
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-box-col3 {
    display: block;
    padding-bottom: 75px;
  }
}
.st-point-box .st-point-box-col3:after {
  content: "";
  display: block;
  width: 87px;
  height: 57px;
  background-image: url(../images/arrow-img-01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 80;
  transform: translate(-50%, -75%);
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-box-col3:after {
    width: 43px;
    height: 28px;
  }
}
.st-point-box .st-point-box-col3 > * {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-box-col3 > * {
    width: 100%;
  }
  .st-point-box .st-point-box-col3 > * img {
    max-width: 50%;
  }
}
.st-point-box .st-point-box-col3 > * + * {
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-box-col3 > * + * {
    margin-top: 50px;
  }
}
.st-point-box .st-point-box-col3 > * + *:before {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: #c5c5c5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-box-col3 > * + *:before {
    content: none;
  }
}
.st-point-box .st-point-box-col3 > *:first-child {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-box-col3 > *:first-child {
    padding-right: 0;
  }
}
.st-point-box .st-point-box-col3 > *:nth-child(2) {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-box-col3 > *:nth-child(2) {
    padding: 0;
  }
}
.st-point-box .st-point-box-col3 > *:last-child {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-box-col3 > *:last-child {
    padding-left: 0;
  }
}
.st-point-box .st-point-box-col3 .st-point-box-col3-item-hdg {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #775acb;
  text-align: center;
}
.st-point-box .st-point-box-col3 p {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-box-col3 p {
    margin-top: 10px;
  }
}
.st-point-box .st-point-text3 {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-text3 {
    font-size: 16px;
  }
}
.st-point-box .st-point-text3 ._large {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-text3 ._large {
    font-size: 20px;
  }
}
.st-point-box .st-point-text3 .bg-gradate {
  background: linear-gradient(90deg, #0b88da 0, #09d1b1 100%);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-text3 .bg-gradate {
    font-size: 18px;
  }
}
.st-point-box .st-point-text3 .bg-gradate._ib {
  display: inline-block;
  margin-bottom: 10px;
}
.st-point-box .st-point-text3 .bg-gradate ._large {
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-text3 .bg-gradate ._large {
    font-size: 30px;
  }
}
.st-point-box .st-point-text3 + p {
  margin-top: 20px;
}
.st-point-box .st-point-box-read {
  font-size: 40px;
  font-weight: bold;
  color: #01487c;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-box-read {
    font-size: 28px;
  }
}
.st-point-box .st-point-box-read ._c1 {
  color: #8368ce;
}
.st-point-box .st-point-box-read .text-bg {
  line-height: 1;
}
.st-point-box .st-point-box-read._middle {
  line-height: 1.5;
}
.st-point-box .st-point-box-read ._middle {
  font-size: 24px;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .st-point-box .st-point-box-read ._middle {
    font-size: 18px;
  }
}

.st-point-box-wrap + .st-point-box-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .st-point-box-wrap + .st-point-box-wrap {
    margin-top: 30px;
  }
}

.section-content._c2 .hdg-st-point ._num {
  background-color: #5cdfe7;
}
.section-content._c2 .st-point-box-hdg {
  background-color: #5cdfe7;
}
.section-content._c2 .st-point-box {
  border-color: #5cdfe7;
}
.section-content._c3 .hdg-st-point ._num {
  background-color: #8369ce;
}
.section-content._c3 .st-point-box-hdg {
  background-color: #8369ce;
}
.section-content._c3 .st-point-box {
  border-color: #8369ce;
}
.section-content._c4 .hdg-st-point ._num {
  color: #000000;
  background-color: #ffed5d;
}
.section-content._c4 .st-point-box-hdg {
  color: #000000;
  background-color: #ffed5d;
}
.section-content._c4 .st-point-box {
  border-color: #ffed5d;
}
.section-content._c5 .hdg-st-point ._num {
  background-color: #0b88da;
}
.section-content._c5 .st-point-box-hdg {
  background-color: #0b88da;
}
.section-content._c5 .st-point-box {
  border-color: #0b88da;
}

.price-text-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .price-text-wrap {
    margin-top: 30px;
  }
}
.price-text-wrap .text-gradate-bg {
  padding: 10px 15px;
  font-size: 34px;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .price-text-wrap .text-gradate-bg {
    font-size: 28px;
  }
}
.price-text-wrap .gradate-text {
  margin-top: 30px;
  background: linear-gradient(90deg, #62d0e4 0, #7f77d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .price-text-wrap .gradate-text {
    margin-top: 15px;
    font-size: 28px;
  }
}
.price-text-wrap .gradate-text ._large {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .price-text-wrap .gradate-text ._large {
    font-size: 40px;
  }
}
.price-text-wrap .price-text {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-text-wrap .price-text {
    font-size: 28px;
  }
}
.price-text-wrap .price-text ._large {
  font-size: 70px;
  color: #d40000;
}
@media screen and (max-width: 767px) {
  .price-text-wrap .price-text ._large {
    font-size: 70px;
  }
}
.price-text-wrap .price-text ._c1 {
  color: #d40000;
}

.price-free-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.price-free-list > li {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 40px) / 2);
  background-color: #00477b;
  border-radius: 10px;
  color: #feed5d;
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .price-free-list > li {
    width: calc((100% - 20px) / 2);
    font-size: 16px;
  }
  .price-free-list > li .price-free-list-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.price-free-list > li ._large {
  display: inline-block;
  margin-left: 10px;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .price-free-list > li ._large {
    font-size: 40px;
  }
}
.price-free-list > li ._middle {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .price-free-list > li ._middle {
    font-size: 24px;
  }
}
.price-free-list > li:nth-child(even) {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .price-free-list > li:nth-child(even) {
    margin-left: 20px;
  }
}
.price-free-list > li:nth-child(n+3) {
  margin-top: 30px;
}

.nouhau-text {
  margin-top: 60px;
}

.recode-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.recode-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 60px) / 3);
  padding: 40px 20px 20px 20px;
  background-color: #00477b;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recode-list > li {
    width: calc((100% - 20px) / 3);
    padding: 30px 10px 10px 10px;
    font-size: 13px;
  }
}
.recode-list > li:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-color: #00477b;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -70%);
}
.recode-list > li:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  background-image: url("../images/recode-icon-1.webp");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -75%);
}
.recode-list > li:nth-child(3n+2) {
  margin-left: 30px;
  background-color: #5cdfe7;
}
@media screen and (max-width: 767px) {
  .recode-list > li:nth-child(3n+2) {
    margin-left: 10px;
  }
}
.recode-list > li:nth-child(3n+2):before {
  background-color: #5cdfe7;
}
.recode-list > li:nth-child(3n+3) {
  margin-left: 30px;
  background-color: #8369ce;
}
@media screen and (max-width: 767px) {
  .recode-list > li:nth-child(3n+3) {
    margin-left: 10px;
  }
}
.recode-list > li:nth-child(3n+3):before {
  background-color: #8369ce;
}
.recode-list > li:nth-child(n+4) {
  margin-top: 80px;
}
.recode-list > li:nth-child(2):after {
  background-image: url("../images/recode-icon-2.webp");
}
.recode-list > li:nth-child(3):after {
  background-image: url("../images/recode-icon-3.webp");
}
.recode-list > li:nth-child(4):after {
  background-image: url("../images/recode-icon-4.webp");
}
.recode-list > li:nth-child(5):after {
  background-image: url("../images/recode-icon-5.webp");
}
.recode-list > li:nth-child(6):after {
  background-image: url("../images/recode-icon-6.webp");
}

.box-w {
  padding: 40px 30px;
  border-radius: 20px;
  background-color: #FFFFFF;
}

* + .box-w {
  margin-top: 60px;
}

.recode-seminar-img-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.recode-seminar-img-list > li {
  width: calc((100% - 40px) / 3);
  text-align: center;
}
.recode-seminar-img-list > li:nth-child(3n+2), .recode-seminar-img-list > li:nth-child(3n+3) {
  margin-left: 20px;
}
.recode-seminar-img-list > li:nth-child(n+4) {
  margin-top: 25px;
}

.flow-list {
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-list {
    padding: 0 15px;
  }
}
.flow-list:before {
  content: "";
  display: block;
  width: 3px;
  height: 99%;
  background: linear-gradient(0, #8368cf, #5ed0e3);
  position: absolute;
  left: 5px;
  top: 0;
}
.flow-list:after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #8368cf;
  position: absolute;
  left: -1px;
  bottom: 5px;
}
.flow-list .flow-list-item-inner {
  display: flex;
}
.flow-list .flow-list-item-inner.campaign-step {
  position: relative;
  padding: 20px;
  background-color: #fefce5;
}
@media screen and (max-width: 767px) {
  .flow-list .flow-list-item-inner.campaign-step {
    padding-top: 30px;
  }
}
.flow-list .flow-list-item-inner.campaign-step .campaign-step-text {
  position: absolute;
  right: 10px;
  top: 0;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #0c88dc, #0bd0b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .flow-list .flow-list-item-inner.campaign-step .campaign-step-text {
    font-size: 18px;
  }
}
.flow-list .flow-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 280px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-list .flow-num {
    min-width: 130px;
    width: 30%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .flow-list .flow-num img {
    max-width: 100%;
  }
}
.flow-list .flow-num ._num {
  font-size: 20px;
  font-weight: bold;
}
.flow-list .flow-num ._num span {
  font-size: 28px;
}
.flow-list .flow-detail {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flow-list .flow-detail-hdg {
  font-size: 30px;
  color: #5adee5;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flow-list .flow-detail-hdg {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.flow-list .flow-detail-text {
  line-height: 1.8;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .flow-list .flow-detail-text {
    font-size: 16px;
  }
}
.flow-list > li:nth-child(2) .flow-detail-hdg {
  color: #66bfdf;
}
.flow-list > li:nth-child(3) .flow-detail-hdg {
  color: #64a6d8;
}
.flow-list > li:nth-child(4) .flow-detail-hdg {
  color: #7294d8;
}
.flow-list > li:nth-child(5) .flow-detail-hdg {
  color: #7985d4;
}
.flow-list > li:nth-child(6) .flow-detail-hdg {
  color: #8369cf;
}
.flow-list > li + li {
  margin-top: 60px;
}

.faq-list {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .faq-list {
    margin-top: 40px;
  }
}
.faq-list > li {
  padding: 20px 40px 0 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .faq-list > li {
    padding: 10px 40px 0 10px;
  }
}
.faq-list > li .faq-list-head {
  display: flex;
  align-items: center;
  padding: 10px 10px 20px 10px;
  position: relative;
  cursor: pointer;
}
.faq-list > li .faq-list-head:before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #074d81;
  position: absolute;
  right: 28px;
  top: 45%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq-list > li .faq-list-head:before {
    right: -21px;
  }
}
.faq-list > li .faq-list-head:after {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background-color: #000000;
  position: absolute;
  right: 40px;
  top: 45%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .faq-list > li .faq-list-head:after {
    right: -10px;
  }
}
.faq-list > li .faq-list-head.is-close:after {
  transform: translateY(-50%) rotate(0);
}
.faq-list > li .faq-list-head.is-close + .faq-list-body {
  height: 0;
  overflow: hidden;
  border: none;
}
.faq-list > li .faq-list-head .faq-list-head-q {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #8369ce;
  border-radius: 50%;
  color: #FFFFFF;
  flex-shrink: 0;
  font-size: 25px;
  line-height: 1;
}
.faq-list > li .faq-list-head .faq-list-head-text {
  margin-left: 10px;
}
.faq-list > li .faq-list-head .faq-list-head-text p {
  font-size: 25px;
  font-weight: bold;
  color: #8369ce;
}
@media screen and (max-width: 767px) {
  .faq-list > li .faq-list-head .faq-list-head-text p {
    font-size: 18px;
  }
}
.faq-list > li .faq-list-body {
  border-top: 1px dotted #b8b8b8;
  transition: padding 0.5s, line-height 0.5s;
}
.faq-list > li .faq-list-body .faq-list-body-inner {
  display: flex;
  padding: 10px 10px 20px 10px;
}
.faq-list > li .faq-list-body .faq-list-body-a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #8369ce;
  border-radius: 50%;
  color: #8369ce;
  font-size: 25px;
  flex-shrink: 0;
}
.faq-list > li .faq-list-body .faq-list-body-text {
  padding-top: 10px;
  margin-left: 10px;
}
.faq-list > li .faq-list-body .faq-list-body-text p {
  font-size: 20px;
}
.faq-list > li + li {
  margin-top: 50px;
}

.form-tab-head {
  display: flex;
  align-items: flex-end;
}
.form-tab-head > a {
  display: flex;
  padding: 10px;
  width: 50%;
  max-height: 45px;
  align-items: center;
  justify-content: center;
  background-color: #ecf6ff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .form-tab-head > a {
    font-size: 16px;
  }
}
.form-tab-head > a.is-select {
  padding: 30px 10px;
  min-height: 70px;
  background-color: #00477b;
  color: #FFFFFF;
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form-tab-head > a.is-select {
    min-height: auto;
    padding: 30px 10px;
    font-size: 25px;
  }
}

.form-wrap {
  display: none;
}
.form-wrap.active {
  display: block;
}

.form-tab-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.form-content {
  border: 1px solid #7c7c7c;
}
.form-content > li {
  display: flex;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .form-content > li {
    display: block;
  }
}
.form-content > li:nth-child(even) {
  background-color: #FFFFFF;
}
.form-content > li .form-hdg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form-content > li .form-hdg {
    width: 100%;
    border-right: 0;
    padding: 15px;
    font-size: 14px;
  }
}
.form-content > li .form-hdg .form-required {
  display: inline-block;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFFFFF;
  background-color: #ffc3c3;
}
.form-content > li .form-hdg._top {
  align-items: flex-start;
}
.form-content > li .form-body {
  display: flex;
  align-items: center;
  width: 75%;
  padding: 4px 20px;
}
@media screen and (max-width: 767px) {
  .form-content > li .form-body {
    width: 100%;
    padding: 10px;
  }
}
.form-content > li .form-body._col {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.form-content > li .form-body input[type=text], .form-content > li .form-body textarea {
  width: 70%;
  padding: 3px;
  border: 1px solid #909090;
  font-size: 12px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .form-content > li .form-body input[type=text], .form-content > li .form-body textarea {
    font-size: 18px;
    width: 100%;
  }
}
.form-content > li .form-body textarea {
  min-height: 100px;
  margin-top: 10px;
}
.form-content > li .form-body .form-text {
  font-size: 12px;
}
.form-content > li .form-body .radio-list > li {
  display: flex;
  justify-content: left;
  align-items: center;
}
.form-content > li .form-body .radio-list > li input[type=radio] {
  margin-right: 10px;
  border-radius: 0;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
}
.form-content > li .form-body .radio-list > li .radio-wrap {
  position: relative;
}
.form-content > li .form-body .radio-list > li .radio-wrap input[type=radio]:checked + span {
  position: absolute;
  width: 16px;
  height: 6px;
  border-left: 2px solid #7c7c7c;
  border-bottom: 2px solid #7c7c7c;
  left: 2px;
  bottom: 7px;
  transform: rotate(-45deg);
}
.form-content > li .form-body .radio-list > li label {
  font-size: 12px;
}
.form-content > li .form-body .radio-list > li + li {
  margin-top: 2px;
}
.submit-btn-wrap {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .submit-btn-wrap {
    margin-top: 30px;
  }
}
.submit-btn-wrap button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 420px;
  padding: 20px 60px;
  border-radius: 50px;
  background: linear-gradient(90deg, #61d0e3 0, #7e76cf 100%);
  font-size: 30px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
  box-shadow: 0 4px 2px 0 rgb(0, 71, 123), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  position: relative;
  border: none;
}
@media screen and (max-width: 767px) {
  .submit-btn-wrap button {
    min-width: auto;
    font-size: 24px;
  }
}
.submit-btn-wrap button:hover {
  transform: translateY(4px);
  box-shadow: none;
}

footer {
  position: relative;
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #63d3e7 0, #7e78d0 100%);
  position: absolute;
  left: 0;
  top: 0;
}
footer .footer-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 10px;
}
footer .footer-logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer-logo img {
    max-width: 50%;
  }
}
footer .footer-text {
  font-size: 16px;
  text-align: center;
}

.slider {
  margin-top: 30px;
}
.slider li {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .slider li {
    margin: 0;
  }
}
.slider img {
  max-width: 100%;
}
.slider .slick-slide img {
  transform: scale(0.7);
  transition: transform 0.3s;
}
.slider .slick-current img {
  transform: scale(1);
}
.slider.slick-slider {
  padding-bottom: 60px;
}
.slider .slick-dots {
  bottom: 20px;
}
.slider .slick-dots li button {
  background-color: #b2b2b2;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.slider .slick-dots li button:before {
  content: none;
}
.slider .slick-dots .slick-active button {
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .slider .slick-dots li + li {
    margin-left: 15px;
  }
}

.js-inScreenAnimeParent {
  overflow: hidden;
}

.point-wrap.js-inScreenAnime {
  transition: 0.8s;
}
.point-wrap.is-animateReady {
  transform: translateX(-100%);
}
.point-wrap._right.is-animateReady {
  transform: translateX(100%);
}

.st-point-box-wrap.js-inScreenAnime {
  transition: 0.8s;
  opacity: 1;
}
.st-point-box-wrap.is-animateReady {
  transform: translateY(40%);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .st-point-box-wrap.is-animateReady {
    transform: translateY(20%);
  }
}

.st-col2-content {
  display: flex;
}
.st-col2-content._center {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .st-col2-content._center .st-col2-content-item {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .st-col2-content {
    display: block;
  }
}
.st-col2-content > .st-col2-content-item {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 767px) {
  .st-col2-content > .st-col2-content-item {
    width: 100%;
  }
}
.st-col2-content > .st-col2-content-item:nth-child(even) {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .st-col2-content > .st-col2-content-item:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .st-col2-content > .st-col2-content-item + * {
    margin-top: 30px;
  }
}

.st-col2-content-item-head {
  padding: 5px 10px;
  background-color: #01487c;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .st-col2-content-item-head {
    margin-bottom: 20px;
  }
}
.st-col2-content-item-head._color02 {
  background-color: #fefce5;
  color: #000000;
}
.st-col2-content-item-head._large {
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
}

* + .st-col2-content-item-head {
  margin-top: 40px;
}

.st-col2-content-item-body._border {
  border: 2px solid #01487c;
  padding: 10px;
}

.st-list-tbl > li {
  display: flex;
}
.st-list-tbl > li .st-list-tbl-hdg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding: 5px;
  flex-shrink: 0;
  text-align: center;
  color: #FFFFFF;
  background-color: #8368ce;
}
.st-list-tbl > li .st-list-tbl-body {
  display: flex;
  align-items: center;
  width: 70%;
  margin-left: 10px;
  border: 1px solid #01487c;
  padding: 5px;
}
.st-list-tbl > li + li {
  margin-top: 10px;
}

.st-col2-child {
  display: flex;
}

.st-col2-child-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.st-col2-child-item + .st-col2-child-item {
  margin-left: 10px;
}

.st-col2-child-item-hdg {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .st-col2-child-item-hdg {
    font-size: 15px;
  }
}

.st-col2-content-item-body-hdg {
  margin-bottom: 20px;
  padding: 10px 10px;
  background-color: #5cdfe7;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}
.st-col2-content-item-body-hdg._color02 {
  background-color: #8369ce;
}

* + .st-col2-content-item-body-hdg {
  margin-top: 30px;
}

.st-content-color-box {
  text-align: center;
}
.st-content-color-box._left {
  text-align: left;
}
.st-content-color-box-inner {
  display: inline-block;
  padding: 10px;
  background-color: #fefce5;
  text-align: center;
  font-size: 22px;
}
.st-content-color-box-inner._left {
  text-align: left;
}
.st-content-color-box p._large {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .st-content-color-box p._large {
    font-size: 24px;
  }
}

* + .st-content-color-box {
  margin-top: 30px;
}

.st-single-content-item + .st-single-content-item {
  margin-top: 50px;
}

.st-single-content-item-body .st-col2-child .st-col2-child-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .st-single-content-item-body .st-col2-child .st-col2-child-item {
    width: 100%;
  }
  .st-single-content-item-body .st-col2-child .st-col2-child-item + .st-col2-child-item {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .st-single-content-item-body .st-col2-child.rsp-tbl {
    flex-direction: column;
  }
  .st-single-content-item-body .st-col2-child.rsp-tbl .st-col2-child-item {
    width: 100%;
  }
  .st-single-content-item-body .st-col2-child.rsp-tbl .st-col2-child-item + .st-col2-child-item {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .st-single-content-item-body .st-col2-child {
    flex-direction: column;
  }
}

.st-point-5-hdg {
  font-size: 28px;
  text-align: center;
  line-height: 1.8;
}
.st-point-5-hdg > span {
  font-size: 40px;
  font-weight: bold;
  color: #8368ce;
}
.st-point-5-hdg > span._color02 {
  color: #01487c;
}

.st-point-2-2-hdg-tag {
  padding: 10px;
  background-color: #01487c;
  color: #FFFFFF;
  font-size: 30px;
}

.st-point-logo {
  max-width: 275px;
}
@media screen and (max-width: 767px) {
  .st-point-logo {
    max-width: 200px;
  }
}

.st-point-2-2-text-wrap {
  display: inline-block;
  border: 2px solid #000000;
  padding: 30px 10px 10px 10px;
}
@media screen and (max-width: 767px) {
  .st-point-2-2-text-wrap {
    padding-top: 20px;
  }
}
.st-point-2-2-text-wrap p {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .st-point-2-2-text-wrap p {
    font-size: 20px;
  }
}
.st-point-2-2-text-wrap p ._pl {
  position: relative;
}
.st-point-2-2-text-wrap p ._kpi {
  color: #d20000;
  font-size: 18px;
  position: absolute;
  top: -20px;
  left: 0;
  transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .st-point-2-2-text-wrap p ._kpi {
    font-size: 14px;
    top: -15px;
  }
}
.st-point-2-2-text-wrap .st-point-2-2-text-bg {
  margin-top: 5px;
  border: 1px solid #000000;
  background-color: #01b0f0;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .st-point-2-2-text-wrap .st-point-2-2-text-bg {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .dif-tbl-wrap {
    overflow: auto;
  }
}

.dif-tbl-inner {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}
.dif-tbl-inner .tbl-sp-scroll-sup {
  padding: 10px;
  background-color: #FFFFFF;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 110;
  text-align: center;
  border-radius: 10px;
}
.dif-tbl-inner .tbl-sp-scroll-sup img {
  width: 100px;
}
@media screen and (min-width: 767px) {
  .dif-tbl-inner .tbl-sp-scroll-sup {
    display: none;
  }
}
.dif-tbl-inner.hide .tbl-sp-scroll-sup {
  display: none;
}
.dif-tbl-inner.hide .dif-tbl:before {
  display: none;
}

.dif-tbl {
  position: relative;
  /*  &:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0,0,0,.4);
      z-index: 100;
      @media screen and (min-width: 767px) {
        display: none;
      }
    }*/
}
.dif-tbl {
  width: 100%;
}
.dif-tbl tr > *:first-child {
  width: 28%;
}
.dif-tbl tr > *:nth-child(2) {
  width: 30%;
}
.dif-tbl tr > *:last-child {
  width: 42%;
}
.dif-tbl thead th:nth-child(2):before {
  content: "";
  display: block;
  width: 100%;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .dif-tbl thead th:nth-child(2):before {
    height: 30px;
  }
}
.dif-tbl thead th:nth-child(2) .th-inner {
  padding: 20px 0;
  background-color: #999999;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .dif-tbl thead th:nth-child(2) .th-inner {
    padding: 10px 0;
    font-size: 12px;
  }
}
.dif-tbl thead th:last-child {
  padding: 20px 10px;
  background-color: #99faff;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .dif-tbl thead th:last-child {
    padding: 10px 0;
  }
}
.dif-tbl thead th:last-child .ex-logo {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .dif-tbl thead th:last-child .ex-logo {
    max-width: 238px;
    width: 100%;
  }
}
.dif-tbl tbody tr {
  border-top: 2px solid #FFFFFF;
}
.dif-tbl tbody th {
  padding: 20px 10px;
  background-color: #00487c;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .dif-tbl tbody th {
    padding: 5px 5px;
    font-size: 12px;
  }
}
.dif-tbl tbody td {
  padding: 20px 10px;
  border-left: 2px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  .dif-tbl tbody td {
    padding: 5px 5px;
    vertical-align: middle;
  }
}
.dif-tbl tbody td:nth-child(2) {
  background-color: #fafafa;
}
.dif-tbl tbody td:last-child {
  background-color: #ebfeff;
  font-weight: bold;
}
.dif-tbl tbody td:last-child p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .dif-tbl tbody td:last-child p {
    font-size: 12px;
  }
}
.dif-tbl tbody td p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .dif-tbl tbody td p {
    font-size: 12px;
  }
}
.dif-tbl tbody td .tbl-td-inner {
  display: flex;
  align-items: center;
}
.dif-tbl tbody td .support {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eeeeee;
  position: relative;
  margin-right: 15px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .dif-tbl tbody td .support {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.dif-tbl tbody td .support.circle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dif-tbl tbody td .support.circle:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 4px solid #d20000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .dif-tbl tbody td .support.circle:before {
    width: 8px;
    height: 8px;
    border: 2px solid #d20000;
  }
}
.dif-tbl tbody td .support.cross:before {
  content: "";
  display: block;
  width: 70%;
  height: 5px;
  border-radius: 5px;
  background-color: #2164b1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .dif-tbl tbody td .support.cross:before {
    height: 3px;
  }
}
.dif-tbl tbody td .support.cross:after {
  content: "";
  display: block;
  width: 70%;
  height: 5px;
  border-radius: 5px;
  background-color: #2164b1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .dif-tbl tbody td .support.cross:after {
    height: 3px;
  }
}
.dif-tbl tbody td .support.triangle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dif-tbl tbody td .support.triangle:before {
  content: "";
  display: block;
  width: 27px;
  height: 23px;
  background-image: url("../images/st-tbl-img-triangle.webp");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .dif-tbl tbody td .support.triangle:before {
    width: 13px;
    height: 11px;
  }
}

.st-tbl._img-th tbody th:first-child {
  width: 85px;
}
@media screen and (max-width: 767px) {
  .st-tbl._img-th tbody th:first-child {
    width: 45px;
  }
}
.st-tbl._img-th tbody th img {
  width: 85px;
}
@media screen and (max-width: 767px) {
  .st-tbl._img-th tbody th img {
    width: 45px;
  }
}
.st-tbl._split8 th, .st-tbl._split8 td {
  width: 12.5%;
}
.st-tbl._split7 th, .st-tbl._split7 td {
  width: 14.2857142857%;
}
.st-tbl._split6 th, .st-tbl._split6 td {
  width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .st-tbl {
    font-size: 12px;
  }
  .st-tbl.sp-fs-2 {
    font-size: 10px;
  }
  .st-tbl th, .st-tbl td {
    font-weight: bold;
  }
}
.st-tbl thead th {
  background-color: #002060;
  color: #FFFFFF;
  padding: 3px 5px;
  text-align: center;
}
.st-tbl thead th img {
  max-width: 60px;
}
@media screen and (max-width: 767px) {
  .st-tbl thead th {
    padding: 2px 2px;
    vertical-align: middle;
  }
}
.st-tbl thead th:last-child {
  background: none;
}
.st-tbl thead th._border-red {
  border-top: 3px solid #ff0200;
  border-left: 3px solid #ff0200;
  border-right: 3px solid #ff0200;
}
.st-tbl thead th._border-blue {
  border-top: 3px solid #01b0f0;
  border-left: 3px solid #01b0f0;
  border-right: 3px solid #01b0f0;
}
.st-tbl tbody th:not(.center), .st-tbl tbody td {
  padding: 3px 5px;
  border: 1px solid #000000;
  text-align: right;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .st-tbl tbody th:not(.center), .st-tbl tbody td {
    padding: 2px 2px;
  }
}
.st-tbl tbody th:first-child, .st-tbl tbody td:first-child {
  text-align: center;
}
.st-tbl tbody th.center {
  text-align: center;
  border: 1px solid #000000;
}
.st-tbl tbody ._border-red {
  border-left: 3px solid #ff0200;
  border-right: 3px solid #ff0200;
}
.st-tbl tbody ._border-blue {
  border-left: 3px solid #01b0f0;
  border-right: 3px solid #01b0f0;
}
.st-tbl tbody tr:last-child ._border-red {
  border-bottom: 3px solid #ff0200;
}
.st-tbl tbody tr:last-child ._border-blue {
  border-bottom: 3px solid #01b0f0;
}
.st-tbl tbody td._circle {
  color: #2a96fb;
  font-size: 30px;
}
.st-tbl tbody td._cross {
  color: #ff0200;
  font-size: 30px;
}
.st-tbl tbody td:last-child {
  border: none;
  text-align: center;
}

.sp-scroll-side {
  width: 100%;
  overflow: auto;
}
.sp-scroll-side .tbl-sp-scroll-sup {
  padding: 10px;
  background-color: #FFFFFF;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 110;
  text-align: center;
  border-radius: 10px;
}
.sp-scroll-side .tbl-sp-scroll-sup img {
  width: 75px;
}
@media screen and (min-width: 767px) {
  .sp-scroll-side .tbl-sp-scroll-sup {
    display: none;
  }
}
.sp-scroll-side.hide .tbl-sp-scroll-sup {
  display: none;
}
.sp-scroll-side.hide .st-tbl2:before {
  display: none;
}

.st-tbl2 {
  position: relative;
  font-size: 12px;
  /*  &:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0,0,0,.4);
      z-index: 100;
      @media screen and (min-width: 767px) {
        display: none;
      }
    }*/
}
@media screen and (max-width: 767px) {
  .st-tbl2 {
    font-size: 8px;
    width: 100%;
  }
  .st-tbl2 th, .st-tbl2 td {
    font-weight: bold;
  }
}
.st-tbl2 thead th {
  background-color: #00487c;
  padding: 5px 5px;
  color: #FFFFFF;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .st-tbl2 thead th {
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 12.5%;
  }
}
.st-tbl2 tbody th, .st-tbl2 tbody td {
  padding: 5px 5px;
  border: 1px solid #000000;
  text-align: right;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .st-tbl2 tbody th, .st-tbl2 tbody td {
    padding: 2px;
    width: 12.5%;
  }
}
.st-tbl2 tbody th:first-child {
  text-align: center;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.of-h {
  overflow: hidden;
}

.img-wrap {
  text-align: center;
}
.img-wrap.w520 {
  max-width: 520px;
}
.img-wrap.grp-img img {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .img-wrap.grp-img img {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.error_m {
  font-size: 18px;
  color: #d40000;
}

.thanks-hdg {
  font-size: 40px;
  color: #00477c;
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
}

.thanks-text-middle {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.thanks-text {
  font-size: 20px;
  text-align: center;
}

.thanks-text-link {
  margin-top: 50px;
}

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