@charset "UTF-8";
body {
  overflow-x: hidden;
}
/*header*/
.ly_header {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.5s;
  top: 0;
}
.ly_header.fixed {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.ly_header_inner {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
}
.bl_headerUtils {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ly_header_inner img {
  width: auto;
  height: 40px;
  margin-left: 30px;
}
#bl_globalNavi {
  height: 100%;
  width: calc(100% - 344px);
  max-width: 780px;
}
.bl_headerNav {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_headerNav_item {
  text-align: center;
}
.bl_headerNav_link {
  position: relative;
  border-bottom: 2px solid transparent;
  transition: .25s;
  font-size: 1.6rem;
  line-height: 1.0;
  margin: 0 auto;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
}
.bl_headerNav_link::before, .current .bl_headerNav_link::before {
  background: #2360BA;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.bl_headerNav_link:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
  margin-left: -3%;
}
.current .bl_headerNav_link::before {
  display: none;
}
@media (hover: none) and (pointer: coarse) {
  .bl_headerNav_link:active::before {
    transform-origin: center top;
    transform: scale(1, 1);
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .bl_headerNav_link:hover::before {
    transform-origin: center top;
    transform: scale(1, 1);
    margin-left: 0;
  }
  .current .bl_headerNav_link::before {
    background: rgba(255, 255, 255, 0.00);
  }
  .current .bl_headerNav_link:hover::before {
    background: #2360BA;
  }
}
.bl_headerNav_link:hover, .current .bl_headerNav_link {
  color: #2360BA;
}
.bl_headerNav_item_contact a::before {
  background: transparent;
}
.bl_headerNav_item_contact {
  height: 100%;
}
.bl_headerNav_item_contact a {
  color: #fff;
}
.bl_headerNav_item_contact:hover::before {
  content: none;
}
.ly_content {
  padding: 80px 0;
}
.ly_section_inner {
  margin: 50px 0 0;
}
.bl_headerNav_item span, .bl_headerNav_item_contact span {
  display: none;
}
.bl_headerNav_item_contact a {
  width: 150px;
  height: 100%;
  background-color: var(--color-second);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px transparent;
}
.bl_headerNav_item_contact.current a, .bl_headerNav_item_contact a:focus, .bl_headerNav_item_contact a:hover {
  background-color: rgba(17, 45, 88, 0.20);
  border: solid var(--color-second) 1px;
  color: var(--color-second);
}
/*footer*/
.ly_footer {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
}
.recruit .ly_footer {
  margin-top: 0px;
}
.ly_footer_inner {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.el_footerCopyright {
  display: block;
  color: var(--color-second);
  font-size: 1.4rem;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .el_footerCopyright {
    font-size: 1.3rem;
  }
}
/* Toggle Button */
#bl_navToggle {
  display: none;
  position: absolute;
  z-index: 101;
  right: 13px;
  top: 18px;
  width: 34px;
  height: 36px;
  cursor: pointer;
}
#bl_navToggle div {
  position: relative;
}
#bl_navToggle span {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #666;
  transition: .35s ease-in-out;
}
#bl_navToggle span:nth-child(1) {
  top: 0;
}
#bl_navToggle span:nth-child(2) {
  top: 11px;
}
#bl_navToggle span:nth-child(3) {
  top: 22px;
}
@media screen and (max-width: 1000px) {
  #bl_globalNavi {
    max-width: none;
  }
  #ly_header {
    height: 60px;
    width: 100%;
    position: relative;
  }
  .bl_headerUtils {
    height: 100%;
    position: relative;
    z-index: 2;
  }
 /* .bl_headerUtils_logo {
    width: 90px;
  }*/
  /*ハンバーガーメニュー*/
  #bl_navToggle {
    display: block;
  }
  .ly_header_inner img {
    width: auto;
    height: 30px;
    margin-left: 20px;
  }
  /* #bl_navToggle 切り替えアニメーション */
  .open #bl_navToggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
  }
  .open #bl_navToggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #bl_navToggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
  }
  /* #bl_globalNavi スライドアニメーション */
  #bl_globalNavi {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -100svh;
    width: 100%;
    height: 100svh;
    margin: 0 auto;
    padding: 100px 0;
    background: rgba(255, 255, 255, 0.905);
    text-align: center;
    transition: .5s ease-in-out;
    z-index: 1;
  }
  .open #bl_globalNavi {
    transform: translateY(100svh);
  }
  .no-scroll {
    overflow: hidden;
    height: 100%;
    position: fixed;
    width: 100%;
  }
  .bl_headerNav {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .bl_headerNav_item, .bl_headerNav_item_contact {
    width: 90%;
  }
  .bl_headerNav_item_contact, .bl_headerNav_item span {
    display: block;
  }
  .bl_headerNav_link {
    height: auto;
    display: flex;
    align-items: baseline;
    padding: 5px 5px 10px 5px;
    border-bottom: #333 solid 1px;
    margin-bottom: 5px;
    font-size: 2rem;
    font-family: var(--primary-font);
  }
  .bl_headerNav_item span {
    font-size: 1.2rem;
    margin-left: 10px;
    line-height: 1.8;
  }
  .bl_headerNav_item_recruit02 a {
    height: 80px;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid #0B1E3B 1px;
    margin-bottom: 0;
  }
  .bl_headerNav_item_contact a {
    width: 100%;
    height: 80px;
    background-color: #0B1E3B;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid #0B1E3B 1px;
    margin-bottom: 0;
    color: #fff;
    margin-top: 20px;
    font-family: var(--primary-font);
    padding-top: 10px;
  }
  .bl_headerNav_item_contact span {
    display: block;
    font-size: 1.3rem;
    margin-top: 5px;
    letter-spacing: 0.1em
  }
  .bl_headerNav_link:focus, .bl_headerNav_link:hover {
    border-bottom-color: rgba(10, 10, 100, 0.2);
  }
  .bl_headerNav_item_recruit02 a:focus, .bl_headerNav_item_recruit02 a:hover {
    background-color: #0B1E3B;
    border-color: #ffffff;
    color: #ffffff;
  }
  .bl_headerNav_item_contact a:focus, .bl_headerNav_item_contact a:hover {
    background-color: #ffffff;
    border-color: #0B1E3B;
    color: #0B1E3B;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer {
    margin-top: 40px;
  }
  .footer_inner {
    flex-direction: column;
  }
  .ly_footer_inner {
    width: 90%;
    margin: 0 auto;
    padding-right: 5px;
    padding-left: 5px;
    color: #ffffff;
  }
  .bl_footer_link {
    font-size: 1.4rem;
  }
  .footer_inner_01 p {
    font-size: 1.4rem;
  }
}
.main_content.sec {
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1200px;
}
.section-top_2nd {
  margin-top: 60px;
}
.heading-2 {
  font-size: 4.5rem;
  font-family: var(--secondary-en-font);
  font-weight: 400;
  display: inline-block;
  line-height: 1.0;
  position: relative;
  color: var(--color-second);
}
.heading-2::after {
  content: 'COMPANY';
  font-size: 10rem;
  font-family: var(--secondary-en-font);
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  line-height: 1.0;
  opacity: 0.1;
  position: absolute;
  left: calc(100% - 30px);
  top: -20px;
}
.heading-2.policytit::after {
  content: 'PRIVACY POLICY';
  font-size: 6.5rem;
  width: 150%;
}
.heading-2.abouttit::after {
  content: 'ABOUT';
  left: calc(100% - 20px);
}
.heading-2.contacttit::after {
  content: 'CONTACT';
  left: calc(100% - 20px);
}

.heading-2-2 {
  font-size: 3rem;
  font-family: var(--secondary-en-font);
  font-weight: 400;
  display: inline-block;
  line-height: 1.0;
  position: relative;
  color: var(--color-second);
}
.heading-2-2::after {
  content: 'COMPANY';
  font-size: 10rem;
  font-family: var(--secondary-en-font);
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  line-height: 1.0;
  opacity: 0.1;
  position: absolute;
  left: calc(100% - 30px);
  top: -5px;
}
.heading-2-2::before {
  content: '';
  display: inline-block;
  width: 50px;
  border-bottom: 2px solid #DEC744;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: auto;
}
.heading-2-2.merittit::after {
  content: 'MERIT';
  top: -15px;
  /*font-size: 6.5rem;*/
  left: calc(100%);
}
.heading-2-2.welfaretit::after {
  content: 'WELFARE';
  top: -15px;
  left: calc(100%);
}
.heading-2-2.recruttit::after {
  content: 'RECRUIT';
  top: -15px;
  left: calc(100%);
}
.heading-2-2.flowtit::after {
  top: -15px;
  content: 'FLOW';
  left: calc(100%);
}
.heading-2-2 .heading-subtitle {
  font-size: 1.3rem;
  margin-top: 17px;
  padding-top: 17px;
  border-top: none;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.heading-subtitle {
  font-size: 1.3rem;
  margin-top: 17px;
  padding-top: 17px;
  display: table;
  position: relative;
}
.heading-subtitle::before {
  content: '';
  width: 50px;
  border-top: 1px solid #112D58;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.section-merit .heading-subtitle::before, .section-welfare .heading-subtitle::before, .section-recrut .heading-subtitle::before, .section-flow .heading-subtitle::before {
  border-top: none;
}
.heading-3 {
  width: 110px;
  background-color: var(--color-second);
  transform: skew(-20deg);
  color: white;
  padding: 0.6em 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.heading-3 + p {
  margin-top: 30px;
}
.heading-3-text {
  display: inline-block;
  transform: skew(20deg);
  font-size: 1.5rem;
  line-height: 1.0;
}
.heading-3-2-text {
  display: inline-block;
  transform: skew(20deg);
  font-size: 1.5rem;
  line-height: 1.0;
}
.heading-3-en {
  color: var(--color-second);
  display: inline-block;
  transform: skew(20deg);
  font-size: 1.3rem;
  position: absolute;
  left: calc(100% + 20px);
  top: 3px;
}
.heading-3-jp {
  color: var(--color-second);
  display: inline-block;
  transform: skew(20deg);
  font-size: 1.3rem;
  position: absolute;
  left: calc(100% + 20px);
  top: 3px;
  width: 200px;
  text-align: left;
}
.heading-3-unit {
  color: #000;
  display: inline-block;
  transform: skew(20deg);
  font-size: 1.3rem;
  position: absolute;
  left: calc(100% + 10px);
  bottom: -3px;
  width: 200px;
  text-align: left;
  font-weight: 400;
}
.heading-3-2 {
  width: 110px;
  background: linear-gradient(to right, #002169 0%, #7E8FB5 80%, #D4DAE7 100%);
  transform: skew(-20deg);
  color: white;
  padding: 0.2em 50px;
  text-align: center;
  display: inline-block;
  position: relative;
  font-family: "Gelasio", serif;
  font-size: 1.8rem;
  margin: 40px auto 30px;
  width: auto;
}
.heading-3-2 span {
  display: block;
  transform: skew(20deg);
  font-family: "PT Serif", serif;
}
.heading-3-2-en {
  color: var(--color-second);
  display: inline-block;
  transform: skew(20deg);
  font-size: 3.0rem;
  position: absolute;
  left: 0;
  top: -56px;
  right: 1.5em;
  font-weight: revert;
}
.heading-3-3 {
  width: 100px;
  background-color: var(--color-second);
  transform: skew(-20deg);
  color: white;
  padding: 0 0 2px 0;
  text-align: center;
  display: inline-block;
  position: relative;
  font-family: "Gelasio", serif;
  font-size: 1.3rem;
  margin: 40px auto 30px;
}
.heading-3-3 span {
  display: block;
  transform: skew(20deg);
  font-family: var(--primary-font2);
}
.heading-4 {
  font-size: 3rem;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.heading-4-2 {
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--color-second);
  font-family: "PT Serif", serif;
  padding-left: 40px;
}
.heading-4-3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--color-second);
  padding-left: 0px;
  padding-bottom: 13px;
  margin: 30px 0 20px;
  line-height: 1.4;
  position: relative;
}
.heading-4-3 span {
  position: relative;
}
.heading-5 {
  font-size: 1.3rem;
  color: var(--color-second);
  text-align: center;
  margin-bottom: 5px;
}
.main_content p {
  font-size: 1.6rem;
}
.main_content :is(dt, dd) {
  font-family: var(--primary-font2);
  font-weight: 500;
}
@media screen and (max-width: 787px) {
  .heading-2-2::before {
    top: 35px;
  }
  .heading-3-2 {
    width: auto;
    padding: 0.2em 20px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .section-top_2nd {
    margin-top: 40px;
  }
  .section-top_2nd p {
    text-align: left;
  }
  .section-top_2nd p br {
    display: none;
  }
  .heading-subtitle {
    margin-top: 13px;
    padding-top: 13px;
  }
  .main_content .heading-2 {
    font-size: 3rem;
  }
  .main_content .heading-3 {
    font-size: 1.4rem;
    padding: 0;
  }
  .heading-3-3 {
    margin: 30px auto 20px;
  }
  .heading-4-2 {
    padding-left: 20px;
  }
  .heading-4-3 {
    font-size: 1.8rem;
    margin: 30px 0 10px;
    font-feature-settings: "palt";
    text-align: justify;
  }
  .main_content.sec {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main_content p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .heading-2::after {
    font-size: 6rem;
    left: calc(100% - 60px);
    top: -30px;
    display: none;
  }
  .heading-2.policytit::after {
    font-size: 5rem;
    width: 150%;
  }
  .heading-2-2 {
    font-size: 2rem;
  }
  .heading-2-2::after {
    font-size: 6rem;
    left: calc(100% - 60px);
    top: -30px;
    display: none;
  }
  .heading-2-2.policytit::after {
    font-size: 5rem;
    width: 150%;
  }
}

.main404 {
  height: calc(100vh - 230px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.food-txt{
	margin-top: 5px;
	max-width: 320px;
	margin: auto;
}
