@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
body {
  margin: 0;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
  background: #fff;
  line-height: 1.8;
  font-size: 16px;
}

.container {
  width: 100%;
  background-color: #e6eef5;
}

.content {
  max-width: 760px;
  margin: 0 auto;
  padding: 3rem 1rem 2.5rem 1rem;
}
@media screen and (max-width: 750px) {
  .content {
    padding: 2rem 1rem 1rem 1rem;
  }
}
.content.pt00 {
  padding-top: 0;
}

#service,
#client,
#company {
  border-top: 1px solid #055095;
}

#company {
  margin-bottom: 0;
}
#company .content {
  padding: 3rem 1rem 0 1rem;
}
@media screen and (max-width: 750px) {
  #company .content {
    padding: 2rem 1rem 1rem 1rem;
  }
}

#service .content .image {
  text-align: center;
  max-width: 530px;
  margin: 0;
  padding: 0.3rem 0 0 0;
}
@media screen and (max-width: 750px) {
  #service .content .image {
    padding: 0.6rem 0 0 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #service .content .image img {
    width: 100%;
  }
}

#policy .content {
  padding: 0rem 1rem 3rem 1rem;
}
@media screen and (max-width: 750px) {
  #policy .content {
    padding: 0rem 1rem 1rem 1rem;
  }
}
#policy .content .accordion {
  text-align: right;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  #policy .content .accordion {
    padding: 0.5rem 0 0 0;
  }
}
#policy .content .accordion p {
  text-align: left;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  #policy .content .accordion p {
    font-size: 0.8rem;
    line-height: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
#policy .content .accordion .accordion-button {
  background-color: #055095;
  border: 1px solid #055095 !important;
  color: white;
  border: none;
  font-size: 14px;
  padding: 5px 8px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #policy .content .accordion .accordion-button {
    font-size: 0.9rem;
  }
}
#policy .content .accordion .accordion-button:hover {
  background-color: white;
  border: 1px solid #055095;
  color: #055095;
}
@media screen and (max-width: 750px) {
  #policy .content .accordion .accordion-button:hover {
    background-color: #055095;
    border: none;
    color: white;
  }
}
#policy .content .accordion .accordion-button:focus {
  outline: none;
}
#policy .content .accordion .accordion-content {
  display: none;
}
#policy .content .accordion .accordion-content .accordion-item {
  margin-bottom: 13px;
}
@media screen and (max-width: 750px) {
  #policy .content .accordion .accordion-content .accordion-item {
    margin-bottom: 0.8em;
  }
}
#policy .content .accordion .accordion-content .accordion-item .accordion-heading {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  color: #333;
  position: relative;
}
@media screen and (max-width: 750px) {
  #policy .content .accordion .accordion-content .accordion-item .accordion-heading {
    font-size: 0.9rem;
  }
}
#policy .content .accordion .accordion-content .accordion-item .accordion-text {
  font-size: 14px;
  line-height: 1.4rem;
  color: #555;
  margin: 0;
}

.badge-left {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
}
.badge-left .label-bg-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 110px solid #055095;
  border-right: 110px solid transparent;
}
@media screen and (max-width: 750px) {
  .badge-left .label-bg-left {
    border-top: 2rem solid #055095;
    border-right: 2rem solid transparent;
  }
}
.badge-left .label-left {
  position: absolute;
  top: 13px;
  left: 20px;
  color: white;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  z-index: 1;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 750px) {
  .badge-left .label-left {
    top: 0.2rem;
    left: 0.3rem;
    font-size: 0.6rem;
    line-height: 0.6rem;
    letter-spacing: 0.04rem;
  }
}

.badge-rignt {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
}
.badge-rignt .label-bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 150px solid #055095;
  border-left: 150px solid transparent;
}
@media screen and (max-width: 750px) {
  .badge-rignt .label-bg-right {
    border-top: 5rem solid #055095;
    border-left: 5rem solid transparent;
  }
}
.badge-rignt .label-right {
  position: absolute;
  top: 15px;
  right: 20px;
  color: white;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  z-index: 1;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 750px) {
  .badge-rignt .label-right {
    top: 0.7rem;
    right: 1rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}

header {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
header .header-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #055095;
}
header .header-inner h1 {
  font-size: 15px;
  font-weight: normal;
  width: 50%;
  background: linear-gradient(180deg, white 0%, #fff 50%, #e6eef5 50%, #e6eef5 100%);
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 1rem 0.7rem;
  flex: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  header .header-inner h1 {
    width: 60%;
    padding: 1vw 0;
    flex: auto;
    font-size: 0.9rem;
  }
}
header .header-inner h1 a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}
header .header-inner h1 a img {
  max-width: 170px;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  header .header-inner h1 a img {
    width: 7rem;
    margin-right: 0.2rem;
  }
}
header .header-inner #nav-area {
  width: 50%;
  background: linear-gradient(180deg, white 0%, #fff 50%, #e6eef5 50%, #e6eef5 100%);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 1rem 1.4rem 1rem 0;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area {
    width: 40%;
    padding: 1.3vw 1.7vw;
    justify-content: center;
  }
}
header .header-inner #nav-area .contact {
  color: white;
  font-size: 16px;
  letter-spacing: 0.05rem;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-right: 5px;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area .contact {
    display: none;
  }
}
header .header-inner #nav-area .contact a {
  background-color: #055095;
  padding: 0 15px;
  height: 60px;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area .contact a {
    width: 60%;
  }
}
header .header-inner #nav-area .contact a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area .contact a:hover {
    background-color: white;
  }
}
header .header-inner #nav-area .contact a img {
  width: 24px;
  margin-right: 5px;
}
header .header-inner #nav-area #menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-inner #nav-area #menu .menu-toggle {
  background-color: #055095;
  width: 90px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  z-index: 1001;
  padding: 0 20px 0 25px;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area #menu .menu-toggle {
    width: 14vw;
    height: 12vw;
    padding: 0 2.6vw 0 3vw;
  }
}
header .header-inner #nav-area #menu .menu-toggle::before {
  content: "";
  padding-top: 12px;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area #menu .menu-toggle::before {
    padding-top: 2vw;
  }
}
header .header-inner #nav-area #menu .menu-toggle::after {
  content: "";
  padding-bottom: 12px;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area #menu .menu-toggle::after {
    padding-bottom: 2vw;
  }
}
header .header-inner #nav-area #menu .menu-toggle:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area #menu .menu-toggle:hover {
    opacity: initial;
  }
}
header .header-inner #nav-area #menu .menu-toggle.active {
  background-color: unset;
}
header .header-inner #nav-area #menu .menu-toggle span {
  display: block;
  height: 2px;
  background: white;
  transition: 0.3s;
  position: relative;
  width: 100%;
}
header .header-inner #nav-area #menu .menu-toggle span em {
  width: 2px;
  height: 2px;
  background: white;
  transition: 0.3s;
  position: absolute;
  left: -4px;
}
header .header-inner #nav-area #menu .menu-toggle.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
  -webkit-transform: translateY(10px) rotate(45deg);
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  background: #fff;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area #menu .menu-toggle.active span:nth-child(1) {
    transform: translateY(2.2vw) rotate(45deg);
    -webkit-transform: translateY(2.2vw) rotate(45deg);
    -moz-transform: translateY(2.2vw) rotate(45deg);
    -ms-transform: translateY(2.2vw) rotate(45deg);
    -o-transform: translateY(2.2vw) rotate(45deg);
  }
}
header .header-inner #nav-area #menu .menu-toggle.active span:nth-child(1) em {
  opacity: 0;
}
header .header-inner #nav-area #menu .menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
header .header-inner #nav-area #menu .menu-toggle.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  background: #fff;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area #menu .menu-toggle.active span:nth-child(3) {
    transform: translateY(-2.2vw) rotate(-45deg);
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
    -moz-transform: translateY(-2.2vw) rotate(-45deg);
    -ms-transform: translateY(-2.2vw) rotate(-45deg);
    -o-transform: translateY(-2.2vw) rotate(-45deg);
  }
}
header .header-inner #nav-area #menu .menu-toggle.active span:nth-child(3) em {
  opacity: 0;
}
header .header-inner #nav-area .nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #055095;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7rem 0 0 0;
  z-index: 1000;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area .nav {
    padding: 6rem 0px 0px;
  }
}
header .header-inner #nav-area .nav .nav-group {
  position: absolute;
  right: 5%;
}
header .header-inner #nav-area .nav .nav-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
header .header-inner #nav-area .nav .nav-group ul li {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area .nav .nav-group ul li {
    margin-bottom: 1.6rem;
  }
}
header .header-inner #nav-area .nav .nav-group ul li a {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
header .header-inner #nav-area .nav .nav-group ul li a .oswald-font {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.1rem;
  margin-bottom: 5px;
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area .nav .nav-group ul li a .oswald-font {
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: 0.05rem;
    margin-bottom: 0.02rem;
  }
}
header .header-inner #nav-area .nav .nav-group ul li a h2 {
  font-size: 16px;
  letter-spacing: 0.25rem;
  font-weight: 200;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area .nav .nav-group ul li a h2 {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    padding-bottom: 0;
  }
}
header .header-inner #nav-area .nav .nav-group .contact {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area .nav .nav-group .contact {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
}
header .header-inner #nav-area .nav .nav-group .contact a {
  background-color: white;
  color: #055095;
}
header .header-inner #nav-area .nav .nav-group .info-modal {
  display: block;
  width: 100%;
  text-align: left;
}
header .header-inner #nav-area .nav .nav-group .info-modal .phone-link {
  display: block;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area .nav .nav-group .info-modal .phone-link {
    font-size: 1.7rem;
    line-height: 3rem;
  }
}
header .header-inner #nav-area .nav .nav-group .info-modal .phone-link a {
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: left;
  letter-spacing: 0.05rem;
}
header .header-inner #nav-area .nav .nav-group .info-modal .phone-link a img {
  max-width: 2rem;
  margin-right: 0.5rem;
}
header .header-inner #nav-area .nav .nav-group .info-modal .reception {
  font-size: 0.85rem;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area .nav .nav-group .info-modal .reception {
    font-size: 0.7rem;
  }
}
header .header-inner #nav-area .nav.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0s;
  left: 0;
}
@media screen and (max-width: 750px) {
  header .header-inner #nav-area .nav.open .contact {
    display: block;
  }
}

section .section-label {
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  vertical-align: bottom;
  color: #055095;
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  section .section-label {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    vertical-align: baseline;
  }
}
section h2 {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.05rem;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  section h2 {
    font-size: 0.9rem;
    padding-bottom: 0;
  }
}
section h3 {
  color: #055095;
  font-size: 26px;
  font-weight: bold;
  padding-top: 2rem;
  padding-bottom: 0.2rem;
  text-align: left;
  letter-spacing: 0.15rem;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media screen and (max-width: 750px) {
  section h3 {
    font-size: 1.2rem;
    padding-bottom: 0.2rem;
    padding-top: 0.26rem;
  }
}
section h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 2rem;
  padding-bottom: 15px;
  text-align: left;
  letter-spacing: 0.05em;
  background-image: repeating-linear-gradient(90deg, #055095, #055095 10px, transparent 10px, transparent 20px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  color: #055095;
}
@media screen and (max-width: 750px) {
  section h4 {
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-top: 1rem;
    padding-bottom: 0.2rem;
    background-image: repeating-linear-gradient(90deg, #055095, #055095 10px, transparent 10px, transparent 15px);
  }
}
section p {
  text-align: left;
  letter-spacing: 0.02rem;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  section p {
    font-size: 0.8rem;
    line-height: 1.4rem;
    text-align: left;
  }
}
section p span {
  font-size: 16px;
  line-height: 1.6;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  section p span {
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
}
section .client-list {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  section .client-list {
    display: block;
    margin-top: 0.5rem;
  }
}
section .client-list ul {
  width: 60%;
}
@media screen and (max-width: 750px) {
  section .client-list ul {
    width: 100%;
  }
}
section .client-list ul li {
  margin-bottom: 0.3rem;
  text-align: left;
  list-style: none;
  font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
  section .client-list ul li {
    font-size: 0.8rem;
  }
}
section .client-list ul:last-child {
  width: 40%;
}
@media screen and (max-width: 750px) {
  section .client-list ul:last-child {
    width: 100%;
  }
}
section dl {
  width: 100%;
  margin: 2rem auto 0 auto;
  display: grid;
  grid-template-columns: 100px 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
}
@media screen and (max-width: 750px) {
  section dl {
    width: 100%;
    grid-template-columns: 5.5rem 1fr;
    margin: 0.5rem auto 0 auto;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 0.3rem;
  }
}
section dl dt {
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  section dl dt {
    font-size: 0.8rem;
  }
}
section dl dd {
  font-size: 1rem;
  margin: 0;
}
@media screen and (max-width: 750px) {
  section dl dd {
    font-size: 0.8rem;
  }
}
section dl dd a {
  font-weight: bold;
}
section a {
  color: #055095;
  text-decoration: none;
}
section a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  section a:hover {
    opacity: 1;
  }
}
section .privacy {
  display: flex;
  align-items: anchor-center;
  justify-content: flex-end;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 750px) {
  section .privacy {
    margin: 1rem 0 0 0;
  }
}
section .privacy p:first-child {
  margin-right: 25px;
}
@media screen and (max-width: 750px) {
  section .privacy p:first-child {
    margin-right: 1.5rem;
  }
}
section .privacy p:first-child img {
  max-width: 90px;
}
@media screen and (max-width: 750px) {
  section .privacy p:first-child img {
    max-width: inherit;
    width: 4rem;
  }
}
section .privacy p:nth-child(2) {
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  section .privacy p:nth-child(2) {
    font-size: 0.8rem;
  }
}

#animation_container {
  z-index: 99;
  position: relative;
  top: 82px;
  width: 100% !important;
  text-align: center;
  height: 77px !important;
}
@media screen and (max-width: 750px) {
  #animation_container {
    top: 16vw;
    height: 15.8vw !important;
  }
}
#animation_container canvas {
  max-width: 260px;
  max-height: 110px;
  margin: 15px auto 0 auto;
}
@media screen and (max-width: 750px) {
  #animation_container canvas {
    max-width: 35vw;
    max-height: 15vw;
    width: auto !important;
    margin: 0 auto 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #animation_container #dom_overlay_container {
    width: 100% !important;
  }
}

.slideshow {
  position: relative;
  width: 100%;
  height: 580px;
  max-width: 100vw;
  overflow: hidden;
  border-top: 1px solid #055095;
}
@media screen and (max-width: 750px) {
  .slideshow {
    margin-top: 9.9vw !important;
  }
}
.slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1600px;
  opacity: 0;
  transition: opacity 1s ease;
}
.slideshow .slide[data-trim=center] img {
  -o-object-position: center;
     object-position: center;
}
.slideshow .slide[data-trim=top] img {
  -o-object-position: top;
     object-position: top;
}
.slideshow .slide[data-trim=bottom] img {
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 1600px) {
  .slideshow .slide {
    min-width: 1600px;
  }
}
@media screen and (max-width: 1000px) {
  .slideshow .slide {
    min-width: auto;
    height: auto;
    min-height: auto;
    max-height: auto;
  }
}
@media screen and (max-width: 750px) {
  .slideshow .slide {
    min-width: auto;
    height: auto;
    min-height: auto;
    max-height: auto;
  }
}
.slideshow .slide.active {
  opacity: 1;
}
.slideshow .slide .copy {
  position: absolute;
  top: 45%;
  left: 0;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  color: black;
  text-shadow: 0 0 6px white, 0 0 10px white;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
}
@media screen and (max-width: 750px) {
  .slideshow .slide .copy {
    font-size: 5vw;
    top: 50% !important;
    left: 5%;
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .slideshow .slide .copy {
    opacity: 1;
    left: 10%;
  }
}
.slideshow .slide picture img {
  width: 100vw;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  transition: object-position 0.5s;
  transition: object-position 0.5s, -o-object-position 0.5s;
}
@media screen and (max-width: 1000px) {
  .slideshow .slide picture img {
    width: 100vw;
    height: 100%;
    min-height: 260px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

@-webkit-keyframes copyFadeSlide {
  0% {
    left: 10%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}

@keyframes copyFadeSlide {
  0% {
    left: 10%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}
@-webkit-keyframes copyFadeSlideSP {
  0% {
    left: 10%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}
@keyframes copyFadeSlideSP {
  0% {
    left: 10%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}
@-webkit-keyframes copyFadeOnly {
  0% {
    top: 25%;
    opacity: 0;
  }
  50% {
    top: 30%;
    opacity: 1;
  }
  75% {
    top: 30%;
    opacity: 1;
  }
  100% {
    top: 30%;
    opacity: 1;
  }
}
@keyframes copyFadeOnly {
  0% {
    top: 25%;
    opacity: 0;
  }
  50% {
    top: 30%;
    opacity: 1;
  }
  75% {
    top: 30%;
    opacity: 1;
  }
  100% {
    top: 30%;
    opacity: 1;
  }
}
.scroll-container {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  .scroll-container {
    margin: 0 0 1rem 0;
  }
}
.scroll-container .scroll-content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.scroll-container .scroll-content .box {
  width: 360px;
  flex-shrink: 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.scroll-container .scroll-content .box img {
  width: 100%;
}

footer {
  text-align: center;
  width: 100%;
}
footer #info {
  background-color: #fff;
  padding: 1.8rem 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  footer #info {
    display: block;
    padding: 0;
    background-color: #e7eef5;
  }
}
footer #info .info-left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  footer #info .info-left {
    width: inherit;
    display: inline-block;
    padding: 0.7rem 0;
    margin: 0 auto;
  }
}
footer #info .info-left a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  footer #info .info-left a {
    font-size: 0.9rem;
  }
}
footer #info .info-left a img {
  max-width: 170px;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  footer #info .info-left a img {
    max-width: 8rem;
  }
}
footer #info .info-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 940px) {
  footer #info .info-right {
    display: block;
    align-items: inherit;
  }
}
@media screen and (max-width: 750px) {
  footer #info .info-right {
    width: 100%;
    flex: inherit;
    display: block;
    background: #055095;
    color: #fff;
    padding: 0.6rem 0;
  }
}
footer #info .info-right .group {
  display: flex;
  align-items: anchor-center;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  footer #info .info-right .group {
    align-items: center;
    justify-content: center;
  }
}
footer #info .info-right a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-right: 15px;
}
@media screen and (max-width: 750px) {
  footer #info .info-right a {
    color: #fff;
    font-size: 0.9rem;
    margin-right: 0;
  }
}
footer #info .info-right p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
footer #info .info-right p.phone-text {
  display: block;
  font-size: 28px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 940px) {
  footer #info .info-right p.phone-text {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 750px) {
  footer #info .info-right p.phone-text {
    display: none;
  }
}
footer #info .info-right p.phone-text img {
  width: 22px;
  margin-right: 5px;
}
@media screen and (max-width: 750px) {
  footer #info .info-right p.phone-text img {
    margin-right: 15px;
  }
}
footer #info .info-right p.phone-link {
  display: none;
}
@media screen and (max-width: 750px) {
  footer #info .info-right p.phone-link {
    font-size: 1.6rem;
    line-height: 2.8rem;
    flex-grow: 0;
  }
}
footer #info .info-right p.reception {
  font-size: 12px;
  margin-left: 15px;
}
@media screen and (max-width: 940px) {
  footer #info .info-right p.reception {
    margin-left: 0;
    text-align: left;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 750px) {
  footer #info .info-right p.reception {
    font-size: 0.7rem;
    text-align: center;
    display: block;
  }
}
@media (max-width: 768px) {
  footer #info .info-right p.phone-text {
    display: none;
  }
  footer #info .info-right p.phone-link {
    display: block;
    width: 60vw;
  }
  footer #info .info-right p.phone-link a {
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    flex-grow: 1;
    margin-right: 0;
  }
  footer #info .info-right p.phone-link a img {
    max-width: 2rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  footer #info .info-right p.phone-link a img {
    max-width: 1.6rem;
  }
}
footer #copyright {
  background-color: #055095;
  font-size: 10px;
  color: #fff;
  padding: 5px 10px 5px 10px;
  text-align: left;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  footer #copyright {
    background-color: #fff;
    color: #000;
    font-size: 0.6rem;
    line-height: 1.4rem;
    text-align: center;
  }
}
footer #pagetop {
  position: fixed;
  right: 20px;
  bottom: 0;
  transition: 0.3s;
  transform: translateY(100%);
  z-index: 1;
}
footer #pagetop a {
  display: block;
  background: url(../assets/imgs/icon-pagetop.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 750px) {
  footer #pagetop a {
    width: 3rem;
    height: 3rem;
  }
}
footer #pagetop a:hover {
  background: url(../assets/imgs/icon-pagetop_ov.svg) no-repeat;
}
@media screen and (max-width: 750px) {
  footer #pagetop a:hover {
    background: url(../assets/imgs/icon-pagetop.svg) no-repeat;
  }
}
footer #pagetop.active {
  transform: translateY(0);
  bottom: 20px;
}
footer #pagetop.activebtm {
  transform: translateY(0);
  bottom: 165px;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  footer #pagetop.activebtm {
    bottom: 3.5rem;
  }
}

.oswald-font {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.ripple-trigger {
  position: relative;
  overflow: hidden;
}

.ripple-effect {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgb(230, 238, 245);
  box-shadow: 0 0 20px 5px rgba(5, 80, 149, 0.5);
  opacity: 0;
  z-index: 1;
  -webkit-animation: rippleAnimation 2s ease-out forwards;
  animation: rippleAnimation 2s ease-out forwards;
}
@media (prefers-reduced-motion: reduce) {
  .ripple-effect {
    -webkit-animation: rippleAnimation 2s ease-out forwards !important;
    animation: rippleAnimation 2s ease-out forwards !important;
  }
}
.ripple-effect::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  box-shadow: inset 0 0 20px rgba(5, 80, 149, 0.5);
  pointer-events: none;
  z-index: 99;
}

@-webkit-keyframes rippleAnimation {
  from {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@keyframes rippleAnimation {
  from {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
/*# sourceMappingURL=unique.css.map */