@charset "UTF-8";
.box_sample {
  margin: 10px;
  padding: 10px;
}

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.invisible {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.anime {
  opacity: 0;
}
.anime-delay-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.anime-delay-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.anime-delay-3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.anime-delay-4 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.anime-delay-5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.anime-delay-6 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.anime-delay-7 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.anime-delay-8 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.anime-delay-9 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.anime-delay-10 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.anime-delay-11 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.anime-delay-12 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.anime-delay-13 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.anime-delay-14 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.anime-delay-fast1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.anime-delay-fast2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.anime-delay-fast3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.anime-delay-fast4 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.anime-delay-fast5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.anime-delay-fast6 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.anime-delay-fast7 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.anime-slow {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInDown {
  -webkit-animation: 0.8s 0.6s fadeInDown both;
          animation: 0.8s 0.6s fadeInDown both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
main {
  word-break: break-word;
  overflow-x: hidden;
}

.ttlSec {
  padding-top: 66px;
}
.ttlSec_inr {
  margin: 0 auto;
  max-width: 1000px;
}
.ttlSec_inr h1 {
  position: relative;
  white-space: nowrap;
  z-index: 1;
  font-size: 6.5rem;
  letter-spacing: 0rem;
  font-weight: 600;
  font-family: mr-eaves-modern;
}
.ttlSec_inr .date {
  font-size: 1.7rem;
  font-family: mr-eaves-modern;
  padding-top: 112px;
  margin: auto;
  color: #a0a0a0;
}
.ttlSec_inr h3 {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 9px auto 0;
  white-space: nowrap;
}

.mv {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.7%;
  margin: 51px auto 0;
}
.mv_img {
  position: absolute;
  width: 24.5%;
}
.mv_img.img01 {
  top: 0%;
  left: 8%;
}
.mv_img.img02 {
  top: 4.5%;
  left: 43.1%;
  width: 24.6%;
}
.mv_img.img03 {
  top: 0.3%;
  right: 0%;
  width: 19.9%;
}
.mv_img.img04 {
  bottom: -0.2%;
  left: 0%;
  width: 21.4%;
}
.mv_img.img05 {
  bottom: -0.2%;
  right: 3.1%;
  width: 24.3%;
}
.mv_img.logo {
  width: 38.4%;
  top: 64.5%;
  left: 27.8%;
}

.lead {
  max-width: 700px;
  margin: 130px auto 0;
  letter-spacing: 0.3em;
}
.lead__txtbox--txt {
  margin-top: 16px;
}
.lead__txtbox .credit {
  font-size: 1rem;
  margin: 30px 0 50px;
}

.mainArea {
  margin: 250px auto 0;
  width: auto;
  max-width: 1400px;
}
.mainArea .imgBlk {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 64.4%;
}
.mainArea .imgBlk.blk01 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.mainArea .imgBlk.blk01 .txtCont {
  left: 120px;
  top: -30px;
}
.mainArea .imgBlk.blk02 {
  margin-top: 240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.mainArea .imgBlk.blk02 .txtCont {
  right: 150px;
  bottom: -30px;
}
.mainArea .imgBlk.blk03 {
  margin-top: 240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.mainArea .imgBlk.blk03 .txtCont {
  left: 120px;
  bottom: -30px;
}
.mainArea .imgBlk.blk04 {
  margin-top: 240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.mainArea .imgBlk.blk04 .txtCont {
  right: 120px;
  bottom: -30px;
}
.mainArea .imgBlk.blk05 {
  margin-top: 240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.mainArea .imgBlk.blk05 .txtCont {
  left: 120px;
  bottom: -30px;
}
.mainArea .imgBlk img {
  width: 100%;
}
.mainArea .imgBlk .txtCont {
  line-height: 1.2;
  padding: 10px 10px;
  background-color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.mainArea .imgBlk .txtCont.--revColor {
  background-color: #f2f2f2;
  color: #000;
}
.mainArea .imgBlk .txtCont.--revColor a {
  color: #000;
}
.mainArea .imgBlk .txtCont span {
  display: block;
  font-weight: bold;
}
.mainArea .imgBlk .txtCont a {
  text-decoration: underline;
  display: block;
  color: #fff;
}

.fixedArea {
  height: 100vh;
  background-color: #c8c8c8;
  margin-top: 190px;
  position: relative;
}
.fixedArea .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.fixedArea .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/fixed_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.prof {
  margin-top: 200px;
  padding: 100px 0 100px;
  background-image: url(../img/credit_bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.prof_inr {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.prof_inr a {
  text-decoration: underline;
  color: #fff;
}
.prof_inr .ttl {
  margin-bottom: 10px;
}
.prof_inr dl:nth-of-type(n + 2) {
  margin-top: 13px;
}
.prof_inr dl dt {
  font-weight: bold;
  font-size: 1.6rem;
}
.prof_inr dl dd .icon-tel {
  width: 22px;
  display: inline-block;
  margin: 0px 0 0 0;
  -webkit-filter: drop-shadow(1px 1px 2px #000);
          filter: drop-shadow(1px 1px 2px #000);
}
.prof_inr .linkArea {
  margin-top: 40px;
}
.prof_inr .linkArea a {
  pointer-events: all;
  text-decoration: underline;
  color: #fff;
}

/* SP */
@media screen and (max-width: 768px) {
  main {
    word-break: auto-phrase;
    max-width: 500px !important;
    margin: 0 auto;
  }
  .ttlSec {
    padding-top: 45px;
    margin: 0 auto;
    width: calc(100% - 30px);
  }
  .ttlSec_inr h1 {
    font-size: 3.5rem;
  }
  .ttlSec_inr .date {
    font-size: 1.2rem;
    padding-top: 45px;
  }
  .ttlSec_inr h3 {
    font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    margin-top: 0;
  }
  .mv {
    width: calc(100% - 0px);
    height: 0;
    padding-top: 128%;
    margin: 13px auto 0;
  }
  .mv_img {
    width: 31.2%;
  }
  .mv_img.img01 {
    top: 3.7%;
    left: 11%;
  }
  .mv_img.img02 {
    top: 0%;
    left: auto;
    right: 14.7%;
    width: 31.5%;
  }
  .mv_img.img03 {
    top: auto;
    bottom: 0.2%;
    right: auto;
    left: 0%;
    width: 28.9%;
  }
  .mv_img.img04 {
    top: auto;
    bottom: 5.5%;
    left: 37%;
    width: 23%;
  }
  .mv_img.img05 {
    top: auto;
    bottom: 3.8%;
    left: auto;
    right: 2.1%;
    width: 30.5%;
  }
  .mv_img.logo {
    width: 91.8%;
    top: 44.5%;
    left: 4.3%;
  }
  .lead {
    margin: 43px auto 0;
    width: calc(100% - 75px);
    font-size: 1.2rem;
    line-height: 2.45;
    letter-spacing: 0.2em;
  }
  .lead__txtbox--txt {
    margin-top: 16px;
  }
  .lead__txtbox .credit {
    font-size: 0.8rem;
    margin: 15px 0 40px;
  }
  .mainArea {
    margin: 75px auto 0;
  }
  .mainArea.--02 {
    margin-top: 100px;
  }
  .mainArea .imgBlk {
    width: 80%;
  }
  .mainArea .imgBlk.blk01 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .mainArea .imgBlk.blk01 .txtCont {
    right: auto;
    left: 60px;
    top: -30px;
  }
  .mainArea .imgBlk.blk02 {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .mainArea .imgBlk.blk02 .txtCont {
    right: 20px;
    bottom: -20px;
  }
  .mainArea .imgBlk.blk03 {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .mainArea .imgBlk.blk03 .txtCont {
    right: auto;
    left: 20px;
    bottom: -20px;
  }
  .mainArea .imgBlk.blk04 {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .mainArea .imgBlk.blk04 .txtCont {
    left: 10px;
    bottom: auto;
    top: -30px;
  }
  .mainArea .imgBlk.blk05 {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .mainArea .imgBlk.blk05 .txtCont {
    left: 70px;
    bottom: auto;
    bottom: -20px;
  }
  .mainArea .imgBlk .txtCont {
    line-height: 1.2;
    padding: 9px 9px;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
  .fixedArea {
    height: 60vh;
    margin-top: 130px;
  }
  .prof {
    margin-top: 123px;
    padding: 57px 0 60px;
    background-image: url(../img/credit_bg_sp.jpg);
  }
  .prof_inr {
    max-width: 85%;
    padding-left: 0%;
    margin: 0 auto;
    line-height: 1.5;
  }
  .prof_inr dl:nth-of-type(n + 2) {
    margin-top: 13px;
  }
  .prof_inr dl dt {
    font-weight: bold;
    font-size: 1.1rem;
  }
  .prof_inr dl dd {
    font-size: 0.9rem;
  }
  .prof_inr dl dd .icon-tel {
    width: 15px;
    display: inline-block;
    margin: 0px 0 0 0px;
  }
  .prof_inr .linkArea {
    margin-top: 30px;
  }
}
/* SP ここまで */
/*# sourceMappingURL=style.css.map */