@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700&display=swap");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium")
}

@font-face {
  font-display: swap;
  font-family: IST Light;
  font-style: normal;
  font-weight: 300;
  src: url(../font/IST_OTF/IST-Light.otf) format("opentype")
}

@font-face {
  font-display: swap;
  font-family: IST Regular;
  font-style: normal;
  font-weight: 400;
  src: url(../font/IST_OTF/IST-Regular.otf) format("opentype")
}

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

*,
:after,
:before {
  box-sizing: border-box
}

::-moz-selection {
  background-color: #E63D30
}

::selection {
  background-color: #E63D30
}

::-moz-placeholder {
  color: #E63D30;
  opacity: 1
}

::placeholder {
  color: #E63D30;
  opacity: 1
}

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

figure,
picture {
  display: block;
  margin: 0 auto
}

img {
  display: block;
  height: auto
}

[data-font=ist] {
  font-family: IST Regular, Noto Sans JP, YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-weight: 500
}

[data-hidden=true] {
  opacity: 0
}

[data-hidden=false] {
  opacity: 1
}

@media screen and (min-width:768px) {
  [data-display=pc] {
    display: block
  }
}

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

@media screen and (min-width:768px) {
  [data-display=sp] {
    display: none
  }
}

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

body {
  color: #313131;
  font-family: Noto Sans JP, YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.7;
  margin: 0;
  overflow-y: scroll;
  padding: 0
}

body[data-fixed=true] {
  position: fixed !important
}

body[data-fixed=false] {
  position: relative;
  top: auto !important
}

button {
  border-radius: 0
}

select {
  color: #313131;
  cursor: pointer
}

.c-modal {
  backface-visibility: hidden;
  background-color: #ccc;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateZ(-1000px);
  transform: translateZ(0);
  width: 100%;
  will-change: opacity, transform, animation;
  z-index: 999;
  -webkit-overflow-scrolling: touch
}

@media screen and (max-width:767px) {
  .c-modal {
    background-image: url(../img/bg-modal-sp.jpg)
  }
}

.c-modal[aria-hidden=false] {
  display: block
}

.c-modal[aria-hidden=true] {
  display: none
}

.c-modal[data-animation=true] {
  animation: show-modal .3s forwards
}

.c-modal[data-animation=false] {
  animation: hide-modal .3s forwards
}

.c-modal[data-anim=scale][data-animation=true] {
  animation: show-modal-scale .3s forwards
}

.c-modal[data-anim=scale][data-animation=false] {
  animation: hide-modal-scale .3s forwards
}

.c-modal__btn button {
  border: none;
  padding: 0
}

.c-modal__content {
  background-color: #fff;
  background-size: 100% 100%;
  border-radius: 20px;
  left: 50%;
  max-height: calc(100vh - 160px);
  max-width: 1100px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateZ(0) translate(-50%, -50%);
  width: calc(100% - 100px)
}

@media screen and (max-width:767px) {
  .c-modal__content {
    border-radius: 2.66667vw;
    margin-top: 0;
    max-height: calc(100svh - 40vw);
    padding: 0;
    width: 89.33333vw
  }
}

.c-modal__scroll {
  max-height: calc(100vh - 160px)
}

.c-modal__close {
  align-items: center;
  background-color: #E63D30;
  border: 2px solid #E63D30;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 4rem;
  font-weight: 400;
  height: 60px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  transition: color .3s, background-color .3s;
  width: 60px;
  z-index: 10
}

@media screen and (min-width:768px) {
  .c-modal__close {
    right: -20px;
    top: -20px
  }
}

@media screen and (max-width:767px) {
  .c-modal__close {
    font-size: 8.53333vw;
    font-weight: 500;
    height: 13.33333vw;
    right: -2.66667vw;
    top: -2.66667vw;
    width: 13.33333vw
  }
}

@media screen and (min-width:768px) {
  .c-modal__close:hover {
    background-color: #fff;
    color: #E63D30
  }
}

.c-modal__list-item {
  display: none;
  text-align: center
}

.c-modal__list-item[data-display=block] {
  display: block
}

.c-modal__list-item[data-display=none] {
  display: none
}

.c-modal__list-item h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content
}

@media screen and (max-width:1259px) {
  .c-modal__list-item h2 {
    font-size: 2.22222vw
  }
}

@media screen and (max-width:767px) {
  .c-modal__list-item h2 {
    font-size: 6.4vw
  }
}

.c-modal__list-item ul {
  display: flex;
  gap: 0 46px;
  margin-top: 31px
}

@media screen and (max-width:1259px) {
  .c-modal__list-item ul {
    gap: 0 3.65079vw
  }
}

@media screen and (max-width:767px) {
  .c-modal__list-item ul {
    flex-direction: column;
    gap: 9.86667vw 0;
    margin-top: 10.66667vw
  }
}

.c-modal__list-item ul li {
  text-align: left;
  width: 100%
}

@media screen and (max-width:767px) {
  .c-modal__list-item ul li {
    margin: 0 auto;
    width: 71.46667vw
  }
}

.c-modal__list-item ul li img {
  width: 100%
}

.c-modal__list-item ul li h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 13px 0 0
}

@media screen and (min-width:768px) {
  .c-modal__list-item ul li h3 {
    line-height: 30px
  }
}

@media screen and (max-width:1259px) {
  .c-modal__list-item ul li h3 {
    font-size: 1.42857vw
  }
}

@media screen and (max-width:767px) {
  .c-modal__list-item ul li h3 {
    font-size: 4.26667vw;
    line-height: 6.4vw;
    margin-top: 4.53333vw
  }
}

.c-modal__list-item ul li p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 8px auto 0
}

@media screen and (max-width:1259px) {
  .c-modal__list-item ul li p {
    font-size: 1.26984vw
  }
}

@media screen and (max-width:767px) {
  .c-modal__list-item ul li p {
    font-size: 3.73333vw;
    line-height: 5.86667vw;
    margin: 2.4vw 0 0
  }
}

@keyframes show-modal {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes hide-modal {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes show-modal-scale {
  0% {
    opacity: 0;
    transform: scale(.8)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes hide-modal-scale {
  0% {
    opacity: 1;
    transform: scale(1)
  }

  to {
    opacity: 0;
    transform: scale(.8)
  }
}

.c-scrollbar {
  height: 100%;
  margin: auto;
  position: relative;
  width: 100%
}

.c-scrollbar__body {
  border-radius: 60px;
  margin: auto;
  overflow: hidden;
  position: relative
}

@media screen and (max-width:767px) {
  .c-scrollbar__body {
    border-radius: 8vw
  }
}

.c-scrollbar__inner {
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.c-scrollbar__inner::-webkit-scrollbar {
  display: none
}

.c-scrollbar__right {
  background: rgba(0, 0, 0, .1);
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 0;
  width: 10px;
  z-index: 5
}

@media screen and (max-width:1259px) {
  .c-scrollbar__right {
    width: .79365vw
  }
}

@media screen and (max-width:767px) {
  .c-scrollbar__right {
    right: 1.6vw;
    width: 1.33333vw
  }
}

[data-scroll-height=only] {
  position: relative
}

[data-scroll-height=only] .c-scrollbar__inner-content {
  max-height: calc(100vh - 160px);
  padding: 69px 100px 0
}

@media screen and (max-width:1259px) {
  [data-scroll-height=only] .c-scrollbar__inner-content {
    padding: 5.47619vw 7.93651vw 0
  }
}

@media screen and (max-width:767px) {
  [data-scroll-height=only] .c-scrollbar__inner-content {
    max-height: calc(100svh - 40vw);
    padding: 14.66667vw 5.6vw
  }
}

[data-scroll-height=only] .c-modal__list {
  padding-bottom: 78px
}

@media screen and (max-width:1259px) {
  [data-scroll-height=only] .c-modal__list {
    padding-bottom: 6.19048vw
  }
}

@media screen and (max-width:767px) {
  [data-scroll-height=only] .c-modal__list {
    padding-bottom: 16.26667vw
  }
}

[data-scroll-height=only] .c-scrollbar__bottom {
  display: none
}

.c-page-lp {
  height: 100%;
  width: 100%
}

.c-page-lp__base {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1
}

.c-page-lp__main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 80px;
  width: 100%
}

@media screen and (max-width:767px) {
  .c-page-lp__main {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw
  }
}

@media screen and (max-width:1259px) {
  .c-page-lp__main {
    padding-left: 2.38095vw;
    padding-right: 2.38095vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__main {
    padding: 16vw 5.33333vw 0
  }
}

.c-page-lp__main main {
  position: relative
}

.c-page-lp__header {
  backface-visibility: hidden;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99
}

@media screen and (max-width:767px) {
  .c-page-lp__header {
    box-shadow: none
  }

  .c-page-lp__header:before {
    background: #000;
    content: "";
    display: block;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
    width: 100vw;
    z-index: -1
  }

  .c-page-lp__header[data-open=true]:before {
    opacity: 1;
    visibility: visible
  }
}

.c-page-lp__nav-global {
  margin-left: auto
}

@media screen and (max-width:767px) {
  .c-page-lp__nav-global {
    display: none
  }
}

[data-open=true] .c-page-lp__nav-global {
  display: block;
  left: 0;
  padding: 26.66667vw 9.33333vw 0;
  position: absolute;
  top: 16vw;
  width: 100%
}

.c-page-lp__top {
  margin: 0 auto;
  /*max-width: 1200px;*/
  padding: 0;
  position: relative;
}

.c-page-lp__top-title {
  /*height: 688px;*/
  left: 50%;
  overflow: hidden;
  position: relative;
  transform: translateX(-50%);
  width: 100vw;
  height: 344px;
}

.c-page-lp__top-title .item{
  position: relative;
  overflow: visible;
  background-image: url('../img/pict-hero-pc.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width:767px) {
  .c-page-lp__top-title .item{
    background-image: url('../img/pict-hero-sp.jpg');
  }
}

.c-page-lp__top-title .item .inner{
  height: 344px;
}

.c-page-lp__top-title picture.pc{
  
}

.c-page-lp__top-title picture.sp{
  display: none;
}

.c-page-lp__top-title picture.sp button{
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

@media screen and (max-width:1259px) {
  .c-page-lp__top-title {
    /*height: 60.95238vw*/
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__top-title {
    height: auto
  }

  .c-page-lp__top-title picture.pc{
    display: none;
  }

  .c-page-lp__top-title picture.sp{
    display: block;
  }
}

@media screen and (max-width:480px) {
  .c-page-lp__top-title {
    position: static;
    left: 0;
    transform: translateX(0);
    margin-left: -5.33333vw;
  }
}

@media screen and (min-width:768px) {
  .c-page-lp__top-title picture {
    height: 100%;
    position: absolute;
    width: 100%
  }
}

.c-page-lp__top-title picture img {
  height: 100%;
  width: 100%
}

@media screen and (min-width:768px) {
  .c-page-lp__top-title picture img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }
}

.c-page-lp__top-title h2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  /*gap: 60px 0;*/
  height: 100%;
  justify-content: center;
  margin: 0;
  padding: 0 96px 0 104px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content
}

@media screen and (max-width:1259px) {
  .c-page-lp__top-title h2 {
    gap: 4.7619vw 0;
    padding: 0 7.61905vw 0 8.25397vw
  }
}

@media screen and (min-width:768px) {
  .c-page-lp__top-title h2 {
    background: rgba(0, 0, 0, .6)
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__top-title h2 {
    align-items: center;
    background-color: rgba(0, 0, 0, .76);
    bottom: 0;
    color: #fff;
    gap: 4vw 0;
    height: auto;
    margin: 2.66667vw auto 0;
    padding: 4.8vw 1.33333vw 5.06667vw;
    position: absolute;
    right: 0;
    width: 100%
  }
}

@media screen and (max-width:480px) {
  .c-page-lp__top-title h2 {
    position: static;
    margin: 0;
    background-color: rgba(0, 0, 0, 1);
  }
}

@media screen and (max-width:1259px) {
  .c-page-lp__top-title h2 img {
    width: 29.52381vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__top-title h2 img {
    display: none
  }
}

.c-page-lp__top-title h2 span.c-page-lp__top-title-txt {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 53px
}

@media screen and (max-width:1259px) {
  .c-page-lp__top-title h2 span.c-page-lp__top-title-txt {
    font-size: 2.69841vw;
    line-height: 5.87302vw
  }
}

@media screen and (min-width:768px) {
  .c-page-lp__top-title h2 span.c-page-lp__top-title-txt {
    color: #fff
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__top-title h2 span.c-page-lp__top-title-txt {
    font-size: 4.53333vw;
    letter-spacing: .05em;
    line-height: 6.66667vw;
    margin-top: 0;
    text-align: center;
    text-shadow: 0 0 1.33333vw #000
  }
}

.c-page-lp__top-title h2 a {
  display: none;
}

.c-page-lp__top-title h2 button {
  display: none;
}

@media screen and (min-width:768px) {
  .c-page-lp__top-title h2 button {
    display: block;
    background-color: #fff;
    margin: 48px 0 0;
    padding: 15px 38px;
    border-radius: 9999px;
    font-size: 2rem;
    font-family: "Noto Sans JP, YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif";
    font-weight: bold;
    line-height: 0.9;
    color: #313131;
    text-decoration: none;
    transition: 0.3s;
    border: none;
    cursor: pointer;
  }
}

.c-page-lp__top-title h2 button:hover {
  color: #fff;
  background-color: #E63D30;
}

.c-page-lp__top-title h2 button span{
  display: flex;
  align-items: center;
  gap: 12px;
}

.c-page-lp__top-title h2 button span svg{
  fill: #E63D30;
  width: 20px;
  height: 25px;
  transition: 0.3s;
}

.c-page-lp__top-title h2 button:hover span svg{
  fill: #fff;
}

.c-page-lp__top-txt{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
.c-page-lp__top-txt-wrap{
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.c-page-lp__top-txt-head{
  width: 500px;
  padding: 50px 0 46px;
  color: #fff;
}
.c-page-lp__top-txt-head h1{
  margin: 0;
}
.c-page-lp__top-txt-head h1 img{
  height: 78px;
  width: auto;
}
.c-page-lp__top-txt-head p{
  margin: 8px 0 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.35;
}
.c-page-lp__top-txt-head ul{
  margin: 27px 0 0 0;
  display: flex;
  gap: 24px;
}

.c-page-lp__top-txt-head ul li img{
  height: 62px;
  width: auto;
}
.c-page-lp__top-txt-pic{
  position: absolute;
  bottom: 0;
  right: 202px;
  width: 430px;
}
.c-page-lp__top-txt-pic img{
  width: 430px;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width:768px) {
  .c-page-lp__top-txt-wrap{
    width: 100vw;
  }
  .c-page-lp__top-txt-head{
    width: 81.333vw;
    margin: 0 auto;
  }
  .c-page-lp__top-txt-head h1 img{
    height: auto;
    width: 81.333vw;
  }
  .c-page-lp__top-txt-head p{
    font-size: 1.8rem;
  }
  .c-page-lp__top-txt-head ul li img{
    width: auto;
    height: 12vw;
  }
  .c-page-lp__top-txt-pic{
    position: static;
    width: 62.133vw;
    margin: 0 auto;
  }
  .c-page-lp__top-txt-pic img{
    width: 62.133vw;
  }
}

.c-page-lp__top-partner-title{
  margin: 0;
  font-size: 4rem;
}

.c-page-lp__top-partner-title span{
  color: #12b886;
  font-size: 3.2rem;
  font-weight: normal;
}

@media screen and (max-width:767px) {
  .c-page-lp__top-partner{
    padding-top: 33px;
    padding-bottom: 40px;
  }

  .c-page-lp__top-partner-title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 2.6rem;
    line-height: 1.35;
  }

  .c-page-lp__top-partner-title span{
    font-size: 2.2rem;
  }
}

.c-page-lp__top-partner-txt{
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.125;
  margin: 24px 0 0 0;
}

.c-page-lp__top-partner-list{
  display: flex;
  margin-top: 20px;
  justify-content: center;
  gap: 36px;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width:767px) {
  .c-page-lp__top-partner-txt{
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .c-page-lp__top-partner-list{
    margin-top: 20px;
    font-size: 1.8rem;
    flex-direction: column;
    gap: 12px;
  }
}

.c-page-lp__top-partner-list li span{
  margin-right: 10px;
}

.c-page-lp__top-partner-list li strong{
  color: #12b886;
}

.c-page-lp__top-partner-btn{
  display: inline-block;
  margin: 36px auto 0;
  padding: 15px 32px;
  background-color: transparent;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border: 1px #fff solid;
  border-radius: 9999px;
  transition: 0.3s;
}

@media screen and (max-width:767px) {
  .c-page-lp__top-partner-btn{
    margin-top: 32px;
  }
}

.c-page-lp__top-partner-btn:hover{
  background-color: #12b886;
  color: #fff;
  border: 1px #12b886 solid;
}

.c-page-lp__top-partner-btn span{
  position: relative;
  display: block;
  /*padding-left: 20px;*/
}

.c-page-lp__top-partner-btn span::before{
  /*position: absolute;
  top: 1px;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_partner.svg);
  background-repeat: no-repeat;*/
  transition: 0.3s;
}

.c-page-lp__top-partner-btn:hover span::before{
  /*background-image: url(../img/icon_partner_w.svg);*/
}

.c-page-lp__features2{
  padding: 30px 0 0 0;
  margin: 80px auto 0;
}

.c-page-lp__features2-top{
  display: flex;
  align-items: flex-end;
  width: 1025px;
  gap: 0;
  margin: 0 65px 72px 140px;
}

.c-page-lp__features2-head{
  width: 507px;
  margin: 0;
}

.c-page-lp__features2-head .c-page-lp__features2-head-title{
  margin: 0;
  font-size: 4rem;
  line-height: 1.5;
}

.c-page-lp__features2-head .c-page-lp__features2-head-title strong{
  color: #E63D30;
}
.c-page-lp__features2-head .c-page-lp__features2-head-title strong::selection{
  color: #fff;
}

.c-page-lp__features2-head .c-page-lp__features2-head-note{
  margin: 12px 0 0 0;
  padding-right: 50px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.c-page-lp__features2-head--links{
  width: 440px;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 25px 0 29px;
  border: 1px solid #555555;
  border-radius: 10px;
  text-align: center;
}

.c-page-lp__features2-head--links h3{
  margin: 0;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 700;
}

.c-page-lp__features2-head--links ul{
 display: flex;
 justify-content: center;
 gap: 38px;
 margin-top: 28px;
}

.c-page-lp__features2-head--links ul li a img{
  opacity: 1;
  transition: 0.5s;
}
.c-page-lp__features2-head--links ul li a:hover img{
  opacity: 0.5;
  transition: 0.3s;
}

.c-page-lp__features2-pic{
  position: relative;
  width: 518px;
}

.c-page-lp__features2-pic img{
  right: -45px;
  width: 518px;
  height: auto;
}

.c-page-lp__features2-list-wrap{
  width: 980px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.c-page-lp__features2-list{
  display: flex;
  gap: 40px;
}

.c-page-lp__features2-list li{
  border: 1px solid #E63D30;
  border-radius: 10px;
}

.c-page-lp__features2-list li picture img{
  display: block;
  width: 298px;
  height: auto;
  border-radius: 10px 10px 0 0;
}

.c-page-lp__features2-list li .c-page-lp__features2-list-txt{
  padding: 30px 12px 30px 18px;
}

.c-page-lp__features2-list li .c-page-lp__features2-list-txt h4{
  margin: 0 0 10px 0;
  font-size: 2.2rem;
  color: #E63D30;
}

.c-page-lp__features2-list li .c-page-lp__features2-list-txt p{
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width:768px) {
  .c-page-lp__features2{
    padding: 60px 0 0 0;
  }
  .c-page-lp__features2-top{
    flex-direction: column;
    width: auto;
    margin:0 4vw 0 4vw;
  }
  .c-page-lp__features2-head{
    order: 2;
    width: auto;
    margin: 36px 0 60px;
  }
  .c-page-lp__features2-head .c-page-lp__features2-head-title{
    font-size: 2.5rem;
  }
  .c-page-lp__features2-head .c-page-lp__features2-head-note{
    width: 100%;
    padding-right: 0;
    font-weight: 1.1rem;
    word-break: break-all;
  }
  .c-page-lp__features2-pic{
    position: static;
    order: 1;
    width: 73.333vw;
    margin: 0 auto;
  }
  .c-page-lp__features2-pic img{
    width: 100%;
  }
  .c-page-lp__features2-head--links{
    width: auto;
  }
  .c-page-lp__features2-head--links h3{
    font-size: 1.3rem;
  }
  .c-page-lp__features2-head--links ul{
    /*margin: 10.1333vw;*/
    margin-top: 19px;
  }
  .c-page-lp__features2-head--links ul li:nth-of-type(1){
    width: 28.8vw;
  }
  .c-page-lp__features2-head--links ul li:nth-of-type(2) {
    width: 24.266vw;
  }
  .c-page-lp__features2-head--links ul li img{
    width: 100%;
  }
  .c-page-lp__features2-list-wrap{
    width: auto;
    margin:0 4vw 0 4vw;
  }
  .c-page-lp__features2-list{
    flex-direction: column;
  }
  .c-page-lp__features2-list li picture img{
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .c-page-lp__features2-list li .c-page-lp__features2-list-txt{
    padding: 24px 5.3333vw 36px;
  }
  .c-page-lp__features2-list li .c-page-lp__features2-list-txt h4{
    font-size: 2.2rem;
  }
  .c-page-lp__features2-list li .c-page-lp__features2-list-txt p{
    font-size: 1.6rem;
  }
}

.c-page-lp__note {
  position: fixed;
  /*transform: translateX(-50%);*/
  width: auto;
  /*left: 50%;*/
  padding: 0;
  background-color: rgb(245, 247, 248);
  text-align: left;
  left: 0;
  bottom: 0;
}

.c-page-lp__note__title {
  display: block;
  font-weight: bold;
}

.c-page-lp__note__text {
  color: rgb(255, 255, 255);
  margin: 0;
  padding: 16px 30px;
  font-size: 1.5rem;
  line-height: 1;
  background-color: #12b886;
  font-weight: normal;
}

.c-page-lp__note__text+.c-page-lp__note__text {
  margin-top: -4px;
  padding: 0 30px 16px;
}

.c-page-lp__note__text::selection {
  color: #12b886;
  background-color: #fff;
}

.c-page-lp__note__text strong {
  display: inline;
  font-size: 1.5rem;
  font-weight: normal;
  /*margin-bottom: 20px;*/
}

.c-page-lp__note__text strong::selection {
  color: #12b886;
  background-color: #fff;
}

.c-page-lp__note__text a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.c-page-lp__note__text a:hover {
  text-decoration: none;
}

.c-page-lp__note__text a::selection {
  color: #12b886;
  background-color: #fff;
}

.c-page-lp__note__text a .decoration {
  text-decoration: underline;
}

.c-page-lp__note__text a:hover .decoration {
  text-decoration: none;
}

.c-page-lp__note__text a .note {
  font-size: 1.4rem;
}

.c-page-lp__note__text .note::selection {
  color: #12b886;
  background-color: #fff;
}

.c-page-lp__note__icon {
  display: inline;
  position: relative;
  top: -2px;
}

.c-page-lp__note__icon img {
  display: inline;
}

br.sp {
  display: none;
}

@media screen and (max-width:767px) {
  br.sp {
    display: block;
  }

  .c-page-lp__note {
    position: static;
    width: 100vw;
    margin-left: -5.33333vw;
  }

  .c-page-lp__note__text {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
  }

  .c-page-lp__note__text strong {
    margin-bottom: 6px;
    font-size: 1.4rem;
  }

  .c-page-lp__note__icon {
    top: 0;
  }
}

.c-page-lp__top-lead {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding: 60px 20px;
  background-color: #F1F1F1;
}

@media screen and (max-width:767px) {
  .c-page-lp__top-lead {
    padding: 0 5.33333vw 7.06667vw;
  }
}

.c-page-lp__top-detail {
  /*padding-bottom: 16px;*/
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width:1259px) {
  .c-page-lp__top-detail {
    margin-top: 0;
    padding-bottom: 1.26984vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__top-detail {
    padding-top: 10vw;
    padding-bottom: 2.66667vw
  }
}

.c-page-lp__top-detail h3 {
  color: #12b886;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0
}

@media screen and (max-width:1259px) {
  .c-page-lp__top-detail h3 {
    font-size: 1.90476vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__top-detail h3 {
    font-size: 4vw
  }
}

.c-page-lp__top-detail p {
  font-size: 1.8rem;
  margin: 0 auto
}

@media screen and (max-width:1259px) {
  .c-page-lp__top-detail p {
    font-size: 1.42857vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__top-detail p {
    font-size: 1.8rem;
    margin-top: .53333vw
  }
}

.c-page-lp__top-detail-bubble {
  background-color: #313131;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 20px auto 0;
  padding: 13px 84px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content
}

.c-page-lp__top-detail-bubble strong{
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
}

@media screen and (max-width:767px) {
  .c-page-lp__top-detail-bubble strong{
    font-size: 2.2rem;
  }
}

@media screen and (max-width:1259px) {
  .c-page-lp__top-detail-bubble {
    font-size: 1.26984vw;
    padding: 1.03175vw 6.66667vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__top-detail-bubble {
    border-radius: 100vw;
    font-size: 1.8rem;
    margin-top: 3.2vw;
    padding: 1.86667vw 10.93333vw
  }
}

/*.c-page-lp__top-detail-bubble:after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #313131;
  bottom: -16px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0
}*/

@media screen and (max-width:1259px) {
  .c-page-lp__top-detail-bubble:after {
    border-left-width: .95238vw;
    border-right-width: .95238vw;
    border-top-width: 1.5873vw;
    bottom: -1.26984vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__top-detail-bubble:after {
    border-left-width: 1.6vw;
    border-right-width: 1.6vw;
    border-top-width: 2.66667vw;
    bottom: -2.26667vw
  }
}

.c-page-lp__top-list {
  margin-top: 30px;
  padding-bottom: 0;
  position: relative
}

@media screen and (max-width:767px) {
  .c-page-lp__top-list {
    margin-top: 2.66667vw
  }
}

.c-page-lp__top-list:before {
  /*background-color: #12b886;*/
  border-radius: 20px;
  bottom: 0;
  content: "";
  display: block;
  height: 154px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1
}

@media screen and (max-width:767px) {
  .c-page-lp__top-list:before {
    content: none
  }
}

.c-page-lp__top-list ul {
  display: flex;
  gap: 0 10px;
  justify-content: center;
  position: relative;
  z-index: 2
}

@media screen and (max-width:767px) {
  .c-page-lp__top-list ul {
    flex-direction: column;
    gap: 2.66667vw 0
  }
}

.c-page-lp__top-list ul li {
  width: 230px
}

@media screen and (max-width:767px) {
  .c-page-lp__top-list ul li {
    display: flex;
    align-items: center;
    gap: 3.4667vw;
    width: auto;
    margin: 0 5.333vw;
  }
}

.c-page-lp__top-list ul li img {
  margin: 0 auto
}

@media screen and (max-width:767px) {
  .c-page-lp__top-list ul li img {
    width: 18.667vw
  }
}

.c-page-lp__top-list ul li p {
  margin-bottom: 0;
  color: #313131;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center
}

.c-page-lp__top-list ul li p em{
  color: #313131;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center
}

@media screen and (max-width:1259px) {
  .c-page-lp__top-list ul li p {
    font-size: 1.11111vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__top-list ul li p {
    font-size: 1.6rem;
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
    text-align: center;
    width: 100%
  }

  .c-page-lp__top-list ul li p:before {
    /*background-color: #12b886;*/
    border-radius: 2.66667vw;
    bottom: 0;
    content: "";
    display: block;
    margin: auto 0;
    min-height: 16vw;
    position: absolute;
    right: 0;
    top: 0;
    width: 80vw;
    z-index: -1
  }
}

.c-page-lp__top-list ul li p em {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  color: #12B886;
}

@media screen and (max-width:1259px) {
  .c-page-lp__top-list ul li p em {
    font-size: 1.42857vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__top-list ul li p em {
    display: block;
    font-size: 1.8rem;
  }
}

.c-page-lp__top-movie {
  margin-top: 54px
}

@media screen and (max-width:767px) {
  .c-page-lp__top-movie {
    margin-top: 4.8vw
  }
}

.c-page-lp__top-movie p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 3
}

@media screen and (max-width:767px) {
  .c-page-lp__top-movie p {
    font-size: 3.46667vw;
    line-height: 5.06667vw
  }
}

.c-page-lp__top-movie p em {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content
}

@media screen and (max-width:767px) {
  .c-page-lp__top-movie p em {
    display: block;
    font-size: 4.26667vw;
    margin-top: 1.06667vw
  }
}

.c-page-lp__top-movie p em:after {
  background-color: #fbf49d;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1
}

@media screen and (max-width:767px) {
  .c-page-lp__top-movie p em:after {
    bottom: -.26667vw;
    height: 1.46667vw
  }
}

.c-page-lp__top-movie p+p {
  margin-top: 26px
}

@media screen and (max-width:767px) {
  .c-page-lp__top-movie p+p {
    margin-top: 3.46667vw
  }
}

.c-page-lp__top-movie-block {
  position: relative
}

.c-page-lp__top-movie-block button {
  background: url(../img/shape-movie.png) no-repeat 50%/100% auto;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 64px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .3s;
  width: 74px
}

@media screen and (max-width:767px) {
  .c-page-lp__top-movie-block button {
    height: 8.53333vw;
    width: 9.86667vw
  }
}

@media screen and (min-width:768px) {
  .c-page-lp__top-movie-block button:hover {
    opacity: .7
  }
}

.c-page-lp__top-movie-block button[data-hidden=true] {
  display: none
}

.c-page-lp__top-movie video {
  border-radius: 20px;
  display: block;
  height: auto;
  margin: 50px auto 0;
  max-width: 1000px;
  width: 100%
}

@media screen and (max-width:767px) {
  .c-page-lp__top-movie video {
    border-radius: 2.66667vw;
    margin-top: 8.26667vw
  }
}

.c-page-lp__top-questions {
  margin-top: 120px;
  padding: 42px 30px;
  position: relative
}

@media screen and (max-width:767px) {
  .c-page-lp__top-questions {
    margin-top: 16.26667vw;
    padding: 6.4vw 0 6.66667vw
  }
}

.c-page-lp__top-questions:before {
  background-color: #313131;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  transform: translate(-50%);
  width: 100vw;
  z-index: -1
}

.c-page-lp__top-questions p {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0;
  text-align: center
}

@media screen and (max-width:1259px) {
  .c-page-lp__top-questions p {
    font-size: 1.74603vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__top-questions p {
    font-size: 4.26667vw
  }
}

.c-page-lp__top-questions ul {
  display: flex;
  gap: 0 17px;
  justify-content: center;
  margin: 34px auto 31px
}

@media screen and (max-width:767px) {
  .c-page-lp__top-questions ul {
    flex-flow: wrap;
    gap: 5.33333vw;
    margin: 4vw auto 3.2vw
  }

  .c-page-lp__top-questions ul li {
    width: 36vw
  }
}

.c-page-lp__top-questions ul li img {
  max-width: 100%
}

.c-page-lp__top-questions {
  margin-top: 120px;
  padding: 42px 30px;
  position: relative
}

.c-page-lp__cause {
  margin: 0 auto;
  max-width: 1000px;
  padding: 60px 0 54px
}

.c-page-lp__cause::after {
  content: '';
  clip-path: polygon(50% 90px, 0 0, 100% 0);
}

@media screen and (max-width:767px) {
  .c-page-lp__cause {
    padding: 7.06667vw 0 11.2vw
  }
  .c-page-lp__cause::after {
    clip-path: polygon(50% 90px, 0 0, 100% 0);
  }
}

.c-page-lp__cause .c-page-lp__cause-body-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
  text-align: center
}

.c-page-lp__cause .c-page-lp__cause-body-title-lead {
  display: block;
}

@media screen and (max-width:1259px) {
  .c-page-lp__cause .c-page-lp__cause-body-title {
    font-size: 1.74603vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__cause .c-page-lp__cause-body-title {
    font-size: 4.26667vw;
    line-height: 10.93333vw
  }

  .c-page-lp__cause .c-page-lp__cause-body-title-lead {
    margin-bottom: 16px;
  }

  .c-page-lp__cause-body-title-body{
    font-size: 5.867vw;
    font-weight: 700;
  }
}

.c-page-lp__cause .c-page-lp__cause-body-title em {
  font-size: 4rem;
  font-style: normal;
  font-weight: 700
}

@media screen and (max-width:1259px) {
  .c-page-lp__cause .c-page-lp__cause-body-title em {
    font-size: 3.1746vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__cause .c-page-lp__cause-body-title em {
    font-size: 2.6rem;
    font-weight: 700
  }

  .c-page-lp__cause .c-page-lp__cause-body-title em[data-font=sp] {
    font-size: 2.6rem;
    font-weight: 500
  }
}

.c-page-lp__cause .c-page-lp__cause-body-title strong {
  position: relative;
  color: #12B886;
  font-size: 4.0rem;
}

@media screen and (max-width:767px) {
  .c-page-lp__cause .c-page-lp__cause-body-title strong {
    font-size: 8.2432vw;
  }
}

/*.c-page-lp__cause h2 em span:after {
  background-color: #fbf49d;
  bottom: 3px;
  content: "";
  display: block;
  height: 13px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: calc(100% - 40px);
  z-index: -1
}*/

@media screen and (max-width:1259px) {
  .c-page-lp__cause .c-page-lp__cause-body-title em span:after {
    width: calc(100% - 3.1746vw)
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__cause .c-page-lp__cause-body-title em span:after {
    bottom: .8vw;
    height: 1.73333vw;
    width: calc(100% - 8vw)
  }
}

.c-page-lp__cause ol {
  color: #313131;
  counter-reset: content-cause-ol;
  display: flex;
  gap: 0 34px;
  margin: 50px 0 0;
  text-align: center
}

@media screen and (max-width:1259px) {
  .c-page-lp__cause ol {
    gap: 0 3.1746vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__cause ol {
    flex-flow: wrap;
    justify-content:space-between;
    margin-right: 0;
    margin-left: 0;
    /*gap: 5.06667vw 6.4vw;*/
    gap: 5.06667vw 3.46667vw;
    margin-top: 5.33333vw
  }
}

@media screen and (max-width:480px) {
  .c-page-lp__cause ol {
    margin-right: 4vw;
    margin-left: 4vw;
  }
}

.c-page-lp__cause ol li {
  /*background-color: #12b886;
  border-radius: 20px;*/
  display: flex;
  flex-direction: column;
  padding: 23px 0 0;
  position: relative;
  width: 100%
}

@media screen and (max-width:1259px) {
  .c-page-lp__cause ol li {
    border-radius: 1.5873vw;
    padding: 1.8254vw 1.26984vw 3.65079vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__cause ol li {
    /*border-radius: 2.13333vw;*/
    /*padding: 5.06667vw 2.13333vw 6.4vw;*/
    padding: 0;
    width: 38.9333vw
  }
}

.c-page-lp__cause ol li h3 {
  color: #12B886;
  font-size: 2.2rem;
  margin: 12px 0 0;
}

@media screen and (max-width:1259px) {
  .c-page-lp__cause ol li h3 {
    font-size: 1.74603vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__cause ol li h3 {
    font-size: 4vw
  }
}

/*.c-page-lp__cause ol li h3:before {
  content: counter(content-cause-ol, decimal) ". ";
  counter-increment: content-cause-ol
}*/

.c-page-lp__cause ol li p {
  margin: 8px 0 0
}

@media screen and (max-width:1259px) {
  .c-page-lp__cause ol li p {
    font-size: 1.26984vw;
    margin: .63492vw 0 2.46032vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__cause ol li p {
    font-size: 3.33333vw;
    line-height: 5.06667vw;
    margin: 1.06667vw 0 0
  }
}

.c-page-lp__cause ol li figure {
  margin-top: 0;
  max-width: 80%
}

.c-page-lp__cause ol li figure img {
  max-width: 100%
}

@media screen and (max-width:767px) {
  .c-page-lp__cause ol li figure {
    max-width: 100%
  }
  .c-page-lp__cause ol li figure img {
    width: 100%;
    height: auto;
  }
}

.c-page-lp__cause picture {
  left: 50%;
  margin-top: 80px;
  position: relative;
  transform: translateX(-50%);
  width: 100vw
}

@media screen and (max-width:767px) {
  .c-page-lp__cause picture {
    margin-top: 10.66667vw
  }
}

.c-page-lp__cause picture img {
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
}

.c-page-lp__beforeFunction {
  position: absolute;
  background-color: #12b886;
  width: 100vw;
  height: 84px;
  left: 50%;
  transform: translate(-50%);
}

.c-page-lp__beforeFunction img{
  width: 100%;
  height: 84px;
}

@media screen and (max-width:480px) {
  .c-page-lp__beforeFunction img{
    height: 12.5333vw;
  }
}

.c-page-lp__function {
  margin: 0 auto;
  max-width: 1260px;
  padding: 144px 30px 60px;
  position: relative;
}

@media screen and (max-width:1259px) {
  .c-page-lp__function {
    padding: 8.52120652vw 2.38095vw 9.68254vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function {
    padding: 8.8vw 0 16vw
  }
}

@media screen and (max-width:480px) {
  .c-page-lp__function {
    padding-top: 21.333vw;
  }
}

.c-page-lp__function:before {
  background-color: #12B886;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  transform: translate(-50%);
  width: 100vw;
  z-index: -1;
  /*background-image: url('../img/back-function.svg');
  background-repeat: no-repeat;
  background-size: 100vw 92px;
  background-position: top center;*/
}

/*@media screen and (max-width:1365px) {
  .c-page-lp__function:before {
    background-image: url('../img/back-function.png');
    background-size: 100% 5.3333vw;
  }
}*/

.c-page-lp__function h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 64px;
  margin: 0;
  text-align: center
}

@media screen and (max-width:1259px) {
  .c-page-lp__function h2 {
    font-size: 2.4rem;
    line-height: 64px
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function h2 {
    font-size: 6vw;
    line-height: 12.26667vw
  }
}

.c-page-lp__function h2 span {
  display: block;
  font-size: 4rem;
  font-weight: 700px;
  /*margin-right: 10px;*/
  color: #fff;
}

@media screen and (max-width:1259px) {
  .c-page-lp__function h2 span {
    font-size: 4rem
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function h2 span {
    font-size: 9.66667vw;
    margin: 0
  }
}

@media screen and (max-width:480px) {
  .c-page-lp__function h2 {
    font-size: 1.8rem;
  }
  .c-page-lp__function h2 span {
    font-size: 2.6rem;
  }
}

.c-page-lp__function h3 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 40px auto 0;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  width: 750px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width:1259px) {
  .c-page-lp__function h3 {
    font-size: 2.06349vw;
    margin-top: 3.80952vw;
    padding: 1.5873vw .79365vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function h3 {
    width: auto;
    font-size: 4.26667vw;
    margin-top: 5.33333vw;
    padding: 2.66667vw
  }
}

.c-page-lp__function h3:after,
.c-page-lp__function h3:before {
  background-color: #12b886;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%
}

@media screen and (max-width:767px) {

  .c-page-lp__function h3:after,
  .c-page-lp__function h3:before {
    height: 1px
  }
}

.c-page-lp__function h3:before {
  top: 0
}

.c-page-lp__function h3:after {
  bottom: 0
}

.c-page-lp__function h4 {
  font-size: 4rem;
  font-weight: 700;
  margin: 0;
  text-align: center
}

@media screen and (max-width:1259px) {
  .c-page-lp__function h4 {
    font-size: 3.1746vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function h4 {
    font-size: 5.86667vw
  }
}

@media screen and (max-width:480px) {
  .c-page-lp__function h4 {
    font-size: 2.6rem;
  }
}

.c-page-lp__function h4+p {
  font-size: 2.2rem;
  margin: 10px 0 0;
  text-align: center
}

@media screen and (max-width:1259px) {
  .c-page-lp__function h4+p {
    font-size: 1.74603vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function h4+p {
    font-size: 4.26667vw;
    margin-top: 2.66667vw
  }
}

.c-page-lp__function h4+p span {
  font-weight: 700;
  position: relative;
  z-index: 1
}

.c-page-lp__function h4+p span:after {
  background-color: #fbf49d;
  bottom: 4px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1
}

@media screen and (max-width:767px) {
  .c-page-lp__function h4+p span:after {
    bottom: .53333vw;
    height: 1.33333vw
  }
}

.c-page-lp__function-structure {
  background-color: #fff;
  border-radius: 20px;
  margin: 50px 100px 0;
  padding: 43px 125px 60px
}

@media screen and (max-width:767px) {
  .c-page-lp__function-structure {
    border-radius: 2.66667vw;
    margin-top: 6.66667vw;
    margin-right: 0;
    margin-left: 0;
    padding: 5.6vw 4vw 6.4vw
  }
}

@media screen and (max-width:480px) {
  .c-page-lp__function-structure {
    padding-top: 36px;
    padding-bottom: 32px;
    border-radius: 12px;
  }
  .c-page-lp__function-structure p{
    font-size: 1.4rem;
  }
}

@media screen and (min-width:768px) {
  .c-page-lp__function-structure>h4+p {
    font-size: 2.4rem;
    margin: 20px 0 0
  }
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-structure>h4+p {
    font-size: 1.90476vw;
    margin-top: 1.5873vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-structure>h4+p {
    font-size: 4.26667vw;
    margin-top: 1.33333vw
  }
}

.c-page-lp__function-structure ul {
  display: flex;
  gap: 0 20px;
  margin-top: 20px
}

@media screen and (max-width:767px) {
  .c-page-lp__function-structure ul {
    flex-direction: column;
    gap: 4vw 0;
    margin-top: 7.46667vw
  }
}

@media screen and (max-width:480px) {
  .c-page-lp__function-structure ul {
    margin-top: 28px;
    margin-right: 11.2vw;
    margin-left: 11.2vw;
  }
}

.c-page-lp__function-structure ul li {
  /*border: 2px solid #12b886;*/
  border-radius: 10px;
  padding: 20px 20px 20px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width:767px) {
  .c-page-lp__function-structure ul li {
    border-radius: 1.33333vw;
    border-width: 1px;
    padding: 0 0 7.2vw
  }
}

@media screen and (max-width:480px) {
  .c-page-lp__function-structure ul li {
    margin-bottom: 0;
    padding-bottom: 43px;
    background-image: url('../img/arrow_function.svg');
    background-position: center bottom;
    background-size: 22px 19px;
    background-repeat: no-repeat;
  }

  .c-page-lp__function-structure ul li:last-of-type {
    padding-bottom: 0;
    background-image: none;
  }
}

.c-page-lp__function-structure ul li h5 {
  display: block;
  padding-bottom: 15px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #12B886;
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-structure ul li h5 {
    font-size: 1.28vw;
    line-height: 2.22222vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-structure ul li h5 {
    font-size: 3.73333vw;
    line-height: 5.33333vw
  }
}

@media screen and (max-width:480px) {
  .c-page-lp__function-structure ul li h5 {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.c-page-lp__function-structure ul li h5 span.c-page-lp__function-structure-number {
  display: block;
  font-weight: 700;
  position: relative;
  z-index: 1
}

@media screen and (max-width:480px) {
  .c-page-lp__function-structure ul li h5 span.c-page-lp__function-structure-number {
    margin-bottom: 5px;
  }
}

.c-page-lp__function-structure ul li h5 span.c-page-lp__function-structure-number em {
  padding: 0 10px;
  background-color: #fff;
  color: #12B886;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1;
}

.c-page-lp__function-structure ul li h5 span.c-page-lp__function-structure-number:after {
  background-color: #12B886;
  bottom: 40%;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-structure ul li h5 span.c-page-lp__function-structure-number:after {
    bottom: 12px;
    height: 1px;
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-structure ul li h5 span.c-page-lp__function-structure-number:after {
    bottom: 1rem;
    height: 1px
  }
}

.c-page-lp__function-structure ul li h5 span.c-page-lp__function-structure-txt {
    /*font-weight: 700;*/
    position: relative;
    z-index: 1
}

.c-page-lp__function-structure ul li h5 span.c-page-lp__function-structure-txt:after {
    background-color: #fbf49d;
    bottom: 4px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1
}

.c-page-lp__function-structure ul li picture {
  margin-top: 10px
}

@media screen and (max-width:767px) {
  .c-page-lp__function-structure ul li picture {
    margin-top: 5.86667vw
  }
}

.c-page-lp__function-structure ul li img {
  margin: 20px auto 0;
  max-width: 100%
}

.c-page-lp__function-structure ul li:nth-of-type(2) img {
  margin: 20px 0 0 -7px;
  max-width: 112.86%
}

@media screen and (max-width:480px) {
  .c-page-lp__function-structure ul li:nth-of-type(2) img {
    margin-left: 0;
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-structure ul li img {
    width: 100%
  }
}

.c-page-lp__function-structure-text {
  margin-top: 50px
}

@media screen and (min-width:768px) {
  .c-page-lp__function-structure-text {
    padding-left: 22px
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-structure-text {
    margin-top: 6.66667vw
  }
}

.c-page-lp__function-structure-text p {
  align-items: flex-end;
  color: #E63D30;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0
}

@media screen and (max-width:767px) {
  .c-page-lp__function-structure-text p {
    align-items: center;
    flex-direction: column;
    font-size: 3.73333vw;
    gap: 2.66667vw 0;
    justify-content: center;
    text-align: center
  }
}

.c-page-lp__function-structure-text p em {
  background-color: #E63D30;
  border-radius: 30px;
  color: #fff;
  font-size: 2.4rem;
  font-style: normal;
  margin-right: 10px;
  min-width: 220px;
  padding: 10px 20px;
  text-align: center
}

.c-page-lp__function-structure-text p span {
  padding: 10px 0;
  color: #E63D30;
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-structure-text p {
    font-size: 1.42857vw;
    flex-direction: column;
    align-items: center; 
    gap: 12px;
  }

  .c-page-lp__function-structure-text p em {
    font-size: 1.90476vw;
    min-width: 28.57143vw;
    margin: 0;
  }
  
  .c-page-lp__function-structure-text p em+em {
    margin-right: 0
  }

  .c-page-lp__function-structure-text p span {
    font-size: 2.8vw;
    line-height: 1;
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-structure-text p em {
    border-radius: 100vw;
    display: inline-block;
    font-size: 4.26667vw;
    /*margin: 0 auto;*/
    width: auto;
    padding: 4.26667vw 6.66667vw;
  }
  .c-page-lp__function-structure-text p span{
    padding: 0;
  }
}

@media screen and (max-width:480px) {
  .c-page-lp__function-structure-text p em {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 1.8rem;
  }
  .c-page-lp__function-structure-text p span{
    font-size: 1.8rem;
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-structure-text p em+em {
    /*margin-right: 20px*/
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-structure-text p em+em {
    /*margin-top: 1.33333vw*/
  }
}

@media screen and (min-width:768px) {
  .c-page-lp__function-structure+h3 {
    margin-top: 58px
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-structure+h3 {
    margin-top: 6.66667vw
  }
}

.c-page-lp__function-style {
  margin: 40px 0 0
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style {
    margin-top: 6.66667vw
  }
}

.c-page-lp__function-style>ul {
  display: flex;
  gap: 0 20px
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-style>ul {
    gap: 0 1.5873vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style>ul {
    flex-direction: column;
    gap: 6.66667vw 0
  }
}

.c-page-lp__function-style>ul>li {
  background-color: #fff;
  border-radius: 20px;
  width: 100%
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-style>ul>li {
    border-radius: 1.5873vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style>ul>li {
    border-radius: 2.66667vw
  }
}

.c-page-lp__function-style>ul>li>span {
  background-color: #12b886;
  border-radius: 20px 20px 0 0;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 5px 10px;
  text-align: center
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-style>ul>li>span {
    border-radius: 1.5873vw 1.5873vw 0 0;
    font-size: 1.42857vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style>ul>li>span {
    border-radius: 2.66667vw 2.66667vw 0 0;
    font-size: 3.46667vw;
    padding: 1.06667vw 2.66667vw
  }
}

.c-page-lp__function-style>ul>li:first-child .c-page-lp__function-style-block-title {
  padding-left: 176px
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-style>ul>li:first-child .c-page-lp__function-style-block-title {
    padding-left: 13.96825vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style>ul>li:first-child .c-page-lp__function-style-block-title {
    padding-left: 33.06667vw
  }

  .c-page-lp__function-style>ul>li:first-child figure {
    left: -.26667vw;
    top: 3.2vw
  }

  .c-page-lp__function-style>ul>li:first-child figure img {
    width: 29.06667vw
  }
}

.c-page-lp__function-style ul[data-list=bubble] {
  display: flex;
  gap: 0 18px;
  margin-top: 48px
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-style ul[data-list=bubble] {
    gap: 0 1.42857vw;
    margin-top: 3.80952vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style ul[data-list=bubble] {
    flex-direction: column;
    gap: 4vw 0;
    margin-top: 5.06667vw
  }
}

.c-page-lp__function-style ul[data-list=bubble]>li {
  width: 100%
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style ul[data-list=bubble]>li:first-child {
    padding-bottom: 9.06667vw;
    position: relative
  }

  .c-page-lp__function-style ul[data-list=bubble]>li:first-child:after {
    bottom: 0;
    color: #12b886;
    content: "の解決に貢献";
    display: block;
    font-size: 3.73333vw;
    font-weight: 700;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center
  }
}

.c-page-lp__function-style ul[data-list=bubble]>li>span {
  background-color: #12b886;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 40px;
  padding: 10px 20px;
  text-align: center;
  width: 100%
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-style ul[data-list=bubble]>li>span {
    border-radius: 2.38095vw;
    font-size: 1.90476vw;
    margin-top: 3.1746vw;
    padding: .79365vw 1.5873vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style ul[data-list=bubble]>li>span {
    border-radius: 4.66667vw;
    font-size: 4.26667vw;
    margin: 4vw auto 0;
    min-width: 42.66667vw;
    padding: .93333vw 2.66667vw;
    width: -moz-fit-content;
    width: fit-content
  }
}

.c-page-lp__function-style-block {
  padding: 42px 30px 50px
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-style-block {
    padding: 3.33333vw 2.38095vw 3.96825vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style-block {
    padding: 5.6vw 4vw 6.93333vw
  }
}

.c-page-lp__function-style-block-title {
  padding-left: 156px;
  position: relative
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-style-block-title {
    padding-left: 10.79365vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style-block-title {
    padding-left: 32vw
  }
}

.c-page-lp__function-style-block-title figure {
  left: 0;
  position: absolute;
  top: 6px
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style-block-title figure {
    left: 1.6vw;
    top: 2.66667vw
  }
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-style-block-title figure img {
    width: 12.38095vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style-block-title figure img {
    width: 29.33333vw
  }
}

.c-page-lp__function-style-block-title h4 {
  text-align: left
}

.c-page-lp__function-style-block-title h4+p {
  margin-top: 3px;
  padding-left: 4px;
  text-align: left;
  white-space: nowrap
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-style-block-title h4+p {
    padding-left: .31746vw
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .c-page-lp__function-style-block-title h4+p {
    font-size: 1.66667vw
  }
}

.c-page-lp__function-style-block>span {
  color: #12b886;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 21px;
  text-align: center
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-style-block>span {
    font-size: 1.42857vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style-block>span {
    font-size: 3.73333vw;
    margin-top: 2.66667vw
  }
}

.c-page-lp__function-style-bubble {
  background-color: #fff;
  border: 2px solid #12b886;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 26px 10px;
  position: relative
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-style-bubble {
    border-radius: .79365vw;
    padding: 2.06349vw .79365vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style-bubble {
    border-radius: 1.33333vw;
    border-width: 1px;
    margin-bottom: 2.66667vw;
    padding: 2.66667vw 1.33333vw
  }
}

.c-page-lp__function-style-bubble:after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #12b886;
  bottom: -21px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-style-bubble:after {
    border-left-width: .95238vw;
    border-right-width: .95238vw;
    border-top-width: 1.5873vw;
    bottom: -1.66667vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style-bubble:after {
    border-left-width: 1.6vw;
    border-right-width: 1.6vw;
    border-top-width: 2.66667vw;
    bottom: -2.8vw
  }
}

.c-page-lp__function-style-bubble p {
  color: #12b886;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 auto;
  text-align: left;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-style-bubble p {
    font-size: 1.11111vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style-bubble p {
    font-size: 3.2vw
  }
}

.c-page-lp__function ul[data-list=detail],
.c-page-lp__function-option {
  max-width: 920px
}

.c-page-lp__function ul[data-list=detail] h5,
.c-page-lp__function-option h5 {
  color: #12b886;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0
}

@media screen and (max-width:1259px) {

  .c-page-lp__function ul[data-list=detail] h5,
  .c-page-lp__function-option h5 {
    font-size: 1.42857vw
  }
}

@media screen and (max-width:767px) {

  .c-page-lp__function ul[data-list=detail] h5,
  .c-page-lp__function-option h5 {
    font-size: 4vw
  }
}

.c-page-lp__function ul[data-list=detail] p,
.c-page-lp__function-option p {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 10px 0 0
}

@media screen and (max-width:1259px) {

  .c-page-lp__function ul[data-list=detail] p,
  .c-page-lp__function-option p {
    font-size: 1.11111vw
  }
}

@media screen and (max-width:767px) {

  .c-page-lp__function ul[data-list=detail] p,
  .c-page-lp__function-option p {
    font-size: 3.2vw;
    margin-top: 1.33333vw
  }
}

.c-page-lp__function ul[data-list=detail] {
  display: flex;
  gap: 0 22px;
  justify-content: center;
  margin: 60px auto 0
}

@media screen and (max-width:767px) {
  .c-page-lp__function ul[data-list=detail] {
    flex-direction: column;
    gap: 4vw 0;
    margin-top: 8vw
  }
}

.c-page-lp__function ul[data-list=detail] li {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px 20px 30px 62px;
  position: relative;
  width: 100%
}

@media screen and (max-width:1259px) {
  .c-page-lp__function ul[data-list=detail] li {
    padding: 1.90476vw 1.5873vw 2.38095vw 4.92063vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function ul[data-list=detail] li {
    border-radius: 2.66667vw;
    padding: 3.46667vw 8vw 4.53333vw
  }
}

.c-page-lp__function ul[data-list=detail] li:before {
  background-color: #12b886;
  border-radius: 0 2px 2px 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 40px
}

@media screen and (max-width:1259px) {
  .c-page-lp__function ul[data-list=detail] li:before {
    top: 2.85714vw;
    width: 3.1746vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function ul[data-list=detail] li:before {
    border-radius: 0 .26667vw .26667vw 0;
    height: .53333vw;
    top: 6.93333vw;
    width: 6.66667vw
  }
}

.c-page-lp__function ul[data-list=detail] li>span {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 8px
}

@media screen and (max-width:767px) {
  .c-page-lp__function ul[data-list=detail] li>span {
    font-size: 2.66667vw;
    margin-top: 1.33333vw
  }
}

.c-page-lp__function-option {
  margin: 28px auto 0
}

@media screen and (max-width:767px) {
  .c-page-lp__function-option {
    margin-top: 4vw
  }
}

.c-page-lp__function-option-body {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  gap: 0 56px;
  min-height: 142px;
  padding: 23px 62px 15px 50px;
  position: relative
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-option-body {
    gap: 0 4.44444vw;
    min-height: 11.26984vw;
    padding: 1.8254vw 4.92063vw 1.19048vw 3.96825vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-option-body {
    border-radius: 2.66667vw;
    flex-direction: column;
    gap: 4.26667vw 0;
    padding: 3.46667vw 17.33333vw 5.33333vw 8.26667vw
  }
}

.c-page-lp__function-option-body:before {
  background-color: #12b886;
  border-radius: 0 2px 2px 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 40px
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-option-body:before {
    top: 2.85714vw;
    width: 3.1746vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-option-body:before {
    border-radius: 0 .26667vw .26667vw 0;
    height: .53333vw;
    top: 6.93333vw;
    width: 6.66667vw
  }

  .c-page-lp__function-option-body p {
    margin-top: 1.6vw
  }
}

.c-page-lp__function-option-body figure {
  align-items: center;
  display: flex;
  margin: 0
}

@media screen and (max-width:767px) {
  .c-page-lp__function-option-body figure img {
    width: 45.06667vw
  }
}

.c-page-lp__function-option-body button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 0;
  padding: 20px;
  position: absolute;
  right: 7px
}

@media screen and (min-width:768px) {
  .c-page-lp__function-option-body button {
    top: 50%;
    transform: translateY(-50%)
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-option-body button {
    bottom: 2.93333vw;
    padding: 2.66667vw;
    right: 4vw
  }
}

@media screen and (min-width:768px) {
  .c-page-lp__function-option-body button:hover span {
    background-color: #12b886
  }

  .c-page-lp__function-option-body button:hover span:after,
  .c-page-lp__function-option-body button:hover span:before {
    background-color: #fff
  }
}

.c-page-lp__function-option-body button span {
  background-color: #fff;
  border: 2px solid #12b886;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 40px;
  transition: background-color .3s;
  width: 40px
}

@media screen and (max-width:1259px) {
  .c-page-lp__function-option-body button span {
    height: 3.1746vw;
    width: 3.1746vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-option-body button span {
    border-width: 1px;
    height: 8vw;
    width: 8vw
  }
}

.c-page-lp__function-option-body button span:after,
.c-page-lp__function-option-body button span:before {
  background-color: #12b886;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .3s;
  width: 24px
}

@media screen and (max-width:1259px) {

  .c-page-lp__function-option-body button span:after,
  .c-page-lp__function-option-body button span:before {
    width: 1.90476vw
  }
}

@media screen and (max-width:767px) {

  .c-page-lp__function-option-body button span:after,
  .c-page-lp__function-option-body button span:before {
    width: 4.8vw
  }
}

.c-page-lp__function-option-body button span:after {
  transform: rotate(90deg)
}

.c-page-lp__effect{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding: 50px 0 50px;
  background-color: #313131;
}

.c-page-lp__effect-container{
  text-align: center;
  color: #fff;
}

.c-page-lp__effect-container h{
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

.c-page-lp__effect-container h span{
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 400;
}

.c-page-lp__effect-container-list{
  display: flex;
  width: auto;
  margin: 40px auto 0;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width:768px) {
  .c-page-lp__effect-container-list{
    display: flex;
    width: 897px;
    margin: 44px auto 0;
    flex-direction: row;
    align-items: normal;
  }
}

.c-page-lp__effect-container-list li{
  text-align: center;
  border-radius: 40px;
  line-height: 1;
}

.c-page-lp__effect-container-list dl dt{
  margin-bottom: 12px;
  font-size: 2.6rem;
}

.c-page-lp__effect-container-list dl dd{
  margin: 0;
  border-radius: 40px;
}

.c-page-lp__effect-container-list li span{
  display: block;
  margin-bottom: 26px;
  font-size: 3.5rem;
  font-weight: 700;
}

.c-page-lp__effect-container-list li img{
  display: inline;
  width: auto;
  height: 44px;
}

.c-page-lp__effect-container-list li.c-page-lp__effect-container-list-before{
  width: 59.73vw;
}

.c-page-lp__effect-container-list li.c-page-lp__effect-container-list-before dd{
  padding: 44px 0 54px;
  background-color: #fff;
  color: #12B886;
}

.c-page-lp__effect-container-list li.c-page-lp__effect-container-list-after{
  width: 64vw;
}

.c-page-lp__effect-container-list li.c-page-lp__effect-container-list-after{
  margin-top: 10px
}

.c-page-lp__effect-container-list li.c-page-lp__effect-container-list-after dd{
  padding: 48px 0 62px;
  background-color: #12B886;
  color: #fff;
}

.c-page-lp__effect-container-list li.c-page-lp__effect-container-list-gap{
  width: auto;
  padding: 27px 0 38px;
  background-image: url(../img/arrow-effect-sp.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
}

.c-page-lp__effect-container-list li.c-page-lp__effect-container-list-gap span{
  margin: 0;
  padding: 18px 17px;
  background-color: #9D9D9D;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
}

.c-page-lp__effect-container-list dl dt{
  font-size: 1.8rem;
  font-weight: 700;
}

.c-page-lp__effect-container-list li.c-page-lp__effect-container-list-after dl dt{
  color: #12b886;
}

.c-page-lp__effect-note{
  width: auto;
  margin: 28px 10px 0 auto;
  font-size: 1.2rem;
  color: #a5a5a5;
  line-height: 1.2;
  text-align: right;
}

@media screen and (min-width:768px) {
  .c-page-lp__effect{
    width: 100vw;
    padding: 60px 0 80px;
  }
  .c-page-lp__effect-container h{
  font-size: 4rem;
  }
  .c-page-lp__effect-container h span{
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .c-page-lp__effect-container-list li.c-page-lp__effect-container-list-before{
    width: 314px;
    margin-top: 19px;
  }
  .c-page-lp__effect-container-list li.c-page-lp__effect-container-list-before dd{
    padding: 64px 0 72px;
  }
  .c-page-lp__effect-container-list li.c-page-lp__effect-container-list-after{
    width: 337px;
  }
  .c-page-lp__effect-container-list li img{
    height: 59px;
  }
  .c-page-lp__effect-container-list li.c-page-lp__effect-container-list-after dd{
    padding: 70px 0 86px;
  }
  .c-page-lp__effect-container-list dl dt{
    font-size: 2.6rem;
  }
  .c-page-lp__effect-container-list li.c-page-lp__effect-container-list-gap{
    width: 246px;
    margin-top: 159px;
    padding: 0;
    background-image: url(../img/arrow-effect.svg);
    background-repeat: no-repeat;
    background-size: 100% 36px;
    background-position: right 5px top 14px;
    border-radius: 0;
  }
  .c-page-lp__effect-container-list li.c-page-lp__effect-container-list-gap span{
    margin: 0 54px 0 36px;
    padding: 18px 0;
    font-size: 2.8rem;
  }
  .c-page-lp__effect-note{
    width: 897px;
    margin: 15px auto 0 auto;
    font-size: 1.2rem;
    color: #a5a5a5;
    line-height: 1.2;
    text-align: right;
  }
}

.c-page-lp__partner {
  /*margin-top: 40px;*/
  padding: 0 0 60px;
  position: relative
}

@media screen and (max-width:767px) {
  .c-page-lp__partner {
    margin-top: 5.73333vw;
    padding: 7.06667vw 0 28vw
  }
}

@media screen and (max-width:480px) {
  .c-page-lp__partner {
    margin-top: 5.73333vw;
    padding: 60px 0 28vw
  }
}

.c-page-lp__partner:before {
  background-color: rgba(49,49,49,0.84);
  /*border-radius: 20px;*/
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: 0 auto;
  /*max-width: 1820px;*/
  position: absolute;
  top: 0;
  transform: translate(-50%);
  width: 100vw;
  z-index: -1
}

/*.c-page-lp__partner:before {
  background-color: #12b886;
  bottom: 120px;
  content: "";
  display: block;
  height: 300px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 100vw;
  z-index: -1
}*/

@media screen and (min-width:768px) {
  .c-page-lp__partner:before {
    left: 50%;
    transform: translate(-50%);
    background-image: url(../img/back-partner2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width:767px) {
  /*.c-page-lp__partner:before {
    bottom: 16vw;
    height: 53.33333vw;
    left: -5.33333vw
  }*/
  .c-page-lp__partner:before {
    left: 50%;
    transform: translate(-50%);
    background-image: url(../img/back-partner2-sp.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.c-page-lp__partner h2 {
  font-size: 4rem;
  font-weight: 700;
  margin: 0;
  padding-top: 60px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width:1259px) {
  .c-page-lp__partner h2 {
    font-size: 3.96825vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__partner h2 {
    font-size: 7.2vw;
    margin-top: 5.73333vw;
    padding-top: 7.06667vw
  }
}

@media screen and (max-width:480px) {
  .c-page-lp__partner-body{
    margin-left: 4vw;
    margin-right: 4vw;
  }
  .c-page-lp__partner h2 {
    margin-top: 0;
    padding-top: 0
  }
}

.c-page-lp__partner-body>picture {
  margin: 43px 0 0
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-body>picture {
    margin-top: 4.53333vw
  }
}

.c-page-lp__partner-body>picture img {
  margin: 0 auto
}

@media screen and (max-width:1259px) {
  .c-page-lp__partner-body>picture img {
    width: 22.77778vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-body>picture img {
    width: 42.13333vw
  }
}

.c-page-lp__partner p {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 35px auto 0;
  max-width: 896px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}

@media screen and (max-width:1259px) {
  .c-page-lp__partner p {
    font-size: 1.11111vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__partner p {
    font-size: 3.2vw;
    margin-top: 5.6vw
  }
}

@media screen and (max-width:480px) {
  .c-page-lp__partner p {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}

.c-page-lp__partner-list {
  background-color: transparent;
  border: 4px solid #12b886;
  border-radius: 20px;
  margin: 36px auto 0;
  max-width: 1000px;
  padding: 36px 0 46px
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-list {
    border-radius: 2.66667vw;
    border-width: 2px;
    margin-top: 5.6vw;
    padding: 5.86667vw 5.33333vw 9.33333vw
  }
}

.c-page-lp__partner-list h3 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
  text-align: center
}

@media screen and (max-width:1259px) {
  .c-page-lp__partner-list h3 {
    font-size: 1.74603vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-list h3 {
    font-size: 4.26667vw
  }
}

.c-page-lp__partner-list ol {
  counter-reset: content-partner-ol;
  display: flex;
  justify-content: center;
  margin: 24px 124px 0;
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-list ol {
    flex-direction: column;
    gap: 6.93333vw 0;
    margin: 6.26667vw auto 0;
    width: -moz-fit-content;
    width: fit-content
  }
}

.c-page-lp__partner-list ol li {
  padding: 0;
  width: 100%
}

@media screen and (max-width:1259px) {
  .c-page-lp__partner-list ol li {
    padding: 0 2.38095vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-list ol li {
    padding: 0
  }
}

@media screen and (min-width:768px) {
  .c-page-lp__partner-list ol li:not(:last-child) {
    /*border-right: 1px solid #f2f2f2*/
  }
}

.c-page-lp__partner-list ol li p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 10px 0 0;
  /*padding-left: 20px;*/
  text-align: center;
  width: auto;
}

@media screen and (max-width:1259px) {
  .c-page-lp__partner-list ol li p {
    font-size: 1.26984vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-list ol li p {
    font-size: 3.73333vw;
    padding-left: 4.26667vw
  }
}

@media screen and (max-width:480px) {
  .c-page-lp__partner-list ol li p {
    font-size: 1.6rem;
    font-weight: 500;;
    padding-left: 0;
  }
}

.c-page-lp__partner-list ol li p:before {
  /*color: #12b886;
  content: counter(content-partner-ol, decimal) ". ";
  counter-increment: content-partner-ol;
  font-family: IST Regular, Noto Sans JP, YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-left: -20px*/
}

@media screen and (max-width:1259px) {
  .c-page-lp__partner-list ol li p:before {
    font-size: 1.5873vw
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-list ol li p:before {
    font-size: 3.73333vw;
    margin-left: -4.26667vw
  }
}

.c-page-lp__partner-list ol li figure {
  margin-top: 30px
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-list ol li figure {
    margin-top: 2.93333vw
  }
}

.c-page-lp__partner-list ol li img {
  margin: 0 auto;
  max-width: 80%
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-list ol li img {
    width: 30.13333vw
  }
}

.c-page-lp__partner-algorithm h2 {
  margin-top: 0;
  padding-top: 0
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-algorithm h2 {
    line-height: 10.66667vw
  }
}

.c-page-lp__partner-algorithm-detail {
  background-color: #fff;
  border: 4px solid #12b886;
  border-radius: 20px;
  margin: 34px auto 0;
  max-width: 1000px;
  padding: 35px 46px 44px
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-algorithm-detail {
    border-radius: 2.66667vw;
    border-width: 2px;
    margin-top: 5.06667vw;
    padding: 5.86667vw 3.46667vw 6.4vw
  }
}

.c-page-lp__partner-algorithm-detail h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-algorithm-detail h3 {
    font-size: 4.26667vw;
    margin-bottom: 4vw
  }
}

.c-page-lp__partner-algorithm-detail h3 span {
  font-size: 3.5rem
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-algorithm-detail h3 span {
    font-size: 5.33333vw
  }
}

.c-page-lp__partner-algorithm-detail picture img {
  margin: 0 auto;
  max-width: 100%
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-algorithm-detail picture img {
    width: 68.4vw
  }
}

@media screen and (min-width:768px) {
  .c-page-lp__partner-algorithm-detail picture[data-img=table01] {
    padding-right: 110px
  }
}

.c-page-lp__partner-algorithm-detail p {
  color: #313131;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 20px auto 0;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-algorithm-detail p {
    font-size: 4.26667vw;
    margin-top: 2.13333vw
  }
}

@media screen and (min-width:768px) {
  .c-page-lp__partner-algorithm-detail p:not(:last-child) {
    margin-top: 10px
  }
}

.c-page-lp__partner-algorithm-detail p:after {
  background-color: #fbf49d;
  bottom: 5px;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-algorithm-detail p:after {
    bottom: 1.06667vw;
    height: 1.33333vw
  }
}

.c-page-lp__partner-algorithm-detail p+h3 {
  margin-top: 44px;
  padding-top: 38px;
  position: relative
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-algorithm-detail p+h3 {
    margin-top: 6.66667vw;
    padding-top: 5.86667vw
  }
}

.c-page-lp__partner-algorithm-detail p+h3:before {
  background-color: #12b886;
  border-radius: 2px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-algorithm-detail p+h3:before {
    height: .53333vw
  }
}

.c-page-lp__partner-algorithm-detail p+h3:after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #12b886;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0
}

@media screen and (max-width:767px) {
  .c-page-lp__partner-algorithm-detail p+h3:after {
    border-left-width: 1.6vw;
    border-right-width: 1.6vw;
    border-top-width: 2.66667vw
  }
}

.c-page-lp__voice {
  position: relative;
  padding: 40px 0 50px;
}

.c-page-lp__voice:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translate(-50%);
  background-image: url(../img/back-voice-sp.jpg);
  background-size: cover;
  z-index: -1;
}

@media screen and (min-width:768px) {
  .c-page-lp__voice:before {
    background-image: url(../img/back-voice.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.c-page-lp__voice h3{
  margin: 0;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.c-page-lp__voice-list{
  width: auto;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 50px 0;
  text-align: center;
}

.c-page-lp__voice-list-item{
  width: auto;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 16px 0;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
}

.c-page-lp__voice-list-item:before {
  content: "";
  position: absolute;
  background-color: #fff;
  bottom: -12px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 52px;
  width: 16px;
  height: 13px;
}

.c-page-lp__voice-list-item dt{
  position: absolute;
  margin: 0 auto;
  top: -15px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 96px;
  padding: 6px 0;
  background-color: #313131;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 9999px;
}

.c-page-lp__voice-list-item.style dt{
  background-color: #12b886;
}

.c-page-lp__voice-list-item dd{
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (min-width:768px) {
  .c-page-lp__voice {
    padding: 80px 0;
  }
  .c-page-lp__voice h3{
    margin: 0;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
  }
  .c-page-lp__voice-list{
    width: 1000px;
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 60px 60px;
    text-align: center;
  }
  .c-page-lp__voice-list-item{
    width: 289px;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    margin: 0;
    padding: 16px 0;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
  }
  .c-page-lp__voice-list-item dt{
    font-size: 1.6rem;
  }
  .c-page-lp__voice-list-item dd{
    font-size: 2rem;
  }
}

.c-page-lp__appendix {
  padding: 60px 0;
  background-color: #fff;
}

.c-page-lp__appendix-list {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  gap: 4.7%;
  justify-content: space-between;
}

.c-page-lp__appendix-list-item{
  width: 47.6%;
  max-width: 488px;
  border-radius: 20px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
}

.c-page-lp__voice-list-item strong{
  color: #12B886;
}

@media screen and (max-width:480px) {
  .c-page-lp__appendix-list-item{
    border-radius: 12px;
  }
}

.c-page-lp__appendix-list-item a{
  display: block;
  box-sizing: border-box;
  padding: 38px 56px 0;
  height: 100%;
  background-color: rgb(0 0 0 / 53%);
  border-radius: 20px;
  transition: 0.5s;
}

@media screen and (max-width:480px) {
  .c-page-lp__appendix-list-item a{
    border-radius: 12px;
  }
}

.c-page-lp__appendix-list-item.inquiry a{
  background-color: #E63D30;
  border: 2px solid #E63D30;
  padding-bottom: 34px;
}

.c-page-lp__appendix-list-item.document a{
  background-color: #313131;
  border: 2px solid #313131;
}

.c-page-lp__appendix-list-item.inquiry a:hover,
.c-page-lp__appendix-list-item.document a:hover{
  background-color: #ffffff;
}
.c-page-lp__appendix-list-item.document a:hover{
  border-color: #E63D30;
}

.c-page-lp__appendix-list-item.inquiry {
  /*background-image: url(../img/back_inquiry.jpg);*/
}

.c-page-lp__appendix-list-item.document {
  /*background-image: url(../img/back_document.jpg);*/
}

.c-page-lp__appendix-list-item-btn{
  display: block;
  position: relative;
  padding: 20px 0 39px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.c-page-lp__appendix-list-item-btn dl{
  display: flex;
  align-items:flex-start;
  gap: 21px;
}

@media screen and (max-width:767px) {
  .c-page-lp__appendix-list-item-btn dl{
    gap: 12px;
    align-items: center;
  }
}

.c-page-lp__appendix-list-item-btn dl dt{
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.c-page-lp__appendix-list-item-btn dl dt svg{
  width: 101px;
  height: 101px;
  fill: #fff;
}

.c-page-lp__appendix-list-item-btn:hover dl dt svg{
  fill: #12b886;
}

.document .c-page-lp__appendix-list-item-btn dl dt svg{
  width: 101px;
  height: 101px;
  fill: #fff;
}

.inquiry .c-page-lp__appendix-list-item-btn:hover dl dt svg,
.document .c-page-lp__appendix-list-item-btn:hover dl dt svg{
  fill: #E63D30;
}

@media screen and (max-width:767px) {
  .document .c-page-lp__appendix-list-item-btn dl dt svg,
  .inquiry .c-page-lp__appendix-list-item-btn dl dt svg{
    width: 18.9333vw;
    height: auto;
  }
}


@media screen and (max-width:480px) {
  .document .c-page-lp__appendix-list-item-btn dl dt svg,
  .inquiry .c-page-lp__appendix-list-item-btn dl dt svg{
    width: 71px;
    height: 71px;
  }
}

.c-page-lp__appendix-list-item-btn dl dd{
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin: 0;
}

.c-page-lp__appendix-list-item-btn dl dd h{
  display: block;
  margin: 14px 0 15px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.inquiry .c-page-lp__appendix-list-item-btn dl dd{
  margin-top: 0;
}

.inquiry .c-page-lp__appendix-list-item-btn:hover dl dd,
.document .c-page-lp__appendix-list-item-btn:hover dl dd{
  color: #E63D30;
}

.c-page-lp__appendix-list-item-btn p{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  right: 0;
  left: 0;
  width: fit-content;
  margin: 24px auto 0;
  padding: 13px 32px;
  color: #313131;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 9999px;
  box-sizing: border-box;
  border: 2px solid #fff;
  transition: .3s
}

.document .c-page-lp__appendix-list-item-btn p{
  padding: 9px 32px;
}

.c-page-lp__appendix-list-item-btn p span{
  display: block;
}

.c-page-lp__appendix-list-item-btn:hover p{
  border: 2px solid #E63D30;
}

.c-page-lp__appendix-list-item-btn p:hover{
  background-color: #E63D30;
  color: #fff;
}

.document .c-page-lp__appendix-list-item-btn p:hover{
  background-color: #E63D30;
  color: #fff;
}

.c-page-lp__appendix-list-item-btn p svg{
  width: 13px;
  height: 14px;
  margin-top: 2px;
  fill: #E63D30;
}

.document .c-page-lp__appendix-list-item-btn p svg{
  width: 22px;
  height: 22px;
  fill: #E63D30;
}

.document .c-page-lp__appendix-list-item-btn p:hover svg{
  fill: #fff;
}

.c-page-lp__appendix-list-item-btn p:hover svg{
  fill: #fff;
}

@media screen and (max-width:767px) {
  .c-page-lp__appendix{
    padding: 40px 0;
  }

  .c-page-lp__appendix-list{
    width: auto;
    flex-direction: column;
    gap: 32px;
  }

  .c-page-lp__appendix-list-item{
    width: 100%;
    min-height: auto;
  }
  
  .c-page-lp__appendix-list-item.inquiry a{
    padding-top: 28px;
    padding-right: 4vw;
    padding-bottom: 28px;
    padding-left: 5.8667vw;
  }

  .c-page-lp__appendix-list-item.document a{
    padding-top: 28px;
    padding-right: 4vw;
    padding-bottom: 28px;
    padding-left: 4vw;
  }

  .c-page-lp__appendix-list-item-btn p{
    position: static;
    margin-top: 18px;
  }
}

.c-page-lp__features{
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F1F1F1;
}

.c-page-lp__features-wrap{
  width: 980px;
  margin: 0 auto;
  padding: 90px 0 100px;
  background-color: #F1F1F1;
}

.c-page-lp__features-title {
  margin-top: 0;
  color: #000;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}

.c-page-lp__features-list{
  display: flex;
  gap: 102px;
}

.c-page-lp__features-list-item{
  width: 439px;
}

.c-page-lp__features-list-item img{
  width: 100%;
  height: auto;
}

.c-page-lp__features-list-item p{
  margin: 30px 0 0 0;
  line-height: 1.5;
}

.c-page-lp__features-list-item p.note{
  margin: 5px 0 0 0;
  font-size: 1.2rem;
  line-height: 1.7;
}

@media screen and (max-width:767px) {
  .c-page-lp__features-list{
    flex-direction: column;
    gap: 50px;
  }
  .c-page-lp__features-list-Label-item{
    width: 100%;
  }
  .c-page-lp__features-list-item:nth-of-type(1){
    width: auto;
  }
  .c-page-lp__features-list-item:nth-of-type(2){
    width: auto;
  }
}

.c-page-lp__features-list-Label-item img{
  width: 100%;
  height: auto;
}

.c-page-lp__features-list-Label-txt{
  margin: 18px 0 0 0;
  padding: 0;
}

.c-page-lp__features-list-Label-img{
  width: 100%;
  height: auto;
}

.c-page-lp__features-list-Label-txt h{
  color: #12b886;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-page-lp__features-list-Label-txt p{
  margin: 10px 0 0 0;
  color: #313131;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.c-page-lp__features-list-Label-txt p.note{
  font-size: 1.1rem;
}

.c-page-lp__features-list-txt h{
  color: #12b886;
  font-size: 2.4rem;
  font-weight: 700;
}

.c-page-lp__features-list-txt p{
  margin: 20px 0 0 0;
  color: #313131;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width:480px) {
  .c-page-lp__features-list-Label-txt p{
    font-size: 1.4rem;
  }

  .c-page-lp__features-list-txt h{
    display: block;
    width: 100%;
    font-size: 1.8rem;
    text-align: left;
  }

  .c-page-lp__features-list-txt p{
    font-size: 1.4rem;
  }
}

.c-page-lp__features-list-txt p.note,
.c-page-lp__features-list-txt p span{
  display: block;
  margin-top: 8px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.c-page-lp__features-list-item {
  position: relative;
  background-color: #f1f1f1;
  border-radius: 20px;
}

@media screen and (max-width:768px) {
  .c-page-lp__features{
    padding: 50px 0;
  }
  .c-page-lp__features-wrap{
    width: auto;
    margin: 0 9.333vw;
    padding: 0;
  }
  .c-page-lp__features-title{
    font-size: 2.7rem;
  }
  .c-page-lp__features-list-item.outlook dl{
    flex-direction: column;
    padding: 40px 5vw;
  }
  .c-page-lp__features-list-item::before{
    font-size: 1.8rem;
  }
  .c-page-lp__features-list-item.outlook dl dt.c-page-lp__features-list-img{
    width: 80%;
    margin: 0 10%;
  }
  .c-page-lp__features-list-item.outlook dl dt.c-page-lp__features-list-img img{
    width: 100%;
    height: auto;
  }
  .c-page-lp__features-list-item.outlook dl dd.c-page-lp__features-list-txt{
    width: auto;
    margin: 18px 0 0;
  }
  .c-page-lp__features-list-item.outlook dl dd.c-page-lp__features-list-txt h{
    line-height: 1.4;
  }
  .c-page-lp__features-list-txt p{
    margin-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__features-list-item.Label .c-page-lp__features-list-txt,
  .c-page-lp__features-list-item.report .c-page-lp__features-list-txt{
    flex-direction: column;
    padding: 24px 5vw;
  }
  .c-page-lp__features-list-item.Label{
    padding: 0 0 20px 0;
  }
  .c-page-lp__features-list-item.report {
    padding: 0;
  }
  .c-page-lp__features-list-item.Label .c-page-lp__features-list-txt,
  .c-page-lp__features-list-item.report .c-page-lp__features-list-txt{
    margin: 0;
    gap: 10px;
  }
  .c-page-lp__features-list-Label{
    flex-direction: column;
    gap: 16px;
    margin-top: 0;
    padding: 0 5vw;
  }
  .c-page-lp__features-list-Label-img img{
    margin: 0 auto;
  }
  .c-page-lp__features-list-Label-txt{
    margin: 16px 0 0;
  }
  .c-page-lp__features-list-Label-txt h{
    display: block;
    text-align: center;
  }
}

@media screen and (max-width:480px) {
  .c-page-lp__features-list-item.Label{
    padding: 36px 0 32px 0;
  }

  .c-page-lp__features-list-item.Label .c-page-lp__features-list-txt{
    padding-right: 8vw;
    padding-left: 8vw;
    text-align: left;
  }
  .c-page-lp__features-list-Label{
    padding: 0 8vw;
  }
  .c-page-lp__features-list-item.report .c-page-lp__features-list-txt{
    padding-top: 60px;
    padding-bottom: 32px;
    justify-content: flex-start;
    padding-right: 8vw;
    padding-left: 8vw;
  }
  .c-page-lp__features-list-Label-txt h{
    font-size: 1.8rem;
    text-align: left;
  }
  .c-page-lp__features-list-Label-txt h4{
    font-size: 1.8rem;
    text-align: left;
  }
}

.c-page-lp__features-list-note{
  margin: 40px 0 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width:480px) {
  .c-page-lp__features-list-note{
    margin-top: 32px;
    margin-right: 30px;
    margin-left: 30px;
    text-align: left;
  }
}

.c-page-lp__footer {
  /*background-color: #fff;*/
  padding: 0 30px
}

@media screen and (max-width:767px) {
  .c-page-lp__footer {
    padding: 0
  }
}

.c-header {
  margin: 0 auto;
  padding: 0 25px 0 15px
}

@media screen and (min-width:1367px) {
  .c-header {
    padding: 0 40px 0 50px
  }
}

@media screen and (max-width:767px) {
  .c-header {
    backface-visibility: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    padding: 0 6.66667vw 0 5.33333vw
  }
}

.c-header__body {
  align-items: center;
  display: flex;
  margin: 0 auto;
  min-height: 80px
}

@media screen and (max-width:767px) {
  .c-header__body {
    min-height: 16vw
  }
}

.c-header__site-name h1 {
  margin: 0
}

.c-header__site-name a {
  align-items: center;
  color: transparent;
  display: flex
}

@media screen and (max-width:767px) {
  .c-header__site-name a {
    cursor: default !important;
    pointer-events: none !important
  }

  .c-header__site-name a span img {
    width: 23.86667vw
  }

  [data-open=true] .c-header__site-name a span img {
    fill: #fff;
  }
}

.c-header__site-name a span[data-logo=top] {
  display: block;
  opacity: 1;
  visibility: visible
}

@media screen and (max-width:767px) {
  .c-header__site-name a span[data-logo=top] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important
  }

  .c-header__site-name a span[data-logo=top] img {
    width: 23.33333vw
  }
}

.c-header__site-name a span[data-logo=under] {
  display: none
}

@media screen and (max-width:767px) {
  .c-header__site-name a span[data-logo=under] {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important
  }

  .c-header__site-name a span[data-logo=under] img {
    width: 23.86667vw
  }
}

.c-header__site-name[data-logo=return] [data-logo=top] {
  animation: show-animation .5s forwards;
  display: block
}

.c-header__site-name[data-logo=return] [data-logo=under] {
  animation: hide-animation .5s forwards;
  display: none
}

.c-header__site-name[data-logo=change] {
  cursor: default;
  pointer-events: none
}

.c-header__site-name[data-logo=change] [data-logo=top] {
  animation: hide-animation .5s forwards;
  display: none
}

.c-header__site-name[data-logo=change] [data-logo=under] {
  animation: show-animation .5s forwards;
  display: block
}

.c-header__contact {
  display: flex;
  gap: 24px;
  margin-left: 40px
}

@media screen and (max-width:1259px) {
  .c-header__contact {
    margin-left: 5.07937vw
  }
}

@media screen and (max-width:767px) {
  .c-header__contact {
    display: none;
    margin-left: auto
  }
}

.c-header__contact a {
  background-color: #313131;
  border: 1px solid #313131;
  border-radius: 9999px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 9px 28px 9px 28px;
  position: relative;
  text-decoration: none;
  transition: background-color .3s
}

.c-header__contact a.c-header__contact-btn{
  background-color: #E63D30;
  border-color: #E63D30;
}

@media screen and (max-width:1259px) {
  .c-header__contact a {
    font-size: 1.26984vw;
    padding: .87302vw 3.01587vw .95238vw 3.01587vw
  }
}

@media screen and (max-width:767px) {
  .c-header__contact a {
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 0;
    height: 10.66667vw;
    padding: 0;
    width: 10.66667vw;
  }
}

@media screen and (min-width:768px) {
  .c-header__contact a:hover {
    background-color: #fff;
    color: #E63D30;
    border: 1px solid #E63D30;
  }
}

/*.c-header__contact a:before {
  background: url(../img/shape-download.png) no-repeat 50%/100% auto;
  bottom: 0;
  content: "";
  display: block;
  height: 22px;
  left: 32px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 22px
}

.c-header__contact a:nth-last-of-type(2):before {
  background: url(../img/shape-contact.png) no-repeat 50%/100% auto;
}

@media screen and (max-width:1259px) {
  .c-header__contact a:before {
    height: 1.74603vw;
    left: 2.53968vw;
    width: 1.74603vw
  }
}

@media screen and (max-width:767px) {
  .c-header__contact a:before {
    height: 4.13333vw;
    left: 0;
    margin: auto;
    right: 0;
    width: 6.26667vw
  }
}*/

.c-header__contact a .c-header__contact-btn-content,
.c-header__contact a .c-header__download-btn-content{
  display: flex;
  gap: 16px;
  align-items: center;
}
.c-header__contact a .c-header__contact-btn-content svg,
.c-header__contact a .c-header__download-btn-content svg{
  width: 23px;
  height: 17px;
  fill: #fff;
}
.c-header__contact a .c-header__download-btn-content svg{
  width: 21px;
  height: 22px;
}
.c-header__contact a:hover .c-header__contact-btn-content svg,
.c-header__contact a:hover .c-header__download-btn-content svg{
  fill: #E63D30;
}

.c-header__btn {
  margin-left: auto
}

@media screen and (min-width:768px) {
  .c-header__btn {
    display: none
  }
}

.c-header__btn button {
  background-color: transparent;
  border: none;
  font-size: 0;
  height: 10.66667vw;
  position: relative;
  width: 6.4vw
}

.c-header__btn button span:after,
.c-header__btn button span:before,
.c-header__btn button:before {
  background-color: #dd2626;
  border-radius: 2px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: transform .3s, opacity .3s, visibility .3s;
  width: 6.4vw
}

.c-header__btn button:before {
  bottom: 0;
  top: 0
}

.c-header__btn button span:before {
  top: 3.2vw
}

.c-header__btn button span:after {
  bottom: 3.2vw
}

.c-header__btn button[data-open=true]:before {
  opacity: 0;
  visibility: hidden
}

.c-header__btn button[data-open=true] span:after,
.c-header__btn button[data-open=true] span:before {
  bottom: 0;
  top: 0
}

.c-header__btn button[data-open=true] span:before {
  transform: rotate(45deg)
}

.c-header__btn button[data-open=true] span:after {
  transform: rotate(-45deg)
}

@keyframes hide-animation {
  0% {
    opacity: 1;
    visibility: visible
  }

  to {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes show-animation {
  0% {
    opacity: 0;
    visibility: hidden
  }

  to {
    opacity: 1;
    visibility: visible
  }
}

.c-footer {
  margin: 0 auto;
  max-width: 1820px
}

.c-footer__body {
  padding-bottom: 21px
}

@media screen and (max-width:767px) {
  .c-footer__body {
    padding-bottom: 10.13333vw
  }
}

.c-footer {
  margin: 0 auto;
  max-width: 1820px
}

.c-footer__body {
  padding-bottom: 21px
}

@media screen and (max-width:767px) {
  .c-footer__body {
    padding-bottom: 10.13333vw
  }
}

.c-footer__service {
  /*background-color: #313131;*/
  /*border-radius: 20px 20px 0 0;*/
  position: relative;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding: 68px 0 82px;
  width: 100%
}

@media screen and (max-width:767px) {
  .c-footer__service {
    border-radius: 2.66667vw 2.66667vw 0 0;
    padding: 9.06667vw 5.33333vw 7.2vw
  }
}

.c-footer__service:before {
  background-color: #313131;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  transform: translate(-50%);
  width: 100vw;
  z-index: -1;
}

.c-footer h2 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 auto 42px;
  text-align: center
}

@media screen and (max-width:767px) {
  .c-footer h2 {
    font-size: 4.26667vw;
    margin-bottom: 5.33333vw
  }
}

.c-footer__logo {
  margin: 0 auto;
  max-width: 980px
}

.c-footer__logo ul {
  display: flex;
  flex-flow: wrap;
  gap: 40px 26px;
  justify-content: space-between;
  margin: 0
}

@media screen and (max-width:767px) {
  .c-footer__logo ul {
    gap: 6.66667vw 0
  }
}

.c-footer__logo ul li {
  width: calc(50% - 13px)
}

@media screen and (max-width:767px) {
  .c-footer__logo ul li {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width:768px) {
  .c-footer__logo ul li[data-width=full] {
    width: 100%
  }

  .c-footer__logo ul li[data-width=full] a {
    align-items: flex-start;
    background: url(../img/pict-footer-dt-pc.jpg) 50%;
    background-size: auto 101%;
    padding: 48px 47px 16px;
    transition: background-size .7s ease
  }

  .c-footer__logo ul li[data-width=full] a:hover {
    background-size: auto 108%
  }

  .c-footer__logo ul li[data-width=full] figure,
  .c-footer__logo ul li[data-width=full] p {
    margin-left: 6px;
    margin-right: 0
  }

  .c-footer__logo ul li[data-width=full] p {
    text-align: left
  }

  .c-footer__logo ul li[data-width=full] figure {
    margin-bottom: 17px
  }

  .c-footer__logo ul li[data-width=full] span {
    background-color: hsla(0, 0%, 100%, .2);
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px
  }

  .c-footer__logo ul li[data-width=full] span:after {
    margin-left: 8px
  }
}

@media screen and (max-width:767px) {
  .c-footer__logo ul li[data-width=full] a {
    padding-top: 5.33333vw
  }
}

@media screen and (max-width:767px) {
  @media screen and (max-width:767px) {
    @media (max-color:2147477350) and (max-color:2147477350) {
      .c-footer__logo ul li[data-width=full] p {
        margin-bottom: -1.73333vw
      }
    }
  }

  @media not screen and (max-width:767px) {
    @media (max-color:2147477350) and (color:2147477350) {
      .c-footer__logo ul li[data-width=full] p {
        margin-bottom: -1.73333vw
      }
    }
  }
}

@media not screen and (max-width:767px) {
  @media screen and (max-width:767px) {
    @media (color:2147477350) and (max-color:2147477350) {
      .c-footer__logo ul li[data-width=full] p {
        margin-bottom: -1.73333vw
      }
    }
  }

  @media not screen and (max-width:767px) {
    @media (color:2147477350) and (color:2147477350) {
      .c-footer__logo ul li[data-width=full] p {
        margin-bottom: -1.73333vw
      }
    }
  }
}

@media screen and (max-width:767px) {
  .c-footer__logo ul li:first-child figure img {
    width: 41.46667vw
  }

  .c-footer__logo ul li:nth-child(2) figure img {
    width: 37.6vw
  }

  .c-footer__logo ul li:last-child figure img {
    width: 46.4vw
  }
}

.c-footer__logo ul li a {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  color: #313131;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 470px
}

@media screen and (max-width:767px) {
  .c-footer__logo ul li a {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-radius: 1.46667vw;
    height: auto;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width:768px) {
  .c-footer__logo ul li a:hover picture img {
    transform: scale(1.05)
  }
}

.c-footer__logo ul li a p {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 35px auto 0;
  position: relative;
  z-index: 2
}

.c-footer__logo ul li a p {
  margin: 0 auto 20px;
  line-height: 1.538;
}

/*.c-footer__logo ul li:nth-of-type(2) a p {
  margin-bottom: 14px;
}*/

@media screen and (max-width:767px) {
  .c-footer__logo ul li a p {
    margin: 18px 0 14px;
    padding: 0 10px;
    font-size: 3.2vw;
    line-height: 1.333;
  }
  .c-footer__logo ul li a p:nth-of-type(1) {
    margin-top: 0;
  }
  .c-footer__logo ul li:nth-of-type(2) a p {
    margin-bottom: 14px;
  }
}

.c-footer__logo ul li a p small {
  font-size: 1.3rem;
  font-weight: 500
}

@media screen and (max-width:767px) {
  .c-footer__logo ul li a p small {
    font-size: 1.3rem
  }
}

.c-footer__logo ul li a picture {
  overflow: hidden;
  width: 220px;
  margin: 0;
}

@media screen and (min-width:768px) {
  .c-footer__logo ul li a picture {
    border-radius: 5px 0 0 5px
  }
}

@media screen and (max-width:767px) {
  .c-footer__logo ul li a picture {
    height: auto;
    width: 40.8vw
  }
}

.c-footer__logo ul li a picture img {
  border-radius: 5px 0 0 5px;
  height: auto;
  transition: transform .7s ease;
  width: 100%
}

@media screen and (max-width:767px) {
  .c-footer__logo ul li a picture img {
    border-radius: 1.33333vw 0 0 1.33333vw;
    height: 100%;
    width: 100%
  }
}

.c-footer__logo ul li a figure {
  margin: 20px auto 25px;
  position: relative;
  z-index: 1
}

.c-footer__logo ul li:nth-of-type(3) a figure,
.c-footer__logo ul li:nth-of-type(4) a figure {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width:767px) {
  .c-footer__logo ul li a figure {
    margin: auto;
    margin-bottom: 0;
  }
  .c-footer__logo ul li:nth-of-type(2) a figure {
    margin-bottom: 0;
  }
}

.c-footer__logo ul li a figure img {
  margin: 0 auto
}

.c-footer__logo ul li a .c-footer__logo-txt{
  width: 250px;
}

@media screen and (max-width:767px) {
  .c-footer__logo ul li a .c-footer__logo-txt{
    width: 48.5vw;
  }
}

.c-footer__logo ul li a span {
  display: block;
  align-items: center;
  border: 1px solid #dd2626;
  border-radius: 5px;
  color: #dd2626;
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: .04em;
  margin: 20px 30px 0;
  padding: 9px 15px;
  position: relative;
  transition: color .3s ease;
  z-index: 1
}

/*.c-footer__logo ul li:nth-of-type(2) a span {
  margin-top: 34px;
}*/

.c-footer__logo ul li:nth-of-type(3) a span {
  margin-top: 25px;
  margin-right: 32px;
  margin-left: 32px;
}

.c-footer__logo ul li:nth-of-type(4) a span {
  margin-top: 26px;
}

@media screen and (max-width:767px) {
  .c-footer__logo ul li a span {
    border-radius: .66667vw;
    font-size: 1.1rem;
    margin: 0 3.7333vw;
    padding: 1.46667vw 0
  }
  .c-footer__logo ul li:nth-of-type(3) a span {
    margin: 24px 2.4vw 0;
  }
  .c-footer__logo ul li:nth-of-type(4) a span {
    margin: 24px 2.4vw 0;
  }
  .c-footer__logo ul li a figure img{
    height: auto;
  }
  .c-footer__logo ul li:nth-of-type(1) a figure img{
    width: 31.2vw;
  }
  .c-footer__logo ul li:nth-of-type(2) a figure img{
    width: 27.2vw;
  }
  .c-footer__logo ul li:nth-of-type(3) a figure img{
    width: 38.9vw;
  }
  .c-footer__logo ul li:nth-of-type(4) a figure img{
    width: 29.85vw;
  }
}

@media screen and (min-width:768px) {
  .c-footer__logo ul li a span:hover {
    color: #fff
  }

  .c-footer__logo ul li a span:hover:before {
    opacity: 1
  }

  .c-footer__logo ul li a span:hover:after {
    background-image: url(../img/icon-window-white.svg)
  }
}

.c-footer__logo ul li a span:before {
  background: linear-gradient(132deg, #e63d30, #e63d30 25%, #f75f52 90%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: -1
}

.c-footer__logo ul li a span:after {
  background: url(../img/icon-window-orange.svg) 50%/100% auto;
  content: "";
  display: block;
  height: 10px;
  margin-left: 6px;
  transition: background-image .3s ease;
  width: 12px
}

@media screen and (max-width:767px) {
  .c-footer__logo ul li a span:after {
    height: 2.66667vw;
    margin-left: 3.2vw;
    width: 3.2vw
  }
}

.c-footer__links-terms {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 34px 0;
  background-color: #F1F1F1;
  text-align: center;
}
.c-footer__links-terms p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
}
.c-footer__links-terms p a {
  color: #000;
}

.c-footer__links {
  margin: 32px auto 0;
  max-width: 1200px
}

@media screen and (max-width:767px) {
  .c-footer__links {
    margin-top: 8.26667vw;
    padding: 0 8.66667vw
  }

  .c-footer__links-logo img {
    width: 26.93333vw
  }
}

.c-footer__links-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 81px
}

@media screen and (max-width:767px) {
  .c-footer__links-bottom {
    display: block;
    margin-top: 23.46667vw
  }
}

.c-footer__links ul {
  display: flex;
  gap: 0 34px;
  justify-content: center;
  margin: 0
}

@media screen and (max-width:767px) {
  .c-footer__links ul {
    gap: 0 4.4vw;
    justify-content: flex-start
  }
}

.c-footer__links li {
  display: block;
  padding: 0
}

.c-footer__links li>a {
  align-items: flex-end;
  color: #7d7d7d;
  display: flex;
  font-size: 1.1rem;
  font-weight: 400;
  gap: 0 4px;
  letter-spacing: .08em;
  line-height: 1;
  position: relative;
  text-decoration: none;
  transition: color .3s ease
}

@media screen and (max-width:767px) {
  .c-footer__links li>a {
    font-size: 2.93333vw;
    gap: 0 1.6vw
  }
}

@media screen and (min-width:768px) {
  .c-footer__links li>a:hover {
    color: #313131
  }
}

.c-footer__links li>a span {
  margin-top: 3px
}

@media screen and (max-width:767px) {
  .c-footer__links li>a span img {
    height: auto;
    margin-top: 0;
    width: 2.93333vw
  }
}

.c-footer__copyright {
  color: #7d7d7d;
  display: block;
  font-family: IST Light, Noto Sans JP, YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: lighter;
  letter-spacing: .05em;
  text-align: center
}

@media screen and (max-width:767px) {
  .c-footer__copyright {
    font-size: 2.93333vw;
    margin-top: 4.26667vw;
    text-align: left
  }
}

.c-nav-global {
  position: relative
}

.c-nav-global__body {
  margin: 0 auto
}

@media screen and (max-width:991px) {
  .c-nav-global__body {
    padding: 0
  }
}

.c-nav-global__body>a {
  align-items: center;
  background-color: #313131;
  border-radius: 8vw;
  color: #fff;
  display: flex;
  font-size: 4.6vw;
  font-weight: 500;
  justify-content: center;
  margin-top: 26.66667vw;
  padding: 4.8vw 6.13333vw 4.8vw 7.2vw;
  text-decoration: none
}

.c-nav-global__body>a.inquiry{
  background-color: #dd2626;
}

.c-nav-global__body>a +a{
  margin-top: 5.93333vw;
}

@media screen and (min-width:768px) {
  .c-nav-global__body>a {
    display: none
  }
}

.c-nav-global__body>a:before {
  background: url(../img/shape-download.png) no-repeat 50%/100% auto;
  content: "";
  display: block;
  width: 5.6vw;
  height: 4.8vw;
  margin-right: 6vw;
}

.c-nav-global__body a.inquiry:before {
  background: url(../img/shape-contact.png) no-repeat 50%/100% auto;
}

.c-nav-global__list {
  display: flex;
  gap: 0 40px;
  list-style-type: none;
  padding: 0
}

@media screen and (max-width:1259px) {
  .c-nav-global__list {
    gap: 0 1.6vw
  }
}

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

  .c-nav-global__item:not(:first-child) {
    margin-top: 10.66667vw
  }
}

.c-nav-global__item a {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  transition: color .3s
}

@media screen and (min-width:768px) {
  .c-nav-global__item a {
    color: #000;
  }
}

@media screen and (max-width:1259px) {
  .c-nav-global__item a {
    font-size: 1.26984vw
  }
}

@media screen and (max-width:767px) {
  .c-nav-global__item a {
    font-size: 5.33333vw;
    font-weight: 500
  }
}

@media screen and (min-width:768px) {
  .c-nav-global__item a:hover {
    color: #E63D30
  }
}

.c-banner {
  align-items: center;
  /*background-color: #fff;*/
  border-radius: 5px;
  bottom: 16px;
  display: flex;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, .1));
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 32px;
  visibility: hidden;
  z-index: 9999
}

@media screen and (max-width:767px) {
  .c-banner {
    bottom: 1.33333vw;
    left:50%;
    transform: translateX(-50%);
  }
}

.c-banner a {
  /*background: #313131;
  border: 4px solid #12b886;
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 0 0 18px;
  text-decoration: none;*/
  transition: opacity .3s ease;
  /*width: 174px*/
}

@media screen and (max-width:767px) {
  .c-banner a {
    /*align-items: center;
    border-radius: .66667vw;
    border-width: 2px;
    display: flex;
    font-size: 2.93333vw;
    gap: 0 3.73333vw;
    height: 17.6vw;
    justify-content: center;
    padding: .8vw 0 2.13333vw .53333vw;
    width: 84vw*/
  }
}

@media screen and (min-width:768px) {
  .c-banner a:hover {
    opacity: .8
  }
}

.c-banner a picture {
  margin: -18px auto 0
}

@media screen and (max-width:767px) {
  .c-banner a picture {
    margin-top: -3.73333vw
  }
}

.c-banner a img {
  display: block;
  margin: 0 auto
}

@media screen and (max-width:767px) {
  .c-banner a img {
    margin: 0;
    width: 84vw
  }
}

.c-banner a p {
  color: #fff;
  margin: 2px auto 0;
  text-align: center
}

@media screen and (max-width:767px) {
  .c-banner a p {
    margin: 0;
    text-align: left
  }
}

.c-banner a p span {
  display: block;
  position: relative
}

@media screen and (min-width:768px) {
  .c-banner a p span {
    margin: 0 auto;
    padding-bottom: 1px;
    width: -moz-fit-content;
    width: fit-content
  }

  .c-banner a p span:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
  }
}

.c-banner button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 24px
}

@media screen and (max-width:767px) {
  .c-banner button {
    height: 5.33333vw;
    right: -23vw;
    top: -1.06667vw;
    width: 5.33333vw
  }
}

.c-banner button img {
  height: 8px;
  width: 8px
}

@media screen and (max-width:767px) {
  .c-banner button img {
    height: 1.86667vw;
    width: 1.86667vw
  }
}

.p-pa-overview__video-area {
  margin-top: 30px;
  background-image: url(../img/overview_dot.svg);
  background-repeat: repeat-x;
  background-position: top
}

.p-pa-overview__video-title {
  font-size: 20px;
  text-align: center
}

.p-pa-overview__video-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 20px
}

.p-pa-overview__video{
  margin: 0 30px;
}

.p-pa-overview__video video{
  border-radius: 20px;
}

.p-pa-overview__video img {
  vertical-align: middle
}

.p-pa-overview__video-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  width: 50px;
  height: 50px;
  margin: auto;
  transition: background-color .3s ease;
  border-radius: 50%;
  background-color: #002d42;
  place-content: center
}

.p-pa-overview__video-button svg {
  position: relative;
  fill: #fff
}

/* タブボタン */
.c-page-lp__function-style-tab-buttons {
  display: flex;
  gap: 24px;
  margin: 0 100px;
  align-items: flex-start;
}

.tab-btn {
  display: block;
  width: 477px;
  background-color: #f1f1f1;
  border: none;
  margin: 0;
  padding: 20px 12px 24px;
  cursor: pointer;
  font-style: normal;
  font-size: 4rem;
  font-weight: 900;
  color: #313131;
  transition: all 0.3s ease;
  position: relative;
  text-align: left;
  border-radius: 20px;
  text-align: center;
}

@media screen and (max-width:480px) {
  .tab-btn {
    border-radius: 12px;
  }
}

.tab-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 184, 134, 0.2);
  transition: background-color .3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #F1F1F1;
}

.tab-btn:hover::before {
  background-color: rgba(18, 184, 134, 0);
}

.tab-btn.active {
  width: 500px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
  padding-bottom: 44px;
}

@media screen and (max-width:480px) {
  .tab-btn.active {
    border-radius: 12px 12px 0 0;
  }
}

.tab-btn.active::before {
  background-color: rgba(18, 184, 134, 0);
}

/*.tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #4CAF50;
  animation: fadeIn 0.3s ease;
}*/

@media screen and (max-width:1259px) {
  .tab-btn,
  .tab-btn.active {
    width: auto;
  }
}

.tab-btn .tab-btn-content-wrapper{
  display: inline-block;
}

@media screen and (max-width:480px) {
.tab-btn .tab-btn-content-wrapper{
  display: block;
}
}

.tab-btn .tab-btn-content{
  display: flex;
  align-items: center;
  gap: 9px;
  transition: color 0.3s ease;
}

.tab-btn .tab-btn-content img{
  display: block;
  width: 159px;
  height: 110px;
}

.tab-btn .tab-btn-content p{
  width: 260px;
  margin: 0;
  color: #313131;
  transition: color 0.3s ease;
  text-align: left;
}

.tab-btn:hover .tab-btn-content p{
  color: #313131;
}

.tab-btn .tab-btn-content p em{
  display: block;
  margin-bottom: 8px;
  color: #12b886;
  font-size: 1.8rem;
  font-style: normal;
}

.c-page-lp__function-style-tab-content{
  margin: 0 100px;
  text-align: center;
}

@media screen and (max-width:1280px) {
  .tab-btn .tab-btn-content img{
    width: 12.421875vw;
    height: auto;
  }

  .tab-btn .tab-btn-content p{
    width: 20.3125vw;
  }
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style-tab-buttons {
    width: auto;
    margin: 0;
    gap: 1.6vw;
    flex-direction: row;
  }

  .tab-btn {
    width: 32vw;
    text-align: center;
    transition: 0s;
  }

  .tab-btn.active {
    width: 55.7333vw;
    padding-bottom: 5.3333vw;
  }

  .tab-btn .tab-btn-content{
    /*flex-direction: column;*/
  }

  .tab-btn.active .tab-btn-content{
    gap: 9px;
  }

  .tab-btn .tab-btn-content img{
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
  }
  
  .tab-btn.active .tab-btn-content img{
    display: block;
    width: 23.4667vw;
    height: auto;
    opacity: 1;
  }

  .tab-btn .tab-btn-content p em{
    display: none;
  }

  .tab-btn .tab-btn-content p{
    width: 100%;
    font-size: 2.2rem;
  }

  .c-page-lp__function-style-tab-content{
    margin: 0;
  }
}

@media screen and (max-width:480px) {
  .tab-btn .tab-btn-content p{
    text-align: center;
  }
  .tab-btn.active .tab-btn-content p{
    text-align: left;
  }
}

/* タブコンテンツ */
.tab-content {
  position: relative;
  min-height: 200px;
}

.tab-panel {
  display: none;
  opacity: 0;
  padding: 42px 124px 40px;
  background-color: #fff;
  transition: opacity 0.5s ease;
  border-radius: 0 0 20px 20px;
}

.tab-panel#function-style1 {
  border-radius: 0 20px 20px 20px;
}

.tab-panel#function-style2 {
  border-radius: 20px 0 20px 20px;
}

@media screen and (max-width:480px) {
  .tab-panel {
    border-radius: 0 0 12px 12px;
  }

  .tab-panel#function-style1 {
    border-radius: 0 12px 12px 12px;
  }

  .tab-panel#function-style2 {
    border-radius: 12px 0 12px 12px;
  }
}

.tab-panel.active {
  display: block;
  opacity: 1;
}

@media screen and (max-width:767px) {
  .tab-panel {
    padding: 5.6vw 4vw 6.4vw;
  }
}

.c-page-lp__function-style-tab-content-article{
  padding-bottom: 57px;
  margin-bottom: 24px;
  background-image: url('../img/arrow_function.svg');
  background-position: center bottom;
  background-size: 38px 33px;
  background-repeat: no-repeat;
}

#function-style2 .c-page-lp__function-style-tab-content-article{
  background-image: none;
  padding-bottom: 0;
}

.c-page-lp__function-style-tab-content-article:nth-of-type(2){
  background-image: none;
  padding-bottom: 0;
}

.c-page-lp__function-style-tab-content-article:last-of-type{
  padding-bottom: 0;
  margin-bottom: 0;
}

.c-page-lp__function-style-tab-content-article-txt em{
  color: #12b886;
}

.c-page-lp__function h4.c-page-lp__function-style-tab-content-head {
  margin: 0 0 16px 0;
  padding: 0;
  border-top: none;
  border-bottom: none;
  color: #313131;
  font-size: 2.4rem;
  font-weight: 700;
}

.c-page-lp__function h4.c-page-lp__function-style-tab-content-head em{
  color: #12b886;
  font-style: normal;
}

.c-page-lp__function p.c-page-lp__function-style-tab-content-head-txt{
  margin-bottom: 36px;
  font-size: 1.6rem;
  text-align: left;
}

.c-page-lp__function p.c-page-lp__function-style-tab-content-head-txt em{
  color: #12b886;
  font-style: normal;
}

.c-page-lp__function-style-tab-content-video-wrapper{
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width:767px) {
  .c-page-lp__function-style-tab-content-video-wrapper{
    width: 100%;
  }
}

.c-page-lp__function-style-tab-content-video-wrapper video{
  display: block;
  transition: opacity 0.5s ease;
  cursor: pointer;
  height: auto;
}

.c-page-lp__function-style-tab-content-video-wrapper video:hover{
  opacity: 0.8;
}

.c-page-lp__function-style-tab-content-img{
  margin: 0 auto;
}

.c-page-lp__function-style-tab-content-img img{
  margin: 0 auto;
}

.c-page-lp__function-style-tab-content p.c-page-lp__function-style-tab-content-article-txt{
  margin-top: 24px;
  text-align: left;
}

.c-page-lp__function-style-tab-content p.c-page-lp__function-style-tab-content-article-txt em{
  font-style: normal;
}

@media screen and (max-width:767px) {
  .c-page-lp__function h4.c-page-lp__function-style-tab-content-head {
    font-size: 2.4rem;
    line-height: 1.4;
  }

  .c-page-lp__function-style-tab-content-article{
    padding-bottom: 46px;
    margin-bottom: 12px;
    background-size: 24px 20px;
  }

  .c-page-lp__function-style-tab-content-img img{
    width: 100%;
    height: auto;
  }
}

.c-page-lp__header .c-header__logo_over{
  display: none;
}

.c-header__logo_over img{
  fill: #fff;
  width: 23.86667vw;
  height: auto;
}

@media screen and (max-width:767px) {
  .c-page-lp__header .c-header__logo_over{
    position: absolute;
    display: none;
    opacity: 0;
  }
  .c-page-lp__header[data-open=false] .c-header__logo_over{
    display: none;
    opacity: 0;
  }
  .c-page-lp__header[data-open=true] .c-header__logo_over{
    display: block;
    opacity: 1;
    transition: 0.5s;
  }
}

.tab-panel p {
  color: #313131;
  line-height: 1.6;
}

html {
  scroll-padding-top: calc((var(--headerHeight, 80px))); 
}

/* フェードアニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-panel {
  animation: fadeIn 0.5s ease;
}