@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Open+Sans:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

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

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

:focus {
  outline: 0;
}

:root {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  :root {
    font-size: 2.6667vw;
  }
}

body {
  width: 100%;
  background-color: #fff;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.86;
  margin: 0;
  padding: 0;
  min-width: 1090px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

_:-ms-input-placeholder, :root body {
  font-family: Meiryo, sans-serif;
}

[data-device='sp'] {
  display: none !important;
}

@media screen and (max-width: 767px) {
  [data-device='sp'] {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  [data-device='pc'] {
    display: none !important;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  a:hover {
    opacity: 0.6;
  }
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-en {
  font-family: "Open Sans", sans-serif;
}

.text-danger {
  color: #dd0000;
}

.text-primary {
  color: #48CC5C;
}

.text-bold {
  font-weight: bold;
}

.text-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF264));
  background: linear-gradient(transparent 70%, #FFF264 70%);
}

.text-l {
  font-size: 1.68em;
}

.text-s {
  font-size: 0.8em;
}

.align-middle {
  text-align: middle;
}

.align-bottom {
  text-align: bottom;
}

[data-fit='true'] {
  overflow: hidden;
}

[data-fit='true'] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ruby {
  line-height: 2.5;
}

ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1100;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-weight: bold;
  letter-spacing: .01em;
}

.l-header[data-header="fixed"] {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 767px) {
  .l-header[data-header="fixed"] {
    position: absolute;
    background: none;
  }
}

.l-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  position: static;
}

@media screen and (max-width: 767px) {
  .l-header__body {
    padding: 1.8rem 0;
  }
}

.l-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.8rem .4rem 3.5rem;
}

@media screen and (max-width: 767px) {
  .l-header__title {
    padding: 0 1.8rem .4rem 1.6rem;
  }
}

.l-header__title a {
  display: block;
}

@media screen and (min-width: 768px) {
  .l-header__title a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .l-header__title a:hover {
    opacity: 0.6;
  }
}

.l-header__title a img {
  width: 11.3rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .l-header__title a img {
    width: 9.5rem;
  }
}

.l-header__links {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header__links {
    display: block;
    position: absolute;
    top: 2.5rem;
    right: 1rem;
    z-index: 5500;
  }
  .l-header__links button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 5.2rem;
    height: 4.2rem;
    border-radius: 2.1rem;
    background: #48CC5C;
    border: 0;
  }
  .l-header__links button::before, .l-header__links button::after {
    content: '';
  }
  .l-header__links button::before, .l-header__links button::after,
  .l-header__links button span {
    display: block;
    width: 2.7rem;
    height: .4rem;
    background: #fff;
    border-radius: .2rem;
    position: absolute;
    top: 1.1rem;
    left: 1.3rem;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
  }
  .l-header__links button span {
    top: 1.9rem;
  }
  .l-header__links button::after {
    top: 2.7rem;
  }
  .l-header__links button.nav-open {
    background: none;
  }
  .l-header__links button.nav-open::before, .l-header__links button.nav-open::after,
  .l-header__links button.nav-open span {
    display: block;
    width: 2.7rem;
    height: .4rem;
    background: #fff;
    border-radius: .2rem;
    position: absolute;
    top: 1.1rem;
    left: 1.3rem;
  }
  .l-header__links button.nav-open::before, .l-header__links button.nav-open::after {
    top: 2rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header__links button.nav-open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-header__links button.nav-open span {
    opacity: 0;
  }
}

.l-footer__contact {
  width: 97.6rem;
  margin: 5.7rem auto 6.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-footer__contact {
    width: auto;
    display: block;
    padding: 0 2rem;
    margin: 3.8rem auto 3.8rem;
  }
}

.l-footer__contact-item {
  width: 50%;
  padding: 0 5.5rem 0 7.3rem;
  font-size: 1.4rem;
  letter-spacing: .025em;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .l-footer__contact-item {
    width: auto;
    text-align: center;
    padding: 0;
  }
  .l-footer__contact-item p:nth-child(4) {
    margin: 0 -1rem 0 -.5rem;
  }
}

.l-footer__contact-item:nth-child(2) {
  border-left: 1px solid #F5F5F5;
}

@media screen and (max-width: 767px) {
  .l-footer__contact-item:nth-child(2) {
    border-left: 0;
    border-top: 1px solid #F5F5F5;
    margin-top: 2.2rem;
    padding-top: 2.7rem;
  }
}

.l-footer__contact-item h2 {
  font-size: 2.1rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
}

.l-footer__contact-item h2 img {
  margin-right: 1.4rem;
  vertical-align: -.4rem;
}

.l-footer__contact-time {
  font-weight: bold;
  margin-bottom: 2.6rem;
}

.l-footer__contact-number {
  font-family: "Open Sans", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: 0;
}

.l-footer__contact-number a {
  pointer-events: none;
}

.l-footer__copyright {
  background: #333438;
  color: #B7B7B7;
  text-align: center;
  font-size: 1.4rem;
  padding: 3.4rem 2rem 3.2rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .025em;
}

.l-main {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .l-main {
    font-size: 1.4rem;
  }
}

.l-main__section--padding {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .l-main__section--padding {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.l-main__section--padding-t {
  padding-top: 8rem;
}

@media screen and (max-width: 767px) {
  .l-main__section--padding-t {
    padding-top: 4rem;
  }
}

.l-main__section--padding-b {
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .l-main__section--padding-b {
    padding-bottom: 5rem;
  }
}

.l-main__section-inner {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .l-main__section-inner {
    width: calc(100% - 4rem);
  }
}

.l-main__title {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 17rem;
}

@media screen and (max-width: 767px) {
  .l-main__title {
    height: 13rem;
    font-size: 2.8rem;
  }
}

.l-main__title-h1 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.42;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-main__title-h1 {
    font-size: 3rem;
  }
}

.l-main a {
  text-decoration: none;
}

.c-nav-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem 0;
  z-index: 5000;
}

@media screen and (max-width: 767px) {
  .c-nav-global {
    padding: 0;
  }
}

.c-nav-global__body {
  width: 100%;
  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;
}

@media screen and (max-width: 767px) {
  .c-nav-global__body {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url(../img/bg-gnav.png) no-repeat left top/cover;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 6000;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) and (max-height: 36rem) {
  .c-nav-global__body {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-nav-global__body.c-nav-global__open {
    opacity: 1;
    pointer-events: all;
  }
}

.c-nav-global__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .c-nav-global__list {
    display: block;
    text-align: center;
    padding: 5rem 0;
  }
}

.c-nav-global__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .c-nav-global__list-item {
    display: block;
    width: 100%;
  }
}

.c-nav-global__list-item 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;
  padding: 0 1.6rem;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .c-nav-global__list-item a {
    color: #fff;
    width: 100%;
    font-size: 2rem;
    padding: 1.4rem;
  }
}

.c-nav-global__contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #48CC5C;
  margin-right: 3.4rem;
  margin-left: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-nav-global__contact {
    display: none;
    position: absolute;
    top: .7rem;
    right: 7.2rem;
    margin: 0;
  }
}

.c-nav-global__contact a {
  background: #fff;
  display: block;
  height: 4.2rem;
  padding: 1.1rem 2rem;
  font-size: 1.3rem;
  border-radius: 2.1rem;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.6;
  width: 12.6rem;
  text-align: center;
}

.c-nav-global__contact a span {
  width: 100%;
}

.c-btn {
  text-align: center;
}

.c-btn-cta {
  width: 36.4rem;
  display: inline-block;
  border-radius: 4.2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff844d), to(#f43c35));
  background: linear-gradient(to bottom, #ff844d 0%, #f43c35 100%);
  color: #fff;
  font-weight: 900;
  padding: 1.3rem 1rem 1.6rem;
  letter-spacing: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .c-btn-cta {
    width: 33.5rem;
  }
}

.c-btn-cta span {
  display: block;
  line-height: 1.3;
}

.c-btn-cta span:first-child {
  font-size: 1.4rem;
  color: #ECFF5C;
  margin-bottom: .2rem;
}

.c-btn-cta span:first-child::before, .c-btn-cta span:first-child::after {
  content: '';
  display: inline-block;
  width: .1rem;
  height: 1.7rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background: #ECFF5C;
  vertical-align: -.3rem;
  margin: 0 1.2rem;
}

.c-btn-cta span:first-child::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.c-btn-cta span:last-child {
  font-size: 2.7rem;
  letter-spacing: .02em;
  text-shadow: -2px -1px 0 rgba(106, 41, 41, 0.29);
}

/* inview
----------------------------------------*/
[data-a-inview="inview"] {
  -webkit-transition: all 1.2s ease-out;
  opacity: 0;
  transition: all 1.2s ease-out;
}

[data-a-inview="inview"][data-inview="true"] {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

[data-a-inview="fadeup"] {
  -webkit-transform: translateY(90px);
  -webkit-transition: all 0.35s ease-out;
  transform: translateY(90px);
  opacity: 0;
  transition: all 0.35s ease-out;
}

[data-a-inview="fadeup"][data-inview="true"] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

[data-a-inview="fadeup2"] {
  -webkit-transform: translateY(90px);
  -webkit-transition: all 0.85s ease-out;
  transform: translateY(90px);
  opacity: 0;
  transition: all 0.85s ease-out;
}

[data-a-inview="fadeup2"][data-inview="true"] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

[data-a-inview="fadeup3"] {
  -webkit-transform: translateY(90px);
  -webkit-transition: all 1.35s ease-out;
  transform: translateY(90px);
  opacity: 0;
  transition: all 1.35s ease-out;
}

[data-a-inview="fadeup3"][data-inview="true"] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

[data-a-inview="inleft"] {
  -webkit-transform: translateX(-100px);
  -webkit-transition: all 0.35s ease-out;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.35s ease-out;
}

[data-a-inview="inleft"][data-inview="true"] {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

[data-a-inview="inleft2"] {
  -webkit-transform: translateX(-100px);
  -webkit-transition: all 0.85s ease-out;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.85s ease-out;
}

[data-a-inview="inleft2"][data-inview="true"] {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

[data-a-inview="inright"] {
  -webkit-transform: translateX(0px);
  -webkit-transition: all 0.5s ease-out;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease-out;
}

[data-a-inview="inright2"] {
  -webkit-transform: translateX(100px);
  -webkit-transition: all 0.5s ease-out 0.25s;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease-out 0.25s;
}

[data-a-inview="inright3"] {
  -webkit-transform: translateX(100px);
  -webkit-transition: all 0.5s ease-out 0.5s;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease-out 0.5s;
}

[data-a-inview="inright4"] {
  -webkit-transform: translateX(100px);
  -webkit-transition: all 0.5s ease-out 0.75s;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease-out 0.75s;
}

[data-a-inview="inright"][data-inview="true"],
[data-a-inview="inright2"][data-inview="true"],
[data-a-inview="inright3"][data-inview="true"],
[data-a-inview="inright4"][data-inview="true"] {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-home__kv {
  height: 62.9rem;
  width: 100%;
  overflow: hidden;
  background: url(../img/img-kv.png) no-repeat 61% bottom/1204px auto, url(../img/bg-kv.png) no-repeat center top/cover;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__kv {
    height: 63.3rem;
    background: url(../img/img-kv-sp.png) no-repeat left 3rem/100% auto, url(../img/bg-kv-sp.png) no-repeat center top/cover;
    text-align: left;
  }
}

.p-home__kv-text {
  padding-top: 10.8rem;
}

@media screen and (max-width: 767px) {
  .p-home__kv-text {
    padding-top: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-home__kv-text h2 {
  font-size: 5.4rem;
  line-height: 1.45;
  letter-spacing: -.005em;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-home__kv-text h2 {
    font-size: 4.5rem;
    line-height: 1.35;
    margin-bottom: 18rem;
  }
}

.p-home__kv-text h2 span {
  opacity: 0;
}

.p-home__kv-text h2 span:first-child {
  color: #48CC5C;
  font-size: 1.8rem;
  letter-spacing: .23em;
  padding-left: .8em;
  display: block;
  margin-bottom: .9rem;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

@media screen and (max-width: 767px) {
  .p-home__kv-text h2 span:first-child {
    padding-left: 0;
    font-size: 1.8rem;
    margin-bottom: .4rem;
  }
}

.p-home__kv-text h2 span:last-child {
  display: block;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

@media screen and (max-width: 767px) {
  .p-home__kv-text h2 span:last-child {
    line-height: 1.17;
  }
}

.p-home__kv-text > p {
  opacity: 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: .025em;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

@media screen and (max-width: 767px) {
  .p-home__kv-text > p {
    background: rgba(255, 255, 255, 0.85);
    font-size: 1.3rem;
    text-align: center;
    padding: 1.6rem 0;
  }
}

.p-home__kv-icon {
  opacity: 0;
  width: 13.5rem;
  height: 12.9rem;
  background: url(../img/bg-kv-icon.svg) no-repeat left top/100% auto;
  position: absolute;
  top: 8.5rem;
  left: 50%;
  margin-left: 17.6rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  padding-top: .8rem;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  letter-spacing: .02em;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

@media screen and (max-width: 767px) {
  .p-home__kv-icon {
    width: 15.8rem;
    height: 15.14rem;
    top: 28.2rem;
    left: 2rem;
    margin-left: 0;
    text-align: center;
    font-size: 1.3rem;
    padding-top: .6rem;
  }
}

.p-home__kv-icon p {
  width: 100%;
  line-height: 1.35;
}

.p-home__kv-icon p:last-child {
  color: #ECFF5C;
  font-size: 2.5rem;
  line-height: 1;
  margin-top: -.3rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-home__kv-icon p:last-child {
    font-size: 2.8rem;
    margin-top: -.1rem;
  }
}

.p-home__kv-icon p:last-child span {
  font-size: 5.7rem;
  vertical-align: -.4rem;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-home__kv-icon p:last-child span {
    font-size: 6.5rem;
    vertical-align: -.2rem;
  }
}

.p-home__kv-btn {
  margin-top: 4rem;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-name: fade-in-up;
          animation-name: fade-in-up;
}

@media screen and (max-width: 767px) {
  .p-home__kv-btn {
    margin-top: .8rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6000;
  }
  .p-home__kv-btn .c-btn-cta {
    width: 100%;
    border-radius: 0;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .p-home__kv-btn .c-btn-cta span:first-child {
    display: none;
  }
  .cta_hide .p-home__kv-btn .c-btn-cta {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.p-home__summary {
  padding: 5.8rem 2rem 15.8rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-home__summary {
    padding: 2.9rem 0 30.2rem;
  }
}

.p-home__summary::before {
  content: '';
  display: block;
  width: 67.3rem;
  height: 88.9rem;
  background: url(../img/bg-summary-02.png) no-repeat left top/100% auto;
  position: absolute;
  left: 50%;
  bottom: -35rem;
  margin-left: -60.8rem;
}

@media screen and (max-width: 767px) {
  .p-home__summary::before {
    background-image: url(../img/bg-summary-02-sp.png);
    width: 33.4rem;
    height: 45.6rem;
    bottom: -19.6rem;
    margin-left: -16.7rem;
  }
}

.p-home__summary::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 21.3rem;
  background: url(../img/bg-summary-01.png) no-repeat center bottom/117.8rem auto;
}

@media screen and (max-width: 767px) {
  .p-home__summary::after {
    left: 0;
    width: 100%;
    height: 12.79rem;
    margin: 0;
    background: url(../img/bg-summary-01-sp.png) no-repeat left bottom/100% auto;
  }
}

.p-home__summary ul {
  width: 70.3rem;
  margin: 0 auto 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-home__summary ul {
    width: auto;
    display: block;
    margin: 0 auto 2.1rem;
  }
}

.p-home__summary ul li {
  width: 18.9rem;
  height: 18.9rem;
  background: url(../img/bg-summary-03.svg) no-repeat;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-home__summary ul li {
    width: auto;
    height: 8rem;
    background: none;
    border: 3px dotted #E5E5E5;
    margin-bottom: 1rem;
    border-radius: .9rem;
    font-size: 1.6rem;
  }
}

.p-home__summary ul li span {
  font-size: 2.1rem;
  color: #48CC5C;
}

.p-home__summary h2 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 3.3rem;
}

@media screen and (max-width: 767px) {
  .p-home__summary h2 {
    font-size: 3.5rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }
}

.p-home__summary-text {
  width: 50rem;
  margin: 0 0 0 auto;
  line-height: 1.7;
  letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
  .p-home__summary-text {
    width: auto;
    font-size: 1.6rem;
  }
}

.p-home__summary-text p + p {
  margin-top: 3.2rem;
}

.p-home__summary-text span {
  font-weight: bold;
  color: #48CC5C;
}

.p-home__can {
  background: #48CC85;
  letter-spacing: 0;
  padding: 8.3rem 2rem 20.4rem;
}

@media screen and (max-width: 767px) {
  .p-home__can {
    padding: 4rem 0 1.5rem;
  }
}

.p-home__can h2 {
  text-align: center;
  font-size: 4rem;
  color: #fff;
  margin-bottom: 4.2rem;
}

@media screen and (max-width: 767px) {
  .p-home__can h2 {
    font-size: 3.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-home__can ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .p-home__can ul li {
    display: block;
    margin-bottom: 2.5rem;
  }
}

.p-home__can ul li figure {
  width: 50rem;
}

@media screen and (max-width: 767px) {
  .p-home__can ul li figure {
    width: auto;
  }
}

.p-home__can ul li:nth-child(2n) figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-home__can-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3rem 6rem;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: .025em;
}

@media screen and (max-width: 767px) {
  .p-home__can-text {
    padding: 3rem 2.5rem 3.5rem;
  }
}

.p-home__can-text h3 {
  font-size: 2.1rem;
  margin-bottom: 1.2rem;
  line-height: 1.86;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-home__can-text h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: .7rem;
  }
  .p-home__can-text h3 + p {
    margin-right: -.5rem;
  }
}

.p-home__can-icon {
  width: 7.1rem;
  height: 7.1rem;
  border-radius: 50%;
  text-align: center;
  font-size: .9rem;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#48cc85), to(#48cc5c));
  background: linear-gradient(to bottom, #48cc85 0%, #48cc5c 100%);
  padding: 2.1rem 0 0;
  line-height: 1.25;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-home__can-icon {
    margin: -7.5rem auto 0;
    margin-bottom: .5rem;
  }
}

.p-home__can-icon span {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 2.1rem;
  letter-spacing: .05em;
  padding-left: .05em;
}

.p-home__support {
  margin-top: -16rem;
  padding: 0 2rem 10rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-home__support {
    background: #48CC85;
    margin-top: 0;
    padding: 0;
  }
}

.p-home__support h2 {
  text-align: center;
  color: #fff;
  font-size: 2.1rem;
  margin-bottom: 3.6rem;
}

@media screen and (max-width: 767px) {
  .p-home__support h2 {
    margin-bottom: 1.9rem;
  }
}

.p-home__support h2 span {
  font-size: 1.4rem;
}

.p-home__support ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-home__support ul {
    display: block;
  }
}

.p-home__support ul li {
  width: 17rem;
}

@media screen and (max-width: 767px) {
  .p-home__support ul li {
    width: auto;
    background: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.16);
    margin-bottom: 2rem;
  }
  .p-home__support ul li:nth-child(2) figure {
    padding-left: 8.8rem;
  }
}

.p-home__support ul li figure {
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  .p-home__support ul li figure {
    padding-left: 12.4rem;
  }
  .p-home__support ul li figure picture {
    position: absolute;
    top: 5.5rem;
    left: 2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .p-home__support ul li figure:hover {
    opacity: .6;
  }
}

.p-home__support ul li figure img {
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.04);
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p-home__support ul li figure img {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    margin: 0;
  }
}

.p-home__support ul li figure figcaption {
  text-align: center;
  font-weight: bold;
  line-height: 1.55;
  padding-bottom: 4.6rem;
  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 (max-width: 767px) {
  .p-home__support ul li figure figcaption {
    font-size: 1.6rem;
    text-align: left;
    padding: 0;
    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: 11rem;
  }
}

.p-home__support ul li figure figcaption::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #48CC5C;
  position: absolute;
  bottom: 1.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-home__support ul li figure figcaption::before {
    width: 2.8rem;
    height: 2.8rem;
    top: 3.7rem;
    bottom: auto;
    left: auto;
    right: 2rem;
  }
}

.p-home__support ul li figure figcaption::after {
  content: '';
  display: block;
  width: .5rem;
  height: .5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-home__support ul li figure figcaption::after {
    border-top-width: 2px;
    border-right-width: 2px;
    left: auto;
    right: 3rem;
    bottom: auto;
    top: 4.7rem;
    border-radius: 1px;
  }
}

.p-home__support ul li figure.open figcaption::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-home__support ul li figure.open figcaption::after {
    bottom: auto;
    top: 4.9rem;
  }
}

.p-home__support-text {
  display: none;
  font-size: 1.2rem;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-home__support-text {
    font-size: 1.4rem;
    padding: 0 2.2rem 2.5rem;
    line-height: 1.7;
  }
}

.p-home__support-text p + p {
  margin-top: 1.5rem;
}

.p-home__support-text p + p a {
  letter-spacing: .03em;
  text-decoration: underline;
  color: #48CC5C;
}

.p-home__support-text p + p a::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #48CC5C;
  border-right: 2px solid #48CC5C;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 1em;
  vertical-align: .1rem;
}

.p-home__support-btn {
  text-align: center;
  margin-top: 5.7rem;
}

@media screen and (max-width: 767px) {
  .p-home__support-btn {
    background: #fff;
    padding: 4rem 0 3.9rem;
    margin: 6.1rem -2rem 0;
  }
}

.p-home__achievement {
  background: url(../img/bg-achievement-01.jpg) no-repeat center center/cover;
  padding: 8.3rem 2rem 9.7rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-home__achievement {
    padding: 4.3rem 0 7.4rem;
  }
}

.p-home__achievement h2 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 3.6rem;
}

@media screen and (max-width: 767px) {
  .p-home__achievement h2 {
    font-size: 3.5rem;
    margin-bottom: 2.7rem;
  }
}

.p-home__achievement ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-home__achievement ul {
    display: block;
  }
}

.p-home__achievement ul li {
  width: 32rem;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-weight: bold;
  padding-bottom: 3.4rem;
}

@media screen and (max-width: 767px) {
  .p-home__achievement ul li {
    width: auto;
    font-size: 1.6rem;
    margin-bottom: 3.3rem;
    padding-bottom: 2.5rem;
  }
  .p-home__achievement ul li figure {
    overflow: hidden;
    height: 25.4rem;
  }
}

.p-home__achievement ul li h3 {
  width: 28rem;
  height: 13.8rem;
  margin: 2.5rem auto 2.9rem;
  background: url(../img/bg-achievement-02.png) no-repeat left bottom/100% auto;
  color: #48CC5C;
  font-size: 3rem;
  line-height: 1.4;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: .5rem;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 767px) {
  .p-home__achievement ul li h3 {
    margin: 1.8rem auto 1.7rem;
  }
}

.p-home__achievement ul li h3 span {
  font-size: 3.4rem;
  display: inline-block;
  margin-top: -.4rem;
}

.p-home__achievement ul li:nth-child(1) h3 {
  font-size: 2.8rem;
  line-height: 1.45;
  padding-bottom: 0;
}

.p-home__achievement ul li:nth-child(1) h3 span {
  color: #222;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .03em;
  margin-top: .8rem;
}

@media screen and (max-width: 767px) {
  .p-home__achievement ul li:nth-child(2) h3 {
    margin: 1.4rem auto -1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-home__achievement ul li:nth-child(3) {
    margin-bottom: 1.6rem;
  }
  .p-home__achievement ul li:nth-child(3) h3 {
    margin: 1.3rem auto -.8rem;
  }
}

.p-home__achievement ul li:nth-child(3) p:last-child {
  font-size: 2rem;
  line-height: 1.45;
  margin-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .p-home__achievement ul li:nth-child(3) p:last-child {
    margin-top: 0;
    padding-bottom: .5rem;
  }
}

.p-home__achievement ul li p {
  letter-spacing: .025em;
}

.p-home__achievement ul li p:last-child {
  letter-spacing: 0;
}

.p-home__achievement-number {
  font-size: 3rem;
  color: #48CC5C;
  line-height: 1.1;
}

.p-home__achievement-number span {
  font-family: "Open Sans", sans-serif;
  font-size: 5.4rem;
}

.p-home__achievement-note {
  text-align: right;
  color: #fff;
  font-size: 1.4rem;
  margin-top: 2.1rem;
  letter-spacing: .025em;
}

@media screen and (max-width: 767px) {
  .p-home__achievement-note {
    margin-top: 0;
    color: inherit;
  }
}

.p-home__no1 {
  letter-spacing: 0;
  padding: 8.7rem 2rem 6rem;
}

@media screen and (max-width: 767px) {
  .p-home__no1 {
    padding: 5.9rem 0 4rem;
  }
}

.p-home__no1::before {
  content: '';
  display: block;
  width: 51.5rem;
  height: 53.4rem;
  background: url(../img/bg-no1.png) no-repeat left top/100% auto;
  position: absolute;
  left: 50%;
  top: 6rem;
  margin-left: -58.1rem;
}

@media screen and (max-width: 767px) {
  .p-home__no1::before {
    width: 29.5rem;
    height: 30.6rem;
    left: -7rem;
    margin-left: 0;
  }
}

.p-home__no1-title {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 767px) {
  .p-home__no1-title {
    font-size: 2.4rem;
    margin-bottom: 3.5rem;
  }
}

.p-home__no1-title h2 {
  font-size: 4.8rem;
  color: #48CC5C;
  line-height: 1;
  margin-top: .1rem;
}

@media screen and (max-width: 767px) {
  .p-home__no1-title h2 {
    font-size: 3rem;
    margin-top: .5rem;
  }
}

.p-home__no1-title h2 span {
  font-size: 10.7rem;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-home__no1-title h2 span {
    font-size: 6.8rem;
  }
}

.p-home__no1-title h2 span::after {
  content: '';
  display: block;
  background: #ECFF5C;
  height: .6rem;
  position: absolute;
  bottom: 1rem;
  left: .6rem;
  right: 1.3rem;
  border-radius: .5rem;
}

@media screen and (max-width: 767px) {
  .p-home__no1-title h2 span::after {
    height: .4rem;
    left: .6rem;
    right: .8rem;
    border-radius: .2rem;
    bottom: .4rem;
  }
}

.p-home__no1 h3 {
  font-size: 2.1rem;
  color: #48CC5C;
  text-align: center;
  margin-bottom: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-home__no1 h3 {
    font-size: 1rem;
    margin-bottom: -1.6rem;
  }
}

.p-home__no1 figure {
  width: 80.6rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-home__no1 figure {
    width: 33.4rem;
  }
}

.p-home__company {
  letter-spacing: 0;
  padding: 0 2rem 10rem;
}

@media screen and (max-width: 767px) {
  .p-home__company {
    padding: 0 0 7.2rem;
  }
}

.p-home__company-inner {
  border: 1rem solid #F5F5F5;
  border-radius: 1rem;
  padding: 4.6rem 7.8rem 3.4rem;
}

@media screen and (max-width: 767px) {
  .p-home__company-inner {
    border-width: .5rem;
    padding: 2rem 3.5rem 1.2rem;
  }
}

.p-home__company h2 {
  text-align: center;
  font-size: 2.1rem;
  color: #48CC5C;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 767px) {
  .p-home__company h2 {
    margin-bottom: 1.5rem;
  }
}

.p-home__company dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: .025em;
}

@media screen and (max-width: 767px) {
  .p-home__company dl {
    display: block;
    font-size: 1.6rem;
  }
}

.p-home__company dl dt {
  width: 25.9rem;
  font-weight: bold;
  margin-bottom: 1.8rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .p-home__company dl dt {
    width: auto;
    margin-bottom: -.3rem;
  }
}

.p-home__company dl dt span {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
  margin: -.2rem 0 0 -.9rem;
}

@media screen and (max-width: 767px) {
  .p-home__company dl dt span {
    margin: .3rem 0 1.9rem -.9rem;
  }
}

.p-home__company dl dd {
  width: calc(100% - 25.9rem);
  margin-bottom: 1.8rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .p-home__company dl dd {
    width: auto;
    margin-bottom: 1.7rem;
  }
}

.p-home__company dl dd a {
  display: inline-block;
  margin-top: .6rem;
  color: #48CC5C;
  text-decoration: underline;
}

.p-home__company dl dd a::after {
  content: '';
  display: inline-block;
  width: 1.9rem;
  height: 1.4rem;
  margin-left: .8rem;
  background: url(../img/icon-external.svg) no-repeat left top/100% auto;
}

.p-home__service {
  background: #F5F5F5;
  letter-spacing: 0;
  padding: 8.3rem 2rem 9.6rem;
}

@media screen and (max-width: 767px) {
  .p-home__service {
    padding: 5.3rem 0 9.5rem;
  }
}

.p-home__service h2 {
  width: 100%;
  text-align: center;
  font-size: 4rem;
  margin-bottom: 3.3rem;
}

@media screen and (max-width: 767px) {
  .p-home__service h2 {
    font-size: 3.5rem;
    margin-bottom: 3.6rem;
  }
}

.p-home__service-inner {
  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 screen and (max-width: 767px) {
  .p-home__service-inner {
    display: block;
  }
}

.p-home__service-item {
  width: 49rem;
}

@media screen and (max-width: 767px) {
  .p-home__service-item {
    width: auto;
    margin-bottom: 5.1rem;
  }
  .p-home__service-item:nth-of-type(1) li:nth-child(2) {
    padding-left: 3.5rem;
  }
}

.p-home__service-item h3 {
  background: #48CC5C;
  color: #fff;
  text-align: center;
  font-size: 2.1rem;
  height: 7.4rem;
  border-radius: .5rem;
  line-height: 1.5;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.p-home__service-item h3 span {
  width: 100%;
  font-size: 1.4rem;
  font-weight: normal;
}

.p-home__service-item ol {
  width: 46rem;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding-top: 3rem;
  counter-reset: i;
}

@media screen and (max-width: 767px) {
  .p-home__service-item ol {
    width: 30.4rem;
    font-size: 1.6rem;
  }
}

.p-home__service-item ol::before {
  content: '';
  display: block;
  width: .3rem;
  background: url(../img/img-service-line-green.png) repeat-y left 0.2rem/100% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.p-home__service-item ol li {
  background: #fff;
  height: 7.4rem;
  border-radius: 3.7rem;
  margin-bottom: 3rem;
  line-height: 1.5;
  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;
}

.p-home__service-item ol li::before {
  counter-increment: i;
  content: counter(i, decimal-leading-zero);
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#48cc85), to(#48cc5c));
  background: linear-gradient(to bottom, #48cc85 0%, #48cc5c 100%);
  position: absolute;
  left: 1.3rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: .07em;
  letter-spacing: .07em;
}

.p-home__service-item:nth-of-type(2) h3 {
  background: #F95F40;
}

.p-home__service-item:nth-of-type(2) ol::before {
  background-image: url(../img/img-service-line-red.png);
}

.p-home__service-item:nth-of-type(2) ol li::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f43c35), to(#ff844d));
  background: linear-gradient(to bottom, #f43c35 0%, #ff844d 100%);
}

.p-home__service-item:nth-of-type(2) ol li span {
  color: #CC6148;
}

.p-home__service dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-home__service dl {
    display: block;
    margin-top: 6rem;
    font-size: 1.6rem;
  }
}

.p-home__service dl dt {
  width: 17.8rem;
  background: #F95F40;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: .5rem 0 0 .5rem;
  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 (max-width: 767px) {
  .p-home__service dl dt {
    width: auto;
    display: block;
    border-radius: .5rem .5rem 0 0;
    padding: 1.5rem 1rem 1.4rem;
  }
}

.p-home__service dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0 .5rem .5rem 0;
  padding: 2.9rem 3.6rem 2.1rem;
}

@media screen and (max-width: 767px) {
  .p-home__service dl dd {
    border-radius: 0 0 .5rem .5rem;
    padding: 2.1rem 3rem 2.1rem;
  }
}

.p-home__service dl dd ul {
  font-weight: bold;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 9rem;
}

@media screen and (max-width: 767px) {
  .p-home__service dl dd ul {
    font-size: 1.5rem;
    height: auto;
    display: block;
    line-height: 1.6;
  }
}

.p-home__service dl dd ul li {
  padding: 0 0 .2rem 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .p-home__service dl dd ul li {
    padding: 0 0 0 1em;
    margin-bottom: -.03rem;
  }
}

.p-home__service dl dd ul li:nth-child(-n+3) {
  width: 18.7rem;
}

@media screen and (max-width: 767px) {
  .p-home__service dl dd ul li:nth-child(-n+3) {
    width: auto;
  }
}

.p-home__service dl dd ul li:nth-child(n+4):nth-child(-n+6) {
  width: 15rem;
}

@media screen and (max-width: 767px) {
  .p-home__service dl dd ul li:nth-child(n+4):nth-child(-n+6) {
    width: auto;
  }
}

.p-home__service dl dd ul li:nth-child(n+7):nth-child(-n+9) {
  width: 22.4rem;
}

@media screen and (max-width: 767px) {
  .p-home__service dl dd ul li:nth-child(n+7):nth-child(-n+9) {
    width: auto;
  }
}

.p-home__service dl dd ul li:nth-child(n+10) {
  width: 17.8rem;
}

@media screen and (max-width: 767px) {
  .p-home__service dl dd ul li:nth-child(n+10) {
    width: auto;
  }
}

.p-home__service dl dd ul li::before {
  content: '・';
}

.p-home__service dl dd ul li:last-child {
  font-size: 1.6rem;
  margin: 1.7rem 0 0 -1rem;
}

@media screen and (max-width: 767px) {
  .p-home__service dl dd ul li:last-child {
    margin: 0 0 0 .5rem;
  }
}

.p-home__service dl dd ul li:last-child::before {
  content: '';
  display: inline-block;
  height: .1rem;
  width: 13.1rem;
  border-top: 1px dotted #707070;
  vertical-align: .5rem;
  margin-right: 1.5rem;
}

.p-home__service-note {
  text-align: right;
  width: 100%;
  font-size: 1.4rem;
  margin-top: 1.7rem;
  letter-spacing: .033rem;
}

@media screen and (max-width: 767px) {
  .p-home__service-note {
    margin-top: 2.4rem;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.7;
  }
}

.p-home__service-note a {
  text-decoration: underline;
  color: #48CC5C;
}

.p-home__free {
  background: url(../img/bg-free.png) no-repeat center center/cover;
  text-align: center;
  color: #fff;
  padding: 10.1rem 2rem 8.6rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-home__free {
    background-image: url(../img/bg-free-sp.png);
    padding: 8rem 0 8.1rem;
  }
}

.p-home__free h2 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: .2rem;
}

@media screen and (max-width: 767px) {
  .p-home__free h2 {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: -1.4rem;
  }
}

.p-home__free h2 > span {
  display: block;
  padding-left: 1.8rem;
  font-size: 7.7rem;
  top: -.3rem;
}

@media screen and (max-width: 767px) {
  .p-home__free h2 > span {
    line-height: 1;
    top: -1.2rem;
  }
}

.p-home__free h2 > span span {
  font-size: 9.3rem;
  vertical-align: -.9rem;
}

.p-home__free h2 > span::first-letter {
  font-size: 17.5rem;
  font-family: "Open Sans", sans-serif;
  vertical-align: -.9rem;
}

.p-home__free p {
  line-height: 2;
  letter-spacing: .025em;
}

@media screen and (max-width: 767px) {
  .p-home__free p {
    line-height: 1.8;
    font-size: 1.6rem;
  }
}

.p-home__free p span {
  font-weight: bold;
}

.p-home__free-btn {
  margin-top: 3.6rem;
}

@media screen and (max-width: 767px) {
  .p-home__free-btn {
    margin-top: 4.4rem;
  }
}

.p-home__faq {
  padding: 8.3rem 2rem 10rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-home__faq {
    padding: 4.8rem 0 6rem;
  }
}

.p-home__faq h2 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .p-home__faq h2 {
    font-size: 3.5rem;
    margin-bottom: -.3rem;
  }
}

.p-home__faq dl {
  width: 83rem;
  margin: 0 auto;
  border-bottom: 1px solid #F5F5F5;
}

@media screen and (max-width: 767px) {
  .p-home__faq dl {
    width: auto;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.p-home__faq dl dt {
  padding: 3.2rem 0 2.7rem 8.4rem;
  font-weight: bold;
  cursor: pointer;
  border-top: 1px solid #F5F5F5;
}

@media screen and (max-width: 767px) {
  .p-home__faq dl dt {
    height: 8.7rem;
    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;
    padding: .7rem 0 .7rem 5.3rem;
  }
}

.p-home__faq dl dt::before {
  content: 'Q';
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#48cc85), to(#48cc5c));
  background: linear-gradient(to bottom, #48cc85 0%, #48cc5c 100%);
  position: absolute;
  top: 2rem;
  left: -.1rem;
  line-height: 5.1rem;
}

@media screen and (max-width: 767px) {
  .p-home__faq dl dt::before {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 1.6rem;
    line-height: 4.1rem;
    left: 0;
    top: 2.5rem;
  }
}

.p-home__faq dl dt:first-child {
  border-top: 0;
  padding-top: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-home__faq dl dt:first-child {
    top: .4rem;
  }
}

.p-home__faq dl dt:first-child::before {
  top: 0;
}

@media screen and (max-width: 767px) {
  .p-home__faq dl dt:first-child::before {
    top: 2.5rem;
  }
}

.p-home__faq dl dt::after {
  content: '';
  display: block;
  width: .7rem;
  height: .7rem;
  border-top: 2px solid #48CC5C;
  border-right: 2px solid #48CC5C;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: .2rem;
  top: 0;
  bottom: 1.6rem;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .p-home__faq dl dt::after {
    bottom: .1rem;
  }
}

.p-home__faq dl dt.open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 1.1rem;
}

@media screen and (max-width: 767px) {
  .p-home__faq dl dt.open::after {
    bottom: -1rem;
  }
}

.p-home__faq dl dd {
  padding: 0 0 2.9rem 8.4rem;
  line-height: 1.55;
  display: none;
}

@media screen and (max-width: 767px) {
  .p-home__faq dl dd {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-left: 0;
    margin-right: -2rem;
  }
}

.p-home__faq dl dd a {
  text-decoration: underline;
  color: #48CC5C;
}

.p-home__faq-note {
  font-size: 1.2rem;
  color: #747474;
  margin-top: .8rem;
}

@media screen and (max-width: 767px) {
  .p-home__faq-note {
    margin-top: 2rem;
  }
}

.p-home__contact {
  background: url(../img/bg-contact-01.png) no-repeat center top/100% auto, -webkit-gradient(linear, left top, left bottom, from(#48cc85), to(#48cc5c));
  background: url(../img/bg-contact-01.png) no-repeat center top/100% auto, linear-gradient(to bottom, #48cc85 0%, #48cc5c 100%);
  text-align: center;
  padding: 10.1rem 2rem 10rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-home__contact {
    background: url(../img/bg-contact-01-sp.png) no-repeat center top/100% auto, -webkit-gradient(linear, left top, left bottom, from(#48cc85), to(#48cc5c));
    background: url(../img/bg-contact-01-sp.png) no-repeat center top/100% auto, linear-gradient(to bottom, #48cc85 0%, #48cc5c 100%);
    padding: 5rem 0 6rem;
  }
}

.p-home__contact::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 7.3rem;
  background: url(../img/bg-contact-02.png) no-repeat 58.9% top/163.4rem auto;
}

@media screen and (max-width: 767px) {
  .p-home__contact::before {
    top: -2.8rem;
    background: url(../img/bg-contact-02-sp.png) no-repeat left top/43.55rem auto;
    left: -1.95rem;
  }
}

.p-home__contact h2 {
  font-size: 4rem;
  color: #fff;
  line-height: 1.45;
  font-weight: 900;
  margin-bottom: 5.2rem;
}

@media screen and (max-width: 767px) {
  .p-home__contact h2 {
    font-size: 3.5rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }
}

.p-home__contact h2 span {
  color: #ECFF5C;
}

.p-home__contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85rem;
  margin: 0 auto 4.8rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .02em;
}

@media screen and (max-width: 767px) {
  .p-home__contact ul {
    display: block;
    width: auto;
    margin: 0 auto 3.4rem;
  }
}

.p-home__contact ul li {
  width: 27rem;
  height: 11rem;
  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;
  background: #2A3540;
  border-radius: 5.5rem;
  color: #fff;
  -webkit-box-shadow: 1rem 3rem 0.6rem rgba(0, 0, 0, 0.05);
          box-shadow: 1rem 3rem 0.6rem rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 767px) {
  .p-home__contact ul li {
    margin-left: -.6rem;
    margin-bottom: 2.5rem;
  }
  .p-home__contact ul li:nth-child(2) {
    margin: 0 -.4rem 2.6rem auto;
  }
}

.p-home__contact ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 11.6rem;
  bottom: -1.6rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 21px 0;
  border-color: transparent #2A3540 transparent transparent;
  -webkit-filter: drop-shadow(1rem 3rem 0.6rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1rem 3rem 0.6rem rgba(0, 0, 0, 0.1));
}

.p-home__contact ul li:nth-child(2)::before {
  border-width: 21px 12px 0 12px;
  border-color: #2A3540 transparent transparent;
  left: 12.3rem;
}

@media screen and (max-width: 767px) {
  .p-home__contact ul li:nth-child(2)::before {
    border-width: 21px 18px 0 0;
    border-color: #2A3540 transparent transparent;
    left: 13.4rem;
  }
}

.p-home__contact ul li:nth-child(3)::before {
  border-width: 21px 18px 0 0;
  border-color: #2A3540 transparent transparent;
  left: 13.4rem;
}

@media screen and (max-width: 767px) {
  .p-home__contact ul li:nth-child(3)::before {
    left: 11.6rem;
    border-width: 0 18px 21px 0;
    border-color: transparent #2A3540 transparent transparent;
  }
}

.p-home__contact h3 {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 900;
  letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
  .p-home__contact h3 {
    font-size: 2.4rem;
    margin: 0 -2rem;
  }
}

.p-home__contact h3::before, .p-home__contact h3::after {
  content: '';
  display: inline-block;
  width: 4.8rem;
  height: 6.7rem;
  background: url(../img/img-contact-slash.png) no-repeat left top/100% auto;
  vertical-align: -3rem;
  margin: 0 2.3rem;
}

@media screen and (max-width: 767px) {
  .p-home__contact h3::before, .p-home__contact h3::after {
    margin: 0;
    vertical-align: -2.6rem;
  }
}

.p-home__contact h3::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-home__contact h3 span {
  font-size: 3.4rem;
  color: #ECFF5C;
}

@media screen and (max-width: 767px) {
  .p-home__contact h3 span {
    font-size: 2.9rem;
  }
}

.p-home__contact .c-form__error-text {
  color: #dd0000;
  margin-top: .8rem;
}

.p-home__contact-form {
  background: #fff;
  border-radius: 1rem;
  margin: 2.9rem 0 0;
  padding: 4.4rem 8.5rem 10rem;
  -webkit-box-shadow: 1rem 3rem 0.6rem rgba(0, 0, 0, 0.05);
          box-shadow: 1rem 3rem 0.6rem rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 767px) {
  .p-home__contact-form {
    border-radius: 0;
    margin: 3rem -2rem 0;
    padding: 3.1rem 2rem 6rem;
  }
}

.p-home__contact-form h4 {
  font-size: 2.1rem;
  color: #48CC5C;
  margin-bottom: 1.9rem;
}

@media screen and (max-width: 767px) {
  .p-home__contact-form h4 {
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}

.p-home__contact-form h4::before {
  content: '';
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  background: url(../img/icon-contact-mail.svg) no-repeat left top;
  vertical-align: -1.4rem;
  margin-right: .8rem;
}

@media screen and (max-width: 767px) {
  .p-home__contact-form h4::before {
    margin: 0 auto 1.5rem;
    display: block;
  }
}

.p-home__contact-form p {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: .03em;
}

.p-home__contact-form p span {
  color: #48CC5C;
}

.p-home__contact-form p a {
  text-decoration: underline;
  color: #48CC5C;
}

.p-home__contact-form dl {
  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;
  text-align: left;
  margin: 4.6rem 0 2.3rem;
}

@media screen and (max-width: 767px) {
  .p-home__contact-form dl {
    display: block;
    font-size: 1.6rem;
    margin: 1.9rem 0 2rem;
  }
  .p-home__contact-form dl + p {
    text-align: left;
  }
}

.p-home__contact-form dl dt {
  width: 23.4rem;
  font-weight: bold;
  padding-top: 1.6rem;
  margin-bottom: 1.5rem;
  letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
  .p-home__contact-form dl dt {
    width: auto;
    margin-bottom: .7rem;
  }
}

.p-home__contact-form dl dt span {
  color: #48CC5C;
}

.p-home__contact-form dl dd {
  width: calc(100% - 23.4rem);
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-home__contact-form dl dd {
    width: auto;
    margin-bottom: .2rem;
  }
}

.p-home__contact-form dl dd input,
.p-home__contact-form dl dd select,
.p-home__contact-form dl dd textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #DDD;
  width: 100%;
  border-radius: .5rem;
  font-size: 1.4rem;
  font-family: inherit;
  height: 6rem;
  padding: 0 2.4rem;
  letter-spacing: .03em;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-home__contact-form dl dd input,
  .p-home__contact-form dl dd select,
  .p-home__contact-form dl dd textarea {
    font-size: 1.6rem;
    padding: 0 2.2rem;
  }
}

.p-home__contact-form dl dd input.is-error,
.p-home__contact-form dl dd select.is-error,
.p-home__contact-form dl dd textarea.is-error {
  background: rgba(221, 0, 0, 0.1);
}

.p-home__contact-form dl dd select {
  background: url(../img/icon-select-arrow.svg) no-repeat right 2.1rem center;
}

.p-home__contact-form dl dd select::-ms-expand {
  display: none;
}

.p-home__contact-form dl dd textarea {
  resize: vertical;
  height: 17.7rem;
  padding: 1.5rem 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-home__contact-form dl dd textarea {
    height: 14.5rem;
    padding: 1.5rem 2.2rem;
  }
}

.p-home__contact-btn {
  margin-top: 4.6rem;
}

@media screen and (max-width: 767px) {
  .p-home__contact-btn {
    margin-top: 4.3rem;
  }
}

.p-home__contact-btn button {
  width: 31.5rem;
  height: 7.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 3.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff844d), to(#f43c35));
  background: linear-gradient(to bottom, #ff844d 0%, #f43c35 100%);
  font-family: inherit;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: .03em;
  padding-bottom: .2rem;
  text-shadow: -2px -1px 0 rgba(106, 41, 41, 0.29);
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  .p-home__contact-btn button {
    width: 29.4rem;
  }
}

.p-home__contact-btn button:disabled {
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#B7B7B7), to(#747474));
  background: linear-gradient(to bottom, #B7B7B7 0%, #747474 100%);
}

.p-home__contact-btn button:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .p-home .grecaptcha-badge {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: right 0.3s ease 0s, -webkit-transform .5s !important;
    transition: right 0.3s ease 0s, -webkit-transform .5s !important;
    transition: transform .5s, right 0.3s ease 0s !important;
    transition: transform .5s, right 0.3s ease 0s, -webkit-transform .5s !important;
  }
}

@media screen and (max-width: 767px) {
  .p-home.cta_hide .grecaptcha-badge {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*# sourceMappingURL=home.css.map */