@charset "UTF-8";
/* reset css
==============================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

strong {
  font-weight: normal; }

table, td, th, tr, thead, tbody {
  border: none; }

table th {
  text-align: left;
  font-weight: normal; }

table {
  border-collapse: collapse; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none; }

a img {
  border: none; }

img {
  vertical-align: bottom; }

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  select::-ms-expand {
    display: none; }

header, footer, section, nav, main,
figure, figcaption, time, small {
  display: block; }

input[type="submit"], input[type="image"] {
  border: none;
  padding: 0; }
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"] {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; }

button {
  border: none;
  margin: 0;
  cursor: pointer; }

input[type="submit"], input[type="image"], input[type="reset"] {
  cursor: pointer; }

address {
  font-style: normal; }

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none; }

input::placeholder,
textarea::placeholder {
  color: #999; }

/* 汎用モジュール
========================================================*/
.modBpPc {
  display: block; }
  @media screen and (max-width: 768px) {
    .modBpPc {
      display: none; } }
  .modBpPc--inline {
    display: inline; }
    @media screen and (max-width: 768px) {
      .modBpPc--inline {
        display: none; } }
.modBpSp {
  display: none; }
  @media screen and (max-width: 768px) {
    .modBpSp {
      display: block; } }
  .modBpSp--inline {
    display: none; }
    @media screen and (max-width: 768px) {
      .modBpSp--inline {
        display: inline; } }

.modBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../images/bg_btn.png) no-repeat center center;
  background-size: cover;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.2);
  border-radius: 45px;
  color: #222;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .modBtn {
      font-size: 24px;
      font-size: 2.4rem;
      transition: all .4s ease-in-out;
      width: 450px;
      height: 70px; } }
  @media screen and (max-width: 768px) {
    .modBtn {
      font-size: 17px;
      font-size: 1.7rem;
      width: 100%;
      height: 50px; } }
  .modBtn--large {
    background: url(../images/bg_btn_l.png) no-repeat center center;
    background-size: cover; }
    @media screen and (min-width: 769px) {
      .modBtn--large {
        font-size: 26px;
        font-size: 2.6rem;
        width: 534px;
        height: 84px; } }
    @media screen and (max-width: 768px) {
      .modBtn--large {
        font-size: 17px;
        font-size: 1.7rem;
        width: 100%;
        height: 50px; } }
  @media screen and (min-width: 769px) {
    .modBtn:hover {
      opacity: 0.8;
      -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
      transform: translate(0, 5px); } }
  .modBtn__label {
    position: relative;
    display: block;
    letter-spacing: 0.1em;
    text-shadow: 0px 2px 0px rgba(106, 16, 16, 0.2); }
    .modBtn__label::after {
      content: '';
      display: inline-block; }
      @media screen and (min-width: 769px) {
        .modBtn__label::after {
          vertical-align: 3px;
          margin: 0 0 0 15px; } }
      @media screen and (max-width: 768px) {
        .modBtn__label::after {
          vertical-align: 2px;
          margin: 0 0 0 6px; } }
      @media screen and (min-width: 769px) {
        .modBtn__label::after {
          display: inline-block;
          width: 10px;
          height: 10px;
          border-right: 3px solid #333;
          border-bottom: 3px solid #333;
          -webkit-transform: translate(0,0) rotate(-45deg);
          transform: translate(0,0) rotate(-45deg); } }
      @media screen and (max-width: 768px) {
        .modBtn__label::after {
          display: inline-block;
          width: 7px;
          height: 7px;
          border-right: 2px solid #333;
          border-bottom: 2px solid #333;
          -webkit-transform: translate(0,0) rotate(-45deg);
          transform: translate(0,0) rotate(-45deg); } }
  @media screen and (min-width: 769px) {
    .modBtn--large {
      width: 534px; } }
@media screen and (min-width: 769px) {
  .modListCircle {
    display: flex;
    justify-content: space-between; } }
@media screen and (min-width: 769px) {
  .modListCircle li {
    width: 270px; } }
@media screen and (max-width: 768px) {
  .modListCircle li {
    display: flex;
    justify-content: space-between; }
    .modListCircle li:nth-child(n+2) {
      margin: 45px 0 0; } }
.modListCircle__img {
  border-radius: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .modListCircle__img {
      box-shadow: 11.147px 10.037px 0px 0px rgba(225, 208, 179, 0.96);
      width: 265px;
      height: 265px; } }
  @media screen and (max-width: 768px) {
    .modListCircle__img {
      box-shadow: 8.147px 7.037px 0px 0px rgba(225, 208, 179, 0.96);
      width: 120px;
      height: 120px; } }
  .modListCircle__img img {
    width: 100%;
    height: auto; }
.modListCircle__title {
  line-height: 1.4;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .modListCircle__title {
      font-size: 26px;
      font-size: 2.6rem;
      margin: 25px 0 0; } }
  @media screen and (max-width: 768px) {
    .modListCircle__title {
      font-size: 18px;
      font-size: 1.8rem;
      margin: 25px 0 0; } }
@media screen and (min-width: 769px) {
  .modListCircle__text {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 20px 0 0; } }
@media screen and (max-width: 768px) {
  .modListCircle__text {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 14px 0 0; } }
.modListService {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 769px) {
    .modListService {
      justify-content: space-between;
      width: 920px;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .modListService {
      justify-content: space-between;
      padding: 0 25px; } }
  @media screen and (min-width: 769px) {
    .modListService li:nth-child(n+2) {
      margin: 0 0 0 15px; } }
  @media screen and (min-width: 769px) {
    .modListService li:nth-child(9) {
      margin: 0; } }
  @media screen and (max-width: 768px) {
    .modListService li:nth-child(n+4) {
      margin-top: 15px; } }
  .modListService__img {
    width: 98px;
    height: 98px; }
    .modListService__img img {
      width: 100%;
      height: auto; }
  .modListService__text {
    font-size: 12px;
    font-size: 1.2rem; }
    @media screen and (max-width: 768px) {
      .modListService__text {
        margin: 10px 0 0;
        display: inline-block;
        line-height: 1.4; } }
    @media screen and (min-width: 769px) {
      .modListService__text.narrow {
        letter-spacing: -0.2em; } }
    @media screen and (max-width: 768px) {
      .modListService__text.narrow {
        letter-spacing: -0.1em; } }
  @media screen and (max-width: 768px) {
    .modListService--spSmall {
      margin-top: 15px;
      justify-content: center; }
      .modListService--spSmall li {
        width: 25%; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      .modListService--spSmall li:nth-child(4) {
        margin-top: 0; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      .modListService--spSmall li:nth-child(n+5) {
        margin-top: 15px; } }
  @media screen and (max-width: 768px) {
      .modListService--spSmall .modListService__img {
        width: 70px;
        height: 70px;
        margin: 0 auto;
        text-align: center; } }
@media screen and (min-width: 769px) {
  .modListNumber {
    display: flex;
    justify-content: space-between; } }
.modListNumber li {
  position: relative;
  background: #fff; }
  @media screen and (min-width: 769px) {
    .modListNumber li {
      width: 283px;
      text-align: center;
      padding: 28px 30px 50px;
      box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 768px) {
    .modListNumber li {
      padding: 40px 20px 26px;
      margin: 0 0 30px;
      box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2); } }
.modListNumber__num {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0); }
  @media screen and (min-width: 769px) {
    .modListNumber__num {
      top: -30px; } }
  @media screen and (max-width: 768px) {
    .modListNumber__num {
      top: -22px; } }
.modListNumber__title {
  font-weight: bold;
  line-height: 1.5; }
  @media screen and (min-width: 769px) {
    .modListNumber__title {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media screen and (max-width: 768px) {
    .modListNumber__title {
      font-size: 23px;
      font-size: 2.3rem; } }
@media screen and (min-width: 769px) {
  .modListNumber__text {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 17px 0 0; } }
@media screen and (max-width: 768px) {
  .modListNumber__text {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 6px 0 0; } }
.modListNumber__img {
  margin: 0 0 20px; }
  .modListNumber__img img {
    width: 100%; }
@media screen and (max-width: 768px) {
  .modListNumber--reason li {
    padding: 22px 20px 22px 95px; }
  .modListNumber--reason .modListNumber__num {
    left: 20px;
    top: 50%;
    transform: translate(0%, -50%); } }
.modBalloon {
  position: relative;
  display: inline-block;
  background: #ea0095;
  color: #fff;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .modBalloon {
      font-size: 26px;
      font-size: 2.6rem;
      padding: 10px; } }
  @media screen and (max-width: 768px) {
    .modBalloon {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 5px; } }
  .modBalloon__inner {
    letter-spacing: 0.15em;
    border: 1px solid #fff; }
    @media screen and (min-width: 769px) {
      .modBalloon__inner {
        padding: 9px 53px; } }
    @media screen and (max-width: 768px) {
      .modBalloon__inner {
        padding: 7px 31px; } }
  .modBalloon::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ea0095 transparent transparent transparent; }
    @media screen and (min-width: 769px) {
      .modBalloon::before {
        border-width: 26px 11px 0 11px;
        left: calc(50% - 11px);
        bottom: -26px; } }
    @media screen and (max-width: 768px) {
      .modBalloon::before {
        border-width: 15px 6.5px 0 6.5px;
        left: calc(50% - 6.5px);
        bottom: -14px; } }
.modUnderDot {
  position: relative; }
  .modUnderDot::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background: url(../images/underline_dot.png) repeat-x left center;
    width: 100%;
    height: 6px; }
    @media screen and (min-width: 769px) {
      .modUnderDot::after {
        bottom: -10px; } }
    @media screen and (max-width: 768px) {
      .modUnderDot::after {
        bottom: -5px; } }
.modUnderLine {
  background: linear-gradient(transparent 70%, #fff0cd 0%);
  display: inline;
  padding: 0 2px 2px; }

/* container
===============================================================================================*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; }

body {
  background: #fff;
  color: #222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
  letter-spacing: 1px; }
  @media screen and (min-width: 769px) {
    body {
      min-width: 1080px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.6; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.6; } }
  body.unscrollable {
    overflow: hidden;
    width: 100%; }

#container {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    #container {
      min-height: 100vh; } }

a {
  color: inherit; }

* {
  box-sizing: border-box; }

/* footer
===============================================================================================*/
.footer {
  background: #222;
  text-align: center;
  padding: 15px 0 15px;
  letter-spacing: 0.05em; }
  .footer__copy {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem; }

/* header
===============================================================================================*/
@media screen and (min-width: 769px) {
  .header {
    height: 625px;
    background: url(../images/bg_kv_photo.png) no-repeat center top;
    background-size: cover;
    padding: 27px 0 0 0; } }
@media screen and (max-width: 768px) {
  .header {
    background: url(../images/bg_kv_photo_sp.png) no-repeat center top;
    background-size: 100% auto;
    padding: 8px 0 22px; } }
@media screen and (min-width: 769px) {
  .header__logo {
    height: 625px;
    margin: 0 0 0 40px; } }
@media screen and (max-width: 768px) {
  .header__logo {
    width: 213px;
    height: auto;
    margin: 0 0 0 10px; }
    .header__logo img {
      width: 100%;
      height: auto; } }
@media screen and (min-width: 769px) {
  .header__main {
    position: absolute;
    left: 0;
    top: 75px;
    text-align: center;
    background: url(../images/bg_kv_white.png) no-repeat center center;
    padding: 138px 0 0;
    width: 550px;
    height: 492px;
    margin: 44px 0 0 4.5%; } }
@media screen and (max-width: 768px) {
  .header__main {
    position: relative;
    text-align: center;
    background: url(../images/bg_kv_white_sp.png) no-repeat center top;
    background-size: cover;
    margin: 119px 17px 0;
    padding: 32px 40px 25px; } }
@media screen and (max-width: 768px) {
  .header__main__sub img {
    width: 140px;
    margin: 0 auto; } }
@media screen and (min-width: 769px) {
  .header__main__title {
    margin: 12px 0 0; } }
@media screen and (max-width: 768px) {
  .header__main__title {
    margin: 9px 0 0; } }
.header__main__title .sub {
  font-weight: bold;
  letter-spacing: 0.01em; }
  @media screen and (min-width: 769px) {
    .header__main__title .sub {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media screen and (max-width: 768px) {
    .header__main__title .sub {
      font-size: 16px;
      font-size: 1.6rem; } }
@media screen and (min-width: 769px) {
  .header__main__title .main {
    margin: 12px 0 0; } }
@media screen and (max-width: 768px) {
  .header__main__title .main {
    margin: 9px 0 0; }
    .header__main__title .main img {
      width: 100%;
      height: auto; } }
@media screen and (min-width: 769px) {
  .header__main__award {
    margin: 13px 0 0;
    text-align: center; }
    .header__main__award img {
      margin: 0 auto; } }
@media screen and (max-width: 768px) {
  .header__main__award {
    width: 242px;
    margin: 13px auto 0; }
    .header__main__award img {
      width: 100%;
      height: auto; } }

/* inqueryArea
===============================================================================================*/
.inqueryArea {
  position: relative;
  color: #fff;
  border-bottom: 1px solid #f5bbe1;
  background: -webkit-linear-gradient(top, #f244b3 0%, #ea0095 100%);
  background: -moz-linear-gradient(top, #f244b3 0%, #ea0095 100%);
  background: -o-linear-gradient(top, #f244b3 0%, #ea0095 100%);
  background: -ms-linear-gradient(top, #f244b3 0%, #ea0095 100%);
  background: linear-gradient(to bottom, #f244b3 0%, #ea0095 100%); }
  @media screen and (min-width: 769px) {
    .inqueryArea {
      padding: 20px 0 15px; } }
  @media screen and (max-width: 768px) {
    .inqueryArea {
      padding: 25px 0 10px; } }
  @media screen and (min-width: 769px) {
    .inqueryArea__inner {
      display: flex;
      justify-content: space-between;
      max-width: 920px;
      margin: 0 auto;
      padding: 22px 0 20px; } }
  @media screen and (max-width: 768px) {
    .inqueryArea__inner {
      text-align: center; } }
  .inqueryArea__price__plan {
    font-weight: bold;
    border: 1px solid #fff;
    line-height: 1;
    text-align: center;
    margin: 10px 0 0; }
    @media screen and (min-width: 769px) {
      .inqueryArea__price__plan {
        display: block;
        font-size: 24px;
        font-size: 2.4rem;
        padding: 8px 0;
        width: 350px;
        margin: 0 0 5px; } }
    @media screen and (max-width: 768px) {
      .inqueryArea__price__plan {
        display: inline-block;
        font-size: 13px;
        font-size: 1.3rem;
        width: auto;
        padding: 7px 62px;
        margin: 0 0 5px; } }
  .inqueryArea__price__detail {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .inqueryArea__price__detail {
        justify-content: center; } }
    .inqueryArea__price__detail .time {
      display: block;
      color: #ea0095;
      background: #fff;
      border-radius: 100%;
      line-height: 1.4;
      text-align: center;
      margin: 0 10px 0 0;
      font-weight: bold; }
      @media screen and (min-width: 769px) {
        .inqueryArea__price__detail .time {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 15px 0 0;
          width: 80px;
          height: 80px;
          line-height: 1.3; } }
      @media screen and (max-width: 768px) {
        .inqueryArea__price__detail .time {
          font-size: 11px;
          font-size: 1.1rem;
          padding: 11px 0 0;
          width: 55px;
          height: 55px;
          font-weight: bold; } }
      @media screen and (min-width: 769px) {
        .inqueryArea__price__detail .time .num {
          font-size: 21px;
          font-size: 2.1rem; } }
      @media screen and (max-width: 768px) {
        .inqueryArea__price__detail .time .num {
          font-size: 14px;
          font-size: 1.4rem; } }
    @media screen and (min-width: 769px) {
      .inqueryArea__price__detail .price img {
        width: 258px;
        margin: 0 0 0 3px; } }
    @media screen and (max-width: 768px) {
      .inqueryArea__price__detail .price img {
        width: 178px;
        margin: 4px 0 0 0; } }
  @media screen and (max-width: 768px) {
    .inqueryArea__tel {
      text-align: center;
      margin: 25px 0 0; } }
  @media screen and (min-width: 769px) {
    .inqueryArea__tel .text {
      font-size: 17px;
      font-size: 1.7rem;
      margin: 0 0 0 75px; } }
  @media screen and (max-width: 768px) {
    .inqueryArea__tel .text {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 768px) {
    .inqueryArea__tel .number {
      display: block;
      margin: 16px 0 0; } }
  @media screen and (max-width: 768px) {
    .inqueryArea__tel .number img {
      width: 100%;
      height: auto; } }
  @media screen and (min-width: 769px) {
    .inqueryArea__tel .time {
      font-size: 14px;
      font-size: 1.4rem;
      font-size: 1.4rem;
      margin: 5px 0 0 65px; } }
  @media screen and (max-width: 768px) {
    .inqueryArea__tel .time {
      font-size: 11px;
      font-size: 1.1rem;
      margin: 8px 0 0; } }
  .inqueryArea__btn {
    text-align: center; }
    @media screen and (min-width: 769px) {
      .inqueryArea__btn {
        padding: 6px ​30px 0 40px; } }
    @media screen and (max-width: 768px) {
      .inqueryArea__btn {
        padding: 12px 25px; } }
    .inqueryArea__btn__text {
      position: relative;
      font-weight: bold;
      display: inline-block;
      letter-spacing: -0.01em; }
      @media screen and (min-width: 769px) {
        .inqueryArea__btn__text {
          font-size: 20px;
          font-size: 2rem;
          padding: 0 27px;
          margin: -10px 0 12px 0;
          letter-spacing: 0.1em; } }
      @media screen and (max-width: 768px) {
        .inqueryArea__btn__text {
          padding: 0 20px;
          margin: 9px 0 7px 0;
          font-size: 12px;
          font-size: 1.2rem; } }
      .inqueryArea__btn__text::before, .inqueryArea__btn__text::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        background: #fff;
        width: 1px;
        height: 25px; }
      .inqueryArea__btn__text::before {
        left: 0;
        transform: rotate(-45deg); }
      .inqueryArea__btn__text::after {
        right: 0;
        transform: rotate(45deg); }
  @media screen and (max-width: 768px) {
    .inqueryArea--narrow .inqueryArea {
      padding: 20px 0 25px; } }
  @media screen and (min-width: 769px) {
    .inqueryArea--narrow .inqueryArea__inner {
      display: flex;
      max-width: 820px;
      margin: 0 auto;
      padding: 0 20px 0 0; } }
  @media screen and (max-width: 768px) {
    .inqueryArea--narrow .inqueryArea__inner {
      text-align: center; } }
  .inqueryArea--narrow .inqueryArea__price__plan {
    font-weight: bold;
    border: 1px solid #fff;
    line-height: 1;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .inqueryArea--narrow .inqueryArea__price__plan {
        display: block;
        font-size: 24px;
        font-size: 2.4rem;
        width: 300px;
        padding: 6px 0;
        margin: 0 0 5px; } }
    @media screen and (max-width: 768px) {
      .inqueryArea--narrow .inqueryArea__price__plan {
        display: inline-block;
        font-size: 13px;
        font-size: 1.3rem;
        width: auto;
        padding: 4px 43px;
        margin: 0 0 5px; } }
  .inqueryArea--narrow .inqueryArea__price__detail {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .inqueryArea--narrow .inqueryArea__price__detail {
        justify-content: center; } }
    .inqueryArea--narrow .inqueryArea__price__detail .time {
      display: block;
      color: #ea0095;
      background: #fff;
      border-radius: 100%;
      line-height: 1.4;
      text-align: center;
      margin: 0 10px 0 0;
      font-weight: bold; }
      @media screen and (min-width: 769px) {
        .inqueryArea--narrow .inqueryArea__price__detail .time {
          font-size: 13px;
          font-size: 1.3rem;
          padding: 10px 0 0;
          width: 64px;
          height: 64px;
          font-weight: bold; } }
      @media screen and (max-width: 768px) {
        .inqueryArea--narrow .inqueryArea__price__detail .time {
          font-size: 11px;
          font-size: 1.1rem;
          padding: 6px 0 0;
          width: 47px;
          height: 47px;
          font-weight: bold; } }
      @media screen and (min-width: 769px) {
        .inqueryArea--narrow .inqueryArea__price__detail .time .num {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 768px) {
        .inqueryArea--narrow .inqueryArea__price__detail .time .num {
          font-size: 14px;
          font-size: 1.4rem; } }
    @media screen and (min-width: 769px) {
      .inqueryArea--narrow .inqueryArea__price__detail .price img {
        width: 220px;
        margin: 4px 0 0 5px; } }
    @media screen and (max-width: 768px) {
      .inqueryArea--narrow .inqueryArea__price__detail .price img {
        width: 152px;
        margin: 4px 0 0 0; } }
  .inqueryArea--narrow .inqueryArea__btn {
    text-align: center; }
    @media screen and (min-width: 769px) {
      .inqueryArea--narrow .inqueryArea__btn {
        padding: 3px 30px 0 0;
        width: 450px;
        height: 70px; } }
    @media screen and (max-width: 768px) {
      .inqueryArea--narrow .inqueryArea__btn {
        padding: 3px 25px; } }
    .inqueryArea--narrow .inqueryArea__btn__text {
      position: relative;
      font-weight: bold;
      display: inline-block;
      letter-spacing: -0.01em; }
      @media screen and (min-width: 769px) {
        .inqueryArea--narrow .inqueryArea__btn__text {
          font-size: 19px;
          font-size: 1.9rem;
          padding: 0 20px;
          margin: -4px 0 8px -18px;
          letter-spacing: 0.07em; } }
      @media screen and (max-width: 768px) {
        .inqueryArea--narrow .inqueryArea__btn__text {
          padding: 0 20px;
          margin: 9px 0 5px 0;
          font-size: 12px;
          font-size: 1.2rem; } }
      .inqueryArea--narrow .inqueryArea__btn__text::before, .inqueryArea--narrow .inqueryArea__btn__text::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        background: #fff;
        width: 1px;
        height: 25px; }
      .inqueryArea--narrow .inqueryArea__btn__text::before {
        left: 0;
        transform: rotate(-45deg); }
      .inqueryArea--narrow .inqueryArea__btn__text::after {
        right: 0;
        transform: rotate(45deg); }
  .inqueryArea--bgWhite {
    color: #ea0095;
    background: #fff;
    border: 4px solid #ef00aa;
    border-width: 4px 0; }
    .inqueryArea--bgWhite .inqueryArea__price__plan {
      color: #fff;
      background: #ea0095;
      border: none; }
    .inqueryArea--bgWhite .inqueryArea__price__detail .time {
      border: 2px solid #ea0095; }
    .inqueryArea--bgWhite .inqueryArea__tel .text, .inqueryArea--bgWhite .inqueryArea__tel .time {
      color: #222; }
    .inqueryArea--bgWhite .inqueryArea__btn__text::before, .inqueryArea--bgWhite .inqueryArea__btn__text::after {
      background: #ea0095; }
  @media screen and (min-width: 769px) {
    .inqueryArea--contact {
      padding: 52px 0 60px; } }
  @media screen and (max-width: 768px) {
    .inqueryArea--contact {
      padding: 25px 25px 35px;
      margin-top: -1px; } }
  @media screen and (min-width: 769px) {
    .inqueryArea--contact .inqueryArea__inner {
      max-width: 1000px; } }
  .inqueryArea--contact .inqueryArea__btn {
    padding: 0; }
    @media screen and (min-width: 769px) {
      .inqueryArea--contact .inqueryArea__btn {
        margin: -10px 0 0 55px; } }
    @media screen and (min-width: 769px) {
      .inqueryArea--contact .inqueryArea__btn .modBtn {
        height: 78px; } }
    @media screen and (min-width: 769px) {
      .inqueryArea--contact .inqueryArea__btn__text {
        margin-bottom: 10px;
        letter-spacing: 0.1em;
        padding: 0 24px; } }
    @media screen and (max-width: 768px) {
      .inqueryArea--contact .inqueryArea__btn__text {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 16px 0 12px 0;
        letter-spacing: 0.1em;
        padding: 0 22px; } }

/* お知らせ
===============================================================================================*/
.infoBox {
  letter-spacing: 0;
  border: 1px solid #dedede; }
  @media screen and (min-width: 769px) {
    .infoBox {
      font-size: 15px;
      font-size: 1.5rem;
      text-align: center;
      padding: 22px 0; } }
  @media screen and (max-width: 768px) {
    .infoBox {
      font-size: 12px;
      font-size: 1.2rem;
      text-align: left;
      padding: 22px 20px; } }

/* 3つの理由
===============================================================================================*/
.reason {
  background: url(../images/bg_stripe.png); }
  @media screen and (min-width: 769px) {
    .reason {
      padding: 70px 0 80px; } }
  @media screen and (max-width: 768px) {
    .reason {
      padding: 65px 25px 70px; } }
  @media screen and (min-width: 769px) {
    .reason__inner {
      width: 950px;
      margin: 0 auto; } }
  .reason__title {
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 769px) {
      .reason__title {
        font-size: 40px;
        font-size: 4rem;
        margin: 0 0 50px; } }
    @media screen and (max-width: 768px) {
      .reason__title {
        font-size: 26px;
        font-size: 2.6rem;
        margin: 0 0 45px;
        line-height: 1; } }
    .reason__title .num {
      color: #ea0095; }
      @media screen and (min-width: 769px) {
        .reason__title .num {
          font-size: 50px;
          font-size: 5rem; } }
      @media screen and (max-width: 768px) {
        .reason__title .num {
          font-size: 42px;
          font-size: 4.2rem; } }
  .reason__conclusion {
    position: relative;
    background: #ea0095;
    color: #fff;
    text-align: center;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .reason__conclusion {
        font-size: 30px;
        font-size: 3rem;
        padding: 30px 30px 38px;
        margin: 100px 0 0;
        box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 768px) {
      .reason__conclusion {
        font-size: 20px;
        font-size: 2rem;
        padding: 35px 40px 38px;
        margin: 70px 0 0;
        line-height: 1.7;
        box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2); } }
    .reason__conclusion::before {
      content: '';
      display: block;
      position: absolute;
      left: calc(50% - 44px);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 44px 44px 0 44px;
      border-color: #ffcbed transparent transparent transparent; }
      @media screen and (min-width: 769px) {
        .reason__conclusion::before {
          top: -64px; } }
      @media screen and (max-width: 768px) {
        .reason__conclusion::before {
          top: -52px; } }

/* こんな方がご利用中
===============================================================================================*/
.target {
  position: relative;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .target {
      padding: 80px 0 80px; } }
  @media screen and (max-width: 768px) {
    .target {
      padding: 60px 0 68px; } }
  @media screen and (min-width: 769px) {
    .target__inner {
      width: 950px;
      margin: 0 auto; } }
  .target__title {
    position: relative;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0; }
    @media screen and (min-width: 769px) {
      .target__title {
        font-size: 34px;
        font-size: 3.4rem;
        padding: 0 65px;
        margin: 70px 0 0; } }
    @media screen and (max-width: 768px) {
      .target__title {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 0 28px;
        margin: 32px 0 0; } }
    .target__title::before, .target__title::after {
      content: '';
      display: block;
      position: absolute;
      background: #222; }
      @media screen and (min-width: 769px) {
        .target__title::before, .target__title::after {
          top: -15px;
          width: 2px;
          height: 80px; } }
      @media screen and (max-width: 768px) {
        .target__title::before, .target__title::after {
          top: auto;
          bottom: 0;
          width: 1px;
          height: 70px; } }
    .target__title::before {
      left: 0;
      transform: rotate(-39deg); }
    .target__title::after {
      right: 0;
      transform: rotate(39deg); }
  @media screen and (min-width: 769px) {
    .target .modListCircle {
      margin: 55px 0 0; } }
  @media screen and (max-width: 768px) {
    .target .modListCircle {
      margin: 40px 25px 0; }
      .target .modListCircle li {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
      .target .modListCircle__inner {
        text-align: left;
        padding: 0 0 10px 30px;
        width: calc(100% - 120px); } }

/* 初回お試しプラン
===============================================================================================*/
.trialPlan {
  text-align: center; }
  @media screen and (min-width: 769px) {
    .trialPlan {
      padding: 150px 0 80px; } }
  @media screen and (max-width: 768px) {
    .trialPlan {
      padding: 50px 0 65px; } }
  @media screen and (min-width: 769px) {
    .trialPlan__inner {
      width: 950px;
      margin: 0 auto; } }
  .trialPlan__title {
    position: relative;
    display: inline-block;
    line-height: 1.7;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .trialPlan__title {
        font-size: 38px;
        font-size: 3.8rem;
        padding: 0 75px; } }
    @media screen and (max-width: 768px) {
      .trialPlan__title {
        font-size: 22px;
        font-size: 2.2rem;
        padding: 0; } }
    .trialPlan__title .plan {
      color: #ea0095; }
      @media screen and (min-width: 769px) {
        .trialPlan__title .plan {
          font-size: 44px;
          font-size: 4.4rem; } }
      @media screen and (max-width: 768px) {
        .trialPlan__title .plan {
          font-size: 28px;
          font-size: 2.8rem; } }
    .trialPlan__title::before, .trialPlan__title::after {
      content: '';
      display: block;
      position: absolute;
      background: url(../images/shape01.png) no-repeat center center;
      background-size: 100% auto; }
      @media screen and (min-width: 769px) {
        .trialPlan__title::before, .trialPlan__title::after {
          top: -43px;
          width: 80px;
          height: 75px; } }
      @media screen and (max-width: 768px) {
        .trialPlan__title::before, .trialPlan__title::after {
          top: -20px;
          width: 40px;
          height: 37px; } }
    .trialPlan__title::before {
      left: -30px;
      transform: rotate(-119deg); }
    .trialPlan__title::after {
      right: -30px; }
  .trialPlan__lead {
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .trialPlan__lead {
        padding: 0 25px;
        text-align: left; } }
  @media screen and (min-width: 769px) {
    .trialPlan__kv {
      margin: 75px 0 105px; } }
  @media screen and (max-width: 768px) {
    .trialPlan__kv {
      margin: 38px 0 73px; } }
  .trialPlan__kv img {
    width: 100%;
    height: auto; }
  .trialPlan__subTitle {
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .trialPlan__subTitle {
        font-size: 34px;
        font-size: 3.4rem;
        margin: 0 0 30px; } }
    @media screen and (max-width: 768px) {
      .trialPlan__subTitle {
        font-size: 24px;
        font-size: 2.4rem;
        margin: 0 0 22px; } }
    .trialPlan__subTitle .small {
      position: relative;
      display: inline-block; }
      @media screen and (min-width: 769px) {
        .trialPlan__subTitle .small {
          font-size: 26px;
          font-size: 2.6rem;
          padding: 0 35px; } }
      @media screen and (max-width: 768px) {
        .trialPlan__subTitle .small {
          font-size: 17px;
          font-size: 1.7rem;
          padding: 0 16px; } }
      .trialPlan__subTitle .small::before, .trialPlan__subTitle .small::after {
        content: '';
        display: block;
        position: absolute;
        background: #222; }
        @media screen and (min-width: 769px) {
          .trialPlan__subTitle .small::before, .trialPlan__subTitle .small::after {
            top: 0;
            width: 2px;
            height: 50px; } }
        @media screen and (max-width: 768px) {
          .trialPlan__subTitle .small::before, .trialPlan__subTitle .small::after {
            top: -2px;
            width: 1px;
            height: 30px; } }
      .trialPlan__subTitle .small::before {
        left: 0;
        transform: rotate(-38deg); }
      .trialPlan__subTitle .small::after {
        right: 0;
        transform: rotate(38deg); }

/* サービス利用例
===============================================================================================*/
.useSample {
  background: #fcfcf8; }
  @media screen and (min-width: 769px) {
    .useSample {
      padding: 65px 0 80px; } }
  @media screen and (max-width: 768px) {
    .useSample {
      padding: 37px 0 65px; } }
  @media screen and (min-width: 769px) {
    .useSample__inner {
      width: 1000px;
      margin: 0 auto; } }
  .useSample__title {
    text-align: center;
    line-height: 1.5;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .useSample__title {
        font-size: 40px;
        font-size: 4rem;
        margin: 0 0 60px; } }
    @media screen and (max-width: 768px) {
      .useSample__title {
        font-size: 24px;
        font-size: 2.4rem;
        margin: 0 0 25px; } }
    .useSample__title .small {
      position: relative;
      display: inline-block;
      color: #ea0095; }
      @media screen and (min-width: 769px) {
        .useSample__title .small {
          font-size: 26px;
          font-size: 2.6rem;
          padding: 0 65px; } }
      @media screen and (max-width: 768px) {
        .useSample__title .small {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 0 45px; } }
      .useSample__title .small::before, .useSample__title .small::after {
        content: '';
        display: block;
        position: absolute;
        background: url(../images/shape02.png) no-repeat center center; }
        @media screen and (min-width: 769px) {
          .useSample__title .small::before, .useSample__title .small::after {
            width: 30px;
            height: 36px;
            top: 7px; } }
        @media screen and (max-width: 768px) {
          .useSample__title .small::before, .useSample__title .small::after {
            top: 0px;
            width: 18px;
            height: 22px;
            background: url(../images/shape02.png) no-repeat center center;
            background-size: 100% auto; } }
      .useSample__title .small::before {
        left: 0; }
      .useSample__title .small::after {
        right: 0;
        transform: rotate(78deg); }
  @media screen and (min-width: 769px) {
    .useSample .combBlock {
      display: flex;
      justify-content: space-between; } }
  @media screen and (max-width: 768px) {
    .useSample .combBlock {
      padding: 0 25px;
      display: flex;
      justify-content: space-between; } }
  .useSample .combBlock__cont {
    position: relative;
    background: #fff; }
    @media screen and (min-width: 769px) {
      .useSample .combBlock__cont {
        border-radius: 0 0 10px 10px;
        width: 460px; } }
    @media screen and (max-width: 768px) {
      .useSample .combBlock__cont {
        border-radius: 0 0 5px 5px;
        width: 45%; } }
    .useSample .combBlock__cont + .combBlock__cont::before, .useSample .combBlock__cont + .combBlock__cont::after {
      content: '';
      display: block;
      position: absolute;
      background: #404040;
      height: 7px; }
      @media screen and (min-width: 769px) {
        .useSample .combBlock__cont + .combBlock__cont::before, .useSample .combBlock__cont + .combBlock__cont::after {
          width: 40px;
          top: 50%;
          left: -58px; } }
      @media screen and (max-width: 768px) {
        .useSample .combBlock__cont + .combBlock__cont::before, .useSample .combBlock__cont + .combBlock__cont::after {
          top: 50%;
          left: calc(0% - 30px);
          width: 20px; } }
    .useSample .combBlock__cont + .combBlock__cont::after {
      transform: rotate(90deg); }
  .useSample .combBlock__title {
    background: #37c8f1;
    text-align: center;
    color: #fff;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .useSample .combBlock__title {
        border-radius: 10px 10px 0 0;
        font-size: 28px;
        font-size: 2.8rem;
        padding: 8px 0; } }
    @media screen and (max-width: 768px) {
      .useSample .combBlock__title {
        border-radius: 5px 5px 0 0;
        font-size: 20px;
        font-size: 2rem;
        padding: 6px 0; } }
  .useSample .combBlock__img img {
    width: 100%;
    height: auto; }
  .useSample .combBlock__text {
    position: relative; }
    @media screen and (min-width: 769px) {
      .useSample .combBlock__text {
        padding: 35px 28px; } }
    @media screen and (max-width: 768px) {
      .useSample .combBlock__text {
        padding: 25px 20px 25px; } }
  .useSample .combBlock__items li {
    text-indent: -1em;
    padding-left: 1em; }
    @media screen and (min-width: 769px) {
      .useSample .combBlock__items li:nth-child(n+2) {
        margin: 11px 0 0; } }
    @media screen and (max-width: 768px) {
      .useSample .combBlock__items li:nth-child(n+2) {
        margin: 5px 0 0; } }
    .useSample .combBlock__items li::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      background: #222; }
      @media screen and (min-width: 769px) {
        .useSample .combBlock__items li::before {
          width: 8px;
          height: 8px;
          border-radius: 8px;
          margin: 0 6px 0 0; } }
      @media screen and (max-width: 768px) {
        .useSample .combBlock__items li::before {
          width: 6px;
          height: 6px;
          margin: 0 8px 0 0;
          border-radius: 6px; } }
  .useSample .combBlock__total {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/shape03.png) no-repeat center center;
    background-size: 100% auto;
    color: #fff;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .useSample .combBlock__total {
        top: 44px;
        right: 30px;
        width: 91px;
        height: 89px;
        font-size: 15px;
        font-size: 1.5rem; } }
    @media screen and (max-width: 768px) {
      .useSample .combBlock__total {
        top: -45px;
        right: 12px;
        width: 64px;
        height: 64px;
        font-size: 11px;
        font-size: 1.1rem; } }
    @media screen and (min-width: 769px) {
      .useSample .combBlock__total .num {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media screen and (max-width: 768px) {
      .useSample .combBlock__total .num {
        font-size: 16px;
        font-size: 1.6rem; } }
  .useSample .combBlock__caution {
    color: #666;
    line-height: 1.8; }
    @media screen and (min-width: 769px) {
      .useSample .combBlock__caution {
        text-align: right;
        font-size: 13px;
        font-size: 1.3rem;
        margin: 32px 0 0; } }
    @media screen and (max-width: 768px) {
      .useSample .combBlock__caution {
        font-size: 11px;
        font-size: 1.1rem;
        margin: 15px 25px 0; } }

/* サービス利用例
===============================================================================================*/
@media screen and (min-width: 769px) {
  .movie {
    padding: 70px 0 80px; } }
@media screen and (max-width: 768px) {
  .movie {
    padding: 45px 0 38px; } }
@media screen and (min-width: 769px) {
  .movie__inner {
    width: 1000px;
    margin: 0 auto; } }
.movie__title {
  text-align: center;
  line-height: 1.3;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .movie__title {
      font-size: 40px;
      font-size: 4rem;
      margin: 0 0 60px; } }
  @media screen and (max-width: 768px) {
    .movie__title {
      font-size: 24px;
      font-size: 2.4rem;
      margin: 0 0 30px; } }
  .movie__title .sub {
    position: relative;
    display: inline-block;
    color: #ea0095; }
    @media screen and (min-width: 769px) {
      .movie__title .sub {
        font-size: 26px;
        font-size: 2.6rem;
        padding: 0 40px; } }
    @media screen and (max-width: 768px) {
      .movie__title .sub {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 15px; } }
    .movie__title .sub::before, .movie__title .sub::after {
      content: '';
      display: block;
      position: absolute;
      background: #ea0095; }
      @media screen and (min-width: 769px) {
        .movie__title .sub::before, .movie__title .sub::after {
          top: 0;
          width: 2px;
          height: 36px; } }
      @media screen and (max-width: 768px) {
        .movie__title .sub::before, .movie__title .sub::after {
          top: -3px;
          width: 1px;
          height: 25px; } }
    .movie__title .sub::before {
      left: 0; }
      @media screen and (min-width: 769px) {
        .movie__title .sub::before {
          transform: rotate(-45deg); } }
      @media screen and (max-width: 768px) {
        .movie__title .sub::before {
          transform: rotate(-40deg); } }
    .movie__title .sub::after {
      right: 0; }
      @media screen and (min-width: 769px) {
        .movie__title .sub::after {
          transform: rotate(45deg); } }
      @media screen and (max-width: 768px) {
        .movie__title .sub::after {
          transform: rotate(40deg); } }
  .movie__title .emp {
    color: #ea0095; }
  @media screen and (min-width: 769px) {
    .movie__title .small {
      font-size: 33px;
      font-size: 3.3rem; } }
  @media screen and (max-width: 768px) {
    .movie__title .small {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media screen and (min-width: 769px) {
    .movie__title .num {
      font-size: 54px;
      font-size: 5.4rem; } }
  @media screen and (max-width: 768px) {
    .movie__title .num {
      font-size: 33px;
      font-size: 3.3rem; } }
.movie__wrap {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .movie__wrap {
      padding: 0 25px; } }
  @media screen and (max-width: 768px) {
    .movie__wrap iframe {
      width: 100%;
      height: 47vw; } }

/* 評価される理由
===============================================================================================*/
.education {
  text-align: center; }
  @media screen and (min-width: 769px) {
    .education {
      padding: 80px 0 20px; } }
  @media screen and (max-width: 768px) {
    .education {
      padding: 47px 0 40px; } }
  @media screen and (min-width: 769px) {
    .education .modBalloon__inner {
      padding: 9px 18px; } }
  @media screen and (max-width: 768px) {
    .education .modBalloon__inner {
      padding: 7px 10px; } }
  @media screen and (min-width: 769px) {
    .education__inner {
      width: 1000px;
      margin: 0 auto; } }
  .education__title {
    font-weight: bold;
    margin: 30px 0 0; }
    @media screen and (min-width: 769px) {
      .education__title {
        font-size: 44px;
        font-size: 4.4rem; } }
    @media screen and (max-width: 768px) {
      .education__title {
        font-size: 25px;
        font-size: 2.5rem; } }
  @media screen and (min-width: 769px) {
    .education__lead {
      margin: 54px 0; } }
  @media screen and (max-width: 768px) {
    .education__lead {
      margin: 43px 25px 0;
      text-align: left;
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (min-width: 769px) {
    .education .modListNumber {
      margin: 0; } }
  @media screen and (max-width: 768px) {
    .education .modListNumber {
      margin: 66px 25px 0; } }
  .education .modListNumber li {
    padding: 0;
    box-shadow: none; }
    .education .modListNumber li:not(:last-child) {
      margin: 0 0 65px; }
  .education .modListNumber__img img {
    width: 100%;
    height: auto; }
  .education .modListNumber__title {
    text-align: left; }
  .education .modListNumber__text {
    text-align: left;
    line-height: 1.65; }
    @media screen and (min-width: 769px) {
      .education .modListNumber__text {
        margin: 5px 0 0; } }
    @media screen and (max-width: 768px) {
      .education .modListNumber__text {
        margin: 10px 0 0; } }
  .education__caution {
    color: #666; }
    @media screen and (min-width: 769px) {
      .education__caution {
        font-size: 13px;
        font-size: 1.3rem;
        text-align: right;
        margin: 0; } }
    @media screen and (max-width: 768px) {
      .education__caution {
        font-size: 1.1rem;
        text-align: left;
        margin: 15px 25px 0; } }

/*　お客様の声
===============================================================================================*/
.voice {
  background: #fcfcf8; }
  @media screen and (min-width: 769px) {
    .voice {
      padding: 80px 0 55px; } }
  @media screen and (max-width: 768px) {
    .voice {
      padding: 60px 0 70px; } }
  .voice__title {
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    color: #ea0095;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .voice__title {
        font-size: 40px;
        font-size: 4rem;
        padding: 0 65px; } }
    @media screen and (max-width: 768px) {
      .voice__title {
        font-size: 28px;
        font-size: 2.8rem;
        padding: 0 32px; } }
    .voice__title__wrap {
      text-align: center; }
    @media screen and (min-width: 769px) {
      .voice__title .small {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 768px) {
      .voice__title .small {
        font-size: 18px;
        font-size: 1.8rem; } }
    .voice__title::before, .voice__title::after {
      content: '';
      display: block;
      position: absolute;
      top: 55px;
      background: url(../images/shape02.png) no-repeat center center;
      background-size: 100%; }
      @media screen and (min-width: 769px) {
        .voice__title::before, .voice__title::after {
          width: 30px;
          height: 36px; } }
      @media screen and (max-width: 768px) {
        .voice__title::before, .voice__title::after {
          width: 18px;
          height: 22px; } }
    .voice__title::before {
      left: 0; }
    .voice__title::after {
      right: 0;
      transform: rotate(78deg); }
  .voiceArticle {
    position: relative;
    background: #fff; }
    @media screen and (min-width: 769px) {
      .voiceArticle {
        width: 1100px;
        margin: 35px auto 0;
        padding: 45px 50px 115px;
        box-shadow: 12.728px 12.728px 0px 0px rgba(225, 208, 179, 0.96); } }
    @media screen and (max-width: 768px) {
      .voiceArticle {
        margin: 40px 25px 0;
        padding: 35px 20px 50px;
        box-shadow: 6.5px 6.5px 0px 0px rgba(225, 208, 179, 0.96); } }
    .voiceArticle__head {
      padding: 0 0 33px;
      margin: 0 0 28px;
      border-bottom: 2px solid #e9ddc7; }
      @media screen and (min-width: 769px) {
        .voiceArticle__head {
          display: flex; } }
      .voiceArticle__head__inner {
        display: flex; }
        @media screen and (max-width: 768px) {
          .voiceArticle__head__inner {
            align-items: center; } }
      @media screen and (max-width: 768px) {
        .voiceArticle__head__img {
          width: 130px; } }
      .voiceArticle__head__img img {
        width: 100%;
        height: auto; }
      @media screen and (min-width: 769px) {
        .voiceArticle__head__prof {
          padding: 15px 0 0 55px; } }
      @media screen and (max-width: 768px) {
        .voiceArticle__head__prof {
          padding: 0 0 0 12px;
          line-height: 1.4;
          width: calc(100% - 130px); } }
      .voiceArticle__head__prof .name {
        font-weight: bold; }
        @media screen and (min-width: 769px) {
          .voiceArticle__head__prof .name {
            font-size: 24px;
            font-size: 2.4rem; } }
        @media screen and (max-width: 768px) {
          .voiceArticle__head__prof .name {
            font-size: 18px;
            font-size: 1.8rem; } }
      .voiceArticle__head__prof .job {
        font-weight: bold;
        margin: 5px 0 0; }
        @media screen and (min-width: 769px) {
          .voiceArticle__head__prof .job {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 768px) {
          .voiceArticle__head__prof .job {
            font-size: 13px;
            font-size: 1.3rem; } }
      @media screen and (min-width: 769px) {
        .voiceArticle__head__prof .detail {
          line-height: 2;
          font-size: 16px;
          font-size: 1.6rem;
          margin: 12px 0 0; } }
      @media screen and (max-width: 768px) {
        .voiceArticle__head .detail {
          font-size: 12px;
          font-size: 1.2rem;
          margin: 20px 0 0;
          line-height: 1.4; } }
    @media screen and (min-width: 769px) {
      .voiceArticle__section {
        line-height: 2; } }
    @media screen and (max-width: 768px) {
      .voiceArticle__section {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6; } }
    @media screen and (min-width: 769px) {
      .voiceArticle__section + .voiceArticle__section {
        margin: 90px 0 0; } }
    @media screen and (max-width: 768px) {
      .voiceArticle__section + .voiceArticle__section {
        margin: 60px 0 0; } }
    .voiceArticle__section__title {
      font-weight: bold; }
      @media screen and (min-width: 769px) {
        .voiceArticle__section__title {
          font-size: 30px;
          font-size: 3rem;
          margin: 0 0 6px; } }
      @media screen and (max-width: 768px) {
        .voiceArticle__section__title {
          font-size: 20px;
          font-size: 2rem;
          margin: 0 0 17px; } }
    @media screen and (min-width: 769px) {
      .voiceArticle__section__img {
        margin: 90px 0 0; } }
    @media screen and (max-width: 768px) {
      .voiceArticle__section__img {
        margin: 60px 0 0; } }
    .voiceArticle__section__img img {
      width: 100%;
      height: auto; }
    @media screen and (min-width: 769px) {
      .voiceArticle__section p + p {
        margin: 50px 0 0; } }
    @media screen and (max-width: 768px) {
      .voiceArticle__section p + p {
        margin: 30px 0 0; } }
    @media screen and (max-width: 768px) {
      .voiceArticle__ellipsis {
        position: relative;
        overflow: hidden; }
        .voiceArticle__ellipsis.isHide {
          height: 545px; }
          .voiceArticle__ellipsis.isHide::before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 260px;
            left: 0;
            bottom: 0;
            background: linear-gradient(rgba(255, 255, 255, 0), white); }
        .voiceArticle__ellipsis.isShow::after {
          content: none; } }
    @media screen and (min-width: 769px) {
      .voiceArticle__more {
        display: none; } }
    .voiceArticle__more__btn {
      position: relative;
      display: block;
      border: 2px solid #ea0095;
      border-radius: 5px;
      background: #fff;
      color: #ea0095;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      text-align: center;
      padding: 6px 0;
      margin: 0 auto;
      width: 80%; }
      .voiceArticle__more__btn::before, .voiceArticle__more__btn::after {
        content: '';
        position: absolute;
        top: calc(50% - 8px);
        right: 18px;
        width: 3px;
        height: 16px;
        background: #ea0095;
        border-radius: 6px;
        transition: 0.3s ease-out; }
      .voiceArticle__more__btn::after {
        transform: rotate(90deg); }
      .voiceArticle__more__btn.isShow {
        margin-top: 20px; }
        .voiceArticle__more__btn.isShow .label::before {
          content: '閉じる'; }
      .voiceArticle__more__btn .label::before {
        content: 'もっと見る'; }

/*　ご利用の流れ
===============================================================================================*/
@media screen and (min-width: 769px) {
  .flow {
    padding: 80px 0; } }
@media screen and (max-width: 768px) {
  .flow {
    padding: 35px 0 54px; } }
@media screen and (min-width: 769px) {
  .flow__inner {
    width: 1000px;
    margin: 0 auto; } }
.flow__title {
  text-align: center;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .flow__title {
      line-height: 1.4;
      font-size: 40px;
      font-size: 4rem; } }
  @media screen and (max-width: 768px) {
    .flow__title {
      font-size: 28px;
      font-size: 2.8rem; } }
  .flow__title .small {
    display: block; }
    @media screen and (min-width: 769px) {
      .flow__title .small {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 768px) {
      .flow__title .small {
        font-size: 18px;
        font-size: 1.8rem; } }
@media screen and (min-width: 769px) {
  .flow .serviceFlowBlockInner {
    margin: 50px 0 0; } }
@media screen and (max-width: 768px) {
  .flow .serviceFlowBlockInner {
    margin: 35px 25px 0; } }

/*　ご利用の流れ 流用部 */
.serviceFlowList li {
  position: relative;
  display: table;
  width: 100%;
  margin-top: 6px; }
  .serviceFlowList li .step {
    background: #f54e99;
    position: relative;
    width: 50px;
    padding: 0 6px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: white 9px 0 4px -3px;
    -moz-box-shadow: white 9px 0 4px -3px;
    box-shadow: white 9px 0 4px -3px;
    letter-spacing: -0.1em; }
    .serviceFlowList li .step .txtStep {
      font-size: 12px;
      display: block;
      letter-spacing: normal; }
    .serviceFlowList li .step:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      top: -1px;
      left: 0;
      z-index: 0;
      border-style: solid;
      border-width: 15px 25px 0 25px;
      border-color: #fff transparent transparent transparent; }
    .serviceFlowList li .step:after {
      border-color: #f54e99 transparent transparent;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 25px 0 25px;
      position: absolute;
      bottom: -15px;
      left: 0;
      z-index: 2; }
  .serviceFlowList li .detail {
    position: relative;
    padding: 10px 0 10px 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .serviceFlowList li .detail .tit {
      color: #333;
      position: relative;
      font-size: 20px;
      font-weight: bold;
      text-align: left; }
    .serviceFlowList li .detail .txt {
      margin: 5px 0 10px;
      font-size: 12px;
      text-align: left;
      line-height: 1.4; }
    .serviceFlowList li .detail .img img {
      width: 100%; }
    .serviceFlowList li .detail:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      bottom: -21px;
      border-top: 2px dotted #c2c2c2; }
  .serviceFlowList li:first-child .step:before {
    content: none; }
  .serviceFlowList li:first-child .detail:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    border-top: 2px dotted #c2c2c2; }
  @media screen and (min-width: 769px) {
    .serviceFlowList li:nth-child(n+2) .detail {
      padding-top: 40px; } }
  @media screen and (max-width: 768px) {
    .serviceFlowList li:nth-child(n+2) .detail {
      padding-top: 20px; } }
  .serviceFlowList li .detail, .serviceFlowList li .step {
    display: table-cell;
    vertical-align: middle; }
  .serviceFlowList li:nth-child(1) .step {
    background: #fba7d6; }
    .serviceFlowList li:nth-child(1) .step:after {
      border-color: #fba7d6 transparent transparent; }
  .serviceFlowList li:nth-child(2) .step {
    background: #ff7db7; }
    .serviceFlowList li:nth-child(2) .step:after {
      border-color: #ff7db7 transparent transparent; }
  .serviceFlowList li:nth-child(3) .step {
    background: #f54e99; }
    .serviceFlowList li:nth-child(3) .step:after {
      border-color: #f54e99 transparent transparent; }
  .serviceFlowList li:nth-child(4) .step {
    background: #f22682; }
    .serviceFlowList li:nth-child(4) .step:after {
      border-color: #f22682 transparent transparent; }
  .serviceFlowList li:nth-child(5) .step {
    background: #e4007f; }
    .serviceFlowList li:nth-child(5) .step:after {
      border-color: #e4007f transparent transparent; }

@media screen and (min-width: 769px) {
  .serviceFlowList {
    width: 100%;
    margin: 0 auto; }
    .serviceFlowList li .step {
      width: 90px;
      font-size: 52px;
      padding: 0 10px; }
      .serviceFlowList li .step:before {
        border-width: 20px 45px 0 45px; }
      .serviceFlowList li .step:after {
        bottom: -20px;
        border-width: 20px 45px 0 45px; }
      .serviceFlowList li .step .txtStep {
        font-size: 16px;
        display: block;
        line-height: 1;
        margin-top: 25px; }
    .serviceFlowList li .detail {
      width: 91%;
      width: calc(100% - 70px);
      padding: 30px 0 0 50px; }
      .serviceFlowList li .detail:after {
        bottom: -30px; }
      .serviceFlowList li .detail .innerDetail {
        display: flex;
        align-items: center; }
      .serviceFlowList li .detail .img, .serviceFlowList li .detail .txtBox {
        display: inline-block;
        vertical-align: middle; }
      .serviceFlowList li .detail .txtBox {
        order: 2;
        align-self: flex-start;
        padding: 0 0 0 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 100%;
        width: calc(100% - 280px); }
      .serviceFlowList li .detail .tit {
        font-size: 26px;
        margin-top: 5px; }
      .serviceFlowList li .detail .txt {
        margin: 10px 0 10px;
        font-size: 14px;
        line-height: 1.7;
        word-wrap: break-word; }
        .serviceFlowList li .detail .txt .txtCaution {
          display: inline-block;
          font-size: 12px;
          margin-top: 10px; }
      .serviceFlowList li .detail .img {
        order: 1;
        width: 280px; } }
/*　お問合せ前に
===============================================================================================*/
@media screen and (min-width: 769px) {
  .preparation {
    margin: 170px 0 0; } }
@media screen and (max-width: 768px) {
  .preparation {
    margin: 85px 25px 0; } }
.preparation__inner {
  position: relative;
  background-color: #fffcf5;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .preparation__inner {
      padding: 80px 0 57px;
      box-shadow: 0px 10px 0px 0px rgba(225, 208, 179, 0.96); } }
  @media screen and (max-width: 768px) {
    .preparation__inner {
      padding: 80px 0 25px;
      box-shadow: 0px 5px 0px 0px rgba(225, 208, 179, 0.96); } }
.preparation__title {
  position: absolute;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #ea0095;
  border-radius: 80px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0); }
  @media screen and (min-width: 769px) {
    .preparation__title {
      font-size: 26px;
      font-size: 2.6rem;
      padding: 20px 95px;
      margin: -110px 0 0; } }
  @media screen and (max-width: 768px) {
    .preparation__title {
      font-size: 18px;
      font-size: 1.8rem;
      padding: 9px 40px;
      margin: -92px 0 0;
      width: 75%;
      transform: translate(-50%, 0); } }
@media screen and (min-width: 769px) {
  .preparation__lead {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 15px 0 0; } }
@media screen and (max-width: 768px) {
  .preparation__lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin: -28px 0 0; } }
.preparation__list {
  display: inline-block;
  text-align: left; }
  @media screen and (min-width: 769px) {
    .preparation__list {
      margin: 20px 0 0; } }
  @media screen and (max-width: 768px) {
    .preparation__list {
      margin: 16px 0 0; } }
  .preparation__list li {
    position: relative;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .preparation__list li {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 768px) {
      .preparation__list li {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (min-width: 769px) {
      .preparation__list li:nth-child(n+2) {
        margin: 8px 0 0; } }
    @media screen and (max-width: 768px) {
      .preparation__list li:nth-child(n+2) {
        margin: 10px 0 0; } }
    .preparation__list li::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      background: url(../images/icon_bear.png) no-repeat center center;
      background-size: 100% auto;
      width: 15px;
      height: 11px;
      margin: 0 10px 0 0; }

/*　メディア掲載
===============================================================================================*/
.media {
  text-align: center; }
  @media screen and (min-width: 769px) {
    .media {
      padding: 80px 0 80px; } }
  @media screen and (max-width: 768px) {
    .media {
      padding: 45px 0 70px; } }
  .media__title {
    position: relative;
    display: inline-block;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .media__title {
        font-size: 26px;
        font-size: 2.6rem;
        padding: 0 59px; } }
    @media screen and (max-width: 768px) {
      .media__title {
        font-size: 20px;
        font-size: 2rem;
        padding: 0 30px; } }
    .media__title .emp {
      color: #ea0095; }
    .media__title::before, .media__title::after {
      content: '';
      display: block;
      position: absolute;
      background: url(../images/shape02.png) no-repeat center center;
      background-size: 100% auto; }
      @media screen and (min-width: 769px) {
        .media__title::before, .media__title::after {
          width: 30px;
          height: 36px;
          bottom: 0; } }
      @media screen and (max-width: 768px) {
        .media__title::before, .media__title::after {
          width: 18px;
          height: 22px;
          bottom: 13px; } }
    .media__title::before {
      left: 0; }
    .media__title::after {
      right: 0;
      transform: rotate(79deg); }
  @media screen and (min-width: 769px) {
    .media__img {
      margin: 57px 0 0; } }
  @media screen and (max-width: 768px) {
    .media__img {
      margin: 25px 25px 0; } }
  @media screen and (min-width: 769px) {
    .media__img img {
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .media__img img {
      width: 100%;
      height: auto; } }

/* 対象エリア*/
@media screen and (max-width: 768px) {
  .area {
    padding: 0 25px; } }
@media screen and (min-width: 769px) {
  .area__inner {
    display: flex;
    width: 1000px;
    margin: 0 auto; } }
@media screen and (min-width: 769px) {
  .area__img {
    padding: 0 0 0 27px;
    width: 310px; } }
@media screen and (max-width: 768px) {
  .area__img {
    width: 74%;
    margin: 0 auto; }
    .area__img img {
      width: 100%;
      height: auto; } }
.area__title {
  letter-spacing: 0.1em; }
  @media screen and (min-width: 769px) {
    .area__title {
      font-size: 30px;
      font-size: 3rem;
      margin: 0 0 17px; } }
  @media screen and (max-width: 768px) {
    .area__title {
      text-align: center;
      font-size: 20px;
      font-size: 2rem;
      margin: 0 0 30px; } }
@media screen and (min-width: 769px) {
  .area__cont {
    padding: 10px 0 0 86px;
    width: calc(100% - 310px); } }
@media screen and (max-width: 768px) {
  .area__cont {
    margin: 10px 0 0; } }
.area__list__row {
  display: flex; }
  @media screen and (min-width: 769px) {
    .area__list__row {
      padding: 8px 0;
      align-items: center; } }
  @media screen and (max-width: 768px) {
    .area__list__row {
      padding: 12px 0; } }
  .area__list__row:not(:last-child) {
    border-bottom: 2px solid #a5a5a5; }
@media screen and (min-width: 769px) {
  .area__list dt {
    font-size: 20px;
    font-size: 2rem;
    width: 138px; } }
@media screen and (max-width: 768px) {
  .area__list dt {
    font-size: 17px;
    font-size: 1.7rem;
    width: calc(60% - 10px);
    padding-left: 10px; } }
@media screen and (max-width: 768px) {
  .area__list dd {
    font-size: 13px;
    font-size: 1.3rem;
    width: calc(100% - 40%); } }

/* ご注意事項
===============================================================================================*/
@media screen and (min-width: 769px) {
  .attention {
    padding: 65px 0 0; } }
@media screen and (max-width: 768px) {
  .attention {
    padding: 55px 25px 0; } }
@media screen and (min-width: 769px) {
  .attention__inner {
    width: 1000px;
    margin: 0 auto; } }
@media screen and (min-width: 769px) {
  .attention__title {
    font-size: 24px;
    font-size: 2.4rem; } }
@media screen and (max-width: 768px) {
  .attention__title {
    font-size: 20px;
    font-size: 2rem; } }
.attention__list {
  line-height: 1.65; }
  @media screen and (min-width: 769px) {
    .attention__list {
      margin: 10px 0 0 10px; } }
  @media screen and (max-width: 768px) {
    .attention__list {
      margin: 10px 0 0 0; } }
  .attention__list li {
    text-indent: -0.5em;
    padding-left: 0.5em; }
    @media screen and (min-width: 769px) {
      .attention__list li {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 768px) {
      .attention__list li {
        font-size: 12px;
        font-size: 1.2rem; } }
    .attention__list li::before {
      content: '・';
      display: inline-block;
      vertical-align: middle; }

/* おまかせ
===============================================================================================*/
.trial {
  background: #f244b3;
  color: #fff; }
  @media screen and (min-width: 769px) {
    .trial {
      margin: 80px 0 0; } }
  @media screen and (max-width: 768px) {
    .trial {
      margin: 45px 0 0; } }
  .trial__title {
    line-height: 1.5;
    letter-spacing: 0.12em;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .trial__title {
        font-size: 38px;
        font-size: 3.8rem; } }
    @media screen and (max-width: 768px) {
      .trial__title {
        text-align: center;
        font-size: 19px;
        font-size: 1.9rem; } }
    .trial__title .underline {
      position: relative;
      z-index: 1; }
      .trial__title .underline::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 15px;
        background: #f5e7bd;
        left: 0;
        bottom: 0;
        z-index: -1; }
  @media screen and (min-width: 769px) {
    .trial__inner {
      width: 1000px;
      margin: 0 auto;
      padding: 55px 0 0;
      text-align: center; } }
  @media screen and (max-width: 768px) {
    .trial__inner {
      padding: 40px 25px 0; } }
  .trial__plan {
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .trial__plan {
        margin: 60px 0 0; } }
    @media screen and (max-width: 768px) {
      .trial__plan {
        margin: 25px 0 0;
        text-align: center; } }
    .trial__plan__lead {
      position: relative;
      display: inline-block;
      font-weight: bold;
      letter-spacing: 0.1em; }
      @media screen and (min-width: 769px) {
        .trial__plan__lead {
          font-size: 24px;
          font-size: 2.4rem;
          padding: 0 35px;
          margin: 0 0 0 -12px; } }
      @media screen and (max-width: 768px) {
        .trial__plan__lead {
          font-size: 12px;
          font-size: 1.2rem;
          padding: 0 20px;
          letter-spacing: 0.1em; } }
      .trial__plan__lead::before, .trial__plan__lead::after {
        content: '';
        display: block;
        position: absolute;
        background: #fff; }
        @media screen and (min-width: 769px) {
          .trial__plan__lead::before, .trial__plan__lead::after {
            top: -5px;
            width: 2px;
            height: 43px; } }
        @media screen and (max-width: 768px) {
          .trial__plan__lead::before, .trial__plan__lead::after {
            top: -5px;
            width: 1px;
            height: 25px; } }
      .trial__plan__lead::before {
        left: 0;
        transform: rotate(-39deg); }
      .trial__plan__lead::after {
        right: 0;
        transform: rotate(39deg); }
    @media screen and (min-width: 769px) {
      .trial__plan__box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 18px 0 0; } }
    @media screen and (max-width: 768px) {
      .trial__plan__box {
        text-align: center;
        overflow: hidden;
        clear: both; } }
    .trial__plan__box .inner {
      display: flex;
      align-items: center;
      justify-content: center; }
    .trial__plan__box .plan {
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      font-weight: bold; }
      @media screen and (min-width: 769px) {
        .trial__plan__box .plan {
          font-size: 22px;
          font-size: 2.2rem;
          padding: 4px 52px;
          margin: -3px 0 0;
          line-height: 1; } }
      @media screen and (max-width: 768px) {
        .trial__plan__box .plan {
          display: block;
          padding: 3px 86px;
          margin: 11px auto 15px; } }
    .trial__plan__box .time {
      color: #ea0095;
      background: #fff;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 65px;
      height: 65px;
      line-height: 1.3;
      font-weight: bold;
      letter-spacing: -0.1em; }
      @media screen and (min-width: 769px) {
        .trial__plan__box .time {
          margin: 0 0 0 20px;
          letter-spacing: -0.1em; } }
      @media screen and (max-width: 768px) {
        .trial__plan__box .time {
          font-size: 13px;
          font-size: 1.3rem;
          letter-spacing: -0.01em; } }
    .trial__plan__box .price {
      color: #fff; }
      @media screen and (min-width: 769px) {
        .trial__plan__box .price {
          margin: 0 0 0 15px; } }
      @media screen and (max-width: 768px) {
        .trial__plan__box .price {
          margin: 0 0 0 20px; } }
      .trial__plan__box .price img {
        width: 210px; }
  .trial__kv img {
    width: 100%;
    height: auto; }

/* 共通：お知らせの挿入 */
.announceBlock {
  font-size: 14px;
  line-height: 1.4; }
  .announceBlockTitle {
    position: relative;
    display: block;
    color: #333333;
    background: #f1f1f1;
    font-weight: bold;
    padding: 12px 20px 30px;
    cursor: pointer;
    text-align: center; }
    .announceBlockTitle::after {
      content: "";
      display: block;
      position: absolute;
      height: 15px;
      width: 10px;
      left: calc(50% - 5px);
      bottom: 8px;
      background: url(/img/common/ico_arrow.png) 0 0 no-repeat;
      background-size: 10px auto;
      transform: rotate(90deg); }
    .announceBlockTitle.open::after {
      transform: rotate(-90deg); }
  .announceBlockText {
    display: none;
    background: #fff8eb;
    padding: 20px;
    text-align: left; }

@media screen and (min-width: 769px) {
  /* 共通：お知らせの挿入 */
  .announceBlock .inner {
    max-width: 920px;
    margin: 0 auto; }
  .announceBlockText {
    text-align: center; } }
.returnBtn {
  background: url(/img/common/ico_totop.png) 0 0 no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  position: fixed;
  display: block;
  right: 10px;
  z-index: 200; }
  @media screen and (min-width: 769px) {
    .returnBtn {
      width: 52px;
      height: 52px;
      bottom: 60px; } }
  @media screen and (max-width: 768px) {
    .returnBtn {
      width: 32px;
      height: 32px;
      bottom: 30px; } }

/*# sourceMappingURL=style.css.map */
