@charset "UTF-8";
* {
  font-family: "Inter", sans-serif !important;
  word-break: keep-all;
}

.en {
  font-family: "Inter", sans-serif;
}

.pc-only {
  display: none !important;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .pc-only {
    display: block !important;
  }
}
#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.title {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  color: #065EB0;
}

.title2 {
  color: #fff;
}

.title::after {
  content: "";
  display: inline-block;
  background: #065EB0;
  vertical-align: middle;
  margin-left: 15px;
  height: 1px;
  width: 60px;
}

.title2::after {
  background: #fff;
}

@media (min-width: 768px) {
  .title {
    font-size: 50px;
  }
  .title::after {
    margin-left: 24px;
    width: 80px;
  }
}
.btn {
  width: 250px;
  display: block;
  margin: 40px auto 0 auto;
  padding: 16px;
  color: #065EB0;
  font-size: 16px;
  background: #fff;
  border-radius: 43px;
  text-decoration: none;
  position: relative;
  text-align: center;
  box-shadow: -9px -2px 16px 0px rgba(157, 196, 255, 0.6), 9px 9px 16px 0px rgba(176, 166, 166, 0.4); /* 2つ目のドロップシャドウ */
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
  height: 1px;
  width: 42px;
  background: linear-gradient(to right, #0056b3 50%, #ffffff 50%);
  display: inline-block;
}

.btn2::after {
  background: #0056b3;
}

.btn:hover {
  color: #fff;
  background: #065EB0;
  transition: all 0.3s;
}

.btn:hover::after {
  background: linear-gradient(to right, #ffffff 50%, #fff 50%);
}

.btn2:hover::after {
  background: linear-gradient(to right, #ffffff 50%, #0056b3 50%);
}

@media (min-width: 768px) {
  .btn {
    padding: 20px 16px;
  }
}
.header-section {
  background: #2E4362;
  padding: 20px;
  height: 70px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header-section .header-logo {
  width: 133px;
  margin-top: 3px;
  z-index: 1000;
  position: relative;
}
.header-section .header-nav {
  width: 100vw;
  height: calc(100vh - 69px);
  overflow: scroll;
  position: absolute;
  top: 69px;
  left: 0;
  background: #2E4362;
  display: none;
  padding-top: 30px;
  padding-bottom: 60px;
  box-sizing: border-box;
  z-index: 999;
}
.header-section .header-nav .nav-link-text {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  display: block;
}
.header-section .header-nav > li {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  padding: 25px 20px;
  border-top: 1px solid #E1E1E1;
}
.header-section .header-nav > li a {
  color: #fff;
  text-decoration: none;
}
.header-section .header-nav > li:first-of-type {
  border-top: none;
}
.header-section .header-nav > li:last-of-type {
  border-bottom: 1px solid #E1E1E1;
}
.header-section .header-nav .sub-menu {
  border-top: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-section .header-nav .sub-menu li {
  border: none;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.header-section .header-nav .sub-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.header-section .header-nav .sub-menu li span {
  padding-left: 0;
}
.header-section .header-nav .sub-menu li:nth-of-type(1) {
  margin: 15px 0;
}
.header-section .open-active {
  display: block;
}
.header-section .cv-container .contact {
  width: 250px;
  display: block;
  margin: 52px auto 0 auto;
  padding: 16px;
  color: #065EB0;
  font-size: 18px;
  background: #fff;
  border-radius: 43px;
  text-decoration: none;
  position: relative;
  text-align: center;
  box-shadow: -9px -2px 16px 0px rgba(157, 196, 255, 0.6), 9px 9px 16px 0px rgba(176, 166, 166, 0.4); /* 2つ目のドロップシャドウ */
}
.header-section .cv-container .contact::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
  height: 1px;
  width: 42px;
  background: linear-gradient(to right, #0056b3 50%, #ffffff 50%);
  display: inline-block;
}
.header-section .cv-container .en {
  display: none;
}
.header-section .cv-container .btn-hover:hover {
  background: #065EB0;
  color: #fff;
  transition: all 0.3s;
}
.header-section .cv-container .btn:hover::after {
  background: #fff;
}
.header-section .btn-hover:hover {
  background: #065EB0;
  color: #fff;
  transition: all 0.3s;
}
.header-section .sp-en {
  color: #065EB0;
  text-decoration: none;
  display: block;
  background: #fff;
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 24px;
  margin-left: 30px;
  position: relative;
  z-index: 1002;
  display: none;
  line-height: 18px;
}

@media (min-width: 1240px) {
  .header-section {
    max-width: 1300px;
    padding: 17px 40px;
    height: 60px;
    background: rgba(17, 41, 77, 0.88);
    margin-top: 40px;
    width: 90%;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 44px;
    display: flex;
    align-items: center;
  }
  .header-section .header-logo {
    width: 133px;
    height: 25px;
    margin-right: 100px;
    margin-top: 0;
  }
  .header-section .header-nav {
    display: flex !important;
    background: transparent !important;
    position: initial !important;
    height: initial !important;
    width: initial !important;
    padding: 0;
    overflow: initial;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
  }
  .header-section .header-nav .top {
    display: none;
  }
  .header-section .header-nav > li {
    border: none;
    padding: 0 !important;
    margin-right: 25px;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
  }
  .header-section .header-nav > li:last-of-type {
    margin-right: 0;
    border: none;
  }
  .header-section .header-nav .nav-link-text, .header-section .header-nav a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    display: block;
    position: relative;
    width: auto;
  }
  .header-section .header-nav .nav-link-text::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left top;
    transition: transform 0.3s ease-out;
  }
  .header-section .header-nav .nav-link-text:hover::after {
    transform: scaleX(1);
  }
  .header-section .header-nav .sub-menu {
    display: none;
  }
  .header-section .header-nav .sub-menu2 {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 126px;
    z-index: 1100;
    flex-direction: column;
    border: 1px solid #065EB0;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: flex;
  }
  .header-section .header-nav .sub-menu2 li:first-of-type {
    border-bottom: 1px solid #065EB0;
    margin: 0;
  }
  .header-section .header-nav .sub-menu2 li {
    border: none;
    margin: 0;
    padding: 0;
  }
  .header-section .header-nav .sub-menu2 li span {
    padding-left: 0;
  }
  .header-section .header-nav .sub-menu2 a {
    padding: 10px;
    color: #333 !important;
    font-size: 16px !important;
    white-space: nowrap;
  }
  .header-section .header-nav .sub-menu2 a::before {
    content: ">";
    margin-right: 8px;
    color: #333;
  }
  .header-section .header-nav .sub-menu2 a:hover {
    color: #065EB0 !important;
    transition: all 0.3s;
  }
  .header-section .header-nav > li:hover > .sub-menu2 {
    opacity: 1;
    visibility: visible;
  }
  .header-section .cv-container {
    display: flex;
    align-items: center;
  }
  .header-section .cv-container .contact {
    box-shadow: none;
    width: 125px;
    padding: 6px 0;
    margin: 0;
    font-size: 16px;
    border-radius: 24px;
    margin-left: 24px;
  }
  .header-section .cv-container .contact::after {
    display: none;
  }
  .header-section .cv-container .en {
    display: block;
    width: 62px;
    font-size: 16px;
    color: #065EB0;
    border-radius: 24px;
    background: #fff;
    text-align: center;
    padding: 6px 0;
    margin-left: 16px;
  }
  .header-section .sp-en {
    display: none !important;
  }
}
.open-menu {
  position: relative;
  z-index: 1001;
}
.open-menu .openbtn1 {
  position: relative;
  cursor: pointer;
  width: 38px;
  height: 38px;
}
.open-menu .openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 3px;
  background: #fff;
  width: 100%;
}
.open-menu .openbtn1 span:nth-of-type(1) {
  top: 3px;
}
.open-menu .openbtn1 span:nth-of-type(2) {
  top: 15px;
}
.open-menu .openbtn1 span:nth-of-type(3) {
  top: 27px;
}
.open-menu .openbtn1.active span:nth-of-type(1) {
  top: 10px;
  left: 0px;
  transform: translateY(6px) rotate(-45deg);
  width: 40px;
  background: #fff;
}
.open-menu .openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.open-menu .openbtn1.active span:nth-of-type(3) {
  top: 22px;
  left: 0px;
  transform: translateY(-6px) rotate(45deg);
  width: 40px;
  background: #fff;
}

@media (min-width: 1240px) {
  .open-menu {
    display: none;
  }
}
.fv-section2 {
  padding-top: 90px;
  margin-bottom: 60px;
}
.fv-section2 .nav, .fv-section2 .title {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.fv-section2 .nav p {
  font-size: 12px;
  line-height: 14px;
}
.fv-section2 .nav p a {
  text-decoration: none;
  color: #B6B6B6;
}
.fv-section2 .nav p a:hover {
  opacity: 0.8;
  transition: all 0.7;
}
.fv-section2 .nav p a:first-of-type::before {
  display: none;
}
.fv-section2 .nav p a:last-of-type {
  color: #065EB0;
}
.fv-section2 .nav p a::before {
  content: "/";
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  margin: 0 8px;
}
.fv-section2 .title {
  margin: 60px auto 40px auto;
  font-size: clamp(35px, 12vw, 55px);
  line-height: 100%;
  font-weight: 600;
}
.fv-section2 .title::after {
  display: none;
}
.fv-section2 img {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media (min-width: 768px) {
  .fv-section2 {
    padding-top: 140px;
    margin-bottom: 65px;
  }
  .fv-section2 .nav, .fv-section2 .title {
    max-width: 1280px;
  }
  .fv-section2 .nav p {
    font-size: 14px;
  }
  .fv-section2 .title {
    font-size: clamp(50px, 5.6vw, 100px);
  }
  .fv-section2 img {
    max-height: 320px;
  }
}
.cv-section {
  width: 90%;
  margin: 40px auto 80px auto;
  max-width: 500px;
}
.cv-section a:first-of-type img {
  margin-bottom: 15px;
}
.cv-section a:hover {
  transition: all 0.3s;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .cv-section {
    display: flex;
    max-width: 1050px;
    width: 85%;
    margin: 90px auto 80px auto;
  }
  .cv-section a:first-of-type {
    margin-right: 40px;
  }
  .cv-section a:first-of-type img {
    margin-bottom: 0;
  }
}
.footer-section {
  padding: 60px 0 40px 0;
  background: url("../images/footer_bg_sp.webp") no-repeat center center/cover;
}
.footer-section .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.footer-section .inner img {
  width: 164px;
  margin: 0 auto 40px auto;
}
.footer-section .inner nav .sub-menu .sub {
  display: none;
}
.footer-section .inner nav li {
  border-top: 1px solid #D8DAE7;
}
.footer-section .inner nav li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  display: block;
  padding: 15px 20px;
}
.footer-section .inner nav li a:hover {
  transition: all 0.3s;
  opacity: 0.7;
}
.footer-section .inner nav li:last-of-type {
  border-bottom: 1px solid #D8DAE7;
}
.footer-section .inner .cv-btn {
  width: 180px;
  font-size: 18px;
  color: #065EB0;
  border-radius: 24px;
  background: #fff;
  padding: 12px 0;
  margin: 28px auto 0 auto;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: all 0.3s;
}
.footer-section .inner .cv-btn:hover {
  background: #065EB0;
  color: #fff;
}
.footer-section p {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
  line-height: 35px;
  color: #fff;
}

@media (min-width: 1240px) {
  .footer-section {
    padding: 54px 0 30px 0;
    background: url("../images/footer_bg_pc.webp") no-repeat center center/cover;
  }
  .footer-section .inner {
    width: 90%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
  }
  .footer-section .inner img {
    width: 207px;
    height: 40px;
    margin: 0;
    margin-right: 8%;
  }
  .footer-section .inner nav {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
  }
  .footer-section .inner nav li {
    margin-right: 0%;
    border: none !important;
  }
  .footer-section .inner nav li a {
    padding: 0;
    font-weight: 400;
    display: initial;
  }
  .footer-section .inner nav li a[href*=careers] {
    position: relative;
    right: 50px;
  }
  .footer-section .inner nav .sub-menu .sub {
    margin-left: 20px;
    display: block;
  }
  .footer-section .inner nav .ss-li {
    position: relative;
    right: 50px;
  }
  .footer-section .inner .cv-btn {
    width: 153px;
    height: 40px;
    padding: 0;
    align-content: center;
    margin: 0;
    margin-left: 4%;
  }
  .footer-section p {
    margin-top: 70px;
  }
}/*# sourceMappingURL=style.css.map */


@media(max-width:1239px) {
	.sub-menu2 {
		display: none !important;
	}
} 