html {
  color: #000;
  background: #EEF0F2;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea,
blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a {
  box-shadow: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

input[type="text"], input[type="email"], input[type="submit"] {
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 0;
}

textarea {
  appearance: none;
  border-radius: 0;
}

select {
  appearance: none;
}

::-webkit-scrollbar {
  display: none;
}

body {
  overflow-x: hidden;
}

@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9100;
  height: 8px;
  width: 100%;
}

.progress-bar {
  height: 100%;
  width: 0;
  background-color: #0B5BA8;
  transition: .8s width ease;
}

.progress-bar.is-none {
  animation: fadeOut .8s forwards ease-in;
  animation-delay: .4s;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ankerLine {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8800;
  height: 60px;
  width: 100vw;
}

.header .logoBlock {
  position: absolute;
  top: 0;
  left: 32px;
  height: 60px;
  width: auto;
  width: auto;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.5s;
}

@media print, screen and (max-width: 768px) {
  .header .logoBlock {
    left: 2.5vw;
  }
}

.header .logoBlock .logoLink {
  display: block;
  height: 100%;
  width: 100%;
}

.header .logoBlock .logoLink .logoImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  height: 20px;
  width: auto;
  opacity: 0;
}

@media print, screen and (max-width: 768px) {
  .header .logoBlock .logoLink .logoImg {
    height: 15px;
  }
}

@media print, screen and (max-width: 768px) and (max-width: 320px) {
  .header .logoBlock .logoLink .logoImg {
    height: 15px;
  }
}

.header .logoBlock .logoLink .logoImg.is-top {
  opacity: 1;
  z-index: 1;
}

.header .logoBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.header .headRightBlock {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.5s;
}


.header .headRightBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.header .headRightBlock .contactBlock {
  cursor: pointer;
  height: 100%;
  width: 140px;
  background: #303030;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  display: block;
}

@media print, screen and (max-width: 768px) {
  .header .headRightBlock .contactBlock {
    width: 60px;
  }
}

.header .headRightBlock .contactBlock .innerBlock {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 100px;
  height: 18px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  pointer-events: none;
}

@media print, screen and (max-width: 768px) {
  .header .headRightBlock .contactBlock .innerBlock {
    width: 60px;
  }
}

.header .headRightBlock .contactBlock .innerBlock .contactText {
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

@media print, screen and (max-width: 768px) {
  .header .headRightBlock .contactBlock .innerBlock .contactText {
    display: none;
  }
}

.header .headRightBlock .contactBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 0;
  transition: .3s ease-in-out;
  transform: scale(0, 1);
  transform-origin: top left;
}

.header .headRightBlock .contactBlock:hover::before {
  transform: scale(1, 1);
  transform-origin: top left;
}

.header .headRightBlock .menuBlock {
  height: 100%;
  width: 60px;
  background: #0B5BA8;
  position: relative;
  cursor: pointer;
}

.header .headRightBlock .menuBlock hr {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  border: none;
  height: 2px;
  width: 20px;
  background: #ffff;
}

.header .headRightBlock .menuBlock hr:nth-of-type(1) {
  top: 21px;
  animation: close-1 .6s forwards ease-in;
}

.header .headRightBlock .menuBlock hr:nth-of-type(2) {
  top: 27px;
  opacity: 1;
  transition: .3s ease;
  transition-delay: .3s;
}

.header .headRightBlock .menuBlock hr:nth-of-type(3) {
  top: 33px;
  width: 13px;
  right: 7px;
  animation: close-2 .6s forwards ease-in;
}

.header .headRightBlock .menuBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: #00488B;
  transition: .3s ease-in-out;
  transform: scale(0, 1);
  transform-origin: top left;
}

.header .headRightBlock .menuBlock:hover::before {
  transform: scale(1, 1);
  transform-origin: top left;
}

body {
  overflow: auto;
}

body .menuListArea {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  background: #0B5BA8;
  opacity: 0;
  transition: .3s ease-in-out;
  pointer-events: none;
}

body .menuListArea .menuBgBlock {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  overflow: hidden;
}

@media print, screen and (max-width: 950px) {
  body .menuListArea .menuBgBlock {
    position: fixed;
  }
}

body .menuListArea .menuBgBlock .menuBg {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  object-fit: cover;
  opacity: 0;
  transition: .3s ease-in-out;
}

@media print, screen and (max-width: 950px) {
  body .menuListArea .menuBgBlock .menuBg {
    height: 100%;
    width: auto;
  }
}

body .menuListArea .menuBgBlock .menuBg.is-show {
  opacity: 1;
}

@media print, screen and (max-width: 950px) {
  body .menuListArea {
    overflow: scroll;
  }
}

body .menuListArea .menuListBlock {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 80vw;
  max-width: 1150px;
  display: flex;
}

@media print, screen and (max-width: 1050px) {
  body .menuListArea .menuListBlock {
    width: 90vw;
  }
}

@media print, screen and (max-width: 1050px) and (max-width: 950px) {
  body .menuListArea .menuListBlock {
    width: 100vw;
  }
}

@media print, screen and (min-width: 951px) {
  body .menuListArea .menuListBlock {
    transform: translate(-50%, -50%);
  }
}

@media print, screen and (max-width: 950px) {
  body .menuListArea .menuListBlock {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    margin: auto;
    height: auto;
    padding: 70px 0;
  }
}

body .menuListArea .menuListBlock .lists {
  opacity: 0;
  transform: translate3d(0, 80px, 0);
  transition: .8s ease;
  height: 100%;
  width: 260px;
  margin-right: 78px;
}

body .menuListArea .menuListBlock .lists:nth-of-type(2) {
  transition-delay: .2s;
}

body .menuListArea .menuListBlock .lists:nth-of-type(3) {
  transition-delay: .4s;
}

@media print, screen and (max-width: 950px) {
  body .menuListArea .menuListBlock .lists {
    margin: auto;
    padding: 32px 0;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
  }
}

body .menuListArea .menuListBlock .lists .lists-title h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 39px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-family: effra, sans-serif;
}

body .menuListArea .menuListBlock .lists .lists-title .subJaTitle {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 248.1%;
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  opacity: 0.5;
  font-family: "Noto Sans JP", sans-serif;
}

body .menuListArea .menuListBlock .lists .linkLists {
  padding-top: 20px;
}

body .menuListArea .menuListBlock .lists .linkLists .linkList a {
  text-decoration: none;
  display: flex;
  height: auto;
  width: auto;
  position: relative;
}

body .menuListArea .menuListBlock .lists .linkLists .linkList a .line {
  position: absolute;
  top: 0;
  left: -25px;
  height: 100%;
  width: 50px;
  pointer-events: none;
  backface-visibility: hidden;
  overflow: hidden;
}

body .menuListArea .menuListBlock .lists .linkLists .linkList a .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 45px;
  background-color: #fff;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: top left;
  transition: .3s ease-in-out;
  pointer-events: none;
}

body .menuListArea .menuListBlock .lists .linkLists .linkList a .text {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 260%;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  transition: .3s ease-in-out;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

body .menuListArea .menuListBlock .lists .linkLists .linkList a:hover .line::after {
  height: 1px;
  transform: scale(1, 1);
  transform-origin: top left;
}

body .menuListArea .menuListBlock .lists .linkLists .linkList a:hover .text {
  transform: translate3d(25px, 0, 0);
}

body .frontBlock {
  overflow: auto;
}

body.is-menu {
  overflow: hidden;
}

body.is-menu .menuListArea {
  opacity: 1;
  height: calc(var(--vh, 1vh) * 100);
  pointer-events: auto;
  z-index: 8700;
}

body.is-menu .menuListArea .menuListBlock .lists {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.is-menu .frontBlock {
  overflow: hidden;
}

body.is-menu .header .headRightBlock .menuBlock hr:nth-of-type(1) {
  animation: open-1 .6s forwards ease-in;
}

body.is-menu .header .headRightBlock .menuBlock hr:nth-of-type(2) {
  opacity: 0;
}

body.is-menu .header .headRightBlock .menuBlock hr:nth-of-type(3) {
  animation: open-2 .6s forwards ease-in;
}

body.is-menu .header .logoBlock .logoLink #whiteLogo {
  z-index: 3;
  opacity: 1 !important;
}

body.is-hidden {
  overflow: hidden;
}

@keyframes close-1 {
  0% {
    top: 29px;
    transform: rotateZ(45deg);
  }
  50% {
    top: 27px;
    transform: rotateZ(0deg);
  }
  100% {
    top: 21px;
  }
}

@keyframes close-2 {
  0% {
    top: 29px;
    width: 20px;
    right: 0;
    transform: rotateZ(-45deg);
  }
  50% {
    top: 27px;
    width: 20px;
    width: 13px;
    right: 7px;
    transform: rotateZ(0deg);
  }
  100% {
    top: 33px;
    width: 13px;
  }
}

@keyframes open-1 {
  0% {
    top: 21px;
  }
  50% {
    top: 27px;
    transform: rotateZ(0deg);
  }
  100% {
    top: 29px;
    transform: rotateZ(45deg);
  }
}

@keyframes open-2 {
  0% {
    top: 33px;
    width: 13px;
  }
  50% {
    top: 27px;
    width: 20px;
    width: 13px;
    right: 7px;
    transform: rotateZ(0deg);
  }
  100% {
    top: 29px;
    width: 20px;
    right: 0;
    transform: rotateZ(-45deg);
  }
}

.footer {
  min-height: 500px;
  height: 34.7vw;
  width: 100vw;
  display: flex;
}

@media print, screen and (min-width: 1101px) {
  .footer {
    overflow: hidden;
  }
}

@media print, screen and (max-width: 1100px) {
  .footer {
    display: block;
    max-height: initial;
    min-height: auto;
    width: 100vw;
    height: auto;
    position: relative;
  }
}

.footer .footerLeft {
  order: 1;
  width: calc(100% - 36vw);
  height: 100%;
}

@media print, screen and (max-width: 1100px) {
  .footer .footerLeft {
    width: 100vw;
    height: 370px;
  }
}

@media print, screen and (max-width: 1100px) and (max-width: 768px) {
  .footer .footerLeft {
    height: 300px;
  }
}

.footer .footerLeft .topBlock {
  height: 11.6vw;
  min-height: 160px;
  width: 100%;
  position: relative;
  background-color: transparent;
}

@media print, screen and (max-width: 1100px) {
  .footer .footerLeft .topBlock {
    position: absolute;
    top: -45px;
    left: 0;
    z-index: 1;
    min-height: initial;
    height: 60px;
  }
}

.footer .footerLeft .topBlock .topAnker {
  position: absolute;
  bottom: 30px;
  margin: auto;
  display: block;
  height: 20px;
  width: auto;
  margin: auto;
  text-decoration: none;
  width: 90px;
  display: flex;
  align-items: center;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0s;
}

@media print, screen and (min-width: 1101px) {
  .footer .footerLeft .topBlock .topAnker {
    left: 7.5%;
  }
}

@media print, screen and (max-width: 1100px) {
  .footer .footerLeft .topBlock .topAnker {
    right: 5vw;
    width: 100px;
  }
}

.footer .footerLeft .topBlock .topAnker .text {
  pointer-events: none;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #000000;
  font-family: effra, sans-serif;
  padding-right: 5px;
  display: block;
  position: relative;
  width: 60px;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
}

.footer .footerLeft .topBlock .topAnker .text.is-white {
  color: #fff;
}

@media print, screen and (max-width: 1100px) {
  .footer .footerLeft .topBlock .topAnker .text {
    font-size: 14px;
    padding-right: 0px;
    width: 80px;
  }
}

.footer .footerLeft .topBlock .topAnker .text .text1 {
  display: block;
  height: 20px;
  width: auto;
  position: absolute;
  top: 0%;
  left: 0;
  pointer-events: none;
  transition: .3s ease-in-out;
  transform: translate3d(0, 0px, 0);
  -webkit-backface-visibility: hidden;
}

.footer .footerLeft .topBlock .topAnker .text .text2 {
  display: block;
  height: 20px;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: .3s ease-in-out;
  transform: translate3d(0, 20px, 0);
  -webkit-backface-visibility: hidden;
}

.footer .footerLeft .topBlock .topAnker .arrowTop {
  height: 7px;
  margin-left: 5px;
  pointer-events: none;
}

@media print, screen and (max-width: 1100px) {
  .footer .footerLeft .topBlock .topAnker .arrowTop {
    margin-left: 0px;
    margin-bottom: 2px;
  }
}

.footer .footerLeft .topBlock .topAnker:hover .text .text1 {
  transform: translate3d(0, -20px, 0);
}

.footer .footerLeft .topBlock .topAnker:hover .text .text2 {
  transform: translate3d(0, 0px, 0);
}

.footer .footerLeft .topBlock .topAnker.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.footer .footerLeft .underBlock {
  min-height: 340px;
  height: 23vw;
  background-color: #fff;
  position: relative;
}

@media print, screen and (max-width: 1100px) {
  .footer .footerLeft .underBlock {
    min-height: initial;
    height: 370px;
  }
}

@media print, screen and (max-width: 1100px) and (max-width: 768px) {
  .footer .footerLeft .underBlock {
    height: 350px;
  }
}

.footer .footerLeft .underBlock .innerBlock {
  height: 250px;
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media print, screen and (min-width: 769px) {
  .footer .footerLeft .underBlock .innerBlock {
    top: 0;
  }
}

@media print, screen and (max-width: 768px) {
  .footer .footerLeft .underBlock .innerBlock {
    width: 90%;
    height: 100%;
    max-width: 340px;
  }
}

.footer .footerLeft .underBlock .innerBlock .ankerBlock {
  display: flex;
  padding-top: 30px;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.2s;
}

@media print, screen and (max-width: 768px) {
  .footer .footerLeft .underBlock .innerBlock .ankerBlock {
    flex-wrap: wrap;
    align-content: flex-start;
    max-width: 290px;
    margin: auto;
    width: 100%;
    padding-top: 60px;
    height: 80px;
  }
}

.footer .footerLeft .underBlock .innerBlock .ankerBlock .ankerList {
  text-decoration: none;
  height: 30px;
  width: auto;
  margin-right: 30px;
  position: relative;
}

@media print, screen and (max-width: 768px) {
  .footer .footerLeft .underBlock .innerBlock .ankerBlock .ankerList {
    margin-right: 0%;
  }
  .footer .footerLeft .underBlock .innerBlock .ankerBlock .ankerList:nth-of-type(1) {
    margin-right: 60px;
  }
  .footer .footerLeft .underBlock .innerBlock .ankerBlock .ankerList:nth-of-type(3) {
    margin-right: 100px;
    margin-top: 30px;
  }
  .footer .footerLeft .underBlock .innerBlock .ankerBlock .ankerList:nth-of-type(4) {
    margin-right: 70px;
    margin-top: 30px;
  }
}

@media print, screen and (max-width: 768px) and (max-width: 340px) {
  .footer .footerLeft .underBlock .innerBlock .ankerBlock .ankerList:nth-of-type(1) {
    margin-right: 30px;
  }
  .footer .footerLeft .underBlock .innerBlock .ankerBlock .ankerList:nth-of-type(3) {
    margin-right: 70px;
    margin-top: 30px;
  }
  .footer .footerLeft .underBlock .innerBlock .ankerBlock .ankerList:nth-of-type(4) {
    margin-right: 70px;
    margin-top: 30px;
  }
}

.footer .footerLeft .underBlock .innerBlock .ankerBlock .ankerList .text {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

.footer .footerLeft .underBlock .innerBlock .ankerBlock .ankerList .underline {
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #0B5BA8;
  clip-path: inset(0 100% 0 0);
  transition: .3s ease-in-out;
}

.footer .footerLeft .underBlock .innerBlock .ankerBlock .ankerList:hover .underline {
  clip-path: inset(0);
}

.footer .footerLeft .underBlock .innerBlock .ankerBlock .ankerList.is-current .underline {
  transform: scale(1, 1);
}

.footer .footerLeft .underBlock .innerBlock .ankerBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.footer .footerLeft .underBlock .innerBlock .dataBlock {
  padding-top: 46px;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.4s;
}

@media print, screen and (max-width: 768px) {
  .footer .footerLeft .underBlock .innerBlock .dataBlock {
    padding-top: 60px;
    width: 95%;
    margin: auto;
    height: auto;
  }
}

.footer .footerLeft .underBlock .innerBlock .dataBlock .nameBlock {
  display: flex;
  align-items: center;
  height: 40px;
  width: auto;
}

.footer .footerLeft .underBlock .innerBlock .dataBlock .nameBlock .companyLogo {
  height: 28px;
  width: auto;
  margin-right: 5px;
}

.footer .footerLeft .underBlock .innerBlock .dataBlock .nameBlock .companyName {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  line-height: 40px;
}

.footer .footerLeft .underBlock .innerBlock .dataBlock .address {
  padding-top: 10px;
  display: flex;
}

@media print, screen and (max-width: 768px) {
  .footer .footerLeft .underBlock .innerBlock .dataBlock .address {
    padding-top: 10px;
  }
}

.footer .footerLeft .underBlock .innerBlock .dataBlock .address .addressHead {
  width: 60px;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

.footer .footerLeft .underBlock .innerBlock .dataBlock .address .addressDes {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 19px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}

@media print, screen and (max-width: 375px) {
  .footer .footerLeft .underBlock .innerBlock .dataBlock .address .addressDes span.pc {
    display: none;
  }
}

.footer .footerLeft .underBlock .innerBlock .dataBlock .tel {
  padding-top: 4px;
  display: flex;
}

.footer .footerLeft .underBlock .innerBlock .dataBlock .tel .telHead {
  width: 60px;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

.footer .footerLeft .underBlock .innerBlock .dataBlock .tel .telDes {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 19px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
}

.footer .footerLeft .underBlock .innerBlock .dataBlock .copy {
  padding-top: 34px;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  color: #000000;
  font-family: effra, sans-serif;
}

@media print, screen and (max-width: 768px) {
  .footer .footerLeft .underBlock .innerBlock .dataBlock .copy {
    padding-top: 35px;
  }
}

.footer .footerLeft .underBlock .innerBlock .dataBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.footer .footerRight {
  order: 2;
  min-height: 500px;
  min-width: 576px;
  height: 34.7vw;
  width: 36vw;
  background-color: #303030;
  position: relative;
}

@media print, screen and (max-width: 1100px) {
  .footer .footerRight {
    min-height: initial;
    min-width: initial;
    height: 420px;
    width: 100vw;
    margin-top: 60px;
  }
}

.footer .footerRight .innerBlock {
  height: 290px;
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media print, screen and (max-width: 768px) {
  .footer .footerRight .innerBlock {
    height: 260px;
    width: 280px;
  }
}

.footer .footerRight .innerBlock .contactName {
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-family: effra, sans-serif;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  transition-delay: 0s;
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
}

@media print, screen and (max-width: 768px) {
  .footer .footerRight .innerBlock .contactName {
    font-size: 36px;
  }
}

.footer .footerRight .innerBlock .contactName.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.footer .footerRight .innerBlock .contactSub {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 248.1%;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  transition: 5s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.2s;
  clip-path: inset(0 100% 0 0);
}

@media print, screen and (max-width: 768px) {
  .footer .footerRight .innerBlock .contactSub {
    font-size: 14px;
  }
}

.footer .footerRight .innerBlock .contactSub.scrollin {
  clip-path: inset(0 0 0 0);
}

.footer .footerRight .innerBlock .contactDes {
  padding-top: 34px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.4s;
}

@media print, screen and (min-width: 769px) {
  .footer .footerRight .innerBlock .contactDes {
    white-space: nowrap;
    padding-top: 30px;
  }
}

.footer .footerRight .innerBlock .contactDes.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.footer .footerRight .innerBlock .viewBtn {
  display: inline-block;
  height: 30px;
  width: 150px;
  position: relative;
  text-decoration: none;
  margin-top: 70px;
  backface-visibility: hidden;
  overflow: hidden;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.6s;
}

@media print, screen and (max-width: 768px) {
  .footer .footerRight .innerBlock .viewBtn {
    margin-top: 60px;
  }
}

.footer .footerRight .innerBlock .viewBtn .viewText {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-family: effra, sans-serif;
}

.footer .footerRight .innerBlock .viewBtn .arrow {
  position: absolute;
  top: 0;
  right: 0;
}

.footer .footerRight .innerBlock .viewBtn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  opacity: 0.3;
}

.footer .footerRight .innerBlock .viewBtn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 1px;
  width: 100%;
  background-color: #fff;
  clip-path: inset(0 100% 0 0);
  transition: .3s ease-in-out;
  backface-visibility: hidden;
  overflow: hidden;
}

.footer .footerRight .innerBlock .viewBtn:hover::after {
  clip-path: inset(0);
}

.footer .footerRight .innerBlock .viewBtn.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.loadFirstArea {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  overflow: hidden;
  pointer-events: none;
}

.loadFirstArea.is-none {
  display: none;
}

.loadFirstArea .wrapScreen {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%) rotateZ(30deg);
  pointer-events: none;
}

.loadFirstArea .wrapScreen .innerScreen {
  height: 100%;
  width: 100%;
  display: flex;
  pointer-events: none;
}

.loadFirstArea .wrapScreen .innerScreen .layer {
  width: calc(100% / 8);
  height: 100%;
  background-color: #EEF0F2;
  pointer-events: none;
  position: relative;
}

.loadFirstArea .wrapScreen .innerScreen .layer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: 2px;
  background-color: #EEF0F2;
}

.loadFirstArea .FirstLogo {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  pointer-events: none;
}

.loadFirstArea .FirstLogo-img {
  height: 50px;
  width: 440px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
}

@media print, screen and (max-width: 768px) {
  .loadFirstArea .FirstLogo-img {
    max-width: 300px;
    width: 80vw;
    height: 35px;
  }
}

.loadFirstArea .FirstLogo-img #wrapMask {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #0B5BA8;
  pointer-events: none;
  clip-path: inset(0 0 0 0);
  pointer-events: none;
}

.loadFirstArea .FirstLogo-img .LogoImg {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 32px;
  width: auto;
  pointer-events: none;
}

@media print, screen and (max-width: 768px) {
  .loadFirstArea .FirstLogo-img .LogoImg {
    height: auto;
    width: 95%;
  }
}

@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 8900;
  transition: .5s ease;
}

body.fadeIn::after {
  opacity: 1;
  background-color: #EEF0F2;
  animation: fadeIn .3s forwards ease-in;
}

.loadSecondArea {
  position: fixed;
  left: 0;
  bottom: 0;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 8910;
  width: 100vw;
  background-color: #EEF0F2;
  opacity: 1;
  pointer-events: none;
}

.loadSecondArea.is-none {
  display: none;
}

.loadSecondArea .SecondLogo {
  position: absolute;
  top: calc(52% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 440px;
  z-index: 1000;
}

@media print, screen and (max-width: 768px) {
  .loadSecondArea .SecondLogo {
    width: 80vw;
    max-width: 300px;
    height: auto;
  }
}

.loadSecondArea .SecondLogo-img {
  width: auto;
  height: 32px;
  opacity: 0;
  background: #303030da;
}

@media print, screen and (max-width: 768px) {
  .loadSecondArea .SecondLogo-img {
    width: 95%;
    height: auto;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    background-color: #EEF0F2;
  }
  100% {
    opacity: 1;
    background-color: #EEF0F2;
  }
}

h1.is-hidden {
  display: none;
  pointer-events: none;
}

#detect-video {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

#lowPowerBg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("../img/top/lowPower.jpg");
  background-size: cover;
  opacity: 0;
}

@media print, screen and (max-width: 768px) {
  #lowPowerBg {
    background-position: center center;
  }
}

#lowPowerBg.is-visible {
  opacity: 1;
}

.bgMovieBlock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  text-align: center;
  line-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

.bgMovieBlock .blueMask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}

.bgMovieBlock .blueMask #bluePlane {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(22.45deg);
}

@media print, screen and (max-width: 950px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 40%;
  }
}

@media print, screen and (max-width: 950px) and (min-height: 1151px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 45%;
  }
}

@media print, screen and (max-width: 950px) and (max-height: 1150px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 50%;
  }
}

@media print, screen and (max-width: 950px) and (max-height: 900px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 50%;
  }
}

@media print, screen and (max-width: 950px) and (max-height: 570px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 50%;
  }
}

@media print, screen and (max-width: 950px) and (max-height: 300px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 50%;
  }
}

@media print, screen and (max-width: 600px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 30%;
  }
}

@media print, screen and (max-width: 600px) and (min-height: 1151px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 25%;
  }
}

@media print, screen and (max-width: 600px) and (max-height: 1150px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 30%;
  }
}

@media print, screen and (max-width: 600px) and (max-height: 900px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 43%;
  }
}

@media print, screen and (max-width: 600px) and (max-height: 570px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 50%;
  }
}

@media print, screen and (max-width: 600px) and (max-height: 300px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 50%;
  }
}

@media print, screen and (max-width: 400px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 30%;
  }
}

@media print, screen and (max-width: 400px) and (min-height: 1151px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 0%;
  }
}

@media print, screen and (max-width: 400px) and (max-height: 1150px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 20%;
  }
}

@media print, screen and (max-width: 400px) and (max-height: 900px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 30%;
  }
}

@media print, screen and (max-width: 400px) and (max-height: 570px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 45%;
  }
}

@media print, screen and (max-width: 400px) and (max-height: 300px) {
  .bgMovieBlock .blueMask #bluePlane {
    left: 47%;
  }
}

.bgMovieBlock .blueMask #bluePlane::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: #0B5BA8;
  opacity: 0.7;
  clip-path: inset(100% 0% 0% 85%);
  transition: clip-path 1.2s cubic-bezier(0.83, 0, 0.17, 1);
}

.bgMovieBlock .blueMask #bluePlane.scrollin::before {
  clip-path: inset(0% 0% 0% 85%);
}

.bgMovieBlock .blueMask #bluePlane::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: 1.2s cubic-bezier(0.83, 0, 0.17, 1);
  background: #0B5BA8;
  opacity: 0.1;
}

.bgMovieBlock .blueMask #bluePlane.is-fixed::after {
  transform: scale(1, 1);
  transform-origin: top right;
}

.bgMovieBlock .blueMask #bluePlane.is-fixed::before {
  clip-path: inset(0 0 0 0);
}

.bgMovieBlock .topMovie {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bgMovieBlock .topMovie.is-none {
  display: none;
}

.frontBlock {
  height: 100%;
  width: 100vw;
}

.frontBlock .heroBlock {
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  position: relative;
}

.frontBlock .heroBlock .heroInner {
  position: absolute;
  width: 80vw;
  height: 120px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media print, screen and (max-width: 768px) {
  .frontBlock .heroBlock .heroInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: 120px;
  }
}

.frontBlock .heroBlock .heroInner h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 66px;
  line-height: 135%;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  font-family: effra, sans-serif;
  width: 100%;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  transition-delay: 0.5s;
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
}

@media print, screen and (min-width: 1201px) {
  .frontBlock .heroBlock .heroInner h2 br.sp {
    display: none;
  }
}

@media print, screen and (max-width: 1200px) {
  .frontBlock .heroBlock .heroInner h2 br.sp {
    display: block;
  }
}

@media print, screen and (max-width: 768px) {
  .frontBlock .heroBlock .heroInner h2 {
    font-size: 50px;
  }
}

.frontBlock .heroBlock .heroInner h2.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.frontBlock .heroBlock .heroInner span {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.4em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  transition: 0.3s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
  clip-path: inset(0 100% 0 0);
}

@media print, screen and (max-width: 1200px) {
  .frontBlock .heroBlock .heroInner span {
    min-width: 240px;
    width: 80vw;
  }
}

@media print, screen and (max-width: 768px) {
  .frontBlock .heroBlock .heroInner span {
    display: block;
    width: 70vw;
    padding-top: 5px;
  }
}

.frontBlock .heroBlock .heroInner span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #0B5BA8;
  pointer-events: none;
  transition: 0.3s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.5s;
  clip-path: inset(0 0 0 0);
}

.frontBlock .heroBlock .heroInner span.scrollin {
  clip-path: inset(0 0 0 0);
}

.frontBlock .heroBlock .heroInner span.scrollin::before {
  clip-path: inset(0 0 0% 100%);
}

.frontBlock .heroBlock .scrollBar {
  position: absolute;
  bottom: 0;
  right: 70px;
  height: 100px;
  width: 1px;
  clip-path: inset(0 0 0 0);
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.5s;
  transition: 0.8s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media print, screen and (max-width: 768px) {
  .frontBlock .heroBlock .scrollBar {
    right: 40px;
    height: 80px;
  }
}

@media print, screen and (max-width: 768px) and (max-width: 375px) {
  .frontBlock .heroBlock .scrollBar {
    right: 30px;
  }
}

.frontBlock .heroBlock .scrollBar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
}

.frontBlock .heroBlock .scrollBar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

.frontBlock .heroBlock .scrollBar.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.frontBlock .heroBlock .scrollBar.is-none {
  clip-path: inset(100% 0 0 0);
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.frontBlock .sectionTitleBlock {
  width: 400px;
  height: 175px;
  position: relative;
}

@media print, screen and (max-width: 500px) {
  .frontBlock .sectionTitleBlock {
    height: 130px;
    width: 100%;
  }
}

.frontBlock .sectionTitleBlock h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 130%;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-family: effra, sans-serif;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  transition-delay: 1s;
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
}

@media print, screen and (max-width: 500px) {
  .frontBlock .sectionTitleBlock h2 {
    font-size: 36px;
    line-height: 130%;
  }
}

.frontBlock .sectionTitleBlock h2.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.frontBlock .sectionTitleBlock .subTitle {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.6s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.4s;
  clip-path: inset(0 100% 0 0);
}

.frontBlock .sectionTitleBlock .subTitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #0B5BA8;
  pointer-events: none;
  transition: 2s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s;
  clip-path: inset(0 0 0 0);
}

.frontBlock .sectionTitleBlock .subTitle.scrollin {
  clip-path: inset(0 0 0 0);
}

.frontBlock .sectionTitleBlock .subTitle.scrollin::before {
  clip-path: inset(0 0 0% 100%);
}

.frontBlock .sectionTitleBlock .linkBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 143px;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 1s;
}

.frontBlock .sectionTitleBlock .linkBtn .viewBtn {
  display: block;
  text-decoration: none;
  height: 100%;
  width: 100%;
  position: relative;
}

.frontBlock .sectionTitleBlock .linkBtn .viewBtn img {
  position: absolute;
  top: 6px;
  right: 0;
  margin: auto;
  pointer-events: none;
}

.frontBlock .sectionTitleBlock .linkBtn .viewBtn .viewText {
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-family: effra, sans-serif;
  text-align: left;
  pointer-events: none;
}

.frontBlock .sectionTitleBlock .linkBtn .viewBtn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.frontBlock .sectionTitleBlock .linkBtn .viewBtn::after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 1px;
  width: 100%;
  background-color: #fff;
  clip-path: inset(0 100% 0 0);
  transition: .3s ease-in-out;
  backface-visibility: hidden;
  overflow: hidden;
}

.frontBlock .sectionTitleBlock .linkBtn .viewBtn:hover::after {
  clip-path: inset(0);
}

.frontBlock .sectionTitleBlock .linkBtn.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.frontBlock .stBlock {
  width: 80vw;
  max-width: 1152px;
  margin: auto;
  margin-top: 192px;
  max-height: 1250px;
  height: 90vw;
  position: relative;
}

@media print, screen and (max-width: 900px) {
  .frontBlock .stBlock {
    height: 180vw;
    max-height: initial;
    width: 90vw;
  }
}

@media print, screen and (max-width: 900px) and (max-width: 750px) {
  .frontBlock .stBlock {
    height: 190vw;
    margin-top: 0;
  }
}

@media print, screen and (max-width: 900px) and (max-width: 620px) {
  .frontBlock .stBlock {
    height: 200vw;
    margin-top: 0;
  }
}

@media print, screen and (max-width: 900px) and (max-width: 550px) {
  .frontBlock .stBlock {
    height: 210vw;
    margin-top: 0;
  }
}

@media print, screen and (max-width: 900px) and (max-width: 500px) {
  .frontBlock .stBlock {
    height: calc(56vw + 150px + 56vw + 250px);
    margin-top: 0;
  }
}

.frontBlock .stBlock .sectionTitleBlock.is-st {
  height: 180px;
}

@media print, screen and (min-width: 901px) {
  .frontBlock .stBlock .sectionTitleBlock.is-st {
    top: -120px;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 500px) {
  .frontBlock .stBlock .sectionTitleBlock.is-st {
    height: 130px;
    margin-bottom: 10px;
  }
}

.frontBlock .stBlock .stContentBlock {
  height: 100%;
  width: 75%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media print, screen and (max-width: 900px) {
  .frontBlock .stBlock .stContentBlock {
    top: 240px;
    width: 100%;
    height: calc(100% - 250px);
  }
}

@media print, screen and (max-width: 500px) {
  .frontBlock .stBlock .stContentBlock {
    height: calc(53.3vw + 180px + 53.3vw);
    margin: auto;
    right: 0;
    top: 180px;
  }
}

.frontBlock .stBlock .stContentBlock .imgWrap {
  pointer-events: auto;
  height: calc(35.5555556vw + 65px);
  width: 26.6666667vw;
  position: absolute;
}

@media print, screen and (min-width: 901px) {
  .frontBlock .stBlock .stContentBlock .imgWrap {
    max-height: 572px;
    max-width: 384px;
    margin-left: 5vw;
  }
}

@media print, screen and (max-width: 900px) {
  .frontBlock .stBlock .stContentBlock .imgWrap {
    width: 42vw;
    height: calc(56vw + 90px);
  }
}

.frontBlock .stBlock .stContentBlock .imgWrap .imgBlock {
  max-height: 572px;
  max-width: 384px;
  height: calc(35.5555556vw);
  width: 26.6666667vw;
  overflow: hidden;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-delay: 0.4s;
}

@media print, screen and (max-width: 900px) {
  .frontBlock .stBlock .stContentBlock .imgWrap .imgBlock {
    width: 42vw;
    height: calc(56vw);
    max-height: initial;
    max-width: initial;
  }
}

.frontBlock .stBlock .stContentBlock .imgWrap .imgBlock .imgBox {
  width: 26.6666667vw;
  height: 35.5555556vw;
  overflow: hidden;
}

@media print, screen and (max-width: 900px) {
  .frontBlock .stBlock .stContentBlock .imgWrap .imgBlock .imgBox {
    width: 42vw;
    height: calc(56vw);
  }
}

.frontBlock .stBlock .stContentBlock .imgWrap .imgBlock .imgBox .innerWrap {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 2s transform cubic-bezier(0.23, 1, 0.32, 1);
}

@media print, screen and (max-width: 900px) {
  .frontBlock .stBlock .stContentBlock .imgWrap .imgBlock .imgBox .innerWrap {
    height: 100%;
    width: 100%;
  }
}

.frontBlock .stBlock .stContentBlock .imgWrap .imgBlock .imgBox .innerWrap img {
  margin-top: 5%;
  height: 110%;
  width: auto;
}

.frontBlock .stBlock .stContentBlock .imgWrap .imgBlock .imgBox .innerWrap:hover {
  transform: scale(1.1);
}

.frontBlock .stBlock .stContentBlock .imgWrap .imgBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.frontBlock .stBlock .stContentBlock .imgWrap .desBox {
  padding-top: 25px;
  height: auto;
  display: flex;
  width: auto;
  max-width: 384px;
}

.frontBlock .stBlock .stContentBlock .imgWrap .desBox .numBox {
  height: 25px;
  width: 60px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  font-family: effra, sans-serif;
  transition: 0.6s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.4s;
  clip-path: inset(0 100% 0 0);
}

@media print, screen and (max-width: 900px) {
  .frontBlock .stBlock .stContentBlock .imgWrap .desBox .numBox {
    width: 67px;
  }
}

.frontBlock .stBlock .stContentBlock .imgWrap .desBox .numBox .left-line {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  bottom: 0;
  margin: auto;
  height: 80%;
  width: 1px;
  background-color: #fff;
  transform: rotateZ(20deg);
}

.frontBlock .stBlock .stContentBlock .imgWrap .desBox .numBox .right-line {
  content: "";
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  margin: auto;
  height: 80%;
  width: 1px;
  background-color: #fff;
  transform: rotateZ(20deg);
}

.frontBlock .stBlock .stContentBlock .imgWrap .desBox .numBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #0B5BA8;
  pointer-events: none;
  transition: 0.6s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s;
  clip-path: inset(0 0 0 0);
}

.frontBlock .stBlock .stContentBlock .imgWrap .desBox .numBox.scrollin {
  clip-path: inset(0 0 0 0);
}

.frontBlock .stBlock .stContentBlock .imgWrap .desBox .numBox.scrollin::before {
  clip-path: inset(0 0 0% 100%);
}

.frontBlock .stBlock .stContentBlock .imgWrap .desBox .name {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 1s;
}

@media print, screen and (max-width: 500px) {
  .frontBlock .stBlock .stContentBlock .imgWrap .desBox .name {
    font-size: 16px;
  }
}

.frontBlock .stBlock .stContentBlock .imgWrap .desBox .name.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.frontBlock .stBlock .stContentBlock .imgWrap .desBox .name br.sp {
  display: none;
}

@media print, screen and (max-width: 1400px) {
  .frontBlock .stBlock .stContentBlock .imgWrap .desBox {
    padding-top: 20px;
  }
  .frontBlock .stBlock .stContentBlock .imgWrap .desBox .name {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 1300px) {
  .frontBlock .stBlock .stContentBlock .imgWrap .desBox {
    padding-top: 10px;
    display: block;
  }
  .frontBlock .stBlock .stContentBlock .imgWrap .desBox .name {
    padding-top: 5px;
  }
}

@media print, screen and (max-width: 1000px) {
  .frontBlock .stBlock .stContentBlock .imgWrap .desBox {
    display: block;
  }
  .frontBlock .stBlock .stContentBlock .imgWrap .desBox .name br.sp {
    display: block;
  }
}

@media print, screen and (max-width: 360px) {
  .frontBlock .stBlock .stContentBlock .imgWrap .desBox .name {
    font-size: 14px;
  }
}

.frontBlock .stBlock .stContentBlock .imgWrap:nth-of-type(1) {
  top: 0;
  left: 0;
}

.frontBlock .stBlock .stContentBlock .imgWrap:nth-of-type(2) {
  top: 0;
  right: -5vw;
  bottom: 0;
  margin: auto;
}

@media print, screen and (max-width: 900px) {
  .frontBlock .stBlock .stContentBlock .imgWrap:nth-of-type(2) {
    right: 0;
  }
}

.frontBlock .stBlock .stContentBlock .imgWrap:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

@media print, screen and (max-width: 500px) {
  .frontBlock .stBlock .stContentBlock .imgWrap:nth-of-type(3) {
    bottom: -60px;
  }
}

.frontBlock .proBlock {
  width: 80vw;
  max-width: 1152px;
  height: auto;
  margin: auto;
  position: relative;
}

@media print, screen and (min-width: 901px) {
  .frontBlock .proBlock {
    height: 230px;
  }
}

@media print, screen and (max-width: 900px) {
  .frontBlock .proBlock {
    height: 200px;
    position: static;
    width: 90vw;
    margin-top: 78px;
    margin-bottom: 50px;
  }
}

@media print, screen and (max-width: 768px) {
  .frontBlock .proBlock {
    margin-top: 0;
  }
}

@media print, screen and (max-width: 500px) {
  .frontBlock .proBlock {
    margin-top: 78px;
    height: 130px;
    margin-bottom: 64px;
  }
}

@media print, screen and (min-width: 901px) {
  .frontBlock .proBlock .sectionTitleBlock.is-pro {
    position: absolute;
    top: -50px;
    right: 0;
    margin-left: auto;
  }
}

.frontBlock .proContentBlock {
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
}

@media print, screen and (max-width: 500px) {
  .frontBlock .proContentBlock {
    height: 133.4vw;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}

.frontBlock .proContentBlock .rightLinkBox,
.frontBlock .proContentBlock .leftLinkBox {
  width: 50vw;
  height: 33.4vw;
  overflow: hidden;
  position: relative;
}

@media print, screen and (max-width: 500px) {
  .frontBlock .proContentBlock .rightLinkBox,
  .frontBlock .proContentBlock .leftLinkBox {
    width: 100vw;
    height: 66.7vw;
  }
}

.frontBlock .proContentBlock .rightLinkBox .innerWrap,
.frontBlock .proContentBlock .leftLinkBox .innerWrap {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 2s transform cubic-bezier(0.23, 1, 0.32, 1);
}

.frontBlock .proContentBlock .rightLinkBox .innerWrap img,
.frontBlock .proContentBlock .leftLinkBox .innerWrap img {
  position: absolute;
  top: 0%;
  z-index: 0;
  left: 0;
  height: 120%;
  width: auto;
}

.frontBlock .proContentBlock .rightLinkBox .innerWrap:hover,
.frontBlock .proContentBlock .leftLinkBox .innerWrap:hover {
  transform: scale(1.1);
}

.frontBlock .proContentBlock .rightLinkBox .text,
.frontBlock .proContentBlock .leftLinkBox .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin: auto;
  text-align: center;
  height: 43px;
  width: 175px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0.3em;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  display: block;
  pointer-events: none;
  transition: 0.6s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.4s;
  clip-path: inset(0 100% 0 0);
}

@media print, screen and (max-width: 768px) {
  .frontBlock .proContentBlock .rightLinkBox .text,
  .frontBlock .proContentBlock .leftLinkBox .text {
    font-size: 18px;
    width: 150px;
    height: 35px;
  }
}

.frontBlock .proContentBlock .rightLinkBox .text .left-line,
.frontBlock .proContentBlock .leftLinkBox .text .left-line {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
  height: 50%;
  width: 1px;
  background-color: #fff;
  transform: rotateZ(20deg);
  pointer-events: none;
}

.frontBlock .proContentBlock .rightLinkBox .text .right-line,
.frontBlock .proContentBlock .leftLinkBox .text .right-line {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  height: 50%;
  width: 1px;
  background-color: #fff;
  transform: rotateZ(20deg);
  pointer-events: none;
}

.frontBlock .proContentBlock .rightLinkBox .text::before,
.frontBlock .proContentBlock .leftLinkBox .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #0B5BA8;
  pointer-events: none;
  transition: 0.6s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.9s;
  clip-path: inset(0 0 0 0);
}

.frontBlock .proContentBlock .rightLinkBox .text.scrollin,
.frontBlock .proContentBlock .leftLinkBox .text.scrollin {
  clip-path: inset(0 0 0 0);
}

.frontBlock .proContentBlock .rightLinkBox .text.scrollin::before,
.frontBlock .proContentBlock .leftLinkBox .text.scrollin::before {
  clip-path: inset(0 0 0% 100%);
}

.frontBlock .proContentBlock .leftLinkBox {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-delay: 0s;
}

.frontBlock .proContentBlock .leftLinkBox.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.frontBlock .proContentBlock .rightLinkBox {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-delay: 0.4s;
}

.frontBlock .proContentBlock .rightLinkBox.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.frontBlock .proContentBlock .rightLinkBox .text {
  width: 110px;
}

@media print, screen and (max-width: 768px) {
  .frontBlock .proContentBlock .rightLinkBox .text {
    width: 100px;
  }
}

.frontBlock .comBlock {
  padding-top: 177px;
  width: 80vw;
  max-width: 1152px;
  height: 800px;
  margin: auto;
  padding-bottom: 90px;
}

@media print, screen and (max-width: 1000px) {
  .frontBlock .comBlock {
    height: 700px;
  }
}

@media print, screen and (max-width: 900px) {
  .frontBlock .comBlock {
    width: 90vw;
    height: 100%;
  }
}

@media print, screen and (max-width: 500px) {
  .frontBlock .comBlock {
    padding-top: 104px;
  }
}

.frontBlock .comBlock .sectionTitleBlock.is-com {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 901px) {
  .frontBlock .comBlock .sectionTitleBlock.is-com {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }
}

.frontBlock .comBlock .comContentBlock {
  height: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media print, screen and (max-width: 900px) {
  .frontBlock .comBlock .comContentBlock {
    display: block;
    position: relative;
    height: calc(53.4vw + 53.4vw + 150px);
    width: 100%;
    margin: auto;
  }
}

.frontBlock .comBlock .comContentBlock .comItem {
  height: 386px;
  width: 252px;
}

@media print, screen and (max-width: 900px) {
  .frontBlock .comBlock .comContentBlock .comItem {
    height: calc(53.4vw + 50px);
    width: 40vw;
    position: absolute;
  }
  .frontBlock .comBlock .comContentBlock .comItem:nth-of-type(1) {
    bottom: 0;
    left: 0;
  }
  .frontBlock .comBlock .comContentBlock .comItem:nth-of-type(2) {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .frontBlock .comBlock .comContentBlock .comItem:nth-of-type(3) {
    top: 0;
    left: 0;
  }
}

.frontBlock .comBlock .comContentBlock .comItem .comImgBox {
  height: 336px;
  width: 252px;
  display: block;
  overflow: hidden;
  display: block;
  position: relative;
}

@media print, screen and (max-width: 900px) {
  .frontBlock .comBlock .comContentBlock .comItem .comImgBox {
    height: 53.4vw;
    width: 40vw;
  }
}

.frontBlock .comBlock .comContentBlock .comItem .comImgBox .innerWrap {
  display: block;
  height: 336px;
  width: 252px;
  overflow: hidden;
  display: block;
  overflow: hidden;
  position: relative;
  transition: 2s transform cubic-bezier(0.23, 1, 0.32, 1);
}

@media print, screen and (max-width: 900px) {
  .frontBlock .comBlock .comContentBlock .comItem .comImgBox .innerWrap {
    height: 53.4vw;
    width: 40vw;
  }
}

.frontBlock .comBlock .comContentBlock .comItem .comImgBox .innerWrap .comImg {
  height: 110%;
  width: auto;
  margin-top: 5%;
  overflow: hidden;
}

@media print, screen and (max-width: 900px) {
  .frontBlock .comBlock .comContentBlock .comItem .comImgBox .innerWrap .comImg {
    height: 120%;
  }
}

.frontBlock .comBlock .comContentBlock .comItem .comImgBox .innerWrap:hover {
  transform: scale(1.1);
}

.frontBlock .comBlock .comContentBlock .comItem .comTitle {
  height: 30px;
  padding-top: 15px;
  width: auto;
}

@media print, screen and (max-width: 900px) {
  .frontBlock .comBlock .comContentBlock .comItem .comTitle {
    padding-top: 20px;
  }
}

@media print, screen and (max-width: 900px) and (max-width: 375px) {
  .frontBlock .comBlock .comContentBlock .comItem .comTitle {
    padding-top: 10px;
  }
}

.frontBlock .comBlock .comContentBlock .comItem .comTitle .linkTitle {
  display: inline;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  width: auto;
  position: relative;
  padding: 0 20px;
  transition: 0.6s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.4s;
  clip-path: inset(0 100% 0 0);
}

@media print, screen and (max-width: 900px) {
  .frontBlock .comBlock .comContentBlock .comItem .comTitle .linkTitle {
    padding: 0 18px;
    font-size: 16px;
  }
}

.frontBlock .comBlock .comContentBlock .comItem .comTitle .linkTitle .left-line {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
  height: 80%;
  width: 1px;
  background-color: #fff;
  transform: rotateZ(20deg);
}

.frontBlock .comBlock .comContentBlock .comItem .comTitle .linkTitle .right-line {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  height: 80%;
  width: 1px;
  background-color: #fff;
  transform: rotateZ(20deg);
}

.frontBlock .comBlock .comContentBlock .comItem .comTitle .linkTitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #0B5BA8;
  pointer-events: none;
  transition: 0.6s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s;
  clip-path: inset(0 0 0 0);
}

.frontBlock .comBlock .comContentBlock .comItem .comTitle .linkTitle.scrollin {
  clip-path: inset(0 0 0 0);
}

.frontBlock .comBlock .comContentBlock .comItem .comTitle .linkTitle.scrollin::before {
  clip-path: inset(0 0 0% 100%);
}

@media print, screen and (min-width: 901px) {
  .frontBlock .comBlock .comContentBlock .comItem:nth-of-type(1) {
    margin-top: 60px;
  }
  .frontBlock .comBlock .comContentBlock .comItem:nth-of-type(2) {
    margin-top: 30px;
    margin-left: 66px;
    margin-right: 66px;
  }
}

.frontBlock .comBlock .comContentBlock .comItem:nth-of-type(1) .comImgBox {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-delay: 0s;
}

.frontBlock .comBlock .comContentBlock .comItem:nth-of-type(1) .comImgBox.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.frontBlock .comBlock .comContentBlock .comItem:nth-of-type(2) .comImgBox {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-delay: 0.2s;
}

.frontBlock .comBlock .comContentBlock .comItem:nth-of-type(2) .comImgBox.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.frontBlock .comBlock .comContentBlock .comItem:nth-of-type(3) .comImgBox {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-delay: 0.4s;
}

.frontBlock .comBlock .comContentBlock .comItem:nth-of-type(3) .comImgBox.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.heroArea {
  width: 100vw;
  position: relative;
  height: 37.9vw;
}

@media print, screen and (max-width: 768px) {
  .heroArea {
    height: 85vh;
    width: 100vw;
    max-height: 690px;
  }
}

.heroArea .imgBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
}

@media print, screen and (max-width: 768px) {
  .heroArea .imgBlock {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}

.heroArea .imgBlock .heroImg {
  width: 100vw;
  height: auto;
}

@media print, screen and (max-width: 768px) {
  .heroArea .imgBlock .heroImg {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
  }
}

.heroArea .imgBlock #menuSwitchTrigger {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
  z-index: 111;
}

@media print, screen and (max-width: 768px) {
  .heroArea .imgBlock #menuSwitchTrigger {
    bottom: 30%;
  }
}

.heroArea .fromtBlock {
  position: absolute;
  left: 0;
  z-index: 1;
  height: 55vw;
  width: 100vw;
}

@media print, screen and (min-width: 769px) {
  .heroArea .fromtBlock {
    top: 0;
  }
}

@media print, screen and (max-width: 768px) {
  .heroArea .fromtBlock {
    height: calc(100% - 28%);
    width: 90vw;
    top: 28%;
    right: 0;
    margin: auto;
  }
}

.heroArea .fromtBlock .innerBlock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 30vw;
  width: 80vw;
}

@media print, screen and (min-width: 769px) {
  .heroArea .fromtBlock .innerBlock {
    bottom: 0;
  }
}

@media print, screen and (max-width: 768px) {
  .heroArea .fromtBlock .innerBlock {
    width: 100%;
    height: 100%;
  }
}

.heroArea .fromtBlock .innerBlock .topBlock .breadBlock {
  display: flex;
  height: 16px;
  width: auto;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.4s;
}

.heroArea .fromtBlock .innerBlock .topBlock .breadBlock .topLink {
  text-decoration: none;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  padding-right: 18px;
  position: relative;
  width: 24px;
  overflow: hidden;
}

.heroArea .fromtBlock .innerBlock .topBlock .breadBlock .topLink .text-1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 24px;
  transition: .3s ease-in-out;
  transform: translate3d(0, 0px, 0);
  -webkit-backface-visibility: hidden;
}

.heroArea .fromtBlock .innerBlock .topBlock .breadBlock .topLink .text-2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 24px;
  transition: .3s ease-in-out;
  transform: translate3d(0, 16px, 0);
  -webkit-backface-visibility: hidden;
}

.heroArea .fromtBlock .innerBlock .topBlock .breadBlock .topLink:hover .text-1 {
  transform: translate3d(0, -16px, 0);
}

.heroArea .fromtBlock .innerBlock .topBlock .breadBlock .topLink:hover .text-2 {
  transform: translate3d(0, 0px, 0);
}

.heroArea .fromtBlock .innerBlock .topBlock .breadBlock .line {
  height: 100%;
  width: 17px;
  position: relative;
  margin-right: 18px;
}

.heroArea .fromtBlock .innerBlock .topBlock .breadBlock .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.heroArea .fromtBlock .innerBlock .topBlock .breadBlock .currentText {
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  opacity: 0.5;
  font-family: "Noto Sans JP", sans-serif;
}

.heroArea .fromtBlock .innerBlock .topBlock .breadBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.heroArea .fromtBlock .innerBlock .topBlock .heroTitle {
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  padding-top: 20px;
  font-family: effra, sans-serif;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  transition-delay: 0.4s;
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
}

@media print, screen and (max-width: 768px) {
  .heroArea .fromtBlock .innerBlock .topBlock .heroTitle {
    padding-top: 10px;
    font-size: 32px;
  }
}

.heroArea .fromtBlock .innerBlock .topBlock .heroTitle.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.heroArea .fromtBlock .innerBlock .topBlock .subTitle {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 248.1%;
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  width: auto;
  display: inline;
  padding: 5px 0;
}

@media print, screen and (max-width: 768px) {
  .heroArea .fromtBlock .innerBlock .topBlock .subTitle {
    font-size: 14px;
    line-height: 200%;
  }
}

@media print, screen and (min-width: 769px) {
  .heroArea .fromtBlock .innerBlock .topBlock .subTitle {
    transition: 0.3s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    clip-path: inset(0 100% 0 0);
  }
  .heroArea .fromtBlock .innerBlock .topBlock .subTitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: #0B5BA8;
    pointer-events: none;
    transition: 5s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.4s;
    clip-path: inset(0 0 0 0);
  }
  .heroArea .fromtBlock .innerBlock .topBlock .subTitle.scrollin {
    clip-path: inset(0 0 0 0);
  }
  .heroArea .fromtBlock .innerBlock .topBlock .subTitle.scrollin::before {
    clip-path: inset(0 0 0% 100%);
  }
}

@media print, screen and (max-width: 768px) {
  .heroArea .fromtBlock .innerBlock .topBlock .subTitle {
    transition: 0.2s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    clip-path: inset(0 100% 0 0);
  }
  .heroArea .fromtBlock .innerBlock .topBlock .subTitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: #0B5BA8;
    pointer-events: none;
    transition: 2s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.4s;
    clip-path: inset(0 0 0 0);
  }
  .heroArea .fromtBlock .innerBlock .topBlock .subTitle.scrollin {
    clip-path: inset(0 0 0 0);
  }
  .heroArea .fromtBlock .innerBlock .topBlock .subTitle.scrollin::before {
    clip-path: inset(0 0 0% 100%);
  }
}

@media print, screen and (max-width: 375px) {
  .heroArea .fromtBlock .innerBlock .topBlock .subTitle {
    transition: 0.2s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    clip-path: inset(0 100% 0 0);
  }
  .heroArea .fromtBlock .innerBlock .topBlock .subTitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: #0B5BA8;
    pointer-events: none;
    transition: 1s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.4s;
    clip-path: inset(0 0 0 0);
  }
  .heroArea .fromtBlock .innerBlock .topBlock .subTitle.scrollin {
    clip-path: inset(0 0 0 0);
  }
  .heroArea .fromtBlock .innerBlock .topBlock .subTitle.scrollin::before {
    clip-path: inset(0 0 0% 100%);
  }
}

.heroArea .fromtBlock .innerBlock .underBlock {
  position: absolute;
  bottom: 5vw;
  right: 5vw;
  height: 30px;
  width: auto;
}

@media print, screen and (max-width: 1000px) {
  .heroArea .fromtBlock .innerBlock .underBlock {
    width: auto;
    max-width: 270px;
    bottom: 0px;
    right: 0;
    height: auto;
  }
}

@media print, screen and (max-width: 768px) {
  .heroArea .fromtBlock .innerBlock .underBlock {
    width: auto;
    max-width: 280px;
    bottom: 80px;
    right: 0;
    height: auto;
  }
}

@media print, screen and (max-width: 768px) and (max-width: 500px) {
  .heroArea .fromtBlock .innerBlock .underBlock {
    bottom: 80px;
  }
  .heroArea .fromtBlock .innerBlock .underBlock.is-st {
    bottom: 20px;
  }
}

.heroArea .fromtBlock .innerBlock .underBlock .underinBlock {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.4s;
}

.heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink {
  text-decoration: none;
  height: 30px;
  width: auto;
  margin-left: 25px;
  display: flex;
}

@media print, screen and (max-width: 1000px) {
  .heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink {
    margin-left: 45px;
  }
}

.heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .text {
  display: block;
  height: 20px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  width: 150px;
}

.heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .text.is-30 {
  width: 30px;
}

@media print, screen and (max-width: 1000px) {
  .heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .text.is-30 {
    width: 28px;
  }
}

.heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .text.is-60 {
  width: 60px;
}

@media print, screen and (max-width: 1000px) {
  .heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .text.is-60 {
    width: 55px;
  }
}

.heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .text.is-160 {
  width: 160px;
}

@media print, screen and (max-width: 1000px) {
  .heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .text.is-160 {
    width: 151px;
  }
}

.heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .text.is-200 {
  width: 200px;
}

@media print, screen and (max-width: 1000px) {
  .heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .text.is-200 {
    width: 192px;
  }
}

.heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .text.is-220 {
  width: 220px;
}

@media print, screen and (max-width: 1000px) {
  .heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .text.is-220 {
    width: 210px;
  }
}

.heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .text .in-text1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 100%;
  text-align: right;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #0B5BA8;
  pointer-events: none;
  font-family: "Noto Sans JP", sans-serif;
  transition: .3s ease-in-out;
  transform: translate3d(0, 0px, 0);
  -webkit-backface-visibility: hidden;
}

@media print, screen and (max-width: 1000px) {
  .heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .text .in-text1 {
    display: flex;
    text-align: left;
  }
}

.heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .text .in-text2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 100%;
  text-align: right;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #0B5BA8;
  pointer-events: none;
  font-family: "Noto Sans JP", sans-serif;
  transition: .3s ease-in-out;
  transform: translate3d(0, 20px, 0);
  -webkit-backface-visibility: hidden;
}

@media print, screen and (max-width: 1000px) {
  .heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .text .in-text2 {
    display: flex;
    text-align: left;
  }
}

.heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .arrow {
  display: block;
  height: 20px;
  width: 20px;
  position: relative;
  padding-left: 5px;
  pointer-events: none;
}

.heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink .arrow img {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink:hover .text .in-text1 {
  transform: translate3d(0, -20px, 0);
}

.heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink:hover .text .in-text2 {
  transform: translate3d(0, 0px, 0);
}

@media print, screen and (max-width: 1000px) {
  .heroArea .fromtBlock .innerBlock .underBlock .underinBlock .ankerLink.is-ml_sp {
    margin-left: 5px;
  }
}

.heroArea .fromtBlock .innerBlock .underBlock .underinBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media print, screen and (max-width: 1000px) {
  .heroArea#compage .fromtBlock .innerBlock .underBlock .underinBlock {
    width: 320px;
  }
}

@media print, screen and (max-width: 1000px) and (max-width: 768px) {
  .heroArea#compage .fromtBlock .innerBlock .underBlock .underinBlock {
    width: auto;
  }
}

.stHeadArea {
  height: 38.9vw;
  width: 100vw;
  position: relative;
  margin-top: 128px;
}

@media print, screen and (max-width: 850px) {
  .stHeadArea {
    height: 480px;
    width: 100vw;
    margin-top: 80px;
  }
}

.stHeadArea .stTopBlock {
  height: 100%;
  width: 100%;
}

.stHeadArea .stTopBlock .imgBlock {
  overflow: hidden;
  width: 100vw;
  height: 29.51vw;
  position: absolute;
  overflow: hidden;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-delay: 0.4s;
}

@media print, screen and (min-width: 851px) {
  .stHeadArea .stTopBlock .imgBlock {
    bottom: 0;
    left: 0;
  }
}

@media print, screen and (max-width: 500px) {
  .stHeadArea .stTopBlock .imgBlock {
    height: 194px;
  }
}

.stHeadArea .stTopBlock .imgBlock .stImg {
  position: absolute;
  width: 105vw;
  height: auto;
}

@media print, screen and (min-width: 851px) {
  .stHeadArea .stTopBlock .imgBlock .stImg {
    bottom: -10%;
    left: 0;
  }
}

.stHeadArea .stTopBlock .imgBlock .stImg.sp {
  display: none;
}

.stHeadArea .stTopBlock .imgBlock .stImg.pc {
  display: block;
}

@media print, screen and (max-width: 850px) {
  .stHeadArea .stTopBlock .imgBlock .stImg {
    top: 0;
    right: 0;
    width: 100vw;
    height: auto;
  }
}

@media print, screen and (max-width: 850px) and (max-width: 650px) {
  .stHeadArea .stTopBlock .imgBlock .stImg {
    width: 100%;
    height: auto;
  }
}

@media print, screen and (max-width: 850px) and (max-width: 650px) and (max-width: 350px) {
  .stHeadArea .stTopBlock .imgBlock .stImg {
    height: 194px;
    width: auto;
  }
}

@media print, screen and (max-width: 850px) and (max-width: 650px) {
  .stHeadArea .stTopBlock .imgBlock .stImg.sp {
    display: block;
  }
  .stHeadArea .stTopBlock .imgBlock .stImg.pc {
    display: none;
  }
}

.stHeadArea .stTopBlock .imgBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stHeadArea .stTopBlock .dataBlock {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 90%;
  max-width: 1296px;
  margin: auto;
}

@media print, screen and (min-width: 851px) {
  .stHeadArea .stTopBlock .dataBlock {
    top: 0;
    left: 0;
    right: 0;
  }
}

@media print, screen and (max-width: 850px) {
  .stHeadArea .stTopBlock .dataBlock {
    width: 100%;
    bottom: 0;
    right: 0;
    height: 351px;
  }
}

.stHeadArea .stTopBlock .dataBlock .innerBlock {
  height: 34vw;
  width: 34vw;
  max-height: 450px;
  max-width: 450px;
  background-color: #fff;
  position: relative;
  margin-right: auto;
}

@media print, screen and (max-width: 850px) {
  .stHeadArea .stTopBlock .dataBlock .innerBlock {
    width: 95%;
    max-width: initial;
    max-height: initial;
    max-width: 351px;
    height: 300px;
  }
}

.stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 362px;
  max-width: 362px;
  height: 80%;
  width: 80%;
}

@media print, screen and (max-width: 850px) {
  .stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock {
    width: 80%;
    height: 80%;
  }
}

.stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .number {
  height: 30px;
  width: 110px;
  display: flex;
}

@media print, screen and (max-width: 850px) {
  .stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .number {
    width: 85px;
  }
}

.stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .number .line {
  width: 80px;
  height: 30px;
  position: relative;
}

@media print, screen and (max-width: 850px) {
  .stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .number .line {
    width: 60px;
  }
}

.stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .number .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  background-color: #0B5BA8;
  width: 0px;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .number .line.scrollin::before {
  width: 70px;
}

@media print, screen and (max-width: 850px) {
  .stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .number .line.scrollin::before {
    width: 50px;
  }
}

.stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .number .num {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.14em;
  color: #0B5BA8;
  font-family: effra, sans-serif;
  width: 30px;
  position: relative;
  transition: 0.6s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.4s;
  clip-path: inset(0 100% 0 0);
}

@media print, screen and (max-width: 850px) {
  .stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .number .num {
    font-size: 18px;
    line-height: 30px;
  }
}

.stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .number .num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #0B5BA8;
  pointer-events: none;
  transition: 0.6s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s;
  clip-path: inset(0 0 0 0);
}

.stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .number .num.scrollin {
  clip-path: inset(0 0 0 0);
}

.stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .number .num.scrollin::before {
  clip-path: inset(0 0 0% 100%);
}

.stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .head {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.15em;
  color: #000000;
  padding-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  transition-delay: 0.8s;
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
}

@media print, screen and (max-width: 1000px) {
  .stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .head {
    font-size: 2.4vw;
    padding-top: 1vw;
    line-height: 3.5vw;
  }
}

@media print, screen and (max-width: 850px) {
  .stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .head {
    font-size: 18px;
    line-height: 26px;
    padding-top: 16px;
  }
}

.stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .head.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .des {
  padding-top: 25px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.8s;
}

@media print, screen and (max-width: 1300px) {
  .stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .des {
    font-size: 1.2vw;
    padding-top: 1vw;
  }
}

@media print, screen and (min-width: 851px) {
  .stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .des.sp {
    display: none;
  }
}

@media print, screen and (max-width: 850px) {
  .stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .des {
    font-size: 16px;
    line-height: 160%;
    padding-top: 18px;
    margin: 0;
  }
  .stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .des.pc {
    display: none;
  }
}

.stHeadArea .stTopBlock .dataBlock .innerBlock .desBlock .des.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media print, screen and (min-width: 851px) {
  .stHeadArea .stTopBlock .dataBlock.is-two .innerBlock {
    height: 24vw;
    max-height: 350px;
  }
}

@media print, screen and (min-width: 851px) {
  .stHeadArea .stTopBlock .dataBlock.is-three .innerBlock {
    height: 24vw;
    max-height: 350px;
  }
}

.stDesArea {
  height: 100%;
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.stDesArea .st01UnderBlock {
  padding-top: 113px;
  padding-bottom: 129px;
  height: 100%;
  width: 80%;
  margin: auto;
}

@media print, screen and (max-width: 1000px) {
  .stDesArea .st01UnderBlock {
    width: 90vw;
    padding-top: 60px;
    padding-bottom: 69px;
  }
}

.stDesArea .st01UnderBlock .underInBlock .itemBlock {
  display: flex;
  width: 100%;
  height: 25.5vw;
  max-height: 265px;
  margin-bottom: 60px;
}

@media print, screen and (max-width: 1000px) {
  .stDesArea .st01UnderBlock .underInBlock .itemBlock {
    display: block;
    max-height: initial;
    height: calc(25.5vw + 60px);
    margin-bottom: 32px;
  }
}

.stDesArea .st01UnderBlock .underInBlock .itemBlock .imgBlock {
  width: 57.7vw;
  max-width: 832px;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-delay: 0.4s;
}

@media print, screen and (max-width: 1000px) {
  .stDesArea .st01UnderBlock .underInBlock .itemBlock .imgBlock {
    height: 25.5vw;
    width: 95%;
  }
}

.stDesArea .st01UnderBlock .underInBlock .itemBlock .imgBlock img {
  height: 110%;
  width: 110%;
  object-fit: cover;
}

@media print, screen and (max-width: 768px) {
  .stDesArea .st01UnderBlock .underInBlock .itemBlock .imgBlock img {
    margin-top: 2%;
  }
}

.stDesArea .st01UnderBlock .underInBlock .itemBlock .imgBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stDesArea .st01UnderBlock .underInBlock .itemBlock .desBlock {
  height: 100%;
  position: relative;
}

@media print, screen and (min-width: 1441px) {
  .stDesArea .st01UnderBlock .underInBlock .itemBlock .desBlock {
    width: calc(100% -  57.7vw);
    min-width: 320px;
  }
}

@media print, screen and (max-width: 1440px) {
  .stDesArea .st01UnderBlock .underInBlock .itemBlock .desBlock {
    width: calc(100% -  57.7vw);
    max-width: 320px;
  }
}

@media print, screen and (max-width: 1000px) {
  .stDesArea .st01UnderBlock .underInBlock .itemBlock .desBlock {
    height: 43px;
    margin-top: 17px;
  }
}

.stDesArea .st01UnderBlock .underInBlock .itemBlock .desBlock .inDes {
  position: absolute;
  bottom: 0;
  left: 38px;
  height: 52px;
  width: auto;
  display: flex;
  border-left: 1px solid #0B5BA8;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.8s;
}

@media print, screen and (max-width: 1000px) {
  .stDesArea .st01UnderBlock .underInBlock .itemBlock .desBlock .inDes {
    position: static;
    height: 43px;
    margin-right: auto;
  }
}

.stDesArea .st01UnderBlock .underInBlock .itemBlock .desBlock .inDes .inLeft {
  padding-left: 15px;
  width: 35px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (max-width: 1000px) {
  .stDesArea .st01UnderBlock .underInBlock .itemBlock .desBlock .inDes .inLeft {
    line-height: 17px;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 3px;
    width: 30px;
  }
}

.stDesArea .st01UnderBlock .underInBlock .itemBlock .desBlock .inDes .inRight {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (max-width: 1000px) {
  .stDesArea .st01UnderBlock .underInBlock .itemBlock .desBlock .inDes .inRight {
    line-height: 17px;
    font-size: 12px;
    padding-top: 3px;
    white-space: nowrap;
  }
}

.stDesArea .st01UnderBlock .underInBlock .itemBlock .desBlock .inDes.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media print, screen and (min-width: 1001px) {
  .stDesArea .st01UnderBlock .underInBlock .itemBlock:nth-of-type(2) .imgBlock {
    order: 2;
  }
}

@media print, screen and (max-width: 1000px) {
  .stDesArea .st01UnderBlock .underInBlock .itemBlock:nth-of-type(2) .imgBlock {
    margin-left: auto;
  }
}

@media print, screen and (min-width: 1001px) {
  .stDesArea .st01UnderBlock .underInBlock .itemBlock:nth-of-type(2) .desBlock {
    order: 1;
  }
}

@media print, screen and (max-width: 1000px) {
  .stDesArea .st01UnderBlock .underInBlock .itemBlock:nth-of-type(2) .desBlock {
    margin-left: 5%;
    width: 200px;
  }
  .stDesArea .st01UnderBlock .underInBlock .itemBlock:nth-of-type(2) .desBlock .inLeft {
    line-height: 17px;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 3px;
    width: 30px;
    display: block;
  }
}

.stDesArea .st02UnderBlock {
  height: auto;
  width: 80vw;
  max-width: 1152px;
  margin: auto;
  padding: 97px 0 106px 0;
}

@media print, screen and (max-width: 810px) {
  .stDesArea .st02UnderBlock {
    max-width: 320px;
    width: 90vw;
    padding: 40px 0 120px 0;
  }
}

.stDesArea .st02UnderBlock .innerItems {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  width: 100%;
  margin-bottom: 27px;
}

@media print, screen and (max-width: 810px) {
  .stDesArea .st02UnderBlock .innerItems {
    margin-bottom: 0px;
  }
}

.stDesArea .st02UnderBlock .innerItems .item {
  height: auto;
  padding-left: 15px;
  width: 300px;
  min-width: 200px;
  margin: 15px 7.5px;
  border-left: 1px solid #0B5BA8;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (max-width: 810px) {
  .stDesArea .st02UnderBlock .innerItems .item {
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px;
  }
}

@media print, screen and (max-width: 810px) and (max-width: 355px) {
  .stDesArea .st02UnderBlock .innerItems .item {
    font-size: 12px;
  }
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(1) {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0s;
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(1).scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(2) {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.2s;
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(2).scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(3) {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.3s;
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(3).scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(4) {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.4s;
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(4).scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(5) {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.5s;
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(5).scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(6) {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.6s;
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(6).scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(7) {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.7s;
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(7).scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(8) {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.8s;
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(8).scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(9) {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.9s;
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(9).scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(10) {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 1s;
}

.stDesArea .st02UnderBlock .innerItems .item:nth-of-type(10).scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media print, screen and (min-width: 811px) {
  .stDesArea .st02UnderBlock .innerItems {
    position: relative;
  }
  .stDesArea .st02UnderBlock .innerItems::after {
    display: block;
    content: "";
    padding-left: 15px;
    width: 300px;
    margin: 15px 7.5px;
  }
  .stDesArea .st02UnderBlock .innerItems:before {
    content: "";
    display: block;
    content: "";
    padding-left: 15px;
    width: 300px;
    margin: 15px 7.5px;
    order: 1;
  }
}

.stDesArea .st02UnderBlock .itemComment {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.15em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 1.1s;
}

@media print, screen and (max-width: 768px) {
  .stDesArea .st02UnderBlock .itemComment {
    padding-top: 25px;
  }
}

.stDesArea .st02UnderBlock .itemComment.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stDesArea .st03UnderBlock {
  width: 80vw;
  max-width: 1152px;
  margin: auto;
  margin-top: 133px;
  margin-bottom: 191px;
  display: flex;
  justify-content: center;
}

@media print, screen and (max-width: 768px) {
  .stDesArea .st03UnderBlock {
    display: block;
    width: 90vw;
    margin-top: 61px;
    margin-bottom: 100px;
    height: 100%;
  }
}

.stDesArea .st03UnderBlock .leftBlock {
  max-width: 430px;
  max-height: 360px;
  width: 35vw;
}

@media print, screen and (max-width: 768px) {
  .stDesArea .st03UnderBlock .leftBlock {
    max-width: initial;
    max-height: initial;
    width: 100%;
    height: 100%;
    padding-bottom: 49px;
  }
}

.stDesArea .st03UnderBlock .leftBlock .title {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  color: #0B5BA8;
  padding-bottom: 15px;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  transition-delay: 0.8s;
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
}

@media print, screen and (max-width: 768px) {
  .stDesArea .st03UnderBlock .leftBlock .title {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.14em;
  }
}

.stDesArea .st03UnderBlock .leftBlock .title.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stDesArea .st03UnderBlock .leftBlock .underline {
  height: 1px;
  width: 100%;
  background-color: #0B5BA8;
  transition: 0.8s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: .8s;
  clip-path: inset(0 100% 0 0);
}

.stDesArea .st03UnderBlock .leftBlock .underline.scrollin {
  clip-path: inset(0 0 0 0);
}

.stDesArea .st03UnderBlock .leftBlock .des {
  margin-top: 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 41px;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.8s;
}

@media print, screen and (max-width: 768px) {
  .stDesArea .st03UnderBlock .leftBlock .des {
    margin-top: 15px;
    margin-bottom: 18px;
  }
}

.stDesArea .st03UnderBlock .leftBlock .des.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stDesArea .st03UnderBlock .leftBlock .subComment {
  width: 300px;
  margin-left: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 220%;
  text-align: right;
  color: #303030;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.8s;
}

@media print, screen and (max-width: 768px) {
  .stDesArea .st03UnderBlock .leftBlock .subComment {
    width: 280px;
    font-size: 11px;
  }
}

.stDesArea .st03UnderBlock .leftBlock .subComment::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 1px;
  width: 43px;
  background-color: #303030;
}

@media print, screen and (max-width: 768px) {
  .stDesArea .st03UnderBlock .leftBlock .subComment::before {
    width: 40px;
  }
}

.stDesArea .st03UnderBlock .leftBlock .subComment.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stDesArea .st03UnderBlock .rightBlock {
  margin-left: 50px;
  max-width: 577px;
  max-height: 344px;
  width: 40vw;
  height: 23.84vw;
  overflow: hidden;
  position: relative;
  transition: 0.6s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.4s;
  clip-path: inset(0 100% 0 0);
}

@media print, screen and (max-width: 768px) {
  .stDesArea .st03UnderBlock .rightBlock {
    max-height: initial;
    max-width: initial;
    width: 100%;
    margin: 0;
    height: 55vw;
  }
}

.stDesArea .st03UnderBlock .rightBlock .map-img {
  height: 110%;
  width: auto;
}

.stDesArea .st03UnderBlock .rightBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #0B5BA8;
  pointer-events: none;
  transition: 0.6s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s;
  clip-path: inset(0 0 0 0);
}

.stDesArea .st03UnderBlock .rightBlock.scrollin {
  clip-path: inset(0 0 0 0);
}

.stDesArea .st03UnderBlock .rightBlock.scrollin::before {
  clip-path: inset(0 0 0% 100%);
}

.proTitleArea {
  height: 100%;
  width: 90vw;
  margin: auto;
  margin-top: 137px;
  position: relative;
  max-width: 992px;
}

@media print, screen and (max-width: 768px) {
  .proTitleArea {
    margin-top: 0;
  }
}

.proTitleArea .titleBlock {
  max-width: 610px;
  width: 90vw;
  display: flex;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0s;
}

@media print, screen and (max-width: 768px) {
  .proTitleArea .titleBlock {
    max-width: initial;
  }
}

.proTitleArea .titleBlock .squareBlock {
  height: 35px;
  width: 25px;
  position: relative;
}

.proTitleArea .titleBlock .squareBlock:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
  width: 12px;
  border: solid 1px #0B5BA8;
}

.proTitleArea .titleBlock .headTitle {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.14em;
  color: #0B5BA8;
  font-family: "Noto Sans JP", sans-serif;
}

.proTitleArea .titleBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.proTitleArea .desBlock {
  max-width: 610px;
  width: 90vw;
  padding-top: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.2s;
}

@media print, screen and (max-width: 768px) {
  .proTitleArea .desBlock {
    max-width: initial;
  }
}

.proTitleArea .desBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.proImgArea {
  width: 100vw;
  height: auto;
  margin-top: 50px;
  margin-bottom: 159px;
  display: flex;
}

@media print, screen and (max-width: 768px) {
  .proImgArea {
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 72px;
    margin-top: 33px;
  }
}

.proImgArea .imgBlock {
  width: calc(100vw / 4);
  height: auto;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .proImgArea .imgBlock:nth-of-type(1) {
    transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition-delay: 0s;
  }
  .proImgArea .imgBlock:nth-of-type(1).scrollin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .proImgArea .imgBlock:nth-of-type(2) {
    transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition-delay: 0.2s;
  }
  .proImgArea .imgBlock:nth-of-type(2).scrollin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .proImgArea .imgBlock:nth-of-type(3) {
    transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition-delay: 0.4s;
  }
  .proImgArea .imgBlock:nth-of-type(3).scrollin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .proImgArea .imgBlock:nth-of-type(4) {
    transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition-delay: 0.6s;
  }
  .proImgArea .imgBlock:nth-of-type(4).scrollin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media print, screen and (max-width: 768px) {
  .proImgArea .imgBlock {
    width: 50vw;
    height: 33.4vw;
  }
  .proImgArea .imgBlock:nth-of-type(1) {
    order: 1;
    transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition-delay: 0s;
  }
  .proImgArea .imgBlock:nth-of-type(1).scrollin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .proImgArea .imgBlock:nth-of-type(2) {
    order: 2;
    transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition-delay: 0.2s;
  }
  .proImgArea .imgBlock:nth-of-type(2).scrollin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .proImgArea .imgBlock:nth-of-type(3) {
    order: 4;
    transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition-delay: 0.6s;
  }
  .proImgArea .imgBlock:nth-of-type(3).scrollin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .proImgArea .imgBlock:nth-of-type(4) {
    order: 3;
    transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition-delay: 0.4s;
  }
  .proImgArea .imgBlock:nth-of-type(4).scrollin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.proImgArea .imgBlock img {
  height: 110%;
  width: 100%;
  object-fit: cover;
}

.proMovieArea {
  height: 100%;
  width: 100vw;
  display: block;
  margin-top: 56px;
}

@media print, screen and (max-width: 768px) {
  .proMovieArea {
    margin-top: 36px;
  }
}

.proMovieArea .movieBlock {
  width: 90vw;
  max-width: 992px;
  margin: auto;
  height: 100%;
  padding-bottom: 57px;
}

@media print, screen and (max-width: 768px) {
  .proMovieArea .movieBlock {
    padding-top: 0px;
    width: 100vw;
    padding-bottom: 46px;
  }
}

.proMovieArea .movieBlock .movieBox {
  max-height: 558px;
  height: 50.3vw;
  overflow: hidden;
  position: relative;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-delay: 0.4s;
}

@media print, screen and (max-width: 768px) {
  .proMovieArea .movieBlock .movieBox {
    max-height: initial;
    height: 56.25vw;
  }
}

.proMovieArea .movieBlock .movieBox .proMovie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: auto;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  pointer-events: none;
}

.proMovieArea .movieBlock .movieBox .proMovie.is-none {
  display: none;
}

.proMovieArea .movieBlock .movieBox .movieBox-dummy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: auto;
  width: 100%;
  min-height: 110%;
  min-width: 100%;
  pointer-events: none;
}

.proMovieArea .movieBlock .movieBox.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.proMovieArea .movieBlock .desBlock {
  display: flex;
  padding-top: 27px;
}

@media print, screen and (max-width: 768px) {
  .proMovieArea .movieBlock .desBlock {
    display: block;
    width: 90vw;
    margin: auto;
    padding-top: 15px;
  }
}

.proMovieArea .movieBlock .desBlock .movieTitle {
  width: 30%;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.15em;
  color: #0B5BA8;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  transition-delay: 1s;
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
}

@media print, screen and (max-width: 768px) {
  .proMovieArea .movieBlock .desBlock .movieTitle {
    width: 100%;
  }
}

.proMovieArea .movieBlock .desBlock .movieTitle.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.proMovieArea .movieBlock .desBlock .movieDes {
  display: block;
  width: 70%;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 1s;
}

@media print, screen and (max-width: 768px) {
  .proMovieArea .movieBlock .desBlock .movieDes {
    padding-top: 5px;
    width: 100%;
  }
}

.proMovieArea .movieBlock .desBlock .movieDes.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.movieImgArea {
  padding-top: 100px;
  height: auto;
  width: 90vw;
  max-width: 992px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  margin-bottom: 70px;
}

@media print, screen and (max-width: 768px) {
  .movieImgArea {
    padding-top: 30px;
    display: block;
    margin-bottom: 82px;
  }
}

.movieImgArea .movieImgItem {
  width: calc(50% - 16px);
  height: auto;
  margin-bottom: 35px;
}

@media print, screen and (max-width: 768px) {
  .movieImgArea .movieImgItem {
    width: 90vw;
  }
}

.movieImgArea .movieImgItem .imgBlock {
  width: 100%;
  overflow: hidden;
  height: 50.625vw;
  position: relative;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-delay: 0.4s;
}

@media print, screen and (min-width: 769px) {
  .movieImgArea .movieImgItem .imgBlock {
    height: 20vw;
    max-height: 270px;
  }
}

.movieImgArea .movieImgItem .imgBlock img {
  margin-top: 3%;
  width: 105%;
  height: auto;
}

@media print, screen and (max-width: 768px) {
  .movieImgArea .movieImgItem .imgBlock img.is-dummy {
    display: none;
  }
}

.movieImgArea .movieImgItem .imgBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.movieImgArea .movieImgItem-title {
  padding-top: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.15em;
  color: #0B5BA8;
  font-family: "Noto Sans JP", sans-serif;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  transition-delay: 1s;
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
}

@media print, screen and (max-width: 768px) {
  .movieImgArea .movieImgItem-title {
    padding-top: 12px;
  }
}

.movieImgArea .movieImgItem-title.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.movieImgArea .movieImgItem-des {
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 8px;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 1s;
}

.movieImgArea .movieImgItem-des.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea {
  height: auto;
  width: 90vw;
  max-width: 1212px;
  margin: auto;
  margin-bottom: 35px;
}

@media print, screen and (max-width: 1050px) {
  .partsArea {
    margin-bottom: 165px;
  }
}

@media print, screen and (max-width: 350px) {
  .partsArea {
    width: 95vw;
  }
}

.partsArea .partsBlock {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  height: auto;
  width: 100%;
  position: relative;
}

.partsArea .partsBlock .partsItem {
  height: 150px;
  width: 320px;
  margin: 0 16px 16px 16px;
  position: relative;
  background-color: #fff;
}

@media print, screen and (max-width: 768px) {
  .partsArea .partsBlock .partsItem {
    margin: 0 6px 12px 6px;
  }
}

@media print, screen and (max-width: 768px) and (max-width: 700px) {
  .partsArea .partsBlock .partsItem {
    margin: 0 0 12px 0;
  }
}

@media print, screen and (max-width: 375px) {
  .partsArea .partsBlock .partsItem {
    width: 90vw;
  }
}

.partsArea .partsBlock .partsItem .innerItem {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 260px;
  height: 100px;
}

@media print, screen and (max-width: 350px) {
  .partsArea .partsBlock .partsItem .innerItem {
    width: 240px;
  }
}

.partsArea .partsBlock .partsItem .innerItem-title {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  height: 16px;
  letter-spacing: 0.1em;
  color: #0B5BA8;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 10px;
  border-left: solid 2px #0B5BA8;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 350px) {
  .partsArea .partsBlock .partsItem .innerItem-title {
    font-size: 16px;
  }
}

.partsArea .partsBlock .partsItem .innerItem-des {
  padding-top: 18px;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

.partsArea .partsBlock .partsItem.item1 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.2;
}

.partsArea .partsBlock .partsItem.item1.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item2 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.4;
}

.partsArea .partsBlock .partsItem.item2.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item3 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.6;
}

.partsArea .partsBlock .partsItem.item3.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item4 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.8;
}

.partsArea .partsBlock .partsItem.item4.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item5 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 1;
}

.partsArea .partsBlock .partsItem.item5.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item6 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 1.2;
}

.partsArea .partsBlock .partsItem.item6.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item7 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 1.4;
}

.partsArea .partsBlock .partsItem.item7.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item8 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 1.6;
}

.partsArea .partsBlock .partsItem.item8.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item9 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 1.8;
}

.partsArea .partsBlock .partsItem.item9.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item10 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 2;
}

.partsArea .partsBlock .partsItem.item10.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item11 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 2.2;
}

.partsArea .partsBlock .partsItem.item11.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item12 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 2.4;
}

.partsArea .partsBlock .partsItem.item12.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item13 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 2.6;
}

.partsArea .partsBlock .partsItem.item13.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item14 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 2.8;
}

.partsArea .partsBlock .partsItem.item14.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item15 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 3;
}

.partsArea .partsBlock .partsItem.item15.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item16 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 3.2;
}

.partsArea .partsBlock .partsItem.item16.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item17 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 3.4;
}

.partsArea .partsBlock .partsItem.item17.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item18 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 3.6;
}

.partsArea .partsBlock .partsItem.item18.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item19 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 3.8;
}

.partsArea .partsBlock .partsItem.item19.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item20 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 4;
}

.partsArea .partsBlock .partsItem.item20.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item21 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 4.2;
}

.partsArea .partsBlock .partsItem.item21.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item22 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 4.4;
}

.partsArea .partsBlock .partsItem.item22.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock .partsItem.item23 {
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 4.6;
}

.partsArea .partsBlock .partsItem.item23.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partsArea .partsBlock::after {
  display: block;
  content: "";
  width: 320px;
  margin: 0 16px 16px 16px;
}

.partsArea .partsBlock:before {
  content: "";
  display: block;
  content: "";
  width: 320px;
  order: 1;
  margin: 0 16px 16px 16px;
}

.needArea {
  max-height: 620px;
  height: 48.4375vw;
  width: 90vw;
  max-width: 1152px;
  margin: auto;
  position: relative;
  margin-top: 116px;
}

@media print, screen and (max-width: 900px) {
  .needArea {
    width: 100vw;
    max-height: initial;
    height: auto;
  }
}

@media print, screen and (max-width: 900px) and (max-width: 768px) {
  .needArea {
    margin-top: 20px;
  }
}

.needArea .needImgBlock {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 426px;
  max-width: 639px;
  height: 33.28vw;
  width: 49.92vw;
  overflow: hidden;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-delay: 0.4s;
}

@media print, screen and (max-width: 900px) {
  .needArea .needImgBlock {
    width: 100vw;
    height: 66.6666667vw;
    max-width: initial;
    max-height: initial;
    position: static;
    position: relative;
  }
}

.needArea .needImgBlock .needImg {
  height: auto;
  width: 110%;
}

.needArea .needImgBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.needArea .needDesBlock {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 375px;
  max-width: 540px;
  width: 41.64vw;
  height: 28.98vw;
  background-color: #EEF0F2;
  padding-top: 60px;
  padding-left: 60px;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0s;
}

@media print, screen and (max-width: 900px) {
  .needArea .needDesBlock {
    position: static;
    position: relative;
    padding: 27px;
    max-height: initial;
    max-width: initial;
    width: calc(95vw - 54px);
    height: auto;
    margin-left: auto;
    margin-top: -80px;
  }
}

.needArea .needDesBlock .needTitle {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0.17em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 10px;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  transition-delay: 1s;
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
}

@media print, screen and (max-width: 1300px) {
  .needArea .needDesBlock .needTitle {
    font-size: 1.8vw;
  }
}

@media print, screen and (max-width: 900px) {
  .needArea .needDesBlock .needTitle {
    font-size: 18px;
  }
}

.needArea .needDesBlock .needTitle.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.needArea .needDesBlock .needDes {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 200%;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 1s;
}

@media print, screen and (max-width: 1300px) {
  .needArea .needDesBlock .needDes {
    font-size: 1.15vw;
  }
}

@media print, screen and (max-width: 900px) {
  .needArea .needDesBlock .needDes {
    font-size: 16px;
    margin: 0;
  }
}

.needArea .needDesBlock .needDes.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.needArea .needDesBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.historyArea {
  position: relative;
  height: 100%;
  width: 90vw;
  max-width: 1152px;
  margin: auto;
  margin-top: 54px;
  margin-bottom: 112px;
}

@media print, screen and (max-width: 768px) {
  .historyArea {
    margin-bottom: 59px;
    margin-top: 27px;
  }
}

.historyArea .historyTitle {
  height: 35px;
  width: auto;
  display: flex;
}

.historyArea .historyTitle .squareBlock {
  height: 35px;
  width: 25px;
  position: relative;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0s;
}

@media print, screen and (max-width: 768px) {
  .historyArea .historyTitle .squareBlock {
    height: 30px;
    width: 20px;
  }
}

.historyArea .historyTitle .squareBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  margin: auto;
  height: 12px;
  width: 12px;
  border: solid 1px #0B5BA8;
}

@media print, screen and (max-width: 768px) {
  .historyArea .historyTitle .squareBlock::before {
    height: 8px;
    width: 8px;
  }
}

.historyArea .historyTitle .squareBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.historyArea .historyTitle .title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.15em;
  color: #0B5BA8;
  font-family: "Noto Sans JP", sans-serif;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0s;
}

@media print, screen and (max-width: 768px) {
  .historyArea .historyTitle .title {
    font-size: 18px;
    line-height: 30px;
  }
}

.historyArea .historyTitle .title.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.historyArea .historyBlock {
  margin-top: 58px;
}

@media print, screen and (max-width: 768px) {
  .historyArea .historyBlock {
    margin-top: 5px;
  }
}

.historyArea .historyBlock .item {
  height: auto;
  width: 100%;
  display: flex;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.2s;
}

@media print, screen and (max-width: 768px) {
  .historyArea .historyBlock .item {
    display: block;
    margin-bottom: 14px;
  }
}

.historyArea .historyBlock .item .leftItem {
  width: 162px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 220%;
  letter-spacing: 0.1em;
  color: #0B5BA8;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (max-width: 768px) {
  .historyArea .historyBlock .item .leftItem {
    line-height: 25px;
    width: 100%;
  }
}

.historyArea .historyBlock .item .rightItem {
  width: calc(100% - 162px);
  max-width: 630px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 220%;
  letter-spacing: 0.1em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (max-width: 768px) {
  .historyArea .historyBlock .item .rightItem {
    line-height: 150%;
    width: 100%;
    max-width: initial;
  }
}

.historyArea .historyBlock .item.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.overViewArea {
  position: relative;
  height: 100%;
  width: 90vw;
  max-width: 1152px;
  margin: auto;
}

.overViewArea .overViewBlock {
  width: 100%;
}

.overViewArea .overViewBlock .overViewTitle {
  height: 35px;
  width: auto;
  margin-bottom: 56px;
  display: flex;
}

@media print, screen and (max-width: 768px) {
  .overViewArea .overViewBlock .overViewTitle {
    margin-bottom: 15px;
  }
}

.overViewArea .overViewBlock .overViewTitle .squareBlock {
  height: 35px;
  width: 25px;
  position: relative;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0s;
}

@media print, screen and (max-width: 768px) {
  .overViewArea .overViewBlock .overViewTitle .squareBlock {
    width: 20px;
    height: 30px;
  }
}

.overViewArea .overViewBlock .overViewTitle .squareBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  margin: auto;
  height: 12px;
  width: 12px;
  border: solid 1px #0B5BA8;
}

@media print, screen and (max-width: 768px) {
  .overViewArea .overViewBlock .overViewTitle .squareBlock::before {
    height: 8px;
    width: 8px;
  }
}

.overViewArea .overViewBlock .overViewTitle .squareBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.overViewArea .overViewBlock .overViewTitle .title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.15em;
  color: #0B5BA8;
  font-family: "Noto Sans JP", sans-serif;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0s;
}

@media print, screen and (max-width: 768px) {
  .overViewArea .overViewBlock .overViewTitle .title {
    font-size: 18px;
  }
}

.overViewArea .overViewBlock .overViewTitle .title.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.overViewArea .tableBlock {
  width: 100%;
  margin-left: auto;
}

@media print, screen and (max-width: 768px) {
  .overViewArea .tableBlock {
    max-width: initial;
    display: block;
  }
}

.overViewArea .tableBlock .tableRight,
.overViewArea .tableBlock .tableLeft {
  height: auto;
  width: calc(100% - 25px);
}

@media print, screen and (max-width: 768px) {
  .overViewArea .tableBlock .tableRight,
  .overViewArea .tableBlock .tableLeft {
    width: 100%;
  }
}

.overViewArea .tableBlock .tableRight .item,
.overViewArea .tableBlock .tableLeft .item {
  display: flex;
  padding-bottom: 20px;
  padding-top: 10px;
  position: relative;
}

@media print, screen and (max-width: 768px) {
  .overViewArea .tableBlock .tableRight .item,
  .overViewArea .tableBlock .tableLeft .item {
    display: block;
    border: none;
    padding-top: 0;
    padding-bottom: 18px;
  }
}

.overViewArea .tableBlock .tableRight .item-title,
.overViewArea .tableBlock .tableLeft .item-title {
  width: 96px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 240%;
  letter-spacing: 0.15em;
  color: #0B5BA8;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (max-width: 769px) {
  .overViewArea .tableBlock .tableRight .item-title,
  .overViewArea .tableBlock .tableLeft .item-title {
    transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition-delay: 0s;
  }
  .overViewArea .tableBlock .tableRight .item-title.scrollin,
  .overViewArea .tableBlock .tableLeft .item-title.scrollin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media print, screen and (max-width: 768px) {
  .overViewArea .tableBlock .tableRight .item-title,
  .overViewArea .tableBlock .tableLeft .item-title {
    line-height: 180%;
    display: inline;
    position: relative;
  }
  .overViewArea .tableBlock .tableRight .item-title::before,
  .overViewArea .tableBlock .tableLeft .item-title::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #0B5BA8;
    clip-path: inset(0 100% 0 0);
    transition: 2s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: .6s;
  }
  .overViewArea .tableBlock .tableRight .item-title.scrollin::before,
  .overViewArea .tableBlock .tableLeft .item-title.scrollin::before {
    clip-path: inset(0 0 0 0);
  }
  .overViewArea .tableBlock .tableRight .item-title .inTitle,
  .overViewArea .tableBlock .tableLeft .item-title .inTitle {
    display: inline-block;
    transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition-delay: 0s;
  }
  .overViewArea .tableBlock .tableRight .item-title .inTitle.scrollin,
  .overViewArea .tableBlock .tableLeft .item-title .inTitle.scrollin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.overViewArea .tableBlock .tableRight .item-des,
.overViewArea .tableBlock .tableLeft .item-des {
  width: calc(100% - 96px);
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 240%;
  letter-spacing: 0.1em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (max-width: 768px) {
  .overViewArea .tableBlock .tableRight .item-des,
  .overViewArea .tableBlock .tableLeft .item-des {
    line-height: 180%;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .overViewArea .tableBlock .tableRight .item-des,
  .overViewArea .tableBlock .tableLeft .item-des {
    transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition-delay: 0s;
  }
  .overViewArea .tableBlock .tableRight .item-des.scrollin,
  .overViewArea .tableBlock .tableLeft .item-des.scrollin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media print, screen and (max-width: 768px) {
  .overViewArea .tableBlock .tableRight .item-des,
  .overViewArea .tableBlock .tableLeft .item-des {
    transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition-delay: 0.4s;
  }
  .overViewArea .tableBlock .tableRight .item-des.scrollin,
  .overViewArea .tableBlock .tableLeft .item-des.scrollin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.overViewArea .tableBlock .tableRight .item-des span,
.overViewArea .tableBlock .tableLeft .item-des span {
  display: inline-block;
}

.overViewArea .tableBlock .tableRight .item .underline,
.overViewArea .tableBlock .tableLeft .item .underline {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #0B5BA8 0%, #0B5BA8 96px, #D2D2D2 96px, #D2D2D2 100%);
  clip-path: inset(0 100% 0 0);
  transition: 2s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: .2s;
}

.overViewArea .tableBlock .tableRight .item .underline.scrollin,
.overViewArea .tableBlock .tableLeft .item .underline.scrollin {
  clip-path: inset(0 0 0 0);
}

@media print, screen and (max-width: 768px) {
  .overViewArea .tableBlock .tableRight .item .underline,
  .overViewArea .tableBlock .tableLeft .item .underline {
    display: none;
  }
}

.mapArea {
  position: relative;
  height: 100%;
  width: 90vw;
  max-width: 1152px;
  margin: auto;
  margin-top: 143px;
  margin-bottom: 234px;
}

@media print, screen and (max-width: 768px) {
  .mapArea {
    margin-top: 50px;
    margin-bottom: 140px;
  }
}

.mapArea .mapTitle {
  height: 35px;
  width: auto;
  margin-bottom: 55px;
  display: flex;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0s;
}

@media print, screen and (max-width: 768px) {
  .mapArea .mapTitle {
    margin-bottom: 15px;
  }
}

.mapArea .mapTitle .squareBlock {
  height: 35px;
  width: 25px;
  position: relative;
}

@media print, screen and (max-width: 768px) {
  .mapArea .mapTitle .squareBlock {
    height: 30px;
    width: 20px;
  }
}

.mapArea .mapTitle .squareBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  margin: auto;
  height: 12px;
  width: 12px;
  border: solid 1px #0B5BA8;
}

@media print, screen and (max-width: 768px) {
  .mapArea .mapTitle .squareBlock::before {
    height: 8px;
    width: 8px;
  }
}

.mapArea .mapTitle .title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.15em;
  color: #0B5BA8;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (max-width: 768px) {
  .mapArea .mapTitle .title {
    line-height: 30px;
    font-size: 18px;
  }
}

.mapArea .mapTitle.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.mapArea .mapBlock {
  width: 100%;
  height: 33.99vw;
  max-width: 1152px;
  max-height: 423px;
  transition: 0.6s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.4s;
  clip-path: inset(0 100% 0 0);
}

@media print, screen and (max-width: 768px) {
  .mapArea .mapBlock {
    height: 215px;
    width: 100%;
  }
}

.mapArea .mapBlock iframe {
  height: 100%;
  width: 100%;
  border: none;
}

.mapArea .mapBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #0B5BA8;
  pointer-events: none;
  transition: 0.6s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s;
  clip-path: inset(0 0 0 0);
}

.mapArea .mapBlock.scrollin {
  clip-path: inset(0 0 0 0);
}

.mapArea .mapBlock.scrollin::before {
  clip-path: inset(0 0 0% 100%);
}

.mapArea .mapUnder {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media print, screen and (max-width: 768px) {
  .mapArea .mapUnder {
    display: block;
  }
}

.mapArea .mapUnder .mapDes {
  margin-top: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #000000;
  position: relative;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.8s;
  order: 1;
}

.mapArea .mapUnder .mapDes.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.mapArea .mapUnder .mapBtnBlock {
  margin-top: 44px;
  width: 165px;
  height: 32px;
  margin-left: auto;
  order: 2;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 1s;
}

@media print, screen and (max-width: 768px) {
  .mapArea .mapUnder .mapBtnBlock {
    margin-top: 18px;
  }
}

.mapArea .mapUnder .mapBtnBlock .mapLink {
  text-decoration: none;
  display: block;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 9px;
  overflow: hidden;
}

.mapArea .mapUnder .mapBtnBlock .mapLink .text {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 180%;
  display: flex;
  align-items: center;
  letter-spacing: 0.15em;
  color: #0B5BA8;
  font-family: "Noto Sans JP", sans-serif;
}

.mapArea .mapUnder .mapBtnBlock .mapLink::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 1px;
  width: 100%;
  background-color: #0B5BA8;
  opacity: 0.3;
}

.mapArea .mapUnder .mapBtnBlock .mapLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 1px;
  width: 100%;
  background-color: #0B5BA8;
  clip-path: inset(0 100% 0 0);
  transition: .3s ease-in-out;
}

.mapArea .mapUnder .mapBtnBlock .mapLink:hover::after {
  clip-path: inset(0);
}

.mapArea .mapUnder .mapBtnBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.contactArea {
  height: 100%;
  width: 90vw;
  max-width: 1152px;
  margin: auto;
  padding-top: 180px;
}

@media print, screen and (max-width: 768px) {
  .contactArea {
    padding-top: 120px;
  }
}

.contactArea .contactHeaBlock {
  height: 260px;
  width: 360px;
}

@media print, screen and (max-width: 768px) {
  .contactArea .contactHeaBlock {
    width: 100%;
    height: auto;
  }
}

.contactArea .contactHeaBlock .breakBlock {
  display: flex;
  height: 16px;
  width: auto;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.4s;
}

.contactArea .contactHeaBlock .breakBlock .topLink {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 25px;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 0.1em;
  color: #0B5BA8;
  padding-right: 16px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  overflow: hidden;
}

.contactArea .contactHeaBlock .breakBlock .topLink .text-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 25px;
  transition: .3s ease-in-out;
  transform: translate3d(0, 0px, 0);
  -webkit-backface-visibility: hidden;
}

.contactArea .contactHeaBlock .breakBlock .topLink .text-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 25px;
  transition: .3s ease-in-out;
  transform: translate3d(0, 16px, 0);
  -webkit-backface-visibility: hidden;
}

.contactArea .contactHeaBlock .breakBlock .topLink:hover .text-1 {
  transform: translate3d(0, -16px, 0);
}

.contactArea .contactHeaBlock .breakBlock .topLink:hover .text-2 {
  transform: translate3d(0, 0px, 0);
}

.contactArea .contactHeaBlock .breakBlock .centerLine {
  display: block;
  height: 100%;
  width: 16px;
  margin-right: 16px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.contactArea .contactHeaBlock .breakBlock .centerLine::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  background-color: #0B5BA8;
}

.contactArea .contactHeaBlock .breakBlock .current {
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #0B5BA8;
  opacity: 0.5;
  font-family: "Noto Sans JP", sans-serif;
}

.contactArea .contactHeaBlock .breakBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.contactArea .contactHeaBlock .contactTitle {
  padding-top: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 130%;
  letter-spacing: 0.1em;
  color: #0B5BA8;
  font-family: effra, sans-serif;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  transition-delay: 0.4s;
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
}

@media print, screen and (max-width: 768px) {
  .contactArea .contactHeaBlock .contactTitle {
    font-size: 32px;
    line-height: 130%;
    padding-top: 0;
  }
}

.contactArea .contactHeaBlock .contactTitle.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.contactArea .contactHeaBlock .subTitle {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 248.1%;
  letter-spacing: 0.2em;
  color: #0B5BA8;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (min-width: 769px) {
  .contactArea .contactHeaBlock .subTitle {
    transition: 0.3s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    clip-path: inset(0 100% 0 0);
  }
  .contactArea .contactHeaBlock .subTitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: #0B5BA8;
    pointer-events: none;
    transition: 5s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.4s;
    clip-path: inset(0 0 0 0);
  }
  .contactArea .contactHeaBlock .subTitle.scrollin {
    clip-path: inset(0 0 0 0);
  }
  .contactArea .contactHeaBlock .subTitle.scrollin::before {
    clip-path: inset(0 0 0% 100%);
  }
}

@media print, screen and (max-width: 768px) {
  .contactArea .contactHeaBlock .subTitle {
    transition: 0.2s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    clip-path: inset(0 100% 0 0);
  }
  .contactArea .contactHeaBlock .subTitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: #0B5BA8;
    pointer-events: none;
    transition: 2s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.4s;
    clip-path: inset(0 0 0 0);
  }
  .contactArea .contactHeaBlock .subTitle.scrollin {
    clip-path: inset(0 0 0 0);
  }
  .contactArea .contactHeaBlock .subTitle.scrollin::before {
    clip-path: inset(0 0 0% 100%);
  }
}

@media print, screen and (max-width: 375px) {
  .contactArea .contactHeaBlock .subTitle {
    transition: 0.2s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    clip-path: inset(0 100% 0 0);
  }
  .contactArea .contactHeaBlock .subTitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: #0B5BA8;
    pointer-events: none;
    transition: 1s clip-path cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.4s;
    clip-path: inset(0 0 0 0);
  }
  .contactArea .contactHeaBlock .subTitle.scrollin {
    clip-path: inset(0 0 0 0);
  }
  .contactArea .contactHeaBlock .subTitle.scrollin::before {
    clip-path: inset(0 0 0% 100%);
  }
}

.contactArea .contactHeaBlock .contactDes {
  padding-top: 42px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.15em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.4s;
}

@media print, screen and (max-width: 768px) {
  .contactArea .contactHeaBlock .contactDes {
    width: 100%;
    padding-top: 5px;
    height: auto;
  }
}

.contactArea .contactHeaBlock .contactDes.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.contactArea .contactCenterBlock {
  width: 460px;
  height: 46px;
  margin: auto;
  margin-top: 95px;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.4s;
}

@media print, screen and (max-width: 768px) {
  .contactArea .contactCenterBlock {
    width: 260px;
    margin-top: 70px;
    height: 35px;
  }
}

.contactArea .contactCenterBlock .innerBlock {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.contactArea .contactCenterBlock .innerBlock .currentBlock {
  width: 120px;
  height: 100%;
  border-bottom: 1px solid #0B5BA8;
  opacity: 0.3;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.15em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (max-width: 768px) {
  .contactArea .contactCenterBlock .innerBlock .currentBlock {
    width: 75px;
  }
}

.contactArea .contactCenterBlock .innerBlock .currentBlock.is-current {
  opacity: 1;
}

.contactArea .contactCenterBlock.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.contactArea .contactForm {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 102px;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0.4s;
}

@media print, screen and (max-width: 768px) {
  .contactArea .contactForm {
    margin-top: 60px;
  }
}

.contactArea .contactForm.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.contactArea .contactForm .form {
  width: 100%;
  height: 100%;
}

.contactArea .contactForm .form-box {
  height: 100%;
  width: 100%;
}

.contactArea .contactForm .form-box p {
  display: none;
}

.contactArea .contactForm .form-box .set-box {
  height: auto;
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .set-box {
    display: block;
    margin-bottom: 26px;
  }
}

.contactArea .contactForm .form-box .set-box .label {
  height: 50px;
  width: 25%;
  min-width: 200px;
  position: relative;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .set-box .label {
    height: 40px;
  }
  .contactArea .contactForm .form-box .set-box .label.line-two {
    height: 60px;
  }
}

.contactArea .contactForm .form-box .set-box .label label {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 50px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #0C0C0C;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .set-box .label label {
    line-height: 40px;
  }
}

.contactArea .contactForm .form-box .set-box .label label span {
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.2em;
  color: #0B5BA8;
  font-family: "Noto Sans JP", sans-serif;
}

.contactArea .contactForm .form-box .set-box .label .confirmText {
  position: absolute;
  bottom: 0px;
  left: 0;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .set-box .label .confirmText {
    bottom: 10px;
  }
}

.contactArea .contactForm .form-box .set-box .input {
  height: 50px;
  width: 75%;
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .set-box .input {
    width: 100%;
  }
}

.contactArea .contactForm .form-box .set-box .input input {
  display: inline-block;
  height: 100%;
  background: #FFFFFF;
  padding: 0 17px;
  width: calc(100% - 34px);
  border: none;
  font-family: "Noto Sans JP", sans-serif;
}

.contactArea .contactForm .form-box .set-box .input input::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0.15em;
  color: #B0B0B0;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}

.contactArea .contactForm .form-box .set-box .input input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFFFFF inset;
}

.contactArea .contactForm .form-box .set-box .input-harf {
  height: 50px;
  width: 35%;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .set-box .input-harf {
    width: 100%;
  }
}

.contactArea .contactForm .form-box .set-box .input-harf input {
  display: inline-block;
  height: 100%;
  background: #FFFFFF;
  padding: 0 17px;
  width: calc(100% - 34px);
  border: none;
}

.contactArea .contactForm .form-box .set-box .input-harf input::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0.15em;
  color: #B0B0B0;
  font-family: "Noto Sans JP", sans-serif;
}

.contactArea .contactForm .form-box .set-box .input-harf input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFFFFF inset;
}

.contactArea .contactForm .form-box .set-box .inputs {
  height: 50px;
  width: 75%;
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .set-box .inputs {
    width: 100%;
  }
}

.contactArea .contactForm .form-box .set-box .inputs .input-left {
  height: 50px;
  width: 47%;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .set-box .inputs .input-left {
    width: 48%;
  }
}

.contactArea .contactForm .form-box .set-box .inputs .input-left input {
  display: inline-block;
  height: 100%;
  background: #FFFFFF;
  padding: 0 17px;
  width: calc(100% - 34px);
  border: none;
}

.contactArea .contactForm .form-box .set-box .inputs .input-left input::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0.15em;
  color: #B0B0B0;
  font-family: "Noto Sans JP", sans-serif;
}

.contactArea .contactForm .form-box .set-box .inputs .input-left input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFFFFF inset;
}

.contactArea .contactForm .form-box .set-box .inputs .input-right {
  height: 50px;
  width: 47%;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .set-box .inputs .input-right {
    width: 48%;
  }
}

.contactArea .contactForm .form-box .set-box .inputs .input-right input {
  display: inline-block;
  height: 100%;
  background: #FFFFFF;
  padding: 0 17px;
  width: calc(100% - 34px);
  border: none;
}

.contactArea .contactForm .form-box .set-box .inputs .input-right input::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0.15em;
  color: #B0B0B0;
  font-family: "Noto Sans JP", sans-serif;
}

.contactArea .contactForm .form-box .set-box .inputs .input-right input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFFFFF inset;
}

.contactArea .contactForm .form-box .set-box .input-two {
  height: 120px;
  width: 75%;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .set-box .input-two {
    width: 100%;
  }
}

.contactArea .contactForm .form-box .set-box .input-two .input-two-box {
  height: 50px;
  width: 100%;
  background: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
}

.contactArea .contactForm .form-box .set-box .input-two .input-two-box input {
  display: inline-block;
  height: 100%;
  background: #FFFFFF;
  padding: 0 17px;
  width: calc(100% - 34px);
  border: none;
}

.contactArea .contactForm .form-box .set-box .input-two .input-two-box input:nth-of-type(1) {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .set-box .input-two .input-two-box input:nth-of-type(1) {
    margin-bottom: 10px;
  }
}

.contactArea .contactForm .form-box .set-box .input-two .input-two-box input::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0.15em;
  color: #B0B0B0;
  font-family: "Noto Sans JP", sans-serif;
}

.contactArea .contactForm .form-box .set-box .input-two .input-two-box input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFFFFF inset;
}

.contactArea .contactForm .form-box .set-box .input-two .input-two-box:nth-of-type(1) {
  margin-bottom: 20px;
}

.contactArea .contactForm .form-box .set-box .textarea {
  width: 75%;
  height: auto;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .set-box .textarea {
    width: 100%;
    margin-bottom: 50px;
  }
}

.contactArea .contactForm .form-box .set-box .textarea textarea {
  padding: 17px 17px 0 17px;
  width: calc(100% - 34px);
  background: #FFFFFF;
  height: 100%;
  min-height: 200px;
  border: none;
  resize: vertical;
}

.contactArea .contactForm .form-box .set-box .textarea textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFFFFF inset;
}

.contactArea .contactForm .form-box .privacy {
  width: 90%;
  margin: auto;
  max-width: 730px;
  height: 300px;
  background: #303030;
  overflow: hidden;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .privacy {
    width: 100%;
  }
}

.contactArea .contactForm .form-box .privacy-box {
  height: calc(300px - 40px);
  width: calc(100% - 120px);
  overflow: scroll;
  padding: 43px 64px 0px 64px;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .privacy-box {
    width: calc(100% - 60px);
    padding: 40px 30px 0 30px;
  }
}

.contactArea .contactForm .form-box .privacy-box_text {
  color: #fff;
  padding-bottom: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-align: justify;
  letter-spacing: 0.02em;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.contactArea .contactForm .form-box .privacy-box_text span {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 180%;
  text-align: justify;
  letter-spacing: 0.02em;
}

.contactArea .contactForm .form-box .privacy-box_text p {
  display: block;
  margin: 0 0 27px 0;
}

.contactArea .contactForm .form-box .privacy-box_text p:nth-last-child(1) {
  margin: 0;
}

.contactArea .contactForm .form-box .privacy-check {
  margin: auto;
  margin-top: 60px;
  margin-bottom: 86px;
  width: 230px;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .privacy-check {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.contactArea .contactForm .form-box .privacy-check-box input[type=checkbox] {
  appearance: none;
  display: none;
}

.contactArea .contactForm .form-box .privacy-check-box input[type=checkbox] + span {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  height: 20px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #000000;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.contactArea .contactForm .form-box .privacy-check-box input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #303030;
}

.contactArea .contactForm .form-box .privacy-check-box input[type=checkbox]:checked + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon/icon_check.svg");
  background-size: contain;
}

@media print, screen and (max-width: 768px) {
  .contactArea .contactForm .form-box .privacy-check-box .error {
    font-size: 12px;
  }
}

.contactArea .contactForm .form-box .form-btns {
  width: 764px;
  margin: auto;
  padding-bottom: 170px;
  height: 60px;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .form-btns {
    display: block;
    width: 90vw;
    max-width: 336px;
    height: auto;
  }
}

.contactArea .contactForm .form-box .form-btns .submit {
  position: relative;
  width: 336px;
  height: 70px;
  background: none;
}

@media (max-width: 768px) {
  .contactArea .contactForm .form-box .form-btns .submit {
    width: 100%;
  }
}

.contactArea .contactForm .form-box .form-btns .submit input {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: block;
  height: 100%;
  width: 100%;
  border: none;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 60px;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
}

.contactArea .contactForm .form-box .form-btns .submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: #0B5BA8;
  pointer-events: none;
}

.contactArea .contactForm .form-box .form-btns .submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 70px;
  width: 336px;
  background-color: #00488B;
  transition: .3s ease-in-out;
  transform-origin: top left;
  transform: scale(0, 1);
  pointer-events: none;
}

.contactArea .contactForm .form-box .form-btns .submit:hover::before {
  transform-origin: top left;
  transform: scale(1, 1);
}

.contactArea .contactForm .form-box .form-btns .submit.is-none {
  display: none;
}

.contactArea .contactForm .form .error {
  padding-top: 2px;
  font-size: 12px;
  color: red;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}

.contactArea .confirmForm {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 102px;
}

.contactArea .confirmForm .form {
  width: 100%;
  height: 100%;
}

.contactArea .confirmForm .form-box {
  height: 100%;
  width: 100%;
}

.contactArea .confirmForm .form-box p {
  display: none;
}

.contactArea .confirmForm .form-box .set-box {
  height: auto;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .set-box {
    display: block;
    margin-bottom: 26px;
  }
}

.contactArea .confirmForm .form-box .set-box .label {
  height: 50px;
  width: 25%;
  min-width: 200px;
  position: relative;
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .set-box .label {
    height: 20px;
  }
  .contactArea .confirmForm .form-box .set-box .label.line-two {
    height: 30px;
  }
}

.contactArea .confirmForm .form-box .set-box .label label {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 50px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #0C0C0C;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .set-box .label label {
    line-height: 20px;
  }
}

.contactArea .confirmForm .form-box .set-box .label label span {
  opacity: 0;
}

.contactArea .confirmForm .form-box .set-box .label .confirmText {
  position: absolute;
  bottom: 0px;
  left: 0;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .set-box .label .confirmText {
    bottom: -2px;
  }
}

.contactArea .confirmForm .form-box .set-box .input {
  height: 50px;
  width: 75%;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 50px;
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  background: #EEF0F2;
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .set-box .input {
    width: 100%;
    height: 40px;
    overflow: scroll;
  }
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .set-box .input {
    line-height: 40px;
    white-space: wrap;
  }
}

.contactArea .confirmForm .form-box .set-box .input-harf {
  height: 50px;
  width: 35%;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0.15em;
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  background: #EEF0F2;
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .set-box .input-harf {
    width: 100%;
    height: 40px;
  }
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .set-box .input-harf {
    line-height: 40px;
  }
}

.contactArea .confirmForm .form-box .set-box .inputs {
  height: 50px;
  width: 75%;
  display: flex;
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .set-box .inputs {
    width: 100%;
    height: 40px;
  }
}

.contactArea .confirmForm .form-box .set-box .inputs .input-left {
  display: inline;
  height: 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0.15em;
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  width: auto;
  white-space: nowrap;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .set-box .inputs .input-left {
    line-height: 40px;
  }
}

.contactArea .confirmForm .form-box .set-box .inputs .input-right {
  display: inline;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0.15em;
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  width: auto;
  padding-right: 5px;
  order: 1;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .set-box .inputs .input-right {
    line-height: 40px;
  }
}

.contactArea .confirmForm .form-box .set-box .inputs.-katakana .input-left {
  order: 1;
  padding-right: 5px;
}

.contactArea .confirmForm .form-box .set-box .inputs.-katakana .input-right {
  order: 2;
}

.contactArea .confirmForm .form-box .set-box .input-two {
  height: 50px;
  width: 75%;
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .set-box .input-two {
    width: 100%;
    height: auto;
  }
}

.contactArea .confirmForm .form-box .set-box .input-two .input-two-box {
  height: 50px;
  width: 100%;
  background: #EEF0F2;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0.15em;
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .set-box .input-two .input-two-box {
    line-height: 130%;
    height: auto;
    margin-top: 10px;
  }
}

.contactArea .confirmForm .form-box .set-box .input-two .input-two-box br {
  display: none;
}

.contactArea .confirmForm .form-box .set-box .input-two .input-two-box:nth-of-type(2) {
  overflow: hidden;
  height: 0px;
}

.contactArea .confirmForm .form-box .set-box .textarea {
  width: 75%;
  height: auto;
  margin-bottom: 100px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0.15em;
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .set-box .textarea {
    width: 100%;
    margin-bottom: 70px;
  }
}

.contactArea .confirmForm .form-box .privacy {
  overflow: hidden;
  height: 0;
}

.contactArea .confirmForm .form-box .privacy-check {
  height: 0;
  overflow: hidden;
}

.contactArea .confirmForm .form-box .form-btns {
  width: 764px;
  margin: auto;
  padding-bottom: 190px;
  height: 60px;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .form-btns {
    width: 90vw;
    max-width: 336px;
    height: auto;
    display: block;
    padding-bottom: 90px;
  }
}

.contactArea .confirmForm .form-box .form-btns .prev,
.contactArea .confirmForm .form-box .form-btns .submit {
  margin: 0 16px;
  position: relative;
  width: 336px;
  height: 70px;
  background: none;
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .form-btns .prev,
  .contactArea .confirmForm .form-box .form-btns .submit {
    margin: 0 0 16px 0;
    width: 100%;
  }
}

.contactArea .confirmForm .form-box .form-btns .prev input,
.contactArea .confirmForm .form-box .form-btns .submit input {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: block;
  height: 100%;
  width: 100%;
  border: none;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 60px;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
}

.contactArea .confirmForm .form-box .form-btns .prev::after,
.contactArea .confirmForm .form-box .form-btns .submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: #0B5BA8;
  pointer-events: none;
}

.contactArea .confirmForm .form-box .form-btns .prev::before,
.contactArea .confirmForm .form-box .form-btns .submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 70px;
  width: 336px;
  background-color: #00488B;
  transition: .3s ease-in-out;
  transform-origin: top left;
  transform: scale(0, 1);
  pointer-events: none;
}

@media (max-width: 768px) {
  .contactArea .confirmForm .form-box .form-btns .prev::before,
  .contactArea .confirmForm .form-box .form-btns .submit::before {
    width: 100%;
  }
}

.contactArea .confirmForm .form-box .form-btns .prev:hover::before,
.contactArea .confirmForm .form-box .form-btns .submit:hover::before {
  transform-origin: top left;
  transform: scale(1, 1);
}

.contactArea .confirmForm .form-box .form-btns .prev.is-none,
.contactArea .confirmForm .form-box .form-btns .submit.is-none {
  display: none;
}

.contactArea .confirmForm .form-box .form-btns .prev::after {
  background-color: #303030;
}

.contactArea .confirmForm .form-box .form-btns .prev::before {
  background-color: #000;
}

.contactArea .confirmForm .form .error {
  font-size: 12px;
  color: red;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}

.contactArea .thanks {
  width: 90vw;
  max-width: 610px;
  height: 100%;
  margin: auto;
  margin-top: 94px;
  transition: 1.6s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-delay: 0s;
}

@media (max-width: 768px) {
  .contactArea .thanks {
    padding-top: 0px;
  }
}

.contactArea .thanks h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.14em;
  color: #000000;
  padding-bottom: 36px;
}

@media (max-width: 768px) {
  .contactArea .thanks h2 {
    padding-bottom: 0px;
    font-size: 18px;
  }
}

.contactArea .thanks p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 94px;
}

@media (max-width: 768px) {
  .contactArea .thanks p {
    font-size: 15px;
    padding-bottom: 50px;
  }
}

.contactArea .thanks-btn {
  height: 30px;
  width: 110px;
  padding-bottom: 158px;
  margin: auto;
}

@media (max-width: 768px) {
  .contactArea .thanks-btn {
    padding-bottom: 50px;
  }
}

.contactArea .thanks-btn a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.contactArea .thanks-btn a span {
  height: 100%;
  width: 100%;
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  text-align: right;
  color: #0B5BA8;
}

.contactArea .thanks-btn a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.contactArea .thanks-btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #0B5BA8;
  transition: .3s ease-in-out;
  transform: scale(0, 1);
  transform-origin: top right;
}

.contactArea .thanks-btn a:hover::before {
  transform: scale(1, 1);
  transform-origin: top right;
}

.contactArea .thanks.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/*# sourceMappingURL=index.css.map */