﻿@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}

svg {
  display: block;
  width: 100%;
}

button {
  color: inherit;
}

.all {
  display: block;
}

.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.pc-tb {
  display: block;
}
@media screen and (max-width: 540px) {
  .pc-tb {
    display: none;
  }
}

.tb-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-sp {
    display: block;
  }
}

.ini-tb-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ini-tb-sp {
    display: initial;
  }
}

.tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .tb {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .ini-pc-tb {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .ini-pc {
    display: none;
  }
}

.ini-tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ini-tb {
    display: initial;
  }
}
@media screen and (max-width: 540px) {
  .ini-tb {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 540px) {
  .sp {
    display: block;
  }
}

.ini-sp {
  display: none;
}
@media screen and (max-width: 540px) {
  .ini-sp {
    display: initial;
  }
}

@media screen and (max-width: 1024px) {
  br.tb-sp {
    display: initial;
  }
}
@media screen and (max-width: 1024px) {
  br.tb {
    display: initial;
  }
}
@media screen and (max-width: 540px) {
  br.tb {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  br.sp {
    display: initial;
  }
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.cw00 {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  .cw00 {
    padding-right: 5.5rem;
    padding-left: 5.5rem;
  }
}

.cw01,
.cw02,
.cw03,
.cw04 {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  .cw01,
.cw02,
.cw03,
.cw04 {
    padding-right: 5.5rem;
    padding-left: 5.5rem;
  }
}

.cw01 {
  max-width: 1776px;
}

.cw02 {
  max-width: 1520px;
}

.cw03 {
  max-width: 1320px;
}

.cw04 {
  max-width: 1080px;
}

/* 電話番号（スマホ時タップ可能） */
a[href^="tel:"] {
  color: #000;
  background: none;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.en {
  font-family: "Roboto", sans-serif;
}

.en2 {
  font-family: "Inter", sans-serif;
}

.blue {
  color: #00759c;
}

a {
  color: #222;
}
a .underline,
a .shrink-stretch {
  display: inline-block;
  position: relative;
}
a .underline::before,
a .shrink-stretch::before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
a .shrink-stretch::before {
  transform-origin: left;
}
a .underline::before {
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
a .zoom-up img {
  transition: all 0.2s;
  transform: scale(1);
}
a.normal {
  text-decoration: underline;
}
a:hover .underline::before {
  transform: scaleX(1);
}
@media screen and (max-width: 1024px) {
  a:hover .underline::before {
    transform: scaleX(0);
  }
}
a:hover .shrink-stretch::before {
  animation: shrink-stretch 0.3s ease-in 1 normal forwards;
}
@media screen and (max-width: 1024px) {
  a:hover .shrink-stretch::before {
    animation: none;
  }
}
a:hover .zoom-up img {
  transform: scale(1.03);
}
a:hover.normal {
  text-decoration: none;
}

.link__btn01,
.link__btn03 {
  display: block;
  width: 20.6rem;
  height: 19.7rem;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .link__btn01,
.link__btn03 {
    width: 25rem;
    height: 23.8rem;
  }
}
.link__btn01::before,
.link__btn03::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform 0.2s ease-out;
}
.link__btn01 .link__btn01__inner,
.link__btn01 .link__btn03__inner,
.link__btn03 .link__btn01__inner,
.link__btn03 .link__btn03__inner {
  display: block;
  padding: 2.5rem;
}
.link__btn01 .link__btn01__text,
.link__btn01 .link__btn03__text,
.link__btn03 .link__btn01__text,
.link__btn03 .link__btn03__text {
  display: block;
  position: relative;
  z-index: 2;
  color: #fff;
  transition: color 0.2s ease-out;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .link__btn01 .link__btn01__text,
.link__btn01 .link__btn03__text,
.link__btn03 .link__btn01__text,
.link__btn03 .link__btn03__text {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.link__btn01 .link__btn01__icon,
.link__btn01 .link__btn03__icon,
.link__btn03 .link__btn01__icon,
.link__btn03 .link__btn03__icon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .link__btn01 .link__btn01__icon,
.link__btn01 .link__btn03__icon,
.link__btn03 .link__btn01__icon,
.link__btn03 .link__btn03__icon {
    width: 5rem;
    height: 5rem;
    right: 2.5rem;
    bottom: 2.5rem;
  }
}
.link__btn01 .link__btn01__icon .arrow_right,
.link__btn01 .link__btn03__icon .arrow_right,
.link__btn03 .link__btn01__icon .arrow_right,
.link__btn03 .link__btn03__icon .arrow_right {
  width: 1.1rem;
  height: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .link__btn01 .link__btn01__icon .arrow_right,
.link__btn01 .link__btn03__icon .arrow_right,
.link__btn03 .link__btn01__icon .arrow_right,
.link__btn03 .link__btn03__icon .arrow_right {
    width: 1.5rem;
    height: 2rem;
  }
}
.link__btn01 .link__btn01__icon .arrow_right-1,
.link__btn01 .link__btn03__icon .arrow_right-1,
.link__btn03 .link__btn01__icon .arrow_right-1,
.link__btn03 .link__btn03__icon .arrow_right-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  fill-rule: evenodd;
}
.link__btn01:hover::before,
.link__btn03:hover::before {
  transform: translateX(0);
}
.link__btn01:hover .link__btn01__text,
.link__btn01:hover .link__btn03__text,
.link__btn03:hover .link__btn01__text,
.link__btn03:hover .link__btn03__text {
  color: #00759c;
}
.link__btn01:hover .link__btn01__icon .arrow_right,
.link__btn01:hover .link__btn03__icon .arrow_right,
.link__btn03:hover .link__btn01__icon .arrow_right,
.link__btn03:hover .link__btn03__icon .arrow_right {
  animation: move-left-to-right 0.2s ease-out 1 normal forwards;
}

.link__btn01 {
  border: 1px solid #00759c;
  background-color: #00759c;
}
.link__btn01 .link__btn01__icon {
  background-color: #004a8a;
}

.link__btn03 {
  border: 1px solid #fff;
  background-color: transparent;
}
.link__btn03 .link__btn03__icon {
  background-color: #1887e7;
}

.link__btn02 {
  display: flex;
  align-items: center;
}
.link__btn02 .link__btn02__text {
  color: #00759c;
  margin-right: 1rem;
}
.link__btn02 .link__btn02__icon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #f3f6fb;
}
@media screen and (max-width: 1024px) {
  .link__btn02 .link__btn02__icon {
    width: 5rem;
    height: 5rem;
  }
}
.link__btn02 .link__btn02__icon .arrow_right {
  width: 1.1rem;
  height: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .link__btn02 .link__btn02__icon .arrow_right {
    width: 1.5rem;
    height: 2rem;
  }
}
.link__btn02 .link__btn02__icon .arrow_right-1 {
  fill: none;
  stroke: #00759c;
  stroke-width: 2px;
  fill-rule: evenodd;
}
.link__btn02:hover .link__btn02__icon .arrow_right {
  animation: move-left-to-right 0.2s ease-out 1 normal forwards;
}

.search__btn {
  padding: 0;
  background-color: #00759c;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3 ease-out;
  padding: 0;
}
.search__btn:hover {
  background-color: rgba(0, 86, 160, 0.8);
}
.search__btn .search__btn__text {
  color: #fff;
  letter-spacing: 0.5em;
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .search__btn .search__btn__text {
    font-size: 2.8rem;
  }
}
.search__btn .search__btn__text::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  background-image: url(../img/common/icon_magnify.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.6rem;
}
@media screen and (max-width: 1024px) {
  .search__btn .search__btn__text::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.google__map {
  display: flex;
  align-items: center;
}
.google__map .icon .icon_pin {
  width: 1.6rem;
  height: 2rem;
}
.google__map .icon .icon_pin .icon_pin-1 {
  fill: #00759c;
  fill-rule: evenodd;
}
.google__map .text {
  font-size: 14px;
  display: inline-block;
  position: relative;
  color: #00759c;
  margin-left: 0.6rem;
}
@media screen and (max-width: 1024px) {
  .google__map .text {
    font-size: 2.4rem;
  }
}
.google__map .text::before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00759c;
}
.google__map .text:hover::before {
  width: 0;
}

.pdf {
  display: flex;
  align-items: center;
}
.pdf .icon .icon_pdf {
  width: 1.5rem;
  height: 2.1rem;
}
.pdf .icon .icon_pdf .icon_pdf-1 {
  fill: #00759c;
  fill-rule: evenodd;
}
.pdf .text {
  display: inline-block;
  position: relative;
  color: #00759c;
  margin-right: 0.8rem;
}
.pdf .text::before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00759c;
}
.pdf .text:hover::before {
  width: 0;
}

.top__hl01 .text01 {
  display: block;
  line-height: 1;
  font-size: 2.2rem;
  font-size: 3.2rem;
  margin-bottom: 1.2rem;
}
.top__hl01 .text02 {
  display: block;
  font-size: 4.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 1360px) {
  .top__hl01 .text02 {
    font-size: 3.529vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1024px) {
  .top__hl01 .text02 {
    font-size: 4.2rem;
  }
}
.top__hl01 .text03 {
  display: block;
  line-height: 1.4;
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.top__hl01 .text03 span {
  font-size: 2.8rem;
}

@media screen and (max-width: 1360px) {
  .top__hl01 .text03 {
  }
}
@media screen and (max-width: 1024px) {
  .top__hl01 .text03 {
  }
}


.zoom-out {
  overflow: hidden;
}
.zoom-out img {
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: opacity 0.3s 0.4s ease-in, transform 0.8s 0.4s var(--var-animation-timing-function);
}
.zoom-out.is-animated img {
  opacity: 1;
  transform: scale(1);
}

.zoom-in img {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center center;
  transition: opacity 0.3s 0.4s ease-in, transform 0.8s 0.4s var(--var-animation-timing-function);
}
.zoom-in.is-animated img {
  opacity: 1;
  transform: scale(1);
}

.slide-up {
  opacity: 0;
  transform: translateY(var(--var-translate-val));
  transition: opacity 0.3s 0.3s ease-in, transform 1.2s 0.3s var(--var-animation-timing-function);
}
.slide-up.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.slide-up-ab {
  opacity: 0;
  transform: translateX(-50%) translateY(var(--var-translate-val));
  transition: opacity 0.3s 0.3s ease-in, transform 1.2s 0.3s var(--var-animation-timing-function);
}
.slide-up-ab.is-animated {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.slide-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.3s 0.3s ease-in, transform 1.2s 0.3s var(--var-animation-timing-function);
}
.slide-left.is-animated {
  opacity: 1;
  transform: translatex(0);
}

.slide-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.3s 0.3s ease-in, transform 1.2s 0.3s var(--var-animation-timing-function);
}
.slide-right.is-animated {
  opacity: 1;
  transform: translatex(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 0.4s 0.3s ease-in;
}
.fade-in.is-animated {
  opacity: 1;
}

@keyframes move-left-to-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(200%);
  }
  50.0001% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes move-right-to-left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-200%);
  }
  50.0001% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes move-scroll {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(100%);
  }
  75% {
    transform: translateY(100%);
  }
  75.0001% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shrink-stretch {
  0% {
    transform: scaleX(0%);
  }
  100% {
    transform: scaleX(100%);
  }
}
@keyframes btn-arrow-hide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes btn-arrow-appear {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-little-right-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes move-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes move-down {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 5px;
  }
  100% {
    margin-top: 0;
  }
}

.spacer-s {
    padding: 20px 0;
}
.spacer-m {
    padding: 40px 0;
}
