@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

@media screen and (min-width: 1900px) {
  html,
  body {
    font-size: 0.0526315789vw;
  }
}
@media screen and (max-width: 1900px) {
  html,
  body {
    font-size: 0.0694444444vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.2666666667vw;
  }
}
* {
  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,
p,
ul {
  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;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 1900px) {
  h2 {
    font-size: 60rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 64rem;
  }
}
p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 1900px) {
  p {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14rem;
  }
}
.f-15 {
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 1900px) {
  .f-15 {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .f-15 {
    font-size: 14rem;
  }
}
.f-16 {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1900px) {
  .f-16 {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .f-16 {
    font-size: 14rem;
  }
}
.f-18 {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1900px) {
  .f-18 {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .f-18 {
    font-size: 14rem;
  }
}
.f-21 {
  font-size: 21px;
  font-weight: 500;
}

@media screen and (max-width: 1900px) {
  .f-21 {
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .f-21 {
    font-size: 16rem;
  }
}
.f-22 {
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 1900px) {
  .f-22 {
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .f-22 {
    font-size: 16rem;
  }
}
.f-24 {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 1900px) {
  .f-24 {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .f-24 {
    font-size: 18rem;
  }
}
.f-28 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 1900px) {
  .f-28 {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .f-28 {
    font-size: 21rem;
  }
}
.f-31 {
  font-size: 31px;
  font-weight: 500;
}

@media screen and (max-width: 1900px) {
  .f-31 {
    font-size: 31rem;
  }
}
@media screen and (max-width: 768px) {
  .f-31 {
    font-size: 18rem;
  }
}
.f-32 {
  font-size: 32px;
  font-weight: 500;
}

@media screen and (max-width: 1900px) {
  .f-32 {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .f-32 {
    font-size: 18rem;
  }
}
.f-36 {
  font-size: 36px;
  font-weight: 700;
  font-weight: bold;
}

@media screen and (max-width: 1900px) {
  .f-36 {
    font-size: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .f-36 {
    font-size: 24rem;
  }
}
.f-46 {
  font-size: 46px;
  font-weight: 600;
}

@media screen and (max-width: 1900px) {
  .f-46 {
    font-size: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .f-46 {
    font-size: 24rem;
  }
}
.f-64 {
  font-size: 64px;
  font-weight: 600;
}

@media screen and (max-width: 1900px) {
  .f-64 {
    font-size: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .f-64 {
    font-size: 28rem;
  }
}
.bold {
  font-weight: bold;
}

.vertical-middle {
  vertical-align: middle;
}

.desc {
  margin: auto;
  margin-top: 50px;
}

@media screen and (max-width: 1900px) {
  .desc {
    margin-top: 50rem;
  }
}
.c-blue {
  color: #00488E;
}

.c-white {
  color: #fff;
}

.bg-blue {
  background-color: #00488E;
}

.bg-white {
  background-color: #fff;
}

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

@media screen and (max-width: 1900px) {
  main {
    max-width: 100%;
  }
}
section {
  position: relative;
  z-index: 5;
  padding: 140px 0;
  display: block;
}

@media screen and (max-width: 1900px) {
  section {
    padding: 140rem 0;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 60rem 30rem;
  }
}
.container {
  position: relative;
  z-index: 10;
  max-width: 1440px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1900px) {
  .container {
    max-width: 1440rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}
.sec-contain {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1900px) {
  .sec-contain {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contain {
    max-width: 100%;
  }
}
@keyframes h_slide {
  100% {
    transform: translate(-110%);
  }
}
.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);
}
@keyframes slide_top {
  100% {
    transform: translateY(102%);
  }
}
@keyframes slide_down {
  100% {
    transform: translateY(-102%);
  }
}
.sec-title .en {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
}

.sec-title .en::before {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #fff;
  rotate: -45deg;
  display: inline-block;
}

@media screen and (max-width: 1900px) {
  .sec-title .en::before {
    width: 25rem;
  }
}
.sec-title .en span {
  margin-left: 20px;
  line-height: 1;
}

@media screen and (max-width: 1900px) {
  .sec-title .en span {
    margin-left: 20rem;
  }
}
.sec-title .en.c-blue {
  color: #00488E;
}

.sec-title .en.c-blue::before {
  background-color: #00488E;
}

.sec-title .jp {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1900px) {
  .sec-title .jp {
    margin-top: 20rem;
  }
}
.sec-title .jp.c-blue {
  color: #00488E;
}

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 {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5333333333);
}

header.is-scroll .page-links li a {
  color: #00488E !important;
}

header.is-scroll .page-links li:last-of-type a {
  color: #fff !important;
}

header.is-scroll .page-links li:last-of-type a:hover {
  color: #00488E !important;
}

header.is-scroll .page-links li a:hover {
  color: #fff !important;
}

header.is-scroll .hamburger .bar1,
header.is-scroll .hamburger .bar2,
header.is-scroll .hamburger .bar3 {
  background-color: #00488E;
}

header.is-scroll .page-links li .submenu li:last-of-type a {
  color: #00488E !important;
}

header.is-scroll .page-links li .submenu li:last-of-type a:hover {
  color: #fff !important;
}

header .header_content {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 140px;
}

@media screen and (max-width: 1900px) {
  header .header_content {
    padding: 25rem 140rem;
  }
}
@media screen and (max-width: 768px) {
  header .header_content {
    padding: 15rem 30rem;
  }
}
header .header_content .logo {
  width: 150px;
}

@media screen and (max-width: 1900px) {
  header .header_content .logo {
    width: 125rem;
  }
}
@media screen and (max-width: 768px) {
  header .header_content .logo {
    width: 108rem;
  }
}
header .header_content .navgation .page-links {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  header .header_content .navgation .page-links {
    display: none;
  }
}
header .header_content .navgation .page-links li {
  position: relative;
}

header .header_content .navgation .page-links li:hover .submenu {
  display: flex;
  flex-direction: column;
  opacity: 1;
}

header .header_content .navgation .page-links li:hover .submenu a {
  color: #00488E;
}

header .header_content .navgation .page-links li .submenu {
  position: absolute;
  display: none;
  width: 100%;
  opacity: 0;
  top: 90%;
  left: 0;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  transition: all 0.5s ease-in-out;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  gap: 1%;
}

@media screen and (max-width: 1900px) {
  header .header_content .navgation .page-links li .submenu {
    border-radius: 20rem;
    padding: 10rem;
  }
}
header .header_content .navgation .page-links li .submenu:hover {
  display: flex;
  opacity: 1;
}

header .header_content .navgation .page-links li .submenu li {
  width: 100%;
}

header .header_content .navgation .page-links li .submenu li:last-of-type a {
  background-color: transparent;
  border: none;
  color: #00488E;
  padding: 10px;
}

header .header_content .navgation .page-links li .submenu li:hover a {
  background-color: #00488E;
  color: #fff;
}

header .header_content .navgation .page-links li .submenu li a {
  padding: 10px;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  border-radius: 999px;
}

@media screen and (max-width: 1900px) {
  header .header_content .navgation .page-links li .submenu li a {
    padding: 10rem;
  }
}
header .header_content .navgation .page-links li:last-of-type a {
  background-color: #0067CC;
  color: #fff;
  border-radius: 999px;
  border: 1px solid #0067CC;
  padding: 15px 25px;
}

@media screen and (max-width: 1900px) {
  header .header_content .navgation .page-links li:last-of-type a {
    padding: 15rem 25rem;
  }
}
header .header_content .navgation .page-links li:last-of-type a:hover {
  background-color: #fff;
  color: #00488E;
}

header .header_content .navgation .page-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px;
  position: relative;
  color: #fff;
  font-weight: bold;
  border-radius: 999px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1900px) {
  header .header_content .navgation .page-links li a {
    padding: 15rem;
    gap: 5rem;
  }
}
header .header_content .navgation .page-links li a:hover {
  background-color: #00488E;
  color: #fff;
  padding: 15px 25px;
}

@media screen and (max-width: 1900px) {
  header .header_content .navgation .page-links li a:hover {
    padding: 15rem 25rem;
  }
}
header .header_content .navgation .page-links li a:hover svg line {
  stroke: #fff;
}

header .header_content .hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  header .header_content .hamburger {
    display: block;
    position: relative;
    z-index: 15;
    width: 25rem;
    height: 20rem;
    cursor: pointer;
  }
}
header .header_content .hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}

header .header_content .hamburger span.bar1 {
  transform: translateY(-10rem);
}

header .header_content .hamburger span.bar3 {
  transform: translateY(10rem);
}

header .header_content .hamburger.is_open .bar1 {
  transform: translateY(0) rotate(405deg);
  background-color: #00488E;
}

header .header_content .hamburger.is_open .bar3 {
  transform: translateY(0) rotate(495deg);
  background-color: #00488E;
}

header .header_content .hamburger.is_open .bar2 {
  display: none;
}

header #myNav {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 20rem; */
  padding: 40rem;
}

header #myNav.is_open {
  display: flex;
}

header #myNav .sp_link {
  width: 100%;
}

header #myNav .sp_link a {
  font-size: 14rem;
  padding: 10rem 20rem;
  background-color: #fff;
  color: #00488E;
  border-bottom: 1px solid #00488E;
  width: 100%;
  font-weight: bold;
  text-align: left;
}

details.accordion {
  border-bottom: 1px solid #00488E;
}

summary.accordion_title {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  color: #00488E;
  background: #ffffff;
  padding: 10px 20px;
  line-height: 1.6em;
  list-style: none;
}

summary.accordion_title::-webkit-details-marker {
  display: none;
}

summary.accordion_title::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

details[open] summary.accordion_title::after {
  content: "-";
}

.accordion_contents {
  padding: 0 20px;
  animation: fadein 0.3s ease;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header #myNav .sp_link a:hover,
header #myNav .sp_link a:focus {
  background-color: #00488E;
  color: #fff;
}

header #myNav .sp_link .submenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 20rem; */
  margin: 20rem 0;
}

header #myNav .sp_link .submenu li {
  width: calc(100% - 50rem);
  margin-left: 50rem;
  color: red;
}

footer {
  position: relative;
  z-index: 50;
  background: url("../imgs/top/fv_bk_1.png") no-repeat top center;
  background-size: cover;
  background-position: top;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 0 5%;
  }
}
footer .sec-contain {
  padding: 0 80px;
}

@media screen and (max-width: 1900px) {
  footer .sec-contain {
    padding: 0 80rem;
  }
}
@media screen and (max-width: 768px) {
  footer .sec-contain {
    padding: 0;
  }
}
footer .sec-contain .footer-logo {
  padding-top: 70px;
  width: 280px;
}

@media screen and (max-width: 1900px) {
  footer .sec-contain .footer-logo {
    padding-top: 70rem;
    width: 280rem;
  }
}
@media screen and (max-width: 768px) {
  footer .sec-contain .footer-logo {
    padding-top: 50rem;
    width: 86rem;
  }
}
footer .sec-contain .footer-menu {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

@media screen and (max-width: 1900px) {
  footer .sec-contain .footer-menu {
    gap: 20rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  footer .sec-contain .footer-menu {
    margin-top: 60rem;
    flex-direction: column;
  }
}
footer .sec-contain .footer-menu .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 1900px) {
  footer .sec-contain .footer-menu .column {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  footer .sec-contain .footer-menu .column {
    gap: 20rem;
    border-left: none;
  }
}
footer .sec-contain .footer-menu .column .footer-link {
  padding: 0 30px;
  position: relative;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1900px) {
  footer .sec-contain .footer-menu .column .footer-link {
    padding: 0 30rem;
  }
}
@media screen and (max-width: 768px) {
  footer .sec-contain .footer-menu .column .footer-link {
    font-size: 14rem;
    padding: 0;
  }
}
footer .sec-contain .footer-menu .column .footer-link:hover::after {
  width: 100%;
}

footer .sec-contain .footer-menu .column .footer-link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

footer .sec-contain .copyright {
  padding: 20px;
  margin-top: 70px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 1900px) {
  footer .sec-contain .copyright {
    padding: 20rem;
    margin-top: 70rem;
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  footer .sec-contain .copyright {
    margin-top: 40rem;
  }
}
.t_fv {
  position: relative;
  z-index: 5;
  background: url("../imgs/top/fv_bk_1.png") no-repeat top center;
  background-position: top;
  background-size: cover;
}

.t_fv .sec-contain {
  color: #00488E;
}

.t_fv .sec-contain .fv-title {
  padding-top: 140px;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 1900px) {
  .t_fv .sec-contain .fv-title {
    padding-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .t_fv .sec-contain .fv-title {
    padding-top: 110rem;
    display: block;
  }
}
.t_fv .sec-contain .fv-title > div {
  display: flex;
  align-items: center;
  margin-left: 160rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .t_fv .sec-contain .fv-title > div {
    margin-left: 0;
  }
}
.t_fv .sec-contain .fv-title > div img {
  width: 20px;
  height: 20px;
  margin-inline: 20px;
}

.t_fv .sec-contain .fv-title > div p {
  background-color: #fff;
  padding: 10px 60px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .t_fv .sec-contain .fv-title > div p {
    padding: 10px 20px;
  }
}
.t_fv .sec-contain .fv-title h2 {
  margin-left: 30px;
}

@media screen and (max-width: 1900px) {
  .t_fv .sec-contain .fv-title h2 {
    margin-left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t_fv .sec-contain .fv-title h2 {
    margin: 0;
    margin-top: 20rem;
  }
}
.t_fv .sec-contain .fv-txt {
  margin-top: 35px;
  position: relative;
}

@media screen and (max-width: 1900px) {
  .t_fv .sec-contain .fv-txt {
    margin-top: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .t_fv .sec-contain .fv-txt {
    margin-top: 20rem;
  }
}
.t_fv .sec-contain .fv-txt h6 {
  margin-left: 200px;
}

@media screen and (max-width: 1900px) {
  .t_fv .sec-contain .fv-txt h6 {
    margin-left: 230rem;
  }
}
@media screen and (max-width: 768px) {
  .t_fv .sec-contain .fv-txt h6 {
    margin: auto;
    margin-right: 0;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14rem;
  }
}
.t_fv .sec-contain .fv-button {
  margin-top: 80px;
  padding-left: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 100px;
}

@media screen and (max-width: 1900px) {
  .t_fv .sec-contain .fv-button {
    margin-top: 80rem;
    padding-left: 80rem;
    gap: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .t_fv .sec-contain .fv-button {
    margin-top: 70rem;
    padding: 0;
    flex-direction: column;
    gap: 20rem;
  }
}
.t_fv .sec-contain .fv-button .btn {
  width: 266px;
  padding: 33px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  border-radius: 999px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1900px) {
  .t_fv .sec-contain .fv-button .btn {
    gap: 20rem;
    width: 266rem;
    padding: 33rem;
  }
}
@media screen and (max-width: 768px) {
  .t_fv .sec-contain .fv-button .btn {
    width: 100%;
    padding: 15rem 45rem;
    justify-content: space-between;
  }
}
.t_fv .sec-contain .fv-button .btn svg {
  width: 41px;
  height: 16px;
}

@media screen and (max-width: 1900px) {
  .t_fv .sec-contain .fv-button .btn svg {
    width: 41rem;
    height: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .t_fv .sec-contain .fv-button .btn svg {
    width: 30rem;
    height: auto;
  }
}
.t_fv .sec-contain .fv-button .btn.btn-white {
  background-color: #fff;
  color: #00488E;
  border: 1px solid #0067CC;
}

.t_fv .sec-contain .fv-button .btn.btn-white:hover {
  background-color: #0067CC;
  color: #fff;
}

.t_fv .sec-contain .fv-button .btn.btn-white:hover svg path {
  fill: #fff;
}

.t_fv .sec-contain .fv-button .btn.btn-blue {
  background-color: #0067CC;
  color: #fff;
}

.t_fv .sec-contain .fv-button .btn.btn-blue:hover {
  background-color: #fff;
  color: #00488E;
  border: 1px solid #0067CC;
}

.t_fv .sec-contain .fv-button .btn.btn-blue:hover svg path {
  fill: #00488E;
}

.t_fv .download-form {
  position: absolute;
  z-index: 1;
  top: 20%;
  right: 6%;
  max-width: 330px;
  padding: 10px 10px;
  background-color: #fff;
  color: #00488E;
  border-radius: 20px;
  border: 3px solid #00488E;
}

@media (max-width: 1200px) {
  .t_fv .download-form {
    right: 3%;
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .t_fv .download-form {
    display: none;
  }
}
.t_fv .download-form div {
  margin-top: 10px;
}

.t_fv .download-form label {
  font-weight: bold;
}

.t_fv .download-form .dl-form__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.t_fv .download-form .dl-form__head-title {
  font-weight: bold;
  text-align: center;
}

.t_fv .download-form .dl-form__head img {
  display: inline-block;
  max-width: 100px;
}

.t_fv .download-form .download__text {
  font-size: 10px;
  font-weight: normal;
  margin-top: 15px;
  color: black;
}

.t_fv .download-form .download__text a {
  display: inline;
  color: #00488E;
  text-decoration: underline;
}

.t_fv .download-form .wpcf7-form-control-wrap {
  display: inline-block;
  margin-top: 5px;
  max-width: 100%;
}

.t_fv .download-form .wpcf7-form-control-wrap input {
  max-width: 100%;
  background-color: #fff;
  padding: 10px 5px;
  border-radius: 10px;
  border: 1px solid #00488E;
}

@media (max-width: 900px) {
  .t_fv .download-form .wpcf7-form-control-wrap input {
    padding: 5px 5px;
  }
}
@media (max-width: 900px) {
  .t_fv .download-form .wpcf7-form-control-wrap input::-moz-placeholder {
    font-size: 10px;
  }
  .t_fv .download-form .wpcf7-form-control-wrap input::placeholder {
    font-size: 10px;
  }
}
.t_fv .download-form .wpcf7-response-output {
  font-size: 12px;
  font-weight: bold;
  color: black;
}

.t_fv .download-form .screen-reader-response {
  display: none;
}

.t_fv .download-form .dl-submit__wrapper {
  text-align: center;
}

.t_fv .download-form .wpcf7-submit {
  display: inline-block;
  padding-block: 10px;
  width: 200px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #00488E;
  border-radius: 30px;
  color: #00488E;
  font-weight: bold;
  transition: all 0.3s ease;
}

@media (max-width: 900px) {
  .t_fv .download-form .wpcf7-submit {
    width: 160px;
    padding-block: 5px;
  }
}
.t_fv .download-form .wpcf7-submit:hover {
  background-color: #00488E;
  color: #fff;
}

.fv-records {
  background-color: white;
  padding-block: 30px;
}

@media screen and (max-width: 768px) {
  .fv-records {
    background-color: transparent;
  }
}
.fv-records p {
  text-align: center;
  margin-bottom: 50px;
  border-bottom: 3px dotted #00488E;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  font-weight: bold;
}

.fv-records p span {
  display: inline-block;
  padding-inline: 10px;
}

.records-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 20px;
  animation: slide-to-left 33s linear infinite;
}

.record_images1 {
  animation: slide-to-left 33s linear infinite;
}

.record_images2 {
  animation: slide-to-right 33s linear infinite;
}

.fv-records__img {
  max-width: 200px;
  margin: 0 30px;
}

.fv-records__img img {
  -o-object-fit: cover;
  object-fit: cover;
  /* height: 100%; */
}

@keyframes slide-to-left {
  100% {
    transform: translateX(-50%);
    /* 2回並べたリストの半分だけ動かす */
  }
}
@keyframes slide-to-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes scaleUpOnce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
#counter.scale-up {
  animation: scaleUpOnce 0.5s ease;
}

.t_blog {
  background-color: #00488E;
  border-top-right-radius: 200px;
  margin-top: -200px;
}

@media screen and (max-width: 1900px) {
  .t_blog {
    margin-top: -200rem;
    border-top-right-radius: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .t_blog {
    border-top-right-radius: 50rem;
    margin-top: -50rem;
  }
}
.t_blog .sec-title {
  margin-left: 160px;
}

@media screen and (max-width: 1900px) {
  .t_blog .sec-title {
    margin-left: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .t_blog .sec-title {
    margin-left: 0;
  }
}
.t_blog .blog-boxes {
  margin-top: 70px;
  width: 100%;
  padding: 0 40px;
}

@media screen and (max-width: 1900px) {
  .t_blog .blog-boxes {
    margin-top: 70rem;
    padding: 0 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t_blog .blog-boxes {
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.t_blog .blog-boxes .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media screen and (max-width: 1900px) {
  .t_blog .blog-boxes .wrapper {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t_blog .blog-boxes .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.t_blog .blog-boxes .blog-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .t_blog .blog-boxes .blog-box {
    width: 315rem;
  }
}
.t_blog .blog-boxes .blog-box .date {
  color: #fff;
  margin-top: 35px;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1900px) {
  .t_blog .blog-boxes .blog-box .date {
    margin-top: 35rem;
  }
}
.t_blog .blog-boxes .blog-box .blog-title {
  margin-top: 20px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}

@media screen and (max-width: 1900px) {
  .t_blog .blog-boxes .blog-box .blog-title {
    margin-top: 20rem;
  }
}
.t_mission .sec-contain {
  color: #00488E;
  padding: 0 40px;
}

@media screen and (max-width: 1900px) {
  .t_mission .sec-contain {
    padding: 0 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t_mission .sec-contain {
    padding: 0;
  }
}
.t_mission .sec-contain .mission-txt {
  padding-top: 35px;
}

@media screen and (max-width: 1900px) {
  .t_mission .sec-contain .mission-txt {
    padding-top: 35rem;
  }
}
.t_mission .sec-contain .mission-txt .sec-title .en span {
  padding-right: 10px;
  border-right: 1px solid #00488E;
}

@media screen and (max-width: 1900px) {
  .t_mission .sec-contain .mission-txt .sec-title .en span {
    padding-right: 10rem;
  }
}
.t_mission .sec-contain h5 {
  margin-top: 70px;
  line-height: 1.5;
}

@media screen and (max-width: 1900px) {
  .t_mission .sec-contain h5 {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t_mission .sec-contain h5 {
    margin-top: 40rem;
  }
}
.t_mission .sec-contain .img {
  width: 417px;
  position: absolute;
  top: 0;
  right: 40px;
}

@media screen and (max-width: 1900px) {
  .t_mission .sec-contain .img {
    width: 417rem;
    right: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t_mission .sec-contain .img {
    width: 100%;
    position: relative;
    right: unset;
    margin-top: 50rem;
  }
}
.t_mission .sec-contain p {
  margin-top: 80px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1900px) {
  .t_mission .sec-contain p {
    margin-top: 80rem;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  .t_mission .sec-contain p {
    margin-top: 40rem;
  }
}
.t_features {
  background-color: #00488E;
}

.t_features .sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .t_features .sp-only {
    display: block;
  }
}
.t_features .service-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .t_features .service-content {
    margin-top: 30px;
    gap: 10px;
  }
}
.t_features .service-block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  row-gap: 10px;
}

@media screen and (max-width: 768px) {
  .t_features .service-block {
    flex-direction: column;
  }
}
.t_features .service-box {
  width: 32%;
  padding: 16px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .t_features .service-box {
    width: 100%;
  }
}
.t_features .service__num {
  display: flex;
  align-items: center;
  gap: 10px;
}

.t_features .service__num span {
  display: inline-block;
}

.t_features .service__img-wrapper {
  border-radius: 10px;
  aspect-ratio: 4/3;
}

.t_features .service__img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.t_features .service-body {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.t_features .service__title {
  padding-block: 20px;
}

@media screen and (max-width: 768px) {
  .t_features .service__title {
    padding-block: 10px;
  }
}
.t_features .service__sub-title {
  font-weight: bold;
}

.t_features .service__text {
  padding-top: 20px;
  margin-bottom: auto;
}

.t_features .service__btn {
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

.t_features .service__btn a {
  display: inline-block;
  width: 290px;
  max-width: 100%;
  padding-block: 8px;
  border-radius: 20px;
  font-weight: bold;
}

.t_features .service__btn a:hover {
  color: #00488E;
  background-color: #ffffff;
  border: 1px solid #00488E;
}

.t_voice {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .t_voice {
    padding: 0;
    padding-top: 60rem;
  }
}
.t_voice .sec-title {
  padding: 0 200px;
}

@media screen and (max-width: 1900px) {
  .t_voice .sec-title {
    padding: 0 200rem;
  }
}
@media screen and (max-width: 768px) {
  .t_voice .sec-title {
    padding: 0 30rem;
  }
}
.t_voice h5 {
  margin-top: 50px;
  font-weight: bold;
}

@media screen and (max-width: 1900px) {
  .t_voice h5 {
    margin-top: 50rem;
  }
}
.t_voice p.f-18 {
  margin-top: 30px;
  font-weight: bold;
}

@media screen and (max-width: 1900px) {
  .t_voice p.f-18 {
    margin-top: 30rem;
  }
}
.t_voice .voice-list {
  margin-top: 70px;
}

@media screen and (max-width: 1900px) {
  .t_voice .voice-list {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t_voice .voice-list {
    margin-top: 50rem;
  }
}
.t_voice .voice-list .voice-box {
  padding: 70px 200px;
  border-radius: 50rem;
}

@media screen and (max-width: 1900px) {
  .t_voice .voice-list .voice-box {
    padding: 70rem 200rem;
  }
}
@media screen and (max-width: 768px) {
  .t_voice .voice-list .voice-box {
    padding: 50rem 30rem;
  }
}
.t_voice .voice-list .voice-box.voice-bk {
  background: url("../imgs/top/voice_bk.png") no-repeat center center;
  background-size: cover;
  background-position: center;
}

.t_voice .voice-list .voice-box:nth-child(odd) .voice-inner {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .t_voice .voice-list .voice-box:nth-child(odd) .voice-inner {
    display: block;
  }
}
.t_voice .voice-list .voice-box .voice-inner {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  .t_voice .voice-list .voice-box .voice-inner {
    display: block;
  }
}
.t_voice .voice-list .voice-box .voice-inner .voice-txt {
  width: 480px;
}

@media screen and (max-width: 1900px) {
  .t_voice .voice-list .voice-box .voice-inner .voice-txt {
    width: 480rem;
  }
}
@media screen and (max-width: 768px) {
  .t_voice .voice-list .voice-box .voice-inner .voice-txt {
    width: 100%;
  }
}
.t_voice .voice-list .voice-box .voice-inner .voice-txt h4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.t_voice .voice-list .voice-box .voice-inner .voice-txt h4 span {
  margin-left: 20px;
}

@media screen and (max-width: 1900px) {
  .t_voice .voice-list .voice-box .voice-inner .voice-txt h4 span {
    margin-left: 20rem;
  }
}
.t_voice .voice-list .voice-box .voice-inner .voice-txt h5 {
  margin-top: 40px;
}

@media screen and (max-width: 1900px) {
  .t_voice .voice-list .voice-box .voice-inner .voice-txt h5 {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t_voice .voice-list .voice-box .voice-inner .voice-txt h5 {
    margin-top: 20rem;
  }
}
.t_voice .voice-list .voice-box .voice-inner .voice-txt .voice-tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 1900px) {
  .t_voice .voice-list .voice-box .voice-inner .voice-txt .voice-tag {
    gap: 20rem;
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t_voice .voice-list .voice-box .voice-inner .voice-txt .voice-tag {
    margin-top: 30rem;
    gap: 10rem;
  }
}
.t_voice .voice-list .voice-box .voice-inner .voice-txt .voice-tag h6 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 25px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00488E;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1900px) {
  .t_voice .voice-list .voice-box .voice-inner .voice-txt .voice-tag h6 {
    padding: 8rem 25rem;
  }
}
@media screen and (max-width: 768px) {
  .t_voice .voice-list .voice-box .voice-inner .voice-txt .voice-tag h6 {
    padding: 5rem 20rem;
  }
}
.t_voice .voice-list .voice-box .voice-inner .voice-img {
  width: 400px;
}

@media screen and (max-width: 1900px) {
  .t_voice .voice-list .voice-box .voice-inner .voice-img {
    width: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .t_voice .voice-list .voice-box .voice-inner .voice-img {
    width: 230rem;
    margin: auto;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t_voice .voice-list .voice-box p {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about {
    padding: 60rem 0;
  }
}
.t_about .sec-contain .sec-title {
  margin-left: 40px;
}

@media screen and (max-width: 1900px) {
  .t_about .sec-contain .sec-title {
    margin-left: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .sec-contain .sec-title {
    margin-left: 0;
    padding: 0 30rem;
  }
}
.t_about .sec-contain .archivement {
  width: 900px;
  margin: auto;
  margin-top: 70px;
}

@media screen and (max-width: 1900px) {
  .t_about .sec-contain .archivement {
    margin-top: 70rem;
    width: 900rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .sec-contain .archivement {
    margin-top: 50rem;
    width: 100%;
  }
}
.t_about .sec-contain .archivement h5 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .t_about .sec-contain .archivement h5 {
    text-align: left;
    padding: 0 30rem;
  }
}
.t_about .sec-contain .archivement .archivement-inner {
  background: url("../imgs/top/voice_bk.png") no-repeat center center;
  background-position: center;
  background-size: cover;
  padding: 50px;
  margin-top: 70px;
  border-radius: 50rem;
}

@media screen and (max-width: 1900px) {
  .t_about .sec-contain .archivement .archivement-inner {
    padding: 50rem;
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .sec-contain .archivement .archivement-inner {
    padding: 30rem;
    margin-top: 40rem;
  }
}
.t_about .sec-contain .archivement .archivement-inner .archivement-line {
  padding: 25px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}

.t_about .sec-contain .archivement .archivement-inner .archivement-line:last-child {
  border-bottom: none;
}

@media screen and (max-width: 1900px) {
  .t_about .sec-contain .archivement .archivement-inner .archivement-line {
    padding: 25rem;
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .sec-contain .archivement .archivement-inner .archivement-line {
    padding: 20rem 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 15rem;
  }
}
.t_about .sec-contain .archivement .archivement-inner .archivement-line h6 {
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 1900px) {
  .t_about .sec-contain .archivement .archivement-inner .archivement-line h6 {
    width: 240rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .sec-contain .archivement .archivement-inner .archivement-line h6 {
    width: 100%;
    justify-content: flex-start;
  }
}
.t_about .sec-contain .archivement .archivement-inner .archivement-line p {
  width: calc(100% - 240px);
}

@media screen and (max-width: 1900px) {
  .t_about .sec-contain .archivement .archivement-inner .archivement-line p {
    width: calc(100% - 240rem);
  }
}
@media screen and (max-width: 768px) {
  .t_about .sec-contain .archivement .archivement-inner .archivement-line p {
    width: 100%;
    padding-left: 15rem;
  }
}
.t_about .sec-contain .archivement .archivement-txt {
  margin-top: 50px;
  font-weight: normal;
}

@media screen and (max-width: 1900px) {
  .t_about .sec-contain .archivement .archivement-txt {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .sec-contain .archivement .archivement-txt {
    padding: 0 30rem;
  }
}
.t_about .sec-contain .about-reason {
  width: 1000px;
  margin: auto;
  margin-top: 135px;
}

@media screen and (max-width: 1900px) {
  .t_about .sec-contain .about-reason {
    width: 1000rem;
    margin-top: 135rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .sec-contain .about-reason {
    width: 100%;
    margin-top: 50rem;
    padding: 0 30rem;
  }
}
.t_about .sec-contain .about-reason h5 {
  text-align: center;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .t_about .sec-contain .about-reason h3 {
    text-align: left;
  }
}
.t_about .sec-contain .about-reason .about-reason-inner {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 1900px) {
  .t_about .sec-contain .about-reason .about-reason-inner {
    margin-top: 70rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .sec-contain .about-reason .about-reason-inner {
    margin-top: 40rem;
  }
}
.t_about .sec-contain .about-reason .about-reason-inner .about-reason-border {
  width: calc(50% - 10px);
  border-radius: 20px;
  border: 10px double #00488E;
  padding: 40px 70px;
}

@media screen and (max-width: 1900px) {
  .t_about .sec-contain .about-reason .about-reason-inner .about-reason-border {
    width: calc(50% - 10rem);
    border-radius: 20rem;
    padding: 40rem 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .sec-contain .about-reason .about-reason-inner .about-reason-border {
    width: 100%;
    padding: 40rem;
    border: 7px double #00488E;
  }
}
.t_about .sec-contain .about-reason .about-reason-inner .about-reason-border h4 {
  text-align: center;
  line-height: 1.5;
  font-weight: 900;
}

.t_about .sec-contain .about-reason .about-reason-inner .about-reason-border p {
  margin-top: 20px;
}

@media screen and (max-width: 1900px) {
  .t_about .sec-contain .about-reason .about-reason-inner .about-reason-border p {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .sec-contain .about-reason .about-reason-inner .about-reason-border p {
    text-align: center;
  }
}
.t_client {
  background-color: #00488E;
}

@media screen and (max-width: 768px) {
  .t_client {
    padding: 60rem 0;
  }
}
.t_client .sec-title {
  margin-left: 160px;
}

@media screen and (max-width: 1900px) {
  .t_client .sec-title {
    margin-left: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .t_client .sec-title {
    margin-left: 0;
    padding: 0 30rem;
  }
}
.t_client .client-boxes {
  margin-top: 70px;
  width: 100%;
}

@media screen and (max-width: 1900px) {
  .t_client .client-boxes {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t_client .client-boxes {
    overflow: hidden;
    margin-top: 50rem;
  }
}
.t_client .client-boxes .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 30px;
}

@media screen and (max-width: 1900px) {
  .t_client .client-boxes .wrapper {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t_client .client-boxes .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20rem;
  }
}
.t_client .client-boxes .client-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 280px;
  background-color: #fff;
  padding: 22px;
  margin: 0 15px;
}

@media screen and (max-width: 1900px) {
  .t_client .client-boxes .client-box {
    width: 280rem;
    padding: 22rem;
    margin: 0 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t_client .client-boxes .client-box {
    width: 100%;
    padding: 20rem;
    margin: 0 10rem;
  }
}
.t_client .client-boxes .client-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.t_client .client-boxes .client-box .client-name {
  font-weight: bold;
}

.t_client .client-boxes .client-box .client-num {
  margin-top: 12px;
}

@media screen and (max-width: 1900px) {
  .t_client .client-boxes .client-box .client-num {
    margin-top: 12rem;
  }
}
.t_client .client-boxes .client-box .client-txt {
  margin-top: 12px;
}

@media screen and (max-width: 1900px) {
  .t_client .client-boxes .client-box .client-txt {
    margin-top: 12rem;
  }
}
.t_flow .sec-contain .sec-title {
  margin-left: 40px;
}

@media screen and (max-width: 1900px) {
  .t_flow .sec-contain .sec-title {
    margin-left: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .sec-contain .sec-title {
    margin-left: 0;
    padding: 0 30rem;
  }
}
.t_flow .sec-contain .step-list {
  margin-top: 70px;
  padding: 0 128px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 70px;
}

@media screen and (max-width: 1900px) {
  .t_flow .sec-contain .step-list {
    margin-top: 70rem;
    padding: 0 128rem;
    gap: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .sec-contain .step-list {
    margin-top: 50rem;
    padding: 0;
    gap: 40rem;
  }
}
.t_flow .sec-contain .step-list .flow-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
}

@media screen and (max-width: 1900px) {
  .t_flow .sec-contain .step-list .flow-box {
    gap: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .sec-contain .step-list .flow-box {
    gap: 15rem;
    align-items: flex-start;
  }
}
.t_flow .sec-contain .step-list .flow-box:last-child .step::before {
  content: none;
}

@media screen and (max-width: 768px) {
  .t_flow .sec-contain .step-list .flow-box:nth-child(5) .step::before {
    height: 170rem;
  }
}
.t_flow .sec-contain .step-list .flow-box .step {
  width: 133px;
  height: 133px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #00488E;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1900px) {
  .t_flow .sec-contain .step-list .flow-box .step {
    width: 133rem;
    height: 133rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .sec-contain .step-list .flow-box .step {
    width: 60rem;
    height: 60rem;
  }
}
.t_flow .sec-contain .step-list .flow-box .step::before {
  content: "";
  width: 6px;
  height: 260px;
  background-color: #00488E;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%, -50%);
}

@media screen and (max-width: 1900px) {
  .t_flow .sec-contain .step-list .flow-box .step::before {
    width: 6rem;
    height: 260rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .sec-contain .step-list .flow-box .step::before {
    width: 4rem;
    height: 240rem;
  }
}
.t_flow .sec-contain .step-list .flow-box .step span {
  display: block;
  color: #fff;
}

.t_flow .sec-contain .step-list .flow-box .step span.en {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 1900px) {
  .t_flow .sec-contain .step-list .flow-box .step span.en {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .sec-contain .step-list .flow-box .step span.en {
    font-size: 12rem;
  }
}
.t_flow .sec-contain .step-list .flow-box .step span.num {
  font-size: 51px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 1900px) {
  .t_flow .sec-contain .step-list .flow-box .step span.num {
    font-size: 51rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .sec-contain .step-list .flow-box .step span.num {
    font-size: 24rem;
  }
}
.t_flow .sec-contain .step-list .flow-box .flow-txt {
  width: calc(100% - 193px);
}

@media screen and (max-width: 1900px) {
  .t_flow .sec-contain .step-list .flow-box .flow-txt {
    width: calc(100% - 193rem);
  }
}
@media screen and (max-width: 768px) {
  .t_flow .sec-contain .step-list .flow-box .flow-txt {
    width: calc(100% - 75rem);
  }
}
.t_flow .sec-contain .step-list .flow-box .flow-txt p.f-15 {
  margin-top: 20px;
}

@media screen and (max-width: 1900px) {
  .t_flow .sec-contain .step-list .flow-box .flow-txt p.f-15 {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .sec-contain .step-list .flow-box .flow-txt p.f-15 {
    margin-top: 15rem;
    font-size: 12rem;
  }
}
.t_flow .sec-contain .step-list .flow-box .flow-txt p.f-15.example {
  margin-left: 50px;
}

@media screen and (max-width: 1900px) {
  .t_flow .sec-contain .step-list .flow-box .flow-txt p.f-15.example {
    margin-left: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .sec-contain .step-list .flow-box .flow-txt p.f-15.example {
    margin-left: 0;
  }
}
.t_flow .sec-contain .step-list .flow-box .flow-txt p.f-15.flow-txt-list {
  margin-left: 50px;
  font-weight: bold;
}

@media screen and (max-width: 1900px) {
  .t_flow .sec-contain .step-list .flow-box .flow-txt p.f-15.flow-txt-list {
    margin-left: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .sec-contain .step-list .flow-box .flow-txt p.f-15.flow-txt-list {
    margin-left: 0;
  }
}
.t_flow .sec-contain .below {
  margin-top: 70px;
  padding: 0 200px;
}

@media screen and (max-width: 1900px) {
  .t_flow .sec-contain .below {
    margin-top: 70rem;
    padding: 0 200rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .sec-contain .below {
    margin-top: 10rem;
    padding: 0;
  }
}
.t_flow .sec-contain .below .flow-intro {
  margin-top: 40px;
}

@media screen and (max-width: 1900px) {
  .t_flow .sec-contain .below .flow-intro {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t_flow .sec-contain .below .flow-intro {
    margin-top: 30rem;
    text-align: center;
  }
}
.t_client-intro {
  background: url("../imgs/top/fv_bk_1.png") no-repeat top center;
  background-position: top;
  background-size: cover;
}

.t_client-intro .client-intro__content {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .t_client-intro .client-intro__content {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }
}
.t_client-intro .card {
  max-width: 32%;
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .t_client-intro .card {
    max-width: 100%;
  }
}
.t_client-intro .card-head {
  max-width: 100%;
}

.t_client-intro .card-body {
  background-color: #ffffff;
  padding: 20px;
}

.t_client-intro .card__client-name {
  margin-top: 20px;
  max-width: 300px;
  padding: 5px 10px;
  border: 1px solid #00488E;
  border-radius: 20px;
  text-align: center;
  margin-inline: auto;
  font-weight: bold;
}

.t_faq {
  background-color: #00488E;
}

@media screen and (max-width: 768px) {
  .t_faq {
    padding: 60rem 0;
  }
}
.t_faq .sec-contain .sec-title {
  margin-left: 40px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1900px) {
  .t_faq .sec-contain .sec-title {
    margin-left: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t_faq .sec-contain .sec-title {
    margin-left: 0;
    padding: 0 30rem;
    position: relative;
  }
}
.t_faq .sec-contain .faq-boxes {
  width: 780px;
  margin: auto;
  margin-right: 0;
}

@media screen and (max-width: 1900px) {
  .t_faq .sec-contain .faq-boxes {
    width: 780rem;
  }
}
@media screen and (max-width: 768px) {
  .t_faq .sec-contain .faq-boxes {
    width: 100%;
    margin: auto;
    margin-top: 50rem;
    padding: 0 30rem;
  }
}
.t_faq .sec-contain .faq-boxes .faq-box {
  margin-top: 35px;
  background-color: #fff;
  padding: 25px 40px;
  border-radius: 14px;
  cursor: pointer;
}

.t_faq .sec-contain .faq-boxes .faq-box:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1900px) {
  .t_faq .sec-contain .faq-boxes .faq-box {
    margin-top: 35rem;
    padding: 25rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t_faq .sec-contain .faq-boxes .faq-box {
    padding: 30rem 23rem;
    margin-top: 20rem;
  }
}
.t_faq .sec-contain .faq-boxes .faq-box .question {
  position: relative;
  color: #00488E;
  font-weight: bold;
}

.t_faq .sec-contain .faq-boxes .faq-box .question h6 {
  font-weight: bold;
}

.t_faq .sec-contain .faq-boxes .faq-box .question .arw {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1900px) {
  .t_faq .sec-contain .faq-boxes .faq-box .question .arw {
    right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_faq .sec-contain .faq-boxes .faq-box .question .arw {
    right: 23rem;
  }
}
.t_faq .sec-contain .faq-boxes .faq-box .question .arw.is_open .bar2 {
  transform: unset;
}

.t_faq .sec-contain .faq-boxes .faq-box .question .arw .bar1,
.t_faq .sec-contain .faq-boxes .faq-box .question .arw .bar2 {
  width: 24px;
  height: 2px;
  position: absolute;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1900px) {
  .t_faq .sec-contain .faq-boxes .faq-box .question .arw .bar1,
  .t_faq .sec-contain .faq-boxes .faq-box .question .arw .bar2 {
    width: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .t_faq .sec-contain .faq-boxes .faq-box .question .arw .bar1,
  .t_faq .sec-contain .faq-boxes .faq-box .question .arw .bar2 {
    width: 20rem;
  }
}
.t_faq .sec-contain .faq-boxes .faq-box .question .arw .bar2 {
  transform: rotate(90deg);
}

.t_faq .sec-contain .faq-boxes .faq-box .answer {
  padding-top: 35px;
  padding-bottom: 20px;
  margin-right: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}

@media screen and (max-width: 1900px) {
  .t_faq .sec-contain .faq-boxes .faq-box .answer {
    padding-top: 35rem;
    padding-bottom: 20rem;
    margin-right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_faq .sec-contain .faq-boxes .faq-box .answer {
    padding-top: 20rem;
    margin-right: 0;
  }
}
.t_faq .sec-contain .faq-boxes .faq-box .answer span {
  display: block;
}

.t_faq .sec-contain .faq-button {
  width: 1040px;
  margin: auto;
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

@media screen and (max-width: 1900px) {
  .t_faq .sec-contain .faq-button {
    width: 1040rem;
    margin-top: 70rem;
    gap: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .t_faq .sec-contain .faq-button {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 20rem;
    margin-top: 50rem;
    padding: 0 30rem;
  }
}
.btn-round {
  width: 100%;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  border-radius: 999px;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1900px) {
  .btn-round {
    padding: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-round {
    padding: 20rem 40rem;
  }
}
.btn-round span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .btn-round span {
    text-align: left;
    width: 100%;
    font-size: 18rem;
  }
}
.btn-round svg {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  right: 18px;
  border-radius: 999px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1900px) {
  .btn-round svg {
    width: 46rem;
    height: 46rem;
    right: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-round svg {
    right: 11rem;
  }
}
.btn-round.btn-white {
  background-color: #fff;
}

.btn-round.btn-white span {
  color: #00488E;
}

.btn-round.btn-white svg {
  background-color: #00488E;
}

.btn-round.btn-white:hover {
  background-color: #00488E;
  border: 1px solid #fff;
}

.btn-round.btn-white:hover span {
  color: #fff;
}

.btn-round.btn-white:hover svg {
  background-color: #fff;
}

.btn-round.btn-white:hover svg path {
  fill: #00488E;
}

.btn-round.btn-blue {
  background-color: #00488E;
  border: 1px solid #00488E;
}

.btn-round.btn-blue2 {
  background-color: #00488E;
  border: 1px solid #fff;
  margin: 5px auto;
}

.btn-round.btn-blue span,
.btn-round.btn-blue2 span {
  color: #fff;
}

.btn-round.btn-blue svg,
.btn-round.btn-blue2 svg {
  background-color: #fff;
}

.btn-round.btn-blue:hover,
.btn-round.btn-blue2:hover {
  background-color: #fff;
}

.btn-round.btn-blue:hover span,
.btn-round.btn-blue2:hover span {
  color: #00488E;
}

.btn-round.btn-blue:hover svg,
.btn-round.btn-blue2:hover svg {
  background-color: #00488E;
}

.btn-round.btn-blue:hover svg path,
.btn-round.btn-blue2:hover svg path {
  fill: #fff;
}

.t_contact .sec-contain {
  padding: 0 17px;
}

@media screen and (max-width: 1900px) {
  .t_contact .sec-contain {
    padding: 0 17rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .sec-contain {
    padding: 0;
  }
}
.t_contact .sec-contain h3 {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  color: #00488E;
}

@media screen and (max-width: 1900px) {
  .t_contact .sec-contain h3 {
    font-size: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .sec-contain h3 {
    font-size: 31rem;
  }
}
.t_contact .sec-contain .contact-inner {
  margin-top: 70px;
}

@media screen and (max-width: 1900px) {
  .t_contact .sec-contain .contact-inner {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .sec-contain .contact-inner {
    margin-top: 50rem;
  }
}
.t_contact .sec-contain .contact-inner .contact-box {
  padding: 0 70px;
}

@media screen and (max-width: 1900px) {
  .t_contact .sec-contain .contact-inner .contact-box {
    padding: 0 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .sec-contain .contact-inner .contact-box {
    padding: 0;
  }
}
.t_contact .sec-contain .contact-inner .contact-box h5.underlined {
  text-align: center;
  line-height: 1;
  padding-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #00488E;
  font-weight: 900;
}

@media screen and (max-width: 1900px) {
  .t_contact .sec-contain .contact-inner .contact-box h5.underlined {
    padding-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .sec-contain .contact-inner .contact-box h5.underlined {
    padding-bottom: 10rem;
  }
}
.t_contact .sec-contain .contact-inner .contact-box h4 {
  margin: 30px auto;
  text-align: center;
  line-height: 1.5;
  font-weight: 900;
}

@media screen and (max-width: 1900px) {
  .t_contact .sec-contain .contact-inner .contact-box h4 {
    margin: 30rem auto;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .sec-contain .contact-inner .contact-box h4 {
    margin: 20rem auto;
  }
}
.t_contact .sec-contain .contact-inner .contact-box p {
  line-height: 2;
}

.t_contact .sec-contain .contact-inner .contact-box .contact-notice {
  margin: 20px auto;
  width: 100%;
}

@media screen and (max-width: 1900px) {
  .t_contact .sec-contain .contact-inner .contact-box .contact-notice {
    margin: 34rem auto;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .sec-contain .contact-inner .contact-box .contact-notice {
    margin: 25rem auto;
  }
}
.t_contact .sec-contain .contact-inner .contact-box .contact-notice .notice-title {
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 1900px) {
  .t_contact .sec-contain .contact-inner .contact-box .contact-notice .notice-title {
    margin-bottom: 24rem;
  }
}
.t_contact .sec-contain .contact-inner .contact-box .contact-notice .notice-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20rem;
}

@media screen and (max-width: 768px) {
  .t_contact .sec-contain .contact-inner .contact-box .contact-notice .notice-inner {
    grid-template-columns: 1fr;
  }
}
.t_contact .sec-contain .contact-inner .contact-box .contact-notice .notice-inner .f-15 {
  border: 1px solid #000;
  border-radius: 20rem;
  padding: 20rem 40rem;
}

@media screen and (max-width: 768px) {
  .t_contact .sec-contain .contact-inner .contact-box .contact-notice .notice-inner .f-15 {
    padding: 20rem 25rem;
  }
}
.t_contact .sec-contain .contact-inner .contact-box .btn-div {
  margin-top: 30px;
  margin-inline: auto;
  max-width: 340px;
}

@media screen and (max-width: 1900px) {
  .t_contact .sec-contain .contact-inner .contact-box .btn-div {
    margin-top: 30rem;
  }
}
/*-- 固定フッター --*/
footer .footerbtn_area {
  display: none;
}

.balloon {
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 768px) {
  .balloon {
    width: 24px;
    height: auto;
  }
}

.document {
  width: 30.1px;
  height: 38px;
}
@media screen and (max-width: 768px) {
  .document {
    width: 20px;
    height: auto;
  }
}

@media (max-width: 768px) {
  footer .footerbtn_area {
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    transition: all 0.3s ease-in-out;
  }
  footer .footerbtn {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin: 10px auto;
  }
  footer .footerbtn .btn {
    width: 48%;
    padding: 15rem;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #00488E;
    position: relative;
  }
  footer .footerbtn .btn svg {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .footerbtn .btn:hover svg path {
    fill: #00488E;
  }
  footer .footerbtn .btn.btn-blue:first-child {
    border: 1px solid #C9E4FF;
    background-color: #C9E4FF;
    color: #00488E;
  }
  footer .footerbtn .btn.btn-blue:first-child:hover {
    border: 1px solid #00488E;
    background-color: #fff;
    color: #00488E;
  }
  footer .footerbtn .btn.btn-blue {
    background-color: #00488E;
    color: #fff;
  }
  footer .footerbtn .btn.btn-blue:hover {
    background-color: #fff;
    color: #00488E;
  }
  footer .footerbtn .btn.btn-blue span {
    padding-left: 15px;
  }
}
/** 20250711追記 **/
.movie-list {
  margin: 70rem auto 0px;
  display: flex;
  flex-direction: row;
}

.movie-card {
  width: 33.3333333333%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 6px 6px 10px 0px rgba(29, 28, 28, 0.4);
}

.movie-card:hover {
  opacity: 0.7;
  transition: 0.45s cubic-bezier(0.23, 0.2, 0.35, 0.89);
}

.movie-card a {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}

.preparation iframe {
  width: 100%;
  max-width: 1200px;
  height: auto;
  aspect-ratio: 560/315;
}

.movie-card_top iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 6/4;
}

.movie-card_bottom {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
}

.tag-list {
  display: flex;
  flex-flow: wrap;
  gap: 4px;
  margin: 0 0 16px;
}

.tag-list li {
  padding: 1px 9px;
  border: 1px solid #00488E;
  border-radius: 9999px;
  color: #00488E;
}

.movie-card_ttl {
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 16px;
}

.movie-txt {
  margin-top: 16px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .movie-list {
    margin: 50rem auto 0px;
    padding: 0 30rem;
  }
  .movie-card {
    width: 100%;
  }
}
img.autograph {
  width: 50%;
  height: auto;
}

.btn-round.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
}
section.contact-method p {
  margin: 15px 0;
}

a.phone,
a.mail {
  width: 100%;
  min-height: 50px;
  background-color: #fff;
  color: #00488E;
  padding: 30px;
  margin: 15px auto;
  border-radius: 50px;
}

a.phone svg,
a.mail svg {
  height: 21px;
  width: auto;
  margin-right: 5px;
}

.pb-200 {
  padding-bottom: 200px;
}

.ac-cont-boxs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 70rem 0;
}

.ac-cont-boxs .textbox,
.ac-cont-boxs .mapbox {
  width: 50%;
}

.ac-cont-boxs .textbox h4,
.ac-cont-boxs .textbox h5 {
  margin-top: 30px;
}

.ac-cont-boxs .textbox p {
  margin: 15px 0;
  padding-left: 25px;
}

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

section.contact-method .contact-sec {
  max-width: 900rem;
  margin: 0 auto;
}

.ac_methods {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 15px auto;
  padding: 15px;
}

.ac_methods .method {
  width: 45%;
}

.ac_methods .method .inner {
  text-align: center;
}

@media (max-width: 768px) {
  .ac-cont-boxs {
    flex-direction: column;
    justify-content: center;
    padding: 30rem 15rem;
  }
  .ac-cont-boxs .textbox,
  .ac-cont-boxs .mapbox {
    width: 100%;
  }
  .ac-cont-boxs .textbox p {
    padding-left: 0;
  }
  .mapbox iframe {
    margin-top: 30px;
    min-height: 300px;
  }
  section.contact-method .contact-sec {
    max-width: 100%;
  }
  .ac_methods {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
  }
  .ac_methods .method {
    width: 100%;
  }
}
/* ライン公式アカウント */
h5.lstep-title {
  position: relative;
}

h5.lstep-title img.lstep-arrow {
  position: absolute;
  bottom: -20px;
  width: 800rem;
  max-width: 600px;
}

section.lstep-point .point-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  padding: 15px;
}

section.lstep-point .point-box .point {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 60px;
  text-align: center;
  background-color: #00488E;
  border-radius: 50px;
  margin: 15px;
}

section.lstep-point h6 {
  text-align: center;
}

section.lstep-possible {
  background-color: rgba(0, 72, 142, 0.0509803922);
}

section.lstep-possible h3.possible-title {
  text-align: center;
  margin: 30px auto;
}

section.lstep-possible .possible-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 30px;
}

section.lstep-possible .possible-box .possible-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 28%;
  padding: 15px;
  margin: 15px;
  border: 2px solid #00488E;
  border-radius: 15px;
  background-color: #fff;
}

section.lstep-possible .possible-box .possible-item img {
  width: 80%;
  margin: 0 auto;
}

section.lstep-possible .possible-box .possible-item span.possible-no {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 15px auto;
}

section.lstep-possible .possible-box .possible-item h4.possible-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

section.lstep-attention h3.attention-title {
  text-align: center;
  margin: 30px auto;
}

section.lstep-attention img.lstep-attention {
  width: 60%;
  height: auto;
  margin: 30px auto;
}

section.lstep-attention p.attention-text {
  text-align: center;
  line-height: 1.75;
  letter-spacing: 1px;
}

section.lstep-flow {
  background-color: rgba(0, 72, 142, 0.0509803922);
}

section.lstep-flow .flow-explain h3.flow-title {
  text-align: center;
  font-weight: bold;
  margin: 30px auto;
}

section.lstep-flow .flow-explain img {
  width: 85%;
  margin: 15px auto;
}

section.lstep-flow p.flow-text {
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 1px;
}

section.lstep-price h3.price-title {
  text-align: center;
  margin: 30px auto 10px;
}

section.lstep-price p.price-memo {
  text-align: center;
  margin: 0 auto 30px;
}

section.lstep-price .price-first {
  width: 60%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 30px auto;
}

section.lstep-price .price-first .price-item,
section.lstep-price .price-first .price-fee {
  padding: 30px;
  text-align: center;
  border: 2px solid #00488E;
}

section.lstep-price .price-first .price-item {
  border-radius: 15px 15px 0 0;
}

section.lstep-price .price-first .price-fee {
  border-radius: 0 0 15px 15px;
}

section.lstep-price h4 {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin: 70px auto 30px;
}

section.lstep-price .price-plan {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 15px auto;
}

section.lstep-price .price-plan .plan-box {
  width: 33%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  margin: 0 auto;
}

section.lstep-price .price-plan .plan-box .price-item2,
section.lstep-price .price-plan .plan-box .price-fee2 {
  padding: 30px;
  text-align: center;
  border: 2px solid #00488E;
}

section.lstep-price .price-plan .plan-box .price-item2 {
  border-radius: 15px 15px 0 0;
}

section.lstep-price .price-plan .plan-box .price-fee2 {
  border-radius: 0 0 15px 15px;
}

section.lstep-price .form,
section.lstep-price .line {
  width: 50%;
  margin: 15px auto;
}

section.lstep-price p.address {
  text-align: center;
  font-size: 14px;
  margin: 50px auto 15px;
}

section.lstep-price img.telephone {
  width: 35%;
  height: auto;
  margin: 15px auto;
}

section.lstep-price p.company {
  font-weight: bold;
  text-align: center;
  margin: 15px auto;
}

@media (max-width: 768px) {
  h5.lstep-title img.lstep-arrow {
    width: 95%;
    max-width: none;
  }
  section.lstep-point .point-box {
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  section.lstep-point .point-box .point {
    width: 100%;
    margin: 0 auto 30px;
  }
  section.lstep-possible .possible-box {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 30px;
  }
  section.lstep-possible .possible-box .possible-item {
    width: 90%;
  }
  section.lstep-possible .possible-box .possible-item img {
    width: 60%;
  }
  section.lstep-possible .possible-box .possible-item span.possible-no {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto;
  }
  section.lstep-possible .possible-box .possible-item h4.possible-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  }
  section.lstep-attention img.lstep-attention {
    width: 90%;
  }
  section.lstep-flow .flow-explain img {
    width: 90%;
    margin: 30px auto;
  }
  section.lstep-price .price-first {
    width: 80%;
  }
  section.lstep-price h4 {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin: 70px auto 30px;
  }
  section.lstep-price .price-plan {
    flex-direction: column;
    justify-content: center;
  }
  section.lstep-price .price-plan .plan-box {
    width: 80%;
  }
  section.lstep-price .price-plan .plan-box .price-item2,
  section.lstep-price .price-plan .plan-box .price-fee2 {
    padding: 30px;
    text-align: center;
    border: 2px solid #00488E;
  }
  section.lstep-price .form,
  section.lstep-price .line {
    width: 100%;
  }
  section.lstep-price img.telephone {
    width: 70%;
  }
}
.seo-box {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  margin-top: 70rem;
  align-items: center;
}

.seo-inner {
  width: 49%;
}

.seo-inner .f-15 {
  margin-top: 32px;
}

.t_contact .sec-contain .seo-inner h3 {
  font-size: 24rem;
}

@media (max-width: 768px) {
  .seo-box {
    flex-direction: column;
    gap: 20rem;
    margin-top: 50rem;
  }
  .seo-inner {
    width: 100%;
  }
  .seo-inner .f-15 {
    margin-top: 20px;
    line-height: 2;
  }
  .t_contact .sec-contain .seo-inner h3 {
    font-size: 18rem;
  }
}/*# sourceMappingURL=top.css.map */