@charset "UTF-8";

/* CSS Document */
/* top */
/* top_背景画像 */
.section_top {
  width: 100%;
  height: 100%;
  background-image: url(../image/top_bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

/* top_コンテンツ幅 */
.top_wrapper {
  max-width: 1260px;
  margin: 0 auto;
}

/* top_左側のコンテンツ・白背景 */
.top_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 58%;
  padding: 40px 0 80px;
  background: rgba(255, 255, 255, 0.6);
  clip-path: polygon(80px 0, 100% 0, calc(100% - 80px) 100%, 0 100%);
}

/* top_丸オレンジの並び */
.merit_content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

/* top_丸オレンジデザイン */
.merit {
  display: inline-block;
  background: linear-gradient(#f99a03 0%, #f94b04 100%);
  width: 233px;
  height: 233px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  line-height: 1.15em;
  color: #fff;
}

/* top_顧問先～フォントサイズ */
.merit_client {
  font-size: 1.68em;
}

/* top_先生の～フォントサイズ */
.merit_teacher {
  font-size: 2.31em;
}

/* top_「と」フォントサイズ */
.merit_content span {
  font-size: 2.5em;
}

/* top_どちらも叶える～フォント太さ */
.top_heading {
  font-weight: 700;
  margin-bottom: 12px;
}

/* top_どちらも叶える～下余白 */
.heading_01,
.heading_02 {
  margin-bottom: 28px;
}

/* top_どちらも叶える～フォントサイズ */
.heading_01 {
  font-size: 3.375em;
}

/* top_どちらも叶える～spanフォントサイズ */
.heading_01 span {
  font-size: 0.85em;
}

/* top_ご紹介制度～フォントサイズ */
.heading_02 {
  font-size: 2.5em;
}

/* top_ご紹介制度～spanフォントサイズ・カラー */
.heading_02 span {
  font-size: 1.1em;
  color: #f95303;
}

/* top_士業パートナー～フォントサイズ・カラー */
.top_btn_p {
  font-size: 1.5em;
  color: #f95303;
  margin-bottom: 12px;
}

/* top_人物画像_pc */
.top_image_pc {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52%;
  max-width: 852px;
}

/* top_人物画像_sp */
.top_image_sp {
  display: none;
}

@media (max-width: 1200px) {
  /* top_コンテンツ幅 */
  .top_wrapper {
    width: 92%;
  }

  /* top_左側のコンテンツ・白背景 */
  .top_content {
    width: 100%;
    padding: 40px 0 0;
  }

  /* top_人物画像_pc */
  .top_image_pc {
    display: none;
  }

  /* top_人物画像_sp */
  .top_image_sp {
    display: block;
    width: 52%;
    max-width: 852px;
  }
}
@media (max-width: 960px) {
  /* top_左側のコンテンツ・白背景 */
  .top_content {
    clip-path: polygon(50px 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
  }

  /* top_丸オレンジデザイン */
  .merit {
    width: 200px;
    height: 200px;
  }

  /* top_顧問先～フォントサイズ */
  .merit_client {
    font-size: 1.5em;
  }

  /* top_先生の～フォントサイズ */
  .merit_teacher {
    font-size: 2em;
  }

  /* top_どちらも叶える～下余白 */
  .heading_01,
  .heading_02 {
    margin-bottom: 16px;
  }

  /* top_どちらも叶える～フォントサイズ */
  .heading_01 {
    font-size: 3em;
  }

  /* top_ご紹介制度～フォントサイズ */
  .heading_02 {
    line-height: 1.4em;
  }
}

@media (max-width: 680px) {
  /* top_左側のコンテンツ・白背景 */
  .top_content {
    clip-path: none;
  }

  /* top_丸オレンジの並び */
  .merit_content {
    gap: 6px;
    margin-bottom: 32px;
  }

  /* top_丸オレンジデザイン */
  .merit {
    width: 140px;
    height: 140px;
  }

  /* top_顧問先～フォントサイズ */
  .merit_client {
    font-size: 1em;
  }

  /* top_先生の～フォントサイズ */
  .merit_teacher {
    font-size: 1.5em;
  }

  /* top_「と」フォントサイズ */
  .merit_content span {
    font-size: 1.5em;
  }

  /* top_どちらも叶える～下余白 */
  .heading_01,
  .heading_02 {
    margin-bottom: 14px;
  }

  /* top_どちらも叶える～フォントサイズ */
  .heading_01 {
    font-size: 2.6em;
    letter-spacing: 0;
  }

  /* top_ご紹介制度～フォントサイズ */
  .heading_02 {
    font-size: 2.1em;
    line-height: 1.3em;
  }

  /* top_ご紹介制度～spanフォントサイズ・カラー */
  .heading_02 span {
    font-size: 1.1em;
  }

  /* top_士業パートナー～フォントサイズ・カラー */
  .top_btn_p {
    font-size: 1.3em;
  }

  /* top_人物画像_sp */
  .top_image_sp {
    min-width: 300px;
  }
}

/* problem */
/* problem_背景色 */
.section_problem {
  background-color: #d4e5f2;
  padding-bottom: 80px;
}

/* problem_背景色 */
.problem_wrapper {
  padding-bottom: 20px;
}

/* problem_背景色 */
.problem_content_01,
.problem_content_02 {
  background-color: #fff;
}

/* problem_白ボックス下余白 */
.problem_content_01 {
  padding-bottom: 28px;
}

/* problem_白ボックス */
.problem_inner {
  max-width: 900px;
  margin: -40px auto 0;
  background-color: #fff;
  border: solid 6px #cdd8e1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 56px;
  position: relative;
}

/* problem_白ボックス内_画像 */
.problem_img_01 {
  position: absolute;
  bottom: -2px;
  right: 60px;
}

/* problem_見出し */
.problem_inner h3 {
  margin-bottom: 44px;
}

/* problem_見出し_p */
.problem_inner h3 p {
  font-size: 2.187em;
  font-weight: 500;
  margin-bottom: 24px;
}

/* problem_見出し_span */
.problem_inner h3 span {
  font-size: 1.142em;
  font-weight: 700;
}

/* problem_チェックリスト */
.problem_list {
  width: 80%;
}

/* problem_チェックリスト個別 */
.problem_list_item {
  list-style: none;
  margin-bottom: 16px;
  padding-left: 24px;
  display: flex;
  justify-content: center;
}

/* problem_チェックリスト個別_p */
.problem_list_item p {
  font-size: 1.625em;
  font-weight: 600;
  position: relative;
  padding-left: 24px;
}

/* problem_チェックリスト個別_sapn */
.problem_list_item span {
  color: #c70026;
}

/* problem_下の文章 */
.problem_p_01 {
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 24px;
}

/* problem_下の文章_sapn */
.problem_p_01 span {
  font-size: 1.09em;
}

/* problem_下の文章_コンテンツ幅 */
.problem_content_02 {
  width: 100%;
  height: 100%;
}

/* problem_下の文章_フォントサイズ */
.problem_p_02 {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 2em;
  position: relative;
}

/* problem_下の文章_赤文字 */
.problem_p_02 span {
  font-size: 1.178em;
  color: #d12f4e;
}

/* problem_下の文章_赤背景 */
.problem_p_02 strong {
  font-size: 1.178em;
  color: #fff;
  background-color: #d12f4e;
  border-radius: 10px;
  font-weight: 700;
  padding: 0 12px 2px;
}

/* problem_テキスト幅 */
.content_02_inner {
  position: relative;
  width: 780px;
  margin: 0 auto;
}

/* problem_テキスト幅_画像 */
.content_02_inner::after {
  content: "";
  position: absolute;
  background-image: url(../image/problem_img_02.png);
  background-size: cover; /* 画像を要素に合わせる */
  background-position: center; /* 中央に配置 */
  background-repeat: no-repeat;
  width: 138px;
  height: 195px;
  top: 0;
  right: -180px;
}

/* problem_青帯_テキスト */
.problem_bottom_p {
  font-size: 2em;
  color: #fff;
  font-weight: 600;
  background-color: #182e59;
  padding: 20px;
  margin-bottom: 56px;
}

/* problem_青帯_黄色文字 */
.problem_bottom_p span {
  color: #fff95f;
}

@media (max-width: 1200px) {
  /* problem_下の文章_コンテンツ下余白 */
  .problem_content_02 {
    padding-bottom: 100px;
  }

  /* problem_テキスト幅_画像 */
  .content_02_inner::after {
    top: auto;
    bottom: -210px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 960px) {
  /* problem_白ボックス */
  .problem_inner {
    width: 92%;
    padding: 36px 10px 132px;
  }

  /* problem_白ボックス内_画像 */
  .problem_img_01 {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  /* problem_見出し */
  .problem_inner h3 {
    margin-bottom: 44px;
  }

  /* problem_見出し_p */
  .problem_inner h3 p {
    font-size: 1.5em;
    letter-spacing: 0;
    margin-bottom: 16px;
    line-height: 1.3em;
  }

  .problem_inner_p {
    font-size: 1.3em !important;
  }

  /* problem_チェックリスト */
  .problem_list {
    width: 100%;
  }

  /* problem_チェックリスト個別 */
  .problem_list_item {
    padding-left: 0;
    text-align: left;
  }

  /* problem_チェックリスト個別_p */
  .problem_list_item p {
    font-size: 1.25em;
    padding-left: 10px;
  }

  .problem_list_item img {
    width: 24px;
    height: 20px;
    margin-top: 3px;
  }

  /* problem_下の文章 */
  .problem_p_01 {
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
  }

  /* problem_下の文章_コンテンツ幅 */
  .problem_content_02 {
    width: 100%;
    padding-bottom: 200px;
  }

  /* problem_下の文章_フォントサイズ */
  .problem_p_02 {
    font-size: 1.6em;
    line-height: 1.5em;
  }

  /* problem_下の文章_赤文字 */
  .problem_p_02 span {
    font-size: 1em;
    line-height: 2em;
  }

  /* problem_テキスト幅 */
  .content_02_inner {
    width: 92%;
  }

  /* problem_青帯_テキスト */
  .problem_bottom_p {
    font-size: 1.8em;
    line-height: 1.3em;
    padding: 20px 10px;
    margin-bottom: 32px;
  }
}

/* support */
/* support_背景画像 */
.section_support {
  background-image: url(../image/support_bg.png);
  background-size: cover;
  background-position: center;
}

/* support_コンテンツ幅・余白 */
.support_wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}

/* support_h3タイトル下余白 */
.support_title {
  margin-bottom: 40px;
}

/* support_h3タイトル_作って終わりじゃない */
.support_bg_num {
  position: relative;
}

/* support_h3タイトル_SUPPOT */
.support_bg_num::before {
  content: "SUPPORT";
  position: absolute;
  font-size: 9.875em;
  letter-spacing: 0;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.2);
}

/* support_h3タイトル_平行四辺形 */
.support_title_inner_01 {
  width: 450px;
  height: 46px;
  margin: 0 auto;
  padding: 8px;
  background: #d6e3ef;
  border: solid 1px #fff;
  transform: skew(-20deg);
  margin-bottom: 40px;
  z-index: 1;
}

/* support_h3タイトル_平行四辺形_テキスト */
.support_title_inner_01 p {
  font-size: 1.625em;
  font-weight: 600;
  transform: skew(20deg);
}

/* support_h3タイトル_相談から成果～ */
.support_title_inner_02 {
  font-size: 1.625em;
  color: #fff;
  font-weight: 700;
  line-height: 1.8em;
}

/* support_h3タイトル_相談から成果～_span */
.support_title_inner_02 span {
  font-size: 1.576em;
}

/* support_h3タイトル_相談から成果～_黄色文字 */
.support_title_inner_02 span .support_strong {
  font-size: 1.243em;
  color: #fff95f;
}

/* support_フロー_下余白 */
.support_system {
  margin-bottom: 50px;
}

/* support_フロー_リスト_コンテンツ幅など */
.system_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 976px;
  margin: 0 auto;
  font-size: 1.625em;
}

/* support_フロー_リスト個別 */
.system_list_item {
  list-style: none;
  width: 226px;
  border-radius: 12px;
  padding: 36px 28px;
}

/* support_フロー_リスト個別_背景色01 */
.system_list_item01 {
  background: #fdf5e5;
}

/* support_フロー_リスト個別_背景色02 */
.system_list_item02 {
  background: #ffe0a3;
}

/* support_フロー_リスト個別_背景色03 */
.system_list_item03 {
  background: #ffcb65;
}

/* support_フロー_リスト個別_背景色04 */
.system_list_item04 {
  background: #ffb119;
}

/* support_フロー_リスト個別_三角矢印 */
.system_list_item:not(:last-child) {
  position: relative;
}

/* support_フロー_リスト個別_三角矢印 */
.system_list_item:not(:last-child)::after {
  content: "";
  position: absolute;
  background-image: url(../image/support_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
  width: 12px;
  height: 50px;
}

/* support_フロー_囲み線 */
.support_border {
  max-width: 1100px;
  height: 62px;
  border: solid 3px #fff;
  border-top: none;
  margin-top: -26px;
  margin-bottom: 10px;
}

/* support_フロー_囲み線の下のテキスト */
.support_system p {
  font-size: 1.875em;
  font-weight: 700;
  color: #fff;
}

/* support_〇フロー_リスト */
.solution_list {
  max-width: 642px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

/* support_〇フロー_リスト個別 */
.solution_list_item {
  list-style: none;
}

/* support_〇フロー_リスト個別 */
.solution_list_item:not(:last-child) {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  gap: 12px;
}

/* support_〇フロー_「まで」 */
.solution_list_item_p {
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

/* support_〇フロー_リスト画像 */
.solution_list_item img {
  height: 42px;
}

/* support_〇フロー_リスト_オレンジ文字 */
.solution_list_item p {
  font-size: 1.125em;
  font-weight: 600;
  color: #f95303;
  line-height: 1.1em;
}

/* support_〇フロー_下の文章01 */
.solution_p {
  font-size: 1.875em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 48px;
}

/* support_〇フロー_下の文章01_黄色文字 */
.solution_p span {
  color: #fff95f;
}

/* support_〇フロー_下の文章02 */
.solution_p_02 {
  margin-bottom: 20px;
}

/* support_四角ブロック */
.solution_inner {
  width: 657px;
  margin: 0 auto;
  padding: 16px 0;
  background: linear-gradient(45deg, #ffffff 0%, #e1e8f4 75%, #bad2e3 100%);
  position: relative;
}

/* support_四角ブロック_枠線 */
.solution_inner::after {
  content: "";
  position: absolute;
  width: 657px;
  height: 142px;
  bottom: -20px;
  right: -20px;
  border: solid 2px #fff;
}

/* support_四角ブロック_テキスト */
.solution_inner p {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.6em;
}

/* support_四角ブロック_テキスト_赤文字 */
.solution_inner p span {
  font-size: 1.531em;
  font-weight: 700;
  color: #d12f4e;
}

@media (max-width: 1200px) {
  /* support_コンテンツ幅・余白 */
  .support_wrapper {
    width: 92%;
  }

  /* support_フロー_コンテンツ幅 */
  .support_system {
    width: 100%;
  }

  /* support_フロー_リスト_コンテンツ幅など */
  .system_list {
    width: 92%;
    font-size: 1.5em;
    letter-spacing: 0.05em;
    line-height: 1.2em;
  }

  /* support_フロー_リスト個別 */
  .system_list_item {
    width: 22%;
    padding: 24px;
  }

  /* support_フロー_リスト個別_三角矢印 */
  .system_list_item:not(:last-child)::after {
    right: -23px;
  }

  /* support_フロー_囲み線 */
  .support_border {
    height: 50px;
  }
}

@media (max-width: 960px) {
  /* support_コンテンツ幅・余白 */
  .support_wrapper {
    padding: 60px 0;
  }

  /* support_h3タイトル下余白 */
  .support_title {
    margin-bottom: 32px;
  }

  /* support_h3タイトル_SUPPOT */
  .support_bg_num::before {
    font-size: 4em;
    top: -37px;
    left: 50%;
  }

  /* support_h3タイトル_平行四辺形 */
  .support_title_inner_01 {
    width: 320px;
    height: 32px;
    margin-bottom: 28px;
    padding: 2px 0;
  }

  /* support_h3タイトル_平行四辺形_テキスト */
  .support_title_inner_01 p {
    font-size: 1.2em;
  }

  /* support_h3タイトル_相談から成果～ */
  .support_title_inner_02 {
    font-size: 1.4em;
    line-height: 1.5em;
  }

  /* support_h3タイトル_相談から成果～_span */
  .support_title_inner_02 span {
    font-size: 1.576em;
    line-height: 1.2em;
  }

  /* support_フロー_下余白 */
  .support_system {
    margin-bottom: 50px;
  }

  /* support_フロー_リスト_コンテンツ幅など */
  .system_list {
    flex-direction: column;
    width: 80%;
    font-size: 1.625em;
    gap: 28px;
  }

  /* support_フロー_リスト個別 */
  .system_list_item {
    list-style: none;
    width: 100%;
    padding: 28px;
  }

  /* support_フロー_リスト個別_三角矢印 */
  .system_list_item:not(:last-child)::after {
    top: auto;
    bottom: -40px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }

  /* support_フロー_囲み線 */
  .support_border {
    height: 56px;
  }

  /* support_〇フロー_リスト */
  .solution_list {
    width: 90%;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  /* support_〇フロー_下の文章01 */
  .solution_p {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 28px;
  }

  /* support_四角ブロック */
  .solution_inner {
    width: 92%;
    padding: 18px;
  }

  /* support_四角ブロック_枠線 */
  .solution_inner::after {
    width: 100%;
    height: 100%;
    bottom: -10px;
    right: -10px;
  }

  /* support_四角ブロック_テキスト */
  .solution_inner p {
    font-size: 1.5em;
    line-height: 1.4em;
    letter-spacing: 0.03em;
  }

  /* support_四角ブロック_テキスト_赤文字 */
  .solution_inner p span {
    font-size: 1.4em;
  }
}

/* introduction */
/* introduction_グラデーション背景 */
.section_introduction {
  background: conic-gradient(
    from 62deg at 50% 50%,
    rgba(247, 247, 247, 0.35),
    rgba(124, 124, 124, 0.35)
  );
}

/* introduction_白丸背景 */
.introduction_wrapper {
  background-image: url(../image/introduction_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 80px 0;
}

/* introduction_タイトル下の余白 */
.introduction_title {
  margin-bottom: 56px;
}

/* introduction_タイトル_青帯 */
.introduction_title_inner {
  width: 460px;
  padding: 10px 0;
  background: #182e59;
  border-radius: 12px;
  margin: 0 auto 32px;
}

/* introduction_タイトル_青帯_白文字 */
.introduction_title_inner span {
  font-size: 2.062em;
  font-weight: 700;
  color: #fff;
}

/* introduction_タイトル_「を」 */
.introduction_title p {
  font-size: 2.875em;
  font-weight: 700;
}

/* introduction_タイトル_「プラス」 */
.intro_p_01 {
  font-size: 1.326em;
  position: relative;
  z-index: 1;
}

/* introduction_タイトル_黄色下線 */
.intro_p_01::after {
  content: "";
  position: absolute;
  width: 257px;
  height: 27px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #f5f13a;
  z-index: -1;
}

/* introduction_タイトル_「生むご紹介」 */
.intro_p_02 {
  font-size: 1.173em;
}

/* introduction_コンテンツ幅 */
.introduction_inner {
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* introduction_コンテンツ_テキスト */
.introduction_inner_p {
  text-align: left;
  width: 70%;
}

/* introduction_コンテンツ_テキスト */
.introduction_inner_p p {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 16px;
  position: relative;
}

/* introduction_コンテンツ_電球 */
.introduction_inner_p p::before {
  content: "";
  position: absolute;
  background-image: url(../image/light_bulb.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px;
  left: -30px;
  width: 22px;
  height: 34px;
}

/* introduction_コンテンツ_画像 */
.introduction_inner_img {
  width: 30%;
}

/* introduction_オレンジ平行四辺形 */
.introduction_fee_01 {
  width: 1000px;
  height: 66px;
  margin: 0 auto 40px;
  padding: 16px 0;
  background: #f95303;
  border: solid 2px #fff;
  transform: skew(-16deg);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

/* introduction_オレンジ平行四辺形_テキスト */
.introduction_fee_01 p {
  display: inline-block;
  font-size: 2.125em;
  font-weight: 700;
  color: #fff;
  position: relative;
  transform: skew(16deg);
}

/* introduction_オレンジ平行四辺形_グッドアイコン */
.introduction_fee_01 p::before {
  content: "";
  position: absolute;
  background-image: url(../image/good_pose.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  width: 44px;
  height: 43px;
}

/* introduction_オレンジ平行四辺形_テキスト_黄色文字 */
.introduction_fee_01 span {
  color: #f5f13b;
}

/* introduction_灰色四角 */
.introduction_fee_02 {
  width: 820px;
  height: 120px;
  margin: 0 auto 32px;
  background: #f7f7f7;
  padding: 24px 0;
}

/* introduction_灰色四角_テキスト */
.introduction_fee_02 p {
  display: inline-block;
  font-size: 1.75em;
  text-align: left;
  line-height: 1.4em;
  position: relative;
}

/* introduction_灰色四角_お金アイコン */
.introduction_fee_02 p::before {
  content: "";
  position: absolute;
  background-image: url(../image/introduction_fee.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  width: 67px;
  height: 80px;
}

@media (max-width: 1200px) {
  /* introduction_白丸背景削除 */
  .introduction_wrapper {
    background-image: none;
    width: 92%;
    margin: 0 auto;
  }

  /* introduction_白四角背景 */
  .introduction_content {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    padding: 50px;
  }

  /* introduction_コンテンツ幅 */
  .introduction_inner {
    width: 92%;
  }

  /* introduction_オレンジ平行四辺形 */
  .introduction_fee_01 {
    width: 100%;
    height: auto;
  }

  /* introduction_オレンジ平行四辺形_テキスト */
  .introduction_fee_01 p {
    line-height: 1.2em;
  }

  /* introduction_オレンジ平行四辺形_グッドアイコン */
  .introduction_fee_01 p::before {
    left: -62px;
  }

  /* introduction_灰色四角 */
  .introduction_fee_02 {
    width: 100%;
  }

    /* introduction_オレンジ平行四辺形 */
  .introduction_fee_01 {
    width: 92%;
    height: auto;
    margin: 0 auto 32px;
    padding: 44px 16px 16px 16px;
    transform: skew(-12deg);
  }

  /* introduction_オレンジ平行四辺形_グッドアイコン */
  .introduction_fee_01 p::before {
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
  }

    /* introduction_灰色四角 */
  .introduction_fee_02 {
    width: 100%;
    height: auto;
    padding: 72px 10px 20px;
  }

  /* introduction_灰色四角_お金アイコン */
  .introduction_fee_02 p::before {
    top: -64px;
    left: 50%;
    transform: translateY(0);
    transform: translateX(-50%);
    width: 50px;
    height: 63px;
  }

    /* introduction_オレンジ平行四辺形_テキスト */
  .introduction_fee_01 p {
    font-size: 1.5em;
    line-height: 1.3em;
    transform: skew(12deg);
  }

  /* introduction_灰色四角_テキスト */
  .introduction_fee_02 p {
    font-size: 1.125em;
    text-align: left;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 960px) {
  /* introduction_白丸背景削除 */
  .introduction_wrapper {
    padding: 60px 0;
  }

  /* introduction_白四角背景 */
  .introduction_content {
    padding: 24px 16px;
  }

  /* introduction_タイトル下の余白 */
  .introduction_title {
    margin-bottom: 28px;
  }

  /* introduction_タイトル_青帯 */
  .introduction_title_inner {
    width: 100%;
    padding: 10px;
    margin: 0 auto 16px;
  }

  /* introduction_タイトル_青帯_白文字 */
  .introduction_title_inner span {
    font-size: 1.5em;
    letter-spacing: 0;
  }

  /* introduction_タイトル_「を」 */
  .introduction_title p {
    font-size: 1.9em;
    line-height: 1.6em;
    letter-spacing: 0.04em;
  }

  /* introduction_タイトル_黄色下線 */
  .intro_p_01::after {
    width: 167px;
    height: 18px;
  }

  /* introduction_タイトル_「生むご紹介」 */
  .intro_p_02 {
    font-size: 1.173em;
  }

  /* introduction_コンテンツ幅 */
  .introduction_inner {
    width: 100%;
    flex-direction: column;
  }

  /* introduction_コンテンツ_テキスト */
  .introduction_inner_p {
    width: 100%;
    padding-left: 28px;
  }

  /* introduction_コンテンツ_テキスト */
  .introduction_inner_p p {
    font-size: 1.2em;
  }

  /* introduction_コンテンツ_電球 */
  .introduction_inner_p p::before {
    top: 1px;
    left: -24px;
    width: 18px;
    height: 30px;
  }

  /* introduction_コンテンツ_画像 */
  .introduction_inner_img {
    width: 80%;
  }


}

/* flow */
/* flow_背景色 */
.section_flow {
  background: #fdf5e5;
}

/* flow_コンテンツ幅 */
.flow_wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}

/* flow_人物画像 */
.flow_img {
  position: absolute;
  width: 440px;
  bottom: 0;
  right: -170px;
  z-index: 2;
}

/* flow_タイトル下の余白 */
.flow_title {
  text-align: center;
  margin-bottom: 56px;
}

/* flow_タイトル_握手アイコン */
.flow_title img {
  width: 112px;
  margin-bottom: 12px;
}

/* flow_タイトル_青帯 */
.flow_title_inner_01 {
  background: #182e59;
  width: 224px;
  padding: 4px;
  border-radius: 100px;
  margin: 0 auto 20px;
}

/* flow_タイトル_青帯_テキスト */
.flow_title_inner_01 span {
  font-size: 1.812em;
  font-weight: 700;
  color: #fff;
}

/* flow_タイトル_テキスト */
.flow_title_inner_02 {
  font-size: 2.375em;
  font-weight: 700;
  line-height: 1.6em;
}

/* flow_タイトル_テキスト */
.flow_title_inner_02 .flow_title_span_01 {
  font-size: 1.394em;
}

/* flow_タイトル_テキスト */
.flow_title_inner_02 .flow_title_span_02 {
  font-size: 1.394em;
  position: relative;
  z-index: 1;
}

/* flow_タイトル_テキスト_黄色下線 */
.flow_title_inner_02 .flow_title_span_02::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 17px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #f5f13a;
  z-index: -1;
}

/* flow_リスト */
.flow_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px; /* li同士の余白 */
  list-style: none;
  padding: 0;
  margin-bottom: 80px;
}

/* flow_リスト個別 */
.flow_list_item {
  width: 880px;
  min-height: 115px;
  background: #fff;
  position: relative;
}

/* flow_リスト_STEP01～04 */
.flow_number {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 98px;
  height: 115px;
  background: #fff;
  padding: 17px;
}

/* 奇数番目（1,3,...）は左寄せ */
.flow_number_01 {
  top: -50px;
  left: 0;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 1);
}

/* 偶数番目（2,4,...）は右寄せ */
.flow_number_02 {
  top: -50px;
  right: 0;
  box-shadow: -4px 4px 0 rgba(0, 0, 0, 1);
}

/* flow_リスト_STEP */
.flow_number_top {
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0;
}

/* flow_リスト_01～04 */
.flow_number_bottom {
  font-size: 3.625em;
  font-weight: 700;
  letter-spacing: 0;
}

/* flow_リスト_テキスト */
.flow_list_item p {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.4em;
  text-align: left;
}

/* 奇数番目（1,3,...）は左寄せ */
.flow_list_item:nth-child(odd) {
  align-self: flex-start;
  text-align: left;
  padding: 24px 48px 24px 130px;
}

/* 偶数番目（2,4,...）は右寄せ */
.flow_list_item:nth-child(even) {
  align-self: flex-end;
  text-align: right;
  padding: 24px 130px 24px 48px;
}

/* flow_下コンテンツ */
.flow_inner {
  position: relative;
  z-index: 1;
}

/* flow_下コンテンツ_INTRODUCE */
.flow_inner::before {
  content: "INTRODUCE";
  position: absolute;
  font-size: 9.875em;
  font-weight: 700;
  letter-spacing: 0;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 221, 128, 0.25);
  z-index: -1;
}

/* flow_下コンテンツ_オレンジ帯 */
.flow_inner_p_01 {
  display: inline-block;
  height: auto;
  font-size: 1.875em;
  font-weight: 600;
  color: #fff;
  padding: 16px 80px;
  background: #f95a04;
  position: relative;
}

/* flow_下コンテンツ_オレンジ帯_黄色文字 */
.flow_inner_p_01 span {
  color: #fff95f;
}

/* flow_下コンテンツ_オレンジ帯_枠線 */
.flow_inner_p_01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  right: -10px;
  border: solid 2px #f95a04;
}

/* flow_下コンテンツ_テキスト */
.flow_inner_p_02 {
  font-size: 1.75em;
  font-weight: 600;
  color: #f85103;
  margin: 40px 0 24px;
}

@media (max-width: 1400px) {
  /* flow_セクション下の余白 */
  .section_flow {
    margin-bottom: -5px;
  }
  .flow_wrapper {
    padding: 80px 0 0;
  }
  /* flow_人物画像 */
  .flow_img {
    position: static;
    margin-top: 24px;
  }
}

@media (max-width: 1200px) {
  /* flow_コンテンツ幅 */
  .flow_wrapper {
    width: 92%;
  }

  /* flow_タイトル下の余白 */
  .flow_title {
    text-align: center;
    margin-bottom: 56px;
  }

  /* flow_タイトル_テキスト */
  .flow_title_inner_02 .flow_title_span_01 {
    font-size: 1.3em;
  }

  /* flow_タイトル_テキスト */
  .flow_title_inner_02 .flow_title_span_02 {
    font-size: 1.3em;
  }

  /* flow_タイトル_テキスト_黄色下線 */
  .flow_title_inner_02 .flow_title_span_02::after {
    width: 540px;
  }

  /* flow_リスト */
  .flow_list {
    gap: 72px;
  }

  /* flow_リスト個別 */
  .flow_list_item {
    width: 100%;
  }
}

@media (max-width: 960px) {
  /* flow_コンテンツ幅 */
  .flow_wrapper {
    padding: 60px 0 0;
  }

  /* flow_タイトル_握手アイコン */
  .flow_title img {
    width: 72px;
    margin-bottom: 10px;
  }

  /* flow_タイトル_青帯 */
  .flow_title_inner_01 {
    width: 224px;
    margin: 0 auto 20px;
  }

  /* flow_タイトル_青帯_テキスト */
  .flow_title_inner_01 span {
    font-size: 1.6em;
  }

  /* flow_タイトル_テキスト */
  .flow_title_inner_02 {
    font-size: 1.5em;
    letter-spacing: 0.01em;
  }

  /* flow_タイトル_テキスト */
  .flow_title_inner_02 .flow_title_span_01 {
    font-size: 1.2em;
  }

  /* flow_タイトル_テキスト */
  .flow_title_inner_02 .flow_title_span_02 {
    font-size: 1.2em;
  }

  /* flow_タイトル_テキスト_黄色下線 */
  .flow_title_inner_02 .flow_title_span_02::after {
    width: 310px;
    height: 15px;
    bottom: -3px;
  }

  /* flow_リスト */
  .flow_list {
    gap: 48px;
    margin-bottom: 80px;
  }

  /* flow_リスト個別 */
  .flow_list_item {
    min-height: 64px;
  }

  /* flow_リスト_STEP01～04 */
  .flow_number {
    gap: 0;
    width: 60px;
    height: 60px;
    padding: 0 0 7px;
    justify-content: center;
    align-items: center;
  }

  /* 奇数番目（1,3,...）は左寄せ */
  .flow_number_01 {
    top: -33px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 1);
  }

  /* 偶数番目（2,4,...）は右寄せ */
  .flow_number_02 {
    top: -33px;
    right: 0;
    box-shadow: -3px 3px 0 rgba(0, 0, 0, 1);
  }

  /* flow_リスト_STEP */
  .flow_number_top {
    font-size: 1em;
  }

  /* flow_リスト_01～04 */
  .flow_number_bottom {
    font-size: 2em;
  }

  /* flow_リスト_テキスト */
  .flow_list_item p {
    font-size: 1.125em;
    line-height: 1.6em;
    letter-spacing: 0.04em;
    font-weight: 500;
  }

  /* 奇数番目（1,3,...）は左寄せ */
  .flow_list_item:nth-child(odd) {
    padding: 44px 24px 20px 24px;
  }

  /* 偶数番目（2,4,...）は右寄せ */
  .flow_list_item:nth-child(even) {
    text-align: left;
    padding: 44px 24px 20px 24px;
  }

  /* flow_下コンテンツ_INTRODUCE */
  .flow_inner::before {
    font-size: 3.6em;
    top: -37px;
  }

  /* flow_下コンテンツ_オレンジ帯 */
  .flow_inner_p_01 {
    font-size: 1.75em;
    padding: 16px 28px;
    line-height: 1.3em;
  }

  /* flow_下コンテンツ_テキスト */
  .flow_inner_p_02 {
    font-size: 1.3em;
    margin: 32px 0 24px;
    line-height: 1.3em;
    letter-spacing: 0.06em;
  }
}

/* results */
/* results_背景色 */
.section_results {
  background: linear-gradient(-38deg, #ddefff 0%, #a7bede 50%, #ffffff 100%);
}

/* results_コンテンツ幅 */
.results_wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}

/* results_背景文字 */
.results_title {
  position: relative;
  z-index: 1;
}

/* results_背景文字デザイン */
.results_title::before {
  content: "CASE STUDY";
  position: absolute;
  width: 100%;
  font-size: 9em;
  font-weight: 700;
  letter-spacing: 0;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

/* results_リスト */
.results_list {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

/* results_リスト個別 */
.results_list_item {
  list-style: none;
  width: 48%;
  background: #fff;
  border-radius: 20px;
  border: solid 6px #cdd8e1;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 48px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

/* results_case1・case2 */
.results_list_num {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  background: #182e59;
  width: 242px;
  padding: 6px 0 8px;
  border-radius: 100px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

/* results_h4 */
.results_list_item h4 {
  font-size: 1.875em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* results_h4_端の斜線 */
.results_list_item h4::before,
.results_list_item h4::after {
  content: "";
  display: inline-block;
  align-items: center;
  width: 2px;
  height: 30px;
  background: #182e59;
  transform: rotate(24deg);
  margin: 0 30px;
}

/* results_左リスト_p */
.results_list_p {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.6em;
}

/* results_リスト画像 */
.results_list_item img {
  width: 328px;
}

/* results_右リスト_before_after_リスト */
.case02_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* results_右リスト_before_after_リスト個別 */
.case02_list_item {
  list-style: none;
  border: solid 1px #182e59;
}

/* results_右リスト_beforeサイズ */
.case02_list_item:first-child {
  width: 30%;
  position: relative;
}

/* results_右リスト_before_矢印 */
.case02_list_item:first-child::after {
  content: "";
  position: absolute;
  background-image: url(../image/case_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
}

/* results_右リスト_afterサイズ */
.case02_list_item:last-child {
  width: 60%;
}

/* results_右リスト_before_after */
.case02_num {
  display: inline-block;
  width: 100%;
  padding: 4px;
  background: #182e59;
  font-size: 0.875em;
  font-weight: 600;
  color: #fff;
}

/* results_右リスト_before_after_p_ボックス */
.case02_p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 110px;
}

/* results_右リスト_before_after_p */
.case02_p p {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.4em;
}

@media (max-width: 1200px) {
  /* results_コンテンツ幅 */
  .results_wrapper {
    width: 92%;
  }

  /* results_背景文字 */
  .results_title {
    position: relative;
    z-index: 1;
  }

  /* results_リスト */
  .results_list {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  /* results_リスト個別 */
  .results_list_item {
    width: 80%;
  }
}

@media (max-width: 960px) {
  /* results_コンテンツ幅 */
  .results_wrapper {
    padding: 60px 0;
  }

  /* results_背景文字デザイン */
  .results_title::before {
    font-size: 3.4em;
    line-height: 0.8em;
    top: -37px;
  }

  /* results_リスト個別 */
  .results_list_item {
    width: 100%;
    padding: 40px 24px 32px;
    gap: 24px;
  }

  /* results_case1・case2 */
  .results_list_num {
    font-size: 1em;
    font-weight: 700;
    width: 220px;
  }

  /* results_h4 */
  .results_list_item h4 {
    font-size: 1.5em;
  }

  /* results_h4_端の斜線 */
  .results_list_item h4::before,
  .results_list_item h4::after {
    height: 26px;
    margin: 0 24px;
  }

  /* results_左リスト_p */
  .results_list_p {
    font-size: 1em;
  }

  /* results_リスト画像 */
  .results_list_item img {
    width: 80%;
  }

  /* results_右リスト_before_after_リスト */
  .case02_list {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  /* results_右リスト_beforeサイズ */
  .case02_list_item:first-child {
    width: 80%;
  }

  /* results_右リスト_before_矢印 */
  .case02_list_item:first-child::after {
    top: auto;
    bottom: -42px;
    transform: translate(-50%, 0) rotate(90deg);
    right: auto;
    left: 50%;
  }

  /* results_右リスト_afterサイズ */
  .case02_list_item:last-child {
    width: 80%;
  }

  /* results_右リスト_before_after_p_ボックス */
  .case02_p {
    padding: 18px 12px;
    height: auto;
  }
}

/* FAQ */
/* FAQ_company_背景画像 */
.faq_company_wrapper {
  position: relative;
}

/* FAQ_company_背景画像 */
.faq_company_wrapper::before {
  content: "";
  position: absolute;
  top: 31%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../image/handshake_img.jpg) no-repeat center/contain;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

/* FAQ_company_背景画像 */
.section_faq,
.section_company,
.section_contact {
  position: relative;
  z-index: 1;
}

/* FAQ_コンテンツ幅 */
.section_faq {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
}

/* FAQ_握手画像 */
.section_faq::before {
  content: "";
  position: absolute;
  background-image: url(../image/handshake_img.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

/* FAQ_コンテンツ幅 */
.faq_wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}

/* FAQ_リスト */
.faq_list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-bottom: 70px;
}

/* FAQ_リスト個別 */
.faq_list_item {
  text-align: left;
  background: #f8fcff;
  border-radius: 20px;
  padding: 36px 110px;
}

/* FAQ_質問フォント */
.faq_q {
  font-size: 1.375em;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

/* FAQ_Q&Aアイコン */
.faq_q::before,
.faq_a::before {
  text-align: center;
  position: absolute;
  font-weight: 700;
  color: #fff;
  width: 35px;
  height: 35px;
  top: -4px;
  left: -50px;
  line-height: 35px;
  border-radius: 50%;
}

/* FAQ_Qアイコン */
.faq_q::before {
  content: "Q";
  font-size: 0.863em;
  background: linear-gradient(#65ade0 0%, #255cb3 100%);
}

/* FAQ_Aアイコン */
.faq_a::before {
  content: "A";
  font-size: 1.187em;
  background: linear-gradient(#f99a03 0%, #f94b04 100%);
}

/* FAQ_回答フォント */
.faq_a {
  font-weight: 400;
  color: #363636;
  line-height: 1.75em;
  position: relative;
}

@media (max-width: 1200px) {
  /* FAQ_コンテンツ幅 */
  .faq_wrapper {
    width: 92%;
  }

  .faq_company_wrapper::before {
    top: 31%;
  }
}

@media (max-width: 960px) {
  /* FAQ_company_背景画像 */
  .faq_company_wrapper::before {
    top: 25%;
  }

  /* FAQ_コンテンツ幅 */
  .faq_wrapper {
    padding: 60px 0;
  }

  /* FAQ_リスト */
  .faq_list {
    margin-bottom: 40px;
  }

  /* FAQ_リスト個別 */
  .faq_list_item {
    padding: 24px 24px 24px 60px;
  }

  /* FAQ_質問フォント */
  .faq_q {
    font-size: 1.2em;
    margin-bottom: 28px;
    letter-spacing: 0.04em;
    line-height: 1.6em;
  }

  /* FAQ_Q&Aアイコン */
  .faq_q::before,
  .faq_a::before {
    width: 28px;
    height: 28px;
    top: 0;
    left: -40px;
    line-height: 28px;
  }

  /* FAQ_回答フォント */
  .faq_a {
    line-height: 1.6em;
    letter-spacing: 0.05em;
  }
}

/* contact */
.section_contact {
  padding: 80px 0;
  background: linear-gradient(-38deg, rgba(221, 239, 255, 0.6) 0%, rgba(167, 190, 222, 0.6) 50%, rgba(255, 255, 255, 0.6) 100%);
  

}

/* company */
/* company_背景色 */
.section_company {
  background: rgba(255, 241, 214, 0.6);
}

/* company_コンテンツ幅 */
.company_wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}

/* company_h3_フォントサイズ */
.company_wrapper h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.75em;
  font-weight: 600;
  margin-bottom: 70px;
  color: #363636;
}

/* company_h3_ロゴ画像 */
.company_wrapper h3 img {
  width: 326px;
  margin-bottom: 28px;
}

/* company_会社概要_コンテンツ幅 */
.company_content {
  width: 100%;
  border-radius: 0 20px 20px 20px;
  background: #fff;
  position: relative;
}

/* company_会社概要_タイトル */
.company_content h4 {
  position: absolute;
  top: -50px;
  left: 0;
  width: 260px;
  height: 50px;
  background: #fff;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  font-size: 1.75em;
  font-weight: 600;
  color: #363636;
}

/* company_会社概要_中のコンテンツ幅 */
.company_inner {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
}

/* company_会社概要_上のリスト */
.inner_top {
  display: flex;
  justify-content: space-between;
}

/* company_会社概要_上のリスト_左側 */
.inner01_list {
  width: 78%;
  display: flex;
  flex-direction: column;
  gap: 36px;
  color: #363636;
}

/* company_会社概要_上のリスト_左側 */
.inner01_list dl {
  display: flex;
}

/* company_会社概要_dt */
.inner01_list dt,
.inner_bottom dt {
  width: 84px;
  text-align: center;
}

/* company_会社概要_上のリスト_左側_p */
.inner01_list dt p,
.inner_bottom dt p {
  display: inline-block;
  width: 98px;
  font-size: 0.937em;
  font-weight: 400;
  letter-spacing: 0.08em;
  border-bottom: solid 5px #f7b301;
}

/* company_会社概要_dd */
.inner01_list dd,
.inner_bottom dd {
  text-align: left;
  margin-left: 36px;
  font-weight: 400;
  line-height: 1.75em;
  letter-spacing: 0.08em;
}

/* company_会社概要_上のリスト_右の画像 */
.inner02_list {
  width: 20%;
}

/* company_会社概要_下のリスト */
.inner_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 36px;
  color: #363636;
}

/* company_会社概要_下のリスト */
.inner_bottom dl {
  display: flex;
  width: 48%;
}

/* company_会社概要_下のリスト_リンク */
.inner_bottom dd a {
  color: #363636;
  transition: color 0.2s;
}

.inner_bottom dd a:hover {
  color: #f7b301;
}

@media (max-width: 1200px) {
  /* company_コンテンツ幅 */
  .company_wrapper {
    width: 92%;
  }

  /* company_h3_フォントサイズ */
  .company_wrapper h3 {
    margin-bottom: 100px;
  }

  /* company_会社概要_中のコンテンツ幅 */
  .company_inner {
    gap: 36px;
  }

  /* company_会社概要_下のリスト */
  .inner_bottom {
    flex-direction: column;
  }

  /* company_会社概要_下のリスト */
  .inner_bottom dl {
    width: 100%;
  }
}

@media (max-width: 960px) {
  /* company_コンテンツ幅 */
  .company_wrapper {
    padding: 60px 0;
  }

  /* company_h3_フォントサイズ */
  .company_wrapper h3 {
    letter-spacing: 0.04em;
    margin-bottom: 80px;
  }

  /* company_h3_ロゴ画像 */
  .company_wrapper h3 img {
    width: 280px;
  }

  /* company_会社概要_タイトル */
  .company_content h4 {
    top: -40px;
    width: 180px;
    height: 40px;
    background: #fff;
    padding: 16px 16px 0 16px;
    font-size: 1.4em;
  }

  /* company_会社概要_中のコンテンツ幅 */
  .company_inner {
    padding: 32px 0;
    gap: 28px;
  }

  /* company_会社概要_上のリスト */
  .inner_top {
    flex-direction: column-reverse;
    gap: 24px;
  }

  /* company_会社概要_上のリスト_左側 */
  .inner01_list {
    width: 100%;
    gap: 28px;
  }

  /* company_会社概要_上のリスト_左側 */
  .inner01_list dl {
    flex-direction: column;
    gap: 12px;
  }

  /* company_会社概要_dd */
  .inner01_list dd,
  .inner_bottom dd {
    margin-left: 0;
  }

  /* company_会社概要_上のリスト_右の画像 */
  .inner02_list {
    width: 80%;
    margin: 0 auto;
  }

  /* company_会社概要_下のリスト */
  .inner_bottom {
    gap: 28px;
  }

  /* company_会社概要_下のリスト */
  .inner_bottom dl {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
}
