@charset "UTF-8";
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  z-index: 1;
}

sub {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pages {
    min-width: 1312px;
  }
}

.text-box + .text-box {
  margin-top: 56px;
}
.text-lead {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.7;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .text-lead {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.text-lead + p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .text-lead + p {
    margin-top: 0;
  }
}
.text-link {
  color: #3172BC;
}
.text-link-out2 {
  background-size: 12px 12px;
}
.text-link-2 {
  position: relative;
  display: inline-block;
  align-items: center;
  min-width: 300px;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid #3172BC;
  padding: 18px 34px 18px 0;
  line-height: 1.7;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .text-link-2 {
    min-width: 190px;
  }
}
.text-link-2::after {
  position: absolute;
  content: "";
  opacity: 1;
  width: 10px;
  height: 7px;
  top: 50%;
  bottom: auto;
  right: 8px;
  left: auto;
  background-image: url(/common/img/common/img-header-menu.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  transform: translateY(-50%);
}
.text-link-2::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #356094;
  transition: 0.3s all;
  z-index: 2;
}
.text-link-2:hover {
  color: #356094;
}
.text-link-2:hover::before {
  width: 100%;
}
.text-link-3 {
  position: relative;
  display: inline-block;
  border: 1px solid #DCE2ED;
  padding: 8px 42px 8px 16px;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .text-link-3 {
    font-size: 14px;
  }
}
.text-link-3::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  border: none;
  top: 50%;
  right: 16px;
  left: auto;
  background-image: url(/common/img/common/img-header-menu.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.text-link-3:hover {
  opacity: 1;
  background: #356094;
  color: #fff;
}
.text-link-3:hover::after {
  background-image: url(/common/img/common/img-header-menu-w.svg);
}
.text-weight-100 {
  font-weight: 100;
}
.text-weight-200 {
  font-weight: 200;
}
.text-weight-300 {
  font-weight: 300;
}
.text-weight-400 {
  font-weight: 400;
}
.text-weight-500 {
  font-weight: 500;
}
.text-weight-600 {
  font-weight: 600;
}
.text-weight-700 {
  font-weight: 700;
}
.text-weight-800 {
  font-weight: 800;
}
.text-weight-900 {
  font-weight: 900;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 32px 64px 40px;
  box-shadow: none;
  z-index: 98;
  transition: 0.3s all;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .header {
    height: 115px;
  }
}
@media screen and (max-width: 1360px) {
  .header {
    padding: 32px 36px 40px;
  }
}
.header.is-active {
  padding: 16px 64px 17px;
}
@media screen and (min-width: 768px) {
  .header.is-active {
    height: 72px;
  }
}
@media screen and (min-width: 1360px) {
  .header.is-active {
    padding: 16px 36px 17px;
  }
}
.header-logo {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .header-logo .logo-image {
    width: 185px;
    height: 30px;
  }
}
.header-logo .logo-image-100th {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .header-logo .logo-image-100th {
    margin-left: 8px;
    width: 49px;
    height: 27px;
  }
}
.header-inner {
  height: auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
  }
}
.header-nav-item {
  width: auto;
  line-height: 1.2;
  margin-right: 32px;
}
.header-nav-item:last-child {
  margin-right: 0;
}
.header-nav-item-contact svg {
  margin-right: 4px;
  margin-top: 4px;
}
.header-nav-item-contact .header-nav-link-block {
  background: #356094;
  color: #fff;
  padding: 10px 29px 12px;
  display: flex;
  align-items: center;
  border: 1px solid #356094;
  transition: 0.3s all;
}
.header-nav-item-contact .header-nav-link-block:hover {
  color: #356094;
  opacity: 1;
  background: #fff;
  border-color: #356094;
}
.header-nav-item-contact .header-nav-link-block:hover path {
  stroke: #356094;
}
.header-nav-list {
  font-weight: 400;
}
.header-nav-link-normal {
  padding: 8px 0;
}
.header-nav-link-normal::after {
  width: 0;
  height: 1px;
  background: #356094;
  transition: 0.3s all;
}
.header-nav-link-normal.is-active, .header-nav-link-normal:hover {
  color: #356094;
}
.header-nav-link-normal.is-active::after, .header-nav-link-normal:hover::after {
  transition: 0.3s all;
  width: 100%;
}
.header-sp {
  box-shadow: none;
}
.header-sp-main {
  height: 60px;
}
.header-sp-menu {
  flex-basis: 40px;
  width: 40px;
  height: 40px;
  margin: 10px;
  background-color: #356094;
}
@media screen and (min-width: 768px) {
  .header-sp-menu {
    display: none;
  }
}

.button-menu-line {
  height: 2px;
}

.nav2.is-visible .nav2-app-menu {
  transform: translateX(calc(100vw - 100%));
}

.nav2-app-menu {
  width: 100%;
  max-width: 100%;
  color: #000;
  background-color: #fff;
}
.nav2-layout {
  width: 100%;
  padding: 32px 30px;
  margin: 0 auto;
}

.mobile-list {
  color: #000;
}
.mobile-list-item {
  border-bottom: 1px solid #356094;
}
.mobile-list-item:first-child .mobile-list-link {
  padding-top: 0;
}
.mobile-list-item:first-child .mobile-list-link::after {
  top: -25px;
}
.mobile-list-link {
  padding: 24px 24px 24px 0;
}
.mobile-list-link::after {
  border: none;
  width: 10px;
  height: 8px;
  right: 16px;
  background-image: url("/common/img/common/img-header-menu.svg");
  background-repeat: no-repeat;
}

.nav2-contact {
  text-align: center;
  margin-top: 40px;
}
.nav2-contact a {
  display: flex;
  align-items: center;
  background-color: #356094;
  padding: 16px 32px;
  width: 186px;
  margin: 0 auto;
  color: #fff;
}
.nav2-contact a img {
  margin-right: 8px;
  margin-top: 1px;
}

.button-menu-icon {
  width: 20px;
  height: 14px;
}

.nav {
  position: unset;
}
.nav-row-hierarchy2 {
  display: none;
  position: fixed;
  top: 91px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.7;
  background: #fff;
  color: #000;
  padding: 64px 80px;
  gap: 56px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.nav-row-hierarchy2.is-active {
  display: block;
}
.nav-row .nav-inner {
  width: 100%;
}
.nav-row .nav-list-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px 40px;
  width: calc(100% - 308px);
}
.nav-row .nav-list-flex img {
  width: 85px;
  margin-right: 16px;
}
.nav-row .nav-link-blue {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 34px;
  text-align: left;
  padding-bottom: 16px;
  width: calc((100% - 40px) / 2);
  margin: 0;
  border-bottom: 1px solid #DCE2ED;
  line-height: 1.7;
}
.nav-row .nav-link-blue::after {
  position: absolute;
  content: "";
  opacity: 1;
  width: 10px;
  height: 7px;
  top: 40%;
  bottom: auto;
  right: 8px;
  left: auto;
  background-image: url(/common/img/common/img-header-menu.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  transform: translateY(-50%);
}
.nav-row .nav-link-blue::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #356094;
  transition: 0.3s all;
  z-index: 2;
}
.nav-row .nav-link-blue:hover {
  color: #000;
}
.nav-row .nav-link-blue:hover::before {
  width: 100%;
}
.nav-parent-area {
  width: 252px;
}
.nav-parent-area p {
  font-weight: 500;
  font-size: 22px;
  color: #356094;
  margin-bottom: 32px;
}
.nav-parent-area a {
  position: relative;
  display: inline-block;
  border: 1px solid #DCE2ED;
  padding: 8px 42px 8px 16px;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .nav-parent-area a {
    padding: 8px 26px 8px 8px;
    font-size: 12px;
  }
}
.nav-parent-area a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  border: none;
  top: 0;
  right: 16px;
  left: auto;
  background-image: url(/common/img/common/img-header-menu.svg);
  background-repeat: no-repeat;
  transform: rotate(0) translateX(0);
}
.nav-parent-area a:hover {
  background: #356094;
  color: #fff;
  opacity: 1;
}
.nav-parent-area a:hover::after {
  background-image: url(/common/img/common/img-header-menu-w.svg);
}

/*---------------------------------パンくずリスト---------------------------------*/
.breadcrumb {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  height: auto;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0;
  }
}
.breadcrumb-link {
  color: #3B4855;
}
.breadcrumb-item {
  color: #3B4855;
}
.breadcrumb-item:not(:first-child) {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .breadcrumb-item:not(:first-child) {
    padding-left: 14px;
  }
}
.breadcrumb-item:not(:first-child)::before {
  border-top: 1px solid #B4C7EB;
  border-right: 1px solid #B4C7EB;
  width: 4px;
  height: 4px;
}
@media screen and (max-width: 767px) {
  .breadcrumb-item:not(:first-child)::before {
    width: 5px;
    height: 5px;
    top: 1px;
  }
}
.breadcrumb-item + .breadcrumb-item {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .breadcrumb-item + .breadcrumb-item {
    margin-left: 4px;
  }
}

/*---------------------------------お問い合わせ---------------------------------*/
.contact-section {
  background: #ECF1FC;
  padding-bottom: 0;
}
.contact-section a {
  color: #000;
}
.contact-section a * {
  transition: 0.3s all;
}
.contact-section a:hover .contact-section-link {
  background: #356094;
}
.contact-section a:hover .contact-section-link p {
  color: #fff;
}
.contact-section a:hover .contact-section-link p::after {
  background-image: url(/common/img/common/img-header-menu-w.svg);
}
.contact-section a:hover .contact-section-link svg path {
  stroke: #fff;
}
.contact-section a.contact-section-body {
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .contact-section a.contact-section-body {
    margin-bottom: 16px;
  }
}
.contact-section::before {
  content: none;
}
.contact-section-box {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 32px 97px;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .contact-section-box {
    padding: 32px 20px 24px;
    display: block;
  }
}
.contact-section-body {
  width: calc((100% - 40px) / 3);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .contact-section-body {
    width: 100%;
  }
}
.contact-section-body .contact-section-link,
.contact-section-body .contact-section-text {
  background: #F9F9F9;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .contact-section-body .contact-section-link,
  .contact-section-body .contact-section-text {
    font-size: 16px;
  }
}
.contact-section-body .contact-section-text {
  height: calc(100% - 29px);
}
@media screen and (max-width: 767px) {
  .contact-section-body .contact-section-text {
    height: 100%;
  }
}
.contact-section-body + .contact-section-body {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .contact-section-body + .contact-section-body {
    margin-left: 0;
  }
}
.contact-section-body p span {
  font-weight: 600;
}
.contact-section-link {
  padding: 77px 20px 46px;
}
@media screen and (max-width: 767px) {
  .contact-section-link {
    padding: 32px 0;
  }
}
.contact-section-link svg {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact-section-link svg {
    margin-bottom: 12px;
  }
}
.contact-section-link p {
  position: relative;
  padding-right: 22px;
  transition: 0.3s color;
}
.contact-section-link p::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  top: 13px;
  right: 0;
  background-image: url(/common/img/common/img-header-menu.svg);
  background-repeat: no-repeat;
}
.contact-section-link p:hover {
  color: #356094;
}
.contact-section-text {
  padding: 77px 0 26px;
  margin-bottom: 2px;
  color: #000;
}
.contact-section-text + p {
  color: #3B4855;
}
@media screen and (max-width: 767px) {
  .contact-section-text {
    padding: 32px 0;
  }
}
.contact-section-header {
  width: calc((100% - 40px) / 3);
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .contact-section-header {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.contact-section-heading {
  font-family: "Noto Sans JP", sans-serif;
  color: #356094;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact-section-heading {
    font-size: 21px;
  }
}
.contact-section-bottom {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  display: block;
  color: #3B4855;
  margin: 16px auto 0;
  font-size: 15px;
  font-weight: 400;
  padding: 16px 0;
  border-top: 1px solid #B5C9DA;
  border-bottom: 1px solid #B5C9DA;
}
.contact-section-bottom span {
  font-weight: 500;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .contact-section-bottom span {
    margin-left: 0;
    display: block;
  }
}

/*---------------------------------フッター---------------------------------*/
.footer {
  background: #ECF1FC;
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 100px 20px 0;
  }
}
.footer-layout {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-layout {
    flex-direction: column;
  }
}
.footer-logo {
  width: 234px;
}
.footer-logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 200px;
    margin: 0;
  }
}
.footer-main {
  flex-wrap: wrap;
  max-width: 750px;
  margin-top: -100px;
  gap: 64px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .footer-main {
    flex-direction: column;
    gap: 0;
    margin-top: 22px;
  }
}
.footer-main-column + .footer-main-column {
  border: none;
}
.footer-main-column-inner {
  padding: 0;
}
.footer-main-column-shrink {
  white-space: nowrap;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .footer-main-column-shrink {
    margin-top: 0;
  }
}
.footer-main-column-shrink:nth-child(3n+1) {
  width: 175px;
}
.footer-main-column-shrink:nth-child(3n+2) {
  width: 272px;
}
.footer-main-column-shrink:nth-child(3n) {
  width: 175px;
}
@media screen and (max-width: 767px) {
  .footer-main-column-shrink:nth-child(3n+1), .footer-main-column-shrink:nth-child(3n+2), .footer-main-column-shrink:nth-child(3n) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer-main-column-shrink + .footer-main-column-shrink {
    margin-top: 0;
  }
}
.footer-nav-link {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer-nav-link {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav-list {
    display: none;
  }
}
.footer-nav-parent .footer-nav-link {
  font-size: 16px;
  position: relative;
  display: block;
  border-bottom: 1px solid #98AAC4;
  padding: 0 20px 8px 0;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .footer-nav-parent .footer-nav-link {
    padding: 24px 20px 24px 0;
  }
}
.footer-nav-parent .footer-nav-link::before {
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #356094;
  transition: 0.3s all;
}
.footer-nav-parent .footer-nav-link::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 8px;
  top: 12px;
  right: 0;
  background-image: url("/common/img/common/img-header-menu.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .footer-nav-parent .footer-nav-link::after {
    top: 35px;
    right: 16px;
  }
}
.footer-nav-parent .footer-nav-link:hover {
  opacity: 1;
  color: #356094;
}
.footer-nav-parent .footer-nav-link:hover::before {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-nav-child {
    margin: 0;
  }
}
.footer-last {
  background: #356094;
  padding: 80px 0 32px;
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .footer-last {
    position: relative;
    padding: 56px 20px 32px;
    margin-top: 92px;
    width: calc(100% + 40px);
    left: -20px;
  }
}
.footer-last-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 64px;
}
@media screen and (max-width: 767px) {
  .footer-last-bottom {
    flex-direction: column;
    margin: 0;
  }
}
.footer-last-bottom a {
  color: #fff;
}
.footer-last-bottom a:hover {
  opacity: 0.7;
  transition: 0.3s opacity;
}
@media screen and (max-width: 767px) {
  .footer-last-bottom a {
    font-size: 12px;
    font-weight: 400;
  }
}
.footer-nav2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 1153px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .footer-nav2 {
    flex-wrap: wrap;
    margin-bottom: 48px;
  }
}
.footer-nav2-banner {
  height: 80px;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer-nav2-banner {
    height: auto;
  }
}
.footer-nav2-banner img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  .footer-nav2-banner img {
    height: auto;
  }
}
.footer-nav2-item + .footer-nav2-item {
  border: none;
}
.footer-nav2-item-last {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer-nav2-item-last {
    margin-top: 16px;
  }
  .footer-nav2-item-last:nth-child(2), .footer-nav2-item-last:nth-child(3) {
    width: calc((100% - 8px) / 2);
  }
  .footer-nav2-item-last:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav2-item-mynavi {
    width: calc(100% - 16px);
    margin: 48px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.footer-nav2-item-mynavi a {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-nav2-item-mynavi a {
    width: calc((100% - 16px) / 2);
    height: auto;
  }
}
.footer-nav2-item-mynavi a + a {
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .footer-nav2-item-mynavi a + a {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav2-item-download {
    width: 100%;
  }
}
.footer-nav2-item-download a {
  position: relative;
  background: #ECF1FC;
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 202px;
  height: 80px;
  color: #356094;
  font-weight: 500;
  padding-right: 40px;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .footer-nav2-item-download a {
    width: 100%;
    height: 60px;
  }
}
.footer-nav2-item-download a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url(/common/img/common/img-header-menu.svg);
  background-repeat: no-repeat;
}
.footer-nav2-item-download a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .footer-sub {
    padding: 0;
    margin-bottom: 48px;
    width: 100%;
  }
}
.footer-sub, .footer-copy {
  background: none;
}
.footer-copy {
  font-size: 11px;
}
.footer-copy small {
  line-height: 1;
}

/*---------------------------------コンテンツ-------------------------------*/
article {
  border-top: 1px solid #98AAC4;
  padding-top: 24px;
}
article + article {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  article + article {
    margin-top: 100px;
  }
}
article.border-none {
  border-top: none;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  article.border-none {
    padding-top: 0;
  }
}

.contents {
  max-width: 1200px;
  margin: 56px auto 200px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .contents {
    margin: 64px 20px 100px;
  }
}
.contents-layout {
  max-width: 900px;
  margin: 0 0 0 auto;
}
.contents h1 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 80px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .contents h1 {
    font-size: 30px;
  }
}
.contents h2 {
  position: relative;
  display: block;
  font-size: 24px;
  padding-left: 24px;
  margin-bottom: 56px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .contents h2 {
    font-size: 21px;
    padding-left: 14px;
    margin-bottom: 40px;
    font-weight: 500;
  }
}
.contents h2::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #98AAC4;
  top: 19px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contents h2::before {
    top: 15px;
  }
}
.contents h2.heading-text {
  display: flex;
  padding-left: 0;
}
.contents h2.heading-text .heading-text-target {
  background: #356094;
  color: #fff;
  padding: 0 8px;
  margin-right: 16px;
  font-size: 21px;
  display: flex;
  align-items: center;
  font-weight: 500;
  flex: none;
}
@media screen and (max-width: 767px) {
  .contents h2.heading-text .heading-text-target {
    font-size: 15px;
    padding: 4px;
  }
}
.contents h2.heading-text .heading-text-ttl {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.contents h2.heading-text .heading-text-cat {
  font-weight: 500;
  line-height: 170%;
  font-size: 16px;
  color: #356094;
  background: #D8E3F7;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .contents h2.heading-text .heading-text-cat {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.contents h2.heading-text::before {
  content: none;
}
.contents h3 {
  position: relative;
  margin: 56px 0 32px;
  padding-left: 30px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .contents h3 {
    margin: 40px 0 24px;
    padding-left: 30px;
    font-size: 19px;
  }
}
.contents h3::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 31px;
  background: #98AAC4;
  top: 0;
  left: 5px;
  transform: skewX(-18deg);
}
.contents h3.heading-text, .contents h3.heading-num {
  padding-left: 0;
  display: flex;
}
.contents h3.heading-text::before, .contents h3.heading-num::before {
  content: none;
}
.contents h3.heading-text span, .contents h3.heading-num span {
  border: 1px solid #356094;
  font-size: 18px;
  display: inline-block;
  margin-right: 16px;
  font-weight: 500;
  flex: none;
}
@media screen and (max-width: 767px) {
  .contents h3.heading-text span, .contents h3.heading-num span {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contents h3.heading-text {
    flex-direction: column;
    align-items: baseline;
  }
}
.contents h3.heading-text span {
  padding: 1px 8px 4px;
}
@media screen and (max-width: 767px) {
  .contents h3.heading-text span {
    padding: 0 4px 2px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.contents h3.heading-num span {
  padding: 1px 0 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .contents h3.heading-num span {
    padding: 0 0 2px;
    margin-right: 8px;
    width: 28px;
    height: 28px;
  }
}
.contents h3.mt-0 {
  margin-top: 0;
}
.contents h4 {
  padding-bottom: 8px;
  border-bottom: 1px dotted #98AAC4;
  margin: 40px 0 24px;
  font-size: 18px;
  font-weight: 500;
}
.contents h4.heading-num span {
  line-height: 1.7;
  display: inline-block;
  color: #356094;
  font-size: 17px;
  font-weight: 500;
  background: #D8E3F7;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  text-align: center;
}
.contents p + p {
  margin-top: 16px;
}
.contents p + p.mt-0 {
  margin-top: 0;
}
.contents p + .table {
  margin-top: 32px;
}
.contents p + .table.mt-0 {
  margin-top: 0;
}
.contents p + .row-1, .contents p + .row-2, .contents p + .row-3 {
  margin-top: 40px;
}
.contents p + .row-1.mt-0, .contents p + .row-2.mt-0, .contents p + .row-3.mt-0 {
  margin-top: 0;
}
.contents ul li {
  position: relative;
  padding-left: 20px;
}
.contents ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px; /* ← 好きな大きさ */
  height: 4px; /* ← 好きな大きさ */
  background: #98AAC4;
}
.contents ol li {
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 4px;
}
.contents ul li + li, .contents ol li + li {
  margin-top: 16px;
}
.contents figure figcaption {
  text-align: center;
  font-size: 15px;
  margin-top: 4px;
}
.contents figure figcaption.align-left {
  text-align: left;
}
.contents figure figcaption.align-right {
  text-align: right;
}
.contents figure + p, .contents figure + figure {
  margin-top: 24px;
}
.contents .col .heading-first {
  margin-top: 0;
}
.contents .row-box + .row-box {
  margin-top: 64px;
}
.contents .row-1 {
  text-align: center;
}
.contents .row-1 img {
  margin: 0 auto;
  width: 100%;
}
.contents .row-1 iframe {
  aspect-ratio: 600/337;
  width: 100%;
}
.contents .row-1 .col-layout img, .contents .row-1 .col-layout iframe {
  max-width: 600px;
}
.contents .row-1 .col-layout-vertical img {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .contents .row-1 .col-layout-vertical img {
    margin: 0 32px;
    max-width: calc(100% - 64px);
  }
}
.contents .row-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .contents .row-2 {
    flex-direction: column;
    gap: 24px;
  }
}
.contents .row-2 .col {
  width: calc((100% - 40px) / 2);
}
.contents .row-2 .col iframe {
  aspect-ratio: 430/303;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents .row-2 .col {
    width: 100%;
  }
}
.contents .row-2 .col-small {
  width: 248px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .contents .row-2 .col-small {
    margin: 0 auto;
  }
}
.contents .row-2 .col-big {
  width: calc(100% - 288px);
}
@media screen and (max-width: 767px) {
  .contents .row-2 .col-big {
    width: 100%;
  }
}
.contents .row-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.contents .row-3 .col {
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 767px) {
  .contents .row-3 .col {
    width: 100%;
  }
}
.contents table {
  width: auto;
}
.contents .table + .table {
  margin-top: 40px;
}
.contents .table + p {
  margin-top: 32px;
}
.contents .table-simple {
  width: 100%;
}
.contents .table-simple tr {
  width: 100%;
  border-bottom: 1px dotted #98AAC4;
  text-align: left;
}
.contents .table-simple tr:first-child {
  border-top: 1px dotted #98AAC4;
}
.contents .table-simple th, .contents .table-simple td {
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .contents .table-simple th, .contents .table-simple td {
    width: 100% !important;
    display: block;
  }
}
.contents .table-simple th {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contents .table-simple th {
    padding: 24px 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .contents .table-simple td {
    padding: 0 0 24px;
  }
}
.contents .table-scroll {
  overflow-x: auto;
  width: 100%;
}
.contents .table-scroll table {
  width: 900px;
}
.contents .table-scroll table.table-layout-fixed {
  table-layout: fixed;
  width: 100%;
}
.contents .table-scroll th, .contents .table-scroll td {
  white-space: nowrap;
  padding: 16px 12px;
}
.contents .table-normal {
  width: 100%;
}
.contents .table-normal th {
  background: #F0F1F5;
}
.contents .table-normal th, .contents .table-normal td {
  border: 1px solid #98AAC4;
}
.contents .table-normal th.table-cell-none, .contents .table-normal td.table-cell-none {
  border: none;
  background: none;
  padding: 0;
}
.contents .table-normal thead th {
  padding: 16px 8px;
}
.contents .table-normal tbody th {
  padding: 16px 12px;
}
.contents .table-normal td {
  padding: 16px 8px;
}
@media screen and (max-width: 767px) {
  .contents .table-normal th {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  .contents .table-normal-block th, .contents .table-normal-block td {
    display: block;
    width: 100%;
  }
}
.contents .table-th-center th {
  text-align: center;
}
.contents .table-th-right th {
  text-align: right;
}
.contents .table-th-left th {
  text-align: left;
}
.contents .table-td-center td {
  text-align: center;
}
.contents .table-td-right td {
  text-align: right;
}
.contents .table-td-left td {
  text-align: left;
}
.contents-links {
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
  margin-top: 200px;
  border-top: 1px solid #98AAC4;
}
@media screen and (max-width: 767px) {
  .contents-links {
    padding-top: 56px;
    margin-top: 100px;
    flex-direction: column;
  }
}
.contents-links h2 {
  color: #356094;
  font-size: 28px;
  font-weight: 500;
  padding-left: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contents-links h2 {
    font-size: 21px;
    margin-bottom: 8px;
  }
}
.contents-links h2::before {
  content: none;
}
.contents-links figure + p {
  margin-top: 0;
}
.contents-links-left {
  width: 252px;
}
@media screen and (max-width: 767px) {
  .contents-links-left {
    width: 100%;
  }
}
.contents-links-left a {
  position: relative;
  display: inline-block;
  border: 1px solid #DCE2ED;
  padding: 8px 42px 8px 16px;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .contents-links-left a {
    padding: 8px 26px 8px 8px;
    font-size: 12px;
  }
}
.contents-links-left a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  top: 18px;
  right: 16px;
  background-image: url(/common/img/common/img-header-menu.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .contents-links-left a::after {
    top: 15px;
    right: 8px;
  }
}
.contents-links-left a:hover {
  opacity: 1;
  background: #356094;
  color: #fff;
}
.contents-links-left a:hover::after {
  background-image: url(/common/img/common/img-header-menu-w.svg);
}
.contents-links-right {
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .contents-links-right {
    width: 100%;
    margin-top: 40px;
  }
}
.contents-links-text {
  position: relative;
  display: block;
  padding: 16px 34px 16px 16px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .contents-links-text {
    position: unset;
    padding: 0;
    width: calc(100% - 102px);
  }
}
.contents-links-text .col-layout {
  display: inline-block;
  width: calc(100% - 102px);
}
.contents-links-text::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  top: 27px;
  right: 8px;
  background-image: url(/common/img/common/img-header-menu.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .contents-links-text::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .contents .contents-lists {
    gap: 0;
  }
}
.contents-links-right a, .contents-lists a {
  position: relative;
  display: block;
  border-bottom: 1px solid #4F94DB;
  transition: 0.3s all;
}
.contents-links-right a figure, .contents-lists a figure {
  width: 100%;
  overflow: hidden;
}
.contents-links-right a figure + p, .contents-lists a figure + p {
  margin-top: 0;
}
.contents-links-right a img, .contents-lists a img {
  transition: 0.3s all;
}
.contents-links-right a::before, .contents-lists a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #356094;
  transition: 0.3s all;
  z-index: 2;
}
.contents-links-right a:hover, .contents-links-right a.is-active, .contents-lists a:hover, .contents-lists a.is-active {
  background: #ECF1FC;
}
.contents-links-right a:hover::before, .contents-links-right a.is-active::before, .contents-lists a:hover::before, .contents-lists a.is-active::before {
  width: 100%;
}
.contents-links-right a:hover img, .contents-lists a:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .contents-links-right a, .contents-lists a {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #DCE2ED;
    padding: 8px 34px 8px 8px;
  }
  .contents-links-right a:first-child, .contents-lists a:first-child {
    border-top: 1px solid #DCE2ED;
  }
  .contents-links-right a .col-layout, .contents-lists a .col-layout {
    width: 86px;
    margin-right: 16px;
  }
}
.contents-links-right .row-3, .contents-lists .row-3 {
  gap: 64px 32px;
}
@media screen and (max-width: 767px) {
  .contents-links-right .row-3, .contents-lists .row-3 {
    gap: 0;
  }
}

/*---------------------------------スクロールアニメーション-------------------------------*/
.fade-in, .fade-in-2 {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s all ease;
}

.fade-in.is-show, .fade-in-2.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*---------------------------------スクロールトップボタン-------------------------------*/
.scroll-top {
  bottom: 0;
}

.scroll-top,
.scroll-top-button {
  width: 45px;
  height: 45px;
}

.scroll-top-button {
  position: relative;
  background: #4F94DB;
  line-height: 45px;
}
.scroll-top-button::before {
  position: absolute;
  content: "";
  border-bottom: 16px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*----------------------------個別------------------------------------------------*/
/*-------------企業-------------*/
.company-philosophy-layout {
  text-align: center;
}
.company-philosophy-layout p {
  line-height: 3;
  font-size: 20px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .company-philosophy-layout p {
    font-size: 16px;
    margin-top: 16px;
    line-height: 2;
  }
}

.company-message-firstview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .company-message-firstview {
    flex-direction: column-reverse;
    align-items: baseline;
    margin-bottom: 24px;
  }
}
.company-message-media {
  width: calc(100% - 420px);
}
@media screen and (max-width: 767px) {
  .company-message-media {
    width: 100%;
  }
}
.company-message-text {
  width: 380px;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .company-message-text {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.company-message-text p + p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .company-message-text p + p {
    margin-top: 16px;
  }
}
.company-message-name {
  display: block;
  margin-top: 40px !important;
  text-align: right;
}

.company-overview-section {
  max-width: 798px;
  margin: 0 auto;
}
.company-overview-section-body {
  margin-top: 100px;
}

.contents .company-base-media .row-1 .col-layout img {
  max-width: 620px;
}

.company-base-table tbody {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .company-base-table tbody {
    display: block;
  }
}
.company-base-table .table-simple tr {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .company-base-table .table-simple tr {
    width: 100%;
    display: block;
  }
}
.company-base-table .table-simple tr:nth-child(2) {
  border-top: 1px dotted #98AAC4;
}
@media screen and (max-width: 767px) {
  .company-base-table .table-simple tr:nth-child(2) {
    border-top: none;
  }
}
.company-base-table .table-simple th {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .company-base-table .table-simple th {
    width: 100%;
  }
}

/*-------------お問い合わせ-------------*/
.inquiry-lead {
  text-align: center;
}
.inquiry-lead .text {
  position: relative;
  padding-left: 20px;
}
.inquiry-lead .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 4px; /* ← 好きな大きさ */
  height: 4px; /* ← 好きな大きさ */
  background: #98AAC4;
}
@media screen and (max-width: 767px) {
  .inquiry-lead .text::before {
    top: 11px;
  }
}
.inquiry-lead .text-link {
  text-decoration: underline;
  color: #3172BC;
}
.inquiry-lead .text-link:hover {
  text-decoration: none;
}
.inquiry-lead + .inquiry-form {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .inquiry-lead + .inquiry-form {
    margin-top: 56px;
  }
}
.inquiry-lead-error {
  padding: 32px 24px;
  background: #FFEBEB;
  border: 1px solid #D10000;
  color: #D10000;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .inquiry-lead-error {
    padding: 24px 16px;
  }
}
.inquiry-privacy {
  margin-top: 8px;
  padding-left: 20px;
}

.inquiry-form .form-main {
  padding-top: 32px;
  border-top: 1px dotted #98AAC4;
}
@media screen and (max-width: 767px) {
  .inquiry-form .form-main {
    padding-top: 24px;
  }
}
.inquiry-form .form-main + .form-button-area {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .inquiry-form .form-main + .form-button-area {
    margin-top: 40px;
  }
}
.inquiry-form .form-row {
  padding-bottom: 32px;
  border-bottom: 1px dotted #98AAC4;
}
@media screen and (max-width: 767px) {
  .inquiry-form .form-row {
    padding-bottom: 24px;
  }
}
.inquiry-form .form-label {
  width: 202px;
  padding-right: 24px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .inquiry-form .form-label {
    width: auto;
    justify-content: flex-start;
    align-items: center;
  }
}
.inquiry-form .form-label-text {
  font-size: 17px;
  font-weight: 500;
}
.inquiry-form .form-required, .inquiry-form .form-any {
  padding-top: 1px;
  display: inline-block;
  width: 34px;
  height: 24px;
  line-height: 1.7;
  margin-left: 8px;
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
}
.inquiry-form .form-required {
  background: #D10000;
}
.inquiry-form .form-any {
  background: #3B4855;
}
@media screen and (max-width: 767px) {
  .inquiry-form .form-input {
    margin-top: 16px;
  }
}
.inquiry-form .input {
  padding: 16.5px;
  background: #F0F1F5;
  border: 1px solid #B5C9DA;
  width: 100%;
}
.inquiry-form .input-m {
  max-width: 337px;
}
.inquiry-form .input-s {
  max-width: 170px;
}
.inquiry-form .input-error {
  background: #FFEBEB;
  border-color: #D10000;
}
@media screen and (max-width: 767px) {
  .inquiry-form .table-simple th {
    font-size: 16px;
  }
  .inquiry-form .table-simple td {
    font-size: 15px;
  }
}

.inquiry-message-box {
  padding: 24px;
  text-align: left;
}
.inquiry-message-box + .inquiry-message-box {
  margin-top: 24px;
}

.form-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-button-area {
  margin-top: 72px;
}
.form-button-item-back2 {
  margin-top: 40px;
}
.form-button .button {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 34px 18px 0;
  width: 300px;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid #3172BC;
  line-height: 1.7;
  color: #356094;
}
@media screen and (max-width: 767px) {
  .form-button .button {
    width: 240px;
  }
}
.form-button .button::after {
  position: absolute;
  content: "";
  opacity: 1;
  width: 10px;
  height: 7px;
  top: 50%;
  bottom: auto;
  right: 8px;
  left: auto;
  background-image: url(/common/img/common/img-header-menu.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  transform: translateY(-50%);
}
.form-button .button::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #356094;
  transition: 0.3s all;
  z-index: 2;
}
.form-button .button:hover {
  color: #000;
}
.form-button .button:hover::before {
  width: 100%;
}
.form-button .button-back {
  position: relative;
  text-decoration: underline;
  color: #356094;
  padding-left: 26px;
  border: none;
  cursor: pointer;
}
.form-button .button-back::after {
  position: absolute;
  content: "";
  opacity: 1;
  width: 10px;
  height: 7px;
  top: 50%;
  left: 0;
  background-image: url(/common/img/common/img-header-menu.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  transform: translateY(-50%) rotate(180deg);
}

/*-------------トップ-------------*/
.kv-main {
  background-color: rgba(0, 0, 0, 0.2);
}

.is-pc .kv-main {
  height: calc(100vh - 140px);
}

.kv-video-area {
  opacity: 0.8;
}

.kv-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: 0.3;
  z-index: 2;
}

.top h2 {
  position: relative;
  font-size: 20px;
  padding-left: 22px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top h2 {
    padding-left: 14px;
  }
}
.top h2::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #98AAC4;
  top: 14px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top h2::before {
    top: 14px;
  }
}
.top-contents {
  padding: 120px 0 144px;
  background: #F0F1F5;
}
@media screen and (max-width: 767px) {
  .top-contents {
    padding: 56px 0;
  }
}
.top-contents h2 {
  margin-bottom: 0;
}
.top-contents-layout {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.top-contents-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .top-contents-text {
    margin-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.top-contents-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top-contents-main {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.top-contents-main::before, .top-contents-main::after {
  content: none;
}
.top-contents-main-title {
  font-size: 20px;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-contents-main-title {
    margin: 0 20px;
  }
}
.top-contents-main-lead {
  max-width: 821px;
}
@media screen and (max-width: 767px) {
  .top-contents-main-lead {
    margin: 0 20px;
  }
}
.top-contents-media {
  max-width: 821px;
  width: calc(100% - 379px);
}
@media screen and (max-width: 767px) {
  .top-contents-media {
    width: 100%;
    margin: 40px 0;
  }
}
.top-contents-link {
  width: 323px;
}
@media screen and (max-width: 767px) {
  .top-contents-link {
    width: calc(100% - 40px);
    margin: 24px 20px 0;
  }
}
.top-contents-link p {
  text-align: left;
}
.top-contents-link p + p {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .top-contents-link p + p {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-sustainability .text-link-2 {
    min-width: 100%;
  }
}
.top-section {
  max-width: 1200px;
  margin: 120px auto;
}
.top-section figure {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .top-section a {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-section {
    margin: 100px auto;
    padding: 0 20px;
  }
  .top-section figure {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.top-section .row-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .top-section .row-2 {
    flex-direction: column;
  }
}
.top-section .row-2 .col {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 767px) {
  .top-section .row-2 .col {
    width: 100%;
  }
}
.top-section .row-2 .row-2 {
  gap: 48px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-section .row-2 .row-2 {
    gap: 16px;
    margin-top: 24px;
  }
}
.top-section .row-2 .row-2 .col {
  width: calc((100% - 48px) / 2);
}
@media screen and (max-width: 767px) {
  .top-section .row-2 .row-2 .col {
    width: 100%;
  }
}
.top-recruit {
  max-width: 1200px;
  margin: 120px auto;
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .top-recruit {
    margin: 100px auto;
  }
}
.top-recruit p {
  position: relative;
  text-align: left;
  padding: 8px 34px 8px 16px;
  margin: 0 0 0 80px;
  border: 1px solid #DCE2ED;
  line-height: 1.7;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .top-recruit p {
    margin: 0 0 32px 24px;
  }
}
.top-recruit p::after {
  position: absolute;
  content: "";
  opacity: 1;
  width: 10px;
  height: 7px;
  top: 50%;
  bottom: auto;
  right: 8px;
  left: auto;
  background-image: url(/common/img/common/img-header-menu-w.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  transform: translateY(-50%);
}
.top-recruit h2 {
  margin: 56px 0 24px 80px;
}
@media screen and (max-width: 767px) {
  .top-recruit h2 {
    margin: 0 0 24px 24px;
  }
}
.top-recruit h2::before {
  background: #B4C7EB;
}
.top-recruit-layout {
  position: relative;
  z-index: 4;
  height: 492px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .top-recruit-layout {
    height: 100vw;
    justify-content: flex-end;
  }
}
.top-recruit-bg {
  position: relative;
  background-image: url(/common/img/company/pages/index/img-05-pc.jpg);
}
@media screen and (max-width: 767px) {
  .top-recruit-bg {
    background-image: url(/common/img/company/pages/index/img-05-sp.jpg);
  }
}
.top-recruit-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #002D4E;
  opacity: 0.5;
  transition: 0.3s all;
}
.top-recruit:hover .top-recruit-bg::after {
  opacity: 0.1;
}
.top-recruit:hover h2 {
  color: #000;
}
.top-recruit:hover p {
  background: #3172BC;
}
.top-news {
  width: 100%;
  margin-bottom: 200px;
  border-top: 1px solid #DCE2ED;
  border-bottom: 1px solid #DCE2ED;
}
@media screen and (max-width: 767px) {
  .top-news {
    margin: 0 20px 100px;
    padding: 0;
    width: calc(100% - 40px);
  }
}
.top-news h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 170%;
  color: #356094;
  margin-bottom: 32px;
  padding-left: 0;
  text-align: left;
}
.top-news h2::before {
  content: none;
}
.top-news-layout {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 160px auto;
}
@media screen and (max-width: 767px) {
  .top-news-layout {
    display: block;
    margin: 80px 0;
  }
}
.top-news-layout article {
  border-top: none;
  border-bottom: 1px dotted #98AAC4;
}
.top-news-layout .news-item {
  display: block;
  padding: 24px 0;
}
.top-news-layout .news-item + .news-item {
  margin-top: 0;
}
.top-news-layout .news-date {
  font-weight: 500;
  margin-bottom: 16px;
}
.top-news-layout .text-link {
  color: #3172BC;
  padding: 0;
  text-decoration: underline;
}
.top-news-header {
  width: 323px;
}
@media screen and (max-width: 767px) {
  .top-news-header {
    width: 100%;
  }
}
.top-news-header a {
  position: relative;
  display: inline-block;
  border: 1px solid #DCE2ED;
  padding: 8px 42px 8px 16px;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .top-news-header a {
    font-size: 14px;
  }
}
.top-news-header a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  border: none;
  top: 50%;
  right: 16px;
  left: auto;
  background-image: url(/common/img/common/img-header-menu.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.top-news-header a:hover {
  opacity: 1;
  background: #356094;
  border-color: #356094;
  color: #fff;
}
.top-news-header a:hover::after {
  background-image: url(/common/img/common/img-header-menu-w.svg);
}
.top-news-body {
  width: calc(100% - 379px);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .top-news-body {
    width: 100%;
    margin-top: 24px;
  }
}

/*-------------お知らせ-------------*/
@media screen and (max-width: 767px) {
  .news .news-body {
    padding: 0;
  }
}
.news .pagination2 {
  max-width: 100%;
}
.news .pagination2-buttons {
  justify-content: center;
  margin-top: 32px;
}
.news .pagination2-paged {
  color: #3B4855;
  font-size: 16px;
}
.news .news-item {
  border-bottom: 1px dotted #98AAC4;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .news .news-item {
    padding-bottom: 24px;
  }
}
.news .news-item + .news .news-item {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .news .news-item + .news .news-item {
    margin-top: 24px;
  }
}
.news .news-date {
  font-weight: 500;
  width: 224px;
}
@media screen and (max-width: 767px) {
  .news .news-date {
    width: 100%;
  }
}
.news .news-title a {
  text-decoration: underline;
}
.news .news-title a:hover {
  text-decoration: none;
}
.news .news-footer {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .news .news-footer {
    margin-top: 40px;
  }
}
.news .pagination-button {
  color: #356094;
  width: 60px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #3172BC;
}
.news .pagination-button.is-current, .news .pagination-button:hover {
  color: #fff;
}
.news .pagination-button-number {
  font-size: 16px;
}
.news .pagination2-button {
  border: none;
  color: #356094;
  position: relative;
  border-bottom: 1px solid #3172BC;
  line-height: 1.7;
  font-weight: 500;
  height: auto;
  background: transparent;
}
.news .pagination2-button::after {
  position: absolute;
  content: "";
  opacity: 1;
  width: 10px;
  height: 7px;
  top: 50%;
  bottom: auto;
  background-image: url(/common/img/common/img-header-menu.svg);
  background-repeat: no-repeat;
  background-color: transparent;
}
.news .pagination2-button::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #356094;
  transition: 0.3s all;
  z-index: 2;
}
.news .pagination2-button-next {
  padding: 18.5px 68px 18.5px 20px;
  margin-left: 120px;
}
@media screen and (max-width: 767px) {
  .news .pagination2-button-next {
    margin-left: 28px;
  }
}
.news .pagination2-button-next::after {
  right: 8px;
  left: auto;
  transform: translateY(-50%);
}
.news .pagination2-button-prev {
  margin-right: 120px;
  padding: 18.5px 20px 18.5px 68px;
}
@media screen and (max-width: 767px) {
  .news .pagination2-button-prev {
    margin-right: 28px;
  }
}
.news .pagination2-button-prev::after {
  left: 8px;
  right: auto;
  top: 42%;
  transform: rotate(180deg) translateY(-50%);
}
.news .pagination2-button:hover::before {
  width: 100%;
}
.news .pagination2-button-none {
  border-bottom-color: #DBDBDB;
  color: #A7A7A7;
}
.news .pagination2-button-none::after {
  background-image: url(/common/img/common/img-header-menu-gray.svg);
}
.news h2.news-archive-heading {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .news h2.news-archive-heading {
    font-size: 18px;
  }
}
.news h2.news-archive-heading::before {
  content: none;
}
.news .news-archive {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .news .news-archive {
    margin-top: 100px;
  }
}
.news .news-archive ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.news .news-archive ul li {
  padding-left: 0;
}
.news .news-archive ul li::before {
  content: none;
}
.news .news-archive ul li + li {
  margin-top: 0;
}
.news .news-archive ul li a {
  position: relative;
  display: inline-block;
  border: 1px solid #DCE2ED;
  padding: 16px 42px 16px 16px;
  transition: 0.3s all;
  color: #3B4855;
}
.news .news-archive ul li a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  top: 50%;
  right: 16px;
  background-image: url(/common/img/common/img-header-menu.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.news .news-archive ul li a:hover {
  background: #356094;
  border-color: #356094;
  color: #fff;
  opacity: 1;
}
.news .news-archive ul li a:hover::after {
  background-image: url(/common/img/common/img-header-menu-w.svg);
}
.news .news-article {
  padding: 16px 0 0;
}
.news .news-day {
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #3B4855;
  margin-bottom: 16px;
}

.news-article-btn {
  margin-top: 40px;
  text-align: center;
}

/*-------------100周年-------------*/
#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

/* 白背景 */
.loading-bg {
  position: absolute;
  inset: 0;
  background: #fff;
  transition: opacity 1.5s ease;
}
.loading-logo {
  position: absolute;
  width: 571px;
  top: 57.9%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 1.5s ease, transform 1.5s ease;
}
@media screen and (max-width: 767px) {
  .loading-logo {
    width: 123px;
    top: 62px;
    transform: translate(-50%, 0);
  }
}

/* ロゴ表示 */
#loading.is-logo-show .loading-logo {
  opacity: 1;
}

#loading.is-bg-hide {
  z-index: 99;
}

/* 背景だけ消す */
#loading.is-bg-hide .loading-bg {
  opacity: 0;
}

.company-100th .pages {
  padding-top: 0;
}
.company-100th .header, .company-100th .header-sp {
  position: absolute;
  top: 0;
  background: transparent;
  z-index: 100;
  box-shadow: none;
}
.company-100th .header-nav, .company-100th .header-menu, .company-100th .header-sp-nav, .company-100th .header-sp-menu {
  display: none;
}
.company-100th .area-100th {
  position: relative;
  white-space: nowrap;
}
.company-100th .area-100th-lead {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 38px;
  line-height: 220%;
  text-align: center;
  color: #FFFFFF;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .company-100th .area-100th-lead {
    top: 300px;
    font-size: 20px;
  }
}
.company-100th .area-100th-lead-filter {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 47px;
  line-height: 220%;
  text-align: center;
  color: #000D20;
  filter: blur(20px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .company-100th .area-100th-lead-filter {
    top: 300px;
    font-size: 20px;
  }
}
.company-100th .area-100th-lead2 {
  position: absolute;
  content: "";
  bottom: 180px;
  left: calc(50% - 171px + 389px);
  z-index: 2;
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 38px;
  line-height: 220%;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .company-100th .area-100th-lead2 {
    left: calc(50% - 90px);
    bottom: 201px;
    font-size: 20px;
    text-align: center;
  }
}
.company-100th .area-100th-lead3 {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 38px;
  line-height: 220%;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .company-100th .area-100th-lead3 {
    top: 183px;
    font-size: 20px;
    line-height: 220%;
    text-align: center;
    transform: translate(-50%, 0);
  }
}
.company-100th .area-100th-policy {
  position: absolute;
  content: "";
  top: 298px;
  width: 204px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .company-100th .area-100th-policy {
    top: 235px;
    width: 136px;
  }
}
.company-100th .area-100th-lead4 {
  position: absolute;
  content: "";
  left: calc(50% - 361px);
  top: 205px;
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 38px;
  line-height: 220%;
  text-align: center;
  color: #FFFFFF;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .company-100th .area-100th-lead4 {
    left: calc(50% - 119.5px + 0.5px);
    font-size: 20px;
    top: 114px;
  }
}
.company-100th .area-100th-en {
  position: absolute;
  content: "";
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 38px;
  line-height: 220%;
  text-align: center;
  color: #FFFFFF;
  bottom: 592px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .company-100th .area-100th-en {
    bottom: 507px;
    font-size: 20px;
  }
}
.company-100th .area-100th-logo2 {
  position: absolute;
  content: "";
  width: 291px;
  bottom: 278px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition-delay: 10ms;
}
@media screen and (max-width: 767px) {
  .company-100th .area-100th-logo2 {
    bottom: 292px;
    width: 210px;
  }
}
.company-100th .fv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.company-100th {
  /* 動画そのもの */
}
.company-100th .fv__video {
  width: 100%;
  height: auto; /* ← 比率をそのまま維持 */
  display: block;
}

/*-------------リンタツの特長-------------*/
.contents-feature-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contents-feature-update {
  text-align: right;
  margin-bottom: 16px;
}
.contents-feature-text {
  display: flex;
  flex-direction: column;
  align-items: right;
}
.contents-feature .col {
  background: #ECF1FC;
  padding: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents-feature .col {
    padding: 8px;
  }
}
.contents-feature .col h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contents-feature .col h3 {
    font-size: 16px;
    margin: 0 8px 24px;
    padding-left: 16px;
  }
}
.contents-feature .col img {
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 767px) {
  .contents-feature .col img {
    width: 60px;
    height: 60px;
  }
}
.contents-feature .col .contents-feature-full img {
  width: 154px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .contents-feature .col .contents-feature-full img {
    width: 100px;
    height: 141px;
  }
}
.contents-feature .col p {
  margin-top: 12px;
  font-size: 19px;
  font-weight: 500;
  line-height: 170%;
}
.contents-feature .col p span {
  color: #3172BC;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 700;
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  .contents-feature .col p span {
    font-size: 26px;
    margin: 0 2px;
  }
}
.contents-feature .col p.font-small {
  color: #3B4855;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  margin-top: 0;
}
.contents-feature-full img {
  width: auto;
}
.contents-feature .row-1 + p {
  margin-top: 40px;
}
.contents-feature .row-3 + .row-1 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contents-feature .row-3 + .row-1 {
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .contents-feature .row-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
  }
  .contents-feature .row-3 .col {
    width: calc((100% - 2px) / 2);
  }
}

/*-------------品質保証-------------*/
.quality-signature {
  text-align: right;
  margin-top: 40px;
}

/*-------------ステンレスの用途-------------*/
.stainless_steel-applications .row-2 {
  gap: 56px 40px;
}
@media screen and (max-width: 767px) {
  .stainless_steel-applications .row-2 {
    gap: 40px;
  }
}

/*-------------リンタツのステンレスへの取り組み-------------*/
@media screen and (max-width: 767px) {
  .stainless_steel-initiatives-item .row-box.row-2 .col + .col {
    margin-top: 24px;
  }
}

/*-------------社会貢献活動-------------*/
.csr-social-contribution-activity .row-3 .col {
  width: auto;
}
@media screen and (max-width: 767px) {
  .csr-social-contribution-activity .row-3 .col {
    width: 100%;
    text-align: center;
  }
}
.csr-social-contribution-activity .row-3 .col img {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .csr-social-contribution-activity .row-3 .col img {
    margin: 0 auto;
  }
}

/*-------------環境保全の取り組み-------------*/
.environment-signature {
  text-align: right;
  margin-top: 40px;
}

/*-------------サイトマップ-------------*/
@media screen and (max-width: 767px) {
  .sitemap {
    padding: 0;
  }
}
.sitemap .row-3 {
  gap: 40px 56px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .sitemap .row-3 {
    gap: 16px 56px;
  }
}
.sitemap .row-3 .col {
  width: calc((100% - 112px) / 3);
}
@media screen and (max-width: 767px) {
  .sitemap .row-3 .col {
    width: 100%;
  }
}
.sitemap .row-3 p, .sitemap .row-3 a {
  height: 100%;
}
.sitemap .row-3 a {
  min-width: 100%;
}
.sitemap-link-top {
  margin-bottom: 40px;
}