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

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
@font-face {
  font-family: MazdaTypeRegular;
  src: url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Regular.woff2") format("woff2"),
    url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Regular.woff") format("woff"),
    url("https://www2.mazda.co.jp/common/assets/fonts/MazdaTypeTT-Regular.ttf") format("truetype");
}
@font-face {
  font-family: MazdaTypeMedium;
  src: url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Medium.woff2") format("woff2"),
    url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Medium.woff") format("woff"),
    url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Medium.ttf") format("truetype");
}
@font-face {
  font-family: MazdaTypeBold;
  src: url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Boldwoff2") format("woff2"),
    url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Bold.woff") format("woff"),
    url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Bold.ttf") format("truetype");
}

/*==== Reset ====*/
html,
body,
h1,
p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
body {
  font-family: MazdaTypeMedium, Noto Sans CJK JP, Hiragino Kaku Gothic ProN, HiraKakuProN-W3, Meiryo,
    Yu Gothic Medium, sans-serif;
}
img {
  vertical-align: middle;
  border: none;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
div {
  display: block;
}
p {
  text-decoration: none;
}

/*==== all ====*/
html {
  scroll-behavior: smooth;
}
.bg-gray {
  background-color: #f5f5f5;
}
.bg-white {
  background-color: #fff;
}
.view-pc,
.view960,
.view878,
.view876,
.view859,
.view768 {
  display: block;
}
.view-sp,
.in-view858,
.in-view428,
.in-view420 {
  display: none;
}
@media screen and (max-width: 960px) {
  .view960 {
    display: none;
  }
}
@media screen and (max-width: 878px) {
  .view878 {
    display: none;
  }
}
@media screen and (max-width: 876px) {
  .view876 {
    display: none;
  }
}
@media screen and (max-width: 859px) {
  .view859 {
    display: none;
  }
}
@media screen and (max-width: 858px) {
  .in-view858 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .view-pc,
  .view768 {
    display: none;
  }
  .view-sp {
    display: block;
  }
  .mgbtm40 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 428px) {
  .in-view428 {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .in-view420 {
    display: block;
  }
}

/*==== gnav ====*/
.sustainable-pc a {
  background: #fff;
  color: #000 !important;
}

/*==== main ====*/
.main-visual {
  overflow: hidden;
  position: relative;
}
.main-visual img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.main-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  color: #fff;
}
.main-text h2 {
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  text-align: center;
}
.main-text h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  text-align: center;
}
.main-text p {
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 4px;
  line-height: 1.7;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .main-text h2 {
    font-size: 2rem;
    font-weight: 600;
  }
  .main-text h4 {
    font-size: 1rem;
  }
  .main-text p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .main-wrap {
    width: 90%;
    top: 50%;
    left: 50%;
  }
  .main-text h2 {
    font-weight: 600;
  }
  .main-text p {
    font-size: 1rem;
    text-align: center;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 520px) {
  .main-text p {
    font-size: 0.9rem;
  }
}

/*==== container ====*/
.container {
  width: 100%;
}
.section-white {
  width: 100%;
  background-color: #fff;
}
.section-gray {
  width: 100%;
  background-color: #f4f4f4;
}
.section-purple {
  width: 100%;
  background-color: #b43d9d;
  padding: 0 0 1px 0;
}

/* 微調整 */

.mgtp-20 {
  margin-top: -30px;
}
.mgtp10 {
  margin-top: 10px;
}
.mgtp20 {
  margin-top: 20px;
}
.mgtp40 {
  margin-top: 40px;
}
.mgtp60 {
  margin-top: 60px;
}
.mgtp200 {
  margin-top: 200px;
}
.mgtp100 {
  margin-top: 100px;
}

.mgrt20 {
  margin-right: 20px;
}
.mgrt40 {
  margin-right: 40px;
}
.mglt20 {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .mglt20 {
    margin-left: 0;
  }
}

.pdtop60 {
  padding-top: 60px;
}
.pdbtm10 {
  padding-bottom: 10px;
}
.pdbtm15 {
  padding-bottom: 15px;
}
.pdbtm40 {
  padding-bottom: 40px;
}
.pdbtm60 {
  padding-bottom: 60px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

h3 {
  margin-bottom: 0.5em;
}

.content {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.container {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  color: #000;
}

.content h3 {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
}

.content-b h3 {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
}

.content-copy {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
}

.content-wrap {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.img-box {
  width: 100%;
}
.img-box img {
  max-width: 100%;
}
.text-box {
  width: 100%;
  text-align: left;
}
.text-date {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.text-date-b {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}

.text-main {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: justify;
  color: #fff;
}
.text-main-b {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: justify;
  color: #000;
}
.text-sub {
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
}
.button-box {
  width: 60%;
  height: auto;
  margin-top: 30px;
}
.button-box a {
  width: 100%;
  display: block;
  background-color: #000;
  color: #fff;
  padding: 13px 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.button-firebonds {
  width: 864px;
  height: auto;
  margin: 0 auto 60px;
  padding-top: 30px;
}
.button-firebonds a {
  width: 100%;
  display: block;
  color: #b43d9d;
  background-color: white;
  padding: 13px 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.report {
  display: flex;
}
@media only screen and (max-width: 960px) {
  .content,
  .content-b {
    width: 80%;
  }
  .content h3 {
    font-size: 1.5rem;
  }
  .text-date,
  .text-date-b {
    font-size: 1.1rem;
  }
  .text-main,
  .text-main-b {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 830px) {
  .text-date,
  .text-date-b {
    margin-bottom: 10px;
  }
  .button-box {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 800px) {
  .content-copy {
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .content-wrap {
    display: block;
    margin-top: 0px;
  }
  .img-box {
    width: 100%;
  }
  .text-box {
    width: 90%;
    margin-left: 20px;
    text-align: left;
  }
  .text-box p {
    line-height: 1.5rem;
  }
  .text-main {
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: justify;
  }
  .button-box {
    width: 100%;
    height: auto;
  }
  .button-box a {
    padding: 20px 0;
    font-size: 1rem;
  }
  .button-firebonds {
    width: 80%;
    height: auto;
    margin: 0 auto 40px;
  }
  .button-firebonds a {
    padding: 20px 0;
  }
  .mgtp40 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 520px) {
  .content,
  .content-b {
    width: 90%;
  }
  .content h3 {
    font-size: 1.5rem;
  }
  .content-copy {
    font-size: 0.9rem;
    text-align: justify;
  }
  .content-wrap {
    margin-top: 0px;
  }
  .text-main,
  .text-main-b {
    font-size: 1.2rem;
  }
  .button-firebonds {
    width: 90%;
  }
}
@media only screen and (max-width: 420px) {
  .button-firebonds a {
    line-height: 1.3;
  }
}
.text-main-l {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
}
.text-main-lb {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.3;
  font-weight: 500;
}
.text-main-sp {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
  text-align: justify;
}
.text-main-spb {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
  text-align: justify;
}

.dark {
  filter: brightness(50%);
}

/*==== swiper ====*/
/* .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 0px);
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 70px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 0%);
}
:root {
  --swiper-theme-color: #000;
}

@media only screen and (max-width: 645px) {
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 40px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
  }
}
@media only screen and (max-width: 570px) {
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 30px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  }
}
@media only screen and (max-width: 440px) {
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 30px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  }
} */

/*--swiper--*/
.swiper-rap {
  margin-inline: auto;
  position: relative;
}
.swiper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  /* padding: 45px 0; */
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .swiper {
    padding: 25px 0;
  }
}
@media screen and (max-width: 400px) {
  .swiper {
    padding: 20px 0;
  }
}
.slider2 {
  width: 100%;
  margin: 0 auto;
}
.swiper-sp {
  padding: 0px 0 30px;
}
/* @media screen and (max-width: 500px) {
  .swiper-sp {
    padding: 10px 0 60px;
  }
} */
.swiper-slide {
  opacity: 0.4;
  overflow: hidden;
  transition: 0.7s;
}
.swiper-slide img {
  width: 100%;
}
.slider2 img {
  width: 100%;
}
.swiper-slide-active {
  opacity: 1;
  z-index: 1;
  /* transform: scale(1.1) !important; スライドの大きさ調整 */
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 60;
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 60px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}
:root {
  --swiper-theme-color: #000000;
}
.swiper-pagination-bullet {
  border-radius: var(--swiper-pagination-bullet-border-radius, 0%);
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}

/* 追加 */
.content-sub {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.sub-title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 3rem;
  padding-top: 3rem;
  text-align: center;
}
.cont-title,
.content-title-cc {
  font-size: 2.5rem;
  text-align: center;
}
.mony {
  font-size: 2.5rem;
  text-align: center;
}
.mony span {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .content-sub {
    margin: 0;
  }
  .cont-title {
    line-height: 3rem;
  }
  .content-title-cc {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .sub-title {
    font-size: 1.25rem;
  }
  .mony {
    line-height: 1.5rem;
  }
}

.content li {
  line-height: 1.5rem;
}
small {
  font-size: 0.75rem;
  font-feature-settings: "palt";
  line-height: 1.25rem;
}
.small-l {
  text-align: center;
  display: block;
}
.small-l2 {
  text-align: center;
  display: block;
  margin-left: 1rem;
}
.small-c {
  text-align: center;
  display: block;
}
.sub-box {
  line-height: 1.75rem;
  padding-right: 1.5rem;
  font-size: 1.2rem;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .sub-box {
    padding-right: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .small-l {
    text-align: center;
  }
  .small-l2 {
    margin-left: 0.5rem;
    margin-top: -1rem;
  }
  .content-wrap,
  .img-box {
    width: 96%;
    margin: 0 auto;
    display: block;
  }
}
.d-flex {
  display: flex;
  align-items: flex-start;
}

/* 作業内容 */
@media (max-width: 768px) {
  .text-box {
    width: 100%;
    margin-left: 0;
  }
  .mgrt20 {
    margin-right: 0;
  }
}

/* 実施店舗 */
.shop-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 100%;
}
.shop-box {
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
.shop-box a {
  text-decoration: none;
  display: block;
  color: #333;
}
.shop-box:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .shop-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
  .mgtp40 {
    margin-top: 2em;
  }
  .d-flex {
    display: block;
  }
  .d-flex img {
    max-width: 100%;
  }
}
.section-gray img {
  max-width: 100%;
}

/* タイトル横棒の設定 */
.catch-bar {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch-bar:before,
.catch-bar:after {
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.catch-bar:before {
  margin-right: 0.5em; /* 文字の右隣 */
}
.catch-bar:after {
  margin-left: 0.5em; /* 文字の左隣 */
}

.color-R {
	color: #ff0000;
}
.text-left{
text-align:left
}