@charset "UTF-8";
/* デフォルト */
@media screen and (min-width: 541px) {
  .sp_sw {
    display: none;
    padding: 0;
  }
}
@media screen and (max-width: 540px) {
  .pc_sw {
    display: none;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .tb_sw {
    display: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .nb_sw {
    display: none;
    margin: 0;
  }
}
@font-face {
  font-family: "RM-R";
  src: url(../font/rounded-l-mplus-2c-regular.ttf);
}
@font-face {
  font-family: "RM-M";
  src: url(../font/rounded-l-mplus-2c-medium.ttf);
}
@font-face {
  font-family: "AXIS-B";
  src: url(../font/AxisProN-Bold.otf);
}
@font-face {
  font-family: "AXIS-M";
  src: url(../font/AxisProN-Medium.otf);
}
@font-face {
  font-family: "AXIS-R";
  src: url(../font/AxisProN-Regular.otf);
}
h1, h2, h3, h4, h5, h6, p, div, ul, li, ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  color: #333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.75;
  font-size: 16px;
  padding: 16px;
  font-weight: normal;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width:540px) {
  p {
    font-size: 15px;
  }
}

.container {
  max-width: 1400px;
  margin: auto;
}
@media screen and (max-width:1440px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width:1024px) {
  .container {
    width: 95%;
  }
}

em.yellow {
  background-image: linear-gradient(to right, #ffe079 50%, transparent 50%);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 200% 6px;
  margin-bottom: 10px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-style: normal;
  font-weight: bold;
}

span.line_green {
  font-size: 120%;
  padding-bottom: 4px;
  color: #E2FF00;
}
@media screen and (max-width:540px) {
  span.line_green {
    padding-bottom: 3px;
  }
}

.red {
  color: #D4171D;
}

.white {
  color: #fff;
}

span.yellow {
  color: #ffed00;
}

span.large {
  font-size: 125%;
}

/* コンテンツ */
.btn-box {
  text-align: center;
  padding-bottom: 50px;
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .btn-box {
    padding-bottom: 30px;
  }
}
@media screen and (max-width:540px) {
  .btn-box {
    margin-top: 10px;
    padding-bottom: 20px;
  }
}
.btn-box a p {
  max-width: 650px;
  margin: auto;
  background: #E00D5B;
  color: #fff;
  font-size: 24px;
  border-radius: 50px;
  transition: 0.3s ease;
  position: relative;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width:1024px) {
  .btn-box a p {
    width: 65%;
    margin: auto;
  }
}
@media screen and (max-width:768px) {
  .btn-box a p {
    width: 71%;
    padding: 14px;
  }
}
@media screen and (max-width:540px) {
  .btn-box a p {
    width: 75%;
    font-size: 20px;
    padding: 10px;
  }
}
.btn-box a p:after {
  position: absolute;
  content: "";
  top: 45%;
  width: 16px;
  height: 16px;
  right: 30px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width:540px) {
  .btn-box a p:after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.btn-box a p:hover {
  transform: scale(0.97);
  background: #fff;
  border: 3px solid #E34F77;
  color: #E34F77;
  opacity: 0.9;
  position: relative;
}
@media screen and (max-width:540px) {
  .btn-box a p:hover {
    border: 2px solid #E34F77;
  }
}
.btn-box a p:hover:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #E34F77;
  border-right: 3px solid #E34F77;
  transform: rotate(45deg) translateY(-50%);
}

h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  h2 {
    line-height: 1.4;
  }
}
@media screen and (max-width:540px) {
  h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

header {
  background: url(../img/head-bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width:768px) {
  header {
    display: block;
  }
}
@media screen and (max-width:540px) {
  header {
    padding-top: 60px;
  }
}
header .head-copy {
  text-align: center;
}
header .head-copy img {
  width: 65%;
  margin-left: 11vw;
  margin-top: 4.86vw;
}
@media screen and (max-width:1024px) {
  header .head-copy img {
    margin-top: 20px;
    width: 80%;
  }
}
@media screen and (max-width:768px) {
  header .head-copy img {
    width: 60%;
    margin-top: 0px;
    margin-bottom: 40px;
    position: relative;
    z-index: 999;
    margin-left: -150px;
  }
}
@media screen and (max-width:540px) {
  header .head-copy img {
    width: 75%;
    margin-bottom: 16px;
    margin-left: auto;
  }
}
header .idel {
  text-align: right;
  margin-bottom: -16px;
}
header .idel img {
  opacity: 0.75;
  width: 85%;
}
@media screen and (max-width:768px) {
  header .idel img {
    width: 60%;
    margin-bottom: -16px;
    margin-top: -200px;
  }
}
@media screen and (max-width:540px) {
  header .idel img {
    width: 80%;
    margin-bottom: -16px;
    margin-top: auto;
  }
}
header.lp6 {
  padding: 80px 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width:768px) {
  header.lp6 {
    padding: 80px 40px;
  }
}
@media screen and (max-width:540px) {
  header.lp6 {
    display: block;
    padding: 60px 0 0;
  }
}
header.lp6 img {
  display: block;
}
header.lp6 img.copy {
  width: 40%;
}
@media screen and (max-width:540px) {
  header.lp6 img.copy {
    width: 80%;
    margin: 0 auto 20px;
  }
}
header.lp6 img.nayami {
  width: 100%;
}
@media screen and (max-width:540px) {
  header.lp6 img.nayami {
    margin: 0 auto;
  }
}

section {
  padding: 80px 0px;
}
@media screen and (max-width:1024px) {
  section {
    padding: 70px 0px 40px;
  }
}
@media screen and (max-width:768px) {
  section {
    padding: 60px 0px 40px;
  }
}
@media screen and (max-width:540px) {
  section {
    padding: 30px 0px;
  }
}
section.sub-head {
  background: #FFF8E1;
  padding-bottom: 60px;
  border-bottom: 10px solid #E00D5B;
}
@media screen and (max-width:1024px) {
  section.sub-head {
    padding-bottom: 50px;
  }
}
@media screen and (max-width:768px) {
  section.sub-head {
    padding-top: 60px;
  }
}
@media screen and (max-width:540px) {
  section.sub-head {
    padding: 50px 0px 20px;
    border-bottom: 5px solid #E00D5B;
  }
}
@media screen and (max-width:1024px) {
  section.sub-head .sub-head-title h2 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width:768px) {
  section.sub-head .sub-head-title h2 {
    margin-bottom: 16px;
  }
}
section.sub-head .sub-head-title h2 img {
  width: 380px;
}
@media screen and (max-width:540px) {
  section.sub-head .sub-head-title h2 img {
    width: 75%;
    margin: auto;
  }
}
section.sub-head .sub-head-box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:768px) {
  section.sub-head .sub-head-box {
    display: block;
  }
}
section.sub-head .sub-head-box .sub-head-box_item {
  background: #fff;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  text-align: center;
  margin: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width:1024px) {
  section.sub-head .sub-head-box .sub-head-box_item {
    flex-wrap: wrap;
    margin: 10px;
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width:768px) {
  section.sub-head .sub-head-box .sub-head-box_item {
    margin: 0px auto 30px;
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width:540px) {
  section.sub-head .sub-head-box .sub-head-box_item {
    margin: 0px auto 20px;
    width: 260px;
    height: 260px;
  }
}
section.sub-head .sub-head-box .sub-head-box_item .sub-head__icon {
  margin-top: 45px;
}
@media screen and (max-width:768px) {
  section.sub-head .sub-head-box .sub-head-box_item .sub-head__icon {
    margin-top: 55px;
  }
}
@media screen and (max-width:540px) {
  section.sub-head .sub-head-box .sub-head-box_item .sub-head__icon {
    margin-top: 40px;
  }
}
section.sub-head .sub-head-box .sub-head-box_item .sub-head__icon img {
  width: 80px;
}
@media screen and (max-width:1024px) {
  section.sub-head .sub-head-box .sub-head-box_item .sub-head__icon img {
    width: 65px;
  }
}
@media screen and (max-width:768px) {
  section.sub-head .sub-head-box .sub-head-box_item .sub-head__icon img {
    width: 80px;
  }
}
@media screen and (max-width:540px) {
  section.sub-head .sub-head-box .sub-head-box_item .sub-head__icon img {
    width: 65px;
  }
}
section.sub-head .sub-head-box .sub-head-box_item p {
  font-size: 20px;
  position: relative;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}
@media screen and (max-width:1024px) {
  section.sub-head .sub-head-box .sub-head-box_item p {
    padding-top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width:768px) {
  section.sub-head .sub-head-box .sub-head-box_item p {
    font-size: 24px;
    padding-top: 15px;
    line-height: 1.75;
  }
}
@media screen and (max-width:540px) {
  section.sub-head .sub-head-box .sub-head-box_item p {
    font-size: 16px;
  }
}
section.cause {
  background: #FFF5F9;
}
@media screen and (max-width:540px) {
  section.cause {
    padding-top: 40px;
  }
}
section.cause .cause-title {
  text-align: center;
}
section.cause .cause-title h2 {
  line-height: 0.4;
  margin-bottom: 0px;
  padding: 1px;
  font-size: 24px;
}
@media screen and (max-width:540px) {
  section.cause .cause-title h2 {
    font-size: 20px;
  }
}
section.cause .cause-title h2 span {
  margin: auto;
  width: 360px;
  display: block;
  background: #E00D5B;
  color: #fff;
  padding: 14px 16px 12px;
  border-radius: 2px;
}
@media screen and (max-width:540px) {
  section.cause .cause-title h2 span {
    padding: 12px 0px 10px;
    width: 75%;
  }
}
section.cause .cause-title h2 span.ajust {
  letter-spacing: 1px;
}
section.cause .cause-title .cause-title__bottom p {
  padding-top: 0px;
  font-size: 60px;
  color: #E00D5B;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: -2px;
}
@media screen and (max-width:540px) {
  section.cause .cause-title .cause-title__bottom p {
    font-size: 48px;
    padding-bottom: 8px;
    margin-top: -10px;
    letter-spacing: -1px;
  }
}
section.cause .cause-title .cause-title__bottom p span {
  font-size: 120%;
  margin-right: -10px;
}
section.cause .container {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width:1024px) {
  section.cause .container {
    width: 90%;
  }
}
section.cause .cause-list {
  background: #fff;
  padding: 20px 40px 60px;
  border-radius: 4px;
}
@media screen and (max-width:768px) {
  section.cause .cause-list {
    padding: 1px 30px 30px;
  }
}
@media screen and (max-width:540px) {
  section.cause .cause-list {
    padding: 1px 8px 10px;
  }
}
section.cause .cause-list .cause-list_item .cause-list_title {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width:540px) {
  section.cause .cause-list .cause-list_item .cause-list_title {
    margin-top: 30px;
  }
}
section.cause .cause-list .cause-list_item .cause-list_title .cause-list_icon img {
  width: 45px;
  margin-left: 10px;
  opacity: 0.8;
}
@media screen and (max-width:768px) {
  section.cause .cause-list .cause-list_item .cause-list_title .cause-list_icon img {
    margin-left: 16px;
  }
}
section.cause .cause-list .cause-list_item .cause-list_title h3 {
  font-size: 34px;
  color: #E34F77;
  position: relative;
  margin-left: 20px;
  transform: translateY(-5px);
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  section.cause .cause-list .cause-list_item .cause-list_title h3 {
    font-size: 24px;
  }
}
@media screen and (max-width:540px) {
  section.cause .cause-list .cause-list_item .cause-list_title h3 {
    letter-spacing: -1px;
    font-size: 20px;
    margin-left: 16px;
  }
}
section.cta {
  padding-top: 0px;
  background: url(../img/hangul.png);
  background-size: cover;
  padding-bottom: 40px;
}
@media screen and (max-width:540px) {
  section.cta {
    padding-bottom: 20px;
    background: url(../img/hangul-sp.jpg);
    background-size: 200%;
  }
}
section.cta .bullet {
  background: #fff;
  padding: 40px 0px;
  position: relative;
}
@media screen and (max-width:768px) {
  section.cta .bullet {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:540px) {
  section.cta .bullet {
    margin-bottom: 0px;
    padding: 20px 0px 40px;
  }
}
section.cta .bullet ul {
  max-width: 650px;
  margin: auto;
}
@media screen and (max-width:1024px) {
  section.cta .bullet ul {
    width: 75%;
  }
}
@media screen and (max-width:768px) {
  section.cta .bullet ul {
    width: 80%;
  }
}
@media screen and (max-width:540px) {
  section.cta .bullet ul {
    width: 90%;
  }
}
section.cta .bullet ul li {
  font-size: 24px;
  color: #666;
  font-weight: bold;
  position: relative;
  margin-top: 8px;
  font-family: "RM-R";
}
@media screen and (max-width:768px) {
  section.cta .bullet ul li {
    font-size: 20px;
  }
}
@media screen and (max-width:540px) {
  section.cta .bullet ul li {
    font-family: "RM-M";
    letter-spacing: -1px;
    font-size: 20px;
    margin-left: 48px;
    margin-top: 20px;
  }
}
section.cta .bullet ul li:before {
  position: absolute;
  content: "";
  background: url(../img/check_purple.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 25px;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
}
section.cta .cta-title {
  background: #E34F77;
  padding: 30px;
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width:540px) {
  section.cta .cta-title {
    padding: 20px;
    margin-bottom: 30px;
  }
}
section.cta .cta-title:after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 30px 40px 0 40px;
  border-color: #E34F77 transparent transparent transparent;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:540px) {
  section.cta .cta-title:after {
    border-width: 20px 25px 0 25px;
    bottom: -20px;
  }
}
section.cta .cta-title .cta-title__top {
  background: #fff;
  color: #E00D5B;
  border-radius: 30px;
  display: inline-block;
  padding: 1px 30px 0px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
  opacity: 0.95;
}
@media screen and (max-width:540px) {
  section.cta .cta-title .cta-title__top {
    font-size: 16px;
    padding: 1px 24px 0px;
  }
}
section.cta .cta-title h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 0px;
  letter-spacing: -3px;
}
@media screen and (max-width:768px) {
  section.cta .cta-title h2 {
    font-size: 34px;
  }
}
@media screen and (max-width:540px) {
  section.cta .cta-title h2 {
    font-size: 28px;
    letter-spacing: -2px;
  }
}
section.cta .cta-title h2 span {
  letter-spacing: 1px;
}
section.cta .text-img {
  text-align: center;
}
section.cta .text-img img {
  max-width: 650px;
}
@media screen and (max-width:768px) {
  section.cta .text-img img {
    width: 85%;
  }
}
@media screen and (max-width:540px) {
  section.cta .text-img img {
    width: 90%;
  }
}
section.cta .base-text {
  text-align: center;
}
section.cta .base-text p {
  font-size: 20px;
}
@media screen and (max-width:540px) {
  section.cta .base-text p {
    font-size: 16px;
  }
}
section.contents {
  background: #F3EFFF;
}
section.contents .contents-title {
  text-align: center;
}
section.contents .contents-title h2 {
  color: #7E67CE;
  font-weight: bold;
  display: inline-block;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width:540px) {
  section.contents .contents-title h2 {
    margin-top: 20px;
  }
}
section.contents .contents-title h2:before {
  position: absolute;
  content: "";
  background: url(../img/fukidashi.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 60px;
  top: 0px;
  left: -50px;
  opacity: 0.4;
}
@media screen and (max-width:540px) {
  section.contents .contents-title h2:before {
    width: 24px;
    height: 35px;
    left: -30px;
    top: 0px;
  }
}
section.contents .contents-title h2:after {
  position: absolute;
  content: "";
  background: url(../img/fukidashi2.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 60px;
  top: 0px;
  right: -50px;
  opacity: 0.4;
}
@media screen and (max-width:540px) {
  section.contents .contents-title h2:after {
    width: 24px;
    height: 35px;
    right: -30px;
    top: 0px;
  }
}
section.contents .contents-box {
  border: 2px solid #fff;
  padding: 10px;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width:1024px) {
  section.contents .contents-box {
    width: 90%;
  }
}
@media screen and (max-width:540px) {
  section.contents .contents-box {
    padding: 6px;
  }
}
section.contents .contents-box .contents-box_inner {
  background: #fff;
  padding: 60px 30px 20px;
  position: relative;
}
@media screen and (max-width:768px) {
  section.contents .contents-box .contents-box_inner {
    padding: 50px 20px 20px;
  }
}
@media screen and (max-width:540px) {
  section.contents .contents-box .contents-box_inner {
    padding: 40px 8px 1px;
  }
}
section.contents .contents-box .contents-box_item {
  margin-bottom: 40px;
}
@media screen and (max-width:540px) {
  section.contents .contents-box .contents-box_item {
    margin-bottom: 20px;
  }
}
section.contents .contents-box .contents-box_item .contents-box_title {
  text-align: center;
}
section.contents .contents-box .contents-box_item .contents-box_title .number img {
  width: 100px;
}
@media screen and (max-width:540px) {
  section.contents .contents-box .contents-box_item .contents-box_title .number img {
    width: 90px;
  }
}
section.contents .contents-box .contents-box_item .contents-box_title h3 {
  color: #7E67CE;
  font-size: 24px;
  margin-bottom: 16px;
  font-family: "RM-R";
}
@media screen and (max-width:540px) {
  section.contents .contents-box .contents-box_item .contents-box_title h3 {
    font-family: "RM-M";
    font-size: 19px;
    letter-spacing: -1px;
  }
}
section.contents .contents-box .contents-box_item .contents-box_title h3 span {
  background: #7E67CE;
  color: #fff;
  padding: 2px 16px 0px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width:540px) {
  section.contents .contents-box .contents-box_item .contents-box_title h3 span {
    padding: 1px 16px 0px;
  }
}
section.contents .contents-box .contents-box_item .base-text p span {
  display: block;
  font-size: 14px;
  text-align: right;
  color: #8b8b8b;
  margin-top: 10px;
}
@media screen and (max-width:540px) {
  section.contents .contents-box .contents-box_item .base-text p span {
    font-size: 12px;
  }
}
section.prof {
  background-image: url(../img/prof-bg.jpg);
  background-size: cover;
}
section.prof .prof-title {
  text-align: center;
}
section.prof .prof-title h2 {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width:540px) {
  section.prof .prof-title h2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
section.prof .prof-title img {
  width: 350px;
}
@media screen and (max-width:540px) {
  section.prof .prof-title img {
    width: 65%;
    margin-bottom: 8px;
  }
}
section.prof .prof-img {
  text-align: center;
}
section.prof .prof-img img {
  width: 300px;
}
@media screen and (max-width:540px) {
  section.prof .prof-img img {
    width: 65%;
  }
}
section.prof .prof-img p {
  padding-top: 8px;
  font-size: 20px;
  color: #00479D;
  font-weight: bold;
}
section.prof .prof-text {
  max-width: 1000px;
  margin: auto;
}
section.prof .prof-text p {
  font-size: 14px;
}
@media screen and (max-width:540px) {
  section.prof .prof-text p {
    font-size: 14px;
  }
}
section.tokuten {
  background: #FFF8E1;
  padding-top: 0px;
}
@media screen and (max-width:1024px) {
  section.tokuten {
    padding-bottom: 60px;
  }
}
@media screen and (max-width:540px) {
  section.tokuten {
    padding-bottom: 30px;
  }
}
section.tokuten .tokuten-title {
  background: #FFC50C;
  padding: 0px;
  position: relative;
}
@media screen and (max-width:540px) {
  section.tokuten .tokuten-title {
    padding: 8px;
  }
}
section.tokuten .tokuten-title h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 0px;
}
@media screen and (max-width:540px) {
  section.tokuten .tokuten-title h2 {
    font-size: 30px;
  }
}
section.tokuten .tokuten-title h2 span {
  margin-right: -5px;
}
section.tokuten .tokuten-box {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:1440px) {
  section.tokuten .tokuten-box {
    width: 95%;
  }
}
@media screen and (max-width:1024px) {
  section.tokuten .tokuten-box {
    display: block;
  }
}
section.tokuten .tokuten-box .tokuten-box_item {
  flex: 1;
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  section.tokuten .tokuten-box .tokuten-box_item {
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width:540px) {
  section.tokuten .tokuten-box .tokuten-box_item {
    width: 95%;
    margin: 30px auto 0px;
  }
}
section.tokuten .tokuten-box .tokuten-box_item .tokuten-box_top {
  margin: auto;
  background: #DB0761;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: -100px;
  position: relative;
}
@media screen and (max-width:1024px) {
  section.tokuten .tokuten-box .tokuten-box_item .tokuten-box_top {
    margin-bottom: -80px;
  }
}
@media screen and (max-width:540px) {
  section.tokuten .tokuten-box .tokuten-box_item .tokuten-box_top {
    width: 120px;
    height: 120px;
  }
}
section.tokuten .tokuten-box .tokuten-box_item .tokuten-box_top img {
  width: 40px;
  margin: 40px auto 45px;
}
@media screen and (max-width:540px) {
  section.tokuten .tokuten-box .tokuten-box_item .tokuten-box_top img {
    margin: 28px auto 42px;
  }
}
section.tokuten .tokuten-box .tokuten-box_item .tokuten-box_top p {
  margin-top: -50px;
  color: #fff;
}
@media screen and (max-width:540px) {
  section.tokuten .tokuten-box .tokuten-box_item .tokuten-box_top p {
    font-size: 14px;
  }
}
section.tokuten .tokuten-box .tokuten-box_item .tokuten-box_text {
  background: #fff;
  border-radius: 4px;
  padding: 100px 40px 40px;
  margin: 16px;
  padding-bottom: 50px;
}
@media screen and (max-width:1024px) {
  section.tokuten .tokuten-box .tokuten-box_item .tokuten-box_text {
    margin: auto 30px;
  }
}
@media screen and (max-width:768px) {
  section.tokuten .tokuten-box .tokuten-box_item .tokuten-box_text {
    margin: auto 20px;
    padding: 100px 20px 30px;
  }
}
@media screen and (max-width:540px) {
  section.tokuten .tokuten-box .tokuten-box_item .tokuten-box_text {
    width: 90%;
    margin: auto;
    padding-bottom: 30px;
    padding: 100px 10px 20px;
  }
}
section.tokuten .tokuten-box .tokuten-box_item .tokuten-box_text h3 {
  text-align: center;
  color: #E00D5B;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width:540px) {
  section.tokuten .tokuten-box .tokuten-box_item .tokuten-box_text h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
section.tokuten .tokuten-box .tokuten-box_item .tokuten-box_text .base-text p {
  padding-top: 0px;
}
section.qa {
  background: #FFF5F9;
}
section.qa .qa-title {
  text-align: center;
}
section.qa .qa-title img {
  width: 200px;
}
@media screen and (max-width:768px) {
  section.qa .qa-title img {
    width: 160px;
  }
}
@media screen and (max-width:540px) {
  section.qa .qa-title img {
    width: 120px;
    margin-top: 20px;
  }
}
section.qa .qa-title h2 {
  color: #666;
  font-family: "RM-R";
  font-size: 20px;
}
@media screen and (max-width:540px) {
  section.qa .qa-title h2 {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
section.qa .qa-box {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width:1024px) {
  section.qa .qa-box {
    width: 90%;
  }
}
@media screen and (max-width:540px) {
  section.qa .qa-box {
    background: #fff;
    width: 85%;
    border-radius: 8px;
    padding: 0px 16px;
  }
}
section.qa .qa-box .qa-box_item {
  background: #fff;
  margin-bottom: 24px;
  padding: 30px;
  padding-left: 72px;
  border-radius: 8px;
}
@media screen and (max-width:540px) {
  section.qa .qa-box .qa-box_item {
    border-bottom: 1px dotted #F27BB1;
    margin-bottom: 0px;
    padding: 25px 0px 25px 35px;
    border-radius: 0px;
  }
  section.qa .qa-box .qa-box_item:last-child {
    border-bottom: none;
  }
}
section.qa .qa-box .qa-box_item .qa-box_item-q {
  color: #F27BB1;
  position: relative;
}
section.qa .qa-box .qa-box_item .qa-box_item-q h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "RM-R";
}
@media screen and (max-width:768px) {
  section.qa .qa-box .qa-box_item .qa-box_item-q h3 {
    font-size: 21px;
  }
}
@media screen and (max-width:540px) {
  section.qa .qa-box .qa-box_item .qa-box_item-q h3 {
    font-family: "RM-M";
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: -1px;
  }
}
section.qa .qa-box .qa-box_item .qa-box_item-q:before {
  position: absolute;
  background: url(../img/q-icon.png) no-repeat;
  content: "";
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}
@media screen and (max-width:540px) {
  section.qa .qa-box .qa-box_item .qa-box_item-q:before {
    width: 30px;
    height: 30px;
    left: -38px;
  }
}
section.qa .qa-box .qa-box_item .qa-box_item-a {
  position: relative;
}
section.qa .qa-box .qa-box_item .qa-box_item-a.active {
  display: block;
}
section.qa .qa-box .qa-box_item .qa-box_item-a p {
  padding: 0px;
}
section.qa .qa-box .qa-box_item .qa-box_item-a:before {
  position: absolute;
  background: url(../img/a-icon.png) no-repeat;
  content: "";
  background-size: contain;
  width: 40px;
  height: 40px;
  top: -5px;
  left: -50px;
}
@media screen and (max-width:540px) {
  section.qa .qa-box .qa-box_item .qa-box_item-a:before {
    width: 30px;
    height: 30px;
    left: -38px;
    top: 0px;
  }
}
section.qa .btn-box {
  padding-bottom: 0px;
  margin-top: 60px;
}
@media screen and (max-width:540px) {
  section.qa .btn-box {
    margin-top: 50px;
  }
}
section.qa .btn-box a p {
  position: relative;
}
section.qa .btn-box a p:before {
  position: absolute;
  content: "";
  background: url(../img/text-mini02.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  top: -45px;
  left: -80px;
}
@media screen and (max-width:768px) {
  section.qa .btn-box a p:before {
    width: 160px;
    height: 160px;
    top: -35px;
  }
}
@media screen and (max-width:540px) {
  section.qa .btn-box a p:before {
    width: 120px;
    height: 120px;
    top: -35px;
    left: -50px;
  }
}
section.strip {
  position: relative;
}
section.strip::after {
  position: absolute;
  content: "";
  background: url(../img/strip.png) no-repeat;
  bottom: 0;
  background-size: contain;
  width: 100vw;
  height: 25px;
  opacity: 0.5;
}
section.strip2 {
  position: relative;
}
section.strip2::after {
  position: absolute;
  content: "";
  background: url(../img/strip2.png);
  top: 0;
  background-size: contain;
  width: 100vw;
  height: 25px;
  opacity: 0.3;
}
@media screen and (max-width:1024px) {
  section.strip2::after {
    background-size: cover;
  }
}
@media screen and (max-width:768px) {
  section.strip2::after {
    height: 20px;
  }
}
@media screen and (max-width:540px) {
  section.strip2::after {
    height: 20px;
    background-size: cover;
    opacity: 0.2;
  }
}

.step {
  max-width: 450px;
  width: 35%;
  margin: 80px auto 60px;
}
@media screen and (max-width:768px) {
  .step {
    width: 60%;
  }
}
@media screen and (max-width:540px) {
  .step {
    width: 90%;
    margin: 45px auto;
  }
}
.step .step-title {
  text-align: center;
  font-size: 26px;
  color: #7E67CE;
  position: relative;
  font-family: "RM-R";
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width:540px) {
  .step .step-title {
    font-size: 23px;
  }
}
.step .step-title::before {
  position: absolute;
  content: url(../img/step-gizi.png);
  top: 0%;
  left: 5%;
  transform: translateX(50%);
}
@media screen and (max-width:540px) {
  .step .step-title::before {
    left: -5%;
  }
}
.step .step-title::after {
  position: absolute;
  content: url(../img/step-gizi2.png);
  top: -5%;
  right: 5%;
  transform: translateX(-50%);
}
@media screen and (max-width:540px) {
  .step .step-title::after {
    right: -5%;
  }
}
.step .step-box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 45px 50px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .step .step-box {
    border-radius: 20px;
    padding: 35px 40px;
  }
}
.step .step-content {
  text-align: center;
  color: #7E67CE;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width:540px) {
  .step .step-content {
    font-size: 18px;
  }
}
.step img {
  width: 100%;
  display: block;
}
.step img.number {
  width: 15%;
  margin: 0 auto 4px;
}

.fixed__btn {
  position: fixed;
  background: linear-gradient(90deg, #E00D5B, #da3571);
  width: 280px;
  right: 0;
  bottom: 25px;
  z-index: 999;
  padding: 10px 0px;
  animation: animation-haniwaman 0.4s linear 1s 1 normal;
  animation-fill-mode: forwards;
  opacity: 0;
  height: 72px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.fixed__btn::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 70px;
  background-image: url(../img/text02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@keyframes animation-haniwaman {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.fixed__btn p {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 140px;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding: 0;
  z-index: 999;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
footer {
  background: #FFF5F9;
  text-align: center;
}
footer .copy {
  position: relative;
  z-index: 999;
  color: #333;
  font-size: 12px;
  padding: 4px;
}
footer .copy a {
  color: #299FE9;
}

.online {
  background: linear-gradient(#F27AB1, #F27A91);
}
@media screen and (max-width:768px) {
  .online {
    padding: 60px 0;
  }
}
.online .container {
  max-width: 1200px;
  background: white;
  border-radius: 15px;
  padding: 70px;
}
@media screen and (max-width:1440px) {
  .online .container {
    width: 90%;
  }
}
@media screen and (max-width:1024px) {
  .online .container {
    width: 90%;
    padding: 50px 30px;
  }
}
@media screen and (max-width:768px) {
  .online .container {
    padding: 50px;
  }
}
@media screen and (max-width:768px) {
  .online .container {
    padding: 40px 20px;
  }
}
.online .container h2 {
  font-size: 45px;
  color: #333333;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .online .container h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:540px) {
  .online .container h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.online .container p {
  padding: 0;
  line-height: 1.5;
}
.online .container .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  .online .container .flex {
    display: block;
  }
}
.online .container .flex img {
  width: 437px;
}
@media screen and (max-width:768px) {
  .online .container .flex img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width:540px) {
  .online .container .flex img {
    width: 100%;
    margin-bottom: 25px;
  }
}
.online .container .flex .text {
  width: 100%;
}
.online .container .flex .text h3 {
  font-size: 30px;
  text-align: left;
  padding-bottom: 14px;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  line-height: 1.2;
}
.online .container .flex .text h3 span {
  display: inline-block;
  font-size: 16px;
  color: white;
  background: #333333;
  padding: 4px 10px;
  margin-bottom: 13px;
}
.online .container .flex .text .point {
  width: 350px;
}
@media screen and (max-width:768px) {
  .online .container .flex .text .point {
    width: 100%;
  }
}
.online .container .flex .text .point img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .online .container .flex .text .point img {
    width: 100%;
  }
}
.online .container .flex .text .point .support {
  background: #DF1C5B;
  border-radius: 10px;
  padding: 18px 0px;
  height: 78px;
}
.online .container .flex .text .point .support p {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.online .container .flex .text .point .support p span {
  font-size: 14px;
}
.online .container .flex .text .point .support.one {
  width: 120px;
}
.online .container .flex .text .point .support.two {
  width: 213px;
}
.online .container .flex .text .point .price {
  width: 232px;
  background: white;
  border-radius: 10px;
  padding: 18px;
  border: 3px solid #DF1C5B;
  height: 76px;
}
.online .container .flex .text .point .price p {
  color: #DF1C5B;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.online .container .flex .text .point .price p span {
  font-size: 14px;
}
.online .container .service .title p {
  font-size: 20px;
  color: white;
  font-weight: bold;
}
@media screen and (max-width:540px) {
  .online .container .service .title p {
    font-size: 18px;
  }
}
.online .container .service .title p span {
  background: #F27BB1;
  border-radius: 5px 5px 0 0;
  padding: 6px 14px;
}
.online .container .service .content {
  background: white;
  border: 2px solid #F27BB1;
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .online .container .service .content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width:540px) {
  .online .container .service .content {
    padding: 20px;
  }
}
.online .container .service .content p {
  width: 50%;
}
@media screen and (max-width:768px) {
  .online .container .service .content p {
    width: 100%;
    line-height: 1.75;
  }
}

.violet-bg {
  background-color: #F3EFFF;
  padding-top: 0px;
}
.violet-bg .title {
  background: #7E67CE;
  padding: 20px;
}
.violet-bg .title h2 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 0px;
}
@media screen and (max-width:540px) {
  .violet-bg .title h2 {
    font-size: 25px;
  }
}
.violet-bg .step {
  max-width: 450px;
  width: 35%;
  margin: 80px auto 60px;
}
@media screen and (max-width:768px) {
  .violet-bg .step {
    width: 60%;
  }
}
@media screen and (max-width:540px) {
  .violet-bg .step {
    width: 90%;
    margin: 45px auto;
  }
}
.violet-bg .step .step-title {
  text-align: center;
  font-size: 26px;
  color: #7E67CE;
  position: relative;
  font-family: "RM-R";
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width:540px) {
  .violet-bg .step .step-title {
    font-size: 23px;
  }
}
.violet-bg .step .step-title::before {
  position: absolute;
  content: url(../img/step-gizi.png);
  top: 0%;
  left: 0%;
  transform: translateX(50%);
}
@media screen and (max-width:540px) {
  .violet-bg .step .step-title::before {
    top: 20px;
    left: 4%;
  }
}
.violet-bg .step .step-title::after {
  position: absolute;
  content: url(../img/step-gizi2.png);
  top: -5%;
  right: 0%;
  transform: translateX(-50%);
}
@media screen and (max-width:540px) {
  .violet-bg .step .step-title::after {
    top: 20px;
    right: 4%;
  }
}
.violet-bg .step .step-box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 45px 50px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .violet-bg .step .step-box {
    border-radius: 20px;
    padding: 35px 40px;
  }
}
.violet-bg .step .step-content {
  text-align: center;
  color: #7E67CE;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width:540px) {
  .violet-bg .step .step-content {
    font-size: 18px;
  }
}
.violet-bg .step img {
  width: 100%;
  display: block;
}
.violet-bg .step img.number {
  width: 15%;
  margin: 0 auto 4px;
}/*# sourceMappingURL=style.css.map */