@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");

/*===============================================
 base
===============================================*/
/*===============================================
 reset
===============================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*===============================================
 responsive element
===============================================*/
.sp-inline {
  display: inline !important;
}

.sp-inline-block {
  display: inline-block !important;
}

.sp-block {
  display: block !important;
}

.sp-flex {
  display: flex !important;
}

.tb-inline,
.tb-inline-block,
.tb-block,
.tb-flex {
  display: none !important;
}

.tb-only-inline,
.tb-only-inline-block,
.tb-only-block,
.tb-only-flex {
  display: none !important;
}

.menu-br {
  display: none !important;
}

.pc-inline,
.pc-inline-block,
.pc-block,
.pc-flex {
  display: none !important;
}

@media only screen and (min-width: 769px) {

  .sp-inline,
  .sp-inline-block,
  .sp-block,
  .sp-flex {
    display: none !important;
  }

  .tb-inline {
    display: inline !important;
  }

  .tb-inline-block {
    display: inline-block !important;
  }

  .tb-block {
    display: block !important;
  }

  .tb-flex {
    display: flex !important;
  }

  .tb-only-inline {
    display: inline !important;
  }

  .tb-only-inline-block {
    display: inline-block !important;
  }

  .tb-only-block {
    display: block !important;
  }

  .tb-only-flex {
    display: flex !important;
  }

  .menu-br {
    display: inline !important;
  }
}

@media only screen and (min-width: 1280px) {

  .tb-only-inline,
  .tb-only-inline-block,
  .tb-only-block,
  .tb-only-flex {
    display: none !important;
  }

  .pc-inline {
    display: inline !important;
  }

  .pc-inline-block {
    display: inline-block !important;
  }

  .pc-block {
    display: block !important;
  }

  .pc-flex {
    display: flex !important;
  }
}

.issp {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

@media only screen and (min-width: 769px) {
  .issp {
    display: none;
  }
}

/*===============================================
 animation
===============================================*/
@keyframes anim-kv-1-sp {
  0% {
    background-position: 0vw 0px;
  }

  100% {
    background-position: 526vw 0px;
  }
}

@keyframes anim-kv-1-tb {
  0% {
    background-position: 0vw 0px;
  }

  100% {
    background-position: 204.53125vw 0px;
  }
}

@keyframes anim-kv-1-pc {
  0% {
    background-position: 0px 0px;
  }

  100% {
    background-position: 2618px 0px;
  }
}

@keyframes anim-kv-2-sp {
  0% {
    background-position: 0vw 0px;
  }

  100% {
    background-position: -520.9333333333vw 0px;
  }
}

@keyframes anim-kv-2-tb {
  0% {
    background-position: 0vw 0px;
  }

  100% {
    background-position: -203.4375vw 0px;
  }
}

@keyframes anim-kv-2-pc {
  0% {
    background-position: 0px 0px;
  }

  100% {
    background-position: -2604px 0px;
  }
}

@keyframes anim-kv-beat {
  0% {
    transform: scale(1);
  }

  90% {
    transform: scale(1);
  }

  95% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/*===============================================
 common
===============================================*/
img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.1s linear;
  backface-visibility: hidden;
  cursor: default;
}

a[href] {
  cursor: pointer;
}

a[href]:hover,
a[href]:active {
  opacity: 0.7;
}

button,
input[type=submit] {
  transition: opacity 0.1s linear;
}

button:hover,
button:active,
input[type=submit]:hover,
input[type=submit]:active {
  opacity: 0.7;
}

.alt {
  display: none;
}

/*===============================================
 layout
===============================================*/
html {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}

@media only screen and (min-width: 769px) {
  html {
    font-size: 0.78125vw;
  }
}

@media only screen and (min-width: 1280px) {
  html {
    font-size: 62.5%;
  }
}

body {
  min-height: 100%;
  background-color: #fff;
  color: #333333;
  font-size: 4.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.7333333333;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@media only screen and (min-width: 769px) {
  body {
    font-size: 2.5rem;
    line-height: 1.76;
  }
}

@media only screen and (min-width: 1280px) {
  body {
    font-size: 2.5rem;
  }
}

/*===============================================
 footer
===============================================*/
.l-footer__pagetop {
  position: absolute;
  right: 6.6666666667vw;
  bottom: 48vw;
  width: 10.2666666667vw;
  height: 10.2666666667vw;
}

@media only screen and (min-width: 769px) {
  .l-footer__pagetop {
    right: 50px;
    bottom: 310px;
    width: 42px;
    height: 42px;
  }
}

@media only screen and (min-width: 1280px) {
  .l-footer__pagetop {
    bottom: 240px;
  }
}

.l-footer__pagetop__checker,
.l-footer__pagetop>button {
  display: block;
  z-index: 99;
  width: 10.2666666667vw;
  height: 10.2666666667vw;
  opacity: 0;
  pointer-events: none;
}

@media only screen and (min-width: 769px) {

  .l-footer__pagetop__checker,
  .l-footer__pagetop>button {
    width: 42px;
    height: 42px;
  }
}

.l-footer__pagetop__checker {
  position: fixed;
  right: 6.6666666667vw;
  bottom: 6.6666666667vw;
}

@media only screen and (min-width: 769px) {
  .l-footer__pagetop__checker {
    right: 50px;
    bottom: 50px;
  }
}

.l-footer__pagetop>button {
  padding: 0;
  border: 0;
  background: transparent;
  transition: opacity 0.3s;
}

.l-footer__pagetop>button.is-visible {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.l-footer__pagetop>button.is-fixed {
  position: fixed;
  right: 6.6666666667vw;
  bottom: 6.6666666667vw;
}

@media only screen and (min-width: 769px) {
  .l-footer__pagetop>button.is-fixed {
    right: 50px;
    bottom: 50px;
  }
}

.l-footer__in {
  position: relative;
  padding: 9.6vw 6.6666666667vw 5.3333333333vw;
}

@media only screen and (min-width: 769px) {
  .l-footer__in {
    padding: 72px 50px 40px;
  }
}

@media only screen and (min-width: 1280px) {
  .l-footer__nav {
    display: flex;
  }
}

.l-footer__nav__ttl {
  color: #646464;
  font-size: 6.1333333333vw;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 769px) {
  .l-footer__nav__ttl {
    font-size: 24px;
  }
}

.l-footer__nav ul {
  margin-top: 6.6666666667vw;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 769px) {
  .l-footer__nav ul {
    margin-top: 42px;
    width: 640px;
    font-size: 14px;
    column-count: 3;
  }
}

@media only screen and (min-width: 1280px) {
  .l-footer__nav ul {
    margin-top: 0;
    margin-left: 60px;
  }
}

.l-footer__nav ul li:not(:first-child) {
  margin-top: 5.6vw;
}

@media only screen and (min-width: 769px) {
  .l-footer__nav ul li:not(:first-child) {
    margin-top: 32px;
  }
}

.l-footer__nav ul li a {
  color: #000000;
}

.l-footer__logo {
  margin-top: 17.6vw;
}

@media only screen and (min-width: 769px) {
  .l-footer__logo {
    width: 258px;
    margin: 84px auto 0 0;
  }
}

.l-footer__logo>img {
  display: block;
}

.l-footer__copyright {
  margin-top: 8.5333333333vw;
  text-align: right;
  color: #505050;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (min-width: 769px) {
  .l-footer__copyright {
    position: absolute;
    right: 50px;
    bottom: 40px;
    margin-top: 0;
    font-size: 14px;
  }
}

/*===============================================
 modules
===============================================*/
/*===============================================
 pages
===============================================*/
/*===============================================
 home
===============================================*/
.p-home-bnr {
  background-color: #F0E3F2;
}

.p-home-bnr>a {
  display: block;
}

@media only screen and (min-width: 769px) {
  .p-home-bnr>a {
    max-width: 650px;
    margin: 0 auto;
  }
}

.p-home-bnr>a>img {
  display: block;
  width: 100%;
}

.p-home-kv {
  position: relative;
}

.p-home-kv__ttl {
  position: relative;
  z-index: 3;
}

.p-home-kv__ttl>picture {
  display: block;
}

.p-home-kv__ttl>picture>img {
  display: block;
  width: 100%;
}

.p-home-kv .induce_area {
  position: relative;
}

.p-home-kv .link_btn {
  position: absolute;
  top: 42.5rem;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  text-align: center;
  display: flex !important;
  justify-content: center;
  gap: 5vw;
}

.p-home-kv .link_btn a {
  font-size: 0;
}

.p-home-kv .link_btn a:last-child {
  margin-right: 0;
}

.p-home-reasons {
  position: relative;
  background-image: url(../images/home-reasons-bg.png);
  z-index: 2;
  padding-top: 40vw;
  margin-top: -40vw;
  margin-bottom: 10vw;
}

@media only screen and (min-width: 769px) {
  .p-home-kv {
    position: relative;
    background-image: url('../images/bg-pc.png');
  }

  .p-home-reasons {
    position: relative;
    background-image: url(../images/home-reasons-bg-pc.png);
    margin-top: -275px;
    z-index: 2;
    background-size: 100%;
    padding-top: 200px;
    margin-bottom: 100px;
    padding-bottom: 100px;
  }

  .p-home-kv .link_btn {
    display: none !important;
  }
}

.p-home-reasons__ttl {
  width: 88.5333333333vw;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .p-home-reasons__ttl {
    width: 678px;
  }
}

.p-home-reasons__ttl>picture {
  display: block;
}

.p-home-reasons__ttl>picture>img {
  display: block;
}

.p-home-reasons__lead {
  margin: 6.4vw 6.6666666667vw 0;
}

@media only screen and (min-width: 769px) {
  .p-home-reasons__lead {
    width: calc(100% - 100px);
    max-width: 1180px;
    margin: 48px auto 0;
  }
}

.p-home-reasons__lead>p {
  font-size: 3.7333333333vw;
  line-height: 1.8333333333;
}

@media only screen and (min-width: 769px) {
  .p-home-reasons__lead>p {
    font-size: 25px;
    line-height: 1.8461538462;
  }
}

.p-home-reasons__slider {
  position: relative;
  margin-top: 8vw;
  padding: 0 4vw 10.4vw;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .p-home-reasons__slider {
    margin-top: 88px;
    padding: 0 20px 48px;
  }
}

.p-home-reasons__slider__in {
  position: static;
  overflow: visible;
  width: 61.2vw;
  margin-left: 0;
}

@media only screen and (min-width: 769px) {
  .p-home-reasons__slider__in {
    width: 397px;
  }
}

.p-home-reasons__slider__pagination {
  position: absolute;
  left: 0;
  bottom: 0 !important;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.p-home-reasons__slider__pagination .swiper-pagination-bullet {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-radius: 1.3333333333vw;
  background-color: #cfcdcd;
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  .p-home-reasons__slider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}

.p-home-reasons__slider__pagination .swiper-pagination-bullet-active {
  background-color: #333333;
}

.p-home-reasons__slide {
  box-sizing: border-box;
  padding: 0 0.5333333333vw;
}

@media only screen and (min-width: 769px) {
  .p-home-reasons__slide {
    padding: 0 4px;
  }
}

.p-home-reasons__slide__thumb {
  display: block;
}

.p-home-reasons__slide__thumb>img {
  display: block;
}

.p-home-reasons__slide__txt {
  margin: 3.7333333333vw 3.0666666667vw 0 2.6666666667vw;
}

@media only screen and (min-width: 769px) {
  .p-home-reasons__slide__txt {
    margin: 24px 20px 0 18px;
  }
}

.p-home-reasons__slide__txt>p {
  font-size: 3.2vw;
  line-height: 1.8333333333;
}

@media only screen and (min-width: 769px) {
  .p-home-reasons__slide__txt>p {
    font-size: 20px;
    line-height: 1.9;
  }
}




.p-all_reasons-reason__container {
  margin-top: 15.2vw;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__container {
    margin-top: 60px;
  }
}

.p-all_reasons-reason__item {
  position: relative;
}


@media only screen and (max-width: 768px) {
  .p-all_reasons-reason__item:not(:first-child) {
    margin-top: 20.2666666667vw;
  }

  .p-all_reasons-reason__item:nth-child(1) .p-all_reasons-reason__item__in .p-all_reasons-reason__item__ttl {
    text-align: right;
  }
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item:not(:first-child) {
    margin-top: 60px;
  }
}

.p-all_reasons-reason__item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.6;
  content: "";
}

.p-all_reasons-reason__item:nth-child(1):before {
  left: 6.6666666667vw;
  right: 0;
  background-color: #fff;
  border-radius: 13.3333333333vw 0 0 2vw;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item:nth-child(1):before {
    left: 11.6949152542vw;
    border-radius: 100px 0 0 15px;
  }
}


.p-all_reasons-reason__item:nth-child(2):before {
  left: 0;
  right: 6.6666666667vw;
  background-color: #fff;
  border-radius: 0 13.3333333333vw 2vw 0;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item:nth-child(2):before {
    right: 11.6949152542vw;
    border-radius: 0 100px 15px 0;
  }
}

.p-all_reasons-reason__item:nth-child(3) {
  padding-bottom: 10vw;
}

.p-all_reasons-reason__item:nth-child(3):before {
  left: 6.6666666667vw;
  right: 0;
  background-color: #fff;
  border-radius: 13.3333333333vw 0 0 2vw;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item:nth-child(3):before {
    left: 11.6949152542vw;
    border-radius: 100px 0 0 15px;
  }

  .p-all_reasons-reason__item:nth-child(3) {
    padding-bottom: 0vw;
  }
}


.p-all_reasons-reason__item:nth-child(4):before {
  left: 0;
  right: 6.6666666667vw;
  background-color: #fff;
  border-radius: 0 13.3333333333vw 2vw 0;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item:nth-child(4):before {
    right: 11.6949152542vw;
    border-radius: 0 100px 15px 0;
  }
}

.p-all_reasons-reason__item__in {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item__in {
    display: flex;
    gap: 50px;
  }
}

.p-all_reasons-reason__item:nth-child(2) .p-all_reasons-reason__item__in {
  padding: 8vw 13.3333333333vw 8vw 6.6666666667vw;
}

.p-all_reasons-reason__item:nth-child(4) .p-all_reasons-reason__item__in {
  padding: 8vw 13.3333333333vw 8vw 6.6666666667vw;
}

@media only screen and (min-width: 769px) {

  .p-all_reasons-reason__item:nth-child(2) .p-all_reasons-reason__item__in {
    padding: 70px 18.779661vw 70px 130px;
    flex-direction: row-reverse;
    gap: 120px;
  }

  .p-all_reasons-reason__item:nth-child(4) .p-all_reasons-reason__item__in {
    padding: 102px 18.779661vw 70px 11.864407vw;
    flex-direction: row-reverse;
    gap: 97px;
  }
}

.p-all_reasons-reason__item:nth-child(1) .p-all_reasons-reason__item__in {
  padding: 9vw 6.6666666667vw 8vw 13.3333333333vw;
}

.p-all_reasons-reason__item:nth-child(3) .p-all_reasons-reason__item__in {
  padding: 8vw 6.6666666667vw 8vw 13.3333333333vw;
}




@media only screen and (min-width: 769px) {

  .p-all_reasons-reason__item:nth-child(1) .p-all_reasons-reason__item__in {
    padding: 88px 12.864407vw 0px 19.779661vw;
  }

  .p-all_reasons-reason__item:nth-child(3) .p-all_reasons-reason__item__in {
    padding: 88px 12.864407vw 0px 19.779661vw;
  }
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item__info {
    /*width: 47.567695962%;*/
    width: 450px;
  }
}


.p-all_reasons-reason__item:nth-child(4) {
  padding-bottom: 5vw;
}

.p-all_reasons-reason__item:nth-child(4) .p-all_reasons-reason__item__in .p-all_reasons-reason__item__ttl .en {
  color: #a1d8e3;
}

.p-all_reasons-reason__item:nth-child(4) .peace_area {
  margin-top: 0px;
  z-index: 10;
  position: relative;
}

.p-all_reasons-reason__item:nth-child(4) .peace_area .ttl {
  text-align: center;
}

.p-all_reasons-reason__item:nth-child(4) .peace_area .ttl img {
  max-width: 50%;
  margin: auto;
}

.p-all_reasons-reason__item:nth-child(4) .flex_box {
  max-width: 90%;
  width: 100%;
  margin: auto;
  margin-bottom: 4vw;
}

.p-all_reasons-reason__item:nth-child(4) .flex_box .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5vw;
  margin-bottom: 5vw;
}

.p-all_reasons-reason__item:nth-child(4) .flex_box .box .img {
  margin-top: 10vw;
}

.p-all_reasons-reason__item:nth-child(4) .flex_box .sub_ttl {
  font-size: 3.47vw;
  font-weight: 900;
  margin-bottom: 5px;
  line-height: 1.5;
  margin-top: 0px;
}

.p-all_reasons-reason__item:nth-child(4) .flex_box .txt_area {
  width: 52%;
}

.p-all_reasons-reason__item:nth-child(4) .flex_box .txt_area .icon img {
  max-width: 9.07vw;
}

.p-all_reasons-reason__item:nth-child(4) .flex_box .img img {
  max-width: 29.33vw;
}

.p-all_reasons-reason__item:nth-child(4) .flex_box .txt {
  font-size: 3.47vw;
  line-height: 1.5;
}

.p-all_reasons-reason__item:nth-child(4) .lead_txt {
  background: #fff;
  text-align: left;
  max-width: 75%;
  margin: auto;
  font-size: 3.47vw;
  font-weight: 500;
  border-radius: 12px;
  padding: 16px 12px;
  position: relative;
  z-index: 10;
  transform: translateX(-4%);
}

@media only screen and (min-width: 769px) {

  .p-all_reasons-reason__item:nth-child(4) {
    padding-bottom: 80px;
  }

  .p-all_reasons-reason__item:nth-child(4) .p-all_reasons-reason__item__in .p-all_reasons-reason__img {
    top: 0;
    max-width: 353px;
  }

  .p-all_reasons-reason__item:nth-child(4) .p-all_reasons-reason__item__in .p-all_reasons-reason__item__ttl .en img {}

  .p-all_reasons-reason__item:nth-child(4) .p-all_reasons-reason__item__in .p-all_reasons-reason__item__ttl .en {
    color: #c19bba;
  }

  .p-all_reasons-reason__item:nth-child(4) .flex_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 30px;
    max-width: 900px;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }

  .p-all_reasons-reason__item:nth-child(4) .flex_box .box {
    width: calc(100% / 4 - 25px);
    align-items: initial;
    margin-bottom: 0;
    gap: 0;
  }

  .p-all_reasons-reason__item:nth-child(4) .flex_box .sub_ttl {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1.5;
    margin-top: 10px;
  }

  .p-all_reasons-reason__item:nth-child(4) .flex_box .img img {
    max-width: 201px;
  }

  .p-all_reasons-reason__item:nth-child(4) .flex_box .txt {
    font-size: 16px;
    line-height: 1.5;
  }

  .p-all_reasons-reason__item:nth-child(4) .lead_txt {
    background: #fff;
    text-align: center;
    max-width: 900px;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    padding: 16px 0;
    position: relative;
    z-index: 10;
    transform: none;
  }

  .p-all_reasons-reason__item:nth-child(4) .peace_area {
    margin-top: 0px;
    z-index: 10;
    position: relative;
  }

  .p-all_reasons-reason__item:nth-child(4) .peace_area .ttl {
    text-align: center;
    margin-bottom: 30px;
  }

  .p-all_reasons-reason__item:nth-child(4) .peace_area .ttl img {
    max-width: 284px;
    margin: auto;
  }

  .p-all_reasons-reason__item:nth-child(4) .flex_box .txt_area {
    width: 100%;
  }

  .p-all_reasons-reason__item:nth-child(4) .flex_box .box .img {
    margin: 0;
  }

}


.p-all_reasons-reason__item__ttl {
  color: #ffffff;
}

.p-all_reasons-reason__item__ttl .en {
  display: block;
  font-family: 'Inter', sans-serif;
  font-style: italic;
  font-size: 6.1333333333vw;
  font-weight: 700;
  line-height: 1.0869565217;
  color: #ae81d7;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item__ttl .en {
    font-size: 34px;
  }


}

.p-all_reasons-reason__item__ttl .ja {
  display: block;
  margin-top: 3.2vw;
  font-size: 5.5333333333vw;
  font-weight: 700;
  line-height: 1.5;
  color: #1A1A1A;
  font-family: 'Zen Maru Gothic', sans-serif;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item__ttl .ja {
    margin-top: 24px;
    font-size: 32px;

  }
}

.p-all_reasons-reason__item:nth-child(2) .p-all_reasons-reason__item__ttl .en,
.p-all_reasons-reason__item:nth-child(3) .p-all_reasons-reason__item__ttl .en {
  color: #c1d1e1;
}

.p-all_reasons-reason__item:nth-child(3) .p-all_reasons-reason__item__ttl {
  text-align: right;
}


.p-all_reasons-reason__item:nth-child(3) .img.sp-block img {
  margin-left: -12%;
  max-width: 120%;
  position: relative;
  box-sizing: content-box;
}

@media only screen and (min-width: 769px) {

  .p-all_reasons-reason__item:nth-child(2) .p-all_reasons-reason__item__ttl,
  .p-all_reasons-reason__item:nth-child(3) .p-all_reasons-reason__item__ttl {
    text-align: left;
  }

  .p-all_reasons-reason__item:nth-child(2) .p-all_reasons-reason__item__ttl .en,
  .p-all_reasons-reason__item:nth-child(3) .p-all_reasons-reason__item__ttl .en {
    color: #9f74e3;
  }
}

.p-all_reasons-reason__item__lead {
  margin: 6.4vw 0 0;
  font-size: 3.7333333333vw;
  line-height: 1.7857142857;
}

.p-all_reasons-reason__item:nth-child(2) .img.sp-block {
  max-width: 70%;
  margin: auto;
}

.p-all_reasons-reason__item:nth-child(3) .img.sp-block {
  max-width: 100%;
  margin: auto;
}

.p-all_reasons-reason__item:nth-child(2) .p-all_reasons-reason__item__lead {
  margin-bottom: 5vw;
}

.p-all_reasons-reason__item:nth-child(2) .p-all_reasons-reason__item__lead__banner {
  margin-bottom: 5vw;
}


@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item__lead {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.5;
    color: #1A1A1A;
  }

  .p-all_reasons-reason__item:nth-child(2) .img.sp-block {
    max-width: 100%;
    margin: auto;
  }

  .p-all_reasons-reason__item:nth-child(2) .p-all_reasons-reason__item__lead {
    margin-bottom: 0vw;
  }

  .p-all_reasons-reason__item:nth-child(2) .p-all_reasons-reason__item__lead__banner {
    margin-bottom: 0vw;
  }
}

.p-all_reasons-reason__item__lead small {
  font-size: 3.3333333333vw;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item__lead small {
    font-size: 14px;
  }
}

.p-all_reasons-reason__item__lead__banner {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item__lead__banner {
    max-width: 450px;
    margin-top: 24px;
  }
}


.p-all_reasons-reason__item__thumb {
  margin: 3vw auto 0;
  width: 84%;
  margin-right: 0;
}

.p-all_reasons-reason__item__slider__slide {
  max-width: 253px;
}

.p-all_reasons-reason__item__slider {
  overflow: hidden;
  position: relative;
}

.p-all_reasons-reason__item__slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: -61px;
  width: 60px;
  height: 100%;
  background: linear-gradient(to right, #e6dff6 80%, transparent);
  z-index: 2;
}

.p-all_reasons-reason__item__slider::after {
  content: '';
  position: absolute;
  top: 0;
  left: -15vw;
  width: 11.86vw;
  height: 100%;
  background: linear-gradient(to right, #cba9e1 30%, #c1aee8);
  z-index: 2;
  display: none;
}

.p-all_reasons-reason__item__slider .j-slider__pagination {
  bottom: -70px;
}

.p-all_reasons-reason__item__slider__slide .txt {
  font-size: 13px;
}

.j-slider__pagination {
  text-align: center;
  margin-top: 16px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 1;
  margin: 0 10px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item__thumb {
    position: relative;
    transform: translateX(17%);
    width: 100%;
    max-width: none;
    padding-bottom: 90px;
    overflow: visible;
  }

  .p-all_reasons-reason__item__slider__slide .txt {
    font-size: 18px;
  }

  .p-all_reasons-reason__item__slider__slide {
    max-width: 353px;
  }
}

.p-all_reasons-reason__item__thumb>img {
  display: block;
  width: 100%;
  height: auto;
}

.p-all_reasons-reason__item__slider__slide>img {
  display: block;
}

.p-all_reasons-reason__item__slider__ctrl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4vw;
  line-height: 6.2666666667vw;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item__slider__ctrl {
    margin-top: 20px;
    line-height: 28px;
  }
}

.p-all_reasons-reason__item__slider__prev,
.p-all_reasons-reason__item__slider__next {
  position: relative;
  right: auto;
  left: auto;
  width: 6.2666666667vw;
  height: 6.2666666667vw;
  margin: 0;
}

@media only screen and (min-width: 769px) {

  .p-all_reasons-reason__item__slider__prev,
  .p-all_reasons-reason__item__slider__next {
    width: 28px;
    height: 28px;
  }
}

.p-all_reasons-reason__item__slider__prev:after,
.p-all_reasons-reason__item__slider__next:after {
  width: 100%;
  height: 100%;
  content: "";
}

.p-all_reasons-reason__item__slider__prev:after {
  background: url(../images/event-arw-prev.svg) no-repeat;
  background-size: 100% 100%;
}

.p-all_reasons-reason__item__slider__next:after {
  background: url(../images/event-arw-next.svg) no-repeat;
  background-size: 100% 100%;
}

.p-all_reasons-reason__item__slider__pagination {
  margin-top: 5vw;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  position: static !important;
  display: flex;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item__slider__pagination {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    width: auto !important;
    display: flex;
    margin: 0 1.6vw;
  }
}

.p-all_reasons-reason__item__slider__pagination .swiper-pagination-bullet {
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 0.8vw;
  margin: 0 2.1333333333vw !important;
  background-color: #CFCDCD;
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item__slider__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 7px !important;
  }
}

.p-all_reasons-reason__item__slider__pagination .swiper-pagination-bullet-active {
  background-color: #333;
}

.p-all_reasons-reason__item__deco {
  position: absolute;
}

.p-all_reasons-reason__item__deco>img {
  display: block;
  width: 100%;
  height: auto;
}

.p-all_reasons-reason__item:nth-child(1) .p-all_reasons-reason__item__deco {
  left: 58.1333333333vw;
  top: -15.8666666667vw;
  width: 41.8666666667vw;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item:nth-child(1) .p-all_reasons-reason__item__deco {
    left: 73.6440677966vw;
    top: -71px;
    width: 233px;
  }
}

.p-all_reasons-reason__item:nth-child(2) .p-all_reasons-reason__item__deco {
  left: 8vw;
  top: -16.6666666667vw;
  width: 37.7333333333vw;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item:nth-child(2) .p-all_reasons-reason__item__deco {
    left: 8.2203389831vw;
    top: -42px;
    width: 488px;
  }
}

.p-all_reasons-reason__item:nth-child(2) .p-all_reasons-reason__img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item:nth-child(2) .p-all_reasons-reason__img {
    max-width: 209px;
    top: 0;
  }
}


.p-all_reasons-reason__item:nth-child(3) .p-all_reasons-reason__item__deco {
  left: 60.5333333333vw;
  top: -11.7333333333vw;
  width: 39.0666666667vw;
}

@media only screen and (min-width: 769px) {
  .p-all_reasons-reason__item:nth-child(3) .p-all_reasons-reason__item__deco {
    left: 78.2203389831vw;
    top: -41px;
    width: 236px;
  }
}

.p-all_reasons-reason__btnWrap {
  margin-top: 7.2vw;
  text-align: left;
}

.p-all_reasons-reason__item:nth-child(3) .p-all_reasons-reason__btnWrap {
  margin-top: 7.2vw;
  text-align: center;
  position: relative;
  padding-bottom: 10vw;
}

@media (min-width: 769px) {
  .p-all_reasons-reason__btnWrap {
    margin-top: 36px;
    text-align: left;
    padding: 0;
  }
}

.p-home-reasons .p-all_reasons-reason__container .p-all_reasons-reason__item .slider_ttl img {
  max-width: 100%;
}


.c-connect-btnWrap {
  margin-top: 40px;
}

.c-connect-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 36px;
  height: 56px;
  border: 2px solid #1A1A1A;
  border-radius: 9999px;
  background-color: #FFFFFF;
  color: #1A1A1A;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.c-connect-btn img {
  margin-left: 8px;
}

.c-connect-btn:hover {
  background-color: #1A1A1A;
  color: #fff;
}

.p-home-reasons .p-all_reasons-reason__container .p-all_reasons-reason__item .slider_ttl img {
  max-width: 72%;
}

.p-home-reasons .p-all_reasons-reason__container .p-all_reasons-reason__item .slider_ttl {
  text-align: center;
  margin-top: 0vw;
  margin-bottom: 3vw;
  position: relative;
  z-index: 10;
}


.p-all_reasons-reason__img02 {
  position: relative;
}

/* ✅ 動画は幅209pxに固定、中央寄せ */
.p-all_reasons-reason__img02 video {
  width: 56%;
  display: block;
  position: relative;
  margin: 0 auto;
  top: 18vmin;
  left: -3%;
  object-fit: cover;
  border-radius: 25px;
  z-index: 0;
  pointer-events: none;
  margin-bottom: 37vmin;
  margin-top: 5vmin;
}

/* ✅ 吹き出し画像は元サイズ（または任意サイズ）で重ねる */
.p-all_reasons-reason__img02 picture {
  position: absolute;
  top: -6%;
  left: -86%;
  transform: translateX(53%);
  z-index: 2;
  pointer-events: none;
  width: 127%;
}

.p-all_reasons-reason__img02 picture img {
  display: block;
  height: auto;
  width: auto;
  /* 必ず auto にする or 任意サイズ指定 */
}


@media (min-width: 769px) {
  .p-all_reasons-reason__img {
    max-width: 420.5px;
    position: relative;
    top: -55px;
  }

  .p-all_reasons-reason__img02 {
    max-width: 438px;
    position: relative;
    top: -40px;
  }

  /* ✅ 動画は幅209pxに固定、中央寄せ */
  .p-all_reasons-reason__img02 video {
    width: 230px;
    display: block;
    position: relative;
    margin: 0 auto;
    left: 77%;
    top: 89px;
    object-fit: cover;
    border-radius: 25px;
    z-index: 0;
    pointer-events: none;
  }

  /* ✅ 吹き出し画像は元サイズ（または任意サイズ）で重ねる */
  .p-all_reasons-reason__img02 picture {
    position: absolute;
    top: -6%;
    left: 100%;
    transform: translateX(-40%);
    z-index: 2;
    pointer-events: none;
    width: 520px;
  }

  .p-all_reasons-reason__img02 picture img {
    display: block;
    height: auto;
    width: auto;
    /* 必ず auto にする or 任意サイズ指定 */
  }

  .p-home-reasons .p-all_reasons-reason__container .p-all_reasons-reason__item .slider_ttl {
    text-align: center;
    margin-top: 270px;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
  }

  .p-home-reasons .p-all_reasons-reason__container .p-all_reasons-reason__item .slider_ttl img {
    max-width: 600px;
  }


}













.p-home-features {
  position: relative;
  padding-top: 17.3333333333vw;
  padding-bottom: 28.6666666667vw;
  background: url(../images/features-bg2.png) no-repeat center top;
  background-size: 100% 100%;
}

@media only screen and (min-width: 769px) {
  .p-home-features {
    padding-top: 10vw;
    padding-bottom: 13.3333333333vw;
    background-image: url(../images/features-bg2-pc.png);
  }
}

.p-home-features__in {
  position: relative;
}

.p-home-features__ttl {
  width: 66.2666666667vw;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .p-home-features__ttl {
    width: 497px;
  }
}

.p-home-features__ttl>img {
  display: block;
}

.p-home-features__lead {
  margin: 6.4vw 6.6666666667vw 0;
}

@media only screen and (min-width: 769px) {
  .p-home-features__lead {
    width: calc(100% - 100px);
    max-width: 1180px;
    margin: 48px auto 0;
  }
}

.p-home-features__lead>p {
  font-size: 3.7333333333vw;
  line-height: 1.8333333333;
}

@media only screen and (min-width: 769px) {
  .p-home-features__lead>p {
    font-size: 28px;
  }
}

.p-home-features__container {
  margin: 8.5333333333vw 0 0;
}

@media only screen and (min-width: 769px) {
  .p-home-features__container {
    margin: 64px 0 0;
  }
}

.p-home-features__item01:not(:first-child),
.p-home-features__item02:not(:first-child) {
  margin-top: 8vw;
}

@media only screen and (min-width: 769px) {

  .p-home-features__item01:not(:first-child),
  .p-home-features__item02:not(:first-child) {
    margin-top: 132px;
  }
}

.p-home-features__item01__caption>img,
.p-home-features__item02__caption>img {
  display: block;
}

.p-home-features__item01__txt,
.p-home-features__item02__txt {
  margin: 5.0666666667vw 6.6666666667vw 0;
}

@media only screen and (min-width: 769px) {

  .p-home-features__item01__txt,
  .p-home-features__item02__txt {
    margin: 0;
  }
}

.p-home-features__item01__txt>p,
.p-home-features__item02__txt>p {
  font-size: 3.3333333333vw;
  line-height: 1.8518518519;
}

@media only screen and (min-width: 769px) {

  .p-home-features__item01__txt>p,
  .p-home-features__item02__txt>p {
    font-size: 25px;
  }
}

.p-home-features__item01 {
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .p-home-features__item01__in {
    max-width: 1270px;
    padding: 0 50px;
    margin: 0 auto;
  }
}

.p-home-features__item01__slider {
  margin: 0 4vw;
  overflow: visible;
}

@media only screen and (min-width: 769px) {
  .p-home-features__item01__slider {
    margin: 0;
    width: 590px;
  }
}

.p-home-features__item01__slider__wrapper {
  transition-timing-function: linear;
}

.p-home-features__item01__slide {
  padding: 0 2.6666666667vw;
}

@media only screen and (min-width: 769px) {
  .p-home-features__item01__slide {
    padding: 0 10px;
  }
}

.p-home-features__item01__slide__in {
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .p-home-features__item01__slide__in {
    border-radius: 20px;
  }
}

.p-home-features__item01__slide__in>img {
  display: block;
}

.p-home-features__item01__caption {
  position: relative;
  z-index: 1;
}

.p-home-features__item01:nth-child(1) .p-home-features__item01__caption {
  width: 84.8vw;
  margin: -6.9333333333vw 0 0 5.3333333333vw;
}

@media only screen and (min-width: 769px) {
  .p-home-features__item01:nth-child(1) .p-home-features__item01__caption {
    width: 572px;
    margin: -32px 0 0 0;
  }
}

.p-home-features__item01:nth-child(3) .p-home-features__item01__caption {
  width: 76.6666666667vw;
  margin: -7.2vw 0 0 5.3333333333vw;
}

@media only screen and (min-width: 769px) {
  .p-home-features__item01:nth-child(3) .p-home-features__item01__caption {
    width: 517px;
    margin: -32px 0 0 0;
  }
}

@media only screen and (min-width: 769px) {
  .p-home-features__item01__txt {
    width: calc(100% - 620px);
  }
}

@media only screen and (min-width: 769px) {
  .p-home-features__item01:nth-child(1) .p-home-features__item01__txt {
    margin: -148px 0 0 auto;
  }
}

@media only screen and (min-width: 769px) {
  .p-home-features__item01:nth-child(3) .p-home-features__item01__txt {
    margin: -4px 0 0 auto;
  }
}

@media only screen and (min-width: 769px) {
  .p-home-features__item02__in {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1270px;
    padding: 0 50px;
    margin: 0 auto;
  }
}

.p-home-features__item02__thumb {
  margin: 0 6.6666666667vw;
}

@media only screen and (min-width: 769px) {
  .p-home-features__item02__thumb {
    width: 585px;
    margin: 0;
  }
}

.p-home-features__item02__pic {
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .p-home-features__item02__pic {
    border-radius: 20px;
  }
}

.p-home-features__item02__pic>img {
  display: block;
}

.p-home-features__item02__caption {
  position: relative;
}

.p-home-features__item02:nth-child(2) .p-home-features__item02__caption {
  width: 83.2vw;
  margin: -7.2vw 0 0 0;
}

@media only screen and (min-width: 769px) {
  .p-home-features__item02:nth-child(2) .p-home-features__item02__caption {
    width: 562px;
    margin: -32px 0 0 0;
  }
}

.p-home-features__item02:nth-child(4) .p-home-features__item02__caption {
  width: 90.1333333333vw;
  margin: -7.2vw 0 0 -3.2vw;
}

@media only screen and (min-width: 769px) {
  .p-home-features__item02:nth-child(4) .p-home-features__item02__caption {
    width: 608px;
    margin: -28px 0 0 -24px;
  }
}

@media only screen and (min-width: 769px) {
  .p-home-features__item02__txt {
    width: calc(100% - 665px);
  }
}

@media only screen and (min-width: 769px) {
  .p-home-features__item02:nth-child(2) .p-home-features__item02__txt {
    margin-top: 132px;
  }
}

@media only screen and (min-width: 769px) {
  .p-home-features__item02:nth-child(4) .p-home-features__item02__txt {
    margin-top: 66px;
  }
}

.p-home-different {
  margin-top: 8vw;
}

@media only screen and (min-width: 769px) {
  .p-home-different {
    margin-top: 60px;
  }
}

.p-home-different__ttl {
  width: 83.7333333333vw;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .p-home-different__ttl {
    width: 628px;
  }
}

.p-home-different__ttl>img {
  display: block;
}

.p-home-different__lead {
  margin: 6.4vw 6.6666666667vw 0;
}

@media only screen and (min-width: 769px) {
  .p-home-different__lead {
    width: calc(100% - 100px);
    max-width: 1180px;
    margin: 48px auto 0;
  }
}

.p-home-different__lead p {
  font-size: 3.7333333333vw;
  line-height: 1.8333333333;
}

@media only screen and (min-width: 769px) {
  .p-home-different__lead p {
    font-size: 28px;
  }
}

.p-home-different__table {
  margin: 6.6666666667vw 6.6666666667vw 0;
}

@media only screen and (min-width: 769px) {
  .p-home-different__table {
    margin: 50px 50px 0;
  }
}

@media only screen and (min-width: 1280px) {
  .p-home-different__table {
    max-width: 1180px;
    margin: 50px auto 0;
  }
}

.p-home-different__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.5333333333vw;
}

@media only screen and (min-width: 769px) {
  .p-home-different__table table {
    border-spacing: 4px;
  }
}

.p-home-different__table table thead th {
  background-color: #2c94ea;
  padding: 4vw;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .p-home-different__table table thead th {
    padding: 30px;
    font-size: 30px;
  }
}

.p-home-different__table table thead th.is-strong {
  background-color: #ee6ca6;
}

.p-home-different__table table thead th img {
  width: 16.5333333333vw;
  vertical-align: middle;
}

@media only screen and (min-width: 769px) {
  .p-home-different__table table thead th img {
    width: 124px;
  }
}

.p-home-different__table table tbody th,
.p-home-different__table table tbody td {
  padding: 5.6vw 1.6vw;
  background-color: #e9f4fd;
  text-align: center;
  vertical-align: middle;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4285714286;
  white-space: nowrap;
}

@media only screen and (min-width: 769px) {

  .p-home-different__table table tbody th,
  .p-home-different__table table tbody td {
    padding: 42px 12px;
    font-size: 28px;
  }
}

.p-home-different__table table tbody th.is-strong,
.p-home-different__table table tbody td.is-strong {
  background-color: #fee6f0;
  color: #ea4c92;
  font-weight: 700;
}

.p-home-different__table table tbody th.is-strong small,
.p-home-different__table table tbody td.is-strong small {
  display: block;
  margin-top: 0.5em;
  font-size: 2.2666666667vw;
  font-weight: 500;
  line-height: 1.2941176471;
}

@media only screen and (min-width: 769px) {

  .p-home-different__table table tbody th.is-strong small,
  .p-home-different__table table tbody td.is-strong small {
    font-size: 17px;
  }
}

.p-home-different__table table tbody th.is-cross,
.p-home-different__table table tbody td.is-cross {
  font-size: 5.8666666667vw;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {

  .p-home-different__table table tbody th.is-cross,
  .p-home-different__table table tbody td.is-cross {
    font-size: 44px;
  }
}

.p-home-different__table table tbody th.is-price,
.p-home-different__table table tbody td.is-price {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (min-width: 769px) {

  .p-home-different__table table tbody th.is-price,
  .p-home-different__table table tbody td.is-price {
    font-size: 28px;
  }
}

.p-home-different__table table tbody th.is-price em,
.p-home-different__table table tbody td.is-price em {
  font-size: 4.2666666667vw;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {

  .p-home-different__table table tbody th.is-price em,
  .p-home-different__table table tbody td.is-price em {
    font-size: 32px;
  }
}

.p-home-different__table table tbody th.is-price small,
.p-home-different__table table tbody td.is-price small {
  display: block;
  margin-top: 0.5em;
  font-size: 1.8666666667vw;
  line-height: 1.5714285714;
}

@media only screen and (min-width: 769px) {

  .p-home-different__table table tbody th.is-price small,
  .p-home-different__table table tbody td.is-price small {
    font-size: 14px;
  }
}

.p-home-different__table table tbody th:nth-child(3),
.p-home-different__table table tbody th:nth-child(4),
.p-home-different__table table tbody td:nth-child(3),
.p-home-different__table table tbody td:nth-child(4) {
  width: 25%;
  box-sizing: border-box;
}

.p-home-different__notes {
  margin: 5.3333333333vw 6.6666666667vw 0;
}

@media only screen and (min-width: 769px) {
  .p-home-different__notes {
    width: calc(100% - 100px);
    max-width: 1180px;
    margin: 40px auto 0;
  }
}

.p-home-different__notes ol {
  counter-reset: different-counter;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.6;
}

@media only screen and (min-width: 769px) {
  .p-home-different__notes ol {
    font-size: 24px;
  }
}

.p-home-different__notes ol li {
  padding-left: 1.7em;
  text-indent: -1.7em;
}

.p-home-different__notes ol li:before {
  counter-increment: different-counter;
  content: "※" counter(different-counter) " ";
}

.p-home-dl>a {
  display: block;
}

@media only screen and (min-width: 769px) {
  .p-home-dl>a {
    width: calc(100% - 100px);
    max-width: 900px;
    margin: 0 auto;
  }
}

.p-home-dl>a>picture {
  display: block;
}

.p-home-dl>a>picture>img {
  display: block;
}

.p-home-different+.p-home-dl {
  margin-top: 17.0666666667vw;
}

@media only screen and (min-width: 769px) {
  .p-home-different+.p-home-dl {
    margin-top: 70px;
  }
}




.p-home-dl02>a {
  display: block;
}

@media only screen and (min-width: 769px) {
  .p-home-dl02>a {
    width: calc(100% - 100px);
    max-width: 900px;
    margin: 0 auto;
  }
}

.p-home-dl02>a>picture {
  display: block;
}

.p-home-dl02>a>picture>img {
  display: block;
}

.p-home-different+.p-home-dl02 {
  margin-top: 17.0666666667vw;
}

@media only screen and (min-width: 769px) {
  .p-home-different+.p-home-dl02 {
    margin-top: 70px;
  }
}




.p-home-benefit {
  padding-top: 17.3333333333vw;
  padding-bottom: 25.3333333333vw;
  background: url(../images/benefit-bg.png) no-repeat center top;
  background-size: 100% 100%;
}

@media only screen and (min-width: 769px) {
  .p-home-benefit {
    padding-top: 130px;
    padding-bottom: 190px;
    background-position: center 40px;
    background-size: 100% calc(100% - 40px);
  }
}

.p-home-benefit__ttl {
  width: 77.8666666667vw;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .p-home-benefit__ttl {
    width: 584px;
  }
}

.p-home-benefit__ttl>img {
  display: block;
}

.p-home-benefit__lead {
  margin: 6.4vw 6.6666666667vw 0;
}

@media only screen and (min-width: 769px) {
  .p-home-benefit__lead {
    margin: 48px 50px 0;
  }
}

@media only screen and (min-width: 1280px) {
  .p-home-benefit__lead {
    max-width: 1180px;
    margin: 48px auto 0;
  }
}

.p-home-benefit__lead p {
  font-size: 4vw;
  line-height: 1.8333333333;
}

@media only screen and (min-width: 769px) {
  .p-home-benefit__lead p {
    font-size: 30px;
  }
}

.p-home-benefit__container {
  margin: 8.5333333333vw 6.6666666667vw 0;
}

@media only screen and (min-width: 769px) {
  .p-home-benefit__container {
    display: flex;
    flex-wrap: wrap;
    margin: 64px 50px 0;
  }
}

@media only screen and (min-width: 1280px) {
  .p-home-benefit__container {
    max-width: 1180px;
    margin: 64px auto 0;
  }
}

.p-home-benefit__item {
  padding: 6.6666666667vw;
  border-radius: 4.6666666667vw;
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .p-home-benefit__item:not(:first-child) {
    margin-top: 7.2vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1279px) {
  .p-home-benefit__item {
    width: 44%;
    padding: 3%;
    border-radius: 2.734375vw;
    box-sizing: border-box;
  }

  .p-home-benefit__item:not(:nth-child(2n+1)) {
    margin-left: 6%;
  }

  .p-home-benefit__item:nth-child(n+3) {
    margin-top: 4.21875vw;
  }
}

@media only screen and (min-width: 1280px) {
  .p-home-benefit__item {
    width: 30%;
    padding: 3%;
    border-radius: 22px;
    box-sizing: border-box;
  }

  .p-home-benefit__item:not(:nth-child(3n+1)) {
    margin-left: 5%;
  }

  .p-home-benefit__item:nth-child(n+4) {
    margin-top: 54px;
  }
}

.p-home-benefit__item__thumb {
  position: relative;
}

.p-home-benefit__item__thumb>img {
  display: block;
  width: 100%;
}

.p-home-benefit__item__thumb figcaption {
  position: absolute;
  right: -2.1333333333vw;
  bottom: -7.4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24.5333333333vw;
  height: 24.5333333333vw;
  background: url(../images/benefit-caption.png) no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .p-home-benefit__item__thumb figcaption {
    right: -1.71875vw;
    bottom: -3.4375vw;
    width: 12.5vw;
    height: 12.5vw;
    font-size: 2.1875vw;
  }
}

@media only screen and (min-width: 1280px) {
  .p-home-benefit__item__thumb figcaption {
    right: -22px;
    bottom: -44px;
    width: 111px;
    height: 111px;
    font-size: 17px;
  }
}

.p-home-benefit__item__info {
  margin-top: 5.0666666667vw;
}

@media only screen and (min-width: 769px) {
  .p-home-benefit__item__info {
    margin-top: 2.96875vw;
  }
}

@media only screen and (min-width: 1280px) {
  .p-home-benefit__item__info {
    margin-top: 38px;
  }
}

.p-home-benefit__item__ttl {
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 769px) {
  .p-home-benefit__item__ttl {
    font-size: 2.8125vw;
  }
}

@media only screen and (min-width: 1280px) {
  .p-home-benefit__item__ttl {
    font-size: 24px;
  }
}

.p-home-benefit__item__txt {
  margin-top: 4.2666666667vw;
  font-size: 3.6vw;
  line-height: 1.8518518519;
}

@media only screen and (min-width: 769px) {
  .p-home-benefit__item__txt {
    margin-top: 2.5vw;
    font-size: 2.109375vw;
  }
}

@media only screen and (min-width: 1280px) {
  .p-home-benefit__item__txt {
    margin-top: 18px;
    font-size: 16px;
  }
}

.p-home-benefit__app {
  margin: 8vw 6.6666666667vw 0;
}

@media only screen and (min-width: 769px) {
  .p-home-benefit__app {
    margin: 60px 50px 0;
  }
}

.p-home-benefit__app>a {
  display: block;
}

@media only screen and (min-width: 769px) {
  .p-home-benefit__app>a {
    width: 650px;
    margin: 0 auto;
  }
}

.p-home-benefit__app>a>img {
  display: block;
}

.p-home-events {
  margin-top: 4.8vw;
}

@media only screen and (min-width: 769px) {
  .p-home-events {
    margin-top: 36px;
  }
}

.p-home-events__ttl {
  width: 78.1333333333vw;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .p-home-events__ttl {
    width: 586px;
  }
}

.p-home-events__ttl>img {
  display: block;
}

.p-home-events__lead {
  margin: 6.4vw 6.6666666667vw 0;
}

@media only screen and (min-width: 769px) {
  .p-home-events__lead {
    margin: 48px 50px 0;
  }
}

@media only screen and (min-width: 1280px) {
  .p-home-events__lead {
    max-width: 1180px;
    margin: 48px auto 0;
  }
}

.p-home-events__lead>p {
  font-size: 4vw;
  line-height: 1.8333333333;
}

@media only screen and (min-width: 769px) {
  .p-home-events__lead>p {
    font-size: 30px;
  }
}

.p-home-events__container {
  margin: 7.4666666667vw 6.6666666667vw 0;
}

@media only screen and (min-width: 769px) {
  .p-home-events__container {
    display: flex;
    flex-wrap: wrap;
    margin: 56px 50px 0;
  }
}

@media only screen and (min-width: 1280px) {
  .p-home-events__container {
    max-width: 1180px;
    margin: 64px auto 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-home-events__item:not(:first-child) {
    margin-top: 13.3333333333vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1279px) {
  .p-home-events__item {
    width: 44%;
    box-sizing: border-box;
  }

  .p-home-events__item:not(:nth-child(2n+1)) {
    margin-left: 6%;
  }

  .p-home-events__item:nth-child(n+3) {
    margin-top: 4.21875vw;
  }
}

@media only screen and (min-width: 1280px) {
  .p-home-events__item {
    width: 30%;
  }

  .p-home-events__item:not(:nth-child(3n+1)) {
    margin-left: 5%;
  }

  .p-home-events__item:nth-child(n+4) {
    margin-top: 54px;
  }
}

.p-home-events__item__thumb {
  display: block;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .p-home-events__item__thumb {
    border-radius: 9px;
  }
}

.p-home-events__item__thumb>img {
  display: block;
  width: 100%;
}

.p-home-events__item__info {
  margin-top: 5.3333333333vw;
}

@media only screen and (min-width: 769px) {
  .p-home-events__item__info {
    margin-top: 3.125vw;
  }
}

@media only screen and (min-width: 1280px) {
  .p-home-events__item__info {
    margin-top: 38px;
  }
}

.p-home-events__item__heading {
  display: flex;
  align-items: center;
}

.p-home-events__item__ttl {
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 769px) {
  .p-home-events__item__ttl {
    font-size: 2.65625vw;
  }
}

@media only screen and (min-width: 1280px) {
  .p-home-events__item__ttl {
    font-size: 24px;
  }
}

.p-home-events__item__schedule {
  margin-left: 1em;
  padding: 0.5384615385em 0.9230769231em;
  border: 2px solid #2c94ea;
  border-radius: 2.0769230769em;
  color: #2c94ea;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (min-width: 769px) {
  .p-home-events__item__schedule {
    font-size: 1.875vw;
  }
}

@media only screen and (min-width: 1280px) {
  .p-home-events__item__schedule {
    font-size: 14px;
  }
}

.p-home-events__item__txt {
  margin-top: 2.6666666667vw;
  font-size: 3.6vw;
  line-height: 1.8518518519;
}

@media only screen and (min-width: 769px) {
  .p-home-events__item__txt {
    margin-top: 1.5625vw;
    font-size: 2.109375vw;
  }
}

@media only screen and (min-width: 1280px) {
  .p-home-events__item__txt {
    margin-top: 18px;
    font-size: 16px;
  }
}

.p-home-events__future {
  margin: 64px auto 0;
  border-top: 3px solid #2e93ea;
  border-bottom: 3px solid #2e93ea;
}

.p-home-events__future__in {
  padding: 10.6666666667vw 0 13.0666666667vw;
}

@media only screen and (min-width: 769px) {
  .p-home-events__future__in {
    max-width: 1180px;
    padding: 64px 0;
    margin: 0 auto;
  }
}

.p-home-events__future__ttl {
  width: 82.4vw;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .p-home-events__future__ttl {
    width: 618px;
  }
}

.p-home-events__future__ttl img {
  display: block;
}

.p-home-events__future__lead {
  margin: 2.6666666667vw 4.6666666667vw 0;
}

@media only screen and (min-width: 769px) {
  .p-home-events__future__lead {
    margin: 48px 35px 0;
  }
}

.p-home-events__future__lead>p {
  font-size: 4vw;
  line-height: 1.8333333333;
}

@media only screen and (min-width: 769px) {
  .p-home-events__future__lead>p {
    font-size: 30px;
  }
}

.p-home-partner {
  padding-top: 17.0666666667vw;
  padding-bottom: 17.0666666667vw;
  background: url(../images/partner-bg.png) no-repeat center top;
  background-size: 100% 100%;
}

@media only screen and (min-width: 769px) {
  .p-home-partner {
    margin-top: 60px;
    padding-top: 106px;
    padding-bottom: 100px;
    background-image: url(../images/partner-bg-pc.png);
  }
}

.p-home-partner__ttl {
  width: 61.8666666667vw;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .p-home-partner__ttl {
    width: 701px;
    max-width: calc(100% - 100px);
  }
}

.p-home-partner__ttl>picture {
  display: block;
}

.p-home-partner__ttl>picture>img {
  display: block;
}

.p-home-partner__lead {
  margin: 6.4vw 6.6666666667vw 0;
}

@media only screen and (min-width: 769px) {
  .p-home-partner__lead {
    width: calc(100% - 100px);
    max-width: 1180px;
    margin: 48px auto 0;
  }
}

.p-home-partner__lead>p {
  font-size: 3.7333333333vw;
  line-height: 1.8333333333;
}

@media only screen and (min-width: 769px) {
  .p-home-partner__lead>p {
    font-size: 25px;
    line-height: 1.8461538462;
  }
}

.p-home-partner__accordion {
  width: 86.6666666667vw;
  margin: 10.6666666667vw auto 0;
}

@media only screen and (min-width: 769px) {
  .p-home-partner__accordion {
    width: calc(100% - 100px);
    max-width: 1170px;
    margin-top: 62px;
  }
}

.p-home-partner__group:not(:first-child) {
  margin-top: 4.2666666667vw;
}

@media only screen and (min-width: 769px) {
  .p-home-partner__group:not(:first-child) {
    margin-top: 32px;
  }
}

.p-home-partner__group:nth-child(2) {
  display: none;
}

@media only screen and (min-width: 769px) {
  .p-home-partner__container {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-home-partner__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .p-home-partner__item:not(:first-child) {
    margin-top: 4.2666666667vw;
  }
}

@media only screen and (min-width: 769px) {
  .p-home-partner__item {
    width: 47.8632478632%;
  }

  .p-home-partner__item:not(:nth-child(2n+1)) {
    margin-left: 4.2735042735%;
  }

  .p-home-partner__item:nth-child(n+3) {
    margin-top: 32px;
  }
}

.p-home-partner__item__pic {
  width: 29.3333333333vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .p-home-partner__item__pic {
    width: 190px;
    border-radius: 20px;
  }
}

.p-home-partner__item__pic>img {
  display: block;
}

.p-home-partner__item__info {
  width: calc(100% - 29.3333333333vw - 4.2666666667vw);
}

@media only screen and (min-width: 769px) {
  .p-home-partner__item__info {
    width: calc(100% - 190px - 28px);
  }
}

.p-home-partner__item__company {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.2666666667;
}

@media only screen and (min-width: 769px) {
  .p-home-partner__item__company {
    font-size: 25px;
    line-height: 1.28;
  }
}

.p-home-partner__item__position {
  margin-top: 3.2vw;
  font-size: 3.6vw;
  line-height: 1.3333333333;
}

@media only screen and (min-width: 769px) {
  .p-home-partner__item__position {
    margin-top: 24px;
    font-size: 23px;
    line-height: 1.3043478261;
  }
}

.p-home-partner__item__name {
  font-size: 3.6vw;
  line-height: 1.3333333333;
}

@media only screen and (min-width: 769px) {
  .p-home-partner__item__name {
    font-size: 23px;
    line-height: 1.3043478261;
  }
}

.p-home-partner__item__years {
  margin-top: 3.7333333333vw;
  line-height: 0;
}

@media only screen and (min-width: 769px) {
  .p-home-partner__item__years {
    margin-top: 26px;
  }
}

.p-home-partner__item__years>dl {
  display: inline-flex;
  padding: 2.5333333333vw 3.0666666667vw;
  border-radius: 8.2666666667vw;
  background: linear-gradient(to right, #f06ba5, #41a6f4);
  color: #fff;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 769px) {
  .p-home-partner__item__years>dl {
    padding: 16px 21px;
    border-radius: 26px;
    font-size: 20px;
  }
}

.p-home-partner__item__years>dl>dt:after {
  content: "：";
}

.p-home-partner__msg {
  width: 87.6vw;
  margin: 8.5333333333vw auto 0;
}

@media only screen and (min-width: 769px) {
  .p-home-partner__msg {
    width: 901px;
    max-width: calc(100% - 100px);
  }
}

.p-home-partner__msg>picture {
  display: block;
}

.p-home-partner__msg>picture>img {
  display: block;
}

.p-home-partner__open,
.p-home-partner__close {
  margin-top: 9.3333333333vw;
  text-align: center;
  line-height: 1;
}

@media only screen and (min-width: 769px) {

  .p-home-partner__open,
  .p-home-partner__close {
    margin-top: 66px;
  }
}

.p-home-partner__open>button,
.p-home-partner__close>button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 75.2vw;
  height: 13.8666666667vw;
  padding: 0;
  border: 0.4vw solid #333333;
  border-radius: 6.9333333333vw;
  outline: 0 !important;
  background: transparent;
  color: #333333 !important;
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

@media only screen and (min-width: 769px) {

  .p-home-partner__open>button,
  .p-home-partner__close>button {
    width: 362px;
    height: 68px;
    border-width: 2px;
    border-radius: 34px;
    font-size: 21px;
  }
}

.p-home-partner__open button:after {
  content: " ＋";
}

.p-home-partner__close {
  display: none;
}

.p-home-partner__accordion.is-expand .p-home-partner__open {
  display: none;
}

.p-home-partner__accordion.is-expand .p-home-partner__close {
  display: block;
}

.p-home-partner+.p-home-dl {
  margin-top: 13.6vw;
}

@media only screen and (min-width: 769px) {
  .p-home-partner+.p-home-dl {
    margin-top: 138px;
  }
}

.p-home-price {
  margin-top: 18.1333333333vw;
  padding-bottom: 35.4666666667vw;
  background: url(../images/price-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

@media only screen and (min-width: 769px) {
  .p-home-price {
    margin-top: 136px;
    padding-bottom: 266px;
  }
}

.p-home-price .bnr {
  margin: auto;
  margin-top: 10vw;
  text-align: center;
  max-width: 90%;
}

@media only screen and (min-width: 769px) {
  .p-home-price .bnr {
    max-width: 903px;
    margin: 42px auto 68px;

  }

}

.p-home-price__ttl {
  width: 43.2vw;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .p-home-price__ttl {
    width: 324px;
  }
}

.p-home-price__ttl>img {
  display: block;
}

.p-home-price__flow {
  display: block;
  margin: 8.5333333333vw 6.6666666667vw 0;
}

@media only screen and (min-width: 769px) {
  .p-home-price__flow {
    max-width: 672px;
    margin: 64px auto 60px;
  }
}

.p-home-price__flow>img {
  display: block;
}

.p-home-price__free {
  display: block;
  margin-top: 7.2vw;
  text-align: center;
  color: #e04052;
  font-size: 5.8666666667vw;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 769px) {
  .p-home-price__free {
    margin-top: 54px;
    font-size: 44px;
  }
}

.p-home-price__txt {
  margin: 5.3333333333vw 6.6666666667vw 0;
}

@media only screen and (min-width: 769px) {
  .p-home-price__txt {
    margin: 40px 50px 0;
  }
}

@media only screen and (min-width: 1280px) {
  .p-home-price__txt {
    max-width: 1180px;
    margin: 40px auto 120px;
  }
}

.p-home-price__txt>p {
  font-size: 3.6vw;
  line-height: 1.8518518519;
}

@media only screen and (min-width: 769px) {
  .p-home-price__txt>p {
    font-size: 27px;
  }
}


.p-home-price__txt>p.sub_txt {
  color: #676767;
}

@media only screen and (min-width: 769px) {

  .p-home-price__txt>p.sub_txt {
    font-size: 21px;
    margin-top: 30px;
    margin-bottom: 235px;
  }

}

.p-home-usecase {
  margin-top: 2.6666666667vw;
  padding-bottom: 16.8vw;
}

@media only screen and (min-width: 769px) {
  .p-home-usecase {
    margin-top: -165px;
    padding-bottom: 126px;
  }
}

.p-home-usecase__ttl {
  width: 49.2vw;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .p-home-usecase__ttl {
    width: 369px;
  }
}

.p-home-usecase__ttl>img {
  display: block;
}

.p-home-usecase__tab {
  margin: 7.2vw 6.6666666667vw 0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 6.6666666667vw;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 769px) {
  .p-home-usecase__tab {
    width: 650px;
    margin: 54px auto 0;
    padding-bottom: 50px;
    font-size: 30px;
  }
}

.p-home-usecase__tab[data-tab-select="0"] {
  background-image: url(../images/usecase-tab-1.png);
}

.p-home-usecase__tab[data-tab-select="1"] {
  background-image: url(../images/usecase-tab-2.png);
}

.p-home-usecase__tab>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38.9333333333vw;
  height: 14vw;
}

@media only screen and (min-width: 769px) {
  .p-home-usecase__tab>a {
    width: 292px;
    height: 105px;
  }
}

.p-home-usecase__tab>a:after {
  display: inline-block;
  width: 2.4vw;
  height: 1.8666666667vw;
  margin-left: 1.6vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 769px) {
  .p-home-usecase__tab>a:after {
    width: 18px;
    height: 14px;
    margin-left: 12px;
  }
}

.p-home-usecase__tab>a:nth-child(1) {
  color: #e94c93;
}

.p-home-usecase__tab>a:nth-child(1):after {
  background-image: url(../images/usecase-arw-1.png);
}

.p-home-usecase__tab>a:nth-child(2) {
  color: #3095f7;
}

.p-home-usecase__tab>a:nth-child(2):after {
  background-image: url(../images/usecase-arw-2.png);
}

.p-home-usecase__tab>a[aria-selected=true]:after {
  content: "";
}

.p-home-usecase__container {
  margin: 0 6.6666666667vw;
}

@media only screen and (min-width: 769px) {
  .p-home-usecase__container {
    width: 650px;
    margin: 0 auto;
  }
}

.p-home-usecase__item {
  padding: 0 5.3333333333vw 6.1333333333vw;
  border-style: solid;
  border-width: 0 0.6666666667vw 0.6666666667vw;
  border-radius: 0 0 6.6666666667vw 6.6666666667vw;
}

@media only screen and (min-width: 769px) {
  .p-home-usecase__item {
    padding: 0 40px 46px;
    border-width: 0 5px 5px;
    border-radius: 0 0 50px 50px;
  }
}

.p-home-usecase__item:nth-child(1) {
  border-color: #f682b5;
}

.p-home-usecase__item:nth-child(2) {
  border-color: #5ea8f0;
}






.point-use-movie {
  position: relative;
  width: 331px;
  /* スマホ画像の実寸に合わせて調整 */
  margin: 0 auto;
}

.point-use-movie .phone-frame {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}


.point-use-movie .video-inside {
  width: 60%;
  margin-top: 0vw;
}

@media only screen and (min-width: 769px) {
  .point-use-movie .video-inside {
    width: 328px;
  }
}



.p-home-app {
  padding: 0vw 6.6666666667vw 10vw;
  background: url(../images/app-bg.png) no-repeat center center;
  background-size: 100% 100%;
  background-position: 0 8vw;
}

@media only screen and (min-width: 769px) {
  .p-home-app {
    display: flex;
    justify-content: center;
    padding: 110px 50px 56px;
    background-image: url(../images/app-bg-pc-2.png);
    background-size: auto;
    background-position: center;
  }
}

@media only screen and (min-width: 769px) {
  .p-home-app__in {
    display: flex;
    justify-content: space-between;
    width: 643px;
    position: relative;
    right: 130px;
  }
}

.p-home-app__ttl {
  width: 100%;
  font-size: 0;
  margin-top: -10vw;
}

@media only screen and (min-width: 769px) {
  .p-home-app__ttl {
    width: 282px;
    margin-top: 0vw;
  }
}

.p-home-app__ttl>img {
  display: block;
}

.p-home-app__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0vw;
  font-size: 0;
}

@media only screen and (min-width: 769px) {
  .p-home-app__container {
    width: 335px;
    margin-top: 0;
  }
}

.p-home-app__qr {
  width: 38vw;
}

@media only screen and (min-width: 769px) {
  .p-home-app__qr {
    width: 148px;
  }
}

.p-home-app__links {
  width: 44vw;
}

@media only screen and (min-width: 769px) {
  .p-home-app__links {
    width: 168px;
  }
}

.p-home-app__links>a {
  display: block;
}

.p-home-app__links>a:not(:first-child) {
  margin-top: 4.4vw;
}

@media only screen and (min-width: 769px) {
  .p-home-app__links>a:not(:first-child) {
    margin-top: 15px;
  }
}

.p-home-app__links>a>img {
  display: block;
}

.p-home-merit {
  margin-top: 15.3333333333vw;
  padding: 10.6666666667vw 0 13.0666666667vw;
  background: url(../images/merit-bg2.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (min-width: 769px) {
  .p-home-merit {
    margin-top: 115px;
    padding: 80px 0 98px;
    background-image: url(../images/merit-bg-pc.jpg);
  }
}

.p-home-merit__ttl {
  width: 76.6666666667vw;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .p-home-merit__ttl {
    width: 530px;
  }
}

.p-home-merit__ttl>img {
  display: block;
}

.p-home-merit__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76.8vw;
  height: 8.6666666667vw;
  margin: 5.8666666667vw auto 0;
  border-radius: 4.4vw;
  background-color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 769px) {
  .p-home-merit__catch {
    width: 530px;
    height: 45px;
    margin: 25px auto 0;
    border-radius: 23px;
    font-size: 22px;
  }
}

.p-home-merit__list {
  margin: 6.6666666667vw 0 0 11.4666666667vw;
  color: #ffffff;
  font-size: 4.8vw;
  line-height: 1.2222222222;
  counter-reset: merit-counter;
}

@media only screen and (min-width: 769px) {
  .p-home-merit__list {
    width: 530px;
    margin: 22px auto 0;
    font-size: 25px;
  }
}

.p-home-merit__list strong {
  font-size: 4.8vw;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .p-home-merit__list strong {
    font-size: 25px;
  }
}

.p-home-merit__list small {
  font-size: 3.7333333333vw;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .p-home-merit__list small {
    font-size: 16px;
  }
}

.p-home-merit__list>li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 18.6666666667vw;
  min-height: 14.8vw;
}

@media only screen and (min-width: 769px) {
  .p-home-merit__list>li {
    padding-left: 95px;
    min-height: 74px;
  }
}

.p-home-merit__list>li:not(:first-child) {
  margin-top: 6.1333333333vw;
}

@media only screen and (min-width: 769px) {
  .p-home-merit__list>li:not(:first-child) {
    margin-top: 18px;
  }
}

.p-home-merit__list>li:before {
  position: absolute;
  left: 0;
  top: calc(50% - 7.4vw);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.8vw;
  height: 14.8vw;
  padding-top: 5.8666666667vw;
  box-sizing: border-box;
  background: url(../images/merit-circle.png) no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 4.8vw;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  counter-increment: merit-counter;
  content: counter(merit-counter);
}

@media only screen and (min-width: 769px) {
  .p-home-merit__list>li:before {
    top: calc(50% - 37px);
    width: 74px;
    height: 74px;
    padding-top: 30px;
    font-size: 25px;
  }
}


.p-home-connection .contents_box .box:nth-child(2) {
  flex-direction: column-reverse;
}

.p-home-connection .p-home-connection__ttl {
  text-align: center;
  margin-bottom: 10vw;
}

.p-home-connection .img {
  max-width: 795px;
  margin: 0 auto;
}

.p-home-connection .page_link {
  display: flex;
  justify-content: center;
  gap: 5vw;
  max-width: 90%;
  margin: auto;
  margin-top: 0vw;
  margin-bottom: 10vw;
}

.p-home-connection .page_link .link_img {
  width: calc(100% / 2);
}

.p-home-connection h2.ttl {
  margin-bottom: 10vw;
}

.p-home-connection .online_area {
  margin: auto;
  margin-bottom: 15vw;
  max-width: 90%;
}

.p-home-connection .real_area {
  margin: auto;
  margin-bottom: 0vw;
  max-width: 90%;
}


.p-home-connection .contents_box .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 10vw;
  gap: 0px;
}

.p-home-connection .contents_box .box:last-child {
  margin-bottom: 0;
}

.p-home-connection .contents_box .box .ttl {
  font-size: 5.87vw;
  font-weight: 700;
  margin-bottom: 12px;
}

.p-home-connection .contents_box .box .txt {
  font-size: 4.00vw;
}

.p-home-connection .contents_box .box .txt_area {
  max-width: 100%;
}

.p-home-connection .contents_box .box .img {
  max-width: 100%;
  margin: 0;
}

.p-home-connection .contents_box .box .sub_txt {
  color: #777777;
  font-size: 3.2vw;
  margin-top: 8px;
}


@media only screen and (min-width: 769px) {
  .p-home-connection {
    max-width: 1200px;
    margin: auto;
    margin-top: 200px;
    position: relative;
    z-index: 3;
  }

  .p-home-connection .p-home-connection__ttl {
    text-align: center;
    margin-bottom: 80px;
  }

  .p-home-connection .p-home-connection__ttl img {
    max-width: 763px;
    margin: auto;
  }

  .p-home-connection .page_link {
    display: flex;
    justify-content: center;
    gap: 100px;
    max-width: 500px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .p-home-connection .page_link .link_img {
    width: calc(100% / 2);
  }

  .p-home-connection h2.ttl {
    margin-bottom: 80px;
  }

  .p-home-connection .online_area {
    margin-bottom: 140px;
  }

  .p-home-connection .contents_box .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 60px;
    gap: 45px;
  }

  .p-home-connection .contents_box .box:last-child {
    margin-bottom: 0;
  }

  .p-home-connection .contents_box .box .ttl {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .p-home-connection .contents_box .box .txt {
    font-size: 20px;
  }


  .p-home-connection .contents_box .box .txt_area {
    max-width: 502px;
  }

  .p-home-connection .contents_box .box .img {
    max-width: 353px;
  }

  .p-home-connection .contents_box .box .sub_txt {
    color: #777777;
    font-size: 15px;
    margin-top: 8px;
  }

  .p-home-connection .contents_box .box:nth-child(2) {
    flex-direction: row;
  }

}

.p-home-accumulate {
  position: relative;
  background-image: url(../images/accumulate_bg-sp.png);
  background-repeat: no-repeat;
  z-index: 2;
  background-size: 100% 100%;
  padding-top: 10vw;
  padding-bottom: 40vw;
}

.p-home-accumulate .p-home-accumulate__in {
  padding-top: 25vw;
  max-width: 90%;
  margin: auto;
  position: relative;
}

.p-home-accumulate .p-home-accumulate__in h2.ttl {
  margin-bottom: 0vw;
}

.p-home-accumulate .p-home-accumulate__in .img {
  transform: translateX(3%);
}

.p-home-accumulate .p-home-accumulate__lead {
  margin: 0px 5vw 5vw;

}

.p-home-accumulate .p-home-accumulate__lead>p {
  font-size: 3.7333333333vw;
  line-height: 1.8333333333;
}

.p-home-accumulate .induce_area {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2rem;
}

.p-home-accumulate .induce_area .link_btn {
  display: flex;
  gap: 3rem;
  justify-content: center;
  max-width: 80%;
  margin: auto;
  font-size: 0;
}

@media only screen and (min-width: 769px) {
  .p-home-accumulate {
    position: relative;
    background-image: url(../images/accumulate_bg.png);
    background-repeat: no-repeat;
    z-index: 2;
    background-size: 100%;
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 200px;
  }

  .p-home-accumulate .p-home-accumulate__in {
    padding-top: 220px;
    max-width: 1160px;
    margin: auto;
  }

  .p-home-accumulate .p-home-accumulate__in h2.ttl {
    max-width: 767px;
    margin: 0 auto;
  }

  .p-home-accumulate .p-home-accumulate__in .img {
    transform: none;
    margin-top: 60px;
  }

  .p-home-accumulate .p-home-accumulate__lead {
    max-width: 1180px;
    margin: 48px auto 0;
  }

  .p-home-accumulate .p-home-accumulate__lead>p {
    font-size: 25px;
    line-height: 1.8461538462;
  }

}

.p-home-use {
  margin-top: -10vw;
  z-index: 10;
  position: relative;
}

.p-home-use h2.ttl {
  margin-bottom: 0vw;
}

.p-home-use .p-home-use__in {
  max-width: 90%;
  margin: auto;
}

.p-home-use .p-home-use__in .img {
  text-align: center;
  margin-bottom: 10vw;
}

.p-home-use .p-home-use__in .img img {
  max-width: 60%;
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .p-home-use {
    position: relative;
    background-image: url(../images/use_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
  }

  .p-home-use .p-home-use__in {
    max-width: 1160px;
    margin: auto;
    padding-top: 350px;
  }

  .p-home-use .p-home-use__in h2.ttl {
    max-width: 767px;
    margin: 0 auto;
  }


  .p-home-use .p-home-use__in .img {
    text-align: center;
    margin-top: 67px;
    margin-bottom: 0;
  }

  .p-home-use .p-home-use__in .img img {
    max-width: 353px;
    margin: auto;
  }

  .p-home-use .p-home-use__in .point-use-movie img {

    max-width: 331px;
  }

  .p-home-use .p-home-use__in .flex_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 0px;
    margin-bottom: 80px;
  }

  .p-home-use .p-home-use__in .bnr {
    text-align: center;
    max-width: 903px;
    margin: 30px auto 0;
  }

  .p-home-use .p-home-use__in .bnr img {
    max-width: 100%;
  }
}


/* 初期はSP用スライダーを非表示 */
.p-home-use .swiper-only {
  display: none;
}

.p-home-use .use-slider {
  margin-bottom: 10vw;
}

.p-home-use .use-slider-pagination {
  text-align: center;
}

/* SPのみ表示する */
@media screen and (max-width: 768px) {
  .p-home-use {
    overflow-x: hidden;
  }

  .p-home-use .swiper-only {
    display: block;
  }

  .p-home-use .use-slider {
    overflow: hidden;
  }

  .p-home-use .swiper-slide {
    box-sizing: border-box;
  }

  .p-home-use .swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}


.p-home-matching__ttl {
  width: 96.5333333333vw;
  margin: 0 auto;
}

.p-home-matching__ttl02 {
  text-align: center;
  margin-top: 10vw;
  margin-bottom: 5vw;
}

.p-home-use__ttl {
  width: 55.533333vw;
  margin: 0 auto 6vmin;
}

@media only screen and (min-width: 769px) {
  .p-home-matching__ttl {
    width: 678px;
  }

  .p-home-matching__ttl02 {
    text-align: center;
    max-width: 624px;
    margin: 180px auto 80px;
  }

  .p-home-use__ttl {
    text-align: center;
    max-width: 369.5px;
    margin: 100px auto 0px;
  }

}

.p-home-matching__lead {
  margin: 0px 5vw 10vw;
}

@media only screen and (min-width: 769px) {
  .p-home-matching__lead {
    max-width: 1180px;
    margin: 48px auto 0;
  }
}

.p-home-matching__lead>p {
  font-size: 3.7333333333vw;
  line-height: 1.8333333333;
}

@media only screen and (min-width: 769px) {
  .p-home-matching__lead>p {
    font-size: 25px;
    line-height: 1.8461538462;
  }
}

.p-home-matching__slider {
  position: relative;
  margin-top: 8vw;
  padding: 0 4vw 10.4vw;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .p-home-matching__slider {
    margin-top: 88px;
    padding: 0 20px 48px;
  }
}


.p-home-matching__slider__in {
  position: static;
  overflow: visible;
  width: 61.2vw;
  margin-left: 0;
}

.p-home-matching__slider__in {
  position: static;
  overflow: visible;
  width: 61.2vw;
  margin-left: 0;
}

@media only screen and (min-width: 769px) {
  .p-home-matching__slider__in {
    width: auto;
  }
}

.p-home-matching__slider__pagination {
  position: absolute;
  left: 0;
  bottom: 0 !important;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.p-home-matching__slider__pagination .swiper-pagination-bullet {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-radius: 1.3333333333vw;
  background-color: #cfcdcd;
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  .p-home-matching__slider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}

.p-home-matching__slider__pagination .swiper-pagination-bullet-active {
  background-color: #333333;
}

.p-home-matching__slide {
  box-sizing: border-box;
  padding: 0 0.5333333333vw;
}

@media only screen and (min-width: 769px) {
  .p-home-matching__slide {
    width: 300px;
    /* 固定幅 */
    flex-shrink: 0;
    /* Swiperでは必須 */
    padding: 0 4px;
  }
}

.p-home-matching__slide__thumb {

  display: block;
}

.p-home-matching__slide__thumb>img {
  display: block;
}

.p-home-matching__slide__txt {
  margin: 3.7333333333vw 3.0666666667vw 0 2.6666666667vw;
}

@media only screen and (min-width: 769px) {
  .p-home-matching__slide__txt {
    margin: 24px 20px 0 18px;
  }
}

.p-home-matching__slide__txt>p {
  font-size: 3.2vw;
  line-height: 1.8333333333;
}

@media only screen and (min-width: 769px) {
  .p-home-matching__slide__txt>p {
    font-size: 20px;
    line-height: 1.9;
  }
}

.p-home-dl,
.p-home-dl02 {
  position: relative;
  z-index: 2;
  margin-top: 10vw;
}

.p-home-dl02 {
  margin-top: 10vw;
}

@media only screen and (min-width: 769px) {
  .p-home-dl {
    margin-top: 100px;

  }

  .p-home-dl02 {
    margin-top: 150px;
    text-align: center;
  }

  .p-home-dl02 {
    margin-top: 0;
  }
}

.mt10 {
  margin-bottom: 10px;
}

.mb50 {
  margin-bottom: 50px;
}

/* 初期はSP用スライダーを非表示 */
.p-home-use .swiper-only {
  display: none;
}

/* SPのみ表示する */
@media screen and (max-width: 768px) {
  .p-home-use .swiper-hide {
    display: none;
  }

  .p-home-use .swiper-only {
    display: block;
  }
}


/**********

メディア掲載

****************/

.p-home-media {
  position: relative;
  background-image: url(../images/media-bg_sp.png);
  background-repeat: no-repeat;
  z-index: 2;
  background-size: 100% 100%;
  margin-top: 15vw;
  padding-top: 40vw;
  padding-bottom: 40vw;
}

.p-home-media__lead {
  margin: 0px 5vw 10vw;
}

.p-home-media__lead>p {
  font-size: 3.7333333333vw;
  line-height: 1.8333333333;
}

.p-home-media .img_area p {
  width: 100%;
}

.p-home-media .p-home-media__ttl {
  width: 160px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 6vmin;
}

.p-home-media .img_area {
  gap: 5vw;
  max-width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


@media screen and (min-width: 769px) {

  .p-home-media {
    position: relative;
    background-image: url(../images/media-bg.png);
    background-repeat: no-repeat;
    z-index: 2;
    background-size: 100% 100%;
    margin-top: 200px;
    padding-top: 200px;
    padding-bottom: 500px;
  }

  .p-home-media .p-home-media__ttl {
    width: 320px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }

  .p-home-media .p-home-media__lead {
    max-width: 1160px;
    margin: auto;
    margin-bottom: 100px;
  }

  .p-home-media .p-home-media__lead>p {
    font-size: 25px;
    line-height: 1.8461538462;
  }

  .p-home-media .img_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 62px;
    max-width: 1180px;
    margin: auto;
  }

  .p-home-media .img_area p {
    width: calc(100% / 2 - 31px);
  }

}

@media screen and (max-width: 768px) {}