@charset "UTF-8";
.for-pc {
  display: block; }
  @media only screen and (max-width: 767px) {
    .for-pc {
      display: none; } }

.for-sp {
  display: none; }
  @media only screen and (max-width: 767px) {
    .for-sp {
      display: block; } }

.for-ssp {
  display: none; }
  @media only screen and (max-width: 767px) {
    .for-ssp {
      display: none; } }
  @media only screen and (max-width: 360px) {
    .for-ssp {
      display: block; } }

.btn-g {
  background: #ffffff;
  position: relative; }
  .btn-g a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00ba96;
    font-size: 16px;
    letter-spacing: 0;
    color: #ffffff;
    width: 100%;
    height: 100%; }
    .btn-g a::after {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 8px;
      border-color: transparent transparent transparent #ffffff;
      top: 50%;
      transform: translateY(-50%);
      right: 15px; }

/* # =================================================================
#	共通
# ================================================================= */
html {
  font-size: 62.5%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: normal;
  line-height: 2;
  font-size: 14px;
  background: #e9f4f1;
  min-width: 1100px; }
  @media only screen and (max-width: 767px) {
    body {
      min-width: inherit; } }

a,
button {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

a:hover,
button:hover {
  opacity: 0.6;
  text-decoration: none; }

img {
  border: 0;
  vertical-align: bottom;
  width: 100%; }

ul li {
  list-style-type: none; }

.c-l-column {
  margin: 0 auto;
  width: 1000px; }
  @media only screen and (max-width: 767px) {
    .c-l-column {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; } }

section {
  padding: 75px 0 80px 0; }
  @media only screen and (max-width: 767px) {
    section {
      padding: 100px 0 80px 0; } }

.s-point, .s-flow, .s-entry {
  background: #ffffff; }

.section__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 35px; }
  .section__head__en {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    letter-spacing: .1em;
    color: #00ba96;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px; }
  .section__head h2 {
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 30px;
    display: inline-block;
    position: relative;
    line-height: 1;
    margin: 0 0 40px; }
    .section__head h2::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -18px;
      width: calc(100% + 10px);
      height: 3px;
      margin: auto;
      background-image: linear-gradient(to right, #00ba96, #00ba96 5px, transparent 4px, transparent 10px);
      background-size: 10px 3px;
      background-repeat: repeat-x;
      transform: translateX(-5px); }
    .section__head h2 + p {
      font-size: 16px;
      line-height: 2; }
      @media only screen and (max-width: 767px) {
        .section__head h2 + p {
          font-size: 14px; } }

header {
  margin: 0 auto -90px;
  z-index: 1000000000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    header {
      margin-bottom: -45px; } }
  header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0px 0px 5px 2.5px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 767px) {
      header.fixed {
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); } }

.zip-gnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0 0 0 40px;
  position: relative;
  background: #ffffff;
  min-width: 1100px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .zip-gnav {
      padding: 0;
      flex-wrap: wrap;
      height: auto;
      /**/
      min-width: inherit; } }
  .zip-gnav__toggle {
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    height: 45px;
    padding: 10px 20px;
    position: relative; }
    .zip-gnav__toggle > .zip-gnav__logo + .burger {
      position: absolute;
      right: 20px;
      margin: auto;
      width: 24px;
      height: 11px;
      top: 17px; }
      .zip-gnav__toggle > .zip-gnav__logo + .burger > div {
        width: 100%;
        height: 100%;
        position: relative; }
        .zip-gnav__toggle > .zip-gnav__logo + .burger > div span {
          width: 100%;
          display: block;
          background: #00ba96;
          height: 1px;
          position: absolute;
          transition: .3s; }
          .zip-gnav__toggle > .zip-gnav__logo + .burger > div span:nth-child(1) {
            top: 0; }
          .zip-gnav__toggle > .zip-gnav__logo + .burger > div span:nth-child(2) {
            top: 5px;
            transform: translateY(-50%); }
          .zip-gnav__toggle > .zip-gnav__logo + .burger > div span:nth-child(3) {
            bottom: 0; }
    .zip-gnav__toggle.is-open .burger > div span:nth-child(1) {
      top: 5px;
      transform: rotate(45deg); }
    .zip-gnav__toggle.is-open .burger > div span:nth-child(2) {
      opacity: 0; }
    .zip-gnav__toggle.is-open .burger > div span:nth-child(3) {
      top: 5px;
      transform: rotate(-45deg); }
  .zip-gnav__logo {
    width: 84px;
    height: 50px; }
    @media only screen and (max-width: 767px) {
      .zip-gnav__logo {
        width: 42px;
        height: 20px; } }
    .zip-gnav__logo a {
      height: 100%;
      display: block; }
  .zip-gnav ul {
    display: flex;
    align-items: center;
    margin-right: 120px;
    height: 100%;
    flex-wrap: wrap;
    z-index: 1000000; }
    @media only screen and (max-width: 767px) {
      .zip-gnav ul {
        display: none;
        width: 100%;
        overflow-y: hidden;
        position: fixed;
        top: 45px;
        right: 0;
        left: 0;
        margin: auto;
        background: #ffffff; } }
    .zip-gnav ul li {
      font-size: 14px;
      font-weight: bold;
      height: 100%; }
      @media only screen and (max-width: 767px) {
        .zip-gnav ul li {
          width: 100%;
          border-top: 1px solid #eeeeee;
          height: 54px; } }
      .zip-gnav ul li.is-current a span {
        position: relative; }
        .zip-gnav ul li.is-current a span::after {
          width: calc(100% + 10px);
          height: 1px;
          content: '';
          display: block;
          position: absolute;
          background: #00ba96;
          bottom: -10px;
          left: 0;
          right: 0;
          margin: auto;
          transform: translateX(-5px);
          transition: .3s;
          opacity: 1; }
          @media only screen and (max-width: 767px) {
            .zip-gnav ul li.is-current a span::after {
              content: none; } }
      .zip-gnav ul li a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        padding: 0 20px;
        box-sizing: border-box; }
        @media only screen and (max-width: 767px) {
          .zip-gnav ul li a {
            padding: 0;
            color: #222222;
            letter-spacing: .05em;
            text-align: left;
            display: block;
            padding: 20px;
            position: relative; }
            .zip-gnav ul li a::before {
              content: " ";
              display: block;
              border-top: 1px solid #000000;
              border-right: 1px solid #000000;
              transform: rotate(45deg) translateX(50%);
              width: 6px;
              height: 6px;
              position: absolute;
              top: 0;
              -webkit-transition: .3s;
              transition: .3s;
              right: 30px;
              top: 20px; } }
        .zip-gnav ul li a span {
          position: relative; }
          .zip-gnav ul li a span::after {
            width: calc(100% + 10px);
            height: 1px;
            content: '';
            display: block;
            position: absolute;
            background: #00ba96;
            bottom: -10px;
            left: 0;
            right: 0;
            margin: auto;
            transform: translateX(-5px);
            transition: .3s;
            opacity: 0; }
            @media only screen and (max-width: 767px) {
              .zip-gnav ul li a span::after {
                content: none; } }
        .zip-gnav ul li a:hover {
          opacity: 1; }
          .zip-gnav ul li a:hover span::after {
            width: calc(100% + 10px);
            height: 1px;
            content: '';
            display: block;
            position: absolute;
            background: #00ba96;
            bottom: -10px;
            left: 0;
            right: 0;
            margin: auto;
            transform: translateX(-5px);
            transition: .3s;
            opacity: 1; }
            @media only screen and (max-width: 767px) {
              .zip-gnav ul li a:hover span::after {
                content: none; } }
      .zip-gnav ul li:nth-child(1) a {
        padding-left: 40px; }
        @media only screen and (max-width: 767px) {
          .zip-gnav ul li:nth-child(1) a {
            padding-left: 20px; } }
      .zip-gnav ul li:nth-child(5) a {
        padding-right: 40px; }
        @media only screen and (max-width: 767px) {
          .zip-gnav ul li:nth-child(5) a {
            padding: 20px; } }
      @media only screen and (max-width: 767px) {
        .zip-gnav ul li:nth-child(6) {
          padding: 30px 20px;
          box-sizing: border-box; }
          .zip-gnav ul li:nth-child(6) p {
            width: 100%;
            height: 56px; }
          .zip-gnav ul li:nth-child(6) a {
            color: #ffffff;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%; }
            .zip-gnav ul li:nth-child(6) a::before {
              content: none; }
            .zip-gnav ul li:nth-child(6) a::after {
              position: inherit;
              transform: none;
              top: inherit;
              right: inherit;
              margin-left: 10px; } }
  .zip-gnav__entry {
    height: 100%;
    width: 120px;
    position: absolute;
    right: 0;
    top: 0; }
    @media only screen and (max-width: 767px) {
      .zip-gnav__entry {
        position: relative; } }
    .zip-gnav__entry a::after {
      position: inherit;
      top: inherit;
      right: inherit;
      transform: none;
      margin: 0 0 0 10px; }

main {
  margin-top: 90px; }
  @media only screen and (max-width: 767px) {
    main {
      margin-top: 45px; } }

.zip__mv {
  position: relative;
  border-top: 80px solid #ffffff;
  height: 640px;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .zip__mv {
      height: 526px;
      border-top: none; } }
  .zip__mv .c-l-column {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    margin: 0 auto;
    align-items: center;
    padding: 70px 0 0 0;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .zip__mv .c-l-column {
        padding: 0; } }

.zip__mv__conts {
  width: 500px; }
  @media only screen and (max-width: 767px) {
    .zip__mv__conts {
      width: 100%;
      top: 0;
      position: inherit;
      box-sizing: border-box;
      padding-top: 25px; } }
  .zip__mv__conts--lead {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .zip__mv__conts--lead {
        font-size: 12px;
        text-align: center;
        margin: 0 0 12px; }
        .zip__mv__conts--lead span {
          display: inline-block;
          margin-left: 10px; } }
  .zip__mv__conts--logo {
    width: 450px;
    margin: 0 0 50px 0; }
    @media only screen and (max-width: 767px) {
      .zip__mv__conts--logo {
        width: 84vw;
        margin: 0 auto 275px;
        transform: translateX(10px);
        max-width: 315px; } }
    .zip__mv__conts--logo + p {
      font-size: 20px;
      font-weight: bold;
      line-height: 2;
      margin: 0 0 30px 0; }
      @media only screen and (max-width: 767px) {
        .zip__mv__conts--logo + p {
          font-size: 16px;
          text-align: center;
          margin: 0 0 22px; } }
      @media only screen and (max-width: 360px) {
        .zip__mv__conts--logo + p {
          font-size: 14px; } }
  .zip__mv__conts .btn-g {
    width: 260px;
    height: 56px; }
    @media only screen and (max-width: 767px) {
      .zip__mv__conts .btn-g {
        width: calc(100% - 80px);
        margin: 0 auto; } }
  .zip__mv__conts + span {
    display: block;
    width: 520px;
    position: absolute;
    top: -20px;
    right: -40px; }
    @media only screen and (max-width: 767px) {
      .zip__mv__conts + span {
        width: 65.3333333vw;
        max-width: 245px;
        top: 125px;
        right: 0;
        left: 0;
        margin: auto;
        transform: translateX(10%); } }

.zip__mv__bg {
  width: calc((100% - 1000px) / 2 + 840px);
  height: 640px;
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 1;
  background: linear-gradient(-45deg, #ffe6eb 0%, #cce0f4 100%); }
  @media only screen and (max-width: 767px) {
    .zip__mv__bg {
      width: 100%;
      height: 526px;
      top: 0; } }
  .zip__mv__bg--inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/pt_mv.svg) left top/320px 278px repeat; }
    @media only screen and (max-width: 767px) {
      .zip__mv__bg--inner {
        background: url(../img/pt_mv.svg) left top/240px 208px repeat;
        box-sizing: border-box; } }

@media only screen and (max-width: 767px) {
  .s-about {
    padding: 105px 0 40px 0; } }
.s-about__point {
  margin: 0 0 75px; }
  @media only screen and (max-width: 767px) {
    .s-about__point {
      margin: 0 0 60px; } }
  .s-about__point--head {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 8px; }
    .s-about__point--head span {
      position: relative;
      z-index: 0; }
      .s-about__point--head span::after {
        display: block;
        width: 100%;
        height: 10px;
        background: #94e2d2;
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        z-index: -1; }
    .s-about__point--head span::after {
      width: calc(100% + 10px);
      left: 0;
      transform: translateX(-5px);
      bottom: 0; }
    .s-about__point--head + p {
      line-height: 2; }
  .s-about__point ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .s-about__point ul li {
      text-align: center;
      width: 300px;
      background: #ffffff;
      box-shadow: 0px 0px 5px 2.5px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      letter-spacing: 0;
      box-sizing: border-box;
      padding: 18px 0 25px 0; }
      @media only screen and (max-width: 767px) {
        .s-about__point ul li {
          box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); } }
      @media only screen and (max-width: 767px) {
        .s-about__point ul li {
          width: 100%;
          margin-bottom: 10px; } }
      .s-about__point ul li:nth-child(1), .s-about__point ul li:nth-child(2) {
        position: relative; }
        .s-about__point ul li:nth-child(1)::after, .s-about__point ul li:nth-child(2)::after {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: -65px;
          width: 80px;
          height: 80px;
          background: url(../img/deco_x.svg) top left/100% 100%;
          content: '';
          z-index: 100; }
          @media only screen and (max-width: 767px) {
            .s-about__point ul li:nth-child(1)::after, .s-about__point ul li:nth-child(2)::after {
              right: 0;
              left: 0;
              bottom: -25px;
              margin: auto;
              width: 40px;
              height: 40px;
              top: inherit;
              transform: none; } }
      @media only screen and (max-width: 767px) {
        .s-about__point ul li:nth-child(3) {
          margin-bottom: 0; } }
.s-about__campaign {
  width: 880px;
  margin: 0 auto 60px;
  border-radius: 5px;
  border: 1px solid #000000;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .s-about__campaign {
      width: 100%;
      margin: 0 auto 30px; } }
  .s-about__campaign::before {
    position: absolute;
    display: block;
    content: '';
    width: 100px;
    height: 80px;
    background: url(../img/deco_campaign_before.svg) left top/100% 100%;
    left: -3px;
    top: -3px; }
    @media only screen and (max-width: 767px) {
      .s-about__campaign::before {
        content: none; } }
  .s-about__campaign::after {
    position: absolute;
    display: block;
    content: '';
    width: 100px;
    height: 80px;
    background: url(../img/deco_campaign_after.svg) left top/100% 100%;
    right: -3px;
    bottom: -3px;
    transform: rotate(180deg); }
    @media only screen and (max-width: 767px) {
      .s-about__campaign::after {
        width: 50px;
        height: 40px; } }
  .s-about__campaign--title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    transform: translateY(-65%); }
    .s-about__campaign--title span {
      position: relative;
      z-index: 0; }
      .s-about__campaign--title span::after {
        display: block;
        width: 100%;
        height: 10px;
        background: #94e2d2;
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        z-index: -1; }
    @media only screen and (max-width: 767px) {
      .s-about__campaign--title {
        font-size: 20px;
        transform: translateY(-85%); } }
    .s-about__campaign--title span {
      position: relative;
      background: #e9f4f1;
      display: inline-block;
      padding: 0 7px;
      box-sizing: border-box; }
      .s-about__campaign--title span::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #fbdf22 transparent transparent transparent;
        margin: auto;
        bottom: -14px; }
      .s-about__campaign--title span::after {
        background: #fbdf22;
        height: 3px;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        margin: auto;
        width: calc(100% - 25px); }
        @media only screen and (max-width: 767px) {
          .s-about__campaign--title span::after {
            width: calc(100% - 15px); } }
    .s-about__campaign--title + div {
      display: flex;
      flex-direction: column;
      padding: 13px 60px 40px 60px; }
      @media only screen and (max-width: 767px) {
        .s-about__campaign--title + div {
          padding: 10px 20px 25px 20px;
          margin: -10px 0 0 0; } }
  .s-about__campaign__conts {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: flex-start; }
    .s-about__campaign__conts:nth-child(1) {
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .s-about__campaign__conts:nth-child(1) {
          margin-bottom: 25px; } }
    .s-about__campaign__conts > p {
      width: 360px;
      box-sizing: border-box;
      border: 1px solid #cccccc; }
      @media only screen and (max-width: 767px) {
        .s-about__campaign__conts > p {
          width: 100%;
          margin: 0 0 13px; } }
      .s-about__campaign__conts > p > img {
        width: 100%; }
    .s-about__campaign__conts > div {
      width: 360px; }
      @media only screen and (max-width: 767px) {
        .s-about__campaign__conts > div {
          width: 100%; } }
      .s-about__campaign__conts > div p:nth-child(1) {
        font-size: 20px;
        color: #00ba96;
        font-weight: bold;
        position: relative;
        padding-left: 35px;
        margin: 0 -14px 12px 0;
        line-height: 1.3; }
        @media only screen and (max-width: 767px) {
          .s-about__campaign__conts > div p:nth-child(1) {
            padding-left: 30px;
            margin: 0 0 8px; } }
        .s-about__campaign__conts > div p:nth-child(1)::before {
          display: block;
          content: '';
          width: 30px;
          height: 30px;
          background: url(../img/deco_megaphone.svg) left top/100% 100%;
          position: absolute;
          left: 0;
          top: 0; }
          @media only screen and (max-width: 767px) {
            .s-about__campaign__conts > div p:nth-child(1)::before {
              width: 25px;
              height: 25px; } }
      .s-about__campaign__conts > div p:nth-child(2) {
        font-size: 14px;
        line-height: 2; }
        @media only screen and (max-width: 767px) {
          .s-about__campaign__conts > div p:nth-child(2) {
            font-size: 12px; } }
        .s-about__campaign__conts > div p:nth-child(2) span {
          font-size: 12px;
          line-height: 2;
          color: #666; }
.s-about__btn {
  width: 480px;
  height: 62px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .s-about__btn {
      width: calc(100% - 40px);
      margin: 0 auto;
      height: 55px; } }
  .s-about__btn a {
    font-size: 20px; }
    @media only screen and (max-width: 767px) {
      .s-about__btn a {
        font-size: 16px; } }
.s-about__flow-box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .s-about__flow-box {
      flex-direction: column;
      margin: 0 0 25px; } }
  .s-about__flow-box._right {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 767px) {
      .s-about__flow-box._right {
        flex-direction: column; }
        .s-about__flow-box._right .s-about__flow-box__img > p + span {
          margin: 0 0 0 -20px;
          margin-right: auto; } }
    .s-about__flow-box._right .s-about__flow-box__img > p {
      right: -15px;
      left: inherit; }
    .s-about__flow-box._right + .s-about__flow-box {
      margin-top: 80px; }
      @media only screen and (max-width: 767px) {
        .s-about__flow-box._right + .s-about__flow-box {
          margin-top: 55px; } }
      .s-about__flow-box._right + .s-about__flow-box + .s-common-box {
        padding: 30px 55px 30px 55px !important; }
        @media only screen and (max-width: 767px) {
          .s-about__flow-box._right + .s-about__flow-box + .s-common-box {
            padding: 12px 15px 5px 15px !important; } }
  .s-about__flow-box__img {
    width: 480px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .s-about__flow-box__img {
        width: 100%; } }
    .s-about__flow-box__img > p {
      font-size: 20px;
      font-weight: bold;
      font-family: "Roboto Condensed", sans-serif;
      display: flex;
      align-items: center;
      position: absolute;
      left: -10px;
      letter-spacing: .1em;
      line-height: 1;
      top: -28px; }
      .s-about__flow-box__img > p span {
        font-size: 60px;
        margin: 0 0 0 6px;
        line-height: 1; }
      .s-about__flow-box__img > p + span {
        display: block; }
        @media only screen and (max-width: 767px) {
          .s-about__flow-box__img > p + span {
            width: calc(100% + 20px);
            margin: 0 -20px 0 0;
            margin-left: auto; } }
.s-about__flow-conts {
  width: 480px;
  box-sizing: border-box;
  padding: 10px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .s-about__flow-conts {
      width: 100%;
      padding: 20px 0 0 0; } }
  .s-about__flow-conts p:nth-child(1) {
    line-height: 1.6;
    font-size: 30px;
    margin: 0 0 28px 5px; }
    .s-about__flow-conts p:nth-child(1) span {
      position: relative;
      z-index: 0; }
      .s-about__flow-conts p:nth-child(1) span::after {
        display: block;
        width: 100%;
        height: 10px;
        background: #94e2d2;
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        z-index: -1; }
    @media only screen and (max-width: 767px) {
      .s-about__flow-conts p:nth-child(1) {
        font-size: 24px;
        text-align: center;
        margin: 0 0 18px 0; } }
    @media only screen and (max-width: 360px) {
      .s-about__flow-conts p:nth-child(1) {
        font-size: 22px; } }
    .s-about__flow-conts p:nth-child(1) span {
      line-height: 1.6; }
      .s-about__flow-conts p:nth-child(1) span::after {
        height: 20px;
        width: calc(100% + 10px);
        transform: translateX(-5px); }
  .s-about__flow-conts p:nth-child(2) {
    font-size: 20px;
    color: #00ba96;
    line-height: 1.6;
    font-weight: bold;
    margin: 0 0 25px; }
    @media only screen and (max-width: 767px) {
      .s-about__flow-conts p:nth-child(2) {
        font-size: 16px;
        text-align: center;
        margin: 0 0 16px; } }
  .s-about__flow-conts p:nth-child(3) {
    font-size: 14px;
    line-height: 2; }
.s-about__flow._01 .s-common-box ul + div {
  display: flex;
  align-items: center; }
  .s-about__flow._01 .s-common-box ul + div li {
    width: inherit;
    margin-right: 20px; }
  .s-about__flow._01 .s-common-box ul + div ul {
    margin-bottom: 0; }
  .s-about__flow._01 .s-common-box ul + div > span {
    font-weight: bold; }
.s-about__flow._01 .s-common-box ul:nth-child(1) {
  margin-right: 80px; }
  @media only screen and (max-width: 767px) {
    .s-about__flow._01 .s-common-box ul:nth-child(1) {
      margin: 0; } }
.s-about__flow._01 .s-common-box ul:nth-child(2) {
  margin-right: 80px; }
  @media only screen and (max-width: 767px) {
    .s-about__flow._01 .s-common-box ul:nth-child(2) {
      margin: 0; } }
.s-about__flow._01 .s-common-box__title + div {
  display: flex;
  margin-bottom: 10px; }
  .s-about__flow._01 .s-common-box__title + div + div.for-sp {
    display: none; }
    @media only screen and (max-width: 767px) {
      .s-about__flow._01 .s-common-box__title + div + div.for-sp {
        display: flex;
        flex-wrap: wrap; }
        .s-about__flow._01 .s-common-box__title + div + div.for-sp ul {
          display: flex;
          flex-wrap: wrap; }
        .s-about__flow._01 .s-common-box__title + div + div.for-sp li {
          width: 50%;
          box-sizing: border-box; } }
  .s-about__flow._01 .s-common-box__title + div + div + div {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .s-about__flow._01 .s-common-box__title + div + div + div {
        flex-direction: column;
        align-items: flex-start; } }
    .s-about__flow._01 .s-common-box__title + div + div + div span {
      display: block;
      margin: 0 15px 0 0;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .s-about__flow._01 .s-common-box__title + div + div + div span {
          font-size: 12px;
          margin: 0 15px 5px 0; } }
    .s-about__flow._01 .s-common-box__title + div + div + div ul {
      display: flex;
      align-items: center;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .s-about__flow._01 .s-common-box__title + div + div + div ul {
          flex-wrap: wrap; } }
      .s-about__flow._01 .s-common-box__title + div + div + div ul li {
        margin-bottom: 0;
        box-sizing: border-box;
        margin-right: 40px; }
        @media only screen and (max-width: 767px) {
          .s-about__flow._01 .s-common-box__title + div + div + div ul li {
            width: 50%;
            margin-right: 0;
            margin-bottom: 9px; }
            .s-about__flow._01 .s-common-box__title + div + div + div ul li:nth-child(3) {
              width: 100%; } }
  @media only screen and (max-width: 767px) {
    .s-about__flow._01 .s-common-box__title + div.for-pc {
      display: none; } }
.s-about .section__head h2 {
  margin: 0 0 20px; }
.s-about .section__head h2::after {
  content: none; }

.s-nav {
  background: #ffffff; }
  .s-nav ul {
    display: flex;
    justify-content: space-between;
    height: 60px; }
    @media only screen and (max-width: 767px) {
      .s-nav ul {
        flex-wrap: wrap;
        width: 100%;
        height: inherit; } }
    .s-nav ul li {
      width: 20%;
      border-right: 1px dotted #000; }
      .s-nav ul li:first-child {
        border-left: 1px dotted #000; }
        @media only screen and (max-width: 767px) {
          .s-nav ul li:first-child {
            border-left: 1px solid #000; } }
      .s-nav ul li a {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        position: relative;
        transition: .3s;
        box-sizing: border-box;
        padding: 0 0 15px; }
        .s-nav ul li a::after {
          content: " ";
          display: block;
          border-top: 1px solid #000000;
          border-right: 1px solid #000000;
          transform: rotate(135deg) translateX(50%);
          width: 6px;
          height: 6px;
          position: absolute;
          left: 50%;
          bottom: 15px;
          transition: .3s; }
          @media only screen and (max-width: 767px) {
            .s-nav ul li a::after {
              transform: rotate(135deg); } }
        .s-nav ul li a:hover {
          background: #94e2d2;
          opacity: 1; }
          .s-nav ul li a:hover::after {
            bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .s-nav ul li {
          box-sizing: border-box;
          height: 55px;
          border-right: 1px solid #000;
          border-top: 1px solid #000; }
          .s-nav ul li:nth-child(1), .s-nav ul li:nth-child(2), .s-nav ul li:nth-child(3) {
            width: 33.3333333%; }
          .s-nav ul li:nth-child(4), .s-nav ul li:nth-child(5) {
            border-bottom: 1px solid #000;
            width: 50%; }
          .s-nav ul li:nth-child(4) {
            border-left: 1px solid #000; }
          .s-nav ul li a {
            box-sizing: border-box;
            padding: 0;
            flex-direction: column;
            align-items: center; }
            .s-nav ul li a::after {
              position: inherit;
              bottom: 0;
              left: inherit; }
            .s-nav ul li a:hover::after {
              bottom: -5px; } }
  .s-nav .c-l-column {
    padding: 40px 0; }
    @media only screen and (max-width: 767px) {
      .s-nav .c-l-column {
        padding: 40px 20px 5px 20px; } }

.s-point {
  padding-top: 40px; }
  @media only screen and (max-width: 767px) {
    .s-point {
      padding: 30px 0 40px 0; } }
  .s-point h2 + p {
    position: relative;
    display: inline-block; }
    .s-point h2 + p::before, .s-point h2 + p::after {
      display: block;
      content: '';
      width: 40px;
      height: 46px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      @media only screen and (max-width: 767px) {
        .s-point h2 + p::before, .s-point h2 + p::after {
          width: 40px;
          height: 46px;
          top: calc(50% + 12px); } }
    .s-point h2 + p::before {
      background: url(../img/deco_dot_before.svg);
      left: -60px; }
      @media only screen and (max-width: 767px) {
        .s-point h2 + p::before {
          left: -17vw; } }
      @media only screen and (max-width: 360px) {
        .s-point h2 + p::before {
          left: -14vw; } }
    .s-point h2 + p::after {
      background: url(../img/deco_dot_after.svg);
      right: -60px; }
      @media only screen and (max-width: 767px) {
        .s-point h2 + p::after {
          right: -17vw; } }
      @media only screen and (max-width: 360px) {
        .s-point h2 + p::after {
          right: -14vw; } }
  .s-point__nav {
    margin-bottom: 85px;
    margin-top: 45px; }
    @media only screen and (max-width: 767px) {
      .s-point__nav {
        margin-bottom: 65px; } }
    .s-point__nav span {
      font-size: 40px;
      font-weight: bold;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 1;
      display: block;
      transform: translateY(-50%);
      margin: 0 0 -20px 0;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      margin: auto; }
      .s-point__nav span + P {
        font-size: 20px;
        line-height: 1.6; }
        @media only screen and (max-width: 767px) {
          .s-point__nav span + P {
            font-size: 16px; } }
    .s-point__nav ul {
      width: 880px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media only screen and (max-width: 767px) {
        .s-point__nav ul {
          width: 100%; } }
      .s-point__nav ul li {
        padding: 5px;
        text-align: center;
        width: 205px;
        background: linear-gradient(-45deg, #ffe6eb 0%, #cce0f4 100%);
        height: 172px;
        box-sizing: border-box; }
        @media only screen and (max-width: 767px) {
          .s-point__nav ul li {
            width: 48%;
            height: 135px;
            margin: 0 0 30px; }
            .s-point__nav ul li:nth-child(3), .s-point__nav ul li:nth-child(4) {
              margin: 0; } }
        .s-point__nav ul li div {
          background: #ffffff;
          position: relative;
          height: 100%; }
          .s-point__nav ul li div a {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            position: relative; }
            .s-point__nav ul li div a::after {
              content: '';
              display: block;
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 10px 10px 0 10px;
              border-color: #fbdf22 transparent transparent transparent;
              margin: auto;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 15px 15px 0 15px;
              border-color: #00ba96 transparent transparent transparent;
              bottom: -10px; }
  .s-point__btn {
    width: 480px;
    height: 62px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .s-point__btn {
        width: calc(100% - 40px);
        margin: 0 auto;
        height: 55px; } }
    .s-point__btn a {
      font-size: 20px; }
      @media only screen and (max-width: 767px) {
        .s-point__btn a {
          font-size: 16px; } }

.s-common-box {
  width: 880px;
  margin: 0 auto 80px;
  border: 5px solid #eeeeee;
  box-sizing: border-box;
  padding: 20px 55px 25px 55px; }
  @media only screen and (max-width: 767px) {
    .s-common-box {
      width: 100%;
      padding: 10px 15px 5px 15px; } }
  .s-common-box__title {
    font-size: 20px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .s-common-box__title {
        font-size: 14px;
        margin-bottom: 10px; } }
    .s-common-box__title::before, .s-common-box__title::after {
      width: 40px;
      height: 1px;
      background: #000000;
      content: ''; }
    .s-common-box__title::before {
      margin-right: 14px; }
    .s-common-box__title::after {
      margin-left: 14px; }
  .s-common-box li {
    display: flex;
    align-items: flex-start;
    margin: 0 0 8px;
    position: relative;
    padding: 0 0 0 20px;
    line-height: 1.6;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .s-common-box li {
        font-size: 12px;
        padding: 0 0 0 15px;
        margin: 0 0 7px;
        padding: 0 25px 0 15px; }
        .s-common-box li:nth-child(2n) {
          transform: translateX(15px); } }
    .s-common-box li::before {
      width: 15px;
      height: 15px;
      content: '';
      background: url(../img/icon_check.svg) left top/100% 100%;
      margin-right: 5px;
      position: absolute;
      top: 2px;
      left: 0; }
      @media only screen and (max-width: 767px) {
        .s-common-box li::before {
          width: 10px;
          height: 10px;
          top: 4px; } }
  @media only screen and (max-width: 767px) {
    .s-common-box._01 {
      margin: 0 auto 60px; } }
  .s-common-box._02 {
    padding: 35px 55px 35px 55px; }
    @media only screen and (max-width: 767px) {
      .s-common-box._02 {
        margin: 0 auto 60px; } }
    .s-common-box._02 img {
      border: 1px solid #cccccc; }
    .s-common-box._02 .s-common-box__inner {
      display: flex;
      justify-content: space-between; }
      .s-common-box._02 .s-common-box__inner > span {
        display: block;
        width: 360px; }
        @media only screen and (max-width: 767px) {
          .s-common-box._02 .s-common-box__inner > span {
            display: none; } }
      .s-common-box._02 .s-common-box__inner ul {
        width: 360px;
        flex-direction: column;
        margin-right: 0 !important; }
        @media only screen and (max-width: 767px) {
          .s-common-box._02 .s-common-box__inner ul {
            width: 100%; } }
      .s-common-box._02 .s-common-box__inner li {
        width: inherit;
        margin-right: 0; }
        @media only screen and (max-width: 767px) {
          .s-common-box._02 .s-common-box__inner li {
            box-sizing: border-box;
            padding: 0 0 0 15px; }
            .s-common-box._02 .s-common-box__inner li:nth-child(2n) {
              transform: none; }
            .s-common-box._02 .s-common-box__inner li:nth-child(5) {
              margin-bottom: 0; } }
  .s-common-box._03 {
    padding: 15px 55px 0 55px;
    margin: 0 auto 60px; }
    @media only screen and (max-width: 767px) {
      .s-common-box._03 {
        padding: 15px 0 0 0;
        box-sizing: border-box;
        margin: 0 auto 30px; } }
    .s-common-box._03 .s-common-box__title + ul {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      padding-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .s-common-box._03 .s-common-box__title + ul {
          padding: 0 15px 5px; } }
      .s-common-box._03 .s-common-box__title + ul:nth-child(2) {
        margin-right: 0; }
      .s-common-box._03 .s-common-box__title + ul li {
        width: inherit;
        margin: 0 80px 10px 0; }
        @media only screen and (max-width: 767px) {
          .s-common-box._03 .s-common-box__title + ul li {
            margin: 0 0 9px;
            width: 50%;
            padding: 0 25px 0 15px;
            box-sizing: border-box; } }
        .s-common-box._03 .s-common-box__title + ul li:nth-child(5) {
          margin: 0 0 10px 0; }
          @media only screen and (max-width: 767px) {
            .s-common-box._03 .s-common-box__title + ul li:nth-child(5) {
              margin: 0 0 9px; } }
        .s-common-box._03 .s-common-box__title + ul li:nth-child(6) {
          margin: 0 135px 10px 0; }
          @media only screen and (max-width: 767px) {
            .s-common-box._03 .s-common-box__title + ul li:nth-child(6) {
              margin: 0 0 9px; } }
        @media only screen and (max-width: 767px) {
          .s-common-box._03 .s-common-box__title + ul li:nth-child(7) {
            width: 100%; } }
      .s-common-box._03 .s-common-box__title + ul + p {
        display: flex;
        justify-content: center;
        background: #eee;
        margin: 0 -60px;
        font-size: 14px;
        line-height: 2;
        box-sizing: border-box;
        padding: 23px 0 13px 0;
        transform: translateY(1px); }
        @media only screen and (max-width: 767px) {
          .s-common-box._03 .s-common-box__title + ul + p {
            margin: 0;
            transform: inherit;
            padding: 15px 15px 15px 66px;
            font-size: 12px;
            position: relative; } }
        .s-common-box._03 .s-common-box__title + ul + p span {
          display: block;
          width: 60px;
          height: 60px;
          margin-right: 8px; }
          @media only screen and (max-width: 767px) {
            .s-common-box._03 .s-common-box__title + ul + p span {
              position: absolute;
              width: 40px;
              height: 40px;
              left: 15px;
              top: 20px; } }

.s-price {
  background: linear-gradient(-45deg, #ffe6eb 0%, #cce0f4 100%);
  border-bottom: 5px solid #ffffff; }
  @media only screen and (max-width: 767px) {
    .s-price {
      padding: 35px 0; } }
  .s-price dt, .s-price dd {
    box-shadow: 0px 0px 5px 2.5px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 767px) {
      .s-price dt, .s-price dd {
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); } }
  .s-price dt {
    background: #69cbb8;
    color: #ffffff;
    font-size: 16px;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .s-price dt {
        width: 100%;
        height: 45px;
        margin-bottom: 10px; } }
  .s-price dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap; }
    .s-price dl:nth-child(1) dd {
      width: 360px; }
      @media only screen and (max-width: 767px) {
        .s-price dl:nth-child(1) dd {
          width: 100%; } }
    .s-price dl:nth-child(2) .s-price__table__dd--head {
      margin: 0 0 20px; }
      @media only screen and (max-width: 767px) {
        .s-price dl:nth-child(2) .s-price__table__dd--head {
          margin: 0 0 15px; } }
      .s-price dl:nth-child(2) .s-price__table__dd--head + div span {
        transform: translateY(18px); }
        @media only screen and (max-width: 767px) {
          .s-price dl:nth-child(2) .s-price__table__dd--head + div span {
            transform: none; } }
    .s-price dl:nth-child(2) p.s-price__table__dd--price {
      margin-bottom: -5px;
      margin-top: 10px; }
      @media only screen and (max-width: 767px) {
        .s-price dl:nth-child(2) p.s-price__table__dd--price {
          margin-top: 0; } }
    .s-price dl:nth-child(2) dd {
      padding: 20px 20px 5px 20px; }
      .s-price dl:nth-child(2) dd ul {
        display: flex;
        flex-wrap: wrap; }
        .s-price dl:nth-child(2) dd ul li {
          width: 185px;
          display: flex;
          flex-direction: column;
          align-items: center;
          box-sizing: border-box;
          padding: 0 2.5px; }
          @media only screen and (max-width: 767px) {
            .s-price dl:nth-child(2) dd ul li {
              width: 100%;
              padding: 0; } }
          .s-price dl:nth-child(2) dd ul li:nth-child(1) .s-price__table__dd--tag {
            background: #cd8c66;
            transform: none; }
          .s-price dl:nth-child(2) dd ul li:nth-child(2) .s-price__table__dd--tag {
            background: #aeaeab;
            transform: none; }
          .s-price dl:nth-child(2) dd ul li:nth-child(3) .s-price__table__dd--tag {
            background: #cdc066;
            transform: none; }
          .s-price dl:nth-child(2) dd ul li div.for-sp {
            display: none; }
            @media only screen and (max-width: 767px) {
              .s-price dl:nth-child(2) dd ul li div.for-sp {
                width: 100%;
                display: flex;
                display: -webkit-box;
                align-items: center;
                justify-content: space-between;
                align-items: center;
                margin: 0 0 15px; } }
            .s-price dl:nth-child(2) dd ul li div.for-sp > span {
              transform: translateY(8px);
              display: inline-block; }
              @media only screen and (max-width: 767px) {
                .s-price dl:nth-child(2) dd ul li div.for-sp > span {
                  transform: translateY(5px); } }
              .s-price dl:nth-child(2) dd ul li div.for-sp > span + ul span {
                transform: none; }
          @media only screen and (max-width: 767px) {
            .s-price dl:nth-child(2) dd ul li ul {
              margin-right: 20px; } }
    .s-price dl:nth-child(3) {
      margin-bottom: 0; }
      .s-price dl:nth-child(3) .s-price__table__dd--price {
        margin-right: 245px; }
        @media only screen and (max-width: 767px) {
          .s-price dl:nth-child(3) .s-price__table__dd--price {
            margin-right: 0; } }
    .s-price dl:nth-child(2) ul {
      margin: 0; }
    @media only screen and (max-width: 767px) {
      .s-price dl:nth-child(2) dd {
        padding: 20px 20px 5px 20px; } }
  .s-price dd {
    background: #ffffff;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    width: 730px; }
    @media only screen and (max-width: 767px) {
      .s-price dd {
        width: 100%;
        padding: 20px 20px 15px 20px;
        margin-bottom: 10px; } }
  .s-price p.s-price__table__dd--price {
    font-size: 52px;
    color: #ff6a6a;
    letter-spacing: -.05em;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .s-price p.s-price__table__dd--price {
        line-height: 1; } }
    .s-price p.s-price__table__dd--price span {
      font-size: 30px;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: bold;
      margin: 0 0px 0 5px; }
      @media only screen and (max-width: 767px) {
        .s-price p.s-price__table__dd--price span {
          font-size: 20px; } }
  .s-price span.s-price__table__dd--tag {
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    display: block;
    text-align: center;
    color: #ffffff;
    margin-left: 0;
    width: 100%;
    line-height: 20px; }
    @media only screen and (max-width: 767px) {
      .s-price span.s-price__table__dd--tag {
        font-size: 12px;
        margin: 0 0 8px; } }
  .s-price__table {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px; }
    @media only screen and (max-width: 767px) {
      .s-price__table {
        margin: 0 0 20px; } }
    .s-price__table__dd--head {
      font-size: 20px;
      text-align: center;
      line-height: 1;
      border-radius: 50px;
      border: 3px solid #00ba96;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .s-price__table__dd--head {
          margin: 0 0 8px; } }
      .s-price__table__dd--head + div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 15px 0 15px 0; }
        @media only screen and (max-width: 767px) {
          .s-price__table__dd--head + div {
            flex-wrap: nowrap;
            margin: 10px 0 0 0; } }
        .s-price__table__dd--head + div span {
          margin: 0 0 0 20px; }
          @media only screen and (max-width: 767px) {
            .s-price__table__dd--head + div span {
              font-size: 12px;
              margin: 0 0 0 10px; } }
          .s-price__table__dd--head + div span + ul {
            margin: 0 20px 0 0px; }
            @media only screen and (max-width: 767px) {
              .s-price__table__dd--head + div span + ul {
                margin: 0 10px 0 0; }
                .s-price__table__dd--head + div span + ul._mk {
                  transform: none; } }
  .s-price__pdf {
    width: 260px;
    height: 56px;
    margin: 0 auto 60px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .s-price__pdf {
        height: 50px;
        margin: 0 auto 40px; } }
    .s-price__pdf a {
      display: flex;
      width: 100%;
      height: 100%;
      background: #ffffff;
      position: relative;
      align-items: center;
      justify-content: center;
      border: 1px solid #000000;
      font-size: 16px;
      letter-spacing: 0;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .s-price__pdf a {
          font-size: 14px; } }
      .s-price__pdf a::after {
        content: '';
        display: block;
        right: 15px;
        top: 50%;
        width: 12px;
        height: 10px;
        position: absolute;
        transform: translateY(-50%);
        background: url(../img/icon_pdf.svg) left top/100% 100%; }
  .s-price__more {
    display: flex;
    width: 880px;
    margin: 0 auto 15px;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .s-price__more {
        width: 100%; } }
    .s-price__more > p {
      background: #69cbb8;
      color: #ffffff;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.6;
      width: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .s-price__more > p {
          width: 100%;
          font-size: 16px;
          height: 45px; } }
      .s-price__more > p:after {
        display: block;
        content: '';
        position: absolute;
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #fbdf22 transparent transparent transparent;
        margin: auto;
        border-color: #69cbb8 transparent transparent transparent;
        top: 50%;
        right: -15px;
        transform: translateY(-50%) rotate(-90deg);
        left: inherit;
        bottom: inherit; }
        @media only screen and (max-width: 767px) {
          .s-price__more > p:after {
            transform: translateY(100%);
            top: inherit;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto; } }
      .s-price__more > p + div {
        background: #ffffff;
        display: flex;
        width: 730px;
        box-sizing: border-box;
        padding: 20px 50px 10px 50px;
        justify-content: space-between; }
        @media only screen and (max-width: 767px) {
          .s-price__more > p + div {
            width: 100%;
            padding: 30px 20px 15px 20px;
            flex-wrap: wrap; } }
        .s-price__more > p + div > span {
          display: block;
          width: 260px; }
          @media only screen and (max-width: 767px) {
            .s-price__more > p + div > span {
              width: 215px;
              margin: 0 auto 5px; } }
          .s-price__more > p + div > span + p {
            font-size: 16px;
            line-height: 2; }
            @media only screen and (max-width: 767px) {
              .s-price__more > p + div > span + p {
                font-size: 14px; } }
            .s-price__more > p + div > span + p span {
              color: #00ba96;
              font-weight: bold; }
  .s-price__attention {
    font-size: 12px;
    color: #666666;
    text-align: right;
    width: 880px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .s-price__attention {
        width: 100%;
        line-height: 2; } }

.s-cases {
  background: #e9f4f1;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .s-cases {
      padding: 30px 0 35px 0; } }
  .s-cases .section__head {
    margin-bottom: 27px; }
  .s-cases--deco {
    width: 40px;
    height: 80px;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    transform: translateY(-58%);
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .s-cases--deco {
        width: 180px;
        height: 20px;
        flex-direction: row;
        justify-content: space-between; } }
    .s-cases--deco span {
      margin: 0 0 10px 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 20px 0 20px;
      border-color: #94e2d2 transparent transparent transparent; }

.s-cases-box {
  margin: 0 0 50px; }
  @media only screen and (max-width: 767px) {
    .s-cases-box {
      margin: 0 0 30px; } }
  .s-cases-box:last-of-type {
    margin-bottom: 0; }
  .s-cases-box__lead {
    font-size: 14px;
    color: #00ba96;
    text-align: center;
    margin: 0 0 7px; }
    @media only screen and (max-width: 767px) {
      .s-cases-box__lead {
        font-size: 12px; } }
  .s-cases-box__title {
    font-size: 20px;
    font-weight: bold;
    width: 266px;
    height: 36px;
    border-radius: 50px;
    box-sizing: border-box;
    border: 3px solid #00ba96;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    position: relative;
    margin-bottom: 30px;
    line-height: 36px; }
    .s-cases-box__title::before, .s-cases-box__title::after {
      width: 187px;
      height: 1px;
      background: #00ba96;
      display: block;
      content: '';
      position: absolute;
      top: 50%; }
      @media only screen and (max-width: 767px) {
        .s-cases-box__title::before, .s-cases-box__title::after {
          width: calc((100vw - 40px - 266px) / 2); } }
    .s-cases-box__title::before {
      left: 0;
      transform: translateX(-100%); }
    .s-cases-box__title::after {
      right: 0;
      transform: translateX(100%); }
  .s-cases-box__bl {
    width: 480px;
    box-sizing: border-box;
    padding: 20px 30px 20px 30px;
    background: #ffffff;
    position: relative;
    box-shadow: 0px 0px 5px 2.5px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 767px) {
      .s-cases-box__bl {
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); } }
    @media only screen and (max-width: 767px) {
      .s-cases-box__bl {
        padding: 10px 20px;
        margin: 0 0 30px; } }
    .s-cases-box__bl::before, .s-cases-box__bl::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 30px 0 0;
      position: absolute;
      content: '';
      display: block; }
      @media only screen and (max-width: 767px) {
        .s-cases-box__bl::before, .s-cases-box__bl::after {
          border-width: 20px 20px 0 0; } }
    .s-cases-box__bl::before {
      left: 0;
      top: 0;
      border-color: #cce0f4 transparent transparent transparent; }
    .s-cases-box__bl::after {
      right: 0;
      bottom: 0;
      transform: rotate(180deg);
      border-color: #ffe6eb transparent transparent transparent; }
    @media only screen and (max-width: 767px) {
      .s-cases-box__bl {
        width: 100%; } }
    .s-cases-box__bl ul {
      display: flex;
      flex-wrap: wrap;
      background: #ffffff;
      box-sizing: border-box;
      position: relative; }
      .s-cases-box__bl ul::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 1px;
        height: 100%;
        margin: auto;
        background-image: linear-gradient(to top, #cccccc, #cccccc 1px, transparent 1px, transparent 10px);
        background-size: 1px 4px;
        background-repeat: repeat-y; }
      .s-cases-box__bl ul::after {
        content: "";
        position: absolute;
        left: 0;
        top: 57px;
        width: 100%;
        height: 1px;
        margin: auto;
        background-image: linear-gradient(to right, #cccccc, #cccccc 1px, transparent 1px, transparent 10px);
        background-size: 4px 1px;
        background-repeat: repeat-x; }
        @media only screen and (max-width: 767px) {
          .s-cases-box__bl ul::after {
            top: 50px; } }
    .s-cases-box__bl li {
      width: 50%;
      box-sizing: border-box;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box; }
      .s-cases-box__bl li:nth-child(2), .s-cases-box__bl li:nth-child(4) {
        box-sizing: border-box;
        padding: 10px 10px; }
      .s-cases-box__bl li:nth-child(1) {
        padding: 5px 25px 15px 0;
        position: relative; }
        .s-cases-box__bl li:nth-child(1)::after {
          display: block;
          background: #ffffff;
          width: 11px;
          height: 14px;
          content: '';
          position: absolute;
          bottom: 0;
          right: 0;
          transform: translateX(50%) translateY(50%);
          z-index: 1000; }
          @media only screen and (max-width: 767px) {
            .s-cases-box__bl li:nth-child(1)::after {
              width: 11px;
              height: 11px; } }
      .s-cases-box__bl li:nth-child(2) {
        padding: 5px 0px 15px 30px; }
      .s-cases-box__bl li:nth-child(3) {
        padding: 15px 25px 5px 0; }
      .s-cases-box__bl li:nth-child(4) {
        padding: 15px 0px 5px 30px; }
      @media only screen and (max-width: 767px) {
        .s-cases-box__bl li span {
          line-height: 1.3; }
        .s-cases-box__bl li:nth-child(1) {
          padding: 5px 10px 15px 0; }
        .s-cases-box__bl li:nth-child(2) {
          padding: 5px 0 15px 10px; }
        .s-cases-box__bl li:nth-child(3) {
          padding: 10px 10px 8px 0; }
        .s-cases-box__bl li:nth-child(4) {
          padding: 10px 0px 8px 10px; } }
      .s-cases-box__bl li .ff-base {
        font-size: 30px;
        font-family: "Noto Sans JP", sans-serif; }
        @media only screen and (max-width: 767px) {
          .s-cases-box__bl li .ff-base {
            font-size: 24px; } }
      .s-cases-box__bl li span {
        font-size: 12px; }
        .s-cases-box__bl li span + p {
          font-family: "Roboto Condensed", sans-serif;
          font-size: 40px;
          color: #ff6a6a;
          line-height: 1;
          letter-spacing: -.05em; }
          @media only screen and (max-width: 767px) {
            .s-cases-box__bl li span + p {
              font-size: 30px; } }
          .s-cases-box__bl li span + p > span {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 20px;
            font-weight: bold; }
            @media only screen and (max-width: 767px) {
              .s-cases-box__bl li span + p > span {
                font-size: 14px;
                margin-left: 5px;
                display: inline-block; } }
  .s-cases-box__br {
    width: 480px;
    box-sizing: border-box;
    transform: translateY(-7px);
    margin-bottom: -7px;
    text-align: justify; }
    @media only screen and (max-width: 767px) {
      .s-cases-box__br {
        width: 100%; } }
    .s-cases-box__br p {
      font-size: 14px;
      line-height: 2; }
      .s-cases-box__br p + ul {
        margin-top: 15px; }
        .s-cases-box__br p + ul li {
          display: flex;
          align-items: center;
          margin-bottom: 5px;
          line-height: 1.6; }
          @media only screen and (max-width: 767px) {
            .s-cases-box__br p + ul li {
              font-size: 12px;
              margin-bottom: 3px; } }
          .s-cases-box__br p + ul li span {
            background: #00ba96;
            width: 80px;
            height: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 22px;
            color: #Ffffff;
            margin-right: 11px;
            font-size: 12px; }
            @media only screen and (max-width: 767px) {
              .s-cases-box__br p + ul li span {
                width: 60px;
                height: 22px;
                font-size: 12px;
                line-height: 22px; } }
  .s-cases-box__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }

@media only screen and (max-width: 767px) {
  .s-flow {
    padding: 35px 0 0 0; } }
.s-flow__wrap {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0 0;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .s-flow__wrap {
      margin: 30px 0 0 0; } }
  .s-flow__wrap li {
    position: relative;
    width: 300px;
    background: #e9f4f1;
    padding: 0 20px;
    box-sizing: border-box;
    min-height: 416px; }
    @media only screen and (max-width: 767px) {
      .s-flow__wrap li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 20px 20px 20px;
        align-items: flex-start;
        min-height: initial;
        margin: 0 0 40px; }
        .s-flow__wrap li:nth-child(2), .s-flow__wrap li:nth-child(3) {
          padding: 10px 20px 10px 20px; } }
    .s-flow__wrap li p:nth-child(1) {
      width: 60px;
      height: 60px;
      background: #00ba96;
      color: #ffffff;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      font-size: 12px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      border-radius: 50px;
      justify-content: center;
      line-height: 1;
      margin: 0 auto -30px;
      transform: translateY(-30px); }
      @media only screen and (max-width: 767px) {
        .s-flow__wrap li p:nth-child(1) {
          transform: inherit;
          margin: 0;
          font-size: 10px;
          width: 40px;
          height: 40px;
          margin: 0 14px 10px 0; } }
      .s-flow__wrap li p:nth-child(1) span {
        font-size: 24px; }
        @media only screen and (max-width: 767px) {
          .s-flow__wrap li p:nth-child(1) span {
            font-size: 16px; } }
    .s-flow__wrap li p:nth-child(2) {
      font-size: 24px;
      text-align: center;
      margin-top: 5px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .s-flow__wrap li p:nth-child(2) {
          font-size: 20px;
          margin-top: 0;
          margin-bottom: 0; } }
    .s-flow__wrap li p:nth-child(3) {
      border: 1px solid #cccccc;
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .s-flow__wrap li p:nth-child(3) {
          margin-bottom: 10px; }
          .s-flow__wrap li p:nth-child(3) img {
            vertical-align: bottom;
            display: block; } }
    .s-flow__wrap li p:nth-child(4) {
      font-size: 14px;
      line-height: 2;
      margin-bottom: 15px; }
    .s-flow__wrap li p:nth-child(5) {
      height: 56px; }
      @media only screen and (max-width: 767px) {
        .s-flow__wrap li p:nth-child(5) {
          width: 100%; } }
      .s-flow__wrap li p:nth-child(5) a {
        font-size: 16px; }
    .s-flow__wrap li::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 0 20px 20px;
      border-color: transparent transparent transparent #00ba96;
      content: '';
      display: block;
      position: absolute;
      right: -35px;
      top: 50%;
      transform: translateY(-50%); }
      @media only screen and (max-width: 767px) {
        .s-flow__wrap li::after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 20px 0 20px;
          border-color: #00ba96 transparent transparent transparent;
          right: 0;
          left: 0;
          bottom: -30px;
          top: inherit;
          margin: auto;
          transform: inherit; } }
    .s-flow__wrap li:last-of-type::after {
      content: none; }

.s-faq {
  background: #f6f6f6; }
  @media only screen and (max-width: 767px) {
    .s-faq {
      padding: 35px 0 40px 0; } }
  .s-faq ul {
    width: 880px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .s-faq ul {
        width: calc(100% - 40px); } }
  .s-faq li {
    background: #ffffff;
    margin-bottom: 20px;
    box-sizing: border-box; }
    .s-faq li:last-child {
      margin-bottom: 0; }
  .s-faq__question {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 15px 30px;
    box-sizing: border-box;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .s-faq__question {
        font-size: 14px;
        padding: 10px 40px 10px 60px;
        line-height: 2;
        flex-wrap: wrap; } }
    .s-faq__question:hover {
      opacity: .6;
      transition: .3s; }
    .s-faq__question span.s-faq__question--plus {
      display: block;
      position: absolute;
      right: 30px;
      top: 50%;
      width: 20px;
      height: 20px;
      transform: translateY(-50%); }
      @media only screen and (max-width: 767px) {
        .s-faq__question span.s-faq__question--plus {
          width: 15px;
          height: 15px;
          right: 20px; } }
      .s-faq__question span.s-faq__question--plus > span {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
        .s-faq__question span.s-faq__question--plus > span::before, .s-faq__question span.s-faq__question--plus > span::after {
          width: 20px;
          height: 1px;
          position: absolute;
          content: '';
          background: #00ba96;
          transition: .3s; }
          @media only screen and (max-width: 767px) {
            .s-faq__question span.s-faq__question--plus > span::before, .s-faq__question span.s-faq__question--plus > span::after {
              width: 15px; } }
        .s-faq__question span.s-faq__question--plus > span::before {
          top: 50%;
          transform: translateY(-50%); }
        .s-faq__question span.s-faq__question--plus > span::after {
          top: 50%;
          transform: rotate(90deg); }
    .s-faq__question.open span.s-faq__question--plus > span::before {
      opacity: 0; }
    .s-faq__question.open span.s-faq__question--plus > span::after {
      transform: rotate(180deg);
      top: 9px; }
    .s-faq__question::before {
      width: 40px;
      height: 40px;
      content: 'Q';
      display: flex;
      background: #00ba96;
      border-radius: 50px;
      color: #ffffff;
      font-family: "Roboto Condensed", sans-serif;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: bold;
      margin-right: 10px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .s-faq__question::before {
          width: 30px;
          height: 30px;
          font-size: 16px;
          position: absolute;
          left: 20px;
          top: 10px; } }
  .s-faq__answer {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 15px 30px 25px 30px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .s-faq__answer {
        line-height: 2;
        flex-wrap: wrap;
        padding: 10px 20px 15px 60px; } }
    .s-faq__answer::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: calc(100% - 60px);
      height: 1px;
      margin: auto;
      background-image: linear-gradient(to right, #cccccc, #cccccc 1px, transparent 1px, transparent 10px);
      background-size: 4px 1px;
      background-repeat: repeat-x;
      right: 0; }
      @media only screen and (max-width: 767px) {
        .s-faq__answer::after {
          width: calc(100% - 40px); } }
    .s-faq__answer::before {
      width: 40px;
      height: 40px;
      content: 'A';
      display: flex;
      background: #ff6a6a;
      border-radius: 50px;
      color: #ffffff;
      font-family: "Roboto Condensed", sans-serif;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .s-faq__answer::before {
          width: 30px;
          height: 30px;
          font-size: 16px;
          position: absolute;
          left: 20px;
          top: 10px; } }
    .s-faq__answer p {
      font-size: 14px;
      line-height: 2;
      width: 770px;
      margin-top: 5px; }
      @media only screen and (max-width: 767px) {
        .s-faq__answer p {
          margin: 0; } }

.s-contact {
  background: #e9f4f1 url(../img/bg_contact.png) right top/cover no-repeat; }
  @media only screen and (max-width: 767px) {
    .s-contact {
      padding: 35px 0 40px 0;
      background: #e9f4f1 url(../img/bg_contact.png) center top/960px 360px no-repeat; } }
  .s-contact .section__head {
    margin-bottom: 8px; }
  .s-contact__inner {
    width: 880px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .s-contact__inner {
        width: 100%; } }
  .s-contact__conts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .s-contact__conts__l {
      width: 421px; }
      @media only screen and (max-width: 767px) {
        .s-contact__conts__l {
          width: 100%;
          padding: 0 20px;
          box-sizing: border-box; } }
      .s-contact__conts__l p:nth-child(1) {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 5px; }
        @media only screen and (max-width: 767px) {
          .s-contact__conts__l p:nth-child(1) {
            font-size: 14px;
            margin-bottom: 0; } }
      .s-contact__conts__l p:nth-child(2) {
        font-size: 12px;
        line-height: 2;
        color: #666;
        margin-bottom: 15px; }
    .s-contact__conts__r {
      width: 420px;
      background: rgba(255, 255, 255, 0.7);
      padding: 23px 30px 25px 30px;
      font-size: 14px;
      box-sizing: border-box;
      margin: 10px 0 0 0; }
      @media only screen and (max-width: 767px) {
        .s-contact__conts__r {
          width: calc(100% - 40px);
          margin: 0 auto;
          font-size: 12px;
          padding: 15px 20px 20px 20px; } }
      .s-contact__conts__r p {
        line-height: 1.6; }
      .s-contact__conts__r span {
        font-size: 20px;
        font-weight: bold;
        display: inline-block;
        margin: 5px 0 10px 0;
        line-height: 1; }
        @media only screen and (max-width: 767px) {
          .s-contact__conts__r span {
            font-size: 14px;
            margin-top: 2px; } }
  .s-contact__mail {
    width: 260px;
    height: 42px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .s-contact__mail {
        width: 213px;
        height: 42px;
        margin: 0 auto 40px; } }
    .s-contact__mail a {
      background: #ffffff;
      display: flex;
      position: relative;
      border: 1px solid #000000;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 14px;
      letter-spacing: .1em;
      position: relative;
      opacity: 1; }
      .s-contact__mail a::after {
        background: url(../img/icon_mail.svg) left top/100% 100%;
        width: 14px;
        height: 10px;
        content: '';
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); }
      .s-contact__mail a:hover {
        opacity: .6; }

.s-entry {
  text-align: center;
  padding: 30px 0 15px 0;
  box-sizing: border-box; }
  .s-entry p {
    font-size: 16px;
    line-height: 2;
    margin: 0 auto 25px; }
    @media only screen and (max-width: 767px) {
      .s-entry p {
        font-size: 14px; } }
  .s-entry__btn {
    width: 480px;
    height: 62px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .s-entry__btn {
        width: calc(100% - 80px);
        margin: 0 auto;
        height: 55px; } }
    .s-entry__btn a {
      display: flex;
      width: 100%;
      height: 100%;
      color: #ffffff;
      font-size: 20px; }
      @media only screen and (max-width: 767px) {
        .s-entry__btn a {
          font-size: 16px; } }

.s-footer {
  background: #Ffffff;
  border-top: 1px solid #eeeeee;
  box-sizing: border-box;
  padding: 15px 0; }
  .s-footer p {
    font-size: 12px;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: .1em;
    color: #00ba96;
    text-align: center; }

.mfp-iframe-scaler {
  padding-top: 124%; }
  @media only screen and (max-width: 767px) {
    .mfp-iframe-scaler {
      padding-top: 153%; } }

.form {
  margin: auto;
  padding-top: 20px;
  width: 70%;
  text-align: center; }

.form h1 {
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 360px) {
    .form h1 {
      font-size: 14px; } }
