@charset "UTF-8";
:root {
  --maincolor: #bc7f15;
  --subcolor: #d90e0e;
  --textcolor: #000;
  --container: 1085px;
}

/* ======== ↓ common ↓ ======== */
#contentsWrapper {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-family: "黎ミン B", "Reimin Bold", "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: #000;
  overflow: hidden;
  z-index: 10;
}

@media screen and (min-width: 801px) and (max-width: 1140px) {
  #contentsWrapper {
    font-size: 1.32vw;
  }
}

@media screen and (max-width: 800px) {
  #contentsWrapper {
    font-size: max(2.2vw,12px);
  }
}

#contentsWrapper * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contentsWrapper a {
  opacity: 1;
  color: #fff;
  background-color: transparent;
  text-decoration: none !important;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

#contentsWrapper a.hover {
  color: var(--maincolor);
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#contentsWrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

#contentsWrapper .cover {
  width: 100%;
  max-width: none;
  height: auto;
}

#contentsWrapper .sectionWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

#contentsWrapper .widthWrapper {
  position: relative;
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1140px) {
  #contentsWrapper .widthWrapper {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 800px) {
  #contentsWrapper .widthWrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
}

#contentsWrapper .insideWrapper {
  position: relative;
  width: 80%;
  max-width: inherit;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contentsWrapper .alignCenter {
  text-align: center;
}

#contentsWrapper .alignRight {
  text-align: right;
}

#contentsWrapper .alignLeft {
  text-align: left;
}

#contentsWrapper img.alignCenter {
  margin-left: auto;
  margin-right: auto;
}

#contentsWrapper img.alignLeft {
  margin-left: 0;
  margin-right: auto;
}

#contentsWrapper img.alignRight {
  margin-left: auto;
  margin-right: 0;
}

#contentsWrapper .lineHeight100 {
  line-height: 1;
}

#contentsWrapper .lineHeight150 {
  line-height: 1.5;
}

#contentsWrapper .lineHeight200 {
  line-height: 2;
}

#contentsWrapper .text36 {
  font-size: 36px;
}

#contentsWrapper .text30 {
  font-size: 30px;
}

#contentsWrapper .text24 {
  font-size: 24px;
}

#contentsWrapper .text20 {
  font-size: 20px;
}

#contentsWrapper .text18 {
  font-size: 18px;
}

#contentsWrapper .text0 {
  font-size: 0;
}

@media screen and (min-width: 801px) and (max-width: 1500px) {
  #contentsWrapper .text36 {
    font-size: 2.4vw;
  }
  #contentsWrapper .text30 {
    font-size: 2vw;
  }
  #contentsWrapper .text24 {
    font-size: 1.6vw;
  }
  #contentsWrapper .text20 {
    font-size: 1.4vw;
  }
  #contentsWrapper .text18 {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 800px) {
  #contentsWrapper .lineHeight150 {
    line-height: 2;
  }
  #contentsWrapper .text36 {
    font-size: 4.5vw;
  }
  #contentsWrapper .text30 {
    font-size: 4vw;
  }
  #contentsWrapper .text24 {
    font-size: 3.6vw;
  }
  #contentsWrapper .text20 {
    font-size: 3.2vw;
  }
  #contentsWrapper .text18 {
    font-size: 3vw;
  }
}

#contentsWrapper .marginTopHalf {
  margin-top: 0.5em !important;
}

#contentsWrapper .marginTop1 {
  margin-top: 1em !important;
}

#contentsWrapper .marginTop2 {
  margin-top: 2em !important;
}

#contentsWrapper .marginTop3 {
  margin-top: 3em !important;
}

#contentsWrapper .marginTop4 {
  margin-top: 4em !important;
}

#contentsWrapper .marginTopAuto {
  margin-top: auto !important;
}

#contentsWrapper .marginRightHarf {
  margin-right: 0.5em !important;
}

#contentsWrapper .paddingVerticalHalf {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#contentsWrapper .paddingVertical1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

#contentsWrapper .paddingVertical2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

#contentsWrapper .paddingVertical3 {
  padding-top: 3em;
  padding-bottom: 3em;
}

#contentsWrapper .paddingVertical4 {
  padding-top: 4em;
  padding-bottom: 4em;
}

#contentsWrapper .paddingHorizontalHalf {
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contentsWrapper .paddingHorizontal1 {
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contentsWrapper .paddingHorizontal1half {
  padding-left: 1.5em;
  padding-right: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contentsWrapper .paddingHorizontal2 {
  padding-left: 2em;
  padding-right: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contentsWrapper .u-note {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

#contentsWrapper .u-marker {
  padding: 0 0.2em;
  margin: 0 0.2em;
  background: var(--maincolor);
  color: #fff;
}

#contentsWrapper .u-bg {
  color: #fff;
  background: var(--subcolor);
  line-height: 1.2;
  display: inline-block;
  padding: 0 0.2em;
}

#contentsWrapper .blockLink a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (min-width: 801px) {
  #contentsWrapper .sp {
    display: none !important;
  }
  #contentsWrapper a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 800px) {
  #contentsWrapper .pc {
    display: none !important;
  }
}

#includeFooter {
  position: relative;
  z-index: 11;
}

/* ======== ↑ End common ↑ ======== */
/* ======== ↓ main ↓ ======== */
#contentsWrapper .parallaxWrapper {
  position: relative;
  padding-bottom: 115px;
}

@media screen and (max-width: 1140px) {
  #contentsWrapper .parallaxWrapper {
    padding-bottom: 12%;
  }
}

#contentsWrapper .parallax1 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -1;
}

#contentsWrapper .parallax1 .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105vh;
  background: url(../images/body_bg_250725.jpg) repeat-y center/cover;
}

#contentsWrapper h2.heading {
  font-size: 50px;
  font-family: "黎ミン EB", "Reimin ExtraBold", "Noto Sans JP", sans-serif;
  text-align: center;
  width: min(100%,506px);
  margin: 0 auto;
  background: radial-gradient(circle, #009cf7 43%, rgba(0, 156, 247, 0) 92%);
  border-top: 0.06em solid #ff7b41;
  border-bottom: 0.06em solid #ff7b41;
}

#contentsWrapper h2.heading.js-scroll {
  -webkit-transition: 0.5s ease 0.3s;
  transition: 0.5s ease 0.3s;
  opacity: 0.5;
  -webkit-transform: scale(1.05, 0);
          transform: scale(1.05, 0);
}

#contentsWrapper h2.heading.is-scroll {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@media screen and (min-width: 801px) and (max-width: 1140px) {
  #contentsWrapper h2.heading {
    font-size: 5vw;
  }
}

@media screen and (max-width: 800px) {
  #contentsWrapper h2.heading {
    font-size: 6.25vw;
  }
}

#contentsWrapper .c-btn a {
  font-size: 36px;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 16.66em;
  min-height: 2.22em;
  background: #d90e0e;
  color: #fff;
  border-radius: 5px;
  padding: 0.25em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

#contentsWrapper .c-btn a.center {
  margin-left: auto;
  margin-right: auto;
}

#contentsWrapper .c-btn a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0.7em;
  bottom: 0;
  margin: auto;
  width: 0.68em;
  height: 0.76em;
  background: url(../images/arrow001.svg) no-repeat center/contain;
  -webkit-transition: inherit;
  transition: inherit;
}

#contentsWrapper .c-btn a:hover {
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.15));
          filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.15));
}

#contentsWrapper .c-btn a:hover:after {
  right: 0.4em;
}

@media screen and (min-width: 801px) and (max-width: 1140px) {
  #contentsWrapper .c-btn a {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 800px) {
  #contentsWrapper .c-btn a {
    font-size: min(6vw,30px);
  }
}

#contentsWrapper .p-kv {
  position: relative;
  overflow: hidden;
}

#contentsWrapper .p-kv > *:not(.bg1) {
  position: absolute;
}

#contentsWrapper .p-kv > *:not(.bg1) img {
  width: 100%;
  max-width: none;
}

#contentsWrapper .p-kv .logo {
  top: 1.7%;
  left: 0.9%;
  width: 11.640625%;
}

#contentsWrapper .p-kv .txt1 {
  top: 0%;
  left: 12%;
  width: 87.03125%;
}

#contentsWrapper .p-kv .img1 {
  top: 14.9%;
  left: 5.8%;
  width: 23.9453125%;
}

#contentsWrapper .p-kv .txt4 {
  top: 59.2%;
  left: 25.4%;
  width: 14.140625%;
}

#contentsWrapper .p-kv .txt2 {
  top: 16.4%;
  left: 33.1%;
  width: 35.703125%;
}

#contentsWrapper .p-kv .img2 {
  top: 42.4%;
  left: 38.3%;
  width: 24.375%;
}

#contentsWrapper .p-kv .arrow {
  top: 79.8%;
  left: 58.1%;
  width: 13.0078125%;
}

#contentsWrapper .p-kv .img3 {
  top: 12%;
  left: 68.5%;
  width: 28.7890625%;
}

#contentsWrapper .p-kv .txt3 {
  bottom: 0%;
  left: 0%;
  width: 56.3671875%;
}

#contentsWrapper .p-kv .txt5 {
  bottom: 0.6%;
  right: 0.4%;
  width: 36.25%;
}

#contentsWrapper .p-kv.js-scroll .logo {
  -webkit-transition: 0.5s ease 0.3s;
  transition: 0.5s ease 0.3s;
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}

#contentsWrapper .p-kv.js-scroll .txt1 {
  -webkit-transition: 1s cubic-bezier(0.2, 0, 0, 1) 0.5s;
  transition: 1s cubic-bezier(0.2, 0, 0, 1) 0.5s;
  opacity: 0;
  -webkit-transform: translateX(-2%);
          transform: translateX(-2%);
}

#contentsWrapper .p-kv.js-scroll .img1 {
  -webkit-transition: 1.5s cubic-bezier(0.15, 1.33, 0.15, 1) 1s;
  transition: 1.5s cubic-bezier(0.15, 1.33, 0.15, 1) 1s;
  opacity: 0;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

#contentsWrapper .p-kv.js-scroll .txt4 {
  -webkit-transition: 1.5s cubic-bezier(0.15, 1.33, 0.15, 1) 1.1s;
  transition: 1.5s cubic-bezier(0.15, 1.33, 0.15, 1) 1.1s;
  opacity: 0;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

#contentsWrapper .p-kv.js-scroll .bg3 {
  -webkit-transition: 1.2s cubic-bezier(0.33, 1.66, 0.66, 1) 1.2s;
  transition: 1.2s cubic-bezier(0.33, 1.66, 0.66, 1) 1.2s;
  opacity: 0;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}

#contentsWrapper .p-kv.js-scroll .txt2 {
  -webkit-transition: 1s cubic-bezier(0.2, 0, 0, 1) 1.3s;
  transition: 1s cubic-bezier(0.2, 0, 0, 1) 1.3s;
  opacity: 0;
  -webkit-transform: translate(-5%, 5%);
          transform: translate(-5%, 5%);
  z-index: 2;
}

#contentsWrapper .p-kv.js-scroll .img2 {
  -webkit-transition: 0.6s ease 1.6s;
  transition: 0.6s ease 1.6s;
  opacity: 0;
  -webkit-transform: rotate3d(1, 1, 0, 90deg);
          transform: rotate3d(1, 1, 0, 90deg);
}

#contentsWrapper .p-kv.js-scroll .arrow {
  -webkit-transition: 0.5s cubic-bezier(0, 1, 0.5, 1.1) 1.9s;
  transition: 0.5s cubic-bezier(0, 1, 0.5, 1.1) 1.9s;
  opacity: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(90deg) scale(0.5);
          transform: rotate(90deg) scale(0.5);
  z-index: 2;
}

#contentsWrapper .p-kv.js-scroll .img3 {
  -webkit-transition: 1.5s ease 2.2s;
  transition: 1.5s ease 2.2s;
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#contentsWrapper .p-kv.js-scroll .bg2 {
  -webkit-transition: 1.5s ease 2.2s;
  transition: 1.5s ease 2.2s;
  opacity: 0;
}

#contentsWrapper .p-kv.js-scroll .txt3 {
  -webkit-transition: 1s ease 2.5s;
  transition: 1s ease 2.5s;
  opacity: 0;
  -webkit-transform: translateX(2%);
          transform: translateX(2%);
}

#contentsWrapper .p-kv.is-scroll .logo, #contentsWrapper .p-kv.is-scroll .txt1, #contentsWrapper .p-kv.is-scroll .bg3, #contentsWrapper .p-kv.is-scroll .img1, #contentsWrapper .p-kv.is-scroll .bg2, #contentsWrapper .p-kv.is-scroll .txt2, #contentsWrapper .p-kv.is-scroll .img2, #contentsWrapper .p-kv.is-scroll .arrow, #contentsWrapper .p-kv.is-scroll .img3, #contentsWrapper .p-kv.is-scroll .txt3, #contentsWrapper .p-kv.is-scroll .txt4 {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@media screen and (max-width: 800px) {
  #contentsWrapper .p-kv .logo {
    top: 2.5%;
    left: 1.7%;
    width: 19.9167%;
  }
  #contentsWrapper .p-kv .txt1 {
    top: 0%;
    left: 21.7%;
    width: 78.25%;
  }
  #contentsWrapper .p-kv .img1 {
    top: 25.6%;
    left: 0.3%;
    width: 41.5834%;
  }
  #contentsWrapper .p-kv .txt4 {
    top: 18.3%;
    left: 0%;
    width: 18.167%;
  }
  #contentsWrapper .p-kv .txt2 {
    top: 20%;
    left: 43.2%;
    width: 54.0834%;
    z-index: 1;
  }
  #contentsWrapper .p-kv .img2 {
    top: 48.2%;
    left: 0%;
    width: 78%;
  }
  #contentsWrapper .p-kv .arrow {
    top: 81.6%;
    left: 55.5%;
    width: 12.167%;
  }
  #contentsWrapper .p-kv .img3 {
    top: 14.4%;
    left: 29.6%;
    width: 100%;
  }
  #contentsWrapper .p-kv .txt3 {
    width: 100%;
  }
  #contentsWrapper .p-kv .txt5 {
    bottom: 7.2%;
    right: 1%;
    width: 53.4167%;
  }
}

#contentsWrapper .p-sec01 {
  padding-top: 95px;
  padding-bottom: 45px;
}

#contentsWrapper .p-sec01 h2 + p {
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-top: 1.4em;
}

#contentsWrapper .p-sec01 .imgWrap {
  position: relative;
  padding-top: 86%;
}

#contentsWrapper .p-sec01 .imgWrap > * {
  position: absolute;
}

#contentsWrapper .p-sec01 .imgWrap img {
  width: 100%;
  max-width: none;
}

#contentsWrapper .p-sec01 .imgWrap .img1 {
  top: 2.7%;
  left: -1.2%;
  width: 41.76%;
}

#contentsWrapper .p-sec01 .imgWrap .img2 {
  top: 5.2%;
  right: 1%;
  width: 42.4%;
}

#contentsWrapper .p-sec01 .imgWrap .img3 {
  top: 67.9%;
  left: 31.7%;
  width: 43.42%;
}

#contentsWrapper .p-sec01 .imgWrap .img4 {
  top: 70.2%;
  right: -4%;
  width: 27.93%;
}

#contentsWrapper .p-sec01 .detail {
  font-size: 30px;
}

#contentsWrapper .p-sec01 .detail .name {
  font-size: 166.66%;
  display: block;
}

#contentsWrapper .p-sec01 .c-btn {
  margin-top: 55px;
}

@media screen and (max-width: 1140px) {
  #contentsWrapper .p-sec01 {
    padding-top: 9%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1140px) {
  #contentsWrapper .p-sec01 h2 + p {
    font-size: 3.2vw;
  }
  #contentsWrapper .p-sec01 .imgWrap .img3 {
    top: 65%;
  }
  #contentsWrapper .p-sec01 .imgWrap .img4 {
    top: 62%;
    right: -1%;
  }
  #contentsWrapper .p-sec01 .detail {
    font-size: 3vw;
  }
}

@media screen and (max-width: 800px) {
  #contentsWrapper .p-sec01 h2 + p {
    font-size: 4.5vw;
  }
  #contentsWrapper .p-sec01 .imgWrap {
    padding-top: 108%;
  }
  #contentsWrapper .p-sec01 .imgWrap .img2 {
    top: 6%;
    right: 2%;
    width: 50%;
  }
  #contentsWrapper .p-sec01 .imgWrap .img3 {
    top: 67%;
    left: 12%;
    width: 45%;
  }
  #contentsWrapper .p-sec01 .imgWrap .img4 {
    top: 64%;
    right: 3%;
    width: 35%;
  }
  #contentsWrapper .p-sec01 .detail {
    font-size: 4.5vw;
  }
  #contentsWrapper .p-sec01 .c-btn {
    margin-top: 6%;
  }
}

#contentsWrapper .p-sec02 {
  padding-top: 50px;
  padding-bottom: 67px;
  background: url(../images/sec02_bg.jpg) no-repeat center/cover;
}

#contentsWrapper .p-sec02_block1 {
  margin-top: 62px;
}

#contentsWrapper .p-sec02_block1 .img {
  position: relative;
  z-index: 1;
}

#contentsWrapper .p-sec02_block1 .img img {
  position: absolute;
  top: -61%;
  left: -40%;
  width: 182.884%;
  max-width: none;
  pointer-events: none;
}

#contentsWrapper .p-sec02_block1 .detail {
  font-size: 36px;
  line-height: 1.3;
  color: #0b24e0;
  position: relative;
  z-index: 2;
}

#contentsWrapper .p-sec02_block1 .detail p {
  text-align: center;
}

#contentsWrapper .p-sec02_block1 .detail .l {
  font-size: 138.88%;
  display: inline-block;
  margin: 0.25em 0;
}

#contentsWrapper .p-sec02_block1 .detail figure {
  margin-top: 10px;
}

#contentsWrapper .p-sec02_block1 .detail figure figcaption {
  font-size: 30px;
  line-height: 1;
  margin-top: 0.5em;
  margin-right: -2em;
}

#contentsWrapper .p-sec02_block1 .detail figure figcaption .s {
  font-size: 86.66%;
}

@media screen and (min-width: 801px) {
  #contentsWrapper .p-sec02_block1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #contentsWrapper .p-sec02_block1 .img {
    width: 48%;
  }
  #contentsWrapper .p-sec02_block1 .detail {
    width: 48%;
    margin-left: 4%;
  }
}

@media screen and (max-width: 1140px) {
  #contentsWrapper .p-sec02 {
    padding-top: 9%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1140px) {
  #contentsWrapper .p-sec02_block1 .detail {
    font-size: 3vw;
  }
  #contentsWrapper .p-sec02_block1 .detail figure figcaption {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 800px) {
  #contentsWrapper .p-sec02_block1 {
    margin-top: 6%;
  }
  #contentsWrapper .p-sec02_block1 .img {
    padding-top: 92%;
  }
  #contentsWrapper .p-sec02_block1 .img img {
    top: -61%;
    left: -4%;
    width: 110%;
  }
  #contentsWrapper .p-sec02_block1 .detail {
    font-size: 6vw;
  }
  #contentsWrapper .p-sec02_block1 .detail figure {
    max-width: 519px;
    margin: 1em auto 0;
  }
  #contentsWrapper .p-sec02_block1 .detail figure figcaption {
    font-size: 4.5vw;
  }
}

#contentsWrapper .p-sec03 {
  padding-top: 70px;
}

#contentsWrapper .p-sec03 .img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto;
  position: relative;
}

#contentsWrapper .p-sec03 .img .seal {
  position: absolute;
  top: -21.5%;
  right: 0;
  margin: auto;
  width: 47.425%;
}

#contentsWrapper .p-sec03 .img.js-scroll .img1 {
  -webkit-transition: 1s ease 0.3s;
  transition: 1s ease 0.3s;
  opacity: 0;
}

#contentsWrapper .p-sec03 .img.js-scroll .seal {
  -webkit-transition: 1s ease 0.6s;
  transition: 1s ease 0.6s;
  opacity: 0;
  -webkit-transform: rotate3d(1, -1, 0, 90deg);
          transform: rotate3d(1, -1, 0, 90deg);
  -webkit-filter: contrast(0%) brightness(500%);
          filter: contrast(0%) brightness(500%);
}

#contentsWrapper .p-sec03 .img.is-scroll .img1, #contentsWrapper .p-sec03 .img.is-scroll .seal {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

#contentsWrapper .p-sec03 .txt {
  font-size: 42px;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  #contentsWrapper .p-sec03 {
    padding-top: 14%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1140px) {
  #contentsWrapper .p-sec03 .txt {
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 800px) {
  #contentsWrapper .p-sec03 .img {
    margin: 12% auto;
  }
  #contentsWrapper .p-sec03 .txt {
    font-size: 5vw;
  }
}

#contentsWrapper .p-sec04 {
  padding-top: 115px;
}

#contentsWrapper .p-sec04 h2.heading {
  font-size: 61px;
  line-height: 1.25;
}

#contentsWrapper .p-sec04_block1 {
  position: relative;
  margin-top: 60px;
}

#contentsWrapper .p-sec04_block1 .img {
  position: relative;
}

#contentsWrapper .p-sec04_block1 .img .img1 {
  position: absolute;
  top: -8%;
  right: -7%;
  width: 72.59%;
}

#contentsWrapper .p-sec04_block1 .img .img2 {
  position: absolute;
  top: 54%;
  left: -11%;
  width: 75.22%;
}

#contentsWrapper .p-sec04_block1 .img.js-scroll .img1 {
  -webkit-transition: 1s ease 0.3s;
  transition: 1s ease 0.3s;
  opacity: 0;
  -webkit-transform: translate(-15%, 15%);
          transform: translate(-15%, 15%);
}

#contentsWrapper .p-sec04_block1 .img.js-scroll .img2 {
  -webkit-transition: 1s ease 0.3s;
  transition: 1s ease 0.3s;
  opacity: 0;
  -webkit-transform: translate(15%, -15%);
          transform: translate(15%, -15%);
}

#contentsWrapper .p-sec04_block1 .img.is-scroll .img1, #contentsWrapper .p-sec04_block1 .img.is-scroll .img2 {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

#contentsWrapper .p-sec04_block1 .txt {
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
}

#contentsWrapper .p-sec04_block1 .txt > *:not(:first-child) {
  margin-top: 1em;
}

#contentsWrapper .p-sec04 .notes {
  font-size: 18px;
  margin-top: 50px;
}

#contentsWrapper .p-sec04 .notes .title {
  font-size: 133.33%;
}

@media screen and (min-width: 801px) {
  #contentsWrapper .p-sec04_block1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contentsWrapper .p-sec04_block1 .img {
    width: 42%;
  }
  #contentsWrapper .p-sec04_block1 .txt {
    width: 54%;
    margin-left: 4%;
  }
  #contentsWrapper .p-sec04 .notes {
    margin-left: 31%;
    margin-right: -1em;
  }
}

@media screen and (max-width: 1140px) {
  #contentsWrapper .p-sec04 {
    padding-top: 12%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1140px) {
  #contentsWrapper .p-sec04 h2.heading {
    font-size: 6vw;
  }
  #contentsWrapper .p-sec04_block1 .img .img2 {
    left: -5%;
  }
  #contentsWrapper .p-sec04_block1 .txt {
    font-size: 3vw;
  }
  #contentsWrapper .p-sec04 .notes {
    font-size: 1.6vw;
    margin-top: 5%;
  }
}

@media screen and (max-width: 800px) {
  #contentsWrapper .p-sec04 h2.heading {
    font-size: 8vw;
    line-height: 1.4;
  }
  #contentsWrapper .p-sec04_block1 {
    margin-top: 12%;
  }
  #contentsWrapper .p-sec04_block1 .img {
    padding-top: 110%;
  }
  #contentsWrapper .p-sec04_block1 .img .img2 {
    top: 29%;
    left: -7%;
  }
  #contentsWrapper .p-sec04_block1 .txt {
    font-size: 5vw;
  }
  #contentsWrapper .p-sec04 .notes {
    font-size: 3.5vw;
    margin-top: 10%;
  }
}

#contentsWrapper .p-footer {
  padding-top: 85px;
  background: #0d0d0d;
}

#contentsWrapper .p-footer h3 {
  font-size: 36px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background: #0a3498;
  padding: 0.35em 0.5em;
  line-height: 1.3;
}

#contentsWrapper .p-footer h4 {
  font-size: 36px;
  text-align: center;
  color: var(--maincolor);
}

#contentsWrapper .p-footer h4 + * {
  margin-top: 0.5em;
}

#contentsWrapper .p-footer h5 {
  font-size: 30px;
  text-align: center;
}

#contentsWrapper .p-footer .txt {
  margin-left: -3em;
  margin-right: -3em;
}

#contentsWrapper .p-footer .txt .s {
  font-size: 80%;
}

#contentsWrapper .p-footer_block1 {
  text-align: center;
  line-height: 1.4;
}

#contentsWrapper .p-footer_block2 {
  margin-top: 75px;
  text-align: center;
  line-height: 1.4;
}

#contentsWrapper .p-footer_block2 .c-btn a {
  font-size: 30px;
  max-width: 15.33em;
  min-height: 2em;
}

#contentsWrapper .p-footer .copyright {
  text-align: center;
  padding: 3em 0 2em;
}

@media screen and (min-width: 801px) {
  #contentsWrapper .p-footer_block1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contentsWrapper .p-footer_block1 > * {
    width: 45%;
  }
  #contentsWrapper .p-footer_block2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.8em;
  }
  #contentsWrapper .p-footer_block2 .flex > * {
    width: 45%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1140px) {
  #contentsWrapper .p-footer h3 {
    font-size: 3.6vw;
  }
  #contentsWrapper .p-footer h4 {
    font-size: 3.2vw;
  }
  #contentsWrapper .p-footer h5 {
    font-size: 2.2vw;
  }
  #contentsWrapper .p-footer .txt {
    margin-left: 0em;
    margin-right: 0em;
  }
  #contentsWrapper .p-footer_block2 .c-btn a {
    font-size: 3vw;
  }
}

@media screen and (max-width: 1140px) {
  #contentsWrapper .p-footer {
    padding-top: 9%;
  }
}

@media screen and (max-width: 800px) {
  #contentsWrapper .p-footer_block1 > *:not(:first-child) {
    margin-top: 6.5%;
  }
  #contentsWrapper .p-footer_block2 {
    margin-top: 7%;
  }
  #contentsWrapper .p-footer_block2 .flex > * {
    margin-top: 1em;
  }
  #contentsWrapper .p-footer_block2 .c-btn a {
    font-size: min(6vw,30px);
  }
  #contentsWrapper .p-footer h3 {
    font-size: 4.5vw;
  }
  #contentsWrapper .p-footer h4 {
    font-size: 4.2vw;
  }
  #contentsWrapper .p-footer h5 {
    font-size: 3.8vw;
  }
}

/* Animation */
.js-scroll.fadeInUp {
  opacity: 0;
  -webkit-transition: 0.6s ease 0.3s;
  transition: 0.6s ease 0.3s;
  -webkit-transform: translateY(2vw);
          transform: translateY(2vw);
}

.js-scroll.fadeInRight {
  opacity: 0;
  -webkit-transition: 0.6s ease 0.3s;
  transition: 0.6s ease 0.3s;
  -webkit-transform: translateX(2vw);
          transform: translateX(2vw);
}

.js-scroll.fadeInZoom {
  opacity: 0;
  -webkit-transition: 1s ease 0.3s;
  transition: 1s ease 0.3s;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.js-scroll.fadeInFlip {
  opacity: 0;
  -webkit-transition: 1s ease 0.3s;
  transition: 1s ease 0.3s;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

.js-scroll.is-scroll.fadeInUp, .js-scroll.is-scroll.fadeInRight, .js-scroll.is-scroll.fadeInZoom, .js-scroll.is-scroll.fadeInFlip {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/* ======== ↑ End main ↑ ======== */
