/* Scss Document */
.mainVisual01 {
  background: url("../images/pic_index01.jpg") no-repeat center/cover;
  padding: 170px 0; }
  @media screen and (max-width: 767px) {
    .mainVisual01 {
      padding: 80px 0 60px; } }
  .mainVisual01 h1 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 50px;
    text-shadow: 0 0 10px #fff; }
    @media screen and (max-width: 767px) {
      .mainVisual01 h1 {
        margin-bottom: 30px; } }
    .mainVisual01 h1 .bigger01 {
      font-size: 39px; }
      @media screen and (max-width: 767px) {
        .mainVisual01 h1 .bigger01 {
          font-size: 26px; } }
    .mainVisual01 h1 span {
      position: relative; }
    @media screen and (max-width: 767px) {
      .mainVisual01 h1 {
        font-size: 20px; } }
  .mainVisual01 img {
    position: absolute;
    right: 0;
    top: -30px; }
    @media screen and (max-width: 767px) {
      .mainVisual01 img {
        width: 65px;
        top: -50px;
        right: -80px; } }
  .mainVisual01 .btn02 {
    text-align: center; }
    .mainVisual01 .btn02 .toForm {
      display: inline-block;
      margin: 0 20px; }
      @media screen and (max-width: 767px) {
        .mainVisual01 .btn02 .toForm {
          display: block;
          margin: 0 auto 20px; }
          .mainVisual01 .btn02 .toForm:last-child {
            margin-bottom: 0; } }
      .mainVisual01 .btn02 .toForm a {
        display: block;
        background: #ff4e63;
        color: #fff;
        text-align: center;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 24px;
        width: 300px; }
        @media screen and (max-width: 767px) {
          .mainVisual01 .btn02 .toForm a {
            max-width: 300px;
            width: 100%;
            font-size: 14px;
            margin: 0 auto; } }

.navWrap01 {
  background: #fff;
  -webkit-box-shadow: 0 3px 3px #ddd;
  box-shadow: 0 3px 3px #ddd;
  position: relative; }

.ownerNav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 920px;
  padding: 25px 0; }
  @media screen and (max-width: 767px) {
    .ownerNav01 {
      display: block;
      padding: 10px 0; } }
  @media screen and (max-width: 767px) {
    .ownerNav01 li {
      float: left;
      width: 50%;
      font-size: 12px;
      position: relative; }
      .ownerNav01 li:after {
        position: absolute;
        right: 8px;
        top: 35%;
        font-size: 12px;
        font-family: "Font Awesome 5 Free";
        content: "\f107";
        font-weight: 900;
        color: #ff4e63; } }
  .ownerNav01 li a {
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .ownerNav01 li a {
        display: block;
        padding: 10px; } }

.worryArea01 {
  background: url("../images/bg_index01.png") no-repeat right bottom, #ecf8fd;
  padding: 50px 0 60px; }
  @media screen and (max-width: 767px) {
    .worryArea01 {
      background: url("../images/bg_index01.png") no-repeat right bottom/600px auto, #ecf8fd;
      padding-bottom: 100px; } }
  @media screen and (max-width: 500px) {
    .worryArea01 {
      background: url("../images/bg_index01.png") no-repeat center bottom/600px auto, #ecf8fd; } }
  .worryArea01 h2 {
    text-align: center;
    position: relative; }
    .worryArea01 h2:after {
      content: "";
      width: 50px;
      height: 1px;
      background: #000;
      position: absolute;
      left: 50%;
      margin-left: -25px;
      bottom: -30px; }
      @media screen and (max-width: 767px) {
        .worryArea01 h2:after {
          bottom: -20px; } }
    .worryArea01 h2 .subCopy01 {
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .worryArea01 h2 .subCopy01 {
          font-size: 13px; } }
      .worryArea01 h2 .subCopy01 .ico05 {
        margin-right: 10px; }
      .worryArea01 h2 .subCopy01 .ico06 {
        margin-left: 10px; }
    .worryArea01 h2 .headText01 {
      font-size: 24px;
      font-weight: bold;
      display: block; }
      @media screen and (max-width: 767px) {
        .worryArea01 h2 .headText01 {
          font-size: 18px; } }
  .worryArea01 ul {
    max-width: 760px;
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      .worryArea01 ul {
        margin-top: 50px; } }
    .worryArea01 ul li {
      background: #fff;
      float: left;
      width: 46%;
      padding: 20px 20px 20px 30px;
      margin-bottom: 50px;
      position: relative;
      font-weight: bold;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 10px #ccc;
      box-shadow: 0 0 10px #ccc; }
      @media screen and (max-width: 767px) {
        .worryArea01 ul li {
          width: 100%;
          float: none;
          margin-bottom: 20px;
          padding: 15px 15px 15px 70px;
          background: rgba(255, 255, 255, 0.9); } }
      .worryArea01 ul li:nth-child(2n) {
        float: right; }
        @media screen and (max-width: 767px) {
          .worryArea01 ul li:nth-child(2n) {
            float: none; } }
      .worryArea01 ul li .number01 {
        position: absolute;
        background: #ff4e63;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 0 10px;
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
        top: -20px;
        left: -20px; }
        @media screen and (max-width: 767px) {
          .worryArea01 ul li .number01 {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            font-size: 13px;
            top: 0;
            left: 0;
            display: block;
            height: 100%;
            padding-top: 10px; }
            .worryArea01 ul li .number01 span {
              display: block;
              text-align: center; } }
        .worryArea01 ul li .number01 span {
          font-size: 22px; }
      @media screen and (max-width: 767px) {
        .worryArea01 ul li .worryText01 {
          font-size: 13px; } }

.strongArea01 {
  background: #f4f4f4;
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    .strongArea01 {
      padding: 30px 0; } }
  .strongArea01 h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .strongArea01 h2 {
        font-size: 17px;
        margin-bottom: 40px; } }
    .strongArea01 h2 span {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
      font-size: 40px;
      color: #ff4e63;
      display: inline-block;
      margin: 0 10px; }
      @media screen and (max-width: 767px) {
        .strongArea01 h2 span {
          font-size: 28px; } }
  .strongArea01 ul li {
    float: left;
    width: 30%;
    margin-right: 5%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .strongArea01 ul li {
        width: 100%;
        float: none;
        max-width: 400px;
        margin: 0 auto 40px; } }
    .strongArea01 ul li:last-child {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .strongArea01 ul li:last-child {
          margin: 0 auto; } }
    .strongArea01 ul li .number01 {
      font-size: 70px;
      color: #ff4e63;
      font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
      position: absolute;
      top: -40px;
      left: 10px;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        .strongArea01 ul li .number01 {
          font-size: 48px;
          top: -24px; } }
    .strongArea01 ul li h3 {
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      position: relative;
      margin: 10px 0 40px; }
      @media screen and (max-width: 767px) {
        .strongArea01 ul li h3 {
          font-size: 16px;
          margin: 10px 0 20px; } }
      .strongArea01 ul li h3:after {
        content: "";
        width: 50px;
        height: 1px;
        background: #ff4e63;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -25px; }
        @media screen and (max-width: 767px) {
          .strongArea01 ul li h3:after {
            bottom: -10px; } }
    @media screen and (max-width: 767px) {
      .strongArea01 ul li .photo01 img {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .strongArea01 ul li p {
        font-size: 13px; } }

.optionArea01 {
  padding: 70px 0; }
  @media screen and (max-width: 767px) {
    .optionArea01 {
      margin-top: -60px;
      padding-top: 130px; } }
  .optionArea01 h2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .optionArea01 h2 {
        font-size: 17px;
        margin-bottom: 20px; } }
    .optionArea01 h2 span.spanHead01 {
      position: relative; }
    .optionArea01 h2 .bigger01 {
      font-size: 30px; }
      @media screen and (max-width: 767px) {
        .optionArea01 h2 .bigger01 {
          font-size: 22px; } }
    .optionArea01 h2 .border01 {
      border-bottom: 6px solid #ff4e63; }
    .optionArea01 h2 img {
      position: absolute;
      left: -140px;
      top: -30px; }
      @media screen and (max-width: 767px) {
        .optionArea01 h2 img {
          width: 70px;
          left: -8px;
          top: -55px; } }
  .optionArea01 .optionBox01 {
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .optionArea01 .optionBox01 {
        margin-bottom: 60px; } }
    .optionArea01 .optionBox01 .textBox01 {
      width: 42%;
      float: right;
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        .optionArea01 .optionBox01 .textBox01 {
          float: none;
          width: 100%;
          margin: 0 auto 20px; } }
      .optionArea01 .optionBox01 .textBox01 .english {
        font-family: "NotoSansCJKjp";
        color: #f1f1f1;
        font-size: 60px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .optionArea01 .optionBox01 .textBox01 .english {
            font-size: 30px;
            line-height: 1;
            margin-bottom: 5px; } }
      .optionArea01 .optionBox01 .textBox01 h3 {
        font-size: 24px;
        font-weight: bold;
        position: relative;
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .optionArea01 .optionBox01 .textBox01 h3 {
            font-size: 18px; } }
        .optionArea01 .optionBox01 .textBox01 h3:after {
          content: "";
          width: 40px;
          height: 1px;
          background: #ff4e63;
          position: absolute;
          bottom: -20px;
          left: 0; }
    .optionArea01 .optionBox01 .optionImg01 {
      position: relative;
      float: left;
      width: 55%; }
      @media screen and (max-width: 767px) {
        .optionArea01 .optionBox01 .optionImg01 {
          float: none;
          width: 100%; } }
      .optionArea01 .optionBox01 .optionImg01 img {
        position: relative;
        z-index: 10;
        -webkit-box-shadow: 0 0 30px #ccc;
        box-shadow: 0 0 30px #ccc; }
      .optionArea01 .optionBox01 .optionImg01 .bgPink01 {
        width: 600px;
        height: 380px;
        background: #ffd1d6;
        position: absolute;
        left: -100px;
        bottom: -40px;
        z-index: 1;
        border-radius: 5px; }
        @media screen and (max-width: 1050px) {
          .optionArea01 .optionBox01 .optionImg01 .bgPink01 {
            width: 480px;
            height: 260px; } }
        @media screen and (max-width: 767px) {
          .optionArea01 .optionBox01 .optionImg01 .bgPink01 {
            height: auto;
            width: 100%;
            left: auto;
            right: -20px;
            bottom: auto;
            top: 20px; }
            .optionArea01 .optionBox01 .optionImg01 .bgPink01:after {
              content: "";
              display: block;
              padding-top: 60%; } }
    .optionArea01 .optionBox01.optionBox02 .textBox01 {
      float: left; }
    .optionArea01 .optionBox01.optionBox02 .optionImg01 {
      float: right; }
      .optionArea01 .optionBox01.optionBox02 .optionImg01 .bgPink01 {
        left: auto;
        right: -100px; }
  .optionArea01 .price01 {
    max-width: 820px;
    margin: 50px auto 80px;
    border: 1px solid #fe6275;
    border-radius: 35px;
    background: #fff6f7; }
    @media screen and (max-width: 767px) {
      .optionArea01 .price01 {
        border-radius: 5px;
        margin: 50px auto 40px; } }
    .optionArea01 .price01 h3 {
      float: left;
      border-radius: 35px 0 0 35px;
      background: #fe6275;
      color: #fff;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      padding: 18px 10px;
      width: 40%; }
      @media screen and (max-width: 767px) {
        .optionArea01 .price01 h3 {
          float: none;
          width: 100%;
          font-size: 16px;
          border-radius: 5px 5px 0 0;
          padding: 10px; } }
    .optionArea01 .price01 p {
      font-size: 16px;
      color: #fe6275;
      width: 60%;
      float: right;
      padding: 7px 5px 7px 20px; }
      @media screen and (max-width: 767px) {
        .optionArea01 .price01 p {
          float: none;
          width: 100%;
          font-size: 14px;
          padding: 10px; } }
      .optionArea01 .price01 p span {
        font-size: 30px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .optionArea01 .price01 p span {
            font-size: 22px; } }
  .optionArea01 .optionText02 h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .optionArea01 .optionText02 h4 {
        font-size: 15px;
        text-align: left; } }
    .optionArea01 .optionText02 h4 span {
      position: relative; }
    .optionArea01 .optionText02 h4 .bigger01 {
      font-size: 24px;
      color: #fe6275; }
      @media screen and (max-width: 767px) {
        .optionArea01 .optionText02 h4 .bigger01 {
          font-size: 18px; } }
    .optionArea01 .optionText02 h4 img {
      position: absolute;
      left: -150px;
      top: -50px; }
  .optionArea01 .optionText02 p {
    text-align: center;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .optionArea01 .optionText02 p {
        text-align: left; } }
  .optionArea01 .toForm01 a {
    display: block;
    max-width: 345px;
    color: #fff;
    text-align: center;
    padding: 14px 10px;
    background: #ff4e63;
    border-radius: 26px;
    margin: 40px auto 0;
    font-weight: bold; }

.flowArea01 {
  background: #fc929f;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, from(#fc929f), to(#ff4f65));
  background: -webkit-linear-gradient(left, #fc929f 0%, #ff4f65 100%);
  background: -o-linear-gradient(left, #fc929f 0%, #ff4f65 100%);
  background: linear-gradient(to right, #fc929f 0%, #ff4f65 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc929f', endColorstr='#ff4f65',GradientType=1 );
  /* IE6-9 */
  padding: 50px 0 80px; }
  @media screen and (max-width: 767px) {
    .flowArea01 {
      padding: 30px 0 50px; } }
  .flowArea01 h2 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .flowArea01 h2 {
        font-size: 17px;
        margin-bottom: 40px; } }
    .flowArea01 h2:after {
      content: "";
      width: 50px;
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -25px; }
      @media screen and (max-width: 767px) {
        .flowArea01 h2:after {
          bottom: -20px;
          width: 40px;
          margin-left: -20px; } }
  .flowArea01 .flowList01 {
    background: #fff;
    padding: 35px 50px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
    @media screen and (max-width: 767px) {
      .flowArea01 .flowList01 {
        padding: 15px; } }
    .flowArea01 .flowList01 li {
      float: left;
      width: 21.5%;
      margin-right: 4.666%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .flowArea01 .flowList01 li {
          width: 46%;
          margin-right: 8%; } }
      @media screen and (max-width: 767px) {
        .flowArea01 .flowList01 li:nth-child(2n) {
          margin-right: 0; }
          .flowArea01 .flowList01 li:nth-child(2n):after {
            content: none; } }
      @media screen and (max-width: 767px) {
        .flowArea01 .flowList01 li:nth-child(2n+1) {
          clear: both; } }
      .flowArea01 .flowList01 li:last-child {
        margin-right: 0; }
      .flowArea01 .flowList01 li .icoFlow01 {
        text-align: center;
        margin-bottom: 15px; }
        @media screen and (max-width: 767px) {
          .flowArea01 .flowList01 li .icoFlow01 {
            margin-bottom: 10px; }
            .flowArea01 .flowList01 li .icoFlow01 img {
              width: 50px; } }
      .flowArea01 .flowList01 li h3 {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .flowArea01 .flowList01 li h3 {
            font-size: 14px; } }
      .flowArea01 .flowList01 li:after {
        position: absolute;
        right: -25px;
        top: 35%;
        font-size: 40px;
        font-family: "Font Awesome 5 Free";
        content: "\f105";
        font-weight: 900;
        color: #ff4e63; }
        @media screen and (max-width: 767px) {
          .flowArea01 .flowList01 li:after {
            font-size: 28px;
            right: -18px; } }
      .flowArea01 .flowList01 li:last-child:after {
        content: none; }
      @media screen and (max-width: 767px) {
        .flowArea01 .flowList01 li p {
          font-size: 12px; } }

.faqArea01 {
  background: #f4f4f4;
  padding: 60px 0 80px; }
  @media screen and (max-width: 767px) {
    .faqArea01 {
      padding: 30px 0 40px; } }
  .faqArea01 h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .faqArea01 h2 {
        font-size: 17px;
        margin-bottom: 50px; } }
    .faqArea01 h2:after {
      content: "";
      width: 50px;
      height: 1px;
      background: #000;
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -25px; }
      @media screen and (max-width: 767px) {
        .faqArea01 h2:after {
          width: 40px;
          margin-left: -20px;
          bottom: -20px; } }
  .faqArea01 .faqList01 li {
    margin-bottom: 20px; }
    .faqArea01 .faqList01 li .qBox01 {
      background: #fff;
      border-radius: 5px;
      padding: 15px 15px 15px 50px;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 767px) {
        .faqArea01 .faqList01 li .qBox01 {
          padding: 10px; } }
      .faqArea01 .faqList01 li .qBox01 h4 {
        font-size: 30px;
        font-weight: bold;
        color: #ff4e63;
        font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
        float: left;
        margin-right: 15px;
        width: 35px; }
        @media screen and (max-width: 767px) {
          .faqArea01 .faqList01 li .qBox01 h4 {
            font-size: 18px;
            margin-right: 5px; } }
      .faqArea01 .faqList01 li .qBox01 p {
        font-size: 16px;
        float: left;
        width: calc(100% - 50px);
        margin-top: 14px; }
        @media screen and (max-width: 767px) {
          .faqArea01 .faqList01 li .qBox01 p {
            font-size: 14px;
            width: calc(100% - 40px);
            margin-top: 5px; } }
    .faqArea01 .faqList01 li .aBox01 {
      padding: 15px 15px 15px 50px; }
      @media screen and (max-width: 767px) {
        .faqArea01 .faqList01 li .aBox01 {
          padding: 10px; } }
      .faqArea01 .faqList01 li .aBox01 h4 {
        font-size: 30px;
        font-weight: bold;
        color: #2b99c6;
        font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
        float: left;
        margin-right: 15px;
        width: 35px; }
        @media screen and (max-width: 767px) {
          .faqArea01 .faqList01 li .aBox01 h4 {
            font-size: 18px;
            margin-right: 5px; } }
      .faqArea01 .faqList01 li .aBox01 p {
        float: left;
        width: calc(100% - 50px);
        margin-top: 14px; }
        @media screen and (max-width: 767px) {
          .faqArea01 .faqList01 li .aBox01 p {
            margin-top: 5px;
            width: calc(100% - 40px); } }

.contactArea01 {
  background: url("../images/bg_index01.jpg") no-repeat center/cover;
  padding: 40px 0 50px; }
  .contactArea01 h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .contactArea01 h2 {
        font-size: 17px;
        margin-bottom: 30px; } }
  .contactArea01 .contactText01 {
    color: #fff;
    text-align: center;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .contactArea01 .contactText01 {
        font-size: 14px; } }
    .contactArea01 .contactText01.contactText02 {
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        .contactArea01 .contactText01.contactText02 {
          margin-top: 30px; } }
  .contactArea01 .btn02 {
    text-align: center;
    margin-top: 30px; }
    .contactArea01 .btn02 .toForm01 {
      display: inline-block;
      margin: 0 20px; }
      @media screen and (max-width: 767px) {
        .contactArea01 .btn02 .toForm01 {
          margin: 0 auto 10px; } }
      .contactArea01 .btn02 .toForm01 a {
        display: block;
        width: 300px;
        color: #fff;
        text-align: center;
        padding: 14px 10px;
        background: #ff4e63;
        border-radius: 26px;
        font-weight: bold; }
      .contactArea01 .btn02 .toForm01.toForm03 {
        display: block; }
        .contactArea01 .btn02 .toForm01.toForm03 a {
          width: 100%;
          max-width: 400px;
          margin: 0 auto; }
