:root {
  --color-main: #1352a4;
  --color-sub: #b0c4de;
  --color-red: #c43537;
}

select,
input,
textarea,
button {
  font: inherit;
}

* {
  box-sizing: border-box;
}

a {
  transition: 0.3s linear;
  color: #333;
  cursor: pointer;
}

body {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

main {
  display: block;
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.fwb {
  font-weight: bold;
}

.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.font_playfair {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.inner {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.c_green_l {
  color: #9CF0E3;
}

.c_blue_l {
  color: #69AEF4;
}

.c_green {
  color: #0bb174;
}

.c_blue {
  color: #1589ff;
}

.c_ttl_wrap {
  padding-top: 6px;
  display: flex;
  align-items: flex-end;
}
.c_ttl_wrap .jp {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
.c_ttl_wrap .en {
  line-height: 1;
  margin-left: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #0756A5;
}

.btn_contact a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
  width: 180px;
  height: 45px;
  background-color: #0756A5;
  color: #fff;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  transition: 0.2s;
  z-index: 1;
}
.btn_contact a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
  margin-top: 1px;
}
.btn_contact.btn_white a {
  background-color: #fff;
  color: #000;
}
.btn_contact.btn_white a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #2770B9 0%, #2770B9 10%, #2770B9 20%, #9CF0E3 100%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.2s;
}
.btn_contact.btn_white a::after {
  border-color: #000;
}
.btn_contact.btn_white a:hover {
  color: #fff;
}
.btn_contact.btn_white a:hover::before {
  opacity: 1;
}
.btn_contact.btn_white a:hover::after {
  border-color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
header .h_inner {
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 30px;
  justify-content: space-between;
  width: 100%;
}
header .h_inner .logo {
  width: 200px;
  display: flex;
  align-items: center;
}
header .h_inner .nav_wrap {
  display: flex;
  align-items: center;
}
header .h_inner .nav_wrap a {
  display: block;
  padding: 0 22px;
  font-size: 14px;
  text-align: center;
  position: relative;
  line-height: 1.4;
}
header .h_inner .nav_wrap a:hover {
  color: #0756A5;
}
header .h_inner .nav_wrap nav ul {
  display: flex;
  align-items: center;
}
header .h_inner .nav_wrap nav ul > li {
  position: relative;
}
header .h_inner .nav_wrap nav ul > li + li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #333;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .h_inner .nav_wrap .btn_contact {
  margin-left: 2em;
}
header .h_inner .nav_wrap .btn_contact a:hover {
  background-color: #4499ee;
  color: #fff;
}

footer {
  padding: 2em;
}
footer .f_nav ul {
  display: flex;
  justify-content: center;
}
footer .f_nav ul li a {
  display: block;
  padding: 0 2em;
  font-size: 14px;
}
footer .f_nav ul li + li a {
  border-left: 1px solid #000;
}
footer .agreement {
  text-align: center;
  margin-top: 2em;
  font-size: 12px;
  font-size: 14px;
}
footer .cr {
  text-align: center;
  margin-top: 3em;
  font-size: 12px;
}

.mv {
  background: url(../img/bg_main_tex.png) no-repeat center;
  background-size: cover;
  background-color: #000;
  overflow: hidden;
}
.mv .mv_inner {
  opacity: 0;
  animation: mv_fadeIn 0.6s ease forwards;
  height: 600px;
  position: relative;
  padding-top: 80px;
}
.mv .mv_inner .txt_box {
  margin-top: 80px;
  margin-left: -40px;
  opacity: 0;
  transform: translateY(20px);
  animation: mvtxt_fadeUp 0.6s ease forwards;
  animation-delay: 0.5s;
}
.mv .mv_inner .txt_box .ttl {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.mv .mv_inner .txt_box .ttl .fz_s {
  font-size: 42px;
}
.mv .mv_inner .txt_box .sub_txt {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.mv .mv_inner .txt_box .btn_contact {
  margin-top: 60px;
}
.mv .mv_inner .txt_box .btn_contact a {
  width: 200px;
  height: 55px;
  font-size: 18px;
  padding-right: 0.75em;
}
.mv .mv_inner .txt_box .btn_contact a::after {
  right: 28px;
}
.mv .mv_inner .img_box {
  position: absolute;
  top: 0;
  right: -250px;
  height: 100%;
  width: 700px;
}
.mv .mv_inner .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nayami_conent {
  margin-top: 90px;
}
.nayami_conent .content_inner .c_ttl_wrap {
  justify-content: center;
}
.nayami_conent .content_inner .list_wrap {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.nayami_conent .content_inner .list_wrap::after {
  content: "";
  display: block;
  width: 100vw;
  height: 184px;
  background: linear-gradient(to right, #2770B9 0%, #2770B9 10%, #2770B9 20%, #9CF0E3 100%);
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.5;
}
.nayami_conent .content_inner .list_wrap ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.nayami_conent .content_inner .list_wrap ul li {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  width: 330px;
  height: 390px;
  padding: 24px 20px;
}
.nayami_conent .content_inner .list_wrap ul li .lead {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.nayami_conent .content_inner .list_wrap ul li .pic {
  margin-top: 10px;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.nayami_conent .content_inner .list_wrap ul li .desc {
  margin-top: 15px;
}
.nayami_conent .content_inner .dotted {
  margin-top: 22px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.nayami_conent .content_inner .dotted span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #DDDDDD;
}
.nayami_conent .content_inner .dotted span + span {
  margin-top: 16px;
}
.nayami_conent .content_inner .kaiketsu_wrap {
  margin-top: 50px;
}
.nayami_conent .content_inner .kaiketsu_wrap .heading {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
}
.nayami_conent .content_inner .kaiketsu_wrap .desc {
  font-weight: 500;
  margin-top: 20px;
  line-height: 2;
  text-align: center;
  font-size: 18px;
}

.strong_content {
  margin-top: 130px;
}
.strong_content .content_wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.strong_content .content_wrap .img_box {
  width: 50%;
  height: 330px;
  position: relative;
}
.strong_content .content_wrap .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strong_content .content_wrap .txt_box {
  width: 50%;
  padding-left: 40px;
}
.strong_content .content_wrap .txt_box .num {
  font-size: 110px;
  color: #0375e7;
  opacity: 0.15;
  line-height: 1;
  margin-left: -5px;
  margin-top: -35px;
  font-weight: 700;
  letter-spacing: -1px;
}
.strong_content .content_wrap .txt_box .ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: -21px;
}
.strong_content .content_wrap .txt_box .desc {
  margin-top: 20px;
  line-height: 1.8;
}
.strong_content .content_wrap + .content_wrap {
  margin-top: 85px;
}
.strong_content .content_wrap + .content_wrap .img_box::before {
  content: "";
  display: block;
  width: 10px;
  height: 260px;
  background: linear-gradient(to bottom, #2770B9 0%, #2770B9 10%, #9CF0E4 100%);
  position: absolute;
  top: -167px;
  right: -8px;
  transform: rotate(45deg);
  opacity: 0.3;
  z-index: -1;
  filter: brightness(1.1);
}
.strong_content .content_wrap:nth-child(1) {
  z-index: 3;
}
.strong_content .content_wrap:nth-child(2) {
  z-index: 2;
}
.strong_content .content_wrap:nth-child(3) {
  z-index: 1;
}
.strong_content .content_wrap.reverse {
  flex-direction: row-reverse;
}
.strong_content .content_wrap.reverse .img_box::before {
  left: -8px;
  right: auto;
  transform: rotate(-45deg);
}
.strong_content .content_wrap.reverse .txt_box {
  padding-right: 40px;
}

.acvm_content {
  margin-top: 115px;
}
.acvm_content .content_inner .logo_wrap {
  margin-top: 50px;
}
.acvm_content .content_inner .logo_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.acvm_content .content_inner .logo_wrap ul li {
  width: 240px;
}
.acvm_content .content_inner .client_wrap {
  margin-top: 80px;
}
.acvm_content .content_inner .client_wrap ul.list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 48px;
}
.acvm_content .content_inner .client_wrap ul.list_wrap > li {
  width: 465px;
  padding: 0px 0px 0px 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
}
.acvm_content .content_inner .client_wrap ul.list_wrap > li .txt_box {
  width: 240px;
  padding-top: 45px;
}
.acvm_content .content_inner .client_wrap ul.list_wrap > li .txt_box .p1 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.acvm_content .content_inner .client_wrap ul.list_wrap > li .txt_box .p2 {
  font-weight: bold;
  margin-top: 2px;
  font-size: 18px;
}
.acvm_content .content_inner .client_wrap ul.list_wrap > li .txt_box .sns {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.acvm_content .content_inner .client_wrap ul.list_wrap > li .txt_box .sns > li {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 6px;
  border: 1px solid #333;
  width: fit-content;
  font-size: 12px;
}
.acvm_content .content_inner .client_wrap ul.list_wrap > li .txt_box .acount {
  margin-top: 1em;
}
.acvm_content .content_inner .client_wrap ul.list_wrap > li .txt_box .acount li a {
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
  transition: 0.2s;
  color: #0756A5;
}
.acvm_content .content_inner .client_wrap ul.list_wrap > li .txt_box .acount li a:hover {
  color: #1589ff;
}
.acvm_content .content_inner .client_wrap ul.list_wrap > li .txt_box .txt {
  margin-top: 12px;
  line-height: 1.8;
  font-size: 15px;
}
.acvm_content .content_inner .other_txt {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.company_content {
  margin-top: 100px;
  padding: 60px 0;
  background: linear-gradient(to bottom, #F4F8FD, #D8E3FD);
}
.company_content .c_ttl_wrap {
  flex-direction: column;
  align-items: center;
}
.company_content .c_ttl_wrap .en {
  margin-top: 20px;
  margin-left: 0;
}
.company_content .table_wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 64px;
}
.company_content .table_wrap .txt_box {
  width: 550px;
}
.company_content .table_wrap .txt_box table {
  width: 100%;
}
.company_content .table_wrap .txt_box table th,
.company_content .table_wrap .txt_box table td {
  border-bottom: 1px solid #333;
  padding: 16px 0 10px;
  line-height: 1.5;
  font-size: 15px;
}
.company_content .table_wrap .txt_box table th {
  width: 26%;
  text-align: left;
}
.company_content .table_wrap .txt_box table td {
  width: 74%;
  vertical-align: bottom;
}
.company_content .table_wrap .txt_box table td.fz_s {
  font-size: 0.8em;
}
.company_content .table_wrap .img_box .ico_wrap {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.company_content .table_wrap .img_box .ico_wrap li {
  width: 45px;
}

.flow_content {
  margin-top: 100px;
}
.flow_content .content_wrap {
  margin-top: 40px;
}
.flow_content .content_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.flow_content .content_wrap ul li {
  width: 338px;
}
.flow_content .content_wrap ul li .ph {
  height: 220px;
}
.flow_content .content_wrap ul li .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flow_content .content_wrap ul li .ttl {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.4;
}
.flow_content .content_wrap ul li .desc {
  margin-top: 8px;
}

.cta_area {
  margin-top: 140px;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bg_cta.jpg?v2) no-repeat center;
  background-size: cover;
  position: relative;
  height: 380px;
}
.cta_area::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.cta_area .txt_wrap {
  z-index: 2;
  position: relative;
}
.cta_area .txt_wrap .lead_txt {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.cta_area .txt_wrap .btn_contact {
  margin-top: 40px;
}
.cta_area .txt_wrap .btn_contact a {
  font-size: 18px;
  width: 300px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
}
.cta_area .txt_wrap .btn_contact a::after {
  width: 30px;
  height: 26px;
  background: url(../img/ico_mail.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: auto;
  left: 55px;
  transform: translateY(-50%);
  border: none;
}
.cta_area .txt_wrap .btn_contact a:hover::after {
  background-image: url(../img/ico_mail_white.svg);
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 680px) {
  body {
    min-width: auto;
    font-size: 3.8235294118vw;
  }
  .sp_none {
    display: none !important;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 88.2352941176vw;
  }
  .btn_more a {
    width: 50vw;
    height: 14vw;
  }
  .c_ttl_wrap .jp {
    font-size: 7vw;
  }
  .c_ttl_wrap .en {
    font-size: 4vw;
    margin-left: 3vw;
  }
  header .h_inner {
    padding: 0 4vw;
    height: 16vw;
  }
  header .h_inner .logo_wrap {
    gap: 1vw;
  }
  header .h_inner .logo_wrap .logo {
    width: 35vw;
  }
  header .h_inner .nav_wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    transform: translateX(100%);
    background-color: rgba(19, 39, 57, 0.95);
    flex-direction: column;
    padding-top: 35vw;
  }
  header .h_inner .nav_wrap nav ul {
    flex-direction: column;
    gap: 5vw;
    align-items: flex-start;
  }
  header .h_inner .nav_wrap nav ul li a {
    color: #fff;
    font-size: 4.1176470588vw;
    text-align: left;
  }
  header .h_inner .nav_wrap nav ul li a::after {
    content: none;
  }
  header .h_inner .nav_wrap .btn_contact {
    margin-top: 8vw;
    margin-left: 0;
  }
  header .h_inner .nav_wrap .btn_contact a {
    width: 52.9411764706vw;
    height: 13.2352941176vw;
    font-size: 4.4117647059vw;
  }
  header .h_inner .hamburger {
    display: block;
    width: 8vw;
    height: 6vw;
    position: relative;
    cursor: pointer;
  }
  header .h_inner .hamburger span {
    display: block;
    width: 100%;
    height: 0.5vw;
    background: #333;
    border-radius: 999px;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  header .h_inner .hamburger span:nth-child(1) {
    top: 0;
  }
  header .h_inner .hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  header .h_inner .hamburger span:nth-child(3) {
    bottom: 0;
  }
  header.open .h_inner .nav_wrap {
    transform: translate(0);
  }
  header.open .h_inner .hamburger span {
    background-color: #fff;
  }
  header.open .h_inner .hamburger span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  header.open .h_inner .hamburger span:nth-child(2) {
    opacity: 0;
  }
  header.open .h_inner .hamburger span:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  footer {
    margin-top: 8vw;
  }
  footer .f_nav ul {
    flex-direction: column;
    gap: 2vw;
  }
  footer .f_nav ul li a {
    font-size: 3.2352941176vw;
  }
  footer .f_nav ul li + li a {
    border-left: none;
  }
  footer .agreement a {
    font-size: 3.2352941176vw;
  }
  footer .cr {
    margin-top: 8vw;
    font-size: 2.9411764706vw;
  }
  .mv {
    background-image: url(../img/bg_main_tex_sp.png);
  }
  .mv .mv_inner {
    padding-top: 16vw;
    width: 100%;
    height: auto;
  }
  .mv .mv_inner .txt_box {
    margin: 10vw auto 0;
    width: 93%;
  }
  .mv .mv_inner .txt_box .ttl {
    font-size: 9vw;
    letter-spacing: 0;
  }
  .mv .mv_inner .txt_box .ttl .c_green_l,
  .mv .mv_inner .txt_box .ttl .c_blue {
    font-size: 11vw;
  }
  .mv .mv_inner .txt_box .ttl .fz_s,
  .mv .mv_inner .txt_box .ttl .sp_fz_s {
    font-size: 8vw;
  }
  .mv .mv_inner .txt_box .sub_txt {
    margin-top: 5vw;
    font-size: 4vw;
    line-height: 2;
  }
  .mv .mv_inner .img_box {
    margin-top: 8vw;
    position: relative;
    height: auto;
    width: 100%;
    top: auto;
    right: auto;
  }
  .nayami_conent {
    margin-top: 18vw;
  }
  .nayami_conent .content_inner .c_ttl_wrap .jp {
    letter-spacing: 0;
  }
  .nayami_conent .content_inner .list_wrap {
    margin-top: 10vw;
    padding: 8vw 0;
  }
  .nayami_conent .content_inner .list_wrap::after {
    bottom: 0;
    height: 100%;
  }
  .nayami_conent .content_inner .list_wrap ul {
    flex-direction: column;
    gap: 5vw;
  }
  .nayami_conent .content_inner .list_wrap ul li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
  .nayami_conent .content_inner .list_wrap ul li .lead {
    font-size: 4.75vw;
  }
  .nayami_conent .content_inner .list_wrap ul li .pic {
    max-width: 65%;
    margin: 1vw auto 0;
  }
  .nayami_conent .content_inner .dotted {
    margin-top: 8vw;
  }
  .nayami_conent .content_inner .dotted span {
    width: 3vw;
    height: 3vw;
  }
  .nayami_conent .content_inner .dotted span + span {
    margin-top: 3vw;
  }
  .nayami_conent .content_inner .kaiketsu_wrap {
    margin-top: 7vw;
  }
  .nayami_conent .content_inner .kaiketsu_wrap .heading {
    font-size: 6vw;
  }
  .nayami_conent .content_inner .kaiketsu_wrap .desc {
    font-size: 4vw;
  }
  .strong_content {
    margin-top: 20vw;
  }
  .strong_content .content_wrap {
    margin-top: 8vw;
    flex-direction: column;
  }
  .strong_content .content_wrap .img_box {
    width: 100%;
    height: 58vw;
  }
  .strong_content .content_wrap .img_box::before {
    display: none !important;
  }
  .strong_content .content_wrap .txt_box {
    width: 100%;
    padding-left: 0;
  }
  .strong_content .content_wrap .txt_box .num {
    font-size: 15vw;
    margin-top: 3vw;
    margin-left: -1vw;
  }
  .strong_content .content_wrap .txt_box .ttl {
    font-size: 5vw;
    margin-top: -5vw;
  }
  .strong_content .content_wrap .txt_box .desc {
    margin-top: 5vw;
  }
  .strong_content .content_wrap.reverse {
    flex-direction: column;
  }
  .strong_content .content_wrap + .content_wrap {
    margin-top: 15vw;
  }
  .acvm_content {
    margin-top: 15vw;
  }
  .acvm_content .content_inner .logo_wrap {
    margin-top: 8vw;
  }
  .acvm_content .content_inner .logo_wrap ul {
    gap: 3vw;
    justify-content: flex-start;
  }
  .acvm_content .content_inner .logo_wrap ul li {
    width: 48%;
  }
  .acvm_content .content_inner .client_wrap {
    margin-top: 10vw;
  }
  .acvm_content .content_inner .client_wrap ul.list_wrap {
    padding: 0;
  }
  .acvm_content .content_inner .client_wrap ul.list_wrap > li {
    width: 100%;
    padding-left: 0;
    flex-direction: column-reverse;
    padding: 1vw 6vw 8vw;
  }
  .acvm_content .content_inner .client_wrap ul.list_wrap > li .txt_box {
    width: 100%;
    padding-top: 1vw;
  }
  .acvm_content .content_inner .client_wrap ul.list_wrap > li .txt_box .p1 {
    font-size: 4vw;
  }
  .acvm_content .content_inner .client_wrap ul.list_wrap > li .txt_box .sns > li {
    font-size: 3.25vw;
  }
  .acvm_content .content_inner .client_wrap ul.list_wrap > li .txt_box .acount li a {
    font-size: 3.8235294118vw;
  }
  .acvm_content .content_inner .client_wrap ul.list_wrap > li .txt_box .acount li + li {
    margin-top: 0.5em;
  }
  .acvm_content .content_inner .client_wrap ul.list_wrap > li .txt_box .txt {
    font-size: 3.8235294118vw;
    line-height: 1.6;
    margin-top: 1em;
  }
  .acvm_content .content_inner .client_wrap ul.list_wrap > li .img_box {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .acvm_content .content_inner .other_txt {
    font-size: 3.8235294118vw;
    margin-top: 9vw;
  }
  .company_content {
    margin-top: 18vw;
    padding: 10vw 0;
  }
  .company_content .c_ttl_wrap .en {
    margin-top: 1em;
  }
  .company_content .table_wrap {
    flex-direction: column-reverse;
    margin-top: 10vw;
    gap: 10vw;
  }
  .company_content .table_wrap .txt_box {
    width: 100%;
  }
  .company_content .table_wrap .txt_box table th,
  .company_content .table_wrap .txt_box table td {
    display: block;
    width: 100%;
  }
  .company_content .table_wrap .txt_box table th {
    border-bottom: none;
    padding: 4vw 0 0;
    font-weight: bold;
  }
  .company_content .table_wrap .txt_box table td {
    padding: 2vw 0 4vw;
  }
  .company_content .table_wrap .txt_box table td.fz_s {
    font-size: 1em;
  }
  .company_content .table_wrap .img_box .ico_wrap li {
    width: 30px;
  }
  .flow_content {
    margin-top: 18vw;
  }
  .flow_content .content_wrap {
    margin-top: 10vw;
  }
  .flow_content .content_wrap ul {
    gap: 8vw;
  }
  .flow_content .content_wrap ul li .ttl {
    font-size: 5vw;
    font-weight: 500;
    margin-top: 2vw;
  }
  .flow_content .content_wrap ul li .desc {
    margin-top: 2vw;
  }
  .cta_area {
    margin-top: 12vw;
    height: 64vw;
  }
  .cta_area .txt_wrap .lead_txt {
    font-size: 3.8235294118vw;
  }
  .cta_area .txt_wrap .btn_contact {
    margin-top: 6vw;
  }
  .cta_area .txt_wrap .btn_contact a {
    font-size: 3.8235294118vw;
    width: 50vw;
    height: 10vw;
  }
  .cta_area .txt_wrap .btn_contact a::after {
    width: 4.5vw;
    left: 9vw;
  }
}
.fadeUp,
.fadeLeft,
.fadeRight,
.fadeIn {
  opacity: 0;
  transition: all 0.6s ease;
}

.fadeUp.active,
.fadeLeft.active,
.fadeRight.active,
.fadeIn.active {
  opacity: 1;
  transform: none;
}

.fadeUp {
  transform: translateY(40px);
}

.fadeLeft {
  transform: translateX(-40px);
}

.fadeRight {
  transform: translateX(40px);
}

.fadeIn {
  transform: none;
}

.delay1 {
  transition-delay: 0.1s;
}

.delay2 {
  transition-delay: 0.2s;
}

.delay3 {
  transition-delay: 0.3s;
}

.delay4 {
  transition-delay: 0.4s;
}

.delay5 {
  transition-delay: 0.5s;
}

.delay6 {
  transition-delay: 0.6s;
}

.delay7 {
  transition-delay: 0.7s;
}

.delay8 {
  transition-delay: 0.8s;
}

.delay9 {
  transition-delay: 0.9s;
}

.delay10 {
  transition-delay: 1s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mv_fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes mvtxt_fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}