@charset "UTF-8";
html {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
}

body {
  background: #ffffff;
  padding: 0;
  margin: 0;
}

p,
div {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

li {
  box-sizing: border-box;
}

.sp-only {
  display: none !important;
}

@media (max-width: 780px) {
  html {
    font-size: 3.3333333333svw;
    overflow-x: hidden;
  }
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100svw;
  width: 100cqw;
  min-width: 1200px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:
    0.2s height,
    0.8s top;
  user-select: none;
  background-color: #ffffff;
}
header.is-hidden {
  top: -80px;
}
header::before {
  content: " ";
  width: 100svw;
  height: 53px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ff00ff;
  opacity: 0;
  z-index: 1;
  transition: 1s;
  pointer-events: none; /* タップ/クリックを透過させる */
}
header:hover.is-hidden {
  top: 0;
}
header:hover::before {
  top: -53px;
}
header.thin {
  height: 53px;
}
header.thin .header-logo,
header.thin .header-menu,
header.thin .header-menu > div,
header.thin .header-bg,
header.thin .header-bg::before,
header.thin .header-bg::after {
  height: 53px;
}
header.thin .header-submenu {
  top: 53px;
}
header.show .header-logo,
header.show .header-menu {
  opacity: 1;
}
header.show .header-bg.in::before {
  opacity: 0;
}
header.show:hover .header-logo img {
  filter: none;
}
header.show:hover .header-bg::after {
  top: 0px;
}
header.show:hover::before {
  top: -53px;
}
header.header-transparent {
  background: transparent;
}
header.header-transparent .header-logo img:nth-child(2),
header.header-transparent .header-logo img:nth-child(3) {
  filter: brightness(0) invert(1);
}
header.header-transparent:hover .header-logo img:nth-child(2),
header.header-transparent:hover .header-logo img:nth-child(3) {
  filter: none;
}
header.header-transparent .header-menu {
  background-image: url(../images/common/header_border_transparent.svg);
}
header.header-transparent .header-menu a,
header.header-transparent .header-menu a:hover,
header.header-transparent .header-menu a:visited,
header.header-transparent .header-menu a:active {
  color: #ffffff;
}
header.header-transparent:hover .header-menu a,
header.header-transparent:hover .header-menu a:hover,
header.header-transparent:hover .header-menu a:visited,
header.header-transparent:hover .header-menu a:active {
  color: #333333;
}
header .header-bg {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.2s height;
}
header .header-bg::before {
  content: " ";
  width: calc(50% - 550px + 710px);
  height: 80px;
  position: absolute;
  top: 0;
  right: calc(-50% + 550px - 710px);
  background-image: url(../images/common/header_bg.svg);
  background-size: auto 80px;
  background-position-x: 0;
  background-position-y: bottom;
  opacity: 0.2;
  transform: rotateX(-360deg);
  transition: 1.6s all;
  z-index: -1;
}
header .header-bg.in::before {
  transform: rotateX(0deg);
  right: 0;
}
header .header-bg::after {
  content: " ";
  width: 100%;
  height: 80px;
  position: absolute;
  top: -80px;
  left: 0;
  background: #fcfcfc;
  background-image: url(../images/common/header_hover.svg);
  background-size: auto 80px;
  background-position-x: calc(50cqw - 550px + 390px);
  background-position-y: bottom;
  background-repeat: no-repeat;
  transition: 0.2s top;
  z-index: -1;
}
header .header-logo {
  width: calc(50% - 550px + 390px);
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: calc(50% - 550px);
  opacity: 0;
  transition: 0.8s opacity;
}
header .header-logo img {
  filter: none;
}
header .header-logo img:nth-child(1) {
  width: 32px;
}
header .header-logo img:nth-child(2) {
  width: 106px;
}
header .header-logo img:nth-child(3) {
  width: 218px;
  padding-left: 16px;
}
header .header-menu {
  position: relative;
  width: calc(50% - 550px + 710px);
  height: 80px;
  padding-right: calc(50% - 550px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url(../images/common/header_border.svg);
  background-size: auto 80px;
  background-position: left bottom;
  opacity: 0;
  transition:
    0.8s opacity,
    0.2s height;
}
header .header-menu a,
header .header-menu a:hover,
header .header-menu a:visited,
header .header-menu a:active {
  color: #333333;
  text-decoration: none;
}
header .header-menu > div {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 1rem;
}
header .header-menu .header-menu-home {
  position: relative;
  padding-left: 100px;
  padding-right: 18px;
}
header .header-menu .header-menu-home::before {
  content: " ";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #e60012;
  top: calc(50% - 3.5px);
  left: 84px;
  border-radius: 3.5px;
}
header .header-menu .header-menu-button {
  padding: 0 18px;
  transform: skew(45deg);
  transition: 0.2s all;
  position: relative;
}
header .header-menu .header-menu-button.red {
  background: #e60012;
}
header .header-menu .header-menu-button.red:hover {
  background: #e60012;
  color: #ffffff;
}
header .header-menu .header-menu-button.red .header-category {
  color: #ffffff;
}
header .header-menu .header-menu-button:hover {
  background: #e5eaef;
}
header .header-menu .header-menu-button:hover .header-submenu {
  opacity: 1;
  pointer-events: all;
}
header .header-menu .header-category {
  font-size: 1rem;
  transform: skew(-45deg);
}

header .header-submenu {
  position: absolute;
  top: 80px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: skew(-45deg);
}
header .header-submenu .header-submenu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: #f2f5f7;
  border-top: 3px solid #e60012;
  display: flex;
  align-items: flex-start;
  transform: translate(-50%, 0);
}
header .header-submenu ul {
  padding: 10px 0;
  margin: 0;
  box-sizing: border-box;
}
header .header-submenu ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .header-submenu ul li div {
  font-size: 0.875rem;
  font-weight: normal;
  width: auto;
  height: 34px;
  color: #333333;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  white-space: nowrap;
  transition: 0.3s padding;
}
header .header-submenu ul li div:hover {
  padding-left: 25px;
  background-color: #ffffff;
}
header .header-submenu ul li img {
  width: 0.825rem;
  height: 0.825rem;
  padding-left: 0.5rem;
}
header .header-submenu ul li a,
header .header-submenu ul li a:hover,
header .header-submenu ul li a:visited,
header .header-submenu ul li a:active {
  text-decoration: none;
  color: #333333;
}
header .header-submenu .category {
  height: 50px;
  opacity: 0.5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333333;
}
header .header-submenu .business {
  width: 560px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  left: 80px;
}
header .header-submenu .business li div {
  width: 280px;
  height: 60px;
  padding-left: 95px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .header-submenu .business li div:hover {
  padding-left: 100px;
}
header .header-submenu .business li div:hover::after {
  left: 40px;
}
header .header-submenu .business li div::after {
  content: " ";
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 35px;
  transition: 0.3s left;
}
header .header-submenu .business li div.icon1::after {
  background-image: url(../images/common/header_menu_icon1.png);
}
header .header-submenu .business li div.icon2::after {
  background-image: url(../images/common/header_menu_icon2.png);
}
header .header-submenu .business li div.icon3::after {
  background-image: url(../images/common/header_menu_icon3.png);
}
header .header-submenu .business li div.icon4::after {
  background-image: url(../images/common/header_menu_icon4.png);
}
header .header-submenu .business li div.icon5::after {
  background-image: url(../images/common/header_menu_icon5.png);
}
header .header-submenu .business li div.icon6::after {
  background-image: url(../images/common/header_menu_icon6.png);
}
header .header-submenu .company {
  width: 152px;
}
header .header-submenu .recruit {
  width: 226px;
}

@media (max-width: 780px) {
  header {
    min-width: auto;
    height: 3.46rem;
    display: block;
    padding-left: 0;
    opacity: 1;
    background-color: transparent;
  }
  header.thin .header-logo {
    height: 3.46rem;
  }
  header.is-hidden {
    top: 0;
  }
  header.show:hover .header-logo {
    background: #003366;
  }
  header.show:hover .header-logo img:nth-child(2),
  header.show:hover .header-logo img:nth-child(3) {
    filter: brightness(0) invert(1);
  }
  header.header-transparent .header-logo {
    filter: none;
    background: #003366;
    opacity: 1;
  }
  header.header-transparent .header-menu,
  header.header-transparent:hover .header-menu {
    background-image: none;
  }
  header.header-transparent .header-menu a,
  header.header-transparent .header-menu a:hover,
  header.header-transparent .header-menu a:visited,
  header.header-transparent .header-menu a:active,
  header.header-transparent:hover .header-menu a,
  header.header-transparent:hover .header-menu a:hover,
  header.header-transparent:hover .header-menu a:visited,
  header.header-transparent:hover .header-menu a:active {
    color: #333333;
  }
  header.header-transparent:hover .header-logo img:nth-child(1) {
    filter: none;
  }
  header.header-transparent:hover .header-logo img:nth-child(2),
  header.header-transparent:hover .header-logo img:nth-child(3) {
    filter: brightness(0) invert(1);
  }
  header .header-bg {
    display: none;
  }
  header .header-logo {
    width: auto;
    height: 3.46rem;
    padding-left: 2rem;
    background: #003366;
  }
  header .header-logo a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  header .header-logo img:nth-child(1) {
    filter: none;
    width: 2.02rem;
  }
  header .header-logo img:nth-child(2) {
    filter: brightness(0) invert(1);
    width: 6.68rem;
  }
  header .header-logo img:nth-child(3) {
    filter: brightness(0) invert(1);
    width: 10.3rem;
    padding-left: 0.9rem;
  }
  header .header-logo #header-sp-menu {
    display: block;
    width: 3.46rem;
    height: 3.46rem;
    position: absolute;
    top: 0;
    right: 0.8rem;
    cursor: pointer;
  }
  header .header-logo #header-sp-menu span {
    width: 1.92rem;
    height: 0.23rem;
    background: #ffffff;
    position: absolute;
    top: 1.73rem;
    left: 1.73rem;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  header .header-logo #header-sp-menu span::before,
  header .header-logo #header-sp-menu span::after {
    content: " ";
    width: 1.92rem;
    height: 0.23rem;
    background: #ffffff;
    position: absolute;
    top: 0.615rem;
    left: 0;
    transition: 0.3s;
  }
  header .header-logo #header-sp-menu span::before {
    top: 0.615rem;
  }
  header .header-logo #header-sp-menu span::after {
    top: -0.615rem;
  }
  header .header-menu {
    display: none;
    width: 100%;
    height: auto;
    max-height: calc(100svh - 3.46rem);
    overflow-x: hidden;
    overflow-y: scroll;
    background-image: none;
  }
  header .header-menu > div {
    width: 100%;
    min-width: auto;
    padding-bottom: 0;
    color: #333333;
    cursor: pointer;
    background: #d4dce5;
    border-bottom: 1px solid #e0e4e8;
  }
  header .header-menu a,
  header .header-menu a:hover,
  header .header-menu a:visited,
  header .header-menu a:active {
    text-decoration: none;
    color: #333333;
  }
  header .header-menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  header .header-menu .header-menu-home {
    display: none;
  }
  header .header-menu .header-menu-button {
    width: 100%;
    height: auto;
    min-height: 4.61rem;
    font-size: 1.15rem;
    padding-left: 0;
    padding-right: 0;
    background: #d4dce5;
    justify-content: flex-start;
    flex-direction: column;
    transform: none;
  }
  header .header-menu .header-menu-button::before {
    content: " ";
    width: 1.53rem;
    height: 1.53rem;
    position: absolute;
    top: 1.54rem;
    right: 1.53rem;
    left: auto;
    background-image: url(../images/common/sp_menu_button.svg);
    background-size: 1.53rem 1.53rem;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: 0.3s transform;
    pointer-events: none;
  }
  header .header-menu .header-menu-button.open::before {
    transform: rotate(180deg);
  }
  header .header-menu .header-menu-button.red::before {
    filter: brightness(0) invert(1);
  }
  header .header-menu .header-menu-button.no-submenu::before {
    background-image: url(../images/common/nav_arrow_red_transparent.svg);
  }
  header .header-menu .header-menu-button a {
    width: 100%;
  }
  header .header-menu .header-menu-button .header-category {
    transform: none;
    width: 100%;
    height: 4.61rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.53rem;
    font-size: 1.15rem;
    cursor: pointer;
  }
  header .header-menu .header-menu-button:hover {
    background: #d4dce5;
  }
  header .header-submenu {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    transform: none;
    width: 100%;
  }
  header .header-submenu.hide {
    display: none;
  }
  header .header-submenu .header-submenu-wrap {
    background-color: #e5eaf0;
    position: relative;
    transform: none;
    flex-direction: column;
    border-top: none;
  }
  header .header-submenu .header-submenu-wrap ul {
    padding-top: 0;
    padding-bottom: 0;
  }
  header .header-submenu .header-submenu-wrap ul li {
    height: auto;
  }
  header .header-submenu .header-submenu-wrap ul li::after {
    background-image: none;
  }
  header .header-submenu .header-submenu-wrap ul li div {
    background-color: transparent;
    border-top: 1px solid rgba(250, 251, 252, 0.5);
    position: relative;
    width: 100%;
    height: 4.61rem !important;
    padding-left: 2.69rem !important;
    border-top: 1px solid #fafbfc;
    font-size: 1.15rem;
  }
  header .header-submenu .header-submenu-wrap ul li div::after {
    display: none;
  }
  header .header-submenu .header-submenu-wrap ul li div::before {
    content: " ";
    width: 1.53rem;
    height: 1.53rem;
    position: absolute;
    top: 1.54rem;
    right: 1.53rem;
    left: auto;
    background-image: url(../images/common/nav_arrow_red_transparent.svg);
    background-size: 1.53rem 1.53rem;
    background-repeat: no-repeat;
    background-color: transparent;
    pointer-events: none;
  }
  header .header-submenu .header-submenu-wrap ul li div.link::before {
    background-image: url(../images/common/link_icon_black.svg);
    background-size: 1.3rem 1.3rem;
  }
  header .header-submenu .category {
    width: 100%;
    height: 4.61rem;
    padding-left: 2.69rem;
    font-size: 1.15rem;
  }
  header .header-submenu .category.open::before {
    transform: rotate(180deg);
  }
  header .header-submenu .business,
  header .header-submenu .company,
  header .header-submenu .recruit {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.show-sp-menu {
    background-color: transparent;
    height: auto;
  }
  header.show-sp-menu:hover .header-logo,
  header.show-sp-menu .header-logo {
    background-color: #c6d1dd;
    border-bottom: 1px solid #d7dfe7;
  }
  header.show-sp-menu:hover .header-logo img:nth-child(1),
  header.show-sp-menu:hover .header-logo img:nth-child(2),
  header.show-sp-menu:hover .header-logo img:nth-child(3),
  header.show-sp-menu .header-logo img:nth-child(1),
  header.show-sp-menu .header-logo img:nth-child(2),
  header.show-sp-menu .header-logo img:nth-child(3) {
    filter: none;
  }
  header.show-sp-menu .header-menu {
    display: block;
    opacity: 0.95;
  }
  header.show-sp-menu #header-sp-menu span {
    transform: translate(-50%, -50%) rotate(45deg);
    background: #303030;
    height: 0.15rem;
  }
  header.show-sp-menu #header-sp-menu span::after,
  header.show-sp-menu #header-sp-menu span::before {
    top: 0;
    left: 0;
    transform: rotate(-90deg);
    background: #303030;
    height: 0.15rem;
  }
}
footer {
  background-color: #003366;
  width: 100svw;
  width: 100cqw;
  min-width: 1200px;
  position: relative;
}
footer .footer-sitemap {
  width: 1100px;
  padding: 70px 0 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  height: 412px;
}
footer .footer-column {
  display: flex;
  flex-direction: column;
}
footer .footer-column p {
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  height: 24px;
  margin-bottom: 0;
}
footer .footer-column ul {
  padding: 0;
  margin: 20px 0;
}
footer .footer-column li {
  font-size: 0.875rem;
  font-weight: normal;
  list-style: none;
  height: 24px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
footer .footer-column li.category {
  opacity: 0.5;
  margin-top: 20px;
}
footer .footer-column li.category:first-child {
  margin-top: 0;
}
footer .footer-column li img {
  width: 0.825rem;
  height: 0.825rem;
  padding-left: 0.5rem;
}
footer .footer-column a,
footer .footer-column a:visited,
footer .footer-column a:active {
  text-decoration: none;
  color: #ffffff;
}
footer .footer-column a:hover {
  text-decoration: underline;
}
footer .footer-submenu {
  display: flex;
}
footer .footer-copyright {
  width: 100%;
  height: 70px;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  background-color: #ffffff;
}

@media (max-width: 780px) {
  footer {
    min-width: auto;
  }
  footer .footer-sitemap {
    width: 100%;
    height: 12.5rem;
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  footer .footer-sitemap .footer-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 40%;
    padding: 0 8%;
  }
  footer .footer-sitemap .footer-column p {
    font-size: 1rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
  }
  footer .footer-sitemap .footer-column:nth-child(1) {
    top: 2rem;
    left: 10%;
  }
  footer .footer-sitemap .footer-column:nth-child(1) a {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
  footer .footer-sitemap .footer-column:nth-child(2) {
    top: 5rem;
    left: 10%;
  }
  footer .footer-sitemap .footer-column:nth-child(2) a {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
  footer .footer-sitemap .footer-column:nth-child(3) {
    top: 8rem;
    left: 10%;
  }
  footer .footer-sitemap .footer-column:nth-child(3) a {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
  footer .footer-sitemap .footer-column:nth-child(4) {
    top: 2rem;
    left: 50%;
  }
  footer .footer-sitemap .footer-column:nth-child(4) a {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  footer .footer-sitemap .footer-column:nth-child(5) {
    top: 5rem;
    left: 50%;
  }
  footer .footer-sitemap .footer-column:nth-child(5) a {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  footer .footer-sitemap .footer-column:nth-child(6) {
    top: 8rem;
    left: 50%;
  }
  footer .footer-sitemap .footer-column:nth-child(6) a {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  footer .footer-submenu {
    display: none;
  }
  footer .footer-copyright {
    min-width: auto;
    font-size: 1rem;
    height: 3rem;
  }
}
nav {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity;
}
nav.show {
  opacity: 1;
  pointer-events: all;
}

.nav-button {
  position: fixed;
  top: calc(50svh - 15px);
  z-index: 300;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.nav-button.hide {
  opacity: 0;
  pointer-events: none;
}
.nav-button::before {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-image: url(../images/common/nav_arrow_white_stroke.svg);
  background-repeat: no-repeat;
  transition: 0.3s opacity;
}
.nav-button::after {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: url(../images/common/nav_arrow_white.svg);
  background-repeat: no-repeat;
  transition: 0.3s opacity;
}
.nav-button:hover::before {
  opacity: 0;
}
.nav-button:hover::after {
  opacity: 1;
}
.nav-button#nav-arrow-l {
  left: 30px;
}
.nav-button#nav-arrow-l::after,
.nav-button#nav-arrow-l::before {
  transform: scale(-1);
}
.nav-button#nav-arrow-r {
  right: 30px;
}

.nav-scroll {
  position: fixed;
  z-index: 300;
  height: 30px;
  width: 30px;
  font-size: 1rem;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  user-select: none;
  cursor: pointer;
}
.nav-scroll.hide {
  opacity: 0;
  pointer-events: none;
}
.nav-scroll.white {
  color: #333333;
}
.nav-scroll.white::before {
  background: url(../images/common/nav_arrow_red_stroke.svg) no-repeat;
}
.nav-scroll::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../images/common/nav_arrow_red.svg) no-repeat;
  transition: 0.3s left;
  transform: scaleX(-1) translate(0, -50%);
}
.nav-scroll:hover::before {
  left: -5px;
}
.nav-scroll#nav-scroll-l {
  bottom: 90px;
  left: 30px;
  transform: rotate(-90deg);
}
.nav-scroll#nav-scroll-r {
  top: 135px;
  right: 30px;
  transform: rotate(90deg);
}
.nav-scroll#nav-top {
  bottom: 180px;
  right: 30px;
  transform: rotate(90deg);
}

@media (max-width: 780px) {
  nav {
    position: relative;
    width: 100svw;
  }
  .nav-scroll#nav-scroll-r {
    position: absolute;
    top: calc(100svh + 30px + 3.07rem);
  }
  .nav-button::before,
  .nav-scroll::before {
    width: 1.53rem;
    height: 1.53rem;
  }
  .nav-button::after,
  .nav-scroll::after {
    width: 1.53rem;
    height: 1.53rem;
  }
  .nav-button#nav-top,
  .nav-scroll#nav-top {
    bottom: 10.2rem;
  }
}
section.kv {
  width: 100svw;
  width: 100cqw;
  min-width: 1200px;
  height: 100svh;
  max-width: 100svw;
  max-height: 100svh;
  overflow: hidden;
  position: relative;
}
section.kv .kv-text {
  display: none;
}
section.kv #kv-page1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 100svh;
  overflow: hidden;
}
section.kv #kv-page1 video {
  top: 0;
  transform: translate(-50%, 0);
  pointer-events: none;
}
section.kv #kv-gradient1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 100svh;
  overflow: hidden;
  background-image: url(../images/top/kv_gradient1.png);
  background-position: center center;
  background-size: auto 100svh;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: 0.8s opacity;
}
section.kv #kv-page2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 100svh;
  overflow: hidden;
}
section.kv #kv-gradient2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 100svh;
  overflow: hidden;
  background-image: url(../images/top/kv_gradient2.png);
  background-size: auto 100svh;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: 0.8s opacity;
}
section.kv #kv-page3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 100svh;
  overflow: hidden;
}
section.kv #kv-gradient3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 100svh;
  overflow: hidden;
  background-image: url(../images/top/kv_gradient3.png);
  background-size: auto 100svh;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: 0.8s opacity;
}
section.kv video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100svh;
  height: 100svh;
}
@media (min-aspect-ratio: 16/9) {
  section.kv video {
    height: auto;
    width: 100%;
  }
}
section.kv #kv-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 100svh;
  z-index: 100;
  opacity: 0;
}
section.kv #kv-svg.show {
  opacity: 1;
}
section.kv .kv-logo-caption {
  font-size: 1.25rem;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  fill: #ffffff;
  transition: 0.8s;
}

@media (max-width: 780px) {
  section.kv {
    min-width: auto;
  }
  section.kv #kv-page1,
  section.kv #kv-page2,
  section.kv #kv-page3 {
    min-width: auto;
  }
  section.kv #kv-svg {
    min-width: auto;
    display: none;
  }
  section.kv .kv-text {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section.kv .kv-text h1 {
    font-size: 2.69rem;
    font-weight: bold;
    color: #ffffff;
    padding: 0;
    margin: 0;
  }
  section.kv .kv-text h2 {
    font-family:
      "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.92rem;
    font-weight: normal;
    padding: 0;
    margin: 0;
    color: #ffffff;
  }
  section.kv .kv-text p {
    font-family:
      "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.23rem;
    color: #ffffff;
  }
  section.kv #kv-page1 .kv-text h2 {
    padding-top: 3.42rem;
  }
  section.kv #kv-page2 .kv-text h2 {
    padding-top: 1.3rem;
    padding-bottom: 0.92rem;
  }
  section.kv #kv-page3 .kv-text h2 {
    padding-top: 1.3rem;
    padding-bottom: 0.92rem;
  }
}
section.content1 {
  width: 100svw;
  width: 100cqw;
  min-width: 1200px;
  height: 100svh;
  max-width: 100svw;
  max-height: 100svh;
  overflow: hidden;
  position: relative;
}
section.content1 #content1-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 100svh;
  z-index: 100;
  opacity: 0;
}
section.content1 #content1-svg.show {
  opacity: 1;
}
section.content1 #content1-h {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: calc(50svh - 150px);
  transform: translate(-50%, -50%);
}
section.content1 .content1-text1 {
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5rem;
}
section.content1 .content1-text2 {
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.125rem;
}
section.content1 .content1-text3 {
  font-size: 1rem;
}
section.content1 #content1-link {
  position: absolute;
  top: 45svh;
  left: 0;
  width: 100%;
  min-width: 1200px;
  padding: 0 calc(52% - 550px);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0;
  transition: 1s opacity;
}
section.content1 #content1-link.show {
  pointer-events: all;
  opacity: 1;
}
section.content1 #content1-link a,
section.content1 #content1-link a:hover,
section.content1 #content1-link a:visited,
section.content1 #content1-link a:active {
  text-decoration: none;
  color: #333333;
}
section.content1 #content1-link .content1-link-button {
  height: 290px;
  padding-top: 216px;
  font-size: 1rem;
  text-align: center;
  position: relative;
  z-index: 300;
}
section.content1 #content1-link .content1-link-button::before {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  opacity: 1;
  left: calc(50% - 15px);
  background-image: url(../images/common/nav_arrow_red_stroke.svg);
  background-repeat: no-repeat;
  transition: 0.3s opacity;
}
section.content1 #content1-link .content1-link-button::after {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: calc(50% - 15px);
  background-image: url(../images/common/nav_arrow_red.svg);
  background-repeat: no-repeat;
  transition: 0.3s opacity;
}
section.content1 #content1-link .content1-link-button:hover::before {
  opacity: 0;
}
section.content1 #content1-link .content1-link-button:hover::after {
  opacity: 1;
}
section.content1 #content1-link #content1-link-button1 {
  width: 192.5px;
}
section.content1 #content1-link #content1-link-button2 {
  width: 187px;
}
section.content1 #content1-link #content1-link-button3 {
  width: 143px;
}
section.content1 #content1-link #content1-link-button4 {
  width: 143px;
}
section.content1 #content1-link #content1-link-button5 {
  width: 187px;
}
section.content1 #content1-link #content1-link-button6 {
  width: 187px;
}

@media (max-width: 780px) {
  section.content1 {
    min-width: auto;
    height: auto;
    max-height: none;
    padding-bottom: 3.07rem;
  }
  section.content1 #content1-svg {
    display: none;
    min-width: auto;
  }
  section.content1 #content1-h {
    opacity: 1 !important;
    position: unset;
    transform: none;
    margin: 3.07rem auto 3.07rem auto;
  }
  section.content1 .content1-text1 {
    font-size: 1.3rem;
    text-align: center;
    padding-bottom: 1.15rem;
  }
  section.content1 .content1-text2 {
    font-size: 1.73rem;
    text-align: center;
    padding-bottom: 1.15rem;
    line-height: 2.07rem;
  }
  section.content1 .content1-text3 {
    font-size: 1rem;
    text-align: center;
    line-height: 1.7rem;
  }
  section.content1 #content1-link {
    position: unset;
    width: 23rem;
    min-width: auto;
    flex-wrap: wrap;
    margin: 0 auto;
    opacity: 1;
    pointer-events: auto;
  }
  section.content1 #content1-link .content1-link-button {
    background-size: 10.1rem;
    background-repeat: no-repeat;
    background-position: 0.7rem 0.7rem;
    height: 16.2rem;
    padding-top: 11.5rem;
    font-size: 1rem;
  }
  section.content1 #content1-link .content1-link-button::before {
    width: 1.53rem;
    height: 1.53rem;
    bottom: 0.8rem;
  }
  section.content1 #content1-link .content1-link-button::after {
    width: 1.53rem;
    height: 1.53rem;
    bottom: 0.8rem;
  }
  section.content1 #content1-link .content1-link-button#content1-link-button1 {
    width: 11.5rem;
    background-image: url(../images/top/content1_logo_i.png);
  }
  section.content1 #content1-link .content1-link-button#content1-link-button2 {
    width: 11.5rem;
    background-image: url(../images/top/content1_logo_k.png);
  }
  section.content1 #content1-link .content1-link-button#content1-link-button3 {
    width: 11.5rem;
    background-image: url(../images/top/content1_logo_a.png);
  }
  section.content1 #content1-link .content1-link-button#content1-link-button4 {
    width: 11.5rem;
    background-image: url(../images/top/content1_logo_t.png);
  }
  section.content1 #content1-link .content1-link-button#content1-link-button5 {
    width: 11.5rem;
    background-image: url(../images/top/content1_logo_o.png);
  }
  section.content1 #content1-link .content1-link-button#content1-link-button6 {
    width: 11.5rem;
    background-image: url(../images/top/content1_logo_h.png);
  }
}
section.content2 {
  width: 100svw;
  width: 100cqw;
  min-width: 1200px;
  height: 100svh;
  max-width: 100svw;
  max-height: 100svh;
  overflow: hidden;
  position: relative;
}
section.content2 > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 100svh;
  z-index: 50;
  opacity: 0;
}
section.content2 > svg.show {
  opacity: 1;
}
section.content2 #content2-bg {
  position: absolute;
  width: 100%;
  min-width: 1200px;
  height: 100svh;
  top: 0;
  left: 0;
  opacity: 0;
  transform: perspective(10svw) rotateY(-8deg);
  transition: 2s;
  z-index: 51;
}
section.content2 #content2-bg.show {
  opacity: 1;
  transform: perspective(10svw) rotateY(0);
}
section.content2 #content2-bg.show::before {
  background-position: top 0 right 0;
}
section.content2 #content2-bg.show::after {
  background-position: top 0 left 0;
}
section.content2 #content2-bg::before,
section.content2 #content2-bg::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 100svh;
  background-size: auto 100svh;
  background-repeat: no-repeat;
  z-index: 51;
  transition: 2s;
}
section.content2 #content2-bg::before {
  background-image: url(../images/top/content2_photo1.png);
  background-position: top 0 right 50%;
}
section.content2 #content2-bg:after {
  background-image: url(../images/top/content2_photo2.png);
  background-position: top 0 left 50%;
}
section.content2 #content2-front.show h3,
section.content2 #content2-front.show .content2-link {
  opacity: 1;
  pointer-events: all;
}
section.content2 #content2-front > h3 {
  writing-mode: vertical-rl;
  position: absolute;
  top: calc(18svh + 80px);
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0;
  margin: 0;
  z-index: 60;
  color: #ffffff;
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: calc((82svh - 80px) / 15);
  font-weight: normal;
  opacity: 0;
  pointer-events: none;
  transition: 1s opacity;
}
section.content2 #content2-front .content2-link {
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: 52;
  transform: translate(-50%, 0);
  height: 14svh;
  margin: 2svh 0;
  color: #ffffff;
  font-size: 6.6svh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: calc(30px + 1svh);
  opacity: 0;
  pointer-events: none;
  transition: 1s opacity;
}
section.content2 #content2-front .content2-link::before {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  opacity: 1;
  left: calc(50% - 15px);
  background-image: url(../images/common/nav_arrow_red_stroke.svg);
  background-repeat: no-repeat;
  transition: 0.3s opacity;
}
section.content2 #content2-front .content2-link::after {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: calc(50% - 15px);
  background-image: url(../images/common/nav_arrow_red.svg);
  background-repeat: no-repeat;
  transition: 0.3s opacity;
}
section.content2 #content2-front .content2-link:hover::before {
  opacity: 0;
}
section.content2 #content2-front .content2-link:hover::after {
  opacity: 1;
}
section.content2 #content2-front a,
section.content2 #content2-front a:hover,
section.content2 #content2-front a:visited,
section.content2 #content2-front a:active {
  text-decoration: none;
  color: #333333;
}

@media (max-width: 780px) {
  section.content2 {
    min-width: auto;
    height: auto;
    max-height: none;
  }
  section.content2 #content2-svg {
    display: none;
    min-width: auto;
  }
  section.content2 #content2-bg {
    display: none;
    min-width: auto;
  }
  section.content2 #content2-front {
    position: relative;
    height: 44.2rem;
    transform: none;
    opacity: 1;
    padding: 17.3rem 0;
    background-image: url(../images/top/content2_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section.content2 #content2-front > h3 {
    position: unset;
    opacity: 1;
    transform: none;
    writing-mode: unset;
    font-size: 1.73rem;
  }
  section.content2 #content2-front .content2-link {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    transform: none;
    writing-mode: unset;
    font-size: 1.3rem;
    padding-top: 0;
    padding-bottom: 3.11rem;
    margin: 0;
    height: auto;
  }
  section.content2 #content2-front .content2-link::before {
    width: 1.53rem;
    height: 1.53rem;
    bottom: 0.76rem;
  }
  section.content2 #content2-front .content2-link::after {
    width: 1.53rem;
    height: 1.53rem;
    bottom: 0.76rem;
  }
  section.content2 #content2-front .content2-link:hover::before {
    opacity: 0;
  }
  section.content2 #content2-front .content2-link:hover::after {
    opacity: 1;
  }
  section.content2 #content2-front::before {
    content: " ";
    width: 100%;
    min-width: auto;
    height: 17.3rem;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/top/content2_photo2_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
  }
  section.content2 #content2-front::after {
    content: " ";
    width: 100%;
    min-width: auto;
    height: 17.3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/top/content2_photo1_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
  }
}
section.content3 {
  width: 100svw;
  width: 100cqw;
  min-width: 1200px;
  max-width: 100svw;
  min-height: calc(100svh - 682px);
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 100px 0 70px 0;
}
section.content3 .content3-wrap {
  width: 1100px;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.content3 .content3-column {
  background-repeat: no-repeat;
  background-size: 52px;
  padding-left: 70px;
}
section.content3 .content3-column.icon1 {
  background-image: url(../images/top/content3_icon1.svg);
}
section.content3 .content3-column.icon2 {
  background-image: url(../images/top/content3_icon2.svg);
}
section.content3 .content3-column.icon3 {
  background-image: url(../images/top/content3_icon3.svg);
}
section.content3 .content3-column .content3-column-heading {
  height: 52px;
  font-size: 1.125rem;
  color: #003366;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.content3 .content3-column .content3-column-detail {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
section.content3 .content3-column .content3-column-phone {
  height: 46px;
  padding-left: 36px;
  font-size: 1.625rem;
  color: #003366;
  background-image: url(../images/top/content3_icon4.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position-y: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.content3 .content3-column .content3-column-mail {
  height: 46px;
  padding-left: 36px;
  font-size: 0.875rem;
  color: #003366;
  background-image: url(../images/top/content3_icon5.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position-y: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.content3 .content3-column .content3-column-link {
  height: 46px;
  padding-left: 36px;
  font-size: 0.875rem;
  color: #003366;
  background-image: url(../images/top/content3_icon6.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position-y: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.content3 .content3-column a,
section.content3 .content3-column a:visited,
section.content3 .content3-column a:active {
  text-decoration: none;
  color: #003366;
}
section.content3 .content3-column a:hover {
  text-decoration: underline;
  color: #003366;
}

@media (max-width: 780px) {
  section.content3 {
    min-width: auto;
    margin: 3.07rem 0 0 0;
  }
  section.content3 .content3-wrap {
    flex-direction: column;
    align-items: center;
  }
  section.content3 .content3-wrap .content3-column {
    width: 24.2rem;
    background-size: 3.07rem;
    padding-left: 4.23rem;
    margin-bottom: 3.07rem;
  }
  section.content3 .content3-wrap .content3-column .content3-column-heading {
    height: auto;
    font-size: 1.3rem;
    margin-bottom: 0.76rem;
  }
  section.content3 .content3-wrap .content3-column .content3-column-detail {
    height: auto;
    font-size: 1rem;
    line-height: 1.7rem;
    margin-bottom: 0.76rem;
  }
  section.content3 .content3-wrap .content3-column .content3-column-phone {
    height: 2.07rem;
    padding-left: 3.2rem;
    margin-bottom: 0.76rem;
    font-size: 1.73rem;
    background-size: 2.07rem;
    background-position-y: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  section.content3 .content3-wrap .content3-column .content3-column-mail {
    height: 2.07rem;
    padding-left: 3.2rem;
    margin-bottom: 0.76rem;
    font-size: 1rem;
    background-size: 2.07rem;
    background-position-y: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  section.content3 .content3-wrap .content3-column .content3-column-link {
    height: 1.53rem;
    padding-left: 2.3rem;
    font-size: 1rem;
    background-size: 1.53rem;
    background-position-y: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

/*# sourceMappingURL=top.css.map */
