@charset "UTF-8";
/**
* @file index.scss
**/
/**
* @file _config.scss
**/
/**
* @file _reset.scss
**/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

*:focus {
  outline: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  border: 0;
  outline: none;
  cursor: pointer;
}

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

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;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/**
* @file _m-media.scss
**/
.cv {
  margin-top: 60px;
  background-color: #841503;
}

@media screen and (max-width: 1024px) {
  .cv {
    margin-top: 0;
  }
}

.cv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 386px;
}

@media screen and (max-width: 1024px) {
  .cv__container {
    height: auto;
  }
}

.cv__bg-img {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -100px;
  width: 600px;
  height: 100%;
  overflow: hidden;
  transform: translateY(-50%);
  opacity: 0.1;
}

@media screen and (max-width: 1024px) {
  .cv__bg-img {
    -webkit-transform: translateX(-50%);
    top: 50px;
    left: 50%;
    width: 100%;
    max-width: 500px;
    transform: translateX(-50%);
  }
}

.cv__bg-img img {
  -o-object-fit: cover;
  width: 100%;
  height: 385px;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .cv__bg-img img {
    height: auto;
  }
}

.cv__content {
  padding: 0 30px;
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .cv__content {
    margin: 0 auto;
    margin-top: 120px;
    padding: 0;
    padding-bottom: 70px;
  }
}

.cv__logo {
  width: 145px;
  height: 150px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .cv__logo {
    width: 125px;
    height: 130px;
  }
}

.cv__logo img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cv__txt {
  position: relative;
  width: 320px;
  margin: 0 auto;
  margin-top: 20px;
  color: #fff;
  font-size: 1.7rem;
  line-height: calc(25 /(1.7 * 10));
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .cv__txt {
    width: 280px;
    font-size: 1.4rem;
    line-height: calc(20 /(1.4 * 10));
  }
}

.cv__txt::before, .cv__txt::after {
  position: absolute;
  top: 50%;
  width: 2px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  content: "";
}

@media screen and (max-width: 1024px) {
  .cv__txt::before, .cv__txt::after {
    width: 1px;
    height: 30px;
  }
}

.cv__txt::before {
  -webkit-transform: translateY(-50%) rotate(-30deg);
  left: -30px;
  transform: translateY(-50%) rotate(-30deg);
}

@media screen and (max-width: 1024px) {
  .cv__txt::before {
    left: -15px;
  }
}

.cv__txt::after {
  -webkit-transform: translateY(-50%) rotate(30deg);
  right: -30px;
  transform: translateY(-50%) rotate(30deg);
}

@media screen and (max-width: 1024px) {
  .cv__txt::after {
    right: -15px;
  }
}

.cv__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  height: 74px;
  margin-top: 20px;
  padding: 0 20px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #a71700;
  background-color: #fff;
  white-space: nowrap;
  transition: all 0.4s;
}

.cv__link::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 13px;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.cv__link::after {
  -webkit-transition: all 0.4s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 13px;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../images/common/arrow-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: all 0.4s;
}

.cv__link input,
.cv__link span,
.cv__link p,
.cv__link div {
  padding-right: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: calc(20 /(1.4 * 10));
}

.cv__link:hover {
  -webkit-transition: all 0.4s;
  background-color: #841503;
  transition: all 0.4s;
}

.cv__link:hover input,
.cv__link:hover span,
.cv__link:hover p,
.cv__link:hover div {
  -webkit-transition: all 0.4s;
  z-index: 1;
  transition: all 0.4s;
}

.cv__link:hover::after {
  -webkit-transition: all 0.4s;
  right: 15px;
  transition: all 0.4s;
}

.cv__link input,
.cv__link span,
.cv__link p,
.cv__link div {
  color: #a71700;
}

.cv__link::before {
  background-color: #a71700;
}

.cv__link::after {
  background-image: url("../images/common/arrow-white.svg");
}

.cv__link:hover {
  background-color: #a71700;
}

.cv__link:hover input,
.cv__link:hover span,
.cv__link:hover p,
.cv__link:hover div {
  color: #fff;
}

.cv__link:hover::before {
  background-color: #fff;
}

.cv__link:hover::after {
  background-image: url("../images/common/arrow-red.svg");
}

@media screen and (max-width: 1024px) {
  .cv__link {
    max-width: 345px;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.cv__link span {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: calc(14 /(1.4 * 10));
  text-align: center;
}

.cv__link strong {
  display: block;
  margin-top: 9px;
  font-weight: bold;
  font-size: 2rem;
  line-height: calc(20 /(2 * 10));
}

.cv__img {
  position: absolute;
  bottom: 10px;
  left: 400px;
  width: calc((100vw / 1440) * 720);
  min-width: 510px;
  max-width: 720px;
}

@media screen and (max-width: 1024px) {
  .cv__img {
    display: none;
  }
}

.cv__img img {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}

.cv__img-sp {
  display: none;
  width: 100%;
  max-width: 500px;
  margin-top: 15px;
}

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

.cv__img-sp img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}

/**
* @file _footer.scss
**/
.footer__container {
  width: 100%;
}

.footer__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  background-color: #fafafa;
}

@media screen and (max-width: 768px) {
  .footer__nav {
    height: 65px;
  }
}

.footer .f-nav__lists {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .lists__item {
  position: relative;
}

.footer .lists__item:not(:first-child) {
  margin-left: 56px;
}

.footer .lists__item:not(:first-child)::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  content: "|";
}

.footer .item__link {
  -webkit-transition: opacity 0.4s;
  font-size: 1.4rem;
  line-height: calc(21 /(1.4 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.4s;
}

@media screen and (max-width: 768px) {
  .footer .item__link {
    font-size: 1rem;
    line-height: calc(21 /(1 * 10));
  }
}

.footer .item__link:hover {
  -webkit-transition: opacity 0.4s;
  opacity: 0.7;
  transition: opacity 0.4s;
}

.footer .copyright {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 1.2rem;
  line-height: calc(21 /(1.2 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 1rem;
    line-height: calc(21 /(1 * 10));
  }
}

/**
* @file _header.scss
**/
.header {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 10;
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  max-width: 1440px;
  height: 62px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .header__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header__logo {
  display: block;
  width: 78px;
  height: 46px;
}

@media screen and (max-width: 1024px) {
  .header__logo {
    margin-left: calc(50% - (78px / 2));
  }
}

.header__logo img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__nav {
  height: 100%;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .header__nav {
    -webkit-transition: 0.8s ease;
    z-index: 5;
    position: fixed;
    top: 62px;
    left: 100%;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 15px;
    overflow: scroll;
    background-color: #fff;
    transition: 0.8s ease;
  }
}

.header .nav__lists {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .header .nav__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    flex-direction: column;
    justify-content: start;
    height: 625px;
    padding: 0 15px;
  }
}

.header .lists__item {
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .header .lists__item {
    width: 100%;
    height: 50px;
  }
}

.header .lists__item:not(:first-child) {
  margin-left: 25px;
}

@media screen and (max-width: 1180px) {
  .header .lists__item:not(:first-child) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .header .lists__item:not(:first-child) {
    margin-left: 0;
  }
}

.header .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.4rem;
  line-height: calc(20 /(1.4 * 10));
  transition: opacity 0.4s;
}

@media screen and (max-width: 1024px) {
  .header .item__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-left: 15px;
    font-size: 1.8rem;
    line-height: calc(26 /(1.8 * 10));
    letter-spacing: 0.2em;
  }
}

.header .item__link:hover {
  -webkit-transition: opacity 0.4s;
  opacity: 0.7;
  transition: opacity 0.4s;
}

.header__contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  max-width: 163px;
  height: 74px;
  height: 46px;
  margin-left: 30px;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #a71700;
  white-space: nowrap;
  transition: all 0.4s;
}

.header__contact::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 13px;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.header__contact::after {
  -webkit-transition: all 0.4s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 13px;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../images/common/arrow-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: all 0.4s;
}

.header__contact input,
.header__contact span,
.header__contact p,
.header__contact div {
  padding-right: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: calc(20 /(1.4 * 10));
}

.header__contact:hover {
  -webkit-transition: all 0.4s;
  background-color: #841503;
  transition: all 0.4s;
}

.header__contact:hover input,
.header__contact:hover span,
.header__contact:hover p,
.header__contact:hover div {
  -webkit-transition: all 0.4s;
  z-index: 1;
  transition: all 0.4s;
}

.header__contact:hover::after {
  -webkit-transition: all 0.4s;
  right: 15px;
  transition: all 0.4s;
}

.header__contact::before {
  right: 10px;
  width: 16px;
  height: 16px;
}

.header__contact::after {
  right: 14px;
  width: 4px;
  height: 7px;
}

.header__contact:hover::after {
  -webkit-transition: all 0.4s;
  right: 12px;
  transition: all 0.4s;
}

@media screen and (max-width: 1180px) {
  .header__contact {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .header__contact {
    display: none;
  }
}

.header__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  height: 74px;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #a71700;
  white-space: nowrap;
  transition: all 0.4s;
}

.header__link::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 13px;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.header__link::after {
  -webkit-transition: all 0.4s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 13px;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../images/common/arrow-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: all 0.4s;
}

.header__link input,
.header__link span,
.header__link p,
.header__link div {
  padding-right: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: calc(20 /(1.4 * 10));
}

.header__link:hover {
  -webkit-transition: all 0.4s;
  background-color: #841503;
  transition: all 0.4s;
}

.header__link:hover input,
.header__link:hover span,
.header__link:hover p,
.header__link:hover div {
  -webkit-transition: all 0.4s;
  z-index: 1;
  transition: all 0.4s;
}

.header__link:hover::after {
  -webkit-transition: all 0.4s;
  right: 15px;
  transition: all 0.4s;
}

@media screen and (max-width: 1024px) {
  .header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 345px;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.header__link span {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: calc(14 /(1.4 * 10));
  text-align: center;
}

.header__link strong {
  display: block;
  margin-top: 9px;
  font-weight: bold;
  font-size: 2rem;
  line-height: calc(20 /(2 * 10));
}

.header .nav-toggle {
  z-index: 5;
  position: relative;
  width: 33px;
  height: 20px;
  margin-left: auto;
  cursor: pointer;
}

.header .menu-line {
  -webkit-transition: 0.8s ease;
  -webkit-transform: translateY(-50%);
  z-index: 10;
  position: absolute;
  width: 30px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #a71700;
  transition: 0.8s ease;
}

.header .menu-line1 {
  top: 0;
}

.header .menu-line2 {
  top: 9px;
}

.header .menu-line3 {
  top: 18px;
}

.header #js-nav-menu.is-open .menu-line1 {
  -webkit-transform: rotate(150deg);
  position: absolute;
  top: 10px;
  transform: rotate(150deg);
  background-color: #a71700;
}

.header #js-nav-menu.is-open .menu-line2 {
  opacity: 0;
}

.header #js-nav-menu.is-open .menu-line3 {
  -webkit-transform: rotate(-150deg);
  position: absolute;
  top: 10px;
  transform: rotate(-150deg);
  background-color: #a71700;
}

.header #js-nav.is-open {
  left: 0;
}

/**
* @file _l-common.scss
**/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}

main,
header,
footer {
  margin: auto;
}

h1,
h2,
h3,
h4 {
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}

p,
input,
textarea {
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
}

img {
  width: 100%;
}

.lazyload-img {
  -webkit-transition: 0.3s opacity;
  opacity: 0;
  transition: 0.3s opacity;
}

.lazyload-img.lazyloaded {
  opacity: 1;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-pc_pro {
  display: block;
}

@media screen and (max-width: 1024px) {
  .is-pc_pro {
    display: none;
  }
}

.is-tab-pro {
  display: none;
}

@media screen and (max-width: 1024px) {
  .is-tab-pro {
    display: block;
  }
}

.is-tab {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-tab {
    display: block;
  }
}

.is-sp {
  display: none;
}

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

.content-width {
  max-width: 1000px;
  margin: auto;
}

.content-padding {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .content-padding {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

.js-fade {
  -webkit-transition: 0.6s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition: 0.6s;
}

.js-fade.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/**
* @file _l-index.scss
**/
.index .fv {
  height: 765px;
  padding-top: 62px;
  background-image: url(../images/index/fv@2x.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1500px) {
  .index .fv {
    background-position: bottom;
  }
}

@media screen and (max-width: 1024px) {
  .index .fv {
    height: auto;
    padding-top: 62px;
    background-image: url(../images/index/fv-sp@2x.png);
    background-position: center;
  }
}

.index .fv__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 90px;
}

@media screen and (max-width: 1024px) {
  .index .fv__container {
    padding-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .index .fv__content {
    margin: 0 auto;
    padding: 0;
    padding-bottom: 0;
  }
}

.index .fv__ttl {
  font-weight: normal;
  font-size: 4.6rem;
  line-height: calc(63 /(4.6 * 10));
}

@media screen and (max-width: 1024px) {
  .index .fv__ttl {
    font-size: 3.5rem;
    line-height: calc(45 /(3.5 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .index .fv__ttl {
    font-size: 2.8rem;
    line-height: calc(38 /(2.8 * 10));
  }
}

.index .fv__sub-ttl {
  margin-top: 20px;
  font-size: 2.2rem;
  line-height: calc(32 /(2.2 * 10));
}

@media screen and (max-width: 1024px) {
  .index .fv__sub-ttl {
    margin-top: 10px;
    font-size: 1.9rem;
    line-height: calc(28 /(1.9 * 10));
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .index .fv__sub-ttl {
    font-size: 1.6rem;
    line-height: calc(24 /(1.6 * 10));
  }
}

.index .fv__lists {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin-top: 28px;
}

.index .fv .lists__item {
  width: calc(100% / 3);
}

.index .fv .lists__item:not(:first-child) {
  margin-left: 15px;
}

.index .fv__txt {
  position: relative;
  width: 320px;
  margin-top: 20px;
  margin-left: 60px;
  color: #a71700;
  font-size: 1.7rem;
  line-height: calc(25 /(1.7 * 10));
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .index .fv__txt {
    width: 280px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: calc(20 /(1.4 * 10));
  }
}

.index .fv__txt::before, .index .fv__txt::after {
  position: absolute;
  top: 50%;
  width: 2px;
  height: 40px;
  border-radius: 4px;
  background-color: #a71700;
  content: "";
}

@media screen and (max-width: 1024px) {
  .index .fv__txt::before, .index .fv__txt::after {
    width: 1px;
    height: 30px;
  }
}

.index .fv__txt::before {
  -webkit-transform: translateY(-50%) rotate(-30deg);
  left: -30px;
  transform: translateY(-50%) rotate(-30deg);
}

@media screen and (max-width: 1024px) {
  .index .fv__txt::before {
    left: -15px;
  }
}

.index .fv__txt::after {
  -webkit-transform: translateY(-50%) rotate(30deg);
  right: -30px;
  transform: translateY(-50%) rotate(30deg);
}

@media screen and (max-width: 1024px) {
  .index .fv__txt::after {
    right: -15px;
  }
}

.index .fv__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.4s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  height: 74px;
  margin-top: 20px;
  margin-left: 48px;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #a71700;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  transition: all 0.4s;
}

.index .fv__link::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 13px;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.index .fv__link::after {
  -webkit-transition: all 0.4s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 13px;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../images/common/arrow-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: all 0.4s;
}

.index .fv__link input,
.index .fv__link span,
.index .fv__link p,
.index .fv__link div {
  padding-right: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: calc(20 /(1.4 * 10));
}

.index .fv__link:hover {
  -webkit-transition: all 0.4s;
  background-color: #841503;
  transition: all 0.4s;
}

.index .fv__link:hover input,
.index .fv__link:hover span,
.index .fv__link:hover p,
.index .fv__link:hover div {
  -webkit-transition: all 0.4s;
  z-index: 1;
  transition: all 0.4s;
}

.index .fv__link:hover::after {
  -webkit-transition: all 0.4s;
  right: 15px;
  transition: all 0.4s;
}

@media screen and (max-width: 1024px) {
  .index .fv__link {
    max-width: 345px;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.index .fv__link span {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: calc(14 /(1.4 * 10));
  text-align: center;
}

.index .fv__link strong {
  display: block;
  margin-top: 9px;
  font-weight: bold;
  font-size: 2rem;
  line-height: calc(20 /(2 * 10));
}

.index .fv__img {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 55%;
  left: 50%;
  width: calc((100vw / 1440) * 720);
  min-width: 510px;
  max-width: 680px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .index .fv__img {
    display: none;
  }
}

.index .fv__img img {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}

.index .fv__img-sp {
  display: none;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .index .fv__img-sp {
    display: block;
  }
}

.index .fv__img-sp img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}

.index .fv .attention {
  display: block;
  margin-top: 45px;
  font-size: 1.1rem;
  line-height: calc(16 /(1.1 * 10));
  letter-spacing: 0;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .index .fv .attention {
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}

.index .benefit {
  padding-top: 130px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .index .benefit {
    padding-top: 80px;
  }
}

.index .benefit__container {
  position: relative;
  padding: 0 45px;
  padding-top: 100px;
  padding-bottom: 70px;
  border: 3px solid #a71700;
  border-radius: 50px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .index .benefit__container {
    width: 90%;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 75px;
    padding-bottom: 30px;
    border-radius: 25px;
  }
}

@media screen and (max-width: 768px) {
  .index .benefit__container {
    width: 100%;
  }
}

.index .benefit__circle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -75px;
  left: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #a71700;
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
  line-height: calc(28 /(2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .index .benefit__circle {
    top: -52px;
    width: 105px;
    height: 105px;
    font-size: 1.4rem;
    line-height: calc(20 /(1.4 * 10));
  }
}

.index .benefit__circle::before {
  position: absolute;
  top: 145px;
  width: 0;
  height: 0;
  border-width: 22px 13px 0 13px;
  border-style: solid;
  border-color: #a71700 transparent transparent transparent;
  content: "";
}

@media screen and (max-width: 1024px) {
  .index .benefit__circle::before {
    top: 95px;
  }
}

.index .benefit__circle span:first-of-type {
  font-size: 3.2rem;
  line-height: calc(32 /(3.2 * 10));
}

@media screen and (max-width: 1024px) {
  .index .benefit__circle span:first-of-type {
    font-size: 2.4rem;
    line-height: calc(24 /(2.4 * 10));
  }
}

.index .benefit__circle span:last-of-type {
  display: inline-block;
  margin-top: 5px;
  border-bottom: 2px solid #fff;
}

.index .benefit__ttl {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: calc(48 /(3.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

.index .benefit__ttl::before, .index .benefit__ttl::after {
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 50px;
  background-color: #333;
  content: "";
}

@media screen and (max-width: 1024px) {
  .index .benefit__ttl::before, .index .benefit__ttl::after {
    width: 2px;
    height: 30px;
  }
}

.index .benefit__ttl::before {
  -webkit-transform: rotate(-20deg);
  left: -30px;
  transform: rotate(-20deg);
}

@media screen and (max-width: 1024px) {
  .index .benefit__ttl::before {
    left: -10px;
  }
}

.index .benefit__ttl::after {
  -webkit-transform: rotate(20deg);
  right: -30px;
  transform: rotate(20deg);
}

@media screen and (max-width: 1024px) {
  .index .benefit__ttl::after {
    right: -10px;
  }
}

@media screen and (max-width: 1024px) {
  .index .benefit__ttl {
    font-size: 2.2rem;
    line-height: calc(34 /(2.2 * 10));
  }
}

.index .benefit__txt {
  margin-top: 36px;
  font-size: 1.6rem;
  line-height: calc(21 /(1.6 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .index .benefit__txt {
    max-width: 260px;
    margin: 0 auto;
    margin-top: 16px;
  }
}

.index .benefit__lists {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .index .benefit__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .index .benefit .lists__item {
    width: calc(50% - 7px);
    max-width: 300px;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.index .benefit .lists__item:not(:first-child) {
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .index .benefit .lists__item:not(:first-child) {
    margin-left: auto;
  }
}

.index .benefit .item__img {
  width: 100px;
  height: 120px;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.index .benefit .item__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index .benefit .item__ttl {
  margin-top: -20px;
  padding: 15px;
  padding-top: 25px;
  background-color: #fafafa;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: calc(20 /(1.4 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .benefit .item__ttl {
    height: 90px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 1.3rem;
    line-height: calc(16 /(1.3 * 10));
  }
}

.index .benefit .item__price {
  display: block;
  width: 130px;
  margin: 0 auto;
  padding: 5px;
  background-color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: calc(21 /(1.2 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .benefit .item__price {
    width: 80%;
    margin-top: 5px;
    font-size: 1rem;
    line-height: calc(10 /(1 * 10));
  }
}

.index .benefit__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  height: 74px;
  margin: 0 auto;
  margin-top: 45px;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #a71700;
  white-space: nowrap;
  transition: all 0.4s;
}

.index .benefit__link::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 13px;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.index .benefit__link::after {
  -webkit-transition: all 0.4s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 13px;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../images/common/arrow-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: all 0.4s;
}

.index .benefit__link input,
.index .benefit__link span,
.index .benefit__link p,
.index .benefit__link div {
  padding-right: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: calc(20 /(1.4 * 10));
}

.index .benefit__link:hover {
  -webkit-transition: all 0.4s;
  background-color: #841503;
  transition: all 0.4s;
}

.index .benefit__link:hover input,
.index .benefit__link:hover span,
.index .benefit__link:hover p,
.index .benefit__link:hover div {
  -webkit-transition: all 0.4s;
  z-index: 1;
  transition: all 0.4s;
}

.index .benefit__link:hover::after {
  -webkit-transition: all 0.4s;
  right: 15px;
  transition: all 0.4s;
}

@media screen and (max-width: 768px) {
  .index .benefit__link {
    max-width: 300px;
  }
}

.index .benefit__link span {
  font-size: 2rem;
  line-height: calc(29 /(2 * 10));
}

.index .benefit .modal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  /* ベース */
}

.index .benefit .modal__container {
  width: 100%;
  max-width: 1000px;
}

.index .benefit .modal__tab-wrapper {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .index .benefit .modal__tab-wrapper {
    padding: 0 15px;
  }
}

.index .benefit .modal__tab-wrapper .tabLabel {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  order: -1;
  height: 80px;
  margin-right: 8px;
  padding: 3px 12px;
  border-radius: 5px 5px 0 0;
  background-color: #a71700;
  color: #fff;
  font-weight: bold;
  /* タブ */
  font-size: 1.8rem;
  line-height: calc(21 /(1.8 * 10));
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .index .benefit .modal__tab-wrapper .tabLabel {
    height: 45px;
    margin-right: 5px;
    padding: 3px;
    font-size: 1rem;
    line-height: calc(12 /(1 * 10));
    letter-spacing: 0;
  }
}

.index .benefit .modal__tab-wrapper .tabLabel:nth-last-of-type(1) {
  margin-right: 0;
}

.index .benefit .modal__tab-wrapper input {
  /* ラジオボタン非表示 */
  display: none;
}

.index .benefit .modal__tab-wrapper input:checked + .tabLabel {
  border-top: 5px solid #a71700;
  background-color: #fff;
  color: #a71700;
}

.index .benefit .modal__tab-wrapper input:checked + .tabLabel + .modal__content {
  -webkit-transition: 0.5s opacity;
  height: auto;
  padding: 70px;
  padding-top: 50px;
  overflow: auto;
  opacity: 1;
  transition: 0.5s opacity;
}

@media screen and (max-width: 768px) {
  .index .benefit .modal__tab-wrapper input:checked + .tabLabel + .modal__content {
    padding: 15px;
    padding-top: 25px;
  }
}

.index .benefit .modal__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .index .benefit .modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.index .benefit .modal .content__box {
  max-width: 460px;
}

.index .benefit .modal .content__img {
  width: 320px;
  height: 320px;
}

@media screen and (max-width: 768px) {
  .index .benefit .modal .content__img {
    width: 150px;
    height: 150px;
  }
}

.index .benefit .modal .content__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index .benefit .modal .box__ttl {
  color: #a71700;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: calc(38 /(3.2 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .benefit .modal .box__ttl {
    font-size: 2rem;
    line-height: calc(36 /(2 * 10));
  }
}

.index .benefit .modal .box__sub-ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.index .benefit .modal .box__sub-ttl span {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  font-size: 2rem;
  line-height: calc(30 /(2 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .benefit .modal .box__sub-ttl span {
    font-size: 1.6rem;
    line-height: calc(19 /(1.6 * 10));
  }
}

.index .benefit .modal .box__img {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .index .benefit .modal .box__img {
    width: 30px;
    height: 30px;
  }
}

.index .benefit .modal .box__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index .benefit .modal .box__txt {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: calc(24 /(1.6 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .benefit .modal .box__txt {
    font-size: 1.4rem;
    line-height: calc(21 /(1.4 * 10));
  }
}

.index .benefit .modal .box__price-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .index .benefit .modal .box__price-box {
    margin-top: 10px;
  }
}

.index .benefit .modal .box__price-ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 25px;
  background-color: #fafafa;
  font-size: 1.2rem;
  line-height: calc(12 /(1.2 * 10));
}

@media screen and (max-width: 768px) {
  .index .benefit .modal .box__price-ttl {
    font-size: 1rem;
    line-height: calc(15 /(1 * 10));
  }
}

.index .benefit .modal .box__price {
  margin-left: 20px;
  font-size: 1.4rem;
  line-height: calc(14 /(1.4 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .benefit .modal .box__price {
    font-size: 1.2rem;
    line-height: calc(17 /(1.2 * 10));
  }
}

.index .benefit .modal__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  max-width: 340px;
  height: 74px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #a71700;
  white-space: nowrap;
  transition: all 0.4s;
}

.index .benefit .modal__btn::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 13px;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.index .benefit .modal__btn::after {
  -webkit-transition: all 0.4s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 13px;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../images/common/arrow-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: all 0.4s;
}

.index .benefit .modal__btn input,
.index .benefit .modal__btn span,
.index .benefit .modal__btn p,
.index .benefit .modal__btn div {
  padding-right: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: calc(20 /(1.4 * 10));
}

.index .benefit .modal__btn:hover {
  -webkit-transition: all 0.4s;
  background-color: #841503;
  transition: all 0.4s;
}

.index .benefit .modal__btn:hover input,
.index .benefit .modal__btn:hover span,
.index .benefit .modal__btn:hover p,
.index .benefit .modal__btn:hover div {
  -webkit-transition: all 0.4s;
  z-index: 1;
  transition: all 0.4s;
}

.index .benefit .modal__btn:hover::after {
  -webkit-transition: all 0.4s;
  right: 15px;
  transition: all 0.4s;
}

@media screen and (max-width: 768px) {
  .index .benefit .modal__btn {
    height: 55px;
    margin-top: 10px;
  }
}

.index .benefit .modal__btn span {
  font-size: 2rem;
  line-height: calc(29 /(2 * 10));
}

@media screen and (max-width: 768px) {
  .index .benefit .modal__btn span {
    font-size: 1.4rem;
    line-height: calc(21 /(1.4 * 10));
  }
}

.index .problem {
  background-color: #fafafa;
}

.index .problem .content-padding {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  padding-top: 100px;
  padding-bottom: 170px;
  background-color: #a71700;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}

@media screen and (max-width: 768px) {
  .index .problem .content-padding {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%);
    padding-top: 50px;
    padding-bottom: 68px;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%);
  }
}

.index .problem__ttl {
  margin: 0 auto;
}

.index .problem .p-ttl__en {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: calc(26 /(1.8 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .problem .p-ttl__en {
    font-size: 1.6rem;
    line-height: calc(24 /(1.6 * 10));
  }
}

.index .problem .p-ttl__ja {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: calc(38 /(3.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .problem .p-ttl__ja {
    font-size: 2.4rem;
    line-height: calc(38 /(2.4 * 10));
  }
}

.index .problem .p-ttl__ja strong {
  border-bottom: 3px solid #fff;
}

.index .problem__lists {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
  margin-bottom: -40px;
}

@media screen and (max-width: 1100px) {
  .index .problem__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  .index .problem__lists {
    margin-bottom: -30px;
  }
}

.index .problem .lists__item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  width: 50%;
  max-width: 480px;
  height: 140px;
  margin-bottom: 40px;
  padding: 0 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1100px) {
  .index .problem .lists__item {
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .index .problem .lists__item {
    height: 100px;
    margin-bottom: 30px;
    padding: 0 5px;
  }
}

.index .problem .lists__item:nth-child(2n) {
  margin-left: 40px;
}

@media screen and (max-width: 1100px) {
  .index .problem .lists__item:nth-child(2n) {
    margin-left: 0;
  }
}

.index .problem .item__ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -24px;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 48px;
  margin: 0 auto;
  border-radius: 24px;
  background-color: #841503;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: calc(26 /(1.8 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .problem .item__ttl {
    top: -17px;
    width: 120px;
    height: 35px;
    font-size: 1.6rem;
    line-height: calc(26 /(1.6 * 10));
  }
}

.index .problem .item__txt {
  font-size: 2rem;
  line-height: calc(30 /(2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .problem .item__txt {
    font-size: 1.6rem;
    line-height: calc(24 /(1.6 * 10));
  }
}

.index .problem .item__txt strong {
  color: #a71700;
}

.index .recommend {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafafa;
}

@media screen and (max-width: 768px) {
  .index .recommend {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.index .recommend__logo {
  width: 205px;
  height: 195px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .index .recommend__logo {
    width: 150px;
    height: 145px;
  }
}

.index .recommend__logo img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index .recommend__ttl {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .recommend__ttl {
    display: none;
  }
}

.index .recommend__ttl-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .index .recommend__ttl-sp {
    display: block;
    text-align: center;
  }
}

.index .recommend .r-ttl__box {
  display: inline-block;
  padding: 5px 30px;
  background-color: #a71700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .recommend .r-ttl__box {
    margin-top: 30px;
    padding: 5px 10px;
  }
}

.index .recommend .r-ttl__box:nth-of-type(n + 2) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .index .recommend .r-ttl__box:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

.index .recommend .r-ttl__box span {
  -webkit-transition: width 0.4s;
  display: block;
  width: 0%;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  font-size: 4rem;
  line-height: calc(48 /(4 * 10));
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: width 0.4s;
}

@media screen and (max-width: 1024px) {
  .index .recommend .r-ttl__box span {
    font-size: 3.8rem;
    line-height: calc(40 /(3.8 * 10));
  }
}

@media screen and (max-width: 768px) {
  .index .recommend .r-ttl__box span {
    font-size: 2.2rem;
    line-height: calc(30 /(2.2 * 10));
  }
}

.index .recommend .r-ttl__box.is-active span {
  -webkit-transition: width 0.4s;
  width: 100%;
  transition: width 0.4s;
}

.index .recommend__txt {
  margin-top: 50px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: calc(26 /(1.8 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .recommend__txt {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: calc(21 /(1.4 * 10));
    text-align: left;
  }
}

.index .recommend__txt:not(:first-of-type) {
  margin-top: 30px;
}

.index .recommend__sub-ttl {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 80px;
  color: #a71700;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: calc(48 /(3.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .recommend__sub-ttl {
    max-width: 250px;
    margin-top: 50px;
    font-size: 2rem;
    line-height: calc(33 /(2 * 10));
  }
}

.index .recommend__sub-ttl::before, .index .recommend__sub-ttl::after {
  position: absolute;
  top: 50%;
  width: 2px;
  height: 40px;
  border-radius: 4px;
  background-color: #a71700;
  content: "";
}

@media screen and (max-width: 1024px) {
  .index .recommend__sub-ttl::before, .index .recommend__sub-ttl::after {
    width: 1px;
    height: 30px;
  }
}

.index .recommend__sub-ttl::before {
  -webkit-transform: translateY(-50%) rotate(-30deg);
  left: -30px;
  transform: translateY(-50%) rotate(-30deg);
}

@media screen and (max-width: 1024px) {
  .index .recommend__sub-ttl::before {
    left: -15px;
  }
}

.index .recommend__sub-ttl::after {
  -webkit-transform: translateY(-50%) rotate(30deg);
  right: -30px;
  transform: translateY(-50%) rotate(30deg);
}

@media screen and (max-width: 1024px) {
  .index .recommend__sub-ttl::after {
    right: -15px;
  }
}

.index .recommend__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 45px;
}

.index .recommend .lists__item {
  width: calc(100% / 3 - 20px);
  background-color: #fafafa;
}

.index .recommend .lists__item:nth-of-type(2) {
  width: calc(100% / 3 + 40px);
}

.index .recommend .item__comment {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 60px;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #46535f;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: calc(21 /(1.6 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

.index .recommend .item__comment::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: #46535f transparent transparent transparent;
  content: "";
}

.index .recommend .item__img {
  width: 140px;
  height: 160px;
  margin: 0 auto;
  margin-top: 20px;
}

.index .recommend .item__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index .recommend .item__ttl {
  min-height: 60px;
  margin-top: 16px;
  color: #a71700;
  font-weight: bold;
  font-size: 2rem;
  line-height: calc(30 /(2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .recommend .item__ttl {
    font-size: 1.8rem;
    line-height: calc(28 /(1.8 * 10));
    letter-spacing: 0.05em;
  }
}

.index .feature {
  overflow: hidden;
  background-color: #fafafa;
}

.index .feature__ttl {
  display: inline-block;
  position: relative;
  padding-top: 100px;
  padding-right: 200px;
  border-radius: 0 50px 0 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .index .feature__ttl {
    padding-top: 50px;
    padding-right: 90px;
    padding-left: 15px;
  }
}

.index .feature__ttl::before {
  -webkit-transform: translateX(-100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-100%);
  background-color: #fff;
  content: "";
}

.index .feature__ttl .f-ttl__en {
  display: block;
  color: #a71700;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: calc(26 /(1.8 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .feature__ttl .f-ttl__en {
    font-size: 1.6rem;
    line-height: calc(24 /(1.6 * 10));
  }
}

.index .feature__ttl .f-ttl__ja {
  display: block;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: calc(48 /(3.2 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .feature__ttl .f-ttl__ja {
    font-size: 2.4rem;
    line-height: calc(48 /(2.4 * 10));
  }
}

.index .feature__content {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 130px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .index .feature__content {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.index .feature__content::before {
  -webkit-transform: translateX(-100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-100%);
  background-color: #fff;
  content: "";
}

.index .feature__content::after {
  -webkit-transform: translateX(100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(100%);
  background-color: #fff;
  content: "";
}

.index .feature__lists {
  z-index: 1;
  position: relative;
}

.index .feature .lists__item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding-top: 50px;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .index .feature .lists__item {
    width: 75%;
    margin: 0 auto;
    padding-top: 0;
    border-radius: 25px;
  }
}

@media screen and (max-width: 599px) {
  .index .feature .lists__item {
    width: 100%;
  }
}

.index .feature .lists__item:not(:first-of-type) {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .index .feature .lists__item:not(:first-of-type) {
    margin-top: 50px;
  }
}

.index .feature .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .index .feature .item__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0;
  }
}

.index .feature .item__content {
  width: 50%;
  max-width: 470px;
}

@media screen and (max-width: 768px) {
  .index .feature .item__content {
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: none;
    margin-top: -25px;
  }
}

.index .feature .item__ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .index .feature .item__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: start;
  }
}

.index .feature .item__ttl .i-ttl__number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #a71700;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: calc(23 /(2.3 * 10));
}

@media screen and (max-width: 768px) {
  .index .feature .item__ttl .i-ttl__number {
    width: 50px;
    height: 50px;
    margin-left: 15px;
    font-size: 1.8rem;
    line-height: calc(18 /(1.8 * 10));
  }
}

.index .feature .item__ttl .i-ttl__ja {
  width: calc(100% - 60px - 20px);
  margin-left: 20px;
  color: #a71700;
  font-weight: bold;
  font-size: 2rem;
  line-height: calc(30 /(2 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .feature .item__ttl .i-ttl__ja {
    width: 100%;
    margin-top: 10px;
    margin-left: 15px;
    padding-right: 30px;
    font-size: 1.8rem;
    line-height: calc(27 /(1.8 * 10));
  }
}

.index .feature .item__txt {
  margin-top: 30px;
  padding-left: 20px;
  border-left: 5px solid #a71700;
  font-size: 1.4rem;
  line-height: calc(21 /(1.4 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .feature .item__txt {
    width: 100%;
    margin-top: 15px;
    margin-left: 15px;
    padding: 0 15px;
    padding-right: 30px;
    border-width: 3px;
  }
}

.index .feature .item__img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: relative;
  top: -100px;
  width: 100%;
  max-width: 424px;
  height: 250px;
  margin-left: 45px;
  overflow: hidden;
  border-radius: 31px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .index .feature .item__img {
    -webkit-box-shadow: none;
    position: static;
    top: 0;
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    border-radius: 25px 25px 0 0;
    box-shadow: none;
  }
}

.index .feature .item__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index .feature .item__bottom {
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  .index .feature .item__bottom {
    margin-top: 15px;
  }
}

.index .feature .item__sub-ttl {
  display: inline-block;
  padding-top: 15px;
  padding-right: 50px;
  padding-left: 30px;
  border-radius: 0 15px 0 0;
  background-color: #fafafa;
  color: #a71700;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: calc(21 /(1.2 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .feature .item__sub-ttl {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1rem;
    line-height: calc(21 /(1 * 10));
  }
}

.index .feature .item__box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-radius: 0 0 50px 50px;
  background-color: #fafafa;
}

@media screen and (max-width: 768px) {
  .index .feature .item__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    padding-bottom: 30px;
    border-radius: 0 0 25px 25px;
  }
}

.index .feature .item .sub-lists__item {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: calc(22 /(1.2 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .feature .item .sub-lists__item {
    font-size: 1rem;
    line-height: calc(20 /(1 * 10));
  }
}

.index .feature .item .sub-lists-01 {
  width: calc(50% - 40px);
}

@media screen and (max-width: 768px) {
  .index .feature .item .sub-lists-01 {
    width: 100%;
  }
}

.index .feature .item .sub-lists-01 .sub-lists__item {
  position: relative;
  margin-top: 5px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .index .feature .item .sub-lists-01 .sub-lists__item {
    margin-top: 0;
  }
}

.index .feature .item .sub-lists-01 .sub-lists__item::before {
  position: absolute;
  top: 0;
  left: -5px;
  content: "・";
}

.index .feature .item .sub-lists-02 .sub-lists__item {
  position: relative;
  margin-top: 5px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .index .feature .item .sub-lists-02 .sub-lists__item {
    margin-top: 0;
  }
}

.index .feature .item .sub-lists-02 .sub-lists__item::before {
  position: absolute;
  top: 0;
  left: -5px;
  content: "・";
}

.index .feature .item .sub-lists-03 {
  width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  .index .feature .item .sub-lists-03 {
    width: 100%;
  }
}

.index .feature .item .sub-lists-03 .sub-lists__item {
  position: relative;
  padding-left: 16px;
  font-weight: normal;
}

.index .feature .item .sub-lists-03 .sub-lists__item::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(-45deg);
  background-color: #a71700;
  content: "";
}

.index .feature .item .sub-lists-03 .sub-lists__item span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .index .feature .item .sub-lists-03 .sub-lists__item span {
    display: block;
    margin-bottom: 15px;
    margin-left: -0.5em;
  }
  .index .feature .item .sub-lists-03 .sub-lists__item span::first-letter {
    padding-left: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .index .feature .item .sub-lists-03:nth-of-type(2) .sub-lists__item span {
    margin-top: 25px;
  }
}

.index .feature .lists__item:nth-of-type(2n) .item__head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  flex-direction: row-reverse;
  justify-content: start;
}

@media screen and (max-width: 768px) {
  .index .feature .lists__item:nth-of-type(2n) .item__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.index .feature .lists__item:nth-of-type(2n) .item__content {
  margin-left: 45px;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .index .feature .lists__item:nth-of-type(2n) .item__content {
    margin-left: 0;
  }
}

.index .feature .lists__item:nth-of-type(2n) .item__img {
  margin-left: 0;
}

.index .voice {
  padding-bottom: 100px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .index .voice {
    padding-bottom: 0;
  }
}

.index .voice__container {
  position: relative;
}

.index .voice__head {
  display: inline-block;
  position: relative;
  height: 840px;
  padding-top: 100px;
  padding-right: 280px;
  padding-bottom: 100px;
  border-radius: 0 0 50px 0;
  background-color: #fafafa;
}

@media screen and (max-width: 768px) {
  .index .voice__head {
    height: 360px;
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 0;
  }
}

.index .voice__head::before {
  -webkit-transform: translateX(-100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-100%);
  background-color: #fafafa;
  content: "";
}

.index .voice__ttl .v-ttl__en {
  display: block;
  color: #a71700;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: calc(26 /(1.8 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .voice__ttl .v-ttl__en {
    font-size: 1.6rem;
    line-height: calc(24 /(1.6 * 10));
  }
}

.index .voice__ttl .v-ttl__ja {
  display: block;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: calc(48 /(3.2 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .voice__ttl .v-ttl__ja {
    font-size: 2.4rem;
    line-height: calc(48 /(2.4 * 10));
  }
}

.index .voice__txt {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: calc(24 /(1.6 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .voice__txt {
    font-size: 1.4rem;
    line-height: calc(20 /(1.4 * 10));
  }
}

.index .voice__swiper {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 340px;
  width: 100%;
  padding-top: 30px;
  overflow: hidden;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .index .voice__swiper {
    top: 55%;
    left: 300px;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .index .voice__swiper {
    -webkit-transform: translateY(0);
    position: relative;
    top: -100px;
    left: 0;
    width: 100%;
    margin-bottom: -100px;
    transform: translateY(0);
  }
}

.index .voice__lists {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .index .voice__lists {
    padding: 0 5px;
  }
}

.index .voice .lists__item {
  position: relative;
}

.index .voice .item__box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  min-height: 475px;
  padding-top: 50px;
  padding-bottom: 20px;
  border-radius: 50px 50px 0 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .index .voice .item__box {
    min-height: 400px;
    padding-top: 25px;
    border-radius: 25px 25px 0 0;
  }
}

.index .voice .item__ttl {
  max-width: 500px;
  margin-left: 50px;
  padding: 0 15px;
  border-left: 5px solid #a71700;
  color: #a71700;
  font-size: 2.4rem;
  line-height: calc(36 /(2.4 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .voice .item__ttl {
    margin-left: 0;
    border-left: none;
    font-size: 2rem;
    line-height: calc(30 /(2 * 10));
  }
}

.index .voice .item__txt {
  margin-top: 25px;
  padding: 0 50px;
  font-size: 1.4rem;
  line-height: calc(21 /(1.4 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .voice .item__txt {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 1.2rem;
    line-height: calc(18 /(1.2 * 10));
  }
}

.index .voice .item__info-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px 50px;
  border-radius: 0 0 50px 50px;
  background-color: #46535f;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .index .voice .item__info-box {
    padding: 20px;
    border-radius: 0 0 25px 25px;
  }
}

.index .voice .item__img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .index .voice .item__img {
    width: 70px;
    height: 70px;
  }
}

.index .voice .item__img img {
  width: 100%;
  height: 100%;
}

.index .voice .item__profile {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .index .voice .item__profile {
    width: calc(100% - 70px - 10px);
    margin-left: 10px;
  }
}

.index .voice .item__name {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: calc(29 /(2 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .voice .item__name {
    font-size: 1.6rem;
    line-height: calc(22 /(1.6 * 10));
  }
}

.index .voice .item__name span {
  display: inline-block;
  margin-left: 7px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: calc(24 /(1.6 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .voice .item__name span {
    font-size: 1.2rem;
    line-height: calc(17 /(1.2 * 10));
  }
}

.index .voice .item__works {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(21 /(1.4 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .voice .item__works {
    font-size: 1.2rem;
    line-height: calc(21 /(1.2 * 10));
  }
}

.index .voice .comma {
  position: absolute;
  top: -30px;
  right: 40px;
  width: 80px;
}

@media screen and (max-width: 768px) {
  .index .voice .comma {
    top: -15px;
    right: 20px;
    width: 40px;
  }
}

.index .voice .comma img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}

.index .voice .page-navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.index .voice .swiper-button-prev,
.index .voice .swiper-button-next {
  -webkit-transition: all 0.4s;
  display: block;
  z-index: auto;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 55px;
  margin-top: 50px;
  border-radius: 50%;
  background-color: #a71700;
  cursor: pointer;
  transition: all 0.4s;
}

@media screen and (max-width: 768px) {
  .index .voice .swiper-button-prev,
  .index .voice .swiper-button-next {
    width: 35px;
    height: 35px;
    margin-top: 30px;
  }
}

.index .voice .swiper-button-prev::before,
.index .voice .swiper-button-next::before {
  -webkit-transition: all 0.4s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 24px;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../images/common/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: all 0.4s;
}

@media screen and (max-width: 768px) {
  .index .voice .swiper-button-prev::before,
  .index .voice .swiper-button-next::before {
    width: 9px;
    height: 16px;
  }
}

.index .voice .swiper-button-prev::after,
.index .voice .swiper-button-next::after {
  display: none;
}

.index .voice .swiper-button-prev:hover,
.index .voice .swiper-button-next:hover {
  background-color: #841503;
}

.index .voice .swiper-button-prev::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  left: 45%;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.index .voice .swiper-button-prev:hover::before {
  -webkit-transition: all 0.4s;
  left: 35%;
  transition: all 0.4s;
}

.index .voice .swiper-button-next {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .index .voice .swiper-button-next {
    margin-left: 20px;
  }
}

.index .voice .swiper-button-next:hover::before {
  -webkit-transition: all 0.4s;
  left: 60%;
  transition: all 0.4s;
}

.index .reason {
  padding-top: 100px;
  padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .index .reason {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .index .reason .content-padding {
    padding: 0;
  }
}

.index .reason__ttl .r-ttl__en {
  display: block;
  color: #a71700;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: calc(26 /(1.8 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .reason__ttl .r-ttl__en {
    font-size: 1.6rem;
    line-height: calc(24 /(1.6 * 10));
  }
}

.index .reason__ttl .r-ttl__ja {
  display: block;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: calc(48 /(3.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .reason__ttl .r-ttl__ja {
    font-size: 2.4rem;
    line-height: calc(48 /(2.4 * 10));
  }
}

.index .reason__lists {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .index .reason__lists {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 25px;
  }
}

.index .reason .lists__item {
  position: relative;
  width: calc(100% / 3);
  height: 456px;
  padding: 0 52px;
  padding-top: 100px;
}

@media screen and (max-width: 1024px) {
  .index .reason .lists__item {
    width: 50%;
    height: 360px;
    padding: 0 10px;
    padding-top: 40px;
  }
}

.index .reason .lists__item::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 900;
  font-size: 12rem;
  line-height: calc(120 /(12 * 10));
}

@media screen and (max-width: 1024px) {
  .index .reason .lists__item::before {
    bottom: 0;
    font-size: 8rem;
    line-height: calc(80 /(8 * 10));
  }
}

.index .reason .lists__item:nth-of-type(1) {
  background-color: #fafafa;
}

.index .reason .lists__item:nth-of-type(1)::before {
  content: "01";
}

.index .reason .lists__item:nth-of-type(1)::before {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .index .reason .lists__item:nth-of-type(1) {
    background-color: #fafafa;
  }
  .index .reason .lists__item:nth-of-type(1)::before {
    color: #fff;
  }
}

.index .reason .lists__item:nth-of-type(2) {
  background-color: #fff;
}

.index .reason .lists__item:nth-of-type(2)::before {
  content: "02";
}

.index .reason .lists__item:nth-of-type(2)::before {
  color: #fafafa;
}

@media screen and (max-width: 1024px) {
  .index .reason .lists__item:nth-of-type(2) {
    background-color: #fff;
  }
  .index .reason .lists__item:nth-of-type(2)::before {
    color: #fafafa;
  }
}

.index .reason .lists__item:nth-of-type(3) {
  background-color: #fafafa;
}

.index .reason .lists__item:nth-of-type(3)::before {
  content: "03";
}

.index .reason .lists__item:nth-of-type(3)::before {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .index .reason .lists__item:nth-of-type(3) {
    background-color: #fff;
  }
  .index .reason .lists__item:nth-of-type(3)::before {
    color: #fafafa;
  }
}

.index .reason .lists__item:nth-of-type(4) {
  background-color: #fff;
}

.index .reason .lists__item:nth-of-type(4)::before {
  content: "04";
}

.index .reason .lists__item:nth-of-type(4)::before {
  color: #fafafa;
}

@media screen and (max-width: 1024px) {
  .index .reason .lists__item:nth-of-type(4) {
    background-color: #fafafa;
  }
  .index .reason .lists__item:nth-of-type(4)::before {
    color: #fff;
  }
}

.index .reason .lists__item:nth-of-type(5) {
  background-color: #fafafa;
}

.index .reason .lists__item:nth-of-type(5)::before {
  content: "05";
}

.index .reason .lists__item:nth-of-type(5)::before {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .index .reason .lists__item:nth-of-type(5) {
    background-color: #fafafa;
  }
  .index .reason .lists__item:nth-of-type(5)::before {
    color: #fff;
  }
}

.index .reason .lists__item:nth-of-type(6) {
  background-color: #fff;
}

.index .reason .lists__item:nth-of-type(6)::before {
  content: "06";
}

.index .reason .lists__item:nth-of-type(6)::before {
  color: #fafafa;
}

@media screen and (max-width: 1024px) {
  .index .reason .lists__item:nth-of-type(6) {
    background-color: #fff;
  }
  .index .reason .lists__item:nth-of-type(6)::before {
    color: #fafafa;
  }
}

.index .reason .item__img {
  width: 180px;
  height: 90px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .index .reason .item__img {
    width: 140px;
    height: 70px;
  }
}

.index .reason .item__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index .reason .item__ttl {
  margin-top: 15px;
  color: #a71700;
  font-weight: bold;
  font-size: 2rem;
  line-height: calc(30 /(2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .index .reason .item__ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font-size: 1.8rem;
    line-height: calc(26 /(1.8 * 10));
  }
}

.index .reason .item__txt {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: calc(21 /(1.4 * 10));
  letter-spacing: 0.1em;
}

.index .plan {
  padding-top: 150px;
}

@media screen and (max-width: 768px) {
  .index .plan {
    padding-top: 100px;
  }
}

.index .plan__ttl .p-ttl__en {
  display: block;
  color: #a71700;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: calc(26 /(1.8 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .plan__ttl .p-ttl__en {
    font-size: 1.6rem;
    line-height: calc(24 /(1.6 * 10));
  }
}

.index .plan__ttl .p-ttl__ja {
  display: block;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: calc(48 /(3.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .plan__ttl .p-ttl__ja {
    font-size: 2.4rem;
    line-height: calc(48 /(2.4 * 10));
  }
}

.index .plan__lists {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .index .plan__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
}

.index .plan .lists__item {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 475px;
  border: 3px solid #a71700;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .index .plan .lists__item {
    margin: 0 auto;
  }
}

.index .plan .lists__item:nth-of-type(2) {
  margin-left: 20px;
  border: none;
}

@media screen and (max-width: 768px) {
  .index .plan .lists__item:nth-of-type(2) {
    margin: 0 auto;
    margin-top: 20px;
  }
}

.index .plan .item__ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
  border-radius: 15px 15px 0 0;
  background-color: #fafafa;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: calc(36 /(2.4 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .plan .item__ttl {
    font-size: 2rem;
    line-height: calc(36 /(2 * 10));
  }
}

.index .plan .item__ttl span {
  display: block;
  color: #a71700;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: calc(24 /(1.6 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .plan .item__ttl span {
    font-size: 1.4rem;
    line-height: calc(20 /(1.4 * 10));
  }
}

.index .plan .item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}

.index .plan .item__explain {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 30px;
  border-radius: 999px;
  background-color: #46535f;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: calc(24 /(1.6 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .plan .item__explain {
    width: 130px;
    font-size: 1.4rem;
    line-height: calc(20 /(1.4 * 10));
  }
}

.index .plan .item__price {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #fafafa;
  font-size: 1.6rem;
  line-height: calc(24 /(1.6 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .plan .item__price {
    margin-top: 7px;
    padding-bottom: 7px;
    font-size: 1.2rem;
    line-height: calc(17 /(1.2 * 10));
  }
}

.index .plan .item__price strong {
  margin-right: 5px;
  font-weight: bold;
  font-size: 5rem;
  line-height: calc(50 /(5 * 10));
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .index .plan .item__price strong {
    font-size: 4rem;
    line-height: calc(40 /(4 * 10));
  }
}

.index .plan .item__price .red {
  color: #a71700;
}

.index .plan .item__price-month {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: calc(21 /(1.4 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .plan .item__price-month {
    margin-top: 7px;
    font-size: 1.2rem;
    line-height: calc(18 /(1.2 * 10));
  }
}

.index .plan .item__price-month strong {
  margin-right: 5px;
  margin-left: 5px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: calc(24 /(2.4 * 10));
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .index .plan .item__price-month strong {
    font-size: 2rem;
    line-height: calc(20 /(2 * 10));
  }
}

.index .plan .item__txt {
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: calc(26 /(1.8 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .plan .item__txt {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: calc(24 /(1.6 * 10));
  }
}

.index .plan .item__txt strong {
  color: #a71700;
}

.index .plan .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.4s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  max-width: 300px;
  height: 74px;
  height: 75px;
  margin-top: 30px;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #a71700;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  white-space: nowrap;
  transition: all 0.4s;
}

.index .plan .item__link::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 13px;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.index .plan .item__link::after {
  -webkit-transition: all 0.4s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 13px;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../images/common/arrow-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: all 0.4s;
}

.index .plan .item__link input,
.index .plan .item__link span,
.index .plan .item__link p,
.index .plan .item__link div {
  padding-right: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: calc(20 /(1.4 * 10));
}

.index .plan .item__link:hover {
  -webkit-transition: all 0.4s;
  background-color: #841503;
  transition: all 0.4s;
}

.index .plan .item__link:hover input,
.index .plan .item__link:hover span,
.index .plan .item__link:hover p,
.index .plan .item__link:hover div {
  -webkit-transition: all 0.4s;
  z-index: 1;
  transition: all 0.4s;
}

.index .plan .item__link:hover::after {
  -webkit-transition: all 0.4s;
  right: 15px;
  transition: all 0.4s;
}

.index .plan .item__link strong {
  font-size: 2rem;
  line-height: calc(20 /(2 * 10));
}

.index .plan .item .effect {
  -webkit-animation: shine 6s infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  background: #a71700;
  background: linear-gradient(-45deg, #a71700 50%, #ff2f0e 60%, #a71700 70%);
  background-size: 400% 100%;
  animation: shine 6s infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
}

@-webkit-keyframes shine {
  0% {
    background-position-x: 200%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -200%;
  }
}

@keyframes shine {
  0% {
    background-position-x: 200%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -200%;
  }
}

.index .plan .item .month__link {
  background-color: #46535f;
}

.index .plan .item .month__link::after {
  background-image: url("../images/common/arrow-gray.svg");
}

.index .plan .item .month__link:hover {
  background-color: #182d40;
}

.index .plan .item .month__link:hover::after {
  background-image: url("../images/common/arrow-navy.svg");
}

.index .plan__wrapper {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 75px;
  padding-bottom: 35px;
  background-color: #fafafa;
}

@media screen and (max-width: 768px) {
  .index .plan__wrapper {
    width: 80%;
    margin-top: 75px;
    padding: 0 15px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 599px) {
  .index .plan__wrapper {
    width: 100%;
  }
}

.index .plan__wrapper::before, .index .plan__wrapper::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

@media screen and (max-width: 768px) {
  .index .plan__wrapper::before, .index .plan__wrapper::after {
    width: 30px;
    height: 30px;
  }
}

.index .plan__wrapper::before {
  left: -20px;
}

@media screen and (max-width: 768px) {
  .index .plan__wrapper::before {
    left: -15px;
  }
}

.index .plan__wrapper::after {
  right: -20px;
}

@media screen and (max-width: 768px) {
  .index .plan__wrapper::after {
    right: -15px;
  }
}

.index .plan .head__txt {
  display: block;
  position: relative;
  top: -15px;
  font-weight: bold;
  font-size: 2rem;
  line-height: calc(30 /(2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .plan .head__txt {
    font-size: 1.8rem;
    line-height: calc(30 /(1.8 * 10));
  }
}

.index .plan .head__txt strong {
  color: #a71700;
}

.index .plan .head__img {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .index .plan .head__img {
    max-width: 350px;
  }
}

@media screen and (max-width: 599px) {
  .index .plan .head__img {
    max-width: 240px;
  }
}

.index .plan .head__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index .plan .head__img .pc-sp {
  display: block;
}

@media screen and (max-width: 599px) {
  .index .plan .head__img .pc-sp {
    display: none;
  }
}

.index .plan__txt {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dashed #333;
  font-size: 1.4rem;
  line-height: calc(21 /(1.4 * 10));
  letter-spacing: 0.1em;
}

.index .flow {
  padding-top: 150px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .index .flow {
    padding-top: 100px;
  }
}

.index .flow__ttl {
  display: inline-block;
  position: relative;
  padding-top: 100px;
  padding-right: 200px;
  border-radius: 0 50px 0 0;
  background-color: #fafafa;
}

@media screen and (max-width: 768px) {
  .index .flow__ttl {
    padding-top: 50px;
    padding-right: 90px;
    padding-left: 15px;
  }
}

.index .flow__ttl::before {
  -webkit-transform: translateX(-100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-100%);
  background-color: #fafafa;
  content: "";
}

.index .flow__ttl .f-ttl__en {
  display: block;
  color: #a71700;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: calc(26 /(1.8 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .flow__ttl .f-ttl__en {
    font-size: 1.6rem;
    line-height: calc(24 /(1.6 * 10));
  }
}

.index .flow__ttl .f-ttl__ja {
  display: block;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: calc(48 /(3.2 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .flow__ttl .f-ttl__ja {
    font-size: 2.4rem;
    line-height: calc(48 /(2.4 * 10));
  }
}

.index .flow__lists {
  position: relative;
  padding-top: 100px;
  padding-left: 40px;
  background-color: #fafafa;
}

@media screen and (max-width: 768px) {
  .index .flow__lists {
    padding-top: 50px;
    padding-left: 0;
  }
}

.index .flow__lists::before {
  -webkit-transform: translateX(-100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-100%);
  background-color: #fafafa;
  content: "";
}

.index .flow__lists::after {
  -webkit-transform: translateX(100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(100%);
  background-color: #fafafa;
  content: "";
}

.index .flow .lists__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  padding: 35px 60px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .index .flow .lists__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: start;
    padding: 20px;
    padding-top: 35px;
  }
}

.index .flow .lists__item:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .index .flow .lists__item:not(:first-child) {
    margin-top: 68px;
  }
}

.index .flow .lists__item::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -3px;
  width: 0;
  height: 200px;
  border-left: 7px dotted #a71700;
  content: "";
}

@media screen and (max-width: 768px) {
  .index .flow .lists__item::before {
    -webkit-transform: translateY(100%);
    top: auto;
    bottom: 5px;
    left: calc(50% - 3px);
    height: 40px;
    transform: translateY(100%);
  }
}

.index .flow .lists__item:last-child::before {
  display: none;
}

.index .flow .item__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 300px;
}

@media screen and (max-width: 768px) {
  .index .flow .item__head {
    width: 100%;
  }
}

.index .flow .item__img {
  width: 60px;
}

.index .flow .item__img img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}

.index .flow .item__ttl {
  margin-left: 30px;
  color: #a71700;
  font-weight: bold;
  font-size: 2rem;
  line-height: calc(30 /(2 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .flow .item__ttl {
    margin-left: 15px;
    font-size: 1.6rem;
    line-height: calc(24 /(1.6 * 10));
  }
}

.index .flow .item__content {
  position: relative;
  width: calc(100% - 300px);
  padding-left: 45px;
}

@media screen and (max-width: 768px) {
  .index .flow .item__content {
    width: 100%;
    margin-top: 25px;
    padding-left: 20px;
  }
}

.index .flow .item__content::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 45px;
  transform: translateY(-50%);
  background-color: #a71700;
  content: "";
}

@media screen and (max-width: 768px) {
  .index .flow .item__content::before {
    height: 40px;
  }
}

.index .flow .item__txt {
  max-width: 540px;
  font-size: 1.8rem;
  line-height: calc(24 /(1.8 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .flow .item__txt {
    font-size: 1.4rem;
    line-height: calc(21 /(1.4 * 10));
  }
}

.index .flow .number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -35px;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #a71700;
  color: #fff;
  font-weight: 900;
  font-size: 2.3rem;
  line-height: calc(23 /(2.3 * 10));
}

@media screen and (max-width: 768px) {
  .index .flow .number {
    -webkit-transform: translateX(-50%);
    top: -25px;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translateX(-50%);
    font-size: 1.8rem;
    line-height: calc(18 /(1.8 * 10));
  }
}

.index .ceo {
  padding-top: 150px;
  overflow: hidden;
  background-color: #fafafa;
}

@media screen and (max-width: 768px) {
  .index .ceo {
    padding-top: 70px;
  }
}

.index .ceo__container {
  position: relative;
  padding-bottom: 70px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .index .ceo__container {
    margin-right: 15px;
    padding: 0 15px;
    padding-top: 50px;
    padding-bottom: 35px;
  }
}

.index .ceo__container::before {
  -webkit-transform: translateX(-100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-100%);
  background-color: #fff;
  content: "";
}

.index .ceo__container::after {
  -webkit-transform: translateX(100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  transform: translateX(100%);
  border-radius: 0 50px 0 0;
  background-color: #fff;
  content: "";
}

@media screen and (max-width: 768px) {
  .index .ceo__container::after {
    width: 15px;
    border-radius: 0 25px 0 0;
  }
}

.index .ceo__ttl .c-ttl__en {
  display: block;
  color: #a71700;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: calc(26 /(1.8 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .ceo__ttl .c-ttl__en {
    font-size: 1.6rem;
    line-height: calc(24 /(1.6 * 10));
  }
}

.index .ceo__ttl .c-ttl__ja {
  display: block;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: calc(48 /(3.2 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .ceo__ttl .c-ttl__ja {
    font-size: 2.4rem;
    line-height: calc(48 /(2.4 * 10));
  }
}

.index .ceo__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .index .ceo__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.index .ceo .head__img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: relative;
  top: -50px;
  width: 100%;
  max-width: 410px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .index .ceo .head__img {
    position: static;
    top: 0;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 0 25px 0 0;
  }
}

.index .ceo .head__img img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}

.index .ceo .head__content {
  width: 100%;
  margin-top: 100px;
  margin-left: 70px;
}

@media screen and (max-width: 768px) {
  .index .ceo .head__content {
    margin-top: 20px;
    margin-left: 0;
  }
}

.index .ceo .head__name {
  display: block;
  margin-top: 100px;
  font-size: 1.6rem;
  line-height: calc(24 /(1.6 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .ceo .head__name {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: calc(17 /(1.2 * 10));
  }
}

.index .ceo .head__name strong {
  margin-right: 15px;
  color: #a71700;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: calc(36 /(3.2 * 10));
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .index .ceo .head__name strong {
    margin-right: 10px;
    font-size: 2.4rem;
    line-height: calc(36 /(2.4 * 10));
  }
}

.index .ceo .head__position {
  margin-top: 15px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: calc(26 /(1.8 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .ceo .head__position {
    font-size: 1.4rem;
    line-height: calc(21 /(1.4 * 10));
  }
}

.index .ceo__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 30px;
  border-left: 3px solid #a71700;
}

@media screen and (max-width: 768px) {
  .index .ceo__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    border-top: 3px solid #a71700;
    border-left: none;
  }
}

@media screen and (max-width: 768px) {
  .index .ceo .bottom__box {
    margin-top: 15px;
  }
}

.index .ceo .bottom__box:nth-of-type(2) {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .index .ceo .bottom__box:nth-of-type(2) {
    margin-left: 0;
  }
}

.index .ceo .bottom__txt {
  font-size: 1.4rem;
  line-height: calc(21 /(1.4 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .index .ceo .bottom__txt {
    font-size: 1.2rem;
    line-height: calc(18 /(1.2 * 10));
  }
}

.index .ceo .bottom__txt:nth-of-type(2) {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .index .ceo .bottom__txt:nth-of-type(2) {
    margin-top: 15px;
  }
}

.index .faq {
  padding-top: 50px;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .index .faq {
    padding-bottom: 50px;
  }
}

.index .faq__ttl .f-ttl__en {
  display: block;
  color: #a71700;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: calc(26 /(1.8 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .faq__ttl .f-ttl__en {
    font-size: 1.6rem;
    line-height: calc(24 /(1.6 * 10));
  }
}

.index .faq__ttl .f-ttl__ja {
  display: block;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: calc(48 /(3.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index .faq__ttl .f-ttl__ja {
    font-size: 2.4rem;
    line-height: calc(48 /(2.4 * 10));
  }
}

.index .faq__lists {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .index .faq__lists {
    margin-top: 30px;
  }
}

.index .faq .lists__item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: border-left 0.4s;
  border-left: 5px solid #333;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: border-left 0.4s;
}

.index .faq .lists__item:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .index .faq .lists__item:not(:first-child) {
    margin-top: 10px;
  }
}

.index .faq .lists__item:hover {
  -webkit-transition: border-left 0.4s;
  border-left: 5px solid #a71700;
  transition: border-left 0.4s;
}

.index .faq .lists__item.is-open {
  border-left: 5px solid #a71700;
}

.index .faq .item__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 45px;
}

@media screen and (max-width: 599px) {
  .index .faq .item__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
  }
}

.index .faq .item__img {
  width: 24px;
  height: 27px;
}

.index .faq .item__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index .faq .item__txt {
  margin-left: 40px;
  font-weight: 900;
  font-size: 2rem;
  line-height: calc(36 /(2 * 10));
  letter-spacing: 0.1em;
}

@media screen and (max-width: 599px) {
  .index .faq .item__txt {
    max-width: 305px;
    margin-top: 15px;
    margin-left: 0;
    font-size: 1.6rem;
    line-height: calc(24 /(1.6 * 10));
  }
}

.index .faq .question {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  padding: 45px;
  padding-left: 0;
}

@media screen and (max-width: 599px) {
  .index .faq .question {
    height: auto;
    padding: 20px 0;
  }
}

.index .faq .question::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 25px;
  width: 20px;
  height: 3px;
  transform: translateY(-50%);
  border-radius: 1px;
  background-color: #a71700;
  content: "";
}

@media screen and (max-width: 599px) {
  .index .faq .question::before {
    top: 30px;
  }
}

.index .faq .question::after {
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transform: translateX(50%) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 35px;
  width: 3px;
  height: 20px;
  transform: translateX(50%) translateY(-50%);
  border-radius: 1px;
  background-color: #a71700;
  content: "";
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (max-width: 599px) {
  .index .faq .question::after {
    top: 30px;
  }
}

.index .faq .question.is-open::after {
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(90deg);
  transform: translateX(50%) translateY(-50%) rotate(90deg);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.index .faq .answer {
  display: none;
}

.index .faq .answer .item__wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 40px;
}

.index .faq .answer__txt {
  width: calc(100% - 30px);
  padding-right: 55px;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: calc(24 /(1.6 * 10));
}

@media screen and (max-width: 599px) {
  .index .faq .answer__txt {
    width: 100%;
    padding-right: 0;
    font-size: 1.4rem;
    line-height: calc(21 /(1.4 * 10));
  }
}

/* グローバルナビ下の帯リード文 */
.lead__p__wrap {
  width: 100%;
}

.lead__p__wrap .fv__sub-ttl {
    background:#a71700;
    color: #fff;
    font-weight: 700;
    font-size:1.2em;
    text-align:center;
    letter-spacing: .2em;
    padding: 0 0;
    margin: 0 auto;
}
.lead__p__wrap .fv__sub-ttl span.yel {
  color: #fff100;
}