html,
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 1900px) {
  html,
  body {
    font-size: 0.0520833333vw;
  }
}
@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%;
}

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

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

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

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

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

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

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

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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: 54rem;
    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: 44rem;
  }
}

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: 40rem;
  }
}

.f-36 {
  font-size: 36px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .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: 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;
}
@media screen and (max-width: 1900px) {
  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: 1900px) {
  .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: 1900px) {
  .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: 1900px) {
  .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: 1900px) {
  .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: 1900px) {
  .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: 1900px) {
  .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: 1900px) {
  .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: 1900px) {
  .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: 1900px) {
  .desc {
    margin-top: 50rem;
  }
}

.c-main {
  color: #003A27;
}

.c-sub {
  color: #C4D700;
}

.c-black {
  color: #161616;
}

.c-35 {
  color: #353535;
}

main {
  max-width: 1920px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  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: 1900px) {
  .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: 1900px) {
  .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;
  transition: all 0.3s ease-in-out;
}
header .container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header .container {
    background-color: #fff;
    border-bottom: 1px solid #003A27;
    padding: 20rem;
    align-items: center;
  }
}
header .container .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  header .container .bg {
    display: none;
  }
}
header .container .logo {
  width: 107px;
  margin-left: 14px;
  margin-top: 7px;
}
@media screen and (max-width: 1900px) {
  header .container .logo {
    width: 107rem;
    margin-left: 14rem;
    margin-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  header .container .logo {
    width: 130rem;
    margin: 0;
  }
}
header .container .logo:hover {
  opacity: 0.8;
}
header .container .right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  header .container .right {
    gap: 40rem;
  }
}
header .container .right .page-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 40px;
  margin-right: 105px;
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  header .container .right .page-links {
    gap: 40rem;
    margin-top: 30rem;
    margin-right: 105rem;
  }
}
@media screen and (max-width: 768px) {
  header .container .right .page-links {
    display: none;
  }
}
header .container .right .page-links li .link {
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  line-height: 1;
  color: #161616;
}
@media screen and (max-width: 1900px) {
  header .container .right .page-links li .link {
    padding: 10rem 0;
  }
}
header .container .right .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: #C4D700;
}
header .container .right .page-links li .link:hover::after, header .container .right .page-links li .link:active::after {
  width: 100%;
}
header .container .right .hamburger {
  display: none;
  position: relative;
  z-index: 15;
  width: 60rem;
  height: 60rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .container .right .hamburger {
    display: block;
  }
}
header .container .right .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: #003A27;
}
header .container .right .hamburger span.bar1 {
  transform: translateY(-22rem);
}
header .container .right .hamburger span.bar3 {
  transform: translateY(22rem);
}
header .container .right .hamburger.is_open .bar1 {
  transform: translateY(0) rotate(405deg);
}
header .container .right .hamburger.is_open .bar3 {
  transform: translateY(0) rotate(495deg);
}
header .container .right .hamburger.is_open .bar2 {
  display: none;
}
header .container .right .phone-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-right: 45px;
}
@media screen and (max-width: 1900px) {
  header .container .right .phone-div {
    margin-top: 10rem;
    margin-right: 45rem;
  }
}
@media screen and (max-width: 768px) {
  header .container .right .phone-div {
    display: none;
  }
}
header .container .right .phone-div .tip {
  color: #161616;
}
header .container .right .phone-div .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1900px) {
  header .container .right .phone-div .phone {
    gap: 10rem;
  }
}
header .container .right .phone-div .phone:hover svg path {
  fill: #C4D700;
}
header .container .right .phone-div .phone:hover span {
  color: #C4D700;
}
header .container .right .phone-div .phone svg {
  width: 27px;
  height: 27px;
}
@media screen and (max-width: 1900px) {
  header .container .right .phone-div .phone svg {
    width: 27rem;
    height: 27rem;
  }
}
header .container .right .phone-div .phone span {
  color: #003A27;
  transition: all 0.3s ease-in-out;
  margin-bottom: 7px;
}
@media screen and (max-width: 1900px) {
  header .container .right .phone-div .phone span {
    margin-bottom: 7rem;
  }
}
header .container .right .phone-div .work-time {
  padding: 5px 27px;
  border-radius: 10px;
  background-color: #C4D700;
}
@media screen and (max-width: 1900px) {
  header .container .right .phone-div .work-time {
    padding: 5rem 27rem;
    border-radius: 10rem;
  }
}
header .container .right .mail {
  background-color: #003A27;
  color: #fff;
  width: 170px;
  height: 127px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .container .right .mail:hover {
  background-color: #C4D700;
}
@media screen and (max-width: 1900px) {
  header .container .right .mail {
    width: 170rem;
    height: 127rem;
  }
}
@media screen and (max-width: 768px) {
  header .container .right .mail {
    display: none;
  }
}
header .container .right .mail .arc {
  width: 111px;
}
@media screen and (max-width: 1900px) {
  header .container .right .mail .arc {
    width: 111rem;
  }
}
header .container .right .mail .icon {
  width: 36px;
}
@media screen and (max-width: 1900px) {
  header .container .right .mail .icon {
    width: 36rem;
  }
}
header .container .right .mail .f-md {
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 1900px) {
  header .container .right .mail .f-md {
    margin-top: 10rem;
  }
}
header .container .right .phone-sp,
header .container .right .mail-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  header .container .right .phone-sp,
  header .container .right .mail-sp {
    display: block;
    width: 70rem;
    height: 70rem;
    border-radius: 999px;
    border: 1px solid #003A27;
    padding: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header .container .right .phone-sp:hover,
header .container .right .mail-sp:hover {
  background-color: #C4D700;
  border: 1px solid #C4D700;
}
header .container .right .mail-sp {
  background-color: #003A27;
}
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: #003A27;
  background-color: #f6f6f6;
}

footer {
  background: url("../img/footer_bg.png") no-repeat center center;
  background-size: 100% 100%;
  background-position: top;
  position: relative;
  z-index: 50;
  margin-top: -305px;
}
@media screen and (max-width: 1900px) {
  footer {
    margin-top: -305rem;
  }
}
footer .container {
  padding-top: 84px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1900px) {
  footer .container {
    padding-top: 84rem;
    padding-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container {
    padding: 80rem 40rem 40rem;
  }
}
footer .container .sec-contain .footer-logo {
  width: 184px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  footer .container .sec-contain .footer-logo {
    width: 185rem;
  }
}
footer .container .sec-contain p.f-20 {
  text-align: center;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  footer .container .sec-contain p.f-20 {
    margin-top: 30rem;
  }
}
footer .container .sec-contain .footer-main {
  margin-top: 80px;
  position: relative;
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  footer .container .sec-contain .footer-main {
    margin-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: 50rem;
    margin-top: 50rem;
  }
}
footer .container .sec-contain .footer-main .left {
  width: 593px;
  border-right: 1px solid transparent;
  -o-border-image: url("../img/line_bg.svg") 1 stretch;
     border-image: url("../img/line_bg.svg") 1 stretch;
}
@media screen and (max-width: 1900px) {
  footer .container .sec-contain .footer-main .left {
    width: 593rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .sec-contain .footer-main .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
  }
}
footer .container .sec-contain .footer-main .left p {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .container .sec-contain .footer-main .left p {
    display: block;
  }
}
footer .container .sec-contain .footer-main .left .map {
  display: flex;
  margin-left: 20px;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1900px) {
  footer .container .sec-contain .footer-main .left .map {
    margin-left: 20rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .sec-contain .footer-main .left .map {
    justify-content: center;
  }
}
footer .container .sec-contain .footer-main .left .map svg {
  width: 12px;
  height: 17px;
}
@media screen and (max-width: 1900px) {
  footer .container .sec-contain .footer-main .left .map svg {
    width: 12rem;
    height: 17rem;
  }
}
footer .container .sec-contain .footer-main .left .map .lbl {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
footer .container .sec-contain .footer-main .left .map:hover .lbl {
  color: #C4D700;
}
footer .container .sec-contain .footer-main .left .map:hover svg path[fill="#161616"] {
  fill: #C4D700;
}
footer .container .sec-contain .footer-main .right .page_links {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  footer .container .sec-contain .footer-main .right .page_links {
    margin-left: 0;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .sec-contain .footer-main .right .page_links {
    margin-top: 0;
    gap: 15rem;
  }
}
footer .container .sec-contain .footer-main .right .page_links li .link {
  padding: 6px 0;
  color: #161616;
  position: relative;
  transition: all 0.3s ease-in-out;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  footer .container .sec-contain .footer-main .right .page_links li .link {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 768px) {
  footer .container .sec-contain .footer-main .right .page_links li .link {
    text-align: center;
  }
}
footer .container .sec-contain .footer-main .right .page_links li .link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #C4D700;
  transition: all 0.3s ease-in-out;
}
footer .container .sec-contain .footer-main .right .page_links li .link:hover {
  color: #C4D700;
}
footer .container .sec-contain .footer-main .right .page_links li .link:hover::after {
  width: 100%;
}
footer .container .sec-contain .copyright {
  width: 100%;
  margin-top: 100px;
  color: #161616;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  footer .container .sec-contain .copyright {
    margin-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .sec-contain .copyright {
    margin-top: 150rem;
  }
}
footer .container .page-top {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 50;
  bottom: 50px;
  right: 86px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 33px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  background: url("../img/page_top-bg.svg") no-repeat center center;
  background-size: 100% 100%;
  background-position: center;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 1900px) {
  footer .container .page-top {
    bottom: 50rem;
    right: 86rem;
    border-radius: 10rem;
    padding: 13rem 33rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .page-top {
    bottom: 100rem;
    right: 50rem;
  }
}
footer .container .page-top:hover {
  background: url("../img/page_top-bg-hover.svg") no-repeat center center;
  background-size: 100% 100%;
  background-position: center;
}
footer .container .page-top span {
  color: #003A27;
}
footer .container .page-top svg {
  width: 26px;
  height: 33px;
  margin-left: 20px;
}
@media screen and (max-width: 1900px) {
  footer .container .page-top svg {
    width: 26rem;
    height: 33rem;
    margin-left: 20rem;
  }
}

.cta {
  background: url("../img/cta_bg.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  padding-top: 95px;
  padding-bottom: 400px;
}
@media screen and (max-width: 1900px) {
  .cta {
    padding-top: 95rem;
    padding-bottom: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 100rem 40rem 410rem;
    background: url("../img/cta_bg-sp.png") no-repeat center center;
    background-size: cover;
    background-position: center;
  }
}
.cta .sec-contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px 135px 50px;
  background: url("../img/cta_body-bg.png") no-repeat center center;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 1900px) {
  .cta .sec-contain {
    padding: 35rem 135rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .sec-contain {
    background: url("../img/cta_body-bg-sp.svg") no-repeat center center;
    background-size: cover;
    background-position: center;
    padding: 35rem 40rem 50rem;
  }
}
.cta .sec-contain .cta-header img:first-child {
  width: 78px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .cta .sec-contain .cta-header img:first-child {
    width: 78rem;
  }
}
.cta .sec-contain .cta-header img:last-child {
  width: 36px;
  margin: auto;
  margin-top: 10px;
}
@media screen and (max-width: 1900px) {
  .cta .sec-contain .cta-header img:last-child {
    width: 36rem;
    margin-top: 10rem;
  }
}
.cta .sec-contain .link-div {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .cta .sec-contain .link-div {
    gap: 58rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .sec-contain .link-div {
    grid-template-columns: 1fr;
  }
}
.cta .sec-contain .link-div .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  width: 100%;
  height: 168px;
  background: url("../img/cta-link-bg.svg") no-repeat center center;
  background-size: 100% 100%;
  background-position: center;
}
@media screen and (max-width: 1900px) {
  .cta .sec-contain .link-div .link {
    height: 168rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .sec-contain .link-div .link {
    width: 100%;
    height: 260rem;
  }
}
.cta .sec-contain .link-div .link .phone {
  width: 324px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 1900px) {
  .cta .sec-contain .link-div .link .phone {
    width: 324rem;
    height: 60rem;
    gap: 10rem;
    border-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .sec-contain .link-div .link .phone {
    width: 440rem;
    height: 85rem;
    border-radius: 15rem;
  }
}
.cta .sec-contain .link-div .link .phone svg {
  width: 36px;
  height: 30px;
}
@media screen and (max-width: 1900px) {
  .cta .sec-contain .link-div .link .phone svg {
    width: 36rem;
    height: 30rem;
  }
}
.cta .sec-contain .link-div .link .phone span {
  color: #003A27;
  font-weight: 900;
}
.cta .sec-contain .link-div .link.phone-div .phone {
  background-color: #fff;
  border: 1px solid #003A27;
}
.cta .sec-contain .link-div .link.phone-div .phone:hover {
  background-color: #E2EFBC;
}
.cta .sec-contain .link-div .link.mail-div .phone {
  background-color: #003A27;
  border: 1px solid #003A27;
}
.cta .sec-contain .link-div .link.mail-div .phone .f-32 {
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .cta .sec-contain .link-div .link.mail-div .phone .f-32 {
    font-size: 32rem;
  }
}
.cta .sec-contain .link-div .link.mail-div .phone:hover {
  background-color: #F1F6E3;
}
.cta .sec-contain .link-div .link.mail-div .phone:hover .f-32 {
  color: #003A27;
}
.cta .sec-contain .link-div .link.mail-div .phone:hover svg path {
  fill: #003A27;
}

.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);
}

.fixed_btn {
  position: fixed;
  z-index: 1000;
  bottom: 50px;
  right: 25px;
  background-color: #C4D700;
  border: 2px solid #C4D700;
  padding: 20px 0;
  border-radius: 10px;
  width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  .fixed_btn {
    bottom: 50rem;
    right: 25rem;
    padding: 20rem 0;
    border-radius: 10rem;
    width: 420rem;
  }
}
.fixed_btn:hover {
  background-color: #003A27;
}
.fixed_btn:hover p {
  color: #fff;
}
.fixed_btn svg {
  width: 29px;
  height: 11px;
  margin: auto;
  margin-bottom: 3px;
}
@media screen and (max-width: 1900px) {
  .fixed_btn svg {
    width: 29rem;
    height: 11rem;
  }
}
.fixed_btn h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.fixed_btn h3 img {
  width: 36px;
}
@media screen and (max-width: 1900px) {
  .fixed_btn h3 img {
    width: 35rem;
  }
}
.fixed_btn h3 span {
  color: #fff;
}

.f-32 {
  font-size: 32px;
}
@media screen and (max-width: 1900px) {
  .f-32 {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .f-32 {
    font-size: 24rem;
  }
}/*# sourceMappingURL=common.css.map */