html,
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 1900px) {
  html,
  body {
    font-size: 0.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.1302083333vw;
  }
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  color: #000;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

p {
  margin: 0;
  padding: 0;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

ul,
ol,
li {
  list-style: none;
}

ul,
ol {
  margin: auto;
  padding: 0;
}

figure,
table {
  margin: auto;
}

svg * {
  transition: all 0.3s ease-in-out;
}

iframe {
  width: 100%;
  height: 100%;
}

.jp-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}

.jp-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}

.ws {
  font-family: "WindSong", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.gfs {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
}

.b-9 {
  font-weight: 900;
}

.b-8 {
  font-weight: 800;
}

.b-7,
.bold {
  font-weight: 700;
}

.b-6 {
  font-weight: 600;
}

.b-5,
.medium {
  font-weight: 500;
}

.b-4,
.regular {
  font-weight: 400;
}

.b-3,
.light {
  font-weight: 300;
}

.b-2 {
  font-weight: 200;
}

.b-1 {
  font-weight: 100;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
h1,
.f-64 {
  font-size: 64px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  h1,
  .f-64 {
    font-size: 64rem;
  }
}
@media screen and (max-width: 768px) {
  h1,
  .f-64 {
    font-size: 60rem;
    line-height: 1.5;
  }
}

h2,
.f-48 {
  font-size: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  h2,
  .f-48 {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  h2,
  .f-48 {
    font-size: 40rem;
  }
}

h3,
.f-40 {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  h3,
  .f-40 {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  h3,
  .f-40 {
    font-size: 36rem;
  }
}

h4,
.f-lg {
  font-size: 36px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  h4,
  .f-lg {
    font-size: 36rem;
  }
}
@media screen and (max-width: 768px) {
  h4,
  .f-lg {
    font-size: 36rem;
  }
}

h5,
.f-md {
  font-size: 24px;
}
@media screen and (max-width: 1900px) {
  h5,
  .f-md {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  h5,
  .f-md {
    font-size: 28rem;
  }
}

p,
.f-sm {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 1900px) {
  p,
  .f-sm {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  p,
  .f-sm {
    font-size: 24rem;
  }
}

.c-blue {
  color: #0062B2;
}

.c-yellow {
  color: #FFD66D;
}

.c-red {
  color: #E94747;
}

.c-black {
  color: #353535;
}

.desc {
  margin: auto;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .desc {
    margin-top: 80rem;
  }
}

main {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.container {
  position: relative;
  z-index: 10;
  width: 100%;
}

section {
  position: relative;
  z-index: 5;
}

.sec-contain {
  width: 1100px;
  margin: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  .sec-contain {
    width: 1100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contain {
    width: 100%;
  }
}

.sec-wide {
  width: 1440px;
  margin: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  .sec-wide {
    width: 1440rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-wide {
    width: 100%;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
header.is_scroll {
  box-shadow: 0 2px 2px rgba(51, 51, 51, 0.2);
}
header .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  gap: 140px;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  header .container {
    padding: 35rem;
    gap: 140rem;
  }
}
@media screen and (max-width: 768px) {
  header .container {
    padding: 20rem;
    gap: unset;
    justify-content: space-between;
  }
}
header .container .logo {
  width: 424px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  header .container .logo {
    width: 424rem;
  }
}
@media screen and (max-width: 768px) {
  header .container .logo {
    width: 250rem;
    margin-left: 0;
  }
}
header .container .logo:hover {
  opacity: 0.8;
}
header .container .link-left,
header .container .link-right {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 65px;
}
@media screen and (max-width: 1900px) {
  header .container .link-left,
  header .container .link-right {
    gap: 65rem;
  }
}
@media screen and (max-width: 768px) {
  header .container .link-left,
  header .container .link-right {
    display: none;
  }
}
header .container .link-left .link,
header .container .link-right .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  gap: 15px;
}
@media screen and (max-width: 1900px) {
  header .container .link-left .link,
  header .container .link-right .link {
    gap: 15rem;
  }
}
header .container .link-left .link:hover span,
header .container .link-right .link:hover span {
  color: #0062B2;
}
header .container .link-left .link:hover span::after,
header .container .link-right .link:hover span::after {
  width: 100%;
}
header .container .link-left .link img,
header .container .link-right .link img {
  width: 90px;
}
@media screen and (max-width: 1900px) {
  header .container .link-left .link img,
  header .container .link-right .link img {
    width: 90rem;
  }
}
header .container .link-left .link span,
header .container .link-right .link span {
  font-size: 16px;
  line-height: 1;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  header .container .link-left .link span,
  header .container .link-right .link span {
    font-size: 16rem;
  }
}
header .container .link-left .link span::after,
header .container .link-right .link span::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 105%;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0062B2;
}
header .container .fixed-links {
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 17px;
}
@media screen and (max-width: 1900px) {
  header .container .fixed-links {
    gap: 17rem;
  }
}
@media screen and (max-width: 768px) {
  header .container .fixed-links {
    top: 150%;
  }
}
header .container .fixed-links .link {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  background-color: #0062B2;
  border-bottom-left-radius: 10px;
  transform: translateX(-60px);
  cursor: pointer;
}
header .container .fixed-links .link.appt {
  background-color: #FFD66D;
}
@media screen and (max-width: 1900px) {
  header .container .fixed-links .link {
    gap: 12rem;
    border-bottom-left-radius: 10rem;
    transform: translateX(-60rem);
    padding: 10rem 15rem;
  }
}
@media screen and (max-width: 768px) {
  header .container .fixed-links .link {
    gap: 20rem;
    padding: 25rem;
    border-bottom-left-radius: 20rem;
    transform: translateX(-95rem);
  }
}
header .container .fixed-links .link:hover {
  transform: translateX(-100%);
}
header .container .fixed-links .link img {
  width: 36px;
}
@media screen and (max-width: 1900px) {
  header .container .fixed-links .link img {
    width: 36rem;
  }
}
@media screen and (max-width: 768px) {
  header .container .fixed-links .link img {
    width: 50rem;
  }
}
header .container .fixed-links .link span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1900px) {
  header .container .fixed-links .link span {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  header .container .fixed-links .link span {
    font-size: 20rem;
  }
}
header .container .hamburger {
  display: none;
  position: relative;
  z-index: 15;
  width: 50rem;
  height: 50rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .container .hamburger {
    display: block;
  }
}
header .container .hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
  background-color: #E94747;
}
header .container .hamburger span.bar1 {
  transform: translateY(-22rem);
}
header .container .hamburger span.bar3 {
  transform: translateY(22rem);
}
header .container .hamburger.is_open .bar1 {
  transform: translateY(0) rotate(405deg);
}
header .container .hamburger.is_open .bar3 {
  transform: translateY(0) rotate(495deg);
}
header .container .hamburger.is_open .bar2 {
  display: none;
}
header .container .sp-menu {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 80rem 40rem;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40rem;
}
header .container .sp-menu.is_open {
  display: flex;
}
header .container .sp-menu .link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15rem;
}
header .container .sp-menu .link:hover span, header .container .sp-menu .link:active span {
  color: #0062B2;
  font-weight: bold;
}
header .container .sp-menu .link img {
  width: 120rem;
}
header .container .sp-menu .link span {
  font-size: 30rem;
  color: #000;
}

footer {
  position: relative;
  z-index: 50;
  background: url("../img/t_footer_bg.png") no-repeat center center;
  background-size: cover;
  background-position: center;
}
footer .container {
  padding: 70px 0;
}
@media screen and (max-width: 1900px) {
  footer .container {
    padding: 70rem 0;
  }
}
@media screen and (max-width: 768px) {
  footer .container {
    padding: 80rem 40rem 40rem;
  }
}
footer .container .page-top {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 500;
  bottom: 20px;
  right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  footer .container .page-top {
    bottom: 20rem;
    right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .page-top {
    bottom: 100rem;
  }
}
footer .container .page-top img:first-child {
  width: 209px;
}
@media screen and (max-width: 1900px) {
  footer .container .page-top img:first-child {
    width: 209rem;
  }
}
footer .container .page-top img:last-child {
  width: 124px;
  margin: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  footer .container .page-top img:last-child {
    width: 124rem;
    margin-top: 20rem;
  }
}
footer .container .page-top:hover img:first-child {
  transform: translateY(10%);
}
footer .container .sec-wide .logo {
  width: 590px;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  footer .container .sec-wide .logo {
    width: 590rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .sec-wide .logo {
    width: 80%;
    margin: auto;
  }
}
footer .container .sec-wide .footer-main {
  margin-top: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  footer .container .sec-wide .footer-main {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .sec-wide .footer-main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80rem;
  }
}
footer .container .sec-wide .footer-main .comp-info {
  color: #0062B2;
}
footer .container .sec-wide .footer-main .page_links {
  width: 550px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 0;
}
@media screen and (max-width: 1900px) {
  footer .container .sec-wide .footer-main .page_links {
    width: 550rem;
    gap: 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  footer .container .sec-wide .footer-main .page_links {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    gap: 30rem;
  }
}
footer .container .sec-wide .footer-main .page_links .link {
  position: relative;
  padding: 5px 25px;
  color: #0062B2;
  border-left: 2px solid #0062B2;
  border-right: 2px solid #0062B2;
}
@media screen and (max-width: 1900px) {
  footer .container .sec-wide .footer-main .page_links .link {
    padding: 5rem 25rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .sec-wide .footer-main .page_links .link {
    width: 50%;
    text-align: center;
    border-left: none;
    border-right: none;
  }
}
footer .container .sec-wide .footer-main .page_links .link:nth-child(3n+2) {
  border-left: none;
  border-right: none;
}
footer .container .sec-wide .footer-main .page_links .link:hover {
  color: #fff;
  background-color: #0062B2;
}
footer .container .sec-wide .footer-main .page_links .link:hover::after {
  width: 100%;
}
footer .container .sec-wide .copyright {
  width: 100%;
  text-align: center;
  color: #0062B2;
  margin-top: 55px;
}
@media screen and (max-width: 1900px) {
  footer .container .sec-wide .copyright {
    margin-top: 55rem;
  }
}

@keyframes h_slide {
  100% {
    transform: translate(-100%);
  }
}
#t_fv {
  position: relative;
}
#t_fv .bg {
  overflow: hidden;
  position: relative;
}
#t_fv .bg .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#t_fv .bg .mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#t_fv .bg .img {
  position: relative;
}
#t_fv .bg .img .effect {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  background: linear-gradient(207.09deg, rgba(0, 98, 178, 0.38) 15.06%, rgba(248, 180, 6, 0.3) 85.24%);
}
#t_fv .text {
  position: absolute;
  z-index: 50;
  left: 50%;
  bottom: 210px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1900px) {
  #t_fv .text {
    bottom: 210rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .text {
    bottom: unset;
    position: relative;
    padding: 40rem;
  }
}
#t_fv .text h1 {
  font-size: 122px;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 5px 5px rgba(53, 53, 53, 0.3098039216);
}
@media screen and (max-width: 1900px) {
  #t_fv .text h1 {
    font-size: 122rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .text h1 {
    font-size: 92rem;
    color: #0062B2;
  }
}
#t_fv .text h1 .sm {
  font-size: 80px;
}
@media screen and (max-width: 1900px) {
  #t_fv .text h1 .sm {
    font-size: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .text h1 .sm {
    font-size: 60rem;
  }
}
#t_fv .text p {
  color: #fff;
  text-shadow: 0 5px 5px rgba(53, 53, 53, 0.3098039216);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  #t_fv .text p {
    color: #0062B2;
  }
}
#t_fv .text p span.f-85 {
  font-size: 85px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  #t_fv .text p span.f-85 {
    font-size: 85rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .text p span.f-85 {
    font-size: 36rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .text p span.f-48 {
    font-size: 32rem;
  }
}
#t_fv .contact-div {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  background: url("../img/t_fv_contact_bg.svg") no-repeat center center;
  background-size: 100% auto;
  background-position: center;
  width: 622px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1900px) {
  #t_fv .contact-div {
    bottom: 30rem;
    left: 30rem;
    width: 622rem;
    padding: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .contact-div {
    position: relative;
    width: 95%;
    height: auto;
    left: unset;
    bottom: unset;
    margin: auto;
    margin-top: 50rem;
  }
}
#t_fv .contact-div .contact-body {
  background-color: #FDFDFD;
  margin-top: 20px;
  padding: 25px 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1900px) {
  #t_fv .contact-div .contact-body {
    margin-top: 20rem;
    padding: 25rem 0 15rem;
  }
}
#t_fv .contact-div .contact-body .tip-div {
  margin-top: 23px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 1900px) {
  #t_fv .contact-div .contact-body .tip-div {
    gap: 15rem;
    margin-top: 23rem;
  }
}
#t_fv .contact-div .contact-body .tip-div p {
  width: 100%;
  background-color: #E9F6FF;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1900px) {
  #t_fv .contact-div .contact-body .tip-div p {
    padding: 10rem 0;
  }
}
#t_fv .contact-div .contact-body a.link {
  width: 100%;
  border-radius: 999px;
  background-color: #0062B2;
  border: 1px solid #0062B2;
  color: #fff;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  padding: 17px;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1900px) {
  #t_fv .contact-div .contact-body a.link {
    gap: 38rem;
    padding: 17rem;
    margin-top: 20rem;
  }
}
#t_fv .contact-div .contact-body a.link:hover {
  background-color: #fff;
  color: #0062B2;
}
#t_fv .contact-div .contact-body a.link:hover svg {
  color: #0062B2;
}
#t_fv .contact-div .contact-body a.link svg {
  width: 36px;
  height: 22px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  #t_fv .contact-div .contact-body a.link svg {
    width: 36rem;
    height: 22rem;
  }
}
#t_fv .contact-div .contact-body a.link span {
  line-height: 1;
}
#t_fv .scroll-div {
  position: absolute;
  z-index: 50;
  bottom: 50px;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  #t_fv .scroll-div {
    bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .scroll-div {
    bottom: unset;
    top: 250rem;
  }
}
#t_fv .scroll-div .animation {
  width: 23px;
  height: 40px;
  margin: auto;
  border-radius: 999px;
  background-color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#t_fv .scroll-div .animation .ball {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: #BBE4F8;
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  animation: looping 1s infinite linear;
  transition: all 0.3s ease-in-out;
}
#t_fv .scroll-div .f-14 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 5px 5px rgba(53, 53, 53, 0.3098039216);
}
@media screen and (max-width: 1900px) {
  #t_fv .scroll-div .f-14 {
    margin-top: 10rem;
    font-size: 14rem;
  }
}

@keyframes looping {
  100% {
    top: 75%;
  }
}
.f-128 {
  font-size: 128px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .f-128 {
    font-size: 128rem;
  }
}
@media screen and (max-width: 768px) {
  .f-128 {
    font-size: 90rem;
  }
}

.ttl-div {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.ttl-div .ws,
.ttl-div h2 {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.ttl-div h2 {
  margin-top: -70px;
}
@media screen and (max-width: 1900px) {
  .ttl-div h2 {
    margin-top: -70rem;
  }
}
@media screen and (max-width: 768px) {
  .ttl-div h2 {
    margin-top: -20rem;
  }
}

.t_news {
  background: url("../img/t_new_bg.png") no-repeat center center;
  background-position: center;
  background-size: cover;
}
.t_news .container {
  padding-top: 200px;
}
@media screen and (max-width: 1900px) {
  .t_news .container {
    padding-top: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .t_news .container {
    padding: 200rem 40rem 80rem;
  }
}
.t_news .container .ttl-div .ws {
  position: absolute;
  top: 0;
  left: 0;
  rotate: -15deg;
  color: #FFD66D;
  transform: translate(-60%, -96%);
}
@media screen and (max-width: 768px) {
  .t_news .container .ttl-div .ws {
    transform: translate(0, -50%);
    rotate: 0;
  }
}
.t_news .container .ttl-div h2 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .t_news .container .desc {
    text-align: left;
  }
}
.t_news .container .gallery-div {
  background: url("../img/t_new_gallery_bg.svg") no-repeat center center;
  background-position: center;
  background-size: 100% 100%;
  padding: 65px 0;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .t_news .container .gallery-div {
    padding: 65rem 0;
  }
}
.t_news .container .gallery-div p.jp-serif {
  padding-left: 250px;
}
@media screen and (max-width: 1900px) {
  .t_news .container .gallery-div p.jp-serif {
    padding-left: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .t_news .container .gallery-div p.jp-serif {
    padding-left: 40rem;
  }
}
.t_news .container .gallery-div .mySlick {
  width: 100%;
  overflow: visible;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .t_news .container .gallery-div .mySlick {
    margin-top: 30rem;
  }
}
.t_news .container .gallery-div .mySlick .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 1900px) {
  .t_news .container .gallery-div .mySlick .slick-slide {
    margin: 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t_news .container .gallery-div .mySlick .slick-slide {
    margin: 0;
  }
}
.t_news .container .gallery-div .mySlick .slick-list {
  margin: 0 -10px;
}
@media screen and (max-width: 1900px) {
  .t_news .container .gallery-div .mySlick .slick-list {
    margin: 0 -10rem;
  }
}
@media screen and (max-width: 768px) {
  .t_news .container .gallery-div .mySlick .slick-list {
    margin: 0;
  }
}
.t_news .container .gallery-div .slick-pagination-custom {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}
.t_news .container .gallery-div .slick-pagination-custom span {
  position: absolute;
  display: block;
}
.t_news .container .gallery-div .slick-pagination-custom span.current {
  top: 0;
  right: 300px;
}
@media screen and (max-width: 1900px) {
  .t_news .container .gallery-div .slick-pagination-custom span.current {
    right: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .t_news .container .gallery-div .slick-pagination-custom span.current {
    right: 100rem;
  }
}
.t_news .container .gallery-div .slick-pagination-custom span.divider {
  width: 200px;
  height: 1px;
  background-color: #353535;
  top: 78px;
  right: 200px;
  rotate: -45deg;
}
@media screen and (max-width: 1900px) {
  .t_news .container .gallery-div .slick-pagination-custom span.divider {
    top: 78rem;
    right: 200rem;
    width: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .t_news .container .gallery-div .slick-pagination-custom span.divider {
    top: 85rem;
    right: 50rem;
    width: 120rem;
  }
}
.t_news .container .gallery-div .slick-pagination-custom span.all {
  top: 70px;
  right: 220px;
}
@media screen and (max-width: 1900px) {
  .t_news .container .gallery-div .slick-pagination-custom span.all {
    top: 70rem;
    right: 220rem;
  }
}
@media screen and (max-width: 768px) {
  .t_news .container .gallery-div .slick-pagination-custom span.all {
    right: 49rem;
  }
}

.t_appt {
  background: url("../img/t_appt_bg.png") no-repeat center center;
  background-size: cover;
  background-position: top;
}
.t_appt .sec-contain {
  padding-top: 67px;
  padding-bottom: 145px;
}
@media screen and (max-width: 1900px) {
  .t_appt .sec-contain {
    padding-top: 67rem;
    padding-bottom: 145rem;
  }
}
@media screen and (max-width: 768px) {
  .t_appt .sec-contain {
    padding: 120rem 20rem;
  }
}
.t_appt .sec-contain .appt-div {
  background-color: #E9F6FF;
  padding: 77px 54px;
}
@media screen and (max-width: 1900px) {
  .t_appt .sec-contain .appt-div {
    padding: 77rem 54rem;
  }
}
@media screen and (max-width: 768px) {
  .t_appt .sec-contain .appt-div {
    padding: 60rem 20rem;
  }
}
.t_appt .sec-contain .appt-div .wrap {
  background-color: #fff;
  padding: 32px;
}
@media screen and (max-width: 1900px) {
  .t_appt .sec-contain .appt-div .wrap {
    padding: 32rem;
  }
}
.t_appt .sec-contain .appt-div .appt-ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.t_appt .sec-contain .appt-div .appt-ttl .add {
  position: absolute;
  width: 145px;
  top: -26px;
  left: -40px;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  .t_appt .sec-contain .appt-div .appt-ttl .add {
    width: 145rem;
    top: -26rem;
    left: -40rem;
  }
}
.t_appt .sec-contain .appt-div .appt-ttl .bg {
  width: 655px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 1900px) {
  .t_appt .sec-contain .appt-div .appt-ttl .bg {
    width: 655rem;
  }
}
.t_appt .sec-contain .appt-div .appt-ttl h3 {
  padding: 45px 130px;
  color: #fff;
  z-index: 50;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .t_appt .sec-contain .appt-div .appt-ttl h3 {
    padding: 45rem 130rem;
  }
}
.t_appt .sec-contain .appt-div .appt-body {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1900px) {
  .t_appt .sec-contain .appt-div .appt-body {
    margin-top: 55rem;
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t_appt .sec-contain .appt-div .appt-body {
    grid-template-columns: 1fr;
    gap: 80rem;
  }
}
.t_appt .sec-contain .appt-div .appt-body .left .note {
  margin-top: 48px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .t_appt .sec-contain .appt-div .appt-body .left .note {
    margin-top: 48rem;
  }
}
.t_appt .sec-contain .appt-div .appt-body .left .note p {
  position: absolute;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.t_appt .sec-contain .btn-div {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .t_appt .sec-contain .btn-div {
    margin-top: 50rem;
  }
}

.btn-white {
  width: 390px;
  margin: auto;
  padding: 25px 35px;
  border-radius: 999px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 5px 5px rgba(53, 53, 53, 0.3098039216);
}
@media screen and (max-width: 1900px) {
  .btn-white {
    width: 390rem;
    padding: 25rem 35rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-white {
    width: 100%;
  }
}
.btn-white span {
  font-weight: 500;
}
.btn-white .arw {
  padding: 10px 16px;
  border-radius: 999px;
  background-color: #BBE4F8;
}
@media screen and (max-width: 1900px) {
  .btn-white .arw {
    padding: 10rem 16rem;
  }
}
.btn-white .arw svg {
  width: 30px;
  height: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .btn-white .arw svg {
    width: 30rem;
    height: 16rem;
  }
}
.btn-white:hover {
  background-color: #0062B2;
}
.btn-white:hover span {
  color: #fff;
}
.btn-white:hover .arw {
  background-color: #fff;
}
.btn-white:hover .arw svg {
  color: #0062B2;
  transform: translateX(3px);
}
.btn-white.insta {
  width: 480px;
}
@media screen and (max-width: 1900px) {
  .btn-white.insta {
    width: 480rem;
  }
}
.btn-white.insta .icon {
  width: 62px;
}
@media screen and (max-width: 1900px) {
  .btn-white.insta .icon {
    width: 62rem;
  }
}
.btn-white.border {
  border: 1px solid #00A0EA;
}

.s_a_concept,
.t_concept {
  background: url("../img/t_concept_bg.png") no-repeat center center;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 1900px) {
  .s_a_concept,
  .t_concept {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_a_concept,
  .t_concept {
    padding: 80rem 40rem;
    background: url("../img/t_concept_bg-sp.png") no-repeat center center;
    background-position: center;
    background-size: cover;
  }
}
.s_a_concept .sec-wide .ttl-div p,
.t_concept .sec-wide .ttl-div p {
  color: #fff;
}
.s_a_concept .sec-wide .concept-main,
.t_concept .sec-wide .concept-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .s_a_concept .sec-wide .concept-main,
  .t_concept .sec-wide .concept-main {
    padding: 0 50rem;
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_concept .sec-wide .concept-main,
  .t_concept .sec-wide .concept-main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50rem;
    margin-top: 80rem;
    padding: 0;
  }
}
.s_a_concept .sec-wide .concept-main .video,
.t_concept .sec-wide .concept-main .video {
  width: 730px;
  height: 400px;
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .s_a_concept .sec-wide .concept-main .video,
  .t_concept .sec-wide .concept-main .video {
    width: 730rem;
    height: 400rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_concept .sec-wide .concept-main .video,
  .t_concept .sec-wide .concept-main .video {
    width: 100%;
    height: 480rem;
  }
}
.s_a_concept .sec-wide .concept-main .text,
.t_concept .sec-wide .concept-main .text {
  width: calc(100% - 760px);
  text-align: left;
}
@media screen and (max-width: 1900px) {
  .s_a_concept .sec-wide .concept-main .text,
  .t_concept .sec-wide .concept-main .text {
    width: calc(100% - 760rem);
  }
}
@media screen and (max-width: 768px) {
  .s_a_concept .sec-wide .concept-main .text,
  .t_concept .sec-wide .concept-main .text {
    width: 100%;
    text-align: center;
  }
}
.s_a_concept .sec-wide .add,
.t_concept .sec-wide .add {
  position: absolute;
  left: 0;
  top: 130px;
  width: 225px;
}
@media screen and (max-width: 1900px) {
  .s_a_concept .sec-wide .add,
  .t_concept .sec-wide .add {
    width: 225rem;
    top: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_concept .sec-wide .add,
  .t_concept .sec-wide .add {
    width: 170rem;
    top: 256rem;
  }
}

.t_pbm {
  background: url("../img/t_pbm_bg.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1900px) {
  .t_pbm {
    padding-top: 120rem;
    padding-bottom: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .t_pbm {
    padding: 120rem 40rem 80rem;
  }
}
.t_pbm .container h2 {
  color: #fff;
  text-align: center;
}
.t_pbm .container .pbm-list {
  margin: 140px auto;
  width: 1100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  .t_pbm .container .pbm-list {
    margin: 140rem auto;
    width: 1100rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_pbm .container .pbm-list {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 70rem;
  }
}
.t_pbm .container .pbm-list .bg {
  width: 1436px;
  left: -165px;
  top: -75px;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1900px) {
  .t_pbm .container .pbm-list .bg {
    width: 1436rem;
    left: -165rem;
    top: -75rem;
  }
}
@media screen and (max-width: 768px) {
  .t_pbm .container .pbm-list .bg {
    width: 120%;
    height: 110%;
    top: -5%;
    left: -5%;
  }
  .t_pbm .container .pbm-list .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.t_pbm .container .pbm-list .item h3 {
  width: 100%;
  padding: 20px;
  margin-top: 27px;
  line-height: 1;
  text-align: center;
  background-color: #5E5E5E;
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 1900px) {
  .t_pbm .container .pbm-list .item h3 {
    padding: 20rem;
    margin-top: 27rem;
    border-top-right-radius: 10rem;
    border-bottom-left-radius: 10rem;
  }
}
.t_pbm .container .pbm-list .item p {
  margin-top: 40px;
  color: #353535;
  line-height: 2;
}
@media screen and (max-width: 1900px) {
  .t_pbm .container .pbm-list .item p {
    margin-top: 40rem;
  }
}
.t_pbm .container .down-arw {
  width: 213px;
  margin: auto;
  margin-top: 135px;
}
@media screen and (max-width: 1900px) {
  .t_pbm .container .down-arw {
    width: 213rem;
    margin-top: 135rem;
  }
}
.t_pbm .container h4 {
  text-align: center;
  color: #fff;
  text-decoration: underline;
  text-decoration-style: double;
  margin-top: 45px;
}
@media screen and (max-width: 1900px) {
  .t_pbm .container h4 {
    margin-top: 45rem;
  }
}

.t_solution {
  background: url("../img/t_solution_bg.png") no-repeat center center;
  background-position: center;
  background-size: cover;
}
.t_solution .container .imgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.t_solution .container .imgs img {
  width: 400px;
}
@media screen and (max-width: 1900px) {
  .t_solution .container .imgs img {
    width: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .t_solution .container .imgs img {
    width: 50%;
  }
}
.t_solution .container .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .t_solution .container .text {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    padding: 40rem;
    text-align: center;
  }
}

.t_str {
  background: url("../img/t_str_bg.png") no-repeat center center;
  background-position: center;
  background-size: cover;
  padding: 95px 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 1900px) {
  .t_str {
    padding: 95rem 0;
    padding-bottom: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .t_str {
    padding: 80rem 40rem;
    padding-bottom: 220rem;
  }
}
.t_str .container .ttl-div p {
  color: #BBE4F8;
}
.t_str .container .str-list .item {
  position: relative;
  padding: 230px 0;
}
@media screen and (max-width: 1900px) {
  .t_str .container .str-list .item {
    padding: 230rem 0;
  }
}
@media screen and (max-width: 768px) {
  .t_str .container .str-list .item {
    padding: 100rem 0;
  }
}
.t_str .container .str-list .item .content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1900px) {
  .t_str .container .str-list .item .content {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_str .container .str-list .item .content {
    margin-top: -300rem;
  }
}
.t_str .container .str-list .item .content .num {
  color: #0062B2;
  line-height: 1;
  margin-top: -30px;
}
@media screen and (max-width: 1900px) {
  .t_str .container .str-list .item .content .num {
    margin-top: -30rem;
  }
}
.t_str .container .str-list .item .content .text {
  width: 490px;
}
@media screen and (max-width: 1900px) {
  .t_str .container .str-list .item .content .text {
    width: 490rem;
  }
}
@media screen and (max-width: 768px) {
  .t_str .container .str-list .item .content .text {
    width: 550rem;
  }
}
.t_str .container .str-list .item .content .text h4 {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .t_str .container .str-list .item .content .text h4 {
    line-height: 1.5;
  }
}
.t_str .container .str-list .item .content .text h5 {
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .t_str .container .str-list .item .content .text h5 {
    margin-top: 20rem;
  }
}
.t_str .container .str-list .item .content .text p {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .t_str .container .str-list .item .content .text p {
    margin-top: 30rem;
  }
}
.t_str .container .str-list .item .content .text p span.amp {
  position: relative;
  display: inline-block;
  z-index: 5;
}
.t_str .container .str-list .item .content .text p span.amp::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 3px;
  width: 100%;
  height: 40%;
  background-color: #FFD66D;
}
.t_str .container .str-list .item .img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .t_str .container .str-list .item .img {
    position: relative;
  }
}
.t_str .container .str-list .item#str1 .content {
  margin-left: 260px;
}
@media screen and (max-width: 1900px) {
  .t_str .container .str-list .item#str1 .content {
    margin-left: 260rem;
  }
}
@media screen and (max-width: 768px) {
  .t_str .container .str-list .item#str1 .content {
    margin-left: 0;
  }
}
.t_str .container .str-list .item#str1 .img {
  width: 1016px;
  top: 0;
  right: -150px;
  transform: translateY(-20%);
}
@media screen and (max-width: 1900px) {
  .t_str .container .str-list .item#str1 .img {
    width: 1016rem;
    right: -150rem;
  }
}
@media screen and (max-width: 768px) {
  .t_str .container .str-list .item#str1 .img {
    width: 150%;
    right: unset;
  }
}
.t_str .container .str-list .item#str2 .content {
  margin: auto;
  margin-right: 400px;
}
@media screen and (max-width: 1900px) {
  .t_str .container .str-list .item#str2 .content {
    margin-right: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .t_str .container .str-list .item#str2 .content {
    margin: auto;
  }
}
.t_str .container .str-list .item#str2 .img {
  width: 1000px;
  left: -210px;
  top: 0;
}
@media screen and (max-width: 1900px) {
  .t_str .container .str-list .item#str2 .img {
    width: 1000rem;
    left: -210rem;
  }
}
@media screen and (max-width: 768px) {
  .t_str .container .str-list .item#str2 .img {
    width: 150%;
    left: -330rem;
  }
}
.t_str .container .str-list .item#str3 .img {
  width: 1173px;
  top: 0;
  right: -390px;
}
@media screen and (max-width: 1900px) {
  .t_str .container .str-list .item#str3 .img {
    width: 1173rem;
    right: -390rem;
  }
}
@media screen and (max-width: 768px) {
  .t_str .container .str-list .item#str3 .img {
    width: 150%;
    right: unset;
  }
}
.t_str .container .str-list .item#str3 .content {
  margin-left: 70px;
}
@media screen and (max-width: 1900px) {
  .t_str .container .str-list .item#str3 .content {
    margin-left: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t_str .container .str-list .item#str3 .content {
    margin: auto;
    margin-top: 120rem;
  }
}
.t_str .container .str-list .item#str4 .img {
  width: 1390px;
  top: 0;
  left: -560px;
}
@media screen and (max-width: 1900px) {
  .t_str .container .str-list .item#str4 .img {
    width: 1390rem;
    left: -560rem;
  }
}
@media screen and (max-width: 768px) {
  .t_str .container .str-list .item#str4 .img {
    width: 170%;
    left: -70%;
  }
}
.t_str .container .str-list .item#str4 .content {
  margin: auto;
  margin-right: 240px;
}
@media screen and (max-width: 1900px) {
  .t_str .container .str-list .item#str4 .content {
    margin-right: 240rem;
  }
}
@media screen and (max-width: 768px) {
  .t_str .container .str-list .item#str4 .content {
    margin: auto;
  }
}
.t_str .container .str-list .item#str4 .content .text {
  width: 520px;
}
@media screen and (max-width: 1900px) {
  .t_str .container .str-list .item#str4 .content .text {
    width: 520rem;
  }
}
.t_str .container .btn-div {
  margin-top: 280px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1900px) {
  .t_str .container .btn-div {
    margin-top: 280rem;
    padding-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_str .container .btn-div {
    margin-top: 50rem;
  }
}

.t_review {
  background: url("../img/t_review_bg.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  padding-top: 240px;
  padding-bottom: 165px;
  margin-top: -200px;
}
@media screen and (max-width: 1900px) {
  .t_review {
    padding-top: 240rem;
    padding-bottom: 165rem;
    margin-top: -200rem;
  }
}
@media screen and (max-width: 768px) {
  .t_review {
    padding: 200rem 40rem;
  }
}
.t_review .sec-wide .ttl-div .ws {
  color: #BBE4F8;
}
.t_review .sec-wide .review-list {
  max-width: 1440px;
  margin: auto;
  margin-top: 80px;
  display: flex;
}
@media screen and (max-width: 1900px) {
  .t_review .sec-wide .review-list {
    width: 1440rem;
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .t_review .sec-wide .review-list {
    width: 100%;
    padding: 0 40rem;
  }
}
.t_review .sec-wide .review-list .item {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 35px;
}
@media screen and (max-width: 1900px) {
  .t_review .sec-wide .review-list .item {
    border-radius: 20rem;
    padding: 20rem 35rem;
  }
}
.t_review .sec-wide .review-list .item .avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.t_review .sec-wide .review-list .item .avatar .img {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background-color: #D9D9D9;
  padding: 1%;
}
@media screen and (max-width: 1900px) {
  .t_review .sec-wide .review-list .item .avatar .img {
    width: 60rem;
    height: 60rem;
  }
}
.t_review .sec-wide .review-list .item .avatar .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.t_review .sec-wide .review-list .item .avatar .name {
  color: #151515;
}
.t_review .sec-wide .review-list .item .stars {
  width: 140px;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .t_review .sec-wide .review-list .item .stars {
    width: 140rem;
    margin-top: 30rem;
  }
}
.t_review .sec-wide .review-list .item p.jp-sans {
  margin-top: 15px;
  height: 8em;
}
@media screen and (max-width: 1900px) {
  .t_review .sec-wide .review-list .item p.jp-sans {
    margin-top: 15rem;
  }
}
.t_review .sec-wide .review-list .item .g-sign {
  width: 20px;
  margin: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .t_review .sec-wide .review-list .item .g-sign {
    width: 20rem;
    margin-top: 20rem;
  }
}

.t_menu {
  background: url("../img/t_menu_bg.png") no-repeat center center;
  background-size: 100% 100%;
  background-position: top;
  padding: 100px 0;
  padding-bottom: 300px;
  margin-top: -2px;
}
@media screen and (max-width: 1900px) {
  .t_menu {
    padding: 100rem 0;
    padding-bottom: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .t_menu {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .t_menu .container {
    padding: 0 40rem;
  }
}
.t_menu .container .ttl-div .ws {
  color: #fff;
}
.t_menu .container .menu-list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1900px) {
  .t_menu .container .menu-list {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t_menu .container .menu-list {
    grid-template-columns: 1fr;
    gap: 40rem;
  }
}
.t_menu .container .menu-list .item {
  position: relative;
  overflow: hidden;
}
.t_menu .container .menu-list .item:hover img {
  scale: 1.1;
}
.t_menu .container .menu-list .item:hover .text .wrap {
  background-color: #0062B2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.t_menu .container .menu-list .item:hover .text .wrap h5 {
  color: #fff;
}
.t_menu .container .menu-list .item:hover .text .wrap p .arw {
  background-color: #fff;
}
.t_menu .container .menu-list .item:hover .text .wrap p .arw svg {
  color: #0062B2;
}
.t_menu .container .menu-list .item .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 125px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1900px) {
  .t_menu .container .menu-list .item .text {
    padding: 125rem;
  }
}
.t_menu .container .menu-list .item .text .wrap {
  width: 100%;
  height: 100%;
  background-color: #E9F6FF;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 60px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .t_menu .container .menu-list .item .text .wrap {
    padding: 60rem;
    border-top-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
  }
}
.t_menu .container .menu-list .item .text .wrap h5 {
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.t_menu .container .menu-list .item .text .wrap p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .t_menu .container .menu-list .item .text .wrap p {
    margin-top: 30rem;
  }
}
.t_menu .container .menu-list .item .text .wrap p .arw {
  width: 63px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #BBE4F8;
}
@media screen and (max-width: 1900px) {
  .t_menu .container .menu-list .item .text .wrap p .arw {
    width: 63rem;
    height: 37rem;
  }
}
.t_menu .container .menu-list .item .text .wrap p .arw svg {
  width: 30px;
  height: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .t_menu .container .menu-list .item .text .wrap p .arw svg {
    width: 30rem;
    height: 16rem;
  }
}

.t_work {
  background: url("../img/t_work_bg.png") no-repeat center center;
  background-size: 100% 100%;
  background-position: top;
  padding: 100px 0;
  margin-top: -160px;
}
@media screen and (max-width: 1900px) {
  .t_work {
    padding: 100rem 0;
    margin-top: -160rem;
  }
}
@media screen and (max-width: 768px) {
  .t_work {
    padding: 100rem 40rem;
    background-size: cover;
  }
}
.t_work .sec-wide .ttl-div p {
  color: #fff;
}
.t_work .sec-wide .case-list {
  margin-top: 120px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1900px) {
  .t_work .sec-wide .case-list {
    margin-top: 120rem;
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t_work .sec-wide .case-list {
    grid-template-columns: 1fr;
    gap: 80rem;
  }
}
.t_work .sec-wide .case-list .case-item {
  width: 100%;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 33px 25px;
}
@media screen and (max-width: 1900px) {
  .t_work .sec-wide .case-list .case-item {
    padding: 33rem 25rem;
  }
}
.t_work .sec-wide .case-list .case-item .mv {
  position: relative;
  overflow: hidden;
}
.t_work .sec-wide .case-list .case-item .mv img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.t_work .sec-wide .case-list .case-item .mv img.active {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.t_work .sec-wide .case-list .case-item .sv {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .t_work .sec-wide .case-list .case-item .sv {
    margin-top: 25rem;
  }
}
.t_work .sec-wide .case-list .case-item .sv img {
  width: calc(50% - 11px);
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  order: 0;
}
@media screen and (max-width: 1900px) {
  .t_work .sec-wide .case-list .case-item .sv img {
    width: calc(50% - 11rem);
  }
}
.t_work .sec-wide .case-list .case-item .sv img.current {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.t_work .sec-wide .case-list .case-item .dots {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 20px auto;
}
@media screen and (max-width: 1900px) {
  .t_work .sec-wide .case-list .case-item .dots {
    gap: 14rem;
    margin: 20rem auto;
  }
}
.t_work .sec-wide .case-list .case-item .dots .dot {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background-color: #353535;
  border: 2px solid #353535;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .t_work .sec-wide .case-list .case-item .dots .dot {
    width: 13rem;
    height: 13rem;
  }
}
.t_work .sec-wide .case-list .case-item .dots .dot.current {
  background-color: #fff;
}
.t_work .sec-wide .case-list .case-item .item-ttl {
  margin-top: 40px;
  color: #353535;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .t_work .sec-wide .case-list .case-item .item-ttl {
    margin-top: 40rem;
  }
}
.t_work .sec-wide .case-list .case-item .item-ttl:hover {
  text-decoration: underline;
  color: #0062B2;
}
.t_work .sec-wide .case-list .case-item .tag {
  margin-top: 60px;
  color: #353535;
}
@media screen and (max-width: 1900px) {
  .t_work .sec-wide .case-list .case-item .tag {
    margin-top: 60rem;
  }
}
.t_work .sec-wide .case-list .case-item .btn-div {
  position: absolute;
  z-index: 50;
  top: 150px;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  .t_work .sec-wide .case-list .case-item .btn-div {
    top: 150rem;
  }
}
.t_work .sec-wide .case-list .case-item .btn-div .btn-prev,
.t_work .sec-wide .case-list .case-item .btn-div .btn-next {
  cursor: pointer;
}
.t_work .sec-wide .case-list .case-item .btn-div .btn-prev:hover svg rect,
.t_work .sec-wide .case-list .case-item .btn-div .btn-next:hover svg rect {
  fill-opacity: 1;
  fill: #0062B2;
}
.t_work .sec-wide .case-list .case-item .btn-div .btn-prev:hover svg path,
.t_work .sec-wide .case-list .case-item .btn-div .btn-next:hover svg path {
  stroke: #fff;
}
.t_work .sec-wide .case-list .case-item .btn-div .btn-prev svg,
.t_work .sec-wide .case-list .case-item .btn-div .btn-next svg {
  width: 59px;
  height: 59px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .t_work .sec-wide .case-list .case-item .btn-div .btn-prev svg,
  .t_work .sec-wide .case-list .case-item .btn-div .btn-next svg {
    width: 59rem;
    height: 59rem;
  }
}
.t_work .sec-wide .btn-div {
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .t_work .sec-wide .btn-div {
    margin-top: 70rem;
  }
}

.t_blog {
  background: url("../img/t_blog_bg.png") no-repeat center center;
  background-size: cover;
  background-position: top;
  padding: 100px 0;
}
@media screen and (max-width: 1900px) {
  .t_blog {
    padding: 100rem 0;
  }
}
.t_blog .sec-contain .ttl-div p {
  color: #BBE4F8;
}
.t_blog .sec-contain .ttl-div h2 {
  color: #353535;
}
.t_blog .sec-contain .blog-list {
  padding: 0 40px;
  margin-top: 80px;
}
@media screen and (max-width: 1900px) {
  .t_blog .sec-contain .blog-list {
    margin-top: 80rem;
    padding: 0 40rem;
  }
}
.t_blog .sec-contain .blog-list .blog-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
}
@media screen and (max-width: 1900px) {
  .t_blog .sec-contain .blog-list .blog-item {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  .t_blog .sec-contain .blog-list .blog-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50rem;
  }
}
.t_blog .sec-contain .blog-list .blog-item:first-child {
  padding-top: 0;
}
.t_blog .sec-contain .blog-list .blog-item:nth-child(even) {
  flex-direction: row-reverse;
}
.t_blog .sec-contain .blog-list .blog-item:nth-child(even) .img {
  margin-top: 0;
}
.t_blog .sec-contain .blog-list .blog-item:nth-child(even) .content {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .t_blog .sec-contain .blog-list .blog-item:nth-child(even) .content {
    margin-top: 50rem;
  }
}
.t_blog .sec-contain .blog-list .blog-item .img {
  width: 277px;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .t_blog .sec-contain .blog-list .blog-item .img {
    width: 277rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_blog .sec-contain .blog-list .blog-item .img {
    width: auto;
  }
}
.t_blog .sec-contain .blog-list .blog-item .content {
  width: calc(100% - 320px);
  color: #353535;
}
@media screen and (max-width: 1900px) {
  .t_blog .sec-contain .blog-list .blog-item .content {
    width: calc(100% - 320rem);
  }
}
@media screen and (max-width: 768px) {
  .t_blog .sec-contain .blog-list .blog-item .content {
    width: auto;
  }
}
.t_blog .sec-contain .blog-list .blog-item .content p.b-1 {
  margin: 20px 0;
  height: 3em;
}
@media screen and (max-width: 1900px) {
  .t_blog .sec-contain .blog-list .blog-item .content p.b-1 {
    margin: 20rem 0;
  }
}
.t_blog .sec-contain .blog-list .blog-item .content .tag-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .t_blog .sec-contain .blog-list .blog-item .content .tag-list {
    gap: 20rem;
    margin-top: 20rem;
  }
}
.t_blog .sec-contain .blog-list .blog-item .content .tag-list .tag {
  padding: 5px 15px;
  border-radius: 999px;
  background-color: #0062B2;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .t_blog .sec-contain .blog-list .blog-item .content .tag-list .tag {
    padding: 5rem 15rem;
    font-size: 14rem;
  }
}
.t_blog .sec-contain .blog-list .blog-item .content p.b-1 {
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .t_blog .sec-contain .blog-list .blog-item .content p.b-1 {
    margin-top: 20rem;
  }
}

.t_follow {
  background: linear-gradient(360deg, #BBE4F8 0%, #FDFDFD 50.48%, #BBE4F8 100%);
  padding: 100px 0;
}
@media screen and (max-width: 1900px) {
  .t_follow {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .t_follow {
    padding: 100rem 40rem;
  }
}
.t_follow .container .ttl-div p {
  color: #fff;
}
.t_follow .container .insta-feeds {
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
}
@media screen and (max-width: 1900px) {
  .t_follow .container .insta-feeds {
    margin-top: 80rem;
  }
}
.t_follow .container .insta-feeds .wrapper {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}
@media screen and (max-width: 1900px) {
  .t_follow .container .insta-feeds .wrapper {
    gap: 42rem;
  }
}
.t_follow .container .insta-feeds .wrapper .wrap {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: h_slide 25s infinite linear;
  gap: 47px;
}
@media screen and (max-width: 1900px) {
  .t_follow .container .insta-feeds .wrapper .wrap {
    gap: 47rem;
  }
}
.t_follow .container .insta-feeds .wrapper .wrap img {
  width: 485px;
}
@media screen and (max-width: 1900px) {
  .t_follow .container .insta-feeds .wrapper .wrap img {
    width: 485rem;
  }
}
@media screen and (max-width: 768px) {
  .t_follow .container .insta-feeds .wrapper .wrap img {
    width: 100%;
  }
}
.t_follow .container .btn-div {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .t_follow .container .btn-div {
    margin-top: 50rem;
  }
}

.t_cta {
  background: url("../img/t_cta_bg.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.t_cta.top {
  padding-top: 170px;
}
@media screen and (max-width: 1900px) {
  .t_cta.top {
    padding-top: 170rem;
  }
}
@media screen and (max-width: 768px) {
  .t_cta.top {
    padding-top: 170rem;
  }
}
@media screen and (max-width: 1900px) {
  .t_cta {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .t_cta {
    padding: 100rem 40rem;
  }
}
.t_cta .add {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
.t_cta .sec-contain .ttl-div p {
  color: #BBE4F8;
}
.t_cta .sec-contain .cta-body {
  width: 840px;
  margin: auto;
  margin-top: 30px;
  background-color: #E9F6FF;
  padding: 30px 60px;
}
@media screen and (max-width: 1900px) {
  .t_cta .sec-contain .cta-body {
    width: 840rem;
    margin-top: 30rem;
    padding: 30rem 60rem;
  }
}
@media screen and (max-width: 768px) {
  .t_cta .sec-contain .cta-body {
    width: 100%;
    padding: 30rem 40rem;
  }
}
.t_cta .sec-contain .cta-body .contact-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 1900px) {
  .t_cta .sec-contain .cta-body .contact-div {
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .t_cta .sec-contain .cta-body .contact-div {
    grid-template-columns: 1fr;
    gap: 50rem;
  }
}
.t_cta .sec-contain .cta-body .contact-div p {
  text-align: center;
}
.t_cta .sec-contain .cta-body .appt-div {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .t_cta .sec-contain .cta-body .appt-div {
    margin-top: 30rem;
  }
}
.t_cta .sec-contain .cta-body .appt-div p {
  text-align: center;
}
.t_cta .sec-contain .cta-body .link {
  margin-top: 15px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 1900px) {
  .t_cta .sec-contain .cta-body .link {
    padding: 25rem;
    border-radius: 10rem;
    margin-top: 15rem;
    gap: 20rem;
  }
}
.t_cta .sec-contain .cta-body .link.white {
  background-color: #fff;
  border: 1px solid #0062B2;
  color: #0062B2;
}
.t_cta .sec-contain .cta-body .link.white:hover {
  background-color: #F89F06;
  border: 1px solid #F89F06;
}
.t_cta .sec-contain .cta-body .link.blue {
  background-color: #0062B2;
  border: 1px solid #0062B2;
  color: #fff;
}
.t_cta .sec-contain .cta-body .link.blue:hover {
  background-color: #F89F06;
  border: 1px solid #F89F06;
}
.t_cta .sec-contain .cta-body .link.yellow {
  background-color: #F89F06;
  border: 1px solid #F89F06;
  color: #fff;
}
.t_cta .sec-contain .cta-body .link.yellow:hover {
  background-color: #0062B2;
  border: 1px solid #0062B2;
}
.t_cta .sec-contain .cta-body .link .icon {
  width: 36px;
}
@media screen and (max-width: 1900px) {
  .t_cta .sec-contain .cta-body .link .icon {
    width: 36rem;
  }
}
.t_cta .sec-contain .cta-body .link span.jp-sans {
  line-height: 1;
}

.slick-slide {
  margin: 0 30px;
}
@media screen and (max-width: 1900px) {
  .slick-slide {
    margin: 0 30rem;
  }
}
@media screen and (max-width: 768px) {
  .slick-slide {
    margin: 0;
  }
}

.slick-list {
  margin: 0 -30px;
}
@media screen and (max-width: 1900px) {
  .slick-list {
    margin: 0 -30rem;
  }
}
@media screen and (max-width: 768px) {
  .slick-list {
    margin: 0;
  }
}

.slick-prev {
  z-index: 5;
  left: -5%;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: -10%;
  }
}

.slick-next {
  z-index: 5;
  right: -5%;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: -10%;
  }
}

.t_flow {
  padding: 0;
  background-color: #0062B2;
}
.t_flow .container {
  padding: 150px 0;
  color: #FFD66D;
}
@media screen and (max-width: 1900px) {
  .t_flow .container {
    padding: 150rem 0;
  }
}
.t_flow .container .addition {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.t_flow .container .addition img {
  position: absolute;
}
.t_flow .container .addition img:first-child {
  width: 395px;
  top: 590px;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .t_flow .container .addition img:first-child {
    width: 395rem;
    top: 590rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .container .addition img:first-child {
    width: 200rem;
    top: 0;
  }
}
.t_flow .container .addition img:last-child {
  width: 280px;
  top: 380px;
  right: 0;
}
@media screen and (max-width: 1900px) {
  .t_flow .container .addition img:last-child {
    width: 280rem;
    top: 380rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .container .addition img:last-child {
    width: 200rem;
    top: unset;
    bottom: 0;
  }
}
.t_flow .container .f-256 {
  position: absolute;
  top: 30px;
  right: -50px;
  color: #023059;
  opacity: 0.15;
}
@media screen and (max-width: 1900px) {
  .t_flow .container .f-256 {
    top: 30rem;
    right: -50rem;
  }
}
.t_flow .container .sec-contain {
  padding: 0 50px;
}
@media screen and (max-width: 1900px) {
  .t_flow .container .sec-contain {
    padding: 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .container .sec-contain {
    padding: 0 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .container .sec-contain .t-ttl {
    text-align: right;
  }
}
.t_flow .container .sec-contain .btn-div {
  position: absolute;
  bottom: 0;
  right: 50px;
}
@media screen and (max-width: 1900px) {
  .t_flow .container .sec-contain .btn-div {
    right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .container .sec-contain .btn-div {
    bottom: unset;
    right: unset;
    position: relative;
  }
}

.mega-link {
  padding: 100px 0;
}
@media screen and (max-width: 1900px) {
  .mega-link {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .mega-link {
    padding: 80rem 40rem;
  }
}
.mega-link .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .mega-link .container {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .mega-link .container {
    grid-template-columns: 1fr;
    gap: 40rem;
  }
}
.mega-link .container .link-item {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 4px 4px 0 rgba(90, 90, 90, 0.6901960784);
}
@media screen and (max-width: 1900px) {
  .mega-link .container .link-item {
    border-radius: 30rem;
  }
}
.mega-link .container .link-item:hover .text {
  background-color: #FFD66D;
}
.mega-link .container .link-item:hover .text p {
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.mega-link .container .link-item .text {
  width: 50%;
  height: 100%;
  position: absolute;
  background-color: #0062B2;
  padding: 20px;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.mega-link .container .link-item .text .f-sm {
  width: 100%;
  height: 95px;
  color: #FFD66D;
  text-align: center;
  border-top: 2px solid #FFD66D;
  border-bottom: 2px solid #FFD66D;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1900px) {
  .mega-link .container .link-item .text .f-sm {
    height: 95rem;
  }
}
@media screen and (max-width: 768px) {
  .mega-link .container .link-item .text .f-sm {
    height: 150rem;
  }
}

.area {
  padding: 0;
  margin-bottom: 250px;
}
@media screen and (max-width: 1900px) {
  .area {
    margin-bottom: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .area {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .area .container {
    padding: 0 40rem;
    padding-bottom: 80rem;
    background-color: #0062B2;
  }
}
.area .container .f-256 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  writing-mode: vertical-lr;
  color: #0062B2;
}
@media screen and (max-width: 768px) {
  .area .container .f-256 {
    display: none;
  }
}
.area .container .addition {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .area .container .addition {
    display: none;
  }
}
.area .container .addition img {
  position: absolute;
  width: 450px;
  top: 200px;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .area .container .addition img {
    width: 450rem;
    top: 200rem;
  }
}
.area .container::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 1300px;
  height: 570px;
  background-color: #0062B2;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 1900px) {
  .area .container::after {
    width: 1300rem;
    height: 570rem;
    border-top-right-radius: 30rem;
    border-bottom-right-radius: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .area .container::after {
    display: none;
  }
}
.area .container .map {
  width: 663px;
  position: absolute;
  z-index: 5;
  top: 100px;
  right: 400px;
}
@media screen and (max-width: 1900px) {
  .area .container .map {
    width: 663rem;
    top: 100rem;
    right: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .area .container .map {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    margin-top: 70rem;
  }
}
.area .container .sec-contain {
  padding-bottom: 200px;
}
@media screen and (max-width: 1900px) {
  .area .container .sec-contain {
    padding-bottom: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .area .container .sec-contain {
    padding-bottom: 0;
  }
}
.area .container .sec-contain h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 40px 50px;
  background-color: #fff;
  color: #FFD66D;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 1900px) {
  .area .container .sec-contain h2 {
    padding: 40rem 50rem;
    border-bottom-left-radius: 30rem;
    border-bottom-right-radius: 30rem;
  }
}
.area .container .sec-contain .text {
  margin-top: 70px;
  margin-left: 95px;
}
@media screen and (max-width: 1900px) {
  .area .container .sec-contain .text {
    margin-top: 70rem;
    margin-left: 95rem;
  }
}
@media screen and (max-width: 768px) {
  .area .container .sec-contain .text {
    margin-left: 0;
  }
}
.area .container .sec-contain .text p {
  line-height: 2;
  width: 650px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .area .container .sec-contain .text p {
    width: 650rem;
  }
}
.area .container .sec-contain .text p span.amp {
  background-color: #E94747;
  border-radius: 10px;
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .area .container .sec-contain .text p span.amp {
    padding: 5rem 10rem;
    border-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .area .container .sec-contain .text p span.amp {
    font-size: 40rem;
  }
}

@media screen and (max-width: 768px) {
  .cta .container {
    padding: 0 40rem;
  }
}
.cta .container .addition {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10px;
  width: 250px;
}
@media screen and (max-width: 1900px) {
  .cta .container .addition {
    width: 250rem;
    right: -10rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .container .addition {
    width: 300rem;
    top: -50rem;
    right: -50rem;
  }
}
.cta .container .sec-contain {
  padding: 70px 80px;
  border-radius: 30px;
  background-color: #E94747;
}
@media screen and (max-width: 1900px) {
  .cta .container .sec-contain {
    padding: 70rem 80rem;
    border-radius: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .container .sec-contain {
    padding: 80rem 40rem;
  }
}
.cta .container .sec-contain .cta-sub {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 70px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #FFD66D;
}
@media screen and (max-width: 1900px) {
  .cta .container .sec-contain .cta-sub {
    padding: 20rem 70rem;
    border-bottom-left-radius: 20rem;
    border-bottom-right-radius: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .container .sec-contain .cta-sub {
    padding: 20rem 40rem;
    white-space: nowrap;
  }
}
.cta .container .sec-contain h3 {
  text-align: center;
  margin-top: 50px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .cta .container .sec-contain h3 {
    margin-top: 50rem;
  }
}
.cta .container .sec-contain .tel-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .cta .container .sec-contain .tel-div {
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .container .sec-contain .tel-div {
    flex-direction: column;
    gap: 20rem;
    margin-top: 50rem;
  }
}
.cta .container .sec-contain .tel-div .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cta .container .sec-contain .tel-div .phone svg {
  width: 58px;
  height: 58px;
}
@media screen and (max-width: 1900px) {
  .cta .container .sec-contain .tel-div .phone svg {
    width: 58rem;
    height: 58rem;
  }
}
.cta .container .sec-contain .tel-div .phone span {
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 1900px) {
  .cta .container .sec-contain .tel-div .phone span {
    margin-bottom: 10rem;
  }
}
.cta .container .sec-contain .tel-div .phone:hover svg path {
  fill: #FFD66D;
}
.cta .container .sec-contain .tel-div .phone:hover span {
  color: #FFD66D;
}
.cta .container .sec-contain .btn-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .cta .container .sec-contain .btn-div {
    gap: 50rem;
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .container .sec-contain .btn-div {
    grid-template-columns: 1fr;
    gap: 30rem;
  }
}
.cta .container .sec-contain .btn-div .link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 13px 30px;
  position: relative;
  gap: 20px;
  box-shadow: 4px 4px 0 rgba(90, 90, 90, 0.6901960784);
}
@media screen and (max-width: 1900px) {
  .cta .container .sec-contain .btn-div .link {
    padding: 13rem 30rem;
    gap: 20rem;
  }
}
.cta .container .sec-contain .btn-div .link .icon {
  width: 65px;
}
@media screen and (max-width: 1900px) {
  .cta .container .sec-contain .btn-div .link .icon {
    width: 65rem;
  }
}
.cta .container .sec-contain .btn-div .link .arw {
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1900px) {
  .cta .container .sec-contain .btn-div .link .arw {
    width: 9rem;
    height: 16rem;
    right: 25rem;
  }
}
.cta .container .sec-contain .btn-div .link .arw svg {
  width: 100%;
  height: 100%;
}
.cta .container .sec-contain .btn-div .link:hover {
  background-color: #0062B2;
  box-shadow: none;
}

.access {
  padding: 0;
}
.access .container .addition {
  position: absolute;
  z-index: -1;
  width: 430px;
  left: -150px;
  top: -139px;
}
@media screen and (max-width: 1900px) {
  .access .container .addition {
    width: 430rem;
    left: -150rem;
    top: -139rem;
  }
}
@media screen and (max-width: 768px) {
  .access .container .addition {
    top: 250rem;
    left: unset;
    right: -40rem;
  }
}
.access .container .f-256 {
  position: absolute;
  top: 0;
  right: 0;
  color: #0062B2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .access .container .f-256 {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    top: unset;
    right: unset;
  }
}
@media screen and (max-width: 768px) {
  .access .container .sec-contain {
    padding: 0 40rem;
  }
}
@media screen and (max-width: 768px) {
  .access .container .sec-contain h2 {
    text-align: center;
  }
}
.access .container .sec-contain p {
  margin-top: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1900px) {
  .access .container .sec-contain p {
    margin-top: 20rem;
    padding-bottom: 40rem;
  }
}
.access .container .gmap {
  width: 100%;
  height: 466px;
}
@media screen and (max-width: 1900px) {
  .access .container .gmap {
    height: 466rem;
  }
}
.access .container .gmap iframe {
  width: 100%;
  height: 100%;
}

.fade-in,
.fade-in-up,
.fade-in-down,
.fade-in-left,
.fade-in-right {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.fade-in {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.fade-in-up {
  transform: translateY(50px);
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-down {
  transform: translateY(-50px);
  animation-name: fadeInDown;
}

@keyframes fadeInDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-left {
  transform: translateX(50px);
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-right {
  transform: translateX(-50px);
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadein {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.fadein.visible {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(70px);
}
.fadeup.visible {
  opacity: 1;
  transform: translateY(0);
}

.fadedown {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(-70px);
}
.fadedown.visible {
  opacity: 1;
  transform: translateY(0);
}

.fadeleft {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-100px);
}
.fadeleft.visible {
  opacity: 1;
  transform: translateX(0);
}

.faderight {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(100px);
}
.faderight.visible {
  opacity: 1;
  transform: translateX(0);
}/*# sourceMappingURL=top.css.map */