﻿@charset "UTF-8";
#mainSct {
  position: relative;
  padding: 70px 0 0;
}
#mainSct .ttlObj {
}
#mainSct .categoryBlk {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  margin: 30px auto 0;
  max-width: 1060px;
}
#mainSct .categoryBlk .categorySet {
  width: 46%;
  margin: 0 3%;
}
#mainSct .categoryBlk .categorySet:nth-child(1) {
}
#mainSct .categoryBlk .categorySet:nth-child(2) {
  margin: 8% 0 0;
}
#mainSct .categoryBlk .categorySet .txtGlp {
}
#mainSct .categoryBlk .categorySet .ttlObj {
  background-color: var(--clrYellow);
  border-radius: 5em;
  padding: 0.5em 1em;
  line-height: 1;
  display: inline-block;
}
#mainSct .categoryBlk .categorySet .txtObj {
}
#mainSct .categoryBlk .categorySet .imgObj {
  margin: 10px auto 0;
}
#mainSct .iconBg {
  position: absolute;
  top: 0;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  max-width: 1020px;
}
#mainSct .bg {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  z-index: -1;
}
.bg svg {
  max-height: 400px;
  width: 100%;
  display: block;
}
#mainSct .bg svg {
  fill: var(--clrNavy);
}

@media screen and (min-width: 900px) {
  #mainSct {
    padding: 120px 0 0;
  }
  #mainSct .ttlObj {
  }
  #mainSct .categoryBlk {
    margin: 100px auto 0;
  }
  #mainSct .categoryBlk .categorySet {
  }
  #mainSct .categoryBlk .categorySet:nth-child(1) {
  }
  #mainSct .categoryBlk .categorySet:nth-child(2) {
  }
  #mainSct .categoryBlk .categorySet .txtGlp {
  }
  #mainSct .categoryBlk .categorySet .ttlObj {
    padding: 0.5em 2em;
  }
  #mainSct .categoryBlk .categorySet .txtObj {
  }
  #mainSct .categoryBlk .categorySet .imgObj {
  }
  #mainSct .iconBg {
  }
  #mainSct .bg {
  }
}

#set01 {
  position: relative;
  padding: 60px 0 0;
}
#set01::after {
  content: "";
  background-color: var(--clrLBlue);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -10;
}
#set01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  left: 0;
  top: 0;
  background: rgb(55, 48, 194);
  background: linear-gradient(180deg, rgba(55, 48, 194, 1) 10%, rgba(59, 151, 255, 1) 90%);
  z-index: -5;
}
#set01::after {
  content: "";
}
#set01 > .ttlObj {
  border: 2px solid;
  display: inline-block;
  padding: 10px 20px;
  min-width: 250px;
}
#set01 .contsBlk {
  position: relative;
  width: 90%;
  margin: 30px auto 0 0;
  background-color: var(--clrWh);
  border-radius: 0 16px 16px 0;
}
#set01 .contsBlk::before {
  content: "";
  width: calc(100% + 6px);
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: var(--clrBlue);
  left: 0;
  border-radius: 0 16px 16px 0;
  top: 6px;
}
#set01 .imgTxtBlk {
  padding: 8% 0;
  display: flex;
  flex-flow: column;
}
#set01 .imgTxtBlk > .ttlObj {
  margin: 0px auto 0 5%;
  color: #00a7e9;
}
#set01 .imgTxtBlk > .txtObj {
  text-align: left;
  width: 90%;
  margin: 20px auto 0;
}
#set01 .imgTxtBlk .txtGlp {
  margin: 10px auto 0;
}
#set01 .imgTxtBlk .txtGlp .txtObj {
  text-align: left;
  width: 90%;
  margin: 0 auto 0;
}
#set01 .imgTxtBlk .txtGlp .txtObj + .txtObj {
  margin: 1em auto 0;
}
#set01 .imgTxtBlk .imgObj {
  width: 80%;
  margin: 20px auto 0 auto;
  max-width: 570px;
}
#set01 .imgTxtBlk .commentBlk {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin: 20px auto 0;
  width: 90%;
}
#set01 .imgTxtBlk .commentBlk .iconImg {
  width: 15%;
}
#set02 .imgTxtBlk .commentBlk2 .iconImg {
  width: 15%;
}
#set01 .imgTxtBlk .commentBlk .txtObj {
  width: 73%;
  text-align: left;
  background-color: var(--clrNavy);
  border-radius: 6px;
  margin: auto;
  padding: 10px 1em;
  position: relative;
}
#set01 .imgTxtBlk .commentBlk .txtObj::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10.4px 6px 0;
  border-color: transparent var(--clrNavy) transparent transparent;
  position: absolute;
  display: block;
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

#set01 .bg {
  position: absolute;
  bottom: -30px;
  width: 100%;
  left: 0;
  z-index: -2;
}
#set01 .bg svg {
  fill: #d423c4;
}

#set02 {
  position: relative;
  padding: 60px 0;
}
#set02::after {
  content: "";
  background-color: var(--clrLPink);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -10;
}
#set02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
  background: rgb(212, 35, 196);
  background: linear-gradient(180deg, rgba(212, 35, 196, 1) 10%, rgba(253, 149, 242, 1) 90%);
  z-index: -5;
}
#set02::after {
  content: "";
}
#set02 > .ttlObj {
  border: 2px solid;
  display: inline-block;
  padding: 10px 20px;
  min-width: 250px;
}
#set02 .contsBlk {
  position: relative;
  width: 90%;
  margin: 20px 0 0 auto;
  background-color: var(--clrWh);
  border-radius: 16px 0 0 16px;
}
#set02 .contsBlk::before {
  content: "";
  width: calc(100% + 6px);
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: var(--clrMagenta);
  right: 0;
  border-radius: 16px 0 0 16px;
  top: 6px;
}
#set02 .imgTxtBlk {
  padding: 8% 0;
  display: flex;
  flex-flow: column;
}
#set02 .imgTxtBlk > .ttlObj {
  margin: 0 auto 0 5%;
  color: #fb6de6;
  text-align: left;
}
#set02 .imgTxtBlk > .txtObj {
  text-align: left;
  width: 90%;
  margin: 20px auto 0;
}
#set02 .imgTxtBlk .txtGlp {
  margin: 10px auto 0;
}
#set02 .imgTxtBlk .txtGlp .txtObj {
  text-align: left;
  width: 90%;
  margin: 0 auto 0;
}
#set02 .imgTxtBlk .txtGlp .txtObj + .txtObj {
  margin: 1em auto 0;
}
#set02 .imgTxtBlk .txtGlp .cautionLists {
}
#set02 .imgTxtBlk .txtGlp .cautionLists .txtObj {
  margin: 1em auto 0;
}
#set02 .imgTxtBlk .txtGlp .cautionLists .txtObj + .txtObj {
  margin: 0.5em auto 0;
}
#set02 .imgTxtBlk .imgObj {
  width: 80%;
  margin: 20px auto 0 auto;
  max-width: 480px;
}
#set02 .imgTxtBlk .commentBlk {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin: 20px auto 0;
  width: 90%;
}
#set02 .imgTxtBlk .commentBlk .iconImg {
  width: 15%;
}
#set02 .imgTxtBlk .commentBlk .txtObj {
  width: 73%;
  text-align: left;
  background-color: var(--clrPink);
  border-radius: 6px;
  margin: auto;
  padding: 10px 1em;
  position: relative;
}
#set02 .imgTxtBlk .commentBlk .txtObj::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10.4px 6px 0;
  border-color: transparent var(--clrPink) transparent transparent;
  position: absolute;
  display: block;
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

#set01 .imgTxtBlk .commentBlk2 .txtObj {
	width: 78%;
	padding: 10px 1em;
}

#set02 .imgTxtBlk .commentBlk2 {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin: 20px auto 0;
  width: 90%;
}
#set02 .imgTxtBlk .commentBlk2 .iconImg {
  width: 15%;
}
#set02 .imgTxtBlk .commentBlk2 .txtObj {
  width: 73%;
  text-align: left;
  background-color: var(--clrPink);
  border-radius: 6px;
  margin: auto;
  padding: 10px 1em;
  position: relative;
}

#set02 .imgTxtBlk .commentBlk2 .txtObj::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10.4px 6px 0;
  border-color: transparent var(--clrPink) transparent transparent;
  position: absolute;
  display: block;
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

#set02 .bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -2;
}
#set02 .bg svg {
  fill: var(--clrWh);
}

.premium {
  width: 85%;
  margin: 60px auto 0;
  font-size: 1.0rem;
  text-align: left;
}

@media screen and (min-width: 900px) {
  #set01 {
    padding: 80px 0 0;
  }
  #set01::before {
    content: "";
  }
  #set01::after {
    content: "";
  }
  #set01 > .ttlObj {
    width: 430px;
  }
  #set01 .contsBlk {
    width: 85%;
    margin: 60px auto 0 0;
    max-width: 1000px;
  }
  #set01 .contsBlk::before {
  }
  #set01 .imgTxtBlk {
    width: 50%;
    margin: 0 45% 0 auto;
    display: flex;
    flex-flow: column;
    padding: 60px 0 40px;
    max-width: 520px;
  }
  #set01 .imgTxtBlk .ttlObj {
    margin: 0 auto 0 0;
    padding: 0;
  }
  #set01 .imgTxtBlk .txtObj {
    margin: 60px auto 0;
    width: 100%;
  }
  #set01 .imgTxtBlk .txtGlp {
    margin: 50px auto 0;
  }
  #set01 .imgTxtBlk .txtGlp .txtObj {
    width: 100%;
  }

  #set01 .imgTxtBlk .imgObj {
    position: absolute;
    right: -12%;
    top: 40px;
    transform: translate(0, 0);
    width: 53%;
    margin: 0;
  }
  #set01 .imgTxtBlk .commentBlk {
    margin: 40px auto 0 0;
    width: 100%;
  }
  #set01 .imgTxtBlk .commentBlk .iconImg {
  }
  #set01 .imgTxtBlk .commentBlk .txtObj {
  }
  #set01 .bg {
  }
  #set02 {
    width: 100%;
    margin: 0;
    padding: 106px 0 100px;
  }
  #set02::before {
    content: "";
  }
  #set02::after {
    content: "";
  }
  #set02 > .ttlObj {
    width: 430px;
  }
  #set02 .contsBlk {
    margin: 60px 0 0 auto;
    max-width: 1000px;
  }
  #set02 .contsBlk::before {
  }
  #set02 .imgTxtBlk {
    width: 60%;
    margin: 0 auto 0 40%;
    display: flex;
    flex-flow: column;
    padding: 60px 0 40px;
    max-width: 480px;
  }
  #set02 .imgTxtBlk .ttlObj {
  }
  #set02 .imgTxtBlk .txtObj {
    margin: 60px auto 0;
  }
  #set02 .imgTxtBlk .txtGlp {
    margin: 50px auto 0;
  }
  #set02 .imgTxtBlk .txtGlp .txtObj {
  }
  #set02 .imgTxtBlk .txtGlp .cautionLists {
  }
  #set02 .imgTxtBlk .txtGlp .cautionLists .txtObj {
  }
  #set02 .imgTxtBlk .txtGlp .cautionLists .txtObj + .txtObj {
  }
  #set02 .imgTxtBlk .imgObj {
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translate(0, -50%);
    width: 50%;
    margin: 0;
  }
  #set02 .imgTxtBlk .commentBlk {
    margin: 40px auto 0;
  }
  #set02 .imgTxtBlk .commentBlk .iconImg {
  }
  #set02 .imgTxtBlk .commentBlk .txtObj {
  }
  #set02 .bg {
  }
}

@media screen and (min-width: 1300px) {
  #set01 .contsBlk,
  #set02 .contsBlk {
    border-radius: 16px;
    margin: 60px auto 0;
  }

  #set01 .contsBlk::before {
    border-radius: 16px;
    width: 100%;
    left: 6px;
  }
  #set01 .imgTxtBlk {
    margin: 0 auto 0 10%;
  }
  #set02 .contsBlk::before {
    border-radius: 16px;
    width: 100%;
    left: -6px;
  }
  #set02 .imgTxtBlk {
    margin: 0 10% 0 auto;
  }

  #set01 .imgTxtBlk .imgObj {
    right: -15%;
  }
}

.pageTopBlk {
  padding: 60px 0 60px;
  border-top: 2px solid var(--clrNavy);
}
.pageTopBlk .btnBlk {
  width: 60%;
  background: #3730c2;
  margin: 0 auto 0;
  max-width: 360px;
}
.pageTopBlk .btnBlk a {
  background: #366af4;
  color: #fff;
  padding: 18px 0;
}

#hdrSct {
}
#hdrSct .hdrlogoBlk {
}
#hdrSct .hdrlogoBlk a {
  background: #366af4;
  width: 100%;
  text-decoration: none;
  padding: 4px 16px 4px 11px;
  border-radius: 0 0 0 8px;
  position: relative;
  transition: 0.2s ease;
}
#hdrSct .hdrlogoBlk a:hover {
  opacity: 0.35;
  transition: 0.2s ease;
}

#hdrSct .hdrlogoBlk a::before {
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  border-right: 2px solid;
  border-bottom: 2px solid;
  right: 6px;
  top: 49%;
  transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (min-width: 900px) {
  .pageTopBlk {
  }
  .pageTopBlk .btnBlk {
  }
  .pageTopBlk .btnBlk a {
    padding: 25px 0;
  }
  #hdrSct {
  }
  #hdrSct .hdrlogoBlk {
  }
  #hdrSct .hdrlogoBlk a {
  }
}
