@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-size: 1rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP','游ゴシック Medium','YuGothic','YuGothicM','-apple-system,BlinkMacSystemFont','Helvetica Neue','Hiragino Kaku Gothic ProN','メイリオ','Meiryo',sans-serif;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

body > #wrapper {
  height: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

@media print {
  html {
    overflow: visible !important;
  }
  html body {
    overflow: visible !important;
  }
}

/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  vertical-align: bottom;
  box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* レスポンシブ対応 */
x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* リンク */
a:link, a:visited {
  color: #0066FF;
  text-decoration: none;
}

a:hover, a:active {
  color: #0066FF;
  text-decoration: underline;
}

.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  position: relative;
  font-weight: normal;
}

/* CLEARFIX */
.container:after, .row:after, .col:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* ▼▼▼ ヘッダー
=====================================*/
header {
  width: 100%;
  background: #fff;
}

.header_cv {
  display: none;
}

header .header_inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 45px;
}

header .header_inner #site_title {
  width: 100px;
}

header .header_inner .header_tel {
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  background: #283c50;
  border-radius: 5px;
}

header .header_inner .header_tel > p {
  height: 60px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: bold;
}

header .header_inner .header_tel > p:last-child {
  font-family: "Roboto";
  font-size: 4.1rem;
  font-weight: 900;
  border-left: 1px solid #fff;
}

header .header_inner .header_tel > .tel-moji > a {
  color: #fff;
  text-decoration: none;
}

.fixed_area {
  display: none;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.top_main {
  width: 100%;
  padding: 100px 50px;
  background: url(../img/main_bg.jpg) no-repeat scroll center top;
  background-size: cover;
}

.top_main .top_maininner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
}

.top_main .top_maininner > div {
  width: 50%;
}

.top_main .top_maininner .top_form_wrap {
  justify-content: flex-end;
}

.top_main .top_maininner .mainimg img {
  width: 100%;
  max-width: 516px;
  margin: 0 auto;
  height: auto;
}

.top_main .top_maininner .top_form_wrap .top_form {
  width: 350px;
  font-size: 1.6rem;
}

.top_main .top_maininner .top_form_wrap .top_form .form_title {
  width: 100%;
  height: 60px;
  font-size: 2.4rem;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #f7641e;
  background: linear-gradient(0deg, #f7641e 50%, #f87b40 50%);
  border-radius: 5px 5px 0 0;
}

.top_main .top_maininner .top_form_wrap .top_form .form_inner {
  width: 100%;
  background-color: #f3f3f1;
  border-radius: 0 0 5px 5px;
  padding: 30px;
}

.top_main .top_maininner .top_form_wrap .top_form .form_inner > dl {
  margin: 0 0 20px;
}

.top_main .top_maininner .top_form_wrap .top_form .form_inner > dl:nth-child(3) {
  margin: 0 0 30px;
}

.top_main .top_maininner .top_form_wrap .top_form .form_inner > dl > dt {
  position: relative;
  margin: 0 0 10px;
  color: #283c50;
  font-weight: bold;
}

.top_main .top_maininner .top_form_wrap .top_form .form_inner > dl > dt::after {
  position: absolute;
  left: 10em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "必須";
  display: inline-block;
  width: 50px;
  height: 22px;
  border-radius: 5px;
  background: #fcce21;
  font-size: 1.4rem;
  line-height: 22px;
  text-align: center;
}

.top_main .top_maininner .top_form_wrap .top_form .form_inner > dl > dd > input[type="text"],
.top_main .top_maininner .top_form_wrap .top_form .form_inner > dl > dd input[type="tel"] {
  border-radius: 5px;
  outline: none;
  background-color: rgba(255, 206, 33, 0.3);
  border: 1px solid #d2d2c8;
  width: 100%;
  height: 36px;
  font-size: 1.6rem;
  padding: 0 10px;
}

.top_main .top_maininner .top_form_wrap .top_form .form_inner > .btn {
  position: relative;
  width: 100%;
  height: 55px;
  background: #005a82;
  border-radius: 28px;
}

.top_main .top_maininner .top_form_wrap .top_form .form_inner > .btn::before {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
  pointer-events: none;
}

.top_main .top_maininner .top_form_wrap .top_form .form_inner > .btn > input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 28px;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .top_main .top_maininner .top_form_wrap .top_form .form_inner > .btn > input[type="submit"] {
    padding-left: 30px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .top_main .top_maininner .top_form_wrap .top_form .form_inner > .btn > input[type="submit"] {
    padding-right: 14px;
  }
}

@media screen and (max-width: 320px) {
  .top_main .top_maininner .top_form_wrap .top_form .form_inner > .btn > input[type="submit"] {
    font-size: 1.4rem !important;
  }
}

.top_main .top_maininner .top_form_wrap .top_form .form_inner > .btn > input[type="submit"]:hover {
  cursor: pointer;
}

.top_catch {
  width: 100%;
  background: #fcce21;
}

.top_catch .top_catch_inner {
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 220px;
  height: 250px;
}

.top_catch .top_catch_inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: " ";
  display: inline-block;
  width: 190px;
  height: 313px;
  background: url(../img/catch_img.png) no-repeat;
  background-size: contain;
}

.top_catch .top_catch_inner > p {
  width: 100%;
}

/* =========================================================

	▼▼▼ 1500px

========================================================= */
@media screen and (max-width: 1500px) {
  .top_main .top_maininner .mainimg img {
    width: 34.4vw;
    max-width: 516px;
    margin: 0 auto;
    height: 32.73vw;
  }
}

/* /@media screen and (max-width: 1500px) */
/* ==================================================

	買取実績　スライダー

================================================== */
.section_1 {
  width: 100%;
  padding: 80px 0;
}

.section_1 .section1_inner > h2 {
  text-align: center;
  margin: 0 auto 60px;
  width: 344px;
}

#mainvisual {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px 10px !important;
  position: relative;
}

.swiper-container {
  width: 100%;
  max-width: 1020px;
  padding: 0 10px 10px !important;
}

.swiper-container .swiper-wrapper .swiper-slide {
  border-radius: 5px;
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.swiper-container .swiper-wrapper .swiper-slide > P > img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.swiper-container .swiper-wrapper .swiper-slide > .spec {
  background: #f2f2f2;
  padding: 30px;
}

.swiper-container .swiper-wrapper .swiper-slide > .spec > .flex {
  font-size: 1.6rem;
  align-items: center;
  margin: 0 0 15px;
  font-weight: bold;
  color: #283c50;
}

.swiper-container .swiper-wrapper .swiper-slide > .spec > .flex:last-child {
  margin: 0;
}

.swiper-container .swiper-wrapper .swiper-slide > .spec > .flex > p:first-child {
  width: 70px;
  height: 26px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 26px;
  margin: 0 10px 0 0;
}

.swiper-container .swiper-wrapper .swiper-slide > .price {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 2.2rem;
  color: #fcce21;
  font-weight: bold;
  background: #283c50;
  border-radius: 0 0 5px 5px;
}

.swiper-container .swiper-wrapper .swiper-slide > .price > span {
  font-size: 4.4rem;
  font-family: "Roboto";
}

/* ▼ 前後スライドへのナビゲーション */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 30px !important;
  height: 30px !important;
  z-index: 10;
  cursor: pointer;
  background-size: 30px 30px !important;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../img/btn_prev.svg) !important;
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/btn_next.svg) !important;
  right: -10px;
  left: auto;
}

.section_2 {
  background: url(../img/bg2.jpg) repeat scroll left top;
  background-size: 68px;
}

.section_2 .section2_inner {
  padding: 80px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.section_2 .section2_inner > h2 {
  width: 533px;
  margin: 0 auto 60px;
}

.section_2 .section2_inner > .truck_spec {
  position: relative;
  padding: 0 50px 50px 50px;
  border-radius: 5px;
  margin: 0 auto 60px;
}

.section_2 .section2_inner > .truck_spec::before {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 15px;
  content: " ";
  display: inline-block;
  width: 100%;
  height: calc(100% - 15px);
  background: #fff;
  border-radius: 5px;
}

.section_2 .section2_inner > .truck_spec > .truck_img {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
}

.section_2 .section2_inner > .truck_spec > .truck_list {
  position: relative;
  z-index: 1;
  background: #f1f1ef;
  padding: 25px;
  border-radius: 5px;
  color: #283c50;
  align-items: center;
}

.section_2 .section2_inner > .truck_spec > .truck_list > .title {
  width: 35%;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 36px;
}

.section_2 .section2_inner > .truck_spec > .truck_list > .cat_list {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0 50px;
  border-left: 1px solid #283c50;
}

.btn_valuation > a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 500px;
  height: 96px;
  border-radius: 48px;
  background: #f7641e;
  background: linear-gradient(0deg, #f7641e 50%, #f87b40 50%);
  font-weight: bold;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  line-height: 96px;
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.btn_valuation > a:hover {
  text-decoration: none;
}

.btn_valuation > a::before {
  position: absolute;
  right: 38px;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 2.8rem;
}

.section_3 {
  width: 100%;
  background: #fcce21;
}

.section_3 .section3_inner {
  padding: 80px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.section_3 .section3_inner > h2 {
  width: 520px;
  margin: 0 auto 60px;
}

.section_3 .section3_inner .cause_list {
  padding: 0 0 0 65px;
  margin: 0 0 70px;
}

.section_3 .section3_inner .cause_list > li {
  position: relative;
  padding: 40px 40px 40px 100px;
  background: #fff;
  font-size: 1.6rem;
  color: #283c50;
  margin: 0 0 40px;
  border-radius: 5px;
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.section_3 .section3_inner .cause_list > li::before {
  position: absolute;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #283c50;
  background: linear-gradient(45deg, #283c50 50%, #3e5062 50%);
  font-family: "Roboto";
  text-align: center;
  line-height: 130px;
  font-size: 5.0rem;
  font-weight: 900;
  color: #fcce21;
}

.section_3 .section3_inner .cause_list > li:first-child::before {
  content: "01";
}

.section_3 .section3_inner .cause_list > li:nth-child(2)::before {
  content: "02";
}

.section_3 .section3_inner .cause_list > li:nth-child(3)::before {
  content: "03";
}

.section_3 .section3_inner .cause_list > li:nth-child(4)::before {
  content: "04";
}

.section_3 .section3_inner .cause_list > li:last-child {
  margin: 0;
}

.section_3 .section3_inner .cause_list > li > h3 {
  font-size: 3.6rem;
  line-height: 1.2;
  margin: 0 0 20px;
}

.section_3 .section3_inner .cause_list > li > h3 + p > span {
  color: #f7641e;
  font-weight: bold;
}

.section_3 .section3_inner .cause_box {
  padding: 40px;
  background: #005a82;
  border-radius: 5px;
  margin: 0 0 50px;
}

.section_3 .section3_inner .cause_box .cause_box_inner {
  justify-content: space-between;
}

.section_3 .section3_inner .cause_box .cause_box_inner > .img {
  width: 41%;
}

.section_3 .section3_inner .cause_box .cause_box_inner > dl {
  width: 54%;
}

.section_3 .section3_inner .cause_box .cause_box_inner > dl > dt {
  font-size: 2.6rem;
  line-height: 1.2;
  color: #fcce21;
  font-weight: bold;
  margin: 0 0 15px;
}

.section_3 .section3_inner .cause_box .cause_box_inner > dl > dd {
  font-size: 1.6rem;
  text-align: justify;
  color: #fff;
}

.section_3 .section3_inner .model_wrap {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
}

.section_3 .section3_inner .model_wrap > .read {
  font-size: 2.6rem;
  color: #005a82;
  text-align: center;
  line-height: 38px;
  font-weight: bold;
  margin: 0 0 20px;
}

.section_3 .section3_inner .model_wrap .car_model {
  padding: 30px 45px 25px;
  background: #f1f1ef;
  border-radius: 5px;
}

.section_3 .section3_inner .model_wrap .car_model > .flex {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_3 .section3_inner .model_wrap .car_model > .flex > li {
  width: calc(100% / 3);
  font-size: 2.3rem;
  font-weight: bold;
  margin: 0 0 5px;
}

.section_3 .section3_inner .model_wrap .car_model > .flex > li::before {
  content: "■";
  color: #005a82;
  margin: 0 5px 0 0;
}

.section_4 .section4_inner {
  padding: 80px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.section_4 .section4_inner > h2 {
  width: 694px;
  margin: 0 auto 60px;
}

.section_4 .section4_inner .p_list {
  margin: 0 0 60px;
}

.section_4 .section4_inner .p_list > .flex {
  margin: 0 0 30px;
}

.section_4 .section4_inner .p_list > .flex:first-child > .title::before {
  background: url(../img/icon_proc1.svg) no-repeat;
}

.section_4 .section4_inner .p_list > .flex:nth-child(2) > .title::before {
  background: url(../img/icon_proc2.svg) no-repeat;
}

.section_4 .section4_inner .p_list > .flex:nth-child(3) > .title::before {
  background: url(../img/icon_proc3.svg) no-repeat;
}

.section_4 .section4_inner .p_list > .flex:nth-child(4) > .title::before {
  background: url(../img/icon_proc4.svg) no-repeat;
}

.section_4 .section4_inner .p_list > .flex:nth-child(5) > .title::before {
  background: url(../img/icon_proc5.svg) no-repeat;
}

.section_4 .section4_inner .p_list > .flex:last-child {
  margin: 0;
}

.section_4 .section4_inner .p_list > .flex > div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}

.section_4 .section4_inner .p_list > .flex > .title {
  width: 310px;
  background: #fcce21;
  min-height: 90px;
  padding: 15px 15px 15px 95px;
  font-size: 2.0rem;
  line-height: 28px;
  color: #283c50;
  font-weight: bold;
  border-radius: 5px 0 0 5px;
}

.section_4 .section4_inner .p_list > .flex > .title::before {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: " ";
  display: inline-block;
  width: 65px;
  height: 65px;
}

.section_4 .section4_inner .p_list > .flex > .txt {
  width: calc(100% - 310px);
  padding: 20px;
  background: #f1f1ef;
  border-radius: 0 5px 5px 0;
  font-size: 1.6rem;
  line-height: 30px;
  color: #283c50;
}

.section_4 .section4_inner .p_list > .flex > .txt > div {
  width: 100%;
  text-align: justify;
}

.section_4 .section4_inner .p_list > .flex > .txt > div > span {
  color: #005a82;
  font-weight: bold;
}

.section_5 {
  background: url(../img/bg2.jpg) repeat scroll left top;
  background-size: 68px;
}

.section_5 .section5_inner {
  padding: 80px 0;
  width: 100%;
}

.section_5 .section5_inner > h2 {
  width: 240px;
  margin: 0 auto 60px;
}

.section_5 .section5_inner .voise {
  justify-content: space-between;
}

.section_5 .section5_inner .voise .voise_wrap {
  width: 47.5%;
  background: #fff;
  border-radius: 5px;
}

.section_5 .section5_inner .voice_conteiner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px 10px !important;
  position: relative;
}

.section_5 .section5_inner .voice_conteiner .voise_box {
  box-shadow: none;
}

.section_5 .section5_inner .voice_conteiner .voise_box img {
  width: 100%;
}

.section_5 .section5_inner .voise .voise_wrap .case_no {
  width: 100%;
  height: 60px;
  background: #fcce21;
  border-radius: 5px 5px 0 0;
  font-family: "Roboto";
  text-align: center;
  line-height: 60px;
  font-size: 3.2rem;
  color: #283c50;
  font-weight: 900;
}

.section_5 .section5_inner .voise .voise_wrap .case_img > img {
  width: 100%;
}

.section_5 .section5_inner .voise .voise_wrap .case_spec {
  padding: 15px 30px;
  background: #e9e9e3;
}

.section_5 .section5_inner .voise .voise_wrap .case_spec > .flex {
  font-size: 1.6rem;
  margin: 0 30px 0 0;
}

.section_5 .section5_inner .voise .voise_wrap .case_spec > .flex:last-child {
  margin: 0;
}

.section_5 .section5_inner .voise .voise_wrap .case_spec > .flex > p {
  color: #283c50;
  font-weight: bold;
}

.section_5 .section5_inner .voise .voise_wrap .case_spec > .flex > p:first-child {
  width: 50px;
  height: 26px;
  border-radius: 5px;
  text-align: center;
  line-height: 26px;
  color: #283c50;
  font-size: 1.4rem;
  margin: 0 10px 0 0;
  background: #fff;
  font-weight: bold;
}

.section_5 .section5_inner .voise .voise_wrap .txt_warp {
  padding: 25px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.section_5 .section5_inner .voise .voise_wrap .txt_warp > .photo {
  width: 126px;
  margin: 0 20px 20px 0;
  float: left;
}

.section_5 .section5_inner .voise .voise_wrap .txt_warp > div {
  font-size: 1.6rem;
  color: #283c50;
  line-height: 30px;
}

.section_5 .section5_inner .voise .voise_wrap .txt_warp > div > .name {
  font-size: 2.0rem;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: bold;
}

.section_5 .section5_inner .voise .voise_wrap .txt_warp > div > .name + p {
  text-align: justify;
}

.voice_conteiner .swiper-button-next,
.voice_conteiner .swiper-container-rtl .swiper-button-prev {
  background-image: url(../../common/img/btn_next_w.svg) !important;
  right: -10px;
  left: auto;
}

.voice_conteiner .swiper-button-prev,
.voice_conteiner .swiper-container-rtl .swiper-button-next {
  background-image: url(../../common/img/btn_prev_w.svg) !important;
  left: -10px;
  right: auto;
}

.section_6 {
  /* background: #edede9; */
  background: #ffffff;
}

.section_6 .section6_inner {
  padding: 80px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.section_6 .section6_inner > h2 {
  width: 240px;
  margin: 0 auto 60px;
}

.section_6 .section6_inner .step {
  justify-content: space-between;
}

.section_6 .section6_inner .step > li {
  position: relative;
  width: 15%;
  padding: 40px 10px 100px;
/*  background: #fff; */
  background: #edede9;
  border-radius: 5px;
}

.section_6 .section6_inner .step > li::before {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: " ";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #fcce21;
  border-radius: 50%;
  font-size: 2.2rem;
  font-family: "Roboto";
  color: #283c50;
  font-weight: 900;
  line-height: 50px;
  text-align: center;
}

.section_6 .section6_inner .step > li::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: " ";
  display: inline-block;
}

.section_6 .section6_inner .step > li:first-child::before {
  content: "01";
}

.section_6 .section6_inner .step > li:first-child::after {
  bottom: 27px;
  width: 46px;
  height: 46px;
  background: url(../img/icon_step1.svg) no-repeat;
  background-size: contain;
}

.section_6 .section6_inner .step > li:nth-child(2)::before {
  content: "02";
}

.section_6 .section6_inner .step > li:nth-child(2)::after {
  bottom: 23px;
  width: 53px;
  height: 55px;
  background: url(../img/icon_step2.svg) no-repeat;
  background-size: contain;
}

.section_6 .section6_inner .step > li:nth-child(3)::before {
  content: "03";
}

.section_6 .section6_inner .step > li:nth-child(3)::after {
  bottom: 25px;
  width: 61px;
  height: 53px;
  background: url(../img/icon_step3.svg) no-repeat;
  background-size: contain;
}

.section_6 .section6_inner .step > li:nth-child(4)::before {
  content: "04";
}

.section_6 .section6_inner .step > li:nth-child(4)::after {
  bottom: 23px;
  width: 44px;
  height: 56px;
  background: url(../img/icon_step4.svg) no-repeat;
  background-size: contain;
}

.section_6 .section6_inner .step > li:nth-child(5)::before {
  content: "05";
}

.section_6 .section6_inner .step > li:nth-child(5)::after {
  bottom: 26px;
  width: 73px;
  height: 51px;
  background: url(../img/icon_step5.svg) no-repeat;
  background-size: contain;
}

.section_6 .section6_inner .step > li:nth-child(6)::before {
  content: "06";
}

.section_6 .section6_inner .step > li:nth-child(6)::after {
  bottom: 24px;
  width: 55px;
  height: 55px;
  background: url(../img/icon_step6.svg) no-repeat;
  background-size: contain;
}

.section_6 .section6_inner .step > li > p {
  font-size: 1.8rem;
  line-height: 23px;
  font-weight: bold;
  color: #283c50;
  text-align: center;
}

.section_7 .section7_inner {
  padding: 80px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.section_7 .section7_inner > h2 {
  width: 266px;
  margin: 0 auto 60px;
}

.section_7 .section7_inner .faq_wap .faq_list {
  margin: 0 0 20px;
}

.section_7 .section7_inner .faq_wap .faq_list:last-child {
  margin: 0;
}

.section_7 .section7_inner .faq_wap .faq_list > dt {
  position: relative;
  height: 80px;
  padding: 0 80px;
  align-items: center;
  background: #005a82;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: bold;
  text-align: justify;
  transition: all 0.2s linear;
}

.section_7 .section7_inner .faq_wap .faq_list > dt.open {
  border-radius: 5px;
}

.section_7 .section7_inner .faq_wap .faq_list > dt.open::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icon_open.svg) no-repeat;
  background-size: contain;
}

.section_7 .section7_inner .faq_wap .faq_list > dt.close {
  border-radius: 5px 5px 0 0;
}

.section_7 .section7_inner .faq_wap .faq_list > dt.close::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icon_close.svg) no-repeat;
  background-size: contain;
}

.section_7 .section7_inner .faq_wap .faq_list > dt::before {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "Q";
  color: #fff;
  font-family: "Roboto";
  font-size: 4.1rem;
  font-weight: bold;
}

.section_7 .section7_inner .faq_wap .faq_list > dd {
  display: none;
  padding: 40px;
  background: #edede9;
  color: #283c50;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: justify;
  border-radius: 0 0 5px 5px;
}

.section_8 {
  background: #fcce21;
}

.section_8 .section8_inner {
  padding: 80px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.section_8 .section8_inner > h2 {
  width: 269px;
  margin: 0 auto 20px;
}

.section_8 .section8_inner > h2 + .read {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 60px;
  color: #283c50;
  font-weight: bold;
}

.section_8 .section8_inner .form {
  padding: 55px;
  background: #fff;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #283c50;
}

.section_8 .section8_inner .form .form_list {
  justify-content: space-between;
  margin: 0 0 30px;
}

.section_8 .section8_inner .form .form_list.delimiter {
  position: relative;
  padding: 0 0 35px;
}

.section_8 .section8_inner .form .form_list.delimiter::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: radial-gradient(#283c50 20%, transparent 0) center left/8px 8px;
  content: '';
  display: inline-block;
  height: 10px;
}

.section_8 .section8_inner .form .form_list.textarea > dl {
  width: 100%;
}

.section_8 .section8_inner .form .form_list.textarea > dl > dd > textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 10px;
  outline: none;
  background-color: #fff;
  border: 1px solid #d2d2c8;
  width: 100%;
  height: 72px;
  border-radius: 5px;
  font-size: 1.6rem;
}

.section_8 .section8_inner .form .form_list > dl {
  width: 47%;
}

.section_8 .section8_inner .form .form_list > dl > dt {
  position: relative;
  line-height: 1.2;
  margin: 0 0 15px;
}

.section_8 .section8_inner .form .form_list > dl > dt.required::after {
  position: absolute;
  left: 10em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "必須";
  display: inline-block;
  width: 50px;
  height: 22px;
  border-radius: 5px;
  background: #fcce21;
  font-size: 1.4rem;
  line-height: 22px;
  text-align: center;
}

.section_8 .section8_inner .form .form_list > dl > dt.required + dd > input[type="text"],
.section_8 .section8_inner .form .form_list > dl > dt.required + dd input[type="tel"] {
  background-color: rgba(255, 206, 33, 0.3);
}

.section_8 .section8_inner .form .form_list > dl > dd {
  position: relative;
}

.section_8 .section8_inner .form .form_list > dl > dd > input[type="text"],
.section_8 .section8_inner .form .form_list > dl > dd input[type="tel"] {
  border-radius: 5px;
  outline: none;
  background-color: #fff;
  border: 1px solid #d2d2c8;
  width: 100%;
  height: 36px;
  font-size: 1.6rem;
  padding: 0 10px;
}

.section_8 .section8_inner .form .form_list > dl > dd.selectbox::before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: " ";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(../img/icon_select.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
}

.section_8 .section8_inner .form .form_list > dl > dd > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  font: inherit;
  font-weight: normal;
  outline: none;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  background-color: #f1f1ef;
  border: 1px solid #d2d2c8;
}

.section_8 .section8_inner .form .form_txt {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 auto 30px;
}

.section_8 .section8_inner .form .btn {
  position: relative;
  width: 420px;
  height: 80px;
  background: #005a82;
  border-radius: 40px;
  margin: 0 auto;
}

.section_8 .section8_inner .form .btn::before {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #fff;
  font-size: 2.4rem;
  pointer-events: none;
}

.section_8 .section8_inner .form .btn > input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
}

.section_8 .section8_inner .form .btn > input[type="submit"]:hover {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* =====================================

	▼▼▼ 確認ページ ▼▼▼

===================================== */
#main.conf {
  background: #fcce21;
  color: #283c50;
}

#main.conf > .main_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0 120px;
}

#main.conf > .main_inner > .conf_read {
  text-align: center;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
  margin: 0 auto 40px;
}

.conf_wrap {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.conf_wrap .conf_inner {
  padding: 60px;
}

.conf_wrap .conf_inner .conf_list {
  position: relative;
  padding: 0 0 25px;
  margin: 0 0 20px;
}

.conf_wrap .conf_inner .conf_list::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: radial-gradient(#283c50 20%, transparent 0) center left/8px 8px;
  content: '';
  display: inline-block;
  height: 8px;
}

.conf_wrap .conf_inner .conf_list.no_border {
  margin: 0 0 30px;
}

.conf_wrap .conf_inner .conf_list.no_border::before {
  content: none;
}

.conf_wrap .conf_inner .conf_list > dl {
  width: 100%;
}

.conf_wrap .conf_inner .conf_list > dl > dt {
  position: relative;
  line-height: 1.2;
  margin: 0 0 15px;
}

.conf_wrap .conf_inner .conf_list > dl > dt.required::after {
  position: absolute;
  left: 10em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "必須";
  display: inline-block;
  width: 50px;
  height: 22px;
  border-radius: 5px;
  background: #fcce21;
  font-size: 1.4rem;
  line-height: 22px;
  text-align: center;
}

.conf_wrap .conf_inner .conf_list > dl > dd {
  position: relative;
}

.conf_wrap .conf_inner .conf_list > dl > dd > .textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
  width: 100%;
  height: 75px;
  background-color: #fff;
  border: 1px solid #d2d2c8;
  border-radius: 5px;
  padding: 15px;
  overflow: auto;
  font-size: 1.6rem;
}

.conf_wrap .conf_inner .btn_wrap {
  justify-content: space-between;
}

.conf_wrap .conf_inner .btn_wrap > .btn {
  position: relative;
  width: 47%;
  height: 80px;
}

.conf_wrap .conf_inner .btn_wrap > .btn::before {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #fff;
  font-size: 2.4rem;
  pointer-events: none;
}

.conf_wrap .conf_inner .btn_wrap > .btn:first-child::before {
  position: absolute;
  right: auto;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #fff;
  font-size: 2.4rem;
  pointer-events: none;
}

.conf_wrap .conf_inner .btn_wrap > .btn:first-child > input[type="submit"] {
  background: #283c50;
}

.conf_wrap .conf_inner .btn_wrap > .btn > input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  background: #005a82;
}

.conf_wrap .conf_inner .btn_wrap > .btn > input[type="submit"]:hover {
  cursor: pointer;
}

/* =====================================

	▼▼▼ 完了ページ ▼▼▼

===================================== */
#main.comp {
  background: #fcce21;
  color: #283c50;
}

#main.comp > .main_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0 120px;
  font-weight: bold;
}

#main.comp > .main_inner .comp_read {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 35px;
}

#main.comp > .main_inner .comp_txt {
  font-size: 1.8rem;
  line-height: 32px;
  margin: 0 0 50px;
}

#main.comp > .main_inner .comp_txt > p {
  margin: 0 0 35px;
  text-align: center;
}

#main.comp > .main_inner .comp_txt > p:last-child {
  font-size: 2.4rem;
  margin: 0;
}

#main.comp > .main_inner .btn_top > a {
  position: relative;
  display: block;
  width: 420px;
  height: 80px;
  margin: 0 auto;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  text-align: center;
  line-height: 80px;
  background: #005a82;
}

#main.comp > .main_inner .btn_top > a::before {
  position: absolute;
  right: auto;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #fff;
  font-size: 2.4rem;
  pointer-events: none;
}

#main.comp > .main_inner .btn_top > a:hover {
  text-decoration: none;
}

/* ▼▼▼ フッター
=====================================*/
footer {
  width: 100%;
  background: #fff;
  padding: 40px 0;
  clear: both;
  overflow: hidden;
}

#footer_inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1.4rem;
}

#footer_inner .kome_txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 23px;
  border-bottom: 1px solid #d2d2c8;
  padding: 0 20px 35px;
}

#footer_inner .copyright {
  padding: 35px 20px 0;
  text-align: center;
}

#footer_inner .copyright + p {
  text-align: center;
}

/* ▼ ページ上部へ戻る */
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  cursor: pointer;
  width: 50px;
}

/* =========================================================

	▼▼▼ 480px〜768px

========================================================= */
@media screen and (max-width: 768px) {
  #wrapper {
    width: 100%;
  }
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 200;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* ▼▼▼ ヘッダー
=====================================*/
  header {
    width: 100%;
    padding: 0;
    z-index: 200;
    background: #fff;
  }

  .header_cv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #005a82;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 40px;
    line-height: 40px;
  }

  .header_cv_tel {
    width: 50%;
  }

  .header_cv_tel a {
    display: block;
    font-size: 16px;
    margin-right: 0;
    text-align: center;
    color: #fff !important;
    font-family: Futura, "Century Gothic", sans-serif;
    font-weight: 500 !important;
  }

  .header_cv_tel a::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../img/ico-header-tel.svg) no-repeat;
    background-size: contain;
    margin-bottom: -5px;
    margin-right: 0.5rem;
  }

  .header_cv_contact {
    width: 50%;
  }

  .header_cv_contact a {
    font-size: 14.4px;
    text-align: center;
    display: block;
    padding: 0 18px;
    font-weight: bold;
    color: #fff !important;
    background-color: #f7641e;
  }

  .header_cv_tel a:hover,
  .header_cv_contact a:hover  {
    text-decoration: none;
  }


  header .header_inner {
    height: 48px;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  header .header_inner #site_title {
    width: 100px;
  }
  header .header_inner .header_tel {
    display: none;
    width: calc(100% - 120px);
    height: 45px;
  }
  header .header_inner .header_tel > p {
    width: 70px;
    height: 55px;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  header .header_inner .header_tel > p:last-child {
    width: calc(100% - 70px);
    font-size: 2rem;
  }
  header .header_inner .header_tel > p > a {
    color: #fff;
  }
  header .header_inner .header_tel > p > a:hover {
    text-decoration: none;
  }

  .footer_fixed {
    position: fixed;
    display: block !important;
    width: 100%;
  }

  .fixed_area {
    display: none;
    width: 100%;
    height: 56px;
    padding: 4px 8px;
    background-color: #fff;
    z-index: 9999;
    border-top: 1px solid #ccc;
    bottom: 0;
    left: 0;
  }

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

  .fixed_btn {
    width: 32%;
    height: 100%;
  }

  .fixed_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 48px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }

  .fixed_btn_tel a {
    background: #005a82;
  }

  .fixed_btn_line a {
    background: #00B900;
  }

  .fixed_btn_contact a {
    background: #f7641e;
  }

  .top_main {
    width: 100%;
    padding: 30px 0;
    background: url(../img/main_bg_sp.jpg) no-repeat scroll center top;
    background-size: 100%;
  }
  .top_main .top_maininner {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .top_main .top_maininner > div {
    width: 100%;
    display: block;
  }
  .top_main .top_maininner .mainimg {
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .top_main .top_maininner .mainimg img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .top_main .top_maininner .top_form_wrap .top_form {
    width: calc(100% - 30px);
    margin: 0 auto;
    font-size: 1.3rem;
  }
  .top_main .top_maininner .top_form_wrap .top_form .form_title {
    height: 40px;
    font-size: 1.8rem;
    line-height: 40px;
  }
  .top_main .top_maininner .top_form_wrap .top_form .form_inner {
    width: 100%;
    border-radius: 0 0 5px 5px;
    padding: 15px;
  }
  .top_main .top_maininner .top_form_wrap .top_form .form_inner > dl {
    margin: 0 0 20px;
  }
  .top_main .top_maininner .top_form_wrap .top_form .form_inner > dl:nth-child(3) {
    margin: 0 0 30px;
  }
  .top_main .top_maininner .top_form_wrap .top_form .form_inner > dl > dt {
    position: relative;
    margin: 0 0 10px;
    font-weight: bold;
  }
  .top_main .top_maininner .top_form_wrap .top_form .form_inner > dl > dt::after {
    width: 50px;
    height: 20px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .top_main .top_maininner .top_form_wrap .top_form .form_inner > dl > dd > input[type="text"],
  .top_main .top_maininner .top_form_wrap .top_form .form_inner > dl > dd input[type="tel"] {
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    padding: 0 10px;
  }
  .top_main .top_maininner .top_form_wrap .top_form .form_inner > .btn {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
  }
  .top_main .top_maininner .top_form_wrap .top_form .form_inner > .btn::before {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 2rem;
  }
  .top_main .top_maininner .top_form_wrap .top_form .form_inner > .btn > input[type="submit"] {
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .top_main .top_maininner .top_form_wrap .top_form .form_inner > .btn > input[type="submit"]:hover {
    cursor: pointer;
  }
  .top_catch {
    width: 100%;
  }
  .top_catch .top_catch_inner {
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 15px 15px 110px;
    height: auto;
  }
  .top_catch .top_catch_inner::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: " ";
    display: inline-block;
    width: 100px;
    height: 165px;
    background: url(../img/catch_img.png) no-repeat;
    background-size: contain;
    vertical-align: bottom;
  }
  .top_catch .top_catch_inner > p {
    width: 100%;
  }
  /* ==================================================

	買取実績　スライダー

================================================== */
  .section_1 {
    width: 100%;
    padding: 40px 15px;
  }
  .section_1 .section1_inner > h2 {
    text-align: center;
    margin: 0 auto 30px;
    width: auto;
  }
  .section_1 .section1_inner > h2 > img {
    height: 22px;
  }
  #mainvisual {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 10px !important;
    position: relative;
  }
  .swiper-container {
    width: 100%;
    max-width: 100%;
    padding: 0 0 10px !important;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .spec {
    padding: 15px;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .spec > .flex {
    font-size: 1.3rem;
    margin: 0 0 10px;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .spec > .flex:last-child {
    margin: 0;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .spec > .flex > p:first-child {
    width: 70px;
    height: 26px;
    background: #fff;
    font-size: 1.3rem;
    line-height: 26px;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .price {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.81rem;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .price > span {
    font-size: 2.8rem;
  }
  /* ▼ 前後スライドへのナビゲーション */
  .swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px !important;
    height: 40px !important;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 40px !important;
    background-position: center;
    background-repeat: no-repeat;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/btn_prev.svg) !important;
    left: -10px !important;
    right: auto;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/btn_next.svg) !important;
    right: -10px !important;
    left: auto;
  }
  .section_2 .section2_inner {
    padding: 40px 15px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .section_2 .section2_inner > h2 {
    text-align: center;
    margin: 0 auto 30px;
    width: auto;
  }
  .section_2 .section2_inner > h2 > img {
    height: 22px;
  }
  .section_2 .section2_inner > .truck_spec {
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 auto 30px;
  }
  .section_2 .section2_inner > .truck_spec::before {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 5px;
    content: " ";
    display: inline-block;
    width: 100%;
    height: calc(100% - 5px);
    background: #fff;
    border-radius: 5px;
  }
  .section_2 .section2_inner > .truck_spec > .truck_img {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 0 20px 0;
    padding: 0 15px 0 0;
  }
  .section_2 .section2_inner > .truck_spec > .truck_list {
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: #f1f1ef;
    padding: 15px;
    display: block;
  }
  .section_2 .section2_inner > .truck_spec > .truck_list > .title {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 28px;
    margin: 0 0 15px;
  }
  .section_2 .section2_inner > .truck_spec > .truck_list > .cat_list {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 15px 0 0 0;
    border-left: none;
    border-top: 1px solid #283c50;
  }
  .btn_valuation > a {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    font-size: 1.6rem;
    line-height: 60px;
  }
  .btn_valuation > a::before {
    position: absolute;
    right: 20px;
    font-size: 2.0rem;
  }
  .section_3 .section3_inner {
    padding: 40px 15px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .section_3 .section3_inner > h2 {
    text-align: center;
    margin: 0 auto 50px;
    width: auto;
  }
  .section_3 .section3_inner > h2 > img {
    height: 60px;
  }
  .section_3 .section3_inner .cause_list {
    padding: 0 0 0 0;
    margin: 0 0 40px;
  }
  .section_3 .section3_inner .cause_list > li {
    position: relative;
    padding: 40px 15px 15px 15px;
    background: #fff;
    font-size: 1.3rem;
    color: #283c50;
    margin: 0 0 40px;
    border-radius: 5px;
  }
  .section_3 .section3_inner .cause_list > li::before {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    font-size: 2.4rem;
  }
  .section_3 .section3_inner .cause_list > li:last-child {
    margin: 0;
  }
  .section_3 .section3_inner .cause_list > li > h3 {
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  .section_3 .section3_inner .cause_list > li > h3 + p {
    text-align: justify;
    line-height: 1.8;
  }
  .section_3 .section3_inner .cause_box {
    padding: 15px;
    margin: 0 0 40px;
  }
  .section_3 .section3_inner .cause_box .cause_box_inner {
    display: block;
  }
  .section_3 .section3_inner .cause_box .cause_box_inner > .img {
    width: 100%;
    margin: 0 0 15px;
  }
  .section_3 .section3_inner .cause_box .cause_box_inner > dl {
    width: 100%;
  }
  .section_3 .section3_inner .cause_box .cause_box_inner > dl > dt {
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0 0 15px;
    text-align: justify;
  }
  .section_3 .section3_inner .cause_box .cause_box_inner > dl > dd {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .section_3 .section3_inner .model_wrap {
    padding: 15px;
  }
  .section_3 .section3_inner .model_wrap > .read {
    font-size: 1.6rem;
    line-height: 26px;
    margin: 0 0 10px;
  }
  .section_3 .section3_inner .model_wrap .car_model {
    padding: 15px;
    background: #f1f1ef;
    border-radius: 5px;
  }
  .section_3 .section3_inner .model_wrap .car_model > .flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section_3 .section3_inner .model_wrap .car_model > .flex > li {
    width: 49%;
    font-size: 1.3rem;
    margin: 0 0 10px;
  }
  .section_3 .section3_inner .model_wrap .car_model > .flex > li:last-child {
    width: 100%;
    margin: 0;
  }
  .section_4 .section4_inner {
    padding: 40px 15px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .section_4 .section4_inner > h2 {
    text-align: center;
    margin: 0 auto 30px;
    width: auto;
  }
  .section_4 .section4_inner > h2 > img {
    height: 60px;
  }
  .section_4 .section4_inner .p_list {
    margin: 0 auto 30px;
    width: 100%;
  }
  .section_4 .section4_inner .p_list > .flex {
    margin: 0 0 15px;
    display: block;
  }
  .section_4 .section4_inner .p_list > .flex > div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
  }
  .section_4 .section4_inner .p_list > .flex > .title {
    width: 100%;
    background: #fcce21;
    min-height: 70px;
    padding: 15px 15px 15px 65px;
    font-size: 1.6rem;
    line-height: 28px;
    border-radius: 5px 5px 0 0;
  }
  .section_4 .section4_inner .p_list > .flex > .title::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: " ";
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .section_4 .section4_inner .p_list > .flex > .txt {
    width: 100%;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .section_5 .section5_inner {
    padding: 40px 15px;
    width: 100%;
  }

  .section_5 .section5_inner .voice_conteiner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px 10px !important;
    position: relative;
  }

  .section_5 .section5_inner > h2 {
    text-align: center;
    margin: 0 auto 30px;
    width: auto;
  }
  .section_5 .section5_inner > h2 > img {
    height: 22px;
  }
  .section_5 .section5_inner .voise {
    display: block;
  }
  .section_5 .section5_inner .voise .voise_wrap {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    margin: 0 0 20px;
  }
  .section_5 .section5_inner .voise .voise_wrap:last-child {
    margin: 0;
  }
  .section_5 .section5_inner .voise .voise_wrap .case_no {
    height: 40px;
    line-height: 40px;
    font-size: 2rem;
  }
  .section_5 .section5_inner .voise .voise_wrap .case_spec {
    padding: 15px;
    display: block;
  }
  .section_5 .section5_inner .voise .voise_wrap .case_spec > .flex {
    align-items: center;
    font-size: 1.3rem;
    margin: 0 0 15px 0;
  }
  .section_5 .section5_inner .voise .voise_wrap .case_spec > .flex:last-child {
    margin: 0;
  }
  .section_5 .section5_inner .voise .voise_wrap .case_spec > .flex > p {
    color: #283c50;
  }
  .section_5 .section5_inner .voise .voise_wrap .case_spec > .flex > p:first-child {
    width: 50px;
    height: 24px;
    line-height: 24px;
    font-size: 1.2rem;
    margin: 0 10px 0 0;
  }
  .section_5 .section5_inner .voise .voise_wrap .txt_warp {
    padding: 15px;
  }
  .section_5 .section5_inner .voise .voise_wrap .txt_warp > .photo {
    width: 60%;
    margin: 0 auto 20px;
    float: none;
    text-align: center;
  }
  .section_5 .section5_inner .voise .voise_wrap .txt_warp > div {
    font-size: 1.3rem;
    color: #283c50;
    line-height: 30px;
  }
  .section_5 .section5_inner .voise .voise_wrap .txt_warp > div > .name {
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0 0 10px;
  }
  .section_5 .section5_inner .voise .voise_wrap .txt_warp > div > .name + p {
    text-align: justify;
    line-height: 1.6;
  }
  .section_6 .section6_inner {
    padding: 40px 15px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .section_6 .section6_inner > h2 {
    text-align: center;
    margin: 0 auto 50px;
    width: auto;
  }
  .section_6 .section6_inner > h2 > img {
    height: 22px;
  }
  .section_6 .section6_inner .step {
    display: block;
  }
  .section_6 .section6_inner .step > li {
    position: relative;
    width: 100%;
    padding: 30px 10px 75px;
    /* background: #fff; */
    border-radius: 5px;
    margin: 0 0 30px;
  }
  .section_6 .section6_inner .step > li::before {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    content: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
    line-height: 40px;
  }
  .section_6 .section6_inner .step > li::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    content: " ";
    display: inline-block;
  }
  .section_6 .section6_inner .step > li:first-child::before {
    content: "01";
  }
  .section_6 .section6_inner .step > li:first-child::after {
    bottom: 17px;
    width: 41px;
    height: 41px;
    background: url(../img/icon_step1.svg) no-repeat;
    background-size: contain;
  }
  .section_6 .section6_inner .step > li:nth-child(2)::before {
    content: "02";
  }
  .section_6 .section6_inner .step > li:nth-child(2)::after {
    bottom: 13px;
    width: 48px;
    height: 50px;
    background: url(../img/icon_step2.svg) no-repeat;
    background-size: contain;
  }
  .section_6 .section6_inner .step > li:nth-child(3)::before {
    content: "03";
  }
  .section_6 .section6_inner .step > li:nth-child(3)::after {
    bottom: 14px;
    width: 56px;
    height: 48px;
    background: url(../img/icon_step3.svg) no-repeat;
    background-size: contain;
  }
  .section_6 .section6_inner .step > li:nth-child(4)::before {
    content: "04";
  }
  .section_6 .section6_inner .step > li:nth-child(4)::after {
    bottom: 10px;
    width: 39px;
    height: 51px;
    background: url(../img/icon_step4.svg) no-repeat;
    background-size: contain;
  }
  .section_6 .section6_inner .step > li:nth-child(5)::before {
    content: "05";
  }
  .section_6 .section6_inner .step > li:nth-child(5)::after {
    bottom: 15px;
    width: 68px;
    height: 46px;
    background: url(../img/icon_step5.svg) no-repeat;
    background-size: contain;
  }
  .section_6 .section6_inner .step > li:nth-child(6)::before {
    content: "06";
  }
  .section_6 .section6_inner .step > li:nth-child(6)::after {
    bottom: 15px;
    width: 50px;
    height: 50px;
    background: url(../img/icon_step6.svg) no-repeat;
    background-size: contain;
  }
  .section_6 .section6_inner .step > li:last-child {
    margin: 0;
  }
  .section_6 .section6_inner .step > li > p {
    font-size: 1.6rem;
    line-height: 23px;
    font-weight: bold;
    color: #283c50;
    text-align: center;
  }
  .section_7 .section7_inner {
    padding: 40px 15px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .section_7 .section7_inner > h2 {
    text-align: center;
    margin: 0 auto 30px;
    width: auto;
  }
  .section_7 .section7_inner > h2 > img {
    height: 22px;
  }
  .section_7 .section7_inner .faq_wap .faq_list {
    margin: 0 0 20px;
  }
  .section_7 .section7_inner .faq_wap .faq_list:last-child {
    margin: 0;
  }
  .section_7 .section7_inner .faq_wap .faq_list > dt {
    position: relative;
    height: auto;
    min-height: 80px;
    padding: 10px 45px 10px 40px;
    align-items: center;
    background: #005a82;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .section_7 .section7_inner .faq_wap .faq_list > dt.open {
    border-radius: 5px;
  }
  .section_7 .section7_inner .faq_wap .faq_list > dt.open::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icon_open.svg) no-repeat;
    background-size: contain;
  }
  .section_7 .section7_inner .faq_wap .faq_list > dt.close {
    border-radius: 5px 5px 0 0;
  }
  .section_7 .section7_inner .faq_wap .faq_list > dt.close::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icon_close.svg) no-repeat;
    background-size: contain;
  }
  .section_7 .section7_inner .faq_wap .faq_list > dt::before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "Q";
    color: #fff;
    font-family: "Roboto";
    font-size: 2rem;
    font-weight: bold;
  }
  .section_7 .section7_inner .faq_wap .faq_list > dd {
    display: none;
    padding: 15px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .section_8 .section8_inner {
    padding: 40px 15px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .section_8 .section8_inner > h2 {
    text-align: center;
    margin: 0 auto 10px;
    width: auto;
  }
  .section_8 .section8_inner > h2 > img {
    height: 22px;
  }
  .section_8 .section8_inner > h2 + .read {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 0 0 30px;
  }
  .section_8 .section8_inner .form {
    padding: 15px;
    font-size: 1.3rem;
  }
  .section_8 .section8_inner .form .form_list {
    display: block;
    margin: 0 0 20px;
  }
  .section_8 .section8_inner .form .form_list.delimiter {
    position: relative;
    padding: 0 0 25px;
  }
  .section_8 .section8_inner .form .form_list.delimiter::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: radial-gradient(#283c50 20%, transparent 0) center left/10px 10px;
    content: '';
    display: inline-block;
    height: 10px;
  }
  .section_8 .section8_inner .form .form_list.delimiter > dl {
    margin: 0;
  }
  .section_8 .section8_inner .form .form_list.textarea > dl {
    width: 100%;
  }
  .section_8 .section8_inner .form .form_list.textarea > dl > dd > textarea {
    width: 100%;
    height: 100px;
    font-size: 1.6rem;
  }
  .section_8 .section8_inner .form .form_list > dl {
    width: 100%;
    margin: 0 0 20px;
  }
  .section_8 .section8_inner .form .form_list > dl > dt {
    position: relative;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  .section_8 .section8_inner .form .form_list > dl > dt.required::after {
    position: absolute;
    left: 10em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "必須";
    display: inline-block;
    width: 50px;
    height: 22px;
    border-radius: 5px;
    background: #fcce21;
    font-size: 1.2rem;
    line-height: 22px;
    text-align: center;
  }
  .section_8 .section8_inner .form .form_list > dl > dd {
    position: relative;
  }
  .section_8 .section8_inner .form .form_list > dl > dd > input[type="text"],
  .section_8 .section8_inner .form .form_list > dl > dd input[type="tel"] {
    border-radius: 5px;
    outline: none;
    background-color: #fff;
    border: 1px solid #d2d2c8;
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    padding: 0 10px;
  }
  .section_8 .section8_inner .form .form_list > dl > dd.selectbox::before {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: " ";
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url(../img/icon_select.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  .section_8 .section8_inner .form .form_list > dl > dd > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    font: inherit;
    font-weight: normal;
    outline: none;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background-color: #f1f1ef;
    border: 1px solid #d2d2c8;
    font-size: 1.6rem;
  }
  .section_8 .section8_inner .form .form_txt {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 0 auto 15px;
  }
  .section_8 .section8_inner .form .btn {
    position: relative;
    width: 100%;
    height: 60px;
    border-radius: 60px;
    margin: 0 auto;
  }
  .section_8 .section8_inner .form .btn::before {
    position: absolute;
    right: 20px;
    font-size: 2rem;
    pointer-events: none;
  }
  .section_8 .section8_inner .form .btn > input[type="submit"] {
    border-radius: 30px;
    font-size: 1.6rem;
  }
  .section_8 .section8_inner .form .btn > input[type="submit"]:hover {
    cursor: pointer;
  }
  /* =====================================

	▼▼▼ 確認ページ ▼▼▼

===================================== */
  #main.conf > .main_inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 15px 40px;
  }
  #main.conf > .main_inner > .conf_read {
    text-align: left;
    font-size: 1.4rem;
    line-height: 26px;
    margin: 0 auto 20px;
  }
  .conf_wrap {
    font-size: 1.4rem;
  }
  .conf_wrap .conf_inner {
    padding: 20px;
  }
  .conf_wrap .conf_inner .conf_list {
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 15px;
  }
  .conf_wrap .conf_inner .conf_list::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: radial-gradient(#283c50 20%, transparent 0) center left/8px 8px;
    content: '';
    display: inline-block;
    height: 8px;
  }
  .conf_wrap .conf_inner .conf_list.no_border {
    margin: 0 0 20px;
  }
  .conf_wrap .conf_inner .conf_list.no_border::before {
    content: none;
  }
  .conf_wrap .conf_inner .conf_list > dl {
    width: 100%;
  }
  .conf_wrap .conf_inner .conf_list > dl > dt {
    position: relative;
    line-height: 1.2;
    margin: 0 0 10px;
  }
  .conf_wrap .conf_inner .conf_list > dl > dt.required::after {
    width: 50px;
    height: 20px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .conf_wrap .conf_inner .conf_list > dl > dd {
    position: relative;
  }
  .conf_wrap .conf_inner .conf_list > dl > dd > .textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    outline: none;
    width: 100%;
    height: 75px;
    background-color: #fff;
    border: 1px solid #d2d2c8;
    border-radius: 5px;
    padding: 15px;
    overflow: auto;
    font-size: 1.4rem;
  }
  .conf_wrap .conf_inner .btn_wrap {
    display: block;
  }
  .conf_wrap .conf_inner .btn_wrap > .btn {
    position: relative;
    width: 100%;
    height: 60px;
  }
  .conf_wrap .conf_inner .btn_wrap > .btn::before {
    position: absolute;
    right: 20px;
    font-size: 2rem;
  }
  .conf_wrap .conf_inner .btn_wrap > .btn:first-child {
    margin: 0 0 20px;
  }
  .conf_wrap .conf_inner .btn_wrap > .btn:first-child::before {
    position: absolute;
    right: auto;
    left: 20px;
    font-size: 2rem;
  }
  .conf_wrap .conf_inner .btn_wrap > .btn:first-child > input[type="submit"] {
    background: #283c50;
  }
  .conf_wrap .conf_inner .btn_wrap > .btn > input[type="submit"] {
    border-radius: 30px;
    font-size: 1.6rem;
  }
  /* =====================================

	▼▼▼ 完了ページ ▼▼▼

===================================== */
  #main.comp > .main_inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 15px 40px;
    font-weight: bold;
  }
  #main.comp > .main_inner .comp_read {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 20px;
  }
  #main.comp > .main_inner .comp_txt {
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 0 0 50px;
  }
  #main.comp > .main_inner .comp_txt > p {
    margin: 0 0 15px;
    text-align: justify;
  }
  #main.comp > .main_inner .comp_txt > p:last-child {
    font-size: 1.5rem;
    margin: 0;
  }
  #main.comp > .main_inner .btn_top > a {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 1.6rem;
    line-height: 60px;
  }
  #main.comp > .main_inner .btn_top > a::before {
    position: absolute;
    right: auto;
    left: 20px;
    font-size: 2rem;
  }
  /* ▼▼▼ フッター
=====================================*/
  footer {
    width: 100%;
    background: #fff;
    padding: 30px 0 86px;
  }
  #footer_inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 1.2rem;
  }
  #footer_inner .kome_txt {
    padding: 0 15px 15px;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: justify;
  }
  #footer_inner .copyright {
    padding: 15px 15px 0;
    text-align: center;
  }
  #footer_inner .copyright + p {
    text-align: center;
  }
  /* ▼ ページ上部へ戻る */
  .pagetop {
    position: fixed;
    bottom: 64px;
    right: 10px;
    width: 40px;
  }
}

/* @media screen and (max-width: 768px)  */



.case-slider-list {
	background: #283C50;
	padding: 12px;
	border-radius: 5px;
}

.case-slider-list__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px;
  background: #fff;
}

.case-slider-list__content + .case-slider-list__content {
  margin-top: 8px;
}

.case-slider-list__image {
  width: 40%;
  position: relative;
}

.case-slider-list__image::before {
  content: "";
  display: block;
  padding-top: 86.8%;
}

.case-slider-list__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-slider-list__text {
  width: calc(60% - 8px);
}

.case-slider-list__text .case-slider-tag {
  background: #283C50;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 56px;
  height: 16px;
  line-height: 16px;
  margin-right: 4px;
}

.case-slider-list__text .flex + .flex {
  margin-top: 1px;
}

.case-slider-list__text .case-slider-tag + p {
  width: calc(100% - 60px);
  color: #2C3B4E;
  font-weight: bold;
  font-size: 12px;
}

.case-slider-list__text .price {
  font-size: 12px;
  font-weight: bold;
  color: #2C3B4E;
}

.case-slider-list__text .price strong {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FDE68F 60%);
}

.case-slider-list__text .price strong span {
  font-size: 21px;
  font-family: "Roboto";
}

.section1_inner--pc {
  max-width: 768px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .case-slider-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    background: transparent;
    grid-gap: 16px;
  }

  .case-slider-list__content {
    width: calc(25% - 12px);
    display: block;
    padding: 8px;
    background: #F1F1EF;
  }

  .case-slider-list__content + .case-slider-list__content {
    margin-top: 0;
  }

  .case-slider-list__image {
    width: 100%;
    aspect-ratio: 144 / 100;
    margin-bottom: 8px;
  }

  .case-slider-list__image::before {
    content: none;
  }

  .case-slider-list__text {
    width: 100%;
  }
}

/* 最初は隠す */
.hidden-item {
  display: none;
}

/* 展開時 */
.case-slider-list--pc.open .hidden-item {
  display: block;
}

.more-btn {
  display: block;
  background: transparent;
  color: #2C3B4E;
  border: 2px solid #2C3B4E;
  height: 60px;
  line-height: 56px;
  text-align: center;
  width: 320px;
  margin: 40px auto 0;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
}

.more-btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #2C3B4E;
  border-bottom: 2px solid #2C3B4E;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 44%;
  right: 24px;
}

.case-slider-list--pc.open + .more-btn::before {
  transform: rotate(-135deg);
}
