@charset "UTF-8";
.serif {
  font-family: "Noto Serif JP", serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.bg-gray {
  background-color: #F0F0F0;
}

body {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  color: #263A62;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

a {
  color: #263A62;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding: 0 20px;
  }
}
.text-center {
  text-align: center;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

/* 大見出し 英語（大）＋日本語（小） */
.bl-largeTitle-ja {
  font-size: 20px;
  letter-spacing: 0.05em;
}

.bl-largeTitle-en {
  font-size: 75px;
  letter-spacing: 0.05em;
  font-family: "Jost", sans-serif;
}

/* 中見出し 英語（小）＋日本語（大） */
.bl-mediumTitle-ja {
  font-size: 34px;
  letter-spacing: 0.05em;
}

.bl-mediumTitle-en {
  font-size: 17px;
  letter-spacing: 0.05em;
  font-family: "Jost", sans-serif;
}

/* 小見出し */
.bl-smallTitle {
  font-size: 23px;
  letter-spacing: 0.05em;
}

/* ボタン */
.btn {
  font-size: 20px;
}

/* ヘッダー */
.header {
  font-size: 15px;
}

/* フッター */
.footer {
  font-size: 14px;
}

/* お問い合わせフォーム 必須・任意 */
.contact-required {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* 大見出し 英語（大）＋日本語（小） */
  .bl-largeTitle-ja {
    font-size: 12px;
  }
  .bl-largeTitle-en {
    font-size: 32px;
  }
  /* 中見出し 英語（小）＋日本語（大） */
  .bl-mediumTitle-ja {
    font-size: 20px;
  }
  .bl-mediumTitle-en {
    font-size: 13px;
  }
  /* 小見出し */
  .bl-smallTitle {
    font-size: 18px;
  }
}
.bl-btn {
  display: block;
  border-radius: 33px;
  background-color: #fff;
  color: #263A62;
  height: 54px;
  line-height: 54px;
  border: 1px solid #263A62;
  text-align: center;
  transition: 0.3s;
}
.bl-btn-deco {
  width: 261px;
  padding-left: 60px;
  text-align: left;
  font-size: 18px;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
.bl-btn-deco::before {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 50%;
  width: 68px;
  height: 1px;
  background-color: #263A62;
}
.bl-btn-deco::after {
  content: "●";
  display: block;
  font-size: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.bl-btn-deco:hover {
  background-color: rgba(38, 58, 98, 0.27);
  transition: 0.3s;
}
.bl-btn-deco-white {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.bl-btn-deco-white::before {
  background-color: #fff;
}
.bl-btn-deco-white::after {
  color: #fff;
}
.bl-btn-deco-white:hover {
  background-color: rgba(255, 255, 255, 0.27);
}

.hamburger {
  position: absolute;
  right: 6.66vw;
  top: 4.105vh;
  width: 47px;
  height: 56px; /* クリックしやすい高さ */
  cursor: pointer;
  z-index: 300;
}
.hamburger.sp {
  display: none;
}

.hamburger_border {
  position: absolute;
  right: 0;
  width: 70%;
  height: 2px;
  background-color: #fff;
  transition: all 0.6s;
}
.hamburger_border_top {
  top: 0;
}
.hamburger_border_center {
  top: 10px;
}
.hamburger_border_bottom {
  top: 20px;
}

.header-dark .hamburger_border {
  background-color: #404040;
}

/* 表示された時用のCSS */
.nav-open .hamburger_border_top {
  transform: rotate(30deg);
  top: 16px;
}
.nav-open .hamburger_border_center {
  width: 0;
  left: 50%;
}
.nav-open .hamburger_border_bottom {
  transform: rotate(-30deg);
  top: 16px;
}
.nav-open .header-dark .hamburger_border {
  background-color: #fff;
}

@media screen and (max-width: 1000px) {
  .hamburger.sp {
    display: block;
  }
}
.bl-undertitle {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
}
.bl-undertitle-en {
  font-size: 75px;
  line-height: 1.4;
  display: block;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
.bl-undertitle-ja {
  font-size: 20px;
  line-height: 1.7;
  display: block;
}

.bl-undertitle-dark {
  color: #263A62;
}

@media screen and (max-width: 768px) {
  .bl-undertitle-en {
    font-size: 32px;
  }
  .bl-undertitle-ja {
    font-size: 12px;
  }
}
.webp .bl-underfv {
  background-image: url(../images/recruit/recruit-fv.webp);
}
.webp .bl-underfv.business {
  background-image: url(../images/business/business-fv.webp);
}
.webp .bl-underfv.about {
  background-image: url(../images/about/about-fv.webp);
}

.no-webp .bl-underfv {
  background-image: url(../images/recruit/recruit-fv.jpg);
}
.no-webp .bl-underfv.business {
  background-image: url(../images/business/business-fv.jpg);
}
.no-webp .bl-underfv.about {
  background-image: url(../images/about/about-fv.jpg);
}

.bl-underfv {
  margin: 143px 2.36vw 0;
  padding: 14vw 0 14vw 7%;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .bl-underfv {
    margin-top: 86px;
  }
}
.bl-title-ja {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.43;
  display: block;
}
.bl-title-en {
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  padding-right: 39px;
  padding-top: 10px;
  display: block;
}
.bl-title-white {
  color: #fff;
}
.bl-title-txtright {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .bl-title-ja {
    font-size: 29px;
  }
  .bl-title-en {
    font-size: 10px;
    line-height: 1.5;
    padding-right: 25px;
  }
}
.slick-autoplay {
  margin: 106px 0 123px;
}
.slick-autoplay li {
  width: 22.63vw;
  margin-right: 1.3vw;
}

@media screen and (max-width: 768px) {
  .slick-autoplay {
    margin: 76px 0 93px;
  }
  .slick-autoplay li {
    width: 40vw;
  }
}
.bl-titleunderline {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  color: #404040;
}
.bl-titleunderline::after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background-color: #707070;
  margin-top: 10px;
}

.bl-bgtitle {
  font-size: 247px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.437;
  color: rgba(64, 64, 64, 0.09);
}

@media screen and (max-width: 768px) {
  .bl-bgtitle {
    font-size: 80px;
  }
}
.bl-toptxtbox {
  border-right: 1px solid #fff;
  padding: 14px 24px 14px 0;
}
.bl-toptxtbox-txt:not(:last-of-type) {
  margin-bottom: 30px;
}
.bl-toptxtbox-left {
  border-right: none;
  border-left: 1px solid #E4E644;
  padding: 14px 0 14px 24px;
}

@media screen and (max-width: 768px) {
  .bl-toptxtbox {
    padding-right: 14px;
  }
  .bl-toptxtbox-left {
    padding-right: 0;
    padding-left: 14px;
  }
}
.bl-fadein {
  opacity: 0;
  transform: translateY(-50px);
  -webkit-animation: fadein 0.5s ease-out 0s forwards;
          animation: fadein 0.5s ease-out 0s forwards;
}

.animated-fadein {
  opacity: 0;
  transform: translateY(50px);
}

.fv .bl-title.bl-fadein {
  -webkit-animation: fadein 0.5s ease-out 5.5s forwards;
          animation: fadein 0.5s ease-out 5.5s forwards;
}

@-webkit-keyframes fadein {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  overflow: hidden;
}
.header-wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-left: 5.28vw;
  padding-right: 5.35vw;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
.header-logo {
  width: 259px;
}
.header-nav ul {
  display: flex;
}
.header-nav a {
  color: #fff;
  padding: 0 20px;
  display: block;
}
.header-nav a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.header-nav-en {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: 18px;
  text-align: right;
  line-height: 1.4;
}
.header-nav-ja {
  display: block;
  font-size: 14px;
  text-align: right;
  line-height: 1.7;
}
.header.header-dark .header-nav a {
  color: #404040;
}

@media screen and (max-width: 1000px) {
  .nav-open .header-nav {
    right: 0;
    transition: 0.5s;
  }
  .header-wrap {
    padding-top: 24px;
  }
  .header-logo {
    width: 170px;
  }
  .header-nav {
    position: fixed;
    top: 0;
    right: -120%;
    bottom: 0;
    width: 100%;
    background-color: rgba(38, 58, 98, 0.95);
    padding-top: 100px;
    transition: 0.5s;
  }
  .header-nav ul {
    display: block;
  }
  .header-nav li {
    margin-bottom: 30px;
  }
  .header-nav-en {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
  }
  .header-nav-ja {
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 1.7;
  }
  .header.header-dark .header-nav a {
    color: #fff;
  }
}
.footer-contact {
  background-color: #263A62;
  color: #fff;
  padding: 107px 0 88px;
}
.footer-contact-wrap {
  max-width: 916px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-contact-title-wrap {
  width: 45%;
  letter-spacing: 0.1em;
  border-right: 1px solid #fff;
  height: 77px;
}
.footer-contact-title {
  width: 154px;
  margin-left: 25%;
}
.footer-contact-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  line-height: 1.4;
  display: block;
  letter-spacing: 0.1em;
}
.footer-contact-title-ja {
  font-size: 15px;
  line-height: 1.7;
  display: block;
  text-align: right;
  letter-spacing: 0.1em;
}
.footer-contact-tel {
  font-size: 40px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.footer-contact-tel::before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/tel-ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: 6px;
}
.footer-contact-tel:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.footer-contact-content {
  padding-right: 8.7%;
  text-align: right;
  width: 50%;
}
.footer-contact-time {
  letter-spacing: 0.05em;
  margin-top: -10px;
}
.footer-contact-mail {
  border-radius: 26px;
  color: #263A62;
  height: 51px;
  line-height: 51px;
  border: none;
  margin-top: 31px;
  margin-left: auto;
  max-width: 298px;
  width: 100%;
}
.footer-contact-mail-top {
  background-color: #E4E644;
}
.footer-contact-mail span::before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/mail-ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin-right: 13px;
  vertical-align: -4px;
}
.footer-contact-mail:hover {
  transform: translate(3px, 3px);
  transition: 0.3s;
}

.footer {
  background-color: #fff;
  padding: 79px 0 49px;
}
.footer-logo {
  display: inline-block;
  width: 259px;
  margin-right: 32px;
}
.footer-address {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  vertical-align: 16px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 25px;
}
.footer-nav ul {
  display: flex;
}
.footer-nav a {
  display: block;
  padding: 0 30px;
  border-right: 2px solid #263A62;
  line-height: 1.2;
}
.footer-nav a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.footer-privacy-wrap a {
  display: block;
  font-size: 12px;
  text-align: right;
  line-height: 1.7;
}
.footer-privacy-wrap small {
  display: block;
  font-size: 10px;
  text-align: right;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 107px 0 88px;
  }
  .footer-contact-wrap {
    display: block;
  }
  .footer-contact-title-wrap {
    border-right: none;
    width: 100%;
  }
  .footer-contact-title {
    margin: 0 auto;
  }
  .footer-contact-title-ja {
    text-align: center;
  }
  .footer-contact-content {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .footer-contact-mail {
    margin: 40px auto 0;
  }
  .footer {
    padding: 50px 0 30px;
  }
  .footer-logo {
    margin-right: 0;
    margin: 0 auto;
    display: block;
    width: 200px;
  }
  .footer-address {
    display: block;
    text-align: center;
    line-height: 1.5;
  }
  .footer-bottom {
    margin-top: 45px;
  }
  .footer-nav {
    display: none;
  }
  .footer-privacy-wrap {
    width: 100%;
    display: block;
  }
  .footer-privacy-wrap a {
    text-align: center;
  }
  .footer-privacy-wrap small {
    text-align: center;
  }
}
.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: -10;
}
.bg-fixed video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv {
  height: calc(100vh + 204px);
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.39);
  padding-top: 45vh;
}
.fv .bl-title {
  position: -webkit-sticky;
  position: sticky;
  top: 25vh;
}

.scroll {
  position: absolute;
  top: 85vh;
  right: 18px;
  color: #fff;
}
.scroll p {
  transform-origin: top right;
  transform: rotate(90deg);
  font-size: 14px;
  width: 47px;
  padding-right: 76px;
  margin-bottom: -40px;
}

.top-about {
  background-color: rgba(0, 0, 0, 0.39);
  color: #fff;
  padding-bottom: 117px;
  text-align: right;
}
.top-about-box {
  display: flex;
  justify-content: space-between;
}
.top-about-imgwrap {
  width: 51.929%;
}
.top-about-content {
  width: 40.965%;
  margin-top: 45px;
}
.top-about .bl-toptxtbox {
  margin-bottom: 105px;
}
.top-about .bl-btn {
  margin-left: auto;
  margin-right: 30px;
}

.top-business {
  padding: 217px 0 150px;
  background-color: #fff;
  overflow: hidden;
}
.top-business-box {
  display: flex;
  justify-content: space-between;
}
.top-business-imgwrap {
  width: 41.228%;
  padding-right: 35px;
  position: relative;
  z-index: 10;
}
.top-business-imgwrap::before {
  content: "";
  display: block;
  background-color: #F0F0F0;
  width: 204px;
  height: 178px;
  position: absolute;
  bottom: -18%;
  left: -13%;
  z-index: -1;
}
.top-business-imgwrap::after {
  content: "";
  display: block;
  background-color: #E4E644;
  width: 478px;
  height: 516px;
  position: absolute;
  top: -18%;
  right: -32%;
  z-index: -1;
}
.top-business-imgwrap-txt {
  font-size: 23px;
  font-family: "Raleway", sans-serif;
  line-height: 1;
  color: #404040;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transform-origin: top right;
  transform: rotate(90deg);
  position: absolute;
  bottom: -14px;
  right: 0;
  width: 47vw;
  max-width: 532px;
  text-align: right;
}
.top-business-imgwrap-txt::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 28vw;
  max-width: 404px;
  background-color: #404040;
  margin-right: 20px;
  vertical-align: 4px;
}
.top-business-content {
  width: 42.456%;
}
.top-business .bl-title {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #404040;
  margin-bottom: 29px;
}
.top-business .bl-toptxtbox {
  color: #404040;
}
.top-business .bl-btn {
  margin-top: 35px;
  margin-left: auto;
  margin-right: 30px;
}

.top-recruit {
  color: #fff;
  padding: 226px 0 194px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-recruit::after {
  content: "";
  border: 1px solid #fff;
  display: block;
  width: 92.847vw;
  height: 426px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
}
.top-recruit .bl-title {
  width: 29.375vw;
  text-align: right;
}
.top-recruit .bl-title-ja {
  line-height: 1.425;
}
.top-recruit .bl-title-en {
  padding-right: 0;
  line-height: 1.2;
  padding-top: 0;
}
.top-recruit .bl-btn {
  margin-right: 12.43vw;
  z-index: 10;
}
.top-recruit .bl-btn:hover {
  color: #263A62;
  background-color: #fff;
}
.top-recruit .bl-btn:hover::before {
  background-color: #263A62;
}
.top-recruit .bl-btn:hover::after {
  color: #263A62;
}

.webp .top-recruit {
  background-image: url(../images/top/toprecruit01.webp);
}

.no-webp .top-recruit {
  background-image: url(../images/top/toprecruit01.jpg);
}

@media screen and (max-width: 768px) {
  .fv {
    padding-top: 40vh;
  }
  .fv .bl-title {
    top: 200px;
  }
  .scroll {
    right: -22px;
  }
  .top-about {
    overflow: hidden;
  }
  .top-about .inner {
    max-width: 450px;
  }
  .top-about .bl-title {
    margin-right: -15px;
  }
  .top-about-box {
    display: block;
    padding-top: 30px;
  }
  .top-about-imgwrap {
    width: 80%;
  }
  .top-about-content {
    width: 100%;
  }
  .top-about .bl-btn {
    margin-left: auto;
  }
  .top-business {
    padding-top: 80px;
  }
  .top-business .inner {
    max-width: 450px;
  }
  .top-business-box {
    display: block;
  }
  .top-business-content {
    width: 100%;
  }
  .top-business-imgwrap {
    max-width: 450px;
    width: 90%;
    margin: 100px auto 0;
  }
  .top-business-imgwrap::before {
    width: 80px;
    height: 90px;
    bottom: -5%;
  }
  .top-business-imgwrap::after {
    width: 160px;
    height: 180px;
    top: -11%;
    right: -9%;
  }
  .top-business-imgwrap-txt {
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
  }
  .top-business-imgwrap-txt::before {
    width: calc(100% - 85px);
  }
  .top-recruit {
    display: block;
    padding: 106px 0 114px;
    background-position: center;
  }
  .top-recruit::after {
    width: 90.847vw;
    height: 336px;
  }
  .top-recruit .bl-title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .top-recruit .bl-title-ja {
    font-size: 32px;
  }
  .top-recruit .bl-btn {
    width: 260px;
    margin: 0 auto;
  }
}
.contact-title-wrap {
  padding-top: 243px;
  padding-bottom: 92px;
  position: relative;
}
.contact-title-wrap .bl-undertitle {
  text-align: center;
}
.contact-title-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  display: block;
  height: 1px;
  width: 85px;
  background-color: #707070;
}

/*-------form_section-------*/
.form_section {
  max-width: 848px;
  width: 100%;
  margin: 0 auto;
  padding-top: 58px;
  padding-bottom: 182px;
}

input[type=radio] {
  width: 16px;
  height: 16px;
  vertical-align: -4px;
  border: none;
  background-color: #DBDBDB;
}

form dl {
  display: flex;
  align-items: flex-start;
  padding: 14px 0;
}

form dl dt {
  width: 32%;
  padding-right: 88px;
  font-size: 15px;
  text-align: right;
  position: relative;
}

.caution {
  color: #fff;
  background-color: #263A62;
  border-radius: 9px;
  font-size: 12px;
  padding: 0px 6px;
  line-height: 1.5;
  position: absolute;
  right: 34px;
  top: 6px;
}

form dl dd {
  width: 68%;
}

form dl dd input, form dl dd textarea, form dl dd select {
  width: 100%;
  max-width: 571px;
  padding: 12px;
  background-color: #F2F2F2;
  border-radius: 22px;
  border: none;
}

.radio label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.radio label::before,
.radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.radio label::before {
  background-color: #F2F2F2;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 5px;
}
.radio label::after {
  background-color: #263A62;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0;
  width: 8px;
  height: 8px;
  left: 8px;
}
.radio input:checked + label::after {
  opacity: 1;
}
.radio .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.privacy-wrap {
  margin: 50px auto 41px;
  width: 223px;
}
.privacy-wrap input {
  width: 14px;
  height: 14px;
  border: 2px solid #707070;
  vertical-align: -3px;
}
.privacy-wrap p {
  font-size: 12px;
  display: inline-block;
}
.privacy-wrap a {
  text-decoration: underline;
}
.privacy-wrap a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.submit .bl-btn {
  max-width: 563px;
  width: 90%;
  height: 84px;
  line-height: 84px;
  border: none;
  background-color: #E4E644;
  font-size: 19px;
  border-radius: 42px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.33);
  margin: 0 auto;
}
.submit .bl-btn:hover {
  transition: 0.3s;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.33);
}

.contact-thanks {
  padding: 80px 0;
  text-align: center;
}
.contact-thanks .bl-btn {
  width: 250px;
  margin-top: 50px;
  margin: 50px auto 0;
}
.contact-thanks .bl-btn:hover {
  background-color: #263A62;
  color: #fff;
}

@media screen and (max-width: 768px) {
  form dl {
    padding: 18px 10px;
    display: block;
  }
  form dl dt, form dl dd {
    width: 100%;
    padding-right: 0px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  form dl dt {
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .caution {
    position: static;
    padding: 3px 6px;
    margin-left: 10px;
  }
  .radio label {
    display: inline-block;
    width: 52%;
  }
  .submit .bl-btn {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    max-width: 300px;
  }
}
.recruit-message {
  padding: 132px 0 123px;
}
.recruit-message .bl-title-ja {
  font-size: 25px;
  font-weight: 700;
  color: #404040;
}
.recruit-message .bl-title-en {
  font-size: 12px;
  margin-bottom: 70px;
  padding-right: 0;
  font-family: "Noto Serif JP", serif;
  color: #404040;
}
.recruit-message-txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 2.3;
  margin-bottom: 47px;
  color: #404040;
}
.recruit-message-txt:last-of-type {
  margin-bottom: 0;
}

.recruit-requirements {
  padding: 120px 0 127px;
}
.recruit-requirements-wrap {
  max-width: 868px;
  width: 100%;
  margin: 0 auto;
}
.recruit-requirements .bl-titleunderline {
  width: 86.41px;
  display: block;
  margin: 0 auto 80px;
}
.recruit-requirements-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #707070;
  padding: 25px 0 17px;
  font-size: 18px;
  letter-spacing: 0em;
  color: #4E4E4E;
}
.recruit-requirements-item:last-of-type {
  border-bottom: none;
}
.recruit-requirements-item dt {
  width: 12.672%;
  text-align: right;
  font-weight: 700;
}
.recruit-requirements-item dd {
  width: 78.8%;
}

@media screen and (max-width: 768px) {
  .recruit-message {
    padding: 82px 0 93px;
  }
  .recruit-message .bl-title-ja {
    font-size: 20px;
  }
  .recruit-message .bl-title-en {
    font-size: 10px;
    margin-bottom: 50px;
  }
  .recruit-message-txt {
    letter-spacing: 0.07em;
  }
  .recruit-requirements {
    padding: 80px 0 87px;
  }
  .recruit-requirements-wrap {
    padding: 0 20px;
  }
  .recruit-requirements .bl-titleunderline {
    margin-bottom: 40px;
  }
  .recruit-requirements-item {
    font-size: 15px;
  }
}
.business-message {
  padding: 123px 0 114px;
  position: relative;
  color: #404040;
}
.business-message::after {
  content: "";
  display: block;
  width: 668px;
  height: 169px;
  background-color: #E4E644;
  position: absolute;
  bottom: 18%;
  right: -46px;
  z-index: -10;
}
.business-message .img-wrap {
  width: 641px;
}
.business-message-box {
  width: 559px;
  padding: 48px 5.192%;
  background-color: #fff;
  position: absolute;
  top: 163px;
  right: 0;
}
.business-message-box .bl-title {
  margin-bottom: 29px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.business-message-box .bl-title-ja {
  font-size: 35px;
}
.business-message-box .bl-title-en {
  color: #263A62;
}
.business-message-txt {
  margin-bottom: 39px;
}
.business-message-txt:last-of-type {
  margin-bottom: 0;
}

.business-service {
  margin-top: 73px;
  background: linear-gradient(to right, #fff 50%, #F0F0F0 50%);
}
.business-service .bl-bgtitle {
  transform: rotate(90deg);
  transform-origin: left top;
  position: absolute;
  top: -70px;
  left: 350px;
}
.business-service-inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 159px;
  background: linear-gradient(to right, #fff 10.417%, #F0F0F0 10.417%);
}
.business-service-box {
  padding-left: 17.5%;
  padding-top: 110px;
}
.business-service-number {
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 3px;
}
.business-service-title {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  color: #404040;
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
}
.business-service-content {
  padding-top: 31px;
  display: flex;
  max-width: 995px;
  width: 100%;
  justify-content: space-between;
}
.business-service-content .img-wrap {
  width: 32.965%;
}
.business-service-txt {
  width: 60.8%;
  padding-top: 32px;
  color: #404040;
}

@media screen and (max-width: 1266px) {
  .business-message::after {
    right: 0;
  }
  .business-message-box {
    right: 46px;
  }
  .business-service-content {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .business-message {
    padding-bottom: 380px;
    padding-top: 80px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .business-message::after {
    width: 80%;
    right: 0;
    bottom: -20px;
    top: auto;
  }
  .business-message .img-wrap {
    width: 90%;
    padding-left: 10px;
  }
  .business-message-box {
    width: 90%;
    right: 10px;
    top: auto;
    bottom: 0;
    padding: 38px 5.192%;
  }
  .business-message-box .bl-title-ja {
    font-size: 24px;
  }
  .business-message-box .bl-title-en {
    padding-right: 0;
    font-size: 10px;
  }
  .business-message-txt {
    letter-spacing: 0.001em;
    margin-bottom: 19px;
  }
  .business-service-inner {
    padding-bottom: 70px;
    background: linear-gradient(to right, #fff 5.417%, #F0F0F0 5.417%);
  }
  .business-service .bl-bgtitle {
    left: 95px;
    top: -30px;
  }
  .business-service-box {
    padding-top: 70px;
  }
  .business-service-number {
    font-size: 10px;
  }
  .business-service-title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .business-service-content {
    padding-top: 31px;
    display: block;
    max-width: 995px;
    width: 100%;
  }
  .business-service-content .img-wrap {
    width: 100%;
  }
  .business-service-txt {
    width: 100%;
    padding-top: 15px;
  }
}
.about-message {
  padding-top: 219px;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.about-message::after {
  content: "";
  display: block;
  background-color: #F0F0F0;
  width: 72%;
  height: 22%;
  position: absolute;
  right: 0;
  top: 580px;
  z-index: -10;
}
.about-message .bl-bgtitle {
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0em;
}
.about-message-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 219px;
}
.about-message-content .bl-title-ja {
  font-size: 55px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 0.1em;
  margin-bottom: 53px;
}
.about-message-txtarea {
  padding-left: 6.491%;
  width: 55.772%;
}
.about-message-txt {
  color: #404040;
  margin-bottom: 20px;
  width: 75.204%;
}
.about-message-txt:last-of-type {
  margin-bottom: 0;
}
.about-message-position {
  color: #404040;
  font-size: 20px;
  text-align: right;
  line-height: 1.45;
  font-family: "Noto Serif JP", serif;
  width: 75.204%;
}
.about-message-name {
  color: #404040;
  font-size: 35px;
  text-align: right;
  line-height: 1.42;
  font-family: "Noto Serif JP", serif;
  width: 75.204%;
}
.about-message-imgarea {
  width: 41.14%;
  padding-right: 35px;
  position: relative;
}
.about-message-imgarea-txt {
  font-family: "Raleway", sans-serif;
  width: 529px;
  transform-origin: top right;
  transform: rotate(90deg);
  position: absolute;
  bottom: -27px;
  right: 0;
}
.about-message-bottom {
  margin: 0 2.36vw;
}

.about-company {
  padding-top: 239px;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.about-company .bl-bgtitle {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: -10;
}
.about-company .bl-titleunderline {
  width: 86px;
  margin: 0 auto 52px;
  display: block;
}
.about-company-list {
  padding-bottom: 155px;
  max-width: 707px;
  width: 100%;
  margin: 0 auto;
}
.about-company-item {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #404040;
  padding: 20px;
  background-color: #F0F0F0;
}
.about-company-item:nth-of-type(even) {
  background-color: #fff;
}
.about-company-item dt {
  width: 28.289%;
  font-weight: 700;
  text-align: right;
}
.about-company-item dd {
  width: 58.982%;
}

.iframe-area iframe {
  aspect-ratio: 180/47;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1120px) {
  .about-message .bl-bgtitle {
    top: 40px;
    font-size: 180px;
  }
  .about-message .bl-title-ja {
    font-size: 40px;
  }
  .about-message-txtarea {
    width: 59%;
  }
  .about-message-txt {
    width: 75%;
  }
  .about-message-position {
    width: 75%;
  }
  .about-message-name {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .about-message {
    padding-top: 99px;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .about-message::after {
    display: none;
  }
  .about-message .bl-bgtitle {
    top: 40px;
    font-size: 74px;
  }
  .about-message-content {
    display: block;
    padding-bottom: 60px;
  }
  .about-message .bl-title-ja {
    font-size: 30px;
    margin-bottom: 470px;
  }
  .about-message-txtarea {
    width: 100%;
  }
  .about-message-txt {
    width: 95%;
    margin-bottom: 50px;
  }
  .about-message-position {
    width: 95%;
    font-size: 14px;
  }
  .about-message-name {
    width: 95%;
    font-size: 24px;
  }
  .about-message-imgarea {
    width: 100%;
    padding-right: 27px;
    max-width: 293px;
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about-message-imgarea::after {
    content: "";
    display: block;
    background-color: #F0F0F0;
    width: 73vw;
    max-width: 250px;
    height: 22%;
    position: absolute;
    right: -40px;
    bottom: -20px;
    z-index: -10;
  }
  .about-message-imgarea-txt {
    font-size: 10px;
    bottom: -168px;
  }
  .about-company {
    padding-top: 100px;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
  .about-company .bl-bgtitle {
    top: 47px;
    font-size: 70px;
  }
  .about-company-list {
    padding: 0 20px 100px;
  }
  .about-company-item {
    font-size: 14px;
    letter-spacing: 0.001em;
  }
  .about-company-item dt {
    width: 36%;
    text-align: left;
  }
  .about-company-item dd {
    width: 58%;
  }
  .iframe-area iframe {
    aspect-ratio: 3/2;
  }
}
.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000000000;
  overflow: hidden;
  -webkit-animation: loadingnone 0.1s ease-out 5s forwards;
          animation: loadingnone 0.1s ease-out 5s forwards;
}
.loading-bg {
  display: flex;
  overflow: hidden;
  height: 100%;
}
.loading-bg01 {
  display: block;
  width: 32%;
  height: 100%;
  background-color: #263A62;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: loadingbgtobottom 0.5s ease-out 4.5s forwards;
          animation: loadingbgtobottom 0.5s ease-out 4.5s forwards;
}
.loading-bg02 {
  display: block;
  width: 48%;
  height: 100%;
  background-color: #263A62;
  position: absolute;
  top: 0;
  left: 32%;
  -webkit-animation: loadingbgtotop 0.5s ease-out 3.5s forwards;
          animation: loadingbgtotop 0.5s ease-out 3.5s forwards;
}
.loading-bg03 {
  display: block;
  width: 20%;
  height: 100%;
  background-color: #263A62;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: loadingbgtobottom 0.5s ease-out 4.5s forwards;
          animation: loadingbgtobottom 0.5s ease-out 4.5s forwards;
}
.loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.loading-logo {
  display: block;
  width: 110px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: loadinglogofadeout 0.5s ease-out 3.5s forwards;
          animation: loadinglogofadeout 0.5s ease-out 3.5s forwards;
}
.loading-logosub {
  display: block;
  width: 53px;
  position: absolute;
  top: 4px;
  right: 4px;
  transform: translate(50px, -50px);
  opacity: 0;
  -webkit-animation: loadinglogo 1.5s ease-out 2s forwards;
          animation: loadinglogo 1.5s ease-out 2s forwards;
}

.progressbar {
  display: block;
  margin-top: 35px;
  width: 137px;
  height: 1px;
  background-color: #D6D6D6;
  position: relative;
  -webkit-animation: loadinglogofadeout 0.5s ease-out 3.5s forwards;
          animation: loadinglogofadeout 0.5s ease-out 3.5s forwards;
}
.progressbar::after {
  content: "";
  display: block;
  width: 0;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #707070;
  -webkit-animation: progressbar 2s ease-out 0s forwards;
          animation: progressbar 2s ease-out 0s forwards;
}

@-webkit-keyframes loadingnone {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loadingnone {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loadingbgtotop {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@keyframes loadingbgtotop {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@-webkit-keyframes loadingbgtobottom {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -100%;
  }
}
@keyframes loadingbgtobottom {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -100%;
  }
}
@-webkit-keyframes loadinglogo {
  0% {
    transform: translate(50px, -50px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes loadinglogo {
  0% {
    transform: translate(50px, -50px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@-webkit-keyframes loadinglogofadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadinglogofadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes progressbar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressbar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.scroll {
  -webkit-animation: scrollfadein 0.5s ease-out 6.5s forwards;
          animation: scrollfadein 0.5s ease-out 6.5s forwards;
  opacity: 0;
}

@-webkit-keyframes scrollfadein {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: 18px;
    opacity: 1;
  }
}

@keyframes scrollfadein {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: 18px;
    opacity: 1;
  }
}
.top-header {
  -webkit-animation: headerfadein 0.5s ease-out 6.5s forwards;
          animation: headerfadein 0.5s ease-out 6.5s forwards;
  opacity: 0;
}

@-webkit-keyframes headerfadein {
  0% {
    top: -30px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes headerfadein {
  0% {
    top: -30px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.top-about-imgwrap {
  transform-origin: center right;
  transform: rotate3d(0, 1, 0, 60deg);
  opacity: 0;
}
.top-about-imgwrap.is-animate {
  -webkit-animation: rotate3d 1s ease-out 0.5s forwards;
          animation: rotate3d 1s ease-out 0.5s forwards;
}

@-webkit-keyframes rotate3d {
  0% {
    opacity: 0;
    transform: rotate3d(0, 1, 0, 60deg);
  }
  100% {
    opacity: 1;
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes rotate3d {
  0% {
    opacity: 0;
    transform: rotate3d(0, 1, 0, 60deg);
  }
  100% {
    opacity: 1;
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
.top-business-imgwrap {
  filter: blur(3px);
}
.top-business-imgwrap.is-animate {
  -webkit-animation: blur 1s ease-out 0s forwards;
          animation: blur 1s ease-out 0s forwards;
}
.top-business-imgwrap::before {
  opacity: 0;
  transform-origin: left bottom;
  transform: translate(-100px, 100px);
}
.top-business-imgwrap::after {
  transform-origin: right top;
  transform: translate(100px, -100px);
  opacity: 0;
}
.top-business-imgwrap.is-animate::before {
  -webkit-animation: leftto 0.5s ease-out 0s forwards;
          animation: leftto 0.5s ease-out 0s forwards;
}
.top-business-imgwrap.is-animate::after {
  -webkit-animation: rightto 0.5s ease-out 0s forwards;
          animation: rightto 0.5s ease-out 0s forwards;
}

@-webkit-keyframes blur {
  0% {
    filter: blur(3px);
  }
  100% {
    filter: blur(0px);
  }
}

@keyframes blur {
  0% {
    filter: blur(3px);
  }
  100% {
    filter: blur(0px);
  }
}
@-webkit-keyframes rightto {
  0% {
    opacity: 0;
    transform: translate(100px, -100px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes rightto {
  0% {
    opacity: 0;
    transform: translate(100px, -100px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes leftto {
  0% {
    opacity: 0;
    transform: translate(-100px, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes leftto {
  0% {
    opacity: 0;
    transform: translate(-100px, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.top-recruit::after {
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(0, 0);
}
.top-recruit.is-animate::after {
  -webkit-animation: scale 1s ease-out 0.3s forwards;
          animation: scale 1s ease-out 0.3s forwards;
}

@-webkit-keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(0, 0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
}

@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(0, 0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
}

.c-txt{
  margin-bottom: 20px;
}

.c-bold{
  font-weight: 600;
}

.p-form__frame{
  padding: 50px 20px;
}