/* common
==========================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, dl {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Bahagia";
  src: url("../../../wp-content/themes/service/assets/fonts/Bahagia.ttf") format("truetype");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  min-height: 100%;
  height: auto !important;
  position: relative;
  max-width: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #0786BD;
}

em, strong {
  font-weight: bold;
}

.inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

section {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  section {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  section {
    margin-top: 60px;
  }
}

h2 {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

/* header
==========================================*/
.header {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#0786BD), to(#1A9BD3)) 0% 0% no-repeat;
  background: transparent linear-gradient(180deg, #0786BD 0%, #1A9BD3 100%) 0% 0% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .header {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 12px 0;
  }
}
.header h2 {
  max-width: 200px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header h2 img {
    width: 58px;
  }
}

/* kv
==========================================*/
.kv {
  position: relative;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .kv {
    padding-top: 32.81%;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    padding-top: 43%;
    background-size: contain;
  }
}
.kv {
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .kv-wrap {
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
}
@media screen and (max-width: 980px) {
  .kv-wrap {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .kv-wrap {
    margin-top: 30px;
  }
}
.kv-logo {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .kv-logo {
    width: 80%;
  }
}
.kv-copy {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .kv-copy {
    margin-top: 40px;
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .kv-copy {
    margin-top: 20px;
    font-size: 18px;
  }
}
.kv-off {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .kv-off {
    margin-top: 20px;
    font-size: 18px;
    color: #1E5199;
  }
}
@media screen and (max-width: 768px) {
  .kv-off {
    margin-top: 15px;
    font-size: 14px;
  }
}

/* service
==========================================*/
@media screen and (max-width: 768px) {
  .service {
    margin-top: 40px;
  }
}
.service-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 660px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .service-list {
    gap: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .service-list {
    gap: 50px 0;
  }
}
.service-list > li {
  width: 100px;
  font-size: 14px;
  padding-top: 66px;
  position: relative;
  /* -webkit-box-sizing: border-box; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .service-list > li {
    width: 33%;
    min-width: 150px;
    font-size: 16px;
    padding-top: 120px;
    position: relative;
  }
}
.service-list > li:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 86px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .service-list > li:before {
    width: 120px;
    height: 110px;
    top: -15px;
  }
}
@media screen and (min-width: 769px) {
  .service-list > li:before {
    width: 150px;
    height: 104px;
  }
}
.service-list > li:nth-child(1)::before {
  background-image: url("../img/service_icon_01.svg");
}
.service-list > li:nth-child(2)::before {
  background-image: url("../img/service_icon_02.svg");
}
.service-list > li:nth-child(3)::before {
  background-image: url("../img/service_icon_03.svg");
}

/* point
==========================================*/
.point {
  background: linear-gradient(45deg, #64b8dd 0%, #008fcc 100%);
  padding: 6vw 0;
  position: relative;
  overflow: hidden;
}
.point .inner {
  max-width: 1060px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .point .inner {
    padding: 0 35px;
  }
}
.point::before, .point::after {
  content: "";
  width: 100%;
  height: 6vw;
  background: url("../img/bg_wave.svg") no-repeat 50% 0%;
  background-size: cover;
  position: absolute;
  left: 0;
}
.point::before {
  top: 0;
  -webkit-transform: translate(0px, -1%) rotate(180deg) scale(1.05);
          transform: translate(0px, -1%) rotate(180deg) scale(1.05);
}
.point::after {
  bottom: 0;
  -webkit-transform: translate(0px, 1%) scale(1.05);
          transform: translate(0px, 1%) scale(1.05);
}
.point h2 {
  margin: 0 auto;
  color: #fff;
}
.point h2 span {
  display: block;
  margin-top: 0.5em;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .point h2 span {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .point h2 span {
    margin-top: 20px;
  }
}
.point-list {
  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;
  counter-reset: pointer-number;
}
@media screen and (min-width: 769px) {
  .point-list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .point-list {
    margin-top: 36px;
  }
}
.point-list li {
  background: #fff;
  border-radius: 6px;
  padding: 25px;
}
@media screen and (min-width: 769px) {
  .point-list li {
    width: 30.5%;
  }
}
@media screen and (max-width: 768px) {
  .point-list li {
    width: 100%;
    margin-top: 35px;
  }
  .point-list li:first-child {
    margin-top: 0;
  }
}
.point-list li dl dt {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 120px;
  margin: 0;
  font-weight: bold;
  text-align: center;
  z-index: 0;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .point-list li dl dt {
    font-size: 20px;
    line-height: 28px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .point-list li dl dt {
    font-size: 26px;
    line-height: 34px;
    padding-top: 24px;
  }
}
.point-list li dl dt::before {
  counter-increment: pointer-number;
  content: counter(pointer-number, decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  font-size: 160px;
  line-height: 1px;
  height: 120px;
  font-weight: bold;
  color: #F4F5F7;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.point-list li dl dd figure {
  margin-top: 30px;
  text-align: center;
}
.point-list li dl dd p {
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.6;
}

/* plan
==========================================*/
.plan .inner {
  max-width: 930px;
}
@media screen and (min-width: 769px) {
  .plan-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.plan-block {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .plan-block {
    width: 45%;
  }
}
.plan-block h3 {
  color: #0786BD;
  font-weight: bold;
  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;
}
@media screen and (min-width: 769px) {
  .plan-block h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .plan-block h3 {
    font-size: 20px;
  }
}
.plan-block h3::before {
  content: "";
  width: 47px;
  height: 57px;
  margin-right: 0.5em;
}
.plan-block h3 em {
  margin-left: 0.5em;
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  margin-top: 0.5em;
}
.plan-block h3 span {
  margin-top: 0.7em;
}
@media screen and (min-width: 769px) {
  .plan-block h3 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .plan-block h3 span {
    font-size: 14px;
  }
}
.plan-block figure {
  margin-top: 20px;
}
.plan-block p {
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .plan-block p {
    height: 4em;
  }
}
@media screen and (max-width: 768px) {
  .plan-block p {
    margin-bottom: 1em;
  }
}
.plan-list {
  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;
}
.plan-list dt {
  border: 1px solid #0786BD;
  color: #0786BD;
  font-weight: bold;
  padding: 0.2em 1em;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
}
.plan-list dt::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #0786BD;
  border-right: 1px solid #0786BD;
  position: absolute;
  background: #fff;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translate(-50%, 50%) rotate(135deg);
          transform: translate(-50%, 50%) rotate(135deg);
}
.plan-list dd {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plan-list dd ul li {
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-top: 0.2em;
}
.plan-list dd ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 16px;
  background: url("../img/icon_check.svg") no-repeat 50% 50%;
}

/* timing
==========================================*/
.timing .inner {
  max-width: 820px;
}
.timing-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: timing-number;
}
.timing-wrap li {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .timing-wrap li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 255px 80px 1fr;
    grid-template-columns: 255px 1fr;
    -ms-grid-rows: auto 0 auto 0 auto;
        grid-template-areas: "fig head" "fig text" "fig .";
    gap: 0 80px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.timing-wrap figure {
  grid-area: fig;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .timing-wrap figure {
    width: 80%;
    margin: 2em auto 1.5em auto;
  }
}
.timing-wrap h3 {
  grid-area: head;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .timing-wrap h3 {
    font-size: 24px;
    margin: 1em 0;
  }
}
@media screen and (max-width: 768px) {
  .timing-wrap h3 {
    font-size: 20px;
    padding-left: 50px;
  }
}
.timing-wrap h3::before {
  counter-increment: timing-number;
  content: counter(timing-number);
  position: absolute;
  color: #0786BD;
  font-size: 100px;
  font-family: "Bahagia";
  font-weight: normal;
  top: 50%;
  -webkit-transform: translate(0px, -40%);
          transform: translate(0px, -40%);
}
@media screen and (min-width: 769px) {
  .timing-wrap h3::before {
    left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .timing-wrap h3::before {
    left: 0px;
  }
}
.timing-wrap p {
  grid-area: text;
  line-height: 1.6;
}

/* cta
==========================================*/
.cta {
  position: relative;
  z-index: 0;
}
.cta::before {
  content: "";
  width: 100%;
  background: #F4F5F7;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .cta::before {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .cta::before {
    height: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .cta {
    margin-top: 150px;
    background: url("../img/bg_cta.jpg") no-repeat 0% 50%;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    margin-top: 120px;
    background: url("../img/bg_cta_sp.jpg") no-repeat 0% 50%;
    background-size: cover;
  }
}
.cta .inner {
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .cta .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
    padding-bottom: 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 43.4% 40px 1fr;
    grid-template-columns: 43.4% 1fr;
    -ms-grid-rows: auto 0 auto;
        grid-template-areas: "fig head" "fig btn";
    gap: 0 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .cta .inner > figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .cta .inner > h3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 768px) {
  .cta .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 20px 0 20px;
  }
}
.cta .inner figure {
  grid-area: fig;
}
@media screen and (min-width: 769px) {
  .cta .inner figure {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .cta .inner figure {
    margin: 0.5em auto 0 auto;
    width: 90%;
  }
}
.cta .inner .cta-head {
  grid-area: head;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .cta .inner .cta-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .cta .inner .cta-head h2 {
    margin-top: 20px;
  }
}
.cta .inner .cta-head h3 {
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .cta .inner .cta-head h3 {
    font-size: 28px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cta .inner .cta-head h3 {
    font-size: 23px;
    margin-top: 1em;
    text-align: center;
  }
}
.cta .inner .cta-btn {
  grid-area: btn;
}
@media screen and (min-width: 769px){
  .timing-wrap figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .timing-wrap h3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .timing-wrap p {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .cta .inner figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .cta .inner > figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .cta .inner .cta-head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cta .inner > .cta-head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cta .inner .cta-btn {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 769px) {
  .cta .inner .cta-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 980px) {
  .cta .inner .cta-btn {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cta .inner .cta-btn {
    width: 100%;
    display: none;
  }
}

/* cta btn
==========================================*/
.cta-btn {
  position: relative;
  padding-top: 10px;
}
.cta-btn-link {
  border-radius: 30px;
  border-width: 2px;
  max-width: 300px;
  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: 0 auto;
  position: relative;
  background-color: #0786BD;
  margin: 0 auto;
  position: relative;
  height: 50px;
  color: #fff;
  border-radius: calc(50px / 2);
  background: linear-gradient(135deg, #035ca8 0%, #0898ce 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cta-btn-link:hover {
  opacity: 0.7;
}
.cta-btn-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: inherit;
  border-radius: calc(50px / 2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta-btn-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.cta-btn-link > p {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: inherit;
  border-radius: calc(50px / 2);
  font-family: "Noto Sans JP" !important;
  font-size: 17px;
}
@media screen and (max-width: 980px) {
  .cta-btn-link > p {
    font-size: 18px;
  }
}
.cta-btn-link a {
  font-weight: bold;
}
.cta-btn-subtitle {
  background: #fff;
  position: absolute;
  bottom: 73%;
  left: 50%;
  padding: 10px 15px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px rgba(173, 179, 190, 0.18);
          box-shadow: 0px 0px 10px rgba(173, 179, 190, 0.18);
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 100;
  font-weight: bold;
  line-height: 1;
  font-size: 12px;
  white-space: nowrap;
  color: #333;
}
.cta-btn-subtitle::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* fixed btn
==========================================*/
.fixed-btn-area {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.fixed-btn-area.hidden {
  opacity: 0;
  pointer-events: none;
}
.fixed-btn-area {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 10px rgba(173, 179, 190, 0.18);
          box-shadow: 0px 0px 10px rgba(173, 179, 190, 0.18);
  padding: 15px 0;
  z-index: 10;
  width: 100%;
}

/* footer
==========================================*/
footer {
  margin: 0px;
  padding: 0px;
  outline: 0;
  padding: 40px 0 120px 0;
  font-weight: 400;
}
footer .copyright {
  text-align: center;
  color: #747880;
  font-size: 12px;
  display: block;
}

/* kv
==========================================*/
@media screen and (min-width: 769px) {
  .kv {
    background-image: url("../syaken/img/kv.jpg");
  }
}
@media screen and (max-width: 768px) {
  .kv {
    background-image: url("../syaken/img/kv_sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .kv-logo img {
    max-width: 393px;
  }
}
@media screen and (max-width: 768px) {
  .kv-logo img {
    max-width: 250px;
  }
}

/* point
==========================================*/
@media screen and (min-width: 769px) {
  .point h2 {
    max-width: 337px;
  }
}
@media screen and (max-width: 768px) {
  .point h2 {
    max-width: 306px;
  }
}

/* plan
==========================================*/
.plan-block:nth-child(1) h3::before {
  background: url("../syaken/img/icon_plan_quick.svg") no-repeat 50% 50%;
}
.plan-block:nth-child(2) h3::before {
  background: url("../syaken/img/icon_plan_azukari.svg") no-repeat 50% 50%;
}

/* cta
==========================================*/
@media screen and (min-width: 769px) {
  .cta .inner .cta-head h2 {
    max-width: 307px;
  }
}
@media screen and (max-width: 768px) {
  .cta .inner .cta-head h2 {
    max-width: 272px;
  }
}
/*# sourceMappingURL=syaken.css.map */