﻿@charset "UTF-8";

:root {
  --fs16: 2.8vw;
  --fs18: 3vw;
  --fs20: 3.4vw;
  --fs22: 3.66vw;
  --fs24: 3.88vw;
  --fs26: 4vw;
  --fs28: 4.22vw;
  --fs32: 4.43vw;
  --fs34: 4.83vw;
  --fs38: 5.66vw;
}
@media screen and (min-width: 769px) {
  :root {
    --fs16: 1.6vw;
    --fs18: 1.88vw;
    --fs20: 2vw;
    --fs22: 2.2vw;
    --fs24: 2.28vw;
    --fs26: 2.35vw;
    --fs28: 2.4vw;
    --fs32: 3.2vw;
    --fs32: 3.45vw;
    --fs38: 3.88vw;
  }
}
.fs16 {
  font-size: clamp(12px, var(--fs16), 16px);
}
.fs18 {
  font-size: clamp(13px, var(--fs18), 18px);
}
.fs20 {
  font-size: clamp(14px, var(--fs20), 20px);
}
.fs22 {
  font-size: clamp(15px, var(--fs22), 22px);
}
.fs24 {
  font-size: clamp(16px, var(--fs24), 24px);
}
.fs26 {
  font-size: clamp(17px, var(--fs26), 26px);
}
.fs28 {
  font-size: clamp(18px, var(--fs28), 28px);
}
.fs32 {
  font-size: clamp(19px, var(--fs32), 32px);
}
.fs34 {
  font-size: clamp(21px, var(--fs34), 34px);
}
.fs38 {
  font-size: clamp(23px, var(--fs38), 38px);
}

.clr1 {
  color: #366af4;
}
.clr2 {
  color: #f72585;
}

/*===============
#mainSct
===============*/
#mainSct {
  position: relative;
  padding: 0 0 0;
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
  max-height: 1200px;
}
#mainSct::before,
#mainSct::after {
  content: "";
}
#mainSct::after {
}
#mainSct .ttlGlp {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 100%;
  height: calc(100% - 80px);
  max-height: 800px;
  margin: 0;
}
#mainSct .ttlGlp .txtObj {
  width: 70%;
}
#mainSct .ttlGlp .txt01 {
  margin: auto 0 0;
}
#mainSct .ttlGlp .mainCatch {
  position: relative;
  margin: 30px auto;
  width: 70%;
}
#mainSct .ttlGlp .txt02 {
  width: 100%;
}
#mainSct .ttlGlp .txt02 + .txt02 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
#mainSct .ttlGlp .txt03 {
  margin: 0 0 auto;
}
#mainSct .naviLits {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin: auto auto 0;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 0;
  right: 0;
}
#mainSct .naviLits .naviList {
  background: #324ced;
  width: 25%;
  margin: 0 2px;
  border-radius: 8px;
}
#mainSct .naviLits .naviList + .naviList {
}
#mainSct .naviLits .naviList a {
  background: #87f2ff;
  width: 100%;
  text-decoration: none;
  color: #000;
  padding: 9px 0;
  border-radius: 8px;
  position: relative;
  line-height: 1;
  top: -6px;
}
#mainSct .naviLits .naviList.active {
  width: 40%;
}
#mainSct .naviLits .naviList.active a {
  background: #f3fe47;
  padding: 12px 0;
}
#mainSct .naviLits .naviList.active a::before,
#mainSct .naviLits .naviList.active a::after {
  content: "";
  background: url("../img/arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  left: 8px;
  top: 52%;
  transform: translate(0, -50%);
  line-height: 1;
  transform-origin: center;
}
#mainSct .naviLits .naviList.active a::after {
  left: auto;
  right: 8px;
  transform: translate(0, -50%) scale(-1, 1);
}
#mainSct .iconBg.bottom {
  width: 100%;
  height: 30px;
  position: absolute;
  background: #366af4;
  left: 0;
  right: 0;
  bottom: 0;
}
#mainSct .iconBg::before,
#mainSct .iconBg::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: #366af4;
  left: 0;
  top: 0;
}
#mainSct .iconBg::after {
  right: 0;
  left: auto;
}

#mainSct .iconBg.bottom::before,
#mainSct .iconBg.bottom::after {
  content: "";
  top: auto;
  bottom: 30px;
}
#mainSct .iconBg.bottom::after {
}

#mainSct .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#mainSct .bg .bgSet {
}
#mainSct .bg .bgSet img {
  width: auto;
  height: 100svh;
}
#mainSct .bg .bgLeft {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 75%;
}
#mainSct .bg .bgLeft .bgObj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  transform-origin: right center;
}

#mainSct .bg .bgRight {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 75%;
  transform-origin: left center;
}
#mainSct .bg .bgRight .bgObj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  transform-origin: left center;
}

@media screen and (min-width: 900px) {
  #mainSct {
    min-height: 950px;
  }
  #mainSct #mainSct::before,
  #mainSct::after {
  }
  #mainSct::after {
  }
  #mainSct .ttlGlp {
    height: calc(100% - 60px);
    max-height: 1200px;
  }
  #mainSct .ttlGlp .txtObj {
    width: 640px;
    margin: 0 auto;
  }
  #mainSct .ttlGlp .txt01 {
  }
  #mainSct .ttlGlp .mainCatch {
    width: auto;
  }
  #mainSct .ttlGlp .txt02 {
    width: min(90%, 640px);
    /* height: 50svh; */
  }
  #mainSct .ttlGlp .txt02 img {
    /* width: auto; */
    /* height: 100%; */
    /* object-fit: cover; */
  }
  #mainSct .ttlGlp .txt02 + .txt02 {
  }
  #mainSct .ttlGlp .txt03 {
  }

  #mainSct .naviLits {
    width: 90%;
    max-width: 940px;
    bottom: 20px;
  }
  #mainSct .naviLits .naviList {
    max-width: 270px;
    width: 22%;
    margin: 0 4px;
  }
  #mainSct .naviLits .naviList + .naviList {
  }
  #mainSct .naviLits .naviList a {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s;
  }
  #mainSct .naviLits .naviList a:hover {
    top: 0;
    transition: 0.1s;
  }

  #mainSct .naviLits .naviList.active {
    max-width: 360px;
    width: 36%;
  }
  #mainSct .naviLits .naviList.active a {
    height: 90px;
  }
  #mainSct .naviLits .naviList.active a::before,
  #mainSct .naviLits .naviList.active a::before {
    content: "";
    left: 30px;
  }
  #mainSct .naviLits .naviList.active a::after {
    right: 30px;
  }
  #mainSct .iconBg::before,
  #mainSct .iconBg::after {
    content: "";
    width: 90px;
    height: 90px;
  }
  #mainSct .iconBg.bottom {
    height: 60px;
  }
  #mainSct .iconBg.bottom::before,
  #mainSct .iconBg.bottom::after {
    content: "";
    bottom: 30px;
  }
  #mainSct .bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  #mainSct .bg .bgSet {
    top: -100px;
  }
  #mainSct .bg .bgSet img {
    width: auto;
    height: auto;
  }
  #mainSct .bg .bgLeft {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 75%;
  }
  #mainSct .bg .bgLeft .bgObj {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  #mainSct .bg .bgRight {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 75%;
  }
  #mainSct .bg .bgRight .bgObj {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1500px) {
  #mainSct .bg .imgObj {
    overflow: auto;
    /* left: 0; */
  }
}

/*===============
#set01
===============*/
#set01 {
  background: rgb(54, 106, 244);
  background: linear-gradient(180deg, rgba(54, 106, 244, 1) 10%, rgba(114, 180, 255, 1) 90%);
  padding: 60px 0;
  position: relative;
}
#set01::before,
#set01::after {
  content: "";
  background: #366af4;
  position: absolute;
  bottom: 0;
  width: calc(100% - 60px);
  left: 0;
  right: 0;
  height: 20px;
  margin: 0 auto;
}
#set01::after {
  width: calc(100% - 100px);
  height: 80px;
}
#set01 .contsBlk {
  width: 88%;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
#set01 .contsBlk::before {
  content: "";
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  left: -6px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  border-radius: 8px;
}
#set01 .contsBlk > .ttlObj {
  line-height: 1.5;
}
#set01 .contsBlk > .txtObj {
  margin: 20px auto 0;
  width: 80%;
}
#set01 .contsBlk .subTtlGlp {
  margin: 20px auto 0;
  width: 100%;
}
#set01 .contsBlk .subTtlGlp .ttlObj {
}
#set01 .contsBlk .subTtlGlp .ttlObj + .ttlObj {
  margin: 1em 0 0;
}
#set01 .contsBlk .subTtlGlp .ttlObj .yLine {
  background: linear-gradient(transparent 70%, #f3fe47 0%);
}
#set01 .contsBlk .bgGlp {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 0;
  border-radius: 8px;
  overflow: hidden;
}
#set01 .contsBlk .bgGlp .left {
  width: 20%;
  position: absolute;
  right: 78%;
  left: auto;
  top: 74%;
  opacity: 0.2;
}
#set01 .contsBlk .bgGlp .right {
  width: 15%;
  position: absolute;
  right: auto;
  left: 82%;
  opacity: 0.2;
  top: 0%;
}
#set01 .contsBlk .bgGlp .center {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
}
@media screen and (min-width: 900px) {
  #set01 {
    margin: -20px auto 0;
    padding: 80px 0;
  }
  #set01::before,
  #set01::after {
    max-width: 1080px;
    height: 30px;
    width: calc(100% - 120px);
  }
  #set01::after {
    max-width: 1020px;
    height: 120px;
    width: calc(100% - 180px);
  }
  #set01 .contsBlk {
    padding: 80px 0;
    max-width: 1100px;
  }
  #set01 .contsBlk > .ttlObj {
  }
  #set01 .contsBlk > .txtObj {
  }
  #set01 .contsBlk .subTtlGlp {
  }
  #set01 .contsBlk .subTtlGlp .ttlObj {
  }
  #set01 .contsBlk .subTtlGlp .ttlObj + .ttlObj {
  }
  #set01 .contsBlk .subTtlGlp .ttlObj .yLine {
  }
  #set01 .contsBlk .bgGlp {
  }
  #set01 .contsBlk .bgGlp .left {
    opacity: 1;
    left: 2%;
    width: 15%;
    max-width: 130px;
    top: 20%;
    z-index: 1;
  }
  #set01 .contsBlk .bgGlp .right {
    opacity: 1;
    width: 10%;
    right: 3%;
    left: auto;
    top: 20%;
  }
  #set01 .contsBlk .bgGlp .center {
    max-width: 760px;
    width: 80%;
  }
}

/*===============
#set02
===============*/

#set02 {
  background: #366af4;
  padding: 40px 0 60px;
  position: relative;
}
#set02::before,
#set02::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  left: 0;
  bottom: 0px;
}
#set02::after {
  left: auto;
  right: 0;
}

#set02 .areaBlk {
  width: 95%;
  margin: 0 auto 0;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 0 0 20px;
  max-width: 1100px;
}
#set02 .areaBlk > .ttlObj {
  background: #fff;
  width: 90%;
  margin: -20px auto 0;
  font-weight: bold;
  border-radius: 40px;
  line-height: 1;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#set02 .areaBlk > .ttlObj::before,
#set02 .areaBlk > .ttlObj::after {
  content: "";
  background: url("../img/icon_plus_b.png") no-repeat;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  background-size: contain;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
#set02 .areaBlk > .ttlObj::after {
  left: auto;
  right: 5%;
}
#set02 .areaBlk .contsBlk {
  width: 90%;
  margin: 20px auto 0;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 0 0 30px;
}
#set02 .areaBlk .contsBlk::before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  z-index: -1;
  left: -6px;
  top: 50%;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
  border-radius: 8px;
}

#set02 .areaBlk .contsBlk .ttlGlp {
  padding: 20px 0 0;
}
#set02 .areaBlk .contsBlk .ttlGlp .pointTTl {
  display: inline-block;
  background: #f0f7ff;
  padding: 5px 20px 2px;
  border-radius: 50px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.15em;
}
#set02 .areaBlk .contsBlk .ttlGlp .ttlObj {
  width: 90%;
  margin: 10px auto 0;
}

#set02 .areaBlk .contsBlk.blk1 {
}
#set02 .areaBlk .contsBlk.blk1 .ttlGlp {
}
#set02 .areaBlk .contsBlk.blk1 .ttlGlp .pointTTl {
}
#set02 .areaBlk .contsBlk.blk1 .ttlGlp .ttlObj {
}
#set02 .areaBlk .contsBlk.blk1 .imgTxtSet {
  margin: 20px auto 0;
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
}
#set02 .areaBlk .contsBlk.blk1 .imgTxtSet .txtGlp {
  width: 90%;
  text-align: left;
  margin: 20px auto 0;
}
#set02 .areaBlk .contsBlk.blk1 .imgTxtSet .txtGlp .txtObj {
}
#set02 .areaBlk .contsBlk.blk1 .imgTxtSet .txtGlp .txtObj + .txtObj {
  margin: 1em 0 0;
}
#set02 .areaBlk .contsBlk.blk1 .imgTxtSet > .imgObj {
  width: 35%;
}
#set02 .areaBlk .contsBlk.blk1 .commentBlk {
  width: 100%;
  margin: 20px auto 0;
  max-width: 525px;
}
#set02 .areaBlk .contsBlk.blk1 .commentBlk .imgObj {
  width: 100%;
}

#set02 .areaBlk .contsBlk.blk2 {
}
#set02 .areaBlk .contsBlk.blk2 .imgTxtSet {
}
#set02 .areaBlk .contsBlk.blk2 .imgTxtSet .ttlGlp {
}
#set02 .areaBlk .contsBlk.blk2 .imgTxtSet .ttlGlp .pointTTl {
}
#set02 .areaBlk .contsBlk.blk2 .imgTxtSet .ttlGlp .ttlObj {
}
#set02 .areaBlk .contsBlk.blk2 .imgTxtSet .imgObj {
  margin: 20px auto 0;
  width: 80%;
}

#set02 .areaBlk .contsBlk.blk1 .i01 {
  width: 80%;
  margin: 30px auto 0;
  max-width: 500px;
}

@media screen and (min-width: 900px) {
  #set02 {
    padding: 80px 0;
  }
  #set02::before,
  #set02::after {
    content: "";
    width: 30px;
    height: 30px;
  }
  #set02::after {
  }

  #set02 .areaBlk {
    width: 90%;
    border-radius: 24px;
    padding: 0 0 40px;
    border: 3px solid #fff;
  }
  #set02 .areaBlk > .ttlObj {
    height: 80px;
    margin: -40px auto 0;
    max-width: 920px;
  }
  #set02 .areaBlk > .ttlObj::before,
  #set02 .areaBlk > .ttlObj::after {
    content: "";
  }
  #set02 .areaBlk > .ttlObj::after {
  }
  #set02 .areaBlk .contsBlk {
    margin: 40px auto 0;
  }
  #set02 .areaBlk .contsBlk::before {
    content: "";
    border-radius: 16px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
  }

  #set02 .areaBlk .contsBlk .ttlGlp {
  }
  #set02 .areaBlk .contsBlk .ttlGlp .pointTTl {
  }
  #set02 .areaBlk .contsBlk .ttlGlp .ttlObj {
  }

  #set02 .areaBlk .contsBlk.blk1 {
    border-radius: 16px;
    padding: 0 0 60px;
  }
  #set02 .areaBlk .contsBlk.blk1 .ttlGlp {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    padding: 80px 0 0;
  }
  #set02 .areaBlk .contsBlk.blk1 .ttlGlp .pointTTl {
  }
  #set02 .areaBlk .contsBlk.blk1 .ttlGlp .ttlObj {
    width: 100%;
    margin: 20px auto 0;
  }
  #set02 .areaBlk .contsBlk.blk1 .imgTxtSet {
    flex-flow: wrap;
    width: 90%;
    margin: 60px auto 0;
    align-items: flex-start;
  }
  #set02 .areaBlk .contsBlk.blk1 .imgTxtSet .txtGlp {
    width: 65%;
    margin: 0 auto 0 0;
  }
  #set02 .areaBlk .contsBlk.blk1 .imgTxtSet .txtGlp .txtObj {
  }
  #set02 .areaBlk .contsBlk.blk1 .imgTxtSet .txtGlp .txtObj + .txtObj {
  }
  #set02 .areaBlk .contsBlk.blk1 .imgTxtSet > .imgObj {
    width: 30%;
    max-width: 350px;
  }
  #set02 .areaBlk .contsBlk.blk1 .commentBlk {
    width: 85%;
    margin: 30px auto 0;
  }
  #set02 .areaBlk .contsBlk.blk1 .commentBlk .imgObj {
  }

  #set02 .areaBlk .contsBlk.blk2 {
    border-radius: 16px;
  }
  #set02 .areaBlk .contsBlk.blk2 .imgTxtSet {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
  #set02 .areaBlk .contsBlk.blk2 .imgTxtSet .ttlGlp {
    text-align: left;
    width: 60%;
    padding: 0;
  }
  #set02 .areaBlk .contsBlk.blk2 .imgTxtSet .ttlGlp .pointTTl {
  }
  #set02 .areaBlk .contsBlk.blk2 .imgTxtSet .ttlGlp .ttlObj {
    margin: 30px auto 0 0;
  }
  #set02 .areaBlk .contsBlk.blk2 .imgTxtSet .imgObj {
    width: 40%;
  }
  #set02 .areaBlk .contsBlk.blk1 .i01 {
    margin: 60px auto 0;
  }
}
/*===============
#set03
===============*/
#set03 {
  padding: 40px 0 20px;
  width: 100%;
  position: relative;
}
#set03::before,
#set03::after {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 30px;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  z-index: 2;
  margin: 0 auto;
}
#set03::after {
  width: calc(100% - 30px);
  height: 15px;
}

#set03 > .ttlObj {
  color: #f72585;
  display: inline-block;
  padding: 20px 0;
  line-height: 1.6;
}
#set03 > .ttlObj::before,
#set03 > .ttlObj::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 60px;
  transform: translate(0, -50%);
}
#set03 > .ttlObj::before {
  background: url("../img/set02_bg_left.png") no-repeat;
  background-size: contain;
  left: auto;
  right: 103%;
}
#set03 > .ttlObj::after {
  background: url("../img/set02_bg_right.png") no-repeat;
  background-size: contain;
  right: auto;
  left: 102%;
}
#set03 .columnLists {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 30px auto 0;
  width: 95%;
  max-width: 900px;
}
#set03 .columnLists .columnList {
  display: flex;
}
#set03 .columnLists .columnList + .columnList {
  margin: 50px auto 0;
}
#set03 .columnLists .columnList .imgObj {
}
#set03 .columnLists .columnList:nth-child(1) .imgObj {
  width: 79%;
  margin: 0 auto -14px;
  max-width: 410px;
  line-height: 1;
}

#set03 .columnLists .columnList .txtGlp {
  width: 90%;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
}

#set03 .columnLists .columnList:nth-child(2) .txtGlp {
  padding: 0 0 30px;
}
#set03 .columnLists .columnList .txtGlp .imgTxtBlk {
  overflow: hidden;
}
#set03 .columnLists .columnList .txtGlp > .ttlObj {
  position: relative;
  background: #3736c5;
  border-radius: 8px 8px 0 0;
  padding: 8px 8px 8px 14%;
  text-align: left;
}
#set03 .columnLists .columnList .txtGlp .ttlObj .num {
  width: 16%;
  display: block;
  position: absolute;
  left: -5%;
  top: -25px;
  max-width: 65px;
}
#set03 .columnLists .columnList .txtGlp .imgTxtBlk > .txtObj {
  padding: 20px 0;
  width: 94%;
  text-align: left;
  margin: 0 auto;
}

#set03 .columnLists .columnList .reSet {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto;
}
#set03 .columnLists .columnList .reSet + .reSet {
  margin: 30px auto 0;
}
#set03 .columnLists .columnList .reSet .txtBlk {
  width: 60%;
  text-align: left;
}
#set03 .columnLists .columnList .reSet .txtBlk .ttlObj {
  color: #366af4;
}
#set03 .columnLists .columnList .reSet .txtBlk .txtObj {
  margin: 10px 0 0;
}
#set03 .columnLists .columnList .reSet .imgObj {
  width: 35%;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #4583f7;
  line-height: 1;
}

#set03 .yLine {
  background: linear-gradient(transparent 70%, #f3fe47 0%);
}

@media screen and (min-width: 900px) {
  #set03 {
    padding: 120px 0 40px;
  }
  #set03::before,
  #set03::after {
    content: "";
    height: 30px;
    width: calc(100% - 60px);
  }
  #set03::after {
    width: calc(100% - 120px);
    height: 60px;
  }

  #set03 > .ttlObj {
    padding: 0;
  }
  #set03 > .ttlObj::before,
  #set03 > .ttlObj::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 60px;
    transform: translate(0, -50%);
  }
  #set03 > .ttlObj::before {
    background: url("../img/set02_bg_left.png") no-repeat;
    background-size: contain;
    left: auto;
    right: 105%;
    width: 76px;
    height: 116px;
    top: 40%;
  }
  #set03 > .ttlObj::after {
    background: url("../img/set02_bg_right.png") no-repeat;
    background-size: contain;
    right: auto;
    left: 102%;
    width: 86px;
    height: 112px;
    top: 45%;
  }

  #set03 .columnLists {
    flex-flow: wrap;
    width: 90%;
    margin: 60px auto 0;
  }
  #set03 .columnLists .columnList {
    /* width: 50%; */
    margin: auto 0 0;
    width: 100%;
  }
  #set03 .columnLists .columnList + .columnList {
    margin: 80px auto 0;
  }
  #set03 .columnLists .columnList .imgObj {
  }
  #set03 .columnLists .columnList:nth-child(1) .imgObj {
  }
  #set03 .columnLists .columnList:nth-child(2) .imgObj {
  }
  #set03 .columnLists .columnList .txtGlp {
    width: 100%;
    border-radius: 24px;
  }
  #set03 .columnLists .columnList:nth-child(2) .txtGlp {
    padding: 0 0 80px;
  }
  #set03 .columnLists .columnList .txtGlp > .ttlObj {
    padding: 20px 0 20px 100px;
    border-radius: 24px 24px 0 0;
  }
  #set03 .columnLists .columnList .txtGlp .ttlObj .num {
    width: 20%;
    max-width: 100px;
    left: -25px;
    top: -40px;
  }
  #set03 .columnLists .columnList .txtGlp .imgTxtBlk > .txtObj {
    padding: 40px 10px 20px;
  }

  #set03 .columnLists .columnList .reSet {
  }
  #set03 .columnLists .columnList .reSet + .reSet {
    margin: 30px auto 0;
  }
  #set03 .columnLists .columnList .reSet .txtBlk {
    width: calc(92% - 200px);
  }
  #set03 .columnLists .columnList .reSet .txtBlk .ttlObj {
  }
  #set03 .columnLists .columnList .reSet .txtBlk .txtObj {
    margin: 40px auto 0;
  }
  #set03 .columnLists .columnList .reSet .imgObj {
    width: 200px;
  }
}
/*===============
#set04
===============*/

#set04 {
  background: rgb(14, 195, 52);
  background: linear-gradient(180deg, rgba(14, 195, 52, 1) 10%, rgba(139, 223, 30, 1) 90%);
  padding: 80px 0 60px;
  margin: 0 auto 0;
  position: relative;
}
#set04::before,
#set04::after {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #366af4;
  z-index: 2;
  margin: 0 auto;
}
#set04::after {
  width: calc(100% - 30px);
  height: 15px;
}

#set04 > .ttlObj {
  background: #fff;
  width: 94%;
  font-weight: bold;
  border-radius: 40px;
  line-height: 1;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #0ec334;
  margin: 0 auto;
}
#set04 > .ttlObj::before,
#set04 > .ttlObj::after {
  content: "";
  background: url("../img/icon_plus_g.png") no-repeat;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  background-size: contain;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
#set04 > .ttlObj::after {
  left: auto;
  right: 5%;
}

#set04 .contsBlk {
  background: #8bdf1e;
  width: 85%;
  margin: 0 auto 0;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 30px 2.5% 40px;
}
#set04 .contsBlk .ttlObj {
  line-height: 1;
  height: 30px;
  background: #000;
  width: 80%;
  margin: 0 auto -15px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
}
#set04 .contsBlk .txtObj {
  margin: 30px auto 0;
}

#set04 .contsBlk.blk1 {
}
#set04 .contsBlk.blk1 .ttlGlp {
}
#set04 .contsBlk.blk1 .ttlGlp .ttlObj {
}
#set04 .contsBlk.blk1 .ttlGlp .txtObj {
  background: #e8ff8a;
  padding: 30px 4px 20px;
  border-radius: 8px;
  font-size: 3.2vw;
  margin: 0 auto;
}
#set04 .contsBlk.blk1 > .txtObj {
  margin: 20px auto 0;
}
#set04 .contsBlk.blk1 > .imgObj {
  margin: 10px auto 0;
}
#set04 .contsBlk.blk1 > .btnBlk {
  max-width: 300px;
  width: 70%;
}
#set04 .contsBlk.blk1 > .btnBlk a {
}

#set04 .contsBlk.blk2 {
  border-radius: 0 0 8px 8px;
  padding: 30px 2.5% 20px;
}
#set04 .contsBlk.blk2 .ttlGlp {
  position: relative;
  z-index: 1;
}
#set04 .contsBlk.blk2 .ttlGlp .ttlObj {
  background: #f72585;
}
#set04 .contsBlk.blk2 .imgTxtBlk {
  background: #fff;
  border-radius: 8px;
  margin: 0;
  padding: 30px 5%;
}
#set04 .contsBlk.blk2 .imgTxtBlk .txtObj {
  margin: 0;
  color: #f72585;
}
#set04 .contsBlk.blk2 .imgTxtBlk .txtObj + .txtObj {
  margin: 10px auto 0;
}
#set04 .contsBlk.blk2 .imgTxtBlk .imgObj {
  margin: 20px auto 0;
}

@media screen and (min-width: 900px) {
  #set04 {
    padding: 80px 0 160px;
  }
  #set04::before,
  #set04::after {
    content: "";
    width: calc(100% - 60px);
    height: 30px;
  }
  #set04::after {
    width: calc(100% - 120px);
    height: 60px;
  }

  #set04 > .ttlObj {
    height: 80px;
    margin: 80px auto 0;
    max-width: 920px;
  }
  #set04 > .ttlObj::before,
  #set04 > .ttlObj::after {
    content: "";
  }
  #set04 > .ttlObj::after {
  }

  #set04 .contsBlk {
    padding: 80px 3%;
    max-width: 840px;
  }
  #set04 .contsBlk .ttlObj {
  }
  #set04 .contsBlk .txtObj {
  }

  #set04 .contsBlk.blk1 {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  #set04 .contsBlk.blk1 .ttlGlp {
  }
  #set04 .contsBlk.blk1 .ttlGlp .ttlObj {
    height: 48px;
    max-width: 380px;
  }
  #set04 .contsBlk.blk1 .ttlGlp .txtObj {
    font-size: 22px;
    padding: 60px 0 50px;
    border-radius: 16px;
  }
  #set04 .contsBlk.blk1 > .txtObj {
    margin: 40px auto 0;
  }
  #set04 .contsBlk.blk1 > .imgObj {
    margin: 15px auto 0;
  }
  #set04 .contsBlk.blk1 > .btnBlk {
  }
  #set04 .contsBlk.blk1 > .btnBlk a {
  }

  #set04 .contsBlk.blk2 {
    padding: 40px 3% 50px;
    border-radius: 0 0 24px 24px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  #set04 .contsBlk.blk2 .ttlGlp {
  }

  #set04 .contsBlk.blk2 .ttlGlp .ttlObj {
    height: 48px;
    max-width: 380px;
  }
  #set04 .contsBlk.blk2 .imgTxtBlk {
    padding: 60px 5% 40px;
  }
  #set04 .contsBlk.blk2 .imgTxtBlk .txtObj {
  }
  #set04 .contsBlk.blk2 .imgTxtBlk .txtObj + .txtObj {
    margin: 30px auto 0;
  }
  #set04 .contsBlk.blk2 .imgTxtBlk .imgObj {
    max-width: 620px;
    margin: 30px auto 0;
    width: 90%;
  }
}
/*===============
#set05
===============*/
#set05 {
  position: relative;
  background: #366af4;
  padding: 40px 0;
}
#set05::before,
#set05::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}
#set05::after {
  left: auto;
  right: 0;
}

#set05 .areaBlk {
  width: 95%;
  margin: 0 auto 0;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 0 0 40px;
}
#set05 .areaBlk > .ttlObj {
  background: #fff;
  width: 90%;
  margin: -20px auto 0;
  font-weight: bold;
  border-radius: 40px;
  line-height: 1;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#set05 .areaBlk > .ttlObj::before,
#set05 .areaBlk > .ttlObj::after {
  content: "";
  background: url("../img/icon_plus_b.png") no-repeat;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  background-size: contain;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
#set05 .areaBlk > .ttlObj::after {
  left: auto;
  right: 5%;
}
#set05 .areaBlk .contsBlk {
  width: 90%;
  margin: 20px auto 0px;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 20px 0 0;
}
#set05 .areaBlk .contsBlk::before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  z-index: -1;
  left: -6px;
  top: 50%;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
  border-radius: 8px;
}

#set05 .areaBlk .contsBlk {
}
#set05 .areaBlk .contsBlk .ttlObj {
  background: #ff92dc;
  display: inline-block;
  padding: 0.4em 1em;
  line-height: 1;
}

#set05 .areaBlk .contsBlk .subTtlObj {
  margin: 20px auto 0;
}
#set05 .areaBlk .contsBlk .subTtlObj span {
  color: #ff92dc;
}

#set05 .areaBlk .contsBlk .txtObj {
  margin: 20px auto 0;
  line-height: 1.6;
}
#set05 .areaBlk .contsBlk .txtObj .border {
  border-radius: 30px;
  border: 1px solid;
  padding: 0.1em 1em 0.1em;
  display: inline-block;
  margin: 0.1em 0;
}
#set05 .areaBlk .contsBlk .btnBlk {
  width: 90%;
  margin: 6px auto 0;
  top: 20px;
  position: relative;
}
#set05 .areaBlk .contsBlk .btnBlk a {
}
#set05 .areaBlk .contsBlk .btnBlk a::before,
#set05 .areaBlk .contsBlk .btnBlk a::after {
  content: "";
  background: url("../img/arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1;
  transform-origin: center;
}
#set05 .areaBlk .contsBlk .btnBlk a::after {
  left: auto;
  right: 12px;
  transform: translate(0, -50%) scale(-1, 1);
}
@media screen and (min-width: 900px) {
  #set05 {
    padding: 80px 0;
  }
  #set05::before,
  #set05::after {
    content: "";
    width: 30px;
    height: 30px;
  }
  #set05::after {
  }
  #set05 .areaBlk {
    width: 90%;
    border-radius: 24px;
    padding: 0 0 40px;
    border: 3px solid #fff;
    max-width: 1100px;
  }
  #set05 .areaBlk > .ttlObj {
    height: 80px;
    max-width: 920px;
    margin: -40px auto 0;
  }
  #set05 .areaBlk > .ttlObj::before,
  #set05 .areaBlk > .ttlObj::after {
    content: "";
  }
  #set05 .areaBlk .contsBlk {
    margin: 40px auto 20px;
    padding: 50px 0 0;
    border-radius: 16px;
  }
  #set05 .areaBlk .contsBlk::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    border-radius: 16px;
  }
  #set05 .areaBlk .contsBlk .ttlObj {
  }
  #set05 .areaBlk .contsBlk .subTtlObj {
    margin: 40px auto 0;
  }
  #set05 .areaBlk .contsBlk .txtObj {
    margin: 40px auto 40px;
  }
  #set05 .areaBlk .contsBlk .txtObj .border {
    margin: 0.3em 0;
  }
  #set05 .areaBlk .contsBlk .btnBlk {
    max-width: 640px;
    width: 70%;
  }
  #set05 .areaBlk .contsBlk .btnBlk a {
  }
  #set05 .areaBlk .contsBlk .btnBlk a::before,
  #set05 .areaBlk .contsBlk .btnBlk a::after {
    left: 30px;
  }
  #set05 .areaBlk .contsBlk .btnBlk a::after {
    left: auto;
    right: 30px;
  }
}

/*===============
#set06
===============*/
#set06 {
  margin: 40px auto;
  position: relative;
}
#set06::before,
#set06::after {
  content: "";
}
#set06::after {
}
#set06 > .ttlObj {
  width: 90%;
  text-align: center;
  background: #000;
  color: #fff;
  margin: 0 auto;
  padding: 0.5em 0;
}
#set06 .qaBlk {
  display: flex;
  flex-flow: wrap;
  width: 90%;
  margin: 30px auto 0;
  border: 1px solid;
  border-radius: 8px;
  overflow: hidden;
}
#set06 .qaBlk .ttlObj {
  width: 10%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#set06 .qaBlk .ttlObj.question {
  background: #000;
  color: #fff;
  border-bottom: 1px solid #000;
}
#set06 .qaBlk .ttlObj.answer {
  border-right: 1px solid #000;
}

#set06 .qaBlk .txtObj {
  width: 90%;
  text-align: left;
  background: #f8f8f8;
  padding: 10px;
  border-bottom: 1px solid #000;
}
#set06 .qaBlk .ttlObj.answer + .txtObj {
  background: #fff;
  border-bottom: none;
}
#set06 .qaBlk + .qaBlk {
  margin: 20px auto 0;
}
@media screen and (min-width: 900px) {
  #set06 {
    margin: 80px auto;
  }
  #set06::before,
  #set06::after {
    content: "";
  }
  #set06::after {
  }
  #set06 .ttlObj {
    width: 80%;
    max-width: 840px;
  }
  #set06 .qaBlk {
    width: 80%;
    max-width: 840px;
    margin: 60px auto 0;
    border-radius: 16px;
  }
  #set06 .qaBlk .ttlObj {
    min-height: 106px;
  }
  #set06 .qaBlk .ttlObj.question {
  }
  #set06 .qaBlk .ttlObj.answer {
  }
  #set06 .qaBlk .txtObj {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 25px;
    flex-wrap: wrap;
  }
  #set06 .qaBlk + .qaBlk {
  }
}

/*===============
fadein animation
===============*/

.js-slideOutT {
  opacity: 0;
  transform: translate(0, -45px);
  transition: 0.6s all ease-in;
}
.js-slideOutT.js-appSlidein {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bgSet .bgObj {
  opacity: 0;
}
.bgSet .bgObj.js-appSlidein {
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: none;
}

.bgSet .bg01.js-appSlidein {
  animation: bg01 1.3s ease-out 0s;
}
.bgSet .bg02.js-appSlidein {
  animation: bg02 1.6s ease-out 0s;
}
.bgSet .bg03.js-appSlidein {
  animation: bg03 1.3s ease-out 0s;
}
@keyframes bg01 {
  0% {
    transform: translate(-45px, 0) scale(1.3);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes bg02 {
  0% {
    transform: translate(-45px, 0) scale(1.2);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes bg03 {
  0% {
    transform: translate(-45px, 0) scale(1.5);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
.bgSet .bg04.js-appSlidein {
  animation: bg04 1.3s ease-out 0s;
}
.bgSet .bg05.js-appSlidein {
  animation: bg05 1.6s ease-out 0s;
}
.bgSet .bg06.js-appSlidein {
  animation: bg06 1.3s ease-out 0s;
}
@keyframes bg04 {
  0% {
    transform: translate(45px, 0) scale(1.5);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes bg05 {
  0% {
    transform: translate(45px, 0) scale(1.3);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes bg06 {
  0% {
    transform: translate(45px, 0) scale(1.3);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
