@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
html {
  font-size: 20px;
}
@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: 'Lexend', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  color: var(--color-primary);
  line-height: 1.25 !important;
}
.entry-style .entry-text-unit h2 {
  font-size: 2.4rem;
  line-height: 1.75;
}
.entry-style .entry-text-unit h3 {
  font-size: 2rem;
  line-height: 1.5;
}
.entry-style .entry-text-unit h4 {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .entry-style .entry-text-unit h2 {
    font-size: 1.4rem;
  }
  .entry-style .entry-text-unit h3 {
    font-size: 1.2rem;
  }
  .entry-style .entry-text-unit h4 {
    font-size: 1.1rem;
  }
}

.entry-style [class^="column-table"] table{
  border: 1px solid var(--color-gray30);
}

.entry-style .entry-text-unit strong {
  font-weight: 900;
  background: linear-gradient(transparent 60%, var(--color-highlight) 60%);
  background-color: ;
}
.responsive {
  width: 100%;
  height: auto;
}

.card.is-lg .card-img-wrap {
  margin-bottom: 1em;
}
.card.is-lg .card-title {
  margin-bottom: 0.5em;
}

@media (max-width: 767px) {
  .entry-style .entry-text-unit table th,
  .entry-style .entry-text-unit table td,
  .entry-style [class^="column-table"] table th,
  .entry-style [class^="column-table"] table td{
    font-size: 0.7rem;
    padding: 0.2rem;
  }
  .entry-style .entry-text-unit table th,
  .entry-style [class^="column-table"] table th{
    background-color: #e0e6e9;
    width: 8em;
  }
}

/* full-width-image */
.full-width-image {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
}
.full-width-image img {
  max-width: 100%;
}
/* ズーム */
.splide__slide img {
  transition: 8s ease-out;
}

.splide__slide.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
}

/* スライドのサイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}

/* コンテナー */
.acms-container {
  max-width: 60rem;
}

.container-md {
  max-width: 40rem;
}

.container-sm {
  max-width: 32rem;
}

/* page-title */
.page-title-wrapper{
  height: 8rem;
}
.page-title-inner{
  padding: 2rem 0;
}
.page-title{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}
.page-title-h1{
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.25;
}
.page-title-en{
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
@media (max-width: 1024px) {
  .page-title-wrapper {
    height: 4rem;
  }
  .page-title-inner{
    padding: 2rem 0;
  }
  .page-title{
    font-size: 1.2rem;
  }
  .page-title-en{
    font-size: 0.6rem;
  }
}
.page-title-filter{
  background-color: $color-primary;
  opacity: 0.8;
}

/* table */
.entry-style [class^="column-table"] table{
  border: none;
  border-bottom: 1px solid var(--color-gray30);
}
.entry-style [class^="column-table"] table th{
  background-color: transparent;
}
.entry-style [class^="column-table"] table td{
  font-weight: normal;
}
.entry-style [class^="column-table"] table th,
.entry-style [class^="column-table"] table td{
  border-width: 0 0 1px 0;
}
@media (max-width: 767px) {
  .entry-style [class^="column-table"] table th,
  .entry-style [class^="column-table"] table td{
    font-size: 0.9rem;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}

/* header */
header.header {
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .header-wrap {
    height: auto;
  }
  header.header {
    padding: 15px 1rem;
    height: auto;
  }
}
.header-title img{
  max-width: 180px;
}
@media (max-width: 1400px) {
  .header-title img{
    max-width: 140px;
  }
}
.header-description{
  line-height: 1.4;
  margin-left: 2em;
  font-size: 0.8rem;
  color: #000;
  gap: 20px;
}
@media (max-width: 1400px) {
  .header-description{
    font-size: 0.6rem;
    margin-left: 1em;
  }
}
@media (max-width: 1400px) {
  .header-item-nav a.global-nav-link{
      font-size: 0.75rem;
      margin: 0 0.5rem;
  }
}
.header-item-nav a.global-nav-link.is-cta{
  padding: 0 15px;
}

/* footer */
.footer .acms-col-md-3{
  width: 33%;
}

.main-visual{
  padding: 0;
}
.main-visual-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 100%;
  text-align: center;
}
.main-visual-text img {
  display: block;
  max-width: 800px;
  width: 80%;
  height: auto;
  margin-left: 10%;
}
@media (max-width: 767px) {
  .main-visual-text img {
    max-width: 75%;
    margin-left: 5%;
    margin-right: auto;
  }
}
.main-visual-cv {
  position: fixed;
  bottom: 80px;
  right: 30px;
  width: 320px;
  z-index: 100;
}
@media (max-width: 767px) {
  .main-visual-cv {
    bottom: 60px;
    right: 10px;
    width: 180px;
  }
}
.main-visual-cv img {
  width: 100%;
  height: auto;
}

.point {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 80px;
  gap: 40px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .point {
    margin-top: 20px;
    gap: 10px;
  }
}
.point-item {
  text-align: center;
}
.point-item img {
  width: 100%;
}
.message {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.message-header {
  text-align: center;
}
.message-heading {
  line-height: 1;
  margin: 0;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .message-heading {
    font-size: 1rem;
  }
}
.message-heading-side {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .message-heading-side {
    font-size: 1.8rem;
  }
}
.message-lead {
  max-width: 640px;
  margin-inline: auto;
}
.message-text {
  max-width: 640px;
  margin-inline: auto;
  font-size: 0.8rem;
}
.message-btn {
  margin-top: 20px;
  text-align: center;
}

.akiya{
  padding-bottom: 100px;
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .akiya{
    padding-bottom: 0;
  }
}
.akiya a{
  transition: all 0.3s ease;
}
.akiya a:hover{
  opacity: 0.8;
}

.cta-visual {
  color: #000;
  background-color: var(--color-primary);
  padding: 20px 0;
}
.cta-visual::before{
  display: none;
}

.cta-visual-comment {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .cta-visual-comment {
    font-size: 0.8rem;
  }
}
h2.cta-visual-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  h2.cta-visual-title {
    font-size: 1.4rem;
  }
}
.cta-visual-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1160px;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
  padding: 30px 0;
  gap: 0 80px;
  overflow: hidden;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .cta-visual-inner {
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0;
  }
}
.cta-visual-inner-left {
  max-width: 50%;
  text-align: center;
}
.cta-visual-inner-left em {
  font-style: normal;
  background-color: var(--color-highlight);
  color: var(--color-text);
  padding: 0 10px;
}
.cta-visual-inner-right {
  max-width: 50%;
}
@media (max-width: 1024px) {
  .cta-visual-inner-left {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .cta-visual-inner-right {
    max-width: 100%;
    width: 100%;
    background-color: var(--color-highlight);
  }
}
.cta-visual-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cta-visual p {
  margin: 0.5em 0;
}
.cta-visual .tel a {
  display: inline-flex;
  align-items: center;
  font-size: 3rem;
  line-height: 1;
  color: var(--color-text);
  border-bottom: none;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .cta-visual .tel a {
    font-size: 1.8rem;
  }
}
.cta-visual .tel a:before{
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url(/assets/img/icon_tel.svg) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .cta-visual .tel a:before{
    width: 40px;
    height: 40px;
  }
}
.cta-visual .under {
  text-align: center;
}
.cta-visual .baloon {
  position: relative;
  display: block;
  background-color: var(--color-text);
  color: var(--color-highlight);
  border-radius: 999px;
  text-align: center;
  padding: 10px 20px;
  z-index: 1;
}
.cta-visual-read-more{
  margin-top: 0;
  text-align: left;
}
.cta-visual-read-more a {
  display: block;
  max-width: 400px;
  margin-inline: auto;
}

.reason-container {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .reason-container {
    margin-top: 20px;
  }
}
.reason-container-title {
  position: relative;
  text-align: center;
  background-color: var(--color-text);
  margin-top: 0;
  padding: 40px 20px 0;
  margin-bottom: 80px;
  max-width: 1200px;
  margin-inline: auto;
}
.reason-container-title::after{
  content: '';
  display: block;
  width: 100%;
  height: 60px;
  background-color: var(--color-text);
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
  position: absolute;
  bottom: -60px;
  left: 0;
}
.reason-container-title img {
  width: 90%;
  max-width: 600px;
  height: auto;
}
.reason-container ul {
  display: flex;
  justify-content: center;
  gap: 20px 40px;
  list-style: none;
  padding: 0;
  margin: 0 40px;
}
@media (max-width: 1024px) {
  .reason-container ul {
    flex-direction: column;
    margin: 0 20px;
  }
}
.reason-container ul li {
  width: 100%;
  padding: 0;
  max-width: 600px;
}
@media (max-width: 1024px) {
  .reason-container ul li {
    max-width: 100%;
  }
}
.reason-container ul li figure {
  margin: 0;
}
.reason-container ul li figure img {
  width: 100%;
  height: auto;
}
.reason-container ul li figure figcaption {
  font-size: 0.8rem;
  line-height: 1.5;
  margin-top: 10px;
  padding: 0 18px;
}
.reason-container-text {
  display: flex;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}
@media (max-width: 1024px) {
  .reason-container-text {
    padding: 20px;
  }
}
.reason-container-text .text {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .reason-container-text .text {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.reason-container-text .btn{
  width: 50%;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .reason-container-text .btn{
    width: 100%;
  }
}
a.c-btn {
  display: block;
  text-align: center;
  background: rgb(247, 65, 20);
  border: 4px solid rgb(255, 255, 255) !important;;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  color: var(--color-white) !important;
  padding: 20px 30px !important;
  font-size: 1.5rem !important;
  border-radius: 999px;
  text-decoration: none;
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  a.c-btn {
    font-size: 1.2rem !important;
    padding: 20px 40px !important;;
  }
}
a.c-btn:hover {
  background: rgb(189, 38, 0) !important;
  box-shadow: none !important;
  transform: translateY(0) !important;
}

a.c-btn.primary {
  background-color: var(--color-primary);
  color: var(--color-white);
}
a.c-btn.primary:hover {
  background-color: var(--color-primary-hover) !important;
}
a.c-btn.inline {
  display: inline-block;
  padding: 20px 40px !important;
}

.group-banner {
  padding: 80px 0 40px;
}
@media (max-width: 1024px) {
  .group-banner {
    padding: 40px 0;
  }
}

.about-visual {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.about-visual img {
  width: 100%;
}

.akiya-visual {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.akiya-visual img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.akiya-btn{
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  background: #0077BD;
  margin: 0 auto !important;
  padding: 40px 0;
}
.akiya-btn a{
  display: block;
  width: 80%;
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
  box-sizing: border-box;
}

.recruit-visual {
  display: block;
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
}
.recruit-visual img {
  width: 100%;
  height: auto;
}

.sitemap-list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .sitemap-list{
    flex-direction: column;
  }
}
.sitemap-list li{
  width: calc(100% / 3 - 10px);
}
@media (max-width: 1024px) {
  .sitemap-list li{
    width: 100%;
  }
}
.sitemap-list li:before{
  display: none;
}
.sitemap-list li a{
  display: block;
  color: var(--color-primary) !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid var(--color-gray30) !important;
}
.sitemap-list li a:hover{
  opacity: 0.8;
}

