@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "gothicm";
  src: url("../fonts/Yu Gothic Medium.ttf") format("truetype");
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Zen Old Mincho", serif;
  color: white;
}

.en {
  font-family: "minion-pro", serif;
}

.sp {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  display: block;
  letter-spacing: 0.1em;
}

p {
  margin: 0;
  letter-spacing: 0.1em;
}

html #wpadminbar {
  display: none;
}

.fadeinElem {
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.fadeinElem.toUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.fadeinElem.show {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 3px solid #FA0046;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #B4B4B4;
}

header .inner {
  width: 100%;
  padding: 10px 60px 13px 18px;
  max-width: 1378px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .inner .header_logo {
  width: 385px;
}

header .inner .nav_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: -13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner .nav_list li {
  margin-right: 28px;
  margin-right: clamp(20px, 1.95vw, 28px);
}

header .inner .nav_list li a {
  font-size: 15px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: black;
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner .nav_list li a:hover {
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner .nav_list li:last-child {
  margin-right: 0;
}

header .inner .c-button {
  display: none;
}

header .group_logo_box {
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  max-width: 1378px;
  padding: 0 60px 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .group_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: .3s;
  transition: .3s;
}

header .group_logo img {
  width: 20px;
}

header .group_logo p {
  font-size: 12px;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
}

header .group_logo:hover {
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s;
}

header .hamburger-menu {
  display: none;
}

.fixed_mv {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
}

main {
  position: relative;
  z-index: 2;
  width: 100%;
}

.fixed_bg {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100vh;
  opacity: 0;
}

.fixed_bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fixed_bg.active {
  opacity: 1;
}

.fv {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 3;
  margin-top: 96px;
}

.fv__inner {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}

.fv__inner__title {
  width: 668px;
}

.fv__scroll {
  position: absolute;
  width: 10px;
  bottom: 0;
  right: 35px;
  z-index: 3;
}

.fv__bg {
  width: 100%;
  height: calc(100% + 90px);
  position: absolute;
  top: -90px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 8, 15, 0.1)), to(rgba(0, 2, 5, 0.4)));
  background: linear-gradient(rgba(4, 8, 15, 0.1), rgba(0, 2, 5, 0.4));
  z-index: 2;
}

.sec1 {
  position: relative;
  padding-top: 260px;
  padding-bottom: 208px;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 8, 15, 0.417)), to(rgba(0, 2, 5, 0.7)));
  background: linear-gradient(rgba(4, 8, 15, 0.417), rgba(0, 2, 5, 0.7));
}

.sec1__title {
  width: 668px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.sec1__text {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 2.6;
  letter-spacing: 0.15em;
}

.sec2 {
  background-color: #fff;
  position: relative;
  z-index: 3;
  padding-bottom: 90px;
}

.sec2__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec2__box__item {
  width: calc(100% / 3);
  position: relative;
  padding-top: 70px;
  padding-bottom: 55px;
  overflow: hidden;
}

.sec2__box__item__bd {
  position: absolute;
  left: 1.5px;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #DD0326;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.sec2__box__item__title {
  font-size: clamp(30px, 2.93vw, 40px);
  font-weight: 500;
  color: #DD0326;
  text-align: center;
  margin-bottom: 25px;
  -webkit-transition: .3s;
  transition: .3s;
  letter-spacing: 0.1em;
}

.sec2__box__item__subtitle {
  font-size: clamp(12px, 1.02vw, 14px);
  font-style: italic;
  color: #DD0326;
  text-align: center;
  margin-bottom: 45px;
  -webkit-transition: .3s;
  transition: .3s;
}

.sec2__box__item__text {
  font-size: clamp(12px, 1.17vw, 16px);
  font-weight: 600;
  line-height: 2.3;
  text-align: center;
  color: black;
  margin-bottom: 50px;
  -webkit-transition: .3s;
  transition: .3s;
}

.sec2__box__item__img {
  width: 80%;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.sec2__box__item:nth-child(2) {
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
}

.sec2__box__item:hover .sec2__box__item__title, .sec2__box__item:hover .sec2__box__item__subtitle, .sec2__box__item:hover .sec2__box__item__img, .sec2__box__item:hover .sec2__box__item__text {
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s;
}

.sec2__box__item:hover .sec2__box__item__bd {
  -webkit-transition: .5s;
  transition: .5s;
  left: 100%;
}

.sec2__banner__box {
  padding-top: 80px;
}

.sec2__banner {
  margin: 0 auto;
  width: 93%;
  max-width: 1300px;
  position: relative;
}

.sec2__banner__inner {
  position: absolute;
  top: 51%;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec2__banner__inner__title {
  font-size: 29px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.sec2__banner__inner__btn {
  width: 387px;
  height: 38px;
  margin: 0 auto;
  border: 1px solid #FFFFFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.sec2__banner__inner__btn p {
  color: white;
  font-size: 15px;
  font-weight: 600;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 5;
  line-height: 40px;
}

.sec2__banner__inner__btn p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  -webkit-transition: .4s;
  transition: .4s;
}

.sec2__banner__inner__btn p:hover:before {
  width: 100%;
}

.sec3 {
  background-image: url(../images/sec3_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 240px 0;
  position: relative;
  z-index: 3;
}

.sec3__inner {
  margin: 0 auto;
  width: 87%;
  max-width: 1200px;
}

.sec3__inner__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.sec3__inner__title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0.2em;
}

.sec3__inner__img {
  width: 478px;
  margin-bottom: 65px;
}

.sec3__inner__text {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 55px;
  line-height: 2.5;
}

.sec3__inner__box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec3__inner__box__btn {
  width: 190px;
  background-color: rgba(255, 255, 255, 0.5);
  height: 40px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  letter-spacing: 0.2em;
  border: 1px solid white;
  position: relative;
  overflow: hidden;
}

.sec3__inner__box__btn p {
  color: black;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  height: 100%;
  z-index: 5;
  line-height: 40px;
}

.sec3__inner__box__btn p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: block;
  background-color: white;
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s;
}

.sec3__inner__box__btn p:hover {
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.sec3__inner__box__btn p:hover:before {
  width: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.sec3__inner__box__btn:last-child {
  margin-left: 23px;
}

.sec4 {
  position: relative;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right bottom, from(#DD0326), to(#9A0D1A));
  background: linear-gradient(to bottom right, #DD0326, #9A0D1A);
  padding: 20px 0;
}

.sec4__inner {
  width: 97%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec4__inner__logo {
  width: 27.4%;
}

.sec4__inner__slide {
  width: 68%;
  margin-bottom: 0 !important;
}

.sec4__inner__slide__item {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: black;
}

.sec4__inner__slide__item__content {
  width: 50%;
}

.sec4__inner__slide__item__content__subtitle {
  font-size: 13px;
  text-align: center;
  margin-bottom: 30px;
}

.sec4__inner__slide__item__content__title {
  font-size: clamp(25px, 2.49vw, 34px);
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.6;
}

.sec4__inner__slide__item__content__text {
  font-size: 15px;
  font-size: clamp(13px, 1.18vw, 17px);
  line-height: 2.4;
  text-align: center;
  font-weight: 600;
}

.sec4__inner__slide__item__img {
  width: 50%;
}

.sec4__inner__slide .slick-dots {
  bottom: 20px;
}

.sec4__inner__slide .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 2.5px;
}

.sec4__inner__slide .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
}

.sec4__inner__slide .slick-dots li button:before {
  font-size: 8px;
  width: 8px;
  height: 8px;
  color: #CDD6DD;
  opacity: 1;
}

.sec4__inner__slide .slick-dots .slick-active button:before {
  color: #707F89;
  opacity: 1;
}

.sec5 {
  background-color: #F2F2F2;
  padding: 100px 0;
  position: relative;
  z-index: 3;
}

.sec5__inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec5__inner__slideBox {
  width: 53%;
}

.sec5__inner__slideBox__mainSlide {
  width: 100%;
}

.sec5__inner__slideBox__thumb {
  width: 100%;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec5__inner__slideBox__thumb__img {
  cursor: pointer;
  padding: 0 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec5__inner__slideBox__thumb .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}

.sec5__inner__content {
  width: 38.7%;
  padding-top: 80px;
  padding-top: clamp(40px, 5.85vw, 80px);
  color: black;
}

.sec5__inner__content__title {
  font-size: 80px;
  margin-bottom: 15px;
}

.sec5__inner__content__subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 50px;
}

.sec5__inner__content__text {
  font-size: 18px;
  font-size: clamp(15px, 1.31vw, 18px);
  font-weight: 600;
  line-height: 2.5;
  margin-bottom: 40px;
}

.sec5__inner__content__btn {
  width: 190px;
  text-align: center;
  color: white;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#DD0326), to(#9A0D1A));
  background: linear-gradient(#DD0326, #9A0D1A);
  -webkit-transition: .3s;
  transition: .3s;
}

.sec5__inner__content__btn:hover {
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s;
}

.sec6 {
  position: relative;
  z-index: 3;
  background-image: url(../images/sec6_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 277px 0;
}

.sec6__inner {
  margin: 0 auto;
  width: 87%;
  max-width: 1200px;
}

.sec6__inner__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sec6__inner__title {
  font-size: 80px;
  margin-bottom: 15px;
}

.sec6__inner__subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 50px;
}

.sec6__inner__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.5;
  margin-bottom: 40px;
}

.sec6__inner__box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec6__inner__box__btn {
  width: 190px;
  border: 1px solid #FFFFFF;
  height: 40px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  color: white;
  position: relative;
}

.sec6__inner__box__btn p {
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  z-index: 5;
  line-height: 40px;
}

.sec6__inner__box__btn p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s;
}

.sec6__inner__box__btn p:hover:before {
  width: 100%;
}

.sec6__inner__box__btn:first-child {
  margin-right: 23px;
}

.sec7 {
  padding-top: 135px;
  position: relative;
  z-index: 3;
}

.sec7__inner {
  width: 57%;
  max-width: 1000px;
  margin-right: 3.66%;
  margin-left: auto;
}

.sec7__inner__title {
  font-size: 80px;
  text-align: center;
  margin-bottom: 15px;
}

.sec7__inner__subtitle {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 33px;
}

.sec7__inner__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec7__inner__box__item {
  width: 48%;
  padding: 60px 0;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.9);
}

.sec7__inner__box__item__logo {
  width: 36px;
  margin: 0 auto;
}

.sec7__inner__box__item__title {
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: clamp(20px, 1.76vw, 24px);
  font-weight: 600;
  line-height: 1.6;
  color: #DD0326;
}

.sec7__inner__box__item__text {
  font-size: clamp(12px, 1.1vw, 15px);
  line-height: 2;
  text-align: center;
  font-weight: 600;
  color: black;
}

.sec8 {
  background-color: #F2F2F2;
  padding-top: 130px;
  padding-bottom: 175px;
  color: black;
  position: relative;
  z-index: 3;
  text-align: center;
}

.sec8__title {
  font-size: 80px;
  margin-bottom: 10px;
}

.sec8__subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}

.sec8__text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

.sec8__box {
  width: 616px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec8__box__btn {
  width: 31%;
  text-align: center;
  color: white;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#DD0326), to(#9A0D1A));
  background: linear-gradient(#DD0326, #9A0D1A);
  -webkit-transition: .3s;
  transition: .3s;
}

.sec8__box__btn:hover {
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer {
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 14px;
}

.footer__nav {
  width: 93%;
  margin: 0 auto;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
}

.footer__nav__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px;
  border-right: 1px solid #4D4D4F;
}

.footer__nav__list__item {
  font-size: 10px;
  font-weight: 500;
  color: #4D4D4F;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer__nav__list__item:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer__nav__list:last-child {
  border-right: none;
}

.footer__bd {
  width: 100%;
  height: 3px;
  background-color: #D72343;
  margin-bottom: 23px;
}

.footer__copyright {
  width: 93%;
  margin: 0 auto;
  max-width: 1300px;
  text-align: right;
  font-size: 11px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #4D4D4F;
}

.footer__copyright span {
  font-size: 11px;
  font-weight: 500;
  color: black;
  font-family: "gothicm";
}

@media screen and (max-width: 1025px) {
  header {
    border-top: none;
    border-bottom: none;
  }
  header .inner {
    padding: 9px 16px 8px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 106;
    position: relative;
    border-bottom: 1px solid #B4B4B4;
  }
  header .inner .header_logo {
    width: 248px;
  }
  header .inner .nav_list {
    display: none;
  }
  header .inner .c-button {
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: unset;
    cursor: pointer;
    margin-left: auto;
  }
  header .inner .p-hamburger {
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 120;
  }
  header .inner .p-hamburger__line {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0;
    width: 30px;
    height: 2px;
    background-color: black;
    -webkit-transition: inherit;
    transition: inherit;
    outline: none;
    z-index: 11;
  }
  header .inner .under-button__line {
    background-color: black;
  }
  header .inner .p-hamburger__line::before,
  header .inner .p-hamburger__line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: "";
    -webkit-transition: inherit;
    transition: inherit;
  }
  header .inner .p-hamburger__line::before {
    top: -9px;
  }
  header .inner .p-hamburger__line::after {
    top: 9px;
  }
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line {
    background-color: transparent;
  }
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
    top: 0;
    background-color: black;
  }
  header .inner .p-hamburger[aria-expanded="true"] .under-button__line::before,
  header .inner .p-hamburger[aria-expanded="true"] .under-button__line::after {
    top: 0;
    background-color: black;
  }
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  header .inner *:focus {
    outline: none;
  }
  header .group_logo_box {
    display: none;
  }
  header .hamburger-menu {
    display: block;
    position: fixed;
    right: -100%;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 105;
    overflow: scroll;
  }
  header .hamburger-menu .inner_content {
    padding-top: 90px;
    padding-bottom: 0px;
    width: 75%;
    max-width: 500px;
    min-width: 300px;
    margin: 0 auto;
  }
  header .hamburger-menu .inner_content .humb_nav_list {
    width: 100%;
  }
  header .hamburger-menu .inner_content .humb_nav_list li {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 11px;
    border-bottom: 0.5px solid #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .hamburger-menu .inner_content .humb_nav_list li a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 15px;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    color: black;
    letter-spacing: 0.1em;
  }
  header .hamburger-menu .inner_content .humb_nav_list li .logo {
    width: 9px;
  }
  header .active-slide {
    right: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .fixed_bg img {
    -o-object-position: 30% 50%;
       object-position: 30% 50%;
  }
  .fv {
    margin-top: 61px;
  }
  .fv__inner {
    top: 48%;
    width: 60%;
  }
  .fv__inner__title {
    width: 100%;
  }
  .fv__scroll {
    right: 30px;
  }
  .sec1 {
    padding-top: 200px;
    padding-bottom: 150px;
  }
  .sec1__title {
    width: 60%;
  }
  .sec1__text {
    font-size: 18px;
  }
  .sec2 {
    padding-bottom: 60px;
  }
  .sec2__box__item {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .sec2__box__item__title {
    font-size: clamp(20px, 2.9vw, 30px);
    margin-bottom: 20px;
  }
  .sec2__box__item__subtitle {
    font-size: clamp(10px, 1vw, 14px);
    margin-bottom: 30px;
  }
  .sec2__box__item__text {
    font-size: clamp(9px, 1vw, 14px);
    margin-bottom: 35px;
  }
  .sec2__banner__box {
    padding-top: 60px;
  }
  .sec2__banner {
    width: 90%;
  }
  .sec2__banner__inner__title {
    font-size: 20px;
  }
  .sec2__banner__inner__btn {
    width: 350px;
    height: 35px;
  }
  .sec2__banner__inner__btn p {
    line-height: 35px;
  }
  .sec3 {
    padding: 180px 0;
  }
  .sec3__inner {
    width: 90%;
  }
  .sec3__inner__title {
    margin-bottom: 35px;
  }
  .sec3__inner__img {
    width: 400px;
    margin-bottom: 50px;
  }
  .sec3__inner__text {
    font-size: 16px;
    margin-bottom: 45px;
  }
  .sec3__inner__box__btn {
    width: 180px;
  }
  .sec3__inner__box__btn:last-child {
    margin-left: 18px;
  }
  .sec4__inner__logo {
    width: 27%;
  }
  .sec4__inner__slide {
    width: 68%;
  }
  .sec4__inner__slide__item__content__subtitle {
    margin-bottom: 20px;
  }
  .sec4__inner__slide__item__content__title {
    font-size: clamp(20px, 2.5vw, 25px);
    margin-bottom: 20px;
  }
  .sec4__inner__slide__item__content__text {
    font-size: clamp(9px, 1.18vw, 12px);
  }
  .sec4__inner__slide .slick-dots {
    bottom: 20px;
  }
  .sec5 {
    padding: 80px 0;
  }
  .sec5__inner {
    width: 90%;
  }
  .sec5__inner__slideBox__thumb {
    margin-top: 10px;
  }
  .sec5__inner__content {
    width: 40%;
    padding-top: clamp(20px, 4.8vw, 50px);
  }
  .sec5__inner__content__title {
    font-size: 60px;
  }
  .sec5__inner__content__subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .sec5__inner__content__text {
    font-size: clamp(12px, 1.5vw, 15px);
    margin-bottom: 30px;
  }
  .sec5__inner__content__btn {
    width: 180px;
  }
  .sec6 {
    padding: 200px 0;
  }
  .sec6__inner {
    width: 90%;
  }
  .sec6__inner__title {
    font-size: 60px;
  }
  .sec6__inner__subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .sec6__inner__text {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .sec6__inner__box__btn {
    width: 180px;
  }
  .sec6__inner__box__btn:first-child {
    margin-right: 18px;
  }
  .sec7 {
    padding-top: 80px;
  }
  .sec7__inner {
    width: 60%;
    margin-right: 2.5%;
  }
  .sec7__inner__title {
    font-size: 60px;
  }
  .sec7__inner__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .sec7__inner__box__item {
    width: 49%;
    padding: 50px 0;
    margin-bottom: 20px;
  }
  .sec7__inner__box__item__logo {
    width: 31px;
  }
  .sec7__inner__box__item__title {
    height: 90px;
    font-size: clamp(16px, 12vw, 20px);
  }
  .sec7__inner__box__item__text {
    font-size: clamp(10px, 1.36vw, 14px);
  }
  .sec8 {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .sec8__title {
    font-size: 60px;
  }
  .sec8__subtitle {
    font-size: 18px;
  }
  .sec8__text {
    font-size: 16px;
  }
  .sec8__box {
    width: 616px;
  }
  .footer__nav {
    width: 95%;
  }
  .footer__bd {
    margin-bottom: 20px;
  }
  .footer__copyright {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pc {
    display: none !important;
  }
  .fixed_mv {
    display: none;
  }
  .fixed_bg {
    display: none;
  }
  .fv {
    height: auto;
    margin-top: 65px;
  }
  .fv .fv_mv {
    width: 100%;
  }
  .fv__inner {
    top: 50%;
    width: 90%;
  }
  .fv__scroll {
    display: none;
  }
  .sec1 {
    background-image: url(../images/sec1_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 15px;
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .sec1__title {
    display: none;
  }
  .sec1__text {
    font-size: clamp(14px, 3.86vw, 16px);
    line-height: 2.8;
  }
  .sec2 {
    padding-bottom: 0px;
  }
  .sec2__box {
    display: block;
  }
  .sec2__box__item {
    width: 100%;
    padding-top: 0;
    padding-bottom: 70px;
  }
  .sec2__box__item__bd {
    display: none;
  }
  .sec2__box__item__title {
    font-size: 35px;
    margin-bottom: 25px;
  }
  .sec2__box__item__subtitle {
    font-size: 14px;
    margin-bottom: 45px;
  }
  .sec2__box__item__text {
    font-size: clamp(10px, 3.85vw, 16px);
    margin-bottom: 0;
  }
  .sec2__box__item__img {
    width: 90%;
    margin-bottom: 25px;
  }
  .sec2__box__item:first-child {
    padding-top: 70px;
  }
  .sec2__banner__box {
    padding-top: 0px;
  }
  .sec2__banner {
    width: 100%;
  }
  .sec2__banner__inner__title {
    font-size: 18px;
    font-size: clamp(16px, 4.35vw, 18px);
  }
  .sec2__banner__inner__btn {
    width: 90%;
    max-width: 400px;
    height: 76px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .sec2__banner__inner__btn p {
    font-size: clamp(18px, 4.83vw, 20px);
    line-height: 76px;
  }
  .sec3 {
    padding: 100px 0 60px;
    background-image: url(../images/sec3_bg_sp.jpg);
  }
  .sec3__inner__title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .sec3__inner__img {
    width: 100%;
    margin-bottom: 65px;
  }
  .sec3__inner__text {
    font-size: 15px;
    margin-bottom: 35px;
  }
  .sec3__inner__box {
    width: 100%;
    display: block;
  }
  .sec3__inner__box__btn {
    width: 100%;
    max-width: 400px;
    height: 76px;
    margin: 0 auto;
  }
  .sec3__inner__box__btn p {
    line-height: 76px;
  }
  .sec3__inner__box__btn:last-child {
    margin: 0 auto;
    margin-top: 12px;
  }
  .sec4 {
    padding: 0;
  }
  .sec4__inner {
    width: 100%;
    display: block;
  }
  .sec4__inner__logo {
    width: 80%;
    max-width: 400px;
    padding: 40px 0;
    margin: 0 auto;
  }
  .sec4__inner__slide {
    width: 100%;
  }
  .sec4__inner__slide__item {
    display: block !important;
  }
  .sec4__inner__slide__item__content {
    width: 100%;
    height: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec4__inner__slide__item__content__subtitle {
    margin-bottom: 33px;
  }
  .sec4__inner__slide__item__content__title {
    font-size: clamp(25px, 7vw, 29px);
    margin-bottom: 33px;
  }
  .sec4__inner__slide__item__content__text {
    font-size: clamp(12px, 3.6vw, 15px);
  }
  .sec4__inner__slide__item__img {
    width: 100%;
    height: 290px;
  }
  .sec4__inner__slide__item__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec4__inner__slide .slick-dots {
    bottom: 20px;
  }
  .sec4__inner__slide .slick-arrow {
    width: 14.37px;
    height: 30.68px;
    z-index: 2;
  }
  .sec4__inner__slide .slick-prev {
    left: 5%;
  }
  .sec4__inner__slide .slick-next {
    right: 5%;
  }
  .sec4__inner__slide .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec4__inner__slide .slick-next:before {
    background: url(../images/slick_arrow_r.png) !important;
    background-size: contain !important;
  }
  .sec4__inner__slide .slick-prev:before {
    background: url(../images/slick_arrow_l.png) !important;
    background-size: contain !important;
  }
  .sec5 {
    padding: 85px 0 55px;
  }
  .sec5__inner {
    display: block;
  }
  .sec5__inner__slideBox {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sec5__inner__content {
    width: 100%;
    padding-top: 0;
  }
  .sec5__inner__content__title {
    text-align: center;
  }
  .sec5__inner__content__subtitle {
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center;
  }
  .sec5__inner__content__text {
    font-size: clamp(15px, 4.3vw, 18px);
    margin-bottom: 50px;
    text-align: center;
  }
  .sec5__inner__content__btn {
    width: 100%;
    padding: 27px 0;
  }
  .sec6 {
    padding: 85px 0 100px 0;
    background-image: url(../images/sec6_bg_sp.jpg);
  }
  .sec6__inner__content {
    width: 100%;
    text-align: center;
  }
  .sec6__inner__subtitle {
    font-size: 20px;
  }
  .sec6__inner__text {
    font-size: clamp(15px, 4.3vw, 18px);
    margin-bottom: 40px;
  }
  .sec6__inner__box {
    display: block;
    width: 100%;
  }
  .sec6__inner__box__btn {
    width: 100%;
    font-size: 20px;
    height: 76px;
  }
  .sec6__inner__box__btn p {
    line-height: 76px;
  }
  .sec6__inner__box__btn:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sec7 {
    padding-top: 85px;
    background-image: url(../images/sec7_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 115px;
  }
  .sec7__inner {
    width: 100%;
    margin-right: 0;
  }
  .sec7__inner__subtitle {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .sec7__inner__box__item {
    width: 100%;
    min-height: 325px !important;
    margin: 0 10px;
    padding: 55px 0 40px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec7__inner__box__item__title {
    height: 110px;
    font-size: clamp(18px, 4.83vw, 20px);
  }
  .sec7__inner__box__item__text {
    font-size: clamp(12px, 3.5vw, 15px);
    min-height: 85px;
  }
  .sec7__inner .slick-dots {
    bottom: -40px;
  }
  .sec7__inner .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
  .sec7__inner .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0;
  }
  .sec7__inner .slick-dots li button:before {
    font-size: 8px;
    width: 8px;
    height: 8px;
    color: #CDD6DD;
    opacity: 1;
  }
  .sec7__inner .slick-dots .slick-active button:before {
    color: #707F89;
    opacity: 1;
  }
  .sec7__inner .slick-arrow {
    width: 14.37px;
    height: 30.68px;
    z-index: 2;
  }
  .sec7__inner .slick-prev {
    left: 5%;
  }
  .sec7__inner .slick-next {
    right: 5%;
  }
  .sec7__inner .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec7__inner .slick-next:before {
    background: url(../images/slick_arrow_r.png) !important;
    background-size: contain !important;
  }
  .sec7__inner .slick-prev:before {
    background: url(../images/slick_arrow_l.png) !important;
    background-size: contain !important;
  }
  .sec8 {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .sec8__title {
    margin-bottom: 15px;
  }
  .sec8__subtitle {
    font-size: 20px;
  }
  .sec8__text {
    font-size: clamp(15px, 4.3vw, 18px);
    line-height: 2.4;
  }
  .sec8__box {
    width: 90%;
    display: block;
  }
  .sec8__box__btn {
    width: 100%;
    padding: 27px 0;
  }
  .sec8__box__btn:nth-child(2) {
    margin: 20px 0;
  }
  .footer {
    padding-top: 34px;
    padding-bottom: 20px;
  }
  .footer__nav {
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__nav__list {
    margin-bottom: 19px;
  }
  .footer__nav__list__item {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .footer__bd {
    margin-bottom: 25px;
  }
  .footer__copyright {
    width: 100%;
    text-align: center;
  }
  .footer__copyright span {
    margin-top: 12px;
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */