@charset "utf-8";

a.opcolor8:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

@media screen and (min-width: 1921px) {
  .w1920 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .w1920 img {
    width: 100%;
  }
}

@media screen and (max-width: 1920px) {
  .w1920 {
    width: 100%;
    z-index: 10;
    position: relative;
    background-color: #eef2f5;
  }

  .w1920 img {
    width: 100%;
  }
}

.contbox_over {
  background-color: #fff;
  padding: 0;
  color: #333;
}

.fbgbox {
  width: 100%;
  background: url(../images/bg_fbgbox.webp) no-repeat center top;
  background-size: cover;
  padding: 70px 0 125px 0;
  text-align: center;
}
.fbgbox .maintit {
  font-size: 6.4rem;
  line-height: 1.4;
  color: #e092a2;
  font-family:
    MazdaTypeMedium,
    MazdaTypeRegular,
    Noto Sans CJK JP,
    Hiragino Kaku Gothic ProN,
    HiraKakuProN-W3,
    Meiryo,
    Yu Gothic Medium,
    sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.fbgbox .maintit .name {
  display: block;
  font-size: 2.4rem;
  color: #333;
  letter-spacing: normal;
}

.contbox01_bg {
  width: 100%;
  background: url(../images/contbox01_bg.webp) no-repeat center top;
  background-size: cover;
  padding: 0 0 20px 0;
}
.contbox01_waku {
  padding: 0;
  margin: 0 auto 10px auto;
  width: 1280px;
  background-color: #fff;
  padding: 0 140px 50px 140px;
}
.contbox01 {
  padding: 0;
  margin: 0 auto 10px auto;
}
.contbox01 .cb01_copy {
  border-top: 1px solid #e092a2;
  text-align: center;
  font-size: 4.6rem;
  color: #e092a2;
  font-weight: 700;
  margin: 0 0 30px 0;
  line-height: 1.6;
  padding: 30px 0 0 0;
}

.cbob01 {
  padding: 15px 0;
  margin: 15px 0;
  width: 100%;
  border-bottom: 1px solid #333;
}
.cbob01 .flexbox01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cbob01 .flexbox01 .ph,
.cbob01 .flexbox01 .txt {
  width: 49%;
}
.cbob01 .flexbox01 .ph img {
 width: 100%;
}
.cbob01 .flexbox01 .txt {
  text-align: right; 
 }
.cbob01 .flexbox01 .txt img {
 width: 90%; 
}
.cbob01 .btn_link_m{
  text-align: center;
  margin: 20px 0 50px 0;
}
.contbox02_bg {
  width: 100%;
  background: url(../images/contbox02_bg.webp) no-repeat center top;
  padding: 20px 0 ;
  margin: 10px 0 50px 0;
}
.contbox02_bg .tit02 {
  width: 100%;
  background: url(../images/contbox02_titbg.webp) no-repeat center top;
  padding: 10px 0;
  margin: 50px 0 80px 0 ;
  text-align: center;
  font-size: 3.4rem;
  color: #fff;
}
.contbox02 {
  padding: 0;
  margin: 0 auto 10px auto;
  width: 980px;
}
.contbox02 .cline {
  margin: 0 0 50px 0;
}
.contbox02 .cline .linkbox02 {
  margin: 15px 0 0 0 ;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.contbox02 .cline .linkbox02 li {
  width: 20%;
  text-align: center;
  font-family:
    MazdaTypeMedium,
    MazdaTypeRegular,
    Noto Sans CJK JP,
    Hiragino Kaku Gothic ProN,
    HiraKakuProN-W3,
    Meiryo,
    Yu Gothic Medium,
    sans-serif !important;
    line-height: 1.2;
    font-weight: 700;
}
.contbox02 .cline .linkbox02 li span.n1 {
  display: block;
  font-size: 1.6rem;
  margin: 0;
}
.contbox02 .cline .linkbox02 li span.n2 {
  display: block;
  font-size: 2.4rem;
  margin: 2px 0 5px 0;
}
.contbox02 .cline .linkbox02 li span.n1b {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 5px 0;
}
.contbox02 .cline .linkbox02 li span.n2f {
  display: block;
  font-size: 2.4rem;
  margin: 10px 0 15px 0;
}
.contbox02 .cline .linkbox02 li span.n2b {
  display: block;
  font-size: 2.4rem;
  margin: 2px 0 0 0;
}
.contbox02 .cline .linkbox02 li a {
  display: block;
  font-size: 1.4rem;
  background-color: #000;
  color: #fff;
  padding: 3px 3px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  border-radius: 50px; /* ← この行を追加（数値はお好みで調整してください） */
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family:
    'Noto Sans JP',"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif !important;
}

.contbox03_bg {
  width: 100%;
  background: url(../images/foot_bg.webp) no-repeat center top;
  padding: 0 0 60px 0;
  margin: 10px 0 50px 0;
}

.contbox03 {
  padding: 0;
  margin: 0 auto 10px auto;
  width: 980px;
}

/* --- フッターバナー --- */

.footer-tit {
  margin-top: 0px;
  margin-bottom: 40px;
}
.footer-banner {
  margin-top: 80px;
  margin-bottom: 40px;
}

/* --- アクションボタン --- */
.action-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 60px;
}

.action-buttons a.btn {
  background-color: #d8324a;
  padding: 5px 0;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  width: calc(96% / 3);
  letter-spacing: 0.2em;
}

.action-buttons a.btn:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* --- ソーシャルリンク --- */
.social-links {
  width: 98%;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 10px;
}

.social-links img {
  width: 100%;
}

.social-links a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

a.linkcar {
  filter: alpha(opacity=50);
  text-decoration: none;
}



















@media screen and (max-width: 768px) {
  .contbox_over {
    background-color: #fff;
    padding: 0 0 15px 0;
    color: #333;
  }

  .contbox01_bg {
    width: 100%;
    background: url(../images/present_bg.webp) no-repeat right 10px;
    background-size: cover;
    padding: 30px 0;
  }

  .contbox01 {
    padding: 0;
    margin: 0 auto 10px auto;
    width: 98%;
  }

  .contbox02_bg {
    width: 100%;
    background: url(../images/rs_bg_sp.webp) no-repeat 0 -20px;
    padding: 20px 0 20px 0;
    margin: 30px 0 20px 0;
  }

  .contbox02 {
    padding: 20px 0 0 0;
    margin: 0 auto 10px auto;
    width: 98%;
  }

  .contbox02 .rd_tit {
    text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-family:
      MazdaTypeMedium,
      MazdaTypeRegular,
      Noto Sans CJK JP,
      Hiragino Kaku Gothic ProN,
      HiraKakuProN-W3,
      Meiryo,
      Yu Gothic Medium,
      sans-serif !important;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .contbox02 .rd_tit span {
    display: block;
    font-size: 2rem;
    font-weight: 400;
  }

  .btn_area.gray a {
    width: 90%;
    margin: 15px auto 15px auto;
    display: block;
    background-color: #616671;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    padding: 2px 0;
    border-radius: 50px;
    /* 完全な角丸 */
    letter-spacing: 0.3em;
  }

  .contbox03_bg {
    width: 100%;
    background-color: #fff;
    padding: 50px 0 20px 0;
  }

  .contbox03 {
    padding: 0;
    margin: 0 auto 10px auto;
    width: 98%;
  }

  .footer-banner {
    width: 98%;
    margin: 20px auto ;
  }

  .action-buttons {
    display: block;
    width: 98%;
    margin: 0 auto;
  }

  .action-buttons a.btn {
    background-color: #d8324a;
    padding: 5px 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 15px;
  }

  .social-links {
    width: 98%;
    margin: 0 auto;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-links a.ssp2 {
    display: block;
    margin-bottom: 15px;
    width: 49%;
  }

  .social-links a.ssp1 {
    display: block;
    margin-bottom: 5px;
    width: 100%;
  }
















  .fbgbox {
    width: 100%;
    background: url(../images/bg_fbgbox.webp) no-repeat center top;
    background-size: cover;
    padding: 50px 0 50px 0;
    text-align: center;
  }
  .fbgbox .maintit {
    font-size: 3.0rem;
    line-height: 1.4;
    color: #e092a2;
    font-family:
      MazdaTypeMedium,
      MazdaTypeRegular,
      Noto Sans CJK JP,
      Hiragino Kaku Gothic ProN,
      HiraKakuProN-W3,
      Meiryo,
      Yu Gothic Medium,
      sans-serif !important;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .fbgbox .maintit .name {
    display: block;
    font-size: 2.0rem;
    color: #333;
    letter-spacing: normal;
  }
  
  .contbox01_bg {
    width: 100%;
    background: url(../images/contbox01_bg.webp) no-repeat center top;
    background-size: cover;
    padding: 0 0 10px 0;
  }
  .contbox01_waku {
    padding: 0;
    margin: 0 auto 10px auto;
    width: 100%;
    background-color: #fff;
    padding: 0 10px 15px 10px;
  }
  .contbox01 {
    padding: 0;
    margin: 0 auto 10px auto;
  }
  .contbox01 .cb01_copy {
    border-top: 1px solid #e092a2;
    text-align: center;
    font-size: 2.4rem;
    color: #e092a2;
    font-weight: 700;
    margin: 0 0 30px 0;
    line-height: 1.6;
    padding: 30px 0 0 0;
  }
  
  .cbob01 {
    padding: 15px 0;
    margin: 15px 0;
    width: 100%;
    border-bottom: 1px solid #333;
  }
  .cbob01 .flexbox01 {
    display: block;

  }
  .cbob01 .flexbox01 .ph,
  .cbob01 .flexbox01 .txt {
    width: 100%;
  }
  .cbob01 .flexbox01 .ph img {
   width: 96%;
   text-align: center; 
  }
  .cbob01 .flexbox01 .txt {
    text-align: center; 
   }
  .cbob01 .flexbox01 .txt img {
   width: 96%; 
  }
  .cbob01 .btn_link_m{
    text-align: center;
    margin: 20px 0 20px 0;
  }
  .contbox02_bg {
    width: 100%;
    background: url(../images/contbox02_bg.webp) no-repeat center top;
    padding: 10px 0 ;
    margin: 10px 0 20px 0;
  }
  .contbox02_bg .tit02 {
    width: 100%;
    background: url(../images/contbox02_titbg.webp) no-repeat center top;
    padding: 10px 0;
    margin: 30px 0 ;
    text-align: center;
    font-size: 2.0rem;
    color: #fff;
    line-height: 1.2;
  }
  .contbox02 {
    padding: 0;
    margin: 0 auto 10px auto;
    width: 100%;
  }
  .contbox02 .cline {
    margin: 0 0 10px 0;
  }
  .contbox02 .cline .linkbox02 {
    margin: 15px 0 0 0 ;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contbox02 .cline .linkbox02 li {
    width: 48%;
    text-align: center;
    font-family:
      MazdaTypeMedium,
      MazdaTypeRegular,
      Noto Sans CJK JP,
      Hiragino Kaku Gothic ProN,
      HiraKakuProN-W3,
      Meiryo,
      Yu Gothic Medium,
      sans-serif !important;
      line-height: 1.2;
      font-weight: 700;
      margin-bottom: 20px;
  }
  .contbox02 .cline .linkbox02 li span.n1 {
    display: block;
    font-size: 1.6rem;
    margin: 0;
  }
  .contbox02 .cline .linkbox02 li span.n2 {
    display: block;
    font-size: 2.4rem;
    margin: 2px 0 5px 0;
  }
  .contbox02 .cline .linkbox02 li span.n1b {
    display: block;
    font-size: 1.6rem;
    margin: 0 0 5px 0;
  }
  .contbox02 .cline .linkbox02 li span.n2f {
    display: block;
    font-size: 2.4rem;
    margin: 10px 0 15px 0;
  }
  .contbox02 .cline .linkbox02 li span.n2b {
    display: block;
    font-size: 2.4rem;
    margin: 2px 0 0 0;
  }
  .contbox02 .cline .linkbox02 li a {
    display: block;
    font-size: 1.4rem;
    background-color: #000;
    color: #fff;
    padding: 3px 3px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border-radius: 50px; /* ← この行を追加（数値はお好みで調整してください） */
    font-weight: normal;
    letter-spacing: 0.1em;
    font-family:
      'Noto Sans JP',"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif !important;
  }
  
  .contbox03_bg {
    width: 100%;
    background: url(../images/foot_bg.webp) no-repeat center top;
    padding: 0 0 0 0;
    margin: 10px 0;
  }
  
  .contbox03 {
    padding: 0;
    margin: 0 auto 10px auto;
    width: 100%;
  }
  


}
.btn_link_m a:hover,
a.linkcar:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}