/* ================================================== *
 *
 *    INDEX
 *
 * ================================================== */
/* ----------------------------------------------------------
  Overwrite
---------------------------------------------------------- */
#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  /*    top
   * ------------------------------------------------- */
  /*    bottom
   * ------------------------------------------------- */
}
@media screen and (min-width: 768px) {
  #header {
    /* height: 160px; */
    padding-top: 0;
  }
}
#header .header-top {
  /* position: static; */
  /* header-logo */
  /* header-nav */
  /* h-top-info */
  /* h-top-link */
}
@media screen and (min-width: 768px) {
  #header .header-top {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top {
    background: transparent;
  }
}
@media screen and (min-width: 768px) {
  #header .header-top .header-logo {
    margin-top: 25px;
  }
}
#header .header-top .header-logo img {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  #header .header-top .header-logo img {
    width: 422px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .header-logo img {
    width: 89px;
  }
}
#header .header-top .header-logo a {
  position: relative;
}
#header .header-top .header-logo a::before {
  content: "";
  position: absolute;
  display: block;
  transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  #header .header-top .header-logo a::before {
    width: 422px;
    height: 37px;
    background: url(/common_v5/img/header_logo-w_pc.webp) no-repeat 0 0;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .header-logo a::before {
    width: 89px;
    height: 35px;
    background: url(/common_v5/img/header_logo-w_sp.webp) no-repeat 0 0;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  #header:hover .header-top .header-logo a::before {
    opacity: 0;
}
}
@media screen and (min-width: 768px) {
  #header .header-top .h-top-nav {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .h-top-nav {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #header .header-top .h-top-info {
    /* position: static; */
  }
}
@media screen and (min-width: 768px) {
  #header .header-top .h-top-info li {
    border-right-color: #dedede;
  }
}
@media screen and (min-width: 768px) {
  #header .header-top .h-top-info li a {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
  }
}
@media screen and (min-width: 768px) {
  #header .header-top .h-top-link {
    /* margin-left: 30px; */
  }
}
@media screen and (min-width: 768px) {
  #header .header-top .h-top-inquiry {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .h-top-inquiry {
    width: 150px;
    margin-right: 10px;
  }
}
#header .header-top .h-top-inquiry a {
  position: relative;
  display: block;
  border: 1px solid #e80012;
  border-radius: 8px;
  background: #e80012;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #header .header-top .h-top-inquiry a {
    transition: color 0.2s ease-out;
    overflow: hidden;
    font-size: 1.8rem;
    line-height: 42px;
  }
  #header .header-top .h-top-inquiry a::before {
    transition: width 0.2s ease-out;
  }
  #header .header-top .h-top-inquiry a span::before {
    transition: transform 0.2s ease-out, color 0.2s ease-out;
  }
  #header .header-top .h-top-inquiry a span::after {
    transition: transform 0.2s ease-out, color 0.2s ease-out;
  }
  #header .header-top .h-top-inquiry a:hover {
    color: #e80012;
  }
  #header .header-top .h-top-inquiry a:hover::before {
    left: 0;
    width: 100%;
  }
  #header .header-top .h-top-inquiry a:hover span::before {
    color: #e80012;
  }
  #header .header-top .h-top-inquiry a:hover span::after {
    color: #e80012;
    transform: translateX(3px);
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .h-top-inquiry a {
    font-size: 1.2rem;
    line-height: 38px;
  }
}
@media screen and (min-width: 768px) {
  #header .header-top .h-top-inquiry a::before {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    width: 0;
    height: 100%;
    background: #ffe7e9;
  }
}
#header .header-top .h-top-inquiry a span {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #header .header-top .h-top-inquiry a span {
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .h-top-inquiry a span {
    height: 38px;
  }
}
/* #header .header-top .h-top-inquiry a span::before {
  content: "\e90b";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  color: #fff;
  font-family: "icon";
  line-height: 1;
  font-weight: 400;
} */
/* @media screen and (min-width: 768px) {
  #header .header-top .h-top-inquiry a span::before {
    left: 13px;
    width: 19px;
    height: 19px;
    font-size: 19px;
  }
} */
/* @media screen and (max-width: 767px) {
  #header .header-top .h-top-inquiry a span::before {
    left: 8px;
    width: 15px;
    height: 15px;
    font-size: 15px;
  }
} */
#header .header-top .h-top-inquiry a span::after {
  content: "\e912";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  color: #fff;
  font-family: "icon";
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #header .header-top .h-top-inquiry a span::after {
    right: 10px;
    width: 13px;
    height: 11px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .h-top-inquiry a span::after {
    right: 9px;
    width: 10px;
    height: 8px;
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .h-top-link-sp > li {
    border-left-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .h-btn-menu button {
    background: transparent;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 1px rgb(0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .h-btn-menu button .is-icon {
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .h-btn-menu button .is-icon::before, #header .header-top .h-btn-menu button .is-icon::after {
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  }
}
@media screen and (min-width: 768px) {
  #header {
    transition: background 0.2s ease-out;
  }
  #header .header-top .header-logo a {
    position: relative;
  }
  #header:hover{
    background-color: #fff;
}
  }
  @media screen and (min-width: 768px) {
  #header:hover .header-logo img {
      opacity: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #header:hover .h-top-info {
    /* position: static; */
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #header:hover .h-top-info li a {
    color: #000;
    font-weight: 400;
    text-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top.h-menu-active .header-logo img {
    opacity: 1;
  }
  #header .header-top.h-menu-active .header-logo a::before {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #header .header-top.h-menu-active .h-top-link-sp > li {
    border-left-color: #ccc;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #header .header-top.h-menu-active .h-btn-menu button {
    color: #000;
    font-weight: 400;
    text-shadow: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #header .header-top.h-menu-active .h-btn-menu button .is-icon {
    background: #ec6d65;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #header .header-top.h-menu-active .h-btn-menu button .is-icon::before, #header .header-top.h-menu-active .h-btn-menu button .is-icon::after {
    background: #ec6d65;
    box-shadow: none;
  }
}
#header.is-header-stop.is-fixed {
  position: absolute;
  animation: none;
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .headingH1 {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .headingH1 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .headingH1 h1 {
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 768px) {
  .headingH1 {
    transition: color 0.2s ease-out;
  }
  #header:hover .headingH1 {
    color: #000;
  }
}

#contents {
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-top: 100vh;
}
@media screen and (min-width: 768px) {
  #contents {
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  #contents {
    padding-top: 0;
  }
}

#footer {
  position: relative;
}

@media screen and (min-width: 768px) {
  .seotext {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .seotext {
    position: relative;
    background: #f8f8f8;
    margin: 0 -20px;
    padding: 10px 20px;
    border-top: 1px solid #ccc;
  }
}

/* ----------------------------------------------------------
  h-bottom
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .h-bottom {
    max-width: 1600px;
    min-width: 1280px;
    height: 60px;
    margin: 10px auto 0;
    padding: 0 90px;
    position: relative;
    top: 90px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .h-bottom {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    z-index: 9;
  }
}
.h-bottom .h-bottom-nav {
  display: flex;
  justify-content: space-between;
}
.h-bottom .h-bottom-nav li {
  width: calc(50% - 1px);
}
@media screen and (min-width: 768px) {
  .h-bottom .h-bottom-nav li {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .h-bottom .h-bottom-nav li {
    height: 40px;
  }
}
.h-bottom .h-bottom-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .h-bottom .h-bottom-nav li a {
    overflow: hidden;
    font-size: 2rem;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .h-bottom .h-bottom-nav li a {
    font-size: 1.3rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
}
.h-bottom .h-bottom-nav li a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.h-bottom .h-bottom-nav li a span::after {
  content: "\e900";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  font-family: "icon";
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .h-bottom .h-bottom-nav li a span::after {
    right: 20px;
    width: 9px;
    height: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .h-bottom .h-bottom-nav li a span::after {
    right: 10px;
    width: 7px;
    height: 11px;
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .h-bottom .h-bottom-nav li a.is-homesecurity span::before {
    content: "\e903";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    display: inline-block;
    width: 34px;
    height: 32px;
    margin: auto;
    font-size: 32px;
    line-height: 1;
    font-family: "icon";
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .h-bottom .h-bottom-nav li a.is-business span::before {
    content: "\e904";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    display: inline-block;
    width: 36px;
    height: 39px;
    margin: auto;
    font-size: 39px;
    line-height: 1;
    font-family: "icon";
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .h-bottom .h-bottom-nav li a {
    position: relative;
    transition: color 0.2s ease-out;
  }
  .h-bottom .h-bottom-nav li a::before {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    width: 0;
    height: 100%;
    transition: width 0.2s ease-out;
  }
  .h-bottom .h-bottom-nav li a span::after {
    transition: transform 0.2s ease-out;
  }
  .h-bottom .h-bottom-nav li a.is-homesecurity::before {
    background: #ec6d65;
  }
  .h-bottom .h-bottom-nav li a.is-business::before {
    background: #004697;
  }
  .h-bottom .h-bottom-nav li a:hover {
    color: #fff;
  }
  .h-bottom .h-bottom-nav li a:hover::before {
    left: 0;
    width: 100%;
  }
  .h-bottom .h-bottom-nav li a:hover span::after {
    transform: translateX(3px);
  }
}
.h-bottom .h-bottom-nav li:nth-child(odd) a {
  border-radius: 8px 0 0 8px;
}
.h-bottom .h-bottom-nav li:nth-child(even) a {
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 767px) {
  .header-top.h-menu-active + .h-bottom {
    display: none;
  }
}


@media screen and (min-width: 768px) {
  #header .h-top-search-form .h-top-search-submit {
      border-color: #fff;
      background: #fff;
  }
  }
@media screen and (min-width: 768px) {
  #header .h-top-search-form .h-top-search-submit::before {
    color: #004697;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px){
  #header:hover .h-top-search-form .h-top-search-submit {
    border-color: #004697;
    background: #004697;
}
}
@media screen and (min-width: 768px) and (min-width: 768px){
  #header:hover .h-top-search-form .h-top-search-submit::before {
      color: #fff;
  }
  }
  @media screen and (min-width: 768px) and (min-width: 768px){
    #header:hover .h-top-search-form .h-top-search-submit {
      border-color: #004697;
      background: #004697;
  }
  }
  @media screen and (min-width: 768px) and (min-width: 768px){
    #header:hover .h-top-search-form .h-top-search-submit::before {
        color: #fff;
    }
    }
/* ----------------------------------------------------------
  KV
---------------------------------------------------------- */
.top-kv {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-kv {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .top-kv {
    height: 100dvh;
  }
}
.top-kv.is-fade {
  opacity: 0;
}

.top-kv-area {
  height: 100%;
}

.top-kv-side {
  height: 100%;
  pointer-events: none;
}
.top-kv-side .slick-list,
.top-kv-side .slick-track {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .top-kv-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .top-kv-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
  }
}

.top-kv-movie {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .top-kv-movie {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .top-kv-movie {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56.25vh;
    height: 177.77777778vh;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
  }
}

.top-kv-text {
  position: absolute;
  left: 50%;
  color: #fff;
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: Arial, Helvetica, serif、sans-serif、cursive、fantasy、monospace;
}
@media screen and (min-width: 768px) {
  .top-kv-text {
    bottom: 8%;
    font-size: 6rem;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .top-kv-text {
    bottom: 21%;
    font-size: 3rem;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
  }
}

.top-kv-scroll {
  position: absolute;
  left: 50%;
  width: 2px;
  background: #fff;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .top-kv-scroll {
    bottom: 0;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-kv-scroll {
    bottom: 20px;
    height: 45px;
  }
}
.top-kv-scroll::before {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  opacity: 1;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .top-kv-scroll::before {
    top: 10px;
    width: 12px;
    height: 12px;
    animation: wheelpc 2s infinite;
  }
}
@media screen and (max-width: 767px) {
  .top-kv-scroll::before {
    top: 5px;
    width: 9px;
    height: 9px;
    animation: wheelsp 2s infinite;
  }
}
.top-kv-scroll span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #fff;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  white-space: nowrap;
  transform-origin: left bottom;
}
@media screen and (min-width: 768px) {
  .top-kv-scroll span {
    font-size: 1.8rem;
    transform: rotate(90deg) translate(-1em, -15px);
  }
}
@media screen and (max-width: 767px) {
  .top-kv-scroll span {
    font-size: 1.3rem;
    transform: rotate(90deg) translate(-1em, -10px);
  }
}

@keyframes wheelpc {
  to {
    opacity: 0;
    top: 50px;
  }
}
@keyframes wheelsp {
  to {
    opacity: 0;
    top: 30px;
  }
}
/* cv */
@media screen and (min-width: 768px) {
  .top-kv-cv {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-kv-cv {
    margin-bottom: 60px;
    padding: 20px;
    background: #f8f8f8;
  }
}

@media screen and (max-width: 767px) {
  .top-kv-cv_inner {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .top-kv-cv_inner .btn-document,
  .top-kv-cv_inner .btn-estimate {
    border-radius: 8px;
    font-size: 2.2rem;
  }
}

.top-kv-cv_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top-kv-cv_ttl {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .top-kv-cv_ttl-head {
    font-size: 1.8rem;
  }
}

.top-kv-cv_ttl-icon {
  margin-right: 10px;
}
.top-kv-cv_ttl-icon svg {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .top-kv-cv_ttl-icon svg {
    width: 20px;
    height: 15px;
  }
}
.top-kv-cv_ttl-icon svg,
.top-kv-cv_ttl-icon path {
  fill: #e80012;
}

@media screen and (max-width: 767px) {
  .top-kv-cv_free {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 20px;
    margin-right: 10px;
    background: #009fa7;
    border-radius: 20px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .top-kv-cv_body {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-kv-cv_body {
    margin-top: 15px;
  }
}
.top-kv-cv_body p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .top-kv-cv_body p {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-kv-cv_body p {
    order: 2;
    margin-top: 10px;
    font-size: 1rem;
  }
}
.top-kv-cv_body p .overtime-tel {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-kv-cv_body p .overtime-tel {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .top-kv-cv_body a + a {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-kv-cv_body a + a {
    margin-top: 10px;
  }
}

.top-kv-cv_body .btn-telphone.computer02 span::before {
  content: "\e91b";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #e80012;
  font-family: "icon";
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top-kv-cv_body .btn-telphone.computer02 span::before {
    left: 14px;
    font-size: 19px;
  }
}
.top-kv-cv_body .btn-computer.document02 span::before {
  content: "\e908";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-family: "icon";
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top-kv-cv_body .btn-computer.document02 span::before {
    left: 17px;
    font-size: 20px;
  }
}

.loader {
  margin: 2.5em auto;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
}

@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #004697, 1.8em -1.8em 0 0em rgba(0, 70, 151, 0.2), 2.5em 0em 0 0em rgba(0, 70, 151, 0.2), 1.75em 1.75em 0 0em rgba(0, 70, 151, 0.2), 0em 2.5em 0 0em rgba(0, 70, 151, 0.2), -1.8em 1.8em 0 0em rgba(0, 70, 151, 0.2), -2.6em 0em 0 0em rgba(0, 70, 151, 0.5), -1.8em -1.8em 0 0em rgba(0, 70, 151, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 70, 151, 0.7), 1.8em -1.8em 0 0em #004697, 2.5em 0em 0 0em rgba(0, 70, 151, 0.2), 1.75em 1.75em 0 0em rgba(0, 70, 151, 0.2), 0em 2.5em 0 0em rgba(0, 70, 151, 0.2), -1.8em 1.8em 0 0em rgba(0, 70, 151, 0.2), -2.6em 0em 0 0em rgba(0, 70, 151, 0.2), -1.8em -1.8em 0 0em rgba(0, 70, 151, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 70, 151, 0.5), 1.8em -1.8em 0 0em rgba(0, 70, 151, 0.7), 2.5em 0em 0 0em #004697, 1.75em 1.75em 0 0em rgba(0, 70, 151, 0.2), 0em 2.5em 0 0em rgba(0, 70, 151, 0.2), -1.8em 1.8em 0 0em rgba(0, 70, 151, 0.2), -2.6em 0em 0 0em rgba(0, 70, 151, 0.2), -1.8em -1.8em 0 0em rgba(0, 70, 151, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 70, 151, 0.2), 1.8em -1.8em 0 0em rgba(0, 70, 151, 0.5), 2.5em 0em 0 0em rgba(0, 70, 151, 0.7), 1.75em 1.75em 0 0em #004697, 0em 2.5em 0 0em rgba(0, 70, 151, 0.2), -1.8em 1.8em 0 0em rgba(0, 70, 151, 0.2), -2.6em 0em 0 0em rgba(0, 70, 151, 0.2), -1.8em -1.8em 0 0em rgba(0, 70, 151, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 70, 151, 0.2), 1.8em -1.8em 0 0em rgba(0, 70, 151, 0.2), 2.5em 0em 0 0em rgba(0, 70, 151, 0.5), 1.75em 1.75em 0 0em rgba(0, 70, 151, 0.7), 0em 2.5em 0 0em #004697, -1.8em 1.8em 0 0em rgba(0, 70, 151, 0.2), -2.6em 0em 0 0em rgba(0, 70, 151, 0.2), -1.8em -1.8em 0 0em rgba(0, 70, 151, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 70, 151, 0.2), 1.8em -1.8em 0 0em rgba(0, 70, 151, 0.2), 2.5em 0em 0 0em rgba(0, 70, 151, 0.2), 1.75em 1.75em 0 0em rgba(0, 70, 151, 0.5), 0em 2.5em 0 0em rgba(0, 70, 151, 0.7), -1.8em 1.8em 0 0em #004697, -2.6em 0em 0 0em rgba(0, 70, 151, 0.2), -1.8em -1.8em 0 0em rgba(0, 70, 151, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 70, 151, 0.2), 1.8em -1.8em 0 0em rgba(0, 70, 151, 0.2), 2.5em 0em 0 0em rgba(0, 70, 151, 0.2), 1.75em 1.75em 0 0em rgba(0, 70, 151, 0.2), 0em 2.5em 0 0em rgba(0, 70, 151, 0.5), -1.8em 1.8em 0 0em rgba(0, 70, 151, 0.7), -2.6em 0em 0 0em #004697, -1.8em -1.8em 0 0em rgba(0, 70, 151, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 70, 151, 0.2), 1.8em -1.8em 0 0em rgba(0, 70, 151, 0.2), 2.5em 0em 0 0em rgba(0, 70, 151, 0.2), 1.75em 1.75em 0 0em rgba(0, 70, 151, 0.2), 0em 2.5em 0 0em rgba(0, 70, 151, 0.2), -1.8em 1.8em 0 0em rgba(0, 70, 151, 0.5), -2.6em 0em 0 0em rgba(0, 70, 151, 0.7), -1.8em -1.8em 0 0em #004697;
  }
}
.js-loading.top-kv .top-kv-area {
  opacity: 0;
  transition: opacity 3s ease-out;
}
.js-loading.top-kv.is-loaded .top-kv-area {
  opacity: 1;
}
.js-loading.top-kv.is-loaded .loader {
  display: none;
}

/* ----------------------------------------------------------
  section
---------------------------------------------------------- */
.top-section {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-section {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 768px) {
  .top-section#personal::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: calc(100% - 240px);
    background: #f0f0f0;
  }
}
@media screen and (min-width: 768px) {
  .top-section#business::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 200px;
    background: #f0f0f0;
  }
}

@media screen and (min-width: 768px) {
  .top-section-inr {
    max-width: 1710px;
    height: 760px;
    margin: 0 auto;
    padding: 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .top-section-inr {
    padding: 0 40px 331px;
  }
}
@media screen and (min-width: 768px) {
  .top-section#personal .top-section-inr {
    padding-left: 180px;
  }
}
@media screen and (min-width: 768px) {
  .top-section#business .top-section-inr {
    padding-right: 180px;
  }
}

/* title */
.top-section-H2 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-section-H2 {
    justify-content: center;
    height: 470px;
  }
}
@media screen and (max-width: 767px) {
  .top-section-H2 {
    position: absolute;
    top: 0;
    z-index: 3;
    margin-bottom: 70px;
    padding-top: 30px;
    text-shadow: 2px 2px 0 #fff;
  }
  .top-section-H2.is-fixed {
    position: fixed;
    top: 0;
  }
  .top-section-H2.is-bottom {
    top: auto;
    bottom: 0;
    margin-bottom: 240px;
  }
}
@media screen and (min-width: 768px) {
  #personal.top-section .top-section-H2 {
    left: -90px;
  }
}
#business.top-section .top-section-H2 {
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  #business.top-section .top-section-H2 {
    right: -90px;
  }
}
@media screen and (max-width: 767px) {
  #business.top-section .top-section-H2 {
    right: 40px;
  }
}

.top-section-H2-title {
  order: 2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-section-H2-title {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-section-H2-title {
    display: block;
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.top-section-H2-title::before {
  content: "";
  height: 1px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .top-section-H2-title::before {
    display: inline-block;
    width: 80px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-section-H2-title::before {
    display: block;
    width: 40px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 0 #fff;
  }
}
@media screen and (min-width: 768px) {
  #business.top-section .top-section-H2-title {
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  #business.top-section .top-section-H2-title {
    width: 185px;
  }
}

.top-section-H2-desc {
  order: 1;
  display: block;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 768px) {
  .top-section-H2-desc {
    margin-bottom: 24px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-section-H2-desc {
    font-size: 3rem;
  }
}
.top-section-H2-desc .is-bold {
  display: block;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .top-section-H2-desc .is-bold {
    margin-top: -0.125em;
    margin-left: -3px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .top-section-H2-desc .is-bold {
    margin-top: -0.1em;
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #business.top-section .top-section-H2-desc {
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  #business.top-section .top-section-H2-desc {
    width: 185px;
  }
}

.top-section-H2-btn {
  position: relative;
  z-index: 2;
  order: 3;
}
@media screen and (min-width: 768px) {
  .top-section-H2-btn {
    width: 460px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-section-H2-btn {
    top: 251px;
  }
}
.top-section-H2-btn a {
  position: relative;
  display: block;
  border: 2px solid #000;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-section-H2-btn a {
    transition: color 0.2s ease-out;
    overflow: hidden;
    width: 300px;
    font-size: 1.8rem;
    line-height: 56px;
  }
  .top-section-H2-btn a::before {
    transition: width 0.2s ease-out;
  }
  .top-section-H2-btn a span::before {
    transition: transform 0.2s ease-out, color 0.2s ease-out;
  }
  .top-section-H2-btn a span::after {
    transition: transform 0.2s ease-out, color 0.2s ease-out;
  }
  .top-section-H2-btn a:hover {
    color: #fff;
  }
  .top-section-H2-btn a:hover::before {
    left: 0;
    width: 100%;
  }
  .top-section-H2-btn a:hover span::after {
    transform: translateX(3px);
  }
}
@media screen and (max-width: 767px) {
  .top-section-H2-btn a {
    width: 100%;
    margin-top: 30px;
    font-size: 2rem;
    line-height: 46px;
  }
}
@media screen and (min-width: 768px) {
  .top-section-H2-btn a::before {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    width: 0;
    height: 100%;
    background: #000;
  }
}
.top-section-H2-btn a span {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-section-H2-btn a span {
    height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .top-section-H2-btn a span {
    height: 46px;
  }
}
.top-section-H2-btn a span::after {
  content: "\e900";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  font-family: "icon";
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top-section-H2-btn a span::after {
    right: 18px;
    width: 9px;
    height: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-section-H2-btn a span::after {
    right: 9px;
    width: 10px;
    height: 8px;
    font-size: 8px;
  }
}

.top-section-H2-btn02 {
  position: relative;
  z-index: 2;
  order: 3;
}
@media screen and (min-width: 768px) {
  .top-section-H2-btn02 {
    width: 460px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-section-H2-btn02 {
    top: 251px;
  }
}
.top-section-H2-btn02 a {
  position: relative;
  display: block;
  border: 2px solid #e80012;
  border-radius: 8px;
  background: #e80012;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-section-H2-btn02 a {
    transition: color 0.2s ease-out;
    overflow: hidden;
    width: 300px;
    font-size: 1.8rem;
    line-height: 56px;
  }
  .top-section-H2-btn02 a::before {
    transition: width 0.2s ease-out;
  }
  .top-section-H2-btn02 a span::before {
    transition: transform 0.2s ease-out, color 0.2s ease-out;
  }
  .top-section-H2-btn02 a span::after {
    transition: transform 0.2s ease-out, color 0.2s ease-out;
  }
  .top-section-H2-btn02 a:hover {
    color: #e80012;
  }
  .top-section-H2-btn02 a:hover::before {
    left: 0;
    width: 100%;
  }
  .top-section-H2-btn02 a:hover span::before {
    color: #e80012;
  }
  .top-section-H2-btn02 a:hover span::after {
    transform: translateX(3px);
  }
}
@media screen and (max-width: 767px) {
  .top-section-H2-btn02 a {
    width: 100%;
    margin-top: 30px;
    font-size: 2rem;
    line-height: 46px;
  }
}
@media screen and (min-width: 768px) {
  .top-section-H2-btn02 a::before {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    width: 0;
    height: 100%;
    background: #fff;
  }
}
.top-section-H2-btn02 a span {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-section-H2-btn02 a span {
    height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .top-section-H2-btn02 a span {
    height: 46px;
  }
}
.top-section-H2-btn02 a span::before {
  content: "\e908";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-family: "icon";
  font-weight: 400;
}
.top-section-H2-btn02 a span::after {
  content: "\e900";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  font-family: "icon";
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top-section-H2-btn02 a span::before {
    left: 23px;
    font-size: 26px;
  }
  .top-section-H2-btn02 a span::after {
    right: 18px;
    width: 9px;
    height: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-section-H2-btn02 a span::before {
    left: 17px;
    font-size: 20px;
  }
  .top-section-H2-btn02 a span::after {
    right: 9px;
    width: 10px;
    height: 8px;
    font-size: 8px;
  }
}
/* bg */
.top-section-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-section-bg {
    width: 77.0833333333%;
    height: 760px;
  }
}
@media screen and (max-width: 767px) {
  .top-section-bg {
    width: calc(100% - 92px);
    height: 500px;
  }
}
.top-section-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-section-bg span {
    margin-top: -36.4864864865%;
    padding-top: 72.972972973%;
  }
}
@media screen and (max-width: 767px) {
  .top-section-bg span {
    margin-top: -112.7272727273%;
    padding-top: 225.4545454545%;
  }
}
#personal.top-section .top-section-bg {
  right: 0;
}
@media screen and (min-width: 768px) {
  #personal.top-section .top-section-bg span {
    background: url(/img_v5/img_personal_bg_00-pc.webp) no-repeat 0 50%;
    background-size: cover;
    transition: background 0.4s ease-out;
  }
}
@media screen and (max-width: 767px) {
  #personal.top-section .top-section-bg span {
    background: url(/img_v5/img_personal_bg_00-sp.webp) no-repeat 0 50%;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  #personal.top-section.is-num0 .top-section-bg span {
    background: url(/img_v5/img_personal_bg_01-pc.webp) no-repeat 0 50%;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  #personal.top-section.is-num1 .top-section-bg span {
    background: url(/img_v5/img_personal_bg_02-pc.webp) no-repeat 0 50%;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  #personal.top-section.is-num2 .top-section-bg span {
    background: url(/img_v5/img_personal_bg_03-pc.webp) no-repeat 0 50%;
    background-size: cover;
  }
}
#business.top-section .top-section-bg {
  left: 0;
}
@media screen and (min-width: 768px) {
  #business.top-section .top-section-bg span {
    background: url(/img_v5/img_business_bg_00-pc.webp) no-repeat 0 50%;
    background-size: cover;
    transition: background 0.2s ease-out;
  }
}
@media screen and (max-width: 767px) {
  #business.top-section .top-section-bg span {
    background: url(/img_v5/img_business_bg_00-sp.webp) no-repeat 0 50%;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  #business.top-section.is-num0 .top-section-bg span {
    background: url(/img_v5/img_business_bg_01-pc.webp) no-repeat 0 50%;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  #business.top-section.is-num1 .top-section-bg span {
    background: url(/img_v5/img_business_bg_02-pc.webp) no-repeat 0 50%;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  #business.top-section.is-num2 .top-section-bg span {
    background: url(/img_v5/img_business_bg_03-pc.webp) no-repeat 0 50%;
    background-size: cover;
  }
}
.top-section-bg.is-fixed {
  position: fixed;
}
.top-section-bg.is-bottom {
  top: auto;
  bottom: 0;
}

/* list */
.top-section-list {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top-section-list {
    display: flex;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 767px) {
  .top-section-list {
    top: 251px;
  }
}
@media screen and (min-width: 768px) {
  .top-section-list li {
    width: 33.3333333333%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-section-list li + li {
    margin-top: 20px;
  }
}
.top-section-list li > a {
  display: block;
  padding: 8px 8px 0;
  border-radius: 8px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .top-section-list li > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .top-section-list li > a {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  }
}
.top-section-list li > a ._image {
  display: block;
  background: #fff;
}
.top-section-list li > a ._image img {
  width: 100%;
  height: auto;
}
.top-section-list li > a ._text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-section-list li > a ._text {
    flex: 1 1 auto;
    min-height: 70px;
    padding: 8px 40px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-section-list li > a ._text {
    min-height: 60px;
    padding: 8px 18px;
    font-size: 2rem;
  }
}
.top-section-list li > a ._text::after {
  content: "\e913";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  font-family: "icon";
  line-height: 1;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .top-section-list li > a ._text::after {
    right: 10px;
    width: 25px;
    height: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-section-list li > a ._text::after {
    right: 4px;
    width: 19px;
    height: 10px;
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .top-section-list li > a {
    transition: background 0.2s ease-out;
  }
  .top-section-list li > a ._image {
    overflow: hidden;
  }
  .top-section-list li > a ._image img {
    transition: filter 0.2s ease-out;
  }
  .top-section-list li > a ._text {
    transition: color 0.2s ease-out;
  }
  #personal.top-section .top-section-list li > a:hover {
    background: #ec6d65;
  }
  #business.top-section .top-section-list li > a:hover {
    background: #004697;
  }
  .top-section-list li > a:hover ._image img {
    filter: brightness(1.1);
  }
  .top-section-list li > a:hover ._text {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  #personal.top-section .top-section-list {
    left: -90px;
  }
}
@media screen and (min-width: 768px) {
  #business.top-section .top-section-list {
    right: -90px;
  }
}
.top-section.js-effect .top-section-H2-desc {
  overflow: hidden;
}
.top-section.js-effect .top-section-H2-desc .is-bold {
  overflow: hidden;
}
.top-section.js-effect .top-section-H2-desc span:not(.is-bold) {
  display: inline-block;
  transform: translateY(-100%);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-section.js-effect .top-section-H2-desc > span:not(.is-bold):nth-of-type(1) {
  transition-delay: 0.05s;
}
.top-section.js-effect .top-section-H2-desc > span:not(.is-bold):nth-of-type(2) {
  transition-delay: 0.1s;
}
.top-section.js-effect .top-section-H2-desc > span:not(.is-bold):nth-of-type(3) {
  transition-delay: 0.15s;
}
.top-section.js-effect .top-section-H2-desc .is-bold > span:not(.is-bold):nth-of-type(1) {
  transition-delay: 0.2s;
}
.top-section.js-effect .top-section-H2-desc .is-bold > span:not(.is-bold):nth-of-type(2) {
  transition-delay: 0.25s;
}
.top-section.js-effect .top-section-H2-desc .is-bold > span:not(.is-bold):nth-of-type(3) {
  transition-delay: 0.3s;
}
.top-section.js-effect .top-section-H2-desc .is-bold > span:not(.is-bold):nth-of-type(4) {
  transition-delay: 0.35s;
}
.top-section.js-effect .top-section-H2-desc .is-bold > span:not(.is-bold):nth-of-type(5) {
  transition-delay: 0.4s;
}
.top-section.js-effect .top-section-H2-desc .is-bold > span:not(.is-bold):nth-of-type(6) {
  transition-delay: 0.45s;
}
.top-section.js-effect .top-section-H2-desc .is-bold > span:not(.is-bold):nth-of-type(7) {
  transition-delay: 0.5s;
}
.top-section.js-effect .top-section-H2-desc .is-bold > span:not(.is-bold):nth-of-type(8) {
  transition-delay: 0.55s;
}
.top-section.js-effect .top-section-H2-desc .is-bold > span:not(.is-bold):nth-of-type(9) {
  transition-delay: 0.6s;
}
.top-section.js-effect .top-section-H2-desc .is-bold > span:not(.is-bold):nth-of-type(10) {
  transition-delay: 0.65s;
}
.top-section.js-effect .top-section-bg {
  opacity: 0;
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1), opacity 3s ease-out;
}
.top-section.js-effect .top-section-H2-title,
.top-section.js-effect .top-section-H2-btn,
.top-section.js-effect .top-section-H2-btn02 {
  opacity: 0;
  transition: opacity 1s ease-out 1s;
}
.top-section.js-effect .top-section-list > li {
  opacity: 0;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease-out;
}
@media screen and (min-width: 768px) {
  .top-section.js-effect .top-section-list > li {
    transform: translateX(-5%);
  }
}
@media screen and (max-width: 767px) {
  .top-section.js-effect .top-section-list > li {
    transform: translateY(5%);
  }
}
.top-section.js-effect .top-section-list > li:nth-of-type(1) {
  transition-delay: 1.2s;
}
.top-section.js-effect .top-section-list > li:nth-of-type(2) {
  transition-delay: 1.4s;
}
.top-section.js-effect .top-section-list > li:nth-of-type(3) {
  transition-delay: 1.6s;
}
.top-section.js-effect#personal .top-section-bg {
  transform: translateX(5%);
}
.top-section.js-effect#business .top-section-bg {
  opacity: 0;
  transform: translateX(-5%);
}
.top-section.js-effect.is-effectActive .top-section-H2-desc {
  overflow: hidden;
}
.top-section.js-effect.is-effectActive .top-section-H2-desc .is-bold {
  overflow: hidden;
}
.top-section.js-effect.is-effectActive .top-section-H2-desc span:not(.is-bold) {
  transform: translateY(0);
}
.top-section.js-effect.is-effectActive .top-section-H2-title,
.top-section.js-effect.is-effectActive .top-section-H2-btn,
.top-section.js-effect.is-effectActive .top-section-H2-btn02 {
  opacity: 1;
}
.top-section.js-effect.is-effectActive .top-section-list > li {
  opacity: 1;
  transform: translate(0);
}
.top-section.js-effect.is-effectActive#personal .top-section-bg, .top-section.js-effect.is-effectActive#business .top-section-bg {
  opacity: 1;
  transform: translateX(0);
}

/* ----------------------------------------------------------
  redirect01
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .top-redirect01 {
    background: #f0f0f0;
  }
}

/* link */
.top-redirect01-link {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-redirect01-link {
    height: 440px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect01-link {
    padding-top: 74.9333333333%;
  }
}
.top-redirect01-link::before, .top-redirect01-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.top-redirect01-link::after {
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .top-redirect01-link.is-corporate::before {
    background: url(/img_v5/img_company_01-pc.webp) no-repeat 50% 50%;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect01-link.is-corporate::before {
    background: url(/img_v5/img_company_01-sp.webp) no-repeat 50% 50%;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  .top-redirect01-link.is-recruit::before {
    background: url(/img_v5/img_recruit_01-pc.webp) no-repeat 50% 50%;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect01-link.is-recruit::before {
    background: url(/img_v5/img_recruit_01-sp.webp) no-repeat 50% 50%;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  .top-redirect01-link {
    overflow: hidden;
    transition: color 0.2s ease-out;
  }
  .top-redirect01-link::before {
    transition: transform 0.2s ease-out;
  }
  .top-redirect01-link .top-redirect01-btn::before {
    transition: width 0.2s ease-out;
  }
  .top-redirect01-link .top-redirect01-btn span::after {
    transition: transform 0.2s ease-out;
  }
  .top-redirect01-link:hover {
    color: #fff;
  }
  .top-redirect01-link:hover::before {
    transform: scale(1.05);
  }
  .top-redirect01-link:hover .top-redirect01-btn::before {
    left: 0;
    width: 100%;
  }
  .top-redirect01-link:hover .top-redirect01-btn span::after {
    transform: translateX(3px);
  }
}

/* unit */
.top-redirect01-unit {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  width: 50%;
  height: 60%;
}
@media screen and (max-width: 767px) {
  .top-redirect01-unit {
    width: calc(100% - 80px);
  }
}

/* title */
.top-redirect01-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-redirect01-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect01-title {
    font-size: 1.8rem;
  }
}
.top-redirect01-title::before, .top-redirect01-title::after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #000000;
}
@media screen and (min-width: 768px) {
  .top-redirect01-title::before, .top-redirect01-title::after {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect01-title::before, .top-redirect01-title::after {
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .top-redirect01-title::before {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect01-title::before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .top-redirect01-title::after {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect01-title::after {
    margin-left: 10px;
  }
}

.top-redirect01-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .top-redirect01-subtitle {
    margin-bottom: 10px;
    margin-top: 40px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect01-subtitle {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 4rem;
  }
}

/* btn */
.top-redirect01-btn {
  position: relative;
  display: block;
  border-radius: 8px;
  background: #000000;
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .top-redirect01-btn {
    overflow: hidden;
    width: 300px;
    margin-top: 50px;
    font-size: 1.8rem;
    line-height: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    margin: 30px auto auto auto;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect01-btn {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 50px;
    width: 80%;
    margin: 20px auto auto auto;
  }
}
@media screen and (min-width: 768px) {
  .top-redirect01-btn::before {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    width: 0;
    height: 100%;
    background: #000;
  }
}
.top-redirect01-btn span {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-redirect01-btn span {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect01-btn span {
    height: 50px;
  }
}
.top-redirect01-btn span::after {
  content: "\e900";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  font-family: "icon";
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top-redirect01-btn span::after {
    right: 18px;
    width: 9px;
    height: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect01-btn span::after {
    right: 9px;
    width: 10px;
    height: 8px;
    font-size: 8px;
  }
}

/* list */
@media screen and (max-width: 767px) {
  .top-redirect01-list {
    position: relative;
    z-index: 2;
    margin: -50px 40px 50px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .top-redirect01-list > li {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect01-list > li:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect01-list > li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 30px 0 20px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect01-list > li a::after {
    content: "\e900";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    display: inline-block;
    width: 10px;
    height: 8px;
    margin: auto;
    font-size: 8px;
    font-family: "icon";
    line-height: 1;
    font-weight: 400;
  }
}
.top-redirect01-list > li:nth-child(even) a {
  background: #f8f8f8;
}

.top-redirect01-link.js-effect {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.top-redirect01-link.js-effect .top-redirect01-subtitle {
  overflow: hidden;
}
.top-redirect01-link.js-effect .top-redirect01-subtitle > span {
  display: inline-block;
  transform: translateY(-100%);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-redirect01-link.js-effect .top-redirect01-subtitle > span:nth-of-type(1) {
  transition-delay: 0.05s;
}
.top-redirect01-link.js-effect .top-redirect01-subtitle > span:nth-of-type(2) {
  transition-delay: 0.1s;
}
.top-redirect01-link.js-effect .top-redirect01-subtitle > span:nth-of-type(3) {
  transition-delay: 0.15s;
}
.top-redirect01-link.js-effect .top-redirect01-subtitle > span:nth-of-type(4) {
  transition-delay: 0.2s;
}
.top-redirect01-link.js-effect .top-redirect01-subtitle > span:nth-of-type(5) {
  transition-delay: 0.25s;
}
.top-redirect01-link.js-effect .top-redirect01-subtitle > span:nth-of-type(6) {
  transition-delay: 0.3s;
}
.top-redirect01-link.js-effect .top-redirect01-subtitle > span:nth-of-type(7) {
  transition-delay: 0.35s;
}
.top-redirect01-link.js-effect .top-redirect01-subtitle > span:nth-of-type(8) {
  transition-delay: 0.4s;
}
.top-redirect01-link.js-effect .top-redirect01-subtitle > span:nth-of-type(9) {
  transition-delay: 0.45s;
}
.top-redirect01-link.js-effect .top-redirect01-subtitle > span:nth-of-type(10) {
  transition-delay: 0.5s;
}
.top-redirect01-link.js-effect .top-redirect01-title,
.top-redirect01-link.js-effect .top-redirect01-btn {
  opacity: 0;
  transition: opacity 1s ease-out 1s;
}
.top-redirect01-link.js-effect.is-effectActive {
  opacity: 1;
}
.top-redirect01-link.js-effect.is-effectActive .top-redirect01-subtitle > span {
  transform: translateY(0);
}
.top-redirect01-link.js-effect.is-effectActive .top-redirect01-title,
.top-redirect01-link.js-effect.is-effectActive .top-redirect01-btn {
  opacity: 1;
}

/* ----------------------------------------------------------
  info
---------------------------------------------------------- */
.top-info {
  background: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .top-info {
    padding: 120px 0 160px;
  }
}
@media screen and (max-width: 767px) {
  .top-info {
    padding: 60px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .top-info .link-txt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .top-info .link-arrow {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-info .link-arrow {
    padding: 20px 40px 20px 20px;
  }
}
.top-info .link-arrow::after {
  top: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  line-height: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .top-info .link-arrow::after {
    left: 10px;
    width: 9px;
    height: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-info .link-arrow::after {
    left: auto;
    right: 10px;
    width: 7px;
    height: 11px;
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .top-info .link-arrow:hover::before {
    left: 40px;
    width: calc(100% - 40px);
  }
}

/* title */
.top-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-info-title {
    margin-bottom: 60px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-info-title {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
.top-info-title::before, .top-info-title::after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .top-info-title::before, .top-info-title::after {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top-info-title::before, .top-info-title::after {
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .top-info-title::before {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-info-title::before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .top-info-title::after {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-info-title::after {
    margin-left: 10px;
  }
}

.top-info-subtitle {
  text-align: center;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .top-info-subtitle {
    margin-bottom: 30px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-info-subtitle {
    margin-bottom: 10px;
    font-size: 4rem;
  }
}

/* unit */
@media screen and (min-width: 768px) {
  .top-info-unit {
    padding: 0 40px;
  }
}
.top-info-unit#info {
  background: #fff;
}
.top-info-unit#topics {
  margin-top: 30px;
  background: #f0f0f0;
}

.top-info-unithead {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top-info-unithead {
    justify-content: space-between;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top-info-unithead {
    position: relative;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-info-unithead .link-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-info-unithead .link-arrow {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-info-unithead .link-arrow::after {
    top: 0;
    right: 10px;
    bottom: 0;
    left: auto;
    margin: auto;
    transform: translate(0);
  }
}

.top-info-unittitle {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-info-unittitle {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-info-unittitle {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .top-info-unittitle.is-info {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-info-unittitle.is-info {
    padding-left: 60px;
  }
}
.top-info-unittitle.is-info::before {
  content: "\e91a";
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c00;
  border-radius: 50%;
  color: #c00;
  font-family: "icon";
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top-info-unittitle.is-info::before {
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-info-unittitle.is-info::before {
    left: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .top-info-unittitle.is-topics {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-info-unittitle.is-topics {
    padding-left: 40px;
  }
}
.top-info-unittitle.is-topics::before {
  content: "\e919";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
  font-family: "icon";
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top-info-unittitle.is-topics::before {
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .top-info-unittitle.is-topics::before {
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

/* list */
.top-info-list > li {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .top-info-list > li {
    padding: 30px 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-info-list > li {
    font-size: 1.8rem;
  }
}

.top-topics-list {
  border-bottom: 1px solid #ccc;
}
.top-topics-list > li {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .top-topics-list > li {
    padding: 30px 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-topics-list > li {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .top-topics-list > li a {
    display: inline-flex;
  }
}
@media screen and (max-width: 767px) {
  .top-topics-list > li a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top-topics-list > li a.link-arrow {
    padding-left: 0;
  }
}
.top-topics-list > li time {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-topics-list > li time {
    width: 120px;
    flex: 0 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .top-topics-list > li time {
    display: block;
  }
}

.top-info.js-effect {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.top-info.js-effect .top-info-subtitle {
  overflow: hidden;
}
.top-info.js-effect .top-info-subtitle > span {
  display: inline-block;
  transform: translateY(-100%);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-info.js-effect .top-info-subtitle > span:nth-of-type(1) {
  transition-delay: 0.05s;
}
.top-info.js-effect .top-info-subtitle > span:nth-of-type(2) {
  transition-delay: 0.1s;
}
.top-info.js-effect .top-info-subtitle > span:nth-of-type(3) {
  transition-delay: 0.15s;
}
.top-info.js-effect .top-info-subtitle > span:nth-of-type(4) {
  transition-delay: 0.2s;
}
.top-info.js-effect .top-info-subtitle > span:nth-of-type(5) {
  transition-delay: 0.25s;
}
.top-info.js-effect .top-info-subtitle > span:nth-of-type(6) {
  transition-delay: 0.3s;
}
.top-info.js-effect .top-info-subtitle > span:nth-of-type(7) {
  transition-delay: 0.35s;
}
.top-info.js-effect .top-info-subtitle > span:nth-of-type(8) {
  transition-delay: 0.4s;
}
.top-info.js-effect .top-info-subtitle > span:nth-of-type(9) {
  transition-delay: 0.45s;
}
.top-info.js-effect .top-info-subtitle > span:nth-of-type(10) {
  transition-delay: 0.5s;
}
.top-info.js-effect .top-info-subtitle > span:nth-of-type(11) {
  transition-delay: 0.55s;
}
.top-info.js-effect .top-info-title {
  opacity: 0;
  transition: opacity 1s ease-out 1s;
}
.top-info.js-effect.is-effectActive {
  opacity: 1;
}
.top-info.js-effect.is-effectActive .top-info-subtitle > span {
  transform: translateY(0);
}
.top-info.js-effect.is-effectActive .top-info-title {
  opacity: 1;
}

/* ----------------------------------------------------------
  redirect02
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .top-redirect02 {
    padding: 80px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect02 {
    padding: 40px 0 80px;
  }
}

/* link */
@media screen and (min-width: 768px) {
  .top-redirect02-link {
    transition: box-shadow 0.2s ease-out;
    display: block;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .top-redirect02-link ._image img {
    transition: transform 0.2s ease-out;
  }
  .top-redirect02-link ._text::after {
    transition: transform 0.2s ease-out;
  }
  .top-redirect02-link:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  }
  .top-redirect02-link:hover ._image img {
    transform: scale(1.05);
  }
  .top-redirect02-link:hover ._text::after {
    transform: translateX(3px);
  }
}
@media screen and (max-width: 767px) {
  .top-redirect02-link {
    display: flex;
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .top-redirect02-link ._image {
    overflow: hidden;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect02-link ._image {
    display: block;
    flex: 0 0 80px;
    width: 80px;
  }
}
.top-redirect02-link ._image img {
  width: 100%;
  height: auto;
}
.top-redirect02-link ._text {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-redirect02-link ._text {
    min-height: 80px;
    padding: 0 40px 0 30px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect02-link ._text {
    width: 100%;
    min-height: 60px;
    padding: 0 23px 0 12px;
    font-size: 2rem;
  }
}
.top-redirect02-link ._text::after {
  content: "\e900";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  font-family: "icon";
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top-redirect02-link ._text::after {
    right: 18px;
    width: 9px;
    height: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect02-link ._text::after {
    right: 9px;
    width: 10px;
    height: 8px;
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect02-link.is-wide-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect02-link.is-wide-sp ._image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect02-link.is-wide-sp ._text {
    padding: 10px 30px 10px 20px;
  }
}

/* ----------------------------------------------------------
  redirect03
---------------------------------------------------------- */
.top-redirect03 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-redirect03 {
    padding-bottom: 240px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03 {
    padding: 40px 0;
  }
}

.top-redirect03-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top-redirect03-bg {
    background: #f0f0f0;
  }
}
.top-redirect03-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-redirect03-bg span {
    margin-top: -50.4166666667%;
    padding-top: 63.0208333333%;
    background: url(/img_v5/bg_contact_01-pc.webp) no-repeat 50% 0;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-bg span {
    margin-top: -112%;
    padding-top: 224%;
    background: url(/img_v5/bg_contact_01-sp.webp) no-repeat 0 0;
    background-size: 100% auto;
  }
}

.top-redirect03-bgframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* title */
.top-redirect03-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-redirect03-title {
    margin-bottom: 130px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-title {
    margin-bottom: 30px;
    color: #fff;
    font-size: 1.8rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
.top-redirect03-title::before, .top-redirect03-title::after {
  content: "";
  display: inline-block;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .top-redirect03-title::before, .top-redirect03-title::after {
    width: 80px;
    background: #000;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-title::before, .top-redirect03-title::after {
    width: 40px;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .top-redirect03-title::before {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-title::before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .top-redirect03-title::after {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-title::after {
    margin-left: 10px;
  }
}

.top-redirect03-subtitle {
  text-align: center;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .top-redirect03-subtitle {
    font-size: 6rem;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-subtitle {
    margin-bottom: 10px;
    color: #fff;
    font-size: 4rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}

/* cnv */
@media screen and (min-width: 768px) {
  .top-redirect03-cnv {
    display: flex;
    justify-content: space-between;
  }
}

.top-redirect03-block {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .top-redirect03-block {
    width: calc(50% - 10px);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-block {
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-block + .top-redirect03-block {
    margin-top: 10px;
  }
}
.top-redirect03-block .btn-document,
.top-redirect03-block .btn-computer {
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .top-redirect03-block .btn-document,
  .top-redirect03-block .btn-computer {
    font-size: 3rem;
    line-height: 68px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-block .btn-document,
  .top-redirect03-block .btn-computer {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .top-redirect03-block .btn-document span,
  .top-redirect03-block .btn-computer span {
    height: 68px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-block .btn-document span,
  .top-redirect03-block .btn-computer span {
    display: inline-block;
    padding: 3px 30px;
    min-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-block .btn-document span::after,
  .top-redirect03-block .btn-computer span::after {
    line-height: 1;
    height: 9px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-block .btn-document span::before {
    line-height: 1;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-block .btn-computer span::before {
    line-height: 1;
    height: 18px;
  }
}

/* head */
.top-redirect03-head .label-free {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #004697;
  font-weight: 700;
  border: 1px solid #004697;
}
@media screen and (min-width: 768px) {
  .top-redirect03-head .label-free {
    width: 54px;
    height: 26px;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-head .label-free {
    flex: 0 0 40px;
    width: 40px;
    height: 20px;
    margin-right: 5px;
    border-radius: 4px;
    font-size: 1.2rem;
  }
}

.top-redirect03-ttl {
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-redirect03-ttl {
    height: 74px;
    margin-top: -30px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-ttl {
    font-size: 2.2rem;
  }
}

.top-redirect03-ttl-icon {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-redirect03-ttl-icon {
    display: flex;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
  }
}
.top-redirect03-ttl-icon svg {
  vertical-align: middle;
}
.top-redirect03-ttl-icon svg,
.top-redirect03-ttl-icon path {
  fill: #e80012;
}

/* body */
@media screen and (max-width: 767px) {
  .top-redirect03-body {
    margin-top: 15px;
    text-align:center;
  }
}

@media screen and (min-width: 768px) {
  .top-redirect03-tel {
    text-align: center;
    margin: 25px 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-tel {
    margin-top: 20px;
  }
}

.top-redirect03-tel-num {
  display: inline-block;
  color: #e80012;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .top-redirect03-tel-num {
    font-size: 5.6rem;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-tel-num {
    order: 1;
    font-size: 4rem;
    border-bottom: 1px solid #e80012;
  }
}
.top-redirect03-tel-num a {
  color: #e80012;
}

.top-redirect03-text {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .top-redirect03-text {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-redirect03-text {
    margin-top: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .top-redirect03-block.type-tel .top-redirect03-ttl-icon svg {
    width: 17px;
    height: 17px;
  }
}

@media screen and (max-width: 767px) {
  .top-redirect03-block.type-hs .top-redirect03-ttl-icon svg {
    width: 26px;
    height: 25px;
  }
}

.top-redirect03.js-effect {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.top-redirect03.js-effect .top-redirect03-subtitle {
  overflow: hidden;
}
.top-redirect03.js-effect .top-redirect03-subtitle > span {
  display: inline-block;
  transform: translateY(-100%);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-redirect03.js-effect .top-redirect03-subtitle > span:nth-of-type(1) {
  transition-delay: 0.05s;
}
.top-redirect03.js-effect .top-redirect03-subtitle > span:nth-of-type(2) {
  transition-delay: 0.1s;
}
.top-redirect03.js-effect .top-redirect03-subtitle > span:nth-of-type(3) {
  transition-delay: 0.15s;
}
.top-redirect03.js-effect .top-redirect03-subtitle > span:nth-of-type(4) {
  transition-delay: 0.2s;
}
.top-redirect03.js-effect .top-redirect03-subtitle > span:nth-of-type(5) {
  transition-delay: 0.25s;
}
.top-redirect03.js-effect .top-redirect03-subtitle > span:nth-of-type(6) {
  transition-delay: 0.3s;
}
.top-redirect03.js-effect .top-redirect03-subtitle > span:nth-of-type(7) {
  transition-delay: 0.35s;
}
.top-redirect03.js-effect .top-redirect03-subtitle > span:nth-of-type(8) {
  transition-delay: 0.4s;
}
.top-redirect03.js-effect .top-redirect03-subtitle > span:nth-of-type(9) {
  transition-delay: 0.45s;
}
.top-redirect03.js-effect .top-redirect03-subtitle > span:nth-of-type(10) {
  transition-delay: 0.5s;
}
.top-redirect03.js-effect .top-redirect03-subtitle > span:nth-of-type(11) {
  transition-delay: 0.55s;
}
.top-redirect03.js-effect .top-redirect03-title {
  opacity: 0;
  transition: opacity 1s ease-out 1s;
}
.top-redirect03.js-effect .top-redirect03-block {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.top-redirect03.js-effect .top-redirect03-block:nth-child(1) {
  transition-delay: 0.8s;
}
.top-redirect03.js-effect .top-redirect03-block:nth-child(2) {
  transition-delay: 1s;
}
.top-redirect03.js-effect .top-redirect03-block:nth-child(3) {
  transition-delay: 1.2s;
}
.top-redirect03.js-effect.is-effectActive {
  opacity: 1;
}
.top-redirect03.js-effect.is-effectActive .top-redirect03-subtitle > span {
  transform: translateY(0);
}
.top-redirect03.js-effect.is-effectActive .top-redirect03-title {
  opacity: 1;
}
.top-redirect03.js-effect.is-effectActive .top-redirect03-block {
  opacity: 1;
  transform: translateY(0);
}

.top-redirect03.js-contactimg .top-redirect03-bgframe {
  transition: transform 0.3s ease-out;
}
.top-redirect03.js-contactimg.is-active .top-redirect03-bgframe {
  transform: scale(1.05);
}

/* ----------------------------------------------------------
  top-modal
---------------------------------------------------------- */
@media screen and (max-width: 767px){
  .top-modal-header {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 60px;
      margin-top: -20px;
  }
}

@media screen and (max-width: 767px){
  .top-modal-header-title{
    position: relative;
    font-weight: 700;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px){
  .top-modal-header .label-free{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #009fa7;
    color: #fff;
    font-weight: 700;
    flex: 0 0 40px;
    width: 40px;
    height: 20px;
    border-radius: 20px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 767px){
  .top-kv-text{
    width: 100%;
    bottom: 3%;
  }

  .top-text-cv{
    width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-shadow: none;
    position: relative;
    height: 80px;
  }
  .top-text-cv-inner{
    display: flex;
    align-items: center;
    justify-content: center;

  }
  .top-text-cv p{
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    line-height: 1.5;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    word-break: break-all;
    letter-spacing: 0.1em;
  }

  .top-text-cv .btn-document{
    display: inline-block;
    width: 240px;
    height: 42px;
    border-radius: 8px;
  }
  .top-text-cv .btn-document span {
    height: 42px;
    letter-spacing: 0em !important;
    padding-left: 25px;
  }
  .top-text-cv .btn-document {
    line-height: 42px;
  }
  .top-text-cv .btn-document span::before {
    left: 23px;
    font-size: 23px;
  }
  .top-text-cv-tel{
    font-family: "Oswald", sans-serif !important;
    font-size: 3rem !important;
  }
  .top-text-cv-icon{
    display: flex;
    align-items: center;
  }
  .top-text-cv-icon svg{
    fill: #e80012;
    vertical-align: middle;
  }
  .top-text-cv-sub{
    line-height: 13px;
    font-size: 1.3rem;
    position: absolute;
    bottom: 10px;
    left: 375px;
  }
  .top-text-cv-sub p{
    font-size: 1.3rem;
  }
}