html,
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
}
@media screen and (max-width: 1920px) {
  html,
  body {
    font-size: 0.0520833333vw;
    letter-spacing: 1rem;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.1333333333vw;
  }
}

* {
  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: 1.5;
}

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-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-optical-sizing: auto;
}

.en {
  font-family: "Bahn", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

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

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

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

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

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

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

h4,
.f-lg {
  font-size: 36px;
}
@media screen and (max-width: 1920px) {
  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: 1920px) {
  h5,
  .f-md {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  h5,
  .f-md {
    font-size: 28rem;
  }
}

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

.f-sm,
.f-md {
  line-height: 2;
}

.f-250 {
  font-size: 250px;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .f-250 {
    font-size: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .f-250 {
    font-size: 120rem;
  }
}

.f-200 {
  font-size: 200px;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .f-200 {
    font-size: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .f-200 {
    font-size: 96rem;
  }
}

.f-150 {
  font-size: 150px;
  line-height: 1.2;
}
@media screen and (max-width: 1920px) {
  .f-150 {
    font-size: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .f-150 {
    font-size: 80rem;
  }
}

.f-128 {
  font-size: 128px;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .f-128 {
    font-size: 128rem;
  }
}
@media screen and (max-width: 768px) {
  .f-128 {
    font-size: 80rem;
  }
}

.f-96 {
  font-size: 96px;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .f-96 {
    font-size: 96rem;
  }
}
@media screen and (max-width: 768px) {
  .f-96 {
    font-size: 80rem;
  }
}

.f-80 {
  font-size: 80px;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .f-80 {
    font-size: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .f-80 {
    font-size: 64rem;
  }
}

.f-20 {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 1920px) {
  .f-20 {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .f-20 {
    font-size: 24rem;
  }
}

.f-16 {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1920px) {
  .f-16 {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .f-16 {
    font-size: 20rem;
    line-height: 2;
  }
}

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

.c-main {
  color: #3CA4EB;
}

.c-sub {
  color: #F5ED1A;
}

main {
  max-width: 1920px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  main {
    max-width: 100%;
  }
}

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

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

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

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
header.is_scroll {
  border-bottom: 1px solid #f6f6f6;
}
header .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}
@media screen and (max-width: 1920px) {
  header .container {
    padding: 20rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  header .container {
    padding: 20rem 40rem;
  }
}
header .container .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .container .logo img {
  width: 80px;
  display: inline-block;
}
@media screen and (max-width: 1920px) {
  header .container .logo img {
    width: 80rem;
  }
}
@media screen and (max-width: 768px) {
  header .container .logo img {
    width: 100rem;
  }
}
header .container .logo span {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 1920px) {
  header .container .logo span {
    margin-left: 20rem;
  }
}
header .container .logo:hover {
  opacity: 0.8;
}
header .container .page-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  header .container .page-links {
    display: none;
  }
}
header .container .page-links li .link {
  padding: 10px 12px;
  cursor: pointer;
  position: relative;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 1920px) {
  header .container .page-links li .link {
    padding: 10rem 12rem;
  }
}
header .container .page-links li .link::after {
  content: "";
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #3CA4EB;
}
header .container .page-links li .link:hover, header .container .page-links li .link:active {
  color: #3CA4EB;
}
header .container .page-links li .link:hover::after, header .container .page-links li .link:active::after {
  width: 100%;
}
header .container .page-links li .link-contact {
  padding: 10px 57px;
  background: linear-gradient(257.03deg, #65D7FF 9.61%, #008AD2 50.58%, #204483 77.04%);
  border-radius: 999px;
  margin-left: 13px;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 1920px) {
  header .container .page-links li .link-contact {
    padding: 10rem 57rem;
    margin-left: 13rem;
  }
}
header .container .page-links li .link-contact:hover {
  background: #fff;
  border: 1px solid #3CA4EB;
  color: #3CA4EB;
}
header .container .fixed_btn {
  position: fixed;
  z-index: 1001;
  top: 122px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  header .container .fixed_btn {
    top: 122em;
  }
}
@media screen and (max-width: 768px) {
  header .container .fixed_btn {
    top: 140rem;
  }
}
header .container .fixed_btn .f_btn {
  width: 138px;
  height: 138px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1920px) {
  header .container .fixed_btn .f_btn {
    width: 138rem;
    height: 138rem;
    gap: 13rem;
  }
}
header .container .fixed_btn .f_btn:hover {
  transform: translateX(15px);
}
header .container .fixed_btn .f_btn .icon {
  width: 76px;
}
@media screen and (max-width: 1920px) {
  header .container .fixed_btn .f_btn .icon {
    width: 76rem;
  }
}
header .container .fixed_btn .f_btn span.jp-noto {
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  header .container .fixed_btn .f_btn span.jp-noto {
    font-size: 12rem;
  }
}
header .container .fixed_btn .f_btn.btn-mail {
  background: linear-gradient(257.03deg, #65D7FF 9.61%, #008AD2 50.58%, #204483 77.04%);
}
header .container .fixed_btn .f_btn.btn-line {
  background: #06C755;
}
header .container .hamburger {
  display: none;
  position: relative;
  z-index: 15;
  width: 60rem;
  height: 60rem;
  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: #000;
}
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;
}
header .container .sp-menu.is_open {
  display: flex;
}
header .container .sp-menu li {
  width: 100%;
}
header .container .sp-menu li .link {
  padding: 30rem;
  position: relative;
  display: block;
  text-align: center;
}
header .container .sp-menu li .link:hover, header .container .sp-menu li .link:active {
  color: #3CA4EB;
  background-color: #f6f6f6;
}

footer {
  background: linear-gradient(257.03deg, #65D7FF 9.61%, #008AD2 50.58%, #204483 77.04%);
  position: relative;
  z-index: 50;
}
footer .container {
  padding-top: 180px;
}
@media screen and (max-width: 1920px) {
  footer .container {
    padding-top: 180rem;
  }
}
footer .container .sec-contain .footer-main {
  padding-top: 80px;
  position: relative;
  max-width: 1100px;
  margin: auto;
  border-top: 5px solid #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  footer .container .sec-contain .footer-main {
    padding-top: 80rem;
    max-width: 1100rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .sec-contain .footer-main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100rem;
    padding: 80rem 40rem 40rem;
  }
}
footer .container .sec-contain .footer-main h2 {
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  footer .container .sec-contain .footer-main h2 {
    text-align: center;
  }
}
footer .container .sec-contain .footer-main .right {
  width: 400px;
}
@media screen and (max-width: 1920px) {
  footer .container .sec-contain .footer-main .right {
    width: 400rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .sec-contain .footer-main .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer .container .sec-contain .footer-main .right .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .container .sec-contain .footer-main .right .logo img {
  width: 70px;
  display: inline-block;
}
@media screen and (max-width: 1920px) {
  footer .container .sec-contain .footer-main .right .logo img {
    width: 70rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .sec-contain .footer-main .right .logo img {
    width: 90rem;
  }
}
footer .container .sec-contain .footer-main .right .logo span {
  white-space: nowrap;
  display: inline-block;
  margin-left: 20px;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  footer .container .sec-contain .footer-main .right .logo span {
    margin-left: 20rem;
  }
}
footer .container .sec-contain .footer-main .right .logo:hover {
  opacity: 0.8;
}
footer .container .sec-contain .footer-main .right .social-link {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1920px) {
  footer .container .sec-contain .footer-main .right .social-link {
    margin-top: 30rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .sec-contain .footer-main .right .social-link {
    margin-top: 50rem;
  }
}
footer .container .sec-contain .footer-main .right .social-link .link {
  width: 42px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1920px) {
  footer .container .sec-contain .footer-main .right .social-link .link {
    width: 42rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .sec-contain .footer-main .right .social-link .link {
    width: 100rem;
  }
}
footer .container .sec-contain .footer-main .right .social-link .link:hover {
  opacity: 0.7;
}
footer .container .sec-contain .footer-main .right .page_links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 25px;
}
@media screen and (max-width: 1920px) {
  footer .container .sec-contain .footer-main .right .page_links {
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .sec-contain .footer-main .right .page_links {
    margin-top: 50rem;
  }
}
footer .container .sec-contain .footer-main .right .page_links .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .container .sec-contain .footer-main .right .page_links .row .link {
  padding: 6px 0;
  color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1920px) {
  footer .container .sec-contain .footer-main .right .page_links .row .link {
    padding: 6rem 0;
  }
}
footer .container .sec-contain .footer-main .right .page_links .row .link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #F5ED1A;
  transition: all 0.3s ease-in-out;
}
footer .container .sec-contain .footer-main .right .page_links .row .link:hover {
  color: #F5ED1A;
}
footer .container .sec-contain .footer-main .right .page_links .row .link:hover::after {
  width: 100%;
}
footer .container .sec-contain .copyright {
  width: 100%;
  margin-top: 100px;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  footer .container .sec-contain .copyright {
    margin-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .sec-contain .copyright {
    margin-top: 50rem;
    text-align: left;
    padding: 0 40rem;
  }
}
footer .container .page-top {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 280px;
  right: 250px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  footer .container .page-top {
    bottom: 280rem;
    right: 250rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .page-top {
    bottom: 150rem;
    right: 50rem;
  }
}
footer .container .page-top:hover span {
  color: #F5ED1A;
}
footer .container .page-top:hover svg rect {
  fill: #F5ED1A;
}
footer .container .page-top:hover svg path {
  fill: #fff;
}
footer .container .page-top span {
  transition: all 0.3s ease-in-out;
  color: #fff;
}
footer .container .page-top svg {
  width: 65px;
  height: 64px;
  margin-left: 20px;
}
@media screen and (max-width: 1920px) {
  footer .container .page-top svg {
    width: 65rem;
    height: 64rem;
    margin-left: 20rem;
  }
}
footer .container .h_slider {
  width: 100%;
  overflow: hidden;
}
footer .container .h_slider .wrapper {
  margin-bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1920px) {
  footer .container .h_slider .wrapper {
    margin-bottom: -20rem;
  }
}
footer .container .h_slider .wrapper p {
  color: #fff;
  padding: 0 150px;
  animation: h_slide 50s infinite linear;
  font-size: 285px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1920px) {
  footer .container .h_slider .wrapper p {
    padding: 0 150rem;
    font-size: 285rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .h_slider .wrapper p {
    font-size: 180rem;
  }
}

@keyframes h_slide {
  100% {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=common.css.map */