@charset "UTF-8";
/* CSS Document */

/* ============================================================
   共通ベーススタイル
   このファイルは毎年共通で使用するスタイルです。
   年度固有のスタイルは asset/{年度}/style.css に記述してください。

   note: 2026年度のcommon/style.cssのみ変更差分が多いため共通ファイルから個別ファイル化しました。
   ============================================================ */


/* フォント定義
----------------------------------------------- */
@font-face {
  font-family: 'BarlowCondensed';
  font-style: normal;
  font-weight: 700;
  src: url("../font/BarlowCondensed-Bold.ttf") format("opentype");
}

@font-face {
  font-family: 'BarlowCondensed';
  font-style: normal;
  font-weight: 600;
  src: url("../font/BarlowCondensed-SemiBold.ttf") format("opentype");
}

@font-face {
  font-family: 'BarlowCondensed';
  font-style: normal;
  font-weight: 500;
  src: url("../font/BarlowCondensed-Medium.ttf") format("opentype");
}

@font-face {
  font-family: 'BarlowCondensed';
  font-style: normal;
  font-weight: 400;
  src: url("../font/BarlowCondensed-Regular.ttf") format("opentype");
}


/* ベース
----------------------------------------------- */
.upg_irnavi_con {
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-feature-settings: "palt";
  color: #333;
  letter-spacing: 0.5px;
}

.upg_irnavi_con img {
  width: 100%;
  vertical-align: bottom;
}

.upg_irnavi_con .pagetop {
  position: absolute;
  bottom: 0;
  right: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #1E1E84;
}

.upg_irnavi_con .pagetop a {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .upg_irnavi_con .pagetop {
    bottom: 0;
    right: 15px;
    width: 50px;
    height: 50px;
  }

  .upg_irnavi_con .pagetop a {
    font-size: 12px;
  }
}


/* FVエリア
----------------------------------------------- */
.fv_area .inner {
  width: 100%;
}

.fv_area .inner .pc {
  position: relative;
}

.fv_area .inner .pc .txt_img {
  position: absolute;
  top: calc(50% - 72px);
  left: calc(50% - 500px);
  width: 1000px;
}

.fv_area .inner .pc .txt_img img {
  max-width: 300px;
}

.fv_area .inner .sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .fv_area .inner .pc {
    display: none;
  }

  .fv_area .inner .sp {
    display: block;
  }
}


/* ページ内ナビ
----------------------------------------------- */
.pglink_con {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.pglink_con li {
  width: 100%;
  border: 1px solid #1E1E84;
}

.pglink_con li:nth-of-type(2) {
  border-left: none;
  border-right: none;
}

.pglink_con li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}

.pglink_con li a span {
  display: block;
  width: 100%;
  color: #2b4c76;
  font-size: 14px;
  transition: .5s;
}

.pglink_con li a:hover {
  background: #1E1E84;
  color: #FFF;
}

.pglink_con li a:hover span {
  color: #FFF;
  transition: .5s;
}

@media screen and (max-width: 1000px) {
  .pglink_con {
    flex-wrap: wrap;
  }

  .pglink_con li {
    border-left: none;
    border-right: none;
  }

  .pglink_con li:nth-of-type(2) {
    border-top: none;
    border-bottom: none;
  }

  .pglink_con li a {
    font-size: 15px;
  }
}


/* 共通見出しスタイル
----------------------------------------------- */
.common_con h2 {
  max-width: 1000px;
  color: #1E1E84;
  font-family: 'BarlowCondensed';
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 2px;
}

@media screen and (max-width: 1000px) {
  .common_con h2 {
    width: 90%;
    font-size: 40px;
    letter-spacing: 0;
  }
}


/* s_01 トップインタビュー
----------------------------------------------- */
.common_con.s_01 h2 {
  position: relative;
  margin: 80px auto;
  line-height: 1.2;
}

.common_con.s_01 h2::after {
  content: "トップインタビュー";
  padding-left: 5px;
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 16px;
}

.common_con.s_01 h2 span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 37px;
  margin-left: 12px;
  margin-bottom: 15px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  z-index: 1;
}

.common_con.s_01 h2 span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1E1E84;
  transform: skewX(-20deg);
  z-index: -1;
}

.common_con.s_01 .s-out_img {
  max-width: 1000px;
  margin: 0 0 0 auto;
}

.top_interview_area {
  margin-top: -350px;
  padding: 430px 0 100px;
  background: #dddddd;
}

.top_interview_area .top_interview_in {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.top_interview_area .top_interview_in h3 {
  margin: 0 0 50px;
  color: #1E1E84;
  font-size: 24px;
  line-height: 1.7;
}

.top_interview_area .top_interview_in h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  margin: 10px 0 0;
  background: #2b6a80;
}

.top_interview_area .top_interview_in h4 {
  margin: 0 0 15px;
  color: #1E1E84;
  font-size: 18px;
}

.top_interview_area .top_interview_in p {
  margin-bottom: 30px;
  text-align: justify;
  line-height: 2;
}

.top_interview_area .top_interview_in p.last-paragraph {
  margin-bottom: 120px;
}

.top_interview_area .top_interview_in .d_flex_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}

.top_interview_area .top_interview_in .d_flex_box .img {
  width: 450px;
}

.top_interview_area .top_interview_in .d_flex_box .ttl {
  width: 480px;
}

.top_interview_in.box07 h3 {
  margin: 40px 0 50px;
  text-align: center;
}

.top_interview_in.box07 h3::after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
}

.top_interview_in.box07 .qr_box {
  max-width: 435px;
  width: 100%;
  margin: 40px auto;
  padding: 20px;
  display: flex;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(132, 132, 132, 0.5);
}

.top_interview_in.box07 .qr_box .qr_img {
  width: 85px;
}

.top_interview_in.box07 .qr_box .twitter_box {
  margin-left: 15px;
  padding: 5px 0 0;
  color: #1E1E84;
}

.top_interview_in.box07 .qr_box .twitter_box .ttl_01 {
  font-size: 16px;
  line-height: 1.2;
}

.top_interview_in.box07 .qr_box .twitter_box .ttl_02 {
  margin: 5px 0 10px;
  font-size: 15px;
  line-height: 1;
}

.top_interview_in.box07 .qr_box .twitter_box .link a {
  color: #1E1E84;
  font-size: 14px;
}

.top_interview_in.box07 .qr_box .twitter_box .link a:hover {
  opacity: .5;
}

.top_interview_in.box07 .qr_box p {
  margin: 0;
}

.introduction_box {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  margin: 80px auto;
}

.introduction_box .img {
  width: 440px;
}

.introduction_box .career_box {
  color: #1E1E84;
  font-weight: bold;
}

.introduction_box .career_box .name {
  font-size: 25px;
  line-height: 1;
}

.introduction_box .career_box .position {
  margin: 5px 0 10px;
  font-size: 14px;
}

.introduction_box .career_box .ryaku {
  position: relative;
  margin: 0 0 5px;
  font-size: 14px;
}

.introduction_box .career_box .ryaku::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 1px;
  background: #dddddd;
}

.introduction_box .career_box .ryaku span {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  background: #FFF;
  z-index: 1;
}

.introduction_box .career_col {
  width: 445px;
  font-weight: 100;
}

.introduction_box .career_col ul {
  display: flex;
  margin: 0 0 3px;
  color: #1E1E84;
  font-size: 14px;
  line-height: 1.5;
}

.introduction_box .career_col ul li.ad {
  width: 100px;
}

.introduction_box .career_col ul li.career {
  width: 345px;
  font-weight: 100;
  line-height: 1.3;
}

@media screen and (max-width: 1000px) {
  .common_con.s_01 h2 {
    position: relative;
    margin: 30px auto;
    line-height: 1.2;
    text-align: center;
  }

  .common_con.s_01 h2::after {
    padding-left: 0;
    font-size: 15px;
  }

  .common_con.s_01 h2 span {
    width: 95px;
    height: 30px;
    margin: 0 auto;
    font-size: 13px;
  }

  .common_con.s_01 h2 span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewX(-25deg);
  }

  .common_con.s_01 .s-out_img {
    max-width: 1000px;
    margin: 0 auto;
  }

  .top_interview_area {
    margin-top: 0;
    padding: 30px 0 40px;
  }

  .top_interview_area .top_interview_in {
    max-width: 90%;
    margin: 0 auto 60px;
  }

  .top_interview_area .top_interview_in h3 {
    margin: 30px 0;
    font-size: 18px;
  }

  .top_interview_area .top_interview_in h4 {
    margin: 0 0 10px;
    font-size: 14px;
  }

  .top_interview_area .top_interview_in p {
    margin-bottom: 20px;
    line-height: 1.7;
  }

  .top_interview_area .top_interview_in p.last-paragraph {
    margin-bottom: 80px;
  }

  .top_interview_area .top_interview_in .d_flex_box {
    flex-wrap: wrap;
    margin: 0 0 0 0;
  }

  .top_interview_area .top_interview_in .d_flex_box .img {
    width: 100%;
    margin-bottom: 20px;
  }

  .top_interview_area .top_interview_in .d_flex_box .ttl {
    width: 100%;
    margin: 0 0 10px;
  }

  .top_interview_area .top_interview_in.box03 .d_flex_box .img {
    order: 2;
  }

  .top_interview_area .top_interview_in.box03 .d_flex_box .ttl {
    order: 1;
  }

  .top_interview_in.box07 .qr_box {
    margin: 30px auto;
    padding: 15px;
  }

  .top_interview_in.box07 .qr_box .twitter_box .ttl_01 {
    font-size: 15px;
  }

  .top_interview_in.box07 .qr_box .twitter_box .ttl_02 {
    margin: 4px 0 8px;
    font-size: 14px;
  }

  .top_interview_in.box07 .qr_box .twitter_box .link a {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
  }

  .introduction_box {
    flex-wrap: wrap;
    width: 90%;
    margin: 80px auto;
  }

  .introduction_box .img {
    width: 100%;
  }

  .introduction_box .career_box {
    width: 100%;
    margin: 30px 0 0;
  }

  .introduction_box .career_box .name {
    font-size: 20px;
  }

  .introduction_box .career_box .position {
    font-size: 14px;
  }

  .introduction_box .career_box .ryaku {
    font-size: 14px;
  }

  .introduction_box .career_col {
    width: 100%;
  }

  .introduction_box .career_col ul {
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .introduction_box .career_col {
    width: 100%;
    font-weight: 100;
  }

  .introduction_box .career_col ul {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .introduction_box .career_col ul li.ad {
    width: 100%;
  }

  .introduction_box .career_col ul li.career {
    width: 100%;
    font-weight: 100;
    line-height: 1.3;
  }
}


/* s_02 決算サマリー
----------------------------------------------- */
.common_con.s_02 {
  background: #dddddd;
}

.common_con.s_02 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.common_con.s_02 h2 {
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.5;
}

.common_con.s_02 h2::after {
  content: "決算サマリー";
  padding-left: 5px;
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.btn_2col {
  display: flex;
  justify-content: space-between;
  max-width: 540px;
  margin: 0 auto;
}

.btn_2col li {
  width: 250px;
}

.btn_2col li a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #1E1E84;
  color: #1E1E84;
  text-align: center;
}

.btn_2col li a:hover {
  background: #1E1E84;
  color: #FFF;
}

.f_summary {
  margin: 60px 0;
  padding: 60px 50px;
  background: #FFF;
}

.f_summary .f_s_box {
  margin: 0 0 80px;
}

.f_summary .f_s_box h3 {
  width: 300px;
  margin: 0 auto;
  background: #1E1E84;
  color: #FFF;
  font-size: 18px;
  text-align: center;
}

.f_summary .f_s_box .l_txt {
  margin: 25px 0 30px;
  color: #1E1E84;
  font-weight: 100;
  font-size: 26px;
  text-align: center;
  line-height: 1.6;
}

.f_summary .f_s_box .list_box {
  width: 800px;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
}

.f_summary .f_s_box .list_box.small_455 {
  width: 455px;
}

.f_summary .f_s_box .list_box li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.8;
  margin-bottom: 5px;
}

.f_summary .f_s_box .list_box li::before {
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  background: #1E1E84;
  border-radius: 10px;
}

.f_summary .f_s_box .list_box li.ttl {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.f_summary .f_s_box .list_box li.ttl:before {
  content: none;
}

.f_summary .f_s_box .list_box li .under {
  text-decoration: underline;
  text-decoration-color: #46b2c1;
  text-underline-offset: 4px;
  text-decoration-thickness: 4px;
}

.f_summary .f_s_box .list_box li br.sp {
  display: none;
}

.f_s_box .graph_box {
  display: flex;
  justify-content: space-between;
}

.f_s_box .graph_box li {
  width: 270px;
  text-align: center;
}

.f_s_box .graph_box li h4 {
  margin-bottom: 15px;
  padding: 5px;
  background: #d9d9d9;
  color: #1E1E84;
  font-size: 16px;
  letter-spacing: 2px;
}

.f_s_box .graph_box li p.txt {
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 1000px) {
  .common_con.s_02 h2 {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 768px) {
  .common_con.s_02 .inner {
    padding: 80px 0 0;
  }

  .btn_2col {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }

  .btn_2col li {
    width: 100%;
    margin-bottom: 10px;
  }

  .f_summary {
    margin: 60px 0 0;
    padding: 60px 35px 10px;
    background: #FFF;
  }

  .f_summary .f_s_box h4 {
    width: 90%;
    font-size: 14px;
  }

  .f_summary .f_s_box .l_txt {
    margin: 20px 0;
    font-size: 17px;
  }

  .f_summary .f_s_box .list_box {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .f_summary .f_s_box .list_box.small_455 {
    width: 100%;
  }

  .f_summary .f_s_box .list_box li {
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .f_summary .f_s_box .list_box li::before {
    content: none;
  }

  .f_summary .f_s_box .list_box li.ttl {
    font-size: 15px;
  }

  .f_s_box .graph_box {
    flex-wrap: wrap;
  }

  .f_summary .f_s_box .graph_box h4 {
    width: 100%;
  }

  .f_s_box .graph_box li {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
  .f_summary .f_s_box .list_box li br.sp {
    display: block;
  }
}


/* s_03 店舗紹介
----------------------------------------------- */
.common_con.s_03>.inner {
  padding: 80px 0 0;
  background: #c4e1f6;
}

.common_con.s_03>.inner .white_box {
  padding: 70px 0 20px;
  background: #FFF;
}

.common_con.s_03>.inner .white_box>.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}

.common_con.s_03 .inner .ttl_box {
  padding: 0 0 80px;
}

.common_con.s_03 .inner .ttl_box p {
  max-width: 1000px;
  margin: 40px auto 0;
  color: #1E1E84;
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  line-height: 2;
}

.common_con.s_03 h2 {
  max-width: 1000px;
  margin: 0 auto;
}

.common_con.s_03 h2::after {
  content: "タイヤ流通センター紹介";
  padding-left: 0;
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.common_con.s_03 h2.m-interview::after {
  content: "加盟店インタビュー";
  padding-left: 0;
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.common_con.s_03 h2 span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 37px;
  margin-left: 12px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  z-index: 1;
}

.common_con.s_03 h2 span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1E1E84;
  transform: skewX(-20deg);
  z-index: -1;
}

.common_con.s_03 .taiya {
  width: 270px;
  margin: 0 auto 50px;
}

.common_con.s_03 .r-plan_box {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

.common_con.s_03 .r-plan_box li {
  max-width: 320px;
}

.common_con.s_03 .taiyakoukan_web {
  margin: 100px 0 30px;
  text-align: center;
}

.common_con.s_03 .taiyakoukan_web .sub_ttl {
  position: relative;
  display: inline-block;
  color: #1E1E84;
  font-size: 16px;
  text-align: center;
}

.common_con.s_03 .taiyakoukan_web .sub_ttl:after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 13px;
  width: 20px;
  height: 2px;
  background: #2b6a80;
  transform: rotate(-130deg);
}

.common_con.s_03 .taiyakoukan_web .sub_ttl::before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 13px;
  width: 20px;
  height: 2px;
  background: #2b6a80;
  transform: rotate(130deg);
}

.common_con.s_03 .taiyakoukan_web h4.l_ttl {
  margin: 5px 0 15px;
  color: #1E1E84;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.common_con.s_03 .taiyakoukan_web .s_ttl {
  font-size: 17px;
  text-align: center;
}

.common_con.s_03 .taiyakoukan_web .s_ttl span {
  position: relative;
}

.common_con.s_03 .taiyakoukan_web .s_ttl span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 4px;
  background: #46b2c1;
}

.common_con.s_03 .taiyakoukan_web .step_box {
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  margin: 60px auto;
}

.common_con.s_03 .taiyakoukan_web .step_box li {
  max-width: 235px;
}

.common_con.s_03 .taiyakoukan_web .step_box li img {
  max-width: 220px;
}

.common_con.s_03 .taiyakoukan_web .step_box li .ttl {
  margin: 10px 0 5px;
  color: #1E1E84;
  font-weight: bold;
  font-size: 16px;
}

.common_con.s_03 .taiyakoukan_web .step_box li .txt {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}

.common_con.s_03 .taiya_con {
  padding: 50px 0 150px;
}

.common_con.s_03 .taiya_con h3 {
  position: relative;
  margin: 0 0 50px;
  color: #1E1E84;
  font-size: 25px;
}

.common_con.s_03 .taiya_con h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  margin: 15px 0 0;
  background: #2b6a80;
}

.common_con.s_03 .taiya_con h3.center {
  text-align: center;
}

.common_con.s_03 .taiya_con h3.center::after {
  left: calc(50% - 10px);
}

.common_con.s_03 .taiya_con .nex-link_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 50px auto 70px;
}

.common_con.s_03 .taiya_con .nex-link_box::after {
  content: "";
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 22px;
  border-color: transparent transparent transparent #1E1E84;
}

.common_con.s_03 .taiya_con .nex-link_box p {
  max-width: 470px;
}

.common_con.s_03 .taiya_con .js-scrollable.max-w-100 {
  margin: 70px 0 0;
}

.common_con.s_03 .taiya_con .js-scrollable {
  max-width: 1000px;
  margin: 0 auto;
}

.common_con.s_03 .taiya_con .js-scrollable p.chart {
  width: 1000px;
  height: auto;
  padding: 0;
}

.m-interview_in {
  max-width: 1000px;
  margin: 0 auto 80px;
}

.m-interview_in h3 {
  margin: 0 0 50px;
  color: #1E1E84;
  font-size: 25px;
}

.m-interview_in h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  margin: 15px 0 0;
  background: #2b6a80;
}

.m-interview_in h4 {
  margin: 0 0 15px;
  color: #1E1E84;
  font-size: 20px;
}

.m-interview_in p {
  margin-bottom: 30px;
  text-align: justify;
  line-height: 2;
}

.m-interview_in p:last-of-type {
  margin-bottom: 0;
}

.img_2col {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0;
}

.img_2col p {
  max-width: 475px;
}

.img_2col p.name_kurosu {
  position: relative;
}

.img_2col p.name_kurosu::before {
  content: "整備士の黒須様";
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 23px;
  background: #1E1E84;
  color: #FFF;
  font-size: 12px;
}

.m-interview_in .d_flex_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}

.m-interview_in .d_flex_box .img {
  width: 340px;
}

.m-interview_in .d_flex_box .ttl {
  width: 625px;
}

.m-interview_in .d_flex_box .img.nakamura {
  position: relative;
}

.m-interview_in .d_flex_box .img.img_name::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 23px;
  background: #1E1E84;
  color: #FFF;
  font-size: 12px;
}

.m-interview_in .d_flex_box .img.img_name.nakamura::before {
  content: "フロント担当の中村様";
}

.m-interview_in.box02 .d_flex_box {
  margin: 15px 0 0;
}

.m-interview_in.box02 .d_flex_box .ttl {
  width: 550px;
}

.m-interview_in.box02 .d_flex_box .img {
  width: 400px;
}

.m-interview_in.box02 .s-representative_box {
  width: 750px;
  margin: 70px auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgb(132 132 132 / 50%);
}

.m-interview_in.box02 .s-representative_box .ttl_txt_box {
  width: 505px;
  margin-left: 25px;
}

.m-interview_in.box02 .s-representative_box .ttl_txt_box .ttl {
  margin: 0;
  color: #1E1E84;
  font-size: 25px;
  font-weight: bold;
}

.m-interview_in.box02 .s-representative_box .ttl_txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
}

.m-interview_in.box02 .s-representative_box .img {
  position: relative;
  width: 162px;
}

.m-interview_in.box02 .s-representative_box .img span {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 5px;
  background: #1E1E84;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 1000px) {
  .common_con.s_03 h2 {
    position: relative;
    margin: 30px auto;
    line-height: 1.5;
    text-align: center;
  }

  .common_con.s_03 h2::after {
    padding-left: 0;
    font-size: 15px;
  }

  .common_con.s_03 h2 span {
    width: 95px;
    height: 30px;
    margin: 0 auto;
    font-size: 13px;
  }

  .common_con.s_03 .inner .ttl_box p {
    max-width: 90%;
  }

  .common_con.s_03 .r-plan_box {
    display: block;
  }

  .common_con.s_03 .r-plan_box li {
    width: 320px;
    margin: 0 auto 20px;
  }

  .common_con.s_03 .taiya_con h3 {
    margin: 30px 0;
    font-size: 18px;
  }

  .common_con.s_03 .taiya_con h4 {
    margin: 0 0 10px;
    font-size: 14px;
  }

  .common_con.s_03 .taiya_con .nex-link_box {
    flex-flow: wrap;
    max-width: 90%;
    margin: 50px auto 70px;
  }

  .common_con.s_03 .taiya_con .nex-link_box::after {
    content: "";
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 11px);
    transform: rotate(90deg);
  }

  .common_con.s_03 .taiya_con .nex-link_box p {
    max-width: 100%;
  }

  .common_con.s_03 .taiya_con .nex-link_box p:first-of-type {
    margin-bottom: 50px;
  }

  .common_con.s_03 .taiya_con .js-scrollable {
    width: 90%;
  }

  .common_con.s_03 .taiya_con .js-scrollable.max-w-100 {
    width: 100%;
    margin: 30px 0;
  }

  .m-interview_in {
    width: 90%;
    margin: 0 auto 60px;
  }

  .m-interview_in .d_flex_box {
    flex-wrap: wrap;
    margin: 0 0 30px;
  }

  .m-interview_in .d_flex_box .ttl {
    width: 100%;
    margin: 0 0 10px;
  }

  .m-interview_in .d_flex_box .img {
    width: 100%;
  }

  .m-interview_in.box02 .d_flex_box .ttl {
    width: 100%;
  }

  .m-interview_in.box02 .d_flex_box .img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .common_con.s_03>.inner {
    padding: 10px 0 0;
  }

  .common_con.s_03>.inner .white_box>.inner {
    padding: 0;
  }

  .common_con.s_03 .taiyakoukan_web {
    width: 90%;
    margin: 60px auto 0;
  }

  .common_con.s_03 .taiyakoukan_web .sub_ttl {
    font-size: 14px;
  }

  .common_con.s_03 .taiyakoukan_web .sub_ttl:after {
    left: -22px;
    bottom: 13px;
    width: 15px;
  }

  .common_con.s_03 .taiyakoukan_web .sub_ttl::before {
    right: -22px;
    bottom: 13px;
    width: 15px;
  }

  .common_con.s_03 .taiyakoukan_web h4.l_ttl {
    margin: 5px 0 15px;
    font-size: 20px;
  }

  .common_con.s_03 .taiyakoukan_web .s_ttl {
    font-size: 15px;
  }

  .common_con.s_03 .taiyakoukan_web .step_box {
    flex-wrap: wrap;
    max-width: 750px;
    margin: 60px auto;
  }

  .common_con.s_03 .taiyakoukan_web .step_box li {
    max-width: 60%;
    margin: 0 auto 40px;
  }

  .img_2col {
    flex-wrap: wrap;
  }

  .img_2col p {
    width: 100%;
    max-width: 100%;
  }

  .m-interview_in.box02 .s-representative_box {
    width: 100%;
    margin: 70px auto;
    padding: 20px;
    flex-wrap: wrap;
  }

  .m-interview_in.box02 .s-representative_box .ttl_txt_box {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .m-interview_in.box02 .s-representative_box .ttl_txt_box .ttl {
    font-size: 20px;
  }

  .m-interview_in.box02 .s-representative_box .ttl_txt_box .txt {
    font-size: 14px;
    line-height: 1.8;
  }

  .m-interview_in.box02 .s-representative_box .img {
    position: relative;
    width: 162px;
    margin: 0 auto;
  }

  .m-interview_in.box02 .s-representative_box .img span {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 5px;
    background: #1E1E84;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
  }
}

@media screen and (max-width: 450px) {
  .common_con.s_03 .taiya {
    width: 220px;
  }

  .common_con.s_03 .r-plan_box {
    display: flex;
    flex-wrap: wrap;
  }

  .common_con.s_03 .r-plan_box li {
    width: 90%;
    margin: 0 auto 15px;
  }

  .common_con.s_03 .taiyakoukan_web .step_box li {
    max-width: 240px;
  }
}


/* s_04 サステナビリティ
----------------------------------------------- */
.common_con.s_04>.inner {
  padding: 80px 0;
  background: #dae3e8;
}

.common_con.s_04 .ttl_box {
  max-width: 1000px;
  margin: 0 auto 150px;
}

.common_con.s_04 h2 {
  line-height: 1.5;
  text-align: center;
  letter-spacing: 5px;
}

.common_con.s_04 h2::after {
  content: "アップガレージグループのサステナビリティ";
  padding-left: 0;
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
}

.common_con.s_04 h2 span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 37px;
  margin: 0 auto 10px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  z-index: 1;
  letter-spacing: 0;
}

.common_con.s_04 h2 span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1E1E84;
  transform: skewX(-20deg);
  z-index: -1;
}

.common_con.s_04 .introduction_txt {
  width: 750px;
  margin: 60px auto;
  line-height: 2;
  text-align: justify;
}

.sus_ttl_box {
  margin: 0 0 50px;
  text-align: center;
}

.sus_ttl_box h3 {
  color: #1E1E84;
  font-size: 25px;
  font-weight: bold;
}

.sus_ttl_box .efforts {
  position: relative;
  margin: 10px 0 15px;
  font-size: 12px;
  font-weight: bold;
}

.sus_ttl_box .efforts::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1E1E84;
}

.sus_ttl_box .efforts span {
  position: relative;
  display: inline-block;
  padding: 2px 10px;
  background: #1E1E84;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  border-radius: 100px;
  z-index: 1;
}

.sus_con {
  max-width: 1000px;
  margin: 0 auto 150px;
}

.sus_con .sus_flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sus_con.box_01 {
  max-width: 800px;
}

.sus_con.box_01 .sus_flex_box {
  max-width: 800px;
  margin: 0 auto;
}

.sus_con.box_01 .sus_flex_box p.a_box {
  width: 300px;
}

.sus_con.box_01 .sus_flex_box p.arrow {
  width: 108px;
}

.sus_con.box_01 .sus01_txt {
  margin: 30px 0;
  padding: 15px 20px;
  background: #FFF;
}

.btn_box.col1 {
  width: 250px;
  margin: 0 auto;
}

.btn_box.col1 a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #1E1E84;
  color: #1E1E84;
  text-align: center;
}

.btn_box.col1 a:hover {
  background: #1E1E84;
  color: #FFF;
}

.sus_con.box_02 .sus_flex_box {
  flex-wrap: wrap;
  align-items: stretch;
}

.sus_con.box_02 .sus_flex_box li {
  width: 320px;
  margin-bottom: 20px;
}

.sus_con.box_02 .sus_flex_box li.txt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  text-align: justify;
}

.sus_con.box_02 .sus_flex_box li.txt>p {
  width: 80%;
}

.sus_con.box_03 .sus_flex_box {
  align-items: stretch;
}

.sus_con.box_03 .sus_flex_box .system_box {
  position: relative;
  width: 480px;
  background: #FFF;
}

.sus_con.box_03 .sus_flex_box .system_box h4 {
  width: 100%;
  padding: 10px;
  background: #2b6aa4;
  color: #FFF;
  font-size: 20px;
  text-align: center;
}

.sus_con.box_03 .sus_flex_box .system_box .padding_area {
  padding: 25px 30px;
}

.sus_con.box_03 .sus_flex_box .system_box>ul>li {
  margin: 0 0 10px;
  padding-left: 10px;
  border-left: 3px solid #2b6aa7;
  color: #1E1E84;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

.sus_con.box_03 .sus_flex_box .system_box>ul>li span {
  display: block;
  color: #000000;
  font-weight: normal;
  font-size: 13px;
}

.sus_con.box_03 .sus_flex_box .system_box p.deco {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #1E1E84;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .common_con.s_04>.inner {
    padding: 80px 0;
    background: #dae3e8;
  }

  .common_con.s_04 .ttl_box {
    max-width: 1000px;
    margin: 0 auto 120px;
  }

  .common_con.s_04 h2 {
    margin: 0 auto;
    text-align: center;
  }

  .common_con.s_04 h2::after {
    content: "アップガレージグループのサステナビリティ";
    padding-left: 0;
    display: block;
    font-weight: bold;
    font-size: 16px;
  }

  .common_con.s_04 h2 span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 37px;
    margin: 0 auto;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    z-index: 1;
  }

  .common_con.s_04 h2 span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1E1E84;
    transform: skewX(-20deg);
    z-index: -1;
  }

  .sus_ttl_box h3 {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
  }

  .sus_ttl_box .txt {
    width: 90%;
    margin: 0 auto;
  }

  .sus_con.box_02 .sus_flex_box {
    width: 90%;
    margin: 0 auto;
  }

  .sus_con.box_02 .sus_flex_box li {
    width: 32%;
    margin-bottom: 20px;
  }

  .sus_con.box_02 .sus_flex_box li.txt {
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.5;
  }

  .sus_con.box_02 .sus_flex_box li.txt>p {
    width: 90%;
  }

  .sus_con.box_03 .sus_flex_box {
    flex-wrap: wrap;
  }

  .sus_con.box_03 .sus_flex_box .system_box {
    width: 480px;
    margin: 0 auto 20px;
  }

  .sus_con.box_03 .sus_flex_box .system_box h4 {
    color: #FFF;
    font-size: 18px;
  }

  .sus_con.box_03 .sus_flex_box .system_box .padding_area {
    padding: 25px 30px;
  }

  .sus_con.box_03 .sus_flex_box .system_box>ul>li {
    margin: 0 0 10px;
    padding-left: 10px;
    border-left: 3px solid #2b6aa7;
    color: #1E1E84;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
  }

  .sus_con.box_03 .sus_flex_box .system_box>ul>li span {
    display: block;
    color: #000000;
    font-weight: normal;
    font-size: 13px;
  }

  .sus_con.box_03 .sus_flex_box .system_box p.deco {
    bottom: 8px;
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .common_con.s_04 .ttl_box {
    width: 90%;
    margin: 0 auto;
  }

  .common_con.s_04 .introduction_txt {
    width: 100%;
    margin: 60px auto;
  }

  .sus_con {
    width: 90%;
    margin: 0 auto 150px;
  }

  .sus_con.box_01 .sus_flex_box p.a_box {
    width: 44%;
  }

  .sus_con.box_01 .sus_flex_box p.arrow {
    width: 10%;
  }

  .sus_con.box_02 .sus_flex_box {
    width: 100%;
  }

  .sus_con.box_02 .sus_flex_box li {
    width: 49%;
    margin-bottom: 20px;
  }

  .sus_con.box_02 .sus_flex_box li.txt {
    line-height: 1.5;
  }

  .sus_con.box_02 .sus_flex_box li.txt>p {
    width: 85%;
  }
}

@media screen and (max-width: 450px) {
  .sus_con.box_03 .sus_flex_box .system_box {
    width: 100%;
    margin: 0 auto 20px;
  }

  .sus_con.box_03 .sus_flex_box .system_box .padding_area {
    padding: 20px 20px;
  }

  .sus_con.box_03 .sus_flex_box .system_box>ul>li {
    margin: 0 0 7px;
    padding-left: 8px;
    border-left: 2px solid #2b6aa7;
    font-size: 15px;
    line-height: 1.4;
  }

  .sus_con.box_03 .sus_flex_box .system_box>ul>li span {
    font-size: 12px;
  }

  .sus_con.box_02 .sus_flex_box li.txt {
    font-size: 10px;
    line-height: 1.5;
  }

  .sus_con.box_02 .sus_flex_box li.txt>p {
    width: 90%;
  }
}

@media screen and (max-width: 375px) {
  .sus_con.box_02 .sus_flex_box li.txt {
    width: 100%;
  }
}


/* 共通パーツ
----------------------------------------------- */
@media (min-width: 768px) {
  .l-footer {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .l-footer {
    margin-top: 0;
  }
}