/*!
Theme Name: arata_child
Template: arata_child
Author: designL
Author URI: https://design-p.com/*/
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.hoverArrow {
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  z-index: 40;
  position: absolute;
  right: 30px;
}

.btn:hover .hoverArrow {
  opacity: 1;
}

.indent_content {
  padding: 100px 0;
}

#wrap {
  overflow-x: hidden;
}

body {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  width: 100%;
  height: 100%;
}
body.indication {
  opacity: 1;
}

.sp_hamburger,
.sp_nav {
  display: none;
}

.mgn-a {
  margin-left: auto;
  margin-right: auto;
}

/*header*/
header {
  position: fixed;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 50px;
  color: white;
  top: 0;
  z-index: 100;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
header .leftBox .siteTitle {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
header .leftBox .txt01 {
  font-size: 12px;
  line-height: 1;
  margin-top: 7px;
  letter-spacing: 2.5px;
}
header .rightBox {
  line-height: 1;
}
header .rightBox .tel {
  font-size: 32px;
  letter-spacing: 0.2vw;
  text-align: center;
}
header .rightBox .telTxt01 {
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
}
header .rightBox .btn {
  background: #e4374a;
  width: 225px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin-left: 40px;
  color: white;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
header .rightBox .btn p {
  margin-left: 16px;
}
header .rightBox .btn:hover {
  opacity: 0.7;
}
header.active {
  background: rgba(255, 255, 255, 0.8);
  color: #222222;
}

.opBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  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;
  line-height: 1;
  background: white;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.opBox p {
  font-size: 75px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
}
.opBox p:nth-of-type(2) {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 300;
}
.opBox.inview {
  opacity: 0;
}
.opBox.delete {
  display: none;
}

.frontMainBox {
  position: relative;
  height: 100vh;
  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;
}
.frontMainBox .imgTxt {
  font-size: 75px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  color: white;
  position: absolute;
  z-index: 50;
  margin: auto;
  top: 0;
  bottom: 0;
  display: table;
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.frontMainBox .imgTxt p:nth-of-type(2) {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 300;
}
.frontMainBox .mainImg {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  clip-path: circle(0% at 50% 50%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background: black;
}
.frontMainBox .mainImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.35;
}
.frontMainBox .moveBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: white;
}
.frontMainBox .moveBox .txtBox {
  width: 100%;
  position: relative;
  z-index: 30;
}
.frontMainBox .moveBox .txtBox .txt {
  line-height: 1;
  font-size: 100px;
  font-weight: bold;
  overflow: hidden;
  padding: 10px 0;
  clip-path: inset(0 100% 0 0);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  display: table;
  margin: auto;
  letter-spacing: 5px;
}
.frontMainBox .moveBox .txtBox .txt p {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.frontMainBox .moveBox .txtBox .txt.txt02 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.frontMainBox .moveBox .txtBox .bdr {
  margin: 10px auto 5px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  width: 0;
  position: relative;
  left: 0;
  right: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.frontMainBox .moveBox .txtBox .bdr span {
  content: "";
  width: 100%;
  background: #222222;
  height: 1px;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  position: relative;
  display: block;
  left: 0;
  right: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  margin: auto;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.frontMainBox.inview .moveBox .txtBox .txt {
  clip-path: inset(0);
}
.frontMainBox.inview .moveBox .txtBox .bdr {
  width: 100%;
}

body.active .frontMainBox .imgTxt {
  opacity: 1;
}
body.active .frontMainBox .mainImg {
  clip-path: circle(100% at 50% 50%);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body.active .frontMainBox .moveBox .txtBox .txt.txt01 p {
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.active .frontMainBox .moveBox .txtBox .txt.txt02 p {
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.active .frontMainBox .moveBox .txtBox .bdr span {
  width: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#index .grayImg {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .grayArea:hover .grayImg {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
#index .btn {
  width: 250px;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 500;
  color: white;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .btn.btn01 {
  background: #e4374a;
}
#index .btn.btn02 {
  background: #343434;
}
#index .btn:hover {
  opacity: 0.7;
}
@-webkit-keyframes moveBdr {
  0% {
    width: 0;
  }
  30% {
    width: 100%;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes moveBdr {
  0% {
    width: 0;
  }
  30% {
    width: 100%;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
#index .box01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 120px 0;
  background: white;
}
#index .box01 .txtBox {
  z-index: 20;
}
#index .box01 .txtBox h2 {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.7;
}
#index .box01 .txtBox h2 span {
  display: table;
  position: relative;
}
#index .box01 .txtBox h2 span.red {
  color: #e4374a;
}
#index .box01 .txtBox .text {
  font-size: 20px;
  line-height: 2;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  width: 600px;
  text-align: justify;
}
#index .box01 .txtBox .text:nth-of-type(1) {
  font-size: 30px;
  font-weight: bold;
}
#index .box01 .txtBox .text:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box01 .txtBox .text:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box01 .txtBox .text:nth-of-type(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box01 .txtBox .text:nth-of-type(n + 2) {
  margin-top: 25px;
}
#index .box01 video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.25;
}
#index .box02 {
  background: #343434;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 120px 0;
  color: white;
  position: relative;
}
#index .box02 .splide {
  position: absolute;
  top: -55px;
  left: 0;
  z-index: 30;
  height: auto;
}
#index .box02 .txtBox h2 {
  font-size: 20px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#index .box02 .txtBox h2 span {
  color: #e4374a;
  font-size: 12px;
  margin-right: 10px;
}
#index .box02 .txtBox .txt01 {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 500;
  margin: 20px 0 0;
  letter-spacing: 4px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#index .box02 .txtBox .txt02 {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 40px;
  letter-spacing: 1px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box02 .btnBox {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box02 .btn {
  margin-top: 80px;
}
#index .box02 .imgBox {
  margin-right: -100px;
}
#index .box02 .imgBox .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 613px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box02 .imgBox .img .txtArea {
  position: absolute;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  bottom: 20px;
}
#index .box02 .imgBox .img .txtArea .no {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
#index .box02 .imgBox .img .txtArea .no span {
  font-size: 32px;
}
#index .box02 .imgBox .img .txtArea .text {
  text-align: center;
}
#index .box02 .imgBox .img.img02 {
  margin-top: 3px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box02 .imgBox .img.img03 {
  margin-top: 3px;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#index .box02 .imgBox .img.img03 .txtArea {
  bottom: 35px;
}
#index .box02 .visionTitle {
  display: inline-block;
  line-height: 1.15;
}
#index .box02 .visionTitle .char {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: opacity 0.55s ease, -webkit-filter 0.55s ease, -webkit-transform 0.55s ease;
  transition: opacity 0.55s ease, -webkit-filter 0.55s ease, -webkit-transform 0.55s ease;
  transition: opacity 0.55s ease, filter 0.55s ease, transform 0.55s ease;
  transition: opacity 0.55s ease, filter 0.55s ease, transform 0.55s ease, -webkit-filter 0.55s ease, -webkit-transform 0.55s ease;
  -webkit-transition-delay: var(--d, 0ms);
          transition-delay: var(--d, 0ms);
  will-change: opacity, filter, transform;
}
#index .box02 .visionTitle.is-inview .char {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
  #index .box02 .visionTitle .char {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    -webkit-filter: none !important;
            filter: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
#index .box03 {
  background: #e4374a;
  height: 630px;
}
#index .box03 h2 img {
  margin: 0 auto;
}
#index .box03 .img {
  width: 40%;
  height: 100%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background: url(img/index/box03Img.jpg) center center no-repeat;
  position: relative;
  display: block;
  content: "";
}
#index .box03 .img02 {
  position: relative;
  display: block;
  content: "";
  background-size: cover;
  width: 25%;
  height: 100%;
  background: url(img/index/box03Img02.jpg) center center no-repeat;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box03 .txtBox {
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 35%;
  padding: 0 3%;
}
#index .box03 .txtBox h2 {
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#index .box03 .txtBox h2 .icon {
  color: white;
  font-size: 12px;
  margin-right: 10px;
}
#index .box03 .txtBox h2 .message {
  font-size: 40px;
  letter-spacing: 5px;
  margin-right: 10px;
}
#index .box03 .txtBox .txt01 {
  display: table;
  background: #222222;
  line-height: 1;
  font-size: 32px;
  margin: 20px auto 0;
  padding: 2px;
  font-weight: 700;
}
#index .box03 .txtBox .inner {
  margin-top: 10px;
}
#index .box03 .txtBox .inner span {
  background: #222222;
  display: table;
}
#index .box03 .txtBox .inner .txt02 {
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  margin: 0 auto;
}
#index .box03 .txtBox .inner .txt02 span {
  letter-spacing: 15px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin: 0 auto;
}
#index .box03 .txtBox .inner .txt03 {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 7px;
  margin: 10px auto 0;
}
#index .box03 .txtBox .inner .txt03 span {
  padding: 2px 0 0 5px;
  margin: 0 auto;
}
#index .box03 .txtBox .inner .txt03 span:nth-of-type(2) {
  margin-top: 2px;
}
#index .box03 .txtBox .text {
  font-size: 20px;
  line-height: 1.7;
  color: white;
  margin-top: 40px;
  text-align: center;
}
#index .box03 .txtBox .btn {
  margin: 50px auto 0;
}
#index .box04 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 120px 0;
  background: white;
}
#index .box04 .inner {
  z-index: 20;
}
#index .box04 .inner .txtBox {
  width: 620px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#index .box04 .inner .txtBox h2 {
  font-size: 20px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#index .box04 .inner .txtBox h2 span {
  color: #e4374a;
  font-size: 12px;
  margin-right: 10px;
}
#index .box04 .inner .txtBox .txt01 {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 4px;
  margin-top: 25px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#index .box04 .inner .txtBox .txt02 {
  font-size: 28px;
  margin-top: 55px;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 500;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box04 .inner .txtBox .txt02 span {
  color: #e4374a;
}
#index .box04 .inner .txtBox .text {
  font-size: 16px;
  line-height: 2.2;
  margin-top: 30px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box04 .img {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
#index .box04 .btnBox {
  position: relative;
  z-index: 20;
  margin-top: 56px;
}
#index .box04 .btnBox .btn {
  width: 378px;
}
#index .box04 .btnBox .item:nth-of-type(1) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
#index .box04 .btnBox .item:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box04 .btnBox .item:nth-of-type(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
#index .box04 video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  opacity: 0.25;
}
#index .box05 .item {
  width: 50%;
  background: #e4374a;
}
#index .box05 .item:nth-of-type(2) {
  background: #343434;
}
#index .box05 .item .txtBox {
  color: white;
  line-height: 1;
  width: 68%;
}
#index .box05 .item .txtBox h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 5px;
}
#index .box05 .item .txtBox .txt01 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  letter-spacing: 1px;
}
#index .box05 .item .txtBox .btn {
  margin-top: 30px;
}
#index .box05 .item .img {
  width: 32%;
}
#index .box06 {
  background: #343434;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
}
#index .box06 .item {
  width: 585px;
  background: white;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box06 .item h2 {
  font-size: 16px;
  background: #e4374a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 5px;
  color: white;
  display: table;
}
#index .box06 .item .txt01 {
  font-size: 28px;
  line-height: 1;
  margin-top: 15px;
  font-weight: 600;
}
#index .box06 .item .txt02 {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}
#index .box06 .item .arrow {
  font-size: 14px;
  line-height: 1;
  margin-top: 25px;
  color: #e4374a;
  font-weight: 500;
}
#index .box06 .item:nth-of-type(2) {
  margin-left: 30px;
}
#index .box07 {
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
#index .box07 .txt01 {
  font-size: 24px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  margin: 0 auto;
  background: #343434;
  color: white;
  padding: 2px 10px;
  font-weight: 500;
}
#index .box07 h2 {
  font-size: 42px;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#index .box07 h2 span {
  font-size: 58px;
  color: #e4374a;
}
#index .box07 .inner {
  margin-top: 55px;
}
#index .box07 .inner .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 4px solid #e4374a;
  border-radius: 4px;
  background: #f6f6f6;
  width: 362px;
  padding-bottom: 56px;
  overflow: hidden;
}
#index .box07 .inner .item .titleBox {
  margin-top: 24px;
  line-height: 1;
}
#index .box07 .inner .item .titleBox .no {
  color: #e4374a;
  font-size: 20px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#index .box07 .inner .item .titleBox .no span {
  font-size: 56px;
  font-weight: 600;
}
#index .box07 .inner .item .titleBox h3 {
  font-size: 24px;
  font-weight: bold;
}
#index .box07 .inner .item .titleBox .minTxt {
  font-size: 12px;
  font-weight: 500;
  margin-top: 7px;
}
#index .box07 .inner .item .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 24px;
  padding: 0 25px;
  text-align: justify;
}
#index .box07 .inner .item .btn {
  margin: 30px auto 0;
}
#index .box07 .inner .item:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box07 .inner .item:nth-of-type(2) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
#index .box07 .inner .item:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box08 {
  background: #343434;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 120px 0;
}
#index .box08 h2 {
  font-size: 20px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: white;
}
#index .box08 h2 span {
  font-size: 12px;
  margin-right: 10px;
}
#index .box08 .txt01 {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 4px;
  margin-top: 25px;
  color: white;
}
#index .box08 .inner {
  gap: 40px;
  margin-top: 50px;
}
#index .box08 .inner .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  border-bottom: 2px solid #e4374a;
  width: 270px;
}
#index .box08 .inner .item .imgBox {
  position: relative;
  overflow: hidden;
  background: white;
}
#index .box08 .inner .item .imgBox .img {
  width: 100%;
  padding-top: 69%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box08 .inner .item .under {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 24px 30px;
}
#index .box08 .inner .item .under h3 {
  font-size: 16px;
  line-height: 1.7;
}
#index .box08 .inner .item .under .inner02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #f6f6f6;
  padding-top: 15px;
  margin-top: 10px;
}
#index .box08 .inner .item .under .inner02 p {
  font-size: 14px;
  line-height: 1;
}
#index .box08 .inner .item:hover .imgBox .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}
#index .box08 .inner .item:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#index .box08 .inner .item:nth-child(2) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
#index .box08 .inner .item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#index .box08 .inner .item:nth-child(4) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
#index .box08 .inner .item:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#index .box08 .inner .item:nth-child(6) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
#index .box08 .inner .item:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#index .box08 .inner .item:nth-child(8) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
#index .box08 .inner .item:nth-child(9) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#index .box08 .inner .item:nth-child(10) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
#index .box08 .inner .item:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#index .box08 .inner .item:nth-child(12) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
#index .box08 .inner .btnBox {
  position: absolute;
  right: 0;
  top: -150px;
}
#index .box08 .instaBanner {
  display: table;
  margin: 0 auto;
}
#index .box08 .instaBanner img {
  margin: 0 auto;
}
#index .box09 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f6f6f6;
  padding: 80px 0;
}
#index .box09 h2 {
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#index .box09 h2 span {
  font-size: 12px;
  margin-right: 10px;
  color: #e4374a;
}
#index .box09 .txt01 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: 4px;
  margin-top: 20px;
  font-weight: 600;
}
#index .box09 .btn {
  margin-top: 40px;
}
#index .box09 .itemBox {
  width: 836px;
}
#index .box09 .itemBox .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 30px;
  margin-top: 40px;
  line-height: 1;
  position: relative;
}
#index .box09 .itemBox .item h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
#index .box09 .itemBox .item .inner02 {
  line-height: 1;
  margin-top: 20px;
}
#index .box09 .itemBox .item .inner02 .time {
  font-size: 14px;
}
#index .box09 .itemBox .item .inner02 .category {
  margin-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e4374a;
  background: white;
  padding: 2px 5px;
  font-size: 12px;
  color: #e4374a;
  width: 60px;
  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;
}
#index .box09 .itemBox .item:nth-of-type(1) {
  margin-top: 0;
}
#index .box09 .itemBox .item::before {
  width: 0;
  height: 2px;
  background: #e4374a;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
#index .box09 .itemBox .item:hover::before {
  width: 100%;
}
#index .snsBox {
  padding: 0 0 80px;
  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;
  background: #f6f6f6;
}
#index .snsBox .item {
  margin: 0 auto;
  width: 400px;
}
#index .linkBox {
  background: #343434;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
}
#index .linkBox .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  width: 270px;
  height: 62px;
  border-radius: 4px;
  padding: 0 20px 0 40px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .linkBox .item p:nth-of-type(1) {
  font-size: 12px;
  font-weight: bold;
}
#index .linkBox .item p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
#index .linkBox .item:hover {
  opacity: 0.7;
}

#contactBanner {
  background: #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 88px;
  line-height: 1;
}
#contactBanner .btn {
  width: 250px;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 500;
  color: white;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#contactBanner .btn.btn01 {
  background: #e4374a;
}
#contactBanner .btn.btn02 {
  background: #343434;
}
#contactBanner .btn:hover {
  opacity: 0.7;
}
#contactBanner h2 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}
#contactBanner .titleTxt {
  font-size: 64px;
  font-weight: 600;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 5px;
}
#contactBanner .inner {
  margin-top: 50px;
}
#contactBanner .inner .txt01 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 5px;
}
#contactBanner .inner .txt02 {
  font-size: 16px;
  margin-top: 15px;
  letter-spacing: 7px;
  font-weight: 300;
}
#contactBanner .inner .txt03 {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
  letter-spacing: 1px;
}
#contactBanner .inner .telBox {
  margin-left: 55px;
}
#contactBanner .inner .tel {
  font-size: 32px;
  font-weight: 600;
}
#contactBanner .inner .tel span {
  font-size: 40px;
}
#contactBanner .inner .telTxt {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
  letter-spacing: 0.5px;
}
#contactBanner .inner .btn {
  width: 330px;
  margin: 25px auto 0;
  letter-spacing: 1px;
}
#contactBanner .inner .btn .icon {
  margin-right: 10px;
}

footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 80px;
}
footer .txtBox p {
  line-height: 1;
}
footer .txtBox p:nth-of-type(1) {
  font-size: 24px;
  font-weight: bold;
}
footer .txtBox p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 8px;
}
footer nav ul li {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
footer nav ul li:nth-of-type(n + 2) {
  margin-top: 30px;
}
footer nav ul li span {
  font-size: 10px;
  color: #e4374a;
  margin-right: 7px;
}
footer nav ul li:hover {
  opacity: 0.7;
}
footer nav ul:nth-of-type(n + 2) {
  margin-left: 40px;
}
footer .rightBox {
  line-height: 1;
  text-align: center;
}
footer .rightBox .tel {
  font-size: 24px;
  font-weight: 600;
}
footer .rightBox .tel span {
  font-size: 32px;
}
footer .rightBox .minTxt {
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}
footer .rightBox .btn {
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  width: 280px;
  margin-top: 25px;
  letter-spacing: 1px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
footer .rightBox .btn .icon {
  margin-right: 10px;
}
footer .rightBox .btn.btn01 {
  background: #e4374a;
}
footer .rightBox .btn:hover {
  opacity: 0.7;
}
footer .copy {
  background: #e4374a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
  color: white;
  margin-top: 56px;
}

@media screen and (max-width: 1415px) {
  #index .box03 .txtBox .txt01 {
    font-size: 2.3vw;
  }
  #index .box03 .txtBox .inner .txt02 {
    font-size: 5.2vw;
  }
  #index .box03 .txtBox .inner .txt03 {
    font-size: 1.7vw;
  }
  #index .box03 .txtBox .text {
    font-size: 1.3vw;
  }
}