@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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%;
  -webkit-transform: translateY(-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;
  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;
    -webkit-box-sizing: border-box;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transform: translateX(-5px);
          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;
  -webkit-box-shadow: 0px 0px 5px 2.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 2.5px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  header.fixed {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  }
}

.zip-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    /**/
    min-width: inherit;
  }
}

.zip-gnav__toggle {
  width: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition: .3s;
  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;
  -webkit-transform: translateY(-50%);
          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;
  -webkit-transform: rotate(45deg);
          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;
  -webkit-transform: rotate(-45deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 120px;
  height: 100%;
  -ms-flex-wrap: wrap;
      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;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: .3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          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;
    -webkit-transform: rotate(45deg) translateX(50%);
            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;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: .3s;
  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;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: .3s;
  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;
    -webkit-box-sizing: border-box;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: 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;
    -webkit-transform: none;
            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;
  -webkit-transform: none;
          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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 0 0 0;
  -webkit-box-sizing: border-box;
          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;
    -webkit-box-sizing: border-box;
            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;
    -webkit-transform: translateX(10px);
            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;
    -webkit-transform: translateX(10%);
            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;
    -webkit-box-sizing: border-box;
            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;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  bottom: 0;
}

.s-about__point--head + p {
  line-height: 2;
}

.s-about__point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s-about__point ul li {
  text-align: center;
  width: 300px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 2.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 2.5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 0 25px 0;
}

@media only screen and (max-width: 767px) {
  .s-about__point ul li {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
            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%;
  -webkit-transform: translateY(-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;
    -webkit-transform: none;
            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;
  -webkit-transform: rotate(180deg);
          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;
  -webkit-transform: translateY(-65%);
          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;
    -webkit-transform: translateY(-85%);
            transform: translateY(-85%);
  }
}

.s-about__campaign--title span {
  position: relative;
  background: #e9f4f1;
  display: inline-block;
  padding: 0 7px;
  -webkit-box-sizing: border-box;
          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%;
  -webkit-transform: translateX(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .s-about__flow-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 25px;
  }
}

.s-about__flow-box._right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .s-about__flow-box._right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-box-sizing: border-box;
          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);
  -webkit-transform: translateX(-5px);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s-about__flow._01 .s-common-box__title + div + div.for-sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s-about__flow._01 .s-common-box__title + div + div.for-sp li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.s-about__flow._01 .s-common-box__title + div + div + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .s-about__flow._01 .s-common-box__title + div + div + div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .s-about__flow._01 .s-common-box__title + div + div + div ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.s-about__flow._01 .s-common-box__title + div + div + div ul li {
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .s-nav ul {
    -ms-flex-wrap: wrap;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transform: rotate(135deg) translateX(50%);
          transform: rotate(135deg) translateX(50%);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 767px) {
  .s-nav ul li a::after {
    -webkit-transform: rotate(135deg);
            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 {
    -webkit-box-sizing: border-box;
            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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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%;
  -webkit-transform: translateY(-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;
  -webkit-transform: translateY(-50%);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 8px;
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          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) {
    -webkit-transform: translateX(15px);
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 15px;
  }
  .s-common-box._02 .s-common-box__inner li:nth-child(2n) {
    -webkit-transform: none;
            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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 30px;
  }
}

.s-common-box._03 .s-common-box__title + ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          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;
    -webkit-box-sizing: border-box;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eee;
  margin: 0 -60px;
  font-size: 14px;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 23px 0 13px 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

@media only screen and (max-width: 767px) {
  .s-common-box._03 .s-common-box__title + ul + p {
    margin: 0;
    -webkit-transform: inherit;
            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 {
  -webkit-box-shadow: 0px 0px 5px 2.5px rgba(0, 0, 0, 0.1);
          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 {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      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 {
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}

@media only screen and (max-width: 767px) {
  .s-price dl:nth-child(2) .s-price__table__dd--head + div span {
    -webkit-transform: none;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s-price dl:nth-child(2) dd ul li {
  width: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transform: none;
          transform: none;
}

.s-price dl:nth-child(2) dd ul li:nth-child(2) .s-price__table__dd--tag {
  background: #aeaeab;
  -webkit-transform: none;
          transform: none;
}

.s-price dl:nth-child(2) dd ul li:nth-child(3) .s-price__table__dd--tag {
  background: #cdc066;
  -webkit-transform: none;
          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: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
  }
}

.s-price dl:nth-child(2) dd ul li div.for-sp > span {
  -webkit-transform: translateY(8px);
          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 {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.s-price dl:nth-child(2) dd ul li div.for-sp > span + ul span {
  -webkit-transform: none;
          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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .s-price__table__dd--head + div {
    -ms-flex-wrap: nowrap;
        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 {
    -webkit-transform: none;
            transform: none;
  }
}

.s-price__pdf {
  width: 260px;
  height: 56px;
  margin: 0 auto 60px;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000000;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_pdf.svg) left top/100% 100%;
}

.s-price__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 880px;
  margin: 0 auto 15px;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  left: inherit;
  bottom: inherit;
}

@media only screen and (max-width: 767px) {
  .s-price__more > p:after {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    top: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.s-price__more > p + div {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 730px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 50px 10px 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .s-price__more > p + div {
    width: 100%;
    padding: 30px 20px 15px 20px;
    -ms-flex-wrap: wrap;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-58%);
          transform: translateY(-58%);
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .s-cases--deco {
    width: 180px;
    height: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #00ba96;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.s-cases-box__title::after {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.s-cases-box__bl {
  width: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px 20px 30px;
  background: #ffffff;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 2.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 2.5px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .s-cases-box__bl {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
            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;
  -webkit-transform: rotate(180deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          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%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-sizing: border-box;
}

.s-cases-box__bl li:nth-child(2), .s-cases-box__bl li:nth-child(4) {
  -webkit-box-sizing: border-box;
          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;
  -webkit-transform: translateX(50%) translateY(50%);
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-7px);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .s-flow {
    padding: 35px 0 0 0;
  }
}

.s-flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 0 0;
  -ms-flex-wrap: wrap;
      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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 416px;
}

@media only screen and (max-width: 767px) {
  .s-flow__wrap li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 20px 20px 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 0 auto -30px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

@media only screen and (max-width: 767px) {
  .s-flow__wrap li p:nth-child(1) {
    -webkit-transform: inherit;
            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%;
  -webkit-transform: translateY(-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;
    -webkit-transform: inherit;
            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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.s-faq li:last-child {
  margin-bottom: 0;
}

.s-faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
          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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.s-faq__question:hover {
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s;
}

.s-faq__question span.s-faq__question--plus {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          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;
  -webkit-transition: .3s;
  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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.s-faq__question span.s-faq__question--plus > span::after {
  top: 50%;
  -webkit-transform: rotate(90deg);
          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 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 9px;
}

.s-faq__question::before {
  width: 40px;
  height: 40px;
  content: 'Q';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #00ba96;
  border-radius: 50px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 30px 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .s-faq__answer {
    line-height: 2;
    -ms-flex-wrap: wrap;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ff6a6a;
  border-radius: 50px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      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;
    -webkit-box-sizing: border-box;
            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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid #000000;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.s-contact__mail a:hover {
  opacity: .6;
}

.s-entry {
  text-align: center;
  padding: 30px 0 15px 0;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-sizing: border-box;
          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%;
  }
}
/*# sourceMappingURL=style.css.map */