@charset "UTF-8";
/* noto-sans-sc-regular - chinese-simplified */
@font-face {
  font-display: swap;
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/noto-sans-sc-v26-chinese-simplified-regular.woff2") format("woff2"), url("/assets/fonts/noto-sans-sc-v26-chinese-simplified-regular.woff") format("woff");
}
/* noto-sans-sc-700 - chinese-simplified */
@font-face {
  font-display: swap;
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/noto-sans-sc-v26-chinese-simplified-700.woff2") format("woff2"), url("/assets/fonts/noto-sans-sc-v26-chinese-simplified-700.woff") format("woff");
}
/* noto-sans-tc-regular - chinese-traditional */
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/noto-sans-tc-v26-chinese-traditional-regular.woff2") format("woff2"), url("/assets/fonts/noto-sans-tc-v26-chinese-traditional-regular.woff") format("woff");
}
/* noto-sans-tc-700 - chinese-traditional */
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/noto-sans-tc-v26-chinese-traditional-700.woff2") format("woff2"), url("/assets/fonts/noto-sans-tc-v26-chinese-traditional-700.woff") format("woff");
}
/* dm-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-sans-v11-latin-regular.woff2") format("woff2"), url("../fonts/dm-sans-v11-latin-regular.woff") format("woff");
}
/* dm-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/dm-sans-v11-latin-700.woff2") format("woff2"), url("../fonts/dm-sans-v11-latin-700.woff") format("woff");
}
/* -----------------
■ デフォルトリセット
------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

input,
textarea {
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: normal;
}
input:disabled,
textarea:disabled {
  outline: none;
}

input::-ms-clear {
  visibility: hidden;
}

button {
  background-color: transparent;
  border: none;
  appearance: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: normal;
}
button:disabled {
  outline: none;
}

select {
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: normal;
}

textarea:read-only, textarea:disabled {
  resize: none;
}

fieldset, legend {
  margin: 0;
  padding: 0;
  border: 0;
}

em {
  font-style: normal;
}

/* -----------------
■ フォント
------------------- */
html[lang=ja] body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

html[lang=en] body {
  font-family: "Roboto", Arial, Verdana, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, sans-serif;
  letter-spacing: 0.05em;
}

html[lang=zh-CN] body {
  font-family: "Noto Sans SC", "PingFang SC", Arial, Verdana, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, sans-serif;
}

html[lang=zh-TW] body {
  font-family: "Noto Sans TC", "PingFang TC", Arial, Verdana, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, sans-serif;
}

html[lang=ko] body {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, Verdana, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, sans-serif;
}

/* -----------------
■ 全体
------------------- */
html {
  font-size: 62.5%;
}

body {
  min-width: 1280px;
  font-size: 1.6rem;
  color: #324137;
  letter-spacing: 0.02px;
  -webkit-text-size-adjust: 100%;
}

a {
  transition: opacity 0.4s;
}

a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}
/* -----------------
■ header
------------------- */
.l-header {
  height: 110px;
  position: relative;
  z-index: 1000;
}
.l-header .l-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  padding: 0;
  width: 100%;
}
.l-header__logo-area {
  display: block;
  padding: 50px 0 0 24px;
  position: relative;
}
.l-header__logo-text {
  /* フューロジック株式会社の二次電池評価試験サービス「I.C.E Lab」 */
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #298246;
  position: absolute;
  top: 20px;
  left: 24px;
  width: 500px;
}
.l-header__logo-main {
  height: 35px;
  line-height: 1;
}
.l-header-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  height: 110px;
}
.l-header-nav__menus-inner {
  padding-top: 20px;
}
.l-header-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header-nav__sub {
  display: flex;
  justify-content: flex-end;
  margin: 0 35px 10px 0;
  height: 20px;
}
.l-header-nav__sub-item > a {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  color: #324137;
  padding: 0 20px;
  border-right: 1px solid #D9D9D9;
}
.l-header-nav__sub-item > a:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 9px;
}
.l-header-nav__sub-item:first-child > a {
  border-left: 1px solid #D9D9D9;
}
.l-header-nav__sub-item--company > a::before {
  background: url(/assets/img/header/icon_company.svg) no-repeat center center;
}
.l-header-nav__sub-item--mypage > a::before {
  background: url(/assets/img/header/icon_mypage.svg) no-repeat center center;
}
.l-header-nav__sub-item--language > a::before {
  background: url(/assets/img/header/icon_language.svg) no-repeat center center;
}
.l-header-nav__sub-item--language > a::after {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  margin: 2px 0 0 6px;
  top: 50%;
  background: url(/assets/img/header/icon_language_triangle.svg) no-repeat center center;
  background-size: contain;
}
.l-header-nav__sub-item--language > a.open::after {
  transform: scaleY(-1);
}
.l-header-nav-lang {
  position: relative;
}
.l-header-nav-lang__menu {
  display: none;
  background: #FFF;
  position: absolute;
  top: 31px;
  left: 50%;
  width: 180px;
  margin-left: -90px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 100;
}
.l-header-nav-lang__menu-link {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
  color: #324137;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 0 10px;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
}
.l-header-nav-lang__menu-link.active {
  color: #1DAE4C;
  opacity: 1;
}
.l-header-nav-lang__menu-link.active::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/assets/img/header/icon_language_active.svg) no-repeat center center;
  background-size: contain;
  margin-right: 1px;
}
.l-header-nav-lang__menu-link:hover {
  color: #1DAE4C;
  opacity: 1;
}
.l-header-nav-lang__menu-item:last-child a {
  border: none;
}
.l-header-nav__main {
  display: flex;
  justify-content: flex-end;
  margin: 0 15px 0 0;
}
.l-header-nav__main li {
  height: 60px;
}
.l-header-nav__main a {
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #324137;
}
.l-header-nav__contact {
  color: #fff;
  width: 110px;
  height: 100%;
  background: #1DAE4C;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  flex-direction: column;
}
.l-header-nav__contact-fig {
  margin-bottom: 16px;
}
.l-header-nav__contact-text {
  display: block;
  text-align: center;
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 1.4166666667;
}

@media only screen and (max-width: 767px) {
  .l-header {
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 100;
  }
  .l-header__logo-area {
    padding: 21px 0 21px 20px;
  }
  .l-header__logo-text {
    display: none;
  }
  .l-header__logo-main {
    height: 18px;
    font-size: 0;
  }
  .l-header__logo-main img {
    height: 100%;
  }
  .l-header-nav {
    height: auto;
  }
  .l-header-nav__menus {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    height: calc(var(--vh, 1vh) * 100 - 60px);
    z-index: 100;
    background: #FFF;
    transition: transform 0.6s;
    transform: translateX(100%);
  }
  .l-header-nav__menus.open {
    transform: translateX(0%);
  }
  .l-header-nav__menus-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: auto;
    height: 100%;
    padding-top: 0;
  }
  .l-header-nav__sub {
    display: block;
    margin: 0;
    padding: 20px 15px 65px;
    order: 2;
  }
  .l-header-nav__sub-item {
    border-bottom: 1px solid #1DAE4C;
  }
  .l-header-nav__sub-item > a {
    display: block;
    padding: 20px 20px 20px 46px;
    font-size: 1.2rem;
    line-height: 1.4166666667;
    font-weight: 700;
    border: none;
    position: relative;
  }
  .l-header-nav__sub-item > a:first-child {
    border-left: none;
  }
  .l-header-nav__sub-item > a::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -8px;
  }
  .l-header-nav__sub-item-btn {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 22px;
    margin-top: -6px;
    transition: opacity 0.25s;
  }
  .l-header-nav__sub-item-btn::before {
    content: "";
    width: 2px;
    height: 12px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    display: block;
    background: #1DAE4C;
  }
  .l-header-nav__sub-item-btn::after {
    content: "";
    width: 12px;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    position: absolute;
    display: block;
    background: #1DAE4C;
  }
  .l-header-nav__sub-item--company > a::before {
    background: url(/assets/img/header/icon_company_green.svg) no-repeat center center;
    background-size: contain;
  }
  .l-header-nav__sub-item--mypage > a::before {
    background: url(/assets/img/header/icon_mypage_green.svg) no-repeat center center;
    background-size: contain;
  }
  .l-header-nav__sub-item--language > a::before {
    background: url(/assets/img/header/icon_language_green.svg) no-repeat center center;
    background-size: contain;
  }
  .l-header-nav__sub-item--language > a::after {
    display: none;
  }
  .l-header-nav-lang__trigger:hover {
    opacity: 1 !important;
  }
  .l-header-nav-lang__trigger.open .l-header-nav__sub-item-btn:before {
    opacity: 0;
  }
  .l-header-nav-lang__menu {
    display: none;
    background: #FFF;
    position: static;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
  }
  .l-header-nav-lang__menu-link {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    font-weight: 700;
    display: block !important;
    padding: 20px 0 21px 47px;
    width: 100%;
    border: none;
    border-top: 1px solid #D9D9D9;
  }
  .l-header-nav-lang__menu-link.active {
    position: relative;
  }
  .l-header-nav-lang__menu-link.active::before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 16px;
    margin-right: 0;
  }
  .l-header-nav-lang__menu-item:last-child a {
    border: none;
    border-top: 1px solid #D9D9D9;
  }
  .l-header-nav__main {
    display: block;
    border-top: 1px solid #E5E5E5;
    margin: 0;
    order: 1;
  }
  .l-header-nav__main li {
    border-bottom: 1px solid #E5E5E5;
    height: auto;
  }
  .l-header-nav__main li a {
    display: block;
    padding: 25px 20px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    position: relative;
  }
  .l-header-nav__main li a:after {
    content: "";
    display: block;
    width: 10px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    background: url(/assets/img/icon_arrow_right_green.svg) no-repeat center center;
    background-size: contain;
  }
  .l-header-nav__btns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .l-header-nav__sp {
    width: 60px;
    height: 60px;
    background: #324137;
    cursor: pointer;
    position: relative;
  }
  .l-header-nav__sp:before {
    content: "";
    position: absolute;
    width: 23px;
    height: 2px;
    border-radius: 1px;
    top: 25px;
    left: 19px;
    background: #FFF;
    transition: all 0.25s;
  }
  .l-header-nav__sp:after {
    content: "";
    position: absolute;
    width: 19px;
    height: 2px;
    border-radius: 1px;
    bottom: 25px;
    left: 19px;
    background: #FFF;
    transition: all 0.25s;
  }
  .l-header-nav__sp.open::before {
    transform: translateY(4px) rotate(-45deg);
  }
  .l-header-nav__sp.open::after {
    transform: translateY(-4px) rotate(45deg);
    width: 23px;
  }
  .l-header-nav__contact {
    width: 60px;
  }
  .l-header-nav__contact-fig {
    width: 20px;
    height: 15px;
    margin-bottom: 7.5px;
  }
  .l-header-nav__contact-text {
    font-size: 10px;
    transform: scale(0.8);
  }
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}
/* -----------------
■ main
------------------- */
.l-main {
  min-height: calc(100vh - 56px - 41px);
}

@media only screen and (max-width: 767px) {
  .l-main {
    padding-top: 60px;
  }
}
/* -----------------
■ footer
------------------- */
.l-footer .l-contact {
  background: linear-gradient(90.93deg, #298246 -2.74%, #1DAE4C 51.54%, #5DB717 94.88%);
  color: #fff;
}
.l-footer .l-contact .l-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  width: 980px;
}
.l-footer .l-contact__right img {
  margin-bottom: -10px;
}
.l-footer .l-contact__heading-en {
  display: block;
  font-size: 5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 8px;
}
.l-footer .l-contact__heading-jp {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.l-footer .l-contact__btn {
  font-size: 2rem;
  line-height: 1.45;
  width: 360px;
  height: 70px;
  border: 2px solid #FFFFFF;
  background: transparent;
  margin-top: 30px;
}
.l-footer__main {
  background: #324137;
  color: #fff;
}
.l-footer__main .l-wrap {
  padding: 50px 40px 40px;
  min-width: 1200px;
}
.l-footer__main-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.l-footer__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-footer__logo-1st {
  display: block;
  padding-right: 20px;
}
.l-footer__logo-1st img {
  height: 40px;
}
.l-footer__logo-separator {
  display: block;
  height: 40px;
  width: 1px;
  background-color: #fff;
}
.l-footer__logo-2nd {
  display: block;
  padding-left: 20px;
}
.l-footer__nav {
  margin-bottom: 16px;
}
.l-footer__nav-main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 7px 0 117px;
}
.l-footer__nav-main li {
  margin-left: 40px;
}
.l-footer__nav-main li:first-child {
  margin-left: 0;
}
.l-footer__nav-main li a {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  font-weight: 700;
  color: #fff;
}
.l-footer__nav-sub {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-footer__nav-sub li {
  margin-left: 40px;
}
.l-footer__nav-sub li:first-child {
  margin-left: 0;
}
.l-footer__nav-sub li a {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
}
.l-footer__copyright {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .l-footer .l-wrap {
    min-width: auto;
    padding: 40px 0;
  }
  .l-footer .l-contact {
    background: linear-gradient(0.62deg, #298246 -15.42%, #1DAE4C 45.7%, #5DB717 94.5%);
  }
  .l-footer .l-contact .l-wrap {
    padding: 40px 20px;
    width: auto;
    display: block;
  }
  .l-footer .l-contact__left {
    margin-bottom: 30px;
    text-align: center;
  }
  .l-footer .l-contact__left p {
    text-align: left;
  }
  .l-footer .l-contact__right {
    text-align: center;
  }
  .l-footer .l-contact__right img {
    margin-bottom: 10px;
  }
  .l-footer .l-contact__heading {
    text-align: center;
  }
  .l-footer .l-contact__heading-en {
    font-size: 3.6rem;
    line-height: 1.3055555556;
  }
  .l-footer .l-contact__btn {
    font-size: 1.6rem;
    line-height: 1.4375;
    width: 100%;
    max-width: 360px;
  }
  .l-footer__main-inner {
    display: block;
    position: relative;
  }
  .l-footer__logo {
    position: absolute;
    bottom: 58px;
    left: 0;
    width: 100%;
    justify-content: center;
  }
  .l-footer__logo-1st {
    padding: 0;
    margin-right: 30px;
  }
  .l-footer__logo-1st img {
    height: 35px;
  }
  .l-footer__logo-separator {
    display: none;
  }
  .l-footer__logo-2nd {
    padding: 0;
  }
  .l-footer__logo-2nd img {
    height: 18px;
  }
  .l-footer__nav {
    margin-bottom: 10px;
  }
  .l-footer__nav-main {
    width: 100%;
    display: block;
    margin-bottom: 115px;
  }
  .l-footer__nav-main li {
    margin: 0;
  }
  .l-footer__nav-main li a {
    padding: 20px;
    border-bottom: 1px solid #646D65;
    position: relative;
  }
  .l-footer__nav-main li a::after {
    content: "";
    background: url(/assets/img/icon_arrow_right.svg) no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
  .l-footer__nav-main li:first-child a {
    border-top: 1px solid #646D65;
  }
  .l-footer__nav-sub {
    justify-content: center;
  }
  .l-footer__nav-sub a {
    font-weight: 400;
  }
  .l-footer__copyright {
    text-align: center;
  }
}
/* -----------------
■ container
------------------- */
.l-container__box {
  margin-top: 17px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #FFF;
}

@media only screen and (max-width: 767px) {
  .l-container {
    width: 92vw;
    margin: 0 auto;
  }
  .l-container__box {
    margin-top: 3.2vw;
    box-shadow: 0px 0.53vw 0.53vw rgba(0, 0, 0, 0.05);
    border-radius: 2.13vw;
  }
}
.l-wrap {
  width: 1160px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: content-box;
}
.l-wrap--small {
  width: 1080px;
  padding: 0 100px;
}

@media only screen and (max-width: 767px) {
  .l-wrap {
    width: auto;
    padding: 0 20px;
  }
}
/* -----------------
■ wrapper
------------------- */
@media only screen and (max-width: 767px) {
  .l-wrapper {
    overflow: hidden;
  }
}
/* -----------------
■ font
------------------- */
.c-font-noto {
  font-family: "Noto Sans JP", sans-serif;
}
.c-font-dm {
  font-family: "DM Sans", sans-serif;
}

/* -----------------
■ heading
------------------- */
.c-heading-h2__center {
  margin-bottom: 40px;
  font-size: 3.2rem;
  line-height: 1.25;
  text-align: center;
}

.c-heading-h3 {
  margin-bottom: 24px;
  font-size: 2.1rem;
  line-height: 1.5238095238;
}

@media only screen and (max-width: 767px) {
  .c-heading-h2__center {
    font-size: 2.4rem;
    line-height: 1.3333333333;
  }
  .c-heading-h3 {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
/* -----------------
■ btn
------------------- */
.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 56px;
  min-width: 240px;
  height: 60px;
  color: #FFF;
  font-weight: bold;
  border-radius: 100px;
  background-color: #1DAE4C;
  position: relative;
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn--go::after {
  content: "";
  width: 10px;
  height: 11.39px;
  position: absolute;
  top: 50%;
  margin-top: -5.695px;
  right: 25px;
  background: url(/assets/img/icon_arrow_right.svg) no-repeat center center;
  background-size: contain;
}
.c-btn--contact:before {
  content: "";
  display: block;
  background: url(/assets/img/icon_mail.svg) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 23px;
  margin-right: 16px;
}
.c-btn--gray {
  color: #324137;
  background-color: #ddd;
}

/* -----------------
■ text
------------------- */
.c-text {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.c-text--small {
  font-size: 1.3rem;
  line-height: 1.6153846154;
}
.c-text--right {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
/* -----------------
■ ul,ol
------------------- */
.c-list {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.c-list li {
  margin-bottom: 8px;
  position: relative;
}
.c-list--hasNum li {
  padding-left: 1.5em;
}
.c-list--hasNum__num {
  position: absolute;
  top: 0;
  left: 0;
}
.c-list ol, .c-list ul {
  margin-top: 20px;
}

.c-order-list {
  margin-bottom: 20px;
  margin-left: 1.5em;
  font-size: 1.6rem;
  line-height: 1.75;
  list-style-type: decimal;
  list-style-position: outside;
}
.c-order-list li {
  margin-bottom: 8px;
}
.c-order-list--katakana {
  list-style-type: katakana;
}
.c-order-list--katakana li {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .c-list {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .c-order-list {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
/* -----------------
■ a
------------------- */
.c-link {
  color: #298246;
  text-decoration: underline;
}

/* -----------------
■ label
------------------- */
.c-element-label {
  display: block;
  margin-bottom: 8px;
}
.c-element-label__text {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4375;
  position: relative;
}
.c-element-label__required {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-weight: normal;
  color: #fff;
  background-color: #FF8B36;
  border-radius: 10px;
  line-height: 20px;
  padding: 0 8px;
}

/* -----------------
■ error text
------------------- */
.c-element-error {
  margin-top: 8px;
  display: block;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #CE1B1B;
}
.c-element-error:before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_alert-triangle_16.svg) no-repeat center center;
  background-size: 16px;
  position: relative;
  top: 4px;
}

/* -----------------
■ input
------------------- */
.c-element-input__input {
  width: 100%;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #324137;
  background-color: #F4F7F8;
  border: none;
  border-radius: 10px;
}
.c-element-input__input:focus {
  outline: none;
}
.c-element-input__input.is-error {
  border: 1px solid #CE1B1B;
}
.c-element-input__button-item {
  display: inline-block;
  width: 164px;
  height: 40px;
  font-size: 1.4rem;
  line-height: 2.8571428571;
  color: #298246;
  font-weight: 700;
  background-color: #F3F3F3;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  text-align: center;
}
.c-element-input__button-item:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* -----------------
■ textarea
------------------- */
.c-element-textarea__textarea {
  padding: 20px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #324137;
  background-color: #F4F7F8;
  border: none;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-element-textarea__textarea:focus {
  outline: none;
}
.c-element-textarea__textarea.is-error {
  border: 1px solid #CE1B1B;
}

/* -----------------
■ checkbox
------------------- */
.c-element-checkbox {
  position: relative;
}
.c-element-checkbox__checkbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-element-checkbox__checkbox label {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.c-element-checkbox__checkbox label:last-child {
  margin-bottom: 0;
}
.c-element-checkbox__checkbox-item {
  display: none;
}
.c-element-checkbox__checkbox-item:checked + .c-element-checkbox__checkbox-icon:after {
  background: #1DAE4C;
}
.c-element-checkbox__checkbox-icon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.c-element-checkbox__checkbox-icon:before {
  content: "";
  display: block;
  background: url(/assets/img/icon_check.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 5px;
}
.c-element-checkbox__checkbox-icon:after {
  content: "";
  display: block;
  border: 1px solid #AFB3B9;
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 5px;
}
.c-element-checkbox__checkbox-text {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
}
.c-element-checkbox__checkbox.is-error {
  padding: 20px;
  border: 1px solid #CE1B1B;
  border-radius: 10px;
}

/* -----------------
■ radio
------------------- */
.c-element-radio__radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-element-radio__radio label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 470px;
  height: 80px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.c-element-radio__radio-item {
  display: none;
}
.c-element-radio__radio-item:checked + .c-element-radio__radio-icon:before {
  background: #1DAE4C;
}
.c-element-radio__radio-item:checked + .c-element-radio__radio-icon + .c-element-radio__radio-text::after {
  border: 1px solid #1DAE4C;
}
.c-element-radio__radio-icon {
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 16px;
  display: block;
}
.c-element-radio__radio-icon:before {
  content: "";
  display: block;
  background: transparent;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  z-index: 1;
  border-radius: 100%;
}
.c-element-radio__radio-icon:after {
  content: "";
  display: block;
  border: 1px solid #AFB3B9;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  z-index: 0;
  border-radius: 100%;
}
.c-element-radio__radio-text {
  margin-left: 5px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
}
.c-element-radio__radio-text:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid #AFB3B9;
}

@media only screen and (max-width: 767px) {
  /* -----------------
  ■ label
  ------------------- */
  .c-element-label__required {
    margin-left: 12px;
  }
  /* -----------------
  ■ radio
  ------------------- */
  .c-element-radio__radio {
    display: block;
  }
  .c-element-radio__radio label {
    width: 100%;
    height: 70px;
    padding-left: 20px;
  }
  .c-element-radio__radio label + label {
    margin-top: 16px;
  }
  .c-element-radio__radio-text {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  /* -----------------
  ■ checkbox
  ------------------- */
  .c-element-checkbox__checkbox {
    display: block;
    width: 100%;
  }
  .c-element-checkbox__checkbox label {
    width: 100%;
    margin-bottom: 24px;
  }
  /* -----------------
  ■ textarea
  ------------------- */
  .c-element-textarea {
    height: 300px;
  }
}
/* -----------------
■ flow
------------------- */
.p-faq__item {
  background: #fff;
  border-radius: 20px;
  padding: 10px 0;
}
.p-faq__item + .p-faq__item {
  margin-top: 30px;
}
.p-faq__q {
  position: relative;
  padding: 30px 40px;
  cursor: pointer;
}
.p-faq__q-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
}
.p-faq__q-text::before {
  content: "Q";
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #AFB3B9;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #AFB3B9;
  margin-right: 30px;
  flex-shrink: 0;
}
.p-faq__q-btn {
  background: #3EB331;
  border-radius: 100%;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 40px;
  margin-top: -20px;
}
.p-faq__q-btn:before {
  content: "";
  width: 16px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.5px 0 0 -8px;
}
.p-faq__q-btn:after {
  content: "";
  width: 3px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -1.5px;
  opacity: 1;
  transition: opacity 0.2s;
}
.p-faq__q.open .p-faq__q-btn:after {
  opacity: 0;
}
.p-faq__a {
  display: none;
  padding: 0 40px 30px;
}
.p-faq__a-text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 2;
  padding-top: 8px;
}
.p-faq__a-text::before {
  content: "A";
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  color: #1DAE4C;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #1DAE4C;
  margin: -8px 30px 0 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .p-faq__item {
    border-radius: 5px;
  }
  .p-faq__q {
    padding: 10px 65px 10px 20px;
  }
  .p-faq__q-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 500;
  }
  .p-faq__q-text::before {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
  .p-faq__q-btn {
    width: 25px;
    height: 25px;
    right: 20px;
    margin-top: -12.5px;
  }
  .p-faq__q-btn::before {
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
  }
  .p-faq__q-btn::after {
    width: 2px;
    height: 10px;
    margin: -5px 0 0 -1px;
  }
  .p-faq__a {
    padding: 10px 20px;
  }
  .p-faq__a-text {
    align-items: center;
    padding-top: 0;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 400;
  }
  .p-faq__a-text::before {
    width: 30px;
    height: 30px;
    margin: 0 20px 0 0;
  }
}
/* -----------------
■ flow
------------------- */
.p-flow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 988px;
  margin: 0 auto;
}
.p-flow::after {
  content: "";
  border-top: 4px dotted #298246;
  width: 850px;
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -425px;
  z-index: -1;
}
.p-flow__item {
  width: 140px;
  text-align: center;
}
.p-flow__item-num {
  width: 30px;
  height: 30px;
  margin: 0 0 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  border-radius: 100%;
}
.p-flow__item-text {
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 700;
}
.p-flow__item--01 .p-flow__item-num {
  background: #298246;
}
.p-flow__item--01 .p-flow__item-text {
  color: #298246;
}
.p-flow__item--02 .p-flow__item-num {
  background: #288647;
}
.p-flow__item--02 .p-flow__item-text {
  color: #288647;
}
.p-flow__item--03 .p-flow__item-num {
  background: #239849;
}
.p-flow__item--03 .p-flow__item-text {
  color: #239849;
}
.p-flow__item--04 .p-flow__item-num {
  background: #1EAD4C;
}
.p-flow__item--04 .p-flow__item-text {
  color: #1EAD4C;
}
.p-flow__item--05 .p-flow__item-num {
  background: #3EB331;
}
.p-flow__item--05 .p-flow__item-text {
  color: #3EB331;
}

@media only screen and (max-width: 767px) {
  .p-flow {
    width: 336px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-flow::after {
    left: 0;
    margin-left: 50px;
    width: 1000px;
  }
  .p-flow::before {
    content: "";
    border-top: 4px dotted #298246;
    top: 118px;
    right: 59px;
    margin-right: 50px;
    width: 1000px;
    position: absolute;
    z-index: -1;
  }
  .p-flow__item {
    width: 100px;
    margin-right: 18px;
  }
  .p-flow__item--03, .p-flow__item--05 {
    margin-right: 0;
  }
  .p-flow__item:nth-child(-n+3) {
    margin-bottom: 20px;
  }
  .p-flow__item-num {
    margin-bottom: 17px;
  }
  .p-flow__item-text {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-bottom: 18px;
  }
}
/* -----------------
■ form-layoutd
------------------- */
.p-form-layout-type {
  margin-bottom: 60px;
}
.p-form-layout__heading {
  font-size: 2.6rem;
  line-height: 1.4615384615;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.p-form-layout__box {
  padding: 55px;
  background: #fff;
  border-radius: 20px;
}
.p-form-layout__intro {
  margin-bottom: 32px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-form-layout-table {
  border-collapse: separate;
  border-spacing: 20px 50px;
  margin: -50px -20px 0;
}
.p-form-layout-table th {
  width: 250px;
  text-align: left;
  vertical-align: top;
  padding-top: 20px;
}
.p-form-layout-table .p-form-layout-table__tr--checkbox.disabled {
  display: none;
}
.p-form-layout-table .p-form-layout-table__tr--checkbox th {
  padding-top: 0;
}
.p-form-layout-table td {
  width: 700px;
}
.p-form-layout-table .c-element-label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.p-form-layout-submit {
  background: rgba(30, 174, 75, 0.05);
  border-radius: 10px;
  padding: 50px;
  text-align: center;
}
.p-form-layout-submit__note {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 20px;
}
.p-form-layout-submit__note span {
  margin-right: 16px;
}
.p-form-layout-submit__note a {
  color: #324137;
  text-decoration: underline;
}
.p-form-layout-submit__check {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-form-layout-submit__check .c-element-label__required {
  margin-right: 20px;
}
.p-form-layout-submit__check.is-error {
  padding: 20px 0;
  border: 1px solid #CE1B1B;
  border-radius: 10px;
}
.p-form-layout-submit .c-element-checkbox__checkbox {
  justify-content: center;
}
.p-form-layout-submit .c-element-checkbox__checkbox label {
  width: auto;
}
.p-form-layout-submit__btn {
  margin-top: 30px;
  transition: opacity 0.4s;
}
.p-form-layout-submit__btn:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .p-form-layout-type {
    margin-bottom: 50px;
  }
  .p-form-layout__heading {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 0 0 16px;
  }
  .p-form-layout__box {
    padding: 20px;
  }
  .p-form-layout__intro {
    font-size: 1.4rem;
    line-height: 2;
  }
  .p-form-layout-table {
    display: block;
    margin: 20px 0 40px;
  }
  .p-form-layout-table tbody, .p-form-layout-table tr, .p-form-layout-table th, .p-form-layout-table td {
    display: block;
    width: 100%;
  }
  .p-form-layout-table tr + tr {
    margin-top: 40px;
  }
  .p-form-layout-table th {
    padding: 0;
    margin-bottom: 16px;
  }
  .p-form-layout-table .c-element-label {
    justify-content: flex-start;
  }
  .p-form-layout-table__tr--checkbox th {
    margin-bottom: 20px;
  }
  .p-form-layout-submit {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .p-form-layout-submit__note {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
  .p-form-layout-submit__check {
    flex-direction: column;
  }
  .p-form-layout-submit__check .c-element-label__required {
    margin-bottom: 8px;
  }
  .p-form-layout-submit .c-element-checkbox__checkbox label {
    display: inline-flex;
  }
  .p-form-layout-submit__btn {
    margin-top: 40px;
    width: 100%;
    max-width: 255px;
  }
}
/* -----------------
■ 画面上部エラーメッセージ
------------------- */
.p-error-message {
  margin-bottom: 40px;
  padding: 12px 20px;
  border: 1px solid #CE1B1B;
  border-radius: 8px;
  background-color: #fff;
}
.p-error-message__title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #CE1B1B;
}
.p-error-message__title::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  background: url(../img/icon_alert-triangle_16.svg) no-repeat center center;
  background-size: 20px;
  position: relative;
  top: 4px;
}
.p-error-message__list li {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #CE1B1B;
  list-style-type: disc;
  list-style-position: inside;
}

/* -----------------
■ p-lead-box
------------------- */
.p-lead-box {
  background: #F4F7F8;
  border-radius: 20px;
  padding: 80px 180px 73px;
  position: relative;
}
.p-lead-box__heading {
  font-size: 4rem;
  line-height: 2.075;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.p-lead-box__heading:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: -40px;
  right: 40px;
}
.p-lead-box__heading-bg {
  padding: 0 13px;
  position: relative;
  display: inline-block;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}
.p-lead-box__heading-bg + .p-lead-box__heading-bg {
  margin-top: 10px;
}
br + .p-lead-box__heading-bg {
  margin-top: 10px;
}
.p-lead-box__text {
  font-size: 1.8rem;
  line-height: 2.2222222222;
}
.p-lead-box__text p {
  margin-bottom: 32px;
}
.p-lead-box__text *:last-child {
  margin-bottom: 0;
}
.p-lead-box--top .p-lead-box__heading:after {
  background: url(/assets/img/top/fig_top_lead.png) no-repeat center center;
  background-size: contain;
}
.p-lead-box--top__heading {
  letter-spacing: 2px;
}
.p-lead-box--service .p-lead-box__heading:after {
  background: url(/assets/img/service/fig_service_lead.png) no-repeat center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .p-lead-box {
    padding: 40px 20px;
  }
  .p-lead-box__heading {
    font-size: 2.8rem;
    line-height: 1.7857142857;
    margin-bottom: 10px;
  }
  .p-lead-box__heading-bg {
    padding: 0 9px;
  }
  .p-lead-box__heading::after {
    position: static;
    width: 100%;
    margin-top: 10px;
  }
  .p-lead-box__text {
    font-size: 1.6rem;
    line-height: 2.125;
  }
  .p-lead-box__text p {
    margin-bottom: 34px;
  }
}
/* -----------------
■ main-visual
------------------- */
.p-main-visual {
  padding-left: 60px;
  height: 240px;
}
.p-main-visual__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background: linear-gradient(90.93deg, #5DB717 -8.1%, #1DAE4C 49.03%, #298246 94.65%);
  border-radius: 0px 0px 0px 20px;
  padding: 0 0 50px 50px;
  height: 100%;
  position: relative;
}
.p-main-visual__inner::after {
  content: "";
  position: absolute;
}
.p-main-visual__heading {
  color: #fff;
}
.p-main-visual__heading-en {
  display: block;
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.p-main-visual__heading-jp {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 700;
  letter-spacing: 1px;
}
.p-main-visual--service .p-main-visual__inner:after {
  background: url(/assets/img/service/fig_service_main-visual.png) no-repeat center center;
  background-size: contain;
  top: 10px;
  right: 30px;
  width: 220px;
  height: 220px;
}
.p-main-visual--evaluation .p-main-visual__inner:after {
  background: url(/assets/img/evaluation/fig_evaluation_main-visual.png) no-repeat center center;
  background-size: contain;
  width: 250px;
  height: 250px;
  top: 0;
  right: 35px;
}
.p-main-visual--device .p-main-visual__inner:after {
  background: url(/assets/img/device/fig_device_main-visual.png) no-repeat center center;
  background-size: contain;
  width: 240px;
  height: 240px;
  top: 10px;
  right: 35px;
}
.p-main-visual--flow .p-main-visual__inner:after {
  background: url(/assets/img/flow/fig_flow_main-visual.png) no-repeat center center;
  background-size: contain;
  width: 294px;
  height: 295px;
  top: -20px;
  right: 67px;
}
.p-main-visual--faq .p-main-visual__inner:after {
  background: url(/assets/img/faq/fig_faq_main-visual.png) no-repeat center center;
  background-size: contain;
  width: 250px;
  height: 250px;
  top: 0;
  right: 53px;
}
.p-main-visual--contact .p-main-visual__inner:after {
  background: url(/assets/img/contact/fig_contact_main-visual.png) no-repeat center center;
  background-size: contain;
  width: 250px;
  height: 250px;
  top: 0;
  right: 35px;
}

@media only screen and (max-width: 767px) {
  .p-main-visual {
    padding-left: 20px;
    height: 140px;
  }
  .p-main-visual__inner {
    padding: 0 0 20px 20px;
  }
  .p-main-visual__inner::after {
    content: "";
    position: absolute;
  }
  .p-main-visual__heading-en {
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 5px;
  }
  .p-main-visual__heading-jp {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-main-visual--service .p-main-visual__inner:after {
    top: 11px;
    right: -21px;
    width: 129px;
    height: 129px;
  }
  .p-main-visual--evaluation .p-main-visual__inner:after {
    top: -4px;
    right: -20px;
    width: 153px;
    height: 154px;
  }
  .p-main-visual--device .p-main-visual__inner:after {
    top: 5px;
    right: -19px;
    width: 146px;
    height: 146px;
  }
  .p-main-visual--flow .p-main-visual__inner:after {
    top: -11px;
    right: 1px;
    width: 168px;
    height: 168px;
  }
  .p-main-visual--faq .p-main-visual__inner:after {
    top: 0px;
    right: -6px;
    width: 151px;
    height: 151px;
  }
  .p-main-visual--contact .p-main-visual__inner:after {
    top: 4px;
    right: -16px;
    width: 140px;
    height: 140px;
  }
}
/* -----------------
■ p-confirm-list
------------------- */
.p-confirm-list {
  margin-bottom: 48px;
  font-size: 1.6rem;
  line-height: 1.4375;
}
.p-confirm-list__item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  justify-content: space-between;
}
.p-confirm-list__item dt {
  padding-right: 20px;
  font-weight: 700;
}
.p-confirm-list__item dd {
  width: 700px;
}
.p-confirm-list__item dd .p-confirm-list__item-list li {
  margin-left: 1.4em;
  margin-bottom: 4px;
  list-style-type: disc;
}
.p-confirm-list__item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .p-confirm-list {
    margin-bottom: 32px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-confirm-list__item {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .p-confirm-list__item dt {
    padding-right: 0;
    margin-bottom: 12px;
  }
  .p-confirm-list__item dd {
    width: 100%;
  }
}
/* -----------------
■ p-confirm-submit
------------------- */
.p-confirm-submit {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.p-confirm-submit .c-btn {
  margin: 0 20px;
}

@media only screen and (max-width: 767px) {
  .p-confirm-submit .c-btn {
    margin: 0 10px;
    width: 200px;
    height: 48px;
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
  .p-confirm-submit .c-btn::after {
    right: 15px;
  }
}
/* -----------------
■ u-clearfix
------------------- */
.u-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

/* -----------------
■ u-display
------------------- */
.u-sp__display {
  display: none;
}

@media only screen and (max-width: 767px) {
  .u-pc__display {
    display: none;
  }
  .u-sp__display {
    display: block;
  }
}
/* -----------------
■ bold
------------------- */
.u-bold {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .u-bold-sp {
    font-weight: bold;
  }
}
/* -----------------
■ background
------------------- */
.u-background-none {
  background: transparent;
}

/* -----------------
■ text-color
------------------- */
.u-text-color-green {
  color: #1DAE4C;
}

/* -----------------
■ display-font
------------------- */
.u-ff-dm {
  font-family: "DM Sans", sans-serif;
}

/* -----------------
■ top
------------------- */
.page-top__heading-en {
  display: block;
  font-size: 5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.page-top__heading-jp {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 700;
  letter-spacing: 1px;
}
.page-top__heading--center * {
  text-align: center;
}
.page-top-main-visual {
  position: relative;
  padding: 0 0 55px 60px;
}
.page-top-main-visual__main {
  width: 100%;
  height: 62.5%;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.page-top-main-visual__video {
  position: relative;
}
.page-top-main-visual__video img {
  width: 100%;
}
.page-top-main-visual__video video {
  display: block;
  width: 100%;
  height: 62.5%;
}
.page-top-main-visual__video::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/img/movie-thumb.jpg) no-repeat top left;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page-top-main-visual__video.js-active::before {
  content: none;
}
.page-top-main-visual__text {
  position: absolute;
  bottom: 80px;
  left: 80px;
  z-index: 1;
}
.page-top-main-visual__heading {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 36px;
}
.page-top-main-visual:after {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 120px);
  left: 0;
  bottom: 0;
  background: linear-gradient(90.93deg, #298246 -8.1%, #1DAE4C 49.03%, #5DB717 94.65%);
  border-radius: 0px 20px 20px 0px;
  z-index: 0;
}
.page-top-lead {
  padding: 100px 0 0;
  margin-bottom: -20px;
}
.page-top-service {
  padding: 120px 0 100px;
}
.page-top-service__heading {
  margin-bottom: 40px;
}
.page-top-service__lead {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 auto 50px;
  max-width: 890px;
}
.page-top-service__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 780px;
  margin: 0 auto;
}
.page-top-service__item {
  width: 320px;
  margin-bottom: 60px;
}
.page-top-service__item-img {
  text-align: center;
  margin-bottom: 20px;
}
.page-top-service__item-service {
  text-align: center;
  font-family: "DM Sans";
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: 700;
  color: #1DAE4C;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.page-top-service__item-heading {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.page-top-service__item-text {
  font-size: 1.4rem;
  line-height: 2;
}
.page-top-service__item--01, .page-top-service__item--02 {
  margin-bottom: 68px;
}
.page-top-service__btn {
  font-size: 1.6rem;
  line-height: 1.4375;
  text-align: center;
}
.page-top-categories__box {
  border-radius: 20px;
  color: #fff;
  padding: 80px;
  position: relative;
  overflow: hidden;
}
.page-top-categories__box::before {
  content: "";
  background: linear-gradient(90.93deg, #298246 -3.35%, #1DAE4C 51.25%, #5DB717 94.85%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-top-categories__box::after {
  content: "";
  background: url(/assets/img/top/fig_top_categories_bg.svg) no-repeat top right;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  mix-blend-mode: multiply;
}
.page-top-categories__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.page-top-categories__heading {
  margin-bottom: 30px;
}
.page-top-categories__lead {
  font-size: 1.6rem;
  line-height: 1.75;
}
.page-top-categories__text {
  max-width: 650px;
  position: relative;
  z-index: 1;
}
.page-top-categories__btn {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.page-top-categories__btn .c-btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.page-top-categories__categories {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page-top-categories__category {
  position: relative;
  color: #324137;
  padding: 0 60px 0 72px;
  width: 310px;
  height: 80px;
  font-size: 1.6rem;
  line-height: 1.3125;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.page-top-categories__category:last-child {
  margin-bottom: 0;
}
.page-top-categories__category::before {
  content: "";
  width: 48px;
  height: 48px;
  top: 16px;
  left: 14px;
  position: absolute;
}
.page-top-categories__category::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -5px;
  width: 20px;
  height: 10px;
  background: url(/assets/img/top/icon_top_categories_arrow.svg) no-repeat center center;
}
.page-top-categories__category--01:before {
  background: url(/assets/img/icon_category_01.svg) no-repeat center center;
  background-size: contain;
}
.page-top-categories__category--02:before {
  background: url(/assets/img/icon_category_02.svg) no-repeat center center;
  background-size: contain;
}
.page-top-categories__category--03:before {
  background: url(/assets/img/icon_category_03.svg) no-repeat center center;
  background-size: contain;
}
.page-top-categories__category--04:before {
  background: url(/assets/img/icon_category_04.svg) no-repeat center center;
  background-size: contain;
}
.page-top-categories__category--05:before {
  background: url(/assets/img/icon_category_05.svg) no-repeat center center;
  background-size: contain;
}
.page-top-categories__category--06:before {
  background: url(/assets/img/icon_category_06.svg) no-repeat center center;
  background-size: contain;
}
.page-top-categories__category--07:before {
  background: url(/assets/img/icon_category_07.svg) no-repeat center center;
  background-size: contain;
}
.page-top-flow {
  padding: 80px 0;
}
.page-top-flow__heading {
  margin-bottom: 60px;
}
.page-top-flow__btn {
  text-align: center;
}
.page-top-flow__flow {
  margin-bottom: 69px;
}
.page-top-faq {
  margin-bottom: 120px;
}
.page-top-faq__box {
  position: relative;
  padding: 80px;
  background: #F4F7F8;
  border-radius: 20px;
}
.page-top-faq__box::after {
  content: "";
  background: url(/assets/img/top/fig_top_faq_bg.svg) no-repeat top left;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  mix-blend-mode: multiply;
}
.page-top-faq__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.page-top-faq__text {
  position: relative;
  z-index: 1;
}
.page-top-faq__btn {
  position: relative;
  z-index: 1;
}
.page-top-faq__faqs {
  position: relative;
  z-index: 1;
}
.page-top-faq .p-faq__item {
  border-radius: 3px;
}
.page-top-faq .p-faq__item + .p-faq__item {
  margin-top: 16px;
}
.page-top-faq .p-faq__q {
  padding: 10px 24px;
}
.page-top-faq .p-faq__q-text {
  font-size: 1.6rem;
  line-height: 1.4375;
}
.page-top-faq .p-faq__q-text::before {
  width: 40px;
  height: 40px;
  margin-right: 36px;
}
.page-top-faq .p-faq__q-btn {
  width: 25px;
  height: 25px;
  right: 34px;
  margin-top: -12.5px;
}
.page-top-faq .p-faq__q-btn:before {
  width: 10px;
  height: 2px;
  margin: -1px 0 0 -5px;
}
.page-top-faq .p-faq__q-btn:after {
  width: 2px;
  height: 10px;
  margin: -5px 0 0 -1px;
}
.page-top-faq .p-faq__a {
  padding: 10px 24px 10px;
}
.page-top-faq .p-faq__a-text {
  font-size: 1.6rem;
  line-height: 1.4375;
}
.page-top-faq .p-faq__a-text::before {
  width: 40px;
  height: 40px;
  margin-right: 36px;
}

@media only screen and (max-width: 767px) {
  .page-top-main-visual {
    padding: 0 0 40px;
  }
  .page-top-main-visual:after {
    width: calc(100% - 20px);
  }
  .page-top-main-visual__text {
    left: 20px;
    bottom: 20px;
  }
  .page-top-main-visual__heading {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
  }
  .page-top-main-visual__heading-sub {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 700;
    color: #FFF;
  }
  .page-top-main-visual__main {
    border-bottom-left-radius: 0;
  }
  .page-top-main-visual__video {
    width: 100%;
    border-bottom-left-radius: 0;
  }
  .page-top-main-visual__video video {
    width: 133.3333333333%;
    margin: 0 -16.6666666667%;
  }
  .page-top__heading {
    text-align: center;
  }
  .page-top__heading-en {
    font-size: 3.6rem;
    line-height: 1.3055555556;
  }
  .page-top-lead {
    padding: 60px 0 0;
  }
  .page-top-service {
    padding: 60px 0;
  }
  .page-top-service__lead {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 2.1428571429;
    font-weight: 400;
  }
  .page-top-service__items {
    display: block;
  }
  .page-top-service__item {
    width: auto;
    position: relative;
    padding-bottom: 48px;
    margin-bottom: 32px;
  }
  .page-top-service__item::after {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .page-top-service__item:last-child {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .page-top-service__item:last-child::after {
    display: none;
  }
  .page-top-service__item-heading {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
  .page-top-service__btn {
    width: 100%;
  }
  .page-top-service__btn .c-btn {
    width: 100%;
    max-width: 295px;
  }
  .page-top-categories__top {
    margin-bottom: 30px;
    position: static;
  }
  .page-top-categories__btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .page-top-categories__btn .c-btn {
    width: 100%;
    max-width: 295px;
  }
  .page-top-categories__box {
    padding: 40px 20px 130px;
  }
  .page-top-categories__box::before {
    background: linear-gradient(0.23deg, #298246 -18.38%, #1DAE4C 44.54%, #5DB717 94.79%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }
  .page-top-categories__box::after {
    display: none;
  }
  .page-top-categories__categories {
    display: block;
  }
  .page-top-categories__category {
    width: auto;
    font-size: 1.4rem;
    line-height: 1.2857142857;
    font-weight: 500;
    height: 70px;
    padding: 0 54px 0 70px;
  }
  .page-top-categories__category:before {
    top: 11px;
    left: 10px;
  }
  .page-top-categories__category::after {
    background: url(/assets/img/icon_arrow_right_green.svg) no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    right: 30px;
  }
  .page-top-flow {
    padding: 60px 0;
  }
  .page-top-flow__heading {
    margin-bottom: 40px;
  }
  .page-top-flow__flow {
    margin-bottom: 40px;
  }
  .page-top-flow__btn {
    width: 100%;
  }
  .page-top-flow__btn .c-btn {
    width: 100%;
    max-width: 295px;
  }
  .page-top-faq {
    margin-bottom: 100px;
  }
  .page-top-faq__box {
    padding: 40px 20px 140px;
  }
  .page-top-faq__box::after {
    display: none;
  }
  .page-top-faq__top {
    display: block;
  }
  .page-top-faq__btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  .page-top-faq__btn .c-btn {
    width: 100%;
    max-width: 295px;
  }
  .page-top-faq .p-faq__item {
    border-radius: 5px;
  }
  .page-top-faq .p-faq__item + .p-faq__item {
    margin-top: 20px;
  }
  .page-top-faq .p-faq__q {
    padding: 10px 65px 10px 20px;
  }
  .page-top-faq .p-faq__q-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 500;
  }
  .page-top-faq .p-faq__q-text::before {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
  .page-top-faq .p-faq__q-btn {
    right: 20px;
  }
  .page-top-faq .p-faq__a {
    padding: 10px 20px;
  }
  .page-top-faq .p-faq__a-text {
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 400;
  }
  .page-top-faq .p-faq__a-text::before {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
}
/* -----------------
■ service
------------------- */
.page-service-lead {
  padding-top: 120px;
}
.page-service-feature {
  padding: 100px 0 190px;
}
.page-service-feature__feature {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-service-feature__feature + .page-service-feature__feature {
  margin-top: 120px;
}
.page-service-feature__feature:nth-child(odd) {
  flex-direction: row-reverse;
}
.page-service-feature__feature:nth-child(odd) .page-service-feature__fig {
  width: 500px;
  position: relative;
}
.page-service-feature__feature:nth-child(odd) .page-service-feature__fig-illust {
  right: auto;
  left: -60px;
}
.page-service-feature__text {
  width: 500px;
}
.page-service-feature__num {
  font-size: 7.2rem;
  line-height: 1;
  color: #1DAE4C;
  margin-bottom: 30px;
}
.page-service-feature__heading {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-service-feature__body {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
}
.page-service-feature__fig {
  width: 500px;
  position: relative;
}
.page-service-feature__fig-illust {
  position: absolute;
  right: -60px;
  bottom: -80px;
}

@media only screen and (max-width: 767px) {
  .page-service-lead {
    padding-top: 50px;
  }
  .page-service-feature {
    padding: 60px 0 100px;
  }
  .page-service-feature__feature {
    flex-direction: column-reverse !important;
    align-items: center;
  }
  .page-service-feature__feature + .page-service-feature__feature {
    margin-top: 60px;
  }
  .page-service-feature__fig {
    width: 100% !important;
    max-width: 500px;
    margin-bottom: 30px;
  }
  .page-service-feature__fig-illust {
    width: 175px;
    height: 175px;
    left: auto !important;
    right: 0 !important;
    bottom: -85px;
  }
  .page-service-feature__text {
    width: 100%;
  }
  .page-service-feature__num {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  .page-service-feature__heading {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .page-service-feature__body {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
/* -----------------
■ evaluation
------------------- */
.page-evaluation-lead {
  padding: 80px 0 60px;
  font-size: 1.6rem;
  line-height: 2;
}
.page-evaluation-lead__text {
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 2;
}
.page-evaluation-lead__list {
  font-size: 1.4rem;
  line-height: 1.5;
}
.page-evaluation-lead__list li {
  margin-bottom: 4px;
}
.page-evaluation-nav {
  padding: 0 0 80px;
}
.page-evaluation-nav__categories {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-evaluation-nav__category {
  position: relative;
  color: #324137;
  padding: 16px 60px 16px 72px;
  width: 340px;
  min-height: 80px;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.3125;
}
.page-evaluation-nav__category:last-child {
  margin-bottom: 0;
}
.page-evaluation-nav__category::before {
  content: "";
  margin-top: -24px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 13px;
}
.page-evaluation-nav__category::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(/assets/img/evaluation/icon_arrow_bottom.svg) no-repeat center center;
}
.page-evaluation-nav__category--01:before {
  background: url(/assets/img/icon_category_01.svg) no-repeat center center;
  background-size: contain;
}
.page-evaluation-nav__category--02:before {
  background: url(/assets/img/icon_category_02.svg) no-repeat center center;
  background-size: contain;
}
.page-evaluation-nav__category--03:before {
  background: url(/assets/img/icon_category_03.svg) no-repeat center center;
  background-size: contain;
}
.page-evaluation-nav__category--04:before {
  background: url(/assets/img/icon_category_04.svg) no-repeat center center;
  background-size: contain;
}
.page-evaluation-nav__category--05:before {
  background: url(/assets/img/icon_category_05.svg) no-repeat center center;
  background-size: contain;
}
.page-evaluation-nav__category--06:before {
  background: url(/assets/img/icon_category_06.svg) no-repeat center center;
  background-size: contain;
}
.page-evaluation-nav__category--07:before {
  background: url(/assets/img/icon_category_07.svg) no-repeat center center;
  background-size: contain;
}
.page-evaluation-list {
  background: #F4F7F8;
  padding: 80px 0 120px;
}
.page-evaluation-list__text-small {
  font-size: 1.4rem;
  line-height: 2;
}
.page-evaluation-list__text-block {
  display: block;
  margin-top: 8px;
}
.page-evaluation-list-item {
  padding-top: 60px;
  margin-top: -60px;
}
.page-evaluation-list-item__inner {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
.page-evaluation-list-item + .page-evaluation-list-item {
  margin-top: 0;
}
.page-evaluation-list-item--01 .page-evaluation-list-item__header::before {
  width: 60px;
  height: 60px;
  background: url(/assets/img/icon_category_01.svg) no-repeat center center;
  background-size: contain;
}
.page-evaluation-list-item--02 .page-evaluation-list-item__header::before {
  width: 60px;
  height: 60px;
  background: url(/assets/img/icon_category_02.svg) no-repeat center center;
  background-size: contain;
}
.page-evaluation-list-item--03 .page-evaluation-list-item__header::before {
  width: 60px;
  height: 60px;
  background: url(/assets/img/icon_category_03.svg) no-repeat center center;
  background-size: contain;
}
.page-evaluation-list-item--04 .page-evaluation-list-item__header::before {
  width: 60px;
  height: 60px;
  background: url(/assets/img/icon_category_04.svg) no-repeat center center;
  background-size: contain;
}
.page-evaluation-list-item--05 .page-evaluation-list-item__header::before {
  width: 60px;
  height: 60px;
  background: url(/assets/img/icon_category_05.svg) no-repeat center center;
  background-size: contain;
}
.page-evaluation-list-item--06 .page-evaluation-list-item__header::before {
  width: 60px;
  height: 60px;
  background: url(/assets/img/icon_category_06.svg) no-repeat center center;
  background-size: contain;
}
.page-evaluation-list-item--07 .page-evaluation-list-item__header::before {
  width: 60px;
  height: 60px;
  background: url(/assets/img/icon_category_07.svg) no-repeat center center;
  background-size: contain;
}
.page-evaluation-list-item__header {
  padding-bottom: 20px;
  border-bottom: 1px solid #1DAE4C;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-evaluation-list-item__header::before {
  content: "";
  display: block;
  margin-right: 16px;
}
.page-evaluation-list-item__heading-num {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.page-evaluation-list-item__heading-text {
  font-size: 3.2rem;
  line-height: 1.4375;
  letter-spacing: 1px;
  letter-spacing: 1px;
}
.page-evaluation-list-item__body-row + .page-evaluation-list-item__body-row {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #E5E5E5;
}
.page-evaluation-list-item__body-heading {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1DAE4C;
  margin-bottom: 8px;
}
.page-evaluation-list-item__body-text ul {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 1.5em;
}
.page-evaluation-list-item__body-text ul li {
  margin-bottom: 8px;
  list-style: disc;
}
.page-evaluation-list-item__body-text p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .page-evaluation-lead {
    padding: 50px 0;
  }
  .page-evaluation-lead__text {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
  .page-evaluation-lead__list {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
  .page-evaluation-nav {
    padding: 0 0 50px;
  }
  .page-evaluation-nav__categories {
    display: block;
  }
  .page-evaluation-nav__category {
    width: 100%;
    padding-left: 85px;
  }
  .page-evaluation-nav__category::after {
    right: 24px;
  }
  .page-evaluation-list {
    padding: 40px 0 100px;
  }
  .page-evaluation-list-item {
    margin-top: -100px;
    padding-top: 100px;
  }
  .page-evaluation-list-item__inner {
    padding: 30px 20px;
  }
  .page-evaluation-list-item + .page-evaluation-list-item {
    margin-top: -60px;
  }
  .page-evaluation-list-item--01 .page-evaluation-list-item__header::before {
    width: 48px;
    height: 48px;
  }
  .page-evaluation-list-item--02 .page-evaluation-list-item__header::before {
    width: 48px;
    height: 48px;
  }
  .page-evaluation-list-item--03 .page-evaluation-list-item__header::before {
    width: 48px;
    height: 48px;
  }
  .page-evaluation-list-item--04 .page-evaluation-list-item__header::before {
    width: 48px;
    height: 48px;
  }
  .page-evaluation-list-item--05 .page-evaluation-list-item__header::before {
    width: 48px;
    height: 48px;
  }
  .page-evaluation-list-item--06 .page-evaluation-list-item__header::before {
    width: 48px;
    height: 48px;
  }
  .page-evaluation-list-item--07 .page-evaluation-list-item__header::before {
    width: 48px;
    height: 48px;
  }
  .page-evaluation-list-item__header {
    padding-bottom: 10px;
  }
  .page-evaluation-list-item__header::before {
    margin-right: 8px;
  }
  .page-evaluation-list-item__heading-num {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    margin-bottom: 2px;
  }
  .page-evaluation-list-item__heading-text {
    font-size: 2rem;
    line-height: 1.45;
  }
  .page-evaluation-list-item__body-heading {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .page-evaluation-list-item__body-text ul {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    font-weight: 400;
  }
}
/* -----------------
■ device
------------------- */
.page-device-lead {
  padding: 80px 0;
  font-size: 1.6rem;
  line-height: 2;
}
.page-device-list {
  padding: 120px 0;
}
.page-device-list-item + .page-device-list-item {
  margin-top: 120px;
}
.page-device-list-item__heading {
  width: 600px;
}
.page-device-list-item__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
.page-device-list-item__hasTitle {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 600px 80px 400px;
  grid-template-rows: max-content 1fr;
}
.page-device-list-item__hasTitle .page-device-list-item__heading {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-bottom: 30px;
}
.page-device-list-item__hasTitle .page-device-list-item__fig,
.page-device-list-item__hasTitle .page-device-list-item__slider {
  grid-column: 3/4;
  grid-row: 1/3;
}
.page-device-list-item__hasTitle .page-device-list-item__text {
  grid-column: 1/2;
  grid-row: 2/3;
}
.page-device-list-item__text {
  width: 600px;
}
.page-device-list-item__fig-wrap {
  padding: 40px 0;
  width: 400px;
  background: #F4F7F8;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-device-list-item__fig-img {
  mix-blend-mode: multiply;
}
.page-device-list-item__fig-caption {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
.page-device-list-item__slider {
  width: 400px;
  min-height: 370px;
}
.page-device-list-item__slider-wrap {
  background: #F4F7F8;
  border-radius: 20px;
}
.page-device-list-item__slider-box {
  padding: 30px 0;
  width: 100%;
  min-height: 370px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-device-list-item__slider-box img {
  margin: 0 auto;
}
.page-device-list-item__heading {
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 700;
  letter-spacing: 1px;
}
.page-device-list-item__device {
  padding-left: 22px;
  position: relative;
  margin-bottom: 20px;
}
.page-device-list-item__device:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #1DAE4C;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-device-list-item__device-heading {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 700;
  color: #1DAE4C;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.page-device-list-item__device-list li {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
}
.page-device-list-item__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}
.page-device-list-item__spec {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.page-device-list-item__spec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 530px;
  border-bottom: 1px solid #E5E5E5;
}
.page-device-list-item__spec-item:nth-child(-n+2) {
  border-top: 1px solid #E5E5E5;
}
.page-device-list-item__spec-heading {
  padding: 20px 15px 20px 0;
  width: 172px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 700;
}
.page-device-list-item__spec-body {
  padding: 20px 5px 20px 0px;
  flex: 1;
  width: 358px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 400;
}
.page-device-list-item__spec-body ul {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 1.2em;
}
.page-device-list-item__spec-body ul li {
  margin-bottom: 4px;
  list-style: disc;
}
.page-device-list__note {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .page-device-list {
    padding: 60px 0 100px;
  }
  .page-device-list-item + .page-device-list-item {
    margin-top: 70px;
  }
  .page-device-list-item__top {
    display: block;
    margin-bottom: 30px;
  }
  .page-device-list-item__heading {
    margin-bottom: 20px;
    width: 100%;
    font-size: 2rem;
    line-height: 1.6;
  }
  .page-device-list-item__hasTitle {
    margin-bottom: 40px;
    display: block;
  }
  .page-device-list-item__hasTitle .page-device-list-item__text {
    margin-bottom: 30px;
  }
  .page-device-list-item__text {
    width: 100%;
  }
  .page-device-list-item__fig {
    margin-bottom: 30px;
  }
  .page-device-list-item__fig-wrap {
    width: 100%;
  }
  .page-device-list-item__slider {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-device-list-item__slider-box {
    padding: 30px 0;
    width: 100%;
  }
  .page-device-list-item__slider-box img {
    margin: 0 auto;
  }
  .page-device-list-item__device {
    padding-left: 16px;
  }
  .page-device-list-item__device::before {
    width: 4px;
    border-radius: 2px;
  }
  .page-device-list-item__device-heading {
    font-size: 1.3rem;
    line-height: 1.3076923077;
  }
  .page-device-list-item__device-list li {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .page-device-list-item__desc {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 400;
  }
  .page-device-list-item__spec-item {
    display: block;
    padding: 20px 0;
  }
  .page-device-list-item__spec-item:nth-child(2) {
    border-top: none;
  }
  .page-device-list-item__spec-heading {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
  }
  .page-device-list-item__spec-body {
    width: 100%;
    padding: 0;
  }
  .page-device-list__note {
    margin-top: 46px;
  }
}
/* -----------------
■ flow
------------------- */
.page-flow-flow {
  padding: 120px 0 100px;
}
.page-flow-list {
  background: #F4F7F8;
  padding: 80px 0 120px;
  position: relative;
}
.page-flow-list::after {
  content: "";
  position: absolute;
  width: 10px;
  height: calc(100% - 80px - 120px);
  top: 80px;
  left: 50%;
  margin-left: -5px;
  z-index: 0;
  background: #FFF;
}
.page-flow-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  border-radius: 20px;
  height: 242px;
  position: relative;
  z-index: 1;
}
.page-flow-list-item + .page-flow-list-item {
  margin-top: 30px;
}
.page-flow-list-item--01 .page-flow-list-item__main-heading {
  color: #368A52;
}
.page-flow-list-item--01 .page-flow-list-item__main-heading:before {
  content: "1";
  background: #298246;
}
.page-flow-list-item--02 .page-flow-list-item__main-heading {
  color: #288647;
}
.page-flow-list-item--02 .page-flow-list-item__main-heading:before {
  content: "2";
  background: #288647;
}
.page-flow-list-item--03 .page-flow-list-item__main-heading {
  color: #24984A;
}
.page-flow-list-item--03 .page-flow-list-item__main-heading:before {
  content: "3";
  background: #24984A;
}
.page-flow-list-item--04 .page-flow-list-item__main-heading {
  color: #1EAD4C;
}
.page-flow-list-item--04 .page-flow-list-item__main-heading:before {
  content: "4";
  background: #1EAD4C;
}
.page-flow-list-item--05 .page-flow-list-item__fig img {
  margin-left: 16px;
}
.page-flow-list-item--05 .page-flow-list-item__main-heading {
  color: #3EB331;
}
.page-flow-list-item--05 .page-flow-list-item__main-heading:before {
  content: "5";
  background: #3EB331;
}
.page-flow-list-item__fig {
  width: 150px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-flow-list-item__main {
  width: 930px;
  height: 100%;
  border-left: 2px solid #F4F7F8;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 40px;
}
.page-flow-list-item__main-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 1px;
  color: #368A52;
  margin-bottom: 15px;
}
.page-flow-list-item__main-heading:before {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #298246;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.page-flow-list-item__main-body {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .page-flow-flow {
    padding: 50px 0 30px;
  }
  .page-flow-list {
    padding: 40px 0 100px;
  }
  .page-flow-list-item {
    display: block;
    height: auto;
  }
  .page-flow-list-item + .page-flow-list-item {
    margin-top: 40px;
  }
  .page-flow-list-item__fig {
    width: 100%;
    height: 100px;
  }
  .page-flow-list-item__main {
    width: 100%;
    padding: 20px;
    align-items: center;
    border: none;
    border-top: 2px solid #F4F7F8;
  }
  .page-flow-list-item__main-heading {
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .page-flow-list-item__main-heading::before {
    margin: 0 0 10px;
  }
  .page-flow-list-item__main-body {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 400;
  }
}
/* -----------------
■ faq
------------------- */
.page-faq-lead {
  padding: 80px 0;
  font-size: 1.6rem;
  line-height: 2;
}
.page-faq-list {
  background: #F4F7F8;
  padding: 80px 0 120px;
}

@media only screen and (max-width: 767px) {
  .page-faq-lead {
    padding: 50px 0;
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
  .page-faq-list {
    padding: 40px 0 100px;
  }
}
/* -----------------
■ service
------------------- */
.page-contact-lead {
  padding: 80px 0;
  font-size: 1.6rem;
  line-height: 2;
}
.page-contact-form {
  background: #F4F7F8;
  padding: 80px 0 120px;
}

@media only screen and (max-width: 767px) {
  .page-contact-lead {
    padding: 50px 0;
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
  .page-contact-form {
    background: #F4F7F8;
    padding: 40px 0 100px;
  }
}
/* -----------------
■ 各言語用の調整CSS
------------------- */
/* English */
html[lang=en] .page-top-main-visual__heading {
  font-size: 3.6rem;
}
html[lang=en] .page-top-service__items {
  max-width: 840px;
}
html[lang=en] .page-top-service__item {
  width: 380px;
}
html[lang=en] .p-form-layout-table .c-element-checkbox__checkbox {
  justify-content: start;
}
html[lang=en] .p-form-layout-table .c-element-checkbox__checkbox label {
  margin: 0 20px 30px 0;
  width: auto;
}
html[lang=en] .c-btn {
  letter-spacing: 0.05em;
}
html[lang=en] .c-list--hasNum li {
  padding-left: 2em;
}
html[lang=en] .c-order-list {
  margin-left: 2em;
}

@media only screen and (max-width: 767px) {
  /* English */
  html[lang=en] .page-top-main-visual__heading {
    font-size: 2rem;
  }
  html[lang=en] .page-top-main-visual__text {
    padding-right: 20px;
  }
  html[lang=en] .page-top-service__item {
    width: auto;
  }
  html[lang=en] .p-lead-box__heading {
    font-size: 2.4rem;
    line-height: 1.9166666667;
  }
}
/* -----------------
■ 利用規約
------------------- */
.page-terms-lead {
  padding: 80px 0 40px;
}
.page-terms-lead .c-heading-h2__center {
  margin-bottom: 80px;
}
.page-terms-contents {
  padding: 0 0 60px;
}
.page-terms-contents .c-heading-h3 {
  margin-top: 60px;
}
.page-terms-contents .c-heading-h3:first-child {
  margin-top: 0;
}
.page-terms-foot {
  padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .page-terms-lead {
    padding: 60px 0 20px;
  }
  .page-terms-lead .c-heading-h2__center {
    margin-bottom: 60px;
  }
  .page-terms-contents .c-heading-h3 {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=common.css.map */
