@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

/* sect-hero
============================================================ */
.sect-hero {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: 1366 / 552;
  background-color: #94d1d1;
}
.hero__inner {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 1310px;
  margin: 0 auto;
}
.hero__bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 118%;
  overflow: hidden;
  pointer-events: none;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  pointer-events: none;
  transform-origin: top center;
  will-change: transform;
}
.hero__logo,
.hero__text--1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: auto;
  max-width: 100%;
  height: calc(100% * 207 / 607);
  object-fit: contain;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hero__logo {
  z-index: 4;
  opacity: 1;
}
.hero__text--1 {
  opacity: 0;
}
.hero__text--2 {
  position: absolute;
  top: 50%;
  left: 3.3%;
  z-index: 3;
  display: block;
  width: auto;
  max-width: 100%;
  height: 76.4%;
  opacity: 0;
  transform: translateY(-50%);
  object-fit: contain;
  object-position: left center;
  pointer-events: none;
}
.sect-hero--reduced-motion .hero__logo,
.sect-hero--reduced-motion .hero__text--1 {
  opacity: 0;
  visibility: hidden;
}
.sect-hero--reduced-motion .hero__bg,
.sect-hero--reduced-motion .hero__text--2 {
  opacity: 1;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
}
@media screen and (max-width: 481px) {
  .sect-hero {
    height: calc(100vh - 50px - 40px);
    height: calc(100svh - 50px - 40px);
    min-height: 100svh;
    aspect-ratio: auto;
  }
  .hero__inner {
    padding: 0 12px;
  }
  .hero__bg-wrap {
    opacity: 0.5;
  }
  .hero__bg {
    object-position: 44% top;
  }
  .hero__text--2 {
    left: 4.5%;
    height: 62%;
  }
  .hero__logo,
  .hero__text--1 {
    height: calc(100% * 160 / 607);
  }
}
@media screen and (orientation: landscape) and (max-height: 500px) and (max-width: 961px) {
  .sect-hero {
    min-height: max(calc(100svh - 50px - 40px), 360px);
  }
}

/* sect-message
============================================================ */
.sect-message {
  padding: 45px 0 95px;
}
.message__lead {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.85;
  text-align: center;
  letter-spacing: 0.1px;
}
.message__rule {
  width: 100%;
  max-width: 770px;
  height: 1px;
  margin: 25px auto 20px;
  padding: 0;
  border: 0;
  background-color: #003f72;
}
.message__body {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 2.3;
  text-align: center;
  letter-spacing: 2px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-message {
    padding: 40px 0 72px;
  }
  .message__lead {
    font-size: 20px;
    line-height: 1.75;
  }
  .message__rule {
    margin: 22px auto 18px;
  }
  .message__body {
    font-size: 17px;
    line-height: 2.05;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 621px) {
  .sect-message {
    padding: 28px 0 48px;
  }
  .message__lead {
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: 0.04em;
  }
  .message__rule {
    margin: 20px auto 16px;
  }
  .message__body {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 481px) {
  .message__body {
    letter-spacing: 0.05em;
  }
}

/* sect-concept
============================================================ */
.sect-concept {
  padding: 62px 0 32px;
  background-color: #e4f2f2;
}
.concept__cols {
  display: grid;
  grid-template-columns: minmax(0, 1.075fr) minmax(0, 0.925fr);
  column-gap: 65px;
  row-gap: 48px;
  align-items: start;
  margin-top: 54px;
}
.concept__subhead {
  margin: 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.concept__subhead::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.15em;
  background-color: #003f72;
  vertical-align: -0.08em;
}
.concept__subhead + .concept__text {
  margin-top: 8px;
}
.concept__text {
  margin: 0;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.85;
  letter-spacing: 0.055em;
}
.concept__text + .concept__text {
  margin-top: 18px;
}
.concept__text + .concept__subhead {
  margin-top: 38px;
}
.concept__highlight {
  margin-top: 14px;
  padding: 10px 20px 24px;
  background-color: #fff;
}
.concept__highlight__lead {
  margin: 0;
  border-bottom: 1px solid #003f72;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.concept__highlight__lead + .concept__highlight__list {
  margin-top: 12px;
}
.concept__highlight__lead:not(:first-child) {
  margin-top: 18px;
}
.concept__highlight__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.concept__highlight__list li {
  position: relative;
  padding-left: 1.1em;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.concept__highlight__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.concept__footnote {
  margin: 13px 0 0;
  font-size: 19px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
.concept__media {
  display: flex;
  flex-direction: column;
  padding-top: 45px;
}
.concept__figure + .concept__figure {
  margin-top: 60px;
}
.concept__figure {
  margin: 0;
}
.concept__figure__img {
  display: block;
  width: 100%;
  height: auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-concept {
    padding: 40px 0 28px;
  }
  .concept__cols {
    grid-template-columns: 1fr;
    margin-top: 36px;
    row-gap: 36px;
    column-gap: 0;
  }
  .concept__main {
    width: 100%;
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
  .concept__media {
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
  }
  .concept__subhead {
    font-size: 17px;
  }
  .concept__subhead + .concept__text {
    margin-top: 6px;
  }
  .concept__text {
    font-size: 15px;
    line-height: 1.9;
  }
  .concept__text + .concept__subhead {
    margin-top: 28px;
  }
  .concept__highlight {
    margin-top: 12px;
    padding: 16px 18px 20px;
  }
  .concept__highlight__lead {
    font-size: 17px;
  }
  .concept__highlight__lead:not(:first-child) {
    margin-top: 16px;
  }
  .concept__highlight__list li {
    font-size: 15px;
    line-height: 1.75;
  }
  .concept__footnote {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.8;
  }
  .concept__media {
    padding-top: 0;
  }
  .concept__figure + .concept__figure {
    margin-top: 36px;
  }
}
@media screen and (max-width: 481px) {
  .sect-concept {
    padding: 28px 0 24px;
  }
  .concept__cols {
    margin-top: 24px;
    row-gap: 28px;
  }
  .concept__subhead {
    font-size: 16px;
    line-height: 1.45;
  }
  .concept__subhead + .concept__text {
    margin-top: 6px;
  }
  .concept__text {
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 0.04em;
  }
  .concept__text + .concept__subhead {
    margin-top: 22px;
  }
  .concept__highlight {
    margin-top: 10px;
    padding: 14px 14px 18px;
  }
  .concept__highlight__lead {
    font-size: 16px;
  }
  .concept__highlight__lead + .concept__highlight__list {
    margin-top: 10px;
  }
  .concept__highlight__lead:not(:first-child) {
    margin-top: 14px;
  }
  .concept__highlight__list li {
    font-size: 14px;
    line-height: 1.7;
  }
  .concept__footnote {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.75;
  }
  .concept__figure + .concept__figure {
    margin-top: 24px;
  }
}

/* sect-career
============================================================ */
.sect-career {
  padding: 56px 0 60px;
  background-color: #b7cddb;
}
.career__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 72px;
  align-items: center;
  justify-content: center;
  max-width: 1070px;
  margin: 70px auto 0;
}
.career__card {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.career__card__link {
  display: grid;
  min-width: 0;
  min-height: 100%;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  color: inherit;
  text-decoration: none;
}
.career__card__link:hover {
  opacity: 1;
}
.career__card__link:visited {
  color: inherit;
}
.career__card__link:focus-visible {
  outline: 3px solid #003f72;
  outline-offset: 2px;
}
.career__card__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 24px 10px;
  background-color: #003f72;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.04em;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
.career__card__body {
  margin: 0;
  padding: 45px 10px;
  background-color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.03em;
  transition: background-color 0.3s ease;
}
.career__card__link:hover .career__card__head {
  background-color: #92d1d1;
}
.career__card__link:hover .career__card__body {
  background-color: #e4f2f2;
}
.career__cta {
  margin: 76px 0 0;
  text-align: center;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-career {
    padding: 44px 0 48px;
  }
  .career__cards {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    max-width: none;
    margin-top: 48px;
  }
  .career__card {
    flex: 1 1 auto;
    width: 100%;
    max-width: 560px;
  }
  .career__card__head {
    padding: 20px 14px;
    font-size: 26px;
    line-height: 1.4;
  }
  .career__card__body {
    padding: 32px 16px;
    font-size: 18px;
    line-height: 1.8;
  }
  .career__cta {
    margin-top: 48px;
  }
}
@media screen and (max-width: 481px) {
  .sect-career {
    padding: 32px 0 40px;
  }
  .career__cards {
    gap: 28px;
    margin-top: 32px;
  }
  .career__card {
    max-width: 100%;
  }
  .career__card__head {
    padding: 16px 12px;
    font-size: 20px;
  }
  .career__card__body {
    padding: 24px 12px;
    font-size: 16px;
    line-height: 1.75;
  }
  .career__cta {
    margin-top: 36px;
  }
}
@media screen and (max-width: 365px) {
  .career__card__head {
    font-size: 18px;
  }
  .career__card__body {
    font-size: 13px;
  }
}

/* sect-company
============================================================ */
.sect-company {
  padding: 54px 0 94px;
}
.company__info {
  max-width: 820px;
  margin: 54px auto 0;
}
.company__table {
  width: 100%;
  border-collapse: collapse;
}
.company__table tbody tr {
  border-bottom: 1px solid #727171;
}
.company__table tbody tr:last-child {
  border-bottom: none;
}
.company__table th {
  width: 165px;
  padding: 24px 28px 24px 0;
  color: #222;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.45em;
  vertical-align: middle;
}
.company__table td {
  padding: 24px 0;
  font-size: 19px;
  font-weight: normal;
  line-height: 2.05;
  letter-spacing: 0.04em;
  vertical-align: top;
}
.company__table td a {
  color: inherit;
}
.company__addr-line {
  display: inline;
}
.company__map-link {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  vertical-align: top;
}
.company__map-link img {
  display: block;
  width: 24px;
  height: auto;
}
.company__qualified {
  max-width: 820px;
  margin: 75px auto 0;
}
.company__qualified__head {
  margin: 0;
  padding: 1px 20px;
  background-color: #003f72;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
}
.company__table--qualified th {
  padding: 11px 28px 11px 0;
  letter-spacing: 0.2em;
}
.company__table--qualified td {
  padding: 11px 0;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-company {
    padding: 40px 0 64px;
  }
  .company__info {
    max-width: 560px;
    margin: 40px auto 0;
  }
  .company__qualified {
    max-width: 560px;
    margin: 48px auto 0;
  }
  .company__table tbody tr {
    display: block;
  }
  .company__table th,
  .company__table td {
    display: block;
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
  .company__table th {
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 18px;
    letter-spacing: 0.24em;
    vertical-align: top;
  }
  .company__table td {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 1.85;
  }
  .company__table tbody tr:first-child th {
    padding-top: 0;
  }
  .company__map-link img {
    width: 20px;
  }
  .company__qualified__head {
    padding: 10px 16px;
    font-size: 21px;
  }
  .company__table--qualified {
    margin-top: 10px;
  }
  .company__table--qualified th {
    padding-top: 14px;
    padding-bottom: 6px;
    font-size: 17px;
  }
  .company__table--qualified td {
    padding-top: 0;
    padding-bottom: 14px;
    font-size: 17px;
  }
  .company__table--qualified tbody tr:first-child th {
    padding-top: 0;
  }
}
@media screen and (max-width: 481px) {
  .sect-company {
    padding: 28px 0 48px;
  }
  .company__info {
    margin-top: 28px;
  }
  .company__qualified {
    margin-top: 36px;
  }
  .company__table th {
    padding-top: 16px;
    font-size: 16px;
    letter-spacing: 0.18em;
  }
  .company__table tbody tr:first-child th {
    padding-top: 0;
  }
  .company__table td {
    padding-bottom: 16px;
    font-size: 15px;
    line-height: 1.8;
  }
  .company__map-link {
    margin-left: 6px;
  }
  .company__map-link img {
    width: 18px;
  }
  .company__qualified__head {
    padding: 8px 12px;
    font-size: 18px;
  }
  .company__table--qualified th {
    padding-top: 12px;
    font-size: 16px;
    letter-spacing: 0.14em;
  }
  .company__table--qualified tbody tr:first-child th {
    padding-top: 0;
  }
  .company__table--qualified td {
    padding-bottom: 12px;
    font-size: 15px;
  }
}
