@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  content: "\f0c8";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.6em;
  margin-top: 0.65em;
  margin-right: 1em;
  flex-shrink: 0;
}
.__liststyle.__number li::before {
  content: none;
}
.__liststyle.__number li span.__num {
  display: block;
  flex-shrink: 0;
  margin-right: 0.3em;
}
.__liststyle.__note li::before {
  content: "※";
}

.__ttltxt.__style01 {
  position: relative;
  padding-bottom: 0.4em;
  border-bottom: solid 3px #e5e5e5;
}
@media screen and (max-width: 991px) {
  .__ttltxt.__style01 {
    padding-bottom: 1.2em;
  }
}
.__ttltxt.__style01::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -3px;
  width: 5em;
  height: 3px;
  background-color: #e74226;
}
.__ttltxt.__style01 span {
  display: block;
}
.__ttltxt.__style01 span.__en {
  font-size: 1.125em;
}
@media screen and (max-width: 991px) {
  .__ttltxt.__style01 span.__en {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style01 span.__en {
    font-size: 1em;
  }
}
.__ttltxt.__style01 span.__jp {
  color: #0a0a0a;
  font-size: 3rem;
}
@media screen and (max-width: 1599px) {
  .__ttltxt.__style01 span.__jp {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style01 span.__jp {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 991px) {
  .__ttltxt.__style01 span.__jp {
    line-height: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style01 span.__jp {
    font-size: min(6vw, 2em);
  }
}
.__ttltxt.__style01.__light {
  border-bottom-color: #fff;
}
.__ttltxt.__style02 {
  text-align: end;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style02 {
    text-align: start;
  }
}
.__ttltxt.__style02 span.__en {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style02 span.__en {
    display: block;
    font-size: 1em;
    margin-bottom: 1em;
  }
}
.__ttltxt.__style02 span.__jp {
  font-size: 3rem;
  margin-left: 0.6em;
}
@media screen and (max-width: 1599px) {
  .__ttltxt.__style02 span.__jp {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style02 span.__jp {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 991px) {
  .__ttltxt.__style02 span.__jp {
    line-height: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style02 span.__jp {
    font-size: min(6vw, 2em);
    margin-left: 0;
  }
}
.__ttltxt.__style03 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.__ttltxt.__style03::before, .__ttltxt.__style03::after {
  content: url(../images/ttl-deco.svg);
  display: block;
  width: 1.5em;
  height: 1.5em;
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style03::before, .__ttltxt.__style03::after {
    width: 1.25em;
    height: 1.25em;
  }
}
.__ttltxt.__style03 h3 span {
  text-align: center;
  display: block;
  margin: 0 2em;
}
.__ttltxt.__style03 h3 span.__jp {
  font-size: 2.25em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style03 h3 span.__jp {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style03 h3 span.__jp {
    line-height: 1.3em;
    margin-top: 0.4em;
    font-size: min(6vw, 2em);
  }
}

.__linkbtn.__style01 {
  width: 30em;
}
@media screen and (max-width: 991px) {
  .__linkbtn.__style01 {
    width: 24em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn.__style01 {
    width: 100%;
  }
}
.__linkbtn.__style01 a, .__linkbtn.__style01 button {
  position: relative;
  color: #fff;
  background-color: #333333;
  width: 100%;
  padding: 1.2em 2em;
  border-radius: 10px;
  font-size: 1.25em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .__linkbtn.__style01 a, .__linkbtn.__style01 button {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn.__style01 a, .__linkbtn.__style01 button {
    font-size: 1em;
  }
}
.__linkbtn.__style01 a::after, .__linkbtn.__style01 button::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 2em;
  transform: translateY(-50%) scale(1);
  background-color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .__linkbtn.__style01 a::after, .__linkbtn.__style01 button::after {
    width: 6px;
    height: 6px;
  }
}
.__linkbtn.__style01 a:hover, .__linkbtn.__style01 button:hover {
  padding-left: 2.4em;
}
.__linkbtn.__style01 a:hover::after, .__linkbtn.__style01 button:hover::after {
  transform: translateY(-50%) scale(1.5);
}
.__linkbtn.__style01.__blue a, .__linkbtn.__style01.__blue button {
  background-color: #365297;
}
.__linkbtn.__style01.__brown a, .__linkbtn.__style01.__brown button {
  background-color: #62483c;
}
.__linkbtn.__style01.__small {
  width: 16em;
}
.__linkbtn.__style01.__small a, .__linkbtn.__style01.__small button {
  font-size: 1em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  border-radius: 8px;
}

a.__txtlink {
  color: #0a0a0a;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.2s ease;
}
a.__txtlink:hover {
  opacity: 0.6;
}

.__anchor-point {
  position: absolute;
}

.animation-flowingText {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-top: 2rem;
}
.animation-flowingText p {
  color: #e5e5e5;
  font-family: "Denk One", sans-serif;
  font-size: 12vw;
  opacity: 0.4;
  line-height: 1;
  letter-spacing: 0;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .animation-flowingText p {
    font-size: 20vw;
  }
}
.animation-flowingText p:nth-of-type(1) {
  animation: loop_01 80s -40s linear infinite;
}
.animation-flowingText p:nth-of-type(2) {
  animation: loop_02 80s linear infinite;
}
@keyframes loop_01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

.animation-inviewOrder {
  font-size: 1em;
}
.animation-inviewOrder.__scrollAnimation .__row {
  font-size: 1em;
}
.animation-inviewOrder.__scrollAnimation .__row span {
  display: inline-block;
  font-size: 1em;
  opacity: 0;
  transform: rotateX(65deg) scale(1.3) translateY(4px);
  transition: all 0.6s ease;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span {
  opacity: 1;
  transform: rotateX(0deg) scale(1) translateY(0);
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(1) {
  transition-delay: 0.6s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(2) {
  transition-delay: 0.63s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(3) {
  transition-delay: 0.66s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(4) {
  transition-delay: 0.69s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(5) {
  transition-delay: 0.72s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(6) {
  transition-delay: 0.75s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(7) {
  transition-delay: 0.78s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(8) {
  transition-delay: 0.81s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(9) {
  transition-delay: 0.84s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(10) {
  transition-delay: 0.87s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(11) {
  transition-delay: 0.9s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(12) {
  transition-delay: 0.93s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(13) {
  transition-delay: 0.96s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(14) {
  transition-delay: 0.99s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(15) {
  transition-delay: 1.02s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(16) {
  transition-delay: 1.05s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(17) {
  transition-delay: 1.08s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(18) {
  transition-delay: 1.11s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(19) {
  transition-delay: 1.14s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(20) {
  transition-delay: 1.17s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(21) {
  transition-delay: 1.2s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(22) {
  transition-delay: 1.23s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(23) {
  transition-delay: 1.26s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(24) {
  transition-delay: 1.29s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(25) {
  transition-delay: 1.32s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(26) {
  transition-delay: 1.35s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(27) {
  transition-delay: 1.38s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(28) {
  transition-delay: 1.41s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(29) {
  transition-delay: 1.44s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(30) {
  transition-delay: 1.47s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(31) {
  transition-delay: 1.5s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(32) {
  transition-delay: 1.53s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(33) {
  transition-delay: 1.56s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(34) {
  transition-delay: 1.59s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(35) {
  transition-delay: 1.62s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(36) {
  transition-delay: 1.65s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(37) {
  transition-delay: 1.68s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(38) {
  transition-delay: 1.71s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(39) {
  transition-delay: 1.74s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(40) {
  transition-delay: 1.77s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(41) {
  transition-delay: 1.8s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(42) {
  transition-delay: 1.83s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(43) {
  transition-delay: 1.86s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(44) {
  transition-delay: 1.89s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(45) {
  transition-delay: 1.92s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(46) {
  transition-delay: 1.95s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(47) {
  transition-delay: 1.98s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(48) {
  transition-delay: 2.01s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(49) {
  transition-delay: 2.04s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(50) {
  transition-delay: 2.07s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(51) {
  transition-delay: 2.1s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(52) {
  transition-delay: 2.13s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(53) {
  transition-delay: 2.16s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(54) {
  transition-delay: 2.19s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(55) {
  transition-delay: 2.22s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(56) {
  transition-delay: 2.25s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(57) {
  transition-delay: 2.28s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(58) {
  transition-delay: 2.31s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(59) {
  transition-delay: 2.34s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(60) {
  transition-delay: 2.37s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(61) {
  transition-delay: 2.4s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(62) {
  transition-delay: 2.43s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(63) {
  transition-delay: 2.46s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(64) {
  transition-delay: 2.49s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(65) {
  transition-delay: 2.52s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(66) {
  transition-delay: 2.55s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(67) {
  transition-delay: 2.58s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(68) {
  transition-delay: 2.61s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(69) {
  transition-delay: 2.64s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(70) {
  transition-delay: 2.67s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(71) {
  transition-delay: 2.7s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(72) {
  transition-delay: 2.73s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(73) {
  transition-delay: 2.76s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(74) {
  transition-delay: 2.79s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(75) {
  transition-delay: 2.82s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(76) {
  transition-delay: 2.85s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(77) {
  transition-delay: 2.88s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(78) {
  transition-delay: 2.91s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(79) {
  transition-delay: 2.94s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(80) {
  transition-delay: 2.97s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(81) {
  transition-delay: 3s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(82) {
  transition-delay: 3.03s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(83) {
  transition-delay: 3.06s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(84) {
  transition-delay: 3.09s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(85) {
  transition-delay: 3.12s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(86) {
  transition-delay: 3.15s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(87) {
  transition-delay: 3.18s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(88) {
  transition-delay: 3.21s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(89) {
  transition-delay: 3.24s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(90) {
  transition-delay: 3.27s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(91) {
  transition-delay: 3.3s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(92) {
  transition-delay: 3.33s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(93) {
  transition-delay: 3.36s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(94) {
  transition-delay: 3.39s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(95) {
  transition-delay: 3.42s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(96) {
  transition-delay: 3.45s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(97) {
  transition-delay: 3.48s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(98) {
  transition-delay: 3.51s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(99) {
  transition-delay: 3.54s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(100) {
  transition-delay: 3.57s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl .__row span {
  transition: all 0.48s ease;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(1) {
  transition-delay: 0s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(2) {
  transition-delay: 0.024s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(3) {
  transition-delay: 0.048s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(4) {
  transition-delay: 0.072s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(5) {
  transition-delay: 0.096s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(6) {
  transition-delay: 0.12s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(7) {
  transition-delay: 0.144s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(8) {
  transition-delay: 0.168s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(9) {
  transition-delay: 0.192s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(10) {
  transition-delay: 0.216s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(11) {
  transition-delay: 0.24s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(12) {
  transition-delay: 0.264s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(13) {
  transition-delay: 0.288s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(14) {
  transition-delay: 0.312s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(15) {
  transition-delay: 0.336s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(16) {
  transition-delay: 0.36s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(17) {
  transition-delay: 0.384s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(18) {
  transition-delay: 0.408s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(19) {
  transition-delay: 0.432s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(20) {
  transition-delay: 0.456s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(21) {
  transition-delay: 0.48s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(22) {
  transition-delay: 0.504s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(23) {
  transition-delay: 0.528s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(24) {
  transition-delay: 0.552s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(25) {
  transition-delay: 0.576s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(26) {
  transition-delay: 0.6s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(27) {
  transition-delay: 0.624s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(28) {
  transition-delay: 0.648s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(29) {
  transition-delay: 0.672s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(30) {
  transition-delay: 0.696s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(31) {
  transition-delay: 0.72s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(32) {
  transition-delay: 0.744s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(33) {
  transition-delay: 0.768s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(34) {
  transition-delay: 0.792s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(35) {
  transition-delay: 0.816s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(36) {
  transition-delay: 0.84s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(37) {
  transition-delay: 0.864s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(38) {
  transition-delay: 0.888s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(39) {
  transition-delay: 0.912s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(40) {
  transition-delay: 0.936s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(41) {
  transition-delay: 0.96s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(42) {
  transition-delay: 0.984s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(43) {
  transition-delay: 1.008s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(44) {
  transition-delay: 1.032s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(45) {
  transition-delay: 1.056s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(46) {
  transition-delay: 1.08s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(47) {
  transition-delay: 1.104s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(48) {
  transition-delay: 1.128s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(49) {
  transition-delay: 1.152s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(50) {
  transition-delay: 1.176s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(51) {
  transition-delay: 1.2s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(52) {
  transition-delay: 1.224s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(53) {
  transition-delay: 1.248s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(54) {
  transition-delay: 1.272s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(55) {
  transition-delay: 1.296s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(56) {
  transition-delay: 1.32s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(57) {
  transition-delay: 1.344s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(58) {
  transition-delay: 1.368s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(59) {
  transition-delay: 1.392s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(60) {
  transition-delay: 1.416s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(61) {
  transition-delay: 1.44s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(62) {
  transition-delay: 1.464s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(63) {
  transition-delay: 1.488s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(64) {
  transition-delay: 1.512s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(65) {
  transition-delay: 1.536s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(66) {
  transition-delay: 1.56s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(67) {
  transition-delay: 1.584s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(68) {
  transition-delay: 1.608s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(69) {
  transition-delay: 1.632s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(70) {
  transition-delay: 1.656s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(71) {
  transition-delay: 1.68s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(72) {
  transition-delay: 1.704s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(73) {
  transition-delay: 1.728s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(74) {
  transition-delay: 1.752s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(75) {
  transition-delay: 1.776s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(76) {
  transition-delay: 1.8s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(77) {
  transition-delay: 1.824s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(78) {
  transition-delay: 1.848s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(79) {
  transition-delay: 1.872s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(80) {
  transition-delay: 1.896s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(81) {
  transition-delay: 1.92s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(82) {
  transition-delay: 1.944s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(83) {
  transition-delay: 1.968s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(84) {
  transition-delay: 1.992s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(85) {
  transition-delay: 2.016s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(86) {
  transition-delay: 2.04s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(87) {
  transition-delay: 2.064s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(88) {
  transition-delay: 2.088s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(89) {
  transition-delay: 2.112s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(90) {
  transition-delay: 2.136s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(91) {
  transition-delay: 2.16s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(92) {
  transition-delay: 2.184s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(93) {
  transition-delay: 2.208s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(94) {
  transition-delay: 2.232s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(95) {
  transition-delay: 2.256s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(96) {
  transition-delay: 2.28s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(97) {
  transition-delay: 2.304s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(98) {
  transition-delay: 2.328s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(99) {
  transition-delay: 2.352s;
}
.animation-inviewOrder.__scrollAnimation.__mv-ttl.__show .__row span:nth-of-type(100) {
  transition-delay: 2.376s;
}

.__fadeIn {
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.6s ease 0.4s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

.__bg-wrap {
  background-repeat: repeat;
  border-radius: 20px;
  padding: 7.5rem 5rem;
}
@media screen and (max-width: 1199px) {
  .__bg-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 991px) {
  .__bg-wrap {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .__bg-wrap {
    background-size: 20%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.__bg-wrap.__light {
  background-color: #fff;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.06);
}
.__bg-wrap.__pattern_noise02 {
  background-image: url(../images/pattern_noise02.jpg);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.16);
}
.__bg-wrap.__pattern_noise03 {
  background-image: url(../images/pattern_noise03.jpg);
  box-shadow: 0px 0px 18px rgba(98, 72, 60, 0.27);
}

.__content-wrap.__style01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .__content-wrap.__style01 {
    display: block;
  }
}
.__content-wrap.__style01 .img-wrap {
  position: relative;
  width: 31.875rem;
  aspect-ratio: 5/3;
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style01 .img-wrap {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 991px) {
  .__content-wrap.__style01 .img-wrap {
    width: 100%;
    aspect-ratio: 5/3;
  }
}
.__content-wrap.__style01 .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.__content-wrap.__style01 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-wrap.__style01 .txt-wrap {
  position: relative;
  width: calc(100% - 31.875rem - 5rem);
  padding: 0.2em 3rem;
  border-left: solid 3px #e5e5e5;
}
@media screen and (max-width: 991px) {
  .__content-wrap.__style01 .txt-wrap {
    width: 100%;
    margin-top: 2em;
    padding-right: 0;
    padding-left: 5rem;
  }
}
.__content-wrap.__style01 .txt-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -3px;
  width: 3px;
  height: 3em;
  background-color: #e74226;
}
.__content-wrap.__style01 .txt-wrap .content-ttl h3, .__content-wrap.__style01 .txt-wrap .content-ttl h4 {
  font-size: 2.25em;
}
@media screen and (max-width: 1599px) {
  .__content-wrap.__style01 .txt-wrap .content-ttl h3, .__content-wrap.__style01 .txt-wrap .content-ttl h4 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style01 .txt-wrap .content-ttl h3, .__content-wrap.__style01 .txt-wrap .content-ttl h4 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style01 .txt-wrap .content-ttl h3, .__content-wrap.__style01 .txt-wrap .content-ttl h4 {
    font-size: min(5vw, 1.75em);
  }
}
.__content-wrap.__style01 .txt-wrap .content-txt {
  margin-top: 0.4em;
}
.__content-wrap.__style01 .txt-wrap .content-txt p {
  font-size: 1.125em;
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style01 .txt-wrap .content-txt p {
    font-size: 1em;
  }
}
.__content-wrap.__style01 .txt-wrap .__linkbtn {
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .__content-wrap.__style01 .txt-wrap .__linkbtn {
    margin-left: auto;
  }
}
.__content-wrap.__style01.__noborder .txt-wrap {
  padding: 0;
  border-left: none;
}
.__content-wrap.__style01.__noborder .txt-wrap::before {
  content: none;
}

/* header
---------------------------------------------------- */
header {
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 110px;
  padding: 0 1em;
}
@media screen and (max-width: 1599px) {
  header .header-inner {
    height: 90px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    height: 80px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  header .header-inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
  }
}
header .__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(54, 54, 52, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.36s ease;
}
header .__overlay.__open {
  opacity: 1;
  visibility: visible;
}
header .header-logo {
  width: 320px;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 272px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 240px;
  }
}
@media screen and (max-width: 991px) {
  header .header-logo {
    width: 224px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(60vw, 176px);
    margin-left: -8px;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 48px;
    height: 40px;
  }
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 48px;
    height: 1px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(20deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-20deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-color: #eee;
    width: 280px;
    height: 100vh;
    padding-top: 80px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -280px;
    transition: all 0.36s ease;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    margin-right: 0;
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav {
  margin-right: 8.75rem;
}
@media screen and (max-width: 1599px) {
  header .header-menu nav {
    margin-right: 6.25rem;
  }
}
header .header-menu nav ul {
  display: flex;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  margin: 0 1.875rem;
  padding: 0.36em 0;
  font-size: 1.0625rem;
}
@media screen and (max-width: 1599px) {
  header .header-menu nav ul li a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    margin: 16px 0;
    padding-left: 40px;
    font-size: 1em;
  }
}
header .header-menu nav ul li a::before {
  content: url(../images/arrow-bottom_blue.svg);
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -1.6em;
  transform: translateX(-50%) rotateY(0deg);
  width: 0.75em;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a::before {
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(-90deg);
    margin-top: 0;
    margin-left: 20px;
    width: 0.6em;
  }
}
header .header-menu nav ul li a:hover::before {
  opacity: 1;
  transform: translateX(-50%) rotateY(360deg);
  transition: opacity 0.3s ease, transform 0.8s ease;
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu nav ul li.__current a::before {
  opacity: 1;
}
header .header-menu .header-tel {
  flex-shrink: 0;
  color: #fff;
  background-color: #365297;
  padding: 0.6em 1.6em;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-tel {
    width: calc(100% - 40px);
    padding: 0;
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    margin: 0 auto;
    margin-top: 30px;
  }
}
header .header-menu .header-tel span.__txt {
  text-align: center;
  display: block;
  font-size: 0.875rem;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-tel span.__txt {
    display: block;
    text-align: center;
    margin-bottom: 0.6em;
    font-size: 0.9em;
  }
}
header .header-menu .header-tel span.__content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-tel span.__content {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
header .header-menu .header-tel span.__content span.__num {
  font-size: 2.25rem;
  letter-spacing: 0.04em;
  line-height: 1em;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-tel span.__content span.__num {
    font-size: 2.25em;
  }
}
header .header-menu .header-tel span.__content span.__info {
  color: #e5e5e5;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-left: 1em;
  margin-left: 1em;
  border-left: solid 2px #e5e5e5;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-tel span.__content span.__info {
    font-size: 0.8em;
    display: block;
    margin-left: 0;
    margin-top: 0.4em;
  }
}

/* sec-contact
---------------------------------------------------- */
.sec-contact {
  background-image: url(../images/contact-bgimg.jpg);
  background-size: cover;
  padding: 4em 0;
  margin-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-contact {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact {
    padding: 8em 0;
    margin-top: 48px;
  }
}
.sec-contact .sec-inner {
  background-color: rgba(229, 229, 229, 0.75);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 7.5rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner {
    padding: 80px 0;
  }
}
.sec-contact .sec-inner .sec-ttl .__ttltxt {
  text-align: center;
}
.sec-contact .sec-inner .sec-content {
  margin-top: 3em;
}
.sec-contact .sec-inner .sec-content .case-list ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-inner .sec-content .case-list ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content .case-list ul {
    display: block;
  }
}
.sec-contact .sec-inner .sec-content .case-list ul .case-list-item {
  color: #333333;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  width: 20em;
  padding: 0.3em;
  border-radius: 50vh;
  margin-right: 1em;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-inner .sec-content .case-list ul .case-list-item {
    width: calc(33.3333333333% - 0.4em);
    font-size: 0.925em;
    padding: 0.6em 0.3em;
    margin-right: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content .case-list ul .case-list-item {
    width: min(100%, 20em);
    margin: 0 auto;
    margin-top: 0.6em;
  }
}
.sec-contact .sec-inner .sec-content .case-list ul .case-list-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content .case-list ul .case-list-item:last-of-type {
    margin-right: auto;
  }
}
.sec-contact .sec-inner .sec-content .contact-list {
  margin-top: 2em;
}
.sec-contact .sec-inner .sec-content .contact-list ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .sec-content .contact-list ul {
    display: block;
  }
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item {
  width: min(50% - 0.9375rem, 720px);
  margin-right: 1.875rem;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item {
    width: min(100%, 720px);
    margin: 0 auto;
  }
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item span.__txt {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item span.__txt {
    display: block;
    text-align: center;
    margin-bottom: 0.6em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item span.__txt {
    font-size: 1em;
  }
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item span.__txt i {
  margin-right: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item span.__txt i {
    display: block;
    margin-bottom: 0.2em;
  }
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__tel {
  background-color: #fff;
  padding: 2em 4.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__tel {
    padding: 1.6em 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__tel {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__tel span.__txt i {
  font-size: 2em;
  color: #62af3e;
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__tel span.__content {
  display: flex;
  align-items: center;
  margin-top: 0.4em;
}
@media screen and (max-width: 1599px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__tel span.__content {
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__tel span.__content {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__tel span.__content span.__num {
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__tel span.__content span.__num {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__tel span.__content span.__num {
    font-size: min(9vw, 3em);
  }
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__tel span.__content span.__info {
  color: #333333;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  padding-left: 1.6em;
  margin-left: 1.6em;
  border-left: solid 2px #e5e5e5;
}
@media screen and (max-width: 1599px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__tel span.__content span.__info {
    font-size: 0.9em;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__tel span.__content span.__info {
    display: block;
    margin-left: 0;
    margin-top: 0.4em;
  }
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail {
    margin-top: 2em;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail {
    margin-top: 1em;
  }
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a {
  position: relative;
  color: #fff;
  background-color: #333333;
  width: 100%;
  height: 100%;
  padding: 2em 4.5rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1599px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a {
    padding: 1.6em 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a {
    text-align: center;
  }
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a span {
  display: block;
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a span.__content .__txt i {
  font-size: 1.75em;
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a span.__content .__ttl {
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1em;
  margin-top: 0.4em;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a span.__content .__ttl {
    font-size: 2em;
    margin-bottom: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a span.__content .__ttl {
    font-size: min(6.5vw, 2.5em);
  }
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a span.__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 3rem;
  transform: translateY(-50%);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 1599px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a span.__arrow {
    width: 6.25rem;
    height: 6.25rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a span.__arrow {
    width: 80px;
    height: 80px;
    margin-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a span.__arrow {
    position: relative;
    transform: translateY(0);
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-top: 1.6em;
  }
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a span.__arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background-color: #e74226;
  transition: all 0.3s ease;
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a:hover {
  background-color: #222;
}
.sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a:hover span.__arrow::after {
  transform: translate(-50%, -50%) scale(2.5);
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content .contact-list ul .contact-item.__mail a:hover span.__arrow::after {
    transform: translate(-50%, -50%) scale(1.5);
  }
}

/* footer
---------------------------------------------------- */
footer {
  text-align: center;
  padding-top: 5rem;
}
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 48px;
  }
}
footer .footer-menu ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  footer .footer-menu ul {
    display: block;
  }
}
footer .footer-menu ul li {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 1.125em;
}
@media screen and (max-width: 991px) {
  footer .footer-menu ul li {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-menu ul li {
    justify-content: center;
    margin-top: 1em;
  }
}
footer .footer-menu ul li::after {
  content: "|";
  margin: 0 2em;
}
@media screen and (max-width: 767px) {
  footer .footer-menu ul li::after {
    content: none;
  }
}
footer .footer-menu ul li a {
  font-size: 1em;
  opacity: 1;
  transition: all 0.2s ease;
}
footer .footer-menu ul li a:hover {
  opacity: 0.6;
}
footer .footer-menu ul li:last-child::after {
  content: none;
}
footer .footer-info {
  margin-top: 5rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  footer .footer-info {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-info {
    margin-top: 48px;
  }
}
footer .footer-info p {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.875em;
}
footer .footer-logo {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 1599px) {
  footer .footer-logo {
    width: 288px;
  }
}
footer .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-address {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  footer .footer-address {
    margin-top: 3em;
  }
}
footer .footer-address p {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.9375em;
  line-height: 1.3em;
  margin-top: 1em;
}
footer .footer-address p a {
  display: inline;
}
footer .copyright {
  text-align: center;
  color: #fff;
  background-color: #0a0a0a;
  width: 100%;
  padding: 0.2em 0;
  margin-top: 6.25rem;
  font-size: 13px;
}
@media screen and (max-width: 1199px) {
  footer .copyright {
    padding: 0.3em 0;
    margin-top: 100px;
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  footer .copyright {
    padding: 0.4em 0;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright {
    margin-top: 80px;
    font-size: 9px;
  }
}

#pagetop {
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  margin: 1em;
}
@media screen and (max-width: 991px) {
  #pagetop {
    margin: 1em;
  }
}
#pagetop a {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 48px;
    height: 48px;
  }
}
#pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  width: 14px;
  height: auto;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  #pagetop a img {
    width: 10px;
  }
}
#pagetop a:hover img {
  transform: translate(-50%, -50%) rotateY(360deg);
}/*# sourceMappingURL=common.css.map */