@charset "UTF-8";

.sub_head {
  margin-bottom: 0px;
  background: url(../images/service/mv.webp);
  background-position: center;
  background-size: cover;
}
.content {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  font-size: 18px;
}
.bg01 {
  position: relative;
  margin: 0 auto;
  background: url(../images/concept/bg02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
h3 {
  padding: 0;
  font-size: clamp(2rem, 3vw, 40px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
h3 span {
  font-size: 2rem;
  line-height: 1;
  color: #093d27;
}
p.catch {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
p.lead {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.box01_txt h3 {
  margin-bottom: 60px;
}

h4 {
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
h5 {
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5;
}
.txt {
  line-height: 2.2;
}
.box01_txt .txt {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 1.25rem;
  }
}
.section {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0px auto 80px;
}

.section-head_content_txt {
  padding: 50px 0;
}
.section-head {
  display: flex;
  align-items: stretch;
  gap: 6%;
  padding: 0px 0;
  color: #000;
  margin-bottom: 30px;
}

.section-head_img {
  width: 37%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.section-head_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-head_content {
  flex: 1;
}

.section-head_label {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
}

.star_img {
  width: 60px;
}

.section-head_catch {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .section-head {
    flex-direction: column;
    gap: 30px;
  }
  .section-head_img {
    width: 100%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
  }
  .section-head_content_txt {
    padding: 0px 0;
  }
}

.box_ttl {
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  font-size: 1.8rem;
  color: #fff;
  background: #093d27;
  line-height: 1.5;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
}
.box_subttl {
  font-size: 1.5rem;
  color: #093d27;
  margin-bottom: 20px;
  line-height: 1.5;

  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}
@media (max-width: 1024px) {
}
.section01 {
  padding-top: 80px;
}
@media (max-width: 1024px) {
}

.box02 {
  margin: 0 auto 50px;
}
.support_box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border: 1px solid #000;
  padding: 40px;
  margin: 30px auto 30px;
}

.support_left {
  width: 65%;
}

.support_right {
  width: 35%;
}

.support_systems {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}

.support_item {
  flex: 1;
}

.support_item h5 {
  margin-bottom: 12px;
  color: #fff;
  background: #093d27;
  padding: 10px 0 10px 20px;
}

.support_images {
  display: flex;
  gap: 12px;
  margin: 0 auto 10px;
}

.support_images.two .support_image {
  width: 50%;
}

.support_image img {
  width: 100%;
  display: block;
}

.support_right img {
  width: 100%;
  display: block;
}

@media (max-width: 1024px) {
  .support_box {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }

  .support_left,
  .support_right {
    width: 100%;
  }

  .support_systems {
    flex-direction: column;
  }
}
.service_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service_card {
  padding: 20px;
  background-color: #fff;
}

.service_head {
  display: flex;
  gap: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: #000 1px solid;
}

.service_img {
  width: 48%;
  flex-shrink: 0;
}

.service_content {
  flex: 1;
}
.service_content h5 {
  color: #093d27;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: #000 1px solid;
}

.service_img img {
  width: 100%;
  display: block;
}

.service_list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.service_list li {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;

  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}

.service_list li::before {
  content: '■';
  margin-right: 0.5em;
  color: #093d27;
}

.service_card .cap {
  padding-left: 0em;
  text-indent: 0em;

  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}

@media (max-width: 1024px) {
  .service_grid {
    grid-template-columns: 1fr;
  }

  .service_head {
    flex-direction: column;
  }

  .service_img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
}
/* 全体のレイアウト（左右2カラムに並べる設定） */
.support_container {
  display: flex;
  gap: 40px; /* 左右のセクション間の余白 */
  width: 100%;
  margin: 30px auto;
}

.support_section {
  flex: 1; /* 左右均等の幅に設定 */
}

/* タイトルと下線部分の配置 */
.support_row {
  display: flex;
  align-items: center;
  margin-bottom: 10px; /* タイトルとリストの間の余白 */
}

.support_title {
  white-space: nowrap;
  margin-right: 10px; /* タイトルと線の間の余白 */

  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}

/* タイトル横の直線 */
.support_line {
  flex-grow: 1;
  border-bottom: 1px solid #000; /* 線の太さと種類 */
  height: 1px;
}

/* リスト部分の配置（横並び） */
.support_list {
  display: flex;
  flex-wrap: wrap; /* 幅が足りない場合は自動で改行 */
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px; /* 項目間の余白 */
}

/* 緑色の丸（ドット）を再現 */
.support_list li {
  display: flex;
  align-items: center;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}

.support_list li::before {
  content: '●';
  margin-right: 4px; /* ドットと文字の間の余白 */
  color: #4c572c;
}
.box02_inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.box02_img {
  width: calc((100% - 40px) / 3);
}
.box02_img .relative + p {
  font-size: 1.2rem;
  color: #093d27;
  margin-top: 10px;

  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}
@media (max-width: 1024px) {
  .support_container {
    gap: 20px; /* 左右のセクション間の余白 */
    flex-direction: column;
  }
  .box02_img {
    width: calc((100% - 20px) / 2);
  }
}
.box03_inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.left {
  width: 40%;
}
.right {
  width: 60%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.right .relative {
  width: 50%;
}
@media (max-width: 1024px) {
  .box03_inner {
    flex-direction: column-reverse;
  }
  .left {
    width: 100%;
  }
  .right {
    width: 100%;
  }
}
.box04 {
  padding-bottom: 80px;
}
/* 全体のレイアウト（横並び2列、隙間を考慮した計算） */
.box04_inner {
  display: flex;
  justify-content: space-between;
  gap: 40px 20px; /* 上下余白 40px / 左右余白 20px */
  flex-wrap: wrap;
  width: 100%;
}

/* 各アイテムの幅（2列なので 隙間1つ分 20px を引いて2分割） */
.box04_item {
  width: calc((100% - 20px) / 2);
}

/* 見出し部分のレイアウト */
.box04_row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.box04_title {
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}
.box04_title span {
  font-size: 80%;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}

.box04_line {
  flex-grow: 1;
  border-bottom: 1px solid #000;
  height: 1px;
}

/* コンテンツ部分（画像とテキストの横並び） */
.box04_body {
  display: flex;
  gap: 15px; /* 画像とテキストの間の隙間 */
}
.box04_body .relative {
  width: 50%;
}

/* テキストブロック */
.box04_text-block {
  width: 50%;
}
.box04_text-block h5 {
  padding: 10px 0 10px 10px;
  color: #fff;
  background: #093d27;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .box04_inner {
    display: flex;
    justify-content: space-between;
    gap: 60px 20px;
    flex-wrap: wrap;
    width: 100%;
  }
  .box04_item {
    width: 100%;
  }
  .box04_body {
    flex-direction: column;
  }
  .box04_body .relative {
    width: 80%;
    margin: 0 auto;
  }
  .box04_text-block {
    width: 100%;
  }
  .box04_line {
    display: none;
  }
}
