@charset "UTF-8";
/* 
==================================================
ヘッダー
==================================================
*/
.l_header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
.l_header .inner {
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
.l_header .lr {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_header .left {
  width: auto;
}
.l_header .left .logo {
  width: 320px;
}
.l_header .right {
  width: auto;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: right;
}
.l_header .right nav ul {
  display: flex;
  justify-content: right;
  gap: 12px;
}
.l_header .right nav ul li {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}
.l_header .right nav ul li::after {
  margin-left: 4.8px;
  content: "";
  display: inline-block;
  width: 10.86662px;
  height: 9.4148px;
  background-image: url(../img/header/icon-arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.l_header .right .btn {
  display: inline-block;
}
.l_header .right .btn a {
  padding: 8px 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.l_header .right .btn i {
  margin-right: 4px;
  width: 24px;
  height: 24px;
}
.l_header .right .btn i img {
  width: 100%;
  height: 100%;
}
.l_header .right .btn span {
  font-size: 1.5rem;
  color: #fff;
}

/* 
==================================================
キービジュアル
==================================================
*/
.l_kv {
  margin-top: 80px;
  position: relative;
}
.l_kv .visual {
  width: 100%;
  height: 100%;
}
.l_kv .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.l_kv .news {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
}
.l_kv .news .box .lr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_kv .news .box .lr .left {
  padding: 2.4px 0 2.4px;
  width: 230px;
  height: 100%;
}
.l_kv .news .box .lr .left .heading-gr {
  height: 100%;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 0.3em;
  color: #fff;
}
.l_kv .news .box .lr .right {
  padding: 2.4px 0 2.4px 32px;
  width: calc(100% - 230px);
  background-color: #fff;
}
.l_kv .news .box .lr .right .content-gr ul li {
  padding: 8px 0;
  display: flex;
  line-height: 1.2;
  gap: 12px;
  border-bottom: solid 1px #ddd;
}
.l_kv .news .box .lr .right .content-gr ul li:last-of-type {
  border-bottom: none;
}
.l_kv .news .box .lr .right .content-gr ul li time {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.l_kv .news .box .lr .right .content-gr ul li p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

/* 
==================================================
導入部分
==================================================
*/
.l_introduction {
  padding-top: 100px;
}
.l_introduction .heading-gr {
  text-align: center;
  margin-bottom: 40px;
}
.l_introduction .heading-gr h2 {
  font-size: 4.2rem;
  line-height: 1.7;
}
.l_introduction .desc {
  text-align: center;
  line-height: 2.2;
}

/* 
==================================================
代表挨拶
==================================================
*/
.l_message {
  padding-top: 100px;
}
.l_message .heading-gr {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.l_message .heading-gr h2 .outer {
  display: block;
}
.l_message .heading-gr h2 .outer:nth-of-type(2) .inner .txt {
  display: inline-block;
  transform: translateX(40px);
}
.l_message .heading-gr h2 .inner {
  padding: 4px 10vw 4px 12vw;
  display: inline-block;
  color: #fff;
  font-size: 4.8rem;
}
.l_message .content {
  position: relative;
  z-index: 1;
}
.l_message .content .box {
  width: 50%;
}
.l_message .content .box .name-gr {
  margin-bottom: 40px;
}
.l_message .content .box .name-gr .role {
  font-size: 2.4rem;
  letter-spacing: 0.26em;
}
.l_message .content .box .name-gr .name {
  font-size: 5rem;
  letter-spacing: 0.2em;
}
.l_message .content .box .name-gr .eng {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
.l_message .content .box .desc {
  line-height: 2.2;
}
.l_message .content .image {
  top: -84px;
  right: 0;
  position: absolute;
  width: 48.75%;
}
.l_message .content .txt-eng {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: 0;
}
.l_message .content .txt-eng img {
  width: 100%;
  height: 100%;
}

/* 
==================================================
当社について
==================================================
*/
.l_about {
  padding-top: 160px;
}
.l_about .content .block {
  margin-top: 120px;
}
.l_about .content .block h3 {
  margin-bottom: 40px;
  font-size: 4.8rem;
}
.l_about .content .block .col {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
.l_about .content .block .col .item img {
  width: 100%;
  height: 100%;
}
.l_about .content .block .icon-list ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.l_about .content .block .icon-list ul li {
  min-height: 140px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.l_about .content .block .icon-list ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-10%);
  width: 140px;
  height: 140px;
}
.l_about .content .block .icon-list ul li .icon img {
  width: 100%;
  height: 100%;
}
.l_about .content .block .icon-list ul li .txt-gr {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 80px;
  margin-left: auto;
  margin-right: 0;
  width: calc(100% - 140px + 40px);
  margin-bottom: 40px;
}
.l_about .content .block .icon-list ul li .txt-gr h4 {
  font-size: 3.2rem;
  line-height: 2.2;
}
.l_about .content .block .hd-list ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.l_about .content .block .hd-list ul li {
  display: flex;
  align-items: center;
}
.l_about .content .block .hd-list ul li .image {
  position: relative;
  width: 40%;
  aspect-ratio: 1/0.4;
}
.l_about .content .block .hd-list ul li .image > img {
  position: relative;
  z-index: 2;
}
.l_about .content .block .hd-list ul li .image .back {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.l_about .content .block .hd-list ul li .image .back img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100%;
}
.l_about .content .block .hd-list ul li .txt-gr {
  padding-left: 24px;
  width: 60%;
}
.l_about .content .block .hd-list ul li .txt-gr h4 {
  position: relative;
  margin-bottom: 12px;
  font-size: 2.8rem;
  line-height: 2.2;
}
.l_about .content .block .hd-list ul li .txt-gr h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  height: 1px;
  width: 100%;
}
.l_about .content .block .hd-list ul li .txt-gr h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
}
.l_about .content .block .hd-list ul li .txt-gr .desc {
  line-height: 2.2;
}
.l_about .content .block .desc01 {
  margin-top: 40px;
  text-align: center;
  line-height: 2.2;
}

/* 
==================================================
数字で見える化
==================================================
*/
.l_number {
  margin-top: 160px;
}
.l_number .heading {
  margin-bottom: 80px;
}
.l_number .content .num-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 6分割ベース */
  gap: 16px;
  margin: 0 auto;
  padding: 20px;
  /* 見やすいように仮スタイル（中身は後で差し替え） */
  /* ── 配置指定 ── */
  /* [1段目] 左=2/3(=4/6), 右=1/3(=2/6) */
  /* [2段目] 3等分(=2/6ずつ) */
  /* [3段目] 50% / 50%(=3/6ずつ) */
  /* SPは1列 */
}
.l_number .content .num-items .num-item {
  padding: 20px;
  min-height: 120px;
  background: #e8f5ee;
  border: 1px solid #cfe7da;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 24px;
}
.l_number .content .num-items .num-item .c-heading {
  margin-bottom: 12px;
  font-size: 3.2rem;
  line-height: 2.2;
  border-bottom: solid 1px #000;
  color: #000;
  width: 100%;
  letter-spacing: 0.1em;
  text-align: center;
}
.l_number .content .num-items .num-item .c-content .sub {
  font-size: 4rem;
  color: #000;
}
.l_number .content .num-items .num-item .c-content .num {
  margin-left: 4px;
  margin-right: 4px;
  font-size: 10rem;
  display: inline-block;
}
.l_number .content .num-items .num-item:nth-child(1) {
  grid-column: span 4;
}
.l_number .content .num-items .num-item:nth-child(2) {
  grid-column: span 2;
}
.l_number .content .num-items .num-item:nth-child(3),
.l_number .content .num-items .num-item:nth-child(4),
.l_number .content .num-items .num-item:nth-child(5) {
  grid-column: span 2;
}
.l_number .content .num-items .num-item:nth-child(6),
.l_number .content .num-items .num-item:nth-child(7) {
  grid-column: span 3;
}
@media (max-width: 768px) {
  .l_number .content .num-items .kpi-grid {
    grid-template-columns: 1fr;
  }
  .l_number .content .num-items .kpi-item {
    grid-column: 1/-1;
  }
}

/* 
==================================================
先輩インタビュー
==================================================
*/
.l_interview {
  padding: 100px 0;
}
.l_interview .heading {
  margin-bottom: 80px;
}
.l_interview .content .voice-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
.l_interview .content .voice-items li {
  width: 48.75%;
  padding: 24px 24px 40px;
  background-color: #ddd;
}
.l_interview .content .voice-items li .image {
  margin-bottom: 24px;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: red;
}
.l_interview .content .voice-items li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.l_interview .content .voice-items li .txt-gr .name-gr {
  display: flex;
  align-items: center;
  gap: 40px;
}
.l_interview .content .voice-items li .txt-gr .name-gr .role {
  font-size: 2.2rem;
}
.l_interview .content .voice-items li .txt-gr .name-gr .name {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.l_interview .content .voice-items li .txt-gr .block {
  margin-bottom: 24px;
}
.l_interview .content .voice-items li .txt-gr .block:last-of-type {
  margin-bottom: 0px;
}
.l_interview .content .voice-items li .txt-gr .block .eng-heading {
  margin-bottom: 24px;
  display: block;
  font-size: 1.8rem;
  border-bottom: solid 1px #000;
  text-align: right;
  padding-bottom: 4px;
}
.l_interview .content .voice-items li .txt-gr .block .c-heading {
  margin-bottom: 0px;
  font-size: 2rem;
  padding-bottom: 4px;
}

/* 
==================================================
よくある質問
==================================================
*/
.l_qa {
  padding: 100px 0;
  background-color: #ddd;
}
.l_qa .heading {
  margin-bottom: 80px;
}
.l_qa .content .items {
  background-color: #fff;
}
.l_qa .content .items .item {
  padding: 40px;
}
.l_qa .content .items .item .q {
  position: relative;
  padding-top: 32px;
  border-top: solid 3px #000;
}
.l_qa .content .items .item .q::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.l_qa .content .items .item .q .alpha {
  position: absolute;
  left: 0;
  top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 100px;
  text-align: center;
  font-size: 3.2rem;
  background-color: #000;
  color: #fff;
}
.l_qa .content .items .item .q h3 {
  padding-left: 132px;
  font-size: 2.4rem;
}
.l_qa .content .items .item .a {
  border-top: solid 3px;
  border-bottom: solid 3px;
  position: relative;
  margin-top: 40px;
  padding: 32px 160px 32px 100px;
  background-color: #eee;
}
.l_qa .content .items .item .a .alpha {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 100px;
  text-align: center;
  font-size: 3.2rem;
  background-color: #000;
  color: #fff;
}

/* 
==================================================
お知らせ
==================================================
*/
.l_news {
  padding: 100px 0;
}
.l_news .heading {
  margin-bottom: 80px;
}
.l_news .content .news-list {
  border-top: solid 1px;
  border-bottom: solid 1px;
  max-height: 220px;
  width: 100%;
  overflow-y: auto;
}
.l_news .content .news-list ul {
  display: flex;
  flex-direction: column;
}
.l_news .content .news-list ul li {
  padding: 24px 80px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ddd;
  gap: 40px;
}
.l_news .content .news-list ul li:last-of-type {
  border-bottom: none;
}
.l_news .content .news-list ul li time {
  width: 120px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.l_news .content .news-list ul li p {
  width: calc(100% - 120px);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

/*
==================================================
会社概要
==================================================
*/
.l_company {
  padding: 100px 0;
}
.l_company .heading {
  margin-bottom: 80px;
}
.l_company .content .col {
  display: flex;
  justify-content: space-between;
}
.l_company .content .table {
  width: 60%;
}
.l_company .content .table tbody tr th {
  vertical-align: middle;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  width: 190px;
}
.l_company .content .table tbody tr th span {
  position: relative;
  display: block;
  border-bottom: solid 1px #000;
  transform: translateY(-16px);
}
.l_company .content .table tbody tr td {
  vertical-align: top;
  padding-left: 32px;
  font-size: 1.8rem;
}
.l_company .content .table tbody tr td a {
  color: #323232;
}
.l_company .content .instagram {
  width: 40%;
}
.l_company .content .instagram .box {
  border-radius: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #eee;
  text-align: center;
  padding: 32px;
}
.l_company .content .instagram .box .c-heading {
  position: relative;
  margin-bottom: 24px;
  font-size: 2.4rem;
  line-height: 2.2;
}
.l_company .content .instagram .box .c-heading::before {
  margin-right: 6.4px;
  content: "\\";
  /* または */
}
.l_company .content .instagram .box .c-heading::after {
  margin-right: 6.4px;
  content: "/";
}
.l_company .content .instagram .box .c-content .qr {
  width: 55%;
  margin: 0 auto;
}
.l_company .content .instagram .box .c-content .qr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.l_company .content .instagram .box .c-content .desc {
  margin-top: 24px;
  font-size: 1.5rem;
}
.l_company .content .map {
  margin-top: 64px;
  margin-left: auto;
  margin-right: 0;
  width: calc(50% + 625px);
}
.l_company .content .map iframe {
  width: 100%;
}

.l_footer {
  padding: 40px 0 80px;
  position: relative;
}
.l_footer .inner .lr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l_footer .inner .lr .left {
  width: 50%;
  padding: 40px 40px 40px;
}
.l_footer .inner .lr .left .logo {
  width: 100%;
  margin-bottom: 24px;
}
.l_footer .inner .lr .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l_footer .inner .lr .left .address {
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
}
.l_footer .inner .lr .left .address a {
  color: #fff;
}
.l_footer .inner .lr .left nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.l_footer .inner .lr .left nav ul li {
  font-size: 1.6rem;
  line-height: 1;
}
.l_footer .inner .lr .left nav ul li a {
  color: #fff;
}
.l_footer .inner .lr .right {
  width: 50%;
}
.l_footer .inner .lr .right .btns {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
.l_footer .inner .lr .right .btns a {
  width: 70%;
}
.l_footer .inner .lr .right .btns a img {
  width: 100%;
  height: 100%;
}
.l_footer .copyright {
  position: absolute;
  right: 32px;
  bottom: 16px;
  font-size: 1.2rem;
  color: #fff;
}

.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 66px;
  height: 66px;
  display: inline-block;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.to-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1300px) {
  /*
  ==================================================
  会社概要
  ==================================================
  */
  .l_company .content .map {
    margin-top: 64px;
    width: calc(100% - 16px);
  }
}
@media screen and (max-width: 768px) {
  /* 
  ==================================================
  ヘッダー
  ==================================================
  */
  .l_header {
    height: 50px;
    z-index: 1000;
  }
  .l_header .inner {
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .l_header .left .logo {
    width: 240px;
    transform: translateY(4px);
  }
  .l_header .right {
    gap: 0px;
  }
  .l_header .right nav {
    position: fixed;
    z-index: 100;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s ease;
    display: block;
    padding: 32px 16px;
  }
  .l_header .right nav.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
  }
  .l_header .right nav ul {
    flex-direction: column;
    justify-content: initial;
    gap: 8px;
  }
  .l_header .right nav ul li {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #ddd;
  }
  .l_header .right nav ul li::after {
    width: 7.606634px;
    height: 6.59036px;
  }
  .l_header .right .btn {
    display: none;
  }
  .l_header .right .tel {
    position: absolute;
    right: 50px;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
  }
  .l_header .right .tel a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px;
  }
  .l_header .right .tel a img {
    width: 100%;
    height: 100%;
  }
  .l_header .right .ham {
    position: absolute;
    right: 0px;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
  }
  .l_header .right .ham span {
    position: absolute;
    left: 25%;
    height: 2px;
    width: 50%;
    background-color: #fff;
    display: block;
  }
  .l_header .right .ham span:nth-of-type(1) {
    top: 30%;
  }
  .l_header .right .ham span:nth-of-type(2) {
    top: 50%;
  }
  .l_header .right .ham span:nth-of-type(3) {
    top: 70%;
  }
  .l_header .right .ham.active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 50%;
  }
  .l_header .right .ham.active span:nth-of-type(2) {
    display: none;
  }
  .l_header .right .ham.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 50%;
  }
  /* 
  ==================================================
  キービジュアル
  ==================================================
  */
  .l_kv {
    margin-top: 50px;
  }
  .l_kv .news {
    position: initial;
    margin-top: 24px;
    bottom: 24px;
    left: 0;
  }
  .l_kv .news .box .lr {
    flex-direction: column;
  }
  .l_kv .news .box .lr .left {
    padding: 2.4px 0 2.4px;
    width: 100%;
  }
  .l_kv .news .box .lr .left .heading-gr {
    font-size: 1.5rem;
  }
  .l_kv .news .box .lr .right {
    padding: 4px 16px 4px 16px;
    width: 100%;
  }
  .l_kv .news .box .lr .right .content-gr ul li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .l_kv .news .box .lr .right .content-gr ul li time {
    font-size: 1.25rem;
  }
  .l_kv .news .box .lr .right .content-gr ul li p {
    font-size: 1.4rem;
  }
  /* 
  ==================================================
  導入部分
  ==================================================
  */
  .l_introduction {
    padding-top: 40px;
  }
  .l_introduction .heading-gr {
    margin-bottom: 24px;
  }
  .l_introduction .heading-gr h2 {
    font-size: 2.5rem;
  }
  .l_introduction .desc {
    line-height: 2;
  }
  /* 
  ==================================================
  代表挨拶
  ==================================================
  */
  .l_message {
    padding-top: 40px;
  }
  .l_message .heading-gr {
    margin-bottom: 24px;
  }
  .l_message .heading-gr h2 {
    padding-left: 0;
    padding-right: 16px;
  }
  .l_message .heading-gr h2 .outer {
    display: block;
  }
  .l_message .heading-gr h2 .outer:nth-of-type(2) .inner .txt {
    transform: translateX(0px);
  }
  .l_message .heading-gr h2 .inner {
    padding: 0px 4px 0px 4px;
    font-size: 2.2rem;
  }
  .l_message .content .box {
    margin-top: 24px;
    width: 100%;
  }
  .l_message .content .box .name-gr {
    margin-bottom: 12px;
  }
  .l_message .content .box .name-gr .role {
    font-size: 1.7rem;
  }
  .l_message .content .box .name-gr .name {
    font-size: 3.2rem;
    line-height: 1.3;
  }
  .l_message .content .box .name-gr .eng {
    font-size: 1.5rem;
  }
  .l_message .content .box .desc {
    line-height: 2;
  }
  .l_message .content .image {
    margin-top: -32px;
    margin-left: auto;
    margin-right: 0;
    position: initial;
    width: calc(100% - 16px);
  }
  .l_message .content .txt-eng {
    width: calc(100% - 16px);
    margin-left: auto;
    margin-right: 0;
  }
  /* 
  ==================================================
  当社について
  ==================================================
  */
  .l_about {
    padding-top: 80px;
  }
  .l_about .content .block {
    margin-top: 40px;
  }
  .l_about .content .block h3 {
    margin-bottom: 24px;
    font-size: 2.2rem;
    text-align: center;
  }
  .l_about .content .block .col {
    gap: 12px;
    flex-direction: column;
  }
  .l_about .content .block .col .item {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
  }
  .l_about .content .block .icon-list ul {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .l_about .content .block .icon-list ul li {
    min-height: initial;
    display: flex;
    align-items: center;
  }
  .l_about .content .block .icon-list ul li .icon {
    transform: translateY(20%);
    width: 64px;
    height: 64px;
  }
  .l_about .content .block .icon-list ul li .txt-gr {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 32px;
    width: calc(100% - 64px + 16px);
    margin-bottom: 24px;
  }
  .l_about .content .block .icon-list ul li .txt-gr h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .l_about .content .block .icon-list ul li:last-of-type {
    margin-bottom: 0px;
  }
  .l_about .content .block .icon-list ul li:last-of-type .txt-gr {
    margin-bottom: 0px;
  }
  .l_about .content .block .hd-list ul {
    gap: 24px;
  }
  .l_about .content .block .hd-list ul li {
    flex-direction: column;
  }
  .l_about .content .block .hd-list ul li .image {
    width: 100%;
  }
  .l_about .content .block .hd-list ul li .txt-gr {
    margin-top: 16px;
    padding-left: 0px;
    width: 100%;
  }
  .l_about .content .block .hd-list ul li .txt-gr h4 {
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 8px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .l_about .content .block .hd-list ul li .txt-gr .desc {
    line-height: 2;
  }
  .l_about .content .block .desc01 {
    margin-top: 24px;
    line-height: 2;
    text-align: left;
  }
  /* 
  ==================================================
  数字で見える化
  ==================================================
  */
  .l_number {
    margin-top: 40px;
  }
  .l_number .heading {
    margin-bottom: 0px;
  }
  .l_number .content .num-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 12px;
    /* 見やすいように仮スタイル（中身は後で差し替え） */
  }
  .l_number .content .num-items .num-item {
    padding: 20px;
    min-height: initial;
    font-size: 1.9rem;
  }
  .l_number .content .num-items .num-item .c-heading {
    padding-bottom: 4px;
    margin-bottom: 12px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .l_number .content .num-items .num-item .c-content .sub {
    font-size: 1.4rem;
  }
  .l_number .content .num-items .num-item .c-content .num {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 4rem;
  }
  /* 
  ==================================================
  先輩インタビュー
  ==================================================
  */
  .l_interview {
    padding: 80px 0;
  }
  .l_interview .heading {
    margin-bottom: 40px;
  }
  .l_interview .content .voice-items {
    gap: 24px 0;
  }
  .l_interview .content .voice-items li {
    width: 100%;
    padding: 24px 16px 24px;
  }
  .l_interview .content .voice-items li .image {
    margin-bottom: 16px;
  }
  .l_interview .content .voice-items li .txt-gr .name-gr {
    display: block;
    text-align: center;
  }
  .l_interview .content .voice-items li .txt-gr .name-gr .role {
    font-size: 1.6rem;
  }
  .l_interview .content .voice-items li .txt-gr .name-gr .name {
    margin-left: 8px;
    font-size: 2.2rem;
  }
  .l_interview .content .voice-items li .txt-gr .block {
    margin-bottom: 12px;
  }
  .l_interview .content .voice-items li .txt-gr .block .eng-heading {
    margin-bottom: 12px;
    display: block;
    font-size: 1.5rem;
    padding-bottom: 2.4px;
  }
  .l_interview .content .voice-items li .txt-gr .block .c-heading {
    font-size: 1.8rem;
    padding-bottom: 2.4px;
  }
  /* 
  ==================================================
  よくある質問
  ==================================================
  */
  .l_qa {
    padding: 40px 0;
  }
  .l_qa .heading {
    margin-bottom: 40px;
  }
  .l_qa .content .items .item {
    padding: 24px 16px;
  }
  .l_qa .content .items .item .q {
    padding-top: 24px;
  }
  .l_qa .content .items .item .q::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .l_qa .content .items .item .q .alpha {
    top: -2px;
    width: 45px;
    height: 45px;
    font-size: 2rem;
  }
  .l_qa .content .items .item .q h3 {
    padding-left: 58px;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .l_qa .content .items .item .a {
    margin-top: 24px;
    padding: 56px 16px 24px 16px;
    background-color: #eee;
  }
  .l_qa .content .items .item .a .alpha {
    width: 45px;
    height: 45px;
    font-size: 2rem;
  }
  /* 
  ==================================================
  お知らせ
  ==================================================
  */
  .l_news {
    padding: 80px 0 0;
  }
  .l_news .heading {
    margin-bottom: 40px;
  }
  .l_news .content .news-list {
    height: 150px;
  }
  .l_news .content .news-list ul li {
    padding: 16px 0px;
    align-items: flex-start;
    gap: 24px;
  }
  .l_news .content .news-list ul li:last-of-type {
    margin-bottom: 0px;
  }
  .l_news .content .news-list ul li time {
    font-size: 1.4rem;
    line-height: 1.7;
    width: 80px;
  }
  .l_news .content .news-list ul li p {
    font-size: 1.4rem;
    line-height: 1.7;
    width: calc(100% - 80px);
  }
  /*
  ==================================================
  会社概要
  ==================================================
  */
  .l_company {
    padding: 80px 0 40px;
  }
  .l_company .heading {
    margin-bottom: 24px;
  }
  .l_company .content .col {
    display: block;
  }
  .l_company .content .table {
    width: 100%;
    display: block;
  }
  .l_company .content .table tbody {
    display: block;
  }
  .l_company .content .table tbody tr {
    display: block;
  }
  .l_company .content .table tbody tr th {
    padding-top: 16px;
    font-size: 1.5rem;
    width: 100%;
    display: block;
    text-align: left;
  }
  .l_company .content .table tbody tr th span {
    display: block;
    width: 100%;
    transform: translateY(0px);
    padding-bottom: 8px;
  }
  .l_company .content .table tbody tr td {
    padding-top: 8px;
    padding-left: 8px;
    font-size: 1.5rem;
    display: block;
  }
  .l_company .content .instagram {
    margin-top: 40px;
    width: 100%;
  }
  .l_company .content .instagram .box {
    border-radius: 10px;
    padding: 32px;
  }
  .l_company .content .instagram .box .c-heading {
    margin-bottom: 12px;
    font-size: 2rem;
    line-height: 1.7;
  }
  .l_company .content .instagram .box .c-content .qr {
    width: 75%;
  }
  .l_company .content .instagram .box .c-content .desc {
    margin-top: 12px;
    font-size: 1.3rem;
  }
  .l_company .content .map {
    margin-top: 32px;
    width: 100vw;
    margin-left: -24px;
  }
  .l_footer {
    padding: 40px 0 40px;
  }
  .l_footer .inner .lr {
    display: block;
  }
  .l_footer .inner .lr .left {
    width: 100%;
    padding: 0;
  }
  .l_footer .inner .lr .left .logo {
    width: 100%;
    margin-bottom: 12px;
  }
  .l_footer .inner .lr .left .address {
    margin-bottom: 12px;
    font-size: 1.3rem;
  }
  .l_footer .inner .lr .left nav ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .l_footer .inner .lr .left nav ul li {
    padding: 12px 0;
    font-size: 1.3rem;
    border-bottom: solid 1px #fff;
  }
  .l_footer .inner .lr .right {
    margin-top: 24px;
    width: 100%;
  }
  .l_footer .inner .lr .right .btns {
    gap: 0px;
  }
  .l_footer .inner .lr .right .btns a {
    width: 100%;
  }
  .l_footer .inner .lr .right .btns a img {
    width: 100%;
    height: 100%;
  }
  .l_footer .copyright {
    margin-top: 16px;
    position: initial;
    width: calc(100% - 32px);
    margin-right: 24px;
    margin-left: auto;
    bottom: 16px;
    font-size: 1rem;
    text-align: center;
    display: block;
  }
  .to-top {
    width: 40px;
    height: 40px;
    display: inline-block;
    right: 12px;
    bottom: 12px;
  }
}/*# sourceMappingURL=layout.css.map */