.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tb {
  display: none;
}
@media (max-width: 960px) {
  .tb {
    display: block !important;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.sp_s {
  display: none;
}
@media (max-width: 375px) {
  .sp_s {
    display: block !important;
  }
}

.nodata {
  width: 100%;
  text-align: center;
}

.align--center {
  text-align: center;
}

small {
  font-size: 0.88em;
}

sup {
  font-size: 0.7em;
}

body {
  background: #2776B7;
}

main {
  display: block;
}

.tbl--style01 {
  border: none;
}
@media (max-width: 768px) {
  .tbl--style01 tr {
    display: block;
  }
}
.tbl--style01 tr td, .tbl--style01 tr th {
  padding: 1em 0;
  border: none;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .tbl--style01 tr td, .tbl--style01 tr th {
    font-size: 1.3rem;
    padding: 0;
    width: 100%;
    display: block;
  }
}
.tbl--style01 tr:first-child td, .tbl--style01 tr:first-child th {
  padding: 0 0 1em 0;
}
@media (max-width: 768px) {
  .tbl--style01 tr:first-child td, .tbl--style01 tr:first-child th {
    padding: 0;
  }
}
.tbl--style01 tr th {
  text-align: left;
  width: 160px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .tbl--style01 tr th {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .tbl--style01 tr th {
    width: 100%;
  }
}
.tbl--style01 tr td {
  line-height: 1.7;
  word-break: break-all;
}
.tbl--style01 tr td a {
  color: #357bb6;
  font-weight: 700;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .tbl--style01 tr td a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .tbl--style01 tr td a:hover {
    text-decoration: underline;
  }
}
.tbl--style01 tr td a span {
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
.tbl--style01 tr td:first-child {
  width: 160px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .tbl--style01 tr td:first-child {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .tbl--style01 tr td:first-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tbl--style01 tr td:nth-child(2) {
    margin-bottom: 30px;
    word-break: break-all;
  }
}
.tbl--style01 tr:last-child td, .tbl--style01 tr:last-child th {
  padding: 1em 0 0 0;
}
@media (max-width: 768px) {
  .tbl--style01 tr:last-child td, .tbl--style01 tr:last-child th {
    padding: 0;
  }
}

.back-to-top {
  z-index: 10;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 0px;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .back-to-top {
    mix-blend-mode: difference;
  }
}
@media (max-width: 768px) {
  .back-to-top {
    width: 30px;
    height: 40px;
  }
}
.back-to-top.active::after {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 769px) {
  .back-to-top {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .back-to-top:hover::after {
    color: #000;
  }
}
.back-to-top::after {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  font-family: "Material Symbols Outlined";
  content: "\e5dc";
  font-size: 4rem;
  color: #ccc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .back-to-top::after {
    color: #fff;
    line-height: 1;
  }
}

.pic {
  width: 100%;
  height: auto;
}

.site-header {
  width: 100%;
  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  z-index: 1000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 769px) {
  .site-header.active {
    background: rgba(20, 105, 175, 0.9);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    height: 80px;
  }
}
@media (max-width: 960px) {
  .site-header.active {
    height: 50px;
  }
}
.site-header__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .site-header__title {
    font-size: 1rem;
  }
}
@media (max-width: 1500px) {
  .site-header__title {
    padding: 0 0px;
    font-size: 1.25rem;
    font-weight: 700;
  }
}
@media (max-width: 1500px) and (max-width: 768px) {
  .site-header__title {
    font-size: 1rem;
  }
}
@media (max-width: 960px) {
  .site-header {
    height: 50px;
    background: rgba(20, 105, 175, 0.9);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
}

#page .global-nav {
  height: 80px;
}

.global-nav {
  pointer-events: none;
  position: fixed;
  right: 20px;
  top: 0;
  width: 100%;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 60px;
  height: 120px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 960px) {
  .global-nav {
    pointer-events: all;
    padding-top: 20px;
    overflow-y: auto;
    padding-bottom: 100px;
  }
}
@media (min-width: 961px) {
  .global-nav.active {
    height: 80px;
  }
}
.global-nav a {
  pointer-events: all;
}
@media (max-width: 1500px) {
  .global-nav {
    gap: 3vw;
  }
}
@media (max-width: 1180px) {
  .global-nav {
    gap: 2vw;
  }
}
@media (max-width: 960px) {
  .global-nav {
    width: 100%;
    height: 100vh !important;
    left: 0;
    top: 50px;
    z-index: 100;
    background: rgba(8, 82, 139, 0.9);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    display: block;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .global-nav a {
    pointer-events: none;
  }
  .global-nav.open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  .global-nav.open a {
    pointer-events: all;
  }
}
@media (min-width: 769px) {
  .global-nav__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 960px) {
  .global-nav__main {
    display: block;
    padding-bottom: 20px;
  }
}
.global-nav__main li a {
  padding: 20px 50px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}
@media (max-width: 768px) {
  .global-nav__main li a {
    font-size: 1rem;
  }
}
@media (max-width: 1500px) {
  .global-nav__main li a {
    padding: 20px 3vw;
    font-size: 0.875rem;
    font-weight: 500;
  }
}
@media (max-width: 1500px) and (max-width: 768px) {
  .global-nav__main li a {
    font-size: 1rem;
  }
}
@media (max-width: 1180px) {
  .global-nav__main li a {
    padding: 20px 2vw;
  }
}
@media (max-width: 960px) {
  .global-nav__main li a {
    font-size: 1.125rem;
    padding: 20px 0;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .global-nav__main li a:not(.touch) {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    cursor: pointer;
  }
  .global-nav__main li a:not(.touch):hover span::before {
    width: 100%;
  }
}
.global-nav__main li a span {
  display: block;
  position: relative;
}
.global-nav__main li a span::before {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 1;
  background: #fff;
}
@media (min-width: 769px) {
  .global-nav__main li a span::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.global-nav__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1180px) {
  .global-nav__contact {
    gap: 2vw;
  }
}
@media (max-width: 960px) {
  .global-nav__contact {
    display: block;
  }
}
@media (max-width: 960px) {
  .global-nav__contact .contact-tel {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    padding-top: 30px;
  }
}
.global-nav__contact .contact-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.global-nav__contact .contact-tel a span {
  font-size: 0.75rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .global-nav__contact .contact-tel a span {
    font-size: 0.75rem;
  }
}
.global-nav__contact .contact-tel a span span {
  display: none;
}
@media (max-width: 960px) {
  .global-nav__contact .contact-tel a span span {
    display: inline;
  }
}
.global-nav__contact .contact-tel a strong {
  line-height: 1.3;
  font-size: 1.625rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .global-nav__contact .contact-tel a strong {
    font-size: 1.25rem;
  }
}
@media (max-width: 1500px) {
  .global-nav__contact .contact-tel a strong {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
@media (max-width: 1500px) and (max-width: 768px) {
  .global-nav__contact .contact-tel a strong {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .global-nav__contact .contact-tel a strong {
    font-size: 2.5rem;
  }
}
.global-nav__contact .contact-form a {
  background: #fff;
  width: 190px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2776B7;
}
.global-nav__contact .contact-form a span {
  display: none;
}
@media (min-width: 769px) {
  .global-nav__contact .contact-form a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .global-nav__contact .contact-form a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .global-nav__contact .contact-form a {
    font-size: 1rem;
  }
}
@media (max-width: 1500px) {
  .global-nav__contact .contact-form a {
    width: 160px;
    font-size: 1rem;
    font-weight: 700;
  }
}
@media (max-width: 1500px) and (max-width: 768px) {
  .global-nav__contact .contact-form a {
    font-size: 1.125rem;
  }
}
@media (max-width: 1180px) {
  .global-nav__contact .contact-form a {
    width: 140px;
  }
}
@media (max-width: 960px) {
  .global-nav__contact .contact-form a {
    width: 300px;
    margin: 20px auto;
    height: 60px;
  }
  .global-nav__contact .contact-form a span {
    display: inline;
  }
}

body.active .nav-toggle-wrap {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.active .nav-toggle-wrap .nav-toggle span:nth-child(2) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-toggle-wrap {
  position: fixed;
  right: 0;
  top: 0px;
  width: 50px;
  height: 50px;
  display: none;
  z-index: 9000;
}
.nav-toggle-wrap.active:after {
  width: 100%;
}
@media (max-width: 960px) {
  .nav-toggle-wrap {
    display: block;
  }
}
@media (max-width: 768px) {
  .nav-toggle-wrap.open .nav-toggle span {
    -webkit-animation-duration: 0.6s !important;
            animation-duration: 0.6s !important;
  }
}
.nav-toggle-wrap .nav-toggle {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 22px;
  height: 10px;
}
.nav-toggle-wrap .nav-toggle span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 0px;
  background: #FFF;
  display: block;
}
.nav-toggle-wrap .nav-toggle span:nth-child(1) {
  z-index: 2;
  top: 0;
}
@media (max-width: 768px) {
  .nav-toggle-wrap .nav-toggle span:nth-child(1) {
    -webkit-animation-name: anime-nav-toggle-top2;
            animation-name: anime-nav-toggle-top2;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .nav-toggle-wrap .nav-toggle span:nth-child(1).active {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
  }
}
.nav-toggle-wrap .nav-toggle span:nth-child(2) {
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.nav-toggle-wrap .nav-toggle span:nth-child(3) {
  z-index: 2;
  bottom: 0;
}
@media (max-width: 768px) {
  .nav-toggle-wrap .nav-toggle span:nth-child(3) {
    -webkit-animation-name: anime-nav-toggle-bottom2;
            animation-name: anime-nav-toggle-bottom2;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .nav-toggle-wrap .nav-toggle span:nth-child(3).active {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
  }
}
.nav-toggle-wrap.active span:nth-child(1) {
  -webkit-animation-name: anime-nav-toggle-top;
          animation-name: anime-nav-toggle-top;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav-toggle-wrap.active span:nth-child(2) {
  width: 0;
}
.nav-toggle-wrap.active span:nth-child(3) {
  width: 100%;
  -webkit-animation-name: anime-nav-toggle-bottom;
          animation-name: anime-nav-toggle-bottom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes anime-nav-toggle-top2 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 0%;
  }
}

@keyframes anime-nav-toggle-top2 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes anime-nav-toggle-top {
  0% {
    top: 0%;
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@keyframes anime-nav-toggle-top {
  0% {
    top: 0%;
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@-webkit-keyframes anime-nav-toggle-bottom {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
}
@keyframes anime-nav-toggle-bottom {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
}
@-webkit-keyframes anime-nav-toggle-bottom2 {
  0% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 0%;
  }
}
@keyframes anime-nav-toggle-bottom2 {
  0% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 0%;
  }
}
.site-footer {
  background: #2776B7;
  width: 100%;
  padding: 50px;
  color: #fff;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 30px 20px;
  }
}
.site-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 768px) {
  .site-footer__main {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-footer__nav ul li a {
  padding: 20px 40px;
  color: #fff;
}
@media (max-width: 1280px) {
  .site-footer__nav ul li a {
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  .site-footer__nav ul li a {
    padding: 5px 10px;
    display: block;
  }
}
@media (max-width: 768px) {
  .site-footer__nav ul li a {
    font-size: 0.875rem;
  }
}
@media (min-width: 769px) {
  .site-footer__nav ul li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .site-footer__nav ul li a:hover {
    opacity: 0.7;
  }
}
.site-footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding: 50px 0;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .site-footer__company {
    font-size: 0.875rem;
  }
}
@media (max-width: 1280px) {
  .site-footer__company {
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .site-footer__company {
    padding: 0px 0 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-footer__company h2 {
  font-size: 1.625rem;
}
@media (max-width: 768px) {
  .site-footer__company h2 {
    font-size: 1.125rem;
  }
}
.site-footer__copylight {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  text-align: center;
  padding-top: 50px;
  margin-top: 50px;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .site-footer__copylight {
    padding-top: 25px;
    margin-top: 25px;
  }
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
@media (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
  }
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

picture {
  display: inline-block;
}

body {
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #333;
}
body.noscroll {
  overflow: hidden;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

p {
  line-height: 1.8;
}

ol, ul, menu, nav {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=reset],
input[type=tel],
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button {
  display: block;
}

button, input[type=reset], input[type=submit] {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #000;
}

ul li {
  margin-bottom: 0;
}

.kv {
  background: #2776B7;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 0;
  position: relative;
}
@media (min-width: 769px) {
  .kv {
    min-height: 550px;
  }
}
@media (max-width: 768px) {
  .kv {
    height: calc(var(--vh, 1vh) * 100 - 50px);
    margin-top: 50px;
  }
}
.kv__images {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 100%;
  grid-template-rows: 100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.kv__images > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.kv__images > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.kv__images::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  background: #2175BB;
  opacity: 0.75;
}
.kv__images::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(33, 117, 187)), to(rgb(62, 195, 219)));
  background: linear-gradient(180deg, rgb(33, 117, 187) 1%, rgb(62, 195, 219) 100%);
  mix-blend-mode: color;
}
@media (max-width: 960px) {
  .kv__images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 50% 50%;
    grid-template-rows: 50% 50%;
  }
  .kv__images > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .kv__images > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.kv__images picture {
  position: relative;
  width: 100%;
  height: 100%;
}
.kv__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv__text {
  position: absolute;
  aspect-ratio: 1/1;
  width: auto;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: solid 2px rgba(255, 255, 255, 0.5);
  z-index: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .kv__text {
    height: 70%;
    min-height: 350px;
  }
}
@media (max-width: 768px) {
  .kv__text {
    top: 50%;
    width: 90%;
    height: auto;
  }
}
.kv__text div span {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(2vh, 16px);
}
@media (max-width: 768px) {
  .kv__text div span {
    font-size: min(3vw, 12px);
  }
}
.kv__text div strong {
  font-weight: 500;
  font-size: min(4.5vh, 40px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .kv__text div strong {
    font-size: min(6vw, 34px);
  }
}
.kv__text div span,
.kv__text div strong {
  text-align: center;
  display: block;
  color: #fff;
}
.kv__scroll {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  position: absolute;
}
@media (max-height: 550px) {
  .kv__scroll {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.kv__scroll span {
  position: absolute;
  width: 1px;
  height: 68px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 10px;
  bottom: 0;
}
.kv__scroll p {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  bottom: 35px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 0.75rem;
}

.sect {
  overflow: hidden;
  margin: auto;
  padding: 140px 0px;
}
@media (max-width: 1180px) {
  .sect {
    padding: 100px 0px;
  }
}
@media (max-width: 768px) {
  .sect {
    padding: 60px 0px;
  }
}
.sect__title {
  position: relative;
  z-index: 10;
}
.sect__title.w-auto > * {
  min-width: 325px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sect__title.w-auto > * div {
  padding-left: 50px;
}
.sect__title > * {
  margin: 0 0 0 0;
  width: 325px;
  font-size: 2.625rem;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .sect__title > * {
    font-size: 2rem;
    width: 225px;
  }
}
@media (max-width: 768px) {
  .sect__title > * {
    min-width: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.75rem;
  }
}
.sect__title > * span {
  display: block;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
@media (max-width: 1180px) {
  .sect__title > * span {
    font-size: 0.875rem;
  }
}
.sect__title > * div {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px #707070 solid;
  text-align: right;
}
@media (max-width: 768px) {
  .sect__title > * div {
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 40px;
  }
}
.sect__title--white {
  color: #fff;
}
.sect__title--white h2 div {
  border-top: 1px #fff solid;
}
.sect__main {
  padding: 0;
  margin: auto;
  position: relative;
  z-index: 10;
}
.sect--business {
  background: #2175BB;
  background: linear-gradient(351deg, rgb(33, 117, 187) 1%, rgb(62, 195, 219) 100%);
}
.sect--contact {
  position: relative;
}
@media (min-width: 769px) {
  .sect--contact {
    background: url(../images/contact_img_01@2x.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.sect--contact::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: #2175BB;
  background: linear-gradient(45deg, rgb(33, 117, 187) 1%, rgb(62, 195, 219) 100%);
  opacity: 0.9;
}
.sect--complate {
  min-height: calc(100vh - 358px);
  background: url(../images/contact_img_01@2x.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sect--complate::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: #2175BB;
  background: linear-gradient(45deg, rgb(33, 117, 187) 1%, rgb(62, 195, 219) 100%);
  opacity: 0.9;
  padding-top: 70px;
}
.sect--privacypolicy {
  background: #fff;
  padding: 50px 0;
}

#departments {
  padding-top: 100px;
}
@media (max-width: 768px) {
  #departments {
    padding-top: 60px;
  }
}

.contents {
  background: #fff;
}

.cont {
  padding: 100px;
}
@media (max-width: 1280px) {
  .cont {
    padding: 100px 60px;
  }
}
@media (max-width: 1180px) {
  .cont {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cont {
    padding: 40px 25px 60px;
    max-width: 560px;
    margin: auto;
  }
}
@media (max-width: 375px) {
  .cont {
    padding: 40px 20px 60px;
  }
}
.cont--greeting {
  max-width: 1360px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 660px;
  grid-template-columns: 1fr 660px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px 100px;
}
.cont--greeting > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont--greeting > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.cont--greeting span {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  display: block;
  text-align: right;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont--greeting span {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    max-width: 340px;
    width: 70%;
    text-align: right;
    font-size: 0.875rem;
    margin: 10px auto 0;
  }
}
@media (max-width: 1360px) {
  .cont--greeting {
    gap: 60px;
  }
}
@media (max-width: 1280px) {
  .cont--greeting {
    gap: 40px;
  }
}
@media (max-width: 1180px) {
  .cont--greeting {
    -ms-grid-columns: 1fr 600px;
    grid-template-columns: 1fr 600px;
  }
}
@media (max-width: 960px) {
  .cont--greeting {
    -ms-grid-columns: 1fr 520px;
    grid-template-columns: 1fr 520px;
  }
}
@media (max-width: 768px) {
  .cont--greeting {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0 auto;
    grid-template-rows: auto auto;
    gap: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cont--greeting > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cont--greeting > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .cont--greeting picture {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.cont--greeting picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .cont--greeting picture {
    margin-top: 30px;
  }
}
.cont--greeting picture img {
  border-radius: 6px;
}
@media (max-width: 768px) {
  .cont--greeting picture img {
    max-width: 340px;
    width: 70%;
  }
}
.cont--greeting > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .cont--greeting > div {
    gap: 2em;
  }
}
.cont--greeting > div p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 3.5;
}
@media (max-width: 1180px) {
  .cont--greeting > div p {
    font-size: 1.125rem;
  }
}
@media (max-width: 960px) {
  .cont--greeting > div p {
    font-size: 1rem;
  }
}
@media (max-width: 1080px) {
  .cont--greeting > div p {
    line-height: 3;
  }
}
@media (max-width: 768px) {
  .cont--greeting > div p {
    text-align: center;
    font-size: 1.25rem;
    line-height: 2;
  }
}
@media (max-width: 375px) {
  .cont--greeting > div p {
    font-size: 1.125rem;
  }
}
.cont--business {
  color: #fff;
  padding-bottom: 0;
  max-width: 100%;
}
.cont--business__read {
  text-align: center;
  font-weight: 500;
}
.cont--business__read p {
  line-height: 2.5;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .cont--business__read p {
    font-size: 1.25rem;
  }
  .cont--business__read p br {
    display: none;
  }
}
.cont--business__read p span {
  display: inline-block;
}
@media (max-width: 768px) {
  .cont--business__read p span {
    display: block;
  }
}
@media (max-width: 768px) {
  .cont--business__read {
    max-width: 560px;
    margin: auto;
  }
}
.cont--business__list {
  margin: 130px auto 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 150px;
}
@media (max-width: 1180px) {
  .cont--business__list {
    margin: 80px auto 90px;
    gap: 120px;
  }
}
@media (max-width: 768px) {
  .cont--business__list {
    margin: 60px auto 90px;
    gap: 100px;
    max-width: 560px;
  }
}
.cont--business__list li {
  position: relative;
}
.cont--business__list li .bg-text {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18.75rem;
  position: absolute;
  left: -0.35em;
  bottom: -0.7em;
  opacity: 0.07;
  list-style: 0;
}
@media (max-width: 1730px) {
  .cont--business__list li .bg-text {
    font-size: 17vw;
  }
}
@media (max-width: 768px) {
  .cont--business__list li .bg-text {
    opacity: 0.1;
    left: -0.7em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 30vw;
  }
}
.cont--business__list li:nth-child(1) .bg-text {
  bottom: -0.7em;
}
.cont--business__list li:nth-child(2) .bg-text {
  left: auto;
  right: -0.35em;
  bottom: -0.9em;
}
@media (max-width: 768px) {
  .cont--business__list li:nth-child(2) .bg-text {
    bottom: -0.9em;
    right: -0.7em;
  }
}
@media (min-width: 769px) {
  .cont--business__list li:nth-child(2) figure picture img {
    width: 90%;
  }
}
.cont--business__list li:nth-child(2) figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cont--business__list li:nth-child(odd) figure > * {
  -ms-grid-row: 1;
  grid-row: 1;
}
.cont--business__list li:nth-child(odd) figure picture {
  -ms-grid-column: 2;
  grid-column: 2;
}
.cont--business__list li:nth-child(odd) figure figcaption {
  -ms-grid-column: 1;
  grid-column: 1;
}
.cont--business__list li figure {
  max-width: 1230px;
  position: relative;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 120px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 120px;
  position: relative;
  z-index: 2;
}
.cont--business__list li figure > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont--business__list li figure > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 1360px) {
  .cont--business__list li figure {
    gap: 5vw;
  }
}
@media (max-width: 1180px) {
  .cont--business__list li figure {
    gap: 3vw;
  }
}
@media (max-width: 768px) {
  .cont--business__list li figure {
    display: block;
  }
}
@media (max-width: 768px) {
  .cont--business__list li figure picture {
    width: 100%;
    height: 60vw;
  }
}
.cont--business__list li figure picture img {
  border-radius: 6px;
}
@media (max-width: 768px) {
  .cont--business__list li figure picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cont--business__list li figure figcaption h3 {
  font-size: 1.75rem;
  margin-bottom: 50px;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .cont--business__list li figure figcaption h3 {
    font-size: 1.5rem;
  }
}
.cont--business__list li figure figcaption h3 span {
  display: inline-block;
}
@media (max-width: 768px) {
  .cont--business__list li figure figcaption h3 {
    font-weight: 700;
    margin-top: 20px;
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.cont--business__list li figure figcaption div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .cont--business__list li figure figcaption div {
    gap: 15px;
    font-size: 1rem;
  }
}
.cont--departments {
  margin: auto;
  color: #fff;
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .cont--departments {
    max-width: 1800px;
  }
}
.cont--departments__list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 260px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 200px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 200px 260px;
}
.cont--departments__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont--departments__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.cont--departments__list > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.cont--departments__list > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.cont--departments__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85px;
  height: 1px;
  background: #fff;
}
.cont--departments__list::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 85px;
  background: #fff;
}
@media (max-width: 1180px) {
  .cont--departments__list::before {
    width: 45px;
  }
  .cont--departments__list::after {
    height: 45px;
  }
}
@media (max-width: 1600px) {
  .cont--departments__list {
    gap: 150px 120px;
  }
}
@media (max-width: 1180px) {
  .cont--departments__list {
    gap: 100px 100px;
  }
}
@media (max-width: 960px) {
  .cont--departments__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .cont--departments__list::before {
    display: none;
  }
  .cont--departments__list::after {
    display: none;
  }
  .cont--departments__list li {
    border: solid 1px rgba(255, 255, 255, 0.6);
    padding: 30px;
    border-radius: 6px;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .cont--departments__list li {
    padding: 25px;
  }
}
.cont--departments__list .departments {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 50px 1fr;
  grid-template-columns: 120px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 50px;
}
.cont--departments__list .departments > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont--departments__list .departments > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 1180px) {
  .cont--departments__list .departments {
    -ms-grid-columns: 100px 30px 1fr;
    grid-template-columns: 100px 1fr;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cont--departments__list .departments {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.cont--departments__list .departments__title {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont--departments__list .departments__title h3 {
  font-size: 1.875rem;
}
@media (max-width: 1180px) {
  .cont--departments__list .departments__title h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 960px) {
  .cont--departments__list .departments__title h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .cont--departments__list .departments__title h3 {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
@media (min-width: 769px) {
  .cont--departments__list .departments__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .cont--departments__list .departments__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .cont--departments__list .departments__title img {
    width: 65px;
    height: auto;
  }
}
.cont--departments__list .departments__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.cont--departments__list .departments__text strong {
  font-size: 1.125rem;
}
@media (max-width: 960px) {
  .cont--departments__list .departments__text strong {
    font-size: 1rem;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .cont--departments__list .departments__text strong {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .cont--departments__list .departments__text strong {
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .cont--departments__list .departments__text {
    gap: 10px;
  }
}
@media (max-width: 960px) {
  .cont--departments__list .departments__text {
    font-size: 0.875rem;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .cont--departments__list .departments__text {
    font-size: 1rem;
  }
}
.cont--company {
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 50px;
}
.cont--company > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont--company > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (min-width: 769px) {
  .cont--company {
    max-width: 1800px;
  }
}
@media (max-width: 1180px) {
  .cont--company {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cont--company {
    display: block;
  }
}
.cont--company table {
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .cont--company table {
    margin-top: -15px;
  }
}
.cont--company table tr {
  border-bottom: solid 1px #ccc;
}
.cont--company table tr td,
.cont--company table tr th {
  padding: 20px 0;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px) {
  .cont--company table tr td,
  .cont--company table tr th {
    display: block;
  }
}
@media (max-width: 768px) {
  .cont--company table tr td {
    width: 100%;
    padding: 0px 0 15px;
  }
}
.cont--company table tr td .history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 960px) {
  .cont--company table tr td .history {
    gap: 20px;
  }
}
@media (max-width: 960px) {
  .cont--company table tr td .history li {
    line-height: 1.5;
  }
}
.cont--company table tr th {
  width: 20%;
  min-width: 120px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont--company table tr th {
    width: 100%;
    padding: 15px 0 0px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1180px) {
  .cont--company table tr th {
    min-width: 90px;
  }
}
.cont--company picture {
  margin-top: 20px;
}
.cont--company img {
  border-radius: 6px;
}
.cont--access {
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .cont--access {
    max-width: 1800px;
  }
}
.cont--access__map {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.cont--access__map a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 769px) {
  .cont--access__map a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .cont--access__map a:hover {
    text-decoration: underline;
  }
}
.cont--access__map a img {
  width: 16px;
  height: 16px;
}
.cont--access iframe {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cont--access iframe {
    height: 300px;
  }
}
.cont--form {
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 200px 1fr;
  grid-template-columns: 320px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 200px;
  padding-bottom: 0;
}
.cont--form > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont--form > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (min-width: 769px) {
  .cont--form {
    max-width: 1800px;
  }
}
@media (max-width: 1680px) {
  .cont--form {
    gap: 40px;
  }
}
@media (max-width: 1240px) {
  .cont--form {
    gap: 20px;
  }
}
@media (max-width: 1240px) {
  .cont--form {
    -ms-grid-columns: 280px 1fr;
    grid-template-columns: 280px 1fr;
  }
}
@media (max-width: 960px) {
  .cont--form {
    display: block;
  }
}
.cont--form__tel {
  color: #fff;
  text-align: center;
}
@media (max-width: 960px) {
  .cont--form__tel {
    margin: 0 0 0 auto;
    margin-top: -170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .cont--form__tel {
    margin-top: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: solid 1px #fff;
    padding: 20px 10px;
    border-radius: 6px;
  }
}
.cont--form__tel strong {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 1240px) {
  .cont--form__tel strong {
    font-size: 1.125rem;
  }
}
.cont--form__tel p {
  font-size: 0.875rem;
  margin-top: 20px;
}
.cont--form__tel a {
  line-height: 1;
  font-weight: 700;
  font-size: 3.5rem;
  color: #fff;
}
@media (max-width: 1240px) {
  .cont--form__tel a {
    font-size: 2.25rem;
  }
}
.cont--complate {
  margin-top: 70px;
}
.cont--complate__read h2 {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .cont--complate__read h2 {
    font-size: 1.5rem;
  }
}
.cont--complate__read p {
  text-align: center;
  color: #fff;
  margin-top: 30px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont--complate__read p {
    font-size: 1rem;
  }
}
.cont--complate__read div {
  margin: 40px auto 0;
}
.cont--complate__read div a {
  margin: auto;
}
.cont--privacypolicy {
  padding: 0px 50px 0;
}
.cont--privacypolicy h2 {
  font-size: 20px;
  margin-top: 2em;
  color: #1a6198;
  counter-increment: section;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cont--privacypolicy h2::before {
  content: counter(section) ". ";
  color: #1a6198;
  font-weight: bold;
}
.cont--privacypolicy p {
  margin: 1em 0;
}
.cont--privacypolicy a {
  color: #1a6198;
  text-decoration: underline;
}

.mailform__required {
  background: #FF3B00;
  border-radius: 20px;
  font-size: 0.75rem;
  width: 40px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media (min-width: 769px) {
  .mailform__required {
    position: absolute;
    right: 10px;
    top: 0.2em;
  }
}
@media (max-width: 1240px) {
  .mailform__required {
    font-size: 0.625rem;
    width: 34px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .mailform__required {
    font-size: 0.75rem;
    position: relative;
    width: 40px;
    height: 22px;
  }
}
.mailform__read {
  padding-left: 240px;
  color: #fff;
  margin-bottom: 60px;
  margin-top: -190px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1240px) {
  .mailform__read {
    padding-left: 200px;
    font-size: 0.875rem;
  }
}
@media (max-width: 960px) {
  .mailform__read {
    margin-top: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .mailform__read {
    padding-left: 0;
  }
}
.mailform__read button {
  display: inline;
  color: #fff;
  text-decoration: underline;
}
.mailform__table {
  width: 100%;
}
.mailform__table th,
.mailform__table td {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .mailform__table th,
  .mailform__table td {
    display: block;
  }
}
.mailform__table th {
  width: 240px;
  font-weight: 500;
  text-align: right;
  color: #fff;
}
@media (max-width: 1240px) {
  .mailform__table th {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .mailform__table th {
    width: 100%;
    text-align: left;
    padding: 10px 0 10px 0;
  }
}
.mailform__table th > div {
  margin-top: 0.6em;
  position: relative;
  padding-right: 60px;
}
@media (max-width: 1240px) {
  .mailform__table th > div {
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .mailform__table th > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}
.mailform__table td input,
.mailform__table td textarea {
  font-weight: 500;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
}
.mailform__table td textarea {
  height: 120px;
}
@media (max-width: 768px) {
  .mailform__table td {
    padding: 0px 0 10px;
    width: 100%;
  }
}
.mailform .checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 240px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1240px) {
  .mailform .checkbox-label {
    padding-left: 200px;
  }
}
@media (max-width: 768px) {
  .mailform .checkbox-label {
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .mailform .checkbox-label {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .mailform .checkbox-label:hover p {
    opacity: 0.7;
  }
}
.mailform #form-consent {
  opacity: 0;
  position: absolute;
}
.mailform .checkbox-custom {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.mailform #form-consent:checked + .checkbox-custom {
  background-color: #1a6198;
}
.mailform #form-consent:checked + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mailform__submit {
  opacity: 0.7;
  pointer-events: none;
}
.mailform__submit > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mailform__submit button {
  width: 240px;
  height: 60px;
  border-radius: 100px;
  color: #1A82BF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
  background: #fff;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .mailform__submit button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .mailform__submit button:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .mailform__submit button {
    margin-top: 40px;
    font-weight: 700;
  }
}
.mailform__submit.active {
  opacity: 1;
  pointer-events: all;
}

.button--01 {
  background: #fff;
  color: #1A82BF;
  border-radius: 50px;
  width: 300px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 1.125rem;
}
@media (min-width: 769px) {
  .button--01 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .button--01:hover {
    opacity: 0.7;
  }
}

body.active .m-modal {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-modal {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 18000;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  /*
     opacity: 1;
     display: block;
     pointer-events: all;
     */
  overflow: auto;
}
.m-modal .close-modal:not(.btn--square) {
  top: 0px;
  width: 60px;
  height: 60px;
  z-index: 300;
  position: absolute;
  top: 50px;
  right: 40px;
}
@media (min-width: 769px) {
  .m-modal .close-modal:not(.btn--square) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
}
.m-modal .close-modal:not(.btn--square)::before {
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #333;
  z-index: 2;
}
.m-modal .close-modal:not(.btn--square)::after {
  -webkit-transition: ease all 0.6s;
  transition: ease all 0.6s;
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #333;
  z-index: 2;
}
.m-modal .color-box .close-modal {
  top: 18px;
  right: 20px;
  width: calc(100% - 20px);
}
.m-modal .btn--square {
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 140px;
}
.m-modal.active {
  opacity: 1;
  pointer-events: all;
}
.m-modal .m-modal__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  min-width: 760px;
  margin: auto;
}
.m-modal .m-modal__inner.mw-auto {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.m-modal .m-modal__inner.mw-860 {
  max-width: 860px;
}
.m-modal .m-modal__inner.mw-960 {
  max-width: 960px;
}
@media (max-width: 768px) {
  .m-modal .m-modal__inner {
    padding: 0px;
  }
}
.m-modal .m-modal__inner .m-modal__content {
  position: relative;
  width: 100%;
  margin: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px 40px;
}
.m-modal .m-modal__inner.active {
  display: block;
}
.m-modal .search-wrap {
  padding-left: 0;
}
@media (max-width: 768px) {
  .m-modal {
    padding: 20px 20px 120px;
  }
}