@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap);
/* Vendor prefix
--------------------------------- */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  background: #fafafa;
  line-height: 1.5em;
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 400;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.ovhide {
  overflow: hidden;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

:focus {
  outline: 0;
}

img, x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

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

p {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 1.6em;
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #c3251b;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (min-width: 992px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }
}

#container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner01 {
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.inner02 {
  width: 90%;
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.inner03 {
  width: 96%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.bgimg figure img {
  width: 100%;
}

header {
  width: 100%;
  padding: 30px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  header {
    padding: 10px 10px;
  }
}
header .ttl p {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1500px) {
  header .ttl p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  header .ttl p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  header .ttl p {
    font-size: 13px;
  }
}
header .logoArea {
  width: auto;
  max-width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
@media (max-width: 767px) {
  header .logoArea {
    max-width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
  }
}
header .logoArea .logo01 {
  margin-right: 20px;
}
@media (max-width: 767px) {
  header .logoArea .logo01 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  header .logoArea .logo01 img {
    width: 92%;
  }
}
@media (max-width: 767px) {
  header .logoArea .logo02 img {
    width: 86.7741935484%;
  }
}
header .logoArea .logo01 a, header .logoArea .logo02 a {
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  header .logoArea .logo01 a, header .logoArea .logo02 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.floatBtn02 {
  width: max(55px, 5% + 10px);
  position: fixed;
  top: 15%;
  right: 0;
  overflow: hidden;
  z-index: 999;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .floatBtn02 {
    width: 100%;
    top: auto;
    bottom: -17vw;
    padding: 10px 0 0;
    -webkit-transition: bottom 0.8s ease 0s;
    transition: bottom 0.8s ease 0s;
  }
}
@media (max-width: 767px) {
  .floatBtn02.in {
    bottom: 0;
  }
}
.floatBtn02 ul.btnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  width: calc(100% - 10px);
  margin-left: auto;
}
@media (max-width: 767px) {
  .floatBtn02 ul.btnList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-bottom: -1px;
  }
}
.floatBtn02 ul.btnList li {
  line-height: 1;
}
@media (max-width: 767px) {
  .floatBtn02 ul.btnList li {
    width: 50%;
  }
}
.floatBtn02 ul.btnList li a {
  display: block;
}
.floatBtn02 ul.btnList li a img {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.mvArea {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .mvArea {
    padding: 0;
    padding-bottom: 55vw;
    background: #d0d5db;
    overflow: hidden;
  }
}
.mvArea .bgMovieArea {
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: 1;
}
@media (max-width: 767px) {
  .mvArea .bgMovieArea {
    margin-top: -55vw;
  }
}
.mvArea .bgMovieArea::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.01);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mvArea .bgMovieArea::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #d0d5db;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
.mvArea .bgArea {
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: 1;
}
@media (max-width: 767px) {
  .mvArea .bgArea {
    margin-top: -40vw;
  }
}
.mvArea .bgArea figure img {
  width: 100%;
}
.mvArea .bgArea::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #d0d5db;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
.mvArea .txtArea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .mvArea .txtArea {
    padding-top: 7vw;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea {
    padding: 70px 0 10px;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea .inner01 {
    position: static;
  }
}
.mvArea .txtArea .txtBox {
  width: 71%;
  padding-top: 0;
}
@media (max-width: 767px) {
  .mvArea .txtArea .txtBox {
    width: 100%;
    padding-top: 0;
  }
}
.mvArea .txtArea .txtBox .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  margin-bottom: 30px;
}
@media (max-width: 1500px) {
  .mvArea .txtArea .txtBox .tag {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea .txtBox .tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 10px;
    margin-bottom: 10vw;
  }
}
.mvArea .txtArea .txtBox .tag span {
  display: inline-block;
  background: #fff;
  border-radius: 40px;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  padding: 10px 30px;
}
@media (max-width: 1500px) {
  .mvArea .txtArea .txtBox .tag span {
    font-size: 1.8vw;
    padding: 0.69vw 2vw;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea .txtBox .tag span {
    font-size: 3.2vw;
    padding: 1.5vw 2.5vw;
  }
}
.mvArea .txtArea .txtBox h1 {
  font-size: 100px;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 1500px) {
  .mvArea .txtArea .txtBox h1 {
    font-size: 5.6vw;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea .txtBox h1 {
    font-size: 10vw;
    margin-bottom: 20px;
  }
}
.mvArea .txtArea .txtBox h1 > span {
  display: inline-block;
  vertical-align: middle;
}
.mvArea .txtArea .txtBox h1 > span.red {
  color: #c3251b;
}
.mvArea .txtArea .txtBox h1 > span.red.sm {
  font-size: 79.6296296296%;
  line-height: 1;
}
.mvArea .txtArea .txtBox h1 > span.bk {
  line-height: 1;
}
.mvArea .txtArea .txtBox h1 > span.bk small {
  font-size: 71%;
}
.mvArea .txtArea .txtBox .subTtl {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .mvArea .txtArea .txtBox .subTtl {
    font-size: 3.3vw;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea .txtBox .subTtl {
    font-size: 6vw;
    line-height: 1.5em;
  }
}
.mvArea .txtArea .txtBox .subTtl strong {
  color: #c3251b;
}
.mvArea .txtArea .txtBox .bnr01 {
  margin-left: -2.5%;
  width: 80%;
}
@media (max-width: 767px) {
  .mvArea .txtArea .txtBox .bnr01 {
    width: 98%;
    position: absolute;
    bottom: -12vw;
    left: 2%;
    z-index: 5;
    margin-left: 0;
  }
}
.mvArea .txtArea .txtBox .bnr01 a {
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  display: block;
}
@media (min-width: 992px) {
  .mvArea .txtArea .txtBox .bnr01 a:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea .inner03 {
    margin-top: auto;
  }
}
.mvArea .txtArea .inner03 .txt {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 50px 0 30px;
}
@media (max-width: 991px) {
  .mvArea .txtArea .inner03 .txt {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea .inner03 .txt {
    font-size: 4vw;
    margin: 20px 0 20px;
  }
}
.mvArea .txtArea .inner03 .txt strong {
  color: #c3251b;
  display: block;
  font-size: 120%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mvArea .txtArea .inner03 .txt strong {
    margin-bottom: 30px;
  }
}
.mvArea .txtArea .btnBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mvArea .txtArea .btnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    margin-top: 5vw;
  }
}
.mvArea .txtArea .btnBox.mt0 {
  margin-top: 0;
}
.mvArea .txtArea .btnBox.b02 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mvArea .txtArea .btnBox.b02 {
    width: 85%;
    max-width: 400px;
    row-gap: 5px;
  }
}
.mvArea .txtArea .btnBox .inBox {
  width: 48.125%;
}
@media (max-width: 767px) {
  .mvArea .txtArea .btnBox .inBox {
    width: 100%;
  }
}
.mvArea .txtArea .btnBox .inBox .txt {
  width: 80%;
  margin: 0 auto;
}
.mvArea .txtArea .btnBox .inBox .bnr01 {
  margin-top: -5px;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  display: block;
}
@media (min-width: 992px) {
  .mvArea .txtArea .btnBox .inBox .bnr01:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.mvArea .arrow {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  border: solid 2px #c3251b;
  background: #fff;
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -32px;
  z-index: 10;
}
@media (max-width: 767px) {
  .mvArea .arrow {
    width: 34px;
    height: 34px;
    bottom: -20vw;
    margin-left: -17px;
  }
}
.mvArea .arrow::before {
  content: "";
  width: 18px;
  height: 18px;
  border-right: solid 2px #c3251b;
  border-bottom: solid 2px #c3251b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -10px;
}
@media (max-width: 767px) {
  .mvArea .arrow::before {
    width: 8px;
    height: 8px;
    margin: -6px 0 0 -5px;
  }
}

h2 {
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 30px;
  }
}
h2 span {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
h2 span::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #CEB9A8;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
h2 span.en {
  font-size: 30px;
  color: #c3251b;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  h2 span.en {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h2 span.en {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
h2 span.en strong {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
h2 span.jp {
  font-size: 48px;
  line-height: 1.3em;
}
@media (max-width: 991px) {
  h2 span.jp {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2 span.jp {
    font-size: 30px;
  }
}
h2 span.jp strong {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0.7s;
  transition: opacity 0.4s ease 0.7s;
}
h2.inview span::after {
  -webkit-animation: a-ltr-after 1.2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
          animation: a-ltr-after 1.2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}
h2.inview span.en::after {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
h2.inview span.en strong {
  opacity: 1;
}
h2.inview span.jp::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
h2.inview span.jp strong {
  opacity: 1;
}

@-webkit-keyframes a-ltr-after {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes a-ltr-after {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
h3 {
  padding-left: 1em;
  position: relative;
  font-size: 33px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}
@media (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
h3.noani {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
h3.wh {
  color: #fff;
}
h3::before {
  content: "";
  width: 0.3em;
  height: 100%;
  background: #c3251b;
  position: absolute;
  top: 0;
  left: 0;
}
h3.inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.cc01, .cc02 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cc01, .cc02 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .cc01, .cc02 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.cc01 span, .cc02 span {
  border-bottom: solid 2px #c3251b;
}
@media (max-width: 767px) {
  .cc01 span, .cc02 span {
    border-bottom: solid 1px #c3251b;
  }
}
.cc01 strong, .cc02 strong {
  color: #c3251b;
}

.cc02 {
  text-align: center;
}
@media (max-width: 767px) {
  .cc02 {
    font-size: 20px;
  }
}

.bnrArea {
  padding-top: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .bnrArea {
    padding-top: 40px;
  }
}
.bnrArea .txt {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .bnrArea .txt {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .bnrArea .txt {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.bnrArea .txt strong {
  color: #c3251b;
}
.bnrArea .txt02 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  margin: 30px 0 20px;
}
@media (max-width: 991px) {
  .bnrArea .txt02 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .bnrArea .txt02 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.bnrArea .txt03 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  display: inline-block;
}
@media (max-width: 1280px) {
  .bnrArea .txt03 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .bnrArea .txt03 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .bnrArea .txt03 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.bnrArea .bnr01 {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}
.bnrArea .bnr01 a {
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
@media (min-width: 992px) {
  .bnrArea .bnr01 a:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

section.bnrArea {
  padding: 80px 0 200px;
}
@media (max-width: 767px) {
  section.bnrArea {
    padding: 40px 0 100px;
  }
}

.meritArea {
  margin-top: -5vw;
}
@media (max-width: 1280px) {
  .meritArea {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .meritArea {
    margin-top: 15vw;
  }
}
.meritArea .inner01 {
  max-width: 1032px;
}
.meritArea .inner01 .meritBox {
  background: #333333;
  border-radius: 15px;
  padding: 60px 30px;
}
@media (max-width: 767px) {
  .meritArea .inner01 .meritBox {
    padding: 30px 15px;
  }
}
.meritArea .inner01 .meritBox .meritTxt {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .meritArea .inner01 .meritBox .meritTxt {
    font-size: 3.125vw;
  }
}
@media (max-width: 767px) {
  .meritArea .inner01 .meritBox .meritTxt {
    font-size: 4vw;
    margin-bottom: 15px;
  }
}
.meritArea .inner01 .meritBox .meritTxt strong {
  color: #efda28;
}
.meritArea .inner01 .meritBox .meritList {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .meritArea .inner01 .meritBox .meritList {
    width: 100%;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.meritArea .inner01 .meritBox .meritList li {
  width: calc((100% - 40px) / 3);
  max-width: 230px;
  background: #fff;
  border-radius: 50%;
  aspect-ratio: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 767px) {
  .meritArea .inner01 .meritBox .meritList li {
    width: calc((100% - 20px) / 3);
    row-gap: 5px;
  }
}
.meritArea .inner01 .meritBox .meritList li .icon {
  width: 34.7826086957%;
}
@media (max-width: 767px) {
  .meritArea .inner01 .meritBox .meritList li .icon {
    width: 40%;
  }
}
.meritArea .inner01 .meritBox .meritList li .txt {
  color: #c3251b;
  font-size: 29px;
  line-height: 1.2em;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .meritArea .inner01 .meritBox .meritList li .txt {
    font-size: 2.26vw;
  }
}
@media (max-width: 767px) {
  .meritArea .inner01 .meritBox .meritList li .txt {
    font-size: 3vw;
  }
}
.meritArea .inner01 .meritBox .meritList li .txt strong {
  font-size: 120%;
}

.aboutArea {
  position: relative;
  padding: 170px 0;
}
@media (max-width: 991px) {
  .aboutArea {
    padding: 130px 0;
  }
}
@media (max-width: 767px) {
  .aboutArea {
    padding: 120px 0 60px;
  }
}
.aboutArea .subTtl {
  font-size: 30px;
  color: #c3251b;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 991px) {
  .aboutArea .subTtl {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .aboutArea .subTtl {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
  }
}
.aboutArea .cc01 {
  text-align: center;
}
@media (max-width: 767px) {
  .aboutArea .cc01 {
    text-align: left;
  }
}
.aboutArea .aboutList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .aboutArea .aboutList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
.aboutArea .aboutList li {
  width: 31.7910447761%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .aboutArea .aboutList li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    min-height: 102px;
  }
}
.aboutArea .aboutList li figure {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.aboutArea .aboutList li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .aboutArea .aboutList li figure {
    border-radius: 10px 0 0 10px;
    width: 26%;
  }
}
.aboutArea .aboutList li .txtArea {
  padding: 30px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .aboutArea .aboutList li .txtArea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    padding: 10px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aboutArea .aboutList li .txtArea .ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .aboutArea .aboutList li .txtArea .ttl {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .aboutArea .aboutList li .txtArea .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.aboutArea .aboutList li .txtArea .ttl strong {
  display: block;
  color: #c3251b;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .aboutArea .aboutList li .txtArea .ttl strong {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .aboutArea .aboutList li .txtArea .ttl strong {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.aboutArea .txt03 {
  text-align: center;
  margin-top: 100px;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.5em;
}
@media (max-width: 1500px) {
  .aboutArea .txt03 {
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  .aboutArea .txt03 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .aboutArea .txt03 {
    font-size: 5vw;
    margin-top: 50px;
  }
}

.flowArea {
  position: relative;
  padding: 50px 0 150px;
}
.flowArea .bg01 {
  width: 100%;
  height: 80%;
  background: #b01915;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: skewY(-20deg);
          transform: skewY(-20deg);
}
.flowArea .bg02 {
  width: 100%;
  height: 80%;
  background: #900400;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 2;
  -webkit-transform: skewY(20deg);
          transform: skewY(20deg);
}
.flowArea .inner02 {
  z-index: 5;
}
.flowArea .flowBox {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 130px 0 60px;
}
@media (max-width: 767px) {
  .flowArea .flowBox {
    padding: 60px 0 40px;
  }
}
.flowArea .flowBox figure {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto 0;
}
.flowArea .flowBox figure.step {
  max-width: 896px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .flowArea .flowBox figure.step {
    margin-bottom: 30px;
  }
}
.flowArea .txt02 {
  text-align: center;
  margin-top: 80px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5em;
}
@media (max-width: 1500px) {
  .flowArea .txt02 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .flowArea .txt02 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .flowArea .txt02 {
    font-size: 3.5vw;
    margin-top: 30px;
  }
}
.flowArea .ttl01 {
  background: #000;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin: 60px 0;
}
@media (max-width: 767px) {
  .flowArea .ttl01 {
    font-size: 16px;
    padding: 8px 10px;
    margin: 30px 0;
  }
}
.flowArea .bnr01 {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .flowArea .bnr01 {
    width: 110%;
    margin-left: -3%;
  }
}
.flowArea .bnr01 a {
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
@media (min-width: 992px) {
  .flowArea .bnr01 a:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.flowArea .recommendBox {
  background: #e4eaef;
  border-radius: 20px;
  padding: 130px 0;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .flowArea .recommendBox {
    padding: 60px 0;
    margin-top: -40px;
  }
}
.flowArea .recommendBox figure {
  width: 100%;
  max-width: 1011px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .flowArea .recommendBox figure {
    margin-bottom: 30px;
  }
}
.flowArea .recommendBox .recommendList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .flowArea .recommendBox .recommendList {
    row-gap: 10px;
    margin-bottom: 30px;
  }
}
.flowArea .recommendBox .recommendList li {
  width: 32%;
  border: solid 2px #c3251b;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
  color: #c3251b;
}
@media (max-width: 991px) {
  .flowArea .recommendBox .recommendList li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .flowArea .recommendBox .recommendList li {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #c3251b;
  }
}
.flowArea .recommendBox p {
  text-align: center;
  font-weight: 700;
}
.flowArea .recommendBox p.recoTxt01 {
  font-size: 33px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .flowArea .recommendBox p.recoTxt01 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .flowArea .recommendBox p.recoTxt01 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.flowArea .recommendBox p.recoTxt01 strong {
  color: #c3251b;
}
.flowArea .recommendBox p.recoTxt02 {
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .flowArea .recommendBox p.recoTxt02 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .flowArea .recommendBox p.recoTxt02 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.flowArea .recommendBox p.recoTxt02 strong {
  color: #c3251b;
  font-size: 200%;
  line-height: 1.2em;
}
.flowArea .recommendBox p.recoTxt02 span {
  border-bottom: solid 2px #c3251b;
}
@media (max-width: 767px) {
  .flowArea .recommendBox p.recoTxt02 span {
    border-bottom: solid 1px #c3251b;
  }
}
.flowArea .recommendBox p.recoTxt03 {
  font-size: 26px;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .flowArea .recommendBox p.recoTxt03 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .flowArea .recommendBox p.recoTxt03 {
    font-size: 14px;
  }
}

.groupArea {
  position: relative;
}
@media (min-width: 992px) {
  .groupArea .bgArea {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .groupArea .bgArea .bgInner {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.groupArea .bgArea .bgInner figure {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .groupArea .bgArea .bgInner figure {
    border-radius: 30px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    overflow: hidden;
  }
}
.groupArea .bgArea .bgInner figure::before {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #787878;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .groupArea .bgArea .bgInner figure::before {
    opacity: 1;
  }
}
.groupArea .bgArea .bgInner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.groupArea .bgArea .bgInner figure.on {
  border-radius: 0;
}
.groupArea .bgArea .bgInner figure.on::before {
  opacity: 1;
}
@media (min-width: 992px) {
  .groupArea .content {
    height: 280vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .groupArea .content {
    width: 100%;
    padding: 23vw 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .groupArea .content .logo {
    height: calc(50vh + 185px);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .groupArea .content .logo {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .groupArea .content .logo {
    width: 60%;
    margin: 0 auto;
  }
}
.groupArea .content .txtBox {
  margin-top: auto;
}
@media (max-width: 991px) {
  .groupArea .content .txtBox {
    display: none;
  }
}
.groupArea .content .txtBox p {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5em;
}
.groupArea .bottomContents {
  position: relative;
  z-index: 2;
  background: #454545 url(../img/bg01.jpg) no-repeat top center;
  background-size: 100% auto;
  padding-top: 150px;
}
@media (max-width: 1280px) {
  .groupArea .bottomContents {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .groupArea .bottomContents {
    background: #454545 url(../img/bg01_sp.jpg) no-repeat top center;
    background-size: 100% auto;
    padding-top: 40px;
  }
}
.groupArea .bottomContents .mtTxt {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1500px) {
  .groupArea .bottomContents .mtTxt {
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  .groupArea .bottomContents .mtTxt {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .groupArea .bottomContents .mtTxt {
    font-size: 18px;
  }
}
.groupArea .bottomContents .bg01 {
  width: 100%;
  height: 30%;
  background: #b01915;
  position: absolute;
  top: 35%;
  left: 0;
  z-index: 1;
  -webkit-transform: skewY(-20deg);
          transform: skewY(-20deg);
}
.groupArea .bottomContents .spTxt {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .groupArea .bottomContents .spTxt {
    display: none;
  }
}
@media (max-width: 767px) {
  .groupArea .bottomContents .spTxt {
    padding: 30px 0;
  }
}
.groupArea .bottomContents .spTxt p {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .groupArea .bottomContents .spTxt p {
    font-size: 18px;
  }
}
.groupArea .bottomContents .differenceArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .groupArea .bottomContents .differenceArea {
    padding: 40px 0;
  }
}
.groupArea .bottomContents .differenceArea .differenceBox {
  background: #fff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  padding: 50px 5%;
  z-index: 2;
}
.groupArea .bottomContents .differenceArea .differenceBox::before {
  content: "";
  width: 50%;
  height: 100%;
  background: #f7f2eb;
  position: absolute;
  top: 0;
  left: 0;
}
.groupArea .bottomContents .differenceArea .differenceBox .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .groupArea .bottomContents .differenceArea .differenceBox .ttl {
    margin-bottom: 20px;
  }
}
.groupArea .bottomContents .differenceArea .differenceBox .ttl span {
  width: 49%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 991px) {
  .groupArea .bottomContents .differenceArea .differenceBox .ttl span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .groupArea .bottomContents .differenceArea .differenceBox .ttl span {
    font-size: 16px;
  }
}
.groupArea .bottomContents .differenceArea .differenceBox .differenceInBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .table {
  width: 498px;
}
@media (max-width: 1280px) {
  .groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .table {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .table {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .table {
    width: 100%;
  }
}
.groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .table table {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .table table {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .table table {
    font-size: 13px;
  }
}
.groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .table table thead th {
  background: #c3251b;
  color: #fff;
  line-height: 1;
  padding: 15px 10px;
  border: solid 1px #000;
  text-align: center;
}
@media (max-width: 767px) {
  .groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .table table thead th {
    padding: 10px;
  }
}
.groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .table table tbody td {
  width: 50%;
  background: #fff;
  text-align: center;
  line-height: 1.2em;
  padding: 15px 10px;
  border: solid 1px #000;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .table table tbody td {
    padding: 10px;
  }
}
.groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .table table tbody td strong {
  color: #c3251b;
}
.groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .table table + table {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .table table + table {
    margin-top: 10px;
  }
}
.groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .illust {
  width: calc((100% - 568px) / 2);
}
@media (max-width: 1280px) {
  .groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .illust {
    width: calc((100% - 440px) / 2);
  }
}
@media (max-width: 991px) {
  .groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .illust {
    width: calc((100% - 340px) / 2);
  }
}
@media (max-width: 767px) {
  .groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .illust {
    display: none;
  }
}
.groupArea .bottomContents .differenceArea .differenceBox .differenceInBox .illust:first-child img {
  width: 90%;
  max-width: 278px;
}
.groupArea .bottomContents .featuresArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .groupArea .bottomContents .featuresArea {
    padding: 40px 0;
  }
}
.groupArea .bottomContents .featuresArea .featuresBox {
  background: #fff;
  border-radius: 30px;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .groupArea .bottomContents .featuresArea .featuresBox {
    padding: 40px 0;
  }
}
.groupArea .bottomContents .featuresArea .featuresList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 3.5%;
}
@media (max-width: 1280px) {
  .groupArea .bottomContents .featuresArea .featuresList {
    gap: 30px 4%;
  }
}
@media (max-width: 767px) {
  .groupArea .bottomContents .featuresArea .featuresList {
    row-gap: 10px;
  }
}
.groupArea .bottomContents .featuresArea .featuresList li {
  width: 31%;
  border: solid 2px #c3251b;
  border-radius: 20px;
  background: #fff;
  padding: 30px 2%;
}
@media (max-width: 1280px) {
  .groupArea .bottomContents .featuresArea .featuresList li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .groupArea .bottomContents .featuresArea .featuresList li {
    width: 100%;
    border-radius: 10px;
    padding: 20px;
  }
}
.groupArea .bottomContents .featuresArea .featuresList li .ttl {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .groupArea .bottomContents .featuresArea .featuresList li .ttl {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .groupArea .bottomContents .featuresArea .featuresList li .ttl {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }
}
.groupArea .bottomContents .featuresArea .featuresList li .txt {
  line-height: 1.66em;
}
.groupArea .bottomContents .featuresArea .featuresList li figure.logo {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .groupArea .bottomContents .featuresArea .featuresList li figure.logo {
    text-align: left;
  }
}
.groupArea .bottomContents .achievementArea {
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .groupArea .bottomContents .achievementArea {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .groupArea .bottomContents .achievementArea .achievementList {
    width: 80%;
    margin: 0 auto;
  }
}
.groupArea .bottomContents .achievementArea .achievementList .slick-list {
  overflow: visible;
}
.groupArea .bottomContents .achievementArea .achievementList .listInBox {
  margin: 0 10px;
  position: relative;
}
.groupArea .bottomContents .achievementArea .achievementList .listInBox figure {
  border-radius: 20px;
  overflow: hidden;
}
.groupArea .bottomContents .achievementArea .achievementList .listInBox .txtArea {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .groupArea .bottomContents .achievementArea .achievementList .listInBox .txtArea {
    padding: 20px;
  }
}
.groupArea .bottomContents .achievementArea .achievementList .listInBox .txtArea p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .groupArea .bottomContents .achievementArea .achievementList .listInBox .txtArea p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .groupArea .bottomContents .achievementArea .achievementList .listInBox .txtArea p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .groupArea .bottomContents .achievementArea .achievementList .listInBox .txtArea p {
    font-size: 14px;
  }
}
.groupArea .bottomContents .achievementArea .iconArrow {
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .groupArea .bottomContents .achievementArea .iconArrow {
    display: none;
  }
}
.groupArea .bottomContents .achievementArea .iconArrow img {
  width: 151px;
}

.note {
  font-size: 13px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .note {
    font-size: 11px;
    margin-top: 10px;
  }
}
.note + .note {
  margin-top: 0;
}
.note.ind {
  text-indent: -1em;
  padding-left: 1em;
}
.note.cnt {
  text-align: center;
}
@media (max-width: 767px) {
  .note.cnt {
    text-align: left;
  }
}

footer {
  padding: 30px 0;
  text-align: center;
}
footer small {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  footer small {
    font-size: 10px;
  }
}

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

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