/*
Theme Name: Twenty Twenty-Four Child
Theme URI: http://example.com/twentyfour-child
Description: Child theme for Twenty Twenty-Four
Author: Green
Author URI: http://example.com
Template: twentytwentyfour
Version: 1.0.0
Text Domain: twentyfour-child
*/

/* @import url("../twentytwentyfour/style.css"); */


.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Apple LiGothic";
  src: url("./fonts/FontsFree-Net-Apple-LiGothic-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

p {
  margin: 0 0 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #1A2045;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  outline: unset;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  position: relative;
  width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 40px;
  }
}

header {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 1001;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.79);
}
@media (max-width: 768px) {
  header {
    height: 108px;
  }
  header.shrink {
    height: 100px;
  }
  header.shrink .header-row {
    padding-top: 48px;
  }
  header.shrink .hamburger {
    top: 38px;
  }
}
header .header-row {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
  padding: 17.5px 20px 23.5px 0;
}
@media (max-width: 1120px) {
  header .header-row {
    left: 0;
    transform: unset;
    width: 100%;
    padding: 20px 5px;
  }
}
@media (max-width: 768px) {
  header .header-row {
    width: 100%;
    padding: 67px 40px 18px;
  }
}
header .header-row .logo {
  margin-left: -110px;
  z-index: 1003;
  margin-bottom: 4px;
}
@media (max-width: 1340px) {
  header .header-row .logo {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  header .header-row .logo img {
    width: 120px;
    height: 17px;
  }
}
header .header-row .header-right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1120px) {
  header .header-row .header-right {
    gap: 20px;
  }
}
header .header-row .header-right .contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 165px;
  height: 45px;
  padding: 0 16px;
  text-align: center;
  border-radius: 12px;
  background-color: #1a2045;
}
header .header-row .header-right .contact.pc {
  display: flex;
}
header .header-row .header-right .contact.sp {
  display: none;
}
@media (max-width: 1120px) {
  header .header-row .header-right .contact {
    padding: 0 12px;
  }
}
@media (max-width: 768px) {
  header .header-row .header-right .contact.pc {
    display: none;
  }
  header .header-row .header-right .contact.sp {
    display: flex;
  }
  header .header-row .header-right .contact {
    width: 165px;
    height: 45px;
    margin-right: 0px;
    background: #ffffff;
    border-radius: 12px;
    margin-top: 20px;
  }
}
header .header-row .header-right .contact .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #ffffff;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-top: 1px;
}
@media (max-width: 768px) {
  header .header-row .header-right .contact .text {
    font-size: 16px;
    color: #1a2045;
  }
}
header .header-row .header-right .contact .icon {
  width: 27px;
  height: 19px;
}
@media (max-width: 768px) {
  header .header-row .header-right .contact .icon {
    width: 27px;
    height: 19px;
  }
}
header .hamburger {
  position: fixed;
  top: 58px;
  right: 40px;
  width: 78px;
  height: 34px;
  background: #1a2045;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
}
@media (min-width: 769px) {
  header .hamburger {
    display: none;
  }
}
header .hamburger .hamburger-wrap {
  width: 25px;
  height: 12px;
  position: relative;
}
header .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
header .hamburger span:nth-child(1) {
  top: 0px;
  transition: background-color linear 0.13s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}
header .hamburger span:nth-child(2) {
  top: 7px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: opacity 0.125s ease 0.275s;
}
header .hamburger span:nth-child(3) {
  top: 13px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
header .hamburger.open span {
  background-color: #ffffff;
}
header .hamburger.open span:nth-child(1) {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
header .hamburger.open span:nth-child(2) {
  top: -3px;
  transform: translate3d(0px, 10px, 0px) rotate(30deg);
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
header .hamburger.open span:nth-child(3) {
  top: -3px;
  transform: translate3d(0px, 10px, 0px) rotate(-30deg);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}

footer {
  background-color: #1A2045;
}
footer .footer-row {
  padding: 45px 0 70px 99px;
}
@media (max-width: 768px) {
  footer .footer-row {
    align-items: flex-start;
    flex-direction: column;
    padding: 37px 0 104px 13px;
  }
}
footer .footer-row .logo {
  width: 259px;
}
@media (max-width: 768px) {
  footer .footer-row .logo {
    margin: 0 0 10px;
    width: 145px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-row .footer-nav {
  margin: 10px 0 0;
}
footer .address {
  margin: 0;
  margin-top: 3px;
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0.78px;
  font-weight: 400;
  color: #ffffff;
}

nav .menu-list {
  display: flex;
  align-items: center;
}
nav .menu-list .menu-item {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  padding: 7px 22.5px 0px 22.5px;
  border-right: 1px solid #1a2045;
  position: relative;
  z-index: 1000;
}
@media (max-width: 1020px) {
  nav .menu-list .menu-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  nav .menu-list .menu-item {
    position: relative;
    z-index: unset;
  }
}
nav .menu-list .menu-item .up-text {
  text-align: left;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.6px;
  color: #1a2045;
  white-space: nowrap;
}
nav .menu-list .menu-item a .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.96px;
  color: #1a2045;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin-bottom: -2px;
}
nav .menu-list .menu-item a .text::after {
  content: "";
  position: absolute;
  z-index: 1001;
  transform-origin: left;
  background: #1a2045;
  pointer-events: none;
  width: 100%;
  height: 1px;
  bottom: -3.5px;
  left: 0;
  transition: transform 0.3s ease-out;
  transform: scaleX(0);
}
nav .menu-list .menu-item a .text:hover::after {
  transform: scaleX(1);
}
nav .menu-list .menu-item:last-child {
  border: 0;
}
nav .menu-list .menu-item .menu-down {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 22px;
  display: none;
  padding-top: 21.5px;
}
nav .menu-list .menu-item .menu-down ul {
  position: relative;
  background: rgba(255, 255, 255, 0.79);
  width: 217px;
  height: 99px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 23px 23px 24px 21px;
}
nav .menu-list .menu-item .menu-down ul li {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
nav .menu-list .menu-item .menu-down ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
nav .menu-list .menu-item .menu-down ul li a .text1 {
  color: #1a2045;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.84px;
  white-space: nowrap;
}
nav .menu-list .menu-item .menu-down ul li a img {
  transition: transform 0.3s ease-out;
  transform: translateX(0px);
}
nav .menu-list .menu-item .menu-down ul li a:hover img {
  transform: translateX(5px);
}
@media (max-width: 768px) {
  nav .menu-list .menu-item .menu-down {
    position: relative;
    display: flex;
    top: unset;
    left: unset;
    padding-top: 2px;
    z-index: 1005;
  }
  nav .menu-list .menu-item .menu-down ul {
    background: transparent;
    width: 146px;
    height: 60px;
    padding: 13px 13px 0px 2px;
  }
  nav .menu-list .menu-item .menu-down ul li a .text1 {
    font-size: 10px;
    color: #ffffff;
    letter-spacing: 0.6px;
  }
}
nav .menu-list .menu-item:hover .menu-down {
  display: flex;
}

@media (max-width: 768px) {
  .global-nav {
    width: 0;
    position: fixed;
    right: -40px;
    top: 108px;
    height: 100vh;
    padding: 63px 0px 0px 30px;
    background-color: rgba(26, 32, 69, 0.94);
    transition: width 0.4s ease-out;
  }
  .global-nav .menu-list {
    flex-direction: column;
  }
  .global-nav .menu-list .menu-item {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .global-nav .menu-list .menu-item .up-text {
    color: #ffffff;
    white-space: nowrap;
  }
  .global-nav .menu-list .menu-item a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .global-nav .menu-list .menu-item a .text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    margin-right: 25px;
  }
  .global-nav .menu-list .menu-item:nth-child(2) {
    margin-bottom: 14px;
  }
  .global-nav.active {
    width: 251px;
  }
  .global-nav.shrink {
    top: 100px;
  }
}

@media (max-width: 768px) {
  .footer-nav .menu-list {
    flex-direction: column;
    gap: 40px;
  }
  .footer-nav .menu-list .menu-item {
    width: 100%;
  }
  .footer-nav .menu-list .menu-item a {
    display: block;
  }
  .footer-nav .menu-list .menu-item a .text {
    font-size: 16px;
  }
}

.breadcrumb {
  margin-top: -54px;
  padding: 0 0 30px;
  color: #1A2045;
}
.breadcrumb a {
  color: #1A2045;
}

#main-visual {
  position: relative;
  height: 360px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  z-index: 1;
}
#main-visual .container {
  height: 100%;
}
#main-visual .mv-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
#main-visual .mv-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
}
#main-visual .mv-title-sub {
  display: block;
  text-align: center;
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#main-visual::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.sec-ttl {
  margin: 0 0 46px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: #1A2045;
}
@media (max-width: 1120px) {
  .sec-ttl {
    margin: 0 0 26px;
    font-size: 26px;
  }
}

.sec-ttl-above {
  position: relative;
  display: block;
  padding: 0 0 0 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5;
}
.sec-ttl-above::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: linear-gradient(45deg, #fcd704 0%, #f2f0e2 100%);
  border-radius: 50%;
}

.img-wrapper {
  border-radius: 24px;
  overflow: hidden;
}

.btn-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  padding: 0 70px 0 52px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #1A2045;
  background: linear-gradient(90deg, #fcd704 0%, #fcd704 100%);
  border: none;
  outline: none;
  border-radius: 30px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
  transition: 0.3s ease all;
}
@media (max-width: 480px) {
  .btn-link {
    margin: 0 auto;
  }
}
.btn-link::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("./img/arrow-right.svg") no-repeat;
  background-position: center;
  opacity: 0;
  transition: 0.3s ease all;
  z-index: 1;
}
.btn-link::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1A2045;
  transition: 0.3s ease all;
}
.btn-link:hover {
  opacity: 1;
  background: linear-gradient(90deg, #fcd704 0%, #f2f0e2 100%);
}
.btn-link:hover::before {
  right: 22px;
  opacity: 1;
}
.btn-link:hover::after {
  right: 22px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  background-position: center;
  background-size: auto;
  border-color: #ffffff;
}
.btn-link.align-right {
  margin: 0 0 0 auto;
}
@media (max-width: 480px) {
  .btn-link.align-right {
    margin: 0 auto;
  }
}

.js-split {
  overflow: hidden;
}
.js-split .js-split-text {
  display: inline-block;
  transform: translateY(200%);
  transition: all 0.7s cubic-bezier(0.7, 0.24, 0, 0.85);
}
.js-split .js-split-text--active {
  transform: translateY(0%);
}

.common-ttlwrap {
  width: 100%;
}
.common-ttlwrap .common-ttl {
  font-size: 80px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Apple LiGothic", "PingFang TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 4.8px;
  color: #000a52;
  position: relative;
  margin-bottom: 10px;
}
.common-ttlwrap .common-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 90px;
  height: 6px;
  background-color: #1a2045;
}
@media (max-width: 768px) {
  .common-ttlwrap .common-ttl {
    font-size: 47px;
  }
  .common-ttlwrap .common-ttl::before {
    width: 56px;
    height: 3px;
  }
}
@media (max-width: 480px) {
  .common-ttlwrap .common-ttl {
    font-size: 36px;
  }
  .common-ttlwrap .common-ttl::before {
    width: 40px;
    height: 3px;
    top: -8px;
  }
}
.common-ttlwrap .common-subttl {
  display: flex;
  align-items: center;
  gap: 2px;
}
.common-ttlwrap .common-subttl img {
  width: 97px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .common-ttlwrap .common-subttl img {
    width: 94px;
  }
}
.common-ttlwrap .common-subttl .txt {
  display: block;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.9px;
  color: #0a0a0a;
  margin-bottom: 0;
  padding-top: 2px;
}
@media (max-width: 480px) {
  .common-ttlwrap .common-subttl .txt {
    font-size: 13px;
    padding-top: 1px;
  }
}

body.home #main-visual {
  position: relative;
  background: url(./img/home/main_visual.jpg);
  height: 100vh;
}
@media (max-width: 1120px) {
  body.home #main-visual {
    overflow: hidden;
    height: 100vh;
  }
}
@media (max-width: 768px) {
  body.home #main-visual {
    height: 100vh;
    background-position: 70% 50% !important;
  }
}
body.home #main-visual .mv-inner {
  position: relative;
}
body.home #main-visual .mv-title {
  position: absolute;
  left: 158px;
  bottom: 123px;
  text-align: left;
  font-size: 64px;
  font-family: "Hiragino kaku Gothic ProN w6";
  font-weight: 600;
  line-height: 86px;
  letter-spacing: 5.76px;
  z-index: 3;
  color: #ffffff;
}
@media (max-width: 1120px) {
  body.home #main-visual .mv-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  body.home #main-visual .mv-title {
    font-size: 36px;
    line-height: 48px;
    bottom: 85px;
    left: 1px;
  }
}
body.home #main-visual .mv-title-sub {
  margin: 26px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #ffffff;
}
@media (max-width: 1120px) {
  body.home #main-visual .mv-title-sub {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  body.home #main-visual .mv-title-sub {
    text-align: left;
    font-size: 9px;
  }
}
body.home #main-visual::before {
  background-color: rgba(0, 9, 60, 0.3215686275);
  z-index: -1;
}
body.home #main-visual .mv-title-back {
  position: absolute;
  left: 110px;
  bottom: 95px;
  text-align: left;
  font-size: 177px;
  line-height: 167px;
  font-weight: 600;
  white-space: nowrap;
  font-family: "Apple LiGothic", "PingFang TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.14);
  z-index: 1;
  text-transform: uppercase;
}
@media (max-width: 1240px) {
  body.home #main-visual .mv-title-back {
    font-size: 150px;
  }
}
@media (max-width: 1120px) {
  body.home #main-visual .mv-title-back {
    white-space: wrap;
  }
}
@media (max-width: 768px) {
  body.home #main-visual .mv-title-back {
    font-size: 89px;
    line-height: 1.1;
    letter-spacing: 0px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    left: -18px;
    bottom: 45px;
  }
}
body.home #aboutus .about-inner {
  padding-top: 121.5px;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  body.home #aboutus .about-inner {
    padding-top: 195px;
    padding-bottom: 102px;
  }
}
body.home #aboutus .about-inner .about-ttl {
  margin-top: 80px;
}
@media (max-width: 768px) {
  body.home #aboutus .about-inner .about-ttl {
    margin-top: 0;
  }
}
body.home #aboutus .about-inner .about-ttl h2 {
  text-align: left;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  white-space: normal;
  font-family: "Apple LiGothic", "PingFang TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 3.6px;
  color: #000a52;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body.home #aboutus .about-inner .about-ttl h2 {
    font-size: 43px;
  }
}
@media (max-width: 480px) {
  body.home #aboutus .about-inner .about-ttl h2 {
    line-height: 1.2;
    letter-spacing: 2px;
  }
}
body.home #aboutus .about-inner .about-subttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 48px;
  gap: 1px;
}
@media (max-width: 768px) {
  body.home #aboutus .about-inner .about-subttl {
    margin-bottom: 33px;
  }
}
body.home #aboutus .about-inner .about-subttl img {
  width: 97px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  body.home #aboutus .about-inner .about-subttl img {
    width: 94px;
  }
}
body.home #aboutus .about-inner .about-subttl .txt {
  display: block;
  text-align: left;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.9px;
  color: #0a0a0a;
  padding-top: 2px;
}
@media (max-width: 480px) {
  body.home #aboutus .about-inner .about-subttl .txt {
    font-size: 13px;
    padding-top: 4px;
  }
}
body.home #aboutus .about-inner .about-content {
  display: flex;
  justify-content: space-between;
  padding-right: 52px;
}
@media (max-width: 768px) {
  body.home #aboutus .about-inner .about-content {
    flex-flow: column;
    padding-right: 5px;
    padding-left: 5px;
  }
}
body.home #aboutus .about-inner .about-content .about-left {
  max-width: 457px;
}
@media (max-width: 768px) {
  body.home #aboutus .about-inner .about-content .about-left {
    max-width: 100%;
    order: 2;
  }
}
body.home #aboutus .about-inner .about-content .about-left .more-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.home #aboutus .about-inner .about-content .about-left .more-wrap {
    margin-bottom: 0;
  }
}
body.home #aboutus .about-inner .about-content .about-left .about-morebtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
body.home #aboutus .about-inner .about-content .about-left .about-morebtn .more-txt {
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0.9px;
  color: #0a0a0a;
  margin-right: 30px;
  transition: margin-right 0.3s ease-out;
}
@media (max-width: 768px) {
  body.home #aboutus .about-inner .about-content .about-left .about-morebtn .more-txt {
    margin-right: 16px;
    font-size: 12px;
  }
}
body.home #aboutus .about-inner .about-content .about-left .about-morebtn .more-imgwrap {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 50px;
  transition: transform 0.3s ease-out;
  transform: scale(1);
}
@media (max-width: 768px) {
  body.home #aboutus .about-inner .about-content .about-left .about-morebtn .more-imgwrap {
    width: 47px;
    height: 47px;
    border-radius: 24px;
  }
}
body.home #aboutus .about-inner .about-content .about-left .about-morebtn img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease-out;
  transform: scale(1);
}
@media (max-width: 768px) {
  body.home #aboutus .about-inner .about-content .about-left .about-morebtn img {
    width: 12px;
    height: 15px;
  }
}
body.home #aboutus .about-inner .about-content .about-left .about-morebtn:hover .more-txt {
  margin-right: 24px;
}
body.home #aboutus .about-inner .about-content .about-left .about-morebtn:hover .more-imgwrap {
  transform: scale(0.8);
  background: linear-gradient(180deg, #1a2045 0%, #052883 100%);
}
body.home #aboutus .about-inner .about-content .about-left .about-morebtn:hover img {
  transform: scale(1.25);
}
@media (max-width: 768px) {
  body.home #aboutus .about-inner .about-content .about-left .about-morebtn:hover .more-txt {
    margin-right: 12px;
  }
}
body.home #aboutus .about-inner .about-content .about-content--ttl {
  text-align: left;
  font-weight: 600;
  font-size: 27px;
  line-height: 37px;
  letter-spacing: 1.62px;
  color: #000a52;
  margin-bottom: 32px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  body.home #aboutus .about-inner .about-content .about-content--ttl {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
}
@media (max-width: 350px) {
  body.home #aboutus .about-inner .about-content .about-content--ttl {
    white-space: wrap;
  }
}
body.home #aboutus .about-inner .about-content p {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.96px;
  color: #0a0a0a;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  body.home #aboutus .about-inner .about-content p {
    font-size: 13px;
    line-height: 2.1;
    margin-bottom: 35px;
  }
}
body.home #aboutus .about-inner .about-content .about-right {
  margin-top: -63px;
}
@media (max-width: 768px) {
  body.home #aboutus .about-inner .about-content .about-right {
    order: 1;
    margin-top: 0;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
body.home #aboutus .about-inner .about-content .about-right img {
  width: 520px;
  height: 367px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  body.home #aboutus .about-inner .about-content .about-right img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  body.home #aboutus .about-inner .about-content .about-right img {
    width: 300px;
    height: 212px;
  }
}
body.home #aboutus .about-inner .right-line {
  position: absolute;
  right: 1px;
  top: 121.5px;
  display: flex;
  flex-flow: column;
  height: calc(100% - 121px - 110px);
}
body.home #aboutus .about-inner .right-line .line {
  height: 100%;
  width: 1px;
  background-color: #000a52;
  margin-bottom: 17.5px;
}
body.home #aboutus .about-inner .right-line .line-txt {
  text-align: left;
  writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  font-family: "Apple LiGothic", "PingFang TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.96px;
  color: #2e303d;
  margin-left: -5px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  body.home #aboutus .about-inner .right-line {
    top: 195px;
    right: 20.5px;
    height: calc(100% - 195px - 61px);
  }
  body.home #aboutus .about-inner .right-line .line {
    margin-bottom: 17.5px;
  }
  body.home #aboutus .about-inner .right-line .line-txt {
    font-size: 15px;
    line-height: 1.1;
  }
}
body.home #service {
  background-color: #eff3f7;
}
body.home #service .service-inner {
  padding-top: 80px;
  padding-bottom: 67px;
}
@media (max-width: 768px) {
  body.home #service .service-inner {
    padding-top: 82px;
    padding-bottom: 85px;
  }
}
body.home #service .service-inner .service-ttl {
  margin-top: 48px;
}
@media (max-width: 768px) {
  body.home #service .service-inner .service-ttl {
    margin-top: 0;
  }
}
body.home #service .service-inner .service-ttl h2 {
  text-align: left;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  white-space: nowrap;
  font-family: "Apple LiGothic", "PingFang TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 3.6px;
  color: #000a52;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body.home #service .service-inner .service-ttl h2 {
    font-size: 43px;
  }
}
body.home #service .service-inner .service-subttl {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 46px;
  text-align: left;
  font-family: "Apple LiGothic", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.9px;
  color: #2e303d;
}
@media (max-width: 768px) {
  body.home #service .service-inner .service-subttl {
    margin-bottom: 48px;
  }
}
body.home #service .service-inner .service-content .service-content--ttl {
  text-align: left;
  font-family: "Apple LiGothic", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 1.62px;
  color: #000a52;
}
@media (max-width: 768px) {
  body.home #service .service-inner .service-content .service-content--ttl {
    font-size: 20px;
    line-height: 30px;
  }
}
body.home #service .service-inner .service-content .service-itemwrap {
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  body.home #service .service-inner .service-content .service-itemwrap {
    margin-bottom: 0;
  }
}
body.home #service .service-inner .service-content .service-itemwrap .service-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 52px;
  position: relative;
}
@media (max-width: 768px) {
  body.home #service .service-inner .service-content .service-itemwrap .service-item {
    flex-flow: column;
    padding-right: 0;
  }
}
body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--left {
  position: absolute;
  top: 50px;
  left: 53px;
}
body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--left img {
  width: 445px;
  height: 294px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1120px) {
  body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--left {
    position: relative;
    top: unset;
  }
  body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--left img {
    min-width: 300px;
    max-width: 445px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--left {
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
  }
  body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--left img {
    min-width: unset;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--left {
    width: 254px;
    height: 168px;
  }
  body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--left img {
    width: 254px;
    height: 168px;
  }
}
body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right {
  margin-top: 72px;
  padding: 97px 90px 18px 135px;
  max-width: 670px;
  height: 330px;
  background-color: #1a2045;
}
@media (max-width: 1120px) {
  body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right {
    padding: 30px 30px 20px 80px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right {
    margin-top: 120px;
    height: auto;
    padding-top: 144px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
}
body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right h4 {
  text-align: left;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 1.62px;
  color: #ffffff;
  margin-bottom: 26px;
}
body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right p {
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.84px;
  color: #ffffff;
  margin-bottom: 26px;
}
@media (max-width: 1120px) {
  body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right h4 {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right h4 {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 19px;
  }
  body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right p {
    font-size: 13px;
    margin-bottom: 24px;
  }
}
body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right .more-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right .service-morebtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right .service-morebtn .more-txt {
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0.9px;
  color: #ffffff;
  margin-right: 28px;
  transition: margin-right 0.3s ease-out;
}
@media (max-width: 768px) {
  body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right .service-morebtn .more-txt {
    margin-right: 16px;
    font-size: 12px;
  }
}
body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right .service-morebtn .more-imgwrap {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 50px;
  transition: transform 0.3s ease-out;
  transform: scale(1);
}
@media (max-width: 768px) {
  body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right .service-morebtn .more-imgwrap {
    width: 47px;
    height: 47px;
    border-radius: 24px;
  }
}
body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right .service-morebtn img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease-out;
  transform: scale(1);
}
@media (max-width: 768px) {
  body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right .service-morebtn img {
    width: 12px;
    height: 15px;
  }
}
body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right .service-morebtn:hover .more-txt {
  margin-right: 22px;
}
body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right .service-morebtn:hover .more-imgwrap {
  transform: scale(0.8);
  background: linear-gradient(180deg, #1a2045 0%, #052883 100%);
  border: 1px solid #ffffff;
}
body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right .service-morebtn:hover img {
  transform: scale(1.25);
}
@media (max-width: 768px) {
  body.home #service .service-inner .service-content .service-itemwrap .service-item .service-item--right .service-morebtn:hover .more-txt {
    margin-right: 12px;
  }
}
body.home #service .service-inner .service-content .service-itemwrap .service-item:nth-child(1) {
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  body.home #service .service-inner .service-content .service-itemwrap .service-item:nth-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.home #service .service-inner .service-content .service-itemwrap .service-item:nth-child(2) .service-item--right {
    margin-top: 112px;
  }
}
body.home #service .service-inner .right-line {
  position: absolute;
  right: 1px;
  top: 80.5px;
  display: flex;
  flex-flow: column;
  height: calc(100% - 80px - 61px);
}
body.home #service .service-inner .right-line .line {
  height: 100%;
  width: 1px;
  background-color: #000a52;
  margin-bottom: 17.5px;
}
body.home #service .service-inner .right-line .line-txt {
  text-align: left;
  writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  font-family: "Apple LiGothic", "PingFang TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.96px;
  color: #2e303d;
  margin-left: -5px;
}
@media (max-width: 768px) {
  body.home #service .service-inner .right-line {
    height: calc(100% - 82px - 85px);
    right: 20.5;
  }
  body.home #service .service-inner .right-line .line-txt {
    font-size: 15px;
  }
}
body.home #features .features-inner {
  padding-top: 200px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  body.home #features .features-inner {
    padding-top: 156px;
    padding-bottom: 78px;
  }
}
body.home #features .features-inner .features-ttl h2 {
  text-align: left;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  white-space: normal;
  font-family: "Apple LiGothic", "PingFang TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 3.6px;
  color: #000a52;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body.home #features .features-inner .features-ttl h2 {
    font-size: 43px;
    letter-spacing: 2px;
  }
}
@media (max-width: 480px) {
  body.home #features .features-inner .features-ttl h2 {
    line-height: 1.2;
  }
}
body.home #features .features-inner .features-subttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 49px;
  gap: 1px;
}
@media (max-width: 768px) {
  body.home #features .features-inner .features-subttl {
    margin-bottom: 75px;
  }
}
body.home #features .features-inner .features-subttl img {
  width: 97px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  body.home #features .features-inner .features-subttl img {
    width: 93px;
  }
}
body.home #features .features-inner .features-subttl .txt {
  display: block;
  text-align: left;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.9px;
  color: #0a0a0a;
  padding-top: 2px;
}
@media (max-width: 480px) {
  body.home #features .features-inner .features-subttl .txt {
    font-size: 13px;
    padding-top: 2px;
  }
}
body.home #features .features-inner .features-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1120px) {
  body.home #features .features-inner .features-content {
    flex-flow: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  body.home #features .features-inner .features-content {
    flex-flow: column;
    gap: 24px;
  }
}
body.home #features .features-inner .features-content .features-item {
  width: 314px;
  height: 488px;
  background-color: #eff3f7;
  padding: 0px 26px 60px;
  position: relative;
}
@media (max-width: 1120px) {
  body.home #features .features-inner .features-content .features-item {
    width: 768px;
  }
}
@media (max-width: 768px) {
  body.home #features .features-inner .features-content .features-item {
    width: 100%;
    height: auto;
    padding: 0px 15px 19px;
  }
}
body.home #features .features-inner .features-content .features-item .features-item--up {
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 10px;
  left: 14px;
}
body.home #features .features-inner .features-content .features-item .features-item--up .item-up-txt {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #d2dfeb;
  margin-bottom: 4px;
}
body.home #features .features-inner .features-content .features-item .features-item--up .item-up-num {
  text-align: center;
  font-size: 54px;
  line-height: 54px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #d2dfeb;
  position: relative;
}
body.home #features .features-inner .features-content .features-item .features-item--up .item-up-num::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 2px;
  background-color: #d2dfeb;
}
@media (max-width: 768px) {
  body.home #features .features-inner .features-content .features-item .features-item--up {
    top: 18px;
    left: 24px;
  }
  body.home #features .features-inner .features-content .features-item .features-item--up .item-up-txt {
    font-size: 11px;
    line-height: 1.1;
  }
  body.home #features .features-inner .features-content .features-item .features-item--up .item-up-num {
    font-size: 44px;
    line-height: 1.1;
  }
}
body.home #features .features-inner .features-content .features-item .item-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 224px;
  margin-bottom: 42.5px;
}
body.home #features .features-inner .features-content .features-item .item-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  body.home #features .features-inner .features-content .features-item .item-image {
    margin-bottom: 24px;
    height: 135px;
  }
}
body.home #features .features-inner .features-content .features-item .item-ttl {
  text-align: center;
  font-size: 29px;
  line-height: 41px;
  font-weight: 600;
  letter-spacing: 2.32px;
  color: #000a52;
  margin-bottom: 35px;
  white-space: nowrap;
}
@media (max-width: 1120px) {
  body.home #features .features-inner .features-content .features-item .item-ttl {
    white-space: wrap;
  }
}
@media (max-width: 768px) {
  body.home #features .features-inner .features-content .features-item .item-ttl {
    font-size: 21px;
    margin-bottom: 17px;
    line-height: 30px;
  }
}
body.home #features .features-inner .features-content .features-item .item-txt {
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.84px;
  color: #1a2045;
}
@media (max-width: 768px) {
  body.home #features .features-inner .features-content .features-item .item-txt {
    font-size: 12px;
    line-height: 20px;
  }
}
body.home #features .features-inner .features-content .features-item:nth-child(1) .item-image img {
  width: 126px;
  height: 102px;
}
body.home #features .features-inner .features-content .features-item:nth-child(2) .item-ttl {
  font-size: 25px;
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 768px) {
  body.home #features .features-inner .features-content .features-item:nth-child(2) .item-ttl {
    font-size: 21px;
    line-height: 30px;
  }
}
body.home #features .features-inner .features-content .features-item:nth-child(2) .item-image img {
  width: 96px;
  height: 114px;
  margin-bottom: -6px;
}
body.home #features .features-inner .features-content .features-item:nth-child(3) .item-image img {
  width: 75px;
  height: 117px;
}
body.home #features .features-inner .right-line {
  position: absolute;
  right: 1px;
  top: 200.5px;
  display: flex;
  flex-flow: column;
  height: calc(100% - 200px - 46px);
}
body.home #features .features-inner .right-line .line {
  height: 100%;
  width: 1px;
  background-color: #000a52;
  margin-bottom: 17.5px;
}
body.home #features .features-inner .right-line .line-txt {
  text-align: left;
  writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  font-family: "Apple LiGothic", "PingFang TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.96px;
  color: #2e303d;
  margin-left: -5px;
}
@media (max-width: 768px) {
  body.home #features .features-inner .right-line {
    height: calc(100% - 156px - 78px);
    top: 156px;
    right: 20.5px;
  }
  body.home #features .features-inner .right-line .line {
    height: 100%;
  }
}
body.home .center-ttl {
  margin-bottom: 64px;
}
body.home .center-ttl h2 {
  text-align: center;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Apple LiGothic", "PingFang TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 3.6px;
  color: #000a52;
  margin-bottom: 10px;
}
body.home .center-ttl .center-subttl {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.9px;
  color: #0a0a0a;
}
@media (max-width: 768px) {
  body.home .center-ttl {
    margin-bottom: 56px;
  }
  body.home .center-ttl h2 {
    font-size: 43px;
  }
}
body.home #news .news-inner {
  padding: 100px 0 0;
}
@media (max-width: 768px) {
  body.home #news .news-inner {
    padding-top: 78px;
  }
}
body.home #news .news-inner .news-content {
  max-width: 782px;
  margin: 0 auto;
}
body.home #news .news-inner .news-itemwrap {
  margin-bottom: 38.5px;
}
body.home #news .news-inner .news-item {
  max-width: 782px;
  margin: 0 auto;
  padding: 0 20.5px 13.5px 12.5px;
  border-bottom: 0.5px solid #1a2045;
  margin-bottom: 11.5px;
}
body.home #news .news-inner .news-item--date {
  display: inline-block;
  text-align: left;
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.72px;
  color: #969696;
  margin-bottom: -3px;
}
body.home #news .news-inner .news-item--row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body.home #news .news-inner .news-item--txt {
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0.84px;
  color: #1a2045;
}
body.home #news .news-inner .news-item--rightarrow {
  width: 32px;
  height: 32px;
  border: 1px solid #1a2044;
  border-radius: 16px;
  display: flex;
  align-items: center;
  margin-right: 0px;
  justify-content: center;
  transition: margin-right 0.3s ease-out;
}
body.home #news .news-inner .news-item:hover .news-item--rightarrow {
  margin-right: -10px;
}
body.home #news .news-inner .news-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.home #news .news-inner .news-item {
    padding: 0 0px 15px 0px;
  }
  body.home #news .news-inner .news-item--date {
    font-size: 10px;
    line-height: 1.1;
    margin-bottom: 0px;
  }
  body.home #news .news-inner .news-item--txt {
    font-size: 12px;
  }
  body.home #news .news-inner .news-item--rightarrow {
    margin-left: 31px;
    min-width: 32px;
  }
  body.home #news .news-inner .news-item--row {
    align-items: center;
  }
}
body.home #news .news-inner .more-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  body.home #news .news-inner .more-wrap {
    display: none;
  }
}
body.home #news .news-inner .news-morebtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
body.home #news .news-inner .news-morebtn .more-txt {
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0.9px;
  color: #0a0a0a;
  margin-right: 30px;
  transition: margin-right 0.3s ease-out;
}
@media (max-width: 768px) {
  body.home #news .news-inner .news-morebtn .more-txt {
    margin-right: 16px;
    font-size: 12px;
  }
}
body.home #news .news-inner .news-morebtn .more-imgwrap {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 50px;
  transition: transform 0.3s ease-out;
  transform: scale(1);
}
@media (max-width: 768px) {
  body.home #news .news-inner .news-morebtn .more-imgwrap {
    width: 47px;
    height: 47px;
    border-radius: 24px;
  }
}
body.home #news .news-inner .news-morebtn img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease-out;
  transform: scale(1);
}
@media (max-width: 768px) {
  body.home #news .news-inner .news-morebtn img {
    width: 12px;
    height: 15px;
  }
}
body.home #news .news-inner .news-morebtn:hover .more-txt {
  margin-right: 24px;
}
body.home #news .news-inner .news-morebtn:hover .more-imgwrap {
  transform: scale(0.8);
  background: linear-gradient(180deg, #1a2045 0%, #052883 100%);
}
body.home #news .news-inner .news-morebtn:hover img {
  transform: scale(1.25);
}
@media (max-width: 768px) {
  body.home #news .news-inner .news-morebtn:hover .more-txt {
    margin-right: 12px;
  }
}
body.home #news .news-inner .right-line {
  position: absolute;
  right: 1px;
  top: 100.5px;
  display: flex;
  flex-flow: column;
  height: calc(100% - 100px - 23px);
}
body.home #news .news-inner .right-line .line {
  height: 100%;
  width: 1px;
  background-color: #000a52;
  margin-bottom: 17.5px;
}
body.home #news .news-inner .right-line .line-txt {
  text-align: left;
  writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  font-family: "Apple LiGothic", "PingFang TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.96px;
  color: #2e303d;
  margin-left: -5px;
}
@media (max-width: 768px) {
  body.home #news .news-inner .right-line {
    height: calc(100% - 78px);
    top: 78px;
    right: 20.5px;
  }
  body.home #news .news-inner .right-line .line {
    height: 100%;
  }
}
body.home #company {
  margin-top: 163px;
}
@media (max-width: 768px) {
  body.home #company {
    background-color: #eff3f7;
  }
}
body.home #company .company-inner {
  background-color: #eff3f7;
  padding-top: 102px;
  padding-bottom: 25.3px;
  position: relative;
}
@media (max-width: 768px) {
  body.home #company .company-inner {
    padding-top: 61px;
    padding-bottom: 70px;
  }
}
body.home #company .company-inner .right-line {
  position: absolute;
  right: 1px;
  top: 26.5px;
  display: flex;
  flex-flow: column;
  height: calc(100% + 22px);
}
body.home #company .company-inner .right-line .line {
  height: 100%;
  width: 1px;
  background-color: #000a52;
  margin-bottom: 17.5px;
}
body.home #company .company-inner .right-line .line-txt {
  text-align: left;
  writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  font-family: "Apple LiGothic", "PingFang TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.96px;
  color: #2e303d;
  margin-left: -5px;
}
@media (max-width: 768px) {
  body.home #company .company-inner .right-line {
    top: 61px;
    right: -22.5px;
    height: calc(100% - 61px - 70px - 51px);
  }
  body.home #company .company-inner .right-line .line {
    height: 100%;
  }
}
body.home #company .company-upwrap {
  padding-left: 68px;
  display: flex;
  justify-content: space-between;
}
body.home #company .company-upwrap .center-ttl {
  margin-top: 37px;
}
@media (max-width: 768px) {
  body.home #company .company-upwrap {
    padding: 10px 10px;
    padding-top: 0;
    flex-flow: column;
    justify-content: flex-start;
  }
  body.home #company .company-upwrap .center-ttl {
    margin-top: 0px;
    margin-bottom: 32px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
  }
  body.home #company .company-upwrap .center-ttl h2 {
    margin-left: -20px;
  }
  body.home #company .company-upwrap .center-ttl .center-subttl {
    padding-left: 43px;
  }
}
body.home #company .company-right {
  width: 100%;
  max-width: 681px;
  padding-right: 12px;
}
@media (max-width: 768px) {
  body.home #company .company-right {
    padding-right: 0;
  }
}
body.home #company .company-item {
  width: 100%;
  display: flex;
  border-bottom: 0.5px solid #cbcbcb;
  margin-bottom: 23.5px;
}
body.home #company .company-item--left {
  display: block;
  width: 100.5px;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.78px;
  color: #1a2045;
  padding-left: 15.5px;
  position: relative;
}
@media (max-width: 768px) {
  body.home #company .company-item--left {
    font-size: 11px;
    width: 90px;
  }
}
body.home #company .company-item--left::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #1a2045;
  border-radius: 4px;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
body.home #company .company-item--right {
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.84px;
  color: #1a2045;
}
@media (max-width: 768px) {
  body.home #company .company-item--right {
    font-size: 12px;
  }
}
body.home #company .company-item:last-child {
  margin-bottom: 55.5px;
}
@media (max-width: 768px) {
  body.home #company .company-item:last-child {
    margin-bottom: 20.5px;
  }
}
body.home #company .company-map {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body.home #company .company-map {
    padding: 0 7px;
  }
}
body.home #contact {
  margin-top: 267px;
  margin-bottom: 82px;
}
@media (max-width: 768px) {
  body.home #contact {
    margin-top: 124.5px;
    margin-bottom: 106px;
  }
}
body.home #contact .contact-inner .contact-upwrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 78px;
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-upwrap {
    flex-flow: column;
    margin-bottom: 23px;
    align-items: center;
  }
}
body.home #contact .contact-inner .contact-upwrap .contact-left {
  width: 430px;
  padding-left: 68px;
  display: flex;
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-upwrap .contact-left {
    width: 100%;
    padding-left: 0;
    margin-bottom: 47px;
  }
}
body.home #contact .contact-inner .contact-upwrap .center-ttl {
  margin-bottom: 0;
}
body.home #contact .contact-inner .contact-upwrap .contact-right {
  padding-bottom: 10px;
  text-align: left;
  font-size: 15px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0.9px;
  color: #0a0a0a;
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-upwrap .contact-right {
    padding-bottom: 0;
    text-align: center;
  }
}
body.home #contact .contact-inner .contact-downwrap {
  display: flex;
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-downwrap {
    flex-flow: column;
  }
}
body.home #contact .contact-inner .contact-downwrap .contact-down--left {
  display: flex;
  flex-flow: column;
  width: 430px;
  padding-left: 134px;
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-downwrap .contact-down--left {
    padding-left: 0;
    flex-flow: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
  }
}
body.home #contact .contact-inner .contact-downwrap .contact-step {
  width: 121px;
  height: 121px;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 61px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 47px;
}
body.home #contact .contact-inner .contact-downwrap .contact-step--num {
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.72px;
  color: #d1d1d1;
}
body.home #contact .contact-inner .contact-downwrap .contact-step--txt {
  text-align: left;
  font-size: 19px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 1.14px;
  color: #d1d1d1;
  margin-bottom: -9px;
}
body.home #contact .contact-inner .contact-downwrap .contact-step::after {
  content: "";
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 48px;
  background-color: #d1d1d1;
}
body.home #contact .contact-inner .contact-downwrap .contact-step:first-child {
  margin-top: 0;
}
body.home #contact .contact-inner .contact-downwrap .contact-step:first-child::after {
  height: 0;
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-downwrap .contact-step {
    width: 86px;
    height: 86px;
    margin-top: 0;
    margin-left: 25px;
  }
  body.home #contact .contact-inner .contact-downwrap .contact-step--num {
    font-size: 10px;
    line-height: 16px;
  }
  body.home #contact .contact-inner .contact-downwrap .contact-step--txt {
    font-size: 15px;
    line-height: 20px;
  }
  body.home #contact .contact-inner .contact-downwrap .contact-step::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -26px;
    transform: translateY(-50%);
    width: 25px;
    height: 1px;
    background-color: #d1d1d1;
  }
  body.home #contact .contact-inner .contact-downwrap .contact-step:first-child {
    margin-left: 0;
  }
  body.home #contact .contact-inner .contact-downwrap .contact-step:first-child::after {
    height: 0;
  }
}
body.home #contact .contact-inner .contact-downwrap .contact-step.active {
  border: 1px solid #1a2045;
}
body.home #contact .contact-inner .contact-downwrap .contact-step.active::after {
  background-color: #1a2045;
}
body.home #contact .contact-inner .contact-downwrap .contact-step.active .contact-step--num {
  color: #1a2045;
}
body.home #contact .contact-inner .contact-downwrap .contact-step.active .contact-step--txt {
  color: #1a2045;
}
body.home #contact .contact-inner .contact-downwrap .content {
  display: none;
}
body.home #contact .contact-inner .contact-downwrap .content .form-group {
  width: 610px;
  margin: 0 0 22px;
}
@media (max-width: 1120px) {
  body.home #contact .contact-inner .contact-downwrap .content .form-group {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-downwrap .content .form-group {
    margin: 0 0 33px;
  }
}
body.home #contact .contact-inner .contact-downwrap .content .form-group span {
  display: inline-block;
  margin: 0 0 7px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.9px;
  font-weight: 700;
  color: #1A2045;
}
body.home #contact .contact-inner .contact-downwrap .content .form-group span.error-text {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-downwrap .content .form-group span {
    margin: 0 0 6px;
    font-size: 13px;
  }
}
body.home #contact .contact-inner .contact-downwrap .content .form-group .label-wrap {
  display: flex;
}
body.home #contact .contact-inner .contact-downwrap .content .form-group .required {
  display: inline-block;
  background-color: #ce0a08;
  width: 49px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ce0a08;
  border-radius: 9px;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.66px;
  color: #ffffff;
  margin-left: 24px;
}
body.home #contact .contact-inner .contact-downwrap .content .form-group .required.second {
  margin-left: 8px;
}
body.home #contact .contact-inner .contact-downwrap .content .form-group input {
  width: 100%;
  height: 46px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #1A2045;
  background-color: #ffffff;
  outline: none;
  border: 1px solid #888888;
  border-radius: 8px;
}
body.home #contact .contact-inner .contact-downwrap .content .form-group input.error-text {
  border: 1px solid #ce0a08;
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-downwrap .content .form-group input {
    height: 40px;
    border-radius: 4px;
  }
}
body.home #contact .contact-inner .contact-downwrap .content .form-group textarea {
  width: 100%;
  font-size: 16px;
  height: 152px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #888888;
  border-radius: 8px;
  outline: none;
  border-radius: 10px;
  resize: none;
}
body.home #contact .contact-inner .contact-downwrap .content .form-group textarea.error-text {
  border: 1px solid #ce0a08;
}
body.home #contact .contact-inner .contact-downwrap .content .form-group:last-child {
  margin-bottom: 47px;
}
body.home #contact .contact-inner .contact-downwrap .content.active {
  display: block;
}
body.home #contact .contact-inner .contact-downwrap .content .cotent-ttl {
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0.9px;
  color: #0a0a0a;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-downwrap .content .cotent-ttl {
    text-align: center;
    margin-bottom: 40px;
  }
}
body.home #contact .contact-inner .contact-downwrap .content .content-item {
  margin-bottom: 4px;
}
body.home #contact .contact-inner .contact-downwrap .content .content-item .ttl {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.9px;
  color: #1a2045;
}
body.home #contact .contact-inner .contact-downwrap .content .content-item .txt {
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0.9px;
  color: #0a0a0a;
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-downwrap .content .content-item .ttl {
    font-size: 13px;
  }
  body.home #contact .contact-inner .contact-downwrap .content .content-item .txt {
    font-size: 13px;
  }
}
body.home #contact .contact-inner .contact-downwrap .content .content-txtwrap {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-downwrap .content .content-txtwrap {
    justify-content: center;
  }
}
body.home #contact .contact-inner .contact-downwrap .content .content-txt {
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0.9px;
  color: #0a0a0a;
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-downwrap .content .content-txt {
    margin-bottom: 0;
    text-align: center;
  }
}
body.home #contact .contact-inner .more-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body.home #contact .contact-inner .contact-morebtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
body.home #contact .contact-inner .contact-morebtn .more-txt {
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0.9px;
  color: #0a0a0a;
  margin-right: 30px;
  transition: margin-right 0.3s ease-out;
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-morebtn .more-txt {
    margin-right: 16px;
    font-size: 12px;
  }
}
body.home #contact .contact-inner .contact-morebtn .more-imgwrap {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 50px;
  transition: transform 0.3s ease-out;
  transform: scale(1);
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-morebtn .more-imgwrap {
    width: 47px;
    height: 47px;
    border-radius: 24px;
  }
}
body.home #contact .contact-inner .contact-morebtn img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease-out;
  transform: scale(1);
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-morebtn img {
    width: 12px;
    height: 15px;
  }
}
body.home #contact .contact-inner .contact-morebtn:hover .more-txt {
  margin-right: 24px;
}
body.home #contact .contact-inner .contact-morebtn:hover .more-imgwrap {
  transform: scale(0.8);
  background: linear-gradient(180deg, #1a2045 0%, #052883 100%);
}
body.home #contact .contact-inner .contact-morebtn:hover img {
  transform: scale(1.25);
}
@media (max-width: 768px) {
  body.home #contact .contact-inner .contact-morebtn:hover .more-txt {
    margin-right: 12px;
  }
}
body.home.home.contact-confirm #contact {
  padding-top: 181px;
  padding-bottom: 82px;
  margin: 0;
}
@media (max-width: 768px) {
  body.home.home.contact-confirm #contact {
    padding-top: 165px;
    padding-bottom: 67px;
  }
}
body.home.home.contact-confirm #contact .more-wrap {
  padding-right: 80px;
}
@media (max-width: 768px) {
  body.home.home.contact-confirm #contact .more-wrap {
    padding-right: 0;
  }
}
body.home.home.contact-complete #contact {
  padding-top: 181px;
  padding-bottom: 82px;
  margin: 0;
}
@media (max-width: 768px) {
  body.home.home.contact-complete #contact {
    padding-top: 165px;
    padding-bottom: 67px;
  }
}
body.home.home.contact-complete #contact .more-wrap {
  padding-right: 80px;
}
@media (max-width: 768px) {
  body.home.home.contact-complete #contact .more-wrap {
    padding-right: 0;
  }
}

body.about #aboutus {
  padding-top: 222px;
}
@media (max-width: 768px) {
  body.about #aboutus {
    padding-top: 160px;
  }
}
body.about #aboutus .aboutus-inner {
  padding-left: 10px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  body.about #aboutus .aboutus-inner {
    padding-left: 9px;
    padding-right: 0px;
  }
}
body.about #aboutus .aboutus-itemwrap {
  margin-top: 146px;
}
@media (max-width: 768px) {
  body.about #aboutus .aboutus-itemwrap {
    margin-top: 0;
  }
}
body.about #aboutus .aboutus-itemwrap .aboutus-item {
  padding-left: 29px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 184px;
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  body.about #aboutus .aboutus-itemwrap .aboutus-item {
    padding-left: 0;
    flex-flow: column;
    align-items: center;
    margin-bottom: 53px;
  }
}
body.about #aboutus .aboutus-itemwrap .aboutus-item .aboutus-left {
  max-width: 423px;
}
body.about #aboutus .aboutus-itemwrap .aboutus-item .aboutus-right img {
  width: 510px;
  height: 597px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.about #aboutus .aboutus-itemwrap .aboutus-item .aboutus-right img {
    width: 272px;
    height: 318px;
  }
}
body.about #aboutus .aboutus-itemwrap .aboutus-item .aboutus-tag {
  margin-top: 74px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  body.about #aboutus .aboutus-itemwrap .aboutus-item .aboutus-tag {
    margin-top: 81px;
    margin-bottom: 40px;
  }
}
body.about #aboutus .aboutus-itemwrap .aboutus-item .aboutus-tag .tag {
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1.2px;
  color: #1A2045;
  margin-bottom: 21px;
  display: block;
}
@media (max-width: 768px) {
  body.about #aboutus .aboutus-itemwrap .aboutus-item .aboutus-tag .tag {
    font-size: 15px;
    margin-bottom: 18px;
    line-height: 1;
    margin-left: -10px;
  }
}
body.about #aboutus .aboutus-itemwrap .aboutus-item .aboutus-tag .tag-downwrap {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  body.about #aboutus .aboutus-itemwrap .aboutus-item .aboutus-tag .tag-downwrap {
    flex-flow: column;
    align-items: flex-start;
  }
}
body.about #aboutus .aboutus-itemwrap .aboutus-item .aboutus-tag .tag-downwrap .line {
  width: 103px;
  height: 1px;
  background-color: #D1D1D1;
  margin-left: 15px;
  margin-right: 31px;
}
@media (max-width: 768px) {
  body.about #aboutus .aboutus-itemwrap .aboutus-item .aboutus-tag .tag-downwrap .line {
    margin-bottom: 15px;
    margin-left: -1px;
  }
}
body.about #aboutus .aboutus-itemwrap .aboutus-item .aboutus-tag .tag-downwrap .txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 11px;
  letter-spacing: 0.9px;
  color: #969696;
}
body.about #aboutus .aboutus-itemwrap .aboutus-item .aboutus-ttl {
  font-size: 27px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 1.62px;
  color: #000A52;
  margin-bottom: 30px;
}
body.about #aboutus .aboutus-itemwrap .aboutus-item .aboutus-txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.96px;
  color: #1A2045;
}
body.about #aboutus .aboutus-itemwrap .aboutus-item::after {
  content: "";
  position: absolute;
  width: 906px;
  height: 1px;
  bottom: -92px;
  background-color: #D1D1D1;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
body.about #aboutus .aboutus-itemwrap .aboutus-item:last-child::after {
  height: 0;
}
@media (max-width: 768px) {
  body.about #aboutus .aboutus-itemwrap .aboutus-item .aboutus-ttl {
    font-size: 30px;
    line-height: 34px;
  }
  body.about #aboutus .aboutus-itemwrap .aboutus-item .aboutus-txt {
    font-size: 13px;
    margin-bottom: 48px;
  }
  body.about #aboutus .aboutus-itemwrap .aboutus-item::after {
    bottom: -53px;
    width: 100%;
  }
  body.about #aboutus .aboutus-itemwrap .aboutus-item:nth-child(2) .aboutus-ttl {
    font-size: 22px;
    line-height: 34px;
  }
  body.about #aboutus .aboutus-itemwrap .aboutus-item:nth-child(3) .aboutus-ttl {
    font-size: 22px;
    line-height: 34px;
  }
  body.about #aboutus .aboutus-itemwrap .aboutus-item:last-child::after {
    height: 1px;
  }
}
@media (max-width: 768px) {
  body.about #message {
    margin-top: 183px;
  }
}
body.about #message .message-inner {
  padding-left: 10px;
}
body.about #message .message-inner .message-itemwrap {
  margin-top: 96px;
  margin-bottom: 292px;
}
@media (max-width: 768px) {
  body.about #message .message-inner .message-itemwrap {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
body.about #message .message-inner .message-itemwrap .message-item {
  padding-left: 57px;
  display: flex;
}
body.about #message .message-inner .message-itemwrap .message-item .message-left img {
  width: 344px;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.about #message .message-inner .message-itemwrap .message-item .message-right {
  width: 480px;
  margin-left: 136px;
}
@media (max-width: 768px) {
  body.about #message .message-inner .message-itemwrap .message-item {
    padding-left: 0;
    flex-flow: column;
  }
  body.about #message .message-inner .message-itemwrap .message-item .message-left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px;
  }
  body.about #message .message-inner .message-itemwrap .message-item .message-left img {
    width: 272px;
    height: 318px;
  }
  body.about #message .message-inner .message-itemwrap .message-item .message-right {
    width: 100%;
    margin-left: 0;
  }
}
body.about #message .message-inner .message-itemwrap .message-item .message-info {
  margin-bottom: 41px;
}
body.about #message .message-inner .message-itemwrap .message-item .message-info .info-tag {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #8E8E8E;
  margin-bottom: 5px;
}
body.about #message .message-inner .message-itemwrap .message-item .message-info .name-jp {
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.62px;
  color: #000A52;
  margin-bottom: 5px;
}
body.about #message .message-inner .message-itemwrap .message-item .message-info .name-en {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.78px;
  color: #000A52;
}
body.about #message .message-inner .message-itemwrap .message-item .message-content {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.96px;
  color: #1A2045;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.about #message .message-inner .message-itemwrap .message-item .message-content {
    font-size: 13px;
  }
}

body.service #support {
  padding-top: 222px;
}
@media (max-width: 768px) {
  body.service #support {
    padding-top: 168px;
  }
}
body.service #support .support-itemwrap {
  margin-top: 107px;
  margin-bottom: 142px;
}
@media (max-width: 768px) {
  body.service #support .support-itemwrap {
    margin-top: 90px;
    margin-bottom: 98px;
  }
}
body.service #support .support-itemwrap .support-item {
  padding-left: 30px;
  display: flex;
}
body.service #support .support-itemwrap .support-item .support-left {
  width: 485px;
  margin-right: 33px;
}
body.service #support .support-itemwrap .support-item .support-left.service02 {
  width: 428px;
  margin-right: 93px;
}
@media (max-width: 768px) {
  body.service #support .support-itemwrap .support-item .support-left.service02 {
    width: 100%;
  }
}
body.service #support .support-itemwrap .support-item .support-left .tag {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #1A2045;
  font-weight: 700;
  position: relative;
  margin-left: 22px;
}
body.service #support .support-itemwrap .support-item .support-left .tag::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-radius: 6px;
  background-color: #1A2045;
}
body.service #support .support-itemwrap .support-item .support-left .ttl {
  font-size: 31px;
  line-height: 1;
  letter-spacing: 1.86px;
  color: #000A52;
  font-weight: 700;
  margin-top: 37px;
  margin-bottom: 32px;
}
body.service #support .support-itemwrap .support-item .support-left .ttl.service02 {
  line-height: 1.4;
}
body.service #support .support-itemwrap .support-item .support-left .txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.96px;
  color: #1A2045;
}
@media (max-width: 768px) {
  body.service #support .support-itemwrap .support-item .support-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  body.service #support .support-itemwrap .support-item .support-left .ttl {
    font-size: 27px;
    padding-left: 9px;
  }
  body.service #support .support-itemwrap .support-item .support-left .txt {
    font-size: 13px;
    padding: 0 9px;
  }
}
body.service #support .support-itemwrap .support-item .support-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.service #support .support-itemwrap .support-item .support-right img {
  width: 510px;
  height: 357px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  body.service #support .support-itemwrap .support-item .support-right img {
    width: 272px;
    height: 318px;
  }
}
@media (max-width: 768px) {
  body.service #support .support-itemwrap .support-item {
    padding-left: 0;
    flex-flow: column;
    margin-bottom: 16px;
  }
  body.service #support .support-itemwrap .support-item .support-left {
    width: 100%;
  }
  body.service #support .support-itemwrap .support-item .support-left .tag {
    font-size: 15px;
    margin-left: 18px;
  }
  body.service #support .support-itemwrap .support-item .support-left .tag::after {
    width: 9px;
    height: 9px;
  }
  body.service #support .support-itemwrap .support-item .support-left .ttl {
    font-size: 27px;
    margin-top: 32px;
    margin-bottom: 27px;
  }
  body.service #support .support-itemwrap .support-item .support-left .txt {
    font-size: 13px;
  }
  body.service #support .support-itemwrap .support-item .support-left {
    margin-bottom: 33px;
  }
  body.service #support .support-itemwrap .support-item .support-left img {
    width: 272px;
    height: 318px;
  }
  body.service #support .support-itemwrap .support-item .support-right {
    width: 100%;
    margin-left: 0;
  }
}
body.service .sec-service-ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #1A2045;
}
@media (max-width: 768px) {
  body.service .sec-service-ttl {
    font-size: 15px;
  }
}
body.service #items .sec-service-ttl {
  margin-bottom: 24px;
}
body.service #items .items-inner {
  max-width: 917px;
  margin: 0 auto;
}
body.service #items .items-inner .items-wrap {
  margin-bottom: 212px;
}
@media (max-width: 768px) {
  body.service #items .items-inner .items-wrap {
    margin-bottom: 98px;
  }
}
body.service #items .items-inner .items-wrap .items-item {
  padding: 37.5px 0;
  display: flex;
  width: 100%;
  height: 159px;
  background-color: #E6E6E6;
  border-radius: 18px;
  margin-bottom: 20px;
}
body.service #items .items-inner .items-wrap .items-item:last-child {
  margin-bottom: 0;
}
body.service #items .items-inner .items-wrap .items-item .items-left {
  display: flex;
  align-items: center;
  width: 273.5px;
  padding-left: 57px;
  border-right: 1px solid #707070;
}
@media (max-width: 768px) {
  body.service #items .items-inner .items-wrap .items-item .items-left {
    width: 100%;
  }
}
body.service #items .items-inner .items-wrap .items-item .items-left .ttl {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: #1A2045;
  position: relative;
  margin-left: 26px;
}
body.service #items .items-inner .items-wrap .items-item .items-left .ttl::after {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 14px;
  border-radius: 8px;
  background-color: #1A2045;
}
body.service #items .items-inner .items-wrap .items-item .items-left .ttl.quater::after {
  top: 25%;
}
@media (max-width: 768px) {
  body.service #items .items-inner .items-wrap .items-item .items-left .ttl {
    margin-left: 18px;
  }
  body.service #items .items-inner .items-wrap .items-item .items-left .ttl::after {
    left: -20px;
  }
  body.service #items .items-inner .items-wrap .items-item .items-left .ttl.quater.sp::after {
    top: 25%;
  }
}
body.service #items .items-inner .items-wrap .items-item .items-right {
  padding-left: 38.5px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
body.service #items .items-inner .items-wrap .items-item .items-right li {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  padding: 8px 0;
  letter-spacing: 1.08px;
  color: #1A2045;
}
@media (max-width: 768px) {
  body.service #items .items-inner .items-wrap .items-item {
    flex-flow: column;
    padding: 25px 21px 24px;
    align-items: flex-start;
  }
  body.service #items .items-inner .items-wrap .items-item .items-left {
    padding-left: 0;
    border-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
  }
  body.service #items .items-inner .items-wrap .items-item .items-left .ttl {
    font-size: 16px;
  }
  body.service #items .items-inner .items-wrap .items-item .items-left .ttl::after {
    width: 9px;
    height: 9px;
  }
  body.service #items .items-inner .items-wrap .items-item .items-left .ttl.quater::after {
    top: 50%;
  }
  body.service #items .items-inner .items-wrap .items-item .items-right {
    padding-left: 0;
    padding-top: 7px;
    justify-content: flex-start;
  }
  body.service #items .items-inner .items-wrap .items-item .items-right li {
    font-size: 13px;
    line-height: 1.5;
    padding: 4px 0;
  }
}
body.service #items .items-inner .items-wrap .items-item.service02 {
  flex-flow: column;
  padding: 27px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.service #items .items-inner .items-wrap .items-item.service02 {
    padding: 25px 21px;
    height: auto;
  }
}
body.service #items .items-inner .items-wrap .items-item.service02 .items-left {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #C1C1C1;
  padding-left: 0;
  margin-left: 57px;
  margin-bottom: 11px;
  padding-bottom: 5px;
}
body.service #items .items-inner .items-wrap .items-item.service02 .items-left .ttl {
  margin-left: 21px;
}
@media (max-width: 768px) {
  body.service #items .items-inner .items-wrap .items-item.service02 .items-left {
    margin-left: 0px;
  }
}
body.service #items .items-inner .items-wrap .items-item.service02 .items-right {
  padding-left: 85px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  body.service #items .items-inner .items-wrap .items-item.service02 .items-right {
    padding-left: 0;
  }
  body.service #items .items-inner .items-wrap .items-item.service02 .items-right .txt {
    padding: 5px 0;
  }
}
body.service #features .features-inner {
  max-width: 917px;
  margin: 0 auto;
}
body.service #features .features-inner .sec-service-ttl {
  margin-bottom: 27px;
  margin-left: 15px;
}
body.service #features .features-inner .features-wrap {
  margin-bottom: 152px;
}
@media (max-width: 768px) {
  body.service #features .features-inner .features-wrap {
    margin-bottom: 128px;
  }
}
body.service #features .features-inner .features-wrap .features-item {
  padding: 29px 0;
  display: flex;
  width: 100%;
  height: 159px;
  background-color: #EFF3F7;
  border-radius: 18px;
  margin-bottom: 20px;
  align-items: center;
}
body.service #features .features-inner .features-wrap .features-item:last-child {
  margin-bottom: 0;
}
body.service #features .features-inner .features-wrap .features-item .features-left {
  width: 315px;
  padding-left: 152px;
}
body.service #features .features-inner .features-wrap .features-item .features-left img {
  width: 96px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body.service #features .features-inner .features-wrap .features-item .features-right {
  max-width: 522px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-left: 5px;
}
body.service #features .features-inner .features-wrap .features-item .features-right .features-ttl {
  font-size: 25px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  color: #1A2045;
  margin-bottom: 14px;
}
body.service #features .features-inner .features-wrap .features-item .features-right .features-txt {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.96px;
  color: #1A2045;
}
@media (max-width: 768px) {
  body.service #features .features-inner .features-wrap .features-item {
    padding: 41px 25px 28px;
    position: relative;
    height: auto;
    margin-bottom: 16px;
  }
  body.service #features .features-inner .features-wrap .features-item .features-left {
    padding-left: 0;
    position: absolute;
    top: 30px;
  }
  body.service #features .features-inner .features-wrap .features-item .features-left img {
    width: 64px;
    height: 67px;
  }
  body.service #features .features-inner .features-wrap .features-item .features-right .features-ttl {
    font-size: 16px;
    padding-left: 75px;
    margin-bottom: 30px;
    min-height: 43px;
    padding-right: 10px;
  }
  body.service #features .features-inner .features-wrap .features-item .features-right .features-txt {
    font-size: 13px;
  }
}

body.news_list #news {
  padding-top: 222px;
}
@media (max-width: 768px) {
  body.news_list #news {
    padding-top: 168px;
  }
}
body.news_list #news .news-inner .news-content {
  max-width: 782px;
  margin: 0 auto;
  margin-top: 140px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.news_list #news .news-inner .news-content {
    margin-top: 103px;
  }
}
body.news_list #news .news-inner .news-itemwrap {
  margin-bottom: 94.5px;
}
@media (max-width: 768px) {
  body.news_list #news .news-inner .news-itemwrap {
    margin-bottom: 44px;
  }
}
body.news_list #news .news-inner .news-item {
  max-width: 782px;
  margin: 0 auto;
  padding: 0 21px 14px 13px;
  border-bottom: 1px solid rgba(26, 32, 69, 0.5);
  margin-bottom: 12px;
}
body.news_list #news .news-inner .news-item--date {
  display: inline-block;
  text-align: left;
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.72px;
  color: #969696;
  margin-bottom: 0;
}
body.news_list #news .news-inner .news-item--row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body.news_list #news .news-inner .news-item--txt {
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0.84px;
  color: #1A2045;
}
body.news_list #news .news-inner .news-item--rightarrow {
  width: 32px;
  height: 32px;
  border: 1px solid #1A2044;
  border-radius: 16px;
  display: flex;
  align-items: center;
  margin-right: 0;
  justify-content: center;
  transition: margin-right 0.3s ease-out;
}
body.news_list #news .news-inner .news-item:hover .news-item--rightarrow {
  margin-right: -10px;
}
body.news_list #news .news-inner .news-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.news_list #news .news-inner .news-item {
    padding-left: 0;
    padding-right: 0;
  }
  body.news_list #news .news-inner .news-item--date {
    font-size: 10px;
    margin-bottom: 0;
  }
  body.news_list #news .news-inner .news-item--txt {
    font-size: 12px;
  }
  body.news_list #news .news-inner .news-item--rightarrow {
    min-width: 32px;
    margin-left: 31px;
  }
}
body.news_detail #news {
  padding-top: 222px;
}
@media (max-width: 768px) {
  body.news_detail #news {
    padding-top: 168px;
  }
}
body.news_detail #news .news-inner .news-content {
  max-width: 960px;
  margin: 64px auto 101.5px auto;
  padding: 140px 97px 140px 102px;
  background: #EFF3F7;
  border-radius: 84px;
}
body.news_detail #news .news-inner .news-content .news-date {
  font-size: 12px;
  letter-spacing: 0.72px;
  color: #969696;
}
body.news_detail #news .news-inner .news-content .news-ttl {
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1.56px;
  color: #1A2045;
  margin: 25px 0 70px;
}
body.news_detail #news .news-inner .news-content .news-txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.96px;
  color: #1A2045;
}
@media (max-width: 768px) {
  body.news_detail #news .news-inner .news-content {
    padding: 89px 40px;
    margin-left: -40px;
    margin-right: -40px;
    border-radius: 47px;
    margin-top: 43px;
    margin-bottom: 81px;
  }
  body.news_detail #news .news-inner .news-content .news-ttl {
    font-size: 18px;
    margin: 25px 0 45px;
  }
  body.news_detail #news .news-inner .news-content .news-txt {
    font-size: 12px;
  }
}
body .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 114px;
}
@media (max-width: 768px) {
  body .pagination {
    margin-bottom: 66px;
  }
}
body .pagination ul {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
body .pagination a,
body .pagination span {
  text-decoration: none;
  font-size: 15px;
  color: #0A0A0A;
  position: relative;
}
body .pagination img {
  width: 13px;
  height: 11px;
}
body .pagination .current {
  position: relative;
}
body .pagination .current::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1.5px;
  width: 100%;
  height: 1px;
  background-color: #0A0A0A;
}
body .pagination a:hover {
  color: rgba(10, 10, 10, 0.6901960784);
  cursor: pointer;
}

body.contact #main-visual {
  background: url(./img/contact/mv.jpg);
}
body.contact #main-visual::before {
  background-color: rgba(34, 34, 34, 0.4);
}
body.contact #contact {
  padding: 97px 0 145px;
  background: linear-gradient(0deg, #fcd704 0%, #fffdef 100%);
}
@media (max-width: 1120px) {
  body.contact #contact {
    padding: 60px 0 120px;
  }
}
body.contact #contact .contact-ttl {
  margin: 0 0 55px;
  text-align: center;
}
@media (max-width: 768px) {
  body.contact #contact .contact-ttl {
    margin: 0 0 30px;
  }
}
body.contact #contact .content {
  width: 840px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  body.contact #contact .content {
    width: 100%;
  }
}
body.contact #contact .content .form-group {
  margin: 0 0 37px;
}
@media (max-width: 768px) {
  body.contact #contact .content .form-group {
    margin: 0 0 20px;
  }
}
body.contact #contact .content .form-group span {
  display: inline-block;
  margin: 0 0 17px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #1A2045;
}
@media (max-width: 768px) {
  body.contact #contact .content .form-group span {
    margin: 0 0 8px;
  }
}
body.contact #contact .content .form-group input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #1A2045;
  background-color: #ffffff;
  border: none;
  outline: none;
  border-radius: 10px;
}
@media (max-width: 768px) {
  body.contact #contact .content .form-group input {
    height: 40px;
    border-radius: 4px;
  }
}
body.contact #contact .content .form-group textarea {
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border: none;
  outline: none;
  border-radius: 10px;
  resize: none;
}
body.contact #contact .content .form-group:last-child {
  margin: 0;
}
body.contact #contact .content .btn-send {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 211px;
  height: 60px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background-color: #1A2045;
  border-radius: 30px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: 0.3s ease all;
}
body.contact #contact .content .btn-send:hover {
  opacity: 0.7;
}

body.members #members {
  padding-top: 222px;
}
@media (max-width: 768px) {
  body.members #members {
    padding-top: 168px;
  }
}
body.members #members .members-inner {
  padding-left: 0px;
  padding-right: 0px;
}
body.members #members .members-itemwrap {
  margin-top: 99px;
  margin-bottom: 228px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 19px;
}
@media (max-width: 768px) {
  body.members #members .members-itemwrap {
    margin-top: 29px;
    flex-flow: column;
    align-items: center;
    margin-bottom: 109px;
  }
}
body.members #members .members-itemwrap .members-item {
  width: 367px;
  height: 609px;
  display: flex;
  flex-flow: column;
  margin-bottom: 52px;
  border-bottom: 0.5px solid #707070;
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  body.members #members .members-itemwrap .members-item {
    width: 252px;
    height: auto;
    margin-bottom: 15.5px;
  }
}
body.members #members .members-itemwrap .members-item .members-top img {
  width: 353px;
  height: 243px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.members #members .members-itemwrap .members-item .members-down {
  padding: 32px 27.5px 58px 14px;
}
@media (max-width: 768px) {
  body.members #members .members-itemwrap .members-item .members-down {
    padding: 20px 19px 23px 9.5px;
  }
}
body.members #members .members-itemwrap .members-item .members-down .members-info {
  margin-bottom: 30px;
}
body.members #members .members-itemwrap .members-item .members-down .members-info .info-tag {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.78px;
  color: #1A2045;
}
body.members #members .members-itemwrap .members-item .members-down .members-info .name-jp {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.02px;
  color: #1A2045;
}
body.members #members .members-itemwrap .members-item .members-down .members-info .name-en {
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.74px;
  color: #1A2045;
  text-transform: capitalize;
  margin-top: 13px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body.members #members .members-itemwrap .members-item .members-down .members-info .info-tag {
    font-size: 10px;
  }
  body.members #members .members-itemwrap .members-item .members-down .members-info .name-jp {
    font-size: 14px;
  }
  body.members #members .members-itemwrap .members-item .members-down .members-info .name-en {
    font-size: 20px;
    margin: 7px 0;
  }
}
body.members #members .members-itemwrap .members-item .members-down .members-content {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.84px;
  color: #1A2045;
  margin-bottom: 0;
}
body.members #members .members-itemwrap .members-item::after {
  content: "";
  position: absolute;
  width: 0.5px;
  height: 567px;
  top: 0;
  right: 0;
  background-color: #707070;
  z-index: 5;
}
@media (max-width: 768px) {
  body.members #members .members-itemwrap .members-item .members-top img {
    width: 243px;
    height: 168px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.members #members .members-itemwrap .members-item::after {
    height: 90%;
  }
}