@charset "UTF-8";
/*==========================================
  Common
==========================================*/
@font-face {
  font-family: "Expose";
  src: url("../fonts/Expose-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Expose";
  src: url("../fonts/Expose-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Expose";
  src: url("../fonts/Expose-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* base
==================================*/
html {
  font-size: 62.5%;
}

body {
  font-feature-settings: "palt";
  font-size: 1.4rem;
  color: #182541;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 1.4rem;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
}
@media (min-width: 800px) {
  a.tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (min-width: 800px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 799px) {
  .pc {
    display: none !important;
  }
}
/*================================
	body
=================================*/
body.menu-open {
  overflow: hidden;
}

/*================================
	.header
=================================*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  transition: all 0.5s ease;
}
.header.is-hide {
  transform: translateY(-100%);
}
.header .header-inner {
  padding-left: 1.5rem;
  border-bottom: solid 1px #bbbdbf;
}
.header.scroll {
  backdrop-filter: blur(1.6rem);
  background: rgba(255, 255, 255, 0.5);
}
.header .header-layout-container {
  display: flex;
  align-items: center;
  height: 6rem;
}
.header .header-layout-container .logo-area .logo {
  width: 18.5rem;
  position: relative;
}
.header .header-layout-container .logo-area .logo img.wh {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .header-layout-container .menu-area {
  margin-left: auto;
  border-left: solid 1px #bbbdbf;
}
.header .header-layout-container .menu-area .menu {
  width: 6rem;
  height: 6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header .header-layout-container .menu-area .menu .icon {
  width: 1.7rem;
  height: 1.7rem;
  margin-top: 0.5rem;
  position: relative;
  left: -0.1rem;
}
.header .header-layout-container .menu-area .menu .icon span {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 10rem;
  background-color: #2557a6;
  transition: all 0.3s ease;
}
.header .header-layout-container .menu-area .menu .icon span:nth-child(1) {
  left: 0;
  top: 0;
}
.header .header-layout-container .menu-area .menu .icon span:nth-child(2) {
  right: 0;
  top: 0;
}
.header .header-layout-container .menu-area .menu .icon span:nth-child(3) {
  right: 0;
  bottom: 0;
}
.header .header-layout-container .menu-area .menu .icon span:nth-child(4) {
  left: 0;
  bottom: 0;
}
.header .header-layout-container .menu-area .menu.menu-open .icon span {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
}
.header .header-layout-container .menu-area .menu.menu-open .icon span:nth-child(1) {
  transform: translate(-50%, -50%) scale(1);
}
.header .header-layout-container .menu-area .menu.menu-open .icon span:nth-child(2),
.header .header-layout-container .menu-area .menu.menu-open .icon span:nth-child(3),
.header .header-layout-container .menu-area .menu.menu-open .icon span:nth-child(4) {
  transform: translate(-50%, -50%) scale(0.9);
}
.header .header-layout-container .menu-area .menu .text {
  font-size: 1rem;
  color: #0f347f;
  padding-top: 0.7rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header .globale-nav-area {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  background-color: #fff;
  position: fixed;
  top: 6.1rem;
  left: 0;
  width: 100%;
  height: calc(100svh - 6.1rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Firefox */
  scrollbar-width: none;
  /* IE・Edge旧版 */
  -ms-overflow-style: none;
  /* Chrome・Safari */
}
.header .globale-nav-area::-webkit-scrollbar {
  display: none;
}
.header .globale-nav-area.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .globale-nav-area {
  position: fixed;
  width: 100%;
  left: 0;
  top: 6.1rem;
  z-index: 1;
  background-color: #fff;
  box-sizing: border-box;
}
.header .globale-nav-area .globale-nav-layout {
  display: flex;
  gap: 4rem;
  padding: 5rem 3rem 7rem;
}
.header .globale-nav-area .globale-nav-layout .globale-nav-layout-right,
.header .globale-nav-area .globale-nav-layout .globale-nav-layout-left {
  width: calc((100% - 4rem) / 2);
}
.header .globale-nav-area .globale-nav-layout .globale-nav-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #0f347f;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px #b2b2b2;
}
.header .globale-nav-area .globale-nav-layout .globale-nav-title:not(:first-child) {
  margin-top: 2rem;
}
.header .globale-nav-area .globale-nav-layout .globale-nav-list li a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #747c8d;
  display: block;
  padding: 1rem 0;
}
.header .globale-nav-area .globale-nav-layout .globale-nav-list.style-change li a {
  color: #0f347f;
}
.header .globale-nav-area .contact-list-layout {
  position: relative;
}
.header .globale-nav-area .contact-list-layout::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 10rem;
  height: 0.2rem;
  background-color: #d71518;
}
.header .globale-nav-area .contact-list-layout .item {
  border-top: solid 1px #e2e3e3;
}
.header .globale-nav-area .contact-list-layout .item a {
  display: block;
  text-align: center;
  padding: 2.5rem 0;
  color: #0f347f;
  line-height: 1;
}
.header .globale-nav-area .contact-list-layout .item a.mail {
  font-size: 2rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header .globale-nav-area .contact-list-layout .item a.mail::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.1rem;
  background-image: url(/images/common/icon-mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -1rem;
}
.header .globale-nav-area .contact-list-layout .item a.tel {
  font-size: 2.5rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header .globale-nav-area .contact-list-layout .item a.tel::before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.7rem;
  background-image: url(/images/common/icon-tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.header .globale-nav-area .contact-list-layout .item a.tel .s-text {
  font-size: 1.1rem;
  margin-left: 0.5rem;
}
.header.header-dark.scroll .header-inner {
  background: rgba(24, 37, 65, 0.5);
}
.header.header-dark .header-layout-container .logo-area .logo img {
  opacity: 0;
}
.header.header-dark .header-layout-container .logo-area .logo img.wh {
  opacity: 1;
}
.header.header-dark .header-layout-container .menu-area .menu .icon span {
  background-color: #fff;
}
.header.header-dark .header-layout-container .menu-area .menu .text {
  color: #fff;
}

/*================================
	.sp-filter
=================================*/
.sp-filter {
  position: fixed;
  z-index: 9998;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}
.sp-filter.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*================================
	.footer
=================================*/
.footer {
  width: 100%;
  background-color: #1e283b;
}
.footer .footer-inner {
  padding: 6rem 2.5rem 6rem;
}
.footer .footer-layout-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  /*================================
  	info-area
  =================================*/
}
.footer .footer-layout-container .info-area {
  box-sizing: border-box;
  order: 2;
}
.footer .footer-layout-container .info-area .logo {
  padding-bottom: 3rem;
}
.footer .footer-layout-container .info-area .logo img {
  width: 20rem;
}
.footer .footer-layout-container .info-area .address {
  color: #fff;
}
.footer .footer-layout-container .info-area .phone {
  color: #fff;
  padding-bottom: 2rem;
}
.footer .footer-layout-container .info-area .phone .tel {
  color: #fff;
}
.footer .footer-layout-container .info-area .copy {
  font-size: 1rem;
  color: #808690;
}
.footer .footer-layout-container .info-area .pc-break {
  display: none;
}
.footer .footer-layout-container {
  /*================================
  	nav-area
  =================================*/
}
.footer .footer-layout-container .nav-area {
  order: 1;
  margin-bottom: 7rem;
}
.footer .footer-layout-container .nav-area .nav-list-layout {
  display: flex;
  justify-content: space-between;
}
.footer .footer-layout-container .nav-area .nav-list-layout .nav-col .category-title {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 0.8rem;
  margin-bottom: 1em;
  border-bottom: solid 1px #808690;
}
.footer .footer-layout-container .nav-area .nav-list-layout .nav-col .category-list li a {
  display: inline-block;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  color: #808690;
  line-height: 1;
}
.footer .footer-layout-container .nav-area .nav-list-layout .nav-col .category-list.style-change {
  position: relative;
  top: -0.4rem;
}
.footer .footer-layout-container .nav-area .nav-list-layout .nav-col .category-list.style-change li a {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
}
.footer .footer-layout-container .nav-area .nav-list-layout .nav-col .category-list.style-change li:nth-child(1) a {
  padding-top: 0;
}
.footer .footer-layout-container .nav-area .nav-list-layout .layout-group-01 {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}

/*================================
	.arrow-button-container
=================================*/
.arrow-button-container .arrow-button {
  cursor: pointer;
}
.arrow-button-container .arrow-button .arrow-button-inner .arrow-button-pos {
  display: inline-flex;
  align-items: center;
}
.arrow-button-container .arrow-button .arrow-button-inner .arrow-button-pos .button-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0f347f;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  padding-left: 0.6rem;
  line-height: 1;
  white-space: nowrap;
}
.arrow-button-container .arrow-button.s-text .arrow-button-inner .arrow-button-pos .button-text {
  font-size: 1.4rem;
}
/*================================
	.circle-arrow
=================================*/
.circle-arrow {
  width: 1.8rem;
  height: 1.8rem;
  border: solid 1px #c3c3c5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 9.9rem;
}
.circle-arrow::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.4rem;
  background-color: #fff;
  background-image: url(../images/common/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5rem 0.4rem;
}

/*============================
	.section-contact
============================*/
.section-contact {
  overflow: hidden;
  padding: 6rem 1.5rem;
  background-color: #eceff4;
  position: relative;
}
.section-contact .contact-layout-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 114rem;
  margin: 0 auto;
}
.section-contact {
  /*.contact-layout
  ============================*/
}
.section-contact .contact-layout .contact-title-layout {
  width: 100%;
  padding-bottom: 3.4rem;
  text-align: center;
}
.section-contact .contact-layout .contact-title-layout .contact-title .jp {
  font-size: 1.2rem;
  color: #0f347f;
  font-weight: 500;
  display: block;
  padding-bottom: 2rem;
}
.section-contact .contact-layout .contact-title-layout .contact-title .en {
  display: block;
  font-size: 4.5rem;
  color: #0f347f;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.section-contact .contact-layout .contact-title-layout .contact-title .en span {
  display: block;
  line-height: 1;
  margin-bottom: 0.1em;
}
.section-contact .contact-layout .contact-sub-layout .contact-photo-layout {
  flex: 0 0 22rem;
  text-align: center;
  padding-bottom: 6rem;
}
.section-contact .contact-layout .contact-sub-layout .contact-photo-layout .contact-photo {
  position: relative;
  display: inline-block;
  width: 22rem;
  height: 29rem;
  background-color: #2b3b5b;
}
.section-contact .contact-layout .contact-sub-layout .contact-photo-layout .contact-photo .photo {
  width: 22rem;
  height: 29rem;
  overflow: hidden;
}
.section-contact .contact-layout .contact-sub-layout .contact-photo-layout .contact-photo .photo .js-slider {
  width: 100%;
  height: 100%;
}
.section-contact .contact-layout .contact-sub-layout .contact-photo-layout .contact-photo .contact-button {
  position: absolute;
  right: -4.3rem;
  bottom: -4.3rem;
  width: 8.6rem;
  height: 8.6rem;
  aspect-ratio: 86/86;
  border-radius: 999rem;
  background-color: #d71518;
}
.section-contact .contact-layout .contact-sub-layout .contact-photo-layout .contact-photo .contact-button .contact-button-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 8.6rem;
  height: 8.6rem;
  aspect-ratio: 86/86;
}
.section-contact .contact-layout .contact-sub-layout .contact-photo-layout .contact-photo .contact-button .contact-button-inner .text {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 0.6rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.section-contact .contact-layout .contact-sub-layout .contact-photo-layout .contact-photo .contact-button .contact-button-inner .icon {
  width: 1.9rem;
}
.section-contact .contact-layout .contact-sub-layout .contact-info-layout {
  text-align: center;
  flex: 1;
}
.section-contact .contact-layout .contact-sub-layout .contact-info-layout .text {
  color: #2b3b5b;
  line-height: 2;
  padding-bottom: 0.5rem;
}
.section-contact .contact-layout .contact-sub-layout .contact-info-layout .s-text {
  font-size: 1.2rem;
  display: inline-block;
}
.section-contact .contact-layout .contact-sub-layout .contact-info-layout .contact-tel {
  letter-spacing: normal;
}
.section-contact .contact-layout .contact-sub-layout .contact-info-layout .contact-tel .tel {
  font-size: 3rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.section-contact .line {
  position: absolute;
  background-image: linear-gradient(90deg, #2557a6, transparent 80%);
  opacity: 0.1;
  transform: translateX(3rem);
  clip-path: inset(0 0 0 100%);
  transition: all 1.2s 0.2s ease;
}
.section-contact .line.type-01 {
  right: 2rem;
  top: 2rem;
  width: 5.7rem;
  height: 1.3rem;
}
.section-contact .line.type-02 {
  right: 1.5rem;
  top: 4rem;
  width: 11.4rem;
  height: 2.6rem;
}
.section-contact .line.type-03 {
  left: 2rem;
  top: 6rem;
  width: 5.7rem;
  height: 1.3rem;
}
.section-contact .line.type-04 {
  left: 0;
  top: 9rem;
  width: 11.4rem;
  height: 2.6rem;
}
.section-contact .line.type-05 {
  left: 3rem;
  top: 25rem;
  width: 5.7rem;
  height: 1.3rem;
}
.section-contact .line.type-06 {
  right: -6rem;
  top: 38rem;
  width: 11.4rem;
  height: 2.6rem;
}
.section-contact .line.type-07 {
  right: -3rem;
  top: 40rem;
  width: 5.7rem;
  height: 1.3rem;
}
.section-contact .line.type-08 {
  left: 3rem;
  top: 45rem;
  width: 11.4rem;
  height: 2.6rem;
}
.section-contact .line.type-09 {
  left: 0rem;
  top: 48.5rem;
  width: 5.7rem;
  height: 1.3rem;
}
.section-contact .line.type-10 {
  left: 3rem;
  top: 62rem;
  width: 5.7rem;
  height: 1.3rem;
}
.section-contact .line.type-11 {
  right: 0;
  top: 65rem;
  width: 5.7rem;
  height: 1.3rem;
}
.section-contact.move .line {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}

/*============================
	.news-list-container
============================*/
/*.news-list
============================*/
.news-list .item {
  border-top: solid 1px #c2c2c4;
}
.news-list .item a {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  color: #182541;
}
.news-list .item a .text-area {
  order: 2;
}
.news-list .item a .text-area .text {
  display: inline-block;
  line-height: 1.8;
  overflow-wrap: break-word;
  word-break: break-word;
}
.news-list .item a .info-area {
  order: 1;
  display: inline-flex;
  padding-bottom: 1.4rem;
  gap: 1rem;
}
.news-list .item a .info-area .category {
  display: inline-block;
}
.news-list .item a .info-area .category .icon {
  font-size: 1rem;
  padding: 0.3rem 2.7rem;
  border: solid 1px #c2c2c4;
  border-radius: 9.9rem;
  line-height: 1;
}
.news-list .item a .info-area .date {
  display: inline-block;
}
.news-list .item a .info-area .date .text {
  position: relative;
  top: 1px;
  font-size: 1.3rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.news-list.style-change {
  border-bottom: solid 1px #c2c2c4;
}

/*============================
	.about-list-container
============================*/
.about-list-container {
  padding: 0 1.5rem;
}
.about-list-container .about-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.about-list-container .about-list .item {
  width: calc((100% - 2.5rem) / 2);
  padding-left: 1rem;
  border-left: solid 1px #c2c2c4;
  position: relative;
  box-sizing: border-box;
}
.about-list-container .about-list .item::after {
  content: "";
  position: absolute;
  left: -0.1rem;
  top: 0;
  width: 0.2rem;
  height: 2.2rem;
  background-color: #d71518;
}
.about-list-container .about-list .item .num {
  font-size: 1rem;
  line-height: 1;
  color: #0f347f;
  padding-bottom: 0.5rem;
  letter-spacing: 0.1em;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.about-list-container .about-list .item .arrow-button-container {
  padding-bottom: 3rem;
}
.about-list-container .about-list .item .text {
  font-size: 1.5rem;
  line-height: 1.6;
  display: none;
}
.about-list-container .about-list .item .photo-wrap {
  padding-top: 0;
}
.about-list-container .about-list .item .photo-wrap .photo {
  width: 100%;
  aspect-ratio: 150/87;
  background: #d71518;
}
.about-list-container .about-list .item .photo-wrap .photo img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*================================
	.breadcrumb-container
=================================*/
.breadcrumb-container {
  position: relative;
  padding: 7.6rem 1.5rem 1.5rem;
}
.breadcrumb-container .breadcrumb-inner .breadcrumb {
  display: flex;
}
.breadcrumb-container .breadcrumb-inner .breadcrumb li {
  font-size: 1rem;
  color: #182541;
  padding-right: 3rem;
  position: relative;
}
.breadcrumb-container .breadcrumb-inner .breadcrumb li::before {
  content: ">>>";
  color: #c2c2c4;
  position: absolute;
  right: 0.6rem;
  top: 0;
  display: inline-block;
}
.breadcrumb-container .breadcrumb-inner .breadcrumb li:nth-last-child(1) {
  padding-right: 0;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
.breadcrumb-container .breadcrumb-inner .breadcrumb li:nth-last-child(1)::before {
  content: none;
}
.breadcrumb-container .breadcrumb-inner .breadcrumb li a {
  font-size: 1rem;
  white-space: nowrap;
  color: #c2c2c4;
}
.breadcrumb-container .breadcrumb-inner .breadcrumb li a:hover {
  color: #06aa42;
}

/*================================
	.page-title-container
=================================*/
.page-title-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  box-sizing: border-box;
  margin-bottom: 9rem;
  position: relative;
  padding-top: 14rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.page-title-container.privacy .page-title .en {
  font-size: 5.5rem !important;
}
.page-title-container .page-title {
  color: #0f347f;
}
.page-title-container .page-title .en {
  display: block;
  font-size: 6.5rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.page-title-container .page-title .jp {
  display: block;
  font-size: 1.2rem;
  padding-top: 1.8rem;
  line-height: 1;
  font-weight: 500;
}
.page-title-container .line-container {
  position: absolute;
  right: 0;
  top: 9rem;
  width: 100%;
  max-width: 19rem;
  height: 15rem;
}
.page-title-container .line-container .line {
  position: absolute;
  background-image: linear-gradient(90deg, #2557a6, transparent 80%);
  opacity: 0.1;
}
.page-title-container .line-container .line.type-01 {
  right: 2rem;
  top: 0;
  width: 5.7rem;
  height: 1.3rem;
}
.page-title-container .line-container .line.type-02 {
  right: -2rem;
  top: 1rem;
  width: 5.7rem;
  height: 1.3rem;
}
.page-title-container .line-container .line.type-03 {
  left: 2rem;
  top: 4.5rem;
  width: 11.4rem;
  height: 2.6rem;
}
.page-title-container .line-container .line.type-04 {
  right: 5rem;
  top: 6.5rem;
  width: 5.7rem;
  height: 1.3rem;
}
.page-title-container .line-container .line.type-05 {
  right: 0;
  bottom: 2rem;
  width: 5.7rem;
  height: 1.3rem;
}
.page-title-container .line-container .line.type-06 {
  left: 0;
  bottom: 0;
  width: 5.7rem;
  height: 1.3rem;
}

/*================================
	.common-layout-type01-container
=================================*/
.common-layout-type01-container .common-layout-type01 .common-article-layout {
  min-width: 0;
  box-sizing: border-box;
  padding-bottom: 4rem;
}
.common-layout-type01-container .common-layout-type01 .common-article-layout .common-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 3.5rem;
  color: #0f347f;
}
.common-layout-type01-container .common-layout-type01 .common-article-layout .text {
  line-height: 1.8;
}
.common-layout-type01-container .common-layout-type01 .common-photo-layout {
  margin-left: auto;
  flex-shrink: 0;
  gap: 1.2rem;
  display: flex;
}
.common-layout-type01-container .common-layout-type01 .common-photo-layout .photo:nth-child(2) {
  top: 10rem;
}

/*================================
	.privacy
=================================*/
.privacy_wrap {
  max-width: 80rem;
  margin: 0 auto;
}
.privacy_wrap dl {
  padding: 0 0 4rem 0;
}
.privacy_wrap dl dt {
  font-size: 2rem;
  color: #0f347f;
  padding: 0 0 1rem 0;
  font-weight: bold;
}
.privacy_wrap dl dd {
  line-height: 1.5;
}
.privacy_wrap dl dd ul {
  padding: 1rem 0;
}
.privacy_wrap dl dd ul li {
  margin: 0 0 0 0.9rem;
  text-indent: -0.9rem;
}

/*================================
	.wide-button-container
=================================*/
.wide-button-container .wide-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36.3rem;
  height: 4.5rem;
  border: solid 1px #fff;
  border-radius: 99.9rem;
  position: relative;
}
.wide-button-container .wide-button .text-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #fff;
  position: relative;
}
.wide-button-container .wide-button .text-wrap .arrow,
.wide-button-container .wide-button .text-wrap .arrow-right {
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1rem;
  height: 0.8rem;
}
.wide-button-container .wide-button .text-wrap .arrow {
  width: 1.1rem;
  height: 0.8rem;
  display: inline-block;
  background-color: #fff;
  mask-image: url(/images/common/icon-arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.wide-button-container .wide-button .text-wrap .arrow-right {
  width: 1.1rem;
  height: 0.8rem;
  display: inline-block;
  background-color: #0054ff;
  mask-image: url(/images/common/icon-arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.wide-button-container .wide-button .text-wrap .icon {
  padding-right: 1.8rem;
  display: inline-block;
  position: relative;
}
.wide-button-container .wide-button .text-wrap .icon::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 0.9rem;
  height: 0.8rem;
  background-color: #fff;
  mask-image: url(/images/common/icon-ext-link.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.wide-button-container .wide-button.style-color-change {
  border: solid 1px #c2c2c4;
}
.wide-button-container .wide-button.style-color-change .text-wrap {
  color: #182541;
}
.wide-button-container .wide-button.style-color-change .text-wrap .arrow {
  background-color: #0054ff;
}
.wide-button-container .wide-button.style-color-change .text-wrap .icon {
  padding-right: 1.2rem;
}
.wide-button-container .wide-button.style-color-change .text-wrap .icon::after {
  width: 0.7rem;
  height: 0.6rem;
  background-color: #182541;
}
.wide-button-container .wide-button.style-size-change {
  width: 26rem;
  height: 4rem;
}
.wide-button-container .wide-button.style-size-change .text-wrap {
  font-size: 1.5rem;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"], img[src$=".jpg"] {
  backface-visibility: hidden;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  box-sizing: border-box;
}
@media (max-width: 799px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.ct-anim {
  transform: translateY(15px);
  clip-path: inset(100% 0 0 0);
  transition: all 0.8s ease;
}
.ct-anim.ct02 {
  transition-delay: 0.1s;
}
.ct-anim.ct03 {
  transition-delay: 0.2s;
}

.move .ct-anim {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}

/*==================================
	リスト系
==================================*/
.news_ul {
  margin: 0 0 1.9rem;
}
.news_ul .news_li {
  border-bottom: 1px solid #e8e8e8;
  padding: 2.2rem 1.4rem;
}
.news_ul .news_li > a {
  display: flex;
  align-items: center;
}
.news_ul .news_li > a .date {
  font-size: 1.6rem;
  color: #919191;
  margin-right: 2.4rem;
}
.news_ul .news_li > a .img_wrap {
  margin-right: 1.7rem;
}
@media (min-width: 800px) {
  .news_ul .news_li > a .title {
    background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  .news_ul .news_li > a:hover .title {
    background-size: 100% 1px;
  }
}
@media (max-width: 799px) {
  .news_ul .news_li {
    padding: 1.4rem 0;
  }
  .news_ul .news_li > a {
    display: block;
    position: relative;
    padding-left: 8rem;
  }
  .news_ul .news_li > a .img_wrap {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: -0.5rem;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .news_ul .news_li > a .img_wrap img {
    max-width: 5.7rem;
  }
  .news_ul .news_li > a .date,
  .news_ul .news_li > a .title {
    display: block;
  }
  .news_ul .news_li > a .date {
    font-size: 1.4rem;
    margin: 0 0 0.7rem;
  }
  .news_ul .news_li > a .title {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

/*==================================
	ページナビ
==================================*/
.page_navigation .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4.5rem 0 5rem;
}
@media (max-width: 799px) {
  .page_navigation .wp-pagenavi {
    margin: 3rem 0 4rem;
  }
}
.page_navigation .wp-pagenavi > .page,
.page_navigation .wp-pagenavi .current {
  font-size: 1.6rem;
  font-weight: 500;
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  box-sizing: border-box;
  margin: 0 0.5rem;
}
.page_navigation .wp-pagenavi > .page:not(.current),
.page_navigation .wp-pagenavi .current:not(.current) {
  background-color: #f3f3f3;
}
@media (min-width: 800px) {
  .page_navigation .wp-pagenavi > .page:not(.current):hover,
  .page_navigation .wp-pagenavi .current:not(.current):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation .wp-pagenavi > .page.current,
.page_navigation .wp-pagenavi .current.current {
  background-color: #000;
  color: #fff;
}
.page_navigation .wp-pagenavi .nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink {
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
}
.page_navigation .wp-pagenavi .nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.9rem;
  height: 1.4rem;
  background-image: url(../images/common/pager_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink {
  padding-left: 3.3rem;
  margin-right: 3rem;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink::before {
  left: 0;
  transform: scale(-1, 1);
}
@media (min-width: 800px) {
  .page_navigation .wp-pagenavi .nextpostslink.previouspostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.previouspostslink:hover::before {
    left: -5px;
  }
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink {
  padding-right: 3.3rem;
  margin-left: 3rem;
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink::before {
  right: 0;
}
@media (min-width: 800px) {
  .page_navigation .wp-pagenavi .nextpostslink.nextpostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.nextpostslink:hover::before {
    right: -0.5rem;
  }
}
.page_navigation .wp-pagenavi .list_back {
  margin-left: 5.8rem;
  margin-right: 58px;
}
.page_navigation .wp-pagenavi .list_back > a {
  font-weight: 5.8rem;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon {
  display: inline-block;
  padding-left: 2.4rem;
  position: relative;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../img/news/list_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page_navigation > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4.5rem 0 5rem;
}
.page_navigation > ul .link_page,
.page_navigation > ul .current_page {
  font-size: 1.6rem;
  font-weight: 500;
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  box-sizing: border-box;
  margin: 0 0.5rem;
}
.page_navigation > ul .link_page:not(.current_page),
.page_navigation > ul .current_page:not(.current_page) {
  background-color: #f3f3f3;
}
@media (min-width: 800px) {
  .page_navigation > ul .link_page:not(.current_page):hover,
  .page_navigation > ul .current_page:not(.current_page):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation > ul .link_page.current_page,
.page_navigation > ul .current_page.current_page {
  background-color: #000;
  color: #fff;
}

/*==================================
  Contact_reset
==================================*/
main#Contact {
  /*------ Reset CSS ------*/
}
main#Contact input {
  -webkit-appearance: none;
}
main#Contact input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
main#Contact input[type=radio] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input::placeholder {
  color: #b7b7b7;
}
main#Contact input:-ms-input-placeholder {
  color: #b7b7b7;
}
main#Contact input::-webkit-input-placeholder {
  color: #b7b7b7;
}
main#Contact button,
main#Contact input[type=button],
main#Contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
main#Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}
main#Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}
main#Contact {
  /*------ Reset END ------*/
}

/*==========================================
  Layout
==========================================*/
/*==================================
  #Top
==================================*/
#Top main {
  /**********************************
    common
  **********************************/
  /*================================
  	.main-title-container
  =================================*/
}
#Top main .main-title-container {
  width: 100%;
  position: relative;
}
#Top main .main-title-container .main-title .jp {
  font-size: 1rem;
  font-weight: 500;
  display: block;
  padding-bottom: 2rem;
}
#Top main .main-title-container .main-title .en {
  display: block;
  font-size: 5.5rem;
  letter-spacing: normal;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#Top main .main-title-container .main-title .en span {
  display: block;
  line-height: 1;
}
#Top main .main-title-container .main-title.style-change .en {
  font-size: 6rem;
}
#Top main .main-title-container .photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 22.6666666667vw;
  display: block;
}
#Top main {
  /*================================
  	.business-title-container
  =================================*/
}
#Top main .business-title-container {
  width: 100%;
}
#Top main .business-title-container .business-title .jp {
  font-size: 1.2rem;
  color: #0f347f;
  font-weight: 500;
  display: block;
  padding-bottom: 2rem;
}
#Top main .business-title-container .business-title .en {
  display: block;
  font-size: 4.5rem;
  color: #0f347f;
  letter-spacing: normal;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#Top main .business-title-container .business-title .en span {
  display: block;
  line-height: 1;
  margin-bottom: 0.1em;
}
#Top main .business-title-container .business-title.style-change .en {
  font-size: 6.4rem;
}
#Top main {
  /**********************************/
  /*==================================
    .visual-container
  ==================================*/
}
#Top main .slider {
  width: 100%;
  height: 100vh;
  min-height: 34rem;
}
#Top main .visual-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 34rem;
}
#Top main .visual-container .visual-images-list {
  width: 100%;
  height: 100%;
  position: relative;
}
#Top main .visual-container .visual-images-list .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#Top main .visual-container .visual-images-list .item img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#Top main .visual-container .visual-copy {
  position: absolute;
  left: 1.5rem;
  bottom: 5.4rem;
}
#Top main .visual-container .visual-copy .visual-title {
  color: #0f347f;
}
#Top main .visual-container .visual-copy .visual-title .jp {
  display: block;
  font-size: 1.3rem;
  padding-bottom: 2rem;
  font-weight: 600;
}
#Top main .visual-container .visual-copy .visual-title .en {
  font-size: 6.5rem;
  letter-spacing: normal;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#Top main .visual-container .visual-copy .visual-title .en span {
  display: block;
  line-height: 1;
  margin-bottom: -1.5rem;
}
#Top main {
  /*==================================
  	.section-about
  ==================================*/
}
#Top main .section-about {
  overflow: hidden;
  position: relative;
}
#Top main .section-about .line {
  position: absolute;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  transform: translateX(3rem);
  clip-path: inset(0 0 0 100%);
  transition: all 1.2s 0.2s ease;
}
#Top main .section-about .line.type-01 {
  left: 1.5rem;
  top: 4rem;
  width: 6.7rem;
  height: 1.2rem;
}
#Top main .section-about .line.type-02 {
  right: 5rem;
  top: 4rem;
  width: 14.4rem;
  height: 2.6rem;
}
#Top main .section-about .line.type-03 {
  right: 10rem;
  top: 5.5rem;
  width: 14.4rem;
  height: 2.6rem;
}
#Top main .section-about .line.type-04 {
  right: -2rem;
  top: 20rem;
  width: 14.4rem;
  height: 2.6rem;
}
#Top main .section-about .line.type-05 {
  right: 9.8rem;
  top: 24rem;
  width: 6.7rem;
  height: 1.2rem;
}
#Top main .section-about .line.type-06 {
  left: 12rem;
  top: 69rem;
  width: 6.7rem;
  height: 1.2rem;
}
#Top main .section-about .line.type-07 {
  left: 5rem;
  top: 73rem;
  width: 6.7rem;
  height: 1.2rem;
}
#Top main .section-about .line.type-08 {
  right: -5rem;
  top: 98rem;
  width: 14.4rem;
  height: 2.6rem;
}
#Top main .section-about .line.type-09 {
  right: 0;
  top: 99.75rem;
  width: 14.4rem;
  height: 2.6rem;
}
#Top main .section-about .line.type-10 {
  right: -2rem;
  top: 111rem;
  width: 6.7rem;
  height: 1.2rem;
}
#Top main .section-about .line.type-11 {
  left: 15.6rem;
  top: 160rem;
  width: 14.3rem;
  height: 2.6rem;
}
#Top main .section-about .line.type-12 {
  left: 7.7rem;
  top: 162rem;
  width: 14.4rem;
  height: 2.6rem;
}
#Top main .section-about .line.type-13 {
  left: 3rem;
  top: 175rem;
  width: 6.7rem;
  height: 1.2rem;
}
#Top main .section-about .line.type-14 {
  right: 3rem;
  top: 178rem;
  width: 6.7rem;
  height: 1.2rem;
}
#Top main .section-about .line.type-15 {
  display: none;
}
#Top main .section-about.move .line {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
#Top main .section-about .about-layou-inner {
  width: 100%;
}
#Top main .section-about .about-layout-wrap {
  padding: 9rem 1.5rem 6rem;
  background-color: #2b3b5b;
}
#Top main {
  /*.about-layout
  ==================================*/
}
#Top main .about-layout {
  margin-bottom: 7rem;
}
#Top main .about-layout .article-layout {
  margin-bottom: 7rem;
}
#Top main .about-layout .article-layout .main-title-container {
  padding-bottom: 4rem;
}
#Top main .about-layout .article-layout .main-title-container .main-title .jp, #Top main .about-layout .article-layout .main-title-container .main-title .en {
  color: #fff;
}
#Top main .about-layout .article-layout .catch {
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: normal;
  padding-bottom: 4rem;
}
#Top main .about-layout .article-layout .text {
  color: #fff;
  line-height: 1.9;
  letter-spacing: normal;
}
#Top main .about-layout .article-layout .sub-photo-01 {
  position: relative;
  left: -6rem;
  width: 17rem;
  margin-top: 9.6rem;
}
#Top main .about-layout .photo-layout {
  display: flex;
  justify-content: space-between;
}
#Top main .about-layout .photo-layout .photo-layout-sub {
  width: 32vw;
}
#Top main .about-layout .photo-layout .photo-layout-sub .photo {
  display: block;
}
#Top main .about-layout .photo-layout .photo-layout-sub .photo:nth-child(1) {
  position: relative;
  top: -3.5rem;
  left: -1.5rem;
  width: 22.6666666667vw;
}
#Top main .about-layout .photo-layout .photo-layout-sub .photo:nth-child(2) {
  margin-top: 19.2vw;
}
#Top main .about-layout .photo-layout .photo-layout-main {
  width: 56vw;
}
#Top main .about-layout.layout-change {
  margin-bottom: 0;
}
#Top main .about-layout.layout-change .article-layout {
  padding-right: 0;
}
#Top main .about-layout.layout-change .photo-layout .photo:nth-child(1) {
  width: 22.6666666667vw;
  margin-top: 18.6666666667vw;
  margin-left: auto;
}
#Top main .about-layout.layout-change .photo-layout .photo:nth-child(2) {
  width: 34.6666666667vw;
  margin-left: 4.2666666667vw;
}
#Top main {
  /*==================================
  	.about-list-container
  ==================================*/
}
#Top main .about-list-container {
  padding: 6rem 1.5rem 9rem;
}
#Top main {
  /*==================================
  	.section-business
  ==================================*/
}
#Top main .section-business .business-layout-inner {
  padding: 0 1.5rem 3rem;
  width: 100%;
  box-sizing: border-box;
}
#Top main {
  /*.business-layout
  ==================================*/
}
#Top main .business-layout .business-title-layout {
  padding-bottom: 4rem;
}
#Top main .business-layout .business-text-layout .text {
  line-height: 1.8;
}
#Top main {
  /*.business-slide-list-container
  ==================================*/
}
#Top main .sticky-stage-container {
  position: relative;
  height: 400vh;
}
#Top main .sticky-stage {
  position: relative;
  top: 0;
  width: 100%;
  height: 400vh;
}
#Top main {
  /*============================
  	background
  ============================*/
}
#Top main .business-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400vh;
}
#Top main .business-list .item {
  width: 100%;
  height: 100vh;
}
#Top main .business-list .item .simpleParallax {
  width: 100%;
  height: 100vh;
}
#Top main .business-list .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
#Top main {
  /*============================
  	.business-stage-container
  ============================*/
}
#Top main .business-stage-container {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-sizing: border-box;
  padding: 17rem 3.5rem;
}
#Top main .business-stage-container .business-layout-stage {
  width: 100%;
}
#Top main .business-stage-container .business-layout-stage .business-layout {
  text-align: center;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-photo-layout {
  margin-bottom: 4rem;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-photo-layout .business-photo {
  position: relative;
  display: inline-block;
  width: 69.3333333333vw;
  aspect-ratio: 260/260;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-photo-layout .business-photo .business-photo-inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-photo-layout .business-photo .business-photo-inner .photos {
  display: block;
  transition: all 0.5s ease;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-photo-layout .business-photo .photo {
  width: 100%;
  height: 100%;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-photo-layout .business-photo .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-photo-layout .business-photo .line-wrap-top {
  position: absolute;
  z-index: 1;
  left: -5rem;
  top: -1.5rem;
  width: 26rem;
  height: 6.6rem;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-photo-layout .business-photo .line-wrap-top::before, #Top main .business-stage-container .business-layout-stage .business-layout .business-photo-layout .business-photo .line-wrap-top::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-photo-layout .business-photo .line-wrap-top::before {
  left: 0;
  top: 0;
  width: 26.1rem;
  height: 5.1rem;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-photo-layout .business-photo .line-wrap-top::after {
  left: 3rem;
  bottom: 0;
  width: 12.2rem;
  height: 2.4rem;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-photo-layout .business-photo .line-wrap-bottom {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 26rem;
  height: 6.6rem;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-photo-layout .business-photo .line-wrap-bottom::before, #Top main .business-stage-container .business-layout-stage .business-layout .business-photo-layout .business-photo .line-wrap-bottom::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-photo-layout .business-photo .line-wrap-bottom::before {
  left: 0;
  top: 0;
  width: 26.1rem;
  height: 5.1rem;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-photo-layout .business-photo .line-wrap-bottom::after {
  left: 3rem;
  bottom: 0;
  width: 12.2rem;
  height: 2.4rem;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-category-layout {
  text-align: center;
  position: relative;
  height: 160px;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-category-layout .business-category {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-category-layout .business-category.active {
  opacity: 1;
  pointer-events: visible;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-category-layout .business-category .business-title {
  display: inline-block;
  padding-bottom: 5rem;
  color: #fff;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-category-layout .business-category .business-title span {
  display: block;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-category-layout .business-category .business-title .en {
  font-size: 1.2rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 1.8rem;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-category-layout .business-category .business-title .jp {
  font-size: 3.1rem;
  font-weight: 500;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-category-layout .arrow-button-container .arrow-button {
  display: block;
  border-top: solid 1px #fff;
  padding-top: 1.4rem;
  position: relative;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-category-layout .arrow-button-container .arrow-button .arrow-button-inner .button-text {
  color: #fff;
}
#Top main .business-stage-container .business-layout-stage .business-layout .business-category-layout .arrow-button-container .arrow-button .circle-arrow::after {
  background-color: transparent;
  background-image: url(../images/common/icon-arrow-wh.svg);
}
#Top main .business-stage-container .business-layout-stage .business-layout .count-container {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  padding: 2rem 1.5rem;
  width: 100%;
  box-sizing: border-box;
}
#Top main .business-stage-container .business-layout-stage .business-layout .count-container .text-area .text {
  font-size: 1rem;
  line-height: 1;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#Top main .business-stage-container .business-layout-stage .business-layout .count-container .count-area {
  margin-left: auto;
  position: relative;
}
#Top main .business-stage-container .business-layout-stage .business-layout .count-container .count-area::after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.5rem;
  content: "";
  width: 3rem;
  height: 1px;
  background-color: #fff;
}
#Top main .business-stage-container .business-layout-stage .business-layout .count-container .count-area span {
  font-size: 1rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}
#Top main .business-stage-container .business-layout-stage .business-layout .count-container .count-area .count {
  padding-right: 5rem;
}
#Top main {
  /*============================
  	.section-news
  ============================*/
}
#Top main .section-news {
  padding: 6rem 1.5rem;
}
#Top main .section-news .news-layout-inner {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}
#Top main {
  /*.news-layout
  ============================*/
}
#Top main .news-layout .news-title-layout {
  width: 100%;
}
#Top main .news-layout .news-title-layout .main-title-container {
  margin-bottom: -3rem;
}
#Top main .news-layout .news-title-layout .main-title-container .main-title .jp, #Top main .news-layout .news-title-layout .main-title-container .main-title .en {
  color: #0f347f;
}
#Top main .news-layout .news-title-layout .arrow-button-container {
  text-align: right;
  padding-bottom: 2rem;
}
#Top main .news-layout .news-list-layout {
  width: 100%;
}
#Top main {
  /*============================
  	.news-list-container
  ============================*/
}
#Top main {
  /*.news-list
  ============================*/
}
#Top main .news-list .item {
  border-top: solid 1px #c2c2c4;
}
#Top main .news-list .item a {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  color: #182541;
}
#Top main .news-list .item a .text-area {
  order: 2;
}
#Top main .news-list .item a .text-area .text {
  display: inline-block;
  line-height: 1.8;
}
#Top main .news-list .item a .info-area {
  order: 1;
  display: inline-flex;
  padding-bottom: 1.4rem;
  gap: 1rem;
}
#Top main .news-list .item a .info-area .category {
  display: inline-block;
}
#Top main .news-list .item a .info-area .category .icon {
  font-size: 1rem;
  padding: 0.3rem 2.7rem;
  border: solid 1px #c2c2c4;
  border-radius: 9.9rem;
  line-height: 1;
}
#Top main .news-list .item a .info-area .date {
  display: inline-block;
}
#Top main .news-list .item a .info-area .date .text {
  font-size: 1.3rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#Top main {
  /*============================
  	.section-recruit
  ============================*/
}
#Top main .section-recruit {
  padding: 0 1.5rem 8rem 1.5rem;
}
#Top main .section-recruit .recruit-layout-inner {
  width: 100%;
}
#Top main {
  /*.recruit-layout
  ============================*/
}
#Top main .recruit-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 345/600;
  background-image: url(/images/top/sp/sp-recruit-img.jpg);
  background-size: cover;
  background-position: center;
}
#Top main .recruit-layout .recruit-layout-stage {
  text-align: center;
}
#Top main .recruit-layout .recruit-layout-stage .recruit-title {
  padding-bottom: 2.5rem;
}
#Top main .recruit-layout .recruit-layout-stage .recruit-title .en-sub {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  display: block;
  letter-spacing: normal;
  padding-bottom: 1.5rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#Top main .recruit-layout .recruit-layout-stage .recruit-title .en-main {
  font-size: 6.5rem;
  color: #fff;
  line-height: 1;
  display: block;
  font-family: "Expose", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#Top main .recruit-layout .recruit-layout-stage .text {
  text-align: center;
  color: #fff;
  line-height: 1.8;
  padding-bottom: 7rem;
}
#Top main .recruit-layout .recruit-layout-stage .circle-icon {
  display: inline-flex;
  width: 17.2rem;
  height: 17.2rem;
  position: relative;
}
#Top main .recruit-layout .recruit-layout-stage .circle-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 17.2rem;
  height: 17.2rem;
  background-image: url(/images/top/circle-icon-img.svg);
  animation: rotate 20s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#Top main .recruit-layout .recruit-layout-stage .circle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2.2rem;
  height: 1.6rem;
  background-image: url(/images/top/icon-arrow.svg);
}

/*==================================
  #News
==================================*/
#News main {
  /*================================
  	.section-news
  =================================*/
}
#News main .section-news {
  padding: 0 1.5rem;
}
#News main {
  /*================================
  	.category-list-container
  =================================*/
}
#News main .category-list-container {
  padding-bottom: 2rem;
}
#News main .category-list-container .category-list {
  display: inline-flex;
  gap: 0.8rem;
}
#News main .category-list-container .category-list .item {
  border: solid 1px #c2c2c4;
  border-radius: 99rem;
  overflow: hidden;
  background-color: #fff;
}
#News main .category-list-container .category-list .item a {
  display: inline-block;
  width: 8.4rem;
  font-size: 1.2rem;
  padding: 0.5rem 0 0.6rem;
  text-align: center;
  color: #182541;
  line-height: 1;
  background-color: #fff;
}
#News main .category-list-container .category-list .item.is-active {
  background-color: #0f347f;
}
#News main .category-list-container .category-list .item.is-active a {
  color: #fff;
  background-color: #0f347f;
}
#News main {
  /*=================================
  	.page_navigation
  =================================*/
}
#News main .page_navigation {
  padding-top: 4rem;
}
#News main .page_navigation .wp-pagenavi {
  margin: 0;
  display: block;
}
#News main .page_navigation .screen-reader-text {
  display: none;
}
#News main .page_navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100% !important;
  margin: 0 auto;
  /* ========================
  矢印
  ======================== */
}
#News main .page_navigation .nav-links .prev,
#News main .page_navigation .nav-links .next {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  font-family: "Noto Sans JP" !important;
  font-weight: 500 !important;
  margin: 0 !important;
  position: absolute;
  color: #182541;
  display: flex;
  width: 3rem !important;
  height: 3rem !important;
  border: solid 1px #c2c2c4;
  border-radius: 99.9rem;
}
#News main .page_navigation .nav-links .prev .text,
#News main .page_navigation .nav-links .next .text {
  display: none;
}
#News main .page_navigation .nav-links .prev {
  left: 1.5rem;
}
#News main .page_navigation .nav-links .prev::after {
  position: relative;
  top: 0.1rem;
  right: 0;
  display: block;
  content: "";
  width: 0.8rem;
  height: 0.6rem;
  background-image: url(/images/news/icon-arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.7rem 0.5rem;
}
#News main .page_navigation .nav-links .next {
  right: 1.5rem;
}
#News main .page_navigation .nav-links .next::before {
  position: relative;
  top: 0.1rem;
  left: 0;
  display: block;
  content: "";
  width: 0.8rem;
  height: 0.6rem;
  background-image: url(/images/news/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.7rem 0.5rem;
}
#News main .page_navigation .nav-links {
  /* ========================
  ページ番号
  ======================== */
}
#News main .page_navigation .nav-links .page-numbers {
  font-size: 1.4rem;
  color: #182541;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0.2rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#News main .page_navigation .nav-links .page-numbers.dots {
  position: relative;
  top: 1px;
  text-indent: -9999px;
}
#News main .page_navigation .nav-links .page-numbers.dots::after {
  content: "";
  width: 1rem;
  height: 1px;
  background-color: #c2c2c4;
}
#News main .page_navigation .nav-links .page-numbers.dots:hover {
  background: none;
}
#News main .page_navigation .nav-links .page-numbers.current {
  margin: 0 1.1rem;
  color: #282828;
  border-radius: 99.9rem;
  border: solid 1px #dcdcdc;
  box-sizing: content-box;
  background-color: #fff;
  width: 4rem;
  height: 4rem;
}
#News main .page_navigation .nav-links .page-numbers:not(.prev):not(.next):not(.dots):not(.current):hover {
  color: #000;
  background-color: #dcdcdc;
}
#News main {
  /*=================================
  	#Blog
  =================================*/
}
#News main .section-blog {
  padding: 0 1.5rem;
}
#News main .section-blog .blog-title-container {
  padding-bottom: 2.5rem;
  margin-bottom: 3.5rem;
  border-bottom: solid 1px #c2c2c4;
}
#News main .section-blog .blog-title-container .info-area {
  width: 20rem;
  padding-bottom: 2.5rem;
}
#News main .section-blog .blog-title-container .info-area .category .date {
  display: inline-flex;
  align-items: center;
}
#News main .section-blog .blog-title-container .info-area .category .date .text {
  order: 2;
  font-size: 1.3rem;
  color: #182541;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 1.5rem;
  line-height: 1;
}
#News main .section-blog .blog-title-container .info-area .category .icon {
  order: 1;
  font-size: 1rem;
  color: #182541;
  padding: 0.5rem 2.7rem;
  border: solid 1px #c2c2c4;
  border-radius: 9.9rem;
  line-height: 1;
}
#News main .section-blog .blog-title-container .title-area .title {
  font-size: 2.1rem;
  font-weight: 400;
  color: #182541;
  line-height: 1.3;
}
#News main .section-blog {
  /*=================================
  	#CmsBlogArea
  =================================*/
}
#News main .section-blog #CmsBlogArea h2 {
  color: #182541;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1.6rem;
}
#News main .section-blog #CmsBlogArea h3 {
  color: #182541;
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 1.6rem;
}
#News main .section-blog #CmsBlogArea p {
  font-size: 1.4rem;
  line-height: 1.8;
}
#News main .section-blog #CmsBlogArea img {
  width: 100%;
  max-width: 54rem;
}
#News main .section-blog {
  /*=================================
  	.pager_wrap
  =================================*/
}
#News main .section-blog .pager_wrap {
  max-width: 100%;
  margin: 8rem auto 0;
}
#News main .section-blog .pager_wrap ul {
  position: relative;
}
#News main .section-blog .pager_wrap ul li a:hover {
  opacity: 0.7;
}
#News main .section-blog .pager_wrap ul .list a {
  font-weight: 500;
  display: block;
  width: 21rem;
  color: #002344;
  line-height: 3.4rem;
  border-radius: 1.9rem;
  font-size: 1.8rem;
  text-align: center;
  margin: auto;
}
#News main .section-blog .pager_wrap ul .prev, #News main .section-blog .pager_wrap ul .next {
  position: absolute;
  top: 0;
  border: solid 1px #c2c2c4;
  border-radius: 99.9rem;
}
#News main .section-blog .pager_wrap ul .prev a, #News main .section-blog .pager_wrap ul .next a {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #182541;
  font-size: 1.5rem;
  font-weight: 500;
  color: #182541;
}
#News main .section-blog .pager_wrap ul .prev a .text, #News main .section-blog .pager_wrap ul .next a .text {
  display: none;
}
#News main .section-blog .pager_wrap ul .prev {
  left: 0;
}
#News main .section-blog .pager_wrap ul .prev a::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.6rem;
  background-size: 0.7rem 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/news/icon-arrow-left.svg);
}
#News main .section-blog .pager_wrap ul .next {
  right: 0;
}
#News main .section-blog .pager_wrap ul .next a::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.6rem;
  background-size: 0.7rem 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/news/icon-arrow-right.svg);
}

/*==================================
  #SiteMap
==================================*/
#SiteMap main {
  /*================================
  	.section-site-map
  =================================*/
}
#SiteMap main .section-site-map {
  padding: 0 1.5rem;
}
#SiteMap main {
  /*================================
  	.site-map-list-container
  =================================*/
}
#SiteMap main .site-map-list-container .site-map-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
#SiteMap main .site-map-list-container .site-map-list .site-map-item .site-map-title {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #adb4c1;
}
#SiteMap main .site-map-list-container .site-map-list .site-map-item .list .item a {
  color: #7f7f7f;
  display: block;
  padding: 1rem 0;
  line-height: 1;
}
#SiteMap main .site-map-list-container .site-map-list .site-map-item .list.style-change {
  position: relative;
  top: -2rem;
}
#SiteMap main .site-map-list-container .site-map-list .site-map-item .list.style-change .item {
  border-bottom: solid 1px #adb4c1;
}
#SiteMap main .site-map-list-container .site-map-list .site-map-item .list.style-change .item:nth-child(1) {
  padding-left: 1.5rem;
}
#SiteMap main .site-map-list-container .site-map-list .site-map-item .list.style-change .item a {
  color: #000;
  padding: 2rem 0;
}
#SiteMap main .site-map-list-container .site-map-list .site-map-item .list.style-change .item:nth-last-child(1) {
  border-bottom: none;
}

/*==================================
  #Sdgs
==================================*/
#Sdgs main {
  /*================================
  	.section-sdg
  =================================*/
}
#Sdgs main .section-sdgs {
  padding: 0 1.5rem;
}
#Sdgs main {
  /*================================
  	.common-layout-type01-container
  =================================*/
}
#Sdgs main .common-layout-type01-container {
  padding-bottom: 18rem;
}
#Sdgs main .common-layout-type01-container .common-layout-type01 .common-photo-layout .photo {
  position: relative;
}
#Sdgs main .common-layout-type01-container .common-layout-type01 .common-photo-layout .photo:nth-child(2) {
  top: 10rem;
}
#Sdgs main {
  /*================================
  	.sdgs-list-container
  =================================*/
}
#Sdgs main .sdgs-list-container {
  padding-bottom: 10rem;
}
#Sdgs main .sdgs-list-container .sdgs-list {
  border-top: solid 1px #c2c2c4;
}
#Sdgs main .sdgs-list-container .sdgs-list .item {
  padding: 2rem 0;
  box-sizing: border-box;
  border-bottom: solid 1px #c2c2c4;
}
#Sdgs main .sdgs-list-container .sdgs-list .item.logo {
  padding: 4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Sdgs main .sdgs-list-container .sdgs-list .item.logo .logo-layout {
  display: inline-block;
  width: 50.9333333333vw;
}
#Sdgs main .sdgs-list-container .sdgs-list .item.logo .logo-layout img {
  width: 100%;
}
#Sdgs main .sdgs-list-container .sdgs-list .item.col-one .title-layout {
  display: flex;
  align-items: center;
}
#Sdgs main .sdgs-list-container .sdgs-list .item.col-one .title-layout .icon {
  width: 9rem;
}
#Sdgs main .sdgs-list-container .sdgs-list .item.col-one .title-layout .sp-text-layout {
  width: calc(100% - 9rem);
  padding-left: 3rem;
  box-sizing: border-box;
}
#Sdgs main .sdgs-list-container .sdgs-list .item.col-one .title-layout .sp-text-layout .title {
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 1.5rem;
}
#Sdgs main .sdgs-list-container .sdgs-list .item.col-two {
  display: flex;
  align-items: center;
}
#Sdgs main .sdgs-list-container .sdgs-list .item.col-two .icon-layout {
  width: 9rem;
}
#Sdgs main .sdgs-list-container .sdgs-list .item.col-two .icon-layout .icon {
  width: 9rem;
}
#Sdgs main .sdgs-list-container .sdgs-list .item.col-two .icon-layout .icon:nth-child(1) {
  margin-bottom: 0.5rem;
}
#Sdgs main .sdgs-list-container .sdgs-list .item.col-two .article-layout {
  width: calc(100% - 9rem);
  padding-left: 3rem;
  box-sizing: border-box;
}
#Sdgs main .sdgs-list-container .sdgs-list .item.col-two .article-layout .title {
  font-size: 2.1rem;
  line-height: 1.2;
  padding-bottom: 1.5rem;
  font-weight: 500;
}
/*==================================
  #Company
==================================*/
#Company main {
  /*================================
  	.page-title-container
  =================================*/
}
#Company main .page-title-container {
  margin-bottom: 4rem;
}
#Company main {
  /*================================
  	.section-company
  =================================*/
}
#Company main .section-company {
  padding: 0 1.5rem;
}
#Company main {
  /*================================
  	.company-visual-container
  =================================*/
}
#Company main .company-visual-container {
  padding: 0 1.5rem;
  margin-bottom: 4rem;
}
#Company main .company-visual-container .company-visual {
  display: flex;
  gap: 2rem;
}
#Company main .company-visual-container .company-visual .visual-photo-one {
  width: 29.3333333333vw;
}
#Company main .company-visual-container .company-visual .visual-photo-one .photo {
  display: block;
}
#Company main .company-visual-container .company-visual .visual-photo-one .photo:nth-child(2) {
  margin-left: auto;
  position: relative;
  top: 29.3333333333vw;
  width: 68.1818181818%;
}
#Company main .company-visual-container .company-visual .visual-photo-two {
  width: 58.6666666667vw;
  padding-top: 3.5rem;
}
#Company main .company-visual-container .company-visual .visual-photo-two .photo {
  display: block;
}
#Company main .company-visual-container .company-visual .visual-photo-two .photo:nth-child(2) {
  margin-left: auto;
  margin-right: 40px;
  width: 56.8181818182%;
  margin-top: 2rem;
}
#Company main .company-visual-container .company-visual .visual-photo-three {
  display: none;
}
#Company main {
  /*================================
  	.company-layout-container
  =================================*/
}
#Company main .company-layout-container {
  padding-bottom: 7rem;
  box-sizing: border-box;
}
#Company main .company-layout-container .company-layout .company-article-layout .company-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0f347f;
  padding-bottom: 3rem;
}
#Company main .company-layout-container .company-layout .company-article-layout .text {
  line-height: 1.8;
}
#Company main {
  /*================================
  	.breadcrumb-container
  =================================*/
}
#Company main .breadcrumb-container {
  padding: 9rem 1.5rem 1.5rem;
}

/*==================================
 #Overview
==================================*/
#Overview main {
  /******************************
  	common
  ******************************/
}
#Overview main .overview-title-container {
  padding-bottom: 3rem;
}
#Overview main .overview-title-container .overview-title .en {
  font-size: 1rem;
  line-height: 1;
  display: block;
  color: #0f347f;
  padding-bottom: 1.5rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#Overview main .overview-title-container .overview-title .jp {
  font-size: 2.4rem;
  line-height: 1;
  display: block;
  color: #0f347f;
  font-weight: 500;
}
#Overview main .overview-title-container .overview-title.style-change .en {
  color: #fff;
}
#Overview main .overview-title-container .overview-title.style-change .jp {
  color: #fff;
}
#Overview main {
  /******************************/
  /*================================
  	.section-overview
  =================================*/
}
#Overview main .section-overview {
  padding: 0 1.5rem 7rem;
}
#Overview main .section-overview .inner {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}
#Overview main {
  /*================================
  	.overview-layout-container
  =================================*/
}
#Overview main .overview-layout-container {
  padding-bottom: 7rem;
}
#Overview main .overview-layout-container .overview-layout .overview-table-layout .overview-table {
  width: 100%;
  border-top: solid 1px #c2c2c4;
}
#Overview main .overview-layout-container .overview-layout .overview-table-layout .overview-table tr:nth-last-child(2) td, #Overview main .overview-layout-container .overview-layout .overview-table-layout .overview-table tr:nth-last-child(2) th {
  border-bottom: none;
}
#Overview main .overview-layout-container .overview-layout .overview-table-layout .overview-table tr:nth-last-child(1) td {
  border-top: none;
  padding-top: 0;
}
#Overview main .overview-layout-container .overview-layout .overview-table-layout .overview-table td, #Overview main .overview-layout-container .overview-layout .overview-table-layout .overview-table th {
  padding: 1.5rem 0;
  text-align: left;
  border-bottom: solid 1px #c2c2c4;
}
#Overview main .overview-layout-container .overview-layout .overview-table-layout .overview-table th {
  width: 8rem;
  font-style: 400;
}
#Overview main .overview-layout-container .overview-layout .overview-table-layout .overview-table td {
  width: calc(100% - 8rem);
  line-height: 1.6;
}
#Overview main .overview-layout-container .overview-layout .overview-table-layout .overview-table td .lists li {
  position: relative;
  padding-left: 1.2em;
}
#Overview main .overview-layout-container .overview-layout .overview-table-layout .overview-table td .lists li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#Overview main .overview-layout-container .overview-layout .overview-table-layout .overview-table td .icon {
  display: inline-block;
}
#Overview main .overview-layout-container .overview-layout .overview-table-layout .overview-table td .icon::before {
  content: "";
  position: relative;
  top: 0.6rem;
  display: inline-block;
  margin-right: 1rem;
  width: 2.7rem;
  height: 2.7rem;
  background-image: url(/images/common/icon-download.svg);
  background-size: 2.7rem;
  background-position: center;
}
#Overview main .overview-layout-container .overview-layout .overview-table-layout .overview-table td .map-photo-img {
  width: 100%;
}
#Overview main {
  /*================================
  	.overview-map-container
  =================================*/
}
#Overview main .overview-map-container .overview-map {
  background: #d9d9d9;
  aspect-ratio: 345/275;
  width: 100%;
}
#Overview main .overview-map-container .overview-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(1);
}
#Overview main {
  /*================================
  	.section-overview
  =================================*/
}
#Overview main .section-history {
  background-color: #2b3b5b;
  padding-top: 6rem;
  position: relative;
  overflow: hidden;
}
#Overview main .section-history .inner {
  width: 100%;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
#Overview main .section-history .line {
  position: absolute;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  transform: translateX(3rem);
  clip-path: inset(0 0 0 100%);
  transition: all 1.2s 0.2s ease;
}
#Overview main .section-history .line.type-01 {
  left: 7.2rem;
  top: 2rem;
  width: 6.2rem;
  height: 1.2rem;
}
#Overview main .section-history .line.type-02 {
  right: 0rem;
  top: 2.5rem;
  width: 6.2rem;
  height: 1.2rem;
}
#Overview main .section-history .line.type-03 {
  right: 0;
  top: 7rem;
  width: 13rem;
  height: 2.6rem;
}
#Overview main .section-history .line.type-04 {
  right: 4rem;
  top: 9.25rem;
  width: 6.2rem;
  height: 1.2rem;
}
#Overview main .section-history .line.type-05 {
  left: 3.5rem;
  bottom: 5.6rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Overview main .section-history .line.type-06 {
  left: 6rem;
  bottom: 4.75rem;
  width: 6.2rem;
  height: 1.2rem;
}
#Overview main .section-history .line.type-07 {
  right: 10rem;
  bottom: 3.2rem;
  width: 6.2rem;
  height: 1.2rem;
}
#Overview main .section-history .line.type-08 {
  display: none;
}
#Overview main .section-history.move .line {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
#Overview main {
  /*================================
  	.sample-swiper
  =================================*/
}
#Overview main .sample-swiper {
  width: 100%;
  padding-top: 0;
  padding-bottom: 6rem;
}
#Overview main .sample-swiper .swiper-slide {
  height: auto;
  display: flex;
  font-size: 4rem;
  border-right: solid 1px #fff;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
#Overview main .sample-swiper .swiper-slide .swiper-slide-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#Overview main .sample-swiper .swiper-slide .swiper-slide-inner .date {
  color: #fff;
  padding-bottom: 2rem;
  font-weight: 500;
}
#Overview main .sample-swiper .swiper-slide .swiper-slide-inner .date .year {
  font-size: 2.4rem;
  display: block;
  line-height: 1;
  padding-bottom: 1.5rem;
}
#Overview main .sample-swiper .swiper-slide .swiper-slide-inner .date .month {
  font-size: 1.2rem;
  display: block;
  line-height: 1;
}
#Overview main .sample-swiper .swiper-slide .swiper-slide-inner .text {
  color: #fff;
  line-height: 1.8;
}
#Overview main .sample-swiper .swiper-button-prev::after,
#Overview main .sample-swiper .swiper-button-next::after {
  display: none;
}
#Overview main .sample-swiper .cursor-nav {
  padding: 2rem 1.5rem 0;
  box-sizing: border-box;
}
#Overview main .sample-swiper .cursor-nav .cursor-nav-inner {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 1rem;
}
#Overview main .sample-swiper .cursor-nav .swiper-button-prev,
#Overview main .sample-swiper .cursor-nav .swiper-button-next {
  position: static !important;
  width: 3.2rem !important;
  height: 3.2rem !important;
  margin-top: 0;
  border: solid 1px #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9rem 1.1rem;
}
#Overview main .sample-swiper .cursor-nav .swiper-button-prev {
  background-image: url("/images/overview/arrow-prev.svg");
}
#Overview main .sample-swiper .cursor-nav .swiper-button-next {
  background-image: url("/images/overview/arrow-next.svg");
}
#Overview main .sample-swiper .cursor-nav .swiper-button-prev::after,
#Overview main .sample-swiper .cursor-nav .swiper-button-next::after {
  display: none;
}
#Overview main {
  /*================================
  	.history-visual-container
  =================================*/
}
#Overview main .history-visual-container {
  margin-bottom: 7rem;
  position: relative;
  overflow: hidden;
}
#Overview main .history-visual-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
#Overview main .history-visual-container .history-visual {
  aspect-ratio: 375/250;
}
#Overview main .history-visual-container .history-visual .first-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*==================================
  #Founded
==================================*/
#Founded main {
  /*================================
  	.page-title-container
  =================================*/
}
#Founded main .page-title-container {
  width: 100%;
  padding-top: 12rem;
  margin-bottom: 4rem;
}
#Founded main .page-title-container .page-title .en {
  font-size: 4.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}
#Founded main .page-title-container .page-title .jp {
  display: block;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 3rem;
}
#Founded main .page-title-container .page-title .text {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}
#Founded main {
  /*================================
  	.section-founded
  =================================*/
}
#Founded main .section-founded {
  padding: 0 1.5rem;
}
#Founded main .section-founded .inner {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}
#Founded main {
  /*================================
  	.section-photo-container
  =================================*/
}
#Founded main .section-photo-container {
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 2.8rem;
  width: 100%;
  padding-bottom: 6rem;
}
#Founded main .section-photo-container .photo {
  display: inline-block;
}
#Founded main .section-photo-container .photo:nth-child(1) {
  position: relative;
  top: 2.5rem;
  width: 17.3333333333vw;
}
#Founded main .section-photo-container .photo:nth-child(2) {
  width: 31.4666666667vw;
  width: 118px;
}
#Founded main {
  /*================================
  	.founded-layout-container
  =================================*/
}
#Founded main .founded-layout-container {
  padding-bottom: 10rem;
}
#Founded main .founded-layout-container .founded-layout {
  display: flex;
  flex-direction: column;
}
#Founded main .founded-layout-container .founded-layout .founded-photo-layout {
  order: 2;
}
#Founded main .founded-layout-container .founded-layout .founded-photo-layout .founded-photo {
  display: flex;
  gap: 2rem;
}
#Founded main .founded-layout-container .founded-layout .founded-photo-layout .founded-photo .photo {
  display: block;
}
#Founded main .founded-layout-container .founded-layout .founded-photo-layout .founded-photo .photo:nth-child(1) {
  flex: 219;
}
#Founded main .founded-layout-container .founded-layout .founded-photo-layout .founded-photo .photo:nth-child(2) {
  flex: 106;
  padding-top: 53.3333333333vw;
}
#Founded main .founded-layout-container .founded-layout .founded-article-layout {
  order: 1;
  padding-bottom: 2.5rem;
}
#Founded main .founded-layout-container .founded-layout .founded-article-layout .text {
  line-height: 1.8;
}
#Founded main .founded-layout-container .founded-layout .founded-article-layout .ceo-text {
  padding-top: 1.5rem;
  width: 9.25rem;
  margin-left: auto;
}
#Founded main .founded-layout-container .founded-layout .founded-article-layout .ceo-text .text {
  font-size: 1rem;
  display: block;
}
#Founded main .founded-layout-container .founded-layout .founded-article-layout .ceo-text .name {
  font-size: 2.1rem;
  display: block;
}

/*==================================
  #Business
==================================*/
#Business main {
  /*================================
  	.section-business
  =================================*/
}
#Business main .section-business {
  padding: 0 1.5rem;
}
#Business main {
  /*==================================
  	.common-layout-type01-container
  ===================================*/
}
#Business main .common-layout-type01-container {
  padding-bottom: 15rem;
}
#Business main .common-layout-type01-container .common-photo-layout .photo {
  position: relative;
}
#Business main .common-layout-type01-container .common-photo-layout .photo:nth-child(2) {
  top: 8rem;
}
#Business main {
  /*================================
  	.business-container
  =================================*/
}
#Business main .business-container {
  padding-bottom: 20rem;
}
#Business main .business-container .business-layout .business-article-layout {
  min-width: 0;
  box-sizing: border-box;
  padding-bottom: 4rem;
}
#Business main .business-container .business-layout .business-article-layout .business-title {
  font-size: 4.2rem;
  font-weight: 500;
  color: #0f347f;
  line-height: 1.3;
  padding-bottom: 6rem;
}
#Business main .business-container .business-layout .business-article-layout .text {
  line-height: 1.8;
}
#Business main .business-container .business-layout .business-photo-layout {
  margin-left: auto;
  width: 43rem;
  flex-shrink: 0;
  gap: 1.2rem;
  display: flex;
}
#Business main .business-container .business-layout .business-photo-layout .photo {
  position: relative;
}
#Business main .business-container .business-layout .business-photo-layout .photo:nth-child(1) {
  top: 10rem;
}
#Business main {
  /*================================
  	.business-parts-photo-container
  =================================*/
}
#Business main .business-parts-photo-container {
  padding-bottom: 5rem;
}
#Business main {
  /*================================
  	.business-shaping-container
  =================================*/
}
#Business main .business-shaping-container .business-shaping-title-layout {
  padding-bottom: 2.5rem;
}
#Business main .business-shaping-container .business-shaping-title-layout .business-shaping-title {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  color: #0f347f;
}
#Business main .business-shaping-container .business-shaping-list-layout {
  padding-bottom: 10rem;
}
#Business main .business-shaping-container .business-shaping-list-layout .business-shaping-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#Business main .business-shaping-container .business-shaping-list-layout .business-shaping-list .item {
  width: 100%;
}
#Business main .business-shaping-container .business-shaping-list-layout .business-shaping-list .item dl dt {
  width: 13rem;
  padding-bottom: 0.8rem;
}
#Business main .business-shaping-container .business-shaping-list-layout .business-shaping-list .item dl dt .label {
  text-align: center;
  width: 12.6rem;
  display: inline-block;
  padding: 0.4rem 0;
  border: solid 1px #c2c2c4;
  border-radius: 99rem;
  line-height: 1;
}
#Business main .business-shaping-container .business-shaping-list-layout .business-shaping-list .item dl dd {
  font-size: 1.3rem;
  line-height: 1.4;
  line-height: 1.3;
}
#Business main {
  /*================================
  	..business-item-container
  =================================*/
}
#Business main .business-item-container {
  margin: 0 -1.5rem;
}
#Business main .business-item-container .business-item-layout {
  display: block;
  border-bottom: solid 1px #c2c2c4;
  padding: 2.5rem 1.5rem 4rem;
}
#Business main .business-item-container .business-item-layout:nth-child(1) {
  border-top: solid 1px #c2c2c4;
}
#Business main .business-item-container .business-item-layout .business-content-layout {
  align-items: center;
}
#Business main .business-item-container .business-item-layout .business-content-layout .visual-layout {
  display: flex;
  flex: 1;
  padding-bottom: 4rem;
}
#Business main .business-item-container .business-item-layout .business-content-layout .visual-layout .num-layout {
  flex: 1;
  box-sizing: border-box;
}
#Business main .business-item-container .business-item-layout .business-content-layout .visual-layout .num-layout .num {
  font-size: 1.1rem;
  color: #c2c2c4;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#Business main .business-item-container .business-item-layout .business-content-layout .visual-layout .photo-layout {
  flex: 1;
}
#Business main .business-item-container .business-item-layout .business-content-layout .visual-layout .photo-layout .photo {
  display: block;
}
#Business main .business-item-container .business-item-layout .business-content-layout .visual-layout .photo-layout .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#Business main .business-item-container .business-item-layout .business-content-layout .article-layout .arrow-button-container {
  padding-bottom: 1.5rem;
}
#Business main .business-item-container .business-item-layout .business-content-layout .article-layout .arrow-button-container .arrow-button .arrow-button-inner .arrow-button-pos .circle-arrow {
  position: relative;
  top: -0.1rem;
  width: 2.8rem;
  height: 2.8rem;
}
#Business main .business-item-container .business-item-layout .business-content-layout .article-layout .arrow-button-container .arrow-button .arrow-button-inner .arrow-button-pos .circle-arrow::after {
  width: 0.8rem !important;
  height: 0.7rem !important;
  background-size: 0.8rem 0.7rem;
}
#Business main .business-item-container .business-item-layout .business-content-layout .article-layout .arrow-button-container .arrow-button .arrow-button-inner .arrow-button-pos .button-text {
  font-size: 2.4rem;
  padding-left: 1rem;
}

/*==================================
  #Blow
==================================*/
#BusinessSub .header.header-two.header-dark-two.scroll .header-inner {
  background: rgba(24, 37, 65, 0.5);
}
#BusinessSub .header.header-two.header-dark-two .header-layout-container .logo-area .logo img {
  opacity: 0;
}
#BusinessSub .header.header-two.header-dark-two .header-layout-container .logo-area .logo img.wh {
  opacity: 1;
}
#BusinessSub .header.header-two.header-dark-two .header-layout-container .menu-area .menu .icon span {
  background-color: #fff;
}
#BusinessSub .header.header-two.header-dark-two .header-layout-container .menu-area .menu .text {
  color: #fff;
}
#BusinessSub {
  /*================================
  	.page-title-business-container
  =================================*/
}
#BusinessSub .page-title-business-container {
  width: 100%;
  height: 90rem;
  aspect-ratio: 375/900;
  box-sizing: border-box;
  position: relative;
  padding: 0 1.5rem;
  overflow: hidden;
  background-image: url(/images/blow/sp/sp-blow-bg-img.jpg);
  background-size: cover;
  margin-bottom: 4.8rem;
  padding-top: 15rem;
}
#BusinessSub .page-title-business-container.blow-bg {
  background-image: url(/images/blow/sp/sp-blow-bg-img.jpg);
}
#BusinessSub .page-title-business-container.glasswool-bg {
  background-image: url(/images/glasswool/sp/sp-glasswool-bg-img.jpg);
}
#BusinessSub .page-title-business-container.glasswool-bg .page-title {
  color: #fff;
}
#BusinessSub .page-title-business-container.composite-bg {
  background-image: url(/images/composite/sp/sp-composite-bg-img.jpg);
}
#BusinessSub .page-title-business-container.composite-bg .page-title {
  color: #fff;
}
#BusinessSub .page-title-business-container.development-bg {
  background-image: url(/images/development/sp/sp-development-bg-img.jpg);
}
#BusinessSub .page-title-business-container.development-bg .page-title {
  color: #fff;
}
#BusinessSub .page-title-business-container.development-bg .page-title .en {
  font-size: 5.5rem !important;
}
#BusinessSub .page-title-business-container .sp-layout-wrap .page-title {
  color: #0f347f;
  padding-bottom: 15rem;
}
#BusinessSub .page-title-business-container .sp-layout-wrap .page-title .en-small {
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 2.5rem;
  color: #fff;
}
#BusinessSub .page-title-business-container .sp-layout-wrap .page-title .en {
  display: block;
  font-size: 6.5rem;
  line-height: 1;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 2.5rem;
  color: #fff;
}
#BusinessSub .page-title-business-container .sp-layout-wrap .page-title .jp {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}
#BusinessSub .page-title-business-container .sp-layout-wrap .photo-container {
  z-index: 1;
  text-align: center;
  width: 69.8666666667%;
  height: 69.8666666667%;
  margin: 0 auto;
}
#BusinessSub .page-title-business-container .sp-layout-wrap .photo-container .line {
  position: absolute;
  z-index: 2;
  width: 26.1rem;
  height: 6.6rem;
}
#BusinessSub .page-title-business-container .sp-layout-wrap .photo-container .line span {
  position: absolute;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.5;
}
#BusinessSub .page-title-business-container .sp-layout-wrap .photo-container .line span:nth-child(1) {
  left: 0;
  top: 0;
  width: 26.1rem;
  height: 5.1rem;
}
#BusinessSub .page-title-business-container .sp-layout-wrap .photo-container .line span:nth-child(2) {
  left: 1.6rem;
  bottom: 0;
  width: 12.2rem;
  height: 2.4rem;
}
#BusinessSub .page-title-business-container .sp-layout-wrap .photo-container .line.type-01 {
  left: 0;
  top: 40.5rem;
}
#BusinessSub .page-title-business-container .sp-layout-wrap .photo-container .line.type-02 {
  right: -12rem;
  bottom: 10rem;
}
#BusinessSub .page-title-business-container .sp-layout-wrap .photo-container .photo {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#BusinessSub .page-title-business-container .line-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#BusinessSub .page-title-business-container .line-container .line {
  position: absolute;
  background-image: linear-gradient(90deg, #fff, transparent 80%);
  opacity: 0.5;
}
#BusinessSub .page-title-business-container .line-container .line.type-01 {
  right: 0;
  top: 35rem;
  width: 12.2rem;
  height: 2.4rem;
}
#BusinessSub .page-title-business-container .line-container .line.type-02 {
  left: 0;
  bottom: 9.5rem;
  width: 11.4rem;
  height: 2.6rem;
}
#BusinessSub .page-title-business-container .line-container .line.type-03 {
  display: none;
}
#BusinessSub {
  /*================================
  	.section-blow
  =================================*/
}
#BusinessSub .section-blow {
  padding: 0 1.5rem;
}
#BusinessSub {
  /*==================================
  .common-layout-type02-container
  ===================================*/
}
#BusinessSub .common-layout-type02-container {
  margin-bottom: 7.5rem;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-photo-layout {
  padding-bottom: 6rem;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-photo-layout .sticky-photo {
  width: 100%;
  height: 47.6rem;
  overflow: hidden;
  aspect-ratio: 345/476;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-photo-layout .sticky-photo .photo {
  width: 100%;
  height: 100%;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-photo-layout .sticky-photo .photo .first-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-article-layout {
  box-sizing: border-box;
  padding-right: 0;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-article-layout .title .en-small {
  font-size: 3.2vw;
  display: block;
  padding-bottom: 2.5rem;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-article-layout .title .title-en {
  display: block;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-article-layout .title {
  font-size: 14.6666666667vw;
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: -0.01rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  padding-bottom: 6rem;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-article-layout .sub-title {
  font-size: 2.1rem;
  font-weight: 500;
  padding-bottom: 2rem;
  line-height: 1.5;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-article-layout .text {
  font-size: 1.5rem;
  line-height: 2;
  padding-bottom: 7rem;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-article-layout .text .accent {
  font-weight: 500;
  display: block;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-article-layout .text.ow-mg-one {
  padding-bottom: 2rem;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-article-layout .text.ow-mg-two {
  padding-bottom: 13rem;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-article-layout .photo-layout {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 7rem;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-article-layout .photo-layout .photo {
  width: calc((100% - 1rem) / 2);
  position: relative;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-article-layout .photo-layout .photo:nth-child(1) {
  top: -10rem;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-article-layout .photo-layout .photo .caption {
  position: absolute;
  display: inline-block;
  right: 1rem;
  bottom: 1rem;
  font-size: 1.2rem;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-article-layout .photo-layout .photo.style-single {
  width: 100%;
  max-width: none;
  top: 0;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-article-layout .sp-photo {
  width: 100%;
  height: 47.6rem;
  aspect-ratio: 34.5/476;
}
#BusinessSub .common-layout-type02-container .common-layout-type02 .common-article-layout .sp-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#BusinessSub {
  /*==================================
  .section-movie
  ===================================*/
}
#BusinessSub .section-business-movie {
  padding: 4.5rem 0 13rem;
  background-color: #2b3b5b;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#BusinessSub .section-business-movie .title {
  text-align: left;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
}
#BusinessSub .section-business-movie .title span {
  color: #fff;
  display: block;
  line-height: 1;
}
#BusinessSub .section-business-movie .title .en {
  font-size: 1rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 1.25rem;
}
#BusinessSub .section-business-movie .title .jp {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
#BusinessSub .section-business-movie .business-movie-container {
  padding: 0 1.5rem;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#BusinessSub .section-business-movie .business-movie-container .business-movie {
  width: 100%;
  position: relative;
  top: 1;
}
#BusinessSub .section-business-movie .business-movie-container .business-movie::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16.2666666667vw;
  height: 16.2666666667vw;
  background-image: url(/images/common/icon-play.svg);
  background-size: 16.2666666667vw;
  background-position: center;
  background-repeat: no-repeat;
}
#BusinessSub .section-business-movie .business-movie-container .line {
  position: absolute;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  display: inline-block;
}
#BusinessSub .section-business-movie .business-movie-container .line.type-05 {
  top: -30px;
  right: -140px;
  width: 26.1rem;
  height: 5.1rem;
}
#BusinessSub .section-business-movie .business-movie-container .line.type-06 {
  top: 10px;
  right: -60px;
  width: 12.2rem;
  height: 2.4rem;
}
#BusinessSub .section-business-movie .business-movie-container .line.type-07 {
  display: none;
}
#BusinessSub .section-business-movie .business-movie-container .line.type-08 {
  display: none;
}
#BusinessSub .section-business-movie .line {
  position: absolute;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
}
#BusinessSub .section-business-movie .line.type-01 {
  top: 4.5rem;
  right: 13rem;
  width: 6.2rem;
  height: 1.2rem;
}
#BusinessSub .section-business-movie .line.type-02 {
  top: 6.2rem;
  right: 6rem;
  width: 6.2rem;
  height: 1.2rem;
}
#BusinessSub .section-business-movie .line.type-03 {
  bottom: 5rem;
  right: 6rem;
  width: 6.2rem;
  height: 1.2rem;
}
#BusinessSub .section-business-movie .line.type-04 {
  top: 86rem;
  left: 13rem;
  width: 12.2rem;
  height: 2.4rem;
}
#BusinessSub .section-business-movie .line.type-07 {
  left: 1.5rem;
  bottom: 2.5rem;
  width: 13.1rem;
  height: 2.6rem;
}
#BusinessSub .section-business-movie .line.type-08 {
  left: 4rem;
  bottom: 1.8rem;
  width: 6.2rem;
  height: 1.2rem;
}
#BusinessSub .section-business-movie .marquee {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 6.5rem;
}
#BusinessSub .section-business-movie .marquee .marquee-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: marquee-loop 50s linear infinite;
}
#BusinessSub .section-business-movie .marquee .marquee-track span {
  flex-shrink: 0;
  padding-right: 4rem;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 0.1;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@keyframes marquee-loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#BusinessSub {
  /*==================================
  .business-list-container
  ===================================*/
}
#BusinessSub .business-list-container .business-list {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #c2c2c4;
}
#BusinessSub .business-list-container .business-list .item {
  border-bottom: solid 1px #c2c2c4;
  box-sizing: border-box;
  width: 100%;
}
#BusinessSub .business-list-container .business-list .item a {
  display: flex;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
#BusinessSub .business-list-container .business-list .item a .num {
  font-size: 1rem;
  line-height: 1;
  padding-bottom: 0.3rem;
  color: #0f347f;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#BusinessSub .business-list-container .business-list .item a .button-layout {
  width: 100%;
}
#BusinessSub .business-list-container .business-list .item a .button-layout .arrow-button-container .arrow-button .arrow-button-inner .arrow-button-pos {
  align-items: flex-start;
}
#BusinessSub .business-list-container .business-list .item a .button-layout .arrow-button-container .arrow-button .arrow-button-inner .arrow-button-pos .circle-arrow {
  position: relative;
  top: 0.9rem;
}
#BusinessSub .business-list-container .business-list .item a .button-layout .arrow-button-container .arrow-button .arrow-button-inner .arrow-button-pos .circle-arrow.arrow-right {
  position: relative;
  top: 2.2rem;
}
#BusinessSub .business-list-container .business-list .item a .button-layout .arrow-button-container .arrow-button .arrow-button-inner .arrow-button-pos .button-text {
  line-height: 1.3;
}
#BusinessSub .business-list-container .business-list .item a .photo-layout {
  width: 7rem;
}
#BusinessSub {
  /*==================================
  	.breadcrumb-container
  ===================================*/
}
#BusinessSub .breadcrumb-container {
  padding-top: 10rem;
}

/*==================================
  #Recruit
==================================*/
#Recruit main {
  overflow: hidden;
  /*********************************
  	#Recruit common
  *********************************/
  /*================================
  	.recruit-title-container
  =================================*/
}
#Recruit main .recruit-title .en {
  font-size: 1.2rem;
  color: #0f347f;
  display: block;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 1.4rem;
}
#Recruit main .recruit-title .jp {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  color: #0f347f;
}
#Recruit main .recruit-title.style-change .en, #Recruit main .recruit-title.style-change .jp {
  color: #fff;
}
#Recruit main {
  /*================================
  	.anchorの調整
  =================================*/
}
#Recruit main section {
  position: relative;
}
#Recruit main section .set-anchor {
  position: absolute;
  z-index: 999;
  width: 1rem;
  height: 1rem;
}
#Recruit main section.section-recruit .set-anchor {
  left: 0;
  top: -3rem;
}
#Recruit main section.section-movie .set-anchor {
  left: 0;
  top: 0;
}
#Recruit main section.section-numbers .set-anchor {
  left: 0;
  top: -3rem;
}
#Recruit main section.section-teams .set-anchor {
  left: 0;
  top: 3rem;
}
#Recruit main section.section-interview .set-anchor {
  left: 0;
  top: -3rem;
}
#Recruit main section.section-welfare .set-anchor {
  left: 0;
  top: 3rem;
}
#Recruit main section.section-training .set-anchor {
  left: 0;
  top: -3rem;
}
#Recruit main section.section-requirements .set-anchor {
  left: 0;
  top: 3rem;
}
#Recruit main section.section-entry .set-anchor {
  left: 0;
  top: -3rem;
}
#Recruit main {
  /*********************************/
  /*================================
  	.recruit-title-container
  =================================*/
}
#Recruit main .recruit-main-title-container {
  height: 100svh;
  position: relative;
  overflow: hidden;
  margin-bottom: 7rem;
}
#Recruit main .recruit-main-title-container .title-pos {
  position: absolute;
  left: 1.6rem;
  top: 36.5%;
  transform: translateY(-36.5%);
  overflow: hidden;
}
#Recruit main .recruit-main-title-container .title-pos .recruit-main-title {
  color: #fff;
}
#Recruit main .recruit-main-title-container .title-pos .recruit-main-title .en {
  display: inline-block;
  font-size: 6.3rem;
  padding-bottom: 1.4rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
#Recruit main .recruit-main-title-container .title-pos .recruit-main-title .jp {
  font-size: 1.2rem;
}
#Recruit main .recruit-main-title-container .text-pos {
  position: absolute;
  left: 1.5rem;
  bottom: 19%;
}
#Recruit main .recruit-main-title-container .text-pos .text {
  font-size: 3.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}
#Recruit main .recruit-main-title-container .recruit-main-title-list {
  width: 100%;
  height: 100svh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#Recruit main .recruit-main-title-container .recruit-main-title-list .item {
  flex: 1;
  overflow: hidden;
}
#Recruit main .recruit-main-title-container .recruit-main-title-list .item .first-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#Recruit main .recruit-main-title-container .recruit-main-title-list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Recruit main .recruit-main-title-container::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
#Recruit main .recruit-main-title-container .line {
  position: absolute;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
  transform: translateX(3rem);
  clip-path: inset(0 0 0 100%);
  transition: all 1.2s 0.2s ease;
}
#Recruit main .recruit-main-title-container .line.type-01 {
  top: 13.5rem;
  left: 3rem;
  width: 26.1rem;
  height: 5.1rem;
}
#Recruit main .recruit-main-title-container .line.type-02 {
  top: 17.5rem;
  left: 8.5rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .recruit-main-title-container .line.type-03 {
  top: 19.5rem;
  right: 9.5rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .recruit-main-title-container .line.type-04 {
  top: 65rem;
  left: 37rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .recruit-main-title-container .line.type-05 {
  top: 53rem;
  right: 33rem;
  width: 26.1rem;
  height: 5.1rem;
}
#Recruit main .recruit-main-title-container .line.type-06 {
  top: 57rem;
  right: 43rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .recruit-main-title-container .line.type-07 {
  top: 79rem;
  right: 0;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .recruit-main-title-container .line.type-08 {
  top: 80rem;
  right: 6rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main {
  /*================================
  	.section-recruit
  =================================*/
}
#Recruit main .section-recruit {
  padding: 0 1.5rem;
}
#Recruit main {
  /*.recruit-layout-container
  =================================*/
}
#Recruit main .recruit-layout-container {
  padding-bottom: 8rem;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-title-layout .title {
  padding-bottom: 4.8rem;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-title-layout .title .en {
  font-size: 1.2rem;
  display: block;
  padding-bottom: 2.4rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0f347f;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-title-layout .title .jp {
  font-size: 2.4rem;
  font-weight: 400;
  display: block;
  line-height: 1.3;
  color: #0f347f;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-title-layout .title .jp .break-pc {
  display: none;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-article-layout {
  box-sizing: border-box;
  padding-bottom: 5rem;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-article-layout .text {
  line-height: 1.8;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-article-layout .ceo-text {
  padding-top: 2rem;
  text-align: right;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-article-layout .ceo-text .ceo {
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 1.5rem;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-article-layout .ceo-text .name {
  display: inline-block;
  width: 14.7rem;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-photo-layout {
  width: 100%;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-photo-layout .recruit-photo {
  position: relative;
  width: 100%;
  display: flex;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-photo-layout .recruit-photo .layout-one {
  flex: 1;
  position: relative;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-photo-layout .recruit-photo .layout-one .photo {
  position: absolute;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-photo-layout .recruit-photo .layout-one .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-photo-layout .recruit-photo .layout-one .photo:nth-child(1) {
  width: 26.1333333333vw;
  top: 0;
  left: 13.3333333333vw;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-photo-layout .recruit-photo .layout-one .photo:nth-child(2) {
  width: 20vw;
  left: 0;
  top: 40vw;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-photo-layout .recruit-photo .layout-two {
  flex: 1;
  padding-top: 5rem;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-photo-layout .recruit-photo .layout-two .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Recruit main .recruit-layout-container .recruit-layout .recruit-photo-layout .recruit-photo .layout-two .photo:nth-child(1) {
  width: 49.8666666667vw;
}
#Recruit main {
  /*================================
  .section-movie
  =================================*/
}
#Recruit main .section-movie {
  background-color: #2b3b5b;
  padding: 2.4rem 1.5rem 5rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#Recruit main .section-movie .movie-layout {
  overflow: hidden;
}
#Recruit main .section-movie .movie-layout .movie {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0f347f;
  position: relative;
}
#Recruit main .section-movie .movie-layout .movie .photo {
  width: 100%;
  height: 100%;
}
#Recruit main .section-movie .movie-layout .movie .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#Recruit main .section-movie .movie-layout .movie .title {
  position: absolute;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 1;
}
#Recruit main .section-movie .movie-layout .movie .title::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 6.1rem;
  height: 6.1rem;
  background-image: url(/images/recruit/icon-play.svg);
  background-size: 6.1rem;
}
#Recruit main .section-movie .line {
  position: absolute;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  transform: translateX(3rem);
  clip-path: inset(0 0 0 100%);
  transition: all 1.2s 0.2s ease;
}
#Recruit main .section-movie .line.type-01 {
  top: 1rem;
  right: 6rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .section-movie .line.type-02 {
  top: 20rem;
  left: 6rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .section-movie .line.type-03 {
  top: 43rem;
  right: -5rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .section-movie .line.type-04 {
  top: 43rem;
  right: -5rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .section-movie .line.type-05 {
  top: 59rem;
  left: 6rem;
  width: 26.1rem;
  height: 5.1rem;
}
#Recruit main .section-movie .line.type-06 {
  top: 63.5rem;
  left: 10rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .section-movie .line.type-07 {
  bottom: 18rem;
  left: 45rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .section-movie .line.type-08 {
  bottom: 0;
  left: 80rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .section-movie.move .line {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
#Recruit main {
  /*================================
  	.section-numbers
  =================================*/
}
#Recruit main .section-numbers {
  padding: 0 1.5rem 9rem;
  background-color: #2b3b5b;
  position: relative;
}
#Recruit main .section-numbers .inner {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}
#Recruit main .section-numbers .recruit-title-container {
  padding-bottom: 6rem;
}
#Recruit main .section-numbers .line {
  position: absolute;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
}
#Recruit main .section-numbers .line.type-01 {
  top: 4rem;
  right: 0;
  width: 26.1rem;
  height: 5.1rem;
}
#Recruit main .section-numbers .line.type-02 {
  top: 8rem;
  right: 10rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main {
  /*.numbers-list-container
  =================================*/
}
#Recruit main .numbers-list-container .numbers-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#Recruit main .numbers-list-container .numbers-list .item {
  aspect-ratio: 1/1;
  height: 100%;
  border-right: solid 1px #71718b;
  border-bottom: solid 1px #71718b;
  color: #fff;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  position: relative;
}
#Recruit main .numbers-list-container .numbers-list .item:nth-child(2n) {
  border-right: none;
}
#Recruit main .numbers-list-container .numbers-list .item:nth-last-child(-n+2) {
  border-bottom: none;
}
#Recruit main .numbers-list-container .numbers-list .item .number-layout {
  padding: 1rem;
}
#Recruit main .numbers-list-container .numbers-list .item .number-layout .label {
  font-size: 3.7333333333vw;
}
#Recruit main .numbers-list-container .numbers-list .item .number-layout .label .note {
  font-size: 2.6666666667vw;
  display: block;
}
#Recruit main .numbers-list-container .numbers-list .item .number-layout .number .value {
  font-size: 17.3333333333vw;
  letter-spacing: normal;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  overflow: hidden;
}
#Recruit main .numbers-list-container .numbers-list .item .number-layout .number .value .point {
  font-size: 6rem;
}
#Recruit main .numbers-list-container .numbers-list .item .number-layout .number .value .colon {
  font-size: 6rem;
  display: inline-block;
  padding: 0 0.8rem;
  position: relative;
  top: -0.8rem;
}
#Recruit main .numbers-list-container .numbers-list .item .number-layout .number .value .r {
  opacity: 0;
  display: inline-block;
  transform-origin: left bottom;
  transform: rotate(45deg);
  transition: all 0.8s ease;
}
#Recruit main .numbers-list-container .numbers-list .item .number-layout .number .value .r.r1 {
  transition-delay: 0.1s;
}
#Recruit main .numbers-list-container .numbers-list .item .number-layout .number .value .r.r2 {
  transition-delay: 0.2s;
}
#Recruit main .numbers-list-container .numbers-list .item .number-layout .number .value .r.r3 {
  transition-delay: 0.3s;
}
#Recruit main .numbers-list-container .numbers-list .item .number-layout .number .unit {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding: 0 0.4rem;
}
#Recruit main .numbers-list-container .numbers-list .item .number-layout .number .text-small {
  font-size: 2.9333333333vw;
  display: inline-block;
  padding-left: 1rem;
}
#Recruit main .numbers-list-container .numbers-list .item.move .number-layout .number .value .r {
  opacity: 1;
  transform: rotate(0);
}
#Recruit main .numbers-list-container .numbers-list .item .photo {
  width: 100%;
  height: auto;
  display: block;
}
#Recruit main .numbers-list-container .numbers-list .item .icon {
  position: absolute;
  opacity: 0.2;
  right: 1.8rem;
  top: 1.8rem;
}
#Recruit main .numbers-list-container .numbers-list .item:nth-child(3), #Recruit main .numbers-list-container .numbers-list .item:nth-child(8), #Recruit main .numbers-list-container .numbers-list .item:nth-child(11) {
  padding: 0;
}
#Recruit main .numbers-list-container .numbers-list .item:nth-child(1) .icon {
  width: 15.2vw;
}
#Recruit main .numbers-list-container .numbers-list .item:nth-child(4) .icon {
  width: 13.8666666667vw;
}
#Recruit main .numbers-list-container .numbers-list .item:nth-child(5) .icon {
  width: 13.8666666667vw;
}
#Recruit main .numbers-list-container .numbers-list .item:nth-child(7) .icon {
  width: 11.4666666667vw;
}
#Recruit main .numbers-list-container .numbers-list .item:nth-child(9) .icon {
  width: 11.4666666667vw;
}
#Recruit main .numbers-list-container .numbers-list .item:nth-child(11) .icon {
  width: 13.3333333333vw;
}
#Recruit main {
  /*================================
  	.section-teams
  =================================*/
}
#Recruit main .section-teams {
  padding: 7rem 1.5rem 6rem;
}
#Recruit main .section-teams .recruit-title-container {
  padding-bottom: 3.2rem;
}
#Recruit main {
  /*.teams-list-container
  =================================*/
}
#Recruit main .teams-list-container {
  padding-bottom: 10rem;
}
#Recruit main .teams-list-container .teams-list-layout {
  display: flex;
  border-top: solid 1px #aeb6c8;
}
#Recruit main .teams-list-container .teams-list-layout:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: solid 1px #aeb6c8;
}
#Recruit main .teams-list-container .teams-list-layout .teams-label-layout {
  display: flex;
  padding-top: 2rem;
  align-items: end;
  writing-mode: vertical-rl;
  width: 2.6rem;
  line-height: 1;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-right: solid 1px #aeb6c8;
  box-sizing: border-box;
}
#Recruit main .teams-list-container .teams-list-layout .teams-label-layout .teams-label {
  font-size: 1.1rem;
  color: #0f347f;
}
#Recruit main .teams-list-container .teams-list-layout .teams-article-layout {
  display: flex;
  padding: 2rem 0 4rem 1.5rem;
  box-sizing: border-box;
}
#Recruit main .teams-list-container .teams-list-layout .teams-article-layout .teams-article {
  flex: 1;
}
#Recruit main .teams-list-container .teams-list-layout .teams-article-layout .teams-article .sp-teams-layout {
  display: flex;
  padding-bottom: 1.5rem;
}
#Recruit main .teams-list-container .teams-list-layout .teams-article-layout .teams-article .sp-teams-layout .sp-teams-title-layout {
  width: calc(100% - 10rem);
  padding-right: 2rem;
  box-sizing: border-box;
}
#Recruit main .teams-list-container .teams-list-layout .teams-article-layout .teams-article .sp-teams-layout .sp-teams-photo-layout {
  width: 10rem;
}
#Recruit main .teams-list-container .teams-list-layout .teams-article-layout .teams-article .title {
  line-height: 1.5;
}
#Recruit main .teams-list-container .teams-list-layout .teams-article-layout .teams-article .title .jp-small {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0f347f;
  line-height: 1;
  display: block;
  padding-bottom: 1.6rem;
}
#Recruit main .teams-list-container .teams-list-layout .teams-article-layout .teams-article .title .jp {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  position: relative;
}
#Recruit main .teams-list-container .teams-list-layout .teams-article-layout .teams-article .title .jp::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -1rem;
  top: -11%;
  width: 3.3rem;
  height: 2.6rem;
  background-image: url(/images/recruit/icon-comma.svg);
}
#Recruit main .teams-list-container .teams-list-layout .teams-article-layout .teams-article .text {
  font-size: 1.5rem;
  line-height: 1.8;
}
#Recruit main .teams-list-container .teams-list-layout .teams-article-layout .teams-article .text .sub-photo {
  float: left;
  width: 20rem;
  padding-right: 3rem;
  padding-bottom: 1.5rem;
  display: none;
}
#Recruit main .teams-list-container .teams-list-layout .teams-article-layout .teams-photo {
  width: 20rem;
  height: 20rem;
}
#Recruit main {
  /*.teams-visual-container
  =================================*/
}
#Recruit main .teams-visual-container {
  margin: 0 -1.5rem;
  overflow: hidden;
}
#Recruit main .teams-visual-container .teams-visual-layout {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-image: url(/images/recruit/sp/sp-teams-visual-img.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-sizing: border-box;
}
#Recruit main .teams-visual-container .teams-visual-layout .teams-anmetion {
  overflow: hidden;
  width: 100%;
}
#Recruit main .teams-visual-container .teams-visual-layout .teams-anmetion .scroll-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  animation: teamsScroll 15s linear infinite;
}
#Recruit main .teams-visual-container .teams-visual-layout .teams-anmetion .item {
  flex-shrink: 0;
  width: 16rem;
  aspect-ratio: 160/210;
}
#Recruit main .teams-visual-container .teams-visual-layout .teams-anmetion .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#Recruit main .teams-visual-container .teams-visual-layout .teams-title {
  text-align: center;
  padding-top: 8rem;
}
#Recruit main .teams-visual-container .teams-visual-layout .teams-title .en {
  display: inline-block;
  width: 87.2vw;
}
#Recruit main .teams-visual-container .teams-visual-layout .teams-title .jp {
  padding-top: 1.6rem;
  display: block;
  font-size: 3.7333333333vw;
  color: #fff;
}
@keyframes teamsScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}
#Recruit main {
  /*================================
  	.section-interview
  =================================*/
}
#Recruit main .section-interview {
  padding: 0 1.5rem;
}
#Recruit main .section-interview .recruit-title-container {
  padding-bottom: 2rem;
}
#Recruit main {
  /*.interview-frame-container
  =================================*/
}
#Recruit main .interview-frame-container {
  margin-bottom: 7rem;
}
#Recruit main .interview-frame-container .interview-frame {
  background-color: #f3f5f9;
  padding: 1.5rem 1.5rem 10rem 1.5rem;
  margin-bottom: 3rem;
  max-height: 54rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
#Recruit main .interview-frame-container .interview-frame:nth-last-child(1) {
  margin-bottom: 0;
}
#Recruit main .interview-frame-container .interview-frame.is-open {
  max-height: 4000rem;
}
#Recruit main {
  /*.interview-frame-container
  =================================*/
}
#Recruit main .interview-layout .interview-profile-layout .interview-profile {
  display: flex;
}
#Recruit main .interview-layout .interview-profile-layout .interview-profile .profile-photo {
  padding-bottom: 2.4rem;
  width: 12.5rem;
}
#Recruit main .interview-layout .interview-profile-layout .interview-profile .profile-info {
  float: 1;
  padding-left: 1.8rem;
  box-sizing: border-box;
}
#Recruit main .interview-layout .interview-profile-layout .interview-profile .profile-info p {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
#Recruit main .interview-layout .interview-profile-layout .interview-profile .profile-info .division {
  font-size: 1.2rem;
  text-align: center;
  padding: 0.5rem 1.5rem;
  border: solid 1px #6c717f;
  border-radius: 99.9rem;
  display: inline-block;
}
#Recruit main .interview-layout .interview-profile-layout .interview-profile .profile-info .name span {
  font-size: 2.1rem;
}
#Recruit main .interview-layout .interview-article-layout {
  flex: 1;
  box-sizing: border-box;
}
#Recruit main .interview-layout .interview-article-layout .interview-title {
  padding-bottom: 4rem;
}
#Recruit main .interview-layout .interview-article-layout .interview-title .title {
  font-weight: 400;
  color: #0f347f;
  line-height: 1.3;
  padding-bottom: 2rem;
  font-size: 2.1rem;
}
#Recruit main .interview-layout .interview-article-layout .interview-title .text {
  font-size: 1.2rem;
  line-height: 1;
  color: #0f347f;
}
#Recruit main .interview-layout .interview-article-layout .sub-title {
  font-size: 1.7rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
  line-height: 1.3;
}
#Recruit main .interview-layout .interview-article-layout .interview-article-single {
  padding-top: 3rem;
  margin-bottom: 2rem;
  border-top: solid 1px #aeb6c8;
  position: relative;
}
#Recruit main .interview-layout .interview-article-layout .interview-article-single::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 2.2rem;
  height: 0.2rem;
  background-color: #d71518;
}
#Recruit main .interview-layout .interview-article-layout .interview-article-single .text {
  line-height: 1.8;
}
#Recruit main .interview-layout .interview-article-layout .interview-photo-article {
  padding-top: 3rem;
  border-top: solid 1px #aeb6c8;
  margin-bottom: 5rem;
  position: relative;
}
#Recruit main .interview-layout .interview-article-layout .interview-photo-article::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 2.2rem;
  height: 0.2rem;
  background-color: #d71518;
}
#Recruit main .interview-layout .interview-article-layout .interview-photo-article .interview-article {
  box-sizing: border-box;
  padding-bottom: 3rem;
}
#Recruit main .interview-layout .interview-article-layout .interview-photo-article .interview-article .text {
  line-height: 1.8;
}
#Recruit main .interview-layout .interview-article-layout .interview-photo-article.style-change .interview-article {
  order: 2;
}
#Recruit main .interview-layout .interview-article-layout .interview-photo-article.style-change .interview-photo {
  order: 1;
}
#Recruit main {
  /*.schedule-layout-container
  =================================*/
}
#Recruit main .schedule-layout-container .schedule-layout {
  padding: 4rem;
  background-color: #fff;
}
#Recruit main .schedule-layout-container .schedule-layout .title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  color: #0f347f;
  padding-bottom: 3rem;
  font-feature-settings: "palt";
}
#Recruit main {
  /*.button-bg
  =================================*/
}
#Recruit main .button-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24rem;
  background: linear-gradient(to top, #f4f5f9 0%, #f4f5f9 50%, transparent 100%);
}
#Recruit main .button-bg.hidden {
  display: none;
}
#Recruit main {
  /*.open-button-container
  =================================*/
}
#Recruit main .open-button-container {
  text-align: center;
  padding-top: 2rem;
  width: 100%;
  position: absolute;
  bottom: 3rem;
  left: 0;
}
#Recruit main .open-button-container .open-button {
  text-align: center;
  display: inline-block;
  width: 16rem;
  padding: 1rem 3rem;
  border: solid 1px #c2c2c4;
  box-sizing: border-box;
  border-radius: 99rem;
  color: #182541;
  position: relative;
}
#Recruit main .open-button-container .open-button::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.3rem);
  left: 1.5rem;
  width: 0.5rem;
  height: 0.7rem;
  background-image: url(/images/common/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s;
}
#Recruit main .open-button-container .open-button.active::after {
  transform: rotate(180deg);
}
#Recruit main {
  /*================================
  	.section-welfare
  =================================*/
}
#Recruit main .section-welfare {
  padding: 7rem 1.5rem 7rem;
  background-color: #2b3b5b;
  position: relative;
  overflow: hidden;
}
#Recruit main .section-welfare .inner {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}
#Recruit main .section-welfare .line {
  position: absolute;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  transform: translateX(3rem);
  clip-path: inset(0 0 0 100%);
  transition: all 1.2s 0.2s ease;
}
#Recruit main .section-welfare .line.type-01 {
  left: 78rem;
  top: -1rem;
  width: 26.1rem;
  height: 5.1rem;
}
#Recruit main .section-welfare .line.type-02 {
  left: 83.5rem;
  top: 3rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .section-welfare .line.type-03 {
  right: 0;
  top: 7.4rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .section-welfare .line.type-04 {
  left: 1.5rem;
  top: 25rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .section-welfare .line.type-05 {
  top: 42rem;
  left: 12rem;
  width: 26.1rem;
  height: 5.1rem;
}
#Recruit main .section-welfare .line.type-06 {
  top: 46rem;
  left: 15rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .section-welfare.move .line {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
#Recruit main {
  /*.welfare-layout
  =================================*/
}
#Recruit main .welfare-layout .welfare-title-layout {
  padding-bottom: 4rem;
}
#Recruit main .welfare-layout .welfare-label-layout .welfare-label-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#Recruit main .welfare-layout .welfare-label-layout .welfare-label-list li {
  font-weight: 500;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border: solid 1px #71718b;
  color: #fff;
}
#Recruit main {
  /*.section-training
  =================================*/
}
#Recruit main .section-training {
  padding: 0 1.5rem 7rem;
  background-color: #2b3b5b;
  position: relative;
  overflow: hidden;
}
#Recruit main .section-training .inner {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}
#Recruit main .section-training .recruit-title-container {
  padding-bottom: 2rem;
}
#Recruit main .section-training .line {
  position: absolute;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  transform: translateX(3rem);
  clip-path: inset(0 0 0 100%);
  transition: all 1.2s 0.2s ease;
}
#Recruit main .section-training .line.type-01 {
  left: 82rem;
  top: 0;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .section-training .line.type-02 {
  right: 5rem;
  top: 5.5rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .section-training .line.type-03 {
  left: 75rem;
  bottom: 8.5rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .section-training .line.type-04 {
  left: 75rem;
  bottom: 8.5rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .section-training .line.type-05 {
  left: 96rem;
  bottom: 5rem;
  width: 21.1rem;
  height: 5.1rem;
}
#Recruit main .section-training .line.type-06 {
  left: 67em;
  bottom: 3.5rem;
  width: 12.2rem;
  height: 2.4rem;
}
#Recruit main .section-training.move .line {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
#Recruit main {
  /*.training-layout
  =================================*/
}
#Recruit main .training-layout .training-content-layout {
  padding-bottom: 3rem;
}
#Recruit main .training-layout .training-content-layout:nth-child(2) {
  padding-bottom: 0;
}
#Recruit main .training-layout .training-content-layout .article-layout {
  border-top: solid #465167 1px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  box-sizing: border-box;
}
#Recruit main .training-layout .training-content-layout .article-layout::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 2.9rem;
  height: 0.2rem;
  background-color: #d71518;
}
#Recruit main .training-layout .training-content-layout .article-layout .title {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 500;
  padding-bottom: 4rem;
}
#Recruit main .training-layout .training-content-layout .article-layout .text {
  color: #fff;
  line-height: 1.8;
}
#Recruit main .training-layout .training-content-layout .photo-layout {
  flex: 230;
}
#Recruit main {
  /*.section-requirements
  =================================*/
}
#Recruit main .section-requirements {
  padding: 6rem 1.2em 6rem;
}
#Recruit main {
  /*.requirements-layout-container
  =================================*/
}
#Recruit main .requirements-layout-container .requirements-layout .requirements-title-layout {
  padding-bottom: 4rem;
}
#Recruit main .requirements-layout-container .requirements-layout .requirements-table-layout .requirements-title {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
}
#Recruit main .requirements-layout-container .requirements-layout .requirements-table-layout .requirements-title.mg-b {
  padding-bottom: 3.5rem;
}
#Recruit main .requirements-layout-container .requirements-layout .requirements-table-layout .wide-button-container {
  padding-bottom: 3rem;
}
#Recruit main .requirements-layout-container .requirements-layout .requirements-table-layout .overview-table {
  width: 100%;
  border-top: solid 1px #c2c2c4;
}
#Recruit main .requirements-layout-container .requirements-layout .requirements-table-layout .overview-table td, #Recruit main .requirements-layout-container .requirements-layout .requirements-table-layout .overview-table th {
  padding: 1.5rem 0;
  text-align: left;
  border-bottom: solid 1px #c2c2c4;
}
#Recruit main .requirements-layout-container .requirements-layout .requirements-table-layout .overview-table th {
  width: 12rem;
  font-weight: 500;
}
#Recruit main .requirements-layout-container .requirements-layout .requirements-table-layout .overview-table td {
  width: calc(100% - 12rem);
  line-height: 1.8;
}
#Recruit main {
  /*================================
  	.section-entry
  =================================*/
}
#Recruit main .section-entry {
  padding: 0 1.5rem 7rem;
}
#Recruit main {
  /*.section-requirements
  =================================*/
}
#Recruit main .entry-title-layout {
  text-align: center;
  padding-bottom: 1.5rem;
}
#Recruit main .entry-title-layout .entry-title {
  font-size: 6.5rem;
  font-family: "Expose", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0f347f;
  line-height: 1;
  padding-bottom: 1rem;
}
#Recruit main {
  /*.entry-button-container
  =================================*/
}
#Recruit main .entry-button-container .entry-button {
  text-align: center;
  background-image: url(/images/recruit/sp/sp-entry-bg-img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#Recruit main .entry-button-container .entry-button .item {
  flex: 1;
  display: flex;
  justify-content: center top;
  align-items: center;
  flex-direction: column;
  padding: 5rem 0;
}
#Recruit main .entry-button-container .entry-button .item:nth-child(1) {
  border-bottom: solid 1px #6c717f;
}
#Recruit main .entry-button-container .entry-button .item .entry-text {
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
  padding-bottom: 2.4rem;
}
#Recruit main .entry-button-container .entry-button .item .wide-button-container .wide-button {
  width: 27.2rem;
}
#Recruit main {
  /*====================================
  	.sp-recruit-menu-button-container
  =====================================*/
}
#Recruit main .sp-recruit-menu-button-container {
  position: fixed;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 2rem;
  text-align: center;
  box-sizing: border-box;
}
#Recruit main .sp-recruit-menu-button-container .sp-recruit-menu-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #24314c;
  border-radius: 99.9rem;
  width: 18rem;
  height: 3rem;
  box-sizing: border-box;
  gap: 1rem;
  position: relative;
}
#Recruit main .sp-recruit-menu-button-container .sp-recruit-menu-button .icon-layout {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 1.5rem;
  top: 0.9rem;
}
#Recruit main .sp-recruit-menu-button-container .sp-recruit-menu-button .icon-layout span {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  background-color: #fff;
  border-radius: 99rem;
  transition: all 0.3s ease;
}
#Recruit main .sp-recruit-menu-button-container .sp-recruit-menu-button .icon-layout span:nth-child(1) {
  left: 0;
  top: 0;
}
#Recruit main .sp-recruit-menu-button-container .sp-recruit-menu-button .icon-layout span:nth-child(2) {
  right: 0;
  top: 0;
}
#Recruit main .sp-recruit-menu-button-container .sp-recruit-menu-button .icon-layout span:nth-child(3) {
  right: 0;
  bottom: 0;
}
#Recruit main .sp-recruit-menu-button-container .sp-recruit-menu-button .icon-layout span:nth-child(4) {
  left: 0;
  bottom: 0;
}
#Recruit main .sp-recruit-menu-button-container .sp-recruit-menu-button.menu-open .icon-layout span {
  left: 50% !important;
  right: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translate(-50%, -50%);
}
#Recruit main .sp-recruit-menu-button-container .sp-recruit-menu-button.menu-open .icon-layout span:nth-child(1) {
  transform: translate(-50%, -50%) scale(1);
}
#Recruit main .sp-recruit-menu-button-container .sp-recruit-menu-button.menu-open .icon-layout span:nth-child(2),
#Recruit main .sp-recruit-menu-button-container .sp-recruit-menu-button.menu-open .icon-layout span:nth-child(3),
#Recruit main .sp-recruit-menu-button-container .sp-recruit-menu-button.menu-open .icon-layout span:nth-child(4) {
  transform: translate(-50%, -50%) scale(0.7);
}
#Recruit main .sp-recruit-menu-button-container .sp-recruit-menu-button .button-menu-layout .text {
  display: inline-block;
  position: relative;
  top: 0;
  left: 1rem;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}
#Recruit main {
  /*================================
  	.sp-recruit-menu-container
  =================================*/
}
#Recruit main .sp-recruit-layout-container {
  position: fixed;
  z-index: 9999;
  box-sizing: border-box;
  width: 100%;
  z-index: 2;
  padding: 0 1.5rem;
  left: 0;
  bottom: 8rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(2rem);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
#Recruit main .sp-recruit-layout-container.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
#Recruit main .sp-recruit-layout-container .recruit-layout {
  padding: 2.5rem;
  background-color: #24314c;
  border-radius: 1rem;
}
#Recruit main .sp-recruit-layout-container .recruit-layout .recruit-menu-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 2.4rem;
}
#Recruit main .sp-recruit-layout-container .recruit-layout .recruit-menu-list .menu-list {
  width: calc((100% - 2rem) / 2);
}
#Recruit main .sp-recruit-layout-container .recruit-layout .recruit-menu-list .menu-list .item a {
  display: block;
  line-height: 1;
  color: #fff;
  padding: 1.5rem 0;
  border-bottom: solid 1px #626b7f;
}
#Recruit main .sp-recruit-layout-container .recruit-layout .recruit-menu-list .menu-list .item:last-child a {
  border-bottom: none;
}
#Recruit main .sp-recruit-layout-container .recruit-layout .wide-button-container .wide-button {
  width: 100%;
}
#Recruit main {
  /*====================================
  	.sp-back-filter
  =====================================*/
}
#Recruit main .sp-back-filter {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#Recruit main .sp-back-filter.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#Recruit main {
  /*====================================
  	.sp-recruit-menu-container
  =====================================*/
}
#Recruit main .sp-recruit-menu-container .recruit-layout-menu {
  display: flex;
  gap: 2.8rem;
}
#Recruit main .sp-recruit-menu-container .recruit-layout-menu .layout {
  flex: 1;
}
#Recruit main .sp-recruit-menu-container .recruit-layout-menu .layout .item a {
  text-align: left;
  display: block;
  padding: 1.2rem 0;
}

/*==================================
  #Facilities
==================================*/
#Facilities main {
  /*================================
  	.section-facilities
  =================================*/
}
#Facilities main .section-facilities {
  padding: 0 1.5rem;
}
#Facilities main {
  /*================================
  	.facilities-layout-container
  =================================*/
}
#Facilities main .facilities-layout-container {
  padding-bottom: 8rem;
}
#Facilities main .facilities-layout-container .facilities-layout .facilities-sticky-layout {
  display: none;
}
#Facilities main .facilities-layout-container .facilities-layout .facilities-article-layout .facilities-article {
  margin-bottom: 8rem;
}
#Facilities main .facilities-layout-container .facilities-layout .facilities-article-layout .facilities-article:nth-last-child(1) {
  margin-bottom: 0;
}
#Facilities main .facilities-layout-container .facilities-layout .facilities-article-layout .facilities-article .facilities-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0f347f;
  line-height: 1;
  padding-bottom: 3.2rem;
}
#Facilities main .facilities-layout-container .facilities-layout .facilities-article-layout .facilities-article .photo-container {
  margin-bottom: 3.5rem;
  text-align: center;
}
#Facilities main .facilities-layout-container .facilities-layout .facilities-article-layout .facilities-article .photo-container .photo {
  display: inline-block;
  width: 49.8666666667vw;
}
#Facilities main .facilities-layout-container .facilities-layout .facilities-article-layout .facilities-article .item-list {
  border-top: solid 1px #c2c2c4;
}
#Facilities main .facilities-layout-container .facilities-layout .facilities-article-layout .facilities-article .item-list .item {
  padding: 1.5rem 0;
  border-bottom: solid 1px #c2c2c4;
}
#Facilities main .facilities-layout-container .facilities-layout .facilities-article-layout .facilities-article .item-list .item dt {
  width: 100%;
  font-weight: 500;
  padding-bottom: 0.5rem;
}
#Facilities main .facilities-layout-container .facilities-layout .facilities-article-layout .facilities-article .item-list .item dd {
  line-height: 1;
}

/*==================================
  Contact
==================================*/
main#Contact .container {
  margin: auto;
}
main#Contact .container p > a {
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  display: inline;
}
main#Contact .container p > a:hover {
  color: #704f00;
  background: linear-gradient(#704f00, #704f00) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
}
main#Contact .agree_area {
  margin: 1.5rem 0 0;
  text-align: center;
  padding-bottom: 4rem;
}
main#Contact .need {
  color: #cc0303;
}
main#Contact table {
  display: block;
}
main#Contact table tbody {
  display: block;
}
main#Contact table tr {
  display: block;
  margin-bottom: 2rem;
}
main#Contact table tr th {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom: 1.3rem;
}
main#Contact table tr td {
  display: block;
}
main#Contact table tr td .text02 {
  margin-top: 0.8rem;
}
main#Contact .check-list {
  padding-top: 5px;
  padding-left: 0;
}
main#Contact .check-list li {
  display: inline-block;
  vertical-align: top;
}
main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
main#Contact .zip-wrap {
  display: inline-block;
  position: relative;
  max-width: 20rem;
  width: 100%;
  margin-right: 0.3rem;
}
main#Contact .zip-wrap::before {
  content: "〒";
  font-size: 1.8rem;
  position: absolute;
  top: 0.8em;
  left: 2.4rem;
  margin: auto;
}
main#Contact .zip-wrap input {
  padding: 1.2rem 2.1rem 1.2rem 5.5rem;
  width: 100%;
}
main#Contact input[type=checkbox] + label {
  padding-left: 2.9rem;
  position: relative;
  cursor: pointer;
}
main#Contact input[type=radio] + label {
  padding-left: 2.7rem;
  position: relative;
  margin-right: 1.4rem;
  cursor: pointer;
}
main#Contact input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  box-sizing: border-box;
  border-radius: 50%;
}
main#Contact input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  opacity: 0;
}
main#Contact input[type=radio]:checked + label {
  background: none;
}
main#Contact input[type=radio]:checked + label::after {
  opacity: 1;
}
main#Contact.sfm2 td p {
  overflow-wrap: break-word;
}
main#Contact {
  /*================================
  	.section-form
  =================================*/
}
main#Contact .section-form {
  padding: 0 1.5rem;
}
main#Contact {
  /*================================
  	.form-layout
  =================================*/
}
main#Contact .form-layout .form-text-layout {
  box-sizing: border-box;
  padding-bottom: 2rem;
}
main#Contact .form-layout .form-text-layout .text {
  line-height: 1.8;
}
main#Contact .form-layout .form-text-layout .text .need {
  color: #d71518;
}
main#Contact .form-layout .form-enter-layout {
  text-align: left;
}
main#Contact {
  /*table
  =================================*/
}
main#Contact table {
  width: 100%;
  border-bottom: solid 1px #c2c2c4;
}
main#Contact table tr {
  display: block;
}
main#Contact table td, main#Contact table th {
  width: 100%;
  color: #182541;
  font-weight: 400;
}
main#Contact table th {
  border-top: solid 1px #c2c2c4;
  vertical-align: top;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
main#Contact table td p {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
main#Contact table input[type=text] {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 12px 21px;
  border: none;
  background: #f3f5f9;
  box-sizing: border-box;
  color: #000;
  width: 100%;
}
main#Contact table {
  /*textarea
  =================================*/
}
main#Contact table.style-change {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
main#Contact table {
  /*textarea
  =================================*/
}
main#Contact table textarea {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.03em;
  border: none;
  background: #f3f5f9;
  box-sizing: border-box;
  width: 100%;
  padding: 1.2rem 2.1rem;
  min-height: 17.4rem;
}
main#Contact table {
  /*check-list
  =================================*/
}
main#Contact table .check-list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
main#Contact table .check-list input[type=radio] {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
main#Contact table .check-list label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 3rem;
  cursor: pointer;
}
main#Contact table .check-list label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.3rem;
  height: 2.3rem;
  background-color: #f3f5f9;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
}
main#Contact table .check-list label::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #0f347f;
  opacity: 0;
  transition: opacity 0.2s;
}
main#Contact table .check-list input[type=radio]:checked + label::after {
  opacity: 1;
}
main#Contact table {
  /*focus
  =================================*/
}
main#Contact table input[type=text]:focus,
main#Contact table input[type=email]:focus,
main#Contact table textarea:focus {
  background: #f3f5f9;
}
main#Contact table.align-middle {
  margin-bottom: 3rem;
}
main#Contact table.align-middle td, main#Contact table.align-middle th {
  vertical-align: middle;
}
main#Contact table.align-middle th {
  margin-bottom: 0.5rem;
}
main#Contact table input::placeholder {
  color: #adb4c1;
}
main#Contact table textarea::placeholder {
  color: #adb4c1;
}
main#Contact table span.error {
  color: #cc0303;
  display: block;
  margin-top: 1rem;
}
main#Contact {
  /*================================
  	.zip-wrap
  =================================*/
}
main#Contact .zip-wrap::before {
  content: "〒";
  font-size: 1.8rem;
  position: absolute;
  top: 0.6em;
  left: 2.4rem;
  margin: auto;
}
main#Contact {
  /*================================
  	.zip
  =================================*/
}
main#Contact input[type=text].zip {
  max-width: 20rem;
  padding: 1.2rem 1.2rem 1.2rem 5rem;
}
main#Contact {
  /*================================
  	label
  =================================*/
}
main#Contact input[type=checkbox] + label {
  text-align: left;
  display: block;
  padding-left: 4.5rem;
}
main#Contact input[type=checkbox] + label {
  text-align: left;
  display: block;
  padding-left: 3.5rem;
}
main#Contact input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
}
main#Contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #dddddd;
  background: #fff;
  box-sizing: border-box;
}
main#Contact input[type=checkbox]:checked + label::after {
  opacity: 1;
}
main#Contact input[type=checkbox] + label::after {
  content: "";
  opacity: 0;
  border-right: 0.2rem solid #d92023 !important;
  border-bottom: 0.2rem solid #d92023 !important;
  display: block;
  height: 1.1rem;
  left: 0.75rem;
  margin-top: -1.3rem;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 0.3rem;
}
main#Contact {
  /*================================
  	.submit_area
  =================================*/
}
main#Contact .submit_area {
  text-align: center;
}
main#Contact .submit_area span {
  border: none;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 36.3rem;
  height: 6rem;
  background-color: transparent;
}
main#Contact {
  /*================================
  	.pushbtn-container
  =================================*/
}
main#Contact .pushbtn-container {
  text-align: center;
}
main#Contact {
  /*================================
  	button.pushbtn
  =================================*/
}
main#Contact button.pushbtn {
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #182541;
  line-height: 1;
  background-color: transparent;
  height: 100%;
  width: 100%;
  max-width: 27rem;
  height: 4.5rem;
  background: #fff;
  border: solid 1px #c2c2c4;
  border-radius: 999rem;
  overflow: hidden;
  position: relative;
}
main#Contact button.pushbtn::after {
  content: "";
  width: 1.1rem;
  height: 0.8rem;
  position: absolute;
  left: 3rem;
  top: 1.7rem;
  background-image: url(/images/common/icon-arrow.svg);
}
main#Contact {
  /*================================
  	button.ad_btn
  =================================*/
}
main#Contact button.ad_btn {
  padding: 0.5rem 0;
  box-sizing: border-box;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  top: -0.5rem;
}
main#Contact button.ad_btn .wrapper {
  display: inline-flex;
  align-items: center;
}
main#Contact button.ad_btn .button-text {
  padding-left: 0.8rem;
  display: inline-block;
  color: #182541;
}
main#Contact {
  /*================================
  	.text-link-button-container
  =================================*/
}
main#Contact .text-link-button-container {
  display: block;
  text-align: center;
  padding-top: 2.4rem;
}
main#Contact .text-link-button-container .text-link-button {
  font-size: 1.6rem;
  font-weight: 300;
  display: inline-block;
}
main#Contact {
  /*================================
  	.thanks-layout
  =================================*/
}
main#Contact .thanks-layout {
  text-align: center;
}
main#Contact .thanks-layout .thanks-text {
  text-align: left;
  padding-bottom: 3.4rem;
  line-height: 1.8;
}
main#Contact .thanks-layout .arrow-button-container .arrow-button-inner .arrow-button-pos .button-text {
  font-size: 1.8rem;
}
main#Contact {
  /*================================
  	.privacy-link-text
  =================================*/
}
main#Contact .privacy-link-text {
  display: inline-block;
  padding: 0 0.5rem;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}
main#Contact {
  /*================================
  	.confirm-text
  =================================*/
}
main#Contact .confirm-text {
  padding-bottom: 2.5rem;
  line-height: 1.5;
}