@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/* ============================
  basic
=============================*/
* {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: calc(28 / 750 * 100vw);
  }
}

body {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  font-family: "Poppins", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic", "Yu Gothic UI", YuGothicUI, "Segoe UI", "游ゴシック体", "游ゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #333;
  word-break: break-all;
  font-feature-settings: "palt";
}

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

a {
  text-decoration: none;
}

main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.clearfix * {
  zoom: 1;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.hide {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.u-sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.01em;
}

@media (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

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

/*----------------------------
fade
----------------------------*/
.mv_up {
  animation-name: mv-up;
  animation-fill-mode: backwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0.2s;
  animation-direction: normal;
}

@keyframes mv-up {
  0% {
    opacity: 0;
    transform: scale(70%);
  }
  100% {
    opacity: 1;
    transform: scale(100%);
  }
}

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_right {
  display: block;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.delay02 {
  transition-delay: .2s;
}

.delay04 {
  transition-delay: .4s;
}

/* ============================
  Header
=============================*/
.l-header {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin: auto;
}

@media (min-width: 768px) {
  .l-header__inner {
    height: 80px;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .l-header__inner {
    height: calc(80 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.l-header__logo {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.l-header__logo[data-name="BRIDGESTONE"] {
  background-image: url(../img/BRIDGESTONE_Logo.png);
}

@media (min-width: 768px) {
  .l-header__logo[data-name="BRIDGESTONE"] {
    width: 36px;
    height: 33px;
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .l-header__logo[data-name="BRIDGESTONE"] {
    background-image: url(../img/BRIDGESTONE_Logo@2x.png);
  }
}

@media (max-width: 767px) {
  .l-header__logo[data-name="BRIDGESTONE"] {
    width: calc(36 / 750 * 100vw);
    height: calc(33 / 750 * 100vw);
  }
}

.l-header__logo[data-name="MOBOX"] {
  margin-left: 1rem;
  background-image: url(../img/MOBOX_Logo.png);
}

@media (min-width: 768px) {
  .l-header__logo[data-name="MOBOX"] {
    width: 116px;
    height: 36px;
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .l-header__logo[data-name="MOBOX"] {
    background-image: url(../img/MOBOX_Logo@2x.png);
  }
}

@media (max-width: 767px) {
  .l-header__logo[data-name="MOBOX"] {
    width: calc(116 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
  }
}

.l-header__logo-wrap {
  padding-right: 1rem;
  border-right: solid 1px #444;
}

/* ============================
  main-visual
=============================*/
.p-mv {
  display: block;
  width: 100%;
}

.p-mv__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/mv_bg.png);
  z-index: 0;
}

@media (min-width: 768px) {
  .p-mv__inner {
    background-size: contain;
    height: 35.208333333333336vw;
    max-height: 676px;
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-mv__inner {
    background-image: url(../img/mv_bg@2x.png);
  }
}

@media (max-width: 767px) {
  .p-mv__inner {
    background-size: cover;
    width: calc(750 / 750 * 100vw);
    height: calc(1299 / 750 * 100vw);
    background-image: url(../img/mv_bg@sp.png);
  }
}

.p-mv__copy {
  position: relative;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-mv__copy {
    width: 53.125vw;
    max-width: 1020px;
    height: 21.40625vw;
    max-height: 411px;
    background-image: url(../img/mv_txt.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-mv__copy {
    background-image: url(../img/mv_txt@2x.png);
  }
}

@media (max-width: 767px) {
  .p-mv__copy {
    width: calc(750 / 750 * 100vw);
    height: calc(770 / 750 * 100vw);
    background-image: url(../img/mv_txt@sp.png);
  }
}

.p-mv__bottom {
  margin: auto;
}

@media (min-width: 768px) {
  .p-mv__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    width: 100vw;
    max-width: 1200px;
    padding: 120px min(1.6666666666666667vw,20px);
  }
}

@media (min-width: 1200px) {
  .p-mv__bottom {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .p-mv__bottom {
    display: block;
    width: 100%;
    padding-top: calc(120 / 750 * 100vw);
    overflow: hidden;
  }
}

.p-mv__bottom > picture {
  display: block;
}

@media (min-width: 768px) {
  .p-mv__bottom > picture {
    width: 39.08333333333333vw;
    max-width: 469px;
  }
}

@media (max-width: 767px) {
  .p-mv__bottom > picture {
    width: calc(662 / 750 * 100vw);
    margin: auto;
  }
}

.p-mv__bottom-wrap {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .p-mv__bottom-wrap {
    background-image: url(../img/mv_bottom_bg.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-mv__bottom-wrap {
    background-image: url(../img/mv_bottom_bg@2x.png);
  }
}

@media (max-width: 767px) {
  .p-mv__bottom-wrap {
    width: calc(750 / 750 * 100vw);
    height: calc(1844 / 750 * 100vw);
    background-image: url(../img/mv_bottom_bg@sp.png);
  }
}

.p-mv__bottom-txt {
  display: block;
}

@media (min-width: 768px) {
  .p-mv__bottom-txt {
    width: 52.5vw;
    max-width: 630px;
  }
}

@media (max-width: 767px) {
  .p-mv__bottom-txt {
    margin-bottom: calc(65 / 750 * 100vw);
    padding: 0 calc(46 / 750 * 100vw);
  }
}

.p-mv__bottom-txt > p {
  display: block;
  margin-bottom: 1em;
  text-align: justify;
  letter-spacing: 0.18em;
}

@media (min-width: 768px) {
  .p-mv__bottom-txt > p {
    line-height: 2;
  }
}

@media (max-width: 767px) {
  .p-mv__bottom-txt > p {
    text-align: center;
  }
}

.p-mv__bottom-txt > p > span {
  color: #de060c;
}

.p-mv__bottom-head {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .p-mv__bottom-head {
    width: 50.83333333333333vw;
    max-width: 610px;
    height: 13.25vw;
    max-height: 161px;
    margin-bottom: 60px;
    background-image: url(../img/mv_bottom_head.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-mv__bottom-head {
    background-image: url(../img/mv_bottom_head@2x.png);
  }
}

@media (max-width: 767px) {
  .p-mv__bottom-head {
    width: calc(547 / 750 * 100vw);
    height: calc(366 / 750 * 100vw);
    margin: 0 auto calc(65 / 750 * 100vw);
    background-image: url(../img/mv_bottom_head@sp.png);
  }
}

/* ==========================================================
  Section
=====*/
/* ==========================================================
  case
=====*/
.p-case {
  display: block;
  width: 100%;
  margin: auto;
  background-color: #e5e5e5;
}

@media (min-width: 768px) {
  .p-case {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .p-case {
    padding: calc(120 / 750 * 100vw) 0;
  }
}

.p-case__ttl {
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .p-case__ttl {
    width: 54.416667vw;
    max-width: 647px;
    height: 8.916666666666668vw;
    max-height: 107px;
    margin-bottom: 120px;
    background-image: url(../img/case_ttl.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-case__ttl {
    background-image: url(../img/case_ttl@2x.png);
  }
}

@media (max-width: 767px) {
  .p-case__ttl {
    width: calc(672 / 750 * 100vw);
    height: calc(225 / 750 * 100vw);
    margin-bottom: calc(90 / 750 * 100vw);
    background-image: url(../img/case_ttl@sp.png);
  }
}

.p-case__list {
  margin: auto;
}

@media (min-width: 768px) {
  .p-case__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100vw;
    max-width: 1200px;
  }
}

@media (max-width: 767px) {
  .p-case__list {
    width: calc(670 / 750 * 100vw);
  }
}

.p-case__list li {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .p-case__list li {
    width: 31.333333333333336vw;
    max-width: 376px;
  }
}

@media (max-width: 767px) {
  .p-case__list li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .p-case__list li:not(:last-child) {
    margin-bottom: calc(90 / 750 * 100vw);
  }
}

.p-case__top {
  position: relative;
  width: 100%;
  background-color: #fff;
}

@media (min-width: 768px) {
  .p-case__top {
    display: block;
    margin-bottom: min(4.166666666666666vw,50px);
    padding: min(7.916666666666666vw, 95px) 0 min(3.3333333333333335vw, 40px);
    border-radius: 16px;
  }
}

@media (max-width: 767px) {
  .p-case__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin: auto;
    margin-bottom: calc(50 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
  }
}

.p-case__top::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-bottom: 0;
}

@media (min-width: 768px) {
  .p-case__top::after {
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    border-top: 32px solid #fff;
  }
}

@media (max-width: 767px) {
  .p-case__top::after {
    border-right: calc(32 / 750 * 100vw) solid transparent;
    border-left: calc(32 / 750 * 100vw) solid transparent;
    border-top: calc(32 / 750 * 100vw) solid #fff;
  }
}

.p-case__num {
  position: absolute;
  top: -0.19em;
  left: -1em;
  display: table;
  padding: 0 .5em;
  background-color: #de060c;
  color: #fff;
  text-align: center;
  transform: rotate(-15deg);
}

@media (min-width: 768px) {
  .p-case__num {
    font-size: 21px;
  }
}
@media screen and (max-width: 750px) {
  .p-case__num {
    top: -0.1em;
    left: 1em;
  }
}

.p-case__icon {
  position: absolute;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .p-case__icon {
    left: 0;
    right: 0;
    top:min(-3.833333vw, -70px);
    height: 12.5vw;
    max-height: 150px;
  }
}

@media (max-width: 767px) {
  .p-case__icon {
    top: calc(-22 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-case__icon[data-num="01"] {
    width: 11.25vw;
    max-width: 133px;
  }
}

@media (max-width: 767px) {
  .p-case__icon[data-num="01"] {
    right: calc(20 / 750 * 100vw);
    width: calc(135 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-case__icon[data-num="02"] {
    width: 13.166666666666666vw;
    max-width: 179px;
    max-height: 143px;
  }
}

@media (max-width: 767px) {
  .p-case__icon[data-num="02"] {
    right: calc(-8 / 750 * 100vw);
    width: calc(180 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-case__icon[data-num="03"] {
    width: 12.166667vw;
    max-width: 137px;
    max-height: 122px;
  }
}

@media (max-width: 767px) {
  .p-case__icon[data-num="03"] {
    right: calc(3 / 750 * 100vw);
    width: calc(158 / 750 * 100vw);
  }
}

.p-case__anxiety {
  display: block;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media (min-width: 768px) {
  .p-case__anxiety {
    font-size: min(2.3333333333333335vw,28px);
  }
}

@media (max-width: 767px) {
  .p-case__anxiety {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: calc(32 / 750 * 100vw);
  }
}

@media (max-width: 767px) {
  .p-case__line {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    border: solid 1px #333;
    border-radius: calc(5 / 750 * 100vw);
    text-align: center;
    line-height: 2;
  }
}

.p-case__img {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .p-case__img {
    margin: 0 auto 1rem;
  }
}

@media (max-width: 767px) {
  .p-case__img {
    width: calc(210 / 750 * 100vw);
    height: calc(126 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-case__img[data-num="01"], .p-case__img[data-num="02"] {
    left: min(-1.8333333333333333vw,-22px);
    width: 21.083333333333336vw;
    max-width: 253px;
  }
}

@media (min-width: 768px) {
  .p-case__img[data-num="03"] {
    left: min(-0.9166666666666666vw,-11px);
    width: 22.5vw;
    max-width: 270px;
  }
}

@media (max-width: 767px) {
  .p-case__img[data-num="03"] {
    width: calc(244 / 750 * 100vw);
  }
}

.p-case__img > picture {
  text-align: center;
}

.p-case__txt {
  letter-spacing: 0.12em;
}

@media (min-width: 768px) {
  .p-case__txt {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .p-case__txt {
    text-align: justify;
  }
}

.p-case__answer {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
}

@media (min-width: 768px) {
  .p-case__answer {
    padding-top: 40px;
    border-radius: 16px;
  }
}

@media (max-width: 767px) {
  .p-case__answer {
    margin: auto;
    padding-top: calc(40 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
  }
}

.p-case__answer-img {
  display: block;
  margin: 0 auto 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-case__answer-img {
    width: 27vw;
    max-width: 324px;
    height: 5.333333333333334vw;
    max-height: 64px;
    background-image: url(../img/case_answer_img.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-case__answer-img {
    background-image: url(../img/case_answer_img@2x.png);
  }
}

@media (max-width: 767px) {
  .p-case__answer-img {
    width: calc(500 / 750 * 100vw);
    height: calc(85 / 750 * 100vw);
    background-image: url(../img/case_answer_img@sp.png);
  }
}

.p-case__answer-head {
  display: block;
  margin-bottom: 1.5rem;
  color: #de060c;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-case__answer-head {
    font-size: min(1.8333333333333333vw,22px);
  }
}

.p-case__answer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .p-case__answer-bottom[data-num="01"] > picture {
    width: 8.916666666666668vw;
    max-width: 107px;
  }
}

@media (max-width: 767px) {
  .p-case__answer-bottom[data-num="01"] > picture {
    width: calc(107 / 750 * 100vw);
    height: calc(156 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-case__answer-bottom[data-num="02"] > picture {
    width: 10.583333333333334vw;
    max-width: 127px;
  }
}

@media (max-width: 767px) {
  .p-case__answer-bottom[data-num="02"] > picture {
    width: calc(127 / 750 * 100vw);
    height: calc(152 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-case__answer-bottom[data-num="03"] > picture {
    width: 9.916666666666666vw;
    max-width: 119px;
  }
}

@media (max-width: 767px) {
  .p-case__answer-bottom[data-num="03"] > picture {
    width: calc(119 / 750 * 100vw);
    height: calc(152 / 750 * 100vw);
  }
}

.p-case__answer-bubble {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding: .75em;
  background-color: #fff9e9;
}

@media (min-width: 768px) {
  .p-case__answer-bubble {
    border-radius: 10px;
    text-align: center;
    font-size: min(1.5vw,18px);
  }
}

@media (max-width: 767px) {
  .p-case__answer-bubble {
    border-radius: calc(10 / 750 * 100vw);
  }
}

.p-case__answer-bubble::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-left: 0;
}

@media (min-width: 768px) {
  .p-case__answer-bubble::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 16px solid #fff9e9;
  }
}

@media (max-width: 767px) {
  .p-case__answer-bubble::after {
    border-top: calc(10 / 750 * 100vw) solid transparent;
    border-bottom: calc(10 / 750 * 100vw) solid transparent;
    border-right: calc(16 / 750 * 100vw) solid #fff9e9;
  }
}

/* ==========================================================
  point
=====*/
.p-point {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  background-color: #fff6f6;
  z-index: 1;
}

@media (min-width: 768px) {
  .p-point {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .p-point {
    padding: calc(120 / 750 * 100vw) 0;
    overflow: hidden;
  }
}

.p-point::before, .p-point::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

@media (min-width: 768px) {
  .p-point::before, .p-point::after {
    width: 96.08333333333333vw;
    max-width: 1153px;
    height: 54.833333333333336vw;
    max-height: 658px;
    background-image: url(../img/point_bg_img.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-point::before, .p-point::after {
    background-image: url(../img/point_bg_img@2x.png);
  }
}

@media (max-width: 767px) {
  .p-point::before, .p-point::after {
    width: calc(750 / 750 * 100vw);
    height: calc(621 / 750 * 100vw);
    background-image: url(../img/point_bg_img@sp.png);
  }
}

.p-point::before {
  top: 0;
  right: 0;
}

.p-point::after {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}

.p-point__wrap {
  position: relative;
  margin: auto;
  z-index: 1;
}

@media (min-width: 768px) {
  .p-point__wrap {
    width: 100vw;
    max-width: 1200px;
    padding: 0 min(1.6666666666666667vw,20px);
  }
}

@media (min-width: 1200px) {
  .p-point__wrap {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .p-point__wrap {
    width: 100%;
  }
}

.p-point__ttl {
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-point__ttl {
    width: 63.33333333333333vw;
    max-width: 760px;
    height: 11.083333333333334vw;
    max-height: 133px;
    margin-bottom: 110px;
    background-image: url(../img/point_ttl.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-point__ttl {
    background-image: url(../img/point_ttl@2x.png);
  }
}

@media (max-width: 767px) {
  .p-point__ttl {
    width: calc(565 / 750 * 100vw);
    height: calc(197 / 750 * 100vw);
    margin-bottom: calc(140 / 750 * 100vw);
    background-image: url(../img/point_ttl@sp.png);
  }
}

.p-point__list {
  position: relative;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .p-point__list {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .p-point__list {
    width: calc(670 / 750 * 100vw);
  }
}

.p-point__list li {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  background-color: #fff;
}

@media (min-width: 768px) {
  .p-point__list li {
    padding: min(5.333333333333334vw,64px) min(8.333333333333332vw,100px);
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .p-point__list li {
    padding: calc(64 / 750 * 100vw) 0;
    border-radius: calc(10 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-point__list li:last-child {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .p-point__list li:last-child {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-point__list li:not(:last-child) {
    margin-bottom: 134px;
  }
}

@media (max-width: 767px) {
  .p-point__list li:not(:last-child) {
    margin-bottom: calc(148 / 750 * 100vw);
  }
}

.p-point__list-num {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 1px);
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-point__list-num {
    width: 11.666666666666666vw;
    max-width: 140px;
    height: 5.833333333333333vw;
    max-height: 70px;
  }
}

@media (max-width: 767px) {
  .p-point__list-num {
    width: calc(168 / 750 * 100vw);
    height: calc(85 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-point__list-num[data-num="01"] {
    background-image: url(../img/point_list_num_01.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-point__list-num[data-num="01"] {
    background-image: url(../img/point_list_num_01@2x.png);
  }
}

@media (max-width: 767px) {
  .p-point__list-num[data-num="01"] {
    background-image: url(../img/point_list_num_01@sp.png);
  }
}

@media (min-width: 768px) {
  .p-point__list-num[data-num="02"] {
    background-image: url(../img/point_list_num_02.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-point__list-num[data-num="02"] {
    background-image: url(../img/point_list_num_02@2x.png);
  }
}

@media (max-width: 767px) {
  .p-point__list-num[data-num="02"] {
    background-image: url(../img/point_list_num_02@sp.png);
  }
}

@media (min-width: 768px) {
  .p-point__list-num[data-num="03"] {
    background-image: url(../img/point_list_num_03.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-point__list-num[data-num="03"] {
    background-image: url(../img/point_list_num_03@2x.png);
  }
}

@media (max-width: 767px) {
  .p-point__list-num[data-num="03"] {
    background-image: url(../img/point_list_num_03@sp.png);
  }
}

.p-point__list-ttl {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  .p-point__list-ttl {
    font-size: min(2.666666666666667vw,32px);
  }
}

@media (max-width: 767px) {
  .p-point__list-ttl {
    font-size: calc(40 / 750 * 100vw);
  }
}

.p-point__flex {
  margin: auto;
}

@media (min-width: 768px) {
  .p-point__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .p-point__flex {
    width: calc(590 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-point__flex.full {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .p-point__flex.full .p-point__flex-txt {
    width: 39.166666666666664vw;
    max-width: 470px;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .p-point__flex.full .p-point__flex-txt > p {
    text-align: center;
  }
}

.p-point__flex-txt {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .p-point__flex-txt {
    width: 33.33333333333333vw;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .p-point__flex-txt {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.p-point__flex-txt > h4 {
  display: block;
  margin-bottom: 1em;
  padding: .2em;
  border: solid 2px #de060c;
  border-radius: 9999px;
  color: #de060c;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.p-point__flex-txt > p {
  display: block;
  text-align: justify;
  letter-spacing: 0.04em;
}

.p-point__flex-txt > p.mb-10 {
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .p-point__flex > picture {
    width: 45vw;
    max-width: 540px;
  }
}

.p-point__flex > picture.mr {
  margin-right: 1vw;
}

.p-point__data {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-point__data {
    padding: min(3.3333333333333335vw,40px) min(6.666666666666667vw,80px);
    border-radius: 16px;
    background-image: url(../img/point_data_bg.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-point__data {
    background-image: url(../img/point_data_bg@2x.png);
  }
}

@media (max-width: 767px) {
  .p-point__data {
    width: calc(590 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    background-image: url(../img/point_data_bg@sp.png);
  }
}

.p-point__data-ttl {
  display: block;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-point__data-ttl {
    font-size: min(2vw,24px);
  }
}

@media (max-width: 767px) {
  .p-point__data-ttl {
    font-size: calc(32 / 750 * 100vw);
  }
}

.p-point__data-ttl > span {
  color: #de060c;
}

.p-point__data-tag {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-point__data-tag {
    width: 12vw;
    max-width: 144px;
    height: 12vw;
    max-height: 144px;
    background-image: url(../img/point_data_tag.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-point__data-tag {
    background-image: url(../img/point_data_tag@2x.png);
  }
}

@media (max-width: 767px) {
  .p-point__data-tag {
    width: calc(174 / 750 * 100vw);
    height: calc(174 / 750 * 100vw);
    background-image: url(../img/point_data_tag@sp.png);
  }
}

.p-point__data-box {
  margin: auto;
}

@media (min-width: 768px) {
  .p-point__data-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 62.5vw;
    max-width: 750px;
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .p-point__data-box {
    width: calc(510 / 750 * 100vw);
  }
}

.p-point__data-box > div {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .p-point__data-box > div {
    width: 30.25vw;
    max-width: 363px;
  }
}

@media (max-width: 767px) {
  .p-point__data-box > div {
    width: calc(510 / 750 * 100vw);
  }
}

@media (max-width: 767px) {
  .p-point__data-box > div:nth-child(1) {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-point__data-bubble {
    position: absolute;
    left: 90%;
    top: -20px;
  }
}

@media (max-width: 767px) {
  .p-point__data-bubble {
    position: relative;
    display: block;
  }
}

.p-point__data-bubble::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #de060c transparent;
}

@media (max-width: 767px) {
  .p-point__data-bubble::after {
    border-width: 0 calc(15 / 750 * 100vw) calc(24 / 750 * 100vw) calc(15 / 750 * 100vw);
  }
}

.p-point__data-bubble > p {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .p-point__data-bubble > p {
    width: 15.75vw;
    max-width: 189px;
    height: 9.666666666666666vw;
    max-height: 116px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/point_data_bubble.png);
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-point__data-bubble > p {
    background-image: url(../img/point_data_bubble@2x.png);
  }
}

@media (max-width: 767px) {
  .p-point__data-bubble > p {
    width: 100%;
    margin-top: calc(10 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
    padding: .5em;
    background-color: #de060c;
    border-radius: calc(16 / 750 * 100vw);
    color: #fff;
    text-align: center;
  }
}

.p-point__data-note {
  text-align: justify;
  font-size: 83%;
  letter-spacing: 0;
}

.about-item {
  display: block;
  margin: auto;
  border: solid 2px #de060c;
  overflow: hidden;
}

@media (min-width: 768px) {
  .about-item {
    width: 100%;
    border-radius: 16px;
  }
}

@media (min-width: 1200px) {
  .about-item {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .about-item {
    width: calc(670 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
  }
}

.about-parent {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  background-color: #de060c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

@media (min-width: 768px) {
  .about-parent {
    height: 6.666666666666667vw;
    max-height: 80px;
    font-size: min(2.5vw,30px);
    line-height: min(6.666666666666667vw,80px);
  }
}

@media (max-width: 767px) {
  .about-parent {
    padding: .5em;
    font-size: calc(40 / 750 * 100vw);
  }
}

.about-parent::before, .about-parent::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1rem;
  display: block;
  height: 1px;
  margin: auto;
  background-color: #fff;
  transition: .3s;
}

@media (min-width: 768px) {
  .about-parent::before, .about-parent::after {
    right: 1.5rem;
  }
}

@media (max-width: 767px) {
  .about-parent::before, .about-parent::after {
    right: 1rem;
  }
}

.about-parent::after {
  transform: rotate(90deg);
}

.about-parent.open::after {
  transform: rotate(-180deg);
}

.about-child {
  position: relative;
  display: none;
  margin: auto;
  width: 100%;
  background-color: #fff;
}

@media (min-width: 768px) {
  .about-child {
    padding-top: 64px;
  }
}

@media (max-width: 767px) {
  .about-child {
    padding-top: calc(64 / 750 * 100vw);
  }
}

.about-child__top {
  display: block;
  margin: auto;
}

.about-child__ttl {
  display: block;
  margin: 0 auto 1rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .about-child__ttl {
    font-size: min(2.666666666666667vw,32px);
  }
}

@media (max-width: 767px) {
  .about-child__ttl {
    font-size: calc(40 / 750 * 100vw);
  }
}

.about-child__txt {
  display: block;
  margin: 0 auto 2rem;
  text-align: justify;
}

@media (min-width: 768px) {
  .about-child__txt {
    width: 66.66666666666666vw;
    max-width: 800px;
    font-size: min(1.1666666666666667vw,14px);
  }
}

@media (max-width: 767px) {
  .about-child__txt {
    width: calc(590 / 750 * 100vw);
  }
}

.about-child__img {
  display: block;
  margin: 0 auto 2.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .about-child__img {
    width: 85vw;
    max-width: 1020px;
  }
}

@media (max-width: 767px) {
  .about-child__img {
    width: calc(600 / 750 * 100vw);
  }
}

/* ==========================================================
  plan
=====*/
.p-plan {
  display: block;
  width: 100%;
  margin: auto;
  background-color: #fff;
}

@media (min-width: 768px) {
  .p-plan {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .p-plan {
    padding: calc(120 / 750 * 100vw) 0;
  }
}

.p-plan__ttl {
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-plan__ttl {
    width: 27.750000000000004vw;
    max-width: 333px;
    height: 4.416666666666667vw;
    max-height: 53px;
    margin-bottom: 64px;
    background-image: url(../img/plan_ttl.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-plan__ttl {
    background-image: url(../img/plan_ttl@2x.png);
  }
}

@media (max-width: 767px) {
  .p-plan__ttl {
    width: calc(333 / 750 * 100vw);
    height: calc(55 / 750 * 100vw);
    margin-bottom: calc(64 / 750 * 100vw);
    background-image: url(../img/plan_ttl@sp.png);
  }
}

.p-plan__head {
  display: block;
  margin: 0 auto 5em;
}

@media (min-width: 768px) {
  .p-plan__head {
    margin-bottom: 5em;
  }
}

@media (max-width: 767px) {
  .p-plan__head {
    margin-bottom: calc(76 / 750 * 100vw);
  }
}

.p-plan__head-ttl {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media (min-width: 768px) {
  .p-plan__head-ttl {
    font-size: min(2.666666666666667vw,32px);
  }
}

@media (max-width: 767px) {
  .p-plan__head-ttl {
    font-size: calc(40 / 750 * 100vw);
  }
}

.p-plan__head > p {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-plan__head > p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .p-plan__head > p {
    font-size: calc(32 / 750 * 100vw);
  }
}

.p-plan__head > p > span {
  display: block;
  font-size: 130%;
  color: #de060c;
}

.p-plan__head .note {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .p-plan__head .note {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .p-plan__head .note {
    font-size: calc(24 / 750 * 100vw);
  }
}

.p-plan__box {
  position: relative;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .p-plan__box {
    width: 100vw;
    max-width: 1200px;
    padding: 0 min(1.6666666666666667vw,20px);
    border-radius: 16px;
  }
}

@media (min-width: 1200px) {
  .p-plan__box {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .p-plan__box {
    width: calc(670 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-plan__box[data-num="01"] {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .p-plan__box[data-num="01"] {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

@media (max-width: 767px) {
  .p-plan__box[data-num="02"] .p-plan__box-body {
    padding-bottom: calc(200 / 750 * 100vw);
  }
}

.p-plan__box-head {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  border: solid 2px #de060c;
  background-color: #de060c;
}

@media (min-width: 768px) {
  .p-plan__box-head {
    border-radius: 16px 16px 0 0;
  }
}

@media (max-width: 767px) {
  .p-plan__box-head {
    border-radius: calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) 0 0;
  }
}

.p-plan__box-ttl {
  padding: 1em 0;
  color: #fff;
  text-align: center;
  line-height: 1;
}

@media (min-width: 768px) {
  .p-plan__box-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .p-plan__box-ttl[data-num="01"] {
    display: block;
  }
}

@media (max-width: 767px) {
  .p-plan__box-ttl[data-num="01"] > span:nth-child(1) {
    margin-bottom: .5em;
  }
}

@media (max-width: 767px) {
  .p-plan__box-ttl[data-num="01"] > span:nth-child(2) {
    display: block;
  }
}

@media (max-width: 767px) {
  .p-plan__box-ttl[data-num="02"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .p-plan__box-ttl[data-num="02"] > span:nth-child(1) {
    margin-right: .5em;
  }
}

@media (max-width: 767px) {
  .p-plan__box-ttl[data-num="02"] > span:nth-child(2) {
    display: block;
  }
}

.p-plan__box-ttl > span:nth-child(1) {
  display: inline-block;
  padding: .2em 1em;
  border: solid 1px #fff;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .p-plan__box-ttl > span:nth-child(1) {
    margin-right: 1rem;
    font-size: min(2vw,24px);
  }
}

@media (max-width: 767px) {
  .p-plan__box-ttl > span:nth-child(1) {
    font-size: calc(32 / 750 * 100vw);
  }
}

.p-plan__box-ttl > span:nth-child(2) {
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-plan__box-ttl > span:nth-child(2) {
    font-size: min(2.666666666666667vw,32px);
  }
}

@media (max-width: 767px) {
  .p-plan__box-ttl > span:nth-child(2) {
    font-size: calc(40 / 750 * 100vw);
  }
}

.p-plan__box-tag {
  position: absolute;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

@media (min-width: 768px) {
  .p-plan__box-tag {
    top: -2vw;
    left: -1.5vw;
    width: 11.666666666666666vw;
    max-width: 140px;
    height: 11.666666666666666vw;
    max-height: 140px;
    background-image: url(../img/plan_box_tag.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-plan__box-tag {
    background-image: url(../img/plan_box_tag@2x.png);
  }
}

@media (max-width: 767px) {
  .p-plan__box-tag {
    top: calc(-35 / 750 * 100vw);
    left: calc(-20 / 750 * 100vw);
    width: calc(154 / 750 * 100vw);
    height: calc(154 / 750 * 100vw);
    background-image: url(../img/plan_box_tag@sp.png);
  }
}

.p-plan__box-body {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  border: solid 2px #de060c;
  background-color: #fff;
}

@media (min-width: 768px) {
  .p-plan__box-body {
    padding: 32px 0 10px;
    border-radius: 0 0 16px 16px;
  }
}

@media (max-width: 767px) {
  .p-plan__box-body {
    padding: calc(40 / 750 * 100vw);
    border-radius: 0 0 calc(16 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
}

.p-plan__box-detail {
  display: block;
  margin: auto;
}

.p-plan__box-txt {
  display: block;
  margin: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .p-plan__box-txt {
    font-size: min(2vw,24px);
  }
}

@media (max-width: 767px) {
  .p-plan__box-txt {
    font-size: calc(32 / 750 * 100vw);
  }
}

.p-plan__box-price {
  display: block;
  margin: 0 auto .5rem;
  text-align: center;
  color: #de060c;
}

@media (min-width: 768px) {
  .p-plan__box-price {
    font-size: min(3vw,36px);
  }
}

@media (max-width: 767px) {
  .p-plan__box-price {
    font-size: calc(56 / 750 * 100vw);
  }
}

.p-plan__box-price > .big {
  font-size: 150%;
  font-weight: bold;
}

@media (max-width: 767px) {
  .p-plan__box-price > .min {
    font-size: 60%;
  }
}

.p-plan__box-note {
  display: block;
  margin: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .p-plan__box-note {
    font-size: 14px;
  }
}

.p-plan__box-option {
  margin: 1rem auto 1rem;
}

@media (min-width: 768px) {
  .p-plan__box-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
}

.p-plan__box-bubble {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #e5e5e5;
  padding: .5em 1em;
  text-align: center;
}

@media (min-width: 768px) {
  .p-plan__box-bubble {
    width: 16%;
    margin-right: 1.3vw;
    border-radius: 10px;
    font-size: min(1.5vw,18px);
  }
}

@media (max-width: 767px) {
  .p-plan__box-bubble {
    width: 100%;
    margin-bottom: calc(30 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
  }
}

.p-plan__box-bubble::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 0;
}

@media (min-width: 768px) {
  .p-plan__box-bubble::after {
    top: 0;
    bottom: 0;
    left: 100%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: min(1.5vw,18px) solid #e5e5e5;
  }
}

@media (max-width: 767px) {
  .p-plan__box-bubble::after {
    top: 100%;
    left: 0;
    right: 0;
    border-right: calc(16 / 750 * 100vw) solid transparent;
    border-left: calc(16 / 750 * 100vw) solid transparent;
    border-top: calc(16 / 750 * 100vw) solid #e5e5e5;
    border-bottom: 0;
  }
}

.p-plan__box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .p-plan__box-list {
    width: 66%;
  }
}

@media (max-width: 767px) {
  .p-plan__box-list {
    width: 100%;
  }
}

.p-plan__box-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .p-plan__box-list li {
    margin-right: 0.25vw;
    margin-bottom: .5em;
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0;
  }
}

@media (min-width: 768px) {
  .p-plan__box-list li:nth-child(1), .p-plan__box-list li:nth-child(4) {
    width: 33%;
  }
}

@media (min-width: 768px) {
  .p-plan__box-list li:nth-child(2), .p-plan__box-list li:nth-child(5) {
    width: 27%;
  }
}

.p-plan__box-list li > i {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-plan__box-list li > i {
    width: 3.3333333333333335vw;
    max-width: 40px;
    height: 3.3333333333333335vw;
    max-height: 40px;
  }
}

@media (max-width: 767px) {
  .p-plan__box-list li > i {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}

.p-plan__box-list li > i[data-num="01"] {
  background-image: url(../img/plan_option_icon01.png);
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-plan__box-list li > i[data-num="01"] {
    background-image: url(../img/plan_option_icon01@2x.png);
  }
}

.p-plan__box-list li > i[data-num="02"] {
  background-image: url(../img/plan_option_icon02.png);
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-plan__box-list li > i[data-num="02"] {
    background-image: url(../img/plan_option_icon02@2x.png);
  }
}

.p-plan__box-list li > i[data-num="03"] {
  background-image: url(../img/plan_option_icon03.png);
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-plan__box-list li > i[data-num="03"] {
    background-image: url(../img/plan_option_icon03@2x.png);
  }
}

.p-plan__box-list li > i[data-num="04"] {
  background-image: url(../img/plan_option_icon04.png);
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-plan__box-list li > i[data-num="04"] {
    background-image: url(../img/plan_option_icon04@2x.png);
  }
}

.p-plan__box-list li > i[data-num="05"] {
  background-image: url(../img/plan_option_icon05.png);
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-plan__box-list li > i[data-num="05"] {
    background-image: url(../img/plan_option_icon05@2x.png);
  }
}

.p-plan__box-list li > i[data-num="06"] {
  background-image: url(../img/plan_option_icon06.png);
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-plan__box-list li > i[data-num="06"] {
    background-image: url(../img/plan_option_icon06@2x.png);
  }
}

@media (min-width: 768px) {
  .p-plan__box-list li > span {
    font-size: min(1.4166666666666665vw,18px);
  }
}

.p-plan__box-img {
  display: block;
}

@media (min-width: 768px) {
  .p-plan__box-img {
    position: absolute;
  }
}

@media (min-width: 768px) {
  .p-plan__box-img[data-num="01"] {
    top: min(-6.33333vw, -100px);
    right: min(2.9166666666666665vw,35px);
    width: 17.25vw;
    max-width: 207px;
    height: 21.75vw;
    max-height: 261px;
  }
}

@media (max-width: 767px) {
  .p-plan__box-img[data-num="01"] {
    width: calc(592 / 750 * 100vw);
    height: calc(152 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-plan__box-img[data-num="02"] {
    bottom: 0px;
    right: 0px;
    width: 21.166666666666668vw;
    max-width: 285px;
    max-height: 256px;
  }
}

@media (max-width: 767px) {
  .p-plan__box-img[data-num="02"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(629 / 750 * 100vw);
    height: calc(201 / 750 * 100vw);
  }
}

/* ==========================================================
  voice
=====*/
.p-voice {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  background-color: #fff6f6;
  z-index: 1;
}

@media (min-width: 768px) {
  .p-voice {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .p-voice {
    padding: calc(120 / 750 * 100vw) 0;
  }
}

.p-voice::before, .p-voice::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

@media (min-width: 768px) {
  .p-voice::before, .p-voice::after {
    width: 96.08333333333333vw;
    max-width: 1153px;
    height: 54.833333333333336vw;
    max-height: 658px;
    background-image: url(../img/point_bg_img.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-voice::before, .p-voice::after {
    background-image: url(../img/point_bg_img@2x.png);
  }
}

@media (max-width: 767px) {
  .p-voice::before, .p-voice::after {
    width: calc(750 / 750 * 100vw);
    height: calc(621 / 750 * 100vw);
    background-image: url(../img/point_bg_img@sp.png);
  }
}

.p-voice::before {
  top: 0;
  right: 0;
}

.p-voice::after {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}

.p-voice__wrap {
  position: relative;
  margin: auto;
  z-index: 1;
}

@media (min-width: 768px) {
  .p-voice__wrap {
    width: 100vw;
    max-width: 1200px;
    padding: 0 min(1.6666666666666667vw,20px);
  }
}

@media (min-width: 1200px) {
  .p-voice__wrap {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .p-voice__wrap {
    width: calc(670 / 750 * 100vw);
  }
}

.p-voice__ttl {
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-voice__ttl {
    width: 24.166666666666668vw;
    max-width: 290px;
    height: 4.25vw;
    max-height: 51px;
    margin-bottom: 110px;
    background-image: url(../img/voice_ttl.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-voice__ttl {
    background-image: url(../img/voice_ttl@2x.png);
  }
}

@media (max-width: 767px) {
  .p-voice__ttl {
    width: calc(290 / 750 * 100vw);
    height: calc(51 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
    background-image: url(../img/voice_ttl@sp.png);
  }
}

.p-voice__list {
  margin: auto;
}

@media (min-width: 768px) {
  .p-voice__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100vw;
    max-width: 1200px;
    padding: 0 min(1.6666666666666667vw,20px);
  }
}

@media (min-width: 1200px) {
  .p-voice__list {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .p-voice__list {
    width: calc(670 / 750 * 100vw);
  }
}

.p-voice__list > li {
  display: block;
}

@media (min-width: 768px) {
  .p-voice__list > li {
    width: 46.666666666666664vw;
    max-width: 560px;
  }
}

@media (max-width: 767px) {
  .p-voice__list > li {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .p-voice__list > li:nth-child(1), .p-voice__list > li:nth-child(2) {
    margin-bottom: 3em;
  }
}

@media (max-width: 767px) {
  .p-voice__list > li:not(:last-child) {
    margin-bottom: 3em;
  }
}

.p-voice__list-ttl {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  padding-left: 1em;
  font-weight: bold;
  letter-spacing: 0.07em;
}

@media (min-width: 768px) {
  .p-voice__list-ttl {
    font-size: min(2.666666666666667vw,32px);
  }
}

@media (max-width: 767px) {
  .p-voice__list-ttl {
    font-size: calc(39 / 750 * 100vw);
  }
}

.p-voice__list-ttl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #de060c;
}

@media (min-width: 768px) {
  .p-voice__list-ttl::before {
    width: 0.8333333333333334vw;
    max-width: 10px;
    height: 6.666666666666667vw;
    max-height: 80px;
  }
}

@media (max-width: 767px) {
  .p-voice__list-ttl::before {
    width: calc(10 / 750 * 100vw);
    height: calc(94 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-voice__list-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .p-voice__list-body {
    display: block;
  }
}

.p-voice__list-img {
  display: block;
}

@media (min-width: 768px) {
  .p-voice__list-img {
    width: 23.833333333333336vw;
    max-width: 286px;
  }
}

@media (max-width: 767px) {
  .p-voice__list-img {
    position: relative;
    width: calc(670 / 750 * 100vw);
    margin-bottom: 1.5rem;
  }
}

.p-voice__list-img .note {
  display: block;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .p-voice__list-img .note {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .p-voice__list-img .note {
    display: none;
    position: absolute;
    left: .5em;
    bottom: .5em;
    color: #fff;
    font-size: calc(24 / 750 * 100vw);
    text-shadow: 0px 0px calc(8 / 750 * 100vw) black;
  }
}

.p-voice__list-txt {
  display: block;
  margin-top: -0.5em;
  text-align: justify;
  letter-spacing: 0.04em;
  line-height: 1.8em;
}

@media (min-width: 768px) {
  .p-voice__list-txt {
    width: 21.666666666666668vw;
    max-width: 260px;
  }
}

@media (max-width: 767px) {
  .p-voice__list-txt {
    width: 100%;
  }
}

/* ============================
  Footer
=============================*/
.l-footer {
  display: block;
  width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .l-footer {
    padding-bottom: 8.1vw;
  }
}

@media (max-width: 767px) {
  .l-footer {
    padding-bottom: calc(130 / 750 * 100vw);
  }
}

.l-footer__head {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .l-footer__head {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .l-footer__head {
    padding: calc(80 / 750 * 100vw) 0;
  }
}

.l-footer__head-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin: 0 auto 1em;
}

.l-footer__head-detail {
  display: block;
  margin: auto;
  text-align: center;
  line-height: 2;
}

@media (min-width: 768px) {
  .l-footer__head-detail {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .l-footer__head-detail {
    font-size: calc(24 / 750 * 100vw);
  }
}

.l-footer__head-detail > span {
  display: block;
  font-weight: bold;
}

.l-footer__logo {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.l-footer__logo[data-name="BRIDGESTONE"] {
  background-image: url(../img/BRIDGESTONE_Logo.png);
}

@media (min-width: 768px) {
  .l-footer__logo[data-name="BRIDGESTONE"] {
    width: 80px;
    height: 72px;
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .l-footer__logo[data-name="BRIDGESTONE"] {
    background-image: url(../img/BRIDGESTONE_Logo@2x.png);
  }
}

@media (max-width: 767px) {
  .l-footer__logo[data-name="BRIDGESTONE"] {
    width: calc(80 / 750 * 100vw);
    height: calc(72 / 750 * 100vw);
  }
}

.l-footer__logo[data-name="MOBOX"] {
  margin-left: 1rem;
  background-image: url(../img/MOBOX_Logo.png);
}

@media (min-width: 768px) {
  .l-footer__logo[data-name="MOBOX"] {
    width: 230px;
    height: 72px;
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .l-footer__logo[data-name="MOBOX"] {
    background-image: url(../img/MOBOX_Logo@2x.png);
  }
}

@media (max-width: 767px) {
  .l-footer__logo[data-name="MOBOX"] {
    width: calc(230 / 750 * 100vw);
    height: calc(72 / 750 * 100vw);
  }
}

.l-footer__logo-wrap {
  padding-right: 1rem;
  border-right: solid 1px #444;
}

.l-footer__link {
  display: block;
  width: 100%;
  margin: auto;
  background-color: #e5e5e5;
}

@media (min-width: 768px) {
  .l-footer__link {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .l-footer__link {
    padding: calc(40 / 750 * 100vw) 0;
  }
}

.l-footer__link > ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .l-footer__link > ol > li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .l-footer__link > ol > li {
    font-size: calc(24 / 750 * 100vw);
    line-height: 2;
  }
}

.l-footer__link > ol > li:not(:last-child) {
  margin-right: 1rem;
}

.l-footer__link > ol > li > a {
  color: #333;
  text-decoration: none;
}

.l-footer__copy {
  display: block;
  width: 100%;
  margin: auto;
  padding: 1rem 0;
  background-color: #333;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .l-footer__copy {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .l-footer__copy {
    font-size: calc(20 / 750 * 100vw);
  }
}

/* ==========================================================
  floating
=====*/
.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 100%;
  background-color: #f5f5f5;
  text-align: center;
  transform: translate3d(0, 100%, 0);
  transition: 0.5s ease-in-out;
  box-shadow: 0px -6px 16px -6px rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 9;
}

@media (min-width: 768px) {
  .floating {
    padding: 1.5625vw 0;
  }
}

@media (max-width: 767px) {
  .floating {
    padding: calc(30 / 750 * 100vw) 0;
  }
}

.floating.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.floating-btn {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 768px) {
  .floating-btn {
    width: 40vw;
    max-width: 480px;
    padding: 18px 0;
    border-radius: 8px;
    font-size: min(1.6666666666666667vw,20px);
    transition: .3s;
  }
}

@media (max-width: 767px) {
  .floating-btn {
    width: calc(340 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) 0;
    border-radius: calc(8 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.floating-btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .floating-btn::after {
    right: 2.5vw;
    width: 0.8333333333333334vw;
    max-width: 10px;
    max-height: 0.8333333333333334vw;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}

@media (max-width: 767px) {
  .floating-btn::after {
    right: calc(20 / 750 * 100vw);
    width: calc(10 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}

.floating-btn.btn-detail {
  background-color: #333;
}

@media (min-width: 768px) {
  .floating-btn.btn-detail {
    margin-right: 2vw;
  }
}

@media (max-width: 767px) {
  .floating-btn.btn-detail {
    margin-right: calc(20 / 750 * 100vw);
  }
}

.floating-btn.btn-search {
  background-color: #de060c;
}

.floating-btn.btn-search > span::before {
  content: '';
  display: inline-block;
  margin-right: .6em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/floating_btn_search_icon.png);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .floating-btn.btn-search > span::before {
    width: 1.8333333333333333vw;
    max-width: 22px;
    height: 1.8333333333333333vw;
    max-height: 22px;
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .floating-btn.btn-search > span::before {
    background-image: url(../img/floating_btn_search_icon@2x.png);
  }
}

@media (max-width: 767px) {
  .floating-btn.btn-search > span::before {
    width: calc(26 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
  }
}

.data_mente{
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .data_mente{
    margin-top: calc(80/750 * 100vw);
    margin-bottom:  calc(80/750 * 100vw);
  }
}
.data_mente .p-point__list-ttl{
  margin-bottom: 0;
}
.mente-point{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: solid 2px #bfbfbf;
}
@media (max-width: 767px){
  .mente-point{
   display: block;
   max-width: calc(590/750 * 100vw);
   width: 100%;
   margin: 0 auto;
   border-bottom: solid calc(2/750 * 100vw) #bfbfbf;
  }
}
.mente-point:last-child{
 border-bottom: none; 
}
.mente-point-img_box{
  display: flex;
  align-items: center;
  margin-right: 32px ;
}
@media (max-width: 767px){
  .mente-point-img_box{
    margin-right: 0 ;
  }
}
.mente-point-img_box-img{
  max-width: 110px;
  width: 11.666666666666666vw;
  margin-right: 23px;
}
@media (max-width: 767px){
  .mente-point-img_box-img{
    max-width: calc(110/750 * 100vw);
    width:100%;
    margin-right:calc(20/750 * 100vw);
  }
}
.mente-sttl{
  color: #de060c;
  font-weight: 600;
}
@media (max-width: 767px){
  .mente-sttl{
    font-size: calc(32/750 * 100vw);
  }
}
.mente-point-txt-box{
  width: 585px;
}
@media (max-width: 767px){
  .mente-point-txt-box{
    width: 100%;
  }
}

.mente-point-txt-box-txt{
  line-height: 1.5em;
  text-align: justify;
}

.data-mente-summary{
  position: relative;
  padding: min(3.3333333333333335vw,58px) min(6.666666666666667vw,256px) min(3.3333333333333335vw,50px) min(6.666666666666667vw,100px);
  max-width: 1000px;
  width: 100%;
  border-radius: 16px;
  background-image: url(../img/point_data_bg.png);
}
@media (max-width: 767px){
  .data-mente-summary{
    max-width: calc(590/750 * 100vw);
    border-radius: calc(16/750 * 100vw);
    margin: 0 auto;
    padding: calc(63/750 * 100vw) calc(40/750 * 100vw) calc(40/750 * 100vw) calc(40/750 * 100vw);
  }
}
.data-mente-summary .frame{
  position: absolute;
}
.data-mente-summary .frame-top{
  top: -25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 11.666666666666666vw;
  max-width: 128px;
}
@media (max-width: 767px){
  .data-mente-summary .frame-top{
    width: 100%;
    max-width: calc(164/750 * 100vw);
  }
}
.data-mente-summary-ttl{
  font-size: min(2vw, 24px);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 767px){
  .data-mente-summary-ttl{
    font-size: calc(32/750 * 100vw);
    text-align: left;
    letter-spacing: 0.03em;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
}
.data-mente-summary-ttl .txt-red{
  color: #de060c;
}
.data-mente-summary .frame-bottom{
  top: 133px;
  right: 100px;
  width: 30.25vw;
  max-width: 130px;
}
@media screen and (min-width:1050px) and ( max-width:1198px){
  .data-mente-summary .frame-bottom{
    top: 100px;
  }
}
@media screen and (min-width:931px) and ( max-width:1049px){
  .data-mente-summary .frame-bottom{
    top: 110px;
    width: 10vw;
    right: 7%;
  }
}

@media (max-width: 767px){
  .data-mente-summary .frame-bottom{
    top: calc(40/750 * 100vw);
    right: calc(40/750 * 100vw);
    width:  100%;
    max-width: calc(130/750 * 100vw);
  }
}
.data-mente-summary-list{
  max-width: 650px;
  width: 100%;
}

@media screen and (min-width:880px) and ( max-width:930px){
  .data-mente-summary-list{
    max-width: 400px;
    width: 100%;
  }
}

@media screen and (min-width:810px) and ( max-width:879px){
  .data-mente-summary-list{
    max-width: 350px;
    width: 100%;
  }
}

@media screen and (min-width:768px) and ( max-width:809px){
  .data-mente-summary-list{
    max-width: 300px;
    width: 100%;
  }
}

@media (max-width: 767px){
  .data-mente-summary-list{
  max-width: 100%;
  }
}
.data-mente-summary-list-item{
  background-color: inherit!important;
  padding: 0!important;
  margin-bottom: 18px!important;
}
.data-mente-summary-list-item:last-child{
  margin-bottom: 0!important;
}
.data-mente-summary-list-item p{
  letter-spacing: 0.07em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width:768px) and ( max-width:1198px){
  .data-mente-summary-list-item p{
    font-size: 83%;
  }
}
@media (max-width: 767px){
  .data-mente-summary-list-item p{
   font-size: calc(28/750 * 100vw);
  }
}
.data-mente-summary-list-item-icon{
  margin-right: -5px;
  color: #de060c;
}