@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* base */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 7.2rem;
}
@media screen and (max-width: 320px) {
  html {
    scroll-padding-top: 0;
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.65;
  color: #222222;
}

a {
  text-decoration: none;
}

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

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "myfont_DIN";
  src: url("../../../../assets/furusato/font/DINAlternate-Bold.ttf") format("truetype");
}
/* l-body */
.l-body.noScroll {
  overflow: hidden;
}

/* l-header */
.l-header {
  height: 7.2rem;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 5rem;
    padding: 0;
  }
}
.l-header__inner {
  height: 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;
}
.l-header__logo {
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 32vw;
  }
}
.l-header__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__gnav {
    display: none;
    overflow-y: scroll;
    width: 100%;
    height: 100svh;
    padding-top: 12vw;
    padding-bottom: 7.4666666667vw;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }
}
@media screen and (max-width: 768px) {
  .l-header__gnav.menu_isOpen {
    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) {
  .l-header__btn {
    display: block;
    position: absolute;
    top: 2.6666666667vw;
    right: 5.3333333333vw;
    z-index: 99;
  }
}
@media screen and (max-width: 768px) {
  .l-header__contactSP {
    width: 83.2%;
    margin: 2rem auto 0;
  }
}

/* l-footer */
.l-footer {
  color: #fff;
  background-color: #484E52;
  padding: 2rem 0;
}
.l-footer__logoImg {
  margin: auto;
}
.l-footer__copy {
  font-size: 9.92px;
  font-family: "Lato", sans-serif;
  text-align: center;
  margin-top: 1.2rem;
  line-height: 1.65;
}

/* l-section */
.l-section {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .l-section--fee {
    padding-top: 6.4rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-section--merit {
    padding-top: 9rem;
  }
}
.l-section--voice {
  padding-bottom: 6.8rem;
}

/* l-inner */
.l-inner {
  width: 75%;
  max-width: 108rem;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .l-inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
  }
}
.l-inner--header {
  height: 100%;
}
.l-inner--wide {
  max-width: 110rem;
}
.l-inner--small {
  width: 93.2rem;
  max-width: 90%;
}
@media screen and (max-width: 1024px) {
  .l-inner--small {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .l-inner--small {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-inner--spWide {
    width: 92.4453333333vw;
    padding: 0;
  }
}

/* c-site */
.c-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  margin-top: 7.2rem;
}
@media screen and (max-width: 768px) {
  .c-site {
    margin-top: 4.4rem;
  }
}
.c-site__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* c-gnav*/
@media screen and (max-width: 768px) {
  .c-gnav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 7.4rem;
  }
}
.c-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-gnav__list {
    display: block;
  }
}
.c-gnav__item {
  margin-left: 5.4rem;
}
@media screen and (max-width: 768px) {
  .c-gnav__item {
    margin-left: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.c-gnav__link {
  color: #222222;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-gnav__link {
    font-size: 4.2666666667vw;
    text-align: center;
    padding: 2%;
  }
}

/* c-btnMenu*/
.c-btnMenu {
  width: 6.4vw;
  height: 6.4vw;
  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;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
}
.c-btnMenu span {
  display: inline-block;
  width: 75%;
  height: 2px;
  background-color: #8C969C;
  position: relative;
}
.c-btnMenu span::before, .c-btnMenu span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #8C969C;
  position: absolute;
  left: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btnMenu span::before {
  top: 1vw;
}
.c-btnMenu span::after {
  top: -1vw;
}

/* btnMenu_isOnがついた時のスタイル */
.c-btnMenu.btnMenu_isOn span {
  background-color: transparent;
}
.c-btnMenu.btnMenu_isOn span::before, .c-btnMenu.btnMenu_isOn span::after {
  top: 0;
}
.c-btnMenu.btnMenu_isOn span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-btnMenu.btnMenu_isOn span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* c-ttl*/
/* c-btnList*/
.c-btnList {
  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: 768px) {
  .c-btnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-btnList__item {
  width: 48.3870967742%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-btnList__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-btnList__item:not(:first-child) {
    margin-top: 3%;
  }
}

/* c-btn */
.c-btn {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 1.2rem 1rem;
  border-radius: 90px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(58, 67, 54, 0.2);
          box-shadow: 0px 0px 4px 0px rgba(58, 67, 54, 0.2);
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 4.2666666667vw;
    line-height: 1.65;
  }
}
.c-btn--large {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.65;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-btn--large {
    font-size: 4.2666666667vw;
    line-height: 1.65;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.c-btn--contact {
  color: #FF6635;
  background-color: #fff;
}
.c-btn--download {
  color: #fff;
  background-color: #FF6635;
}
@media screen and (max-width: 1024px) {
  .c-btn--mv {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn--mv {
    font-size: 4.2666666667vw;
  }
}

/* c-sectionHeader */
.c-sectionHeader {
  text-align: center;
  position: relative;
  padding-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  .c-sectionHeader {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.c-sectionHeader::before {
  content: "";
  display: inline-block;
  width: 26.6rem;
  height: 1.3rem;
  background: url(../../../assets/emlite/images/lead_fukidashi.svg) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-sectionHeader--spSmall .c-sectionHeader__ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .c-sectionHeader--spSmall .c-sectionHeader__lead {
    margin-top: 4.2666666667vw;
  }
}
.c-sectionHeader--noLead .c-sectionHeader__ttl {
  padding-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-sectionHeader--noLead .c-sectionHeader__ttl {
    padding-top: 0;
  }
}
.c-sectionHeader__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-sectionHeader__ttl {
    font-size: 6.4vw;
  }
}
.c-sectionHeader__ttlLarge {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .c-sectionHeader__ttlLarge {
    font-size: 8.5333333333vw;
  }
}
.c-sectionHeader__lead {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-sectionHeader__lead {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

/* c-fixedCta */
.c-fixedCta {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 27.8rem;
  padding: 2rem 4rem;
  background-color: #F6F6F6;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 1rem;
  right: 1.266rem;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .c-fixedCta {
    padding: 5.3333333333vw 3.2vw 3.2vw;
    width: 96.5333333333%;
    bottom: 1%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-fixedCta.is_show {
  opacity: 1;
  pointer-events: initial;
}
.c-fixedCta__close {
  display: block;
  width: 1.9rem;
  height: 1.6rem;
  position: absolute;
  top: 9px;
  right: 9px;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-fixedCta__close {
    width: 5.0666666667vw;
    height: 4.2666666667vw;
  }
}
.c-fixedCta__close::before, .c-fixedCta__close::after {
  content: "";
  display: inline-block;
  width: 90%;
  height: 2px;
  background-color: #8C969C;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-fixedCta__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-fixedCta__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-fixedCta__txt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-fixedCta__txt {
    font-size: 2.6666666667vw;
  }
}
.c-fixedCta__txt span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-fixedCta__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .c-fixedCta__item {
    width: 48.8165680473%;
  }
}
.c-fixedCta__btn {
  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;
  font-size: 1.2rem;
  line-height: 1.65;
  text-align: center;
  border-radius: 20px;
  -webkit-box-sizing: 0 2px 2px rgba(59, 69, 54, 0.2);
          box-sizing: 0 2px 2px rgba(59, 69, 54, 0.2);
  padding: 8px;
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-fixedCta__btn {
    font-size: 3.2vw;
    border-radius: 5.3333333333vw;
  }
}
.c-fixedCta__btnInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-fixedCta__btn--download {
  color: #fff;
  background-color: #FF6635;
}
.c-fixedCta__btn--download .c-fixedCta__btnIcon {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .c-fixedCta__btn--download .c-fixedCta__btnIcon {
    width: 4.08vw;
  }
  .c-fixedCta__btn--download .c-fixedCta__btnIcon img {
    width: 100%;
  }
}
.c-fixedCta__btn--contact {
  color: #FF6635;
  background-color: #fff;
}
.c-fixedCta__btn--contact .c-fixedCta__btnIcon {
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .c-fixedCta__btn--contact .c-fixedCta__btnIcon {
    width: 4.2666666667vw;
  }
  .c-fixedCta__btn--contact .c-fixedCta__btnIcon img {
    width: 100%;
  }
}

/* c-card01*/
.c-card01 {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  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) {
  .c-card01 {
    border-radius: 15px;
  }
}
.c-card01__figure {
  width: 100%;
  padding-top: 67.6315789474%;
  overflow: hidden;
  position: relative;
}
.c-card01__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-card01__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.2rem 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .c-card01__body {
    padding: 1rem 1.4rem 1.4rem;
  }
}
.c-card01__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.02em;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .c-card01__txt {
    font-size: 1.4rem;
  }
}
.c-card01__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .c-card01__company {
    margin-top: 1.8rem;
  }
}
.c-card01__icon {
  width: 4.142rem;
  margin-right: 1.879rem;
}
@media screen and (max-width: 768px) {
  .c-card01__icon {
    width: 3.091rem;
    margin-right: 1.4rem;
  }
}
.c-card01__name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-card01__name {
    font-size: 1.2rem;
  }
}

/* c-card02*/
.c-card02 {
  padding: 4rem 0;
  background-color: #fff;
  border-radius: 80px;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .c-card02 {
    padding: 4rem 0;
  }
}
.c-card02__inner {
  width: 88.8888888889%;
  margin: auto;
  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;
}
@media screen and (max-width: 1281px) {
  .c-card02__inner {
    width: 88.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .c-card02__inner {
    width: 88.1656804734%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-card02__body {
  width: 53rem;
}
@media screen and (max-width: 768px) {
  .c-card02__body {
    width: 100%;
    max-width: 100%;
  }
}
.c-card02__img {
  width: 40rem;
  max-width: 79.4666666667vw;
}
@media screen and (max-width: 768px) {
  .c-card02__img {
    margin: 5.3333333333vw auto 0;
  }
}
.c-card02__img img {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .c-card02__img img {
    width: 100%;
  }
}
.c-card02__num {
  width: 8.473rem;
  height: 8.473rem;
  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;
  border-radius: 50%;
  border: 1.99px solid #78C710;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 3.19rem;
  line-height: 1.6;
  color: #78C710;
}
@media screen and (max-width: 768px) {
  .c-card02__num {
    width: 16.8vw;
    height: 16.8vw;
    font-size: 6.3786666667vw;
  }
}
.c-card02__ttl {
  font-size: 2.392rem;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 2rem;
  margin-top: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-card02__ttl {
    font-size: 6.3786666667vw;
    padding-bottom: 5.3333333333vw;
    margin-top: 6vw;
  }
}
.c-card02__ttl::before {
  content: "";
  display: inline-block;
  width: 3.987rem;
  height: 3.99px;
  background-color: #DCDEE0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-card02__txt {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.65;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .c-card02__txt {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

/* c-form 
 .c-formでコードを囲めば、スタイルが適用されるように作成。
 コンテンツの幅によって、多少調整は必要。
*/
.c-form ::-webkit-input-placeholder {
  font-size: 14px;
  color: #8B979E;
}
.c-form ::-moz-placeholder {
  font-size: 14px;
  color: #8B979E;
}
.c-form :-ms-input-placeholder {
  font-size: 14px;
  color: #8B979E;
}
.c-form ::-ms-input-placeholder {
  font-size: 14px;
  color: #8B979E;
}
.c-form ::placeholder {
  font-size: 14px;
  color: #8B979E;
}
.c-form p {
  line-height: 1.2;
  font-size: 14px;
}
.c-form .page-inputEbisumart_txt {
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
}
.c-form .page-inputEbisumart_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  max-width: calc(100% - 20px);
  margin: 62px auto 0 auto;
}
.c-form .page-inputEbisumart_step li {
  position: relative;
  background-color: #a6a6a6;
  width: calc(33.3333333333% - 6.6666666667px);
}
.c-form .page-inputEbisumart_step li:nth-child(n+2) {
  margin-left: 10px;
}
.c-form .page-inputEbisumart_step li.current {
  background-color: #719d37;
}
.c-form .page-inputEbisumart_step_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 15px;
  color: #fff;
}
.c-form .page-inputEbisumart_step_ttl span {
  margin-right: 10px;
  font-size: 12px;
}
.c-form .page-inputEbisumart_step li::before, .c-form .page-inputEbisumart_step li::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.c-form .page-inputEbisumart_step li::before {
  top: 0;
  border-width: 22.5px 0 0 30px;
  border-color: #f6f6f6 transparent transparent transparent;
}
.c-form .page-inputEbisumart_step li::after {
  bottom: 0;
  border-width: 0 0 22.5px 30px;
  border-color: transparent transparent #f6f6f6 transparent;
}
.c-form .page-inputEbisumart_inner_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}
.c-form .page-inputEbisumart_inner {
  width: 768px;
  max-width: 100%;
  margin: auto;
}
.c-form .page-inputEbisumart_inner_txt {
  color: #8C969C;
  margin: 38px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.c-form .page-inputEbisumart_input label {
  display: inline-block;
  margin-bottom: 3px;
  color: #a6a6a6;
  font-size: 14px;
}
.c-form .page-inputEbisumart_input label span {
  margin-right: 10px;
  color: #212121;
}
.c-form .error-area {
  width: 100%;
  color: #ff0a0a;
}
.c-form .page-inputEbisumart_input.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-form .page-inputEbisumart_input li {
  width: calc(50% - 5px);
}
.c-form .page-inputEbisumart_input li:nth-child(2n) {
  margin-left: 10px;
}
.c-form .page-inputEbisumart_input input[type=text],
.c-form .page-inputEbisumart_input input[type=email],
.c-form .page-inputEbisumart_input input[type=tel],
.c-form .page-inputEbisumart_input textarea[type=text] {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border: 1px solid #DCDEE0;
  border-radius: 5px;
  background-color: #ffffff;
  font-weight: normal;
  font-family: "Noto Sans JP";
}
.c-form .page-inputEbisumart_input textarea {
  height: 56px;
  resize: vertical;
}
.c-form .page-inputEbisumart_input.select-business {
  margin-top: 28px;
}
.c-form .red {
  min-width: 24px;
  margin-left: 10px;
  padding: 3px 4px 3px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  font-family: "Noto Sans JP";
  border-radius: 2px;
  background-color: #ff0000;
}
.c-form .gray {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 12px;
  color: #8B979E;
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  .c-form .gray {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    margin-left: 0;
    margin-top: 14px;
  }
}
.c-form .blue {
  min-width: 24px;
  margin-left: 10px;
  padding: 3px 4px 3px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  font-family: "Noto Sans JP";
  border-radius: 5px;
  background-color: #222222;
}
.c-form .page-inputEbisumart_under {
  padding: 34px 0 0;
}
.c-form .page-inputEbisumart_under_inner {
  width: 768px;
  max-width: 100%;
  margin: auto;
}
.c-form .page-inputEbisumart_under_content {
  height: 200px;
  margin-top: 8px;
  padding: 18px;
  background-color: #fff;
  border: 1px solid #c7c7cc;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: scroll;
}
.c-form .page-inputEbisumart_under_content p {
  line-height: 1.5;
}
.c-form .page-inputEbisumart_under_content p:nth-child(n+2) {
  margin-top: 20px;
}
.c-form .page-inputEbisumart_under_txt {
  color: #222222;
  margin-top: 42px;
  text-align: center;
  line-height: 1.5;
}
.c-form .page-inputEbisumart_check_label {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.c-form .page-inputEbisumart_under_content p span {
  position: relative;
}
.c-form .page-inputEbisumart_under_content p span::after {
  color: #212121;
  content: "contact@interfactory.co.jp";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 205px;
}
.c-form .page-inputEbisumart_under_ttl {
  color: #8C969C;
  font-weight: bold;
}
.c-form .page-inputEbisumart_check_label label {
  position: relative;
  padding-left: 34px;
}
.c-form input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.c-form .page-inputEbisumart_input.checkbox label span {
  position: relative;
  padding-left: 32px;
  color: #212121;
  font-size: 16px;
}
.c-form .page-inputEbisumart_input.checkbox label span {
  position: relative;
  padding-left: 32px;
  color: #212121;
  font-size: 16px;
}
.c-form .page-inputEbisumart_input.checkbox label span:before, .c-form .page-inputEbisumart_input.checkbox label span:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
}
.c-form .page-inputEbisumart_input.checkbox label span:before {
  left: 0;
  margin-top: -10px;
  width: 22px;
  height: 22px;
  border: 1px solid #DCDEE0;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}
.c-form .page-inputEbisumart_input.checkbox label span:after {
  left: 7px;
  margin-top: -9px;
  width: 9px;
  height: 16px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
.c-form .page-inputEbisumart_input.checkbox input[type=checkbox]:checked + span:before {
  background-color: #719d37;
}
.c-form .page-inputEbisumart_input.checkbox input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.c-form .agreement-area {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-form .page-inputEbisumart_check_mark {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: solid 1px #c7c7cc;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  position: relative;
}
.c-form .page-inputEbisumart_check_mark:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 5px;
  width: 9px;
  height: 16px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
.c-form .page-inputEbisumart_check_input:checked + .page-inputEbisumart_check_mark {
  background-color: #719d37;
  border: solid 2px #719d37;
}
.c-form .page-inputEbisumart_check_input:checked + .page-inputEbisumart_check_mark:after {
  opacity: 1;
}
.c-form .form-confirm-button, .c-form .form-send-area {
  font-size: 16px;
  padding-top: 50px;
  margin: auto;
  text-align: center;
  width: 490px;
}
.c-form .mod-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
.c-form .mod-btn.mod-center-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-form .button-area input {
  font-weight: bold;
  margin: 0 10px;
}
.c-form .mod-btn input[type=button] {
  cursor: pointer;
  width: 300px;
  max-width: 100%;
  padding: 18px 15px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #FF6635;
  border: solid 1px #FF6635;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border-radius: 0;
  -webkit-appearance: none;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 2px rgba(59, 68, 54, 0.2);
          box-shadow: 0 2px 2px rgba(59, 68, 54, 0.2);
}
.c-form .button-area input.return {
  background: #fff url(../../../assets/replace/images/button-return-arrow01.svg) no-repeat;
  background-position: 10px calc(50% - 3px);
  background-size: 25px 6px;
  border: 1px solid #719d37;
  color: #719d37;
  font-size: 16px;
  font-weight: 500;
}
.c-form .form-confirm-area {
  display: none;
}
.c-form .page-inputEbisumart_display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  border-bottom: 1px solid #a6a6a6;
}
.c-form .page-inputEbisumart_inner {
  margin: 28px auto 0;
}
@media screen and (max-width: 768px) {
  .c-form .page-inputEbisumart_step {
    margin-top: 44px;
  }
  .c-form .page-inputEbisumart_step li:nth-child(n+2) {
    margin-left: 2.9%;
  }
  .c-form .page-inputEbisumart_step_ttl {
    padding: 14px 6px;
    font-size: 14px;
  }
  .c-form .page-inputEbisumart_step_ttl span {
    margin-right: 5px;
    font-size: 12px;
  }
  .c-form .page-inputEbisumart_inner {
    margin: 0 auto;
  }
  .c-form .page-inputEbisumart_inner_txt {
    margin: 36px 0 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-form .mod-btn.mod-center-btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-form .form-confirm-button, .c-form .form-send-area {
    width: auto;
  }
  .c-form .button-area input.return {
    margin: 0 auto 20px auto;
  }
  .c-form .page-inputEbisumart_under_content {
    height: 215px;
    margin-top: 22px;
    padding: 15px 22px;
  }
  .c-form .page-inputEbisumart_under_txt {
    font-size: 12px;
    margin-top: 28px;
  }
  .c-form .mod-btn input[type=button] {
    width: 312px;
  }
}
@media screen and (max-width: 320px) {
  .c-form .page-inputEbisumart_step {
    max-width: calc(100% - 0px);
  }
}

/* c-cardFunction*/
.c-cardFunction {
  height: 100%;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-cardFunction__icon {
  height: 8.3rem;
}
@media screen and (max-width: 768px) {
  .c-cardFunction__icon {
    height: 100%;
  }
}
.c-cardFunction__txt {
  font-weight: 500;
}
.c-cardFunction--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 2rem 8.1818181818% 2.6rem;
}
@media screen and (max-width: 1024px) {
  .c-cardFunction--vertical {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cardFunction--vertical {
    padding-top: 1.6rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}
.c-cardFunction--vertical .c-cardFunction__icon {
  height: 8.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-cardFunction--vertical .c-cardFunction__icon {
    width: 18.6666666667vw;
  }
}
.c-cardFunction--vertical .c-cardFunction__icon img {
  height: 100%;
  width: auto;
  margin: auto;
}
.c-cardFunction--vertical .c-cardFunction__ttl {
  font-size: 1.9rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-cardFunction--vertical .c-cardFunction__ttl {
    font-size: 4vw;
  }
}
.c-cardFunction--vertical .c-cardFunction__txt {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-cardFunction--vertical .c-cardFunction__txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cardFunction--spHorizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
  .c-cardFunction--spHorizontal .c-cardFunction__icon {
    width: 10rem;
    height: auto;
  }
  .c-cardFunction--spHorizontal .c-cardFunction__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-cardFunction--spHorizontal .c-cardFunction__ttl {
    text-align: left;
  }
}

/* p-mv*/
.p-mv {
  padding: 11.6rem 0 12rem;
  background: #F6F6F6 url(../../../assets/emlite/images/mv_bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-mv {
    height: 161.8666666667vw;
    padding-top: 61.3333333333vw;
    padding-bottom: 6vw;
    background-image: url(../../../assets/emlite/images/mv_bg_sp.jpg);
  }
}
.p-mv__inner {
  width: 106rem;
  max-width: 90%;
  margin: auto;
  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: 768px) {
  .p-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    padding: 0 4.9333333333%;
  }
}
.p-mv__img {
  width: 52.489626556%;
  max-width: 50.6rem;
}
@media screen and (max-width: 768px) {
  .p-mv__img {
    width: 100%;
    max-width: 100%;
  }
}
.p-mv__desc {
  width: 100%;
  max-width: 52rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-mv__desc {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__desc {
    width: 100%;
    max-width: 100%;
    padding: 5.3333333333vw 0;
    border-radius: 40px;
  }
}
.p-mv__lead {
  font-size: 2.4rem;
  line-height: 1.4479166667;
  position: relative;
  padding: 0 2rem;
}
@media screen and (max-width: 1024px) {
  .p-mv__lead {
    font-size: 1.953125vw;
    padding: 0 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__lead {
    padding: 0 2.6666666667vw;
    font-size: 4vw;
    line-height: 1.448125;
  }
}
.p-mv__lead::before, .p-mv__lead::after {
  content: "";
  display: inline-block;
  width: 0.364rem;
  height: 2.4rem;
  background-color: #0F2245;
  position: absolute;
  bottom: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .p-mv__lead::before, .p-mv__lead::after {
    height: 2rem;
    width: 2px;
    bottom: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__lead::before, .p-mv__lead::after {
    height: 4.68vw;
    width: 0.5333333333vw;
    bottom: 0.5333333333vw;
  }
}
.p-mv__lead::before {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  left: 0;
}
.p-mv__lead::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  right: 0;
}
.p-mv__copy {
  line-height: 1.4rem;
  color: #0F2245;
  font-weight: 900;
}
.p-mv__copy01 {
  display: inline-block;
  font-size: 4.364rem;
  line-height: 1.3331805683;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .p-mv__copy01 {
    font-size: 3.2236328125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__copy01 {
    font-size: 6.9333333333vw;
    line-height: 1.6;
  }
}
.p-mv__copy02 {
  display: block;
  width: 39.8rem;
  max-width: 100%;
  margin: 1.6rem auto 0;
}
@media screen and (max-width: 1024px) {
  .p-mv__copy02 {
    margin-top: 0.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__copy02 {
    width: 63.8106666667vw;
    margin-top: 2vw;
  }
}
.p-mv__copy02 img {
  width: 100%;
}
.p-mv__copy03 {
  display: inline-block;
  color: #719D37;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 1.794rem;
  line-height: 1.204;
  position: relative;
  top: -1rem;
}
@media screen and (max-width: 768px) {
  .p-mv__copy03 {
    font-size: 4.7386666667vw;
    line-height: 1;
    top: 0;
    margin-top: 0.6vw;
  }
}
.p-mv__num {
  font-size: 3.527rem;
}
@media screen and (max-width: 1024px) {
  .p-mv__num {
    font-size: 3.4443359375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__num {
    font-size: 7.792vw;
  }
}
.p-mv__en {
  font-size: 2.317rem;
}
@media screen and (max-width: 1024px) {
  .p-mv__en {
    font-size: 2.2626953125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__en {
    font-size: 5.1173333333vw;
  }
}
.p-mv__underline {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.p-mv__underline::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.2rem;
  background-color: #FFFC43;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-mv__underline--01::before {
  bottom: 0.5rem;
  left: -0.5rem;
}
.p-mv__underline--02::before {
  bottom: -0.1rem;
}
.p-mv__badgeList {
  margin-top: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-mv__badgeList {
    max-width: 74.6666666667vw;
    margin: 2vw auto 0;
  }
}
.p-mv__badgeItem {
  width: 19.3rem;
  max-width: 100%;
}
.p-mv__btnArea {
  max-width: 44rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 1024px) {
  .p-mv__btnArea {
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__btnArea {
    width: 83.2vw;
    margin: 6vw auto 0;
  }
}

/* p-cta*/
.p-cta {
  padding: 4rem 0;
  background: #B2E272 url(../../../assets/emlite/images/cta_bg.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-cta {
    padding: 5rem 0 6rem;
  }
}
.p-cta__body {
  width: 81.2rem;
  max-width: 100%;
  margin: auto;
  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;
}
@media screen and (max-width: 768px) {
  .p-cta__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-cta__img {
  width: 34.8rem;
  max-width: 42.8571428571%;
}
@media screen and (max-width: 768px) {
  .p-cta__img {
    display: none;
    width: 100%;
    max-width: 100%;
  }
}
.p-cta__desc {
  width: 37.2rem;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cta__desc {
    width: 100%;
  }
}
.p-cta__ttl01 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 2.99rem;
}
@media screen and (max-width: 768px) {
  .p-cta__ttl01 {
    font-size: 5.9813333333vw;
  }
}
.p-cta__ttl01 span {
  font-size: 2.99rem;
}
@media screen and (max-width: 768px) {
  .p-cta__ttl01 span {
    font-size: 5.9813333333vw;
  }
}
.p-cta__ttlLogo {
  display: block;
  margin-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .p-cta__ttlLogo {
    margin-top: 5%;
  }
}
.p-cta__ttlLogo img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-cta__ttlLogo img {
    width: 60vw;
  }
}
.p-cta__ttlTxt {
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 1.794rem;
  line-height: 1.204;
  position: relative;
  top: -1rem;
}
@media screen and (max-width: 768px) {
  .p-cta__ttlTxt {
    top: -1vw;
    font-size: 3.5893333333vw;
  }
}
@media screen and (max-width: 520px) {
  .p-cta__ttlTxt {
    top: -3vw;
  }
}
.p-cta__txt {
  font-weight: 700;
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-cta__txt {
    font-size: 3.7333333333vw;
    margin-top: 6.4vw;
    line-height: 1.5;
  }
}
.p-cta__btnArea {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-cta__btnArea {
    width: 92.3076923077%;
    margin: 8% auto 0;
  }
}

/* p-nayami */
.p-nayami {
  padding-bottom: 4rem;
  background-color: #F6F6F6;
}
@media screen and (max-width: 768px) {
  .p-nayami {
    padding-top: 3.4rem;
  }
}
.p-nayami__body {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-nayami__body {
    margin-top: 3rem;
  }
}
.p-nayami__list {
  max-width: 66.4rem;
  margin: 0 auto;
  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;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-nayami__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: initial;
  }
}
.p-nayami__item {
  min-height: 10.3rem;
  width: 20.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  padding: 2rem 0.5rem;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 20px;
  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 screen and (max-width: 768px) {
  .p-nayami__item {
    width: 42.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.65;
    padding: 2.2rem 0.1rem;
    margin: 0 auto 1.2rem;
  }
}
.p-nayami__img {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-nayami__img {
    margin-top: 3rem;
  }
}
.p-nayami__img img {
  margin: auto;
}
.p-nayami__message {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-nayami__message {
    font-size: 5.3333333333vw;
  }
}
.p-nayami__message span {
  font-size: 3.2rem;
  color: #FF6635;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-nayami__message span {
    font-size: 6.4vw;
  }
}

/* p-possible */
.p-possible {
  padding-top: 4rem;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-possible {
    padding-top: 5rem;
  }
}
.p-possible__body {
  max-width: 96rem;
  margin: 5rem auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-possible__body {
    margin-top: 3rem;
  }
}
.p-possible__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;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-possible__list {
    gap: 1.4rem 1.2rem;
  }
}
.p-possible__item {
  width: 24rem;
  text-align: center;
  border-radius: 40px;
  border: 2px solid #FF6635;
  background-color: #fff;
  position: relative;
  padding: 2rem 1rem;
}
@media screen and (max-width: 768px) {
  .p-possible__item {
    width: calc((100% - 1.2rem) / 2);
    padding: 1rem;
    border-radius: 30px;
  }
}
.p-possible__num {
  width: 2.8rem;
  height: 3.2rem;
  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;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.255rem;
  font-weight: 700;
  background: url(../../../assets/emlite/images/possible_flag.png) top center/auto 100% no-repeat;
  position: absolute;
  top: 0;
  left: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-possible__num {
    left: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-possible__icon {
    width: 12vw;
    margin: 0 auto;
  }
}
.p-possible__icon img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-possible__icon img {
    width: 100%;
  }
}
.p-possible__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #FF6635;
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-possible__ttl {
    font-size: 4.2666666667vw;
    margin-top: 1rem;
  }
}
.p-possible__txt {
  line-height: 1.65;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-possible__txt {
    font-size: 3.4666666667vw;
    margin-top: 1.2rem;
  }
}

/* p-voice*/
.p-voice {
  background-color: #F6F6F6;
}
.p-voice__body {
  margin-top: 4rem;
}
.p-voice__list {
  max-width: 94.4rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-voice__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-voice__item {
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
}
.p-voice__item img {
  width: 100%;
}

/* p-merit */
.p-merit {
  background-color: #E2ECD4;
}
.p-merit__body {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-merit__body {
    margin-top: 1.8rem;
    padding: 0 1.8rem;
  }
}
.p-merit__list {
  max-width: 80rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 0;
}
@media screen and (max-width: 768px) {
  .p-merit__list {
    display: block;
  }
}
.p-merit__item {
  text-align: center;
  width: 50%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .p-merit__item {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-merit__item:not(:first-child) {
    margin-top: 4rem;
  }
}
.p-merit__img {
  width: 34.667rem;
  max-width: 100%;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768px) {
  .p-merit__img {
    margin-top: 0;
  }
}
.p-merit__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.65;
  padding: 0 1.6rem;
  margin-top: 2rem;
  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 screen and (max-width: 768px) {
  .p-merit__ttl {
    font-size: 4.2666666667vw;
    padding: 0;
    margin-top: 2.4rem;
  }
}
.p-merit__txt {
  max-width: 40rem;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.65;
  margin: 2rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-merit__txt {
    font-size: 3.7333333333vw;
    margin-top: 2.6rem;
    letter-spacing: 0.02em;
  }
}

/* p-contact*/
.p-contact {
  background-color: #F6F6F6;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding-bottom: 0;
  }
}
.p-contact__body {
  margin: 5rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-contact__body {
    padding-bottom: 7.8rem;
    margin-top: 4rem;
  }
}
.p-contact__formArea {
  margin-top: 4rem;
}

/* p-function*/
.p-function {
  position: relative;
  padding-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  .p-function {
    padding: 5.6rem 0;
  }
}
.p-function__img01 {
  position: absolute;
  top: 4.2rem;
  left: calc(50% - 48rem);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-function__img01 {
    display: none;
  }
}
.p-function__img02 {
  position: absolute;
  top: 2.2rem;
  left: calc(50% + 27rem);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-function__img02 {
    display: none;
  }
}
.p-function__body {
  margin-top: 5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-function__body {
    margin-top: 3rem;
  }
}
.p-function__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-shadow: 0px 0px 25px -3px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 25px -3px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .p-function__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-function__item {
  border-right: 1px solid rgba(15, 34, 69, 0.15);
}
@media screen and (max-width: 768px) {
  .p-function__item {
    border-bottom: 1px solid rgba(15, 34, 69, 0.15);
  }
}
@media screen and (max-width: 768px) {
  .p-function__item:last-child {
    grid-column: 1/-1;
  }
}

/* u-align */
.u-align--center {
  text-align: center !important;
}
.u-align--right {
  text-align: right !important;
}

/* u-txt */
.u-txt--accent {
  color: #FF6635;
}

/* u-display */
.u-display--pcNone {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-display--pcNone {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .u-display--spNone {
    display: none !important;
  }
}
.u-display--inlineBlock {
  display: inline-block;
}