/* ///////////////////////////////////////////////////////////////////// */
/* ///// Common Style /////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////// */
*:focus {
  outline: 2px #00ffff dotted !important;
}

html {
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", "Noto Sans JP", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  word-break: break-all;
  color: #414141;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.4;
  margin: 0;
}

p {
  line-height: 1.8;
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dl dt,
dl dd {
  margin: 0;
}

a {
  color: unset;
  text-decoration: none;
  -webkit-transition: ease all 0.4s;
  transition: ease all 0.4s;
  line-height: 1.8;
  position: relative;
}

a:hover {
  color: unset;
  text-decoration: none;
}

.bg_slide {
  position: relative;
  overflow: hidden;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.bg_slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.bg_slide:hover {
  color: #fff !important;
}

.bg_slide:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------
main
--------------------------------------------------*/
#index {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

#index main {
  width: 560px;
  position: relative;
  top: unset !important;
  margin-bottom: unset !important;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  #index main {
    width: 80%;
    max-width: 488px;
  }
}

#index main h1 {
  font-size: 3.2rem;
  color: #1b4e51;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  #index main h1 {
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 320px) and (max-width: 425px) {
  #index main h1 {
    font-size: 2.4rem;
  }
}

#index main h1 p {
  text-align: center;
  margin-top: 3vh;
  font-weight: 500;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  #index main h1 p {
    line-height: 1.4;
  }
}

#index main h1 p br {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  #index main h1 p br {
    display: block;
  }
}

#index main figure {
  margin-top: 6vh;
}

#index main figure img {
  width: 100%;
  height: suto;
}

#index main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10vh;
  font-size: 3.6rem;
  font-weight: 700;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  #index main ul {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 320px) and (max-width: 425px) {
  #index main ul {
    font-size: 2.4rem;
  }
}

#index main ul li a {
  padding-right: 48px;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  #index main ul li a {
    padding-right: 30px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 320px) and (max-width: 1024px) {
  #index main ul li a {
    padding-right: 24px;
  }
}

#index main ul li a:before, #index main ul li a:after {
  content: "";
  position: absolute;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  #index main ul li a:before, #index main ul li a:after {
    width: 12px;
    height: 12px;
    top: 60%;
  }
}

#index main ul li a:before {
  right: 0;
}

#index main ul li a:after {
  right: 10px;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  #index main ul li a:after {
    right: 8px;
  }
}

#index main ul li a:hover {
  color: #dd6f34;
  opacity: 1;
}

main {
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  main {
    top: 10vh;
    margin-bottom: 10vh;
  }
}

main .mv {
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  main .mv {
    height: calc(100vh - 120px);
  }
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  main .mv figure {
    height: 100%;
  }
  main .mv figure img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    width: 100%;
    height: 100%;
  }
}

main .mv .scroll {
  position: absolute;
  left: 2.6%;
  bottom: 130px;
  width: 3em;
  height: 1em;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  main .mv .scroll {
    left: 6%;
  }
}

main .mv .scroll span {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
  top: 500%;
  right: 0;
  position: absolute;
}

main .mv .arrow {
  position: absolute;
  top: 1.25em;
  left: 1em;
  -webkit-animation: 2s arrow-animation infinite ease-in-out;
          animation: 2s arrow-animation infinite ease-in-out;
  width: 1px;
  height: 155px;
  background-color: #707070;
}

main .mv .arrow::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -1px;
  height: 6px;
  width: 1px;
  background-color: #707070;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

@-webkit-keyframes arrow-animation {
  0% {
    height: 10px;
  }
  66% {
    height: 155px;
  }
}

@keyframes arrow-animation {
  0% {
    height: 10px;
  }
  66% {
    height: 155px;
  }
}

.pc,
.sp {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .sp {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media screen and (min-width: 1025px) {
  .pc {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
/*# sourceMappingURL=style.css.map */