@charset "UTF-8";
@import url("fontawesome/css/all.css");
/******************
 カラー
******************/
/******************
 テキスト
******************/
.text-mc {
  color: #ea3ba6; }

.text-yellow {
  color: #FFFC00; }

.text-red {
  color: #ED1566; }

/******************
 背景
******************/
.bg-mc {
  background-color: #ea3ba6; }

.bg-yellow {
  background-color: #FFFC00; }

.bg-red {
  background-color: #ED1566; }

.bg-cream {
  background-color: #FFFCC7; }

/******************
 ボーダー
******************/
.border-mc {
  border-color: #ea3ba6 !important; }

.border-yellow {
  border-color: #FFFC00; }

.border-red {
  border-color: #ED1566; }

/******************
 リンク
******************/
a {
  text-decoration: none;
  color: #ea3ba6; }

.yellow-button {
  padding: .5rem;
  color: black;
  background-color: #FFFC00;
  padding: .5rem 3.0rem;
  font-weight: bold;
  transition: .5s;
  border-radius: 10px; }
  .yellow-button:hover {
    border-radius: 20px; }

@media screen and (max-width: 575px) {
  .yellow-button {
    padding: .5rem 1.5rem; } }
/******************
 コンテナ
******************/
.w-1000 {
  width: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.w-800 {
  width: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 999px) {
  .w-1000 {
    padding-left: 5px;
    padding-right: 5px; } }
@media screen and (max-width: 799px) {
  .w-800 {
    padding-left: 5px;
    padding-right: 5px; } }
/******************
 ベース
******************/
html {
  font-size: 16px; }

.body {
  font-family: "Noto Sans JP", "Kosugi Maru", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }

.wrapper {
  position: relative; }

:root {
  scroll-padding: 220px; }

/******************
 スマホ・PC振り分け
******************/
.sp-none {
  display: block; }

.pc-none {
  display: none; }

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

  .pc-none {
    display: block; } }
/******************
 ヘッダー
******************/
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.7); }
  .site-header .show-main-menu {
    cursor: pointer; }
    .site-header .show-main-menu:hover {
      color: #ea3ba6; }

@media screen and (max-width: 575px) {
  .site-header .logo img {
    width: 130px; }
  .site-header .yellow-button {
    font-size: 1.1rem !important;
    padding-left: .5rem;
    padding-right: .5rem; } }
/******************
 メニュー
******************/
.main-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: -100%;
  z-index: 100;
  background-color: #ea3ba6;
  transition: .6s; }
  .main-menu.show {
    right: 0; }
  .main-menu .hide-main-menu {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    font-size: 2.5rem;
    background-color: white;
    cursor: pointer; }
    .main-menu .hide-main-menu i {
      color: #ea3ba6; }
  .main-menu ul {
    list-style-type: none;
    margin-left: 0; }
    .main-menu ul li {
      margin-top: .5rem;
      margin-bottom: .5rem;
      color: white; }
      .main-menu ul li i {
        padding-right: .5rem;
        font-size: 0.8rem;
        vertical-align: middle; }
      .main-menu ul li a {
        color: white; }
        .main-menu ul li a:hover {
          color: #FFFC00; }

/******************
 メインビジュアル
******************/
/*.main-visual {
    .w-1000 {
        position: relative;
        .yellow-button {
            display: inline-block;
            position: absolute;
            bottom: 0;
            right: 0;
        }
    }
}
@media screen and (max-width: 575px) {
    .main-visual {
        .w-1000 {
            .yellow-button {
                position: absolute;
                right: auto;
                left: 50%;
                transform: translateX(-50%)
            }
        }
    }
}*/
/******************
 FAQ
******************/
.faq-mokuji {
  margin-top: 5rem;
  padding: .5rem;
  background-color: #FFFCC7; }
  .faq-mokuji ul {
    list-style-type: none;
    display: inline;
    margin-left: 0;
    padding: 0; }
    .faq-mokuji ul li {
      display: inline-block;
      margin: .5rem; }

.faq-box {
  font-size: 1.1rem; }
  .faq-box .faq-question {
    cursor: pointer;
    position: relative;
    background-color: #ea3ba6;
    padding: 0.5em 60px 0.5em 1em;
    margin-bottom: .2em;
    color: white;
    /*&::before {
        content: '\51';
        font-family: 'Font Awesome 6 Free';
        font-weight: 600;
        display: inline-block;
        padding-right: .5em;
        font-size: 1.6em;
        color: white;
    }*/ }
    .faq-box .faq-question span {
      position: absolute;
      height: 100%;
      width: 60px;
      top: 0;
      right: 0; }
      .faq-box .faq-question span i.fas {
        transition: all .6s; }
  .faq-box .faq-answer {
    position: relative;
    padding-left: 1.0em;
    padding-right: .5em;
    padding-top: .5em;
    padding-bottom: 1.0em;
    /*&::before {
        content: '\41';
        position: absolute;
        left: 1.25em;;
        top: 0;
        font-family: 'Font Awesome 6 Free';
        font-weight: 600;
        display: inline-block;
        font-size: 1.6em;
    }*/ }
    .faq-box .faq-answer p {
      margin: 0;
      padding: 0;
      padding-left: 1.8em; }

@media (max-width: 767px) {
  .faq-box {
    font-size: 1.0rem; }
    .faq-box .faq-question {
      position: relative; } }
/******************
 フォーム
******************/
label.form-label i {
  padding-right: .25rem; }

/******************
 ホーム
******************/
.point-img {
  width: 80%; }

.dot-hr {
  border-top: 5px dotted #ea3ba6; }

.plan-box {
  position: relative;
  padding-top: 200px !important; }
  .plan-box img.plan-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
  .plan-box .plan-box-inner {
    border: 10px solid black;
    padding: 300px 3rem 3rem; }

@media (max-width: 500px) {
  .plan-box {
    padding-top: 80px !important; }
    .plan-box img.plan-title {
      width: 300px; }
    .plan-box .plan-box-inner {
      border: 5px solid black;
      padding: 200px .5rem .5rem; } }
/******************
 アニメーション
******************/
.anim6 {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-name: poyopoyo; }

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1); }
  50%, 70% {
    transform: scale(0.95); } }
