/* general */
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Bold.eot");
  src: url("../fonts/Barlow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Bold.woff2") format("woff2"), url("../fonts/Barlow-Bold.woff") format("woff"), url("../fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-SemiBold.eot");
  src: url("../fonts/Barlow-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-SemiBold.woff2") format("woff2"), url("../fonts/Barlow-SemiBold.woff") format("woff"), url("../fonts/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Medium.eot");
  src: url("../fonts/Barlow-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Medium.woff2") format("woff2"), url("../fonts/Barlow-Medium.woff") format("woff"), url("../fonts/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YuGothic";
  src: url("../fonts/YuGothic-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "YuGothic";
  src: url("../fonts/YuGothic-Bold.eot");
  src: url("../fonts/YuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/YuGothic-Bold.woff2") format("woff2"), url("../fonts/YuGothic-Bold.woff") format("woff"), url("../fonts/YuGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Kaku Gothic ProN";
  src: url("../fonts/Hiragino-Kaku-Gothic-ProN-W6.otf");
  font-weight: 400;
  font-style: normal;
}
body {
  background-color: #397DBC;
  font-family: "Barlow", sans-serif;
  margin: 0;
}

.section-container {
  max-width: 1280px;
  margin: auto;
}

p {
  margin: 0;
  padding: 0;
}

@keyframes scroll-bar {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes jumpInfinite {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}
#g-scroll-bar {
  position: fixed;
  right: 55px;
  bottom: 30px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s all;
  animation: jumpInfinite 1.5s infinite;
  transform: translateY(-30px);
  cursor: pointer;
}
#g-scroll-bar span {
  display: block;
  font-family: "Barlow";
  font-size: 20px;
  font-weight: bold;
  line-height: 47px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}
#g-scroll-bar svg {
  transition: 0.2s all;
}
#g-scroll-bar .text-top {
  opacity: 0;
}
#g-scroll-bar.s-t .text-top {
  opacity: 0;
}
#g-scroll-bar.s-t .text-scroll {
  opacity: 0;
}
#g-scroll-bar.s-t svg {
  transform: rotate(180deg);
}
#g-scroll-bar.s-t svg path {
  stroke: #fff;
}

.page-template-news #g-scroll-bar span,
.single #g-scroll-bar span {
  color: #fff;
}
.page-template-news #g-scroll-bar svg path,
.single #g-scroll-bar svg path {
  stroke: #fff;
}

.single-service #g-scroll-bar span {
  color: #ffffff;
}
.single-service #g-scroll-bar svg path {
  stroke: #ffffff;
}

.banner-transform {
  position: relative;
}
.banner-transform:before {
  content: "";
  background: #397DBC;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .on-pc {
    display: none !important;
  }
  .on-sp {
    display: block !important;
  }
  #g-scroll-bar {
    bottom: 20px;
    right: 20px;
  }
  #g-scroll-bar span {
    font-size: 15px;
    line-height: 20px;
  }
  #g-scroll-bar svg {
    width: 20px;
    height: -moz-fit-content;
    height: fit-content;
  }
  #g-scroll-bar.s-t .sc-bt {
    transform: rotate(180deg);
    width: 40px;
  }
}
.scroll-stop {
  transform: translateY(-160px) !important;
}
@media only screen and (max-width: 768px) {
  .scroll-stop {
    transform: translateY(-195px) !important;
  }
}

@media only screen and (max-width: 768px) {
  .point-cursor {
    display: none;
  }
}
.page-banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 400px;
}
@media only screen and (max-width: 768px) {
  .page-banner img {
    height: 216px;
  }
}

.page-title {
  color: #fff;
}
.page-title .h1-title {
  font-family: "Barlow";
  color: inherit;
  font-size: 100px;
  font-weight: 500;
  line-height: 130px;
  letter-spacing: 0;
  margin-bottom: 16px;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .page-title .h1-title {
    font-size: 80px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .page-title .h1-title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.page-title .h2-title {
  font-family: "YuGothic";
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0;
  margin-bottom: 163px;
}
@media only screen and (max-width: 769px) {
  .page-title .h2-title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 500px) {
  .opacity-0 {
    opacity: 0;
  }
}

.on-sp500 {
  display: none !important;
}

@media only screen and (max-width: 500px) {
  .on-sp500 {
    display: block !important;
  }
}
.clear-w-break {
  margin-left: -4px;
}

.clear-w-break3 {
  margin-left: -3px;
}

.clear-w-break6 {
  margin-left: -6px;
}

.contact-confirm, .tel-contact-number {
  color: #4E4E4E !important;
  font-weight: 550 !important;
}

.contact-form-button {
  border: 1px solid #397DBC !important;
  color: #397DBC !important;
}

@media only screen and (max-width: 769px) {
  .clear-w-break6 {
    margin-left: -3px;
  }
}

.clear-w-break7 {
  margin-left: -7px;
}
@media only screen and (max-width: 769px) {
  .clear-w-break7 {
    margin-left: -3px;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body {
  word-break: break-word;
}

.clear {
  clear: both;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

img {
  max-width: 100%;
  border: none;
  height: auto;
}

main {
  display: block;
}

.height100 {
  height: 100%;
}

.image-fit {
  display: block;
  overflow: hidden;
}
.image-fit img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  line-height: 100%;
}

.list-inline {
  letter-spacing: -0.3em;
}
.list-inline .item-inline {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

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

.relative-section {
  position: relative;
}

.section-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.font900 {
  font-weight: 900;
}

.font800 {
  font-weight: 800;
}

.font700 {
  font-weight: 700;
}

.font600 {
  font-weight: 600;
}

.font500 {
  font-weight: 500;
}

.font400 {
  font-weight: 400;
}

.font300 {
  font-weight: 300;
}

.animated-delay2 {
  animation-delay: 0.3s;
}

.animated-delay3 {
  animation-delay: 0.6s;
}

.animated-delay4 {
  animation-delay: 0.9s;
}

.animated-delay5 {
  animation-delay: 1.2s;
}

.animated-delay6 {
  animation-delay: 1.5s;
}

.list-flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flex-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.flex-three .item-flex {
  width: 33.33%;
}

.flex-two .item-flex {
  width: 50%;
}

.flex-middle {
  align-items: center;
  -webkit-align-items: center;
}

:focus {
  outline: none !important;
}

.toogle-menu {
  border: 0 none;
  display: none;
  height: 23px;
  width: 28px;
  z-index: 999;
  cursor: pointer;
  outline: 0;
  float: right;
  background: none;
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 0;
}
.toogle-menu span {
  font-size: 0;
  height: 3px;
  width: 100%;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.toogle-menu span::after, .toogle-menu span::before {
  font-size: 0;
  height: 3px;
  width: 100%;
  background: #000;
  position: absolute;
  left: 0;
  content: "";
}
.toogle-menu span::after {
  transform: translateY(310%);
}
.toogle-menu span::before {
  transform: translateY(-310%);
}
.toogle-menu.exit span {
  background: transparent;
}
.toogle-menu.exit span::before {
  transform: translateY(0px) rotate(45deg);
}
.toogle-menu.exit span::after {
  transform: translateY(0px) rotate(-45deg);
}

.on-sp {
  display: none;
}

.container {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

button {
  cursor: pointer;
}

@media (max-width: 1200px) {
  html,
  body {
    overflow-x: hidden;
  }
}
.header-container {
  transition: 0.5s all;
  z-index: 99;
  background-color: transparent;
  width: 100%;
  position: fixed;
  padding: 32px 50px;
}
.header-container.bg-active {
  background: #397DBC;
  z-index: 99;
  transition: 0.3s all;
}
.header-container.bg-white-active {
  background: #397DBC;
  z-index: 99;
  transition: 0.3s all;
}
.header-container .section-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.header-container ul {
  padding: 0;
  margin-right: 35px;
}
.header-container ul li {
  display: inline-block;
  list-style: none;
  margin-left: 24px;
  cursor: pointer;
}
.header-container ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 47px;
  text-transform: capitalize;
  letter-spacing: 0.1rem;
  font-family: "Barlow", sans-serif;
}
.header-container ul li p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 47px;
  text-transform: capitalize;
  letter-spacing: 0.1rem;
  font-family: "Barlow", sans-serif;
  display: block;
}
.header-container ul .xtlab-ctmenu-item2 {
  position: relative;
}
.header-container ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub {
  display: none;
  position: absolute;
  min-width: 160px;
  left: 0;
  top: 100%;
}
.header-container ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub p {
  font-family: "YuGothic";
  font-size: 10px;
  font-weight: bold;
  line-height: 23px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}
.header-container ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block {
  width: 315px;
  height: 92px;
  background-color: #fff;
  display: flex;
  padding: 14px 15px;
  gap: 15px;
}
.header-container ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col {
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.header-container ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col:hover {
  text-decoration: none;
}
.header-container ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  text-align: left;
  color: #397DBC;
  font-family: "Barlow", sans-serif;
}
.header-container ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col h2 span {
  text-transform: capitalize;
}
.header-container ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col p {
  font-family: "YuGothic";
  font-size: 10px;
  font-weight: bold;
  line-height: 23px;
  font-style: normal;
  text-align: left;
  color: #397DBC;
}
.header-container ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col::after, .header-container ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col::before {
  position: absolute;
  width: 23px;
  height: 11px;
  right: calc(100% - 25px);
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
  background-image: url("../images/top/arrow-right.svg");
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(0);
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}
.header-container ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col::before {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.header-container ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col:hover::before {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}
.header-container ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col:hover::after {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.header-container ul .xtlab-ctmenu-item2:hover .xtlab-ctmenu-sub {
  display: block;
}
.header-container .menu-sp {
  width: 100%;
  padding: 16px 20px;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  transition: 0.3s all;
}
.header-container .menu-sp.is-opened {
  animation: open-menu 0.3s forwards;
}
.header-container .menu-sp.is-closing {
  animation: closing-menu 0.3s forwards;
}
.header-container .menu-sp .rel {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
}
.header-container .menu-sp .rel .close {
  position: absolute;
  right: 0px;
  top: -75px;
}
.header-container .menu-sp img {
  margin-bottom: 47px;
}
.header-container .menu-sp a {
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
  color: inherit;
}
.header-container .menu-sp h2 {
  font-family: "Barlow";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #397DBC;
}
.header-container .menu-sp p {
  font-family: "YuGothic";
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  font-style: normal;
  text-align: left;
  color: #397DBC;
}
.header-container .menu-sp .dr-m {
  margin-bottom: 16px;
}
.header-container .menu-sp .dr-m h2 {
  margin-top: 20px;
}
.header-container .menu-sp .dr-m .sub-m {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 27px;
  gap: 16px;
  width: 100%;
}
.header-container .menu-sp .dr-m .sub-m p {
  margin-bottom: 8px;
}
.header-container .menu-sp .dr-m .sub-m .ar-r {
  margin-bottom: 0;
  width: 22px;
}

@media only screen and (max-width: 902px) {
  .header-container ul {
    margin-right: 0;
  }
  .header-container ul li {
    margin-left: 22px;
  }
  .header-container ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .header-container {
    padding: 15px 20px;
    padding-right: 25px;
  }
  .header-container .lp-brand {
    height: 35px;
  }
}
@keyframes open-menu {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0%;
    opacity: 1;
  }
}
@keyframes closing-menu {
  0% {
    right: 0%;
    opacity: 1;
  }
  100% {
    right: -100%;
    opacity: 0;
  }
}
footer {
  padding: 35px 50px 32px 50px;
  background-color: #397DBC;
}
footer ul {
  flex: 1;
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer ul li:not(:last-child) {
  margin-bottom: 18px;
}
footer ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0.1em;
}
footer ul li p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-transform: capitalize;
  letter-spacing: 0.1rem;
  font-family: "Barlow", sans-serif;
  display: inline-block;
  cursor: pointer;
}
footer ul .xtlab-ctmenu-item2 {
  position: relative;
}
footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub {
  display: none;
  position: absolute;
  min-width: 160px;
  left: 100px;
  top: 0;
}
footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub p {
  font-family: "YuGothic";
  font-size: 10px;
  font-weight: bold;
  line-height: 23px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}
footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block {
  width: 350px;
  height: 92px;
  background-color: #fff;
  display: flex;
  padding: 14px 15px;
  gap: 15px;
}
footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col {
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col:hover {
  text-decoration: none;
}
footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  text-align: left;
  color: #397DBC;
  font-family: "Barlow", sans-serif;
}
footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col h2 span {
  text-transform: capitalize;
}
footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col p {
  font-family: "YuGothic";
  font-size: 10px;
  font-weight: bold;
  line-height: 23px;
  font-style: normal;
  text-align: left;
  color: #397DBC;
}
footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col::after, footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col::before {
  position: absolute;
  width: 23px;
  height: 11px;
  right: calc(100% - 25px);
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
  background-image: url("../images/top/arrow-right.svg");
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(0);
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}
footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col::before {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col:hover::before {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}
footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col:hover::after {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
footer ul .xtlab-ctmenu-item2:hover .xtlab-ctmenu-sub {
  display: block;
}
footer .section-container {
  width: 100%;
  display: flex;
}
footer .logo-footer {
  width: 376px;
  position: relative;
}
footer .logo-footer .cpr {
  position: absolute;
  bottom: 2px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: flex-end;
  right: 0;
  align-items: flex-end;
}
footer .logo-footer .cpr p {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #fff;
  margin: 0;
  margin-right: 40px;
}
footer .logo-footer .cpr a {
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  footer {
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .section-container {
    display: block;
    padding-bottom: 40px;
  }
  footer ul li a,
  footer ul li p {
    font-size: 13px;
  }
  footer ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub {
    left: 70px;
  }
  footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block {
    padding: 10px;
    gap: 5px;
    width: 260px;
    height: 70px;
  }
  footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block .ct-menu-col h2 {
    font-size: 14px;
  }
  footer .logo-footer {
    margin-top: 38px;
    width: 100%;
  }
  footer .logo-footer img {
    position: absolute;
    right: 0px;
    bottom: 46px;
    height: 40px;
  }
  footer .logo-footer .cpr {
    position: relative;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
  footer .logo-footer .cpr p {
    font-size: 11px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 321px) {
  footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub {
    left: 65px;
  }
  footer ul .xtlab-ctmenu-item2 .xtlab-ctmenu-sub .ct-menu-block {
    padding: 8px;
    width: 215px;
  }
}
html {
  height: 100vh;
  overflow: hidden;
}

#loadLayer {
  position: fixed;
  background-color: #397DBC;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
#loadLayer .loadLayerInner {
  height: 100%;
}
#loadLayer .loadLayerInner .imgWrap {
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#loadLayer .loadLayerInner .imgWrap span {
  display: block;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7%;
  right: 0;
  margin: auto;
}
#loadLayer .loadLayerInner .imgWrap span svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#loadLayer .loadLayerInner .imgWrap span:nth-child(1) {
  width: 70px;
  transform: translateX(-117px);
  right: 50px;
}
#loadLayer .loadLayerInner .imgWrap span:nth-child(2) {
  overflow: hidden;
  background-position: right 50%;
  transform: translateX(35px);
  width: 234px;
}
#loadLayer .elementWrap {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation-delay: 0.5s;
}
#loadLayer .elementWrap .element {
  display: block;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform-origin: 50%;
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  color: #fff;
  font-size: 24px;
}
#loadLayer .elementWrap .element:nth-child(1) {
  transform: translateX(-70px);
  animation: textview 1s ease-in-out;
}
#loadLayer .elementWrap .element:nth-child(1):before {
  animation-delay: 0s;
}
#loadLayer .elementWrap .element:nth-child(2) {
  transform: translateX(-50px);
  animation: textview 1s ease-in-out;
  animation-delay: 0.1s;
}
#loadLayer .elementWrap .element:nth-child(2):before {
  transform: translateX(-50px);
  animation-delay: 0.1s;
}
#loadLayer .elementWrap .element:nth-child(3) {
  transform: translateX(-30px);
  animation: textview 1s ease-in-out;
  animation-delay: 0.2s;
}
#loadLayer .elementWrap .element:nth-child(3):before {
  transform: translateX(-30px);
  animation-delay: 0.2s;
}
#loadLayer .elementWrap .element:nth-child(4) {
  transform: translateX(-10px);
  animation: textview 1s ease-in-out;
  animation-delay: 0.3s;
}
#loadLayer .elementWrap .element:nth-child(4):before {
  transform: translateX(-10px);
  animation-delay: 0.3s;
}
#loadLayer .elementWrap .element:nth-child(5) {
  transform: translateX(15px);
  animation: textview 1s ease-in-out;
  animation-delay: 0.4s;
}
#loadLayer .elementWrap .element:nth-child(5):before {
  transform: translateX(15px);
  animation-delay: 0.4s;
}
#loadLayer .elementWrap .element:nth-child(6) {
  transform: translateX(30px);
  animation: textview 1s ease-in-out;
  animation-delay: 0.5s;
}
#loadLayer .elementWrap .element:nth-child(6):before {
  transform: translateX(30px);
  animation-delay: 0.5s;
}
#loadLayer .elementWrap .element:nth-child(7) {
  transform: translateX(50px);
  animation: textview 1s ease-in-out;
  animation-delay: 0.6s;
}
#loadLayer .elementWrap .element:nth-child(7):before {
  transform: translateX(50px);
  animation-delay: 0.6s;
}
#loadLayer .elementWrap .element:nth-child(8) {
  transform: translateX(70px);
  animation: textview 1s ease-in-out;
  animation-delay: 0.6s;
}
#loadLayer .elementWrap .element:nth-child(8):before {
  transform: translateX(70px);
  animation-delay: 0.6s;
}
#loadLayer .elementWrap .element:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  animation: elementAnime 1s cubic-bezier(0.5, 0, 0, 1);
  background-color: #ffffff;
}
@keyframes loadLayerAnime {
  0% {
    width: 0;
  }
  65% {
    width: 0;
  }
  75% {
    width: 70px;
    transform: translateX(0);
  }
  100% {
    transform: translateX(-117px);
    width: 70px;
  }
}
@keyframes loadLayer2Anime {
  0% {
    width: 0;
  }
  75% {
    width: 0;
    opacity: 0;
  }
  100% {
    transform: translateX(35px);
    width: 235px;
    opacity: 1;
  }
}
@keyframes elementWrapAnime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes elementWrapAnime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes elementAnime {
  0% {
    opacity: 0;
    bottom: 100%;
    width: 20px;
    height: 20px;
    transform: translateY(-50px);
  }
  10% {
    opacity: 0;
    bottom: 100%;
    transform: translateY(-50px);
  }
  30% {
    opacity: 1;
    bottom: 100%;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    bottom: 100%;
    width: 10px;
    height: 10px;
  }
  100% {
    opacity: 0;
    bottom: 0;
  }
}
@keyframes textView {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-banner {
  overflow: hidden;
}
.section-banner:before {
  content: "";
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  position: absolute;
  z-index: 1;
}

.site-open {
  height: auto;
  overflow: auto;
}
@keyframes areamove {
  0% {
    width: 30%;
    left: -20%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
.point-cursor {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  mix-blend-mode: difference;
  pointer-events: none;
  width: 20px;
  height: 20px;
  transform: translate(10px, 10px);
  -webkit-transform: translate(10px, 10px);
  transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s;
  -webkit-transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s;
}
.point-cursor .circle {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 50%;
}
.point-cursor.active {
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media all and (max-width: 767px) {
  #loadLayer .loadLayerInner .imgWrap {
    left: 25%;
  }
}
/* pages */
@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.top-slider-fv {
  position: relative;
  overflow: hidden;
}
.top-slider-fv .fv-slider-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.top-slider-fv .fv-slider-image .fv-slide-item {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
}
.top-slider-fv .fv-slider-image .fv-slide-item img {
  display: block;
  width: 100%;
}
.top-slider-fv .fv-slider-image .fv-slide-item img.on-sp {
  display: none;
}
.top-slider-fv .fv-slider-image .fv-slide-item.active {
  opacity: 1;
}
.top-slider-fv .fv-slider-image .fv-slide-item.zoomIn {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 3s ease-in-out 0s;
  -webkit-transition: all 3s ease-in-out 0s;
}
.top-slider-fv .fv-slider-gradient {
  position: relative;
}
.top-slider-fv .fv-slider-gradient img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.top-slider-fv .fv-slider-gradient img.on-sp {
  display: none;
}
.top-slider-fv .fv-slider-gradient video {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.top-container .section {
  padding: 100px;
}
.top-container .section p {
  padding: 0;
  margin: 0;
}
.top-container .section .des {
  display: none;
}
.top-container .section .des .des-text {
  position: relative;
}
.top-container .section .des .des-text .text-first {
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
}
.top-container .section .des .des-text .text-last {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
}
.top-container .section .des.text-color .des-text .text-first {
  opacity: 0;
}
.top-container .section .des.text-color .des-text .text-last {
  opacity: 1;
}
.top-container .section .banner-title {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -0.13em;
  display: inline-block;
  color: #fff;
}
.top-container .section .banner-description {
  font-size: 2.7vw;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.02em;
  display: inline-block;
  color: #fff;
}
.top-container .section .section-title {
  font-size: 100px;
  font-weight: 500;
  line-height: 130px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.top-container .section .section-des {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}
.top-container .section .btn-view-more {
  display: inline-block;
  min-width: 160px;
  padding: 3px 30px 5px 30px;
  border: 2px solid #397DBC;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
}
.top-container .section .btn-view-more span {
  font-family: "Barlow";
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #397DBC;
}
.top-container .section .btn-view-more.white-btn {
  border-color: #fff;
}
.top-container .section .btn-view-more.white-btn span {
  color: #fff;
}
.top-container .section .btn-view-more.white-btn:hover {
  background-color: #fff;
}
.top-container .section .btn-view-more.white-btn:hover span {
  color: #397DBC;
}
.top-container .section .btn-view-more:hover {
  background-color: #397DBC;
}
.top-container .section .btn-view-more:hover span {
  color: #fff;
}
.top-container .section.bg-white {
  background-color: #fff;
}
.top-container .section.bg-white .section-title {
  color: #397DBC;
}
.top-container .section.bg-white .section-des {
  color: #397DBC;
}
.top-container .section.section-banner {
  position: relative;
  padding: 0;
  max-height: 100vh;
}
.top-container .section.section-banner .container {
  position: relative;
  z-index: 9;
  max-width: 100%;
}
.top-container .section.section-banner .des {
  position: absolute;
  bottom: 60px;
  left: 1vw;
  right: 0;
  z-index: 11;
}
.top-container .section .about-block {
  margin-top: 31px;
  background-color: #fff;
  padding: 10px;
  display: flex;
}
.top-container .section .about-block .featured-image {
  width: 60%;
}
.top-container .section .about-block .featured-image img {
  display: block;
}
.top-container .section .about-block a.img-about {
  max-width: 60%;
}
.top-container .section .about-block img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.top-container .section .about-block .about-text {
  width: 40%;
  padding: 30px 65px 30px 59px;
  margin: auto;
}
.top-container .section .about-block .about-text a {
  text-decoration: none;
  color: inherit;
}
.top-container .section .about-block .about-text a:hover {
  text-decoration: none;
}
.top-container .section .about-block .about-text a h3 {
  margin-bottom: 19px;
  font-family: "YuGothic";
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  font-style: normal;
  text-align: left;
  color: #397DBC;
}
.top-container .section .about-block .about-text .btn-view-more {
  width: 160px;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.top-container .section .about-block .about-text p {
  max-width: 310px;
  margin-bottom: 50px;
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  font-style: normal;
  text-align: left;
  color: #222;
}
.top-container .section.section-service {
  padding-top: 47px;
  padding-left: 97px;
}
.top-container .section.section-service .container {
  position: relative;
}
.top-container .section.section-service .container .service-right-block {
  position: absolute;
  right: 40px;
  top: 51px;
}
.top-container .section.section-service .container .service-right-block .service-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  position: relative;
}
.top-container .section.section-service .container .service-right-block .service-row h4 {
  font-family: "Barlow";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #397DBC;
  display: block;
  width: 200px;
}
.top-container .section.section-service .container .service-right-block .service-row h4 span {
  text-transform: capitalize;
}
.top-container .section.section-service .container .service-right-block .service-row::after, .top-container .section.section-service .container .service-right-block .service-row::before {
  position: absolute;
  width: 23px;
  height: 11px;
  right: -20px;
  bottom: 7px;
  display: block;
  margin: auto;
  content: "";
  background-image: url("../images/top/arrow-right.svg");
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(0);
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}
.top-container .section.section-service .container .service-right-block .service-row::before {
  transform: translateX(-50%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.top-container .section.section-service .container .service-right-block .service-row:hover::before {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}
.top-container .section.section-service .container .service-right-block .service-row:hover::after {
  transform: translateX(50%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.top-container .section.section-service .container .service-slider {
  margin-top: 60px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 90px;
}
.top-container .section.section-service .container .service-slider .service-item {
  width: 50%;
  padding-left: 100px;
  position: relative;
  padding-bottom: 40px;
}
.top-container .section.section-service .container .service-slider .service-item .item-num {
  font-family: "Barlow";
  font-size: 60px;
  font-weight: 500;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  color: #397DBC;
  position: absolute;
  left: 0;
  top: 0;
}
.top-container .section.section-service .container .service-slider .service-item img {
  width: 100%;
  margin-bottom: 36px;
}
.top-container .section.section-service .container .service-slider .service-item h3 {
  font-size: 43px;
  font-weight: 600;
  line-height: 43px;
  font-style: normal;
  text-align: left;
  color: #222;
  margin-bottom: 15px;
  white-space: nowrap;
}
.top-container .section.section-service .container .service-slider .service-item h3 span {
  text-transform: capitalize;
}
.top-container .section.section-service .container .service-slider .service-item h5 {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  font-style: normal;
  text-align: left;
  color: #222;
  margin-bottom: 35px;
}
.top-container .section.section-service .container .service-slider .service-item p {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  font-style: normal;
  text-align: left;
  color: #222;
  margin-bottom: 35px;
  min-height: 130px;
}
.top-container .section.section-service .container .service-slider .service-item a {
  text-decoration: none;
  color: #222;
}
.top-container .section.section-service .container .service-slider .service-item .flx-view-more {
  display: flex;
  justify-content: center;
}
.top-container .section.section-service .container .service-slider .service-item .flx-view-more .btn-view-more {
  padding: 3px 30px 5px 30px;
}
.top-container .section.section-news .news-list {
  margin-top: 73px;
}
.top-container .section.section-news .news-list .news-row {
  display: flex;
  max-width: 820px;
  margin: auto;
  margin-bottom: 40px;
}
.top-container .section.section-news .news-list .news-row .news-col {
  padding: 0 25px 13px 25px;
  border-bottom: 2px solid #fff;
}
.top-container .section.section-news .news-list .news-row .news-col-1 {
  width: 160px;
  margin-right: 10px;
}
.top-container .section.section-news .news-list .news-row .news-col-2 {
  flex: 1;
  padding-left: 56px;
  position: relative;
}
.top-container .section.section-news .news-list .news-row .news-col-2 img {
  position: absolute;
  right: 8px;
  bottom: 25px;
}
.top-container .section.section-news .news-list .news-row .news-col-2 a {
  position: relative;
}
.top-container .section.section-news .news-list .news-row .news-col-2 a::after, .top-container .section.section-news .news-list .news-row .news-col-2 a::before {
  position: absolute;
  width: 48px;
  height: 24px;
  right: 0px;
  bottom: 50%;
  transform: translate(0, 50%);
  display: block;
  margin: auto;
  content: "";
  background-image: url("../images/top/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}
.top-container .section.section-news .news-list .news-row .news-col-2 a::before {
  transform: translate(-100%, 50%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.top-container .section.section-news .news-list .news-row .news-col-2 a:hover::before {
  transform: translate(0, 50%);
  opacity: 1;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}
.top-container .section.section-news .news-list .news-row .news-col-2 a:hover::after {
  transform: translate(100%, 50%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 830px) {
  .top-container .section.section-news .news-list .news-row .news-col-2 a::after, .top-container .section.section-news .news-list .news-row .news-col-2 a::before {
    max-width: clamp(24px, 24px + 21 * (100vw - 375px) / 455, 45px);
  }
}
.top-container .section.section-news .news-list .news-row .news-col span {
  font-family: "Barlow";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  display: block;
}
.top-container .section.section-news .news-list .news-row .news-col .date-info {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.top-container .section.section-news .news-list .news-row .news-col a {
  text-decoration: none;
}
.top-container .section.section-news .news-list .news-row .news-col h4 {
  max-width: 430px;
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  line-height: 30px;
}
.top-container .section.section-news .flx-view-more {
  display: flex;
  justify-content: center;
  margin-top: 66px;
}
.top-container .section.section-recruit {
  padding-top: 0px;
}
.top-container .section.section-recruit .about-block {
  flex-direction: row-reverse;
  margin-top: 34px;
}
.top-container .section.section-recruit .about-block .about-text {
  padding-left: 50px;
}
.top-container .main-slider .slide-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-container .section.section-news .news-list .news-row .news-col-2 a {
  display: block;
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
  .top-container .section.section-service .container .service-slider .service-item p {
    min-height: 160px;
  }
  .top-container .section.section-service .container .service-slider .service-item h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 819px) {
  .top-container .section.section-service .container .service-slider .service-item p {
    min-height: 180px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .top-container .section.section-service .container .service-slider .service-item h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 820px) and (min-width: 769px) {
  .top-container .section.section-service .container .service-slider .service-item p {
    min-height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .top-container .section.section-service .container .service-slider .service-item p {
    min-height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .top-container .section .about-block .about-text {
    width: 60%;
  }
  .top-container .section.section-service .container .service-slider {
    gap: 30px;
  }
}
@media only screen and (max-width: 907px) {
  .top-container .section.section-news .news-list .news-row .news-col h3 {
    max-width: 288px;
  }
}
@media only screen and (max-width: 768px) {
  .top-container .section.section-news .news-list .news-row .news-col h3 {
    max-width: calc(100% - 55px);
  }
}
@media only screen and (max-width: 500px) {
  .scroll-center {
    text-align: center;
    margin-top: 35px;
  }
  .scroll-center p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .top-container .section {
    padding: 0 0 50px;
  }
  .top-container .section .section-title {
    font-size: 50px;
    line-height: 90px;
    margin-bottom: 0;
  }
  .top-container .section .banner-title {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 5px;
    letter-spacing: -0.1em;
  }
  .top-container .section .banner-description {
    font-size: 17px;
  }
  .top-container .section.section-service {
    padding: 17px 0 26px;
  }
  .top-container .section.section-service .container .service-slider {
    margin-top: 26px;
    display: block;
  }
  .top-container .section.section-service .container .service-slider .service-item {
    padding-left: 0;
    width: 100%;
  }
  .top-container .section.section-service .container .service-slider .service-item:first-child {
    margin-bottom: 54px;
  }
  .top-container .section.section-service .container .service-slider .service-item .item-num {
    position: relative;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 0px;
    font-weight: bold;
    display: block;
    text-align: left;
  }
  .top-container .section.section-service .container .service-slider .service-item img {
    height: auto;
    width: 100%;
  }
  .top-container .section.section-service .container .service-slider .service-item .service-body {
    width: 100%;
  }
  .top-container .section.section-service .container .service-slider .service-item .service-body h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .top-container .section.section-service .container .service-slider .service-item .service-body h4 {
    margin-bottom: 25px;
  }
  .top-container .section.section-service .container .service-slider .service-item .service-body p {
    margin-bottom: 20px;
  }
  .top-container .section.section-service .container .service-slider .service-item .service-body .btn-view-more {
    background-color: #397DBC;
  }
  .top-container .section.section-service .container .service-slider .service-item .service-body .btn-view-more span {
    color: #fff;
  }
  .top-container .section.section-banner {
    background-image: none;
  }
  .top-container .section.section-banner .des {
    position: static;
    padding-top: 90px;
    padding-top: 0;
    position: absolute;
    left: 0;
    bottom: 10%;
  }
  .top-container .section.section-banner .container {
    padding: 0 18px;
    margin-bottom: 70px;
    margin-bottom: 0;
  }
  .top-container .section.section-banner img.on-sp {
    height: 285px;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
  .top-container .section .banner-transform:before {
    opacity: 0;
  }
  .top-container .section .about-block {
    display: block;
    padding-bottom: 30px;
  }
  .top-container .section .about-block img {
    width: 100%;
    max-width: 100%;
  }
  .top-container .section .about-block .about-text {
    width: 100%;
    padding: 18px 0 0 8px;
  }
  .top-container .section .about-block .about-text a h3 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 5px;
  }
  .top-container .section .about-block .about-text p {
    line-height: 26px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .top-container .section .about-block .about-text .btn-view-more {
    background-color: #397DBC;
    display: flex;
    justify-content: center;
  }
  .top-container .section .about-block .about-text .btn-view-more span {
    color: #fff;
  }
  .top-container .section .about-block .about-text .btn-view-more:hover {
    background-color: #fff;
  }
  .top-container .section .about-block .about-text .btn-view-more:hover span {
    color: #397DBC;
  }
  .top-container .section.section-service .container .service-slider .service-item .flx-view-more .btn-view-more {
    background-color: #397DBC;
  }
  .top-container .section.section-service .container .service-slider .service-item .flx-view-more .btn-view-more span {
    color: #fff;
  }
  .top-container .section.section-service .container .service-slider .service-item .flx-view-more .btn-view-more:hover {
    background-color: #fff;
  }
  .top-container .section.section-service .container .service-slider .service-item .flx-view-more .btn-view-more:hover span {
    color: #397DBC;
  }
  .top-container .section.section-news {
    padding: 30px 0 35px;
  }
  .top-container .section.section-news .news-list {
    margin-top: 24px;
  }
  .top-container .section.section-news .news-list .news-row {
    border-bottom: 2px solid #fff;
    display: block;
    padding-top: 8px;
    margin-bottom: 0;
  }
  .top-container .section.section-news .news-list .news-row:first-child {
    border-top: 2px solid #fff;
  }
  .top-container .section.section-news .news-list .news-row .news-col {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
  }
  .top-container .section.section-news .news-list .news-row .news-col span {
    font-size: 16px;
  }
  .top-container .section.section-news .news-list .news-row .news-col-1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 17px;
  }
  .top-container .section.section-news .news-list .news-row .news-col-2 {
    width: 100%;
    line-height: 24px;
    padding-bottom: 20px;
  }
  .top-container .section.section-news .news-list .news-row .news-col-2 img {
    right: 0;
    height: 14px;
    bottom: 21px;
  }
  .top-container .section.section-news .flx-view-more {
    margin-top: 50px;
    background-color: #397DBC;
  }
  .top-container .section.section-news .section-title {
    line-height: 60px;
    margin-bottom: 15px;
  }
  .top-container .section.section-recruit .about-block {
    margin-top: 25px;
  }
  .top-container .section.section-recruit .about-block .about-text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-container .section .btn-view-more.white-btn {
    background-color: #fff;
  }
  .top-container .section .btn-view-more.white-btn span {
    color: #397DBC;
  }
}
@media only screen and (max-width: 500px) {
  .top-container .section.section-service .container .service-slider .service-item h3 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 425px) {
  .top-container .section.section-banner {
    background-image: none;
  }
  .top-container .section.section-banner .container {
    padding: 0 18px;
  }
  .top-container .section.section-banner img.on-sp {
    height: 285px;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
  .top-container .section.section-service .container .service-slider .service-item img {
    margin-top: 15px;
    margin-bottom: 8px;
  }
  .top-container .section.section-service .container .service-slider .service-item h5,
  .top-container .section.section-service .container .service-slider .service-item p {
    margin-bottom: 20px;
  }
  .top-container .section .about-block img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .top-container .section .banner-title {
    font-size: 6.4vw;
    line-height: 1.5625;
  }
  .top-container .section .banner-description {
    font-size: 3.6vw;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 321px) {
  .top-container .section .about-block {
    margin-top: 64px;
  }
  .top-container .section .section-banner {
    height: calc(100vh - 115px);
  }
  .top-container .section.section-banner .container {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .top-container .section .main-slider .slide-item img {
    height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .top-container .section.section-banner .des {
    padding-top: calc(7vh + 30px);
  }
  .top-container .section.section-banner .container {
    margin-bottom: 7vh;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) and (max-aspect-ratio: 3.7/8) {
  .top-container .section.section-banner .des {
    padding-top: calc(10vh + 30px);
  }
  .top-container .section.section-banner .container {
    margin-bottom: 10vh;
    margin-bottom: 0;
  }
}
.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  animation: fadeOut 2s ease forwards;
  -webkit-animation: fadeOut 2s ease forwards;
  -moz-animation: fadeOut 2s ease forwards;
  -o-animation: fadeOut 2s ease forwards;
  -ms-animation: fadeOut 2s ease forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 80%;
  }
  100% {
    opacity: 0;
  }
}
.relative {
  position: relative;
}

.top-container .section.section-banner .the-slider .main-slider .slide-item {
  z-index: 9;
  overflow: hidden;
}
.top-container .section.section-banner .the-slider .main-slider .slide-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-container .section.section-banner .the-slider .main-slider .slide-item .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 50%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  transition: all 1s ease-in-out 0s;
}
.top-container .section.section-banner .the-slider .main-slider .slide-item .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  z-index: -1;
  overflow: hidden;
}
.top-container .section.section-banner .the-slider .main-slider .slide-item .video-bg video {
  width: 100%;
  display: block;
}
.top-container .section.section-banner .the-slider .main-slider .slide-item .banner-des-in-img {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42%;
  overflow: hidden;
}
.top-container .section.section-banner .the-slider .main-slider .slide-item .banner-des-in-img .banner-des {
  position: relative;
}
.top-container .section.section-banner .the-slider .main-slider .slide-item .banner-des-in-img .banner-des .video-bg02 {
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#clip-00);
  clip-path: url(#clip-00);
  overflow: hidden;
}
.top-container .section.section-banner .the-slider .main-slider .slide-item .banner-des-in-img .banner-des .video-bg02 video {
  width: 100%;
  display: block;
}
.top-container .section.section-banner .the-slider .main-slider .slide-item .banner-des-in-img .banner-des svg {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-container .section.section-banner .the-slider .main-slider .slide-item .banner-container {
  padding: 0 clamp(20px, 4.464vw, 50px);
  margin: 0 auto;
}
.top-container .section.section-banner .the-slider .main-slider .slide-item .pos-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
}

.about-container .section-title {
  font-family: "Barlow";
  font-size: 50px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #397DBC;
  margin-bottom: 4px;
}
.about-container .section-des {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}
.about-container .section-container {
  padding: 0 90px;
}
.about-container .header-container .section-container {
  padding: 0;
}
.about-container .about-banner {
  margin-bottom: 96px;
}
.about-container .about-banner .about-banner-img-w {
  position: relative;
  margin-bottom: 180px;
}
.about-container .about-banner .about-banner-img-w::after {
  position: absolute;
  content: "";
  left: 0;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.35);
}
.about-container .about-banner img.about-banner-img {
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -o-object-position: bottom;
     object-position: bottom;
}
.about-container .about-banner h1 {
  font-family: "Barlow";
  font-size: 100px;
  font-weight: 500;
  line-height: 130px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  padding-left: 10px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.about-container .about-banner p {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  padding-left: 10px;
}
.about-container .section-mission {
  position: relative;
  margin-bottom: 200px;
}
.about-container .section-mission .bg-row {
  width: 100%;
  height: 83%;
  background-color: #397DBC;
  position: absolute;
  z-index: 1;
  top: 25%;
}
.about-container .section-mission .section-container {
  display: flex;
  z-index: 9;
  position: relative;
  align-items: center;
}
.about-container .section-mission .section-container .circle-right-mission {
  width: 526px;
  height: 526px;
  margin-right: 109px;
  margin-top: 30px;
  position: relative;
  top: 16px;
}
.about-container .section-mission .section-container .circle-right-mission .circle-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
}
.about-container .section-mission .section-container .circle-right-mission .circle-right .circle-title {
  font-family: "YuGothic";
  font-size: 37px;
  font-weight: bold;
  line-height: 46px;
  font-style: normal;
  text-align: center;
  color: #000;
  margin-bottom: 18px;
}
.about-container .section-mission .section-container .circle-right-mission .circle-right .circle-des {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  font-style: normal;
  text-align: center;
  color: #000;
}
.about-container .section-mission .section-container .circle-right-mission .animate-run {
  animation: scaleCircle 0.8s;
  transform-origin: center center;
  opacity: 1;
}
.about-container .section-mission .section-container .mission-left {
  flex: 1;
}
.about-container .section-mission .section-container .mission-left .section-title {
  color: #ffffff;
}
.about-container .section-mission .section-container .mission-left .section-des {
  margin-bottom: 107px;
}
.about-container .section-mission .section-container .mission-left .text-title {
  font-family: "YuGothic";
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  margin-bottom: 33px;
}
.about-container .section-mission .section-container .mission-left .text-des {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}
.about-container .section-service {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 100px;
}
.about-container .section-service .service-item {
  height: 175px;
  padding: 20px;
  display: flex;
  background-color: #ffffff;
  position: relative;
  text-decoration: none;
  width: 50%;
}
.about-container .section-service .service-item img.service-img {
  margin-right: 17px;
}
.about-container .section-service .service-item .arrow-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.about-container .section-service .service-item .arrow-right:hover::before {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}
.about-container .section-service .service-item .arrow-right:hover::after {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.about-container .section-service .service-item .service-right {
  width: 100%;
  position: relative;
}
.about-container .section-service .service-item .service-right::after, .about-container .section-service .service-item .service-right::before {
  position: absolute;
  width: 23px;
  height: 11px;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
  background-image: url("../images/top/arrow-right.svg");
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(0);
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}
.about-container .section-service .service-item .service-right::before {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.about-container .section-service .service-item .service-right:hover::before {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}
.about-container .section-service .service-item .service-right:hover::after {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.about-container .section-service .service-item .service-right .service-name {
  font-family: "Barlow";
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #397DBC;
  margin-bottom: 17px;
  display: block;
}
.about-container .section-service .service-item .service-right .service-title {
  font-family: "Barlow";
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #397DBC;
  margin-bottom: 9px;
}
.about-container .section-service .service-item .service-right p {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #397DBC;
}
.about-container .section-message {
  background-color: #ffffff;
  margin-bottom: 150px;
}
.about-container .section-message .section-container {
  padding: 26px 100px 55px 100px;
}
.about-container .section-message .section-container .section-des {
  color: #397DBC;
  margin-bottom: 55px;
}
.about-container .section-message .section-container .message-flex-row {
  display: flex;
  justify-content: space-between;
}
.about-container .section-message .section-container .message-flex-row.mrb {
  margin-bottom: 33px;
}
@media only screen and (max-width: 902px) {
  .about-container .section-message .section-container .message-flex-row.mrb {
    margin-bottom: 0;
  }
}
.about-container .section-message .section-container .message-flex-row .auth-name {
  position: relative;
  padding-top: 30px;
  font-family: "Barlow";
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #222;
  margin-bottom: 12px;
}
.about-container .section-message .section-container .message-flex-row .auth-name::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 2px;
  background-color: #222;
  width: 30px;
}
.about-container .section-message .section-container .message-flex-row .right-row-2 {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.about-container .section-message .section-container .message-flex-row .right-row-2 .auth-name:last-child {
  margin-left: 39px;
}
.about-container .section-message .section-container .message-flex-row .right-row-2 .auth-name {
  padding-top: 24px;
  padding-left: 1px;
}
.about-container .section-message .section-container .message-flex-row p {
  font-family: "YuGothic";
  font-size: 16px;
  line-height: 29px;
  font-weight: 500;
}
.about-container .section-message .section-container .message-flex-row .left-row-2 {
  width: 70%;
}
.about-container .section-message .section-container .message-flex-row .right-message {
  width: 36%;
}
.about-container .section-message .section-container .message-flex-row .right-message .main-messsage-content {
  font-family: "YuGothic";
  font-size: 26px;
  font-weight: bold;
  line-height: 42px;
  font-style: normal;
  color: #222;
  margin-bottom: 82px;
}
.about-container .section-message .section-container .message-flex-row .right-message .auth-big-name {
  display: flex;
  align-items: center;
}
.about-container .section-message .section-container .message-flex-row .right-message .auth-big-name p:first-child {
  width: 60%;
  font-family: "YuGothic";
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  line-height: 37px;
  text-align: left;
  color: #222;
}
.about-container .section-message .section-container .message-flex-row .right-message .auth-big-name p:last-child {
  font-family: "Barlow";
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 17px;
  text-align: left;
  color: #222;
}
.about-container .section-message .section-container .message-flex-row .left-message {
  width: 63%;
  padding-top: 15px;
}
.about-container .section-message .section-container .message-flex-row .left-message img {
  width: 100%;
  height: 445px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.about-container .section-company .section-title {
  color: #ffffff;
}
.about-container .section-company .section-container {
  padding: 140px 100px 150px;
}
.about-container .section-company .section-container .company-wrapper {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  padding: 30px 88px 44px 88px;
}
.about-container .section-company .section-container .company-wrapper .company-flex {
  margin-top: 70px;
  display: flex;
}
.about-container .section-company .section-container .company-wrapper .company-flex iframe {
  border: 0;
  max-width: 455px;
  width: 100%;
}
.about-container .section-company .section-container .company-wrapper .company-flex .left-company {
  flex: 1;
}
.about-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row {
  display: flex;
  margin-bottom: 10px;
  max-width: 372px;
}
.about-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row .company-col-1,
.about-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row .company-col-2 {
  font-family: "YuGothic";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}
.about-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row .company-col-1 a,
.about-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row .company-col-2 a {
  color: #ffffff;
  text-decoration: underline;
}
.about-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row .company-col-1 {
  width: 80px;
}
.about-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row .company-col-2 {
  flex: 1;
}
.about-container footer {
  padding-top: 0;
}
.about-container footer .section-container {
  padding: 0;
}

@media only screen and (max-width: 1212px) and (min-width: 1024px) {
  .about-container .section-service .service-item .service-img {
    width: 39%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-container .section-service .service-item .service-right .service-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .about-container .section-mission .section-container .circle-right-mission {
    width: 360px;
    height: 360px;
  }
  .about-container .section-mission .bg-row {
    display: none;
  }
  .about-container .section-mission .section-container {
    align-items: inherit;
  }
  .about-container .section-mission .section-container .mission-left .section-des {
    margin-bottom: 30px;
  }
  .about-container .section-company .section-container .company-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .about-container .section-company .section-container .company-wrapper .company-flex iframe {
    max-width: 320px;
  }
  .about-container .section-mission .section-container .circle-right-mission {
    margin-right: 50px;
  }
  .about-container .section-mission .section-container .circle-right-mission .circle-right .circle-title {
    font-size: 32px;
  }
  .about-container .section-mission .section-container .mission-left .text-title {
    margin-bottom: 10px;
  }
  .about-container .section-service {
    flex-wrap: wrap;
    margin-bottom: 46px;
  }
  .about-container .section-service .service-item {
    width: 450px;
    max-width: 100%;
  }
  .about-container .section-service .service-item .service-right .service-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 902px) and (min-width: 768px) {
  .about-container .section-service .service-item {
    padding: 10px;
  }
  .about-container .section-service .service-item .service-right .service-name {
    font-size: 16px;
  }
  .about-container .section-service .service-item .service-right p {
    font-size: 14px;
  }
  .about-container .section-service .service-item img.service-img {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-container .section-message .section-container .message-flex-row .left-row-2 {
    width: 60%;
  }
  .about-container .section-message .section-container .message-flex-row .right-row-2 {
    width: 40%;
  }
  .about-container .section-company .section-container .company-wrapper .company-flex iframe {
    max-width: 300px;
  }
  .about-container .section-mission .section-container .mission-left .section-des {
    margin-bottom: 25px;
  }
  .about-container .section-mission .section-container .mission-left .text-title {
    font-size: 24px;
    line-height: 32px;
  }
  .about-container .section-mission .section-container .mission-left .text-des {
    font-size: 14px;
  }
}
@media only screen and (max-width: 925px) and (min-width: 768px) {
  .about-container .section-mission .section-container .circle-right-mission {
    margin-right: 45px;
  }
  .about-container .section-company .section-container .company-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .about-container .section-mission .section-container .circle-right-mission {
    margin: auto;
  }
  .about-container .section-mission .section-container .mission-left .text-title {
    line-height: 32px;
  }
  .about-container .section-service .service-item img.service-img {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-container .section-container {
    padding: 0 20px;
  }
  .about-container .about-banner {
    margin-bottom: 80px;
  }
  .about-container .about-banner .about-banner-img-w {
    margin-bottom: 44px;
  }
  .about-container .about-banner img.about-banner-img {
    height: 216px;
  }
  .about-container .about-banner h1 {
    font-size: 50px;
    padding-left: 0;
    line-height: 50px;
  }
  .about-container .about-banner p {
    padding-left: 0;
  }
  .about-container .section-mission {
    padding: 0 20px;
    margin-bottom: 35px;
  }
  .about-container .section-mission .section-title {
    color: #ffffff;
    font-size: 40px;
  }
  .about-container .section-mission .section-container {
    display: block;
    padding: 0;
  }
  .about-container .section-mission .section-container .circle-right-mission {
    width: 336px;
    height: 336px;
    margin-top: 37px;
    margin-bottom: 35px;
    top: 0;
  }
  .about-container .section-mission .section-container .circle-right-mission .circle-right .circle-title {
    font-size: 31px;
    font-weight: 600;
    line-height: 38px;
    margin-top: 9px;
    margin-bottom: 6px;
  }
  .about-container .section-mission .section-container .circle-right-mission .circle-right .circle-des {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 28px;
  }
  .about-container .section-mission .section-container .mission-left .text-des {
    line-height: 31px;
  }
  .about-container .section-mission .section-container .mission-left .text-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .about-container .section-service {
    flex-wrap: wrap;
    padding: 0 10px;
    margin-bottom: 46px;
  }
  .about-container .section-service .service-item {
    width: 450px;
    max-width: 100%;
    height: 140px;
    padding: 10px;
  }
  .about-container .section-service .service-item .arrow-right {
    right: 10px;
    bottom: 10px;
  }
  .about-container .section-service .service-item:first-child {
    margin-bottom: 20px;
  }
  .about-container .section-service .service-item .service-right .service-name {
    font-size: 14px;
    margin-bottom: 21px;
    align-self: flex-end;
  }
  .about-container .section-service .service-item .service-right .service-title {
    font-size: 24px;
    margin: 0;
    white-space: nowrap;
  }
  .about-container .section-service .service-item .service-right p {
    font-size: 14px;
  }
  .about-container .section-message {
    margin-bottom: 47px;
  }
  .about-container .section-message .section-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 47px;
  }
  .about-container .section-message .section-container .section-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 7px;
  }
  .about-container .section-message .section-container .section-des {
    margin-bottom: 10px;
  }
  .about-container .section-message .section-container .message-flex-row {
    display: block;
  }
  .about-container .section-message .section-container .message-flex-row .left-message {
    width: 100%;
    margin-bottom: 25px;
  }
  .about-container .section-message .section-container .message-flex-row .right-message {
    width: 100%;
  }
  .about-container .section-message .section-container .message-flex-row .right-message .main-messsage-content {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-bottom: -4px;
    line-height: 32px;
  }
  .about-container .section-message .section-container .message-flex-row .right-message .row-auth-name {
    display: flex !important;
    margin-bottom: -5px;
  }
  .about-container .section-message .section-container .message-flex-row .right-message .row-auth-name .auth-name {
    margin-bottom: 24px;
  }
  .about-container .section-message .section-container .message-flex-row .right-message .row-auth-name .auth-name:first-child {
    width: 60%;
  }
  .about-container .section-message .section-container .message-flex-row .right-message .row-auth-name .auth-name:last-child {
    flex: 1;
    line-height: 22px;
  }
  .about-container .section-message .section-container .message-flex-row .right-message .auth-big-name {
    margin-bottom: 32px;
  }
  .about-container .section-message .section-container .message-flex-row .left-row-2 {
    font-size: 16px;
    width: 100%;
    line-height: 31px;
    font-weight: 600;
  }
  .about-container .section-company .section-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 47px;
  }
  .about-container .section-company .section-container .company-wrapper {
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .about-container .section-company .section-container .company-wrapper .section-title {
    font-size: 40px;
    margin-bottom: 11px;
  }
  .about-container .section-company .section-container .company-wrapper .company-flex {
    display: block;
    margin-top: 26px;
    border-top: 2px solid #ffffff;
    padding-top: 26px;
  }
  .about-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row {
    margin-bottom: 21px;
  }
  .about-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row .company-col-1,
  .about-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row .company-col-2 {
    font-size: 16px;
  }
  .about-container .section-company .section-container .company-wrapper .company-flex iframe {
    height: 185px;
    max-width: 100%;
  }
  .about-container .section-message .section-container .message-flex-row .right-message .main-messsage-content {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .about-container .section-service .service-item img.service-img {
    width: 40%;
  }
  .about-container .section-service .service-item .service-right {
    width: 100%;
  }
  .about-container .section-service .service-item .service-right .service-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 426px) {
  .about-container .section-message .section-container .message-flex-row .left-message img {
    height: 223px;
  }
}
@media only screen and (max-width: 321px) {
  .about-container .section-mission .section-container .circle-right-mission {
    width: 280px;
    height: 280px;
  }
  .about-container .section-service .service-item img.service-img {
    width: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-container .section-service .service-item .service-right .service-title {
    font-size: 17px;
  }
}
.about-container .section-company .section-container.company-pdtop {
  padding-top: 0;
}

.about-container .section-service.service-pdbt {
  padding-bottom: 150px;
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .about-container .section-service.service-pdbt {
    padding-bottom: 46px;
  }
}

@keyframes scaleCircle {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.business-container .section-title {
  font-family: "Barlow";
  font-size: 50px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #397DBC;
  margin-bottom: 4px;
}
.business-container .section-business {
  background-color: #fff;
}
.business-container .section-business .section-container {
  padding: 100px 90px;
}
.business-container .section-business .section-container .business-title {
  border-left: 5px solid #397DBC;
  padding-left: 20px;
}
.business-container .section-business .section-container .business-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}
.business-container .section-business .section-container .business-block .business-left {
  width: 55%;
  padding-top: 20px;
}
.business-container .section-business .section-container .business-block .business-right {
  width: 40%;
}
.business-container .section-des {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #397DBC;
}
.business-container .section-container {
  padding: 0 90px;
}
.business-container .section-container.business-des {
  margin-top: 80px;
}
.business-container .header-container .section-container {
  padding: 0;
}
.business-container .business-banner {
  margin-bottom: 170px;
}
.business-container .business-banner .business-banner-img-w {
  position: relative;
  margin-bottom: 180px;
}
.business-container .business-banner .business-banner-img-w::after {
  position: absolute;
  content: "";
  left: 0;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.35);
}
.business-container .business-banner img.business-banner-img {
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -o-object-position: bottom;
     object-position: bottom;
}
.business-container .business-banner h1 {
  font-family: "Barlow";
  font-size: 100px;
  font-weight: 500;
  line-height: 130px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  padding-left: 10px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.business-container .business-banner p {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  padding-left: 10px;
}
.business-container .business-banner p.section-des {
  font-size: 30px;
}
.business-container .section-business {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  padding: 0 100px;
}
.business-container .section-business .business-item {
  height: 175px;
  padding: 20px;
  display: flex;
  background-color: #ffffff;
  position: relative;
  text-decoration: none;
  width: 50%;
}
.business-container .section-business .business-item img.business-img {
  margin-right: 17px;
}
.business-container .section-business .business-item .arrow-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.business-container .section-business .business-item .arrow-right:hover::before {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}
.business-container .section-business .business-item .arrow-right:hover::after {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.business-container .section-business .business-item .business-right {
  width: 100%;
  position: relative;
}
.business-container .section-business .business-item .business-right::after, .business-container .section-business .business-item .business-right::before {
  position: absolute;
  width: 23px;
  height: 11px;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
  background-image: url("../images/top/arrow-right.svg");
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(0);
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}
.business-container .section-business .business-item .business-right::before {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.business-container .section-business .business-item .business-right:hover::before {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}
.business-container .section-business .business-item .business-right:hover::after {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.business-container .section-business .business-item .business-right .business-name {
  font-family: "Barlow";
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #397DBC;
  margin-bottom: 17px;
  display: block;
}
.business-container .section-business .business-item .business-right .business-title {
  font-family: "Barlow";
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #397DBC;
  margin-bottom: 9px;
}
.business-container .section-business .business-item .business-right p {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #397DBC;
}
.business-container .section-message {
  background-color: #ffffff;
  margin-bottom: 150px;
}
.business-container .section-message .section-container {
  padding: 26px 100px 55px 100px;
}
.business-container .section-message .section-container .section-des {
  color: #397DBC;
  margin-bottom: 55px;
}
.business-container .section-message .section-container .message-flex-row {
  display: flex;
  justify-content: space-between;
}
.business-container .section-message .section-container .message-flex-row.mrb {
  margin-bottom: 33px;
}
@media only screen and (max-width: 902px) {
  .business-container .section-message .section-container .message-flex-row.mrb {
    margin-bottom: 0;
  }
}
.business-container .section-message .section-container .message-flex-row .auth-name {
  position: relative;
  padding-top: 30px;
  font-family: "Barlow";
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #397DBC;
  margin-bottom: 12px;
}
.business-container .section-message .section-container .message-flex-row .auth-name::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 2px;
  background-color: #397DBC;
  width: 30px;
}
.business-container .section-message .section-container .message-flex-row .right-row-2 {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.business-container .section-message .section-container .message-flex-row .right-row-2 .auth-name:last-child {
  margin-left: 39px;
}
.business-container .section-message .section-container .message-flex-row .right-row-2 .auth-name {
  padding-top: 24px;
  padding-left: 1px;
}
.business-container .section-message .section-container .message-flex-row p {
  font-family: "YuGothic";
  font-size: 16px;
  line-height: 29px;
  font-weight: 500;
}
.business-container .section-message .section-container .message-flex-row .left-row-2 {
  width: 58%;
}
.business-container .section-message .section-container .message-flex-row .right-message {
  width: 36%;
}
.business-container .section-message .section-container .message-flex-row .right-message .main-messsage-content {
  font-family: "YuGothic";
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
  font-style: normal;
  color: #397DBC;
  margin-bottom: 82px;
}
.business-container .section-message .section-container .message-flex-row .right-message .auth-big-name {
  display: flex;
  align-items: center;
}
.business-container .section-message .section-container .message-flex-row .right-message .auth-big-name p:first-child {
  width: 60%;
  font-family: "YuGothic";
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  line-height: 37px;
  text-align: left;
  color: #397DBC;
}
.business-container .section-message .section-container .message-flex-row .right-message .auth-big-name p:last-child {
  font-family: "Barlow";
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 17px;
  text-align: left;
  color: #397DBC;
}
.business-container .section-message .section-container .message-flex-row .left-message {
  width: 63%;
  padding-top: 15px;
}
.business-container .section-message .section-container .message-flex-row .left-message img {
  width: 100%;
  height: 445px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.business-container .section-company .section-title {
  color: #ffffff;
}
.business-container .section-company .section-container {
  padding: 140px 100px 150px;
}
.business-container .section-company .section-container .company-wrapper {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  padding: 30px 88px 44px 88px;
}
.business-container .section-company .section-container .company-wrapper .company-flex {
  margin-top: 70px;
  display: flex;
}
.business-container .section-company .section-container .company-wrapper .company-flex iframe {
  border: 0;
  max-width: 455px;
  width: 100%;
}
.business-container .section-company .section-container .company-wrapper .company-flex .left-company {
  flex: 1;
}
.business-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row {
  display: flex;
  margin-bottom: 10px;
  max-width: 372px;
}
.business-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row .company-col-1,
.business-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row .company-col-2 {
  font-family: "YuGothic";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}
.business-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row .company-col-1 a,
.business-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row .company-col-2 a {
  color: #ffffff;
  text-decoration: underline;
}
.business-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row .company-col-1 {
  width: 80px;
}
.business-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row .company-col-2 {
  flex: 1;
}
.business-container footer {
  padding-top: 0;
}
.business-container footer .section-container {
  padding: 0;
}

@media only screen and (max-width: 1212px) and (min-width: 1024px) {
  .business-container .section-business .business-item .business-img {
    width: 39%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .business-container .section-business .business-item .business-right .business-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .business-container .section-company .section-container .company-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .business-container .section-company .section-container .company-wrapper .company-flex iframe {
    max-width: 320px;
  }
  .business-container .section-business {
    flex-wrap: wrap;
    margin-bottom: 46px;
  }
  .business-container .section-business .business-item {
    width: 450px;
    max-width: 100%;
  }
  .business-container .section-business .business-item .business-right .business-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 902px) and (min-width: 768px) {
  .business-container .section-business .business-item {
    padding: 10px;
  }
  .business-container .section-business .business-item .business-right .business-name {
    font-size: 16px;
  }
  .business-container .section-business .business-item .business-right p {
    font-size: 14px;
  }
  .business-container .section-business .business-item img.business-img {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .business-container .section-message .section-container .message-flex-row .left-row-2 {
    width: 60%;
  }
  .business-container .section-message .section-container .message-flex-row .right-row-2 {
    width: 40%;
  }
  .business-container .section-company .section-container .company-wrapper .company-flex iframe {
    max-width: 300px;
  }
}
@media only screen and (max-width: 925px) and (min-width: 768px) {
  .business-container .section-company .section-container .company-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .business-container .section-business .business-item img.business-img {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .business-container .section-business .section-container {
    padding: 28px 20px;
  }
  .business-container .business-banner {
    margin-bottom: 80px;
  }
  .business-container .business-banner .business-banner-img-w {
    margin-bottom: 44px;
  }
  .business-container .business-banner img.business-banner-img {
    height: 216px;
  }
  .business-container .business-banner h1 {
    font-size: 50px;
    padding-left: 0;
    line-height: 50px;
  }
  .business-container .business-banner p {
    padding-left: 0;
  }
  .business-container .business-banner p.section-des {
    font-size: 21px;
  }
  .business-container .section-business {
    flex-wrap: wrap;
    padding: 0 10px;
    margin-bottom: 46px;
  }
  .business-container .section-business .business-item {
    width: 450px;
    max-width: 100%;
    height: 140px;
    padding: 10px;
  }
  .business-container .section-business .business-item .arrow-right {
    right: 10px;
    bottom: 10px;
  }
  .business-container .section-business .business-item:first-child {
    margin-bottom: 20px;
  }
  .business-container .section-business .business-item .business-right .business-name {
    font-size: 14px;
    margin-bottom: 21px;
    align-self: flex-end;
  }
  .business-container .section-business .business-item .business-right .business-title {
    font-size: 24px;
    margin: 0;
    white-space: nowrap;
  }
  .business-container .section-business .business-item .business-right p {
    font-size: 14px;
  }
  .business-container .section-message {
    margin-bottom: 47px;
  }
  .business-container .section-message .section-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 47px;
  }
  .business-container .section-message .section-container .section-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 7px;
  }
  .business-container .section-message .section-container .section-des {
    margin-bottom: 10px;
  }
  .business-container .section-message .section-container .message-flex-row {
    display: block;
  }
  .business-container .section-message .section-container .message-flex-row .left-message {
    width: 100%;
    margin-bottom: 25px;
  }
  .business-container .section-message .section-container .message-flex-row .right-message {
    width: 100%;
  }
  .business-container .section-message .section-container .message-flex-row .right-message .main-messsage-content {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-bottom: -4px;
    line-height: 32px;
  }
  .business-container .section-message .section-container .message-flex-row .right-message .row-auth-name {
    display: flex !important;
    margin-bottom: -5px;
  }
  .business-container .section-message .section-container .message-flex-row .right-message .row-auth-name .auth-name {
    margin-bottom: 24px;
  }
  .business-container .section-message .section-container .message-flex-row .right-message .row-auth-name .auth-name:first-child {
    width: 60%;
  }
  .business-container .section-message .section-container .message-flex-row .right-message .row-auth-name .auth-name:last-child {
    flex: 1;
    line-height: 22px;
  }
  .business-container .section-message .section-container .message-flex-row .right-message .auth-big-name {
    margin-bottom: 32px;
  }
  .business-container .section-message .section-container .message-flex-row .left-row-2 {
    font-size: 16px;
    width: 100%;
    line-height: 31px;
  }
  .business-container .section-company .section-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 47px;
  }
  .business-container .section-company .section-container .company-wrapper {
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .business-container .section-company .section-container .company-wrapper .section-title {
    font-size: 40px;
    margin-bottom: 11px;
  }
  .business-container .section-company .section-container .company-wrapper .company-flex {
    display: block;
    margin-top: 26px;
    border-top: 2px solid #ffffff;
    padding-top: 26px;
  }
  .business-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row {
    margin-bottom: 21px;
  }
  .business-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row .company-col-1,
  .business-container .section-company .section-container .company-wrapper .company-flex .left-company .company-row .company-col-2 {
    font-size: 16px;
  }
  .business-container .section-company .section-container .company-wrapper .company-flex iframe {
    height: 185px;
    max-width: 100%;
  }
  .business-container .section-message .section-container .message-flex-row .right-message .main-messsage-content {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .business-container .section-business .business-item img.business-img {
    width: 40%;
  }
  .business-container .section-business .business-item .business-right {
    width: 100%;
  }
  .business-container .section-business .business-item .business-right .business-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 426px) {
  .business-container .section-message .section-container .message-flex-row .left-message img {
    height: 223px;
  }
}
@media only screen and (max-width: 321px) {
  .business-container .section-business .business-item img.business-img {
    width: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .business-container .section-business .business-item .business-right .business-title {
    font-size: 17px;
  }
}
.business-container .section-company .section-container.company-pdtop {
  padding-top: 0;
}

.business-container .section-business.business-pdbt {
  padding-bottom: 150px;
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .business-container .section-business.business-pdbt {
    padding-bottom: 46px;
  }
}

@keyframes scaleCircle {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.news-page {
  font-family: "Barlow", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.news-page .header-container ul li a {
  color: #397DBC !important;
}
.news-page .header-container.bg-active {
  background-color: #fff;
}
.news-page #g-scroll-bar span {
  color: #397DBC;
}
.news-page #g-scroll-bar img.sc-bt {
  width: 30px;
}
.news-page .news-content {
  padding: 185px 0 135px;
}
@media (max-width: 768.2px) {
  .news-page .news-content {
    padding: 46px 0 120px;
  }
}
.news-page .news-content .container .page-title {
  color: #397DBC;
}
.news-page .news-content .container .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768.2px) {
  .news-page .news-content .container .news-list {
    flex-direction: column;
  }
}
.news-page .news-content .container .news-list .listcontent {
  margin-right: auto;
  width: 820px;
  max-width: calc(100vw - 150px - 30px);
}
@media (max-width: 1024.2px) {
  .news-page .news-content .container .news-list .listcontent {
    max-width: calc(100vw - 220px);
  }
}
@media (max-width: 768.2px) {
  .news-page .news-content .container .news-list .listcontent {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
  }
}
.news-page .news-content .container .news-list .listcontent .listcontent-item {
  display: flex;
  justify-content: flex-start;
}
.news-page .news-content .container .news-list .listcontent .listcontent-item:not(:last-child) {
  margin-bottom: 36px;
}
@media (max-width: 768.2px) {
  .news-page .news-content .container .news-list .listcontent .listcontent-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-page .news-content .container .news-list .listcontent .listcontent-item:not(:last-child) {
    margin-bottom: 18px;
  }
}
.news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-date {
  min-width: 160px;
  margin-right: 10.5px;
  border-bottom: 3px solid #397DBC;
  padding-bottom: 25px;
  text-align: center;
}
@media (max-width: 768.2px) {
  .news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-date {
    width: 100%;
    border-bottom: none;
    margin: 0;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-date p {
  font-family: "Sofia Sans Condensed";
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #397DBC;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
}
@media (max-width: 768.2px) {
  .news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-date p {
    font-size: 16px;
    line-height: 19px;
  }
}
.news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-date span {
  font-family: "Sofia Sans Condensed";
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #397DBC;
}
@media (max-width: 768.2px) {
  .news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-date span {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 17px;
    padding-right: 40px;
  }
}
.news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-title {
  margin: 0;
  padding: 0;
  padding-bottom: 25px;
  padding-left: 58px;
  padding-right: 10px;
  border-bottom: 3px solid #397DBC;
  display: flex;
  width: 100%;
}
@media (max-width: 1024.2px) {
  .news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-title {
    padding-left: clamp(0px, 58 * (100vw - 768px) / 256, 58px);
  }
}
@media (max-width: 768.2px) {
  .news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-title {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 375.2px) {
  .news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-title {
    padding-bottom: 18px;
    border-width: 2px;
  }
}
.news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-title h3 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Hiragino Kaku Gothic ProN";
}
.news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-title h3 a {
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: clamp(30px, 30px + 75 * (100vw - 375px) / 905, 105px);
  position: relative;
}
.news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-title h3 a::after, .news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-title h3 a::before {
  position: absolute;
  width: 45px;
  height: 22px;
  right: 5px;
  bottom: 50%;
  transform: translate(0, 50%);
  display: block;
  margin: auto;
  content: "";
  background-image: url("../images/news-detail/arrow_b.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}
.news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-title h3 a::before {
  transform: translate(-100%, 50%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-title h3 a:hover::before {
  transform: translate(0, 50%);
  opacity: 1;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}
.news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-title h3 a:hover::after {
  transform: translate(100%, 50%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
@media (max-width: 768.2px) {
  .news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-title h3 a::after, .news-page .news-content .container .news-list .listcontent .listcontent-item .listcontent-title h3 a::before {
    max-width: clamp(24px, 24px + 21 * (100vw - 375px) / 393, 45px);
  }
}
.news-page .news-content .container .news-list .sidebar {
  width: 150px;
}
@media (max-width: 768.2px) {
  .news-page .news-content .container .news-list .sidebar {
    order: 4;
    margin-left: 0;
  }
}
.news-page .news-content .container .news-list .sidebar .sidebar-title {
  margin: 0;
  margin-bottom: 15px;
}
.news-page .news-content .container .news-list .sidebar .sidebar-title h5 {
  font-family: YuGothic;
  font-size: 20px;
  color: #397DBC;
  line-height: 42px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-top: -5px;
}
.news-page .news-content .container .news-list .sidebar .sidebar-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news-page .news-content .container .news-list .sidebar .sidebar-list:not(:last-child) {
  margin-bottom: 16px;
}
.news-page .news-content .container .news-list .sidebar .sidebar-list .sidebar-arrow {
  margin-right: 10px;
}
@media (max-width: 768.2px) {
  .news-page .news-content .container .news-list .sidebar .sidebar-list .sidebar-arrow {
    margin-right: 12px;
  }
}
.news-page .news-content .container .news-list .sidebar .sidebar-list .sidebar-arrow img {
  vertical-align: middle;
}
.news-page .news-content .container .news-list .sidebar .sidebar-list .sidebar-text a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #397DBC;
}
.news-page .news-content .container .news-list .news-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 89px;
}
@media (max-width: 768.2px) {
  .news-page .news-content .container .news-list .news-pagination {
    margin-bottom: 60px;
    margin-top: 8px;
  }
}
.news-page .news-content .container .news-list .news-pagination .page-numbers {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0 1px;
  text-decoration: none;
  font-family: "Barlow";
  font-size: 20px;
  font-weight: 500;
  color: #397DBC;
  display: inline-block;
  vertical-align: middle;
}
.news-page .news-content .container .news-list .news-pagination .page-numbers.current {
  border-radius: 32px;
  background-color: #397DBC;
  color: #fff;
}
.news-page .news-content .container .news-list .news-pagination .page-numbers.prev {
  margin-right: 10px;
  height: auto;
  line-height: 100%;
}
.news-page .news-content .container .news-list .news-pagination .page-numbers.next {
  margin-left: 10px;
  height: auto;
  line-height: 100%;
}
.news-page footer {
  padding-top: 40px;
}

.news-detail {
  font-family: "Barlow", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.news-detail .header-container ul li a {
  color: #397DBC !important;
}
.news-detail .header-container.bg-active {
  background-color: #fff;
}
.news-detail #g-scroll-bar span {
  color: #397DBC;
}
.news-detail #g-scroll-bar img.sc-bt {
  width: 30px;
}
.news-detail .detail-container {
  padding-top: 182px;
  padding-bottom: 138px;
}
@media (max-width: 768.2px) {
  .news-detail .detail-container {
    padding-top: 38px;
    padding-bottom: 122px;
  }
}
.news-detail .detail-container .page-title {
  color: #397DBC;
}
.news-detail .detail-container .detail {
  display: flex;
}
@media (max-width: 768.2px) {
  .news-detail .detail-container .detail {
    flex-direction: column;
  }
}
.news-detail .detail-container .detail .content {
  width: 100%;
  padding-right: clamp(30px, 30px + 78 * (100vw - 768px) / 256, 108px);
}
@media (max-width: 768.2px) {
  .news-detail .detail-container .detail .content {
    margin-bottom: 56px;
    padding-right: 0;
  }
}
.news-detail .detail-container .detail .content .detail-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 21px;
  font-family: "Sofia Sans Condensed";
  font-weight: 600;
}
@media (max-width: 768.2px) {
  .news-detail .detail-container .detail .content .detail-info {
    margin-bottom: 38px;
  }
}
.news-detail .detail-container .detail .content .detail-info p {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.news-detail .detail-container .detail .content .detail-info span {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.6px;
  margin-left: 16px;
}
.news-detail .detail-container .detail .content .detail-content {
  margin-bottom: 63px;
}
@media (max-width: 768.2px) {
  .news-detail .detail-container .detail .content .detail-content {
    margin-bottom: 75px;
  }
}
.news-detail .detail-container .detail .content .detail-content h1 {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 24px;
  line-height: 36px;
  color: #397DBC;
  margin: 0;
  margin-bottom: 32px;
}
@media (max-width: 768.2px) {
  .news-detail .detail-container .detail .content .detail-content h1 {
    font-weight: 500;
    margin-bottom: 36px;
  }
}
.news-detail .detail-container .detail .content .detail-content h2 {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 24px;
  line-height: 36px;
  color: #397DBC;
  margin: 0;
  margin-bottom: 32px;
}
@media (max-width: 768.2px) {
  .news-detail .detail-container .detail .content .detail-content h2 {
    font-weight: 500;
    margin-bottom: 36px;
  }
}
.news-detail .detail-container .detail .content .detail-content h3 {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 18px;
  line-height: 30px;
  color: #397DBC;
  margin-bottom: 44px;
}
@media (max-width: 768.2px) {
  .news-detail .detail-container .detail .content .detail-content h3 {
    font-weight: 500;
    margin-bottom: 38px;
  }
}
.news-detail .detail-container .detail .content .detail-content p {
  font-family: "YuGothic";
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #222;
  margin-bottom: 15px;
}
.news-detail .detail-container .detail .content .detail-content p:nth-last-child(2) {
  margin-top: 35px;
  margin-bottom: 32px;
  padding-left: 24px;
  border-left: 3px solid #7e7e7e;
}
@media (max-width: 768.2px) {
  .news-detail .detail-container .detail .content .detail-content p:nth-last-child(2) {
    margin-left: 9px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
}
.news-detail .detail-container .detail .content .detail-content p:nth-last-child(2) {
  font-family: "YuGothic";
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.03em;
  color: #397DBC;
}
.news-detail .detail-container .detail .content .detail-content .hrleft {
  margin-top: 35px;
  margin-bottom: 32px;
  padding-left: 24px;
  border-left: 3px solid #7e7e7e;
}
@media (max-width: 768.2px) {
  .news-detail .detail-container .detail .content .detail-content .hrleft {
    margin-left: 9px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
}
.news-detail .detail-container .detail .content .back-button {
  margin: 0 auto;
  text-align: center;
}
.news-detail .detail-container .detail .content .back-button .btn-view-more {
  display: inline-block;
  min-width: 160px;
  padding: 3px 30px 5px 30px;
  border: 2px solid #397DBC;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
}
.news-detail .detail-container .detail .content .back-button .btn-view-more span {
  font-family: "Barlow";
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #397DBC;
}
.news-detail .detail-container .detail .content .back-button .btn-view-more:hover {
  background-color: #397DBC;
}
.news-detail .detail-container .detail .content .back-button .btn-view-more:hover span {
  color: #ffffff;
}
@media (max-width: 768.2px) {
  .news-detail .detail-container .detail .content .back-button .btn-view-more {
    background-color: #397DBC;
  }
  .news-detail .detail-container .detail .content .back-button .btn-view-more span {
    color: #fff;
  }
  .news-detail .detail-container .detail .content .back-button .btn-view-more:hover {
    background-color: #ffffff;
  }
  .news-detail .detail-container .detail .content .back-button .btn-view-more:hover span {
    color: #397DBC;
  }
}
.news-detail .detail-container .detail .sidebar {
  width: 180px;
}
.news-detail .detail-container .detail .sidebar .sidebar-title {
  margin: 0;
  margin-bottom: 13px;
}
@media (max-width: 768.2px) {
  .news-detail .detail-container .detail .sidebar .sidebar-title {
    margin-bottom: 19px;
  }
}
.news-detail .detail-container .detail .sidebar .sidebar-title h5 {
  font-family: YuGothic;
  font-size: 20px;
  color: #397DBC;
  line-height: 42px;
  font-weight: bold;
  margin: 0;
  margin-block: 0;
  padding: 0;
  margin-top: -8px;
}
@media (max-width: 768.2px) {
  .news-detail .detail-container .detail .sidebar .sidebar-title h5 {
    margin-top: 0;
  }
}
.news-detail .detail-container .detail .sidebar .sidebar-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news-detail .detail-container .detail .sidebar .sidebar-list:not(:last-child) {
  margin-bottom: 17px;
}
@media (max-width: 768.2px) {
  .news-detail .detail-container .detail .sidebar .sidebar-list:not(:last-child) {
    margin-bottom: 15px;
  }
}
.news-detail .detail-container .detail .sidebar .sidebar-list .sidebar-arrow {
  margin-right: 12px;
}
.news-detail .detail-container .detail .sidebar .sidebar-list .sidebar-arrow img {
  vertical-align: middle;
}
.news-detail .detail-container .detail .sidebar .sidebar-list .sidebar-text a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #397DBC;
}

.recruit-content {
  font-family: "Barlow", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.recruit-content #g-scroll-bar img.sc-bt {
  width: 30px;
}
.recruit-content .recruit-container {
  background-color: #fff;
  padding-top: 182px;
  padding-bottom: 114px;
}
@media (max-width: 768.2px) {
  .recruit-content .recruit-container {
    padding-bottom: 38px;
    padding-top: 46px;
  }
}
.recruit-content .recruit-container .container {
  max-width: calc(100% - 200px);
  width: 1080px;
  margin: 0 auto;
  padding: 0;
}
.recruit-content .recruit-container .container .page-title {
  color: #397DBC;
}
@media (max-width: 1024.2px) {
  .recruit-content .recruit-container .container {
    max-width: 100%;
    padding: 0 clamp(20px, 20px + 80 * (100vw - 375px) / 649, 100px);
    margin: 0;
  }
}
.recruit-content .recruit-container .container .message {
  margin-bottom: 45px;
  color: #397DBC;
}
@media (max-width: 1024.2px) {
  .recruit-content .recruit-container .container .message {
    margin-bottom: 43px;
  }
}
.recruit-content .recruit-container .container .message .h2-message {
  margin-bottom: 12px;
  font-family: "Barlow", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  color: #397DBC;
}
.recruit-content .recruit-container .container .message .h2-message a {
  text-decoration: none;
}
@media (max-width: 768.2px) {
  .recruit-content .recruit-container .container .message .h2-message {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 8px;
  }
}
.recruit-content .recruit-container .container .message p {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #222;
  text-align: left;
  margin: 0;
}
.recruit-content .recruit-container .container .new-item-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 166px;
}
@media (max-width: 768.2px) {
  .recruit-content .recruit-container .container .new-item-left {
    flex-direction: column-reverse;
    margin-bottom: 45px;
  }
}
.recruit-content .recruit-container .container .new-item-left .item-content-left {
  width: 385px;
  max-width: 45%;
  margin-right: 30px;
}
@media (max-width: 768.2px) {
  .recruit-content .recruit-container .container .new-item-left .item-content-left {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768.2px) {
  .recruit-content .recruit-container .container .new-item-left .item-content-left {
    margin-right: 0;
  }
}
.recruit-content .recruit-container .container .new-item-left .item-content-left h3 {
  margin-bottom: 15px;
  color: #222;
}
@media (max-width: 375.2px) {
  .recruit-content .recruit-container .container .new-item-left .item-content-left h3 {
    margin-bottom: 5px;
  }
}
.recruit-content .recruit-container .container .new-item-left .item-content-left h3 a {
  text-decoration: none;
  font-family: "YuGothic";
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  color: #222;
  margin: 0;
  margin-bottom: 15px;
}
@media (max-width: 768.2px) {
  .recruit-content .recruit-container .container .new-item-left .item-content-left h3 a {
    font-family: "YuGothic";
    font-size: 22px;
    line-height: 37px;
  }
}
.recruit-content .recruit-container .container .new-item-left .item-content-left h3 .big-text {
  font-size: 20px;
  font-weight: 700;
}
.recruit-content .recruit-container .container .new-item-left .item-content-left p {
  font-family: "YuGothic";
  font-size: 16px;
  line-height: 29px;
  color: #222;
  font-weight: 500;
}
@media (max-width: 768.2px) {
  .recruit-content .recruit-container .container .new-item-left .item-content-left p {
    line-height: 31px;
  }
}
.recruit-content .recruit-container .container .new-item-left .item-img {
  width: 614px;
  max-width: 58%;
  height: auto;
}
@media (max-width: 768.2px) {
  .recruit-content .recruit-container .container .new-item-left .item-img {
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
  }
  .recruit-content .recruit-container .container .new-item-left .item-img img {
    text-align: center;
  }
}
.recruit-content .recruit-container .container .new-item-left .item-img img {
  width: 100%;
  height: auto;
  text-align: right;
}
.recruit-content .recruit-container .container .new-item-right {
  background-color: #397DBC;
  margin-bottom: 130px;
  margin-right: -100px;
  position: relative;
}
@media (max-width: 1024.2px) {
  .recruit-content .recruit-container .container .new-item-right {
    margin-right: calc((20px + 80 * (100vw - 375px) / 649) * -1);
    margin-left: 0;
  }
}
@media (max-width: 768.2px) {
  .recruit-content .recruit-container .container .new-item-right {
    margin: 0 calc((20px + 80 * (100vw - 375px) / 649) * -1);
    margin-top: clamp(150px, 150px + 110 * (100vw - 375px) / 393, 260px);
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
@media (max-width: 375.2px) {
  .recruit-content .recruit-container .container .new-item-right {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.recruit-content .recruit-container .container .new-item-right .item-content-right {
  width: 600px;
  max-width: 55%;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 100px;
  padding-bottom: 70px;
}
@media (max-width: 1024.2px) {
  .recruit-content .recruit-container .container .new-item-right .item-content-right {
    padding-right: calc(20px + 80 * (100vw - 375px) / 649);
  }
}
@media (max-width: 768.2px) {
  .recruit-content .recruit-container .container .new-item-right .item-content-right {
    width: 100%;
    max-width: 100%;
    padding-top: clamp(140px, 140px + 120 * (100vw - 375px) / 393, 260px);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 113px;
  }
}
.recruit-content .recruit-container .container .new-item-right .item-content-right h3 {
  font-family: "YuGothic";
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 15px;
}
@media (max-width: 1024.2px) {
  .recruit-content .recruit-container .container .new-item-right .item-content-right h3 {
    font-size: 22px;
    line-height: 37px;
  }
}
@media (max-width: 375.2px) {
  .recruit-content .recruit-container .container .new-item-right .item-content-right h3 {
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 37px;
  }
}
.recruit-content .recruit-container .container .new-item-right .item-content-right h3 a {
  text-decoration: none;
  color: #fff;
}
.recruit-content .recruit-container .container .new-item-right .item-content-right h3 .big-text {
  font-size: 20px;
  font-weight: 700;
}
.recruit-content .recruit-container .container .new-item-right .item-content-right p {
  font-family: "YuGothic";
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0;
  color: #fff;
  font-weight: 500;
  margin-block: 0;
}
@media (max-width: 375.2px) {
  .recruit-content .recruit-container .container .new-item-right .item-content-right p {
    line-height: 31px;
  }
}
.recruit-content .recruit-container .container .new-item-right .item-img {
  width: 560px;
  max-width: 53%;
  height: auto;
  position: absolute;
  top: -67px;
  left: -100px;
}
@media (max-width: 1024.2px) {
  .recruit-content .recruit-container .container .new-item-right .item-img {
    left: calc((20px + 80 * (100vw - 375px) / 649) * -1);
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768.2px) {
  .recruit-content .recruit-container .container .new-item-right .item-img {
    width: 100%;
    max-width: calc(100% - 40px);
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.recruit-content .recruit-container .container .new-item-right .item-img img {
  width: 100%;
  height: auto;
}
.recruit-content .recruit-container .container h2 a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Barlow";
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #397DBC;
}
@media (max-width: 375.2px) {
  .recruit-content .recruit-container .container h2 a {
    color: #397DBC;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
  }
}
.recruit-content .recruit-container .container .entry {
  width: 820px;
  max-width: 100%;
  height: 130px;
  border: none;
  border-top: 3px solid #397DBC;
  border-bottom: 3px solid #397DBC;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: color 0.5s ease;
  position: relative;
}
.recruit-content .recruit-container .container .entry::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: white;
  transform-origin: left;
  transition: width 0.5s ease;
}
.recruit-content .recruit-container .container .entry:hover::after {
  width: 100%;
}
.recruit-content .recruit-container .container .entry:hover a {
  color: #397DBC;
  z-index: 99;
  transition: width 0.5s ease;
}
@media (max-width: 768.2px) {
  .recruit-content .recruit-container .container .entry {
    height: 100px;
  }
}
@media (max-width: 376.2px) {
  .recruit-content .recruit-container .container .entry {
    background: #fff;
    color: #397DBC;
    margin: 0 auto;
    margin-top: 60px;
    width: 270px;
    max-width: 100%;
    height: auto;
    padding: 17px 0;
  }
}

.privacy-policy {
  font-family: "Barlow", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #397DBC;
}
.privacy-policy #g-scroll-bar img.sc-bt {
  width: 30px;
}
.privacy-policy .ppolicy-container {
  padding-top: 180px;
  padding-bottom: 75px;
}
@media (max-width: 768.2px) {
  .privacy-policy .ppolicy-container {
    padding-top: 45px;
  }
}
.privacy-policy .ppolicy-container .ppolicy-content {
  padding: 0 clamp(0px, 130 * (100vw - 375px) / 649, 130px);
}
@media (max-width: 375.2px) {
  .privacy-policy .ppolicy-container .ppolicy-content {
    padding: 0;
    padding-top: 9px;
  }
}
.privacy-policy .ppolicy-container .ppolicy-content p {
  font-family: "YuGothic";
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 27px;
}
.privacy-policy .ppolicy-container .ppolicy-content .mbt60 {
  margin-bottom: 60px;
}

.contact-content {
  font-family: "Barlow", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #397DBC;
}
.contact-content #g-scroll-bar img.sc-bt {
  width: 30px;
}
.contact-content .contact-container {
  padding-top: 180px;
  padding-bottom: 67px;
}
@media only screen and (max-width: 768px) {
  .contact-content .contact-container {
    padding-top: 45px;
  }
}
.contact-content .contact-container .page-title {
  color: #397DBC;
}
.contact-content .contact-container .contact-input {
  padding: 0 clamp(0px, 130 * (100vw - 375px) / 649, 130px);
  position: relative;
}
@media (max-width: 375.2px) {
  .contact-content .contact-container .contact-input {
    padding: 0;
  }
}
.contact-content .contact-container .contact-input .show-on-confirm {
  display: none;
}
.contact-content .contact-container .contact-input p {
  font-family: "YuGothic";
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0;
  margin-bottom: 58px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .contact-content .contact-container .contact-input p {
    line-height: 31px;
    margin-bottom: 80px;
  }
}
.contact-content .contact-container .contact-input p .on-sp-inline {
  display: none;
}
@media only screen and (max-width: 768px) {
  .contact-content .contact-container .contact-input p .on-sp-inline {
    display: inline-block !important;
  }
}
.contact-content .contact-container .contact-input p .on-sp-inline a {
  color: #fff;
}
.contact-content .contact-container .contact-input p.p-confirm {
  margin-bottom: 68px;
}
@media only screen and (max-width: 768px) {
  .contact-content .contact-container .contact-input p.p-confirm {
    margin-bottom: 58px;
  }
}
.contact-content .contact-container .contact-input .contact-form {
  margin-bottom: 52px;
}
@media only screen and (max-width: 768px) {
  .contact-content .contact-container .contact-input .contact-form {
    margin-bottom: 36px;
  }
}
.contact-content .contact-container .contact-input .contact-form .form-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  border: none;
  border-bottom: 2px solid #397DBC;
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  .contact-content .contact-container .contact-input .contact-form .form-item {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .contact-content .contact-container .contact-input .contact-form .form-item .show-on-confirm:not(.message) {
    margin-left: 45px;
  }
}
.contact-content .contact-container .contact-input .contact-form .form-item:last-child {
  border: none;
  margin-top: -10px;
}
.contact-content .contact-container .contact-input .contact-form .form-item .form-label {
  position: relative;
  margin-right: 20px;
  min-width: 190px;
}
@media only screen and (max-width: 768px) {
  .contact-content .contact-container .contact-input .contact-form .form-item .form-label {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.contact-content .contact-container .contact-input .contact-form .form-item .form-label strong {
  color: #397DBC;
  font-family: "YuGothic";
  font-size: 10px;
  font-weight: 700;
}
.contact-content .contact-container .contact-input .contact-form .form-item .form-label .style-box {
  display: inline-block;
  background-color: #397DBC;
  color: #fff;
  border-radius: 18px;
  text-align: center;
  line-height: 10px;
  padding: 4px 0;
  padding-left: 8px;
  padding-right: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact-content .contact-container .contact-input .contact-form .form-item .form-label .style-modify {
  background-color: #7e7e7e;
  color: #fff;
}
.contact-content .contact-container .contact-input .contact-form .form-item .form-label span {
  color: #397DBC;
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  margin-left: 45px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .contact-content .contact-container .contact-input .contact-form .form-item .form-label span {
    width: 100%;
    max-width: 100%;
  }
}
.contact-content .contact-container .contact-input .contact-form .form-item .textarea-label {
  align-self: flex-start;
}
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right {
  width: 590px;
  max-width: calc(100% - 190px);
  margin-left: auto;
}
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right .form-control,
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right .form-select {
  height: 35px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #7e7e7e;
}
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right .form-control::-moz-placeholder, .contact-content .contact-container .contact-input .contact-form .form-item .fitem-right .form-select::-moz-placeholder {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  color: #397DBC;
}
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right select,
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right select option,
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right .form-control::placeholder,
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right .form-select::placeholder {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  color: #397DBC;
}
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right .form-control::-moz-placeholder, .contact-content .contact-container .contact-input .contact-form .form-item .fitem-right .form-select::-moz-placeholder {
  color: #676767;
}
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right .form-control::placeholder,
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right .form-select::placeholder {
  color: #676767;
}
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  color: #397DBC;
}
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right select {
  color: #676767;
}
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right select:focus,
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right select:active,
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right select:hover,
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right select:focus:active {
  color: #397DBC;
}
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right option:first-of-type {
  display: none;
}
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right .message {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}
@media (max-width: 768.2px) {
  .contact-content .contact-container .contact-input .contact-form .form-item .fitem-right {
    max-width: 100%;
  }
}
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right input[type=text],
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right input[type=email],
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right textarea {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: 500;
  line-height: 35px !important;
  color: #397DBC;
}
.contact-content .contact-container .contact-input .contact-form .form-item .fitem-right textarea {
  height: 144px !important;
  resize: none;
  padding-top: 15px !important;
}
.contact-content .contact-container .contact-input .contact-form .form-item-confirm {
  padding-bottom: 36px;
  margin-bottom: 36px;
}
.contact-content .contact-container .contact-input .contact-form .form-textArea {
  border-bottom: none;
  margin-bottom: 36px;
}
.contact-content .contact-container .contact-input span {
  position: relative;
}
.contact-content .contact-container .contact-input span label.error {
  color: #ff0000;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
}
.contact-content .contact-container .contact-input span #your_agree-error {
  top: calc(100% + 5px);
  left: -100px;
  width: 300px;
}
.contact-content .contact-container .contact-input .form-textArea #formTextArea-error {
  top: 100%;
}
.contact-content .contact-container .contact-input .agree {
  padding: 0 15px;
  padding-top: 34px;
  padding-bottom: 31px;
  text-align: center;
  background-color: #7e7e7e;
  color: #fff;
  border: none;
  margin-bottom: 68px;
}
@media (max-width: 375.2px) {
  .contact-content .contact-container .contact-input .agree {
    padding-bottom: 26px;
    margin-bottom: 52px;
  }
}
.contact-content .contact-container .contact-input .agree a {
  color: #fff;
}
.contact-content .contact-container .contact-input .agree h3 {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.contact-content .contact-container .contact-input .agree p {
  font-family: "YuGothic";
  font-size: 15px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 16px;
  color: #fff;
}
@media (max-width: 375.2px) {
  .contact-content .contact-container .contact-input .agree p {
    line-height: 31px;
  }
}
.contact-content .contact-container .contact-input .agree .form-check .form-check-input {
  width: 15px;
  height: 15px;
  border-radius: 0;
  transform: translateY(0.15em);
}
.contact-content .contact-container .contact-input .agree .form-check .form-check-label {
  font-family: "YuGothic";
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.contact-content .contact-container .contact-input .btn {
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 375.2px) {
  .contact-content .contact-container .contact-input .btn {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.contact-content .contact-container .contact-input .btn .button {
  font-family: "YuGothic";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: transparent;
  padding: 0 33px;
  padding-top: 9.5px;
  padding-bottom: 8.5px;
  border-radius: 100px;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  width: 160px;
}
.contact-content .contact-container .contact-input .btn .button:hover {
  background-color: #fff;
  color: #397DBC;
}
@media (max-width: 500.2px) {
  .contact-content .contact-container .contact-input .btn .button {
    background-color: #fff;
    color: #397DBC;
    min-width: 160px;
  }
  .contact-content .contact-container .contact-input .btn .button:hover {
    background-color: #397DBC;
    color: #fff;
  }
}
.contact-content .contact-container .contact-input .btn .btn-modify {
  color: #7e7e7e;
  background-color: transparent;
  border-color: #7e7e7e;
}
.contact-content .contact-container .contact-input .btn .btn-modify:hover {
  background-color: #7e7e7e;
  color: #fff;
}
.contact-content .contact-container .contact-completed {
  padding: 0 clamp(0px, 130 * (100vw - 375px) / 649, 130px);
  padding-bottom: 45px;
}
@media (max-width: 375.2px) {
  .contact-content .contact-container .contact-completed {
    padding: 0;
    padding-bottom: 28px;
  }
}
.contact-content .contact-container .contact-completed h3 {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 38px;
}
@media (max-width: 375.2px) {
  .contact-content .contact-container .contact-completed h3 {
    line-height: 31px;
    margin-bottom: 40px;
  }
}
.contact-content .contact-container .contact-completed p {
  font-family: "YuGothic";
  font-size: 15px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0;
  padding-bottom: 30px;
}
@media (max-width: 375.2px) {
  .contact-content .contact-container .contact-completed p {
    line-height: 31px;
  }
}
.contact-content .contact-container .contact-completed .more-confirmations {
  padding: 0 15px;
  padding-top: 46px;
  padding-bottom: 3px;
  text-align: center;
  background-color: #7e7e7e;
  color: #fff;
  border: none;
  margin-top: 36px;
  margin-bottom: 98px;
}
@media only screen and (max-width: 768px) {
  .contact-content .contact-container .contact-completed .more-confirmations {
    padding-top: 26px;
    padding-bottom: 13px;
    margin-top: 70px;
    margin-bottom: 72px;
  }
}
.contact-content .contact-container .contact-completed .more-confirmations p {
  font-family: "YuGothic";
  font-size: 16px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .contact-content .contact-container .contact-completed .more-confirmations p {
    line-height: 31px;
  }
}
.contact-content .contact-container .contact-completed .more-confirmations p .on-sp-inline {
  display: none;
}
@media only screen and (max-width: 768px) {
  .contact-content .contact-container .contact-completed .more-confirmations p .on-sp-inline {
    display: inline-block !important;
  }
  .contact-content .contact-container .contact-completed .more-confirmations p .on-sp-inline a {
    color: #fff;
  }
}
.contact-content .contact-container .contact-completed a {
  font-size: inherit;
}
.contact-content .contact-container .contact-completed .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-content .contact-container .contact-completed .btn .button {
  font-family: "YuGothic";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: transparent;
  padding: 0 51px;
  padding-top: 9.5px;
  padding-bottom: 8.5px;
  border-radius: 100px;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  width: 160px;
}
@media (max-width: 500.2px) {
  .contact-content .contact-container .contact-completed .btn .button {
    background-color: #fff;
    color: #397DBC;
  }
}
.contact-content .contact-container .contact-completed .btn .button:hover {
  background-color: #fff;
  color: #397DBC;
}
.contact-content .contact-container .contact-completed .btn .btn-completed {
  font-family: "Barlow";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 27px;
  padding-top: 3.5px;
  padding-bottom: 4.5px;
}

.service-single {
  background-color: #397DBC;
}
.service-single .section-container {
  padding: 0 10px;
}
.service-single .header-container .section-container {
  padding: 0;
}
.service-single .about-banner {
  margin-bottom: 170px;
}
.service-single .about-banner .about-banner-img-w {
  position: relative;
  margin-bottom: 180px;
}
.service-single .about-banner .about-banner-img-w::after {
  position: absolute;
  content: "";
  left: 0;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.35);
  display: block;
}
.service-single .about-banner img.about-banner-img {
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.service-single .about-banner h1 {
  font-family: "Barlow";
  font-size: 100px;
  font-weight: 500;
  line-height: 130px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  padding-left: 10px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.service-single .about-banner p {
  font-family: "YuGothic";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  padding-left: 10px;
}
.service-single .service-container {
  max-width: 1152px;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 160px;
}
.service-single .service-container .page-title {
  margin-bottom: 57px;
}
.service-single .service-container .page-title h1 {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  line-height: 1;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 6px;
}
.service-single .service-container .page-title p {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  color: #ffffff;
}
.service-single .service-container .service-content {
  position: relative;
}
.service-single .service-container .service-content h4 {
  font-family: "YuGothic";
  font-size: 36px;
  line-height: 175%;
  color: #ffffff;
  margin-bottom: 100px;
}
.service-single .service-container .service-content p {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 175%;
  color: #ffffff;
  max-width: 858px;
}
.service-single .service-container .service-content .service-bg {
  text-align: center;
  position: relative;
}
.service-single .service-container .service-content .service-bg svg {
  display: block;
  margin: auto;
}
.service-single .service-container .service-content .sns-bg {
  text-align: center;
  position: relative;
}
.service-single .service-container .service-content .sns-bg .bg-group {
  position: relative;
  width: 100%;
}
.service-single .service-container .service-content .sns-bg .bg-group .phone-anime {
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  max-width: 19.5%;
  height: auto;
}
.service-single .service-container .service-content .service-group {
  padding-left: clamp(0px, 294 * (100vw - 768px) / 512, 294px);
  margin-bottom: 190px;
}
.service-single .service-container .service-content .service-group .service-item {
  margin-bottom: 75px;
}
.service-single .service-container .service-content .service-group .service-item h2 {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 88px;
  line-height: 175%;
  color: #ffffff;
  margin-bottom: 8px;
  margin-left: -6px;
}
@media only screen and (max-width: 769px) {
  .service-single .service-container .service-content .service-group .service-item h2 {
    margin-left: -3px;
  }
}
.service-single .service-container .service-content .service-group .service-item span {
  font-family: "YuGothic";
  font-weight: 700;
  font-size: 32px;
  border-left: 3px solid #000000;
  vertical-align: top;
  padding-left: 24px;
  margin-left: 24px;
}
.service-single .service-container .service-content .service-group .service-item h3 {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 64px;
  line-height: 175%;
  color: #ffffff;
  margin-bottom: 8px;
  margin-left: -3px;
}
@media only screen and (max-width: 769px) {
  .service-single .service-container .service-content .service-group .service-item h3 {
    margin-left: -2px;
  }
}
.service-single .service-container .service-content .service-group .service-item p {
  font-family: "YuGothic";
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  color: #ffffff;
}
.service-single .service-container .service-content .service-group .seo-item {
  margin-bottom: 105px;
}
.service-single .service-container .service-content .service-group .sns-item {
  margin-bottom: 113px;
}
.service-single .service-container .service-content .service-group .pic-content {
  width: 100%;
  display: flex;
  gap: 18px;
  margin-top: -64px;
  justify-content: center;
}
.service-single .service-container .service-content .service-group .pic-content a img {
  width: 100%;
  max-width: 274px;
  height: auto;
}
.service-single .service-container .service-content .service-group .pic-content br {
  display: none;
}
.service-single .service-container .service-content .sns-group {
  margin-bottom: 156px;
}
.service-single .service-container .service-card {
  max-width: 951px;
  margin: 0 auto;
  background-color: #ffffff;
  display: flex;
  padding: 32px;
}
.service-single .service-container .service-card a {
  width: 36%;
}
.service-single .service-container .service-card a img {
  width: 320px;
  height: 239px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-single .service-container .service-card .card-content {
  width: 64%;
  padding-left: 64px;
}
.service-single .service-container .service-card .card-content a {
  text-decoration: none;
  color: #000000;
}
.service-single .service-container .service-card .card-content a h5 {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 48px;
  line-height: 175%;
  margin-bottom: 16px;
}
.service-single .service-container .service-card .card-content h6 {
  font-family: "YuGothic";
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
  margin-bottom: 16px;
}
.service-single .service-container .service-card .card-content p {
  font-family: "YuGothic";
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
  margin-bottom: 24px;
}
.service-single .service-container .service-card .card-content .btn-view-more {
  display: inline-block;
  padding: 3px 30px 5px 30px;
  border: 2px solid #397DBC;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
}
.service-single .service-container .service-card .card-content .btn-view-more span {
  font-family: "Barlow";
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #397DBC;
}
.service-single .service-container .service-card .card-content .btn-view-more:hover {
  background-color: #397DBC;
}
.service-single .service-container .service-card .card-content .btn-view-more:hover span {
  color: #fff;
}

@media only screen and (min-width: 1050px) {
  #anime_sns {
    scale: 1.3;
    -webkit-scale: 1.3;
  }
}
svg#anime {
  margin: 50px auto;
}

@media only screen and (max-width: 1192px) {
  .service-single .service-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1025px) {
  .service-single .service-container .service-content .service-bg {
    top: 2.5vw;
  }
}
@media only screen and (max-width: 769px) {
  #anime_sns {
    scale: 1;
    -webkit-scale: 1;
  }
  svg#anime {
    margin: 20px auto;
  }
  .service-single .section-container {
    padding: 0 20px;
  }
  .service-single .about-banner {
    margin-bottom: 80px;
  }
  .service-single .about-banner .about-banner-img-w {
    margin-bottom: 44px;
  }
  .service-single .about-banner img.about-banner-img {
    height: 216px;
  }
  .service-single .about-banner h1 {
    font-size: 50px;
    padding-left: 0;
    line-height: 50px;
  }
  .service-single .about-banner p {
    padding-left: 0;
  }
  .service-single .service-container {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .service-single .service-container .page-title {
    margin-bottom: 78px;
  }
  .service-single .service-container .page-title h1 {
    font-size: 50px;
  }
  .service-single .service-container .service-content h4 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .service-single .service-container .service-content p {
    font-size: 16px;
  }
  .service-single .service-container .service-content .service-bg {
    top: 3vw;
    height: 60vw;
  }
  .service-single .service-container .service-content .sns-bg {
    top: -6vw;
  }
  .service-single .service-container .service-content .sns-bg .bg-group {
    height: 80vw;
  }
  .service-single .service-container .service-content .service-group {
    margin-bottom: 60px;
  }
  .service-single .service-container .service-content .service-group .service-item {
    margin-bottom: 30px;
  }
  .service-single .service-container .service-content .service-group .service-item h2 {
    font-size: 36px;
  }
  .service-single .service-container .service-content .service-group .service-item span {
    font-size: 20px;
    border-left-width: 2px;
    padding-left: 18px;
    margin-left: 18px;
  }
  .service-single .service-container .service-content .service-group .service-item h3 {
    font-size: 26px;
  }
  .service-single .service-container .service-content .service-group .seo-item {
    margin-bottom: 60px;
  }
  .service-single .service-container .service-content .sns-group .pic-content {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .service-single .service-container .service-card {
    flex-direction: column;
  }
  .service-single .service-container .service-card a {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .service-single .service-container .service-card .card-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .service-single .service-container .service-card .card-content a h5 {
    font-size: 40px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 500px) {
  .service-single .service-container .service-card .card-content a h5 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 376px) {
  .service-single .service-container .service-content .service-bg {
    top: 0;
  }
}
@media only screen and (max-width: 376px) {
  .service-single .service-container .service-card {
    padding: 8px;
  }
  .service-single .service-container .service-card .card-content {
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 321px) {
  .service-single .service-container .service-content .service-group .service-item h2 {
    font-size: 26px;
  }
  .service-single .service-container .service-content .service-group .service-item span {
    font-size: 18px;
  }
}
.service-single .service-container .service-content .service-h4 {
  margin-bottom: 260px;
}

.service-single .service-container .service-content .service-h5 {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 175%;
  color: #ffffff;
  margin-top: -170px;
  margin-bottom: 100px;
}

.service-single .service-container .service-content .channel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 300px;
  gap: 30px;
}

.service-single .service-container .service-content .channel .channel-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.service-single .service-container .service-content .channel .channel-row .channel-line {
  margin-right: 50px;
}

.service-single .service-container .service-content .channel .channel-row .channel-icon {
  margin-right: 45px;
}

.service-single .service-container .service-content .service-subtitle {
  font-family: "YuGothic";
  font-size: 36px;
  line-height: 175%;
  color: #ffffff;
  padding-left: 30px;
  position: relative;
  margin-bottom: 150px;
}

.service-single .service-container .service-content .service-subtitle::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.5px;
  height: 35px;
  background-color: #ffffff;
}

.service-single .service-container .service-content .service-subtitle-btm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: -100px;
  margin-bottom: 20px;
}

.service-single .service-container .service-content .service-subtitle-btm .service-subtitle-btmtext {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 175%;
  color: #ffffff;
  padding-left: 20px;
}

.service-single .service-container .service-content .service-section {
  max-width: 905px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 165px;
}

.service-single .service-container .service-content .service-section > p {
  max-width: none;
}

.service-single .service-container .service-content .service-section p.num {
  font-family: "YuGothic";
  font-size: 40px;
  line-height: 175%;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  border-radius: 50%;
  width: 77px;
  height: 77px;
  margin: 0 auto 30px;
}

.service-single .service-container .service-content .service-section .num-title {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 75px;
}

.service-single .service-container .service-content .service-section .num-title span {
  font-family: "YuGothic";
  font-size: 28px;
  line-height: 175%;
  color: #ffffff;
  text-align: center;
  padding: 0 20px;
  background-color: #397DBC;
}

.service-single .service-container .service-content .service-section .num-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  z-index: -1;
}

.service-single .service-container .service-content .service-section .step {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 215px;
  margin: 0 auto 50px;
  border: 1.5px solid #ffffff;
  background-color: #1B1B1B;
}

.service-single .service-container .service-content .service-section .step .step-left {
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: relative;
}

.service-single .service-container .service-content .service-section .step .step-left::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5px;
  height: 120px;
  background-color: #ffffff;
}

.service-single .service-container .service-content .service-section .step .step-left .step-num {
  font-family: "YuGothic";
  font-size: 34px;
  line-height: 175%;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.service-single .service-container .service-content .service-section .step .step-left .step-num .step-img {
  height: auto;
  display: block;
}

.service-single .service-container .service-content .service-section .step .step-left .step-num .step-img.img01 {
  width: 156px;
}

.service-single .service-container .service-content .service-section .step .step-left .step-num .step-img.img02 {
  width: 144px;
}

.service-single .service-container .service-content .service-section .step .step-left .step-num .step-img.img03 {
  width: 107px;
}

.service-single .service-container .service-content .service-section .step .step-text {
  margin-left: 80px;
  max-width: 525px;
  width: 100%;
}

.service-single .service-container .service-content .service-section .step .step-text p {
  width: 100%;
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 175%;
  color: #ffffff;
}

.service-single .service-container .service-content .service-section .arrow {
  display: block;
  width: 42px;
  height: auto;
  margin: 0 auto 50px;
}

.service-single .service-container .service-content .service-list {
  display: flex;
  justify-content: space-between;
  gap: 0.5%;
  margin-bottom: 375px;
}

.service-single .service-container .service-content .service-list .service-strong {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 24.5%;
  padding-bottom: 25px;
  border: 1.5px solid #ffffff;
}

.service-single .service-container .service-content .service-list .service-strong.service-strong02 {
  width: 30%;
}

.service-single .service-container .service-content .service-list .service-strong .strong-top {
  position: relative;
  width: 100%;
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 45px;
}

.service-single .service-container .service-content .service-list .service-strong.service-strong02 .strong-top {
  padding-top: 60px;
  height: 200px;
}

.service-single .service-container .service-content .service-list .service-strong .strong-top .strong-num {
  position: absolute;
  top: 0px;
  left: 10px;
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 175%;
  color: #ffffff;
}

.service-single .service-container .service-content .service-list .service-strong .strong-top .strong-img {
  display: block;
  height: auto;
}

.service-single .service-container .service-content .service-list .service-strong .strong-top .strong-img.img01 {
  width: 142px;
}

.service-single .service-container .service-content .service-list .service-strong .strong-top .strong-img.img02 {
  width: 120px;
}

.service-single .service-container .service-content .service-list .service-strong .strong-top .strong-img.img03 {
  width: 110px;
}

.service-single .service-container .service-content .service-list .service-strong .strong-top .strong-img.img04 {
  width: 232px;
}

.service-single .service-container .service-content .service-list .service-strong.service-strong02 .strong-top .strong-img.img01 {
  width: 192px;
}

.service-single .service-container .service-content .service-list .service-strong.service-strong02 .strong-top .strong-img.img02 {
  width: 256px;
}

.service-single .service-container .service-content .service-list .service-strong.service-strong02 .strong-top .strong-img.img03 {
  width: 135px;
  height: 140px;
}

.service-single .service-container .service-content .service-list .service-strong .strong-text {
  padding: 0 8%;
}

.service-single .service-container .service-content .service-list .service-strong.service-strong02 .strong-text {
  padding: 0 5%;
}

.service-single .service-container .service-content .service-list .service-strong .strong-text p {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 175%;
  color: #ffffff;
}

.service-single .service-container .service-content .service-result {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.service-single .service-container .service-content .service-result video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.service-single .service-container .service-content .service-result .result-item {
  width: 302px;
  height: 302px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service-single .service-container .service-content .service-result .result-item.sns-result-item {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  animation: textShine 3s ease-in-out infinite alternate;
}

.service-single .service-container .service-content .service-result .result-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  background-color: #397DBC;
}

.service-single .service-container .service-content .service-result .result-item p {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 175%;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.service-single .service-container .service-content .service-result .result-item p.bold {
  font-weight: 600;
}

.service-single .service-container .service-content .service-result .result-item p.normal {
  font-weight: 400;
}

.service-single .service-container .service-content .service-result .result-item p span {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 175%;
  background: linear-gradient(100deg, rgba(255, 0, 245, 0.5) -4.36%, rgba(207, 170, 255, 0.5) 44.61%, rgba(0, 255, 224, 0.5) 85.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% auto;
  animation: textShine 3s ease-in-out infinite alternate;
  color: rgba(255, 0, 245, 0.5);
}

.service-single .service-container .service-content .service-result .result-item.sns-result-item p span {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% auto;
  animation: textShine 3s ease-in-out infinite alternate;
  color: rgba(255, 0, 245, 0.5);
}

.service-single .service-container .service-content .result-middletext {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 175%;
  color: #ffffff;
  text-align: center;
  max-width: none;
  margin-top: -80px;
  margin-bottom: 180px;
}

.service-single .service-container .service-content .service-result-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 90px;
  margin-bottom: 170px;
  position: relative;
  overflow: hidden;
}

.service-single .service-container .service-content .service-result-bottom video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.service-single .service-container .service-content .service-result-bottom .result-bottom-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.service-single .service-container .service-content .service-result-bottom .result-bottom-item:nth-of-type(odd) {
  width: 430px;
}

.service-single .service-container .service-content .service-result-bottom .result-bottom-item:nth-of-type(even) {
  width: 525px;
}

.service-single .service-container .service-content .service-result-bottom .result-bottom-item .result-title {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 175%;
  color: #ffffff;
  text-align: center;
  position: relative;
  margin-bottom: 6px;
  width: 100%;
}

.service-single .service-container .service-content .service-result-bottom .result-bottom-item .result-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 43px;
  width: 1px;
  background-color: #ffffff;
}

.service-single .service-container .service-content .service-result-bottom .result-bottom-item .result-title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 43px;
  width: 1px;
  background-color: #ffffff;
}

.service-single .service-container .service-content .service-result-bottom .result-bottom-item .result-text {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 175%;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.service-single .service-container .service-content .service-result-bottom .result-bottom-item .result-text span {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 175%;
  background: linear-gradient(100deg, rgba(255, 0, 245, 0.5) -4.36%, rgba(207, 170, 255, 0.5) 44.61%, rgba(0, 255, 224, 0.5) 85.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% auto;
  animation: textShine 3s ease-in-out infinite alternate;
  color: rgba(0, 0, 0, 0);
}

.service-single .service-container .service-content .service-result-bottom .result-bottom-item .result-text.sns-result-text span {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% auto;
  animation: textShine 3s ease-in-out infinite alternate;
  color: rgba(0, 0, 0, 0);
}

.service-single .service-container .service-content .service-result-bottom .result-bottom-item .result-detail {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #ffffff;
  text-align: center;
}

.service-single .service-container .service-content .result-media {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 300px;
}

.service-single .service-container .service-content .result-media .result-media-title {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
}

.service-single .service-container .service-content .result-media .result-media-title span {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 175%;
  color: #ffffff;
  padding-right: 20px;
  background-color: #397DBC;
}

.service-single .service-container .service-content .result-media .result-media-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1.5px;
  background-color: #ffffff;
  z-index: -1;
}

.service-single .service-container .service-content .result-media p {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  color: #ffffff;
  width: 100%;
  max-width: none;
}

.service-single .service-container .service-content .bottom-contact {
  width: 100%;
  background-color: #ffffff;
  padding: 65px 0 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 85px;
}

.service-single .service-container .service-content .bottom-contact .contact-title {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 175%;
  color: #000000;
  margin-bottom: 40px;
  text-align: center;
}

.service-single .service-container .service-content .bottom-contact .contact-title-hr {
  width: 85px;
  height: 1.5px;
  background-color: #000000;
  opacity: 1;
  margin: 0 auto 50px;
}

.service-single .service-container .service-content .bottom-contact .contact-detail {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  color: #000000;
  max-width: none;
  text-align: center;
  width: 100%;
  margin-bottom: 55px;
}

.service-single .service-container .service-content .bottom-contact .contact-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 65px;
  padding: 0 50px;
  align-self: flex-start;
}

.service-single .service-container .service-content .bottom-contact .contact-item .contact-item-title {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 175%;
  color: #000000;
}

.service-single .service-container .service-content .bottom-contact .contact-item .contact-item-text {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  color: #000000;
  padding-left: 20px;
  max-width: none;
}

.service-single .service-container .service-content .bottom-contact .bottom-contact-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 75px 5px 30px;
  border: 2px solid #397DBC;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  font-family: "YuGothic";
  font-style: normal;
  font-size: 22px;
  line-height: 2.5;
  font-weight: 600;
  color: #397DBC;
  position: relative;
}

.service-single .service-container .service-content .bottom-contact .bottom-contact-link:hover {
  color: #fff;
  background-color: #397DBC;
}

.service-single .service-container .service-content .bottom-contact .bottom-contact-link::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 50px;
  height: 1.5px;
  background-color: #397DBC;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.service-single .service-container .service-content .bottom-contact .bottom-contact-link::after {
  position: absolute;
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  width: 16px;
  height: 1px;
  background-color: #397DBC;
  transform: skewY(25deg);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.service-single .service-container .service-content .bottom-contact .bottom-contact-link:hover::before,
.service-single .service-container .service-content .bottom-contact .bottom-contact-link:hover::after {
  background-color: #ffffff;
}

.sp-br {
  display: none;
}

.pc-br {
  display: block;
}

.service-single .service-container .service-content .bottom-arrow {
  width: 1px;
  height: 210px;
  display: block;
  background-color: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 85px;
}

.service-single .service-container .service-content .bottom-arrow::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}

@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media only screen and (max-width: 1100px) {
  .service-single .service-container .service-content .service-result {
    gap: 10px;
  }
  .service-single .service-container .service-content .service-result .result-item {
    width: 270px;
    height: 270px;
  }
  .service-single .service-container .service-content .service-result-bottom {
    gap: 30px;
  }
  .service-single .service-container .service-content .service-list .service-strong.service-strong02 .strong-top .strong-img.img01 {
    width: 155px;
  }
  .service-single .service-container .service-content .service-list .service-strong.service-strong02 .strong-top .strong-img.img02 {
    width: 220px;
  }
  .service-single .service-container .service-content .service-list .service-strong.service-strong02 .strong-top .strong-img.img03 {
    width: 120px;
    height: auto;
  }
}
@media only screen and (max-width: 900px) {
  .service-single .service-container .service-content .service-result {
    flex-wrap: wrap;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    gap: 0 10px;
  }
  .service-single .service-container .service-content .service-result .result-item:first-of-type {
    margin: 0 40px -35px;
  }
}
@media only screen and (max-width: 769px) {
  .service-single .service-container .service-content .service-h4 {
    margin-bottom: 50px;
    font-size: 20px;
  }
  .service-single .service-container .service-content .service-h5 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 50px;
  }
  .service-single .service-container .service-content .channel {
    margin-bottom: 150px;
  }
  .service-single .service-container .service-content .channel .channel-row .channel-line {
    margin-right: 15px;
    width: 70px;
  }
  .service-single .service-container .service-content .channel .channel-row .channel-icon {
    margin-right: 15px;
    width: 35px;
  }
  .service-single .service-container .service-content .service-section {
    margin-bottom: 140px;
  }
  .service-single .service-container .service-content .service-section p.num {
    font-size: 28px;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
  }
  .service-single .service-container .service-content .service-section .num-title {
    margin: 0 auto 50px;
  }
  .service-single .service-container .service-content .service-section .num-title::before {
    height: 1.5px;
  }
  .service-single .service-container .service-content .service-section .num-title span {
    font-size: 18px;
    max-width: 220px;
    padding: 0 5px;
  }
  .service-single .service-container .service-content .service-section .num-title span.num-title-inner02 {
    max-width: 240px;
  }
  .service-single .service-container .service-content .service-section .step {
    height: 185px;
    margin: 0 auto 20px;
  }
  .service-single .service-container .service-content .service-section .step .step-left {
    width: 220px;
  }
  .service-single .service-container .service-content .service-section .step .step-left .step-num {
    font-size: 24px;
  }
  .service-single .service-container .service-content .service-section .step .step-left .img01 {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .service-single .service-container .service-content .service-section .step .step-left .img02 {
    width: 65%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .service-single .service-container .service-content .service-section .step .step-left .img03 {
    width: 55%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .service-single .service-container .service-content .service-section .step .step-left::before {
    height: 100px;
  }
  .service-single .service-container .service-content .service-section .step .step-text {
    margin-left: 20px;
    margin-right: 20px;
  }
  .service-single .service-container .service-content .service-section .step .step-text p {
    font-size: 15px;
  }
  .service-single .service-container .service-content .service-section .arrow {
    width: 26px;
    margin: 0 auto 20px;
  }
  .service-single .service-container .service-content .service-subtitle {
    font-size: 22px;
    padding-left: 30px;
    margin-bottom: 50px;
  }
  .service-single .service-container .service-content .service-subtitle::before {
    width: 1.5px;
    height: 60px;
  }
  .service-single .service-container .service-content .service-subtitle-btm {
    margin-top: 0px;
  }
  .service-single .service-container .service-content .service-subtitle-btm .service-subtitle-btmline {
    width: 45px;
  }
  .service-single .service-container .service-content .service-subtitle-btm .service-subtitle-btmtext {
    font-size: 16px;
    padding-left: 10px;
  }
  .service-single .service-container .service-content .service-list {
    flex-direction: column;
    margin-bottom: 150px;
  }
  .service-single .service-container .service-content .service-list .service-strong {
    width: 100%;
    flex-direction: row;
    position: relative;
    border: none;
    padding-top: 40px;
    margin-top: 20px;
    border-top: 1.5px solid #ffffff;
  }
  .service-single .service-container .service-content .service-list .service-strong.service-strong02 {
    width: 100%;
  }
  .service-single .service-container .service-content .service-list .service-strong .strong-top {
    width: 30%;
    margin-bottom: 0;
    height: auto;
    position: static;
  }
  .service-single .service-container .service-content .service-list .service-strong.service-strong02 .strong-top {
    height: auto;
    padding: 0;
  }
  .service-single .service-container .service-content .service-list .service-strong .strong-top .strong-num {
    font-size: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #397DBC;
    padding: 0 15px;
  }
  .service-single .service-container .service-content .service-list .service-strong .strong-top .strong-img.img01 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .service-single .service-container .service-content .service-list .service-strong .strong-top .strong-img.img02 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .service-single .service-container .service-content .service-list .service-strong .strong-top .strong-img.img03 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .service-single .service-container .service-content .service-list .service-strong .strong-top .strong-img.img04 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .service-single .service-container .service-content .service-list .service-strong.service-strong02 .strong-top .strong-img.img01 {
    width: 80px;
  }
  .service-single .service-container .service-content .service-list .service-strong.service-strong02 .strong-top .strong-img.img02 {
    width: 100px;
  }
  .service-single .service-container .service-content .service-list .service-strong.service-strong02 .strong-top .strong-img.img03 {
    width: 70px;
  }
  .service-single .service-container .service-content .service-list .service-strong .strong-text {
    padding: 0;
    width: 70%;
  }
  .service-single .service-container .service-content .service-list .service-strong .strong-text p {
    font-size: 14px;
  }
  .service-single .service-container .service-content .service-result {
    gap: 0 5px;
  }
  .service-single .service-container .service-content .service-result .result-item {
    width: 170px;
    height: 170px;
  }
  .service-single .service-container .service-content .service-result .result-item:first-of-type {
    margin: 0 40px -15px;
  }
  .service-single .service-container .service-content .service-result .result-item p {
    font-size: 18px;
    line-height: 140%;
  }
  .service-single .service-container .service-content .service-result .result-item p span {
    font-size: 28px;
    line-height: 140%;
  }
  .service-single .service-container .service-content .result-middletext {
    font-size: 14px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .service-single .service-container .service-content .result-middletext > span {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
  }
  .service-single .service-container .service-content .result-middletext > span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1.5px;
    background-color: #ffffff;
    z-index: -1;
  }
  .service-single .service-container .service-content .result-middletext > span > span {
    background-color: #397DBC;
    padding-right: 10px;
    position: relative;
    z-index: 1;
    font-weight: 600;
  }
  .service-single .service-container .service-content .result-middletext > span > span::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: 2;
    width: 20px;
    height: 100%;
    background-color: #397DBC;
  }
  .service-single .service-container .service-content .service-result-bottom {
    margin-bottom: 120px;
    gap: 35px;
  }
  .service-single .service-container .service-content .service-result-bottom .result-bottom-item:nth-of-type(odd),
  .service-single .service-container .service-content .service-result-bottom .result-bottom-item:nth-of-type(even) {
    width: 300px;
  }
  .service-single .service-container .service-content .service-result-bottom .result-bottom-item .result-title {
    font-size: 14px;
  }
  .service-single .service-container .service-content .service-result-bottom .result-bottom-item .result-title::before,
  .service-single .service-container .service-content .service-result-bottom .result-bottom-item .result-title::after {
    height: 22px;
  }
  .service-single .service-container .service-content .service-result-bottom .result-bottom-item .result-text {
    font-size: 20px;
    line-height: 140%;
  }
  .service-single .service-container .service-content .service-result-bottom .result-bottom-item .result-text span {
    font-size: 35px;
    line-height: 140%;
  }
  .service-single .service-container .service-content .service-result-bottom .result-bottom-item .result-detail {
    font-size: 12px;
    line-height: 140%;
  }
  .service-single .service-container .service-content .result-media {
    margin-bottom: 120px;
  }
  .service-single .service-container .service-content .result-media .result-media-title span {
    font-size: 14px;
  }
  .service-single .service-container .service-content .result-media p {
    font-size: 14px;
  }
  .service-single .service-container .service-content .bottom-contact {
    padding: 30px 0 20px;
  }
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
  .service-single .service-container .service-content .bottom-contact .contact-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .service-single .service-container .service-content .bottom-contact .contact-title-hr {
    margin-bottom: 20px;
  }
  .service-single .service-container .service-content .bottom-contact .contact-detail {
    font-size: 14px;
    max-width: 300px;
    margin-bottom: 30px;
  }
  .service-single .service-container .service-content .bottom-contact .contact-item {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .service-single .service-container .service-content .bottom-contact .contact-item .contact-item-title {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .service-single .service-container .service-content .bottom-contact .contact-item .contact-item-text {
    font-size: 13px;
  }
  .service-single .service-container .service-content .bottom-contact .bottom-contact-link {
    font-size: 18px;
  }
  .service-single .service-container .service-content .bottom-arrow {
    height: 130px;
  }
}
.trigger1 span,
.trigger2 span,
.trigger3 span {
  overflow: hidden;
  display: block;
}

.trigger1 span > span,
.trigger2 span > span,
.trigger3 span > span {
  display: block;
  transform: translate3d(-101%, 0, 0);
  overflow: hidden;
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.trigger1 span > span > span,
.trigger2 span > span > span,
.trigger3 span > span > span {
  display: block;
  transform: translate3d(101%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.trigger1.active span > span,
.trigger2.active span > span,
.trigger3.active span > span {
  transform: translate3d(0, 0, 0);
}

.trigger1.active span > span > span,
.trigger2.active span > span > span,
.trigger3.active span > span > span {
  transform: translate3d(0, 0, 0);
}/*# sourceMappingURL=main.css.map */