/*----------------------------
Variable
-----------------------------*/
/* Mixin */
/* font */
/* color */
/*----------------------------
body
-----------------------------*/
body {
  color: #000;
  text-align: center;
}

/*----------------------------
common settings
-----------------------------*/
a {
  color: #1F58A6;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

/* wrapper */
#wrapper {
  position: relative;
}

/*----------------------------
header
-----------------------------*/
header .logo {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 40px;
}
@media (max-width: 768px) {
  header .logo {
    top: 22px;
    left: 22px;
    width: 118px;
  }
}
header .logo a:hover {
  opacity: 1;
}

/*----------------------------
footer
-----------------------------*/
/*----------------------------
top
-----------------------------*/
.maru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.subt1 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  line-height: 1.5;
}
@media (max-width: 768px) {
  .subt1 {
    font-size: 24px;
  }
}

.btn1 {
  color: #fff;
  padding: 16px 40px;
  display: inline-block;
  max-width: 370px;
  width: 100%;
  background: url(../img/arrow.svg) right 28px center no-repeat #ED766C;
  border-radius: 98px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .btn1 {
    padding: 15px 32px 19px;
    background: url(../img/arrow.svg) right 20px center/9px auto no-repeat #ED766C;
  }
}

.wrap {
  max-width: 1000px;
  box-sizing: content-box;
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
}

.bg-white {
  background: #fff;
  border-radius: 30px;
}

.bg-yellow {
  background: #FEFFC9;
  border-radius: 30px;
}

.bg1 {
  padding: 83px 0 50px;
  background: url(../img/bg1.webp) center top/100% auto no-repeat;
}
@media (max-width: 768px) {
  .bg1 {
    padding: 110px 0 20px;
    background: url(../img/bg1-sp.webp) center top -250px/100% auto repeat-y;
  }
}

/* FadeUp */
.move {
  opacity: 0;
  will-change: transform, opacity;
}

.move.move-active.FadeUp {
  animation: FadeUp 1s forwards;
}

@keyframes FadeUp {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.mv {
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  .mv {
    padding-bottom: 30px;
  }
}
.mv .balloon {
  color: #FFF;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  display: inline-block;
  padding: 4px 33px 7px;
  border-radius: 98px;
  position: relative;
  z-index: 1;
  background: #ED766C;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .mv .balloon {
    font-size: 20px;
    padding: 7px 10px 10px;
    width: 100%;
  }
}
.mv .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 16px;
  height: 13px;
  background: #ED766C;
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 768px) {
  .mv .balloon:before {
    width: 18px;
    height: 15px;
  }
}
.mv h2 {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .mv h2 {
    margin-bottom: 25px;
  }
  .mv h2 img {
    max-width: 315px;
    width: 100%;
  }
}
.mv .lead {
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .mv .lead {
    font-size: 14px;
  }
}

.cont1 {
  padding: 43px;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .cont1 {
    padding: 29px 27px 15px;
  }
  .cont1.mb30 {
    margin-bottom: 20px;
  }
}
.cont1 .subt1 {
  margin-bottom: 10px;
}
.cont1 p {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cont1 p {
    margin-bottom: 25px;
  }
}

.cont2 {
  padding: 70px 40px 45px;
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 45px 20px 15px;
    margin-bottom: 45px;
  }
}
.cont2 .clm2 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cont2 .clm2 {
    display: block;
    margin-bottom: 25px;
  }
}
.cont2 .clm2 .leftcol {
  text-align: left;
  flex: 1;
  margin-left: 15px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .cont2 .clm2 .leftcol {
    margin: 0 0 15px;
  }
}
.cont2 .clm2 .leftcol .subt1 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cont2 .clm2 .leftcol .subt1 {
    margin-bottom: 10px;
  }
}
.cont2 .clm2 .rightcol {
  display: flex;
}
@media (max-width: 768px) {
  .cont2 .clm2 .rightcol {
    justify-content: center;
  }
}
.cont2 .clm2 .rightcol p {
  color: #fff;
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  width: 168px;
  height: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EA7576;
  border-radius: 50%;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .cont2 .clm2 .rightcol p {
    font-size: 16px;
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 768px) {
  .cont2 .clm2 .rightcol p:first-child {
    margin-left: 0;
  }
}

.bg-yellow .dl-cont {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .bg-yellow .dl-cont {
    display: block;
  }
}
.bg-yellow .dl-cont .bg-white {
  padding: 25px 25px 35px;
  width: 48.7%;
}
@media (max-width: 768px) {
  .bg-yellow .dl-cont .bg-white {
    padding: 30px 15px 20px;
    width: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .bg-yellow .dl-cont .bg-white .btn {
    font-size: 14px;
  }
}
.bg-yellow .dl-cont h3 {
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bg-yellow .dl-cont h3 {
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.bg-yellow .dl-cont .app-cont {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .bg-yellow .dl-cont .app-cont {
    display: block;
  }
}
.bg-yellow .dl-cont .app-cont div {
  padding: 13px 0 0 25px;
}
@media (max-width: 768px) {
  .bg-yellow .dl-cont .app-cont div {
    padding: 13px 0 0;
  }
}
.bg-yellow .dl-cont .app-cont div a {
  display: block;
  margin-bottom: 12px;
}

.cont3 {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .cont3 {
    margin-bottom: 50px;
  }
}
.cont3 .subt1 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cont3 .subt1 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.cont3 .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cont3 .cont {
    display: block;
  }
}
.cont3 .cont .bg-white {
  padding: 37px 43px 30px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.06);
  width: 48.6%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cont3 .cont .bg-white {
    padding: 33px 36px 32px;
    width: auto;
    margin-bottom: 20px;
  }
}
.cont3 .cont .bg-white h3 {
  color: #fff;
  display: inline-block;
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  font-weight: 700;
  padding: 2px 30px;
  border-radius: 20px;
  background: #007E72;
  margin-bottom: 25px;
}
.cont3 .cont .bg-white figure {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .cont3 .cont .bg-white figure {
    margin-bottom: 35px;
  }
}
.cont3 .cont .bg-white p, .cont3 .cont .bg-white ul li {
  font-family: "Zen Maru Gothic";
  text-align: left;
  font-weight: 500;
  line-height: 150%;
}
.cont3 .cont .bg-white p strong, .cont3 .cont .bg-white ul li strong {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 3px;
}
.cont3 .cont .bg-white ul li {
  text-align: left;
  font-weight: 500;
  line-height: 150%;
  padding-left: 1em;
  text-indent: -1em;
}
.cont3 .cont .bg-white .member-cont {
  position: relative;
}
.cont3 .cont .bg-white .member-cont .member {
  position: absolute;
  top: -2.4em;
  left: 0;
  color: #FFF;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  padding: 1px 13px;
  border-radius: 5px;
  background: #EA7576;
}
@media (max-width: 768px) {
  .cont3 .cont .bg-white .member-cont .member {
    top: -2em;
  }
}

.cont4 {
  padding: 85px 0 70px;
  background: #FFF6E3;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 65px 0 50px;
  }
}
.cont4 .bg-white {
  padding: 50px 40px 35px;
  margin-bottom: 40px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .cont4 .bg-white {
    padding: 90px 15px 35px;
    margin-bottom: 30px;
  }
}
.cont4 .bg-white ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
@media (max-width: 768px) {
  .cont4 .bg-white ul {
    display: block;
  }
}
.cont4 .bg-white ul li {
  width: 32%;
  border-radius: 30px;
  background: #ECFBFF;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cont4 .bg-white ul li {
    width: auto;
  }
}
.cont4 .bg-white ul li:nth-child(2n) {
  background: #FFF7EB;
}
.cont4 .bg-white ul li a {
  display: block;
  height: 100%;
  padding: 25px 15px 30px;
  text-decoration: none;
}
.cont4 .bg-white ul li h3 {
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 700;
  min-height: 47px;
  line-height: 133%;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cont4 .bg-white ul li h3 {
    min-height: inherit;
  }
}
.cont4 .bg-white ul li h4 {
  color: #DC5558;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  min-height: 60px;
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .cont4 .bg-white ul li h4 {
    min-height: inherit;
    margin-bottom: 10px;
  }
}
.cont4 .bg-white ul li h4 small {
  font-size: 16px;
}
.cont4 .bg-white ul li p {
  font-size: 14px;
  line-height: 157%;
}
.cont4 .bg-white ul li p.period {
  color: #FFF;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  max-width: 210px;
  border-radius: 20px;
  padding: 3px 10px 4px;
  display: inline-block;
  background: #EA7576;
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  margin: 0 auto;
}
.cont4 .bg-white ul.period-cont li {
  position: relative;
  padding-bottom: 80px;
}
.cont4 .subt1 {
  font-size: 24px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cont4 .subt1 {
    margin-bottom: 25px;
  }
}
.cont4 .subt1 span {
  display: inline-block;
  position: relative;
}
.cont4 .subt1 span em {
  position: absolute;
  left: 105%;
  top: -60px;
  color: #FFF;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 208px;
  height: 109px;
  background: url(../img/balloon.svg) center no-repeat;
  display: block;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cont4 .subt1 span em {
    left: 0;
    top: -105px;
  }
}

.cont5 {
  padding-top: 67px;
  background: url(../img/bg2.webp) center top/cover no-repeat;
}
@media (max-width: 768px) {
  .cont5 {
    padding-top: 60px;
    background: url(../img/bg2-sp.webp) center top -350px/100% auto no-repeat;
    background-position: center top -30px;
  }
}
.cont5 .wrap {
  width: 1000px;
}
@media (max-width: 768px) {
  .cont5 .wrap {
    width: auto;
  }
}
.cont5 .bg-yellow {
  padding: 38px 40px;
}
@media (max-width: 768px) {
  .cont5 .bg-yellow {
    padding: 30px 30px 10px;
  }
}
.cont5 .lead-cont {
  padding: 85px 0 160px;
  position: relative;
}
@media (max-width: 768px) {
  .cont5 .lead-cont {
    padding: 55px 0 40px;
    clear: both;
    overflow: hidden;
  }
}
.cont5 .lead-cont p {
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .cont5 .lead-cont p {
    font-size: 24px;
  }
}
.cont5 .lead-cont figure {
  position: absolute;
}
@media (max-width: 768px) {
  .cont5 .lead-cont figure {
    position: static;
    float: left;
    width: 40%;
    padding-top: 20px;
    margin: 0 5%;
  }
}
.cont5 .lead-cont figure.photo1 {
  top: 10px;
  left: -55px;
}
.cont5 .lead-cont figure.photo2 {
  top: 30px;
  right: -50px;
}

.cont6 {
  padding: 75px 0;
  background: #FAFAFA;
}
@media (max-width: 768px) {
  .cont6 {
    padding: 45px 0 30px;
  }
}
.cont6 a {
  color: #333;
}
.cont6 .subt1 {
  margin-bottom: 25px;
}
.cont6 h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .cont6 h3 {
    font-size: 18px;
  }
}
.cont6 p {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 184.615%;
}

footer {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 184.615%;
  padding: 30px 5%;
}
@media (max-width: 768px) {
  footer {
    padding: 20px 5%;
  }
}/*# sourceMappingURL=base.css.map */